mobx 5.7.0 → 5.9.4
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 +46 -0
- package/LICENSE +0 -0
- package/README.md +27 -17
- package/lib/api/action.d.ts +1 -1
- package/lib/api/actiondecorator.d.ts +12 -1
- package/lib/api/become-observed.d.ts +3 -3
- package/lib/api/computed.d.ts +1 -1
- 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/action.d.ts +1 -1
- package/lib/core/atom.d.ts +4 -1
- package/lib/core/computedvalue.d.ts +3 -1
- package/lib/core/globalstate.d.ts +1 -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 -60
- package/lib/mobx.js +392 -57
- package/lib/mobx.js.flow +2 -2
- package/lib/mobx.min.js +1 -1
- package/lib/mobx.min.js.map +1 -1
- package/lib/mobx.module.js +391 -58
- package/lib/mobx.umd.js +392 -57
- package/lib/mobx.umd.min.js +1 -1
- package/lib/mobx.umd.min.js.map +1 -1
- package/lib/types/observablemap.d.ts +1 -1
- package/lib/types/observableset.d.ts +49 -0
- package/lib/types/observablevalue.d.ts +5 -3
- package/lib/utils/utils.d.ts +1 -0
- package/package.json +9 -3
package/lib/mobx.js.flow
CHANGED
|
@@ -311,7 +311,7 @@ declare export function reaction<T>(
|
|
|
311
311
|
expression: (r: IReactionPublic) => T,
|
|
312
312
|
effect: (arg: T, r: IReactionPublic) => void,
|
|
313
313
|
opts?: IReactionOptions
|
|
314
|
-
): () =>
|
|
314
|
+
): () => void
|
|
315
315
|
|
|
316
316
|
export interface IWhenOptions {
|
|
317
317
|
name?: string,
|
|
@@ -323,7 +323,7 @@ declare export function when(
|
|
|
323
323
|
cond: () => boolean,
|
|
324
324
|
effect: Lambda,
|
|
325
325
|
options?: IWhenOptions
|
|
326
|
-
): () =>
|
|
326
|
+
): () => void
|
|
327
327
|
declare export function when(cond: () => boolean, options?: IWhenOptions): Promise<any>
|
|
328
328
|
|
|
329
329
|
declare export function computed<T>(
|
package/lib/mobx.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=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 t=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};function n(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 r(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}var o="An invariant failed, however the error is obfuscated because this is an production build.",i=[];Object.freeze(i);var a={};function s(){return++be.mobxGuid}function u(e){throw c(!1,e),"X"}function c(e,t){if(!e)throw new Error("[mobx] "+(t||o))}Object.freeze(a);function l(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var f=function(){};function p(e){return null!==e&&"object"==typeof e}function h(e){if(null===e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function v(e,t,n){Object.defineProperty(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function d(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return!n||!1!==n.configurable&&!1!==n.writable}function y(e,t){var n="isMobX"+e;return t.prototype[n]=!0,function(e){return p(e)&&!0===e[n]}}function b(e){return e instanceof Map}function g(e){return null===e?null:"object"==typeof e?""+e:e}var m=Symbol("mobx administration"),x=function(){function e(e){void 0===e&&(e="Atom@"+s()),this.name=e,this.isPendingUnobservation=!1,this.isBeingObserved=!1,this.observers=new Set,this.diffValue=0,this.lastAccessedBy=0,this.lowestObserverState=exports.IDerivationState.NOT_TRACKING}return e.prototype.onBecomeUnobserved=function(){},e.prototype.onBecomeObserved=function(){},e.prototype.reportObserved=function(){return Ae(this)},e.prototype.reportChanged=function(){we(),function(e){if(e.lowestObserverState===exports.IDerivationState.STALE)return;e.lowestObserverState=exports.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===exports.IDerivationState.UP_TO_DATE&&(t.isTracing!==Q.NONE&&_e(t,e),t.onBecomeStale()),t.dependenciesState=exports.IDerivationState.STALE})}(this),Se()},e.prototype.toString=function(){return this.name},e}(),O=y("Atom",x);function w(e,t,n){void 0===t&&(t=f),void 0===n&&(n=f);var r=new x(e);return ze(r,t),We(r,n),r}var S={identity:function(e,t){return e===t},structural:function(e,t){return Gt(e,t)},default:function(e,t){return Object.is(e,t)}},A=Symbol("mobx did run lazy initializers"),_=Symbol("mobx pending decorators"),E={},D={};function j(e){if(!0!==e[A]){var t=e[_];if(t)for(var n in v(e,A,!0),t){var r=t[n];r.propertyCreator(e,r.prop,r.descriptor,r.decoratorTarget,r.decoratorArguments)}}}function T(e,n){return function(){var r,o=function(o,i,a,s){if(!0===s)return n(o,i,a,o,r),null;if(!Object.prototype.hasOwnProperty.call(o,_)){var u=o[_];v(o,_,t({},u))}return o[_][i]={prop:i,propertyCreator:n,descriptor:a,decoratorTarget:o,decoratorArguments:r},function(e,t){var n=t?E:D;return n[e]||(n[e]={configurable:!0,enumerable:t,get:function(){return j(this),this[e]},set:function(t){j(this),this[e]=t}})}(i,e)};return C(arguments)?(r=i,o.apply(null,arguments)):(r=Array.prototype.slice.call(arguments),o)}}function C(e){return(2===e.length||3===e.length)&&"string"==typeof e[1]||4===e.length&&!0===e[3]}function I(e,t,n){return ot(e)?e:Array.isArray(e)?K.array(e,{name:n}):h(e)?K.object(e,void 0,{name:n}):b(e)?K.map(e,{name:n}):e}function N(e){return e}function P(e){c(e);var t=T(!0,function(t,n,r,o,i){var a=r?r.initializer?r.initializer.call(t):r.value:void 0;It(t).addObservableProp(n,a,e)}),n=("undefined"!=typeof process&&process.env,t);return n.enhancer=e,n}var V={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function k(e){return null===e||void 0===e?V:"string"==typeof e?{name:e,deep:!0,proxy:!0}:e}Object.freeze(V);var R=P(I),B=P(function(e,t,n){return void 0===e||null===e?e:Rt(e)||Et(e)||Tt(e)?e:Array.isArray(e)?K.array(e,{name:n,deep:!1}):h(e)?K.object(e,void 0,{name:n,deep:!1}):b(e)?K.map(e,{name:n,deep:!1}):u(!1)}),L=P(N),M=P(function(e,t,n){return Gt(e,t)?t:e});function U(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?N:I}var G={box:function(e,t){arguments.length>2&&H("box");var n=k(t);return new Z(e,U(n),n.name)},array:function(e,t){arguments.length>2&&H("array");var n=k(t);return function(e,t,n,r){void 0===n&&(n="ObservableArray@"+s());void 0===r&&(r=!1);var o=new wt(n,t,r);i=o.values,a=m,u=o,Object.defineProperty(i,a,{enumerable:!1,writable:!1,configurable:!0,value:u});var i,a,u;var c=new Proxy(o.values,Ot);if(o.proxy=c,e&&e.length){var l=Y(!0);o.spliceWithArray(0,0,e),F(l)}return c}(e,U(n),n.name)},map:function(e,t){arguments.length>2&&H("map");var n=k(t);return new jt(e,U(n),n.name)},object:function(e,t,n){"string"==typeof arguments[1]&&H("object");var r=k(n);if(!1===r.proxy)return Je({},e,t,r);var o=Xe(r),i=function(e){var t=new Proxy(e,vt);return e[m].proxy=t,t}(Je({},void 0,void 0,r));return Ye(i,e,t,o),i},ref:L,shallow:B,deep:R,struct:M},K=function(e,t,n){if("string"==typeof arguments[1])return R.apply(null,arguments);if(ot(e))return e;var r=h(e)?K.object(e,t,n):Array.isArray(e)?K.array(e,t):b(e)?K.map(e,t):e;if(r!==e)return r;u(!1)};function H(e){u("Expected one or two arguments to observable."+e+". Did you accidentally try to use observable."+e+" as decorator?")}Object.keys(G).forEach(function(e){return K[e]=G[e]});var z=T(!1,function(e,n,r,o,i){var a=r.get,s=r.set,u=i[0]||{};It(e).addComputedProp(e,n,t({get:a,set:s,context:e},u))}),W=z({equals:S.structural}),q=function(e,t,n){if("string"==typeof t)return z.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return z.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 te(r)};function J(e,t){var n=function(){return X(e,t,this,arguments)};return n.isMobxAction=!0,n}function X(e,t,n,r){var o=function(e,t,n,r){var o=Pe()&&!!e,i=0;var a=le();we();var s=Y(!0);return{prevDerivation:a,prevAllowStateChanges:s,notifySpy:o,startTime:i}}(e);try{return t.apply(n,r)}finally{!function(e){F(e.prevAllowStateChanges),Se(),fe(e.prevDerivation),e.notifySpy,0}(o)}}function Y(e){var t=be.allowStateChanges;return be.allowStateChanges=e,t}function F(e){be.allowStateChanges=e}q.struct=W;var $,Q,Z=function(t){function n(e,n,r,o){void 0===r&&(r="ObservableValue@"+s()),void 0===o&&(o=!0);var i=t.call(this,r)||this;return i.enhancer=n,i.hasUnreportedChange=!1,i.value=n(e,void 0,r),o&&Pe(),i}return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}(n,t),n.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},n.prototype.set=function(e){this.value;if((e=this.prepareNewValue(e))!==be.UNCHANGED){Pe();0,this.setNewValue(e)}},n.prototype.prepareNewValue=function(e){if(ae(this),dt(this)){var t=bt(this,{object:this,type:"update",newValue:e});if(!t)return be.UNCHANGED;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.value!==e?e:be.UNCHANGED},n.prototype.setNewValue=function(e){var t=this.value;this.value=e,this.reportChanged(),gt(this)&&xt(this,{type:"update",object:this,newValue:e,oldValue:t})},n.prototype.get=function(){return this.reportObserved(),this.dehanceValue(this.value)},n.prototype.intercept=function(e){return yt(this,e)},n.prototype.observe=function(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),mt(this,e)},n.prototype.toJSON=function(){return this.get()},n.prototype.toString=function(){return this.name+"["+this.value+"]"},n.prototype.valueOf=function(){return g(this.get())},n.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},n}(x),ee=y("ObservableValue",Z),te=function(){function e(e){this.dependenciesState=exports.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=exports.IDerivationState.UP_TO_DATE,this.unboundDepsCount=0,this.__mapid="#"+s(),this.value=new re(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=Q.NONE,this.derivation=e.get,this.name=e.name||"ComputedValue@"+s(),e.set&&(this.setter=J(this.name+"-setter",e.set)),this.equals=e.equals||(e.compareStructural||e.struct?S.structural:S.default),this.scope=e.context,this.requiresReaction=!!e.requiresReaction,this.keepAlive=!!e.keepAlive}return e.prototype.onBecomeStale=function(){!function(e){if(e.lowestObserverState!==exports.IDerivationState.UP_TO_DATE)return;e.lowestObserverState=exports.IDerivationState.POSSIBLY_STALE,e.observers.forEach(function(t){t.dependenciesState===exports.IDerivationState.UP_TO_DATE&&(t.dependenciesState=exports.IDerivationState.POSSIBLY_STALE,t.isTracing!==Q.NONE&&_e(t,e),t.onBecomeStale())})}(this)},e.prototype.onBecomeUnobserved=function(){},e.prototype.onBecomeObserved=function(){},e.prototype.get=function(){this.isComputing&&u("Cycle detected in computation "+this.name+": "+this.derivation),0!==be.inBatch||0!==this.observers.size||this.keepAlive?(Ae(this),ie(this)&&this.trackAndCompute()&&function(e){if(e.lowestObserverState===exports.IDerivationState.STALE)return;e.lowestObserverState=exports.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===exports.IDerivationState.POSSIBLY_STALE?t.dependenciesState=exports.IDerivationState.STALE:t.dependenciesState===exports.IDerivationState.UP_TO_DATE&&(e.lowestObserverState=exports.IDerivationState.UP_TO_DATE)})}(this)):ie(this)&&(this.warnAboutUntrackedRead(),we(),this.value=this.computeValue(!1),Se());var e=this.value;if(oe(e))throw e.cause;return e},e.prototype.peek=function(){var e=this.computeValue(!1);if(oe(e))throw e.cause;return e},e.prototype.set=function(e){if(this.setter){c(!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 c(!1,!1)},e.prototype.trackAndCompute=function(){Pe();var e=this.value,t=this.dependenciesState===exports.IDerivationState.NOT_TRACKING,n=this.computeValue(!0),r=t||oe(e)||oe(n)||!this.equals(e,n);return r&&(this.value=n),r},e.prototype.computeValue=function(e){var t;if(this.isComputing=!0,be.computationDepth++,e)t=se(this,this.derivation,this.scope);else if(!0===be.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new re(e)}return be.computationDepth--,this.isComputing=!1,t},e.prototype.suspend=function(){this.keepAlive||(ue(this),this.value=void 0)},e.prototype.observe=function(e,t){var n=this,r=!0,o=void 0;return Ge(function(){var i=n.get();if(!r||t){var a=le();e({type:"update",object:n,newValue:i,oldValue:o}),fe(a)}r=!1,o=i})},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 g(this.get())},e.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},e}(),ne=y("ComputedValue",te);($=exports.IDerivationState||(exports.IDerivationState={}))[$.NOT_TRACKING=-1]="NOT_TRACKING",$[$.UP_TO_DATE=0]="UP_TO_DATE",$[$.POSSIBLY_STALE=1]="POSSIBLY_STALE",$[$.STALE=2]="STALE",function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(Q||(Q={}));var re=function(){return function(e){this.cause=e}}();function oe(e){return e instanceof re}function ie(e){switch(e.dependenciesState){case exports.IDerivationState.UP_TO_DATE:return!1;case exports.IDerivationState.NOT_TRACKING:case exports.IDerivationState.STALE:return!0;case exports.IDerivationState.POSSIBLY_STALE:for(var t=le(),n=e.observing,r=n.length,o=0;o<r;o++){var i=n[o];if(ne(i)){if(be.disableErrorBoundaries)i.get();else try{i.get()}catch(e){return fe(t),!0}if(e.dependenciesState===exports.IDerivationState.STALE)return fe(t),!0}}return pe(e),fe(t),!1}}function ae(e){var t=e.observers.size>0;be.computationDepth>0&&t&&u(!1),be.allowStateChanges||!t&&"strict"!==be.enforceActions||u(!1)}function se(e,t,n){pe(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++be.runId;var r,o=be.trackingDerivation;if(be.trackingDerivation=e,!0===be.disableErrorBoundaries)r=t.call(n);else try{r=t.call(n)}catch(e){r=new re(e)}return be.trackingDerivation=o,function(e){for(var t=e.observing,n=e.observing=e.newObserving,r=exports.IDerivationState.UP_TO_DATE,o=0,i=e.unboundDepsCount,a=0;a<i;a++){var s=n[a];0===s.diffValue&&(s.diffValue=1,o!==a&&(n[o]=s),o++),s.dependenciesState>r&&(r=s.dependenciesState)}n.length=o,e.newObserving=null,i=t.length;for(;i--;){var s=t[i];0===s.diffValue&&xe(s,e),s.diffValue=0}for(;o--;){var s=n[o];1===s.diffValue&&(s.diffValue=0,me(s,e))}r!==exports.IDerivationState.UP_TO_DATE&&(e.dependenciesState=r,e.onBecomeStale())}(e),r}function ue(e){var t=e.observing;e.observing=[];for(var n=t.length;n--;)xe(t[n],e);e.dependenciesState=exports.IDerivationState.NOT_TRACKING}function ce(e){var t=le();try{return e()}finally{fe(t)}}function le(){var e=be.trackingDerivation;return be.trackingDerivation=null,e}function fe(e){be.trackingDerivation=e}function pe(e){if(e.dependenciesState!==exports.IDerivationState.UP_TO_DATE){e.dependenciesState=exports.IDerivationState.UP_TO_DATE;for(var t=e.observing,n=t.length;n--;)t[n].lowestObserverState=exports.IDerivationState.UP_TO_DATE}}var he=["mobxGuid","spyListeners","enforceActions","computedRequiresReaction","disableErrorBoundaries","runId","UNCHANGED"],ve=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}}(),de=!0,ye=!1,be=function(){var e=ge();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(de=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new ve).version&&(de=!1),de?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals.UNCHANGED||(e.__mobxGlobals.UNCHANGED={}),e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new ve):(setTimeout(function(){ye||u("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new ve)}();function ge(){return"undefined"!=typeof window?window:global}function me(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function xe(e,t){e.observers.delete(t),0===e.observers.size&&Oe(e)}function Oe(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,be.pendingUnobservations.push(e))}function we(){be.inBatch++}function Se(){if(0==--be.inBatch){Te();for(var e=be.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 te&&n.suspend())}be.pendingUnobservations=[]}}function Ae(e){var t=be.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&&be.inBatch>0&&Oe(e),!1)}function _e(e,t){if(console.log("[mobx.trace] '"+e.name+"' is invalidated due to a change in: '"+t.name+"'"),e.isTracing===Q.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)})}(Fe(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 te?e.derivation.toString():"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}var Ee=function(){function e(e,t,n){void 0===e&&(e="Reaction@"+s()),this.name=e,this.onInvalidate=t,this.errorHandler=n,this.observing=[],this.newObserving=[],this.dependenciesState=exports.IDerivationState.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+s(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=Q.NONE}return e.prototype.onBecomeStale=function(){this.schedule()},e.prototype.schedule=function(){this._isScheduled||(this._isScheduled=!0,be.pendingReactions.push(this),Te())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(we(),this._isScheduled=!1,ie(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&Pe()}catch(e){this.reportExceptionInDerivation(e)}}Se()}},e.prototype.track=function(e){we();Pe();this._isRunning=!0;var t=se(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&ue(this),oe(t)&&this.reportExceptionInDerivation(t.cause),Se()},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(be.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),Pe()&&Ve({type:"error",name:this.name,message:n,error:""+e}),be.globalReactionErrorHandlers.forEach(function(n){return n(e,t)})}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(we(),ue(this),Se()))},e.prototype.getDisposer=function(){var e=this.dispose.bind(this);return e[m]=this,e},e.prototype.toString=function(){return"Reaction["+this.name+"]"},e.prototype.trace=function(e){void 0===e&&(e=!1),lt(this,e)},e}();var De=100,je=function(e){return e()};function Te(){be.inBatch>0||be.isRunningReactions||je(Ce)}function Ce(){be.isRunningReactions=!0;for(var e=be.pendingReactions,t=0;e.length>0;){++t===De&&(console.error("Reaction doesn't converge to a stable state after "+De+" iterations. Probably there is a cycle in the reactive function: "+e[0]),e.splice(0));for(var n=e.splice(0),r=0,o=n.length;r<o;r++)n[r].runReaction()}be.isRunningReactions=!1}var Ie=y("Reaction",Ee);function Ne(e){var t=je;je=function(n){return e(function(){return t(n)})}}function Pe(){return!1}function Ve(e){}function ke(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}}function Re(){u(!1)}function Be(e){return function(t,n,r){if(r){if(r.value)return{value:J(e,r.value),enumerable:!1,configurable:!0,writable:!0};var o=r.initializer;return{enumerable:!1,configurable:!0,writable:!0,initializer:function(){return J(e,o.call(this))}}}return function(e){return function(t,n,r){Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:function(){},set:function(t){v(this,n,Le(e,t))}})}}(e).apply(this,arguments)}}var Le=function(e,t,n,r){return 1===arguments.length&&"function"==typeof e?J(e.name||"<unnamed action>",e):2===arguments.length&&"function"==typeof t?J(e,t):1===arguments.length&&"string"==typeof e?Be(e):!0!==r?Be(t).apply(null,arguments):void v(e,t,J(e.name||t,n.value))};function Me(e){return"function"==typeof e&&!0===e.isMobxAction}function Ue(e,t,n){v(e,t,J(t,n.bind(e)))}function Ge(e,t){void 0===t&&(t=a);var n,r=t&&t.name||e.name||"Autorun@"+s();if(!t.scheduler&&!t.delay)n=new Ee(r,function(){this.track(u)},t.onError);else{var o=He(t),i=!1;n=new Ee(r,function(){i||(i=!0,o(function(){i=!1,n.isDisposed||n.track(u)}))},t.onError)}function u(){e(n)}return n.schedule(),n.getDisposer()}Le.bound=function(e,t,n,r){return!0===r?(Ue(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get:function(){return Ue(this,t,n.value||n.initializer.call(this)),this[t]},set:Re}:{enumerable:!1,configurable:!0,set:function(e){Ue(this,t,e)},get:function(){}}};var Ke=function(e){return e()};function He(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:Ke}function ze(e,t,n){return qe("onBecomeObserved",e,t,n)}function We(e,t,n){return qe("onBecomeUnobserved",e,t,n)}function qe(e,t,n,r){var o="string"==typeof n?Bt(t,n):Bt(t),i="string"==typeof n?r:n,a=o[e];return"function"!=typeof a?u(!1):(o[e]=function(){a.call(this),i.call(this)},function(){o[e]=a})}function Je(e,t,n,r){var o=Xe(r=k(r));return j(e),It(e,r.name,o.enhancer),t&&Ye(e,t,n,o),e}function Xe(e){return e.defaultDecorator||(!1===e.deep?L:R)}function Ye(e,t,n,r){we();try{for(var o in t){var i=Object.getOwnPropertyDescriptor(t,o);0;var a=n&&o in n?n[o]:i.get?z:r;0;var s=a(e,o,i,!0);s&&Object.defineProperty(e,o,s)}}finally{Se()}}function Fe(e,t){return $e(Bt(e,t))}function $e(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($e)),r}function Qe(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(Qe)),n}var Ze=0;function et(e){"function"==typeof e.cancel&&e.cancel()}function tt(e,t){if(null===e||void 0===e)return!1;if(void 0!==t){if(!1===Rt(e))return!1;if(!e[m].values.has(t))return!1;var n=Bt(e,t);return ne(n)}return ne(e)}function nt(e){return arguments.length>1?u(!1):tt(e)}function rt(e,t){return null!==e&&void 0!==e&&(void 0!==t?!!Rt(e)&&e[m].values.has(t):Rt(e)||!!e[m]||O(e)||Ie(e)||ne(e))}function ot(e){return 1!==arguments.length&&u(!1),rt(e)}function it(e){return Rt(e)?e[m].getKeys():Tt(e)?Array.from(e.keys()):Et(e)?e.map(function(e,t){return t}):u(!1)}function at(e,t,n){if(2!==arguments.length)if(Rt(e)){var r=e[m];r.values.get(t)?r.write(t,n):r.addObservableProp(t,n,r.defaultEnhancer)}else if(Tt(e))e.set(t,n);else{if(!Et(e))return u(!1);"number"!=typeof t&&(t=parseInt(t,10)),c(t>=0,"Not a valid index: '"+t+"'"),we(),t>=e.length&&(e.length=t+1),e[t]=n,Se()}else{we();var o=t;try{for(var i in o)at(e,i,o[i])}finally{Se()}}}function st(e,t){return Rt(e)?Lt(e).has(t):Tt(e)?e.has(t):Et(e)?t>=0&&t<e.length:u(!1)}var ut={detectCycles:!0,exportMapsAsObjects:!0,recurseEverything:!1};function ct(e,t,n,r){return r.detectCycles&&e.set(t,n),n}function lt(){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 be.trackingDerivation;case 1:return Bt(e[0]);case 2:return Bt(e[0],e[1])}}(e);if(!r)return u(!1);r.isTracing===Q.NONE&&console.log("[mobx.trace] '"+r.name+"' tracing enabled"),r.isTracing=n?Q.BREAK:Q.LOG}function ft(e,t){void 0===t&&(t=void 0),we();try{return e.apply(t)}finally{Se()}}function pt(e,t,n){var r;"number"==typeof n.timeout&&(r=setTimeout(function(){if(!i[m].isDisposed){i();var e=new Error("WHEN_TIMEOUT");if(!n.onError)throw e;n.onError(e)}},n.timeout)),n.name=n.name||"When@"+s();var o=J(n.name+"-effect",t),i=Ge(function(t){e()&&(t.dispose(),r&&clearTimeout(r),o())},n);return i}function ht(e){return e[m]}var vt={has:function(e,t){if(t===m||"constructor"===t||t===A)return!0;var n=ht(e);return"string"==typeof t?n.has(t):t in e},get:function(e,t){if(t===m||"constructor"===t||t===A)return e[t];var n=ht(e),r=n.values.get(t);if(r instanceof x){var o=r.get();return void 0===o&&n.has(t),o}return"string"==typeof t&&n.has(t),e[t]},set:function(e,t,n){return"string"==typeof t&&(at(e,t,n),!0)},deleteProperty:function(e,t){return"string"==typeof t&&(ht(e).remove(t),!0)},ownKeys:function(e){return ht(e).keysAtom.reportObserved(),Reflect.ownKeys(e)},preventExtensions:function(e){return u("Dynamic observable objects cannot be frozen"),!1}};function dt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function yt(e,t){var n=e.interceptors||(e.interceptors=[]);return n.push(t),l(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function bt(e,t){var n=le();try{var r=e.interceptors;if(r)for(var o=0,i=r.length;o<i&&(c(!(t=r[o](t))||t.type,"Intercept handlers should return nothing or a change object"),t);o++);return t}finally{fe(n)}}function gt(e){return void 0!==e.changeListeners&&e.changeListeners.length>0}function mt(e,t){var n=e.changeListeners||(e.changeListeners=[]);return n.push(t),l(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function xt(e,t){var n=le(),r=e.changeListeners;if(r){for(var o=0,i=(r=r.slice()).length;o<i;o++)r[o](t);fe(n)}}var Ot={get:function(e,t){return t===m?e[m]:"length"===t?e[m].getArrayLength():"number"==typeof t?St.get.call(e,t):"string"!=typeof t||isNaN(t)?St.hasOwnProperty(t)?St[t]:e[t]:St.get.call(e,parseInt(t))},set:function(e,t,n){return"length"===t?(e[m].setArrayLength(n),!0):"number"==typeof t?(St.set.call(e,t,n),!0):!isNaN(t)&&(St.set.call(e,parseInt(t),n),!0)},preventExtensions:function(e){return u("Observable arrays cannot be frozen"),!1}};var wt=function(){function e(e,t,n){this.owned=n,this.values=[],this.proxy=void 0,this.lastKnownLength=0,this.atom=new x(e||"ObservableArray@"+s()),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 yt(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}),mt(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;ae(this.atom);var o=this.values.length;if(void 0===e?e=0:e>o?e=o:e<0&&(e=Math.max(0,o+e)),t=1===arguments.length?o-e:void 0===t||null===t?0:Math.max(0,Math.min(t,o-e)),void 0===n&&(n=i),dt(this)){var a=bt(this,{object:this.proxy,type:"splice",index:e,removedCount:t,added:n});if(!a)return i;t=a.removedCount,n=a.added}n=0===n.length?n:n.map(function(e){return r.enhancer(e,void 0)});var s=this.spliceItemsIntoValues(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice(e,n,s),this.dehanceValues(s)},e.prototype.spliceItemsIntoValues=function(e,t,n){var o;if(n.length<1e4)return(o=this.values).splice.apply(o,function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(r(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,o=gt(this),i=o||r?{object:this.proxy,type:"update",index:e,newValue:t,oldValue:n}:null;this.atom.reportChanged(),o&&xt(this,i)},e.prototype.notifyArraySplice=function(e,t,n){var r=!this.owned&&!1,o=gt(this),i=o||r?{object:this.proxy,type:"splice",index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;this.atom.reportChanged(),o&&xt(this,i)},e}(),St={intercept:function(e){return this[m].intercept(e)},observe:function(e,t){return void 0===t&&(t=!1),this[m].observe(e,t)},clear:function(){return this.splice(0)},replace:function(e){var t=this[m];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 o=this[m];switch(arguments.length){case 0:return[];case 1:return o.spliceWithArray(e);case 2:return o.spliceWithArray(e,t)}return o.spliceWithArray(e,t,n)},spliceWithArray:function(e,t,n){return this[m].spliceWithArray(e,t,n)},push:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=this[m];return n.spliceWithArray(n.values.length,0,e),n.values.length},pop:function(){return this.splice(Math.max(this[m].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[m];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[m],n=t.dehanceValues(t.values).indexOf(e);return n>-1&&(this.splice(n,1),!0)},get:function(e){var t=this[m];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[m],r=n.values;if(e<r.length){ae(n.atom);var o=r[e];if(dt(n)){var i=bt(n,{type:"update",object:this,index:e,newValue:t});if(!i)return;t=i.newValue}(t=n.enhancer(t,o))!==o&&(r[e]=t,n.notifyArrayChildUpdate(e,t,o))}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){St[e]=function(){var t=this[m];t.atom.reportObserved();var n=t.dehanceValues(t.values);return n[e].apply(n,arguments)}});var At,_t=y("ObservableArrayAdministration",wt);function Et(e){return p(e)&&_t(e[m])}var Dt={},jt=function(){function e(e,t,n){if(void 0===t&&(t=I),void 0===n&&(n="ObservableMap@"+s()),this.enhancer=t,this.name=n,this[At]=Dt,this._keysAtom=w(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(dt(this)){var r=bt(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(dt(this)&&!(r=bt(this,{type:"delete",object:this,name:e})))return!1;if(this._has(e)){var n=gt(this),r=n?{type:"delete",object:this,oldValue:this._data.get(e).value,name:e}:null;return ft(function(){t._keysAtom.reportChanged(),t._updateHasMapEntry(e,!1),t._data.get(e).setNewValue(void 0),t._data.delete(e)}),n&&xt(this,r),!0}return!1},e.prototype._updateHasMapEntry=function(e,t){var n=this._hasMap.get(e);return n?n.setNewValue(t):(n=new Z(t,N,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))!==be.UNCHANGED){var r=gt(this),o=r?{type:"update",object:this,oldValue:n.value,name:e,newValue:t}:null;0,n.setNewValue(t),r&&xt(this,o)}},e.prototype._addValue=function(e,t){var n=this;ae(this._keysAtom),ft(function(){var r=new Z(t,n.enhancer,n.name+"."+e,!1);n._data.set(e,r),t=r.value,n._updateHasMapEntry(e,!0),n._keysAtom.reportChanged()});var r=gt(this),o=r?{type:"add",object:this,name:e,newValue:t}:null;r&&xt(this,o)},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 Wt({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 Wt({next:function(){if(t<n.length){var r=n[t++];return{value:[r,e.get(r)],done:!1}}return{done:!0}}})},e.prototype[(At=m,Symbol.iterator)]=function(){return this.entries()},e.prototype.forEach=function(e,t){var o,i;try{for(var a=n(this),s=a.next();!s.done;s=a.next()){var u=r(s.value,2),c=u[0],l=u[1];e.call(t,l,c,this)}}catch(e){o={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(o)throw o.error}}},e.prototype.merge=function(e){var t=this;return Tt(e)&&(e=e.toJS()),ft(function(){h(e)?Object.keys(e).forEach(function(n){return t.set(n,e[n])}):Array.isArray(e)?e.forEach(function(e){var n=r(e,2),o=n[0],i=n[1];return t.set(o,i)}):b(e)?e.forEach(function(e,n){return t.set(n,e)}):null!==e&&void 0!==e&&u("Cannot initialize map from "+e)}),this},e.prototype.clear=function(){var e=this;ft(function(){ce(function(){var t,r;try{for(var o=n(e.keys()),i=o.next();!i.done;i=o.next()){var a=i.value;e.delete(a)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}})})},e.prototype.replace=function(e){var t=this;return ft(function(){var n,o=h(n=e)?Object.keys(n):Array.isArray(n)?n.map(function(e){return r(e,1)[0]}):b(n)||Tt(n)?Array.from(n.keys()):u("Cannot get keys from '"+n+"'");Array.from(t.keys()).filter(function(e){return-1===o.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,o={};try{for(var i=n(this),a=i.next();!a.done;a=i.next()){var s=r(a.value,2),u=s[0],c=s[1];o[""+u]=c}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return o},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 mt(this,e)},e.prototype.intercept=function(e){return yt(this,e)},e}(),Tt=y("ObservableMap",jt),Ct=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 x(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 te)r.set(t);else{if(dt(this)){if(!(i=bt(this,{type:"update",object:this.proxy||n,name:e,newValue:t})))return;t=i.newValue}if((t=r.prepareNewValue(t))!==be.UNCHANGED){var o=gt(this),i=o?{type:"update",object:this.proxy||n,oldValue:r.value,name:e,newValue:t}:null;0,r.setNewValue(t),o&&xt(this,i)}}},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 Z(r,N,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(dt(this)){var o=bt(this,{object:this.proxy||r,name:e,type:"add",newValue:t});if(!o)return;t=o.newValue}var i=new Z(t,n,this.name+"."+e,!1);this.values.set(e,i),t=i.value,Object.defineProperty(r,e,function(e){return Nt[e]||(Nt[e]={configurable:!0,enumerable:!0,get:function(){return this[m].read(e)},set:function(t){this[m].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 te(n)),(e===r||d(e,t))&&Object.defineProperty(e,t,function(e){return Pt[e]||(Pt[e]={configurable:!0,enumerable:!1,get:function(){return Vt(this).read(e)},set:function(t){Vt(this).write(e,t)}})}(t))},e.prototype.remove=function(e){if(this.values.has(e)){var t=this.target;if(dt(this))if(!(a=bt(this,{object:this.proxy||t,name:e,type:"remove"})))return;try{we();var n=gt(this),r=this.values.get(e),o=r&&r.get();if(r&&r.set(void 0),this.keysAtom.reportChanged(),this.values.delete(e),this.pendingKeys){var i=this.pendingKeys.get(e);i&&i.set(!1)}delete this.target[e];var a=n?{type:"remove",object:this.proxy||t,oldValue:o,name:e}:null;0,n&&xt(this,a)}finally{Se()}}},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 mt(this,e)},e.prototype.intercept=function(e){return yt(this,e)},e.prototype.notifyPropertyAddition=function(e,t){var n=gt(this),r=n?{type:"add",object:this.proxy||this.target,name:e,newValue:t}:null;if(n&&xt(this,r),this.pendingKeys){var o=this.pendingKeys.get(e);o&&o.set(!0)}this.keysAtom.reportChanged()},e.prototype.getKeys=function(){var e,t;this.keysAtom.reportObserved();var o=[];try{for(var i=n(this.values),a=i.next();!a.done;a=i.next()){var s=r(a.value,2),u=s[0];s[1]instanceof Z&&o.push(u)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return o},e}();function It(e,t,n){if(void 0===t&&(t=""),void 0===n&&(n=I),Object.prototype.hasOwnProperty.call(e,m))return e[m];h(e)||(t=(e.constructor.name||"ObservableObject")+"@"+s()),t||(t="ObservableObject@"+s());var r=new Ct(e,new Map,t,n);return v(e,m,r),r}var Nt=Object.create(null),Pt=Object.create(null);function Vt(e){var t=e[m];return t||(j(e),e[m])}var kt=y("ObservableObjectAdministration",Ct);function Rt(e){return!!p(e)&&(j(e),kt(e[m]))}function Bt(e,t){if("object"==typeof e&&null!==e){if(Et(e))return void 0!==t&&u(!1),e[m].atom;if(Tt(e)){var n=e;return void 0===t?n._keysAtom:((r=n._data.get(t)||n._hasMap.get(t))||u(!1),r)}var r;if(j(e),t&&!e[m]&&e[t],Rt(e))return t?((r=e[m].values.get(t))||u(!1),r):u(!1);if(O(e)||ne(e)||Ie(e))return e}else if("function"==typeof e&&Ie(e[m]))return e[m];return u(!1)}function Lt(e,t){return e||u("Expecting some object"),void 0!==t?Lt(Bt(e,t)):O(e)||ne(e)||Ie(e)?e:Tt(e)?e:(j(e),e[m]?e[m]:void u(!1))}function Mt(e,t){return(void 0!==t?Bt(e,t):Rt(e)||Tt(e)?Lt(e):Bt(e)).name}var Ut=Object.prototype.toString;function Gt(e,t){return Kt(e,t)}function Kt(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 o=typeof e;return("function"===o||"object"===o||"object"==typeof t)&&function(e,t,n,r){e=Ht(e),t=Ht(t);var o=Ut.call(e);if(o!==Ut.call(t))return!1;switch(o){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 i="[object Array]"===o;if(!i){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),i){if((u=e.length)!==t.length)return!1;for(;u--;)if(!Kt(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)||!Kt(e[c],t[c],n,r))return!1}return n.pop(),r.pop(),!0}(e,t,n,r)}function Ht(e){return Et(e)?e.slice():b(e)||Tt(e)?Array.from(e.entries()):e}function zt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Wt(e){return e[Symbol.iterator]=qt,e}function qt(){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:ke,extras:{getDebugName:Mt},$mobx:m}),exports.Reaction=Ee,exports.untracked=ce,exports.createAtom=w,exports.spy=ke,exports.comparer=S,exports.isObservableObject=Rt,exports.isBoxedObservable=ee,exports.isObservableArray=Et,exports.ObservableMap=jt,exports.isObservableMap=Tt,exports.transaction=ft,exports.observable=K,exports.computed=q,exports.isObservable=ot,exports.isObservableProp=function(e,t){return"string"!=typeof t?u(!1):rt(e,t)},exports.isComputed=nt,exports.isComputedProp=function(e,t){return"string"!=typeof t?u(!1):tt(e,t)},exports.extendObservable=Je,exports.observe=function(e,t,n,r){return"function"==typeof n?function(e,t,n,r){return Lt(e,t).observe(n,r)}(e,t,n,r):function(e,t,n){return Lt(e).observe(t,n)}(e,t,n)},exports.intercept=function(e,t,n){return"function"==typeof n?function(e,t,n){return Lt(e,t).intercept(n)}(e,t,n):function(e,t){return Lt(e).intercept(t)}(e,t)},exports.autorun=Ge,exports.reaction=function(e,t,n){void 0===n&&(n=a);var r,o,i,u=n.name||"Reaction@"+s(),c=Le(u,n.onError?(r=n.onError,o=t,function(){try{return o.apply(this,arguments)}catch(e){r.call(this,e)}}):t),l=!n.scheduler&&!n.delay,f=He(n),p=!0,h=!1,v=n.compareStructural?S.structural:n.equals||S.default,d=new Ee(u,function(){p||l?y():h||(h=!0,f(y))},n.onError);function y(){if(h=!1,!d.isDisposed){var t=!1;d.track(function(){var n=e(d);t=p||!v(i,n),i=n}),p&&n.fireImmediately&&c(i,d),p||!0!==t||c(i,d),p&&(p=!1)}}return d.schedule(),d.getDisposer()},exports.when=function(e,n,r){return 1===arguments.length||n&&"object"==typeof n?function(e,n){var r,o=new Promise(function(o,i){var a=pt(e,o,t({},n,{onError:i}));r=function(){a(),i("WHEN_CANCELLED")}});return o.cancel=r,o}(e,n):pt(e,n,r||{})},exports.action=Le,exports.isAction=Me,exports.runInAction=function(e,t){var n="string"==typeof e?e:e.name||"<unnamed action>",r="function"==typeof e?e:t;return X(n,r,this,void 0)},exports.keys=it,exports.values=function(e){return Rt(e)?it(e).map(function(t){return e[t]}):Tt(e)?it(e).map(function(t){return e.get(t)}):Et(e)?e.slice():u(!1)},exports.entries=function(e){return Rt(e)?it(e).map(function(t){return[t,e[t]]}):Tt(e)?it(e).map(function(t){return[t,e.get(t)]}):Et(e)?e.map(function(e,t){return[t,e]}):u(!1)},exports.set=at,exports.remove=function(e,t){if(Rt(e))e[m].remove(t);else if(Tt(e))e.delete(t);else{if(!Et(e))return u(!1);"number"!=typeof t&&(t=parseInt(t,10)),c(t>=0,"Not a valid index: '"+t+"'"),e.splice(t,1)}},exports.has=st,exports.get=function(e,t){if(st(e,t))return Rt(e)?e[t]:Tt(e)?e.get(t):Et(e)?e[t]:u(!1)},exports.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 o=Object.getOwnPropertyDescriptor(n,e),i=r.reduce(function(t,r){return r(n,e,t)},o);i&&Object.defineProperty(n,e,i)};for(var o in t)r(o);return e},exports.configure=function(e){var t=e.enforceActions,n=e.computedRequiresReaction,r=e.disableErrorBoundaries,o=e.reactionScheduler;if(void 0!==t){var i=void 0;switch(t){case!0:case"observed":i=!0;break;case!1:case"never":i=!1;break;case"strict":case"always":i="strict";break;default:u("Invalid value for 'enforceActions': '"+t+"', expected 'never', 'always' or 'observed'")}be.enforceActions=i,be.allowStateChanges=!0!==i&&"strict"!==i}void 0!==n&&(be.computedRequiresReaction=!!n),!0===e.isolateGlobalState&&((be.pendingReactions.length||be.inBatch||be.isRunningReactions)&&u("isolateGlobalState should be called before MobX is running any reactions"),ye=!0,de&&(0==--ge().__mobxInstanceCount&&(ge().__mobxGlobals=void 0),be=new ve)),void 0!==r&&(!0===r&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),be.disableErrorBoundaries=!!r),o&&Ne(o)},exports.onBecomeObserved=ze,exports.onBecomeUnobserved=We,exports.flow=function(e){1!==arguments.length&&u("Flow expects one 1 argument and cannot be used as decorator");var t=e.name||"<unnamed flow>";return function(){var n,r=arguments,o=++Ze,i=Le(t+" - runid: "+o+" - 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=Le(t+" - runid: "+o+" - yield "+s++,i.next).call(i,e)}catch(e){return r(e)}l(n)}function c(e){var n;a=void 0;try{n=Le(t+" - runid: "+o+" - yield "+s++,i.throw).call(i,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=Le(t+" - runid: "+o+" - cancel",function(){try{a&&et(a);var e=i.return(),t=Promise.resolve(e.value);t.then(f,f),et(t),n(new Error("FLOW_CANCELLED"))}catch(e){n(e)}}),s}},exports.toJS=function(e,t){var n;return"boolean"==typeof t&&(t={detectCycles:t}),t||(t=ut),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&&!ot(t))return t;if("object"!=typeof t)return t;if(null===t)return null;if(t instanceof Date)return t;if(ee(t))return e(t.get(),n,r);if(ot(t)&&it(t),!0===n.detectCycles&&null!==t&&r.has(t))return r.get(t);if(Et(t)||Array.isArray(t)){var o=ct(r,t,[],n),i=t.map(function(t){return e(t,n,r)});o.length=i.length;for(var a=0,s=i.length;a<s;a++)o[a]=i[a];return o}if(Tt(t)||Object.getPrototypeOf(t)===Map.prototype){if(!1===n.exportMapsAsObjects){var u=ct(r,t,new Map,n);return t.forEach(function(t,o){u.set(o,e(t,n,r))}),u}var c=ct(r,t,{},n);return t.forEach(function(t,o){c[o]=e(t,n,r)}),c}var l=ct(r,t,{},n);for(var f in t)l[f]=e(t[f],n,r);return l}(e,t,n)},exports.trace=lt,exports.getDependencyTree=Fe,exports.getObserverTree=function(e,t){return Qe(Bt(e,t))},exports._resetGlobalState=function(){var e=new ve;for(var t in e)-1===he.indexOf(t)&&(be[t]=e[t]);be.allowStateChanges=!be.enforceActions},exports._getGlobalState=function(){return be},exports.getDebugName=Mt,exports.getAtom=Bt,exports._getAdministration=Lt,exports._allowStateChanges=function(e,t){var n,r=Y(e);try{n=t()}finally{F(r)}return n},exports._allowStateChangesInsideComputed=function(e){var t,n=be.computationDepth;be.computationDepth=0;try{t=e()}finally{be.computationDepth=n}return t},exports.isArrayLike=function(e){return Array.isArray(e)||Et(e)},exports.$mobx=m,exports._isComputingDerivation=function(){return null!==be.trackingDerivation},exports.onReactionError=function(e){return be.globalReactionErrorHandlers.push(e),function(){var t=be.globalReactionErrorHandlers.indexOf(e);t>=0&&be.globalReactionErrorHandlers.splice(t,1)}},exports._interceptReads=function(e,t,n){var r;if(Tt(e)||Et(e)||ee(e))r=Lt(e);else{if(!Rt(e))return u(!1);if("string"!=typeof t)return u(!1);r=Lt(e,t)}return void 0!==r.dehancer?u(!1):(r.dehancer="function"==typeof t?t:n,function(){r.dehancer=void 0})};
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};var t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e};function r(e){var t="function"==typeof Symbol&&e[Symbol.iterator],r=0;return t?t.call(e):{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}}}function n(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a}var o="An invariant failed, however the error is obfuscated because this is an production build.",i=[];Object.freeze(i);var a={};function s(){return++me.mobxGuid}function u(e){throw c(!1,e),"X"}function c(e,t){if(!e)throw new Error("[mobx] "+(t||o))}Object.freeze(a);function l(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var f=function(){};function p(e){return null!==e&&"object"==typeof e}function h(e){if(null===e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function v(e,t,r){Object.defineProperty(e,t,{enumerable:!1,writable:!0,configurable:!0,value:r})}function d(e,t){var r=Object.getOwnPropertyDescriptor(e,t);return!r||!1!==r.configurable&&!1!==r.writable}function y(e,t){var r="isMobX"+e;return t.prototype[r]=!0,function(e){return p(e)&&!0===e[r]}}function b(e){return e instanceof Map}function g(e){return e instanceof Set}function m(e){return null===e?null:"object"==typeof e?""+e:e}var x=Symbol("mobx administration"),O=function(){function e(e){void 0===e&&(e="Atom@"+s()),this.name=e,this.isPendingUnobservation=!1,this.isBeingObserved=!1,this.observers=new Set,this.diffValue=0,this.lastAccessedBy=0,this.lowestObserverState=exports.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 Ee(this)},e.prototype.reportChanged=function(){Ae(),function(e){if(e.lowestObserverState===exports.IDerivationState.STALE)return;e.lowestObserverState=exports.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===exports.IDerivationState.UP_TO_DATE&&(t.isTracing!==ee.NONE&&De(t,e),t.onBecomeStale()),t.dependenciesState=exports.IDerivationState.STALE})}(this),_e()},e.prototype.toString=function(){return this.name},e}(),w=y("Atom",O);function S(e,t,r){void 0===t&&(t=f),void 0===r&&(r=f);var n=new O(e);return t!==f&&qe(n,t),r!==f&&Je(n,r),n}var A={identity:function(e,t){return e===t},structural:function(e,t){return Xt(e,t)},default:function(e,t){return Object.is(e,t)}},_=Symbol("mobx did run lazy initializers"),E=Symbol("mobx pending decorators"),D={},j={};function C(e){if(!0!==e[_]){var t=e[E];if(t)for(var r in v(e,_,!0),t){var n=t[r];n.propertyCreator(e,n.prop,n.descriptor,n.decoratorTarget,n.decoratorArguments)}}}function T(e,r){return function(){var n,o=function(o,i,a,s){if(!0===s)return r(o,i,a,o,n),null;if(!Object.prototype.hasOwnProperty.call(o,E)){var u=o[E];v(o,E,t({},u))}return o[E][i]={prop:i,propertyCreator:r,descriptor:a,decoratorTarget:o,decoratorArguments:n},function(e,t){var r=t?D:j;return r[e]||(r[e]={configurable:!0,enumerable:t,get:function(){return C(this),this[e]},set:function(t){C(this),this[e]=t}})}(i,e)};return I(arguments)?(n=i,o.apply(null,arguments)):(n=Array.prototype.slice.call(arguments),o)}}function I(e){return(2===e.length||3===e.length)&&"string"==typeof e[1]||4===e.length&&!0===e[3]}function N(e,t,r){return at(e)?e:Array.isArray(e)?z.array(e,{name:r}):h(e)?z.object(e,void 0,{name:r}):b(e)?z.map(e,{name:r}):g(e)?z.set(e,{name:r}):e}function V(e){return e}function P(e){c(e);var t=T(!0,function(t,r,n,o,i){var a=n?n.initializer?n.initializer.call(t):n.value:void 0;Lt(t).addObservableProp(r,a,e)}),r=("undefined"!=typeof process&&process.env,t);return r.enhancer=e,r}var k={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function R(e){return null===e||void 0===e?k:"string"==typeof e?{name:e,deep:!0,proxy:!0}:e}Object.freeze(k);var B=P(N),L=P(function(e,t,r){return void 0===e||null===e?e:zt(e)||jt(e)||Vt(e)||Rt(e)?e:Array.isArray(e)?z.array(e,{name:r,deep:!1}):h(e)?z.object(e,void 0,{name:r,deep:!1}):b(e)?z.map(e,{name:r,deep:!1}):g(e)?z.set(e,{name:r,deep:!1}):u(!1)}),M=P(V),U=P(function(e,t,r){return Xt(e,t)?t:e});function G(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?V:N}var K={box:function(e,t){arguments.length>2&&H("box");var r=R(t);return new te(e,G(r),r.name,!0,r.equals)},array:function(e,t){arguments.length>2&&H("array");var r=R(t);return function(e,t,r,n){void 0===r&&(r="ObservableArray@"+s());void 0===n&&(n=!1);var o=new At(r,t,n);i=o.values,a=x,u=o,Object.defineProperty(i,a,{enumerable:!1,writable:!1,configurable:!0,value:u});var i,a,u;var c=new Proxy(o.values,St);if(o.proxy=c,e&&e.length){var l=$(!0);o.spliceWithArray(0,0,e),Q(l)}return c}(e,G(r),r.name)},map:function(e,t){arguments.length>2&&H("map");var r=R(t);return new Tt(e,G(r),r.name)},set:function(e,t){arguments.length>2&&H("set");var r=R(t);return new kt(e,G(r),r.name)},object:function(e,t,r){"string"==typeof arguments[1]&&H("object");var n=R(r);if(!1===n.proxy)return Ye({},e,t,n);var o=Fe(n),i=function(e){var t=new Proxy(e,yt);return e[x].proxy=t,t}(Ye({},void 0,void 0,n));return $e(i,e,t,o),i},ref:M,shallow:L,deep:B,struct:U},z=function(e,t,r){if("string"==typeof arguments[1])return B.apply(null,arguments);if(at(e))return e;var n=h(e)?z.object(e,t,r):Array.isArray(e)?z.array(e,t):b(e)?z.map(e,t):g(e)?z.set(e,t):e;if(n!==e)return n;u(!1)};function H(e){u("Expected one or two arguments to observable."+e+". Did you accidentally try to use observable."+e+" as decorator?")}Object.keys(K).forEach(function(e){return z[e]=K[e]});var W=T(!1,function(e,r,n,o,i){var a=n.get,s=n.set,u=i[0]||{};Lt(e).addComputedProp(e,r,t({get:a,set:s,context:e},u))}),q=W({equals:A.structural}),J=function(e,t,r){if("string"==typeof t)return W.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return W.apply(null,arguments);var n="object"==typeof t?t:{};return n.get=e,n.set="function"==typeof t?t:n.set,n.name=n.name||e.name||"",new ne(n)};function X(e,t,r){var n=function(){return Y(e,t,r||this,arguments)};return n.isMobxAction=!0,n}function Y(e,t,r,n){var o=function(e,t,r,n){var o=ke()&&!!e,i=0;var a=pe();Ae();var s=$(!0);return{prevDerivation:a,prevAllowStateChanges:s,notifySpy:o,startTime:i}}(e),i=!0;try{var a=t.apply(r,n);return i=!1,a}finally{i?(me.suppressReactionErrors=i,F(o),me.suppressReactionErrors=!1):F(o)}}function F(e){Q(e.prevAllowStateChanges),_e(),he(e.prevDerivation),e.notifySpy}function $(e){var t=me.allowStateChanges;return me.allowStateChanges=e,t}function Q(e){me.allowStateChanges=e}J.struct=q;var Z,ee,te=function(t){function r(e,r,n,o,i){void 0===n&&(n="ObservableValue@"+s()),void 0===o&&(o=!0),void 0===i&&(i=A.default);var a=t.call(this,n)||this;return a.enhancer=r,a.name=n,a.equals=i,a.hasUnreportedChange=!1,a.value=r(e,void 0,n),o&&ke(),a}return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}(r,t),r.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},r.prototype.set=function(e){this.value;if((e=this.prepareNewValue(e))!==me.UNCHANGED){ke();0,this.setNewValue(e)}},r.prototype.prepareNewValue=function(e){if(ue(this),bt(this)){var t=mt(this,{object:this,type:"update",newValue:e});if(!t)return me.UNCHANGED;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.equals(this.value,e)?me.UNCHANGED:e},r.prototype.setNewValue=function(e){var t=this.value;this.value=e,this.reportChanged(),xt(this)&&wt(this,{type:"update",object:this,newValue:e,oldValue:t})},r.prototype.get=function(){return this.reportObserved(),this.dehanceValue(this.value)},r.prototype.intercept=function(e){return gt(this,e)},r.prototype.observe=function(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),Ot(this,e)},r.prototype.toJSON=function(){return this.get()},r.prototype.toString=function(){return this.name+"["+this.value+"]"},r.prototype.valueOf=function(){return m(this.get())},r.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},r}(O),re=y("ObservableValue",te),ne=function(){function e(e){this.dependenciesState=exports.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=exports.IDerivationState.UP_TO_DATE,this.unboundDepsCount=0,this.__mapid="#"+s(),this.value=new ie(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=ee.NONE,this.derivation=e.get,this.name=e.name||"ComputedValue@"+s(),e.set&&(this.setter=X(this.name+"-setter",e.set)),this.equals=e.equals||(e.compareStructural||e.struct?A.structural:A.default),this.scope=e.context,this.requiresReaction=!!e.requiresReaction,this.keepAlive=!!e.keepAlive}return e.prototype.onBecomeStale=function(){!function(e){if(e.lowestObserverState!==exports.IDerivationState.UP_TO_DATE)return;e.lowestObserverState=exports.IDerivationState.POSSIBLY_STALE,e.observers.forEach(function(t){t.dependenciesState===exports.IDerivationState.UP_TO_DATE&&(t.dependenciesState=exports.IDerivationState.POSSIBLY_STALE,t.isTracing!==ee.NONE&&De(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&&u("Cycle detected in computation "+this.name+": "+this.derivation),0!==me.inBatch||0!==this.observers.size||this.keepAlive?(Ee(this),se(this)&&this.trackAndCompute()&&function(e){if(e.lowestObserverState===exports.IDerivationState.STALE)return;e.lowestObserverState=exports.IDerivationState.STALE,e.observers.forEach(function(t){t.dependenciesState===exports.IDerivationState.POSSIBLY_STALE?t.dependenciesState=exports.IDerivationState.STALE:t.dependenciesState===exports.IDerivationState.UP_TO_DATE&&(e.lowestObserverState=exports.IDerivationState.UP_TO_DATE)})}(this)):se(this)&&(this.warnAboutUntrackedRead(),Ae(),this.value=this.computeValue(!1),_e());var e=this.value;if(ae(e))throw e.cause;return e},e.prototype.peek=function(){var e=this.computeValue(!1);if(ae(e))throw e.cause;return e},e.prototype.set=function(e){if(this.setter){c(!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 c(!1,!1)},e.prototype.trackAndCompute=function(){ke();var e=this.value,t=this.dependenciesState===exports.IDerivationState.NOT_TRACKING,r=this.computeValue(!0),n=t||ae(e)||ae(r)||!this.equals(e,r);return n&&(this.value=r),n},e.prototype.computeValue=function(e){var t;if(this.isComputing=!0,me.computationDepth++,e)t=ce(this,this.derivation,this.scope);else if(!0===me.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new ie(e)}return me.computationDepth--,this.isComputing=!1,t},e.prototype.suspend=function(){this.keepAlive||(le(this),this.value=void 0)},e.prototype.observe=function(e,t){var r=this,n=!0,o=void 0;return ze(function(){var i=r.get();if(!n||t){var a=pe();e({type:"update",object:r,newValue:i,oldValue:o}),he(a)}n=!1,o=i})},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 m(this.get())},e.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},e}(),oe=y("ComputedValue",ne);(Z=exports.IDerivationState||(exports.IDerivationState={}))[Z.NOT_TRACKING=-1]="NOT_TRACKING",Z[Z.UP_TO_DATE=0]="UP_TO_DATE",Z[Z.POSSIBLY_STALE=1]="POSSIBLY_STALE",Z[Z.STALE=2]="STALE",function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(ee||(ee={}));var ie=function(){return function(e){this.cause=e}}();function ae(e){return e instanceof ie}function se(e){switch(e.dependenciesState){case exports.IDerivationState.UP_TO_DATE:return!1;case exports.IDerivationState.NOT_TRACKING:case exports.IDerivationState.STALE:return!0;case exports.IDerivationState.POSSIBLY_STALE:for(var t=pe(),r=e.observing,n=r.length,o=0;o<n;o++){var i=r[o];if(oe(i)){if(me.disableErrorBoundaries)i.get();else try{i.get()}catch(e){return he(t),!0}if(e.dependenciesState===exports.IDerivationState.STALE)return he(t),!0}}return ve(e),he(t),!1}}function ue(e){var t=e.observers.size>0;me.computationDepth>0&&t&&u(!1),me.allowStateChanges||!t&&"strict"!==me.enforceActions||u(!1)}function ce(e,t,r){ve(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++me.runId;var n,o=me.trackingDerivation;if(me.trackingDerivation=e,!0===me.disableErrorBoundaries)n=t.call(r);else try{n=t.call(r)}catch(e){n=new ie(e)}return me.trackingDerivation=o,function(e){for(var t=e.observing,r=e.observing=e.newObserving,n=exports.IDerivationState.UP_TO_DATE,o=0,i=e.unboundDepsCount,a=0;a<i;a++){var s=r[a];0===s.diffValue&&(s.diffValue=1,o!==a&&(r[o]=s),o++),s.dependenciesState>n&&(n=s.dependenciesState)}r.length=o,e.newObserving=null,i=t.length;for(;i--;){var s=t[i];0===s.diffValue&&we(s,e),s.diffValue=0}for(;o--;){var s=r[o];1===s.diffValue&&(s.diffValue=0,Oe(s,e))}n!==exports.IDerivationState.UP_TO_DATE&&(e.dependenciesState=n,e.onBecomeStale())}(e),n}function le(e){var t=e.observing;e.observing=[];for(var r=t.length;r--;)we(t[r],e);e.dependenciesState=exports.IDerivationState.NOT_TRACKING}function fe(e){var t=pe();try{return e()}finally{he(t)}}function pe(){var e=me.trackingDerivation;return me.trackingDerivation=null,e}function he(e){me.trackingDerivation=e}function ve(e){if(e.dependenciesState!==exports.IDerivationState.UP_TO_DATE){e.dependenciesState=exports.IDerivationState.UP_TO_DATE;for(var t=e.observing,r=t.length;r--;)t[r].lowestObserverState=exports.IDerivationState.UP_TO_DATE}}var de=["mobxGuid","spyListeners","enforceActions","computedRequiresReaction","disableErrorBoundaries","runId","UNCHANGED"],ye=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}}(),be=!0,ge=!1,me=function(){var e=xe();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(be=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new ye).version&&(be=!1),be?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals.UNCHANGED||(e.__mobxGlobals.UNCHANGED={}),e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new ye):(setTimeout(function(){ge||u("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new ye)}();function xe(){return"undefined"!=typeof window?window:global}function Oe(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function we(e,t){e.observers.delete(t),0===e.observers.size&&Se(e)}function Se(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,me.pendingUnobservations.push(e))}function Ae(){me.inBatch++}function _e(){if(0==--me.inBatch){Ie();for(var e=me.pendingUnobservations,t=0;t<e.length;t++){var r=e[t];r.isPendingUnobservation=!1,0===r.observers.size&&(r.isBeingObserved&&(r.isBeingObserved=!1,r.onBecomeUnobserved()),r instanceof ne&&r.suspend())}me.pendingUnobservations=[]}}function Ee(e){var t=me.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&&me.inBatch>0&&Se(e),!1)}function De(e,t){if(console.log("[mobx.trace] '"+e.name+"' is invalidated due to a change in: '"+t.name+"'"),e.isTracing===ee.BREAK){var r=[];!function e(t,r,n){if(r.length>=1e3)return void r.push("(and many more)");r.push(""+new Array(n).join("\t")+t.name);t.dependencies&&t.dependencies.forEach(function(t){return e(t,r,n+1)})}(Qe(e),r,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 ne?e.derivation.toString().replace(/[*]\//g,"/"):"")+"\n\nThe dependencies for this derivation are:\n\n"+r.join("\n")+"\n*/\n ")()}}var je=function(){function e(e,t,r){void 0===e&&(e="Reaction@"+s()),this.name=e,this.onInvalidate=t,this.errorHandler=r,this.observing=[],this.newObserving=[],this.dependenciesState=exports.IDerivationState.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+s(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=ee.NONE}return e.prototype.onBecomeStale=function(){this.schedule()},e.prototype.schedule=function(){this._isScheduled||(this._isScheduled=!0,me.pendingReactions.push(this),Ie())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(Ae(),this._isScheduled=!1,se(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&ke()}catch(e){this.reportExceptionInDerivation(e)}}_e()}},e.prototype.track=function(e){this.isDisposed&&u("Reaction already disposed"),Ae();ke();this._isRunning=!0;var t=ce(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&le(this),ae(t)&&this.reportExceptionInDerivation(t.cause),_e()},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(me.disableErrorBoundaries)throw e;var r="[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '"+this+"'";me.suppressReactionErrors?console.warn("[mobx] (error in reaction '"+this.name+"' suppressed, fix error of causing action below)"):console.error(r,e),ke()&&Re({type:"error",name:this.name,message:r,error:""+e}),me.globalReactionErrorHandlers.forEach(function(r){return r(e,t)})}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(Ae(),le(this),_e()))},e.prototype.getDisposer=function(){var e=this.dispose.bind(this);return e[x]=this,e},e.prototype.toString=function(){return"Reaction["+this.name+"]"},e.prototype.trace=function(e){void 0===e&&(e=!1),pt(this,e)},e}();var Ce=100,Te=function(e){return e()};function Ie(){me.inBatch>0||me.isRunningReactions||Te(Ne)}function Ne(){me.isRunningReactions=!0;for(var e=me.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 r=e.splice(0),n=0,o=r.length;n<o;n++)r[n].runReaction()}me.isRunningReactions=!1}var Ve=y("Reaction",je);function Pe(e){var t=Te;Te=function(r){return e(function(){return t(r)})}}function ke(){return!1}function Re(e){}function Be(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}}function Le(){u(!1)}function Me(e){return function(t,r,n){if(n){if(n.value)return{value:X(e,n.value),enumerable:!1,configurable:!0,writable:!0};var o=n.initializer;return{enumerable:!1,configurable:!0,writable:!0,initializer:function(){return X(e,o.call(this))}}}return function(e){return function(t,r,n){Object.defineProperty(t,r,{configurable:!0,enumerable:!1,get:function(){},set:function(t){v(this,r,Ue(e,t))}})}}(e).apply(this,arguments)}}var Ue=function(e,t,r,n){return 1===arguments.length&&"function"==typeof e?X(e.name||"<unnamed action>",e):2===arguments.length&&"function"==typeof t?X(e,t):1===arguments.length&&"string"==typeof e?Me(e):!0!==n?Me(t).apply(null,arguments):void v(e,t,X(e.name||t,r.value,this))};function Ge(e){return"function"==typeof e&&!0===e.isMobxAction}function Ke(e,t,r){v(e,t,X(t,r.bind(e)))}function ze(e,t){void 0===t&&(t=a);var r,n=t&&t.name||e.name||"Autorun@"+s();if(!t.scheduler&&!t.delay)r=new je(n,function(){this.track(u)},t.onError);else{var o=We(t),i=!1;r=new je(n,function(){i||(i=!0,o(function(){i=!1,r.isDisposed||r.track(u)}))},t.onError)}function u(){e(r)}return r.schedule(),r.getDisposer()}Ue.bound=function(e,t,r,n){return!0===n?(Ke(e,t,r.value),null):r?{configurable:!0,enumerable:!1,get:function(){return Ke(this,t,r.value||r.initializer.call(this)),this[t]},set:Le}:{enumerable:!1,configurable:!0,set:function(e){Ke(this,t,e)},get:function(){}}};var He=function(e){return e()};function We(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:He}function qe(e,t,r){return Xe("onBecomeObserved",e,t,r)}function Je(e,t,r){return Xe("onBecomeUnobserved",e,t,r)}function Xe(e,t,r,n){var o="string"==typeof r?Ht(t,r):Ht(t),i="string"==typeof r?n:r,a=e+"Listeners";return o[a]?o[a].add(i):o[a]=new Set([i]),"function"!=typeof o[e]?u(!1):function(){var e=o[a];e&&(e.delete(i),0===e.size&&delete o[a])}}function Ye(e,t,r,n){var o=Fe(n=R(n));return C(e),Lt(e,n.name,o.enhancer),t&&$e(e,t,r,o),e}function Fe(e){return e.defaultDecorator||(!1===e.deep?M:B)}function $e(e,t,r,n){Ae();try{for(var o in t){var i=Object.getOwnPropertyDescriptor(t,o);0;var a=r&&o in r?r[o]:i.get?W:n;0;var s=a(e,o,i,!0);s&&Object.defineProperty(e,o,s)}}finally{_e()}}function Qe(e,t){return Ze(Ht(e,t))}function Ze(e){var t,r,n={name:e.name};return e.observing&&e.observing.length>0&&(n.dependencies=(t=e.observing,r=[],t.forEach(function(e){-1===r.indexOf(e)&&r.push(e)}),r).map(Ze)),n}function et(e){var t,r={name:e.name};return(t=e).observers&&t.observers.size>0&&(r.observers=Array.from(function(e){return e.observers}(e)).map(et)),r}var tt=0;function rt(e){"function"==typeof e.cancel&&e.cancel()}function nt(e,t){if(null===e||void 0===e)return!1;if(void 0!==t){if(!1===zt(e))return!1;if(!e[x].values.has(t))return!1;var r=Ht(e,t);return oe(r)}return oe(e)}function ot(e){return arguments.length>1?u(!1):nt(e)}function it(e,t){return null!==e&&void 0!==e&&(void 0!==t?!!zt(e)&&e[x].values.has(t):zt(e)||!!e[x]||w(e)||Ve(e)||oe(e))}function at(e){return 1!==arguments.length&&u(!1),it(e)}function st(e){return zt(e)?e[x].getKeys():Vt(e)?Array.from(e.keys()):Rt(e)?Array.from(e.keys()):jt(e)?e.map(function(e,t){return t}):u(!1)}function ut(e,t,r){if(2!==arguments.length)if(zt(e)){var n=e[x];n.values.get(t)?n.write(t,r):n.addObservableProp(t,r,n.defaultEnhancer)}else if(Vt(e))e.set(t,r);else{if(!jt(e))return u(!1);"number"!=typeof t&&(t=parseInt(t,10)),c(t>=0,"Not a valid index: '"+t+"'"),Ae(),t>=e.length&&(e.length=t+1),e[t]=r,_e()}else{Ae();var o=t;try{for(var i in o)ut(e,i,o[i])}finally{_e()}}}function ct(e,t){return zt(e)?Wt(e).has(t):Vt(e)?e.has(t):Rt(e)?e.has(t):jt(e)?t>=0&&t<e.length:u(!1)}var lt={detectCycles:!0,exportMapsAsObjects:!0,recurseEverything:!1};function ft(e,t,r,n){return n.detectCycles&&e.set(t,r),r}function pt(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=!1;"boolean"==typeof e[e.length-1]&&(r=e.pop());var n=function(e){switch(e.length){case 0:return me.trackingDerivation;case 1:return Ht(e[0]);case 2:return Ht(e[0],e[1])}}(e);if(!n)return u(!1);n.isTracing===ee.NONE&&console.log("[mobx.trace] '"+n.name+"' tracing enabled"),n.isTracing=r?ee.BREAK:ee.LOG}function ht(e,t){void 0===t&&(t=void 0),Ae();try{return e.apply(t)}finally{_e()}}function vt(e,t,r){var n;"number"==typeof r.timeout&&(n=setTimeout(function(){if(!i[x].isDisposed){i();var e=new Error("WHEN_TIMEOUT");if(!r.onError)throw e;r.onError(e)}},r.timeout)),r.name=r.name||"When@"+s();var o=X(r.name+"-effect",t),i=ze(function(t){e()&&(t.dispose(),n&&clearTimeout(n),o())},r);return i}function dt(e){return e[x]}var yt={has:function(e,t){if(t===x||"constructor"===t||t===_)return!0;var r=dt(e);return"string"==typeof t?r.has(t):t in e},get:function(e,t){if(t===x||"constructor"===t||t===_)return e[t];var r=dt(e),n=r.values.get(t);if(n instanceof O){var o=n.get();return void 0===o&&r.has(t),o}return"string"==typeof t&&r.has(t),e[t]},set:function(e,t,r){return"string"==typeof t&&(ut(e,t,r),!0)},deleteProperty:function(e,t){return"string"==typeof t&&(dt(e).remove(t),!0)},ownKeys:function(e){return dt(e).keysAtom.reportObserved(),Reflect.ownKeys(e)},preventExtensions:function(e){return u("Dynamic observable objects cannot be frozen"),!1}};function bt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function gt(e,t){var r=e.interceptors||(e.interceptors=[]);return r.push(t),l(function(){var e=r.indexOf(t);-1!==e&&r.splice(e,1)})}function mt(e,t){var r=pe();try{var n=e.interceptors;if(n)for(var o=0,i=n.length;o<i&&(c(!(t=n[o](t))||t.type,"Intercept handlers should return nothing or a change object"),t);o++);return t}finally{he(r)}}function xt(e){return void 0!==e.changeListeners&&e.changeListeners.length>0}function Ot(e,t){var r=e.changeListeners||(e.changeListeners=[]);return r.push(t),l(function(){var e=r.indexOf(t);-1!==e&&r.splice(e,1)})}function wt(e,t){var r=pe(),n=e.changeListeners;if(n){for(var o=0,i=(n=n.slice()).length;o<i;o++)n[o](t);he(r)}}var St={get:function(e,t){return t===x?e[x]:"length"===t?e[x].getArrayLength():"number"==typeof t?_t.get.call(e,t):"string"!=typeof t||isNaN(t)?_t.hasOwnProperty(t)?_t[t]:e[t]:_t.get.call(e,parseInt(t))},set:function(e,t,r){return"length"===t?(e[x].setArrayLength(r),!0):"number"==typeof t?(_t.set.call(e,t,r),!0):!isNaN(t)&&(_t.set.call(e,parseInt(t),r),!0)},preventExtensions:function(e){return u("Observable arrays cannot be frozen"),!1}};var At=function(){function e(e,t,r){this.owned=r,this.values=[],this.proxy=void 0,this.lastKnownLength=0,this.atom=new O(e||"ObservableArray@"+s()),this.enhancer=function(r,n){return t(r,n,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 gt(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}),Ot(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 r=new Array(e-t),n=0;n<e-t;n++)r[n]=void 0;this.spliceWithArray(t,0,r)}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,r){var n=this;ue(this.atom);var o=this.values.length;if(void 0===e?e=0:e>o?e=o:e<0&&(e=Math.max(0,o+e)),t=1===arguments.length?o-e:void 0===t||null===t?0:Math.max(0,Math.min(t,o-e)),void 0===r&&(r=i),bt(this)){var a=mt(this,{object:this.proxy,type:"splice",index:e,removedCount:t,added:r});if(!a)return i;t=a.removedCount,r=a.added}r=0===r.length?r:r.map(function(e){return n.enhancer(e,void 0)});var s=this.spliceItemsIntoValues(e,t,r);return 0===t&&0===r.length||this.notifyArraySplice(e,r,s),this.dehanceValues(s)},e.prototype.spliceItemsIntoValues=function(e,t,r){var o;if(r.length<1e4)return(o=this.values).splice.apply(o,function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(n(arguments[t]));return e}([e,t],r));var i=this.values.slice(e,e+t);return this.values=this.values.slice(0,e).concat(r,this.values.slice(e+t)),i},e.prototype.notifyArrayChildUpdate=function(e,t,r){var n=!this.owned&&!1,o=xt(this),i=o||n?{object:this.proxy,type:"update",index:e,newValue:t,oldValue:r}:null;this.atom.reportChanged(),o&&wt(this,i)},e.prototype.notifyArraySplice=function(e,t,r){var n=!this.owned&&!1,o=xt(this),i=o||n?{object:this.proxy,type:"splice",index:e,removed:r,added:t,removedCount:r.length,addedCount:t.length}:null;this.atom.reportChanged(),o&&wt(this,i)},e}(),_t={intercept:function(e){return this[x].intercept(e)},observe:function(e,t){return void 0===t&&(t=!1),this[x].observe(e,t)},clear:function(){return this.splice(0)},replace:function(e){var t=this[x];return t.spliceWithArray(0,t.values.length,e)},toJS:function(){return this.slice()},toJSON:function(){return this.toJS()},splice:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=this[x];switch(arguments.length){case 0:return[];case 1:return o.spliceWithArray(e);case 2:return o.spliceWithArray(e,t)}return o.spliceWithArray(e,t,r)},spliceWithArray:function(e,t,r){return this[x].spliceWithArray(e,t,r)},push:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=this[x];return r.spliceWithArray(r.values.length,0,e),r.values.length},pop:function(){return this.splice(Math.max(this[x].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 r=this[x];return r.spliceWithArray(0,0,e),r.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[x],r=t.dehanceValues(t.values).indexOf(e);return r>-1&&(this.splice(r,1),!0)},get:function(e){var t=this[x];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 r=this[x],n=r.values;if(e<n.length){ue(r.atom);var o=n[e];if(bt(r)){var i=mt(r,{type:"update",object:this,index:e,newValue:t});if(!i)return;t=i.newValue}(t=r.enhancer(t,o))!==o&&(n[e]=t,r.notifyArrayChildUpdate(e,t,o))}else{if(e!==n.length)throw new Error("[mobx.array] Index out of bounds, "+e+" is larger than "+n.length);r.spliceWithArray(e,0,[t])}}};["concat","every","filter","forEach","indexOf","join","lastIndexOf","map","reduce","reduceRight","slice","some","toString","toLocaleString"].forEach(function(e){_t[e]=function(){var t=this[x];t.atom.reportObserved();var r=t.dehanceValues(t.values);return r[e].apply(r,arguments)}});var Et,Dt=y("ObservableArrayAdministration",At);function jt(e){return p(e)&&Dt(e[x])}var Ct={},Tt=function(){function e(e,t,r){if(void 0===t&&(t=N),void 0===r&&(r="ObservableMap@"+s()),this.enhancer=t,this.name=r,this[Et]=Ct,this._keysAtom=S(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 r=this._has(e);if(bt(this)){var n=mt(this,{type:r?"update":"add",object:this,newValue:t,name:e});if(!n)return this;t=n.newValue}return r?this._updateValue(e,t):this._addValue(e,t),this},e.prototype.delete=function(e){var t=this;if(bt(this)&&!(n=mt(this,{type:"delete",object:this,name:e})))return!1;if(this._has(e)){var r=xt(this),n=r?{type:"delete",object:this,oldValue:this._data.get(e).value,name:e}:null;return ht(function(){t._keysAtom.reportChanged(),t._updateHasMapEntry(e,!1),t._data.get(e).setNewValue(void 0),t._data.delete(e)}),r&&wt(this,n),!0}return!1},e.prototype._updateHasMapEntry=function(e,t){var r=this._hasMap.get(e);return r?r.setNewValue(t):(r=new te(t,V,this.name+"."+It(e)+"?",!1),this._hasMap.set(e,r)),r},e.prototype._updateValue=function(e,t){var r=this._data.get(e);if((t=r.prepareNewValue(t))!==me.UNCHANGED){var n=xt(this),o=n?{type:"update",object:this,oldValue:r.value,name:e,newValue:t}:null;0,r.setNewValue(t),n&&wt(this,o)}},e.prototype._addValue=function(e,t){var r=this;ue(this._keysAtom),ht(function(){var n=new te(t,r.enhancer,r.name+"."+It(e),!1);r._data.set(e,n),t=n.value,r._updateHasMapEntry(e,!0),r._keysAtom.reportChanged()});var n=xt(this),o=n?{type:"add",object:this,name:e,newValue:t}:null;n&&wt(this,o)},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,r=Array.from(this.keys());return Qt({next:function(){return t<r.length?{value:e.get(r[t++]),done:!1}:{done:!0}}})},e.prototype.entries=function(){var e=this,t=0,r=Array.from(this.keys());return Qt({next:function(){if(t<r.length){var n=r[t++];return{value:[n,e.get(n)],done:!1}}return{done:!0}}})},e.prototype[(Et=x,Symbol.iterator)]=function(){return this.entries()},e.prototype.forEach=function(e,t){var o,i;try{for(var a=r(this),s=a.next();!s.done;s=a.next()){var u=n(s.value,2),c=u[0],l=u[1];e.call(t,l,c,this)}}catch(e){o={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(o)throw o.error}}},e.prototype.merge=function(e){var t=this;return Vt(e)&&(e=e.toJS()),ht(function(){h(e)?Object.keys(e).forEach(function(r){return t.set(r,e[r])}):Array.isArray(e)?e.forEach(function(e){var r=n(e,2),o=r[0],i=r[1];return t.set(o,i)}):b(e)?(e.constructor!==Map&&u("Cannot initialize from classes that inherit from Map: "+e.constructor.name),e.forEach(function(e,r){return t.set(r,e)})):null!==e&&void 0!==e&&u("Cannot initialize map from "+e)}),this},e.prototype.clear=function(){var e=this;ht(function(){fe(function(){var t,n;try{for(var o=r(e.keys()),i=o.next();!i.done;i=o.next()){var a=i.value;e.delete(a)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}})})},e.prototype.replace=function(e){var t=this;return ht(function(){var r,o=h(r=e)?Object.keys(r):Array.isArray(r)?r.map(function(e){return n(e,1)[0]}):b(r)||Vt(r)?Array.from(r.keys()):u("Cannot get keys from '"+r+"'");Array.from(t.keys()).filter(function(e){return-1===o.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,o={};try{for(var i=r(this),a=i.next();!a.done;a=i.next()){var s=n(a.value,2),u=s[0],c=s[1];o["symbol"==typeof u?u:It(u)]=c}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return o},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 It(t)+": "+e.get(t)}).join(", ")+" }]"},e.prototype.observe=function(e,t){return Ot(this,e)},e.prototype.intercept=function(e){return gt(this,e)},e}();function It(e){return e&&e.toString?e.toString():new String(e).toString()}var Nt,Vt=y("ObservableMap",Tt),Pt={},kt=function(){function e(e,t,r){if(void 0===t&&(t=N),void 0===r&&(r="ObservableSet@"+s()),this.name=r,this[Nt]=Pt,this._data=new Set,this._atom=S(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,n){return t(e,n,r)},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;ht(function(){fe(function(){var t,n;try{for(var o=r(e._data.values()),i=o.next();!i.done;i=o.next()){var a=i.value;e.delete(a)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}})})},e.prototype.forEach=function(e,t){var n,o;try{for(var i=r(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&&(o=i.return)&&o.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((ue(this._atom),bt(this))&&!(n=mt(this,{type:"add",object:this,newValue:e})))return this;if(!this.has(e)){ht(function(){t._data.add(t.enhancer(e,void 0)),t._atom.reportChanged()});var r=xt(this),n=r?{type:"add",object:this,newValue:e}:null;0,r&&wt(this,n)}return this},e.prototype.delete=function(e){var t=this;if(bt(this)&&!(n=mt(this,{type:"delete",object:this,oldValue:e})))return!1;if(this.has(e)){var r=xt(this),n=r?{type:"delete",object:this,oldValue:e}:null;return ht(function(){t._atom.reportChanged(),t._data.delete(e)}),r&&wt(this,n),!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()),r=Array.from(this.values());return Qt({next:function(){var n=e;return e+=1,n<r.length?{value:[t[n],r[n]],done:!1}:{done:!0}}})},e.prototype.keys=function(){return this.values()},e.prototype.values=function(){this._atom.reportObserved();var e=this,t=0,r=Array.from(this._data.values());return Qt({next:function(){return t<r.length?{value:e.dehanceValue(r[t++]),done:!1}:{done:!0}}})},e.prototype.replace=function(e){var t=this;return Rt(e)&&(e=e.toJS()),ht(function(){Array.isArray(e)?(t.clear(),e.forEach(function(e){return t.add(e)})):g(e)?(t.clear(),e.forEach(function(e){return t.add(e)})):null!==e&&void 0!==e&&u("Cannot initialize set from "+e)}),this},e.prototype.observe=function(e,t){return Ot(this,e)},e.prototype.intercept=function(e){return gt(this,e)},e.prototype.toJS=function(){return new Set(this)},e.prototype.toString=function(){return this.name+"[ "+Array.from(this).join(", ")+" ]"},e.prototype[(Nt=x,Symbol.iterator)]=function(){return this.values()},e}(),Rt=y("ObservableSet",kt),Bt=function(){function e(e,t,r,n){void 0===t&&(t=new Map),this.target=e,this.values=t,this.name=r,this.defaultEnhancer=n,this.keysAtom=new O(r+".keys")}return e.prototype.read=function(e){return this.values.get(e).get()},e.prototype.write=function(e,t){var r=this.target,n=this.values.get(e);if(n instanceof ne)n.set(t);else{if(bt(this)){if(!(i=mt(this,{type:"update",object:this.proxy||r,name:e,newValue:t})))return;t=i.newValue}if((t=n.prepareNewValue(t))!==me.UNCHANGED){var o=xt(this),i=o?{type:"update",object:this.proxy||r,oldValue:n.value,name:e,newValue:t}:null;0,n.setNewValue(t),o&&wt(this,i)}}},e.prototype.has=function(e){var t=this.pendingKeys||(this.pendingKeys=new Map),r=t.get(e);if(r)return r.get();var n=!!this.values.get(e);return r=new te(n,V,this.name+"."+e.toString()+"?",!1),t.set(e,r),r.get()},e.prototype.addObservableProp=function(e,t,r){void 0===r&&(r=this.defaultEnhancer);var n=this.target;if(bt(this)){var o=mt(this,{object:this.proxy||n,name:e,type:"add",newValue:t});if(!o)return;t=o.newValue}var i=new te(t,r,this.name+"."+e,!1);this.values.set(e,i),t=i.value,Object.defineProperty(n,e,function(e){return Mt[e]||(Mt[e]={configurable:!0,enumerable:!0,get:function(){return this[x].read(e)},set:function(t){this[x].write(e,t)}})}(e)),this.notifyPropertyAddition(e,t)},e.prototype.addComputedProp=function(e,t,r){var n=this.target;r.name=r.name||this.name+"."+t,this.values.set(t,new ne(r)),(e===n||d(e,t))&&Object.defineProperty(e,t,function(e){return Ut[e]||(Ut[e]={configurable:!1,enumerable:!1,get:function(){return Gt(this).read(e)},set:function(t){Gt(this).write(e,t)}})}(t))},e.prototype.remove=function(e){if(this.values.has(e)){var t=this.target;if(bt(this))if(!(a=mt(this,{object:this.proxy||t,name:e,type:"remove"})))return;try{Ae();var r=xt(this),n=this.values.get(e),o=n&&n.get();if(n&&n.set(void 0),this.keysAtom.reportChanged(),this.values.delete(e),this.pendingKeys){var i=this.pendingKeys.get(e);i&&i.set(!1)}delete this.target[e];var a=r?{type:"remove",object:this.proxy||t,oldValue:o,name:e}:null;0,r&&wt(this,a)}finally{_e()}}},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 Ot(this,e)},e.prototype.intercept=function(e){return gt(this,e)},e.prototype.notifyPropertyAddition=function(e,t){var r=xt(this),n=r?{type:"add",object:this.proxy||this.target,name:e,newValue:t}:null;if(r&&wt(this,n),this.pendingKeys){var o=this.pendingKeys.get(e);o&&o.set(!0)}this.keysAtom.reportChanged()},e.prototype.getKeys=function(){var e,t;this.keysAtom.reportObserved();var o=[];try{for(var i=r(this.values),a=i.next();!a.done;a=i.next()){var s=n(a.value,2),u=s[0];s[1]instanceof te&&o.push(u)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return o},e}();function Lt(e,t,r){if(void 0===t&&(t=""),void 0===r&&(r=N),Object.prototype.hasOwnProperty.call(e,x))return e[x];h(e)||(t=(e.constructor.name||"ObservableObject")+"@"+s()),t||(t="ObservableObject@"+s());var n=new Bt(e,new Map,t,r);return v(e,x,n),n}var Mt=Object.create(null),Ut=Object.create(null);function Gt(e){var t=e[x];return t||(C(e),e[x])}var Kt=y("ObservableObjectAdministration",Bt);function zt(e){return!!p(e)&&(C(e),Kt(e[x]))}function Ht(e,t){if("object"==typeof e&&null!==e){if(jt(e))return void 0!==t&&u(!1),e[x].atom;if(Rt(e))return e[x];if(Vt(e)){var r=e;return void 0===t?r._keysAtom:((n=r._data.get(t)||r._hasMap.get(t))||u(!1),n)}var n;if(C(e),t&&!e[x]&&e[t],zt(e))return t?((n=e[x].values.get(t))||u(!1),n):u(!1);if(w(e)||oe(e)||Ve(e))return e}else if("function"==typeof e&&Ve(e[x]))return e[x];return u(!1)}function Wt(e,t){return e||u("Expecting some object"),void 0!==t?Wt(Ht(e,t)):w(e)||oe(e)||Ve(e)?e:Vt(e)||Rt(e)?e:(C(e),e[x]?e[x]:void u(!1))}function qt(e,t){return(void 0!==t?Ht(e,t):zt(e)||Vt(e)||Rt(e)?Wt(e):Ht(e)).name}var Jt=Object.prototype.toString;function Xt(e,t){return Yt(e,t)}function Yt(e,t,r,n){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var o=typeof e;return("function"===o||"object"===o||"object"==typeof t)&&function(e,t,r,n){e=Ft(e),t=Ft(t);var o=Jt.call(e);if(o!==Jt.call(t))return!1;switch(o){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 i="[object Array]"===o;if(!i){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}r=r||[],n=n||[];var u=r.length;for(;u--;)if(r[u]===e)return n[u]===t;if(r.push(e),n.push(t),i){if((u=e.length)!==t.length)return!1;for(;u--;)if(!Yt(e[u],t[u],r,n))return!1}else{var c=Object.keys(e),l=void 0;if(u=c.length,Object.keys(t).length!==u)return!1;for(;u--;)if(l=c[u],!$t(t,l)||!Yt(e[l],t[l],r,n))return!1}return r.pop(),n.pop(),!0}(e,t,r,n)}function Ft(e){return jt(e)?e.slice():b(e)||Vt(e)?Array.from(e.entries()):g(e)||Rt(e)?Array.from(e.entries()):e}function $t(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Qt(e){return e[Symbol.iterator]=Zt,e}function Zt(){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 Symbol or 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:Be,extras:{getDebugName:qt},$mobx:x}),exports.Reaction=je,exports.untracked=fe,exports.createAtom=S,exports.spy=Be,exports.comparer=A,exports.isObservableObject=zt,exports.isBoxedObservable=re,exports.isObservableArray=jt,exports.ObservableMap=Tt,exports.isObservableMap=Vt,exports.ObservableSet=kt,exports.isObservableSet=Rt,exports.transaction=ht,exports.observable=z,exports.computed=J,exports.isObservable=at,exports.isObservableProp=function(e,t){return"string"!=typeof t?u(!1):it(e,t)},exports.isComputed=ot,exports.isComputedProp=function(e,t){return"string"!=typeof t?u(!1):nt(e,t)},exports.extendObservable=Ye,exports.observe=function(e,t,r,n){return"function"==typeof r?function(e,t,r,n){return Wt(e,t).observe(r,n)}(e,t,r,n):function(e,t,r){return Wt(e).observe(t,r)}(e,t,r)},exports.intercept=function(e,t,r){return"function"==typeof r?function(e,t,r){return Wt(e,t).intercept(r)}(e,t,r):function(e,t){return Wt(e).intercept(t)}(e,t)},exports.autorun=ze,exports.reaction=function(e,t,r){void 0===r&&(r=a);var n,o,i,u=r.name||"Reaction@"+s(),c=Ue(u,r.onError?(n=r.onError,o=t,function(){try{return o.apply(this,arguments)}catch(e){n.call(this,e)}}):t),l=!r.scheduler&&!r.delay,f=We(r),p=!0,h=!1,v=r.compareStructural?A.structural:r.equals||A.default,d=new je(u,function(){p||l?y():h||(h=!0,f(y))},r.onError);function y(){if(h=!1,!d.isDisposed){var t=!1;d.track(function(){var r=e(d);t=p||!v(i,r),i=r}),p&&r.fireImmediately&&c(i,d),p||!0!==t||c(i,d),p&&(p=!1)}}return d.schedule(),d.getDisposer()},exports.when=function(e,r,n){return 1===arguments.length||r&&"object"==typeof r?function(e,r){var n,o=new Promise(function(o,i){var a=vt(e,o,t({},r,{onError:i}));n=function(){a(),i("WHEN_CANCELLED")}});return o.cancel=n,o}(e,r):vt(e,r,n||{})},exports.action=Ue,exports.isAction=Ge,exports.runInAction=function(e,t){var r="string"==typeof e?e:e.name||"<unnamed action>",n="function"==typeof e?e:t;return Y(r,n,this,void 0)},exports.keys=st,exports.values=function(e){return zt(e)?st(e).map(function(t){return e[t]}):Vt(e)?st(e).map(function(t){return e.get(t)}):Rt(e)?Array.from(e.values()):jt(e)?e.slice():u(!1)},exports.entries=function(e){return zt(e)?st(e).map(function(t){return[t,e[t]]}):Vt(e)?st(e).map(function(t){return[t,e.get(t)]}):Rt(e)?Array.from(e.entries()):jt(e)?e.map(function(e,t){return[t,e]}):u(!1)},exports.set=ut,exports.remove=function(e,t){if(zt(e))e[x].remove(t);else if(Vt(e))e.delete(t);else if(Rt(e))e.delete(t);else{if(!jt(e))return u(!1);"number"!=typeof t&&(t=parseInt(t,10)),c(t>=0,"Not a valid index: '"+t+"'"),e.splice(t,1)}},exports.has=ct,exports.get=function(e,t){if(ct(e,t))return zt(e)?e[t]:Vt(e)?e.get(t):jt(e)?e[t]:u(!1)},exports.decorate=function(e,t){var r="function"==typeof e?e.prototype:e,n=function(e){var n=t[e];Array.isArray(n)||(n=[n]);var o=Object.getOwnPropertyDescriptor(r,e),i=n.reduce(function(t,n){return n(r,e,t)},o);i&&Object.defineProperty(r,e,i)};for(var o in t)n(o);return e},exports.configure=function(e){var t=e.enforceActions,r=e.computedRequiresReaction,n=e.disableErrorBoundaries,o=e.reactionScheduler;if(!0===e.isolateGlobalState&&((me.pendingReactions.length||me.inBatch||me.isRunningReactions)&&u("isolateGlobalState should be called before MobX is running any reactions"),ge=!0,be&&(0==--xe().__mobxInstanceCount&&(xe().__mobxGlobals=void 0),me=new ye)),void 0!==t){var i=void 0;switch(t){case!0:case"observed":i=!0;break;case!1:case"never":i=!1;break;case"strict":case"always":i="strict";break;default:u("Invalid value for 'enforceActions': '"+t+"', expected 'never', 'always' or 'observed'")}me.enforceActions=i,me.allowStateChanges=!0!==i&&"strict"!==i}void 0!==r&&(me.computedRequiresReaction=!!r),void 0!==n&&(!0===n&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),me.disableErrorBoundaries=!!n),o&&Pe(o)},exports.onBecomeObserved=qe,exports.onBecomeUnobserved=Je,exports.flow=function(e){1!==arguments.length&&u("Flow expects one 1 argument and cannot be used as decorator");var t=e.name||"<unnamed flow>";return function(){var r,n=arguments,o=++tt,i=Ue(t+" - runid: "+o+" - init",e).apply(this,n),a=void 0,s=new Promise(function(e,n){var s=0;function u(e){var r;a=void 0;try{r=Ue(t+" - runid: "+o+" - yield "+s++,i.next).call(i,e)}catch(e){return n(e)}l(r)}function c(e){var r;a=void 0;try{r=Ue(t+" - runid: "+o+" - yield "+s++,i.throw).call(i,e)}catch(e){return n(e)}l(r)}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,n)}r=n,u(void 0)});return s.cancel=Ue(t+" - runid: "+o+" - cancel",function(){try{a&&rt(a);var e=i.return(),t=Promise.resolve(e.value);t.then(f,f),rt(t),r(new Error("FLOW_CANCELLED"))}catch(e){r(e)}}),s}},exports.toJS=function(e,t){var r;return"boolean"==typeof t&&(t={detectCycles:t}),t||(t=lt),t.detectCycles=void 0===t.detectCycles?!0===t.recurseEverything:!0===t.detectCycles,t.detectCycles&&(r=new Map),function e(t,r,n){if(!r.recurseEverything&&!at(t))return t;if("object"!=typeof t)return t;if(null===t)return null;if(t instanceof Date)return t;if(re(t))return e(t.get(),r,n);if(at(t)&&st(t),!0===r.detectCycles&&null!==t&&n.has(t))return n.get(t);if(jt(t)||Array.isArray(t)){var o=ft(n,t,[],r),i=t.map(function(t){return e(t,r,n)});o.length=i.length;for(var a=0,s=i.length;a<s;a++)o[a]=i[a];return o}if(Rt(t)||Object.getPrototypeOf(t)===Set.prototype){if(!1===r.exportMapsAsObjects){var u=ft(n,t,new Set,r);return t.forEach(function(t){u.add(e(t,r,n))}),u}var c=ft(n,t,[],r);return t.forEach(function(t){c.push(e(t,r,n))}),c}if(Vt(t)||Object.getPrototypeOf(t)===Map.prototype){if(!1===r.exportMapsAsObjects){var l=ft(n,t,new Map,r);return t.forEach(function(t,o){l.set(o,e(t,r,n))}),l}var f=ft(n,t,{},r);return t.forEach(function(t,o){f[o]=e(t,r,n)}),f}var p=ft(n,t,{},r);for(var h in t)p[h]=e(t[h],r,n);return p}(e,t,r)},exports.trace=pt,exports.getDependencyTree=Qe,exports.getObserverTree=function(e,t){return et(Ht(e,t))},exports._resetGlobalState=function(){var e=new ye;for(var t in e)-1===de.indexOf(t)&&(me[t]=e[t]);me.allowStateChanges=!me.enforceActions},exports._getGlobalState=function(){return me},exports.getDebugName=qt,exports.getAtom=Ht,exports._getAdministration=Wt,exports._allowStateChanges=function(e,t){var r,n=$(e);try{r=t()}finally{Q(n)}return r},exports._allowStateChangesInsideComputed=function(e){var t,r=me.computationDepth;me.computationDepth=0;try{t=e()}finally{me.computationDepth=r}return t},exports.isArrayLike=function(e){return Array.isArray(e)||jt(e)},exports.$mobx=x,exports._isComputingDerivation=function(){return null!==me.trackingDerivation},exports.onReactionError=function(e){return me.globalReactionErrorHandlers.push(e),function(){var t=me.globalReactionErrorHandlers.indexOf(e);t>=0&&me.globalReactionErrorHandlers.splice(t,1)}},exports._interceptReads=function(e,t,r){var n;if(Vt(e)||jt(e)||re(e))n=Wt(e);else{if(!zt(e))return u(!1);if("string"!=typeof t)return u(!1);n=Wt(e,t)}return void 0!==n.dehancer?u(!1):(n.dehancer="function"==typeof t?t:r,function(){n.dehancer=void 0})};
|