aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/js/vue-0.js
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 09:10:31 +0000
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-04-29 09:23:51 +0000
commit08296c04c092b90a7c3a6faa492f871e84bbff32 (patch)
tree32912c7d08a1af7b41e1e6b98a1055ec016b3806 /apps/settings/js/vue-0.js
parent2726c6d1865f444ba87142f415035cd60a4adcb3 (diff)
downloadnextcloud-server-08296c04c092b90a7c3a6faa492f871e84bbff32.tar.gz
nextcloud-server-08296c04c092b90a7c3a6faa492f871e84bbff32.zip
Bump webpack from 4.42.1 to 4.43.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/settings/js/vue-0.js')
-rw-r--r--apps/settings/js/vue-0.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/js/vue-0.js b/apps/settings/js/vue-0.js
index b1073c24095..740d731bf09 100644
--- a/apps/settings/js/vue-0.js
+++ b/apps/settings/js/vue-0.js
@@ -848,4 +848,4 @@ a.VTooltip.options.defaultTemplate='<div class="vue-tooltip" role="tooltip" data
* @license MIT
*/
e.exports=function(){"use strict";var e=function(){this._properties={},this._namespace="",this._isSupported=!0},n={namespace:{}};n.namespace.get=function(){return this._namespace},n.namespace.set=function(e){this._namespace=e?e+".":""},e.prototype._getLsKey=function(e){return""+this._namespace+e},e.prototype._lsSet=function(e,t,n){var a=this._getLsKey(e),r=n&&[Array,Object].includes(n)?JSON.stringify(t):t;window.localStorage.setItem(a,r)},e.prototype._lsGet=function(e){var t=this._getLsKey(e);return window.localStorage[t]},e.prototype.get=function(e,t,n){if(void 0===t&&(t=null),void 0===n&&(n=String),!this._isSupported)return null;if(this._lsGet(e)){var a=n;for(var r in this._properties)if(r===e){a=this._properties[r].type;break}return this._process(a,this._lsGet(e))}return null!==t?t:null},e.prototype.set=function(e,t){if(!this._isSupported)return null;for(var n in this._properties){var a=this._properties[n].type;if(n===e)return this._lsSet(e,t,a),t}return this._lsSet(e,t),t},e.prototype.remove=function(e){return this._isSupported?window.localStorage.removeItem(e):null},e.prototype.addProperty=function(e,t,n){void 0===n&&(n=void 0),t=t||String,this._properties[e]={type:t},this._lsGet(e)||null===n||this._lsSet(e,n,t)},e.prototype._process=function(e,t){switch(e){case Boolean:return"true"===t;case Number:return parseFloat(t);case Array:try{var n=JSON.parse(t);return Array.isArray(n)?n:[]}catch(e){return[]}case Object:try{return JSON.parse(t)}catch(e){return{}}default:return t}},Object.defineProperties(e.prototype,n);var a=new e;return{install:function(e,n){if(void 0===n&&(n={}),void 0===t||!(t.server||t.SERVER_BUILD||t.env&&"server"===t.env.VUE_ENV)){var r=!0;try{var i="__vue-localstorage-test__";window.localStorage.setItem(i,i),window.localStorage.removeItem(i)}catch(e){r=!1,a._isSupported=!1,console.error("Local storage is not supported")}var o=n.name||"localStorage",s=n.bind;n.namespace&&(a.namespace=n.namespace),e.mixin({beforeCreate:function(){var t=this;r&&this.$options[o]&&Object.keys(this.$options[o]).forEach((function(n){var r=t.$options[o][n],i=[r.type,r.default],c=i[0],l=i[1];if(a.addProperty(n,c,l),Object.getOwnPropertyDescriptor(a,n))e.config.silent||console.log(n+": is already defined and will be reused");else{var u={get:function(){return e.localStorage.get(n,l)},set:function(t){return e.localStorage.set(n,t)},configurable:!0};Object.defineProperty(a,n,u),e.util.defineReactive(a,n,l)}(s||r.bind)&&!1!==r.bind&&(t.$options.computed=t.$options.computed||{},t.$options.computed[n]||(t.$options.computed[n]={get:function(){return e.localStorage[n]},set:function(t){e.localStorage[n]=t}}))}))}}),e[o]=a,e.prototype["$"+o]=a}}}}()}).call(this,n(60))}]]);
-//# sourceMappingURL=vue-0.js.map?v=15d3c37bd96346b2d034 \ No newline at end of file
+//# sourceMappingURL=vue-0.js.map?v=6f9e7e0adcfb21ccc01f \ No newline at end of file