mobx 5.5.2 → 5.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/mobx.js.flow CHANGED
@@ -260,13 +260,6 @@ declare export class IObservableFactories {
260
260
  deep(target: Object, property?: string, descriptor?: PropertyDescriptor): IObservableDecorator
261
261
  }
262
262
 
263
- export interface Iterator<T> {
264
- next(): {
265
- done: boolean,
266
- value?: T
267
- }
268
- }
269
-
270
263
  export interface Lambda {
271
264
  (): void,
272
265
  name?: string
@@ -318,7 +311,7 @@ declare export function reaction<T>(
318
311
  expression: (r: IReactionPublic) => T,
319
312
  effect: (arg: T, r: IReactionPublic) => void,
320
313
  opts?: IReactionOptions
321
- ): any
314
+ ): () => mixed
322
315
 
323
316
  export interface IWhenOptions {
324
317
  name?: string,
@@ -326,7 +319,11 @@ export interface IWhenOptions {
326
319
  onError?: (error: any) => void
327
320
  }
328
321
 
329
- declare export function when(cond: () => boolean, effect: Lambda, options?: IWhenOptions): any
322
+ declare export function when(
323
+ cond: () => boolean,
324
+ effect: Lambda,
325
+ options?: IWhenOptions
326
+ ): () => mixed
330
327
  declare export function when(cond: () => boolean, options?: IWhenOptions): Promise<any>
331
328
 
332
329
  declare export function computed<T>(
@@ -357,7 +354,7 @@ declare export function isObservableProp(value: any, property: string): boolean
357
354
  declare export var comparer: {
358
355
  identity: IEqualsComparer<any>,
359
356
  structural: IEqualsComparer<any>,
360
- default: IEqualsComparer<any>,
357
+ default: IEqualsComparer<any>
361
358
  }
362
359
 
363
360
  declare export var observable: IObservableFactory &
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++ge.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 _e(this)},e.prototype.reportChanged=function(){Se(),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&&Ee(t,e),t.onBecomeStale()),t.dependenciesState=exports.IDerivationState.STALE})}(this),Ae()},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 He(r,t),qe(r,n),r}var S={identity:function(e,t){return e===t},structural:function(e,t){return Kt(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 I(arguments)?(r=i,o.apply(null,arguments)):(r=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 C(e,t,n){return it(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 P(e){return e}function V(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;Pt(t).addObservableProp(n,a,e)}),n=("undefined"!=typeof process&&process.env,t);return n.enhancer=e,n}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 N=V(C),B=V(function(e,t,n){return void 0===e||null===e?e:Bt(e)||Dt(e)||It(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=V(P),M=V(function(e,t,n){return Kt(e,t)?t:e});function U(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?P:C}var G={box:function(e,t){arguments.length>2&&z("box");var n=R(t);return new ee(e,U(n),n.name)},array:function(e,t){arguments.length>2&&z("array");var n=R(t);return function(e,t,n,r){void 0===n&&(n="ObservableArray@"+s());void 0===r&&(r=!1);var o=new St(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,wt);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&&z("map");var n=R(t);return new Tt(e,U(n),n.name)},object:function(e,t,n){"string"==typeof arguments[1]&&z("object");var r=R(n);if(!1===r.proxy)return Xe({},e,t,r);var o=Ye(r),i=function(e){var t=new Proxy(e,dt);return e[m].proxy=t,t}(Xe({},void 0,void 0,r));return Fe(i,e,t,o),i},ref:L,shallow:B,deep:N,struct:M},K=function(e,t,n){if("string"==typeof arguments[1])return N.apply(null,arguments);if(it(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 z(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 W=T(!1,function(e,n,r,o,i){var a=r.get,s=r.set,u=i[0]||{};Pt(e).addComputedProp(o,n,t({get:a,set:s,context:e},u))}),H=W({equals:S.structural}),q=function(e,t,n){if("string"==typeof t)return W.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return W.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 ne(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=ke()&&!!e,i=0;var a=fe();Se();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),Ae(),pe(e.prevDerivation),e.notifySpy,0}(o)}}function Y(e){var t=ge.allowStateChanges;return ge.allowStateChanges=e,t}function F(e){ge.allowStateChanges=e}q.struct=H;var $,Q,Z={},ee=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&&ke(),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))!==Z){ke();0,this.setNewValue(e)}},n.prototype.prepareNewValue=function(e){if(se(this),yt(this)){var t=gt(this,{object:this,type:"update",newValue:e});if(!t)return Z;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.value!==e?e:Z},n.prototype.setNewValue=function(e){var t=this.value;this.value=e,this.reportChanged(),mt(this)&&Ot(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 bt(this,e)},n.prototype.observe=function(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),xt(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),te=y("ObservableValue",ee),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 oe(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=Q.NONE,this.firstGet=!0,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&&Ee(t,e),t.onBecomeStale())})}(this)},e.prototype.onBecomeUnobserved=function(){},e.prototype.onBecomeObserved=function(){},e.prototype.get=function(){var e=this;this.keepAlive&&this.firstGet&&(this.firstGet=!1,Ke(function(){return e.get()})),this.isComputing&&u("Cycle detected in computation "+this.name+": "+this.derivation),0===ge.inBatch&&0===this.observers.size?ae(this)&&(this.warnAboutUntrackedRead(),Se(),this.value=this.computeValue(!1),Ae()):(_e(this),ae(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));var t=this.value;if(ie(t))throw t.cause;return t},e.prototype.peek=function(){var e=this.computeValue(!1);if(ie(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,n=this.computeValue(!0),r=t||ie(e)||ie(n)||!this.equals(e,n);return r&&(this.value=n),r},e.prototype.computeValue=function(e){var t;if(this.isComputing=!0,ge.computationDepth++,e)t=ue(this,this.derivation,this.scope);else if(!0===ge.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new oe(e)}return ge.computationDepth--,this.isComputing=!1,t},e.prototype.suspend=function(){ce(this),this.value=void 0},e.prototype.observe=function(e,t){var n=this,r=!0,o=void 0;return Ke(function(){var i=n.get();if(!r||t){var a=fe();e({type:"update",object:n,newValue:i,oldValue:o}),pe(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}(),re=y("ComputedValue",ne);($=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 oe=function(){return function(e){this.cause=e}}();function ie(e){return e instanceof oe}function ae(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=fe(),n=e.observing,r=n.length,o=0;o<r;o++){var i=n[o];if(re(i)){if(ge.disableErrorBoundaries)i.get();else try{i.get()}catch(e){return pe(t),!0}if(e.dependenciesState===exports.IDerivationState.STALE)return pe(t),!0}}return he(e),pe(t),!1}}function se(e){var t=e.observers.size>0;ge.computationDepth>0&&t&&u(!1),ge.allowStateChanges||!t&&"strict"!==ge.enforceActions||u(!1)}function ue(e,t,n){he(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++ge.runId;var r,o=ge.trackingDerivation;if(ge.trackingDerivation=e,!0===ge.disableErrorBoundaries)r=t.call(n);else try{r=t.call(n)}catch(e){r=new oe(e)}return ge.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&&Oe(s,e),s.diffValue=0}for(;o--;){var s=n[o];1===s.diffValue&&(s.diffValue=0,xe(s,e))}r!==exports.IDerivationState.UP_TO_DATE&&(e.dependenciesState=r,e.onBecomeStale())}(e),r}function ce(e){var t=e.observing;e.observing=[];for(var n=t.length;n--;)Oe(t[n],e);e.dependenciesState=exports.IDerivationState.NOT_TRACKING}function le(e){var t=fe();try{return e()}finally{pe(t)}}function fe(){var e=ge.trackingDerivation;return ge.trackingDerivation=null,e}function pe(e){ge.trackingDerivation=e}function he(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 ve=["mobxGuid","spyListeners","enforceActions","computedRequiresReaction","disableErrorBoundaries","runId"],de=function(){return function(){this.version=5,this.trackingDerivation=null,this.computationDepth=0,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!0,this.enforceActions=!1,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.disableErrorBoundaries=!1}}(),ye=!0,be=!1,ge=function(){var e=me();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(ye=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new de).version&&(ye=!1),ye?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new de):(setTimeout(function(){be||u("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new de)}();function me(){return"undefined"!=typeof window?window:global}function xe(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function Oe(e,t){e.observers.delete(t),0===e.observers.size&&we(e)}function we(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,ge.pendingUnobservations.push(e))}function Se(){ge.inBatch++}function Ae(){if(0==--ge.inBatch){Ie();for(var e=ge.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 ne&&n.suspend())}ge.pendingUnobservations=[]}}function _e(e){var t=ge.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&&ge.inBatch>0&&we(e),!1)}function Ee(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)})}($e(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 ne?e.derivation.toString():"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}var De=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,ge.pendingReactions.push(this),Ie())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(Se(),this._isScheduled=!1,ae(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&ke()}catch(e){this.reportExceptionInDerivation(e)}}Ae()}},e.prototype.track=function(e){Se();ke();this._isRunning=!0;var t=ue(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&ce(this),ie(t)&&this.reportExceptionInDerivation(t.cause),Ae()},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(ge.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),ke()&&Re({type:"error",name:this.name,message:n,error:""+e}),ge.globalReactionErrorHandlers.forEach(function(n){return n(e,t)})}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(Se(),ce(this),Ae()))},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),ft(this,e)},e}();var je=100,Te=function(e){return e()};function Ie(){ge.inBatch>0||ge.isRunningReactions||Te(Ce)}function Ce(){ge.isRunningReactions=!0;for(var e=ge.pendingReactions,t=0;e.length>0;){++t===je&&(console.error("Reaction doesn't converge to a stable state after "+je+" 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()}ge.isRunningReactions=!1}var Pe=y("Reaction",De);function Ve(e){var t=Te;Te=function(n){return e(function(){return t(n)})}}function ke(){return!1}function Re(e){}function Ne(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}}function Be(){u(!1)}function Le(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,Me(e,t))}})}}(e).apply(this,arguments)}}var Me=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?Le(e):!0!==r?Le(t).apply(null,arguments):void v(e,t,J(e.name||t,n.value))};function Ue(e){return"function"==typeof e&&!0===e.isMobxAction}function Ge(e,t,n){v(e,t,J(t,n.bind(e)))}function Ke(e,t){void 0===t&&(t=a);var n,r=t&&t.name||e.name||"Autorun@"+s();if(!t.scheduler&&!t.delay)n=new De(r,function(){this.track(u)},t.onError);else{var o=We(t),i=!1;n=new De(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()}Me.bound=function(e,t,n,r){return!0===r?(Ge(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get:function(){return Ge(this,t,n.value||n.initializer.call(this)),this[t]},set:Be}:{enumerable:!1,configurable:!0,set:function(e){Ge(this,t,e)},get:function(){}}};var ze=function(e){return e()};function We(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:ze}function He(e,t,n){return Je("onBecomeObserved",e,t,n)}function qe(e,t,n){return Je("onBecomeUnobserved",e,t,n)}function Je(e,t,n,r){var o="string"==typeof n?Lt(t,n):Lt(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 Xe(e,t,n,r){var o=Ye(r=R(r));return j(e),Pt(e,r.name,o.enhancer),t&&Fe(e,t,n,o),e}function Ye(e){return e.defaultDecorator||(!1===e.deep?L:N)}function Fe(e,t,n,r){Se();try{for(var o in t){var i=Object.getOwnPropertyDescriptor(t,o);0;var a=n&&o in n?n[o]:i.get?W:r;0;var s=a(e,o,i,!0);s&&Object.defineProperty(e,o,s)}}finally{Ae()}}function $e(e,t){return Qe(Lt(e,t))}function Qe(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(Qe)),r}function Ze(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(Ze)),n}var et=0;function tt(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===Bt(e))return!1;if(!e[m].values.has(t))return!1;var n=Lt(e,t);return re(n)}return re(e)}function rt(e){return arguments.length>1?u(!1):nt(e)}function ot(e,t){return null!==e&&void 0!==e&&(void 0!==t?!!Bt(e)&&e[m].values.has(t):Bt(e)||!!e[m]||O(e)||Pe(e)||re(e))}function it(e){return 1!==arguments.length&&u(!1),ot(e)}function at(e){return Bt(e)?e[m].getKeys():It(e)?Array.from(e.keys()):Dt(e)?e.map(function(e,t){return t}):u(!1)}function st(e,t,n){if(2!==arguments.length)if(Bt(e)){var r=e[m];r.values.get(t)?r.write(t,n):r.addObservableProp(t,n,r.defaultEnhancer)}else if(It(e))e.set(t,n);else{if(!Dt(e))return u(!1);"number"!=typeof t&&(t=parseInt(t,10)),c(t>=0,"Not a valid index: '"+t+"'"),Se(),t>=e.length&&(e.length=t+1),e[t]=n,Ae()}else{Se();var o=t;try{for(var i in o)st(e,i,o[i])}finally{Ae()}}}function ut(e,t){return Bt(e)?Mt(e).has(t):It(e)?e.has(t):Dt(e)?t>=0&&t<e.length:u(!1)}var ct={detectCycles:!0,exportMapsAsObjects:!0,recurseEverything:!1};function lt(e,t,n,r){return r.detectCycles&&e.set(t,n),n}function ft(){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 ge.trackingDerivation;case 1:return Lt(e[0]);case 2:return Lt(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 pt(e,t){void 0===t&&(t=void 0),Se();try{return e.apply(t)}finally{Ae()}}function ht(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=Ke(function(t){e()&&(t.dispose(),r&&clearTimeout(r),o())},n);return i}function vt(e){return e[m]}var dt={has:function(e,t){if(t===m||"constructor"===t||t===A)return!0;var n=vt(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=vt(e),r=n.values.get(t);return r instanceof x?r.get():("string"==typeof t&&n.has(t),e[t])},set:function(e,t,n){return"string"==typeof t&&(st(e,t,n),!0)},deleteProperty:function(e,t){return"string"==typeof t&&(vt(e).remove(t),!0)},ownKeys:function(e){return vt(e).keysAtom.reportObserved(),Reflect.ownKeys(e)},preventExtensions:function(e){return u("Dynamic observable objects cannot be frozen"),!1}};function yt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function bt(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 gt(e,t){var n=fe();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{pe(n)}}function mt(e){return void 0!==e.changeListeners&&e.changeListeners.length>0}function xt(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 Ot(e,t){var n=fe(),r=e.changeListeners;if(r){for(var o=0,i=(r=r.slice()).length;o<i;o++)r[o](t);pe(n)}}var wt={get:function(e,t){return t===m?e[m]:"length"===t?e[m].getArrayLength():"number"==typeof t?At.get.call(e,t):"string"!=typeof t||isNaN(t)?At.hasOwnProperty(t)?At[t]:e[t]:At.get.call(e,parseInt(t))},set:function(e,t,n){return"length"===t?(e[m].setArrayLength(n),!0):"number"==typeof t?(At.set.call(e,t,n),!0):!isNaN(t)&&(At.set.call(e,parseInt(t),n),!0)},preventExtensions:function(e){return u("Observable arrays cannot be frozen"),!1}};var St=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 bt(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}),xt(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;se(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),yt(this)){var a=gt(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=mt(this),i=o||r?{object:this.proxy,type:"update",index:e,newValue:t,oldValue:n}:null;this.atom.reportChanged(),o&&Ot(this,i)},e.prototype.notifyArraySplice=function(e,t,n){var r=!this.owned&&!1,o=mt(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&&Ot(this,i)},e}(),At={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){se(n.atom);var o=r[e];if(yt(n)){var i=gt(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){At[e]=function(){var t=this[m];t.atom.reportObserved();var n=t.dehanceValues(t.values);return n[e].apply(n,arguments)}});var _t,Et=y("ObservableArrayAdministration",St);function Dt(e){return p(e)&&Et(e[m])}var jt={},Tt=function(){function e(e,t,n){if(void 0===t&&(t=C),void 0===n&&(n="ObservableMap@"+s()),this.enhancer=t,this.name=n,this[_t]=jt,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(yt(this)){var r=gt(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(yt(this)&&!(r=gt(this,{type:"delete",object:this,name:e})))return!1;if(this._has(e)){var n=mt(this),r=n?{type:"delete",object:this,oldValue:this._data.get(e).value,name:e}:null;return pt(function(){t._keysAtom.reportChanged(),t._updateHasMapEntry(e,!1),t._data.get(e).setNewValue(void 0),t._data.delete(e)}),n&&Ot(this,r),!0}return!1},e.prototype._updateHasMapEntry=function(e,t){var n=this._hasMap.get(e);return n?n.setNewValue(t):(n=new ee(t,P,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))!==Z){var r=mt(this),o=r?{type:"update",object:this,oldValue:n.value,name:e,newValue:t}:null;0,n.setNewValue(t),r&&Ot(this,o)}},e.prototype._addValue=function(e,t){var n=this;se(this._keysAtom),pt(function(){var r=new ee(t,n.enhancer,n.name+"."+e,!1);n._data.set(e,r),t=r.value,n._updateHasMapEntry(e,!0),n._keysAtom.reportChanged()});var r=mt(this),o=r?{type:"add",object:this,name:e,newValue:t}:null;r&&Ot(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 qt({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 qt({next:function(){if(t<n.length){var r=n[t++];return{value:[r,e.get(r)],done:!1}}return{done:!0}}})},e.prototype[(_t=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 It(e)&&(e=e.toJS()),pt(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;pt(function(){le(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 pt(function(){var n,o=h(n=e)?Object.keys(n):Array.isArray(n)?n.map(function(e){return r(e,1)[0]}):b(n)||It(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 xt(this,e)},e.prototype.intercept=function(e){return bt(this,e)},e}(),It=y("ObservableMap",Tt),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 ne)r.set(t);else{if(yt(this)){if(!(i=gt(this,{type:"update",object:this.proxy||n,name:e,newValue:t})))return;t=i.newValue}if((t=r.prepareNewValue(t))!==Z){var o=mt(this),i=o?{type:"update",object:this.proxy||n,oldValue:r.value,name:e,newValue:t}:null;0,r.setNewValue(t),o&&Ot(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 ee(r,P,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(yt(this)){var o=gt(this,{object:this.proxy||r,name:e,type:"add",newValue:t});if(!o)return;t=o.newValue}var i=new ee(t,n,this.name+"."+e,!1);this.values.set(e,i),t=i.value,Object.defineProperty(r,e,function(e){return Vt[e]||(Vt[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 ne(n)),(e===r||d(e,t))&&Object.defineProperty(e,t,function(e){return kt[e]||(kt[e]={configurable:!0,enumerable:!1,get:function(){return Rt(this).read(e)},set:function(t){Rt(this).write(e,t)}})}(t))},e.prototype.remove=function(e){if(this.values.has(e)){var t=this.target;if(yt(this))if(!(a=gt(this,{object:this.proxy||t,name:e,type:"remove"})))return;try{Se();var n=mt(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&&Ot(this,a)}finally{Ae()}}},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 xt(this,e)},e.prototype.intercept=function(e){return bt(this,e)},e.prototype.notifyPropertyAddition=function(e,t){var n=mt(this),r=n?{type:"add",object:this.proxy||this.target,name:e,newValue:t}:null;if(n&&Ot(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 ee&&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 Pt(e,t,n){if(void 0===t&&(t=""),void 0===n&&(n=C),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 Vt=Object.create(null),kt=Object.create(null);function Rt(e){var t=e[m];return t||(j(e),e[m])}var Nt=y("ObservableObjectAdministration",Ct);function Bt(e){return!!p(e)&&(j(e),Nt(e[m]))}function Lt(e,t){if("object"==typeof e&&null!==e){if(Dt(e))return void 0!==t&&u(!1),e[m].atom;if(It(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],Bt(e))return t?((r=e[m].values.get(t))||u(!1),r):u(!1);if(O(e)||re(e)||Pe(e))return e}else if("function"==typeof e&&Pe(e[m]))return e[m];return u(!1)}function Mt(e,t){return e||u("Expecting some object"),void 0!==t?Mt(Lt(e,t)):O(e)||re(e)||Pe(e)?e:It(e)?e:(j(e),e[m]?e[m]:void u(!1))}function Ut(e,t){return(void 0!==t?Lt(e,t):Bt(e)||It(e)?Mt(e):Lt(e)).name}var Gt=Object.prototype.toString;function Kt(e,t){return zt(e,t)}function zt(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=Wt(e),t=Wt(t);var o=Gt.call(e);if(o!==Gt.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(!zt(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],!Ht(t,c)||!zt(e[c],t[c],n,r))return!1}return n.pop(),r.pop(),!0}(e,t,n,r)}function Wt(e){return Dt(e)?e.slice():b(e)||It(e)?Array.from(e.entries()):e}function Ht(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function qt(e){return e[Symbol.iterator]=Jt,e}function Jt(){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:Ne,extras:{getDebugName:Ut},$mobx:m}),exports.Reaction=De,exports.untracked=le,exports.createAtom=w,exports.spy=Ne,exports.comparer=S,exports.isObservableObject=Bt,exports.isBoxedObservable=te,exports.isObservableArray=Dt,exports.ObservableMap=Tt,exports.isObservableMap=It,exports.transaction=pt,exports.observable=K,exports.computed=q,exports.isObservable=it,exports.isObservableProp=function(e,t){return"string"!=typeof t?u(!1):ot(e,t)},exports.isComputed=rt,exports.isComputedProp=function(e,t){return"string"!=typeof t?u(!1):nt(e,t)},exports.extendObservable=Xe,exports.observe=function(e,t,n,r){return"function"==typeof n?function(e,t,n,r){return Mt(e,t).observe(n,r)}(e,t,n,r):function(e,t,n){return Mt(e).observe(t,n)}(e,t,n)},exports.intercept=function(e,t,n){return"function"==typeof n?function(e,t,n){return Mt(e,t).intercept(n)}(e,t,n):function(e,t){return Mt(e).intercept(t)}(e,t)},exports.autorun=Ke,exports.reaction=function(e,t,n){void 0===n&&(n=a);var r,o,i,u=n.name||"Reaction@"+s(),c=Me(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=We(n),p=!0,h=!1,v=n.compareStructural?S.structural:n.equals||S.default,d=new De(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=ht(e,o,t({},n,{onError:i}));r=function(){a(),i("WHEN_CANCELLED")}});return o.cancel=r,o}(e,n):ht(e,n,r||{})},exports.action=Me,exports.isAction=Ue,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=at,exports.values=function(e){return Bt(e)?at(e).map(function(t){return e[t]}):It(e)?at(e).map(function(t){return e.get(t)}):Dt(e)?e.slice():u(!1)},exports.entries=function(e){return Bt(e)?at(e).map(function(t){return[t,e[t]]}):It(e)?at(e).map(function(t){return[t,e.get(t)]}):Dt(e)?e.map(function(e,t){return[t,e]}):u(!1)},exports.set=st,exports.remove=function(e,t){if(Bt(e))e[m].remove(t);else if(It(e))e.delete(t);else{if(!Dt(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=ut,exports.get=function(e,t){if(ut(e,t))return Bt(e)?e[t]:It(e)?e.get(t):Dt(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'")}ge.enforceActions=i,ge.allowStateChanges=!0!==i&&"strict"!==i}void 0!==n&&(ge.computedRequiresReaction=!!n),!0===e.isolateGlobalState&&((ge.pendingReactions.length||ge.inBatch||ge.isRunningReactions)&&u("isolateGlobalState should be called before MobX is running any reactions"),be=!0,ye&&(0==--me().__mobxInstanceCount&&(me().__mobxGlobals=void 0),ge=new de)),void 0!==r&&(!0===r&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),ge.disableErrorBoundaries=!!r),o&&Ve(o)},exports.onBecomeObserved=He,exports.onBecomeUnobserved=qe,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=++et,i=Me(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=Me(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=Me(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=Me(t+" - runid: "+o+" - cancel",function(){try{a&&tt(a);var e=i.return(),t=Promise.resolve(e.value);t.then(f,f),tt(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=ct),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&&!it(t))return t;if("object"!=typeof t)return t;if(null===t)return null;if(t instanceof Date)return t;if(te(t))return e(t.get(),n,r);if(it(t)&&at(t),!0===n.detectCycles&&null!==t&&r.has(t))return r.get(t);if(Dt(t)||Array.isArray(t)){var o=lt(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(It(t)||Object.getPrototypeOf(t)===Map.prototype){if(!1===n.exportMapsAsObjects){var u=lt(r,t,new Map,n);return t.forEach(function(t,o){u.set(o,e(t,n,r))}),u}var c=lt(r,t,{},n);return t.forEach(function(t,o){c[o]=e(t,n,r)}),c}var l=lt(r,t,{},n);for(var f in t)l[f]=e(t[f],n,r);return l}(e,t,n)},exports.trace=ft,exports.getDependencyTree=$e,exports.getObserverTree=function(e,t){return Ze(Lt(e,t))},exports._resetGlobalState=function(){var e=new de;for(var t in e)-1===ve.indexOf(t)&&(ge[t]=e[t]);ge.allowStateChanges=!ge.enforceActions},exports._getGlobalState=function(){return ge},exports.getDebugName=Ut,exports.getAtom=Lt,exports._getAdministration=Mt,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=ge.computationDepth;ge.computationDepth=0;try{t=e()}finally{ge.computationDepth=n}return t},exports.isArrayLike=function(e){return Array.isArray(e)||Dt(e)},exports.$mobx=m,exports._isComputingDerivation=function(){return null!==ge.trackingDerivation},exports.onReactionError=function(e){return ge.globalReactionErrorHandlers.push(e),function(){var t=ge.globalReactionErrorHandlers.indexOf(e);t>=0&&ge.globalReactionErrorHandlers.splice(t,1)}},exports._interceptReads=function(e,t,n){var r;if(It(e)||Dt(e)||te(e))r=Mt(e);else{if(!Bt(e))return u(!1);if("string"!=typeof t)return u(!1);r=Mt(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 Jt(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;Bt(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:Kt(e)||jt(e)||Nt(e)||kt(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 Jt(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 It(e,G(r),r.name)},set:function(e,t){arguments.length>2&&H("set");var r=R(t);return new Pt(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]||{};Bt(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){var r=function(){return Y(e,t,this,arguments)};return r.isMobxAction=!0,r}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){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))};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?zt(t,r):zt(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),Bt(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(zt(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===Kt(e))return!1;if(!e[x].values.has(t))return!1;var r=zt(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?!!Kt(e)&&e[x].values.has(t):Kt(e)||!!e[x]||w(e)||Ve(e)||oe(e))}function at(e){return 1!==arguments.length&&u(!1),it(e)}function st(e){return Kt(e)?e[x].getKeys():Nt(e)?Array.from(e.keys()):kt(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(Kt(e)){var n=e[x];n.values.get(t)?n.write(t,r):n.addObservableProp(t,r,n.defaultEnhancer)}else if(Nt(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 Kt(e)?Ht(e).has(t):Nt(e)?e.has(t):kt(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 zt(e[0]);case 2:return zt(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={},It=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]=Tt,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+"."+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+"."+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 $t({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 $t({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 Nt(e)&&(e=e.toJS()),ht(function(){if(h(e))Object.keys(e).forEach(function(r){return t.set(r,e[r])});else if(Array.isArray(e))e.forEach(function(e){var r=n(e,2),o=r[0],i=r[1];return t.set(o,i)});else if(b(e)){if(e.constructor!==Map)return u("Cannot initialize from classes that inherit from Map: "+e.constructor.name);e.forEach(function(e,r){return t.set(r,e)})}else 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)||Nt(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[""+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 Ot(this,e)},e.prototype.intercept=function(e){return gt(this,e)},e}(),Nt=y("ObservableMap",It),Vt={},Pt=function(){function e(e,t,r){if(void 0===t&&(t=N),void 0===r&&(r="ObservableSet@"+s()),this.name=r,this[Ct]=Vt,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 $t({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 $t({next:function(){return t<r.length?{value:e.dehanceValue(r[t++]),done:!1}:{done:!0}}})},e.prototype.replace=function(e){var t=this;return kt(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[(Ct=x,Symbol.iterator)]=function(){return this.values()},e}(),kt=y("ObservableSet",Pt),Rt=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 Lt[e]||(Lt[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 Mt[e]||(Mt[e]={configurable:!1,enumerable:!1,get:function(){return Ut(this).read(e)},set:function(t){Ut(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 Bt(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 Rt(e,new Map,t,r);return v(e,x,n),n}var Lt=Object.create(null),Mt=Object.create(null);function Ut(e){var t=e[x];return t||(C(e),e[x])}var Gt=y("ObservableObjectAdministration",Rt);function Kt(e){return!!p(e)&&(C(e),Gt(e[x]))}function zt(e,t){if("object"==typeof e&&null!==e){if(jt(e))return void 0!==t&&u(!1),e[x].atom;if(kt(e))return e[x];if(Nt(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],Kt(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 Ht(e,t){return e||u("Expecting some object"),void 0!==t?Ht(zt(e,t)):w(e)||oe(e)||Ve(e)?e:Nt(e)||kt(e)?e:(C(e),e[x]?e[x]:void u(!1))}function Wt(e,t){return(void 0!==t?zt(e,t):Kt(e)||Nt(e)||kt(e)?Ht(e):zt(e)).name}var qt=Object.prototype.toString;function Jt(e,t){return Xt(e,t)}function Xt(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=Yt(e),t=Yt(t);var o=qt.call(e);if(o!==qt.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(!Xt(e[u],t[u],r,n))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],!Ft(t,c)||!Xt(e[c],t[c],r,n))return!1}return r.pop(),n.pop(),!0}(e,t,r,n)}function Yt(e){return jt(e)?e.slice():b(e)||Nt(e)?Array.from(e.entries()):g(e)||kt(e)?Array.from(e.entries()):e}function Ft(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function $t(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:Be,extras:{getDebugName:Wt},$mobx:x}),exports.Reaction=je,exports.untracked=fe,exports.createAtom=S,exports.spy=Be,exports.comparer=A,exports.isObservableObject=Kt,exports.isBoxedObservable=re,exports.isObservableArray=jt,exports.ObservableMap=It,exports.isObservableMap=Nt,exports.ObservableSet=Pt,exports.isObservableSet=kt,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 Ht(e,t).observe(r,n)}(e,t,r,n):function(e,t,r){return Ht(e).observe(t,r)}(e,t,r)},exports.intercept=function(e,t,r){return"function"==typeof r?function(e,t,r){return Ht(e,t).intercept(r)}(e,t,r):function(e,t){return Ht(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 Kt(e)?st(e).map(function(t){return e[t]}):Nt(e)?st(e).map(function(t){return e.get(t)}):kt(e)?Array.from(e.values()):jt(e)?e.slice():u(!1)},exports.entries=function(e){return Kt(e)?st(e).map(function(t){return[t,e[t]]}):Nt(e)?st(e).map(function(t){return[t,e.get(t)]}):kt(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(Kt(e))e[x].remove(t);else if(Nt(e))e.delete(t);else if(kt(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 Kt(e)?e[t]:Nt(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(kt(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(Nt(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(zt(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=Wt,exports.getAtom=zt,exports._getAdministration=Ht,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(Nt(e)||jt(e)||re(e))n=Ht(e);else{if(!Kt(e))return u(!1);if("string"!=typeof t)return u(!1);n=Ht(e,t)}return void 0!==n.dehancer?u(!1):(n.dehancer="function"==typeof t?t:r,function(){n.dehancer=void 0})};