1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/public/assets/vendor.js

13 lines
102 KiB
JavaScript
Raw Normal View History

2016-11-28 12:34:44 +01:00
!function(e){function t(n){if(r[n])return r[n].exports;var i=r[n]={exports:{},id:n,loaded:!1};return e[n].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var n=window.webpackJsonp;window.webpackJsonp=function(o,a){for(var s,u,c=0,l=[];c<o.length;c++)u=o[c],i[u]&&l.push.apply(l,i[u]),i[u]=0;for(s in a)e[s]=a[s];for(n&&n(o,a);l.length;)l.shift().call(null,t);if(a[0])return r[0]=0,t(0)};var r={},i={0:0};return t.e=function(e,n){if(0===i[e])return n.call(null,t);if(void 0!==i[e])i[e].push(n);else{i[e]=[n];var r=document.getElementsByTagName("head")[0],o=document.createElement("script");o.type="text/javascript",o.charset="utf-8",o.async=!0,o.src=t.p+""+e+".app.js",r.appendChild(o)}},t.m=e,t.c=r,t.p="",t(0)}([function(e,t,n){n(19),n(4),e.exports=n(2)},function(e,t,n){"use strict";function r(e){return"[object Array]"===$.call(e)}function i(e){return"[object ArrayBuffer]"===$.call(e)}function o(e){return"undefined"!=typeof FormData&&e instanceof FormData}function a(e){var t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer}function s(e){return"string"==typeof e}function u(e){return"number"==typeof e}function c(e){return"undefined"==typeof e}function l(e){return null!==e&&"object"==typeof e}function f(e){return"[object Date]"===$.call(e)}function d(e){return"[object File]"===$.call(e)}function p(e){return"[object Blob]"===$.call(e)}function h(e){return"[object Function]"===$.call(e)}function v(e){return l(e)&&h(e.pipe)}function m(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams}function g(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function y(){return"undefined"!=typeof window&&"undefined"!=typeof document&&"function"==typeof document.createElement}function _(e,t){if(null!==e&&"undefined"!=typeof e)if("object"==typeof e||r(e)||(e=[e]),r(e))for(var n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}function b(){function e(e,n){"object"==typeof t[n]&&"object"==typeof e?t[n]=b(t[n],e):t[n]=e}for(var t={},n=0,r=arguments.length;n<r;n++)_(arguments[n],e);return t}function w(e,t,n){return _(t,function(t,r){n&&"function"==typeof t?e[r]=x(t,n):e[r]=t}),e}var x=n(39),$=Object.prototype.toString;e.exports={isArray:r,isArrayBuffer:i,isFormData:o,isArrayBufferView:a,isString:s,isNumber:u,isObject:l,isUndefined:c,isDate:f,isFile:d,isBlob:p,isFunction:h,isStream:v,isURLSearchParams:m,isStandardBrowserEnv:y,forEach:_,merge:b,extend:w,trim:g}},function(e,t,n){/**
2016-10-10 10:57:39 +02:00
* vuex v2.0.0
* (c) 2016 Evan You
* @license MIT
*/
2016-11-28 12:34:44 +01:00
!function(t,n){e.exports=n()}(this,function(){"use strict";function e(e){w&&(e._devtoolHook=w,w.emit("vuex:init",e),w.on("vuex:travel-to-state",function(t){e.replaceState(t)}),e.subscribe(function(e,t){w.emit("vuex:mutation",e,t)}))}function t(e){function t(){var e=this.$options;e.store?this.$store=e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}var n=Number(e.version.split(".")[0]);if(n>=2){var r=e.config._lifecycleHooks.indexOf("init")>-1;e.mixin(r?{init:t}:{beforeCreate:t})}else{var i=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[t].concat(e.init):t,i.call(this,e)}}}function n(e){var t={};return a(e).forEach(function(e){var n=e.key,r=e.val;t[n]=function(){return"function"==typeof r?r.call(this,this.$store.state,this.$store.getters):this.$store.state[r]}}),t}function r(e){var t={};return a(e).forEach(function(e){var n=e.key,r=e.val;t[n]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return this.$store.commit.apply(this.$store,[r].concat(e))}}),t}function i(e){var t={};return a(e).forEach(function(e){var n=e.key,r=e.val;t[n]=function(){return r in this.$store.getters||console.error("[vuex] unknown getter: "+r),this.$store.getters[r]}}),t}function o(e){var t={};return a(e).forEach(function(e){var n=e.key,r=e.val;t[n]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return this.$store.dispatch.apply(this.$store,[r].concat(e))}}),t}function a(e){return Array.isArray(e)?e.map(function(e){return{key:e,val:e}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}})}function s(e){return null!==e&&"object"==typeof e}function u(e){return e&&"function"==typeof e.then}function c(e,t){if(!e)throw new Error("[vuex] "+t)}function l(e,t){if(t.actions&&(e.actions=t.actions),t.mutations&&(e.mutations=t.mutations),t.getters&&(e.getters=t.getters),t.modules)for(var n in t.modules){if(!e.modules||!e.modules[n])return void console.warn("[vuex] trying to add a new module '"+n+"' on hot reloading, manual reload is needed");l(e.modules[n],t.modules[n])}}function f(e){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null);var t=e.state;p(e,t,[],e._options,!0),Object.keys(e._runtimeModules).forEach(function(n){p(e,t,n.split("."),e._runtimeModules[n],!0)}),d(e,t)}function d(e,t){var n=e._vm;e.getters={};var r=e._wrappedGetters,i={};Object.keys(r).forEach(function(t){var n=r[t];i[t]=function(){return n(e)},Object.defineProperty(e.getters,t,{get:function(){return e._vm[t]}})});var o=b.config.silent;b.config.silent=!0,e._vm=new b({data:{state:t},computed:i}),b.config.silent=o,e.strict&&g(e),n&&(e._withCommit(function(){n.state=null}),b.nextTick(function(){return n.$destroy()}))}function p(e,t,n,r,i){var o=!n.length,a=r.state,s=r.actions,u=r.mutations,c=r.getters,l=r.modules;if(!o&&!i){var f=y(t,n.slice(0,-1)),d=n[n.length-1];e._withCommit(function(){b.set(f,d,a||{})})}u&&Object.keys(u).forEach(function(t){h(e,t,u[t],n)}),s&&Object.keys(s).forEach(function(t){v(e,t,s[t],n)}),c&&m(e,c,n),l&&Object.keys(l).forEach(function(r){p(e,t,n.concat(r),l[r],i)})}function h(e,t,n,r){void 0===r&&(r=[]);var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(t){n(y(e.state,r),t)})}function v(e,t,n,r){void 0===r&&(r=[]);var i=e._actions[t]||(e._actions[t]=[]),o=e.dispatch,a=e.commit;i.push(function(t,i){var s=n({dispatch:o,commit:a,getters:e.getters,state:y(e.state,r),rootState:e.state},t,i);return u(s)||(s=Promise.resolve(s)),e._devtoolHook?s.catch(function(t){throw e._devtoolHook.emit("vuex:error",t),t}):s})}function m(e,t,n){Object.keys(t).forEach(function(r){var i=t[r];return e._wrappedGetters[r]?void console.error("[vuex] duplicate getter key: "+r):void(e._wrappedGetters[r]=function(e){return i(y(e.state,n),e.getters,e.state)})})}function g(e){e._vm.$watch("state",function(){c(e._committing,"Do not mutate vuex store state outside mutation handlers.")},{deep:!0,sync:!0})}function y(e,t){return t.length?t.reduce(function(e,t){return e[t]},e):e}function _(e){return b?void console.error("[vuex] already installed. Vue.use(Vue
2016-11-23 12:00:19 +01:00
* Vue.js v2.1.0
2016-10-11 11:07:18 +02:00
* (c) 2014-2016 Evan You
* Released under the MIT License.
*/
2016-11-23 21:17:22 +01:00
!function(t,n){e.exports=n()}(this,function(){"use strict";function e(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function n(e){var t=parseFloat(e,10);return t||0===t?t:e}function r(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function i(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function o(e,t){return Yr.call(e,t)}function a(e){return"string"==typeof e||"number"==typeof e}function s(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}function u(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function c(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function l(e,t){for(var n in t)e[n]=t[n];return e}function f(e){return null!==e&&"object"==typeof e}function d(e){return ii.call(e)===oi}function p(e){for(var t={},n=0;n<e.length;n++)e[n]&&l(t,e[n]);return t}function h(){}function v(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(",")}function m(e,t){return e==t||!(!f(e)||!f(t))&&JSON.stringify(e)===JSON.stringify(t)}function g(e,t){for(var n=0;n<e.length;n++)if(m(e[n],t))return n;return-1}function y(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function _(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function b(e){if(!si.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}function w(e){return/native code/.test(e.toString())}function x(e){Ci.target&&Ai.push(Ci.target),Ci.target=e}function $(){Ci.target=Ai.pop()}function k(e,t){e.__proto__=t}function C(e,t,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];_(e,o,t[o])}}function A(e){if(f(e)){var t;return o(e,"__ob__")&&e.__ob__ instanceof Ei?t=e.__ob__:ji.shouldConvert&&!mi()&&(Array.isArray(e)||d(e))&&Object.isExtensible(e)&&!e._isVue&&(t=new Ei(e)),t}}function O(e,t,n,r){var i=new Ci,o=Object.getOwnPropertyDescriptor(e,t);if(!o||o.configurable!==!1){var a=o&&o.get,s=o&&o.set,u=A(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=a?a.call(e):n;return Ci.target&&(i.depend(),u&&u.dep.depend(),Array.isArray(t)&&j(t)),t},set:function(t){var o=a?a.call(e):n;t===o||t!==t&&o!==o||(r&&r(),s?s.call(e,t):n=t,u=A(t),i.notify())}})}}function S(e,t,n){if(Array.isArray(e))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(o(e,t))return void(e[t]=n);var r=e.__ob__;return e._isVue||r&&r.vmCount?void wi("Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option."):r?(O(r.value,t,n),r.dep.notify(),n):void(e[t]=n)}function T(e,t){var n=e.__ob__;return e._isVue||n&&n.vmCount?void wi("Avoid deleting properties on a Vue instance or its root $data - just set it to null."):void(o(e,t)&&(delete e[t],n&&n.dep.notify()))}function j(e){for(var t=void 0,n=0,r=e.length;n<r;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&j(t)}function E(e,t){if(!t)return e;for(var n,r,i,a=Object.keys(t),s=0;s<a.length;s++)n=a[s],r=e[n],i=t[n],o(e,n)?d(r)&&d(i)&&E(r,i):S(e,n,i);return e}function N(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function L(e,t){var n=Object.create(e||null);return t?l(n,t):n}function D(e){for(var t in e.components){var n=t.toLowerCase();(Xr(n)||bi.isReservedTag(n))&&wi("Do not use built-in or reserved HTML elements as component id: "+t)}}function M(e){var t=e.props;if(t){var n,r,i,o={};if(Array.isArray(t))for(n=t.length;n--;)r=t[n],"string"==typeof r?(i=ei(r),o[i]={type:null}):wi("props must be strings when using array syntax.");else if(d(t))for(var a in t)r=t[a],i=ei(a),o[i]=d(r)?r:{type:r};e.props=o}}function P(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}function R(e,t,n){function r(r){var i=Ni[r]||Pi;l[r]=i(e[r],t[r],n,r)}D(t),M(t),P(t);var i=t.extends;if(i&&(e="function"==typeof i?R(e,i.option
if(e.data.on||t.data.on){var n=t.data.on||{},r=e.data.on||{},i=t.elm._v_add||(t.elm._v_add=function(e,n,r){t.elm.addEventListener(e,n,r)}),o=t.elm._v_remove||(t.elm._v_remove=function(e,n){t.elm.removeEventListener(e,n)});ce(n,r,i,o,t.context)}}function Tt(e,t){if(e.data.domProps||t.data.domProps){var n,r,i=t.elm,o=e.data.domProps||{},a=t.data.domProps||{};a.__ob__&&(a=t.data.domProps=l({},a));for(n in o)null==a[n]&&(i[n]="");for(n in a)if(r=a[n],"textContent"!==n&&"innerHTML"!==n||(t.children&&(t.children.length=0),r!==o[n]))if("value"===n){i._value=r;var s=null==r?"":String(r);i.value===s||i.composing||(i.value=s)}else i[n]=r}}function jt(e){var t=Et(e.style);return e.staticStyle?l(e.staticStyle,t):t}function Et(e){return Array.isArray(e)?p(e):"string"==typeof e?Do(e):e}function Nt(e,t){var n,r={};if(t)for(var i=e;i.child;)i=i.child._vnode,i.data&&(n=jt(i.data))&&l(r,n);(n=jt(e.data))&&l(r,n);for(var o=e;o=o.parent;)o.data&&(n=jt(o.data))&&l(r,n);return r}function Lt(e,t){var n=t.data,r=e.data;if(n.staticStyle||n.style||r.staticStyle||r.style){var i,o,a=t.elm,s=e.data.staticStyle,u=e.data.style||{},c=s||u,f=Et(t.data.style)||{};t.data.style=f.__ob__?l({},f):f;var d=Nt(t,!0);for(o in c)null==d[o]&&Po(a,o,"");for(o in d)i=d[o],i!==c[o]&&Po(a,o,null==i?"":i)}}function Dt(e,t){if(t&&t.trim())if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+e.getAttribute("class")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Mt(e,t){if(t&&t.trim())if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t);else{for(var n=" "+e.getAttribute("class")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");e.setAttribute("class",n.trim())}}function Pt(e){Ko(function(){Ko(e)})}function Rt(e,t){(e._transitionClasses||(e._transitionClasses=[])).push(t),Dt(e,t)}function It(e,t){e._transitionClasses&&i(e._transitionClasses,t),Mt(e,t)}function Ut(e,t,n){var r=Ft(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Bo?qo:Jo,u=0,c=function(){e.removeEventListener(s,l),n()},l=function(t){t.target===e&&++u>=a&&c()};setTimeout(function(){u<a&&c()},o+1),e.addEventListener(s,l)}function Ft(e,t){var n,r=window.getComputedStyle(e),i=r[Vo+"Delay"].split(", "),o=r[Vo+"Duration"].split(", "),a=Bt(i,o),s=r[zo+"Delay"].split(", "),u=r[zo+"Duration"].split(", "),c=Bt(s,u),l=0,f=0;t===Bo?a>0&&(n=Bo,l=a,f=o.length):t===Ho?c>0&&(n=Ho,l=c,f=u.length):(l=Math.max(a,c),n=l>0?a>c?Bo:Ho:null,f=n?n===Bo?o.length:u.length:0);var d=n===Bo&&Go.test(r[Vo+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:d}}function Bt(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Ht(t)+Ht(e[n])}))}function Ht(e){return 1e3*Number(e.slice(0,-1))}function Vt(e){var t=e.elm;t._leaveCb&&(t._leaveCb.cancelled=!0,t._leaveCb());var n=zt(e.data.transition);if(n&&!t._enterCb&&1===t.nodeType){var r=n.css,i=n.type,o=n.enterClass,a=n.enterActiveClass,s=n.appearClass,u=n.appearActiveClass,c=n.beforeEnter,l=n.enter,f=n.afterEnter,d=n.enterCancelled,p=n.beforeAppear,h=n.appear,v=n.afterAppear,m=n.appearCancelled,g=Yi.$vnode,y=g&&g.parent?g.parent.context:Yi,_=!y._isMounted||!e.isRootInsert;if(!_||h||""===h){var b=_?s:o,w=_?u:a,x=_?p||c:c,$=_&&"function"==typeof h?h:l,k=_?v||f:f,C=_?m||d:d,A=r!==!1&&!di,O=$&&($._length||$.length)>1,S=t._enterCb=Jt(function(){A&&It(t,w),S.cancelled?(A&&It(t,b),C&&C(t)):k&&k(t),t._enterCb=null});e.data.show||ue(e.data.hook||(e.data.hook={}),"insert",function(){var n=t.parentNode,r=n&&n._pending&&n._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),$&&$(t,S)},"transition-insert"),x&&x(t),A&&(Rt(t,b),Rt(t,w),Pt(function(){It(t,b),S.cancelled||O||Ut(t,i,S)})),e.data.show&&$&&$(t,S),A||O||S()}}}function qt(e,t){function n(){m.cancelled||(e.data.show||((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),c&&c(r),h&&(Rt(r,s),Rt(r,u),Pt(function(){It(r,s),m.cancelled||v||Ut(r,a,m)})),l&&l(r,m),h||v||m())}var r=e.elm;r.
2016-11-28 12:34:44 +01:00
for(var n=arguments,r=arguments.length,i=new Array(r);r--;)i[r]=n[r];var o,a=t.apply(this,i),s=this.__ob__;switch(e){case"push":o=i;break;case"unshift":o=i;break;case"splice":o=i.slice(2)}return o&&s.observeArray(o),s.dep.notify(),a})});var Ti=Object.getOwnPropertyNames(Si),ji={shouldConvert:!0,isSettingProps:!1},Ei=function(e){if(this.value=e,this.dep=new Ci,this.vmCount=0,_(e,"__ob__",this),Array.isArray(e)){var t=ui?k:C;t(e,Si,Ti),this.observeArray(e)}else this.walk(e)};Ei.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)O(e,t[n],e[t[n]])},Ei.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)A(e[t])};var Ni=bi.optionMergeStrategies;Ni.el=Ni.propsData=function(e,t,n,r){return n||wi('option "'+r+'" can only be used during instance creation with the `new` keyword.'),Pi(e,t)},Ni.data=function(e,t,n){return n?e||t?function(){var r="function"==typeof t?t.call(n):t,i="function"==typeof e?e.call(n):void 0;return r?E(r,i):i}:void 0:t?"function"!=typeof t?(wi('The "data" option should be a function that returns a per-instance value in component definitions.',n),e):e?function(){return E(t.call(this),e.call(this))}:t:e},bi._lifecycleHooks.forEach(function(e){Ni[e]=N}),bi._assetTypes.forEach(function(e){Ni[e+"s"]=L}),Ni.watch=function(e,t){if(!t)return e;if(!e)return t;var n={};l(n,e);for(var r in t){var i=n[r],o=t[r];i&&!Array.isArray(i)&&(i=[i]),n[r]=i?i.concat(o):[o]}return n},Ni.props=Ni.methods=Ni.computed=function(e,t){if(!t)return e;if(!e)return t;var n=Object.create(null);return l(n,e),l(n,t),n};var Li,Di,Mi,Pi=function(e,t){return void 0===t?e:t},Ri=Object.freeze({defineReactive:O,_toString:e,toNumber:n,makeMap:r,isBuiltInTag:Xr,remove:i,hasOwn:o,isPrimitive:a,cached:s,camelize:ei,capitalize:ti,hyphenate:ri,bind:u,toArray:c,extend:l,isObject:f,isPlainObject:d,toObject:p,noop:h,no:ai,genStaticKeys:v,looseEqual:m,looseIndexOf:g,isReserved:y,def:_,parsePath:b,hasProto:ui,inBrowser:ci,UA:li,isIE:fi,isIE9:di,isEdge:pi,isAndroid:hi,isIOS:vi,isServerRendering:mi,devtools:gi,nextTick:yi,get _Set(){return Wr},mergeOptions:R,resolveAsset:I,get warn(){return wi},get formatComponentName(){return _i},validateProp:U}),Ii=r("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,require");Li="undefined"!=typeof Proxy&&Proxy.toString().match(/native code/),Di={has:function e(t,n){var e=n in t,r=Ii(n)||"_"===n.charAt(0);return e||r||wi('Property or method "'+n+'" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.',t),e||!r}},Mi=function(e){Li?e._renderProxy=new Proxy(e,Di):e._renderProxy=e};var Ui=[],Fi={},Bi={},Hi=!1,Vi=!1,qi=0,zi=0,Ji=function(e,t,n,r){void 0===r&&(r={}),this.vm=e,e._watchers.push(this),this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.expression=t.toString(),this.cb=n,this.id=++zi,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Wr,this.newDepIds=new Wr,"function"==typeof t?this.getter=t:(this.getter=b(t),this.getter||(this.getter=function(){},wi('Failed watching path: "'+t+'" Watcher only accepts simple dot-delimited paths. For full control, use a function instead.',e))),this.value=this.lazy?void 0:this.get()};Ji.prototype.get=function(){x(this);var e=this.getter.call(this.vm,this.vm);return this.deep&&G(e),$(),this.cleanupDeps(),e},Ji.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Ji.prototype.cleanupDeps=function(){for(var e=this,t=this.deps.length;t--;){var n=e.deps[t];e.newDepIds.has(n.id)||n.removeSub(e)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},Ji.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():K(this)},Ji.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.