-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.b323eabd23c0defceca2.js
1 lines (1 loc) · 250 KB
/
main.b323eabd23c0defceca2.js
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{0:function(t,e,n){t.exports=n("zUnb")},zUnb:function(t,e,n){"use strict";function r(t){return"function"==typeof t}n.r(e);let s=!1;const i={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){if(t){const t=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+t.stack)}else s&&console.log("RxJS: Back to a better error behavior. Thank you. <3");s=t},get useDeprecatedSynchronousErrorHandling(){return s}};function o(t){setTimeout(()=>{throw t},0)}const a={closed:!0,next(t){},error(t){if(i.useDeprecatedSynchronousErrorHandling)throw t;o(t)},complete(){}},l=(()=>Array.isArray||(t=>t&&"number"==typeof t.length))();function u(t){return null!==t&&"object"==typeof t}const c=(()=>{function t(t){return Error.call(this),this.message=t?`${t.length} errors occurred during unsubscription:\n${t.map((t,e)=>`${e+1}) ${t.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=t,this}return t.prototype=Object.create(Error.prototype),t})();let h=(()=>{class t{constructor(t){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,t&&(this._ctorUnsubscribe=!0,this._unsubscribe=t)}unsubscribe(){let e;if(this.closed)return;let{_parentOrParents:n,_ctorUnsubscribe:s,_unsubscribe:i,_subscriptions:o}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,n instanceof t)n.remove(this);else if(null!==n)for(let t=0;t<n.length;++t)n[t].remove(this);if(r(i)){s&&(this._unsubscribe=void 0);try{i.call(this)}catch(a){e=a instanceof c?d(a.errors):[a]}}if(l(o)){let t=-1,n=o.length;for(;++t<n;){const n=o[t];if(u(n))try{n.unsubscribe()}catch(a){e=e||[],a instanceof c?e=e.concat(d(a.errors)):e.push(a)}}}if(e)throw new c(e)}add(e){let n=e;if(!e)return t.EMPTY;switch(typeof e){case"function":n=new t(e);case"object":if(n===this||n.closed||"function"!=typeof n.unsubscribe)return n;if(this.closed)return n.unsubscribe(),n;if(!(n instanceof t)){const e=n;n=new t,n._subscriptions=[e]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}let{_parentOrParents:r}=n;if(null===r)n._parentOrParents=this;else if(r instanceof t){if(r===this)return n;n._parentOrParents=[r,this]}else{if(-1!==r.indexOf(this))return n;r.push(this)}const s=this._subscriptions;return null===s?this._subscriptions=[n]:s.push(n),n}remove(t){const e=this._subscriptions;if(e){const n=e.indexOf(t);-1!==n&&e.splice(n,1)}}}return t.EMPTY=function(t){return t.closed=!0,t}(new t),t})();function d(t){return t.reduce((t,e)=>t.concat(e instanceof c?e.errors:e),[])}const p=(()=>"function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random())();class f extends h{constructor(t,e,n){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a;break;case 1:if(!t){this.destination=a;break}if("object"==typeof t){t instanceof f?(this.syncErrorThrowable=t.syncErrorThrowable,this.destination=t,t.add(this)):(this.syncErrorThrowable=!0,this.destination=new g(this,t));break}default:this.syncErrorThrowable=!0,this.destination=new g(this,t,e,n)}}[p](){return this}static create(t,e,n){const r=new f(t,e,n);return r.syncErrorThrowable=!1,r}next(t){this.isStopped||this._next(t)}error(t){this.isStopped||(this.isStopped=!0,this._error(t))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(t){this.destination.next(t)}_error(t){this.destination.error(t),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:t}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=t,this}}class g extends f{constructor(t,e,n,s){let i;super(),this._parentSubscriber=t;let o=this;r(e)?i=e:e&&(i=e.next,n=e.error,s=e.complete,e!==a&&(o=Object.create(e),r(o.unsubscribe)&&this.add(o.unsubscribe.bind(o)),o.unsubscribe=this.unsubscribe.bind(this))),this._context=o,this._next=i,this._error=n,this._complete=s}next(t){if(!this.isStopped&&this._next){const{_parentSubscriber:e}=this;i.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}}error(t){if(!this.isStopped){const{_parentSubscriber:e}=this,{useDeprecatedSynchronousErrorHandling:n}=i;if(this._error)n&&e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else if(e.syncErrorThrowable)n?(e.syncErrorValue=t,e.syncErrorThrown=!0):o(t),this.unsubscribe();else{if(this.unsubscribe(),n)throw t;o(t)}}}complete(){if(!this.isStopped){const{_parentSubscriber:t}=this;if(this._complete){const e=()=>this._complete.call(this._context);i.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?(this.__tryOrSetError(t,e),this.unsubscribe()):(this.__tryOrUnsub(e),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(t,e){try{t.call(this._context,e)}catch(n){if(this.unsubscribe(),i.useDeprecatedSynchronousErrorHandling)throw n;o(n)}}__tryOrSetError(t,e,n){if(!i.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{e.call(this._context,n)}catch(r){return i.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=r,t.syncErrorThrown=!0,!0):(o(r),!0)}return!1}_unsubscribe(){const{_parentSubscriber:t}=this;this._context=null,this._parentSubscriber=null,t.unsubscribe()}}const m=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")();function y(t){return t}let _=(()=>{class t{constructor(t){this._isScalar=!1,t&&(this._subscribe=t)}lift(e){const n=new t;return n.source=this,n.operator=e,n}subscribe(t,e,n){const{operator:r}=this,s=function(t,e,n){if(t){if(t instanceof f)return t;if(t[p])return t[p]()}return t||e||n?new f(t,e,n):new f(a)}(t,e,n);if(s.add(r?r.call(s,this.source):this.source||i.useDeprecatedSynchronousErrorHandling&&!s.syncErrorThrowable?this._subscribe(s):this._trySubscribe(s)),i.useDeprecatedSynchronousErrorHandling&&s.syncErrorThrowable&&(s.syncErrorThrowable=!1,s.syncErrorThrown))throw s.syncErrorValue;return s}_trySubscribe(t){try{return this._subscribe(t)}catch(e){i.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=e),function(t){for(;t;){const{closed:e,destination:n,isStopped:r}=t;if(e||r)return!1;t=n&&n instanceof f?n:null}return!0}(t)?t.error(e):console.warn(e)}}forEach(t,e){return new(e=v(e))((e,n)=>{let r;r=this.subscribe(e=>{try{t(e)}catch(s){n(s),r&&r.unsubscribe()}},n,e)})}_subscribe(t){const{source:e}=this;return e&&e.subscribe(t)}[m](){return this}pipe(...t){return 0===t.length?this:(0===(e=t).length?y:1===e.length?e[0]:function(t){return e.reduce((t,e)=>e(t),t)})(this);var e}toPromise(t){return new(t=v(t))((t,e)=>{let n;this.subscribe(t=>n=t,t=>e(t),()=>t(n))})}}return t.create=e=>new t(e),t})();function v(t){if(t||(t=i.Promise||Promise),!t)throw new Error("no Promise impl found");return t}const w=(()=>{function t(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return t.prototype=Object.create(Error.prototype),t})();class b extends h{constructor(t,e){super(),this.subject=t,this.subscriber=e,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const t=this.subject,e=t.observers;if(this.subject=null,!e||0===e.length||t.isStopped||t.closed)return;const n=e.indexOf(this.subscriber);-1!==n&&e.splice(n,1)}}class C extends f{constructor(t){super(t),this.destination=t}}let S=(()=>{class t extends _{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[p](){return new C(this)}lift(t){const e=new x(this,this);return e.operator=t,e}next(t){if(this.closed)throw new w;if(!this.isStopped){const{observers:e}=this,n=e.length,r=e.slice();for(let s=0;s<n;s++)r[s].next(t)}}error(t){if(this.closed)throw new w;this.hasError=!0,this.thrownError=t,this.isStopped=!0;const{observers:e}=this,n=e.length,r=e.slice();for(let s=0;s<n;s++)r[s].error(t);this.observers.length=0}complete(){if(this.closed)throw new w;this.isStopped=!0;const{observers:t}=this,e=t.length,n=t.slice();for(let r=0;r<e;r++)n[r].complete();this.observers.length=0}unsubscribe(){this.isStopped=!0,this.closed=!0,this.observers=null}_trySubscribe(t){if(this.closed)throw new w;return super._trySubscribe(t)}_subscribe(t){if(this.closed)throw new w;return this.hasError?(t.error(this.thrownError),h.EMPTY):this.isStopped?(t.complete(),h.EMPTY):(this.observers.push(t),new b(this,t))}asObservable(){const t=new _;return t.source=this,t}}return t.create=(t,e)=>new x(t,e),t})();class x extends S{constructor(t,e){super(),this.destination=t,this.source=e}next(t){const{destination:e}=this;e&&e.next&&e.next(t)}error(t){const{destination:e}=this;e&&e.error&&this.destination.error(t)}complete(){const{destination:t}=this;t&&t.complete&&this.destination.complete()}_subscribe(t){const{source:e}=this;return e?this.source.subscribe(t):h.EMPTY}}function E(t){return t&&"function"==typeof t.schedule}function T(t,e){return function(n){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return n.lift(new A(t,e))}}class A{constructor(t,e){this.project=t,this.thisArg=e}call(t,e){return e.subscribe(new k(t,this.project,this.thisArg))}}class k extends f{constructor(t,e,n){super(t),this.project=e,this.count=0,this.thisArg=n||this}_next(t){let e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(n){return void this.destination.error(n)}this.destination.next(e)}}const O=t=>e=>{for(let n=0,r=t.length;n<r&&!e.closed;n++)e.next(t[n]);e.complete()};function I(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}const R=I(),P=t=>t&&"number"==typeof t.length&&"function"!=typeof t;function D(t){return!!t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}const V=t=>{if(t&&"function"==typeof t[m])return r=t,t=>{const e=r[m]();if("function"!=typeof e.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return e.subscribe(t)};if(P(t))return O(t);if(D(t))return n=t,t=>(n.then(e=>{t.closed||(t.next(e),t.complete())},e=>t.error(e)).then(null,o),t);if(t&&"function"==typeof t[R])return e=t,t=>{const n=e[R]();for(;;){let e;try{e=n.next()}catch(r){return t.error(r),t}if(e.done){t.complete();break}if(t.next(e.value),t.closed)break}return"function"==typeof n.return&&t.add(()=>{n.return&&n.return()}),t};{const e=u(t)?"an invalid object":`'${t}'`;throw new TypeError(`You provided ${e} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`)}var e,n,r};function M(t,e){return new _(n=>{const r=new h;let s=0;return r.add(e.schedule((function(){s!==t.length?(n.next(t[s++]),n.closed||r.add(this.schedule())):n.complete()}))),r})}function j(t,e){return e?function(t,e){if(null!=t){if(function(t){return t&&"function"==typeof t[m]}(t))return function(t,e){return new _(n=>{const r=new h;return r.add(e.schedule(()=>{const s=t[m]();r.add(s.subscribe({next(t){r.add(e.schedule(()=>n.next(t)))},error(t){r.add(e.schedule(()=>n.error(t)))},complete(){r.add(e.schedule(()=>n.complete()))}}))})),r})}(t,e);if(D(t))return function(t,e){return new _(n=>{const r=new h;return r.add(e.schedule(()=>t.then(t=>{r.add(e.schedule(()=>{n.next(t),r.add(e.schedule(()=>n.complete()))}))},t=>{r.add(e.schedule(()=>n.error(t)))}))),r})}(t,e);if(P(t))return M(t,e);if(function(t){return t&&"function"==typeof t[R]}(t)||"string"==typeof t)return function(t,e){if(!t)throw new Error("Iterable cannot be null");return new _(n=>{const r=new h;let s;return r.add(()=>{s&&"function"==typeof s.return&&s.return()}),r.add(e.schedule(()=>{s=t[R](),r.add(e.schedule((function(){if(n.closed)return;let t,e;try{const n=s.next();t=n.value,e=n.done}catch(r){return void n.error(r)}e?n.complete():(n.next(t),this.schedule())})))})),r})}(t,e)}throw new TypeError((null!==t&&typeof t||t)+" is not observable")}(t,e):t instanceof _?t:new _(V(t))}class N extends f{constructor(t){super(),this.parent=t}_next(t){this.parent.notifyNext(t)}_error(t){this.parent.notifyError(t),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class F extends f{notifyNext(t){this.destination.next(t)}notifyError(t){this.destination.error(t)}notifyComplete(){this.destination.complete()}}function U(t,e){if(!e.closed)return t instanceof _?t.subscribe(e):V(t)(e)}function L(t,e,n=Number.POSITIVE_INFINITY){return"function"==typeof e?r=>r.pipe(L((n,r)=>j(t(n,r)).pipe(T((t,s)=>e(n,t,r,s))),n)):("number"==typeof e&&(n=e),e=>e.lift(new H(t,n)))}class H{constructor(t,e=Number.POSITIVE_INFINITY){this.project=t,this.concurrent=e}call(t,e){return e.subscribe(new $(t,this.project,this.concurrent))}}class $ extends F{constructor(t,e,n=Number.POSITIVE_INFINITY){super(t),this.project=e,this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(t){this.active<this.concurrent?this._tryNext(t):this.buffer.push(t)}_tryNext(t){let e;const n=this.index++;try{e=this.project(t,n)}catch(r){return void this.destination.error(r)}this.active++,this._innerSub(e)}_innerSub(t){const e=new N(this),n=this.destination;n.add(e);const r=U(t,e);r!==e&&n.add(r)}_complete(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()}notifyNext(t){this.destination.next(t)}notifyComplete(){const t=this.buffer;this.active--,t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}function z(t=Number.POSITIVE_INFINITY){return L(y,t)}function B(t,e){return e?M(t,e):new _(O(t))}function G(){return function(t){return t.lift(new Z(t))}}class Z{constructor(t){this.connectable=t}call(t,e){const{connectable:n}=this;n._refCount++;const r=new q(t,n),s=e.subscribe(r);return r.closed||(r.connection=n.connect()),s}}class q extends f{constructor(t,e){super(t),this.connectable=e}_unsubscribe(){const{connectable:t}=this;if(!t)return void(this.connection=null);this.connectable=null;const e=t._refCount;if(e<=0)return void(this.connection=null);if(t._refCount=e-1,e>1)return void(this.connection=null);const{connection:n}=this,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}class W extends _{constructor(t,e){super(),this.source=t,this.subjectFactory=e,this._refCount=0,this._isComplete=!1}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){const t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject}connect(){let t=this._connection;return t||(this._isComplete=!1,t=this._connection=new h,t.add(this.source.subscribe(new Y(this.getSubject(),this))),t.closed&&(this._connection=null,t=h.EMPTY)),t}refCount(){return G()(this)}}const Q=(()=>{const t=W.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:t._subscribe},_isComplete:{value:t._isComplete,writable:!0},getSubject:{value:t.getSubject},connect:{value:t.connect},refCount:{value:t.refCount}}})();class Y extends C{constructor(t,e){super(t),this.connectable=e}_error(t){this._unsubscribe(),super._error(t)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const t=this.connectable;if(t){this.connectable=null;const e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}}}function J(){return new S}function K(t){return{toString:t}.toString()}const X="__parameters__";function tt(t,e,n){return K(()=>{const r=function(t){return function(...e){if(t){const n=t(...e);for(const t in n)this[t]=n[t]}}}(e);function s(...t){if(this instanceof s)return r.apply(this,t),this;const e=new s(...t);return n.annotation=e,n;function n(t,n,r){const s=t.hasOwnProperty(X)?t[X]:Object.defineProperty(t,X,{value:[]})[X];for(;s.length<=r;)s.push(null);return(s[r]=s[r]||[]).push(e),t}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=t,s.annotationCls=s,s})}const et=tt("Inject",t=>({token:t})),nt=tt("Optional"),rt=tt("Self"),st=tt("SkipSelf");var it=function(t){return t[t.Default=0]="Default",t[t.Host=1]="Host",t[t.Self=2]="Self",t[t.SkipSelf=4]="SkipSelf",t[t.Optional=8]="Optional",t}({});function ot(t){for(let e in t)if(t[e]===ot)return e;throw Error("Could not find renamed property on target object.")}function at(t,e){for(const n in e)e.hasOwnProperty(n)&&!t.hasOwnProperty(n)&&(t[n]=e[n])}function lt(t){return{token:t.token,providedIn:t.providedIn||null,factory:t.factory,value:void 0}}function ut(t){return{factory:t.factory,providers:t.providers||[],imports:t.imports||[]}}function ct(t){return ht(t,t[pt])||ht(t,t[mt])}function ht(t,e){return e&&e.token===t?e:null}function dt(t){return t&&(t.hasOwnProperty(ft)||t.hasOwnProperty(yt))?t[ft]:null}const pt=ot({"\u0275prov":ot}),ft=ot({"\u0275inj":ot}),gt=ot({"\u0275provFallback":ot}),mt=ot({ngInjectableDef:ot}),yt=ot({ngInjectorDef:ot});function _t(t){if("string"==typeof t)return t;if(Array.isArray(t))return"["+t.map(_t).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return""+t.overriddenName;if(t.name)return""+t.name;const e=t.toString();if(null==e)return""+e;const n=e.indexOf("\n");return-1===n?e:e.substring(0,n)}function vt(t,e){return null==t||""===t?null===e?"":e:null==e||""===e?t:t+" "+e}const wt=ot({__forward_ref__:ot});function bt(t){return t.__forward_ref__=bt,t.toString=function(){return _t(this())},t}function Ct(t){return St(t)?t():t}function St(t){return"function"==typeof t&&t.hasOwnProperty(wt)&&t.__forward_ref__===bt}const xt="undefined"!=typeof globalThis&&globalThis,Et="undefined"!=typeof window&&window,Tt="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,At="undefined"!=typeof global&&global,kt=xt||At||Et||Tt,Ot=ot({"\u0275cmp":ot}),It=ot({"\u0275dir":ot}),Rt=ot({"\u0275pipe":ot}),Pt=ot({"\u0275mod":ot}),Dt=ot({"\u0275loc":ot}),Vt=ot({"\u0275fac":ot}),Mt=ot({__NG_ELEMENT_ID__:ot});class jt{constructor(t,e){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof e?this.__NG_ELEMENT_ID__=e:void 0!==e&&(this.\u0275prov=lt({token:this,providedIn:e.providedIn||"root",factory:e.factory}))}toString(){return"InjectionToken "+this._desc}}const Nt=new jt("INJECTOR",-1),Ft={},Ut=/\n/gm,Lt="__source",Ht=ot({provide:String,useValue:ot});let $t,zt=void 0;function Bt(t){const e=zt;return zt=t,e}function Gt(t){const e=$t;return $t=t,e}function Zt(t,e=it.Default){if(void 0===zt)throw new Error("inject() must be called from an injection context");return null===zt?Wt(t,void 0,e):zt.get(t,e&it.Optional?null:void 0,e)}function qt(t,e=it.Default){return($t||Zt)(Ct(t),e)}function Wt(t,e,n){const r=ct(t);if(r&&"root"==r.providedIn)return void 0===r.value?r.value=r.factory():r.value;if(n&it.Optional)return null;if(void 0!==e)return e;throw new Error(`Injector: NOT_FOUND [${_t(t)}]`)}function Qt(t){const e=[];for(let n=0;n<t.length;n++){const r=Ct(t[n]);if(Array.isArray(r)){if(0===r.length)throw new Error("Arguments array must have arguments.");let t=void 0,n=it.Default;for(let e=0;e<r.length;e++){const s=r[e];s instanceof nt||"Optional"===s.ngMetadataName||s===nt?n|=it.Optional:s instanceof st||"SkipSelf"===s.ngMetadataName||s===st?n|=it.SkipSelf:s instanceof rt||"Self"===s.ngMetadataName||s===rt?n|=it.Self:t=s instanceof et||s===et?s.token:s}e.push(qt(t,n))}else e.push(qt(r))}return e}class Yt{get(t,e=Ft){if(e===Ft){const e=new Error(`NullInjectorError: No provider for ${_t(t)}!`);throw e.name="NullInjectorError",e}return e}}class Jt{}class Kt{}function Xt(t,e){t.forEach(t=>Array.isArray(t)?Xt(t,e):e(t))}function te(t,e,n){e>=t.length?t.push(n):t.splice(e,0,n)}function ee(t,e){return e>=t.length-1?t.pop():t.splice(e,1)[0]}function ne(t,e,n){let r=se(t,e);return r>=0?t[1|r]=n:(r=~r,function(t,e,n,r){let s=t.length;if(s==e)t.push(n,r);else if(1===s)t.push(r,t[0]),t[0]=n;else{for(s--,t.push(t[s-1],t[s]);s>e;)t[s]=t[s-2],s--;t[e]=n,t[e+1]=r}}(t,r,e,n)),r}function re(t,e){const n=se(t,e);if(n>=0)return t[1|n]}function se(t,e){return function(t,e,n){let r=0,s=t.length>>1;for(;s!==r;){const n=r+(s-r>>1),i=t[n<<1];if(e===i)return n<<1;i>e?s=n:r=n+1}return~(s<<1)}(t,e)}var ie=function(t){return t[t.OnPush=0]="OnPush",t[t.Default=1]="Default",t}({}),oe=function(t){return t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom",t}({});const ae={},le=[];let ue=0;function ce(t){return K(()=>{const e={},n={type:t.type,providersResolver:null,decls:t.decls,vars:t.vars,factory:null,template:t.template||null,consts:t.consts||null,ngContentSelectors:t.ngContentSelectors,hostBindings:t.hostBindings||null,hostVars:t.hostVars||0,hostAttrs:t.hostAttrs||null,contentQueries:t.contentQueries||null,declaredInputs:e,inputs:null,outputs:null,exportAs:t.exportAs||null,onPush:t.changeDetection===ie.OnPush,directiveDefs:null,pipeDefs:null,selectors:t.selectors||le,viewQuery:t.viewQuery||null,features:t.features||null,data:t.data||{},encapsulation:t.encapsulation||oe.Emulated,id:"c",styles:t.styles||le,_:null,setInput:null,schemas:t.schemas||null,tView:null},r=t.directives,s=t.features,i=t.pipes;return n.id+=ue++,n.inputs=ge(t.inputs,e),n.outputs=ge(t.outputs),s&&s.forEach(t=>t(n)),n.directiveDefs=r?()=>("function"==typeof r?r():r).map(he):null,n.pipeDefs=i?()=>("function"==typeof i?i():i).map(de):null,n})}function he(t){return _e(t)||function(t){return t[It]||null}(t)}function de(t){return function(t){return t[Rt]||null}(t)}const pe={};function fe(t){const e={type:t.type,bootstrap:t.bootstrap||le,declarations:t.declarations||le,imports:t.imports||le,exports:t.exports||le,transitiveCompileScopes:null,schemas:t.schemas||null,id:t.id||null};return null!=t.id&&K(()=>{pe[t.id]=t.type}),e}function ge(t,e){if(null==t)return ae;const n={};for(const r in t)if(t.hasOwnProperty(r)){let s=t[r],i=s;Array.isArray(s)&&(i=s[1],s=s[0]),n[s]=r,e&&(e[s]=i)}return n}const me=ce;function ye(t){return{type:t.type,name:t.name,factory:null,pure:!1!==t.pure,onDestroy:t.type.prototype.ngOnDestroy||null}}function _e(t){return t[Ot]||null}function ve(t,e){return t.hasOwnProperty(Vt)?t[Vt]:null}function we(t,e){const n=t[Pt]||null;if(!n&&!0===e)throw new Error(`Type ${_t(t)} does not have '\u0275mod' property.`);return n}const be=20,Ce=10;function Se(t){return Array.isArray(t)&&"object"==typeof t[1]}function xe(t){return Array.isArray(t)&&!0===t[1]}function Ee(t){return 0!=(8&t.flags)}function Te(t){return 2==(2&t.flags)}function Ae(t){return 1==(1&t.flags)}function ke(t){return null!==t.template}function Oe(t){return 0!=(512&t[2])}function Ie(t){return"string"==typeof t?t:null==t?"":""+t}function Re(t){return"function"==typeof t?t.name||t.toString():"object"==typeof t&&null!=t&&"function"==typeof t.type?t.type.name||t.type.toString():Ie(t)}const Pe=(()=>("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(kt))();function De(t){return t instanceof Function?t():t}function Ve(t,e){const n=e?" in "+e:"";throw new Error(`No provider for ${Re(t)} found${n}`)}class Me{constructor(t,e,n){this.previousValue=t,this.currentValue=e,this.firstChange=n}isFirstChange(){return this.firstChange}}function je(){return Ne}function Ne(t){return t.type.prototype.ngOnChanges&&(t.setInput=Ue),Fe}function Fe(){const t=Le(this),e=null==t?void 0:t.current;if(e){const n=t.previous;if(n===ae)t.previous=e;else for(let t in e)n[t]=e[t];t.current=null,this.ngOnChanges(e)}}function Ue(t,e,n,r){const s=Le(t)||function(t,e){return t.__ngSimpleChanges__=e}(t,{previous:ae,current:null}),i=s.current||(s.current={}),o=s.previous,a=this.declaredInputs[n],l=o[a];i[a]=new Me(l&&l.currentValue,e,o===ae),t[r]=e}function Le(t){return t.__ngSimpleChanges__||null}je.ngInherit=!0;let He=void 0;function $e(t){return!!t.listen}const ze={createRenderer:(t,e)=>void 0!==He?He:"undefined"!=typeof document?document:void 0};function Be(t){for(;Array.isArray(t);)t=t[0];return t}function Ge(t,e){return Be(e[t+be])}function Ze(t,e){return Be(e[t.index])}function qe(t,e){return t.data[e+be]}function We(t,e){const n=e[t];return Se(n)?n:n[0]}function Qe(t){const e=function(t){return t.__ngContext__||null}(t);return e?Array.isArray(e)?e:e.lView:null}function Ye(t){return 128==(128&t[2])}function Je(t,e){return null===t||null==e?null:t[e]}function Ke(t){t[18]=0}function Xe(t,e){t[5]+=e;let n=t,r=t[3];for(;null!==r&&(1===e&&1===n[5]||-1===e&&0===n[5]);)r[5]+=e,n=r,r=r[3]}const tn={lFrame:_n(null),bindingsEnabled:!0,isInCheckNoChangesMode:!1};function en(){return tn.bindingsEnabled}function nn(){return tn.lFrame.lView}function rn(){return tn.lFrame.tView}function sn(t){tn.lFrame.contextLView=t}function on(){return tn.lFrame.currentTNode}function an(t,e){tn.lFrame.currentTNode=t,tn.lFrame.isParent=e}function ln(){return tn.lFrame.isParent}function un(){return tn.isInCheckNoChangesMode}function cn(t){tn.isInCheckNoChangesMode=t}function hn(){return tn.lFrame.bindingIndex++}function dn(t,e){const n=tn.lFrame;n.bindingIndex=n.bindingRootIndex=t,pn(e)}function pn(t){tn.lFrame.currentDirectiveIndex=t}function fn(t){tn.lFrame.currentQueryIndex=t}function gn(t,e){const n=yn();tn.lFrame=n,n.currentTNode=e,n.lView=t}function mn(t){const e=yn(),n=t[1];tn.lFrame=e,e.currentTNode=n.firstChild,e.lView=t,e.tView=n,e.contextLView=t,e.bindingIndex=n.bindingStartIndex}function yn(){const t=tn.lFrame,e=null===t?null:t.child;return null===e?_n(t):e}function _n(t){const e={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:0,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:t,child:null};return null!==t&&(t.child=e),e}function vn(){const t=tn.lFrame;return tn.lFrame=t.parent,t.currentTNode=null,t.lView=null,t}const wn=vn;function bn(){const t=vn();t.isParent=!0,t.tView=null,t.selectedIndex=0,t.contextLView=null,t.elementDepthCount=0,t.currentDirectiveIndex=-1,t.currentNamespace=null,t.bindingRootIndex=-1,t.bindingIndex=-1,t.currentQueryIndex=0}function Cn(){return tn.lFrame.selectedIndex}function Sn(t){tn.lFrame.selectedIndex=t}function xn(t,e){for(let n=e.directiveStart,r=e.directiveEnd;n<r;n++){const e=t.data[n].type.prototype,{ngAfterContentInit:r,ngAfterContentChecked:s,ngAfterViewInit:i,ngAfterViewChecked:o,ngOnDestroy:a}=e;r&&(t.contentHooks||(t.contentHooks=[])).push(-n,r),s&&((t.contentHooks||(t.contentHooks=[])).push(n,s),(t.contentCheckHooks||(t.contentCheckHooks=[])).push(n,s)),i&&(t.viewHooks||(t.viewHooks=[])).push(-n,i),o&&((t.viewHooks||(t.viewHooks=[])).push(n,o),(t.viewCheckHooks||(t.viewCheckHooks=[])).push(n,o)),null!=a&&(t.destroyHooks||(t.destroyHooks=[])).push(n,a)}}function En(t,e,n){kn(t,e,3,n)}function Tn(t,e,n,r){(3&t[2])===n&&kn(t,e,n,r)}function An(t,e){let n=t[2];(3&n)===e&&(n&=2047,n+=1,t[2]=n)}function kn(t,e,n,r){const s=null!=r?r:-1;let i=0;for(let o=void 0!==r?65535&t[18]:0;o<e.length;o++)if("number"==typeof e[o+1]){if(i=e[o],null!=r&&i>=r)break}else e[o]<0&&(t[18]+=65536),(i<s||-1==s)&&(On(t,n,e,o),t[18]=(4294901760&t[18])+o+2),o++}function On(t,e,n,r){const s=n[r]<0,i=n[r+1],o=t[s?-n[r]:n[r]];s?t[2]>>11<t[18]>>16&&(3&t[2])===e&&(t[2]+=2048,i.call(o)):i.call(o)}const In=-1;class Rn{constructor(t,e,n){this.factory=t,this.resolving=!1,this.canSeeViewProviders=e,this.injectImpl=n}}function Pn(t,e,n){const r=$e(t);let s=0;for(;s<n.length;){const i=n[s];if("number"==typeof i){if(0!==i)break;s++;const o=n[s++],a=n[s++],l=n[s++];r?t.setAttribute(e,a,l,o):e.setAttributeNS(o,a,l)}else{const o=i,a=n[++s];Vn(o)?r&&t.setProperty(e,o,a):r?t.setAttribute(e,o,a):e.setAttribute(o,a),s++}}return s}function Dn(t){return 3===t||4===t||6===t}function Vn(t){return 64===t.charCodeAt(0)}function Mn(t,e){if(null===e||0===e.length);else if(null===t||0===t.length)t=e.slice();else{let n=-1;for(let r=0;r<e.length;r++){const s=e[r];"number"==typeof s?n=s:0===n||jn(t,n,s,null,-1===n||2===n?e[++r]:null)}}return t}function jn(t,e,n,r,s){let i=0,o=t.length;if(-1===e)o=-1;else for(;i<t.length;){const n=t[i++];if("number"==typeof n){if(n===e){o=-1;break}if(n>e){o=i-1;break}}}for(;i<t.length;){const e=t[i];if("number"==typeof e)break;if(e===n){if(null===r)return void(null!==s&&(t[i+1]=s));if(r===t[i+1])return void(t[i+2]=s)}i++,null!==r&&i++,null!==s&&i++}-1!==o&&(t.splice(o,0,e),i=o+1),t.splice(i++,0,n),null!==r&&t.splice(i++,0,r),null!==s&&t.splice(i++,0,s)}function Nn(t){return t!==In}function Fn(t){return 32767&t}function Un(t,e){let n=t>>16,r=e;for(;n>0;)r=r[15],n--;return r}let Ln=!0;function Hn(t){const e=Ln;return Ln=t,e}let $n=0;function zn(t,e){const n=Gn(t,e);if(-1!==n)return n;const r=e[1];r.firstCreatePass&&(t.injectorIndex=e.length,Bn(r.data,t),Bn(e,null),Bn(r.blueprint,null));const s=Zn(t,e),i=t.injectorIndex;if(Nn(s)){const t=Fn(s),n=Un(s,e),r=n[1].data;for(let s=0;s<8;s++)e[i+s]=n[t+s]|r[t+s]}return e[i+8]=s,i}function Bn(t,e){t.push(0,0,0,0,0,0,0,0,e)}function Gn(t,e){return-1===t.injectorIndex||t.parent&&t.parent.injectorIndex===t.injectorIndex||null===e[t.injectorIndex+8]?-1:t.injectorIndex}function Zn(t,e){if(t.parent&&-1!==t.parent.injectorIndex)return t.parent.injectorIndex;let n=0,r=null,s=e;for(;null!==s;){const t=s[1],e=t.type;if(r=2===e?t.declTNode:1===e?s[6]:null,null===r)return In;if(n++,s=s[15],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return In}function qn(t,e,n){!function(t,e,n){let r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(Mt)&&(r=n[Mt]),null==r&&(r=n[Mt]=$n++);const s=255&r,i=1<<s,o=64&s,a=32&s,l=e.data;128&s?o?a?l[t+7]|=i:l[t+6]|=i:a?l[t+5]|=i:l[t+4]|=i:o?a?l[t+3]|=i:l[t+2]|=i:a?l[t+1]|=i:l[t]|=i}(t,e,n)}function Wn(t,e,n,r=it.Default,s){if(null!==t){const s=function(t){if("string"==typeof t)return t.charCodeAt(0)||0;const e=t.hasOwnProperty(Mt)?t[Mt]:void 0;return"number"==typeof e&&e>0?255&e:e}(n);if("function"==typeof s){gn(e,t);try{const t=s();if(null!=t||r&it.Optional)return t;Ve(n)}finally{wn()}}else if("number"==typeof s){if(-1===s)return new tr(t,e);let i=null,o=Gn(t,e),a=In,l=r&it.Host?e[16][6]:null;for((-1===o||r&it.SkipSelf)&&(a=-1===o?Zn(t,e):e[o+8],a!==In&&Xn(r,!1)?(i=e[1],o=Fn(a),e=Un(a,e)):o=-1);-1!==o;){const t=e[1];if(Kn(s,o,t.data)){const t=Yn(o,e,n,i,r,l);if(t!==Qn)return t}a=e[o+8],a!==In&&Xn(r,e[1].data[o+8]===l)&&Kn(s,o,e)?(i=t,o=Fn(a),e=Un(a,e)):o=-1}}}if(r&it.Optional&&void 0===s&&(s=null),0==(r&(it.Self|it.Host))){const t=e[9],i=Gt(void 0);try{return t?t.get(n,s,r&it.Optional):Wt(n,s,r&it.Optional)}finally{Gt(i)}}if(r&it.Optional)return s;Ve(n,"NodeInjector")}const Qn={};function Yn(t,e,n,r,s,i){const o=e[1],a=o.data[t+8],l=function(t,e,n,r,s){const i=t.providerIndexes,o=e.data,a=1048575&i,l=t.directiveStart,u=i>>20,c=s?a+u:t.directiveEnd;for(let h=r?a:a+u;h<c;h++){const t=o[h];if(h<l&&n===t||h>=l&&t.type===n)return h}if(s){const t=o[l];if(t&&ke(t)&&t.type===n)return l}return null}(a,o,n,null==r?Te(a)&&Ln:r!=o&&2===a.type,s&it.Host&&i===a);return null!==l?Jn(e,o,l,a):Qn}function Jn(t,e,n,r){let s=t[n];const i=e.data;if(s instanceof Rn){const o=s;o.resolving&&function(t,e){throw new Error("Circular dependency in DI detected for "+t)}(Re(i[n]));const a=Hn(o.canSeeViewProviders);o.resolving=!0;const l=o.injectImpl?Gt(o.injectImpl):null;gn(t,r);try{s=t[n]=o.factory(void 0,i,t,r),e.firstCreatePass&&n>=r.directiveStart&&function(t,e,n){const{ngOnChanges:r,ngOnInit:s,ngDoCheck:i}=e.type.prototype;if(r){const r=Ne(e);(n.preOrderHooks||(n.preOrderHooks=[])).push(t,r),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(t,r)}s&&(n.preOrderHooks||(n.preOrderHooks=[])).push(0-t,s),i&&((n.preOrderHooks||(n.preOrderHooks=[])).push(t,i),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(t,i))}(n,i[n],e)}finally{null!==l&&Gt(l),Hn(a),o.resolving=!1,wn()}}return s}function Kn(t,e,n){const r=64&t,s=32&t;let i;return i=128&t?r?s?n[e+7]:n[e+6]:s?n[e+5]:n[e+4]:r?s?n[e+3]:n[e+2]:s?n[e+1]:n[e],!!(i&1<<t)}function Xn(t,e){return!(t&it.Self||t&it.Host&&e)}class tr{constructor(t,e){this._tNode=t,this._lView=e}get(t,e){return Wn(this._tNode,this._lView,t,void 0,e)}}function er(t){const e=t;if(St(t))return()=>{const t=er(Ct(e));return t?t():null};let n=ve(e);if(null===n){const t=dt(e);n=t&&t.factory}return n||null}function nr(t){return K(()=>{const e=t.prototype.constructor,n=e[Vt]||er(e),r=Object.prototype;let s=Object.getPrototypeOf(t.prototype).constructor;for(;s&&s!==r;){const t=s[Vt]||er(s);if(t&&t!==n)return t;s=Object.getPrototypeOf(s)}return t=>new t})}function rr(t){return t.ngDebugContext}function sr(t){return t.ngOriginalError}function ir(t,...e){t.error(...e)}class or{constructor(){this._console=console}handleError(t){const e=this._findOriginalError(t),n=this._findContext(t),r=function(t){return t.ngErrorLogger||ir}(t);r(this._console,"ERROR",t),e&&r(this._console,"ORIGINAL ERROR",e),n&&r(this._console,"ERROR CONTEXT",n)}_findContext(t){return t?rr(t)?rr(t):this._findContext(sr(t)):null}_findOriginalError(t){let e=sr(t);for(;e&&sr(e);)e=sr(e);return e}}let ar=!0,lr=!1;function ur(){return lr=!0,ar}function cr(t,e){t.__ngContext__=e}function hr(t,e,n){let r=t.length;for(;;){const s=t.indexOf(e,n);if(-1===s)return s;if(0===s||t.charCodeAt(s-1)<=32){const n=e.length;if(s+n===r||t.charCodeAt(s+n)<=32)return s}n=s+1}}const dr="ng-template";function pr(t,e,n){let r=0;for(;r<t.length;){let s=t[r++];if(n&&"class"===s){if(s=t[r],-1!==hr(s.toLowerCase(),e,0))return!0}else if(1===s){for(;r<t.length&&"string"==typeof(s=t[r++]);)if(s.toLowerCase()===e)return!0;return!1}}return!1}function fr(t){return 0===t.type&&t.tagName!==dr}function gr(t,e,n){return e===(0!==t.type||n?t.tagName:dr)}function mr(t,e,n){let r=4;const s=t.attrs||[],i=function(t){for(let e=0;e<t.length;e++)if(Dn(t[e]))return e;return t.length}(s);let o=!1;for(let a=0;a<e.length;a++){const l=e[a];if("number"!=typeof l){if(!o)if(4&r){if(r=2|1&r,""!==l&&!gr(t,l,n)||""===l&&1===e.length){if(yr(r))return!1;o=!0}}else{const u=8&r?l:e[++a];if(8&r&&null!==t.attrs){if(!pr(t.attrs,u,n)){if(yr(r))return!1;o=!0}continue}const c=_r(8&r?"class":l,s,fr(t),n);if(-1===c){if(yr(r))return!1;o=!0;continue}if(""!==u){let t;t=c>i?"":s[c+1].toLowerCase();const e=8&r?t:null;if(e&&-1!==hr(e,u,0)||2&r&&u!==t){if(yr(r))return!1;o=!0}}}}else{if(!o&&!yr(r)&&!yr(l))return!1;if(o&&yr(l))continue;o=!1,r=l|1&r}}return yr(r)||o}function yr(t){return 0==(1&t)}function _r(t,e,n,r){if(null===e)return-1;let s=0;if(r||!n){let n=!1;for(;s<e.length;){const r=e[s];if(r===t)return s;if(3===r||6===r)n=!0;else{if(1===r||2===r){let t=e[++s];for(;"string"==typeof t;)t=e[++s];continue}if(4===r)break;if(0===r){s+=4;continue}}s+=n?1:2}return-1}return function(t,e){let n=t.indexOf(4);if(n>-1)for(n++;n<t.length;){const r=t[n];if("number"==typeof r)return-1;if(r===e)return n;n++}return-1}(e,t)}function vr(t,e,n=!1){for(let r=0;r<e.length;r++)if(mr(t,e[r],n))return!0;return!1}function wr(t,e){return t?":not("+e.trim()+")":e}function br(t){let e=t[0],n=1,r=2,s="",i=!1;for(;n<t.length;){let o=t[n];if("string"==typeof o)if(2&r){const e=t[++n];s+="["+o+(e.length>0?'="'+e+'"':"")+"]"}else 8&r?s+="."+o:4&r&&(s+=" "+o);else""===s||yr(o)||(e+=wr(i,s),s=""),r=o,i=i||!yr(r);n++}return""!==s&&(e+=wr(i,s)),e}const Cr={};function Sr(t){const e=t[3];return xe(e)?e[3]:e}function xr(t){return Tr(t[13])}function Er(t){return Tr(t[4])}function Tr(t){for(;null!==t&&!xe(t);)t=t[4];return t}function Ar(t){kr(rn(),nn(),Cn()+t,un())}function kr(t,e,n,r){if(!r)if(3==(3&e[2])){const r=t.preOrderCheckHooks;null!==r&&En(e,r,n)}else{const r=t.preOrderHooks;null!==r&&Tn(e,r,0,n)}Sn(n)}function Or(t,e){return t<<17|e<<2}function Ir(t){return t>>17&32767}function Rr(t){return 2|t}function Pr(t){return(131068&t)>>2}function Dr(t,e){return-131069&t|e<<2}function Vr(t){return 1|t}function Mr(t,e){const n=t.contentQueries;if(null!==n)for(let r=0;r<n.length;r+=2){const s=n[r],i=n[r+1];if(-1!==i){const n=t.data[i];fn(s),n.contentQueries(2,e[i],i)}}}function jr(t,e,n){return $e(e)?e.createElement(t,n):null===n?e.createElement(t):e.createElementNS(n,t)}function Nr(t,e,n,r,s,i,o,a,l,u){const c=e.blueprint.slice();return c[0]=s,c[2]=140|r,Ke(c),c[3]=c[15]=t,c[8]=n,c[10]=o||t&&t[10],c[11]=a||t&&t[11],c[12]=l||t&&t[12]||null,c[9]=u||t&&t[9]||null,c[6]=i,c[16]=2==e.type?t[16]:c,c}function Fr(t,e,n,r,s){const i=e+be,o=t.data[i]||function(t,e,n,r,s){const i=on(),o=ln(),a=t.data[e]=function(t,e,n,r,s,i){return{type:n,index:r,injectorIndex:e?e.injectorIndex:-1,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,propertyBindings:null,flags:0,providerIndexes:0,tagName:s,attrs:i,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tViews:null,next:null,projectionNext:null,child:null,parent:e,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,o?i:i&&i.parent,n,e,r,s);return null===t.firstChild&&(t.firstChild=a),null!==i&&(o&&null==i.child&&null!==a.parent?i.child=a:o||(i.next=a)),a}(t,i,n,r,s);return an(o,!0),o}function Ur(t,e,n){mn(e);try{const r=t.viewQuery;null!==r&&ps(1,r,n);const s=t.template;null!==s&&$r(t,e,s,1,n),t.firstCreatePass&&(t.firstCreatePass=!1),t.staticContentQueries&&Mr(t,e),t.staticViewQueries&&ps(2,t.viewQuery,n);const i=t.components;null!==i&&function(t,e){for(let n=0;n<e.length;n++)ls(t,e[n])}(e,i)}catch(r){throw t.firstCreatePass&&(t.incompleteFirstPass=!0),r}finally{e[2]&=-5,bn()}}function Lr(t,e,n,r){const s=e[2];if(256==(256&s))return;mn(e);const i=un();try{Ke(e),tn.lFrame.bindingIndex=t.bindingStartIndex,null!==n&&$r(t,e,n,2,r);const o=3==(3&s);if(!i)if(o){const n=t.preOrderCheckHooks;null!==n&&En(e,n,null)}else{const n=t.preOrderHooks;null!==n&&Tn(e,n,0,null),An(e,0)}if(function(t){for(let e=xr(t);null!==e;e=Er(e)){if(!e[2])continue;const t=e[9];for(let e=0;e<t.length;e++){const n=t[e],r=n[3];0==(1024&n[2])&&Xe(r,1),n[2]|=1024}}}(e),function(t){for(let e=xr(t);null!==e;e=Er(e))for(let t=Ce;t<e.length;t++){const n=e[t],r=n[1];Ye(n)&&Lr(r,n,r.template,n[8])}}(e),null!==t.contentQueries&&Mr(t,e),!i)if(o){const n=t.contentCheckHooks;null!==n&&En(e,n)}else{const n=t.contentHooks;null!==n&&Tn(e,n,1),An(e,1)}!function(t,e){try{const n=t.expandoInstructions;if(null!==n){let r=t.expandoStartIndex,s=-1,i=-1;for(let t=0;t<n.length;t++){const o=n[t];"number"==typeof o?o<=0?(i=0-o,Sn(i),r+=9+n[++t],s=r):r+=o:(null!==o&&(dn(r,s),o(2,e[s])),s++)}}}finally{Sn(-1)}}(t,e);const a=t.components;null!==a&&function(t,e){for(let n=0;n<e.length;n++)as(t,e[n])}(e,a);const l=t.viewQuery;if(null!==l&&ps(2,l,r),!i)if(o){const n=t.viewCheckHooks;null!==n&&En(e,n)}else{const n=t.viewHooks;null!==n&&Tn(e,n,2),An(e,2)}!0===t.firstUpdatePass&&(t.firstUpdatePass=!1),i||(e[2]&=-73),1024&e[2]&&(e[2]&=-1025,Xe(e[3],-1))}finally{bn()}}function Hr(t,e,n,r){const s=e[10],i=!un(),o=4==(4&e[2]);try{i&&!o&&s.begin&&s.begin(),o&&Ur(t,e,r),Lr(t,e,n,r)}finally{i&&!o&&s.end&&s.end()}}function $r(t,e,n,r,s){const i=Cn();try{Sn(-1),2&r&&e.length>be&&kr(t,e,0,un()),n(r,s)}finally{Sn(i)}}function zr(t,e,n){en()&&(function(t,e,n,r){const s=n.directiveStart,i=n.directiveEnd;t.firstCreatePass||zn(n,e),cr(r,e);const o=n.initialInputs;for(let a=s;a<i;a++){const r=t.data[a],i=ke(r);i&&rs(e,n,r);const l=Jn(e,t,a,n);cr(l,e),null!==o&&ss(0,a-s,l,r,0,o),i&&(We(n.index,e)[8]=l)}}(t,e,n,Ze(n,e)),128==(128&n.flags)&&function(t,e,n){const r=n.directiveStart,s=n.directiveEnd,i=t.expandoInstructions,o=t.firstCreatePass,a=n.index-be,l=tn.lFrame.currentDirectiveIndex;try{Sn(a);for(let n=r;n<s;n++){const r=t.data[n],s=e[n];pn(n),null!==r.hostBindings||0!==r.hostVars||null!==r.hostAttrs?Jr(r,s):o&&i.push(null)}}finally{Sn(-1),pn(l)}}(t,e,n))}function Br(t,e,n=Ze){const r=e.localNames;if(null!==r){let s=e.index+1;for(let i=0;i<r.length;i+=2){const o=r[i+1],a=-1===o?n(e,t):t[o];t[s++]=a}}}function Gr(t){const e=t.tView;return null===e||e.incompleteFirstPass?t.tView=Zr(1,null,t.template,t.decls,t.vars,t.directiveDefs,t.pipeDefs,t.viewQuery,t.schemas,t.consts):e}function Zr(t,e,n,r,s,i,o,a,l,u){const c=be+r,h=c+s,d=function(t,e){const n=[];for(let r=0;r<e;r++)n.push(r<t?null:Cr);return n}(c,h),p="function"==typeof u?u():u;return d[1]={type:t,blueprint:d,template:n,queries:null,viewQuery:a,declTNode:e,data:d.slice().fill(null,c),bindingStartIndex:c,expandoStartIndex:h,expandoInstructions:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof i?i():i,pipeRegistry:"function"==typeof o?o():o,firstChild:null,schemas:l,consts:p,incompleteFirstPass:!1}}function qr(t,e,n){for(let r in t)if(t.hasOwnProperty(r)){const s=t[r];(n=null===n?{}:n).hasOwnProperty(r)?n[r].push(e,s):n[r]=[e,s]}return n}function Wr(t,e,n,r){let s=!1;if(en()){const i=function(t,e,n){const r=t.directiveRegistry;let s=null;if(r)for(let i=0;i<r.length;i++){const o=r[i];vr(n,o.selectors,!1)&&(s||(s=[]),qn(zn(n,e),t,o.type),ke(o)?(Xr(t,n),s.unshift(o)):s.push(o))}return s}(t,e,n),o=null===r?null:{"":-1};if(null!==i){let r=0;s=!0,es(n,t.data.length,i.length);for(let t=0;t<i.length;t++){const e=i[t];e.providersResolver&&e.providersResolver(e)}Kr(t,n,i.length);let a=!1,l=!1;for(let s=0;s<i.length;s++){const u=i[s];n.mergedAttrs=Mn(n.mergedAttrs,u.hostAttrs),ns(t,e,u),ts(t.data.length-1,u,o),null!==u.contentQueries&&(n.flags|=8),null===u.hostBindings&&null===u.hostAttrs&&0===u.hostVars||(n.flags|=128);const c=u.type.prototype;!a&&(c.ngOnChanges||c.ngOnInit||c.ngDoCheck)&&((t.preOrderHooks||(t.preOrderHooks=[])).push(n.index-be),a=!0),l||!c.ngOnChanges&&!c.ngDoCheck||((t.preOrderCheckHooks||(t.preOrderCheckHooks=[])).push(n.index-be),l=!0),Qr(t,u),r+=u.hostVars}!function(t,e){const n=e.directiveEnd,r=t.data,s=e.attrs,i=[];let o=null,a=null;for(let l=e.directiveStart;l<n;l++){const t=r[l],n=t.inputs,u=null===s||fr(e)?null:is(n,s);i.push(u),o=qr(n,l,o),a=qr(t.outputs,l,a)}null!==o&&(o.hasOwnProperty("class")&&(e.flags|=16),o.hasOwnProperty("style")&&(e.flags|=32)),e.initialInputs=i,e.inputs=o,e.outputs=a}(t,n),Yr(t,e,r)}o&&function(t,e,n){if(e){const r=t.localNames=[];for(let t=0;t<e.length;t+=2){const s=n[e[t+1]];if(null==s)throw new Error(`Export of name '${e[t+1]}' not found!`);r.push(e[t],s)}}}(n,r,o)}return n.mergedAttrs=Mn(n.mergedAttrs,n.attrs),s}function Qr(t,e){const n=t.expandoInstructions;n.push(e.hostBindings),0!==e.hostVars&&n.push(e.hostVars)}function Yr(t,e,n){for(let r=0;r<n;r++)e.push(Cr),t.blueprint.push(Cr),t.data.push(null)}function Jr(t,e){null!==t.hostBindings&&t.hostBindings(1,e)}function Kr(t,e,n){const r=be-e.index,s=t.data.length-(1048575&e.providerIndexes);(t.expandoInstructions||(t.expandoInstructions=[])).push(r,s,n)}function Xr(t,e){e.flags|=2,(t.components||(t.components=[])).push(e.index)}function ts(t,e,n){if(n){if(e.exportAs)for(let r=0;r<e.exportAs.length;r++)n[e.exportAs[r]]=t;ke(e)&&(n[""]=t)}}function es(t,e,n){t.flags|=1,t.directiveStart=e,t.directiveEnd=e+n,t.providerIndexes=e}function ns(t,e,n){t.data.push(n);const r=n.factory||(n.factory=ve(n.type)),s=new Rn(r,ke(n),null);t.blueprint.push(s),e.push(s)}function rs(t,e,n){const r=Ze(e,t),s=Gr(n),i=t[10],o=us(t,Nr(t,s,null,n.onPush?64:16,r,e,i,i.createRenderer(r,n),null,null));t[e.index]=o}function ss(t,e,n,r,s,i){const o=i[e];if(null!==o){const t=r.setInput;for(let e=0;e<o.length;){const s=o[e++],i=o[e++],a=o[e++];null!==t?r.setInput(n,a,s,i):n[i]=a}}}function is(t,e){let n=null,r=0;for(;r<e.length;){const s=e[r];if(0!==s)if(5!==s){if("number"==typeof s)break;t.hasOwnProperty(s)&&(null===n&&(n=[]),n.push(s,t[s],e[r+1])),r+=2}else r+=2;else r+=4}return n}function os(t,e,n,r){return new Array(t,!0,!1,e,null,0,r,n,null,null)}function as(t,e){const n=We(e,t);if(Ye(n)){const t=n[1];80&n[2]?Lr(t,n,t.template,n[8]):n[5]>0&&function t(e){for(let r=xr(e);null!==r;r=Er(r))for(let e=Ce;e<r.length;e++){const n=r[e];if(1024&n[2]){const t=n[1];Lr(t,n,t.template,n[8])}else n[5]>0&&t(n)}const n=e[1].components;if(null!==n)for(let r=0;r<n.length;r++){const s=We(n[r],e);Ye(s)&&s[5]>0&&t(s)}}(n)}}function ls(t,e){const n=We(e,t),r=n[1];!function(t,e){for(let n=e.length;n<t.blueprint.length;n++)e.push(t.blueprint[n])}(r,n),Ur(r,n,n[8])}function us(t,e){return t[13]?t[14][4]=e:t[13]=e,t[14]=e,e}function cs(t){for(;t;){t[2]|=64;const e=Sr(t);if(Oe(t)&&!e)return t;t=e}return null}function hs(t,e,n){const r=e[10];r.begin&&r.begin();try{Lr(t,e,t.template,n)}catch(s){throw ms(e,s),s}finally{r.end&&r.end()}}function ds(t){!function(t){for(let e=0;e<t.components.length;e++){const n=t.components[e],r=Qe(n),s=r[1];Hr(s,r,s.template,n)}}(t[8])}function ps(t,e,n){fn(0),e(t,n)}const fs=(()=>Promise.resolve(null))();function gs(t){return t[7]||(t[7]=[])}function ms(t,e){const n=t[9],r=n?n.get(or,null):null;r&&r.handleError(e)}function ys(t,e,n,r,s){for(let i=0;i<n.length;){const o=n[i++],a=n[i++],l=e[o],u=t.data[o];null!==u.setInput?u.setInput(l,s,r,a):l[a]=s}}function _s(t,e,n,r,s){if(null!=r){let i,o=!1;xe(r)?i=r:Se(r)&&(o=!0,r=r[0]);const a=Be(r);0===t&&null!==n?null==s?xs(e,n,a):Ss(e,n,a,s||null):1===t&&null!==n?Ss(e,n,a,s||null):2===t?function(t,e,n){const r=Ts(t,e);r&&function(t,e,n,r){$e(t)?t.removeChild(e,n,r):e.removeChild(n)}(t,r,e,n)}(e,a,o):3===t&&e.destroyNode(a),null!=i&&function(t,e,n,r,s){const i=n[7];i!==Be(n)&&_s(e,t,r,i,s);for(let o=Ce;o<n.length;o++){const s=n[o];Os(s[1],s,t,e,r,i)}}(e,t,i,n,s)}}function vs(t,e){const n=t[9],r=n.indexOf(e),s=e[3];1024&e[2]&&(e[2]&=-1025,Xe(s,-1)),n.splice(r,1)}function ws(t,e){if(t.length<=Ce)return;const n=Ce+e,r=t[n];if(r){const i=r[17];null!==i&&i!==t&&vs(i,r),e>0&&(t[n-1][4]=r[4]);const o=ee(t,Ce+e);Os(r[1],s=r,s[11],2,null,null),s[0]=null,s[6]=null;const a=o[19];null!==a&&a.detachView(o[1]),r[3]=null,r[4]=null,r[2]&=-129}var s;return r}function bs(t,e){if(!(256&e[2])){const n=e[11];$e(n)&&n.destroyNode&&Os(t,e,n,3,null,null),function(t){let e=t[13];if(!e)return Cs(t[1],t);for(;e;){let n=null;if(Se(e))n=e[13];else{const t=e[10];t&&(n=t)}if(!n){for(;e&&!e[4]&&e!==t;)Se(e)&&Cs(e[1],e),e=e[3];null===e&&(e=t),Se(e)&&Cs(e[1],e),n=e&&e[4]}e=n}}(e)}}function Cs(t,e){if(!(256&e[2])){e[2]&=-129,e[2]|=256,function(t,e){let n;if(null!=t&&null!=(n=t.destroyHooks))for(let r=0;r<n.length;r+=2){const t=e[n[r]];if(!(t instanceof Rn)){const e=n[r+1];if(Array.isArray(e))for(let n=0;n<e.length;n+=2)e[n+1].call(t[e[n]]);else e.call(t)}}}(t,e),function(t,e){const n=t.cleanup;if(null!==n){const t=e[7];for(let r=0;r<n.length-1;r+=2)if("string"==typeof n[r]){const s=n[r+1],i="function"==typeof s?s(e):Be(e[s]),o=t[n[r+2]],a=n[r+3];"boolean"==typeof a?i.removeEventListener(n[r],o,a):a>=0?t[a]():t[-a].unsubscribe(),r+=2}else n[r].call(t[n[r+1]]);e[7]=null}}(t,e),1===e[1].type&&$e(e[11])&&e[11].destroy();const n=e[17];if(null!==n&&xe(e[3])){n!==e[3]&&vs(n,e);const r=e[19];null!==r&&r.detachView(t)}}}function Ss(t,e,n,r){$e(t)?t.insertBefore(e,n,r):e.insertBefore(n,r,!0)}function xs(t,e,n){$e(t)?t.appendChild(e,n):e.appendChild(n)}function Es(t,e,n,r){null!==r?Ss(t,e,n,r):xs(t,e,n)}function Ts(t,e){return $e(t)?t.parentNode(e):e.parentNode}function As(t,e,n,r){const s=function(t,e,n){let r=e.parent;for(;null!=r&&(3===r.type||4===r.type);)r=(e=r).parent;if(null===r)return n[0];if(e&&4===e.type&&4&e.flags)return Ze(e,n).parentNode;if(2&r.flags){const e=t.data,n=e[e[r.index].directiveStart].encapsulation;if(n!==oe.ShadowDom&&n!==oe.Native)return null}return Ze(r,n)}(t,r,e);if(null!=s){const t=e[11],i=function(t,e){return 3===t.type||4===t.type?Ze(t,e):null}(r.parent||e[6],e);if(Array.isArray(n))for(let e=0;e<n.length;e++)Es(t,s,n[e],i);else Es(t,s,n,i)}}function ks(t,e,n,r,s,i,o){for(;null!=n;){const a=r[n.index],l=n.type;o&&0===e&&(a&&cr(Be(a),r),n.flags|=4),64!=(64&n.flags)&&(3===l||4===l?(ks(t,e,n.child,r,s,i,!1),_s(e,t,s,a,i)):1===l?Is(t,e,r,n,s,i):_s(e,t,s,a,i)),n=o?n.projectionNext:n.next}}function Os(t,e,n,r,s,i){ks(n,r,t.firstChild,e,s,i,!1)}function Is(t,e,n,r,s,i){const o=n[16],a=o[6].projection[r.projection];if(Array.isArray(a))for(let l=0;l<a.length;l++)_s(e,t,s,a[l],i);else ks(t,e,a,o[3],s,i,!0)}function Rs(t,e,n){$e(t)?t.setAttribute(e,"style",n):e.style.cssText=n}function Ps(t,e,n){$e(t)?""===n?t.removeAttribute(e,"class"):t.setAttribute(e,"class",n):e.className=n}class Ds{constructor(t,e){this._lView=t,this._cdRefInjectingView=e,this._appRef=null,this._viewContainerRef=null}get rootNodes(){const t=this._lView,e=t[1];return function t(e,n,r,s,i=!1){for(;null!==r;){const o=n[r.index];if(null!==o&&s.push(Be(o)),xe(o))for(let e=Ce;e<o.length;e++){const n=o[e],r=n[1].firstChild;null!==r&&t(n[1],n,r,s)}const a=r.type;if(3===a||4===a)t(e,n,r.child,s);else if(1===a){const e=n[16],i=e[6].projection[r.projection];if(Array.isArray(i))s.push(...i);else{const n=Sr(e);t(n[1],n,i,s,!0)}}r=i?r.projectionNext:r.next}return s}(e,t,e.firstChild,[])}get context(){return this._lView[8]}get destroyed(){return 256==(256&this._lView[2])}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._viewContainerRef){const t=this._viewContainerRef.indexOf(this);t>-1&&this._viewContainerRef.detach(t),this._viewContainerRef=null}bs(this._lView[1],this._lView)}onDestroy(t){!function(t,e,n,r){const s=gs(e);s.push(null),t.firstCreatePass&&function(t){return t.cleanup||(t.cleanup=[])}(t).push(r,s.length-1)}(this._lView[1],this._lView,0,t)}markForCheck(){cs(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-129}reattach(){this._lView[2]|=128}detectChanges(){hs(this._lView[1],this._lView,this.context)}checkNoChanges(){!function(t,e,n){cn(!0);try{hs(t,e,n)}finally{cn(!1)}}(this._lView[1],this._lView,this.context)}attachToViewContainerRef(t){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=t}detachFromAppRef(){var t;this._appRef=null,Os(this._lView[1],t=this._lView,t[11],2,null,null)}attachToAppRef(t){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=t}}class Vs extends Ds{constructor(t){super(t),this._view=t}detectChanges(){ds(this._view)}checkNoChanges(){!function(t){cn(!0);try{ds(t)}finally{cn(!1)}}(this._view)}get context(){return null}}let Ms,js,Ns;function Fs(t,e,n){return Ms||(Ms=class extends t{}),new Ms(Ze(e,n))}let Us=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>Ls(),t})();const Ls=function(t=!1){return function(t,e,n){if(!n&&Te(t)){const n=We(t.index,e);return new Ds(n,n)}return 2===t.type||0===t.type||3===t.type||4===t.type?new Ds(e[16],e):null}(on(),nn(),t)},Hs=Function,$s=new jt("Set Injector scope."),zs={},Bs={},Gs=[];let Zs=void 0;function qs(){return void 0===Zs&&(Zs=new Yt),Zs}function Ws(t,e=null,n=null,r){return new Qs(t,n,e||qs(),r)}class Qs{constructor(t,e,n,r=null){this.parent=n,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this._destroyed=!1;const s=[];e&&Xt(e,n=>this.processProvider(n,t,e)),Xt([t],t=>this.processInjectorType(t,[],s)),this.records.set(Nt,Ks(void 0,this));const i=this.records.get($s);this.scope=null!=i?i.value:null,this.source=r||("object"==typeof t?null:_t(t))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach(t=>t.ngOnDestroy())}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}}get(t,e=Ft,n=it.Default){this.assertNotDestroyed();const r=Bt(this);try{if(!(n&it.SkipSelf)){let e=this.records.get(t);if(void 0===e){const n=("function"==typeof(s=t)||"object"==typeof s&&s instanceof jt)&&ct(t);e=n&&this.injectableDefInScope(n)?Ks(Ys(t),zs):null,this.records.set(t,e)}if(null!=e)return this.hydrate(t,e)}return(n&it.Self?qs():this.parent).get(t,e=n&it.Optional&&e===Ft?null:e)}catch(i){if("NullInjectorError"===i.name){if((i.ngTempTokenPath=i.ngTempTokenPath||[]).unshift(_t(t)),r)throw i;return function(t,e,n,r){const s=t.ngTempTokenPath;throw e[Lt]&&s.unshift(e[Lt]),t.message=function(t,e,n,r=null){t=t&&"\n"===t.charAt(0)&&"\u0275"==t.charAt(1)?t.substr(2):t;let s=_t(e);if(Array.isArray(e))s=e.map(_t).join(" -> ");else if("object"==typeof e){let t=[];for(let n in e)if(e.hasOwnProperty(n)){let r=e[n];t.push(n+":"+("string"==typeof r?JSON.stringify(r):_t(r)))}s=`{${t.join(", ")}}`}return`${n}${r?"("+r+")":""}[${s}]: ${t.replace(Ut,"\n ")}`}("\n"+t.message,s,n,r),t.ngTokenPath=s,t.ngTempTokenPath=null,t}(i,t,"R3InjectorError",this.source)}throw i}finally{Bt(r)}var s}_resolveInjectorDefTypes(){this.injectorDefTypes.forEach(t=>this.get(t))}toString(){const t=[];return this.records.forEach((e,n)=>t.push(_t(n))),`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new Error("Injector has already been destroyed.")}processInjectorType(t,e,n){if(!(t=Ct(t)))return!1;let r=dt(t);const s=null==r&&t.ngModule||void 0,i=void 0===s?t:s,o=-1!==n.indexOf(i);if(void 0!==s&&(r=dt(s)),null==r)return!1;if(null!=r.imports&&!o){let t;n.push(i);try{Xt(r.imports,r=>{this.processInjectorType(r,e,n)&&(void 0===t&&(t=[]),t.push(r))})}finally{}if(void 0!==t)for(let e=0;e<t.length;e++){const{ngModule:n,providers:r}=t[e];Xt(r,t=>this.processProvider(t,n,r||Gs))}}this.injectorDefTypes.add(i),this.records.set(i,Ks(r.factory,zs));const a=r.providers;if(null!=a&&!o){const e=t;Xt(a,t=>this.processProvider(t,e,a))}return void 0!==s&&void 0!==t.providers}processProvider(t,e,n){let r=ti(t=Ct(t))?t:Ct(t&&t.provide);const s=function(t,e,n){return Xs(t)?Ks(void 0,t.useValue):Ks(Js(t),zs)}(t);if(ti(t)||!0!==t.multi)this.records.get(r);else{let e=this.records.get(r);e||(e=Ks(void 0,zs,!0),e.factory=()=>Qt(e.multi),this.records.set(r,e)),r=t,e.multi.push(t)}this.records.set(r,s)}hydrate(t,e){var n;return e.value===zs&&(e.value=Bs,e.value=e.factory()),"object"==typeof e.value&&e.value&&null!==(n=e.value)&&"object"==typeof n&&"function"==typeof n.ngOnDestroy&&this.onDestroy.add(e.value),e.value}injectableDefInScope(t){return!!t.providedIn&&("string"==typeof t.providedIn?"any"===t.providedIn||t.providedIn===this.scope:this.injectorDefTypes.has(t.providedIn))}}function Ys(t){const e=ct(t),n=null!==e?e.factory:ve(t);if(null!==n)return n;const r=dt(t);if(null!==r)return r.factory;if(t instanceof jt)throw new Error(`Token ${_t(t)} is missing a \u0275prov definition.`);if(t instanceof Function)return function(t){const e=t.length;if(e>0){const n=function(t,e){const n=[];for(let r=0;r<t;r++)n.push("?");return n}(e);throw new Error(`Can't resolve all parameters for ${_t(t)}: (${n.join(", ")}).`)}const n=function(t){const e=t&&(t[pt]||t[mt]||t[gt]&&t[gt]());if(e){const n=function(t){if(t.hasOwnProperty("name"))return t.name;const e=(""+t).match(/^function\s*([^\s(]+)/);return null===e?"":e[1]}(t);return console.warn(`DEPRECATED: DI is instantiating a token "${n}" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "${n}" class.`),e}return null}(t);return null!==n?()=>n.factory(t):()=>new t}(t);throw new Error("unreachable")}function Js(t,e,n){let r=void 0;if(ti(t)){const e=Ct(t);return ve(e)||Ys(e)}if(Xs(t))r=()=>Ct(t.useValue);else if((s=t)&&s.useFactory)r=()=>t.useFactory(...Qt(t.deps||[]));else if(function(t){return!(!t||!t.useExisting)}(t))r=()=>qt(Ct(t.useExisting));else{const e=Ct(t&&(t.useClass||t.provide));if(!function(t){return!!t.deps}(t))return ve(e)||Ys(e);r=()=>new e(...Qt(t.deps))}var s;return r}function Ks(t,e,n=!1){return{factory:t,value:e,multi:n?[]:void 0}}function Xs(t){return null!==t&&"object"==typeof t&&Ht in t}function ti(t){return"function"==typeof t}const ei=function(t,e,n){return function(t,e=null,n=null,r){const s=Ws(t,e,n,r);return s._resolveInjectorDefTypes(),s}({name:n},e,t,n)};let ni=(()=>{class t{static create(t,e){return Array.isArray(t)?ei(t,e,""):ei(t.providers,t.parent,t.name||"")}}return t.THROW_IF_NOT_FOUND=Ft,t.NULL=new Yt,t.\u0275prov=lt({token:t,providedIn:"any",factory:()=>qt(Nt)}),t.__NG_ELEMENT_ID__=-1,t})();const ri=new jt("AnalyzeForEntryComponents");function si(t,e,n){let r=n?t.styles:null,s=n?t.classes:null,i=0;if(null!==e)for(let o=0;o<e.length;o++){const t=e[o];"number"==typeof t?i=t:1==i?s=vt(s,t):2==i&&(r=vt(r,t+": "+e[++o]+";"))}n?t.styles=r:t.stylesWithoutHost=r,n?t.classes=s:t.classesWithoutHost=s}function ii(t,e){const n=Qe(t)[1],r=n.data.length-1;xn(n,{directiveStart:r,directiveEnd:r+1})}function oi(t){let e=Object.getPrototypeOf(t.type.prototype).constructor,n=!0;const r=[t];for(;e;){let s=void 0;if(ke(t))s=e.\u0275cmp||e.\u0275dir;else{if(e.\u0275cmp)throw new Error("Directives cannot inherit Components");s=e.\u0275dir}if(s){if(n){r.push(s);const e=t;e.inputs=ai(t.inputs),e.declaredInputs=ai(t.declaredInputs),e.outputs=ai(t.outputs);const n=s.hostBindings;n&&ci(t,n);const i=s.viewQuery,o=s.contentQueries;if(i&&li(t,i),o&&ui(t,o),at(t.inputs,s.inputs),at(t.declaredInputs,s.declaredInputs),at(t.outputs,s.outputs),ke(s)&&s.data.animation){const e=t.data;e.animation=(e.animation||[]).concat(s.data.animation)}}const e=s.features;if(e)for(let r=0;r<e.length;r++){const s=e[r];s&&s.ngInherit&&s(t),s===oi&&(n=!1)}}e=Object.getPrototypeOf(e)}!function(t){let e=0,n=null;for(let r=t.length-1;r>=0;r--){const s=t[r];s.hostVars=e+=s.hostVars,s.hostAttrs=Mn(s.hostAttrs,n=Mn(n,s.hostAttrs))}}(r)}function ai(t){return t===ae?{}:t===le?[]:t}function li(t,e){const n=t.viewQuery;t.viewQuery=n?(t,r)=>{e(t,r),n(t,r)}:e}function ui(t,e){const n=t.contentQueries;t.contentQueries=n?(t,r,s)=>{e(t,r,s),n(t,r,s)}:e}function ci(t,e){const n=t.hostBindings;t.hostBindings=n?(t,r)=>{e(t,r),n(t,r)}:e}let hi=null;function di(){if(!hi){const t=kt.Symbol;if(t&&t.iterator)hi=t.iterator;else{const t=Object.getOwnPropertyNames(Map.prototype);for(let e=0;e<t.length;++e){const n=t[e];"entries"!==n&&"size"!==n&&Map.prototype[n]===Map.prototype.entries&&(hi=n)}}}return hi}class pi{constructor(t){this.wrapped=t}static wrap(t){return new pi(t)}static unwrap(t){return pi.isWrapped(t)?t.wrapped:t}static isWrapped(t){return t instanceof pi}}function fi(t){return!!gi(t)&&(Array.isArray(t)||!(t instanceof Map)&&di()in t)}function gi(t){return null!==t&&("function"==typeof t||"object"==typeof t)}function mi(t,e,n){return!Object.is(t[e],n)&&(t[e]=n,!0)}function yi(t,e,n,r,s,i,o,a){const l=nn(),u=rn(),c=t+be,h=u.firstCreatePass?function(t,e,n,r,s,i,o,a,l){const u=e.consts,c=Fr(e,t,0,o||null,Je(u,a));Wr(e,n,c,Je(u,l)),xn(e,c);const h=c.tViews=Zr(2,c,r,s,i,e.directiveRegistry,e.pipeRegistry,null,e.schemas,u);return null!==e.queries&&(e.queries.template(e,c),h.queries=e.queries.embeddedTView(c)),c}(t,u,l,e,n,r,s,i,o):u.data[c];an(h,!1);const d=l[11].createComment("");As(u,l,d,h),cr(d,l),us(l,l[c]=os(d,l,d,h)),Ae(h)&&zr(u,l,h),null!=o&&Br(l,h,a)}function _i(t,e=it.Default){const n=nn();return null===n?qt(t,e):Wn(on(),n,Ct(t),e)}function vi(t,e,n){const r=nn();return mi(r,hn(),e)&&function(t,e,n,r,s,i,o,a){const l=Ze(e,n);let u,c=e.inputs;var h;null!=c&&(u=c[r])?(ys(t,n,u,r,s),Te(e)&&function(t,e){const n=We(e,t);16&n[2]||(n[2]|=64)}(n,e.index)):2===e.type&&(r="class"===(h=r)?"className":"for"===h?"htmlFor":"formaction"===h?"formAction":"innerHtml"===h?"innerHTML":"readonly"===h?"readOnly":"tabindex"===h?"tabIndex":h,s=null!=o?o(s,e.tagName||"",r):s,$e(i)?i.setProperty(l,r,s):Vn(r)||(l.setProperty?l.setProperty(r,s):l[r]=s))}(rn(),function(){const t=tn.lFrame;return qe(t.tView,t.selectedIndex)}(),r,t,e,r[11],n),vi}function wi(t,e,n,r,s){const i=s?"class":"style";ys(t,n,e.inputs[i],i,r)}function bi(t,e,n,r){const s=nn(),i=rn(),o=be+t,a=s[11],l=s[o]=jr(e,a,tn.lFrame.currentNamespace),u=i.firstCreatePass?function(t,e,n,r,s,i,o){const a=e.consts,l=Fr(e,t,2,s,Je(a,i));return Wr(e,n,l,Je(a,o)),null!==l.attrs&&si(l,l.attrs,!1),null!==l.mergedAttrs&&si(l,l.mergedAttrs,!0),null!==e.queries&&e.queries.elementStart(e,l),l}(t,i,s,0,e,n,r):i.data[o];an(u,!0);const c=u.mergedAttrs;null!==c&&Pn(a,l,c);const h=u.classes;null!==h&&Ps(a,l,h);const d=u.styles;null!==d&&Rs(a,l,d),As(i,s,l,u),0===tn.lFrame.elementDepthCount&&cr(l,s),tn.lFrame.elementDepthCount++,Ae(u)&&(zr(i,s,u),function(t,e,n){if(Ee(e)){const r=e.directiveEnd;for(let s=e.directiveStart;s<r;s++){const e=t.data[s];e.contentQueries&&e.contentQueries(1,n[s],s)}}}(i,u,s)),null!==r&&Br(s,u)}function Ci(){let t=on();ln()?tn.lFrame.isParent=!1:(t=t.parent,an(t,!1));const e=t;tn.lFrame.elementDepthCount--;const n=rn();n.firstCreatePass&&(xn(n,t),Ee(t)&&n.queries.elementEnd(t)),null!=e.classesWithoutHost&&function(t){return 0!=(16&t.flags)}(e)&&wi(n,e,nn(),e.classesWithoutHost,!0),null!=e.stylesWithoutHost&&function(t){return 0!=(32&t.flags)}(e)&&wi(n,e,nn(),e.stylesWithoutHost,!1)}function Si(t,e,n,r){bi(t,e,n,r),Ci()}function xi(t){return!!t&&"function"==typeof t.then}function Ei(t){return!!t&&"function"==typeof t.subscribe}function Ti(t,e,n=!1,r){const s=nn(),i=rn(),o=on();return function(t,e,n,r,s,i,o=!1,a){const l=Ae(r),u=t.firstCreatePass&&(t.cleanup||(t.cleanup=[])),c=gs(e);let h=!0;if(2===r.type){const d=Ze(r,e),p=a?a(d):ae,f=p.target||d,g=c.length,m=a?t=>a(Be(t[r.index])).target:r.index;if($e(n)){let o=null;if(!a&&l&&(o=function(t,e,n,r){const s=t.cleanup;if(null!=s)for(let i=0;i<s.length-1;i+=2){const t=s[i];if(t===n&&s[i+1]===r){const t=e[7],n=s[i+2];return t.length>n?t[n]:null}"string"==typeof t&&(i+=2)}return null}(t,e,s,r.index)),null!==o)(o.__ngLastListenerFn__||o).__ngNextListenerFn__=i,o.__ngLastListenerFn__=i,h=!1;else{i=ki(r,e,i,!1);const t=n.listen(p.name||f,s,i);c.push(i,t),u&&u.push(s,m,g,g+1)}}else i=ki(r,e,i,!0),f.addEventListener(s,i,o),c.push(i),u&&u.push(s,m,g,o)}const d=r.outputs;let p;if(h&&null!==d&&(p=d[s])){const t=p.length;if(t)for(let n=0;n<t;n+=2){const t=e[p[n]][p[n+1]].subscribe(i),o=c.length;c.push(i,t),u&&u.push(s,r.index,o,-(o+1))}}}(i,s,s[11],o,t,e,n,r),Ti}function Ai(t,e,n){try{return!1!==e(n)}catch(r){return ms(t,r),!1}}function ki(t,e,n,r){return function s(i){if(i===Function)return n;const o=2&t.flags?We(t.index,e):e;0==(32&e[2])&&cs(o);let a=Ai(e,n,i),l=s.__ngNextListenerFn__;for(;l;)a=Ai(e,l,i)&&a,l=l.__ngNextListenerFn__;return r&&!1===a&&(i.preventDefault(),i.returnValue=!1),a}}function Oi(t=1){return function(t){return(tn.lFrame.contextLView=function(t,e){for(;t>0;)e=e[15],t--;return e}(t,tn.lFrame.contextLView))[8]}(t)}const Ii=[];function Ri(t,e,n,r,s){const i=t[n+1],o=null===e;let a=r?Ir(i):Pr(i),l=!1;for(;0!==a&&(!1===l||o);){const n=t[a+1];Pi(t[a],e)&&(l=!0,t[a+1]=r?Vr(n):Rr(n)),a=r?Ir(n):Pr(n)}l&&(t[n+1]=r?Rr(i):Vr(i))}function Pi(t,e){return null===t||null==e||(Array.isArray(t)?t[1]:t)===e||!(!Array.isArray(t)||"string"!=typeof e)&&se(t,e)>=0}function Di(t,e){return function(t,e,n,r){const s=nn(),i=rn(),o=function(t){const e=tn.lFrame,n=e.bindingIndex;return e.bindingIndex=e.bindingIndex+2,n}();i.firstUpdatePass&&function(t,e,n,r){const s=t.data;if(null===s[n+1]){const i=s[Cn()+be],o=function(t,e){return e>=t.expandoStartIndex}(t,n);(function(t,e){return 0!=(16&t.flags)})(i)&&null===e&&!o&&(e=!1),e=function(t,e,n,r){const s=function(t){const e=tn.lFrame.currentDirectiveIndex;return-1===e?null:t[e]}(t);let i=e.residualClasses;if(null===s)0===e.classBindings&&(n=Mi(n=Vi(null,t,e,n,r),e.attrs,r),i=null);else{const o=e.directiveStylingLast;if(-1===o||t[o]!==s)if(n=Vi(s,t,e,n,r),null===i){let n=function(t,e,n){const r=e.classBindings;if(0!==Pr(r))return t[Ir(r)]}(t,e);void 0!==n&&Array.isArray(n)&&(n=Vi(null,t,e,n[1],r),n=Mi(n,e.attrs,r),function(t,e,n,r){t[Ir(e.classBindings)]=r}(t,e,0,n))}else i=function(t,e,n){let r=void 0;const s=e.directiveEnd;for(let i=1+e.directiveStylingLast;i<s;i++)r=Mi(r,t[i].hostAttrs,true);return Mi(r,e.attrs,true)}(t,e)}return void 0!==i&&(e.residualClasses=i),n}(s,i,e,r),function(t,e,n,r,s,i){let o=e.classBindings,a=Ir(o),l=Pr(o);t[r]=n;let u,c=!1;if(Array.isArray(n)){const t=n;u=t[1],(null===u||se(t,u)>0)&&(c=!0)}else u=n;if(s)if(0!==l){const e=Ir(t[a+1]);t[r+1]=Or(e,a),0!==e&&(t[e+1]=Dr(t[e+1],r)),t[a+1]=131071&t[a+1]|r<<17}else t[r+1]=Or(a,0),0!==a&&(t[a+1]=Dr(t[a+1],r)),a=r;else t[r+1]=Or(l,0),0===a?a=r:t[l+1]=Dr(t[l+1],r),l=r;c&&(t[r+1]=Rr(t[r+1])),Ri(t,u,r,!0),Ri(t,u,r,!1),function(t,e,n,r,s){const i=t.residualClasses;null!=i&&"string"==typeof e&&se(i,e)>=0&&(n[r+1]=Vr(n[r+1]))}(e,u,t,r),o=Or(a,l),e.classBindings=o}(s,i,e,n,o)}}(i,t,o,true),e!==Cr&&mi(s,o,e)&&function(t,e,n,r,s,i,o,a){if(2!==e.type)return;const l=t.data,u=l[a+1];Ni(1==(1&u)?ji(l,e,n,s,Pr(u),o):void 0)||(Ni(i)||function(t){return 2==(2&t)}(u)&&(i=ji(l,null,n,s,a,o)),function(t,e,n,r,s){const i=$e(t);s?i?t.addClass(n,r):n.classList.add(r):i?t.removeClass(n,r):n.classList.remove(r)}(r,0,Ge(Cn(),n),s,i))}(i,i.data[Cn()+be],s,s[11],t,s[o+1]=function(t,e){return null==t||"object"==typeof t&&(t=_t(function(t){return t instanceof class{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return"SafeValue must use [property]=binding: "+this.changingThisBreaksApplicationSecurity+" (see http://g.co/ng/security#xss)"}}?t.changingThisBreaksApplicationSecurity:t}(t))),t}(e),true,o)}(t,e),Di}function Vi(t,e,n,r,s){let i=null;const o=n.directiveEnd;let a=n.directiveStylingLast;for(-1===a?a=n.directiveStart:a++;a<o&&(i=e[a],r=Mi(r,i.hostAttrs,s),i!==t);)a++;return null!==t&&(n.directiveStylingLast=a),r}function Mi(t,e,n){const r=n?1:2;let s=-1;if(null!==e)for(let i=0;i<e.length;i++){const o=e[i];"number"==typeof o?s=o:s===r&&(Array.isArray(t)||(t=void 0===t?[]:["",t]),ne(t,o,!!n||e[++i]))}return void 0===t?null:t}function ji(t,e,n,r,s,i){const o=null===e;let a=void 0;for(;s>0;){const e=t[s],i=Array.isArray(e),l=i?e[1]:e,u=null===l;let c=n[s+1];c===Cr&&(c=u?Ii:void 0);let h=u?re(c,r):l===r?c:void 0;if(i&&!Ni(h)&&(h=re(e,r)),Ni(h)&&(a=h,o))return a;const d=t[s+1];s=o?Ir(d):Pr(d)}if(null!==e){let t=i?e.residualClasses:e.residualStyles;null!=t&&(a=re(t,r))}return a}function Ni(t){return void 0!==t}function Fi(t,e=""){const n=nn(),r=rn(),s=t+be,i=r.firstCreatePass?Fr(r,t,2,null,null):r.data[s],o=n[s]=function(t,e){return $e(e)?e.createText(t):e.createTextNode(t)}(e,n[11]);As(r,n,o,i),an(i,!1)}function Ui(t){return Li("",t,""),Ui}function Li(t,e,n){const r=nn(),s=function(t,e,n,r){return mi(t,hn(),n)?e+Ie(n)+r:Cr}(r,t,e,n);return s!==Cr&&function(t,e,n){const r=Ge(e,t),s=t[11];$e(s)?s.setValue(r,n):r.textContent=n}(r,Cn(),s),Li}const Hi=void 0;var $i=["en",[["a","p"],["AM","PM"],Hi],[["AM","PM"],Hi,Hi],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Hi,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Hi,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Hi,"{1} 'at' {0}",Hi],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(t){let e=Math.floor(Math.abs(t)),n=t.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===n?1:5}];let zi={};function Bi(t){const e=function(t){return t.toLowerCase().replace(/_/g,"-")}(t);let n=Gi(e);if(n)return n;const r=e.split("-")[0];if(n=Gi(r),n)return n;if("en"===r)return $i;throw new Error(`Missing locale data for the locale "${t}".`)}function Gi(t){return t in zi||(zi[t]=kt.ng&&kt.ng.common&&kt.ng.common.locales&&kt.ng.common.locales[t]),zi[t]}var Zi=function(t){return t[t.LocaleId=0]="LocaleId",t[t.DayPeriodsFormat=1]="DayPeriodsFormat",t[t.DayPeriodsStandalone=2]="DayPeriodsStandalone",t[t.DaysFormat=3]="DaysFormat",t[t.DaysStandalone=4]="DaysStandalone",t[t.MonthsFormat=5]="MonthsFormat",t[t.MonthsStandalone=6]="MonthsStandalone",t[t.Eras=7]="Eras",t[t.FirstDayOfWeek=8]="FirstDayOfWeek",t[t.WeekendRange=9]="WeekendRange",t[t.DateFormat=10]="DateFormat",t[t.TimeFormat=11]="TimeFormat",t[t.DateTimeFormat=12]="DateTimeFormat",t[t.NumberSymbols=13]="NumberSymbols",t[t.NumberFormats=14]="NumberFormats",t[t.CurrencyCode=15]="CurrencyCode",t[t.CurrencySymbol=16]="CurrencySymbol",t[t.CurrencyName=17]="CurrencyName",t[t.Currencies=18]="Currencies",t[t.Directionality=19]="Directionality",t[t.PluralCase=20]="PluralCase",t[t.ExtraData=21]="ExtraData",t}({});const qi="en-US";let Wi=qi;function Qi(t){var e,n;n="Expected localeId to be defined",null==(e=t)&&function(t,e,n,r){throw new Error("ASSERTION ERROR: "+t+` [Expected=> null != ${e} <=Actual]`)}(n,e),"string"==typeof t&&(Wi=t.toLowerCase().replace(/_/g,"-"))}function Yi(t,e,n,r,s){if(t=Ct(t),Array.isArray(t))for(let i=0;i<t.length;i++)Yi(t[i],e,n,r,s);else{const i=rn(),o=nn();let a=ti(t)?t:Ct(t.provide),l=Js(t);const u=on(),c=1048575&u.providerIndexes,h=u.directiveStart,d=u.providerIndexes>>20;if(ti(t)||!t.multi){const r=new Rn(l,s,_i),p=Xi(a,e,s?c:c+d,h);-1===p?(qn(zn(u,o),i,a),Ji(i,t,e.length),e.push(a),u.directiveStart++,u.directiveEnd++,s&&(u.providerIndexes+=1048576),n.push(r),o.push(r)):(n[p]=r,o[p]=r)}else{const p=Xi(a,e,c+d,h),f=Xi(a,e,c,c+d),g=p>=0&&n[p],m=f>=0&&n[f];if(s&&!m||!s&&!g){qn(zn(u,o),i,a);const c=function(t,e,n,r,s){const i=new Rn(t,n,_i);return i.multi=[],i.index=e,i.componentProviders=0,Ki(i,s,r&&!n),i}(s?eo:to,n.length,s,r,l);!s&&m&&(n[f].providerFactory=c),Ji(i,t,e.length,0),e.push(a),u.directiveStart++,u.directiveEnd++,s&&(u.providerIndexes+=1048576),n.push(c),o.push(c)}else Ji(i,t,p>-1?p:f,Ki(n[s?f:p],l,!s&&r));!s&&r&&m&&n[f].componentProviders++}}}function Ji(t,e,n,r){const s=ti(e);if(s||e.useClass){const i=(e.useClass||e).prototype.ngOnDestroy;if(i){const o=t.destroyHooks||(t.destroyHooks=[]);if(!s&&e.multi){const t=o.indexOf(n);-1===t?o.push(n,[r,i]):o[t+1].push(r,i)}else o.push(n,i)}}}function Ki(t,e,n){return n&&t.componentProviders++,t.multi.push(e)-1}function Xi(t,e,n,r){for(let s=n;s<r;s++)if(e[s]===t)return s;return-1}function to(t,e,n,r){return no(this.multi,[])}function eo(t,e,n,r){const s=this.multi;let i;if(this.providerFactory){const t=this.providerFactory.componentProviders,e=Jn(n,n[1],this.providerFactory.index,r);i=e.slice(0,t),no(s,i);for(let n=t;n<e.length;n++)i.push(e[n])}else i=[],no(s,i);return i}function no(t,e){for(let n=0;n<t.length;n++)e.push((0,t[n])());return e}function ro(t,e=[]){return n=>{n.providersResolver=(n,r)=>function(t,e,n){const r=rn();if(r.firstCreatePass){const s=ke(t);Yi(n,r.data,r.blueprint,s,!0),Yi(e,r.data,r.blueprint,s,!1)}}(n,r?r(t):t,e)}}class so{}class io{resolveComponentFactory(t){throw function(t){const e=Error(`No component factory found for ${_t(t)}. Did you add it to @NgModule.entryComponents?`);return e.ngComponent=t,e}(t)}}let oo=(()=>{class t{}return t.NULL=new io,t})(),ao=(()=>{class t{constructor(t){this.nativeElement=t}}return t.__NG_ELEMENT_ID__=()=>lo(t),t})();const lo=function(t){return Fs(t,on(),nn())};class uo{}var co=function(t){return t[t.Important=1]="Important",t[t.DashCase=2]="DashCase",t}({});let ho=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>po(),t})();const po=function(){const t=nn(),e=We(on().index,t);return function(t){const e=t[11];if($e(e))return e;throw new Error("Cannot inject Renderer2 when the application uses Renderer3!")}(Se(e)?e:t)};let fo=(()=>{class t{}return t.\u0275prov=lt({token:t,providedIn:"root",factory:()=>null}),t})();class go{constructor(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")}}const mo=new go("10.2.3");class yo{constructor(){}supports(t){return fi(t)}create(t){return new vo(t)}}const _o=(t,e)=>e;class vo{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||_o}forEachItem(t){let e;for(e=this._itHead;null!==e;e=e._next)t(e)}forEachOperation(t){let e=this._itHead,n=this._removalsHead,r=0,s=null;for(;e||n;){const i=!n||e&&e.currentIndex<So(n,r,s)?e:n,o=So(i,r,s),a=i.currentIndex;if(i===n)r--,n=n._nextRemoved;else if(e=e._next,null==i.previousIndex)r++;else{s||(s=[]);const t=o-r,e=a-r;if(t!=e){for(let n=0;n<t;n++){const r=n<s.length?s[n]:s[n]=0,i=r+n;e<=i&&i<t&&(s[n]=r+1)}s[i.previousIndex]=e-t}}o!==a&&t(i,o,a)}}forEachPreviousItem(t){let e;for(e=this._previousItHead;null!==e;e=e._nextPrevious)t(e)}forEachAddedItem(t){let e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)}forEachMovedItem(t){let e;for(e=this._movesHead;null!==e;e=e._nextMoved)t(e)}forEachRemovedItem(t){let e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)}forEachIdentityChange(t){let e;for(e=this._identityChangesHead;null!==e;e=e._nextIdentityChange)t(e)}diff(t){if(null==t&&(t=[]),!fi(t))throw new Error(`Error trying to diff '${_t(t)}'. Only arrays and iterables are allowed`);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let e,n,r,s=this._itHead,i=!1;if(Array.isArray(t)){this.length=t.length;for(let e=0;e<this.length;e++)n=t[e],r=this._trackByFn(e,n),null!==s&&Object.is(s.trackById,r)?(i&&(s=this._verifyReinsertion(s,n,r,e)),Object.is(s.item,n)||this._addIdentityChange(s,n)):(s=this._mismatch(s,n,r,e),i=!0),s=s._next}else e=0,function(t,e){if(Array.isArray(t))for(let n=0;n<t.length;n++)e(t[n]);else{const n=t[di()]();let r;for(;!(r=n.next()).done;)e(r.value)}}(t,t=>{r=this._trackByFn(e,t),null!==s&&Object.is(s.trackById,r)?(i&&(s=this._verifyReinsertion(s,t,r,e)),Object.is(s.item,t)||this._addIdentityChange(s,t)):(s=this._mismatch(s,t,r,e),i=!0),s=s._next,e++}),this.length=e;return this._truncate(s),this.collection=t,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,e,n,r){let s;return null===t?s=this._itTail:(s=t._prev,this._remove(t)),null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(Object.is(t.item,e)||this._addIdentityChange(t,e),this._moveAfter(t,s,r)):null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(Object.is(t.item,e)||this._addIdentityChange(t,e),this._reinsertAfter(t,s,r)):t=this._addAfter(new wo(e,n),s,r),t}_verifyReinsertion(t,e,n,r){let s=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==s?t=this._reinsertAfter(s,t._prev,r):t.currentIndex!=r&&(t.currentIndex=r,this._addToMoves(t,r)),t}_truncate(t){for(;null!==t;){const e=t._next;this._addToRemovals(this._unlink(t)),t=e}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,e,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);const r=t._prevRemoved,s=t._nextRemoved;return null===r?this._removalsHead=s:r._nextRemoved=s,null===s?this._removalsTail=r:s._prevRemoved=r,this._insertAfter(t,e,n),this._addToMoves(t,n),t}_moveAfter(t,e,n){return this._unlink(t),this._insertAfter(t,e,n),this._addToMoves(t,n),t}_addAfter(t,e,n){return this._insertAfter(t,e,n),this._additionsTail=null===this._additionsTail?this._additionsHead=t:this._additionsTail._nextAdded=t,t}_insertAfter(t,e,n){const r=null===e?this._itHead:e._next;return t._next=r,t._prev=e,null===r?this._itTail=t:r._prev=t,null===e?this._itHead=t:e._next=t,null===this._linkedRecords&&(this._linkedRecords=new Co),this._linkedRecords.put(t),t.currentIndex=n,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);const e=t._prev,n=t._next;return null===e?this._itHead=n:e._next=n,null===n?this._itTail=e:n._prev=e,t}_addToMoves(t,e){return t.previousIndex===e||(this._movesTail=null===this._movesTail?this._movesHead=t:this._movesTail._nextMoved=t),t}_addToRemovals(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Co),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,e){return t.item=e,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=t:this._identityChangesTail._nextIdentityChange=t,t}}class wo{constructor(t,e){this.item=t,this.trackById=e,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class bo{constructor(){this._head=null,this._tail=null}add(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,e){let n;for(n=this._head;null!==n;n=n._nextDup)if((null===e||e<=n.currentIndex)&&Object.is(n.trackById,t))return n;return null}remove(t){const e=t._prevDup,n=t._nextDup;return null===e?this._head=n:e._nextDup=n,null===n?this._tail=e:n._prevDup=e,null===this._head}}class Co{constructor(){this.map=new Map}put(t){const e=t.trackById;let n=this.map.get(e);n||(n=new bo,this.map.set(e,n)),n.add(t)}get(t,e){const n=this.map.get(t);return n?n.get(t,e):null}remove(t){const e=t.trackById;return this.map.get(e).remove(t)&&this.map.delete(e),t}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function So(t,e,n){const r=t.previousIndex;if(null===r)return r;let s=0;return n&&r<n.length&&(s=n[r]),r+e+s}class xo{constructor(){}supports(t){return t instanceof Map||gi(t)}create(){return new Eo}}class Eo{constructor(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(t){let e;for(e=this._mapHead;null!==e;e=e._next)t(e)}forEachPreviousItem(t){let e;for(e=this._previousMapHead;null!==e;e=e._nextPrevious)t(e)}forEachChangedItem(t){let e;for(e=this._changesHead;null!==e;e=e._nextChanged)t(e)}forEachAddedItem(t){let e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)}forEachRemovedItem(t){let e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)}diff(t){if(t){if(!(t instanceof Map||gi(t)))throw new Error(`Error trying to diff '${_t(t)}'. Only maps and objects are allowed`)}else t=new Map;return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let e=this._mapHead;if(this._appendAfter=null,this._forEach(t,(t,n)=>{if(e&&e.key===n)this._maybeAddToChanges(e,t),this._appendAfter=e,e=e._next;else{const r=this._getOrCreateRecordForKey(n,t);e=this._insertBeforeOrAppend(e,r)}}),e){e._prev&&(e._prev._next=null),this._removalsHead=e;for(let t=e;null!==t;t=t._nextRemoved)t===this._mapHead&&(this._mapHead=null),this._records.delete(t.key),t._nextRemoved=t._next,t.previousValue=t.currentValue,t.currentValue=null,t._prev=null,t._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,e){if(t){const n=t._prev;return e._next=t,e._prev=n,t._prev=e,n&&(n._next=e),t===this._mapHead&&(this._mapHead=e),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=e,e._prev=this._appendAfter):this._mapHead=e,this._appendAfter=e,null}_getOrCreateRecordForKey(t,e){if(this._records.has(t)){const n=this._records.get(t);this._maybeAddToChanges(n,e);const r=n._prev,s=n._next;return r&&(r._next=s),s&&(s._prev=r),n._next=null,n._prev=null,n}const n=new To(t);return this._records.set(t,n),n.currentValue=e,this._addToAdditions(n),n}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,e){Object.is(e,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=e,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,e){t instanceof Map?t.forEach(e):Object.keys(t).forEach(n=>e(t[n],n))}}class To{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}let Ao=(()=>{class t{constructor(t){this.factories=t}static create(e,n){if(null!=n){const t=n.factories.slice();e=e.concat(t)}return new t(e)}static extend(e){return{provide:t,useFactory:n=>{if(!n)throw new Error("Cannot extend IterableDiffers without a parent injector");return t.create(e,n)},deps:[[t,new st,new nt]]}}find(t){const e=this.factories.find(e=>e.supports(t));if(null!=e)return e;throw new Error(`Cannot find a differ supporting object '${t}' of type '${n=t,n.name||typeof n}'`);var n}}return t.\u0275prov=lt({token:t,providedIn:"root",factory:()=>new t([new yo])}),t})(),ko=(()=>{class t{constructor(t){this.factories=t}static create(e,n){if(n){const t=n.factories.slice();e=e.concat(t)}return new t(e)}static extend(e){return{provide:t,useFactory:n=>{if(!n)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return t.create(e,n)},deps:[[t,new st,new nt]]}}find(t){const e=this.factories.find(e=>e.supports(t));if(e)return e;throw new Error(`Cannot find a differ supporting object '${t}'`)}}return t.\u0275prov=lt({token:t,providedIn:"root",factory:()=>new t([new xo])}),t})();const Oo=[new xo],Io=new Ao([new yo]),Ro=new ko(Oo);let Po=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>Do(t,ao),t})();const Do=function(t,e){return function(t,e,n,r){return js||(js=class extends t{constructor(t,e,n){super(),this._declarationView=t,this._declarationTContainer=e,this.elementRef=n}createEmbeddedView(t){const e=this._declarationTContainer.tViews,n=Nr(this._declarationView,e,t,16,null,e.declTNode,null,null,null,null);n[17]=this._declarationView[this._declarationTContainer.index];const r=this._declarationView[19];return null!==r&&(n[19]=r.createEmbeddedView(e)),Ur(e,n,t),new Ds(n)}}),0===n.type?new js(r,n,Fs(e,n,r)):null}(t,e,on(),nn())};let Vo=(()=>{class t{}return t.__NG_ELEMENT_ID__=()=>Mo(t,ao),t})();const Mo=function(t,e){return function(t,e,n,r){let s;Ns||(Ns=class extends t{constructor(t,e,n){super(),this._lContainer=t,this._hostTNode=e,this._hostView=n}get element(){return Fs(e,this._hostTNode,this._hostView)}get injector(){return new tr(this._hostTNode,this._hostView)}get parentInjector(){const t=Zn(this._hostTNode,this._hostView);if(Nn(t)){const e=Un(t,this._hostView),n=Fn(t);return new tr(e[1].data[n+8],e)}return new tr(null,this._hostView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){return null!==this._lContainer[8]&&this._lContainer[8][t]||null}get length(){return this._lContainer.length-Ce}createEmbeddedView(t,e,n){const r=t.createEmbeddedView(e||{});return this.insert(r,n),r}createComponent(t,e,n,r,s){const i=n||this.parentInjector;if(!s&&null==t.ngModule&&i){const t=i.get(Jt,null);t&&(s=t)}const o=t.create(i,r,void 0,s);return this.insert(o.hostView,e),o}insert(t,e){const n=t._lView,r=n[1];if(t.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");if(this.allocateContainerIfNeeded(),xe(n[3])){const e=this.indexOf(t);if(-1!==e)this.detach(e);else{const e=n[3],r=new Ns(e,e[6],e[3]);r.detach(r.indexOf(t))}}const s=this._adjustIndex(e),i=this._lContainer;!function(t,e,n,r){const s=Ce+r,i=n.length;r>0&&(n[s-1][4]=e),r<i-Ce?(e[4]=n[s],te(n,Ce+r,e)):(n.push(e),e[4]=null),e[3]=n;const o=e[17];null!==o&&n!==o&&function(t,e){const n=t[9];e[16]!==e[3][3][16]&&(t[2]=!0),null===n?t[9]=[e]:n.push(e)}(o,e);const a=e[19];null!==a&&a.insertView(t),e[2]|=128}(r,n,i,s);const o=function t(e,n){const r=Ce+e+1;if(r<n.length){const e=n[r],s=e[1].firstChild;if(null!==s)return function e(n,r){if(null!==r){const s=r.type;if(2===s)return Ze(r,n);if(0===s)return t(-1,n[r.index]);if(3===s||4===s){const s=r.child;if(null!==s)return e(n,s);{const e=n[r.index];return xe(e)?t(-1,e):Be(e)}}{const t=n[16],s=t[6],i=Sr(t),o=s.projection[r.projection];return null!=o?e(i,o):e(n,r.next)}}return null}(e,s)}return n[7]}(s,i),a=n[11],l=Ts(a,i[7]);return null!==l&&function(t,e,n,r,s,i){r[0]=s,r[6]=e,Os(t,r,n,1,s,i)}(r,i[6],a,n,l,o),t.attachToViewContainerRef(this),te(i[8],s,t),t}move(t,e){if(t.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");return this.insert(t,e)}indexOf(t){const e=this._lContainer[8];return null!==e?e.indexOf(t):-1}remove(t){this.allocateContainerIfNeeded();const e=this._adjustIndex(t,-1),n=ws(this._lContainer,e);n&&(ee(this._lContainer[8],e),bs(n[1],n))}detach(t){this.allocateContainerIfNeeded();const e=this._adjustIndex(t,-1),n=ws(this._lContainer,e);return n&&null!=ee(this._lContainer[8],e)?new Ds(n):null}_adjustIndex(t,e=0){return null==t?this.length+e:t}allocateContainerIfNeeded(){null===this._lContainer[8]&&(this._lContainer[8]=[])}});const i=r[n.index];if(xe(i))s=i;else{let t;if(3===n.type)t=Be(i);else if(t=r[11].createComment(""),Oe(r)){const e=r[11],s=Ze(n,r);Ss(e,Ts(e,s),t,function(t,e){return $e(t)?t.nextSibling(e):e.nextSibling}(e,s))}else As(r[1],r,t,n);r[n.index]=s=os(i,r,t,n),us(r,s)}return new Ns(s,n,r)}(t,e,on(),nn())},jo={};class No extends oo{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const e=_e(t);return new Lo(e,this.ngModule)}}function Fo(t){const e=[];for(let n in t)t.hasOwnProperty(n)&&e.push({propName:t[n],templateName:n});return e}const Uo=new jt("SCHEDULER_TOKEN",{providedIn:"root",factory:()=>Pe});class Lo extends so{constructor(t,e){super(),this.componentDef=t,this.ngModule=e,this.componentType=t.type,this.selector=t.selectors.map(br).join(","),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!e}get inputs(){return Fo(this.componentDef.inputs)}get outputs(){return Fo(this.componentDef.outputs)}create(t,e,n,r){const s=(r=r||this.ngModule)?function(t,e){return{get:(n,r,s)=>{const i=t.get(n,jo,s);return i!==jo||r===jo?i:e.get(n,r,s)}}}(t,r.injector):t,i=s.get(uo,ze),o=s.get(fo,null),a=i.createRenderer(null,this.componentDef),l=this.componentDef.selectors[0][0]||"div",u=n?function(t,e,n){if($e(t))return t.selectRootElement(e,n===oe.ShadowDom);let r="string"==typeof e?t.querySelector(e):e;return r.textContent="",r}(a,n,this.componentDef.encapsulation):jr(l,i.createRenderer(null,this.componentDef),function(t){const e=t.toLowerCase();return"svg"===e?"http://www.w3.org/2000/svg":"math"===e?"http://www.w3.org/1998/MathML/":null}(l)),c=this.componentDef.onPush?576:528,h={components:[],scheduler:Pe,clean:fs,playerHandler:null,flags:0},d=Zr(0,null,null,1,0,null,null,null,null,null),p=Nr(null,d,h,c,null,null,i,a,o,s);let f,g;mn(p);try{const t=function(t,e,n,r,s,i){const o=n[1];n[20]=t;const a=Fr(o,0,2,null,null),l=a.mergedAttrs=e.hostAttrs;null!==l&&(si(a,l,!0),null!==t&&(Pn(s,t,l),null!==a.classes&&Ps(s,t,a.classes),null!==a.styles&&Rs(s,t,a.styles)));const u=r.createRenderer(t,e),c=Nr(n,Gr(e),null,e.onPush?64:16,n[20],a,r,u,null,null);return o.firstCreatePass&&(qn(zn(a,n),o,e.type),Xr(o,a),es(a,n.length,1)),us(n,c),n[20]=c}(u,this.componentDef,p,i,a);if(u)if(n)Pn(a,u,["ng-version",mo.full]);else{const{attrs:t,classes:e}=function(t){const e=[],n=[];let r=1,s=2;for(;r<t.length;){let i=t[r];if("string"==typeof i)2===s?""!==i&&e.push(i,t[++r]):8===s&&n.push(i);else{if(!yr(s))break;s=i}r++}return{attrs:e,classes:n}}(this.componentDef.selectors[0]);t&&Pn(a,u,t),e&&e.length>0&&Ps(a,u,e.join(" "))}if(g=qe(d,0),void 0!==e){const t=g.projection=[];for(let n=0;n<this.ngContentSelectors.length;n++){const r=e[n];t.push(null!=r?Array.from(r):null)}}f=function(t,e,n,r,s){const i=n[1],o=function(t,e,n){const r=on();t.firstCreatePass&&(n.providersResolver&&n.providersResolver(n),Kr(t,r,1),ns(t,e,n));const s=Jn(e,t,e.length-1,r);cr(s,e);const i=Ze(r,e);return i&&cr(i,e),s}(i,n,e);r.components.push(o),t[8]=o,s&&s.forEach(t=>t(o,e)),e.contentQueries&&e.contentQueries(1,o,n.length-1);const a=on();if(i.firstCreatePass&&(null!==e.hostBindings||null!==e.hostAttrs)){Sn(a.index-be);const t=n[1];Qr(t,e),Yr(t,n,e.hostVars),Jr(e,o)}return o}(t,this.componentDef,p,h,[ii]),Ur(d,p,null)}finally{bn()}return new Ho(this.componentType,f,Fs(ao,g,p),p,g)}}class Ho extends class{}{constructor(t,e,n,r,s){super(),this.location=n,this._rootLView=r,this._tNode=s,this.destroyCbs=[],this.instance=e,this.hostView=this.changeDetectorRef=new Vs(r),this.componentType=t}get injector(){return new tr(this._tNode,this._rootLView)}destroy(){this.destroyCbs&&(this.destroyCbs.forEach(t=>t()),this.destroyCbs=null,!this.hostView.destroyed&&this.hostView.destroy())}onDestroy(t){this.destroyCbs&&this.destroyCbs.push(t)}}const $o=new Map;class zo extends Jt{constructor(t,e){super(),this._parent=e,this._bootstrapComponents=[],this.injector=this,this.destroyCbs=[],this.componentFactoryResolver=new No(this);const n=we(t),r=t[Dt]||null;r&&Qi(r),this._bootstrapComponents=De(n.bootstrap),this._r3Injector=Ws(t,e,[{provide:Jt,useValue:this},{provide:oo,useValue:this.componentFactoryResolver}],_t(t)),this._r3Injector._resolveInjectorDefTypes(),this.instance=this.get(t)}get(t,e=ni.THROW_IF_NOT_FOUND,n=it.Default){return t===ni||t===Jt||t===Nt?this:this._r3Injector.get(t,e,n)}destroy(){const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(t=>t()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}}class Bo extends Kt{constructor(t){super(),this.moduleType=t,null!==we(t)&&function(t){const e=new Set;!function t(n){const r=we(n,!0),s=r.id;null!==s&&(function(t,e,n){if(e&&e!==n)throw new Error(`Duplicate module registered for ${t} - ${_t(e)} vs ${_t(e.name)}`)}(s,$o.get(s),n),$o.set(s,n));const i=De(r.imports);for(const o of i)e.has(o)||(e.add(o),t(o))}(t)}(t)}create(t){return new zo(this.moduleType,t)}}function Go(t,e,n,r){const s=nn(),i=function(t,e){return t[e+be]}(s,t);return function(t,e){return pi.isWrapped(e)&&(e=pi.unwrap(e),t[tn.lFrame.bindingIndex]=Cr),e}(s,function(t,e){return t[1].data[e+be].pure}(s,t)?function(t,e,n,r,s,i,o){const a=e+n;return function(t,e,n,r){const s=mi(t,e,n);return mi(t,e+1,r)||s}(t,a,s,i)?function(t,e,n){return t[e]=n}(t,a+2,o?r.call(o,s,i):r(s,i)):function(t,e){const n=t[e];return n===Cr?void 0:n}(t,a+2)}(s,function(){const t=tn.lFrame;let e=t.bindingRootIndex;return-1===e&&(e=t.bindingRootIndex=t.tView.bindingStartIndex),e}(),e,i.transform,n,r,i):i.transform(n,r))}const Zo=class extends S{constructor(t=!1){super(),this.__isAsync=t}emit(t){super.next(t)}subscribe(t,e,n){let r,s=t=>null,i=()=>null;t&&"object"==typeof t?(r=this.__isAsync?e=>{setTimeout(()=>t.next(e))}:e=>{t.next(e)},t.error&&(s=this.__isAsync?e=>{setTimeout(()=>t.error(e))}:e=>{t.error(e)}),t.complete&&(i=this.__isAsync?()=>{setTimeout(()=>t.complete())}:()=>{t.complete()})):(r=this.__isAsync?e=>{setTimeout(()=>t(e))}:e=>{t(e)},e&&(s=this.__isAsync?t=>{setTimeout(()=>e(t))}:t=>{e(t)}),n&&(i=this.__isAsync?()=>{setTimeout(()=>n())}:()=>{n()}));const o=super.subscribe(r,s,i);return t instanceof h&&t.add(o),o}},qo=new jt("Application Initializer");let Wo=(()=>{class t{constructor(t){this.appInits=t,this.initialized=!1,this.done=!1,this.donePromise=new Promise((t,e)=>{this.resolve=t,this.reject=e})}runInitializers(){if(this.initialized)return;const t=[],e=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let n=0;n<this.appInits.length;n++){const e=this.appInits[n]();xi(e)&&t.push(e)}Promise.all(t).then(()=>{e()}).catch(t=>{this.reject(t)}),0===t.length&&e(),this.initialized=!0}}return t.\u0275fac=function(e){return new(e||t)(qt(qo,8))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const Qo=new jt("AppId"),Yo={provide:Qo,useFactory:function(){return`${Jo()}${Jo()}${Jo()}`},deps:[]};function Jo(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Ko=new jt("Platform Initializer"),Xo=new jt("Platform ID"),ta=new jt("appBootstrapListener");let ea=(()=>{class t{log(t){console.log(t)}warn(t){console.warn(t)}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const na=new jt("LocaleId"),ra=new jt("DefaultCurrencyCode");class sa{constructor(t,e){this.ngModuleFactory=t,this.componentFactories=e}}const ia=function(t){return new Bo(t)},oa=ia,aa=function(t){return Promise.resolve(ia(t))},la=function(t){const e=ia(t),n=De(we(t).declarations).reduce((t,e)=>{const n=_e(e);return n&&t.push(new Lo(n)),t},[]);return new sa(e,n)},ua=la,ca=function(t){return Promise.resolve(la(t))};let ha=(()=>{class t{constructor(){this.compileModuleSync=oa,this.compileModuleAsync=aa,this.compileModuleAndAllComponentsSync=ua,this.compileModuleAndAllComponentsAsync=ca}clearCache(){}clearCacheFor(t){}getModuleId(t){}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const da=(()=>Promise.resolve(0))();function pa(t){"undefined"==typeof Zone?da.then(()=>{t&&t.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",t)}class fa{constructor({enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:e=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Zo(!1),this.onMicrotaskEmpty=new Zo(!1),this.onStable=new Zo(!1),this.onError=new Zo(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched();const n=this;n._nesting=0,n._outer=n._inner=Zone.current,Zone.wtfZoneSpec&&(n._inner=n._inner.fork(Zone.wtfZoneSpec)),Zone.TaskTrackingZoneSpec&&(n._inner=n._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(n._inner=n._inner.fork(Zone.longStackTraceZoneSpec)),n.shouldCoalesceEventChangeDetection=e,n.lastRequestAnimationFrameId=-1,n.nativeRequestAnimationFrame=function(){let t=kt.requestAnimationFrame,e=kt.cancelAnimationFrame;if("undefined"!=typeof Zone&&t&&e){const n=t[Zone.__symbol__("OriginalDelegate")];n&&(t=n);const r=e[Zone.__symbol__("OriginalDelegate")];r&&(e=r)}return{nativeRequestAnimationFrame:t,nativeCancelAnimationFrame:e}}().nativeRequestAnimationFrame,function(t){const e=!!t.shouldCoalesceEventChangeDetection&&t.nativeRequestAnimationFrame&&(()=>{!function(t){-1===t.lastRequestAnimationFrameId&&(t.lastRequestAnimationFrameId=t.nativeRequestAnimationFrame.call(kt,()=>{t.fakeTopEventTask||(t.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{t.lastRequestAnimationFrameId=-1,_a(t),ya(t)},void 0,()=>{},()=>{})),t.fakeTopEventTask.invoke()}),_a(t))}(t)});t._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0,maybeDelayChangeDetection:e},onInvokeTask:(n,r,s,i,o,a)=>{try{return va(t),n.invokeTask(s,i,o,a)}finally{e&&"eventTask"===i.type&&e(),wa(t)}},onInvoke:(e,n,r,s,i,o,a)=>{try{return va(t),e.invoke(r,s,i,o,a)}finally{wa(t)}},onHasTask:(e,n,r,s)=>{e.hasTask(r,s),n===r&&("microTask"==s.change?(t._hasPendingMicrotasks=s.microTask,_a(t),ya(t)):"macroTask"==s.change&&(t.hasPendingMacrotasks=s.macroTask))},onHandleError:(e,n,r,s)=>(e.handleError(r,s),t.runOutsideAngular(()=>t.onError.emit(s)),!1)})}(n)}static isInAngularZone(){return!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!fa.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(fa.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")}run(t,e,n){return this._inner.run(t,e,n)}runTask(t,e,n,r){const s=this._inner,i=s.scheduleEventTask("NgZoneEvent: "+r,t,ma,ga,ga);try{return s.runTask(i,e,n)}finally{s.cancelTask(i)}}runGuarded(t,e,n){return this._inner.runGuarded(t,e,n)}runOutsideAngular(t){return this._outer.run(t)}}function ga(){}const ma={};function ya(t){if(0==t._nesting&&!t.hasPendingMicrotasks&&!t.isStable)try{t._nesting++,t.onMicrotaskEmpty.emit(null)}finally{if(t._nesting--,!t.hasPendingMicrotasks)try{t.runOutsideAngular(()=>t.onStable.emit(null))}finally{t.isStable=!0}}}function _a(t){t.hasPendingMicrotasks=!!(t._hasPendingMicrotasks||t.shouldCoalesceEventChangeDetection&&-1!==t.lastRequestAnimationFrameId)}function va(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function wa(t){t._nesting--,ya(t)}class ba{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Zo,this.onMicrotaskEmpty=new Zo,this.onStable=new Zo,this.onError=new Zo}run(t,e,n){return t.apply(e,n)}runGuarded(t,e,n){return t.apply(e,n)}runOutsideAngular(t){return t()}runTask(t,e,n,r){return t.apply(e,n)}}let Ca=(()=>{class t{constructor(t){this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),t.run(()=>{this.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{fa.assertNotInAngularZone(),pa(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())pa(()=>{for(;0!==this._callbacks.length;){let t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(this._didWork)}this._didWork=!1});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(e=>!e.updateCb||!e.updateCb(t)||(clearTimeout(e.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,e,n){let r=-1;e&&e>0&&(r=setTimeout(()=>{this._callbacks=this._callbacks.filter(t=>t.timeoutId!==r),t(this._didWork,this.getPendingTasks())},e)),this._callbacks.push({doneCb:t,timeoutId:r,updateCb:n})}whenStable(t,e,n){if(n&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(t,e,n),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}findProviders(t,e,n){return[]}}return t.\u0275fac=function(e){return new(e||t)(qt(fa))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),Sa=(()=>{class t{constructor(){this._applications=new Map,Ta.addToWindow(this)}registerApplication(t,e){this._applications.set(t,e)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,e=!0){return Ta.findTestabilityInTree(this,t,e)}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();class xa{addToWindow(t){}findTestabilityInTree(t,e,n){return null}}let Ea,Ta=new xa;const Aa=new jt("AllowMultipleToken");class ka{constructor(t,e){this.name=t,this.token=e}}function Oa(t,e,n=[]){const r="Platform: "+e,s=new jt(r);return(e=[])=>{let i=Ia();if(!i||i.injector.get(Aa,!1))if(t)t(n.concat(e).concat({provide:s,useValue:!0}));else{const t=n.concat(e).concat({provide:s,useValue:!0},{provide:$s,useValue:"platform"});!function(t){if(Ea&&!Ea.destroyed&&!Ea.injector.get(Aa,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");Ea=t.get(Ra);const e=t.get(Ko,null);e&&e.forEach(t=>t())}(ni.create({providers:t,name:r}))}return function(t){const e=Ia();if(!e)throw new Error("No platform exists!");if(!e.injector.get(t,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return e}(s)}}function Ia(){return Ea&&!Ea.destroyed?Ea:null}let Ra=(()=>{class t{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,e){const n=function(t,e){let n;return n="noop"===t?new ba:("zone.js"===t?void 0:t)||new fa({enableLongStackTrace:ur(),shouldCoalesceEventChangeDetection:e}),n}(e?e.ngZone:void 0,e&&e.ngZoneEventCoalescing||!1),r=[{provide:fa,useValue:n}];return n.run(()=>{const e=ni.create({providers:r,parent:this.injector,name:t.moduleType.name}),s=t.create(e),i=s.injector.get(or,null);if(!i)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return s.onDestroy(()=>Va(this._modules,s)),n.runOutsideAngular(()=>n.onError.subscribe({next:t=>{i.handleError(t)}})),function(t,e,n){try{const r=n();return xi(r)?r.catch(n=>{throw e.runOutsideAngular(()=>t.handleError(n)),n}):r}catch(r){throw e.runOutsideAngular(()=>t.handleError(r)),r}}(i,n,()=>{const t=s.injector.get(Wo);return t.runInitializers(),t.donePromise.then(()=>(Qi(s.injector.get(na,qi)||qi),this._moduleDoBootstrap(s),s))})})}bootstrapModule(t,e=[]){const n=Pa({},e);return function(t,e,n){const r=new Bo(n);return Promise.resolve(r)}(0,0,t).then(t=>this.bootstrapModuleFactory(t,n))}_moduleDoBootstrap(t){const e=t.injector.get(Da);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(t=>e.bootstrap(t));else{if(!t.instance.ngDoBootstrap)throw new Error(`The module ${_t(t.instance.constructor)} was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.`);t.instance.ngDoBootstrap(e)}this._modules.push(t)}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(t=>t.destroy()),this._destroyListeners.forEach(t=>t()),this._destroyed=!0}get destroyed(){return this._destroyed}}return t.\u0275fac=function(e){return new(e||t)(qt(ni))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();function Pa(t,e){return Array.isArray(e)?e.reduce(Pa,t):Object.assign(Object.assign({},t),e)}let Da=(()=>{class t{constructor(t,e,n,r,s,i){this._zone=t,this._console=e,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=s,this._initStatus=i,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=ur(),this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const o=new _(t=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{t.next(this._stable),t.complete()})}),a=new _(t=>{let e;this._zone.runOutsideAngular(()=>{e=this._zone.onStable.subscribe(()=>{fa.assertNotInAngularZone(),pa(()=>{this._stable||this._zone.hasPendingMacrotasks||this._zone.hasPendingMicrotasks||(this._stable=!0,t.next(!0))})})});const n=this._zone.onUnstable.subscribe(()=>{fa.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{t.next(!1)}))});return()=>{e.unsubscribe(),n.unsubscribe()}});this.isStable=function(...t){let e=Number.POSITIVE_INFINITY,n=null,r=t[t.length-1];return E(r)?(n=t.pop(),t.length>1&&"number"==typeof t[t.length-1]&&(e=t.pop())):"number"==typeof r&&(e=t.pop()),null===n&&1===t.length&&t[0]instanceof _?t[0]:z(e)(B(t,n))}(o,a.pipe(t=>{return G()((e=J,function(t){let n;n="function"==typeof e?e:function(){return e};const r=Object.create(t,Q);return r.source=t,r.subjectFactory=n,r})(t));var e}))}bootstrap(t,e){if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");let n;n=t instanceof so?t:this._componentFactoryResolver.resolveComponentFactory(t),this.componentTypes.push(n.componentType);const r=n.isBoundToModule?void 0:this._injector.get(Jt),s=n.create(ni.NULL,[],e||n.selector,r);s.onDestroy(()=>{this._unloadComponent(s)});const i=s.injector.get(Ca,null);return i&&s.injector.get(Sa).registerApplication(s.location.nativeElement,i),this._loadComponent(s),ur()&&this._console.log("Angular is running in development mode. Call enableProdMode() to enable production mode."),s}tick(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");try{this._runningTick=!0;for(let t of this._views)t.detectChanges();if(this._enforceNoNewChanges)for(let t of this._views)t.checkNoChanges()}catch(t){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(t))}finally{this._runningTick=!1}}attachView(t){const e=t;this._views.push(e),e.attachToAppRef(this)}detachView(t){const e=t;Va(this._views,e),e.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(ta,[]).concat(this._bootstrapListeners).forEach(e=>e(t))}_unloadComponent(t){this.detachView(t.hostView),Va(this.components,t)}ngOnDestroy(){this._views.slice().forEach(t=>t.destroy())}get viewCount(){return this._views.length}}return t.\u0275fac=function(e){return new(e||t)(qt(fa),qt(ea),qt(ni),qt(or),qt(oo),qt(Wo))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();function Va(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class Ma{}class ja{}const Na={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"};let Fa=(()=>{class t{constructor(t,e){this._compiler=t,this._config=e||Na}load(t){return this.loadAndCompile(t)}loadAndCompile(t){let[e,r]=t.split("#");return void 0===r&&(r="default"),n("zn8P")(e).then(t=>t[r]).then(t=>Ua(t,e,r)).then(t=>this._compiler.compileModuleAsync(t))}loadFactory(t){let[e,r]=t.split("#"),s="NgFactory";return void 0===r&&(r="default",s=""),n("zn8P")(this._config.factoryPathPrefix+e+this._config.factoryPathSuffix).then(t=>t[r+s]).then(t=>Ua(t,e,r))}}return t.\u0275fac=function(e){return new(e||t)(qt(ha),qt(ja,8))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();function Ua(t,e,n){if(!t)throw new Error(`Cannot find '${n}' in '${e}'`);return t}const La=Oa(null,"core",[{provide:Xo,useValue:"unknown"},{provide:Ra,deps:[ni]},{provide:Sa,deps:[]},{provide:ea,deps:[]}]),Ha=[{provide:Da,useClass:Da,deps:[fa,ea,ni,or,oo,Wo]},{provide:Uo,deps:[fa],useFactory:function(t){let e=[];return t.onStable.subscribe(()=>{for(;e.length;)e.pop()()}),function(t){e.push(t)}}},{provide:Wo,useClass:Wo,deps:[[new nt,qo]]},{provide:ha,useClass:ha,deps:[]},Yo,{provide:Ao,useFactory:function(){return Io},deps:[]},{provide:ko,useFactory:function(){return Ro},deps:[]},{provide:na,useFactory:function(t){return Qi(t=t||"undefined"!=typeof $localize&&$localize.locale||qi),t},deps:[[new et(na),new nt,new st]]},{provide:ra,useValue:"USD"}];let $a=(()=>{class t{constructor(t){}}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)(qt(Da))},providers:Ha}),t})(),za=null;function Ba(){return za}const Ga=new jt("DocumentToken");let Za=(()=>{class t{}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({factory:qa,token:t,providedIn:"platform"}),t})();function qa(){return qt(Qa)}const Wa=new jt("Location Initialized");let Qa=(()=>{class t extends Za{constructor(t){super(),this._doc=t,this._init()}_init(){this.location=Ba().getLocation(),this._history=Ba().getHistory()}getBaseHrefFromDOM(){return Ba().getBaseHref(this._doc)}onPopState(t){Ba().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",t,!1)}onHashChange(t){Ba().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",t,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(t){this.location.pathname=t}pushState(t,e,n){Ya()?this._history.pushState(t,e,n):this.location.hash=n}replaceState(t,e,n){Ya()?this._history.replaceState(t,e,n):this.location.hash=n}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}return t.\u0275fac=function(e){return new(e||t)(qt(Ga))},t.\u0275prov=lt({factory:Ja,token:t,providedIn:"platform"}),t})();function Ya(){return!!window.history.pushState}function Ja(){return new Qa(qt(Ga))}function Ka(t,e){if(0==t.length)return e;if(0==e.length)return t;let n=0;return t.endsWith("/")&&n++,e.startsWith("/")&&n++,2==n?t+e.substring(1):1==n?t+e:t+"/"+e}function Xa(t){const e=t.match(/#|\?|$/),n=e&&e.index||t.length;return t.slice(0,n-("/"===t[n-1]?1:0))+t.slice(n)}function tl(t){return t&&"?"!==t[0]?"?"+t:t}let el=(()=>{class t{}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({factory:nl,token:t,providedIn:"root"}),t})();function nl(t){const e=qt(Ga).location;return new sl(qt(Za),e&&e.origin||"")}const rl=new jt("appBaseHref");let sl=(()=>{class t extends el{constructor(t,e){if(super(),this._platformLocation=t,null==e&&(e=this._platformLocation.getBaseHrefFromDOM()),null==e)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=e}onPopState(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)}getBaseHref(){return this._baseHref}prepareExternalUrl(t){return Ka(this._baseHref,t)}path(t=!1){const e=this._platformLocation.pathname+tl(this._platformLocation.search),n=this._platformLocation.hash;return n&&t?`${e}${n}`:e}pushState(t,e,n,r){const s=this.prepareExternalUrl(n+tl(r));this._platformLocation.pushState(t,e,s)}replaceState(t,e,n,r){const s=this.prepareExternalUrl(n+tl(r));this._platformLocation.replaceState(t,e,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}return t.\u0275fac=function(e){return new(e||t)(qt(Za),qt(rl,8))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),il=(()=>{class t extends el{constructor(t,e){super(),this._platformLocation=t,this._baseHref="",null!=e&&(this._baseHref=e)}onPopState(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)}getBaseHref(){return this._baseHref}path(t=!1){let e=this._platformLocation.hash;return null==e&&(e="#"),e.length>0?e.substring(1):e}prepareExternalUrl(t){const e=Ka(this._baseHref,t);return e.length>0?"#"+e:e}pushState(t,e,n,r){let s=this.prepareExternalUrl(n+tl(r));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(t,e,s)}replaceState(t,e,n,r){let s=this.prepareExternalUrl(n+tl(r));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(t,e,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}return t.\u0275fac=function(e){return new(e||t)(qt(Za),qt(rl,8))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),ol=(()=>{class t{constructor(t,e){this._subject=new Zo,this._urlChangeListeners=[],this._platformStrategy=t;const n=this._platformStrategy.getBaseHref();this._platformLocation=e,this._baseHref=Xa(ll(n)),this._platformStrategy.onPopState(t=>{this._subject.emit({url:this.path(!0),pop:!0,state:t.state,type:t.type})})}path(t=!1){return this.normalize(this._platformStrategy.path(t))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(t,e=""){return this.path()==this.normalize(t+tl(e))}normalize(e){return t.stripTrailingSlash(function(t,e){return t&&e.startsWith(t)?e.substring(t.length):e}(this._baseHref,ll(e)))}prepareExternalUrl(t){return t&&"/"!==t[0]&&(t="/"+t),this._platformStrategy.prepareExternalUrl(t)}go(t,e="",n=null){this._platformStrategy.pushState(n,"",t,e),this._notifyUrlChangeListeners(this.prepareExternalUrl(t+tl(e)),n)}replaceState(t,e="",n=null){this._platformStrategy.replaceState(n,"",t,e),this._notifyUrlChangeListeners(this.prepareExternalUrl(t+tl(e)),n)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(t){this._urlChangeListeners.push(t),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(t=>{this._notifyUrlChangeListeners(t.url,t.state)}))}_notifyUrlChangeListeners(t="",e){this._urlChangeListeners.forEach(n=>n(t,e))}subscribe(t,e,n){return this._subject.subscribe({next:t,error:e,complete:n})}}return t.\u0275fac=function(e){return new(e||t)(qt(el),qt(Za))},t.normalizeQueryParams=tl,t.joinWithSlash=Ka,t.stripTrailingSlash=Xa,t.\u0275prov=lt({factory:al,token:t,providedIn:"root"}),t})();function al(){return new ol(qt(el),qt(Za))}function ll(t){return t.replace(/\/index.html$/,"")}var ul=function(t){return t[t.Zero=0]="Zero",t[t.One=1]="One",t[t.Two=2]="Two",t[t.Few=3]="Few",t[t.Many=4]="Many",t[t.Other=5]="Other",t}({}),cl=function(t){return t[t.Format=0]="Format",t[t.Standalone=1]="Standalone",t}({}),hl=function(t){return t[t.Narrow=0]="Narrow",t[t.Abbreviated=1]="Abbreviated",t[t.Wide=2]="Wide",t[t.Short=3]="Short",t}({}),dl=function(t){return t[t.Short=0]="Short",t[t.Medium=1]="Medium",t[t.Long=2]="Long",t[t.Full=3]="Full",t}({}),pl=function(t){return t[t.Decimal=0]="Decimal",t[t.Group=1]="Group",t[t.List=2]="List",t[t.PercentSign=3]="PercentSign",t[t.PlusSign=4]="PlusSign",t[t.MinusSign=5]="MinusSign",t[t.Exponential=6]="Exponential",t[t.SuperscriptingExponent=7]="SuperscriptingExponent",t[t.PerMille=8]="PerMille",t[t[1/0]=9]="Infinity",t[t.NaN=10]="NaN",t[t.TimeSeparator=11]="TimeSeparator",t[t.CurrencyDecimal=12]="CurrencyDecimal",t[t.CurrencyGroup=13]="CurrencyGroup",t}({});function fl(t,e){return vl(Bi(t)[Zi.DateFormat],e)}function gl(t,e){return vl(Bi(t)[Zi.TimeFormat],e)}function ml(t,e){return vl(Bi(t)[Zi.DateTimeFormat],e)}function yl(t,e){const n=Bi(t),r=n[Zi.NumberSymbols][e];if(void 0===r){if(e===pl.CurrencyDecimal)return n[Zi.NumberSymbols][pl.Decimal];if(e===pl.CurrencyGroup)return n[Zi.NumberSymbols][pl.Group]}return r}function _l(t){if(!t[Zi.ExtraData])throw new Error(`Missing extra locale data for the locale "${t[Zi.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function vl(t,e){for(let n=e;n>-1;n--)if(void 0!==t[n])return t[n];throw new Error("Locale data API: locale data undefined")}function wl(t){const[e,n]=t.split(":");return{hours:+e,minutes:+n}}const bl=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Cl={},Sl=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var xl=function(t){return t[t.Short=0]="Short",t[t.ShortGMT=1]="ShortGMT",t[t.Long=2]="Long",t[t.Extended=3]="Extended",t}({}),El=function(t){return t[t.FullYear=0]="FullYear",t[t.Month=1]="Month",t[t.Date=2]="Date",t[t.Hours=3]="Hours",t[t.Minutes=4]="Minutes",t[t.Seconds=5]="Seconds",t[t.FractionalSeconds=6]="FractionalSeconds",t[t.Day=7]="Day",t}({}),Tl=function(t){return t[t.DayPeriods=0]="DayPeriods",t[t.Days=1]="Days",t[t.Months=2]="Months",t[t.Eras=3]="Eras",t}({});function Al(t,e){return e&&(t=t.replace(/\{([^}]+)}/g,(function(t,n){return null!=e&&n in e?e[n]:t}))),t}function kl(t,e,n="-",r,s){let i="";(t<0||s&&t<=0)&&(s?t=1-t:(t=-t,i=n));let o=String(t);for(;o.length<e;)o="0"+o;return r&&(o=o.substr(o.length-e)),i+o}function Ol(t,e,n=0,r=!1,s=!1){return function(i,o){let a=function(t,e){switch(t){case El.FullYear:return e.getFullYear();case El.Month:return e.getMonth();case El.Date:return e.getDate();case El.Hours:return e.getHours();case El.Minutes:return e.getMinutes();case El.Seconds:return e.getSeconds();case El.FractionalSeconds:return e.getMilliseconds();case El.Day:return e.getDay();default:throw new Error(`Unknown DateType value "${t}".`)}}(t,i);if((n>0||a>-n)&&(a+=n),t===El.Hours)0===a&&-12===n&&(a=12);else if(t===El.FractionalSeconds)return l=e,kl(a,3).substr(0,l);var l;const u=yl(o,pl.MinusSign);return kl(a,e,u,r,s)}}function Il(t,e,n=cl.Format,r=!1){return function(s,i){return function(t,e,n,r,s,i){switch(n){case Tl.Months:return function(t,e,n){const r=Bi(t),s=vl([r[Zi.MonthsFormat],r[Zi.MonthsStandalone]],e);return vl(s,n)}(e,s,r)[t.getMonth()];case Tl.Days:return function(t,e,n){const r=Bi(t),s=vl([r[Zi.DaysFormat],r[Zi.DaysStandalone]],e);return vl(s,n)}(e,s,r)[t.getDay()];case Tl.DayPeriods:const o=t.getHours(),a=t.getMinutes();if(i){const t=function(t){const e=Bi(t);return _l(e),(e[Zi.ExtraData][2]||[]).map(t=>"string"==typeof t?wl(t):[wl(t[0]),wl(t[1])])}(e),n=function(t,e,n){const r=Bi(t);_l(r);const s=vl([r[Zi.ExtraData][0],r[Zi.ExtraData][1]],e)||[];return vl(s,n)||[]}(e,s,r),i=t.findIndex(t=>{if(Array.isArray(t)){const[e,n]=t,r=o>=e.hours&&a>=e.minutes,s=o<n.hours||o===n.hours&&a<n.minutes;if(e.hours<n.hours){if(r&&s)return!0}else if(r||s)return!0}else if(t.hours===o&&t.minutes===a)return!0;return!1});if(-1!==i)return n[i]}return function(t,e,n){const r=Bi(t),s=vl([r[Zi.DayPeriodsFormat],r[Zi.DayPeriodsStandalone]],e);return vl(s,n)}(e,s,r)[o<12?0:1];case Tl.Eras:return function(t,e){return vl(Bi(t)[Zi.Eras],e)}(e,r)[t.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+n)}}(s,i,t,e,n,r)}}function Rl(t){return function(e,n,r){const s=-1*r,i=yl(n,pl.MinusSign),o=s>0?Math.floor(s/60):Math.ceil(s/60);switch(t){case xl.Short:return(s>=0?"+":"")+kl(o,2,i)+kl(Math.abs(s%60),2,i);case xl.ShortGMT:return"GMT"+(s>=0?"+":"")+kl(o,1,i);case xl.Long:return"GMT"+(s>=0?"+":"")+kl(o,2,i)+":"+kl(Math.abs(s%60),2,i);case xl.Extended:return 0===r?"Z":(s>=0?"+":"")+kl(o,2,i)+":"+kl(Math.abs(s%60),2,i);default:throw new Error(`Unknown zone width "${t}"`)}}}function Pl(t,e=!1){return function(n,r){let s;if(e){const t=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,e=n.getDate();s=1+Math.floor((e+t)/7)}else{const t=(i=n,new Date(i.getFullYear(),i.getMonth(),i.getDate()+(4-i.getDay()))),e=function(t){const e=new Date(t,0,1).getDay();return new Date(t,0,1+(e<=4?4:11)-e)}(t.getFullYear()),r=t.getTime()-e.getTime();s=1+Math.round(r/6048e5)}var i;return kl(s,t,yl(r,pl.MinusSign))}}const Dl={};function Vl(t,e){t=t.replace(/:/g,"");const n=Date.parse("Jan 01, 1970 00:00:00 "+t)/6e4;return isNaN(n)?e:n}function Ml(t){return t instanceof Date&&!isNaN(t.valueOf())}class jl{}let Nl=(()=>{class t extends jl{constructor(t){super(),this.locale=t}getPluralCategory(t,e){switch(function(t){return Bi(t)[Zi.PluralCase]}(e||this.locale)(t)){case ul.Zero:return"zero";case ul.One:return"one";case ul.Two:return"two";case ul.Few:return"few";case ul.Many:return"many";default:return"other"}}}return t.\u0275fac=function(e){return new(e||t)(qt(na))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();class Fl{constructor(t,e,n,r){this.$implicit=t,this.ngForOf=e,this.index=n,this.count=r}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let Ul=(()=>{class t{constructor(t,e,n){this._viewContainer=t,this._template=e,this._differs=n,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(t){this._ngForOf=t,this._ngForOfDirty=!0}set ngForTrackBy(t){ur()&&null!=t&&"function"!=typeof t&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(t)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=t}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(t){t&&(this._template=t)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const n=this._ngForOf;if(!this._differ&&n)try{this._differ=this._differs.find(n).create(this.ngForTrackBy)}catch(e){throw new Error(`Cannot find a differ supporting object '${n}' of type '${t=n,t.name||typeof t}'. NgFor only supports binding to Iterables such as Arrays.`)}}var t;if(this._differ){const t=this._differ.diff(this._ngForOf);t&&this._applyChanges(t)}}_applyChanges(t){const e=[];t.forEachOperation((t,n,r)=>{if(null==t.previousIndex){const n=this._viewContainer.createEmbeddedView(this._template,new Fl(null,this._ngForOf,-1,-1),null===r?void 0:r),s=new Ll(t,n);e.push(s)}else if(null==r)this._viewContainer.remove(null===n?void 0:n);else if(null!==n){const s=this._viewContainer.get(n);this._viewContainer.move(s,r);const i=new Ll(t,s);e.push(i)}});for(let n=0;n<e.length;n++)this._perViewChange(e[n].view,e[n].record);for(let n=0,r=this._viewContainer.length;n<r;n++){const t=this._viewContainer.get(n);t.context.index=n,t.context.count=r,t.context.ngForOf=this._ngForOf}t.forEachIdentityChange(t=>{this._viewContainer.get(t.currentIndex).context.$implicit=t.item})}_perViewChange(t,e){t.context.$implicit=e.item}static ngTemplateContextGuard(t,e){return!0}}return t.\u0275fac=function(e){return new(e||t)(_i(Vo),_i(Po),_i(Ao))},t.\u0275dir=me({type:t,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}}),t})();class Ll{constructor(t,e){this.record=t,this.view=e}}let Hl=(()=>{class t{constructor(t,e){this._viewContainer=t,this._context=new $l,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=e}set ngIf(t){this._context.$implicit=this._context.ngIf=t,this._updateView()}set ngIfThen(t){zl("ngIfThen",t),this._thenTemplateRef=t,this._thenViewRef=null,this._updateView()}set ngIfElse(t){zl("ngIfElse",t),this._elseTemplateRef=t,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(t,e){return!0}}return t.\u0275fac=function(e){return new(e||t)(_i(Vo),_i(Po))},t.\u0275dir=me({type:t,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}}),t})();class $l{constructor(){this.$implicit=null,this.ngIf=null}}function zl(t,e){if(e&&!e.createEmbeddedView)throw new Error(`${t} must be a TemplateRef, but received '${_t(e)}'.`)}let Bl=(()=>{class t{constructor(t){this.locale=t}transform(e,n="mediumDate",r,s){if(null==e||""===e||e!=e)return null;try{return function(t,e,n,r){let s=function(t){if(Ml(t))return t;if("number"==typeof t&&!isNaN(t))return new Date(t);if("string"==typeof t){t=t.trim();const e=parseFloat(t);if(!isNaN(t-e))return new Date(e);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(t)){const[e,n,r]=t.split("-").map(t=>+t);return new Date(e,n-1,r)}let n;if(n=t.match(bl))return function(t){const e=new Date(0);let n=0,r=0;const s=t[8]?e.setUTCFullYear:e.setFullYear,i=t[8]?e.setUTCHours:e.setHours;t[9]&&(n=Number(t[9]+t[10]),r=Number(t[9]+t[11])),s.call(e,Number(t[1]),Number(t[2])-1,Number(t[3]));const o=Number(t[4]||0)-n,a=Number(t[5]||0)-r,l=Number(t[6]||0),u=Math.round(1e3*parseFloat("0."+(t[7]||0)));return i.call(e,o,a,l,u),e}(n)}const e=new Date(t);if(!Ml(e))throw new Error(`Unable to convert "${t}" into a date`);return e}(t);e=function t(e,n){const r=function(t){return Bi(t)[Zi.LocaleId]}(e);if(Cl[r]=Cl[r]||{},Cl[r][n])return Cl[r][n];let s="";switch(n){case"shortDate":s=fl(e,dl.Short);break;case"mediumDate":s=fl(e,dl.Medium);break;case"longDate":s=fl(e,dl.Long);break;case"fullDate":s=fl(e,dl.Full);break;case"shortTime":s=gl(e,dl.Short);break;case"mediumTime":s=gl(e,dl.Medium);break;case"longTime":s=gl(e,dl.Long);break;case"fullTime":s=gl(e,dl.Full);break;case"short":const n=t(e,"shortTime"),r=t(e,"shortDate");s=Al(ml(e,dl.Short),[n,r]);break;case"medium":const i=t(e,"mediumTime"),o=t(e,"mediumDate");s=Al(ml(e,dl.Medium),[i,o]);break;case"long":const a=t(e,"longTime"),l=t(e,"longDate");s=Al(ml(e,dl.Long),[a,l]);break;case"full":const u=t(e,"fullTime"),c=t(e,"fullDate");s=Al(ml(e,dl.Full),[u,c])}return s&&(Cl[r][n]=s),s}(n,e)||e;let i,o=[];for(;e;){if(i=Sl.exec(e),!i){o.push(e);break}{o=o.concat(i.slice(1));const t=o.pop();if(!t)break;e=t}}let a=s.getTimezoneOffset();r&&(a=Vl(r,a),s=function(t,e,n){const r=t.getTimezoneOffset();return function(t,e){return(t=new Date(t.getTime())).setMinutes(t.getMinutes()+e),t}(t,-1*(Vl(e,r)-r))}(s,r));let l="";return o.forEach(t=>{const e=function(t){if(Dl[t])return Dl[t];let e;switch(t){case"G":case"GG":case"GGG":e=Il(Tl.Eras,hl.Abbreviated);break;case"GGGG":e=Il(Tl.Eras,hl.Wide);break;case"GGGGG":e=Il(Tl.Eras,hl.Narrow);break;case"y":e=Ol(El.FullYear,1,0,!1,!0);break;case"yy":e=Ol(El.FullYear,2,0,!0,!0);break;case"yyy":e=Ol(El.FullYear,3,0,!1,!0);break;case"yyyy":e=Ol(El.FullYear,4,0,!1,!0);break;case"M":case"L":e=Ol(El.Month,1,1);break;case"MM":case"LL":e=Ol(El.Month,2,1);break;case"MMM":e=Il(Tl.Months,hl.Abbreviated);break;case"MMMM":e=Il(Tl.Months,hl.Wide);break;case"MMMMM":e=Il(Tl.Months,hl.Narrow);break;case"LLL":e=Il(Tl.Months,hl.Abbreviated,cl.Standalone);break;case"LLLL":e=Il(Tl.Months,hl.Wide,cl.Standalone);break;case"LLLLL":e=Il(Tl.Months,hl.Narrow,cl.Standalone);break;case"w":e=Pl(1);break;case"ww":e=Pl(2);break;case"W":e=Pl(1,!0);break;case"d":e=Ol(El.Date,1);break;case"dd":e=Ol(El.Date,2);break;case"E":case"EE":case"EEE":e=Il(Tl.Days,hl.Abbreviated);break;case"EEEE":e=Il(Tl.Days,hl.Wide);break;case"EEEEE":e=Il(Tl.Days,hl.Narrow);break;case"EEEEEE":e=Il(Tl.Days,hl.Short);break;case"a":case"aa":case"aaa":e=Il(Tl.DayPeriods,hl.Abbreviated);break;case"aaaa":e=Il(Tl.DayPeriods,hl.Wide);break;case"aaaaa":e=Il(Tl.DayPeriods,hl.Narrow);break;case"b":case"bb":case"bbb":e=Il(Tl.DayPeriods,hl.Abbreviated,cl.Standalone,!0);break;case"bbbb":e=Il(Tl.DayPeriods,hl.Wide,cl.Standalone,!0);break;case"bbbbb":e=Il(Tl.DayPeriods,hl.Narrow,cl.Standalone,!0);break;case"B":case"BB":case"BBB":e=Il(Tl.DayPeriods,hl.Abbreviated,cl.Format,!0);break;case"BBBB":e=Il(Tl.DayPeriods,hl.Wide,cl.Format,!0);break;case"BBBBB":e=Il(Tl.DayPeriods,hl.Narrow,cl.Format,!0);break;case"h":e=Ol(El.Hours,1,-12);break;case"hh":e=Ol(El.Hours,2,-12);break;case"H":e=Ol(El.Hours,1);break;case"HH":e=Ol(El.Hours,2);break;case"m":e=Ol(El.Minutes,1);break;case"mm":e=Ol(El.Minutes,2);break;case"s":e=Ol(El.Seconds,1);break;case"ss":e=Ol(El.Seconds,2);break;case"S":e=Ol(El.FractionalSeconds,1);break;case"SS":e=Ol(El.FractionalSeconds,2);break;case"SSS":e=Ol(El.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":e=Rl(xl.Short);break;case"ZZZZZ":e=Rl(xl.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":e=Rl(xl.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":e=Rl(xl.Long);break;default:return null}return Dl[t]=e,e}(t);l+=e?e(s,n,a):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),l}(e,n,s||this.locale,r)}catch(i){throw function(t,e){return Error(`InvalidPipeArgument: '${e}' for pipe '${_t(t)}'`)}(t,i.message)}}}return t.\u0275fac=function(e){return new(e||t)(_i(na))},t.\u0275pipe=ye({name:"date",type:t,pure:!0}),t})(),Gl=(()=>{class t{}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)},providers:[{provide:jl,useClass:Nl}]}),t})(),Zl=(()=>{class t{}return t.\u0275prov=lt({token:t,providedIn:"root",factory:()=>new ql(qt(Ga),window,qt(or))}),t})();class ql{constructor(t,e,n){this.document=t,this.window=e,this.errorHandler=n,this.offset=()=>[0,0]}setOffset(t){this.offset=Array.isArray(t)?()=>t:t}getScrollPosition(){return this.supportsScrolling()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(t){this.supportsScrolling()&&this.window.scrollTo(t[0],t[1])}scrollToAnchor(t){if(this.supportsScrolling()){const e=this.document.getElementById(t)||this.document.getElementsByName(t)[0];e&&this.scrollToElement(e)}}setHistoryScrollRestoration(t){if(this.supportScrollRestoration()){const e=this.window.history;e&&e.scrollRestoration&&(e.scrollRestoration=t)}}scrollToElement(t){const e=t.getBoundingClientRect(),n=e.left+this.window.pageXOffset,r=e.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(n-s[0],r-s[1])}supportScrollRestoration(){try{if(!this.window||!this.window.scrollTo)return!1;const t=Wl(this.window.history)||Wl(Object.getPrototypeOf(this.window.history));return!(!t||!t.writable&&!t.set)}catch(t){return!1}}supportsScrolling(){try{return!!this.window.scrollTo}catch(t){return!1}}}function Wl(t){return Object.getOwnPropertyDescriptor(t,"scrollRestoration")}class Ql extends class extends class{}{constructor(){super()}supportsDOMEvents(){return!0}}{static makeCurrent(){var t;t=new Ql,za||(za=t)}getProperty(t,e){return t[e]}log(t){window.console&&window.console.log&&window.console.log(t)}logGroup(t){window.console&&window.console.group&&window.console.group(t)}logGroupEnd(){window.console&&window.console.groupEnd&&window.console.groupEnd()}onAndCancel(t,e,n){return t.addEventListener(e,n,!1),()=>{t.removeEventListener(e,n,!1)}}dispatchEvent(t,e){t.dispatchEvent(e)}remove(t){return t.parentNode&&t.parentNode.removeChild(t),t}getValue(t){return t.value}createElement(t,e){return(e=e||this.getDefaultDocument()).createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,e){return"window"===e?window:"document"===e?t:"body"===e?t.body:null}getHistory(){return window.history}getLocation(){return window.location}getBaseHref(t){const e=Jl||(Jl=document.querySelector("base"),Jl)?Jl.getAttribute("href"):null;return null==e?null:(n=e,Yl||(Yl=document.createElement("a")),Yl.setAttribute("href",n),"/"===Yl.pathname.charAt(0)?Yl.pathname:"/"+Yl.pathname);var n}resetBaseElement(){Jl=null}getUserAgent(){return window.navigator.userAgent}performanceNow(){return window.performance&&window.performance.now?window.performance.now():(new Date).getTime()}supportsCookies(){return!0}getCookie(t){return function(t,e){e=encodeURIComponent(e);for(const n of t.split(";")){const t=n.indexOf("="),[r,s]=-1==t?[n,""]:[n.slice(0,t),n.slice(t+1)];if(r.trim()===e)return decodeURIComponent(s)}return null}(document.cookie,t)}}let Yl,Jl=null;const Kl=new jt("TRANSITION_ID"),Xl=[{provide:qo,useFactory:function(t,e,n){return()=>{n.get(Wo).donePromise.then(()=>{const n=Ba();Array.prototype.slice.apply(e.querySelectorAll("style[ng-transition]")).filter(e=>e.getAttribute("ng-transition")===t).forEach(t=>n.remove(t))})}},deps:[Kl,Ga,ni],multi:!0}];class tu{static init(){var t;t=new tu,Ta=t}addToWindow(t){kt.getAngularTestability=(e,n=!0)=>{const r=t.findTestabilityInTree(e,n);if(null==r)throw new Error("Could not find testability for element.");return r},kt.getAllAngularTestabilities=()=>t.getAllTestabilities(),kt.getAllAngularRootElements=()=>t.getAllRootElements(),kt.frameworkStabilizers||(kt.frameworkStabilizers=[]),kt.frameworkStabilizers.push(t=>{const e=kt.getAllAngularTestabilities();let n=e.length,r=!1;const s=function(e){r=r||e,n--,0==n&&t(r)};e.forEach((function(t){t.whenStable(s)}))})}findTestabilityInTree(t,e,n){if(null==e)return null;const r=t.getTestability(e);return null!=r?r:n?Ba().isShadowRoot(e)?this.findTestabilityInTree(t,e.host,!0):this.findTestabilityInTree(t,e.parentElement,!0):null}}const eu=new jt("EventManagerPlugins");let nu=(()=>{class t{constructor(t,e){this._zone=e,this._eventNameToPlugin=new Map,t.forEach(t=>t.manager=this),this._plugins=t.slice().reverse()}addEventListener(t,e,n){return this._findPluginFor(e).addEventListener(t,e,n)}addGlobalEventListener(t,e,n){return this._findPluginFor(e).addGlobalEventListener(t,e,n)}getZone(){return this._zone}_findPluginFor(t){const e=this._eventNameToPlugin.get(t);if(e)return e;const n=this._plugins;for(let r=0;r<n.length;r++){const e=n[r];if(e.supports(t))return this._eventNameToPlugin.set(t,e),e}throw new Error("No event manager plugin found for event "+t)}}return t.\u0275fac=function(e){return new(e||t)(qt(eu),qt(fa))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();class ru{constructor(t){this._doc=t}addGlobalEventListener(t,e,n){const r=Ba().getGlobalEventTarget(this._doc,t);if(!r)throw new Error(`Unsupported event target ${r} for event ${e}`);return this.addEventListener(r,e,n)}}let su=(()=>{class t{constructor(){this._stylesSet=new Set}addStyles(t){const e=new Set;t.forEach(t=>{this._stylesSet.has(t)||(this._stylesSet.add(t),e.add(t))}),this.onStylesAdded(e)}onStylesAdded(t){}getAllStyles(){return Array.from(this._stylesSet)}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),iu=(()=>{class t extends su{constructor(t){super(),this._doc=t,this._hostNodes=new Set,this._styleNodes=new Set,this._hostNodes.add(t.head)}_addStylesToHost(t,e){t.forEach(t=>{const n=this._doc.createElement("style");n.textContent=t,this._styleNodes.add(e.appendChild(n))})}addHost(t){this._addStylesToHost(this._stylesSet,t),this._hostNodes.add(t)}removeHost(t){this._hostNodes.delete(t)}onStylesAdded(t){this._hostNodes.forEach(e=>this._addStylesToHost(t,e))}ngOnDestroy(){this._styleNodes.forEach(t=>Ba().remove(t))}}return t.\u0275fac=function(e){return new(e||t)(qt(Ga))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const ou={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},au=/%COMP%/g;function lu(t,e,n){for(let r=0;r<e.length;r++){let s=e[r];Array.isArray(s)?lu(t,s,n):(s=s.replace(au,t),n.push(s))}return n}function uu(t){return e=>{if("__ngUnwrap__"===e)return t;!1===t(e)&&(e.preventDefault(),e.returnValue=!1)}}let cu=(()=>{class t{constructor(t,e,n){this.eventManager=t,this.sharedStylesHost=e,this.appId=n,this.rendererByCompId=new Map,this.defaultRenderer=new hu(t)}createRenderer(t,e){if(!t||!e)return this.defaultRenderer;switch(e.encapsulation){case oe.Emulated:{let n=this.rendererByCompId.get(e.id);return n||(n=new du(this.eventManager,this.sharedStylesHost,e,this.appId),this.rendererByCompId.set(e.id,n)),n.applyToHost(t),n}case oe.Native:case oe.ShadowDom:return new pu(this.eventManager,this.sharedStylesHost,t,e);default:if(!this.rendererByCompId.has(e.id)){const t=lu(e.id,e.styles,[]);this.sharedStylesHost.addStyles(t),this.rendererByCompId.set(e.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}return t.\u0275fac=function(e){return new(e||t)(qt(nu),qt(iu),qt(Qo))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();class hu{constructor(t){this.eventManager=t,this.data=Object.create(null)}destroy(){}createElement(t,e){return e?document.createElementNS(ou[e]||e,t):document.createElement(t)}createComment(t){return document.createComment(t)}createText(t){return document.createTextNode(t)}appendChild(t,e){t.appendChild(e)}insertBefore(t,e,n){t&&t.insertBefore(e,n)}removeChild(t,e){t&&t.removeChild(e)}selectRootElement(t,e){let n="string"==typeof t?document.querySelector(t):t;if(!n)throw new Error(`The selector "${t}" did not match any elements`);return e||(n.textContent=""),n}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,e,n,r){if(r){e=r+":"+e;const s=ou[r];s?t.setAttributeNS(s,e,n):t.setAttribute(e,n)}else t.setAttribute(e,n)}removeAttribute(t,e,n){if(n){const r=ou[n];r?t.removeAttributeNS(r,e):t.removeAttribute(`${n}:${e}`)}else t.removeAttribute(e)}addClass(t,e){t.classList.add(e)}removeClass(t,e){t.classList.remove(e)}setStyle(t,e,n,r){r&co.DashCase?t.style.setProperty(e,n,r&co.Important?"important":""):t.style[e]=n}removeStyle(t,e,n){n&co.DashCase?t.style.removeProperty(e):t.style[e]=""}setProperty(t,e,n){t[e]=n}setValue(t,e){t.nodeValue=e}listen(t,e,n){return"string"==typeof t?this.eventManager.addGlobalEventListener(t,e,uu(n)):this.eventManager.addEventListener(t,e,uu(n))}}class du extends hu{constructor(t,e,n,r){super(t),this.component=n;const s=lu(r+"-"+n.id,n.styles,[]);e.addStyles(s),this.contentAttr="_ngcontent-%COMP%".replace(au,r+"-"+n.id),this.hostAttr="_nghost-%COMP%".replace(au,r+"-"+n.id)}applyToHost(t){super.setAttribute(t,this.hostAttr,"")}createElement(t,e){const n=super.createElement(t,e);return super.setAttribute(n,this.contentAttr,""),n}}class pu extends hu{constructor(t,e,n,r){super(t),this.sharedStylesHost=e,this.hostEl=n,this.component=r,this.shadowRoot=r.encapsulation===oe.ShadowDom?n.attachShadow({mode:"open"}):n.createShadowRoot(),this.sharedStylesHost.addHost(this.shadowRoot);const s=lu(r.id,r.styles,[]);for(let i=0;i<s.length;i++){const t=document.createElement("style");t.textContent=s[i],this.shadowRoot.appendChild(t)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}appendChild(t,e){return super.appendChild(this.nodeOrShadowRoot(t),e)}insertBefore(t,e,n){return super.insertBefore(this.nodeOrShadowRoot(t),e,n)}removeChild(t,e){return super.removeChild(this.nodeOrShadowRoot(t),e)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}}let fu=(()=>{class t extends ru{constructor(t){super(t)}supports(t){return!0}addEventListener(t,e,n){return t.addEventListener(e,n,!1),()=>this.removeEventListener(t,e,n)}removeEventListener(t,e,n){return t.removeEventListener(e,n)}}return t.\u0275fac=function(e){return new(e||t)(qt(Ga))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const gu=["alt","control","meta","shift"],mu={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},yu={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","\x90":"NumLock"},_u={alt:t=>t.altKey,control:t=>t.ctrlKey,meta:t=>t.metaKey,shift:t=>t.shiftKey};let vu=(()=>{class t extends ru{constructor(t){super(t)}supports(e){return null!=t.parseEventName(e)}addEventListener(e,n,r){const s=t.parseEventName(n),i=t.eventCallback(s.fullKey,r,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Ba().onAndCancel(e,s.domEventName,i))}static parseEventName(e){const n=e.toLowerCase().split("."),r=n.shift();if(0===n.length||"keydown"!==r&&"keyup"!==r)return null;const s=t._normalizeKey(n.pop());let i="";if(gu.forEach(t=>{const e=n.indexOf(t);e>-1&&(n.splice(e,1),i+=t+".")}),i+=s,0!=n.length||0===s.length)return null;const o={};return o.domEventName=r,o.fullKey=i,o}static getEventFullKey(t){let e="",n=function(t){let e=t.key;if(null==e){if(e=t.keyIdentifier,null==e)return"Unidentified";e.startsWith("U+")&&(e=String.fromCharCode(parseInt(e.substring(2),16)),3===t.location&&yu.hasOwnProperty(e)&&(e=yu[e]))}return mu[e]||e}(t);return n=n.toLowerCase()," "===n?n="space":"."===n&&(n="dot"),gu.forEach(r=>{r!=n&&(0,_u[r])(t)&&(e+=r+".")}),e+=n,e}static eventCallback(e,n,r){return s=>{t.getEventFullKey(s)===e&&r.runGuarded(()=>n(s))}}static _normalizeKey(t){switch(t){case"esc":return"escape";default:return t}}}return t.\u0275fac=function(e){return new(e||t)(qt(Ga))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const wu=Oa(La,"browser",[{provide:Xo,useValue:"browser"},{provide:Ko,useValue:function(){Ql.makeCurrent(),tu.init()},multi:!0},{provide:Ga,useFactory:function(){return function(t){He=t}(document),document},deps:[]}]),bu=[[],{provide:$s,useValue:"root"},{provide:or,useFactory:function(){return new or},deps:[]},{provide:eu,useClass:fu,multi:!0,deps:[Ga,fa,Xo]},{provide:eu,useClass:vu,multi:!0,deps:[Ga]},[],{provide:cu,useClass:cu,deps:[nu,iu,Qo]},{provide:uo,useExisting:cu},{provide:su,useExisting:iu},{provide:iu,useClass:iu,deps:[Ga]},{provide:Ca,useClass:Ca,deps:[fa]},{provide:nu,useClass:nu,deps:[eu,fa]},[]];let Cu=(()=>{class t{constructor(t){if(t)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}static withServerTransition(e){return{ngModule:t,providers:[{provide:Qo,useValue:e.appId},{provide:Kl,useExisting:Qo},Xl]}}}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)(qt(t,12))},providers:bu,imports:[Gl,$a]}),t})();function Su(...t){let e=t[t.length-1];return E(e)?(t.pop(),M(t,e)):B(t)}"undefined"!=typeof window&&window;class xu extends S{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){const e=super._subscribe(t);return e&&!e.closed&&t.next(this._value),e}getValue(){if(this.hasError)throw this.thrownError;if(this.closed)throw new w;return this._value}next(t){super.next(this._value=t)}}class Eu extends f{notifyNext(t,e,n,r,s){this.destination.next(e)}notifyError(t,e){this.destination.error(t)}notifyComplete(t){this.destination.complete()}}class Tu extends f{constructor(t,e,n){super(),this.parent=t,this.outerValue=e,this.outerIndex=n,this.index=0}_next(t){this.parent.notifyNext(this.outerValue,t,this.outerIndex,this.index++,this)}_error(t){this.parent.notifyError(t,this),this.unsubscribe()}_complete(){this.parent.notifyComplete(this),this.unsubscribe()}}function Au(t,e,n,r,s=new Tu(t,n,r)){if(!s.closed)return e instanceof _?e.subscribe(s):V(e)(s)}const ku={};class Ou{constructor(t){this.resultSelector=t}call(t,e){return e.subscribe(new Iu(t,this.resultSelector))}}class Iu extends Eu{constructor(t,e){super(t),this.resultSelector=e,this.active=0,this.values=[],this.observables=[]}_next(t){this.values.push(ku),this.observables.push(t)}_complete(){const t=this.observables,e=t.length;if(0===e)this.destination.complete();else{this.active=e,this.toRespond=e;for(let n=0;n<e;n++)this.add(Au(this,t[n],void 0,n))}}notifyComplete(t){0==(this.active-=1)&&this.destination.complete()}notifyNext(t,e,n){const r=this.values,s=this.toRespond?r[n]===ku?--this.toRespond:this.toRespond:0;r[n]=e,0===s&&(this.resultSelector?this._tryResultSelector(r):this.destination.next(r.slice()))}_tryResultSelector(t){let e;try{e=this.resultSelector.apply(this,t)}catch(n){return void this.destination.error(n)}this.destination.next(e)}}const Ru=(()=>{function t(){return Error.call(this),this.message="no elements in sequence",this.name="EmptyError",this}return t.prototype=Object.create(Error.prototype),t})(),Pu=new _(t=>t.complete());function Du(t){return t?function(t){return new _(e=>t.schedule(()=>e.complete()))}(t):Pu}function Vu(t){return new _(e=>{let n;try{n=t()}catch(r){return void e.error(r)}return(n?j(n):Du()).subscribe(e)})}function Mu(){return z(1)}function ju(t,e){return function(n){return n.lift(new Nu(t,e))}}class Nu{constructor(t,e){this.predicate=t,this.thisArg=e}call(t,e){return e.subscribe(new Fu(t,this.predicate,this.thisArg))}}class Fu extends f{constructor(t,e,n){super(t),this.predicate=e,this.thisArg=n,this.count=0}_next(t){let e;try{e=this.predicate.call(this.thisArg,t,this.count++)}catch(n){return void this.destination.error(n)}e&&this.destination.next(t)}}const Uu=(()=>{function t(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return t.prototype=Object.create(Error.prototype),t})();function Lu(t){return function(e){return 0===t?Du():e.lift(new Hu(t))}}class Hu{constructor(t){if(this.total=t,this.total<0)throw new Uu}call(t,e){return e.subscribe(new $u(t,this.total))}}class $u extends f{constructor(t,e){super(t),this.total=e,this.ring=new Array,this.count=0}_next(t){const e=this.ring,n=this.total,r=this.count++;e.length<n?e.push(t):e[r%n]=t}_complete(){const t=this.destination;let e=this.count;if(e>0){const n=this.count>=this.total?this.total:this.count,r=this.ring;for(let s=0;s<n;s++){const s=e++%n;t.next(r[s])}}t.complete()}}function zu(t=Zu){return e=>e.lift(new Bu(t))}class Bu{constructor(t){this.errorFactory=t}call(t,e){return e.subscribe(new Gu(t,this.errorFactory))}}class Gu extends f{constructor(t,e){super(t),this.errorFactory=e,this.hasValue=!1}_next(t){this.hasValue=!0,this.destination.next(t)}_complete(){if(this.hasValue)return this.destination.complete();{let e;try{e=this.errorFactory()}catch(t){e=t}this.destination.error(e)}}}function Zu(){return new Ru}function qu(t=null){return e=>e.lift(new Wu(t))}class Wu{constructor(t){this.defaultValue=t}call(t,e){return e.subscribe(new Qu(t,this.defaultValue))}}class Qu extends f{constructor(t,e){super(t),this.defaultValue=e,this.isEmpty=!0}_next(t){this.isEmpty=!1,this.destination.next(t)}_complete(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()}}function Yu(t,e){return"function"==typeof e?n=>n.pipe(Yu((n,r)=>j(t(n,r)).pipe(T((t,s)=>e(n,t,r,s))))):e=>e.lift(new Ju(t))}class Ju{constructor(t){this.project=t}call(t,e){return e.subscribe(new Ku(t,this.project))}}class Ku extends F{constructor(t,e){super(t),this.project=e,this.index=0}_next(t){let e;const n=this.index++;try{e=this.project(t,n)}catch(r){return void this.destination.error(r)}this._innerSub(e)}_innerSub(t){const e=this.innerSubscription;e&&e.unsubscribe();const n=new N(this),r=this.destination;r.add(n),this.innerSubscription=U(t,n),this.innerSubscription!==n&&r.add(this.innerSubscription)}_complete(){const{innerSubscription:t}=this;t&&!t.closed||super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(t){this.destination.next(t)}}function Xu(t){return e=>0===t?Du():e.lift(new tc(t))}class tc{constructor(t){if(this.total=t,this.total<0)throw new Uu}call(t,e){return e.subscribe(new ec(t,this.total))}}class ec extends f{constructor(t,e){super(t),this.total=e,this.count=0}_next(t){const e=this.total,n=++this.count;n<=e&&(this.destination.next(t),n===e&&(this.destination.complete(),this.unsubscribe()))}}function nc(...t){return Mu()(Su(...t))}class rc{constructor(t,e,n=!1){this.accumulator=t,this.seed=e,this.hasSeed=n}call(t,e){return e.subscribe(new sc(t,this.accumulator,this.seed,this.hasSeed))}}class sc extends f{constructor(t,e,n,r){super(t),this.accumulator=e,this._seed=n,this.hasSeed=r,this.index=0}get seed(){return this._seed}set seed(t){this.hasSeed=!0,this._seed=t}_next(t){if(this.hasSeed)return this._tryNext(t);this.seed=t,this.destination.next(t)}_tryNext(t){const e=this.index++;let n;try{n=this.accumulator(this.seed,t,e)}catch(r){this.destination.error(r)}this.seed=n,this.destination.next(n)}}function ic(t){return function(e){const n=new oc(t),r=e.lift(n);return n.caught=r}}class oc{constructor(t){this.selector=t}call(t,e){return e.subscribe(new ac(t,this.selector,this.caught))}}class ac extends F{constructor(t,e,n){super(t),this.selector=e,this.caught=n}error(t){if(!this.isStopped){let n;try{n=this.selector(t,this.caught)}catch(e){return void super.error(e)}this._unsubscribeAndRecycle();const r=new N(this);this.add(r);const s=U(n,r);s!==r&&this.add(s)}}}function lc(t,e){return L(t,e,1)}function uc(t,e){const n=arguments.length>=2;return r=>r.pipe(t?ju((e,n)=>t(e,n,r)):y,Xu(1),n?qu(e):zu(()=>new Ru))}function cc(){}function hc(t,e,n){return function(r){return r.lift(new dc(t,e,n))}}class dc{constructor(t,e,n){this.nextOrObserver=t,this.error=e,this.complete=n}call(t,e){return e.subscribe(new pc(t,this.nextOrObserver,this.error,this.complete))}}class pc extends f{constructor(t,e,n,s){super(t),this._tapNext=cc,this._tapError=cc,this._tapComplete=cc,this._tapError=n||cc,this._tapComplete=s||cc,r(e)?(this._context=this,this._tapNext=e):e&&(this._context=e,this._tapNext=e.next||cc,this._tapError=e.error||cc,this._tapComplete=e.complete||cc)}_next(t){try{this._tapNext.call(this._context,t)}catch(e){return void this.destination.error(e)}this.destination.next(t)}_error(t){try{this._tapError.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.error(t)}_complete(){try{this._tapComplete.call(this._context)}catch(t){return void this.destination.error(t)}return this.destination.complete()}}class fc{constructor(t){this.callback=t}call(t,e){return e.subscribe(new gc(t,this.callback))}}class gc extends f{constructor(t,e){super(t),this.add(new h(e))}}class mc{constructor(t,e){this.id=t,this.url=e}}class yc extends mc{constructor(t,e,n="imperative",r=null){super(t,e),this.navigationTrigger=n,this.restoredState=r}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class _c extends mc{constructor(t,e,n){super(t,e),this.urlAfterRedirects=n}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}class vc extends mc{constructor(t,e,n){super(t,e),this.reason=n}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class wc extends mc{constructor(t,e,n){super(t,e),this.error=n}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class bc extends mc{constructor(t,e,n,r){super(t,e),this.urlAfterRedirects=n,this.state=r}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Cc extends mc{constructor(t,e,n,r){super(t,e),this.urlAfterRedirects=n,this.state=r}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Sc extends mc{constructor(t,e,n,r,s){super(t,e),this.urlAfterRedirects=n,this.state=r,this.shouldActivate=s}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class xc extends mc{constructor(t,e,n,r){super(t,e),this.urlAfterRedirects=n,this.state=r}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Ec extends mc{constructor(t,e,n,r){super(t,e),this.urlAfterRedirects=n,this.state=r}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Tc{constructor(t){this.route=t}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class Ac{constructor(t){this.route=t}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class kc{constructor(t){this.snapshot=t}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Oc{constructor(t){this.snapshot=t}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Ic{constructor(t){this.snapshot=t}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Rc{constructor(t){this.snapshot=t}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Pc{constructor(t,e,n){this.routerEvent=t,this.position=e,this.anchor=n}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}const Dc="primary";class Vc{constructor(t){this.params=t||{}}has(t){return Object.prototype.hasOwnProperty.call(this.params,t)}get(t){if(this.has(t)){const e=this.params[t];return Array.isArray(e)?e[0]:e}return null}getAll(t){if(this.has(t)){const e=this.params[t];return Array.isArray(e)?e:[e]}return[]}get keys(){return Object.keys(this.params)}}function Mc(t){return new Vc(t)}function jc(t){const e=Error("NavigationCancelingError: "+t);return e.ngNavigationCancelingError=!0,e}function Nc(t,e,n){const r=n.path.split("/");if(r.length>t.length)return null;if("full"===n.pathMatch&&(e.hasChildren()||r.length<t.length))return null;const s={};for(let i=0;i<r.length;i++){const e=r[i],n=t[i];if(e.startsWith(":"))s[e.substring(1)]=n;else if(e!==n.path)return null}return{consumed:t.slice(0,r.length),posParams:s}}function Fc(t,e){const n=Object.keys(t),r=Object.keys(e);if(!n||!r||n.length!=r.length)return!1;let s;for(let i=0;i<n.length;i++)if(s=n[i],!Uc(t[s],e[s]))return!1;return!0}function Uc(t,e){if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return!1;const n=[...t].sort(),r=[...e].sort();return n.every((t,e)=>r[e]===t)}return t===e}function Lc(t){return Array.prototype.concat.apply([],t)}function Hc(t){return t.length>0?t[t.length-1]:null}function $c(t,e){for(const n in t)t.hasOwnProperty(n)&&e(t[n],n)}function zc(t){return Ei(t)?t:xi(t)?j(Promise.resolve(t)):Su(t)}function Bc(t,e,n){return n?function(t,e){return Fc(t,e)}(t.queryParams,e.queryParams)&&function t(e,n){if(!Wc(e.segments,n.segments))return!1;if(e.numberOfChildren!==n.numberOfChildren)return!1;for(const r in n.children){if(!e.children[r])return!1;if(!t(e.children[r],n.children[r]))return!1}return!0}(t.root,e.root):function(t,e){return Object.keys(e).length<=Object.keys(t).length&&Object.keys(e).every(n=>Uc(t[n],e[n]))}(t.queryParams,e.queryParams)&&function t(e,n){return function e(n,r,s){if(n.segments.length>s.length)return!!Wc(n.segments.slice(0,s.length),s)&&!r.hasChildren();if(n.segments.length===s.length){if(!Wc(n.segments,s))return!1;for(const e in r.children){if(!n.children[e])return!1;if(!t(n.children[e],r.children[e]))return!1}return!0}{const t=s.slice(0,n.segments.length),i=s.slice(n.segments.length);return!!Wc(n.segments,t)&&!!n.children.primary&&e(n.children.primary,r,i)}}(e,n,n.segments)}(t.root,e.root)}class Gc{constructor(t,e,n){this.root=t,this.queryParams=e,this.fragment=n}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=Mc(this.queryParams)),this._queryParamMap}toString(){return Kc.serialize(this)}}class Zc{constructor(t,e){this.segments=t,this.children=e,this.parent=null,$c(e,(t,e)=>t.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Xc(this)}}class qc{constructor(t,e){this.path=t,this.parameters=e}get parameterMap(){return this._parameterMap||(this._parameterMap=Mc(this.parameters)),this._parameterMap}toString(){return ih(this)}}function Wc(t,e){return t.length===e.length&&t.every((t,n)=>t.path===e[n].path)}function Qc(t,e){let n=[];return $c(t.children,(t,r)=>{r===Dc&&(n=n.concat(e(t,r)))}),$c(t.children,(t,r)=>{r!==Dc&&(n=n.concat(e(t,r)))}),n}class Yc{}class Jc{parse(t){const e=new ch(t);return new Gc(e.parseRootSegment(),e.parseQueryParams(),e.parseFragment())}serialize(t){return`${"/"+function t(e,n){if(!e.hasChildren())return Xc(e);if(n){const n=e.children.primary?t(e.children.primary,!1):"",r=[];return $c(e.children,(e,n)=>{n!==Dc&&r.push(`${n}:${t(e,!1)}`)}),r.length>0?`${n}(${r.join("//")})`:n}{const n=Qc(e,(n,r)=>r===Dc?[t(e.children.primary,!1)]:[`${r}:${t(n,!1)}`]);return 1===Object.keys(e.children).length&&null!=e.children.primary?`${Xc(e)}/${n[0]}`:`${Xc(e)}/(${n.join("//")})`}}(t.root,!0)}${function(t){const e=Object.keys(t).map(e=>{const n=t[e];return Array.isArray(n)?n.map(t=>`${eh(e)}=${eh(t)}`).join("&"):`${eh(e)}=${eh(n)}`});return e.length?"?"+e.join("&"):""}(t.queryParams)}${"string"==typeof t.fragment?"#"+encodeURI(t.fragment):""}`}}const Kc=new Jc;function Xc(t){return t.segments.map(t=>ih(t)).join("/")}function th(t){return encodeURIComponent(t).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function eh(t){return th(t).replace(/%3B/gi,";")}function nh(t){return th(t).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function rh(t){return decodeURIComponent(t)}function sh(t){return rh(t.replace(/\+/g,"%20"))}function ih(t){return`${nh(t.path)}${e=t.parameters,Object.keys(e).map(t=>`;${nh(t)}=${nh(e[t])}`).join("")}`;var e}const oh=/^[^\/()?;=#]+/;function ah(t){const e=t.match(oh);return e?e[0]:""}const lh=/^[^=?&#]+/,uh=/^[^?&#]+/;class ch{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new Zc([],{}):new Zc([],this.parseChildren())}parseQueryParams(){const t={};if(this.consumeOptional("?"))do{this.parseQueryParam(t)}while(this.consumeOptional("&"));return t}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const t=[];for(this.peekStartsWith("(")||t.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),t.push(this.parseSegment());let e={};this.peekStartsWith("/(")&&(this.capture("/"),e=this.parseParens(!0));let n={};return this.peekStartsWith("(")&&(n=this.parseParens(!1)),(t.length>0||Object.keys(e).length>0)&&(n.primary=new Zc(t,e)),n}parseSegment(){const t=ah(this.remaining);if(""===t&&this.peekStartsWith(";"))throw new Error(`Empty path url segment cannot have parameters: '${this.remaining}'.`);return this.capture(t),new qc(rh(t),this.parseMatrixParams())}parseMatrixParams(){const t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){const e=ah(this.remaining);if(!e)return;this.capture(e);let n="";if(this.consumeOptional("=")){const t=ah(this.remaining);t&&(n=t,this.capture(n))}t[rh(e)]=rh(n)}parseQueryParam(t){const e=function(t){const e=t.match(lh);return e?e[0]:""}(this.remaining);if(!e)return;this.capture(e);let n="";if(this.consumeOptional("=")){const t=function(t){const e=t.match(uh);return e?e[0]:""}(this.remaining);t&&(n=t,this.capture(n))}const r=sh(e),s=sh(n);if(t.hasOwnProperty(r)){let e=t[r];Array.isArray(e)||(e=[e],t[r]=e),e.push(s)}else t[r]=s}parseParens(t){const e={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const n=ah(this.remaining),r=this.remaining[n.length];if("/"!==r&&")"!==r&&";"!==r)throw new Error(`Cannot parse url '${this.url}'`);let s=void 0;n.indexOf(":")>-1?(s=n.substr(0,n.indexOf(":")),this.capture(s),this.capture(":")):t&&(s=Dc);const i=this.parseChildren();e[s]=1===Object.keys(i).length?i.primary:new Zc([],i),this.consumeOptional("//")}return e}peekStartsWith(t){return this.remaining.startsWith(t)}consumeOptional(t){return!!this.peekStartsWith(t)&&(this.remaining=this.remaining.substring(t.length),!0)}capture(t){if(!this.consumeOptional(t))throw new Error(`Expected "${t}".`)}}class hh{constructor(t){this._root=t}get root(){return this._root.value}parent(t){const e=this.pathFromRoot(t);return e.length>1?e[e.length-2]:null}children(t){const e=dh(t,this._root);return e?e.children.map(t=>t.value):[]}firstChild(t){const e=dh(t,this._root);return e&&e.children.length>0?e.children[0].value:null}siblings(t){const e=ph(t,this._root);return e.length<2?[]:e[e.length-2].children.map(t=>t.value).filter(e=>e!==t)}pathFromRoot(t){return ph(t,this._root).map(t=>t.value)}}function dh(t,e){if(t===e.value)return e;for(const n of e.children){const e=dh(t,n);if(e)return e}return null}function ph(t,e){if(t===e.value)return[e];for(const n of e.children){const r=ph(t,n);if(r.length)return r.unshift(e),r}return[]}class fh{constructor(t,e){this.value=t,this.children=e}toString(){return`TreeNode(${this.value})`}}function gh(t){const e={};return t&&t.children.forEach(t=>e[t.value.outlet]=t),e}class mh extends hh{constructor(t,e){super(t),this.snapshot=e,Ch(this,t)}toString(){return this.snapshot.toString()}}function yh(t,e){const n=function(t,e){const n=new wh([],{},{},"",{},Dc,e,null,t.root,-1,{});return new bh("",new fh(n,[]))}(t,e),r=new xu([new qc("",{})]),s=new xu({}),i=new xu({}),o=new xu({}),a=new xu(""),l=new _h(r,s,o,a,i,Dc,e,n.root);return l.snapshot=n.root,new mh(new fh(l,[]),n)}class _h{constructor(t,e,n,r,s,i,o,a){this.url=t,this.params=e,this.queryParams=n,this.fragment=r,this.data=s,this.outlet=i,this.component=o,this._futureSnapshot=a}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=this.params.pipe(T(t=>Mc(t)))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe(T(t=>Mc(t)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function vh(t,e="emptyOnly"){const n=t.pathFromRoot;let r=0;if("always"!==e)for(r=n.length-1;r>=1;){const t=n[r],e=n[r-1];if(t.routeConfig&&""===t.routeConfig.path)r--;else{if(e.component)break;r--}}return function(t){return t.reduce((t,e)=>({params:Object.assign(Object.assign({},t.params),e.params),data:Object.assign(Object.assign({},t.data),e.data),resolve:Object.assign(Object.assign({},t.resolve),e._resolvedData)}),{params:{},data:{},resolve:{}})}(n.slice(r))}class wh{constructor(t,e,n,r,s,i,o,a,l,u,c){this.url=t,this.params=e,this.queryParams=n,this.fragment=r,this.data=s,this.outlet=i,this.component=o,this.routeConfig=a,this._urlSegment=l,this._lastPathIndex=u,this._resolve=c}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=Mc(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=Mc(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map(t=>t.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class bh extends hh{constructor(t,e){super(e),this.url=t,Ch(this,e)}toString(){return Sh(this._root)}}function Ch(t,e){e.value._routerState=t,e.children.forEach(e=>Ch(t,e))}function Sh(t){const e=t.children.length>0?` { ${t.children.map(Sh).join(", ")} } `:"";return`${t.value}${e}`}function xh(t){if(t.snapshot){const e=t.snapshot,n=t._futureSnapshot;t.snapshot=n,Fc(e.queryParams,n.queryParams)||t.queryParams.next(n.queryParams),e.fragment!==n.fragment&&t.fragment.next(n.fragment),Fc(e.params,n.params)||t.params.next(n.params),function(t,e){if(t.length!==e.length)return!1;for(let n=0;n<t.length;++n)if(!Fc(t[n],e[n]))return!1;return!0}(e.url,n.url)||t.url.next(n.url),Fc(e.data,n.data)||t.data.next(n.data)}else t.snapshot=t._futureSnapshot,t.data.next(t._futureSnapshot.data)}function Eh(t,e){var n,r;return Fc(t.params,e.params)&&Wc(n=t.url,r=e.url)&&n.every((t,e)=>Fc(t.parameters,r[e].parameters))&&!(!t.parent!=!e.parent)&&(!t.parent||Eh(t.parent,e.parent))}function Th(t){return"object"==typeof t&&null!=t&&!t.outlets&&!t.segmentPath}function Ah(t){return"object"==typeof t&&null!=t&&t.outlets}function kh(t,e,n,r,s){let i={};return r&&$c(r,(t,e)=>{i[e]=Array.isArray(t)?t.map(t=>""+t):""+t}),new Gc(n.root===t?e:function t(e,n,r){const s={};return $c(e.children,(e,i)=>{s[i]=e===n?r:t(e,n,r)}),new Zc(e.segments,s)}(n.root,t,e),i,s)}class Oh{constructor(t,e,n){if(this.isAbsolute=t,this.numberOfDoubleDots=e,this.commands=n,t&&n.length>0&&Th(n[0]))throw new Error("Root segment cannot have matrix parameters");const r=n.find(Ah);if(r&&r!==Hc(n))throw new Error("{outlets:{}} has to be the last command")}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class Ih{constructor(t,e,n){this.segmentGroup=t,this.processChildren=e,this.index=n}}function Rh(t,e,n){if(t||(t=new Zc([],{})),0===t.segments.length&&t.hasChildren())return Ph(t,e,n);const r=function(t,e,n){let r=0,s=e;const i={match:!1,pathIndex:0,commandIndex:0};for(;s<t.segments.length;){if(r>=n.length)return i;const e=t.segments[s],o=n[r];if(Ah(o))break;const a=""+o,l=r<n.length-1?n[r+1]:null;if(s>0&&void 0===a)break;if(a&&l&&"object"==typeof l&&void 0===l.outlets){if(!jh(a,l,e))return i;r+=2}else{if(!jh(a,{},e))return i;r++}s++}return{match:!0,pathIndex:s,commandIndex:r}}(t,e,n),s=n.slice(r.commandIndex);if(r.match&&r.pathIndex<t.segments.length){const e=new Zc(t.segments.slice(0,r.pathIndex),{});return e.children.primary=new Zc(t.segments.slice(r.pathIndex),t.children),Ph(e,0,s)}return r.match&&0===s.length?new Zc(t.segments,{}):r.match&&!t.hasChildren()?Dh(t,e,n):r.match?Ph(t,0,s):Dh(t,e,n)}function Ph(t,e,n){if(0===n.length)return new Zc(t.segments,{});{const r=function(t){return Ah(t[0])?t[0].outlets:{[Dc]:t}}(n),s={};return $c(r,(n,r)=>{null!==n&&(s[r]=Rh(t.children[r],e,n))}),$c(t.children,(t,e)=>{void 0===r[e]&&(s[e]=t)}),new Zc(t.segments,s)}}function Dh(t,e,n){const r=t.segments.slice(0,e);let s=0;for(;s<n.length;){const i=n[s];if(Ah(i)){const t=Vh(i.outlets);return new Zc(r,t)}if(0===s&&Th(n[0])){r.push(new qc(t.segments[e].path,n[0])),s++;continue}const o=Ah(i)?i.outlets.primary:""+i,a=s<n.length-1?n[s+1]:null;o&&a&&Th(a)?(r.push(new qc(o,Mh(a))),s+=2):(r.push(new qc(o,{})),s++)}return new Zc(r,{})}function Vh(t){const e={};return $c(t,(t,n)=>{null!==t&&(e[n]=Dh(new Zc([],{}),0,t))}),e}function Mh(t){const e={};return $c(t,(t,n)=>e[n]=""+t),e}function jh(t,e,n){return t==n.path&&Fc(e,n.parameters)}class Nh{constructor(t,e,n,r){this.routeReuseStrategy=t,this.futureState=e,this.currState=n,this.forwardEvent=r}activate(t){const e=this.futureState._root,n=this.currState?this.currState._root:null;this.deactivateChildRoutes(e,n,t),xh(this.futureState.root),this.activateChildRoutes(e,n,t)}deactivateChildRoutes(t,e,n){const r=gh(e);t.children.forEach(t=>{const e=t.value.outlet;this.deactivateRoutes(t,r[e],n),delete r[e]}),$c(r,(t,e)=>{this.deactivateRouteAndItsChildren(t,n)})}deactivateRoutes(t,e,n){const r=t.value,s=e?e.value:null;if(r===s)if(r.component){const s=n.getContext(r.outlet);s&&this.deactivateChildRoutes(t,e,s.children)}else this.deactivateChildRoutes(t,e,n);else s&&this.deactivateRouteAndItsChildren(e,n)}deactivateRouteAndItsChildren(t,e){this.routeReuseStrategy.shouldDetach(t.value.snapshot)?this.detachAndStoreRouteSubtree(t,e):this.deactivateRouteAndOutlet(t,e)}detachAndStoreRouteSubtree(t,e){const n=e.getContext(t.value.outlet);if(n&&n.outlet){const e=n.outlet.detach(),r=n.children.onOutletDeactivated();this.routeReuseStrategy.store(t.value.snapshot,{componentRef:e,route:t,contexts:r})}}deactivateRouteAndOutlet(t,e){const n=e.getContext(t.value.outlet);if(n){const r=gh(t),s=t.value.component?n.children:e;$c(r,(t,e)=>this.deactivateRouteAndItsChildren(t,s)),n.outlet&&(n.outlet.deactivate(),n.children.onOutletDeactivated())}}activateChildRoutes(t,e,n){const r=gh(e);t.children.forEach(t=>{this.activateRoutes(t,r[t.value.outlet],n),this.forwardEvent(new Rc(t.value.snapshot))}),t.children.length&&this.forwardEvent(new Oc(t.value.snapshot))}activateRoutes(t,e,n){const r=t.value,s=e?e.value:null;if(xh(r),r===s)if(r.component){const s=n.getOrCreateContext(r.outlet);this.activateChildRoutes(t,e,s.children)}else this.activateChildRoutes(t,e,n);else if(r.component){const e=n.getOrCreateContext(r.outlet);if(this.routeReuseStrategy.shouldAttach(r.snapshot)){const t=this.routeReuseStrategy.retrieve(r.snapshot);this.routeReuseStrategy.store(r.snapshot,null),e.children.onOutletReAttached(t.contexts),e.attachRef=t.componentRef,e.route=t.route.value,e.outlet&&e.outlet.attach(t.componentRef,t.route.value),Fh(t.route)}else{const n=function(t){for(let e=t.parent;e;e=e.parent){const t=e.routeConfig;if(t&&t._loadedConfig)return t._loadedConfig;if(t&&t.component)return null}return null}(r.snapshot),s=n?n.module.componentFactoryResolver:null;e.attachRef=null,e.route=r,e.resolver=s,e.outlet&&e.outlet.activateWith(r,s),this.activateChildRoutes(t,null,e.children)}}else this.activateChildRoutes(t,null,n)}}function Fh(t){xh(t.value),t.children.forEach(Fh)}class Uh{constructor(t,e){this.routes=t,this.module=e}}function Lh(t){return"function"==typeof t}function Hh(t){return t instanceof Gc}const $h=Symbol("INITIAL_VALUE");function zh(){return Yu(t=>function(...t){let e=void 0,n=void 0;return E(t[t.length-1])&&(n=t.pop()),"function"==typeof t[t.length-1]&&(e=t.pop()),1===t.length&&l(t[0])&&(t=t[0]),B(t,n).lift(new Ou(e))}(...t.map(t=>t.pipe(Xu(1),function(...t){const e=t[t.length-1];return E(e)?(t.pop(),n=>nc(t,n,e)):e=>nc(t,e)}($h)))).pipe(function(t,e){let n=!1;return arguments.length>=2&&(n=!0),function(r){return r.lift(new rc(t,e,n))}}((t,e)=>{let n=!1;return e.reduce((t,r,s)=>{if(t!==$h)return t;if(r===$h&&(n=!0),!n){if(!1===r)return r;if(s===e.length-1||Hh(r))return r}return t},t)},$h),ju(t=>t!==$h),T(t=>Hh(t)?t:!0===t),Xu(1)))}class Bh{constructor(t){this.segmentGroup=t||null}}class Gh{constructor(t){this.urlTree=t}}function Zh(t){return new _(e=>e.error(new Bh(t)))}function qh(t){return new _(e=>e.error(new Gh(t)))}function Wh(t){return new _(e=>e.error(new Error(`Only absolute redirects can have named outlets. redirectTo: '${t}'`)))}class Qh{constructor(t,e,n,r,s){this.configLoader=e,this.urlSerializer=n,this.urlTree=r,this.config=s,this.allowRedirects=!0,this.ngModule=t.get(Jt)}apply(){return this.expandSegmentGroup(this.ngModule,this.config,this.urlTree.root,Dc).pipe(T(t=>this.createUrlTree(t,this.urlTree.queryParams,this.urlTree.fragment))).pipe(ic(t=>{if(t instanceof Gh)return this.allowRedirects=!1,this.match(t.urlTree);if(t instanceof Bh)throw this.noMatchError(t);throw t}))}match(t){return this.expandSegmentGroup(this.ngModule,this.config,t.root,Dc).pipe(T(e=>this.createUrlTree(e,t.queryParams,t.fragment))).pipe(ic(t=>{if(t instanceof Bh)throw this.noMatchError(t);throw t}))}noMatchError(t){return new Error(`Cannot match any routes. URL Segment: '${t.segmentGroup}'`)}createUrlTree(t,e,n){const r=t.segments.length>0?new Zc([],{[Dc]:t}):t;return new Gc(r,e,n)}expandSegmentGroup(t,e,n,r){return 0===n.segments.length&&n.hasChildren()?this.expandChildren(t,e,n).pipe(T(t=>new Zc([],t))):this.expandSegment(t,n,e,n.segments,r,!0)}expandChildren(t,e,n){return function(t,e){if(0===Object.keys(t).length)return Su({});const n=[],r=[],s={};return $c(t,(t,i)=>{const o=e(i,t).pipe(T(t=>s[i]=t));i===Dc?n.push(o):r.push(o)}),Su.apply(null,n.concat(r)).pipe(Mu(),function(t,e){const n=arguments.length>=2;return r=>r.pipe(t?ju((e,n)=>t(e,n,r)):y,Lu(1),n?qu(e):zu(()=>new Ru))}(),T(()=>s))}(n.children,(n,r)=>this.expandSegmentGroup(t,e,r,n))}expandSegment(t,e,n,r,s,i){return Su(...n).pipe(lc(o=>this.expandSegmentAgainstRoute(t,e,n,o,r,s,i).pipe(ic(t=>{if(t instanceof Bh)return Su(null);throw t}))),uc(t=>!!t),ic((t,n)=>{if(t instanceof Ru||"EmptyError"===t.name){if(this.noLeftoversInUrl(e,r,s))return Su(new Zc([],{}));throw new Bh(e)}throw t}))}noLeftoversInUrl(t,e,n){return 0===e.length&&!t.children[n]}expandSegmentAgainstRoute(t,e,n,r,s,i,o){return Xh(r)!==i?Zh(e):void 0===r.redirectTo?this.matchSegmentAgainstRoute(t,e,r,s):o&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(t,e,n,r,s,i):Zh(e)}expandSegmentAgainstRouteUsingRedirect(t,e,n,r,s,i){return"**"===r.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(t,n,r,i):this.expandRegularSegmentAgainstRouteUsingRedirect(t,e,n,r,s,i)}expandWildCardWithParamsAgainstRouteUsingRedirect(t,e,n,r){const s=this.applyRedirectCommands([],n.redirectTo,{});return n.redirectTo.startsWith("/")?qh(s):this.lineralizeSegments(n,s).pipe(L(n=>{const s=new Zc(n,{});return this.expandSegment(t,s,e,n,r,!1)}))}expandRegularSegmentAgainstRouteUsingRedirect(t,e,n,r,s,i){const{matched:o,consumedSegments:a,lastChild:l,positionalParamSegments:u}=Yh(e,r,s);if(!o)return Zh(e);const c=this.applyRedirectCommands(a,r.redirectTo,u);return r.redirectTo.startsWith("/")?qh(c):this.lineralizeSegments(r,c).pipe(L(r=>this.expandSegment(t,e,n,r.concat(s.slice(l)),i,!1)))}matchSegmentAgainstRoute(t,e,n,r){if("**"===n.path)return n.loadChildren?this.configLoader.load(t.injector,n).pipe(T(t=>(n._loadedConfig=t,new Zc(r,{})))):Su(new Zc(r,{}));const{matched:s,consumedSegments:i,lastChild:o}=Yh(e,n,r);if(!s)return Zh(e);const a=r.slice(o);return this.getChildConfig(t,n,r).pipe(L(t=>{const n=t.module,r=t.routes,{segmentGroup:s,slicedSegments:o}=function(t,e,n,r){return n.length>0&&function(t,e,n){return n.some(n=>Kh(t,e,n)&&Xh(n)!==Dc)}(t,n,r)?{segmentGroup:Jh(new Zc(e,function(t,e){const n={};n.primary=e;for(const r of t)""===r.path&&Xh(r)!==Dc&&(n[Xh(r)]=new Zc([],{}));return n}(r,new Zc(n,t.children)))),slicedSegments:[]}:0===n.length&&function(t,e,n){return n.some(n=>Kh(t,e,n))}(t,n,r)?{segmentGroup:Jh(new Zc(t.segments,function(t,e,n,r){const s={};for(const i of n)Kh(t,e,i)&&!r[Xh(i)]&&(s[Xh(i)]=new Zc([],{}));return Object.assign(Object.assign({},r),s)}(t,n,r,t.children))),slicedSegments:n}:{segmentGroup:t,slicedSegments:n}}(e,i,a,r);return 0===o.length&&s.hasChildren()?this.expandChildren(n,r,s).pipe(T(t=>new Zc(i,t))):0===r.length&&0===o.length?Su(new Zc(i,{})):this.expandSegment(n,s,r,o,Dc,!0).pipe(T(t=>new Zc(i.concat(t.segments),t.children)))}))}getChildConfig(t,e,n){return e.children?Su(new Uh(e.children,t)):e.loadChildren?void 0!==e._loadedConfig?Su(e._loadedConfig):this.runCanLoadGuards(t.injector,e,n).pipe(L(n=>n?this.configLoader.load(t.injector,e).pipe(T(t=>(e._loadedConfig=t,t))):function(t){return new _(e=>e.error(jc(`Cannot load children because the guard of the route "path: '${t.path}'" returned false`)))}(e))):Su(new Uh([],t))}runCanLoadGuards(t,e,n){const r=e.canLoad;return r&&0!==r.length?Su(r.map(r=>{const s=t.get(r);let i;if(function(t){return t&&Lh(t.canLoad)}(s))i=s.canLoad(e,n);else{if(!Lh(s))throw new Error("Invalid CanLoad guard");i=s(e,n)}return zc(i)})).pipe(zh(),hc(t=>{if(!Hh(t))return;const e=jc(`Redirecting to "${this.urlSerializer.serialize(t)}"`);throw e.url=t,e}),T(t=>!0===t)):Su(!0)}lineralizeSegments(t,e){let n=[],r=e.root;for(;;){if(n=n.concat(r.segments),0===r.numberOfChildren)return Su(n);if(r.numberOfChildren>1||!r.children.primary)return Wh(t.redirectTo);r=r.children.primary}}applyRedirectCommands(t,e,n){return this.applyRedirectCreatreUrlTree(e,this.urlSerializer.parse(e),t,n)}applyRedirectCreatreUrlTree(t,e,n,r){const s=this.createSegmentGroup(t,e.root,n,r);return new Gc(s,this.createQueryParams(e.queryParams,this.urlTree.queryParams),e.fragment)}createQueryParams(t,e){const n={};return $c(t,(t,r)=>{if("string"==typeof t&&t.startsWith(":")){const s=t.substring(1);n[r]=e[s]}else n[r]=t}),n}createSegmentGroup(t,e,n,r){const s=this.createSegments(t,e.segments,n,r);let i={};return $c(e.children,(e,s)=>{i[s]=this.createSegmentGroup(t,e,n,r)}),new Zc(s,i)}createSegments(t,e,n,r){return e.map(e=>e.path.startsWith(":")?this.findPosParam(t,e,r):this.findOrReturn(e,n))}findPosParam(t,e,n){const r=n[e.path.substring(1)];if(!r)throw new Error(`Cannot redirect to '${t}'. Cannot find '${e.path}'.`);return r}findOrReturn(t,e){let n=0;for(const r of e){if(r.path===t.path)return e.splice(n),r;n++}return t}}function Yh(t,e,n){if(""===e.path)return"full"===e.pathMatch&&(t.hasChildren()||n.length>0)?{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}:{matched:!0,consumedSegments:[],lastChild:0,positionalParamSegments:{}};const r=(e.matcher||Nc)(n,t,e);return r?{matched:!0,consumedSegments:r.consumed,lastChild:r.consumed.length,positionalParamSegments:r.posParams}:{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}}function Jh(t){if(1===t.numberOfChildren&&t.children.primary){const e=t.children.primary;return new Zc(t.segments.concat(e.segments),e.children)}return t}function Kh(t,e,n){return(!(t.hasChildren()||e.length>0)||"full"!==n.pathMatch)&&""===n.path&&void 0!==n.redirectTo}function Xh(t){return t.outlet||Dc}class td{constructor(t){this.path=t,this.route=this.path[this.path.length-1]}}class ed{constructor(t,e){this.component=t,this.route=e}}function nd(t,e,n){const r=t._root;return function t(e,n,r,s,i={canDeactivateChecks:[],canActivateChecks:[]}){const o=gh(n);return e.children.forEach(e=>{!function(e,n,r,s,i={canDeactivateChecks:[],canActivateChecks:[]}){const o=e.value,a=n?n.value:null,l=r?r.getContext(e.value.outlet):null;if(a&&o.routeConfig===a.routeConfig){const u=function(t,e,n){if("function"==typeof n)return n(t,e);switch(n){case"pathParamsChange":return!Wc(t.url,e.url);case"pathParamsOrQueryParamsChange":return!Wc(t.url,e.url)||!Fc(t.queryParams,e.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!Eh(t,e)||!Fc(t.queryParams,e.queryParams);case"paramsChange":default:return!Eh(t,e)}}(a,o,o.routeConfig.runGuardsAndResolvers);u?i.canActivateChecks.push(new td(s)):(o.data=a.data,o._resolvedData=a._resolvedData),t(e,n,o.component?l?l.children:null:r,s,i),u&&l&&l.outlet&&l.outlet.isActivated&&i.canDeactivateChecks.push(new ed(l.outlet.component,a))}else a&&sd(n,l,i),i.canActivateChecks.push(new td(s)),t(e,null,o.component?l?l.children:null:r,s,i)}(e,o[e.value.outlet],r,s.concat([e.value]),i),delete o[e.value.outlet]}),$c(o,(t,e)=>sd(t,r.getContext(e),i)),i}(r,e?e._root:null,n,[r.value])}function rd(t,e,n){const r=function(t){if(!t)return null;for(let e=t.parent;e;e=e.parent){const t=e.routeConfig;if(t&&t._loadedConfig)return t._loadedConfig}return null}(e);return(r?r.module.injector:n).get(t)}function sd(t,e,n){const r=gh(t),s=t.value;$c(r,(t,r)=>{sd(t,s.component?e?e.children.getContext(r):null:e,n)}),n.canDeactivateChecks.push(new ed(s.component&&e&&e.outlet&&e.outlet.isActivated?e.outlet.component:null,s))}function id(t,e){return null!==t&&e&&e(new Ic(t)),Su(!0)}function od(t,e){return null!==t&&e&&e(new kc(t)),Su(!0)}function ad(t,e,n){const r=e.routeConfig?e.routeConfig.canActivate:null;return r&&0!==r.length?Su(r.map(r=>Vu(()=>{const s=rd(r,e,n);let i;if(function(t){return t&&Lh(t.canActivate)}(s))i=zc(s.canActivate(e,t));else{if(!Lh(s))throw new Error("Invalid CanActivate guard");i=zc(s(e,t))}return i.pipe(uc())}))).pipe(zh()):Su(!0)}function ld(t,e,n){const r=e[e.length-1],s=e.slice(0,e.length-1).reverse().map(t=>function(t){const e=t.routeConfig?t.routeConfig.canActivateChild:null;return e&&0!==e.length?{node:t,guards:e}:null}(t)).filter(t=>null!==t).map(e=>Vu(()=>Su(e.guards.map(s=>{const i=rd(s,e.node,n);let o;if(function(t){return t&&Lh(t.canActivateChild)}(i))o=zc(i.canActivateChild(r,t));else{if(!Lh(i))throw new Error("Invalid CanActivateChild guard");o=zc(i(r,t))}return o.pipe(uc())})).pipe(zh())));return Su(s).pipe(zh())}class ud{}class cd{constructor(t,e,n,r,s,i){this.rootComponentType=t,this.config=e,this.urlTree=n,this.url=r,this.paramsInheritanceStrategy=s,this.relativeLinkResolution=i}recognize(){try{const t=pd(this.urlTree.root,[],[],this.config,this.relativeLinkResolution).segmentGroup,e=this.processSegmentGroup(this.config,t,Dc),n=new wh([],Object.freeze({}),Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,{},Dc,this.rootComponentType,null,this.urlTree.root,-1,{}),r=new fh(n,e),s=new bh(this.url,r);return this.inheritParamsAndData(s._root),Su(s)}catch(t){return new _(e=>e.error(t))}}inheritParamsAndData(t){const e=t.value,n=vh(e,this.paramsInheritanceStrategy);e.params=Object.freeze(n.params),e.data=Object.freeze(n.data),t.children.forEach(t=>this.inheritParamsAndData(t))}processSegmentGroup(t,e,n){return 0===e.segments.length&&e.hasChildren()?this.processChildren(t,e):this.processSegment(t,e,e.segments,n)}processChildren(t,e){const n=Qc(e,(e,n)=>this.processSegmentGroup(t,e,n));return function(t){const e={};t.forEach(t=>{const n=e[t.value.outlet];if(n){const e=n.url.map(t=>t.toString()).join("/"),r=t.value.url.map(t=>t.toString()).join("/");throw new Error(`Two segments cannot have the same outlet name: '${e}' and '${r}'.`)}e[t.value.outlet]=t.value})}(n),n.sort((t,e)=>t.value.outlet===Dc?-1:e.value.outlet===Dc?1:t.value.outlet.localeCompare(e.value.outlet)),n}processSegment(t,e,n,r){for(const i of t)try{return this.processSegmentAgainstRoute(i,e,n,r)}catch(s){if(!(s instanceof ud))throw s}if(this.noLeftoversInUrl(e,n,r))return[];throw new ud}noLeftoversInUrl(t,e,n){return 0===e.length&&!t.children[n]}processSegmentAgainstRoute(t,e,n,r){if(t.redirectTo)throw new ud;if((t.outlet||Dc)!==r)throw new ud;let s,i=[],o=[];if("**"===t.path){const i=n.length>0?Hc(n).parameters:{};s=new wh(n,i,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,md(t),r,t.component,t,hd(e),dd(e)+n.length,yd(t))}else{const a=function(t,e,n){if(""===e.path){if("full"===e.pathMatch&&(t.hasChildren()||n.length>0))throw new ud;return{consumedSegments:[],lastChild:0,parameters:{}}}const r=(e.matcher||Nc)(n,t,e);if(!r)throw new ud;const s={};$c(r.posParams,(t,e)=>{s[e]=t.path});const i=r.consumed.length>0?Object.assign(Object.assign({},s),r.consumed[r.consumed.length-1].parameters):s;return{consumedSegments:r.consumed,lastChild:r.consumed.length,parameters:i}}(e,t,n);i=a.consumedSegments,o=n.slice(a.lastChild),s=new wh(i,a.parameters,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,md(t),r,t.component,t,hd(e),dd(e)+i.length,yd(t))}const a=function(t){return t.children?t.children:t.loadChildren?t._loadedConfig.routes:[]}(t),{segmentGroup:l,slicedSegments:u}=pd(e,i,o,a,this.relativeLinkResolution);if(0===u.length&&l.hasChildren()){const t=this.processChildren(a,l);return[new fh(s,t)]}if(0===a.length&&0===u.length)return[new fh(s,[])];const c=this.processSegment(a,l,u,Dc);return[new fh(s,c)]}}function hd(t){let e=t;for(;e._sourceSegment;)e=e._sourceSegment;return e}function dd(t){let e=t,n=e._segmentIndexShift?e._segmentIndexShift:0;for(;e._sourceSegment;)e=e._sourceSegment,n+=e._segmentIndexShift?e._segmentIndexShift:0;return n-1}function pd(t,e,n,r,s){if(n.length>0&&function(t,e,n){return n.some(n=>fd(t,e,n)&&gd(n)!==Dc)}(t,n,r)){const s=new Zc(e,function(t,e,n,r){const s={};s.primary=r,r._sourceSegment=t,r._segmentIndexShift=e.length;for(const i of n)if(""===i.path&&gd(i)!==Dc){const n=new Zc([],{});n._sourceSegment=t,n._segmentIndexShift=e.length,s[gd(i)]=n}return s}(t,e,r,new Zc(n,t.children)));return s._sourceSegment=t,s._segmentIndexShift=e.length,{segmentGroup:s,slicedSegments:[]}}if(0===n.length&&function(t,e,n){return n.some(n=>fd(t,e,n))}(t,n,r)){const i=new Zc(t.segments,function(t,e,n,r,s,i){const o={};for(const a of r)if(fd(t,n,a)&&!s[gd(a)]){const n=new Zc([],{});n._sourceSegment=t,n._segmentIndexShift="legacy"===i?t.segments.length:e.length,o[gd(a)]=n}return Object.assign(Object.assign({},s),o)}(t,e,n,r,t.children,s));return i._sourceSegment=t,i._segmentIndexShift=e.length,{segmentGroup:i,slicedSegments:n}}const i=new Zc(t.segments,t.children);return i._sourceSegment=t,i._segmentIndexShift=e.length,{segmentGroup:i,slicedSegments:n}}function fd(t,e,n){return(!(t.hasChildren()||e.length>0)||"full"!==n.pathMatch)&&""===n.path&&void 0===n.redirectTo}function gd(t){return t.outlet||Dc}function md(t){return t.data||{}}function yd(t){return t.resolve||{}}function _d(t){return function(e){return e.pipe(Yu(e=>{const n=t(e);return n?j(n).pipe(T(()=>e)):j([e])}))}}class vd extends class{shouldDetach(t){return!1}store(t,e){}shouldAttach(t){return!1}retrieve(t){return null}shouldReuseRoute(t,e){return t.routeConfig===e.routeConfig}}{}let wd=(()=>{class t{}return t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=ce({type:t,selectors:[["ng-component"]],decls:1,vars:0,template:function(t,e){1&t&&Si(0,"router-outlet")},directives:function(){return[Vd]},encapsulation:2}),t})();function bd(t,e=""){for(let n=0;n<t.length;n++){const r=t[n];Cd(r,Sd(e,r))}}function Cd(t,e){if(!t)throw new Error(`\n Invalid configuration of route '${e}': Encountered undefined route.\n The reason might be an extra comma.\n\n Example:\n const routes: Routes = [\n { path: '', redirectTo: '/dashboard', pathMatch: 'full' },\n { path: 'dashboard', component: DashboardComponent },, << two commas\n { path: 'detail/:id', component: HeroDetailComponent }\n ];\n `);if(Array.isArray(t))throw new Error(`Invalid configuration of route '${e}': Array cannot be specified`);if(!t.component&&!t.children&&!t.loadChildren&&t.outlet&&t.outlet!==Dc)throw new Error(`Invalid configuration of route '${e}': a componentless route without children or loadChildren cannot have a named outlet set`);if(t.redirectTo&&t.children)throw new Error(`Invalid configuration of route '${e}': redirectTo and children cannot be used together`);if(t.redirectTo&&t.loadChildren)throw new Error(`Invalid configuration of route '${e}': redirectTo and loadChildren cannot be used together`);if(t.children&&t.loadChildren)throw new Error(`Invalid configuration of route '${e}': children and loadChildren cannot be used together`);if(t.redirectTo&&t.component)throw new Error(`Invalid configuration of route '${e}': redirectTo and component cannot be used together`);if(t.path&&t.matcher)throw new Error(`Invalid configuration of route '${e}': path and matcher cannot be used together`);if(void 0===t.redirectTo&&!t.component&&!t.children&&!t.loadChildren)throw new Error(`Invalid configuration of route '${e}'. One of the following must be provided: component, redirectTo, children or loadChildren`);if(void 0===t.path&&void 0===t.matcher)throw new Error(`Invalid configuration of route '${e}': routes must have either a path or a matcher specified`);if("string"==typeof t.path&&"/"===t.path.charAt(0))throw new Error(`Invalid configuration of route '${e}': path cannot start with a slash`);if(""===t.path&&void 0!==t.redirectTo&&void 0===t.pathMatch)throw new Error(`Invalid configuration of route '{path: "${e}", redirectTo: "${t.redirectTo}"}': please provide 'pathMatch'. The default value of 'pathMatch' is 'prefix', but often the intent is to use 'full'.`);if(void 0!==t.pathMatch&&"full"!==t.pathMatch&&"prefix"!==t.pathMatch)throw new Error(`Invalid configuration of route '${e}': pathMatch can only be set to 'prefix' or 'full'`);t.children&&bd(t.children,e)}function Sd(t,e){return e?t||e.path?t&&!e.path?t+"/":!t&&e.path?e.path:`${t}/${e.path}`:"":t}function xd(t){const e=t.children&&t.children.map(xd),n=e?Object.assign(Object.assign({},t),{children:e}):Object.assign({},t);return!n.component&&(e||n.loadChildren)&&n.outlet&&n.outlet!==Dc&&(n.component=wd),n}const Ed=new jt("ROUTES");class Td{constructor(t,e,n,r){this.loader=t,this.compiler=e,this.onLoadStartListener=n,this.onLoadEndListener=r}load(t,e){return this.onLoadStartListener&&this.onLoadStartListener(e),this.loadModuleFactory(e.loadChildren).pipe(T(n=>{this.onLoadEndListener&&this.onLoadEndListener(e);const r=n.create(t);return new Uh(Lc(r.injector.get(Ed)).map(xd),r)}))}loadModuleFactory(t){return"string"==typeof t?j(this.loader.load(t)):zc(t()).pipe(L(t=>t instanceof Kt?Su(t):j(this.compiler.compileModuleAsync(t))))}}class Ad{constructor(){this.outlet=null,this.route=null,this.resolver=null,this.children=new kd,this.attachRef=null}}class kd{constructor(){this.contexts=new Map}onChildOutletCreated(t,e){const n=this.getOrCreateContext(t);n.outlet=e,this.contexts.set(t,n)}onChildOutletDestroyed(t){const e=this.getContext(t);e&&(e.outlet=null)}onOutletDeactivated(){const t=this.contexts;return this.contexts=new Map,t}onOutletReAttached(t){this.contexts=t}getOrCreateContext(t){let e=this.getContext(t);return e||(e=new Ad,this.contexts.set(t,e)),e}getContext(t){return this.contexts.get(t)||null}}class Od{shouldProcessUrl(t){return!0}extract(t){return t}merge(t,e){return t}}function Id(t){throw t}function Rd(t,e,n){return e.parse("/")}function Pd(t,e){return Su(null)}let Dd=(()=>{class t{constructor(t,e,n,r,s,i,o,a){this.rootComponentType=t,this.urlSerializer=e,this.rootContexts=n,this.location=r,this.config=a,this.lastSuccessfulNavigation=null,this.currentNavigation=null,this.lastLocationChangeInfo=null,this.navigationId=0,this.isNgZoneEnabled=!1,this.events=new S,this.errorHandler=Id,this.malformedUriErrorHandler=Rd,this.navigated=!1,this.lastSuccessfulId=-1,this.hooks={beforePreactivation:Pd,afterPreactivation:Pd},this.urlHandlingStrategy=new Od,this.routeReuseStrategy=new vd,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="legacy",this.ngModule=s.get(Jt),this.console=s.get(ea);const l=s.get(fa);this.isNgZoneEnabled=l instanceof fa,this.resetConfig(a),this.currentUrlTree=new Gc(new Zc([],{}),{},null),this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.configLoader=new Td(i,o,t=>this.triggerEvent(new Tc(t)),t=>this.triggerEvent(new Ac(t))),this.routerState=yh(this.currentUrlTree,this.rootComponentType),this.transitions=new xu({id:0,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,extractedUrl:this.urlHandlingStrategy.extract(this.currentUrlTree),urlAfterRedirects:this.urlHandlingStrategy.extract(this.currentUrlTree),rawUrl:this.currentUrlTree,extras:{},resolve:null,reject:null,promise:Promise.resolve(!0),source:"imperative",restoredState:null,currentSnapshot:this.routerState.snapshot,targetSnapshot:null,currentRouterState:this.routerState,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.navigations=this.setupNavigations(this.transitions),this.processNavigations()}setupNavigations(t){const e=this.events;return t.pipe(ju(t=>0!==t.id),T(t=>Object.assign(Object.assign({},t),{extractedUrl:this.urlHandlingStrategy.extract(t.rawUrl)})),Yu(t=>{let n=!1,r=!1;return Su(t).pipe(hc(t=>{this.currentNavigation={id:t.id,initialUrl:t.currentRawUrl,extractedUrl:t.extractedUrl,trigger:t.source,extras:t.extras,previousNavigation:this.lastSuccessfulNavigation?Object.assign(Object.assign({},this.lastSuccessfulNavigation),{previousNavigation:null}):null}}),Yu(t=>{const n=!this.navigated||t.extractedUrl.toString()!==this.browserUrlTree.toString();if(("reload"===this.onSameUrlNavigation||n)&&this.urlHandlingStrategy.shouldProcessUrl(t.rawUrl))return Su(t).pipe(Yu(t=>{const n=this.transitions.getValue();return e.next(new yc(t.id,this.serializeUrl(t.extractedUrl),t.source,t.restoredState)),n!==this.transitions.getValue()?Pu:[t]}),Yu(t=>Promise.resolve(t)),(r=this.ngModule.injector,s=this.configLoader,i=this.urlSerializer,o=this.config,function(t){return t.pipe(Yu(t=>function(t,e,n,r,s){return new Qh(t,e,n,r,s).apply()}(r,s,i,t.extractedUrl,o).pipe(T(e=>Object.assign(Object.assign({},t),{urlAfterRedirects:e})))))}),hc(t=>{this.currentNavigation=Object.assign(Object.assign({},this.currentNavigation),{finalUrl:t.urlAfterRedirects})}),function(t,e,n,r,s){return function(i){return i.pipe(L(i=>function(t,e,n,r,s="emptyOnly",i="legacy"){return new cd(t,e,n,r,s,i).recognize()}(t,e,i.urlAfterRedirects,n(i.urlAfterRedirects),r,s).pipe(T(t=>Object.assign(Object.assign({},i),{targetSnapshot:t})))))}}(this.rootComponentType,this.config,t=>this.serializeUrl(t),this.paramsInheritanceStrategy,this.relativeLinkResolution),hc(t=>{"eager"===this.urlUpdateStrategy&&(t.extras.skipLocationChange||this.setBrowserUrl(t.urlAfterRedirects,!!t.extras.replaceUrl,t.id,t.extras.state),this.browserUrlTree=t.urlAfterRedirects)}),hc(t=>{const n=new bc(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);e.next(n)}));var r,s,i,o;if(n&&this.rawUrlTree&&this.urlHandlingStrategy.shouldProcessUrl(this.rawUrlTree)){const{id:n,extractedUrl:r,source:s,restoredState:i,extras:o}=t,a=new yc(n,this.serializeUrl(r),s,i);e.next(a);const l=yh(r,this.rootComponentType).snapshot;return Su(Object.assign(Object.assign({},t),{targetSnapshot:l,urlAfterRedirects:r,extras:Object.assign(Object.assign({},o),{skipLocationChange:!1,replaceUrl:!1})}))}return this.rawUrlTree=t.rawUrl,this.browserUrlTree=t.urlAfterRedirects,t.resolve(null),Pu}),_d(t=>{const{targetSnapshot:e,id:n,extractedUrl:r,rawUrl:s,extras:{skipLocationChange:i,replaceUrl:o}}=t;return this.hooks.beforePreactivation(e,{navigationId:n,appliedUrlTree:r,rawUrlTree:s,skipLocationChange:!!i,replaceUrl:!!o})}),hc(t=>{const e=new Cc(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(e)}),T(t=>Object.assign(Object.assign({},t),{guards:nd(t.targetSnapshot,t.currentSnapshot,this.rootContexts)})),function(t,e){return function(n){return n.pipe(L(n=>{const{targetSnapshot:r,currentSnapshot:s,guards:{canActivateChecks:i,canDeactivateChecks:o}}=n;return 0===o.length&&0===i.length?Su(Object.assign(Object.assign({},n),{guardsResult:!0})):function(t,e,n,r){return j(t).pipe(L(t=>function(t,e,n,r,s){const i=e&&e.routeConfig?e.routeConfig.canDeactivate:null;return i&&0!==i.length?Su(i.map(i=>{const o=rd(i,e,s);let a;if(function(t){return t&&Lh(t.canDeactivate)}(o))a=zc(o.canDeactivate(t,e,n,r));else{if(!Lh(o))throw new Error("Invalid CanDeactivate guard");a=zc(o(t,e,n,r))}return a.pipe(uc())})).pipe(zh()):Su(!0)}(t.component,t.route,n,e,r)),uc(t=>!0!==t,!0))}(o,r,s,t).pipe(L(n=>n&&"boolean"==typeof n?function(t,e,n,r){return j(e).pipe(lc(e=>j([od(e.route.parent,r),id(e.route,r),ld(t,e.path,n),ad(t,e.route,n)]).pipe(Mu(),uc(t=>!0!==t,!0))),uc(t=>!0!==t,!0))}(r,i,t,e):Su(n)),T(t=>Object.assign(Object.assign({},n),{guardsResult:t})))}))}}(this.ngModule.injector,t=>this.triggerEvent(t)),hc(t=>{if(Hh(t.guardsResult)){const e=jc(`Redirecting to "${this.serializeUrl(t.guardsResult)}"`);throw e.url=t.guardsResult,e}}),hc(t=>{const e=new Sc(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot,!!t.guardsResult);this.triggerEvent(e)}),ju(t=>{if(!t.guardsResult){this.resetUrlToCurrentUrlTree();const n=new vc(t.id,this.serializeUrl(t.extractedUrl),"");return e.next(n),t.resolve(!1),!1}return!0}),_d(t=>{if(t.guards.canActivateChecks.length)return Su(t).pipe(hc(t=>{const e=new xc(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(e)}),Yu(t=>{let n=!1;return Su(t).pipe((r=this.paramsInheritanceStrategy,s=this.ngModule.injector,function(t){return t.pipe(L(t=>{const{targetSnapshot:e,guards:{canActivateChecks:n}}=t;if(!n.length)return Su(t);let i=0;return j(n).pipe(lc(t=>function(t,e,n,r){return function(t,e,n,r){const s=Object.keys(t);if(0===s.length)return Su({});const i={};return j(s).pipe(L(s=>function(t,e,n,r){const s=rd(t,e,r);return zc(s.resolve?s.resolve(e,n):s(e,n))}(t[s],e,n,r).pipe(hc(t=>{i[s]=t}))),Lu(1),L(()=>Object.keys(i).length===s.length?Su(i):Pu))}(t._resolve,t,e,r).pipe(T(e=>(t._resolvedData=e,t.data=Object.assign(Object.assign({},t.data),vh(t,n).resolve),null)))}(t.route,e,r,s)),hc(()=>i++),Lu(1),L(e=>i===n.length?Su(t):Pu))}))}),hc({next:()=>n=!0,complete:()=>{if(!n){const n=new vc(t.id,this.serializeUrl(t.extractedUrl),"At least one route resolver didn't emit any value.");e.next(n),t.resolve(!1)}}}));var r,s}),hc(t=>{const e=new Ec(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(e)}))}),_d(t=>{const{targetSnapshot:e,id:n,extractedUrl:r,rawUrl:s,extras:{skipLocationChange:i,replaceUrl:o}}=t;return this.hooks.afterPreactivation(e,{navigationId:n,appliedUrlTree:r,rawUrlTree:s,skipLocationChange:!!i,replaceUrl:!!o})}),T(t=>{const e=function(t,e,n){const r=function t(e,n,r){if(r&&e.shouldReuseRoute(n.value,r.value.snapshot)){const s=r.value;s._futureSnapshot=n.value;const i=function(e,n,r){return n.children.map(n=>{for(const s of r.children)if(e.shouldReuseRoute(s.value.snapshot,n.value))return t(e,n,s);return t(e,n)})}(e,n,r);return new fh(s,i)}{const r=e.retrieve(n.value);if(r){const t=r.route;return function t(e,n){if(e.value.routeConfig!==n.value.routeConfig)throw new Error("Cannot reattach ActivatedRouteSnapshot created from a different route");if(e.children.length!==n.children.length)throw new Error("Cannot reattach ActivatedRouteSnapshot with a different number of children");n.value._futureSnapshot=e.value;for(let r=0;r<e.children.length;++r)t(e.children[r],n.children[r])}(n,t),t}{const r=new _h(new xu((s=n.value).url),new xu(s.params),new xu(s.queryParams),new xu(s.fragment),new xu(s.data),s.outlet,s.component,s),i=n.children.map(n=>t(e,n));return new fh(r,i)}}var s}(t,e._root,n?n._root:void 0);return new mh(r,e)}(this.routeReuseStrategy,t.targetSnapshot,t.currentRouterState);return Object.assign(Object.assign({},t),{targetRouterState:e})}),hc(t=>{this.currentUrlTree=t.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,t.rawUrl),this.routerState=t.targetRouterState,"deferred"===this.urlUpdateStrategy&&(t.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,!!t.extras.replaceUrl,t.id,t.extras.state),this.browserUrlTree=t.urlAfterRedirects)}),(i=this.rootContexts,o=this.routeReuseStrategy,a=t=>this.triggerEvent(t),T(t=>(new Nh(o,t.targetRouterState,t.currentRouterState,a).activate(i),t))),hc({next(){n=!0},complete(){n=!0}}),(s=()=>{if(!n&&!r){this.resetUrlToCurrentUrlTree();const n=new vc(t.id,this.serializeUrl(t.extractedUrl),`Navigation ID ${t.id} is not equal to the current navigation id ${this.navigationId}`);e.next(n),t.resolve(!1)}this.currentNavigation=null},t=>t.lift(new fc(s))),ic(n=>{if(r=!0,(s=n)&&s.ngNavigationCancelingError){const r=Hh(n.url);r||(this.navigated=!0,this.resetStateAndUrl(t.currentRouterState,t.currentUrlTree,t.rawUrl));const s=new vc(t.id,this.serializeUrl(t.extractedUrl),n.message);e.next(s),r?setTimeout(()=>{const e=this.urlHandlingStrategy.merge(n.url,this.rawUrlTree);return this.scheduleNavigation(e,"imperative",null,{skipLocationChange:t.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy},{resolve:t.resolve,reject:t.reject,promise:t.promise})},0):t.resolve(!1)}else{this.resetStateAndUrl(t.currentRouterState,t.currentUrlTree,t.rawUrl);const r=new wc(t.id,this.serializeUrl(t.extractedUrl),n);e.next(r);try{t.resolve(this.errorHandler(n))}catch(i){t.reject(i)}}var s;return Pu}));var s,i,o,a}))}resetRootComponentType(t){this.rootComponentType=t,this.routerState.root.component=this.rootComponentType}getTransition(){const t=this.transitions.value;return t.urlAfterRedirects=this.browserUrlTree,t}setTransition(t){this.transitions.next(Object.assign(Object.assign({},this.getTransition()),t))}initialNavigation(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe(t=>{const e=this.extractLocationChangeInfoFromEvent(t);this.shouldScheduleNavigation(this.lastLocationChangeInfo,e)&&setTimeout(()=>{const{source:t,state:n,urlTree:r}=e,s={replaceUrl:!0};if(n){const t=Object.assign({},n);delete t.navigationId,0!==Object.keys(t).length&&(s.state=t)}this.scheduleNavigation(r,t,n,s)},0),this.lastLocationChangeInfo=e}))}extractLocationChangeInfoFromEvent(t){var e;return{source:"popstate"===t.type?"popstate":"hashchange",urlTree:this.parseUrl(t.url),state:(null===(e=t.state)||void 0===e?void 0:e.navigationId)?t.state:null,transitionId:this.getTransition().id}}shouldScheduleNavigation(t,e){if(!t)return!0;const n=e.urlTree.toString()===t.urlTree.toString();return!(e.transitionId===t.transitionId&&n&&("hashchange"===e.source&&"popstate"===t.source||"popstate"===e.source&&"hashchange"===t.source))}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.currentNavigation}triggerEvent(t){this.events.next(t)}resetConfig(t){bd(t),this.config=t.map(xd),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=void 0)}createUrlTree(t,e={}){const{relativeTo:n,queryParams:r,fragment:s,preserveQueryParams:i,queryParamsHandling:o,preserveFragment:a}=e;ur()&&i&&console&&console.warn&&console.warn("preserveQueryParams is deprecated, use queryParamsHandling instead.");const l=n||this.routerState.root,u=a?this.currentUrlTree.fragment:s;let c=null;if(o)switch(o){case"merge":c=Object.assign(Object.assign({},this.currentUrlTree.queryParams),r);break;case"preserve":c=this.currentUrlTree.queryParams;break;default:c=r||null}else c=i?this.currentUrlTree.queryParams:r||null;return null!==c&&(c=this.removeEmptyProps(c)),function(t,e,n,r,s){if(0===n.length)return kh(e.root,e.root,e,r,s);const i=function(t){if("string"==typeof t[0]&&1===t.length&&"/"===t[0])return new Oh(!0,0,t);let e=0,n=!1;const r=t.reduce((t,r,s)=>{if("object"==typeof r&&null!=r){if(r.outlets){const e={};return $c(r.outlets,(t,n)=>{e[n]="string"==typeof t?t.split("/"):t}),[...t,{outlets:e}]}if(r.segmentPath)return[...t,r.segmentPath]}return"string"!=typeof r?[...t,r]:0===s?(r.split("/").forEach((r,s)=>{0==s&&"."===r||(0==s&&""===r?n=!0:".."===r?e++:""!=r&&t.push(r))}),t):[...t,r]},[]);return new Oh(n,e,r)}(n);if(i.toRoot())return kh(e.root,new Zc([],{}),e,r,s);const o=function(t,e,n){if(t.isAbsolute)return new Ih(e.root,!0,0);if(-1===n.snapshot._lastPathIndex){const t=n.snapshot._urlSegment;return new Ih(t,t===e.root,0)}const r=Th(t.commands[0])?0:1;return function(t,e,n){let r=t,s=e,i=n;for(;i>s;){if(i-=s,r=r.parent,!r)throw new Error("Invalid number of '../'");s=r.segments.length}return new Ih(r,!1,s-i)}(n.snapshot._urlSegment,n.snapshot._lastPathIndex+r,t.numberOfDoubleDots)}(i,e,t),a=o.processChildren?Ph(o.segmentGroup,o.index,i.commands):Rh(o.segmentGroup,o.index,i.commands);return kh(o.segmentGroup,a,e,r,s)}(l,this.currentUrlTree,t,c,u)}navigateByUrl(t,e={skipLocationChange:!1}){ur()&&this.isNgZoneEnabled&&!fa.isInAngularZone()&&this.console.warn("Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?");const n=Hh(t)?t:this.parseUrl(t),r=this.urlHandlingStrategy.merge(n,this.rawUrlTree);return this.scheduleNavigation(r,"imperative",null,e)}navigate(t,e={skipLocationChange:!1}){return function(t){for(let e=0;e<t.length;e++){const n=t[e];if(null==n)throw new Error(`The requested path contains ${n} segment at index ${e}`)}}(t),this.navigateByUrl(this.createUrlTree(t,e),e)}serializeUrl(t){return this.urlSerializer.serialize(t)}parseUrl(t){let e;try{e=this.urlSerializer.parse(t)}catch(n){e=this.malformedUriErrorHandler(n,this.urlSerializer,t)}return e}isActive(t,e){if(Hh(t))return Bc(this.currentUrlTree,t,e);const n=this.parseUrl(t);return Bc(this.currentUrlTree,n,e)}removeEmptyProps(t){return Object.keys(t).reduce((e,n)=>{const r=t[n];return null!=r&&(e[n]=r),e},{})}processNavigations(){this.navigations.subscribe(t=>{this.navigated=!0,this.lastSuccessfulId=t.id,this.events.next(new _c(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(this.currentUrlTree))),this.lastSuccessfulNavigation=this.currentNavigation,this.currentNavigation=null,t.resolve(!0)},t=>{this.console.warn("Unhandled Navigation Error: ")})}scheduleNavigation(t,e,n,r,s){const i=this.getTransition(),o="imperative"!==e&&"imperative"===(null==i?void 0:i.source),a=(this.lastSuccessfulId===i.id||this.currentNavigation?i.rawUrl:i.urlAfterRedirects).toString()===t.toString();if(o&&a)return Promise.resolve(!0);let l,u,c;s?(l=s.resolve,u=s.reject,c=s.promise):c=new Promise((t,e)=>{l=t,u=e});const h=++this.navigationId;return this.setTransition({id:h,source:e,restoredState:n,currentUrlTree:this.currentUrlTree,currentRawUrl:this.rawUrlTree,rawUrl:t,extras:r,resolve:l,reject:u,promise:c,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),c.catch(t=>Promise.reject(t))}setBrowserUrl(t,e,n,r){const s=this.urlSerializer.serialize(t);r=r||{},this.location.isCurrentPathEqualTo(s)||e?this.location.replaceState(s,"",Object.assign(Object.assign({},r),{navigationId:n})):this.location.go(s,"",Object.assign(Object.assign({},r),{navigationId:n}))}resetStateAndUrl(t,e,n){this.routerState=t,this.currentUrlTree=e,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,n),this.resetUrlToCurrentUrlTree()}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",{navigationId:this.lastSuccessfulId})}}return t.\u0275fac=function(e){return new(e||t)(qt(Hs),qt(Yc),qt(kd),qt(ol),qt(ni),qt(Ma),qt(ha),qt(void 0))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),Vd=(()=>{class t{constructor(t,e,n,r,s){this.parentContexts=t,this.location=e,this.resolver=n,this.changeDetector=s,this.activated=null,this._activatedRoute=null,this.activateEvents=new Zo,this.deactivateEvents=new Zo,this.name=r||Dc,t.onChildOutletCreated(this.name,this)}ngOnDestroy(){this.parentContexts.onChildOutletDestroyed(this.name)}ngOnInit(){if(!this.activated){const t=this.parentContexts.getContext(this.name);t&&t.route&&(t.attachRef?this.attach(t.attachRef,t.route):this.activateWith(t.route,t.resolver||null))}}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new Error("Outlet is not activated");return this.activated.instance}get activatedRoute(){if(!this.activated)throw new Error("Outlet is not activated");return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new Error("Outlet is not activated");this.location.detach();const t=this.activated;return this.activated=null,this._activatedRoute=null,t}attach(t,e){this.activated=t,this._activatedRoute=e,this.location.insert(t.hostView)}deactivate(){if(this.activated){const t=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(t)}}activateWith(t,e){if(this.isActivated)throw new Error("Cannot activate an already activated outlet");this._activatedRoute=t;const n=(e=e||this.resolver).resolveComponentFactory(t._futureSnapshot.routeConfig.component),r=this.parentContexts.getOrCreateContext(this.name).children,s=new Md(t,r,this.location.injector);this.activated=this.location.createComponent(n,this.location.length,s),this.changeDetector.markForCheck(),this.activateEvents.emit(this.activated.instance)}}return t.\u0275fac=function(e){return new(e||t)(_i(kd),_i(Vo),_i(oo),("name",function(t,e){const n=t.attrs;if(n){const t=n.length;let r=0;for(;r<t;){const s=n[r];if(Dn(s))break;if(0===s)r+=2;else if("number"==typeof s)for(r++;r<t&&"string"==typeof n[r];)r++;else{if(s===e)return n[r+1];r+=2}}}return null}(on(),"name")),_i(Us))},t.\u0275dir=me({type:t,selectors:[["router-outlet"]],outputs:{activateEvents:"activate",deactivateEvents:"deactivate"},exportAs:["outlet"]}),t})();class Md{constructor(t,e,n){this.route=t,this.childContexts=e,this.parent=n}get(t,e){return t===_h?this.route:t===kd?this.childContexts:this.parent.get(t,e)}}class jd{}class Nd{preload(t,e){return Su(null)}}let Fd=(()=>{class t{constructor(t,e,n,r,s){this.router=t,this.injector=r,this.preloadingStrategy=s,this.loader=new Td(e,n,e=>t.triggerEvent(new Tc(e)),e=>t.triggerEvent(new Ac(e)))}setUpPreloading(){this.subscription=this.router.events.pipe(ju(t=>t instanceof _c),lc(()=>this.preload())).subscribe(()=>{})}preload(){const t=this.injector.get(Jt);return this.processRoutes(t,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(t,e){const n=[];for(const r of e)if(r.loadChildren&&!r.canLoad&&r._loadedConfig){const t=r._loadedConfig;n.push(this.processRoutes(t.module,t.routes))}else r.loadChildren&&!r.canLoad?n.push(this.preloadConfig(t,r)):r.children&&n.push(this.processRoutes(t,r.children));return j(n).pipe(z(),T(t=>{}))}preloadConfig(t,e){return this.preloadingStrategy.preload(e,()=>this.loader.load(t.injector,e).pipe(L(t=>(e._loadedConfig=t,this.processRoutes(t.module,t.routes)))))}}return t.\u0275fac=function(e){return new(e||t)(qt(Dd),qt(Ma),qt(ha),qt(ni),qt(jd))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),Ud=(()=>{class t{constructor(t,e,n={}){this.router=t,this.viewportScroller=e,this.options=n,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},n.scrollPositionRestoration=n.scrollPositionRestoration||"disabled",n.anchorScrolling=n.anchorScrolling||"disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.router.events.subscribe(t=>{t instanceof yc?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=t.navigationTrigger,this.restoredId=t.restoredState?t.restoredState.navigationId:0):t instanceof _c&&(this.lastId=t.id,this.scheduleScrollEvent(t,this.router.parseUrl(t.urlAfterRedirects).fragment))})}consumeScrollEvents(){return this.router.events.subscribe(t=>{t instanceof Pc&&(t.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(t.position):t.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(t.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(t,e){this.router.triggerEvent(new Pc(t,"popstate"===this.lastSource?this.store[this.restoredId]:null,e))}ngOnDestroy(){this.routerEventsSubscription&&this.routerEventsSubscription.unsubscribe(),this.scrollEventsSubscription&&this.scrollEventsSubscription.unsubscribe()}}return t.\u0275fac=function(e){return new(e||t)(qt(Dd),qt(Zl),qt(void 0))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();const Ld=new jt("ROUTER_CONFIGURATION"),Hd=new jt("ROUTER_FORROOT_GUARD"),$d=[ol,{provide:Yc,useClass:Jc},{provide:Dd,useFactory:function(t,e,n,r,s,i,o,a={},l,u){const c=new Dd(null,t,e,n,r,s,i,Lc(o));if(l&&(c.urlHandlingStrategy=l),u&&(c.routeReuseStrategy=u),a.errorHandler&&(c.errorHandler=a.errorHandler),a.malformedUriErrorHandler&&(c.malformedUriErrorHandler=a.malformedUriErrorHandler),a.enableTracing){const t=Ba();c.events.subscribe(e=>{t.logGroup("Router Event: "+e.constructor.name),t.log(e.toString()),t.log(e),t.logGroupEnd()})}return a.onSameUrlNavigation&&(c.onSameUrlNavigation=a.onSameUrlNavigation),a.paramsInheritanceStrategy&&(c.paramsInheritanceStrategy=a.paramsInheritanceStrategy),a.urlUpdateStrategy&&(c.urlUpdateStrategy=a.urlUpdateStrategy),a.relativeLinkResolution&&(c.relativeLinkResolution=a.relativeLinkResolution),c},deps:[Yc,kd,ol,ni,Ma,ha,Ed,Ld,[class{},new nt],[class{},new nt]]},kd,{provide:_h,useFactory:function(t){return t.routerState.root},deps:[Dd]},{provide:Ma,useClass:Fa},Fd,Nd,class{preload(t,e){return e().pipe(ic(()=>Su(null)))}},{provide:Ld,useValue:{enableTracing:!1}}];function zd(){return new ka("Router",Dd)}let Bd=(()=>{class t{constructor(t,e){}static forRoot(e,n){return{ngModule:t,providers:[$d,Wd(e),{provide:Hd,useFactory:qd,deps:[[Dd,new nt,new st]]},{provide:Ld,useValue:n||{}},{provide:el,useFactory:Zd,deps:[Za,[new et(rl),new nt],Ld]},{provide:Ud,useFactory:Gd,deps:[Dd,Zl,Ld]},{provide:jd,useExisting:n&&n.preloadingStrategy?n.preloadingStrategy:Nd},{provide:ka,multi:!0,useFactory:zd},[Qd,{provide:qo,multi:!0,useFactory:Yd,deps:[Qd]},{provide:Kd,useFactory:Jd,deps:[Qd]},{provide:ta,multi:!0,useExisting:Kd}]]}}static forChild(e){return{ngModule:t,providers:[Wd(e)]}}}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)(qt(Hd,8),qt(Dd,8))}}),t})();function Gd(t,e,n){return n.scrollOffset&&e.setOffset(n.scrollOffset),new Ud(t,e,n)}function Zd(t,e,n={}){return n.useHash?new il(t,e):new sl(t,e)}function qd(t){if(t)throw new Error("RouterModule.forRoot() called twice. Lazy loaded modules should use RouterModule.forChild() instead.");return"guarded"}function Wd(t){return[{provide:ri,multi:!0,useValue:t},{provide:Ed,multi:!0,useValue:t}]}let Qd=(()=>{class t{constructor(t){this.injector=t,this.initNavigation=!1,this.resultOfPreactivationDone=new S}appInitializer(){return this.injector.get(Wa,Promise.resolve(null)).then(()=>{let t=null;const e=new Promise(e=>t=e),n=this.injector.get(Dd),r=this.injector.get(Ld);if(this.isLegacyDisabled(r)||this.isLegacyEnabled(r))t(!0);else if("disabled"===r.initialNavigation)n.setUpLocationChangeListener(),t(!0);else{if("enabled"!==r.initialNavigation)throw new Error(`Invalid initialNavigation options: '${r.initialNavigation}'`);n.hooks.afterPreactivation=()=>this.initNavigation?Su(null):(this.initNavigation=!0,t(!0),this.resultOfPreactivationDone),n.initialNavigation()}return e})}bootstrapListener(t){const e=this.injector.get(Ld),n=this.injector.get(Fd),r=this.injector.get(Ud),s=this.injector.get(Dd),i=this.injector.get(Da);t===i.components[0]&&(this.isLegacyEnabled(e)?s.initialNavigation():this.isLegacyDisabled(e)&&s.setUpLocationChangeListener(),n.setUpPreloading(),r.init(),s.resetRootComponentType(i.componentTypes[0]),this.resultOfPreactivationDone.next(null),this.resultOfPreactivationDone.complete())}isLegacyEnabled(t){return"legacy_enabled"===t.initialNavigation||!0===t.initialNavigation||void 0===t.initialNavigation}isLegacyDisabled(t){return"legacy_disabled"===t.initialNavigation||!1===t.initialNavigation}}return t.\u0275fac=function(e){return new(e||t)(qt(ni))},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})();function Yd(t){return t.appInitializer.bind(t)}function Jd(t){return t.bootstrapListener.bind(t)}const Kd=new jt("Router Initializer"),Xd=[];let tp=(()=>{class t{}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)},imports:[[Bd.forRoot(Xd)],Bd]}),t})(),ep=(()=>{class t{constructor(){}ngOnInit(){}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=ce({type:t,selectors:[["app-navbar"]],decls:4,vars:0,consts:[[1,"navbar","navbar-dark","bg-dark","mb-3"],[1,"container"],["href","/",1,"navbar-brand"]],template:function(t,e){1&t&&(bi(0,"nav",0),bi(1,"div",1),bi(2,"a",2),Fi(3,"DevLogger"),Ci(),Ci(),Ci())},styles:[""]}),t})(),np=(()=>{class t{constructor(){this.logSource=new xu({id:null,text:null,date:null}),this.selectedLog=this.logSource.asObservable(),this.stateSource=new xu(!0),this.stateClear=this.stateSource.asObservable(),this.logs=[]}getLogs(){return this.logs=null===localStorage.getItem("logs")?[]:JSON.parse(localStorage.getItem("logs")),Su(this.logs.sort((t,e)=>e.date-t.date))}setFormLog(t){this.logSource.next(t)}clearState(){this.stateSource.next(!0)}addLog(t){this.logs.unshift(t),localStorage.setItem("logs",JSON.stringify(this.logs))}updateLog(t){this.logs.forEach((e,n)=>{t.id==e.id&&this.logs.splice(n,1)}),this.logs.unshift(t),localStorage.setItem("logs",JSON.stringify(this.logs))}deleteLog(t){this.logs.forEach((e,n)=>{t.id==e.id&&this.logs.splice(n,1)}),localStorage.setItem("logs",JSON.stringify(this.logs))}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({token:t,factory:t.\u0275fac,providedIn:"root"}),t})();function rp(t,e){return new _(n=>{const r=t.length;if(0===r)return void n.complete();const s=new Array(r);let i=0,o=0;for(let a=0;a<r;a++){const l=j(t[a]);let u=!1;n.add(l.subscribe({next:t=>{u||(u=!0,o++),s[a]=t},error:t=>n.error(t),complete:()=>{i++,i!==r&&u||(o===r&&n.next(e?e.reduce((t,e,n)=>(t[e]=s[n],t),{}):s),n.complete())}}))}})}const sp=new jt("NgValueAccessor"),ip={provide:sp,useExisting:bt(()=>op),multi:!0};let op=(()=>{class t{constructor(t,e){this._renderer=t,this._elementRef=e,this.onChange=t=>{},this.onTouched=()=>{}}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"checked",t)}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao))},t.\u0275dir=me({type:t,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(t,e){1&t&&Ti("change",(function(t){return e.onChange(t.target.checked)}))("blur",(function(){return e.onTouched()}))},features:[ro([ip])]}),t})();const ap={provide:sp,useExisting:bt(()=>up),multi:!0},lp=new jt("CompositionEventMode");let up=(()=>{class t{constructor(t,e,n){this._renderer=t,this._elementRef=e,this._compositionMode=n,this.onChange=t=>{},this.onTouched=()=>{},this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function(){const t=Ba()?Ba().getUserAgent():"";return/android (\d+)/.test(t.toLowerCase())}())}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==t?"":t)}registerOnChange(t){this.onChange=t}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_handleInput(t){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(t)}_compositionStart(){this._composing=!0}_compositionEnd(t){this._composing=!1,this._compositionMode&&this.onChange(t)}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao),_i(lp,8))},t.\u0275dir=me({type:t,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(t,e){1&t&&Ti("input",(function(t){return e._handleInput(t.target.value)}))("blur",(function(){return e.onTouched()}))("compositionstart",(function(){return e._compositionStart()}))("compositionend",(function(t){return e._compositionEnd(t.target.value)}))},features:[ro([ap])]}),t})(),cp=(()=>{class t{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}reset(t){this.control&&this.control.reset(t)}hasError(t,e){return!!this.control&&this.control.hasError(t,e)}getError(t,e){return this.control?this.control.getError(t,e):null}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275dir=me({type:t}),t})(),hp=(()=>{class t extends cp{get formDirective(){return null}get path(){return null}}return t.\u0275fac=function(e){return dp(e||t)},t.\u0275dir=me({type:t,features:[oi]}),t})();const dp=nr(hp);class pp extends cp{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null,this._rawValidators=[],this._rawAsyncValidators=[]}get validator(){}get asyncValidator(){}}class fp{constructor(t){this._cd=t}get ngClassUntouched(){return!!this._cd.control&&this._cd.control.untouched}get ngClassTouched(){return!!this._cd.control&&this._cd.control.touched}get ngClassPristine(){return!!this._cd.control&&this._cd.control.pristine}get ngClassDirty(){return!!this._cd.control&&this._cd.control.dirty}get ngClassValid(){return!!this._cd.control&&this._cd.control.valid}get ngClassInvalid(){return!!this._cd.control&&this._cd.control.invalid}get ngClassPending(){return!!this._cd.control&&this._cd.control.pending}}let gp=(()=>{class t extends fp{constructor(t){super(t)}}return t.\u0275fac=function(e){return new(e||t)(_i(pp,2))},t.\u0275dir=me({type:t,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(t,e){2&t&&Di("ng-untouched",e.ngClassUntouched)("ng-touched",e.ngClassTouched)("ng-pristine",e.ngClassPristine)("ng-dirty",e.ngClassDirty)("ng-valid",e.ngClassValid)("ng-invalid",e.ngClassInvalid)("ng-pending",e.ngClassPending)},features:[oi]}),t})(),mp=(()=>{class t extends fp{constructor(t){super(t)}}return t.\u0275fac=function(e){return new(e||t)(_i(hp,2))},t.\u0275dir=me({type:t,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:14,hostBindings:function(t,e){2&t&&Di("ng-untouched",e.ngClassUntouched)("ng-touched",e.ngClassTouched)("ng-pristine",e.ngClassPristine)("ng-dirty",e.ngClassDirty)("ng-valid",e.ngClassValid)("ng-invalid",e.ngClassInvalid)("ng-pending",e.ngClassPending)},features:[oi]}),t})();function yp(t){return null==t||0===t.length}function _p(t){return null!=t&&"number"==typeof t.length}const vp=new jt("NgValidators"),wp=new jt("NgAsyncValidators"),bp=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class Cp{static min(t){return e=>{if(yp(e.value)||yp(t))return null;const n=parseFloat(e.value);return!isNaN(n)&&n<t?{min:{min:t,actual:e.value}}:null}}static max(t){return e=>{if(yp(e.value)||yp(t))return null;const n=parseFloat(e.value);return!isNaN(n)&&n>t?{max:{max:t,actual:e.value}}:null}}static required(t){return yp(t.value)?{required:!0}:null}static requiredTrue(t){return!0===t.value?null:{required:!0}}static email(t){return yp(t.value)||bp.test(t.value)?null:{email:!0}}static minLength(t){return e=>yp(e.value)||!_p(e.value)?null:e.value.length<t?{minlength:{requiredLength:t,actualLength:e.value.length}}:null}static maxLength(t){return e=>_p(e.value)&&e.value.length>t?{maxlength:{requiredLength:t,actualLength:e.value.length}}:null}static pattern(t){if(!t)return Cp.nullValidator;let e,n;return"string"==typeof t?(n="","^"!==t.charAt(0)&&(n+="^"),n+=t,"$"!==t.charAt(t.length-1)&&(n+="$"),e=new RegExp(n)):(n=t.toString(),e=t),t=>{if(yp(t.value))return null;const r=t.value;return e.test(r)?null:{pattern:{requiredPattern:n,actualValue:r}}}}static nullValidator(t){return null}static compose(t){if(!t)return null;const e=t.filter(Sp);return 0==e.length?null:function(t){return Ep(Tp(t,e))}}static composeAsync(t){if(!t)return null;const e=t.filter(Sp);return 0==e.length?null:function(t){return function(...t){if(1===t.length){const e=t[0];if(l(e))return rp(e,null);if(u(e)&&Object.getPrototypeOf(e)===Object.prototype){const t=Object.keys(e);return rp(t.map(t=>e[t]),t)}}if("function"==typeof t[t.length-1]){const e=t.pop();return rp(t=1===t.length&&l(t[0])?t[0]:t,null).pipe(T(t=>e(...t)))}return rp(t,null)}(Tp(t,e).map(xp)).pipe(T(Ep))}}}function Sp(t){return null!=t}function xp(t){const e=xi(t)?j(t):t;return Ei(e),e}function Ep(t){let e={};return t.forEach(t=>{e=null!=t?Object.assign(Object.assign({},e),t):e}),0===Object.keys(e).length?null:e}function Tp(t,e){return e.map(e=>e(t))}function Ap(t){return t.map(t=>function(t){return!t.validate}(t)?t:e=>t.validate(e))}const kp={provide:sp,useExisting:bt(()=>Op),multi:!0};let Op=(()=>{class t{constructor(t,e){this._renderer=t,this._elementRef=e,this.onChange=t=>{},this.onTouched=()=>{}}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==t?"":t)}registerOnChange(t){this.onChange=e=>{t(""==e?null:parseFloat(e))}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao))},t.\u0275dir=me({type:t,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(t,e){1&t&&Ti("input",(function(t){return e.onChange(t.target.value)}))("blur",(function(){return e.onTouched()}))},features:[ro([kp])]}),t})();const Ip={provide:sp,useExisting:bt(()=>Pp),multi:!0};let Rp=(()=>{class t{constructor(){this._accessors=[]}add(t,e){this._accessors.push([t,e])}remove(t){for(let e=this._accessors.length-1;e>=0;--e)if(this._accessors[e][1]===t)return void this._accessors.splice(e,1)}select(t){this._accessors.forEach(e=>{this._isSameGroup(e,t)&&e[1]!==t&&e[1].fireUncheck(t.value)})}_isSameGroup(t,e){return!!t[0].control&&t[0]._parent===e._control._parent&&t[1].name===e.name}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275prov=lt({token:t,factory:t.\u0275fac}),t})(),Pp=(()=>{class t{constructor(t,e,n,r){this._renderer=t,this._elementRef=e,this._registry=n,this._injector=r,this.onChange=()=>{},this.onTouched=()=>{}}ngOnInit(){this._control=this._injector.get(pp),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(t){this._state=t===this.value,this._renderer.setProperty(this._elementRef.nativeElement,"checked",this._state)}registerOnChange(t){this._fn=t,this.onChange=()=>{t(this.value),this._registry.select(this)}}fireUncheck(t){this.writeValue(t)}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_checkName(){!this.name&&this.formControlName&&(this.name=this.formControlName)}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao),_i(Rp),_i(ni))},t.\u0275dir=me({type:t,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(t,e){1&t&&Ti("change",(function(){return e.onChange()}))("blur",(function(){return e.onTouched()}))},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[ro([Ip])]}),t})();const Dp={provide:sp,useExisting:bt(()=>Vp),multi:!0};let Vp=(()=>{class t{constructor(t,e){this._renderer=t,this._elementRef=e,this.onChange=t=>{},this.onTouched=()=>{}}writeValue(t){this._renderer.setProperty(this._elementRef.nativeElement,"value",parseFloat(t))}registerOnChange(t){this.onChange=e=>{t(""==e?null:parseFloat(e))}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao))},t.\u0275dir=me({type:t,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(t,e){1&t&&Ti("change",(function(t){return e.onChange(t.target.value)}))("input",(function(t){return e.onChange(t.target.value)}))("blur",(function(){return e.onTouched()}))},features:[ro([Dp])]}),t})();const Mp={provide:sp,useExisting:bt(()=>jp),multi:!0};let jp=(()=>{class t{constructor(t,e){this._renderer=t,this._elementRef=e,this._optionMap=new Map,this._idCounter=0,this.onChange=t=>{},this.onTouched=()=>{},this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){this.value=t;const e=this._getOptionId(t);null==e&&this._renderer.setProperty(this._elementRef.nativeElement,"selectedIndex",-1);const n=function(t,e){return null==t?""+e:(e&&"object"==typeof e&&(e="Object"),`${t}: ${e}`.slice(0,50))}(e,t);this._renderer.setProperty(this._elementRef.nativeElement,"value",n)}registerOnChange(t){this.onChange=e=>{this.value=this._getOptionValue(e),t(this.value)}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_registerOption(){return(this._idCounter++).toString()}_getOptionId(t){for(const e of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(e),t))return e;return null}_getOptionValue(t){const e=function(t){return t.split(":")[0]}(t);return this._optionMap.has(e)?this._optionMap.get(e):t}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao))},t.\u0275dir=me({type:t,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(t,e){1&t&&Ti("change",(function(t){return e.onChange(t.target.value)}))("blur",(function(){return e.onTouched()}))},inputs:{compareWith:"compareWith"},features:[ro([Mp])]}),t})();const Np={provide:sp,useExisting:bt(()=>Fp),multi:!0};let Fp=(()=>{class t{constructor(t,e){this._renderer=t,this._elementRef=e,this._optionMap=new Map,this._idCounter=0,this.onChange=t=>{},this.onTouched=()=>{},this._compareWith=Object.is}set compareWith(t){this._compareWith=t}writeValue(t){let e;if(this.value=t,Array.isArray(t)){const n=t.map(t=>this._getOptionId(t));e=(t,e)=>{t._setSelected(n.indexOf(e.toString())>-1)}}else e=(t,e)=>{t._setSelected(!1)};this._optionMap.forEach(e)}registerOnChange(t){this.onChange=e=>{const n=[];if(void 0!==e.selectedOptions){const t=e.selectedOptions;for(let e=0;e<t.length;e++){const r=t.item(e),s=this._getOptionValue(r.value);n.push(s)}}else{const t=e.options;for(let e=0;e<t.length;e++){const r=t.item(e);if(r.selected){const t=this._getOptionValue(r.value);n.push(t)}}}this.value=n,t(n)}}registerOnTouched(t){this.onTouched=t}setDisabledState(t){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",t)}_registerOption(t){const e=(this._idCounter++).toString();return this._optionMap.set(e,t),e}_getOptionId(t){for(const e of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(e)._value,t))return e;return null}_getOptionValue(t){const e=function(t){return t.split(":")[0]}(t);return this._optionMap.has(e)?this._optionMap.get(e)._value:t}}return t.\u0275fac=function(e){return new(e||t)(_i(ho),_i(ao))},t.\u0275dir=me({type:t,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(t,e){1&t&&Ti("change",(function(t){return e.onChange(t.target)}))("blur",(function(){return e.onTouched()}))},inputs:{compareWith:"compareWith"},features:[ro([Np])]}),t})();function Up(t,e){t.validator=Cp.compose([t.validator,e.validator]),t.asyncValidator=Cp.composeAsync([t.asyncValidator,e.asyncValidator]),e.valueAccessor.writeValue(t.value),function(t,e){e.valueAccessor.registerOnChange(n=>{t._pendingValue=n,t._pendingChange=!0,t._pendingDirty=!0,"change"===t.updateOn&&Lp(t,e)})}(t,e),function(t,e){t.registerOnChange((t,n)=>{e.valueAccessor.writeValue(t),n&&e.viewToModelUpdate(t)})}(t,e),function(t,e){e.valueAccessor.registerOnTouched(()=>{t._pendingTouched=!0,"blur"===t.updateOn&&t._pendingChange&&Lp(t,e),"submit"!==t.updateOn&&t.markAsTouched()})}(t,e),e.valueAccessor.setDisabledState&&t.registerOnDisabledChange(t=>{e.valueAccessor.setDisabledState(t)}),e._rawValidators.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(()=>t.updateValueAndValidity())}),e._rawAsyncValidators.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(()=>t.updateValueAndValidity())})}function Lp(t,e){t._pendingDirty&&t.markAsDirty(),t.setValue(t._pendingValue,{emitModelToViewChange:!1}),e.viewToModelUpdate(t._pendingValue),t._pendingChange=!1}function Hp(t){return null!=t?Cp.compose(Ap(t)):null}function $p(t){return null!=t?Cp.composeAsync(Ap(t)):null}const zp=[op,Vp,Op,jp,Fp,Pp],Bp="VALID",Gp="INVALID",Zp="PENDING",qp="DISABLED";function Wp(t){return(Kp(t)?t.validators:t)||null}function Qp(t){return Array.isArray(t)?Hp(t):t||null}function Yp(t,e){return(Kp(e)?e.asyncValidators:t)||null}function Jp(t){return Array.isArray(t)?$p(t):t||null}function Kp(t){return null!=t&&!Array.isArray(t)&&"object"==typeof t}class Xp{constructor(t,e){this._hasOwnPendingAsyncValidator=!1,this._onCollectionChange=()=>{},this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._rawValidators=t,this._rawAsyncValidators=e,this._composedValidatorFn=Qp(this._rawValidators),this._composedAsyncValidatorFn=Jp(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get valid(){return this.status===Bp}get invalid(){return this.status===Gp}get pending(){return this.status==Zp}get disabled(){return this.status===qp}get enabled(){return this.status!==qp}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._rawValidators=t,this._composedValidatorFn=Qp(t)}setAsyncValidators(t){this._rawAsyncValidators=t,this._composedAsyncValidatorFn=Jp(t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){this.touched=!0,this._parent&&!t.onlySelf&&this._parent.markAsTouched(t)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(t=>t.markAllAsTouched())}markAsUntouched(t={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(t=>{t.markAsUntouched({onlySelf:!0})}),this._parent&&!t.onlySelf&&this._parent._updateTouched(t)}markAsDirty(t={}){this.pristine=!1,this._parent&&!t.onlySelf&&this._parent.markAsDirty(t)}markAsPristine(t={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(t=>{t.markAsPristine({onlySelf:!0})}),this._parent&&!t.onlySelf&&this._parent._updatePristine(t)}markAsPending(t={}){this.status=Zp,!1!==t.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!t.onlySelf&&this._parent.markAsPending(t)}disable(t={}){const e=this._parentMarkedDirty(t.onlySelf);this.status=qp,this.errors=null,this._forEachChild(e=>{e.disable(Object.assign(Object.assign({},t),{onlySelf:!0}))}),this._updateValue(),!1!==t.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(Object.assign(Object.assign({},t),{skipPristineCheck:e})),this._onDisabledChange.forEach(t=>t(!0))}enable(t={}){const e=this._parentMarkedDirty(t.onlySelf);this.status=Bp,this._forEachChild(e=>{e.enable(Object.assign(Object.assign({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(Object.assign(Object.assign({},t),{skipPristineCheck:e})),this._onDisabledChange.forEach(t=>t(!1))}_updateAncestors(t){this._parent&&!t.onlySelf&&(this._parent.updateValueAndValidity(t),t.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(t){this._parent=t}updateValueAndValidity(t={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),this.status!==Bp&&this.status!==Zp||this._runAsyncValidator(t.emitEvent)),!1!==t.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.updateValueAndValidity(t)}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(e=>e._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?qp:Bp}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t){if(this.asyncValidator){this.status=Zp,this._hasOwnPendingAsyncValidator=!0;const e=xp(this.asyncValidator(this));this._asyncValidationSubscription=e.subscribe(e=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(e,{emitEvent:t})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(t,e={}){this.errors=t,this._updateControlsErrors(!1!==e.emitEvent)}get(t){return function(t,e,n){if(null==e)return null;if(Array.isArray(e)||(e=e.split(".")),Array.isArray(e)&&0===e.length)return null;let r=t;return e.forEach(t=>{r=r instanceof ef?r.controls.hasOwnProperty(t)?r.controls[t]:null:r instanceof nf&&r.at(t)||null}),r}(this,t)}getError(t,e){const n=e?this.get(e):this;return n&&n.errors?n.errors[t]:null}hasError(t,e){return!!this.getError(t,e)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(t)}_initObservables(){this.valueChanges=new Zo,this.statusChanges=new Zo}_calculateStatus(){return this._allControlsDisabled()?qp:this.errors?Gp:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Zp)?Zp:this._anyControlsHaveStatus(Gp)?Gp:Bp}_anyControlsHaveStatus(t){return this._anyControls(e=>e.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t={}){this.pristine=!this._anyControlsDirty(),this._parent&&!t.onlySelf&&this._parent._updatePristine(t)}_updateTouched(t={}){this.touched=this._anyControlsTouched(),this._parent&&!t.onlySelf&&this._parent._updateTouched(t)}_isBoxedValue(t){return"object"==typeof t&&null!==t&&2===Object.keys(t).length&&"value"in t&&"disabled"in t}_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){Kp(t)&&null!=t.updateOn&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){return!t&&this._parent&&this._parent.dirty&&!this._parent._anyControlsDirty()}}class tf extends Xp{constructor(t=null,e,n){super(Wp(e),Yp(n,e)),this._onChange=[],this._applyFormState(t),this._setUpdateStrategy(e),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),this._initObservables()}setValue(t,e={}){this.value=this._pendingValue=t,this._onChange.length&&!1!==e.emitModelToViewChange&&this._onChange.forEach(t=>t(this.value,!1!==e.emitViewToModelChange)),this.updateValueAndValidity(e)}patchValue(t,e={}){this.setValue(t,e)}reset(t=null,e={}){this._applyFormState(t),this.markAsPristine(e),this.markAsUntouched(e),this.setValue(this.value,e),this._pendingChange=!1}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_clearChangeFns(){this._onChange=[],this._onDisabledChange=[],this._onCollectionChange=()=>{}}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_forEachChild(t){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(t){this._isBoxedValue(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}}class ef extends Xp{constructor(t,e,n){super(Wp(e),Yp(n,e)),this.controls=t,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1})}registerControl(t,e){return this.controls[t]?this.controls[t]:(this.controls[t]=e,e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange),e)}addControl(t,e){this.registerControl(t,e),this.updateValueAndValidity(),this._onCollectionChange()}removeControl(t){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity(),this._onCollectionChange()}setControl(t,e){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],e&&this.registerControl(t,e),this.updateValueAndValidity(),this._onCollectionChange()}contains(t){return this.controls.hasOwnProperty(t)&&this.controls[t].enabled}setValue(t,e={}){this._checkAllValuesPresent(t),Object.keys(t).forEach(n=>{this._throwIfControlMissing(n),this.controls[n].setValue(t[n],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(t,e={}){Object.keys(t).forEach(n=>{this.controls[n]&&this.controls[n].patchValue(t[n],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}reset(t={},e={}){this._forEachChild((n,r)=>{n.reset(t[r],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e),this._updateTouched(e),this.updateValueAndValidity(e)}getRawValue(){return this._reduceChildren({},(t,e,n)=>(t[n]=e instanceof tf?e.value:e.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(t,e)=>!!e._syncPendingControls()||t);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_throwIfControlMissing(t){if(!Object.keys(this.controls).length)throw new Error("\n There are no form controls registered with this group yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n ");if(!this.controls[t])throw new Error(`Cannot find form control with name: ${t}.`)}_forEachChild(t){Object.keys(this.controls).forEach(e=>t(this.controls[e],e))}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(const e of Object.keys(this.controls)){const n=this.controls[e];if(this.contains(e)&&t(n))return!0}return!1}_reduceValue(){return this._reduceChildren({},(t,e,n)=>((e.enabled||this.disabled)&&(t[n]=e.value),t))}_reduceChildren(t,e){let n=t;return this._forEachChild((t,r)=>{n=e(n,t,r)}),n}_allControlsDisabled(){for(const t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_checkAllValuesPresent(t){this._forEachChild((e,n)=>{if(void 0===t[n])throw new Error(`Must supply a value for form control with name: '${n}'.`)})}}class nf extends Xp{constructor(t,e,n){super(Wp(e),Yp(n,e)),this.controls=t,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1})}at(t){return this.controls[t]}push(t){this.controls.push(t),this._registerControl(t),this.updateValueAndValidity(),this._onCollectionChange()}insert(t,e){this.controls.splice(t,0,e),this._registerControl(e),this.updateValueAndValidity()}removeAt(t){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),this.controls.splice(t,1),this.updateValueAndValidity()}setControl(t,e){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),this.controls.splice(t,1),e&&(this.controls.splice(t,0,e),this._registerControl(e)),this.updateValueAndValidity(),this._onCollectionChange()}get length(){return this.controls.length}setValue(t,e={}){this._checkAllValuesPresent(t),t.forEach((t,n)=>{this._throwIfControlMissing(n),this.at(n).setValue(t,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(t,e={}){t.forEach((t,n)=>{this.at(n)&&this.at(n).patchValue(t,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}reset(t=[],e={}){this._forEachChild((n,r)=>{n.reset(t[r],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e),this._updateTouched(e),this.updateValueAndValidity(e)}getRawValue(){return this.controls.map(t=>t instanceof tf?t.value:t.getRawValue())}clear(){this.controls.length<1||(this._forEachChild(t=>t._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity())}_syncPendingControls(){let t=this.controls.reduce((t,e)=>!!e._syncPendingControls()||t,!1);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_throwIfControlMissing(t){if(!this.controls.length)throw new Error("\n There are no form controls registered with this array yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n ");if(!this.at(t))throw new Error("Cannot find form control at index "+t)}_forEachChild(t){this.controls.forEach((e,n)=>{t(e,n)})}_updateValue(){this.value=this.controls.filter(t=>t.enabled||this.disabled).map(t=>t.value)}_anyControls(t){return this.controls.some(e=>e.enabled&&t(e))}_setUpControls(){this._forEachChild(t=>this._registerControl(t))}_checkAllValuesPresent(t){this._forEachChild((e,n)=>{if(void 0===t[n])throw new Error(`Must supply a value for form control at index: ${n}.`)})}_allControlsDisabled(){for(const t of this.controls)if(t.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(t){t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)}}const rf={provide:hp,useExisting:bt(()=>of)},sf=(()=>Promise.resolve(null))();let of=(()=>{class t extends hp{constructor(t,e){super(),this.submitted=!1,this._directives=[],this.ngSubmit=new Zo,this.form=new ef({},Hp(t),$p(e))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(t){sf.then(()=>{const e=this._findContainer(t.path);t.control=e.registerControl(t.name,t.control),Up(t.control,t),t.control.updateValueAndValidity({emitEvent:!1}),this._directives.push(t)})}getControl(t){return this.form.get(t.path)}removeControl(t){sf.then(()=>{const e=this._findContainer(t.path);e&&e.removeControl(t.name),function(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}(this._directives,t)})}addFormGroup(t){sf.then(()=>{const e=this._findContainer(t.path),n=new ef({});(function(t,e){t.validator=Cp.compose([t.validator,e.validator]),t.asyncValidator=Cp.composeAsync([t.asyncValidator,e.asyncValidator])})(n,t),e.registerControl(t.name,n),n.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(t){sf.then(()=>{const e=this._findContainer(t.path);e&&e.removeControl(t.name)})}getFormGroup(t){return this.form.get(t.path)}updateModel(t,e){sf.then(()=>{this.form.get(t.path).setValue(e)})}setValue(t){this.control.setValue(t)}onSubmit(t){return this.submitted=!0,e=this._directives,this.form._syncPendingControls(),e.forEach(t=>{const e=t.control;"submit"===e.updateOn&&e._pendingChange&&(t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1)}),this.ngSubmit.emit(t),!1;var e}onReset(){this.resetForm()}resetForm(t){this.form.reset(t),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(t){return t.pop(),t.length?this.form.get(t):this.form}}return t.\u0275fac=function(e){return new(e||t)(_i(vp,10),_i(wp,10))},t.\u0275dir=me({type:t,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(t,e){1&t&&Ti("submit",(function(t){return e.onSubmit(t)}))("reset",(function(){return e.onReset()}))},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[ro([rf]),oi]}),t})();const af={provide:pp,useExisting:bt(()=>uf)},lf=(()=>Promise.resolve(null))();let uf=(()=>{class t extends pp{constructor(t,e,n,r){super(),this.control=new tf,this._registered=!1,this.update=new Zo,this._parent=t,this._rawValidators=e||[],this._rawAsyncValidators=n||[],this.valueAccessor=function(t,e){if(!e)return null;Array.isArray(e);let n=void 0,r=void 0,s=void 0;return e.forEach(t=>{var e;t.constructor===up?n=t:(e=t,zp.some(t=>e.constructor===t)?r=t:s=t)}),s||r||n||null}(0,r)}ngOnChanges(t){this._checkForErrors(),this._registered||this._setUpControl(),"isDisabled"in t&&this._updateDisabled(t),function(t,e){if(!t.hasOwnProperty("model"))return!1;const n=t.model;return!!n.isFirstChange()||!Object.is(e,n.currentValue)}(t,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._parent?[...this._parent.path,this.name]:[this.name]}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return Hp(this._rawValidators)}get asyncValidator(){return $p(this._rawAsyncValidators)}viewToModelUpdate(t){this.viewModel=t,this.update.emit(t)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Up(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(t){lf.then(()=>{this.control.setValue(t,{emitViewToModelChange:!1})})}_updateDisabled(t){const e=t.isDisabled.currentValue,n=""===e||e&&"false"!==e;lf.then(()=>{n&&!this.control.disabled?this.control.disable():!n&&this.control.disabled&&this.control.enable()})}}return t.\u0275fac=function(e){return new(e||t)(_i(hp,9),_i(vp,10),_i(wp,10),_i(sp,10))},t.\u0275dir=me({type:t,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[ro([af]),oi,je]}),t})(),cf=(()=>{class t{}return t.\u0275fac=function(e){return new(e||t)},t.\u0275dir=me({type:t,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),t})(),hf=(()=>{class t{}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)}}),t})(),df=(()=>{class t{}return t.\u0275mod=fe({type:t}),t.\u0275inj=ut({factory:function(e){return new(e||t)},providers:[Rp],imports:[hf]}),t})(),pf=(()=>{class t{constructor(t){this.logService=t,this.isNew=!0}ngOnInit(){this.logService.selectedLog.subscribe(t=>{null!==t.id&&(this.id=t.id,this.text=t.text,this.date=t.date,this.isNew=!1)})}onSubmit(){if(this.isNew){const t={id:this.generateId(),text:this.text,date:new Date};this.logService.addLog(t)}else{const t={id:this.id,text:this.text,date:new Date};this.logService.updateLog(t)}this.clearState()}clearState(){this.isNew=!0,this.id="",this.text="",this.date="",this.logService.clearState()}generateId(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"==t?e:3&e|8).toString(16)}))}}return t.\u0275fac=function(e){return new(e||t)(_i(np))},t.\u0275cmp=ce({type:t,selectors:[["app-log-form"]],decls:7,vars:3,consts:[[1,"card","card-body","mb-3"],[3,"ngSubmit"],[1,"form-group"],["name","text","type","text","placeholder","Add a log..",1,"form-control",3,"ngModel","ngModelChange"],["type","submit","value","Add log",1,"btn","btn-light",3,"disabled"],["type","button",1,"btn","btn-warning",3,"hidden","click"]],template:function(t,e){1&t&&(bi(0,"div",0),bi(1,"form",1),Ti("ngSubmit",(function(){return e.onSubmit()})),bi(2,"div",2),bi(3,"input",3),Ti("ngModelChange",(function(t){return e.text=t})),Ci(),Ci(),Si(4,"input",4),bi(5,"button",5),Ti("click",(function(){return e.clearState()})),Fi(6," Clear "),Ci(),Ci(),Ci()),2&t&&(Ar(3),vi("ngModel",e.text),Ar(1),vi("disabled",!e.text),Ar(1),vi("hidden",!e.text))},directives:[cf,mp,of,up,gp,uf],styles:[""]}),t})();function ff(t,e){if(1&t){const t=nn();bi(0,"li",4),bi(1,"a",5),Ti("click",(function(){sn(t);const n=e.$implicit;return Oi(2).onSelect(n)})),Fi(2),Ci(),bi(3,"span",6),Fi(4),function(t,e){const n=rn();let r;n.firstCreatePass?(r=function(t,e){if(e)for(let n=e.length-1;n>=0;n--){const r=e[n];if(t===r.name)return r}throw new Error("The pipe 'date' could not be found!")}("date",n.pipeRegistry),n.data[25]=r,r.onDestroy&&(n.destroyHooks||(n.destroyHooks=[])).push(25,r.onDestroy)):r=n.data[25];const s=r.factory||(r.factory=ve(r.type)),i=Gt(_i);try{const t=Hn(!1),e=s();Hn(t),function(t,e,n,r){25>=t.data.length&&(t.data[25]=null,t.blueprint[25]=null),e[25]=r}(n,nn(),0,e)}finally{Gt(i)}}(),Ci(),bi(6,"i",7),Ti("click",(function(){sn(t);const n=e.$implicit;return Oi(2).onDelete(n)})),Ci(),Ci()}if(2&t){const t=e.$implicit;Di("list-group-item-secondary",Oi(2).selectedLog===t),Ar(2),Ui(t.text),Ar(2),Ui(Go(5,4,t.date,"short"))}}function gf(t,e){if(1&t&&(bi(0,"ul",2),yi(1,ff,7,7,"li",3),Ci()),2&t){const t=Oi();Ar(1),vi("ngForOf",t.logs)}}function mf(t,e){1&t&&(bi(0,"div"),bi(1,"h5"),Fi(2,"There are no logs in the system"),Ci(),Ci())}function yf(t,e){1&t&&(bi(0,"div"),bi(1,"h5"),Fi(2,"Loading..."),Ci(),Ci())}let _f=(()=>{class t{constructor(t){this.logService=t,this.loaded=!1}ngOnInit(){this.logService.getLogs().subscribe(t=>{this.logs=t,this.loaded=!0}),this.logService.stateClear.subscribe(t=>{t&&(this.selectedLog={id:"",text:"",date:""})})}onSelect(t){this.logService.setFormLog(t),this.selectedLog=t}onDelete(t){confirm("Are You Sure ?")&&this.logService.deleteLog(t)}}return t.\u0275fac=function(e){return new(e||t)(_i(np))},t.\u0275cmp=ce({type:t,selectors:[["app-logs"]],decls:3,vars:3,consts:[["class","list-group",4,"ngIf"],[4,"ngIf"],[1,"list-group"],["class","list-group-item d-flex justify-content-between align-items-center",3,"list-group-item-secondary",4,"ngFor","ngForOf"],[1,"list-group-item","d-flex","justify-content-between","align-items-center"],["href","#",3,"click"],[1,"log-date"],[1,"fa","fa-remove",3,"click"]],template:function(t,e){1&t&&(yi(0,gf,2,1,"ul",0),yi(1,mf,3,0,"div",1),yi(2,yf,3,0,"div",1)),2&t&&(vi("ngIf",e.loaded&&(null==e.logs?null:e.logs.length)>0),Ar(1),vi("ngIf",e.loaded&&0===e.logs.length),Ar(1),vi("ngIf",!e.loaded))},directives:[Hl,Ul],pipes:[Bl],styles:[".log-date[_ngcontent-%COMP%]{color:#777}"]}),t})(),vf=(()=>{class t{constructor(){this.title="devlogger"}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=ce({type:t,selectors:[["app-root"]],decls:4,vars:0,consts:[[1,"container"]],template:function(t,e){1&t&&(Si(0,"app-navbar"),bi(1,"div",0),Si(2,"app-log-form"),Si(3,"app-logs"),Ci())},directives:[ep,pf,_f],styles:[""]}),t})(),wf=(()=>{class t{}return t.\u0275mod=fe({type:t,bootstrap:[vf]}),t.\u0275inj=ut({factory:function(e){return new(e||t)},providers:[np],imports:[[Cu,tp,df]]}),t})();(function(){if(lr)throw new Error("Cannot enable prod mode after platform setup.");ar=!1})(),wu().bootstrapModule(wf).catch(t=>console.error(t))},zn8P:function(t,e){function n(t){return Promise.resolve().then((function(){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}))}n.keys=function(){return[]},n.resolve=n,t.exports=n,n.id="zn8P"}},[[0,0]]]);