@ngxs/store
Version:
16 lines (14 loc) • 33.4 kB
JavaScript
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@ngxs/store/internals"),require("@angular/common"),require("rxjs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@ngxs/store",["exports","@angular/core","@ngxs/store/internals","@angular/common","rxjs","rxjs/operators"],e):e(((t=t||self).ngxs=t.ngxs||{},t.ngxs.store={}),t.ng.core,t.ngxs.store.internals,t.ng.common,t.rxjs,t.rxjs.operators)}(this,(function(t,e,n,r,o,i){"use strict";
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var a=function(t,e){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function u(t,e){function n(){this.constructor=t}a(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var s,c=function(){return(c=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function p(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function f(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,o,i=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function l(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(f(arguments[e]));return t}var h={STATE_NAME:"STATE_NAME",STATE_UNIQUE:"STATE_UNIQUE",STATE_NAME_PROPERTY:"STATE_NAME_PROPERTY",STATE_DECORATOR:"STATE_DECORATOR",INCORRECT_PRODUCTION:"INCORRECT_PRODUCTION",INCORRECT_DEVELOPMENT:"INCORRECT_DEVELOPMENT",SELECT_FACTORY_NOT_CONNECTED:"SELECT_FACTORY_NOT_CONNECTED",ACTION_DECORATOR:"ACTION_DECORATOR",SELECTOR_DECORATOR:"SELECTOR_DECORATOR",ZONE_WARNING:"ZONE_WARNING",PATCHING_ARRAY:"PATCHING_ARRAY",PATCHING_PRIMITIVE:"PATCHING_PRIMITIVE",UNDECORATED_STATE_IN_IVY:"UNDECORATED_STATE_IN_IVY"},y=((s={})[h.STATE_NAME]=function(t){return t+" is not a valid state name. It needs to be a valid object property name."},s[h.STATE_NAME_PROPERTY]=function(){return"States must register a 'name' property"},s[h.STATE_UNIQUE]=function(t,e,n){return"State name '"+t+"' from "+e+" already exists in "+n},s[h.STATE_DECORATOR]=function(){return"States must be decorated with @State() decorator"},s[h.INCORRECT_PRODUCTION]=function(){return"Angular is running in production mode but NGXS is still running in the development mode!\nPlease set developmentMode to false on the NgxsModule options when in production mode.\nNgxsModule.forRoot(states, { developmentMode: !environment.production })"},s[h.INCORRECT_DEVELOPMENT]=function(){return"RECOMMENDATION: Set developmentMode to true on the NgxsModule when Angular is running in development mode.\nNgxsModule.forRoot(states, { developmentMode: !environment.production })"},s[h.SELECT_FACTORY_NOT_CONNECTED]=function(){return"You have forgotten to import the NGXS module!"},s[h.ACTION_DECORATOR]=function(){return"@Action() decorator cannot be used with static methods"},s[h.SELECTOR_DECORATOR]=function(){return"Selectors only work on methods"},s[h.ZONE_WARNING]=function(){return"Your application was bootstrapped with nooped zone and your execution strategy requires an actual NgZone!\nPlease set the value of the executionStrategy property to NoopNgxsExecutionStrategy.\nNgxsModule.forRoot(states, { executionStrategy: NoopNgxsExecutionStrategy })"},s[h.PATCHING_ARRAY]=function(){return"Patching arrays is not supported."},s[h.PATCHING_PRIMITIVE]=function(){return"Patching primitives is not supported."},s[h.UNDECORATED_STATE_IN_IVY]=function(t){return"'"+t+"' class should be decorated with @Injectable() right after the @State() decorator"},s),d=function(){function t(t,e){this._ngZone=t,this._platformId=e,this.verifyZoneIsNotNooped(this._ngZone)}return t.prototype.enter=function(t){return r.isPlatformServer(this._platformId)?this.runInsideAngular(t):this.runOutsideAngular(t)},t.prototype.leave=function(t){return this.runInsideAngular(t)},t.prototype.runInsideAngular=function(t){return e.NgZone.isInAngularZone()?t():this._ngZone.run(t)},t.prototype.runOutsideAngular=function(t){return e.NgZone.isInAngularZone()?this._ngZone.runOutsideAngular(t):t()},t.prototype.verifyZoneIsNotNooped=function(t){t instanceof e.NgZone||console.warn(y[h.ZONE_WARNING]())},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:e.NgZone},{type:String,decorators:[{type:e.Inject,args:[e.PLATFORM_ID]}]}]},t}();var g=new e.InjectionToken("ROOT_STATE_TOKEN"),S=new e.InjectionToken("FEATURE_STATE_TOKEN"),v=new e.InjectionToken("NGXS_PLUGINS"),_=new e.InjectionToken("NG_TEST_MODE"),O=new e.InjectionToken("NG_DEV_MODE"),E="NGXS_META",T="NGXS_OPTIONS_META",m="NGXS_SELECTOR_META",A=function(){function t(){this.defaultsState={},this.selectorOptions={injectContainerState:!0,suppressErrors:!0},this.compatibility={strictContentSecurityPolicy:!1},this.executionStrategy=d}return t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[]},t}();var N=function(t,e,n){this.previousValue=t,this.currentValue=e,this.firstChange=n};var I=new e.InjectionToken("NGXS_EXECUTION_STRATEGY");function b(t){return t.constructor&&t.constructor.type?t.constructor.type:t.type}var R=function(t,e,n){t=c({},t);var r=e.split("."),o=r.length-1;return r.reduce((function(t,e,r){return t[e]=r===o?n:Array.isArray(t[e])?t[e].slice():c({},t[e]),t&&t[e]}),t),t},C=function(t,e){return e.split(".").reduce((function(t,e){return t&&t[e]}),t)},x=function(t){return t&&"object"==typeof t&&!Array.isArray(t)},P=function(t){for(var e,n,r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];if(!r.length)return t;var i=r.shift();if(x(t)&&x(i))for(var a in i)x(i[a])?(t[a]||Object.assign(t,((e={})[a]={},e)),P(t[a],i[a])):Object.assign(t,((n={})[a]=i[a],n));return P.apply(void 0,l([t],r))};function w(t){if(!t.hasOwnProperty(E)){var e={name:null,actions:{},defaults:{},path:null,makeRootSelector:function(t){return t.getStateGetter(e.name)},children:[]};Object.defineProperty(t,E,{value:e})}return j(t)}function j(t){return t[E]}function M(t){if(!t.hasOwnProperty(m)){Object.defineProperty(t,m,{value:{makeRootSelector:null,originalFn:null,containerClass:null,selectorName:null,getSelectorOptions:function(){return{}}}})}return D(t)}function D(t){return t[m]}function F(t,e){return e&&e.compatibility&&e.compatibility.strictContentSecurityPolicy?function(t){var e=t.slice();return(function(t){return e.reduce((function(t,e){return t&&t[e]}),t)})}(t):function(t){for(var e=t,n="store."+e[0],r=0,o=e.length,i=n;++r<o;)i=i+" && "+(n=n+"."+e[r]);return new Function("store","return "+i+";")}(t)}function k(t,e){var n=C(e.currentAppState,t.path),r=C(e.newAppState,t.path);return new N(n,r,!t.isInitialised)}function U(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return L(t,["DISPATCHED"])}function L(t,e,n){void 0===n&&(n=V);var r=t.reduce((function(t,e){return t[b(e)]=!0,t}),{}),o=e&&function(t){return t.reduce((function(t,e){return t[e]=!0,t}),{})}(e);return function(t){return t.pipe(function(t,e){return i.filter((function(n){var r=b(n.action),o=t[r],i=!e||e[n.status];return o&&i}))}(r,o),n())}}function G(){return i.map((function(t){var e=t.action,n=t.status;return({action:e,result:{successful:"SUCCESSFUL"===n,canceled:"CANCELED"===n,error:t.error}})}))}function V(){return i.map((function(t){return t.action}))}function B(t){return function(e){return new o.Observable((function(n){return e.subscribe({next:function(e){t.leave((function(){return n.next(e)}))},error:function(e){t.leave((function(){return n.error(e)}))},complete:function(){t.leave((function(){return n.complete()}))}})}))}}var H=function(){function t(t){this._executionStrategy=t}return t.prototype.enter=function(t){return this._executionStrategy.enter(t)},t.prototype.leave=function(t){return this._executionStrategy.leave(t)},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:void 0,decorators:[{type:e.Inject,args:[I]}]}]},t}();var Y=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._itemQueue=[],e._busyPushingNext=!1,e}return u(e,t),e.prototype.next=function(e){if(this._busyPushingNext)this._itemQueue.unshift(e);else{for(this._busyPushingNext=!0,t.prototype.next.call(this,e);this._itemQueue.length>0;){var n=this._itemQueue.pop();t.prototype.next.call(this,n)}this._busyPushingNext=!1}},e}(o.Subject);var Z=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return u(n,t),n.decorators=[{type:e.Injectable}],n}(Y),X=function(t){function n(e,n){return t.call(this,(function(t){var r=e.pipe(B(n)).subscribe({next:function(e){return t.next(e)},error:function(e){return t.error(e)},complete:function(){return t.complete()}});t.add(r)}))||this}return u(n,t),n.decorators=[{type:e.Injectable}],n.ctorParameters=function(){return[{type:Z},{type:H}]},n}(o.Observable),q=function(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var r=t.shift();return r.apply(void 0,l(e,[function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return q(t).apply(void 0,l(e))}]))}},W=function(t){function n(){return t.call(this,{})||this}return u(n,t),n.decorators=[{type:e.Injectable}],n.ctorParameters=function(){return[]},n}(o.BehaviorSubject),z=function(){function t(t,e){this._parentManager=t,this._pluginHandlers=e,this.plugins=[],this.registerHandlers()}return Object.defineProperty(t.prototype,"rootPlugins",{get:function(){return this._parentManager&&this._parentManager.plugins||this.plugins},enumerable:!0,configurable:!0}),t.prototype.registerHandlers=function(){var t,e=this.getPluginHandlers();(t=this.rootPlugins).push.apply(t,l(e))},t.prototype.getPluginHandlers=function(){return(this._pluginHandlers||[]).map((function(t){return t.handle?t.handle.bind(t):t}))},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:t,decorators:[{type:e.Optional},{type:e.SkipSelf}]},{type:Array,decorators:[{type:e.Inject,args:[v]},{type:e.Optional}]}]},t}();var Q=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return u(n,t),n.decorators=[{type:e.Injectable}],n}(o.Subject),K=function(){function t(t,e,n,r,o,i){this._errorHandler=t,this._actions=e,this._actionResults=n,this._pluginManager=r,this._stateStream=o,this._ngxsExecutionStrategy=i}return t.prototype.dispatch=function(t){var e=this,n=this._ngxsExecutionStrategy.enter((function(){return e.dispatchByEvents(t)}));return n.subscribe({error:function(t){return e._ngxsExecutionStrategy.leave((function(){try{e._errorHandler.handleError(t)}catch(t){}}))}}),n.pipe(B(this._ngxsExecutionStrategy))},t.prototype.dispatchByEvents=function(t){var e=this;return Array.isArray(t)?0===t.length?o.of(this._stateStream.getValue()):o.forkJoin(t.map((function(t){return e.dispatchSingle(t)}))):this.dispatchSingle(t)},t.prototype.dispatchSingle=function(t){var e=this;if(!b(t)){var n=new Error("This action doesn't have a type property: "+t.constructor.name);return o.throwError(n)}var r=this._stateStream.getValue(),a=this._pluginManager.plugins;return q(l(a,[function(t,n){t!==r&&e._stateStream.next(t);var o=e.getActionResultStream(n);return o.subscribe((function(t){return e._actions.next(t)})),e._actions.next({action:n,status:"DISPATCHED"}),e.createDispatchObservable(o)}]))(r,t).pipe(i.shareReplay())},t.prototype.getActionResultStream=function(t){return this._actionResults.pipe(i.filter((function(e){return e.action===t&&"DISPATCHED"!==e.status})),i.take(1),i.shareReplay())},t.prototype.createDispatchObservable=function(t){var e=this;return t.pipe(i.exhaustMap((function(t){switch(t.status){case"SUCCESSFUL":return o.of(e._stateStream.getValue());case"ERRORED":return o.throwError(t.error);default:return o.EMPTY}}))).pipe(i.shareReplay())},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:e.ErrorHandler},{type:Z},{type:Q},{type:z},{type:W},{type:H}]},t}();var J=function(t){Object.freeze(t);var e="function"==typeof t,n=Object.prototype.hasOwnProperty;return Object.getOwnPropertyNames(t).forEach((function(r){!n.call(t,r)||e&&("caller"===r||"callee"===r||"arguments"===r)||null===t[r]||"object"!=typeof t[r]&&"function"!=typeof t[r]||Object.isFrozen(t[r])||J(t[r])})),t},$=function(){function t(t,e){this.isDevMode=t,this.isTestMode=e}return t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:void 0,decorators:[{type:e.Inject,args:[O]}]},{type:void 0,decorators:[{type:e.Inject,args:[_]}]}]},t}();var tt=function(){function t(t,e){this._host=t,this._config=e}return Object.defineProperty(t.prototype,"isIncorrectProduction",{get:function(){return!this._host.isDevMode()&&this._config.developmentMode},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isIncorrectDevelopment",{get:function(){return this._host.isDevMode()&&!this._config.developmentMode},enumerable:!0,configurable:!0}),t.prototype.verifyDevMode=function(){this._host.isTestMode()||(this.isIncorrectProduction?console.warn(y[h.INCORRECT_PRODUCTION]()):this.isIncorrectDevelopment&&console.warn(y[h.INCORRECT_DEVELOPMENT]()))},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:$},{type:A}]},t}();var et=function(){function t(t,e,n,r){this._stateStream=t,this._dispatcher=e,this._config=n,r.verifyDevMode()}return t.prototype.getRootStateOperations=function(){var t=this,e={getState:function(){return t._stateStream.getValue()},setState:function(e){return t._stateStream.next(e)},dispatch:function(e){return t._dispatcher.dispatch(e)}};return this._config.developmentMode?this.ensureStateAndActionsAreImmutable(e):e},t.prototype.ensureStateAndActionsAreImmutable=function(t){return{getState:function(){return t.getState()},setState:function(e){var n=J(e);return t.setState(n)},dispatch:function(e){return t.dispatch(e)}}},t.prototype.setStateToTheCurrentWithNew=function(t){var e=this.getRootStateOperations(),n=e.getState();e.setState(c({},n,t.defaults))},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:W},{type:K},{type:A},{type:tt}]},t}();var nt=function(){function t(t){this._internalStateOperations=t}return t.prototype.createStateContext=function(t){var e=this._internalStateOperations.getRootStateOperations();function n(e){return C(e,t.path)}function r(n,r){var o=R(n,t.path,r),i=t.instance;if(i.ngxsOnChanges){var a=k(t,{currentAppState:n,newAppState:o});i.ngxsOnChanges(a)}return e.setState(o),o}function o(t,e){return r(t,e(n(t)))}return{getState:function(){return n(e.getState())},patchState:function(t){return o(e.getState(),function(t){return function(e){if(Array.isArray(t))throw new Error(y[h.PATCHING_ARRAY]());if("object"!=typeof t)throw new Error(y[h.PATCHING_PRIMITIVE]());var n=c({},e);for(var r in t)n[r]=t[r];return(n)}}(t))},setState:function(t){var n=e.getState();return"function"==typeof t?o(n,t):r(n,t)},dispatch:function(t){return e.dispatch(t)}}},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:et}]},t}();var rt=function(){function t(){}return t.stateNameErrorMessage=function(t){return y[h.STATE_NAME](t)},t.checkCorrectStateName=function(t){if(!t)throw new Error(y[h.STATE_NAME_PROPERTY]());if(!this.stateNameRegex.test(t))throw new Error(this.stateNameErrorMessage(t))},t.checkStateNameIsUnique=function(t,e){var n=this.getValidStateMeta(t).name,r=e[n];if(r&&r!==t)throw new Error(y[h.STATE_UNIQUE](n,t.name,r.name));return n},t.getValidStateMeta=function(t){var e=j(t);if(!e)throw new Error(y[h.STATE_DECORATOR]());return e},t.stateNameRegex=new RegExp("^[a-zA-Z0-9_]+$"),t}();var ot=function(){function t(t,e,r,o,i,a,u){var s=this;this._injector=t,this._config=e,this._parentFactory=r,this._actions=o,this._actionResults=i,this._stateContextFactory=a,this._initialState=u,this._actionsSubscription=null,this._states=[],this._statesByName={},this._statePaths={},this.getRuntimeSelectorContext=n.memoize((function(){var t=s;function e(e){var n=t.statePaths[e];return n?F(n.split("."),t._config):null}return s._parentFactory?s._parentFactory.getRuntimeSelectorContext():{getStateGetter:function(t){var n=e(t);return n||function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return n||(n=e(t)),n?n.apply(void 0,l(r)):void 0}},getSelectorOptions:function(e){var n=t._config.selectorOptions;return c({},n,e||{})}}}))}return Object.defineProperty(t.prototype,"states",{get:function(){return this._parentFactory?this._parentFactory.states:this._states},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"statesByName",{get:function(){return this._parentFactory?this._parentFactory.statesByName:this._statesByName},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"statePaths",{get:function(){return this._parentFactory?this._parentFactory.statePaths:this._statePaths},enumerable:!0,configurable:!0}),t.cloneDefaults=function(t){var e,n={};return Array.isArray(t)?n=t.slice():n="object"==typeof(e=t)&&null!==e||"function"==typeof e?c({},t):void 0===t?{}:t,n},t.checkStatesAreValid=function(t){t.forEach(rt.getValidStateMeta)},t.prototype.ngOnDestroy=function(){this._actionsSubscription.unsubscribe()},t.prototype.add=function(e){var n,r;t.checkStatesAreValid(e);var o=this.addToStatesMap(e).newStates;if(!o.length)return[];var i,a,u,s,c=function(t){var e=function(e){var n=t.find((function(t){return t===e}));if(!n)throw new Error("Child state not found: "+e+". \r\nYou may have forgotten to add states to module");return(n[E].name)};return t.reduce((function(t,n){var r=n[E],o=r.name,i=r.children;return t[o]=(i||[]).map(e),t}),{})}(o),f=(i=c,a=[],u={},s=function(t,e){void 0===e&&(e=[]),Array.isArray(e)||(e=[]),e.push(t),u[t]=!0,i[t].forEach((function(n){if(e.indexOf(n)>=0)throw new Error("Circular dependency '"+n+"' is required by '"+t+"': "+e.join(" -> "));u[n]||s(n,e.slice(0))})),a.indexOf(t)<0&&a.push(t)},Object.keys(i).forEach((function(t){return s(t)})),a.reverse()),l=function(t,e){void 0===e&&(e={});var n=function(t,e){for(var r in t)if(t.hasOwnProperty(r)&&t[r].indexOf(e)>=0){var o=n(t,r);return null!==o?o+"."+r:r}return null};for(var r in t)if(t.hasOwnProperty(r)){var o=n(t,r);e[r]=o?o+"."+r:r}return e}(c),h=o.reduce((function(t,e){return t[e[E].name]=e,t}),{}),y=[];try{for(var d=p(f),g=d.next();!g.done;g=d.next()){var S=g.value,v=h[S],_=l[S],O=v[E];this.addRuntimeInfoToMeta(O,_);var T={name:S,path:_,isInitialised:!1,actions:O.actions,instance:this._injector.get(v),defaults:t.cloneDefaults(O.defaults)};this.hasBeenMountedAndBootstrapped(S,_)||y.push(T),this.states.push(T)}}catch(t){n={error:t}}finally{try{g&&!g.done&&(r=d.return)&&r.call(d)}finally{if(n)throw n.error}}return y},t.prototype.addAndReturnDefaults=function(t){var e=t||[],n=this.add(e);return{defaults:n.reduce((function(t,e){return R(t,e.path,e.defaults)}),{}),states:n}},t.prototype.connectActionHandlers=function(){var t=this;null===this._actionsSubscription&&(this._actionsSubscription=this._actions.pipe(i.filter((function(t){return"DISPATCHED"===t.status})),i.mergeMap((function(e){var n=e.action;return t.invokeActions(t._actions,n).pipe(i.map((function(){return{action:n,status:"SUCCESSFUL"}})),i.defaultIfEmpty({action:n,status:"CANCELED"}),i.catchError((function(t){return o.of({action:n,status:"ERRORED",error:t})})))}))).subscribe((function(e){return t._actionResults.next(e)})))},t.prototype.invokeActions=function(t,e){var n,r,a,u,s=b(e),c=[];try{for(var f=p(this.states),l=f.next();!l.done;l=f.next()){var h=l.value,y=h.actions[s];if(y)try{for(var d=p(y),g=d.next();!g.done;g=d.next()){var S=g.value,v=this._stateContextFactory.createStateContext(h);try{var _=h.instance[S.fn](v,e);_ instanceof Promise&&(_=o.from(_)),_ instanceof o.Observable?(_=_.pipe(i.defaultIfEmpty({})),S.options.cancelUncompleted&&(_=_.pipe(i.takeUntil(t.pipe(U(e)))))):_=o.of({}).pipe(i.shareReplay()),c.push(_)}catch(t){c.push(o.throwError(t))}}}catch(t){a={error:t}}finally{try{g&&!g.done&&(u=d.return)&&u.call(d)}finally{if(a)throw a.error}}}}catch(t){n={error:t}}finally{try{l&&!l.done&&(r=f.return)&&r.call(f)}finally{if(n)throw n.error}}return c.length||c.push(o.of({})),o.forkJoin(c)},t.prototype.addToStatesMap=function(t){var e,n,r=[],o=this.statesByName;try{for(var i=p(t),a=i.next();!a.done;a=i.next()){var u=a.value,s=rt.checkStateNameIsUnique(u,o);!o[s]&&(r.push(u),o[s]=u)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return{newStates:r}},t.prototype.addRuntimeInfoToMeta=function(t,e){this.statePaths[t.name]=e,t.path=e},t.prototype.hasBeenMountedAndBootstrapped=function(t,e){var n=void 0!==C(this._initialState,e);return this.statesByName[t]&&n},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:e.Injector},{type:A},{type:t,decorators:[{type:e.Optional},{type:e.SkipSelf}]},{type:Z},{type:Q},{type:nt},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[n.INITIAL_STATE_TOKEN]}]}]},t}();var it=function(){function t(t,e,n){this.internalStateOperations=t,this.stateContextFactory=e,this.bootstrapper=n}return t.prototype.ngxsBootstrap=function(t,e){var n=this;this.internalStateOperations.getRootStateOperations().dispatch(t).pipe(i.filter((function(){return!!e})),i.tap((function(){return n.invokeInit(e.states)})),i.mergeMap((function(){return n.bootstrapper.appBootstrapped$})),i.filter((function(t){return!!t}))).subscribe((function(){return n.invokeBootstrap(e.states)}))},t.prototype.invokeInit=function(t){var e,n;try{for(var r=p(t),o=r.next();!o.done;o=r.next()){var i=o.value,a=i.instance;if(a.ngxsOnChanges){var u=k(i,{currentAppState:{},newAppState:this.internalStateOperations.getRootStateOperations().getState()});a.ngxsOnChanges(u)}a.ngxsOnInit&&a.ngxsOnInit(this.getStateContext(i)),i.isInitialised=!0}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},t.prototype.invokeBootstrap=function(t){var e,n;try{for(var r=p(t),o=r.next();!o.done;o=r.next()){var i=o.value,a=i.instance;a.ngxsAfterBootstrap&&a.ngxsAfterBootstrap(this.getStateContext(i))}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},t.prototype.getStateContext=function(t){return this.stateContextFactory.createStateContext(t)},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:et},{type:nt},{type:n.NgxsBootstrapper}]},t}();var at={getOptions:function(t){return t&&t.NGXS_SELECTOR_OPTIONS_META||{}},defineOptions:function(t,e){t&&(t.NGXS_SELECTOR_OPTIONS_META=e)}};function ut(t,e,r){var o=r&&r.containerClass,i=n.memoize((function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var i=e.apply(o,t);if(i instanceof Function){var a=n.memoize.apply(null,[i]);return a}return i}));Object.setPrototypeOf(i,e);var a=function(t,e){var n=M(t);n.originalFn=t;var r=function(){return{}};e&&(n.containerClass=e.containerClass,n.selectorName=e.selectorName,r=e.getSelectorOptions||r);var o=c({},n);return n.getSelectorOptions=function(){return function(t,e){return c({},at.getOptions(t.containerClass)||{},at.getOptions(t.originalFn)||{},t.getSelectorOptions()||{},e)}(o,r())},n}(e,r);return a.makeRootSelector=function(e){var n=function(t,e,n){void 0===n&&(n=[]);var r=e.getSelectorOptions(),o=t.getSelectorOptions(r),i=function(t,e,n){void 0===t&&(t=[]);var r=[],o=0===t.length||e.injectContainerState;if(n&&o){j(n)&&r.push(n)}t&&r.push.apply(r,l(t));return r}(n,o,e.containerClass).map((function(e){return st(e)(t)}));return{selectorOptions:o,argumentSelectorFunctions:i}}(e,a,t),r=n.argumentSelectorFunctions,o=n.selectorOptions;return(function(t){var e=r.map((function(e){return e(t)}));try{return i.apply(void 0,l(e))}catch(t){if(t instanceof TypeError&&o.suppressErrors)return;throw t}})},i}function st(t){var e=D(t)||j(t);return e&&e.makeRootSelector||function(){return t}}var ct=function(){function t(t,e,n,r,o,i){this._stateStream=t,this._internalStateOperations=e,this._config=n,this._internalExecutionStrategy=r,this._stateFactory=o,this.initStateStream(i)}return t.prototype.dispatch=function(t){return this._internalStateOperations.getRootStateOperations().dispatch(t)},t.prototype.select=function(t){var e=this,n=this.getStoreBoundSelectorFn(t);return this._stateStream.pipe(i.map(n),i.catchError((function(t){var n=e._config.selectorOptions.suppressErrors;return t instanceof TypeError&&n?o.of(void 0):o.throwError(t)})),i.distinctUntilChanged(),B(this._internalExecutionStrategy))},t.prototype.selectOnce=function(t){return this.select(t).pipe(i.take(1))},t.prototype.selectSnapshot=function(t){return this.getStoreBoundSelectorFn(t)(this._stateStream.getValue())},t.prototype.subscribe=function(t){return this._stateStream.pipe(B(this._internalExecutionStrategy)).subscribe(t)},t.prototype.snapshot=function(){return this._internalStateOperations.getRootStateOperations().getState()},t.prototype.reset=function(t){return this._internalStateOperations.getRootStateOperations().setState(t)},t.prototype.getStoreBoundSelectorFn=function(t){return st(t)(this._stateFactory.getRuntimeSelectorContext())},t.prototype.initStateStream=function(t){var e=this._stateStream.value;if(!e||0===Object.keys(e).length){var n=Object.keys(this._config.defaultsState).length>0?c({},this._config.defaultsState,t):t;this._stateStream.next(n)}},t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:W},{type:et},{type:A},{type:H},{type:ot},{type:void 0,decorators:[{type:e.Optional},{type:e.Inject,args:[n.INITIAL_STATE_TOKEN]}]}]},t}();var pt=function(){function t(e,n){t.store=e,t.config=n}return t.prototype.ngOnDestroy=function(){t.store=null,t.config=null},t.store=null,t.config=null,t.decorators=[{type:e.Injectable}],t.ctorParameters=function(){return[{type:ct},{type:A}]},t}();var ft=function(){function t(){}return Object.defineProperty(t,"type",{get:function(){return"@@INIT"},enumerable:!0,configurable:!0}),t}(),lt=function(){function t(t){this.addedStates=t}return Object.defineProperty(t,"type",{get:function(){return"@@UPDATE_STATE"},enumerable:!0,configurable:!0}),t}();var ht=new o.ReplaySubject(1);var yt=function(){function t(t,n,r,o,i,a){void 0===i&&(i=[]),function(){try{var t=window.ng,n=!(!!t.probe&&!!t.coreTokens)&&e.isDevMode();ht.next(n)}catch(t){ht.next(!1)}finally{ht.complete()}}();var u=t.addAndReturnDefaults(i);n.setStateToTheCurrentWithNew(u),t.connectActionHandlers(),a.ngxsBootstrap(new ft,u)}return t.decorators=[{type:e.NgModule}],t.ctorParameters=function(){return[{type:ot},{type:et},{type:ct},{type:pt},{type:Array,decorators:[{type:e.Optional},{type:e.Inject,args:[g]}]},{type:it}]},t}(),dt=function(){function t(e,n,r,o,i){void 0===o&&(o=[]);var a=t.flattenStates(o),u=r.addAndReturnDefaults(a);u.states.length&&(n.setStateToTheCurrentWithNew(u),i.ngxsBootstrap(new lt(u.defaults),u))}return t.flattenStates=function(t){return void 0===t&&(t=[]),t.reduce((function(t,e){return t.concat(e)}),[])},t.decorators=[{type:e.NgModule}],t.ctorParameters=function(){return[{type:ct},{type:et},{type:ot},{type:Array,decorators:[{type:e.Optional},{type:e.Inject,args:[S]}]},{type:it}]},t}(),gt=function(){function t(){}return t.forRoot=function(e,r){return void 0===e&&(e=[]),void 0===r&&(r={}),{ngModule:yt,providers:l([ot,nt,X,Z,n.NgxsBootstrapper,tt,$,it,K,Q,et,H,ct,W,pt,z],e,t.ngxsTokenProviders(e,r))}},t.forFeature=function(t){return void 0===t&&(t=[]),{ngModule:dt,providers:l([ot,z],t,[{provide:S,multi:!0,useValue:t}])}},t.ngxsTokenProviders=function(r,o){return[{provide:_,useValue:n.isAngularInTestMode},{provide:O,useValue:e.isDevMode},{provide:I,useClass:o.executionStrategy||d},{provide:g,useValue:r},{provide:t.ROOT_OPTIONS,useValue:o},{provide:A,useFactory:t.ngxsConfigFactory,deps:[t.ROOT_OPTIONS]},{provide:e.APP_BOOTSTRAP_LISTENER,useFactory:t.appBootstrapListenerFactory,multi:!0,deps:[n.NgxsBootstrapper]},{provide:n.INITIAL_STATE_TOKEN,useFactory:t.getInitialState},{provide:n.NGXS_STATE_CONTEXT_FACTORY,useExisting:nt},{provide:n.NGXS_STATE_FACTORY,useExisting:ot}]},t.ngxsConfigFactory=function(t){return P(new A,t)},t.appBootstrapListenerFactory=function(t){return function(){return t.bootstrap()}},t.getInitialState=function(){return n.InitialState.pop()},t.ROOT_OPTIONS=new e.InjectionToken("ROOT_OPTIONS"),t.decorators=[{type:e.NgModule}],t}();var St=36;function vt(t,e,n){return void 0===n&&(n=[]),"string"==typeof(e=e||function(t){var e=t.length-1;return t.charCodeAt(e)===St?t.slice(0,e):t}(t))?F(n.length?l([e],n):e.split("."),pt.config):e}var _t=function(){function t(){}return t.prototype.enter=function(t){return t()},t.prototype.leave=function(t){return t()},t.decorators=[{type:e.Injectable}],t}(),Ot=function(){function t(t){var e=this;this.name=t,M(this).makeRootSelector=function(t){return t.getStateGetter(e.name)}}return t.prototype.getName=function(){return this.name},t.prototype.toString=function(){return"StateToken["+this.name+"]"},t}();t.Action=function(t,e){return function(n,r){var o,i;if(n.hasOwnProperty("prototype"))throw new Error(y[h.ACTION_DECORATOR]());var a=w(n.constructor);Array.isArray(t)||(t=[t]);try{for(var u=p(t),s=u.next();!s.done;s=u.next()){var c=s.value.type;a.actions[c]||(a.actions[c]=[]),a.actions[c].push({fn:r,options:e||{},type:c})}}catch(t){o={error:t}}finally{try{s&&!s.done&&(i=u.return)&&i.call(u)}finally{if(o)throw o.error}}}},t.Actions=X,t.InitState=ft,t.NGXS_PLUGINS=v,t.NgxsModule=gt,t.NgxsSimpleChange=N,t.NoopNgxsExecutionStrategy=_t,t.Select=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return(function(n,r){var o,i=r.toString(),a="__"+i+"__selector",u=vt(i,t,e);Object.defineProperties(n,((o={})[a]={writable:!0,enumerable:!1,configurable:!0},o[i]={enumerable:!0,configurable:!0,get:function(){return this[a]||(this[a]=function(t){if(!pt.store)throw new Error(y[h.SELECT_FACTORY_NOT_CONNECTED]());return pt.store.select(t)}(u))}},o))})},t.Selector=function(t){return function(e,n,r){if(!(r&&null!==r.value))throw new Error(y[h.SELECTOR_DECORATOR]());var o=r.value,i=ut(t,o,{containerClass:e,selectorName:n.toString(),getSelectorOptions:function(){return{}}}),a={configurable:!0,get:function(){return i}};return a.originalFn=o,a}},t.SelectorOptions=function(t){return function(e,n,r){if(n){var o=r.value||r.originalFn;o&&at.defineOptions(o,t)}else at.defineOptions(e,t)}},t.State=function(t){return function(e){!function(t){ht.subscribe((function(e){e&&(t.ɵprov||console.warn(y[h.UNDECORATED_STATE_IN_IVY](t.name)))}))}(e);var n=e,r=w(n),o=Object.getPrototypeOf(n),i=function(e){var n=e[T]||{};return(c({},n,t))}(o);!function(t){var e=t.meta,n=t.inheritedStateClass,r=t.optionsWithInheritance,o=r.children,i=r.defaults,a=r.name,u="string"==typeof a?a:a&&a.getName()||null;if(rt.checkCorrectStateName(u),n.hasOwnProperty(E)){var s=n[E]||{};e.actions=c({},e.actions,s.actions)}e.children=o,e.defaults=i,e.name=u}({meta:r,inheritedStateClass:o,optionsWithInheritance:i}),n[T]=i}},t.StateStream=W,t.StateToken=Ot,t.Store=ct,t.UpdateState=lt,t.actionMatcher=function(t){var e=b(t);return(function(t){return e===b(t)})},t.createSelector=ut,t.ensureSelectorMetadata=function(t){return M(t)},t.ensureStoreMetadata=function(t){return w(t)},t.getActionTypeFromInstance=b,t.getSelectorMetadata=function(t){return D(t)},t.getStoreMetadata=function(t){return j(t)},t.getValue=C,t.ofAction=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return L(t)},t.ofActionCanceled=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return L(t,["CANCELED"])},t.ofActionCompleted=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return L(t,["SUCCESSFUL","CANCELED","ERRORED"],G)},t.ofActionDispatched=U,t.ofActionErrored=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return L(t,["ERRORED"])},t.ofActionSuccessful=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return L(t,["SUCCESSFUL"])},t.setValue=R,t.ɵa=Y,t.ɵb=Z,t.ɵba=pt,t.ɵbb=it,t.ɵbc=dt,t.ɵbd=d,t.ɵc=g,t.ɵd=S,t.ɵe=_,t.ɵf=O,t.ɵg=m,t.ɵh=A,t.ɵi=P,t.ɵj=I,t.ɵk=yt,t.ɵl=ot,t.ɵm=Q,t.ɵn=K,t.ɵo=nt,t.ɵp=et,t.ɵq=z,t.ɵr=H,t.ɵs=tt,t.ɵt=$,t.ɵw=w,t.ɵx=j,t.ɵy=M,t.ɵz=D,Object.defineProperty(t,"__esModule",{value:!0})}));
//# sourceMappingURL=ngxs-store.umd.min.js.map