mobx 5.5.2 → 5.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/LICENSE +0 -0
- package/README.md +14 -12
- package/lib/api/actiondecorator.d.ts +12 -1
- package/lib/api/become-observed.d.ts +3 -3
- package/lib/api/flow.d.ts +8 -13
- package/lib/api/intercept-read.d.ts +2 -1
- package/lib/api/intercept.d.ts +2 -1
- package/lib/api/object-api.d.ts +6 -1
- package/lib/api/observable.d.ts +3 -1
- package/lib/api/observe.d.ts +2 -1
- package/lib/core/atom.d.ts +4 -1
- package/lib/core/computedvalue.d.ts +3 -2
- package/lib/core/globalstate.d.ts +6 -0
- package/lib/core/observable.d.ts +3 -1
- package/lib/internal.d.ts +1 -0
- package/lib/mobx.d.ts +1 -1
- package/lib/mobx.es6.js +358 -59
- package/lib/mobx.js +401 -66
- package/lib/mobx.js.flow +7 -10
- package/lib/mobx.min.js +1 -1
- package/lib/mobx.min.js.map +1 -1
- package/lib/mobx.module.js +400 -67
- package/lib/mobx.umd.js +401 -66
- package/lib/mobx.umd.min.js +1 -1
- package/lib/mobx.umd.min.js.map +1 -1
- package/lib/types/observablearray.d.ts +2 -0
- package/lib/types/observableset.d.ts +49 -0
- package/lib/types/observablevalue.d.ts +4 -4
- package/lib/utils/utils.d.ts +1 -0
- package/package.json +7 -2
package/lib/mobx.umd.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).mobx=e()}}(function(){return function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return i(n||e)},l,l.exports,e,t,n,r)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<r.length;a++)i(r[a]);return i}({1:[function(e,t,n){(function(e,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};var i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e};function o(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function a(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}var s="An invariant failed, however the error is obfuscated because this is an production build.",u=[];Object.freeze(u);var c={};function l(){return++Oe.mobxGuid}function f(e){throw h(!1,e),"X"}function h(e,t){if(!e)throw new Error("[mobx] "+(t||s))}Object.freeze(c);function p(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var d=function(){};function v(e){return null!==e&&"object"==typeof e}function y(e){if(null===e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function b(e,t,n){Object.defineProperty(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function g(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return!n||!1!==n.configurable&&!1!==n.writable}function m(e,t){var n="isMobX"+e;return t.prototype[n]=!0,function(e){return v(e)&&!0===e[n]}}function w(e){return e instanceof Map}function O(e){return null===e?null:"object"==typeof e?""+e:e}var S=Symbol("mobx administration"),A=function(){function e(e){void 0===e&&(e="Atom@"+l()),this.name=e,this.isPendingUnobservation=!1,this.isBeingObserved=!1,this.observers=new Set,this.diffValue=0,this.lastAccessedBy=0,this.lowestObserverState=n.IDerivationState.NOT_TRACKING}return e.prototype.onBecomeUnobserved=function(){},e.prototype.onBecomeObserved=function(){},e.prototype.reportObserved=function(){return De(this)},e.prototype.reportChanged=function(){xe(),function(e){if(e.lowestObserverState===n.IDerivationState.STALE)return;e.lowestObserverState=n.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===n.IDerivationState.UP_TO_DATE&&(t.isTracing!==te.NONE&&je(t,e),t.onBecomeStale()),t.dependenciesState=n.IDerivationState.STALE})}(this),Te()},e.prototype.toString=function(){return this.name},e}(),_=m("Atom",A);function E(e,t,n){void 0===t&&(t=d),void 0===n&&(n=d);var r=new A(e);return Xe(r,t),Ye(r,n),r}var x={identity:function(e,t){return e===t},structural:function(e,t){return qt(e,t)},default:function(e,t){return Object.is(e,t)}},T=Symbol("mobx did run lazy initializers"),D=Symbol("mobx pending decorators"),j={},I={};function C(e){if(!0!==e[T]){var t=e[D];if(t)for(var n in b(e,T,!0),t){var r=t[n];r.propertyCreator(e,r.prop,r.descriptor,r.decoratorTarget,r.decoratorArguments)}}}function P(e,t){return function(){var n,r=function(r,o,a,s){if(!0===s)return t(r,o,a,r,n),null;if(!Object.prototype.hasOwnProperty.call(r,D)){var u=r[D];b(r,D,i({},u))}return r[D][o]={prop:o,propertyCreator:t,descriptor:a,decoratorTarget:r,decoratorArguments:n},function(e,t){var n=t?j:I;return n[e]||(n[e]={configurable:!0,enumerable:t,get:function(){return C(this),this[e]},set:function(t){C(this),this[e]=t}})}(o,e)};return k(arguments)?(n=u,r.apply(null,arguments)):(n=Array.prototype.slice.call(arguments),r)}}function k(e){return(2===e.length||3===e.length)&&"string"==typeof e[1]||4===e.length&&!0===e[3]}function V(e,t,n){return ut(e)?e:Array.isArray(e)?q.array(e,{name:n}):y(e)?q.object(e,void 0,{name:n}):w(e)?q.map(e,{name:n}):e}function R(e){return e}function N(t){h(t);var n=P(!0,function(e,n,r,i,o){var a=r?r.initializer?r.initializer.call(e):r.value:void 0;Rt(e).addObservableProp(n,a,t)}),r=(void 0!==e&&e.env,n);return r.enhancer=t,r}var L={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function B(e){return null===e||void 0===e?L:"string"==typeof e?{name:e,deep:!0,proxy:!0}:e}Object.freeze(L);var M=N(V),U=N(function(e,t,n){return void 0===e||null===e?e:Ut(e)||It(e)||kt(e)?e:Array.isArray(e)?q.array(e,{name:n,deep:!1}):y(e)?q.object(e,void 0,{name:n,deep:!1}):w(e)?q.map(e,{name:n,deep:!1}):f(!1)}),G=N(R),K=N(function(e,t,n){return qt(e,t)?t:e});function z(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?R:V}var W={box:function(e,t){arguments.length>2&&H("box");var n=B(t);return new re(e,z(n),n.name)},array:function(e,t){arguments.length>2&&H("array");var n=B(t);return function(e,t,n,r){void 0===n&&(n="ObservableArray@"+l());void 0===r&&(r=!1);var i=new xt(n,t,r);o=i.values,a=S,s=i,Object.defineProperty(o,a,{enumerable:!1,writable:!1,configurable:!0,value:s});var o,a,s;var u=new Proxy(i.values,Et);if(i.proxy=u,e&&e.length){var c=Q(!0);i.spliceWithArray(0,0,e),Z(c)}return u}(e,z(n),n.name)},map:function(e,t){arguments.length>2&&H("map");var n=B(t);return new Pt(e,z(n),n.name)},object:function(e,t,n){"string"==typeof arguments[1]&&H("object");var r=B(n);if(!1===r.proxy)return $e({},e,t,r);var i=Qe(r),o=function(e){var t=new Proxy(e,gt);return e[S].proxy=t,t}($e({},void 0,void 0,r));return Ze(o,e,t,i),o},ref:G,shallow:U,deep:M,struct:K},q=function(e,t,n){if("string"==typeof arguments[1])return M.apply(null,arguments);if(ut(e))return e;var r=y(e)?q.object(e,t,n):Array.isArray(e)?q.array(e,t):w(e)?q.map(e,t):e;if(r!==e)return r;f(!1)};function H(e){f("Expected one or two arguments to observable."+e+". Did you accidentally try to use observable."+e+" as decorator?")}Object.keys(W).forEach(function(e){return q[e]=W[e]});var J=P(!1,function(e,t,n,r,o){var a=n.get,s=n.set,u=o[0]||{};Rt(e).addComputedProp(r,t,i({get:a,set:s,context:e},u))}),X=J({equals:x.structural}),Y=function(e,t,n){if("string"==typeof t)return J.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return J.apply(null,arguments);var r="object"==typeof t?t:{};return r.get=e,r.set="function"==typeof t?t:r.set,r.name=r.name||e.name||"",new oe(r)};function F(e,t){var n=function(){return $(e,t,this,arguments)};return n.isMobxAction=!0,n}function $(e,t,n,r){var i=function(e,t,n,r){var i=Le()&&!!e,o=0;var a=de();xe();var s=Q(!0);return{prevDerivation:a,prevAllowStateChanges:s,notifySpy:i,startTime:o}}(e);try{return t.apply(n,r)}finally{!function(e){Z(e.prevAllowStateChanges),Te(),ve(e.prevDerivation),e.notifySpy,0}(i)}}function Q(e){var t=Oe.allowStateChanges;return Oe.allowStateChanges=e,t}function Z(e){Oe.allowStateChanges=e}Y.struct=X;var ee,te,ne={},re=function(e){function t(t,n,r,i){void 0===r&&(r="ObservableValue@"+l()),void 0===i&&(i=!0);var o=e.call(this,r)||this;return o.enhancer=n,o.hasUnreportedChange=!1,o.value=n(t,void 0,r),i&&Le(),o}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.prototype.set=function(e){this.value;if((e=this.prepareNewValue(e))!==ne){Le();0,this.setNewValue(e)}},t.prototype.prepareNewValue=function(e){if(le(this),mt(this)){var t=Ot(this,{object:this,type:"update",newValue:e});if(!t)return ne;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.value!==e?e:ne},t.prototype.setNewValue=function(e){var t=this.value;this.value=e,this.reportChanged(),St(this)&&_t(this,{type:"update",object:this,newValue:e,oldValue:t})},t.prototype.get=function(){return this.reportObserved(),this.dehanceValue(this.value)},t.prototype.intercept=function(e){return wt(this,e)},t.prototype.observe=function(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),At(this,e)},t.prototype.toJSON=function(){return this.get()},t.prototype.toString=function(){return this.name+"["+this.value+"]"},t.prototype.valueOf=function(){return O(this.get())},t.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},t}(A),ie=m("ObservableValue",re),oe=function(){function e(e){this.dependenciesState=n.IDerivationState.NOT_TRACKING,this.observing=[],this.newObserving=null,this.isBeingObserved=!1,this.isPendingUnobservation=!1,this.observers=new Set,this.diffValue=0,this.runId=0,this.lastAccessedBy=0,this.lowestObserverState=n.IDerivationState.UP_TO_DATE,this.unboundDepsCount=0,this.__mapid="#"+l(),this.value=new se(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=te.NONE,this.firstGet=!0,this.derivation=e.get,this.name=e.name||"ComputedValue@"+l(),e.set&&(this.setter=F(this.name+"-setter",e.set)),this.equals=e.equals||(e.compareStructural||e.struct?x.structural:x.default),this.scope=e.context,this.requiresReaction=!!e.requiresReaction,this.keepAlive=!!e.keepAlive}return e.prototype.onBecomeStale=function(){!function(e){if(e.lowestObserverState!==n.IDerivationState.UP_TO_DATE)return;e.lowestObserverState=n.IDerivationState.POSSIBLY_STALE,e.observers.forEach(function(t){t.dependenciesState===n.IDerivationState.UP_TO_DATE&&(t.dependenciesState=n.IDerivationState.POSSIBLY_STALE,t.isTracing!==te.NONE&&je(t,e),t.onBecomeStale())})}(this)},e.prototype.onBecomeUnobserved=function(){},e.prototype.onBecomeObserved=function(){},e.prototype.get=function(){var e=this;this.keepAlive&&this.firstGet&&(this.firstGet=!1,qe(function(){return e.get()})),this.isComputing&&f("Cycle detected in computation "+this.name+": "+this.derivation),0===Oe.inBatch&&0===this.observers.size?ce(this)&&(this.warnAboutUntrackedRead(),xe(),this.value=this.computeValue(!1),Te()):(De(this),ce(this)&&this.trackAndCompute()&&function(e){if(e.lowestObserverState===n.IDerivationState.STALE)return;e.lowestObserverState=n.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===n.IDerivationState.POSSIBLY_STALE?t.dependenciesState=n.IDerivationState.STALE:t.dependenciesState===n.IDerivationState.UP_TO_DATE&&(e.lowestObserverState=n.IDerivationState.UP_TO_DATE)})}(this));var t=this.value;if(ue(t))throw t.cause;return t},e.prototype.peek=function(){var e=this.computeValue(!1);if(ue(e))throw e.cause;return e},e.prototype.set=function(e){if(this.setter){h(!this.isRunningSetter,"The setter of computed value '"+this.name+"' is trying to update itself. Did you intend to update an _observable_ value, instead of the computed property?"),this.isRunningSetter=!0;try{this.setter.call(this.scope,e)}finally{this.isRunningSetter=!1}}else h(!1,!1)},e.prototype.trackAndCompute=function(){Le();var e=this.value,t=this.dependenciesState===n.IDerivationState.NOT_TRACKING,r=this.computeValue(!0),i=t||ue(e)||ue(r)||!this.equals(e,r);return i&&(this.value=r),i},e.prototype.computeValue=function(e){var t;if(this.isComputing=!0,Oe.computationDepth++,e)t=fe(this,this.derivation,this.scope);else if(!0===Oe.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new se(e)}return Oe.computationDepth--,this.isComputing=!1,t},e.prototype.suspend=function(){he(this),this.value=void 0},e.prototype.observe=function(e,t){var n=this,r=!0,i=void 0;return qe(function(){var o=n.get();if(!r||t){var a=de();e({type:"update",object:n,newValue:o,oldValue:i}),ve(a)}r=!1,i=o})},e.prototype.warnAboutUntrackedRead=function(){},e.prototype.toJSON=function(){return this.get()},e.prototype.toString=function(){return this.name+"["+this.derivation.toString()+"]"},e.prototype.valueOf=function(){return O(this.get())},e.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},e}(),ae=m("ComputedValue",oe);(ee=n.IDerivationState||(n.IDerivationState={}))[ee.NOT_TRACKING=-1]="NOT_TRACKING",ee[ee.UP_TO_DATE=0]="UP_TO_DATE",ee[ee.POSSIBLY_STALE=1]="POSSIBLY_STALE",ee[ee.STALE=2]="STALE",function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(te||(te={}));var se=function(){return function(e){this.cause=e}}();function ue(e){return e instanceof se}function ce(e){switch(e.dependenciesState){case n.IDerivationState.UP_TO_DATE:return!1;case n.IDerivationState.NOT_TRACKING:case n.IDerivationState.STALE:return!0;case n.IDerivationState.POSSIBLY_STALE:for(var t=de(),r=e.observing,i=r.length,o=0;o<i;o++){var a=r[o];if(ae(a)){if(Oe.disableErrorBoundaries)a.get();else try{a.get()}catch(e){return ve(t),!0}if(e.dependenciesState===n.IDerivationState.STALE)return ve(t),!0}}return ye(e),ve(t),!1}}function le(e){var t=e.observers.size>0;Oe.computationDepth>0&&t&&f(!1),Oe.allowStateChanges||!t&&"strict"!==Oe.enforceActions||f(!1)}function fe(e,t,r){ye(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++Oe.runId;var i,o=Oe.trackingDerivation;if(Oe.trackingDerivation=e,!0===Oe.disableErrorBoundaries)i=t.call(r);else try{i=t.call(r)}catch(e){i=new se(e)}return Oe.trackingDerivation=o,function(e){for(var t=e.observing,r=e.observing=e.newObserving,i=n.IDerivationState.UP_TO_DATE,o=0,a=e.unboundDepsCount,s=0;s<a;s++){var u=r[s];0===u.diffValue&&(u.diffValue=1,o!==s&&(r[o]=u),o++),u.dependenciesState>i&&(i=u.dependenciesState)}r.length=o,e.newObserving=null,a=t.length;for(;a--;){var u=t[a];0===u.diffValue&&_e(u,e),u.diffValue=0}for(;o--;){var u=r[o];1===u.diffValue&&(u.diffValue=0,Ae(u,e))}i!==n.IDerivationState.UP_TO_DATE&&(e.dependenciesState=i,e.onBecomeStale())}(e),i}function he(e){var t=e.observing;e.observing=[];for(var r=t.length;r--;)_e(t[r],e);e.dependenciesState=n.IDerivationState.NOT_TRACKING}function pe(e){var t=de();try{return e()}finally{ve(t)}}function de(){var e=Oe.trackingDerivation;return Oe.trackingDerivation=null,e}function ve(e){Oe.trackingDerivation=e}function ye(e){if(e.dependenciesState!==n.IDerivationState.UP_TO_DATE){e.dependenciesState=n.IDerivationState.UP_TO_DATE;for(var t=e.observing,r=t.length;r--;)t[r].lowestObserverState=n.IDerivationState.UP_TO_DATE}}var be=["mobxGuid","spyListeners","enforceActions","computedRequiresReaction","disableErrorBoundaries","runId"],ge=function(){return function(){this.version=5,this.trackingDerivation=null,this.computationDepth=0,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!0,this.enforceActions=!1,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.disableErrorBoundaries=!1}}(),me=!0,we=!1,Oe=function(){var e=Se();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(me=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new ge).version&&(me=!1),me?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new ge):(setTimeout(function(){we||f("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new ge)}();function Se(){return"undefined"!=typeof window?window:t}function Ae(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function _e(e,t){e.observers.delete(t),0===e.observers.size&&Ee(e)}function Ee(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,Oe.pendingUnobservations.push(e))}function xe(){Oe.inBatch++}function Te(){if(0==--Oe.inBatch){ke();for(var e=Oe.pendingUnobservations,t=0;t<e.length;t++){var n=e[t];n.isPendingUnobservation=!1,0===n.observers.size&&(n.isBeingObserved&&(n.isBeingObserved=!1,n.onBecomeUnobserved()),n instanceof oe&&n.suspend())}Oe.pendingUnobservations=[]}}function De(e){var t=Oe.trackingDerivation;return null!==t?(t.runId!==e.lastAccessedBy&&(e.lastAccessedBy=t.runId,t.newObserving[t.unboundDepsCount++]=e,e.isBeingObserved||(e.isBeingObserved=!0,e.onBecomeObserved())),!0):(0===e.observers.size&&Oe.inBatch>0&&Ee(e),!1)}function je(e,t){if(console.log("[mobx.trace] '"+e.name+"' is invalidated due to a change in: '"+t.name+"'"),e.isTracing===te.BREAK){var n=[];!function e(t,n,r){if(n.length>=1e3)return void n.push("(and many more)");n.push(""+new Array(r).join("\t")+t.name);t.dependencies&&t.dependencies.forEach(function(t){return e(t,n,r+1)})}(et(e),n,1),new Function("debugger;\n/*\nTracing '"+e.name+"'\n\nYou are entering this break point because derivation '"+e.name+"' is being traced and '"+t.name+"' is now forcing it to update.\nJust follow the stacktrace you should now see in the devtools to see precisely what piece of your code is causing this update\nThe stackframe you are looking for is at least ~6-8 stack-frames up.\n\n"+(e instanceof oe?e.derivation.toString():"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}var Ie=function(){function e(e,t,r){void 0===e&&(e="Reaction@"+l()),this.name=e,this.onInvalidate=t,this.errorHandler=r,this.observing=[],this.newObserving=[],this.dependenciesState=n.IDerivationState.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+l(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=te.NONE}return e.prototype.onBecomeStale=function(){this.schedule()},e.prototype.schedule=function(){this._isScheduled||(this._isScheduled=!0,Oe.pendingReactions.push(this),ke())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(xe(),this._isScheduled=!1,ce(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&Le()}catch(e){this.reportExceptionInDerivation(e)}}Te()}},e.prototype.track=function(e){xe();Le();this._isRunning=!0;var t=fe(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&he(this),ue(t)&&this.reportExceptionInDerivation(t.cause),Te()},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(Oe.disableErrorBoundaries)throw e;var n="[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '"+this;console.error(n,e),Le()&&Be({type:"error",name:this.name,message:n,error:""+e}),Oe.globalReactionErrorHandlers.forEach(function(n){return n(e,t)})}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(xe(),he(this),Te()))},e.prototype.getDisposer=function(){var e=this.dispose.bind(this);return e[S]=this,e},e.prototype.toString=function(){return"Reaction["+this.name+"]"},e.prototype.trace=function(e){void 0===e&&(e=!1),dt(this,e)},e}();var Ce=100,Pe=function(e){return e()};function ke(){Oe.inBatch>0||Oe.isRunningReactions||Pe(Ve)}function Ve(){Oe.isRunningReactions=!0;for(var e=Oe.pendingReactions,t=0;e.length>0;){++t===Ce&&(console.error("Reaction doesn't converge to a stable state after "+Ce+" iterations. Probably there is a cycle in the reactive function: "+e[0]),e.splice(0));for(var n=e.splice(0),r=0,i=n.length;r<i;r++)n[r].runReaction()}Oe.isRunningReactions=!1}var Re=m("Reaction",Ie);function Ne(e){var t=Pe;Pe=function(n){return e(function(){return t(n)})}}function Le(){return!1}function Be(e){}function Me(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}}function Ue(){f(!1)}function Ge(e){return function(t,n,r){if(r){if(r.value)return{value:F(e,r.value),enumerable:!1,configurable:!0,writable:!0};var i=r.initializer;return{enumerable:!1,configurable:!0,writable:!0,initializer:function(){return F(e,i.call(this))}}}return function(e){return function(t,n,r){Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:function(){},set:function(t){b(this,n,Ke(e,t))}})}}(e).apply(this,arguments)}}var Ke=function(e,t,n,r){return 1===arguments.length&&"function"==typeof e?F(e.name||"<unnamed action>",e):2===arguments.length&&"function"==typeof t?F(e,t):1===arguments.length&&"string"==typeof e?Ge(e):!0!==r?Ge(t).apply(null,arguments):void b(e,t,F(e.name||t,n.value))};function ze(e){return"function"==typeof e&&!0===e.isMobxAction}function We(e,t,n){b(e,t,F(t,n.bind(e)))}function qe(e,t){void 0===t&&(t=c);var n,r=t&&t.name||e.name||"Autorun@"+l();if(!t.scheduler&&!t.delay)n=new Ie(r,function(){this.track(a)},t.onError);else{var i=Je(t),o=!1;n=new Ie(r,function(){o||(o=!0,i(function(){o=!1,n.isDisposed||n.track(a)}))},t.onError)}function a(){e(n)}return n.schedule(),n.getDisposer()}Ke.bound=function(e,t,n,r){return!0===r?(We(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get:function(){return We(this,t,n.value||n.initializer.call(this)),this[t]},set:Ue}:{enumerable:!1,configurable:!0,set:function(e){We(this,t,e)},get:function(){}}};var He=function(e){return e()};function Je(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:He}function Xe(e,t,n){return Fe("onBecomeObserved",e,t,n)}function Ye(e,t,n){return Fe("onBecomeUnobserved",e,t,n)}function Fe(e,t,n,r){var i="string"==typeof n?Gt(t,n):Gt(t),o="string"==typeof n?r:n,a=i[e];return"function"!=typeof a?f(!1):(i[e]=function(){a.call(this),o.call(this)},function(){i[e]=a})}function $e(e,t,n,r){var i=Qe(r=B(r));return C(e),Rt(e,r.name,i.enhancer),t&&Ze(e,t,n,i),e}function Qe(e){return e.defaultDecorator||(!1===e.deep?G:M)}function Ze(e,t,n,r){xe();try{for(var i in t){var o=Object.getOwnPropertyDescriptor(t,i);0;var a=n&&i in n?n[i]:o.get?J:r;0;var s=a(e,i,o,!0);s&&Object.defineProperty(e,i,s)}}finally{Te()}}function et(e,t){return tt(Gt(e,t))}function tt(e){var t,n,r={name:e.name};return e.observing&&e.observing.length>0&&(r.dependencies=(t=e.observing,n=[],t.forEach(function(e){-1===n.indexOf(e)&&n.push(e)}),n).map(tt)),r}function nt(e){var t,n={name:e.name};return(t=e).observers&&t.observers.size>0&&(n.observers=Array.from(function(e){return e.observers}(e)).map(nt)),n}var rt=0;function it(e){"function"==typeof e.cancel&&e.cancel()}function ot(e,t){if(null===e||void 0===e)return!1;if(void 0!==t){if(!1===Ut(e))return!1;if(!e[S].values.has(t))return!1;var n=Gt(e,t);return ae(n)}return ae(e)}function at(e){return arguments.length>1?f(!1):ot(e)}function st(e,t){return null!==e&&void 0!==e&&(void 0!==t?!!Ut(e)&&e[S].values.has(t):Ut(e)||!!e[S]||_(e)||Re(e)||ae(e))}function ut(e){return 1!==arguments.length&&f(!1),st(e)}function ct(e){return Ut(e)?e[S].getKeys():kt(e)?Array.from(e.keys()):It(e)?e.map(function(e,t){return t}):f(!1)}function lt(e,t,n){if(2!==arguments.length)if(Ut(e)){var r=e[S];r.values.get(t)?r.write(t,n):r.addObservableProp(t,n,r.defaultEnhancer)}else if(kt(e))e.set(t,n);else{if(!It(e))return f(!1);"number"!=typeof t&&(t=parseInt(t,10)),h(t>=0,"Not a valid index: '"+t+"'"),xe(),t>=e.length&&(e.length=t+1),e[t]=n,Te()}else{xe();var i=t;try{for(var o in i)lt(e,o,i[o])}finally{Te()}}}function ft(e,t){return Ut(e)?Kt(e).has(t):kt(e)?e.has(t):It(e)?t>=0&&t<e.length:f(!1)}var ht={detectCycles:!0,exportMapsAsObjects:!0,recurseEverything:!1};function pt(e,t,n,r){return r.detectCycles&&e.set(t,n),n}function dt(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=!1;"boolean"==typeof e[e.length-1]&&(n=e.pop());var r=function(e){switch(e.length){case 0:return Oe.trackingDerivation;case 1:return Gt(e[0]);case 2:return Gt(e[0],e[1])}}(e);if(!r)return f(!1);r.isTracing===te.NONE&&console.log("[mobx.trace] '"+r.name+"' tracing enabled"),r.isTracing=n?te.BREAK:te.LOG}function vt(e,t){void 0===t&&(t=void 0),xe();try{return e.apply(t)}finally{Te()}}function yt(e,t,n){var r;"number"==typeof n.timeout&&(r=setTimeout(function(){if(!o[S].isDisposed){o();var e=new Error("WHEN_TIMEOUT");if(!n.onError)throw e;n.onError(e)}},n.timeout)),n.name=n.name||"When@"+l();var i=F(n.name+"-effect",t),o=qe(function(t){e()&&(t.dispose(),r&&clearTimeout(r),i())},n);return o}function bt(e){return e[S]}var gt={has:function(e,t){if(t===S||"constructor"===t||t===T)return!0;var n=bt(e);return"string"==typeof t?n.has(t):t in e},get:function(e,t){if(t===S||"constructor"===t||t===T)return e[t];var n=bt(e),r=n.values.get(t);return r instanceof A?r.get():("string"==typeof t&&n.has(t),e[t])},set:function(e,t,n){return"string"==typeof t&&(lt(e,t,n),!0)},deleteProperty:function(e,t){return"string"==typeof t&&(bt(e).remove(t),!0)},ownKeys:function(e){return bt(e).keysAtom.reportObserved(),Reflect.ownKeys(e)},preventExtensions:function(e){return f("Dynamic observable objects cannot be frozen"),!1}};function mt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function wt(e,t){var n=e.interceptors||(e.interceptors=[]);return n.push(t),p(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function Ot(e,t){var n=de();try{var r=e.interceptors;if(r)for(var i=0,o=r.length;i<o&&(h(!(t=r[i](t))||t.type,"Intercept handlers should return nothing or a change object"),t);i++);return t}finally{ve(n)}}function St(e){return void 0!==e.changeListeners&&e.changeListeners.length>0}function At(e,t){var n=e.changeListeners||(e.changeListeners=[]);return n.push(t),p(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function _t(e,t){var n=de(),r=e.changeListeners;if(r){for(var i=0,o=(r=r.slice()).length;i<o;i++)r[i](t);ve(n)}}var Et={get:function(e,t){return t===S?e[S]:"length"===t?e[S].getArrayLength():"number"==typeof t?Tt.get.call(e,t):"string"!=typeof t||isNaN(t)?Tt.hasOwnProperty(t)?Tt[t]:e[t]:Tt.get.call(e,parseInt(t))},set:function(e,t,n){return"length"===t?(e[S].setArrayLength(n),!0):"number"==typeof t?(Tt.set.call(e,t,n),!0):!isNaN(t)&&(Tt.set.call(e,parseInt(t),n),!0)},preventExtensions:function(e){return f("Observable arrays cannot be frozen"),!1}};var xt=function(){function e(e,t,n){this.owned=n,this.values=[],this.proxy=void 0,this.lastKnownLength=0,this.atom=new A(e||"ObservableArray@"+l()),this.enhancer=function(n,r){return t(n,r,e+"[..]")}}return e.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},e.prototype.dehanceValues=function(e){return void 0!==this.dehancer&&this.values.length>0?e.map(this.dehancer):e},e.prototype.intercept=function(e){return wt(this,e)},e.prototype.observe=function(e,t){return void 0===t&&(t=!1),t&&e({object:this.proxy,type:"splice",index:0,added:this.values.slice(),addedCount:this.values.length,removed:[],removedCount:0}),At(this,e)},e.prototype.getArrayLength=function(){return this.atom.reportObserved(),this.values.length},e.prototype.setArrayLength=function(e){if("number"!=typeof e||e<0)throw new Error("[mobx.array] Out of range: "+e);var t=this.values.length;if(e!==t)if(e>t){for(var n=new Array(e-t),r=0;r<e-t;r++)n[r]=void 0;this.spliceWithArray(t,0,n)}else this.spliceWithArray(e,t-e)},e.prototype.updateArrayLength=function(e,t){if(e!==this.lastKnownLength)throw new Error("[mobx] Modification exception: the internal structure of an observable array was changed.");this.lastKnownLength+=t},e.prototype.spliceWithArray=function(e,t,n){var r=this;le(this.atom);var i=this.values.length;if(void 0===e?e=0:e>i?e=i:e<0&&(e=Math.max(0,i+e)),t=1===arguments.length?i-e:void 0===t||null===t?0:Math.max(0,Math.min(t,i-e)),void 0===n&&(n=u),mt(this)){var o=Ot(this,{object:this.proxy,type:"splice",index:e,removedCount:t,added:n});if(!o)return u;t=o.removedCount,n=o.added}n=0===n.length?n:n.map(function(e){return r.enhancer(e,void 0)});var a=this.spliceItemsIntoValues(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice(e,n,a),this.dehanceValues(a)},e.prototype.spliceItemsIntoValues=function(e,t,n){var r;if(n.length<1e4)return(r=this.values).splice.apply(r,function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(a(arguments[t]));return e}([e,t],n));var i=this.values.slice(e,e+t);return this.values=this.values.slice(0,e).concat(n,this.values.slice(e+t)),i},e.prototype.notifyArrayChildUpdate=function(e,t,n){var r=!this.owned&&!1,i=St(this),o=i||r?{object:this.proxy,type:"update",index:e,newValue:t,oldValue:n}:null;this.atom.reportChanged(),i&&_t(this,o)},e.prototype.notifyArraySplice=function(e,t,n){var r=!this.owned&&!1,i=St(this),o=i||r?{object:this.proxy,type:"splice",index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;this.atom.reportChanged(),i&&_t(this,o)},e}(),Tt={intercept:function(e){return this[S].intercept(e)},observe:function(e,t){return void 0===t&&(t=!1),this[S].observe(e,t)},clear:function(){return this.splice(0)},replace:function(e){var t=this[S];return t.spliceWithArray(0,t.values.length,e)},toJS:function(){return this.slice()},toJSON:function(){return this.toJS()},splice:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=this[S];switch(arguments.length){case 0:return[];case 1:return i.spliceWithArray(e);case 2:return i.spliceWithArray(e,t)}return i.spliceWithArray(e,t,n)},spliceWithArray:function(e,t,n){return this[S].spliceWithArray(e,t,n)},push:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=this[S];return n.spliceWithArray(n.values.length,0,e),n.values.length},pop:function(){return this.splice(Math.max(this[S].values.length-1,0),1)[0]},shift:function(){return this.splice(0,1)[0]},unshift:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=this[S];return n.spliceWithArray(0,0,e),n.values.length},reverse:function(){var e=this.slice();return e.reverse.apply(e,arguments)},sort:function(e){var t=this.slice();return t.sort.apply(t,arguments)},remove:function(e){var t=this[S],n=t.dehanceValues(t.values).indexOf(e);return n>-1&&(this.splice(n,1),!0)},get:function(e){var t=this[S];if(t){if(e<t.values.length)return t.atom.reportObserved(),t.dehanceValue(t.values[e]);console.warn("[mobx.array] Attempt to read an array index ("+e+") that is out of bounds ("+t.values.length+"). Please check length first. Out of bound indices will not be tracked by MobX")}},set:function(e,t){var n=this[S],r=n.values;if(e<r.length){le(n.atom);var i=r[e];if(mt(n)){var o=Ot(n,{type:"update",object:this,index:e,newValue:t});if(!o)return;t=o.newValue}(t=n.enhancer(t,i))!==i&&(r[e]=t,n.notifyArrayChildUpdate(e,t,i))}else{if(e!==r.length)throw new Error("[mobx.array] Index out of bounds, "+e+" is larger than "+r.length);n.spliceWithArray(e,0,[t])}}};["concat","every","filter","forEach","indexOf","join","lastIndexOf","map","reduce","reduceRight","slice","some","toString","toLocaleString"].forEach(function(e){Tt[e]=function(){var t=this[S];t.atom.reportObserved();var n=t.dehanceValues(t.values);return n[e].apply(n,arguments)}});var Dt,jt=m("ObservableArrayAdministration",xt);function It(e){return v(e)&&jt(e[S])}var Ct={},Pt=function(){function e(e,t,n){if(void 0===t&&(t=V),void 0===n&&(n="ObservableMap@"+l()),this.enhancer=t,this.name=n,this[Dt]=Ct,this._keysAtom=E(this.name+".keys()"),this[Symbol.toStringTag]="Map","function"!=typeof Map)throw new Error("mobx.map requires Map polyfill for the current browser. Check babel-polyfill or core-js/es6/map.js");this._data=new Map,this._hasMap=new Map,this.merge(e)}return e.prototype._has=function(e){return this._data.has(e)},e.prototype.has=function(e){return this._hasMap.has(e)?this._hasMap.get(e).get():this._updateHasMapEntry(e,!1).get()},e.prototype.set=function(e,t){var n=this._has(e);if(mt(this)){var r=Ot(this,{type:n?"update":"add",object:this,newValue:t,name:e});if(!r)return this;t=r.newValue}return n?this._updateValue(e,t):this._addValue(e,t),this},e.prototype.delete=function(e){var t=this;if(mt(this)&&!(r=Ot(this,{type:"delete",object:this,name:e})))return!1;if(this._has(e)){var n=St(this),r=n?{type:"delete",object:this,oldValue:this._data.get(e).value,name:e}:null;return vt(function(){t._keysAtom.reportChanged(),t._updateHasMapEntry(e,!1),t._data.get(e).setNewValue(void 0),t._data.delete(e)}),n&&_t(this,r),!0}return!1},e.prototype._updateHasMapEntry=function(e,t){var n=this._hasMap.get(e);return n?n.setNewValue(t):(n=new re(t,R,this.name+"."+e+"?",!1),this._hasMap.set(e,n)),n},e.prototype._updateValue=function(e,t){var n=this._data.get(e);if((t=n.prepareNewValue(t))!==ne){var r=St(this),i=r?{type:"update",object:this,oldValue:n.value,name:e,newValue:t}:null;0,n.setNewValue(t),r&&_t(this,i)}},e.prototype._addValue=function(e,t){var n=this;le(this._keysAtom),vt(function(){var r=new re(t,n.enhancer,n.name+"."+e,!1);n._data.set(e,r),t=r.value,n._updateHasMapEntry(e,!0),n._keysAtom.reportChanged()});var r=St(this),i=r?{type:"add",object:this,name:e,newValue:t}:null;r&&_t(this,i)},e.prototype.get=function(e){return this.has(e)?this.dehanceValue(this._data.get(e).get()):this.dehanceValue(void 0)},e.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},e.prototype.keys=function(){return this._keysAtom.reportObserved(),this._data.keys()},e.prototype.values=function(){var e=this,t=0,n=Array.from(this.keys());return Yt({next:function(){return t<n.length?{value:e.get(n[t++]),done:!1}:{done:!0}}})},e.prototype.entries=function(){var e=this,t=0,n=Array.from(this.keys());return Yt({next:function(){if(t<n.length){var r=n[t++];return{value:[r,e.get(r)],done:!1}}return{done:!0}}})},e.prototype[(Dt=S,Symbol.iterator)]=function(){return this.entries()},e.prototype.forEach=function(e,t){var n,r;try{for(var i=o(this),s=i.next();!s.done;s=i.next()){var u=a(s.value,2),c=u[0],l=u[1];e.call(t,l,c,this)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.merge=function(e){var t=this;return kt(e)&&(e=e.toJS()),vt(function(){y(e)?Object.keys(e).forEach(function(n){return t.set(n,e[n])}):Array.isArray(e)?e.forEach(function(e){var n=a(e,2),r=n[0],i=n[1];return t.set(r,i)}):w(e)?e.forEach(function(e,n){return t.set(n,e)}):null!==e&&void 0!==e&&f("Cannot initialize map from "+e)}),this},e.prototype.clear=function(){var e=this;vt(function(){pe(function(){var t,n;try{for(var r=o(e.keys()),i=r.next();!i.done;i=r.next()){var a=i.value;e.delete(a)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}})})},e.prototype.replace=function(e){var t=this;return vt(function(){var n,r=y(n=e)?Object.keys(n):Array.isArray(n)?n.map(function(e){return a(e,1)[0]}):w(n)||kt(n)?Array.from(n.keys()):f("Cannot get keys from '"+n+"'");Array.from(t.keys()).filter(function(e){return-1===r.indexOf(e)}).forEach(function(e){return t.delete(e)}),t.merge(e)}),this},Object.defineProperty(e.prototype,"size",{get:function(){return this._keysAtom.reportObserved(),this._data.size},enumerable:!0,configurable:!0}),e.prototype.toPOJO=function(){var e,t,n={};try{for(var r=o(this),i=r.next();!i.done;i=r.next()){var s=a(i.value,2),u=s[0],c=s[1];n[""+u]=c}}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return n},e.prototype.toJS=function(){return new Map(this)},e.prototype.toJSON=function(){return this.toPOJO()},e.prototype.toString=function(){var e=this;return this.name+"[{ "+Array.from(this.keys()).map(function(t){return t+": "+e.get(t)}).join(", ")+" }]"},e.prototype.observe=function(e,t){return At(this,e)},e.prototype.intercept=function(e){return wt(this,e)},e}(),kt=m("ObservableMap",Pt),Vt=function(){function e(e,t,n,r){void 0===t&&(t=new Map),this.target=e,this.values=t,this.name=n,this.defaultEnhancer=r,this.keysAtom=new A(n+".keys")}return e.prototype.read=function(e){return this.values.get(e).get()},e.prototype.write=function(e,t){var n=this.target,r=this.values.get(e);if(r instanceof oe)r.set(t);else{if(mt(this)){if(!(o=Ot(this,{type:"update",object:this.proxy||n,name:e,newValue:t})))return;t=o.newValue}if((t=r.prepareNewValue(t))!==ne){var i=St(this),o=i?{type:"update",object:this.proxy||n,oldValue:r.value,name:e,newValue:t}:null;0,r.setNewValue(t),i&&_t(this,o)}}},e.prototype.has=function(e){var t=this.pendingKeys||(this.pendingKeys=new Map),n=t.get(e);if(n)return n.get();var r=!!this.values.get(e);return n=new re(r,R,this.name+"."+e.toString()+"?",!1),t.set(e,n),n.get()},e.prototype.addObservableProp=function(e,t,n){void 0===n&&(n=this.defaultEnhancer);var r=this.target;if(mt(this)){var i=Ot(this,{object:this.proxy||r,name:e,type:"add",newValue:t});if(!i)return;t=i.newValue}var o=new re(t,n,this.name+"."+e,!1);this.values.set(e,o),t=o.value,Object.defineProperty(r,e,function(e){return Nt[e]||(Nt[e]={configurable:!0,enumerable:!0,get:function(){return this[S].read(e)},set:function(t){this[S].write(e,t)}})}(e)),this.notifyPropertyAddition(e,t)},e.prototype.addComputedProp=function(e,t,n){var r=this.target;n.name=n.name||this.name+"."+t,this.values.set(t,new oe(n)),(e===r||g(e,t))&&Object.defineProperty(e,t,function(e){return Lt[e]||(Lt[e]={configurable:!0,enumerable:!1,get:function(){return Bt(this).read(e)},set:function(t){Bt(this).write(e,t)}})}(t))},e.prototype.remove=function(e){if(this.values.has(e)){var t=this.target;if(mt(this))if(!(a=Ot(this,{object:this.proxy||t,name:e,type:"remove"})))return;try{xe();var n=St(this),r=this.values.get(e),i=r&&r.get();if(r&&r.set(void 0),this.keysAtom.reportChanged(),this.values.delete(e),this.pendingKeys){var o=this.pendingKeys.get(e);o&&o.set(!1)}delete this.target[e];var a=n?{type:"remove",object:this.proxy||t,oldValue:i,name:e}:null;0,n&&_t(this,a)}finally{Te()}}},e.prototype.illegalAccess=function(e,t){console.warn("Property '"+t+"' of '"+e+"' was accessed through the prototype chain. Use 'decorate' instead to declare the prop or access it statically through it's owner")},e.prototype.observe=function(e,t){return At(this,e)},e.prototype.intercept=function(e){return wt(this,e)},e.prototype.notifyPropertyAddition=function(e,t){var n=St(this),r=n?{type:"add",object:this.proxy||this.target,name:e,newValue:t}:null;if(n&&_t(this,r),this.pendingKeys){var i=this.pendingKeys.get(e);i&&i.set(!0)}this.keysAtom.reportChanged()},e.prototype.getKeys=function(){var e,t;this.keysAtom.reportObserved();var n=[];try{for(var r=o(this.values),i=r.next();!i.done;i=r.next()){var s=a(i.value,2),u=s[0];s[1]instanceof re&&n.push(u)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return n},e}();function Rt(e,t,n){if(void 0===t&&(t=""),void 0===n&&(n=V),Object.prototype.hasOwnProperty.call(e,S))return e[S];y(e)||(t=(e.constructor.name||"ObservableObject")+"@"+l()),t||(t="ObservableObject@"+l());var r=new Vt(e,new Map,t,n);return b(e,S,r),r}var Nt=Object.create(null),Lt=Object.create(null);function Bt(e){var t=e[S];return t||(C(e),e[S])}var Mt=m("ObservableObjectAdministration",Vt);function Ut(e){return!!v(e)&&(C(e),Mt(e[S]))}function Gt(e,t){if("object"==typeof e&&null!==e){if(It(e))return void 0!==t&&f(!1),e[S].atom;if(kt(e)){var n=e;return void 0===t?n._keysAtom:((r=n._data.get(t)||n._hasMap.get(t))||f(!1),r)}var r;if(C(e),t&&!e[S]&&e[t],Ut(e))return t?((r=e[S].values.get(t))||f(!1),r):f(!1);if(_(e)||ae(e)||Re(e))return e}else if("function"==typeof e&&Re(e[S]))return e[S];return f(!1)}function Kt(e,t){return e||f("Expecting some object"),void 0!==t?Kt(Gt(e,t)):_(e)||ae(e)||Re(e)?e:kt(e)?e:(C(e),e[S]?e[S]:void f(!1))}function zt(e,t){return(void 0!==t?Gt(e,t):Ut(e)||kt(e)?Kt(e):Gt(e)).name}var Wt=Object.prototype.toString;function qt(e,t){return Ht(e,t)}function Ht(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;return("function"===i||"object"===i||"object"==typeof t)&&function(e,t,n,r){e=Jt(e),t=Jt(t);var i=Wt.call(e);if(i!==Wt.call(t))return!1;switch(i){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return"undefined"!=typeof Symbol&&Symbol.valueOf.call(e)===Symbol.valueOf.call(t)}var o="[object Array]"===i;if(!o){if("object"!=typeof e||"object"!=typeof t)return!1;var a=e.constructor,s=t.constructor;if(a!==s&&!("function"==typeof a&&a instanceof a&&"function"==typeof s&&s instanceof s)&&"constructor"in e&&"constructor"in t)return!1}n=n||[],r=r||[];var u=n.length;for(;u--;)if(n[u]===e)return r[u]===t;if(n.push(e),r.push(t),o){if((u=e.length)!==t.length)return!1;for(;u--;)if(!Ht(e[u],t[u],n,r))return!1}else{var c,l=Object.keys(e);if(u=l.length,Object.keys(t).length!==u)return!1;for(;u--;)if(c=l[u],!Xt(t,c)||!Ht(e[c],t[c],n,r))return!1}return n.pop(),r.pop(),!0}(e,t,n,r)}function Jt(e){return It(e)?e.slice():w(e)||kt(e)?Array.from(e.entries()):e}function Xt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Yt(e){return e[Symbol.iterator]=Ft,e}function Ft(){return this}if("undefined"==typeof Proxy||"undefined"==typeof Symbol)throw new Error("[mobx] MobX 5+ requires Proxy and Symbol objects. If your environment doesn't support Proxy objects, please downgrade to MobX 4. For React Native Android, consider upgrading JSCore.");"object"==typeof __MOBX_DEVTOOLS_GLOBAL_HOOK__&&__MOBX_DEVTOOLS_GLOBAL_HOOK__.injectMobx({spy:Me,extras:{getDebugName:zt},$mobx:S}),n.Reaction=Ie,n.untracked=pe,n.createAtom=E,n.spy=Me,n.comparer=x,n.isObservableObject=Ut,n.isBoxedObservable=ie,n.isObservableArray=It,n.ObservableMap=Pt,n.isObservableMap=kt,n.transaction=vt,n.observable=q,n.computed=Y,n.isObservable=ut,n.isObservableProp=function(e,t){return"string"!=typeof t?f(!1):st(e,t)},n.isComputed=at,n.isComputedProp=function(e,t){return"string"!=typeof t?f(!1):ot(e,t)},n.extendObservable=$e,n.observe=function(e,t,n,r){return"function"==typeof n?function(e,t,n,r){return Kt(e,t).observe(n,r)}(e,t,n,r):function(e,t,n){return Kt(e).observe(t,n)}(e,t,n)},n.intercept=function(e,t,n){return"function"==typeof n?function(e,t,n){return Kt(e,t).intercept(n)}(e,t,n):function(e,t){return Kt(e).intercept(t)}(e,t)},n.autorun=qe,n.reaction=function(e,t,n){void 0===n&&(n=c);var r,i,o,a=n.name||"Reaction@"+l(),s=Ke(a,n.onError?(r=n.onError,i=t,function(){try{return i.apply(this,arguments)}catch(e){r.call(this,e)}}):t),u=!n.scheduler&&!n.delay,f=Je(n),h=!0,p=!1,d=n.compareStructural?x.structural:n.equals||x.default,v=new Ie(a,function(){h||u?y():p||(p=!0,f(y))},n.onError);function y(){if(p=!1,!v.isDisposed){var t=!1;v.track(function(){var n=e(v);t=h||!d(o,n),o=n}),h&&n.fireImmediately&&s(o,v),h||!0!==t||s(o,v),h&&(h=!1)}}return v.schedule(),v.getDisposer()},n.when=function(e,t,n){return 1===arguments.length||t&&"object"==typeof t?function(e,t){var n,r=new Promise(function(r,o){var a=yt(e,r,i({},t,{onError:o}));n=function(){a(),o("WHEN_CANCELLED")}});return r.cancel=n,r}(e,t):yt(e,t,n||{})},n.action=Ke,n.isAction=ze,n.runInAction=function(e,t){var n="string"==typeof e?e:e.name||"<unnamed action>",r="function"==typeof e?e:t;return $(n,r,this,void 0)},n.keys=ct,n.values=function(e){return Ut(e)?ct(e).map(function(t){return e[t]}):kt(e)?ct(e).map(function(t){return e.get(t)}):It(e)?e.slice():f(!1)},n.entries=function(e){return Ut(e)?ct(e).map(function(t){return[t,e[t]]}):kt(e)?ct(e).map(function(t){return[t,e.get(t)]}):It(e)?e.map(function(e,t){return[t,e]}):f(!1)},n.set=lt,n.remove=function(e,t){if(Ut(e))e[S].remove(t);else if(kt(e))e.delete(t);else{if(!It(e))return f(!1);"number"!=typeof t&&(t=parseInt(t,10)),h(t>=0,"Not a valid index: '"+t+"'"),e.splice(t,1)}},n.has=ft,n.get=function(e,t){if(ft(e,t))return Ut(e)?e[t]:kt(e)?e.get(t):It(e)?e[t]:f(!1)},n.decorate=function(e,t){var n="function"==typeof e?e.prototype:e,r=function(e){var r=t[e];Array.isArray(r)||(r=[r]);var i=Object.getOwnPropertyDescriptor(n,e),o=r.reduce(function(t,r){return r(n,e,t)},i);o&&Object.defineProperty(n,e,o)};for(var i in t)r(i);return e},n.configure=function(e){var t=e.enforceActions,n=e.computedRequiresReaction,r=e.disableErrorBoundaries,i=e.reactionScheduler;if(void 0!==t){var o=void 0;switch(t){case!0:case"observed":o=!0;break;case!1:case"never":o=!1;break;case"strict":case"always":o="strict";break;default:f("Invalid value for 'enforceActions': '"+t+"', expected 'never', 'always' or 'observed'")}Oe.enforceActions=o,Oe.allowStateChanges=!0!==o&&"strict"!==o}void 0!==n&&(Oe.computedRequiresReaction=!!n),!0===e.isolateGlobalState&&((Oe.pendingReactions.length||Oe.inBatch||Oe.isRunningReactions)&&f("isolateGlobalState should be called before MobX is running any reactions"),we=!0,me&&(0==--Se().__mobxInstanceCount&&(Se().__mobxGlobals=void 0),Oe=new ge)),void 0!==r&&(!0===r&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),Oe.disableErrorBoundaries=!!r),i&&Ne(i)},n.onBecomeObserved=Xe,n.onBecomeUnobserved=Ye,n.flow=function(e){1!==arguments.length&&f("Flow expects one 1 argument and cannot be used as decorator");var t=e.name||"<unnamed flow>";return function(){var n,r=arguments,i=++rt,o=Ke(t+" - runid: "+i+" - init",e).apply(this,r),a=void 0,s=new Promise(function(e,r){var s=0;function u(e){var n;a=void 0;try{n=Ke(t+" - runid: "+i+" - yield "+s++,o.next).call(o,e)}catch(e){return r(e)}l(n)}function c(e){var n;a=void 0;try{n=Ke(t+" - runid: "+i+" - yield "+s++,o.throw).call(o,e)}catch(e){return r(e)}l(n)}function l(t){if(!t||"function"!=typeof t.then)return t.done?e(t.value):(a=Promise.resolve(t.value)).then(u,c);t.then(l,r)}n=r,u(void 0)});return s.cancel=Ke(t+" - runid: "+i+" - cancel",function(){try{a&&it(a);var e=o.return(),t=Promise.resolve(e.value);t.then(d,d),it(t),n(new Error("FLOW_CANCELLED"))}catch(e){n(e)}}),s}},n.toJS=function(e,t){var n;return"boolean"==typeof t&&(t={detectCycles:t}),t||(t=ht),t.detectCycles=void 0===t.detectCycles?!0===t.recurseEverything:!0===t.detectCycles,t.detectCycles&&(n=new Map),function e(t,n,r){if(!n.recurseEverything&&!ut(t))return t;if("object"!=typeof t)return t;if(null===t)return null;if(t instanceof Date)return t;if(ie(t))return e(t.get(),n,r);if(ut(t)&&ct(t),!0===n.detectCycles&&null!==t&&r.has(t))return r.get(t);if(It(t)||Array.isArray(t)){var i=pt(r,t,[],n),o=t.map(function(t){return e(t,n,r)});i.length=o.length;for(var a=0,s=o.length;a<s;a++)i[a]=o[a];return i}if(kt(t)||Object.getPrototypeOf(t)===Map.prototype){if(!1===n.exportMapsAsObjects){var u=pt(r,t,new Map,n);return t.forEach(function(t,i){u.set(i,e(t,n,r))}),u}var c=pt(r,t,{},n);return t.forEach(function(t,i){c[i]=e(t,n,r)}),c}var l=pt(r,t,{},n);for(var f in t)l[f]=e(t[f],n,r);return l}(e,t,n)},n.trace=dt,n.getDependencyTree=et,n.getObserverTree=function(e,t){return nt(Gt(e,t))},n._resetGlobalState=function(){var e=new ge;for(var t in e)-1===be.indexOf(t)&&(Oe[t]=e[t]);Oe.allowStateChanges=!Oe.enforceActions},n._getGlobalState=function(){return Oe},n.getDebugName=zt,n.getAtom=Gt,n._getAdministration=Kt,n._allowStateChanges=function(e,t){var n,r=Q(e);try{n=t()}finally{Z(r)}return n},n._allowStateChangesInsideComputed=function(e){var t,n=Oe.computationDepth;Oe.computationDepth=0;try{t=e()}finally{Oe.computationDepth=n}return t},n.isArrayLike=function(e){return Array.isArray(e)||It(e)},n.$mobx=S,n._isComputingDerivation=function(){return null!==Oe.trackingDerivation},n.onReactionError=function(e){return Oe.globalReactionErrorHandlers.push(e),function(){var t=Oe.globalReactionErrorHandlers.indexOf(e);t>=0&&Oe.globalReactionErrorHandlers.splice(t,1)}},n._interceptReads=function(e,t,n){var r;if(kt(e)||It(e)||ie(e))r=Kt(e);else{if(!Ut(e))return f(!1);if("string"!=typeof t)return f(!1);r=Kt(e,t)}return void 0!==r.dehancer?f(!1):(r.dehancer="function"==typeof t?t:n,function(){r.dehancer=void 0})}}).call(this,e("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:2}],2:[function(e,t,n){var r,i,o=t.exports={};function a(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function u(e){if(r===setTimeout)return setTimeout(e,0);if((r===a||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:a}catch(e){r=a}try{i="function"==typeof clearTimeout?clearTimeout:s}catch(e){i=s}}();var c,l=[],f=!1,h=-1;function p(){f&&c&&(f=!1,c.length?l=c.concat(l):h=-1,l.length&&d())}function d(){if(!f){var e=u(p);f=!0;for(var t=l.length;t;){for(c=l,l=[];++h<t;)c&&c[h].run();h=-1,t=l.length}c=null,f=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===s||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function v(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new v(e,t)),1!==l.length||f||u(d)},v.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},{}]},{},[1])(1)});
|
|
1
|
+
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).mobx=e()}}(function(){return function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return i(n||e)},l,l.exports,e,t,n,r)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<r.length;a++)i(r[a]);return i}({1:[function(e,t,n){(function(e,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};var i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e};function o(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function a(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}var s="An invariant failed, however the error is obfuscated because this is an production build.",u=[];Object.freeze(u);var c={};function l(){return++Se.mobxGuid}function f(e){throw h(!1,e),"X"}function h(e,t){if(!e)throw new Error("[mobx] "+(t||s))}Object.freeze(c);function p(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var d=function(){};function v(e){return null!==e&&"object"==typeof e}function y(e){if(null===e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function b(e,t,n){Object.defineProperty(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function g(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return!n||!1!==n.configurable&&!1!==n.writable}function m(e,t){var n="isMobX"+e;return t.prototype[n]=!0,function(e){return v(e)&&!0===e[n]}}function w(e){return e instanceof Map}function O(e){return e instanceof Set}function S(e){return null===e?null:"object"==typeof e?""+e:e}var A=Symbol("mobx administration"),_=function(){function e(e){void 0===e&&(e="Atom@"+l()),this.name=e,this.isPendingUnobservation=!1,this.isBeingObserved=!1,this.observers=new Set,this.diffValue=0,this.lastAccessedBy=0,this.lowestObserverState=n.IDerivationState.NOT_TRACKING}return e.prototype.onBecomeObserved=function(){this.onBecomeObservedListeners&&this.onBecomeObservedListeners.forEach(function(e){return e()})},e.prototype.onBecomeUnobserved=function(){this.onBecomeUnobservedListeners&&this.onBecomeUnobservedListeners.forEach(function(e){return e()})},e.prototype.reportObserved=function(){return je(this)},e.prototype.reportChanged=function(){De(),function(e){if(e.lowestObserverState===n.IDerivationState.STALE)return;e.lowestObserverState=n.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===n.IDerivationState.UP_TO_DATE&&(t.isTracing!==re.NONE&&Ce(t,e),t.onBecomeStale()),t.dependenciesState=n.IDerivationState.STALE})}(this),Te()},e.prototype.toString=function(){return this.name},e}(),E=m("Atom",_);function x(e,t,n){void 0===t&&(t=d),void 0===n&&(n=d);var r=new _(e);return t!==d&&Ye(r,t),n!==d&&Fe(r,n),r}var D={identity:function(e,t){return e===t},structural:function(e,t){return Ft(e,t)},default:function(e,t){return Object.is(e,t)}},T=Symbol("mobx did run lazy initializers"),j=Symbol("mobx pending decorators"),C={},I={};function N(e){if(!0!==e[T]){var t=e[j];if(t)for(var n in b(e,T,!0),t){var r=t[n];r.propertyCreator(e,r.prop,r.descriptor,r.decoratorTarget,r.decoratorArguments)}}}function V(e,t){return function(){var n,r=function(r,o,a,s){if(!0===s)return t(r,o,a,r,n),null;if(!Object.prototype.hasOwnProperty.call(r,j)){var u=r[j];b(r,j,i({},u))}return r[j][o]={prop:o,propertyCreator:t,descriptor:a,decoratorTarget:r,decoratorArguments:n},function(e,t){var n=t?C:I;return n[e]||(n[e]={configurable:!0,enumerable:t,get:function(){return N(this),this[e]},set:function(t){N(this),this[e]=t}})}(o,e)};return P(arguments)?(n=u,r.apply(null,arguments)):(n=Array.prototype.slice.call(arguments),r)}}function P(e){return(2===e.length||3===e.length)&&"string"==typeof e[1]||4===e.length&&!0===e[3]}function k(e,t,n){return ct(e)?e:Array.isArray(e)?W.array(e,{name:n}):y(e)?W.object(e,void 0,{name:n}):w(e)?W.map(e,{name:n}):O(e)?W.set(e,{name:n}):e}function R(e){return e}function L(t){h(t);var n=V(!0,function(e,n,r,i,o){var a=r?r.initializer?r.initializer.call(e):r.value:void 0;Ut(e).addObservableProp(n,a,t)}),r=(void 0!==e&&e.env,n);return r.enhancer=t,r}var B={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function M(e){return null===e||void 0===e?B:"string"==typeof e?{name:e,deep:!0,proxy:!0}:e}Object.freeze(B);var U=L(k),G=L(function(e,t,n){return void 0===e||null===e?e:qt(e)||It(e)||kt(e)||Bt(e)?e:Array.isArray(e)?W.array(e,{name:n,deep:!1}):y(e)?W.object(e,void 0,{name:n,deep:!1}):w(e)?W.map(e,{name:n,deep:!1}):O(e)?W.set(e,{name:n,deep:!1}):f(!1)}),K=L(R),z=L(function(e,t,n){return Ft(e,t)?t:e});function H(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?R:k}var q={box:function(e,t){arguments.length>2&&J("box");var n=M(t);return new ie(e,H(n),n.name,!0,n.equals)},array:function(e,t){arguments.length>2&&J("array");var n=M(t);return function(e,t,n,r){void 0===n&&(n="ObservableArray@"+l());void 0===r&&(r=!1);var i=new Dt(n,t,r);o=i.values,a=A,s=i,Object.defineProperty(o,a,{enumerable:!1,writable:!1,configurable:!0,value:s});var o,a,s;var u=new Proxy(i.values,xt);if(i.proxy=u,e&&e.length){var c=ee(!0);i.spliceWithArray(0,0,e),te(c)}return u}(e,H(n),n.name)},map:function(e,t){arguments.length>2&&J("map");var n=M(t);return new Pt(e,H(n),n.name)},set:function(e,t){arguments.length>2&&J("set");var n=M(t);return new Lt(e,H(n),n.name)},object:function(e,t,n){"string"==typeof arguments[1]&&J("object");var r=M(n);if(!1===r.proxy)return Qe({},e,t,r);var i=Ze(r),o=function(e){var t=new Proxy(e,mt);return e[A].proxy=t,t}(Qe({},void 0,void 0,r));return et(o,e,t,i),o},ref:K,shallow:G,deep:U,struct:z},W=function(e,t,n){if("string"==typeof arguments[1])return U.apply(null,arguments);if(ct(e))return e;var r=y(e)?W.object(e,t,n):Array.isArray(e)?W.array(e,t):w(e)?W.map(e,t):O(e)?W.set(e,t):e;if(r!==e)return r;f(!1)};function J(e){f("Expected one or two arguments to observable."+e+". Did you accidentally try to use observable."+e+" as decorator?")}Object.keys(q).forEach(function(e){return W[e]=q[e]});var X=V(!1,function(e,t,n,r,o){var a=n.get,s=n.set,u=o[0]||{};Ut(e).addComputedProp(e,t,i({get:a,set:s,context:e},u))}),Y=X({equals:D.structural}),F=function(e,t,n){if("string"==typeof t)return X.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return X.apply(null,arguments);var r="object"==typeof t?t:{};return r.get=e,r.set="function"==typeof t?t:r.set,r.name=r.name||e.name||"",new ae(r)};function $(e,t){var n=function(){return Q(e,t,this,arguments)};return n.isMobxAction=!0,n}function Q(e,t,n,r){var i=function(e,t,n,r){var i=Be()&&!!e,o=0;var a=ve();De();var s=ee(!0);return{prevDerivation:a,prevAllowStateChanges:s,notifySpy:i,startTime:o}}(e),o=!0;try{var a=t.apply(n,r);return o=!1,a}finally{o?(Se.suppressReactionErrors=o,Z(i),Se.suppressReactionErrors=!1):Z(i)}}function Z(e){te(e.prevAllowStateChanges),Te(),ye(e.prevDerivation),e.notifySpy}function ee(e){var t=Se.allowStateChanges;return Se.allowStateChanges=e,t}function te(e){Se.allowStateChanges=e}F.struct=Y;var ne,re,ie=function(e){function t(t,n,r,i,o){void 0===r&&(r="ObservableValue@"+l()),void 0===i&&(i=!0),void 0===o&&(o=D.default);var a=e.call(this,r)||this;return a.enhancer=n,a.name=r,a.equals=o,a.hasUnreportedChange=!1,a.value=n(t,void 0,r),i&&Be(),a}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.prototype.set=function(e){this.value;if((e=this.prepareNewValue(e))!==Se.UNCHANGED){Be();0,this.setNewValue(e)}},t.prototype.prepareNewValue=function(e){if(fe(this),wt(this)){var t=St(this,{object:this,type:"update",newValue:e});if(!t)return Se.UNCHANGED;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.equals(this.value,e)?Se.UNCHANGED:e},t.prototype.setNewValue=function(e){var t=this.value;this.value=e,this.reportChanged(),At(this)&&Et(this,{type:"update",object:this,newValue:e,oldValue:t})},t.prototype.get=function(){return this.reportObserved(),this.dehanceValue(this.value)},t.prototype.intercept=function(e){return Ot(this,e)},t.prototype.observe=function(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),_t(this,e)},t.prototype.toJSON=function(){return this.get()},t.prototype.toString=function(){return this.name+"["+this.value+"]"},t.prototype.valueOf=function(){return S(this.get())},t.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},t}(_),oe=m("ObservableValue",ie),ae=function(){function e(e){this.dependenciesState=n.IDerivationState.NOT_TRACKING,this.observing=[],this.newObserving=null,this.isBeingObserved=!1,this.isPendingUnobservation=!1,this.observers=new Set,this.diffValue=0,this.runId=0,this.lastAccessedBy=0,this.lowestObserverState=n.IDerivationState.UP_TO_DATE,this.unboundDepsCount=0,this.__mapid="#"+l(),this.value=new ue(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=re.NONE,this.derivation=e.get,this.name=e.name||"ComputedValue@"+l(),e.set&&(this.setter=$(this.name+"-setter",e.set)),this.equals=e.equals||(e.compareStructural||e.struct?D.structural:D.default),this.scope=e.context,this.requiresReaction=!!e.requiresReaction,this.keepAlive=!!e.keepAlive}return e.prototype.onBecomeStale=function(){!function(e){if(e.lowestObserverState!==n.IDerivationState.UP_TO_DATE)return;e.lowestObserverState=n.IDerivationState.POSSIBLY_STALE,e.observers.forEach(function(t){t.dependenciesState===n.IDerivationState.UP_TO_DATE&&(t.dependenciesState=n.IDerivationState.POSSIBLY_STALE,t.isTracing!==re.NONE&&Ce(t,e),t.onBecomeStale())})}(this)},e.prototype.onBecomeObserved=function(){this.onBecomeObservedListeners&&this.onBecomeObservedListeners.forEach(function(e){return e()})},e.prototype.onBecomeUnobserved=function(){this.onBecomeUnobservedListeners&&this.onBecomeUnobservedListeners.forEach(function(e){return e()})},e.prototype.get=function(){this.isComputing&&f("Cycle detected in computation "+this.name+": "+this.derivation),0!==Se.inBatch||0!==this.observers.size||this.keepAlive?(je(this),le(this)&&this.trackAndCompute()&&function(e){if(e.lowestObserverState===n.IDerivationState.STALE)return;e.lowestObserverState=n.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===n.IDerivationState.POSSIBLY_STALE?t.dependenciesState=n.IDerivationState.STALE:t.dependenciesState===n.IDerivationState.UP_TO_DATE&&(e.lowestObserverState=n.IDerivationState.UP_TO_DATE)})}(this)):le(this)&&(this.warnAboutUntrackedRead(),De(),this.value=this.computeValue(!1),Te());var e=this.value;if(ce(e))throw e.cause;return e},e.prototype.peek=function(){var e=this.computeValue(!1);if(ce(e))throw e.cause;return e},e.prototype.set=function(e){if(this.setter){h(!this.isRunningSetter,"The setter of computed value '"+this.name+"' is trying to update itself. Did you intend to update an _observable_ value, instead of the computed property?"),this.isRunningSetter=!0;try{this.setter.call(this.scope,e)}finally{this.isRunningSetter=!1}}else h(!1,!1)},e.prototype.trackAndCompute=function(){Be();var e=this.value,t=this.dependenciesState===n.IDerivationState.NOT_TRACKING,r=this.computeValue(!0),i=t||ce(e)||ce(r)||!this.equals(e,r);return i&&(this.value=r),i},e.prototype.computeValue=function(e){var t;if(this.isComputing=!0,Se.computationDepth++,e)t=he(this,this.derivation,this.scope);else if(!0===Se.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new ue(e)}return Se.computationDepth--,this.isComputing=!1,t},e.prototype.suspend=function(){this.keepAlive||(pe(this),this.value=void 0)},e.prototype.observe=function(e,t){var n=this,r=!0,i=void 0;return We(function(){var o=n.get();if(!r||t){var a=ve();e({type:"update",object:n,newValue:o,oldValue:i}),ye(a)}r=!1,i=o})},e.prototype.warnAboutUntrackedRead=function(){},e.prototype.toJSON=function(){return this.get()},e.prototype.toString=function(){return this.name+"["+this.derivation.toString()+"]"},e.prototype.valueOf=function(){return S(this.get())},e.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},e}(),se=m("ComputedValue",ae);(ne=n.IDerivationState||(n.IDerivationState={}))[ne.NOT_TRACKING=-1]="NOT_TRACKING",ne[ne.UP_TO_DATE=0]="UP_TO_DATE",ne[ne.POSSIBLY_STALE=1]="POSSIBLY_STALE",ne[ne.STALE=2]="STALE",function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(re||(re={}));var ue=function(){return function(e){this.cause=e}}();function ce(e){return e instanceof ue}function le(e){switch(e.dependenciesState){case n.IDerivationState.UP_TO_DATE:return!1;case n.IDerivationState.NOT_TRACKING:case n.IDerivationState.STALE:return!0;case n.IDerivationState.POSSIBLY_STALE:for(var t=ve(),r=e.observing,i=r.length,o=0;o<i;o++){var a=r[o];if(se(a)){if(Se.disableErrorBoundaries)a.get();else try{a.get()}catch(e){return ye(t),!0}if(e.dependenciesState===n.IDerivationState.STALE)return ye(t),!0}}return be(e),ye(t),!1}}function fe(e){var t=e.observers.size>0;Se.computationDepth>0&&t&&f(!1),Se.allowStateChanges||!t&&"strict"!==Se.enforceActions||f(!1)}function he(e,t,r){be(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++Se.runId;var i,o=Se.trackingDerivation;if(Se.trackingDerivation=e,!0===Se.disableErrorBoundaries)i=t.call(r);else try{i=t.call(r)}catch(e){i=new ue(e)}return Se.trackingDerivation=o,function(e){for(var t=e.observing,r=e.observing=e.newObserving,i=n.IDerivationState.UP_TO_DATE,o=0,a=e.unboundDepsCount,s=0;s<a;s++){var u=r[s];0===u.diffValue&&(u.diffValue=1,o!==s&&(r[o]=u),o++),u.dependenciesState>i&&(i=u.dependenciesState)}r.length=o,e.newObserving=null,a=t.length;for(;a--;){var u=t[a];0===u.diffValue&&Ee(u,e),u.diffValue=0}for(;o--;){var u=r[o];1===u.diffValue&&(u.diffValue=0,_e(u,e))}i!==n.IDerivationState.UP_TO_DATE&&(e.dependenciesState=i,e.onBecomeStale())}(e),i}function pe(e){var t=e.observing;e.observing=[];for(var r=t.length;r--;)Ee(t[r],e);e.dependenciesState=n.IDerivationState.NOT_TRACKING}function de(e){var t=ve();try{return e()}finally{ye(t)}}function ve(){var e=Se.trackingDerivation;return Se.trackingDerivation=null,e}function ye(e){Se.trackingDerivation=e}function be(e){if(e.dependenciesState!==n.IDerivationState.UP_TO_DATE){e.dependenciesState=n.IDerivationState.UP_TO_DATE;for(var t=e.observing,r=t.length;r--;)t[r].lowestObserverState=n.IDerivationState.UP_TO_DATE}}var ge=["mobxGuid","spyListeners","enforceActions","computedRequiresReaction","disableErrorBoundaries","runId","UNCHANGED"],me=function(){return function(){this.version=5,this.UNCHANGED={},this.trackingDerivation=null,this.computationDepth=0,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!0,this.enforceActions=!1,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.disableErrorBoundaries=!1,this.suppressReactionErrors=!1}}(),we=!0,Oe=!1,Se=function(){var e=Ae();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(we=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new me).version&&(we=!1),we?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals.UNCHANGED||(e.__mobxGlobals.UNCHANGED={}),e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new me):(setTimeout(function(){Oe||f("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new me)}();function Ae(){return"undefined"!=typeof window?window:t}function _e(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function Ee(e,t){e.observers.delete(t),0===e.observers.size&&xe(e)}function xe(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,Se.pendingUnobservations.push(e))}function De(){Se.inBatch++}function Te(){if(0==--Se.inBatch){Pe();for(var e=Se.pendingUnobservations,t=0;t<e.length;t++){var n=e[t];n.isPendingUnobservation=!1,0===n.observers.size&&(n.isBeingObserved&&(n.isBeingObserved=!1,n.onBecomeUnobserved()),n instanceof ae&&n.suspend())}Se.pendingUnobservations=[]}}function je(e){var t=Se.trackingDerivation;return null!==t?(t.runId!==e.lastAccessedBy&&(e.lastAccessedBy=t.runId,t.newObserving[t.unboundDepsCount++]=e,e.isBeingObserved||(e.isBeingObserved=!0,e.onBecomeObserved())),!0):(0===e.observers.size&&Se.inBatch>0&&xe(e),!1)}function Ce(e,t){if(console.log("[mobx.trace] '"+e.name+"' is invalidated due to a change in: '"+t.name+"'"),e.isTracing===re.BREAK){var n=[];!function e(t,n,r){if(n.length>=1e3)return void n.push("(and many more)");n.push(""+new Array(r).join("\t")+t.name);t.dependencies&&t.dependencies.forEach(function(t){return e(t,n,r+1)})}(tt(e),n,1),new Function("debugger;\n/*\nTracing '"+e.name+"'\n\nYou are entering this break point because derivation '"+e.name+"' is being traced and '"+t.name+"' is now forcing it to update.\nJust follow the stacktrace you should now see in the devtools to see precisely what piece of your code is causing this update\nThe stackframe you are looking for is at least ~6-8 stack-frames up.\n\n"+(e instanceof ae?e.derivation.toString().replace(/[*]\//g,"/"):"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}var Ie=function(){function e(e,t,r){void 0===e&&(e="Reaction@"+l()),this.name=e,this.onInvalidate=t,this.errorHandler=r,this.observing=[],this.newObserving=[],this.dependenciesState=n.IDerivationState.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+l(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=re.NONE}return e.prototype.onBecomeStale=function(){this.schedule()},e.prototype.schedule=function(){this._isScheduled||(this._isScheduled=!0,Se.pendingReactions.push(this),Pe())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(De(),this._isScheduled=!1,le(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&Be()}catch(e){this.reportExceptionInDerivation(e)}}Te()}},e.prototype.track=function(e){De();Be();this._isRunning=!0;var t=he(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&pe(this),ce(t)&&this.reportExceptionInDerivation(t.cause),Te()},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(Se.disableErrorBoundaries)throw e;var n="[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '"+this+"'";Se.suppressReactionErrors?console.warn("[mobx] (error in reaction '"+this.name+"' suppressed, fix error of causing action below)"):console.error(n,e),Be()&&Me({type:"error",name:this.name,message:n,error:""+e}),Se.globalReactionErrorHandlers.forEach(function(n){return n(e,t)})}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(De(),pe(this),Te()))},e.prototype.getDisposer=function(){var e=this.dispose.bind(this);return e[A]=this,e},e.prototype.toString=function(){return"Reaction["+this.name+"]"},e.prototype.trace=function(e){void 0===e&&(e=!1),vt(this,e)},e}();var Ne=100,Ve=function(e){return e()};function Pe(){Se.inBatch>0||Se.isRunningReactions||Ve(ke)}function ke(){Se.isRunningReactions=!0;for(var e=Se.pendingReactions,t=0;e.length>0;){++t===Ne&&(console.error("Reaction doesn't converge to a stable state after "+Ne+" iterations. Probably there is a cycle in the reactive function: "+e[0]),e.splice(0));for(var n=e.splice(0),r=0,i=n.length;r<i;r++)n[r].runReaction()}Se.isRunningReactions=!1}var Re=m("Reaction",Ie);function Le(e){var t=Ve;Ve=function(n){return e(function(){return t(n)})}}function Be(){return!1}function Me(e){}function Ue(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}}function Ge(){f(!1)}function Ke(e){return function(t,n,r){if(r){if(r.value)return{value:$(e,r.value),enumerable:!1,configurable:!0,writable:!0};var i=r.initializer;return{enumerable:!1,configurable:!0,writable:!0,initializer:function(){return $(e,i.call(this))}}}return function(e){return function(t,n,r){Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:function(){},set:function(t){b(this,n,ze(e,t))}})}}(e).apply(this,arguments)}}var ze=function(e,t,n,r){return 1===arguments.length&&"function"==typeof e?$(e.name||"<unnamed action>",e):2===arguments.length&&"function"==typeof t?$(e,t):1===arguments.length&&"string"==typeof e?Ke(e):!0!==r?Ke(t).apply(null,arguments):void b(e,t,$(e.name||t,n.value))};function He(e){return"function"==typeof e&&!0===e.isMobxAction}function qe(e,t,n){b(e,t,$(t,n.bind(e)))}function We(e,t){void 0===t&&(t=c);var n,r=t&&t.name||e.name||"Autorun@"+l();if(!t.scheduler&&!t.delay)n=new Ie(r,function(){this.track(a)},t.onError);else{var i=Xe(t),o=!1;n=new Ie(r,function(){o||(o=!0,i(function(){o=!1,n.isDisposed||n.track(a)}))},t.onError)}function a(){e(n)}return n.schedule(),n.getDisposer()}ze.bound=function(e,t,n,r){return!0===r?(qe(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get:function(){return qe(this,t,n.value||n.initializer.call(this)),this[t]},set:Ge}:{enumerable:!1,configurable:!0,set:function(e){qe(this,t,e)},get:function(){}}};var Je=function(e){return e()};function Xe(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:Je}function Ye(e,t,n){return $e("onBecomeObserved",e,t,n)}function Fe(e,t,n){return $e("onBecomeUnobserved",e,t,n)}function $e(e,t,n,r){var i="string"==typeof n?Wt(t,n):Wt(t),o="string"==typeof n?r:n,a=e+"Listeners";return i[a]?i[a].add(o):i[a]=new Set([o]),"function"!=typeof i[e]?f(!1):function(){var e=i[a];e&&(e.delete(o),0===e.size&&delete i[a])}}function Qe(e,t,n,r){var i=Ze(r=M(r));return N(e),Ut(e,r.name,i.enhancer),t&&et(e,t,n,i),e}function Ze(e){return e.defaultDecorator||(!1===e.deep?K:U)}function et(e,t,n,r){De();try{for(var i in t){var o=Object.getOwnPropertyDescriptor(t,i);0;var a=n&&i in n?n[i]:o.get?X:r;0;var s=a(e,i,o,!0);s&&Object.defineProperty(e,i,s)}}finally{Te()}}function tt(e,t){return nt(Wt(e,t))}function nt(e){var t,n,r={name:e.name};return e.observing&&e.observing.length>0&&(r.dependencies=(t=e.observing,n=[],t.forEach(function(e){-1===n.indexOf(e)&&n.push(e)}),n).map(nt)),r}function rt(e){var t,n={name:e.name};return(t=e).observers&&t.observers.size>0&&(n.observers=Array.from(function(e){return e.observers}(e)).map(rt)),n}var it=0;function ot(e){"function"==typeof e.cancel&&e.cancel()}function at(e,t){if(null===e||void 0===e)return!1;if(void 0!==t){if(!1===qt(e))return!1;if(!e[A].values.has(t))return!1;var n=Wt(e,t);return se(n)}return se(e)}function st(e){return arguments.length>1?f(!1):at(e)}function ut(e,t){return null!==e&&void 0!==e&&(void 0!==t?!!qt(e)&&e[A].values.has(t):qt(e)||!!e[A]||E(e)||Re(e)||se(e))}function ct(e){return 1!==arguments.length&&f(!1),ut(e)}function lt(e){return qt(e)?e[A].getKeys():kt(e)?Array.from(e.keys()):Bt(e)?Array.from(e.keys()):It(e)?e.map(function(e,t){return t}):f(!1)}function ft(e,t,n){if(2!==arguments.length)if(qt(e)){var r=e[A];r.values.get(t)?r.write(t,n):r.addObservableProp(t,n,r.defaultEnhancer)}else if(kt(e))e.set(t,n);else{if(!It(e))return f(!1);"number"!=typeof t&&(t=parseInt(t,10)),h(t>=0,"Not a valid index: '"+t+"'"),De(),t>=e.length&&(e.length=t+1),e[t]=n,Te()}else{De();var i=t;try{for(var o in i)ft(e,o,i[o])}finally{Te()}}}function ht(e,t){return qt(e)?Jt(e).has(t):kt(e)?e.has(t):Bt(e)?e.has(t):It(e)?t>=0&&t<e.length:f(!1)}var pt={detectCycles:!0,exportMapsAsObjects:!0,recurseEverything:!1};function dt(e,t,n,r){return r.detectCycles&&e.set(t,n),n}function vt(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=!1;"boolean"==typeof e[e.length-1]&&(n=e.pop());var r=function(e){switch(e.length){case 0:return Se.trackingDerivation;case 1:return Wt(e[0]);case 2:return Wt(e[0],e[1])}}(e);if(!r)return f(!1);r.isTracing===re.NONE&&console.log("[mobx.trace] '"+r.name+"' tracing enabled"),r.isTracing=n?re.BREAK:re.LOG}function yt(e,t){void 0===t&&(t=void 0),De();try{return e.apply(t)}finally{Te()}}function bt(e,t,n){var r;"number"==typeof n.timeout&&(r=setTimeout(function(){if(!o[A].isDisposed){o();var e=new Error("WHEN_TIMEOUT");if(!n.onError)throw e;n.onError(e)}},n.timeout)),n.name=n.name||"When@"+l();var i=$(n.name+"-effect",t),o=We(function(t){e()&&(t.dispose(),r&&clearTimeout(r),i())},n);return o}function gt(e){return e[A]}var mt={has:function(e,t){if(t===A||"constructor"===t||t===T)return!0;var n=gt(e);return"string"==typeof t?n.has(t):t in e},get:function(e,t){if(t===A||"constructor"===t||t===T)return e[t];var n=gt(e),r=n.values.get(t);if(r instanceof _){var i=r.get();return void 0===i&&n.has(t),i}return"string"==typeof t&&n.has(t),e[t]},set:function(e,t,n){return"string"==typeof t&&(ft(e,t,n),!0)},deleteProperty:function(e,t){return"string"==typeof t&&(gt(e).remove(t),!0)},ownKeys:function(e){return gt(e).keysAtom.reportObserved(),Reflect.ownKeys(e)},preventExtensions:function(e){return f("Dynamic observable objects cannot be frozen"),!1}};function wt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function Ot(e,t){var n=e.interceptors||(e.interceptors=[]);return n.push(t),p(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function St(e,t){var n=ve();try{var r=e.interceptors;if(r)for(var i=0,o=r.length;i<o&&(h(!(t=r[i](t))||t.type,"Intercept handlers should return nothing or a change object"),t);i++);return t}finally{ye(n)}}function At(e){return void 0!==e.changeListeners&&e.changeListeners.length>0}function _t(e,t){var n=e.changeListeners||(e.changeListeners=[]);return n.push(t),p(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function Et(e,t){var n=ve(),r=e.changeListeners;if(r){for(var i=0,o=(r=r.slice()).length;i<o;i++)r[i](t);ye(n)}}var xt={get:function(e,t){return t===A?e[A]:"length"===t?e[A].getArrayLength():"number"==typeof t?Tt.get.call(e,t):"string"!=typeof t||isNaN(t)?Tt.hasOwnProperty(t)?Tt[t]:e[t]:Tt.get.call(e,parseInt(t))},set:function(e,t,n){return"length"===t?(e[A].setArrayLength(n),!0):"number"==typeof t?(Tt.set.call(e,t,n),!0):!isNaN(t)&&(Tt.set.call(e,parseInt(t),n),!0)},preventExtensions:function(e){return f("Observable arrays cannot be frozen"),!1}};var Dt=function(){function e(e,t,n){this.owned=n,this.values=[],this.proxy=void 0,this.lastKnownLength=0,this.atom=new _(e||"ObservableArray@"+l()),this.enhancer=function(n,r){return t(n,r,e+"[..]")}}return e.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},e.prototype.dehanceValues=function(e){return void 0!==this.dehancer&&e.length>0?e.map(this.dehancer):e},e.prototype.intercept=function(e){return Ot(this,e)},e.prototype.observe=function(e,t){return void 0===t&&(t=!1),t&&e({object:this.proxy,type:"splice",index:0,added:this.values.slice(),addedCount:this.values.length,removed:[],removedCount:0}),_t(this,e)},e.prototype.getArrayLength=function(){return this.atom.reportObserved(),this.values.length},e.prototype.setArrayLength=function(e){if("number"!=typeof e||e<0)throw new Error("[mobx.array] Out of range: "+e);var t=this.values.length;if(e!==t)if(e>t){for(var n=new Array(e-t),r=0;r<e-t;r++)n[r]=void 0;this.spliceWithArray(t,0,n)}else this.spliceWithArray(e,t-e)},e.prototype.updateArrayLength=function(e,t){if(e!==this.lastKnownLength)throw new Error("[mobx] Modification exception: the internal structure of an observable array was changed.");this.lastKnownLength+=t},e.prototype.spliceWithArray=function(e,t,n){var r=this;fe(this.atom);var i=this.values.length;if(void 0===e?e=0:e>i?e=i:e<0&&(e=Math.max(0,i+e)),t=1===arguments.length?i-e:void 0===t||null===t?0:Math.max(0,Math.min(t,i-e)),void 0===n&&(n=u),wt(this)){var o=St(this,{object:this.proxy,type:"splice",index:e,removedCount:t,added:n});if(!o)return u;t=o.removedCount,n=o.added}n=0===n.length?n:n.map(function(e){return r.enhancer(e,void 0)});var a=this.spliceItemsIntoValues(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice(e,n,a),this.dehanceValues(a)},e.prototype.spliceItemsIntoValues=function(e,t,n){var r;if(n.length<1e4)return(r=this.values).splice.apply(r,function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(a(arguments[t]));return e}([e,t],n));var i=this.values.slice(e,e+t);return this.values=this.values.slice(0,e).concat(n,this.values.slice(e+t)),i},e.prototype.notifyArrayChildUpdate=function(e,t,n){var r=!this.owned&&!1,i=At(this),o=i||r?{object:this.proxy,type:"update",index:e,newValue:t,oldValue:n}:null;this.atom.reportChanged(),i&&Et(this,o)},e.prototype.notifyArraySplice=function(e,t,n){var r=!this.owned&&!1,i=At(this),o=i||r?{object:this.proxy,type:"splice",index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;this.atom.reportChanged(),i&&Et(this,o)},e}(),Tt={intercept:function(e){return this[A].intercept(e)},observe:function(e,t){return void 0===t&&(t=!1),this[A].observe(e,t)},clear:function(){return this.splice(0)},replace:function(e){var t=this[A];return t.spliceWithArray(0,t.values.length,e)},toJS:function(){return this.slice()},toJSON:function(){return this.toJS()},splice:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=this[A];switch(arguments.length){case 0:return[];case 1:return i.spliceWithArray(e);case 2:return i.spliceWithArray(e,t)}return i.spliceWithArray(e,t,n)},spliceWithArray:function(e,t,n){return this[A].spliceWithArray(e,t,n)},push:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=this[A];return n.spliceWithArray(n.values.length,0,e),n.values.length},pop:function(){return this.splice(Math.max(this[A].values.length-1,0),1)[0]},shift:function(){return this.splice(0,1)[0]},unshift:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=this[A];return n.spliceWithArray(0,0,e),n.values.length},reverse:function(){var e=this.slice();return e.reverse.apply(e,arguments)},sort:function(e){var t=this.slice();return t.sort.apply(t,arguments)},remove:function(e){var t=this[A],n=t.dehanceValues(t.values).indexOf(e);return n>-1&&(this.splice(n,1),!0)},get:function(e){var t=this[A];if(t){if(e<t.values.length)return t.atom.reportObserved(),t.dehanceValue(t.values[e]);console.warn("[mobx.array] Attempt to read an array index ("+e+") that is out of bounds ("+t.values.length+"). Please check length first. Out of bound indices will not be tracked by MobX")}},set:function(e,t){var n=this[A],r=n.values;if(e<r.length){fe(n.atom);var i=r[e];if(wt(n)){var o=St(n,{type:"update",object:this,index:e,newValue:t});if(!o)return;t=o.newValue}(t=n.enhancer(t,i))!==i&&(r[e]=t,n.notifyArrayChildUpdate(e,t,i))}else{if(e!==r.length)throw new Error("[mobx.array] Index out of bounds, "+e+" is larger than "+r.length);n.spliceWithArray(e,0,[t])}}};["concat","every","filter","forEach","indexOf","join","lastIndexOf","map","reduce","reduceRight","slice","some","toString","toLocaleString"].forEach(function(e){Tt[e]=function(){var t=this[A];t.atom.reportObserved();var n=t.dehanceValues(t.values);return n[e].apply(n,arguments)}});var jt,Ct=m("ObservableArrayAdministration",Dt);function It(e){return v(e)&&Ct(e[A])}var Nt,Vt={},Pt=function(){function e(e,t,n){if(void 0===t&&(t=k),void 0===n&&(n="ObservableMap@"+l()),this.enhancer=t,this.name=n,this[jt]=Vt,this._keysAtom=x(this.name+".keys()"),this[Symbol.toStringTag]="Map","function"!=typeof Map)throw new Error("mobx.map requires Map polyfill for the current browser. Check babel-polyfill or core-js/es6/map.js");this._data=new Map,this._hasMap=new Map,this.merge(e)}return e.prototype._has=function(e){return this._data.has(e)},e.prototype.has=function(e){return this._hasMap.has(e)?this._hasMap.get(e).get():this._updateHasMapEntry(e,!1).get()},e.prototype.set=function(e,t){var n=this._has(e);if(wt(this)){var r=St(this,{type:n?"update":"add",object:this,newValue:t,name:e});if(!r)return this;t=r.newValue}return n?this._updateValue(e,t):this._addValue(e,t),this},e.prototype.delete=function(e){var t=this;if(wt(this)&&!(r=St(this,{type:"delete",object:this,name:e})))return!1;if(this._has(e)){var n=At(this),r=n?{type:"delete",object:this,oldValue:this._data.get(e).value,name:e}:null;return yt(function(){t._keysAtom.reportChanged(),t._updateHasMapEntry(e,!1),t._data.get(e).setNewValue(void 0),t._data.delete(e)}),n&&Et(this,r),!0}return!1},e.prototype._updateHasMapEntry=function(e,t){var n=this._hasMap.get(e);return n?n.setNewValue(t):(n=new ie(t,R,this.name+"."+e+"?",!1),this._hasMap.set(e,n)),n},e.prototype._updateValue=function(e,t){var n=this._data.get(e);if((t=n.prepareNewValue(t))!==Se.UNCHANGED){var r=At(this),i=r?{type:"update",object:this,oldValue:n.value,name:e,newValue:t}:null;0,n.setNewValue(t),r&&Et(this,i)}},e.prototype._addValue=function(e,t){var n=this;fe(this._keysAtom),yt(function(){var r=new ie(t,n.enhancer,n.name+"."+e,!1);n._data.set(e,r),t=r.value,n._updateHasMapEntry(e,!0),n._keysAtom.reportChanged()});var r=At(this),i=r?{type:"add",object:this,name:e,newValue:t}:null;r&&Et(this,i)},e.prototype.get=function(e){return this.has(e)?this.dehanceValue(this._data.get(e).get()):this.dehanceValue(void 0)},e.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},e.prototype.keys=function(){return this._keysAtom.reportObserved(),this._data.keys()},e.prototype.values=function(){var e=this,t=0,n=Array.from(this.keys());return en({next:function(){return t<n.length?{value:e.get(n[t++]),done:!1}:{done:!0}}})},e.prototype.entries=function(){var e=this,t=0,n=Array.from(this.keys());return en({next:function(){if(t<n.length){var r=n[t++];return{value:[r,e.get(r)],done:!1}}return{done:!0}}})},e.prototype[(jt=A,Symbol.iterator)]=function(){return this.entries()},e.prototype.forEach=function(e,t){var n,r;try{for(var i=o(this),s=i.next();!s.done;s=i.next()){var u=a(s.value,2),c=u[0],l=u[1];e.call(t,l,c,this)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.merge=function(e){var t=this;return kt(e)&&(e=e.toJS()),yt(function(){if(y(e))Object.keys(e).forEach(function(n){return t.set(n,e[n])});else if(Array.isArray(e))e.forEach(function(e){var n=a(e,2),r=n[0],i=n[1];return t.set(r,i)});else if(w(e)){if(e.constructor!==Map)return f("Cannot initialize from classes that inherit from Map: "+e.constructor.name);e.forEach(function(e,n){return t.set(n,e)})}else null!==e&&void 0!==e&&f("Cannot initialize map from "+e)}),this},e.prototype.clear=function(){var e=this;yt(function(){de(function(){var t,n;try{for(var r=o(e.keys()),i=r.next();!i.done;i=r.next()){var a=i.value;e.delete(a)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}})})},e.prototype.replace=function(e){var t=this;return yt(function(){var n,r=y(n=e)?Object.keys(n):Array.isArray(n)?n.map(function(e){return a(e,1)[0]}):w(n)||kt(n)?Array.from(n.keys()):f("Cannot get keys from '"+n+"'");Array.from(t.keys()).filter(function(e){return-1===r.indexOf(e)}).forEach(function(e){return t.delete(e)}),t.merge(e)}),this},Object.defineProperty(e.prototype,"size",{get:function(){return this._keysAtom.reportObserved(),this._data.size},enumerable:!0,configurable:!0}),e.prototype.toPOJO=function(){var e,t,n={};try{for(var r=o(this),i=r.next();!i.done;i=r.next()){var s=a(i.value,2),u=s[0],c=s[1];n[""+u]=c}}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return n},e.prototype.toJS=function(){return new Map(this)},e.prototype.toJSON=function(){return this.toPOJO()},e.prototype.toString=function(){var e=this;return this.name+"[{ "+Array.from(this.keys()).map(function(t){return t+": "+e.get(t)}).join(", ")+" }]"},e.prototype.observe=function(e,t){return _t(this,e)},e.prototype.intercept=function(e){return Ot(this,e)},e}(),kt=m("ObservableMap",Pt),Rt={},Lt=function(){function e(e,t,n){if(void 0===t&&(t=k),void 0===n&&(n="ObservableSet@"+l()),this.name=n,this[Nt]=Rt,this._data=new Set,this._atom=x(this.name),this[Symbol.toStringTag]="Set","function"!=typeof Set)throw new Error("mobx.set requires Set polyfill for the current browser. Check babel-polyfill or core-js/es6/set.js");this.enhancer=function(e,r){return t(e,r,n)},e&&this.replace(e)}return e.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},e.prototype.clear=function(){var e=this;yt(function(){de(function(){var t,n;try{for(var r=o(e._data.values()),i=r.next();!i.done;i=r.next()){var a=i.value;e.delete(a)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}})})},e.prototype.forEach=function(e,t){var n,r;try{for(var i=o(this),a=i.next();!a.done;a=i.next()){var s=a.value;e.call(t,s,s,this)}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},Object.defineProperty(e.prototype,"size",{get:function(){return this._atom.reportObserved(),this._data.size},enumerable:!0,configurable:!0}),e.prototype.add=function(e){var t=this;if((fe(this._atom),wt(this))&&!(r=St(this,{type:"add",object:this,newValue:e})))return this;if(!this.has(e)){yt(function(){t._data.add(t.enhancer(e,void 0)),t._atom.reportChanged()});var n=At(this),r=n?{type:"add",object:this,newValue:e}:null;0,n&&Et(this,r)}return this},e.prototype.delete=function(e){var t=this;if(wt(this)&&!(r=St(this,{type:"delete",object:this,oldValue:e})))return!1;if(this.has(e)){var n=At(this),r=n?{type:"delete",object:this,oldValue:e}:null;return yt(function(){t._atom.reportChanged(),t._data.delete(e)}),n&&Et(this,r),!0}return!1},e.prototype.has=function(e){return this._atom.reportObserved(),this._data.has(this.dehanceValue(e))},e.prototype.entries=function(){var e=0,t=Array.from(this.keys()),n=Array.from(this.values());return en({next:function(){var r=e;return e+=1,r<n.length?{value:[t[r],n[r]],done:!1}:{done:!0}}})},e.prototype.keys=function(){return this.values()},e.prototype.values=function(){this._atom.reportObserved();var e=this,t=0,n=Array.from(this._data.values());return en({next:function(){return t<n.length?{value:e.dehanceValue(n[t++]),done:!1}:{done:!0}}})},e.prototype.replace=function(e){var t=this;return Bt(e)&&(e=e.toJS()),yt(function(){Array.isArray(e)?(t.clear(),e.forEach(function(e){return t.add(e)})):O(e)?(t.clear(),e.forEach(function(e){return t.add(e)})):null!==e&&void 0!==e&&f("Cannot initialize set from "+e)}),this},e.prototype.observe=function(e,t){return _t(this,e)},e.prototype.intercept=function(e){return Ot(this,e)},e.prototype.toJS=function(){return new Set(this)},e.prototype.toString=function(){return this.name+"[ "+Array.from(this).join(", ")+" ]"},e.prototype[(Nt=A,Symbol.iterator)]=function(){return this.values()},e}(),Bt=m("ObservableSet",Lt),Mt=function(){function e(e,t,n,r){void 0===t&&(t=new Map),this.target=e,this.values=t,this.name=n,this.defaultEnhancer=r,this.keysAtom=new _(n+".keys")}return e.prototype.read=function(e){return this.values.get(e).get()},e.prototype.write=function(e,t){var n=this.target,r=this.values.get(e);if(r instanceof ae)r.set(t);else{if(wt(this)){if(!(o=St(this,{type:"update",object:this.proxy||n,name:e,newValue:t})))return;t=o.newValue}if((t=r.prepareNewValue(t))!==Se.UNCHANGED){var i=At(this),o=i?{type:"update",object:this.proxy||n,oldValue:r.value,name:e,newValue:t}:null;0,r.setNewValue(t),i&&Et(this,o)}}},e.prototype.has=function(e){var t=this.pendingKeys||(this.pendingKeys=new Map),n=t.get(e);if(n)return n.get();var r=!!this.values.get(e);return n=new ie(r,R,this.name+"."+e.toString()+"?",!1),t.set(e,n),n.get()},e.prototype.addObservableProp=function(e,t,n){void 0===n&&(n=this.defaultEnhancer);var r=this.target;if(wt(this)){var i=St(this,{object:this.proxy||r,name:e,type:"add",newValue:t});if(!i)return;t=i.newValue}var o=new ie(t,n,this.name+"."+e,!1);this.values.set(e,o),t=o.value,Object.defineProperty(r,e,function(e){return Gt[e]||(Gt[e]={configurable:!0,enumerable:!0,get:function(){return this[A].read(e)},set:function(t){this[A].write(e,t)}})}(e)),this.notifyPropertyAddition(e,t)},e.prototype.addComputedProp=function(e,t,n){var r=this.target;n.name=n.name||this.name+"."+t,this.values.set(t,new ae(n)),(e===r||g(e,t))&&Object.defineProperty(e,t,function(e){return Kt[e]||(Kt[e]={configurable:!1,enumerable:!1,get:function(){return zt(this).read(e)},set:function(t){zt(this).write(e,t)}})}(t))},e.prototype.remove=function(e){if(this.values.has(e)){var t=this.target;if(wt(this))if(!(a=St(this,{object:this.proxy||t,name:e,type:"remove"})))return;try{De();var n=At(this),r=this.values.get(e),i=r&&r.get();if(r&&r.set(void 0),this.keysAtom.reportChanged(),this.values.delete(e),this.pendingKeys){var o=this.pendingKeys.get(e);o&&o.set(!1)}delete this.target[e];var a=n?{type:"remove",object:this.proxy||t,oldValue:i,name:e}:null;0,n&&Et(this,a)}finally{Te()}}},e.prototype.illegalAccess=function(e,t){console.warn("Property '"+t+"' of '"+e+"' was accessed through the prototype chain. Use 'decorate' instead to declare the prop or access it statically through it's owner")},e.prototype.observe=function(e,t){return _t(this,e)},e.prototype.intercept=function(e){return Ot(this,e)},e.prototype.notifyPropertyAddition=function(e,t){var n=At(this),r=n?{type:"add",object:this.proxy||this.target,name:e,newValue:t}:null;if(n&&Et(this,r),this.pendingKeys){var i=this.pendingKeys.get(e);i&&i.set(!0)}this.keysAtom.reportChanged()},e.prototype.getKeys=function(){var e,t;this.keysAtom.reportObserved();var n=[];try{for(var r=o(this.values),i=r.next();!i.done;i=r.next()){var s=a(i.value,2),u=s[0];s[1]instanceof ie&&n.push(u)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return n},e}();function Ut(e,t,n){if(void 0===t&&(t=""),void 0===n&&(n=k),Object.prototype.hasOwnProperty.call(e,A))return e[A];y(e)||(t=(e.constructor.name||"ObservableObject")+"@"+l()),t||(t="ObservableObject@"+l());var r=new Mt(e,new Map,t,n);return b(e,A,r),r}var Gt=Object.create(null),Kt=Object.create(null);function zt(e){var t=e[A];return t||(N(e),e[A])}var Ht=m("ObservableObjectAdministration",Mt);function qt(e){return!!v(e)&&(N(e),Ht(e[A]))}function Wt(e,t){if("object"==typeof e&&null!==e){if(It(e))return void 0!==t&&f(!1),e[A].atom;if(Bt(e))return e[A];if(kt(e)){var n=e;return void 0===t?n._keysAtom:((r=n._data.get(t)||n._hasMap.get(t))||f(!1),r)}var r;if(N(e),t&&!e[A]&&e[t],qt(e))return t?((r=e[A].values.get(t))||f(!1),r):f(!1);if(E(e)||se(e)||Re(e))return e}else if("function"==typeof e&&Re(e[A]))return e[A];return f(!1)}function Jt(e,t){return e||f("Expecting some object"),void 0!==t?Jt(Wt(e,t)):E(e)||se(e)||Re(e)?e:kt(e)||Bt(e)?e:(N(e),e[A]?e[A]:void f(!1))}function Xt(e,t){return(void 0!==t?Wt(e,t):qt(e)||kt(e)||Bt(e)?Jt(e):Wt(e)).name}var Yt=Object.prototype.toString;function Ft(e,t){return $t(e,t)}function $t(e,t,n,r){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;return("function"===i||"object"===i||"object"==typeof t)&&function(e,t,n,r){e=Qt(e),t=Qt(t);var i=Yt.call(e);if(i!==Yt.call(t))return!1;switch(i){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return"undefined"!=typeof Symbol&&Symbol.valueOf.call(e)===Symbol.valueOf.call(t)}var o="[object Array]"===i;if(!o){if("object"!=typeof e||"object"!=typeof t)return!1;var a=e.constructor,s=t.constructor;if(a!==s&&!("function"==typeof a&&a instanceof a&&"function"==typeof s&&s instanceof s)&&"constructor"in e&&"constructor"in t)return!1}n=n||[],r=r||[];var u=n.length;for(;u--;)if(n[u]===e)return r[u]===t;if(n.push(e),r.push(t),o){if((u=e.length)!==t.length)return!1;for(;u--;)if(!$t(e[u],t[u],n,r))return!1}else{var c,l=Object.keys(e);if(u=l.length,Object.keys(t).length!==u)return!1;for(;u--;)if(c=l[u],!Zt(t,c)||!$t(e[c],t[c],n,r))return!1}return n.pop(),r.pop(),!0}(e,t,n,r)}function Qt(e){return It(e)?e.slice():w(e)||kt(e)?Array.from(e.entries()):O(e)||Bt(e)?Array.from(e.entries()):e}function Zt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function en(e){return e[Symbol.iterator]=tn,e}function tn(){return this}if("undefined"==typeof Proxy||"undefined"==typeof Symbol)throw new Error("[mobx] MobX 5+ requires Proxy and Symbol objects. If your environment doesn't support Proxy objects, please downgrade to MobX 4. For React Native Android, consider upgrading JSCore.");"object"==typeof __MOBX_DEVTOOLS_GLOBAL_HOOK__&&__MOBX_DEVTOOLS_GLOBAL_HOOK__.injectMobx({spy:Ue,extras:{getDebugName:Xt},$mobx:A}),n.Reaction=Ie,n.untracked=de,n.createAtom=x,n.spy=Ue,n.comparer=D,n.isObservableObject=qt,n.isBoxedObservable=oe,n.isObservableArray=It,n.ObservableMap=Pt,n.isObservableMap=kt,n.ObservableSet=Lt,n.isObservableSet=Bt,n.transaction=yt,n.observable=W,n.computed=F,n.isObservable=ct,n.isObservableProp=function(e,t){return"string"!=typeof t?f(!1):ut(e,t)},n.isComputed=st,n.isComputedProp=function(e,t){return"string"!=typeof t?f(!1):at(e,t)},n.extendObservable=Qe,n.observe=function(e,t,n,r){return"function"==typeof n?function(e,t,n,r){return Jt(e,t).observe(n,r)}(e,t,n,r):function(e,t,n){return Jt(e).observe(t,n)}(e,t,n)},n.intercept=function(e,t,n){return"function"==typeof n?function(e,t,n){return Jt(e,t).intercept(n)}(e,t,n):function(e,t){return Jt(e).intercept(t)}(e,t)},n.autorun=We,n.reaction=function(e,t,n){void 0===n&&(n=c);var r,i,o,a=n.name||"Reaction@"+l(),s=ze(a,n.onError?(r=n.onError,i=t,function(){try{return i.apply(this,arguments)}catch(e){r.call(this,e)}}):t),u=!n.scheduler&&!n.delay,f=Xe(n),h=!0,p=!1,d=n.compareStructural?D.structural:n.equals||D.default,v=new Ie(a,function(){h||u?y():p||(p=!0,f(y))},n.onError);function y(){if(p=!1,!v.isDisposed){var t=!1;v.track(function(){var n=e(v);t=h||!d(o,n),o=n}),h&&n.fireImmediately&&s(o,v),h||!0!==t||s(o,v),h&&(h=!1)}}return v.schedule(),v.getDisposer()},n.when=function(e,t,n){return 1===arguments.length||t&&"object"==typeof t?function(e,t){var n,r=new Promise(function(r,o){var a=bt(e,r,i({},t,{onError:o}));n=function(){a(),o("WHEN_CANCELLED")}});return r.cancel=n,r}(e,t):bt(e,t,n||{})},n.action=ze,n.isAction=He,n.runInAction=function(e,t){var n="string"==typeof e?e:e.name||"<unnamed action>",r="function"==typeof e?e:t;return Q(n,r,this,void 0)},n.keys=lt,n.values=function(e){return qt(e)?lt(e).map(function(t){return e[t]}):kt(e)?lt(e).map(function(t){return e.get(t)}):Bt(e)?Array.from(e.values()):It(e)?e.slice():f(!1)},n.entries=function(e){return qt(e)?lt(e).map(function(t){return[t,e[t]]}):kt(e)?lt(e).map(function(t){return[t,e.get(t)]}):Bt(e)?Array.from(e.entries()):It(e)?e.map(function(e,t){return[t,e]}):f(!1)},n.set=ft,n.remove=function(e,t){if(qt(e))e[A].remove(t);else if(kt(e))e.delete(t);else if(Bt(e))e.delete(t);else{if(!It(e))return f(!1);"number"!=typeof t&&(t=parseInt(t,10)),h(t>=0,"Not a valid index: '"+t+"'"),e.splice(t,1)}},n.has=ht,n.get=function(e,t){if(ht(e,t))return qt(e)?e[t]:kt(e)?e.get(t):It(e)?e[t]:f(!1)},n.decorate=function(e,t){var n="function"==typeof e?e.prototype:e,r=function(e){var r=t[e];Array.isArray(r)||(r=[r]);var i=Object.getOwnPropertyDescriptor(n,e),o=r.reduce(function(t,r){return r(n,e,t)},i);o&&Object.defineProperty(n,e,o)};for(var i in t)r(i);return e},n.configure=function(e){var t=e.enforceActions,n=e.computedRequiresReaction,r=e.disableErrorBoundaries,i=e.reactionScheduler;if(!0===e.isolateGlobalState&&((Se.pendingReactions.length||Se.inBatch||Se.isRunningReactions)&&f("isolateGlobalState should be called before MobX is running any reactions"),Oe=!0,we&&(0==--Ae().__mobxInstanceCount&&(Ae().__mobxGlobals=void 0),Se=new me)),void 0!==t){var o=void 0;switch(t){case!0:case"observed":o=!0;break;case!1:case"never":o=!1;break;case"strict":case"always":o="strict";break;default:f("Invalid value for 'enforceActions': '"+t+"', expected 'never', 'always' or 'observed'")}Se.enforceActions=o,Se.allowStateChanges=!0!==o&&"strict"!==o}void 0!==n&&(Se.computedRequiresReaction=!!n),void 0!==r&&(!0===r&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),Se.disableErrorBoundaries=!!r),i&&Le(i)},n.onBecomeObserved=Ye,n.onBecomeUnobserved=Fe,n.flow=function(e){1!==arguments.length&&f("Flow expects one 1 argument and cannot be used as decorator");var t=e.name||"<unnamed flow>";return function(){var n,r=arguments,i=++it,o=ze(t+" - runid: "+i+" - init",e).apply(this,r),a=void 0,s=new Promise(function(e,r){var s=0;function u(e){var n;a=void 0;try{n=ze(t+" - runid: "+i+" - yield "+s++,o.next).call(o,e)}catch(e){return r(e)}l(n)}function c(e){var n;a=void 0;try{n=ze(t+" - runid: "+i+" - yield "+s++,o.throw).call(o,e)}catch(e){return r(e)}l(n)}function l(t){if(!t||"function"!=typeof t.then)return t.done?e(t.value):(a=Promise.resolve(t.value)).then(u,c);t.then(l,r)}n=r,u(void 0)});return s.cancel=ze(t+" - runid: "+i+" - cancel",function(){try{a&&ot(a);var e=o.return(),t=Promise.resolve(e.value);t.then(d,d),ot(t),n(new Error("FLOW_CANCELLED"))}catch(e){n(e)}}),s}},n.toJS=function(e,t){var n;return"boolean"==typeof t&&(t={detectCycles:t}),t||(t=pt),t.detectCycles=void 0===t.detectCycles?!0===t.recurseEverything:!0===t.detectCycles,t.detectCycles&&(n=new Map),function e(t,n,r){if(!n.recurseEverything&&!ct(t))return t;if("object"!=typeof t)return t;if(null===t)return null;if(t instanceof Date)return t;if(oe(t))return e(t.get(),n,r);if(ct(t)&<(t),!0===n.detectCycles&&null!==t&&r.has(t))return r.get(t);if(It(t)||Array.isArray(t)){var i=dt(r,t,[],n),o=t.map(function(t){return e(t,n,r)});i.length=o.length;for(var a=0,s=o.length;a<s;a++)i[a]=o[a];return i}if(Bt(t)||Object.getPrototypeOf(t)===Set.prototype){if(!1===n.exportMapsAsObjects){var u=dt(r,t,new Set,n);return t.forEach(function(t){u.add(e(t,n,r))}),u}var c=dt(r,t,[],n);return t.forEach(function(t){c.push(e(t,n,r))}),c}if(kt(t)||Object.getPrototypeOf(t)===Map.prototype){if(!1===n.exportMapsAsObjects){var l=dt(r,t,new Map,n);return t.forEach(function(t,i){l.set(i,e(t,n,r))}),l}var f=dt(r,t,{},n);return t.forEach(function(t,i){f[i]=e(t,n,r)}),f}var h=dt(r,t,{},n);for(var p in t)h[p]=e(t[p],n,r);return h}(e,t,n)},n.trace=vt,n.getDependencyTree=tt,n.getObserverTree=function(e,t){return rt(Wt(e,t))},n._resetGlobalState=function(){var e=new me;for(var t in e)-1===ge.indexOf(t)&&(Se[t]=e[t]);Se.allowStateChanges=!Se.enforceActions},n._getGlobalState=function(){return Se},n.getDebugName=Xt,n.getAtom=Wt,n._getAdministration=Jt,n._allowStateChanges=function(e,t){var n,r=ee(e);try{n=t()}finally{te(r)}return n},n._allowStateChangesInsideComputed=function(e){var t,n=Se.computationDepth;Se.computationDepth=0;try{t=e()}finally{Se.computationDepth=n}return t},n.isArrayLike=function(e){return Array.isArray(e)||It(e)},n.$mobx=A,n._isComputingDerivation=function(){return null!==Se.trackingDerivation},n.onReactionError=function(e){return Se.globalReactionErrorHandlers.push(e),function(){var t=Se.globalReactionErrorHandlers.indexOf(e);t>=0&&Se.globalReactionErrorHandlers.splice(t,1)}},n._interceptReads=function(e,t,n){var r;if(kt(e)||It(e)||oe(e))r=Jt(e);else{if(!qt(e))return f(!1);if("string"!=typeof t)return f(!1);r=Jt(e,t)}return void 0!==r.dehancer?f(!1):(r.dehancer="function"==typeof t?t:n,function(){r.dehancer=void 0})}}).call(this,e("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:2}],2:[function(e,t,n){var r,i,o=t.exports={};function a(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function u(e){if(r===setTimeout)return setTimeout(e,0);if((r===a||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:a}catch(e){r=a}try{i="function"==typeof clearTimeout?clearTimeout:s}catch(e){i=s}}();var c,l=[],f=!1,h=-1;function p(){f&&c&&(f=!1,c.length?l=c.concat(l):h=-1,l.length&&d())}function d(){if(!f){var e=u(p);f=!0;for(var t=l.length;t;){for(c=l,l=[];++h<t;)c&&c[h].run();h=-1,t=l.length}c=null,f=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===s||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function v(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];l.push(new v(e,t)),1!==l.length||f||u(d)},v.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},{}]},{},[1])(1)});
|