(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"+rOU":function(e,t,i){"use strict";i.d(t,"a",(function(){return c})),i.d(t,"b",(function(){return h})),i.d(t,"c",(function(){return p})),i.d(t,"d",(function(){return o})),i.d(t,"e",(function(){return m})),i.d(t,"f",(function(){return d})),i.d(t,"g",(function(){return f})),i.d(t,"h",(function(){return b})),i.d(t,"i",(function(){return _})),i.d(t,"j",(function(){return l}));var n=i("fXoL"),a=i("ofXK");function s(){throw Error("Host already has a portal attached")}class r{attach(e){return null==e&&function(){throw Error("Attempting to attach a portal to a null PortalOutlet")}(),e.hasAttached()&&s(),this._attachedHost=e,e.attach(this)}detach(){let e=this._attachedHost;null==e?function(){throw Error("Attempting to detach a portal that is not attached to a host")}():(this._attachedHost=null,e.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(e){this._attachedHost=e}}class o extends r{constructor(e,t,i,n){super(),this.component=e,this.viewContainerRef=t,this.injector=i,this.componentFactoryResolver=n}}class l extends r{constructor(e,t,i){super(),this.templateRef=e,this.viewContainerRef=t,this.context=i}get origin(){return this.templateRef.elementRef}attach(e,t=this.context){return this.context=t,super.attach(e)}detach(){return this.context=void 0,super.detach()}}class u extends r{constructor(e){super(),this.element=e instanceof n.l?e.nativeElement:e}}class c{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(e){return e||function(){throw Error("Must provide a portal to attach")}(),this.hasAttached()&&s(),this._isDisposed&&function(){throw Error("This PortalOutlet has already been disposed")}(),e instanceof o?(this._attachedPortal=e,this.attachComponentPortal(e)):e instanceof l?(this._attachedPortal=e,this.attachTemplatePortal(e)):this.attachDomPortal&&e instanceof u?(this._attachedPortal=e,this.attachDomPortal(e)):void function(){throw Error("Attempting to attach an unknown Portal type. BasePortalOutlet accepts either a ComponentPortal or a TemplatePortal.")}()}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(e){this._disposeFn=e}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class d extends c{constructor(e,t,i,n,a){super(),this.outletElement=e,this._componentFactoryResolver=t,this._appRef=i,this._defaultInjector=n,this.attachDomPortal=e=>{if(!this._document)throw Error("Cannot attach DOM portal without _document constructor parameter");const t=e.element;if(!t.parentNode)throw Error("DOM portal content must be attached to a parent node.");const i=this._document.createComment("dom-portal");t.parentNode.insertBefore(i,t),this.outletElement.appendChild(t),super.setDisposeFn(()=>{i.parentNode&&i.parentNode.replaceChild(t,i)})},this._document=a}attachComponentPortal(e){const t=(e.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(e.component);let i;return e.viewContainerRef?(i=e.viewContainerRef.createComponent(t,e.viewContainerRef.length,e.injector||e.viewContainerRef.injector),this.setDisposeFn(()=>i.destroy())):(i=t.create(e.injector||this._defaultInjector),this._appRef.attachView(i.hostView),this.setDisposeFn(()=>{this._appRef.detachView(i.hostView),i.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(i)),i}attachTemplatePortal(e){let t=e.viewContainerRef,i=t.createEmbeddedView(e.templateRef,e.context);return i.detectChanges(),i.rootNodes.forEach(e=>this.outletElement.appendChild(e)),this.setDisposeFn(()=>{let e=t.indexOf(i);-1!==e&&t.remove(e)}),i}dispose(){super.dispose(),null!=this.outletElement.parentNode&&this.outletElement.parentNode.removeChild(this.outletElement)}_getComponentRootNode(e){return e.hostView.rootNodes[0]}}class m extends d{}let h=(()=>{class e extends l{constructor(e,t){super(e,t)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.O),n.Tb(n.R))},e.\u0275dir=n.Ob({type:e,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],features:[n.Cb]}),e})(),p=(()=>{class e extends c{constructor(e,t,i){super(),this._componentFactoryResolver=e,this._viewContainerRef=t,this._isInitialized=!1,this.attached=new n.o,this.attachDomPortal=e=>{if(!this._document)throw Error("Cannot attach DOM portal without _document constructor parameter");const t=e.element;if(!t.parentNode)throw Error("DOM portal content must be attached to a parent node.");const i=this._document.createComment("dom-portal");e.setAttachedHost(this),t.parentNode.insertBefore(i,t),this._getRootNode().appendChild(t),super.setDisposeFn(()=>{i.parentNode&&i.parentNode.replaceChild(t,i)})},this._document=i}get portal(){return this._attachedPortal}set portal(e){(!this.hasAttached()||e||this._isInitialized)&&(this.hasAttached()&&super.detach(),e&&super.attach(e),this._attachedPortal=e)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedPortal=null,this._attachedRef=null}attachComponentPortal(e){e.setAttachedHost(this);const t=null!=e.viewContainerRef?e.viewContainerRef:this._viewContainerRef,i=(e.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(e.component),n=t.createComponent(i,t.length,e.injector||t.injector);return t!==this._viewContainerRef&&this._getRootNode().appendChild(n.hostView.rootNodes[0]),super.setDisposeFn(()=>n.destroy()),this._attachedPortal=e,this._attachedRef=n,this.attached.emit(n),n}attachTemplatePortal(e){e.setAttachedHost(this);const t=this._viewContainerRef.createEmbeddedView(e.templateRef,e.context);return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=e,this._attachedRef=t,this.attached.emit(t),t}_getRootNode(){const e=this._viewContainerRef.element.nativeElement;return e.nodeType===e.ELEMENT_NODE?e:e.parentNode}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.j),n.Tb(n.R),n.Tb(a.e))},e.\u0275dir=n.Ob({type:e,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:["cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[n.Cb]}),e})(),f=(()=>{class e extends p{}return e.\u0275fac=function(t){return g(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","cdkPortalHost",""],["","portalHost",""]],inputs:{portal:["cdkPortalHost","portal"]},exportAs:["cdkPortalHost"],features:[n.Eb([{provide:p,useExisting:e}]),n.Cb]}),e})();const g=n.bc(f);let _=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})();class b{constructor(e,t){this._parentInjector=e,this._customTokens=t}get(e,t){const i=this._customTokens.get(e);return void 0!==i?i:this._parentInjector.get(e,t)}}},"+s0g":function(e,t,i){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(i("wd/R"))},"//9w":function(e,t,i){!function(e){"use strict";e.defineLocale("se",{months:"o\u0111\u0111ajagem\xe1nnu_guovvam\xe1nnu_njuk\u010dam\xe1nnu_cuo\u014bom\xe1nnu_miessem\xe1nnu_geassem\xe1nnu_suoidnem\xe1nnu_borgem\xe1nnu_\u010dak\u010dam\xe1nnu_golggotm\xe1nnu_sk\xe1bmam\xe1nnu_juovlam\xe1nnu".split("_"),monthsShort:"o\u0111\u0111j_guov_njuk_cuo_mies_geas_suoi_borg_\u010dak\u010d_golg_sk\xe1b_juov".split("_"),weekdays:"sotnabeaivi_vuoss\xe1rga_ma\u014b\u014beb\xe1rga_gaskavahkku_duorastat_bearjadat_l\xe1vvardat".split("_"),weekdaysShort:"sotn_vuos_ma\u014b_gask_duor_bear_l\xe1v".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s gea\u017ees",past:"ma\u014bit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta m\xe1nnu",MM:"%d m\xe1nut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},"/X5v":function(e,t,i){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~\xe1\xf1\xfa\xe1~r\xfd_F~\xe9br\xfa~\xe1r\xfd_~M\xe1rc~h_\xc1p~r\xedl_~M\xe1\xfd_~J\xfa\xf1\xe9~_J\xfal~\xfd_\xc1\xfa~g\xfast~_S\xe9p~t\xe9mb~\xe9r_\xd3~ct\xf3b~\xe9r_\xd1~\xf3v\xe9m~b\xe9r_~D\xe9c\xe9~mb\xe9r".split("_"),monthsShort:"J~\xe1\xf1_~F\xe9b_~M\xe1r_~\xc1pr_~M\xe1\xfd_~J\xfa\xf1_~J\xfal_~\xc1\xfag_~S\xe9p_~\xd3ct_~\xd1\xf3v_~D\xe9c".split("_"),monthsParseExact:!0,weekdays:"S~\xfa\xf1d\xe1~\xfd_M\xf3~\xf1d\xe1\xfd~_T\xfa\xe9~sd\xe1\xfd~_W\xe9d~\xf1\xe9sd~\xe1\xfd_T~h\xfars~d\xe1\xfd_~Fr\xedd~\xe1\xfd_S~\xe1t\xfar~d\xe1\xfd".split("_"),weekdaysShort:"S~\xfa\xf1_~M\xf3\xf1_~T\xfa\xe9_~W\xe9d_~Th\xfa_~Fr\xed_~S\xe1t".split("_"),weekdaysMin:"S~\xfa_M\xf3~_T\xfa_~W\xe9_T~h_Fr~_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~\xf3d\xe1~\xfd \xe1t] LT",nextDay:"[T~\xf3m\xf3~rr\xf3~w \xe1t] LT",nextWeek:"dddd [\xe1t] LT",lastDay:"[\xdd~\xe9st~\xe9rd\xe1~\xfd \xe1t] LT",lastWeek:"[L~\xe1st] dddd [\xe1t] LT",sameElse:"L"},relativeTime:{future:"\xed~\xf1 %s",past:"%s \xe1~g\xf3",s:"\xe1 ~f\xe9w ~s\xe9c\xf3~\xf1ds",ss:"%d s~\xe9c\xf3\xf1~ds",m:"\xe1 ~m\xed\xf1~\xfat\xe9",mm:"%d m~\xed\xf1\xfa~t\xe9s",h:"\xe1~\xf1 h\xf3~\xfar",hh:"%d h~\xf3\xfars",d:"\xe1 ~d\xe1\xfd",dd:"%d d~\xe1\xfds",M:"\xe1 ~m\xf3\xf1~th",MM:"%d m~\xf3\xf1t~hs",y:"\xe1 ~\xfd\xe9\xe1r",yy:"%d \xfd~\xe9\xe1rs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},"/t3+":function(e,t,i){"use strict";i.d(t,"a",(function(){return m})),i.d(t,"b",(function(){return h})),i.d(t,"c",(function(){return d}));var n=i("fXoL"),a=i("FKr1"),s=i("ofXK"),r=i("nLfN");const o=["*",[["mat-toolbar-row"]]],l=["*","mat-toolbar-row"];class u{constructor(e){this._elementRef=e}}const c=Object(a.u)(u);let d=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["mat-toolbar-row"]],hostAttrs:[1,"mat-toolbar-row"],exportAs:["matToolbarRow"]}),e})(),m=(()=>{class e extends c{constructor(e,t,i){super(e),this._platform=t,this._document=i}ngAfterViewInit(){Object(n.Y)()&&this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(()=>this._checkToolbarMixedModes()))}_checkToolbarMixedModes(){this._toolbarRows.length&&Array.from(this._elementRef.nativeElement.childNodes).filter(e=>!(e.classList&&e.classList.contains("mat-toolbar-row"))).filter(e=>e.nodeType!==(this._document?this._document.COMMENT_NODE:8)).some(e=>!(!e.textContent||!e.textContent.trim()))&&function(){throw Error("MatToolbar: Attempting to combine different toolbar modes. Either specify multiple `<mat-toolbar-row>` elements explicitly or just place content inside of a `<mat-toolbar>` for a single row.")}()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(r.a),n.Tb(s.e))},e.\u0275cmp=n.Nb({type:e,selectors:[["mat-toolbar"]],contentQueries:function(e,t,i){var a;1&e&&n.Lb(i,d,!0),2&e&&n.yc(a=n.ic())&&(t._toolbarRows=a)},hostAttrs:[1,"mat-toolbar"],hostVars:4,hostBindings:function(e,t){2&e&&n.Jb("mat-toolbar-multiple-rows",t._toolbarRows.length>0)("mat-toolbar-single-row",0===t._toolbarRows.length)},inputs:{color:"color"},exportAs:["matToolbar"],features:[n.Cb],ngContentSelectors:l,decls:2,vars:0,template:function(e,t){1&e&&(n.qc(o),n.pc(0),n.pc(1,1))},styles:[".cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}\n"],encapsulation:2,changeDetection:0}),e})(),h=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[a.h],a.h]}),e})()},"/uUt":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(e,t){return i=>i.lift(new s(e,t))}class s{constructor(e,t){this.compare=e,this.keySelector=t}call(e,t){return t.subscribe(new r(e,this.compare,this.keySelector))}}class r extends n.a{constructor(e,t,i){super(e),this.keySelector=i,this.hasKey=!1,"function"==typeof t&&(this.compare=t)}compare(e,t){return e===t}_next(e){let t;try{const{keySelector:i}=this;t=i?i(e):e}catch(n){return this.destination.error(n)}let i=!1;if(this.hasKey)try{const{compare:e}=this;i=e(this.key,t)}catch(n){return this.destination.error(n)}else this.hasKey=!0;i||(this.key=t,this.destination.next(e))}}},0:function(e,t,i){e.exports=i("zUnb")},"0EQZ":function(e,t,i){"use strict";i.d(t,"a",(function(){return u})),i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return c})),i.d(t,"d",(function(){return d})),i.d(t,"e",(function(){return l}));var n=i("HDdC"),a=i("LRne"),s=i("XNiG"),r=i("fXoL");class o{}function l(e){return e&&"function"==typeof e.connect}class u extends o{constructor(e){super(),this._data=e}connect(){return this._data instanceof n.a?this._data:Object(a.a)(this._data)}disconnect(){}}class c{constructor(e=!1,t,i=!0){this._multiple=e,this._emitChanges=i,this._selection=new Set,this._deselectedToEmit=[],this._selectedToEmit=[],this.changed=new s.a,t&&t.length&&(e?t.forEach(e=>this._markSelected(e)):this._markSelected(t[0]),this._selectedToEmit.length=0)}get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}select(...e){this._verifyValueAssignment(e),e.forEach(e=>this._markSelected(e)),this._emitChangeEvent()}deselect(...e){this._verifyValueAssignment(e),e.forEach(e=>this._unmarkSelected(e)),this._emitChangeEvent()}toggle(e){this.isSelected(e)?this.deselect(e):this.select(e)}clear(){this._unmarkAll(),this._emitChangeEvent()}isSelected(e){return this._selection.has(e)}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(e){this._multiple&&this.selected&&this._selected.sort(e)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(e){this.isSelected(e)||(this._multiple||this._unmarkAll(),this._selection.add(e),this._emitChanges&&this._selectedToEmit.push(e))}_unmarkSelected(e){this.isSelected(e)&&(this._selection.delete(e),this._emitChanges&&this._deselectedToEmit.push(e))}_unmarkAll(){this.isEmpty()||this._selection.forEach(e=>this._unmarkSelected(e))}_verifyValueAssignment(e){if(e.length>1&&!this._multiple)throw Error("Cannot pass multiple values into SelectionModel with single-value mode.")}}let d=(()=>{class e{constructor(){this._listeners=[]}notify(e,t){for(let i of this._listeners)i(e,t)}listen(e){return this._listeners.push(e),()=>{this._listeners=this._listeners.filter(t=>e!==t)}}ngOnDestroy(){this._listeners=[]}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(r.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})()},"0EUg":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("bHdf");function a(){return Object(n.a)(1)}},"0IaG":function(e,t,i){"use strict";i.d(t,"a",(function(){return L})),i.d(t,"b",(function(){return T})),i.d(t,"c",(function(){return A})),i.d(t,"d",(function(){return j})),i.d(t,"e",(function(){return Y})),i.d(t,"f",(function(){return M})),i.d(t,"g",(function(){return E}));var n=i("rDax"),a=i("+rOU"),s=i("ofXK"),r=i("fXoL"),o=i("FKr1"),l=i("cH1L"),u=i("XNiG"),c=i("NXyV"),d=i("LRne"),m=i("pLZG"),h=i("IzEk"),p=i("JX91"),f=i("R0Ic"),g=i("FtGj"),_=i("u47x");function b(e,t){}class y{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.maxWidth="80vw",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.autoFocus=!0,this.restoreFocus=!0,this.closeOnNavigation=!0}}const v={dialogContainer:Object(f.n)("dialogContainer",[Object(f.k)("void, exit",Object(f.l)({opacity:0,transform:"scale(0.7)"})),Object(f.k)("enter",Object(f.l)({transform:"none"})),Object(f.m)("* => enter",Object(f.e)("150ms cubic-bezier(0, 0, 0.2, 1)",Object(f.l)({transform:"none",opacity:1}))),Object(f.m)("* => void, * => exit",Object(f.e)("75ms cubic-bezier(0.4, 0.0, 0.2, 1)",Object(f.l)({opacity:0})))])};function w(){throw Error("Attempting to attach dialog content after content is already attached")}let k=(()=>{class e extends a.a{constructor(e,t,i,n,a){super(),this._elementRef=e,this._focusTrapFactory=t,this._changeDetectorRef=i,this._config=a,this._elementFocusedBeforeDialogWasOpened=null,this._state="enter",this._animationStateChanged=new r.o,this.attachDomPortal=e=>(this._portalOutlet.hasAttached()&&w(),this._savePreviouslyFocusedElement(),this._portalOutlet.attachDomPortal(e)),this._ariaLabelledBy=a.ariaLabelledBy||null,this._document=n}attachComponentPortal(e){return this._portalOutlet.hasAttached()&&w(),this._savePreviouslyFocusedElement(),this._portalOutlet.attachComponentPortal(e)}attachTemplatePortal(e){return this._portalOutlet.hasAttached()&&w(),this._savePreviouslyFocusedElement(),this._portalOutlet.attachTemplatePortal(e)}_trapFocus(){const e=this._elementRef.nativeElement;if(this._focusTrap||(this._focusTrap=this._focusTrapFactory.create(e)),this._config.autoFocus)this._focusTrap.focusInitialElementWhenReady();else{const t=this._document.activeElement;t===e||e.contains(t)||e.focus()}}_restoreFocus(){const e=this._elementFocusedBeforeDialogWasOpened;if(this._config.restoreFocus&&e&&"function"==typeof e.focus){const t=this._document.activeElement,i=this._elementRef.nativeElement;t&&t!==this._document.body&&t!==i&&!i.contains(t)||e.focus()}this._focusTrap&&this._focusTrap.destroy()}_savePreviouslyFocusedElement(){this._document&&(this._elementFocusedBeforeDialogWasOpened=this._document.activeElement,this._elementRef.nativeElement.focus&&Promise.resolve().then(()=>this._elementRef.nativeElement.focus()))}_onAnimationDone(e){"enter"===e.toState?this._trapFocus():"exit"===e.toState&&this._restoreFocus(),this._animationStateChanged.emit(e)}_onAnimationStart(e){this._animationStateChanged.emit(e)}_startExitAnimation(){this._state="exit",this._changeDetectorRef.markForCheck()}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.l),r.Tb(_.i),r.Tb(r.h),r.Tb(s.e,8),r.Tb(y))},e.\u0275cmp=r.Nb({type:e,selectors:[["mat-dialog-container"]],viewQuery:function(e,t){var i;1&e&&r.Jc(a.c,!0),2&e&&r.yc(i=r.ic())&&(t._portalOutlet=i.first)},hostAttrs:["tabindex","-1","aria-modal","true",1,"mat-dialog-container"],hostVars:6,hostBindings:function(e,t){1&e&&r.Kb("@dialogContainer.start",(function(e){return t._onAnimationStart(e)}))("@dialogContainer.done",(function(e){return t._onAnimationDone(e)})),2&e&&(r.Gb("id",t._id)("role",t._config.role)("aria-labelledby",t._config.ariaLabel?null:t._ariaLabelledBy)("aria-label",t._config.ariaLabel)("aria-describedby",t._config.ariaDescribedBy||null),r.Sc("@dialogContainer",t._state))},features:[r.Cb],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(e,t){1&e&&r.Lc(0,b,0,0,"ng-template",0)},directives:[a.c],styles:[".mat-dialog-container{display:block;padding:24px;border-radius:4px;box-sizing:border-box;overflow:auto;outline:0;width:100%;height:100%;min-height:inherit;max-height:inherit}.cdk-high-contrast-active .mat-dialog-container{outline:solid 1px}.mat-dialog-content{display:block;margin:0 -24px;padding:0 24px;max-height:65vh;overflow:auto;-webkit-overflow-scrolling:touch}.mat-dialog-title{margin:0 0 20px;display:block}.mat-dialog-actions{padding:8px 0;display:flex;flex-wrap:wrap;min-height:52px;align-items:center;margin-bottom:-24px}.mat-dialog-actions[align=end]{justify-content:flex-end}.mat-dialog-actions[align=center]{justify-content:center}.mat-dialog-actions .mat-button-base+.mat-button-base{margin-left:8px}[dir=rtl] .mat-dialog-actions .mat-button-base+.mat-button-base{margin-left:0;margin-right:8px}\n"],encapsulation:2,data:{animation:[v.dialogContainer]}}),e})(),x=0;class M{constructor(e,t,i=`mat-dialog-${x++}`){this._overlayRef=e,this._containerInstance=t,this.id=i,this.disableClose=this._containerInstance._config.disableClose,this._afterOpened=new u.a,this._afterClosed=new u.a,this._beforeClosed=new u.a,this._state=0,t._id=i,t._animationStateChanged.pipe(Object(m.a)(e=>"done"===e.phaseName&&"enter"===e.toState),Object(h.a)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),t._animationStateChanged.pipe(Object(m.a)(e=>"done"===e.phaseName&&"exit"===e.toState),Object(h.a)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._overlayRef.dispose()}),e.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._afterClosed.next(this._result),this._afterClosed.complete(),this.componentInstance=null,this._overlayRef.dispose()}),e.keydownEvents().pipe(Object(m.a)(e=>e.keyCode===g.e&&!this.disableClose&&!Object(g.q)(e))).subscribe(e=>{e.preventDefault(),this.close()})}close(e){this._result=e,this._containerInstance._animationStateChanged.pipe(Object(m.a)(e=>"start"===e.phaseName),Object(h.a)(1)).subscribe(t=>{this._beforeClosed.next(e),this._beforeClosed.complete(),this._state=2,this._overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>{this._overlayRef.dispose()},t.totalTime+100)}),this._containerInstance._startExitAnimation(),this._state=1}afterOpened(){return this._afterOpened.asObservable()}afterClosed(){return this._afterClosed.asObservable()}beforeClosed(){return this._beforeClosed.asObservable()}backdropClick(){return this._overlayRef.backdropClick()}keydownEvents(){return this._overlayRef.keydownEvents()}updatePosition(e){let t=this._getPositionStrategy();return e&&(e.left||e.right)?e.left?t.left(e.left):t.right(e.right):t.centerHorizontally(),e&&(e.top||e.bottom)?e.top?t.top(e.top):t.bottom(e.bottom):t.centerVertically(),this._overlayRef.updatePosition(),this}updateSize(e="",t=""){return this._getPositionStrategy().width(e).height(t),this._overlayRef.updatePosition(),this}addPanelClass(e){return this._overlayRef.addPanelClass(e),this}removePanelClass(e){return this._overlayRef.removePanelClass(e),this}getState(){return this._state}_getPositionStrategy(){return this._overlayRef.getConfig().positionStrategy}}const L=new r.s("MatDialogData"),C=new r.s("mat-dialog-default-options"),S=new r.s("mat-dialog-scroll-strategy"),D={provide:S,deps:[n.c],useFactory:function(e){return()=>e.scrollStrategies.block()}};let T=(()=>{class e{constructor(e,t,i,n,a,s,r){this._overlay=e,this._injector=t,this._defaultOptions=n,this._parentDialog=s,this._overlayContainer=r,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new u.a,this._afterOpenedAtThisLevel=new u.a,this._ariaHiddenElements=new Map,this.afterAllClosed=Object(c.a)(()=>this.openDialogs.length?this._afterAllClosed:this._afterAllClosed.pipe(Object(p.a)(void 0))),this._scrollStrategy=a}get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}get _afterAllClosed(){const e=this._parentDialog;return e?e._afterAllClosed:this._afterAllClosedAtThisLevel}open(e,t){if((t=function(e,t){return Object.assign(Object.assign({},t),e)}(t,this._defaultOptions||new y)).id&&this.getDialogById(t.id))throw Error(`Dialog with id "${t.id}" exists already. The dialog id must be unique.`);const i=this._createOverlay(t),n=this._attachDialogContainer(i,t),a=this._attachDialogContent(e,n,i,t);return this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(a),a.afterClosed().subscribe(()=>this._removeOpenDialog(a)),this.afterOpened.next(a),a}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(e){return this.openDialogs.find(t=>t.id===e)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_createOverlay(e){const t=this._getOverlayConfig(e);return this._overlay.create(t)}_getOverlayConfig(e){const t=new n.d({positionStrategy:this._overlay.position().global(),scrollStrategy:e.scrollStrategy||this._scrollStrategy(),panelClass:e.panelClass,hasBackdrop:e.hasBackdrop,direction:e.direction,minWidth:e.minWidth,minHeight:e.minHeight,maxWidth:e.maxWidth,maxHeight:e.maxHeight,disposeOnNavigation:e.closeOnNavigation});return e.backdropClass&&(t.backdropClass=e.backdropClass),t}_attachDialogContainer(e,t){const i=new a.h(t&&t.viewContainerRef&&t.viewContainerRef.injector||this._injector,new WeakMap([[y,t]])),n=new a.d(k,t.viewContainerRef,i,t.componentFactoryResolver);return e.attach(n).instance}_attachDialogContent(e,t,i,n){const s=new M(i,t,n.id);if(n.hasBackdrop&&i.backdropClick().subscribe(()=>{s.disableClose||s.close()}),e instanceof r.O)t.attachTemplatePortal(new a.j(e,null,{$implicit:n.data,dialogRef:s}));else{const i=this._createInjector(n,s,t),r=t.attachComponentPortal(new a.d(e,n.viewContainerRef,i));s.componentInstance=r.instance}return s.updateSize(n.width,n.height).updatePosition(n.position),s}_createInjector(e,t,i){const n=e&&e.viewContainerRef&&e.viewContainerRef.injector,s=new WeakMap([[k,i],[L,e.data],[M,t]]);return!e.direction||n&&n.get(l.c,null)||s.set(l.c,{value:e.direction,change:Object(d.a)()}),new a.h(n||this._injector,s)}_removeOpenDialog(e){const t=this.openDialogs.indexOf(e);t>-1&&(this.openDialogs.splice(t,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((e,t)=>{e?t.setAttribute("aria-hidden",e):t.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),this._afterAllClosed.next()))}_hideNonDialogContentFromAssistiveTechnology(){const e=this._overlayContainer.getContainerElement();if(e.parentElement){const t=e.parentElement.children;for(let i=t.length-1;i>-1;i--){let n=t[i];n===e||"SCRIPT"===n.nodeName||"STYLE"===n.nodeName||n.hasAttribute("aria-live")||(this._ariaHiddenElements.set(n,n.getAttribute("aria-hidden")),n.setAttribute("aria-hidden","true"))}}}_closeDialogs(e){let t=e.length;for(;t--;)e[t].close()}}return e.\u0275fac=function(t){return new(t||e)(r.dc(n.c),r.dc(r.t),r.dc(s.n,8),r.dc(C,8),r.dc(S),r.dc(e,12),r.dc(n.e))},e.\u0275prov=r.Pb({token:e,factory:e.\u0275fac}),e})(),O=0,E=(()=>{class e{constructor(e,t,i){this._dialogRef=e,this._elementRef=t,this._dialog=i,this.id=`mat-dialog-title-${O++}`}ngOnInit(){this._dialogRef||(this._dialogRef=function(e,t){let i=e.nativeElement.parentElement;for(;i&&!i.classList.contains("mat-dialog-container");)i=i.parentElement;return i?t.find(e=>e.id===i.id):null}(this._elementRef,this._dialog.openDialogs)),this._dialogRef&&Promise.resolve().then(()=>{const e=this._dialogRef._containerInstance;e&&!e._ariaLabelledBy&&(e._ariaLabelledBy=this.id)})}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(M,8),r.Tb(r.l),r.Tb(T))},e.\u0275dir=r.Ob({type:e,selectors:[["","mat-dialog-title",""],["","matDialogTitle",""]],hostAttrs:[1,"mat-dialog-title"],hostVars:1,hostBindings:function(e,t){2&e&&r.cc("id",t.id)},inputs:{id:"id"},exportAs:["matDialogTitle"]}),e})(),j=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=r.Ob({type:e,selectors:[["","mat-dialog-content",""],["mat-dialog-content"],["","matDialogContent",""]],hostAttrs:[1,"mat-dialog-content"]}),e})(),A=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=r.Ob({type:e,selectors:[["","mat-dialog-actions",""],["mat-dialog-actions"],["","matDialogActions",""]],hostAttrs:[1,"mat-dialog-actions"]}),e})(),Y=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},providers:[T,D],imports:[[s.c,n.f,a.i,o.h],o.h]}),e})()},"0JVi":function(e,t,i){"use strict";i.d(t,"a",(function(){return u})),i.d(t,"b",(function(){return c}));var n=i("fXoL"),a=i("tyNb"),s=i("2Vo4"),r=i("pLZG"),o=i("LvDl"),l=i("nLfN");const u=new n.s("fuseCustomConfig");let c=(()=>{class e{constructor(e,t,i){this._platform=e,this._router=t,this._config=i,this._defaultConfig=i,this._init()}set config(e){let t=this._configSubject.getValue();t=o.merge({},t,e),this._configSubject.next(t)}get config(){return this._configSubject.asObservable()}get defaultConfig(){return this._defaultConfig}_init(){(this._platform.ANDROID||this._platform.IOS)&&(this._defaultConfig.customScrollbars=!1),this._configSubject=new s.a(o.cloneDeep(this._defaultConfig)),this._router.events.pipe(Object(r.a)(e=>e instanceof a.f)).subscribe(()=>{if(!o.isEqual(this._configSubject.getValue().layout,this._defaultConfig.layout)){const e=o.cloneDeep(this._configSubject.getValue());e.layout=o.cloneDeep(this._defaultConfig.layout),this._configSubject.next(e)}})}setConfig(e,t={emitEvent:!0}){let i=this._configSubject.getValue();i=o.merge({},i,e),!0===t.emitEvent&&this._configSubject.next(i)}getConfig(){return this._configSubject.asObservable()}resetToDefaults(){this._configSubject.next(o.cloneDeep(this._defaultConfig))}}return e.\u0275fac=function(t){return new(t||e)(n.dc(l.a),n.dc(a.g),n.dc(u))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},"0mo+":function(e,t,i){!function(e){"use strict";var t={1:"\u0f21",2:"\u0f22",3:"\u0f23",4:"\u0f24",5:"\u0f25",6:"\u0f26",7:"\u0f27",8:"\u0f28",9:"\u0f29",0:"\u0f20"},i={"\u0f21":"1","\u0f22":"2","\u0f23":"3","\u0f24":"4","\u0f25":"5","\u0f26":"6","\u0f27":"7","\u0f28":"8","\u0f29":"9","\u0f20":"0"};e.defineLocale("bo",{months:"\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54".split("_"),monthsShort:"\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54".split("_"),weekdays:"\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74_\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b".split("_"),weekdaysShort:"\u0f49\u0f72\u0f0b\u0f58\u0f0b_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b_\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b_\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b_\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74_\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b_\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b".split("_"),weekdaysMin:"\u0f49\u0f72\u0f0b\u0f58\u0f0b_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b_\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b_\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b_\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74_\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b_\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0f51\u0f72\u0f0b\u0f62\u0f72\u0f44] LT",nextDay:"[\u0f66\u0f44\u0f0b\u0f49\u0f72\u0f53] LT",nextWeek:"[\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f55\u0fb2\u0f42\u0f0b\u0f62\u0f97\u0f7a\u0f66\u0f0b\u0f58], LT",lastDay:"[\u0f41\u0f0b\u0f66\u0f44] LT",lastWeek:"[\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f55\u0fb2\u0f42\u0f0b\u0f58\u0f50\u0f60\u0f0b\u0f58] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0f63\u0f0b",past:"%s \u0f66\u0f94\u0f53\u0f0b\u0f63",s:"\u0f63\u0f58\u0f0b\u0f66\u0f44",ss:"%d \u0f66\u0f90\u0f62\u0f0b\u0f46\u0f0d",m:"\u0f66\u0f90\u0f62\u0f0b\u0f58\u0f0b\u0f42\u0f45\u0f72\u0f42",mm:"%d \u0f66\u0f90\u0f62\u0f0b\u0f58",h:"\u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0b\u0f42\u0f45\u0f72\u0f42",hh:"%d \u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51",d:"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f45\u0f72\u0f42",dd:"%d \u0f49\u0f72\u0f53\u0f0b",M:"\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f45\u0f72\u0f42",MM:"%d \u0f5f\u0fb3\u0f0b\u0f56",y:"\u0f63\u0f7c\u0f0b\u0f42\u0f45\u0f72\u0f42",yy:"%d \u0f63\u0f7c"},preparse:function(e){return e.replace(/[\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28\u0f29\u0f20]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c|\u0f5e\u0f7c\u0f42\u0f66\u0f0b\u0f40\u0f66|\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44|\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42|\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c"===t&&e>=4||"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44"===t&&e<5||"\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42"===t?e+12:e},meridiem:function(e,t,i){return e<4?"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c":e<10?"\u0f5e\u0f7c\u0f42\u0f66\u0f0b\u0f40\u0f66":e<17?"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44":e<20?"\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42":"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c"},week:{dow:0,doy:6}})}(i("wd/R"))},"0tRk":function(e,t,i){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Mar\xe7o_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Ter\xe7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\xe1bado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_S\xe1b".split("_"),weekdaysMin:"Do_2\xaa_3\xaa_4\xaa_5\xaa_6\xaa_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [\xe0s] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [\xe0s] HH:mm"},calendar:{sameDay:"[Hoje \xe0s] LT",nextDay:"[Amanh\xe3 \xe0s] LT",nextWeek:"dddd [\xe0s] LT",lastDay:"[Ontem \xe0s] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[\xdaltimo] dddd [\xe0s] LT":"[\xdaltima] dddd [\xe0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xe1 %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um m\xeas",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba"})}(i("wd/R"))},"1G5W":function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("l7GE"),a=i("ZUHj");function s(e){return t=>t.lift(new r(e))}class r{constructor(e){this.notifier=e}call(e,t){const i=new o(e),n=Object(a.a)(i,this.notifier);return n&&!i.seenValue?(i.add(n),t.subscribe(i)):i}}class o extends n.a{constructor(e){super(e),this.seenValue=!1}notifyNext(e,t,i,n,a){this.seenValue=!0,this.complete()}notifyComplete(){}}},"1jcm":function(e,t,i){"use strict";i.d(t,"a",(function(){return k})),i.d(t,"b",(function(){return M}));var n=i("GU7r"),a=i("fXoL"),s=i("FKr1"),r=i("8LU1"),o=i("3Pt+"),l=i("R1ws"),u=i("u47x"),c=i("cH1L");const d=["thumbContainer"],m=["toggleBar"],h=["input"],p=function(){return{enterDuration:150}},f=["*"],g=new a.s("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1})});let _=0;const b={provide:o.k,useExisting:Object(a.W)(()=>k),multi:!0};class y{constructor(e,t){this.source=e,this.checked=t}}class v{constructor(e){this._elementRef=e}}const w=Object(s.y)(Object(s.u)(Object(s.v)(Object(s.w)(v)),"accent"));let k=(()=>{class e extends w{constructor(e,t,i,n,s,r,o,l){super(e),this._focusMonitor=t,this._changeDetectorRef=i,this.defaults=r,this._animationMode=o,this._onChange=e=>{},this._onTouched=()=>{},this._uniqueId=`mat-slide-toggle-${++_}`,this._required=!1,this._checked=!1,this.name=null,this.id=this._uniqueId,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this.change=new a.o,this.toggleChange=new a.o,this.dragChange=new a.o,this.tabIndex=parseInt(n)||0}get required(){return this._required}set required(e){this._required=Object(r.c)(e)}get checked(){return this._checked}set checked(e){this._checked=Object(r.c)(e),this._changeDetectorRef.markForCheck()}get inputId(){return`${this.id||this._uniqueId}-input`}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(e=>{e||Promise.resolve().then(()=>this._onTouched())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}_onChangeEvent(e){e.stopPropagation(),this.toggleChange.emit(),this.defaults.disableToggleValue?this._inputElement.nativeElement.checked=this.checked:(this.checked=this._inputElement.nativeElement.checked,this._emitChangeEvent())}_onInputClick(e){e.stopPropagation()}writeValue(e){this.checked=!!e}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}setDisabledState(e){this.disabled=e,this._changeDetectorRef.markForCheck()}focus(e){this._focusMonitor.focusVia(this._inputElement,"keyboard",e)}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(new y(this,this.checked))}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(u.h),a.Tb(a.h),a.ec("tabindex"),a.Tb(a.C),a.Tb(g),a.Tb(l.a,8),a.Tb(c.c,8))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-slide-toggle"]],viewQuery:function(e,t){var i;1&e&&(a.Tc(d,!0),a.Tc(m,!0),a.Tc(h,!0)),2&e&&(a.yc(i=a.ic())&&(t._thumbEl=i.first),a.yc(i=a.ic())&&(t._thumbBarEl=i.first),a.yc(i=a.ic())&&(t._inputElement=i.first))},hostAttrs:[1,"mat-slide-toggle"],hostVars:12,hostBindings:function(e,t){1&e&&a.hc("focus",(function(e){return t._inputElement.nativeElement.focus()})),2&e&&(a.cc("id",t.id),a.Gb("tabindex",t.disabled?null:-1)("aria-label",null)("aria-labelledby",null),a.Jb("mat-checked",t.checked)("mat-disabled",t.disabled)("mat-slide-toggle-label-before","before"==t.labelPosition)("_mat-animation-noopable","NoopAnimations"===t._animationMode))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],required:"required",checked:"checked"},outputs:{change:"change",toggleChange:"toggleChange",dragChange:"dragChange"},exportAs:["matSlideToggle"],features:[a.Eb([b]),a.Cb],ngContentSelectors:f,decls:16,vars:18,consts:[[1,"mat-slide-toggle-label"],["label",""],[1,"mat-slide-toggle-bar"],["toggleBar",""],["type","checkbox","role","switch",1,"mat-slide-toggle-input","cdk-visually-hidden",3,"id","required","tabIndex","checked","disabled","change","click"],["input",""],[1,"mat-slide-toggle-thumb-container"],["thumbContainer",""],[1,"mat-slide-toggle-thumb"],["mat-ripple","",1,"mat-slide-toggle-ripple",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-slide-toggle-persistent-ripple"],[1,"mat-slide-toggle-content",3,"cdkObserveContent"],["labelContent",""],[2,"display","none"]],template:function(e,t){if(1&e&&(a.qc(),a.Zb(0,"label",0,1),a.Zb(2,"div",2,3),a.Zb(4,"input",4,5),a.hc("change",(function(e){return t._onChangeEvent(e)}))("click",(function(e){return t._onInputClick(e)})),a.Yb(),a.Zb(6,"div",6,7),a.Ub(8,"div",8),a.Zb(9,"div",9),a.Ub(10,"div",10),a.Yb(),a.Yb(),a.Yb(),a.Zb(11,"span",11,12),a.hc("cdkObserveContent",(function(e){return t._onLabelTextChange()})),a.Zb(13,"span",13),a.Nc(14,"\xa0"),a.Yb(),a.pc(15),a.Yb(),a.Yb()),2&e){const e=a.zc(1),i=a.zc(12);a.Gb("for",t.inputId),a.Fb(2),a.Jb("mat-slide-toggle-bar-no-side-margin",!i.textContent||!i.textContent.trim()),a.Fb(2),a.rc("id",t.inputId)("required",t.required)("tabIndex",t.tabIndex)("checked",t.checked)("disabled",t.disabled),a.Gb("name",t.name)("aria-checked",t.checked.toString())("aria-label",t.ariaLabel)("aria-labelledby",t.ariaLabelledby),a.Fb(5),a.rc("matRippleTrigger",e)("matRippleDisabled",t.disableRipple||t.disabled)("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",a.uc(17,p))}},directives:[s.p,n.a],styles:[".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:transparent}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px, 0, 0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px, 0, 0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar,.mat-slide-toggle-bar{margin-right:8px;margin-left:0}[dir=rtl] .mat-slide-toggle-bar,.mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0, 0, 0);transition:all 80ms linear;transition-property:transform}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media(hover: none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}.cdk-high-contrast-active .mat-slide-toggle-thumb,.cdk-high-contrast-active .mat-slide-toggle-bar{border:1px solid}.cdk-high-contrast-active .mat-slide-toggle.cdk-keyboard-focused .mat-slide-toggle-bar{outline:2px dotted;outline-offset:5px}\n"],encapsulation:2,changeDetection:0}),e})(),x=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)}}),e})(),M=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[x,s.q,s.h,n.c],x,s.h]}),e})()},"1rYy":function(e,t,i){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b_\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b_\u0574\u0561\u0580\u057f\u056b_\u0561\u057a\u0580\u056b\u056c\u056b_\u0574\u0561\u0575\u056b\u057d\u056b_\u0570\u0578\u0582\u0576\u056b\u057d\u056b_\u0570\u0578\u0582\u056c\u056b\u057d\u056b_\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b_\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b_\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b_\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b".split("_"),standalone:"\u0570\u0578\u0582\u0576\u057e\u0561\u0580_\u0583\u0565\u057f\u0580\u057e\u0561\u0580_\u0574\u0561\u0580\u057f_\u0561\u057a\u0580\u056b\u056c_\u0574\u0561\u0575\u056b\u057d_\u0570\u0578\u0582\u0576\u056b\u057d_\u0570\u0578\u0582\u056c\u056b\u057d_\u0585\u0563\u0578\u057d\u057f\u0578\u057d_\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580_\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580_\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580".split("_")},monthsShort:"\u0570\u0576\u057e_\u0583\u057f\u0580_\u0574\u0580\u057f_\u0561\u057a\u0580_\u0574\u0575\u057d_\u0570\u0576\u057d_\u0570\u056c\u057d_\u0585\u0563\u057d_\u057d\u057a\u057f_\u0570\u056f\u057f_\u0576\u0574\u0562_\u0564\u056f\u057f".split("_"),weekdays:"\u056f\u056b\u0580\u0561\u056f\u056b_\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b_\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b_\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b_\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b_\u0578\u0582\u0580\u0562\u0561\u0569_\u0577\u0561\u0562\u0561\u0569".split("_"),weekdaysShort:"\u056f\u0580\u056f_\u0565\u0580\u056f_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),weekdaysMin:"\u056f\u0580\u056f_\u0565\u0580\u056f_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0569.",LLL:"D MMMM YYYY \u0569., HH:mm",LLLL:"dddd, D MMMM YYYY \u0569., HH:mm"},calendar:{sameDay:"[\u0561\u0575\u057d\u0585\u0580] LT",nextDay:"[\u057e\u0561\u0572\u0568] LT",lastDay:"[\u0565\u0580\u0565\u056f] LT",nextWeek:function(){return"dddd [\u0585\u0580\u0568 \u056a\u0561\u0574\u0568] LT"},lastWeek:function(){return"[\u0561\u0576\u0581\u0561\u056e] dddd [\u0585\u0580\u0568 \u056a\u0561\u0574\u0568] LT"},sameElse:"L"},relativeTime:{future:"%s \u0570\u0565\u057f\u0578",past:"%s \u0561\u057c\u0561\u057b",s:"\u0574\u056b \u0584\u0561\u0576\u056b \u057e\u0561\u0575\u0580\u056f\u0575\u0561\u0576",ss:"%d \u057e\u0561\u0575\u0580\u056f\u0575\u0561\u0576",m:"\u0580\u0578\u057a\u0565",mm:"%d \u0580\u0578\u057a\u0565",h:"\u056a\u0561\u0574",hh:"%d \u056a\u0561\u0574",d:"\u0585\u0580",dd:"%d \u0585\u0580",M:"\u0561\u0574\u056b\u057d",MM:"%d \u0561\u0574\u056b\u057d",y:"\u057f\u0561\u0580\u056b",yy:"%d \u057f\u0561\u0580\u056b"},meridiemParse:/\u0563\u056b\u0577\u0565\u0580\u057e\u0561|\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561|\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576/,isPM:function(e){return/^(\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576)$/.test(e)},meridiem:function(e){return e<4?"\u0563\u056b\u0577\u0565\u0580\u057e\u0561":e<12?"\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561":e<17?"\u0581\u0565\u0580\u0565\u056f\u057e\u0561":"\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(\u056b\u0576|\u0580\u0564)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-\u056b\u0576":e+"-\u0580\u0564";default:return e}},week:{dow:1,doy:7}})}(i("wd/R"))},"1xZ4":function(e,t,i){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_mar\xe7_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de mar\xe7_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xe7_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[dem\xe0 a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aqu\xed %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|\xe8|a)/,ordinal:function(e,t){var i=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"\xe8";return"w"!==t&&"W"!==t||(i="a"),e+i},week:{dow:1,doy:4}})}(i("wd/R"))},"2QA8":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=(()=>"function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random())()},"2Vo4":function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("XNiG"),a=i("9ppp");class s extends n.a{constructor(e){super(),this._value=e}get value(){return this.getValue()}_subscribe(e){const t=super._subscribe(e);return t&&!t.closed&&e.next(this._value),t}getValue(){if(this.hasError)throw this.thrownError;if(this.closed)throw new a.a;return this._value}next(e){super.next(this._value=e)}}},"2fFW":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));let n=!1;const a={Promise:void 0,set useDeprecatedSynchronousErrorHandling(e){if(e){const e=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+e.stack)}else n&&console.log("RxJS: Back to a better error behavior. Thank you. <3");n=e},get useDeprecatedSynchronousErrorHandling(){return n}}},"2fjn":function(e,t,i){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(i("wd/R"))},"2ykv":function(e,t,i){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(i("wd/R"))},"3E0/":function(e,t,i){"use strict";var n=i("D0XW"),a=i("7o/Q"),s=i("WMd4");function r(e,t=n.a){var i;const a=(i=e)instanceof Date&&!isNaN(+i)?+e-t.now():Math.abs(e);return e=>e.lift(new o(a,t))}i.d(t,"a",(function(){return r}));class o{constructor(e,t){this.delay=e,this.scheduler=t}call(e,t){return t.subscribe(new l(e,this.delay,this.scheduler))}}class l extends a.a{constructor(e,t,i){super(e),this.delay=t,this.scheduler=i,this.queue=[],this.active=!1,this.errored=!1}static dispatch(e){const t=e.source,i=t.queue,n=e.scheduler,a=e.destination;for(;i.length>0&&i[0].time-n.now()<=0;)i.shift().notification.observe(a);if(i.length>0){const t=Math.max(0,i[0].time-n.now());this.schedule(e,t)}else this.unsubscribe(),t.active=!1}_schedule(e){this.active=!0,this.destination.add(e.schedule(l.dispatch,this.delay,{source:this,destination:this.destination,scheduler:e}))}scheduleNotification(e){if(!0===this.errored)return;const t=this.scheduler,i=new u(t.now()+this.delay,e);this.queue.push(i),!1===this.active&&this._schedule(t)}_next(e){this.scheduleNotification(s.a.createNext(e))}_error(e){this.errored=!0,this.queue=[],this.destination.error(e),this.unsubscribe()}_complete(){this.scheduleNotification(s.a.createComplete()),this.unsubscribe()}}class u{constructor(e,t){this.time=e,this.notification=t}}},"3E1r":function(e,t,i){!function(e){"use strict";var t={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},i={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"};e.defineLocale("hi",{months:"\u091c\u0928\u0935\u0930\u0940_\u092b\u093c\u0930\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u0948\u0932_\u092e\u0908_\u091c\u0942\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0938\u094d\u0924_\u0938\u093f\u0924\u092e\u094d\u092c\u0930_\u0905\u0915\u094d\u091f\u0942\u092c\u0930_\u0928\u0935\u092e\u094d\u092c\u0930_\u0926\u093f\u0938\u092e\u094d\u092c\u0930".split("_"),monthsShort:"\u091c\u0928._\u092b\u093c\u0930._\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u0948._\u092e\u0908_\u091c\u0942\u0928_\u091c\u0941\u0932._\u0905\u0917._\u0938\u093f\u0924._\u0905\u0915\u094d\u091f\u0942._\u0928\u0935._\u0926\u093f\u0938.".split("_"),monthsParseExact:!0,weekdays:"\u0930\u0935\u093f\u0935\u093e\u0930_\u0938\u094b\u092e\u0935\u093e\u0930_\u092e\u0902\u0917\u0932\u0935\u093e\u0930_\u092c\u0941\u0927\u0935\u093e\u0930_\u0917\u0941\u0930\u0942\u0935\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930_\u0936\u0928\u093f\u0935\u093e\u0930".split("_"),weekdaysShort:"\u0930\u0935\u093f_\u0938\u094b\u092e_\u092e\u0902\u0917\u0932_\u092c\u0941\u0927_\u0917\u0941\u0930\u0942_\u0936\u0941\u0915\u094d\u0930_\u0936\u0928\u093f".split("_"),weekdaysMin:"\u0930_\u0938\u094b_\u092e\u0902_\u092c\u0941_\u0917\u0941_\u0936\u0941_\u0936".split("_"),longDateFormat:{LT:"A h:mm \u092c\u091c\u0947",LTS:"A h:mm:ss \u092c\u091c\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u092c\u091c\u0947",LLLL:"dddd, D MMMM YYYY, A h:mm \u092c\u091c\u0947"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u0915\u0932] LT",nextWeek:"dddd, LT",lastDay:"[\u0915\u0932] LT",lastWeek:"[\u092a\u093f\u091b\u0932\u0947] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u092e\u0947\u0902",past:"%s \u092a\u0939\u0932\u0947",s:"\u0915\u0941\u091b \u0939\u0940 \u0915\u094d\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0902\u0921",m:"\u090f\u0915 \u092e\u093f\u0928\u091f",mm:"%d \u092e\u093f\u0928\u091f",h:"\u090f\u0915 \u0918\u0902\u091f\u093e",hh:"%d \u0918\u0902\u091f\u0947",d:"\u090f\u0915 \u0926\u093f\u0928",dd:"%d \u0926\u093f\u0928",M:"\u090f\u0915 \u092e\u0939\u0940\u0928\u0947",MM:"%d \u092e\u0939\u0940\u0928\u0947",y:"\u090f\u0915 \u0935\u0930\u094d\u0937",yy:"%d \u0935\u0930\u094d\u0937"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0930\u093e\u0924|\u0938\u0941\u092c\u0939|\u0926\u094b\u092a\u0939\u0930|\u0936\u093e\u092e/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0930\u093e\u0924"===t?e<4?e:e+12:"\u0938\u0941\u092c\u0939"===t?e:"\u0926\u094b\u092a\u0939\u0930"===t?e>=10?e:e+12:"\u0936\u093e\u092e"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0930\u093e\u0924":e<10?"\u0938\u0941\u092c\u0939":e<17?"\u0926\u094b\u092a\u0939\u0930":e<20?"\u0936\u093e\u092e":"\u0930\u093e\u0924"},week:{dow:0,doy:6}})}(i("wd/R"))},"3N8a":function(e,t,i){"use strict";var n=i("quSY");class a extends n.a{constructor(e,t){super()}schedule(e,t=0){return this}}i.d(t,"a",(function(){return s}));class s extends a{constructor(e,t){super(e,t),this.scheduler=e,this.work=t,this.pending=!1}schedule(e,t=0){if(this.closed)return this;this.state=e;const i=this.id,n=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(n,i,t)),this.pending=!0,this.delay=t,this.id=this.id||this.requestAsyncId(n,this.id,t),this}requestAsyncId(e,t,i=0){return setInterval(e.flush.bind(e,this),i)}recycleAsyncId(e,t,i=0){if(null!==i&&this.delay===i&&!1===this.pending)return t;clearInterval(t)}execute(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const i=this._execute(e,t);if(i)return i;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(e,t){let i=!1,n=void 0;try{this.work(e)}catch(a){i=!0,n=!!a&&a||new Error(a)}if(i)return this.unsubscribe(),n}_unsubscribe(){const e=this.id,t=this.scheduler,i=t.actions,n=i.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==n&&i.splice(n,1),null!=e&&(this.id=this.recycleAsyncId(t,e,null)),this.delay=null}}},"3Pt+":function(e,t,i){"use strict";i.d(t,"a",(function(){return He})),i.d(t,"b",(function(){return h})),i.d(t,"c",(function(){return Ue})),i.d(t,"d",(function(){return de})),i.d(t,"e",(function(){return De})),i.d(t,"f",(function(){return Pe})),i.d(t,"g",(function(){return Oe})),i.d(t,"h",(function(){return Ge})),i.d(t,"i",(function(){return ze})),i.d(t,"j",(function(){return x})),i.d(t,"k",(function(){return l})),i.d(t,"l",(function(){return b})),i.d(t,"m",(function(){return v})),i.d(t,"n",(function(){return w})),i.d(t,"o",(function(){return ge})),i.d(t,"p",(function(){return Me})),i.d(t,"q",(function(){return $e})),i.d(t,"r",(function(){return qe})),i.d(t,"s",(function(){return C})),i.d(t,"t",(function(){return Le}));var n=i("fXoL"),a=i("ofXK"),s=i("cp0P"),r=i("Cfvw"),o=i("lJxs");const l=new n.s("NgValueAccessor"),u={provide:l,useExisting:Object(n.W)(()=>c),multi:!0};let c=(()=>{class e{constructor(e,t){this._renderer=e,this._elementRef=t,this.onChange=e=>{},this.onTouched=()=>{}}writeValue(e){this._renderer.setProperty(this._elementRef.nativeElement,"checked",e)}registerOnChange(e){this.onChange=e}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l))},e.\u0275dir=n.Ob({type:e,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(e,t){1&e&&n.hc("change",(function(e){return t.onChange(e.target.checked)}))("blur",(function(e){return t.onTouched()}))},features:[n.Eb([u])]}),e})();const d={provide:l,useExisting:Object(n.W)(()=>h),multi:!0},m=new n.s("CompositionEventMode");let h=(()=>{class e{constructor(e,t,i){this._renderer=e,this._elementRef=t,this._compositionMode=i,this.onChange=e=>{},this.onTouched=()=>{},this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function(){const e=Object(a.N)()?Object(a.N)().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(e){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==e?"":e)}registerOnChange(e){this.onChange=e}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}_handleInput(e){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(e)}_compositionStart(){this._composing=!0}_compositionEnd(e){this._composing=!1,this._compositionMode&&this.onChange(e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l),n.Tb(m,8))},e.\u0275dir=n.Ob({type:e,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(e,t){1&e&&n.hc("input",(function(e){return t._handleInput(e.target.value)}))("blur",(function(e){return t.onTouched()}))("compositionstart",(function(e){return t._compositionStart()}))("compositionend",(function(e){return t._compositionEnd(e.target.value)}))},features:[n.Eb([d])]}),e})(),p=(()=>{class e{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(e){this.control&&this.control.reset(e)}hasError(e,t){return!!this.control&&this.control.hasError(e,t)}getError(e,t){return this.control?this.control.getError(e,t):null}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e}),e})(),f=(()=>{class e extends p{get formDirective(){return null}get path(){return null}}return e.\u0275fac=function(t){return g(t||e)},e.\u0275dir=n.Ob({type:e,features:[n.Cb]}),e})();const g=n.bc(f);function _(){throw new Error("unimplemented")}class b extends p{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null,this._rawValidators=[],this._rawAsyncValidators=[]}get validator(){return _()}get asyncValidator(){return _()}}class y{constructor(e){this._cd=e}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 v=(()=>{class e extends y{constructor(e){super(e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(b,2))},e.\u0275dir=n.Ob({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(e,t){2&e&&n.Jb("ng-untouched",t.ngClassUntouched)("ng-touched",t.ngClassTouched)("ng-pristine",t.ngClassPristine)("ng-dirty",t.ngClassDirty)("ng-valid",t.ngClassValid)("ng-invalid",t.ngClassInvalid)("ng-pending",t.ngClassPending)},features:[n.Cb]}),e})(),w=(()=>{class e extends y{constructor(e){super(e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(f,2))},e.\u0275dir=n.Ob({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:14,hostBindings:function(e,t){2&e&&n.Jb("ng-untouched",t.ngClassUntouched)("ng-touched",t.ngClassTouched)("ng-pristine",t.ngClassPristine)("ng-dirty",t.ngClassDirty)("ng-valid",t.ngClassValid)("ng-invalid",t.ngClassInvalid)("ng-pending",t.ngClassPending)},features:[n.Cb]}),e})();function k(e){return null==e||0===e.length}const x=new n.s("NgValidators"),M=new n.s("NgAsyncValidators"),L=/^(?=.{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 C{static min(e){return t=>{if(k(t.value)||k(e))return null;const i=parseFloat(t.value);return!isNaN(i)&&i<e?{min:{min:e,actual:t.value}}:null}}static max(e){return t=>{if(k(t.value)||k(e))return null;const i=parseFloat(t.value);return!isNaN(i)&&i>e?{max:{max:e,actual:t.value}}:null}}static required(e){return k(e.value)?{required:!0}:null}static requiredTrue(e){return!0===e.value?null:{required:!0}}static email(e){return k(e.value)?null:L.test(e.value)?null:{email:!0}}static minLength(e){return t=>{if(k(t.value))return null;const i=t.value?t.value.length:0;return i<e?{minlength:{requiredLength:e,actualLength:i}}:null}}static maxLength(e){return t=>{const i=t.value?t.value.length:0;return i>e?{maxlength:{requiredLength:e,actualLength:i}}:null}}static pattern(e){if(!e)return C.nullValidator;let t,i;return"string"==typeof e?(i="","^"!==e.charAt(0)&&(i+="^"),i+=e,"$"!==e.charAt(e.length-1)&&(i+="$"),t=new RegExp(i)):(i=e.toString(),t=e),e=>{if(k(e.value))return null;const n=e.value;return t.test(n)?null:{pattern:{requiredPattern:i,actualValue:n}}}}static nullValidator(e){return null}static compose(e){if(!e)return null;const t=e.filter(S);return 0==t.length?null:function(e){return T(function(e,t){return t.map(t=>t(e))}(e,t))}}static composeAsync(e){if(!e)return null;const t=e.filter(S);return 0==t.length?null:function(e){const i=function(e,t){return t.map(t=>t(e))}(e,t).map(D);return Object(s.a)(i).pipe(Object(o.a)(T))}}}function S(e){return null!=e}function D(e){const t=Object(n.vb)(e)?Object(r.a)(e):e;if(!Object(n.ub)(t))throw new Error("Expected validator to return Promise or Observable.");return t}function T(e){const t=e.reduce((e,t)=>null!=t?Object.assign(Object.assign({},e),t):e,{});return 0===Object.keys(t).length?null:t}function O(e){return e.validate?t=>e.validate(t):e}function E(e){return e.validate?t=>e.validate(t):e}const j={provide:l,useExisting:Object(n.W)(()=>A),multi:!0};let A=(()=>{class e{constructor(e,t){this._renderer=e,this._elementRef=t,this.onChange=e=>{},this.onTouched=()=>{}}writeValue(e){this._renderer.setProperty(this._elementRef.nativeElement,"value",null==e?"":e)}registerOnChange(e){this.onChange=t=>{e(""==t?null:parseFloat(t))}}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l))},e.\u0275dir=n.Ob({type:e,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(e,t){1&e&&n.hc("change",(function(e){return t.onChange(e.target.value)}))("input",(function(e){return t.onChange(e.target.value)}))("blur",(function(e){return t.onTouched()}))},features:[n.Eb([j])]}),e})();const Y={provide:l,useExisting:Object(n.W)(()=>F),multi:!0};let I=(()=>{class e{constructor(){this._accessors=[]}add(e,t){this._accessors.push([e,t])}remove(e){for(let t=this._accessors.length-1;t>=0;--t)if(this._accessors[t][1]===e)return void this._accessors.splice(t,1)}select(e){this._accessors.forEach(t=>{this._isSameGroup(t,e)&&t[1]!==e&&t[1].fireUncheck(e.value)})}_isSameGroup(e,t){return!!e[0].control&&e[0]._parent===t._control._parent&&e[1].name===t.name}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),F=(()=>{class e{constructor(e,t,i,n){this._renderer=e,this._elementRef=t,this._registry=i,this._injector=n,this.onChange=()=>{},this.onTouched=()=>{}}ngOnInit(){this._control=this._injector.get(b),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(e){this._state=e===this.value,this._renderer.setProperty(this._elementRef.nativeElement,"checked",this._state)}registerOnChange(e){this._fn=e,this.onChange=()=>{e(this.value),this._registry.select(this)}}fireUncheck(e){this.writeValue(e)}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}_checkName(){this.name&&this.formControlName&&this.name!==this.formControlName&&this._throwNameError(),!this.name&&this.formControlName&&(this.name=this.formControlName)}_throwNameError(){throw new Error('\n      If you define both a name and a formControlName attribute on your radio button, their values\n      must match. Ex: <input type="radio" formControlName="food" name="food">\n    ')}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l),n.Tb(I),n.Tb(n.t))},e.\u0275dir=n.Ob({type:e,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(e,t){1&e&&n.hc("change",(function(e){return t.onChange()}))("blur",(function(e){return t.onTouched()}))},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[n.Eb([Y])]}),e})();const P={provide:l,useExisting:Object(n.W)(()=>R),multi:!0};let R=(()=>{class e{constructor(e,t){this._renderer=e,this._elementRef=t,this.onChange=e=>{},this.onTouched=()=>{}}writeValue(e){this._renderer.setProperty(this._elementRef.nativeElement,"value",parseFloat(e))}registerOnChange(e){this.onChange=t=>{e(""==t?null:parseFloat(t))}}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l))},e.\u0275dir=n.Ob({type:e,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(e,t){1&e&&n.hc("change",(function(e){return t.onChange(e.target.value)}))("input",(function(e){return t.onChange(e.target.value)}))("blur",(function(e){return t.onTouched()}))},features:[n.Eb([P])]}),e})();const N='\n    <div [formGroup]="myGroup">\n      <input formControlName="firstName">\n    </div>\n\n    In your class:\n\n    this.myGroup = new FormGroup({\n       firstName: new FormControl()\n    });',q='\n    <div [formGroup]="myGroup">\n       <div formGroupName="person">\n          <input formControlName="firstName">\n       </div>\n    </div>\n\n    In your class:\n\n    this.myGroup = new FormGroup({\n       person: new FormGroup({ firstName: new FormControl() })\n    });',H='\n    <form>\n       <div ngModelGroup="person">\n          <input [(ngModel)]="person.name" name="firstName">\n       </div>\n    </form>';class B{static controlParentException(){throw new Error(`formControlName must be used with a parent formGroup directive.  You'll want to add a formGroup\n       directive and pass it an existing FormGroup instance (you can create one in your class).\n\n      Example:\n\n      ${N}`)}static ngModelGroupException(){throw new Error(`formControlName cannot be used with an ngModelGroup parent. It is only compatible with parents\n       that also have a "form" prefix: formGroupName, formArrayName, or formGroup.\n\n       Option 1:  Update the parent to be formGroupName (reactive form strategy)\n\n        ${q}\n\n        Option 2: Use ngModel instead of formControlName (template-driven strategy)\n\n        ${H}`)}static missingFormException(){throw new Error(`formGroup expects a FormGroup instance. Please pass one in.\n\n       Example:\n\n       ${N}`)}static groupParentException(){throw new Error(`formGroupName must be used with a parent formGroup directive.  You'll want to add a formGroup\n      directive and pass it an existing FormGroup instance (you can create one in your class).\n\n      Example:\n\n      ${q}`)}static arrayParentException(){throw new Error('formArrayName must be used with a parent formGroup directive.  You\'ll want to add a formGroup\n       directive and pass it an existing FormGroup instance (you can create one in your class).\n\n        Example:\n\n        \n    <div [formGroup]="myGroup">\n      <div formArrayName="cities">\n        <div *ngFor="let city of cityArray.controls; index as i">\n          <input [formControlName]="i">\n        </div>\n      </div>\n    </div>\n\n    In your class:\n\n    this.cityArray = new FormArray([new FormControl(\'SF\')]);\n    this.myGroup = new FormGroup({\n      cities: this.cityArray\n    });')}static disabledAttrWarning(){console.warn("\n      It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true\n      when you set up this control in your component class, the disabled attribute will actually be set in the DOM for\n      you. We recommend using this approach to avoid 'changed after checked' errors.\n       \n      Example: \n      form = new FormGroup({\n        first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),\n        last: new FormControl('Drew', Validators.required)\n      });\n    ")}static ngModelWarning(e){console.warn(`\n    It looks like you're using ngModel on the same form field as ${e}. \n    Support for using the ngModel input property and ngModelChange event with \n    reactive form directives has been deprecated in Angular v6 and will be removed \n    in Angular v7.\n    \n    For more information on this, see our API docs here:\n    https://angular.io/api/forms/${"formControl"===e?"FormControlDirective":"FormControlName"}#use-with-ngmodel\n    `)}}const V={provide:l,useExisting:Object(n.W)(()=>z),multi:!0};let z=(()=>{class e{constructor(e,t){this._renderer=e,this._elementRef=t,this._optionMap=new Map,this._idCounter=0,this.onChange=e=>{},this.onTouched=()=>{},this._compareWith=n.wb}set compareWith(e){if("function"!=typeof e)throw new Error(`compareWith must be a function, but received ${JSON.stringify(e)}`);this._compareWith=e}writeValue(e){this.value=e;const t=this._getOptionId(e);null==t&&this._renderer.setProperty(this._elementRef.nativeElement,"selectedIndex",-1);const i=function(e,t){return null==e?`${t}`:(t&&"object"==typeof t&&(t="Object"),`${e}: ${t}`.slice(0,50))}(t,e);this._renderer.setProperty(this._elementRef.nativeElement,"value",i)}registerOnChange(e){this.onChange=t=>{this.value=this._getOptionValue(t),e(this.value)}}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}_registerOption(){return(this._idCounter++).toString()}_getOptionId(e){for(const t of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(t),e))return t;return null}_getOptionValue(e){const t=function(e){return e.split(":")[0]}(e);return this._optionMap.has(t)?this._optionMap.get(t):e}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l))},e.\u0275dir=n.Ob({type:e,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(e,t){1&e&&n.hc("change",(function(e){return t.onChange(e.target.value)}))("blur",(function(e){return t.onTouched()}))},inputs:{compareWith:"compareWith"},features:[n.Eb([V])]}),e})();const W={provide:l,useExisting:Object(n.W)(()=>U),multi:!0};let U=(()=>{class e{constructor(e,t){this._renderer=e,this._elementRef=t,this._optionMap=new Map,this._idCounter=0,this.onChange=e=>{},this.onTouched=()=>{},this._compareWith=n.wb}set compareWith(e){if("function"!=typeof e)throw new Error(`compareWith must be a function, but received ${JSON.stringify(e)}`);this._compareWith=e}writeValue(e){let t;if(this.value=e,Array.isArray(e)){const i=e.map(e=>this._getOptionId(e));t=(e,t)=>{e._setSelected(i.indexOf(t.toString())>-1)}}else t=(e,t)=>{e._setSelected(!1)};this._optionMap.forEach(t)}registerOnChange(e){this.onChange=t=>{const i=[];if(t.hasOwnProperty("selectedOptions")){const e=t.selectedOptions;for(let t=0;t<e.length;t++){const n=e.item(t),a=this._getOptionValue(n.value);i.push(a)}}else{const e=t.options;for(let t=0;t<e.length;t++){const n=e.item(t);if(n.selected){const e=this._getOptionValue(n.value);i.push(e)}}}this.value=i,e(i)}}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this._renderer.setProperty(this._elementRef.nativeElement,"disabled",e)}_registerOption(e){const t=(this._idCounter++).toString();return this._optionMap.set(t,e),t}_getOptionId(e){for(const t of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(t)._value,e))return t;return null}_getOptionValue(e){const t=function(e){return e.split(":")[0]}(e);return this._optionMap.has(t)?this._optionMap.get(t)._value:e}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.H),n.Tb(n.l))},e.\u0275dir=n.Ob({type:e,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(e,t){1&e&&n.hc("change",(function(e){return t.onChange(e.target)}))("blur",(function(e){return t.onTouched()}))},inputs:{compareWith:"compareWith"},features:[n.Eb([W])]}),e})();function G(e,t){return[...t.path,e]}function $(e,t){e||Q(t,"Cannot find control with"),t.valueAccessor||Q(t,"No value accessor for form control with"),e.validator=C.compose([e.validator,t.validator]),e.asyncValidator=C.composeAsync([e.asyncValidator,t.asyncValidator]),t.valueAccessor.writeValue(e.value),function(e,t){t.valueAccessor.registerOnChange(i=>{e._pendingValue=i,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&Z(e,t)})}(e,t),function(e,t){e.registerOnChange((e,i)=>{t.valueAccessor.writeValue(e),i&&t.viewToModelUpdate(e)})}(e,t),function(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&Z(e,t),"submit"!==e.updateOn&&e.markAsTouched()})}(e,t),t.valueAccessor.setDisabledState&&e.registerOnDisabledChange(e=>{t.valueAccessor.setDisabledState(e)}),t._rawValidators.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(()=>e.updateValueAndValidity())}),t._rawAsyncValidators.forEach(t=>{t.registerOnValidatorChange&&t.registerOnValidatorChange(()=>e.updateValueAndValidity())})}function Z(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function J(e,t){null==e&&Q(t,"Cannot find control with"),e.validator=C.compose([e.validator,t.validator]),e.asyncValidator=C.composeAsync([e.asyncValidator,t.asyncValidator])}function X(e){return Q(e,"There is no FormControl instance attached to form control element with")}function Q(e,t){let i;throw i=e.path.length>1?`path: '${e.path.join(" -> ")}'`:e.path[0]?`name: '${e.path}'`:"unspecified name attribute",new Error(`${t} ${i}`)}function K(e){return null!=e?C.compose(e.map(O)):null}function ee(e){return null!=e?C.composeAsync(e.map(E)):null}function te(e,t){if(!e.hasOwnProperty("model"))return!1;const i=e.model;return!!i.isFirstChange()||!Object(n.wb)(t,i.currentValue)}const ie=[c,R,A,z,U,F];function ne(e,t){e._syncPendingControls(),t.forEach(e=>{const t=e.control;"submit"===t.updateOn&&t._pendingChange&&(e.viewToModelUpdate(t._pendingValue),t._pendingChange=!1)})}function ae(e,t){if(!t)return null;Array.isArray(t)||Q(e,"Value accessor was not provided as an array for form control with");let i=void 0,n=void 0,a=void 0;return t.forEach(t=>{var s;t.constructor===h?i=t:(s=t,ie.some(e=>s.constructor===e)?(n&&Q(e,"More than one built-in value accessor matches form control with"),n=t):(a&&Q(e,"More than one custom value accessor matches form control with"),a=t))}),a||n||i||(Q(e,"No valid value accessor for form control with"),null)}function se(e,t){const i=e.indexOf(t);i>-1&&e.splice(i,1)}function re(e,t,i,a){Object(n.Y)()&&"never"!==a&&((null!==a&&"once"!==a||t._ngModelWarningSentOnce)&&("always"!==a||i._ngModelWarningSent)||(B.ngModelWarning(e),t._ngModelWarningSentOnce=!0,i._ngModelWarningSent=!0))}function oe(e){const t=ue(e)?e.validators:e;return Array.isArray(t)?K(t):t||null}function le(e,t){const i=ue(t)?t.asyncValidators:e;return Array.isArray(i)?ee(i):i||null}function ue(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}class ce{constructor(e,t){this.validator=e,this.asyncValidator=t,this._onCollectionChange=()=>{},this.pristine=!0,this.touched=!1,this._onDisabledChange=[]}get parent(){return this._parent}get valid(){return"VALID"===this.status}get invalid(){return"INVALID"===this.status}get pending(){return"PENDING"==this.status}get disabled(){return"DISABLED"===this.status}get enabled(){return"DISABLED"!==this.status}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(e){this.validator=oe(e)}setAsyncValidators(e){this.asyncValidator=le(e)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(e={}){this.touched=!0,this._parent&&!e.onlySelf&&this._parent.markAsTouched(e)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(e=>e.markAllAsTouched())}markAsUntouched(e={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(e=>{e.markAsUntouched({onlySelf:!0})}),this._parent&&!e.onlySelf&&this._parent._updateTouched(e)}markAsDirty(e={}){this.pristine=!1,this._parent&&!e.onlySelf&&this._parent.markAsDirty(e)}markAsPristine(e={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(e=>{e.markAsPristine({onlySelf:!0})}),this._parent&&!e.onlySelf&&this._parent._updatePristine(e)}markAsPending(e={}){this.status="PENDING",!1!==e.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!e.onlySelf&&this._parent.markAsPending(e)}disable(e={}){const t=this._parentMarkedDirty(e.onlySelf);this.status="DISABLED",this.errors=null,this._forEachChild(t=>{t.disable(Object.assign(Object.assign({},e),{onlySelf:!0}))}),this._updateValue(),!1!==e.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(Object.assign(Object.assign({},e),{skipPristineCheck:t})),this._onDisabledChange.forEach(e=>e(!0))}enable(e={}){const t=this._parentMarkedDirty(e.onlySelf);this.status="VALID",this._forEachChild(t=>{t.enable(Object.assign(Object.assign({},e),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent}),this._updateAncestors(Object.assign(Object.assign({},e),{skipPristineCheck:t})),this._onDisabledChange.forEach(e=>e(!1))}_updateAncestors(e){this._parent&&!e.onlySelf&&(this._parent.updateValueAndValidity(e),e.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(e){this._parent=e}updateValueAndValidity(e={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),"VALID"!==this.status&&"PENDING"!==this.status||this._runAsyncValidator(e.emitEvent)),!1!==e.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!e.onlySelf&&this._parent.updateValueAndValidity(e)}_updateTreeValidity(e={emitEvent:!0}){this._forEachChild(t=>t._updateTreeValidity(e)),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?"DISABLED":"VALID"}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(e){if(this.asyncValidator){this.status="PENDING";const t=D(this.asyncValidator(this));this._asyncValidationSubscription=t.subscribe(t=>this.setErrors(t,{emitEvent:e}))}}_cancelExistingSubscription(){this._asyncValidationSubscription&&this._asyncValidationSubscription.unsubscribe()}setErrors(e,t={}){this.errors=e,this._updateControlsErrors(!1!==t.emitEvent)}get(e){return function(e,t,i){return null==t?null:(Array.isArray(t)||(t=t.split(".")),Array.isArray(t)&&0===t.length?null:t.reduce((e,t)=>e instanceof me?e.controls.hasOwnProperty(t)?e.controls[t]:null:e instanceof he&&e.at(t)||null,e))}(this,e)}getError(e,t){const i=t?this.get(t):this;return i&&i.errors?i.errors[e]:null}hasError(e,t){return!!this.getError(e,t)}get root(){let e=this;for(;e._parent;)e=e._parent;return e}_updateControlsErrors(e){this.status=this._calculateStatus(),e&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(e)}_initObservables(){this.valueChanges=new n.o,this.statusChanges=new n.o}_calculateStatus(){return this._allControlsDisabled()?"DISABLED":this.errors?"INVALID":this._anyControlsHaveStatus("PENDING")?"PENDING":this._anyControlsHaveStatus("INVALID")?"INVALID":"VALID"}_anyControlsHaveStatus(e){return this._anyControls(t=>t.status===e)}_anyControlsDirty(){return this._anyControls(e=>e.dirty)}_anyControlsTouched(){return this._anyControls(e=>e.touched)}_updatePristine(e={}){this.pristine=!this._anyControlsDirty(),this._parent&&!e.onlySelf&&this._parent._updatePristine(e)}_updateTouched(e={}){this.touched=this._anyControlsTouched(),this._parent&&!e.onlySelf&&this._parent._updateTouched(e)}_isBoxedValue(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}_registerOnCollectionChange(e){this._onCollectionChange=e}_setUpdateStrategy(e){ue(e)&&null!=e.updateOn&&(this._updateOn=e.updateOn)}_parentMarkedDirty(e){return!e&&this._parent&&this._parent.dirty&&!this._parent._anyControlsDirty()}}class de extends ce{constructor(e=null,t,i){super(oe(t),le(i,t)),this._onChange=[],this._applyFormState(e),this._setUpdateStrategy(t),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1}),this._initObservables()}setValue(e,t={}){this.value=this._pendingValue=e,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach(e=>e(this.value,!1!==t.emitViewToModelChange)),this.updateValueAndValidity(t)}patchValue(e,t={}){this.setValue(e,t)}reset(e=null,t={}){this._applyFormState(e),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),this._pendingChange=!1}_updateValue(){}_anyControls(e){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(e){this._onChange.push(e)}_clearChangeFns(){this._onChange=[],this._onDisabledChange=[],this._onCollectionChange=()=>{}}registerOnDisabledChange(e){this._onDisabledChange.push(e)}_forEachChild(e){}_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(e){this._isBoxedValue(e)?(this.value=this._pendingValue=e.value,e.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=e}}class me extends ce{constructor(e,t,i){super(oe(t),le(i,t)),this.controls=e,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1})}registerControl(e,t){return this.controls[e]?this.controls[e]:(this.controls[e]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(e,t){this.registerControl(e,t),this.updateValueAndValidity(),this._onCollectionChange()}removeControl(e){this.controls[e]&&this.controls[e]._registerOnCollectionChange(()=>{}),delete this.controls[e],this.updateValueAndValidity(),this._onCollectionChange()}setControl(e,t){this.controls[e]&&this.controls[e]._registerOnCollectionChange(()=>{}),delete this.controls[e],t&&this.registerControl(e,t),this.updateValueAndValidity(),this._onCollectionChange()}contains(e){return this.controls.hasOwnProperty(e)&&this.controls[e].enabled}setValue(e,t={}){this._checkAllValuesPresent(e),Object.keys(e).forEach(i=>{this._throwIfControlMissing(i),this.controls[i].setValue(e[i],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(e,t={}){Object.keys(e).forEach(i=>{this.controls[i]&&this.controls[i].patchValue(e[i],{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}reset(e={},t={}){this._forEachChild((i,n)=>{i.reset(e[n],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t),this._updateTouched(t),this.updateValueAndValidity(t)}getRawValue(){return this._reduceChildren({},(e,t,i)=>(e[i]=t instanceof de?t.value:t.getRawValue(),e))}_syncPendingControls(){let e=this._reduceChildren(!1,(e,t)=>!!t._syncPendingControls()||e);return e&&this.updateValueAndValidity({onlySelf:!0}),e}_throwIfControlMissing(e){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[e])throw new Error(`Cannot find form control with name: ${e}.`)}_forEachChild(e){Object.keys(this.controls).forEach(t=>e(this.controls[t],t))}_setUpControls(){this._forEachChild(e=>{e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(e){let t=!1;return this._forEachChild((i,n)=>{t=t||this.contains(n)&&e(i)}),t}_reduceValue(){return this._reduceChildren({},(e,t,i)=>((t.enabled||this.disabled)&&(e[i]=t.value),e))}_reduceChildren(e,t){let i=e;return this._forEachChild((e,n)=>{i=t(i,e,n)}),i}_allControlsDisabled(){for(const e of Object.keys(this.controls))if(this.controls[e].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_checkAllValuesPresent(e){this._forEachChild((t,i)=>{if(void 0===e[i])throw new Error(`Must supply a value for form control with name: '${i}'.`)})}}class he extends ce{constructor(e,t,i){super(oe(t),le(i,t)),this.controls=e,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!1})}at(e){return this.controls[e]}push(e){this.controls.push(e),this._registerControl(e),this.updateValueAndValidity(),this._onCollectionChange()}insert(e,t){this.controls.splice(e,0,t),this._registerControl(t),this.updateValueAndValidity()}removeAt(e){this.controls[e]&&this.controls[e]._registerOnCollectionChange(()=>{}),this.controls.splice(e,1),this.updateValueAndValidity()}setControl(e,t){this.controls[e]&&this.controls[e]._registerOnCollectionChange(()=>{}),this.controls.splice(e,1),t&&(this.controls.splice(e,0,t),this._registerControl(t)),this.updateValueAndValidity(),this._onCollectionChange()}get length(){return this.controls.length}setValue(e,t={}){this._checkAllValuesPresent(e),e.forEach((e,i)=>{this._throwIfControlMissing(i),this.at(i).setValue(e,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}patchValue(e,t={}){e.forEach((e,i)=>{this.at(i)&&this.at(i).patchValue(e,{onlySelf:!0,emitEvent:t.emitEvent})}),this.updateValueAndValidity(t)}reset(e=[],t={}){this._forEachChild((i,n)=>{i.reset(e[n],{onlySelf:!0,emitEvent:t.emitEvent})}),this._updatePristine(t),this._updateTouched(t),this.updateValueAndValidity(t)}getRawValue(){return this.controls.map(e=>e instanceof de?e.value:e.getRawValue())}clear(){this.controls.length<1||(this._forEachChild(e=>e._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity())}_syncPendingControls(){let e=this.controls.reduce((e,t)=>!!t._syncPendingControls()||e,!1);return e&&this.updateValueAndValidity({onlySelf:!0}),e}_throwIfControlMissing(e){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(e))throw new Error(`Cannot find form control at index ${e}`)}_forEachChild(e){this.controls.forEach((t,i)=>{e(t,i)})}_updateValue(){this.value=this.controls.filter(e=>e.enabled||this.disabled).map(e=>e.value)}_anyControls(e){return this.controls.some(t=>t.enabled&&e(t))}_setUpControls(){this._forEachChild(e=>this._registerControl(e))}_checkAllValuesPresent(e){this._forEachChild((t,i)=>{if(void 0===e[i])throw new Error(`Must supply a value for form control at index: ${i}.`)})}_allControlsDisabled(){for(const e of this.controls)if(e.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(e){e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange)}}const pe={provide:f,useExisting:Object(n.W)(()=>ge)},fe=(()=>Promise.resolve(null))();let ge=(()=>{class e extends f{constructor(e,t){super(),this.submitted=!1,this._directives=[],this.ngSubmit=new n.o,this.form=new me({},K(e),ee(t))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(e){fe.then(()=>{const t=this._findContainer(e.path);e.control=t.registerControl(e.name,e.control),$(e.control,e),e.control.updateValueAndValidity({emitEvent:!1}),this._directives.push(e)})}getControl(e){return this.form.get(e.path)}removeControl(e){fe.then(()=>{const t=this._findContainer(e.path);t&&t.removeControl(e.name),se(this._directives,e)})}addFormGroup(e){fe.then(()=>{const t=this._findContainer(e.path),i=new me({});J(i,e),t.registerControl(e.name,i),i.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(e){fe.then(()=>{const t=this._findContainer(e.path);t&&t.removeControl(e.name)})}getFormGroup(e){return this.form.get(e.path)}updateModel(e,t){fe.then(()=>{this.form.get(e.path).setValue(t)})}setValue(e){this.control.setValue(e)}onSubmit(e){return this.submitted=!0,ne(this.form,this._directives),this.ngSubmit.emit(e),!1}onReset(){this.resetForm()}resetForm(e){this.form.reset(e),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(e){return e.pop(),e.length?this.form.get(e):this.form}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(x,10),n.Tb(M,10))},e.\u0275dir=n.Ob({type:e,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(e,t){1&e&&n.hc("submit",(function(e){return t.onSubmit(e)}))("reset",(function(e){return t.onReset()}))},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[n.Eb([pe]),n.Cb]}),e})(),_e=(()=>{class e extends f{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return G(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return K(this._validators)}get asyncValidator(){return ee(this._asyncValidators)}_checkParentType(){}}return e.\u0275fac=function(t){return be(t||e)},e.\u0275dir=n.Ob({type:e,features:[n.Cb]}),e})();const be=n.bc(_e);class ye{static modelParentException(){throw new Error(`\n      ngModel cannot be used to register form controls with a parent formGroup directive.  Try using\n      formGroup's partner directive "formControlName" instead.  Example:\n\n      ${N}\n\n      Or, if you'd like to avoid registering this form control, indicate that it's standalone in ngModelOptions:\n\n      Example:\n\n      \n    <div [formGroup]="myGroup">\n       <input formControlName="firstName">\n       <input [(ngModel)]="showMoreControls" [ngModelOptions]="{standalone: true}">\n    </div>\n  `)}static formGroupNameException(){throw new Error(`\n      ngModel cannot be used to register form controls with a parent formGroupName or formArrayName directive.\n\n      Option 1: Use formControlName instead of ngModel (reactive strategy):\n\n      ${q}\n\n      Option 2:  Update ngModel's parent be ngModelGroup (template-driven strategy):\n\n      ${H}`)}static missingNameException(){throw new Error('If ngModel is used within a form tag, either the name attribute must be set or the form\n      control must be defined as \'standalone\' in ngModelOptions.\n\n      Example 1: <input [(ngModel)]="person.firstName" name="first">\n      Example 2: <input [(ngModel)]="person.firstName" [ngModelOptions]="{standalone: true}">')}static modelGroupParentException(){throw new Error(`\n      ngModelGroup cannot be used with a parent formGroup directive.\n\n      Option 1: Use formGroupName instead of ngModelGroup (reactive strategy):\n\n      ${q}\n\n      Option 2:  Use a regular form tag instead of the formGroup directive (template-driven strategy):\n\n      ${H}`)}}const ve={provide:f,useExisting:Object(n.W)(()=>we)};let we=(()=>{class e extends _e{constructor(e,t,i){super(),this._parent=e,this._validators=t,this._asyncValidators=i}_checkParentType(){this._parent instanceof e||this._parent instanceof ge||ye.modelGroupParentException()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(f,5),n.Tb(x,10),n.Tb(M,10))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngModelGroup",""]],inputs:{name:["ngModelGroup","name"]},exportAs:["ngModelGroup"],features:[n.Eb([ve]),n.Cb]}),e})();const ke={provide:b,useExisting:Object(n.W)(()=>Me)},xe=(()=>Promise.resolve(null))();let Me=(()=>{class e extends b{constructor(e,t,i,a){super(),this.control=new de,this._registered=!1,this.update=new n.o,this._parent=e,this._rawValidators=t||[],this._rawAsyncValidators=i||[],this.valueAccessor=ae(this,a)}ngOnChanges(e){this._checkForErrors(),this._registered||this._setUpControl(),"isDisabled"in e&&this._updateDisabled(e),te(e,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._parent?G(this.name,this._parent):[this.name]}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return K(this._rawValidators)}get asyncValidator(){return ee(this._rawAsyncValidators)}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_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(){$(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){!(this._parent instanceof we)&&this._parent instanceof _e?ye.formGroupNameException():this._parent instanceof we||this._parent instanceof ge||ye.modelParentException()}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()||this.name||ye.missingNameException()}_updateValue(e){xe.then(()=>{this.control.setValue(e,{emitViewToModelChange:!1})})}_updateDisabled(e){const t=e.isDisabled.currentValue,i=""===t||t&&"false"!==t;xe.then(()=>{i&&!this.control.disabled?this.control.disable():!i&&this.control.disabled&&this.control.enable()})}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(f,9),n.Tb(x,10),n.Tb(M,10),n.Tb(l,10))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[n.Eb([ke]),n.Cb,n.Db()]}),e})(),Le=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),e})();const Ce=new n.s("NgModelWithFormControlWarning"),Se={provide:b,useExisting:Object(n.W)(()=>De)};let De=(()=>{class e extends b{constructor(e,t,i,a){super(),this._ngModelWarningConfig=a,this.update=new n.o,this._ngModelWarningSent=!1,this._rawValidators=e||[],this._rawAsyncValidators=t||[],this.valueAccessor=ae(this,i)}set isDisabled(e){B.disabledAttrWarning()}ngOnChanges(t){this._isControlChanged(t)&&($(this.form,this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this.form.updateValueAndValidity({emitEvent:!1})),te(t,this.viewModel)&&(re("formControl",e,this,this._ngModelWarningConfig),this.form.setValue(this.model),this.viewModel=this.model)}get path(){return[]}get validator(){return K(this._rawValidators)}get asyncValidator(){return ee(this._rawAsyncValidators)}get control(){return this.form}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_isControlChanged(e){return e.hasOwnProperty("form")}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(x,10),n.Tb(M,10),n.Tb(l,10),n.Tb(Ce,8))},e.\u0275dir=n.Ob({type:e,selectors:[["","formControl",""]],inputs:{isDisabled:["disabled","isDisabled"],form:["formControl","form"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[n.Eb([Se]),n.Cb,n.Db()]}),e._ngModelWarningSentOnce=!1,e})();const Te={provide:f,useExisting:Object(n.W)(()=>Oe)};let Oe=(()=>{class e extends f{constructor(e,t){super(),this._validators=e,this._asyncValidators=t,this.submitted=!1,this.directives=[],this.form=null,this.ngSubmit=new n.o}ngOnChanges(e){this._checkFormPresent(),e.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations())}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(e){const t=this.form.get(e.path);return $(t,e),t.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),t}getControl(e){return this.form.get(e.path)}removeControl(e){se(this.directives,e)}addFormGroup(e){const t=this.form.get(e.path);J(t,e),t.updateValueAndValidity({emitEvent:!1})}removeFormGroup(e){}getFormGroup(e){return this.form.get(e.path)}addFormArray(e){const t=this.form.get(e.path);J(t,e),t.updateValueAndValidity({emitEvent:!1})}removeFormArray(e){}getFormArray(e){return this.form.get(e.path)}updateModel(e,t){this.form.get(e.path).setValue(t)}onSubmit(e){return this.submitted=!0,ne(this.form,this.directives),this.ngSubmit.emit(e),!1}onReset(){this.resetForm()}resetForm(e){this.form.reset(e),this.submitted=!1}_updateDomValue(){this.directives.forEach(e=>{const t=this.form.get(e.path);e.control!==t&&(function(e,t){t.valueAccessor.registerOnChange(()=>X(t)),t.valueAccessor.registerOnTouched(()=>X(t)),t._rawValidators.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(null)}),t._rawAsyncValidators.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(null)}),e&&e._clearChangeFns()}(e.control,e),t&&$(t,e),e.control=t)}),this.form._updateTreeValidity({emitEvent:!1})}_updateRegistrations(){this.form._registerOnCollectionChange(()=>this._updateDomValue()),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{}),this._oldForm=this.form}_updateValidators(){const e=K(this._validators);this.form.validator=C.compose([this.form.validator,e]);const t=ee(this._asyncValidators);this.form.asyncValidator=C.composeAsync([this.form.asyncValidator,t])}_checkFormPresent(){this.form||B.missingFormException()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(x,10),n.Tb(M,10))},e.\u0275dir=n.Ob({type:e,selectors:[["","formGroup",""]],hostBindings:function(e,t){1&e&&n.hc("submit",(function(e){return t.onSubmit(e)}))("reset",(function(e){return t.onReset()}))},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[n.Eb([Te]),n.Cb,n.Db()]}),e})();const Ee={provide:f,useExisting:Object(n.W)(()=>je)};let je=(()=>{class e extends _e{constructor(e,t,i){super(),this._parent=e,this._validators=t,this._asyncValidators=i}_checkParentType(){Ie(this._parent)&&B.groupParentException()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(f,13),n.Tb(x,10),n.Tb(M,10))},e.\u0275dir=n.Ob({type:e,selectors:[["","formGroupName",""]],inputs:{name:["formGroupName","name"]},features:[n.Eb([Ee]),n.Cb]}),e})();const Ae={provide:f,useExisting:Object(n.W)(()=>Ye)};let Ye=(()=>{class e extends f{constructor(e,t,i){super(),this._parent=e,this._validators=t,this._asyncValidators=i}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return G(null==this.name?this.name:this.name.toString(),this._parent)}get validator(){return K(this._validators)}get asyncValidator(){return ee(this._asyncValidators)}_checkParentType(){Ie(this._parent)&&B.arrayParentException()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(f,13),n.Tb(x,10),n.Tb(M,10))},e.\u0275dir=n.Ob({type:e,selectors:[["","formArrayName",""]],inputs:{name:["formArrayName","name"]},features:[n.Eb([Ae]),n.Cb]}),e})();function Ie(e){return!(e instanceof je||e instanceof Oe||e instanceof Ye)}const Fe={provide:b,useExisting:Object(n.W)(()=>Pe)};let Pe=(()=>{class e extends b{constructor(e,t,i,a,s){super(),this._ngModelWarningConfig=s,this._added=!1,this.update=new n.o,this._ngModelWarningSent=!1,this._parent=e,this._rawValidators=t||[],this._rawAsyncValidators=i||[],this.valueAccessor=ae(this,a)}set isDisabled(e){B.disabledAttrWarning()}ngOnChanges(t){this._added||this._setUpControl(),te(t,this.viewModel)&&(re("formControlName",e,this,this._ngModelWarningConfig),this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}get path(){return G(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}get validator(){return K(this._rawValidators)}get asyncValidator(){return ee(this._rawAsyncValidators)}_checkParentType(){!(this._parent instanceof je)&&this._parent instanceof _e?B.ngModelGroupException():this._parent instanceof je||this._parent instanceof Oe||this._parent instanceof Ye||B.controlParentException()}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this._added=!0}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(f,13),n.Tb(x,10),n.Tb(M,10),n.Tb(l,10),n.Tb(Ce,8))},e.\u0275dir=n.Ob({type:e,selectors:[["","formControlName",""]],inputs:{isDisabled:["disabled","isDisabled"],name:["formControlName","name"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[n.Eb([Fe]),n.Cb,n.Db()]}),e._ngModelWarningSentOnce=!1,e})();const Re={provide:x,useExisting:Object(n.W)(()=>qe),multi:!0},Ne={provide:x,useExisting:Object(n.W)(()=>He),multi:!0};let qe=(()=>{class e{get required(){return this._required}set required(e){this._required=null!=e&&!1!==e&&"false"!==`${e}`,this._onChange&&this._onChange()}validate(e){return this.required?C.required(e):null}registerOnValidatorChange(e){this._onChange=e}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(e,t){2&e&&n.Gb("required",t.required?"":null)},inputs:{required:"required"},features:[n.Eb([Re])]}),e})(),He=(()=>{class e extends qe{validate(e){return this.required?C.requiredTrue(e):null}}return e.\u0275fac=function(t){return Be(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(e,t){2&e&&n.Gb("required",t.required?"":null)},features:[n.Eb([Ne]),n.Cb]}),e})();const Be=n.bc(He),Ve={provide:x,useExisting:Object(n.W)(()=>ze),multi:!0};let ze=(()=>{class e{ngOnChanges(e){"maxlength"in e&&(this._createValidator(),this._onChange&&this._onChange())}validate(e){return null!=this.maxlength?this._validator(e):null}registerOnValidatorChange(e){this._onChange=e}_createValidator(){this._validator=C.maxLength("number"==typeof this.maxlength?this.maxlength:parseInt(this.maxlength,10))}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","maxlength","","formControlName",""],["","maxlength","","formControl",""],["","maxlength","","ngModel",""]],hostVars:1,hostBindings:function(e,t){2&e&&n.Gb("maxlength",t.maxlength?t.maxlength:null)},inputs:{maxlength:"maxlength"},features:[n.Eb([Ve]),n.Db()]}),e})(),We=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})(),Ue=(()=>{class e{group(e,t=null){const i=this._reduceControls(e);let n=null,a=null,s=void 0;return null!=t&&(function(e){return void 0!==e.asyncValidators||void 0!==e.validators||void 0!==e.updateOn}(t)?(n=null!=t.validators?t.validators:null,a=null!=t.asyncValidators?t.asyncValidators:null,s=null!=t.updateOn?t.updateOn:void 0):(n=null!=t.validator?t.validator:null,a=null!=t.asyncValidator?t.asyncValidator:null)),new me(i,{asyncValidators:a,updateOn:s,validators:n})}control(e,t,i){return new de(e,t,i)}array(e,t,i){const n=e.map(e=>this._createControl(e));return new he(n,t,i)}_reduceControls(e){const t={};return Object.keys(e).forEach(i=>{t[i]=this._createControl(e[i])}),t}_createControl(e){return e instanceof de||e instanceof me||e instanceof he?e:Array.isArray(e)?this.control(e[0],e.length>1?e[1]:null,e.length>2?e[2]:null):this.control(e)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),Ge=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[I],imports:[We]}),e})(),$e=(()=>{class e{static withConfig(t){return{ngModule:e,providers:[{provide:Ce,useValue:t.warnOnNgModelWithFormControl}]}}}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[Ue,I],imports:[We]}),e})()},"3UWI":function(e,t,i){"use strict";var n=i("D0XW"),a=i("l7GE"),s=i("ZUHj");class r{constructor(e){this.durationSelector=e}call(e,t){return t.subscribe(new o(e,this.durationSelector))}}class o extends a.a{constructor(e,t){super(e),this.durationSelector=t,this.hasValue=!1}_next(e){if(this.value=e,this.hasValue=!0,!this.throttled){let i;try{const{durationSelector:t}=this;i=t(e)}catch(t){return this.destination.error(t)}const n=Object(s.a)(this,i);!n||n.closed?this.clearThrottle():this.add(this.throttled=n)}}clearThrottle(){const{value:e,hasValue:t,throttled:i}=this;i&&(this.remove(i),this.throttled=null,i.unsubscribe()),t&&(this.value=null,this.hasValue=!1,this.destination.next(e))}notifyNext(e,t,i,n){this.clearThrottle()}notifyComplete(){this.clearThrottle()}}var l=i("PqYM");function u(e,t=n.a){return i=()=>Object(l.a)(e,t),function(e){return e.lift(new r(i))};var i}i.d(t,"a",(function(){return u}))},"4CPF":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("fXoL");let a=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})()},"4I5i":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=(()=>{function e(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return e.prototype=Object.create(Error.prototype),e})()},"4MV3":function(e,t,i){!function(e){"use strict";var t={1:"\u0ae7",2:"\u0ae8",3:"\u0ae9",4:"\u0aea",5:"\u0aeb",6:"\u0aec",7:"\u0aed",8:"\u0aee",9:"\u0aef",0:"\u0ae6"},i={"\u0ae7":"1","\u0ae8":"2","\u0ae9":"3","\u0aea":"4","\u0aeb":"5","\u0aec":"6","\u0aed":"7","\u0aee":"8","\u0aef":"9","\u0ae6":"0"};e.defineLocale("gu",{months:"\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0_\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0_\u0aae\u0abe\u0ab0\u0acd\u0a9a_\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2_\u0aae\u0ac7_\u0a9c\u0ac2\u0aa8_\u0a9c\u0ac1\u0ab2\u0abe\u0a88_\u0a91\u0a97\u0ab8\u0acd\u0a9f_\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0_\u0a91\u0a95\u0acd\u0a9f\u0acd\u0aac\u0ab0_\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0_\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0".split("_"),monthsShort:"\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1._\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1._\u0aae\u0abe\u0ab0\u0acd\u0a9a_\u0a8f\u0aaa\u0acd\u0ab0\u0abf._\u0aae\u0ac7_\u0a9c\u0ac2\u0aa8_\u0a9c\u0ac1\u0ab2\u0abe._\u0a91\u0a97._\u0ab8\u0aaa\u0acd\u0a9f\u0ac7._\u0a91\u0a95\u0acd\u0a9f\u0acd._\u0aa8\u0ab5\u0ac7._\u0aa1\u0abf\u0ab8\u0ac7.".split("_"),monthsParseExact:!0,weekdays:"\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0_\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0_\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0_\u0aac\u0ac1\u0aa7\u0acd\u0ab5\u0abe\u0ab0_\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0_\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0_\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0".split("_"),weekdaysShort:"\u0ab0\u0ab5\u0abf_\u0ab8\u0acb\u0aae_\u0aae\u0a82\u0a97\u0ab3_\u0aac\u0ac1\u0aa7\u0acd_\u0a97\u0ac1\u0ab0\u0ac1_\u0ab6\u0ac1\u0a95\u0acd\u0ab0_\u0ab6\u0aa8\u0abf".split("_"),weekdaysMin:"\u0ab0_\u0ab8\u0acb_\u0aae\u0a82_\u0aac\u0ac1_\u0a97\u0ac1_\u0ab6\u0ac1_\u0ab6".split("_"),longDateFormat:{LT:"A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",LTS:"A h:mm:ss \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",LLLL:"dddd, D MMMM YYYY, A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7"},calendar:{sameDay:"[\u0a86\u0a9c] LT",nextDay:"[\u0a95\u0abe\u0ab2\u0ac7] LT",nextWeek:"dddd, LT",lastDay:"[\u0a97\u0a87\u0a95\u0abe\u0ab2\u0ac7] LT",lastWeek:"[\u0aaa\u0abe\u0a9b\u0ab2\u0abe] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0aae\u0abe",past:"%s \u0aaa\u0ac7\u0ab9\u0ab2\u0abe",s:"\u0a85\u0aae\u0ac1\u0a95 \u0aaa\u0ab3\u0acb",ss:"%d \u0ab8\u0ac7\u0a95\u0a82\u0aa1",m:"\u0a8f\u0a95 \u0aae\u0abf\u0aa8\u0abf\u0a9f",mm:"%d \u0aae\u0abf\u0aa8\u0abf\u0a9f",h:"\u0a8f\u0a95 \u0a95\u0ab2\u0abe\u0a95",hh:"%d \u0a95\u0ab2\u0abe\u0a95",d:"\u0a8f\u0a95 \u0aa6\u0abf\u0ab5\u0ab8",dd:"%d \u0aa6\u0abf\u0ab5\u0ab8",M:"\u0a8f\u0a95 \u0aae\u0ab9\u0abf\u0aa8\u0acb",MM:"%d \u0aae\u0ab9\u0abf\u0aa8\u0acb",y:"\u0a8f\u0a95 \u0ab5\u0ab0\u0acd\u0ab7",yy:"%d \u0ab5\u0ab0\u0acd\u0ab7"},preparse:function(e){return e.replace(/[\u0ae7\u0ae8\u0ae9\u0aea\u0aeb\u0aec\u0aed\u0aee\u0aef\u0ae6]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0ab0\u0abe\u0aa4|\u0aac\u0aaa\u0acb\u0ab0|\u0ab8\u0ab5\u0abe\u0ab0|\u0ab8\u0abe\u0a82\u0a9c/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0ab0\u0abe\u0aa4"===t?e<4?e:e+12:"\u0ab8\u0ab5\u0abe\u0ab0"===t?e:"\u0aac\u0aaa\u0acb\u0ab0"===t?e>=10?e:e+12:"\u0ab8\u0abe\u0a82\u0a9c"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0ab0\u0abe\u0aa4":e<10?"\u0ab8\u0ab5\u0abe\u0ab0":e<17?"\u0aac\u0aaa\u0acb\u0ab0":e<20?"\u0ab8\u0abe\u0a82\u0a9c":"\u0ab0\u0abe\u0aa4"},week:{dow:0,doy:6}})}(i("wd/R"))},"4dOw":function(e,t,i){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},"5+tZ":function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var n=i("ZUHj"),a=i("l7GE"),s=i("51Dv"),r=i("lJxs"),o=i("Cfvw");function l(e,t,i=Number.POSITIVE_INFINITY){return"function"==typeof t?n=>n.pipe(l((i,n)=>Object(o.a)(e(i,n)).pipe(Object(r.a)((e,a)=>t(i,e,n,a))),i)):("number"==typeof t&&(i=t),t=>t.lift(new u(e,i)))}class u{constructor(e,t=Number.POSITIVE_INFINITY){this.project=e,this.concurrent=t}call(e,t){return t.subscribe(new c(e,this.project,this.concurrent))}}class c extends a.a{constructor(e,t,i=Number.POSITIVE_INFINITY){super(e),this.project=t,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(e){this.active<this.concurrent?this._tryNext(e):this.buffer.push(e)}_tryNext(e){let t;const i=this.index++;try{t=this.project(e,i)}catch(n){return void this.destination.error(n)}this.active++,this._innerSub(t,e,i)}_innerSub(e,t,i){const a=new s.a(this,t,i),r=this.destination;r.add(a);const o=Object(n.a)(this,e,void 0,void 0,a);o!==a&&r.add(o)}_complete(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()}notifyNext(e,t,i,n,a){this.destination.next(t)}notifyComplete(e){const t=this.buffer;this.remove(e),this.active--,t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}},"51Dv":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");class a extends n.a{constructor(e,t,i){super(),this.parent=e,this.outerValue=t,this.outerIndex=i,this.index=0}_next(e){this.parent.notifyNext(this.outerValue,e,this.outerIndex,this.index++,this)}_error(e){this.parent.notifyError(e,this),this.unsubscribe()}_complete(){this.parent.notifyComplete(this),this.unsubscribe()}}},"5HBU":function(e,t,i){"use strict";i.d(t,"a",(function(){return u}));var n=i("3Pt+"),a=i("ofXK"),s=i("YUcS"),r=i("RaCk"),o=i("Tk7p"),l=i("fXoL");let u=(()=>{class e{}return e.\u0275mod=l.Rb({type:e}),e.\u0275inj=l.Qb({factory:function(t){return new(t||e)},imports:[[a.c,n.h,n.q,s.a,r.a,o.a],a.c,n.h,n.q,s.a,r.a,o.a]}),e})()},"6+QB":function(e,t,i){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,i){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i("wd/R"))},"6B0Y":function(e,t,i){!function(e){"use strict";var t={1:"\u17e1",2:"\u17e2",3:"\u17e3",4:"\u17e4",5:"\u17e5",6:"\u17e6",7:"\u17e7",8:"\u17e8",9:"\u17e9",0:"\u17e0"},i={"\u17e1":"1","\u17e2":"2","\u17e3":"3","\u17e4":"4","\u17e5":"5","\u17e6":"6","\u17e7":"7","\u17e8":"8","\u17e9":"9","\u17e0":"0"};e.defineLocale("km",{months:"\u1798\u1780\u179a\u17b6_\u1780\u17bb\u1798\u17d2\u1797\u17c8_\u1798\u17b8\u1793\u17b6_\u1798\u17c1\u179f\u17b6_\u17a7\u179f\u1797\u17b6_\u1798\u17b7\u1790\u17bb\u1793\u17b6_\u1780\u1780\u17d2\u1780\u178a\u17b6_\u179f\u17b8\u17a0\u17b6_\u1780\u1789\u17d2\u1789\u17b6_\u178f\u17bb\u179b\u17b6_\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6_\u1792\u17d2\u1793\u17bc".split("_"),monthsShort:"\u1798\u1780\u179a\u17b6_\u1780\u17bb\u1798\u17d2\u1797\u17c8_\u1798\u17b8\u1793\u17b6_\u1798\u17c1\u179f\u17b6_\u17a7\u179f\u1797\u17b6_\u1798\u17b7\u1790\u17bb\u1793\u17b6_\u1780\u1780\u17d2\u1780\u178a\u17b6_\u179f\u17b8\u17a0\u17b6_\u1780\u1789\u17d2\u1789\u17b6_\u178f\u17bb\u179b\u17b6_\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6_\u1792\u17d2\u1793\u17bc".split("_"),weekdays:"\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799_\u1785\u17d0\u1793\u17d2\u1791_\u17a2\u1784\u17d2\u1782\u17b6\u179a_\u1796\u17bb\u1792_\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd_\u179f\u17bb\u1780\u17d2\u179a_\u179f\u17c5\u179a\u17cd".split("_"),weekdaysShort:"\u17a2\u17b6_\u1785_\u17a2_\u1796_\u1796\u17d2\u179a_\u179f\u17bb_\u179f".split("_"),weekdaysMin:"\u17a2\u17b6_\u1785_\u17a2_\u1796_\u1796\u17d2\u179a_\u179f\u17bb_\u179f".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u1796\u17d2\u179a\u17b9\u1780|\u179b\u17d2\u1784\u17b6\u1785/,isPM:function(e){return"\u179b\u17d2\u1784\u17b6\u1785"===e},meridiem:function(e,t,i){return e<12?"\u1796\u17d2\u179a\u17b9\u1780":"\u179b\u17d2\u1784\u17b6\u1785"},calendar:{sameDay:"[\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7 \u1798\u17c9\u17c4\u1784] LT",nextDay:"[\u179f\u17d2\u17a2\u17c2\u1780 \u1798\u17c9\u17c4\u1784] LT",nextWeek:"dddd [\u1798\u17c9\u17c4\u1784] LT",lastDay:"[\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789 \u1798\u17c9\u17c4\u1784] LT",lastWeek:"dddd [\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1798\u17bb\u1793] [\u1798\u17c9\u17c4\u1784] LT",sameElse:"L"},relativeTime:{future:"%s\u1791\u17c0\u178f",past:"%s\u1798\u17bb\u1793",s:"\u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793\u179c\u17b7\u1793\u17b6\u1791\u17b8",ss:"%d \u179c\u17b7\u1793\u17b6\u1791\u17b8",m:"\u1798\u17bd\u1799\u1793\u17b6\u1791\u17b8",mm:"%d \u1793\u17b6\u1791\u17b8",h:"\u1798\u17bd\u1799\u1798\u17c9\u17c4\u1784",hh:"%d \u1798\u17c9\u17c4\u1784",d:"\u1798\u17bd\u1799\u1790\u17d2\u1784\u17c3",dd:"%d \u1790\u17d2\u1784\u17c3",M:"\u1798\u17bd\u1799\u1781\u17c2",MM:"%d \u1781\u17c2",y:"\u1798\u17bd\u1799\u1786\u17d2\u1793\u17b6\u17c6",yy:"%d \u1786\u17d2\u1793\u17b6\u17c6"},dayOfMonthOrdinalParse:/\u1791\u17b8\d{1,2}/,ordinal:"\u1791\u17b8%d",preparse:function(e){return e.replace(/[\u17e1\u17e2\u17e3\u17e4\u17e5\u17e6\u17e7\u17e8\u17e9\u17e0]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(i("wd/R"))},"7BjC":function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={s:["m\xf5ne sekundi","m\xf5ni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["\xfche minuti","\xfcks minut"],mm:[e+" minuti",e+" minutit"],h:["\xfche tunni","tund aega","\xfcks tund"],hh:[e+" tunni",e+" tundi"],d:["\xfche p\xe4eva","\xfcks p\xe4ev"],M:["kuu aja","kuu aega","\xfcks kuu"],MM:[e+" kuu",e+" kuud"],y:["\xfche aasta","aasta","\xfcks aasta"],yy:[e+" aasta",e+" aastat"]};return t?a[i][2]?a[i][2]:a[i][1]:n?a[i][0]:a[i][1]}e.defineLocale("et",{months:"jaanuar_veebruar_m\xe4rts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_m\xe4rts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"p\xfchap\xe4ev_esmasp\xe4ev_teisip\xe4ev_kolmap\xe4ev_neljap\xe4ev_reede_laup\xe4ev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[T\xe4na,] LT",nextDay:"[Homme,] LT",nextWeek:"[J\xe4rgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s p\xe4rast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d p\xe4eva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},"7Hc7":function(e,t,i){"use strict";let n=1;const a=(()=>Promise.resolve())(),s={};function r(e){return e in s&&(delete s[e],!0)}const o={setImmediate(e){const t=n++;return s[t]=!0,a.then(()=>r(t)&&e()),t},clearImmediate(e){r(e)}};var l=i("3N8a");class u extends l.a{constructor(e,t){super(e,t),this.scheduler=e,this.work=t}requestAsyncId(e,t,i=0){return null!==i&&i>0?super.requestAsyncId(e,t,i):(e.actions.push(this),e.scheduled||(e.scheduled=o.setImmediate(e.flush.bind(e,null))))}recycleAsyncId(e,t,i=0){if(null!==i&&i>0||null===i&&this.delay>0)return super.recycleAsyncId(e,t,i);0===e.actions.length&&(o.clearImmediate(t),e.scheduled=void 0)}}var c=i("IjjT");class d extends c.a{flush(e){this.active=!0,this.scheduled=void 0;const{actions:t}=this;let i,n=-1,a=t.length;e=e||t.shift();do{if(i=e.execute(e.state,e.delay))break}while(++n<a&&(e=t.shift()));if(this.active=!1,i){for(;++n<a&&(e=t.shift());)e.unsubscribe();throw i}}}i.d(t,"a",(function(){return m}));const m=new d(u)},"7aV9":function(e,t,i){!function(e){"use strict";e.defineLocale("si",{months:"\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2_\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2_\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4_\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca_\u0db8\u0dd0\u0dba\u0dd2_\u0da2\u0dd6\u0db1\u0dd2_\u0da2\u0dd6\u0dbd\u0dd2_\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4_\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca_\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca_\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca_\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca".split("_"),monthsShort:"\u0da2\u0db1_\u0db4\u0dd9\u0db6_\u0db8\u0dcf\u0dbb\u0dca_\u0d85\u0db4\u0dca_\u0db8\u0dd0\u0dba\u0dd2_\u0da2\u0dd6\u0db1\u0dd2_\u0da2\u0dd6\u0dbd\u0dd2_\u0d85\u0d9c\u0ddd_\u0dc3\u0dd0\u0db4\u0dca_\u0d94\u0d9a\u0dca_\u0db1\u0ddc\u0dc0\u0dd0_\u0daf\u0dd9\u0dc3\u0dd0".split("_"),weekdays:"\u0d89\u0dbb\u0dd2\u0daf\u0dcf_\u0dc3\u0db3\u0dd4\u0daf\u0dcf_\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf_\u0db6\u0daf\u0dcf\u0daf\u0dcf_\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf_\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf_\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf".split("_"),weekdaysShort:"\u0d89\u0dbb\u0dd2_\u0dc3\u0db3\u0dd4_\u0d85\u0d9f_\u0db6\u0daf\u0dcf_\u0db6\u0dca\u200d\u0dbb\u0dc4_\u0dc3\u0dd2\u0d9a\u0dd4_\u0dc3\u0dd9\u0db1".split("_"),weekdaysMin:"\u0d89_\u0dc3_\u0d85_\u0db6_\u0db6\u0dca\u200d\u0dbb_\u0dc3\u0dd2_\u0dc3\u0dd9".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [\u0dc0\u0dd0\u0db1\u0dd2] dddd, a h:mm:ss"},calendar:{sameDay:"[\u0d85\u0daf] LT[\u0da7]",nextDay:"[\u0dc4\u0dd9\u0da7] LT[\u0da7]",nextWeek:"dddd LT[\u0da7]",lastDay:"[\u0d8a\u0dba\u0dda] LT[\u0da7]",lastWeek:"[\u0db4\u0dc3\u0dd4\u0d9c\u0dd2\u0dba] dddd LT[\u0da7]",sameElse:"L"},relativeTime:{future:"%s\u0d9a\u0dd2\u0db1\u0dca",past:"%s\u0d9a\u0da7 \u0db4\u0dd9\u0dbb",s:"\u0dad\u0dad\u0dca\u0db4\u0dbb \u0d9a\u0dd2\u0dc4\u0dd2\u0db4\u0dba",ss:"\u0dad\u0dad\u0dca\u0db4\u0dbb %d",m:"\u0db8\u0dd2\u0db1\u0dd2\u0dad\u0dca\u0dad\u0dd4\u0dc0",mm:"\u0db8\u0dd2\u0db1\u0dd2\u0dad\u0dca\u0dad\u0dd4 %d",h:"\u0db4\u0dd0\u0dba",hh:"\u0db4\u0dd0\u0dba %d",d:"\u0daf\u0dd2\u0db1\u0dba",dd:"\u0daf\u0dd2\u0db1 %d",M:"\u0db8\u0dcf\u0dc3\u0dba",MM:"\u0db8\u0dcf\u0dc3 %d",y:"\u0dc0\u0dc3\u0dbb",yy:"\u0dc0\u0dc3\u0dbb %d"},dayOfMonthOrdinalParse:/\d{1,2} \u0dc0\u0dd0\u0db1\u0dd2/,ordinal:function(e){return e+" \u0dc0\u0dd0\u0db1\u0dd2"},meridiemParse:/\u0db4\u0dd9\u0dbb \u0dc0\u0dbb\u0dd4|\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4|\u0db4\u0dd9.\u0dc0|\u0db4.\u0dc0./,isPM:function(e){return"\u0db4.\u0dc0."===e||"\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4"===e},meridiem:function(e,t,i){return e>11?i?"\u0db4.\u0dc0.":"\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4":i?"\u0db4\u0dd9.\u0dc0.":"\u0db4\u0dd9\u0dbb \u0dc0\u0dbb\u0dd4"}})}(i("wd/R"))},"7o/Q":function(e,t,i){"use strict";i.d(t,"a",(function(){return u}));var n=i("n6bG"),a=i("gRHU"),s=i("quSY"),r=i("2QA8"),o=i("2fFW"),l=i("NJ4a");class u extends s.a{constructor(e,t,i){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=a.a;break;case 1:if(!e){this.destination=a.a;break}if("object"==typeof e){e instanceof u?(this.syncErrorThrowable=e.syncErrorThrowable,this.destination=e,e.add(this)):(this.syncErrorThrowable=!0,this.destination=new c(this,e));break}default:this.syncErrorThrowable=!0,this.destination=new c(this,e,t,i)}}[r.a](){return this}static create(e,t,i){const n=new u(e,t,i);return n.syncErrorThrowable=!1,n}next(e){this.isStopped||this._next(e)}error(e){this.isStopped||(this.isStopped=!0,this._error(e))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(e){this.destination.next(e)}_error(e){this.destination.error(e),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:e}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=e,this}}class c extends u{constructor(e,t,i,s){let r;super(),this._parentSubscriber=e;let o=this;Object(n.a)(t)?r=t:t&&(r=t.next,i=t.error,s=t.complete,t!==a.a&&(o=Object.create(t),Object(n.a)(o.unsubscribe)&&this.add(o.unsubscribe.bind(o)),o.unsubscribe=this.unsubscribe.bind(this))),this._context=o,this._next=r,this._error=i,this._complete=s}next(e){if(!this.isStopped&&this._next){const{_parentSubscriber:t}=this;o.a.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}}error(e){if(!this.isStopped){const{_parentSubscriber:t}=this,{useDeprecatedSynchronousErrorHandling:i}=o.a;if(this._error)i&&t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else if(t.syncErrorThrowable)i?(t.syncErrorValue=e,t.syncErrorThrown=!0):Object(l.a)(e),this.unsubscribe();else{if(this.unsubscribe(),i)throw e;Object(l.a)(e)}}}complete(){if(!this.isStopped){const{_parentSubscriber:e}=this;if(this._complete){const t=()=>this._complete.call(this._context);o.a.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?(this.__tryOrSetError(e,t),this.unsubscribe()):(this.__tryOrUnsub(t),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(e,t){try{e.call(this._context,t)}catch(i){if(this.unsubscribe(),o.a.useDeprecatedSynchronousErrorHandling)throw i;Object(l.a)(i)}}__tryOrSetError(e,t,i){if(!o.a.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{t.call(this._context,i)}catch(n){return o.a.useDeprecatedSynchronousErrorHandling?(e.syncErrorValue=n,e.syncErrorThrown=!0,!0):(Object(l.a)(n),!0)}return!1}_unsubscribe(){const{_parentSubscriber:e}=this;this._context=null,this._parentSubscriber=null,e.unsubscribe()}}},"8/+R":function(e,t,i){!function(e){"use strict";var t={1:"\u0a67",2:"\u0a68",3:"\u0a69",4:"\u0a6a",5:"\u0a6b",6:"\u0a6c",7:"\u0a6d",8:"\u0a6e",9:"\u0a6f",0:"\u0a66"},i={"\u0a67":"1","\u0a68":"2","\u0a69":"3","\u0a6a":"4","\u0a6b":"5","\u0a6c":"6","\u0a6d":"7","\u0a6e":"8","\u0a6f":"9","\u0a66":"0"};e.defineLocale("pa-in",{months:"\u0a1c\u0a28\u0a35\u0a30\u0a40_\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40_\u0a2e\u0a3e\u0a30\u0a1a_\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32_\u0a2e\u0a08_\u0a1c\u0a42\u0a28_\u0a1c\u0a41\u0a32\u0a3e\u0a08_\u0a05\u0a17\u0a38\u0a24_\u0a38\u0a24\u0a70\u0a2c\u0a30_\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30_\u0a28\u0a35\u0a70\u0a2c\u0a30_\u0a26\u0a38\u0a70\u0a2c\u0a30".split("_"),monthsShort:"\u0a1c\u0a28\u0a35\u0a30\u0a40_\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40_\u0a2e\u0a3e\u0a30\u0a1a_\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32_\u0a2e\u0a08_\u0a1c\u0a42\u0a28_\u0a1c\u0a41\u0a32\u0a3e\u0a08_\u0a05\u0a17\u0a38\u0a24_\u0a38\u0a24\u0a70\u0a2c\u0a30_\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30_\u0a28\u0a35\u0a70\u0a2c\u0a30_\u0a26\u0a38\u0a70\u0a2c\u0a30".split("_"),weekdays:"\u0a10\u0a24\u0a35\u0a3e\u0a30_\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30_\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30_\u0a2c\u0a41\u0a27\u0a35\u0a3e\u0a30_\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30_\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30_\u0a38\u0a3c\u0a28\u0a40\u0a1a\u0a30\u0a35\u0a3e\u0a30".split("_"),weekdaysShort:"\u0a10\u0a24_\u0a38\u0a4b\u0a2e_\u0a2e\u0a70\u0a17\u0a32_\u0a2c\u0a41\u0a27_\u0a35\u0a40\u0a30_\u0a38\u0a3c\u0a41\u0a15\u0a30_\u0a38\u0a3c\u0a28\u0a40".split("_"),weekdaysMin:"\u0a10\u0a24_\u0a38\u0a4b\u0a2e_\u0a2e\u0a70\u0a17\u0a32_\u0a2c\u0a41\u0a27_\u0a35\u0a40\u0a30_\u0a38\u0a3c\u0a41\u0a15\u0a30_\u0a38\u0a3c\u0a28\u0a40".split("_"),longDateFormat:{LT:"A h:mm \u0a35\u0a1c\u0a47",LTS:"A h:mm:ss \u0a35\u0a1c\u0a47",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0a35\u0a1c\u0a47",LLLL:"dddd, D MMMM YYYY, A h:mm \u0a35\u0a1c\u0a47"},calendar:{sameDay:"[\u0a05\u0a1c] LT",nextDay:"[\u0a15\u0a32] LT",nextWeek:"[\u0a05\u0a17\u0a32\u0a3e] dddd, LT",lastDay:"[\u0a15\u0a32] LT",lastWeek:"[\u0a2a\u0a3f\u0a1b\u0a32\u0a47] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0a35\u0a3f\u0a71\u0a1a",past:"%s \u0a2a\u0a3f\u0a1b\u0a32\u0a47",s:"\u0a15\u0a41\u0a1d \u0a38\u0a15\u0a3f\u0a70\u0a1f",ss:"%d \u0a38\u0a15\u0a3f\u0a70\u0a1f",m:"\u0a07\u0a15 \u0a2e\u0a3f\u0a70\u0a1f",mm:"%d \u0a2e\u0a3f\u0a70\u0a1f",h:"\u0a07\u0a71\u0a15 \u0a18\u0a70\u0a1f\u0a3e",hh:"%d \u0a18\u0a70\u0a1f\u0a47",d:"\u0a07\u0a71\u0a15 \u0a26\u0a3f\u0a28",dd:"%d \u0a26\u0a3f\u0a28",M:"\u0a07\u0a71\u0a15 \u0a2e\u0a39\u0a40\u0a28\u0a3e",MM:"%d \u0a2e\u0a39\u0a40\u0a28\u0a47",y:"\u0a07\u0a71\u0a15 \u0a38\u0a3e\u0a32",yy:"%d \u0a38\u0a3e\u0a32"},preparse:function(e){return e.replace(/[\u0a67\u0a68\u0a69\u0a6a\u0a6b\u0a6c\u0a6d\u0a6e\u0a6f\u0a66]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0a30\u0a3e\u0a24|\u0a38\u0a35\u0a47\u0a30|\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30|\u0a38\u0a3c\u0a3e\u0a2e/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0a30\u0a3e\u0a24"===t?e<4?e:e+12:"\u0a38\u0a35\u0a47\u0a30"===t?e:"\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30"===t?e>=10?e:e+12:"\u0a38\u0a3c\u0a3e\u0a2e"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0a30\u0a3e\u0a24":e<10?"\u0a38\u0a35\u0a47\u0a30":e<17?"\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30":e<20?"\u0a38\u0a3c\u0a3e\u0a2e":"\u0a30\u0a3e\u0a24"},week:{dow:0,doy:6}})}(i("wd/R"))},"8LU1":function(e,t,i){"use strict";i.d(t,"a",(function(){return r})),i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return a})),i.d(t,"d",(function(){return l})),i.d(t,"e",(function(){return u})),i.d(t,"f",(function(){return s}));var n=i("fXoL");function a(e){return null!=e&&"false"!==`${e}`}function s(e,t=0){return r(e)?Number(e):t}function r(e){return!isNaN(parseFloat(e))&&!isNaN(Number(e))}function o(e){return Array.isArray(e)?e:[e]}function l(e){return null==e?"":"string"==typeof e?e:`${e}px`}function u(e){return e instanceof n.l?e.nativeElement:e}},"8Qeq":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(e){for(;e;){const{closed:t,destination:i,isStopped:a}=e;if(t||a)return!1;e=i&&i instanceof n.a?i:null}return!0}},"8mBD":function(e,t,i){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Mar\xe7o_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Ter\xe7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\xe1bado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_S\xe1b".split("_"),weekdaysMin:"Do_2\xaa_3\xaa_4\xaa_5\xaa_6\xaa_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje \xe0s] LT",nextDay:"[Amanh\xe3 \xe0s] LT",nextWeek:"dddd [\xe0s] LT",lastDay:"[Ontem \xe0s] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[\xdaltimo] dddd [\xe0s] LT":"[\xdaltima] dddd [\xe0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xe1 %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um m\xeas",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},"9ppp":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=(()=>{function e(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return e.prototype=Object.create(Error.prototype),e})()},"9rRi":function(e,t,i){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am M\xe0rt","An Giblean","An C\xe8itean","An t-\xd2gmhios","An t-Iuchar","An L\xf9nastal","An t-Sultain","An D\xe0mhair","An t-Samhain","An D\xf9bhlachd"],monthsShort:["Faoi","Gear","M\xe0rt","Gibl","C\xe8it","\xd2gmh","Iuch","L\xf9n","Sult","D\xe0mh","Samh","D\xf9bh"],monthsParseExact:!0,weekdays:["Did\xf2mhnaich","Diluain","Dim\xe0irt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["D\xf2","Lu","M\xe0","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-m\xe0ireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-d\xe8 aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"m\xecos",MM:"%d m\xecosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(i("wd/R"))},"A+xa":function(e,t,i){!function(e){"use strict";e.defineLocale("cv",{months:"\u043a\u04d1\u0440\u043b\u0430\u0447_\u043d\u0430\u0440\u04d1\u0441_\u043f\u0443\u0448_\u0430\u043a\u0430_\u043c\u0430\u0439_\u04ab\u04d7\u0440\u0442\u043c\u0435_\u0443\u0442\u04d1_\u04ab\u0443\u0440\u043b\u0430_\u0430\u0432\u04d1\u043d_\u044e\u043f\u0430_\u0447\u04f3\u043a_\u0440\u0430\u0448\u0442\u0430\u0432".split("_"),monthsShort:"\u043a\u04d1\u0440_\u043d\u0430\u0440_\u043f\u0443\u0448_\u0430\u043a\u0430_\u043c\u0430\u0439_\u04ab\u04d7\u0440_\u0443\u0442\u04d1_\u04ab\u0443\u0440_\u0430\u0432\u043d_\u044e\u043f\u0430_\u0447\u04f3\u043a_\u0440\u0430\u0448".split("_"),weekdays:"\u0432\u044b\u0440\u0441\u0430\u0440\u043d\u0438\u043a\u0443\u043d_\u0442\u0443\u043d\u0442\u0438\u043a\u0443\u043d_\u044b\u0442\u043b\u0430\u0440\u0438\u043a\u0443\u043d_\u044e\u043d\u043a\u0443\u043d_\u043a\u04d7\u04ab\u043d\u0435\u0440\u043d\u0438\u043a\u0443\u043d_\u044d\u0440\u043d\u0435\u043a\u0443\u043d_\u0448\u04d1\u043c\u0430\u0442\u043a\u0443\u043d".split("_"),weekdaysShort:"\u0432\u044b\u0440_\u0442\u0443\u043d_\u044b\u0442\u043b_\u044e\u043d_\u043a\u04d7\u04ab_\u044d\u0440\u043d_\u0448\u04d1\u043c".split("_"),weekdaysMin:"\u0432\u0440_\u0442\u043d_\u044b\u0442_\u044e\u043d_\u043a\u04ab_\u044d\u0440_\u0448\u043c".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [\u04ab\u0443\u043b\u0445\u0438] MMMM [\u0443\u0439\u04d1\u0445\u04d7\u043d] D[-\u043c\u04d7\u0448\u04d7]",LLL:"YYYY [\u04ab\u0443\u043b\u0445\u0438] MMMM [\u0443\u0439\u04d1\u0445\u04d7\u043d] D[-\u043c\u04d7\u0448\u04d7], HH:mm",LLLL:"dddd, YYYY [\u04ab\u0443\u043b\u0445\u0438] MMMM [\u0443\u0439\u04d1\u0445\u04d7\u043d] D[-\u043c\u04d7\u0448\u04d7], HH:mm"},calendar:{sameDay:"[\u041f\u0430\u044f\u043d] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",nextDay:"[\u042b\u0440\u0430\u043d] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",lastDay:"[\u04d6\u043d\u0435\u0440] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",nextWeek:"[\u04aa\u0438\u0442\u0435\u0441] dddd LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",lastWeek:"[\u0418\u0440\u0442\u043d\u04d7] dddd LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",sameElse:"L"},relativeTime:{future:function(e){return e+(/\u0441\u0435\u0445\u0435\u0442$/i.exec(e)?"\u0440\u0435\u043d":/\u04ab\u0443\u043b$/i.exec(e)?"\u0442\u0430\u043d":"\u0440\u0430\u043d")},past:"%s \u043a\u0430\u044f\u043b\u043b\u0430",s:"\u043f\u04d7\u0440-\u0438\u043a \u04ab\u0435\u043a\u043a\u0443\u043d\u0442",ss:"%d \u04ab\u0435\u043a\u043a\u0443\u043d\u0442",m:"\u043f\u04d7\u0440 \u043c\u0438\u043d\u0443\u0442",mm:"%d \u043c\u0438\u043d\u0443\u0442",h:"\u043f\u04d7\u0440 \u0441\u0435\u0445\u0435\u0442",hh:"%d \u0441\u0435\u0445\u0435\u0442",d:"\u043f\u04d7\u0440 \u043a\u0443\u043d",dd:"%d \u043a\u0443\u043d",M:"\u043f\u04d7\u0440 \u0443\u0439\u04d1\u0445",MM:"%d \u0443\u0439\u04d1\u0445",y:"\u043f\u04d7\u0440 \u04ab\u0443\u043b",yy:"%d \u04ab\u0443\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-\u043c\u04d7\u0448/,ordinal:"%d-\u043c\u04d7\u0448",week:{dow:1,doy:7}})}(i("wd/R"))},AQ68:function(e,t,i){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(i("wd/R"))},Auxj:function(e,t,i){"use strict";i.d(t,"a",(function(){return L}));var n=i("XNiG"),a=i("VRyK"),s=i("1G5W"),r=i("fXoL"),o=i("K9xE"),l=i("ofXK"),u=i("IS/R"),c=i("ZYin"),d=i("jTIq"),m=i("fOyo"),h=i("zRzm");function p(e,t){if(1&e&&r.Ub(0,"fuse-nav-vertical-group",4),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function f(e,t){if(1&e&&r.Ub(0,"fuse-nav-vertical-collapsable",4),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function g(e,t){if(1&e&&r.Ub(0,"fuse-nav-vertical-item",4),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function _(e,t){if(1&e&&(r.Xb(0),r.Lc(1,p,1,1,"fuse-nav-vertical-group",3),r.Lc(2,f,1,1,"fuse-nav-vertical-collapsable",3),r.Lc(3,g,1,1,"fuse-nav-vertical-item",3),r.Wb()),2&e){const e=t.$implicit;r.Fb(1),r.rc("ngIf","group"==e.type),r.Fb(1),r.rc("ngIf","collapsable"==e.type),r.Fb(1),r.rc("ngIf","item"==e.type)}}function b(e,t){if(1&e&&(r.Xb(0),r.Lc(1,_,4,3,"ng-container",2),r.Wb()),2&e){const e=r.lc();r.Fb(1),r.rc("ngForOf",e.navigation2)}}function y(e,t){if(1&e&&r.Ub(0,"fuse-nav-horizontal-collapsable",4),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function v(e,t){if(1&e&&r.Ub(0,"fuse-nav-horizontal-collapsable",4),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function w(e,t){if(1&e&&r.Ub(0,"fuse-nav-horizontal-item",4),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function k(e,t){if(1&e&&(r.Xb(0),r.Lc(1,y,1,1,"fuse-nav-horizontal-collapsable",3),r.Lc(2,v,1,1,"fuse-nav-horizontal-collapsable",3),r.Lc(3,w,1,1,"fuse-nav-horizontal-item",3),r.Wb()),2&e){const e=t.$implicit;r.Fb(1),r.rc("ngIf","group"==e.type),r.Fb(1),r.rc("ngIf","collapsable"==e.type),r.Fb(1),r.rc("ngIf","item"==e.type)}}function x(e,t){if(1&e&&(r.Xb(0),r.Lc(1,k,4,3,"ng-container",2),r.Wb()),2&e){const e=r.lc();r.Fb(1),r.rc("ngForOf",e.navigation)}}const M=function(e,t){return{horizontal:e,vertical:t}};let L=(()=>{class e{constructor(e,t){this._changeDetectorRef=e,this._fuseNavigationService=t,this.layout="vertical",this._unsubscribeAll=new n.a}ngOnInit(){this.navigation2=sessionStorage.getItem("user")?[{id:"Dashboard",title:"Dashboard",translate:"NAV.DASHBOARD",type:"item",icon:"dashboard",url:"/apps/dashboards/analytics"}]:[{id:"Flowchart",title:"Flowchart",translate:"NAV.FLOWCHART",type:"item",icon:"show_chart",url:"/apps/home"},{id:"Admission Procedure",title:"Admission Procedure",type:"item",icon:"import_contacts",url:"/apps/admission-procedure"},{id:"Apply for nursary",title:"Apply For Nursery Admission",type:"item",icon:"assignment",url:"/apps/application"},{id:"Contact us",title:"Contact us",type:"item",icon:"room",url:"/apps/contact-us"},{id:"login",title:"Login",type:"item",icon:"vpn_key",url:"/apps/login-2"}],this.navigation=this.navigation2||this._fuseNavigationService.getCurrentNavigation(),this._fuseNavigationService.onNavigationChanged.pipe(Object(s.a)(this._unsubscribeAll)).subscribe(()=>{this.navigation=this._fuseNavigationService.getCurrentNavigation(),this._changeDetectorRef.markForCheck()}),Object(a.a)(this._fuseNavigationService.onNavigationItemAdded,this._fuseNavigationService.onNavigationItemUpdated,this._fuseNavigationService.onNavigationItemRemoved).pipe(Object(s.a)(this._unsubscribeAll)).subscribe(()=>{this._changeDetectorRef.markForCheck()})}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.h),r.Tb(o.a))},e.\u0275cmp=r.Nb({type:e,selectors:[["fuse-navigation"]],inputs:{layout:"layout",navigation:"navigation"},decls:3,vars:6,consts:[[1,"nav",3,"ngClass"],[4,"ngIf"],[4,"ngFor","ngForOf"],[3,"item",4,"ngIf"],[3,"item"]],template:function(e,t){1&e&&(r.Zb(0,"div",0),r.Lc(1,b,2,1,"ng-container",1),r.Lc(2,x,2,1,"ng-container",1),r.Yb()),2&e&&(r.rc("ngClass",r.wc(3,M,"horizontal"===t.layout,"vertical"===t.layout)),r.Fb(1),r.rc("ngIf","vertical"===t.layout),r.Fb(1),r.rc("ngIf","horizontal"===t.layout))},directives:[l.q,l.t,l.s,u.a,c.a,d.a,m.a,h.a],styles:["fuse-navigation{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 0 auto}fuse-navigation>.nav{margin:0;padding:0;width:100%}"],encapsulation:2,changeDetection:0}),e})()},AvvY:function(e,t,i){!function(e){"use strict";e.defineLocale("ml",{months:"\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f_\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f_\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d_\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d_\u0d2e\u0d47\u0d2f\u0d4d_\u0d1c\u0d42\u0d7a_\u0d1c\u0d42\u0d32\u0d48_\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d_\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c_\u0d12\u0d15\u0d4d\u0d1f\u0d4b\u0d2c\u0d7c_\u0d28\u0d35\u0d02\u0d2c\u0d7c_\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c".split("_"),monthsShort:"\u0d1c\u0d28\u0d41._\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41._\u0d2e\u0d3e\u0d7c._\u0d0f\u0d2a\u0d4d\u0d30\u0d3f._\u0d2e\u0d47\u0d2f\u0d4d_\u0d1c\u0d42\u0d7a_\u0d1c\u0d42\u0d32\u0d48._\u0d13\u0d17._\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31._\u0d12\u0d15\u0d4d\u0d1f\u0d4b._\u0d28\u0d35\u0d02._\u0d21\u0d3f\u0d38\u0d02.".split("_"),monthsParseExact:!0,weekdays:"\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u0d1a_\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u0d1a_\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a_\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u0d1a_\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u0d1a_\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a_\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a".split("_"),weekdaysShort:"\u0d1e\u0d3e\u0d2f\u0d7c_\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e_\u0d1a\u0d4a\u0d35\u0d4d\u0d35_\u0d2c\u0d41\u0d27\u0d7b_\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02_\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f_\u0d36\u0d28\u0d3f".split("_"),weekdaysMin:"\u0d1e\u0d3e_\u0d24\u0d3f_\u0d1a\u0d4a_\u0d2c\u0d41_\u0d35\u0d4d\u0d2f\u0d3e_\u0d35\u0d46_\u0d36".split("_"),longDateFormat:{LT:"A h:mm -\u0d28\u0d41",LTS:"A h:mm:ss -\u0d28\u0d41",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -\u0d28\u0d41",LLLL:"dddd, D MMMM YYYY, A h:mm -\u0d28\u0d41"},calendar:{sameDay:"[\u0d07\u0d28\u0d4d\u0d28\u0d4d] LT",nextDay:"[\u0d28\u0d3e\u0d33\u0d46] LT",nextWeek:"dddd, LT",lastDay:"[\u0d07\u0d28\u0d4d\u0d28\u0d32\u0d46] LT",lastWeek:"[\u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d",past:"%s \u0d2e\u0d41\u0d7b\u0d2a\u0d4d",s:"\u0d05\u0d7d\u0d2a \u0d28\u0d3f\u0d2e\u0d3f\u0d37\u0d19\u0d4d\u0d19\u0d7e",ss:"%d \u0d38\u0d46\u0d15\u0d4d\u0d15\u0d7b\u0d21\u0d4d",m:"\u0d12\u0d30\u0d41 \u0d2e\u0d3f\u0d28\u0d3f\u0d31\u0d4d\u0d31\u0d4d",mm:"%d \u0d2e\u0d3f\u0d28\u0d3f\u0d31\u0d4d\u0d31\u0d4d",h:"\u0d12\u0d30\u0d41 \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d7c",hh:"%d \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d7c",d:"\u0d12\u0d30\u0d41 \u0d26\u0d3f\u0d35\u0d38\u0d02",dd:"%d \u0d26\u0d3f\u0d35\u0d38\u0d02",M:"\u0d12\u0d30\u0d41 \u0d2e\u0d3e\u0d38\u0d02",MM:"%d \u0d2e\u0d3e\u0d38\u0d02",y:"\u0d12\u0d30\u0d41 \u0d35\u0d7c\u0d37\u0d02",yy:"%d \u0d35\u0d7c\u0d37\u0d02"},meridiemParse:/\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f|\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46|\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d|\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02|\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f/i,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f"===t&&e>=4||"\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d"===t||"\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02"===t?e+12:e},meridiem:function(e,t,i){return e<4?"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f":e<12?"\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46":e<17?"\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d":e<20?"\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02":"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f"}})}(i("wd/R"))},B55N:function(e,t,i){!function(e){"use strict";e.defineLocale("ja",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u65e5\u66dc\u65e5_\u6708\u66dc\u65e5_\u706b\u66dc\u65e5_\u6c34\u66dc\u65e5_\u6728\u66dc\u65e5_\u91d1\u66dc\u65e5_\u571f\u66dc\u65e5".split("_"),weekdaysShort:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),weekdaysMin:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5(ddd) HH:mm"},meridiemParse:/\u5348\u524d|\u5348\u5f8c/i,isPM:function(e){return"\u5348\u5f8c"===e},meridiem:function(e,t,i){return e<12?"\u5348\u524d":"\u5348\u5f8c"},calendar:{sameDay:"[\u4eca\u65e5] LT",nextDay:"[\u660e\u65e5] LT",nextWeek:function(e){return e.week()<this.week()?"[\u6765\u9031]dddd LT":"dddd LT"},lastDay:"[\u6628\u65e5] LT",lastWeek:function(e){return this.week()<e.week()?"[\u5148\u9031]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}\u65e5/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"\u65e5";default:return e}},relativeTime:{future:"%s\u5f8c",past:"%s\u524d",s:"\u6570\u79d2",ss:"%d\u79d2",m:"1\u5206",mm:"%d\u5206",h:"1\u6642\u9593",hh:"%d\u6642\u9593",d:"1\u65e5",dd:"%d\u65e5",M:"1\u30f6\u6708",MM:"%d\u30f6\u6708",y:"1\u5e74",yy:"%d\u5e74"}})}(i("wd/R"))},BVg3:function(e,t,i){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function i(e,i,n,a){var s=e+" ";switch(n){case"s":return i||a?"nokkrar sek\xfandur":"nokkrum sek\xfandum";case"ss":return t(e)?s+(i||a?"sek\xfandur":"sek\xfandum"):s+"sek\xfanda";case"m":return i?"m\xedn\xfata":"m\xedn\xfatu";case"mm":return t(e)?s+(i||a?"m\xedn\xfatur":"m\xedn\xfatum"):i?s+"m\xedn\xfata":s+"m\xedn\xfatu";case"hh":return t(e)?s+(i||a?"klukkustundir":"klukkustundum"):s+"klukkustund";case"d":return i?"dagur":a?"dag":"degi";case"dd":return t(e)?i?s+"dagar":s+(a?"daga":"d\xf6gum"):i?s+"dagur":s+(a?"dag":"degi");case"M":return i?"m\xe1nu\xf0ur":a?"m\xe1nu\xf0":"m\xe1nu\xf0i";case"MM":return t(e)?i?s+"m\xe1nu\xf0ir":s+(a?"m\xe1nu\xf0i":"m\xe1nu\xf0um"):i?s+"m\xe1nu\xf0ur":s+(a?"m\xe1nu\xf0":"m\xe1nu\xf0i");case"y":return i||a?"\xe1r":"\xe1ri";case"yy":return t(e)?s+(i||a?"\xe1r":"\xe1rum"):s+(i||a?"\xe1r":"\xe1ri")}}e.defineLocale("is",{months:"jan\xfaar_febr\xfaar_mars_apr\xedl_ma\xed_j\xfan\xed_j\xfal\xed_\xe1g\xfast_september_okt\xf3ber_n\xf3vember_desember".split("_"),monthsShort:"jan_feb_mar_apr_ma\xed_j\xfan_j\xfal_\xe1g\xfa_sep_okt_n\xf3v_des".split("_"),weekdays:"sunnudagur_m\xe1nudagur_\xferi\xf0judagur_mi\xf0vikudagur_fimmtudagur_f\xf6studagur_laugardagur".split("_"),weekdaysShort:"sun_m\xe1n_\xferi_mi\xf0_fim_f\xf6s_lau".split("_"),weekdaysMin:"Su_M\xe1_\xder_Mi_Fi_F\xf6_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[\xed dag kl.] LT",nextDay:"[\xe1 morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[\xed g\xe6r kl.] LT",lastWeek:"[s\xed\xf0asta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s s\xed\xf0an",s:i,ss:i,m:i,mm:i,h:"klukkustund",hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},ByF4:function(e,t,i){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apr\xedl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_m\xe1nadagur_t\xfdsdagur_mikudagur_h\xf3sdagur_fr\xedggjadagur_leygardagur".split("_"),weekdaysShort:"sun_m\xe1n_t\xfds_mik_h\xf3s_fr\xed_ley".split("_"),weekdaysMin:"su_m\xe1_t\xfd_mi_h\xf3_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[\xcd dag kl.] LT",nextDay:"[\xcd morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[\xcd gj\xe1r kl.] LT",lastWeek:"[s\xed\xf0stu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s s\xed\xf0ani",s:"f\xe1 sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein t\xedmi",hh:"%d t\xedmar",d:"ein dagur",dd:"%d dagar",M:"ein m\xe1na\xf0ur",MM:"%d m\xe1na\xf0ir",y:"eitt \xe1r",yy:"%d \xe1r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},Cfvw:function(e,t,i){"use strict";var n=i("HDdC"),a=i("SeVD"),s=i("quSY"),r=i("kJWO"),o=i("jZKg"),l=i("Lhse"),u=i("c2HN"),c=i("I55L");function d(e,t){return t?function(e,t){if(null!=e){if(function(e){return e&&"function"==typeof e[r.a]}(e))return function(e,t){return new n.a(i=>{const n=new s.a;return n.add(t.schedule(()=>{const a=e[r.a]();n.add(a.subscribe({next(e){n.add(t.schedule(()=>i.next(e)))},error(e){n.add(t.schedule(()=>i.error(e)))},complete(){n.add(t.schedule(()=>i.complete()))}}))})),n})}(e,t);if(Object(u.a)(e))return function(e,t){return new n.a(i=>{const n=new s.a;return n.add(t.schedule(()=>e.then(e=>{n.add(t.schedule(()=>{i.next(e),n.add(t.schedule(()=>i.complete()))}))},e=>{n.add(t.schedule(()=>i.error(e)))}))),n})}(e,t);if(Object(c.a)(e))return Object(o.a)(e,t);if(function(e){return e&&"function"==typeof e[l.a]}(e)||"string"==typeof e)return function(e,t){if(!e)throw new Error("Iterable cannot be null");return new n.a(i=>{const n=new s.a;let a;return n.add(()=>{a&&"function"==typeof a.return&&a.return()}),n.add(t.schedule(()=>{a=e[l.a](),n.add(t.schedule((function(){if(i.closed)return;let e,t;try{const i=a.next();e=i.value,t=i.done}catch(n){return void i.error(n)}t?i.complete():(i.next(e),this.schedule())})))})),n})}(e,t)}throw new TypeError((null!==e&&typeof e||e)+" is not observable")}(e,t):e instanceof n.a?e:new n.a(Object(a.a)(e))}i.d(t,"a",(function(){return d}))},CjzT:function(e,t,i){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},CoRJ:function(e,t,i){!function(e){"use strict";e.defineLocale("ar-ma",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062a\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0627\u062d\u062f_\u0627\u062a\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:6,doy:12}})}(i("wd/R"))},"D/JM":function(e,t,i){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},D0XW:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("3N8a");const a=new(i("IjjT").a)(n.a)},DH7j:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=(()=>Array.isArray||(e=>e&&"number"==typeof e.length))()},"DKr+":function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={s:["thodde secondanim","thodde second"],ss:[e+" secondanim",e+" second"],m:["eka mintan","ek minute"],mm:[e+" mintanim",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voranim",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disanim",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineanim",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsanim",e+" vorsam"]};return t?a[i][0]:a[i][1]}e.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokalli"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"rati":e<12?"sokalli":e<16?"donparam":e<20?"sanje":"rati"}})}(i("wd/R"))},Dkky:function(e,t,i){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(i("wd/R"))},Dmvi:function(e,t,i){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},DoHr:function(e,t,i){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'\xfcnc\xfc",4:"'\xfcnc\xfc",100:"'\xfcnc\xfc",6:"'nc\u0131",9:"'uncu",10:"'uncu",30:"'uncu",60:"'\u0131nc\u0131",90:"'\u0131nc\u0131"};e.defineLocale("tr",{months:"Ocak_\u015eubat_Mart_Nisan_May\u0131s_Haziran_Temmuz_A\u011fustos_Eyl\xfcl_Ekim_Kas\u0131m_Aral\u0131k".split("_"),monthsShort:"Oca_\u015eub_Mar_Nis_May_Haz_Tem_A\u011fu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Sal\u0131_\xc7ar\u015famba_Per\u015fembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_\xc7ar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_\xc7a_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn saat] LT",nextDay:"[yar\u0131n saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[d\xfcn] LT",lastWeek:"[ge\xe7en] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \xf6nce",s:"birka\xe7 saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir g\xfcn",dd:"%d g\xfcn",M:"bir ay",MM:"%d ay",y:"bir y\u0131l",yy:"%d y\u0131l"},ordinal:function(e,i){switch(i){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'\u0131nc\u0131";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(i("wd/R"))},DxQv:function(e,t,i){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8n_man_tir_ons_tor_fre_l\xf8r".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"p\xe5 dddd [kl.] LT",lastDay:"[i g\xe5r kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"f\xe5 sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"et \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},Dzi0:function(e,t,i){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(i("wd/R"))},"E+lV":function(e,t,i){!function(e){"use strict";var t={words:{ss:["\u0441\u0435\u043a\u0443\u043d\u0434\u0430","\u0441\u0435\u043a\u0443\u043d\u0434\u0435","\u0441\u0435\u043a\u0443\u043d\u0434\u0438"],m:["\u0458\u0435\u0434\u0430\u043d \u043c\u0438\u043d\u0443\u0442","\u0458\u0435\u0434\u043d\u0435 \u043c\u0438\u043d\u0443\u0442\u0435"],mm:["\u043c\u0438\u043d\u0443\u0442","\u043c\u0438\u043d\u0443\u0442\u0435","\u043c\u0438\u043d\u0443\u0442\u0430"],h:["\u0458\u0435\u0434\u0430\u043d \u0441\u0430\u0442","\u0458\u0435\u0434\u043d\u043e\u0433 \u0441\u0430\u0442\u0430"],hh:["\u0441\u0430\u0442","\u0441\u0430\u0442\u0430","\u0441\u0430\u0442\u0438"],dd:["\u0434\u0430\u043d","\u0434\u0430\u043d\u0430","\u0434\u0430\u043d\u0430"],MM:["\u043c\u0435\u0441\u0435\u0446","\u043c\u0435\u0441\u0435\u0446\u0430","\u043c\u0435\u0441\u0435\u0446\u0438"],yy:["\u0433\u043e\u0434\u0438\u043d\u0430","\u0433\u043e\u0434\u0438\u043d\u0435","\u0433\u043e\u0434\u0438\u043d\u0430"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,i,n){var a=t.words[n];return 1===n.length?i?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("sr-cyrl",{months:"\u0458\u0430\u043d\u0443\u0430\u0440_\u0444\u0435\u0431\u0440\u0443\u0430\u0440_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440_\u043e\u043a\u0442\u043e\u0431\u0430\u0440_\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440_\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440".split("_"),monthsShort:"\u0458\u0430\u043d._\u0444\u0435\u0431._\u043c\u0430\u0440._\u0430\u043f\u0440._\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433._\u0441\u0435\u043f._\u043e\u043a\u0442._\u043d\u043e\u0432._\u0434\u0435\u0446.".split("_"),monthsParseExact:!0,weekdays:"\u043d\u0435\u0434\u0435\u0459\u0430_\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a_\u0443\u0442\u043e\u0440\u0430\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a_\u043f\u0435\u0442\u0430\u043a_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434._\u043f\u043e\u043d._\u0443\u0442\u043e._\u0441\u0440\u0435._\u0447\u0435\u0442._\u043f\u0435\u0442._\u0441\u0443\u0431.".split("_"),weekdaysMin:"\u043d\u0435_\u043f\u043e_\u0443\u0442_\u0441\u0440_\u0447\u0435_\u043f\u0435_\u0441\u0443".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[\u0434\u0430\u043d\u0430\u0441 \u0443] LT",nextDay:"[\u0441\u0443\u0442\u0440\u0430 \u0443] LT",nextWeek:function(){switch(this.day()){case 0:return"[\u0443] [\u043d\u0435\u0434\u0435\u0459\u0443] [\u0443] LT";case 3:return"[\u0443] [\u0441\u0440\u0435\u0434\u0443] [\u0443] LT";case 6:return"[\u0443] [\u0441\u0443\u0431\u043e\u0442\u0443] [\u0443] LT";case 1:case 2:case 4:case 5:return"[\u0443] dddd [\u0443] LT"}},lastDay:"[\u0458\u0443\u0447\u0435 \u0443] LT",lastWeek:function(){return["[\u043f\u0440\u043e\u0448\u043b\u0435] [\u043d\u0435\u0434\u0435\u0459\u0435] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u0443\u0442\u043e\u0440\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u0435] [\u0441\u0440\u0435\u0434\u0435] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u0447\u0435\u0442\u0432\u0440\u0442\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u043f\u0435\u0442\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u0435] [\u0441\u0443\u0431\u043e\u0442\u0435] [\u0443] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"\u043f\u0440\u0435 %s",s:"\u043d\u0435\u043a\u043e\u043b\u0438\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"\u0434\u0430\u043d",dd:t.translate,M:"\u043c\u0435\u0441\u0435\u0446",MM:t.translate,y:"\u0433\u043e\u0434\u0438\u043d\u0443",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},EOgW:function(e,t,i){!function(e){"use strict";e.defineLocale("th",{months:"\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21_\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c_\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21_\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19_\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21_\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19_\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21_\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21_\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19_\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21_\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19_\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21".split("_"),monthsShort:"\u0e21.\u0e04._\u0e01.\u0e1e._\u0e21\u0e35.\u0e04._\u0e40\u0e21.\u0e22._\u0e1e.\u0e04._\u0e21\u0e34.\u0e22._\u0e01.\u0e04._\u0e2a.\u0e04._\u0e01.\u0e22._\u0e15.\u0e04._\u0e1e.\u0e22._\u0e18.\u0e04.".split("_"),monthsParseExact:!0,weekdays:"\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c_\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c_\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23_\u0e1e\u0e38\u0e18_\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35_\u0e28\u0e38\u0e01\u0e23\u0e4c_\u0e40\u0e2a\u0e32\u0e23\u0e4c".split("_"),weekdaysShort:"\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c_\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c_\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23_\u0e1e\u0e38\u0e18_\u0e1e\u0e24\u0e2b\u0e31\u0e2a_\u0e28\u0e38\u0e01\u0e23\u0e4c_\u0e40\u0e2a\u0e32\u0e23\u0e4c".split("_"),weekdaysMin:"\u0e2d\u0e32._\u0e08._\u0e2d._\u0e1e._\u0e1e\u0e24._\u0e28._\u0e2a.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY \u0e40\u0e27\u0e25\u0e32 H:mm",LLLL:"\u0e27\u0e31\u0e19dddd\u0e17\u0e35\u0e48 D MMMM YYYY \u0e40\u0e27\u0e25\u0e32 H:mm"},meridiemParse:/\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07|\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07/,isPM:function(e){return"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"===e},meridiem:function(e,t,i){return e<12?"\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07":"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"},calendar:{sameDay:"[\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",nextDay:"[\u0e1e\u0e23\u0e38\u0e48\u0e07\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",nextWeek:"dddd[\u0e2b\u0e19\u0e49\u0e32 \u0e40\u0e27\u0e25\u0e32] LT",lastDay:"[\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",lastWeek:"[\u0e27\u0e31\u0e19]dddd[\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 \u0e40\u0e27\u0e25\u0e32] LT",sameElse:"L"},relativeTime:{future:"\u0e2d\u0e35\u0e01 %s",past:"%s\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27",s:"\u0e44\u0e21\u0e48\u0e01\u0e35\u0e48\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35",ss:"%d \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35",m:"1 \u0e19\u0e32\u0e17\u0e35",mm:"%d \u0e19\u0e32\u0e17\u0e35",h:"1 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07",hh:"%d \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07",d:"1 \u0e27\u0e31\u0e19",dd:"%d \u0e27\u0e31\u0e19",M:"1 \u0e40\u0e14\u0e37\u0e2d\u0e19",MM:"%d \u0e40\u0e14\u0e37\u0e2d\u0e19",y:"1 \u0e1b\u0e35",yy:"%d \u0e1b\u0e35"}})}(i("wd/R"))},EY2u:function(e,t,i){"use strict";i.d(t,"a",(function(){return a})),i.d(t,"b",(function(){return s}));var n=i("HDdC");const a=new n.a(e=>e.complete());function s(e){return e?function(e){return new n.a(t=>e.schedule(()=>t.complete()))}(e):a}},EwFO:function(e,t,i){"use strict";var n=i("tyNb"),a=i("XNiG"),s=i("xgIS"),r=i("1G5W"),o=i("Kj3r"),l=i("pLZG");function u(e){return getComputedStyle(e)}function c(e,t){for(var i in t){var n=t[i];"number"==typeof n&&(n+="px"),e.style[i]=n}return e}function d(e){var t=document.createElement("div");return t.className=e,t}var m="undefined"!=typeof Element&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function h(e,t){if(!m)throw new Error("No element matching method supported");return m.call(e,t)}function p(e){e.remove?e.remove():e.parentNode&&e.parentNode.removeChild(e)}function f(e,t){return Array.prototype.filter.call(e.children,(function(e){return h(e,t)}))}var g=function(e){return"ps__thumb-"+e},_=function(e){return"ps__rail-"+e},b=function(e){return"ps--active-"+e},y=function(e){return"ps--scrolling-"+e},v={x:null,y:null};function w(e,t){var i=e.element.classList,n=y(t);i.contains(n)?clearTimeout(v[t]):i.add(n)}function k(e,t){v[t]=setTimeout((function(){return e.isAlive&&e.element.classList.remove(y(t))}),e.settings.scrollingThreshold)}var x=function(e){this.element=e,this.handlers={}},M={isEmpty:{configurable:!0}};x.prototype.bind=function(e,t){void 0===this.handlers[e]&&(this.handlers[e]=[]),this.handlers[e].push(t),this.element.addEventListener(e,t,!1)},x.prototype.unbind=function(e,t){var i=this;this.handlers[e]=this.handlers[e].filter((function(n){return!(!t||n===t)||(i.element.removeEventListener(e,n,!1),!1)}))},x.prototype.unbindAll=function(){for(var e in this.handlers)this.unbind(e)},M.isEmpty.get=function(){var e=this;return Object.keys(this.handlers).every((function(t){return 0===e.handlers[t].length}))},Object.defineProperties(x.prototype,M);var L=function(){this.eventElements=[]};function C(e){if("function"==typeof window.CustomEvent)return new CustomEvent(e);var t=document.createEvent("CustomEvent");return t.initCustomEvent(e,!1,!1,void 0),t}L.prototype.eventElement=function(e){var t=this.eventElements.filter((function(t){return t.element===e}))[0];return t||(t=new x(e),this.eventElements.push(t)),t},L.prototype.bind=function(e,t,i){this.eventElement(e).bind(t,i)},L.prototype.unbind=function(e,t,i){var n=this.eventElement(e);n.unbind(t,i),n.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(n),1)},L.prototype.unbindAll=function(){this.eventElements.forEach((function(e){return e.unbindAll()})),this.eventElements=[]},L.prototype.once=function(e,t,i){var n=this.eventElement(e),a=function(e){n.unbind(t,a),i(e)};n.bind(t,a)};var S=function(e,t,i,n,a){var s;if(void 0===n&&(n=!0),void 0===a&&(a=!1),"top"===t)s=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==t)throw new Error("A proper axis should be provided");s=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function(e,t,i,n,a){var s=i[0],r=i[1],o=i[2],l=i[3],u=i[4],c=i[5];void 0===n&&(n=!0),void 0===a&&(a=!1);var d=e.element;e.reach[l]=null,d[o]<1&&(e.reach[l]="start"),d[o]>e[s]-e[r]-1&&(e.reach[l]="end"),t&&(d.dispatchEvent(C("ps-scroll-"+l)),t<0?d.dispatchEvent(C("ps-scroll-"+u)):t>0&&d.dispatchEvent(C("ps-scroll-"+c)),n&&function(e,t){w(e,t),k(e,t)}(e,l)),e.reach[l]&&(t||a)&&d.dispatchEvent(C("ps-"+l+"-reach-"+e.reach[l]))}(e,i,s,n,a)};function D(e){return parseInt(e,10)||0}var T={isWebKit:"undefined"!=typeof document&&"WebkitAppearance"in document.documentElement.style,supportsTouch:"undefined"!=typeof window&&("ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:"undefined"!=typeof navigator&&navigator.msMaxTouchPoints,isChrome:"undefined"!=typeof navigator&&/Chrome/i.test(navigator&&navigator.userAgent)},O=function(e){var t=e.element,i=Math.floor(t.scrollTop);e.containerWidth=t.clientWidth,e.containerHeight=t.clientHeight,e.contentWidth=t.scrollWidth,e.contentHeight=t.scrollHeight,t.contains(e.scrollbarXRail)||(f(t,_("x")).forEach((function(e){return p(e)})),t.appendChild(e.scrollbarXRail)),t.contains(e.scrollbarYRail)||(f(t,_("y")).forEach((function(e){return p(e)})),t.appendChild(e.scrollbarYRail)),!e.settings.suppressScrollX&&e.containerWidth+e.settings.scrollXMarginOffset<e.contentWidth?(e.scrollbarXActive=!0,e.railXWidth=e.containerWidth-e.railXMarginWidth,e.railXRatio=e.containerWidth/e.railXWidth,e.scrollbarXWidth=E(e,D(e.railXWidth*e.containerWidth/e.contentWidth)),e.scrollbarXLeft=D((e.negativeScrollAdjustment+t.scrollLeft)*(e.railXWidth-e.scrollbarXWidth)/(e.contentWidth-e.containerWidth))):e.scrollbarXActive=!1,!e.settings.suppressScrollY&&e.containerHeight+e.settings.scrollYMarginOffset<e.contentHeight?(e.scrollbarYActive=!0,e.railYHeight=e.containerHeight-e.railYMarginHeight,e.railYRatio=e.containerHeight/e.railYHeight,e.scrollbarYHeight=E(e,D(e.railYHeight*e.containerHeight/e.contentHeight)),e.scrollbarYTop=D(i*(e.railYHeight-e.scrollbarYHeight)/(e.contentHeight-e.containerHeight))):e.scrollbarYActive=!1,e.scrollbarXLeft>=e.railXWidth-e.scrollbarXWidth&&(e.scrollbarXLeft=e.railXWidth-e.scrollbarXWidth),e.scrollbarYTop>=e.railYHeight-e.scrollbarYHeight&&(e.scrollbarYTop=e.railYHeight-e.scrollbarYHeight),function(e,t){var i={width:t.railXWidth},n=Math.floor(e.scrollTop);i.left=t.isRtl?t.negativeScrollAdjustment+e.scrollLeft+t.containerWidth-t.contentWidth:e.scrollLeft,t.isScrollbarXUsingBottom?i.bottom=t.scrollbarXBottom-n:i.top=t.scrollbarXTop+n,c(t.scrollbarXRail,i);var a={top:n,height:t.railYHeight};t.isScrollbarYUsingRight?a.right=t.isRtl?t.contentWidth-(t.negativeScrollAdjustment+e.scrollLeft)-t.scrollbarYRight-t.scrollbarYOuterWidth:t.scrollbarYRight-e.scrollLeft:a.left=t.isRtl?t.negativeScrollAdjustment+e.scrollLeft+2*t.containerWidth-t.contentWidth-t.scrollbarYLeft-t.scrollbarYOuterWidth:t.scrollbarYLeft+e.scrollLeft,c(t.scrollbarYRail,a),c(t.scrollbarX,{left:t.scrollbarXLeft,width:t.scrollbarXWidth-t.railBorderXWidth}),c(t.scrollbarY,{top:t.scrollbarYTop,height:t.scrollbarYHeight-t.railBorderYWidth})}(t,e),e.scrollbarXActive?t.classList.add(b("x")):(t.classList.remove(b("x")),e.scrollbarXWidth=0,e.scrollbarXLeft=0,t.scrollLeft=0),e.scrollbarYActive?t.classList.add(b("y")):(t.classList.remove(b("y")),e.scrollbarYHeight=0,e.scrollbarYTop=0,t.scrollTop=0)};function E(e,t){return e.settings.minScrollbarLength&&(t=Math.max(t,e.settings.minScrollbarLength)),e.settings.maxScrollbarLength&&(t=Math.min(t,e.settings.maxScrollbarLength)),t}function j(e,t){var i=t[0],n=t[1],a=t[2],s=t[3],r=t[5],o=t[6],l=t[7],u=t[8],c=e.element,d=null,m=null,h=null;function p(t){c[o]=d+h*(t[a]-m),w(e,l),O(e),t.stopPropagation(),t.preventDefault()}function f(){k(e,l),e[u].classList.remove("ps--clicking"),e.event.unbind(e.ownerDocument,"mousemove",p)}e.event.bind(e[t[4]],"mousedown",(function(t){d=c[o],m=t[a],h=(e[n]-e[i])/(e[s]-e[r]),e.event.bind(e.ownerDocument,"mousemove",p),e.event.once(e.ownerDocument,"mouseup",f),e[u].classList.add("ps--clicking"),t.stopPropagation(),t.preventDefault()}))}var A={"click-rail":function(e){e.event.bind(e.scrollbarY,"mousedown",(function(e){return e.stopPropagation()})),e.event.bind(e.scrollbarYRail,"mousedown",(function(t){var i=t.pageY-window.pageYOffset-e.scrollbarYRail.getBoundingClientRect().top;e.element.scrollTop+=(i>e.scrollbarYTop?1:-1)*e.containerHeight,O(e),t.stopPropagation()})),e.event.bind(e.scrollbarX,"mousedown",(function(e){return e.stopPropagation()})),e.event.bind(e.scrollbarXRail,"mousedown",(function(t){var i=t.pageX-window.pageXOffset-e.scrollbarXRail.getBoundingClientRect().left;e.element.scrollLeft+=(i>e.scrollbarXLeft?1:-1)*e.containerWidth,O(e),t.stopPropagation()}))},"drag-thumb":function(e){j(e,["containerWidth","contentWidth","pageX","railXWidth","scrollbarX","scrollbarXWidth","scrollLeft","x","scrollbarXRail"]),j(e,["containerHeight","contentHeight","pageY","railYHeight","scrollbarY","scrollbarYHeight","scrollTop","y","scrollbarYRail"])},keyboard:function(e){var t=e.element;e.event.bind(e.ownerDocument,"keydown",(function(i){if(!(i.isDefaultPrevented&&i.isDefaultPrevented()||i.defaultPrevented)&&(h(t,":hover")||h(e.scrollbarX,":focus")||h(e.scrollbarY,":focus"))){var n,a=document.activeElement?document.activeElement:e.ownerDocument.activeElement;if(a){if("IFRAME"===a.tagName)a=a.contentDocument.activeElement;else for(;a.shadowRoot;)a=a.shadowRoot.activeElement;if(h(n=a,"input,[contenteditable]")||h(n,"select,[contenteditable]")||h(n,"textarea,[contenteditable]")||h(n,"button,[contenteditable]"))return}var s=0,r=0;switch(i.which){case 37:s=i.metaKey?-e.contentWidth:i.altKey?-e.containerWidth:-30;break;case 38:r=i.metaKey?e.contentHeight:i.altKey?e.containerHeight:30;break;case 39:s=i.metaKey?e.contentWidth:i.altKey?e.containerWidth:30;break;case 40:r=i.metaKey?-e.contentHeight:i.altKey?-e.containerHeight:-30;break;case 32:r=i.shiftKey?e.containerHeight:-e.containerHeight;break;case 33:r=e.containerHeight;break;case 34:r=-e.containerHeight;break;case 36:r=e.contentHeight;break;case 35:r=-e.contentHeight;break;default:return}e.settings.suppressScrollX&&0!==s||e.settings.suppressScrollY&&0!==r||(t.scrollTop-=r,t.scrollLeft+=s,O(e),function(i,n){var a=Math.floor(t.scrollTop);if(0===i){if(!e.scrollbarYActive)return!1;if(0===a&&n>0||a>=e.contentHeight-e.containerHeight&&n<0)return!e.settings.wheelPropagation}var s=t.scrollLeft;if(0===n){if(!e.scrollbarXActive)return!1;if(0===s&&i<0||s>=e.contentWidth-e.containerWidth&&i>0)return!e.settings.wheelPropagation}return!0}(s,r)&&i.preventDefault())}}))},wheel:function(e){var t=e.element;function i(i){var n=function(e){var t=e.deltaX,i=-1*e.deltaY;return void 0!==t&&void 0!==i||(t=-1*e.wheelDeltaX/6,i=e.wheelDeltaY/6),e.deltaMode&&1===e.deltaMode&&(t*=10,i*=10),t!=t&&i!=i&&(t=0,i=e.wheelDelta),e.shiftKey?[-i,-t]:[t,i]}(i),a=n[0],s=n[1];if(!function(e,i,n){if(!T.isWebKit&&t.querySelector("select:focus"))return!0;if(!t.contains(e))return!1;for(var a=e;a&&a!==t;){if(a.classList.contains("ps__child--consume"))return!0;var s=u(a);if([s.overflow,s.overflowX,s.overflowY].join("").match(/(scroll|auto)/)){var r=a.scrollHeight-a.clientHeight;if(r>0&&!(0===a.scrollTop&&n>0||a.scrollTop===r&&n<0))return!0;var o=a.scrollWidth-a.clientWidth;if(o>0&&!(0===a.scrollLeft&&i<0||a.scrollLeft===o&&i>0))return!0}a=a.parentNode}return!1}(i.target,a,s)){var r=!1;e.settings.useBothWheelAxes?e.scrollbarYActive&&!e.scrollbarXActive?(s?t.scrollTop-=s*e.settings.wheelSpeed:t.scrollTop+=a*e.settings.wheelSpeed,r=!0):e.scrollbarXActive&&!e.scrollbarYActive&&(a?t.scrollLeft+=a*e.settings.wheelSpeed:t.scrollLeft-=s*e.settings.wheelSpeed,r=!0):(t.scrollTop-=s*e.settings.wheelSpeed,t.scrollLeft+=a*e.settings.wheelSpeed),O(e),(r=r||function(i,n){var a=Math.floor(t.scrollTop),s=0===t.scrollTop,r=a+t.offsetHeight===t.scrollHeight,o=0===t.scrollLeft,l=t.scrollLeft+t.offsetWidth===t.scrollWidth;return!(Math.abs(n)>Math.abs(i)?s||r:o||l)||!e.settings.wheelPropagation}(a,s))&&!i.ctrlKey&&(i.stopPropagation(),i.preventDefault())}}void 0!==window.onwheel?e.event.bind(t,"wheel",i):void 0!==window.onmousewheel&&e.event.bind(t,"mousewheel",i)},touch:function(e){if(T.supportsTouch||T.supportsIePointer){var t=e.element,i={},n=0,a={},s=null;T.supportsTouch?(e.event.bind(t,"touchstart",c),e.event.bind(t,"touchmove",d),e.event.bind(t,"touchend",m)):T.supportsIePointer&&(window.PointerEvent?(e.event.bind(t,"pointerdown",c),e.event.bind(t,"pointermove",d),e.event.bind(t,"pointerup",m)):window.MSPointerEvent&&(e.event.bind(t,"MSPointerDown",c),e.event.bind(t,"MSPointerMove",d),e.event.bind(t,"MSPointerUp",m)))}function r(i,n){t.scrollTop-=n,t.scrollLeft-=i,O(e)}function o(e){return e.targetTouches?e.targetTouches[0]:e}function l(e){return!(e.pointerType&&"pen"===e.pointerType&&0===e.buttons||(!e.targetTouches||1!==e.targetTouches.length)&&(!e.pointerType||"mouse"===e.pointerType||e.pointerType===e.MSPOINTER_TYPE_MOUSE))}function c(e){if(l(e)){var t=o(e);i.pageX=t.pageX,i.pageY=t.pageY,n=(new Date).getTime(),null!==s&&clearInterval(s)}}function d(s){if(l(s)){var c=o(s),d={pageX:c.pageX,pageY:c.pageY},m=d.pageX-i.pageX,h=d.pageY-i.pageY;if(function(e,i,n){if(!t.contains(e))return!1;for(var a=e;a&&a!==t;){if(a.classList.contains("ps__child--consume"))return!0;var s=u(a);if([s.overflow,s.overflowX,s.overflowY].join("").match(/(scroll|auto)/)){var r=a.scrollHeight-a.clientHeight;if(r>0&&!(0===a.scrollTop&&n>0||a.scrollTop===r&&n<0))return!0;var o=a.scrollLeft-a.clientWidth;if(o>0&&!(0===a.scrollLeft&&i<0||a.scrollLeft===o&&i>0))return!0}a=a.parentNode}return!1}(s.target,m,h))return;r(m,h),i=d;var p=(new Date).getTime(),f=p-n;f>0&&(a.x=m/f,a.y=h/f,n=p),function(i,n){var a=Math.floor(t.scrollTop),s=t.scrollLeft,r=Math.abs(i),o=Math.abs(n);if(o>r){if(n<0&&a===e.contentHeight-e.containerHeight||n>0&&0===a)return 0===window.scrollY&&n>0&&T.isChrome}else if(r>o&&(i<0&&s===e.contentWidth-e.containerWidth||i>0&&0===s))return!0;return!0}(m,h)&&s.preventDefault()}}function m(){e.settings.swipeEasing&&(clearInterval(s),s=setInterval((function(){e.isInitialized?clearInterval(s):a.x||a.y?Math.abs(a.x)<.01&&Math.abs(a.y)<.01?clearInterval(s):(r(30*a.x,30*a.y),a.x*=.8,a.y*=.8):clearInterval(s)}),10))}}},Y=function(e,t){var i=this;if(void 0===t&&(t={}),"string"==typeof e&&(e=document.querySelector(e)),!e||!e.nodeName)throw new Error("no element is specified to initialize PerfectScrollbar");for(var n in this.element=e,e.classList.add("ps"),this.settings={handlers:["click-rail","drag-thumb","keyboard","wheel","touch"],maxScrollbarLength:null,minScrollbarLength:null,scrollingThreshold:1e3,scrollXMarginOffset:0,scrollYMarginOffset:0,suppressScrollX:!1,suppressScrollY:!1,swipeEasing:!0,useBothWheelAxes:!1,wheelPropagation:!0,wheelSpeed:1},t)i.settings[n]=t[n];this.containerWidth=null,this.containerHeight=null,this.contentWidth=null,this.contentHeight=null;var a,s,r=function(){return e.classList.add("ps--focus")},o=function(){return e.classList.remove("ps--focus")};this.isRtl="rtl"===u(e).direction,this.isNegativeScroll=(s=e.scrollLeft,e.scrollLeft=-1,a=e.scrollLeft<0,e.scrollLeft=s,a),this.negativeScrollAdjustment=this.isNegativeScroll?e.scrollWidth-e.clientWidth:0,this.event=new L,this.ownerDocument=e.ownerDocument||document,this.scrollbarXRail=d(_("x")),e.appendChild(this.scrollbarXRail),this.scrollbarX=d(g("x")),this.scrollbarXRail.appendChild(this.scrollbarX),this.scrollbarX.setAttribute("tabindex",0),this.event.bind(this.scrollbarX,"focus",r),this.event.bind(this.scrollbarX,"blur",o),this.scrollbarXActive=null,this.scrollbarXWidth=null,this.scrollbarXLeft=null;var l=u(this.scrollbarXRail);this.scrollbarXBottom=parseInt(l.bottom,10),isNaN(this.scrollbarXBottom)?(this.isScrollbarXUsingBottom=!1,this.scrollbarXTop=D(l.top)):this.isScrollbarXUsingBottom=!0,this.railBorderXWidth=D(l.borderLeftWidth)+D(l.borderRightWidth),c(this.scrollbarXRail,{display:"block"}),this.railXMarginWidth=D(l.marginLeft)+D(l.marginRight),c(this.scrollbarXRail,{display:""}),this.railXWidth=null,this.railXRatio=null,this.scrollbarYRail=d(_("y")),e.appendChild(this.scrollbarYRail),this.scrollbarY=d(g("y")),this.scrollbarYRail.appendChild(this.scrollbarY),this.scrollbarY.setAttribute("tabindex",0),this.event.bind(this.scrollbarY,"focus",r),this.event.bind(this.scrollbarY,"blur",o),this.scrollbarYActive=null,this.scrollbarYHeight=null,this.scrollbarYTop=null;var m=u(this.scrollbarYRail);this.scrollbarYRight=parseInt(m.right,10),isNaN(this.scrollbarYRight)?(this.isScrollbarYUsingRight=!1,this.scrollbarYLeft=D(m.left)):this.isScrollbarYUsingRight=!0,this.scrollbarYOuterWidth=this.isRtl?function(e){var t=u(e);return D(t.width)+D(t.paddingLeft)+D(t.paddingRight)+D(t.borderLeftWidth)+D(t.borderRightWidth)}(this.scrollbarY):null,this.railBorderYWidth=D(m.borderTopWidth)+D(m.borderBottomWidth),c(this.scrollbarYRail,{display:"block"}),this.railYMarginHeight=D(m.marginTop)+D(m.marginBottom),c(this.scrollbarYRail,{display:""}),this.railYHeight=null,this.railYRatio=null,this.reach={x:e.scrollLeft<=0?"start":e.scrollLeft>=this.contentWidth-this.containerWidth?"end":null,y:e.scrollTop<=0?"start":e.scrollTop>=this.contentHeight-this.containerHeight?"end":null},this.isAlive=!0,this.settings.handlers.forEach((function(e){return A[e](i)})),this.lastScrollTop=Math.floor(e.scrollTop),this.lastScrollLeft=e.scrollLeft,this.event.bind(this.element,"scroll",(function(e){return i.onScroll(e)})),O(this)};Y.prototype.update=function(){this.isAlive&&(this.negativeScrollAdjustment=this.isNegativeScroll?this.element.scrollWidth-this.element.clientWidth:0,c(this.scrollbarXRail,{display:"block"}),c(this.scrollbarYRail,{display:"block"}),this.railXMarginWidth=D(u(this.scrollbarXRail).marginLeft)+D(u(this.scrollbarXRail).marginRight),this.railYMarginHeight=D(u(this.scrollbarYRail).marginTop)+D(u(this.scrollbarYRail).marginBottom),c(this.scrollbarXRail,{display:"none"}),c(this.scrollbarYRail,{display:"none"}),O(this),S(this,"top",0,!1,!0),S(this,"left",0,!1,!0),c(this.scrollbarXRail,{display:""}),c(this.scrollbarYRail,{display:""}))},Y.prototype.onScroll=function(e){this.isAlive&&(O(this),S(this,"top",this.element.scrollTop-this.lastScrollTop),S(this,"left",this.element.scrollLeft-this.lastScrollLeft),this.lastScrollTop=Math.floor(this.element.scrollTop),this.lastScrollLeft=this.element.scrollLeft)},Y.prototype.destroy=function(){this.isAlive&&(this.event.unbindAll(),p(this.scrollbarX),p(this.scrollbarY),p(this.scrollbarXRail),p(this.scrollbarYRail),this.removePsClasses(),this.element=null,this.scrollbarX=null,this.scrollbarY=null,this.scrollbarXRail=null,this.scrollbarYRail=null,this.isAlive=!1)},Y.prototype.removePsClasses=function(){this.element.className=this.element.className.split(" ").filter((function(e){return!e.match(/^ps([-_].+|)$/)})).join(" ")};var I=Y,F=i("LvDl");class P{constructor(e,t,i,n){this.x=e,this.y=t,this.w=i,this.h=n}}class R{constructor(e,t){this.x=e,this.y=t}}var N=i("fXoL"),q=i("0JVi"),H=i("nLfN");i.d(t,"a",(function(){return B}));let B=(()=>{class e{constructor(e,t,i,n){this.elementRef=e,this._fuseConfigService=t,this._platform=i,this._router=n,this.isInitialized=!1,this.isMobile=!1,this._animation=null,this._enabled=!1,this._debouncedUpdate=F.debounce(this.update,150),this._options={updateOnRouteChange:!1},this._unsubscribeAll=new a.a}set fusePerfectScrollbarOptions(e){this._options=F.merge({},this._options,e),setTimeout(()=>{this._destroy()}),setTimeout(()=>{this._init()})}get fusePerfectScrollbarOptions(){return this._options}set enabled(e){""===e&&(e=!0),this.enabled!==e&&(this._enabled=e,this.enabled?this._init():this._destroy())}get enabled(){return this._enabled}ngOnInit(){Object(s.a)(window,"resize").pipe(Object(r.a)(this._unsubscribeAll),Object(o.a)(150)).subscribe(()=>{this.update()})}ngAfterViewInit(){this._fuseConfigService.config.pipe(Object(r.a)(this._unsubscribeAll)).subscribe(e=>{this.enabled=e.customScrollbars}),this.fusePerfectScrollbarOptions.updateOnRouteChange&&this._router.events.pipe(Object(r.a)(this._unsubscribeAll),Object(l.a)(e=>e instanceof n.c)).subscribe(()=>{setTimeout(()=>{this.scrollToTop(),this.update()},0)})}ngOnDestroy(){this._destroy(),this._unsubscribeAll.next(),this._unsubscribeAll.complete()}_init(){this.isInitialized||((this._platform.ANDROID||this._platform.IOS)&&(this.isMobile=!0),this.isMobile||(this.isInitialized=!0,this.ps=new I(this.elementRef.nativeElement,Object.assign({},this.fusePerfectScrollbarOptions)),this.ps.event.eventElements.forEach(e=>{void 0!==e.handlers.keydown&&e.element.removeEventListener("keydown",e.handlers.keydown[0])})))}_destroy(){this.isInitialized&&this.ps&&(this.ps.destroy(),this.ps=null,this.isInitialized=!1)}_updateOnResize(){this._debouncedUpdate()}documentClick(e){this.isInitialized&&this.ps&&this.ps.update()}update(){this.isInitialized&&this.ps.update()}destroy(){this.ngOnDestroy()}geometry(e="scroll"){return new P(this.elementRef.nativeElement[e+"Left"],this.elementRef.nativeElement[e+"Top"],this.elementRef.nativeElement[e+"Width"],this.elementRef.nativeElement[e+"Height"])}position(e=!1){return!e&&this.ps?new R(this.ps.reach.x||0,this.ps.reach.y||0):new R(this.elementRef.nativeElement.scrollLeft,this.elementRef.nativeElement.scrollTop)}scrollTo(e,t,i){null==t&&null==i?this.animateScrolling("scrollTop",e,i):(null!=e&&this.animateScrolling("scrollLeft",e,i),null!=t&&this.animateScrolling("scrollTop",t,i))}scrollToX(e,t){this.animateScrolling("scrollLeft",e,t)}scrollToY(e,t){this.animateScrolling("scrollTop",e,t)}scrollToTop(e,t){this.animateScrolling("scrollTop",e||0,t)}scrollToLeft(e,t){this.animateScrolling("scrollLeft",e||0,t)}scrollToRight(e,t){this.animateScrolling("scrollLeft",this.elementRef.nativeElement.scrollWidth-this.elementRef.nativeElement.clientWidth-(e||0),t)}scrollToBottom(e,t){this.animateScrolling("scrollTop",this.elementRef.nativeElement.scrollHeight-this.elementRef.nativeElement.clientHeight-(e||0),t)}scrollToElement(e,t,i){const n=this.elementRef.nativeElement.querySelector(e);if(!n)return;const a=n.getBoundingClientRect(),s=this.elementRef.nativeElement.getBoundingClientRect();this.elementRef.nativeElement.classList.contains("ps--active-x")&&this.animateScrolling("scrollLeft",a.left-s.left+this.elementRef.nativeElement.scrollLeft+(t||0),i),this.elementRef.nativeElement.classList.contains("ps--active-y")&&this.animateScrolling("scrollTop",a.top-s.top+this.elementRef.nativeElement.scrollTop+(t||0),i)}animateScrolling(e,t,i){if(this._animation&&(window.cancelAnimationFrame(this._animation),this._animation=null),i&&"undefined"!=typeof window){if(t!==this.elementRef.nativeElement[e]){let n=0,a=0,s=performance.now(),r=this.elementRef.nativeElement[e];const o=(r-t)/2,l=u=>{a+=Math.PI/(i/(u-s)),n=Math.round(t+o+o*Math.cos(a)),this.elementRef.nativeElement[e]===r&&(a>=Math.PI?this.animateScrolling(e,t,0):(this.elementRef.nativeElement[e]=n,r=this.elementRef.nativeElement[e],s=u,this._animation=window.requestAnimationFrame(l)))};window.requestAnimationFrame(l)}}else this.elementRef.nativeElement[e]=t}}return e.\u0275fac=function(t){return new(t||e)(N.Tb(N.l),N.Tb(q.b),N.Tb(H.a),N.Tb(n.g))},e.\u0275dir=N.Ob({type:e,selectors:[["","fusePerfectScrollbar",""]],hostBindings:function(e,t){1&e&&N.hc("resize",(function(e){return t._updateOnResize()}),!1,N.Cc)("click",(function(e){return t.documentClick(e)}),!1,N.Bc)},inputs:{fusePerfectScrollbarOptions:"fusePerfectScrollbarOptions",enabled:["fusePerfectScrollbar","enabled"]}}),e})()},FKr1:function(e,t,i){"use strict";var n=i("fXoL"),a=i("u47x"),s=i("cH1L");const r=new n.Q("9.0.0");var o=i("8LU1"),l=i("XNiG"),u=(i("HDdC"),i("nLfN")),c=(i("jhN1"),i("JX91")),d=i("ofXK"),m=i("R1ws"),h=i("FtGj");i.d(t,"a",(function(){return S})),i.d(t,"b",(function(){return O})),i.d(t,"c",(function(){return D})),i.d(t,"d",(function(){return C})),i.d(t,"e",(function(){return ne})),i.d(t,"f",(function(){return Q})),i.d(t,"g",(function(){return q})),i.d(t,"h",(function(){return v})),i.d(t,"i",(function(){return E})),i.d(t,"j",(function(){return Y})),i.d(t,"k",(function(){return $})),i.d(t,"l",(function(){return K})),i.d(t,"m",(function(){return ie})),i.d(t,"n",(function(){return V})),i.d(t,"o",(function(){return z})),i.d(t,"p",(function(){return H})),i.d(t,"q",(function(){return B})),i.d(t,"r",(function(){return N})),i.d(t,"s",(function(){return ee})),i.d(t,"t",(function(){return te})),i.d(t,"u",(function(){return k})),i.d(t,"v",(function(){return x})),i.d(t,"w",(function(){return w})),i.d(t,"x",(function(){return L})),i.d(t,"y",(function(){return M})),i.d(t,"z",(function(){return j}));const p=["*",[["mat-option"],["ng-container"]]],f=["*","mat-option, ng-container"];function g(e,t){if(1&e&&n.Ub(0,"mat-pseudo-checkbox",3),2&e){const e=n.lc();n.rc("state",e.selected?"checked":"unchecked")("disabled",e.disabled)}}const _=["*"],b=new n.Q("9.0.0"),y=new n.s("mat-sanity-checks",{providedIn:"root",factory:function(){return!0}});let v=(()=>{class e{constructor(e,t){this._hasDoneGlobalChecks=!1,this._document="object"==typeof document&&document?document:null,this._window="object"==typeof window&&window?window:null,e._applyBodyHighContrastModeCssClasses(),this._sanityChecks=t,this._hasDoneGlobalChecks||(this._checkDoctypeIsDefined(),this._checkThemeIsPresent(),this._checkCdkVersionMatch(),this._hasDoneGlobalChecks=!0)}_checksAreEnabled(){return Object(n.Y)()&&!this._isTestEnv()}_isTestEnv(){const e=this._window;return e&&(e.__karma__||e.jasmine)}_checkDoctypeIsDefined(){this._checksAreEnabled()&&(!0===this._sanityChecks||this._sanityChecks.doctype)&&this._document&&!this._document.doctype&&console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")}_checkThemeIsPresent(){if(!(this._checksAreEnabled()&&!1!==this._sanityChecks&&this._sanityChecks.theme&&this._document&&this._document.body&&"function"==typeof getComputedStyle))return;const e=this._document.createElement("div");e.classList.add("mat-theme-loaded-marker"),this._document.body.appendChild(e);const t=getComputedStyle(e);t&&"none"!==t.display&&console.warn("Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming"),this._document.body.removeChild(e)}_checkCdkVersionMatch(){this._checksAreEnabled()&&(!0===this._sanityChecks||this._sanityChecks.version)&&b.full!==r.full&&console.warn("The Angular Material version ("+b.full+") does not match the Angular CDK version ("+r.full+").\nPlease ensure the versions of these two packages exactly match.")}}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)(n.dc(a.j),n.dc(y,8))},imports:[[s.a],s.a]}),e})();function w(e){return class extends e{constructor(...e){super(...e),this._disabled=!1}get disabled(){return this._disabled}set disabled(e){this._disabled=Object(o.c)(e)}}}function k(e,t){return class extends e{constructor(...e){super(...e),this.color=t}get color(){return this._color}set color(e){const i=e||t;i!==this._color&&(this._color&&this._elementRef.nativeElement.classList.remove(`mat-${this._color}`),i&&this._elementRef.nativeElement.classList.add(`mat-${i}`),this._color=i)}}}function x(e){return class extends e{constructor(...e){super(...e),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(e){this._disableRipple=Object(o.c)(e)}}}function M(e,t=0){return class extends e{constructor(...e){super(...e),this._tabIndex=t}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(e){this._tabIndex=null!=e?e:t}}}function L(e){return class extends e{constructor(...e){super(...e),this.errorState=!1,this.stateChanges=new l.a}updateErrorState(){const e=this.errorState,t=(this.errorStateMatcher||this._defaultErrorStateMatcher).isErrorState(this.ngControl?this.ngControl.control:null,this._parentFormGroup||this._parentForm);t!==e&&(this.errorState=t,this.stateChanges.next())}}}const C=new n.s("MAT_DATE_LOCALE",{providedIn:"root",factory:function(){return Object(n.X)(n.w)}});class S{constructor(){this._localeChanges=new l.a}get localeChanges(){return this._localeChanges}deserialize(e){return null==e||this.isDateInstance(e)&&this.isValid(e)?e:this.invalid()}setLocale(e){this.locale=e,this._localeChanges.next()}compareDate(e,t){return this.getYear(e)-this.getYear(t)||this.getMonth(e)-this.getMonth(t)||this.getDate(e)-this.getDate(t)}sameDate(e,t){if(e&&t){let i=this.isValid(e),n=this.isValid(t);return i&&n?!this.compareDate(e,t):i==n}return e==t}clampDate(e,t,i){return t&&this.compareDate(e,t)<0?t:i&&this.compareDate(e,i)>0?i:e}}const D=new n.s("mat-date-formats");let T;try{T="undefined"!=typeof Intl}catch(ae){T=!1}let O=(()=>{class e{isErrorState(e,t){return!!(e&&e.invalid&&(e.touched||t&&t.submitted))}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(n.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})(),E=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","mat-line",""],["","matLine",""]],hostAttrs:[1,"mat-line"]}),e})();function j(e,t){e.changes.pipe(Object(c.a)(e)).subscribe(({length:e})=>{A(t,"mat-2-line",!1),A(t,"mat-3-line",!1),A(t,"mat-multi-line",!1),2===e||3===e?A(t,`mat-${e}-line`,!0):e>3&&A(t,"mat-multi-line",!0)})}function A(e,t,i){const n=e.nativeElement.classList;i?n.add(t):n.remove(t)}let Y=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[v],v]}),e})();const I=function(){var e={FADING_IN:0,VISIBLE:1,FADING_OUT:2,HIDDEN:3};return e[e.FADING_IN]="FADING_IN",e[e.VISIBLE]="VISIBLE",e[e.FADING_OUT]="FADING_OUT",e[e.HIDDEN]="HIDDEN",e}();class F{constructor(e,t,i){this._renderer=e,this.element=t,this.config=i,this.state=I.HIDDEN}fadeOut(){this._renderer.fadeOutRipple(this)}}const P={enterDuration:450,exitDuration:400},R=Object(u.f)({passive:!0});class N{constructor(e,t,i,n){this._target=e,this._ngZone=t,this._isPointerDown=!1,this._triggerEvents=new Map,this._activeRipples=new Set,this._onMousedown=e=>{const t=Object(a.l)(e),i=this._lastTouchStartEvent&&Date.now()<this._lastTouchStartEvent+800;this._target.rippleDisabled||t||i||(this._isPointerDown=!0,this.fadeInRipple(e.clientX,e.clientY,this._target.rippleConfig))},this._onTouchStart=e=>{if(!this._target.rippleDisabled){this._lastTouchStartEvent=Date.now(),this._isPointerDown=!0;const t=e.changedTouches;for(let e=0;e<t.length;e++)this.fadeInRipple(t[e].clientX,t[e].clientY,this._target.rippleConfig)}},this._onPointerUp=()=>{this._isPointerDown&&(this._isPointerDown=!1,this._activeRipples.forEach(e=>{!e.config.persistent&&(e.state===I.VISIBLE||e.config.terminateOnPointerUp&&e.state===I.FADING_IN)&&e.fadeOut()}))},n.isBrowser&&(this._containerElement=Object(o.e)(i),this._triggerEvents.set("mousedown",this._onMousedown).set("mouseup",this._onPointerUp).set("mouseleave",this._onPointerUp).set("touchstart",this._onTouchStart).set("touchend",this._onPointerUp).set("touchcancel",this._onPointerUp))}fadeInRipple(e,t,i={}){const n=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),a=Object.assign(Object.assign({},P),i.animation);i.centered&&(e=n.left+n.width/2,t=n.top+n.height/2);const s=i.radius||function(e,t,i){const n=Math.max(Math.abs(e-i.left),Math.abs(e-i.right)),a=Math.max(Math.abs(t-i.top),Math.abs(t-i.bottom));return Math.sqrt(n*n+a*a)}(e,t,n),r=e-n.left,o=t-n.top,l=a.enterDuration,u=document.createElement("div");u.classList.add("mat-ripple-element"),u.style.left=`${r-s}px`,u.style.top=`${o-s}px`,u.style.height=`${2*s}px`,u.style.width=`${2*s}px`,null!=i.color&&(u.style.backgroundColor=i.color),u.style.transitionDuration=`${l}ms`,this._containerElement.appendChild(u),window.getComputedStyle(u).getPropertyValue("opacity"),u.style.transform="scale(1)";const c=new F(this,u,i);return c.state=I.FADING_IN,this._activeRipples.add(c),i.persistent||(this._mostRecentTransientRipple=c),this._runTimeoutOutsideZone(()=>{const e=c===this._mostRecentTransientRipple;c.state=I.VISIBLE,i.persistent||e&&this._isPointerDown||c.fadeOut()},l),c}fadeOutRipple(e){const t=this._activeRipples.delete(e);if(e===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),this._activeRipples.size||(this._containerRect=null),!t)return;const i=e.element,n=Object.assign(Object.assign({},P),e.config.animation);i.style.transitionDuration=`${n.exitDuration}ms`,i.style.opacity="0",e.state=I.FADING_OUT,this._runTimeoutOutsideZone(()=>{e.state=I.HIDDEN,i.parentNode.removeChild(i)},n.exitDuration)}fadeOutAll(){this._activeRipples.forEach(e=>e.fadeOut())}setupTriggerEvents(e){const t=Object(o.e)(e);t&&t!==this._triggerElement&&(this._removeTriggerEvents(),this._ngZone.runOutsideAngular(()=>{this._triggerEvents.forEach((e,i)=>{t.addEventListener(i,e,R)})}),this._triggerElement=t)}_runTimeoutOutsideZone(e,t=0){this._ngZone.runOutsideAngular(()=>setTimeout(e,t))}_removeTriggerEvents(){this._triggerElement&&this._triggerEvents.forEach((e,t)=>{this._triggerElement.removeEventListener(t,e,R)})}}const q=new n.s("mat-ripple-global-options");let H=(()=>{class e{constructor(e,t,i,n,a){this._elementRef=e,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=n||{},this._rippleRenderer=new N(this,t,e,i),"NoopAnimations"===a&&(this._globalOptions.animation={enterDuration:0,exitDuration:0})}get disabled(){return this._disabled}set disabled(e){this._disabled=e,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(e){this._trigger=e,this._setupTriggerEventsIfEnabled()}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:Object.assign(Object.assign({},this._globalOptions.animation),this.animation),terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(e,t=0,i){return"number"==typeof e?this._rippleRenderer.fadeInRipple(e,t,Object.assign(Object.assign({},this.rippleConfig),i)):this._rippleRenderer.fadeInRipple(0,0,Object.assign(Object.assign({},this.rippleConfig),e))}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(n.C),n.Tb(u.a),n.Tb(q,8),n.Tb(m.a,8))},e.\u0275dir=n.Ob({type:e,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(e,t){2&e&&n.Jb("mat-ripple-unbounded",t.unbounded)},inputs:{radius:["matRippleRadius","radius"],disabled:["matRippleDisabled","disabled"],trigger:["matRippleTrigger","trigger"],color:["matRippleColor","color"],unbounded:["matRippleUnbounded","unbounded"],centered:["matRippleCentered","centered"],animation:["matRippleAnimation","animation"]},exportAs:["matRipple"]}),e})(),B=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[v,u.b],v]}),e})(),V=(()=>{class e{constructor(e){this._animationMode=e,this.state="unchecked",this.disabled=!1}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(m.a,8))},e.\u0275cmp=n.Nb({type:e,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:8,hostBindings:function(e,t){2&e&&n.Jb("mat-pseudo-checkbox-indeterminate","indeterminate"===t.state)("mat-pseudo-checkbox-checked","checked"===t.state)("mat-pseudo-checkbox-disabled",t.disabled)("_mat-animation-noopable","NoopAnimations"===t._animationMode)},inputs:{state:"state",disabled:"disabled"},decls:0,vars:0,template:function(e,t){},styles:['.mat-pseudo-checkbox{width:16px;height:16px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:transparent}._mat-animation-noopable.mat-pseudo-checkbox{transition:none;animation:none}._mat-animation-noopable.mat-pseudo-checkbox::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:5px;left:1px;width:10px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}\n'],encapsulation:2,changeDetection:0}),e})(),z=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})();class W{}const U=w(W);let G=0,$=(()=>{class e extends U{constructor(){super(...arguments),this._labelId=`mat-optgroup-label-${G++}`}}return e.\u0275fac=function(t){return Z(t||e)},e.\u0275cmp=n.Nb({type:e,selectors:[["mat-optgroup"]],hostAttrs:["role","group",1,"mat-optgroup"],hostVars:4,hostBindings:function(e,t){2&e&&(n.Gb("aria-disabled",t.disabled.toString())("aria-labelledby",t._labelId),n.Jb("mat-optgroup-disabled",t.disabled))},inputs:{disabled:"disabled",label:"label"},exportAs:["matOptgroup"],features:[n.Cb],ngContentSelectors:f,decls:4,vars:2,consts:[[1,"mat-optgroup-label",3,"id"]],template:function(e,t){1&e&&(n.qc(p),n.Zb(0,"label",0),n.Nc(1),n.pc(2),n.Yb(),n.pc(3,1)),2&e&&(n.rc("id",t._labelId),n.Fb(1),n.Pc("",t.label," "))},styles:[".mat-optgroup-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-optgroup-label[disabled]{cursor:default}[dir=rtl] .mat-optgroup-label{text-align:right}.mat-optgroup-label .mat-icon{margin-right:16px;vertical-align:middle}.mat-optgroup-label .mat-icon svg{vertical-align:top}[dir=rtl] .mat-optgroup-label .mat-icon{margin-left:16px;margin-right:0}\n"],encapsulation:2,changeDetection:0}),e})();const Z=n.bc($);let J=0;class X{constructor(e,t=!1){this.source=e,this.isUserInput=t}}const Q=new n.s("MAT_OPTION_PARENT_COMPONENT");let K=(()=>{class e{constructor(e,t,i,a){this._element=e,this._changeDetectorRef=t,this._parent=i,this.group=a,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id=`mat-option-${J++}`,this.onSelectionChange=new n.o,this._stateChanges=new l.a}get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(e){this._disabled=Object(o.c)(e)}get disableRipple(){return this._parent&&this._parent.disableRipple}get active(){return this._active}get viewValue(){return(this._getHostElement().textContent||"").trim()}select(){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}deselect(){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}focus(e,t){const i=this._getHostElement();"function"==typeof i.focus&&i.focus(t)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(e){e.keyCode!==h.d&&e.keyCode!==h.l||Object(h.q)(e)||(this._selectViaInteraction(),e.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getAriaSelected(){return this.selected||!this.multiple&&null}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const e=this.viewValue;e!==this._mostRecentViewValue&&(this._mostRecentViewValue=e,this._stateChanges.next())}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(e=!1){this.onSelectionChange.emit(new X(this,e))}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(n.h),n.Tb(Q,8),n.Tb($,8))},e.\u0275cmp=n.Nb({type:e,selectors:[["mat-option"]],hostAttrs:["role","option",1,"mat-option"],hostVars:12,hostBindings:function(e,t){1&e&&n.hc("click",(function(e){return t._selectViaInteraction()}))("keydown",(function(e){return t._handleKeydown(e)})),2&e&&(n.cc("id",t.id),n.Gb("tabindex",t._getTabIndex())("aria-selected",t._getAriaSelected())("aria-disabled",t.disabled.toString()),n.Jb("mat-selected",t.selected)("mat-option-multiple",t.multiple)("mat-active",t.active)("mat-option-disabled",t.disabled))},inputs:{id:"id",disabled:"disabled",value:"value"},outputs:{onSelectionChange:"onSelectionChange"},exportAs:["matOption"],ngContentSelectors:_,decls:4,vars:3,consts:[["class","mat-option-pseudo-checkbox",3,"state","disabled",4,"ngIf"],[1,"mat-option-text"],["mat-ripple","",1,"mat-option-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-option-pseudo-checkbox",3,"state","disabled"]],template:function(e,t){1&e&&(n.qc(),n.Lc(0,g,1,2,"mat-pseudo-checkbox",0),n.Zb(1,"span",1),n.pc(2),n.Yb(),n.Ub(3,"div",2)),2&e&&(n.rc("ngIf",t.multiple),n.Fb(3),n.rc("matRippleTrigger",t._getHostElement())("matRippleDisabled",t.disabled||t.disableRipple))},directives:[d.t,H,V],styles:[".mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:none;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:transparent}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}.cdk-high-contrast-active .mat-option{margin:0 1px}.cdk-high-contrast-active .mat-option.mat-active{border:solid 1px currentColor;margin:0}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option .mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.cdk-high-contrast-active .mat-option .mat-option-ripple{opacity:.5}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}\n"],encapsulation:2,changeDetection:0}),e})();function ee(e,t,i){if(i.length){let n=t.toArray(),a=i.toArray(),s=0;for(let t=0;t<e+1;t++)n[t].group&&n[t].group===a[s]&&s++;return s}return 0}function te(e,t,i,n){const a=e*t;return a<i?a:a+t>i+n?Math.max(0,a-n+t):i}let ie=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[B,d.c,z]]}),e})();const ne=new n.s("mat-label-global-options")},FtGj:function(e,t,i){"use strict";i.d(t,"a",(function(){return _})),i.d(t,"b",(function(){return p})),i.d(t,"c",(function(){return u})),i.d(t,"d",(function(){return a})),i.d(t,"e",(function(){return s})),i.d(t,"f",(function(){return c})),i.d(t,"g",(function(){return d})),i.d(t,"h",(function(){return g})),i.d(t,"i",(function(){return l})),i.d(t,"j",(function(){return o})),i.d(t,"k",(function(){return h})),i.d(t,"l",(function(){return r})),i.d(t,"m",(function(){return n})),i.d(t,"n",(function(){return m})),i.d(t,"o",(function(){return b})),i.d(t,"p",(function(){return f})),i.d(t,"q",(function(){return y}));const n=9,a=13,s=27,r=32,o=33,l=34,u=35,c=36,d=37,m=38,h=39,p=40,f=48,g=57,_=65,b=90;function y(e,...t){return t.length?t.some(t=>e[t]):e.altKey||e.shiftKey||e.ctrlKey||e.metaKey}},G0Uy:function(e,t,i){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_\u0120unju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Di\u010bembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_\u0120un_Lul_Aww_Set_Ott_Nov_Di\u010b".split("_"),weekdays:"Il-\u0126add_It-Tnejn_It-Tlieta_L-Erbg\u0127a_Il-\u0126amis_Il-\u0120img\u0127a_Is-Sibt".split("_"),weekdaysShort:"\u0126ad_Tne_Tli_Erb_\u0126am_\u0120im_Sib".split("_"),weekdaysMin:"\u0126a_Tn_Tl_Er_\u0126a_\u0120i_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[G\u0127ada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-biera\u0127 fil-]LT",lastWeek:"dddd [li g\u0127adda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f\u2019 %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"sieg\u0127a",hh:"%d sieg\u0127at",d:"\u0121urnata",dd:"%d \u0121ranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},GU7r:function(e,t,i){"use strict";i.d(t,"a",(function(){return c})),i.d(t,"b",(function(){return u})),i.d(t,"c",(function(){return d}));var n=i("8LU1"),a=i("fXoL"),s=i("HDdC"),r=i("XNiG"),o=i("Kj3r");let l=(()=>{class e{create(e){return"undefined"==typeof MutationObserver?null:new MutationObserver(e)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(a.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})(),u=(()=>{class e{constructor(e){this._mutationObserverFactory=e,this._observedElements=new Map}ngOnDestroy(){this._observedElements.forEach((e,t)=>this._cleanupObserver(t))}observe(e){const t=Object(n.e)(e);return new s.a(e=>{const i=this._observeElement(t).subscribe(e);return()=>{i.unsubscribe(),this._unobserveElement(t)}})}_observeElement(e){if(this._observedElements.has(e))this._observedElements.get(e).count++;else{const t=new r.a,i=this._mutationObserverFactory.create(e=>t.next(e));i&&i.observe(e,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(e,{observer:i,stream:t,count:1})}return this._observedElements.get(e).stream}_unobserveElement(e){this._observedElements.has(e)&&(this._observedElements.get(e).count--,this._observedElements.get(e).count||this._cleanupObserver(e))}_cleanupObserver(e){if(this._observedElements.has(e)){const{observer:t,stream:i}=this._observedElements.get(e);t&&t.disconnect(),i.complete(),this._observedElements.delete(e)}}}return e.\u0275fac=function(t){return new(t||e)(a.dc(l))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(l))},token:e,providedIn:"root"}),e})(),c=(()=>{class e{constructor(e,t,i){this._contentObserver=e,this._elementRef=t,this._ngZone=i,this.event=new a.o,this._disabled=!1,this._currentSubscription=null}get disabled(){return this._disabled}set disabled(e){this._disabled=Object(n.c)(e),this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(e){this._debounce=Object(n.f)(e),this._subscribe()}ngAfterContentInit(){this._currentSubscription||this.disabled||this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const e=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular(()=>{this._currentSubscription=(this.debounce?e.pipe(Object(o.a)(this.debounce)):e).subscribe(this.event)})}_unsubscribe(){this._currentSubscription&&this._currentSubscription.unsubscribe()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(u),a.Tb(a.l),a.Tb(a.C))},e.\u0275dir=a.Ob({type:e,selectors:[["","cdkObserveContent",""]],inputs:{disabled:["cdkObserveContentDisabled","disabled"],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"]}),e})(),d=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},providers:[l]}),e})()},GyhO:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("LRne"),a=i("0EUg");function s(...e){return Object(a.a)()(Object(n.a)(...e))}},H8ED:function(e,t,i){!function(e){"use strict";function t(e,t,i){var n,a;return"m"===i?t?"\u0445\u0432\u0456\u043b\u0456\u043d\u0430":"\u0445\u0432\u0456\u043b\u0456\u043d\u0443":"h"===i?t?"\u0433\u0430\u0434\u0437\u0456\u043d\u0430":"\u0433\u0430\u0434\u0437\u0456\u043d\u0443":e+" "+(n=+e,a={ss:t?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434",mm:t?"\u0445\u0432\u0456\u043b\u0456\u043d\u0430_\u0445\u0432\u0456\u043b\u0456\u043d\u044b_\u0445\u0432\u0456\u043b\u0456\u043d":"\u0445\u0432\u0456\u043b\u0456\u043d\u0443_\u0445\u0432\u0456\u043b\u0456\u043d\u044b_\u0445\u0432\u0456\u043b\u0456\u043d",hh:t?"\u0433\u0430\u0434\u0437\u0456\u043d\u0430_\u0433\u0430\u0434\u0437\u0456\u043d\u044b_\u0433\u0430\u0434\u0437\u0456\u043d":"\u0433\u0430\u0434\u0437\u0456\u043d\u0443_\u0433\u0430\u0434\u0437\u0456\u043d\u044b_\u0433\u0430\u0434\u0437\u0456\u043d",dd:"\u0434\u0437\u0435\u043d\u044c_\u0434\u043d\u0456_\u0434\u0437\u0451\u043d",MM:"\u043c\u0435\u0441\u044f\u0446_\u043c\u0435\u0441\u044f\u0446\u044b_\u043c\u0435\u0441\u044f\u0446\u0430\u045e",yy:"\u0433\u043e\u0434_\u0433\u0430\u0434\u044b_\u0433\u0430\u0434\u043e\u045e"}[i].split("_"),n%10==1&&n%100!=11?a[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?a[1]:a[2])}e.defineLocale("be",{months:{format:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f_\u043b\u044e\u0442\u0430\u0433\u0430_\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430_\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430_\u0442\u0440\u0430\u045e\u043d\u044f_\u0447\u044d\u0440\u0432\u0435\u043d\u044f_\u043b\u0456\u043f\u0435\u043d\u044f_\u0436\u043d\u0456\u045e\u043d\u044f_\u0432\u0435\u0440\u0430\u0441\u043d\u044f_\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430_\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430_\u0441\u043d\u0435\u0436\u043d\u044f".split("_"),standalone:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c_\u043b\u044e\u0442\u044b_\u0441\u0430\u043a\u0430\u0432\u0456\u043a_\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a_\u0442\u0440\u0430\u0432\u0435\u043d\u044c_\u0447\u044d\u0440\u0432\u0435\u043d\u044c_\u043b\u0456\u043f\u0435\u043d\u044c_\u0436\u043d\u0456\u0432\u0435\u043d\u044c_\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c_\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a_\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434_\u0441\u043d\u0435\u0436\u0430\u043d\u044c".split("_")},monthsShort:"\u0441\u0442\u0443\u0434_\u043b\u044e\u0442_\u0441\u0430\u043a_\u043a\u0440\u0430\u0441_\u0442\u0440\u0430\u0432_\u0447\u044d\u0440\u0432_\u043b\u0456\u043f_\u0436\u043d\u0456\u0432_\u0432\u0435\u0440_\u043a\u0430\u0441\u0442_\u043b\u0456\u0441\u0442_\u0441\u043d\u0435\u0436".split("_"),weekdays:{format:"\u043d\u044f\u0434\u0437\u0435\u043b\u044e_\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a_\u0430\u045e\u0442\u043e\u0440\u0430\u043a_\u0441\u0435\u0440\u0430\u0434\u0443_\u0447\u0430\u0446\u0432\u0435\u0440_\u043f\u044f\u0442\u043d\u0456\u0446\u0443_\u0441\u0443\u0431\u043e\u0442\u0443".split("_"),standalone:"\u043d\u044f\u0434\u0437\u0435\u043b\u044f_\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a_\u0430\u045e\u0442\u043e\u0440\u0430\u043a_\u0441\u0435\u0440\u0430\u0434\u0430_\u0447\u0430\u0446\u0432\u0435\u0440_\u043f\u044f\u0442\u043d\u0456\u0446\u0430_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),isFormat:/\[ ?[\u0423\u0443\u045e] ?(?:\u043c\u0456\u043d\u0443\u043b\u0443\u044e|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0443\u044e)? ?\] ?dddd/},weekdaysShort:"\u043d\u0434_\u043f\u043d_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., HH:mm",LLLL:"dddd, D MMMM YYYY \u0433., HH:mm"},calendar:{sameDay:"[\u0421\u0451\u043d\u043d\u044f \u045e] LT",nextDay:"[\u0417\u0430\u045e\u0442\u0440\u0430 \u045e] LT",lastDay:"[\u0423\u0447\u043e\u0440\u0430 \u045e] LT",nextWeek:function(){return"[\u0423] dddd [\u045e] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[\u0423 \u043c\u0456\u043d\u0443\u043b\u0443\u044e] dddd [\u045e] LT";case 1:case 2:case 4:return"[\u0423 \u043c\u0456\u043d\u0443\u043b\u044b] dddd [\u045e] LT"}},sameElse:"L"},relativeTime:{future:"\u043f\u0440\u0430\u0437 %s",past:"%s \u0442\u0430\u043c\u0443",s:"\u043d\u0435\u043a\u0430\u043b\u044c\u043a\u0456 \u0441\u0435\u043a\u0443\u043d\u0434",m:t,mm:t,h:t,hh:t,d:"\u0434\u0437\u0435\u043d\u044c",dd:t,M:"\u043c\u0435\u0441\u044f\u0446",MM:t,y:"\u0433\u043e\u0434",yy:t},meridiemParse:/\u043d\u043e\u0447\u044b|\u0440\u0430\u043d\u0456\u0446\u044b|\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430/,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430)$/.test(e)},meridiem:function(e,t,i){return e<4?"\u043d\u043e\u0447\u044b":e<12?"\u0440\u0430\u043d\u0456\u0446\u044b":e<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u0430\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0456|\u044b|\u0433\u0430)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-\u044b":e+"-\u0456";case"D":return e+"-\u0433\u0430";default:return e}},week:{dow:1,doy:7}})}(i("wd/R"))},HDdC:function(e,t,i){"use strict";var n=i("8Qeq"),a=i("7o/Q"),s=i("2QA8"),r=i("gRHU"),o=i("kJWO"),l=i("mCNh"),u=i("2fFW");i.d(t,"a",(function(){return c}));let c=(()=>{class e{constructor(e){this._isScalar=!1,e&&(this._subscribe=e)}lift(t){const i=new e;return i.source=this,i.operator=t,i}subscribe(e,t,i){const{operator:n}=this,o=function(e,t,i){if(e){if(e instanceof a.a)return e;if(e[s.a])return e[s.a]()}return e||t||i?new a.a(e,t,i):new a.a(r.a)}(e,t,i);if(o.add(n?n.call(o,this.source):this.source||u.a.useDeprecatedSynchronousErrorHandling&&!o.syncErrorThrowable?this._subscribe(o):this._trySubscribe(o)),u.a.useDeprecatedSynchronousErrorHandling&&o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o}_trySubscribe(e){try{return this._subscribe(e)}catch(t){u.a.useDeprecatedSynchronousErrorHandling&&(e.syncErrorThrown=!0,e.syncErrorValue=t),Object(n.a)(e)?e.error(t):console.warn(t)}}forEach(e,t){return new(t=d(t))((t,i)=>{let n;n=this.subscribe(t=>{try{e(t)}catch(a){i(a),n&&n.unsubscribe()}},i,t)})}_subscribe(e){const{source:t}=this;return t&&t.subscribe(e)}[o.a](){return this}pipe(...e){return 0===e.length?this:Object(l.b)(e)(this)}toPromise(e){return new(e=d(e))((e,t)=>{let i;this.subscribe(e=>i=e,e=>t(e),()=>e(i))})}}return e.create=t=>new e(t),e})();function d(e){if(e||(e=u.a.Promise||Promise),!e)throw new Error("no Promise impl found");return e}},HP3h:function(e,t,i){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},i=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]},a=function(e){return function(t,a,s,r){var o=i(t),l=n[e][i(t)];return 2===o&&(l=l[a?0:1]),l.replace(/%d/i,t)}},s=["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"];e.defineLocale("ar-ly",{months:s,monthsShort:s,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,t,i){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"\u060c")},week:{dow:6,doy:12}})}(i("wd/R"))},HX77:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("fXoL");let a=(()=>{class e{constructor(){this._registry={}}register(e,t){this._registry[e]?console.error(`The sidebar with the key '${e}' already exists. Either unregister it first or use a unique key.`):this._registry[e]=t}unregister(e){this._registry[e]||console.warn(`The sidebar with the key '${e}' doesn't exist in the registry.`),delete this._registry[e]}getSidebar(e){if(this._registry[e])return this._registry[e];console.warn(`The sidebar with the key '${e}' doesn't exist in the registry.`)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},I55L:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=e=>e&&"number"==typeof e.length&&"function"!=typeof e},IBtZ:function(e,t,i){!function(e){"use strict";e.defineLocale("ka",{months:{standalone:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8_\u10db\u10d0\u10e0\u10e2\u10d8_\u10d0\u10de\u10e0\u10d8\u10da\u10d8_\u10db\u10d0\u10d8\u10e1\u10d8_\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8_\u10d8\u10d5\u10da\u10d8\u10e1\u10d8_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8".split("_"),format:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10e1_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10e1_\u10db\u10d0\u10e0\u10e2\u10e1_\u10d0\u10de\u10e0\u10d8\u10da\u10d8\u10e1_\u10db\u10d0\u10d8\u10e1\u10e1_\u10d8\u10d5\u10dc\u10d8\u10e1\u10e1_\u10d8\u10d5\u10da\u10d8\u10e1\u10e1_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10e1_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10e1_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10e1_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10e1_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10e1".split("_")},monthsShort:"\u10d8\u10d0\u10dc_\u10d7\u10d4\u10d1_\u10db\u10d0\u10e0_\u10d0\u10de\u10e0_\u10db\u10d0\u10d8_\u10d8\u10d5\u10dc_\u10d8\u10d5\u10da_\u10d0\u10d2\u10d5_\u10e1\u10d4\u10e5_\u10dd\u10e5\u10e2_\u10dc\u10dd\u10d4_\u10d3\u10d4\u10d9".split("_"),weekdays:{standalone:"\u10d9\u10d5\u10d8\u10e0\u10d0_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8_\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8".split("_"),format:"\u10d9\u10d5\u10d8\u10e0\u10d0\u10e1_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10e1_\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1".split("_"),isFormat:/(\u10ec\u10d8\u10dc\u10d0|\u10e8\u10d4\u10db\u10d3\u10d4\u10d2)/},weekdaysShort:"\u10d9\u10d5\u10d8_\u10dd\u10e0\u10e8_\u10e1\u10d0\u10db_\u10dd\u10d7\u10ee_\u10ee\u10e3\u10d7_\u10de\u10d0\u10e0_\u10e8\u10d0\u10d1".split("_"),weekdaysMin:"\u10d9\u10d5_\u10dd\u10e0_\u10e1\u10d0_\u10dd\u10d7_\u10ee\u10e3_\u10de\u10d0_\u10e8\u10d0".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[\u10d3\u10e6\u10d4\u10e1] LT[-\u10d6\u10d4]",nextDay:"[\u10ee\u10d5\u10d0\u10da] LT[-\u10d6\u10d4]",lastDay:"[\u10d2\u10e3\u10e8\u10d8\u10dc] LT[-\u10d6\u10d4]",nextWeek:"[\u10e8\u10d4\u10db\u10d3\u10d4\u10d2] dddd LT[-\u10d6\u10d4]",lastWeek:"[\u10ec\u10d8\u10dc\u10d0] dddd LT-\u10d6\u10d4",sameElse:"L"},relativeTime:{future:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10ec\u10d4\u10da\u10d8)/.test(e)?e.replace(/\u10d8$/,"\u10e8\u10d8"):e+"\u10e8\u10d8"},past:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10d3\u10e6\u10d4|\u10d7\u10d5\u10d4)/.test(e)?e.replace(/(\u10d8|\u10d4)$/,"\u10d8\u10e1 \u10ec\u10d8\u10dc"):/\u10ec\u10d4\u10da\u10d8/.test(e)?e.replace(/\u10ec\u10d4\u10da\u10d8$/,"\u10ec\u10da\u10d8\u10e1 \u10ec\u10d8\u10dc"):void 0},s:"\u10e0\u10d0\u10db\u10d3\u10d4\u10dc\u10d8\u10db\u10d4 \u10ec\u10d0\u10db\u10d8",ss:"%d \u10ec\u10d0\u10db\u10d8",m:"\u10ec\u10e3\u10d7\u10d8",mm:"%d \u10ec\u10e3\u10d7\u10d8",h:"\u10e1\u10d0\u10d0\u10d7\u10d8",hh:"%d \u10e1\u10d0\u10d0\u10d7\u10d8",d:"\u10d3\u10e6\u10d4",dd:"%d \u10d3\u10e6\u10d4",M:"\u10d7\u10d5\u10d4",MM:"%d \u10d7\u10d5\u10d4",y:"\u10ec\u10d4\u10da\u10d8",yy:"%d \u10ec\u10d4\u10da\u10d8"},dayOfMonthOrdinalParse:/0|1-\u10da\u10d8|\u10db\u10d4-\d{1,2}|\d{1,2}-\u10d4/,ordinal:function(e){return 0===e?e:1===e?e+"-\u10da\u10d8":e<20||e<=100&&e%20==0||e%100==0?"\u10db\u10d4-"+e:e+"-\u10d4"},week:{dow:1,doy:7}})}(i("wd/R"))},"IS/R":function(e,t,i){"use strict";i.d(t,"a",(function(){return h}));var n=i("XNiG"),a=i("VRyK"),s=i("1G5W"),r=i("fXoL"),o=i("K9xE");function l(e,t){if(1&e&&r.Ub(0,"fuse-nav-vertical-group",6),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function u(e,t){if(1&e&&r.Ub(0,"fuse-nav-vertical-collapsable",6),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function c(e,t){if(1&e&&r.Ub(0,"fuse-nav-vertical-item",6),2&e){const e=r.lc().$implicit;r.rc("item",e)}}function d(e,t){if(1&e&&(r.Xb(0),r.Lc(1,l,1,1,"fuse-nav-vertical-group",5),r.Lc(2,u,1,1,"fuse-nav-vertical-collapsable",5),r.Lc(3,c,1,1,"fuse-nav-vertical-item",5),r.Wb()),2&e){const e=t.$implicit;r.Fb(1),r.rc("ngIf","group"==e.type),r.Fb(1),r.rc("ngIf","collapsable"==e.type),r.Fb(1),r.rc("ngIf","item"==e.type)}}function m(e,t){if(1&e&&(r.Xb(0),r.Zb(1,"div",1),r.Zb(2,"span",2),r.Nc(3),r.mc(4,"translate"),r.Yb(),r.Yb(),r.Zb(5,"div",3),r.Lc(6,d,4,3,"ng-container",4),r.Yb(),r.Wb()),2&e){const e=r.lc();r.Fb(1),r.rc("ngClass",e.item.classes),r.Fb(1),r.rc("translate",e.item.translate),r.Fb(1),r.Oc(r.nc(4,4,e.item.translate)||e.item.title),r.Fb(3),r.rc("ngForOf",e.item.children)}}let h=(()=>{class e{constructor(e,t){this._changeDetectorRef=e,this._fuseNavigationService=t,this.classes="nav-group nav-item",this._unsubscribeAll=new n.a}ngOnInit(){Object(a.a)(this._fuseNavigationService.onNavigationItemAdded,this._fuseNavigationService.onNavigationItemUpdated,this._fuseNavigationService.onNavigationItemRemoved).pipe(Object(s.a)(this._unsubscribeAll)).subscribe(()=>{this._changeDetectorRef.markForCheck()})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.h),r.Tb(o.a))},e.\u0275cmp=r.Nb({type:e,selectors:[["fuse-nav-vertical-group"]],hostVars:2,hostBindings:function(e,t){2&e&&r.Hb(t.classes)},inputs:{item:"item"},decls:1,vars:1,consts:[[4,"ngIf"],[1,"group-title",3,"ngClass"],[1,"hint-text",3,"translate"],[1,"group-items"],[4,"ngFor","ngForOf"],[3,"item",4,"ngIf"],[3,"item"]],template:function(e,t){1&e&&r.Lc(0,m,7,6,"ng-container",0),2&e&&r.rc("ngIf",!t.item.hidden)},styles:['.folded:not(.unfolded)   [_nghost-%COMP%] > .group-title[_ngcontent-%COMP%]{-webkit-box-align:center;align-items:center}.folded:not(.unfolded)   [_nghost-%COMP%] > .group-title[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.folded:not(.unfolded)   [_nghost-%COMP%] > .group-title[_ngcontent-%COMP%]:before{content:"";display:block;position:absolute;min-width:1.6rem;border-top:2px solid;opacity:.2}']}),e})()},IjjT:function(e,t,i){"use strict";let n=(()=>{class e{constructor(t,i=e.now){this.SchedulerAction=t,this.now=i}schedule(e,t=0,i){return new this.SchedulerAction(this,e).schedule(i,t)}}return e.now=()=>Date.now(),e})();i.d(t,"a",(function(){return a}));class a extends n{constructor(e,t=n.now){super(e,()=>a.delegate&&a.delegate!==this?a.delegate.now():t()),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(e,t=0,i){return a.delegate&&a.delegate!==this?a.delegate.schedule(e,t,i):super.schedule(e,t,i)}flush(e){const{actions:t}=this;if(this.active)return void t.push(e);let i;this.active=!0;do{if(i=e.execute(e.state,e.delay))break}while(e=t.shift());if(this.active=!1,i){for(;e=t.shift();)e.unsubscribe();throw i}}}},"Ivi+":function(e,t,i){!function(e){"use strict";e.defineLocale("ko",{months:"1\uc6d4_2\uc6d4_3\uc6d4_4\uc6d4_5\uc6d4_6\uc6d4_7\uc6d4_8\uc6d4_9\uc6d4_10\uc6d4_11\uc6d4_12\uc6d4".split("_"),monthsShort:"1\uc6d4_2\uc6d4_3\uc6d4_4\uc6d4_5\uc6d4_6\uc6d4_7\uc6d4_8\uc6d4_9\uc6d4_10\uc6d4_11\uc6d4_12\uc6d4".split("_"),weekdays:"\uc77c\uc694\uc77c_\uc6d4\uc694\uc77c_\ud654\uc694\uc77c_\uc218\uc694\uc77c_\ubaa9\uc694\uc77c_\uae08\uc694\uc77c_\ud1a0\uc694\uc77c".split("_"),weekdaysShort:"\uc77c_\uc6d4_\ud654_\uc218_\ubaa9_\uae08_\ud1a0".split("_"),weekdaysMin:"\uc77c_\uc6d4_\ud654_\uc218_\ubaa9_\uae08_\ud1a0".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY\ub144 MMMM D\uc77c",LLL:"YYYY\ub144 MMMM D\uc77c A h:mm",LLLL:"YYYY\ub144 MMMM D\uc77c dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY\ub144 MMMM D\uc77c",lll:"YYYY\ub144 MMMM D\uc77c A h:mm",llll:"YYYY\ub144 MMMM D\uc77c dddd A h:mm"},calendar:{sameDay:"\uc624\ub298 LT",nextDay:"\ub0b4\uc77c LT",nextWeek:"dddd LT",lastDay:"\uc5b4\uc81c LT",lastWeek:"\uc9c0\ub09c\uc8fc dddd LT",sameElse:"L"},relativeTime:{future:"%s \ud6c4",past:"%s \uc804",s:"\uba87 \ucd08",ss:"%d\ucd08",m:"1\ubd84",mm:"%d\ubd84",h:"\ud55c \uc2dc\uac04",hh:"%d\uc2dc\uac04",d:"\ud558\ub8e8",dd:"%d\uc77c",M:"\ud55c \ub2ec",MM:"%d\ub2ec",y:"\uc77c \ub144",yy:"%d\ub144"},dayOfMonthOrdinalParse:/\d{1,2}(\uc77c|\uc6d4|\uc8fc)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"\uc77c";case"M":return e+"\uc6d4";case"w":case"W":return e+"\uc8fc";default:return e}},meridiemParse:/\uc624\uc804|\uc624\ud6c4/,isPM:function(e){return"\uc624\ud6c4"===e},meridiem:function(e,t,i){return e<12?"\uc624\uc804":"\uc624\ud6c4"}})}(i("wd/R"))},IzEk:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("7o/Q"),a=i("4I5i"),s=i("EY2u");function r(e){return t=>0===e?Object(s.b)():t.lift(new o(e))}class o{constructor(e){if(this.total=e,this.total<0)throw new a.a}call(e,t){return t.subscribe(new l(e,this.total))}}class l extends n.a{constructor(e,t){super(e),this.total=t,this.count=0}_next(e){const t=this.total,i=++this.count;i<=t&&(this.destination.next(e),i===t&&(this.destination.complete(),this.unsubscribe()))}}},"JCF/":function(e,t,i){!function(e){"use strict";var t={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},i={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},n=["\u06a9\u0627\u0646\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645","\u0634\u0648\u0628\u0627\u062a","\u0626\u0627\u0632\u0627\u0631","\u0646\u06cc\u0633\u0627\u0646","\u0626\u0627\u06cc\u0627\u0631","\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646","\u062a\u06d5\u0645\u0645\u0648\u0632","\u0626\u0627\u0628","\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644","\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u0643\u06d5\u0645","\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645","\u0643\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645"];e.defineLocale("ku",{months:n,monthsShort:n,weekdays:"\u06cc\u0647\u200c\u0643\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u062f\u0648\u0648\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u0633\u06ce\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u0686\u0648\u0627\u0631\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u067e\u06ce\u0646\u062c\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u0647\u0647\u200c\u06cc\u0646\u06cc_\u0634\u0647\u200c\u0645\u0645\u0647\u200c".split("_"),weekdaysShort:"\u06cc\u0647\u200c\u0643\u0634\u0647\u200c\u0645_\u062f\u0648\u0648\u0634\u0647\u200c\u0645_\u0633\u06ce\u0634\u0647\u200c\u0645_\u0686\u0648\u0627\u0631\u0634\u0647\u200c\u0645_\u067e\u06ce\u0646\u062c\u0634\u0647\u200c\u0645_\u0647\u0647\u200c\u06cc\u0646\u06cc_\u0634\u0647\u200c\u0645\u0645\u0647\u200c".split("_"),weekdaysMin:"\u06cc_\u062f_\u0633_\u0686_\u067e_\u0647_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0626\u06ce\u0648\u0627\u0631\u0647\u200c|\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc/,isPM:function(e){return/\u0626\u06ce\u0648\u0627\u0631\u0647\u200c/.test(e)},meridiem:function(e,t,i){return e<12?"\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc":"\u0626\u06ce\u0648\u0627\u0631\u0647\u200c"},calendar:{sameDay:"[\u0626\u0647\u200c\u0645\u0631\u06c6 \u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",nextDay:"[\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc \u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",nextWeek:"dddd [\u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",lastDay:"[\u062f\u0648\u06ce\u0646\u06ce \u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",lastWeek:"dddd [\u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",sameElse:"L"},relativeTime:{future:"\u0644\u0647\u200c %s",past:"%s",s:"\u0686\u0647\u200c\u0646\u062f \u0686\u0631\u0643\u0647\u200c\u06cc\u0647\u200c\u0643",ss:"\u0686\u0631\u0643\u0647\u200c %d",m:"\u06cc\u0647\u200c\u0643 \u062e\u0648\u0644\u0647\u200c\u0643",mm:"%d \u062e\u0648\u0644\u0647\u200c\u0643",h:"\u06cc\u0647\u200c\u0643 \u0643\u0627\u062a\u0698\u0645\u06ce\u0631",hh:"%d \u0643\u0627\u062a\u0698\u0645\u06ce\u0631",d:"\u06cc\u0647\u200c\u0643 \u0695\u06c6\u0698",dd:"%d \u0695\u06c6\u0698",M:"\u06cc\u0647\u200c\u0643 \u0645\u0627\u0646\u06af",MM:"%d \u0645\u0627\u0646\u06af",y:"\u06cc\u0647\u200c\u0643 \u0633\u0627\u06b5",yy:"%d \u0633\u0627\u06b5"},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,(function(e){return i[e]})).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"\u060c")},week:{dow:6,doy:12}})}(i("wd/R"))},JIr8:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("l7GE"),a=i("51Dv"),s=i("ZUHj");function r(e){return function(t){const i=new o(e),n=t.lift(i);return i.caught=n}}class o{constructor(e){this.selector=e}call(e,t){return t.subscribe(new l(e,this.selector,this.caught))}}class l extends n.a{constructor(e,t,i){super(e),this.selector=t,this.caught=i}error(e){if(!this.isStopped){let i;try{i=this.selector(e,this.caught)}catch(t){return void super.error(t)}this._unsubscribeAndRecycle();const n=new a.a(this,void 0,void 0);this.add(n);const r=Object(s.a)(this,i,void 0,void 0,n);r!==n&&this.add(r)}}}},JVSJ:function(e,t,i){!function(e){"use strict";function t(e,t,i){var n=e+" ";switch(i){case"ss":return n+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return t?"jedan sat":"jednog sata";case"hh":return n+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return n+(1===e?"dan":"dana");case"MM":return n+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return n+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010der u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[pro\u0161lu] dddd [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},JX91:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("GyhO"),a=i("z+Ro");function s(...e){const t=e[e.length-1];return Object(a.a)(t)?(e.pop(),i=>Object(n.a)(e,i,t)):t=>Object(n.a)(e,t)}},JvlW:function(e,t,i){!function(e){"use strict";var t={ss:"sekund\u0117_sekund\u017ei\u0173_sekundes",m:"minut\u0117_minut\u0117s_minut\u0119",mm:"minut\u0117s_minu\u010di\u0173_minutes",h:"valanda_valandos_valand\u0105",hh:"valandos_valand\u0173_valandas",d:"diena_dienos_dien\u0105",dd:"dienos_dien\u0173_dienas",M:"m\u0117nuo_m\u0117nesio_m\u0117nes\u012f",MM:"m\u0117nesiai_m\u0117nesi\u0173_m\u0117nesius",y:"metai_met\u0173_metus",yy:"metai_met\u0173_metus"};function i(e,t,i,n){return t?a(i)[0]:n?a(i)[1]:a(i)[2]}function n(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function s(e,t,s,r){var o=e+" ";return 1===e?o+i(0,t,s[0],r):t?o+(n(e)?a(s)[1]:a(s)[0]):r?o+a(s)[1]:o+(n(e)?a(s)[1]:a(s)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_baland\u017eio_gegu\u017e\u0117s_bir\u017eelio_liepos_rugpj\u016b\u010dio_rugs\u0117jo_spalio_lapkri\u010dio_gruod\u017eio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegu\u017e\u0117_bir\u017eelis_liepa_rugpj\u016btis_rugs\u0117jis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadien\u012f_pirmadien\u012f_antradien\u012f_tre\u010diadien\u012f_ketvirtadien\u012f_penktadien\u012f_\u0161e\u0161tadien\u012f".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_tre\u010diadienis_ketvirtadienis_penktadienis_\u0161e\u0161tadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_\u0160e\u0161".split("_"),weekdaysMin:"S_P_A_T_K_Pn_\u0160".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[\u0160iandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Pra\u0117jus\u012f] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prie\u0161 %s",s:function(e,t,i,n){return t?"kelios sekund\u0117s":n?"keli\u0173 sekund\u017ei\u0173":"kelias sekundes"},ss:s,m:i,mm:s,h:i,hh:s,d:i,dd:s,M:i,MM:s,y:i,yy:s},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(i("wd/R"))},"K/tc":function(e,t,i){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,i){return e<12?i?"vm":"VM":i?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[M\xf4re om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(i("wd/R"))},K9xE:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var n=i("XNiG"),a=i("2Vo4"),s=i("LvDl"),r=i("fXoL");let o=(()=>{class e{constructor(){this._registry={},this.onItemCollapsed=new n.a,this.onItemCollapseToggled=new n.a,this._currentNavigationKey=null,this._onNavigationChanged=new a.a(null),this._onNavigationRegistered=new a.a(null),this._onNavigationUnregistered=new a.a(null),this._onNavigationItemAdded=new a.a(null),this._onNavigationItemUpdated=new a.a(null),this._onNavigationItemRemoved=new a.a(null)}get onNavigationChanged(){return this._onNavigationChanged.asObservable()}get onNavigationRegistered(){return this._onNavigationRegistered.asObservable()}get onNavigationUnregistered(){return this._onNavigationUnregistered.asObservable()}get onNavigationItemAdded(){return this._onNavigationItemAdded.asObservable()}get onNavigationItemUpdated(){return this._onNavigationItemUpdated.asObservable()}get onNavigationItemRemoved(){return this._onNavigationItemRemoved.asObservable()}register(e,t){this._registry[e]?console.error(`The navigation with the key '${e}' already exists. Either unregister it first or use a unique key.`):(this._registry[e]=t,this._onNavigationRegistered.next([e,t]))}unregister(e){this._registry[e]||console.warn(`The navigation with the key '${e}' doesn't exist in the registry.`),delete this._registry[e],this._onNavigationUnregistered.next(e)}getNavigation(e){if(this._registry[e])return this._registry[e];console.warn(`The navigation with the key '${e}' doesn't exist in the registry.`)}getFlatNavigation(e,t=[]){for(const i of e)"item"!==i.type?"collapsable"!==i.type&&"group"!==i.type||i.children&&this.getFlatNavigation(i.children,t):t.push(i);return t}getCurrentNavigation(){if(this._currentNavigationKey)return this.getNavigation(this._currentNavigationKey);console.warn("The current navigation is not set.")}setCurrentNavigation(e){this._registry[e]?(this._currentNavigationKey=e,this._onNavigationChanged.next(e)):console.warn(`The navigation with the key '${e}' doesn't exist in the registry.`)}getNavigationItem(e,t=null){t||(t=this.getCurrentNavigation());for(const i of t){if(i.id===e)return i;if(i.children){const t=this.getNavigationItem(e,i.children);if(t)return t}}return!1}getNavigationItemParent(e,t=null,i=null){t||(i=t=this.getCurrentNavigation());for(const n of t){if(n.id===e)return i;if(n.children){const t=this.getNavigationItemParent(e,n.children,n);if(t)return t}}return!1}addNavigationItem(e,t){const i=this.getCurrentNavigation();if("end"===t)return i.push(e),void this._onNavigationItemAdded.next(!0);if("start"===t)return i.unshift(e),void this._onNavigationItemAdded.next(!0);const n=this.getNavigationItem(t);n&&(n.children||(n.children=[]),n.children.push(e)),this._onNavigationItemAdded.next(!0)}updateNavigationItem(e,t){const i=this.getNavigationItem(e);i&&(s.merge(i,t),this._onNavigationItemUpdated.next(!0))}removeNavigationItem(e){const t=this.getNavigationItem(e);if(!t)return;let i=this.getNavigationItemParent(e);i=i.children||i,i.splice(i.indexOf(t),1),this._onNavigationItemRemoved.next(!0)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=r.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},KSF8:function(e,t,i){!function(e){"use strict";e.defineLocale("vi",{months:"th\xe1ng 1_th\xe1ng 2_th\xe1ng 3_th\xe1ng 4_th\xe1ng 5_th\xe1ng 6_th\xe1ng 7_th\xe1ng 8_th\xe1ng 9_th\xe1ng 10_th\xe1ng 11_th\xe1ng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"ch\u1ee7 nh\u1eadt_th\u1ee9 hai_th\u1ee9 ba_th\u1ee9 t\u01b0_th\u1ee9 n\u0103m_th\u1ee9 s\xe1u_th\u1ee9 b\u1ea3y".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,i){return e<12?i?"sa":"SA":i?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [n\u0103m] YYYY",LLL:"D MMMM [n\u0103m] YYYY HH:mm",LLLL:"dddd, D MMMM [n\u0103m] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[H\xf4m nay l\xfac] LT",nextDay:"[Ng\xe0y mai l\xfac] LT",nextWeek:"dddd [tu\u1ea7n t\u1edbi l\xfac] LT",lastDay:"[H\xf4m qua l\xfac] LT",lastWeek:"dddd [tu\u1ea7n r\u1ed3i l\xfac] LT",sameElse:"L"},relativeTime:{future:"%s t\u1edbi",past:"%s tr\u01b0\u1edbc",s:"v\xe0i gi\xe2y",ss:"%d gi\xe2y",m:"m\u1ed9t ph\xfat",mm:"%d ph\xfat",h:"m\u1ed9t gi\u1edd",hh:"%d gi\u1edd",d:"m\u1ed9t ng\xe0y",dd:"%d ng\xe0y",M:"m\u1ed9t th\xe1ng",MM:"%d th\xe1ng",y:"m\u1ed9t n\u0103m",yy:"%d n\u0103m"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(i("wd/R"))},KTz0:function(e,t,i){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,i,n){var a=t.words[n];return 1===n.length?i?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010de u] LT",lastWeek:function(){return["[pro\u0161le] [nedjelje] [u] LT","[pro\u0161log] [ponedjeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srijede] [u] LT","[pro\u0161log] [\u010detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},Kj3r:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("7o/Q"),a=i("D0XW");function s(e,t=a.a){return i=>i.lift(new r(e,t))}class r{constructor(e,t){this.dueTime=e,this.scheduler=t}call(e,t){return t.subscribe(new o(e,this.dueTime,this.scheduler))}}class o extends n.a{constructor(e,t,i){super(e),this.dueTime=t,this.scheduler=i,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}_next(e){this.clearDebounce(),this.lastValue=e,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(l,this.dueTime,this))}_complete(){this.debouncedNext(),this.destination.complete()}debouncedNext(){if(this.clearDebounce(),this.hasValue){const{lastValue:e}=this;this.lastValue=null,this.hasValue=!1,this.destination.next(e)}}clearDebounce(){const e=this.debouncedSubscription;null!==e&&(this.remove(e),e.unsubscribe(),this.debouncedSubscription=null)}}function l(e){e.debouncedNext()}},KqfI:function(e,t,i){"use strict";function n(){}i.d(t,"a",(function(){return n}))},LPQX:function(e,t,i){"use strict";var n=i("bTqV"),a=(i("0IaG"),i("fXoL"));let s=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)}}),e})();i("nmyD");let r=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)}}),e})();var o=i("ofXK"),l=i("YUcS"),u=i("NFeN"),c=i("STbY"),d=i("Qu3c"),m=i("Tk7p");let h=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[o.c,l.a,n.c,u.b,c.b,d.b,m.a]]}),e})();var p=i("tyNb"),f=i("FKr1"),g=i("sYmb"),_=i("Auxj"),b=i("jTIq"),y=i("ZYin"),v=i("IS/R"),w=i("zRzm"),k=i("fOyo"),x=i("cH1L");let M=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[o.c,p.k,u.b,f.q,g.b.forChild()]]}),e})();a.Gc(v.a,[_.a,v.a,b.a,y.a,w.a,k.a,o.q,o.r,o.s,o.t,o.A,o.w,o.x,o.y,o.z,o.u,o.v,p.l,p.h,p.j,p.i,p.m,u.a,x.b,f.p,g.a],[o.b,o.G,o.p,o.k,o.E,o.g,o.C,o.F,o.d,o.f,o.i,o.j,o.l,g.c]);var L=i("bv9b");let C=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[o.c,p.k,n.c,u.b,L.b]]}),e})(),S=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[o.c,p.k,n.c,u.b]]}),e})();var D=i("f0Cb"),T=i("kmnG"),O=i("qFsG"),E=i("MutI");let j=(()=>{class e{constructor(e,t){this.document=e,this.platformId=t,this.documentIsAccessible=Object(o.J)(this.platformId)}check(e){return!!this.documentIsAccessible&&(e=encodeURIComponent(e),this.getCookieRegExp(e).test(this.document.cookie))}get(e){if(this.documentIsAccessible&&this.check(e)){e=encodeURIComponent(e);const t=this.getCookieRegExp(e).exec(this.document.cookie);return decodeURIComponent(t[1])}return""}getAll(){if(!this.documentIsAccessible)return{};const e={},t=this.document;if(t.cookie&&""!==t.cookie){const i=t.cookie.split(";");for(let t=0;t<i.length;t+=1){const n=i[t].split("=");n[0]=n[0].replace(/^ /,""),e[decodeURIComponent(n[0])]=decodeURIComponent(n[1])}}return e}set(e,t,i,n,a,s,r="None"){if(!this.documentIsAccessible)return;let o=encodeURIComponent(e)+"="+encodeURIComponent(t)+";";i&&(o+="number"==typeof i?"expires="+new Date((new Date).getTime()+1e3*i*60*60*24).toUTCString()+";":"expires="+i.toUTCString()+";"),n&&(o+="path="+n+";"),a&&(o+="domain="+a+";"),s&&(o+="secure;"),o+="sameSite="+r+";",this.document.cookie=o}delete(e,t,i){this.documentIsAccessible&&this.set(e,"",new Date("Thu, 01 Jan 1970 00:00:01 GMT"),t,i)}deleteAll(e,t){if(!this.documentIsAccessible)return;const i=this.getAll();for(const n in i)i.hasOwnProperty(n)&&this.delete(n,e,t)}getCookieRegExp(e){const t=e.replace(/([\[\]\{\}\(\)\|\=\;\+\?\,\.\*\^\$])/gi,"\\$1");return new RegExp("(?:^"+t+"|;\\s*"+t+")=(.*?)(?:;|$)","g")}}return e.\u0275fac=function(t){return new(t||e)(a.dc(o.e),a.dc(a.E))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})(),A=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},providers:[j],imports:[[o.c,p.k,l.a,n.c,D.b,T.d,u.b,O.c,c.b,E.c,d.b]]}),e})(),Y=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)}}),e})();var I=i("3Pt+"),F=i("bSwM"),P=i("QibW"),R=i("d3UM"),N=i("1jcm"),q=i("RaCk");let H=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[o.c,I.h,I.q,l.a,n.c,F.b,D.b,T.d,u.b,f.m,P.c,R.b,N.b,q.a,h,Y]]}),e})();var B=i("4CPF");i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return r})),i.d(t,"c",(function(){return h})),i.d(t,"d",(function(){return M})),i.d(t,"e",(function(){return C})),i.d(t,"f",(function(){return S})),i.d(t,"g",(function(){return A})),i.d(t,"h",(function(){return Y})),i.d(t,"i",(function(){return H})),i.d(t,"j",(function(){return B.a}))},LRne:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("z+Ro"),a=i("yCtX"),s=i("jZKg");function r(...e){let t=e[e.length-1];return Object(n.a)(t)?(e.pop(),Object(s.a)(e,t)):Object(a.a)(e)}},LbVS:function(e,t,i){"use strict";function n(e){return e}function a(){var e=document.querySelectorAll("input");return Array.prototype.slice.call(e).map((function(e){return e.value}))}function s(e){var t=document.querySelectorAll("input");e&&t.length===e.length&&(e.forEach((function(e,i){var n=t[i];n.value=e,n.dispatchEvent(new CustomEvent("input",{detail:n.value}))})),e.length=0)}Object.defineProperty(t,"__esModule",{value:!0}),t.bootloader=function(e,t,i){"object"==typeof e&&(t=e.before,i=e.after,e=e.main),t=t||n,i=i||n;var a=document.readyState;switch(a){case"loading":document.addEventListener("DOMContentLoaded",(function n(){document.removeEventListener("DOMContentLoaded",n),i(e(t(a)))}));break;case"interactive":case"complete":default:i(e(t(a)))}},t.createNewHosts=function(e){var t=Array.prototype.map.call(e,(function(e){var t=document.createElement(e.tagName),i=e.parentNode,n=t.style.display;return t.style.display="none",i.insertBefore(t,e),function(){t.style.display=n;try{i.removeChild(e)}catch(a){}}}));return function(){t.forEach((function(e){return e()}))}},t.removeNgStyles=function(){var e=document.head,t=e.querySelectorAll("style");Array.prototype.slice.call(t).filter((function(e){return-1!==e.innerText.indexOf("_ng")})).map((function(t){return e.removeChild(t)}))},t.getInputValues=a,t.setInputValues=s,t.createInputTransfer=function(){var e=a();return function(){return s(e)}}},Lhse:function(e,t,i){"use strict";function n(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}i.d(t,"a",(function(){return a}));const a=n()},Loxo:function(e,t,i){!function(e){"use strict";e.defineLocale("uz",{months:"\u044f\u043d\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043b_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440_\u043e\u043a\u0442\u044f\u0431\u0440_\u043d\u043e\u044f\u0431\u0440_\u0434\u0435\u043a\u0430\u0431\u0440".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u042f\u043a\u0448\u0430\u043d\u0431\u0430_\u0414\u0443\u0448\u0430\u043d\u0431\u0430_\u0421\u0435\u0448\u0430\u043d\u0431\u0430_\u0427\u043e\u0440\u0448\u0430\u043d\u0431\u0430_\u041f\u0430\u0439\u0448\u0430\u043d\u0431\u0430_\u0416\u0443\u043c\u0430_\u0428\u0430\u043d\u0431\u0430".split("_"),weekdaysShort:"\u042f\u043a\u0448_\u0414\u0443\u0448_\u0421\u0435\u0448_\u0427\u043e\u0440_\u041f\u0430\u0439_\u0416\u0443\u043c_\u0428\u0430\u043d".split("_"),weekdaysMin:"\u042f\u043a_\u0414\u0443_\u0421\u0435_\u0427\u043e_\u041f\u0430_\u0416\u0443_\u0428\u0430".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[\u0411\u0443\u0433\u0443\u043d \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",nextDay:"[\u042d\u0440\u0442\u0430\u0433\u0430] LT [\u0434\u0430]",nextWeek:"dddd [\u043a\u0443\u043d\u0438 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",lastDay:"[\u041a\u0435\u0447\u0430 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",lastWeek:"[\u0423\u0442\u0433\u0430\u043d] dddd [\u043a\u0443\u043d\u0438 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",sameElse:"L"},relativeTime:{future:"\u042f\u043a\u0438\u043d %s \u0438\u0447\u0438\u0434\u0430",past:"\u0411\u0438\u0440 \u043d\u0435\u0447\u0430 %s \u043e\u043b\u0434\u0438\u043d",s:"\u0444\u0443\u0440\u0441\u0430\u0442",ss:"%d \u0444\u0443\u0440\u0441\u0430\u0442",m:"\u0431\u0438\u0440 \u0434\u0430\u043a\u0438\u043a\u0430",mm:"%d \u0434\u0430\u043a\u0438\u043a\u0430",h:"\u0431\u0438\u0440 \u0441\u043e\u0430\u0442",hh:"%d \u0441\u043e\u0430\u0442",d:"\u0431\u0438\u0440 \u043a\u0443\u043d",dd:"%d \u043a\u0443\u043d",M:"\u0431\u0438\u0440 \u043e\u0439",MM:"%d \u043e\u0439",y:"\u0431\u0438\u0440 \u0439\u0438\u043b",yy:"%d \u0439\u0438\u043b"},week:{dow:1,doy:7}})}(i("wd/R"))},LvDl:function(e,t,i){(function(e){var n;(function(){var a="Expected a function",s="__lodash_placeholder__",r=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],o="[object Arguments]",l="[object Array]",u="[object Boolean]",c="[object Date]",d="[object Error]",m="[object Function]",h="[object GeneratorFunction]",p="[object Map]",f="[object Number]",g="[object Object]",_="[object RegExp]",b="[object Set]",y="[object String]",v="[object Symbol]",w="[object WeakMap]",k="[object ArrayBuffer]",x="[object DataView]",M="[object Float32Array]",L="[object Float64Array]",C="[object Int8Array]",S="[object Int16Array]",D="[object Int32Array]",T="[object Uint8Array]",O="[object Uint16Array]",E="[object Uint32Array]",j=/\b__p \+= '';/g,A=/\b(__p \+=) '' \+/g,Y=/(__e\(.*?\)|\b__t\)) \+\n'';/g,I=/&(?:amp|lt|gt|quot|#39);/g,F=/[&<>"']/g,P=RegExp(I.source),R=RegExp(F.source),N=/<%-([\s\S]+?)%>/g,q=/<%([\s\S]+?)%>/g,H=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,z=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,W=/[\\^$.*+?()[\]{}|]/g,U=RegExp(W.source),G=/^\s+|\s+$/g,$=/^\s+/,Z=/\s+$/,J=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,X=/\{\n\/\* \[wrapped with (.+)\] \*/,Q=/,? & /,K=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ee=/\\(\\)?/g,te=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ie=/\w*$/,ne=/^[-+]0x[0-9a-f]+$/i,ae=/^0b[01]+$/i,se=/^\[object .+?Constructor\]$/,re=/^0o[0-7]+$/i,oe=/^(?:0|[1-9]\d*)$/,le=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ue=/($^)/,ce=/['\n\r\u2028\u2029\\]/g,de="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",me="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="["+me+"]",pe="["+de+"]",fe="\\d+",ge="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+me+fe+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",be="\\ud83c[\\udffb-\\udfff]",ye="[^\\ud800-\\udfff]",ve="(?:\\ud83c[\\udde6-\\uddff]){2}",we="[\\ud800-\\udbff][\\udc00-\\udfff]",ke="[A-Z\\xc0-\\xd6\\xd8-\\xde]",xe="(?:"+ge+"|"+_e+")",Me="(?:"+ke+"|"+_e+")",Le="(?:"+pe+"|"+be+")?",Ce="[\\ufe0e\\ufe0f]?"+Le+"(?:\\u200d(?:"+[ye,ve,we].join("|")+")[\\ufe0e\\ufe0f]?"+Le+")*",Se="(?:"+["[\\u2700-\\u27bf]",ve,we].join("|")+")"+Ce,De="(?:"+[ye+pe+"?",pe,ve,we,"[\\ud800-\\udfff]"].join("|")+")",Te=RegExp("['\u2019]","g"),Oe=RegExp(pe,"g"),Ee=RegExp(be+"(?="+be+")|"+De+Ce,"g"),je=RegExp([ke+"?"+ge+"+(?:['\u2019](?:d|ll|m|re|s|t|ve))?(?="+[he,ke,"$"].join("|")+")",Me+"+(?:['\u2019](?:D|LL|M|RE|S|T|VE))?(?="+[he,ke+xe,"$"].join("|")+")",ke+"?"+xe+"+(?:['\u2019](?:d|ll|m|re|s|t|ve))?",ke+"+(?:['\u2019](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",fe,Se].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+de+"\\ufe0e\\ufe0f]"),Ye=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Ie=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Fe=-1,Pe={};Pe[M]=Pe[L]=Pe[C]=Pe[S]=Pe[D]=Pe[T]=Pe["[object Uint8ClampedArray]"]=Pe[O]=Pe[E]=!0,Pe[o]=Pe[l]=Pe[k]=Pe[u]=Pe[x]=Pe[c]=Pe[d]=Pe[m]=Pe[p]=Pe[f]=Pe[g]=Pe[_]=Pe[b]=Pe[y]=Pe[w]=!1;var Re={};Re[o]=Re[l]=Re[k]=Re[x]=Re[u]=Re[c]=Re[M]=Re[L]=Re[C]=Re[S]=Re[D]=Re[p]=Re[f]=Re[g]=Re[_]=Re[b]=Re[y]=Re[v]=Re[T]=Re["[object Uint8ClampedArray]"]=Re[O]=Re[E]=!0,Re[d]=Re[m]=Re[w]=!1;var Ne={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},qe=parseFloat,He=parseInt,Be="object"==typeof global&&global&&global.Object===Object&&global,Ve="object"==typeof self&&self&&self.Object===Object&&self,ze=Be||Ve||Function("return this")(),We=t&&!t.nodeType&&t,Ue=We&&"object"==typeof e&&e&&!e.nodeType&&e,Ge=Ue&&Ue.exports===We,$e=Ge&&Be.process,Ze=function(){try{return Ue&&Ue.require&&Ue.require("util").types||$e&&$e.binding&&$e.binding("util")}catch(e){}}(),Je=Ze&&Ze.isArrayBuffer,Xe=Ze&&Ze.isDate,Qe=Ze&&Ze.isMap,Ke=Ze&&Ze.isRegExp,et=Ze&&Ze.isSet,tt=Ze&&Ze.isTypedArray;function it(e,t,i){switch(i.length){case 0:return e.call(t);case 1:return e.call(t,i[0]);case 2:return e.call(t,i[0],i[1]);case 3:return e.call(t,i[0],i[1],i[2])}return e.apply(t,i)}function nt(e,t,i,n){for(var a=-1,s=null==e?0:e.length;++a<s;){var r=e[a];t(n,r,i(r),e)}return n}function at(e,t){for(var i=-1,n=null==e?0:e.length;++i<n&&!1!==t(e[i],i,e););return e}function st(e,t){for(var i=null==e?0:e.length;i--&&!1!==t(e[i],i,e););return e}function rt(e,t){for(var i=-1,n=null==e?0:e.length;++i<n;)if(!t(e[i],i,e))return!1;return!0}function ot(e,t){for(var i=-1,n=null==e?0:e.length,a=0,s=[];++i<n;){var r=e[i];t(r,i,e)&&(s[a++]=r)}return s}function lt(e,t){return!(null==e||!e.length)&&bt(e,t,0)>-1}function ut(e,t,i){for(var n=-1,a=null==e?0:e.length;++n<a;)if(i(t,e[n]))return!0;return!1}function ct(e,t){for(var i=-1,n=null==e?0:e.length,a=Array(n);++i<n;)a[i]=t(e[i],i,e);return a}function dt(e,t){for(var i=-1,n=t.length,a=e.length;++i<n;)e[a+i]=t[i];return e}function mt(e,t,i,n){var a=-1,s=null==e?0:e.length;for(n&&s&&(i=e[++a]);++a<s;)i=t(i,e[a],a,e);return i}function ht(e,t,i,n){var a=null==e?0:e.length;for(n&&a&&(i=e[--a]);a--;)i=t(i,e[a],a,e);return i}function pt(e,t){for(var i=-1,n=null==e?0:e.length;++i<n;)if(t(e[i],i,e))return!0;return!1}var ft=kt("length");function gt(e,t,i){var n;return i(e,(function(e,i,a){if(t(e,i,a))return n=i,!1})),n}function _t(e,t,i,n){for(var a=e.length,s=i+(n?1:-1);n?s--:++s<a;)if(t(e[s],s,e))return s;return-1}function bt(e,t,i){return t==t?function(e,t,i){for(var n=i-1,a=e.length;++n<a;)if(e[n]===t)return n;return-1}(e,t,i):_t(e,vt,i)}function yt(e,t,i,n){for(var a=i-1,s=e.length;++a<s;)if(n(e[a],t))return a;return-1}function vt(e){return e!=e}function wt(e,t){var i=null==e?0:e.length;return i?Lt(e,t)/i:NaN}function kt(e){return function(t){return null==t?void 0:t[e]}}function xt(e){return function(t){return null==e?void 0:e[t]}}function Mt(e,t,i,n,a){return a(e,(function(e,a,s){i=n?(n=!1,e):t(i,e,a,s)})),i}function Lt(e,t){for(var i,n=-1,a=e.length;++n<a;){var s=t(e[n]);void 0!==s&&(i=void 0===i?s:i+s)}return i}function Ct(e,t){for(var i=-1,n=Array(e);++i<e;)n[i]=t(i);return n}function St(e){return function(t){return e(t)}}function Dt(e,t){return ct(t,(function(t){return e[t]}))}function Tt(e,t){return e.has(t)}function Ot(e,t){for(var i=-1,n=e.length;++i<n&&bt(t,e[i],0)>-1;);return i}function Et(e,t){for(var i=e.length;i--&&bt(t,e[i],0)>-1;);return i}function jt(e,t){for(var i=e.length,n=0;i--;)e[i]===t&&++n;return n}var At=xt({"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\xc7":"C","\xe7":"c","\xd0":"D","\xf0":"d","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\xd1":"N","\xf1":"n","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xdd":"Y","\xfd":"y","\xff":"y","\xc6":"Ae","\xe6":"ae","\xde":"Th","\xfe":"th","\xdf":"ss","\u0100":"A","\u0102":"A","\u0104":"A","\u0101":"a","\u0103":"a","\u0105":"a","\u0106":"C","\u0108":"C","\u010a":"C","\u010c":"C","\u0107":"c","\u0109":"c","\u010b":"c","\u010d":"c","\u010e":"D","\u0110":"D","\u010f":"d","\u0111":"d","\u0112":"E","\u0114":"E","\u0116":"E","\u0118":"E","\u011a":"E","\u0113":"e","\u0115":"e","\u0117":"e","\u0119":"e","\u011b":"e","\u011c":"G","\u011e":"G","\u0120":"G","\u0122":"G","\u011d":"g","\u011f":"g","\u0121":"g","\u0123":"g","\u0124":"H","\u0126":"H","\u0125":"h","\u0127":"h","\u0128":"I","\u012a":"I","\u012c":"I","\u012e":"I","\u0130":"I","\u0129":"i","\u012b":"i","\u012d":"i","\u012f":"i","\u0131":"i","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u0138":"k","\u0139":"L","\u013b":"L","\u013d":"L","\u013f":"L","\u0141":"L","\u013a":"l","\u013c":"l","\u013e":"l","\u0140":"l","\u0142":"l","\u0143":"N","\u0145":"N","\u0147":"N","\u014a":"N","\u0144":"n","\u0146":"n","\u0148":"n","\u014b":"n","\u014c":"O","\u014e":"O","\u0150":"O","\u014d":"o","\u014f":"o","\u0151":"o","\u0154":"R","\u0156":"R","\u0158":"R","\u0155":"r","\u0157":"r","\u0159":"r","\u015a":"S","\u015c":"S","\u015e":"S","\u0160":"S","\u015b":"s","\u015d":"s","\u015f":"s","\u0161":"s","\u0162":"T","\u0164":"T","\u0166":"T","\u0163":"t","\u0165":"t","\u0167":"t","\u0168":"U","\u016a":"U","\u016c":"U","\u016e":"U","\u0170":"U","\u0172":"U","\u0169":"u","\u016b":"u","\u016d":"u","\u016f":"u","\u0171":"u","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017b":"Z","\u017d":"Z","\u017a":"z","\u017c":"z","\u017e":"z","\u0132":"IJ","\u0133":"ij","\u0152":"Oe","\u0153":"oe","\u0149":"'n","\u017f":"s"}),Yt=xt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function It(e){return"\\"+Ne[e]}function Ft(e){return Ae.test(e)}function Pt(e){var t=-1,i=Array(e.size);return e.forEach((function(e,n){i[++t]=[n,e]})),i}function Rt(e,t){return function(i){return e(t(i))}}function Nt(e,t){for(var i=-1,n=e.length,a=0,r=[];++i<n;){var o=e[i];o!==t&&o!==s||(e[i]=s,r[a++]=i)}return r}function qt(e){var t=-1,i=Array(e.size);return e.forEach((function(e){i[++t]=e})),i}function Ht(e){var t=-1,i=Array(e.size);return e.forEach((function(e){i[++t]=[e,e]})),i}function Bt(e){return Ft(e)?function(e){for(var t=Ee.lastIndex=0;Ee.test(e);)++t;return t}(e):ft(e)}function Vt(e){return Ft(e)?function(e){return e.match(Ee)||[]}(e):function(e){return e.split("")}(e)}var zt=xt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"}),Wt=function e(t){var i,n=(t=null==t?ze:Wt.defaults(ze.Object(),t,Wt.pick(ze,Ie))).Array,de=t.Date,me=t.Error,he=t.Function,pe=t.Math,fe=t.Object,ge=t.RegExp,_e=t.String,be=t.TypeError,ye=n.prototype,ve=fe.prototype,we=t["__core-js_shared__"],ke=he.prototype.toString,xe=ve.hasOwnProperty,Me=0,Le=(i=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",Ce=ve.toString,Se=ke.call(fe),De=ze._,Ee=ge("^"+ke.call(xe).replace(W,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ae=Ge?t.Buffer:void 0,Ne=t.Symbol,Be=t.Uint8Array,Ve=Ae?Ae.allocUnsafe:void 0,We=Rt(fe.getPrototypeOf,fe),Ue=fe.create,$e=ve.propertyIsEnumerable,Ze=ye.splice,ft=Ne?Ne.isConcatSpreadable:void 0,xt=Ne?Ne.iterator:void 0,Ut=Ne?Ne.toStringTag:void 0,Gt=function(){try{var e=Xa(fe,"defineProperty");return e({},"",{}),e}catch(t){}}(),$t=t.clearTimeout!==ze.clearTimeout&&t.clearTimeout,Zt=de&&de.now!==ze.Date.now&&de.now,Jt=t.setTimeout!==ze.setTimeout&&t.setTimeout,Xt=pe.ceil,Qt=pe.floor,Kt=fe.getOwnPropertySymbols,ei=Ae?Ae.isBuffer:void 0,ti=t.isFinite,ii=ye.join,ni=Rt(fe.keys,fe),ai=pe.max,si=pe.min,ri=de.now,oi=t.parseInt,li=pe.random,ui=ye.reverse,ci=Xa(t,"DataView"),di=Xa(t,"Map"),mi=Xa(t,"Promise"),hi=Xa(t,"Set"),pi=Xa(t,"WeakMap"),fi=Xa(fe,"create"),gi=pi&&new pi,_i={},bi=Cs(ci),yi=Cs(di),vi=Cs(mi),wi=Cs(hi),ki=Cs(pi),xi=Ne?Ne.prototype:void 0,Mi=xi?xi.valueOf:void 0,Li=xi?xi.toString:void 0;function Ci(e){if(Vr(e)&&!jr(e)&&!(e instanceof Oi)){if(e instanceof Ti)return e;if(xe.call(e,"__wrapped__"))return Ss(e)}return new Ti(e)}var Si=function(){function e(){}return function(t){if(!Br(t))return{};if(Ue)return Ue(t);e.prototype=t;var i=new e;return e.prototype=void 0,i}}();function Di(){}function Ti(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function Oi(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Ei(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}function ji(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}function Ai(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}function Yi(e){var t=-1,i=null==e?0:e.length;for(this.__data__=new Ai;++t<i;)this.add(e[t])}function Ii(e){var t=this.__data__=new ji(e);this.size=t.size}function Fi(e,t){var i=jr(e),n=!i&&Er(e),a=!i&&!n&&Fr(e),s=!i&&!n&&!a&&Xr(e),r=i||n||a||s,o=r?Ct(e.length,_e):[],l=o.length;for(var u in e)!t&&!xe.call(e,u)||r&&("length"==u||a&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||as(u,l))||o.push(u);return o}function Pi(e){var t=e.length;return t?e[Yn(0,t-1)]:void 0}function Ri(e,t){return ws(fa(e),Gi(t,0,e.length))}function Ni(e){return ws(fa(e))}function qi(e,t,i){(void 0===i||Dr(e[t],i))&&(void 0!==i||t in e)||Wi(e,t,i)}function Hi(e,t,i){var n=e[t];xe.call(e,t)&&Dr(n,i)&&(void 0!==i||t in e)||Wi(e,t,i)}function Bi(e,t){for(var i=e.length;i--;)if(Dr(e[i][0],t))return i;return-1}function Vi(e,t,i,n){return Qi(e,(function(e,a,s){t(n,e,i(e),s)})),n}function zi(e,t){return e&&ga(t,vo(t),e)}function Wi(e,t,i){"__proto__"==t&&Gt?Gt(e,t,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[t]=i}function Ui(e,t){for(var i=-1,a=t.length,s=n(a),r=null==e;++i<a;)s[i]=r?void 0:fo(e,t[i]);return s}function Gi(e,t,i){return e==e&&(void 0!==i&&(e=e<=i?e:i),void 0!==t&&(e=e>=t?e:t)),e}function $i(e,t,i,n,a,s){var r,l=1&t,d=2&t,w=4&t;if(i&&(r=a?i(e,n,a,s):i(e)),void 0!==r)return r;if(!Br(e))return e;var j=jr(e);if(j){if(r=function(e){var t=e.length,i=new e.constructor(t);return t&&"string"==typeof e[0]&&xe.call(e,"index")&&(i.index=e.index,i.input=e.input),i}(e),!l)return fa(e,r)}else{var A=es(e),Y=A==m||A==h;if(Fr(e))return ua(e,l);if(A==g||A==o||Y&&!a){if(r=d||Y?{}:is(e),!l)return d?function(e,t){return ga(e,Ka(e),t)}(e,function(e,t){return e&&ga(t,wo(t),e)}(r,e)):function(e,t){return ga(e,Qa(e),t)}(e,zi(r,e))}else{if(!Re[A])return a?e:{};r=function(e,t,i){var n=e.constructor;switch(t){case k:return ca(e);case u:case c:return new n(+e);case x:return function(e,t){var i=t?ca(e.buffer):e.buffer;return new e.constructor(i,e.byteOffset,e.byteLength)}(e,i);case M:case L:case C:case S:case D:case T:case"[object Uint8ClampedArray]":case O:case E:return da(e,i);case p:return new n;case f:case y:return new n(e);case _:return function(e){var t=new e.constructor(e.source,ie.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new n;case v:return Mi?fe(Mi.call(e)):{}}}(e,A,l)}}s||(s=new Ii);var I=s.get(e);if(I)return I;s.set(e,r),$r(e)?e.forEach((function(n){r.add($i(n,t,i,n,e,s))})):zr(e)&&e.forEach((function(n,a){r.set(a,$i(n,t,i,a,e,s))}));var F=j?void 0:(w?d?za:Va:d?wo:vo)(e);return at(F||e,(function(n,a){F&&(n=e[a=n]),Hi(r,a,$i(n,t,i,a,e,s))})),r}function Zi(e,t,i){var n=i.length;if(null==e)return!n;for(e=fe(e);n--;){var a=i[n],s=e[a];if(void 0===s&&!(a in e)||!(0,t[a])(s))return!1}return!0}function Ji(e,t,i){if("function"!=typeof e)throw new be(a);return _s((function(){e.apply(void 0,i)}),t)}function Xi(e,t,i,n){var a=-1,s=lt,r=!0,o=e.length,l=[],u=t.length;if(!o)return l;i&&(t=ct(t,St(i))),n?(s=ut,r=!1):t.length>=200&&(s=Tt,r=!1,t=new Yi(t));e:for(;++a<o;){var c=e[a],d=null==i?c:i(c);if(c=n||0!==c?c:0,r&&d==d){for(var m=u;m--;)if(t[m]===d)continue e;l.push(c)}else s(t,d,n)||l.push(c)}return l}Ci.templateSettings={escape:N,evaluate:q,interpolate:H,variable:"",imports:{_:Ci}},(Ci.prototype=Di.prototype).constructor=Ci,(Ti.prototype=Si(Di.prototype)).constructor=Ti,(Oi.prototype=Si(Di.prototype)).constructor=Oi,Ei.prototype.clear=function(){this.__data__=fi?fi(null):{},this.size=0},Ei.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Ei.prototype.get=function(e){var t=this.__data__;if(fi){var i=t[e];return"__lodash_hash_undefined__"===i?void 0:i}return xe.call(t,e)?t[e]:void 0},Ei.prototype.has=function(e){var t=this.__data__;return fi?void 0!==t[e]:xe.call(t,e)},Ei.prototype.set=function(e,t){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=fi&&void 0===t?"__lodash_hash_undefined__":t,this},ji.prototype.clear=function(){this.__data__=[],this.size=0},ji.prototype.delete=function(e){var t=this.__data__,i=Bi(t,e);return!(i<0||(i==t.length-1?t.pop():Ze.call(t,i,1),--this.size,0))},ji.prototype.get=function(e){var t=this.__data__,i=Bi(t,e);return i<0?void 0:t[i][1]},ji.prototype.has=function(e){return Bi(this.__data__,e)>-1},ji.prototype.set=function(e,t){var i=this.__data__,n=Bi(i,e);return n<0?(++this.size,i.push([e,t])):i[n][1]=t,this},Ai.prototype.clear=function(){this.size=0,this.__data__={hash:new Ei,map:new(di||ji),string:new Ei}},Ai.prototype.delete=function(e){var t=Za(this,e).delete(e);return this.size-=t?1:0,t},Ai.prototype.get=function(e){return Za(this,e).get(e)},Ai.prototype.has=function(e){return Za(this,e).has(e)},Ai.prototype.set=function(e,t){var i=Za(this,e),n=i.size;return i.set(e,t),this.size+=i.size==n?0:1,this},Yi.prototype.add=Yi.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Yi.prototype.has=function(e){return this.__data__.has(e)},Ii.prototype.clear=function(){this.__data__=new ji,this.size=0},Ii.prototype.delete=function(e){var t=this.__data__,i=t.delete(e);return this.size=t.size,i},Ii.prototype.get=function(e){return this.__data__.get(e)},Ii.prototype.has=function(e){return this.__data__.has(e)},Ii.prototype.set=function(e,t){var i=this.__data__;if(i instanceof ji){var n=i.__data__;if(!di||n.length<199)return n.push([e,t]),this.size=++i.size,this;i=this.__data__=new Ai(n)}return i.set(e,t),this.size=i.size,this};var Qi=ya(on),Ki=ya(ln,!0);function en(e,t){var i=!0;return Qi(e,(function(e,n,a){return i=!!t(e,n,a)})),i}function tn(e,t,i){for(var n=-1,a=e.length;++n<a;){var s=e[n],r=t(s);if(null!=r&&(void 0===o?r==r&&!Jr(r):i(r,o)))var o=r,l=s}return l}function nn(e,t){var i=[];return Qi(e,(function(e,n,a){t(e,n,a)&&i.push(e)})),i}function an(e,t,i,n,a){var s=-1,r=e.length;for(i||(i=ns),a||(a=[]);++s<r;){var o=e[s];t>0&&i(o)?t>1?an(o,t-1,i,n,a):dt(a,o):n||(a[a.length]=o)}return a}var sn=va(),rn=va(!0);function on(e,t){return e&&sn(e,t,vo)}function ln(e,t){return e&&rn(e,t,vo)}function un(e,t){return ot(t,(function(t){return Nr(e[t])}))}function cn(e,t){for(var i=0,n=(t=sa(t,e)).length;null!=e&&i<n;)e=e[Ls(t[i++])];return i&&i==n?e:void 0}function dn(e,t,i){var n=t(e);return jr(e)?n:dt(n,i(e))}function mn(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Ut&&Ut in fe(e)?function(e){var t=xe.call(e,Ut),i=e[Ut];try{e[Ut]=void 0;var n=!0}catch(s){}var a=Ce.call(e);return n&&(t?e[Ut]=i:delete e[Ut]),a}(e):function(e){return Ce.call(e)}(e)}function hn(e,t){return e>t}function pn(e,t){return null!=e&&xe.call(e,t)}function fn(e,t){return null!=e&&t in fe(e)}function gn(e,t,i){for(var a=i?ut:lt,s=e[0].length,r=e.length,o=r,l=n(r),u=1/0,c=[];o--;){var d=e[o];o&&t&&(d=ct(d,St(t))),u=si(d.length,u),l[o]=!i&&(t||s>=120&&d.length>=120)?new Yi(o&&d):void 0}d=e[0];var m=-1,h=l[0];e:for(;++m<s&&c.length<u;){var p=d[m],f=t?t(p):p;if(p=i||0!==p?p:0,!(h?Tt(h,f):a(c,f,i))){for(o=r;--o;){var g=l[o];if(!(g?Tt(g,f):a(e[o],f,i)))continue e}h&&h.push(f),c.push(p)}}return c}function _n(e,t,i){var n=null==(e=hs(e,t=sa(t,e)))?e:e[Ls(Rs(t))];return null==n?void 0:it(n,e,i)}function bn(e){return Vr(e)&&mn(e)==o}function yn(e,t,i,n,a){return e===t||(null==e||null==t||!Vr(e)&&!Vr(t)?e!=e&&t!=t:function(e,t,i,n,a,s){var r=jr(e),m=jr(t),h=r?l:es(e),w=m?l:es(t),M=(h=h==o?g:h)==g,L=(w=w==o?g:w)==g,C=h==w;if(C&&Fr(e)){if(!Fr(t))return!1;r=!0,M=!1}if(C&&!M)return s||(s=new Ii),r||Xr(e)?Ha(e,t,i,n,a,s):function(e,t,i,n,a,s,r){switch(i){case x:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case k:return!(e.byteLength!=t.byteLength||!s(new Be(e),new Be(t)));case u:case c:case f:return Dr(+e,+t);case d:return e.name==t.name&&e.message==t.message;case _:case y:return e==t+"";case p:var o=Pt;case b:if(o||(o=qt),e.size!=t.size&&!(1&n))return!1;var l=r.get(e);if(l)return l==t;n|=2,r.set(e,t);var m=Ha(o(e),o(t),n,a,s,r);return r.delete(e),m;case v:if(Mi)return Mi.call(e)==Mi.call(t)}return!1}(e,t,h,i,n,a,s);if(!(1&i)){var S=M&&xe.call(e,"__wrapped__"),D=L&&xe.call(t,"__wrapped__");if(S||D){var T=S?e.value():e,O=D?t.value():t;return s||(s=new Ii),a(T,O,i,n,s)}}return!!C&&(s||(s=new Ii),function(e,t,i,n,a,s){var r=1&i,o=Va(e),l=o.length;if(l!=Va(t).length&&!r)return!1;for(var u=l;u--;){var c=o[u];if(!(r?c in t:xe.call(t,c)))return!1}var d=s.get(e);if(d&&s.get(t))return d==t;var m=!0;s.set(e,t),s.set(t,e);for(var h=r;++u<l;){var p=e[c=o[u]],f=t[c];if(n)var g=r?n(f,p,c,t,e,s):n(p,f,c,e,t,s);if(!(void 0===g?p===f||a(p,f,i,n,s):g)){m=!1;break}h||(h="constructor"==c)}if(m&&!h){var _=e.constructor,b=t.constructor;_!=b&&"constructor"in e&&"constructor"in t&&!("function"==typeof _&&_ instanceof _&&"function"==typeof b&&b instanceof b)&&(m=!1)}return s.delete(e),s.delete(t),m}(e,t,i,n,a,s))}(e,t,i,n,yn,a))}function vn(e,t,i,n){var a=i.length,s=a,r=!n;if(null==e)return!s;for(e=fe(e);a--;){var o=i[a];if(r&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++a<s;){var l=(o=i[a])[0],u=e[l],c=o[1];if(r&&o[2]){if(void 0===u&&!(l in e))return!1}else{var d=new Ii;if(n)var m=n(u,c,l,e,t,d);if(!(void 0===m?yn(c,u,3,n,d):m))return!1}}return!0}function wn(e){return!(!Br(e)||(t=e,Le&&Le in t))&&(Nr(e)?Ee:se).test(Cs(e));var t}function kn(e){return"function"==typeof e?e:null==e?Uo:"object"==typeof e?jr(e)?Sn(e[0],e[1]):Cn(e):tl(e)}function xn(e){if(!us(e))return ni(e);var t=[];for(var i in fe(e))xe.call(e,i)&&"constructor"!=i&&t.push(i);return t}function Mn(e,t){return e<t}function Ln(e,t){var i=-1,a=Yr(e)?n(e.length):[];return Qi(e,(function(e,n,s){a[++i]=t(e,n,s)})),a}function Cn(e){var t=Ja(e);return 1==t.length&&t[0][2]?ds(t[0][0],t[0][1]):function(i){return i===e||vn(i,e,t)}}function Sn(e,t){return rs(e)&&cs(t)?ds(Ls(e),t):function(i){var n=fo(i,e);return void 0===n&&n===t?go(i,e):yn(t,n,3)}}function Dn(e,t,i,n,a){e!==t&&sn(t,(function(s,r){if(a||(a=new Ii),Br(s))!function(e,t,i,n,a,s,r){var o=fs(e,i),l=fs(t,i),u=r.get(l);if(u)qi(e,i,u);else{var c=s?s(o,l,i+"",e,t,r):void 0,d=void 0===c;if(d){var m=jr(l),h=!m&&Fr(l),p=!m&&!h&&Xr(l);c=l,m||h||p?jr(o)?c=o:Ir(o)?c=fa(o):h?(d=!1,c=ua(l,!0)):p?(d=!1,c=da(l,!0)):c=[]:Ur(l)||Er(l)?(c=o,Er(o)?c=so(o):Br(o)&&!Nr(o)||(c=is(l))):d=!1}d&&(r.set(l,c),a(c,l,n,s,r),r.delete(l)),qi(e,i,c)}}(e,t,r,i,Dn,n,a);else{var o=n?n(fs(e,r),s,r+"",e,t,a):void 0;void 0===o&&(o=s),qi(e,r,o)}}),wo)}function Tn(e,t){var i=e.length;if(i)return as(t+=t<0?i:0,i)?e[t]:void 0}function On(e,t,i){var n=-1;return t=ct(t.length?t:[Uo],St($a())),function(e,t){var n=e.length;for(e.sort((function(e,t){return function(e,t,i){for(var n=-1,a=e.criteria,s=t.criteria,r=a.length,o=i.length;++n<r;){var l=ma(a[n],s[n]);if(l)return n>=o?l:l*("desc"==i[n]?-1:1)}return e.index-t.index}(e,t,i)}));n--;)e[n]=e[n].value;return e}(Ln(e,(function(e,i,a){return{criteria:ct(t,(function(t){return t(e)})),index:++n,value:e}})))}function En(e,t,i){for(var n=-1,a=t.length,s={};++n<a;){var r=t[n],o=cn(e,r);i(o,r)&&Nn(s,sa(r,e),o)}return s}function jn(e,t,i,n){var a=n?yt:bt,s=-1,r=t.length,o=e;for(e===t&&(t=fa(t)),i&&(o=ct(e,St(i)));++s<r;)for(var l=0,u=t[s],c=i?i(u):u;(l=a(o,c,l,n))>-1;)o!==e&&Ze.call(o,l,1),Ze.call(e,l,1);return e}function An(e,t){for(var i=e?t.length:0,n=i-1;i--;){var a=t[i];if(i==n||a!==s){var s=a;as(a)?Ze.call(e,a,1):Xn(e,a)}}return e}function Yn(e,t){return e+Qt(li()*(t-e+1))}function In(e,t){var i="";if(!e||t<1||t>9007199254740991)return i;do{t%2&&(i+=e),(t=Qt(t/2))&&(e+=e)}while(t);return i}function Fn(e,t){return bs(ms(e,t,Uo),e+"")}function Pn(e){return Pi(To(e))}function Rn(e,t){var i=To(e);return ws(i,Gi(t,0,i.length))}function Nn(e,t,i,n){if(!Br(e))return e;for(var a=-1,s=(t=sa(t,e)).length,r=s-1,o=e;null!=o&&++a<s;){var l=Ls(t[a]),u=i;if(a!=r){var c=o[l];void 0===(u=n?n(c,l,o):void 0)&&(u=Br(c)?c:as(t[a+1])?[]:{})}Hi(o,l,u),o=o[l]}return e}var qn=gi?function(e,t){return gi.set(e,t),e}:Uo,Hn=Gt?function(e,t){return Gt(e,"toString",{configurable:!0,enumerable:!1,value:Vo(t),writable:!0})}:Uo;function Bn(e){return ws(To(e))}function Vn(e,t,i){var a=-1,s=e.length;t<0&&(t=-t>s?0:s+t),(i=i>s?s:i)<0&&(i+=s),s=t>i?0:i-t>>>0,t>>>=0;for(var r=n(s);++a<s;)r[a]=e[a+t];return r}function zn(e,t){var i;return Qi(e,(function(e,n,a){return!(i=t(e,n,a))})),!!i}function Wn(e,t,i){var n=0,a=null==e?n:e.length;if("number"==typeof t&&t==t&&a<=2147483647){for(;n<a;){var s=n+a>>>1,r=e[s];null!==r&&!Jr(r)&&(i?r<=t:r<t)?n=s+1:a=s}return a}return Un(e,t,Uo,i)}function Un(e,t,i,n){t=i(t);for(var a=0,s=null==e?0:e.length,r=t!=t,o=null===t,l=Jr(t),u=void 0===t;a<s;){var c=Qt((a+s)/2),d=i(e[c]),m=void 0!==d,h=null===d,p=d==d,f=Jr(d);if(r)var g=n||p;else g=u?p&&(n||m):o?p&&m&&(n||!h):l?p&&m&&!h&&(n||!f):!h&&!f&&(n?d<=t:d<t);g?a=c+1:s=c}return si(s,4294967294)}function Gn(e,t){for(var i=-1,n=e.length,a=0,s=[];++i<n;){var r=e[i],o=t?t(r):r;if(!i||!Dr(o,l)){var l=o;s[a++]=0===r?0:r}}return s}function $n(e){return"number"==typeof e?e:Jr(e)?NaN:+e}function Zn(e){if("string"==typeof e)return e;if(jr(e))return ct(e,Zn)+"";if(Jr(e))return Li?Li.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Jn(e,t,i){var n=-1,a=lt,s=e.length,r=!0,o=[],l=o;if(i)r=!1,a=ut;else if(s>=200){var u=t?null:Ia(e);if(u)return qt(u);r=!1,a=Tt,l=new Yi}else l=t?[]:o;e:for(;++n<s;){var c=e[n],d=t?t(c):c;if(c=i||0!==c?c:0,r&&d==d){for(var m=l.length;m--;)if(l[m]===d)continue e;t&&l.push(d),o.push(c)}else a(l,d,i)||(l!==o&&l.push(d),o.push(c))}return o}function Xn(e,t){return null==(e=hs(e,t=sa(t,e)))||delete e[Ls(Rs(t))]}function Qn(e,t,i,n){return Nn(e,t,i(cn(e,t)),n)}function Kn(e,t,i,n){for(var a=e.length,s=n?a:-1;(n?s--:++s<a)&&t(e[s],s,e););return i?Vn(e,n?0:s,n?s+1:a):Vn(e,n?s+1:0,n?a:s)}function ea(e,t){var i=e;return i instanceof Oi&&(i=i.value()),mt(t,(function(e,t){return t.func.apply(t.thisArg,dt([e],t.args))}),i)}function ta(e,t,i){var a=e.length;if(a<2)return a?Jn(e[0]):[];for(var s=-1,r=n(a);++s<a;)for(var o=e[s],l=-1;++l<a;)l!=s&&(r[s]=Xi(r[s]||o,e[l],t,i));return Jn(an(r,1),t,i)}function ia(e,t,i){for(var n=-1,a=e.length,s=t.length,r={};++n<a;)i(r,e[n],n<s?t[n]:void 0);return r}function na(e){return Ir(e)?e:[]}function aa(e){return"function"==typeof e?e:Uo}function sa(e,t){return jr(e)?e:rs(e,t)?[e]:Ms(ro(e))}var ra=Fn;function oa(e,t,i){var n=e.length;return i=void 0===i?n:i,!t&&i>=n?e:Vn(e,t,i)}var la=$t||function(e){return ze.clearTimeout(e)};function ua(e,t){if(t)return e.slice();var i=e.length,n=Ve?Ve(i):new e.constructor(i);return e.copy(n),n}function ca(e){var t=new e.constructor(e.byteLength);return new Be(t).set(new Be(e)),t}function da(e,t){var i=t?ca(e.buffer):e.buffer;return new e.constructor(i,e.byteOffset,e.length)}function ma(e,t){if(e!==t){var i=void 0!==e,n=null===e,a=e==e,s=Jr(e),r=void 0!==t,o=null===t,l=t==t,u=Jr(t);if(!o&&!u&&!s&&e>t||s&&r&&l&&!o&&!u||n&&r&&l||!i&&l||!a)return 1;if(!n&&!s&&!u&&e<t||u&&i&&a&&!n&&!s||o&&i&&a||!r&&a||!l)return-1}return 0}function ha(e,t,i,a){for(var s=-1,r=e.length,o=i.length,l=-1,u=t.length,c=ai(r-o,0),d=n(u+c),m=!a;++l<u;)d[l]=t[l];for(;++s<o;)(m||s<r)&&(d[i[s]]=e[s]);for(;c--;)d[l++]=e[s++];return d}function pa(e,t,i,a){for(var s=-1,r=e.length,o=-1,l=i.length,u=-1,c=t.length,d=ai(r-l,0),m=n(d+c),h=!a;++s<d;)m[s]=e[s];for(var p=s;++u<c;)m[p+u]=t[u];for(;++o<l;)(h||s<r)&&(m[p+i[o]]=e[s++]);return m}function fa(e,t){var i=-1,a=e.length;for(t||(t=n(a));++i<a;)t[i]=e[i];return t}function ga(e,t,i,n){var a=!i;i||(i={});for(var s=-1,r=t.length;++s<r;){var o=t[s],l=n?n(i[o],e[o],o,i,e):void 0;void 0===l&&(l=e[o]),a?Wi(i,o,l):Hi(i,o,l)}return i}function _a(e,t){return function(i,n){var a=jr(i)?nt:Vi,s=t?t():{};return a(i,e,$a(n,2),s)}}function ba(e){return Fn((function(t,i){var n=-1,a=i.length,s=a>1?i[a-1]:void 0,r=a>2?i[2]:void 0;for(s=e.length>3&&"function"==typeof s?(a--,s):void 0,r&&ss(i[0],i[1],r)&&(s=a<3?void 0:s,a=1),t=fe(t);++n<a;){var o=i[n];o&&e(t,o,n,s)}return t}))}function ya(e,t){return function(i,n){if(null==i)return i;if(!Yr(i))return e(i,n);for(var a=i.length,s=t?a:-1,r=fe(i);(t?s--:++s<a)&&!1!==n(r[s],s,r););return i}}function va(e){return function(t,i,n){for(var a=-1,s=fe(t),r=n(t),o=r.length;o--;){var l=r[e?o:++a];if(!1===i(s[l],l,s))break}return t}}function wa(e){return function(t){var i=Ft(t=ro(t))?Vt(t):void 0,n=i?i[0]:t.charAt(0),a=i?oa(i,1).join(""):t.slice(1);return n[e]()+a}}function ka(e){return function(t){return mt(qo(jo(t).replace(Te,"")),e,"")}}function xa(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var i=Si(e.prototype),n=e.apply(i,t);return Br(n)?n:i}}function Ma(e){return function(t,i,n){var a=fe(t);if(!Yr(t)){var s=$a(i,3);t=vo(t),i=function(e){return s(a[e],e,a)}}var r=e(t,i,n);return r>-1?a[s?t[r]:r]:void 0}}function La(e){return Ba((function(t){var i=t.length,n=i,s=Ti.prototype.thru;for(e&&t.reverse();n--;){var r=t[n];if("function"!=typeof r)throw new be(a);if(s&&!o&&"wrapper"==Ua(r))var o=new Ti([],!0)}for(n=o?n:i;++n<i;){var l=Ua(r=t[n]),u="wrapper"==l?Wa(r):void 0;o=u&&os(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?o[Ua(u[0])].apply(o,u[3]):1==r.length&&os(r)?o[l]():o.thru(r)}return function(){var e=arguments,n=e[0];if(o&&1==e.length&&jr(n))return o.plant(n).value();for(var a=0,s=i?t[a].apply(this,e):n;++a<i;)s=t[a].call(this,s);return s}}))}function Ca(e,t,i,a,s,r,o,l,u,c){var d=128&t,m=1&t,h=2&t,p=24&t,f=512&t,g=h?void 0:xa(e);return function _(){for(var b=arguments.length,y=n(b),v=b;v--;)y[v]=arguments[v];if(p)var w=Ga(_),k=jt(y,w);if(a&&(y=ha(y,a,s,p)),r&&(y=pa(y,r,o,p)),b-=k,p&&b<c){var x=Nt(y,w);return Aa(e,t,Ca,_.placeholder,i,y,x,l,u,c-b)}var M=m?i:this,L=h?M[e]:e;return b=y.length,l?y=ps(y,l):f&&b>1&&y.reverse(),d&&u<b&&(y.length=u),this&&this!==ze&&this instanceof _&&(L=g||xa(L)),L.apply(M,y)}}function Sa(e,t){return function(i,n){return function(e,t,i,n){return on(e,(function(e,a,s){t(n,i(e),a,s)})),n}(i,e,t(n),{})}}function Da(e,t){return function(i,n){var a;if(void 0===i&&void 0===n)return t;if(void 0!==i&&(a=i),void 0!==n){if(void 0===a)return n;"string"==typeof i||"string"==typeof n?(i=Zn(i),n=Zn(n)):(i=$n(i),n=$n(n)),a=e(i,n)}return a}}function Ta(e){return Ba((function(t){return t=ct(t,St($a())),Fn((function(i){var n=this;return e(t,(function(e){return it(e,n,i)}))}))}))}function Oa(e,t){var i=(t=void 0===t?" ":Zn(t)).length;if(i<2)return i?In(t,e):t;var n=In(t,Xt(e/Bt(t)));return Ft(t)?oa(Vt(n),0,e).join(""):n.slice(0,e)}function Ea(e){return function(t,i,a){return a&&"number"!=typeof a&&ss(t,i,a)&&(i=a=void 0),t=to(t),void 0===i?(i=t,t=0):i=to(i),function(e,t,i,a){for(var s=-1,r=ai(Xt((t-e)/(i||1)),0),o=n(r);r--;)o[a?r:++s]=e,e+=i;return o}(t,i,a=void 0===a?t<i?1:-1:to(a),e)}}function ja(e){return function(t,i){return"string"==typeof t&&"string"==typeof i||(t=ao(t),i=ao(i)),e(t,i)}}function Aa(e,t,i,n,a,s,r,o,l,u){var c=8&t;t|=c?32:64,4&(t&=~(c?64:32))||(t&=-4);var d=[e,t,a,c?s:void 0,c?r:void 0,c?void 0:s,c?void 0:r,o,l,u],m=i.apply(void 0,d);return os(e)&&gs(m,d),m.placeholder=n,ys(m,e,t)}function Ya(e){var t=pe[e];return function(e,i){if(e=ao(e),(i=null==i?0:si(io(i),292))&&ti(e)){var n=(ro(e)+"e").split("e");return+((n=(ro(t(n[0]+"e"+(+n[1]+i)))+"e").split("e"))[0]+"e"+(+n[1]-i))}return t(e)}}var Ia=hi&&1/qt(new hi([,-0]))[1]==1/0?function(e){return new hi(e)}:Xo;function Fa(e){return function(t){var i=es(t);return i==p?Pt(t):i==b?Ht(t):function(e,t){return ct(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Pa(e,t,i,r,o,l,u,c){var d=2&t;if(!d&&"function"!=typeof e)throw new be(a);var m=r?r.length:0;if(m||(t&=-97,r=o=void 0),u=void 0===u?u:ai(io(u),0),c=void 0===c?c:io(c),m-=o?o.length:0,64&t){var h=r,p=o;r=o=void 0}var f=d?void 0:Wa(e),g=[e,t,i,r,o,h,p,l,u,c];if(f&&function(e,t){var i=e[1],n=t[1],a=i|n;if(!(a<131||128==n&&8==i||128==n&&256==i&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==i))return e;1&n&&(e[2]=t[2],a|=1&i?0:4);var r=t[3];if(r){var o=e[3];e[3]=o?ha(o,r,t[4]):r,e[4]=o?Nt(e[3],s):t[4]}(r=t[5])&&(e[5]=(o=e[5])?pa(o,r,t[6]):r,e[6]=o?Nt(e[5],s):t[6]),(r=t[7])&&(e[7]=r),128&n&&(e[8]=null==e[8]?t[8]:si(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=a}(g,f),e=g[0],t=g[1],i=g[2],r=g[3],o=g[4],!(c=g[9]=void 0===g[9]?d?0:e.length:ai(g[9]-m,0))&&24&t&&(t&=-25),t&&1!=t)_=8==t||16==t?function(e,t,i){var a=xa(e);return function s(){for(var r=arguments.length,o=n(r),l=r,u=Ga(s);l--;)o[l]=arguments[l];var c=r<3&&o[0]!==u&&o[r-1]!==u?[]:Nt(o,u);if((r-=c.length)<i)return Aa(e,t,Ca,s.placeholder,void 0,o,c,void 0,void 0,i-r);var d=this&&this!==ze&&this instanceof s?a:e;return it(d,this,o)}}(e,t,c):32!=t&&33!=t||o.length?Ca.apply(void 0,g):function(e,t,i,a){var s=1&t,r=xa(e);return function t(){for(var o=-1,l=arguments.length,u=-1,c=a.length,d=n(c+l),m=this&&this!==ze&&this instanceof t?r:e;++u<c;)d[u]=a[u];for(;l--;)d[u++]=arguments[++o];return it(m,s?i:this,d)}}(e,t,i,r);else var _=function(e,t,i){var n=1&t,a=xa(e);return function t(){var s=this&&this!==ze&&this instanceof t?a:e;return s.apply(n?i:this,arguments)}}(e,t,i);return ys((f?qn:gs)(_,g),e,t)}function Ra(e,t,i,n){return void 0===e||Dr(e,ve[i])&&!xe.call(n,i)?t:e}function Na(e,t,i,n,a,s){return Br(e)&&Br(t)&&(s.set(t,e),Dn(e,t,void 0,Na,s),s.delete(t)),e}function qa(e){return Ur(e)?void 0:e}function Ha(e,t,i,n,a,s){var r=1&i,o=e.length,l=t.length;if(o!=l&&!(r&&l>o))return!1;var u=s.get(e);if(u&&s.get(t))return u==t;var c=-1,d=!0,m=2&i?new Yi:void 0;for(s.set(e,t),s.set(t,e);++c<o;){var h=e[c],p=t[c];if(n)var f=r?n(p,h,c,t,e,s):n(h,p,c,e,t,s);if(void 0!==f){if(f)continue;d=!1;break}if(m){if(!pt(t,(function(e,t){if(!Tt(m,t)&&(h===e||a(h,e,i,n,s)))return m.push(t)}))){d=!1;break}}else if(h!==p&&!a(h,p,i,n,s)){d=!1;break}}return s.delete(e),s.delete(t),d}function Ba(e){return bs(ms(e,void 0,As),e+"")}function Va(e){return dn(e,vo,Qa)}function za(e){return dn(e,wo,Ka)}var Wa=gi?function(e){return gi.get(e)}:Xo;function Ua(e){for(var t=e.name+"",i=_i[t],n=xe.call(_i,t)?i.length:0;n--;){var a=i[n],s=a.func;if(null==s||s==e)return a.name}return t}function Ga(e){return(xe.call(Ci,"placeholder")?Ci:e).placeholder}function $a(){var e=Ci.iteratee||Go;return e=e===Go?kn:e,arguments.length?e(arguments[0],arguments[1]):e}function Za(e,t){var i,n,a=e.__data__;return("string"==(n=typeof(i=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==i:null===i)?a["string"==typeof t?"string":"hash"]:a.map}function Ja(e){for(var t=vo(e),i=t.length;i--;){var n=t[i],a=e[n];t[i]=[n,a,cs(a)]}return t}function Xa(e,t){var i=function(e,t){return null==e?void 0:e[t]}(e,t);return wn(i)?i:void 0}var Qa=Kt?function(e){return null==e?[]:(e=fe(e),ot(Kt(e),(function(t){return $e.call(e,t)})))}:al,Ka=Kt?function(e){for(var t=[];e;)dt(t,Qa(e)),e=We(e);return t}:al,es=mn;function ts(e,t,i){for(var n=-1,a=(t=sa(t,e)).length,s=!1;++n<a;){var r=Ls(t[n]);if(!(s=null!=e&&i(e,r)))break;e=e[r]}return s||++n!=a?s:!!(a=null==e?0:e.length)&&Hr(a)&&as(r,a)&&(jr(e)||Er(e))}function is(e){return"function"!=typeof e.constructor||us(e)?{}:Si(We(e))}function ns(e){return jr(e)||Er(e)||!!(ft&&e&&e[ft])}function as(e,t){var i=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==i||"symbol"!=i&&oe.test(e))&&e>-1&&e%1==0&&e<t}function ss(e,t,i){if(!Br(i))return!1;var n=typeof t;return!!("number"==n?Yr(i)&&as(t,i.length):"string"==n&&t in i)&&Dr(i[t],e)}function rs(e,t){if(jr(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!Jr(e))||V.test(e)||!B.test(e)||null!=t&&e in fe(t)}function os(e){var t=Ua(e),i=Ci[t];if("function"!=typeof i||!(t in Oi.prototype))return!1;if(e===i)return!0;var n=Wa(i);return!!n&&e===n[0]}(ci&&es(new ci(new ArrayBuffer(1)))!=x||di&&es(new di)!=p||mi&&"[object Promise]"!=es(mi.resolve())||hi&&es(new hi)!=b||pi&&es(new pi)!=w)&&(es=function(e){var t=mn(e),i=t==g?e.constructor:void 0,n=i?Cs(i):"";if(n)switch(n){case bi:return x;case yi:return p;case vi:return"[object Promise]";case wi:return b;case ki:return w}return t});var ls=we?Nr:sl;function us(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||ve)}function cs(e){return e==e&&!Br(e)}function ds(e,t){return function(i){return null!=i&&i[e]===t&&(void 0!==t||e in fe(i))}}function ms(e,t,i){return t=ai(void 0===t?e.length-1:t,0),function(){for(var a=arguments,s=-1,r=ai(a.length-t,0),o=n(r);++s<r;)o[s]=a[t+s];s=-1;for(var l=n(t+1);++s<t;)l[s]=a[s];return l[t]=i(o),it(e,this,l)}}function hs(e,t){return t.length<2?e:cn(e,Vn(t,0,-1))}function ps(e,t){for(var i=e.length,n=si(t.length,i),a=fa(e);n--;){var s=t[n];e[n]=as(s,i)?a[s]:void 0}return e}function fs(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var gs=vs(qn),_s=Jt||function(e,t){return ze.setTimeout(e,t)},bs=vs(Hn);function ys(e,t,i){var n=t+"";return bs(e,function(e,t){var i=t.length;if(!i)return e;var n=i-1;return t[n]=(i>1?"& ":"")+t[n],t=t.join(i>2?", ":" "),e.replace(J,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return at(r,(function(i){var n="_."+i[0];t&i[1]&&!lt(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(X);return t?t[1].split(Q):[]}(n),i)))}function vs(e){var t=0,i=0;return function(){var n=ri(),a=16-(n-i);if(i=n,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ws(e,t){var i=-1,n=e.length,a=n-1;for(t=void 0===t?n:t;++i<t;){var s=Yn(i,a),r=e[s];e[s]=e[i],e[i]=r}return e.length=t,e}var ks,xs,Ms=(ks=kr((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(z,(function(e,i,n,a){t.push(n?a.replace(ee,"$1"):i||e)})),t}),(function(e){return 500===xs.size&&xs.clear(),e})),xs=ks.cache,ks);function Ls(e){if("string"==typeof e||Jr(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Cs(e){if(null!=e){try{return ke.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Ss(e){if(e instanceof Oi)return e.clone();var t=new Ti(e.__wrapped__,e.__chain__);return t.__actions__=fa(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ds=Fn((function(e,t){return Ir(e)?Xi(e,an(t,1,Ir,!0)):[]})),Ts=Fn((function(e,t){var i=Rs(t);return Ir(i)&&(i=void 0),Ir(e)?Xi(e,an(t,1,Ir,!0),$a(i,2)):[]})),Os=Fn((function(e,t){var i=Rs(t);return Ir(i)&&(i=void 0),Ir(e)?Xi(e,an(t,1,Ir,!0),void 0,i):[]}));function Es(e,t,i){var n=null==e?0:e.length;if(!n)return-1;var a=null==i?0:io(i);return a<0&&(a=ai(n+a,0)),_t(e,$a(t,3),a)}function js(e,t,i){var n=null==e?0:e.length;if(!n)return-1;var a=n-1;return void 0!==i&&(a=io(i),a=i<0?ai(n+a,0):si(a,n-1)),_t(e,$a(t,3),a,!0)}function As(e){return null!=e&&e.length?an(e,1):[]}function Ys(e){return e&&e.length?e[0]:void 0}var Is=Fn((function(e){var t=ct(e,na);return t.length&&t[0]===e[0]?gn(t):[]})),Fs=Fn((function(e){var t=Rs(e),i=ct(e,na);return t===Rs(i)?t=void 0:i.pop(),i.length&&i[0]===e[0]?gn(i,$a(t,2)):[]})),Ps=Fn((function(e){var t=Rs(e),i=ct(e,na);return(t="function"==typeof t?t:void 0)&&i.pop(),i.length&&i[0]===e[0]?gn(i,void 0,t):[]}));function Rs(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}var Ns=Fn(qs);function qs(e,t){return e&&e.length&&t&&t.length?jn(e,t):e}var Hs=Ba((function(e,t){var i=null==e?0:e.length,n=Ui(e,t);return An(e,ct(t,(function(e){return as(e,i)?+e:e})).sort(ma)),n}));function Bs(e){return null==e?e:ui.call(e)}var Vs=Fn((function(e){return Jn(an(e,1,Ir,!0))})),zs=Fn((function(e){var t=Rs(e);return Ir(t)&&(t=void 0),Jn(an(e,1,Ir,!0),$a(t,2))})),Ws=Fn((function(e){var t=Rs(e);return t="function"==typeof t?t:void 0,Jn(an(e,1,Ir,!0),void 0,t)}));function Us(e){if(!e||!e.length)return[];var t=0;return e=ot(e,(function(e){if(Ir(e))return t=ai(e.length,t),!0})),Ct(t,(function(t){return ct(e,kt(t))}))}function Gs(e,t){if(!e||!e.length)return[];var i=Us(e);return null==t?i:ct(i,(function(e){return it(t,void 0,e)}))}var $s=Fn((function(e,t){return Ir(e)?Xi(e,t):[]})),Zs=Fn((function(e){return ta(ot(e,Ir))})),Js=Fn((function(e){var t=Rs(e);return Ir(t)&&(t=void 0),ta(ot(e,Ir),$a(t,2))})),Xs=Fn((function(e){var t=Rs(e);return t="function"==typeof t?t:void 0,ta(ot(e,Ir),void 0,t)})),Qs=Fn(Us),Ks=Fn((function(e){var t=e.length,i=t>1?e[t-1]:void 0;return i="function"==typeof i?(e.pop(),i):void 0,Gs(e,i)}));function er(e){var t=Ci(e);return t.__chain__=!0,t}function tr(e,t){return t(e)}var ir=Ba((function(e){var t=e.length,i=t?e[0]:0,n=this.__wrapped__,a=function(t){return Ui(t,e)};return!(t>1||this.__actions__.length)&&n instanceof Oi&&as(i)?((n=n.slice(i,+i+(t?1:0))).__actions__.push({func:tr,args:[a],thisArg:void 0}),new Ti(n,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(a)})),nr=_a((function(e,t,i){xe.call(e,i)?++e[i]:Wi(e,i,1)})),ar=Ma(Es),sr=Ma(js);function rr(e,t){return(jr(e)?at:Qi)(e,$a(t,3))}function or(e,t){return(jr(e)?st:Ki)(e,$a(t,3))}var lr=_a((function(e,t,i){xe.call(e,i)?e[i].push(t):Wi(e,i,[t])})),ur=Fn((function(e,t,i){var a=-1,s="function"==typeof t,r=Yr(e)?n(e.length):[];return Qi(e,(function(e){r[++a]=s?it(t,e,i):_n(e,t,i)})),r})),cr=_a((function(e,t,i){Wi(e,i,t)}));function dr(e,t){return(jr(e)?ct:Ln)(e,$a(t,3))}var mr=_a((function(e,t,i){e[i?0:1].push(t)}),(function(){return[[],[]]})),hr=Fn((function(e,t){if(null==e)return[];var i=t.length;return i>1&&ss(e,t[0],t[1])?t=[]:i>2&&ss(t[0],t[1],t[2])&&(t=[t[0]]),On(e,an(t,1),[])})),pr=Zt||function(){return ze.Date.now()};function fr(e,t,i){return t=i?void 0:t,Pa(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function gr(e,t){var i;if("function"!=typeof t)throw new be(a);return e=io(e),function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=void 0),i}}var _r=Fn((function(e,t,i){var n=1;if(i.length){var a=Nt(i,Ga(_r));n|=32}return Pa(e,n,t,i,a)})),br=Fn((function(e,t,i){var n=3;if(i.length){var a=Nt(i,Ga(br));n|=32}return Pa(t,n,e,i,a)}));function yr(e,t,i){var n,s,r,o,l,u,c=0,d=!1,m=!1,h=!0;if("function"!=typeof e)throw new be(a);function p(t){var i=n,a=s;return n=s=void 0,c=t,o=e.apply(a,i)}function f(e){return c=e,l=_s(_,t),d?p(e):o}function g(e){var i=e-u;return void 0===u||i>=t||i<0||m&&e-c>=r}function _(){var e=pr();if(g(e))return b(e);l=_s(_,function(e){var i=t-(e-u);return m?si(i,r-(e-c)):i}(e))}function b(e){return l=void 0,h&&n?p(e):(n=s=void 0,o)}function y(){var e=pr(),i=g(e);if(n=arguments,s=this,u=e,i){if(void 0===l)return f(u);if(m)return la(l),l=_s(_,t),p(u)}return void 0===l&&(l=_s(_,t)),o}return t=ao(t)||0,Br(i)&&(d=!!i.leading,r=(m="maxWait"in i)?ai(ao(i.maxWait)||0,t):r,h="trailing"in i?!!i.trailing:h),y.cancel=function(){void 0!==l&&la(l),c=0,n=u=s=l=void 0},y.flush=function(){return void 0===l?o:b(pr())},y}var vr=Fn((function(e,t){return Ji(e,1,t)})),wr=Fn((function(e,t,i){return Ji(e,ao(t)||0,i)}));function kr(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new be(a);var i=function(){var n=arguments,a=t?t.apply(this,n):n[0],s=i.cache;if(s.has(a))return s.get(a);var r=e.apply(this,n);return i.cache=s.set(a,r)||s,r};return i.cache=new(kr.Cache||Ai),i}function xr(e){if("function"!=typeof e)throw new be(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}kr.Cache=Ai;var Mr=ra((function(e,t){var i=(t=1==t.length&&jr(t[0])?ct(t[0],St($a())):ct(an(t,1),St($a()))).length;return Fn((function(n){for(var a=-1,s=si(n.length,i);++a<s;)n[a]=t[a].call(this,n[a]);return it(e,this,n)}))})),Lr=Fn((function(e,t){return Pa(e,32,void 0,t,Nt(t,Ga(Lr)))})),Cr=Fn((function(e,t){return Pa(e,64,void 0,t,Nt(t,Ga(Cr)))})),Sr=Ba((function(e,t){return Pa(e,256,void 0,void 0,void 0,t)}));function Dr(e,t){return e===t||e!=e&&t!=t}var Tr=ja(hn),Or=ja((function(e,t){return e>=t})),Er=bn(function(){return arguments}())?bn:function(e){return Vr(e)&&xe.call(e,"callee")&&!$e.call(e,"callee")},jr=n.isArray,Ar=Je?St(Je):function(e){return Vr(e)&&mn(e)==k};function Yr(e){return null!=e&&Hr(e.length)&&!Nr(e)}function Ir(e){return Vr(e)&&Yr(e)}var Fr=ei||sl,Pr=Xe?St(Xe):function(e){return Vr(e)&&mn(e)==c};function Rr(e){if(!Vr(e))return!1;var t=mn(e);return t==d||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Ur(e)}function Nr(e){if(!Br(e))return!1;var t=mn(e);return t==m||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function qr(e){return"number"==typeof e&&e==io(e)}function Hr(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Br(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Vr(e){return null!=e&&"object"==typeof e}var zr=Qe?St(Qe):function(e){return Vr(e)&&es(e)==p};function Wr(e){return"number"==typeof e||Vr(e)&&mn(e)==f}function Ur(e){if(!Vr(e)||mn(e)!=g)return!1;var t=We(e);if(null===t)return!0;var i=xe.call(t,"constructor")&&t.constructor;return"function"==typeof i&&i instanceof i&&ke.call(i)==Se}var Gr=Ke?St(Ke):function(e){return Vr(e)&&mn(e)==_},$r=et?St(et):function(e){return Vr(e)&&es(e)==b};function Zr(e){return"string"==typeof e||!jr(e)&&Vr(e)&&mn(e)==y}function Jr(e){return"symbol"==typeof e||Vr(e)&&mn(e)==v}var Xr=tt?St(tt):function(e){return Vr(e)&&Hr(e.length)&&!!Pe[mn(e)]},Qr=ja(Mn),Kr=ja((function(e,t){return e<=t}));function eo(e){if(!e)return[];if(Yr(e))return Zr(e)?Vt(e):fa(e);if(xt&&e[xt])return function(e){for(var t,i=[];!(t=e.next()).done;)i.push(t.value);return i}(e[xt]());var t=es(e);return(t==p?Pt:t==b?qt:To)(e)}function to(e){return e?(e=ao(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function io(e){var t=to(e),i=t%1;return t==t?i?t-i:t:0}function no(e){return e?Gi(io(e),0,4294967295):0}function ao(e){if("number"==typeof e)return e;if(Jr(e))return NaN;if(Br(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Br(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(G,"");var i=ae.test(e);return i||re.test(e)?He(e.slice(2),i?2:8):ne.test(e)?NaN:+e}function so(e){return ga(e,wo(e))}function ro(e){return null==e?"":Zn(e)}var oo=ba((function(e,t){if(us(t)||Yr(t))ga(t,vo(t),e);else for(var i in t)xe.call(t,i)&&Hi(e,i,t[i])})),lo=ba((function(e,t){ga(t,wo(t),e)})),uo=ba((function(e,t,i,n){ga(t,wo(t),e,n)})),co=ba((function(e,t,i,n){ga(t,vo(t),e,n)})),mo=Ba(Ui),ho=Fn((function(e,t){e=fe(e);var i=-1,n=t.length,a=n>2?t[2]:void 0;for(a&&ss(t[0],t[1],a)&&(n=1);++i<n;)for(var s=t[i],r=wo(s),o=-1,l=r.length;++o<l;){var u=r[o],c=e[u];(void 0===c||Dr(c,ve[u])&&!xe.call(e,u))&&(e[u]=s[u])}return e})),po=Fn((function(e){return e.push(void 0,Na),it(xo,void 0,e)}));function fo(e,t,i){var n=null==e?void 0:cn(e,t);return void 0===n?i:n}function go(e,t){return null!=e&&ts(e,t,fn)}var _o=Sa((function(e,t,i){null!=t&&"function"!=typeof t.toString&&(t=Ce.call(t)),e[t]=i}),Vo(Uo)),bo=Sa((function(e,t,i){null!=t&&"function"!=typeof t.toString&&(t=Ce.call(t)),xe.call(e,t)?e[t].push(i):e[t]=[i]}),$a),yo=Fn(_n);function vo(e){return Yr(e)?Fi(e):xn(e)}function wo(e){return Yr(e)?Fi(e,!0):function(e){if(!Br(e))return function(e){var t=[];if(null!=e)for(var i in fe(e))t.push(i);return t}(e);var t=us(e),i=[];for(var n in e)("constructor"!=n||!t&&xe.call(e,n))&&i.push(n);return i}(e)}var ko=ba((function(e,t,i){Dn(e,t,i)})),xo=ba((function(e,t,i,n){Dn(e,t,i,n)})),Mo=Ba((function(e,t){var i={};if(null==e)return i;var n=!1;t=ct(t,(function(t){return t=sa(t,e),n||(n=t.length>1),t})),ga(e,za(e),i),n&&(i=$i(i,7,qa));for(var a=t.length;a--;)Xn(i,t[a]);return i})),Lo=Ba((function(e,t){return null==e?{}:function(e,t){return En(e,t,(function(t,i){return go(e,i)}))}(e,t)}));function Co(e,t){if(null==e)return{};var i=ct(za(e),(function(e){return[e]}));return t=$a(t),En(e,i,(function(e,i){return t(e,i[0])}))}var So=Fa(vo),Do=Fa(wo);function To(e){return null==e?[]:Dt(e,vo(e))}var Oo=ka((function(e,t,i){return t=t.toLowerCase(),e+(i?Eo(t):t)}));function Eo(e){return No(ro(e).toLowerCase())}function jo(e){return(e=ro(e))&&e.replace(le,At).replace(Oe,"")}var Ao=ka((function(e,t,i){return e+(i?"-":"")+t.toLowerCase()})),Yo=ka((function(e,t,i){return e+(i?" ":"")+t.toLowerCase()})),Io=wa("toLowerCase"),Fo=ka((function(e,t,i){return e+(i?"_":"")+t.toLowerCase()})),Po=ka((function(e,t,i){return e+(i?" ":"")+No(t)})),Ro=ka((function(e,t,i){return e+(i?" ":"")+t.toUpperCase()})),No=wa("toUpperCase");function qo(e,t,i){return e=ro(e),void 0===(t=i?void 0:t)?function(e){return Ye.test(e)}(e)?function(e){return e.match(je)||[]}(e):function(e){return e.match(K)||[]}(e):e.match(t)||[]}var Ho=Fn((function(e,t){try{return it(e,void 0,t)}catch(i){return Rr(i)?i:new me(i)}})),Bo=Ba((function(e,t){return at(t,(function(t){t=Ls(t),Wi(e,t,_r(e[t],e))})),e}));function Vo(e){return function(){return e}}var zo=La(),Wo=La(!0);function Uo(e){return e}function Go(e){return kn("function"==typeof e?e:$i(e,1))}var $o=Fn((function(e,t){return function(i){return _n(i,e,t)}})),Zo=Fn((function(e,t){return function(i){return _n(e,i,t)}}));function Jo(e,t,i){var n=vo(t),a=un(t,n);null!=i||Br(t)&&(a.length||!n.length)||(i=t,t=e,e=this,a=un(t,vo(t)));var s=!(Br(i)&&"chain"in i&&!i.chain),r=Nr(e);return at(a,(function(i){var n=t[i];e[i]=n,r&&(e.prototype[i]=function(){var t=this.__chain__;if(s||t){var i=e(this.__wrapped__),a=i.__actions__=fa(this.__actions__);return a.push({func:n,args:arguments,thisArg:e}),i.__chain__=t,i}return n.apply(e,dt([this.value()],arguments))})})),e}function Xo(){}var Qo=Ta(ct),Ko=Ta(rt),el=Ta(pt);function tl(e){return rs(e)?kt(Ls(e)):function(e){return function(t){return cn(t,e)}}(e)}var il=Ea(),nl=Ea(!0);function al(){return[]}function sl(){return!1}var rl,ol=Da((function(e,t){return e+t}),0),ll=Ya("ceil"),ul=Da((function(e,t){return e/t}),1),cl=Ya("floor"),dl=Da((function(e,t){return e*t}),1),ml=Ya("round"),hl=Da((function(e,t){return e-t}),0);return Ci.after=function(e,t){if("function"!=typeof t)throw new be(a);return e=io(e),function(){if(--e<1)return t.apply(this,arguments)}},Ci.ary=fr,Ci.assign=oo,Ci.assignIn=lo,Ci.assignInWith=uo,Ci.assignWith=co,Ci.at=mo,Ci.before=gr,Ci.bind=_r,Ci.bindAll=Bo,Ci.bindKey=br,Ci.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return jr(e)?e:[e]},Ci.chain=er,Ci.chunk=function(e,t,i){t=(i?ss(e,t,i):void 0===t)?1:ai(io(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var s=0,r=0,o=n(Xt(a/t));s<a;)o[r++]=Vn(e,s,s+=t);return o},Ci.compact=function(e){for(var t=-1,i=null==e?0:e.length,n=0,a=[];++t<i;){var s=e[t];s&&(a[n++]=s)}return a},Ci.concat=function(){var e=arguments.length;if(!e)return[];for(var t=n(e-1),i=arguments[0],a=e;a--;)t[a-1]=arguments[a];return dt(jr(i)?fa(i):[i],an(t,1))},Ci.cond=function(e){var t=null==e?0:e.length,i=$a();return e=t?ct(e,(function(e){if("function"!=typeof e[1])throw new be(a);return[i(e[0]),e[1]]})):[],Fn((function(i){for(var n=-1;++n<t;){var a=e[n];if(it(a[0],this,i))return it(a[1],this,i)}}))},Ci.conforms=function(e){return function(e){var t=vo(e);return function(i){return Zi(i,e,t)}}($i(e,1))},Ci.constant=Vo,Ci.countBy=nr,Ci.create=function(e,t){var i=Si(e);return null==t?i:zi(i,t)},Ci.curry=function e(t,i,n){var a=Pa(t,8,void 0,void 0,void 0,void 0,void 0,i=n?void 0:i);return a.placeholder=e.placeholder,a},Ci.curryRight=function e(t,i,n){var a=Pa(t,16,void 0,void 0,void 0,void 0,void 0,i=n?void 0:i);return a.placeholder=e.placeholder,a},Ci.debounce=yr,Ci.defaults=ho,Ci.defaultsDeep=po,Ci.defer=vr,Ci.delay=wr,Ci.difference=Ds,Ci.differenceBy=Ts,Ci.differenceWith=Os,Ci.drop=function(e,t,i){var n=null==e?0:e.length;return n?Vn(e,(t=i||void 0===t?1:io(t))<0?0:t,n):[]},Ci.dropRight=function(e,t,i){var n=null==e?0:e.length;return n?Vn(e,0,(t=n-(t=i||void 0===t?1:io(t)))<0?0:t):[]},Ci.dropRightWhile=function(e,t){return e&&e.length?Kn(e,$a(t,3),!0,!0):[]},Ci.dropWhile=function(e,t){return e&&e.length?Kn(e,$a(t,3),!0):[]},Ci.fill=function(e,t,i,n){var a=null==e?0:e.length;return a?(i&&"number"!=typeof i&&ss(e,t,i)&&(i=0,n=a),function(e,t,i,n){var a=e.length;for((i=io(i))<0&&(i=-i>a?0:a+i),(n=void 0===n||n>a?a:io(n))<0&&(n+=a),n=i>n?0:no(n);i<n;)e[i++]=t;return e}(e,t,i,n)):[]},Ci.filter=function(e,t){return(jr(e)?ot:nn)(e,$a(t,3))},Ci.flatMap=function(e,t){return an(dr(e,t),1)},Ci.flatMapDeep=function(e,t){return an(dr(e,t),1/0)},Ci.flatMapDepth=function(e,t,i){return i=void 0===i?1:io(i),an(dr(e,t),i)},Ci.flatten=As,Ci.flattenDeep=function(e){return null!=e&&e.length?an(e,1/0):[]},Ci.flattenDepth=function(e,t){return null!=e&&e.length?an(e,t=void 0===t?1:io(t)):[]},Ci.flip=function(e){return Pa(e,512)},Ci.flow=zo,Ci.flowRight=Wo,Ci.fromPairs=function(e){for(var t=-1,i=null==e?0:e.length,n={};++t<i;){var a=e[t];n[a[0]]=a[1]}return n},Ci.functions=function(e){return null==e?[]:un(e,vo(e))},Ci.functionsIn=function(e){return null==e?[]:un(e,wo(e))},Ci.groupBy=lr,Ci.initial=function(e){return null!=e&&e.length?Vn(e,0,-1):[]},Ci.intersection=Is,Ci.intersectionBy=Fs,Ci.intersectionWith=Ps,Ci.invert=_o,Ci.invertBy=bo,Ci.invokeMap=ur,Ci.iteratee=Go,Ci.keyBy=cr,Ci.keys=vo,Ci.keysIn=wo,Ci.map=dr,Ci.mapKeys=function(e,t){var i={};return t=$a(t,3),on(e,(function(e,n,a){Wi(i,t(e,n,a),e)})),i},Ci.mapValues=function(e,t){var i={};return t=$a(t,3),on(e,(function(e,n,a){Wi(i,n,t(e,n,a))})),i},Ci.matches=function(e){return Cn($i(e,1))},Ci.matchesProperty=function(e,t){return Sn(e,$i(t,1))},Ci.memoize=kr,Ci.merge=ko,Ci.mergeWith=xo,Ci.method=$o,Ci.methodOf=Zo,Ci.mixin=Jo,Ci.negate=xr,Ci.nthArg=function(e){return e=io(e),Fn((function(t){return Tn(t,e)}))},Ci.omit=Mo,Ci.omitBy=function(e,t){return Co(e,xr($a(t)))},Ci.once=function(e){return gr(2,e)},Ci.orderBy=function(e,t,i,n){return null==e?[]:(jr(t)||(t=null==t?[]:[t]),jr(i=n?void 0:i)||(i=null==i?[]:[i]),On(e,t,i))},Ci.over=Qo,Ci.overArgs=Mr,Ci.overEvery=Ko,Ci.overSome=el,Ci.partial=Lr,Ci.partialRight=Cr,Ci.partition=mr,Ci.pick=Lo,Ci.pickBy=Co,Ci.property=tl,Ci.propertyOf=function(e){return function(t){return null==e?void 0:cn(e,t)}},Ci.pull=Ns,Ci.pullAll=qs,Ci.pullAllBy=function(e,t,i){return e&&e.length&&t&&t.length?jn(e,t,$a(i,2)):e},Ci.pullAllWith=function(e,t,i){return e&&e.length&&t&&t.length?jn(e,t,void 0,i):e},Ci.pullAt=Hs,Ci.range=il,Ci.rangeRight=nl,Ci.rearg=Sr,Ci.reject=function(e,t){return(jr(e)?ot:nn)(e,xr($a(t,3)))},Ci.remove=function(e,t){var i=[];if(!e||!e.length)return i;var n=-1,a=[],s=e.length;for(t=$a(t,3);++n<s;){var r=e[n];t(r,n,e)&&(i.push(r),a.push(n))}return An(e,a),i},Ci.rest=function(e,t){if("function"!=typeof e)throw new be(a);return Fn(e,t=void 0===t?t:io(t))},Ci.reverse=Bs,Ci.sampleSize=function(e,t,i){return t=(i?ss(e,t,i):void 0===t)?1:io(t),(jr(e)?Ri:Rn)(e,t)},Ci.set=function(e,t,i){return null==e?e:Nn(e,t,i)},Ci.setWith=function(e,t,i,n){return n="function"==typeof n?n:void 0,null==e?e:Nn(e,t,i,n)},Ci.shuffle=function(e){return(jr(e)?Ni:Bn)(e)},Ci.slice=function(e,t,i){var n=null==e?0:e.length;return n?(i&&"number"!=typeof i&&ss(e,t,i)?(t=0,i=n):(t=null==t?0:io(t),i=void 0===i?n:io(i)),Vn(e,t,i)):[]},Ci.sortBy=hr,Ci.sortedUniq=function(e){return e&&e.length?Gn(e):[]},Ci.sortedUniqBy=function(e,t){return e&&e.length?Gn(e,$a(t,2)):[]},Ci.split=function(e,t,i){return i&&"number"!=typeof i&&ss(e,t,i)&&(t=i=void 0),(i=void 0===i?4294967295:i>>>0)?(e=ro(e))&&("string"==typeof t||null!=t&&!Gr(t))&&!(t=Zn(t))&&Ft(e)?oa(Vt(e),0,i):e.split(t,i):[]},Ci.spread=function(e,t){if("function"!=typeof e)throw new be(a);return t=null==t?0:ai(io(t),0),Fn((function(i){var n=i[t],a=oa(i,0,t);return n&&dt(a,n),it(e,this,a)}))},Ci.tail=function(e){var t=null==e?0:e.length;return t?Vn(e,1,t):[]},Ci.take=function(e,t,i){return e&&e.length?Vn(e,0,(t=i||void 0===t?1:io(t))<0?0:t):[]},Ci.takeRight=function(e,t,i){var n=null==e?0:e.length;return n?Vn(e,(t=n-(t=i||void 0===t?1:io(t)))<0?0:t,n):[]},Ci.takeRightWhile=function(e,t){return e&&e.length?Kn(e,$a(t,3),!1,!0):[]},Ci.takeWhile=function(e,t){return e&&e.length?Kn(e,$a(t,3)):[]},Ci.tap=function(e,t){return t(e),e},Ci.throttle=function(e,t,i){var n=!0,s=!0;if("function"!=typeof e)throw new be(a);return Br(i)&&(n="leading"in i?!!i.leading:n,s="trailing"in i?!!i.trailing:s),yr(e,t,{leading:n,maxWait:t,trailing:s})},Ci.thru=tr,Ci.toArray=eo,Ci.toPairs=So,Ci.toPairsIn=Do,Ci.toPath=function(e){return jr(e)?ct(e,Ls):Jr(e)?[e]:fa(Ms(ro(e)))},Ci.toPlainObject=so,Ci.transform=function(e,t,i){var n=jr(e),a=n||Fr(e)||Xr(e);if(t=$a(t,4),null==i){var s=e&&e.constructor;i=a?n?new s:[]:Br(e)&&Nr(s)?Si(We(e)):{}}return(a?at:on)(e,(function(e,n,a){return t(i,e,n,a)})),i},Ci.unary=function(e){return fr(e,1)},Ci.union=Vs,Ci.unionBy=zs,Ci.unionWith=Ws,Ci.uniq=function(e){return e&&e.length?Jn(e):[]},Ci.uniqBy=function(e,t){return e&&e.length?Jn(e,$a(t,2)):[]},Ci.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jn(e,void 0,t):[]},Ci.unset=function(e,t){return null==e||Xn(e,t)},Ci.unzip=Us,Ci.unzipWith=Gs,Ci.update=function(e,t,i){return null==e?e:Qn(e,t,aa(i))},Ci.updateWith=function(e,t,i,n){return n="function"==typeof n?n:void 0,null==e?e:Qn(e,t,aa(i),n)},Ci.values=To,Ci.valuesIn=function(e){return null==e?[]:Dt(e,wo(e))},Ci.without=$s,Ci.words=qo,Ci.wrap=function(e,t){return Lr(aa(t),e)},Ci.xor=Zs,Ci.xorBy=Js,Ci.xorWith=Xs,Ci.zip=Qs,Ci.zipObject=function(e,t){return ia(e||[],t||[],Hi)},Ci.zipObjectDeep=function(e,t){return ia(e||[],t||[],Nn)},Ci.zipWith=Ks,Ci.entries=So,Ci.entriesIn=Do,Ci.extend=lo,Ci.extendWith=uo,Jo(Ci,Ci),Ci.add=ol,Ci.attempt=Ho,Ci.camelCase=Oo,Ci.capitalize=Eo,Ci.ceil=ll,Ci.clamp=function(e,t,i){return void 0===i&&(i=t,t=void 0),void 0!==i&&(i=(i=ao(i))==i?i:0),void 0!==t&&(t=(t=ao(t))==t?t:0),Gi(ao(e),t,i)},Ci.clone=function(e){return $i(e,4)},Ci.cloneDeep=function(e){return $i(e,5)},Ci.cloneDeepWith=function(e,t){return $i(e,5,t="function"==typeof t?t:void 0)},Ci.cloneWith=function(e,t){return $i(e,4,t="function"==typeof t?t:void 0)},Ci.conformsTo=function(e,t){return null==t||Zi(e,t,vo(t))},Ci.deburr=jo,Ci.defaultTo=function(e,t){return null==e||e!=e?t:e},Ci.divide=ul,Ci.endsWith=function(e,t,i){e=ro(e),t=Zn(t);var n=e.length,a=i=void 0===i?n:Gi(io(i),0,n);return(i-=t.length)>=0&&e.slice(i,a)==t},Ci.eq=Dr,Ci.escape=function(e){return(e=ro(e))&&R.test(e)?e.replace(F,Yt):e},Ci.escapeRegExp=function(e){return(e=ro(e))&&U.test(e)?e.replace(W,"\\$&"):e},Ci.every=function(e,t,i){var n=jr(e)?rt:en;return i&&ss(e,t,i)&&(t=void 0),n(e,$a(t,3))},Ci.find=ar,Ci.findIndex=Es,Ci.findKey=function(e,t){return gt(e,$a(t,3),on)},Ci.findLast=sr,Ci.findLastIndex=js,Ci.findLastKey=function(e,t){return gt(e,$a(t,3),ln)},Ci.floor=cl,Ci.forEach=rr,Ci.forEachRight=or,Ci.forIn=function(e,t){return null==e?e:sn(e,$a(t,3),wo)},Ci.forInRight=function(e,t){return null==e?e:rn(e,$a(t,3),wo)},Ci.forOwn=function(e,t){return e&&on(e,$a(t,3))},Ci.forOwnRight=function(e,t){return e&&ln(e,$a(t,3))},Ci.get=fo,Ci.gt=Tr,Ci.gte=Or,Ci.has=function(e,t){return null!=e&&ts(e,t,pn)},Ci.hasIn=go,Ci.head=Ys,Ci.identity=Uo,Ci.includes=function(e,t,i,n){e=Yr(e)?e:To(e),i=i&&!n?io(i):0;var a=e.length;return i<0&&(i=ai(a+i,0)),Zr(e)?i<=a&&e.indexOf(t,i)>-1:!!a&&bt(e,t,i)>-1},Ci.indexOf=function(e,t,i){var n=null==e?0:e.length;if(!n)return-1;var a=null==i?0:io(i);return a<0&&(a=ai(n+a,0)),bt(e,t,a)},Ci.inRange=function(e,t,i){return t=to(t),void 0===i?(i=t,t=0):i=to(i),function(e,t,i){return e>=si(t,i)&&e<ai(t,i)}(e=ao(e),t,i)},Ci.invoke=yo,Ci.isArguments=Er,Ci.isArray=jr,Ci.isArrayBuffer=Ar,Ci.isArrayLike=Yr,Ci.isArrayLikeObject=Ir,Ci.isBoolean=function(e){return!0===e||!1===e||Vr(e)&&mn(e)==u},Ci.isBuffer=Fr,Ci.isDate=Pr,Ci.isElement=function(e){return Vr(e)&&1===e.nodeType&&!Ur(e)},Ci.isEmpty=function(e){if(null==e)return!0;if(Yr(e)&&(jr(e)||"string"==typeof e||"function"==typeof e.splice||Fr(e)||Xr(e)||Er(e)))return!e.length;var t=es(e);if(t==p||t==b)return!e.size;if(us(e))return!xn(e).length;for(var i in e)if(xe.call(e,i))return!1;return!0},Ci.isEqual=function(e,t){return yn(e,t)},Ci.isEqualWith=function(e,t,i){var n=(i="function"==typeof i?i:void 0)?i(e,t):void 0;return void 0===n?yn(e,t,void 0,i):!!n},Ci.isError=Rr,Ci.isFinite=function(e){return"number"==typeof e&&ti(e)},Ci.isFunction=Nr,Ci.isInteger=qr,Ci.isLength=Hr,Ci.isMap=zr,Ci.isMatch=function(e,t){return e===t||vn(e,t,Ja(t))},Ci.isMatchWith=function(e,t,i){return i="function"==typeof i?i:void 0,vn(e,t,Ja(t),i)},Ci.isNaN=function(e){return Wr(e)&&e!=+e},Ci.isNative=function(e){if(ls(e))throw new me("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return wn(e)},Ci.isNil=function(e){return null==e},Ci.isNull=function(e){return null===e},Ci.isNumber=Wr,Ci.isObject=Br,Ci.isObjectLike=Vr,Ci.isPlainObject=Ur,Ci.isRegExp=Gr,Ci.isSafeInteger=function(e){return qr(e)&&e>=-9007199254740991&&e<=9007199254740991},Ci.isSet=$r,Ci.isString=Zr,Ci.isSymbol=Jr,Ci.isTypedArray=Xr,Ci.isUndefined=function(e){return void 0===e},Ci.isWeakMap=function(e){return Vr(e)&&es(e)==w},Ci.isWeakSet=function(e){return Vr(e)&&"[object WeakSet]"==mn(e)},Ci.join=function(e,t){return null==e?"":ii.call(e,t)},Ci.kebabCase=Ao,Ci.last=Rs,Ci.lastIndexOf=function(e,t,i){var n=null==e?0:e.length;if(!n)return-1;var a=n;return void 0!==i&&(a=(a=io(i))<0?ai(n+a,0):si(a,n-1)),t==t?function(e,t,i){for(var n=i+1;n--;)if(e[n]===t)return n;return n}(e,t,a):_t(e,vt,a,!0)},Ci.lowerCase=Yo,Ci.lowerFirst=Io,Ci.lt=Qr,Ci.lte=Kr,Ci.max=function(e){return e&&e.length?tn(e,Uo,hn):void 0},Ci.maxBy=function(e,t){return e&&e.length?tn(e,$a(t,2),hn):void 0},Ci.mean=function(e){return wt(e,Uo)},Ci.meanBy=function(e,t){return wt(e,$a(t,2))},Ci.min=function(e){return e&&e.length?tn(e,Uo,Mn):void 0},Ci.minBy=function(e,t){return e&&e.length?tn(e,$a(t,2),Mn):void 0},Ci.stubArray=al,Ci.stubFalse=sl,Ci.stubObject=function(){return{}},Ci.stubString=function(){return""},Ci.stubTrue=function(){return!0},Ci.multiply=dl,Ci.nth=function(e,t){return e&&e.length?Tn(e,io(t)):void 0},Ci.noConflict=function(){return ze._===this&&(ze._=De),this},Ci.noop=Xo,Ci.now=pr,Ci.pad=function(e,t,i){e=ro(e);var n=(t=io(t))?Bt(e):0;if(!t||n>=t)return e;var a=(t-n)/2;return Oa(Qt(a),i)+e+Oa(Xt(a),i)},Ci.padEnd=function(e,t,i){e=ro(e);var n=(t=io(t))?Bt(e):0;return t&&n<t?e+Oa(t-n,i):e},Ci.padStart=function(e,t,i){e=ro(e);var n=(t=io(t))?Bt(e):0;return t&&n<t?Oa(t-n,i)+e:e},Ci.parseInt=function(e,t,i){return i||null==t?t=0:t&&(t=+t),oi(ro(e).replace($,""),t||0)},Ci.random=function(e,t,i){if(i&&"boolean"!=typeof i&&ss(e,t,i)&&(t=i=void 0),void 0===i&&("boolean"==typeof t?(i=t,t=void 0):"boolean"==typeof e&&(i=e,e=void 0)),void 0===e&&void 0===t?(e=0,t=1):(e=to(e),void 0===t?(t=e,e=0):t=to(t)),e>t){var n=e;e=t,t=n}if(i||e%1||t%1){var a=li();return si(e+a*(t-e+qe("1e-"+((a+"").length-1))),t)}return Yn(e,t)},Ci.reduce=function(e,t,i){var n=jr(e)?mt:Mt,a=arguments.length<3;return n(e,$a(t,4),i,a,Qi)},Ci.reduceRight=function(e,t,i){var n=jr(e)?ht:Mt,a=arguments.length<3;return n(e,$a(t,4),i,a,Ki)},Ci.repeat=function(e,t,i){return t=(i?ss(e,t,i):void 0===t)?1:io(t),In(ro(e),t)},Ci.replace=function(){var e=arguments,t=ro(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Ci.result=function(e,t,i){var n=-1,a=(t=sa(t,e)).length;for(a||(a=1,e=void 0);++n<a;){var s=null==e?void 0:e[Ls(t[n])];void 0===s&&(n=a,s=i),e=Nr(s)?s.call(e):s}return e},Ci.round=ml,Ci.runInContext=e,Ci.sample=function(e){return(jr(e)?Pi:Pn)(e)},Ci.size=function(e){if(null==e)return 0;if(Yr(e))return Zr(e)?Bt(e):e.length;var t=es(e);return t==p||t==b?e.size:xn(e).length},Ci.snakeCase=Fo,Ci.some=function(e,t,i){var n=jr(e)?pt:zn;return i&&ss(e,t,i)&&(t=void 0),n(e,$a(t,3))},Ci.sortedIndex=function(e,t){return Wn(e,t)},Ci.sortedIndexBy=function(e,t,i){return Un(e,t,$a(i,2))},Ci.sortedIndexOf=function(e,t){var i=null==e?0:e.length;if(i){var n=Wn(e,t);if(n<i&&Dr(e[n],t))return n}return-1},Ci.sortedLastIndex=function(e,t){return Wn(e,t,!0)},Ci.sortedLastIndexBy=function(e,t,i){return Un(e,t,$a(i,2),!0)},Ci.sortedLastIndexOf=function(e,t){if(null!=e&&e.length){var i=Wn(e,t,!0)-1;if(Dr(e[i],t))return i}return-1},Ci.startCase=Po,Ci.startsWith=function(e,t,i){return e=ro(e),i=null==i?0:Gi(io(i),0,e.length),t=Zn(t),e.slice(i,i+t.length)==t},Ci.subtract=hl,Ci.sum=function(e){return e&&e.length?Lt(e,Uo):0},Ci.sumBy=function(e,t){return e&&e.length?Lt(e,$a(t,2)):0},Ci.template=function(e,t,i){var n=Ci.templateSettings;i&&ss(e,t,i)&&(t=void 0),e=ro(e),t=uo({},t,n,Ra);var a,s,r=uo({},t.imports,n.imports,Ra),o=vo(r),l=Dt(r,o),u=0,c=t.interpolate||ue,d="__p += '",m=ge((t.escape||ue).source+"|"+c.source+"|"+(c===H?te:ue).source+"|"+(t.evaluate||ue).source+"|$","g"),h="//# sourceURL="+(xe.call(t,"sourceURL")?(t.sourceURL+"").replace(/[\r\n]/g," "):"lodash.templateSources["+ ++Fe+"]")+"\n";e.replace(m,(function(t,i,n,r,o,l){return n||(n=r),d+=e.slice(u,l).replace(ce,It),i&&(a=!0,d+="' +\n__e("+i+") +\n'"),o&&(s=!0,d+="';\n"+o+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=l+t.length,t})),d+="';\n";var p=xe.call(t,"variable")&&t.variable;p||(d="with (obj) {\n"+d+"\n}\n"),d=(s?d.replace(j,""):d).replace(A,"$1").replace(Y,"$1;"),d="function("+(p||"obj")+") {\n"+(p?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(s?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var f=Ho((function(){return he(o,h+"return "+d).apply(void 0,l)}));if(f.source=d,Rr(f))throw f;return f},Ci.times=function(e,t){if((e=io(e))<1||e>9007199254740991)return[];var i=4294967295,n=si(e,4294967295);e-=4294967295;for(var a=Ct(n,t=$a(t));++i<e;)t(i);return a},Ci.toFinite=to,Ci.toInteger=io,Ci.toLength=no,Ci.toLower=function(e){return ro(e).toLowerCase()},Ci.toNumber=ao,Ci.toSafeInteger=function(e){return e?Gi(io(e),-9007199254740991,9007199254740991):0===e?e:0},Ci.toString=ro,Ci.toUpper=function(e){return ro(e).toUpperCase()},Ci.trim=function(e,t,i){if((e=ro(e))&&(i||void 0===t))return e.replace(G,"");if(!e||!(t=Zn(t)))return e;var n=Vt(e),a=Vt(t);return oa(n,Ot(n,a),Et(n,a)+1).join("")},Ci.trimEnd=function(e,t,i){if((e=ro(e))&&(i||void 0===t))return e.replace(Z,"");if(!e||!(t=Zn(t)))return e;var n=Vt(e);return oa(n,0,Et(n,Vt(t))+1).join("")},Ci.trimStart=function(e,t,i){if((e=ro(e))&&(i||void 0===t))return e.replace($,"");if(!e||!(t=Zn(t)))return e;var n=Vt(e);return oa(n,Ot(n,Vt(t))).join("")},Ci.truncate=function(e,t){var i=30,n="...";if(Br(t)){var a="separator"in t?t.separator:a;i="length"in t?io(t.length):i,n="omission"in t?Zn(t.omission):n}var s=(e=ro(e)).length;if(Ft(e)){var r=Vt(e);s=r.length}if(i>=s)return e;var o=i-Bt(n);if(o<1)return n;var l=r?oa(r,0,o).join(""):e.slice(0,o);if(void 0===a)return l+n;if(r&&(o+=l.length-o),Gr(a)){if(e.slice(o).search(a)){var u,c=l;for(a.global||(a=ge(a.source,ro(ie.exec(a))+"g")),a.lastIndex=0;u=a.exec(c);)var d=u.index;l=l.slice(0,void 0===d?o:d)}}else if(e.indexOf(Zn(a),o)!=o){var m=l.lastIndexOf(a);m>-1&&(l=l.slice(0,m))}return l+n},Ci.unescape=function(e){return(e=ro(e))&&P.test(e)?e.replace(I,zt):e},Ci.uniqueId=function(e){var t=++Me;return ro(e)+t},Ci.upperCase=Ro,Ci.upperFirst=No,Ci.each=rr,Ci.eachRight=or,Ci.first=Ys,Jo(Ci,(rl={},on(Ci,(function(e,t){xe.call(Ci.prototype,t)||(rl[t]=e)})),rl),{chain:!1}),Ci.VERSION="4.17.15",at(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Ci[e].placeholder=Ci})),at(["drop","take"],(function(e,t){Oi.prototype[e]=function(i){i=void 0===i?1:ai(io(i),0);var n=this.__filtered__&&!t?new Oi(this):this.clone();return n.__filtered__?n.__takeCount__=si(i,n.__takeCount__):n.__views__.push({size:si(i,4294967295),type:e+(n.__dir__<0?"Right":"")}),n},Oi.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),at(["filter","map","takeWhile"],(function(e,t){var i=t+1,n=1==i||3==i;Oi.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:$a(e,3),type:i}),t.__filtered__=t.__filtered__||n,t}})),at(["head","last"],(function(e,t){var i="take"+(t?"Right":"");Oi.prototype[e]=function(){return this[i](1).value()[0]}})),at(["initial","tail"],(function(e,t){var i="drop"+(t?"":"Right");Oi.prototype[e]=function(){return this.__filtered__?new Oi(this):this[i](1)}})),Oi.prototype.compact=function(){return this.filter(Uo)},Oi.prototype.find=function(e){return this.filter(e).head()},Oi.prototype.findLast=function(e){return this.reverse().find(e)},Oi.prototype.invokeMap=Fn((function(e,t){return"function"==typeof e?new Oi(this):this.map((function(i){return _n(i,e,t)}))})),Oi.prototype.reject=function(e){return this.filter(xr($a(e)))},Oi.prototype.slice=function(e,t){e=io(e);var i=this;return i.__filtered__&&(e>0||t<0)?new Oi(i):(e<0?i=i.takeRight(-e):e&&(i=i.drop(e)),void 0!==t&&(i=(t=io(t))<0?i.dropRight(-t):i.take(t-e)),i)},Oi.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Oi.prototype.toArray=function(){return this.take(4294967295)},on(Oi.prototype,(function(e,t){var i=/^(?:filter|find|map|reject)|While$/.test(t),n=/^(?:head|last)$/.test(t),a=Ci[n?"take"+("last"==t?"Right":""):t],s=n||/^find/.test(t);a&&(Ci.prototype[t]=function(){var t=this.__wrapped__,r=n?[1]:arguments,o=t instanceof Oi,l=r[0],u=o||jr(t),c=function(e){var t=a.apply(Ci,dt([e],r));return n&&d?t[0]:t};u&&i&&"function"==typeof l&&1!=l.length&&(o=u=!1);var d=this.__chain__,m=!!this.__actions__.length,h=s&&!d,p=o&&!m;if(!s&&u){t=p?t:new Oi(this);var f=e.apply(t,r);return f.__actions__.push({func:tr,args:[c],thisArg:void 0}),new Ti(f,d)}return h&&p?e.apply(this,r):(f=this.thru(c),h?n?f.value()[0]:f.value():f)})})),at(["pop","push","shift","sort","splice","unshift"],(function(e){var t=ye[e],i=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Ci.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var a=this.value();return t.apply(jr(a)?a:[],e)}return this[i]((function(i){return t.apply(jr(i)?i:[],e)}))}})),on(Oi.prototype,(function(e,t){var i=Ci[t];if(i){var n=i.name+"";xe.call(_i,n)||(_i[n]=[]),_i[n].push({name:t,func:i})}})),_i[Ca(void 0,2).name]=[{name:"wrapper",func:void 0}],Oi.prototype.clone=function(){var e=new Oi(this.__wrapped__);return e.__actions__=fa(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=fa(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=fa(this.__views__),e},Oi.prototype.reverse=function(){if(this.__filtered__){var e=new Oi(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Oi.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,i=jr(e),n=t<0,a=i?e.length:0,s=function(e,t,i){for(var n=-1,a=i.length;++n<a;){var s=i[n],r=s.size;switch(s.type){case"drop":e+=r;break;case"dropRight":t-=r;break;case"take":t=si(t,e+r);break;case"takeRight":e=ai(e,t-r)}}return{start:e,end:t}}(0,a,this.__views__),r=s.start,o=s.end,l=o-r,u=n?o:r-1,c=this.__iteratees__,d=c.length,m=0,h=si(l,this.__takeCount__);if(!i||!n&&a==l&&h==l)return ea(e,this.__actions__);var p=[];e:for(;l--&&m<h;){for(var f=-1,g=e[u+=t];++f<d;){var _=c[f],b=_.type,y=(0,_.iteratee)(g);if(2==b)g=y;else if(!y){if(1==b)continue e;break e}}p[m++]=g}return p},Ci.prototype.at=ir,Ci.prototype.chain=function(){return er(this)},Ci.prototype.commit=function(){return new Ti(this.value(),this.__chain__)},Ci.prototype.next=function(){void 0===this.__values__&&(this.__values__=eo(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Ci.prototype.plant=function(e){for(var t,i=this;i instanceof Di;){var n=Ss(i);n.__index__=0,n.__values__=void 0,t?a.__wrapped__=n:t=n;var a=n;i=i.__wrapped__}return a.__wrapped__=e,t},Ci.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Oi){var t=e;return this.__actions__.length&&(t=new Oi(this)),(t=t.reverse()).__actions__.push({func:tr,args:[Bs],thisArg:void 0}),new Ti(t,this.__chain__)}return this.thru(Bs)},Ci.prototype.toJSON=Ci.prototype.valueOf=Ci.prototype.value=function(){return ea(this.__wrapped__,this.__actions__)},Ci.prototype.first=Ci.prototype.head,xt&&(Ci.prototype[xt]=function(){return this}),Ci}();ze._=Wt,void 0===(n=(function(){return Wt}).call(t,i,t,e))||(e.exports=n)}).call(this)}).call(this,i("YuTi")(e))},MutI:function(e,t,i){"use strict";i.d(t,"a",(function(){return C})),i.d(t,"b",(function(){return O})),i.d(t,"c",(function(){return N})),i.d(t,"d",(function(){return P})),i.d(t,"e",(function(){return T})),i.d(t,"f",(function(){return M})),i.d(t,"g",(function(){return R}));var n=i("ofXK"),a=i("fXoL"),s=i("FKr1"),r=i("XNiG"),o=i("1G5W"),l=i("u47x"),u=i("8LU1"),c=i("0EQZ"),d=i("FtGj"),m=i("3Pt+"),h=i("f0Cb");const p=["*"],f=[[["","mat-list-avatar",""],["","mat-list-icon",""],["","matListAvatar",""],["","matListIcon",""]],[["","mat-line",""],["","matLine",""]],"*"],g=["[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]","[mat-line], [matLine]","*"],_=["text"],b=["*",[["","mat-list-avatar",""],["","mat-list-icon",""],["","matListAvatar",""],["","matListIcon",""]]],y=["*","[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]"];class v{}const w=Object(s.v)(v);class k{}const x=Object(s.v)(k);let M=(()=>{class e extends w{constructor(){super(...arguments),this._stateChanges=new r.a}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}}return e.\u0275fac=function(t){return L(t||e)},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-nav-list"]],hostAttrs:["role","navigation",1,"mat-nav-list","mat-list-base"],inputs:{disableRipple:"disableRipple"},exportAs:["matNavList"],features:[a.Cb,a.Db()],ngContentSelectors:p,decls:1,vars:0,template:function(e,t){1&e&&(a.qc(),a.pc(0))},styles:[".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}@media(hover: none){.mat-list-option:not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\n"],encapsulation:2,changeDetection:0}),e})();const L=a.bc(M);let C=(()=>{class e extends w{constructor(e){super(),this._elementRef=e,this._stateChanges=new r.a,"action-list"===this._getListType()&&e.nativeElement.classList.add("mat-action-list")}_getListType(){const e=this._elementRef.nativeElement.nodeName.toLowerCase();return"mat-list"===e?"list":"mat-action-list"===e?"action-list":null}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-list"],["mat-action-list"]],hostAttrs:[1,"mat-list","mat-list-base"],inputs:{disableRipple:"disableRipple"},exportAs:["matList"],features:[a.Cb,a.Db()],ngContentSelectors:p,decls:1,vars:0,template:function(e,t){1&e&&(a.qc(),a.pc(0))},styles:[".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}@media(hover: none){.mat-list-option:not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\n"],encapsulation:2,changeDetection:0}),e})(),S=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["","mat-list-avatar",""],["","matListAvatar",""]],hostAttrs:[1,"mat-list-avatar"]}),e})(),D=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["","mat-list-icon",""],["","matListIcon",""]],hostAttrs:[1,"mat-list-icon"]}),e})(),T=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["","mat-subheader",""],["","matSubheader",""]],hostAttrs:[1,"mat-subheader"]}),e})(),O=(()=>{class e extends x{constructor(e,t,i,n){super(),this._element=e,this._isInteractiveList=!1,this._destroyed=new r.a,this._isInteractiveList=!!(i||n&&"action-list"===n._getListType()),this._list=i||n;const a=this._getHostElement();"button"!==a.nodeName.toLowerCase()||a.hasAttribute("type")||a.setAttribute("type","button"),this._list&&this._list._stateChanges.pipe(Object(o.a)(this._destroyed)).subscribe(()=>{t.markForCheck()})}ngAfterContentInit(){Object(s.z)(this._lines,this._element)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_isRippleDisabled(){return!this._isInteractiveList||this.disableRipple||!(!this._list||!this._list.disableRipple)}_getHostElement(){return this._element.nativeElement}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(a.h),a.Tb(M,8),a.Tb(C,8))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-list-item"],["a","mat-list-item",""],["button","mat-list-item",""]],contentQueries:function(e,t,i){var n;1&e&&(a.Lb(i,S,!0),a.Lb(i,D,!0),a.Lb(i,s.i,!0)),2&e&&(a.yc(n=a.ic())&&(t._avatar=n.first),a.yc(n=a.ic())&&(t._icon=n.first),a.yc(n=a.ic())&&(t._lines=n))},hostAttrs:[1,"mat-list-item"],hostVars:4,hostBindings:function(e,t){2&e&&a.Jb("mat-list-item-avatar",t._avatar||t._icon)("mat-list-item-with-avatar",t._avatar||t._icon)},inputs:{disableRipple:"disableRipple"},exportAs:["matListItem"],features:[a.Cb],ngContentSelectors:g,decls:6,vars:2,consts:[[1,"mat-list-item-content"],["mat-ripple","",1,"mat-list-item-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-list-text"]],template:function(e,t){1&e&&(a.qc(f),a.Zb(0,"div",0),a.Ub(1,"div",1),a.pc(2),a.Zb(3,"div",2),a.pc(4,1),a.Yb(),a.pc(5,2),a.Yb()),2&e&&(a.Fb(1),a.rc("matRippleTrigger",t._getHostElement())("matRippleDisabled",t._isRippleDisabled()))},directives:[s.p],encapsulation:2,changeDetection:0}),e})();class E{}const j=Object(s.v)(E);class A{}const Y=Object(s.v)(A),I={provide:m.k,useExisting:Object(a.W)(()=>R),multi:!0};class F{constructor(e,t){this.source=e,this.option=t}}let P=(()=>{class e extends Y{constructor(e,t,i){super(),this._element=e,this._changeDetector=t,this.selectionList=i,this._selected=!1,this._disabled=!1,this._hasFocus=!1,this.checkboxPosition="after",this._inputsInitialized=!1}get color(){return this._color||this.selectionList.color}set color(e){this._color=e}get value(){return this._value}set value(e){this.selected&&e!==this.value&&this._inputsInitialized&&(this.selected=!1),this._value=e}get disabled(){return this._disabled||this.selectionList&&this.selectionList.disabled}set disabled(e){const t=Object(u.c)(e);t!==this._disabled&&(this._disabled=t,this._changeDetector.markForCheck())}get selected(){return this.selectionList.selectedOptions.isSelected(this)}set selected(e){const t=Object(u.c)(e);t!==this._selected&&(this._setSelected(t),this.selectionList._reportValueChange())}ngOnInit(){const e=this.selectionList;e._value&&e._value.some(t=>e.compareWith(t,this._value))&&this._setSelected(!0);const t=this._selected;Promise.resolve().then(()=>{(this._selected||t)&&(this.selected=!0,this._changeDetector.markForCheck())}),this._inputsInitialized=!0}ngAfterContentInit(){Object(s.z)(this._lines,this._element)}ngOnDestroy(){this.selected&&Promise.resolve().then(()=>{this.selected=!1});const e=this._hasFocus,t=this.selectionList._removeOptionFromList(this);e&&t&&t.focus()}toggle(){this.selected=!this.selected}focus(){this._element.nativeElement.focus()}getLabel(){return this._text&&this._text.nativeElement.textContent||""}_isRippleDisabled(){return this.disabled||this.disableRipple||this.selectionList.disableRipple}_handleClick(){this.disabled||(this.toggle(),this.selectionList._emitChangeEvent(this))}_handleFocus(){this.selectionList._setFocusedOption(this),this._hasFocus=!0}_handleBlur(){this.selectionList._onTouched(),this._hasFocus=!1}_getHostElement(){return this._element.nativeElement}_setSelected(e){return e!==this._selected&&(this._selected=e,e?this.selectionList.selectedOptions.select(this):this.selectionList.selectedOptions.deselect(this),this._changeDetector.markForCheck(),!0)}_markForCheck(){this._changeDetector.markForCheck()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(a.h),a.Tb(Object(a.W)(()=>R)))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-list-option"]],contentQueries:function(e,t,i){var n;1&e&&(a.Lb(i,S,!0),a.Lb(i,D,!0),a.Lb(i,s.i,!0)),2&e&&(a.yc(n=a.ic())&&(t._avatar=n.first),a.yc(n=a.ic())&&(t._icon=n.first),a.yc(n=a.ic())&&(t._lines=n))},viewQuery:function(e,t){var i;1&e&&a.Tc(_,!0),2&e&&a.yc(i=a.ic())&&(t._text=i.first)},hostAttrs:["role","option","tabindex","-1",1,"mat-list-item","mat-list-option"],hostVars:12,hostBindings:function(e,t){1&e&&a.hc("focus",(function(e){return t._handleFocus()}))("blur",(function(e){return t._handleBlur()}))("click",(function(e){return t._handleClick()})),2&e&&(a.Gb("aria-selected",t.selected)("aria-disabled",t.disabled),a.Jb("mat-list-item-disabled",t.disabled)("mat-list-item-with-avatar",t._avatar||t._icon)("mat-primary","primary"===t.color)("mat-accent","primary"!==t.color&&"warn"!==t.color)("mat-warn","warn"===t.color))},inputs:{disableRipple:"disableRipple",checkboxPosition:"checkboxPosition",color:"color",value:"value",selected:"selected",disabled:"disabled"},exportAs:["matListOption"],features:[a.Cb],ngContentSelectors:y,decls:7,vars:6,consts:[[1,"mat-list-item-content"],["mat-ripple","",1,"mat-list-item-ripple",3,"matRippleTrigger","matRippleDisabled"],[3,"state","disabled"],[1,"mat-list-text"],["text",""]],template:function(e,t){1&e&&(a.qc(b),a.Zb(0,"div",0),a.Ub(1,"div",1),a.Ub(2,"mat-pseudo-checkbox",2),a.Zb(3,"div",3,4),a.pc(5),a.Yb(),a.pc(6,1),a.Yb()),2&e&&(a.Jb("mat-list-item-content-reverse","after"==t.checkboxPosition),a.Fb(1),a.rc("matRippleTrigger",t._getHostElement())("matRippleDisabled",t._isRippleDisabled()),a.Fb(1),a.rc("state",t.selected?"checked":"unchecked")("disabled",t.disabled))},directives:[s.p,s.n],encapsulation:2,changeDetection:0}),e})(),R=(()=>{class e extends j{constructor(e,t){super(),this._element=e,this.selectionChange=new a.o,this.tabIndex=0,this.color="accent",this.compareWith=(e,t)=>e===t,this._disabled=!1,this.selectedOptions=new c.c(!0),this._onChange=e=>{},this._destroyed=new r.a,this._onTouched=()=>{},this.tabIndex=parseInt(t)||0}get disabled(){return this._disabled}set disabled(e){this._disabled=Object(u.c)(e),this._markOptionsForCheck()}ngAfterContentInit(){this._keyManager=new l.g(this.options).withWrap().withTypeAhead().skipPredicate(()=>!1).withAllowedModifierKeys(["shiftKey"]),this._value&&this._setOptionsFromValues(this._value),this.selectedOptions.changed.pipe(Object(o.a)(this._destroyed)).subscribe(e=>{if(e.added)for(let t of e.added)t.selected=!0;if(e.removed)for(let t of e.removed)t.selected=!1})}ngOnChanges(e){const t=e.disableRipple,i=e.color;(t&&!t.firstChange||i&&!i.firstChange)&&this._markOptionsForCheck()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),this._isDestroyed=!0}focus(e){this._element.nativeElement.focus(e)}selectAll(){this._setAllOptionsSelected(!0)}deselectAll(){this._setAllOptionsSelected(!1)}_setFocusedOption(e){this._keyManager.updateActiveItem(e)}_removeOptionFromList(e){const t=this._getOptionIndex(e);return t>-1&&this._keyManager.activeItemIndex===t&&(t>0?this._keyManager.updateActiveItem(t-1):0===t&&this.options.length>1&&this._keyManager.updateActiveItem(Math.min(t+1,this.options.length-1))),this._keyManager.activeItem}_keydown(e){const t=e.keyCode,i=this._keyManager,n=i.activeItemIndex,a=Object(d.q)(e);switch(t){case d.l:case d.d:a||i.isTyping()||(this._toggleFocusedOption(),e.preventDefault());break;case d.f:case d.c:a||(t===d.f?i.setFirstItemActive():i.setLastItemActive(),e.preventDefault());break;case d.a:Object(d.q)(e,"ctrlKey")&&!i.isTyping()&&(this.options.find(e=>!e.selected)?this.selectAll():this.deselectAll(),e.preventDefault());break;default:i.onKeydown(e)}t!==d.n&&t!==d.b||!e.shiftKey||i.activeItemIndex===n||this._toggleFocusedOption()}_reportValueChange(){if(this.options&&!this._isDestroyed){const e=this._getSelectedOptionValues();this._onChange(e),this._value=e}}_emitChangeEvent(e){this.selectionChange.emit(new F(this,e))}writeValue(e){this._value=e,this.options&&this._setOptionsFromValues(e||[])}setDisabledState(e){this.disabled=e}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}_setOptionsFromValues(e){this.options.forEach(e=>e._setSelected(!1)),e.forEach(e=>{const t=this.options.find(t=>!t.selected&&this.compareWith(t.value,e));t&&t._setSelected(!0)})}_getSelectedOptionValues(){return this.options.filter(e=>e.selected).map(e=>e.value)}_toggleFocusedOption(){let e=this._keyManager.activeItemIndex;if(null!=e&&this._isValidIndex(e)){let t=this.options.toArray()[e];t&&!t.disabled&&(t.toggle(),this._emitChangeEvent(t))}}_setAllOptionsSelected(e){let t=!1;this.options.forEach(i=>{i._setSelected(e)&&(t=!0)}),t&&this._reportValueChange()}_isValidIndex(e){return e>=0&&e<this.options.length}_getOptionIndex(e){return this.options.toArray().indexOf(e)}_markOptionsForCheck(){this.options&&this.options.forEach(e=>e._markForCheck())}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.ec("tabindex"))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-selection-list"]],contentQueries:function(e,t,i){var n;1&e&&a.Lb(i,P,!0),2&e&&a.yc(n=a.ic())&&(t.options=n)},hostAttrs:["role","listbox","aria-multiselectable","true",1,"mat-selection-list","mat-list-base"],hostVars:2,hostBindings:function(e,t){1&e&&a.hc("blur",(function(e){return t._onTouched()}))("keydown",(function(e){return t._keydown(e)})),2&e&&(a.cc("tabIndex",t.tabIndex),a.Gb("aria-disabled",t.disabled.toString()))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex",color:"color",compareWith:"compareWith",disabled:"disabled"},outputs:{selectionChange:"selectionChange"},exportAs:["matSelectionList"],features:[a.Eb([I]),a.Cb,a.Db()],ngContentSelectors:p,decls:1,vars:0,template:function(e,t){1&e&&(a.qc(),a.pc(0))},styles:[".mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px}@media(hover: none){.mat-list-option:not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\n"],encapsulation:2,changeDetection:0}),e})(),N=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[s.j,s.q,s.h,s.o,n.c],s.j,s.h,s.o,h.b]}),e})()},NFeN:function(e,t,i){"use strict";i.d(t,"a",(function(){return j})),i.d(t,"b",(function(){return A}));var n=i("fXoL"),a=i("FKr1"),s=i("8LU1"),r=i("ofXK"),o=i("vkgz"),l=i("lJxs"),u=i("JIr8"),c=i("nYR2"),d=i("w1tV"),m=i("IzEk"),h=i("tk/3"),p=i("jhN1"),f=i("LRne"),g=i("z6cu"),_=i("cp0P");const b=["*"];function y(e){return Error(`Unable to find icon with the name "${e}"`)}function v(e){return Error("The URL provided to MatIconRegistry was not trusted as a resource URL "+`via Angular's DomSanitizer. Attempted URL was "${e}".`)}function w(e){return Error("The literal provided to MatIconRegistry was not trusted as safe HTML by "+`Angular's DomSanitizer. Attempted literal was "${e}".`)}class k{constructor(e,t){this.options=t,e.nodeName?this.svgElement=e:this.url=e}}let x=(()=>{class e{constructor(e,t,i,n){this._httpClient=e,this._sanitizer=t,this._errorHandler=n,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._defaultFontSetClass="material-icons",this._document=i}addSvgIcon(e,t,i){return this.addSvgIconInNamespace("",e,t,i)}addSvgIconLiteral(e,t,i){return this.addSvgIconLiteralInNamespace("",e,t,i)}addSvgIconInNamespace(e,t,i,n){return this._addSvgIconConfig(e,t,new k(i,n))}addSvgIconLiteralInNamespace(e,t,i,a){const s=this._sanitizer.sanitize(n.L.HTML,i);if(!s)throw w(i);const r=this._createSvgElementForSingleIcon(s,a);return this._addSvgIconConfig(e,t,new k(r,a))}addSvgIconSet(e,t){return this.addSvgIconSetInNamespace("",e,t)}addSvgIconSetLiteral(e,t){return this.addSvgIconSetLiteralInNamespace("",e,t)}addSvgIconSetInNamespace(e,t,i){return this._addSvgIconSetConfig(e,new k(t,i))}addSvgIconSetLiteralInNamespace(e,t,i){const a=this._sanitizer.sanitize(n.L.HTML,t);if(!a)throw w(t);const s=this._svgElementFromString(a);return this._addSvgIconSetConfig(e,new k(s,i))}registerFontClassAlias(e,t=e){return this._fontCssClassesByAlias.set(e,t),this}classNameForFontAlias(e){return this._fontCssClassesByAlias.get(e)||e}setDefaultFontSetClass(e){return this._defaultFontSetClass=e,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(e){const t=this._sanitizer.sanitize(n.L.RESOURCE_URL,e);if(!t)throw v(e);const i=this._cachedIconsByUrl.get(t);return i?Object(f.a)(M(i)):this._loadSvgIconFromConfig(new k(e)).pipe(Object(o.a)(e=>this._cachedIconsByUrl.set(t,e)),Object(l.a)(e=>M(e)))}getNamedSvgIcon(e,t=""){const i=L(t,e),n=this._svgIconConfigs.get(i);if(n)return this._getSvgFromConfig(n);const a=this._iconSetConfigs.get(t);return a?this._getSvgFromIconSetConfigs(e,a):Object(g.a)(y(i))}ngOnDestroy(){this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(e){return e.svgElement?Object(f.a)(M(e.svgElement)):this._loadSvgIconFromConfig(e).pipe(Object(o.a)(t=>e.svgElement=t),Object(l.a)(e=>M(e)))}_getSvgFromIconSetConfigs(e,t){const i=this._extractIconWithNameFromAnySet(e,t);if(i)return Object(f.a)(i);const a=t.filter(e=>!e.svgElement).map(e=>this._loadSvgIconSetFromConfig(e).pipe(Object(u.a)(t=>{const i=`Loading icon set URL: ${this._sanitizer.sanitize(n.L.RESOURCE_URL,e.url)} failed: ${t.message}`;return this._errorHandler?this._errorHandler.handleError(new Error(i)):console.error(i),Object(f.a)(null)})));return Object(_.a)(a).pipe(Object(l.a)(()=>{const i=this._extractIconWithNameFromAnySet(e,t);if(!i)throw y(e);return i}))}_extractIconWithNameFromAnySet(e,t){for(let i=t.length-1;i>=0;i--){const n=t[i];if(n.svgElement){const t=this._extractSvgIconFromSet(n.svgElement,e,n.options);if(t)return t}}return null}_loadSvgIconFromConfig(e){return this._fetchUrl(e.url).pipe(Object(l.a)(t=>this._createSvgElementForSingleIcon(t,e.options)))}_loadSvgIconSetFromConfig(e){return e.svgElement?Object(f.a)(e.svgElement):this._fetchUrl(e.url).pipe(Object(l.a)(t=>(e.svgElement||(e.svgElement=this._svgElementFromString(t)),e.svgElement)))}_createSvgElementForSingleIcon(e,t){const i=this._svgElementFromString(e);return this._setSvgAttributes(i,t),i}_extractSvgIconFromSet(e,t,i){const n=e.querySelector(`[id="${t}"]`);if(!n)return null;const a=n.cloneNode(!0);if(a.removeAttribute("id"),"svg"===a.nodeName.toLowerCase())return this._setSvgAttributes(a,i);if("symbol"===a.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(a),i);const s=this._svgElementFromString("<svg></svg>");return s.appendChild(a),this._setSvgAttributes(s,i)}_svgElementFromString(e){const t=this._document.createElement("DIV");t.innerHTML=e;const i=t.querySelector("svg");if(!i)throw Error("<svg> tag not found");return i}_toSvgElement(e){const t=this._svgElementFromString("<svg></svg>"),i=e.attributes;for(let n=0;n<i.length;n++){const{name:e,value:a}=i[n];"id"!==e&&t.setAttribute(e,a)}for(let n=0;n<e.childNodes.length;n++)e.childNodes[n].nodeType===this._document.ELEMENT_NODE&&t.appendChild(e.childNodes[n].cloneNode(!0));return t}_setSvgAttributes(e,t){return e.setAttribute("fit",""),e.setAttribute("height","100%"),e.setAttribute("width","100%"),e.setAttribute("preserveAspectRatio","xMidYMid meet"),e.setAttribute("focusable","false"),t&&t.viewBox&&e.setAttribute("viewBox",t.viewBox),e}_fetchUrl(e){if(!this._httpClient)throw Error("Could not find HttpClient provider for use with Angular Material icons. Please include the HttpClientModule from @angular/common/http in your app imports.");if(null==e)throw Error(`Cannot fetch icon from URL "${e}".`);const t=this._sanitizer.sanitize(n.L.RESOURCE_URL,e);if(!t)throw v(e);const i=this._inProgressUrlFetches.get(t);if(i)return i;const a=this._httpClient.get(t,{responseType:"text"}).pipe(Object(c.a)(()=>this._inProgressUrlFetches.delete(t)),Object(d.a)());return this._inProgressUrlFetches.set(t,a),a}_addSvgIconConfig(e,t,i){return this._svgIconConfigs.set(L(e,t),i),this}_addSvgIconSetConfig(e,t){const i=this._iconSetConfigs.get(e);return i?i.push(t):this._iconSetConfigs.set(e,[t]),this}}return e.\u0275fac=function(t){return new(t||e)(n.dc(h.b,8),n.dc(p.b),n.dc(r.e,8),n.dc(n.n,8))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(h.b,8),Object(n.dc)(p.b),Object(n.dc)(r.e,8),Object(n.dc)(n.n,8))},token:e,providedIn:"root"}),e})();function M(e){return e.cloneNode(!0)}function L(e,t){return e+":"+t}class C{constructor(e){this._elementRef=e}}const S=Object(a.u)(C),D=new n.s("mat-icon-location",{providedIn:"root",factory:function(){const e=Object(n.X)(r.e),t=e?e.location:null;return{getPathname:()=>t?t.pathname+t.search:""}}}),T=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],O=T.map(e=>`[${e}]`).join(", "),E=/^url\(['"]?#(.*?)['"]?\)$/;let j=(()=>{class e extends S{constructor(e,t,i,n,a){super(e),this._iconRegistry=t,this._location=n,this._errorHandler=a,this._inline=!1,i||e.nativeElement.setAttribute("aria-hidden","true")}get inline(){return this._inline}set inline(e){this._inline=Object(s.c)(e)}get fontSet(){return this._fontSet}set fontSet(e){this._fontSet=this._cleanupFontValue(e)}get fontIcon(){return this._fontIcon}set fontIcon(e){this._fontIcon=this._cleanupFontValue(e)}_splitIconName(e){if(!e)return["",""];const t=e.split(":");switch(t.length){case 1:return["",t[0]];case 2:return t;default:throw Error(`Invalid icon name: "${e}"`)}}ngOnChanges(e){const t=e.svgIcon;if(t)if(this.svgIcon){const[e,t]=this._splitIconName(this.svgIcon);this._iconRegistry.getNamedSvgIcon(t,e).pipe(Object(m.a)(1)).subscribe(e=>this._setSvgElement(e),i=>{const n=`Error retrieving icon ${e}:${t}! ${i.message}`;this._errorHandler?this._errorHandler.handleError(new Error(n)):console.error(n)})}else t.previousValue&&this._clearSvgElement();this._usingFontIcon()&&this._updateFontIconClasses()}ngOnInit(){this._usingFontIcon()&&this._updateFontIconClasses()}ngAfterViewChecked(){const e=this._elementsWithExternalReferences;if(e&&this._location&&e.size){const e=this._location.getPathname();e!==this._previousPath&&(this._previousPath=e,this._prependPathToReferences(e))}}ngOnDestroy(){this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(e){this._clearSvgElement();const t=e.querySelectorAll("style");for(let i=0;i<t.length;i++)t[i].textContent+=" ";if(this._location){const t=this._location.getPathname();this._previousPath=t,this._cacheChildrenWithExternalReferences(e),this._prependPathToReferences(t)}this._elementRef.nativeElement.appendChild(e)}_clearSvgElement(){const e=this._elementRef.nativeElement;let t=e.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();t--;){const i=e.childNodes[t];1===i.nodeType&&"svg"!==i.nodeName.toLowerCase()||e.removeChild(i)}}_updateFontIconClasses(){if(!this._usingFontIcon())return;const e=this._elementRef.nativeElement,t=this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet):this._iconRegistry.getDefaultFontSetClass();t!=this._previousFontSetClass&&(this._previousFontSetClass&&e.classList.remove(this._previousFontSetClass),t&&e.classList.add(t),this._previousFontSetClass=t),this.fontIcon!=this._previousFontIconClass&&(this._previousFontIconClass&&e.classList.remove(this._previousFontIconClass),this.fontIcon&&e.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(e){return"string"==typeof e?e.trim().split(" ")[0]:e}_prependPathToReferences(e){const t=this._elementsWithExternalReferences;t&&t.forEach((t,i)=>{t.forEach(t=>{i.setAttribute(t.name,`url('${e}#${t.value}')`)})})}_cacheChildrenWithExternalReferences(e){const t=e.querySelectorAll(O),i=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let n=0;n<t.length;n++)T.forEach(e=>{const a=t[n],s=a.getAttribute(e),r=s?s.match(E):null;if(r){let t=i.get(a);t||(t=[],i.set(a,t)),t.push({name:e,value:r[1]})}})}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(x),n.ec("aria-hidden"),n.Tb(D,8),n.Tb(n.n,8))},e.\u0275cmp=n.Nb({type:e,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:4,hostBindings:function(e,t){2&e&&n.Jb("mat-icon-inline",t.inline)("mat-icon-no-color","primary"!==t.color&&"accent"!==t.color&&"warn"!==t.color)},inputs:{color:"color",inline:"inline",fontSet:"fontSet",fontIcon:"fontIcon",svgIcon:"svgIcon"},exportAs:["matIcon"],features:[n.Cb,n.Db()],ngContentSelectors:b,decls:1,vars:0,template:function(e,t){1&e&&(n.qc(),n.pc(0))},styles:[".mat-icon{background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"],encapsulation:2,changeDetection:0}),e})(),A=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[a.h],a.h]}),e})()},NJ4a:function(e,t,i){"use strict";function n(e){setTimeout(()=>{throw e},0)}i.d(t,"a",(function(){return n}))},NXyV:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("HDdC"),a=i("Cfvw"),s=i("EY2u");function r(e){return new n.a(t=>{let i;try{i=e()}catch(n){return void t.error(n)}return(i?Object(a.a)(i):Object(s.b)()).subscribe(t)})}},OIYi:function(e,t,i){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(i("wd/R"))},Oaa7:function(e,t,i){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},Ob0Z:function(e,t,i){!function(e){"use strict";var t={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},i={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"};function n(e,t,i,n){var a="";if(t)switch(i){case"s":a="\u0915\u093e\u0939\u0940 \u0938\u0947\u0915\u0902\u0926";break;case"ss":a="%d \u0938\u0947\u0915\u0902\u0926";break;case"m":a="\u090f\u0915 \u092e\u093f\u0928\u093f\u091f";break;case"mm":a="%d \u092e\u093f\u0928\u093f\u091f\u0947";break;case"h":a="\u090f\u0915 \u0924\u093e\u0938";break;case"hh":a="%d \u0924\u093e\u0938";break;case"d":a="\u090f\u0915 \u0926\u093f\u0935\u0938";break;case"dd":a="%d \u0926\u093f\u0935\u0938";break;case"M":a="\u090f\u0915 \u092e\u0939\u093f\u0928\u093e";break;case"MM":a="%d \u092e\u0939\u093f\u0928\u0947";break;case"y":a="\u090f\u0915 \u0935\u0930\u094d\u0937";break;case"yy":a="%d \u0935\u0930\u094d\u0937\u0947"}else switch(i){case"s":a="\u0915\u093e\u0939\u0940 \u0938\u0947\u0915\u0902\u0926\u093e\u0902";break;case"ss":a="%d \u0938\u0947\u0915\u0902\u0926\u093e\u0902";break;case"m":a="\u090f\u0915\u093e \u092e\u093f\u0928\u093f\u091f\u093e";break;case"mm":a="%d \u092e\u093f\u0928\u093f\u091f\u093e\u0902";break;case"h":a="\u090f\u0915\u093e \u0924\u093e\u0938\u093e";break;case"hh":a="%d \u0924\u093e\u0938\u093e\u0902";break;case"d":a="\u090f\u0915\u093e \u0926\u093f\u0935\u0938\u093e";break;case"dd":a="%d \u0926\u093f\u0935\u0938\u093e\u0902";break;case"M":a="\u090f\u0915\u093e \u092e\u0939\u093f\u0928\u094d\u092f\u093e";break;case"MM":a="%d \u092e\u0939\u093f\u0928\u094d\u092f\u093e\u0902";break;case"y":a="\u090f\u0915\u093e \u0935\u0930\u094d\u0937\u093e";break;case"yy":a="%d \u0935\u0930\u094d\u0937\u093e\u0902"}return a.replace(/%d/i,e)}e.defineLocale("mr",{months:"\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u090f\u092a\u094d\u0930\u093f\u0932_\u092e\u0947_\u091c\u0942\u0928_\u091c\u0941\u0932\u0948_\u0911\u0917\u0938\u094d\u091f_\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930_\u0911\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930_\u0921\u093f\u0938\u0947\u0902\u092c\u0930".split("_"),monthsShort:"\u091c\u093e\u0928\u0947._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a._\u090f\u092a\u094d\u0930\u093f._\u092e\u0947._\u091c\u0942\u0928._\u091c\u0941\u0932\u0948._\u0911\u0917._\u0938\u092a\u094d\u091f\u0947\u0902._\u0911\u0915\u094d\u091f\u094b._\u0928\u094b\u0935\u094d\u0939\u0947\u0902._\u0921\u093f\u0938\u0947\u0902.".split("_"),monthsParseExact:!0,weekdays:"\u0930\u0935\u093f\u0935\u093e\u0930_\u0938\u094b\u092e\u0935\u093e\u0930_\u092e\u0902\u0917\u0933\u0935\u093e\u0930_\u092c\u0941\u0927\u0935\u093e\u0930_\u0917\u0941\u0930\u0942\u0935\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930_\u0936\u0928\u093f\u0935\u093e\u0930".split("_"),weekdaysShort:"\u0930\u0935\u093f_\u0938\u094b\u092e_\u092e\u0902\u0917\u0933_\u092c\u0941\u0927_\u0917\u0941\u0930\u0942_\u0936\u0941\u0915\u094d\u0930_\u0936\u0928\u093f".split("_"),weekdaysMin:"\u0930_\u0938\u094b_\u092e\u0902_\u092c\u0941_\u0917\u0941_\u0936\u0941_\u0936".split("_"),longDateFormat:{LT:"A h:mm \u0935\u093e\u091c\u0924\u093e",LTS:"A h:mm:ss \u0935\u093e\u091c\u0924\u093e",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0935\u093e\u091c\u0924\u093e",LLLL:"dddd, D MMMM YYYY, A h:mm \u0935\u093e\u091c\u0924\u093e"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u0909\u0926\u094d\u092f\u093e] LT",nextWeek:"dddd, LT",lastDay:"[\u0915\u093e\u0932] LT",lastWeek:"[\u092e\u093e\u0917\u0940\u0932] dddd, LT",sameElse:"L"},relativeTime:{future:"%s\u092e\u0927\u094d\u092f\u0947",past:"%s\u092a\u0942\u0930\u094d\u0935\u0940",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0930\u093e\u0924\u094d\u0930\u0940|\u0938\u0915\u093e\u0933\u0940|\u0926\u0941\u092a\u093e\u0930\u0940|\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0930\u093e\u0924\u094d\u0930\u0940"===t?e<4?e:e+12:"\u0938\u0915\u093e\u0933\u0940"===t?e:"\u0926\u0941\u092a\u093e\u0930\u0940"===t?e>=10?e:e+12:"\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0930\u093e\u0924\u094d\u0930\u0940":e<10?"\u0938\u0915\u093e\u0933\u0940":e<17?"\u0926\u0941\u092a\u093e\u0930\u0940":e<20?"\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940":"\u0930\u093e\u0924\u094d\u0930\u0940"},week:{dow:0,doy:6}})}(i("wd/R"))},OjkT:function(e,t,i){!function(e){"use strict";var t={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},i={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"};e.defineLocale("ne",{months:"\u091c\u0928\u0935\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f\u0932_\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0937\u094d\u091f_\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930_\u0905\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930_\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930".split("_"),monthsShort:"\u091c\u0928._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f._\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908._\u0905\u0917._\u0938\u0947\u092a\u094d\u091f._\u0905\u0915\u094d\u091f\u094b._\u0928\u094b\u092d\u0947._\u0921\u093f\u0938\u0947.".split("_"),monthsParseExact:!0,weekdays:"\u0906\u0907\u0924\u092c\u093e\u0930_\u0938\u094b\u092e\u092c\u093e\u0930_\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930_\u092c\u0941\u0927\u092c\u093e\u0930_\u092c\u093f\u0939\u093f\u092c\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930_\u0936\u0928\u093f\u092c\u093e\u0930".split("_"),weekdaysShort:"\u0906\u0907\u0924._\u0938\u094b\u092e._\u092e\u0919\u094d\u0917\u0932._\u092c\u0941\u0927._\u092c\u093f\u0939\u093f._\u0936\u0941\u0915\u094d\u0930._\u0936\u0928\u093f.".split("_"),weekdaysMin:"\u0906._\u0938\u094b._\u092e\u0902._\u092c\u0941._\u092c\u093f._\u0936\u0941._\u0936.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A\u0915\u094b h:mm \u092c\u091c\u0947",LTS:"A\u0915\u094b h:mm:ss \u092c\u091c\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A\u0915\u094b h:mm \u092c\u091c\u0947",LLLL:"dddd, D MMMM YYYY, A\u0915\u094b h:mm \u092c\u091c\u0947"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0930\u093e\u0924\u093f|\u092c\u093f\u0939\u093e\u0928|\u0926\u093f\u0909\u0901\u0938\u094b|\u0938\u093e\u0901\u091d/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0930\u093e\u0924\u093f"===t?e<4?e:e+12:"\u092c\u093f\u0939\u093e\u0928"===t?e:"\u0926\u093f\u0909\u0901\u0938\u094b"===t?e>=10?e:e+12:"\u0938\u093e\u0901\u091d"===t?e+12:void 0},meridiem:function(e,t,i){return e<3?"\u0930\u093e\u0924\u093f":e<12?"\u092c\u093f\u0939\u093e\u0928":e<16?"\u0926\u093f\u0909\u0901\u0938\u094b":e<20?"\u0938\u093e\u0901\u091d":"\u0930\u093e\u0924\u093f"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u092d\u094b\u0932\u093f] LT",nextWeek:"[\u0906\u0909\u0901\u0926\u094b] dddd[,] LT",lastDay:"[\u0939\u093f\u091c\u094b] LT",lastWeek:"[\u0917\u090f\u0915\u094b] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s\u092e\u093e",past:"%s \u0905\u0917\u093e\u0921\u093f",s:"\u0915\u0947\u0939\u0940 \u0915\u094d\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0947\u0923\u094d\u0921",m:"\u090f\u0915 \u092e\u093f\u0928\u0947\u091f",mm:"%d \u092e\u093f\u0928\u0947\u091f",h:"\u090f\u0915 \u0918\u0923\u094d\u091f\u093e",hh:"%d \u0918\u0923\u094d\u091f\u093e",d:"\u090f\u0915 \u0926\u093f\u0928",dd:"%d \u0926\u093f\u0928",M:"\u090f\u0915 \u092e\u0939\u093f\u0928\u093e",MM:"%d \u092e\u0939\u093f\u0928\u093e",y:"\u090f\u0915 \u092c\u0930\u094d\u0937",yy:"%d \u092c\u0930\u094d\u0937"},week:{dow:0,doy:6}})}(i("wd/R"))},Oxv6:function(e,t,i){!function(e){"use strict";var t={0:"-\u0443\u043c",1:"-\u0443\u043c",2:"-\u044e\u043c",3:"-\u044e\u043c",4:"-\u0443\u043c",5:"-\u0443\u043c",6:"-\u0443\u043c",7:"-\u0443\u043c",8:"-\u0443\u043c",9:"-\u0443\u043c",10:"-\u0443\u043c",12:"-\u0443\u043c",13:"-\u0443\u043c",20:"-\u0443\u043c",30:"-\u044e\u043c",40:"-\u0443\u043c",50:"-\u0443\u043c",60:"-\u0443\u043c",70:"-\u0443\u043c",80:"-\u0443\u043c",90:"-\u0443\u043c",100:"-\u0443\u043c"};e.defineLocale("tg",{months:"\u044f\u043d\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043b_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440_\u043e\u043a\u0442\u044f\u0431\u0440_\u043d\u043e\u044f\u0431\u0440_\u0434\u0435\u043a\u0430\u0431\u0440".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u044f\u043a\u0448\u0430\u043d\u0431\u0435_\u0434\u0443\u0448\u0430\u043d\u0431\u0435_\u0441\u0435\u0448\u0430\u043d\u0431\u0435_\u0447\u043e\u0440\u0448\u0430\u043d\u0431\u0435_\u043f\u0430\u043d\u04b7\u0448\u0430\u043d\u0431\u0435_\u04b7\u0443\u043c\u044a\u0430_\u0448\u0430\u043d\u0431\u0435".split("_"),weekdaysShort:"\u044f\u0448\u0431_\u0434\u0448\u0431_\u0441\u0448\u0431_\u0447\u0448\u0431_\u043f\u0448\u0431_\u04b7\u0443\u043c_\u0448\u043d\u0431".split("_"),weekdaysMin:"\u044f\u0448_\u0434\u0448_\u0441\u0448_\u0447\u0448_\u043f\u0448_\u04b7\u043c_\u0448\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0418\u043c\u0440\u04ef\u0437 \u0441\u043e\u0430\u0442\u0438] LT",nextDay:"[\u041f\u0430\u0433\u043e\u04b3 \u0441\u043e\u0430\u0442\u0438] LT",lastDay:"[\u0414\u0438\u0440\u04ef\u0437 \u0441\u043e\u0430\u0442\u0438] LT",nextWeek:"dddd[\u0438] [\u04b3\u0430\u0444\u0442\u0430\u0438 \u043e\u044f\u043d\u0434\u0430 \u0441\u043e\u0430\u0442\u0438] LT",lastWeek:"dddd[\u0438] [\u04b3\u0430\u0444\u0442\u0430\u0438 \u0433\u0443\u0437\u0430\u0448\u0442\u0430 \u0441\u043e\u0430\u0442\u0438] LT",sameElse:"L"},relativeTime:{future:"\u0431\u0430\u044a\u0434\u0438 %s",past:"%s \u043f\u0435\u0448",s:"\u044f\u043a\u0447\u0430\u043d\u0434 \u0441\u043e\u043d\u0438\u044f",m:"\u044f\u043a \u0434\u0430\u049b\u0438\u049b\u0430",mm:"%d \u0434\u0430\u049b\u0438\u049b\u0430",h:"\u044f\u043a \u0441\u043e\u0430\u0442",hh:"%d \u0441\u043e\u0430\u0442",d:"\u044f\u043a \u0440\u04ef\u0437",dd:"%d \u0440\u04ef\u0437",M:"\u044f\u043a \u043c\u043e\u04b3",MM:"%d \u043c\u043e\u04b3",y:"\u044f\u043a \u0441\u043e\u043b",yy:"%d \u0441\u043e\u043b"},meridiemParse:/\u0448\u0430\u0431|\u0441\u0443\u0431\u04b3|\u0440\u04ef\u0437|\u0431\u0435\u0433\u043e\u04b3/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0448\u0430\u0431"===t?e<4?e:e+12:"\u0441\u0443\u0431\u04b3"===t?e:"\u0440\u04ef\u0437"===t?e>=11?e:e+12:"\u0431\u0435\u0433\u043e\u04b3"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0448\u0430\u0431":e<11?"\u0441\u0443\u0431\u04b3":e<16?"\u0440\u04ef\u0437":e<19?"\u0431\u0435\u0433\u043e\u04b3":"\u0448\u0430\u0431"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0443\u043c|\u044e\u043c)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(i("wd/R"))},PA2r:function(e,t,i){!function(e){"use strict";var t="leden_\xfanor_b\u0159ezen_duben_kv\u011bten_\u010derven_\u010dervenec_srpen_z\xe1\u0159\xed_\u0159\xedjen_listopad_prosinec".split("_"),i="led_\xfano_b\u0159e_dub_kv\u011b_\u010dvn_\u010dvc_srp_z\xe1\u0159_\u0159\xedj_lis_pro".split("_"),n=[/^led/i,/^\xfano/i,/^b\u0159e/i,/^dub/i,/^kv\u011b/i,/^(\u010dvn|\u010derven$|\u010dervna)/i,/^(\u010dvc|\u010dervenec|\u010dervence)/i,/^srp/i,/^z\xe1\u0159/i,/^\u0159\xedj/i,/^lis/i,/^pro/i],a=/^(leden|\xfanor|b\u0159ezen|duben|kv\u011bten|\u010dervenec|\u010dervence|\u010derven|\u010dervna|srpen|z\xe1\u0159\xed|\u0159\xedjen|listopad|prosinec|led|\xfano|b\u0159e|dub|kv\u011b|\u010dvn|\u010dvc|srp|z\xe1\u0159|\u0159\xedj|lis|pro)/i;function s(e){return e>1&&e<5&&1!=~~(e/10)}function r(e,t,i,n){var a=e+" ";switch(i){case"s":return t||n?"p\xe1r sekund":"p\xe1r sekundami";case"ss":return t||n?a+(s(e)?"sekundy":"sekund"):a+"sekundami";case"m":return t?"minuta":n?"minutu":"minutou";case"mm":return t||n?a+(s(e)?"minuty":"minut"):a+"minutami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?a+(s(e)?"hodiny":"hodin"):a+"hodinami";case"d":return t||n?"den":"dnem";case"dd":return t||n?a+(s(e)?"dny":"dn\xed"):a+"dny";case"M":return t||n?"m\u011bs\xedc":"m\u011bs\xedcem";case"MM":return t||n?a+(s(e)?"m\u011bs\xedce":"m\u011bs\xedc\u016f"):a+"m\u011bs\xedci";case"y":return t||n?"rok":"rokem";case"yy":return t||n?a+(s(e)?"roky":"let"):a+"lety"}}e.defineLocale("cs",{months:t,monthsShort:i,monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(leden|ledna|\xfanora|\xfanor|b\u0159ezen|b\u0159ezna|duben|dubna|kv\u011bten|kv\u011btna|\u010dervenec|\u010dervence|\u010derven|\u010dervna|srpen|srpna|z\xe1\u0159\xed|\u0159\xedjen|\u0159\xedjna|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|\xfano|b\u0159e|dub|kv\u011b|\u010dvn|\u010dvc|srp|z\xe1\u0159|\u0159\xedj|lis|pro)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"ned\u011ble_pond\u011bl\xed_\xfater\xfd_st\u0159eda_\u010dtvrtek_p\xe1tek_sobota".split("_"),weekdaysShort:"ne_po_\xfat_st_\u010dt_p\xe1_so".split("_"),weekdaysMin:"ne_po_\xfat_st_\u010dt_p\xe1_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[z\xedtra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v ned\u011bli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve st\u0159edu v] LT";case 4:return"[ve \u010dtvrtek v] LT";case 5:return"[v p\xe1tek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[v\u010dera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou ned\u011bli v] LT";case 1:case 2:return"[minul\xe9] dddd [v] LT";case 3:return"[minulou st\u0159edu v] LT";case 4:case 5:return"[minul\xfd] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"p\u0159ed %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},PeUW:function(e,t,i){!function(e){"use strict";var t={1:"\u0be7",2:"\u0be8",3:"\u0be9",4:"\u0bea",5:"\u0beb",6:"\u0bec",7:"\u0bed",8:"\u0bee",9:"\u0bef",0:"\u0be6"},i={"\u0be7":"1","\u0be8":"2","\u0be9":"3","\u0bea":"4","\u0beb":"5","\u0bec":"6","\u0bed":"7","\u0bee":"8","\u0bef":"9","\u0be6":"0"};e.defineLocale("ta",{months:"\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf_\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf_\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd_\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd_\u0bae\u0bc7_\u0b9c\u0bc2\u0ba9\u0bcd_\u0b9c\u0bc2\u0bb2\u0bc8_\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd_\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bc6\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b85\u0b95\u0bcd\u0b9f\u0bc7\u0bbe\u0baa\u0bb0\u0bcd_\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd".split("_"),monthsShort:"\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf_\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf_\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd_\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd_\u0bae\u0bc7_\u0b9c\u0bc2\u0ba9\u0bcd_\u0b9c\u0bc2\u0bb2\u0bc8_\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd_\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bc6\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b85\u0b95\u0bcd\u0b9f\u0bc7\u0bbe\u0baa\u0bb0\u0bcd_\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd".split("_"),weekdays:"\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bcd\u0bb1\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0b9f\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0baa\u0bc1\u0ba4\u0ba9\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0b9a\u0ba9\u0bbf\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8".split("_"),weekdaysShort:"\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1_\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd_\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd_\u0baa\u0bc1\u0ba4\u0ba9\u0bcd_\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd_\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf_\u0b9a\u0ba9\u0bbf".split("_"),weekdaysMin:"\u0b9e\u0bbe_\u0ba4\u0bbf_\u0b9a\u0bc6_\u0baa\u0bc1_\u0bb5\u0bbf_\u0bb5\u0bc6_\u0b9a".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[\u0b87\u0ba9\u0bcd\u0bb1\u0bc1] LT",nextDay:"[\u0ba8\u0bbe\u0bb3\u0bc8] LT",nextWeek:"dddd, LT",lastDay:"[\u0ba8\u0bc7\u0bb1\u0bcd\u0bb1\u0bc1] LT",lastWeek:"[\u0b95\u0b9f\u0ba8\u0bcd\u0ba4 \u0bb5\u0bbe\u0bb0\u0bae\u0bcd] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0b87\u0bb2\u0bcd",past:"%s \u0bae\u0bc1\u0ba9\u0bcd",s:"\u0b92\u0bb0\u0bc1 \u0b9a\u0bbf\u0bb2 \u0bb5\u0bbf\u0ba8\u0bbe\u0b9f\u0bbf\u0b95\u0bb3\u0bcd",ss:"%d \u0bb5\u0bbf\u0ba8\u0bbe\u0b9f\u0bbf\u0b95\u0bb3\u0bcd",m:"\u0b92\u0bb0\u0bc1 \u0ba8\u0bbf\u0bae\u0bbf\u0b9f\u0bae\u0bcd",mm:"%d \u0ba8\u0bbf\u0bae\u0bbf\u0b9f\u0b99\u0bcd\u0b95\u0bb3\u0bcd",h:"\u0b92\u0bb0\u0bc1 \u0bae\u0ba3\u0bbf \u0ba8\u0bc7\u0bb0\u0bae\u0bcd",hh:"%d \u0bae\u0ba3\u0bbf \u0ba8\u0bc7\u0bb0\u0bae\u0bcd",d:"\u0b92\u0bb0\u0bc1 \u0ba8\u0bbe\u0bb3\u0bcd",dd:"%d \u0ba8\u0bbe\u0b9f\u0bcd\u0b95\u0bb3\u0bcd",M:"\u0b92\u0bb0\u0bc1 \u0bae\u0bbe\u0ba4\u0bae\u0bcd",MM:"%d \u0bae\u0bbe\u0ba4\u0b99\u0bcd\u0b95\u0bb3\u0bcd",y:"\u0b92\u0bb0\u0bc1 \u0bb5\u0bb0\u0bc1\u0b9f\u0bae\u0bcd",yy:"%d \u0b86\u0ba3\u0bcd\u0b9f\u0bc1\u0b95\u0bb3\u0bcd"},dayOfMonthOrdinalParse:/\d{1,2}\u0bb5\u0ba4\u0bc1/,ordinal:function(e){return e+"\u0bb5\u0ba4\u0bc1"},preparse:function(e){return e.replace(/[\u0be7\u0be8\u0be9\u0bea\u0beb\u0bec\u0bed\u0bee\u0bef\u0be6]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0baf\u0bbe\u0bae\u0bae\u0bcd|\u0bb5\u0bc8\u0b95\u0bb1\u0bc8|\u0b95\u0bbe\u0bb2\u0bc8|\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd|\u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1|\u0bae\u0bbe\u0bb2\u0bc8/,meridiem:function(e,t,i){return e<2?" \u0baf\u0bbe\u0bae\u0bae\u0bcd":e<6?" \u0bb5\u0bc8\u0b95\u0bb1\u0bc8":e<10?" \u0b95\u0bbe\u0bb2\u0bc8":e<14?" \u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd":e<18?" \u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1":e<22?" \u0bae\u0bbe\u0bb2\u0bc8":" \u0baf\u0bbe\u0bae\u0bae\u0bcd"},meridiemHour:function(e,t){return 12===e&&(e=0),"\u0baf\u0bbe\u0bae\u0bae\u0bcd"===t?e<2?e:e+12:"\u0bb5\u0bc8\u0b95\u0bb1\u0bc8"===t||"\u0b95\u0bbe\u0bb2\u0bc8"===t?e:"\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(i("wd/R"))},PpIw:function(e,t,i){!function(e){"use strict";var t={1:"\u0ce7",2:"\u0ce8",3:"\u0ce9",4:"\u0cea",5:"\u0ceb",6:"\u0cec",7:"\u0ced",8:"\u0cee",9:"\u0cef",0:"\u0ce6"},i={"\u0ce7":"1","\u0ce8":"2","\u0ce9":"3","\u0cea":"4","\u0ceb":"5","\u0cec":"6","\u0ced":"7","\u0cee":"8","\u0cef":"9","\u0ce6":"0"};e.defineLocale("kn",{months:"\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf_\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf_\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd_\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd_\u0cae\u0cc6\u0cd5_\u0c9c\u0cc2\u0ca8\u0ccd_\u0c9c\u0cc1\u0cb2\u0cc6\u0cd6_\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd_\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd_\u0c85\u0c95\u0ccd\u0c9f\u0cc6\u0cc2\u0cd5\u0cac\u0cb0\u0ccd_\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd_\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd".split("_"),monthsShort:"\u0c9c\u0ca8_\u0cab\u0cc6\u0cac\u0ccd\u0cb0_\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd_\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd_\u0cae\u0cc6\u0cd5_\u0c9c\u0cc2\u0ca8\u0ccd_\u0c9c\u0cc1\u0cb2\u0cc6\u0cd6_\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd_\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82_\u0c85\u0c95\u0ccd\u0c9f\u0cc6\u0cc2\u0cd5_\u0ca8\u0cb5\u0cc6\u0c82_\u0ca1\u0cbf\u0cb8\u0cc6\u0c82".split("_"),monthsParseExact:!0,weekdays:"\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0_\u0cb8\u0cc6\u0cc2\u0cd5\u0cae\u0cb5\u0cbe\u0cb0_\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0_\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0_\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0_\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0_\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0".split("_"),weekdaysShort:"\u0cad\u0cbe\u0ca8\u0cc1_\u0cb8\u0cc6\u0cc2\u0cd5\u0cae_\u0cae\u0c82\u0c97\u0cb3_\u0cac\u0cc1\u0ca7_\u0c97\u0cc1\u0cb0\u0cc1_\u0cb6\u0cc1\u0c95\u0ccd\u0cb0_\u0cb6\u0ca8\u0cbf".split("_"),weekdaysMin:"\u0cad\u0cbe_\u0cb8\u0cc6\u0cc2\u0cd5_\u0cae\u0c82_\u0cac\u0cc1_\u0c97\u0cc1_\u0cb6\u0cc1_\u0cb6".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0c87\u0c82\u0ca6\u0cc1] LT",nextDay:"[\u0ca8\u0cbe\u0cb3\u0cc6] LT",nextWeek:"dddd, LT",lastDay:"[\u0ca8\u0cbf\u0ca8\u0ccd\u0ca8\u0cc6] LT",lastWeek:"[\u0c95\u0cc6\u0cc2\u0ca8\u0cc6\u0caf] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0ca8\u0c82\u0ca4\u0cb0",past:"%s \u0cb9\u0cbf\u0c82\u0ca6\u0cc6",s:"\u0c95\u0cc6\u0cb2\u0cb5\u0cc1 \u0c95\u0ccd\u0cb7\u0ca3\u0c97\u0cb3\u0cc1",ss:"%d \u0cb8\u0cc6\u0c95\u0cc6\u0c82\u0ca1\u0cc1\u0c97\u0cb3\u0cc1",m:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca8\u0cbf\u0cae\u0cbf\u0cb7",mm:"%d \u0ca8\u0cbf\u0cae\u0cbf\u0cb7",h:"\u0c92\u0c82\u0ca6\u0cc1 \u0c97\u0c82\u0c9f\u0cc6",hh:"%d \u0c97\u0c82\u0c9f\u0cc6",d:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca6\u0cbf\u0ca8",dd:"%d \u0ca6\u0cbf\u0ca8",M:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1",MM:"%d \u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1",y:"\u0c92\u0c82\u0ca6\u0cc1 \u0cb5\u0cb0\u0ccd\u0cb7",yy:"%d \u0cb5\u0cb0\u0ccd\u0cb7"},preparse:function(e){return e.replace(/[\u0ce7\u0ce8\u0ce9\u0cea\u0ceb\u0cec\u0ced\u0cee\u0cef\u0ce6]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf|\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6|\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8|\u0cb8\u0c82\u0c9c\u0cc6/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf"===t?e<4?e:e+12:"\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6"===t?e:"\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8"===t?e>=10?e:e+12:"\u0cb8\u0c82\u0c9c\u0cc6"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf":e<10?"\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6":e<17?"\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8":e<20?"\u0cb8\u0c82\u0c9c\u0cc6":"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf"},dayOfMonthOrdinalParse:/\d{1,2}(\u0ca8\u0cc6\u0cd5)/,ordinal:function(e){return e+"\u0ca8\u0cc6\u0cd5"},week:{dow:0,doy:6}})}(i("wd/R"))},PqYM:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var n=i("HDdC"),a=i("D0XW"),s=i("Y7HM"),r=i("z+Ro");function o(e=0,t,i){let o=-1;return Object(s.a)(t)?o=Number(t)<1?1:Number(t):Object(r.a)(t)&&(i=t),Object(r.a)(i)||(i=a.a),new n.a(t=>{const n=Object(s.a)(e)?e:+e-i.now();return i.schedule(l,n,{index:0,period:o,subscriber:t})})}function l(e){const{index:t,period:i,subscriber:n}=e;if(n.next(t),!n.closed){if(-1===i)return n.complete();e.index=t+1,this.schedule(e,i)}}},PsNa:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MODULE_CONFIG={OnInit:"hmrOnInit",OnStatus:"hmrOnStatus",OnCheck:"hmrOnCheck",OnDecline:"hmrOnDecline",OnDestroy:"hmrOnDestroy",AfterDestroy:"hmrAfterDestroy"},t.hmrModule=function(e,i,n){return void 0===n&&(n=t.MODULE_CONFIG),i.hot&&(i.hot.accept(),e.instance[t.MODULE_CONFIG.OnInit]&&i.hot.data&&e.instance[t.MODULE_CONFIG.OnInit](i.hot.data),e.instance[t.MODULE_CONFIG.OnStatus]&&i.hot.apply((function(i){e.instance[t.MODULE_CONFIG.OnStatus](i)})),e.instance[t.MODULE_CONFIG.OnCheck]&&i.hot.check((function(i,n){e.instance[t.MODULE_CONFIG.OnCheck](i,n)})),e.instance[t.MODULE_CONFIG.OnDecline]&&i.hot.decline((function(i){e.instance[t.MODULE_CONFIG.OnDecline](i)})),i.hot.dispose((function(i){e.instance[t.MODULE_CONFIG.OnDestroy]&&e.instance[t.MODULE_CONFIG.OnDestroy](i),e.destroy(),e.instance[t.MODULE_CONFIG.AfterDestroy]&&e.instance[t.MODULE_CONFIG.AfterDestroy](i)}))),e}},QibW:function(e,t,i){"use strict";i.d(t,"a",(function(){return w})),i.d(t,"b",(function(){return b})),i.d(t,"c",(function(){return k}));var n=i("ofXK"),a=i("fXoL"),s=i("FKr1"),r=i("8LU1"),o=i("3Pt+"),l=i("R1ws"),u=i("u47x"),c=i("0EQZ");const d=["input"],m=function(){return{enterDuration:150}},h=["*"],p=new a.s("mat-radio-default-options",{providedIn:"root",factory:function(){return{color:"accent"}}});let f=0;const g={provide:o.k,useExisting:Object(a.W)(()=>b),multi:!0};class _{constructor(e,t){this.source=e,this.value=t}}let b=(()=>{class e{constructor(e){this._changeDetector=e,this._value=null,this._name=`mat-radio-group-${f++}`,this._selected=null,this._isInitialized=!1,this._labelPosition="after",this._disabled=!1,this._required=!1,this._controlValueAccessorChangeFn=()=>{},this.onTouched=()=>{},this.change=new a.o}get name(){return this._name}set name(e){this._name=e,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(e){this._labelPosition="before"===e?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(e){this._value!==e&&(this._value=e,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(e){this._selected=e,this.value=e?e.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(e){this._disabled=Object(r.c)(e),this._markRadiosForCheck()}get required(){return this._required}set required(e){this._required=Object(r.c)(e),this._markRadiosForCheck()}ngAfterContentInit(){this._isInitialized=!0}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(e=>{e.name=this.name,e._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(e=>{e.checked=this.value===e.value,e.checked&&(this._selected=e)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new _(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(e=>e._markForCheck())}writeValue(e){this.value=e,this._changeDetector.markForCheck()}registerOnChange(e){this._controlValueAccessorChangeFn=e}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this.disabled=e,this._changeDetector.markForCheck()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.h))},e.\u0275dir=a.Ob({type:e,selectors:[["mat-radio-group"]],contentQueries:function(e,t,i){var n;1&e&&a.Lb(i,w,!0),2&e&&a.yc(n=a.ic())&&(t._radios=n)},hostAttrs:["role","radiogroup",1,"mat-radio-group"],inputs:{name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:"disabled",required:"required",color:"color"},outputs:{change:"change"},exportAs:["matRadioGroup"],features:[a.Eb([g])]}),e})();class y{constructor(e){this._elementRef=e}}const v=Object(s.v)(Object(s.y)(y));let w=(()=>{class e extends v{constructor(e,t,i,n,s,r,o){super(t),this._changeDetector=i,this._focusMonitor=n,this._radioDispatcher=s,this._animationMode=r,this._providerOverride=o,this._uniqueId=`mat-radio-${++f}`,this.id=this._uniqueId,this.change=new a.o,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this.radioGroup=e,this._removeUniqueSelectionListener=s.listen((e,t)=>{e!==this.id&&t===this.name&&(this.checked=!1)})}get checked(){return this._checked}set checked(e){const t=Object(r.c)(e);this._checked!==t&&(this._checked=t,t&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!t&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),t&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(e){this._value!==e&&(this._value=e,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===e),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(e){this._labelPosition=e}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(e){const t=Object(r.c)(e);this._disabled!==t&&(this._disabled=t,this._changeDetector.markForCheck())}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(e){this._required=Object(r.c)(e)}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._providerOverride&&this._providerOverride.color||"accent"}set color(e){this._color=e}get inputId(){return`${this.id||this._uniqueId}-input`}focus(e){this._focusMonitor.focusVia(this._inputElement,"keyboard",e)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.name=this.radioGroup.name)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(e=>{!e&&this.radioGroup&&this.radioGroup._touch()})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new _(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputClick(e){e.stopPropagation()}_onInputChange(e){e.stopPropagation();const t=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),t&&this.radioGroup._emitChangeEvent())}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(b,8),a.Tb(a.l),a.Tb(a.h),a.Tb(u.h),a.Tb(c.d),a.Tb(l.a,8),a.Tb(p,8))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-radio-button"]],viewQuery:function(e,t){var i;1&e&&a.Tc(d,!0),2&e&&a.yc(i=a.ic())&&(t._inputElement=i.first)},hostAttrs:[1,"mat-radio-button"],hostVars:17,hostBindings:function(e,t){1&e&&a.hc("focus",(function(e){return t._inputElement.nativeElement.focus()})),2&e&&(a.Gb("tabindex",-1)("id",t.id)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),a.Jb("mat-radio-checked",t.checked)("mat-radio-disabled",t.disabled)("_mat-animation-noopable","NoopAnimations"===t._animationMode)("mat-primary","primary"===t.color)("mat-accent","accent"===t.color)("mat-warn","warn"===t.color))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex",id:"id",checked:"checked",value:"value",labelPosition:"labelPosition",disabled:"disabled",required:"required",color:"color",name:"name",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"]},outputs:{change:"change"},exportAs:["matRadioButton"],features:[a.Cb],ngContentSelectors:h,decls:13,vars:19,consts:[[1,"mat-radio-label"],["label",""],[1,"mat-radio-container"],[1,"mat-radio-outer-circle"],[1,"mat-radio-inner-circle"],["mat-ripple","",1,"mat-radio-ripple",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],["type","radio",1,"mat-radio-input","cdk-visually-hidden",3,"id","checked","disabled","tabIndex","required","change","click"],["input",""],[1,"mat-radio-label-content"],[2,"display","none"]],template:function(e,t){if(1&e&&(a.qc(),a.Zb(0,"label",0,1),a.Zb(2,"div",2),a.Ub(3,"div",3),a.Ub(4,"div",4),a.Zb(5,"div",5),a.Ub(6,"div",6),a.Yb(),a.Zb(7,"input",7,8),a.hc("change",(function(e){return t._onInputChange(e)}))("click",(function(e){return t._onInputClick(e)})),a.Yb(),a.Yb(),a.Zb(9,"div",9),a.Zb(10,"span",10),a.Nc(11,"\xa0"),a.Yb(),a.pc(12),a.Yb(),a.Yb()),2&e){const e=a.zc(1);a.Gb("for",t.inputId),a.Fb(5),a.rc("matRippleTrigger",e)("matRippleDisabled",t._isRippleDisabled())("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",a.uc(18,m)),a.Fb(2),a.rc("id",t.inputId)("checked",t.checked)("disabled",t.disabled)("tabIndex",t.tabIndex)("required",t.required),a.Gb("name",t.name)("value",t.value)("aria-label",t.ariaLabel)("aria-labelledby",t.ariaLabelledby)("aria-describedby",t.ariaDescribedby),a.Fb(2),a.Jb("mat-radio-label-before","before"==t.labelPosition)}},directives:[s.p],styles:[".mat-radio-button{display:inline-block;-webkit-tap-highlight-color:transparent;outline:0}.mat-radio-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap;vertical-align:middle;width:100%}.mat-radio-container{box-sizing:border-box;display:inline-block;position:relative;width:20px;height:20px;flex-shrink:0}.mat-radio-outer-circle{box-sizing:border-box;height:20px;left:0;position:absolute;top:0;transition:border-color ease 280ms;width:20px;border-width:2px;border-style:solid;border-radius:50%}._mat-animation-noopable .mat-radio-outer-circle{transition:none}.mat-radio-inner-circle{border-radius:50%;box-sizing:border-box;height:20px;left:0;position:absolute;top:0;transition:transform ease 280ms,background-color ease 280ms;width:20px;transform:scale(0.001)}._mat-animation-noopable .mat-radio-inner-circle{transition:none}.mat-radio-checked .mat-radio-inner-circle{transform:scale(0.5)}.cdk-high-contrast-active .mat-radio-checked .mat-radio-inner-circle{border:solid 10px}.mat-radio-label-content{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;display:inline-block;order:0;line-height:inherit;padding-left:8px;padding-right:0}[dir=rtl] .mat-radio-label-content{padding-right:8px;padding-left:0}.mat-radio-label-content.mat-radio-label-before{order:-1;padding-left:0;padding-right:8px}[dir=rtl] .mat-radio-label-content.mat-radio-label-before{padding-right:0;padding-left:8px}.mat-radio-disabled,.mat-radio-disabled .mat-radio-label{cursor:default}.mat-radio-button .mat-radio-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-radio-button .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple){opacity:.16}.mat-radio-persistent-ripple{width:100%;height:100%;transform:none}.mat-radio-container:hover .mat-radio-persistent-ripple{opacity:.04}.mat-radio-button:not(.mat-radio-disabled).cdk-keyboard-focused .mat-radio-persistent-ripple,.mat-radio-button:not(.mat-radio-disabled).cdk-program-focused .mat-radio-persistent-ripple{opacity:.12}.mat-radio-persistent-ripple,.mat-radio-disabled .mat-radio-container:hover .mat-radio-persistent-ripple{opacity:0}@media(hover: none){.mat-radio-container:hover .mat-radio-persistent-ripple{display:none}}.mat-radio-input{bottom:0;left:50%}.cdk-high-contrast-active .mat-radio-disabled{opacity:.5}\n"],encapsulation:2,changeDetection:0}),e})(),k=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[n.c,s.q,s.h],s.h]}),e})()},Qj4J:function(e,t,i){!function(e){"use strict";e.defineLocale("ar-kw",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062a\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0627\u062d\u062f_\u0627\u062a\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:0,doy:12}})}(i("wd/R"))},Qu3c:function(e,t,i){"use strict";var n=i("rDax"),a=i("u47x"),s=i("ofXK"),r=i("fXoL"),o=i("FKr1"),l=i("8LU1"),u=i("FtGj"),c=i("nLfN"),d=i("XNiG"),m=i("itXk"),h=i("GyhO"),p=i("HDdC"),f=i("IzEk"),g=i("zP0r"),_=i("Kj3r"),b=i("lJxs"),y=i("JX91"),v=i("1G5W");const w=new Set;let k,x=(()=>{class e{constructor(e){this._platform=e,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):M}matchMedia(e){return this._platform.WEBKIT&&function(e){if(!w.has(e))try{k||(k=document.createElement("style"),k.setAttribute("type","text/css"),document.head.appendChild(k)),k.sheet&&(k.sheet.insertRule(`@media ${e} {.fx-query-test{ }}`,0),w.add(e))}catch(t){console.error(t)}}(e),this._matchMedia(e)}}return e.\u0275fac=function(t){return new(t||e)(r.dc(c.a))},e.\u0275prov=Object(r.Pb)({factory:function(){return new e(Object(r.dc)(c.a))},token:e,providedIn:"root"}),e})();function M(e){return{matches:"all"===e||""===e,media:e,addListener:()=>{},removeListener:()=>{}}}let L=(()=>{class e{constructor(e,t){this._mediaMatcher=e,this._zone=t,this._queries=new Map,this._destroySubject=new d.a}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(e){return C(Object(l.b)(e)).some(e=>this._registerQuery(e).mql.matches)}observe(e){const t=C(Object(l.b)(e)).map(e=>this._registerQuery(e).observable);let i=Object(m.a)(t);return i=Object(h.a)(i.pipe(Object(f.a)(1)),i.pipe(Object(g.a)(1),Object(_.a)(0))),i.pipe(Object(b.a)(e=>{const t={matches:!1,breakpoints:{}};return e.forEach(e=>{t.matches=t.matches||e.matches,t.breakpoints[e.query]=e.matches}),t}))}_registerQuery(e){if(this._queries.has(e))return this._queries.get(e);const t=this._mediaMatcher.matchMedia(e),i={observable:new p.a(e=>{const i=t=>this._zone.run(()=>e.next(t));return t.addListener(i),()=>{t.removeListener(i)}}).pipe(Object(y.a)(t),Object(b.a)(t=>({query:e,matches:t.matches})),Object(v.a)(this._destroySubject)),mql:t};return this._queries.set(e,i),i}}return e.\u0275fac=function(t){return new(t||e)(r.dc(x),r.dc(r.C))},e.\u0275prov=Object(r.Pb)({factory:function(){return new e(Object(r.dc)(x),Object(r.dc)(r.C))},token:e,providedIn:"root"}),e})();function C(e){return e.map(e=>e.split(",")).reduce((e,t)=>e.concat(t)).map(e=>e.trim())}var S=i("+rOU"),D=i("R0Ic"),T=i("vxfF"),O=i("cH1L");i.d(t,"a",(function(){return P})),i.d(t,"b",(function(){return N}));const E={tooltipState:Object(D.n)("state",[Object(D.k)("initial, void, hidden",Object(D.l)({opacity:0,transform:"scale(0)"})),Object(D.k)("visible",Object(D.l)({transform:"scale(1)"})),Object(D.m)("* => visible",Object(D.e)("200ms cubic-bezier(0, 0, 0.2, 1)",Object(D.h)([Object(D.l)({opacity:0,transform:"scale(0)",offset:0}),Object(D.l)({opacity:.5,transform:"scale(0.99)",offset:.5}),Object(D.l)({opacity:1,transform:"scale(1)",offset:1})]))),Object(D.m)("* => hidden",Object(D.e)("100ms cubic-bezier(0, 0, 0.2, 1)",Object(D.l)({opacity:0})))])},j=Object(c.f)({passive:!0});function A(e){return Error(`Tooltip position "${e}" is invalid.`)}const Y=new r.s("mat-tooltip-scroll-strategy"),I={provide:Y,deps:[n.c],useFactory:function(e){return()=>e.scrollStrategies.reposition({scrollThrottle:20})}},F=new r.s("mat-tooltip-default-options",{providedIn:"root",factory:function(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}});let P=(()=>{class e{constructor(e,t,i,n,a,s,r,o,l,c,m,h){this._overlay=e,this._elementRef=t,this._scrollDispatcher=i,this._viewContainerRef=n,this._ngZone=a,this._platform=s,this._ariaDescriber=r,this._focusMonitor=o,this._dir=c,this._defaultOptions=m,this._position="below",this._disabled=!1,this.showDelay=this._defaultOptions.showDelay,this.hideDelay=this._defaultOptions.hideDelay,this.touchGestures="auto",this._message="",this._passiveListeners=new Map,this._destroyed=new d.a,this._handleKeydown=e=>{this._isTooltipVisible()&&e.keyCode===u.e&&!Object(u.q)(e)&&(e.preventDefault(),e.stopPropagation(),this._ngZone.run(()=>this.hide(0)))},this._scrollStrategy=l,m&&(m.position&&(this.position=m.position),m.touchGestures&&(this.touchGestures=m.touchGestures)),o.monitor(t).pipe(Object(v.a)(this._destroyed)).subscribe(e=>{e?"keyboard"===e&&a.run(()=>this.show()):a.run(()=>this.hide(0))}),a.runOutsideAngular(()=>{t.nativeElement.addEventListener("keydown",this._handleKeydown)})}get position(){return this._position}set position(e){e!==this._position&&(this._position=e,this._overlayRef&&(this._updatePosition(),this._tooltipInstance&&this._tooltipInstance.show(0),this._overlayRef.updatePosition()))}get disabled(){return this._disabled}set disabled(e){this._disabled=Object(l.c)(e),this._disabled&&this.hide(0)}get message(){return this._message}set message(e){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this._message),this._message=null!=e?`${e}`.trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._updateTooltipMessage(),this._ngZone.runOutsideAngular(()=>{Promise.resolve().then(()=>{this._ariaDescriber.describe(this._elementRef.nativeElement,this.message)})}))}get tooltipClass(){return this._tooltipClass}set tooltipClass(e){this._tooltipClass=e,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}ngOnInit(){this._setupPointerEvents()}ngOnDestroy(){const e=this._elementRef.nativeElement;clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),e.removeEventListener("keydown",this._handleKeydown),this._passiveListeners.forEach((t,i)=>{e.removeEventListener(i,t,j)}),this._passiveListeners.clear(),this._destroyed.next(),this._destroyed.complete(),this._ariaDescriber.removeDescription(e,this.message),this._focusMonitor.stopMonitoring(e)}show(e=this.showDelay){if(this.disabled||!this.message||this._isTooltipVisible()&&!this._tooltipInstance._showTimeoutId&&!this._tooltipInstance._hideTimeoutId)return;const t=this._createOverlay();this._detach(),this._portal=this._portal||new S.d(R,this._viewContainerRef),this._tooltipInstance=t.attach(this._portal).instance,this._tooltipInstance.afterHidden().pipe(Object(v.a)(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),this._tooltipInstance.show(e)}hide(e=this.hideDelay){this._tooltipInstance&&this._tooltipInstance.hide(e)}toggle(){this._isTooltipVisible()?this.hide():this.show()}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(){if(this._overlayRef)return this._overlayRef;const e=this._scrollDispatcher.getAncestorScrollContainers(this._elementRef),t=this._overlay.position().flexibleConnectedTo(this._elementRef).withTransformOriginOn(".mat-tooltip").withFlexibleDimensions(!1).withViewportMargin(8).withScrollableContainers(e);return t.positionChanges.pipe(Object(v.a)(this._destroyed)).subscribe(e=>{this._tooltipInstance&&e.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=this._overlay.create({direction:this._dir,positionStrategy:t,panelClass:"mat-tooltip-panel",scrollStrategy:this._scrollStrategy()}),this._updatePosition(),this._overlayRef.detachments().pipe(Object(v.a)(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(){const e=this._overlayRef.getConfig().positionStrategy,t=this._getOrigin(),i=this._getOverlayPosition();e.withPositions([Object.assign(Object.assign({},t.main),i.main),Object.assign(Object.assign({},t.fallback),i.fallback)])}_getOrigin(){const e=!this._dir||"ltr"==this._dir.value,t=this.position;let i;if("above"==t||"below"==t)i={originX:"center",originY:"above"==t?"top":"bottom"};else if("before"==t||"left"==t&&e||"right"==t&&!e)i={originX:"start",originY:"center"};else{if(!("after"==t||"right"==t&&e||"left"==t&&!e))throw A(t);i={originX:"end",originY:"center"}}const{x:n,y:a}=this._invertPosition(i.originX,i.originY);return{main:i,fallback:{originX:n,originY:a}}}_getOverlayPosition(){const e=!this._dir||"ltr"==this._dir.value,t=this.position;let i;if("above"==t)i={overlayX:"center",overlayY:"bottom"};else if("below"==t)i={overlayX:"center",overlayY:"top"};else if("before"==t||"left"==t&&e||"right"==t&&!e)i={overlayX:"end",overlayY:"center"};else{if(!("after"==t||"right"==t&&e||"left"==t&&!e))throw A(t);i={overlayX:"start",overlayY:"center"}}const{x:n,y:a}=this._invertPosition(i.overlayX,i.overlayY);return{main:i,fallback:{overlayX:n,overlayY:a}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),this._ngZone.onMicrotaskEmpty.asObservable().pipe(Object(f.a)(1),Object(v.a)(this._destroyed)).subscribe(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()}))}_setTooltipClass(e){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=e,this._tooltipInstance._markForCheck())}_invertPosition(e,t){return"above"===this.position||"below"===this.position?"top"===t?t="bottom":"bottom"===t&&(t="top"):"end"===e?e="start":"start"===e&&(e="end"),{x:e,y:t}}_setupPointerEvents(){if(this._platform.IOS||this._platform.ANDROID){if("off"!==this.touchGestures){this._disableNativeGesturesIfNecessary();const e=()=>{clearTimeout(this._touchstartTimeout),this.hide(this._defaultOptions.touchendHideDelay)};this._passiveListeners.set("touchend",e).set("touchcancel",e).set("touchstart",()=>{clearTimeout(this._touchstartTimeout),this._touchstartTimeout=setTimeout(()=>this.show(),500)})}}else this._passiveListeners.set("mouseenter",()=>this.show()).set("mouseleave",()=>this.hide());this._passiveListeners.forEach((e,t)=>{this._elementRef.nativeElement.addEventListener(t,e,j)})}_disableNativeGesturesIfNecessary(){const e=this._elementRef.nativeElement,t=e.style,i=this.touchGestures;"off"!==i&&(("on"===i||"INPUT"!==e.nodeName&&"TEXTAREA"!==e.nodeName)&&(t.userSelect=t.msUserSelect=t.webkitUserSelect=t.MozUserSelect="none"),"on"!==i&&e.draggable||(t.webkitUserDrag="none"),t.touchAction="none",t.webkitTapHighlightColor="transparent")}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(n.c),r.Tb(r.l),r.Tb(T.b),r.Tb(r.R),r.Tb(r.C),r.Tb(c.a),r.Tb(a.c),r.Tb(a.h),r.Tb(Y),r.Tb(O.c,8),r.Tb(F,8),r.Tb(r.l))},e.\u0275dir=r.Ob({type:e,selectors:[["","matTooltip",""]],inputs:{showDelay:["matTooltipShowDelay","showDelay"],hideDelay:["matTooltipHideDelay","hideDelay"],touchGestures:["matTooltipTouchGestures","touchGestures"],position:["matTooltipPosition","position"],disabled:["matTooltipDisabled","disabled"],message:["matTooltip","message"],tooltipClass:["matTooltipClass","tooltipClass"]},exportAs:["matTooltip"]}),e})(),R=(()=>{class e{constructor(e,t){this._changeDetectorRef=e,this._breakpointObserver=t,this._visibility="initial",this._closeOnInteraction=!1,this._onHide=new d.a,this._isHandset=this._breakpointObserver.observe("(max-width: 599.99px) and (orientation: portrait), (max-width: 959.99px) and (orientation: landscape)")}show(e){this._hideTimeoutId&&(clearTimeout(this._hideTimeoutId),this._hideTimeoutId=null),this._closeOnInteraction=!0,this._showTimeoutId=setTimeout(()=>{this._visibility="visible",this._showTimeoutId=null,this._markForCheck()},e)}hide(e){this._showTimeoutId&&(clearTimeout(this._showTimeoutId),this._showTimeoutId=null),this._hideTimeoutId=setTimeout(()=>{this._visibility="hidden",this._hideTimeoutId=null,this._markForCheck()},e)}afterHidden(){return this._onHide.asObservable()}isVisible(){return"visible"===this._visibility}ngOnDestroy(){this._onHide.complete()}_animationStart(){this._closeOnInteraction=!1}_animationDone(e){const t=e.toState;"hidden"!==t||this.isVisible()||this._onHide.next(),"visible"!==t&&"hidden"!==t||(this._closeOnInteraction=!0)}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.h),r.Tb(L))},e.\u0275cmp=r.Nb({type:e,selectors:[["mat-tooltip-component"]],hostAttrs:["aria-hidden","true"],hostVars:2,hostBindings:function(e,t){1&e&&r.hc("click",(function(e){return t._handleBodyInteraction()}),!1,r.Ac),2&e&&r.Kc("zoom","visible"===t._visibility?1:null)},decls:3,vars:7,consts:[[1,"mat-tooltip",3,"ngClass"]],template:function(e,t){if(1&e&&(r.Zb(0,"div",0),r.hc("@state.start",(function(e){return t._animationStart()}))("@state.done",(function(e){return t._animationDone(e)})),r.mc(1,"async"),r.Nc(2),r.Yb()),2&e){var i;const e=null==(i=r.nc(1,5,t._isHandset))?null:i.matches;r.Jb("mat-tooltip-handset",e),r.rc("ngClass",t.tooltipClass)("@state",t._visibility),r.Fb(2),r.Oc(t.message)}},directives:[s.q],pipes:[s.b],styles:[".mat-tooltip-panel{pointer-events:none !important}.mat-tooltip{color:#fff;border-radius:4px;margin:14px;max-width:250px;padding-left:8px;padding-right:8px;overflow:hidden;text-overflow:ellipsis}.cdk-high-contrast-active .mat-tooltip{outline:solid 1px}.mat-tooltip-handset{margin:24px;padding-left:16px;padding-right:16px}\n"],encapsulation:2,data:{animation:[E.tooltipState]},changeDetection:0}),e})(),N=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},providers:[I],imports:[[a.a,s.c,n.f,o.h],o.h]}),e})()},R0Ic:function(e,t,i){"use strict";i.d(t,"a",(function(){return s})),i.d(t,"b",(function(){return n})),i.d(t,"c",(function(){return a})),i.d(t,"d",(function(){return _})),i.d(t,"e",(function(){return o})),i.d(t,"f",(function(){return p})),i.d(t,"g",(function(){return l})),i.d(t,"h",(function(){return m})),i.d(t,"i",(function(){return f})),i.d(t,"j",(function(){return u})),i.d(t,"k",(function(){return d})),i.d(t,"l",(function(){return c})),i.d(t,"m",(function(){return h})),i.d(t,"n",(function(){return r})),i.d(t,"o",(function(){return b})),i.d(t,"p",(function(){return y}));class n{}class a{}const s="*";function r(e,t){return{type:7,name:e,definitions:t,options:{}}}function o(e,t=null){return{type:4,styles:t,timings:e}}function l(e,t=null){return{type:3,steps:e,options:t}}function u(e,t=null){return{type:2,steps:e,options:t}}function c(e){return{type:6,styles:e,offset:null}}function d(e,t,i){return{type:0,name:e,styles:t,options:i}}function m(e){return{type:5,steps:e}}function h(e,t,i=null){return{type:1,expr:e,animation:t,options:i}}function p(e=null){return{type:9,options:e}}function f(e,t,i=null){return{type:11,selector:e,animation:t,options:i}}function g(e){Promise.resolve(null).then(e)}class _{constructor(e=0,t=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this.parentPlayer=null,this.totalTime=e+t}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}onStart(e){this._onStartFns.push(e)}onDone(e){this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){g(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(e=>e()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}reset(){}setPosition(e){}getPosition(){return 0}triggerCallback(e){const t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(e=>e()),t.length=0}}class b{constructor(e){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=e;let t=0,i=0,n=0;const a=this.players.length;0==a?g(()=>this._onFinish()):this.players.forEach(e=>{e.onDone(()=>{++t==a&&this._onFinish()}),e.onDestroy(()=>{++i==a&&this._onDestroy()}),e.onStart(()=>{++n==a&&this._onStart()})}),this.totalTime=this.players.reduce((e,t)=>Math.max(e,t.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}init(){this.players.forEach(e=>e.init())}onStart(e){this._onStartFns.push(e)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(e=>e()),this._onStartFns=[])}onDone(e){this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(e=>e.play())}pause(){this.players.forEach(e=>e.pause())}restart(){this.players.forEach(e=>e.restart())}finish(){this._onFinish(),this.players.forEach(e=>e.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(e=>e.destroy()),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}reset(){this.players.forEach(e=>e.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(e){const t=e*this.totalTime;this.players.forEach(e=>{const i=e.totalTime?Math.min(1,t/e.totalTime):1;e.setPosition(i)})}getPosition(){let e=0;return this.players.forEach(t=>{const i=t.getPosition();e=Math.min(i,e)}),e}beforeDestroy(){this.players.forEach(e=>{e.beforeDestroy&&e.beforeDestroy()})}triggerCallback(e){const t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(e=>e()),t.length=0}}const y="!"},R1ws:function(e,t,i){"use strict";var n=i("fXoL"),a=i("jhN1"),s=i("R0Ic");function r(){return"undefined"!=typeof process}function o(e){switch(e.length){case 0:return new s.d;case 1:return e[0];default:return new s.o(e)}}function l(e,t,i,n,a={},r={}){const o=[],l=[];let u=-1,c=null;if(n.forEach(e=>{const i=e.offset,n=i==u,d=n&&c||{};Object.keys(e).forEach(i=>{let n=i,l=e[i];if("offset"!==i)switch(n=t.normalizePropertyName(n,o),l){case s.p:l=a[i];break;case s.a:l=r[i];break;default:l=t.normalizeStyleValue(i,n,l,o)}d[n]=l}),n||l.push(d),c=d,u=i}),o.length){const e="\n - ";throw new Error(`Unable to animate due to the following errors:${e}${o.join(e)}`)}return l}function u(e,t,i,n){switch(t){case"start":e.onStart(()=>n(i&&c(i,"start",e)));break;case"done":e.onDone(()=>n(i&&c(i,"done",e)));break;case"destroy":e.onDestroy(()=>n(i&&c(i,"destroy",e)))}}function c(e,t,i){const n=i.totalTime,a=d(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,null==n?e.totalTime:n,!!i.disabled),s=e._data;return null!=s&&(a._data=s),a}function d(e,t,i,n,a="",s=0,r){return{element:e,triggerName:t,fromState:i,toState:n,phaseName:a,totalTime:s,disabled:!!r}}function m(e,t,i){let n;return e instanceof Map?(n=e.get(t),n||e.set(t,n=i)):(n=e[t],n||(n=e[t]=i)),n}function h(e){const t=e.indexOf(":");return[e.substring(1,t),e.substr(t+1)]}let p=(e,t)=>!1,f=(e,t)=>!1,g=(e,t,i)=>[];const _=r();(_||"undefined"!=typeof Element)&&(p=(e,t)=>e.contains(t),f=(()=>{if(_||Element.prototype.matches)return(e,t)=>e.matches(t);{const e=Element.prototype,t=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;return t?(e,i)=>t.apply(e,[i]):f}})(),g=(e,t,i)=>{let n=[];if(i)n.push(...e.querySelectorAll(t));else{const i=e.querySelector(t);i&&n.push(i)}return n});let b=null,y=!1;function v(e){b||(b=("undefined"!=typeof document?document.body:null)||{},y=!!b.style&&"WebkitAppearance"in b.style);let t=!0;return b.style&&!function(e){return"ebkit"==e.substring(1,6)}(e)&&(t=e in b.style,!t&&y)&&(t="Webkit"+e.charAt(0).toUpperCase()+e.substr(1)in b.style),t}const w=f,k=p,x=g;function M(e){const t={};return Object.keys(e).forEach(i=>{const n=i.replace(/([a-z])([A-Z])/g,"$1-$2");t[n]=e[i]}),t}let L=(()=>{class e{validateStyleProperty(e){return v(e)}matchesElement(e,t){return w(e,t)}containsElement(e,t){return k(e,t)}query(e,t,i){return x(e,t,i)}computeStyle(e,t,i){return i||""}animate(e,t,i,n,a,r=[],o){return new s.d(i,n)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),C=(()=>{class e{}return e.NOOP=new L,e})();function S(e){if("number"==typeof e)return e;const t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:D(parseFloat(t[1]),t[2])}function D(e,t){switch(t){case"s":return 1e3*e;default:return e}}function T(e,t,i){return e.hasOwnProperty("duration")?e:function(e,t,i){let n,a=0,s="";if("string"==typeof e){const i=e.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===i)return t.push(`The provided timing value "${e}" is invalid.`),{duration:0,delay:0,easing:""};n=D(parseFloat(i[1]),i[2]);const r=i[3];null!=r&&(a=D(parseFloat(r),i[4]));const o=i[5];o&&(s=o)}else n=e;if(!i){let i=!1,s=t.length;n<0&&(t.push("Duration values below 0 are not allowed for this animation step."),i=!0),a<0&&(t.push("Delay values below 0 are not allowed for this animation step."),i=!0),i&&t.splice(s,0,`The provided timing value "${e}" is invalid.`)}return{duration:n,delay:a,easing:s}}(e,t,i)}function O(e,t={}){return Object.keys(e).forEach(i=>{t[i]=e[i]}),t}function E(e,t,i={}){if(t)for(let n in e)i[n]=e[n];else O(e,i);return i}function j(e,t,i){return i?t+":"+i+";":""}function A(e){let t="";for(let i=0;i<e.style.length;i++){const n=e.style.item(i);t+=j(0,n,e.style.getPropertyValue(n))}for(const i in e.style)e.style.hasOwnProperty(i)&&!i.startsWith("_")&&(t+=j(0,i.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),e.style[i]));e.setAttribute("style",t)}function Y(e,t,i){e.style&&(Object.keys(t).forEach(n=>{const a=B(n);i&&!i.hasOwnProperty(n)&&(i[n]=e.style[a]),e.style[a]=t[n]}),r()&&A(e))}function I(e,t){e.style&&(Object.keys(t).forEach(t=>{const i=B(t);e.style[i]=""}),r()&&A(e))}function F(e){return Array.isArray(e)?1==e.length?e[0]:Object(s.j)(e):e}const P=new RegExp("{{\\s*(.+?)\\s*}}","g");function R(e){let t=[];if("string"==typeof e){let i;for(;i=P.exec(e);)t.push(i[1]);P.lastIndex=0}return t}function N(e,t,i){const n=e.toString(),a=n.replace(P,(e,n)=>{let a=t[n];return t.hasOwnProperty(n)||(i.push(`Please provide a value for the animation param ${n}`),a=""),a.toString()});return a==n?e:a}function q(e){const t=[];let i=e.next();for(;!i.done;)t.push(i.value),i=e.next();return t}const H=/-+([a-z0-9])/g;function B(e){return e.replace(H,(...e)=>e[1].toUpperCase())}function V(e,t){return 0===e||0===t}function z(e,t,i){const n=Object.keys(i);if(n.length&&t.length){let s=t[0],r=[];if(n.forEach(e=>{s.hasOwnProperty(e)||r.push(e),s[e]=i[e]}),r.length)for(var a=1;a<t.length;a++){let i=t[a];r.forEach((function(t){i[t]=U(e,t)}))}}return t}function W(e,t,i){switch(t.type){case 7:return e.visitTrigger(t,i);case 0:return e.visitState(t,i);case 1:return e.visitTransition(t,i);case 2:return e.visitSequence(t,i);case 3:return e.visitGroup(t,i);case 4:return e.visitAnimate(t,i);case 5:return e.visitKeyframes(t,i);case 6:return e.visitStyle(t,i);case 8:return e.visitReference(t,i);case 9:return e.visitAnimateChild(t,i);case 10:return e.visitAnimateRef(t,i);case 11:return e.visitQuery(t,i);case 12:return e.visitStagger(t,i);default:throw new Error(`Unable to resolve animation metadata node #${t.type}`)}}function U(e,t){return window.getComputedStyle(e)[t]}function G(e,t){const i=[];return"string"==typeof e?e.split(/\s*,\s*/).forEach(e=>function(e,t,i){if(":"==e[0]){const n=function(e,t){switch(e){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(e,t)=>parseFloat(t)>parseFloat(e);case":decrement":return(e,t)=>parseFloat(t)<parseFloat(e);default:return t.push(`The transition alias value "${e}" is not supported`),"* => *"}}(e,i);if("function"==typeof n)return void t.push(n);e=n}const n=e.match(/^(\*|[-\w]+)\s*(<?[=-]>)\s*(\*|[-\w]+)$/);if(null==n||n.length<4)return i.push(`The provided transition expression "${e}" is not supported`),t;const a=n[1],s=n[2],r=n[3];t.push(J(a,r)),"<"!=s[0]||"*"==a&&"*"==r||t.push(J(r,a))}(e,i,t)):i.push(e),i}const $=new Set(["true","1"]),Z=new Set(["false","0"]);function J(e,t){const i=$.has(e)||Z.has(e),n=$.has(t)||Z.has(t);return(a,s)=>{let r="*"==e||e==a,o="*"==t||t==s;return!r&&i&&"boolean"==typeof a&&(r=a?$.has(e):Z.has(e)),!o&&n&&"boolean"==typeof s&&(o=s?$.has(t):Z.has(t)),r&&o}}const X=new RegExp("s*:selfs*,?","g");function Q(e,t,i){return new K(e).build(t,i)}class K{constructor(e){this._driver=e}build(e,t){const i=new ee(t);return this._resetContextStyleTimingState(i),W(this,F(e),i)}_resetContextStyleTimingState(e){e.currentQuerySelector="",e.collectedStyles={},e.collectedStyles[""]={},e.currentTime=0}visitTrigger(e,t){let i=t.queryCount=0,n=t.depCount=0;const a=[],s=[];return"@"==e.name.charAt(0)&&t.errors.push("animation triggers cannot be prefixed with an `@` sign (e.g. trigger('@foo', [...]))"),e.definitions.forEach(e=>{if(this._resetContextStyleTimingState(t),0==e.type){const i=e,n=i.name;n.toString().split(/\s*,\s*/).forEach(e=>{i.name=e,a.push(this.visitState(i,t))}),i.name=n}else if(1==e.type){const a=this.visitTransition(e,t);i+=a.queryCount,n+=a.depCount,s.push(a)}else t.errors.push("only state() and transition() definitions can sit inside of a trigger()")}),{type:7,name:e.name,states:a,transitions:s,queryCount:i,depCount:n,options:null}}visitState(e,t){const i=this.visitStyle(e.styles,t),n=e.options&&e.options.params||null;if(i.containsDynamicStyles){const a=new Set,s=n||{};if(i.styles.forEach(e=>{if(te(e)){const t=e;Object.keys(t).forEach(e=>{R(t[e]).forEach(e=>{s.hasOwnProperty(e)||a.add(e)})})}}),a.size){const i=q(a.values());t.errors.push(`state("${e.name}", ...) must define default values for all the following style substitutions: ${i.join(", ")}`)}}return{type:0,name:e.name,style:i,options:n?{params:n}:null}}visitTransition(e,t){t.queryCount=0,t.depCount=0;const i=W(this,F(e.animation),t);return{type:1,matchers:G(e.expr,t.errors),animation:i,queryCount:t.queryCount,depCount:t.depCount,options:ie(e.options)}}visitSequence(e,t){return{type:2,steps:e.steps.map(e=>W(this,e,t)),options:ie(e.options)}}visitGroup(e,t){const i=t.currentTime;let n=0;const a=e.steps.map(e=>{t.currentTime=i;const a=W(this,e,t);return n=Math.max(n,t.currentTime),a});return t.currentTime=n,{type:3,steps:a,options:ie(e.options)}}visitAnimate(e,t){const i=function(e,t){let i=null;if(e.hasOwnProperty("duration"))i=e;else if("number"==typeof e)return ne(T(e,t).duration,0,"");const n=e;if(n.split(/\s+/).some(e=>"{"==e.charAt(0)&&"{"==e.charAt(1))){const e=ne(0,0,"");return e.dynamic=!0,e.strValue=n,e}return i=i||T(n,t),ne(i.duration,i.delay,i.easing)}(e.timings,t.errors);let n;t.currentAnimateTimings=i;let a=e.styles?e.styles:Object(s.l)({});if(5==a.type)n=this.visitKeyframes(a,t);else{let a=e.styles,r=!1;if(!a){r=!0;const e={};i.easing&&(e.easing=i.easing),a=Object(s.l)(e)}t.currentTime+=i.duration+i.delay;const o=this.visitStyle(a,t);o.isEmptyStep=r,n=o}return t.currentAnimateTimings=null,{type:4,timings:i,style:n,options:null}}visitStyle(e,t){const i=this._makeStyleAst(e,t);return this._validateStyleAst(i,t),i}_makeStyleAst(e,t){const i=[];Array.isArray(e.styles)?e.styles.forEach(e=>{"string"==typeof e?e==s.a?i.push(e):t.errors.push(`The provided style string value ${e} is not allowed.`):i.push(e)}):i.push(e.styles);let n=!1,a=null;return i.forEach(e=>{if(te(e)){const t=e,i=t.easing;if(i&&(a=i,delete t.easing),!n)for(let e in t)if(t[e].toString().indexOf("{{")>=0){n=!0;break}}}),{type:6,styles:i,easing:a,offset:e.offset,containsDynamicStyles:n,options:null}}_validateStyleAst(e,t){const i=t.currentAnimateTimings;let n=t.currentTime,a=t.currentTime;i&&a>0&&(a-=i.duration+i.delay),e.styles.forEach(e=>{"string"!=typeof e&&Object.keys(e).forEach(i=>{if(!this._driver.validateStyleProperty(i))return void t.errors.push(`The provided animation property "${i}" is not a supported CSS property for animations`);const s=t.collectedStyles[t.currentQuerySelector],r=s[i];let o=!0;r&&(a!=n&&a>=r.startTime&&n<=r.endTime&&(t.errors.push(`The CSS property "${i}" that exists between the times of "${r.startTime}ms" and "${r.endTime}ms" is also being animated in a parallel animation between the times of "${a}ms" and "${n}ms"`),o=!1),a=r.startTime),o&&(s[i]={startTime:a,endTime:n}),t.options&&function(e,t,i){const n=t.params||{},a=R(e);a.length&&a.forEach(e=>{n.hasOwnProperty(e)||i.push(`Unable to resolve the local animation param ${e} in the given list of values`)})}(e[i],t.options,t.errors)})})}visitKeyframes(e,t){const i={type:5,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push("keyframes() must be placed inside of a call to animate()"),i;let n=0;const a=[];let s=!1,r=!1,o=0;const l=e.steps.map(e=>{const i=this._makeStyleAst(e,t);let l=null!=i.offset?i.offset:function(e){if("string"==typeof e)return null;let t=null;if(Array.isArray(e))e.forEach(e=>{if(te(e)&&e.hasOwnProperty("offset")){const i=e;t=parseFloat(i.offset),delete i.offset}});else if(te(e)&&e.hasOwnProperty("offset")){const i=e;t=parseFloat(i.offset),delete i.offset}return t}(i.styles),u=0;return null!=l&&(n++,u=i.offset=l),r=r||u<0||u>1,s=s||u<o,o=u,a.push(u),i});r&&t.errors.push("Please ensure that all keyframe offsets are between 0 and 1"),s&&t.errors.push("Please ensure that all keyframe offsets are in order");const u=e.steps.length;let c=0;n>0&&n<u?t.errors.push("Not all style() steps within the declared keyframes() contain offsets"):0==n&&(c=1/(u-1));const d=u-1,m=t.currentTime,h=t.currentAnimateTimings,p=h.duration;return l.forEach((e,n)=>{const s=c>0?n==d?1:c*n:a[n],r=s*p;t.currentTime=m+h.delay+r,h.duration=r,this._validateStyleAst(e,t),e.offset=s,i.styles.push(e)}),i}visitReference(e,t){return{type:8,animation:W(this,F(e.animation),t),options:ie(e.options)}}visitAnimateChild(e,t){return t.depCount++,{type:9,options:ie(e.options)}}visitAnimateRef(e,t){return{type:10,animation:this.visitReference(e.animation,t),options:ie(e.options)}}visitQuery(e,t){const i=t.currentQuerySelector,n=e.options||{};t.queryCount++,t.currentQuery=e;const[a,s]=function(e){const t=!!e.split(/\s*,\s*/).find(e=>":self"==e);return t&&(e=e.replace(X,"")),[e=e.replace(/@\*/g,".ng-trigger").replace(/@\w+/g,e=>".ng-trigger-"+e.substr(1)).replace(/:animating/g,".ng-animating"),t]}(e.selector);t.currentQuerySelector=i.length?i+" "+a:a,m(t.collectedStyles,t.currentQuerySelector,{});const r=W(this,F(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=i,{type:11,selector:a,limit:n.limit||0,optional:!!n.optional,includeSelf:s,animation:r,originalSelector:e.selector,options:ie(e.options)}}visitStagger(e,t){t.currentQuery||t.errors.push("stagger() can only be used inside of query()");const i="full"===e.timings?{duration:0,delay:0,easing:"full"}:T(e.timings,t.errors,!0);return{type:12,animation:W(this,F(e.animation),t),timings:i,options:null}}}class ee{constructor(e){this.errors=e,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null}}function te(e){return!Array.isArray(e)&&"object"==typeof e}function ie(e){var t;return e?(e=O(e)).params&&(e.params=(t=e.params)?O(t):null):e={},e}function ne(e,t,i){return{duration:e,delay:t,easing:i}}function ae(e,t,i,n,a,s,r=null,o=!1){return{type:1,element:e,keyframes:t,preStyleProps:i,postStyleProps:n,duration:a,delay:s,totalTime:a+s,easing:r,subTimeline:o}}class se{constructor(){this._map=new Map}consume(e){let t=this._map.get(e);return t?this._map.delete(e):t=[],t}append(e,t){let i=this._map.get(e);i||this._map.set(e,i=[]),i.push(...t)}has(e){return this._map.has(e)}clear(){this._map.clear()}}const re=new RegExp(":enter","g"),oe=new RegExp(":leave","g");function le(e,t,i,n,a,s={},r={},o,l,u=[]){return(new ue).buildKeyframes(e,t,i,n,a,s,r,o,l,u)}class ue{buildKeyframes(e,t,i,n,a,s,r,o,l,u=[]){l=l||new se;const c=new de(e,t,l,n,a,u,[]);c.options=o,c.currentTimeline.setStyles([s],null,c.errors,o),W(this,i,c);const d=c.timelines.filter(e=>e.containsAnimation());if(d.length&&Object.keys(r).length){const e=d[d.length-1];e.allowOnlyTimelineStyles()||e.setStyles([r],null,c.errors,o)}return d.length?d.map(e=>e.buildKeyframes()):[ae(t,[],[],[],0,0,"",!1)]}visitTrigger(e,t){}visitState(e,t){}visitTransition(e,t){}visitAnimateChild(e,t){const i=t.subInstructions.consume(t.element);if(i){const n=t.createSubContext(e.options),a=t.currentTimeline.currentTime,s=this._visitSubInstructions(i,n,n.options);a!=s&&t.transformIntoNewTimeline(s)}t.previousNode=e}visitAnimateRef(e,t){const i=t.createSubContext(e.options);i.transformIntoNewTimeline(),this.visitReference(e.animation,i),t.transformIntoNewTimeline(i.currentTimeline.currentTime),t.previousNode=e}_visitSubInstructions(e,t,i){let n=t.currentTimeline.currentTime;const a=null!=i.duration?S(i.duration):null,s=null!=i.delay?S(i.delay):null;return 0!==a&&e.forEach(e=>{const i=t.appendInstructionToTimeline(e,a,s);n=Math.max(n,i.duration+i.delay)}),n}visitReference(e,t){t.updateOptions(e.options,!0),W(this,e.animation,t),t.previousNode=e}visitSequence(e,t){const i=t.subContextCount;let n=t;const a=e.options;if(a&&(a.params||a.delay)&&(n=t.createSubContext(a),n.transformIntoNewTimeline(),null!=a.delay)){6==n.previousNode.type&&(n.currentTimeline.snapshotCurrentStyles(),n.previousNode=ce);const e=S(a.delay);n.delayNextStep(e)}e.steps.length&&(e.steps.forEach(e=>W(this,e,n)),n.currentTimeline.applyStylesToKeyframe(),n.subContextCount>i&&n.transformIntoNewTimeline()),t.previousNode=e}visitGroup(e,t){const i=[];let n=t.currentTimeline.currentTime;const a=e.options&&e.options.delay?S(e.options.delay):0;e.steps.forEach(s=>{const r=t.createSubContext(e.options);a&&r.delayNextStep(a),W(this,s,r),n=Math.max(n,r.currentTimeline.currentTime),i.push(r.currentTimeline)}),i.forEach(e=>t.currentTimeline.mergeTimelineCollectedStyles(e)),t.transformIntoNewTimeline(n),t.previousNode=e}_visitTiming(e,t){if(e.dynamic){const i=e.strValue;return T(t.params?N(i,t.params,t.errors):i,t.errors)}return{duration:e.duration,delay:e.delay,easing:e.easing}}visitAnimate(e,t){const i=t.currentAnimateTimings=this._visitTiming(e.timings,t),n=t.currentTimeline;i.delay&&(t.incrementTime(i.delay),n.snapshotCurrentStyles());const a=e.style;5==a.type?this.visitKeyframes(a,t):(t.incrementTime(i.duration),this.visitStyle(a,t),n.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e}visitStyle(e,t){const i=t.currentTimeline,n=t.currentAnimateTimings;!n&&i.getCurrentStyleProperties().length&&i.forwardFrame();const a=n&&n.easing||e.easing;e.isEmptyStep?i.applyEmptyStep(a):i.setStyles(e.styles,a,t.errors,t.options),t.previousNode=e}visitKeyframes(e,t){const i=t.currentAnimateTimings,n=t.currentTimeline.duration,a=i.duration,s=t.createSubContext().currentTimeline;s.easing=i.easing,e.styles.forEach(e=>{s.forwardTime((e.offset||0)*a),s.setStyles(e.styles,e.easing,t.errors,t.options),s.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(s),t.transformIntoNewTimeline(n+a),t.previousNode=e}visitQuery(e,t){const i=t.currentTimeline.currentTime,n=e.options||{},a=n.delay?S(n.delay):0;a&&(6===t.previousNode.type||0==i&&t.currentTimeline.getCurrentStyleProperties().length)&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=ce);let s=i;const r=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!n.optional,t.errors);t.currentQueryTotal=r.length;let o=null;r.forEach((i,n)=>{t.currentQueryIndex=n;const r=t.createSubContext(e.options,i);a&&r.delayNextStep(a),i===t.element&&(o=r.currentTimeline),W(this,e.animation,r),r.currentTimeline.applyStylesToKeyframe(),s=Math.max(s,r.currentTimeline.currentTime)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(s),o&&(t.currentTimeline.mergeTimelineCollectedStyles(o),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e}visitStagger(e,t){const i=t.parentContext,n=t.currentTimeline,a=e.timings,s=Math.abs(a.duration),r=s*(t.currentQueryTotal-1);let o=s*t.currentQueryIndex;switch(a.duration<0?"reverse":a.easing){case"reverse":o=r-o;break;case"full":o=i.currentStaggerTime}const l=t.currentTimeline;o&&l.delayNextStep(o);const u=l.currentTime;W(this,e.animation,t),t.previousNode=e,i.currentStaggerTime=n.currentTime-u+(n.startTime-i.currentTimeline.startTime)}}const ce={};class de{constructor(e,t,i,n,a,s,r,o){this._driver=e,this.element=t,this.subInstructions=i,this._enterClassName=n,this._leaveClassName=a,this.errors=s,this.timelines=r,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=ce,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=o||new me(this._driver,t,0),r.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(e,t){if(!e)return;const i=e;let n=this.options;null!=i.duration&&(n.duration=S(i.duration)),null!=i.delay&&(n.delay=S(i.delay));const a=i.params;if(a){let e=n.params;e||(e=this.options.params={}),Object.keys(a).forEach(i=>{t&&e.hasOwnProperty(i)||(e[i]=N(a[i],e,this.errors))})}}_copyOptions(){const e={};if(this.options){const t=this.options.params;if(t){const i=e.params={};Object.keys(t).forEach(e=>{i[e]=t[e]})}}return e}createSubContext(e=null,t,i){const n=t||this.element,a=new de(this._driver,n,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(n,i||0));return a.previousNode=this.previousNode,a.currentAnimateTimings=this.currentAnimateTimings,a.options=this._copyOptions(),a.updateOptions(e),a.currentQueryIndex=this.currentQueryIndex,a.currentQueryTotal=this.currentQueryTotal,a.parentContext=this,this.subContextCount++,a}transformIntoNewTimeline(e){return this.previousNode=ce,this.currentTimeline=this.currentTimeline.fork(this.element,e),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(e,t,i){const n={duration:null!=t?t:e.duration,delay:this.currentTimeline.currentTime+(null!=i?i:0)+e.delay,easing:""},a=new he(this._driver,e.element,e.keyframes,e.preStyleProps,e.postStyleProps,n,e.stretchStartingKeyframe);return this.timelines.push(a),n}incrementTime(e){this.currentTimeline.forwardTime(this.currentTimeline.duration+e)}delayNextStep(e){e>0&&this.currentTimeline.delayNextStep(e)}invokeQuery(e,t,i,n,a,s){let r=[];if(n&&r.push(this.element),e.length>0){e=(e=e.replace(re,"."+this._enterClassName)).replace(oe,"."+this._leaveClassName);let t=this._driver.query(this.element,e,1!=i);0!==i&&(t=i<0?t.slice(t.length+i,t.length):t.slice(0,i)),r.push(...t)}return a||0!=r.length||s.push(`\`query("${t}")\` returned zero elements. (Use \`query("${t}", { optional: true })\` if you wish to allow this.)`),r}}class me{constructor(e,t,i,n){this._driver=e,this.element=t,this.startTime=i,this._elementTimelineStylesLookup=n,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}}getCurrentStyleProperties(){return Object.keys(this._currentKeyframe)}get currentTime(){return this.startTime+this.duration}delayNextStep(e){const t=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||t?(this.forwardTime(this.currentTime+e),t&&this.snapshotCurrentStyles()):this.startTime+=e}fork(e,t){return this.applyStylesToKeyframe(),new me(this._driver,e,t||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(e){this.applyStylesToKeyframe(),this.duration=e,this._loadKeyframe()}_updateStyle(e,t){this._localTimelineStyles[e]=t,this._globalTimelineStyles[e]=t,this._styleSummary[e]={time:this.currentTime,value:t}}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(e){e&&(this._previousKeyframe.easing=e),Object.keys(this._globalTimelineStyles).forEach(e=>{this._backFill[e]=this._globalTimelineStyles[e]||s.a,this._currentKeyframe[e]=s.a}),this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(e,t,i,n){t&&(this._previousKeyframe.easing=t);const a=n&&n.params||{},r=function(e,t){const i={};let n;return e.forEach(e=>{"*"===e?(n=n||Object.keys(t),n.forEach(e=>{i[e]=s.a})):E(e,!1,i)}),i}(e,this._globalTimelineStyles);Object.keys(r).forEach(e=>{const t=N(r[e],a,i);this._pendingStyles[e]=t,this._localTimelineStyles.hasOwnProperty(e)||(this._backFill[e]=this._globalTimelineStyles.hasOwnProperty(e)?this._globalTimelineStyles[e]:s.a),this._updateStyle(e,t)})}applyStylesToKeyframe(){const e=this._pendingStyles,t=Object.keys(e);0!=t.length&&(this._pendingStyles={},t.forEach(t=>{this._currentKeyframe[t]=e[t]}),Object.keys(this._localTimelineStyles).forEach(e=>{this._currentKeyframe.hasOwnProperty(e)||(this._currentKeyframe[e]=this._localTimelineStyles[e])}))}snapshotCurrentStyles(){Object.keys(this._localTimelineStyles).forEach(e=>{const t=this._localTimelineStyles[e];this._pendingStyles[e]=t,this._updateStyle(e,t)})}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const e=[];for(let t in this._currentKeyframe)e.push(t);return e}mergeTimelineCollectedStyles(e){Object.keys(e._styleSummary).forEach(t=>{const i=this._styleSummary[t],n=e._styleSummary[t];(!i||n.time>i.time)&&this._updateStyle(t,n.value)})}buildKeyframes(){this.applyStylesToKeyframe();const e=new Set,t=new Set,i=1===this._keyframes.size&&0===this.duration;let n=[];this._keyframes.forEach((a,r)=>{const o=E(a,!0);Object.keys(o).forEach(i=>{const n=o[i];n==s.p?e.add(i):n==s.a&&t.add(i)}),i||(o.offset=r/this.duration),n.push(o)});const a=e.size?q(e.values()):[],r=t.size?q(t.values()):[];if(i){const e=n[0],t=O(e);e.offset=0,t.offset=1,n=[e,t]}return ae(this.element,n,a,r,this.duration,this.startTime,this.easing,!1)}}class he extends me{constructor(e,t,i,n,a,s,r=!1){super(e,t,s.delay),this.element=t,this.keyframes=i,this.preStyleProps=n,this.postStyleProps=a,this._stretchStartingKeyframe=r,this.timings={duration:s.duration,delay:s.delay,easing:s.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let e=this.keyframes,{delay:t,duration:i,easing:n}=this.timings;if(this._stretchStartingKeyframe&&t){const a=[],s=i+t,r=t/s,o=E(e[0],!1);o.offset=0,a.push(o);const l=E(e[0],!1);l.offset=pe(r),a.push(l);const u=e.length-1;for(let n=1;n<=u;n++){let r=E(e[n],!1);r.offset=pe((t+r.offset*i)/s),a.push(r)}i=s,t=0,n="",e=a}return ae(this.element,e,this.preStyleProps,this.postStyleProps,i,t,n,!0)}}function pe(e,t=3){const i=Math.pow(10,t-1);return Math.round(e*i)/i}class fe{}class ge extends fe{normalizePropertyName(e,t){return B(e)}normalizeStyleValue(e,t,i,n){let a="";const s=i.toString().trim();if(_e[t]&&0!==i&&"0"!==i)if("number"==typeof i)a="px";else{const t=i.match(/^[+-]?[\d\.]+([a-z]*)$/);t&&0==t[1].length&&n.push(`Please provide a CSS unit value for ${e}:${i}`)}return s+a}}const _e=(()=>function(e){const t={};return e.forEach(e=>t[e]=!0),t}("width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",")))();function be(e,t,i,n,a,s,r,o,l,u,c,d,m){return{type:0,element:e,triggerName:t,isRemovalTransition:a,fromState:i,fromStyles:s,toState:n,toStyles:r,timelines:o,queriedElements:l,preStyleProps:u,postStyleProps:c,totalTime:d,errors:m}}const ye={};class ve{constructor(e,t,i){this._triggerName=e,this.ast=t,this._stateStyles=i}match(e,t,i,n){return function(e,t,i,n,a){return e.some(e=>e(t,i,n,a))}(this.ast.matchers,e,t,i,n)}buildStyles(e,t,i){const n=this._stateStyles["*"],a=this._stateStyles[e],s=n?n.buildStyles(t,i):{};return a?a.buildStyles(t,i):s}build(e,t,i,n,a,s,r,o,l,u){const c=[],d=this.ast.options&&this.ast.options.params||ye,h=this.buildStyles(i,r&&r.params||ye,c),p=o&&o.params||ye,f=this.buildStyles(n,p,c),g=new Set,_=new Map,b=new Map,y="void"===n,v={params:Object.assign(Object.assign({},d),p)},w=u?[]:le(e,t,this.ast.animation,a,s,h,f,v,l,c);let k=0;if(w.forEach(e=>{k=Math.max(e.duration+e.delay,k)}),c.length)return be(t,this._triggerName,i,n,y,h,f,[],[],_,b,k,c);w.forEach(e=>{const i=e.element,n=m(_,i,{});e.preStyleProps.forEach(e=>n[e]=!0);const a=m(b,i,{});e.postStyleProps.forEach(e=>a[e]=!0),i!==t&&g.add(i)});const x=q(g.values());return be(t,this._triggerName,i,n,y,h,f,w,x,_,b,k)}}class we{constructor(e,t){this.styles=e,this.defaultParams=t}buildStyles(e,t){const i={},n=O(this.defaultParams);return Object.keys(e).forEach(t=>{const i=e[t];null!=i&&(n[t]=i)}),this.styles.styles.forEach(e=>{if("string"!=typeof e){const a=e;Object.keys(a).forEach(e=>{let s=a[e];s.length>1&&(s=N(s,n,t)),i[e]=s})}}),i}}class ke{constructor(e,t){this.name=e,this.ast=t,this.transitionFactories=[],this.states={},t.states.forEach(e=>{this.states[e.name]=new we(e.style,e.options&&e.options.params||{})}),xe(this.states,"true","1"),xe(this.states,"false","0"),t.transitions.forEach(t=>{this.transitionFactories.push(new ve(e,t,this.states))}),this.fallbackTransition=new ve(e,{type:1,animation:{type:2,steps:[],options:null},matchers:[(e,t)=>!0],options:null,queryCount:0,depCount:0},this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(e,t,i,n){return this.transitionFactories.find(a=>a.match(e,t,i,n))||null}matchStyles(e,t,i){return this.fallbackTransition.buildStyles(e,t,i)}}function xe(e,t,i){e.hasOwnProperty(t)?e.hasOwnProperty(i)||(e[i]=e[t]):e.hasOwnProperty(i)&&(e[t]=e[i])}const Me=new se;class Le{constructor(e,t,i){this.bodyNode=e,this._driver=t,this._normalizer=i,this._animations={},this._playersById={},this.players=[]}register(e,t){const i=[],n=Q(this._driver,t,i);if(i.length)throw new Error(`Unable to build the animation due to the following errors: ${i.join("\n")}`);this._animations[e]=n}_buildPlayer(e,t,i){const n=e.element,a=l(0,this._normalizer,0,e.keyframes,t,i);return this._driver.animate(n,a,e.duration,e.delay,e.easing,[],!0)}create(e,t,i={}){const n=[],a=this._animations[e];let r;const l=new Map;if(a?(r=le(this._driver,t,a,"ng-enter","ng-leave",{},{},i,Me,n),r.forEach(e=>{const t=m(l,e.element,{});e.postStyleProps.forEach(e=>t[e]=null)})):(n.push("The requested animation doesn't exist or has already been destroyed"),r=[]),n.length)throw new Error(`Unable to create the animation due to the following errors: ${n.join("\n")}`);l.forEach((e,t)=>{Object.keys(e).forEach(i=>{e[i]=this._driver.computeStyle(t,i,s.a)})});const u=o(r.map(e=>{const t=l.get(e.element);return this._buildPlayer(e,{},t)}));return this._playersById[e]=u,u.onDestroy(()=>this.destroy(e)),this.players.push(u),u}destroy(e){const t=this._getPlayer(e);t.destroy(),delete this._playersById[e];const i=this.players.indexOf(t);i>=0&&this.players.splice(i,1)}_getPlayer(e){const t=this._playersById[e];if(!t)throw new Error(`Unable to find the timeline player referenced by ${e}`);return t}listen(e,t,i,n){const a=d(t,"","","");return u(this._getPlayer(e),i,a,n),()=>{}}command(e,t,i,n){if("register"==i)return void this.register(e,n[0]);if("create"==i)return void this.create(e,t,n[0]||{});const a=this._getPlayer(e);switch(i){case"play":a.play();break;case"pause":a.pause();break;case"reset":a.reset();break;case"restart":a.restart();break;case"finish":a.finish();break;case"init":a.init();break;case"setPosition":a.setPosition(parseFloat(n[0]));break;case"destroy":this.destroy(e)}}}const Ce=[],Se={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},De={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0};class Te{constructor(e,t=""){this.namespaceId=t;const i=e&&e.hasOwnProperty("value");if(this.value=null!=(n=i?e.value:e)?n:null,i){const t=O(e);delete t.value,this.options=t}else this.options={};var n;this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(e){const t=e.params;if(t){const e=this.options.params;Object.keys(t).forEach(i=>{null==e[i]&&(e[i]=t[i])})}}}const Oe=new Te("void");class Ee{constructor(e,t,i){this.id=e,this.hostElement=t,this._engine=i,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+e,Re(t,this._hostClassName)}listen(e,t,i,n){if(!this._triggers.hasOwnProperty(t))throw new Error(`Unable to listen on the animation trigger event "${i}" because the animation trigger "${t}" doesn't exist!`);if(null==i||0==i.length)throw new Error(`Unable to listen on the animation trigger "${t}" because the provided event is undefined!`);if("start"!=(a=i)&&"done"!=a)throw new Error(`The provided animation trigger event "${i}" for the animation trigger "${t}" is not supported!`);var a;const s=m(this._elementListeners,e,[]),r={name:t,phase:i,callback:n};s.push(r);const o=m(this._engine.statesByElement,e,{});return o.hasOwnProperty(t)||(Re(e,"ng-trigger"),Re(e,"ng-trigger-"+t),o[t]=Oe),()=>{this._engine.afterFlush(()=>{const e=s.indexOf(r);e>=0&&s.splice(e,1),this._triggers[t]||delete o[t]})}}register(e,t){return!this._triggers[e]&&(this._triggers[e]=t,!0)}_getTrigger(e){const t=this._triggers[e];if(!t)throw new Error(`The provided animation trigger "${e}" has not been registered!`);return t}trigger(e,t,i,n=!0){const a=this._getTrigger(t),s=new Ae(this.id,t,e);let r=this._engine.statesByElement.get(e);r||(Re(e,"ng-trigger"),Re(e,"ng-trigger-"+t),this._engine.statesByElement.set(e,r={}));let o=r[t];const l=new Te(i,this.id);if(!(i&&i.hasOwnProperty("value"))&&o&&l.absorbOptions(o.options),r[t]=l,o||(o=Oe),"void"!==l.value&&o.value===l.value){if(!function(e,t){const i=Object.keys(e),n=Object.keys(t);if(i.length!=n.length)return!1;for(let a=0;a<i.length;a++){const n=i[a];if(!t.hasOwnProperty(n)||e[n]!==t[n])return!1}return!0}(o.params,l.params)){const t=[],i=a.matchStyles(o.value,o.params,t),n=a.matchStyles(l.value,l.params,t);t.length?this._engine.reportError(t):this._engine.afterFlush(()=>{I(e,i),Y(e,n)})}return}const u=m(this._engine.playersByElement,e,[]);u.forEach(e=>{e.namespaceId==this.id&&e.triggerName==t&&e.queued&&e.destroy()});let c=a.matchTransition(o.value,l.value,e,l.params),d=!1;if(!c){if(!n)return;c=a.fallbackTransition,d=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:c,fromState:o,toState:l,player:s,isFallbackTransition:d}),d||(Re(e,"ng-animate-queued"),s.onStart(()=>{Ne(e,"ng-animate-queued")})),s.onDone(()=>{let t=this.players.indexOf(s);t>=0&&this.players.splice(t,1);const i=this._engine.playersByElement.get(e);if(i){let e=i.indexOf(s);e>=0&&i.splice(e,1)}}),this.players.push(s),u.push(s),s}deregister(e){delete this._triggers[e],this._engine.statesByElement.forEach((t,i)=>{delete t[e]}),this._elementListeners.forEach((t,i)=>{this._elementListeners.set(i,t.filter(t=>t.name!=e))})}clearElementCache(e){this._engine.statesByElement.delete(e),this._elementListeners.delete(e);const t=this._engine.playersByElement.get(e);t&&(t.forEach(e=>e.destroy()),this._engine.playersByElement.delete(e))}_signalRemovalForInnerTriggers(e,t){const i=this._engine.driver.query(e,".ng-trigger",!0);i.forEach(e=>{if(e.__ng_removed)return;const i=this._engine.fetchNamespacesByElement(e);i.size?i.forEach(i=>i.triggerLeaveAnimation(e,t,!1,!0)):this.clearElementCache(e)}),this._engine.afterFlushAnimationsDone(()=>i.forEach(e=>this.clearElementCache(e)))}triggerLeaveAnimation(e,t,i,n){const a=this._engine.statesByElement.get(e);if(a){const s=[];if(Object.keys(a).forEach(t=>{if(this._triggers[t]){const i=this.trigger(e,t,"void",n);i&&s.push(i)}}),s.length)return this._engine.markElementAsRemoved(this.id,e,!0,t),i&&o(s).onDone(()=>this._engine.processLeaveNode(e)),!0}return!1}prepareLeaveAnimationListeners(e){const t=this._elementListeners.get(e);if(t){const i=new Set;t.forEach(t=>{const n=t.name;if(i.has(n))return;i.add(n);const a=this._triggers[n].fallbackTransition,s=this._engine.statesByElement.get(e)[n]||Oe,r=new Te("void"),o=new Ae(this.id,n,e);this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:n,transition:a,fromState:s,toState:r,player:o,isFallbackTransition:!0})})}}removeNode(e,t){const i=this._engine;if(e.childElementCount&&this._signalRemovalForInnerTriggers(e,t),this.triggerLeaveAnimation(e,t,!0))return;let n=!1;if(i.totalAnimations){const t=i.players.length?i.playersByQueriedElement.get(e):[];if(t&&t.length)n=!0;else{let t=e;for(;t=t.parentNode;)if(i.statesByElement.get(t)){n=!0;break}}}if(this.prepareLeaveAnimationListeners(e),n)i.markElementAsRemoved(this.id,e,!1,t);else{const n=e.__ng_removed;n&&n!==Se||(i.afterFlush(()=>this.clearElementCache(e)),i.destroyInnerAnimations(e),i._onRemovalComplete(e,t))}}insertNode(e,t){Re(e,this._hostClassName)}drainQueuedTransitions(e){const t=[];return this._queue.forEach(i=>{const n=i.player;if(n.destroyed)return;const a=i.element,s=this._elementListeners.get(a);s&&s.forEach(t=>{if(t.name==i.triggerName){const n=d(a,i.triggerName,i.fromState.value,i.toState.value);n._data=e,u(i.player,t.phase,n,t.callback)}}),n.markedForDestroy?this._engine.afterFlush(()=>{n.destroy()}):t.push(i)}),this._queue=[],t.sort((e,t)=>{const i=e.transition.ast.depCount,n=t.transition.ast.depCount;return 0==i||0==n?i-n:this._engine.driver.containsElement(e.element,t.element)?1:-1})}destroy(e){this.players.forEach(e=>e.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,e)}elementContainsData(e){let t=!1;return this._elementListeners.has(e)&&(t=!0),t=!!this._queue.find(t=>t.element===e)||t,t}}class je{constructor(e,t,i){this.bodyNode=e,this.driver=t,this._normalizer=i,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(e,t)=>{}}_onRemovalComplete(e,t){this.onRemovalComplete(e,t)}get queuedPlayers(){const e=[];return this._namespaceList.forEach(t=>{t.players.forEach(t=>{t.queued&&e.push(t)})}),e}createNamespace(e,t){const i=new Ee(e,t,this);return t.parentNode?this._balanceNamespaceList(i,t):(this.newHostElements.set(t,i),this.collectEnterElement(t)),this._namespaceLookup[e]=i}_balanceNamespaceList(e,t){const i=this._namespaceList.length-1;if(i>=0){let n=!1;for(let a=i;a>=0;a--)if(this.driver.containsElement(this._namespaceList[a].hostElement,t)){this._namespaceList.splice(a+1,0,e),n=!0;break}n||this._namespaceList.splice(0,0,e)}else this._namespaceList.push(e);return this.namespacesByHostElement.set(t,e),e}register(e,t){let i=this._namespaceLookup[e];return i||(i=this.createNamespace(e,t)),i}registerTrigger(e,t,i){let n=this._namespaceLookup[e];n&&n.register(t,i)&&this.totalAnimations++}destroy(e,t){if(!e)return;const i=this._fetchNamespace(e);this.afterFlush(()=>{this.namespacesByHostElement.delete(i.hostElement),delete this._namespaceLookup[e];const t=this._namespaceList.indexOf(i);t>=0&&this._namespaceList.splice(t,1)}),this.afterFlushAnimationsDone(()=>i.destroy(t))}_fetchNamespace(e){return this._namespaceLookup[e]}fetchNamespacesByElement(e){const t=new Set,i=this.statesByElement.get(e);if(i){const e=Object.keys(i);for(let n=0;n<e.length;n++){const a=i[e[n]].namespaceId;if(a){const e=this._fetchNamespace(a);e&&t.add(e)}}}return t}trigger(e,t,i,n){if(Ye(t)){const a=this._fetchNamespace(e);if(a)return a.trigger(t,i,n),!0}return!1}insertNode(e,t,i,n){if(!Ye(t))return;const a=t.__ng_removed;if(a&&a.setForRemoval){a.setForRemoval=!1,a.setForMove=!0;const e=this.collectedLeaveElements.indexOf(t);e>=0&&this.collectedLeaveElements.splice(e,1)}if(e){const n=this._fetchNamespace(e);n&&n.insertNode(t,i)}n&&this.collectEnterElement(t)}collectEnterElement(e){this.collectedEnterElements.push(e)}markElementAsDisabled(e,t){t?this.disabledNodes.has(e)||(this.disabledNodes.add(e),Re(e,"ng-animate-disabled")):this.disabledNodes.has(e)&&(this.disabledNodes.delete(e),Ne(e,"ng-animate-disabled"))}removeNode(e,t,i,n){if(Ye(t)){const a=e?this._fetchNamespace(e):null;if(a?a.removeNode(t,n):this.markElementAsRemoved(e,t,!1,n),i){const i=this.namespacesByHostElement.get(t);i&&i.id!==e&&i.removeNode(t,n)}}else this._onRemovalComplete(t,n)}markElementAsRemoved(e,t,i,n){this.collectedLeaveElements.push(t),t.__ng_removed={namespaceId:e,setForRemoval:n,hasAnimation:i,removedBeforeQueried:!1}}listen(e,t,i,n,a){return Ye(t)?this._fetchNamespace(e).listen(t,i,n,a):()=>{}}_buildInstruction(e,t,i,n,a){return e.transition.build(this.driver,e.element,e.fromState.value,e.toState.value,i,n,e.fromState.options,e.toState.options,t,a)}destroyInnerAnimations(e){let t=this.driver.query(e,".ng-trigger",!0);t.forEach(e=>this.destroyActiveAnimationsForElement(e)),0!=this.playersByQueriedElement.size&&(t=this.driver.query(e,".ng-animating",!0),t.forEach(e=>this.finishActiveQueriedAnimationOnElement(e)))}destroyActiveAnimationsForElement(e){const t=this.playersByElement.get(e);t&&t.forEach(e=>{e.queued?e.markedForDestroy=!0:e.destroy()})}finishActiveQueriedAnimationOnElement(e){const t=this.playersByQueriedElement.get(e);t&&t.forEach(e=>e.finish())}whenRenderingDone(){return new Promise(e=>{if(this.players.length)return o(this.players).onDone(()=>e());e()})}processLeaveNode(e){const t=e.__ng_removed;if(t&&t.setForRemoval){if(e.__ng_removed=Se,t.namespaceId){this.destroyInnerAnimations(e);const i=this._fetchNamespace(t.namespaceId);i&&i.clearElementCache(e)}this._onRemovalComplete(e,t.setForRemoval)}this.driver.matchesElement(e,".ng-animate-disabled")&&this.markElementAsDisabled(e,!1),this.driver.query(e,".ng-animate-disabled",!0).forEach(e=>{this.markElementAsDisabled(e,!1)})}flush(e=-1){let t=[];if(this.newHostElements.size&&(this.newHostElements.forEach((e,t)=>this._balanceNamespaceList(e,t)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let i=0;i<this.collectedEnterElements.length;i++)Re(this.collectedEnterElements[i],"ng-star-inserted");if(this._namespaceList.length&&(this.totalQueuedPlayers||this.collectedLeaveElements.length)){const i=[];try{t=this._flushAnimations(i,e)}finally{for(let e=0;e<i.length;e++)i[e]()}}else for(let i=0;i<this.collectedLeaveElements.length;i++)this.processLeaveNode(this.collectedLeaveElements[i]);if(this.totalQueuedPlayers=0,this.collectedEnterElements.length=0,this.collectedLeaveElements.length=0,this._flushFns.forEach(e=>e()),this._flushFns=[],this._whenQuietFns.length){const e=this._whenQuietFns;this._whenQuietFns=[],t.length?o(t).onDone(()=>{e.forEach(e=>e())}):e.forEach(e=>e())}}reportError(e){throw new Error(`Unable to process animations due to the following failed trigger transitions\n ${e.join("\n")}`)}_flushAnimations(e,t){const i=new se,n=[],a=new Map,r=[],l=new Map,u=new Map,c=new Map,d=new Set;this.disabledNodes.forEach(e=>{d.add(e);const t=this.driver.query(e,".ng-animate-queued",!0);for(let i=0;i<t.length;i++)d.add(t[i])});const h=this.bodyNode,p=Array.from(this.statesByElement.keys()),f=Pe(p,this.collectedEnterElements),g=new Map;let _=0;f.forEach((e,t)=>{const i="ng-enter"+_++;g.set(t,i),e.forEach(e=>Re(e,i))});const b=[],y=new Set,v=new Set;for(let s=0;s<this.collectedLeaveElements.length;s++){const e=this.collectedLeaveElements[s],t=e.__ng_removed;t&&t.setForRemoval&&(b.push(e),y.add(e),t.hasAnimation?this.driver.query(e,".ng-star-inserted",!0).forEach(e=>y.add(e)):v.add(e))}const w=new Map,k=Pe(p,Array.from(y));k.forEach((e,t)=>{const i="ng-leave"+_++;w.set(t,i),e.forEach(e=>Re(e,i))}),e.push(()=>{f.forEach((e,t)=>{const i=g.get(t);e.forEach(e=>Ne(e,i))}),k.forEach((e,t)=>{const i=w.get(t);e.forEach(e=>Ne(e,i))}),b.forEach(e=>{this.processLeaveNode(e)})});const x=[],M=[];for(let s=this._namespaceList.length-1;s>=0;s--)this._namespaceList[s].drainQueuedTransitions(t).forEach(e=>{const t=e.player,a=e.element;if(x.push(t),this.collectedEnterElements.length){const e=a.__ng_removed;if(e&&e.setForMove)return void t.destroy()}const s=!h||!this.driver.containsElement(h,a),o=w.get(a),d=g.get(a),p=this._buildInstruction(e,i,d,o,s);if(!p.errors||!p.errors.length)return s?(t.onStart(()=>I(a,p.fromStyles)),t.onDestroy(()=>Y(a,p.toStyles)),void n.push(t)):e.isFallbackTransition?(t.onStart(()=>I(a,p.fromStyles)),t.onDestroy(()=>Y(a,p.toStyles)),void n.push(t)):(p.timelines.forEach(e=>e.stretchStartingKeyframe=!0),i.append(a,p.timelines),r.push({instruction:p,player:t,element:a}),p.queriedElements.forEach(e=>m(l,e,[]).push(t)),p.preStyleProps.forEach((e,t)=>{const i=Object.keys(e);if(i.length){let e=u.get(t);e||u.set(t,e=new Set),i.forEach(t=>e.add(t))}}),void p.postStyleProps.forEach((e,t)=>{const i=Object.keys(e);let n=c.get(t);n||c.set(t,n=new Set),i.forEach(e=>n.add(e))}));M.push(p)});if(M.length){const e=[];M.forEach(t=>{e.push(`@${t.triggerName} has failed due to:\n`),t.errors.forEach(t=>e.push(`- ${t}\n`))}),x.forEach(e=>e.destroy()),this.reportError(e)}const L=new Map,C=new Map;r.forEach(e=>{const t=e.element;i.has(t)&&(C.set(t,t),this._beforeAnimationBuild(e.player.namespaceId,e.instruction,L))}),n.forEach(e=>{const t=e.element;this._getPreviousPlayers(t,!1,e.namespaceId,e.triggerName,null).forEach(e=>{m(L,t,[]).push(e),e.destroy()})});const S=b.filter(e=>He(e,u,c)),D=new Map;Fe(D,this.driver,v,c,s.a).forEach(e=>{He(e,u,c)&&S.push(e)});const T=new Map;f.forEach((e,t)=>{Fe(T,this.driver,new Set(e),u,s.p)}),S.forEach(e=>{const t=D.get(e),i=T.get(e);D.set(e,Object.assign(Object.assign({},t),i))});const O=[],E=[],j={};r.forEach(e=>{const{element:t,player:s,instruction:r}=e;if(i.has(t)){if(d.has(t))return s.onDestroy(()=>Y(t,r.toStyles)),s.disabled=!0,s.overrideTotalTime(r.totalTime),void n.push(s);let e=j;if(C.size>1){let i=t;const n=[];for(;i=i.parentNode;){const t=C.get(i);if(t){e=t;break}n.push(i)}n.forEach(t=>C.set(t,e))}const i=this._buildAnimation(s.namespaceId,r,L,a,T,D);if(s.setRealPlayer(i),e===j)O.push(s);else{const t=this.playersByElement.get(e);t&&t.length&&(s.parentPlayer=o(t)),n.push(s)}}else I(t,r.fromStyles),s.onDestroy(()=>Y(t,r.toStyles)),E.push(s),d.has(t)&&n.push(s)}),E.forEach(e=>{const t=a.get(e.element);if(t&&t.length){const i=o(t);e.setRealPlayer(i)}}),n.forEach(e=>{e.parentPlayer?e.syncPlayerEvents(e.parentPlayer):e.destroy()});for(let s=0;s<b.length;s++){const e=b[s],t=e.__ng_removed;if(Ne(e,"ng-leave"),t&&t.hasAnimation)continue;let i=[];if(l.size){let t=l.get(e);t&&t.length&&i.push(...t);let n=this.driver.query(e,".ng-animating",!0);for(let e=0;e<n.length;e++){let t=l.get(n[e]);t&&t.length&&i.push(...t)}}const n=i.filter(e=>!e.destroyed);n.length?qe(this,e,n):this.processLeaveNode(e)}return b.length=0,O.forEach(e=>{this.players.push(e),e.onDone(()=>{e.destroy();const t=this.players.indexOf(e);this.players.splice(t,1)}),e.play()}),O}elementContainsData(e,t){let i=!1;const n=t.__ng_removed;return n&&n.setForRemoval&&(i=!0),this.playersByElement.has(t)&&(i=!0),this.playersByQueriedElement.has(t)&&(i=!0),this.statesByElement.has(t)&&(i=!0),this._fetchNamespace(e).elementContainsData(t)||i}afterFlush(e){this._flushFns.push(e)}afterFlushAnimationsDone(e){this._whenQuietFns.push(e)}_getPreviousPlayers(e,t,i,n,a){let s=[];if(t){const t=this.playersByQueriedElement.get(e);t&&(s=t)}else{const t=this.playersByElement.get(e);if(t){const e=!a||"void"==a;t.forEach(t=>{t.queued||(e||t.triggerName==n)&&s.push(t)})}}return(i||n)&&(s=s.filter(e=>!(i&&i!=e.namespaceId||n&&n!=e.triggerName))),s}_beforeAnimationBuild(e,t,i){const n=t.element,a=t.isRemovalTransition?void 0:e,s=t.isRemovalTransition?void 0:t.triggerName;for(const r of t.timelines){const e=r.element,o=e!==n,l=m(i,e,[]);this._getPreviousPlayers(e,o,a,s,t.toState).forEach(e=>{const t=e.getRealPlayer();t.beforeDestroy&&t.beforeDestroy(),e.destroy(),l.push(e)})}I(n,t.fromStyles)}_buildAnimation(e,t,i,n,a,r){const u=t.triggerName,c=t.element,d=[],h=new Set,p=new Set,f=t.timelines.map(t=>{const o=t.element;h.add(o);const m=o.__ng_removed;if(m&&m.removedBeforeQueried)return new s.d(t.duration,t.delay);const f=o!==c,g=function(e){const t=[];return function e(t,i){for(let n=0;n<t.length;n++){const a=t[n];a instanceof s.o?e(a.players,i):i.push(a)}}(e,t),t}((i.get(o)||Ce).map(e=>e.getRealPlayer())).filter(e=>!!e.element&&e.element===o),_=a.get(o),b=r.get(o),y=l(0,this._normalizer,0,t.keyframes,_,b),v=this._buildPlayer(t,y,g);if(t.subTimeline&&n&&p.add(o),f){const t=new Ae(e,u,o);t.setRealPlayer(v),d.push(t)}return v});d.forEach(e=>{m(this.playersByQueriedElement,e.element,[]).push(e),e.onDone(()=>function(e,t,i){let n;if(e instanceof Map){if(n=e.get(t),n){if(n.length){const e=n.indexOf(i);n.splice(e,1)}0==n.length&&e.delete(t)}}else if(n=e[t],n){if(n.length){const e=n.indexOf(i);n.splice(e,1)}0==n.length&&delete e[t]}return n}(this.playersByQueriedElement,e.element,e))}),h.forEach(e=>Re(e,"ng-animating"));const g=o(f);return g.onDestroy(()=>{h.forEach(e=>Ne(e,"ng-animating")),Y(c,t.toStyles)}),p.forEach(e=>{m(n,e,[]).push(g)}),g}_buildPlayer(e,t,i){return t.length>0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,i):new s.d(e.duration,e.delay)}}class Ae{constructor(e,t,i){this.namespaceId=e,this.triggerName=t,this.element=i,this._player=new s.d,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(e){this._containsRealPlayer||(this._player=e,Object.keys(this._queuedCallbacks).forEach(t=>{this._queuedCallbacks[t].forEach(i=>u(e,t,void 0,i))}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.overrideTotalTime(e.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(e){this.totalTime=e}syncPlayerEvents(e){const t=this._player;t.triggerCallback&&e.onStart(()=>t.triggerCallback("start")),e.onDone(()=>this.finish()),e.onDestroy(()=>this.destroy())}_queueEvent(e,t){m(this._queuedCallbacks,e,[]).push(t)}onDone(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)}onStart(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)}onDestroy(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(e){this.queued||this._player.setPosition(e)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(e){const t=this._player;t.triggerCallback&&t.triggerCallback(e)}}function Ye(e){return e&&1===e.nodeType}function Ie(e,t){const i=e.style.display;return e.style.display=null!=t?t:"none",i}function Fe(e,t,i,n,a){const s=[];i.forEach(e=>s.push(Ie(e)));const r=[];n.forEach((i,n)=>{const s={};i.forEach(e=>{const i=s[e]=t.computeStyle(n,e,a);i&&0!=i.length||(n.__ng_removed=De,r.push(n))}),e.set(n,s)});let o=0;return i.forEach(e=>Ie(e,s[o++])),r}function Pe(e,t){const i=new Map;if(e.forEach(e=>i.set(e,[])),0==t.length)return i;const n=new Set(t),a=new Map;return t.forEach(e=>{const t=function e(t){if(!t)return 1;let s=a.get(t);if(s)return s;const r=t.parentNode;return s=i.has(r)?r:n.has(r)?1:e(r),a.set(t,s),s}(e);1!==t&&i.get(t).push(e)}),i}function Re(e,t){if(e.classList)e.classList.add(t);else{let i=e.$$classes;i||(i=e.$$classes={}),i[t]=!0}}function Ne(e,t){if(e.classList)e.classList.remove(t);else{let i=e.$$classes;i&&delete i[t]}}function qe(e,t,i){o(i).onDone(()=>e.processLeaveNode(t))}function He(e,t,i){const n=i.get(e);if(!n)return!1;let a=t.get(e);return a?n.forEach(e=>a.add(e)):t.set(e,n),i.delete(e),!0}class Be{constructor(e,t,i){this.bodyNode=e,this._driver=t,this._triggerCache={},this.onRemovalComplete=(e,t)=>{},this._transitionEngine=new je(e,t,i),this._timelineEngine=new Le(e,t,i),this._transitionEngine.onRemovalComplete=(e,t)=>this.onRemovalComplete(e,t)}registerTrigger(e,t,i,n,a){const s=e+"-"+n;let r=this._triggerCache[s];if(!r){const e=[],t=Q(this._driver,a,e);if(e.length)throw new Error(`The animation trigger "${n}" has failed to build due to the following errors:\n - ${e.join("\n - ")}`);r=function(e,t){return new ke(e,t)}(n,t),this._triggerCache[s]=r}this._transitionEngine.registerTrigger(t,n,r)}register(e,t){this._transitionEngine.register(e,t)}destroy(e,t){this._transitionEngine.destroy(e,t)}onInsert(e,t,i,n){this._transitionEngine.insertNode(e,t,i,n)}onRemove(e,t,i,n){this._transitionEngine.removeNode(e,t,n||!1,i)}disableAnimations(e,t){this._transitionEngine.markElementAsDisabled(e,t)}process(e,t,i,n){if("@"==i.charAt(0)){const[e,a]=h(i);this._timelineEngine.command(e,t,a,n)}else this._transitionEngine.trigger(e,t,i,n)}listen(e,t,i,n,a){if("@"==i.charAt(0)){const[e,n]=h(i);return this._timelineEngine.listen(e,t,n,a)}return this._transitionEngine.listen(e,t,i,n,a)}flush(e=-1){this._transitionEngine.flush(e)}get players(){return this._transitionEngine.players.concat(this._timelineEngine.players)}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}}function Ve(e,t){let i=null,n=null;return Array.isArray(t)&&t.length?(i=We(t[0]),t.length>1&&(n=We(t[t.length-1]))):t&&(i=We(t)),i||n?new ze(e,i,n):null}let ze=(()=>{class e{constructor(t,i,n){this._element=t,this._startStyles=i,this._endStyles=n,this._state=0;let a=e.initialStylesByElement.get(t);a||e.initialStylesByElement.set(t,a={}),this._initialStyles=a}start(){this._state<1&&(this._startStyles&&Y(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(Y(this._element,this._initialStyles),this._endStyles&&(Y(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(e.initialStylesByElement.delete(this._element),this._startStyles&&(I(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(I(this._element,this._endStyles),this._endStyles=null),Y(this._element,this._initialStyles),this._state=3)}}return e.initialStylesByElement=new WeakMap,e})();function We(e){let t=null;const i=Object.keys(e);for(let n=0;n<i.length;n++){const a=i[n];Ue(a)&&(t=t||{},t[a]=e[a])}return t}function Ue(e){return"display"===e||"position"===e}class Ge{constructor(e,t,i,n,a,s,r){this._element=e,this._name=t,this._duration=i,this._delay=n,this._easing=a,this._fillMode=s,this._onDoneFn=r,this._finished=!1,this._destroyed=!1,this._startTime=0,this._position=0,this._eventFn=e=>this._handleCallback(e)}apply(){!function(e,t){const i=Ke(e,"").trim();i.length&&(function(e,t){let i=0;for(let n=0;n<e.length;n++)","===e.charAt(n)&&i++}(i),t=`${i}, ${t}`),Qe(e,"",t)}(this._element,`${this._duration}ms ${this._easing} ${this._delay}ms 1 normal ${this._fillMode} ${this._name}`),Xe(this._element,this._eventFn,!1),this._startTime=Date.now()}pause(){$e(this._element,this._name,"paused")}resume(){$e(this._element,this._name,"running")}setPosition(e){const t=Ze(this._element,this._name);this._position=e*this._duration,Qe(this._element,"Delay",`-${this._position}ms`,t)}getPosition(){return this._position}_handleCallback(e){const t=e._ngTestManualTimestamp||Date.now(),i=1e3*parseFloat(e.elapsedTime.toFixed(3));e.animationName==this._name&&Math.max(t-this._startTime,0)>=this._delay&&i>=this._duration&&this.finish()}finish(){this._finished||(this._finished=!0,this._onDoneFn(),Xe(this._element,this._eventFn,!0))}destroy(){this._destroyed||(this._destroyed=!0,this.finish(),function(e,t){const i=Ke(e,"").split(","),n=Je(i,t);n>=0&&(i.splice(n,1),Qe(e,"",i.join(",")))}(this._element,this._name))}}function $e(e,t,i){Qe(e,"PlayState",i,Ze(e,t))}function Ze(e,t){const i=Ke(e,"");return i.indexOf(",")>0?Je(i.split(","),t):Je([i],t)}function Je(e,t){for(let i=0;i<e.length;i++)if(e[i].indexOf(t)>=0)return i;return-1}function Xe(e,t,i){i?e.removeEventListener("animationend",t):e.addEventListener("animationend",t)}function Qe(e,t,i,n){const a="animation"+t;if(null!=n){const t=e.style[a];if(t.length){const e=t.split(",");e[n]=i,i=e.join(",")}}e.style[a]=i}function Ke(e,t){return e.style["animation"+t]}class et{constructor(e,t,i,n,a,s,r,o){this.element=e,this.keyframes=t,this.animationName=i,this._duration=n,this._delay=a,this._finalStyles=r,this._specialStyles=o,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this.currentSnapshot={},this._state=0,this.easing=s||"linear",this.totalTime=n+a,this._buildStyler()}onStart(e){this._onStartFns.push(e)}onDone(e){this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}destroy(){this.init(),this._state>=4||(this._state=4,this._styler.destroy(),this._flushStartFns(),this._flushDoneFns(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}_flushDoneFns(){this._onDoneFns.forEach(e=>e()),this._onDoneFns=[]}_flushStartFns(){this._onStartFns.forEach(e=>e()),this._onStartFns=[]}finish(){this.init(),this._state>=3||(this._state=3,this._styler.finish(),this._flushStartFns(),this._specialStyles&&this._specialStyles.finish(),this._flushDoneFns())}setPosition(e){this._styler.setPosition(e)}getPosition(){return this._styler.getPosition()}hasStarted(){return this._state>=2}init(){this._state>=1||(this._state=1,this._styler.apply(),this._delay&&this._styler.pause())}play(){this.init(),this.hasStarted()||(this._flushStartFns(),this._state=2,this._specialStyles&&this._specialStyles.start()),this._styler.resume()}pause(){this.init(),this._styler.pause()}restart(){this.reset(),this.play()}reset(){this._styler.destroy(),this._buildStyler(),this._styler.apply()}_buildStyler(){this._styler=new Ge(this.element,this.animationName,this._duration,this._delay,this.easing,"forwards",()=>this.finish())}triggerCallback(e){const t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(e=>e()),t.length=0}beforeDestroy(){this.init();const e={};if(this.hasStarted()){const t=this._state>=3;Object.keys(this._finalStyles).forEach(i=>{"offset"!=i&&(e[i]=t?this._finalStyles[i]:U(this.element,i))})}this.currentSnapshot=e}}class tt extends s.d{constructor(e,t){super(),this.element=e,this._startingStyles={},this.__initialized=!1,this._styles=M(t)}init(){!this.__initialized&&this._startingStyles&&(this.__initialized=!0,Object.keys(this._styles).forEach(e=>{this._startingStyles[e]=this.element.style[e]}),super.init())}play(){this._startingStyles&&(this.init(),Object.keys(this._styles).forEach(e=>this.element.style.setProperty(e,this._styles[e])),super.play())}destroy(){this._startingStyles&&(Object.keys(this._startingStyles).forEach(e=>{const t=this._startingStyles[e];t?this.element.style.setProperty(e,t):this.element.style.removeProperty(e)}),this._startingStyles=null,super.destroy())}}class it{constructor(){this._count=0,this._head=document.querySelector("head"),this._warningIssued=!1}validateStyleProperty(e){return v(e)}matchesElement(e,t){return w(e,t)}containsElement(e,t){return k(e,t)}query(e,t,i){return x(e,t,i)}computeStyle(e,t,i){return window.getComputedStyle(e)[t]}buildKeyframeElement(e,t,i){i=i.map(e=>M(e));let n=`@keyframes ${t} {\n`,a="";i.forEach(e=>{a=" ";const t=parseFloat(e.offset);n+=`${a}${100*t}% {\n`,a+=" ",Object.keys(e).forEach(t=>{const i=e[t];switch(t){case"offset":return;case"easing":return void(i&&(n+=`${a}animation-timing-function: ${i};\n`));default:return void(n+=`${a}${t}: ${i};\n`)}}),n+=`${a}}\n`}),n+="}\n";const s=document.createElement("style");return s.innerHTML=n,s}animate(e,t,i,n,a,s=[],r){r&&this._notifyFaultyScrubber();const o=s.filter(e=>e instanceof et),l={};V(i,n)&&o.forEach(e=>{let t=e.currentSnapshot;Object.keys(t).forEach(e=>l[e]=t[e])});const u=function(e){let t={};return e&&(Array.isArray(e)?e:[e]).forEach(e=>{Object.keys(e).forEach(i=>{"offset"!=i&&"easing"!=i&&(t[i]=e[i])})}),t}(t=z(e,t,l));if(0==i)return new tt(e,u);const c=`gen_css_kf_${this._count++}`,d=this.buildKeyframeElement(e,c,t);document.querySelector("head").appendChild(d);const m=Ve(e,t),h=new et(e,t,c,i,n,a,u,m);return h.onDestroy(()=>{var e;(e=d).parentNode.removeChild(e)}),h}_notifyFaultyScrubber(){this._warningIssued||(console.warn("@angular/animations: please load the web-animations.js polyfill to allow programmatic access...\n","  visit http://bit.ly/IWukam to learn more about using the web-animation-js polyfill."),this._warningIssued=!0)}}class nt{constructor(e,t,i,n){this.element=e,this.keyframes=t,this.options=i,this._specialStyles=n,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.currentSnapshot={},this._duration=i.duration,this._delay=i.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const e=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,e,this.options),this._finalKeyframe=e.length?e[e.length-1]:{},this.domPlayer.addEventListener("finish",()=>this._onFinish())}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_triggerWebAnimation(e,t,i){return e.animate(t,i)}onStart(e){this._onStartFns.push(e)}onDone(e){this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(e=>e()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}setPosition(e){this.domPlayer.currentTime=e*this.time}getPosition(){return this.domPlayer.currentTime/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const e={};this.hasStarted()&&Object.keys(this._finalKeyframe).forEach(t=>{"offset"!=t&&(e[t]=this._finished?this._finalKeyframe[t]:U(this.element,t))}),this.currentSnapshot=e}triggerCallback(e){const t="start"==e?this._onStartFns:this._onDoneFns;t.forEach(e=>e()),t.length=0}}class at{constructor(){this._isNativeImpl=/\{\s*\[native\s+code\]\s*\}/.test(st().toString()),this._cssKeyframesDriver=new it}validateStyleProperty(e){return v(e)}matchesElement(e,t){return w(e,t)}containsElement(e,t){return k(e,t)}query(e,t,i){return x(e,t,i)}computeStyle(e,t,i){return window.getComputedStyle(e)[t]}overrideWebAnimationsSupport(e){this._isNativeImpl=e}animate(e,t,i,n,a,s=[],r){if(!r&&!this._isNativeImpl)return this._cssKeyframesDriver.animate(e,t,i,n,a,s);const o={duration:i,delay:n,fill:0==n?"both":"forwards"};a&&(o.easing=a);const l={},u=s.filter(e=>e instanceof nt);V(i,n)&&u.forEach(e=>{let t=e.currentSnapshot;Object.keys(t).forEach(e=>l[e]=t[e])});const c=Ve(e,t=z(e,t=t.map(e=>E(e,!1)),l));return new nt(e,t,o,c)}}function st(){return"undefined"!=typeof window&&void 0!==window.document&&Element.prototype.animate||{}}var rt=i("ofXK");i.d(t,"a",(function(){return ft})),i.d(t,"b",(function(){return _t}));let ot=(()=>{class e extends s.b{constructor(e,t){super(),this._nextAnimationId=0,this._renderer=e.createRenderer(t.body,{id:"0",encapsulation:n.S.None,styles:[],data:{animation:[]}})}build(e){const t=this._nextAnimationId.toString();this._nextAnimationId++;const i=Array.isArray(e)?Object(s.j)(e):e;return ct(this._renderer,null,t,"register",[i]),new lt(t,this._renderer)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(n.I),n.dc(rt.e))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();class lt extends s.c{constructor(e,t){super(),this._id=e,this._renderer=t}create(e,t){return new ut(this._id,e,t||{},this._renderer)}}class ut{constructor(e,t,i,n){this.id=e,this.element=t,this._renderer=n,this.parentPlayer=null,this._started=!1,this.totalTime=0,this._command("create",i)}_listen(e,t){return this._renderer.listen(this.element,`@@${this.id}:${e}`,t)}_command(e,...t){return ct(this._renderer,this.element,this.id,e,t)}onDone(e){this._listen("done",e)}onStart(e){this._listen("start",e)}onDestroy(e){this._listen("destroy",e)}init(){this._command("init")}hasStarted(){return this._started}play(){this._command("play"),this._started=!0}pause(){this._command("pause")}restart(){this._command("restart")}finish(){this._command("finish")}destroy(){this._command("destroy")}reset(){this._command("reset")}setPosition(e){this._command("setPosition",e)}getPosition(){return 0}}function ct(e,t,i,n,a){return e.setProperty(t,`@@${i}:${n}`,a)}let dt=(()=>{class e{constructor(e,t,i){this.delegate=e,this.engine=t,this._zone=i,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,this.promise=Promise.resolve(0),t.onRemovalComplete=(e,t)=>{t&&t.parentNode(e)&&t.removeChild(e.parentNode,e)}}createRenderer(e,t){const i=this.delegate.createRenderer(e,t);if(!(e&&t&&t.data&&t.data.animation)){let e=this._rendererCache.get(i);return e||(e=new mt("",i,this.engine),this._rendererCache.set(i,e)),e}const n=t.id,a=t.id+"-"+this._currentId;this._currentId++,this.engine.register(a,e);const s=t=>{Array.isArray(t)?t.forEach(s):this.engine.registerTrigger(n,a,e,t.name,t)};return t.data.animation.forEach(s),new ht(this,a,i,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){this.promise.then(()=>{this._microtaskId++})}scheduleListenerCallback(e,t,i){e>=0&&e<this._microtaskId?this._zone.run(()=>t(i)):(0==this._animationCallbacksBuffer.length&&Promise.resolve(null).then(()=>{this._zone.run(()=>{this._animationCallbacksBuffer.forEach(e=>{const[t,i]=e;t(i)}),this._animationCallbacksBuffer=[]})}),this._animationCallbacksBuffer.push([t,i]))}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}}return e.\u0275fac=function(t){return new(t||e)(n.dc(n.I),n.dc(Be),n.dc(n.C))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();class mt{constructor(e,t,i){this.namespaceId=e,this.delegate=t,this.engine=i,this.destroyNode=this.delegate.destroyNode?e=>t.destroyNode(e):null}get data(){return this.delegate.data}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.delegate.destroy()}createElement(e,t){return this.delegate.createElement(e,t)}createComment(e){return this.delegate.createComment(e)}createText(e){return this.delegate.createText(e)}appendChild(e,t){this.delegate.appendChild(e,t),this.engine.onInsert(this.namespaceId,t,e,!1)}insertBefore(e,t,i){this.delegate.insertBefore(e,t,i),this.engine.onInsert(this.namespaceId,t,e,!0)}removeChild(e,t,i){this.engine.onRemove(this.namespaceId,t,this.delegate,i)}selectRootElement(e,t){return this.delegate.selectRootElement(e,t)}parentNode(e){return this.delegate.parentNode(e)}nextSibling(e){return this.delegate.nextSibling(e)}setAttribute(e,t,i,n){this.delegate.setAttribute(e,t,i,n)}removeAttribute(e,t,i){this.delegate.removeAttribute(e,t,i)}addClass(e,t){this.delegate.addClass(e,t)}removeClass(e,t){this.delegate.removeClass(e,t)}setStyle(e,t,i,n){this.delegate.setStyle(e,t,i,n)}removeStyle(e,t,i){this.delegate.removeStyle(e,t,i)}setProperty(e,t,i){"@"==t.charAt(0)&&"@.disabled"==t?this.disableAnimations(e,!!i):this.delegate.setProperty(e,t,i)}setValue(e,t){this.delegate.setValue(e,t)}listen(e,t,i){return this.delegate.listen(e,t,i)}disableAnimations(e,t){this.engine.disableAnimations(e,t)}}class ht extends mt{constructor(e,t,i,n){super(t,i,n),this.factory=e,this.namespaceId=t}setProperty(e,t,i){"@"==t.charAt(0)?"."==t.charAt(1)&&"@.disabled"==t?this.disableAnimations(e,i=void 0===i||!!i):this.engine.process(this.namespaceId,e,t.substr(1),i):this.delegate.setProperty(e,t,i)}listen(e,t,i){if("@"==t.charAt(0)){const n=function(e){switch(e){case"body":return document.body;case"document":return document;case"window":return window;default:return e}}(e);let a=t.substr(1),s="";return"@"!=a.charAt(0)&&([a,s]=function(e){const t=e.indexOf(".");return[e.substring(0,t),e.substr(t+1)]}(a)),this.engine.listen(this.namespaceId,n,a,s,e=>{this.factory.scheduleListenerCallback(e._data||-1,i,e)})}return this.delegate.listen(e,t,i)}}let pt=(()=>{class e extends Be{constructor(e,t,i){super(e.body,t,i)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(rt.e),n.dc(C),n.dc(fe))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();const ft=new n.s("AnimationModuleType"),gt=[{provide:C,useFactory:function(){return"function"==typeof st()?new at:new it}},{provide:ft,useValue:"BrowserAnimations"},{provide:s.b,useClass:ot},{provide:fe,useFactory:function(){return new ge}},{provide:Be,useClass:pt},{provide:n.I,useFactory:function(e,t,i){return new dt(e,t,i)},deps:[a.e,Be,n.C]}];let _t=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:gt,imports:[a.a]}),e})()},RAwQ:function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?a[i][0]:a[i][1]}function i(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return i(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return i(e)}return i(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_M\xe4erz_Abr\xebll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_M\xe9indeg_D\xebnschdeg_M\xebttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._M\xe9._D\xeb._M\xeb._Do._Fr._Sa.".split("_"),weekdaysMin:"So_M\xe9_D\xeb_M\xeb_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[G\xebschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return i(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return i(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d M\xe9int",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},RaCk:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("fXoL");let a=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[]]}),e})()},RnhZ:function(e,t,i){var n={"./af":"K/tc","./af.js":"K/tc","./ar":"jnO4","./ar-dz":"o1bE","./ar-dz.js":"o1bE","./ar-kw":"Qj4J","./ar-kw.js":"Qj4J","./ar-ly":"HP3h","./ar-ly.js":"HP3h","./ar-ma":"CoRJ","./ar-ma.js":"CoRJ","./ar-sa":"gjCT","./ar-sa.js":"gjCT","./ar-tn":"bYM6","./ar-tn.js":"bYM6","./ar.js":"jnO4","./az":"SFxW","./az.js":"SFxW","./be":"H8ED","./be.js":"H8ED","./bg":"hKrs","./bg.js":"hKrs","./bm":"p/rL","./bm.js":"p/rL","./bn":"kEOa","./bn.js":"kEOa","./bo":"0mo+","./bo.js":"0mo+","./br":"aIdf","./br.js":"aIdf","./bs":"JVSJ","./bs.js":"JVSJ","./ca":"1xZ4","./ca.js":"1xZ4","./cs":"PA2r","./cs.js":"PA2r","./cv":"A+xa","./cv.js":"A+xa","./cy":"l5ep","./cy.js":"l5ep","./da":"DxQv","./da.js":"DxQv","./de":"tGlX","./de-at":"s+uk","./de-at.js":"s+uk","./de-ch":"u3GI","./de-ch.js":"u3GI","./de.js":"tGlX","./dv":"WYrj","./dv.js":"WYrj","./el":"jUeY","./el.js":"jUeY","./en-SG":"zavE","./en-SG.js":"zavE","./en-au":"Dmvi","./en-au.js":"Dmvi","./en-ca":"OIYi","./en-ca.js":"OIYi","./en-gb":"Oaa7","./en-gb.js":"Oaa7","./en-ie":"4dOw","./en-ie.js":"4dOw","./en-il":"czMo","./en-il.js":"czMo","./en-nz":"b1Dy","./en-nz.js":"b1Dy","./eo":"Zduo","./eo.js":"Zduo","./es":"iYuL","./es-do":"CjzT","./es-do.js":"CjzT","./es-us":"Vclq","./es-us.js":"Vclq","./es.js":"iYuL","./et":"7BjC","./et.js":"7BjC","./eu":"D/JM","./eu.js":"D/JM","./fa":"jfSC","./fa.js":"jfSC","./fi":"gekB","./fi.js":"gekB","./fo":"ByF4","./fo.js":"ByF4","./fr":"nyYc","./fr-ca":"2fjn","./fr-ca.js":"2fjn","./fr-ch":"Dkky","./fr-ch.js":"Dkky","./fr.js":"nyYc","./fy":"cRix","./fy.js":"cRix","./ga":"USCx","./ga.js":"USCx","./gd":"9rRi","./gd.js":"9rRi","./gl":"iEDd","./gl.js":"iEDd","./gom-latn":"DKr+","./gom-latn.js":"DKr+","./gu":"4MV3","./gu.js":"4MV3","./he":"x6pH","./he.js":"x6pH","./hi":"3E1r","./hi.js":"3E1r","./hr":"S6ln","./hr.js":"S6ln","./hu":"WxRl","./hu.js":"WxRl","./hy-am":"1rYy","./hy-am.js":"1rYy","./id":"UDhR","./id.js":"UDhR","./is":"BVg3","./is.js":"BVg3","./it":"bpih","./it-ch":"bxKX","./it-ch.js":"bxKX","./it.js":"bpih","./ja":"B55N","./ja.js":"B55N","./jv":"tUCv","./jv.js":"tUCv","./ka":"IBtZ","./ka.js":"IBtZ","./kk":"bXm7","./kk.js":"bXm7","./km":"6B0Y","./km.js":"6B0Y","./kn":"PpIw","./kn.js":"PpIw","./ko":"Ivi+","./ko.js":"Ivi+","./ku":"JCF/","./ku.js":"JCF/","./ky":"lgnt","./ky.js":"lgnt","./lb":"RAwQ","./lb.js":"RAwQ","./lo":"sp3z","./lo.js":"sp3z","./lt":"JvlW","./lt.js":"JvlW","./lv":"uXwI","./lv.js":"uXwI","./me":"KTz0","./me.js":"KTz0","./mi":"aIsn","./mi.js":"aIsn","./mk":"aQkU","./mk.js":"aQkU","./ml":"AvvY","./ml.js":"AvvY","./mn":"lYtQ","./mn.js":"lYtQ","./mr":"Ob0Z","./mr.js":"Ob0Z","./ms":"6+QB","./ms-my":"ZAMP","./ms-my.js":"ZAMP","./ms.js":"6+QB","./mt":"G0Uy","./mt.js":"G0Uy","./my":"honF","./my.js":"honF","./nb":"bOMt","./nb.js":"bOMt","./ne":"OjkT","./ne.js":"OjkT","./nl":"+s0g","./nl-be":"2ykv","./nl-be.js":"2ykv","./nl.js":"+s0g","./nn":"uEye","./nn.js":"uEye","./pa-in":"8/+R","./pa-in.js":"8/+R","./pl":"jVdC","./pl.js":"jVdC","./pt":"8mBD","./pt-br":"0tRk","./pt-br.js":"0tRk","./pt.js":"8mBD","./ro":"lyxo","./ro.js":"lyxo","./ru":"lXzo","./ru.js":"lXzo","./sd":"Z4QM","./sd.js":"Z4QM","./se":"//9w","./se.js":"//9w","./si":"7aV9","./si.js":"7aV9","./sk":"e+ae","./sk.js":"e+ae","./sl":"gVVK","./sl.js":"gVVK","./sq":"yPMs","./sq.js":"yPMs","./sr":"zx6S","./sr-cyrl":"E+lV","./sr-cyrl.js":"E+lV","./sr.js":"zx6S","./ss":"Ur1D","./ss.js":"Ur1D","./sv":"X709","./sv.js":"X709","./sw":"dNwA","./sw.js":"dNwA","./ta":"PeUW","./ta.js":"PeUW","./te":"XLvN","./te.js":"XLvN","./tet":"V2x9","./tet.js":"V2x9","./tg":"Oxv6","./tg.js":"Oxv6","./th":"EOgW","./th.js":"EOgW","./tl-ph":"Dzi0","./tl-ph.js":"Dzi0","./tlh":"z3Vd","./tlh.js":"z3Vd","./tr":"DoHr","./tr.js":"DoHr","./tzl":"z1FC","./tzl.js":"z1FC","./tzm":"wQk9","./tzm-latn":"tT3J","./tzm-latn.js":"tT3J","./tzm.js":"wQk9","./ug-cn":"YRex","./ug-cn.js":"YRex","./uk":"raLr","./uk.js":"raLr","./ur":"UpQW","./ur.js":"UpQW","./uz":"Loxo","./uz-latn":"AQ68","./uz-latn.js":"AQ68","./uz.js":"Loxo","./vi":"KSF8","./vi.js":"KSF8","./x-pseudo":"/X5v","./x-pseudo.js":"/X5v","./yo":"fzPg","./yo.js":"fzPg","./zh-cn":"XDpg","./zh-cn.js":"XDpg","./zh-hk":"SatO","./zh-hk.js":"SatO","./zh-tw":"kOpN","./zh-tw.js":"kOpN"};function a(e){var t=s(e);return i(t)}function s(e){if(!i.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}a.keys=function(){return Object.keys(n)},a.resolve=s,e.exports=a,a.id="RnhZ"},S6ln:function(e,t,i){!function(e){"use strict";function t(e,t,i){var n=e+" ";switch(i){case"ss":return n+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return t?"jedan sat":"jednog sata";case"hh":return n+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return n+(1===e?"dan":"dana");case"MM":return n+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return n+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("hr",{months:{format:"sije\u010dnja_velja\u010de_o\u017eujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"sije\u010danj_velja\u010da_o\u017eujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._o\u017eu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010der u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[pro\u0161lu] dddd [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},SFxW:function(e,t,i){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-\xfcnc\xfc",4:"-\xfcnc\xfc",100:"-\xfcnc\xfc",6:"-nc\u0131",9:"-uncu",10:"-uncu",30:"-uncu",60:"-\u0131nc\u0131",90:"-\u0131nc\u0131"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ert\u0259si_\xc7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131_\xc7\u0259r\u015f\u0259nb\u0259_C\xfcm\u0259 ax\u015fam\u0131_C\xfcm\u0259_\u015e\u0259nb\u0259".split("_"),weekdaysShort:"Baz_BzE_\xc7Ax_\xc7\u0259r_CAx_C\xfcm_\u015e\u0259n".split("_"),weekdaysMin:"Bz_BE_\xc7A_\xc7\u0259_CA_C\xfc_\u015e\u0259".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[g\u0259l\u0259n h\u0259ft\u0259] dddd [saat] LT",lastDay:"[d\xfcn\u0259n] LT",lastWeek:"[ke\xe7\u0259n h\u0259ft\u0259] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \u0259vv\u0259l",s:"birne\xe7\u0259 saniy\u0259",ss:"%d saniy\u0259",m:"bir d\u0259qiq\u0259",mm:"%d d\u0259qiq\u0259",h:"bir saat",hh:"%d saat",d:"bir g\xfcn",dd:"%d g\xfcn",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gec\u0259|s\u0259h\u0259r|g\xfcnd\xfcz|ax\u015fam/,isPM:function(e){return/^(g\xfcnd\xfcz|ax\u015fam)$/.test(e)},meridiem:function(e,t,i){return e<4?"gec\u0259":e<12?"s\u0259h\u0259r":e<17?"g\xfcnd\xfcz":"ax\u015fam"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0131nc\u0131|inci|nci|\xfcnc\xfc|nc\u0131|uncu)/,ordinal:function(e){if(0===e)return e+"-\u0131nc\u0131";var i=e%10;return e+(t[i]||t[e%100-i]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(i("wd/R"))},STbY:function(e,t,i){"use strict";i.d(t,"a",(function(){return A})),i.d(t,"b",(function(){return W})),i.d(t,"c",(function(){return V})),i.d(t,"d",(function(){return N}));var n=i("u47x"),a=i("8LU1"),s=i("FtGj"),r=i("fXoL"),o=i("XNiG"),l=i("quSY"),u=i("VRyK"),c=i("LRne"),d=i("7Hc7"),m=i("JX91"),h=i("eIep"),p=i("IzEk"),f=i("pLZG"),g=i("1G5W"),_=i("3E0/"),b=i("R0Ic"),y=i("+rOU"),v=i("ofXK"),w=i("FKr1"),k=i("rDax"),x=i("nLfN"),M=i("cH1L");const L=["mat-menu-item",""],C=["*"];function S(e,t){if(1&e){const e=r.ac();r.Zb(0,"div",0),r.hc("keydown",(function(t){return r.Dc(e),r.lc()._handleKeydown(t)}))("click",(function(t){return r.Dc(e),r.lc().closed.emit("click")}))("@transformMenu.start",(function(t){return r.Dc(e),r.lc()._onAnimationStart(t)}))("@transformMenu.done",(function(t){return r.Dc(e),r.lc()._onAnimationDone(t)})),r.Zb(1,"div",1),r.pc(2),r.Yb(),r.Yb()}if(2&e){const e=r.lc();r.rc("id",e.panelId)("ngClass",e._classList)("@transformMenu",e._panelAnimationState),r.Gb("aria-label",e.ariaLabel||null)("aria-labelledby",e.ariaLabelledby||null)("aria-describedby",e.ariaDescribedby||null)}}const D={transformMenu:Object(b.n)("transformMenu",[Object(b.k)("void",Object(b.l)({opacity:0,transform:"scale(0.8)"})),Object(b.m)("void => enter",Object(b.g)([Object(b.i)(".mat-menu-content, .mat-mdc-menu-content",Object(b.e)("100ms linear",Object(b.l)({opacity:1}))),Object(b.e)("120ms cubic-bezier(0, 0, 0.2, 1)",Object(b.l)({transform:"scale(1)"}))])),Object(b.m)("* => void",Object(b.e)("100ms 25ms linear",Object(b.l)({opacity:0})))]),fadeInItems:Object(b.n)("fadeInItems",[Object(b.k)("showing",Object(b.l)({opacity:1})),Object(b.m)("void => *",[Object(b.l)({opacity:0}),Object(b.e)("400ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let T=(()=>{class e{constructor(e,t,i,n,a,s,r){this._template=e,this._componentFactoryResolver=t,this._appRef=i,this._injector=n,this._viewContainerRef=a,this._document=s,this._changeDetectorRef=r,this._attached=new o.a}attach(e={}){this._portal||(this._portal=new y.j(this._template,this._viewContainerRef)),this.detach(),this._outlet||(this._outlet=new y.f(this._document.createElement("div"),this._componentFactoryResolver,this._appRef,this._injector));const t=this._template.elementRef.nativeElement;t.parentNode.insertBefore(this._outlet.outletElement,t),this._changeDetectorRef&&this._changeDetectorRef.markForCheck(),this._portal.attach(this._outlet,e),this._attached.next()}detach(){this._portal.isAttached&&this._portal.detach()}ngOnDestroy(){this._outlet&&this._outlet.dispose()}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.O),r.Tb(r.j),r.Tb(r.g),r.Tb(r.t),r.Tb(r.R),r.Tb(v.e),r.Tb(r.h))},e.\u0275dir=r.Ob({type:e,selectors:[["ng-template","matMenuContent",""]]}),e})();const O=new r.s("MAT_MENU_PANEL");class E{}const j=Object(w.v)(Object(w.w)(E));let A=(()=>{class e extends j{constructor(e,t,i,n){super(),this._elementRef=e,this._focusMonitor=i,this._parentMenu=n,this.role="menuitem",this._hovered=new o.a,this._focused=new o.a,this._highlighted=!1,this._triggersSubmenu=!1,i&&i.monitor(this._elementRef,!1),n&&n.addItem&&n.addItem(this),this._document=t}focus(e="program",t){this._focusMonitor?this._focusMonitor.focusVia(this._getHostElement(),e,t):this._getHostElement().focus(t),this._focused.next(this)}ngOnDestroy(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._elementRef),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete(),this._focused.complete()}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._elementRef.nativeElement}_checkDisabled(e){this.disabled&&(e.preventDefault(),e.stopPropagation())}_handleMouseEnter(){this._hovered.next(this)}getLabel(){const e=this._elementRef.nativeElement,t=this._document?this._document.TEXT_NODE:3;let i="";if(e.childNodes){const n=e.childNodes.length;for(let a=0;a<n;a++)e.childNodes[a].nodeType===t&&(i+=e.childNodes[a].textContent)}return i.trim()}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.l),r.Tb(v.e),r.Tb(n.h),r.Tb(O,8))},e.\u0275cmp=r.Nb({type:e,selectors:[["","mat-menu-item",""]],hostVars:10,hostBindings:function(e,t){1&e&&r.hc("click",(function(e){return t._checkDisabled(e)}))("mouseenter",(function(e){return t._handleMouseEnter()})),2&e&&(r.Gb("role",t.role)("tabindex",t._getTabIndex())("aria-disabled",t.disabled.toString())("disabled",t.disabled||null),r.Jb("mat-menu-item",!0)("mat-menu-item-highlighted",t._highlighted)("mat-menu-item-submenu-trigger",t._triggersSubmenu))},inputs:{disabled:"disabled",disableRipple:"disableRipple",role:"role"},exportAs:["matMenuItem"],features:[r.Cb],attrs:L,ngContentSelectors:C,decls:2,vars:2,consts:[["matRipple","",1,"mat-menu-ripple",3,"matRippleDisabled","matRippleTrigger"]],template:function(e,t){1&e&&(r.qc(),r.pc(0),r.Ub(1,"div",0)),2&e&&(r.Fb(1),r.rc("matRippleDisabled",t.disableRipple||t.disabled)("matRippleTrigger",t._getHostElement()))},directives:[w.p],encapsulation:2,changeDetection:0}),e})();const Y=new r.s("mat-menu-default-options",{providedIn:"root",factory:function(){return{overlapTrigger:!1,xPosition:"after",yPosition:"below",backdropClass:"cdk-overlay-transparent-backdrop"}}});let I=0,F=(()=>{class e{constructor(e,t,i){this._elementRef=e,this._ngZone=t,this._defaultOptions=i,this._xPosition=this._defaultOptions.xPosition,this._yPosition=this._defaultOptions.yPosition,this._directDescendantItems=new r.G,this._tabSubscription=l.a.EMPTY,this._classList={},this._panelAnimationState="void",this._animationDone=new o.a,this.backdropClass=this._defaultOptions.backdropClass,this._overlapTrigger=this._defaultOptions.overlapTrigger,this._hasBackdrop=this._defaultOptions.hasBackdrop,this.closed=new r.o,this.close=this.closed,this.panelId=`mat-menu-panel-${I++}`}get xPosition(){return this._xPosition}set xPosition(e){"before"!==e&&"after"!==e&&function(){throw Error('xPosition value must be either \'before\' or after\'.\n      Example: <mat-menu xPosition="before" #menu="matMenu"></mat-menu>')}(),this._xPosition=e,this.setPositionClasses()}get yPosition(){return this._yPosition}set yPosition(e){"above"!==e&&"below"!==e&&function(){throw Error('yPosition value must be either \'above\' or below\'.\n      Example: <mat-menu yPosition="above" #menu="matMenu"></mat-menu>')}(),this._yPosition=e,this.setPositionClasses()}get overlapTrigger(){return this._overlapTrigger}set overlapTrigger(e){this._overlapTrigger=Object(a.c)(e)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(e){this._hasBackdrop=Object(a.c)(e)}set panelClass(e){const t=this._previousPanelClass;t&&t.length&&t.split(" ").forEach(e=>{this._classList[e]=!1}),this._previousPanelClass=e,e&&e.length&&(e.split(" ").forEach(e=>{this._classList[e]=!0}),this._elementRef.nativeElement.className="")}get classList(){return this.panelClass}set classList(e){this.panelClass=e}ngOnInit(){this.setPositionClasses()}ngAfterContentInit(){this._updateDirectDescendants(),this._keyManager=new n.g(this._directDescendantItems).withWrap().withTypeAhead(),this._tabSubscription=this._keyManager.tabOut.subscribe(()=>this.closed.emit("tab")),this._directDescendantItems.changes.pipe(Object(m.a)(this._directDescendantItems),Object(h.a)(e=>Object(u.a)(...e.map(e=>e._focused)))).subscribe(e=>this._keyManager.updateActiveItem(e))}ngOnDestroy(){this._directDescendantItems.destroy(),this._tabSubscription.unsubscribe(),this.closed.complete()}_hovered(){return this._directDescendantItems.changes.pipe(Object(m.a)(this._directDescendantItems),Object(h.a)(e=>Object(u.a)(...e.map(e=>e._hovered))))}addItem(e){}removeItem(e){}_handleKeydown(e){const t=e.keyCode,i=this._keyManager;switch(t){case s.e:Object(s.q)(e)||(e.preventDefault(),this.closed.emit("keydown"));break;case s.g:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case s.k:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;case s.f:case s.c:Object(s.q)(e)||(t===s.f?i.setFirstItemActive():i.setLastItemActive(),e.preventDefault());break;default:t!==s.n&&t!==s.b||i.setFocusOrigin("keyboard"),i.onKeydown(e)}}focusFirstItem(e="program"){this.lazyContent?this._ngZone.onStable.asObservable().pipe(Object(p.a)(1)).subscribe(()=>this._focusFirstItem(e)):this._focusFirstItem(e)}_focusFirstItem(e){const t=this._keyManager;if(t.setFocusOrigin(e).setFirstItemActive(),!t.activeItem&&this._directDescendantItems.length){let e=this._directDescendantItems.first._getHostElement().parentElement;for(;e;){if("menu"===e.getAttribute("role")){e.focus();break}e=e.parentElement}}}resetActiveItem(){this._keyManager.setActiveItem(-1)}setElevation(e){const t=`mat-elevation-z${Math.min(4+e,24)}`,i=Object.keys(this._classList).find(e=>e.startsWith("mat-elevation-z"));i&&i!==this._previousElevation||(this._previousElevation&&(this._classList[this._previousElevation]=!1),this._classList[t]=!0,this._previousElevation=t)}setPositionClasses(e=this.xPosition,t=this.yPosition){const i=this._classList;i["mat-menu-before"]="before"===e,i["mat-menu-after"]="after"===e,i["mat-menu-above"]="above"===t,i["mat-menu-below"]="below"===t}_startAnimation(){this._panelAnimationState="enter"}_resetAnimation(){this._panelAnimationState="void"}_onAnimationDone(e){this._animationDone.next(e),this._isAnimating=!1}_onAnimationStart(e){this._isAnimating=!0,"enter"===e.toState&&0===this._keyManager.activeItemIndex&&(e.element.scrollTop=0)}_updateDirectDescendants(){this._allItems.changes.pipe(Object(m.a)(this._allItems)).subscribe(e=>{this._directDescendantItems.reset(e.filter(e=>e._parentMenu===this)),this._directDescendantItems.notifyOnChanges()})}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.l),r.Tb(r.C),r.Tb(Y))},e.\u0275dir=r.Ob({type:e,contentQueries:function(e,t,i){var n;1&e&&(r.Lb(i,T,!0),r.Lb(i,A,!0),r.Lb(i,A,!1)),2&e&&(r.yc(n=r.ic())&&(t.lazyContent=n.first),r.yc(n=r.ic())&&(t._allItems=n),r.yc(n=r.ic())&&(t.items=n))},viewQuery:function(e,t){var i;1&e&&r.Tc(r.O,!0),2&e&&r.yc(i=r.ic())&&(t.templateRef=i.first)},inputs:{backdropClass:"backdropClass",xPosition:"xPosition",yPosition:"yPosition",overlapTrigger:"overlapTrigger",hasBackdrop:"hasBackdrop",panelClass:["class","panelClass"],classList:"classList",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"]},outputs:{closed:"closed",close:"close"}}),e})(),P=(()=>{class e extends F{}return e.\u0275fac=function(t){return R(t||e)},e.\u0275dir=r.Ob({type:e,features:[r.Cb]}),e})();const R=r.bc(P);let N=(()=>{class e extends P{constructor(e,t,i){super(e,t,i)}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.l),r.Tb(r.C),r.Tb(Y))},e.\u0275cmp=r.Nb({type:e,selectors:[["mat-menu"]],exportAs:["matMenu"],features:[r.Eb([{provide:O,useExisting:P},{provide:P,useExisting:e}]),r.Cb],ngContentSelectors:C,decls:1,vars:0,consts:[["tabindex","-1","role","menu",1,"mat-menu-panel",3,"id","ngClass","keydown","click"],[1,"mat-menu-content"]],template:function(e,t){1&e&&(r.qc(),r.Lc(0,S,3,6,"ng-template"))},directives:[v.q],styles:['.mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:4px;outline:0;min-height:64px}.mat-menu-panel.ng-animating{pointer-events:none}.cdk-high-contrast-active .mat-menu-panel{outline:solid 1px}.mat-menu-content:not(:empty){padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative}.mat-menu-item::-moz-focus-inner{border:0}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px;vertical-align:middle}.mat-menu-item .mat-icon svg{vertical-align:top}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}.mat-menu-item[disabled]{pointer-events:none}.cdk-high-contrast-active .mat-menu-item.cdk-program-focused,.cdk-high-contrast-active .mat-menu-item.cdk-keyboard-focused,.cdk-high-contrast-active .mat-menu-item-highlighted{outline:dotted 1px}.mat-menu-item-submenu-trigger{padding-right:32px}.mat-menu-item-submenu-trigger::after{width:0;height:0;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent currentColor;content:"";display:inline-block;position:absolute;top:50%;right:16px;transform:translateY(-50%)}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}[dir=rtl] .mat-menu-item-submenu-trigger::after{right:auto;left:16px;transform:rotateY(180deg) translateY(-50%)}button.mat-menu-item{width:100%}.mat-menu-item .mat-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}\n'],encapsulation:2,data:{animation:[D.transformMenu,D.fadeInItems]},changeDetection:0}),e})();const q=new r.s("mat-menu-scroll-strategy"),H={provide:q,deps:[k.c],useFactory:function(e){return()=>e.scrollStrategies.reposition()}},B=Object(x.f)({passive:!0});let V=(()=>{class e{constructor(e,t,i,n,a,s,o,u){this._overlay=e,this._element=t,this._viewContainerRef=i,this._parentMenu=a,this._menuItemInstance=s,this._dir=o,this._focusMonitor=u,this._overlayRef=null,this._menuOpen=!1,this._closingActionsSubscription=l.a.EMPTY,this._hoverSubscription=l.a.EMPTY,this._menuCloseSubscription=l.a.EMPTY,this._handleTouchStart=()=>this._openedBy="touch",this._openedBy=null,this.restoreFocus=!0,this.menuOpened=new r.o,this.onMenuOpen=this.menuOpened,this.menuClosed=new r.o,this.onMenuClose=this.menuClosed,t.nativeElement.addEventListener("touchstart",this._handleTouchStart,B),s&&(s._triggersSubmenu=this.triggersSubmenu()),this._scrollStrategy=n}get _deprecatedMatMenuTriggerFor(){return this.menu}set _deprecatedMatMenuTriggerFor(e){this.menu=e}get menu(){return this._menu}set menu(e){e!==this._menu&&(this._menu=e,this._menuCloseSubscription.unsubscribe(),e&&(this._menuCloseSubscription=e.close.asObservable().subscribe(e=>{this._destroyMenu(),"click"!==e&&"tab"!==e||!this._parentMenu||this._parentMenu.closed.emit(e)})))}ngAfterContentInit(){this._checkMenu(),this._handleHover()}ngOnDestroy(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._element.nativeElement.removeEventListener("touchstart",this._handleTouchStart,B),this._menuCloseSubscription.unsubscribe(),this._closingActionsSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()}get menuOpen(){return this._menuOpen}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}triggersSubmenu(){return!(!this._menuItemInstance||!this._parentMenu)}toggleMenu(){return this._menuOpen?this.closeMenu():this.openMenu()}openMenu(){if(this._menuOpen)return;this._checkMenu();const e=this._createOverlay(),t=e.getConfig();this._setPosition(t.positionStrategy),t.hasBackdrop=null==this.menu.hasBackdrop?!this.triggersSubmenu():this.menu.hasBackdrop,e.attach(this._getPortal()),this.menu.lazyContent&&this.menu.lazyContent.attach(this.menuData),this._closingActionsSubscription=this._menuClosingActions().subscribe(()=>this.closeMenu()),this._initMenu(),this.menu instanceof P&&this.menu._startAnimation()}closeMenu(){this.menu.close.emit()}focus(e="program",t){this._focusMonitor?this._focusMonitor.focusVia(this._element,e,t):this._element.nativeElement.focus(t)}_destroyMenu(){if(!this._overlayRef||!this.menuOpen)return;const e=this.menu;this._closingActionsSubscription.unsubscribe(),this._overlayRef.detach(),e instanceof P?(e._resetAnimation(),e.lazyContent?e._animationDone.pipe(Object(f.a)(e=>"void"===e.toState),Object(p.a)(1),Object(g.a)(e.lazyContent._attached)).subscribe({next:()=>e.lazyContent.detach(),complete:()=>this._setIsMenuOpen(!1)}):this._setIsMenuOpen(!1)):(this._setIsMenuOpen(!1),e.lazyContent&&e.lazyContent.detach()),this._restoreFocus()}_initMenu(){this.menu.parentMenu=this.triggersSubmenu()?this._parentMenu:void 0,this.menu.direction=this.dir,this._setMenuElevation(),this._setIsMenuOpen(!0),this.menu.focusFirstItem(this._openedBy||"program")}_setMenuElevation(){if(this.menu.setElevation){let e=0,t=this.menu.parentMenu;for(;t;)e++,t=t.parentMenu;this.menu.setElevation(e)}}_restoreFocus(){this.restoreFocus&&(this._openedBy?this.triggersSubmenu()||this.focus(this._openedBy):this.focus()),this._openedBy=null}_setIsMenuOpen(e){this._menuOpen=e,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this.triggersSubmenu()&&(this._menuItemInstance._highlighted=e)}_checkMenu(){this.menu||function(){throw Error('matMenuTriggerFor: must pass in an mat-menu instance.\n\n    Example:\n      <mat-menu #menu="matMenu"></mat-menu>\n      <button [matMenuTriggerFor]="menu"></button>')}()}_createOverlay(){if(!this._overlayRef){const e=this._getOverlayConfig();this._subscribeToPositions(e.positionStrategy),this._overlayRef=this._overlay.create(e),this._overlayRef.keydownEvents().subscribe()}return this._overlayRef}_getOverlayConfig(){return new k.d({positionStrategy:this._overlay.position().flexibleConnectedTo(this._element).withLockedPosition().withTransformOriginOn(".mat-menu-panel, .mat-mdc-menu-panel"),backdropClass:this.menu.backdropClass||"cdk-overlay-transparent-backdrop",scrollStrategy:this._scrollStrategy(),direction:this._dir})}_subscribeToPositions(e){this.menu.setPositionClasses&&e.positionChanges.subscribe(e=>{this.menu.setPositionClasses("start"===e.connectionPair.overlayX?"after":"before","top"===e.connectionPair.overlayY?"below":"above")})}_setPosition(e){let[t,i]="before"===this.menu.xPosition?["end","start"]:["start","end"],[n,a]="above"===this.menu.yPosition?["bottom","top"]:["top","bottom"],[s,r]=[n,a],[o,l]=[t,i],u=0;this.triggersSubmenu()?(l=t="before"===this.menu.xPosition?"start":"end",i=o="end"===t?"start":"end",u="bottom"===n?8:-8):this.menu.overlapTrigger||(s="top"===n?"bottom":"top",r="top"===a?"bottom":"top"),e.withPositions([{originX:t,originY:s,overlayX:o,overlayY:n,offsetY:u},{originX:i,originY:s,overlayX:l,overlayY:n,offsetY:u},{originX:t,originY:r,overlayX:o,overlayY:a,offsetY:-u},{originX:i,originY:r,overlayX:l,overlayY:a,offsetY:-u}])}_menuClosingActions(){const e=this._overlayRef.backdropClick(),t=this._overlayRef.detachments(),i=this._parentMenu?this._parentMenu.closed:Object(c.a)(),n=this._parentMenu?this._parentMenu._hovered().pipe(Object(f.a)(e=>e!==this._menuItemInstance),Object(f.a)(()=>this._menuOpen)):Object(c.a)();return Object(u.a)(e,i,n,t)}_handleMousedown(e){Object(n.l)(e)||(this._openedBy=0===e.button?"mouse":null,this.triggersSubmenu()&&e.preventDefault())}_handleKeydown(e){const t=e.keyCode;this.triggersSubmenu()&&(t===s.k&&"ltr"===this.dir||t===s.g&&"rtl"===this.dir)&&this.openMenu()}_handleClick(e){this.triggersSubmenu()?(e.stopPropagation(),this.openMenu()):this.toggleMenu()}_handleHover(){this.triggersSubmenu()&&(this._hoverSubscription=this._parentMenu._hovered().pipe(Object(f.a)(e=>e===this._menuItemInstance&&!e.disabled),Object(_.a)(0,d.a)).subscribe(()=>{this._openedBy="mouse",this.menu instanceof P&&this.menu._isAnimating?this.menu._animationDone.pipe(Object(p.a)(1),Object(_.a)(0,d.a),Object(g.a)(this._parentMenu._hovered())).subscribe(()=>this.openMenu()):this.openMenu()}))}_getPortal(){return this._portal&&this._portal.templateRef===this.menu.templateRef||(this._portal=new y.j(this.menu.templateRef,this._viewContainerRef)),this._portal}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(k.c),r.Tb(r.l),r.Tb(r.R),r.Tb(q),r.Tb(P,8),r.Tb(A,10),r.Tb(M.c,8),r.Tb(n.h))},e.\u0275dir=r.Ob({type:e,selectors:[["","mat-menu-trigger-for",""],["","matMenuTriggerFor",""]],hostAttrs:["aria-haspopup","true",1,"mat-menu-trigger"],hostVars:2,hostBindings:function(e,t){1&e&&r.hc("mousedown",(function(e){return t._handleMousedown(e)}))("keydown",(function(e){return t._handleKeydown(e)}))("click",(function(e){return t._handleClick(e)})),2&e&&r.Gb("aria-expanded",t.menuOpen||null)("aria-controls",t.menuOpen?t.menu.panelId:null)},inputs:{restoreFocus:["matMenuTriggerRestoreFocus","restoreFocus"],_deprecatedMatMenuTriggerFor:["mat-menu-trigger-for","_deprecatedMatMenuTriggerFor"],menu:["matMenuTriggerFor","menu"],menuData:["matMenuTriggerData","menuData"]},outputs:{menuOpened:"menuOpened",onMenuOpen:"onMenuOpen",menuClosed:"menuClosed",onMenuClose:"onMenuClose"},exportAs:["matMenuTrigger"]}),e})(),z=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},providers:[H],imports:[w.h]}),e})(),W=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},providers:[H],imports:[[v.c,w.h,w.q,k.f,z],z]}),e})()},SatO:function(e,t,i){!function(e){"use strict";e.defineLocale("zh-hk",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u51cc\u6668"===t||"\u65e9\u4e0a"===t||"\u4e0a\u5348"===t?e:"\u4e2d\u5348"===t?e>=11?e:e+12:"\u4e0b\u5348"===t||"\u665a\u4e0a"===t?e+12:void 0},meridiem:function(e,t,i){var n=100*e+t;return n<600?"\u51cc\u6668":n<900?"\u65e9\u4e0a":n<1130?"\u4e0a\u5348":n<1230?"\u4e2d\u5348":n<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929]LT",nextDay:"[\u660e\u5929]LT",nextWeek:"[\u4e0b]ddddLT",lastDay:"[\u6628\u5929]LT",lastWeek:"[\u4e0a]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u9031";default:return e}},relativeTime:{future:"%s\u5167",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}})}(i("wd/R"))},SeVD:function(e,t,i){"use strict";var n=i("ngJS"),a=i("NJ4a"),s=i("Lhse"),r=i("kJWO"),o=i("I55L"),l=i("c2HN"),u=i("XoHu");i.d(t,"a",(function(){return c}));const c=e=>{if(e&&"function"==typeof e[r.a])return c=e,e=>{const t=c[r.a]();if("function"!=typeof t.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return t.subscribe(e)};if(Object(o.a)(e))return Object(n.a)(e);if(Object(l.a)(e))return i=e,e=>(i.then(t=>{e.closed||(e.next(t),e.complete())},t=>e.error(t)).then(null,a.a),e);if(e&&"function"==typeof e[s.a])return t=e,e=>{const i=t[s.a]();for(;;){const t=i.next();if(t.done){e.complete();break}if(e.next(t.value),e.closed)break}return"function"==typeof i.return&&e.add(()=>{i.return&&i.return()}),e};{const t=Object(u.a)(e)?"an invalid object":`'${e}'`;throw new TypeError(`You provided ${t} where a stream was expected.`+" You can provide an Observable, Promise, Array, or Iterable.")}var t,i,c}},SpAZ:function(e,t,i){"use strict";function n(e){return e}i.d(t,"a",(function(){return n}))},SxV6:function(e,t,i){"use strict";i.d(t,"a",(function(){return u}));var n=i("sVev"),a=i("pLZG"),s=i("IzEk"),r=i("xbPD"),o=i("XDbj"),l=i("SpAZ");function u(e,t){const i=arguments.length>=2;return u=>u.pipe(e?Object(a.a)((t,i)=>e(t,i,u)):l.a,Object(s.a)(1),i?Object(r.a)(t):Object(o.a)(()=>new n.a))}},Tk7p:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("fXoL");let a=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[]]}),e})()},UDhR:function(e,t,i){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,i){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i("wd/R"))},USCx:function(e,t,i){!function(e){"use strict";e.defineLocale("ga",{months:["Ean\xe1ir","Feabhra","M\xe1rta","Aibre\xe1n","Bealtaine","M\xe9itheamh","I\xfail","L\xfanasa","Me\xe1n F\xf3mhair","Deaireadh F\xf3mhair","Samhain","Nollaig"],monthsShort:["Ean\xe1","Feab","M\xe1rt","Aibr","Beal","M\xe9it","I\xfail","L\xfana","Me\xe1n","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["D\xe9 Domhnaigh","D\xe9 Luain","D\xe9 M\xe1irt","D\xe9 C\xe9adaoin","D\xe9ardaoin","D\xe9 hAoine","D\xe9 Satharn"],weekdaysShort:["Dom","Lua","M\xe1i","C\xe9a","D\xe9a","hAo","Sat"],weekdaysMin:["Do","Lu","M\xe1","Ce","D\xe9","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Am\xe1rach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inn\xe9 aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s \xf3 shin",s:"c\xfapla soicind",ss:"%d soicind",m:"n\xf3im\xe9ad",mm:"%d n\xf3im\xe9ad",h:"uair an chloig",hh:"%d uair an chloig",d:"l\xe1",dd:"%d l\xe1",M:"m\xed",MM:"%d m\xed",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(i("wd/R"))},UXun:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("jtHE");function a(e,t,i){let a;return a=e&&"object"==typeof e?e:{bufferSize:e,windowTime:t,refCount:!1,scheduler:i},e=>e.lift(function({bufferSize:e=Number.POSITIVE_INFINITY,windowTime:t=Number.POSITIVE_INFINITY,refCount:i,scheduler:a}){let s,r,o=0,l=!1,u=!1;return function(c){o++,s&&!l||(l=!1,s=new n.a(e,t,a),r=c.subscribe({next(e){s.next(e)},error(e){l=!0,s.error(e)},complete(){u=!0,r=void 0,s.complete()}}));const d=s.subscribe(this);this.add(()=>{o--,d.unsubscribe(),r&&!u&&i&&0===o&&(r.unsubscribe(),r=void 0,s=void 0)})}}(a))}},UpQW:function(e,t,i){!function(e){"use strict";var t=["\u062c\u0646\u0648\u0631\u06cc","\u0641\u0631\u0648\u0631\u06cc","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u0626\u06cc","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0626\u06cc","\u0627\u06af\u0633\u062a","\u0633\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"],i=["\u0627\u062a\u0648\u0627\u0631","\u067e\u06cc\u0631","\u0645\u0646\u06af\u0644","\u0628\u062f\u06be","\u062c\u0645\u0639\u0631\u0627\u062a","\u062c\u0645\u0639\u06c1","\u06c1\u0641\u062a\u06c1"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:i,weekdaysShort:i,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060c D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(e){return"\u0634\u0627\u0645"===e},meridiem:function(e,t,i){return e<12?"\u0635\u0628\u062d":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0622\u062c \u0628\u0648\u0642\u062a] LT",nextDay:"[\u06a9\u0644 \u0628\u0648\u0642\u062a] LT",nextWeek:"dddd [\u0628\u0648\u0642\u062a] LT",lastDay:"[\u06af\u0630\u0634\u062a\u06c1 \u0631\u0648\u0632 \u0628\u0648\u0642\u062a] LT",lastWeek:"[\u06af\u0630\u0634\u062a\u06c1] dddd [\u0628\u0648\u0642\u062a] LT",sameElse:"L"},relativeTime:{future:"%s \u0628\u0639\u062f",past:"%s \u0642\u0628\u0644",s:"\u0686\u0646\u062f \u0633\u06cc\u06a9\u0646\u0688",ss:"%d \u0633\u06cc\u06a9\u0646\u0688",m:"\u0627\u06cc\u06a9 \u0645\u0646\u0679",mm:"%d \u0645\u0646\u0679",h:"\u0627\u06cc\u06a9 \u06af\u06be\u0646\u0679\u06c1",hh:"%d \u06af\u06be\u0646\u0679\u06d2",d:"\u0627\u06cc\u06a9 \u062f\u0646",dd:"%d \u062f\u0646",M:"\u0627\u06cc\u06a9 \u0645\u0627\u06c1",MM:"%d \u0645\u0627\u06c1",y:"\u0627\u06cc\u06a9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:1,doy:4}})}(i("wd/R"))},Ur1D:function(e,t,i){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,i){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(i("wd/R"))},V2x9:function(e,t,i){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Ju\xf1u_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},VRyK:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var n=i("HDdC"),a=i("z+Ro"),s=i("bHdf"),r=i("yCtX");function o(...e){let t=Number.POSITIVE_INFINITY,i=null,o=e[e.length-1];return Object(a.a)(o)?(i=e.pop(),e.length>1&&"number"==typeof e[e.length-1]&&(t=e.pop())):"number"==typeof o&&(t=e.pop()),null===i&&1===e.length&&e[0]instanceof n.a?e[0]:Object(s.a)(t)(Object(r.a)(e,i))}},Vclq:function(e,t,i){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:0,doy:6}})}(i("wd/R"))},WMd4:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("EY2u"),a=i("LRne"),s=i("z6cu");let r=(()=>{class e{constructor(e,t,i){this.kind=e,this.value=t,this.error=i,this.hasValue="N"===e}observe(e){switch(this.kind){case"N":return e.next&&e.next(this.value);case"E":return e.error&&e.error(this.error);case"C":return e.complete&&e.complete()}}do(e,t,i){switch(this.kind){case"N":return e&&e(this.value);case"E":return t&&t(this.error);case"C":return i&&i()}}accept(e,t,i){return e&&"function"==typeof e.next?this.observe(e):this.do(e,t,i)}toObservable(){switch(this.kind){case"N":return Object(a.a)(this.value);case"E":return Object(s.a)(this.error);case"C":return Object(n.b)()}throw new Error("unexpected notification kind value")}static createNext(t){return void 0!==t?new e("N",t):e.undefinedValueNotification}static createError(t){return new e("E",void 0,t)}static createComplete(){return e.completeNotification}}return e.completeNotification=new e("C"),e.undefinedValueNotification=new e("N",void 0),e})()},WYrj:function(e,t,i){!function(e){"use strict";var t=["\u0796\u07ac\u0782\u07aa\u0787\u07a6\u0783\u07a9","\u078a\u07ac\u0784\u07b0\u0783\u07aa\u0787\u07a6\u0783\u07a9","\u0789\u07a7\u0783\u07a8\u0797\u07aa","\u0787\u07ad\u0795\u07b0\u0783\u07a9\u078d\u07aa","\u0789\u07ad","\u0796\u07ab\u0782\u07b0","\u0796\u07aa\u078d\u07a6\u0787\u07a8","\u0787\u07af\u078e\u07a6\u0790\u07b0\u0793\u07aa","\u0790\u07ac\u0795\u07b0\u0793\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa","\u0787\u07ae\u0786\u07b0\u0793\u07af\u0784\u07a6\u0783\u07aa","\u0782\u07ae\u0788\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa","\u0791\u07a8\u0790\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa"],i=["\u0787\u07a7\u078b\u07a8\u0787\u07b0\u078c\u07a6","\u0780\u07af\u0789\u07a6","\u0787\u07a6\u0782\u07b0\u078e\u07a7\u0783\u07a6","\u0784\u07aa\u078b\u07a6","\u0784\u07aa\u0783\u07a7\u0790\u07b0\u078a\u07a6\u078c\u07a8","\u0780\u07aa\u0786\u07aa\u0783\u07aa","\u0780\u07ae\u0782\u07a8\u0780\u07a8\u0783\u07aa"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:i,weekdaysShort:i,weekdaysMin:"\u0787\u07a7\u078b\u07a8_\u0780\u07af\u0789\u07a6_\u0787\u07a6\u0782\u07b0_\u0784\u07aa\u078b\u07a6_\u0784\u07aa\u0783\u07a7_\u0780\u07aa\u0786\u07aa_\u0780\u07ae\u0782\u07a8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0789\u0786|\u0789\u078a/,isPM:function(e){return"\u0789\u078a"===e},meridiem:function(e,t,i){return e<12?"\u0789\u0786":"\u0789\u078a"},calendar:{sameDay:"[\u0789\u07a8\u0787\u07a6\u078b\u07aa] LT",nextDay:"[\u0789\u07a7\u078b\u07a6\u0789\u07a7] LT",nextWeek:"dddd LT",lastDay:"[\u0787\u07a8\u0787\u07b0\u0794\u07ac] LT",lastWeek:"[\u078a\u07a7\u0787\u07a8\u078c\u07aa\u0788\u07a8] dddd LT",sameElse:"L"},relativeTime:{future:"\u078c\u07ac\u0783\u07ad\u078e\u07a6\u0787\u07a8 %s",past:"\u0786\u07aa\u0783\u07a8\u0782\u07b0 %s",s:"\u0790\u07a8\u0786\u07aa\u0782\u07b0\u078c\u07aa\u0786\u07ae\u0785\u07ac\u0787\u07b0",ss:"d% \u0790\u07a8\u0786\u07aa\u0782\u07b0\u078c\u07aa",m:"\u0789\u07a8\u0782\u07a8\u0793\u07ac\u0787\u07b0",mm:"\u0789\u07a8\u0782\u07a8\u0793\u07aa %d",h:"\u078e\u07a6\u0791\u07a8\u0787\u07a8\u0783\u07ac\u0787\u07b0",hh:"\u078e\u07a6\u0791\u07a8\u0787\u07a8\u0783\u07aa %d",d:"\u078b\u07aa\u0788\u07a6\u0780\u07ac\u0787\u07b0",dd:"\u078b\u07aa\u0788\u07a6\u0790\u07b0 %d",M:"\u0789\u07a6\u0780\u07ac\u0787\u07b0",MM:"\u0789\u07a6\u0790\u07b0 %d",y:"\u0787\u07a6\u0780\u07a6\u0783\u07ac\u0787\u07b0",yy:"\u0787\u07a6\u0780\u07a6\u0783\u07aa %d"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:7,doy:12}})}(i("wd/R"))},WxRl:function(e,t,i){!function(e){"use strict";var t="vas\xe1rnap h\xe9tf\u0151n kedden szerd\xe1n cs\xfct\xf6rt\xf6k\xf6n p\xe9nteken szombaton".split(" ");function i(e,t,i,n){var a=e;switch(i){case"s":return n||t?"n\xe9h\xe1ny m\xe1sodperc":"n\xe9h\xe1ny m\xe1sodperce";case"ss":return a+(n||t)?" m\xe1sodperc":" m\xe1sodperce";case"m":return"egy"+(n||t?" perc":" perce");case"mm":return a+(n||t?" perc":" perce");case"h":return"egy"+(n||t?" \xf3ra":" \xf3r\xe1ja");case"hh":return a+(n||t?" \xf3ra":" \xf3r\xe1ja");case"d":return"egy"+(n||t?" nap":" napja");case"dd":return a+(n||t?" nap":" napja");case"M":return"egy"+(n||t?" h\xf3nap":" h\xf3napja");case"MM":return a+(n||t?" h\xf3nap":" h\xf3napja");case"y":return"egy"+(n||t?" \xe9v":" \xe9ve");case"yy":return a+(n||t?" \xe9v":" \xe9ve")}return""}function n(e){return(e?"":"[m\xfalt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"janu\xe1r_febru\xe1r_m\xe1rcius_\xe1prilis_m\xe1jus_j\xfanius_j\xfalius_augusztus_szeptember_okt\xf3ber_november_december".split("_"),monthsShort:"jan_feb_m\xe1rc_\xe1pr_m\xe1j_j\xfan_j\xfal_aug_szept_okt_nov_dec".split("_"),weekdays:"vas\xe1rnap_h\xe9tf\u0151_kedd_szerda_cs\xfct\xf6rt\xf6k_p\xe9ntek_szombat".split("_"),weekdaysShort:"vas_h\xe9t_kedd_sze_cs\xfct_p\xe9n_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,i){return e<12?!0===i?"de":"DE":!0===i?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return n.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return n.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s m\xfalva",past:"%s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},X709:function(e,t,i){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xf6ndag_m\xe5ndag_tisdag_onsdag_torsdag_fredag_l\xf6rdag".split("_"),weekdaysShort:"s\xf6n_m\xe5n_tis_ons_tor_fre_l\xf6r".split("_"),weekdaysMin:"s\xf6_m\xe5_ti_on_to_fr_l\xf6".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Ig\xe5r] LT",nextWeek:"[P\xe5] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"f\xf6r %s sedan",s:"n\xe5gra sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en m\xe5nad",MM:"%d m\xe5nader",y:"ett \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"e":1===t?"a":2===t?"a":"e")},week:{dow:1,doy:4}})}(i("wd/R"))},XDbj:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("sVev"),a=i("7o/Q");function s(e=l){return t=>t.lift(new r(e))}class r{constructor(e){this.errorFactory=e}call(e,t){return t.subscribe(new o(e,this.errorFactory))}}class o extends a.a{constructor(e,t){super(e),this.errorFactory=t,this.hasValue=!1}_next(e){this.hasValue=!0,this.destination.next(e)}_complete(){if(this.hasValue)return this.destination.complete();{let t;try{t=this.errorFactory()}catch(e){t=e}this.destination.error(t)}}}function l(){return new n.a}},XDpg:function(e,t,i){!function(e){"use strict";e.defineLocale("zh-cn",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u5468\u65e5_\u5468\u4e00_\u5468\u4e8c_\u5468\u4e09_\u5468\u56db_\u5468\u4e94_\u5468\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5Ah\u70b9mm\u5206",LLLL:"YYYY\u5e74M\u6708D\u65e5ddddAh\u70b9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u51cc\u6668"===t||"\u65e9\u4e0a"===t||"\u4e0a\u5348"===t?e:"\u4e0b\u5348"===t||"\u665a\u4e0a"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,i){var n=100*e+t;return n<600?"\u51cc\u6668":n<900?"\u65e9\u4e0a":n<1130?"\u4e0a\u5348":n<1230?"\u4e2d\u5348":n<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929]LT",nextDay:"[\u660e\u5929]LT",nextWeek:"[\u4e0b]ddddLT",lastDay:"[\u6628\u5929]LT",lastWeek:"[\u4e0a]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u5468)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u5468";default:return e}},relativeTime:{future:"%s\u5185",past:"%s\u524d",s:"\u51e0\u79d2",ss:"%d \u79d2",m:"1 \u5206\u949f",mm:"%d \u5206\u949f",h:"1 \u5c0f\u65f6",hh:"%d \u5c0f\u65f6",d:"1 \u5929",dd:"%d \u5929",M:"1 \u4e2a\u6708",MM:"%d \u4e2a\u6708",y:"1 \u5e74",yy:"%d \u5e74"},week:{dow:1,doy:4}})}(i("wd/R"))},XLvN:function(e,t,i){!function(e){"use strict";e.defineLocale("te",{months:"\u0c1c\u0c28\u0c35\u0c30\u0c3f_\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f_\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f_\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d_\u0c2e\u0c47_\u0c1c\u0c42\u0c28\u0c4d_\u0c1c\u0c41\u0c32\u0c48_\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41_\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d_\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d_\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d_\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d".split("_"),monthsShort:"\u0c1c\u0c28._\u0c2b\u0c3f\u0c2c\u0c4d\u0c30._\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f_\u0c0f\u0c2a\u0c4d\u0c30\u0c3f._\u0c2e\u0c47_\u0c1c\u0c42\u0c28\u0c4d_\u0c1c\u0c41\u0c32\u0c48_\u0c06\u0c17._\u0c38\u0c46\u0c2a\u0c4d._\u0c05\u0c15\u0c4d\u0c1f\u0c4b._\u0c28\u0c35._\u0c21\u0c3f\u0c38\u0c46.".split("_"),monthsParseExact:!0,weekdays:"\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02_\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02_\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02_\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02_\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02_\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02_\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02".split("_"),weekdaysShort:"\u0c06\u0c26\u0c3f_\u0c38\u0c4b\u0c2e_\u0c2e\u0c02\u0c17\u0c33_\u0c2c\u0c41\u0c27_\u0c17\u0c41\u0c30\u0c41_\u0c36\u0c41\u0c15\u0c4d\u0c30_\u0c36\u0c28\u0c3f".split("_"),weekdaysMin:"\u0c06_\u0c38\u0c4b_\u0c2e\u0c02_\u0c2c\u0c41_\u0c17\u0c41_\u0c36\u0c41_\u0c36".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0c28\u0c47\u0c21\u0c41] LT",nextDay:"[\u0c30\u0c47\u0c2a\u0c41] LT",nextWeek:"dddd, LT",lastDay:"[\u0c28\u0c3f\u0c28\u0c4d\u0c28] LT",lastWeek:"[\u0c17\u0c24] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0c32\u0c4b",past:"%s \u0c15\u0c4d\u0c30\u0c3f\u0c24\u0c02",s:"\u0c15\u0c4a\u0c28\u0c4d\u0c28\u0c3f \u0c15\u0c4d\u0c37\u0c23\u0c3e\u0c32\u0c41",ss:"%d \u0c38\u0c46\u0c15\u0c28\u0c4d\u0c32\u0c41",m:"\u0c12\u0c15 \u0c28\u0c3f\u0c2e\u0c3f\u0c37\u0c02",mm:"%d \u0c28\u0c3f\u0c2e\u0c3f\u0c37\u0c3e\u0c32\u0c41",h:"\u0c12\u0c15 \u0c17\u0c02\u0c1f",hh:"%d \u0c17\u0c02\u0c1f\u0c32\u0c41",d:"\u0c12\u0c15 \u0c30\u0c4b\u0c1c\u0c41",dd:"%d \u0c30\u0c4b\u0c1c\u0c41\u0c32\u0c41",M:"\u0c12\u0c15 \u0c28\u0c46\u0c32",MM:"%d \u0c28\u0c46\u0c32\u0c32\u0c41",y:"\u0c12\u0c15 \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c02",yy:"%d \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c3e\u0c32\u0c41"},dayOfMonthOrdinalParse:/\d{1,2}\u0c35/,ordinal:"%d\u0c35",meridiemParse:/\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f|\u0c09\u0c26\u0c2f\u0c02|\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02|\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f"===t?e<4?e:e+12:"\u0c09\u0c26\u0c2f\u0c02"===t?e:"\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02"===t?e>=10?e:e+12:"\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f":e<10?"\u0c09\u0c26\u0c2f\u0c02":e<17?"\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02":e<20?"\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02":"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f"},week:{dow:0,doy:6}})}(i("wd/R"))},XNiG:function(e,t,i){"use strict";i.d(t,"b",(function(){return u})),i.d(t,"a",(function(){return c}));var n=i("HDdC"),a=i("7o/Q"),s=i("quSY"),r=i("9ppp"),o=i("Ylt2"),l=i("2QA8");class u extends a.a{constructor(e){super(e),this.destination=e}}let c=(()=>{class e extends n.a{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[l.a](){return new u(this)}lift(e){const t=new d(this,this);return t.operator=e,t}next(e){if(this.closed)throw new r.a;if(!this.isStopped){const{observers:t}=this,i=t.length,n=t.slice();for(let a=0;a<i;a++)n[a].next(e)}}error(e){if(this.closed)throw new r.a;this.hasError=!0,this.thrownError=e,this.isStopped=!0;const{observers:t}=this,i=t.length,n=t.slice();for(let a=0;a<i;a++)n[a].error(e);this.observers.length=0}complete(){if(this.closed)throw new r.a;this.isStopped=!0;const{observers:e}=this,t=e.length,i=e.slice();for(let n=0;n<t;n++)i[n].complete();this.observers.length=0}unsubscribe(){this.isStopped=!0,this.closed=!0,this.observers=null}_trySubscribe(e){if(this.closed)throw new r.a;return super._trySubscribe(e)}_subscribe(e){if(this.closed)throw new r.a;return this.hasError?(e.error(this.thrownError),s.a.EMPTY):this.isStopped?(e.complete(),s.a.EMPTY):(this.observers.push(e),new o.a(this,e))}asObservable(){const e=new n.a;return e.source=this,e}}return e.create=(e,t)=>new d(e,t),e})();class d extends c{constructor(e,t){super(),this.destination=e,this.source=t}next(e){const{destination:t}=this;t&&t.next&&t.next(e)}error(e){const{destination:t}=this;t&&t.error&&this.destination.error(e)}complete(){const{destination:e}=this;e&&e.complete&&this.destination.complete()}_subscribe(e){const{source:t}=this;return t?this.source.subscribe(e):s.a.EMPTY}}},XiUz:function(e,t,i){"use strict";i.d(t,"e",(function(){return G})),i.d(t,"a",(function(){return k})),i.d(t,"d",(function(){return E})),i.d(t,"c",(function(){return f})),i.d(t,"b",(function(){return P}));var n=i("fXoL"),a=i("pD6V"),s=i("cH1L"),r=(i("XNiG"),i("1G5W"));const o=["row","column","row-reverse","column-reverse"];function l(e){e=e?e.toLowerCase():"";let[t,i,n]=e.split(" ");return o.find(e=>e===t)||(t=o[0]),"inline"===i&&(i="inline"!==n?n:"",n="inline"),[t,c(i),!!n]}function u(e){let[t]=l(e);return t.indexOf("row")>-1}function c(e){if(e)switch(e.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":e="wrap-reverse";break;case"no":case"none":case"nowrap":e="nowrap";break;default:e="wrap"}return e}let d=(()=>{class e extends a.i{buildStyles(e){return function(e){let[t,i,n]=l(e);return function(e,t=null,i=!1){return{display:i?"inline-flex":"flex","box-sizing":"border-box","flex-direction":e,"flex-wrap":t||null}}(t,i,n)}(e)}}return e.\u0275fac=function(t){return m(t||e)},e.\u0275prov=Object(n.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})();const m=n.bc(d),h=["fxLayout","fxLayout.xs","fxLayout.sm","fxLayout.md","fxLayout.lg","fxLayout.xl","fxLayout.lt-sm","fxLayout.lt-md","fxLayout.lt-lg","fxLayout.lt-xl","fxLayout.gt-xs","fxLayout.gt-sm","fxLayout.gt-md","fxLayout.gt-lg"];let p=(()=>{class e extends a.b{constructor(e,t,i,n){super(e,i,t,n),this.DIRECTIVE_KEY="layout",this.styleCache=_,this.init()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(a.j),n.Tb(d),n.Tb(a.f))},e.\u0275dir=n.Ob({type:e,features:[n.Cb]}),e})(),f=(()=>{class e extends p{constructor(){super(...arguments),this.inputs=h}}return e.\u0275fac=function(t){return g(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","fxLayout",""],["","fxLayout.xs",""],["","fxLayout.sm",""],["","fxLayout.md",""],["","fxLayout.lg",""],["","fxLayout.xl",""],["","fxLayout.lt-sm",""],["","fxLayout.lt-md",""],["","fxLayout.lt-lg",""],["","fxLayout.lt-xl",""],["","fxLayout.gt-xs",""],["","fxLayout.gt-sm",""],["","fxLayout.gt-md",""],["","fxLayout.gt-lg",""]],inputs:{fxLayout:"fxLayout","fxLayout.xs":"fxLayout.xs","fxLayout.sm":"fxLayout.sm","fxLayout.md":"fxLayout.md","fxLayout.lg":"fxLayout.lg","fxLayout.xl":"fxLayout.xl","fxLayout.lt-sm":"fxLayout.lt-sm","fxLayout.lt-md":"fxLayout.lt-md","fxLayout.lt-lg":"fxLayout.lt-lg","fxLayout.lt-xl":"fxLayout.lt-xl","fxLayout.gt-xs":"fxLayout.gt-xs","fxLayout.gt-sm":"fxLayout.gt-sm","fxLayout.gt-md":"fxLayout.gt-md","fxLayout.gt-lg":"fxLayout.gt-lg"},features:[n.Cb]}),e})();const g=n.bc(f),_=new Map;function b(e,...t){if(null==e)throw TypeError("Cannot convert undefined or null to object");for(let i of t)if(null!=i)for(let t in i)i.hasOwnProperty(t)&&(e[t]=i[t]);return e}let y=(()=>{class e extends a.i{constructor(e){super(),this.layoutConfig=e}buildStyles(e,t){let[i,n,...a]=e.split(" "),s=a.join(" ");const r=t.direction.indexOf("column")>-1?"column":"row",o=u(r)?"max-width":"max-height",l=u(r)?"min-width":"min-height",c=String(s).indexOf("calc")>-1,d=c||"auto"===s,m=String(s).indexOf("%")>-1&&!c,h=String(s).indexOf("px")>-1||String(s).indexOf("rem")>-1||String(s).indexOf("em")>-1||String(s).indexOf("vw")>-1||String(s).indexOf("vh")>-1;let p=c||h;i="0"==i?0:i,n="0"==n?0:n;const f=!i&&!n;let g={};const _={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(s||""){case"":const e=!1!==this.layoutConfig.useColumnBasisZero;s="row"===r?"0%":e?"0.000000001px":"auto";break;case"initial":case"nogrow":i=0,s="auto";break;case"grow":s="100%";break;case"noshrink":n=0,s="auto";break;case"auto":break;case"none":i=0,n=0,s="auto";break;default:p||m||isNaN(s)||(s+="%"),"0%"===s&&(p=!0),"0px"===s&&(s="0%"),g=b(_,c?{"flex-grow":i,"flex-shrink":n,"flex-basis":p?s:"100%"}:{flex:`${i} ${n} ${p?s:"100%"}`})}return g.flex||g["flex-grow"]||(g=b(_,c?{"flex-grow":i,"flex-shrink":n,"flex-basis":s}:{flex:`${i} ${n} ${s}`})),"0%"!==s&&"0px"!==s&&"0.000000001px"!==s&&"auto"!==s&&(g[l]=f||p&&i?s:null,g[o]=f||!d&&n?s:null),g[l]||g[o]?t.hasWrap&&(g[c?"flex-basis":"flex"]=g[o]?c?g[o]:`${i} ${n} ${g[o]}`:c?g[l]:`${i} ${n} ${g[l]}`):g=b(_,c?{"flex-grow":i,"flex-shrink":n,"flex-basis":s}:{flex:`${i} ${n} ${s}`}),b(g,{"box-sizing":"border-box"})}}return e.\u0275fac=function(t){return new(t||e)(n.dc(a.e))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(a.e))},token:e,providedIn:"root"}),e})();const v=["fxFlex","fxFlex.xs","fxFlex.sm","fxFlex.md","fxFlex.lg","fxFlex.xl","fxFlex.lt-sm","fxFlex.lt-md","fxFlex.lt-lg","fxFlex.lt-xl","fxFlex.gt-xs","fxFlex.gt-sm","fxFlex.gt-md","fxFlex.gt-lg"];let w=(()=>{class e extends a.b{constructor(e,t,i,n,a){super(e,n,t,a),this.layoutConfig=i,this.DIRECTIVE_KEY="flex",this.direction="",this.wrap=!1,this.flexGrow="1",this.flexShrink="1",this.init(),this.parentElement&&(this.marshal.trackValue(this.parentElement,"layout").pipe(Object(r.a)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this)),this.marshal.trackValue(this.nativeElement,"layout-align").pipe(Object(r.a)(this.destroySubject)).subscribe(this.triggerReflow.bind(this)))}get shrink(){return this.flexShrink}set shrink(e){this.flexShrink=e||"1",this.triggerReflow()}get grow(){return this.flexGrow}set grow(e){this.flexGrow=e||"1",this.triggerReflow()}onLayoutChange(e){const t=e.value.split(" ");this.direction=t[0],this.wrap=void 0!==t[1]&&"wrap"===t[1],this.triggerUpdate()}updateWithValue(e){this.direction||(this.direction=this.getFlexFlowDirection(this.parentElement,!1!==this.layoutConfig.addFlexToParent));const t=this.direction,i=t.startsWith("row"),n=this.wrap;i&&n?this.styleCache=C:i&&!n?this.styleCache=M:!i&&n?this.styleCache=S:i||n||(this.styleCache=L);const s=String(e).replace(";",""),r=Object(a.k)(s,this.flexGrow,this.flexShrink);this.addStyles(r.join(" "),{direction:t,hasWrap:n})}triggerReflow(){const e=this.activatedValue;if(void 0!==e){const t=Object(a.k)(e+"",this.flexGrow,this.flexShrink);this.marshal.updateElement(this.nativeElement,this.DIRECTIVE_KEY,t.join(" "))}}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(a.j),n.Tb(a.e),n.Tb(y),n.Tb(a.f))},e.\u0275dir=n.Ob({type:e,inputs:{shrink:["fxShrink","shrink"],grow:["fxGrow","grow"]},features:[n.Cb]}),e})(),k=(()=>{class e extends w{constructor(){super(...arguments),this.inputs=v}}return e.\u0275fac=function(t){return x(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","fxFlex",""],["","fxFlex.xs",""],["","fxFlex.sm",""],["","fxFlex.md",""],["","fxFlex.lg",""],["","fxFlex.xl",""],["","fxFlex.lt-sm",""],["","fxFlex.lt-md",""],["","fxFlex.lt-lg",""],["","fxFlex.lt-xl",""],["","fxFlex.gt-xs",""],["","fxFlex.gt-sm",""],["","fxFlex.gt-md",""],["","fxFlex.gt-lg",""]],inputs:{fxFlex:"fxFlex","fxFlex.xs":"fxFlex.xs","fxFlex.sm":"fxFlex.sm","fxFlex.md":"fxFlex.md","fxFlex.lg":"fxFlex.lg","fxFlex.xl":"fxFlex.xl","fxFlex.lt-sm":"fxFlex.lt-sm","fxFlex.lt-md":"fxFlex.lt-md","fxFlex.lt-lg":"fxFlex.lt-lg","fxFlex.lt-xl":"fxFlex.lt-xl","fxFlex.gt-xs":"fxFlex.gt-xs","fxFlex.gt-sm":"fxFlex.gt-sm","fxFlex.gt-md":"fxFlex.gt-md","fxFlex.gt-lg":"fxFlex.gt-lg"},features:[n.Cb]}),e})();const x=n.bc(k),M=new Map,L=new Map,C=new Map,S=new Map,D={margin:0,width:"100%",height:"100%","min-width":"100%","min-height":"100%"};let T=(()=>{class e extends a.i{buildStyles(e){return D}}return e.\u0275fac=function(t){return O(t||e)},e.\u0275prov=Object(n.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})();const O=n.bc(T);let E=(()=>{class e extends a.b{constructor(e,t,i,n){super(e,i,t,n),this.styleCache=j,this.addStyles("")}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(a.j),n.Tb(T),n.Tb(a.f))},e.\u0275dir=n.Ob({type:e,selectors:[["","fxFill",""],["","fxFlexFill",""]],features:[n.Cb]}),e})();const j=new Map;let A=(()=>{class e extends a.i{buildStyles(e,t){const i={},[n,a]=e.split(" ");switch(n){case"center":i["justify-content"]="center";break;case"space-around":i["justify-content"]="space-around";break;case"space-between":i["justify-content"]="space-between";break;case"space-evenly":i["justify-content"]="space-evenly";break;case"end":case"flex-end":i["justify-content"]="flex-end";break;case"start":case"flex-start":default:i["justify-content"]="flex-start"}switch(a){case"start":case"flex-start":i["align-items"]=i["align-content"]="flex-start";break;case"center":i["align-items"]=i["align-content"]="center";break;case"end":case"flex-end":i["align-items"]=i["align-content"]="flex-end";break;case"space-between":i["align-content"]="space-between",i["align-items"]="stretch";break;case"space-around":i["align-content"]="space-around",i["align-items"]="stretch";break;case"baseline":i["align-content"]="stretch",i["align-items"]="baseline";break;case"stretch":default:i["align-items"]=i["align-content"]="stretch"}return b(i,{display:t.inline?"inline-flex":"flex","flex-direction":t.layout,"box-sizing":"border-box","max-width":"stretch"===a?u(t.layout)?null:"100%":null,"max-height":"stretch"===a&&u(t.layout)?"100%":null})}}return e.\u0275fac=function(t){return Y(t||e)},e.\u0275prov=Object(n.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})();const Y=n.bc(A),I=["fxLayoutAlign","fxLayoutAlign.xs","fxLayoutAlign.sm","fxLayoutAlign.md","fxLayoutAlign.lg","fxLayoutAlign.xl","fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg"];let F=(()=>{class e extends a.b{constructor(e,t,i,n){super(e,i,t,n),this.DIRECTIVE_KEY="layout-align",this.layout="row",this.inline=!1,this.init(),this.marshal.trackValue(this.nativeElement,"layout").pipe(Object(r.a)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}updateWithValue(e){const t=this.layout||"row",i=this.inline;"row"===t&&i?this.styleCache=V:"row"!==t||i?"row-reverse"===t&&i?this.styleCache=W:"row-reverse"!==t||i?"column"===t&&i?this.styleCache=z:"column"!==t||i?"column-reverse"===t&&i?this.styleCache=U:"column-reverse"!==t||i||(this.styleCache=B):this.styleCache=q:this.styleCache=H:this.styleCache=N,this.addStyles(e,{layout:t,inline:i})}onLayoutChange(e){const t=e.value.split(" ");this.layout=t[0],this.inline=e.value.includes("inline"),o.find(e=>e===this.layout)||(this.layout="row"),this.triggerUpdate()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(a.j),n.Tb(A),n.Tb(a.f))},e.\u0275dir=n.Ob({type:e,features:[n.Cb]}),e})(),P=(()=>{class e extends F{constructor(){super(...arguments),this.inputs=I}}return e.\u0275fac=function(t){return R(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","fxLayoutAlign",""],["","fxLayoutAlign.xs",""],["","fxLayoutAlign.sm",""],["","fxLayoutAlign.md",""],["","fxLayoutAlign.lg",""],["","fxLayoutAlign.xl",""],["","fxLayoutAlign.lt-sm",""],["","fxLayoutAlign.lt-md",""],["","fxLayoutAlign.lt-lg",""],["","fxLayoutAlign.lt-xl",""],["","fxLayoutAlign.gt-xs",""],["","fxLayoutAlign.gt-sm",""],["","fxLayoutAlign.gt-md",""],["","fxLayoutAlign.gt-lg",""]],inputs:{fxLayoutAlign:"fxLayoutAlign","fxLayoutAlign.xs":"fxLayoutAlign.xs","fxLayoutAlign.sm":"fxLayoutAlign.sm","fxLayoutAlign.md":"fxLayoutAlign.md","fxLayoutAlign.lg":"fxLayoutAlign.lg","fxLayoutAlign.xl":"fxLayoutAlign.xl","fxLayoutAlign.lt-sm":"fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md":"fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg":"fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl":"fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs":"fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm":"fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md":"fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg":"fxLayoutAlign.gt-lg"},features:[n.Cb]}),e})();const R=n.bc(P),N=new Map,q=new Map,H=new Map,B=new Map,V=new Map,z=new Map,W=new Map,U=new Map;let G=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[a.c,s.a]]}),e})()},XoHu:function(e,t,i){"use strict";function n(e){return null!==e&&"object"==typeof e}i.d(t,"a",(function(){return n}))},Y7HM:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("DH7j");function a(e){return!Object(n.a)(e)&&e-parseFloat(e)+1>=0}},YRex:function(e,t,i){!function(e){"use strict";e.defineLocale("ug-cn",{months:"\u064a\u0627\u0646\u06cb\u0627\u0631_\u0641\u06d0\u06cb\u0631\u0627\u0644_\u0645\u0627\u0631\u062a_\u0626\u0627\u067e\u0631\u06d0\u0644_\u0645\u0627\u064a_\u0626\u0649\u064a\u06c7\u0646_\u0626\u0649\u064a\u06c7\u0644_\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a_\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631_\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631_\u0646\u0648\u064a\u0627\u0628\u0649\u0631_\u062f\u06d0\u0643\u0627\u0628\u0649\u0631".split("_"),monthsShort:"\u064a\u0627\u0646\u06cb\u0627\u0631_\u0641\u06d0\u06cb\u0631\u0627\u0644_\u0645\u0627\u0631\u062a_\u0626\u0627\u067e\u0631\u06d0\u0644_\u0645\u0627\u064a_\u0626\u0649\u064a\u06c7\u0646_\u0626\u0649\u064a\u06c7\u0644_\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a_\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631_\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631_\u0646\u0648\u064a\u0627\u0628\u0649\u0631_\u062f\u06d0\u0643\u0627\u0628\u0649\u0631".split("_"),weekdays:"\u064a\u06d5\u0643\u0634\u06d5\u0646\u0628\u06d5_\u062f\u06c8\u0634\u06d5\u0646\u0628\u06d5_\u0633\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5_\u0686\u0627\u0631\u0634\u06d5\u0646\u0628\u06d5_\u067e\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5_\u062c\u06c8\u0645\u06d5_\u0634\u06d5\u0646\u0628\u06d5".split("_"),weekdaysShort:"\u064a\u06d5_\u062f\u06c8_\u0633\u06d5_\u0686\u0627_\u067e\u06d5_\u062c\u06c8_\u0634\u06d5".split("_"),weekdaysMin:"\u064a\u06d5_\u062f\u06c8_\u0633\u06d5_\u0686\u0627_\u067e\u06d5_\u062c\u06c8_\u0634\u06d5".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-\u064a\u0649\u0644\u0649M-\u0626\u0627\u064a\u0646\u0649\u06adD-\u0643\u06c8\u0646\u0649",LLL:"YYYY-\u064a\u0649\u0644\u0649M-\u0626\u0627\u064a\u0646\u0649\u06adD-\u0643\u06c8\u0646\u0649\u060c HH:mm",LLLL:"dddd\u060c YYYY-\u064a\u0649\u0644\u0649M-\u0626\u0627\u064a\u0646\u0649\u06adD-\u0643\u06c8\u0646\u0649\u060c HH:mm"},meridiemParse:/\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5|\u0633\u06d5\u06be\u06d5\u0631|\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646|\u0686\u06c8\u0634|\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646|\u0643\u06d5\u0686/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5"===t||"\u0633\u06d5\u06be\u06d5\u0631"===t||"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646"===t?e:"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646"===t||"\u0643\u06d5\u0686"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,i){var n=100*e+t;return n<600?"\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5":n<900?"\u0633\u06d5\u06be\u06d5\u0631":n<1130?"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646":n<1230?"\u0686\u06c8\u0634":n<1800?"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646":"\u0643\u06d5\u0686"},calendar:{sameDay:"[\u0628\u06c8\u06af\u06c8\u0646 \u0633\u0627\u0626\u06d5\u062a] LT",nextDay:"[\u0626\u06d5\u062a\u06d5 \u0633\u0627\u0626\u06d5\u062a] LT",nextWeek:"[\u0643\u06d0\u0644\u06d5\u0631\u0643\u0649] dddd [\u0633\u0627\u0626\u06d5\u062a] LT",lastDay:"[\u062a\u06c6\u0646\u06c8\u06af\u06c8\u0646] LT",lastWeek:"[\u0626\u0627\u0644\u062f\u0649\u0646\u0642\u0649] dddd [\u0633\u0627\u0626\u06d5\u062a] LT",sameElse:"L"},relativeTime:{future:"%s \u0643\u06d0\u064a\u0649\u0646",past:"%s \u0628\u06c7\u0631\u06c7\u0646",s:"\u0646\u06d5\u0686\u0686\u06d5 \u0633\u06d0\u0643\u0648\u0646\u062a",ss:"%d \u0633\u06d0\u0643\u0648\u0646\u062a",m:"\u0628\u0649\u0631 \u0645\u0649\u0646\u06c7\u062a",mm:"%d \u0645\u0649\u0646\u06c7\u062a",h:"\u0628\u0649\u0631 \u0633\u0627\u0626\u06d5\u062a",hh:"%d \u0633\u0627\u0626\u06d5\u062a",d:"\u0628\u0649\u0631 \u0643\u06c8\u0646",dd:"%d \u0643\u06c8\u0646",M:"\u0628\u0649\u0631 \u0626\u0627\u064a",MM:"%d \u0626\u0627\u064a",y:"\u0628\u0649\u0631 \u064a\u0649\u0644",yy:"%d \u064a\u0649\u0644"},dayOfMonthOrdinalParse:/\d{1,2}(-\u0643\u06c8\u0646\u0649|-\u0626\u0627\u064a|-\u06be\u06d5\u067e\u062a\u06d5)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-\u0643\u06c8\u0646\u0649";case"w":case"W":return e+"-\u06be\u06d5\u067e\u062a\u06d5";default:return e}},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:1,doy:7}})}(i("wd/R"))},YUcS:function(e,t,i){"use strict";var n=i("fXoL"),a=i("ofXK"),s=i("pD6V"),r=i("znSr"),o=i("XiUz");i("8LU1");let l=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[s.c]]}),e})();i.d(t,"a",(function(){return u}));let u=(()=>{class e{constructor(e,t){Object(a.K)(t)&&!e&&console.warn("Warning: Flex Layout loaded on the server without FlexLayoutServerModule")}static withConfig(t,i=[]){return{ngModule:e,providers:t.serverLoaded?[{provide:s.e,useValue:Object.assign(Object.assign({},s.d),t)},{provide:s.a,useValue:i,multi:!0},{provide:s.h,useValue:!0}]:[{provide:s.e,useValue:Object.assign(Object.assign({},s.d),t)},{provide:s.a,useValue:i,multi:!0}]}}}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)(n.dc(s.h),n.dc(n.E))},imports:[[o.e,r.c,l],o.e,r.c,l]}),e})()},Ylt2:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("quSY");class a extends n.a{constructor(e,t){super(),this.subject=e,this.subscriber=t,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const e=this.subject,t=e.observers;if(this.subject=null,!t||0===t.length||e.isStopped||e.closed)return;const i=t.indexOf(this.subscriber);-1!==i&&t.splice(i,1)}}},YuTi:function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},Z4QM:function(e,t,i){!function(e){"use strict";var t=["\u062c\u0646\u0648\u0631\u064a","\u0641\u064a\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u064a\u0644","\u0645\u0626\u064a","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0621\u0650","\u0622\u06af\u0633\u067d","\u0633\u064a\u067e\u067d\u0645\u0628\u0631","\u0622\u06aa\u067d\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u068a\u0633\u0645\u0628\u0631"],i=["\u0622\u0686\u0631","\u0633\u0648\u0645\u0631","\u0627\u06b1\u0627\u0631\u0648","\u0627\u0631\u0628\u0639","\u062e\u0645\u064a\u0633","\u062c\u0645\u0639","\u0687\u0646\u0687\u0631"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:i,weekdaysShort:i,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060c D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(e){return"\u0634\u0627\u0645"===e},meridiem:function(e,t,i){return e<12?"\u0635\u0628\u062d":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0627\u0684] LT",nextDay:"[\u0633\u0680\u0627\u06bb\u064a] LT",nextWeek:"dddd [\u0627\u06b3\u064a\u0646 \u0647\u0641\u062a\u064a \u062a\u064a] LT",lastDay:"[\u06aa\u0627\u0644\u0647\u0647] LT",lastWeek:"[\u06af\u0632\u0631\u064a\u0644 \u0647\u0641\u062a\u064a] dddd [\u062a\u064a] LT",sameElse:"L"},relativeTime:{future:"%s \u067e\u0648\u0621",past:"%s \u0627\u06b3",s:"\u0686\u0646\u062f \u0633\u064a\u06aa\u0646\u068a",ss:"%d \u0633\u064a\u06aa\u0646\u068a",m:"\u0647\u06aa \u0645\u0646\u067d",mm:"%d \u0645\u0646\u067d",h:"\u0647\u06aa \u06aa\u0644\u0627\u06aa",hh:"%d \u06aa\u0644\u0627\u06aa",d:"\u0647\u06aa \u068f\u064a\u0646\u0647\u0646",dd:"%d \u068f\u064a\u0646\u0647\u0646",M:"\u0647\u06aa \u0645\u0647\u064a\u0646\u0648",MM:"%d \u0645\u0647\u064a\u0646\u0627",y:"\u0647\u06aa \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:1,doy:4}})}(i("wd/R"))},ZAMP:function(e,t,i){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,i){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i("wd/R"))},ZUHj:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("51Dv"),a=i("SeVD"),s=i("HDdC");function r(e,t,i,r,o=new n.a(e,i,r)){if(!o.closed)return t instanceof s.a?t.subscribe(o):Object(a.a)(t)(o)}},ZYin:function(e,t,i){"use strict";i.d(t,"a",(function(){return N}));var n=i("tyNb"),a=i("XNiG"),s=i("VRyK"),r=i("pLZG"),o=i("1G5W"),l=i("fXoL"),u=i("K9xE"),c=i("ofXK"),d=i("sYmb"),m=i("NFeN"),h=i("jTIq"),p=i("IS/R");function f(e,t){1&e&&l.Vb(0)}function g(e,t){if(1&e){const e=l.ac();l.Zb(0,"a",8),l.hc("click",(function(t){return l.Dc(e),l.lc(2).toggleOpen(t)})),l.Lc(1,f,1,0,"ng-container",9),l.Yb()}if(2&e){l.lc();const e=l.zc(8),t=l.lc();l.rc("ngClass",t.item.classes),l.Fb(1),l.rc("ngTemplateOutlet",e)}}function _(e,t){1&e&&l.Vb(0)}const b=function(e){return[e]},y=function(){return["active","accent"]},v=function(e){return{exact:e}};function w(e,t){if(1&e){const e=l.ac();l.Zb(0,"a",10),l.hc("click",(function(t){return l.Dc(e),l.lc(2).toggleOpen(t)})),l.Lc(1,_,1,0,"ng-container",9),l.Yb()}if(2&e){l.lc();const e=l.zc(8),t=l.lc();l.rc("ngClass",t.item.classes)("routerLink",l.vc(6,b,t.item.url))("routerLinkActive",l.uc(8,y))("routerLinkActiveOptions",l.vc(9,v,t.item.exactMatch||!1))("target",t.item.openInNewTab?"_blank":"_self"),l.Fb(1),l.rc("ngTemplateOutlet",e)}}function k(e,t){1&e&&l.Vb(0)}function x(e,t){if(1&e){const e=l.ac();l.Zb(0,"a",11),l.hc("click",(function(t){return l.Dc(e),l.lc(2).toggleOpen(t)})),l.Lc(1,k,1,0,"ng-container",9),l.Yb()}if(2&e){l.lc();const e=l.zc(8),t=l.lc();l.rc("ngClass",t.item.classes)("href",t.item.url,l.Fc)("target",t.item.openInNewTab?"_blank":"_self"),l.Fb(1),l.rc("ngTemplateOutlet",e)}}function M(e,t){1&e&&l.Vb(0)}function L(e,t){if(1&e){const e=l.ac();l.Zb(0,"span",8),l.hc("click",(function(t){l.Dc(e);const i=l.lc(2);return i.toggleOpen(t),i.item.function()})),l.Lc(1,M,1,0,"ng-container",9),l.Yb()}if(2&e){l.lc();const e=l.zc(8),t=l.lc();l.rc("ngClass",t.item.classes),l.Fb(1),l.rc("ngTemplateOutlet",e)}}function C(e,t){1&e&&l.Vb(0)}function S(e,t){if(1&e){const e=l.ac();l.Zb(0,"a",12),l.hc("click",(function(t){l.Dc(e);const i=l.lc(2);return i.toggleOpen(t),i.item.function()})),l.Lc(1,C,1,0,"ng-container",9),l.Yb()}if(2&e){l.lc();const e=l.zc(8),t=l.lc();l.rc("ngClass",t.item.classes)("routerLink",l.vc(5,b,t.item.url))("routerLinkActive",l.uc(7,y))("routerLinkActiveOptions",l.vc(8,v,t.item.exactMatch||!1)),l.Fb(1),l.rc("ngTemplateOutlet",e)}}function D(e,t){1&e&&l.Vb(0)}function T(e,t){if(1&e){const e=l.ac();l.Zb(0,"a",11),l.hc("click",(function(t){l.Dc(e);const i=l.lc(2);return i.toggleOpen(t),i.item.function()})),l.Lc(1,D,1,0,"ng-container",9),l.Yb()}if(2&e){l.lc();const e=l.zc(8),t=l.lc();l.rc("ngClass",t.item.classes)("href",t.item.url,l.Fc)("target",t.item.openInNewTab?"_blank":"_self"),l.Fb(1),l.rc("ngTemplateOutlet",e)}}function O(e,t){if(1&e&&(l.Zb(0,"mat-icon",17),l.Nc(1),l.Yb()),2&e){const e=l.lc(3);l.Fb(1),l.Oc(e.item.icon)}}const E=function(e,t){return{"background-color":e,color:t}};function j(e,t){if(1&e&&(l.Zb(0,"span",18),l.Nc(1),l.mc(2,"translate"),l.Yb()),2&e){const e=l.lc(3);l.rc("translate",e.item.badge.translate)("ngStyle",l.wc(5,E,e.item.badge.bg,e.item.badge.fg)),l.Fb(1),l.Pc(" ",l.nc(2,3,e.item.badge.translate)||e.item.badge.title," ")}}function A(e,t){if(1&e&&(l.Lc(0,O,2,1,"mat-icon",13),l.Zb(1,"span",14),l.Nc(2),l.mc(3,"translate"),l.Yb(),l.Lc(4,j,3,8,"span",15),l.Zb(5,"mat-icon",16),l.Nc(6,"keyboard_arrow_right"),l.Yb()),2&e){const e=l.lc(2);l.rc("ngIf",e.item.icon),l.Fb(1),l.rc("translate",e.item.translate),l.Fb(1),l.Oc(l.nc(3,4,e.item.translate)||e.item.title),l.Fb(2),l.rc("ngIf",e.item.badge)}}function Y(e,t){if(1&e&&l.Ub(0,"fuse-nav-vertical-item",20),2&e){const e=l.lc().$implicit;l.rc("item",e)}}function I(e,t){if(1&e&&l.Ub(0,"fuse-nav-vertical-collapsable",20),2&e){const e=l.lc().$implicit;l.rc("item",e)}}function F(e,t){if(1&e&&l.Ub(0,"fuse-nav-vertical-group",20),2&e){const e=l.lc().$implicit;l.rc("item",e)}}function P(e,t){if(1&e&&(l.Xb(0),l.Lc(1,Y,1,1,"fuse-nav-vertical-item",19),l.Lc(2,I,1,1,"fuse-nav-vertical-collapsable",19),l.Lc(3,F,1,1,"fuse-nav-vertical-group",19),l.Wb()),2&e){const e=t.$implicit;l.Fb(1),l.rc("ngIf","item"==e.type),l.Fb(1),l.rc("ngIf","collapsable"==e.type),l.Fb(1),l.rc("ngIf","group"==e.type)}}function R(e,t){if(1&e&&(l.Xb(0),l.Lc(1,g,2,2,"a",1),l.Lc(2,w,2,11,"a",2),l.Lc(3,x,2,4,"a",3),l.Lc(4,L,2,2,"span",1),l.Lc(5,S,2,10,"a",4),l.Lc(6,T,2,4,"a",3),l.Lc(7,A,7,6,"ng-template",null,5,l.Mc),l.Zb(9,"div",6),l.Lc(10,P,4,3,"ng-container",7),l.Yb(),l.Wb()),2&e){const e=l.lc();l.Fb(1),l.rc("ngIf",!e.item.url&&!e.item.function),l.Fb(1),l.rc("ngIf",e.item.url&&!e.item.externalUrl&&!e.item.function),l.Fb(1),l.rc("ngIf",e.item.url&&e.item.externalUrl&&!e.item.function),l.Fb(1),l.rc("ngIf",!e.item.url&&e.item.function),l.Fb(1),l.rc("ngIf",e.item.url&&!e.item.externalUrl&&e.item.function),l.Fb(1),l.rc("ngIf",e.item.url&&e.item.externalUrl&&e.item.function),l.Fb(3),l.rc("@slideInOut",e.isOpen),l.Fb(1),l.rc("ngForOf",e.item.children)}}let N=(()=>{class e{constructor(e,t,i){this._changeDetectorRef=e,this._fuseNavigationService=t,this._router=i,this.classes="nav-collapsable nav-item",this.isOpen=!1,this._unsubscribeAll=new a.a}ngOnInit(){this._router.events.pipe(Object(r.a)(e=>e instanceof n.c),Object(o.a)(this._unsubscribeAll)).subscribe(e=>{this.isUrlInChildren(this.item,e.urlAfterRedirects)?this.expand():this.collapse()}),this._fuseNavigationService.onItemCollapsed.pipe(Object(o.a)(this._unsubscribeAll)).subscribe(e=>{if(e&&e.children){if(this.isChildrenOf(this.item,e))return;if(this.isUrlInChildren(this.item,this._router.url))return;this.item!==e&&this.collapse()}}),this.isUrlInChildren(this.item,this._router.url)?this.expand():this.collapse(),Object(s.a)(this._fuseNavigationService.onNavigationItemAdded,this._fuseNavigationService.onNavigationItemUpdated,this._fuseNavigationService.onNavigationItemRemoved).pipe(Object(o.a)(this._unsubscribeAll)).subscribe(()=>{this._changeDetectorRef.markForCheck()})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}toggleOpen(e){e.preventDefault(),this.isOpen=!this.isOpen,this._fuseNavigationService.onItemCollapsed.next(this.item),this._fuseNavigationService.onItemCollapseToggled.next()}expand(){this.isOpen||(this.isOpen=!0,this._changeDetectorRef.markForCheck(),this._fuseNavigationService.onItemCollapseToggled.next())}collapse(){this.isOpen&&(this.isOpen=!1,this._changeDetectorRef.markForCheck(),this._fuseNavigationService.onItemCollapseToggled.next())}isChildrenOf(e,t){const i=e.children;if(!i)return!1;if(i.indexOf(t)>-1)return!0;for(const n of i)if(n.children&&this.isChildrenOf(n,t))return!0;return!1}isUrlInChildren(e,t){const i=e.children;if(!i)return!1;for(const n of i){if(n.children&&this.isUrlInChildren(n,t))return!0;if(n.url===t||t.includes(n.url))return!0}return!1}}return e.\u0275fac=function(t){return new(t||e)(l.Tb(l.h),l.Tb(u.a),l.Tb(n.g))},e.\u0275cmp=l.Nb({type:e,selectors:[["fuse-nav-vertical-collapsable"]],hostVars:4,hostBindings:function(e,t){2&e&&(l.Hb(t.classes),l.Jb("open",t.isOpen))},inputs:{item:"item"},decls:1,vars:1,consts:[[4,"ngIf"],["class","nav-link",3,"ngClass","click",4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target","click",4,"ngIf"],["class","nav-link",3,"ngClass","href","target","click",4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","click",4,"ngIf"],["itemContent",""],[1,"children"],[4,"ngFor","ngForOf"],[1,"nav-link",3,"ngClass","click"],[4,"ngTemplateOutlet"],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target","click"],[1,"nav-link",3,"ngClass","href","target","click"],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","click"],["class","nav-link-icon",4,"ngIf"],[1,"nav-link-title",3,"translate"],["class","nav-link-badge",3,"translate","ngStyle",4,"ngIf"],[1,"collapsable-arrow"],[1,"nav-link-icon"],[1,"nav-link-badge",3,"translate","ngStyle"],[3,"item",4,"ngIf"],[3,"item"]],template:function(e,t){1&e&&l.Lc(0,R,11,8,"ng-container",0),2&e&&l.rc("ngIf",!t.item.hidden)},directives:[c.t,c.s,c.q,c.A,n.j,n.i,d.a,m.a,c.w,h.a,e,p.a],pipes:[d.c],styles:[".folded:not(.unfolded)   [_nghost-%COMP%]   .nav-link[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.folded:not(.unfolded)   .open[_nghost-%COMP%]   .children[_ngcontent-%COMP%]{display:none!important}[_nghost-%COMP%]   .nav-link[_ngcontent-%COMP%]   .collapsable-arrow[_ngcontent-%COMP%]{-webkit-transition:opacity .25s ease-in-out .1s,-webkit-transform .3s ease-in-out;transition:opacity .25s ease-in-out .1s,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .25s ease-in-out .1s;transition:transform .3s ease-in-out,opacity .25s ease-in-out .1s,-webkit-transform .3s ease-in-out;-webkit-transform:rotate(0);transform:rotate(0)}[_nghost-%COMP%] > .children[_ngcontent-%COMP%]{overflow:hidden}.open[_nghost-%COMP%] > .nav-link[_ngcontent-%COMP%]   .collapsable-arrow[_ngcontent-%COMP%]{-webkit-transform:rotate(90deg);transform:rotate(90deg)}"]}),e})()},Zduo:function(e,t,i){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_a\u016dgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_a\u016dg_sep_okt_nov_dec".split("_"),weekdays:"diman\u0109o_lundo_mardo_merkredo_\u0135a\u016ddo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_\u0135a\u016d_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_\u0135a_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,i){return e>11?i?"p.t.m.":"P.T.M.":i?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodia\u016d je] LT",nextDay:"[Morga\u016d je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hiera\u016d je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"anta\u016d %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(i("wd/R"))},aIdf:function(e,t,i){!function(e){"use strict";function t(e,t,i){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[i],e)}e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondenno\xf9",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(a\xf1|vet)/,ordinal:function(e){return e+(1===e?"a\xf1":"vet")},week:{dow:1,doy:4}})}(i("wd/R"))},aIsn:function(e,t,i){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-t\u0101te_Hui-tanguru_Pout\u016b-te-rangi_Paenga-wh\u0101wh\u0101_Haratua_Pipiri_H\u014dngoingoi_Here-turi-k\u014dk\u0101_Mahuru_Whiringa-\u0101-nuku_Whiringa-\u0101-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_H\u014dngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"R\u0101tapu_Mane_T\u016brei_Wenerei_T\u0101ite_Paraire_H\u0101tarei".split("_"),weekdaysShort:"Ta_Ma_T\u016b_We_T\u0101i_Pa_H\u0101".split("_"),weekdaysMin:"Ta_Ma_T\u016b_We_T\u0101i_Pa_H\u0101".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te h\u0113kona ruarua",ss:"%d h\u0113kona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},aQkU:function(e,t,i){!function(e){"use strict";e.defineLocale("mk",{months:"\u0458\u0430\u043d\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0458_\u0458\u0443\u043d\u0438_\u0458\u0443\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438_\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438_\u043d\u043e\u0435\u043c\u0432\u0440\u0438_\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438".split("_"),monthsShort:"\u0458\u0430\u043d_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433_\u0441\u0435\u043f_\u043e\u043a\u0442_\u043d\u043e\u0435_\u0434\u0435\u043a".split("_"),weekdays:"\u043d\u0435\u0434\u0435\u043b\u0430_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a_\u043f\u0435\u0442\u043e\u043a_\u0441\u0430\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434_\u043f\u043e\u043d_\u0432\u0442\u043e_\u0441\u0440\u0435_\u0447\u0435\u0442_\u043f\u0435\u0442_\u0441\u0430\u0431".split("_"),weekdaysMin:"\u043de_\u043fo_\u0432\u0442_\u0441\u0440_\u0447\u0435_\u043f\u0435_\u0441a".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u0435\u043d\u0435\u0441 \u0432\u043e] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432\u043e] LT",nextWeek:"[\u0412\u043e] dddd [\u0432\u043e] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432\u043e] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u0418\u0437\u043c\u0438\u043d\u0430\u0442\u0430\u0442\u0430] dddd [\u0432\u043e] LT";case 1:case 2:case 4:case 5:return"[\u0418\u0437\u043c\u0438\u043d\u0430\u0442\u0438\u043e\u0442] dddd [\u0432\u043e] LT"}},sameElse:"L"},relativeTime:{future:"\u043f\u043e\u0441\u043b\u0435 %s",past:"\u043f\u0440\u0435\u0434 %s",s:"\u043d\u0435\u043a\u043e\u043b\u043a\u0443 \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434\u0438",m:"\u043c\u0438\u043d\u0443\u0442\u0430",mm:"%d \u043c\u0438\u043d\u0443\u0442\u0438",h:"\u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0434\u0435\u043d",dd:"%d \u0434\u0435\u043d\u0430",M:"\u043c\u0435\u0441\u0435\u0446",MM:"%d \u043c\u0435\u0441\u0435\u0446\u0438",y:"\u0433\u043e\u0434\u0438\u043d\u0430",yy:"%d \u0433\u043e\u0434\u0438\u043d\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(e){var t=e%10,i=e%100;return 0===e?e+"-\u0435\u0432":0===i?e+"-\u0435\u043d":i>10&&i<20?e+"-\u0442\u0438":1===t?e+"-\u0432\u0438":2===t?e+"-\u0440\u0438":7===t||8===t?e+"-\u043c\u0438":e+"-\u0442\u0438"},week:{dow:1,doy:7}})}(i("wd/R"))},b1Dy:function(e,t,i){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},bHdf:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("5+tZ"),a=i("SpAZ");function s(e=Number.POSITIVE_INFINITY){return Object(n.a)(a.a,e)}},bOMt:function(e,t,i){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8._ma._ti._on._to._fr._l\xf8.".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i g\xe5r kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"ett \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},bOdf:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("5+tZ");function a(e,t){return Object(n.a)(e,t,1)}},bSwM:function(e,t,i){"use strict";i.d(t,"a",(function(){return k})),i.d(t,"b",(function(){return M}));var n=i("8LU1"),a=i("fXoL"),s=i("3Pt+"),r=i("FKr1"),o=i("R1ws"),l=i("GU7r"),u=i("ofXK"),c=i("u47x");const d=["input"],m=function(){return{enterDuration:150}},h=["*"],p=new a.s("mat-checkbox-default-options",{providedIn:"root",factory:function(){return{color:"accent",clickAction:"check-indeterminate"}}}),f=new a.s("mat-checkbox-click-action");let g=0;const _={provide:s.k,useExisting:Object(a.W)(()=>k),multi:!0},b=function(){var e={Init:0,Checked:1,Unchecked:2,Indeterminate:3};return e[e.Init]="Init",e[e.Checked]="Checked",e[e.Unchecked]="Unchecked",e[e.Indeterminate]="Indeterminate",e}();class y{}class v{constructor(e){this._elementRef=e}}const w=Object(r.y)(Object(r.u)(Object(r.v)(Object(r.w)(v))));let k=(()=>{class e extends w{constructor(e,t,i,n,s,r,o,l){super(e),this._changeDetectorRef=t,this._focusMonitor=i,this._ngZone=n,this._clickAction=r,this._animationMode=o,this._options=l,this.ariaLabel="",this.ariaLabelledby=null,this._uniqueId=`mat-checkbox-${++g}`,this.id=this._uniqueId,this.labelPosition="after",this.name=null,this.change=new a.o,this.indeterminateChange=new a.o,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=b.Init,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||{},this._options.color&&(this.color=this._options.color),this.tabIndex=parseInt(s)||0,this._focusMonitor.monitor(e,!0).subscribe(e=>{e||Promise.resolve().then(()=>{this._onTouched(),t.markForCheck()})}),this._clickAction=this._clickAction||this._options.clickAction}get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(e){this._required=Object(n.c)(e)}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}ngAfterViewChecked(){}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}get checked(){return this._checked}set checked(e){e!=this.checked&&(this._checked=e,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(e){const t=Object(n.c)(e);t!==this.disabled&&(this._disabled=t,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(e){const t=e!=this._indeterminate;this._indeterminate=Object(n.c)(e),t&&(this._transitionCheckState(this._indeterminate?b.Indeterminate:this.checked?b.Checked:b.Unchecked),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(e){this.checked=!!e}registerOnChange(e){this._controlValueAccessorChangeFn=e}registerOnTouched(e){this._onTouched=e}setDisabledState(e){this.disabled=e}_getAriaChecked(){return this.checked?"true":this.indeterminate?"mixed":"false"}_transitionCheckState(e){let t=this._currentCheckState,i=this._elementRef.nativeElement;if(t!==e&&(this._currentAnimationClass.length>0&&i.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(t,e),this._currentCheckState=e,this._currentAnimationClass.length>0)){i.classList.add(this._currentAnimationClass);const e=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{i.classList.remove(e)},1e3)})}}_emitChangeEvent(){const e=new y;e.source=this,e.checked=this.checked,this._controlValueAccessorChangeFn(this.checked),this.change.emit(e)}toggle(){this.checked=!this.checked}_onInputClick(e){e.stopPropagation(),this.disabled||"noop"===this._clickAction?this.disabled||"noop"!==this._clickAction||(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==this._clickAction&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this.toggle(),this._transitionCheckState(this._checked?b.Checked:b.Unchecked),this._emitChangeEvent())}focus(e="keyboard",t){this._focusMonitor.focusVia(this._inputElement,e,t)}_onInteractionEvent(e){e.stopPropagation()}_getAnimationClassForCheckStateTransition(e,t){if("NoopAnimations"===this._animationMode)return"";let i="";switch(e){case b.Init:if(t===b.Checked)i="unchecked-checked";else{if(t!=b.Indeterminate)return"";i="unchecked-indeterminate"}break;case b.Unchecked:i=t===b.Checked?"unchecked-checked":"unchecked-indeterminate";break;case b.Checked:i=t===b.Unchecked?"checked-unchecked":"checked-indeterminate";break;case b.Indeterminate:i=t===b.Checked?"indeterminate-checked":"indeterminate-unchecked"}return`mat-checkbox-anim-${i}`}_syncIndeterminate(e){const t=this._inputElement;t&&(t.nativeElement.indeterminate=e)}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(a.h),a.Tb(c.h),a.Tb(a.C),a.ec("tabindex"),a.Tb(f,8),a.Tb(o.a,8),a.Tb(p,8))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-checkbox"]],viewQuery:function(e,t){var i;1&e&&(a.Tc(d,!0),a.Tc(r.p,!0)),2&e&&(a.yc(i=a.ic())&&(t._inputElement=i.first),a.yc(i=a.ic())&&(t.ripple=i.first))},hostAttrs:[1,"mat-checkbox"],hostVars:12,hostBindings:function(e,t){2&e&&(a.cc("id",t.id),a.Gb("tabindex",null),a.Jb("mat-checkbox-indeterminate",t.indeterminate)("mat-checkbox-checked",t.checked)("mat-checkbox-disabled",t.disabled)("mat-checkbox-label-before","before"==t.labelPosition)("_mat-animation-noopable","NoopAnimations"===t._animationMode))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],id:"id",labelPosition:"labelPosition",name:"name",required:"required",checked:"checked",disabled:"disabled",indeterminate:"indeterminate",value:"value"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],features:[a.Eb([_]),a.Cb],ngContentSelectors:h,decls:17,vars:19,consts:[[1,"mat-checkbox-layout"],["label",""],[1,"mat-checkbox-inner-container"],["type","checkbox",1,"mat-checkbox-input","cdk-visually-hidden",3,"id","required","checked","disabled","tabIndex","change","click"],["input",""],["matRipple","",1,"mat-checkbox-ripple",3,"matRippleTrigger","matRippleDisabled","matRippleRadius","matRippleCentered","matRippleAnimation"],[1,"mat-ripple-element","mat-checkbox-persistent-ripple"],[1,"mat-checkbox-frame"],[1,"mat-checkbox-background"],["version","1.1","focusable","false","viewBox","0 0 24 24",0,"xml","space","preserve",1,"mat-checkbox-checkmark"],["fill","none","stroke","white","d","M4.1,12.7 9,17.6 20.3,6.3",1,"mat-checkbox-checkmark-path"],[1,"mat-checkbox-mixedmark"],[1,"mat-checkbox-label",3,"cdkObserveContent"],["checkboxLabel",""],[2,"display","none"]],template:function(e,t){if(1&e&&(a.qc(),a.Zb(0,"label",0,1),a.Zb(2,"div",2),a.Zb(3,"input",3,4),a.hc("change",(function(e){return t._onInteractionEvent(e)}))("click",(function(e){return t._onInputClick(e)})),a.Yb(),a.Zb(5,"div",5),a.Ub(6,"div",6),a.Yb(),a.Ub(7,"div",7),a.Zb(8,"div",8),a.kc(),a.Zb(9,"svg",9),a.Ub(10,"path",10),a.Yb(),a.jc(),a.Ub(11,"div",11),a.Yb(),a.Yb(),a.Zb(12,"span",12,13),a.hc("cdkObserveContent",(function(e){return t._onLabelTextChange()})),a.Zb(14,"span",14),a.Nc(15,"\xa0"),a.Yb(),a.pc(16),a.Yb(),a.Yb()),2&e){const e=a.zc(1),i=a.zc(13);a.Gb("for",t.inputId),a.Fb(2),a.Jb("mat-checkbox-inner-container-no-side-margin",!i.textContent||!i.textContent.trim()),a.Fb(1),a.rc("id",t.inputId)("required",t.required)("checked",t.checked)("disabled",t.disabled)("tabIndex",t.tabIndex),a.Gb("value",t.value)("name",t.name)("aria-label",t.ariaLabel||null)("aria-labelledby",t.ariaLabelledby)("aria-checked",t._getAriaChecked()),a.Fb(2),a.rc("matRippleTrigger",e)("matRippleDisabled",t._isRippleDisabled())("matRippleRadius",20)("matRippleCentered",!0)("matRippleAnimation",a.uc(18,m))}},directives:[r.p,l.a],styles:["@keyframes mat-checkbox-fade-in-background{0%{opacity:0}50%{opacity:1}}@keyframes mat-checkbox-fade-out-background{0%,50%{opacity:1}100%{opacity:0}}@keyframes mat-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:22.910259}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1)}100%{stroke-dashoffset:0}}@keyframes mat-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mat-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);stroke-dashoffset:0}to{stroke-dashoffset:-22.910259}}@keyframes mat-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(45deg)}}@keyframes mat-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(360deg)}}@keyframes mat-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes mat-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(315deg)}}@keyframes mat-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}32.8%,100%{opacity:0;transform:scaleX(0)}}.mat-checkbox-background,.mat-checkbox-frame{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:2px;box-sizing:border-box;pointer-events:none}.mat-checkbox{transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;-webkit-tap-highlight-color:transparent}._mat-animation-noopable.mat-checkbox{transition:none;animation:none}.mat-checkbox .mat-ripple-element:not(.mat-checkbox-persistent-ripple){opacity:.16}.mat-checkbox-layout{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:inherit;align-items:baseline;vertical-align:middle;display:inline-flex;white-space:nowrap}.mat-checkbox-label{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.mat-checkbox-inner-container{display:inline-block;height:16px;line-height:0;margin:auto;margin-right:8px;order:0;position:relative;vertical-align:middle;white-space:nowrap;width:16px;flex-shrink:0}[dir=rtl] .mat-checkbox-inner-container{margin-left:8px;margin-right:auto}.mat-checkbox-inner-container-no-side-margin{margin-left:0;margin-right:0}.mat-checkbox-frame{background-color:transparent;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);border-width:2px;border-style:solid}._mat-animation-noopable .mat-checkbox-frame{transition:none}.mat-checkbox.cdk-keyboard-focused .cdk-high-contrast-active .mat-checkbox-frame{border-style:dotted}.mat-checkbox-background{align-items:center;display:inline-flex;justify-content:center;transition:background-color 90ms cubic-bezier(0, 0, 0.2, 0.1),opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}._mat-animation-noopable .mat-checkbox-background{transition:none}.cdk-high-contrast-active .mat-checkbox .mat-checkbox-background{background:none}.mat-checkbox-persistent-ripple{width:100%;height:100%;transform:none}.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:.04}.mat-checkbox.cdk-keyboard-focused .mat-checkbox-persistent-ripple{opacity:.12}.mat-checkbox-persistent-ripple,.mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:0}@media(hover: none){.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{display:none}}.mat-checkbox-checkmark{top:0;left:0;right:0;bottom:0;position:absolute;width:100%}.mat-checkbox-checkmark-path{stroke-dashoffset:22.910259;stroke-dasharray:22.910259;stroke-width:2.1333333333px}.cdk-high-contrast-black-on-white .mat-checkbox-checkmark-path{stroke:#000 !important}.mat-checkbox-mixedmark{width:calc(100% - 6px);height:2px;opacity:0;transform:scaleX(0) rotate(0deg);border-radius:2px}.cdk-high-contrast-active .mat-checkbox-mixedmark{height:0;border-top:solid 2px;margin-top:2px}.mat-checkbox-label-before .mat-checkbox-inner-container{order:1;margin-left:8px;margin-right:auto}[dir=rtl] .mat-checkbox-label-before .mat-checkbox-inner-container{margin-left:auto;margin-right:8px}.mat-checkbox-checked .mat-checkbox-checkmark{opacity:1}.mat-checkbox-checked .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-checked .mat-checkbox-mixedmark{transform:scaleX(1) rotate(-45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark{opacity:0;transform:rotate(45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-indeterminate .mat-checkbox-mixedmark{opacity:1;transform:scaleX(1) rotate(0deg)}.mat-checkbox-unchecked .mat-checkbox-background{background-color:transparent}.mat-checkbox-disabled{cursor:default}.cdk-high-contrast-active .mat-checkbox-disabled{opacity:.5}.mat-checkbox-anim-unchecked-checked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path{animation:180ms linear 0ms mat-checkbox-unchecked-checked-checkmark-path}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-unchecked-indeterminate-mixedmark}.mat-checkbox-anim-checked-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path{animation:90ms linear 0ms mat-checkbox-checked-unchecked-checkmark-path}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-checkmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-checkmark}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-mixedmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-checkmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-checkmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-mixedmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-mixedmark}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-mixedmark{animation:300ms linear 0ms mat-checkbox-indeterminate-unchecked-mixedmark}.mat-checkbox-input{bottom:0;left:50%}.mat-checkbox .mat-checkbox-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}\n"],encapsulation:2,changeDetection:0}),e})(),x=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)}}),e})(),M=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[u.c,r.q,r.h,l.c,x],r.h,x]}),e})()},bTqV:function(e,t,i){"use strict";i.d(t,"a",(function(){return p})),i.d(t,"b",(function(){return h})),i.d(t,"c",(function(){return f}));var n=i("ofXK"),a=i("FKr1"),s=i("R1ws"),r=i("fXoL"),o=i("u47x");const l=["mat-button",""],u=["*"],c=["mat-button","mat-flat-button","mat-icon-button","mat-raised-button","mat-stroked-button","mat-mini-fab","mat-fab"];class d{constructor(e){this._elementRef=e}}const m=Object(a.u)(Object(a.w)(Object(a.v)(d)));let h=(()=>{class e extends m{constructor(e,t,i){super(e),this._focusMonitor=t,this._animationMode=i,this.isRoundButton=this._hasHostAttributes("mat-fab","mat-mini-fab"),this.isIconButton=this._hasHostAttributes("mat-icon-button");for(const n of c)this._hasHostAttributes(n)&&this._getHostElement().classList.add(n);e.nativeElement.classList.add("mat-button-base"),this._focusMonitor.monitor(this._elementRef,!0),this.isRoundButton&&(this.color="accent")}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}focus(e="program",t){this._focusMonitor.focusVia(this._getHostElement(),e,t)}_getHostElement(){return this._elementRef.nativeElement}_isRippleDisabled(){return this.disableRipple||this.disabled}_hasHostAttributes(...e){return e.some(e=>this._getHostElement().hasAttribute(e))}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.l),r.Tb(o.h),r.Tb(s.a,8))},e.\u0275cmp=r.Nb({type:e,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-icon-button",""],["button","mat-fab",""],["button","mat-mini-fab",""],["button","mat-stroked-button",""],["button","mat-flat-button",""]],viewQuery:function(e,t){var i;1&e&&r.Tc(a.p,!0),2&e&&r.yc(i=r.ic())&&(t.ripple=i.first)},hostVars:3,hostBindings:function(e,t){2&e&&(r.Gb("disabled",t.disabled||null),r.Jb("_mat-animation-noopable","NoopAnimations"===t._animationMode))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color"},exportAs:["matButton"],features:[r.Cb],attrs:l,ngContentSelectors:u,decls:4,vars:5,consts:[[1,"mat-button-wrapper"],["matRipple","",1,"mat-button-ripple",3,"matRippleDisabled","matRippleCentered","matRippleTrigger"],[1,"mat-button-focus-overlay"]],template:function(e,t){1&e&&(r.qc(),r.Zb(0,"span",0),r.pc(1),r.Yb(),r.Ub(2,"div",1),r.Ub(3,"div",2)),2&e&&(r.Fb(2),r.Jb("mat-button-ripple-round",t.isRoundButton||t.isIconButton),r.rc("matRippleDisabled",t._isRippleDisabled())("matRippleCentered",t.isIconButton)("matRippleTrigger",t._getHostElement()))},directives:[a.p],styles:[".mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:.04}@media(hover: none){.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:0}}.mat-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled],.mat-flat-button[disabled]{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button[disabled]{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-raised-button::-moz-focus-inner{border:0}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button .mat-button-ripple.mat-ripple,.mat-stroked-button .mat-button-focus-overlay{top:-1px;left:-1px;right:-1px;bottom:-1px}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab[disabled]{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab[disabled]{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-mini-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button i,.mat-icon-button .mat-icon{line-height:24px}.mat-button-ripple.mat-ripple,.mat-button-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-ripple.mat-ripple:not(:empty){transform:translateZ(0)}.mat-button-focus-overlay{opacity:0;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}.cdk-high-contrast-active .mat-button-focus-overlay{background-color:#fff}.cdk-high-contrast-black-on-white .mat-button-focus-overlay{background-color:#000}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:block;font-size:inherit;width:2.5em;height:2.5em}.cdk-high-contrast-active .mat-button,.cdk-high-contrast-active .mat-flat-button,.cdk-high-contrast-active .mat-raised-button,.cdk-high-contrast-active .mat-icon-button,.cdk-high-contrast-active .mat-fab,.cdk-high-contrast-active .mat-mini-fab{outline:solid 1px}\n"],encapsulation:2,changeDetection:0}),e})(),p=(()=>{class e extends h{constructor(e,t,i){super(t,e,i)}_haltDisabledEvents(e){this.disabled&&(e.preventDefault(),e.stopImmediatePropagation())}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(o.h),r.Tb(r.l),r.Tb(s.a,8))},e.\u0275cmp=r.Nb({type:e,selectors:[["a","mat-button",""],["a","mat-raised-button",""],["a","mat-icon-button",""],["a","mat-fab",""],["a","mat-mini-fab",""],["a","mat-stroked-button",""],["a","mat-flat-button",""]],hostVars:5,hostBindings:function(e,t){1&e&&r.hc("click",(function(e){return t._haltDisabledEvents(e)})),2&e&&(r.Gb("tabindex",t.disabled?-1:t.tabIndex||0)("disabled",t.disabled||null)("aria-disabled",t.disabled.toString()),r.Jb("_mat-animation-noopable","NoopAnimations"===t._animationMode))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex"},exportAs:["matButton","matAnchor"],features:[r.Cb],attrs:l,ngContentSelectors:u,decls:4,vars:5,consts:[[1,"mat-button-wrapper"],["matRipple","",1,"mat-button-ripple",3,"matRippleDisabled","matRippleCentered","matRippleTrigger"],[1,"mat-button-focus-overlay"]],template:function(e,t){1&e&&(r.qc(),r.Zb(0,"span",0),r.pc(1),r.Yb(),r.Ub(2,"div",1),r.Ub(3,"div",2)),2&e&&(r.Fb(2),r.Jb("mat-button-ripple-round",t.isRoundButton||t.isIconButton),r.rc("matRippleDisabled",t._isRippleDisabled())("matRippleCentered",t.isIconButton)("matRippleTrigger",t._getHostElement()))},directives:[a.p],styles:[".mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:.04}@media(hover: none){.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay{opacity:0}}.mat-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled],.mat-flat-button[disabled]{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button[disabled]{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-raised-button::-moz-focus-inner{border:0}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button .mat-button-ripple.mat-ripple,.mat-stroked-button .mat-button-focus-overlay{top:-1px;left:-1px;right:-1px;bottom:-1px}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab[disabled]{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab[disabled]{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-mini-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button i,.mat-icon-button .mat-icon{line-height:24px}.mat-button-ripple.mat-ripple,.mat-button-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-ripple.mat-ripple:not(:empty){transform:translateZ(0)}.mat-button-focus-overlay{opacity:0;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}.cdk-high-contrast-active .mat-button-focus-overlay{background-color:#fff}.cdk-high-contrast-black-on-white .mat-button-focus-overlay{background-color:#000}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:block;font-size:inherit;width:2.5em;height:2.5em}.cdk-high-contrast-active .mat-button,.cdk-high-contrast-active .mat-flat-button,.cdk-high-contrast-active .mat-raised-button,.cdk-high-contrast-active .mat-icon-button,.cdk-high-contrast-active .mat-fab,.cdk-high-contrast-active .mat-mini-fab{outline:solid 1px}\n"],encapsulation:2,changeDetection:0}),e})(),f=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},imports:[[n.c,a.q,a.h],a.h]}),e})()},bXm7:function(e,t,i){!function(e){"use strict";var t={0:"-\u0448\u0456",1:"-\u0448\u0456",2:"-\u0448\u0456",3:"-\u0448\u0456",4:"-\u0448\u0456",5:"-\u0448\u0456",6:"-\u0448\u044b",7:"-\u0448\u0456",8:"-\u0448\u0456",9:"-\u0448\u044b",10:"-\u0448\u044b",20:"-\u0448\u044b",30:"-\u0448\u044b",40:"-\u0448\u044b",50:"-\u0448\u0456",60:"-\u0448\u044b",70:"-\u0448\u0456",80:"-\u0448\u0456",90:"-\u0448\u044b",100:"-\u0448\u0456"};e.defineLocale("kk",{months:"\u049b\u0430\u04a3\u0442\u0430\u0440_\u0430\u049b\u043f\u0430\u043d_\u043d\u0430\u0443\u0440\u044b\u0437_\u0441\u04d9\u0443\u0456\u0440_\u043c\u0430\u043c\u044b\u0440_\u043c\u0430\u0443\u0441\u044b\u043c_\u0448\u0456\u043b\u0434\u0435_\u0442\u0430\u043c\u044b\u0437_\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a_\u049b\u0430\u0437\u0430\u043d_\u049b\u0430\u0440\u0430\u0448\u0430_\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d".split("_"),monthsShort:"\u049b\u0430\u04a3_\u0430\u049b\u043f_\u043d\u0430\u0443_\u0441\u04d9\u0443_\u043c\u0430\u043c_\u043c\u0430\u0443_\u0448\u0456\u043b_\u0442\u0430\u043c_\u049b\u044b\u0440_\u049b\u0430\u0437_\u049b\u0430\u0440_\u0436\u0435\u043b".split("_"),weekdays:"\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456_\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456_\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456_\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456_\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456_\u0436\u04b1\u043c\u0430_\u0441\u0435\u043d\u0431\u0456".split("_"),weekdaysShort:"\u0436\u0435\u043a_\u0434\u04af\u0439_\u0441\u0435\u0439_\u0441\u04d9\u0440_\u0431\u0435\u0439_\u0436\u04b1\u043c_\u0441\u0435\u043d".split("_"),weekdaysMin:"\u0436\u043a_\u0434\u0439_\u0441\u0439_\u0441\u0440_\u0431\u0439_\u0436\u043c_\u0441\u043d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04af\u0433\u0456\u043d \u0441\u0430\u0493\u0430\u0442] LT",nextDay:"[\u0415\u0440\u0442\u0435\u04a3 \u0441\u0430\u0493\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0493\u0430\u0442] LT",lastDay:"[\u041a\u0435\u0448\u0435 \u0441\u0430\u0493\u0430\u0442] LT",lastWeek:"[\u04e8\u0442\u043a\u0435\u043d \u0430\u043f\u0442\u0430\u043d\u044b\u04a3] dddd [\u0441\u0430\u0493\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0456\u0448\u0456\u043d\u0434\u0435",past:"%s \u0431\u04b1\u0440\u044b\u043d",s:"\u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0435\u043a\u0443\u043d\u0434",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434",m:"\u0431\u0456\u0440 \u043c\u0438\u043d\u0443\u0442",mm:"%d \u043c\u0438\u043d\u0443\u0442",h:"\u0431\u0456\u0440 \u0441\u0430\u0493\u0430\u0442",hh:"%d \u0441\u0430\u0493\u0430\u0442",d:"\u0431\u0456\u0440 \u043a\u04af\u043d",dd:"%d \u043a\u04af\u043d",M:"\u0431\u0456\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0456\u0440 \u0436\u044b\u043b",yy:"%d \u0436\u044b\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0448\u0456|\u0448\u044b)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(i("wd/R"))},bYM6:function(e,t,i){!function(e){"use strict";e.defineLocale("ar-tn",{months:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:1,doy:4}})}(i("wd/R"))},bpih:function(e,t,i){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xec_marted\xec_mercoled\xec_gioved\xec_venerd\xec_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},bv9b:function(e,t,i){"use strict";i.d(t,"a",(function(){return g})),i.d(t,"b",(function(){return b}));var n=i("fXoL"),a=i("ofXK"),s=i("FKr1"),r=i("8LU1"),o=i("R1ws"),l=i("quSY"),u=i("xgIS"),c=i("pLZG");const d=["primaryValueBar"];class m{constructor(e){this._elementRef=e}}const h=Object(s.u)(m,"primary"),p=new n.s("mat-progress-bar-location",{providedIn:"root",factory:function(){const e=Object(n.X)(a.e),t=e?e.location:null;return{getPathname:()=>t?t.pathname+t.search:""}}});let f=0,g=(()=>{class e extends h{constructor(e,t,i,a){super(e),this._elementRef=e,this._ngZone=t,this._animationMode=i,this._isNoopAnimation=!1,this._value=0,this._bufferValue=0,this.animationEnd=new n.o,this._animationEndSubscription=l.a.EMPTY,this.mode="determinate",this.progressbarId=`mat-progress-bar-${f++}`;const s=a?a.getPathname().split("#")[0]:"";this._rectangleFillValue=`url('${s}#${this.progressbarId}')`,this._isNoopAnimation="NoopAnimations"===i}get value(){return this._value}set value(e){this._value=_(Object(r.f)(e)||0),this._isNoopAnimation&&this._emitAnimationEnd()}get bufferValue(){return this._bufferValue}set bufferValue(e){this._bufferValue=_(e||0)}_primaryTransform(){return{transform:`scaleX(${this.value/100})`}}_bufferTransform(){return"buffer"===this.mode?{transform:`scaleX(${this.bufferValue/100})`}:null}ngAfterViewInit(){this._isNoopAnimation||this._ngZone.runOutsideAngular(()=>{const e=this._primaryValueBar.nativeElement;this._animationEndSubscription=Object(u.a)(e,"transitionend").pipe(Object(c.a)(t=>t.target===e)).subscribe(()=>this._ngZone.run(()=>this._emitAnimationEnd()))})}ngOnDestroy(){this._animationEndSubscription.unsubscribe()}_emitAnimationEnd(){"determinate"!==this.mode&&"buffer"!==this.mode||this.animationEnd.next({value:this.value})}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(n.C),n.Tb(o.a,8),n.Tb(p,8))},e.\u0275cmp=n.Nb({type:e,selectors:[["mat-progress-bar"]],viewQuery:function(e,t){var i;1&e&&n.Tc(d,!0),2&e&&n.yc(i=n.ic())&&(t._primaryValueBar=i.first)},hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100",1,"mat-progress-bar"],hostVars:4,hostBindings:function(e,t){2&e&&(n.Gb("aria-valuenow","indeterminate"===t.mode||"query"===t.mode?null:t.value)("mode",t.mode),n.Jb("_mat-animation-noopable",t._isNoopAnimation))},inputs:{color:"color",mode:"mode",value:"value",bufferValue:"bufferValue"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],features:[n.Cb],decls:9,vars:4,consts:[["width","100%","height","4","focusable","false",1,"mat-progress-bar-background","mat-progress-bar-element"],["x","4","y","0","width","8","height","4","patternUnits","userSpaceOnUse",3,"id"],["cx","2","cy","2","r","2"],["width","100%","height","100%"],[1,"mat-progress-bar-buffer","mat-progress-bar-element",3,"ngStyle"],[1,"mat-progress-bar-primary","mat-progress-bar-fill","mat-progress-bar-element",3,"ngStyle"],["primaryValueBar",""],[1,"mat-progress-bar-secondary","mat-progress-bar-fill","mat-progress-bar-element"]],template:function(e,t){1&e&&(n.kc(),n.Zb(0,"svg",0),n.Zb(1,"defs"),n.Zb(2,"pattern",1),n.Ub(3,"circle",2),n.Yb(),n.Yb(),n.Ub(4,"rect",3),n.Yb(),n.jc(),n.Ub(5,"div",4),n.Ub(6,"div",5,6),n.Ub(8,"div",7)),2&e&&(n.Fb(2),n.rc("id",t.progressbarId),n.Fb(2),n.Gb("fill",t._rectangleFillValue),n.Fb(1),n.rc("ngStyle",t._bufferTransform()),n.Fb(1),n.rc("ngStyle",t._primaryTransform()))},directives:[a.w],styles:['.mat-progress-bar{display:block;height:4px;overflow:hidden;position:relative;transition:opacity 250ms linear;width:100%}._mat-animation-noopable.mat-progress-bar{transition:none;animation:none}.mat-progress-bar .mat-progress-bar-element,.mat-progress-bar .mat-progress-bar-fill::after{height:100%;position:absolute;width:100%}.mat-progress-bar .mat-progress-bar-background{width:calc(100% + 10px)}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-background{display:none}.mat-progress-bar .mat-progress-bar-buffer{transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-buffer{border-top:solid 5px;opacity:.5}.mat-progress-bar .mat-progress-bar-secondary{display:none}.mat-progress-bar .mat-progress-bar-fill{animation:none;transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-fill{border-top:solid 4px}.mat-progress-bar .mat-progress-bar-fill::after{animation:none;content:"";display:inline-block;left:0}.mat-progress-bar[dir=rtl],[dir=rtl] .mat-progress-bar{transform:rotateY(180deg)}.mat-progress-bar[mode=query]{transform:rotateZ(180deg)}.mat-progress-bar[mode=query][dir=rtl],[dir=rtl] .mat-progress-bar[mode=query]{transform:rotateZ(180deg) rotateY(180deg)}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill,.mat-progress-bar[mode=query] .mat-progress-bar-fill{transition:none}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary,.mat-progress-bar[mode=query] .mat-progress-bar-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-translate 2000ms infinite linear;left:-145.166611%}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary,.mat-progress-bar[mode=query] .mat-progress-bar-secondary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-translate 2000ms infinite linear;left:-54.888891%;display:block}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=buffer] .mat-progress-bar-background{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-background-scroll 250ms infinite linear;display:block}.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background{animation:none;transition:none}@keyframes mat-progress-bar-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mat-progress-bar-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mat-progress-bar-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-background-scroll{to{transform:translateX(-8px)}}\n'],encapsulation:2,changeDetection:0}),e})();function _(e,t=0,i=100){return Math.max(t,Math.min(i,e))}let b=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[a.c,s.h],s.h]}),e})()},bxKX:function(e,t,i){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xec_marted\xec_mercoled\xec_gioved\xec_venerd\xec_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},c2HN:function(e,t,i){"use strict";function n(e){return!!e&&"function"!=typeof e.subscribe&&"function"==typeof e.then}i.d(t,"a",(function(){return n}))},cH1L:function(e,t,i){"use strict";i.d(t,"a",(function(){return l})),i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return r}));var n=i("fXoL"),a=i("ofXK");const s=new n.s("cdk-dir-doc",{providedIn:"root",factory:function(){return Object(n.X)(a.e)}});let r=(()=>{class e{constructor(e){if(this.value="ltr",this.change=new n.o,e){const t=e.documentElement?e.documentElement.dir:null,i=(e.body?e.body.dir:null)||t;this.value="ltr"===i||"rtl"===i?i:"ltr"}}ngOnDestroy(){this.change.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.dc(s,8))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(s,8))},token:e,providedIn:"root"}),e})(),o=(()=>{class e{constructor(){this._dir="ltr",this._isInitialized=!1,this.change=new n.o}get dir(){return this._dir}set dir(e){const t=this._dir,i=e?e.toLowerCase():e;this._rawDir=e,this._dir="ltr"===i||"rtl"===i?i:"ltr",t!==this._dir&&this._isInitialized&&this.change.emit(this._dir)}get value(){return this.dir}ngAfterContentInit(){this._isInitialized=!0}ngOnDestroy(){this.change.complete()}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","dir",""]],hostVars:1,hostBindings:function(e,t){2&e&&n.Gb("dir",t._rawDir)},inputs:{dir:"dir"},outputs:{change:"dirChange"},exportAs:["dir"],features:[n.Eb([{provide:r,useExisting:e}])]}),e})(),l=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})()},cRix:function(e,t,i){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),i="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[\xf4fr\xfbne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien min\xfat",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(i("wd/R"))},cp0P:function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var n=i("HDdC"),a=i("DH7j"),s=i("lJxs"),r=i("XoHu"),o=i("Cfvw");function l(...e){if(1===e.length){const t=e[0];if(Object(a.a)(t))return u(t,null);if(Object(r.a)(t)&&Object.getPrototypeOf(t)===Object.prototype){const e=Object.keys(t);return u(e.map(e=>t[e]),e)}}if("function"==typeof e[e.length-1]){const t=e.pop();return u(e=1===e.length&&Object(a.a)(e[0])?e[0]:e,null).pipe(Object(s.a)(e=>t(...e)))}return u(e,null)}function u(e,t){return new n.a(i=>{const n=e.length;if(0===n)return void i.complete();const a=new Array(n);let s=0,r=0;for(let l=0;l<n;l++){const u=Object(o.a)(e[l]);let c=!1;i.add(u.subscribe({next:e=>{c||(c=!0,r++),a[l]=e},error:e=>i.error(e),complete:()=>{s++,s!==n&&c||(r===n&&i.next(t?t.reduce((e,t,i)=>(e[t]=a[i],e),{}):a),i.complete())}}))}})}},czMo:function(e,t,i){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(i("wd/R"))},d3UM:function(e,t,i){"use strict";i.d(t,"a",(function(){return V})),i.d(t,"b",(function(){return z}));var n=i("rDax"),a=i("ofXK"),s=i("fXoL"),r=i("FKr1"),o=i("kmnG"),l=i("u47x"),u=i("8LU1"),c=i("0EQZ"),d=i("FtGj"),m=i("XNiG"),h=i("NXyV"),p=i("VRyK"),f=i("JX91"),g=i("eIep"),_=i("IzEk"),b=i("pLZG"),y=i("lJxs"),v=i("/uUt"),w=i("1G5W"),k=i("R0Ic"),x=i("vxfF"),M=i("cH1L"),L=i("3Pt+");const C=["trigger"],S=["panel"];function D(e,t){if(1&e&&(s.Zb(0,"span",8),s.Nc(1),s.Yb()),2&e){const e=s.lc();s.Fb(1),s.Oc(e.placeholder||"\xa0")}}function T(e,t){if(1&e&&(s.Zb(0,"span"),s.Nc(1),s.Yb()),2&e){const e=s.lc(2);s.Fb(1),s.Oc(e.triggerValue||"\xa0")}}function O(e,t){1&e&&s.pc(0,0,["*ngSwitchCase","true"])}function E(e,t){if(1&e&&(s.Zb(0,"span",9),s.Lc(1,T,2,1,"span",10),s.Lc(2,O,1,0,void 0,11),s.Yb()),2&e){const e=s.lc();s.rc("ngSwitch",!!e.customTrigger),s.Fb(2),s.rc("ngSwitchCase",!0)}}function j(e,t){if(1&e){const e=s.ac();s.Zb(0,"div",12),s.Zb(1,"div",13,14),s.hc("@transformPanel.done",(function(t){return s.Dc(e),s.lc()._panelDoneAnimatingStream.next(t.toState)}))("keydown",(function(t){return s.Dc(e),s.lc()._handleKeydown(t)})),s.pc(3,1),s.Yb(),s.Yb()}if(2&e){const e=s.lc();s.rc("@transformPanelWrap",void 0),s.Fb(1),s.Ib("mat-select-panel ",e._getPanelTheme(),""),s.Kc("transform-origin",e._transformOrigin)("font-size",e._triggerFontSize,"px"),s.rc("ngClass",e.panelClass)("@transformPanel",e.multiple?"showing-multiple":"showing")}}const A=[[["mat-select-trigger"]],"*"],Y=["mat-select-trigger","*"],I={transformPanelWrap:Object(k.n)("transformPanelWrap",[Object(k.m)("* => void",Object(k.i)("@transformPanel",[Object(k.f)()],{optional:!0}))]),transformPanel:Object(k.n)("transformPanel",[Object(k.k)("void",Object(k.l)({transform:"scaleY(0.8)",minWidth:"100%",opacity:0})),Object(k.k)("showing",Object(k.l)({opacity:1,minWidth:"calc(100% + 32px)",transform:"scaleY(1)"})),Object(k.k)("showing-multiple",Object(k.l)({opacity:1,minWidth:"calc(100% + 64px)",transform:"scaleY(1)"})),Object(k.m)("void => *",Object(k.e)("120ms cubic-bezier(0, 0, 0.2, 1)")),Object(k.m)("* => void",Object(k.e)("100ms 25ms linear",Object(k.l)({opacity:0})))])};let F=0;const P=new s.s("mat-select-scroll-strategy"),R={provide:P,deps:[n.c],useFactory:function(e){return()=>e.scrollStrategies.reposition()}};class N{constructor(e,t){this.source=e,this.value=t}}class q{constructor(e,t,i,n,a){this._elementRef=e,this._defaultErrorStateMatcher=t,this._parentForm=i,this._parentFormGroup=n,this.ngControl=a}}const H=Object(r.v)(Object(r.y)(Object(r.w)(Object(r.x)(q))));let B=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=s.Ob({type:e,selectors:[["mat-select-trigger"]]}),e})(),V=(()=>{class e extends H{constructor(e,t,i,n,a,r,o,l,u,c,d,v,w){super(a,n,o,l,c),this._viewportRuler=e,this._changeDetectorRef=t,this._ngZone=i,this._dir=r,this._parentFormField=u,this.ngControl=c,this._liveAnnouncer=w,this._panelOpen=!1,this._required=!1,this._scrollTop=0,this._multiple=!1,this._compareWith=(e,t)=>e===t,this._uid=`mat-select-${F++}`,this._destroy=new m.a,this._triggerFontSize=0,this._onChange=()=>{},this._onTouched=()=>{},this._optionIds="",this._transformOrigin="top",this._panelDoneAnimatingStream=new m.a,this._offsetY=0,this._positions=[{originX:"start",originY:"top",overlayX:"start",overlayY:"top"},{originX:"start",originY:"bottom",overlayX:"start",overlayY:"bottom"}],this._disableOptionCentering=!1,this._focused=!1,this.controlType="mat-select",this.ariaLabel="",this.optionSelectionChanges=Object(h.a)(()=>{const e=this.options;return e?e.changes.pipe(Object(f.a)(e),Object(g.a)(()=>Object(p.a)(...e.map(e=>e.onSelectionChange)))):this._ngZone.onStable.asObservable().pipe(Object(_.a)(1),Object(g.a)(()=>this.optionSelectionChanges))}),this.openedChange=new s.o,this._openedStream=this.openedChange.pipe(Object(b.a)(e=>e),Object(y.a)(()=>{})),this._closedStream=this.openedChange.pipe(Object(b.a)(e=>!e),Object(y.a)(()=>{})),this.selectionChange=new s.o,this.valueChange=new s.o,this.ngControl&&(this.ngControl.valueAccessor=this),this._scrollStrategyFactory=v,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(d)||0,this.id=this.id}get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(e){this._placeholder=e,this.stateChanges.next()}get required(){return this._required}set required(e){this._required=Object(u.c)(e),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(e){if(this._selectionModel)throw Error("Cannot change `multiple` mode of select after initialization.");this._multiple=Object(u.c)(e)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(e){this._disableOptionCentering=Object(u.c)(e)}get compareWith(){return this._compareWith}set compareWith(e){if("function"!=typeof e)throw Error("`compareWith` must be a function.");this._compareWith=e,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(e){e!==this._value&&(this.writeValue(e),this._value=e)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(e){this._typeaheadDebounceInterval=Object(u.f)(e)}get id(){return this._id}set id(e){this._id=e||this._uid,this.stateChanges.next()}ngOnInit(){this._selectionModel=new c.c(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe(Object(v.a)(),Object(w.a)(this._destroy)).subscribe(()=>{this.panelOpen?(this._scrollTop=0,this.openedChange.emit(!0)):(this.openedChange.emit(!1),this.overlayDir.offsetX=0,this._changeDetectorRef.markForCheck())}),this._viewportRuler.change().pipe(Object(w.a)(this._destroy)).subscribe(()=>{this._panelOpen&&(this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._changeDetectorRef.markForCheck())})}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe(Object(w.a)(this._destroy)).subscribe(e=>{e.added.forEach(e=>e.select()),e.removed.forEach(e=>e.deselect())}),this.options.changes.pipe(Object(f.a)(null),Object(w.a)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){this.ngControl&&this.updateErrorState()}ngOnChanges(e){e.disabled&&this.stateChanges.next(),e.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._destroy.next(),this._destroy.complete(),this.stateChanges.complete()}toggle(){this.panelOpen?this.close():this.open()}open(){!this.disabled&&this.options&&this.options.length&&!this._panelOpen&&(this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._triggerFontSize=parseInt(getComputedStyle(this.trigger.nativeElement).fontSize||"0"),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._calculateOverlayPosition(),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this._ngZone.onStable.asObservable().pipe(Object(_.a)(1)).subscribe(()=>{this._triggerFontSize&&this.overlayDir.overlayRef&&this.overlayDir.overlayRef.overlayElement&&(this.overlayDir.overlayRef.overlayElement.style.fontSize=`${this._triggerFontSize}px`)}))}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched())}writeValue(e){this.options&&this._setSelectionByValue(e)}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}setDisabledState(e){this.disabled=e,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel.selected:this._selectionModel.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const e=this._selectionModel.selected.map(e=>e.viewValue);return this._isRtl()&&e.reverse(),e.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(e){this.disabled||(this.panelOpen?this._handleOpenKeydown(e):this._handleClosedKeydown(e))}_handleClosedKeydown(e){const t=e.keyCode,i=t===d.b||t===d.n||t===d.g||t===d.k,n=t===d.d||t===d.l,a=this._keyManager;if(!a.isTyping()&&n&&!Object(d.q)(e)||(this.multiple||e.altKey)&&i)e.preventDefault(),this.open();else if(!this.multiple){const i=this.selected;t===d.f||t===d.c?(t===d.f?a.setFirstItemActive():a.setLastItemActive(),e.preventDefault()):a.onKeydown(e);const n=this.selected;n&&i!==n&&this._liveAnnouncer.announce(n.viewValue,1e4)}}_handleOpenKeydown(e){const t=this._keyManager,i=e.keyCode,n=i===d.b||i===d.n,a=t.isTyping();if(i===d.f||i===d.c)e.preventDefault(),i===d.f?t.setFirstItemActive():t.setLastItemActive();else if(n&&e.altKey)e.preventDefault(),this.close();else if(a||i!==d.d&&i!==d.l||!t.activeItem||Object(d.q)(e))if(!a&&this._multiple&&i===d.a&&e.ctrlKey){e.preventDefault();const t=this.options.some(e=>!e.disabled&&!e.selected);this.options.forEach(e=>{e.disabled||(t?e.select():e.deselect())})}else{const i=t.activeItemIndex;t.onKeydown(e),this._multiple&&n&&e.shiftKey&&t.activeItem&&t.activeItemIndex!==i&&t.activeItem._selectViaInteraction()}else e.preventDefault(),t.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this.disabled||this.panelOpen||(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this.overlayDir.positionChange.pipe(Object(_.a)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._calculateOverlayOffsetX(),this.panel.nativeElement.scrollTop=this._scrollTop})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this._setSelectionByValue(this.ngControl?this.ngControl.value:this._value),this.stateChanges.next()})}_setSelectionByValue(e){if(this.multiple&&e){if(!Array.isArray(e))throw Error("Value must be an array in multiple-selection mode.");this._selectionModel.clear(),e.forEach(e=>this._selectValue(e)),this._sortValues()}else{this._selectionModel.clear();const t=this._selectValue(e);t?this._keyManager.setActiveItem(t):this.panelOpen||this._keyManager.setActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectValue(e){const t=this.options.find(t=>{try{return null!=t.value&&this._compareWith(t.value,e)}catch(i){return Object(s.Y)()&&console.warn(i),!1}});return t&&this._selectionModel.select(t),t}_initKeyManager(){this._keyManager=new l.b(this.options).withTypeAhead(this._typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withAllowedModifierKeys(["shiftKey"]),this._keyManager.tabOut.pipe(Object(w.a)(this._destroy)).subscribe(()=>{!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close()}),this._keyManager.change.pipe(Object(w.a)(this._destroy)).subscribe(()=>{this._panelOpen&&this.panel?this._scrollActiveOptionIntoView():this._panelOpen||this.multiple||!this._keyManager.activeItem||this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const e=Object(p.a)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe(Object(w.a)(e)).subscribe(e=>{this._onSelect(e.source,e.isUserInput),e.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),Object(p.a)(...this.options.map(e=>e._stateChanges)).pipe(Object(w.a)(e)).subscribe(()=>{this._changeDetectorRef.markForCheck(),this.stateChanges.next()}),this._setOptionIds()}_onSelect(e,t){const i=this._selectionModel.isSelected(e);null!=e.value||this._multiple?(i!==e.selected&&(e.selected?this._selectionModel.select(e):this._selectionModel.deselect(e)),t&&this._keyManager.setActiveItem(e),this.multiple&&(this._sortValues(),t&&this.focus())):(e.deselect(),this._selectionModel.clear(),this._propagateChanges(e.value)),i!==this._selectionModel.isSelected(e)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const e=this.options.toArray();this._selectionModel.sort((t,i)=>this.sortComparator?this.sortComparator(t,i,e):e.indexOf(t)-e.indexOf(i)),this.stateChanges.next()}}_propagateChanges(e){let t=null;t=this.multiple?this.selected.map(e=>e.value):this.selected?this.selected.value:e,this._value=t,this.valueChange.emit(t),this._onChange(t),this.selectionChange.emit(new N(this,t)),this._changeDetectorRef.markForCheck()}_setOptionIds(){this._optionIds=this.options.map(e=>e.id).join(" ")}_highlightCorrectOption(){this._keyManager&&(this.empty?this._keyManager.setFirstItemActive():this._keyManager.setActiveItem(this._selectionModel.selected[0]))}_scrollActiveOptionIntoView(){const e=this._keyManager.activeItemIndex||0,t=Object(r.s)(e,this.options,this.optionGroups);this.panel.nativeElement.scrollTop=Object(r.t)(e+t,this._getItemHeight(),this.panel.nativeElement.scrollTop,256)}focus(e){this._elementRef.nativeElement.focus(e)}_getOptionIndex(e){return this.options.reduce((t,i,n)=>void 0===t?e===i?n:void 0:t,void 0)}_calculateOverlayPosition(){const e=this._getItemHeight(),t=this._getItemCount(),i=Math.min(t*e,256),n=t*e-i;let a=this.empty?0:this._getOptionIndex(this._selectionModel.selected[0]);a+=Object(r.s)(a,this.options,this.optionGroups);const s=i/2;this._scrollTop=this._calculateOverlayScroll(a,s,n),this._offsetY=this._calculateOverlayOffsetY(a,s,n),this._checkOverlayWithinViewport(n)}_calculateOverlayScroll(e,t,i){const n=this._getItemHeight();return Math.min(Math.max(0,n*e-t+n/2),i)}_getAriaLabel(){return this.ariaLabelledby?null:this.ariaLabel||this.placeholder}_getAriaLabelledby(){return this.ariaLabelledby?this.ariaLabelledby:this._parentFormField&&this._parentFormField._hasFloatingLabel()&&!this._getAriaLabel()&&this._parentFormField._labelId||null}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_calculateOverlayOffsetX(){const e=this.overlayDir.overlayRef.overlayElement.getBoundingClientRect(),t=this._viewportRuler.getViewportSize(),i=this._isRtl(),n=this.multiple?56:32;let a;if(this.multiple)a=40;else{let e=this._selectionModel.selected[0]||this.options.first;a=e&&e.group?32:16}i||(a*=-1);const s=0-(e.left+a-(i?n:0)),r=e.right+a-t.width+(i?0:n);s>0?a+=s+8:r>0&&(a-=r+8),this.overlayDir.offsetX=Math.round(a),this.overlayDir.overlayRef.updatePosition()}_calculateOverlayOffsetY(e,t,i){const n=this._getItemHeight(),a=(n-this._triggerRect.height)/2,s=Math.floor(256/n);let r;return this._disableOptionCentering?0:(r=0===this._scrollTop?e*n:this._scrollTop===i?(e-(this._getItemCount()-s))*n+(n-(this._getItemCount()*n-256)%n):t-n/2,Math.round(-1*r-a))}_checkOverlayWithinViewport(e){const t=this._getItemHeight(),i=this._viewportRuler.getViewportSize(),n=this._triggerRect.top-8,a=i.height-this._triggerRect.bottom-8,s=Math.abs(this._offsetY),r=Math.min(this._getItemCount()*t,256)-s-this._triggerRect.height;r>a?this._adjustPanelUp(r,a):s>n?this._adjustPanelDown(s,n,e):this._transformOrigin=this._getOriginBasedOnOption()}_adjustPanelUp(e,t){const i=Math.round(e-t);this._scrollTop-=i,this._offsetY-=i,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop<=0&&(this._scrollTop=0,this._offsetY=0,this._transformOrigin="50% bottom 0px")}_adjustPanelDown(e,t,i){const n=Math.round(e-t);if(this._scrollTop+=n,this._offsetY+=n,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop>=i)return this._scrollTop=i,this._offsetY=0,void(this._transformOrigin="50% top 0px")}_getOriginBasedOnOption(){const e=this._getItemHeight(),t=(e-this._triggerRect.height)/2;return`50% ${Math.abs(this._offsetY)-t+e/2}px 0px`}_getItemCount(){return this.options.length+this.optionGroups.length}_getItemHeight(){return 3*this._triggerFontSize}setDescribedByIds(e){this._ariaDescribedby=e.join(" ")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty}}return e.\u0275fac=function(t){return new(t||e)(s.Tb(x.d),s.Tb(s.h),s.Tb(s.C),s.Tb(r.b),s.Tb(s.l),s.Tb(M.c,8),s.Tb(L.o,8),s.Tb(L.g,8),s.Tb(o.b,8),s.Tb(L.l,10),s.ec("tabindex"),s.Tb(P),s.Tb(l.k))},e.\u0275cmp=s.Nb({type:e,selectors:[["mat-select"]],contentQueries:function(e,t,i){var n;1&e&&(s.Lb(i,B,!0),s.Lb(i,r.l,!0),s.Lb(i,r.k,!0)),2&e&&(s.yc(n=s.ic())&&(t.customTrigger=n.first),s.yc(n=s.ic())&&(t.options=n),s.yc(n=s.ic())&&(t.optionGroups=n))},viewQuery:function(e,t){var i;1&e&&(s.Tc(C,!0),s.Tc(S,!0),s.Tc(n.a,!0)),2&e&&(s.yc(i=s.ic())&&(t.trigger=i.first),s.yc(i=s.ic())&&(t.panel=i.first),s.yc(i=s.ic())&&(t.overlayDir=i.first))},hostAttrs:["role","listbox",1,"mat-select"],hostVars:19,hostBindings:function(e,t){1&e&&s.hc("keydown",(function(e){return t._handleKeydown(e)}))("focus",(function(e){return t._onFocus()}))("blur",(function(e){return t._onBlur()})),2&e&&(s.Gb("id",t.id)("tabindex",t.tabIndex)("aria-label",t._getAriaLabel())("aria-labelledby",t._getAriaLabelledby())("aria-required",t.required.toString())("aria-disabled",t.disabled.toString())("aria-invalid",t.errorState)("aria-owns",t.panelOpen?t._optionIds:null)("aria-multiselectable",t.multiple)("aria-describedby",t._ariaDescribedby||null)("aria-activedescendant",t._getAriaActiveDescendant()),s.Jb("mat-select-disabled",t.disabled)("mat-select-invalid",t.errorState)("mat-select-required",t.required)("mat-select-empty",t.empty))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],id:"id",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",typeaheadDebounceInterval:"typeaheadDebounceInterval",panelClass:"panelClass",ariaLabelledby:["aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",sortComparator:"sortComparator"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],features:[s.Eb([{provide:o.c,useExisting:e},{provide:r.f,useExisting:e}]),s.Cb,s.Db()],ngContentSelectors:Y,decls:9,vars:9,consts:[["cdk-overlay-origin","","aria-hidden","true",1,"mat-select-trigger",3,"click"],["origin","cdkOverlayOrigin","trigger",""],[1,"mat-select-value",3,"ngSwitch"],["class","mat-select-placeholder",4,"ngSwitchCase"],["class","mat-select-value-text",3,"ngSwitch",4,"ngSwitchCase"],[1,"mat-select-arrow-wrapper"],[1,"mat-select-arrow"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayMinWidth","cdkConnectedOverlayOffsetY","backdropClick","attach","detach"],[1,"mat-select-placeholder"],[1,"mat-select-value-text",3,"ngSwitch"],[4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"mat-select-panel-wrap"],[3,"ngClass","keydown"],["panel",""]],template:function(e,t){if(1&e&&(s.qc(A),s.Zb(0,"div",0,1),s.hc("click",(function(e){return t.toggle()})),s.Zb(3,"div",2),s.Lc(4,D,2,1,"span",3),s.Lc(5,E,3,2,"span",4),s.Yb(),s.Zb(6,"div",5),s.Ub(7,"div",6),s.Yb(),s.Yb(),s.Lc(8,j,4,10,"ng-template",7),s.hc("backdropClick",(function(e){return t.close()}))("attach",(function(e){return t._onAttached()}))("detach",(function(e){return t.close()}))),2&e){const e=s.zc(1);s.Fb(3),s.rc("ngSwitch",t.empty),s.Fb(1),s.rc("ngSwitchCase",!0),s.Fb(1),s.rc("ngSwitchCase",!1),s.Fb(3),s.rc("cdkConnectedOverlayScrollStrategy",t._scrollStrategy)("cdkConnectedOverlayOrigin",e)("cdkConnectedOverlayOpen",t.panelOpen)("cdkConnectedOverlayPositions",t._positions)("cdkConnectedOverlayMinWidth",null==t._triggerRect?null:t._triggerRect.width)("cdkConnectedOverlayOffsetY",t._offsetY)}},directives:[n.b,a.x,a.y,n.a,a.z,a.q],styles:[".mat-select{display:inline-block;width:100%;outline:none}.mat-select-trigger{display:inline-table;cursor:pointer;position:relative;box-sizing:border-box}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-select-value{display:table-cell;max-width:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-select-arrow-wrapper{display:table-cell;vertical-align:middle}.mat-form-field-appearance-fill .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(-25%)}.mat-form-field-appearance-standard.mat-form-field-has-label .mat-select:not(.mat-select-empty) .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:none}.mat-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;margin:0 4px}.mat-select-panel-wrap{flex-basis:100%}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%;border-radius:4px}.cdk-high-contrast-active .mat-select-panel{outline:solid 1px}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:inherit;line-height:3em;height:3em}.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex{cursor:pointer}.mat-form-field-type-mat-select .mat-form-field-label{width:calc(100% - 18px)}.mat-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable .mat-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-select-placeholder{color:transparent;-webkit-text-fill-color:transparent;transition:none;display:block}\n"],encapsulation:2,data:{animation:[I.transformPanelWrap,I.transformPanel]},changeDetection:0}),e})(),z=(()=>{class e{}return e.\u0275mod=s.Rb({type:e}),e.\u0275inj=s.Qb({factory:function(t){return new(t||e)},providers:[R],imports:[[a.c,n.f,r.m,r.h],o.d,r.m,r.h]}),e})()},dNwA:function(e,t,i){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(i("wd/R"))},"e+ae":function(e,t,i){!function(e){"use strict";var t="janu\xe1r_febru\xe1r_marec_apr\xedl_m\xe1j_j\xfan_j\xfal_august_september_okt\xf3ber_november_december".split("_"),i="jan_feb_mar_apr_m\xe1j_j\xfan_j\xfal_aug_sep_okt_nov_dec".split("_");function n(e){return e>1&&e<5}function a(e,t,i,a){var s=e+" ";switch(i){case"s":return t||a?"p\xe1r sek\xfand":"p\xe1r sekundami";case"ss":return t||a?s+(n(e)?"sekundy":"sek\xfand"):s+"sekundami";case"m":return t?"min\xfata":a?"min\xfatu":"min\xfatou";case"mm":return t||a?s+(n(e)?"min\xfaty":"min\xfat"):s+"min\xfatami";case"h":return t?"hodina":a?"hodinu":"hodinou";case"hh":return t||a?s+(n(e)?"hodiny":"hod\xedn"):s+"hodinami";case"d":return t||a?"de\u0148":"d\u0148om";case"dd":return t||a?s+(n(e)?"dni":"dn\xed"):s+"d\u0148ami";case"M":return t||a?"mesiac":"mesiacom";case"MM":return t||a?s+(n(e)?"mesiace":"mesiacov"):s+"mesiacmi";case"y":return t||a?"rok":"rokom";case"yy":return t||a?s+(n(e)?"roky":"rokov"):s+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:i,weekdays:"nede\u013ea_pondelok_utorok_streda_\u0161tvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_\u0161t_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_\u0161t_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nede\u013eu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo \u0161tvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[v\u010dera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minul\xfa nede\u013eu o] LT";case 1:case 2:return"[minul\xfd] dddd [o] LT";case 3:return"[minul\xfa stredu o] LT";case 4:case 5:return"[minul\xfd] dddd [o] LT";case 6:return"[minul\xfa sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},eIep:function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var n=i("l7GE"),a=i("51Dv"),s=i("ZUHj"),r=i("lJxs"),o=i("Cfvw");function l(e,t){return"function"==typeof t?i=>i.pipe(l((i,n)=>Object(o.a)(e(i,n)).pipe(Object(r.a)((e,a)=>t(i,e,n,a))))):t=>t.lift(new u(e))}class u{constructor(e){this.project=e}call(e,t){return t.subscribe(new c(e,this.project))}}class c extends n.a{constructor(e,t){super(e),this.project=t,this.index=0}_next(e){let t;const i=this.index++;try{t=this.project(e,i)}catch(n){return void this.destination.error(n)}this._innerSub(t,e,i)}_innerSub(e,t,i){const n=this.innerSubscription;n&&n.unsubscribe();const r=new a.a(this,t,i),o=this.destination;o.add(r),this.innerSubscription=Object(s.a)(this,e,void 0,void 0,r),this.innerSubscription!==r&&o.add(this.innerSubscription)}_complete(){const{innerSubscription:e}=this;e&&!e.closed||super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=null}notifyComplete(e){this.destination.remove(e),this.innerSubscription=null,this.isStopped&&super._complete()}notifyNext(e,t,i,n,a){this.destination.next(t)}}},f0Cb:function(e,t,i){"use strict";i.d(t,"a",(function(){return o})),i.d(t,"b",(function(){return l}));var n=i("8LU1"),a=i("ofXK"),s=i("FKr1"),r=i("fXoL");let o=(()=>{class e{constructor(){this._vertical=!1,this._inset=!1}get vertical(){return this._vertical}set vertical(e){this._vertical=Object(n.c)(e)}get inset(){return this._inset}set inset(e){this._inset=Object(n.c)(e)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=r.Nb({type:e,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(e,t){2&e&&(r.Gb("aria-orientation",t.vertical?"vertical":"horizontal"),r.Jb("mat-divider-vertical",t.vertical)("mat-divider-horizontal",!t.vertical)("mat-divider-inset",t.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(e,t){},styles:[".mat-divider{display:block;margin:0;border-top-width:1px;border-top-style:solid}.mat-divider.mat-divider-vertical{border-top:0;border-right-width:1px;border-right-style:solid}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}\n"],encapsulation:2,changeDetection:0}),e})(),l=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},imports:[[s.h,a.c],s.h]}),e})()},f3OE:function(e,t,i){"use strict";i.d(t,"a",(function(){return u}));var n=i("ofXK"),a=i("R0Ic"),s=i("tyNb"),r=i("pLZG"),o=i("IzEk"),l=i("fXoL");let u=(()=>{class e{constructor(e,t,i){this._animationBuilder=e,this._document=t,this._router=i,this._init()}_init(){this.splashScreenEl=this._document.body.querySelector("#fuse-splash-screen"),this.splashScreenEl&&this._router.events.pipe(Object(r.a)(e=>e instanceof s.c),Object(o.a)(1)).subscribe(()=>{setTimeout(()=>{this.hide()})})}show(){this.player=this._animationBuilder.build([Object(a.l)({opacity:"0",zIndex:"99999"}),Object(a.e)("400ms ease",Object(a.l)({opacity:"1"}))]).create(this.splashScreenEl),setTimeout(()=>{this.player.play()},0)}hide(){this.player=this._animationBuilder.build([Object(a.l)({opacity:"1"}),Object(a.e)("400ms ease",Object(a.l)({opacity:"0",zIndex:"-10"}))]).create(this.splashScreenEl),setTimeout(()=>{this.player.play()},0)}}return e.\u0275fac=function(t){return new(t||e)(l.dc(a.b),l.dc(n.e),l.dc(s.g))},e.\u0275prov=l.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},fE3o:function(e,t,i){"use strict";i.d(t,"a",(function(){return m}));var n=i("fXoL"),a=i("R0Ic"),s=i("XNiG"),r=i("1G5W"),o=i("0JVi"),l=i("h2q7"),u=i("HX77"),c=i("pD6V");const d=["*"];let m=(()=>{class e{constructor(e,t,i,a,r,o,l,u){this._animationBuilder=e,this._changeDetectorRef=t,this._elementRef=i,this._fuseConfigService=a,this._fuseMatchMediaService=r,this._fuseSidebarService=o,this._mediaObserver=l,this._renderer=u,this._backdrop=null,this.foldedAutoTriggerOnHover=!0,this.foldedWidth=64,this.foldedChanged=new n.o,this.openedChanged=new n.o,this.opened=!1,this.position="left",this.invisibleOverlay=!1,this._animationsEnabled=!1,this._folded=!1,this._unsubscribeAll=new s.a}set folded(e){if(this._folded=e,!this.opened)return;let t,i;const n=this.foldedWidth+"px";"left"===this.position?(t=this._elementRef.nativeElement.nextElementSibling,i="padding-left"):(t=this._elementRef.nativeElement.previousElementSibling,i="padding-right"),t&&(e?(this.fold(),this._renderer.setStyle(this._elementRef.nativeElement,"width",n),this._renderer.setStyle(this._elementRef.nativeElement,"min-width",n),this._renderer.setStyle(this._elementRef.nativeElement,"max-width",n),this._renderer.setStyle(t,i,n),this._renderer.addClass(this._elementRef.nativeElement,"folded")):(this.unfold(),this._renderer.removeStyle(this._elementRef.nativeElement,"width"),this._renderer.removeStyle(this._elementRef.nativeElement,"min-width"),this._renderer.removeStyle(this._elementRef.nativeElement,"max-width"),this._renderer.removeStyle(t,i),this._renderer.removeClass(this._elementRef.nativeElement,"folded")),this.foldedChanged.emit(this.folded))}get folded(){return this._folded}ngOnInit(){this._fuseConfigService.config.pipe(Object(r.a)(this._unsubscribeAll)).subscribe(e=>{this._fuseConfig=e}),this._fuseSidebarService.register(this.name,this),this._setupVisibility(),this._setupPosition(),this._setupLockedOpen(),this._setupFolded()}ngOnDestroy(){this.folded&&this.unfold(),this._fuseSidebarService.unregister(this.name),this._unsubscribeAll.next(),this._unsubscribeAll.complete()}_setupVisibility(){this._renderer.setStyle(this._elementRef.nativeElement,"box-shadow","none"),this._renderer.setStyle(this._elementRef.nativeElement,"visibility","hidden")}_setupPosition(){this._renderer.addClass(this._elementRef.nativeElement,"right"===this.position?"right-positioned":"left-positioned")}_setupLockedOpen(){this.lockedOpen&&(this._wasActive=!1,this._wasFolded=this.folded,this._showSidebar(),this._fuseMatchMediaService.onMediaChange.pipe(Object(r.a)(this._unsubscribeAll)).subscribe(()=>{const e=this._mediaObserver.isActive(this.lockedOpen);this._wasActive!==e&&(e?(this.isLockedOpen=!0,this._showSidebar(),this.opened=!0,this.openedChanged.emit(this.opened),this._wasFolded&&(this._enableAnimations(),this.folded=!0,this._changeDetectorRef.markForCheck()),this._hideBackdrop()):(this.isLockedOpen=!1,this.unfold(),this.opened=!1,this.openedChanged.emit(this.opened),this._hideSidebar()),this._wasActive=e)}))}_setupFolded(){if(!this.folded)return;if(!this.opened)return;let e,t;const i=this.foldedWidth+"px";"left"===this.position?(e=this._elementRef.nativeElement.nextElementSibling,t="padding-left"):(e=this._elementRef.nativeElement.previousElementSibling,t="padding-right"),e&&(this.fold(),this._renderer.setStyle(this._elementRef.nativeElement,"width",i),this._renderer.setStyle(this._elementRef.nativeElement,"min-width",i),this._renderer.setStyle(this._elementRef.nativeElement,"max-width",i),this._renderer.setStyle(e,t,i),this._renderer.addClass(this._elementRef.nativeElement,"folded"))}_showBackdrop(){this._backdrop=this._renderer.createElement("div"),this._backdrop.classList.add("fuse-sidebar-overlay"),this.invisibleOverlay&&this._backdrop.classList.add("fuse-sidebar-overlay-invisible"),this._renderer.appendChild(this._elementRef.nativeElement.parentElement,this._backdrop),this._player=this._animationBuilder.build([Object(a.e)("300ms ease",Object(a.l)({opacity:1}))]).create(this._backdrop),this._player.play(),this._backdrop.addEventListener("click",()=>{this.close()}),this._changeDetectorRef.markForCheck()}_hideBackdrop(){this._backdrop&&(this._player=this._animationBuilder.build([Object(a.e)("300ms ease",Object(a.l)({opacity:0}))]).create(this._backdrop),this._player.play(),this._player.onDone(()=>{this._backdrop&&(this._backdrop.parentNode.removeChild(this._backdrop),this._backdrop=null)}),this._changeDetectorRef.markForCheck())}_showSidebar(){this._renderer.removeStyle(this._elementRef.nativeElement,"box-shadow"),this._renderer.removeStyle(this._elementRef.nativeElement,"visibility"),this._changeDetectorRef.markForCheck()}_hideSidebar(e=!0){setTimeout(()=>{this._renderer.setStyle(this._elementRef.nativeElement,"box-shadow","none"),this._renderer.setStyle(this._elementRef.nativeElement,"visibility","hidden")},e?300:0),this._changeDetectorRef.markForCheck()}_enableAnimations(){this._animationsEnabled||(this._animationsEnabled=!0,this._changeDetectorRef.markForCheck())}open(){this.opened||this.isLockedOpen||(this._enableAnimations(),this._showSidebar(),this._showBackdrop(),this.opened=!0,this.openedChanged.emit(this.opened),this._changeDetectorRef.markForCheck())}close(){this.opened&&!this.isLockedOpen&&(this._enableAnimations(),this._hideBackdrop(),this.opened=!1,this.openedChanged.emit(this.opened),this._hideSidebar(),this._changeDetectorRef.markForCheck())}toggleOpen(){this.opened?this.close():this.open()}onMouseEnter(){this.foldedAutoTriggerOnHover&&this.unfoldTemporarily()}onMouseLeave(){this.foldedAutoTriggerOnHover&&this.foldTemporarily()}fold(){this.folded||(this._enableAnimations(),this.folded=!0,this._changeDetectorRef.markForCheck())}unfold(){this.folded&&(this._enableAnimations(),this.folded=!1,this._changeDetectorRef.markForCheck())}toggleFold(){this.folded?this.unfold():this.fold()}foldTemporarily(){if(!this.folded)return;this._enableAnimations(),this.unfolded=!1;const e=this.foldedWidth+"px";this._renderer.setStyle(this._elementRef.nativeElement,"width",e),this._renderer.setStyle(this._elementRef.nativeElement,"min-width",e),this._renderer.setStyle(this._elementRef.nativeElement,"max-width",e),this._changeDetectorRef.markForCheck()}unfoldTemporarily(){this.folded&&(this._enableAnimations(),this.unfolded=!0,this._renderer.removeStyle(this._elementRef.nativeElement,"width"),this._renderer.removeStyle(this._elementRef.nativeElement,"min-width"),this._renderer.removeStyle(this._elementRef.nativeElement,"max-width"),this._changeDetectorRef.markForCheck())}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(a.b),n.Tb(n.h),n.Tb(n.l),n.Tb(o.b),n.Tb(l.a),n.Tb(u.a),n.Tb(c.g),n.Tb(n.H))},e.\u0275cmp=n.Nb({type:e,selectors:[["fuse-sidebar"]],hostVars:8,hostBindings:function(e,t){1&e&&n.hc("mouseenter",(function(e){return t.onMouseEnter()}))("mouseleave",(function(e){return t.onMouseLeave()})),2&e&&n.Jb("open",t.opened)("locked-open",t.isLockedOpen)("unfolded",t.unfolded)("animations-enabled",t._animationsEnabled)},inputs:{name:"name",key:"key",position:"position",lockedOpen:"lockedOpen",foldedWidth:"foldedWidth",foldedAutoTriggerOnHover:"foldedAutoTriggerOnHover",invisibleOverlay:"invisibleOverlay",folded:"folded"},outputs:{foldedChanged:"foldedChanged",openedChanged:"openedChanged"},ngContentSelectors:d,decls:1,vars:0,template:function(e,t){1&e&&(n.qc(),n.pc(0))},styles:["fuse-sidebar{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1 0 auto;position:absolute;top:0;bottom:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:280px;min-width:280px;max-width:280px;z-index:1000;box-shadow:0 2px 8px 0 rgba(0,0,0,.35)}@media screen and (max-width:599px){fuse-sidebar{min-width:0!important;max-width:80vw!important;width:80vw!important}}fuse-sidebar.left-positioned{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}fuse-sidebar.right-positioned{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}fuse-sidebar.open{-webkit-transform:translateX(0);transform:translateX(0)}fuse-sidebar.locked-open{position:relative!important;-webkit-transform:translateX(0)!important;transform:translateX(0)!important}fuse-sidebar.folded{position:absolute!important;top:0;bottom:0}fuse-sidebar.animations-enabled{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;transition-property:transform,width,min-width,max-width;transition-property:transform,width,min-width,max-width,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fuse-sidebar-overlay{position:absolute;top:0;bottom:0;left:0;right:0;z-index:999;opacity:0}"],encapsulation:2}),e})()},fOyo:function(e,t,i){"use strict";i.d(t,"a",(function(){return P}));var n=i("XNiG"),a=i("1G5W"),s=i("fXoL"),r=i("0JVi"),o=i("ofXK"),l=i("tyNb"),u=i("sYmb"),c=i("NFeN"),d=i("zRzm");function m(e,t){1&e&&s.Vb(0)}function h(e,t){if(1&e&&(s.Zb(0,"a",10),s.Lc(1,m,1,0,"ng-container",11),s.Yb()),2&e){s.lc();const e=s.zc(8),t=s.lc();s.rc("ngClass",t.item.classes),s.Fb(1),s.rc("ngTemplateOutlet",e)}}function p(e,t){1&e&&s.Vb(0)}const f=function(e){return[e]},g=function(){return["active","accent"]},_=function(e){return{exact:e}};function b(e,t){if(1&e&&(s.Zb(0,"a",12),s.Lc(1,p,1,0,"ng-container",11),s.Yb()),2&e){s.lc();const e=s.zc(8),t=s.lc();s.rc("ngClass",t.item.classes)("routerLink",s.vc(6,f,t.item.url))("routerLinkActive",s.uc(8,g))("routerLinkActiveOptions",s.vc(9,_,t.item.exactMatch||!1))("target",t.item.openInNewTab?"_blank":"_self"),s.Fb(1),s.rc("ngTemplateOutlet",e)}}function y(e,t){1&e&&s.Vb(0)}function v(e,t){if(1&e&&(s.Zb(0,"a",13),s.Lc(1,y,1,0,"ng-container",11),s.Yb()),2&e){s.lc();const e=s.zc(8),t=s.lc();s.rc("ngClass",t.item.classes)("href",t.item.url,s.Fc)("target",t.item.openInNewTab?"_blank":"_self"),s.Fb(1),s.rc("ngTemplateOutlet",e)}}function w(e,t){1&e&&s.Vb(0)}function k(e,t){if(1&e){const e=s.ac();s.Zb(0,"span",14),s.hc("click",(function(t){return s.Dc(e),s.lc(2).item.function()})),s.Lc(1,w,1,0,"ng-container",11),s.Yb()}if(2&e){s.lc();const e=s.zc(8),t=s.lc();s.rc("ngClass",t.item.classes),s.Fb(1),s.rc("ngTemplateOutlet",e)}}function x(e,t){1&e&&s.Vb(0)}function M(e,t){if(1&e){const e=s.ac();s.Zb(0,"a",15),s.hc("click",(function(t){return s.Dc(e),s.lc(2).item.function()})),s.Lc(1,x,1,0,"ng-container",11),s.Yb()}if(2&e){s.lc();const e=s.zc(8),t=s.lc();s.rc("ngClass",t.item.classes)("routerLink",s.vc(5,f,t.item.url))("routerLinkActive",s.uc(7,g))("routerLinkActiveOptions",s.vc(8,_,t.item.exactMatch||!1)),s.Fb(1),s.rc("ngTemplateOutlet",e)}}function L(e,t){1&e&&s.Vb(0)}function C(e,t){if(1&e){const e=s.ac();s.Zb(0,"a",16),s.hc("click",(function(t){return s.Dc(e),s.lc(2).item.function()})),s.Lc(1,L,1,0,"ng-container",11),s.Yb()}if(2&e){s.lc();const e=s.zc(8),t=s.lc();s.rc("ngClass",t.item.classes)("href",t.item.url,s.Fc)("target",t.item.openInNewTab?"_blank":"_self"),s.Fb(1),s.rc("ngTemplateOutlet",e)}}function S(e,t){if(1&e&&(s.Zb(0,"mat-icon",21),s.Nc(1),s.Yb()),2&e){const e=s.lc(3);s.Fb(1),s.Oc(e.item.icon)}}const D=function(e,t){return{"background-color":e,color:t}};function T(e,t){if(1&e&&(s.Zb(0,"span",22),s.Nc(1),s.mc(2,"translate"),s.Yb()),2&e){const e=s.lc(3);s.rc("translate",e.item.badge.translate)("ngStyle",s.wc(5,D,e.item.badge.bg,e.item.badge.fg)),s.Fb(1),s.Pc(" ",s.nc(2,3,e.item.badge.translate)||e.item.badge.title," ")}}function O(e,t){if(1&e&&(s.Lc(0,S,2,1,"mat-icon",17),s.Zb(1,"span",18),s.Nc(2),s.mc(3,"translate"),s.Yb(),s.Lc(4,T,3,8,"span",19),s.Zb(5,"mat-icon",20),s.Nc(6,"keyboard_arrow_right"),s.Yb()),2&e){const e=s.lc(2);s.rc("ngIf",e.item.icon),s.Fb(1),s.rc("translate",e.item.translate),s.Fb(1),s.Oc(s.nc(3,4,e.item.translate)||e.item.title),s.Fb(2),s.rc("ngIf",e.item.badge)}}function E(e,t){if(1&e&&s.Ub(0,"fuse-nav-horizontal-item",24),2&e){const e=s.lc().$implicit;s.rc("item",e)}}function j(e,t){if(1&e&&s.Ub(0,"fuse-nav-horizontal-collapsable",24),2&e){const e=s.lc().$implicit;s.rc("item",e)}}function A(e,t){if(1&e&&s.Ub(0,"fuse-nav-horizontal-collapsable",24),2&e){const e=s.lc().$implicit;s.rc("item",e)}}function Y(e,t){if(1&e&&(s.Xb(0),s.Lc(1,E,1,1,"fuse-nav-horizontal-item",23),s.Lc(2,j,1,1,"fuse-nav-horizontal-collapsable",23),s.Lc(3,A,1,1,"fuse-nav-horizontal-collapsable",23),s.Wb()),2&e){const e=t.$implicit;s.Fb(1),s.rc("ngIf","item"==e.type),s.Fb(1),s.rc("ngIf","collapsable"==e.type),s.Fb(1),s.rc("ngIf","group"==e.type)}}const I=function(e){return{open:e}};function F(e,t){if(1&e&&(s.Xb(0),s.Lc(1,h,2,2,"a",1),s.Lc(2,b,2,11,"a",2),s.Lc(3,v,2,4,"a",3),s.Lc(4,k,2,2,"span",4),s.Lc(5,M,2,10,"a",5),s.Lc(6,C,2,4,"a",6),s.Lc(7,O,7,6,"ng-template",null,7,s.Mc),s.Zb(9,"div",8),s.Zb(10,"div"),s.Lc(11,Y,4,3,"ng-container",9),s.Yb(),s.Yb(),s.Wb()),2&e){const e=s.lc();s.Fb(1),s.rc("ngIf",!e.item.url&&!e.item.function),s.Fb(1),s.rc("ngIf",e.item.url&&!e.item.externalUrl&&!e.item.function),s.Fb(1),s.rc("ngIf",e.item.url&&e.item.externalUrl&&!e.item.function),s.Fb(1),s.rc("ngIf",!e.item.url&&e.item.function),s.Fb(1),s.rc("ngIf",e.item.url&&!e.item.externalUrl&&e.item.function),s.Fb(1),s.rc("ngIf",e.item.url&&e.item.externalUrl&&e.item.function),s.Fb(3),s.rc("ngClass",s.vc(11,I,e.isOpen)),s.Fb(1),s.Hb(e.fuseConfig.layout.navbar.primaryBackground),s.Fb(1),s.rc("ngForOf",e.item.children)}}let P=(()=>{class e{constructor(e){this._fuseConfigService=e,this.isOpen=!1,this.classes="nav-collapsable nav-item",this._unsubscribeAll=new n.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(a.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}open(){this.isOpen=!0}close(){this.isOpen=!1}}return e.\u0275fac=function(t){return new(t||e)(s.Tb(r.b))},e.\u0275cmp=s.Nb({type:e,selectors:[["fuse-nav-horizontal-collapsable"]],hostVars:2,hostBindings:function(e,t){1&e&&s.hc("mouseenter",(function(e){return t.open()}))("mouseleave",(function(e){return t.close()})),2&e&&s.Hb(t.classes)},inputs:{item:"item"},decls:1,vars:1,consts:[[4,"ngIf"],["class","nav-link",3,"ngClass",4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target",4,"ngIf"],["class","nav-link",3,"ngClass","href","target",4,"ngIf"],["class","nav-link",3,"ngClass","click",4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","click",4,"ngIf"],["class","nav-link",3,"ngClass","href","target","click",4,"ngIf"],["itemContent",""],[1,"children",3,"ngClass"],[4,"ngFor","ngForOf"],[1,"nav-link",3,"ngClass"],[4,"ngTemplateOutlet"],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target"],[1,"nav-link",3,"ngClass","href","target"],[1,"nav-link",3,"ngClass","click"],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","click"],[1,"nav-link",3,"ngClass","href","target","click"],["class","nav-link-icon",4,"ngIf"],[1,"nav-link-title",3,"translate"],["class","nav-link-badge",3,"translate","ngStyle",4,"ngIf"],[1,"collapsable-arrow"],[1,"nav-link-icon"],[1,"nav-link-badge",3,"translate","ngStyle"],[3,"item",4,"ngIf"],[3,"item"]],template:function(e,t){1&e&&s.Lc(0,F,12,13,"ng-container",0),2&e&&s.rc("ngIf",!t.item.hidden)},directives:[o.t,o.q,o.s,o.A,l.j,l.i,u.a,c.a,o.w,d.a,e],pipes:[u.c],styles:[""]}),e})()},fXoL:function(e,t,i){"use strict";i.d(t,"a",(function(){return vr})),i.d(t,"b",(function(){return cm})),i.d(t,"c",(function(){return sm})),i.d(t,"d",(function(){return nm})),i.d(t,"e",(function(){return am})),i.d(t,"f",(function(){return ah})),i.d(t,"g",(function(){return Um})),i.d(t,"h",(function(){return Ns})),i.d(t,"i",(function(){return wm})),i.d(t,"j",(function(){return ku})),i.d(t,"k",(function(){return hm})),i.d(t,"l",(function(){return xu})),i.d(t,"m",(function(){return eh})),i.d(t,"n",(function(){return Li})),i.d(t,"o",(function(){return Sd})),i.d(t,"p",(function(){return K})),i.d(t,"q",(function(){return h})),i.d(t,"r",(function(){return nr})),i.d(t,"s",(function(){return Q})),i.d(t,"t",(function(){return yr})),i.d(t,"u",(function(){return Bu})),i.d(t,"v",(function(){return Vu})),i.d(t,"w",(function(){return mm})),i.d(t,"x",(function(){return tm})),i.d(t,"y",(function(){return ge})),i.d(t,"z",(function(){return $m})),i.d(t,"A",(function(){return fe})),i.d(t,"B",(function(){return Hm})),i.d(t,"C",(function(){return Lm})),i.d(t,"D",(function(){return p})),i.d(t,"E",(function(){return um})),i.d(t,"F",(function(){return lm})),i.d(t,"G",(function(){return Td})),i.d(t,"H",(function(){return Su})),i.d(t,"I",(function(){return Lu})),i.d(t,"J",(function(){return Cu})),i.d(t,"K",(function(){return Tu})),i.d(t,"L",(function(){return pn})),i.d(t,"M",(function(){return g})),i.d(t,"N",(function(){return Xm})),i.d(t,"O",(function(){return Gu})),i.d(t,"P",(function(){return Am})),i.d(t,"Q",(function(){return Ou})),i.d(t,"R",(function(){return Zu})),i.d(t,"S",(function(){return Se})),i.d(t,"T",(function(){return Dr})),i.d(t,"U",(function(){return Bm})),i.d(t,"V",(function(){return Vi})),i.d(t,"W",(function(){return I})),i.d(t,"X",(function(){return ce})),i.d(t,"Y",(function(){return Bi})),i.d(t,"Z",(function(){return ih})),i.d(t,"ab",(function(){return Fm})),i.d(t,"bb",(function(){return dm})),i.d(t,"cb",(function(){return sr})),i.d(t,"db",(function(){return cc})),i.d(t,"eb",(function(){return mn})),i.d(t,"fb",(function(){return _n})),i.d(t,"gb",(function(){return Gi})),i.d(t,"hb",(function(){return Ai})),i.d(t,"ib",(function(){return Ii})),i.d(t,"jb",(function(){return Ni})),i.d(t,"kb",(function(){return Pi})),i.d(t,"lb",(function(){return Fi})),i.d(t,"mb",(function(){return Ri})),i.d(t,"nb",(function(){return rc})),i.d(t,"ob",(function(){return th})),i.d(t,"pb",(function(){return oc})),i.d(t,"qb",(function(){return lc})),i.d(t,"rb",(function(){return Yi})),i.d(t,"sb",(function(){return B})),i.d(t,"tb",(function(){return Tr})),i.d(t,"ub",(function(){return xo})),i.d(t,"vb",(function(){return ko})),i.d(t,"wb",(function(){return Sr})),i.d(t,"xb",(function(){return sc})),i.d(t,"yb",(function(){return nd})),i.d(t,"zb",(function(){return Rt})),i.d(t,"Ab",(function(){return j})),i.d(t,"Bb",(function(){return ji})),i.d(t,"Cb",(function(){return eu})),i.d(t,"Db",(function(){return uu})),i.d(t,"Eb",(function(){return yu})),i.d(t,"Fb",(function(){return ea})),i.d(t,"Gb",(function(){return Pr})),i.d(t,"Hb",(function(){return ll})),i.d(t,"Ib",(function(){return jl})),i.d(t,"Jb",(function(){return sl})),i.d(t,"Kb",(function(){return Lo})),i.d(t,"Lb",(function(){return Bd})),i.d(t,"Mb",(function(){return Mn})),i.d(t,"Nb",(function(){return je})),i.d(t,"Ob",(function(){return qe})),i.d(t,"Pb",(function(){return k})),i.d(t,"Qb",(function(){return x})),i.d(t,"Rb",(function(){return Pe})),i.d(t,"Sb",(function(){return He})),i.d(t,"Tb",(function(){return oo})),i.d(t,"Ub",(function(){return fo})),i.d(t,"Vb",(function(){return bo})),i.d(t,"Wb",(function(){return _o})),i.d(t,"Xb",(function(){return go})),i.d(t,"Yb",(function(){return po})),i.d(t,"Zb",(function(){return ho})),i.d(t,"ac",(function(){return wo})),i.d(t,"bc",(function(){return wi})),i.d(t,"cc",(function(){return Jl})),i.d(t,"dc",(function(){return le})),i.d(t,"ec",(function(){return lo})),i.d(t,"fc",(function(){return Jd})),i.d(t,"gc",(function(){return uo})),i.d(t,"hc",(function(){return Mo})),i.d(t,"ic",(function(){return Wd})),i.d(t,"jc",(function(){return Tt})),i.d(t,"kc",(function(){return St})),i.d(t,"lc",(function(){return To})),i.d(t,"mc",(function(){return yd})),i.d(t,"nc",(function(){return vd})),i.d(t,"oc",(function(){return wd})),i.d(t,"pc",(function(){return Yo})),i.d(t,"qc",(function(){return Eo})),i.d(t,"rc",(function(){return co})),i.d(t,"sc",(function(){return Io})),i.d(t,"tc",(function(){return Fo})),i.d(t,"uc",(function(){return ad})),i.d(t,"vc",(function(){return sd})),i.d(t,"wc",(function(){return rd})),i.d(t,"xc",(function(){return od})),i.d(t,"yc",(function(){return Rd})),i.d(t,"zc",(function(){return ro})),i.d(t,"Ac",(function(){return ii})),i.d(t,"Bc",(function(){return ti})),i.d(t,"Cc",(function(){return ei})),i.d(t,"Dc",(function(){return at})),i.d(t,"Ec",(function(){return bn})),i.d(t,"Fc",(function(){return vn})),i.d(t,"Gc",(function(){return Ae})),i.d(t,"Hc",(function(){return Re})),i.d(t,"Ic",(function(){return Vd})),i.d(t,"Jc",(function(){return Nd})),i.d(t,"Kc",(function(){return al})),i.d(t,"Lc",(function(){return no})),i.d(t,"Mc",(function(){return Zd})),i.d(t,"Nc",(function(){return wl})),i.d(t,"Oc",(function(){return kl})),i.d(t,"Pc",(function(){return xl})),i.d(t,"Qc",(function(){return Ml})),i.d(t,"Rc",(function(){return Ll})),i.d(t,"Sc",(function(){return Xl})),i.d(t,"Tc",(function(){return qd}));var n=i("XNiG"),a=i("quSY"),s=i("HDdC"),r=i("VRyK"),o=i("w1tV");const l="__annotations__",u="__parameters__";function c(e,t,i,n,a){const s=d(t);function r(...e){if(this instanceof r)return s.call(this,...e),this;const t=new r(...e);return function(i){return a&&a(i,...e),(i.hasOwnProperty(l)?i[l]:Object.defineProperty(i,l,{value:[]})[l]).push(t),n&&n(i),i}}return i&&(r.prototype=Object.create(i.prototype)),r.prototype.ngMetadataName=e,r.annotationCls=r,r}function d(e){return function(...t){if(e){const i=e(...t);for(const e in i)this[e]=i[e]}}}function m(e,t,i){const n=d(t);function a(...e){if(this instanceof a)return n.apply(this,e),this;const t=new a(...e);return i.annotation=t,i;function i(e,i,n){const a=e.hasOwnProperty(u)?e[u]:Object.defineProperty(e,u,{value:[]})[u];for(;a.length<=n;)a.push(null);return(a[n]=a[n]||[]).push(t),e}}return i&&(a.prototype=Object.create(i.prototype)),a.prototype.ngMetadataName=e,a.annotationCls=a,a}const h=m("Inject",e=>({token:e})),p=m("Optional"),f=m("Self"),g=m("SkipSelf"),_=m("Host"),b=m("Attribute",e=>({attributeName:e}));var y=function(e){return e[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",e}({});function v(e){for(let t in e)if(e[t]===v)return t;throw Error("Could not find renamed property on target object.")}function w(e,t){for(const i in t)t.hasOwnProperty(i)&&!e.hasOwnProperty(i)&&(e[i]=t[i])}function k(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function x(e){return{factory:e.factory,providers:e.providers||[],imports:e.imports||[]}}function M(e){return L(e,e[S])||L(e,e[O])}function L(e,t){return t&&t.token===e?t:null}function C(e){return e&&(e.hasOwnProperty(D)||e.hasOwnProperty(E))?e[D]:null}const S=v({"\u0275prov":v}),D=v({"\u0275inj":v}),T=v({"\u0275provFallback":v}),O=v({ngInjectableDef:v}),E=v({ngInjectorDef:v});function j(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(j).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const i=t.indexOf("\n");return-1===i?t:t.substring(0,i)}function A(e,t){return null==e||""===e?null===t?"":t:null==t||""===t?e:e+" "+t}const Y=v({__forward_ref__:v});function I(e){return e.__forward_ref__=I,e.toString=function(){return j(this())},e}function F(e){return P(e)?e():e}function P(e){return"function"==typeof e&&e.hasOwnProperty(Y)&&e.__forward_ref__===I}const R="undefined"!=typeof globalThis&&globalThis,N="undefined"!=typeof window&&window,q="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,H="undefined"!=typeof global&&global,B=R||H||N||q;var V=function(e){return e[e.Token=0]="Token",e[e.Attribute=1]="Attribute",e[e.ChangeDetectorRef=2]="ChangeDetectorRef",e[e.Invalid=3]="Invalid",e}({});function z(){const e=B.ng;if(!e||!e.\u0275compilerFacade)throw new Error("Angular JIT compilation failed: '@angular/compiler' not loaded!\n  - JIT compilation is discouraged for production use-cases! Consider AOT mode instead.\n  - Did you bootstrap using '@angular/platform-browser-dynamic' or '@angular/platform-server'?\n  - Alternatively provide the compiler with 'import \"@angular/compiler\";' before bootstrapping.");return e.\u0275compilerFacade}const W=v({"\u0275cmp":v}),U=v({"\u0275dir":v}),G=v({"\u0275pipe":v}),$=v({"\u0275mod":v}),Z=v({"\u0275loc":v}),J=v({"\u0275fac":v}),X=v({__NG_ELEMENT_ID__:v});class Q{constructor(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.\u0275prov=k({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}toString(){return`InjectionToken ${this._desc}`}}const K=new Q("INJECTOR",-1),ee={},te=/\n/gm,ie=v({provide:String,useValue:v});let ne,ae=void 0;function se(e){const t=ae;return ae=e,t}function re(e){const t=ne;return ne=e,t}function oe(e,t=y.Default){if(void 0===ae)throw new Error("inject() must be called from an injection context");return null===ae?de(e,void 0,t):ae.get(e,t&y.Optional?null:void 0,t)}function le(e,t=y.Default){return(ne||oe)(F(e),t)}function ue(e){throw new Error("invalid")}const ce=le;function de(e,t,i){const n=M(e);if(n&&"root"==n.providedIn)return void 0===n.value?n.value=n.factory():n.value;if(i&y.Optional)return null;if(void 0!==t)return t;throw new Error(`Injector: NOT_FOUND [${j(e)}]`)}function me(e){const t=[];for(let i=0;i<e.length;i++){const n=F(e[i]);if(Array.isArray(n)){if(0===n.length)throw new Error("Arguments array must have arguments.");let e=void 0,i=y.Default;for(let t=0;t<n.length;t++){const a=n[t];a instanceof p||"Optional"===a.ngMetadataName||a===p?i|=y.Optional:a instanceof g||"SkipSelf"===a.ngMetadataName||a===g?i|=y.SkipSelf:a instanceof f||"Self"===a.ngMetadataName||a===f?i|=y.Self:e=a instanceof h||a===h?a.token:a}t.push(le(e,i))}else t.push(le(n))}return t}class he{get(e,t=ee){if(t===ee){const t=new Error(`NullInjectorError: No provider for ${j(e)}!`);throw t.name="NullInjectorError",t}return t}}const pe={"\u0275\u0275defineInjectable":k,"\u0275\u0275defineInjector":x,"\u0275\u0275inject":le,"\u0275\u0275getFactoryOf":function e(t){const i=t;if(P(t))return()=>{const t=e(F(i));return t?t():null};const n=M(i)||C(i);return n&&void 0!==n.factory?n.factory:null},"\u0275\u0275invalidFactoryDep":ue};class fe{}class ge{}function _e(e,t){for(let i=0;i<e.length;i++)t.push(e[i])}function be(e,t){void 0===t&&(t=e);for(let i=0;i<e.length;i++){let n=e[i];Array.isArray(n)?(t===e&&(t=e.slice(0,i)),be(n,t)):t!==e&&t.push(n)}return t}function ye(e,t){e.forEach(e=>Array.isArray(e)?ye(e,t):t(e))}function ve(e,t,i){t>=e.length?e.push(i):e.splice(t,0,i)}function we(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function ke(e,t){const i=[];for(let n=0;n<e;n++)i.push(t);return i}function xe(e,t,i){let n=Le(e,t);return n>=0?e[1|n]=i:(n=~n,function(e,t,i,n){let a=e.length;if(a==t)e.push(i,n);else if(1===a)e.push(n,e[0]),e[0]=i;else{for(a--,e.push(e[a-1],e[a]);a>t;)e[a]=e[a-2],a--;e[t]=i,e[t+1]=n}}(e,n,t,i)),n}function Me(e,t){const i=Le(e,t);if(i>=0)return e[1|i]}function Le(e,t){return function(e,t,i){let n=0,a=e.length>>1;for(;a!==n;){const i=n+(a-n>>1),s=e[i<<1];if(t===s)return i<<1;s>t?a=i:n=i+1}return~(a<<1)}(e,t)}const Ce=function(){var e={OnPush:0,Default:1};return e[e.OnPush]="OnPush",e[e.Default]="Default",e}(),Se=function(){var e={Emulated:0,Native:1,None:2,ShadowDom:3};return e[e.Emulated]="Emulated",e[e.Native]="Native",e[e.None]="None",e[e.ShadowDom]="ShadowDom",e}();function De(e){return""+{toString:e}}const Te={},Oe=[];let Ee=0;function je(e){const t=e.type,i=t.prototype,n={},a={type:t,providersResolver:null,decls:e.decls,vars:e.vars,factory:null,template:e.template||null,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:n,inputs:null,outputs:null,exportAs:e.exportAs||null,onChanges:null,onInit:i.ngOnInit||null,doCheck:i.ngDoCheck||null,afterContentInit:i.ngAfterContentInit||null,afterContentChecked:i.ngAfterContentChecked||null,afterViewInit:i.ngAfterViewInit||null,afterViewChecked:i.ngAfterViewChecked||null,onDestroy:i.ngOnDestroy||null,onPush:e.changeDetection===Ce.OnPush,directiveDefs:null,pipeDefs:null,selectors:e.selectors||Oe,viewQuery:e.viewQuery||null,features:e.features||null,data:e.data||{},encapsulation:e.encapsulation||Se.Emulated,id:"c",styles:e.styles||Oe,_:null,setInput:null,schemas:e.schemas||null,tView:null};return a._=De(()=>{const t=e.directives,i=e.features,s=e.pipes;a.id+=Ee++,a.inputs=Ne(e.inputs,n),a.outputs=Ne(e.outputs),i&&i.forEach(e=>e(a)),a.directiveDefs=t?()=>("function"==typeof t?t():t).map(Ye):null,a.pipeDefs=s?()=>("function"==typeof s?s():s).map(Ie):null}),a}function Ae(e,t,i){const n=e.\u0275cmp;n.directiveDefs=()=>t.map(Ye),n.pipeDefs=()=>i.map(Ie)}function Ye(e){return Be(e)||function(e){return e[U]||null}(e)}function Ie(e){return function(e){return e[G]||null}(e)}const Fe={};function Pe(e){const t={type:e.type,bootstrap:e.bootstrap||Oe,declarations:e.declarations||Oe,imports:e.imports||Oe,exports:e.exports||Oe,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null};return null!=e.id&&De(()=>{Fe[e.id]=e.type}),t}function Re(e,t){return De(()=>{const i=ze(e,!0);i.declarations=t.declarations||Oe,i.imports=t.imports||Oe,i.exports=t.exports||Oe})}function Ne(e,t){if(null==e)return Te;const i={};for(const n in e)if(e.hasOwnProperty(n)){let a=e[n],s=a;Array.isArray(a)&&(s=a[1],a=a[0]),i[a]=n,t&&(t[a]=s)}return i}const qe=je;function He(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,onDestroy:e.type.prototype.ngOnDestroy||null}}function Be(e){return e[W]||null}function Ve(e,t){return e.hasOwnProperty(J)?e[J]:null}function ze(e,t){const i=e[$]||null;if(!i&&!0===t)throw new Error(`Type ${j(e)} does not have '\u0275mod' property.`);return i}function We(e){return Array.isArray(e)&&"object"==typeof e[1]}function Ue(e){return Array.isArray(e)&&!0===e[1]}function Ge(e){return 0!=(8&e.flags)}function $e(e){return 2==(2&e.flags)}function Ze(e){return 1==(1&e.flags)}function Je(e){return null!==e.template}function Xe(e){return 0!=(512&e[2])}const Qe={lFrame:xt(null),bindingsEnabled:!0,checkNoChangesMode:!1};function Ke(){return Qe.bindingsEnabled}function et(){Qe.bindingsEnabled=!0}function tt(){Qe.bindingsEnabled=!1}function it(){return Qe.lFrame.lView}function nt(){return Qe.lFrame.tView}function at(e){Qe.lFrame.contextLView=e}function st(){return Qe.lFrame.previousOrParentTNode}function rt(e,t){Qe.lFrame.previousOrParentTNode=e,Qe.lFrame.isParent=t}function ot(){return Qe.lFrame.isParent}function lt(){Qe.lFrame.isParent=!1}function ut(){return Qe.checkNoChangesMode}function ct(e){Qe.checkNoChangesMode=e}function dt(){const e=Qe.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function mt(){return Qe.lFrame.bindingIndex}function ht(e){return Qe.lFrame.bindingIndex=e}function pt(){return Qe.lFrame.bindingIndex++}function ft(e){const t=Qe.lFrame,i=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,i}function gt(e,t){const i=Qe.lFrame;i.bindingIndex=i.bindingRootIndex=e,i.currentDirectiveIndex=t}function _t(){return Qe.lFrame.currentQueryIndex}function bt(e){Qe.lFrame.currentQueryIndex=e}function yt(e,t){const i=kt();Qe.lFrame=i,i.previousOrParentTNode=t,i.lView=e}const vt=Mt;function wt(e,t){const i=kt(),n=e[1];Qe.lFrame=i,i.previousOrParentTNode=t,i.isParent=!0,i.lView=e,i.tView=n,i.selectedIndex=0,i.contextLView=e,i.elementDepthCount=0,i.currentDirectiveIndex=-1,i.currentNamespace=null,i.currentSanitizer=null,i.bindingRootIndex=-1,i.bindingIndex=n.bindingStartIndex,i.currentQueryIndex=0}function kt(){const e=Qe.lFrame,t=null===e?null:e.child;return null===t?xt(e):t}function xt(e){const t={previousOrParentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:0,contextLView:null,elementDepthCount:0,currentNamespace:null,currentSanitizer:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null};return null!==e&&(e.child=t),t}function Mt(){Qe.lFrame=Qe.lFrame.parent}function Lt(){return Qe.lFrame.selectedIndex}function Ct(e){Qe.lFrame.selectedIndex=e}function St(){Qe.lFrame.currentNamespace="http://www.w3.org/2000/svg"}function Dt(){Qe.lFrame.currentNamespace="http://www.w3.org/1998/MathML/"}function Tt(){Qe.lFrame.currentNamespace=null}function Ot(e,t){for(let i=t.directiveStart,n=t.directiveEnd;i<n;i++){const t=e.data[i];t.afterContentInit&&(e.contentHooks||(e.contentHooks=[])).push(-i,t.afterContentInit),t.afterContentChecked&&((e.contentHooks||(e.contentHooks=[])).push(i,t.afterContentChecked),(e.contentCheckHooks||(e.contentCheckHooks=[])).push(i,t.afterContentChecked)),t.afterViewInit&&(e.viewHooks||(e.viewHooks=[])).push(-i,t.afterViewInit),t.afterViewChecked&&((e.viewHooks||(e.viewHooks=[])).push(i,t.afterViewChecked),(e.viewCheckHooks||(e.viewCheckHooks=[])).push(i,t.afterViewChecked)),null!=t.onDestroy&&(e.destroyHooks||(e.destroyHooks=[])).push(i,t.onDestroy)}}function Et(e,t,i){Yt(e,t,3,i)}function jt(e,t,i,n){(3&e[2])===i&&Yt(e,t,i,n)}function At(e,t){let i=e[2];(3&i)===t&&(i&=1023,i+=1,e[2]=i)}function Yt(e,t,i,n){const a=null!=n?n:-1;let s=0;for(let r=void 0!==n?65535&e[18]:0;r<t.length;r++)if("number"==typeof t[r+1]){if(s=t[r],null!=n&&s>=n)break}else t[r]<0&&(e[18]+=65536),(s<a||-1==a)&&(It(e,i,t,r),e[18]=(4294901760&e[18])+r+2),r++}function It(e,t,i,n){const a=i[n]<0,s=i[n+1],r=e[a?-i[n]:i[n]];a?e[2]>>10<e[18]>>16&&(3&e[2])===t&&(e[2]+=1024,s.call(r)):s.call(r)}class Ft{constructor(e,t,i){this.factory=e,this.resolving=!1,this.canSeeViewProviders=t,this.injectImpl=i}}let Pt=void 0;function Rt(e){Pt=e}function Nt(){return void 0!==Pt?Pt:"undefined"!=typeof document?document:void 0}function qt(e){return!!e.listen}const Ht={createRenderer:(e,t)=>Nt()};function Bt(e,t,i){const n=qt(e);let a=0;for(;a<i.length;){const s=i[a];if("number"==typeof s){if(0!==s)break;a++;const r=i[a++],o=i[a++],l=i[a++];n?e.setAttribute(t,o,l,r):t.setAttributeNS(r,o,l)}else{const r=s,o=i[++a];zt(r)?n&&e.setProperty(t,r,o):n?e.setAttribute(t,r,o):t.setAttribute(r,o),a++}}return a}function Vt(e){return 3===e||4===e||6===e}function zt(e){return 64===e.charCodeAt(0)}function Wt(e,t){if(null===t||0===t.length);else if(null===e||0===e.length)e=t.slice();else{let i=-1;for(let n=0;n<t.length;n++){const a=t[n];"number"==typeof a?i=a:0===i||Ut(e,i,a,null,-1===i||2===i?t[++n]:null)}}return e}function Ut(e,t,i,n,a){let s=0,r=e.length;if(-1===t)r=-1;else for(;s<e.length;){const i=e[s++];if("number"==typeof i){if(i===t){r=-1;break}if(i>t){r=s-1;break}}}for(;s<e.length;){const t=e[s];if("number"==typeof t)break;if(t===i){if(null===n)return void(null!==a&&(e[s+1]=a));if(n===e[s+1])return void(e[s+2]=a)}s++,null!==n&&s++,null!==a&&s++}-1!==r&&(e.splice(r,0,t),s=r+1),e.splice(s++,0,i),null!==n&&e.splice(s++,0,n),null!==a&&e.splice(s++,0,a)}function Gt(e){return-1!==e}function $t(e){return 32767&e}function Zt(e){return e>>16}function Jt(e,t){let i=Zt(e),n=t;for(;i>0;)n=n[15],i--;return n}function Xt(e){return"string"==typeof e?e:null==e?"":""+e}function Qt(e){return"function"==typeof e?e.name||e.toString():"object"==typeof e&&null!=e&&"function"==typeof e.type?e.type.name||e.type.toString():Xt(e)}const Kt=(()=>("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(B))();function ei(e){return{name:"window",target:e.ownerDocument.defaultView}}function ti(e){return{name:"document",target:e.ownerDocument}}function ii(e){return{name:"body",target:e.ownerDocument.body}}function ni(e){return e instanceof Function?e():e}let ai=!0;function si(e){const t=ai;return ai=e,t}let ri=0;function oi(e,t){const i=ui(e,t);if(-1!==i)return i;const n=t[1];n.firstCreatePass&&(e.injectorIndex=t.length,li(n.data,e),li(t,null),li(n.blueprint,null));const a=ci(e,t),s=e.injectorIndex;if(Gt(a)){const e=$t(a),i=Jt(a,t),n=i[1].data;for(let a=0;a<8;a++)t[s+a]=i[e+a]|n[e+a]}return t[s+8]=a,s}function li(e,t){e.push(0,0,0,0,0,0,0,0,t)}function ui(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null==t[e.injectorIndex+8]?-1:e.injectorIndex}function ci(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let i=t[6],n=1;for(;i&&-1===i.injectorIndex;)i=(t=t[15])?t[6]:null,n++;return i?i.injectorIndex|n<<16:-1}function di(e,t,i){!function(e,t,i){let n="string"!=typeof i?i[X]:i.charCodeAt(0)||0;null==n&&(n=i[X]=ri++);const a=255&n,s=1<<a,r=64&a,o=32&a,l=t.data;128&a?r?o?l[e+7]|=s:l[e+6]|=s:o?l[e+5]|=s:l[e+4]|=s:r?o?l[e+3]|=s:l[e+2]|=s:o?l[e+1]|=s:l[e]|=s}(e,t,i)}function mi(e,t,i,n=y.Default,a){if(null!==e){const a=function(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e[X];return"number"==typeof t&&t>0?255&t:t}(i);if("function"==typeof a){yt(t,e);try{const e=a();if(null!=e||n&y.Optional)return e;throw new Error(`No provider for ${Qt(i)}!`)}finally{vt()}}else if("number"==typeof a){if(-1===a)return new yi(e,t);let s=null,r=ui(e,t),o=-1,l=n&y.Host?t[16][6]:null;for((-1===r||n&y.SkipSelf)&&(o=-1===r?ci(e,t):t[r+8],bi(n,!1)?(s=t[1],r=$t(o),t=Jt(o,t)):r=-1);-1!==r;){o=t[r+8];const e=t[1];if(_i(a,r,e.data)){const e=pi(r,t,i,s,n,l);if(e!==hi)return e}bi(n,t[1].data[r+8]===l)&&_i(a,r,t)?(s=e,r=$t(o),t=Jt(o,t)):r=-1}}}if(n&y.Optional&&void 0===a&&(a=null),0==(n&(y.Self|y.Host))){const e=t[9],s=re(void 0);try{return e?e.get(i,a,n&y.Optional):de(i,a,n&y.Optional)}finally{re(s)}}if(n&y.Optional)return a;throw new Error(`NodeInjector: NOT_FOUND [${Qt(i)}]`)}const hi={};function pi(e,t,i,n,a,s){const r=t[1],o=r.data[e+8],l=fi(o,r,i,null==n?$e(o)&&ai:n!=r&&3===o.type,a&y.Host&&s===o);return null!==l?gi(t,r,l,o):hi}function fi(e,t,i,n,a){const s=e.providerIndexes,r=t.data,o=65535&s,l=e.directiveStart,u=s>>16,c=a?o+u:e.directiveEnd;for(let d=n?o:o+u;d<c;d++){const e=r[d];if(d<l&&i===e||d>=l&&e.type===i)return d}if(a){const e=r[l];if(e&&Je(e)&&e.type===i)return l}return null}function gi(e,t,i,n){let a=e[i];const s=t.data;if(a instanceof Ft){const r=a;if(r.resolving)throw new Error(`Circular dep for ${Qt(s[i])}`);const o=si(r.canSeeViewProviders);let l;r.resolving=!0,r.injectImpl&&(l=re(r.injectImpl)),yt(e,n);try{a=e[i]=r.factory(void 0,s,e,n),t.firstCreatePass&&i>=n.directiveStart&&function(e,t,i){const{onChanges:n,onInit:a,doCheck:s}=t;n&&((i.preOrderHooks||(i.preOrderHooks=[])).push(e,n),(i.preOrderCheckHooks||(i.preOrderCheckHooks=[])).push(e,n)),a&&(i.preOrderHooks||(i.preOrderHooks=[])).push(-e,a),s&&((i.preOrderHooks||(i.preOrderHooks=[])).push(e,s),(i.preOrderCheckHooks||(i.preOrderCheckHooks=[])).push(e,s))}(i,s[i],t)}finally{r.injectImpl&&re(l),si(o),r.resolving=!1,vt()}}return a}function _i(e,t,i){const n=64&e,a=32&e;let s;return s=128&e?n?a?i[t+7]:i[t+6]:a?i[t+5]:i[t+4]:n?a?i[t+3]:i[t+2]:a?i[t+1]:i[t],!!(s&1<<e)}function bi(e,t){return!(e&y.Self||e&y.Host&&t)}class yi{constructor(e,t){this._tNode=e,this._lView=t}get(e,t){return mi(this._tNode,this._lView,e,void 0,t)}}function vi(e){const t=e;if(P(e))return()=>{const e=vi(F(t));return e?e():null};let i=Ve(t);if(null===i){const e=C(t);i=e&&e.factory}return i||null}function wi(e){const t=Object.getPrototypeOf(e.prototype).constructor,i=t[J]||vi(t);return null!==i?i:e=>new e}function ki(e){return e.ngDebugContext}function xi(e){return e.ngOriginalError}function Mi(e,...t){e.error(...t)}class Li{constructor(){this._console=console}handleError(e){const t=this._findOriginalError(e),i=this._findContext(e),n=function(e){return e.ngErrorLogger||Mi}(e);n(this._console,"ERROR",e),t&&n(this._console,"ORIGINAL ERROR",t),i&&n(this._console,"ERROR CONTEXT",i)}_findContext(e){return e?ki(e)?ki(e):this._findContext(xi(e)):null}_findOriginalError(e){let t=xi(e);for(;t&&xi(t);)t=xi(t);return t}}class Ci{constructor(e){this.changingThisBreaksApplicationSecurity=e}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity}`+" (see http://g.co/ng/security#xss)"}}class Si extends Ci{getTypeName(){return"HTML"}}class Di extends Ci{getTypeName(){return"Style"}}class Ti extends Ci{getTypeName(){return"Script"}}class Oi extends Ci{getTypeName(){return"URL"}}class Ei extends Ci{getTypeName(){return"ResourceURL"}}function ji(e){return e instanceof Ci?e.changingThisBreaksApplicationSecurity:e}function Ai(e,t){const i=Yi(e);if(null!=i&&i!==t){if("ResourceURL"===i&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${i} (see http://g.co/ng/security#xss)`)}return i===t}function Yi(e){return e instanceof Ci&&e.getTypeName()||null}function Ii(e){return new Si(e)}function Fi(e){return new Di(e)}function Pi(e){return new Ti(e)}function Ri(e){return new Oi(e)}function Ni(e){return new Ei(e)}let qi=!0,Hi=!1;function Bi(){return Hi=!0,qi}function Vi(){if(Hi)throw new Error("Cannot enable prod mode after platform setup.");qi=!1}class zi{constructor(e){this.defaultDoc=e,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert");let t=this.inertDocument.body;if(null==t){const e=this.inertDocument.createElement("html");this.inertDocument.appendChild(e),t=this.inertDocument.createElement("body"),e.appendChild(t)}t.innerHTML='<svg><g onload="this.parentNode.remove()"></g></svg>',!t.querySelector||t.querySelector("svg")?(t.innerHTML='<svg><p><style><img src="</style><img src=x onerror=alert(1)//">',this.getInertBodyElement=t.querySelector&&t.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(e){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}getInertBodyElement_XHR(e){e="<body><remove></remove>"+e+"</body>";try{e=encodeURI(e)}catch(n){return null}const t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(void 0);const i=t.response.body;return i.removeChild(i.firstChild),i}getInertBodyElement_DOMParser(e){e="<body><remove></remove>"+e+"</body>";try{const t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(t){return null}}getInertBodyElement_InertDocument(e){const t=this.inertDocument.createElement("template");if("content"in t)return t.innerHTML=e,t;const i=this.inertDocument.createElement("body");return i.innerHTML=e,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(i),i}stripCustomNsAttrs(e){const t=e.attributes;for(let n=t.length-1;0<n;n--){const i=t.item(n).name;"xmlns:ns1"!==i&&0!==i.indexOf("ns1:")||e.removeAttribute(i)}let i=e.firstChild;for(;i;)i.nodeType===Node.ELEMENT_NODE&&this.stripCustomNsAttrs(i),i=i.nextSibling}}const Wi=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Ui=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i;function Gi(e){return(e=String(e)).match(Wi)||e.match(Ui)?e:(Bi()&&console.warn(`WARNING: sanitizing unsafe URL value ${e} (see http://g.co/ng/security#xss)`),"unsafe:"+e)}function $i(e){return(e=String(e)).split(",").map(e=>Gi(e.trim())).join(", ")}function Zi(e){const t={};for(const i of e.split(","))t[i]=!0;return t}function Ji(...e){const t={};for(const i of e)for(const e in i)i.hasOwnProperty(e)&&(t[e]=!0);return t}const Xi=Zi("area,br,col,hr,img,wbr"),Qi=Zi("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Ki=Zi("rp,rt"),en=Ji(Ki,Qi),tn=Ji(Xi,Ji(Qi,Zi("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),Ji(Ki,Zi("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),en),nn=Zi("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),an=Zi("srcset"),sn=Ji(nn,an,Zi("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),Zi("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext")),rn=Zi("script,style,template");class on{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(e){let t=e.firstChild,i=!0;for(;t;)if(t.nodeType===Node.ELEMENT_NODE?i=this.startElement(t):t.nodeType===Node.TEXT_NODE?this.chars(t.nodeValue):this.sanitizedSomething=!0,i&&t.firstChild)t=t.firstChild;else for(;t;){t.nodeType===Node.ELEMENT_NODE&&this.endElement(t);let e=this.checkClobberedElement(t,t.nextSibling);if(e){t=e;break}t=this.checkClobberedElement(t,t.parentNode)}return this.buf.join("")}startElement(e){const t=e.nodeName.toLowerCase();if(!tn.hasOwnProperty(t))return this.sanitizedSomething=!0,!rn.hasOwnProperty(t);this.buf.push("<"),this.buf.push(t);const i=e.attributes;for(let n=0;n<i.length;n++){const e=i.item(n),t=e.name,a=t.toLowerCase();if(!sn.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let s=e.value;nn[a]&&(s=Gi(s)),an[a]&&(s=$i(s)),this.buf.push(" ",t,'="',cn(s),'"')}return this.buf.push(">"),!0}endElement(e){const t=e.nodeName.toLowerCase();tn.hasOwnProperty(t)&&!Xi.hasOwnProperty(t)&&(this.buf.push("</"),this.buf.push(t),this.buf.push(">"))}chars(e){this.buf.push(cn(e))}checkClobberedElement(e,t){if(t&&(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`);return t}}const ln=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,un=/([^\#-~ |!])/g;function cn(e){return e.replace(/&/g,"&amp;").replace(ln,(function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"})).replace(un,(function(e){return"&#"+e.charCodeAt(0)+";"})).replace(/</g,"&lt;").replace(/>/g,"&gt;")}let dn;function mn(e,t){let i=null;try{dn=dn||new zi(e);let n=t?String(t):"";i=dn.getInertBodyElement(n);let a=5,s=n;do{if(0===a)throw new Error("Failed to sanitize html because the input is unstable");a--,n=s,s=i.innerHTML,i=dn.getInertBodyElement(n)}while(n!==s);const r=new on,o=r.sanitizeChildren(hn(i)||i);return Bi()&&r.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content, see http://g.co/ng/security#xss"),o}finally{if(i){const e=hn(i)||i;for(;e.firstChild;)e.removeChild(e.firstChild)}}}function hn(e){return"content"in e&&function(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}(e)?e.content:null}const pn=function(){var e={NONE:0,HTML:1,STYLE:2,SCRIPT:3,URL:4,RESOURCE_URL:5};return e[e.NONE]="NONE",e[e.HTML]="HTML",e[e.STYLE]="STYLE",e[e.SCRIPT]="SCRIPT",e[e.URL]="URL",e[e.RESOURCE_URL]="RESOURCE_URL",e}(),fn=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|Z|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:attr|calc|var))\\([-0-9.%, #a-zA-Z]+\\))$","g"),gn=/^url\(([^)]+)\)$/;function _n(e){if(!(e=String(e).trim()))return"";const t=e.match(gn);return t&&Gi(t[1])===t[1]||e.match(fn)&&function(e){let t=!0,i=!0;for(let n=0;n<e.length;n++){const a=e.charAt(n);"'"===a&&i?t=!t:'"'===a&&t&&(i=!i)}return t&&i}(e)?e:(Bi()&&console.warn(`WARNING: sanitizing unsafe style value ${e} (see http://g.co/ng/security#xss).`),"unsafe")}function bn(e){const t=Cn();return t?t.sanitize(pn.HTML,e)||"":Ai(e,"HTML")?ji(e):mn(Nt(),Xt(e))}function yn(e){const t=Cn();return t?t.sanitize(pn.STYLE,e)||"":Ai(e,"Style")?ji(e):_n(Xt(e))}function vn(e){const t=Cn();return t?t.sanitize(pn.URL,e)||"":Ai(e,"URL")?ji(e):Gi(Xt(e))}function wn(e){const t=Cn();if(t)return t.sanitize(pn.RESOURCE_URL,e)||"";if(Ai(e,"ResourceURL"))return ji(e);throw new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)")}function kn(e){const t=Cn();if(t)return t.sanitize(pn.SCRIPT,e)||"";if(Ai(e,"Script"))return ji(e);throw new Error("unsafe value used in a script context")}function xn(e,t,i){return function(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?wn:vn}(t,i)(e)}const Mn=function(e,t,i){if(void 0===t&&void 0===i)return yn(e);let n=!0;return 1&(i=i||3)&&(n=Ln(e)),2&i?n?yn(t):ji(t):n};function Ln(e){return"background-image"===e||"backgroundImage"===e||"background"===e||"border-image"===e||"borderImage"===e||"border-image-source"===e||"borderImageSource"===e||"filter"===e||"list-style"===e||"listStyle"===e||"list-style-image"===e||"listStyleImage"===e||"clip-path"===e||"clipPath"===e}function Cn(){const e=it();return e&&e[12]}function Sn(e){for(;Array.isArray(e);)e=e[0];return e}function Dn(e,t){return Sn(t[e+19])}function Tn(e,t){return Sn(t[e.index])}function On(e,t){return e.data[t+19]}function En(e,t){return e[t+19]}function jn(e,t){const i=t[e];return We(i)?i:i[0]}function An(e){const t=function(e){return e.__ngContext__||null}(e);return t?Array.isArray(t)?t:t.lView:null}function Yn(e){return 4==(4&e[2])}function In(e){return 128==(128&e[2])}function Fn(e,t){return null===e||null==t?null:e[t]}function Pn(e){e[18]=0}function Rn(e){return e[2]>>1}function Nn(e,t){e.__ngContext__=t}function qn(e){throw new Error(`Multiple components match node with tagname ${e.tagName}`)}function Hn(){throw new Error("Cannot mix multi providers and regular providers")}function Bn(e,t,i){let n=e.length;for(;;){const a=e.indexOf(t,i);if(-1===a)return a;if(0===a||e.charCodeAt(a-1)<=32){const i=t.length;if(a+i===n||e.charCodeAt(a+i)<=32)return a}i=a+1}}function Vn(e,t,i){let n=0;for(;n<e.length;){let a=e[n++];if(i&&"class"===a){if(a=e[n],-1!==Bn(a.toLowerCase(),t,0))return!0}else if(1===a){for(;n<e.length&&"string"==typeof(a=e[n++]);)if(a.toLowerCase()===t)return!0;return!1}}return!1}function zn(e,t,i){return t===(0!==e.type||i?e.tagName:"ng-template")}function Wn(e,t,i){let n=4;const a=e.attrs||[],s=function(e){for(let t=0;t<e.length;t++)if(Vt(e[t]))return t;return e.length}(a);let r=!1;for(let o=0;o<t.length;o++){const l=t[o];if("number"!=typeof l){if(!r)if(4&n){if(n=2|1&n,""!==l&&!zn(e,l,i)||""===l&&1===t.length){if(Un(n))return!1;r=!0}}else{const u=8&n?l:t[++o];if(8&n&&null!==e.attrs){if(!Vn(e.attrs,u,i)){if(Un(n))return!1;r=!0}continue}const c=Gn(8&n?"class":l,a,0==e.type&&"ng-template"!==e.tagName,i);if(-1===c){if(Un(n))return!1;r=!0;continue}if(""!==u){let e;e=c>s?"":a[c+1].toLowerCase();const t=8&n?e:null;if(t&&-1!==Bn(t,u,0)||2&n&&u!==e){if(Un(n))return!1;r=!0}}}}else{if(!r&&!Un(n)&&!Un(l))return!1;if(r&&Un(l))continue;r=!1,n=l|1&n}}return Un(n)||r}function Un(e){return 0==(1&e)}function Gn(e,t,i,n){if(null===t)return-1;let a=0;if(n||!i){let i=!1;for(;a<t.length;){const n=t[a];if(n===e)return a;if(3===n||6===n)i=!0;else{if(1===n||2===n){let e=t[++a];for(;"string"==typeof e;)e=t[++a];continue}if(4===n)break;if(0===n){a+=4;continue}}a+=i?1:2}return-1}return function(e,t){let i=e.indexOf(4);if(i>-1)for(i++;i<e.length;){if(e[i]===t)return i;i++}return-1}(t,e)}function $n(e,t,i=!1){for(let n=0;n<t.length;n++)if(Wn(e,t[n],i))return!0;return!1}function Zn(e,t){e:for(let i=0;i<t.length;i++){const n=t[i];if(e.length===n.length){for(let t=0;t<e.length;t++)if(e[t]!==n[t])continue e;return!0}}return!1}function Jn(e,t){return e?":not("+t.trim()+")":t}function Xn(e){let t=e[0],i=1,n=2,a="",s=!1;for(;i<e.length;){let r=e[i];if("string"==typeof r)if(2&n){const t=e[++i];a+="["+r+(t.length>0?'="'+t+'"':"")+"]"}else 8&n?a+="."+r:4&n&&(a+=" "+r);else""===a||Un(r)||(t+=Jn(s,a),a=""),n=r,s=s||!Un(n);i++}return""!==a&&(t+=Jn(s,a)),t}const Qn={};function Kn(e){const t=e[3];return Ue(t)?t[3]:t}function ea(e){ia(nt(),it(),Lt()+e,ut())}function ta(e){ia(nt(),it(),e,ut())}function ia(e,t,i,n){if(!n)if(3==(3&t[2])){const n=e.preOrderCheckHooks;null!==n&&Et(t,n,i)}else{const n=e.preOrderHooks;null!==n&&jt(t,n,0,i)}Ct(i)}const na={marker:"element"},aa={marker:"comment"};function sa(e,t){return e<<17|t<<2}function ra(e){return e>>17&32767}function oa(e){return 2|e}function la(e){return(131068&e)>>2}function ua(e,t){return-131069&e|t<<2}function ca(e){return 1|e}function da(e,t){const i=e.contentQueries;if(null!==i)for(let n=0;n<i.length;n+=2){const a=i[n],s=i[n+1];if(-1!==s){const i=e.data[s];bt(a),i.contentQueries(2,t[s],s)}}}function ma(e,t,i){return qt(t)?t.createElement(e,i):null===i?t.createElement(e):t.createElementNS(i,e)}function ha(e,t,i,n,a,s,r,o,l,u){const c=t.blueprint.slice();return c[0]=a,c[2]=140|n,Pn(c),c[3]=c[15]=e,c[8]=i,c[10]=r||e&&e[10],c[11]=o||e&&e[11],c[12]=l||e&&e[12]||null,c[9]=u||e&&e[9]||null,c[6]=s,c[16]=2==t.type?e[16]:c,c}function pa(e,t,i,n,a,s){const r=i+19,o=e.data[r]||function(e,t,i,n,a,s){const r=st(),o=ot(),l=o?r:r&&r.parent,u=e.data[i]=La(0,l&&l!==t?l:null,n,i,a,s);return null===e.firstChild&&(e.firstChild=u),r&&(!o||null!=r.child||null===u.parent&&2!==r.type?o||(r.next=u):r.child=u),u}(e,t,r,n,a,s);return rt(o,!0),o}function fa(e,t,i,n){let a=e.node;return null==a&&(e.node=a=La(0,t,2,i,null,null)),n[6]=a}function ga(e,t,i){wt(t,t[6]);try{const n=e.viewQuery;null!==n&&Za(1,n,i);const a=e.template;null!==a&&ya(e,t,a,1,i),e.firstCreatePass&&(e.firstCreatePass=!1),e.staticContentQueries&&da(e,t),e.staticViewQueries&&Za(2,e.viewQuery,i);const s=e.components;null!==s&&function(e,t){for(let i=0;i<t.length;i++)za(e,t[i])}(t,s)}finally{t[2]&=-5,Mt()}}function _a(e,t,i,n){const a=t[2];if(256==(256&a))return;wt(t,t[6]);const s=ut();try{Pn(t),ht(e.bindingStartIndex),null!==i&&ya(e,t,i,2,n);const r=3==(3&a);if(!s)if(r){const i=e.preOrderCheckHooks;null!==i&&Et(t,i,null)}else{const i=e.preOrderHooks;null!==i&&jt(t,i,0,null),At(t,0)}if(function(e){let t=e[13];for(;null!==t;){let i;if(Ue(t)&&(i=t[2])>>1==-1){for(let e=9;e<t.length;e++){const i=t[e],n=i[1];In(i)&&_a(n,i,n.template,i[8])}0!=(1&i)&&Ba(t,e[16])}t=t[4]}}(t),null!==e.contentQueries&&da(e,t),!s)if(r){const i=e.contentCheckHooks;null!==i&&Et(t,i)}else{const i=e.contentHooks;null!==i&&jt(t,i,1),At(t,1)}!function(e,t){try{const i=e.expandoInstructions;if(null!==i){let n=e.expandoStartIndex,a=-1,s=-1;for(let e=0;e<i.length;e++){const r=i[e];"number"==typeof r?r<=0?(s=0-r,Ct(s),n+=9+i[++e],a=n):n+=r:(null!==r&&(gt(n,a),r(2,t[a])),a++)}}}finally{Ct(-1)}}(e,t);const o=e.components;null!==o&&function(e,t){for(let i=0;i<t.length;i++)Va(e,t[i])}(t,o);const l=e.viewQuery;if(null!==l&&Za(2,l,n),!s)if(r){const i=e.viewCheckHooks;null!==i&&Et(t,i)}else{const i=e.viewHooks;null!==i&&jt(t,i,2),At(t,2)}!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),s||(t[2]&=-73)}finally{Mt()}}function ba(e,t,i,n){const a=t[10],s=!ut(),r=Yn(t);try{s&&!r&&a.begin&&a.begin(),r&&ga(e,t,n),_a(e,t,i,n)}finally{s&&!r&&a.end&&a.end()}}function ya(e,t,i,n,a){const s=Lt();try{Ct(-1),2&n&&t.length>19&&ia(e,t,0,ut()),i(n,a)}finally{Ct(s)}}function va(e,t,i){if(Ge(t)){const n=t.directiveEnd;for(let a=t.directiveStart;a<n;a++){const t=e.data[a];t.contentQueries&&t.contentQueries(1,i[a],a)}}}function wa(e,t,i){Ke()&&(function(e,t,i,n){const a=i.directiveStart,s=i.directiveEnd;e.firstCreatePass||oi(i,t),Nn(n,t);const r=i.initialInputs;for(let o=a;o<s;o++){const n=e.data[o],s=Je(n);s&&Pa(t,i,n);const l=gi(t,e,o,i);Nn(l,t),null!==r&&Na(0,o-a,l,n,0,r),s&&(jn(i.index,t)[8]=l)}}(e,t,i,Tn(i,t)),128==(128&i.flags)&&function(e,t,i){const n=i.directiveStart,a=i.directiveEnd,s=e.expandoInstructions,r=e.firstCreatePass,o=i.index-19;try{Ct(o);for(let i=n;i<a;i++){const n=e.data[i],a=t[i];null!==n.hostBindings||0!==n.hostVars||null!==n.hostAttrs?Ea(n,a):r&&s.push(null)}}finally{Ct(-1)}}(e,t,i))}function ka(e,t,i=Tn){const n=t.localNames;if(null!==n){let a=t.index+1;for(let s=0;s<n.length;s+=2){const r=n[s+1],o=-1===r?i(t,e):e[r];e[a++]=o}}}function xa(e){return e.tView||(e.tView=Ma(1,-1,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts))}function Ma(e,t,i,n,a,s,r,o,l,u){const c=19+n,d=c+a,m=function(e,t){const i=[];for(let n=0;n<t;n++)i.push(n<e?null:Qn);return i}(c,d);return m[1]={type:e,id:t,blueprint:m,template:i,queries:null,viewQuery:o,node:null,data:m.slice().fill(null,c),bindingStartIndex:c,expandoStartIndex:d,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 s?s():s,pipeRegistry:"function"==typeof r?r():r,firstChild:null,schemas:l,consts:u}}function La(e,t,i,n,a,s){return{type:i,index:n,injectorIndex:t?t.injectorIndex:-1,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,propertyBindings:null,flags:0,providerIndexes:0,tagName:a,attrs:s,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tViews:null,next:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,residualStyles:void 0,classes:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function Ca(e,t,i){for(let n in e)if(e.hasOwnProperty(n)){const a=e[n];(i=null===i?{}:i).hasOwnProperty(n)?i[n].push(t,a):i[n]=[t,a]}return i}function Sa(e,t,i,n,a,s,r,o){const l=Dn(i,t),u=On(e,i);let c,d=u.inputs;if(!r&&null!=d&&(c=d[n]))ts(e,t,c,n,a),$e(u)&&function(e,t){const i=jn(t,e);16&i[2]||(i[2]|=64)}(t,i+19);else if(3===u.type){n="class"===(m=n)?"className":"for"===m?"htmlFor":"formaction"===m?"formAction":"innerHtml"===m?"innerHTML":"readonly"===m?"readOnly":"tabindex"===m?"tabIndex":m;const e=o?o(u,t):t[11];a=null!=s?s(a,u.tagName||"",n):a,qt(e)?e.setProperty(l,n,a):zt(n)||(l.setProperty?l.setProperty(n,a):l[n]=a)}var m}function Da(e,t,i,n){let a=!1;if(Ke()){const s=function(e,t,i){const n=e.directiveRegistry;let a=null;if(n)for(let s=0;s<n.length;s++){const r=n[s];$n(i,r.selectors,!1)&&(a||(a=[]),di(oi(i,t),e,r.type),Je(r)?(2&i.flags&&qn(i),Aa(e,i),a.unshift(r)):a.push(r))}return a}(e,t,i),r=null===n?null:{"":-1};if(null!==s){let n=0;a=!0,Ia(i,e.data.length,s.length);for(let e=0;e<s.length;e++){const t=s[e];t.providersResolver&&t.providersResolver(t)}ja(e,i,s.length);let o=!1,l=!1;for(let a=0;a<s.length;a++){const u=s[a];i.mergedAttrs=Wt(i.mergedAttrs,u.hostAttrs),Fa(e,t,u),Ya(e.data.length-1,u,r),null!==u.contentQueries&&(i.flags|=8),null===u.hostBindings&&null===u.hostAttrs&&0===u.hostVars||(i.flags|=128),!o&&(u.onChanges||u.onInit||u.doCheck)&&((e.preOrderHooks||(e.preOrderHooks=[])).push(i.index-19),o=!0),l||!u.onChanges&&!u.doCheck||((e.preOrderCheckHooks||(e.preOrderCheckHooks=[])).push(i.index-19),l=!0),Ta(e,u),n+=u.hostVars}!function(e,t){const i=t.directiveEnd,n=e.data,a=t.attrs,s=[];let r=null,o=null;for(let l=t.directiveStart;l<i;l++){const e=n[l],t=e.inputs;s.push(null!==a?qa(t,a):null),r=Ca(t,l,r),o=Ca(e.outputs,l,o)}null!==r&&((r.hasOwnProperty("class")||r.hasOwnProperty("className"))&&(t.flags|=16),r.hasOwnProperty("style")&&(t.flags|=32)),t.initialInputs=s,t.inputs=r,t.outputs=o}(e,i),Oa(e,t,n)}r&&function(e,t,i){if(t){const n=e.localNames=[];for(let e=0;e<t.length;e+=2){const a=i[t[e+1]];if(null==a)throw new Error(`Export of name '${t[e+1]}' not found!`);n.push(t[e],a)}}}(i,n,r)}return i.mergedAttrs=Wt(i.mergedAttrs,i.attrs),a}function Ta(e,t){const i=e.expandoInstructions;i.push(t.hostBindings),0!==t.hostVars&&i.push(t.hostVars)}function Oa(e,t,i){for(let n=0;n<i;n++)t.push(Qn),e.blueprint.push(Qn),e.data.push(null)}function Ea(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function ja(e,t,i){const n=19-t.index,a=e.data.length-(65535&t.providerIndexes);(e.expandoInstructions||(e.expandoInstructions=[])).push(n,a,i)}function Aa(e,t){t.flags|=2,(e.components||(e.components=[])).push(t.index)}function Ya(e,t,i){if(i){if(t.exportAs)for(let n=0;n<t.exportAs.length;n++)i[t.exportAs[n]]=e;Je(t)&&(i[""]=e)}}function Ia(e,t,i){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+i,e.providerIndexes=t}function Fa(e,t,i){e.data.push(i);const n=i.factory||(i.factory=Ve(i.type)),a=new Ft(n,Je(i),null);e.blueprint.push(a),t.push(a)}function Pa(e,t,i){const n=Tn(t,e),a=xa(i),s=e[10],r=Wa(e,ha(e,a,null,i.onPush?64:16,n,t,s,s.createRenderer(n,i)));e[t.index]=r}function Ra(e,t,i,n,a,s,r){const o=Dn(e,a),l=a[11];if(null==i)qt(l)?l.removeAttribute(o,t,r):o.removeAttribute(t);else{const a=On(n,e),u=null==s?Xt(i):s(i,a.tagName||"",t);qt(l)?l.setAttribute(o,t,u,r):r?o.setAttributeNS(r,t,u):o.setAttribute(t,u)}}function Na(e,t,i,n,a,s){const r=s[t];if(null!==r){const e=n.setInput;for(let t=0;t<r.length;){const a=r[t++],s=r[t++],o=r[t++];null!==e?n.setInput(i,o,a,s):i[s]=o}}}function qa(e,t){let i=null,n=0;for(;n<t.length;){const a=t[n];if(0!==a)if(5!==a){if("number"==typeof a)break;e.hasOwnProperty(a)&&(null===i&&(i=[]),i.push(a,e[a],t[n+1])),n+=2}else n+=2;else n+=4}return i}function Ha(e,t,i,n){return new Array(e,!0,-2,t,null,null,n,i,null)}function Ba(e,t){const i=e[5];for(let n=0;n<i.length;n++){const e=i[n],a=e[3][3][16];if(a!==t&&0==(16&a[2])){const t=e[1];_a(t,e,t.template,e[8])}}}function Va(e,t){const i=jn(t,e);if(In(i)&&80&i[2]){const e=i[1];_a(e,i,e.template,i[8])}}function za(e,t){const i=jn(t,e),n=i[1];!function(e,t){for(let i=t.length;i<e.blueprint.length;i++)t.push(e.blueprint[i])}(n,i),ga(n,i,i[8])}function Wa(e,t){return e[13]?e[14][4]=t:e[13]=t,e[14]=t,t}function Ua(e){for(;e;){e[2]|=64;const t=Kn(e);if(Xe(e)&&!t)return e;e=t}return null}function Ga(e,t,i){const n=t[10];n.begin&&n.begin();try{_a(e,t,e.template,i)}catch(a){throw es(t,a),a}finally{n.end&&n.end()}}function $a(e){!function(e){for(let t=0;t<e.components.length;t++){const i=e.components[t],n=An(i),a=n[1];ba(a,n,a.template,i)}}(e[8])}function Za(e,t,i){bt(0),t(e,i)}const Ja=(()=>Promise.resolve(null))();function Xa(e){return e[7]||(e[7]=[])}function Qa(e){return e.cleanup||(e.cleanup=[])}function Ka(e,t){return t[e.index][11]}function es(e,t){const i=e[9],n=i?i.get(Li,null):null;n&&n.handleError(t)}function ts(e,t,i,n,a){for(let s=0;s<i.length;){const r=i[s++],o=i[s++],l=t[r],u=e.data[r];null!==u.setInput?u.setInput(l,a,n,o):l[o]=a}}function is(e,t,i){const n=Dn(t,e),a=e[11];qt(a)?a.setValue(n,i):n.textContent=i}function ns(e,t){const i=t[3];return-1===e.index?Ue(i)?i:null:i}function as(e,t){const i=ns(e,t);return i?ys(t[11],i[7]):null}function ss(e,t,i,n,a){if(null!=n){let s,r=!1;Ue(n)?s=n:We(n)&&(r=!0,n=n[0]);const o=Sn(n);0===e&&null!==i?null==a?_s(t,i,o):gs(t,i,o,a||null):1===e&&null!==i?gs(t,i,o,a||null):2===e?xs(t,o,r):3===e&&t.destroyNode(o),null!=s&&function(e,t,i,n,a){const s=i[7];s!==Sn(i)&&ss(t,e,n,s,a);for(let r=9;r<i.length;r++){const a=i[r];Ls(a[1],a,e,t,n,s)}}(t,e,s,i,a)}}function rs(e,t){return qt(t)?t.createText(e):t.createTextNode(e)}function os(e,t,i,n){const a=as(e.node,t);a&&Ls(e,t,t[11],i?1:2,a,n)}function ls(e,t,i,n){const a=9+n,s=i.length;n>0&&(i[a-1][4]=t),n<s-9?(t[4]=i[a],ve(i,9+n,t)):(i.push(t),t[4]=null),t[3]=i;const r=t[17];null!==r&&i!==r&&function(e,t){const i=e[5],n=t[3][3][16];16!=(16&n[2])&&t[16]!==n&&(e[2]|=1),null===i?e[5]=[t]:i.push(t)}(r,t);const o=t[5];null!==o&&o.insertView(e),t[2]|=128}function us(e,t){const i=e[5],n=i.indexOf(t);i.splice(n,1)}function cs(e,t){if(e.length<=9)return;const i=9+t,n=e[i];if(n){const a=n[17];null!==a&&a!==e&&us(a,n),t>0&&(e[i-1][4]=n[4]);const s=we(e,9+t);os(n[1],n,!1,null);const r=s[5];null!==r&&r.detachView(s[1]),n[3]=null,n[4]=null,n[2]&=-129}return n}function ds(e,t){const i=cs(e,t);i&&ms(i[1],i)}function ms(e,t){if(!(256&t[2])){const i=t[11];qt(i)&&i.destroyNode&&Ls(e,t,i,3,null,null),function(e){let t=e[13];if(!t)return ps(e[1],e);for(;t;){let i=null;if(We(t))i=t[13];else{const e=t[9];e&&(i=e)}if(!i){for(;t&&!t[4]&&t!==e;)We(t)&&ps(t[1],t),t=hs(t,e);null===t&&(t=e),We(t)&&ps(t[1],t),i=t&&t[4]}t=i}}(t)}}function hs(e,t){let i;return We(e)&&(i=e[6])&&2===i.type?ns(i,e):e[3]===t?null:e[3]}function ps(e,t){if(!(256&t[2])){t[2]&=-129,t[2]|=256,function(e,t){let i;if(null!=e&&null!=(i=e.destroyHooks))for(let n=0;n<i.length;n+=2){const e=t[i[n]];e instanceof Ft||i[n+1].call(e)}}(e,t),function(e,t){const i=e.cleanup;if(null!==i){const e=t[7];for(let n=0;n<i.length-1;n+=2)if("string"==typeof i[n]){const a=i[n+1],s="function"==typeof a?a(t):Sn(t[a]),r=e[i[n+2]],o=i[n+3];"boolean"==typeof o?s.removeEventListener(i[n],r,o):o>=0?e[o]():e[-o].unsubscribe(),n+=2}else i[n].call(e[i[n+1]]);t[7]=null}}(e,t);const i=t[6];i&&3===i.type&&qt(t[11])&&t[11].destroy();const n=t[17];if(null!==n&&Ue(t[3])){n!==t[3]&&us(n,t);const i=t[5];null!==i&&i.detachView(e)}}}function fs(e,t,i){let n=t.parent;for(;null!=n&&(4===n.type||5===n.type);)n=(t=n).parent;if(null==n){const e=i[6];return 2===e.type?as(e,i):i[0]}if(t&&5===t.type&&4&t.flags)return Tn(t,i).parentNode;if(2&n.flags){const t=e.data,i=t[t[n.index].directiveStart].encapsulation;if(i!==Se.ShadowDom&&i!==Se.Native)return null}return Tn(n,i)}function gs(e,t,i,n){qt(e)?e.insertBefore(t,i,n):t.insertBefore(i,n,!0)}function _s(e,t,i){qt(e)?e.appendChild(t,i):t.appendChild(i)}function bs(e,t,i,n){null!==n?gs(e,t,i,n):_s(e,t,i)}function ys(e,t){return qt(e)?e.parentNode(t):t.parentNode}function vs(e,t){if(2===e.type){const i=ns(e,t);return null===i?null:ks(i.indexOf(t,9)-9,i)}return 4===e.type||5===e.type?Tn(e,t):null}function ws(e,t,i,n){const a=fs(e,n,t);if(null!=a){const e=t[11],s=vs(n.parent||t[6],t);if(Array.isArray(i))for(let t=0;t<i.length;t++)bs(e,a,i[t],s);else bs(e,a,i,s)}}function ks(e,t){const i=9+e+1;if(i<t.length){const e=t[i],n=e[1].firstChild;if(null!==n)return function e(t,i){if(null!==i){const n=i.type;if(3===n)return Tn(i,t);if(0===n)return ks(-1,t[i.index]);if(4===n||5===n){const n=i.child;if(null!==n)return e(t,n);{const e=t[i.index];return Ue(e)?ks(-1,e):Sn(e)}}{const n=t[16],a=n[6],s=Kn(n),r=a.projection[i.projection];return null!=r?e(s,r):e(t,i.next)}}return null}(e,n)}return t[7]}function xs(e,t,i){const n=ys(e,t);n&&function(e,t,i,n){qt(e)?e.removeChild(t,i,n):t.removeChild(i)}(e,n,t,i)}function Ms(e,t,i,n,a,s,r){for(;null!=i;){const o=n[i.index],l=i.type;r&&0===t&&(o&&Nn(Sn(o),n),i.flags|=4),64!=(64&i.flags)&&(4===l||5===l?(Ms(e,t,i.child,n,a,s,!1),ss(t,e,a,o,s)):1===l?Ss(e,t,n,i,a,s):ss(t,e,a,o,s)),i=r?i.projectionNext:i.next}}function Ls(e,t,i,n,a,s){Ms(i,n,e.node.child,t,a,s,!1)}function Cs(e,t,i){Ss(t[11],0,t,i,fs(e,i,t),vs(i.parent||t[6],t))}function Ss(e,t,i,n,a,s){const r=i[16],o=r[6].projection[n.projection];if(Array.isArray(o))for(let l=0;l<o.length;l++)ss(t,e,a,o[l],s);else Ms(e,t,o,r[3],a,s,!0)}function Ds(e,t,i){qt(e)?e.setAttribute(t,"style",i):t.style.cssText=i}function Ts(e,t,i){qt(e)?""===i?e.removeAttribute(t,"class"):e.setAttribute(t,"class",i):t.className=i}class Os{constructor(e,t){this._lView=e,this._cdRefInjectingView=t,this._appRef=null,this._viewContainerRef=null,this._tViewNode=null}get rootNodes(){const e=this._lView;return null==e[0]?function e(t,i,n,a,s=!1){for(;null!==n;){const r=i[n.index];if(null!==r&&a.push(Sn(r)),Ue(r))for(let t=9;t<r.length;t++){const i=r[t],n=i[1].firstChild;null!==n&&e(i[1],i,n,a)}const o=n.type;if(4===o||5===o)e(t,i,n.child,a);else if(1===o){const t=i[16],s=t[6],r=Kn(t);let o=s.projection[n.projection];null!==o&&null!==r&&e(r[1],r,o,a,!0)}n=s?n.projectionNext:n.next}return a}(e[1],e,e[6].child,[]):[]}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 e=this._viewContainerRef.indexOf(this);e>-1&&this._viewContainerRef.detach(e),this._viewContainerRef=null}ms(this._lView[1],this._lView)}onDestroy(e){var t,i,n;t=this._lView[1],n=e,Xa(i=this._lView).push(n),t.firstCreatePass&&Qa(t).push(i[7].length-1,null)}markForCheck(){Ua(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-129}reattach(){this._lView[2]|=128}detectChanges(){Ga(this._lView[1],this._lView,this.context)}checkNoChanges(){!function(e,t,i){ct(!0);try{Ga(e,t,i)}finally{ct(!1)}}(this._lView[1],this._lView,this.context)}attachToViewContainerRef(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e}detachFromAppRef(){var e;this._appRef=null,Ls(this._lView[1],e=this._lView,e[11],2,null,null)}attachToAppRef(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e}}class Es extends Os{constructor(e){super(e),this._view=e}detectChanges(){$a(this._view)}checkNoChanges(){!function(e){ct(!0);try{$a(e)}finally{ct(!1)}}(this._view)}get context(){return null}}let js,As,Ys;function Is(e,t,i){return js||(js=class extends e{}),new js(Tn(t,i))}function Fs(e,t,i,n){return As||(As=class extends e{constructor(e,t,i){super(),this._declarationView=e,this._declarationTContainer=t,this.elementRef=i}createEmbeddedView(e){const t=this._declarationTContainer.tViews,i=ha(this._declarationView,t,e,16,null,t.node);i[17]=this._declarationView[this._declarationTContainer.index];const n=this._declarationView[5];null!==n&&(i[5]=n.createEmbeddedView(t)),ga(t,i,e);const a=new Os(i);return a._tViewNode=i[6],a}}),0===i.type?new As(n,i,Is(t,i,n)):null}function Ps(e,t,i,n){let a;Ys||(Ys=class extends e{constructor(e,t,i){super(),this._lContainer=e,this._hostTNode=t,this._hostView=i}get element(){return Is(t,this._hostTNode,this._hostView)}get injector(){return new yi(this._hostTNode,this._hostView)}get parentInjector(){const e=ci(this._hostTNode,this._hostView),t=Jt(e,this._hostView),i=function(e,t,i){if(i.parent&&-1!==i.parent.injectorIndex){const e=i.parent.injectorIndex;let t=i.parent;for(;null!=t.parent&&e==t.parent.injectorIndex;)t=t.parent;return t}let n=Zt(e),a=t,s=t[6];for(;n>1;)a=a[15],s=a[6],n--;return s}(e,this._hostView,this._hostTNode);return Gt(e)&&null!=i?new yi(i,t):new yi(null,this._hostView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(e){return null!==this._lContainer[8]&&this._lContainer[8][e]||null}get length(){return this._lContainer.length-9}createEmbeddedView(e,t,i){const n=e.createEmbeddedView(t||{});return this.insert(n,i),n}createComponent(e,t,i,n,a){const s=i||this.parentInjector;if(!a&&null==e.ngModule&&s){const e=s.get(fe,null);e&&(a=e)}const r=e.create(s,n,void 0,a);return this.insert(r.hostView,t),r}insert(e,t){const i=e._lView,n=i[1];if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");if(this.allocateContainerIfNeeded(),Ue(i[3])){const t=this.indexOf(e);if(-1!==t)this.detach(t);else{const t=i[3],n=new Ys(t,t[6],t[3]);n.detach(n.indexOf(e))}}const a=this._adjustIndex(t);return ls(n,i,this._lContainer,a),os(n,i,!0,ks(a,this._lContainer)),e.attachToViewContainerRef(this),ve(this._lContainer[8],a,e),e}move(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");return this.insert(e,t)}indexOf(e){const t=this._lContainer[8];return null!==t?t.indexOf(e):-1}remove(e){this.allocateContainerIfNeeded();const t=this._adjustIndex(e,-1);ds(this._lContainer,t),we(this._lContainer[8],t)}detach(e){this.allocateContainerIfNeeded();const t=this._adjustIndex(e,-1),i=cs(this._lContainer,t);return i&&null!=we(this._lContainer[8],t)?new Os(i):null}_adjustIndex(e,t=0){return null==e?this.length+t:e}allocateContainerIfNeeded(){null===this._lContainer[8]&&(this._lContainer[8]=[])}});const s=n[i.index];if(Ue(s))a=s,function(e,t){e[2]=-2}(a);else{let e;if(4===i.type)e=Sn(s);else if(e=n[11].createComment(""),Xe(n)){const t=n[11],a=Tn(i,n);gs(t,ys(t,a),e,function(e,t){return qt(e)?e.nextSibling(t):t.nextSibling}(t,a))}else ws(n[1],n,e,i);n[i.index]=a=Ha(s,n,e,i),Wa(n,a)}return new Ys(a,i,n)}function Rs(e=!1){return function(e,t,i){if(!i&&$e(e)){const i=jn(e.index,t);return new Os(i,i)}return 3===e.type||0===e.type||4===e.type||5===e.type?new Os(t[16],t):null}(st(),it(),e)}let Ns=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>qs(),e})();const qs=Rs,Hs=Function;function Bs(e){return"function"==typeof e}const Vs=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*arguments\)/,zs=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{/,Ws=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(/,Us=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(\)\s*{\s+super\(\.\.\.arguments\)/;class Gs{constructor(e){this._reflect=e||B.Reflect}isReflectionEnabled(){return!0}factory(e){return(...t)=>new e(...t)}_zipTypesAndAnnotations(e,t){let i;i=ke(void 0===e?t.length:e.length);for(let n=0;n<i.length;n++)i[n]=void 0===e?[]:e[n]&&e[n]!=Object?[e[n]]:[],t&&null!=t[n]&&(i[n]=i[n].concat(t[n]));return i}_ownParameters(e,t){if(i=e.toString(),Vs.test(i)||Us.test(i)||zs.test(i)&&!Ws.test(i))return null;var i;if(e.parameters&&e.parameters!==t.parameters)return e.parameters;const n=e.ctorParameters;if(n&&n!==t.ctorParameters){const e="function"==typeof n?n():n,t=e.map(e=>e&&e.type),i=e.map(e=>e&&$s(e.decorators));return this._zipTypesAndAnnotations(t,i)}const a=e.hasOwnProperty(u)&&e[u],s=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",e);return s||a?this._zipTypesAndAnnotations(s,a):ke(e.length)}parameters(e){if(!Bs(e))return[];const t=Zs(e);let i=this._ownParameters(e,t);return i||t===Object||(i=this.parameters(t)),i||[]}_ownAnnotations(e,t){if(e.annotations&&e.annotations!==t.annotations){let t=e.annotations;return"function"==typeof t&&t.annotations&&(t=t.annotations),t}return e.decorators&&e.decorators!==t.decorators?$s(e.decorators):e.hasOwnProperty(l)?e[l]:null}annotations(e){if(!Bs(e))return[];const t=Zs(e),i=this._ownAnnotations(e,t)||[];return(t!==Object?this.annotations(t):[]).concat(i)}_ownPropMetadata(e,t){if(e.propMetadata&&e.propMetadata!==t.propMetadata){let t=e.propMetadata;return"function"==typeof t&&t.propMetadata&&(t=t.propMetadata),t}if(e.propDecorators&&e.propDecorators!==t.propDecorators){const t=e.propDecorators,i={};return Object.keys(t).forEach(e=>{i[e]=$s(t[e])}),i}return e.hasOwnProperty("__prop__metadata__")?e.__prop__metadata__:null}propMetadata(e){if(!Bs(e))return{};const t=Zs(e),i={};if(t!==Object){const e=this.propMetadata(t);Object.keys(e).forEach(t=>{i[t]=e[t]})}const n=this._ownPropMetadata(e,t);return n&&Object.keys(n).forEach(e=>{const t=[];i.hasOwnProperty(e)&&t.push(...i[e]),t.push(...n[e]),i[e]=t}),i}ownPropMetadata(e){return Bs(e)&&this._ownPropMetadata(e,Zs(e))||{}}hasLifecycleHook(e,t){return e instanceof Hs&&t in e.prototype}guards(e){return{}}getter(e){return new Function("o","return o."+e+";")}setter(e){return new Function("o","v","return o."+e+" = v;")}method(e){return new Function("o","args",`if (!o.${e}) throw new Error('"${e}" is undefined');\n        return o.${e}.apply(o, args);`)}importUri(e){return"object"==typeof e&&e.filePath?e.filePath:`./${j(e)}`}resourceUri(e){return`./${j(e)}`}resolveIdentifier(e,t,i,n){return n}resolveEnum(e,t){return e[t]}}function $s(e){return e?e.map(e=>new(0,e.type.annotationCls)(...e.args?e.args:[])):[]}function Zs(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object}let Js=null;function Xs(e){return Qs((Js=Js||new Gs).parameters(e))}function Qs(e){const t=z();return e.map(e=>function(e,t){const i={token:null,host:!1,optional:!1,resolved:e.R3ResolvedDependencyType.Token,self:!1,skipSelf:!1};function n(t){i.resolved=e.R3ResolvedDependencyType.Token,i.token=t}if(Array.isArray(t)&&t.length>0)for(let a=0;a<t.length;a++){const s=t[a];if(void 0===s)continue;const r=Object.getPrototypeOf(s);if(s instanceof p||"Optional"===r.ngMetadataName)i.optional=!0;else if(s instanceof g||"SkipSelf"===r.ngMetadataName)i.skipSelf=!0;else if(s instanceof f||"Self"===r.ngMetadataName)i.self=!0;else if(s instanceof _||"Host"===r.ngMetadataName)i.host=!0;else if(s instanceof h)i.token=s.token;else if(s instanceof b){if(void 0===s.attributeName)throw new Error("Attribute name must be defined.");i.token=s.attributeName,i.resolved=e.R3ResolvedDependencyType.Attribute}else s===Ns?(i.token=s,i.resolved=e.R3ResolvedDependencyType.ChangeDetectorRef):n(s)}else void 0===t||Array.isArray(t)&&0===t.length?(i.token=void 0,i.resolved=V.Invalid):n(t);return i}(t,e))}const Ks=v({provide:String,useValue:v});function er(e){return void 0!==e.useClass}function tr(e){return void 0!==e.useFactory}function ir(e,t){const i=t||{providedIn:null},n={name:e.name,type:e,typeArgumentCount:0,providedIn:i.providedIn,userDeps:void 0};return(er(i)||tr(i))&&void 0!==i.deps&&(n.userDeps=Qs(i.deps)),er(i)?n.useClass=F(i.useClass):function(e){return Ks in e}(i)?n.useValue=F(i.useValue):tr(i)?n.useFactory=i.useFactory:function(e){return void 0!==e.useExisting}(i)&&(n.useExisting=F(i.useExisting)),n}const nr=c("Injectable",void 0,void 0,void 0,(e,t)=>ar(e,t)),ar=function(e,t){let i=null,n=null;e.hasOwnProperty(S)||(Object.defineProperty(e,S,{get:()=>(null===i&&(i=z().compileInjectable(pe,`ng:///${e.name}/\u0275prov.js`,ir(e,t))),i)}),e.hasOwnProperty(T)||(e[T]=()=>e[S])),e.hasOwnProperty(J)||Object.defineProperty(e,J,{get:()=>{if(null===n){const i=ir(e,t),a=z();n=a.compileFactory(pe,`ng:///${e.name}/\u0275fac.js`,{name:i.name,type:i.type,typeArgumentCount:i.typeArgumentCount,deps:Xs(e),injectFn:"inject",target:a.R3FactoryTarget.Pipe})}return n},configurable:!0})},sr=new Q("Set Injector scope."),rr={},or={},lr=[];let ur=void 0;function cr(){return void 0===ur&&(ur=new he),ur}function dr(e,t=null,i=null,n){return t=t||cr(),new mr(e,i,t,n)}class mr{constructor(e,t,i,n=null){this.parent=i,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this._destroyed=!1;const a=[];t&&ye(t,i=>this.processProvider(i,e,t)),ye([e],e=>this.processInjectorType(e,[],a)),this.records.set(K,fr(void 0,this));const s=this.records.get(sr);this.scope=null!=s?s.value:null,this.injectorDefTypes.forEach(e=>this.get(e)),this.source=n||("object"==typeof e?null:j(e))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach(e=>e.ngOnDestroy())}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}}get(e,t=ee,i=y.Default){this.assertNotDestroyed();const n=se(this);try{if(!(i&y.SkipSelf)){let t=this.records.get(e);if(void 0===t){const i=("function"==typeof(a=e)||"object"==typeof a&&a instanceof Q)&&M(e);t=i&&this.injectableDefInScope(i)?fr(hr(e),rr):null,this.records.set(e,t)}if(null!=t)return this.hydrate(e,t)}return(i&y.Self?cr():this.parent).get(e,t=i&y.Optional&&t===ee?null:t)}catch(s){if("NullInjectorError"===s.name){if((s.ngTempTokenPath=s.ngTempTokenPath||[]).unshift(j(e)),n)throw s;return function(e,t,i,n){const a=e.ngTempTokenPath;throw t.__source&&a.unshift(t.__source),e.message=function(e,t,i,n=null){e=e&&"\n"===e.charAt(0)&&"\u0275"==e.charAt(1)?e.substr(2):e;let a=j(t);if(Array.isArray(t))a=t.map(j).join(" -> ");else if("object"==typeof t){let e=[];for(let i in t)if(t.hasOwnProperty(i)){let n=t[i];e.push(i+":"+("string"==typeof n?JSON.stringify(n):j(n)))}a=`{${e.join(", ")}}`}return`${i}${n?"("+n+")":""}[${a}]: ${e.replace(te,"\n  ")}`}("\n"+e.message,a,i,n),e.ngTokenPath=a,e.ngTempTokenPath=null,e}(s,e,"R3InjectorError",this.source)}throw s}finally{se(n)}var a}toString(){const e=[];return this.records.forEach((t,i)=>e.push(j(i))),`R3Injector[${e.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new Error("Injector has already been destroyed.")}processInjectorType(e,t,i){if(!(e=F(e)))return!1;let n=C(e);const a=null==n&&e.ngModule||void 0,s=void 0===a?e:a,r=-1!==i.indexOf(s);if(void 0!==a&&(n=C(a)),null==n)return!1;if(this.injectorDefTypes.add(s),this.records.set(s,fr(n.factory,rr)),null!=n.imports&&!r){let e;i.push(s);try{ye(n.imports,n=>{this.processInjectorType(n,t,i)&&(void 0===e&&(e=[]),e.push(n))})}finally{}if(void 0!==e)for(let t=0;t<e.length;t++){const{ngModule:i,providers:n}=e[t];ye(n,e=>this.processProvider(e,i,n||lr))}}const o=n.providers;if(null!=o&&!r){const t=e;ye(o,e=>this.processProvider(e,t,o))}return void 0!==a&&void 0!==e.providers}processProvider(e,t,i){let n=_r(e=F(e))?e:F(e&&e.provide);const a=function(e,t,i){return gr(e)?fr(void 0,e.useValue):fr(pr(e,t,i),rr)}(e,t,i);if(_r(e)||!0!==e.multi){const e=this.records.get(n);e&&void 0!==e.multi&&Hn()}else{let t=this.records.get(n);t?void 0===t.multi&&Hn():(t=fr(void 0,rr,!0),t.factory=()=>me(t.multi),this.records.set(n,t)),n=e,t.multi.push(e)}this.records.set(n,a)}hydrate(e,t){var i;return t.value===or?function(e){throw new Error(`Cannot instantiate cyclic dependency! ${e}`)}(j(e)):t.value===rr&&(t.value=or,t.value=t.factory()),"object"==typeof t.value&&t.value&&null!==(i=t.value)&&"object"==typeof i&&"function"==typeof i.ngOnDestroy&&this.onDestroy.add(t.value),t.value}injectableDefInScope(e){return!!e.providedIn&&("string"==typeof e.providedIn?"any"===e.providedIn||e.providedIn===this.scope:this.injectorDefTypes.has(e.providedIn))}}function hr(e){const t=M(e),i=null!==t?t.factory:Ve(e);if(null!==i)return i;const n=C(e);if(null!==n)return n.factory;if(e instanceof Q)throw new Error(`Token ${j(e)} is missing a \u0275prov definition.`);if(e instanceof Function)return function(e){const t=e.length;if(t>0){const i=ke(t,"?");throw new Error(`Can't resolve all parameters for ${j(e)}: (${i.join(", ")}).`)}const i=function(e){const t=e&&(e[S]||e[O]||e[T]&&e[T]());if(t){const i=function(e){if(e.hasOwnProperty("name"))return e.name;const t=(""+e).match(/^function\s*([^\s(]+)/);return null===t?"":t[1]}(e);return console.warn(`DEPRECATED: DI is instantiating a token "${i}" that inherits its @Injectable decorator but does not provide one itself.\n`+`This will become an error in v10. Please add @Injectable() to the "${i}" class.`),t}return null}(e);return null!==i?()=>i.factory(e):()=>new e}(e);throw new Error("unreachable")}function pr(e,t,i){let n=void 0;if(_r(e))return hr(F(e));if(gr(e))n=()=>F(e.useValue);else if((a=e)&&a.useFactory)n=()=>e.useFactory(...me(e.deps||[]));else if(function(e){return!(!e||!e.useExisting)}(e))n=()=>le(F(e.useExisting));else{const a=F(e&&(e.useClass||e.provide));if(a||function(e,t,i){let n="";throw e&&t&&(n=` - only instances of Provider and Type are allowed, got: [${t.map(e=>e==i?"?"+i+"?":"...").join(", ")}]`),new Error(`Invalid provider for the NgModule '${j(e)}'`+n)}(t,i,e),!function(e){return!!e.deps}(e))return hr(a);n=()=>new a(...me(e.deps))}var a;return n}function fr(e,t,i=!1){return{factory:e,value:t,multi:i?[]:void 0}}function gr(e){return null!==e&&"object"==typeof e&&ie in e}function _r(e){return"function"==typeof e}const br=function(e,t,i){return dr({name:i},t,e,i)};let yr=(()=>{class e{static create(e,t){return Array.isArray(e)?br(e,t,""):br(e.providers,e.parent,e.name||"")}}return e.THROW_IF_NOT_FOUND=ee,e.NULL=new he,e.\u0275prov=k({token:e,providedIn:"any",factory:()=>le(K)}),e.__NG_ELEMENT_ID__=-1,e})();const vr=new Q("AnalyzeForEntryComponents");let wr=new Map;const kr=new Set;function xr(e){return"string"==typeof e?e:e.text()}function Mr(e,t){let i=e.styles,n=e.classes,a=0;for(let s=0;s<t.length;s++){const e=t[s];"number"==typeof e?a=e:1==a?n=A(n,e):2==a&&(i=A(i,e+": "+t[++s]+";"))}null!==i&&(e.styles=i),null!==n&&(e.classes=n)}let Lr=null;function Cr(){if(!Lr){const e=B.Symbol;if(e&&e.iterator)Lr=e.iterator;else{const e=Object.getOwnPropertyNames(Map.prototype);for(let t=0;t<e.length;++t){const i=e[t];"entries"!==i&&"size"!==i&&Map.prototype[i]===Map.prototype.entries&&(Lr=i)}}}return Lr}function Sr(e,t){return e===t||"number"==typeof e&&"number"==typeof t&&isNaN(e)&&isNaN(t)}class Dr{constructor(e){this.wrapped=e}static wrap(e){return new Dr(e)}static unwrap(e){return Dr.isWrapped(e)?e.wrapped:e}static isWrapped(e){return e instanceof Dr}}function Tr(e){return!!Or(e)&&(Array.isArray(e)||!(e instanceof Map)&&Cr()in e)}function Or(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function Er(e,t,i){return e[t]=i}function jr(e,t){return e[t]}function Ar(e,t,i){return!Object.is(e[t],i)&&(e[t]=i,!0)}function Yr(e,t,i,n){const a=Ar(e,t,i);return Ar(e,t+1,n)||a}function Ir(e,t,i,n,a){const s=Yr(e,t,i,n);return Ar(e,t+2,a)||s}function Fr(e,t,i,n,a,s){const r=Yr(e,t,i,n);return Yr(e,t+2,a,s)||r}function Pr(e,t,i,n){const a=it();return Ar(a,pt(),t)&&Ra(Lt(),e,t,nt(),a,i,n),Pr}function Rr(e,t){let i=!1,n=mt();for(let s=1;s<t.length;s+=2)i=Ar(e,n++,t[s])||i;if(ht(n),!i)return Qn;let a=t[0];for(let s=1;s<t.length;s+=2)a+=Xt(t[s])+t[s+1];return a}function Nr(e,t,i,n){return Ar(e,pt(),i)?t+Xt(i)+n:Qn}function qr(e,t,i,n,a,s){const r=Yr(e,mt(),i,a);return ft(2),r?t+Xt(i)+n+Xt(a)+s:Qn}function Hr(e,t,i,n,a,s,r,o){const l=Ir(e,mt(),i,a,r);return ft(3),l?t+Xt(i)+n+Xt(a)+s+Xt(r)+o:Qn}function Br(e,t,i,n,a,s,r,o,l,u){const c=Fr(e,mt(),i,a,r,l);return ft(4),c?t+Xt(i)+n+Xt(a)+s+Xt(r)+o+Xt(l)+u:Qn}function Vr(e,t,i,n,a,s,r,o,l,u,c,d){const m=mt();let h=Fr(e,m,i,a,r,l);return h=Ar(e,m+4,c)||h,ft(5),h?t+Xt(i)+n+Xt(a)+s+Xt(r)+o+Xt(l)+u+Xt(c)+d:Qn}function zr(e,t,i,n,a,s,r,o,l,u,c,d,m,h){const p=mt();let f=Fr(e,p,i,a,r,l);return f=Yr(e,p+4,c,m)||f,ft(6),f?t+Xt(i)+n+Xt(a)+s+Xt(r)+o+Xt(l)+u+Xt(c)+d+Xt(m)+h:Qn}function Wr(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f){const g=mt();let _=Fr(e,g,i,a,r,l);return _=Ir(e,g+4,c,m,p)||_,ft(7),_?t+Xt(i)+n+Xt(a)+s+Xt(r)+o+Xt(l)+u+Xt(c)+d+Xt(m)+h+Xt(p)+f:Qn}function Ur(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_){const b=mt();let y=Fr(e,b,i,a,r,l);return y=Fr(e,b+4,c,m,p,g)||y,ft(8),y?t+Xt(i)+n+Xt(a)+s+Xt(r)+o+Xt(l)+u+Xt(c)+d+Xt(m)+h+Xt(p)+f+Xt(g)+_:Qn}function Gr(e,t,i,n,a,s){const r=it(),o=Nr(r,t,i,n);return o!==Qn&&Ra(Lt(),e,o,nt(),r,a,s),Gr}function $r(e,t,i,n,a,s,r,o){const l=it(),u=qr(l,t,i,n,a,s);return u!==Qn&&Ra(Lt(),e,u,nt(),l,r,o),$r}function Zr(e,t,i,n,a,s,r,o,l,u){const c=it(),d=Hr(c,t,i,n,a,s,r,o);return d!==Qn&&Ra(Lt(),e,d,nt(),c,l,u),Zr}function Jr(e,t,i,n,a,s,r,o,l,u,c,d){const m=it(),h=Br(m,t,i,n,a,s,r,o,l,u);return h!==Qn&&Ra(Lt(),e,h,nt(),m,c,d),Jr}function Xr(e,t,i,n,a,s,r,o,l,u,c,d,m,h){const p=it(),f=Vr(p,t,i,n,a,s,r,o,l,u,c,d);return f!==Qn&&Ra(Lt(),e,f,nt(),p,m,h),Xr}function Qr(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f){const g=it(),_=zr(g,t,i,n,a,s,r,o,l,u,c,d,m,h);return _!==Qn&&Ra(Lt(),e,_,nt(),g,p,f),Qr}function Kr(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_){const b=it(),y=Wr(b,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f);return y!==Qn&&Ra(Lt(),e,y,nt(),b,g,_),Kr}function eo(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_,b,y){const v=it(),w=Ur(v,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_);return w!==Qn&&Ra(Lt(),e,w,nt(),v,b,y),eo}function to(e,t,i,n){const a=it(),s=Rr(a,t);if(s!==Qn){const t=nt();Ra(Lt(),e,s,t,a,i,n)}return to}function io(e){const t=it(),i=nt(),n=function(e,t,i,n,a){const s=i+19,r=t[s]=t[11].createComment(""),o=pa(e,t[6],i,0,null,null),l=t[s]=Ha(r,t,r,o);return ws(e,t,r,o),Nn(r,t),Wa(t,l),o}(i,t,e);i.firstCreatePass&&(n.tViews=[]),lt()}function no(e,t,i,n,a,s,r,o){const l=it(),u=nt(),c=e+19,d=u.firstCreatePass?function(e,t,i,n,a,s,r,o,l){const u=t.consts,c=pa(t,i[6],e,0,r||null,Fn(u,o));Da(t,i,c,Fn(u,l)),Ot(t,c);const d=c.tViews=Ma(2,-1,n,a,s,t.directiveRegistry,t.pipeRegistry,null,t.schemas,u),m=La(0,null,2,-1,null,null);return m.injectorIndex=c.injectorIndex,d.node=m,null!==t.queries&&(t.queries.template(t,c),d.queries=t.queries.embeddedTView(c)),c}(e,u,l,t,i,n,a,s,r):u.data[c];rt(d,!1);const m=l[11].createComment("");ws(u,l,m,d),Nn(m,l),Wa(l,l[c]=Ha(m,l,m,d)),Ze(d)&&wa(u,l,d),null!=r&&ka(l,d,o)}function ao(e){const t=it(),i=nt();if(rt(En(i.data,e),!0),t[e+19][2]=0,!ut())if(3==(3&t[2])){const e=i.preOrderCheckHooks;null!==e&&Et(t,e,null)}else{const e=i.preOrderHooks;null!==e&&jt(t,e,0,null),At(t,0)}}function so(){let e=st();ot()?lt():(e=e.parent,rt(e,!1));const t=it()[e.index],i=Rn(t);for(;i<t.length-9;)ds(t,i)}function ro(e){return En(Qe.lFrame.contextLView,e)}function oo(e,t=y.Default){const i=it();return null==i?le(e,t):mi(st(),i,F(e),t)}function lo(e){return function(e,t){if("class"===t)return e.classes;if("style"===t)return e.styles;const i=e.attrs;if(i){const e=i.length;let n=0;for(;n<e;){const a=i[n];if(Vt(a))break;if(0===a)n+=2;else if("number"==typeof a)for(n++;n<e&&"string"==typeof i[n];)n++;else{if(a===t)return i[n+1];n+=2}}}return null}(st(),e)}function uo(){throw new Error("invalid")}function co(e,t,i){const n=it();if(Ar(n,pt(),t)){const a=Lt();Sa(nt(),n,a,e,t,i)}return co}function mo(e,t,i,n,a){const s=t.inputs,r=a?"class":"style";ts(e,i,s[r]||a&&s.className,r,n)}function ho(e,t,i,n){const a=it(),s=nt(),r=19+e,o=a[11],l=a[r]=ma(t,o,Qe.lFrame.currentNamespace),u=s.firstCreatePass?function(e,t,i,n,a,s,r){const o=t.consts,l=Fn(o,s),u=pa(t,i[6],e,3,a,l);return Da(t,i,u,Fn(o,r)),null!==u.mergedAttrs&&Mr(u,u.mergedAttrs),null!==t.queries&&t.queries.elementStart(t,u),u}(e,s,a,0,t,i,n):s.data[r];rt(u,!0);const c=u.mergedAttrs;null!==c&&Bt(o,l,c);const d=u.classes;null!==d&&Ts(o,l,d);const m=u.styles;null!==m&&Ds(o,l,m),ws(s,a,l,u),0===Qe.lFrame.elementDepthCount&&Nn(l,a),Qe.lFrame.elementDepthCount++,Ze(u)&&(wa(s,a,u),va(s,u,a)),null!==n&&ka(a,u)}function po(){let e=st();ot()?lt():(e=e.parent,rt(e,!1));const t=e;Qe.lFrame.elementDepthCount--;const i=nt();i.firstCreatePass&&(Ot(i,e),Ge(e)&&i.queries.elementEnd(e)),null!==t.classes&&function(e){return 0!=(16&e.flags)}(t)&&mo(i,t,it(),t.classes,!0),null!==t.styles&&function(e){return 0!=(32&e.flags)}(t)&&mo(i,t,it(),t.styles,!1)}function fo(e,t,i,n){ho(e,t,i,n),po()}function go(e,t,i){const n=it(),a=nt(),s=e+19,r=a.firstCreatePass?function(e,t,i,n,a){const s=t.consts,r=Fn(s,n),o=pa(t,i[6],e,4,"ng-container",r);return null!==r&&Mr(o,r),Da(t,i,o,Fn(s,a)),null!==t.queries&&t.queries.elementStart(t,o),o}(e,a,n,t,i):a.data[s];rt(r,!0);const o=n[s]=n[11].createComment("");ws(a,n,o,r),Nn(o,n),Ze(r)&&(wa(a,n,r),va(a,r,n)),null!=i&&ka(n,r)}function _o(){let e=st();const t=nt();ot()?lt():(e=e.parent,rt(e,!1)),t.firstCreatePass&&(Ot(t,e),Ge(e)&&t.queries.elementEnd(e))}function bo(e,t,i){go(e,t,i),_o()}function yo(e,t,i){const n=it(),a=st(),s=2===a.type?a.parent:a,r=n[s.index];let o=function(e,t,i){for(let n=t+9;n<e.length;n++){const t=e[n][1].id;if(t===i)return e[n];if(!(t<i))break;ds(e,n-9)}return null}(r,Rn(r),e);if(o)Qe.lFrame.isParent=!0,wt(o,o[1].node);else{o=ha(n,function(e,t,i,n){const a=it()[1],s=n.tViews;return(e>=s.length||null==s[e])&&(s[e]=Ma(2,e,null,t,i,a.directiveRegistry,a.pipeRegistry,null,null,a.consts)),s[e]}(e,t,i,s),null,16,null,null);const r=ot()?a:a&&a.parent;fa(o[1],r,e,o),wt(o,o[1].node)}return r&&(Yn(o)&&ls(o[1],o,r,Rn(r)),r[2]+=2),Yn(o)?3:2}function vo(){const e=it(),t=nt(),i=e[6],n=e[8];Yn(e)&&ga(t,e,n),_a(t,e,t.template,n),Mt(),rt(i,!1)}function wo(){return it()}function ko(e){return!!e&&"function"==typeof e.then}function xo(e){return!!e&&"function"==typeof e.subscribe}function Mo(e,t,i=!1,n){const a=it(),s=nt(),r=st();return Co(s,a,a[11],r,e,t,i,n),Mo}function Lo(e,t,i=!1,n){const a=st(),s=it(),r=Ka(a,s);return Co(nt(),s,r,a,e,t,i,n),Lo}function Co(e,t,i,n,a,s,r=!1,o){const l=Ze(n),u=e.firstCreatePass&&(e.cleanup||(e.cleanup=[])),c=Xa(t);let d=!0;if(3===n.type){const m=Tn(n,t),h=o?o(m):Te,p=h.target||m,f=c.length,g=o?e=>o(Sn(e[n.index])).target:n.index;if(qt(i)){let r=null;if(!o&&l&&(r=function(e,t,i,n){const a=e.cleanup;if(null!=a)for(let s=0;s<a.length-1;s+=2){const e=a[s];if(e===i&&a[s+1]===n){const e=t[7],i=a[s+2];return e.length>i?e[i]:null}"string"==typeof e&&(s+=2)}return null}(e,t,a,n.index)),null!==r)(r.__ngLastListenerFn__||r).__ngNextListenerFn__=s,r.__ngLastListenerFn__=s,d=!1;else{s=Do(n,t,s,!1);const e=i.listen(h.name||p,a,s);c.push(s,e),u&&u.push(a,g,f,f+1)}}else s=Do(n,t,s,!0),p.addEventListener(a,s,r),c.push(s),u&&u.push(a,g,f,r)}const m=n.outputs;let h;if(d&&null!==m&&(h=m[a])){const e=h.length;if(e)for(let i=0;i<e;i+=2){const e=t[h[i]][h[i+1]].subscribe(s),r=c.length;c.push(s,e),u&&u.push(a,n.index,r,-(r+1))}}}function So(e,t,i){try{return!1!==t(i)}catch(n){return es(e,n),!1}}function Do(e,t,i,n){return function a(s){if(s===Function)return i;const r=2&e.flags?jn(e.index,t):t;0==(32&t[2])&&Ua(r);let o=So(t,i,s),l=a.__ngNextListenerFn__;for(;l;)o=So(t,l,s)&&o,l=l.__ngNextListenerFn__;return n&&!1===o&&(s.preventDefault(),s.returnValue=!1),o}}function To(e=1){return function(e){return(Qe.lFrame.contextLView=function(e,t){for(;e>0;)t=t[15],e--;return t}(e,Qe.lFrame.contextLView))[8]}(e)}function Oo(e,t){let i=null;const n=function(e){const t=e.attrs;if(null!=t){const e=t.indexOf(5);if(0==(1&e))return t[e+1]}return null}(e);for(let a=0;a<t.length;a++){const s=t[a];if("*"!==s){if(null===n?$n(e,s,!0):Zn(n,s))return a}else i=a}return i}function Eo(e){const t=it()[16][6];if(!t.projection){const i=t.projection=ke(e?e.length:1,null),n=i.slice();let a=t.child;for(;null!==a;){const t=e?Oo(a,e):0;null!==t&&(n[t]?n[t].projectionNext=a:i[t]=a,n[t]=a),a=a.next}}}let jo=!1;function Ao(e){jo=e}function Yo(e,t=0,i){const n=it(),a=nt(),s=pa(a,n[6],e,1,null,i||null);null===s.projection&&(s.projection=t),lt(),jo||Cs(a,n,s)}function Io(e,t,i){return Fo(e,"",t,"",i),Io}function Fo(e,t,i,n,a){const s=it(),r=Nr(s,t,i,n);if(r!==Qn){const t=Lt();Sa(nt(),s,t,e,r,a)}return Fo}function Po(e,t,i,n,a,s,r){const o=it(),l=qr(o,t,i,n,a,s);if(l!==Qn){const t=Lt();Sa(nt(),o,t,e,l,r)}return Po}function Ro(e,t,i,n,a,s,r,o,l){const u=it(),c=Hr(u,t,i,n,a,s,r,o);if(c!==Qn){const t=Lt();Sa(nt(),u,t,e,c,l)}return Ro}function No(e,t,i,n,a,s,r,o,l,u,c){const d=it(),m=Br(d,t,i,n,a,s,r,o,l,u);if(m!==Qn){const t=Lt();Sa(nt(),d,t,e,m,c)}return No}function qo(e,t,i,n,a,s,r,o,l,u,c,d,m){const h=it(),p=Vr(h,t,i,n,a,s,r,o,l,u,c,d);if(p!==Qn){const t=Lt();Sa(nt(),h,t,e,p,m)}return qo}function Ho(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p){const f=it(),g=zr(f,t,i,n,a,s,r,o,l,u,c,d,m,h);if(g!==Qn){const t=Lt();Sa(nt(),f,t,e,g,p)}return Ho}function Bo(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g){const _=it(),b=Wr(_,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f);if(b!==Qn){const t=Lt();Sa(nt(),_,t,e,b,g)}return Bo}function Vo(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_,b){const y=it(),v=Ur(y,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_);if(v!==Qn){const t=Lt();Sa(nt(),y,t,e,v,b)}return Vo}function zo(e,t,i){const n=it(),a=Rr(n,t);if(a!==Qn){const t=Lt();Sa(nt(),n,t,e,a,i)}return zo}const Wo=[];function Uo(e,t,i,n,a){const s=e[i+1],r=null===t;let o=n?ra(s):la(s),l=!1;for(;0!==o&&(!1===l||r);){const i=e[o+1];Go(e[o],t)&&(l=!0,e[o+1]=n?ca(i):oa(i)),o=n?ra(i):la(i)}l&&(e[i+1]=n?oa(s):ca(s))}function Go(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&Le(e,t)>=0}const $o={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Zo(e){return e.substring($o.key,$o.keyEnd)}function Jo(e){return e.substring($o.value,$o.valueEnd)}function Xo(e,t){const i=$o.textEnd;return i===t?-1:(t=$o.keyEnd=function(e,t,i){for(;t<i&&e.charCodeAt(t)>32;)t++;return t}(e,$o.key=t,i),el(e,t,i))}function Qo(e,t){const i=$o.textEnd;let n=$o.key=el(e,t,i);return i===n?-1:(n=$o.keyEnd=function(e,t,i){let n;for(;t<i&&(45===(n=e.charCodeAt(t))||95===n||(-33&n)>=65&&(-33&n)<=90);)t++;return t}(e,n,i),n=tl(e,n,i),n=$o.value=el(e,n,i),n=$o.valueEnd=function(e,t,i){let n=-1,a=-1,s=-1,r=t,o=r;for(;r<i;){const l=e.charCodeAt(r++);if(59===l)return o;34===l||39===l?o=r=il(e,l,r,i):t===r-4&&85===s&&82===a&&76===n&&40===l?o=r=il(e,41,r,i):l>32&&(o=r),s=a,a=n,n=-33&l}return o}(e,n,i),tl(e,n,i))}function Ko(e){$o.key=0,$o.keyEnd=0,$o.value=0,$o.valueEnd=0,$o.textEnd=e.length}function el(e,t,i){for(;t<i&&e.charCodeAt(t)<=32;)t++;return t}function tl(e,t,i,n){return(t=el(e,t,i))<i&&t++,t}function il(e,t,i,n){let a=-1,s=i;for(;s<n;){const i=e.charCodeAt(s++);if(i==t&&92!==a)return s;a=92==i&&92===a?0:i}throw new Error}function nl(e){!function(e){Qe.lFrame.currentSanitizer=e}(e)}function al(e,t,i){return cl(e,t,i,!1),al}function sl(e,t){return cl(e,t,null,!0),sl}function rl(e){dl(gl,ol,e,!1)}function ol(e,t){for(let i=function(e){return Ko(e),Qo(e,el(e,0,$o.textEnd))}(t);i>=0;i=Qo(t,i))gl(e,Zo(t),Jo(t))}function ll(e){dl(xe,ul,e,!0)}function ul(e,t){for(let i=function(e){return Ko(e),Xo(e,el(e,0,$o.textEnd))}(t);i>=0;i=Xo(t,i))xe(e,Zo(t),!0)}function cl(e,t,i,n){const a=it(),s=nt(),r=ft(2);if(s.firstUpdatePass&&hl(s,e,r,n),t!==Qn&&Ar(a,r,t)){let o;null==i&&(o=function(){const e=Qe.lFrame;return null===e?null:e.currentSanitizer}())&&(i=o),_l(s,s.data[Lt()+19],a,a[11],e,a[r+1]=function(e,t){return null==e||("function"==typeof t?e=t(e):"string"==typeof t?e+=t:"object"==typeof e&&(e=j(ji(e)))),e}(t,i),n,r)}}function dl(e,t,i,n){const a=nt(),s=ft(2);a.firstUpdatePass&&hl(a,null,s,n);const r=it();if(i!==Qn&&Ar(r,s,i)){const o=a.data[Lt()+19];if(vl(o,n)&&!ml(a,s)){let e=n?o.classes:o.styles;"string"==typeof i&&(i=A(e,i)),mo(a,o,r,i,n)}else!function(e,t,i,n,a,s,r,o){a===Qn&&(a=Wo);let l=0,u=0,c=0<a.length?a[0]:null,d=0<s.length?s[0]:null;for(;null!==c||null!==d;){const m=l<a.length?a[l+1]:void 0,h=u<s.length?s[u+1]:void 0;let p=null,f=void 0;c===d?(l+=2,u+=2,m!==h&&(p=d,f=h)):null===d||null!==c&&c<d?(l+=2,p=c):(u+=2,p=d,f=h),null!==p&&_l(e,t,i,n,p,f,r,o),c=l<a.length?a[l]:null,d=u<s.length?s[u]:null}}(a,o,r,r[11],r[s+1],r[s+1]=function(e,t,i){if(null==i||""===i)return Wo;const n=[];if(Array.isArray(i))for(let a=0;a<i.length;a++)e(n,i[a],!0);else if("object"==typeof i)if(i instanceof Map)i.forEach((t,i)=>e(n,i,t));else if(i instanceof Set)i.forEach(t=>e(n,t,!0));else for(const a in i)i.hasOwnProperty(a)&&e(n,a,i[a]);else"string"==typeof i&&t(n,i);return n}(e,t,i),n,s)}}function ml(e,t){return t>=e.expandoStartIndex}function hl(e,t,i,n){const a=e.data;if(null===a[i+1]){const s=a[Lt()+19],r=ml(e,i);vl(s,n)&&null===t&&!r&&(t=!1),t=function(e,t,i,n){const a=function(e){const t=Qe.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}(e);let s=n?t.residualClasses:t.residualStyles;if(null===a)0===(n?t.classBindings:t.styleBindings)&&(i=fl(i=pl(null,e,t,i,n),t.attrs,n),s=null);else{const r=t.directiveStylingLast;if(-1===r||e[r]!==a)if(i=pl(a,e,t,i,n),null===s){let i=function(e,t,i){const n=i?t.classBindings:t.styleBindings;if(0!==la(n))return e[ra(n)]}(e,t,n);void 0!==i&&Array.isArray(i)&&(i=pl(null,e,t,i[1],n),i=fl(i,t.attrs,n),function(e,t,i,n){e[ra(i?t.classBindings:t.styleBindings)]=n}(e,t,n,i))}else s=function(e,t,i){let n=void 0;const a=t.directiveEnd;for(let s=1+t.directiveStylingLast;s<a;s++)n=fl(n,e[s].hostAttrs,i);return fl(n,t.attrs,i)}(e,t,n)}return void 0!==s&&(n?t.residualClasses=s:t.residualStyles=s),i}(a,s,t,n),function(e,t,i,n,a,s){let r=s?t.classBindings:t.styleBindings,o=ra(r),l=la(r);e[n]=i;let u,c=!1;if(Array.isArray(i)){const e=i;u=e[1],(null===u||Le(e,u)>0)&&(c=!0)}else u=i;if(a)if(0!==l){const t=ra(e[o+1]);e[n+1]=sa(t,o),0!==t&&(e[t+1]=ua(e[t+1],n)),e[o+1]=131071&e[o+1]|n<<17}else e[n+1]=sa(o,0),0!==o&&(e[o+1]=ua(e[o+1],n)),o=n;else e[n+1]=sa(l,0),0===o?o=n:e[l+1]=ua(e[l+1],n),l=n;c&&(e[n+1]=oa(e[n+1])),Uo(e,u,n,!0),Uo(e,u,n,!1),function(e,t,i,n,a){const s=a?e.residualClasses:e.residualStyles;null!=s&&"string"==typeof t&&Le(s,t)>=0&&(i[n+1]=ca(i[n+1]))}(t,u,e,n,s),r=sa(o,l),s?t.classBindings=r:t.styleBindings=r}(a,s,t,i,r,n)}}function pl(e,t,i,n,a){let s=null;const r=i.directiveEnd;let o=i.directiveStylingLast;for(-1===o?o=i.directiveStart:o++;o<r&&(s=t[o],n=fl(n,s.hostAttrs,a),s!==e);)o++;return null!==e&&(i.directiveStylingLast=o),n}function fl(e,t,i){const n=i?1:2;let a=-1;if(null!==t)for(let s=0;s<t.length;s++){const r=t[s];"number"==typeof r?a=r:a===n&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),xe(e,r,!!i||t[++s]))}return void 0===e?null:e}function gl(e,t,i){Ln(t)&&(i=yn(i)),xe(e,t,i)}function _l(e,t,i,n,a,s,r,o){if(3!==t.type)return;const l=e.data,u=l[o+1];yl(1==(1&u)?bl(l,t,i,a,la(u),r):void 0)||(yl(s)||function(e){return 2==(2&e)}(u)&&(s=bl(l,null,i,a,o,r)),function(e,t,i,n,a){const s=qt(e);if(t)a?s?e.addClass(i,n):i.classList.add(n):s?e.removeClass(i,n):i.classList.remove(n);else{const t=-1==n.indexOf("-")?void 0:2;null==a?s?e.removeStyle(i,n,t):i.style.removeProperty(n):s?e.setStyle(i,n,a,t):i.style.setProperty(n,a)}}(n,r,Dn(Lt(),i),a,s))}function bl(e,t,i,n,a,s){const r=null===t;let o=void 0;for(;a>0;){const t=e[a],s=Array.isArray(t),l=s?t[1]:t,u=null===l;let c=i[a+1];c===Qn&&(c=u?Wo:void 0);let d=u?Me(c,n):l===n?c:void 0;if(s&&!yl(d)&&(d=Me(t,n)),yl(d)&&(o=d,r))return o;const m=e[a+1];a=r?ra(m):la(m)}if(null!==t){let e=s?t.residualClasses:t.residualStyles;null!=e&&(o=Me(e,n))}return o}function yl(e){return void 0!==e}function vl(e,t){return 0!=(e.flags&(t?16:32))}function wl(e,t=""){const i=it(),n=nt(),a=e+19,s=n.firstCreatePass?pa(n,i[6],e,3,null,null):n.data[a],r=i[a]=rs(t,i[11]);ws(n,i,r,s),rt(s,!1)}function kl(e){return xl("",e,""),kl}function xl(e,t,i){const n=it(),a=Nr(n,e,t,i);return a!==Qn&&is(n,Lt(),a),xl}function Ml(e,t,i,n,a){const s=it(),r=qr(s,e,t,i,n,a);return r!==Qn&&is(s,Lt(),r),Ml}function Ll(e,t,i,n,a,s,r){const o=it(),l=Hr(o,e,t,i,n,a,s,r);return l!==Qn&&is(o,Lt(),l),Ll}function Cl(e,t,i,n,a,s,r,o,l){const u=it(),c=Br(u,e,t,i,n,a,s,r,o,l);return c!==Qn&&is(u,Lt(),c),Cl}function Sl(e,t,i,n,a,s,r,o,l,u,c){const d=it(),m=Vr(d,e,t,i,n,a,s,r,o,l,u,c);return m!==Qn&&is(d,Lt(),m),Sl}function Dl(e,t,i,n,a,s,r,o,l,u,c,d,m){const h=it(),p=zr(h,e,t,i,n,a,s,r,o,l,u,c,d,m);return p!==Qn&&is(h,Lt(),p),Dl}function Tl(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p){const f=it(),g=Wr(f,e,t,i,n,a,s,r,o,l,u,c,d,m,h,p);return g!==Qn&&is(f,Lt(),g),Tl}function Ol(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g){const _=it(),b=Ur(_,e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g);return b!==Qn&&is(_,Lt(),b),Ol}function El(e){const t=it(),i=Rr(t,e);return i!==Qn&&is(t,Lt(),i),El}function jl(e,t,i){dl(xe,ul,Nr(it(),e,t,i),!0)}function Al(e,t,i,n,a){dl(xe,ul,qr(it(),e,t,i,n,a),!0)}function Yl(e,t,i,n,a,s,r){dl(xe,ul,Hr(it(),e,t,i,n,a,s,r),!0)}function Il(e,t,i,n,a,s,r,o,l){dl(xe,ul,Br(it(),e,t,i,n,a,s,r,o,l),!0)}function Fl(e,t,i,n,a,s,r,o,l,u,c){dl(xe,ul,Vr(it(),e,t,i,n,a,s,r,o,l,u,c),!0)}function Pl(e,t,i,n,a,s,r,o,l,u,c,d,m){dl(xe,ul,zr(it(),e,t,i,n,a,s,r,o,l,u,c,d,m),!0)}function Rl(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p){dl(xe,ul,Wr(it(),e,t,i,n,a,s,r,o,l,u,c,d,m,h,p),!0)}function Nl(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g){dl(xe,ul,Ur(it(),e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g),!0)}function ql(e){dl(xe,ul,Rr(it(),e),!0)}function Hl(e,t,i,n,a){return cl(e,Nr(it(),t,i,n),a,!1),Hl}function Bl(e,t,i,n,a,s,r){return cl(e,qr(it(),t,i,n,a,s),r,!1),Bl}function Vl(e,t,i,n,a,s,r,o,l){return cl(e,Hr(it(),t,i,n,a,s,r,o),l,!1),Vl}function zl(e,t,i,n,a,s,r,o,l,u,c){return cl(e,Br(it(),t,i,n,a,s,r,o,l,u),c,!1),zl}function Wl(e,t,i,n,a,s,r,o,l,u,c,d,m){return cl(e,Vr(it(),t,i,n,a,s,r,o,l,u,c,d),m,!1),Wl}function Ul(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p){return cl(e,zr(it(),t,i,n,a,s,r,o,l,u,c,d,m,h),p,!1),Ul}function Gl(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g){return cl(e,Wr(it(),t,i,n,a,s,r,o,l,u,c,d,m,h,p,f),g,!1),Gl}function $l(e,t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_,b){return cl(e,Ur(it(),t,i,n,a,s,r,o,l,u,c,d,m,h,p,f,g,_),b,!1),$l}function Zl(e,t,i){return cl(e,Rr(it(),t),i,!1),Zl}function Jl(e,t,i){const n=it();if(Ar(n,pt(),t)){const a=Lt();Sa(nt(),n,a,e,t,i,!0)}return Jl}function Xl(e,t,i){const n=it();if(Ar(n,pt(),t)){const a=Lt();Sa(nt(),n,a,e,t,i,!0,Ka)}return Xl}function Ql(e,t){const i=An(e)[1],n=i.data.length-1;Ot(i,{directiveStart:n,directiveEnd:n+1})}function Kl(e){return Object.getPrototypeOf(e.prototype).constructor}function eu(e){let t=Kl(e.type),i=!0;const n=[e];for(;t;){let a=void 0;if(Je(e))a=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new Error("Directives cannot inherit Components");a=t.\u0275dir}if(a){if(i){n.push(a);const t=e;t.inputs=tu(e.inputs),t.declaredInputs=tu(e.declaredInputs),t.outputs=tu(e.outputs);const i=a.hostBindings;i&&au(e,i);const s=a.viewQuery,r=a.contentQueries;s&&iu(e,s),r&&nu(e,r),w(e.inputs,a.inputs),w(e.declaredInputs,a.declaredInputs),w(e.outputs,a.outputs),t.afterContentChecked=t.afterContentChecked||a.afterContentChecked,t.afterContentInit=e.afterContentInit||a.afterContentInit,t.afterViewChecked=e.afterViewChecked||a.afterViewChecked,t.afterViewInit=e.afterViewInit||a.afterViewInit,t.doCheck=e.doCheck||a.doCheck,t.onDestroy=e.onDestroy||a.onDestroy,t.onInit=e.onInit||a.onInit}const t=a.features;if(t)for(let n=0;n<t.length;n++){const a=t[n];a&&a.ngInherit&&a(e),a===eu&&(i=!1)}}t=Object.getPrototypeOf(t)}!function(e){let t=0,i=null;for(let n=e.length-1;n>=0;n--){const a=e[n];a.hostVars=t+=a.hostVars,a.hostAttrs=Wt(a.hostAttrs,i=Wt(i,a.hostAttrs))}}(n)}function tu(e){return e===Te?{}:e===Oe?[]:e}function iu(e,t){const i=e.viewQuery;e.viewQuery=i?(e,n)=>{t(e,n),i(e,n)}:t}function nu(e,t){const i=e.contentQueries;e.contentQueries=i?(e,n,a)=>{t(e,n,a),i(e,n,a)}:t}function au(e,t){const i=e.hostBindings;e.hostBindings=i?(e,n)=>{t(e,n),i(e,n)}:t}const su=["providersResolver"],ru=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function ou(e){let t=Kl(e.type),i=void 0;i=Je(e)?t.\u0275cmp:t.\u0275dir;const n=e;for(const a of su)n[a]=i[a];if(Je(i))for(const a of ru)n[a]=i[a]}class lu{constructor(e,t,i){this.previousValue=e,this.currentValue=t,this.firstChange=i}isFirstChange(){return this.firstChange}}function uu(){return cu.ngInherit=!0,cu}function cu(e){e.type.prototype.ngOnChanges&&(e.setInput=du,e.onChanges=function(){const e=mu(this),t=e&&e.current;if(t){const i=e.previous;if(i===Te)e.previous=t;else for(let e in t)i[e]=t[e];e.current=null,this.ngOnChanges(t)}})}function du(e,t,i,n){const a=mu(e)||function(e,t){return e.__ngSimpleChanges__=t}(e,{previous:Te,current:null}),s=a.current||(a.current={}),r=a.previous,o=this.declaredInputs[i],l=r[o];s[o]=new lu(l&&l.currentValue,t,r===Te),e[n]=t}function mu(e){return e.__ngSimpleChanges__||null}function hu(e,t,i,n,a){if(e=F(e),Array.isArray(e))for(let s=0;s<e.length;s++)hu(e[s],t,i,n,a);else{const s=nt(),r=it();let o=_r(e)?e:F(e.provide),l=pr(e);const u=st(),c=65535&u.providerIndexes,d=u.directiveStart,m=u.providerIndexes>>16;if(e.useClass||_r(e)){const i=(e.useClass||e).prototype.ngOnDestroy;i&&(s.destroyHooks||(s.destroyHooks=[])).push(t.length,i)}if(_r(e)||!e.multi){const e=new Ft(l,a,oo),n=fu(o,t,a?c:c+m,d);-1==n?(di(oi(u,r),s,o),t.push(o),u.directiveStart++,u.directiveEnd++,a&&(u.providerIndexes+=65536),i.push(e),r.push(e)):(i[n]=e,r[n]=e)}else{const e=fu(o,t,c+m,d),h=fu(o,t,c,c+m),p=e>=0&&i[e],f=h>=0&&i[h];if(a&&!f||!a&&!p){di(oi(u,r),s,o);const e=function(e,t,i,n,a){const s=new Ft(e,i,oo);return s.multi=[],s.index=t,s.componentProviders=0,pu(s,a,n&&!i),s}(a?_u:gu,i.length,a,n,l);!a&&f&&(i[h].providerFactory=e),t.push(o),u.directiveStart++,u.directiveEnd++,a&&(u.providerIndexes+=65536),i.push(e),r.push(e)}else pu(i[a?h:e],l,!a&&n);!a&&n&&f&&i[h].componentProviders++}}}function pu(e,t,i){e.multi.push(t),i&&e.componentProviders++}function fu(e,t,i,n){for(let a=i;a<n;a++)if(t[a]===e)return a;return-1}function gu(e,t,i,n){return bu(this.multi,[])}function _u(e,t,i,n){const a=this.multi;let s;if(this.providerFactory){const e=this.providerFactory.componentProviders,t=gi(i,i[1],this.providerFactory.index,n);s=t.slice(0,e),bu(a,s);for(let i=e;i<t.length;i++)s.push(t[i])}else s=[],bu(a,s);return s}function bu(e,t){for(let i=0;i<e.length;i++)t.push((0,e[i])());return t}function yu(e,t=[]){return i=>{i.providersResolver=(i,n)=>function(e,t,i){const n=nt();if(n.firstCreatePass){const a=Je(e);hu(i,n.data,n.blueprint,a,!0),hu(t,n.data,n.blueprint,a,!1)}}(i,n?n(e):e,t)}}class vu{}class wu{resolveComponentFactory(e){throw function(e){const t=Error(`No component factory found for ${j(e)}. Did you add it to @NgModule.entryComponents?`);return t.ngComponent=e,t}(e)}}let ku=(()=>{class e{}return e.NULL=new wu,e})(),xu=(()=>{class e{constructor(e){this.nativeElement=e}}return e.__NG_ELEMENT_ID__=()=>Mu(e),e})();const Mu=function(e){return Is(e,st(),it())};class Lu{}const Cu=function(){var e={Important:1,DashCase:2};return e[e.Important]="Important",e[e.DashCase]="DashCase",e}();let Su=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>Du(),e})();const Du=function(){const e=it(),t=jn(st().index,e);return function(e){const t=e[11];if(qt(t))return t;throw new Error("Cannot inject Renderer2 when the application uses Renderer3!")}(We(t)?t:e)};let Tu=(()=>{class e{}return e.\u0275prov=k({token:e,providedIn:"root",factory:()=>null}),e})();class Ou{constructor(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")}}const Eu=new Ou("9.0.0");class ju{constructor(){}supports(e){return Tr(e)}create(e){return new Yu(e)}}const Au=(e,t)=>t;class Yu{constructor(e){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=e||Au}forEachItem(e){let t;for(t=this._itHead;null!==t;t=t._next)e(t)}forEachOperation(e){let t=this._itHead,i=this._removalsHead,n=0,a=null;for(;t||i;){const s=!i||t&&t.currentIndex<Ru(i,n,a)?t:i,r=Ru(s,n,a),o=s.currentIndex;if(s===i)n--,i=i._nextRemoved;else if(t=t._next,null==s.previousIndex)n++;else{a||(a=[]);const e=r-n,t=o-n;if(e!=t){for(let i=0;i<e;i++){const n=i<a.length?a[i]:a[i]=0,s=n+i;t<=s&&s<e&&(a[i]=n+1)}a[s.previousIndex]=t-e}}r!==o&&e(s,r,o)}}forEachPreviousItem(e){let t;for(t=this._previousItHead;null!==t;t=t._nextPrevious)e(t)}forEachAddedItem(e){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)}forEachMovedItem(e){let t;for(t=this._movesHead;null!==t;t=t._nextMoved)e(t)}forEachRemovedItem(e){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)}forEachIdentityChange(e){let t;for(t=this._identityChangesHead;null!==t;t=t._nextIdentityChange)e(t)}diff(e){if(null==e&&(e=[]),!Tr(e))throw new Error(`Error trying to diff '${j(e)}'. Only arrays and iterables are allowed`);return this.check(e)?this:null}onDestroy(){}check(e){this._reset();let t,i,n,a=this._itHead,s=!1;if(Array.isArray(e)){this.length=e.length;for(let t=0;t<this.length;t++)i=e[t],n=this._trackByFn(t,i),null!==a&&Sr(a.trackById,n)?(s&&(a=this._verifyReinsertion(a,i,n,t)),Sr(a.item,i)||this._addIdentityChange(a,i)):(a=this._mismatch(a,i,n,t),s=!0),a=a._next}else t=0,function(e,t){if(Array.isArray(e))for(let i=0;i<e.length;i++)t(e[i]);else{const i=e[Cr()]();let n;for(;!(n=i.next()).done;)t(n.value)}}(e,e=>{n=this._trackByFn(t,e),null!==a&&Sr(a.trackById,n)?(s&&(a=this._verifyReinsertion(a,e,n,t)),Sr(a.item,e)||this._addIdentityChange(a,e)):(a=this._mismatch(a,e,n,t),s=!0),a=a._next,t++}),this.length=t;return this._truncate(a),this.collection=e,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let e,t;for(e=this._previousItHead=this._itHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._additionsHead;null!==e;e=e._nextAdded)e.previousIndex=e.currentIndex;for(this._additionsHead=this._additionsTail=null,e=this._movesHead;null!==e;e=t)e.previousIndex=e.currentIndex,t=e._nextMoved;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(e,t,i,n){let a;return null===e?a=this._itTail:(a=e._prev,this._remove(e)),null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(i,n))?(Sr(e.item,t)||this._addIdentityChange(e,t),this._moveAfter(e,a,n)):null!==(e=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null))?(Sr(e.item,t)||this._addIdentityChange(e,t),this._reinsertAfter(e,a,n)):e=this._addAfter(new Iu(t,i),a,n),e}_verifyReinsertion(e,t,i,n){let a=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null);return null!==a?e=this._reinsertAfter(a,e._prev,n):e.currentIndex!=n&&(e.currentIndex=n,this._addToMoves(e,n)),e}_truncate(e){for(;null!==e;){const t=e._next;this._addToRemovals(this._unlink(e)),e=t}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(e,t,i){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(e);const n=e._prevRemoved,a=e._nextRemoved;return null===n?this._removalsHead=a:n._nextRemoved=a,null===a?this._removalsTail=n:a._prevRemoved=n,this._insertAfter(e,t,i),this._addToMoves(e,i),e}_moveAfter(e,t,i){return this._unlink(e),this._insertAfter(e,t,i),this._addToMoves(e,i),e}_addAfter(e,t,i){return this._insertAfter(e,t,i),this._additionsTail=null===this._additionsTail?this._additionsHead=e:this._additionsTail._nextAdded=e,e}_insertAfter(e,t,i){const n=null===t?this._itHead:t._next;return e._next=n,e._prev=t,null===n?this._itTail=e:n._prev=e,null===t?this._itHead=e:t._next=e,null===this._linkedRecords&&(this._linkedRecords=new Pu),this._linkedRecords.put(e),e.currentIndex=i,e}_remove(e){return this._addToRemovals(this._unlink(e))}_unlink(e){null!==this._linkedRecords&&this._linkedRecords.remove(e);const t=e._prev,i=e._next;return null===t?this._itHead=i:t._next=i,null===i?this._itTail=t:i._prev=t,e}_addToMoves(e,t){return e.previousIndex===t?e:(this._movesTail=null===this._movesTail?this._movesHead=e:this._movesTail._nextMoved=e,e)}_addToRemovals(e){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Pu),this._unlinkedRecords.put(e),e.currentIndex=null,e._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=e,e._prevRemoved=null):(e._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=e),e}_addIdentityChange(e,t){return e.item=t,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=e:this._identityChangesTail._nextIdentityChange=e,e}}class Iu{constructor(e,t){this.item=e,this.trackById=t,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 Fu{constructor(){this._head=null,this._tail=null}add(e){null===this._head?(this._head=this._tail=e,e._nextDup=null,e._prevDup=null):(this._tail._nextDup=e,e._prevDup=this._tail,e._nextDup=null,this._tail=e)}get(e,t){let i;for(i=this._head;null!==i;i=i._nextDup)if((null===t||t<=i.currentIndex)&&Sr(i.trackById,e))return i;return null}remove(e){const t=e._prevDup,i=e._nextDup;return null===t?this._head=i:t._nextDup=i,null===i?this._tail=t:i._prevDup=t,null===this._head}}class Pu{constructor(){this.map=new Map}put(e){const t=e.trackById;let i=this.map.get(t);i||(i=new Fu,this.map.set(t,i)),i.add(e)}get(e,t){const i=this.map.get(e);return i?i.get(e,t):null}remove(e){const t=e.trackById;return this.map.get(t).remove(e)&&this.map.delete(t),e}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function Ru(e,t,i){const n=e.previousIndex;if(null===n)return n;let a=0;return i&&n<i.length&&(a=i[n]),n+t+a}class Nu{constructor(){}supports(e){return e instanceof Map||Or(e)}create(){return new qu}}class qu{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(e){let t;for(t=this._mapHead;null!==t;t=t._next)e(t)}forEachPreviousItem(e){let t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)e(t)}forEachChangedItem(e){let t;for(t=this._changesHead;null!==t;t=t._nextChanged)e(t)}forEachAddedItem(e){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)}forEachRemovedItem(e){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)}diff(e){if(e){if(!(e instanceof Map||Or(e)))throw new Error(`Error trying to diff '${j(e)}'. Only maps and objects are allowed`)}else e=new Map;return this.check(e)?this:null}onDestroy(){}check(e){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(e,(e,i)=>{if(t&&t.key===i)this._maybeAddToChanges(t,e),this._appendAfter=t,t=t._next;else{const n=this._getOrCreateRecordForKey(i,e);t=this._insertBeforeOrAppend(t,n)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let e=t;null!==e;e=e._nextRemoved)e===this._mapHead&&(this._mapHead=null),this._records.delete(e.key),e._nextRemoved=e._next,e.previousValue=e.currentValue,e.currentValue=null,e._prev=null,e._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(e,t){if(e){const i=e._prev;return t._next=e,t._prev=i,e._prev=t,i&&(i._next=t),e===this._mapHead&&(this._mapHead=t),this._appendAfter=e,e}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(e,t){if(this._records.has(e)){const i=this._records.get(e);this._maybeAddToChanges(i,t);const n=i._prev,a=i._next;return n&&(n._next=a),a&&(a._prev=n),i._next=null,i._prev=null,i}const i=new Hu(e);return this._records.set(e,i),i.currentValue=t,this._addToAdditions(i),i}_reset(){if(this.isDirty){let e;for(this._previousMapHead=this._mapHead,e=this._previousMapHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._changesHead;null!==e;e=e._nextChanged)e.previousValue=e.currentValue;for(e=this._additionsHead;null!=e;e=e._nextAdded)e.previousValue=e.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(e,t){Sr(t,e.currentValue)||(e.previousValue=e.currentValue,e.currentValue=t,this._addToChanges(e))}_addToAdditions(e){null===this._additionsHead?this._additionsHead=this._additionsTail=e:(this._additionsTail._nextAdded=e,this._additionsTail=e)}_addToChanges(e){null===this._changesHead?this._changesHead=this._changesTail=e:(this._changesTail._nextChanged=e,this._changesTail=e)}_forEach(e,t){e instanceof Map?e.forEach(t):Object.keys(e).forEach(i=>t(e[i],i))}}class Hu{constructor(e){this.key=e,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 Bu=(()=>{class e{constructor(e){this.factories=e}static create(t,i){if(null!=i){const e=i.factories.slice();t=t.concat(e)}return new e(t)}static extend(t){return{provide:e,useFactory:i=>{if(!i)throw new Error("Cannot extend IterableDiffers without a parent injector");return e.create(t,i)},deps:[[e,new g,new p]]}}find(e){const t=this.factories.find(t=>t.supports(e));if(null!=t)return t;throw new Error(`Cannot find a differ supporting object '${e}' of type '${i=e,i.name||typeof i}'`);var i}}return e.\u0275prov=k({token:e,providedIn:"root",factory:()=>new e([new ju])}),e})(),Vu=(()=>{class e{constructor(e){this.factories=e}static create(t,i){if(i){const e=i.factories.slice();t=t.concat(e)}return new e(t)}static extend(t){return{provide:e,useFactory:i=>{if(!i)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return e.create(t,i)},deps:[[e,new g,new p]]}}find(e){const t=this.factories.find(t=>t.supports(e));if(t)return t;throw new Error(`Cannot find a differ supporting object '${e}'`)}}return e.\u0275prov=k({token:e,providedIn:"root",factory:()=>new e([new Nu])}),e})();const zu=[new Nu],Wu=new Bu([new ju]),Uu=new Vu(zu);let Gu=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>$u(e,xu),e})();const $u=function(e,t){return Fs(e,t,st(),it())};let Zu=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>Ju(e,xu),e})();const Ju=function(e,t){return Ps(e,t,st(),it())},Xu={};function Qu(e){const t=[];for(let i in e)e.hasOwnProperty(i)&&t.push({propName:e[i],templateName:i});return t}const Ku=new Q("SCHEDULER_TOKEN",{providedIn:"root",factory:()=>Kt});class ec extends vu{constructor(e,t){super(),this.componentDef=e,this.ngModule=t,this.componentType=e.type,this.selector=e.selectors.map(Xn).join(","),this.ngContentSelectors=e.ngContentSelectors?e.ngContentSelectors:[],this.isBoundToModule=!!t}get inputs(){return Qu(this.componentDef.inputs)}get outputs(){return Qu(this.componentDef.outputs)}create(e,t,i,n){const a=(n=n||this.ngModule)?function(e,t){return{get:(i,n,a)=>{const s=e.get(i,Xu,a);return s!==Xu||n===Xu?s:t.get(i,n,a)}}}(e,n.injector):e,s=a.get(Lu,Ht),r=a.get(Tu,null),o=s.createRenderer(null,this.componentDef),l=i?function(e,t,i){if(qt(e))return e.selectRootElement(t,i===Se.ShadowDom);let n="string"==typeof t?e.querySelector(t):t;return n.textContent="",n}(o,i,this.componentDef.encapsulation):ma(this.componentDef.selectors[0][0]||"div",s.createRenderer(null,this.componentDef),null),u=this.componentDef.onPush?576:528,c="string"==typeof i&&/^#root-ng-internal-isolated-\d+/.test(i),d={components:[],scheduler:Kt,clean:Ja,playerHandler:null,flags:0},m=Ma(0,-1,null,1,0,null,null,null,null,null),h=ha(null,m,d,u,null,null,s,o,r,a),p=i&&l?Eu.full:null;let f,g;wt(h,null);try{const e=function(e,t,i,n,a,s,r){const o=i[1];i[19]=e;const l=pa(o,null,0,3,null,null),u=l.mergedAttrs=t.hostAttrs;null!==u&&(Mr(l,u),null!==e&&(Bt(a,e,u),null!==l.classes&&Ts(a,e,l.classes),null!==l.styles&&Ds(a,e,l.styles)));const c=n.createRenderer(e,t);null!==e&&s&&(qt(a)?a.setAttribute(e,"ng-version",s):e.setAttribute("ng-version",s));const d=ha(i,xa(t),null,t.onPush?64:16,i[19],l,n,c,null);return o.firstCreatePass&&(di(oi(l,i),o,t.type),Aa(o,l),Ia(l,i.length,1)),Wa(i,d),i[19]=d}(l,this.componentDef,h,s,o,p);g=On(h[1],0),t&&(g.projection=t.map(e=>Array.from(e))),f=function(e,t,i,n,a){const s=i[1],r=function(e,t,i){const n=st();e.firstCreatePass&&(i.providersResolver&&i.providersResolver(i),ja(e,n,1),Fa(e,t,i));const a=gi(t,e,t.length-1,n);Nn(a,t);const s=Tn(n,t);return s&&Nn(s,t),a}(s,i,t);n.components.push(r),e[8]=r,a&&a.forEach(e=>e(r,t)),t.contentQueries&&t.contentQueries(1,r,i.length-1);const o=st();if(s.firstCreatePass&&(null!==t.hostBindings||null!==t.hostAttrs)){Ct(o.index-19);const e=i[1];Ta(e,t),Oa(e,i,t.hostVars),Ea(t,r)}return r}(e,this.componentDef,h,d,[Ql]),ga(m,h,null)}finally{Mt()}const _=new tc(this.componentType,f,Is(xu,g,h),h,g);return i&&!c||(_.hostView._tViewNode.child=g),_}}class tc extends class{}{constructor(e,t,i,n,a){super(),this.location=i,this._rootLView=n,this._tNode=a,this.destroyCbs=[],this.instance=t,this.hostView=this.changeDetectorRef=new Es(n),this.hostView._tViewNode=fa(n[1],null,-1,n),this.componentType=e}get injector(){return new yi(this._tNode,this._rootLView)}destroy(){this.destroyCbs&&(this.destroyCbs.forEach(e=>e()),this.destroyCbs=null,!this.hostView.destroyed&&this.hostView.destroy())}onDestroy(e){this.destroyCbs&&this.destroyCbs.push(e)}}const ic=void 0;var nc=["en",[["a","p"],["AM","PM"],ic],[["AM","PM"],ic,ic],[["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"]],ic,[["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"]],ic,[["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}",ic,"{1} 'at' {0}",ic],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},function(e){let t=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===i?1:5}];let ac={};function sc(e,t,i){"string"!=typeof t&&(i=t,t=e[cc.LocaleId]),t=t.toLowerCase().replace(/_/g,"-"),ac[t]=e,i&&(ac[t][cc.ExtraData]=i)}function rc(e){const t=function(e){return e.toLowerCase().replace(/_/g,"-")}(e);let i=uc(t);if(i)return i;const n=t.split("-")[0];if(i=uc(n),i)return i;if("en"===n)return nc;throw new Error(`Missing locale data for the locale "${e}".`)}function oc(e){return rc(e)[cc.CurrencyCode]||null}function lc(e){return rc(e)[cc.PluralCase]}function uc(e){return e in ac||(ac[e]=B.ng&&B.ng.common&&B.ng.common.locales&&B.ng.common.locales[e]),ac[e]}const cc=function(){var e={LocaleId:0,DayPeriodsFormat:1,DayPeriodsStandalone:2,DaysFormat:3,DaysStandalone:4,MonthsFormat:5,MonthsStandalone:6,Eras:7,FirstDayOfWeek:8,WeekendRange:9,DateFormat:10,TimeFormat:11,DateTimeFormat:12,NumberSymbols:13,NumberFormats:14,CurrencyCode:15,CurrencySymbol:16,CurrencyName:17,Currencies:18,PluralCase:19,ExtraData:20};return e[e.LocaleId]="LocaleId",e[e.DayPeriodsFormat]="DayPeriodsFormat",e[e.DayPeriodsStandalone]="DayPeriodsStandalone",e[e.DaysFormat]="DaysFormat",e[e.DaysStandalone]="DaysStandalone",e[e.MonthsFormat]="MonthsFormat",e[e.MonthsStandalone]="MonthsStandalone",e[e.Eras]="Eras",e[e.FirstDayOfWeek]="FirstDayOfWeek",e[e.WeekendRange]="WeekendRange",e[e.DateFormat]="DateFormat",e[e.TimeFormat]="TimeFormat",e[e.DateTimeFormat]="DateTimeFormat",e[e.NumberSymbols]="NumberSymbols",e[e.NumberFormats]="NumberFormats",e[e.CurrencyCode]="CurrencyCode",e[e.CurrencySymbol]="CurrencySymbol",e[e.CurrencyName]="CurrencyName",e[e.Currencies]="Currencies",e[e.PluralCase]="PluralCase",e[e.ExtraData]="ExtraData",e}(),dc=/^\s*(\ufffd\d+:?\d*\ufffd)\s*,\s*(select|plural)\s*,/,mc=/\ufffd\/?\*(\d+:\d+)\ufffd/gi,hc=/\ufffd(\/?[#*!]\d+):?\d*\ufffd/gi,pc=/\ufffd(\d+):?\d*\ufffd/gi,fc=/({\s*\ufffd\d+:?\d*\ufffd\s*,\s*\S{6}\s*,[\s\S]*})/gi,gc=/\[(\ufffd.+?\ufffd?)\]/,_c=/\[(\ufffd.+?\ufffd?)\]|(\ufffd\/?\*\d+:\d+\ufffd)/g,bc=/({\s*)(VAR_(PLURAL|SELECT)(_\d+)?)(\s*,)/g,yc=/{([A-Z0-9_]+)}/g,vc=/\ufffdI18N_EXP_(ICU(_\d+)?)\ufffd/g,wc=/\/\*/,kc=/\d+\:(\d+)/;function xc(e){if(!e)return[];let t=0;const i=[],n=[],a=/[{}]/g;let s;for(a.lastIndex=0;s=a.exec(e);){const a=s.index;if("}"==s[0]){if(i.pop(),0==i.length){const i=e.substring(t,a);dc.test(i)?n.push(Mc(i)):n.push(i),t=a+1}}else{if(0==i.length){const i=e.substring(t,a);n.push(i),t=a+1}i.push("{")}}const r=e.substring(t);return n.push(r),n}function Mc(e){const t=[],i=[];let n=1,a=0;const s=xc(e=e.replace(dc,(function(e,t,i){return n="select"===i?0:1,a=parseInt(t.substr(1),10),""})));for(let r=0;r<s.length;){let e=s[r++].trim();1===n&&(e=e.replace(/\s*(?:=)?(\w+)\s*/,"$1")),e.length&&t.push(e);const a=xc(s[r++]);t.length>i.length&&i.push(a)}return{type:n,mainBinding:a,cases:t,values:i}}function Lc(e){let t,i,n="",a=0,s=!1;for(;null!==(t=mc.exec(e));)s?t[0]===`\ufffd/*${i}\ufffd`&&(a=t.index,s=!1):(n+=e.substring(a,t.index+t[0].length),i=t[1],s=!0);return n+=e.substr(a),n}function Cc(e,t,i,n=null){const a=[null,null],s=e.split(pc);let r=0;for(let o=0;o<s.length;o++){const e=s[o];if(1&o){const t=parseInt(e,10);a.push(-1-t),r|=Oc(t)}else""!==e&&a.push(e)}return a.push(t<<2|(i?1:0)),i&&a.push(i,n),a[0]=r,a[1]=a.length-2,a}function Sc(e,t=0){let i;t|=Oc(e.mainBinding);for(let n=0;n<e.values.length;n++){const a=e.values[n];for(let e=0;e<a.length;e++){const n=a[e];if("string"==typeof n)for(;i=pc.exec(n);)t|=Oc(parseInt(i[1],10));else t=Sc(n,t)}}return t}const Dc=[];let Tc=-1;function Oc(e){return 1<<Math.min(e,31)}const Ec=[];function jc(e,t,i){const n=nt();Dc[++Tc]=e,Ao(!0),n.firstCreatePass&&null===n.data[e+19]&&function(e,t,i,n,a){const s=t.blueprint.length-19;Ac=0;const r=st(),o=ot()?r:r&&r.parent;let l=o&&o!==e[6]?o.index-19:i,u=0;Ec[u]=l;const c=[];i>0&&r!==o&&c.push(r.index<<3|0);const d=[],m=[],h=(p=function(e,t){if("number"!=typeof t)return Lc(e);{const i=e.indexOf(`:${t}\ufffd`)+2+t.toString().length,n=e.search(new RegExp(`\ufffd\\/\\*\\d+:${t}\ufffd`));return Lc(e.substring(i,n))}}(n,a),p.replace(Jc," ")).split(hc);var p;for(let f=0;f<h.length;f++){let e=h[f];if(1&f)if("/"===e.charAt(0)){if("#"===e.charAt(1)){const t=parseInt(e.substr(2),10);l=Ec[--u],c.push(t<<3|5)}}else{const t=parseInt(e.substr(1),10);c.push(t<<3|0,l<<17|1),"#"===e.charAt(0)&&(Ec[++u]=l=t)}else{const t=xc(e);for(let e=0;e<t.length;e++)if(1&e){const i=s+Ac++;c.push(aa,"",i,l<<17|1);const n=t[e],a=Sc(n);Gc(m,n,i,i);const r=m.length-1;d.push(Oc(n.mainBinding),3,-1-n.mainBinding,i<<2|2,r,a,2,i<<2|3,r)}else if(""!==t[e]){const i=t[e],n=i.match(pc),a=s+Ac++;c.push(n?"":i,a,l<<17|1),n&&_e(Cc(i,a),d)}}}Ac>0&&function(e,t,i){if(i>0&&e.firstCreatePass){for(let n=0;n<i;n++)e.blueprint.push(null),e.data.push(null),t.push(null);e.expandoInstructions?e.expandoInstructions.push(i):e.expandoStartIndex+=i}}(t,e,Ac),t.data[i+19]={vars:Ac,create:c,update:d,icus:m.length?m:null}}(it(),n,e,t,i)}let Ac;function Yc(e,t,i,n,a){const s=t.next;n||(n=i),n===i&&t!==i.child?(t.next=i.child,i.child=t):n!==i&&t!==n.next?(t.next=n.next,n.next=t):t.next=null,i!==a[6]&&(t.parent=i);let r=t.next;for(;r;)r.next===t&&(r.next=s),r=r.next;if(1===t.type)return Cs(e,a,t),t;ws(e,a,Tn(t,a),t);const o=a[t.index];return 0!==t.type&&Ue(o)&&ws(e,a,o[7],t),t}function Ic(e,t={}){let i=e;if(gc.test(e)){const e={},t=[0];i=i.replace(_c,(i,n,a)=>{const s=n||a,r=e[s]||[];if(r.length||(s.split("|").forEach(e=>{const t=e.match(kc),i=t?parseInt(t[1],10):0,n=wc.test(e);r.push([i,n,e])}),e[s]=r),!r.length)throw new Error(`i18n postprocess: unmatched placeholder - ${s}`);const o=t[t.length-1];let l=0;for(let e=0;e<r.length;e++)if(r[e][0]===o){l=e;break}const[u,c,d]=r[l];return c?t.pop():o!==u&&t.push(u),r.splice(l,1),d})}return Object.keys(t).length?(i=i.replace(bc,(e,i,n,a,s,r)=>t.hasOwnProperty(n)?`${i}${t[n]}${r}`:e),i=i.replace(yc,(e,i)=>t.hasOwnProperty(i)?t[i]:e),i=i.replace(vc,(e,i)=>{if(t.hasOwnProperty(i)){const n=t[i];if(!n.length)throw new Error(`i18n postprocess: unmatched ICU - ${e} with key: ${i}`);return n.shift()}return e}),i):i}function Fc(){const e=it();!function(e,t){const i=Dc[Tc--],n=e.data[i+19],a=st(),s=Rc(i,n.create,e,t);let r=i+1;for(;r<=a.index-19;){-1===s.indexOf(r)&&Nc(e,t,r,!0);const i=On(e,r);!i||3!==i.type&&4!==i.type||null===i.localNames||(r+=i.localNames.length>>1),r++}}(nt(),e),Ao(!1)}function Pc(e,t,i,n,a,s){const r=st();t[i+19]=a;const o=pa(e,t[6],i,n,s,null);return r&&r.next===o&&(r.next=null),o}function Rc(e,t,i,n){const a=n[11];let s=null,r=null;const o=[];for(let l=0;l<t.length;l++){const u=t[l];if("string"==typeof u){const e=rs(u,a),c=t[++l];r=s,s=Pc(i,n,c,3,e,null),o.push(c),lt()}else if("number"==typeof u)switch(7&u){case 1:const a=u>>>17;let c;c=a===e?n[6]:On(i,a),r=Yc(i,s,c,r,n);break;case 0:const d=u>>>3;o.push(d),r=s,s=On(i,d),s&&rt(s,3===s.type);break;case 5:r=s=On(i,u>>>3),rt(s,!1);break;case 4:Ra(u>>>3,t[++l],t[++l],i,n);break;default:throw new Error(`Unable to determine the type of mutate operation for "${u}"`)}else switch(u){case aa:const e=t[++l],c=t[++l],d=a.createComment(e);r=s,s=Pc(i,n,c,5,d,null),o.push(c),Nn(d,n),s.activeCaseIndex=null,lt();break;case na:const m=t[++l],h=t[++l];r=s,s=Pc(i,n,h,3,a.createElement(m),m),o.push(h);break;default:throw new Error(`Unable to determine the type of mutate operation for "${u}"`)}}return lt(),o}function Nc(e,t,i,n){const a=On(e,i),s=Dn(i,t);s&&xs(t[11],s);const r=En(t,i);if(Ue(r)){const e=r;0!==a.type&&xs(t[11],e[7])}n&&(a.flags|=64)}function qc(e,t,i){jc(e,t,i),Fc()}function Hc(e,t){!function(e,t,i,n){const a=st().index-19,s=[];for(let r=0;r<n.length;r+=2){const o=n[r],l=n[r+1].split(fc);for(let n=0;n<l.length;n++){const r=l[n];if(1&n)throw new Error("ICU expressions are not yet supported in attributes");if(""!==r)if(r.match(pc))t.firstCreatePass&&null===t.data[i+19]&&_e(Cc(r,a,o),s);else{const i=On(t,a);3===i.type&&Ra(a,o,r,t,e);const n=null!==i.inputs&&i.inputs[o];n&&ts(t,e,n,o,r)}}}t.firstCreatePass&&null===t.data[i+19]&&(t.data[i+19]=s)}(it(),nt(),e,t)}let Bc=0,Vc=0;function zc(e){return Ar(it(),pt(),e)&&(Bc|=1<<Vc),Vc++,zc}function Wc(e){if(Vc){const t=nt(),i=t.data[e+19];let n,a=null;Array.isArray(i)?n=i:(n=i.update,a=i.icus);const s=mt()-Vc-1,r=it();!function e(t,i,n,a,s,r,o=!1){let l=!1;for(let u=0;u<t.length;u++){const c=t[u],d=t[++u];if(o||c&a){let o="";for(let c=u+1;c<=u+d;c++){const u=t[c];if("string"==typeof u)o+=u;else if("number"==typeof u)if(u<0)o+=Xt(r[n-u]);else{const d=u>>>2;let m,h,p;switch(3&u){case 1:Sa(s,r,d,t[++c],o,t[++c]);break;case 0:is(r,d,o);break;case 2:if(m=t[++c],h=i[m],p=On(s,d),null!==p.activeCaseIndex){const e=h.remove[p.activeCaseIndex];for(let t=0;t<e.length;t++){const n=e[t];switch(7&n){case 3:Nc(s,r,n>>>3,!1);break;case 6:const a=On(s,e[t+1]>>>3).activeCaseIndex;null!==a&&_e(i[n>>>3].remove[a],e)}}}const u=Uc(h,o);p.activeCaseIndex=-1!==u?u:null,u>-1&&(Rc(-1,h.create[u],s,r),l=!0);break;case 3:m=t[++c],h=i[m],p=On(s,d),null!==p.activeCaseIndex&&e(h.update[p.activeCaseIndex],i,n,a,s,r,l)}}}}u+=d}}(n,a,s,Bc,t,r),Bc=0,Vc=0}}function Uc(e,t){let i=e.cases.indexOf(t);if(-1===i)switch(e.type){case 1:{const n=function(e,t){switch(lc(t)(e)){case 0:return"zero";case 1:return"one";case 2:return"two";case 3:return"few";case 4:return"many";default:return"other"}}(t,Xc);i=e.cases.indexOf(n),-1===i&&"other"!==n&&(i=e.cases.indexOf("other"));break}case 0:i=e.cases.indexOf("other")}return i}function Gc(e,t,i,n){const a=[],s=[],r=[],o=[],l=[];for(let u=0;u<t.values.length;u++){const c=t.values[u],d=[];for(let e=0;e<c.length;e++){const t=c[e];if("string"!=typeof t){const i=d.push(t)-1;c[e]=`\x3c!--\ufffd${i}\ufffd--\x3e`}}const m=$c(c.join(""),i,d,e,n);a.push(m.create),s.push(m.remove),r.push(m.update),o.push(m.vars),l.push(m.childIcus)}e.push({type:t.type,vars:o,childIcus:l,cases:t.cases,create:a,remove:s,update:r}),Ac+=Math.max(...o)}function $c(e,t,i,n,a){const s=new zi(Nt()).getInertBodyElement(e);if(!s)throw new Error("Unable to generate inert body element");const r={vars:0,childIcus:[],create:[],remove:[],update:[]};return function e(t,i,n,a,s,r){if(t){const o=[];for(;t;){const l=t.nextSibling,u=r+ ++i.vars;switch(t.nodeType){case Node.ELEMENT_NODE:const l=t,c=l.tagName.toLowerCase();if(tn.hasOwnProperty(c)){i.create.push(na,c,u,n<<17|1);const o=l.attributes;for(let e=0;e<o.length;e++){const t=o.item(e),n=t.name.toLowerCase();t.value.match(pc)?sn.hasOwnProperty(n)&&_e(nn[n]?Cc(t.value,u,t.name,Gi):an[n]?Cc(t.value,u,t.name,$i):Cc(t.value,u,t.name),i.update):i.create.push(u<<3|4,t.name,t.value)}e(t.firstChild,i,u,a,s,r),i.remove.push(u<<3|3)}else i.vars--;break;case Node.TEXT_NODE:const d=t.textContent||"",m=d.match(pc);i.create.push(m?"":d,u,n<<17|1),i.remove.push(u<<3|3),m&&_e(Cc(d,u),i.update);break;case Node.COMMENT_NODE:const h=Zc.exec(t.textContent||"");if(h){const e=parseInt(h[1],10);i.create.push(aa,"",u,n<<17|1),o.push([a[e],u])}else i.vars--;break;default:i.vars--}t=l}for(let e=0;e<o.length;e++){const t=o[e][0],n=o[e][1];Gc(s,t,n,r+i.vars);const a=s.length-1;i.vars+=Math.max(...s[a].vars),i.childIcus.push(a);const l=Sc(t);i.update.push(Oc(t.mainBinding),3,-1-t.mainBinding,n<<2|2,a,l,2,n<<2|3,a),i.remove.push(a<<3|6,n<<3|3)}}}((hn(s)||s).firstChild,r,t,i,n,a),r}const Zc=/\ufffd(\d+)\ufffd/,Jc=/\uE500/g;let Xc="en-US";function Qc(e){var t,i;i="Expected localeId to be defined",null==(t=e)&&function(e,t,i,n){throw new Error(`ASSERTION ERROR: ${e}`+` [Expected=> null != ${t} <=Actual]`)}(i,t),"string"==typeof e&&(Xc=e.toLowerCase().replace(/_/g,"-"))}const Kc=new Map,ed={provide:ku,useClass:class extends ku{constructor(e){super(),this.ngModule=e}resolveComponentFactory(e){const t=Be(e);return new ec(t,this.ngModule)}},deps:[fe]};class td extends fe{constructor(e,t){super(),this._parent=t,this._bootstrapComponents=[],this.injector=this,this.destroyCbs=[];const i=ze(e),n=e[Z]||null;n&&Qc(n),this._bootstrapComponents=ni(i.bootstrap),this._r3Injector=dr(e,t,[{provide:fe,useValue:this},ed],j(e)),this.instance=this.get(e)}get(e,t=yr.THROW_IF_NOT_FOUND,i=y.Default){return e===yr||e===fe||e===K?this:this._r3Injector.get(e,t,i)}get componentFactoryResolver(){return this.get(ku)}destroy(){const e=this._r3Injector;!e.destroyed&&e.destroy(),this.destroyCbs.forEach(e=>e()),this.destroyCbs=null}onDestroy(e){this.destroyCbs.push(e)}}class id extends ge{constructor(e){super(),this.moduleType=e,null!==ze(e)&&function e(t){if(null!==t.\u0275mod.id){const e=t.\u0275mod.id;(function(e,t,i){if(t&&t!==i)throw new Error(`Duplicate module registered for ${e} - ${j(t)} vs ${j(t.name)}`)})(e,Kc.get(e),t),Kc.set(e,t)}let i=t.\u0275mod.imports;i instanceof Function&&(i=i()),i&&i.forEach(t=>e(t))}(e)}create(e){return new td(this.moduleType,e)}}function nd(e,t,i,n){return De(()=>{const a=e,s=a.prototype?Object.getPrototypeOf(a.prototype):null,r=s&&s.constructor;null!==t&&(void 0===a.decorators||r&&r.decorators===a.decorators?a.decorators=t:a.decorators.push(...t)),null!==i&&(a.ctorParameters=i),null!==n&&(a.propDecorators=void 0===a.propDecorators||r&&r.propDecorators===a.propDecorators?n:Object.assign(Object.assign({},a.propDecorators),n))})}function ad(e,t,i){const n=dt()+e,a=it();return a[n]===Qn?Er(a,n,i?t.call(i):t()):jr(a,n)}function sd(e,t,i,n){return pd(it(),dt(),e,t,i,n)}function rd(e,t,i,n,a){return fd(it(),dt(),e,t,i,n,a)}function od(e,t,i,n,a,s){return gd(it(),dt(),e,t,i,n,a,s)}function ld(e,t,i,n,a,s,r){return _d(it(),dt(),e,t,i,n,a,s,r)}function ud(e,t,i,n,a,s,r,o){const l=dt()+e,u=it(),c=Fr(u,l,i,n,a,s);return Ar(u,l+4,r)||c?Er(u,l+5,o?t.call(o,i,n,a,s,r):t(i,n,a,s,r)):jr(u,l+5)}function cd(e,t,i,n,a,s,r,o,l){const u=dt()+e,c=it(),d=Fr(c,u,i,n,a,s);return Yr(c,u+4,r,o)||d?Er(c,u+6,l?t.call(l,i,n,a,s,r,o):t(i,n,a,s,r,o)):jr(c,u+6)}function dd(e,t,i,n,a,s,r,o,l,u){const c=dt()+e,d=it();let m=Fr(d,c,i,n,a,s);return Ir(d,c+4,r,o,l)||m?Er(d,c+7,u?t.call(u,i,n,a,s,r,o,l):t(i,n,a,s,r,o,l)):jr(d,c+7)}function md(e,t,i,n,a,s,r,o,l,u,c){const d=dt()+e,m=it(),h=Fr(m,d,i,n,a,s);return Fr(m,d+4,r,o,l,u)||h?Er(m,d+8,c?t.call(c,i,n,a,s,r,o,l,u):t(i,n,a,s,r,o,l,u)):jr(m,d+8)}function hd(e,t,i,n){return bd(it(),dt(),e,t,i,n)}function pd(e,t,i,n,a,s){const r=t+i;return Ar(e,r,a)?Er(e,r+1,s?n.call(s,a):n(a)):jr(e,r+1)}function fd(e,t,i,n,a,s,r){const o=t+i;return Yr(e,o,a,s)?Er(e,o+2,r?n.call(r,a,s):n(a,s)):jr(e,o+2)}function gd(e,t,i,n,a,s,r,o){const l=t+i;return Ir(e,l,a,s,r)?Er(e,l+3,o?n.call(o,a,s,r):n(a,s,r)):jr(e,l+3)}function _d(e,t,i,n,a,s,r,o,l){const u=t+i;return Fr(e,u,a,s,r,o)?Er(e,u+4,l?n.call(l,a,s,r,o):n(a,s,r,o)):jr(e,u+4)}function bd(e,t,i,n,a,s){let r=t+i,o=!1;for(let l=0;l<a.length;l++)Ar(e,r++,a[l])&&(o=!0);return o?Er(e,r,n.apply(s,a)):jr(e,r)}function yd(e,t){const i=nt();let n;const a=e+19;i.firstCreatePass?(n=function(e,t){if(t)for(let i=t.length-1;i>=0;i--){const n=t[i];if(e===n.name)return n}throw new Error(`The pipe '${e}' could not be found!`)}(t,i.pipeRegistry),i.data[a]=n,n.onDestroy&&(i.destroyHooks||(i.destroyHooks=[])).push(a,n.onDestroy)):n=i.data[a];const s=(n.factory||(n.factory=Ve(n.type)))();return function(e,t,i,n){const a=i+19;a>=e.data.length&&(e.data[a]=null,e.blueprint[a]=null),t[a]=n}(i,it(),e,s),s}function vd(e,t,i){const n=it(),a=En(n,e);return Cd(n,Ld(n,e)?pd(n,dt(),t,a.transform,i,a):a.transform(i))}function wd(e,t,i,n){const a=it(),s=En(a,e);return Cd(a,Ld(a,e)?fd(a,dt(),t,s.transform,i,n,s):s.transform(i,n))}function kd(e,t,i,n,a){const s=it(),r=En(s,e);return Cd(s,Ld(s,e)?gd(s,dt(),t,r.transform,i,n,a,r):r.transform(i,n,a))}function xd(e,t,i,n,a,s){const r=it(),o=En(r,e);return Cd(r,Ld(r,e)?_d(r,dt(),t,o.transform,i,n,a,s,o):o.transform(i,n,a,s))}function Md(e,t,i){const n=it(),a=En(n,e);return Cd(n,Ld(n,e)?bd(n,dt(),t,a.transform,i,a):a.transform.apply(a,i))}function Ld(e,t){return e[1].data[t+19].pure}function Cd(e,t){return Dr.isWrapped(t)&&(t=Dr.unwrap(t),e[mt()]=Qn),t}class Sd extends n.a{constructor(e=!1){super(),this.__isAsync=e}emit(e){super.next(e)}subscribe(e,t,i){let n,s=e=>null,r=()=>null;e&&"object"==typeof e?(n=this.__isAsync?t=>{setTimeout(()=>e.next(t))}:t=>{e.next(t)},e.error&&(s=this.__isAsync?t=>{setTimeout(()=>e.error(t))}:t=>{e.error(t)}),e.complete&&(r=this.__isAsync?()=>{setTimeout(()=>e.complete())}:()=>{e.complete()})):(n=this.__isAsync?t=>{setTimeout(()=>e(t))}:t=>{e(t)},t&&(s=this.__isAsync?e=>{setTimeout(()=>t(e))}:e=>{t(e)}),i&&(r=this.__isAsync?()=>{setTimeout(()=>i())}:()=>{i()}));const o=super.subscribe(n,s,r);return e instanceof a.a&&e.add(o),o}}function Dd(){return this._results[Cr()]()}class Td{constructor(){this.dirty=!0,this._results=[],this.changes=new Sd,this.length=0;const e=Cr(),t=Td.prototype;t[e]||(t[e]=Dd)}map(e){return this._results.map(e)}filter(e){return this._results.filter(e)}find(e){return this._results.find(e)}reduce(e,t){return this._results.reduce(e,t)}forEach(e){this._results.forEach(e)}some(e){return this._results.some(e)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(e){this._results=be(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]}notifyOnChanges(){this.changes.emit(this)}setDirty(){this.dirty=!0}destroy(){this.changes.complete(),this.changes.unsubscribe()}}class Od{constructor(e){this.queryList=e,this.matches=null}clone(){return new Od(this.queryList)}setDirty(){this.queryList.setDirty()}}class Ed{constructor(e=[]){this.queries=e}createEmbeddedView(e){const t=e.queries;if(null!==t){const i=null!==e.contentQueries?e.contentQueries[0]:t.length,n=[];for(let e=0;e<i;e++){const i=t.getByIndex(e);n.push(this.queries[i.indexInDeclarationView].clone())}return new Ed(n)}return null}insertView(e){this.dirtyQueriesWithMatches(e)}detachView(e){this.dirtyQueriesWithMatches(e)}dirtyQueriesWithMatches(e){for(let t=0;t<this.queries.length;t++)null!==$d(e,t).matches&&this.queries[t].setDirty()}}class jd{constructor(e,t,i,n=null){this.predicate=e,this.descendants=t,this.isStatic=i,this.read=n}}class Ad{constructor(e=[]){this.queries=e}elementStart(e,t){for(let i=0;i<this.queries.length;i++)this.queries[i].elementStart(e,t)}elementEnd(e){for(let t=0;t<this.queries.length;t++)this.queries[t].elementEnd(e)}embeddedTView(e){let t=null;for(let i=0;i<this.length;i++){const n=null!==t?t.length:0,a=this.getByIndex(i).embeddedTView(e,n);a&&(a.indexInDeclarationView=i,null!==t?t.push(a):t=[a])}return null!==t?new Ad(t):null}template(e,t){for(let i=0;i<this.queries.length;i++)this.queries[i].template(e,t)}getByIndex(e){return this.queries[e]}get length(){return this.queries.length}track(e){this.queries.push(e)}}class Yd{constructor(e,t=-1){this.metadata=e,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,this._declarationNodeIndex=t}elementStart(e,t){this.isApplyingToNode(t)&&this.matchTNode(e,t)}elementEnd(e){this._declarationNodeIndex===e.index&&(this._appliesToNextNode=!1)}template(e,t){this.elementStart(e,t)}embeddedTView(e,t){return this.isApplyingToNode(e)?(this.crossesNgTemplate=!0,this.addMatch(-e.index,t),new Yd(this.metadata)):null}isApplyingToNode(e){return this._appliesToNextNode&&!1===this.metadata.descendants?this._declarationNodeIndex===(e.parent?e.parent.index:-1):this._appliesToNextNode}matchTNode(e,t){if(Array.isArray(this.metadata.predicate)){const i=this.metadata.predicate;for(let n=0;n<i.length;n++)this.matchTNodeWithReadOption(e,t,Id(t,i[n]))}else{const i=this.metadata.predicate;i===Gu?0===t.type&&this.matchTNodeWithReadOption(e,t,-1):this.matchTNodeWithReadOption(e,t,fi(t,e,i,!1,!1))}}matchTNodeWithReadOption(e,t,i){if(null!==i){const n=this.metadata.read;if(null!==n)if(n===xu||n===Zu||n===Gu&&0===t.type)this.addMatch(t.index,-2);else{const i=fi(t,e,n,!1,!1);null!==i&&this.addMatch(t.index,i)}else this.addMatch(t.index,i)}}addMatch(e,t){null===this.matches?this.matches=[e,t]:this.matches.push(e,t)}}function Id(e,t){const i=e.localNames;if(null!==i)for(let n=0;n<i.length;n+=2)if(i[n]===t)return i[n+1];return null}function Fd(e,t,i,n){return-1===i?function(e,t){return 3===e.type||4===e.type?Is(xu,e,t):0===e.type?Fs(Gu,xu,e,t):null}(t,e):-2===i?function(e,t,i){return i===xu?Is(xu,t,e):i===Gu?Fs(Gu,xu,t,e):i===Zu?Ps(Zu,xu,t,e):void 0}(e,t,n):gi(e,e[1],i,t)}function Pd(e,t,i,n){const a=t[5].queries[n];if(null===a.matches){const n=e.data,s=i.matches,r=[];for(let e=0;e<s.length;e+=2){const a=s[e];r.push(a<0?null:Fd(t,n[a],s[e+1],i.metadata.read))}a.matches=r}return a.matches}function Rd(e){const t=it(),i=nt(),n=_t();bt(n+1);const a=$d(i,n);if(e.dirty&&Yn(t)===a.metadata.isStatic){if(null===a.matches)e.reset([]);else{const s=a.crossesNgTemplate?function e(t,i,n,a){const s=t.queries.getByIndex(n),r=s.matches;if(null!==r){const o=Pd(t,i,s,n);for(let t=0;t<r.length;t+=2){const n=r[t];if(n>0)a.push(o[t/2]);else{const s=r[t+1],o=i[-n];for(let t=9;t<o.length;t++){const i=o[t];i[17]===i[3]&&e(i[1],i,s,a)}if(null!==o[5]){const t=o[5];for(let i=0;i<t.length;i++){const n=t[i];e(n[1],n,s,a)}}}}}return a}(i,t,n,[]):Pd(i,t,a,n);e.reset(s),e.notifyOnChanges()}return!0}return!1}function Nd(e,t,i){Hd(nt(),it(),e,t,i,!0)}function qd(e,t,i){Hd(nt(),it(),e,t,i,!1)}function Hd(e,t,i,n,a,s){e.firstCreatePass&&(Gd(e,new jd(i,n,s,a),-1),s&&(e.staticViewQueries=!0)),Ud(e,t)}function Bd(e,t,i,n){zd(nt(),it(),t,i,n,!1,st(),e)}function Vd(e,t,i,n){zd(nt(),it(),t,i,n,!0,st(),e)}function zd(e,t,i,n,a,s,r,o){e.firstCreatePass&&(Gd(e,new jd(i,n,s,a),r.index),function(e,t){const i=e.contentQueries||(e.contentQueries=[]);t!==(e.contentQueries.length?i[i.length-1]:-1)&&i.push(e.queries.length-1,t)}(e,o),s&&(e.staticContentQueries=!0)),Ud(e,t)}function Wd(){return e=it(),t=_t(),e[5].queries[t].queryList;var e,t}function Ud(e,t){const i=new Td;!function(e,t,i,n){const a=Xa(t);a.push(i),e.firstCreatePass&&Qa(e).push(n,a.length-1)}(e,t,i,i.destroy),null===t[5]&&(t[5]=new Ed),t[5].queries.push(new Od(i))}function Gd(e,t,i){null===e.queries&&(e.queries=new Ad),e.queries.track(new Yd(t,i))}function $d(e,t){return e.queries.getByIndex(t)}function Zd(e,t){return Fs(Gu,xu,e,t)}function Jd(e=y.Default){const t=Rs(!0);if(null!=t||e&y.Optional)return t;throw new Error("No provider for ChangeDetectorRef!")}const Xd=(()=>({"\u0275\u0275attribute":Pr,"\u0275\u0275attributeInterpolate1":Gr,"\u0275\u0275attributeInterpolate2":$r,"\u0275\u0275attributeInterpolate3":Zr,"\u0275\u0275attributeInterpolate4":Jr,"\u0275\u0275attributeInterpolate5":Xr,"\u0275\u0275attributeInterpolate6":Qr,"\u0275\u0275attributeInterpolate7":Kr,"\u0275\u0275attributeInterpolate8":eo,"\u0275\u0275attributeInterpolateV":to,"\u0275\u0275defineComponent":je,"\u0275\u0275defineDirective":qe,"\u0275\u0275defineInjectable":k,"\u0275\u0275defineInjector":x,"\u0275\u0275defineNgModule":Pe,"\u0275\u0275definePipe":He,"\u0275\u0275directiveInject":oo,"\u0275\u0275getFactoryOf":vi,"\u0275\u0275getInheritedFactory":wi,"\u0275\u0275inject":le,"\u0275\u0275injectAttribute":lo,"\u0275\u0275invalidFactory":uo,"\u0275\u0275invalidFactoryDep":ue,"\u0275\u0275injectPipeChangeDetectorRef":Jd,"\u0275\u0275templateRefExtractor":Zd,"\u0275\u0275NgOnChangesFeature":uu,"\u0275\u0275ProvidersFeature":yu,"\u0275\u0275CopyDefinitionFeature":ou,"\u0275\u0275InheritDefinitionFeature":eu,"\u0275\u0275container":io,"\u0275\u0275nextContext":To,"\u0275\u0275containerRefreshStart":ao,"\u0275\u0275containerRefreshEnd":so,"\u0275\u0275namespaceHTML":Tt,"\u0275\u0275namespaceMathML":Dt,"\u0275\u0275namespaceSVG":St,"\u0275\u0275enableBindings":et,"\u0275\u0275disableBindings":tt,"\u0275\u0275elementStart":ho,"\u0275\u0275elementEnd":po,"\u0275\u0275element":fo,"\u0275\u0275elementContainerStart":go,"\u0275\u0275elementContainerEnd":_o,"\u0275\u0275elementContainer":bo,"\u0275\u0275pureFunction0":ad,"\u0275\u0275pureFunction1":sd,"\u0275\u0275pureFunction2":rd,"\u0275\u0275pureFunction3":od,"\u0275\u0275pureFunction4":ld,"\u0275\u0275pureFunction5":ud,"\u0275\u0275pureFunction6":cd,"\u0275\u0275pureFunction7":dd,"\u0275\u0275pureFunction8":md,"\u0275\u0275pureFunctionV":hd,"\u0275\u0275getCurrentView":wo,"\u0275\u0275restoreView":at,"\u0275\u0275listener":Mo,"\u0275\u0275projection":Yo,"\u0275\u0275updateSyntheticHostBinding":Xl,"\u0275\u0275componentHostSyntheticListener":Lo,"\u0275\u0275pipeBind1":vd,"\u0275\u0275pipeBind2":wd,"\u0275\u0275pipeBind3":kd,"\u0275\u0275pipeBind4":xd,"\u0275\u0275pipeBindV":Md,"\u0275\u0275projectionDef":Eo,"\u0275\u0275hostProperty":Jl,"\u0275\u0275property":co,"\u0275\u0275propertyInterpolate":Io,"\u0275\u0275propertyInterpolate1":Fo,"\u0275\u0275propertyInterpolate2":Po,"\u0275\u0275propertyInterpolate3":Ro,"\u0275\u0275propertyInterpolate4":No,"\u0275\u0275propertyInterpolate5":qo,"\u0275\u0275propertyInterpolate6":Ho,"\u0275\u0275propertyInterpolate7":Bo,"\u0275\u0275propertyInterpolate8":Vo,"\u0275\u0275propertyInterpolateV":zo,"\u0275\u0275pipe":yd,"\u0275\u0275queryRefresh":Rd,"\u0275\u0275viewQuery":qd,"\u0275\u0275staticViewQuery":Nd,"\u0275\u0275staticContentQuery":Vd,"\u0275\u0275loadQuery":Wd,"\u0275\u0275contentQuery":Bd,"\u0275\u0275reference":ro,"\u0275\u0275classMap":ll,"\u0275\u0275classMapInterpolate1":jl,"\u0275\u0275classMapInterpolate2":Al,"\u0275\u0275classMapInterpolate3":Yl,"\u0275\u0275classMapInterpolate4":Il,"\u0275\u0275classMapInterpolate5":Fl,"\u0275\u0275classMapInterpolate6":Pl,"\u0275\u0275classMapInterpolate7":Rl,"\u0275\u0275classMapInterpolate8":Nl,"\u0275\u0275classMapInterpolateV":ql,"\u0275\u0275styleMap":rl,"\u0275\u0275styleProp":al,"\u0275\u0275stylePropInterpolate1":Hl,"\u0275\u0275stylePropInterpolate2":Bl,"\u0275\u0275stylePropInterpolate3":Vl,"\u0275\u0275stylePropInterpolate4":zl,"\u0275\u0275stylePropInterpolate5":Wl,"\u0275\u0275stylePropInterpolate6":Ul,"\u0275\u0275stylePropInterpolate7":Gl,"\u0275\u0275stylePropInterpolate8":$l,"\u0275\u0275stylePropInterpolateV":Zl,"\u0275\u0275styleSanitizer":nl,"\u0275\u0275classProp":sl,"\u0275\u0275select":ta,"\u0275\u0275advance":ea,"\u0275\u0275template":no,"\u0275\u0275text":wl,"\u0275\u0275textInterpolate":kl,"\u0275\u0275textInterpolate1":xl,"\u0275\u0275textInterpolate2":Ml,"\u0275\u0275textInterpolate3":Ll,"\u0275\u0275textInterpolate4":Cl,"\u0275\u0275textInterpolate5":Sl,"\u0275\u0275textInterpolate6":Dl,"\u0275\u0275textInterpolate7":Tl,"\u0275\u0275textInterpolate8":Ol,"\u0275\u0275textInterpolateV":El,"\u0275\u0275embeddedViewStart":yo,"\u0275\u0275embeddedViewEnd":vo,"\u0275\u0275i18n":qc,"\u0275\u0275i18nAttributes":Hc,"\u0275\u0275i18nExp":zc,"\u0275\u0275i18nStart":jc,"\u0275\u0275i18nEnd":Fc,"\u0275\u0275i18nApply":Wc,"\u0275\u0275i18nPostprocess":Ic,"\u0275\u0275resolveWindow":ei,"\u0275\u0275resolveDocument":ti,"\u0275\u0275resolveBody":ii,"\u0275\u0275setComponentScope":Ae,"\u0275\u0275setNgModuleScope":Re,"\u0275\u0275sanitizeHtml":bn,"\u0275\u0275sanitizeStyle":yn,"\u0275\u0275defaultStyleSanitizer":Mn,"\u0275\u0275sanitizeResourceUrl":wn,"\u0275\u0275sanitizeScript":kn,"\u0275\u0275sanitizeUrl":vn,"\u0275\u0275sanitizeUrlOrResourceUrl":xn}))(),Qd=[],Kd=[];function em(e){return function(e){return void 0!==e.ngModule}(e)?e.ngModule:e}const tm=c("NgModule",e=>e,void 0,void 0,(e,t)=>im(e,t)),im=function(e,t={}){!function(e,t,i=!1){const n=be(t.declarations||Qd);let a=null;Object.defineProperty(e,$,{configurable:!0,get:()=>(null===a&&(a=z().compileNgModule(Xd,`ng:///${e.name}/\u0275mod.js`,{type:e,bootstrap:be(t.bootstrap||Qd).map(F),declarations:n.map(F),imports:be(t.imports||Qd).map(F).map(em),exports:be(t.exports||Qd).map(F).map(em),schemas:t.schemas?be(t.schemas):null,id:t.id||null}),a.schemas||(a.schemas=[])),a)});let s=null;Object.defineProperty(e,D,{get:()=>{if(null===s){const i={name:e.name,type:e,deps:Xs(e),providers:t.providers||Qd,imports:[(t.imports||Qd).map(F),(t.exports||Qd).map(F)]};s=z().compileInjector(Xd,`ng:///${e.name}/\u0275inj.js`,i)}return s},configurable:!1})}(e,t),function(e,t){Kd.push({moduleType:e,ngModule:t})}(e,t)},nm=new Q("Application Initializer");let am=(()=>{class e{constructor(e){this.appInits=e,this.initialized=!1,this.done=!1,this.donePromise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}runInitializers(){if(this.initialized)return;const e=[],t=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let i=0;i<this.appInits.length;i++){const t=this.appInits[i]();ko(t)&&e.push(t)}Promise.all(e).then(()=>{t()}).catch(e=>{this.reject(e)}),0===e.length&&t(),this.initialized=!0}}return e.\u0275fac=function(t){return new(t||e)(le(nm,8))},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();const sm=new Q("AppId"),rm={provide:sm,useFactory:function(){return`${om()}${om()}${om()}`},deps:[]};function om(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const lm=new Q("Platform Initializer"),um=new Q("Platform ID"),cm=new Q("appBootstrapListener");let dm=(()=>{class e{log(e){console.log(e)}warn(e){console.warn(e)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();const mm=new Q("LocaleId"),hm=new Q("DefaultCurrencyCode");class pm{constructor(e,t){this.ngModuleFactory=e,this.componentFactories=t}}const fm=function(e){return new id(e)},gm=fm,_m=function(e){return Promise.resolve(fm(e))},bm=function(e){const t=fm(e),i=ni(ze(e).declarations).reduce((e,t)=>{const i=Be(t);return i&&e.push(new ec(i)),e},[]);return new pm(t,i)},ym=bm,vm=function(e){return Promise.resolve(bm(e))};let wm=(()=>{class e{constructor(){this.compileModuleSync=gm,this.compileModuleAsync=_m,this.compileModuleAndAllComponentsSync=ym,this.compileModuleAndAllComponentsAsync=vm}clearCache(){}clearCacheFor(e){}getModuleId(e){}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();const km=new Q("compilerOptions"),xm=(()=>Promise.resolve(0))();function Mm(e){"undefined"==typeof Zone?xm.then(()=>{e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}class Lm{constructor({enableLongStackTrace:e=!1,shouldCoalesceEventChangeDetection:t=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Sd(!1),this.onMicrotaskEmpty=new Sd(!1),this.onStable=new Sd(!1),this.onError=new Sd(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched(),this._nesting=0,this._outer=this._inner=Zone.current,Zone.wtfZoneSpec&&(this._inner=this._inner.fork(Zone.wtfZoneSpec)),Zone.TaskTrackingZoneSpec&&(this._inner=this._inner.fork(new Zone.TaskTrackingZoneSpec)),e&&Zone.longStackTraceZoneSpec&&(this._inner=this._inner.fork(Zone.longStackTraceZoneSpec)),this.shouldCoalesceEventChangeDetection=t,this.lastRequestAnimationFrameId=-1,this.nativeRequestAnimationFrame=function(){let e=B.requestAnimationFrame,t=B.cancelAnimationFrame;if("undefined"!=typeof Zone&&e&&t){const i=e[Zone.__symbol__("OriginalDelegate")];i&&(e=i);const n=t[Zone.__symbol__("OriginalDelegate")];n&&(t=n)}return{nativeRequestAnimationFrame:e,nativeCancelAnimationFrame:t}}().nativeRequestAnimationFrame,function(e){const t=!!e.shouldCoalesceEventChangeDetection&&e.nativeRequestAnimationFrame&&(()=>{!function(e){-1===e.lastRequestAnimationFrameId&&(e.lastRequestAnimationFrameId=e.nativeRequestAnimationFrame.call(B,()=>{e.lastRequestAnimationFrameId=-1,Tm(e),Dm(e)}),Tm(e))}(e)});e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0,maybeDelayChangeDetection:t},onInvokeTask:(i,n,a,s,r,o)=>{try{return Om(e),i.invokeTask(a,s,r,o)}finally{t&&"eventTask"===s.type&&t(),Em(e)}},onInvoke:(t,i,n,a,s,r,o)=>{try{return Om(e),t.invoke(n,a,s,r,o)}finally{Em(e)}},onHasTask:(t,i,n,a)=>{t.hasTask(n,a),i===n&&("microTask"==a.change?(e._hasPendingMicrotasks=a.microTask,Tm(e),Dm(e)):"macroTask"==a.change&&(e.hasPendingMacrotasks=a.macroTask))},onHandleError:(t,i,n,a)=>(t.handleError(n,a),e.runOutsideAngular(()=>e.onError.emit(a)),!1)})}(this)}static isInAngularZone(){return!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!Lm.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(Lm.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")}run(e,t,i){return this._inner.run(e,t,i)}runTask(e,t,i,n){const a=this._inner,s=a.scheduleEventTask("NgZoneEvent: "+n,e,Sm,Cm,Cm);try{return a.runTask(s,t,i)}finally{a.cancelTask(s)}}runGuarded(e,t,i){return this._inner.runGuarded(e,t,i)}runOutsideAngular(e){return this._outer.run(e)}}function Cm(){}const Sm={};function Dm(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function Tm(e){e.hasPendingMicrotasks=!!(e._hasPendingMicrotasks||e.shouldCoalesceEventChangeDetection&&-1!==e.lastRequestAnimationFrameId)}function Om(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Em(e){e._nesting--,Dm(e)}class jm{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Sd,this.onMicrotaskEmpty=new Sd,this.onStable=new Sd,this.onError=new Sd}run(e,t,i){return e.apply(t,i)}runGuarded(e,t,i){return e.apply(t,i)}runOutsideAngular(e){return e()}runTask(e,t,i,n){return e.apply(t,i)}}let Am=(()=>{class e{constructor(e){this._ngZone=e,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),e.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:()=>{Lm.assertNotInAngularZone(),Mm(()=>{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())Mm(()=>{for(;0!==this._callbacks.length;){let e=this._callbacks.pop();clearTimeout(e.timeoutId),e.doneCb(this._didWork)}this._didWork=!1});else{let e=this.getPendingTasks();this._callbacks=this._callbacks.filter(t=>!t.updateCb||!t.updateCb(e)||(clearTimeout(t.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(e=>({source:e.source,creationLocation:e.creationLocation,data:e.data})):[]}addCallback(e,t,i){let n=-1;t&&t>0&&(n=setTimeout(()=>{this._callbacks=this._callbacks.filter(e=>e.timeoutId!==n),e(this._didWork,this.getPendingTasks())},t)),this._callbacks.push({doneCb:e,timeoutId:n,updateCb:i})}whenStable(e,t,i){if(i&&!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(e,t,i),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}findProviders(e,t,i){return[]}}return e.\u0275fac=function(t){return new(t||e)(le(Lm))},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})(),Ym=(()=>{class e{constructor(){this._applications=new Map,Rm.addToWindow(this)}registerApplication(e,t){this._applications.set(e,t)}unregisterApplication(e){this._applications.delete(e)}unregisterAllApplications(){this._applications.clear()}getTestability(e){return this._applications.get(e)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(e,t=!0){return Rm.findTestabilityInTree(this,e,t)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();class Im{addToWindow(e){}findTestabilityInTree(e,t,i){return null}}function Fm(e){Rm=e}let Pm,Rm=new Im,Nm=function(e,t,i){const n=new id(i);if(0===wr.size)return Promise.resolve(n);const a=function(e){const t=[];return e.forEach(e=>e&&t.push(...e)),t}(e.get(km,[]).concat(t).map(e=>e.providers));if(0===a.length)return Promise.resolve(n);const s=z(),r=yr.create({providers:a}).get(s.ResourceLoader);return function(e){const t=[],i=new Map;function n(e){let t=i.get(e);if(!t){const n=(e=>Promise.resolve(r.get(e)))(e);i.set(e,t=n.then(xr))}return t}return wr.forEach((e,i)=>{const a=[];e.templateUrl&&a.push(n(e.templateUrl).then(t=>{e.template=t}));const s=e.styleUrls,r=e.styles||(e.styles=[]),o=e.styles.length;s&&s.forEach((t,i)=>{r.push(""),a.push(n(t).then(n=>{r[o+i]=n,s.splice(s.indexOf(t),1),0==s.length&&(e.styleUrls=void 0)}))});const l=Promise.all(a).then(()=>function(e){kr.delete(e)}(i));t.push(l)}),wr=new Map,Promise.all(t).then(()=>{})}().then(()=>n)};const qm=new Q("AllowMultipleToken");class Hm{constructor(e,t){this.name=e,this.token=t}}function Bm(e,t,i=[]){const n=`Platform: ${t}`,a=new Q(n);return(t=[])=>{let s=Vm();if(!s||s.injector.get(qm,!1))if(e)e(i.concat(t).concat({provide:a,useValue:!0}));else{const e=i.concat(t).concat({provide:a,useValue:!0},{provide:sr,useValue:"platform"});!function(e){if(Pm&&!Pm.destroyed&&!Pm.injector.get(qm,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");Pm=e.get(zm);const t=e.get(lm,null);t&&t.forEach(e=>e())}(yr.create({providers:e,name:n}))}return function(e){const t=Vm();if(!t)throw new Error("No platform exists!");if(!t.injector.get(e,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return t}(a)}}function Vm(){return Pm&&!Pm.destroyed?Pm:null}let zm=(()=>{class e{constructor(e){this._injector=e,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(e,t){const i=function(e,t){let i;return i="noop"===e?new jm:("zone.js"===e?void 0:e)||new Lm({enableLongStackTrace:Bi(),shouldCoalesceEventChangeDetection:t}),i}(t?t.ngZone:void 0,t&&t.ngZoneEventCoalescing||!1),n=[{provide:Lm,useValue:i}];return i.run(()=>{const t=yr.create({providers:n,parent:this.injector,name:e.moduleType.name}),a=e.create(t),s=a.injector.get(Li,null);if(!s)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return a.onDestroy(()=>Gm(this._modules,a)),i.runOutsideAngular(()=>i.onError.subscribe({next:e=>{s.handleError(e)}})),function(e,t,i){try{const n=i();return ko(n)?n.catch(i=>{throw t.runOutsideAngular(()=>e.handleError(i)),i}):n}catch(n){throw t.runOutsideAngular(()=>e.handleError(n)),n}}(s,i,()=>{const e=a.injector.get(am);return e.runInitializers(),e.donePromise.then(()=>(Qc(a.injector.get(mm,"en-US")||"en-US"),this._moduleDoBootstrap(a),a))})})}bootstrapModule(e,t=[]){const i=Wm({},t);return Nm(this.injector,i,e).then(e=>this.bootstrapModuleFactory(e,i))}_moduleDoBootstrap(e){const t=e.injector.get(Um);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(e=>t.bootstrap(e));else{if(!e.instance.ngDoBootstrap)throw new Error(`The module ${j(e.instance.constructor)} was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. `+"Please define one of these.");e.instance.ngDoBootstrap(t)}this._modules.push(e)}onDestroy(e){this._destroyListeners.push(e)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(e=>e.destroy()),this._destroyListeners.forEach(e=>e()),this._destroyed=!0}get destroyed(){return this._destroyed}}return e.\u0275fac=function(t){return new(t||e)(le(yr))},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();function Wm(e,t){return Array.isArray(t)?t.reduce(Wm,e):Object.assign(Object.assign({},e),t)}let Um=(()=>{class e{constructor(e,t,i,n,a,l){this._zone=e,this._console=t,this._injector=i,this._exceptionHandler=n,this._componentFactoryResolver=a,this._initStatus=l,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=Bi(),this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const u=new s.a(e=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{e.next(this._stable),e.complete()})}),c=new s.a(e=>{let t;this._zone.runOutsideAngular(()=>{t=this._zone.onStable.subscribe(()=>{Lm.assertNotInAngularZone(),Mm(()=>{this._stable||this._zone.hasPendingMacrotasks||this._zone.hasPendingMicrotasks||(this._stable=!0,e.next(!0))})})});const i=this._zone.onUnstable.subscribe(()=>{Lm.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{e.next(!1)}))});return()=>{t.unsubscribe(),i.unsubscribe()}});this.isStable=Object(r.a)(u,c.pipe(Object(o.a)()))}bootstrap(e,t){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 i;i=e instanceof vu?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(i.componentType);const n=i.isBoundToModule?void 0:this._injector.get(fe),a=i.create(yr.NULL,[],t||i.selector,n);a.onDestroy(()=>{this._unloadComponent(a)});const s=a.injector.get(Am,null);return s&&a.injector.get(Ym).registerApplication(a.location.nativeElement,s),this._loadComponent(a),Bi()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),a}tick(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");try{this._runningTick=!0;for(let e of this._views)e.detectChanges();if(this._enforceNoNewChanges)for(let e of this._views)e.checkNoChanges()}catch(e){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(e))}finally{this._runningTick=!1}}attachView(e){const t=e;this._views.push(t),t.attachToAppRef(this)}detachView(e){const t=e;Gm(this._views,t),t.detachFromAppRef()}_loadComponent(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(cm,[]).concat(this._bootstrapListeners).forEach(t=>t(e))}_unloadComponent(e){this.detachView(e.hostView),Gm(this.components,e)}ngOnDestroy(){this._views.slice().forEach(e=>e.destroy())}get viewCount(){return this._views.length}}return e.\u0275fac=function(t){return new(t||e)(le(Lm),le(dm),le(yr),le(Li),le(ku),le(am))},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();function Gm(e,t){const i=e.indexOf(t);i>-1&&e.splice(i,1)}class $m{}class Zm{}const Jm={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"};let Xm=(()=>{class e{constructor(e,t){this._compiler=e,this._config=t||Jm}load(e){return this.loadAndCompile(e)}loadAndCompile(e){let[t,n]=e.split("#");return void 0===n&&(n="default"),i("zn8P")(t).then(e=>e[n]).then(e=>Qm(e,t,n)).then(e=>this._compiler.compileModuleAsync(e))}loadFactory(e){let[t,n]=e.split("#"),a="NgFactory";return void 0===n&&(n="default",a=""),i("zn8P")(this._config.factoryPathPrefix+t+this._config.factoryPathSuffix).then(e=>e[n+a]).then(e=>Qm(e,t,n))}}return e.\u0275fac=function(t){return new(t||e)(le(wm),le(Zm,8))},e.\u0275prov=k({token:e,factory:e.\u0275fac}),e})();function Qm(e,t,i){if(!e)throw new Error(`Cannot find '${i}' in '${t}'`);return e}class Km extends Ns{}class eh extends Km{}const th=function(e){return null},ih=Bm(null,"core",[{provide:um,useValue:"unknown"},{provide:zm,deps:[yr]},{provide:Ym,deps:[]},{provide:dm,deps:[]}]),nh=[{provide:Um,useClass:Um,deps:[Lm,dm,yr,Li,ku,am]},{provide:Ku,deps:[Lm],useFactory:function(e){let t=[];return e.onStable.subscribe(()=>{for(;t.length;)t.pop()()}),function(e){t.push(e)}}},{provide:am,useClass:am,deps:[[new p,nm]]},{provide:wm,useClass:wm,deps:[]},rm,{provide:Bu,useFactory:function(){return Wu},deps:[]},{provide:Vu,useFactory:function(){return Uu},deps:[]},{provide:mm,useFactory:function(e){return Qc(e=e||"undefined"!=typeof $localize&&$localize.locale||"en-US"),e},deps:[[new h(mm),new p,new g]]},{provide:hm,useValue:"USD"}];let ah=(()=>{class e{constructor(e){}}return e.\u0275mod=Pe({type:e}),e.\u0275inj=x({factory:function(t){return new(t||e)(le(Um))},providers:nh}),e})()},fzPg:function(e,t,i){!function(e){"use strict";e.defineLocale("yo",{months:"S\u1eb9\u0301r\u1eb9\u0301_E\u0300re\u0300le\u0300_\u1eb8r\u1eb9\u0300na\u0300_I\u0300gbe\u0301_E\u0300bibi_O\u0300ku\u0300du_Ag\u1eb9mo_O\u0300gu\u0301n_Owewe_\u1ecc\u0300wa\u0300ra\u0300_Be\u0301lu\u0301_\u1ecc\u0300p\u1eb9\u0300\u0300".split("_"),monthsShort:"S\u1eb9\u0301r_E\u0300rl_\u1eb8rn_I\u0300gb_E\u0300bi_O\u0300ku\u0300_Ag\u1eb9_O\u0300gu\u0301_Owe_\u1ecc\u0300wa\u0300_Be\u0301l_\u1ecc\u0300p\u1eb9\u0300\u0300".split("_"),weekdays:"A\u0300i\u0300ku\u0301_Aje\u0301_I\u0300s\u1eb9\u0301gun_\u1eccj\u1ecd\u0301ru\u0301_\u1eccj\u1ecd\u0301b\u1ecd_\u1eb8ti\u0300_A\u0300ba\u0301m\u1eb9\u0301ta".split("_"),weekdaysShort:"A\u0300i\u0300k_Aje\u0301_I\u0300s\u1eb9\u0301_\u1eccjr_\u1eccjb_\u1eb8ti\u0300_A\u0300ba\u0301".split("_"),weekdaysMin:"A\u0300i\u0300_Aj_I\u0300s_\u1eccr_\u1eccb_\u1eb8t_A\u0300b".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[O\u0300ni\u0300 ni] LT",nextDay:"[\u1ecc\u0300la ni] LT",nextWeek:"dddd [\u1eccs\u1eb9\u0300 to\u0301n'b\u1ecd] [ni] LT",lastDay:"[A\u0300na ni] LT",lastWeek:"dddd [\u1eccs\u1eb9\u0300 to\u0301l\u1ecd\u0301] [ni] LT",sameElse:"L"},relativeTime:{future:"ni\u0301 %s",past:"%s k\u1ecdja\u0301",s:"i\u0300s\u1eb9ju\u0301 aaya\u0301 die",ss:"aaya\u0301 %d",m:"i\u0300s\u1eb9ju\u0301 kan",mm:"i\u0300s\u1eb9ju\u0301 %d",h:"wa\u0301kati kan",hh:"wa\u0301kati %d",d:"\u1ecdj\u1ecd\u0301 kan",dd:"\u1ecdj\u1ecd\u0301 %d",M:"osu\u0300 kan",MM:"osu\u0300 %d",y:"\u1ecddu\u0301n kan",yy:"\u1ecddu\u0301n %d"},dayOfMonthOrdinalParse:/\u1ecdj\u1ecd\u0301\s\d{1,2}/,ordinal:"\u1ecdj\u1ecd\u0301 %d",week:{dow:1,doy:4}})}(i("wd/R"))},gRHU:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("2fFW"),a=i("NJ4a");const s={closed:!0,next(e){},error(e){if(n.a.useDeprecatedSynchronousErrorHandling)throw e;Object(a.a)(e)},complete(){}}},gVVK:function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a=e+" ";switch(i){case"s":return t||n?"nekaj sekund":"nekaj sekundami";case"ss":return a+(1===e?t?"sekundo":"sekundi":2===e?t||n?"sekundi":"sekundah":e<5?t||n?"sekunde":"sekundah":"sekund");case"m":return t?"ena minuta":"eno minuto";case"mm":return a+(1===e?t?"minuta":"minuto":2===e?t||n?"minuti":"minutama":e<5?t||n?"minute":"minutami":t||n?"minut":"minutami");case"h":return t?"ena ura":"eno uro";case"hh":return a+(1===e?t?"ura":"uro":2===e?t||n?"uri":"urama":e<5?t||n?"ure":"urami":t||n?"ur":"urami");case"d":return t||n?"en dan":"enim dnem";case"dd":return a+(1===e?t||n?"dan":"dnem":2===e?t||n?"dni":"dnevoma":t||n?"dni":"dnevi");case"M":return t||n?"en mesec":"enim mesecem";case"MM":return a+(1===e?t||n?"mesec":"mesecem":2===e?t||n?"meseca":"mesecema":e<5?t||n?"mesece":"meseci":t||n?"mesecev":"meseci");case"y":return t||n?"eno leto":"enim letom";case"yy":return a+(1===e?t||n?"leto":"letom":2===e?t||n?"leti":"letoma":e<5?t||n?"leta":"leti":t||n?"let":"leti")}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_\u010detrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._\u010det._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_\u010de_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[v\u010deraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prej\u0161njo] [nedeljo] [ob] LT";case 3:return"[prej\u0161njo] [sredo] [ob] LT";case 6:return"[prej\u0161njo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prej\u0161nji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"\u010dez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},gekB:function(e,t,i){!function(e){"use strict";var t="nolla yksi kaksi kolme nelj\xe4 viisi kuusi seitsem\xe4n kahdeksan yhdeks\xe4n".split(" "),i=["nolla","yhden","kahden","kolmen","nelj\xe4n","viiden","kuuden",t[7],t[8],t[9]];function n(e,n,a,s){var r="";switch(a){case"s":return s?"muutaman sekunnin":"muutama sekunti";case"ss":return s?"sekunnin":"sekuntia";case"m":return s?"minuutin":"minuutti";case"mm":r=s?"minuutin":"minuuttia";break;case"h":return s?"tunnin":"tunti";case"hh":r=s?"tunnin":"tuntia";break;case"d":return s?"p\xe4iv\xe4n":"p\xe4iv\xe4";case"dd":r=s?"p\xe4iv\xe4n":"p\xe4iv\xe4\xe4";break;case"M":return s?"kuukauden":"kuukausi";case"MM":r=s?"kuukauden":"kuukautta";break;case"y":return s?"vuoden":"vuosi";case"yy":r=s?"vuoden":"vuotta"}return function(e,n){return e<10?n?i[e]:t[e]:e}(e,s)+" "+r}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kes\xe4kuu_hein\xe4kuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kes\xe4_hein\xe4_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[t\xe4n\xe4\xe4n] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s p\xe4\xe4st\xe4",past:"%s sitten",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},gjCT:function(e,t,i){!function(e){"use strict";var t={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},i={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"};e.defineLocale("ar-sa",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a\u0648_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648_\u0623\u063a\u0633\u0637\u0633_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a\u0648_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648_\u0623\u063a\u0633\u0637\u0633_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,t,i){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,(function(e){return i[e]})).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"\u060c")},week:{dow:0,doy:6}})}(i("wd/R"))},h2q7:function(e,t,i){"use strict";i.d(t,"a",(function(){return l}));var n=i("2Vo4"),a=i("Kj3r"),s=i("/uUt"),r=i("fXoL"),o=i("pD6V");let l=(()=>{class e{constructor(e){this._mediaObserver=e,this.onMediaChange=new n.a(""),this.activeMediaQuery="",this._init()}_init(){this._mediaObserver.media$.pipe(Object(a.a)(500),Object(s.a)()).subscribe(e=>{this.activeMediaQuery!==e.mqAlias&&(this.activeMediaQuery=e.mqAlias,this.onMediaChange.next(e.mqAlias))})}}return e.\u0275fac=function(t){return new(t||e)(r.dc(o.g))},e.\u0275prov=r.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},hKrs:function(e,t,i){!function(e){"use strict";e.defineLocale("bg",{months:"\u044f\u043d\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0439_\u044e\u043d\u0438_\u044e\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438_\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438_\u043d\u043e\u0435\u043c\u0432\u0440\u0438_\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438".split("_"),monthsShort:"\u044f\u043d\u0440_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u044e\u043d\u0438_\u044e\u043b\u0438_\u0430\u0432\u0433_\u0441\u0435\u043f_\u043e\u043a\u0442_\u043d\u043e\u0435_\u0434\u0435\u043a".split("_"),weekdays:"\u043d\u0435\u0434\u0435\u043b\u044f_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u044f\u0434\u0430_\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a_\u043f\u0435\u0442\u044a\u043a_\u0441\u044a\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434_\u043f\u043e\u043d_\u0432\u0442\u043e_\u0441\u0440\u044f_\u0447\u0435\u0442_\u043f\u0435\u0442_\u0441\u044a\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u043d\u0435\u0441 \u0432] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432] LT",nextWeek:"dddd [\u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u0412 \u0438\u0437\u043c\u0438\u043d\u0430\u043b\u0430\u0442\u0430] dddd [\u0432] LT";case 1:case 2:case 4:case 5:return"[\u0412 \u0438\u0437\u043c\u0438\u043d\u0430\u043b\u0438\u044f] dddd [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0441\u043b\u0435\u0434 %s",past:"\u043f\u0440\u0435\u0434\u0438 %s",s:"\u043d\u044f\u043a\u043e\u043b\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434\u0438",m:"\u043c\u0438\u043d\u0443\u0442\u0430",mm:"%d \u043c\u0438\u043d\u0443\u0442\u0438",h:"\u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0434\u0435\u043d",dd:"%d \u0434\u043d\u0438",M:"\u043c\u0435\u0441\u0435\u0446",MM:"%d \u043c\u0435\u0441\u0435\u0446\u0430",y:"\u0433\u043e\u0434\u0438\u043d\u0430",yy:"%d \u0433\u043e\u0434\u0438\u043d\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(e){var t=e%10,i=e%100;return 0===e?e+"-\u0435\u0432":0===i?e+"-\u0435\u043d":i>10&&i<20?e+"-\u0442\u0438":1===t?e+"-\u0432\u0438":2===t?e+"-\u0440\u0438":7===t||8===t?e+"-\u043c\u0438":e+"-\u0442\u0438"},week:{dow:1,doy:7}})}(i("wd/R"))},honF:function(e,t,i){!function(e){"use strict";var t={1:"\u1041",2:"\u1042",3:"\u1043",4:"\u1044",5:"\u1045",6:"\u1046",7:"\u1047",8:"\u1048",9:"\u1049",0:"\u1040"},i={"\u1041":"1","\u1042":"2","\u1043":"3","\u1044":"4","\u1045":"5","\u1046":"6","\u1047":"7","\u1048":"8","\u1049":"9","\u1040":"0"};e.defineLocale("my",{months:"\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e_\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e_\u1019\u1010\u103a_\u1027\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u1007\u1030\u101c\u102d\u102f\u1004\u103a_\u101e\u103c\u1002\u102f\u1010\u103a_\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c_\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c_\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c_\u1012\u102e\u1007\u1004\u103a\u1018\u102c".split("_"),monthsShort:"\u1007\u1014\u103a_\u1016\u1031_\u1019\u1010\u103a_\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u101c\u102d\u102f\u1004\u103a_\u101e\u103c_\u1005\u1000\u103a_\u1021\u1031\u102c\u1000\u103a_\u1014\u102d\u102f_\u1012\u102e".split("_"),weekdays:"\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031_\u1010\u1014\u1004\u103a\u1039\u101c\u102c_\u1021\u1004\u103a\u1039\u1002\u102b_\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038_\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038_\u101e\u1031\u102c\u1000\u103c\u102c_\u1005\u1014\u1031".split("_"),weekdaysShort:"\u1014\u103d\u1031_\u101c\u102c_\u1002\u102b_\u101f\u1030\u1038_\u1000\u103c\u102c_\u101e\u1031\u102c_\u1014\u1031".split("_"),weekdaysMin:"\u1014\u103d\u1031_\u101c\u102c_\u1002\u102b_\u101f\u1030\u1038_\u1000\u103c\u102c_\u101e\u1031\u102c_\u1014\u1031".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u101a\u1014\u1031.] LT [\u1019\u103e\u102c]",nextDay:"[\u1019\u1014\u1000\u103a\u1016\u103c\u1014\u103a] LT [\u1019\u103e\u102c]",nextWeek:"dddd LT [\u1019\u103e\u102c]",lastDay:"[\u1019\u1014\u1031.\u1000] LT [\u1019\u103e\u102c]",lastWeek:"[\u1015\u103c\u102e\u1038\u1001\u1032\u1037\u101e\u1031\u102c] dddd LT [\u1019\u103e\u102c]",sameElse:"L"},relativeTime:{future:"\u101c\u102c\u1019\u100a\u103a\u1037 %s \u1019\u103e\u102c",past:"\u101c\u103d\u1014\u103a\u1001\u1032\u1037\u101e\u1031\u102c %s \u1000",s:"\u1005\u1000\u1039\u1000\u1014\u103a.\u1021\u1014\u100a\u103a\u1038\u1004\u101a\u103a",ss:"%d \u1005\u1000\u1039\u1000\u1014\u1037\u103a",m:"\u1010\u1005\u103a\u1019\u102d\u1014\u1005\u103a",mm:"%d \u1019\u102d\u1014\u1005\u103a",h:"\u1010\u1005\u103a\u1014\u102c\u101b\u102e",hh:"%d \u1014\u102c\u101b\u102e",d:"\u1010\u1005\u103a\u101b\u1000\u103a",dd:"%d \u101b\u1000\u103a",M:"\u1010\u1005\u103a\u101c",MM:"%d \u101c",y:"\u1010\u1005\u103a\u1014\u103e\u1005\u103a",yy:"%d \u1014\u103e\u1005\u103a"},preparse:function(e){return e.replace(/[\u1041\u1042\u1043\u1044\u1045\u1046\u1047\u1048\u1049\u1040]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(i("wd/R"))},iEDd:function(e,t,i){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xu\xf1o_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xu\xf1._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_m\xe9rcores_xoves_venres_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._m\xe9r._xov._ven._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_m\xe9_xo_ve_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"\xe1s":"\xe1")+"] LT"},nextDay:function(){return"[ma\xf1\xe1 "+(1!==this.hours()?"\xe1s":"\xe1")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"\xe1s":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"\xe1":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"\xe1s":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},iYuL:function(e,t,i){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),i="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}})}(i("wd/R"))},itXk:function(e,t,i){"use strict";i.d(t,"a",(function(){return u}));var n=i("z+Ro"),a=i("DH7j"),s=i("l7GE"),r=i("ZUHj"),o=i("yCtX");const l={};function u(...e){let t=null,i=null;return Object(n.a)(e[e.length-1])&&(i=e.pop()),"function"==typeof e[e.length-1]&&(t=e.pop()),1===e.length&&Object(a.a)(e[0])&&(e=e[0]),Object(o.a)(e,i).lift(new c(t))}class c{constructor(e){this.resultSelector=e}call(e,t){return t.subscribe(new d(e,this.resultSelector))}}class d extends s.a{constructor(e,t){super(e),this.resultSelector=t,this.active=0,this.values=[],this.observables=[]}_next(e){this.values.push(l),this.observables.push(e)}_complete(){const e=this.observables,t=e.length;if(0===t)this.destination.complete();else{this.active=t,this.toRespond=t;for(let i=0;i<t;i++){const t=e[i];this.add(Object(r.a)(this,t,t,i))}}}notifyComplete(e){0==(this.active-=1)&&this.destination.complete()}notifyNext(e,t,i,n,a){const s=this.values,r=this.toRespond?s[i]===l?--this.toRespond:this.toRespond:0;s[i]=t,0===r&&(this.resultSelector?this._tryResultSelector(s):this.destination.next(s.slice()))}_tryResultSelector(e){let t;try{t=this.resultSelector.apply(this,e)}catch(i){return void this.destination.error(i)}this.destination.next(t)}}},jTIq:function(e,t,i){"use strict";i.d(t,"a",(function(){return O}));var n=i("XNiG"),a=i("VRyK"),s=i("1G5W"),r=i("fXoL"),o=i("K9xE"),l=i("ofXK"),u=i("tyNb"),c=i("sYmb"),d=i("NFeN");function m(e,t){1&e&&r.Vb(0)}const h=function(e){return[e]},p=function(){return["active","accent"]},f=function(e){return{exact:e}};function g(e,t){if(1&e&&(r.Zb(0,"a",7),r.Lc(1,m,1,0,"ng-container",8),r.Yb()),2&e){r.lc();const e=r.zc(7),t=r.lc();r.rc("ngClass",t.item.classes)("routerLink",r.vc(6,h,t.item.url))("routerLinkActive",r.uc(8,p))("routerLinkActiveOptions",r.vc(9,f,t.item.exactMatch||!1))("target",t.item.openInNewTab?"_blank":"_self"),r.Fb(1),r.rc("ngTemplateOutlet",e)}}function _(e,t){1&e&&r.Vb(0)}function b(e,t){if(1&e&&(r.Zb(0,"a",9),r.Lc(1,_,1,0,"ng-container",8),r.Yb()),2&e){r.lc();const e=r.zc(7),t=r.lc();r.rc("ngClass",t.item.classes)("href",t.item.url,r.Fc)("target",t.item.openInNewTab?"_blank":"_self"),r.Fb(1),r.rc("ngTemplateOutlet",e)}}function y(e,t){1&e&&r.Vb(0)}function v(e,t){if(1&e){const e=r.ac();r.Zb(0,"span",10),r.hc("click",(function(t){return r.Dc(e),r.lc(2).item.function()})),r.Lc(1,y,1,0,"ng-container",8),r.Yb()}if(2&e){r.lc();const e=r.zc(7),t=r.lc();r.rc("ngClass",t.item.classes),r.Fb(1),r.rc("ngTemplateOutlet",e)}}function w(e,t){1&e&&r.Vb(0)}function k(e,t){if(1&e){const e=r.ac();r.Zb(0,"a",11),r.hc("click",(function(t){return r.Dc(e),r.lc(2).item.function()})),r.Lc(1,w,1,0,"ng-container",8),r.Yb()}if(2&e){r.lc();const e=r.zc(7),t=r.lc();r.rc("ngClass",t.item.classes)("routerLink",r.vc(6,h,t.item.url))("routerLinkActive",r.uc(8,p))("routerLinkActiveOptions",r.vc(9,f,t.item.exactMatch||!1))("target",t.item.openInNewTab?"_blank":"_self"),r.Fb(1),r.rc("ngTemplateOutlet",e)}}function x(e,t){1&e&&r.Vb(0)}function M(e,t){if(1&e){const e=r.ac();r.Zb(0,"a",12),r.hc("click",(function(t){return r.Dc(e),r.lc(2).item.function()})),r.Lc(1,x,1,0,"ng-container",8),r.Yb()}if(2&e){r.lc();const e=r.zc(7),t=r.lc();r.rc("ngClass",t.item.classes)("href",t.item.url,r.Fc)("target",t.item.openInNewTab?"_blank":"_self"),r.Fb(1),r.rc("ngTemplateOutlet",e)}}function L(e,t){if(1&e&&(r.Zb(0,"mat-icon",16),r.Nc(1),r.Yb()),2&e){const e=r.lc(3);r.Fb(1),r.Oc(e.item.icon)}}const C=function(e,t){return{"background-color":e,color:t}};function S(e,t){if(1&e&&(r.Zb(0,"span",17),r.Nc(1),r.mc(2,"translate"),r.Yb()),2&e){const e=r.lc(3);r.rc("translate",e.item.badge.translate)("ngStyle",r.wc(5,C,e.item.badge.bg,e.item.badge.fg)),r.Fb(1),r.Pc(" ",r.nc(2,3,e.item.badge.translate)||e.item.badge.title," ")}}function D(e,t){if(1&e&&(r.Lc(0,L,2,1,"mat-icon",13),r.Zb(1,"span",14),r.Nc(2),r.mc(3,"translate"),r.Yb(),r.Lc(4,S,3,8,"span",15)),2&e){const e=r.lc(2);r.rc("ngIf",e.item.icon),r.Fb(1),r.rc("translate",e.item.translate),r.Fb(1),r.Oc(r.nc(3,4,e.item.translate)||e.item.title),r.Fb(2),r.rc("ngIf",e.item.badge)}}function T(e,t){if(1&e&&(r.Xb(0),r.Lc(1,g,2,11,"a",1),r.Lc(2,b,2,4,"a",2),r.Lc(3,v,2,2,"span",3),r.Lc(4,k,2,11,"a",4),r.Lc(5,M,2,4,"a",5),r.Lc(6,D,5,6,"ng-template",null,6,r.Mc),r.Wb()),2&e){const e=r.lc();r.Fb(1),r.rc("ngIf",e.item.url&&!e.item.externalUrl&&!e.item.function),r.Fb(1),r.rc("ngIf",e.item.url&&e.item.externalUrl&&!e.item.function),r.Fb(1),r.rc("ngIf",!e.item.url&&e.item.function),r.Fb(1),r.rc("ngIf",e.item.url&&!e.item.externalUrl&&e.item.function),r.Fb(1),r.rc("ngIf",e.item.url&&e.item.externalUrl&&e.item.function)}}let O=(()=>{class e{constructor(e,t){this._changeDetectorRef=e,this._fuseNavigationService=t,this.classes="nav-item",this._unsubscribeAll=new n.a}ngOnInit(){Object(a.a)(this._fuseNavigationService.onNavigationItemAdded,this._fuseNavigationService.onNavigationItemUpdated,this._fuseNavigationService.onNavigationItemRemoved).pipe(Object(s.a)(this._unsubscribeAll)).subscribe(()=>{this._changeDetectorRef.markForCheck()})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(r.Tb(r.h),r.Tb(o.a))},e.\u0275cmp=r.Nb({type:e,selectors:[["fuse-nav-vertical-item"]],hostVars:2,hostBindings:function(e,t){2&e&&r.Hb(t.classes)},inputs:{item:"item"},decls:1,vars:1,consts:[[4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target",4,"ngIf"],["class","nav-link",3,"ngClass","href","target",4,"ngIf"],["class","nav-link",3,"ngClass","click",4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target","click",4,"ngIf"],["class","nav-link",3,"ngClass","href","target","click",4,"ngIf"],["itemContent",""],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target"],[4,"ngTemplateOutlet"],[1,"nav-link",3,"ngClass","href","target"],[1,"nav-link",3,"ngClass","click"],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target","click"],[1,"nav-link",3,"ngClass","href","target","click"],["class","nav-link-icon",4,"ngIf"],[1,"nav-link-title",3,"translate"],["class","nav-link-badge",3,"translate","ngStyle",4,"ngIf"],[1,"nav-link-icon"],[1,"nav-link-badge",3,"translate","ngStyle"]],template:function(e,t){1&e&&r.Lc(0,T,8,5,"ng-container",0),2&e&&r.rc("ngIf",!t.item.hidden)},directives:[l.t,u.j,l.q,u.i,l.A,c.a,d.a,l.w],pipes:[c.c],styles:[".folded:not(.unfolded)   [_nghost-%COMP%]   .nav-link[_ngcontent-%COMP%] > .nav-link-badge[_ngcontent-%COMP%], .folded:not(.unfolded)   [_nghost-%COMP%]   .nav-link[_ngcontent-%COMP%] > .nav-link-title[_ngcontent-%COMP%]{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}"]}),e})()},jUeY:function(e,t,i){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2_\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2_\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2_\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2_\u039c\u03ac\u03b9\u03bf\u03c2_\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2_\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2_\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2_\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2_\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2_\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2_\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2".split("_"),monthsGenitiveEl:"\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5_\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5_\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5_\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5_\u039c\u03b1\u0390\u03bf\u03c5_\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5_\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5_\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5_\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5_\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5_\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5_\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"\u0399\u03b1\u03bd_\u03a6\u03b5\u03b2_\u039c\u03b1\u03c1_\u0391\u03c0\u03c1_\u039c\u03b1\u03ca_\u0399\u03bf\u03c5\u03bd_\u0399\u03bf\u03c5\u03bb_\u0391\u03c5\u03b3_\u03a3\u03b5\u03c0_\u039f\u03ba\u03c4_\u039d\u03bf\u03b5_\u0394\u03b5\u03ba".split("_"),weekdays:"\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae_\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1_\u03a4\u03c1\u03af\u03c4\u03b7_\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7_\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7_\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae_\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf".split("_"),weekdaysShort:"\u039a\u03c5\u03c1_\u0394\u03b5\u03c5_\u03a4\u03c1\u03b9_\u03a4\u03b5\u03c4_\u03a0\u03b5\u03bc_\u03a0\u03b1\u03c1_\u03a3\u03b1\u03b2".split("_"),weekdaysMin:"\u039a\u03c5_\u0394\u03b5_\u03a4\u03c1_\u03a4\u03b5_\u03a0\u03b5_\u03a0\u03b1_\u03a3\u03b1".split("_"),meridiem:function(e,t,i){return e>11?i?"\u03bc\u03bc":"\u039c\u039c":i?"\u03c0\u03bc":"\u03a0\u039c"},isPM:function(e){return"\u03bc"===(e+"").toLowerCase()[0]},meridiemParse:/[\u03a0\u039c]\.?\u039c?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1 {}] LT",nextDay:"[\u0391\u03cd\u03c1\u03b9\u03bf {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[\u03a7\u03b8\u03b5\u03c2 {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[\u03c4\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf] dddd [{}] LT";default:return"[\u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var i,n=this._calendarEl[e],a=t&&t.hours();return((i=n)instanceof Function||"[object Function]"===Object.prototype.toString.call(i))&&(n=n.apply(t)),n.replace("{}",a%12==1?"\u03c3\u03c4\u03b7":"\u03c3\u03c4\u03b9\u03c2")},relativeTime:{future:"\u03c3\u03b5 %s",past:"%s \u03c0\u03c1\u03b9\u03bd",s:"\u03bb\u03af\u03b3\u03b1 \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1",ss:"%d \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1",m:"\u03ad\u03bd\u03b1 \u03bb\u03b5\u03c0\u03c4\u03cc",mm:"%d \u03bb\u03b5\u03c0\u03c4\u03ac",h:"\u03bc\u03af\u03b1 \u03ce\u03c1\u03b1",hh:"%d \u03ce\u03c1\u03b5\u03c2",d:"\u03bc\u03af\u03b1 \u03bc\u03ad\u03c1\u03b1",dd:"%d \u03bc\u03ad\u03c1\u03b5\u03c2",M:"\u03ad\u03bd\u03b1\u03c2 \u03bc\u03ae\u03bd\u03b1\u03c2",MM:"%d \u03bc\u03ae\u03bd\u03b5\u03c2",y:"\u03ad\u03bd\u03b1\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2",yy:"%d \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1"},dayOfMonthOrdinalParse:/\d{1,2}\u03b7/,ordinal:"%d\u03b7",week:{dow:1,doy:4}})}(i("wd/R"))},jVdC:function(e,t,i){!function(e){"use strict";var t="stycze\u0144_luty_marzec_kwiecie\u0144_maj_czerwiec_lipiec_sierpie\u0144_wrzesie\u0144_pa\u017adziernik_listopad_grudzie\u0144".split("_"),i="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrze\u015bnia_pa\u017adziernika_listopada_grudnia".split("_");function n(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function a(e,t,i){var a=e+" ";switch(i){case"ss":return a+(n(e)?"sekundy":"sekund");case"m":return t?"minuta":"minut\u0119";case"mm":return a+(n(e)?"minuty":"minut");case"h":return t?"godzina":"godzin\u0119";case"hh":return a+(n(e)?"godziny":"godzin");case"MM":return a+(n(e)?"miesi\u0105ce":"miesi\u0119cy");case"yy":return a+(n(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,n){return e?""===n?"("+i[e.month()]+"|"+t[e.month()]+")":/D MMMM/.test(n)?i[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_pa\u017a_lis_gru".split("_"),weekdays:"niedziela_poniedzia\u0142ek_wtorek_\u015broda_czwartek_pi\u0105tek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_\u015br_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_\u015ar_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dzi\u015b o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedziel\u0119 o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W \u015brod\u0119 o] LT";case 6:return"[W sobot\u0119 o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zesz\u0142\u0105 niedziel\u0119 o] LT";case 3:return"[W zesz\u0142\u0105 \u015brod\u0119 o] LT";case 6:return"[W zesz\u0142\u0105 sobot\u0119 o] LT";default:return"[W zesz\u0142y] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:a,m:a,mm:a,h:a,hh:a,d:"1 dzie\u0144",dd:"%d dni",M:"miesi\u0105c",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},jZKg:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("HDdC"),a=i("quSY");function s(e,t){return new n.a(i=>{const n=new a.a;let s=0;return n.add(t.schedule((function(){s!==e.length?(i.next(e[s++]),i.closed||n.add(this.schedule())):i.complete()}))),n})}},jfSC:function(e,t,i){!function(e){"use strict";var t={1:"\u06f1",2:"\u06f2",3:"\u06f3",4:"\u06f4",5:"\u06f5",6:"\u06f6",7:"\u06f7",8:"\u06f8",9:"\u06f9",0:"\u06f0"},i={"\u06f1":"1","\u06f2":"2","\u06f3":"3","\u06f4":"4","\u06f5":"5","\u06f6":"6","\u06f7":"7","\u06f8":"8","\u06f9":"9","\u06f0":"0"};e.defineLocale("fa",{months:"\u0698\u0627\u0646\u0648\u06cc\u0647_\u0641\u0648\u0631\u06cc\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06cc\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06cc\u0647_\u0627\u0648\u062a_\u0633\u067e\u062a\u0627\u0645\u0628\u0631_\u0627\u06a9\u062a\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062f\u0633\u0627\u0645\u0628\u0631".split("_"),monthsShort:"\u0698\u0627\u0646\u0648\u06cc\u0647_\u0641\u0648\u0631\u06cc\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06cc\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06cc\u0647_\u0627\u0648\u062a_\u0633\u067e\u062a\u0627\u0645\u0628\u0631_\u0627\u06a9\u062a\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062f\u0633\u0627\u0645\u0628\u0631".split("_"),weekdays:"\u06cc\u06a9\u200c\u0634\u0646\u0628\u0647_\u062f\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200c\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067e\u0646\u062c\u200c\u0634\u0646\u0628\u0647_\u062c\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysShort:"\u06cc\u06a9\u200c\u0634\u0646\u0628\u0647_\u062f\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200c\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067e\u0646\u062c\u200c\u0634\u0646\u0628\u0647_\u062c\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysMin:"\u06cc_\u062f_\u0633_\u0686_\u067e_\u062c_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631|\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/,isPM:function(e){return/\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/.test(e)},meridiem:function(e,t,i){return e<12?"\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631":"\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631"},calendar:{sameDay:"[\u0627\u0645\u0631\u0648\u0632 \u0633\u0627\u0639\u062a] LT",nextDay:"[\u0641\u0631\u062f\u0627 \u0633\u0627\u0639\u062a] LT",nextWeek:"dddd [\u0633\u0627\u0639\u062a] LT",lastDay:"[\u062f\u06cc\u0631\u0648\u0632 \u0633\u0627\u0639\u062a] LT",lastWeek:"dddd [\u067e\u06cc\u0634] [\u0633\u0627\u0639\u062a] LT",sameElse:"L"},relativeTime:{future:"\u062f\u0631 %s",past:"%s \u067e\u06cc\u0634",s:"\u0686\u0646\u062f \u062b\u0627\u0646\u06cc\u0647",ss:"\u062b\u0627\u0646\u06cc\u0647 d%",m:"\u06cc\u06a9 \u062f\u0642\u06cc\u0642\u0647",mm:"%d \u062f\u0642\u06cc\u0642\u0647",h:"\u06cc\u06a9 \u0633\u0627\u0639\u062a",hh:"%d \u0633\u0627\u0639\u062a",d:"\u06cc\u06a9 \u0631\u0648\u0632",dd:"%d \u0631\u0648\u0632",M:"\u06cc\u06a9 \u0645\u0627\u0647",MM:"%d \u0645\u0627\u0647",y:"\u06cc\u06a9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(e){return e.replace(/[\u06f0-\u06f9]/g,(function(e){return i[e]})).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"\u060c")},dayOfMonthOrdinalParse:/\d{1,2}\u0645/,ordinal:"%d\u0645",week:{dow:6,doy:12}})}(i("wd/R"))},jhN1:function(e,t,i){"use strict";i.d(t,"a",(function(){return R})),i.d(t,"b",(function(){return j})),i.d(t,"c",(function(){return C})),i.d(t,"d",(function(){return F})),i.d(t,"e",(function(){return w}));var n=i("ofXK"),a=i("fXoL");class s extends n.L{constructor(){super()}supportsDOMEvents(){return!0}}class r extends s{static makeCurrent(){Object(n.P)(new r)}getProperty(e,t){return e[t]}log(e){window.console&&window.console.log&&window.console.log(e)}logGroup(e){window.console&&window.console.group&&window.console.group(e)}logGroupEnd(){window.console&&window.console.groupEnd&&window.console.groupEnd()}onAndCancel(e,t,i){return e.addEventListener(t,i,!1),()=>{e.removeEventListener(t,i,!1)}}dispatchEvent(e,t){e.dispatchEvent(t)}remove(e){return e.parentNode&&e.parentNode.removeChild(e),e}getValue(e){return e.value}createElement(e,t){return(t=t||this.getDefaultDocument()).createElement(e)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(e){return e.nodeType===Node.ELEMENT_NODE}isShadowRoot(e){return e instanceof DocumentFragment}getGlobalEventTarget(e,t){return"window"===t?window:"document"===t?e:"body"===t?e.body:null}getHistory(){return window.history}getLocation(){return window.location}getBaseHref(e){const t=l||(l=document.querySelector("base"),l)?l.getAttribute("href"):null;return null==t?null:(i=t,o||(o=document.createElement("a")),o.setAttribute("href",i),"/"===o.pathname.charAt(0)?o.pathname:"/"+o.pathname);var i}resetBaseElement(){l=null}getUserAgent(){return window.navigator.userAgent}performanceNow(){return window.performance&&window.performance.now?window.performance.now():(new Date).getTime()}supportsCookies(){return!0}getCookie(e){return Object(n.O)(document.cookie,e)}}let o,l=null;const u=new a.s("TRANSITION_ID"),c=[{provide:a.d,useFactory:function(e,t,i){return()=>{i.get(a.e).donePromise.then(()=>{const i=Object(n.N)();Array.prototype.slice.apply(t.querySelectorAll("style[ng-transition]")).filter(t=>t.getAttribute("ng-transition")===e).forEach(e=>i.remove(e))})}},deps:[u,n.e,a.t],multi:!0}];class d{static init(){Object(a.ab)(new d)}addToWindow(e){a.sb.getAngularTestability=(t,i=!0)=>{const n=e.findTestabilityInTree(t,i);if(null==n)throw new Error("Could not find testability for element.");return n},a.sb.getAllAngularTestabilities=()=>e.getAllTestabilities(),a.sb.getAllAngularRootElements=()=>e.getAllRootElements(),a.sb.frameworkStabilizers||(a.sb.frameworkStabilizers=[]),a.sb.frameworkStabilizers.push(e=>{const t=a.sb.getAllAngularTestabilities();let i=t.length,n=!1;const s=function(t){n=n||t,i--,0==i&&e(n)};t.forEach((function(e){e.whenStable(s)}))})}findTestabilityInTree(e,t,i){if(null==t)return null;const a=e.getTestability(t);return null!=a?a:i?Object(n.N)().isShadowRoot(t)?this.findTestabilityInTree(e,t.host,!0):this.findTestabilityInTree(e,t.parentElement,!0):null}}const m=new a.s("EventManagerPlugins");let h=(()=>{class e{constructor(e,t){this._zone=t,this._eventNameToPlugin=new Map,e.forEach(e=>e.manager=this),this._plugins=e.slice().reverse()}addEventListener(e,t,i){return this._findPluginFor(t).addEventListener(e,t,i)}addGlobalEventListener(e,t,i){return this._findPluginFor(t).addGlobalEventListener(e,t,i)}getZone(){return this._zone}_findPluginFor(e){const t=this._eventNameToPlugin.get(e);if(t)return t;const i=this._plugins;for(let n=0;n<i.length;n++){const t=i[n];if(t.supports(e))return this._eventNameToPlugin.set(e,t),t}throw new Error(`No event manager plugin found for event ${e}`)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(m),a.dc(a.C))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})();class p{constructor(e){this._doc=e}addGlobalEventListener(e,t,i){const a=Object(n.N)().getGlobalEventTarget(this._doc,e);if(!a)throw new Error(`Unsupported event target ${a} for event ${t}`);return this.addEventListener(a,t,i)}}let f=(()=>{class e{constructor(){this._stylesSet=new Set}addStyles(e){const t=new Set;e.forEach(e=>{this._stylesSet.has(e)||(this._stylesSet.add(e),t.add(e))}),this.onStylesAdded(t)}onStylesAdded(e){}getAllStyles(){return Array.from(this._stylesSet)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})(),g=(()=>{class e extends f{constructor(e){super(),this._doc=e,this._hostNodes=new Set,this._styleNodes=new Set,this._hostNodes.add(e.head)}_addStylesToHost(e,t){e.forEach(e=>{const i=this._doc.createElement("style");i.textContent=e,this._styleNodes.add(t.appendChild(i))})}addHost(e){this._addStylesToHost(this._stylesSet,e),this._hostNodes.add(e)}removeHost(e){this._hostNodes.delete(e)}onStylesAdded(e){this._hostNodes.forEach(t=>this._addStylesToHost(e,t))}ngOnDestroy(){this._styleNodes.forEach(e=>Object(n.N)().remove(e))}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.e))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})();const _={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/"},b=/%COMP%/g;function y(e,t,i){for(let n=0;n<t.length;n++){let a=t[n];Array.isArray(a)?y(e,a,i):(a=a.replace(b,e),i.push(a))}return i}function v(e){return t=>{if("__ngUnwrap__"===t)return e;!1===e(t)&&(t.preventDefault(),t.returnValue=!1)}}let w=(()=>{class e{constructor(e,t,i){this.eventManager=e,this.sharedStylesHost=t,this.appId=i,this.rendererByCompId=new Map,this.defaultRenderer=new k(e)}createRenderer(e,t){if(!e||!t)return this.defaultRenderer;switch(t.encapsulation){case a.S.Emulated:{let i=this.rendererByCompId.get(t.id);return i||(i=new x(this.eventManager,this.sharedStylesHost,t,this.appId),this.rendererByCompId.set(t.id,i)),i.applyToHost(e),i}case a.S.Native:case a.S.ShadowDom:return new M(this.eventManager,this.sharedStylesHost,e,t);default:if(!this.rendererByCompId.has(t.id)){const e=y(t.id,t.styles,[]);this.sharedStylesHost.addStyles(e),this.rendererByCompId.set(t.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}return e.\u0275fac=function(t){return new(t||e)(a.dc(h),a.dc(g),a.dc(a.c))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})();class k{constructor(e){this.eventManager=e,this.data=Object.create(null)}destroy(){}createElement(e,t){return t?document.createElementNS(_[t]||t,e):document.createElement(e)}createComment(e){return document.createComment(e)}createText(e){return document.createTextNode(e)}appendChild(e,t){e.appendChild(t)}insertBefore(e,t,i){e&&e.insertBefore(t,i)}removeChild(e,t){e&&e.removeChild(t)}selectRootElement(e,t){let i="string"==typeof e?document.querySelector(e):e;if(!i)throw new Error(`The selector "${e}" did not match any elements`);return t||(i.textContent=""),i}parentNode(e){return e.parentNode}nextSibling(e){return e.nextSibling}setAttribute(e,t,i,n){if(n){t=n+":"+t;const a=_[n];a?e.setAttributeNS(a,t,i):e.setAttribute(t,i)}else e.setAttribute(t,i)}removeAttribute(e,t,i){if(i){const n=_[i];n?e.removeAttributeNS(n,t):e.removeAttribute(`${i}:${t}`)}else e.removeAttribute(t)}addClass(e,t){e.classList.add(t)}removeClass(e,t){e.classList.remove(t)}setStyle(e,t,i,n){n&a.J.DashCase?e.style.setProperty(t,i,n&a.J.Important?"important":""):e.style[t]=i}removeStyle(e,t,i){i&a.J.DashCase?e.style.removeProperty(t):e.style[t]=""}setProperty(e,t,i){e[t]=i}setValue(e,t){e.nodeValue=t}listen(e,t,i){return"string"==typeof e?this.eventManager.addGlobalEventListener(e,t,v(i)):this.eventManager.addEventListener(e,t,v(i))}}class x extends k{constructor(e,t,i,n){super(e),this.component=i;const a=y(n+"-"+i.id,i.styles,[]);t.addStyles(a),this.contentAttr="_ngcontent-%COMP%".replace(b,n+"-"+i.id),this.hostAttr=function(e){return"_nghost-%COMP%".replace(b,e)}(n+"-"+i.id)}applyToHost(e){super.setAttribute(e,this.hostAttr,"")}createElement(e,t){const i=super.createElement(e,t);return super.setAttribute(i,this.contentAttr,""),i}}class M extends k{constructor(e,t,i,n){super(e),this.sharedStylesHost=t,this.hostEl=i,this.component=n,this.shadowRoot=n.encapsulation===a.S.ShadowDom?i.attachShadow({mode:"open"}):i.createShadowRoot(),this.sharedStylesHost.addHost(this.shadowRoot);const s=y(n.id,n.styles,[]);for(let a=0;a<s.length;a++){const e=document.createElement("style");e.textContent=s[a],this.shadowRoot.appendChild(e)}}nodeOrShadowRoot(e){return e===this.hostEl?this.shadowRoot:e}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}appendChild(e,t){return super.appendChild(this.nodeOrShadowRoot(e),t)}insertBefore(e,t,i){return super.insertBefore(this.nodeOrShadowRoot(e),t,i)}removeChild(e,t){return super.removeChild(this.nodeOrShadowRoot(e),t)}parentNode(e){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(e)))}}let L=(()=>{class e extends p{constructor(e){super(e)}supports(e){return!0}addEventListener(e,t,i){return e.addEventListener(t,i,!1),()=>this.removeEventListener(e,t,i)}removeEventListener(e,t,i){return e.removeEventListener(t,i)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.e))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})(),C=(()=>{class e{constructor(){this.events=[],this.overrides={}}buildHammer(e){const t=new Hammer(e,this.options);t.get("pinch").set({enable:!0}),t.get("rotate").set({enable:!0});for(const i in this.overrides)t.get(i).set(this.overrides[i]);return t}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})();const S=["alt","control","meta","shift"],D={"\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"},T={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"},O={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};let E=(()=>{class e extends p{constructor(e){super(e)}supports(t){return null!=e.parseEventName(t)}addEventListener(t,i,a){const s=e.parseEventName(i),r=e.eventCallback(s.fullKey,a,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Object(n.N)().onAndCancel(t,s.domEventName,r))}static parseEventName(t){const i=t.toLowerCase().split("."),n=i.shift();if(0===i.length||"keydown"!==n&&"keyup"!==n)return null;const a=e._normalizeKey(i.pop());let s="";if(S.forEach(e=>{const t=i.indexOf(e);t>-1&&(i.splice(t,1),s+=e+".")}),s+=a,0!=i.length||0===a.length)return null;const r={};return r.domEventName=n,r.fullKey=s,r}static getEventFullKey(e){let t="",i=function(e){let t=e.key;if(null==t){if(t=e.keyIdentifier,null==t)return"Unidentified";t.startsWith("U+")&&(t=String.fromCharCode(parseInt(t.substring(2),16)),3===e.location&&T.hasOwnProperty(t)&&(t=T[t]))}return D[t]||t}(e);return i=i.toLowerCase()," "===i?i="space":"."===i&&(i="dot"),S.forEach(n=>{n!=i&&(0,O[n])(e)&&(t+=n+".")}),t+=i,t}static eventCallback(t,i,n){return a=>{e.getEventFullKey(a)===t&&n.runGuarded(()=>i(a))}}static _normalizeKey(e){switch(e){case"esc":return"escape";default:return e}}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.e))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})(),j=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(a.Pb)({factory:function(){return Object(a.dc)(Y)},token:e,providedIn:"root"}),e})();function A(e){return new Y(e.get(n.e))}let Y=(()=>{class e extends j{constructor(e){super(),this._doc=e}sanitize(e,t){if(null==t)return null;switch(e){case a.L.NONE:return t;case a.L.HTML:return Object(a.hb)(t,"HTML")?Object(a.Bb)(t):Object(a.eb)(this._doc,String(t));case a.L.STYLE:return Object(a.hb)(t,"Style")?Object(a.Bb)(t):Object(a.fb)(t);case a.L.SCRIPT:if(Object(a.hb)(t,"Script"))return Object(a.Bb)(t);throw new Error("unsafe value used in a script context");case a.L.URL:return Object(a.rb)(t),Object(a.hb)(t,"URL")?Object(a.Bb)(t):Object(a.gb)(String(t));case a.L.RESOURCE_URL:if(Object(a.hb)(t,"ResourceURL"))return Object(a.Bb)(t);throw new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${e} (see http://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(e){return Object(a.ib)(e)}bypassSecurityTrustStyle(e){return Object(a.lb)(e)}bypassSecurityTrustScript(e){return Object(a.kb)(e)}bypassSecurityTrustUrl(e){return Object(a.mb)(e)}bypassSecurityTrustResourceUrl(e){return Object(a.jb)(e)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.e))},e.\u0275prov=Object(a.Pb)({factory:function(){return A(Object(a.dc)(a.p))},token:e,providedIn:"root"}),e})();const I=[{provide:a.E,useValue:n.M},{provide:a.F,useValue:function(){r.makeCurrent(),d.init()},multi:!0},{provide:n.e,useFactory:function(){return Object(a.zb)(document),document},deps:[]}],F=Object(a.U)(a.Z,"browser",I),P=[[],{provide:a.cb,useValue:"root"},{provide:a.n,useFactory:function(){return new a.n},deps:[]},{provide:m,useClass:L,multi:!0,deps:[n.e,a.C,a.E]},{provide:m,useClass:E,multi:!0,deps:[n.e]},[],{provide:w,useClass:w,deps:[h,g,a.c]},{provide:a.I,useExisting:w},{provide:f,useExisting:g},{provide:g,useClass:g,deps:[n.e]},{provide:a.P,useClass:a.P,deps:[a.C]},{provide:h,useClass:h,deps:[m,a.C]},[]];let R=(()=>{class e{constructor(e){if(e)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(t){return{ngModule:e,providers:[{provide:a.c,useValue:t.appId},{provide:u,useExisting:a.c},c]}}}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)(a.dc(e,12))},providers:P,imports:[n.c,a.f]}),e})();"undefined"!=typeof window&&window},jnO4:function(e,t,i){!function(e){"use strict";var t={1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"},i={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]},s=function(e){return function(t,i,s,r){var o=n(t),l=a[e][n(t)];return 2===o&&(l=l[i?0:1]),l.replace(/%d/i,t)}},r=["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"];e.defineLocale("ar",{months:r,monthsShort:r,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,t,i){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:s("s"),ss:s("s"),m:s("m"),mm:s("m"),h:s("h"),hh:s("h"),d:s("d"),dd:s("d"),M:s("M"),MM:s("M"),y:s("y"),yy:s("y")},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,(function(e){return i[e]})).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"\u060c")},week:{dow:6,doy:12}})}(i("wd/R"))},jtHE:function(e,t,i){"use strict";var n=i("XNiG"),a=i("3N8a");class s extends a.a{constructor(e,t){super(e,t),this.scheduler=e,this.work=t}schedule(e,t=0){return t>0?super.schedule(e,t):(this.delay=t,this.state=e,this.scheduler.flush(this),this)}execute(e,t){return t>0||this.closed?super.execute(e,t):this._execute(e,t)}requestAsyncId(e,t,i=0){return null!==i&&i>0||null===i&&this.delay>0?super.requestAsyncId(e,t,i):e.flush(this)}}var r=i("IjjT");class o extends r.a{}const l=new o(s);var u=i("quSY"),c=i("7o/Q"),d=i("WMd4");class m extends c.a{constructor(e,t,i=0){super(e),this.scheduler=t,this.delay=i}static dispatch(e){const{notification:t,destination:i}=e;t.observe(i),this.unsubscribe()}scheduleMessage(e){this.destination.add(this.scheduler.schedule(m.dispatch,this.delay,new h(e,this.destination)))}_next(e){this.scheduleMessage(d.a.createNext(e))}_error(e){this.scheduleMessage(d.a.createError(e)),this.unsubscribe()}_complete(){this.scheduleMessage(d.a.createComplete()),this.unsubscribe()}}class h{constructor(e,t){this.notification=e,this.destination=t}}var p=i("9ppp"),f=i("Ylt2");i.d(t,"a",(function(){return g}));class g extends n.a{constructor(e=Number.POSITIVE_INFINITY,t=Number.POSITIVE_INFINITY,i){super(),this.scheduler=i,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=e<1?1:e,this._windowTime=t<1?1:t,t===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(e){const t=this._events;t.push(e),t.length>this._bufferSize&&t.shift(),super.next(e)}nextTimeWindow(e){this._events.push(new _(this._getNow(),e)),this._trimBufferThenGetEvents(),super.next(e)}_subscribe(e){const t=this._infiniteTimeWindow,i=t?this._events:this._trimBufferThenGetEvents(),n=this.scheduler,a=i.length;let s;if(this.closed)throw new p.a;if(this.isStopped||this.hasError?s=u.a.EMPTY:(this.observers.push(e),s=new f.a(this,e)),n&&e.add(e=new m(e,n)),t)for(let r=0;r<a&&!e.closed;r++)e.next(i[r]);else for(let r=0;r<a&&!e.closed;r++)e.next(i[r].value);return this.hasError?e.error(this.thrownError):this.isStopped&&e.complete(),s}_getNow(){return(this.scheduler||l).now()}_trimBufferThenGetEvents(){const e=this._getNow(),t=this._bufferSize,i=this._windowTime,n=this._events,a=n.length;let s=0;for(;s<a&&!(e-n[s].time<i);)s++;return a>t&&(s=Math.max(s,a-t)),s>0&&n.splice(0,s),n}}class _{constructor(e,t){this.time=e,this.value=t}}},kEOa:function(e,t,i){!function(e){"use strict";var t={1:"\u09e7",2:"\u09e8",3:"\u09e9",4:"\u09ea",5:"\u09eb",6:"\u09ec",7:"\u09ed",8:"\u09ee",9:"\u09ef",0:"\u09e6"},i={"\u09e7":"1","\u09e8":"2","\u09e9":"3","\u09ea":"4","\u09eb":"5","\u09ec":"6","\u09ed":"7","\u09ee":"8","\u09ef":"9","\u09e6":"0"};e.defineLocale("bn",{months:"\u099c\u09be\u09a8\u09c1\u09df\u09be\u09b0\u09c0_\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09df\u09be\u09b0\u09bf_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0\u09bf\u09b2_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2\u09be\u0987_\u0986\u0997\u09b8\u09cd\u099f_\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0_\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0_\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0_\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0".split("_"),monthsShort:"\u099c\u09be\u09a8\u09c1_\u09ab\u09c7\u09ac_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2_\u0986\u0997_\u09b8\u09c7\u09aa\u09cd\u099f_\u0985\u0995\u09cd\u099f\u09cb_\u09a8\u09ad\u09c7_\u09a1\u09bf\u09b8\u09c7".split("_"),weekdays:"\u09b0\u09ac\u09bf\u09ac\u09be\u09b0_\u09b8\u09cb\u09ae\u09ac\u09be\u09b0_\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0_\u09ac\u09c1\u09a7\u09ac\u09be\u09b0_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0_\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0_\u09b6\u09a8\u09bf\u09ac\u09be\u09b0".split("_"),weekdaysShort:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997\u09b2_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),weekdaysMin:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9\u0983_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),longDateFormat:{LT:"A h:mm \u09b8\u09ae\u09df",LTS:"A h:mm:ss \u09b8\u09ae\u09df",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u09b8\u09ae\u09df",LLLL:"dddd, D MMMM YYYY, A h:mm \u09b8\u09ae\u09df"},calendar:{sameDay:"[\u0986\u099c] LT",nextDay:"[\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2] LT",nextWeek:"dddd, LT",lastDay:"[\u0997\u09a4\u0995\u09be\u09b2] LT",lastWeek:"[\u0997\u09a4] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u09aa\u09b0\u09c7",past:"%s \u0986\u0997\u09c7",s:"\u0995\u09df\u09c7\u0995 \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",ss:"%d \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",m:"\u098f\u0995 \u09ae\u09bf\u09a8\u09bf\u099f",mm:"%d \u09ae\u09bf\u09a8\u09bf\u099f",h:"\u098f\u0995 \u0998\u09a8\u09cd\u099f\u09be",hh:"%d \u0998\u09a8\u09cd\u099f\u09be",d:"\u098f\u0995 \u09a6\u09bf\u09a8",dd:"%d \u09a6\u09bf\u09a8",M:"\u098f\u0995 \u09ae\u09be\u09b8",MM:"%d \u09ae\u09be\u09b8",y:"\u098f\u0995 \u09ac\u099b\u09b0",yy:"%d \u09ac\u099b\u09b0"},preparse:function(e){return e.replace(/[\u09e7\u09e8\u09e9\u09ea\u09eb\u09ec\u09ed\u09ee\u09ef\u09e6]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/\u09b0\u09be\u09a4|\u09b8\u0995\u09be\u09b2|\u09a6\u09c1\u09aa\u09c1\u09b0|\u09ac\u09bf\u0995\u09be\u09b2|\u09b0\u09be\u09a4/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u09b0\u09be\u09a4"===t&&e>=4||"\u09a6\u09c1\u09aa\u09c1\u09b0"===t&&e<5||"\u09ac\u09bf\u0995\u09be\u09b2"===t?e+12:e},meridiem:function(e,t,i){return e<4?"\u09b0\u09be\u09a4":e<10?"\u09b8\u0995\u09be\u09b2":e<17?"\u09a6\u09c1\u09aa\u09c1\u09b0":e<20?"\u09ac\u09bf\u0995\u09be\u09b2":"\u09b0\u09be\u09a4"},week:{dow:0,doy:6}})}(i("wd/R"))},kJWO:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=(()=>"function"==typeof Symbol&&Symbol.observable||"@@observable")()},kOpN:function(e,t,i){!function(e){"use strict";e.defineLocale("zh-tw",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,t){return 12===e&&(e=0),"\u51cc\u6668"===t||"\u65e9\u4e0a"===t||"\u4e0a\u5348"===t?e:"\u4e2d\u5348"===t?e>=11?e:e+12:"\u4e0b\u5348"===t||"\u665a\u4e0a"===t?e+12:void 0},meridiem:function(e,t,i){var n=100*e+t;return n<600?"\u51cc\u6668":n<900?"\u65e9\u4e0a":n<1130?"\u4e0a\u5348":n<1230?"\u4e2d\u5348":n<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929] LT",nextDay:"[\u660e\u5929] LT",nextWeek:"[\u4e0b]dddd LT",lastDay:"[\u6628\u5929] LT",lastWeek:"[\u4e0a]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u9031";default:return e}},relativeTime:{future:"%s\u5167",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}})}(i("wd/R"))},kmnG:function(e,t,i){"use strict";i.d(t,"a",(function(){return F})),i.d(t,"b",(function(){return J})),i.d(t,"c",(function(){return R})),i.d(t,"d",(function(){return X})),i.d(t,"e",(function(){return H})),i.d(t,"f",(function(){return B})),i.d(t,"g",(function(){return W}));var n=i("ofXK"),a=i("fXoL"),s=i("GU7r"),r=i("8LU1"),o=i("FKr1"),l=i("XNiG"),u=i("VRyK"),c=i("xgIS"),d=i("JX91"),m=i("1G5W"),h=i("IzEk"),p=i("R0Ic"),f=i("R1ws"),g=i("cH1L"),_=i("nLfN");const b=["underline"],y=["connectionContainer"],v=["inputContainer"],w=["label"];function k(e,t){1&e&&(a.Xb(0),a.Zb(1,"div",14),a.Ub(2,"div",15),a.Ub(3,"div",16),a.Ub(4,"div",17),a.Yb(),a.Zb(5,"div",18),a.Ub(6,"div",15),a.Ub(7,"div",16),a.Ub(8,"div",17),a.Yb(),a.Wb())}function x(e,t){1&e&&(a.Zb(0,"div",19),a.pc(1,1),a.Yb())}function M(e,t){if(1&e&&(a.Xb(0),a.pc(1,2),a.Zb(2,"span"),a.Nc(3),a.Yb(),a.Wb()),2&e){const e=a.lc(2);a.Fb(3),a.Oc(e._control.placeholder)}}function L(e,t){1&e&&a.pc(0,3,["*ngSwitchCase","true"])}function C(e,t){1&e&&(a.Zb(0,"span",23),a.Nc(1," *"),a.Yb())}function S(e,t){if(1&e){const e=a.ac();a.Zb(0,"label",20,21),a.hc("cdkObserveContent",(function(t){return a.Dc(e),a.lc().updateOutlineGap()})),a.Lc(2,M,4,1,"ng-container",12),a.Lc(3,L,1,0,void 0,12),a.Lc(4,C,2,0,"span",22),a.Yb()}if(2&e){const e=a.lc();a.Jb("mat-empty",e._control.empty&&!e._shouldAlwaysFloat)("mat-form-field-empty",e._control.empty&&!e._shouldAlwaysFloat)("mat-accent","accent"==e.color)("mat-warn","warn"==e.color),a.rc("cdkObserveContentDisabled","outline"!=e.appearance)("id",e._labelId)("ngSwitch",e._hasLabel()),a.Gb("for",e._control.id)("aria-owns",e._control.id),a.Fb(2),a.rc("ngSwitchCase",!1),a.Fb(1),a.rc("ngSwitchCase",!0),a.Fb(1),a.rc("ngIf",!e.hideRequiredMarker&&e._control.required&&!e._control.disabled)}}function D(e,t){1&e&&(a.Zb(0,"div",24),a.pc(1,4),a.Yb())}function T(e,t){if(1&e&&(a.Zb(0,"div",25,26),a.Ub(2,"span",27),a.Yb()),2&e){const e=a.lc();a.Fb(2),a.Jb("mat-accent","accent"==e.color)("mat-warn","warn"==e.color)}}function O(e,t){if(1&e&&(a.Zb(0,"div"),a.pc(1,5),a.Yb()),2&e){const e=a.lc();a.rc("@transitionMessages",e._subscriptAnimationState)}}function E(e,t){if(1&e&&(a.Zb(0,"div",31),a.Nc(1),a.Yb()),2&e){const e=a.lc(2);a.rc("id",e._hintLabelId),a.Fb(1),a.Oc(e.hintLabel)}}function j(e,t){if(1&e&&(a.Zb(0,"div",28),a.Lc(1,E,2,2,"div",29),a.pc(2,6),a.Ub(3,"div",30),a.pc(4,7),a.Yb()),2&e){const e=a.lc();a.rc("@transitionMessages",e._subscriptAnimationState),a.Fb(1),a.rc("ngIf",e.hintLabel)}}const A=["*",[["","matPrefix",""]],[["mat-placeholder"]],[["mat-label"]],[["","matSuffix",""]],[["mat-error"]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],Y=["*","[matPrefix]","mat-placeholder","mat-label","[matSuffix]","mat-error","mat-hint:not([align='end'])","mat-hint[align='end']"];let I=0,F=(()=>{class e{constructor(){this.id=`mat-error-${I++}`}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["mat-error"]],hostAttrs:["role","alert",1,"mat-error"],hostVars:1,hostBindings:function(e,t){2&e&&a.Gb("id",t.id)},inputs:{id:"id"}}),e})();const P={transitionMessages:Object(p.n)("transitionMessages",[Object(p.k)("enter",Object(p.l)({opacity:1,transform:"translateY(0%)"})),Object(p.m)("void => enter",[Object(p.l)({opacity:0,transform:"translateY(-100%)"}),Object(p.e)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let R=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e}),e})();function N(e){return Error(`A hint was already declared for 'align="${e}"'.`)}let q=0,H=(()=>{class e{constructor(){this.align="start",this.id=`mat-hint-${q++}`}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["mat-hint"]],hostAttrs:[1,"mat-hint"],hostVars:4,hostBindings:function(e,t){2&e&&(a.Gb("id",t.id)("align",null),a.Jb("mat-right","end"==t.align))},inputs:{align:"align",id:"id"}}),e})(),B=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["mat-label"]]}),e})(),V=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["mat-placeholder"]]}),e})(),z=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["","matPrefix",""]]}),e})(),W=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=a.Ob({type:e,selectors:[["","matSuffix",""]]}),e})(),U=0;class G{constructor(e){this._elementRef=e}}const $=Object(o.u)(G,"primary"),Z=new a.s("MAT_FORM_FIELD_DEFAULT_OPTIONS");let J=(()=>{class e extends ${constructor(e,t,i,n,a,s,r,o){super(e),this._elementRef=e,this._changeDetectorRef=t,this._dir=n,this._defaults=a,this._platform=s,this._ngZone=r,this._outlineGapCalculationNeededImmediately=!1,this._outlineGapCalculationNeededOnStable=!1,this._destroyed=new l.a,this._showAlwaysAnimate=!1,this._subscriptAnimationState="",this._hintLabel="",this._hintLabelId=`mat-hint-${U++}`,this._labelId=`mat-form-field-label-${U++}`,this._labelOptions=i||{},this.floatLabel=this._labelOptions.float||"auto",this._animationsEnabled="NoopAnimations"!==o,this.appearance=a&&a.appearance?a.appearance:"legacy",this._hideRequiredMarker=!(!a||null==a.hideRequiredMarker)&&a.hideRequiredMarker}get appearance(){return this._appearance}set appearance(e){const t=this._appearance;this._appearance=e||this._defaults&&this._defaults.appearance||"legacy","outline"===this._appearance&&t!==e&&(this._outlineGapCalculationNeededOnStable=!0)}get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(e){this._hideRequiredMarker=Object(r.c)(e)}get _shouldAlwaysFloat(){return"always"===this.floatLabel&&!this._showAlwaysAnimate}get _canLabelFloat(){return"never"!==this.floatLabel}get hintLabel(){return this._hintLabel}set hintLabel(e){this._hintLabel=e,this._processHints()}get floatLabel(){return"legacy"!==this.appearance&&"never"===this._floatLabel?"auto":this._floatLabel}set floatLabel(e){e!==this._floatLabel&&(this._floatLabel=e||this._labelOptions.float||"auto",this._changeDetectorRef.markForCheck())}get _control(){return this._explicitFormFieldControl||this._controlNonStatic||this._controlStatic}set _control(e){this._explicitFormFieldControl=e}get _labelChild(){return this._labelChildNonStatic||this._labelChildStatic}getConnectedOverlayOrigin(){return this._connectionContainerRef||this._elementRef}ngAfterContentInit(){this._validateControlChild();const e=this._control;e.controlType&&this._elementRef.nativeElement.classList.add(`mat-form-field-type-${e.controlType}`),e.stateChanges.pipe(Object(d.a)(null)).subscribe(()=>{this._validatePlaceholders(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),e.ngControl&&e.ngControl.valueChanges&&e.ngControl.valueChanges.pipe(Object(m.a)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.asObservable().pipe(Object(m.a)(this._destroyed)).subscribe(()=>{this._outlineGapCalculationNeededOnStable&&this.updateOutlineGap()})}),Object(u.a)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._outlineGapCalculationNeededOnStable=!0,this._changeDetectorRef.markForCheck()}),this._hintChildren.changes.pipe(Object(d.a)(null)).subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.pipe(Object(d.a)(null)).subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._dir&&this._dir.change.pipe(Object(m.a)(this._destroyed)).subscribe(()=>{"function"==typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this.updateOutlineGap())}):this.updateOutlineGap()})}ngAfterContentChecked(){this._validateControlChild(),this._outlineGapCalculationNeededImmediately&&this.updateOutlineGap()}ngAfterViewInit(){this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_shouldForward(e){const t=this._control?this._control.ngControl:null;return t&&t[e]}_hasPlaceholder(){return!!(this._control&&this._control.placeholder||this._placeholderChild)}_hasLabel(){return!!this._labelChild}_shouldLabelFloat(){return this._canLabelFloat&&(this._control.shouldLabelFloat||this._shouldAlwaysFloat)}_hideControlPlaceholder(){return"legacy"===this.appearance&&!this._hasLabel()||this._hasLabel()&&!this._shouldLabelFloat()}_hasFloatingLabel(){return this._hasLabel()||"legacy"===this.appearance&&this._hasPlaceholder()}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_animateAndLockLabel(){this._hasFloatingLabel()&&this._canLabelFloat&&(this._animationsEnabled&&(this._showAlwaysAnimate=!0,Object(c.a)(this._label.nativeElement,"transitionend").pipe(Object(h.a)(1)).subscribe(()=>{this._showAlwaysAnimate=!1})),this.floatLabel="always",this._changeDetectorRef.markForCheck())}_validatePlaceholders(){if(this._control.placeholder&&this._placeholderChild)throw Error("Placeholder attribute and child element were both specified.")}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){if(this._hintChildren){let e,t;this._hintChildren.forEach(i=>{if("start"===i.align){if(e||this.hintLabel)throw N("start");e=i}else if("end"===i.align){if(t)throw N("end");t=i}})}}_syncDescribedByIds(){if(this._control){let e=[];if("hint"===this._getDisplayedMessages()){const t=this._hintChildren?this._hintChildren.find(e=>"start"===e.align):null,i=this._hintChildren?this._hintChildren.find(e=>"end"===e.align):null;t?e.push(t.id):this._hintLabel&&e.push(this._hintLabelId),i&&e.push(i.id)}else this._errorChildren&&(e=this._errorChildren.map(e=>e.id));this._control.setDescribedByIds(e)}}_validateControlChild(){if(!this._control)throw Error("mat-form-field must contain a MatFormFieldControl.")}updateOutlineGap(){const e=this._label?this._label.nativeElement:null;if("outline"!==this.appearance||!e||!e.children.length||!e.textContent.trim())return;if(!this._platform.isBrowser)return;if(!this._isAttachedToDOM())return void(this._outlineGapCalculationNeededImmediately=!0);let t=0,i=0;const n=this._connectionContainerRef.nativeElement,a=n.querySelectorAll(".mat-form-field-outline-start"),s=n.querySelectorAll(".mat-form-field-outline-gap");if(this._label&&this._label.nativeElement.children.length){const a=n.getBoundingClientRect();if(0===a.width&&0===a.height)return this._outlineGapCalculationNeededOnStable=!0,void(this._outlineGapCalculationNeededImmediately=!1);const s=this._getStartEnd(a),r=this._getStartEnd(e.children[0].getBoundingClientRect());let o=0;for(const t of e.children)o+=t.offsetWidth;t=r-s-5,i=o>0?.75*o+10:0}for(let r=0;r<a.length;r++)a[r].style.width=`${t}px`;for(let r=0;r<s.length;r++)s[r].style.width=`${i}px`;this._outlineGapCalculationNeededOnStable=this._outlineGapCalculationNeededImmediately=!1}_getStartEnd(e){return this._dir&&"rtl"===this._dir.value?e.right:e.left}_isAttachedToDOM(){const e=this._elementRef.nativeElement;if(e.getRootNode){const t=e.getRootNode();return t&&t!==e}return document.documentElement.contains(e)}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(a.h),a.Tb(o.e,8),a.Tb(g.c,8),a.Tb(Z,8),a.Tb(_.a),a.Tb(a.C),a.Tb(f.a,8))},e.\u0275cmp=a.Nb({type:e,selectors:[["mat-form-field"]],contentQueries:function(e,t,i){var n;1&e&&(a.Lb(i,R,!0),a.Ic(i,R,!0),a.Lb(i,B,!0),a.Ic(i,B,!0),a.Lb(i,V,!0),a.Lb(i,F,!0),a.Lb(i,H,!0),a.Lb(i,z,!0),a.Lb(i,W,!0)),2&e&&(a.yc(n=a.ic())&&(t._controlNonStatic=n.first),a.yc(n=a.ic())&&(t._controlStatic=n.first),a.yc(n=a.ic())&&(t._labelChildNonStatic=n.first),a.yc(n=a.ic())&&(t._labelChildStatic=n.first),a.yc(n=a.ic())&&(t._placeholderChild=n.first),a.yc(n=a.ic())&&(t._errorChildren=n),a.yc(n=a.ic())&&(t._hintChildren=n),a.yc(n=a.ic())&&(t._prefixChildren=n),a.yc(n=a.ic())&&(t._suffixChildren=n))},viewQuery:function(e,t){var i;1&e&&(a.Tc(b,!0),a.Jc(y,!0),a.Tc(v,!0),a.Tc(w,!0)),2&e&&(a.yc(i=a.ic())&&(t.underlineRef=i.first),a.yc(i=a.ic())&&(t._connectionContainerRef=i.first),a.yc(i=a.ic())&&(t._inputContainerRef=i.first),a.yc(i=a.ic())&&(t._label=i.first))},hostAttrs:[1,"mat-form-field"],hostVars:44,hostBindings:function(e,t){2&e&&a.Jb("mat-form-field-appearance-standard","standard"==t.appearance)("mat-form-field-appearance-fill","fill"==t.appearance)("mat-form-field-appearance-outline","outline"==t.appearance)("mat-form-field-appearance-legacy","legacy"==t.appearance)("mat-form-field-invalid",t._control.errorState)("mat-form-field-can-float",t._canLabelFloat)("mat-form-field-should-float",t._shouldLabelFloat())("mat-form-field-has-label",t._hasFloatingLabel())("mat-form-field-hide-placeholder",t._hideControlPlaceholder())("mat-form-field-disabled",t._control.disabled)("mat-form-field-autofilled",t._control.autofilled)("mat-focused",t._control.focused)("mat-accent","accent"==t.color)("mat-warn","warn"==t.color)("ng-untouched",t._shouldForward("untouched"))("ng-touched",t._shouldForward("touched"))("ng-pristine",t._shouldForward("pristine"))("ng-dirty",t._shouldForward("dirty"))("ng-valid",t._shouldForward("valid"))("ng-invalid",t._shouldForward("invalid"))("ng-pending",t._shouldForward("pending"))("_mat-animation-noopable",!t._animationsEnabled)},inputs:{color:"color",floatLabel:"floatLabel",appearance:"appearance",hideRequiredMarker:"hideRequiredMarker",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[a.Cb],ngContentSelectors:Y,decls:15,vars:8,consts:[[1,"mat-form-field-wrapper"],[1,"mat-form-field-flex",3,"click"],["connectionContainer",""],[4,"ngIf"],["class","mat-form-field-prefix",4,"ngIf"],[1,"mat-form-field-infix"],["inputContainer",""],[1,"mat-form-field-label-wrapper"],["class","mat-form-field-label",3,"cdkObserveContentDisabled","id","mat-empty","mat-form-field-empty","mat-accent","mat-warn","ngSwitch","cdkObserveContent",4,"ngIf"],["class","mat-form-field-suffix",4,"ngIf"],["class","mat-form-field-underline",4,"ngIf"],[1,"mat-form-field-subscript-wrapper",3,"ngSwitch"],[4,"ngSwitchCase"],["class","mat-form-field-hint-wrapper",4,"ngSwitchCase"],[1,"mat-form-field-outline"],[1,"mat-form-field-outline-start"],[1,"mat-form-field-outline-gap"],[1,"mat-form-field-outline-end"],[1,"mat-form-field-outline","mat-form-field-outline-thick"],[1,"mat-form-field-prefix"],[1,"mat-form-field-label",3,"cdkObserveContentDisabled","id","ngSwitch","cdkObserveContent"],["label",""],["class","mat-placeholder-required mat-form-field-required-marker","aria-hidden","true",4,"ngIf"],["aria-hidden","true",1,"mat-placeholder-required","mat-form-field-required-marker"],[1,"mat-form-field-suffix"],[1,"mat-form-field-underline"],["underline",""],[1,"mat-form-field-ripple"],[1,"mat-form-field-hint-wrapper"],["class","mat-hint",3,"id",4,"ngIf"],[1,"mat-form-field-hint-spacer"],[1,"mat-hint",3,"id"]],template:function(e,t){1&e&&(a.qc(A),a.Zb(0,"div",0),a.Zb(1,"div",1,2),a.hc("click",(function(e){return t._control.onContainerClick&&t._control.onContainerClick(e)})),a.Lc(3,k,9,0,"ng-container",3),a.Lc(4,x,2,0,"div",4),a.Zb(5,"div",5,6),a.pc(7),a.Zb(8,"span",7),a.Lc(9,S,5,16,"label",8),a.Yb(),a.Yb(),a.Lc(10,D,2,0,"div",9),a.Yb(),a.Lc(11,T,3,4,"div",10),a.Zb(12,"div",11),a.Lc(13,O,2,1,"div",12),a.Lc(14,j,5,2,"div",13),a.Yb(),a.Yb()),2&e&&(a.Fb(3),a.rc("ngIf","outline"==t.appearance),a.Fb(1),a.rc("ngIf",t._prefixChildren.length),a.Fb(5),a.rc("ngIf",t._hasFloatingLabel()),a.Fb(1),a.rc("ngIf",t._suffixChildren.length),a.Fb(1),a.rc("ngIf","outline"!=t.appearance),a.Fb(1),a.rc("ngSwitch",t._getDisplayedMessages()),a.Fb(1),a.rc("ngSwitchCase","error"),a.Fb(1),a.rc("ngSwitchCase","hint"))},directives:[n.t,n.x,n.y,s.a],styles:[".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}.cdk-high-contrast-active .mat-form-field-infix{border-image:linear-gradient(transparent, transparent)}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-empty.mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scale3d(1, 1.0001, 1)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(0.5);opacity:0;transition:background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1),opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1),background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-subscript-wrapper .mat-icon,.mat-form-field-label-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none}\n",'.mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:"";display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em}\n','.mat-input-element{font:inherit;background:transparent;color:currentColor;border:none;outline:none;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=month]::after,.mat-input-element[type=week]::after,.mat-input-element[type=time]::after{content:" ";white-space:pre;width:1px}.mat-input-element::-webkit-inner-spin-button,.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element::placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element::-moz-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-input-element:-ms-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent !important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:none}.mat-focused .cdk-high-contrast-active select.mat-input-element::-ms-value{color:inherit}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px;pointer-events:none}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select .mat-input-element{padding-right:15px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element{padding-right:0;padding-left:15px}.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper{max-width:calc(100% - 10px)}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px}\n',".mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}.cdk-high-contrast-active .mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}.cdk-high-contrast-active .mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}.cdk-high-contrast-active .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px}\n",".mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-0.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-start,.mat-form-field-appearance-outline .mat-form-field-outline-end{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap{border-width:2px}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap{transition:none}\n",".mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}.cdk-high-contrast-active .mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}.cdk-high-contrast-active .mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}.cdk-high-contrast-active .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}\n"],encapsulation:2,data:{animation:[P.transitionMessages]},changeDetection:0}),e})(),X=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[n.c,s.c]]}),e})()},l5ep:function(e,t,i){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn \xf4l",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(i("wd/R"))},l7GE:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");class a extends n.a{notifyNext(e,t,i,n,a){this.destination.next(t)}notifyError(e,t){this.destination.error(e)}notifyComplete(e){this.destination.complete()}}},lJxs:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(e,t){return function(i){if("function"!=typeof e)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return i.lift(new s(e,t))}}class s{constructor(e,t){this.project=e,this.thisArg=t}call(e,t){return t.subscribe(new r(e,this.project,this.thisArg))}}class r extends n.a{constructor(e,t,i){super(e),this.project=t,this.count=0,this.thisArg=i||this}_next(e){let t;try{t=this.project.call(this.thisArg,e,this.count++)}catch(i){return void this.destination.error(i)}this.destination.next(t)}}},lXzo:function(e,t,i){!function(e){"use strict";function t(e,t,i){var n,a;return"m"===i?t?"\u043c\u0438\u043d\u0443\u0442\u0430":"\u043c\u0438\u043d\u0443\u0442\u0443":e+" "+(n=+e,a={ss:t?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434",mm:t?"\u043c\u0438\u043d\u0443\u0442\u0430_\u043c\u0438\u043d\u0443\u0442\u044b_\u043c\u0438\u043d\u0443\u0442":"\u043c\u0438\u043d\u0443\u0442\u0443_\u043c\u0438\u043d\u0443\u0442\u044b_\u043c\u0438\u043d\u0443\u0442",hh:"\u0447\u0430\u0441_\u0447\u0430\u0441\u0430_\u0447\u0430\u0441\u043e\u0432",dd:"\u0434\u0435\u043d\u044c_\u0434\u043d\u044f_\u0434\u043d\u0435\u0439",MM:"\u043c\u0435\u0441\u044f\u0446_\u043c\u0435\u0441\u044f\u0446\u0430_\u043c\u0435\u0441\u044f\u0446\u0435\u0432",yy:"\u0433\u043e\u0434_\u0433\u043e\u0434\u0430_\u043b\u0435\u0442"}[i].split("_"),n%10==1&&n%100!=11?a[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?a[1]:a[2])}var i=[/^\u044f\u043d\u0432/i,/^\u0444\u0435\u0432/i,/^\u043c\u0430\u0440/i,/^\u0430\u043f\u0440/i,/^\u043c\u0430[\u0439\u044f]/i,/^\u0438\u044e\u043d/i,/^\u0438\u044e\u043b/i,/^\u0430\u0432\u0433/i,/^\u0441\u0435\u043d/i,/^\u043e\u043a\u0442/i,/^\u043d\u043e\u044f/i,/^\u0434\u0435\u043a/i];e.defineLocale("ru",{months:{format:"\u044f\u043d\u0432\u0430\u0440\u044f_\u0444\u0435\u0432\u0440\u0430\u043b\u044f_\u043c\u0430\u0440\u0442\u0430_\u0430\u043f\u0440\u0435\u043b\u044f_\u043c\u0430\u044f_\u0438\u044e\u043d\u044f_\u0438\u044e\u043b\u044f_\u0430\u0432\u0433\u0443\u0441\u0442\u0430_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f_\u043e\u043a\u0442\u044f\u0431\u0440\u044f_\u043d\u043e\u044f\u0431\u0440\u044f_\u0434\u0435\u043a\u0430\u0431\u0440\u044f".split("_"),standalone:"\u044f\u043d\u0432\u0430\u0440\u044c_\u0444\u0435\u0432\u0440\u0430\u043b\u044c_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b\u044c_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c_\u043e\u043a\u0442\u044f\u0431\u0440\u044c_\u043d\u043e\u044f\u0431\u0440\u044c_\u0434\u0435\u043a\u0430\u0431\u0440\u044c".split("_")},monthsShort:{format:"\u044f\u043d\u0432._\u0444\u0435\u0432\u0440._\u043c\u0430\u0440._\u0430\u043f\u0440._\u043c\u0430\u044f_\u0438\u044e\u043d\u044f_\u0438\u044e\u043b\u044f_\u0430\u0432\u0433._\u0441\u0435\u043d\u0442._\u043e\u043a\u0442._\u043d\u043e\u044f\u0431._\u0434\u0435\u043a.".split("_"),standalone:"\u044f\u043d\u0432._\u0444\u0435\u0432\u0440._\u043c\u0430\u0440\u0442_\u0430\u043f\u0440._\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433._\u0441\u0435\u043d\u0442._\u043e\u043a\u0442._\u043d\u043e\u044f\u0431._\u0434\u0435\u043a.".split("_")},weekdays:{standalone:"\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043f\u044f\u0442\u043d\u0438\u0446\u0430_\u0441\u0443\u0431\u0431\u043e\u0442\u0430".split("_"),format:"\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043f\u044f\u0442\u043d\u0438\u0446\u0443_\u0441\u0443\u0431\u0431\u043e\u0442\u0443".split("_"),isFormat:/\[ ?[\u0412\u0432] ?(?:\u043f\u0440\u043e\u0448\u043b\u0443\u044e|\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e|\u044d\u0442\u0443)? ?\] ?dddd/},weekdaysShort:"\u0432\u0441_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u0432\u0441_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),monthsParse:i,longMonthsParse:i,shortMonthsParse:i,monthsRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsShortRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsStrictRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044f\u044c]|\u0444\u0435\u0432\u0440\u0430\u043b[\u044f\u044c]|\u043c\u0430\u0440\u0442\u0430?|\u0430\u043f\u0440\u0435\u043b[\u044f\u044c]|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044f\u044c]|\u0438\u044e\u043b[\u044f\u044c]|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043e\u043a\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043d\u043e\u044f\u0431\u0440[\u044f\u044c]|\u0434\u0435\u043a\u0430\u0431\u0440[\u044f\u044c])/i,monthsShortStrictRegex:/^(\u044f\u043d\u0432\.|\u0444\u0435\u0432\u0440?\.|\u043c\u0430\u0440[\u0442.]|\u0430\u043f\u0440\.|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044c\u044f.]|\u0438\u044e\u043b[\u044c\u044f.]|\u0430\u0432\u0433\.|\u0441\u0435\u043d\u0442?\.|\u043e\u043a\u0442\.|\u043d\u043e\u044f\u0431?\.|\u0434\u0435\u043a\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., H:mm",LLLL:"dddd, D MMMM YYYY \u0433., H:mm"},calendar:{sameDay:"[\u0421\u0435\u0433\u043e\u0434\u043d\u044f, \u0432] LT",nextDay:"[\u0417\u0430\u0432\u0442\u0440\u0430, \u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430, \u0432] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[\u0412\u043e] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT";switch(this.day()){case 0:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e] dddd, [\u0432] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[\u0412\u043e] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT";switch(this.day()){case 0:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u043e\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u044b\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u0443\u044e] dddd, [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0447\u0435\u0440\u0435\u0437 %s",past:"%s \u043d\u0430\u0437\u0430\u0434",s:"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434",ss:t,m:t,mm:t,h:"\u0447\u0430\u0441",hh:t,d:"\u0434\u0435\u043d\u044c",dd:t,M:"\u043c\u0435\u0441\u044f\u0446",MM:t,y:"\u0433\u043e\u0434",yy:t},meridiemParse:/\u043d\u043e\u0447\u0438|\u0443\u0442\u0440\u0430|\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430/i,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430)$/.test(e)},meridiem:function(e,t,i){return e<4?"\u043d\u043e\u0447\u0438":e<12?"\u0443\u0442\u0440\u0430":e<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u0435\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e|\u044f)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-\u0439";case"D":return e+"-\u0433\u043e";case"w":case"W":return e+"-\u044f";default:return e}},week:{dow:1,doy:4}})}(i("wd/R"))},lYtQ:function(e,t,i){!function(e){"use strict";function t(e,t,i,n){switch(i){case"s":return t?"\u0445\u044d\u0434\u0445\u044d\u043d \u0441\u0435\u043a\u0443\u043d\u0434":"\u0445\u044d\u0434\u0445\u044d\u043d \u0441\u0435\u043a\u0443\u043d\u0434\u044b\u043d";case"ss":return e+(t?" \u0441\u0435\u043a\u0443\u043d\u0434":" \u0441\u0435\u043a\u0443\u043d\u0434\u044b\u043d");case"m":case"mm":return e+(t?" \u043c\u0438\u043d\u0443\u0442":" \u043c\u0438\u043d\u0443\u0442\u044b\u043d");case"h":case"hh":return e+(t?" \u0446\u0430\u0433":" \u0446\u0430\u0433\u0438\u0439\u043d");case"d":case"dd":return e+(t?" \u04e9\u0434\u04e9\u0440":" \u04e9\u0434\u0440\u0438\u0439\u043d");case"M":case"MM":return e+(t?" \u0441\u0430\u0440":" \u0441\u0430\u0440\u044b\u043d");case"y":case"yy":return e+(t?" \u0436\u0438\u043b":" \u0436\u0438\u043b\u0438\u0439\u043d");default:return e}}e.defineLocale("mn",{months:"\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440".split("_"),monthsShort:"1 \u0441\u0430\u0440_2 \u0441\u0430\u0440_3 \u0441\u0430\u0440_4 \u0441\u0430\u0440_5 \u0441\u0430\u0440_6 \u0441\u0430\u0440_7 \u0441\u0430\u0440_8 \u0441\u0430\u0440_9 \u0441\u0430\u0440_10 \u0441\u0430\u0440_11 \u0441\u0430\u0440_12 \u0441\u0430\u0440".split("_"),monthsParseExact:!0,weekdays:"\u041d\u044f\u043c_\u0414\u0430\u0432\u0430\u0430_\u041c\u044f\u0433\u043c\u0430\u0440_\u041b\u0445\u0430\u0433\u0432\u0430_\u041f\u04af\u0440\u044d\u0432_\u0411\u0430\u0430\u0441\u0430\u043d_\u0411\u044f\u043c\u0431\u0430".split("_"),weekdaysShort:"\u041d\u044f\u043c_\u0414\u0430\u0432_\u041c\u044f\u0433_\u041b\u0445\u0430_\u041f\u04af\u0440_\u0411\u0430\u0430_\u0411\u044f\u043c".split("_"),weekdaysMin:"\u041d\u044f_\u0414\u0430_\u041c\u044f_\u041b\u0445_\u041f\u04af_\u0411\u0430_\u0411\u044f".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY \u043e\u043d\u044b MMMM\u044b\u043d D",LLL:"YYYY \u043e\u043d\u044b MMMM\u044b\u043d D HH:mm",LLLL:"dddd, YYYY \u043e\u043d\u044b MMMM\u044b\u043d D HH:mm"},meridiemParse:/\u04ae\u04e8|\u04ae\u0425/i,isPM:function(e){return"\u04ae\u0425"===e},meridiem:function(e,t,i){return e<12?"\u04ae\u04e8":"\u04ae\u0425"},calendar:{sameDay:"[\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440] LT",nextDay:"[\u041c\u0430\u0440\u0433\u0430\u0430\u0448] LT",nextWeek:"[\u0418\u0440\u044d\u0445] dddd LT",lastDay:"[\u04e8\u0447\u0438\u0433\u0434\u04e9\u0440] LT",lastWeek:"[\u04e8\u043d\u0433\u04e9\u0440\u0441\u04e9\u043d] dddd LT",sameElse:"L"},relativeTime:{future:"%s \u0434\u0430\u0440\u0430\u0430",past:"%s \u04e9\u043c\u043d\u04e9",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} \u04e9\u0434\u04e9\u0440/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" \u04e9\u0434\u04e9\u0440";default:return e}}})}(i("wd/R"))},lgnt:function(e,t,i){!function(e){"use strict";var t={0:"-\u0447\u04af",1:"-\u0447\u0438",2:"-\u0447\u0438",3:"-\u0447\u04af",4:"-\u0447\u04af",5:"-\u0447\u0438",6:"-\u0447\u044b",7:"-\u0447\u0438",8:"-\u0447\u0438",9:"-\u0447\u0443",10:"-\u0447\u0443",20:"-\u0447\u044b",30:"-\u0447\u0443",40:"-\u0447\u044b",50:"-\u0447\u04af",60:"-\u0447\u044b",70:"-\u0447\u0438",80:"-\u0447\u0438",90:"-\u0447\u0443",100:"-\u0447\u04af"};e.defineLocale("ky",{months:"\u044f\u043d\u0432\u0430\u0440\u044c_\u0444\u0435\u0432\u0440\u0430\u043b\u044c_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b\u044c_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c_\u043e\u043a\u0442\u044f\u0431\u0440\u044c_\u043d\u043e\u044f\u0431\u0440\u044c_\u0434\u0435\u043a\u0430\u0431\u0440\u044c".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u0416\u0435\u043a\u0448\u0435\u043c\u0431\u0438_\u0414\u04af\u0439\u0448\u04e9\u043c\u0431\u04af_\u0428\u0435\u0439\u0448\u0435\u043c\u0431\u0438_\u0428\u0430\u0440\u0448\u0435\u043c\u0431\u0438_\u0411\u0435\u0439\u0448\u0435\u043c\u0431\u0438_\u0416\u0443\u043c\u0430_\u0418\u0448\u0435\u043c\u0431\u0438".split("_"),weekdaysShort:"\u0416\u0435\u043a_\u0414\u04af\u0439_\u0428\u0435\u0439_\u0428\u0430\u0440_\u0411\u0435\u0439_\u0416\u0443\u043c_\u0418\u0448\u0435".split("_"),weekdaysMin:"\u0416\u043a_\u0414\u0439_\u0428\u0439_\u0428\u0440_\u0411\u0439_\u0416\u043c_\u0418\u0448".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04af\u0433\u04af\u043d \u0441\u0430\u0430\u0442] LT",nextDay:"[\u042d\u0440\u0442\u0435\u04a3 \u0441\u0430\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0430\u0442] LT",lastDay:"[\u041a\u0435\u0447\u044d\u044d \u0441\u0430\u0430\u0442] LT",lastWeek:"[\u04e8\u0442\u043a\u04e9\u043d \u0430\u043f\u0442\u0430\u043d\u044b\u043d] dddd [\u043a\u04af\u043d\u04af] [\u0441\u0430\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0438\u0447\u0438\u043d\u0434\u0435",past:"%s \u043c\u0443\u0440\u0443\u043d",s:"\u0431\u0438\u0440\u043d\u0435\u0447\u0435 \u0441\u0435\u043a\u0443\u043d\u0434",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434",m:"\u0431\u0438\u0440 \u043c\u04af\u043d\u04e9\u0442",mm:"%d \u043c\u04af\u043d\u04e9\u0442",h:"\u0431\u0438\u0440 \u0441\u0430\u0430\u0442",hh:"%d \u0441\u0430\u0430\u0442",d:"\u0431\u0438\u0440 \u043a\u04af\u043d",dd:"%d \u043a\u04af\u043d",M:"\u0431\u0438\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0438\u0440 \u0436\u044b\u043b",yy:"%d \u0436\u044b\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0447\u0438|\u0447\u044b|\u0447\u04af|\u0447\u0443)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(i("wd/R"))},lyxo:function(e,t,i){!function(e){"use strict";function t(e,t,i){var n=" ";return(e%100>=20||e>=100&&e%100==0)&&(n=" de "),e+n+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[i]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminic\u0103_luni_mar\u021bi_miercuri_joi_vineri_s\xe2mb\u0103t\u0103".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_S\xe2m".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_S\xe2".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[m\xe2ine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s \xeen urm\u0103",s:"c\xe2teva secunde",ss:t,m:"un minut",mm:t,h:"o or\u0103",hh:t,d:"o zi",dd:t,M:"o lun\u0103",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(i("wd/R"))},mCNh:function(e,t,i){"use strict";i.d(t,"a",(function(){return a})),i.d(t,"b",(function(){return s}));var n=i("KqfI");function a(...e){return s(e)}function s(e){return e?1===e.length?e[0]:function(t){return e.reduce((e,t)=>t(e),t)}:n.a}},n6bG:function(e,t,i){"use strict";function n(e){return"function"==typeof e}i.d(t,"a",(function(){return n}))},nLfN:function(e,t,i){"use strict";i.d(t,"a",(function(){return o})),i.d(t,"b",(function(){return l})),i.d(t,"c",(function(){return h})),i.d(t,"d",(function(){return g})),i.d(t,"e",(function(){return c})),i.d(t,"f",(function(){return m})),i.d(t,"g",(function(){return f}));var n=i("fXoL"),a=i("ofXK");let s;try{s="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch(_){s=!1}let r,o=(()=>{class e{constructor(e){this._platformId=e,this.isBrowser=this._platformId?Object(a.J)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!s)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}return e.\u0275fac=function(t){return new(t||e)(n.dc(n.E,8))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(n.E,8))},token:e,providedIn:"root"}),e})(),l=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})();const u=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function c(){if(r)return r;if("object"!=typeof document||!document)return r=new Set(u),r;let e=document.createElement("input");return r=new Set(u.filter(t=>(e.setAttribute("type",t),e.type===t))),r}let d;function m(e){return function(){if(null==d&&"undefined"!=typeof window)try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>d=!0}))}finally{d=d||!1}return d}()?e:!!e.capture}const h=function(){var e={NORMAL:0,NEGATED:1,INVERTED:2};return e[e.NORMAL]="NORMAL",e[e.NEGATED]="NEGATED",e[e.INVERTED]="INVERTED",e}();let p;function f(){return!!("object"==typeof document&&"scrollBehavior"in document.documentElement.style)}function g(){if("object"!=typeof document||!document)return h.NORMAL;if(!p){const e=document.createElement("div"),t=e.style;e.dir="rtl",t.height="1px",t.width="1px",t.overflow="auto",t.visibility="hidden",t.pointerEvents="none",t.position="absolute";const i=document.createElement("div"),n=i.style;n.width="2px",n.height="1px",e.appendChild(i),document.body.appendChild(e),p=h.NORMAL,0===e.scrollLeft&&(e.scrollLeft=1,p=0===e.scrollLeft?h.NEGATED:h.INVERTED),e.parentNode.removeChild(e)}return p}},nYR2:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("7o/Q"),a=i("quSY");function s(e){return t=>t.lift(new r(e))}class r{constructor(e){this.callback=e}call(e,t){return t.subscribe(new o(e,this.callback))}}class o extends n.a{constructor(e,t){super(e),this.add(new a.a(t))}}},ngJS:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=e=>t=>{for(let i=0,n=e.length;i<n&&!t.closed;i++)t.next(e[i]);t.complete()}},nmyD:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var n=i("tyNb"),a=i("f0Cb"),s=i("MutI"),r=i("fXoL");let o=(()=>{class e{}return e.\u0275mod=r.Rb({type:e}),e.\u0275inj=r.Qb({factory:function(t){return new(t||e)},imports:[[n.k,a.b,s.c]]}),e})()},nyYc:function(e,t,i){!function(e){"use strict";e.defineLocale("fr",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(i("wd/R"))},o1bE:function(e,t,i){!function(e){"use strict";e.defineLocale("ar-dz",{months:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0627\u062d\u062f_\u0627\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u0623\u062d_\u0625\u062b_\u062b\u0644\u0627_\u0623\u0631_\u062e\u0645_\u062c\u0645_\u0633\u0628".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:0,doy:4}})}(i("wd/R"))},oB13:function(e,t,i){"use strict";var n=i("XNiG"),a=i("HDdC"),s=(i("7o/Q"),i("quSY")),r=i("x+ZX");class o extends a.a{constructor(e,t){super(),this.source=e,this.subjectFactory=t,this._refCount=0,this._isComplete=!1}_subscribe(e){return this.getSubject().subscribe(e)}getSubject(){const e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject}connect(){let e=this._connection;return e||(this._isComplete=!1,e=this._connection=new s.a,e.add(this.source.subscribe(new u(this.getSubject(),this))),e.closed&&(this._connection=null,e=s.a.EMPTY)),e}refCount(){return Object(r.a)()(this)}}const l=(()=>{const e=o.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:e._subscribe},_isComplete:{value:e._isComplete,writable:!0},getSubject:{value:e.getSubject},connect:{value:e.connect},refCount:{value:e.refCount}}})();class u extends n.b{constructor(e,t){super(e),this.connectable=t}_error(e){this._unsubscribe(),super._error(e)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const e=this.connectable;if(e){this.connectable=null;const t=e._connection;e._refCount=0,e._subject=null,e._connection=null,t&&t.unsubscribe()}}}function c(e,t){return function(i){let n;if(n="function"==typeof e?e:function(){return e},"function"==typeof t)return i.lift(new d(n,t));const a=Object.create(i,l);return a.source=i,a.subjectFactory=n,a}}i.d(t,"a",(function(){return c}));class d{constructor(e,t){this.subjectFactory=e,this.selector=t}call(e,t){const{selector:i}=this,n=this.subjectFactory(),a=i(n).subscribe(e);return a.add(t.subscribe(n)),a}}},ofXK:function(e,t,i){"use strict";i.d(t,"a",(function(){return v})),i.d(t,"b",(function(){return Ae})),i.d(t,"c",(function(){return Xe})),i.d(t,"d",(function(){return Ge})),i.d(t,"e",(function(){return l})),i.d(t,"f",(function(){return Re})),i.d(t,"g",(function(){return We})),i.d(t,"h",(function(){return k})),i.d(t,"i",(function(){return qe})),i.d(t,"j",(function(){return He})),i.d(t,"k",(function(){return Be})),i.d(t,"l",(function(){return Ve})),i.d(t,"m",(function(){return d})),i.d(t,"n",(function(){return x})),i.d(t,"o",(function(){return b})),i.d(t,"p",(function(){return Ye})),i.d(t,"q",(function(){return me})),i.d(t,"r",(function(){return he})),i.d(t,"s",(function(){return fe})),i.d(t,"t",(function(){return _e})),i.d(t,"u",(function(){return Me})),i.d(t,"v",(function(){return Le})),i.d(t,"w",(function(){return Ce})),i.d(t,"x",(function(){return we})),i.d(t,"y",(function(){return ke})),i.d(t,"z",(function(){return xe})),i.d(t,"A",(function(){return Se})),i.d(t,"B",(function(){return w})),i.d(t,"C",(function(){return Ue})),i.d(t,"D",(function(){return u})),i.d(t,"E",(function(){return Je})),i.d(t,"F",(function(){return Fe})),i.d(t,"G",(function(){return Pe})),i.d(t,"H",(function(){return tt})),i.d(t,"I",(function(){return $})),i.d(t,"J",(function(){return Ke})),i.d(t,"K",(function(){return et})),i.d(t,"L",(function(){return o})),i.d(t,"M",(function(){return Qe})),i.d(t,"N",(function(){return s})),i.d(t,"O",(function(){return de})),i.d(t,"P",(function(){return r}));var n=i("fXoL");let a=null;function s(){return a}function r(e){a||(a=e)}class o{}const l=new n.s("DocumentToken");let u=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(n.Pb)({factory:c,token:e,providedIn:"platform"}),e})();function c(){return Object(n.dc)(m)}const d=new n.s("Location Initialized");let m=(()=>{class e extends u{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=s().getLocation(),this._history=s().getHistory()}getBaseHrefFromDOM(){return s().getBaseHref(this._doc)}onPopState(e){s().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){s().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!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(e){this.location.pathname=e}pushState(e,t,i){h()?this._history.pushState(e,t,i):this.location.hash=i}replaceState(e,t,i){h()?this._history.replaceState(e,t,i):this.location.hash=i}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}return e.\u0275fac=function(t){return new(t||e)(n.dc(l))},e.\u0275prov=Object(n.Pb)({factory:p,token:e,providedIn:"platform"}),e})();function h(){return!!window.history.pushState}function p(){return new m(Object(n.dc)(l))}function f(e,t){if(0==e.length)return t;if(0==t.length)return e;let i=0;return e.endsWith("/")&&i++,t.startsWith("/")&&i++,2==i?e+t.substring(1):1==i?e+t:e+"/"+t}function g(e){const t=e.match(/#|\?|$/),i=t&&t.index||e.length;return e.slice(0,i-("/"===e[i-1]?1:0))+e.slice(i)}function _(e){return e&&"?"!==e[0]?"?"+e:e}let b=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(n.Pb)({factory:y,token:e,providedIn:"root"}),e})();function y(e){const t=Object(n.dc)(l).location;return new w(Object(n.dc)(u),t&&t.origin||"")}const v=new n.s("appBaseHref");let w=(()=>{class e extends b{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)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=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return f(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+_(this._platformLocation.search),i=this._platformLocation.hash;return i&&e?`${t}${i}`:t}pushState(e,t,i,n){const a=this.prepareExternalUrl(i+_(n));this._platformLocation.pushState(e,t,a)}replaceState(e,t,i,n){const a=this.prepareExternalUrl(i+_(n));this._platformLocation.replaceState(e,t,a)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}return e.\u0275fac=function(t){return new(t||e)(n.dc(u),n.dc(v,8))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),k=(()=>{class e extends b{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=f(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,i,n){let a=this.prepareExternalUrl(i+_(n));0==a.length&&(a=this._platformLocation.pathname),this._platformLocation.pushState(e,t,a)}replaceState(e,t,i,n){let a=this.prepareExternalUrl(i+_(n));0==a.length&&(a=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,a)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}return e.\u0275fac=function(t){return new(t||e)(n.dc(u),n.dc(v,8))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),x=(()=>{class e{constructor(e,t){this._subject=new n.o,this._urlChangeListeners=[],this._platformStrategy=e;const i=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=g(L(i)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+_(t))}normalize(t){return e.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,L(t)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",i=null){this._platformStrategy.pushState(i,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+_(t)),i)}replaceState(e,t="",i=null){this._platformStrategy.replaceState(i,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+_(t)),i)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(i=>i(e,t))}subscribe(e,t,i){return this._subject.subscribe({next:e,error:t,complete:i})}}return e.\u0275fac=function(t){return new(t||e)(n.dc(b),n.dc(u))},e.normalizeQueryParams=_,e.joinWithSlash=f,e.stripTrailingSlash=g,e.\u0275prov=Object(n.Pb)({factory:M,token:e,providedIn:"root"}),e})();function M(){return new x(Object(n.dc)(b),Object(n.dc)(u))}function L(e){return e.replace(/\/index.html$/,"")}const C={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"\u09f3"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"\u0440.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN\xa5","\xa5"],COP:[void 0,"$",2],CRC:[void 0,"\u20a1",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"K\u010d",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E\xa3"],ESP:[void 0,"\u20a7",0],EUR:["\u20ac"],FJD:[void 0,"$"],FKP:[void 0,"\xa3"],GBP:["\xa3"],GEL:[void 0,"\u20be"],GIP:[void 0,"\xa3"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["\u20aa"],INR:["\u20b9"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["\xa5",void 0,0],KHR:[void 0,"\u17db"],KMF:[void 0,"CF",0],KPW:[void 0,"\u20a9",0],KRW:["\u20a9",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"\u20b8"],LAK:[void 0,"\u20ad",0],LBP:[void 0,"L\xa3",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"\u20ae",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"\u20a6"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"\u20b1"],PKR:[void 0,"Rs",2],PLN:[void 0,"z\u0142"],PYG:[void 0,"\u20b2",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"\u20bd"],RUR:[void 0,"\u0440."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"\xa3"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"\xa3"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"\xa3",0],THB:[void 0,"\u0e3f"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"\u20ba"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"\u20b4"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["\u20ab",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["\xa4"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},S=function(){var e={Decimal:0,Percent:1,Currency:2,Scientific:3};return e[e.Decimal]="Decimal",e[e.Percent]="Percent",e[e.Currency]="Currency",e[e.Scientific]="Scientific",e}(),D=function(){var e={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};return e[e.Zero]="Zero",e[e.One]="One",e[e.Two]="Two",e[e.Few]="Few",e[e.Many]="Many",e[e.Other]="Other",e}(),T=function(){var e={Format:0,Standalone:1};return e[e.Format]="Format",e[e.Standalone]="Standalone",e}(),O=function(){var e={Narrow:0,Abbreviated:1,Wide:2,Short:3};return e[e.Narrow]="Narrow",e[e.Abbreviated]="Abbreviated",e[e.Wide]="Wide",e[e.Short]="Short",e}(),E=function(){var e={Short:0,Medium:1,Long:2,Full:3};return e[e.Short]="Short",e[e.Medium]="Medium",e[e.Long]="Long",e[e.Full]="Full",e}(),j=function(){var e={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};return e[e.Decimal]="Decimal",e[e.Group]="Group",e[e.List]="List",e[e.PercentSign]="PercentSign",e[e.PlusSign]="PlusSign",e[e.MinusSign]="MinusSign",e[e.Exponential]="Exponential",e[e.SuperscriptingExponent]="SuperscriptingExponent",e[e.PerMille]="PerMille",e[e.Infinity]="Infinity",e[e.NaN]="NaN",e[e.TimeSeparator]="TimeSeparator",e[e.CurrencyDecimal]="CurrencyDecimal",e[e.CurrencyGroup]="CurrencyGroup",e}();function A(e,t){return q(Object(n.nb)(e)[n.db.DateFormat],t)}function Y(e,t){return q(Object(n.nb)(e)[n.db.TimeFormat],t)}function I(e,t){return q(Object(n.nb)(e)[n.db.DateTimeFormat],t)}function F(e,t){const i=Object(n.nb)(e),a=i[n.db.NumberSymbols][t];if(void 0===a){if(t===j.CurrencyDecimal)return i[n.db.NumberSymbols][j.Decimal];if(t===j.CurrencyGroup)return i[n.db.NumberSymbols][j.Group]}return a}function P(e,t){return Object(n.nb)(e)[n.db.NumberFormats][t]}const R=n.qb;function N(e){if(!e[n.db.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[n.db.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function q(e,t){for(let i=t;i>-1;i--)if(void 0!==e[i])return e[i];throw new Error("Locale data API: locale data undefined")}function H(e){const[t,i]=e.split(":");return{hours:+t,minutes:+i}}const B=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,V={},z=/((?:[^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]*)/,W=function(){var e={Short:0,ShortGMT:1,Long:2,Extended:3};return e[e.Short]="Short",e[e.ShortGMT]="ShortGMT",e[e.Long]="Long",e[e.Extended]="Extended",e}(),U=function(){var e={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};return e[e.FullYear]="FullYear",e[e.Month]="Month",e[e.Date]="Date",e[e.Hours]="Hours",e[e.Minutes]="Minutes",e[e.Seconds]="Seconds",e[e.FractionalSeconds]="FractionalSeconds",e[e.Day]="Day",e}(),G=function(){var e={DayPeriods:0,Days:1,Months:2,Eras:3};return e[e.DayPeriods]="DayPeriods",e[e.Days]="Days",e[e.Months]="Months",e[e.Eras]="Eras",e}();function $(e,t,i,a){let s=function(e){if(ne(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,i,n]=e.split("-").map(e=>+e);return new Date(t,i-1,n)}let i;if(i=e.match(B))return function(e){const t=new Date(0);let i=0,n=0;const a=e[8]?t.setUTCFullYear:t.setFullYear,s=e[8]?t.setUTCHours:t.setHours;e[9]&&(i=Number(e[9]+e[10]),n=Number(e[9]+e[11])),a.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const r=Number(e[4]||0)-i,o=Number(e[5]||0)-n,l=Number(e[6]||0),u=Math.round(1e3*parseFloat("0."+(e[7]||0)));return s.call(t,r,o,l,u),t}(i)}const t=new Date(e);if(!ne(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,i){const a=function(e){return Object(n.nb)(e)[n.db.LocaleId]}(t);if(V[a]=V[a]||{},V[a][i])return V[a][i];let s="";switch(i){case"shortDate":s=A(t,E.Short);break;case"mediumDate":s=A(t,E.Medium);break;case"longDate":s=A(t,E.Long);break;case"fullDate":s=A(t,E.Full);break;case"shortTime":s=Y(t,E.Short);break;case"mediumTime":s=Y(t,E.Medium);break;case"longTime":s=Y(t,E.Long);break;case"fullTime":s=Y(t,E.Full);break;case"short":const i=e(t,"shortTime"),n=e(t,"shortDate");s=Z(I(t,E.Short),[i,n]);break;case"medium":const a=e(t,"mediumTime"),r=e(t,"mediumDate");s=Z(I(t,E.Medium),[a,r]);break;case"long":const o=e(t,"longTime"),l=e(t,"longDate");s=Z(I(t,E.Long),[o,l]);break;case"full":const u=e(t,"fullTime"),c=e(t,"fullDate");s=Z(I(t,E.Full),[u,c])}return s&&(V[a][i]=s),s}(i,t)||t;let r,o=[];for(;t;){if(r=z.exec(t),!r){o.push(t);break}{o=o.concat(r.slice(1));const e=o.pop();if(!e)break;t=e}}let l=s.getTimezoneOffset();a&&(l=ie(a,l),s=function(e,t,i){const n=e.getTimezoneOffset();return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,-1*(ie(t,n)-n))}(s,a));let u="";return o.forEach(e=>{const t=function(e){if(te[e])return te[e];let t;switch(e){case"G":case"GG":case"GGG":t=Q(G.Eras,O.Abbreviated);break;case"GGGG":t=Q(G.Eras,O.Wide);break;case"GGGGG":t=Q(G.Eras,O.Narrow);break;case"y":t=X(U.FullYear,1,0,!1,!0);break;case"yy":t=X(U.FullYear,2,0,!0,!0);break;case"yyy":t=X(U.FullYear,3,0,!1,!0);break;case"yyyy":t=X(U.FullYear,4,0,!1,!0);break;case"M":case"L":t=X(U.Month,1,1);break;case"MM":case"LL":t=X(U.Month,2,1);break;case"MMM":t=Q(G.Months,O.Abbreviated);break;case"MMMM":t=Q(G.Months,O.Wide);break;case"MMMMM":t=Q(G.Months,O.Narrow);break;case"LLL":t=Q(G.Months,O.Abbreviated,T.Standalone);break;case"LLLL":t=Q(G.Months,O.Wide,T.Standalone);break;case"LLLLL":t=Q(G.Months,O.Narrow,T.Standalone);break;case"w":t=ee(1);break;case"ww":t=ee(2);break;case"W":t=ee(1,!0);break;case"d":t=X(U.Date,1);break;case"dd":t=X(U.Date,2);break;case"E":case"EE":case"EEE":t=Q(G.Days,O.Abbreviated);break;case"EEEE":t=Q(G.Days,O.Wide);break;case"EEEEE":t=Q(G.Days,O.Narrow);break;case"EEEEEE":t=Q(G.Days,O.Short);break;case"a":case"aa":case"aaa":t=Q(G.DayPeriods,O.Abbreviated);break;case"aaaa":t=Q(G.DayPeriods,O.Wide);break;case"aaaaa":t=Q(G.DayPeriods,O.Narrow);break;case"b":case"bb":case"bbb":t=Q(G.DayPeriods,O.Abbreviated,T.Standalone,!0);break;case"bbbb":t=Q(G.DayPeriods,O.Wide,T.Standalone,!0);break;case"bbbbb":t=Q(G.DayPeriods,O.Narrow,T.Standalone,!0);break;case"B":case"BB":case"BBB":t=Q(G.DayPeriods,O.Abbreviated,T.Format,!0);break;case"BBBB":t=Q(G.DayPeriods,O.Wide,T.Format,!0);break;case"BBBBB":t=Q(G.DayPeriods,O.Narrow,T.Format,!0);break;case"h":t=X(U.Hours,1,-12);break;case"hh":t=X(U.Hours,2,-12);break;case"H":t=X(U.Hours,1);break;case"HH":t=X(U.Hours,2);break;case"m":t=X(U.Minutes,1);break;case"mm":t=X(U.Minutes,2);break;case"s":t=X(U.Seconds,1);break;case"ss":t=X(U.Seconds,2);break;case"S":t=X(U.FractionalSeconds,1);break;case"SS":t=X(U.FractionalSeconds,2);break;case"SSS":t=X(U.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=K(W.Short);break;case"ZZZZZ":t=K(W.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=K(W.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=K(W.Long);break;default:return null}return te[e]=t,t}(e);u+=t?t(s,i,l):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),u}function Z(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,i){return null!=t&&i in t?t[i]:e}))),e}function J(e,t,i="-",n,a){let s="";(e<0||a&&e<=0)&&(a?e=1-e:(e=-e,s=i));let r=String(e);for(;r.length<t;)r="0"+r;return n&&(r=r.substr(r.length-t)),s+r}function X(e,t,i=0,n=!1,a=!1){return function(s,r){let o=function(e,t){switch(e){case U.FullYear:return t.getFullYear();case U.Month:return t.getMonth();case U.Date:return t.getDate();case U.Hours:return t.getHours();case U.Minutes:return t.getMinutes();case U.Seconds:return t.getSeconds();case U.FractionalSeconds:return t.getMilliseconds();case U.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,s);if((i>0||o>-i)&&(o+=i),e===U.Hours)0===o&&-12===i&&(o=12);else if(e===U.FractionalSeconds)return l=t,J(o,3).substr(0,l);var l;const u=F(r,j.MinusSign);return J(o,t,u,n,a)}}function Q(e,t,i=T.Format,a=!1){return function(s,r){return function(e,t,i,a,s,r){switch(i){case G.Months:return function(e,t,i){const a=Object(n.nb)(e),s=q([a[n.db.MonthsFormat],a[n.db.MonthsStandalone]],t);return q(s,i)}(t,s,a)[e.getMonth()];case G.Days:return function(e,t,i){const a=Object(n.nb)(e),s=q([a[n.db.DaysFormat],a[n.db.DaysStandalone]],t);return q(s,i)}(t,s,a)[e.getDay()];case G.DayPeriods:const o=e.getHours(),l=e.getMinutes();if(r){const e=function(e){const t=Object(n.nb)(e);return N(t),(t[n.db.ExtraData][2]||[]).map(e=>"string"==typeof e?H(e):[H(e[0]),H(e[1])])}(t),i=function(e,t,i){const a=Object(n.nb)(e);N(a);const s=q([a[n.db.ExtraData][0],a[n.db.ExtraData][1]],t)||[];return q(s,i)||[]}(t,s,a);let r;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:n,minutes:a}=e[0],{hours:s,minutes:u}=e[1];o>=n&&l>=a&&(o<s||o===s&&l<u)&&(r=i[t])}else{const{hours:n,minutes:a}=e;n===o&&a===l&&(r=i[t])}}),r)return r}return function(e,t,i){const a=Object(n.nb)(e),s=q([a[n.db.DayPeriodsFormat],a[n.db.DayPeriodsStandalone]],t);return q(s,i)}(t,s,a)[o<12?0:1];case G.Eras:return function(e,t){return q(Object(n.nb)(e)[n.db.Eras],t)}(t,a)[e.getFullYear()<=0?0:1];default:throw new Error(`unexpected translation type ${i}`)}}(s,r,e,t,i,a)}}function K(e){return function(t,i,n){const a=-1*n,s=F(i,j.MinusSign),r=a>0?Math.floor(a/60):Math.ceil(a/60);switch(e){case W.Short:return(a>=0?"+":"")+J(r,2,s)+J(Math.abs(a%60),2,s);case W.ShortGMT:return"GMT"+(a>=0?"+":"")+J(r,1,s);case W.Long:return"GMT"+(a>=0?"+":"")+J(r,2,s)+":"+J(Math.abs(a%60),2,s);case W.Extended:return 0===n?"Z":(a>=0?"+":"")+J(r,2,s)+":"+J(Math.abs(a%60),2,s);default:throw new Error(`Unknown zone width "${e}"`)}}}function ee(e,t=!1){return function(i,n){let a;if(t){const e=new Date(i.getFullYear(),i.getMonth(),1).getDay()-1,t=i.getDate();a=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(i.getFullYear()),t=(s=i,new Date(s.getFullYear(),s.getMonth(),s.getDate()+(4-s.getDay()))).getTime()-e.getTime();a=1+Math.round(t/6048e5)}var s;return J(a,e,F(n,j.MinusSign))}}const te={};function ie(e,t){e=e.replace(/:/g,"");const i=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(i)?t:i}function ne(e){return e instanceof Date&&!isNaN(e.valueOf())}const ae=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function se(e,t,i,n,a,s,r=!1){let o="",l=!1;if(isFinite(e)){let u=function(e){let t,i,n,a,s,r=Math.abs(e)+"",o=0;for((i=r.indexOf("."))>-1&&(r=r.replace(".","")),(n=r.search(/e/i))>0?(i<0&&(i=n),i+=+r.slice(n+1),r=r.substring(0,n)):i<0&&(i=r.length),n=0;"0"===r.charAt(n);n++);if(n===(s=r.length))t=[0],i=1;else{for(s--;"0"===r.charAt(s);)s--;for(i-=n,t=[],a=0;n<=s;n++,a++)t[a]=Number(r.charAt(n))}return i>22&&(t=t.splice(0,21),o=i-1,i=1),{digits:t,exponent:o,integerLen:i}}(e);r&&(u=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2),e}(u));let c=t.minInt,d=t.minFrac,m=t.maxFrac;if(s){const e=s.match(ae);if(null===e)throw new Error(`${s} is not a valid digit info`);const t=e[1],i=e[3],n=e[5];null!=t&&(c=oe(t)),null!=i&&(d=oe(i)),null!=n?m=oe(n):null!=i&&d>m&&(m=d)}!function(e,t,i){if(t>i)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${i}).`);let n=e.digits,a=n.length-e.integerLen;const s=Math.min(Math.max(t,a),i);let r=s+e.integerLen,o=n[r];if(r>0){n.splice(Math.max(e.integerLen,r));for(let e=r;e<n.length;e++)n[e]=0}else{a=Math.max(0,a),e.integerLen=1,n.length=Math.max(1,r=s+1),n[0]=0;for(let e=1;e<r;e++)n[e]=0}if(o>=5)if(r-1<0){for(let t=0;t>r;t--)n.unshift(0),e.integerLen++;n.unshift(1),e.integerLen++}else n[r-1]++;for(;a<Math.max(0,s);a++)n.push(0);let l=0!==s;const u=t+e.integerLen,c=n.reduceRight((function(e,t,i,n){return n[i]=(t+=e)<10?t:t-10,l&&(0===n[i]&&i>=u?n.pop():l=!1),t>=10?1:0}),0);c&&(n.unshift(c),e.integerLen++)}(u,d,m);let h=u.digits,p=u.integerLen;const f=u.exponent;let g=[];for(l=h.every(e=>!e);p<c;p++)h.unshift(0);for(;p<0;p++)h.unshift(0);p>0?g=h.splice(p,h.length):(g=h,h=[0]);const _=[];for(h.length>=t.lgSize&&_.unshift(h.splice(-t.lgSize,h.length).join(""));h.length>t.gSize;)_.unshift(h.splice(-t.gSize,h.length).join(""));h.length&&_.unshift(h.join("")),o=_.join(F(i,n)),g.length&&(o+=F(i,a)+g.join("")),f&&(o+=F(i,j.Exponential)+"+"+f)}else o=F(i,j.Infinity);return o=e<0&&!l?t.negPre+o+t.negSuf:t.posPre+o+t.posSuf,o}function re(e,t="-"){const i={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},n=e.split(";"),a=n[0],s=n[1],r=-1!==a.indexOf(".")?a.split("."):[a.substring(0,a.lastIndexOf("0")+1),a.substring(a.lastIndexOf("0")+1)],o=r[0],l=r[1]||"";i.posPre=o.substr(0,o.indexOf("#"));for(let c=0;c<l.length;c++){const e=l.charAt(c);"0"===e?i.minFrac=i.maxFrac=c+1:"#"===e?i.maxFrac=c+1:i.posSuf+=e}const u=o.split(",");if(i.gSize=u[1]?u[1].length:0,i.lgSize=u[2]||u[1]?(u[2]||u[1]).length:0,s){const e=a.length-i.posPre.length-i.posSuf.length,t=s.indexOf("#");i.negPre=s.substr(0,t).replace(/'/g,""),i.negSuf=s.substr(t+e).replace(/'/g,"")}else i.negPre=t+i.posPre,i.negSuf=i.posSuf;return i}function oe(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class le{}function ue(e,t,i,n){let a=`=${e}`;if(t.indexOf(a)>-1)return a;if(a=i.getPluralCategory(e,n),t.indexOf(a)>-1)return a;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}let ce=(()=>{class e extends le{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(R(t||this.locale)(e)){case D.Zero:return"zero";case D.One:return"one";case D.Two:return"two";case D.Few:return"few";case D.Many:return"many";default:return"other"}}}return e.\u0275fac=function(t){return new(t||e)(n.dc(n.w))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();function de(e,t){t=encodeURIComponent(t);for(const i of e.split(";")){const e=i.indexOf("="),[n,a]=-1==e?[i,""]:[i.slice(0,e),i.slice(e+1)];if(n.trim()===t)return decodeURIComponent(a)}return null}let me=(()=>{class e{constructor(e,t,i,n){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=i,this._renderer=n,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(Object(n.tb)(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${Object(n.Ab)(e.item)}`);this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.u),n.Tb(n.v),n.Tb(n.l),n.Tb(n.H))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"}}),e})(),he=(()=>{class e{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(n.A);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const i=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(n.j)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(i,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.R))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},features:[n.Db()]}),e})();class pe{constructor(e,t,i,n){this.$implicit=e,this.ngForOf=t,this.index=i,this.count=n}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 fe=(()=>{class e{constructor(e,t,i){this._viewContainer=e,this._template=t,this._differs=i,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){Object(n.Y)()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. `+"See https://angular.io/docs/ts/latest/api/common/index/NgFor-directive.html#!#change-propagation for more information."),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const i=this._ngForOf;if(!this._differ&&i)try{this._differ=this._differs.find(i).create(this.ngForTrackBy)}catch(t){throw new Error(`Cannot find a differ supporting object '${i}' of type '${e=i,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,i,n)=>{if(null==e.previousIndex){const i=this._viewContainer.createEmbeddedView(this._template,new pe(null,this._ngForOf,-1,-1),null===n?void 0:n),a=new ge(e,i);t.push(a)}else if(null==n)this._viewContainer.remove(null===i?void 0:i);else if(null!==i){const a=this._viewContainer.get(i);this._viewContainer.move(a,n);const s=new ge(e,a);t.push(s)}});for(let i=0;i<t.length;i++)this._perViewChange(t[i].view,t[i].record);for(let i=0,n=this._viewContainer.length;i<n;i++){const e=this._viewContainer.get(i);e.context.index=i,e.context.count=n,e.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.R),n.Tb(n.O),n.Tb(n.u))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}}),e})();class ge{constructor(e,t){this.record=e,this.view=t}}let _e=(()=>{class e{constructor(e,t){this._viewContainer=e,this._context=new be,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){ye("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){ye("ngIfElse",e),this._elseTemplateRef=e,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(e,t){return!0}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.R),n.Tb(n.O))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}}),e})();class be{constructor(){this.$implicit=null,this.ngIf=null}}function ye(e,t){if(t&&!t.createEmbeddedView)throw new Error(`${e} must be a TemplateRef, but received '${Object(n.Ab)(t)}'.`)}class ve{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}let we=(()=>{class e{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++)this._defaultViews[t].enforceState(e)}}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"}}),e})(),ke=(()=>{class e{constructor(e,t,i){this.ngSwitch=i,i._addCase(),this._view=new ve(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.R),n.Tb(n.O),n.Tb(we,1))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"}}),e})(),xe=(()=>{class e{constructor(e,t,i){i._addDefault(new ve(e,t))}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.R),n.Tb(n.O),n.Tb(we,1))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngSwitchDefault",""]]}),e})(),Me=(()=>{class e{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=ue(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(le))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngPlural",""]],inputs:{ngPlural:"ngPlural"}}),e})(),Le=(()=>{class e{constructor(e,t,i,n){this.value=e;const a=!isNaN(Number(e));n.addCase(a?`=${e}`:e,new ve(i,t))}}return e.\u0275fac=function(t){return new(t||e)(n.ec("ngPluralCase"),n.Tb(n.O),n.Tb(n.R),n.Tb(Me,1))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngPluralCase",""]]}),e})(),Ce=(()=>{class e{constructor(e,t,i){this._ngEl=e,this._differs=t,this._renderer=i,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[i,n]=e.split(".");null!=(t=null!=t&&n?`${t}${n}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,i,t):this._renderer.removeStyle(this._ngEl.nativeElement,i)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(n.v),n.Tb(n.H))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}}),e})(),Se=(()=>{class e{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),i=Object.keys(e.currentValue||{});if(t.length===i.length){for(let e of i)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.R))},e.\u0275dir=n.Ob({type:e,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet"},features:[n.Db()]}),e})();function De(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${Object(n.Ab)(e)}'`)}class Te{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}}class Oe{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}}const Ee=new Oe,je=new Te;let Ae=(()=>{class e{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):Object(n.wb)(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,n.T.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(t){if(Object(n.vb)(t))return Ee;if(Object(n.ub)(t))return je;throw De(e,t)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}return e.\u0275fac=function(t){return new(t||e)(n.fc())},e.\u0275pipe=n.Sb({name:"async",type:e,pure:!1}),e})(),Ye=(()=>{class e{transform(t){if(!t)return t;if("string"!=typeof t)throw De(e,t);return t.toLowerCase()}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=n.Sb({name:"lowercase",type:e,pure:!0}),e})();const Ie=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;let Fe=(()=>{class e{transform(t){if(!t)return t;if("string"!=typeof t)throw De(e,t);return t.replace(Ie,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=n.Sb({name:"titlecase",type:e,pure:!0}),e})(),Pe=(()=>{class e{transform(t){if(!t)return t;if("string"!=typeof t)throw De(e,t);return t.toUpperCase()}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=n.Sb({name:"uppercase",type:e,pure:!0}),e})(),Re=(()=>{class e{constructor(e){this.locale=e}transform(t,i="mediumDate",n,a){if(null==t||""===t||t!=t)return null;try{return $(t,i,a||this.locale,n)}catch(s){throw De(e,s.message)}}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.w))},e.\u0275pipe=n.Sb({name:"date",type:e,pure:!0}),e})();const Ne=/#/g;let qe=(()=>{class e{constructor(e){this._localization=e}transform(t,i,n){if(null==t)return"";if("object"!=typeof i||null===i)throw De(e,i);return i[ue(t,Object.keys(i),this._localization,n)].replace(Ne,t.toString())}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(le))},e.\u0275pipe=n.Sb({name:"i18nPlural",type:e,pure:!0}),e})(),He=(()=>{class e{transform(t,i){if(null==t)return"";if("object"!=typeof i||"string"!=typeof t)throw De(e,i);return i.hasOwnProperty(t)?i[t]:i.hasOwnProperty("other")?i.other:""}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=n.Sb({name:"i18nSelect",type:e,pure:!0}),e})(),Be=(()=>{class e{transform(e){return JSON.stringify(e,null,2)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=n.Sb({name:"json",type:e,pure:!1}),e})(),Ve=(()=>{class e{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=ze){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const i=this.differ.diff(e);return i&&(this.keyValues=[],i.forEachItem(e=>{this.keyValues.push({key:e.key,value:e.currentValue})}),this.keyValues.sort(t)),this.keyValues}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.v))},e.\u0275pipe=n.Sb({name:"keyvalue",type:e,pure:!1}),e})();function ze(e,t){const i=e.key,n=t.key;if(i===n)return 0;if(void 0===i)return 1;if(void 0===n)return-1;if(null===i)return 1;if(null===n)return-1;if("string"==typeof i&&"string"==typeof n)return i<n?-1:1;if("number"==typeof i&&"number"==typeof n)return i-n;if("boolean"==typeof i&&"boolean"==typeof n)return i<n?-1:1;const a=String(i),s=String(n);return a==s?0:a<s?-1:1}let We=(()=>{class e{constructor(e){this._locale=e}transform(t,i,n){if($e(t))return null;n=n||this._locale;try{return function(e,t,i){return se(e,re(P(t,S.Decimal),F(t,j.MinusSign)),t,j.Group,j.Decimal,i)}(Ze(t),n,i)}catch(a){throw De(e,a.message)}}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.w))},e.\u0275pipe=n.Sb({name:"number",type:e,pure:!0}),e})(),Ue=(()=>{class e{constructor(e){this._locale=e}transform(t,i,n){if($e(t))return null;n=n||this._locale;try{return function(e,t,i){return se(e,re(P(t,S.Percent),F(t,j.MinusSign)),t,j.Group,j.Decimal,i,!0).replace(new RegExp("%","g"),F(t,j.PercentSign))}(Ze(t),n,i)}catch(a){throw De(e,a.message)}}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.w))},e.\u0275pipe=n.Sb({name:"percent",type:e,pure:!0}),e})(),Ge=(()=>{class e{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(t,i,a="symbol",s,r){if($e(t))return null;r=r||this._locale,"boolean"==typeof a&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),a=a?"symbol":"code");let o=i||this._defaultCurrencyCode;"code"!==a&&(o="symbol"===a||"symbol-narrow"===a?function(e,t,i="en"){const a=function(e){return Object(n.nb)(e)[n.db.Currencies]}(i)[e]||C[e]||[],s=a[1];return"narrow"===t&&"string"==typeof s?s:a[0]||e}(o,"symbol"===a?"wide":"narrow",r):a);try{return function(e,t,i,n,a){const s=re(P(t,S.Currency),F(t,j.MinusSign));return s.minFrac=function(e){let t;const i=C[e];return i&&(t=i[2]),"number"==typeof t?t:2}(n),s.maxFrac=s.minFrac,se(e,s,t,j.CurrencyGroup,j.CurrencyDecimal,a).replace("\xa4",i).replace("\xa4","").trim()}(Ze(t),r,o,i,s)}catch(l){throw De(e,l.message)}}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.w),n.Tb(n.k))},e.\u0275pipe=n.Sb({name:"currency",type:e,pure:!0}),e})();function $e(e){return null==e||""===e||e!=e}function Ze(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(`${e} is not a number`);return e}let Je=(()=>{class e{transform(t,i,n){if(null==t)return t;if(!this.supports(t))throw De(e,t);return t.slice(i,n)}supports(e){return"string"==typeof e||Array.isArray(e)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=n.Sb({name:"slice",type:e,pure:!1}),e})(),Xe=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[{provide:le,useClass:ce}]}),e})();const Qe="browser";function Ke(e){return e===Qe}function et(e){return"server"===e}let tt=(()=>{class e{}return e.\u0275prov=Object(n.Pb)({token:e,providedIn:"root",factory:()=>new it(Object(n.dc)(l),window,Object(n.dc)(n.n))}),e})();class it{constructor(e,t,i){this.document=e,this.window=t,this.errorHandler=i,this.offset=()=>[0,0]}setOffset(e){this.offset=Array.isArray(e)?()=>e:e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector(`#${e}`);if(t)return void this.scrollToElement(t);const i=this.document.querySelector(`[name='${e}']`);if(i)return void this.scrollToElement(i)}catch(t){this.errorHandler.handleError(t)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),i=t.left+this.window.pageXOffset,n=t.top+this.window.pageYOffset,a=this.offset();this.window.scrollTo(i-a[0],n-a[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}},"p/rL":function(e,t,i){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_M\u025bkalo_Zuw\u025bnkalo_Zuluyekalo_Utikalo_S\u025btanburukalo_\u0254kut\u0254burukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_M\u025b_Zuw_Zul_Uti_S\u025bt_\u0254ku_Now_Des".split("_"),weekdays:"Kari_Nt\u025bn\u025bn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Nt\u025b_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [l\u025br\u025b] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [l\u025br\u025b] HH:mm"},calendar:{sameDay:"[Bi l\u025br\u025b] LT",nextDay:"[Sini l\u025br\u025b] LT",nextWeek:"dddd [don l\u025br\u025b] LT",lastDay:"[Kunu l\u025br\u025b] LT",lastWeek:"dddd [t\u025bm\u025bnen l\u025br\u025b] LT",sameElse:"L"},relativeTime:{future:"%s k\u0254n\u0254",past:"a b\u025b %s b\u0254",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"l\u025br\u025b kelen",hh:"l\u025br\u025b %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(i("wd/R"))},pD6V:function(e,t,i){"use strict";i.d(t,"c",(function(){return y})),i.d(t,"d",(function(){return k})),i.d(t,"e",(function(){return x})),i.d(t,"h",(function(){return M})),i.d(t,"a",(function(){return L})),i.d(t,"b",(function(){return T})),i.d(t,"g",(function(){return $})),i.d(t,"j",(function(){return J})),i.d(t,"i",(function(){return X})),i.d(t,"k",(function(){return Q})),i.d(t,"f",(function(){return ee}));var n=i("fXoL"),a=i("ofXK"),s=i("XNiG"),r=i("2Vo4"),o=i("HDdC"),l=i("VRyK"),u=i("7Hc7"),c=i("LRne"),d=(i("xgIS"),i("pLZG")),m=i("lJxs"),h=i("Kj3r"),p=i("eIep"),f=i("1G5W"),g=(i("IzEk"),i("vkgz"));const _={provide:n.b,useFactory:function(e,t){return()=>{if(Object(a.J)(t)){const t=Array.from(e.querySelectorAll(`[class*=${b}]`)),i=/\bflex-layout-.+?\b/g;t.forEach(e=>{e.classList.contains(`${b}ssr`)&&e.parentNode?e.parentNode.removeChild(e):e.className.replace(i,"")})}}},deps:[a.e,n.E],multi:!0},b="flex-layout-";let y=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[_]}),e})();class v{constructor(e=!1,t="all",i="",n="",a=0){this.matches=e,this.mediaQuery=t,this.mqAlias=i,this.suffix=n,this.priority=a,this.property=""}clone(){return new v(this.matches,this.mediaQuery,this.mqAlias,this.suffix)}}let w=(()=>{class e{constructor(){this.stylesheet=new Map}addStyleToElement(e,t,i){const n=this.stylesheet.get(e);n?n.set(t,i):this.stylesheet.set(e,new Map([[t,i]]))}clearStyles(){this.stylesheet.clear()}getStyleForElement(e,t){const i=this.stylesheet.get(e);let n="";if(i){const e=i.get(t);"number"!=typeof e&&"string"!=typeof e||(n=e+"")}return n}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=Object(n.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})();const k={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0,printWithBreakpoints:[],mediaTriggerAutoRestore:!0,ssrObserveBreakpoints:[]},x=new n.s("Flex Layout token, config options for the library",{providedIn:"root",factory:()=>k}),M=new n.s("FlexLayoutServerLoaded",{providedIn:"root",factory:()=>!1}),L=new n.s("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:()=>null});function C(e,t){return e=e?e.clone():new v,t&&(e.mqAlias=t.alias,e.mediaQuery=t.mediaQuery,e.suffix=t.suffix,e.priority=t.priority),e}const S=["row","column","row-reverse","column-reverse"];function D(e){if(e)switch(e.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":e="wrap-reverse";break;case"no":case"none":case"nowrap":e="nowrap";break;default:e="wrap"}return e}let T=(()=>{class e{constructor(e,t,i,n){this.elementRef=e,this.styleBuilder=t,this.styler=i,this.marshal=n,this.DIRECTIVE_KEY="",this.inputs=[],this.mru={},this.destroySubject=new s.a,this.styleCache=new Map}get parentElement(){return this.elementRef.nativeElement.parentElement}get nativeElement(){return this.elementRef.nativeElement}get activatedValue(){return this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY)}set activatedValue(e){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,e,this.marshal.activatedAlias)}ngOnChanges(e){Object.keys(e).forEach(t=>{if(-1!==this.inputs.indexOf(t)){const i=t.split(".").slice(1).join(".");this.setValue(e[t].currentValue,i)}})}ngOnDestroy(){this.destroySubject.next(),this.destroySubject.complete(),this.marshal.releaseElement(this.nativeElement)}init(e=[]){this.marshal.init(this.elementRef.nativeElement,this.DIRECTIVE_KEY,this.updateWithValue.bind(this),this.clearStyles.bind(this),e)}addStyles(e,t){const i=this.styleBuilder,n=i.shouldCache;let a=this.styleCache.get(e);a&&n||(a=i.buildStyles(e,t),n&&this.styleCache.set(e,a)),this.mru=Object.assign({},a),this.applyStyleToElement(a),i.sideEffect(e,a,t)}clearStyles(){Object.keys(this.mru).forEach(e=>{this.mru[e]=""}),this.applyStyleToElement(this.mru),this.mru={}}triggerUpdate(){this.marshal.triggerUpdate(this.nativeElement,this.DIRECTIVE_KEY)}getFlexFlowDirection(e,t=!1){if(e){const[i,n]=this.styler.getFlowDirection(e);if(!n&&t){const t=function(e){let[t,i,n]=function(e){e=e?e.toLowerCase():"";let[t,i,n]=e.split(" ");return S.find(e=>e===t)||(t=S[0]),"inline"===i&&(i="inline"!==n?n:"",n="inline"),[t,D(i),!!n]}(e);return function(e,t=null,i=!1){return{display:i?"inline-flex":"flex","box-sizing":"border-box","flex-direction":e,"flex-wrap":t||null}}(t,i,n)}(i);this.styler.applyStyleToElements(t,[e])}return i.trim()}return"row"}applyStyleToElement(e,t,i=this.nativeElement){this.styler.applyStyleToElement(i,e,t)}setValue(e,t){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,e,t)}updateWithValue(e){this.addStyles(e)}}return e.\u0275fac=function(e){n.gc()},e.\u0275dir=n.Ob({type:e,features:[n.Db()]}),e})();const O=[{alias:"xs",mediaQuery:"screen and (min-width: 0px) and (max-width: 599.9px)",priority:1e3},{alias:"sm",mediaQuery:"screen and (min-width: 600px) and (max-width: 959.9px)",priority:900},{alias:"md",mediaQuery:"screen and (min-width: 960px) and (max-width: 1279.9px)",priority:800},{alias:"lg",mediaQuery:"screen and (min-width: 1280px) and (max-width: 1919.9px)",priority:700},{alias:"xl",mediaQuery:"screen and (min-width: 1920px) and (max-width: 4999.9px)",priority:600},{alias:"lt-sm",overlapping:!0,mediaQuery:"screen and (max-width: 599.9px)",priority:950},{alias:"lt-md",overlapping:!0,mediaQuery:"screen and (max-width: 959.9px)",priority:850},{alias:"lt-lg",overlapping:!0,mediaQuery:"screen and (max-width: 1279.9px)",priority:750},{alias:"lt-xl",overlapping:!0,priority:650,mediaQuery:"screen and (max-width: 1919.9px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"screen and (min-width: 600px)",priority:-950},{alias:"gt-sm",overlapping:!0,mediaQuery:"screen and (min-width: 960px)",priority:-850},{alias:"gt-md",overlapping:!0,mediaQuery:"screen and (min-width: 1280px)",priority:-750},{alias:"gt-lg",overlapping:!0,mediaQuery:"screen and (min-width: 1920px)",priority:-650}],E="(orientation: portrait) and (min-width: 600px) and (max-width: 839.9px)",j="(orientation: landscape) and (min-width: 960px) and (max-width: 1279.9px)",A="(orientation: portrait) and (min-width: 840px)",Y="(orientation: landscape) and (min-width: 1280px)",I={HANDSET:"(orientation: portrait) and (max-width: 599.9px), (orientation: landscape) and (max-width: 959.9px)",TABLET:`${E} , ${j}`,WEB:`${A}, ${Y} `,HANDSET_PORTRAIT:"(orientation: portrait) and (max-width: 599.9px)",TABLET_PORTRAIT:`${E} `,WEB_PORTRAIT:`${A}`,HANDSET_LANDSCAPE:"(orientation: landscape) and (max-width: 959.9px)]",TABLET_LANDSCAPE:`${j}`,WEB_LANDSCAPE:`${Y}`},F=[{alias:"handset",priority:2e3,mediaQuery:I.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:I.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:I.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:I.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:I.TABLET},{alias:"tablet.portrait",priority:2100,mediaQuery:I.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:I.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:I.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:I.WEB_PORTRAIT,overlapping:!0}],P=/(\.|-|_)/g;function R(e){let t=e.length>0?e.charAt(0):"",i=e.length>1?e.slice(1):"";return t.toUpperCase()+i}const N=new n.s("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:()=>{const e=Object(n.X)(L),t=Object(n.X)(x),i=[].concat.apply([],(e||[]).map(e=>Array.isArray(e)?e:[e]));return function(e,t=[]){const i={};return e.forEach(e=>{i[e.alias]=e}),t.forEach(e=>{i[e.alias]?function(e,...t){if(null==e)throw TypeError("Cannot convert undefined or null to object");for(let i of t)if(null!=i)for(let t in i)i.hasOwnProperty(t)&&(e[t]=i[t])}(i[e.alias],e):i[e.alias]=e}),(n=Object.keys(i).map(e=>i[e])).forEach(e=>{e.suffix||(e.suffix=e.alias.replace(P,"|").split("|").map(R).join(""),e.overlapping=!!e.overlapping)}),n;var n}((t.disableDefaultBps?[]:O).concat(t.addOrientationBps?F:[]),i)}});function q(e,t){return(t&&t.priority||0)-(e&&e.priority||0)}function H(e,t){return(e.priority||0)-(t.priority||0)}let B=(()=>{class e{constructor(e){this.findByMap=new Map,this.items=[...e].sort(H)}findByAlias(e){return e?this.findWithPredicate(e,t=>t.alias==e):null}findByQuery(e){return this.findWithPredicate(e,t=>t.mediaQuery==e)}get overlappings(){return this.items.filter(e=>1==e.overlapping)}get aliases(){return this.items.map(e=>e.alias)}get suffixes(){return this.items.map(e=>e.suffix?e.suffix:"")}findWithPredicate(e,t){let i=this.findByMap.get(e);return i||(i=this.items.find(t)||null,this.findByMap.set(e,i)),i||null}}return e.\u0275fac=function(t){return new(t||e)(n.dc(N))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(N))},token:e,providedIn:"root"}),e})(),V=(()=>{class e{constructor(e,t,i){this._zone=e,this._platformId=t,this._document=i,this.source=new r.a(new v(!0)),this.registry=new Map,this._observable$=this.source.asObservable()}get activations(){const e=[];return this.registry.forEach((t,i)=>{t.matches&&e.push(i)}),e}isActive(e){const t=this.registry.get(e);return!!t&&t.matches}observe(e,t=!1){if(e&&e.length){const i=this._observable$.pipe(Object(d.a)(i=>!t||e.indexOf(i.mediaQuery)>-1)),n=new o.a(t=>{const i=this.registerQuery(e);if(i.length){const e=i.pop();i.forEach(e=>{t.next(e)}),this.source.next(e)}t.complete()});return Object(l.a)(n,i)}return this._observable$}registerQuery(e){const t=Array.isArray(e)?e:[e],i=[];return function(e,t){const i=e.filter(e=>!z[e]);if(i.length>0){const e=i.join(", ");try{const n=t.createElement("style");n.setAttribute("type","text/css"),n.styleSheet||n.appendChild(t.createTextNode(`\n/*\n  @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n  see http://bit.ly/2sd4HMP\n*/\n@media ${e} {.fx-query-test{ }}\n`)),t.head.appendChild(n),i.forEach(e=>z[e]=n)}catch(n){console.error(n)}}}(t,this._document),t.forEach(e=>{let t=this.registry.get(e);t||(t=this.buildMQL(e),t.addListener(t=>{this._zone.run(()=>this.source.next(new v(t.matches,e)))}),this.registry.set(e,t)),t.matches&&i.push(new v(!0,e))}),i}buildMQL(e){return function(e,t){return t&&window.matchMedia("all").addListener?window.matchMedia(e):{matches:"all"===e||""===e,media:e,addListener:()=>{},removeListener:()=>{}}}(e,Object(a.J)(this._platformId))}}return e.\u0275fac=function(t){return new(t||e)(n.dc(n.C),n.dc(n.E),n.dc(a.e))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(n.C),Object(n.dc)(n.E),Object(n.dc)(a.e))},token:e,providedIn:"root"}),e})();const z={},W={alias:"print",mediaQuery:"print",priority:1e3};let U=(()=>{class e{constructor(e,t,i){this.breakpoints=e,this.layoutConfig=t,this._document=i,this.registeredBeforeAfterPrintHooks=!1,this.isPrintingBeforeAfterEvent=!1,this.isPrinting=!1,this.queue=new G,this.deactivations=[]}withPrintQuery(e){return[...e,"print"]}isPrintEvent(e){return e.mediaQuery.startsWith("print")}get printAlias(){return this.layoutConfig.printWithBreakpoints||[]}get printBreakPoints(){return this.printAlias.map(e=>this.breakpoints.findByAlias(e)).filter(e=>null!==e)}getEventBreakpoints({mediaQuery:e}){const t=this.breakpoints.findByQuery(e);return(t?[...this.printBreakPoints,t]:this.printBreakPoints).sort(q)}updateEvent(e){let t=this.breakpoints.findByQuery(e.mediaQuery);return this.isPrintEvent(e)&&(t=this.getEventBreakpoints(e)[0],e.mediaQuery=t?t.mediaQuery:""),C(e,t)}registerBeforeAfterPrintHooks(e){this._document.defaultView&&!this.registeredBeforeAfterPrintHooks&&(this.registeredBeforeAfterPrintHooks=!0,this._document.defaultView.addEventListener("beforeprint",()=>{this.isPrinting||(this.isPrintingBeforeAfterEvent=!0,this.startPrinting(e,this.getEventBreakpoints(new v(!0,"print"))),e.updateStyles())}),this._document.defaultView.addEventListener("afterprint",()=>{this.isPrintingBeforeAfterEvent=!1,this.isPrinting&&(this.stopPrinting(e),e.updateStyles())}))}interceptEvents(e){return this.registerBeforeAfterPrintHooks(e),t=>{this.isPrintEvent(t)?t.matches&&!this.isPrinting?(this.startPrinting(e,this.getEventBreakpoints(t)),e.updateStyles()):t.matches||!this.isPrinting||this.isPrintingBeforeAfterEvent||(this.stopPrinting(e),e.updateStyles()):this.collectActivations(t)}}blockPropagation(){return e=>!(this.isPrinting||this.isPrintEvent(e))}startPrinting(e,t){this.isPrinting=!0,e.activatedBreakpoints=this.queue.addPrintBreakpoints(t)}stopPrinting(e){e.activatedBreakpoints=this.deactivations,this.deactivations=[],this.queue.clear(),this.isPrinting=!1}collectActivations(e){if(!this.isPrinting||this.isPrintingBeforeAfterEvent)if(e.matches)this.isPrintingBeforeAfterEvent||(this.deactivations=[]);else{const t=this.breakpoints.findByQuery(e.mediaQuery);t&&(this.deactivations.push(t),this.deactivations.sort(q))}}}return e.\u0275fac=function(t){return new(t||e)(n.dc(B),n.dc(x),n.dc(a.e))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(B),Object(n.dc)(x),Object(n.dc)(a.e))},token:e,providedIn:"root"}),e})();class G{constructor(){this.printBreakpoints=[]}addPrintBreakpoints(e){return e.push(W),e.sort(q),e.forEach(e=>this.addBreakpoint(e)),this.printBreakpoints}addBreakpoint(e){e&&void 0===this.printBreakpoints.find(t=>t.mediaQuery===e.mediaQuery)&&(this.printBreakpoints=function(e){return!!e&&e.mediaQuery.startsWith("print")}(e)?[e,...this.printBreakpoints]:[...this.printBreakpoints,e])}clear(){this.printBreakpoints=[]}}let $=(()=>{class e{constructor(e,t,i){this.breakpoints=e,this.matchMedia=t,this.hook=i,this.filterOverlaps=!1,this.destroyed$=new s.a,this._media$=this.watchActivations(),this.media$=this._media$.pipe(Object(d.a)(e=>e.length>0),Object(m.a)(e=>e[0]))}ngOnDestroy(){this.destroyed$.next(),this.destroyed$.complete()}asObservable(){return this._media$}isActive(e){return function(e){return Array.isArray(e)?e:[e]}(e).map(e=>e.split(",")).reduce((e,t)=>e.concat(t)).map(e=>e.trim()).some(e=>{const t=function(e,t){const i=t.findByAlias(e)||t.findByQuery(e);return i?i.mediaQuery:e}(e,this.breakpoints);return this.matchMedia.isActive(t)})}watchActivations(){const e=this.breakpoints.items.map(e=>e.mediaQuery);return this.buildObservable(e)}buildObservable(e){return this.matchMedia.observe(this.hook.withPrintQuery(e)).pipe(Object(d.a)(e=>e.matches),Object(h.a)(0,u.a),Object(p.a)(e=>Object(c.a)(this.findAllActivations())),Object(m.a)(e=>this.filterOverlaps?e.filter(e=>{const t=this.breakpoints.findByQuery(e.mediaQuery);return!t||!t.overlapping}):e),Object(d.a)(e=>e.filter(e=>e.mediaQuery.length>0).length>0),Object(f.a)(this.destroyed$))}findAllActivations(){return this.matchMedia.activations.map(e=>new v(!0,e)).map(e=>this.hook.isPrintEvent(e)?this.hook.updateEvent(e):e).map(e=>C(e,this.breakpoints.findByQuery(e.mediaQuery))).sort(q)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(B),n.dc(V),n.dc(U))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(B),Object(n.dc)(V),Object(n.dc)(U))},token:e,providedIn:"root"}),e})();function Z(e){for(let t in e){let i=e[t]||"";switch(t){case"display":e.display="flex"===i?["-webkit-flex","flex"]:"inline-flex"===i?["-webkit-inline-flex","inline-flex"]:i;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":e["-webkit-"+t]=i;break;case"flex-direction":i=i||"row",e["-webkit-flex-direction"]=i,e["flex-direction"]=i;break;case"order":e.order=e["-webkit-"+t]=isNaN(+i)?"0":i}}return e}let J=(()=>{class e{constructor(e,t,i,n){this._serverStylesheet=e,this._serverModuleLoaded=t,this._platformId=i,this.layoutConfig=n}applyStyleToElement(e,t,i=null){let n={};"string"==typeof t&&(n[t]=i,t=n),n=this.layoutConfig.disableVendorPrefixes?t:Z(t),this._applyMultiValueStyleToElement(n,e)}applyStyleToElements(e,t=[]){const i=this.layoutConfig.disableVendorPrefixes?e:Z(e);t.forEach(e=>{this._applyMultiValueStyleToElement(i,e)})}getFlowDirection(e){let t=this.lookupStyle(e,"flex-direction");return[t||"row",this.lookupInlineStyle(e,"flex-direction")||Object(a.K)(this._platformId)&&this._serverModuleLoaded?t:""]}lookupAttributeValue(e,t){return e.getAttribute(t)||""}lookupInlineStyle(e,t){return Object(a.J)(this._platformId)?e.style.getPropertyValue(t):this._getServerStyle(e,t)}lookupStyle(e,t,i=!1){let n="";return e&&((n=this.lookupInlineStyle(e,t))||(Object(a.J)(this._platformId)?i||(n=getComputedStyle(e).getPropertyValue(t)):this._serverModuleLoaded&&(n=this._serverStylesheet.getStyleForElement(e,t)))),n?n.trim():""}_applyMultiValueStyleToElement(e,t){Object.keys(e).sort().forEach(i=>{const n=e[i],s=Array.isArray(n)?n:[n];s.sort();for(let e of s)e=e?e+"":"",Object(a.J)(this._platformId)||!this._serverModuleLoaded?Object(a.J)(this._platformId)?t.style.setProperty(i,e):this._setServerStyle(t,i,e):this._serverStylesheet.addStyleToElement(t,i,e)})}_setServerStyle(e,t,i){t=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();const n=this._readStyleAttribute(e);n[t]=i||"",this._writeStyleAttribute(e,n)}_getServerStyle(e,t){return this._readStyleAttribute(e)[t]||""}_readStyleAttribute(e){const t={},i=e.getAttribute("style");if(i){const e=i.split(/;+/g);for(let i=0;i<e.length;i++){const n=e[i].trim();if(n.length>0){const e=n.indexOf(":");if(-1===e)throw new Error(`Invalid CSS style: ${n}`);t[n.substr(0,e).trim()]=n.substr(e+1).trim()}}}return t}_writeStyleAttribute(e,t){let i="";for(const n in t)t[n]&&(i+=n+":"+t[n]+";");e.setAttribute("style",i)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(w),n.dc(M),n.dc(n.E),n.dc(x))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(w),Object(n.dc)(M),Object(n.dc)(n.E),Object(n.dc)(x))},token:e,providedIn:"root"}),e})();class X{constructor(){this.shouldCache=!0}sideEffect(e,t,i){}}function Q(e,t="1",i="1"){let n=[t,i,e],a=e.indexOf("calc");if(a>0){n[2]=K(e.substring(a).trim());let t=e.substr(0,a).trim().split(" ");2==t.length&&(n[0]=t[0],n[1]=t[1])}else if(0==a)n[2]=K(e.trim());else{let a=e.split(" ");n=3===a.length?a:[t,i,e]}return n}function K(e){return e.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}let ee=(()=>{class e{constructor(e,t,i){this.matchMedia=e,this.breakpoints=t,this.hook=i,this.activatedBreakpoints=[],this.elementMap=new Map,this.elementKeyMap=new WeakMap,this.watcherMap=new WeakMap,this.updateMap=new WeakMap,this.clearMap=new WeakMap,this.subject=new s.a,this.observeActivations()}get activatedAlias(){return this.activatedBreakpoints[0]?this.activatedBreakpoints[0].alias:""}onMediaChange(e){const t=this.findByQuery(e.mediaQuery);t&&((e=C(e,t)).matches&&-1===this.activatedBreakpoints.indexOf(t)?(this.activatedBreakpoints.push(t),this.activatedBreakpoints.sort(q),this.updateStyles()):e.matches||-1===this.activatedBreakpoints.indexOf(t)||(this.activatedBreakpoints.splice(this.activatedBreakpoints.indexOf(t),1),this.activatedBreakpoints.sort(q),this.updateStyles()))}init(e,t,i,n,a=[]){te(this.updateMap,e,t,i),te(this.clearMap,e,t,n),this.buildElementKeyMap(e,t),this.watchExtraTriggers(e,t,a)}getValue(e,t,i){const n=this.elementMap.get(e);if(n){const e=void 0!==i?n.get(i):this.getActivatedValues(n,t);if(e)return e.get(t)}}hasValue(e,t){const i=this.elementMap.get(e);if(i){const e=this.getActivatedValues(i,t);if(e)return void 0!==e.get(t)||!1}return!1}setValue(e,t,i,n){let a=this.elementMap.get(e);if(a){const s=(a.get(n)||new Map).set(t,i);a.set(n,s),this.elementMap.set(e,a)}else a=(new Map).set(n,(new Map).set(t,i)),this.elementMap.set(e,a);const s=this.getValue(e,t);void 0!==s&&this.updateElement(e,t,s)}trackValue(e,t){return this.subject.asObservable().pipe(Object(d.a)(i=>i.element===e&&i.key===t))}updateStyles(){this.elementMap.forEach((e,t)=>{const i=new Set(this.elementKeyMap.get(t));let n=this.getActivatedValues(e);n&&n.forEach((e,n)=>{this.updateElement(t,n,e),i.delete(n)}),i.forEach(i=>{if(n=this.getActivatedValues(e,i),n){const e=n.get(i);this.updateElement(t,i,e)}else this.clearElement(t,i)})})}clearElement(e,t){const i=this.clearMap.get(e);if(i){const n=i.get(t);n&&(n(),this.subject.next({element:e,key:t,value:""}))}}updateElement(e,t,i){const n=this.updateMap.get(e);if(n){const a=n.get(t);a&&(a(i),this.subject.next({element:e,key:t,value:i}))}}releaseElement(e){const t=this.watcherMap.get(e);t&&(t.forEach(e=>e.unsubscribe()),this.watcherMap.delete(e));const i=this.elementMap.get(e);i&&(i.forEach((e,t)=>i.delete(t)),this.elementMap.delete(e))}triggerUpdate(e,t){const i=this.elementMap.get(e);if(i){const n=this.getActivatedValues(i,t);n&&(t?this.updateElement(e,t,n.get(t)):n.forEach((t,i)=>this.updateElement(e,i,t)))}}buildElementKeyMap(e,t){let i=this.elementKeyMap.get(e);i||(i=new Set,this.elementKeyMap.set(e,i)),i.add(t)}watchExtraTriggers(e,t,i){if(i&&i.length){let n=this.watcherMap.get(e);if(n||(n=new Map,this.watcherMap.set(e,n)),!n.get(t)){const a=Object(l.a)(...i).subscribe(()=>{const i=this.getValue(e,t);this.updateElement(e,t,i)});n.set(t,a)}}}findByQuery(e){return this.breakpoints.findByQuery(e)}getActivatedValues(e,t){for(let n=0;n<this.activatedBreakpoints.length;n++){const i=e.get(this.activatedBreakpoints[n].alias);if(i&&(void 0===t||i.has(t)))return i}const i=e.get("");return void 0===t||i&&i.has(t)?i:void 0}observeActivations(){const e=this.breakpoints.items.map(e=>e.mediaQuery);this.matchMedia.observe(this.hook.withPrintQuery(e)).pipe(Object(g.a)(this.hook.interceptEvents(this)),Object(d.a)(this.hook.blockPropagation())).subscribe(this.onMediaChange.bind(this))}}return e.\u0275fac=function(t){return new(t||e)(n.dc(V),n.dc(B),n.dc(U))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(V),Object(n.dc)(B),Object(n.dc)(U))},token:e,providedIn:"root"}),e})();function te(e,t,i,n){if(void 0!==n){let a=e.get(t);a||(a=new Map,e.set(t,a)),a.set(i,n)}}},pLZG:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(e,t){return function(i){return i.lift(new s(e,t))}}class s{constructor(e,t){this.predicate=e,this.thisArg=t}call(e,t){return t.subscribe(new r(e,this.predicate,this.thisArg))}}class r extends n.a{constructor(e,t,i){super(e),this.predicate=t,this.thisArg=i,this.count=0}_next(e){let t;try{t=this.predicate.call(this.thisArg,e,this.count++)}catch(i){return void this.destination.error(i)}t&&this.destination.next(e)}}},qFsG:function(e,t,i){"use strict";var n=i("nLfN"),a=i("fXoL"),s=i("8LU1"),r=i("EY2u"),o=i("XNiG");i("xgIS"),i("3UWI"),i("1G5W");const l=Object(n.f)({passive:!0});let u=(()=>{class e{constructor(e,t){this._platform=e,this._ngZone=t,this._monitoredElements=new Map}monitor(e){if(!this._platform.isBrowser)return r.a;const t=Object(s.e)(e),i=this._monitoredElements.get(t);if(i)return i.subject.asObservable();const n=new o.a,a="cdk-text-field-autofilled",u=e=>{"cdk-text-field-autofill-start"!==e.animationName||t.classList.contains(a)?"cdk-text-field-autofill-end"===e.animationName&&t.classList.contains(a)&&(t.classList.remove(a),this._ngZone.run(()=>n.next({target:e.target,isAutofilled:!1}))):(t.classList.add(a),this._ngZone.run(()=>n.next({target:e.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{t.addEventListener("animationstart",u,l),t.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(t,{subject:n,unlisten:()=>{t.removeEventListener("animationstart",u,l)}}),n.asObservable()}stopMonitoring(e){const t=Object(s.e)(e),i=this._monitoredElements.get(t);i&&(i.unlisten(),i.subject.complete(),t.classList.remove("cdk-text-field-autofill-monitored"),t.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(t))}ngOnDestroy(){this._monitoredElements.forEach((e,t)=>this.stopMonitoring(t))}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.a),a.dc(a.C))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(n.a),Object(a.dc)(a.C))},token:e,providedIn:"root"}),e})(),c=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},imports:[[n.b]]}),e})();var d=i("FKr1"),m=i("kmnG"),h=i("ofXK"),p=i("3Pt+");i.d(t,"a",(function(){return f})),i.d(t,"b",(function(){return v})),i.d(t,"c",(function(){return w}));const f=new a.s("MAT_INPUT_VALUE_ACCESSOR"),g=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let _=0;class b{constructor(e,t,i,n){this._defaultErrorStateMatcher=e,this._parentForm=t,this._parentFormGroup=i,this.ngControl=n}}const y=Object(d.x)(b);let v=(()=>{class e extends y{constructor(e,t,i,a,s,r,l,u,c){super(r,a,s,i),this._elementRef=e,this._platform=t,this.ngControl=i,this._autofillMonitor=u,this._uid=`mat-input-${_++}`,this._isServer=!1,this._isNativeSelect=!1,this.focused=!1,this.stateChanges=new o.a,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._required=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(e=>Object(n.e)().has(e));const d=this._elementRef.nativeElement;this._inputValueAccessor=l||d,this._previousNativeValue=this.value,this.id=this.id,t.IOS&&c.runOutsideAngular(()=>{e.nativeElement.addEventListener("keyup",e=>{let t=e.target;t.value||t.selectionStart||t.selectionEnd||(t.setSelectionRange(1,1),t.setSelectionRange(0,0))})}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===d.nodeName.toLowerCase(),this._isNativeSelect&&(this.controlType=d.multiple?"mat-native-select-multiple":"mat-native-select")}get disabled(){return this.ngControl&&null!==this.ngControl.disabled?this.ngControl.disabled:this._disabled}set disabled(e){this._disabled=Object(s.c)(e),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(e){this._id=e||this._uid}get required(){return this._required}set required(e){this._required=Object(s.c)(e)}get type(){return this._type}set type(e){this._type=e||"text",this._validateType(),!this._isTextarea()&&Object(n.e)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(e){e!==this.value&&(this._inputValueAccessor.value=e,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(e){this._readonly=Object(s.c)(e)}ngOnInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(e=>{this.autofilled=e.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement)}ngDoCheck(){this.ngControl&&this.updateErrorState(),this._dirtyCheckNativeValue()}focus(e){this._elementRef.nativeElement.focus(e)}_focusChanged(e){e===this.focused||this.readonly&&e||(this.focused=e,this.stateChanges.next())}_onInput(){}_isTextarea(){return"textarea"===this._elementRef.nativeElement.nodeName.toLowerCase()}_dirtyCheckNativeValue(){const e=this._elementRef.nativeElement.value;this._previousNativeValue!==e&&(this._previousNativeValue=e,this.stateChanges.next())}_validateType(){if(g.indexOf(this._type)>-1)throw Error(`Input type "${this._type}" isn't supported by matInput.`)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let e=this._elementRef.nativeElement.validity;return e&&e.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const e=this._elementRef.nativeElement,t=e.options[0];return this.focused||e.multiple||!this.empty||!!(e.selectedIndex>-1&&t&&t.label)}return this.focused||!this.empty}setDescribedByIds(e){this._ariaDescribedby=e.join(" ")}onContainerClick(){this.focused||this.focus()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(n.a),a.Tb(p.l,10),a.Tb(p.o,8),a.Tb(p.g,8),a.Tb(d.b),a.Tb(f,10),a.Tb(u),a.Tb(a.C))},e.\u0275dir=a.Ob({type:e,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-input-element","mat-form-field-autofill-control"],hostVars:10,hostBindings:function(e,t){1&e&&a.hc("blur",(function(e){return t._focusChanged(!1)}))("focus",(function(e){return t._focusChanged(!0)}))("input",(function(e){return t._onInput()})),2&e&&(a.cc("disabled",t.disabled)("required",t.required),a.Gb("id",t.id)("placeholder",t.placeholder)("readonly",t.readonly&&!t._isNativeSelect||null)("aria-describedby",t._ariaDescribedby||null)("aria-invalid",t.errorState)("aria-required",t.required.toString()),a.Jb("mat-input-server",t._isServer))},inputs:{id:"id",disabled:"disabled",required:"required",type:"type",value:"value",readonly:"readonly",placeholder:"placeholder",errorStateMatcher:"errorStateMatcher"},exportAs:["matInput"],features:[a.Eb([{provide:m.c,useExisting:e}]),a.Cb,a.Db()]}),e})(),w=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},providers:[d.b],imports:[[h.c,c,m.d],c,m.d]}),e})()},quSY:function(e,t,i){"use strict";var n=i("DH7j"),a=i("XoHu"),s=i("n6bG");const r=(()=>{function e(e){return Error.call(this),this.message=e?`${e.length} errors occurred during unsubscription:\n${e.map((e,t)=>`${t+1}) ${e.toString()}`).join("\n  ")}`:"",this.name="UnsubscriptionError",this.errors=e,this}return e.prototype=Object.create(Error.prototype),e})();i.d(t,"a",(function(){return o}));let o=(()=>{class e{constructor(e){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,e&&(this._unsubscribe=e)}unsubscribe(){let t;if(this.closed)return;let{_parentOrParents:i,_unsubscribe:o,_subscriptions:u}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,i instanceof e)i.remove(this);else if(null!==i)for(let e=0;e<i.length;++e)i[e].remove(this);if(Object(s.a)(o))try{o.call(this)}catch(c){t=c instanceof r?l(c.errors):[c]}if(Object(n.a)(u)){let e=-1,i=u.length;for(;++e<i;){const i=u[e];if(Object(a.a)(i))try{i.unsubscribe()}catch(c){t=t||[],c instanceof r?t=t.concat(l(c.errors)):t.push(c)}}}if(t)throw new r(t)}add(t){let i=t;if(!t)return e.EMPTY;switch(typeof t){case"function":i=new e(t);case"object":if(i===this||i.closed||"function"!=typeof i.unsubscribe)return i;if(this.closed)return i.unsubscribe(),i;if(!(i instanceof e)){const t=i;i=new e,i._subscriptions=[t]}break;default:throw new Error("unrecognized teardown "+t+" added to Subscription.")}let{_parentOrParents:n}=i;if(null===n)i._parentOrParents=this;else if(n instanceof e){if(n===this)return i;i._parentOrParents=[n,this]}else{if(-1!==n.indexOf(this))return i;n.push(this)}const a=this._subscriptions;return null===a?this._subscriptions=[i]:a.push(i),i}remove(e){const t=this._subscriptions;if(t){const i=t.indexOf(e);-1!==i&&t.splice(i,1)}}}var t;return e.EMPTY=((t=new e).closed=!0,t),e})();function l(e){return e.reduce((e,t)=>e.concat(t instanceof r?t.errors:t),[])}},"rB/T":function(e,t,i){"use strict";function n(e){for(var i in e)t.hasOwnProperty(i)||(t[i]=e[i])}Object.defineProperty(t,"__esModule",{value:!0}),n(i("LbVS")),n(i("vauT")),n(i("PsNa"))},rDax:function(e,t,i){"use strict";i.d(t,"a",(function(){return z})),i.d(t,"b",(function(){return V})),i.d(t,"c",(function(){return q})),i.d(t,"d",(function(){return L})),i.d(t,"e",(function(){return j})),i.d(t,"f",(function(){return U}));var n=i("vxfF"),a=i("fXoL"),s=i("nLfN"),r=i("cH1L"),o=i("ofXK"),l=i("8LU1"),u=i("+rOU"),c=i("XNiG"),d=i("quSY"),m=i("HDdC"),h=i("VRyK"),p=i("IzEk"),f=i("1G5W"),g=i("FtGj");class _{constructor(e,t){this._viewportRuler=e,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=t}attach(){}enable(){if(this._canBeEnabled()){const e=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=e.style.left||"",this._previousHTMLStyles.top=e.style.top||"",e.style.left=Object(l.d)(-this._previousScrollPosition.left),e.style.top=Object(l.d)(-this._previousScrollPosition.top),e.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const e=this._document.documentElement,t=e.style,i=this._document.body.style,n=t.scrollBehavior||"",a=i.scrollBehavior||"";this._isEnabled=!1,t.left=this._previousHTMLStyles.left,t.top=this._previousHTMLStyles.top,e.classList.remove("cdk-global-scrollblock"),t.scrollBehavior=i.scrollBehavior="auto",window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),t.scrollBehavior=n,i.scrollBehavior=a}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const e=this._document.body,t=this._viewportRuler.getViewportSize();return e.scrollHeight>t.height||e.scrollWidth>t.width}}function b(){return Error("Scroll strategy has already been attached.")}class y{constructor(e,t,i,n){this._scrollDispatcher=e,this._ngZone=t,this._viewportRuler=i,this._config=n,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(e){if(this._overlayRef)throw b();this._overlayRef=e}enable(){if(this._scrollSubscription)return;const e=this._scrollDispatcher.scrolled(0);this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=e.subscribe(()=>{const e=this._viewportRuler.getViewportScrollPosition().top;Math.abs(e-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=e.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class v{enable(){}disable(){}attach(){}}function w(e,t){return t.some(t=>e.bottom<t.top||e.top>t.bottom||e.right<t.left||e.left>t.right)}function k(e,t){return t.some(t=>e.top<t.top||e.bottom>t.bottom||e.left<t.left||e.right>t.right)}class x{constructor(e,t,i,n){this._scrollDispatcher=e,this._viewportRuler=t,this._ngZone=i,this._config=n,this._scrollSubscription=null}attach(e){if(this._overlayRef)throw b();this._overlayRef=e}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const e=this._overlayRef.overlayElement.getBoundingClientRect(),{width:t,height:i}=this._viewportRuler.getViewportSize();w(e,[{width:t,height:i,bottom:i,right:t,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let M=(()=>{class e{constructor(e,t,i,n){this._scrollDispatcher=e,this._viewportRuler=t,this._ngZone=i,this.noop=()=>new v,this.close=e=>new y(this._scrollDispatcher,this._ngZone,this._viewportRuler,e),this.block=()=>new _(this._viewportRuler,this._document),this.reposition=e=>new x(this._scrollDispatcher,this._viewportRuler,this._ngZone,e),this._document=n}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.b),a.dc(n.d),a.dc(a.C),a.dc(o.e))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(n.b),Object(a.dc)(n.d),Object(a.dc)(a.C),Object(a.dc)(o.e))},token:e,providedIn:"root"}),e})();class L{constructor(e){if(this.scrollStrategy=new v,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,e){const t=Object.keys(e);for(const i of t)void 0!==e[i]&&(this[i]=e[i])}}}class C{constructor(e,t,i,n,a){this.offsetX=i,this.offsetY=n,this.panelClass=a,this.originX=e.originX,this.originY=e.originY,this.overlayX=t.overlayX,this.overlayY=t.overlayY}}class S{constructor(e,t){this.connectionPair=e,this.scrollableViewProperties=t}}function D(e,t){if("top"!==t&&"bottom"!==t&&"center"!==t)throw Error(`ConnectedPosition: Invalid ${e} "${t}". `+'Expected "top", "bottom" or "center".')}function T(e,t){if("start"!==t&&"end"!==t&&"center"!==t)throw Error(`ConnectedPosition: Invalid ${e} "${t}". `+'Expected "start", "end" or "center".')}let O=(()=>{class e{constructor(e){this._attachedOverlays=[],this._keydownListener=e=>{const t=this._attachedOverlays;for(let i=t.length-1;i>-1;i--)if(t[i]._keydownEventSubscriptions>0){t[i]._keydownEvents.next(e);break}},this._document=e}ngOnDestroy(){this._detach()}add(e){this.remove(e),this._isAttached||(this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0),this._attachedOverlays.push(e)}remove(e){const t=this._attachedOverlays.indexOf(e);t>-1&&this._attachedOverlays.splice(t,1),0===this._attachedOverlays.length&&this._detach()}_detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(o.e))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(o.e))},token:e,providedIn:"root"}),e})();const E=!("undefined"==typeof window||!window||!window.__karma__&&!window.jasmine);let j=(()=>{class e{constructor(e,t){this._platform=t,this._document=e}ngOnDestroy(){const e=this._containerElement;e&&e.parentNode&&e.parentNode.removeChild(e)}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const e=this._platform?this._platform.isBrowser:"undefined"!=typeof window;if(e||E){const e=this._document.querySelectorAll('.cdk-overlay-container[platform="server"], .cdk-overlay-container[platform="test"]');for(let t=0;t<e.length;t++)e[t].parentNode.removeChild(e[t])}const t=this._document.createElement("div");t.classList.add("cdk-overlay-container"),E?t.setAttribute("platform","test"):e||t.setAttribute("platform","server"),this._document.body.appendChild(t),this._containerElement=t}}return e.\u0275fac=function(t){return new(t||e)(a.dc(o.e),a.dc(s.a))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(o.e),Object(a.dc)(s.a))},token:e,providedIn:"root"}),e})();class A{constructor(e,t,i,n,a,s,r,o){this._portalOutlet=e,this._host=t,this._pane=i,this._config=n,this._ngZone=a,this._keyboardDispatcher=s,this._document=r,this._location=o,this._backdropElement=null,this._backdropClick=new c.a,this._attachments=new c.a,this._detachments=new c.a,this._locationChanges=d.a.EMPTY,this._backdropClickHandler=e=>this._backdropClick.next(e),this._keydownEventsObservable=new m.a(e=>{const t=this._keydownEvents.subscribe(e);return this._keydownEventSubscriptions++,()=>{t.unsubscribe(),this._keydownEventSubscriptions--}}),this._keydownEvents=new c.a,this._keydownEventSubscriptions=0,n.scrollStrategy&&(this._scrollStrategy=n.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=n.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(e){let t=this._portalOutlet.attach(e);return this._positionStrategy&&this._positionStrategy.attach(this),!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._ngZone.onStable.asObservable().pipe(Object(p.a)(1)).subscribe(()=>{this.hasAttached()&&this.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&this._location&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),t}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const e=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenStable(),this._locationChanges.unsubscribe(),e}dispose(){const e=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this.detachBackdrop(),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._host&&this._host.parentNode&&(this._host.parentNode.removeChild(this._host),this._host=null),this._previousHostParent=this._pane=null,e&&this._detachments.next(),this._detachments.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick.asObservable()}attachments(){return this._attachments.asObservable()}detachments(){return this._detachments.asObservable()}keydownEvents(){return this._keydownEventsObservable}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(e){e!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=e,this.hasAttached()&&(e.attach(this),this.updatePosition()))}updateSize(e){this._config=Object.assign(Object.assign({},this._config),e),this._updateElementSize()}setDirection(e){this._config=Object.assign(Object.assign({},this._config),{direction:e}),this._updateElementDirection()}addPanelClass(e){this._pane&&this._toggleClasses(this._pane,e,!0)}removePanelClass(e){this._pane&&this._toggleClasses(this._pane,e,!1)}getDirection(){const e=this._config.direction;return e?"string"==typeof e?e:e.value:"ltr"}updateScrollStrategy(e){e!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=e,this.hasAttached()&&(e.attach(this),e.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const e=this._pane.style;e.width=Object(l.d)(this._config.width),e.height=Object(l.d)(this._config.height),e.minWidth=Object(l.d)(this._config.minWidth),e.minHeight=Object(l.d)(this._config.minHeight),e.maxWidth=Object(l.d)(this._config.maxWidth),e.maxHeight=Object(l.d)(this._config.maxHeight)}_togglePointerEvents(e){this._pane.style.pointerEvents=e?"auto":"none"}_attachBackdrop(){this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add("cdk-overlay-backdrop-showing")})}):this._backdropElement.classList.add("cdk-overlay-backdrop-showing")}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){let e,t=this._backdropElement;if(!t)return;let i=()=>{t&&(t.removeEventListener("click",this._backdropClickHandler),t.removeEventListener("transitionend",i),t.parentNode&&t.parentNode.removeChild(t)),this._backdropElement==t&&(this._backdropElement=null),this._config.backdropClass&&this._toggleClasses(t,this._config.backdropClass,!1),clearTimeout(e)};t.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{t.addEventListener("transitionend",i)}),t.style.pointerEvents="none",e=this._ngZone.runOutsideAngular(()=>setTimeout(i,500))}_toggleClasses(e,t,i){const n=e.classList;Object(l.b)(t).forEach(e=>{e&&(i?n.add(e):n.remove(e))})}_detachContentWhenStable(){this._ngZone.runOutsideAngular(()=>{const e=this._ngZone.onStable.asObservable().pipe(Object(f.a)(Object(h.a)(this._attachments,this._detachments))).subscribe(()=>{this._pane&&this._host&&0!==this._pane.children.length||(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._previousHostParent.removeChild(this._host)),e.unsubscribe())})})}_disposeScrollStrategy(){const e=this._scrollStrategy;e&&(e.disable(),e.detach&&e.detach())}}class Y{constructor(e,t,i,n,a){this._viewportRuler=t,this._document=i,this._platform=n,this._overlayContainer=a,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this._scrollables=[],this._preferredPositions=[],this._positionChanges=new c.a,this._resizeSubscription=d.a.EMPTY,this._offsetX=0,this._offsetY=0,this._appliedPanelClasses=[],this.positionChanges=this._positionChanges.asObservable(),this.setOrigin(e)}get positions(){return this._preferredPositions}attach(e){if(this._overlayRef&&e!==this._overlayRef)throw Error("This position strategy is already attached to an overlay");this._validatePositions(),e.hostElement.classList.add("cdk-overlay-connected-position-bounding-box"),this._overlayRef=e,this._boundingBox=e.hostElement,this._pane=e.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect();const e=this._originRect,t=this._overlayRect,i=this._viewportRect,n=[];let a;for(let s of this._preferredPositions){let r=this._getOriginPoint(e,s),o=this._getOverlayPoint(r,t,s),l=this._getOverlayFit(o,t,i,s);if(l.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(s,r);this._canFitWithFlexibleDimensions(l,o,i)?n.push({position:s,origin:r,overlayRect:t,boundingBoxRect:this._calculateBoundingBoxRect(r,s)}):(!a||a.overlayFit.visibleArea<l.visibleArea)&&(a={overlayFit:l,overlayPoint:o,originPoint:r,position:s,overlayRect:t})}if(n.length){let e=null,t=-1;for(const i of n){const n=i.boundingBoxRect.width*i.boundingBoxRect.height*(i.position.weight||1);n>t&&(t=n,e=i)}return this._isPushed=!1,void this._applyPosition(e.position,e.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(a.position,a.originPoint);this._applyPosition(a.position,a.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&I(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove("cdk-overlay-connected-position-bounding-box"),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(!this._isDisposed&&(!this._platform||this._platform.isBrowser)){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect();const e=this._lastPosition||this._preferredPositions[0],t=this._getOriginPoint(this._originRect,e);this._applyPosition(e,t)}}withScrollableContainers(e){return this._scrollables=e,this}withPositions(e){return this._preferredPositions=e,-1===e.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(e){return this._viewportMargin=e,this}withFlexibleDimensions(e=!0){return this._hasFlexibleDimensions=e,this}withGrowAfterOpen(e=!0){return this._growAfterOpen=e,this}withPush(e=!0){return this._canPush=e,this}withLockedPosition(e=!0){return this._positionLocked=e,this}setOrigin(e){return this._origin=e,this}withDefaultOffsetX(e){return this._offsetX=e,this}withDefaultOffsetY(e){return this._offsetY=e,this}withTransformOriginOn(e){return this._transformOriginSelector=e,this}_getOriginPoint(e,t){let i,n;if("center"==t.originX)i=e.left+e.width/2;else{const n=this._isRtl()?e.right:e.left,a=this._isRtl()?e.left:e.right;i="start"==t.originX?n:a}return n="center"==t.originY?e.top+e.height/2:"top"==t.originY?e.top:e.bottom,{x:i,y:n}}_getOverlayPoint(e,t,i){let n,a;return n="center"==i.overlayX?-t.width/2:"start"===i.overlayX?this._isRtl()?-t.width:0:this._isRtl()?0:-t.width,a="center"==i.overlayY?-t.height/2:"top"==i.overlayY?0:-t.height,{x:e.x+n,y:e.y+a}}_getOverlayFit(e,t,i,n){let{x:a,y:s}=e,r=this._getOffset(n,"x"),o=this._getOffset(n,"y");r&&(a+=r),o&&(s+=o);let l=0-s,u=s+t.height-i.height,c=this._subtractOverflows(t.width,0-a,a+t.width-i.width),d=this._subtractOverflows(t.height,l,u),m=c*d;return{visibleArea:m,isCompletelyWithinViewport:t.width*t.height===m,fitsInViewportVertically:d===t.height,fitsInViewportHorizontally:c==t.width}}_canFitWithFlexibleDimensions(e,t,i){if(this._hasFlexibleDimensions){const n=i.bottom-t.y,a=i.right-t.x,s=this._overlayRef.getConfig().minHeight,r=this._overlayRef.getConfig().minWidth,o=e.fitsInViewportHorizontally||null!=r&&r<=a;return(e.fitsInViewportVertically||null!=s&&s<=n)&&o}return!1}_pushOverlayOnScreen(e,t,i){if(this._previousPushAmount&&this._positionLocked)return{x:e.x+this._previousPushAmount.x,y:e.y+this._previousPushAmount.y};const n=this._viewportRect,a=Math.max(e.x+t.width-n.right,0),s=Math.max(e.y+t.height-n.bottom,0),r=Math.max(n.top-i.top-e.y,0),o=Math.max(n.left-i.left-e.x,0);let l=0,u=0;return l=t.width<=n.width?o||-a:e.x<this._viewportMargin?n.left-i.left-e.x:0,u=t.height<=n.height?r||-s:e.y<this._viewportMargin?n.top-i.top-e.y:0,this._previousPushAmount={x:l,y:u},{x:e.x+l,y:e.y+u}}_applyPosition(e,t){if(this._setTransformOrigin(e),this._setOverlayElementStyles(t,e),this._setBoundingBoxStyles(t,e),e.panelClass&&this._addPanelClasses(e.panelClass),this._lastPosition=e,this._positionChanges.observers.length){const t=this._getScrollVisibility(),i=new S(e,t);this._positionChanges.next(i)}this._isInitialRender=!1}_setTransformOrigin(e){if(!this._transformOriginSelector)return;const t=this._boundingBox.querySelectorAll(this._transformOriginSelector);let i,n=e.overlayY;i="center"===e.overlayX?"center":this._isRtl()?"start"===e.overlayX?"right":"left":"start"===e.overlayX?"left":"right";for(let a=0;a<t.length;a++)t[a].style.transformOrigin=`${i} ${n}`}_calculateBoundingBoxRect(e,t){const i=this._viewportRect,n=this._isRtl();let a,s,r,o,l,u;if("top"===t.overlayY)s=e.y,a=i.height-s+this._viewportMargin;else if("bottom"===t.overlayY)r=i.height-e.y+2*this._viewportMargin,a=i.height-r+this._viewportMargin;else{const t=Math.min(i.bottom-e.y+i.top,e.y),n=this._lastBoundingBoxSize.height;a=2*t,s=e.y-t,a>n&&!this._isInitialRender&&!this._growAfterOpen&&(s=e.y-n/2)}if("end"===t.overlayX&&!n||"start"===t.overlayX&&n)u=i.width-e.x+this._viewportMargin,o=e.x-this._viewportMargin;else if("start"===t.overlayX&&!n||"end"===t.overlayX&&n)l=e.x,o=i.right-e.x;else{const t=Math.min(i.right-e.x+i.left,e.x),n=this._lastBoundingBoxSize.width;o=2*t,l=e.x-t,o>n&&!this._isInitialRender&&!this._growAfterOpen&&(l=e.x-n/2)}return{top:s,left:l,bottom:r,right:u,width:o,height:a}}_setBoundingBoxStyles(e,t){const i=this._calculateBoundingBoxRect(e,t);this._isInitialRender||this._growAfterOpen||(i.height=Math.min(i.height,this._lastBoundingBoxSize.height),i.width=Math.min(i.width,this._lastBoundingBoxSize.width));const n={};if(this._hasExactPosition())n.top=n.left="0",n.bottom=n.right=n.maxHeight=n.maxWidth="",n.width=n.height="100%";else{const e=this._overlayRef.getConfig().maxHeight,a=this._overlayRef.getConfig().maxWidth;n.height=Object(l.d)(i.height),n.top=Object(l.d)(i.top),n.bottom=Object(l.d)(i.bottom),n.width=Object(l.d)(i.width),n.left=Object(l.d)(i.left),n.right=Object(l.d)(i.right),n.alignItems="center"===t.overlayX?"center":"end"===t.overlayX?"flex-end":"flex-start",n.justifyContent="center"===t.overlayY?"center":"bottom"===t.overlayY?"flex-end":"flex-start",e&&(n.maxHeight=Object(l.d)(e)),a&&(n.maxWidth=Object(l.d)(a))}this._lastBoundingBoxSize=i,I(this._boundingBox.style,n)}_resetBoundingBoxStyles(){I(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){I(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(e,t){const i={},n=this._hasExactPosition(),a=this._hasFlexibleDimensions,s=this._overlayRef.getConfig();if(n){const n=this._viewportRuler.getViewportScrollPosition();I(i,this._getExactOverlayY(t,e,n)),I(i,this._getExactOverlayX(t,e,n))}else i.position="static";let r="",o=this._getOffset(t,"x"),u=this._getOffset(t,"y");o&&(r+=`translateX(${o}px) `),u&&(r+=`translateY(${u}px)`),i.transform=r.trim(),s.maxHeight&&(n?i.maxHeight=Object(l.d)(s.maxHeight):a&&(i.maxHeight="")),s.maxWidth&&(n?i.maxWidth=Object(l.d)(s.maxWidth):a&&(i.maxWidth="")),I(this._pane.style,i)}_getExactOverlayY(e,t,i){let n={top:"",bottom:""},a=this._getOverlayPoint(t,this._overlayRect,e);this._isPushed&&(a=this._pushOverlayOnScreen(a,this._overlayRect,i));let s=this._overlayContainer.getContainerElement().getBoundingClientRect().top;return a.y-=s,"bottom"===e.overlayY?n.bottom=`${this._document.documentElement.clientHeight-(a.y+this._overlayRect.height)}px`:n.top=Object(l.d)(a.y),n}_getExactOverlayX(e,t,i){let n,a={left:"",right:""},s=this._getOverlayPoint(t,this._overlayRect,e);return this._isPushed&&(s=this._pushOverlayOnScreen(s,this._overlayRect,i)),n=this._isRtl()?"end"===e.overlayX?"left":"right":"end"===e.overlayX?"right":"left","right"===n?a.right=`${this._document.documentElement.clientWidth-(s.x+this._overlayRect.width)}px`:a.left=Object(l.d)(s.x),a}_getScrollVisibility(){const e=this._getOriginRect(),t=this._pane.getBoundingClientRect(),i=this._scrollables.map(e=>e.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:k(e,i),isOriginOutsideView:w(e,i),isOverlayClipped:k(t,i),isOverlayOutsideView:w(t,i)}}_subtractOverflows(e,...t){return t.reduce((e,t)=>e-Math.max(t,0),e)}_getNarrowedViewportRect(){const e=this._document.documentElement.clientWidth,t=this._document.documentElement.clientHeight,i=this._viewportRuler.getViewportScrollPosition();return{top:i.top+this._viewportMargin,left:i.left+this._viewportMargin,right:i.left+e-this._viewportMargin,bottom:i.top+t-this._viewportMargin,width:e-2*this._viewportMargin,height:t-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(e,t){return"x"===t?null==e.offsetX?this._offsetX:e.offsetX:null==e.offsetY?this._offsetY:e.offsetY}_validatePositions(){if(!this._preferredPositions.length)throw Error("FlexibleConnectedPositionStrategy: At least one position is required.");this._preferredPositions.forEach(e=>{T("originX",e.originX),D("originY",e.originY),T("overlayX",e.overlayX),D("overlayY",e.overlayY)})}_addPanelClasses(e){this._pane&&Object(l.b)(e).forEach(e=>{""!==e&&-1===this._appliedPanelClasses.indexOf(e)&&(this._appliedPanelClasses.push(e),this._pane.classList.add(e))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(e=>{this._pane.classList.remove(e)}),this._appliedPanelClasses=[])}_getOriginRect(){const e=this._origin;if(e instanceof a.l)return e.nativeElement.getBoundingClientRect();if(e instanceof HTMLElement)return e.getBoundingClientRect();const t=e.width||0,i=e.height||0;return{top:e.y,bottom:e.y+i,left:e.x,right:e.x+t,height:i,width:t}}}function I(e,t){for(let i in t)t.hasOwnProperty(i)&&(e[i]=t[i]);return e}class F{constructor(e,t,i,n,a,s,r){this._preferredPositions=[],this._positionStrategy=new Y(i,n,a,s,r).withFlexibleDimensions(!1).withPush(!1).withViewportMargin(0),this.withFallbackPosition(e,t)}get _isRtl(){return"rtl"===this._overlayRef.getDirection()}get onPositionChange(){return this._positionStrategy.positionChanges}get positions(){return this._preferredPositions}attach(e){this._overlayRef=e,this._positionStrategy.attach(e),this._direction&&(e.setDirection(this._direction),this._direction=null)}dispose(){this._positionStrategy.dispose()}detach(){this._positionStrategy.detach()}apply(){this._positionStrategy.apply()}recalculateLastPosition(){this._positionStrategy.reapplyLastPosition()}withScrollableContainers(e){this._positionStrategy.withScrollableContainers(e)}withFallbackPosition(e,t,i,n){const a=new C(e,t,i,n);return this._preferredPositions.push(a),this._positionStrategy.withPositions(this._preferredPositions),this}withDirection(e){return this._overlayRef?this._overlayRef.setDirection(e):this._direction=e,this}withOffsetX(e){return this._positionStrategy.withDefaultOffsetX(e),this}withOffsetY(e){return this._positionStrategy.withDefaultOffsetY(e),this}withLockedPosition(e){return this._positionStrategy.withLockedPosition(e),this}withPositions(e){return this._preferredPositions=e.slice(),this._positionStrategy.withPositions(this._preferredPositions),this}setOrigin(e){return this._positionStrategy.setOrigin(e),this}}class P{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._leftOffset="",this._rightOffset="",this._alignItems="",this._justifyContent="",this._width="",this._height=""}attach(e){const t=e.getConfig();this._overlayRef=e,this._width&&!t.width&&e.updateSize({width:this._width}),this._height&&!t.height&&e.updateSize({height:this._height}),e.hostElement.classList.add("cdk-global-overlay-wrapper"),this._isDisposed=!1}top(e=""){return this._bottomOffset="",this._topOffset=e,this._alignItems="flex-start",this}left(e=""){return this._rightOffset="",this._leftOffset=e,this._justifyContent="flex-start",this}bottom(e=""){return this._topOffset="",this._bottomOffset=e,this._alignItems="flex-end",this}right(e=""){return this._leftOffset="",this._rightOffset=e,this._justifyContent="flex-end",this}width(e=""){return this._overlayRef?this._overlayRef.updateSize({width:e}):this._width=e,this}height(e=""){return this._overlayRef?this._overlayRef.updateSize({height:e}):this._height=e,this}centerHorizontally(e=""){return this.left(e),this._justifyContent="center",this}centerVertically(e=""){return this.top(e),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const e=this._overlayRef.overlayElement.style,t=this._overlayRef.hostElement.style,i=this._overlayRef.getConfig(),{width:n,height:a,maxWidth:s,maxHeight:r}=i,o=!("100%"!==n&&"100vw"!==n||s&&"100%"!==s&&"100vw"!==s),l=!("100%"!==a&&"100vh"!==a||r&&"100%"!==r&&"100vh"!==r);e.position=this._cssPosition,e.marginLeft=o?"0":this._leftOffset,e.marginTop=l?"0":this._topOffset,e.marginBottom=this._bottomOffset,e.marginRight=this._rightOffset,o?t.justifyContent="flex-start":"center"===this._justifyContent?t.justifyContent="center":"rtl"===this._overlayRef.getConfig().direction?"flex-start"===this._justifyContent?t.justifyContent="flex-end":"flex-end"===this._justifyContent&&(t.justifyContent="flex-start"):t.justifyContent=this._justifyContent,t.alignItems=l?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const e=this._overlayRef.overlayElement.style,t=this._overlayRef.hostElement,i=t.style;t.classList.remove("cdk-global-overlay-wrapper"),i.justifyContent=i.alignItems=e.marginTop=e.marginBottom=e.marginLeft=e.marginRight=e.position="",this._overlayRef=null,this._isDisposed=!0}}let R=(()=>{class e{constructor(e,t,i,n){this._viewportRuler=e,this._document=t,this._platform=i,this._overlayContainer=n}global(){return new P}connectedTo(e,t,i){return new F(t,i,e,this._viewportRuler,this._document,this._platform,this._overlayContainer)}flexibleConnectedTo(e){return new Y(e,this._viewportRuler,this._document,this._platform,this._overlayContainer)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.d),a.dc(o.e),a.dc(s.a),a.dc(j))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(n.d),Object(a.dc)(o.e),Object(a.dc)(s.a),Object(a.dc)(j))},token:e,providedIn:"root"}),e})(),N=0,q=(()=>{class e{constructor(e,t,i,n,a,s,r,o,l,u){this.scrollStrategies=e,this._overlayContainer=t,this._componentFactoryResolver=i,this._positionBuilder=n,this._keyboardDispatcher=a,this._injector=s,this._ngZone=r,this._document=o,this._directionality=l,this._location=u}create(e){const t=this._createHostElement(),i=this._createPaneElement(t),n=this._createPortalOutlet(i),a=new L(e);return a.direction=a.direction||this._directionality.value,new A(n,t,i,a,this._ngZone,this._keyboardDispatcher,this._document,this._location)}position(){return this._positionBuilder}_createPaneElement(e){const t=this._document.createElement("div");return t.id=`cdk-overlay-${N++}`,t.classList.add("cdk-overlay-pane"),e.appendChild(t),t}_createHostElement(){const e=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(e),e}_createPortalOutlet(e){return this._appRef||(this._appRef=this._injector.get(a.g)),new u.f(e,this._componentFactoryResolver,this._appRef,this._injector,this._document)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(M),a.dc(j),a.dc(a.j),a.dc(R),a.dc(O),a.dc(a.t),a.dc(a.C),a.dc(o.e),a.dc(r.c),a.dc(o.n,8))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})();const H=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],B=new a.s("cdk-connected-overlay-scroll-strategy");let V=(()=>{class e{constructor(e){this.elementRef=e}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l))},e.\u0275dir=a.Ob({type:e,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"]}),e})(),z=(()=>{class e{constructor(e,t,i,n,s){this._overlay=e,this._dir=s,this._hasBackdrop=!1,this._lockPosition=!1,this._growAfterOpen=!1,this._flexibleDimensions=!1,this._push=!1,this._backdropSubscription=d.a.EMPTY,this.viewportMargin=0,this.open=!1,this.backdropClick=new a.o,this.positionChange=new a.o,this.attach=new a.o,this.detach=new a.o,this.overlayKeydown=new a.o,this._templatePortal=new u.j(t,i),this._scrollStrategyFactory=n,this.scrollStrategy=this._scrollStrategyFactory()}get offsetX(){return this._offsetX}set offsetX(e){this._offsetX=e,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(e){this._offsetY=e,this._position&&this._updatePositionStrategy(this._position)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(e){this._hasBackdrop=Object(l.c)(e)}get lockPosition(){return this._lockPosition}set lockPosition(e){this._lockPosition=Object(l.c)(e)}get flexibleDimensions(){return this._flexibleDimensions}set flexibleDimensions(e){this._flexibleDimensions=Object(l.c)(e)}get growAfterOpen(){return this._growAfterOpen}set growAfterOpen(e){this._growAfterOpen=Object(l.c)(e)}get push(){return this._push}set push(e){this._push=Object(l.c)(e)}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._overlayRef&&this._overlayRef.dispose(),this._backdropSubscription.unsubscribe()}ngOnChanges(e){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),e.origin&&this.open&&this._position.apply()),e.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){this.positions&&this.positions.length||(this.positions=H),this._overlayRef=this._overlay.create(this._buildConfig()),this._overlayRef.keydownEvents().subscribe(e=>{this.overlayKeydown.next(e),e.keyCode!==g.e||Object(g.q)(e)||(e.preventDefault(),this._detachOverlay())})}_buildConfig(){const e=this._position=this.positionStrategy||this._createPositionStrategy(),t=new L({direction:this._dir,positionStrategy:e,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop});return(this.width||0===this.width)&&(t.width=this.width),(this.height||0===this.height)&&(t.height=this.height),(this.minWidth||0===this.minWidth)&&(t.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(t.minHeight=this.minHeight),this.backdropClass&&(t.backdropClass=this.backdropClass),this.panelClass&&(t.panelClass=this.panelClass),t}_updatePositionStrategy(e){const t=this.positions.map(e=>({originX:e.originX,originY:e.originY,overlayX:e.overlayX,overlayY:e.overlayY,offsetX:e.offsetX||this.offsetX,offsetY:e.offsetY||this.offsetY,panelClass:e.panelClass||void 0}));return e.setOrigin(this.origin.elementRef).withPositions(t).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const e=this._overlay.position().flexibleConnectedTo(this.origin.elementRef);return this._updatePositionStrategy(e),e.positionChanges.subscribe(e=>this.positionChange.emit(e)),e}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||(this._overlayRef.attach(this._templatePortal),this.attach.emit()),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(e=>{this.backdropClick.emit(e)}):this._backdropSubscription.unsubscribe()}_detachOverlay(){this._overlayRef&&(this._overlayRef.detach(),this.detach.emit()),this._backdropSubscription.unsubscribe()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(q),a.Tb(a.O),a.Tb(a.R),a.Tb(B),a.Tb(r.c,8))},e.\u0275dir=a.Ob({type:e,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{viewportMargin:["cdkConnectedOverlayViewportMargin","viewportMargin"],open:["cdkConnectedOverlayOpen","open"],scrollStrategy:["cdkConnectedOverlayScrollStrategy","scrollStrategy"],offsetX:["cdkConnectedOverlayOffsetX","offsetX"],offsetY:["cdkConnectedOverlayOffsetY","offsetY"],hasBackdrop:["cdkConnectedOverlayHasBackdrop","hasBackdrop"],lockPosition:["cdkConnectedOverlayLockPosition","lockPosition"],flexibleDimensions:["cdkConnectedOverlayFlexibleDimensions","flexibleDimensions"],growAfterOpen:["cdkConnectedOverlayGrowAfterOpen","growAfterOpen"],push:["cdkConnectedOverlayPush","push"],positions:["cdkConnectedOverlayPositions","positions"],origin:["cdkConnectedOverlayOrigin","origin"],positionStrategy:["cdkConnectedOverlayPositionStrategy","positionStrategy"],width:["cdkConnectedOverlayWidth","width"],height:["cdkConnectedOverlayHeight","height"],minWidth:["cdkConnectedOverlayMinWidth","minWidth"],minHeight:["cdkConnectedOverlayMinHeight","minHeight"],backdropClass:["cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:["cdkConnectedOverlayPanelClass","panelClass"],transformOriginSelector:["cdkConnectedOverlayTransformOriginOn","transformOriginSelector"]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown"},exportAs:["cdkConnectedOverlay"],features:[a.Db()]}),e})();const W={provide:B,deps:[q],useFactory:function(e){return()=>e.scrollStrategies.reposition()}};let U=(()=>{class e{}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)},providers:[q,W],imports:[[r.a,u.i,n.c],n.c]}),e})()},raLr:function(e,t,i){!function(e){"use strict";function t(e,t,i){var n,a;return"m"===i?t?"\u0445\u0432\u0438\u043b\u0438\u043d\u0430":"\u0445\u0432\u0438\u043b\u0438\u043d\u0443":"h"===i?t?"\u0433\u043e\u0434\u0438\u043d\u0430":"\u0433\u043e\u0434\u0438\u043d\u0443":e+" "+(n=+e,a={ss:t?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u0438_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u0438_\u0441\u0435\u043a\u0443\u043d\u0434",mm:t?"\u0445\u0432\u0438\u043b\u0438\u043d\u0430_\u0445\u0432\u0438\u043b\u0438\u043d\u0438_\u0445\u0432\u0438\u043b\u0438\u043d":"\u0445\u0432\u0438\u043b\u0438\u043d\u0443_\u0445\u0432\u0438\u043b\u0438\u043d\u0438_\u0445\u0432\u0438\u043b\u0438\u043d",hh:t?"\u0433\u043e\u0434\u0438\u043d\u0430_\u0433\u043e\u0434\u0438\u043d\u0438_\u0433\u043e\u0434\u0438\u043d":"\u0433\u043e\u0434\u0438\u043d\u0443_\u0433\u043e\u0434\u0438\u043d\u0438_\u0433\u043e\u0434\u0438\u043d",dd:"\u0434\u0435\u043d\u044c_\u0434\u043d\u0456_\u0434\u043d\u0456\u0432",MM:"\u043c\u0456\u0441\u044f\u0446\u044c_\u043c\u0456\u0441\u044f\u0446\u0456_\u043c\u0456\u0441\u044f\u0446\u0456\u0432",yy:"\u0440\u0456\u043a_\u0440\u043e\u043a\u0438_\u0440\u043e\u043a\u0456\u0432"}[i].split("_"),n%10==1&&n%100!=11?a[0]:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?a[1]:a[2])}function i(e){return function(){return e+"\u043e"+(11===this.hours()?"\u0431":"")+"] LT"}}e.defineLocale("uk",{months:{format:"\u0441\u0456\u0447\u043d\u044f_\u043b\u044e\u0442\u043e\u0433\u043e_\u0431\u0435\u0440\u0435\u0437\u043d\u044f_\u043a\u0432\u0456\u0442\u043d\u044f_\u0442\u0440\u0430\u0432\u043d\u044f_\u0447\u0435\u0440\u0432\u043d\u044f_\u043b\u0438\u043f\u043d\u044f_\u0441\u0435\u0440\u043f\u043d\u044f_\u0432\u0435\u0440\u0435\u0441\u043d\u044f_\u0436\u043e\u0432\u0442\u043d\u044f_\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430_\u0433\u0440\u0443\u0434\u043d\u044f".split("_"),standalone:"\u0441\u0456\u0447\u0435\u043d\u044c_\u043b\u044e\u0442\u0438\u0439_\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c_\u043a\u0432\u0456\u0442\u0435\u043d\u044c_\u0442\u0440\u0430\u0432\u0435\u043d\u044c_\u0447\u0435\u0440\u0432\u0435\u043d\u044c_\u043b\u0438\u043f\u0435\u043d\u044c_\u0441\u0435\u0440\u043f\u0435\u043d\u044c_\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c_\u0436\u043e\u0432\u0442\u0435\u043d\u044c_\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434_\u0433\u0440\u0443\u0434\u0435\u043d\u044c".split("_")},monthsShort:"\u0441\u0456\u0447_\u043b\u044e\u0442_\u0431\u0435\u0440_\u043a\u0432\u0456\u0442_\u0442\u0440\u0430\u0432_\u0447\u0435\u0440\u0432_\u043b\u0438\u043f_\u0441\u0435\u0440\u043f_\u0432\u0435\u0440_\u0436\u043e\u0432\u0442_\u043b\u0438\u0441\u0442_\u0433\u0440\u0443\u0434".split("_"),weekdays:function(e,t){var i={nominative:"\u043d\u0435\u0434\u0456\u043b\u044f_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a_\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a_\u0441\u0435\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u044f_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),accusative:"\u043d\u0435\u0434\u0456\u043b\u044e_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a_\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a_\u0441\u0435\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u044e_\u0441\u0443\u0431\u043e\u0442\u0443".split("_"),genitive:"\u043d\u0435\u0434\u0456\u043b\u0456_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043a\u0430_\u0432\u0456\u0432\u0442\u043e\u0440\u043a\u0430_\u0441\u0435\u0440\u0435\u0434\u0438_\u0447\u0435\u0442\u0432\u0435\u0440\u0433\u0430_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u0456_\u0441\u0443\u0431\u043e\u0442\u0438".split("_")};return!0===e?i.nominative.slice(1,7).concat(i.nominative.slice(0,1)):e?i[/(\[[\u0412\u0432\u0423\u0443]\]) ?dddd/.test(t)?"accusative":/\[?(?:\u043c\u0438\u043d\u0443\u043b\u043e\u0457|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u043e\u0457)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:i.nominative},weekdaysShort:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0440.",LLL:"D MMMM YYYY \u0440., HH:mm",LLLL:"dddd, D MMMM YYYY \u0440., HH:mm"},calendar:{sameDay:i("[\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456 "),nextDay:i("[\u0417\u0430\u0432\u0442\u0440\u0430 "),lastDay:i("[\u0412\u0447\u043e\u0440\u0430 "),nextWeek:i("[\u0423] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return i("[\u041c\u0438\u043d\u0443\u043b\u043e\u0457] dddd [").call(this);case 1:case 2:case 4:return i("[\u041c\u0438\u043d\u0443\u043b\u043e\u0433\u043e] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"%s \u0442\u043e\u043c\u0443",s:"\u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0441\u0435\u043a\u0443\u043d\u0434",ss:t,m:t,mm:t,h:"\u0433\u043e\u0434\u0438\u043d\u0443",hh:t,d:"\u0434\u0435\u043d\u044c",dd:t,M:"\u043c\u0456\u0441\u044f\u0446\u044c",MM:t,y:"\u0440\u0456\u043a",yy:t},meridiemParse:/\u043d\u043e\u0447\u0456|\u0440\u0430\u043d\u043a\u0443|\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430/,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430)$/.test(e)},meridiem:function(e,t,i){return e<4?"\u043d\u043e\u0447\u0456":e<12?"\u0440\u0430\u043d\u043a\u0443":e<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u043e\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-\u0439";case"D":return e+"-\u0433\u043e";default:return e}},week:{dow:1,doy:7}})}(i("wd/R"))},"s+uk":function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[i][0]:a[i][1]}e.defineLocale("de-at",{months:"J\xe4nner_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"J\xe4n._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},sVev:function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const n=(()=>{function e(){return Error.call(this),this.message="no elements in sequence",this.name="EmptyError",this}return e.prototype=Object.create(Error.prototype),e})()},sYmb:function(e,t,i){"use strict";var n=i("fXoL"),a=i("LRne"),s=i("HDdC");function r(e){return!!e&&(e instanceof s.a||"function"==typeof e.lift&&"function"==typeof e.subscribe)}var o=i("cp0P"),l=i("GyhO"),u=i("NXyV"),c=i("IzEk"),d=i("UXun"),m=i("lJxs"),h=i("bOdf"),p=i("eIep");i.d(t,"a",(function(){return Y})),i.d(t,"b",(function(){return F})),i.d(t,"c",(function(){return I})),i.d(t,"d",(function(){return A}));class f{}let g=(()=>{class e extends f{getTranslation(e){return Object(a.a)({})}}return e.\u0275fac=function(t){return _(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();const _=n.bc(g);class b{}let y=(()=>{class e{handle(e){return e.key}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();class v{}let w=(()=>{class e extends v{compile(e,t){return e}compileTranslations(e,t){return e}}return e.\u0275fac=function(t){return k(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();const k=n.bc(w);function x(e,t){if(e===t)return!0;if(null===e||null===t)return!1;if(e!=e&&t!=t)return!0;let i,n,a,s=typeof e;if(s==typeof t&&"object"==s){if(!Array.isArray(e)){if(Array.isArray(t))return!1;for(n in a=Object.create(null),e){if(!x(e[n],t[n]))return!1;a[n]=!0}for(n in t)if(!(n in a)&&void 0!==t[n])return!1;return!0}if(!Array.isArray(t))return!1;if((i=e.length)==t.length){for(n=0;n<i;n++)if(!x(e[n],t[n]))return!1;return!0}}return!1}function M(e){return null!=e}function L(e){return e&&"object"==typeof e&&!Array.isArray(e)}class C{}let S=(()=>{class e extends C{constructor(){super(...arguments),this.templateMatcher=/{{\s?([^{}\s]*)\s?}}/g}interpolate(e,t){let i;return i="string"==typeof e?this.interpolateString(e,t):"function"==typeof e?this.interpolateFunction(e,t):e,i}getValue(e,t){let i="string"==typeof t?t.split("."):[t];t="";do{t+=i.shift(),!M(e)||!M(e[t])||"object"!=typeof e[t]&&i.length?i.length?t+=".":e=void 0:(e=e[t],t="")}while(i.length);return e}interpolateFunction(e,t){return e(t)}interpolateString(e,t){return t?e.replace(this.templateMatcher,(e,i)=>{let n=this.getValue(t,i);return M(n)?n:e}):e}}return e.\u0275fac=function(t){return D(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();const D=n.bc(S);class T{constructor(){this.currentLang=this.defaultLang,this.translations={},this.langs=[],this.onTranslationChange=new n.o,this.onLangChange=new n.o,this.onDefaultLangChange=new n.o}}const O=new n.s("USE_STORE"),E=new n.s("USE_DEFAULT_LANG"),j=new n.s("USE_EXTEND");let A=(()=>{class e{constructor(e,t,i,a,s,r=!0,o=!1,l=!1){this.store=e,this.currentLoader=t,this.compiler=i,this.parser=a,this.missingTranslationHandler=s,this.useDefaultLang=r,this.isolate=o,this.extend=l,this.pending=!1,this._onTranslationChange=new n.o,this._onLangChange=new n.o,this._onDefaultLangChange=new n.o,this._langs=[],this._translations={},this._translationRequests={}}get onTranslationChange(){return this.isolate?this._onTranslationChange:this.store.onTranslationChange}get onLangChange(){return this.isolate?this._onLangChange:this.store.onLangChange}get onDefaultLangChange(){return this.isolate?this._onDefaultLangChange:this.store.onDefaultLangChange}get defaultLang(){return this.isolate?this._defaultLang:this.store.defaultLang}set defaultLang(e){this.isolate?this._defaultLang=e:this.store.defaultLang=e}get currentLang(){return this.isolate?this._currentLang:this.store.currentLang}set currentLang(e){this.isolate?this._currentLang=e:this.store.currentLang=e}get langs(){return this.isolate?this._langs:this.store.langs}set langs(e){this.isolate?this._langs=e:this.store.langs=e}get translations(){return this.isolate?this._translations:this.store.translations}set translations(e){this.isolate?this._translations=e:this.store.translations=e}setDefaultLang(e){if(e===this.defaultLang)return;let t=this.retrieveTranslations(e);void 0!==t?(null==this.defaultLang&&(this.defaultLang=e),t.pipe(Object(c.a)(1)).subscribe(t=>{this.changeDefaultLang(e)})):this.changeDefaultLang(e)}getDefaultLang(){return this.defaultLang}use(e){if(e===this.currentLang)return Object(a.a)(this.translations[e]);let t=this.retrieveTranslations(e);return void 0!==t?(this.currentLang||(this.currentLang=e),t.pipe(Object(c.a)(1)).subscribe(t=>{this.changeLang(e)}),t):(this.changeLang(e),Object(a.a)(this.translations[e]))}retrieveTranslations(e){let t;return(void 0===this.translations[e]||this.extend)&&(this._translationRequests[e]=this._translationRequests[e]||this.getTranslation(e),t=this._translationRequests[e]),t}getTranslation(e){this.pending=!0;const t=this.currentLoader.getTranslation(e).pipe(Object(d.a)(1),Object(c.a)(1));return this.loadingTranslations=t.pipe(Object(m.a)(t=>this.compiler.compileTranslations(t,e)),Object(d.a)(1),Object(c.a)(1)),this.loadingTranslations.subscribe({next:t=>{this.translations[e]=this.extend&&this.translations[e]?Object.assign({},t,this.translations[e]):t,this.updateLangs(),this.pending=!1},error:e=>{this.pending=!1}}),t}setTranslation(e,t,i=!1){t=this.compiler.compileTranslations(t,e),this.translations[e]=(i||this.extend)&&this.translations[e]?function e(t,i){let n=Object.assign({},t);return L(t)&&L(i)&&Object.keys(i).forEach(a=>{L(i[a])&&a in t?n[a]=e(t[a],i[a]):Object.assign(n,{[a]:i[a]})}),n}(this.translations[e],t):t,this.updateLangs(),this.onTranslationChange.emit({lang:e,translations:this.translations[e]})}getLangs(){return this.langs}addLangs(e){e.forEach(e=>{-1===this.langs.indexOf(e)&&this.langs.push(e)})}updateLangs(){this.addLangs(Object.keys(this.translations))}getParsedResult(e,t,i){let n;if(t instanceof Array){let n={},s=!1;for(let a of t)n[a]=this.getParsedResult(e,a,i),r(n[a])&&(s=!0);if(s){const e=t.map(e=>r(n[e])?n[e]:Object(a.a)(n[e]));return Object(o.a)(e).pipe(Object(m.a)(e=>{let i={};return e.forEach((e,n)=>{i[t[n]]=e}),i}))}return n}if(e&&(n=this.parser.interpolate(this.parser.getValue(e,t),i)),void 0===n&&null!=this.defaultLang&&this.defaultLang!==this.currentLang&&this.useDefaultLang&&(n=this.parser.interpolate(this.parser.getValue(this.translations[this.defaultLang],t),i)),void 0===n){let e={key:t,translateService:this};void 0!==i&&(e.interpolateParams=i),n=this.missingTranslationHandler.handle(e)}return void 0!==n?n:t}get(e,t){if(!M(e)||!e.length)throw new Error('Parameter "key" required');if(this.pending)return this.loadingTranslations.pipe(Object(h.a)(i=>r(i=this.getParsedResult(i,e,t))?i:Object(a.a)(i)));{let i=this.getParsedResult(this.translations[this.currentLang],e,t);return r(i)?i:Object(a.a)(i)}}getStreamOnTranslationChange(e,t){if(!M(e)||!e.length)throw new Error('Parameter "key" required');return Object(l.a)(Object(u.a)(()=>this.get(e,t)),this.onTranslationChange.pipe(Object(p.a)(i=>{const n=this.getParsedResult(i.translations,e,t);return"function"==typeof n.subscribe?n:Object(a.a)(n)})))}stream(e,t){if(!M(e)||!e.length)throw new Error('Parameter "key" required');return Object(l.a)(Object(u.a)(()=>this.get(e,t)),this.onLangChange.pipe(Object(p.a)(i=>{const n=this.getParsedResult(i.translations,e,t);return r(n)?n:Object(a.a)(n)})))}instant(e,t){if(!M(e)||!e.length)throw new Error('Parameter "key" required');let i=this.getParsedResult(this.translations[this.currentLang],e,t);if(r(i)){if(e instanceof Array){let t={};return e.forEach((i,n)=>{t[e[n]]=e[n]}),t}return e}return i}set(e,t,i=this.currentLang){this.translations[i][e]=this.compiler.compile(t,i),this.updateLangs(),this.onTranslationChange.emit({lang:i,translations:this.translations[i]})}changeLang(e){this.currentLang=e,this.onLangChange.emit({lang:e,translations:this.translations[e]}),null==this.defaultLang&&this.changeDefaultLang(e)}changeDefaultLang(e){this.defaultLang=e,this.onDefaultLangChange.emit({lang:e,translations:this.translations[e]})}reloadLang(e){return this.resetLang(e),this.getTranslation(e)}resetLang(e){this._translationRequests[e]=void 0,this.translations[e]=void 0}getBrowserLang(){if("undefined"==typeof window||void 0===window.navigator)return;let e=window.navigator.languages?window.navigator.languages[0]:null;return e=e||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,void 0!==e?(-1!==e.indexOf("-")&&(e=e.split("-")[0]),-1!==e.indexOf("_")&&(e=e.split("_")[0]),e):void 0}getBrowserCultureLang(){if("undefined"==typeof window||void 0===window.navigator)return;let e=window.navigator.languages?window.navigator.languages[0]:null;return e=e||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,e}}return e.\u0275fac=function(t){return new(t||e)(n.dc(T),n.dc(f),n.dc(v),n.dc(C),n.dc(b),n.dc(E),n.dc(O),n.dc(j))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),Y=(()=>{class e{constructor(e,t,i){this.translateService=e,this.element=t,this._ref=i,this.onTranslationChangeSub||(this.onTranslationChangeSub=this.translateService.onTranslationChange.subscribe(e=>{e.lang===this.translateService.currentLang&&this.checkNodes(!0,e.translations)})),this.onLangChangeSub||(this.onLangChangeSub=this.translateService.onLangChange.subscribe(e=>{this.checkNodes(!0,e.translations)})),this.onDefaultLangChangeSub||(this.onDefaultLangChangeSub=this.translateService.onDefaultLangChange.subscribe(e=>{this.checkNodes(!0)}))}set translate(e){e&&(this.key=e,this.checkNodes())}set translateParams(e){x(this.currentParams,e)||(this.currentParams=e,this.checkNodes(!0))}ngAfterViewChecked(){this.checkNodes()}checkNodes(e=!1,t){let i=this.element.nativeElement.childNodes;i.length||(this.setContent(this.element.nativeElement,this.key),i=this.element.nativeElement.childNodes);for(let n=0;n<i.length;++n){let a=i[n];if(3===a.nodeType){let i;if(this.key)i=this.key,e&&(a.lastKey=null);else{let t=this.getContent(a),n=t.trim();n.length&&(a.originalContent&&e?(a.lastKey=null,i=a.originalContent.trim()):t!==a.currentValue&&(i=n,a.originalContent=a.originalContent||t))}this.updateValue(i,a,t)}}}updateValue(e,t,i){if(e){if(t.lastKey===e&&this.lastParams===this.currentParams)return;this.lastParams=this.currentParams;let n=i=>{i!==e&&(t.lastKey=e),t.originalContent||(t.originalContent=this.getContent(t)),t.currentValue=M(i)?i:t.originalContent||e,this.setContent(t,this.key?t.currentValue:t.originalContent.replace(e,t.currentValue)),this._ref.markForCheck()};if(M(i)){let t=this.translateService.getParsedResult(i,e,this.currentParams);r(t)?t.subscribe(n):n(t)}else this.translateService.get(e,this.currentParams).subscribe(n)}}getContent(e){return M(e.textContent)?e.textContent:e.data}setContent(e,t){M(e.textContent)?e.textContent=t:e.data=t}ngOnDestroy(){this.onLangChangeSub&&this.onLangChangeSub.unsubscribe(),this.onDefaultLangChangeSub&&this.onDefaultLangChangeSub.unsubscribe(),this.onTranslationChangeSub&&this.onTranslationChangeSub.unsubscribe()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(A),n.Tb(n.l),n.Tb(n.h))},e.\u0275dir=n.Ob({type:e,selectors:[["","translate",""],["","ngx-translate",""]],inputs:{translate:"translate",translateParams:"translateParams"}}),e})(),I=(()=>{class e{constructor(e,t){this.translate=e,this._ref=t,this.value=""}updateValue(e,t,i){let n=t=>{this.value=void 0!==t?t:e,this.lastKey=e,this._ref.markForCheck()};if(i){let a=this.translate.getParsedResult(i,e,t);r(a.subscribe)?a.subscribe(n):n(a)}this.translate.get(e,t).subscribe(n)}transform(e,...t){if(!e||!e.length)return e;if(x(e,this.lastKey)&&x(t,this.lastParams))return this.value;let i;if(M(t[0])&&t.length)if("string"==typeof t[0]&&t[0].length){let e=t[0].replace(/(\')?([a-zA-Z0-9_]+)(\')?(\s)?:/g,'"$2":').replace(/:(\s)?(\')(.*?)(\')/g,':"$3"');try{i=JSON.parse(e)}catch(n){throw new SyntaxError(`Wrong parameter in TranslatePipe. Expected a valid Object, received: ${t[0]}`)}}else"object"!=typeof t[0]||Array.isArray(t[0])||(i=t[0]);return this.lastKey=e,this.lastParams=t,this.updateValue(e,i),this._dispose(),this.onTranslationChange||(this.onTranslationChange=this.translate.onTranslationChange.subscribe(t=>{this.lastKey&&t.lang===this.translate.currentLang&&(this.lastKey=null,this.updateValue(e,i,t.translations))})),this.onLangChange||(this.onLangChange=this.translate.onLangChange.subscribe(t=>{this.lastKey&&(this.lastKey=null,this.updateValue(e,i,t.translations))})),this.onDefaultLangChange||(this.onDefaultLangChange=this.translate.onDefaultLangChange.subscribe(()=>{this.lastKey&&(this.lastKey=null,this.updateValue(e,i))})),this.value}_dispose(){void 0!==this.onTranslationChange&&(this.onTranslationChange.unsubscribe(),this.onTranslationChange=void 0),void 0!==this.onLangChange&&(this.onLangChange.unsubscribe(),this.onLangChange=void 0),void 0!==this.onDefaultLangChange&&(this.onDefaultLangChange.unsubscribe(),this.onDefaultLangChange=void 0)}ngOnDestroy(){this._dispose()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(A),n.fc())},e.\u0275pipe=n.Sb({name:"translate",type:e,pure:!1}),e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),F=(()=>{class e{static forRoot(t={}){return{ngModule:e,providers:[t.loader||{provide:f,useClass:g},t.compiler||{provide:v,useClass:w},t.parser||{provide:C,useClass:S},t.missingTranslationHandler||{provide:b,useClass:y},T,{provide:O,useValue:t.isolate},{provide:E,useValue:t.useDefaultLang},{provide:j,useValue:t.extend},A]}}static forChild(t={}){return{ngModule:e,providers:[t.loader||{provide:f,useClass:g},t.compiler||{provide:v,useClass:w},t.parser||{provide:C,useClass:S},t.missingTranslationHandler||{provide:b,useClass:y},{provide:O,useValue:t.isolate},{provide:E,useValue:t.useDefaultLang},{provide:j,useValue:t.extend},A]}}}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e})()},sp3z:function(e,t,i){!function(e){"use strict";e.defineLocale("lo",{months:"\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99_\u0e81\u0eb8\u0ea1\u0e9e\u0eb2_\u0ea1\u0eb5\u0e99\u0eb2_\u0ec0\u0ea1\u0eaa\u0eb2_\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2_\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2_\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94_\u0eaa\u0eb4\u0e87\u0eab\u0eb2_\u0e81\u0eb1\u0e99\u0e8d\u0eb2_\u0e95\u0eb8\u0ea5\u0eb2_\u0e9e\u0eb0\u0e88\u0eb4\u0e81_\u0e97\u0eb1\u0e99\u0ea7\u0eb2".split("_"),monthsShort:"\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99_\u0e81\u0eb8\u0ea1\u0e9e\u0eb2_\u0ea1\u0eb5\u0e99\u0eb2_\u0ec0\u0ea1\u0eaa\u0eb2_\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2_\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2_\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94_\u0eaa\u0eb4\u0e87\u0eab\u0eb2_\u0e81\u0eb1\u0e99\u0e8d\u0eb2_\u0e95\u0eb8\u0ea5\u0eb2_\u0e9e\u0eb0\u0e88\u0eb4\u0e81_\u0e97\u0eb1\u0e99\u0ea7\u0eb2".split("_"),weekdays:"\u0ead\u0eb2\u0e97\u0eb4\u0e94_\u0e88\u0eb1\u0e99_\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99_\u0e9e\u0eb8\u0e94_\u0e9e\u0eb0\u0eab\u0eb1\u0e94_\u0eaa\u0eb8\u0e81_\u0ec0\u0eaa\u0ebb\u0eb2".split("_"),weekdaysShort:"\u0e97\u0eb4\u0e94_\u0e88\u0eb1\u0e99_\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99_\u0e9e\u0eb8\u0e94_\u0e9e\u0eb0\u0eab\u0eb1\u0e94_\u0eaa\u0eb8\u0e81_\u0ec0\u0eaa\u0ebb\u0eb2".split("_"),weekdaysMin:"\u0e97_\u0e88_\u0ead\u0e84_\u0e9e_\u0e9e\u0eab_\u0eaa\u0e81_\u0eaa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"\u0ea7\u0eb1\u0e99dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2|\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87/,isPM:function(e){return"\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87"===e},meridiem:function(e,t,i){return e<12?"\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2":"\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87"},calendar:{sameDay:"[\u0ea1\u0eb7\u0ec9\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",nextDay:"[\u0ea1\u0eb7\u0ec9\u0ead\u0eb7\u0ec8\u0e99\u0ec0\u0ea7\u0ea5\u0eb2] LT",nextWeek:"[\u0ea7\u0eb1\u0e99]dddd[\u0edc\u0ec9\u0eb2\u0ec0\u0ea7\u0ea5\u0eb2] LT",lastDay:"[\u0ea1\u0eb7\u0ec9\u0ea7\u0eb2\u0e99\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",lastWeek:"[\u0ea7\u0eb1\u0e99]dddd[\u0ec1\u0ea5\u0ec9\u0ea7\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",sameElse:"L"},relativeTime:{future:"\u0ead\u0eb5\u0e81 %s",past:"%s\u0e9c\u0ec8\u0eb2\u0e99\u0ea1\u0eb2",s:"\u0e9a\u0ecd\u0ec8\u0ec0\u0e97\u0ebb\u0ec8\u0eb2\u0ec3\u0e94\u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5",ss:"%d \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5",m:"1 \u0e99\u0eb2\u0e97\u0eb5",mm:"%d \u0e99\u0eb2\u0e97\u0eb5",h:"1 \u0e8a\u0ebb\u0ec8\u0ea7\u0ec2\u0ea1\u0e87",hh:"%d \u0e8a\u0ebb\u0ec8\u0ea7\u0ec2\u0ea1\u0e87",d:"1 \u0ea1\u0eb7\u0ec9",dd:"%d \u0ea1\u0eb7\u0ec9",M:"1 \u0ec0\u0e94\u0eb7\u0ead\u0e99",MM:"%d \u0ec0\u0e94\u0eb7\u0ead\u0e99",y:"1 \u0e9b\u0eb5",yy:"%d \u0e9b\u0eb5"},dayOfMonthOrdinalParse:/(\u0e97\u0eb5\u0ec8)\d{1,2}/,ordinal:function(e){return"\u0e97\u0eb5\u0ec8"+e}})}(i("wd/R"))},tGlX:function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[i][0]:a[i][1]}e.defineLocale("de",{months:"Januar_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},tIkO:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i("fXoL"),a=i("tyNb");let s=(()=>{class e{constructor(e){this.router=e}canActivate(e,t){return!!sessionStorage.getItem("user")||(this.router.navigate(["apps/login-2"]),!1)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(a.g))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},tT3J:function(e,t,i){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_br\u02e4ayr\u02e4_mar\u02e4s\u02e4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02e4wbr\u02e4_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_br\u02e4ayr\u02e4_mar\u02e4s\u02e4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02e4wbr\u02e4_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minu\u1e0d",mm:"%d minu\u1e0d",h:"sa\u025ba",hh:"%d tassa\u025bin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(i("wd/R"))},tUCv:function(e,t,i){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,i){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(i("wd/R"))},"tk/3":function(e,t,i){"use strict";i.d(t,"a",(function(){return d})),i.d(t,"b",(function(){return C})),i.d(t,"c",(function(){return H})),i.d(t,"d",(function(){return m})),i.d(t,"e",(function(){return f})),i.d(t,"f",(function(){return x})),i.d(t,"g",(function(){return A})),i.d(t,"h",(function(){return E}));var n=i("fXoL"),a=i("LRne"),s=i("HDdC"),r=i("bOdf"),o=i("pLZG"),l=i("lJxs"),u=i("ofXK");class c{}class d{}class m{constructor(e){this.normalizedNames=new Map,this.lazyUpdate=null,e?this.lazyInit="string"==typeof e?()=>{this.headers=new Map,e.split("\n").forEach(e=>{const t=e.indexOf(":");if(t>0){const i=e.slice(0,t),n=i.toLowerCase(),a=e.slice(t+1).trim();this.maybeSetNormalizedName(i,n),this.headers.has(n)?this.headers.get(n).push(a):this.headers.set(n,[a])}})}:()=>{this.headers=new Map,Object.keys(e).forEach(t=>{let i=e[t];const n=t.toLowerCase();"string"==typeof i&&(i=[i]),i.length>0&&(this.headers.set(n,i),this.maybeSetNormalizedName(t,n))})}:this.headers=new Map}has(e){return this.init(),this.headers.has(e.toLowerCase())}get(e){this.init();const t=this.headers.get(e.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(e){return this.init(),this.headers.get(e.toLowerCase())||null}append(e,t){return this.clone({name:e,value:t,op:"a"})}set(e,t){return this.clone({name:e,value:t,op:"s"})}delete(e,t){return this.clone({name:e,value:t,op:"d"})}maybeSetNormalizedName(e,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,e)}init(){this.lazyInit&&(this.lazyInit instanceof m?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(e=>this.applyUpdate(e)),this.lazyUpdate=null))}copyFrom(e){e.init(),Array.from(e.headers.keys()).forEach(t=>{this.headers.set(t,e.headers.get(t)),this.normalizedNames.set(t,e.normalizedNames.get(t))})}clone(e){const t=new m;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof m?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([e]),t}applyUpdate(e){const t=e.name.toLowerCase();switch(e.op){case"a":case"s":let i=e.value;if("string"==typeof i&&(i=[i]),0===i.length)return;this.maybeSetNormalizedName(e.name,t);const n=("a"===e.op?this.headers.get(t):void 0)||[];n.push(...i),this.headers.set(t,n);break;case"d":const a=e.value;if(a){let e=this.headers.get(t);if(!e)return;e=e.filter(e=>-1===a.indexOf(e)),0===e.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,e)}else this.headers.delete(t),this.normalizedNames.delete(t)}}forEach(e){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>e(this.normalizedNames.get(t),this.headers.get(t)))}}class h{encodeKey(e){return p(e)}encodeValue(e){return p(e)}decodeKey(e){return decodeURIComponent(e)}decodeValue(e){return decodeURIComponent(e)}}function p(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/gi,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%2B/gi,"+").replace(/%3D/gi,"=").replace(/%3F/gi,"?").replace(/%2F/gi,"/")}class f{constructor(e={}){if(this.updates=null,this.cloneFrom=null,this.encoder=e.encoder||new h,e.fromString){if(e.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function(e,t){const i=new Map;return e.length>0&&e.split("&").forEach(e=>{const n=e.indexOf("="),[a,s]=-1==n?[t.decodeKey(e),""]:[t.decodeKey(e.slice(0,n)),t.decodeValue(e.slice(n+1))],r=i.get(a)||[];r.push(s),i.set(a,r)}),i}(e.fromString,this.encoder)}else e.fromObject?(this.map=new Map,Object.keys(e.fromObject).forEach(t=>{const i=e.fromObject[t];this.map.set(t,Array.isArray(i)?i:[i])})):this.map=null}has(e){return this.init(),this.map.has(e)}get(e){this.init();const t=this.map.get(e);return t?t[0]:null}getAll(e){return this.init(),this.map.get(e)||null}keys(){return this.init(),Array.from(this.map.keys())}append(e,t){return this.clone({param:e,value:t,op:"a"})}set(e,t){return this.clone({param:e,value:t,op:"s"})}delete(e,t){return this.clone({param:e,value:t,op:"d"})}toString(){return this.init(),this.keys().map(e=>{const t=this.encoder.encodeKey(e);return this.map.get(e).map(e=>t+"="+this.encoder.encodeValue(e)).join("&")}).filter(e=>""!==e).join("&")}clone(e){const t=new f({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat([e]),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(e=>this.map.set(e,this.cloneFrom.map.get(e))),this.updates.forEach(e=>{switch(e.op){case"a":case"s":const t=("a"===e.op?this.map.get(e.param):void 0)||[];t.push(e.value),this.map.set(e.param,t);break;case"d":if(void 0===e.value){this.map.delete(e.param);break}{let t=this.map.get(e.param)||[];const i=t.indexOf(e.value);-1!==i&&t.splice(i,1),t.length>0?this.map.set(e.param,t):this.map.delete(e.param)}}}),this.cloneFrom=this.updates=null)}}function g(e){return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer}function _(e){return"undefined"!=typeof Blob&&e instanceof Blob}function b(e){return"undefined"!=typeof FormData&&e instanceof FormData}class y{constructor(e,t,i,n){let a;if(this.url=t,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=e.toUpperCase(),function(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||n?(this.body=void 0!==i?i:null,a=n):a=i,a&&(this.reportProgress=!!a.reportProgress,this.withCredentials=!!a.withCredentials,a.responseType&&(this.responseType=a.responseType),a.headers&&(this.headers=a.headers),a.params&&(this.params=a.params)),this.headers||(this.headers=new m),this.params){const e=this.params.toString();if(0===e.length)this.urlWithParams=t;else{const i=t.indexOf("?");this.urlWithParams=t+(-1===i?"?":i<t.length-1?"&":"")+e}}else this.params=new f,this.urlWithParams=t}serializeBody(){return null===this.body?null:g(this.body)||_(this.body)||b(this.body)||"string"==typeof this.body?this.body:this.body instanceof f?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body?null:b(this.body)?null:_(this.body)?this.body.type||null:g(this.body)?null:"string"==typeof this.body?"text/plain":this.body instanceof f?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||Array.isArray(this.body)?"application/json":null}clone(e={}){const t=e.method||this.method,i=e.url||this.url,n=e.responseType||this.responseType,a=void 0!==e.body?e.body:this.body,s=void 0!==e.withCredentials?e.withCredentials:this.withCredentials,r=void 0!==e.reportProgress?e.reportProgress:this.reportProgress;let o=e.headers||this.headers,l=e.params||this.params;return void 0!==e.setHeaders&&(o=Object.keys(e.setHeaders).reduce((t,i)=>t.set(i,e.setHeaders[i]),o)),e.setParams&&(l=Object.keys(e.setParams).reduce((t,i)=>t.set(i,e.setParams[i]),l)),new y(t,i,a,{params:l,headers:o,reportProgress:r,responseType:n,withCredentials:s})}}const v=function(){var e={Sent:0,UploadProgress:1,ResponseHeader:2,DownloadProgress:3,Response:4,User:5};return e[e.Sent]="Sent",e[e.UploadProgress]="UploadProgress",e[e.ResponseHeader]="ResponseHeader",e[e.DownloadProgress]="DownloadProgress",e[e.Response]="Response",e[e.User]="User",e}();class w{constructor(e,t=200,i="OK"){this.headers=e.headers||new m,this.status=void 0!==e.status?e.status:t,this.statusText=e.statusText||i,this.url=e.url||null,this.ok=this.status>=200&&this.status<300}}class k extends w{constructor(e={}){super(e),this.type=v.ResponseHeader}clone(e={}){return new k({headers:e.headers||this.headers,status:void 0!==e.status?e.status:this.status,statusText:e.statusText||this.statusText,url:e.url||this.url||void 0})}}class x extends w{constructor(e={}){super(e),this.type=v.Response,this.body=void 0!==e.body?e.body:null}clone(e={}){return new x({body:void 0!==e.body?e.body:this.body,headers:e.headers||this.headers,status:void 0!==e.status?e.status:this.status,statusText:e.statusText||this.statusText,url:e.url||this.url||void 0})}}class M extends w{constructor(e){super(e,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${e.url||"(unknown url)"}`:`Http failure response for ${e.url||"(unknown url)"}: ${e.status} ${e.statusText}`,this.error=e.error||null}}function L(e,t){return{body:t,headers:e.headers,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials}}let C=(()=>{class e{constructor(e){this.handler=e}request(e,t,i={}){let n;if(e instanceof y)n=e;else{let a=void 0;a=i.headers instanceof m?i.headers:new m(i.headers);let s=void 0;i.params&&(s=i.params instanceof f?i.params:new f({fromObject:i.params})),n=new y(e,t,void 0!==i.body?i.body:null,{headers:a,params:s,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials})}const s=Object(a.a)(n).pipe(Object(r.a)(e=>this.handler.handle(e)));if(e instanceof y||"events"===i.observe)return s;const u=s.pipe(Object(o.a)(e=>e instanceof x));switch(i.observe||"body"){case"body":switch(n.responseType){case"arraybuffer":return u.pipe(Object(l.a)(e=>{if(null!==e.body&&!(e.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return e.body}));case"blob":return u.pipe(Object(l.a)(e=>{if(null!==e.body&&!(e.body instanceof Blob))throw new Error("Response is not a Blob.");return e.body}));case"text":return u.pipe(Object(l.a)(e=>{if(null!==e.body&&"string"!=typeof e.body)throw new Error("Response is not a string.");return e.body}));case"json":default:return u.pipe(Object(l.a)(e=>e.body))}case"response":return u;default:throw new Error(`Unreachable: unhandled observe type ${i.observe}}`)}}delete(e,t={}){return this.request("DELETE",e,t)}get(e,t={}){return this.request("GET",e,t)}head(e,t={}){return this.request("HEAD",e,t)}jsonp(e,t){return this.request("JSONP",e,{params:(new f).append(t,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(e,t={}){return this.request("OPTIONS",e,t)}patch(e,t,i={}){return this.request("PATCH",e,L(i,t))}post(e,t,i={}){return this.request("POST",e,L(i,t))}put(e,t,i={}){return this.request("PUT",e,L(i,t))}}return e.\u0275fac=function(t){return new(t||e)(n.dc(c))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();class S{constructor(e,t){this.next=e,this.interceptor=t}handle(e){return this.interceptor.intercept(e,this.next)}}const D=new n.s("HTTP_INTERCEPTORS");let T=(()=>{class e{intercept(e,t){return t.handle(e)}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();const O=/^\)\]\}',?\n/;class E{}let j=(()=>{class e{constructor(){}build(){return new XMLHttpRequest}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),A=(()=>{class e{constructor(e){this.xhrFactory=e}handle(e){if("JSONP"===e.method)throw new Error("Attempted to construct Jsonp request without JsonpClientModule installed.");return new s.a(t=>{const i=this.xhrFactory.build();if(i.open(e.method,e.urlWithParams),e.withCredentials&&(i.withCredentials=!0),e.headers.forEach((e,t)=>i.setRequestHeader(e,t.join(","))),e.headers.has("Accept")||i.setRequestHeader("Accept","application/json, text/plain, */*"),!e.headers.has("Content-Type")){const t=e.detectContentTypeHeader();null!==t&&i.setRequestHeader("Content-Type",t)}if(e.responseType){const t=e.responseType.toLowerCase();i.responseType="json"!==t?t:"text"}const n=e.serializeBody();let a=null;const s=()=>{if(null!==a)return a;const t=1223===i.status?204:i.status,n=i.statusText||"OK",s=new m(i.getAllResponseHeaders()),r=function(e){return"responseURL"in e&&e.responseURL?e.responseURL:/^X-Request-URL:/m.test(e.getAllResponseHeaders())?e.getResponseHeader("X-Request-URL"):null}(i)||e.url;return a=new k({headers:s,status:t,statusText:n,url:r}),a},r=()=>{let{headers:n,status:a,statusText:r,url:o}=s(),l=null;204!==a&&(l=void 0===i.response?i.responseText:i.response),0===a&&(a=l?200:0);let u=a>=200&&a<300;if("json"===e.responseType&&"string"==typeof l){const e=l;l=l.replace(O,"");try{l=""!==l?JSON.parse(l):null}catch(c){l=e,u&&(u=!1,l={error:c,text:l})}}u?(t.next(new x({body:l,headers:n,status:a,statusText:r,url:o||void 0})),t.complete()):t.error(new M({error:l,headers:n,status:a,statusText:r,url:o||void 0}))},o=e=>{const{url:n}=s(),a=new M({error:e,status:i.status||0,statusText:i.statusText||"Unknown Error",url:n||void 0});t.error(a)};let l=!1;const u=n=>{l||(t.next(s()),l=!0);let a={type:v.DownloadProgress,loaded:n.loaded};n.lengthComputable&&(a.total=n.total),"text"===e.responseType&&i.responseText&&(a.partialText=i.responseText),t.next(a)},c=e=>{let i={type:v.UploadProgress,loaded:e.loaded};e.lengthComputable&&(i.total=e.total),t.next(i)};return i.addEventListener("load",r),i.addEventListener("error",o),e.reportProgress&&(i.addEventListener("progress",u),null!==n&&i.upload&&i.upload.addEventListener("progress",c)),i.send(n),t.next({type:v.Sent}),()=>{i.removeEventListener("error",o),i.removeEventListener("load",r),e.reportProgress&&(i.removeEventListener("progress",u),null!==n&&i.upload&&i.upload.removeEventListener("progress",c)),i.abort()}})}}return e.\u0275fac=function(t){return new(t||e)(n.dc(E))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})();const Y=new n.s("XSRF_COOKIE_NAME"),I=new n.s("XSRF_HEADER_NAME");class F{}let P=(()=>{class e{constructor(e,t,i){this.doc=e,this.platform=t,this.cookieName=i,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const e=this.doc.cookie||"";return e!==this.lastCookieString&&(this.parseCount++,this.lastToken=Object(u.O)(e,this.cookieName),this.lastCookieString=e),this.lastToken}}return e.\u0275fac=function(t){return new(t||e)(n.dc(u.e),n.dc(n.E),n.dc(Y))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),R=(()=>{class e{constructor(e,t){this.tokenService=e,this.headerName=t}intercept(e,t){const i=e.url.toLowerCase();if("GET"===e.method||"HEAD"===e.method||i.startsWith("http://")||i.startsWith("https://"))return t.handle(e);const n=this.tokenService.getToken();return null===n||e.headers.has(this.headerName)||(e=e.clone({headers:e.headers.set(this.headerName,n)})),t.handle(e)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(F),n.dc(I))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),N=(()=>{class e{constructor(e,t){this.backend=e,this.injector=t,this.chain=null}handle(e){if(null===this.chain){const e=this.injector.get(D,[]);this.chain=e.reduceRight((e,t)=>new S(e,t),this.backend)}return this.chain.handle(e)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(d),n.dc(n.t))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),q=(()=>{class e{static disable(){return{ngModule:e,providers:[{provide:R,useClass:T}]}}static withOptions(t={}){return{ngModule:e,providers:[t.cookieName?{provide:Y,useValue:t.cookieName}:[],t.headerName?{provide:I,useValue:t.headerName}:[]]}}}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[R,{provide:D,useExisting:R,multi:!0},{provide:F,useClass:P},{provide:Y,useValue:"XSRF-TOKEN"},{provide:I,useValue:"X-XSRF-TOKEN"}]}),e})(),H=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[C,{provide:c,useClass:N},A,{provide:d,useExisting:A},j,{provide:E,useExisting:j}],imports:[[q.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]]}),e})()},tyNb:function(e,t,i){"use strict";var n=i("ofXK"),a=i("fXoL"),s=i("LRne"),r=i("Cfvw"),o=i("2Vo4"),l=i("HDdC"),u=i("sVev"),c=i("itXk"),d=i("NXyV"),m=i("XNiG"),h=i("EY2u"),p=i("lJxs"),f=i("0EUg"),g=i("pLZG"),_=i("7o/Q"),b=i("4I5i");function y(e){return function(t){return 0===e?Object(h.b)():t.lift(new v(e))}}class v{constructor(e){if(this.total=e,this.total<0)throw new b.a}call(e,t){return t.subscribe(new w(e,this.total))}}class w extends _.a{constructor(e,t){super(e),this.total=t,this.ring=new Array,this.count=0}_next(e){const t=this.ring,i=this.total,n=this.count++;t.length<i?t.push(e):t[n%i]=e}_complete(){const e=this.destination;let t=this.count;if(t>0){const i=this.count>=this.total?this.total:this.count,n=this.ring;for(let a=0;a<i;a++){const a=t++%i;e.next(n[a])}}e.complete()}}var k=i("XDbj"),x=i("xbPD"),M=i("SpAZ");function L(e,t){const i=arguments.length>=2;return n=>n.pipe(e?Object(g.a)((t,i)=>e(t,i,n)):M.a,y(1),i?Object(x.a)(t):Object(k.a)(()=>new u.a))}var C=i("JIr8"),S=i("SxV6"),D=i("5+tZ");class T{constructor(e,t,i){this.predicate=e,this.thisArg=t,this.source=i}call(e,t){return t.subscribe(new O(e,this.predicate,this.thisArg,this.source))}}class O extends _.a{constructor(e,t,i,n){super(e),this.predicate=t,this.thisArg=i,this.source=n,this.index=0,this.thisArg=i||this}notifyComplete(e){this.destination.next(e),this.destination.complete()}_next(e){let t=!1;try{t=this.predicate.call(this.thisArg,e,this.index++,this.source)}catch(i){return void this.destination.error(i)}t||this.notifyComplete(!1)}_complete(){this.notifyComplete(!0)}}var E=i("eIep"),j=i("IzEk"),A=i("JX91");function Y(e,t){let i=!1;return arguments.length>=2&&(i=!0),function(n){return n.lift(new I(e,t,i))}}class I{constructor(e,t,i=!1){this.accumulator=e,this.seed=t,this.hasSeed=i}call(e,t){return t.subscribe(new F(e,this.accumulator,this.seed,this.hasSeed))}}class F extends _.a{constructor(e,t,i,n){super(e),this.accumulator=t,this._seed=i,this.hasSeed=n,this.index=0}get seed(){return this._seed}set seed(e){this.hasSeed=!0,this._seed=e}_next(e){if(this.hasSeed)return this._tryNext(e);this.seed=e,this.destination.next(e)}_tryNext(e){const t=this.index++;let i;try{i=this.accumulator(this.seed,e,t)}catch(n){this.destination.error(n)}this.seed=i,this.destination.next(i)}}var P=i("bOdf"),R=i("mCNh"),N=i("vkgz"),q=i("nYR2"),H=i("bHdf");i.d(t,"a",(function(){return Ze})),i.d(t,"b",(function(){return W})),i.d(t,"c",(function(){return z})),i.d(t,"d",(function(){return U})),i.d(t,"e",(function(){return V})),i.d(t,"f",(function(){return X})),i.d(t,"g",(function(){return ni})),i.d(t,"h",(function(){return ai})),i.d(t,"i",(function(){return oi})),i.d(t,"j",(function(){return si})),i.d(t,"k",(function(){return vi})),i.d(t,"l",(function(){return ci})),i.d(t,"m",(function(){return se}));class B{constructor(e,t){this.id=e,this.url=t}}class V extends B{constructor(e,t,i="imperative",n=null){super(e,t),this.navigationTrigger=i,this.restoredState=n}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class z extends B{constructor(e,t,i){super(e,t),this.urlAfterRedirects=i}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}class W extends B{constructor(e,t,i){super(e,t),this.reason=i}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class U extends B{constructor(e,t,i){super(e,t),this.error=i}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class G extends B{constructor(e,t,i,n){super(e,t),this.urlAfterRedirects=i,this.state=n}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class $ extends B{constructor(e,t,i,n){super(e,t),this.urlAfterRedirects=i,this.state=n}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Z extends B{constructor(e,t,i,n,a){super(e,t),this.urlAfterRedirects=i,this.state=n,this.shouldActivate=a}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class J extends B{constructor(e,t,i,n){super(e,t),this.urlAfterRedirects=i,this.state=n}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class X extends B{constructor(e,t,i,n){super(e,t),this.urlAfterRedirects=i,this.state=n}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Q{constructor(e){this.route=e}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class K{constructor(e){this.route=e}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class ee{constructor(e){this.snapshot=e}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class te{constructor(e){this.snapshot=e}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class ie{constructor(e){this.snapshot=e}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class ne{constructor(e){this.snapshot=e}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class ae{constructor(e,t,i){this.routerEvent=e,this.position=t,this.anchor=i}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}let se=(()=>{class e{}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=a.Nb({type:e,selectors:[["ng-component"]],decls:1,vars:0,template:function(e,t){1&e&&a.Ub(0,"router-outlet")},directives:function(){return[ci]},encapsulation:2}),e})();class re{constructor(e){this.params=e||{}}has(e){return this.params.hasOwnProperty(e)}get(e){if(this.has(e)){const t=this.params[e];return Array.isArray(t)?t[0]:t}return null}getAll(e){if(this.has(e)){const t=this.params[e];return Array.isArray(t)?t:[t]}return[]}get keys(){return Object.keys(this.params)}}function oe(e){return new re(e)}function le(e){const t=Error("NavigationCancelingError: "+e);return t.ngNavigationCancelingError=!0,t}function ue(e,t,i){const n=i.path.split("/");if(n.length>e.length)return null;if("full"===i.pathMatch&&(t.hasChildren()||n.length<e.length))return null;const a={};for(let s=0;s<n.length;s++){const t=n[s],i=e[s];if(t.startsWith(":"))a[t.substring(1)]=i;else if(t!==i.path)return null}return{consumed:e.slice(0,n.length),posParams:a}}class ce{constructor(e,t){this.routes=e,this.module=t}}function de(e,t=""){for(let i=0;i<e.length;i++){const n=e[i];me(n,he(t,n))}}function me(e,t){if(!e)throw new Error(`\n      Invalid configuration of route '${t}': 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(e))throw new Error(`Invalid configuration of route '${t}': Array cannot be specified`);if(!e.component&&!e.children&&!e.loadChildren&&e.outlet&&"primary"!==e.outlet)throw new Error(`Invalid configuration of route '${t}': a componentless route without children or loadChildren cannot have a named outlet set`);if(e.redirectTo&&e.children)throw new Error(`Invalid configuration of route '${t}': redirectTo and children cannot be used together`);if(e.redirectTo&&e.loadChildren)throw new Error(`Invalid configuration of route '${t}': redirectTo and loadChildren cannot be used together`);if(e.children&&e.loadChildren)throw new Error(`Invalid configuration of route '${t}': children and loadChildren cannot be used together`);if(e.redirectTo&&e.component)throw new Error(`Invalid configuration of route '${t}': redirectTo and component cannot be used together`);if(e.path&&e.matcher)throw new Error(`Invalid configuration of route '${t}': path and matcher cannot be used together`);if(void 0===e.redirectTo&&!e.component&&!e.children&&!e.loadChildren)throw new Error(`Invalid configuration of route '${t}'. One of the following must be provided: component, redirectTo, children or loadChildren`);if(void 0===e.path&&void 0===e.matcher)throw new Error(`Invalid configuration of route '${t}': routes must have either a path or a matcher specified`);if("string"==typeof e.path&&"/"===e.path.charAt(0))throw new Error(`Invalid configuration of route '${t}': path cannot start with a slash`);if(""===e.path&&void 0!==e.redirectTo&&void 0===e.pathMatch)throw new Error(`Invalid configuration of route '{path: "${t}", redirectTo: "${e.redirectTo}"}': please provide 'pathMatch'. The default value of 'pathMatch' is 'prefix', but often the intent is to use 'full'.`);if(void 0!==e.pathMatch&&"full"!==e.pathMatch&&"prefix"!==e.pathMatch)throw new Error(`Invalid configuration of route '${t}': pathMatch can only be set to 'prefix' or 'full'`);e.children&&de(e.children,t)}function he(e,t){return t?e||t.path?e&&!t.path?`${e}/`:!e&&t.path?t.path:`${e}/${t.path}`:"":e}function pe(e){const t=e.children&&e.children.map(pe),i=t?Object.assign(Object.assign({},e),{children:t}):Object.assign({},e);return!i.component&&(t||i.loadChildren)&&i.outlet&&"primary"!==i.outlet&&(i.component=se),i}function fe(e,t){const i=Object.keys(e),n=Object.keys(t);if(!i||!n||i.length!=n.length)return!1;let a;for(let s=0;s<i.length;s++)if(a=i[s],!ge(e[a],t[a]))return!1;return!0}function ge(e,t){return Array.isArray(e)&&Array.isArray(t)?e.length==t.length&&e.every(e=>t.indexOf(e)>-1):e===t}function _e(e){return Array.prototype.concat.apply([],e)}function be(e){return e.length>0?e[e.length-1]:null}function ye(e,t){for(const i in e)e.hasOwnProperty(i)&&t(e[i],i)}function ve(e){return Object(a.ub)(e)?e:Object(a.vb)(e)?Object(r.a)(Promise.resolve(e)):Object(s.a)(e)}function we(e,t,i){return i?function(e,t){return fe(e,t)}(e.queryParams,t.queryParams)&&function e(t,i){if(!Le(t.segments,i.segments))return!1;if(t.numberOfChildren!==i.numberOfChildren)return!1;for(const n in i.children){if(!t.children[n])return!1;if(!e(t.children[n],i.children[n]))return!1}return!0}(e.root,t.root):function(e,t){return Object.keys(t).length<=Object.keys(e).length&&Object.keys(t).every(i=>ge(e[i],t[i]))}(e.queryParams,t.queryParams)&&function e(t,i){return function t(i,n,a){if(i.segments.length>a.length)return!!Le(i.segments.slice(0,a.length),a)&&!n.hasChildren();if(i.segments.length===a.length){if(!Le(i.segments,a))return!1;for(const t in n.children){if(!i.children[t])return!1;if(!e(i.children[t],n.children[t]))return!1}return!0}{const e=a.slice(0,i.segments.length),s=a.slice(i.segments.length);return!!Le(i.segments,e)&&!!i.children.primary&&t(i.children.primary,n,s)}}(t,i,i.segments)}(e.root,t.root)}class ke{constructor(e,t,i){this.root=e,this.queryParams=t,this.fragment=i}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=oe(this.queryParams)),this._queryParamMap}toString(){return Te.serialize(this)}}class xe{constructor(e,t){this.segments=e,this.children=t,this.parent=null,ye(t,(e,t)=>e.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Oe(this)}}class Me{constructor(e,t){this.path=e,this.parameters=t}get parameterMap(){return this._parameterMap||(this._parameterMap=oe(this.parameters)),this._parameterMap}toString(){return Fe(this)}}function Le(e,t){return e.length===t.length&&e.every((e,i)=>e.path===t[i].path)}function Ce(e,t){let i=[];return ye(e.children,(e,n)=>{"primary"===n&&(i=i.concat(t(e,n)))}),ye(e.children,(e,n)=>{"primary"!==n&&(i=i.concat(t(e,n)))}),i}class Se{}class De{parse(e){const t=new He(e);return new ke(t.parseRootSegment(),t.parseQueryParams(),t.parseFragment())}serialize(e){var t;return`${`/${function e(t,i){if(!t.hasChildren())return Oe(t);if(i){const i=t.children.primary?e(t.children.primary,!1):"",n=[];return ye(t.children,(t,i)=>{"primary"!==i&&n.push(`${i}:${e(t,!1)}`)}),n.length>0?`${i}(${n.join("//")})`:i}{const i=Ce(t,(i,n)=>"primary"===n?[e(t.children.primary,!1)]:[`${n}:${e(i,!1)}`]);return`${Oe(t)}/(${i.join("//")})`}}(e.root,!0)}`}${function(e){const t=Object.keys(e).map(t=>{const i=e[t];return Array.isArray(i)?i.map(e=>`${je(t)}=${je(e)}`).join("&"):`${je(t)}=${je(i)}`});return t.length?`?${t.join("&")}`:""}(e.queryParams)}${"string"==typeof e.fragment?`#${t=e.fragment,encodeURI(t)}`:""}`}}const Te=new De;function Oe(e){return e.segments.map(e=>Fe(e)).join("/")}function Ee(e){return encodeURIComponent(e).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function je(e){return Ee(e).replace(/%3B/gi,";")}function Ae(e){return Ee(e).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Ye(e){return decodeURIComponent(e)}function Ie(e){return Ye(e.replace(/\+/g,"%20"))}function Fe(e){return`${Ae(e.path)}${t=e.parameters,Object.keys(t).map(e=>`;${Ae(e)}=${Ae(t[e])}`).join("")}`;var t}const Pe=/^[^\/()?;=#]+/;function Re(e){const t=e.match(Pe);return t?t[0]:""}const Ne=/^[^=?&#]+/,qe=/^[^?&#]+/;class He{constructor(e){this.url=e,this.remaining=e}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new xe([],{}):new xe([],this.parseChildren())}parseQueryParams(){const e={};if(this.consumeOptional("?"))do{this.parseQueryParam(e)}while(this.consumeOptional("&"));return e}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const e=[];for(this.peekStartsWith("(")||e.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),e.push(this.parseSegment());let t={};this.peekStartsWith("/(")&&(this.capture("/"),t=this.parseParens(!0));let i={};return this.peekStartsWith("(")&&(i=this.parseParens(!1)),(e.length>0||Object.keys(t).length>0)&&(i.primary=new xe(e,t)),i}parseSegment(){const e=Re(this.remaining);if(""===e&&this.peekStartsWith(";"))throw new Error(`Empty path url segment cannot have parameters: '${this.remaining}'.`);return this.capture(e),new Me(Ye(e),this.parseMatrixParams())}parseMatrixParams(){const e={};for(;this.consumeOptional(";");)this.parseParam(e);return e}parseParam(e){const t=Re(this.remaining);if(!t)return;this.capture(t);let i="";if(this.consumeOptional("=")){const e=Re(this.remaining);e&&(i=e,this.capture(i))}e[Ye(t)]=Ye(i)}parseQueryParam(e){const t=function(e){const t=e.match(Ne);return t?t[0]:""}(this.remaining);if(!t)return;this.capture(t);let i="";if(this.consumeOptional("=")){const e=function(e){const t=e.match(qe);return t?t[0]:""}(this.remaining);e&&(i=e,this.capture(i))}const n=Ie(t),a=Ie(i);if(e.hasOwnProperty(n)){let t=e[n];Array.isArray(t)||(t=[t],e[n]=t),t.push(a)}else e[n]=a}parseParens(e){const t={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const i=Re(this.remaining),n=this.remaining[i.length];if("/"!==n&&")"!==n&&";"!==n)throw new Error(`Cannot parse url '${this.url}'`);let a=void 0;i.indexOf(":")>-1?(a=i.substr(0,i.indexOf(":")),this.capture(a),this.capture(":")):e&&(a="primary");const s=this.parseChildren();t[a]=1===Object.keys(s).length?s.primary:new xe([],s),this.consumeOptional("//")}return t}peekStartsWith(e){return this.remaining.startsWith(e)}consumeOptional(e){return!!this.peekStartsWith(e)&&(this.remaining=this.remaining.substring(e.length),!0)}capture(e){if(!this.consumeOptional(e))throw new Error(`Expected "${e}".`)}}class Be{constructor(e){this._root=e}get root(){return this._root.value}parent(e){const t=this.pathFromRoot(e);return t.length>1?t[t.length-2]:null}children(e){const t=Ve(e,this._root);return t?t.children.map(e=>e.value):[]}firstChild(e){const t=Ve(e,this._root);return t&&t.children.length>0?t.children[0].value:null}siblings(e){const t=ze(e,this._root);return t.length<2?[]:t[t.length-2].children.map(e=>e.value).filter(t=>t!==e)}pathFromRoot(e){return ze(e,this._root).map(e=>e.value)}}function Ve(e,t){if(e===t.value)return t;for(const i of t.children){const t=Ve(e,i);if(t)return t}return null}function ze(e,t){if(e===t.value)return[t];for(const i of t.children){const n=ze(e,i);if(n.length)return n.unshift(t),n}return[]}class We{constructor(e,t){this.value=e,this.children=t}toString(){return`TreeNode(${this.value})`}}function Ue(e){const t={};return e&&e.children.forEach(e=>t[e.value.outlet]=e),t}class Ge extends Be{constructor(e,t){super(e),this.snapshot=t,Ke(this,e)}toString(){return this.snapshot.toString()}}function $e(e,t){const i=function(e,t){const i=new Xe([],{},{},"",{},"primary",t,null,e.root,-1,{});return new Qe("",new We(i,[]))}(e,t),n=new o.a([new Me("",{})]),a=new o.a({}),s=new o.a({}),r=new o.a({}),l=new o.a(""),u=new Ze(n,a,r,l,s,"primary",t,i.root);return u.snapshot=i.root,new Ge(new We(u,[]),i)}class Ze{constructor(e,t,i,n,a,s,r,o){this.url=e,this.params=t,this.queryParams=i,this.fragment=n,this.data=a,this.outlet=s,this.component=r,this._futureSnapshot=o}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(Object(p.a)(e=>oe(e)))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe(Object(p.a)(e=>oe(e)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function Je(e,t="emptyOnly"){const i=e.pathFromRoot;let n=0;if("always"!==t)for(n=i.length-1;n>=1;){const e=i[n],t=i[n-1];if(e.routeConfig&&""===e.routeConfig.path)n--;else{if(t.component)break;n--}}return function(e){return e.reduce((e,t)=>({params:Object.assign(Object.assign({},e.params),t.params),data:Object.assign(Object.assign({},e.data),t.data),resolve:Object.assign(Object.assign({},e.resolve),t._resolvedData)}),{params:{},data:{},resolve:{}})}(i.slice(n))}class Xe{constructor(e,t,i,n,a,s,r,o,l,u,c){this.url=e,this.params=t,this.queryParams=i,this.fragment=n,this.data=a,this.outlet=s,this.component=r,this.routeConfig=o,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=oe(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=oe(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map(e=>e.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class Qe extends Be{constructor(e,t){super(t),this.url=e,Ke(this,t)}toString(){return et(this._root)}}function Ke(e,t){t.value._routerState=e,t.children.forEach(t=>Ke(e,t))}function et(e){const t=e.children.length>0?` { ${e.children.map(et).join(", ")} } `:"";return`${e.value}${t}`}function tt(e){if(e.snapshot){const t=e.snapshot,i=e._futureSnapshot;e.snapshot=i,fe(t.queryParams,i.queryParams)||e.queryParams.next(i.queryParams),t.fragment!==i.fragment&&e.fragment.next(i.fragment),fe(t.params,i.params)||e.params.next(i.params),function(e,t){if(e.length!==t.length)return!1;for(let i=0;i<e.length;++i)if(!fe(e[i],t[i]))return!1;return!0}(t.url,i.url)||e.url.next(i.url),fe(t.data,i.data)||e.data.next(i.data)}else e.snapshot=e._futureSnapshot,e.data.next(e._futureSnapshot.data)}function it(e,t){var i,n;return fe(e.params,t.params)&&Le(i=e.url,n=t.url)&&i.every((e,t)=>fe(e.parameters,n[t].parameters))&&!(!e.parent!=!t.parent)&&(!e.parent||it(e.parent,t.parent))}function nt(e){return"object"==typeof e&&null!=e&&!e.outlets&&!e.segmentPath}function at(e,t,i,n,a){let s={};return n&&ye(n,(e,t)=>{s[t]=Array.isArray(e)?e.map(e=>`${e}`):`${e}`}),new ke(i.root===e?t:function e(t,i,n){const a={};return ye(t.children,(t,s)=>{a[s]=t===i?n:e(t,i,n)}),new xe(t.segments,a)}(i.root,e,t),s,a)}class st{constructor(e,t,i){if(this.isAbsolute=e,this.numberOfDoubleDots=t,this.commands=i,e&&i.length>0&&nt(i[0]))throw new Error("Root segment cannot have matrix parameters");const n=i.find(e=>"object"==typeof e&&null!=e&&e.outlets);if(n&&n!==be(i))throw new Error("{outlets:{}} has to be the last command")}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class rt{constructor(e,t,i){this.segmentGroup=e,this.processChildren=t,this.index=i}}function ot(e){return"object"==typeof e&&null!=e&&e.outlets?e.outlets.primary:`${e}`}function lt(e,t,i){if(e||(e=new xe([],{})),0===e.segments.length&&e.hasChildren())return ut(e,t,i);const n=function(e,t,i){let n=0,a=t;const s={match:!1,pathIndex:0,commandIndex:0};for(;a<e.segments.length;){if(n>=i.length)return s;const t=e.segments[a],r=ot(i[n]),o=n<i.length-1?i[n+1]:null;if(a>0&&void 0===r)break;if(r&&o&&"object"==typeof o&&void 0===o.outlets){if(!ht(r,o,t))return s;n+=2}else{if(!ht(r,{},t))return s;n++}a++}return{match:!0,pathIndex:a,commandIndex:n}}(e,t,i),a=i.slice(n.commandIndex);if(n.match&&n.pathIndex<e.segments.length){const t=new xe(e.segments.slice(0,n.pathIndex),{});return t.children.primary=new xe(e.segments.slice(n.pathIndex),e.children),ut(t,0,a)}return n.match&&0===a.length?new xe(e.segments,{}):n.match&&!e.hasChildren()?ct(e,t,i):n.match?ut(e,0,a):ct(e,t,i)}function ut(e,t,i){if(0===i.length)return new xe(e.segments,{});{const n=function(e){return"object"!=typeof e[0]?{primary:e}:void 0===e[0].outlets?{primary:e}:e[0].outlets}(i),a={};return ye(n,(i,n)=>{null!==i&&(a[n]=lt(e.children[n],t,i))}),ye(e.children,(e,t)=>{void 0===n[t]&&(a[t]=e)}),new xe(e.segments,a)}}function ct(e,t,i){const n=e.segments.slice(0,t);let a=0;for(;a<i.length;){if("object"==typeof i[a]&&void 0!==i[a].outlets){const e=dt(i[a].outlets);return new xe(n,e)}if(0===a&&nt(i[0])){n.push(new Me(e.segments[t].path,i[0])),a++;continue}const s=ot(i[a]),r=a<i.length-1?i[a+1]:null;s&&r&&nt(r)?(n.push(new Me(s,mt(r))),a+=2):(n.push(new Me(s,{})),a++)}return new xe(n,{})}function dt(e){const t={};return ye(e,(e,i)=>{null!==e&&(t[i]=ct(new xe([],{}),0,e))}),t}function mt(e){const t={};return ye(e,(e,i)=>t[i]=`${e}`),t}function ht(e,t,i){return e==i.path&&fe(t,i.parameters)}class pt{constructor(e,t,i,n){this.routeReuseStrategy=e,this.futureState=t,this.currState=i,this.forwardEvent=n}activate(e){const t=this.futureState._root,i=this.currState?this.currState._root:null;this.deactivateChildRoutes(t,i,e),tt(this.futureState.root),this.activateChildRoutes(t,i,e)}deactivateChildRoutes(e,t,i){const n=Ue(t);e.children.forEach(e=>{const t=e.value.outlet;this.deactivateRoutes(e,n[t],i),delete n[t]}),ye(n,(e,t)=>{this.deactivateRouteAndItsChildren(e,i)})}deactivateRoutes(e,t,i){const n=e.value,a=t?t.value:null;if(n===a)if(n.component){const a=i.getContext(n.outlet);a&&this.deactivateChildRoutes(e,t,a.children)}else this.deactivateChildRoutes(e,t,i);else a&&this.deactivateRouteAndItsChildren(t,i)}deactivateRouteAndItsChildren(e,t){this.routeReuseStrategy.shouldDetach(e.value.snapshot)?this.detachAndStoreRouteSubtree(e,t):this.deactivateRouteAndOutlet(e,t)}detachAndStoreRouteSubtree(e,t){const i=t.getContext(e.value.outlet);if(i&&i.outlet){const t=i.outlet.detach(),n=i.children.onOutletDeactivated();this.routeReuseStrategy.store(e.value.snapshot,{componentRef:t,route:e,contexts:n})}}deactivateRouteAndOutlet(e,t){const i=t.getContext(e.value.outlet);if(i){const n=Ue(e),a=e.value.component?i.children:t;ye(n,(e,t)=>this.deactivateRouteAndItsChildren(e,a)),i.outlet&&(i.outlet.deactivate(),i.children.onOutletDeactivated())}}activateChildRoutes(e,t,i){const n=Ue(t);e.children.forEach(e=>{this.activateRoutes(e,n[e.value.outlet],i),this.forwardEvent(new ne(e.value.snapshot))}),e.children.length&&this.forwardEvent(new te(e.value.snapshot))}activateRoutes(e,t,i){const n=e.value,a=t?t.value:null;if(tt(n),n===a)if(n.component){const a=i.getOrCreateContext(n.outlet);this.activateChildRoutes(e,t,a.children)}else this.activateChildRoutes(e,t,i);else if(n.component){const t=i.getOrCreateContext(n.outlet);if(this.routeReuseStrategy.shouldAttach(n.snapshot)){const e=this.routeReuseStrategy.retrieve(n.snapshot);this.routeReuseStrategy.store(n.snapshot,null),t.children.onOutletReAttached(e.contexts),t.attachRef=e.componentRef,t.route=e.route.value,t.outlet&&t.outlet.attach(e.componentRef,e.route.value),ft(e.route)}else{const i=function(e){for(let t=e.parent;t;t=t.parent){const e=t.routeConfig;if(e&&e._loadedConfig)return e._loadedConfig;if(e&&e.component)return null}return null}(n.snapshot),a=i?i.module.componentFactoryResolver:null;t.attachRef=null,t.route=n,t.resolver=a,t.outlet&&t.outlet.activateWith(n,a),this.activateChildRoutes(e,null,t.children)}}else this.activateChildRoutes(e,null,i)}}function ft(e){tt(e.value),e.children.forEach(ft)}function gt(e){return"function"==typeof e}function _t(e){return e instanceof ke}class bt{constructor(e){this.segmentGroup=e||null}}class yt{constructor(e){this.urlTree=e}}function vt(e){return new l.a(t=>t.error(new bt(e)))}function wt(e){return new l.a(t=>t.error(new yt(e)))}function kt(e){return new l.a(t=>t.error(new Error(`Only absolute redirects can have named outlets. redirectTo: '${e}'`)))}class xt{constructor(e,t,i,n,s){this.configLoader=t,this.urlSerializer=i,this.urlTree=n,this.config=s,this.allowRedirects=!0,this.ngModule=e.get(a.A)}apply(){return this.expandSegmentGroup(this.ngModule,this.config,this.urlTree.root,"primary").pipe(Object(p.a)(e=>this.createUrlTree(e,this.urlTree.queryParams,this.urlTree.fragment))).pipe(Object(C.a)(e=>{if(e instanceof yt)return this.allowRedirects=!1,this.match(e.urlTree);if(e instanceof bt)throw this.noMatchError(e);throw e}))}match(e){return this.expandSegmentGroup(this.ngModule,this.config,e.root,"primary").pipe(Object(p.a)(t=>this.createUrlTree(t,e.queryParams,e.fragment))).pipe(Object(C.a)(e=>{if(e instanceof bt)throw this.noMatchError(e);throw e}))}noMatchError(e){return new Error(`Cannot match any routes. URL Segment: '${e.segmentGroup}'`)}createUrlTree(e,t,i){const n=e.segments.length>0?new xe([],{primary:e}):e;return new ke(n,t,i)}expandSegmentGroup(e,t,i,n){return 0===i.segments.length&&i.hasChildren()?this.expandChildren(e,t,i).pipe(Object(p.a)(e=>new xe([],e))):this.expandSegment(e,i,t,i.segments,n,!0)}expandChildren(e,t,i){return function(e,t){if(0===Object.keys(e).length)return Object(s.a)({});const i=[],n=[],a={};return ye(e,(e,s)=>{const r=t(s,e).pipe(Object(p.a)(e=>a[s]=e));"primary"===s?i.push(r):n.push(r)}),s.a.apply(null,i.concat(n)).pipe(Object(f.a)(),L(),Object(p.a)(()=>a))}(i.children,(i,n)=>this.expandSegmentGroup(e,t,n,i))}expandSegment(e,t,i,n,a,r){return Object(s.a)(...i).pipe(Object(p.a)(o=>this.expandSegmentAgainstRoute(e,t,i,o,n,a,r).pipe(Object(C.a)(e=>{if(e instanceof bt)return Object(s.a)(null);throw e}))),Object(f.a)(),Object(S.a)(e=>!!e),Object(C.a)((e,i)=>{if(e instanceof u.a||"EmptyError"===e.name){if(this.noLeftoversInUrl(t,n,a))return Object(s.a)(new xe([],{}));throw new bt(t)}throw e}))}noLeftoversInUrl(e,t,i){return 0===t.length&&!e.children[i]}expandSegmentAgainstRoute(e,t,i,n,a,s,r){return St(n)!==s?vt(t):void 0===n.redirectTo?this.matchSegmentAgainstRoute(e,t,n,a):r&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(e,t,i,n,a,s):vt(t)}expandSegmentAgainstRouteUsingRedirect(e,t,i,n,a,s){return"**"===n.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(e,i,n,s):this.expandRegularSegmentAgainstRouteUsingRedirect(e,t,i,n,a,s)}expandWildCardWithParamsAgainstRouteUsingRedirect(e,t,i,n){const a=this.applyRedirectCommands([],i.redirectTo,{});return i.redirectTo.startsWith("/")?wt(a):this.lineralizeSegments(i,a).pipe(Object(D.a)(i=>{const a=new xe(i,{});return this.expandSegment(e,a,t,i,n,!1)}))}expandRegularSegmentAgainstRouteUsingRedirect(e,t,i,n,a,s){const{matched:r,consumedSegments:o,lastChild:l,positionalParamSegments:u}=Mt(t,n,a);if(!r)return vt(t);const c=this.applyRedirectCommands(o,n.redirectTo,u);return n.redirectTo.startsWith("/")?wt(c):this.lineralizeSegments(n,c).pipe(Object(D.a)(n=>this.expandSegment(e,t,i,n.concat(a.slice(l)),s,!1)))}matchSegmentAgainstRoute(e,t,i,n){if("**"===i.path)return i.loadChildren?this.configLoader.load(e.injector,i).pipe(Object(p.a)(e=>(i._loadedConfig=e,new xe(n,{})))):Object(s.a)(new xe(n,{}));const{matched:a,consumedSegments:r,lastChild:o}=Mt(t,i,n);if(!a)return vt(t);const l=n.slice(o);return this.getChildConfig(e,i,n).pipe(Object(D.a)(e=>{const i=e.module,n=e.routes,{segmentGroup:a,slicedSegments:o}=function(e,t,i,n){return i.length>0&&function(e,t,i){return i.some(i=>Ct(e,t,i)&&"primary"!==St(i))}(e,i,n)?{segmentGroup:Lt(new xe(t,function(e,t){const i={};i.primary=t;for(const n of e)""===n.path&&"primary"!==St(n)&&(i[St(n)]=new xe([],{}));return i}(n,new xe(i,e.children)))),slicedSegments:[]}:0===i.length&&function(e,t,i){return i.some(i=>Ct(e,t,i))}(e,i,n)?{segmentGroup:Lt(new xe(e.segments,function(e,t,i,n){const a={};for(const s of i)Ct(e,t,s)&&!n[St(s)]&&(a[St(s)]=new xe([],{}));return Object.assign(Object.assign({},n),a)}(e,i,n,e.children))),slicedSegments:i}:{segmentGroup:e,slicedSegments:i}}(t,r,l,n);return 0===o.length&&a.hasChildren()?this.expandChildren(i,n,a).pipe(Object(p.a)(e=>new xe(r,e))):0===n.length&&0===o.length?Object(s.a)(new xe(r,{})):this.expandSegment(i,a,n,o,"primary",!0).pipe(Object(p.a)(e=>new xe(r.concat(e.segments),e.children)))}))}getChildConfig(e,t,i){return t.children?Object(s.a)(new ce(t.children,e)):t.loadChildren?void 0!==t._loadedConfig?Object(s.a)(t._loadedConfig):function(e,t,i){const n=t.canLoad;return n&&0!==n.length?Object(r.a)(n).pipe(Object(p.a)(n=>{const a=e.get(n);let s;if(function(e){return e&&gt(e.canLoad)}(a))s=a.canLoad(t,i);else{if(!gt(a))throw new Error("Invalid CanLoad guard");s=a(t,i)}return ve(s)})).pipe(Object(f.a)(),(a=e=>!0===e,e=>e.lift(new T(a,void 0,e)))):Object(s.a)(!0);var a}(e.injector,t,i).pipe(Object(D.a)(i=>i?this.configLoader.load(e.injector,t).pipe(Object(p.a)(e=>(t._loadedConfig=e,e))):function(e){return new l.a(t=>t.error(le(`Cannot load children because the guard of the route "path: '${e.path}'" returned false`)))}(t))):Object(s.a)(new ce([],e))}lineralizeSegments(e,t){let i=[],n=t.root;for(;;){if(i=i.concat(n.segments),0===n.numberOfChildren)return Object(s.a)(i);if(n.numberOfChildren>1||!n.children.primary)return kt(e.redirectTo);n=n.children.primary}}applyRedirectCommands(e,t,i){return this.applyRedirectCreatreUrlTree(t,this.urlSerializer.parse(t),e,i)}applyRedirectCreatreUrlTree(e,t,i,n){const a=this.createSegmentGroup(e,t.root,i,n);return new ke(a,this.createQueryParams(t.queryParams,this.urlTree.queryParams),t.fragment)}createQueryParams(e,t){const i={};return ye(e,(e,n)=>{if("string"==typeof e&&e.startsWith(":")){const a=e.substring(1);i[n]=t[a]}else i[n]=e}),i}createSegmentGroup(e,t,i,n){const a=this.createSegments(e,t.segments,i,n);let s={};return ye(t.children,(t,a)=>{s[a]=this.createSegmentGroup(e,t,i,n)}),new xe(a,s)}createSegments(e,t,i,n){return t.map(t=>t.path.startsWith(":")?this.findPosParam(e,t,n):this.findOrReturn(t,i))}findPosParam(e,t,i){const n=i[t.path.substring(1)];if(!n)throw new Error(`Cannot redirect to '${e}'. Cannot find '${t.path}'.`);return n}findOrReturn(e,t){let i=0;for(const n of t){if(n.path===e.path)return t.splice(i),n;i++}return e}}function Mt(e,t,i){if(""===t.path)return"full"===t.pathMatch&&(e.hasChildren()||i.length>0)?{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}:{matched:!0,consumedSegments:[],lastChild:0,positionalParamSegments:{}};const n=(t.matcher||ue)(i,e,t);return n?{matched:!0,consumedSegments:n.consumed,lastChild:n.consumed.length,positionalParamSegments:n.posParams}:{matched:!1,consumedSegments:[],lastChild:0,positionalParamSegments:{}}}function Lt(e){if(1===e.numberOfChildren&&e.children.primary){const t=e.children.primary;return new xe(e.segments.concat(t.segments),t.children)}return e}function Ct(e,t,i){return(!(e.hasChildren()||t.length>0)||"full"!==i.pathMatch)&&""===i.path&&void 0!==i.redirectTo}function St(e){return e.outlet||"primary"}class Dt{constructor(e){this.path=e,this.route=this.path[this.path.length-1]}}class Tt{constructor(e,t){this.component=e,this.route=t}}function Ot(e,t,i){const n=e._root;return function e(t,i,n,a,s={canDeactivateChecks:[],canActivateChecks:[]}){const r=Ue(i);return t.children.forEach(t=>{!function(t,i,n,a,s={canDeactivateChecks:[],canActivateChecks:[]}){const r=t.value,o=i?i.value:null,l=n?n.getContext(t.value.outlet):null;if(o&&r.routeConfig===o.routeConfig){const u=function(e,t,i){if("function"==typeof i)return i(e,t);switch(i){case"pathParamsChange":return!Le(e.url,t.url);case"pathParamsOrQueryParamsChange":return!Le(e.url,t.url)||!fe(e.queryParams,t.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!it(e,t)||!fe(e.queryParams,t.queryParams);case"paramsChange":default:return!it(e,t)}}(o,r,r.routeConfig.runGuardsAndResolvers);u?s.canActivateChecks.push(new Dt(a)):(r.data=o.data,r._resolvedData=o._resolvedData),e(t,i,r.component?l?l.children:null:n,a,s),u&&s.canDeactivateChecks.push(new Tt(l&&l.outlet&&l.outlet.component||null,o))}else o&&jt(i,l,s),s.canActivateChecks.push(new Dt(a)),e(t,null,r.component?l?l.children:null:n,a,s)}(t,r[t.value.outlet],n,a.concat([t.value]),s),delete r[t.value.outlet]}),ye(r,(e,t)=>jt(e,n.getContext(t),s)),s}(n,t?t._root:null,i,[n.value])}function Et(e,t,i){const n=function(e){if(!e)return null;for(let t=e.parent;t;t=t.parent){const e=t.routeConfig;if(e&&e._loadedConfig)return e._loadedConfig}return null}(t);return(n?n.module.injector:i).get(e)}function jt(e,t,i){const n=Ue(e),a=e.value;ye(n,(e,n)=>{jt(e,a.component?t?t.children.getContext(n):null:t,i)}),i.canDeactivateChecks.push(new Tt(a.component&&t&&t.outlet&&t.outlet.isActivated?t.outlet.component:null,a))}const At=Symbol("INITIAL_VALUE");function Yt(){return Object(E.a)(e=>Object(c.a)(...e.map(e=>e.pipe(Object(j.a)(1),Object(A.a)(At)))).pipe(Y((e,t)=>{let i=!1;return t.reduce((e,n,a)=>{if(e!==At)return e;if(n===At&&(i=!0),!i){if(!1===n)return n;if(a===t.length-1||_t(n))return n}return e},e)},At),Object(g.a)(e=>e!==At),Object(p.a)(e=>_t(e)?e:!0===e),Object(j.a)(1)))}function It(e,t){return null!==e&&t&&t(new ie(e)),Object(s.a)(!0)}function Ft(e,t){return null!==e&&t&&t(new ee(e)),Object(s.a)(!0)}function Pt(e,t,i){const n=t.routeConfig?t.routeConfig.canActivate:null;if(!n||0===n.length)return Object(s.a)(!0);const a=n.map(n=>Object(d.a)(()=>{const a=Et(n,t,i);let s;if(function(e){return e&&gt(e.canActivate)}(a))s=ve(a.canActivate(t,e));else{if(!gt(a))throw new Error("Invalid CanActivate guard");s=ve(a(t,e))}return s.pipe(Object(S.a)())}));return Object(s.a)(a).pipe(Yt())}function Rt(e,t,i){const n=t[t.length-1],a=t.slice(0,t.length-1).reverse().map(e=>function(e){const t=e.routeConfig?e.routeConfig.canActivateChild:null;return t&&0!==t.length?{node:e,guards:t}:null}(e)).filter(e=>null!==e).map(t=>Object(d.a)(()=>{const a=t.guards.map(a=>{const s=Et(a,t.node,i);let r;if(function(e){return e&&gt(e.canActivateChild)}(s))r=ve(s.canActivateChild(n,e));else{if(!gt(s))throw new Error("Invalid CanActivateChild guard");r=ve(s(n,e))}return r.pipe(Object(S.a)())});return Object(s.a)(a).pipe(Yt())}));return Object(s.a)(a).pipe(Yt())}class Nt{}class qt{constructor(e,t,i,n,a,s){this.rootComponentType=e,this.config=t,this.urlTree=i,this.url=n,this.paramsInheritanceStrategy=a,this.relativeLinkResolution=s}recognize(){try{const e=Vt(this.urlTree.root,[],[],this.config,this.relativeLinkResolution).segmentGroup,t=this.processSegmentGroup(this.config,e,"primary"),i=new Xe([],Object.freeze({}),Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,{},"primary",this.rootComponentType,null,this.urlTree.root,-1,{}),n=new We(i,t),a=new Qe(this.url,n);return this.inheritParamsAndData(a._root),Object(s.a)(a)}catch(e){return new l.a(t=>t.error(e))}}inheritParamsAndData(e){const t=e.value,i=Je(t,this.paramsInheritanceStrategy);t.params=Object.freeze(i.params),t.data=Object.freeze(i.data),e.children.forEach(e=>this.inheritParamsAndData(e))}processSegmentGroup(e,t,i){return 0===t.segments.length&&t.hasChildren()?this.processChildren(e,t):this.processSegment(e,t,t.segments,i)}processChildren(e,t){const i=Ce(t,(t,i)=>this.processSegmentGroup(e,t,i));return function(e){const t={};e.forEach(e=>{const i=t[e.value.outlet];if(i){const t=i.url.map(e=>e.toString()).join("/"),n=e.value.url.map(e=>e.toString()).join("/");throw new Error(`Two segments cannot have the same outlet name: '${t}' and '${n}'.`)}t[e.value.outlet]=e.value})}(i),i.sort((e,t)=>"primary"===e.value.outlet?-1:"primary"===t.value.outlet?1:e.value.outlet.localeCompare(t.value.outlet)),i}processSegment(e,t,i,n){for(const s of e)try{return this.processSegmentAgainstRoute(s,t,i,n)}catch(a){if(!(a instanceof Nt))throw a}if(this.noLeftoversInUrl(t,i,n))return[];throw new Nt}noLeftoversInUrl(e,t,i){return 0===t.length&&!e.children[i]}processSegmentAgainstRoute(e,t,i,n){if(e.redirectTo)throw new Nt;if((e.outlet||"primary")!==n)throw new Nt;let a,s=[],r=[];if("**"===e.path){const s=i.length>0?be(i).parameters:{};a=new Xe(i,s,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ut(e),n,e.component,e,Ht(t),Bt(t)+i.length,Gt(e))}else{const o=function(e,t,i){if(""===t.path){if("full"===t.pathMatch&&(e.hasChildren()||i.length>0))throw new Nt;return{consumedSegments:[],lastChild:0,parameters:{}}}const n=(t.matcher||ue)(i,e,t);if(!n)throw new Nt;const a={};ye(n.posParams,(e,t)=>{a[t]=e.path});const s=n.consumed.length>0?Object.assign(Object.assign({},a),n.consumed[n.consumed.length-1].parameters):a;return{consumedSegments:n.consumed,lastChild:n.consumed.length,parameters:s}}(t,e,i);s=o.consumedSegments,r=i.slice(o.lastChild),a=new Xe(s,o.parameters,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ut(e),n,e.component,e,Ht(t),Bt(t)+s.length,Gt(e))}const o=function(e){return e.children?e.children:e.loadChildren?e._loadedConfig.routes:[]}(e),{segmentGroup:l,slicedSegments:u}=Vt(t,s,r,o,this.relativeLinkResolution);if(0===u.length&&l.hasChildren()){const e=this.processChildren(o,l);return[new We(a,e)]}if(0===o.length&&0===u.length)return[new We(a,[])];const c=this.processSegment(o,l,u,"primary");return[new We(a,c)]}}function Ht(e){let t=e;for(;t._sourceSegment;)t=t._sourceSegment;return t}function Bt(e){let t=e,i=t._segmentIndexShift?t._segmentIndexShift:0;for(;t._sourceSegment;)t=t._sourceSegment,i+=t._segmentIndexShift?t._segmentIndexShift:0;return i-1}function Vt(e,t,i,n,a){if(i.length>0&&function(e,t,i){return i.some(i=>zt(e,t,i)&&"primary"!==Wt(i))}(e,i,n)){const a=new xe(t,function(e,t,i,n){const a={};a.primary=n,n._sourceSegment=e,n._segmentIndexShift=t.length;for(const s of i)if(""===s.path&&"primary"!==Wt(s)){const i=new xe([],{});i._sourceSegment=e,i._segmentIndexShift=t.length,a[Wt(s)]=i}return a}(e,t,n,new xe(i,e.children)));return a._sourceSegment=e,a._segmentIndexShift=t.length,{segmentGroup:a,slicedSegments:[]}}if(0===i.length&&function(e,t,i){return i.some(i=>zt(e,t,i))}(e,i,n)){const s=new xe(e.segments,function(e,t,i,n,a,s){const r={};for(const o of n)if(zt(e,i,o)&&!a[Wt(o)]){const i=new xe([],{});i._sourceSegment=e,i._segmentIndexShift="legacy"===s?e.segments.length:t.length,r[Wt(o)]=i}return Object.assign(Object.assign({},a),r)}(e,t,i,n,e.children,a));return s._sourceSegment=e,s._segmentIndexShift=t.length,{segmentGroup:s,slicedSegments:i}}const s=new xe(e.segments,e.children);return s._sourceSegment=e,s._segmentIndexShift=t.length,{segmentGroup:s,slicedSegments:i}}function zt(e,t,i){return(!(e.hasChildren()||t.length>0)||"full"!==i.pathMatch)&&""===i.path&&void 0===i.redirectTo}function Wt(e){return e.outlet||"primary"}function Ut(e){return e.data||{}}function Gt(e){return e.resolve||{}}function $t(e,t,i,n){const a=Et(e,t,n);return ve(a.resolve?a.resolve(t,i):a(t,i))}function Zt(e){return function(t){return t.pipe(Object(E.a)(t=>{const i=e(t);return i?Object(r.a)(i).pipe(Object(p.a)(()=>t)):Object(r.a)([t])}))}}class Jt{shouldDetach(e){return!1}store(e,t){}shouldAttach(e){return!1}retrieve(e){return null}shouldReuseRoute(e,t){return e.routeConfig===t.routeConfig}}const Xt=new a.s("ROUTES");class Qt{constructor(e,t,i,n){this.loader=e,this.compiler=t,this.onLoadStartListener=i,this.onLoadEndListener=n}load(e,t){return this.onLoadStartListener&&this.onLoadStartListener(t),this.loadModuleFactory(t.loadChildren).pipe(Object(p.a)(i=>{this.onLoadEndListener&&this.onLoadEndListener(t);const n=i.create(e);return new ce(_e(n.injector.get(Xt)).map(pe),n)}))}loadModuleFactory(e){return"string"==typeof e?Object(r.a)(this.loader.load(e)):ve(e()).pipe(Object(D.a)(e=>e instanceof a.y?Object(s.a)(e):Object(r.a)(this.compiler.compileModuleAsync(e))))}}class Kt{shouldProcessUrl(e){return!0}extract(e){return e}merge(e,t){return e}}function ei(e){throw e}function ti(e,t,i){return t.parse("/")}function ii(e,t){return Object(s.a)(null)}let ni=(()=>{class e{constructor(e,t,i,n,s,r,l,u){this.rootComponentType=e,this.urlSerializer=t,this.rootContexts=i,this.location=n,this.config=u,this.lastSuccessfulNavigation=null,this.currentNavigation=null,this.navigationId=0,this.isNgZoneEnabled=!1,this.events=new m.a,this.errorHandler=ei,this.malformedUriErrorHandler=ti,this.navigated=!1,this.lastSuccessfulId=-1,this.hooks={beforePreactivation:ii,afterPreactivation:ii},this.urlHandlingStrategy=new Kt,this.routeReuseStrategy=new Jt,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="legacy",this.ngModule=s.get(a.A),this.console=s.get(a.bb);const c=s.get(a.C);this.isNgZoneEnabled=c instanceof a.C,this.resetConfig(u),this.currentUrlTree=new ke(new xe([],{}),{},null),this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.configLoader=new Qt(r,l,e=>this.triggerEvent(new Q(e)),e=>this.triggerEvent(new K(e))),this.routerState=$e(this.currentUrlTree,this.rootComponentType),this.transitions=new o.a({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(e){const t=this.events;return e.pipe(Object(g.a)(e=>0!==e.id),Object(p.a)(e=>Object.assign(Object.assign({},e),{extractedUrl:this.urlHandlingStrategy.extract(e.rawUrl)})),Object(E.a)(e=>{let i=!1,n=!1;return Object(s.a)(e).pipe(Object(N.a)(e=>{this.currentNavigation={id:e.id,initialUrl:e.currentRawUrl,extractedUrl:e.extractedUrl,trigger:e.source,extras:e.extras,previousNavigation:this.lastSuccessfulNavigation?Object.assign(Object.assign({},this.lastSuccessfulNavigation),{previousNavigation:null}):null}}),Object(E.a)(e=>{const i=!this.navigated||e.extractedUrl.toString()!==this.browserUrlTree.toString();if(("reload"===this.onSameUrlNavigation||i)&&this.urlHandlingStrategy.shouldProcessUrl(e.rawUrl))return Object(s.a)(e).pipe(Object(E.a)(e=>{const i=this.transitions.getValue();return t.next(new V(e.id,this.serializeUrl(e.extractedUrl),e.source,e.restoredState)),i!==this.transitions.getValue()?h.a:[e]}),Object(E.a)(e=>Promise.resolve(e)),(n=this.ngModule.injector,a=this.configLoader,r=this.urlSerializer,o=this.config,function(e){return e.pipe(Object(E.a)(e=>function(e,t,i,n,a){return new xt(e,t,i,n,a).apply()}(n,a,r,e.extractedUrl,o).pipe(Object(p.a)(t=>Object.assign(Object.assign({},e),{urlAfterRedirects:t})))))}),Object(N.a)(e=>{this.currentNavigation=Object.assign(Object.assign({},this.currentNavigation),{finalUrl:e.urlAfterRedirects})}),function(e,t,i,n,a){return function(s){return s.pipe(Object(D.a)(s=>function(e,t,i,n,a="emptyOnly",s="legacy"){return new qt(e,t,i,n,a,s).recognize()}(e,t,s.urlAfterRedirects,i(s.urlAfterRedirects),n,a).pipe(Object(p.a)(e=>Object.assign(Object.assign({},s),{targetSnapshot:e})))))}}(this.rootComponentType,this.config,e=>this.serializeUrl(e),this.paramsInheritanceStrategy,this.relativeLinkResolution),Object(N.a)(e=>{"eager"===this.urlUpdateStrategy&&(e.extras.skipLocationChange||this.setBrowserUrl(e.urlAfterRedirects,!!e.extras.replaceUrl,e.id,e.extras.state),this.browserUrlTree=e.urlAfterRedirects)}),Object(N.a)(e=>{const i=new G(e.id,this.serializeUrl(e.extractedUrl),this.serializeUrl(e.urlAfterRedirects),e.targetSnapshot);t.next(i)}));var n,a,r,o;if(i&&this.rawUrlTree&&this.urlHandlingStrategy.shouldProcessUrl(this.rawUrlTree)){const{id:i,extractedUrl:n,source:a,restoredState:r,extras:o}=e,l=new V(i,this.serializeUrl(n),a,r);t.next(l);const u=$e(n,this.rootComponentType).snapshot;return Object(s.a)(Object.assign(Object.assign({},e),{targetSnapshot:u,urlAfterRedirects:n,extras:Object.assign(Object.assign({},o),{skipLocationChange:!1,replaceUrl:!1})}))}return this.rawUrlTree=e.rawUrl,this.browserUrlTree=e.urlAfterRedirects,e.resolve(null),h.a}),Zt(e=>{const{targetSnapshot:t,id:i,extractedUrl:n,rawUrl:a,extras:{skipLocationChange:s,replaceUrl:r}}=e;return this.hooks.beforePreactivation(t,{navigationId:i,appliedUrlTree:n,rawUrlTree:a,skipLocationChange:!!s,replaceUrl:!!r})}),Object(N.a)(e=>{const t=new $(e.id,this.serializeUrl(e.extractedUrl),this.serializeUrl(e.urlAfterRedirects),e.targetSnapshot);this.triggerEvent(t)}),Object(p.a)(e=>Object.assign(Object.assign({},e),{guards:Ot(e.targetSnapshot,e.currentSnapshot,this.rootContexts)})),function(e,t){return function(i){return i.pipe(Object(D.a)(i=>{const{targetSnapshot:n,currentSnapshot:a,guards:{canActivateChecks:o,canDeactivateChecks:l}}=i;return 0===l.length&&0===o.length?Object(s.a)(Object.assign(Object.assign({},i),{guardsResult:!0})):function(e,t,i,n){return Object(r.a)(e).pipe(Object(D.a)(e=>function(e,t,i,n,a){const r=t&&t.routeConfig?t.routeConfig.canDeactivate:null;if(!r||0===r.length)return Object(s.a)(!0);const o=r.map(s=>{const r=Et(s,t,a);let o;if(function(e){return e&&gt(e.canDeactivate)}(r))o=ve(r.canDeactivate(e,t,i,n));else{if(!gt(r))throw new Error("Invalid CanDeactivate guard");o=ve(r(e,t,i,n))}return o.pipe(Object(S.a)())});return Object(s.a)(o).pipe(Yt())}(e.component,e.route,i,t,n)),Object(S.a)(e=>!0!==e,!0))}(l,n,a,e).pipe(Object(D.a)(i=>i&&"boolean"==typeof i?function(e,t,i,n){return Object(r.a)(t).pipe(Object(P.a)(t=>Object(r.a)([Ft(t.route.parent,n),It(t.route,n),Rt(e,t.path,i),Pt(e,t.route,i)]).pipe(Object(f.a)(),Object(S.a)(e=>!0!==e,!0))),Object(S.a)(e=>!0!==e,!0))}(n,o,e,t):Object(s.a)(i)),Object(p.a)(e=>Object.assign(Object.assign({},i),{guardsResult:e})))}))}}(this.ngModule.injector,e=>this.triggerEvent(e)),Object(N.a)(e=>{if(_t(e.guardsResult)){const t=le(`Redirecting to "${this.serializeUrl(e.guardsResult)}"`);throw t.url=e.guardsResult,t}}),Object(N.a)(e=>{const t=new Z(e.id,this.serializeUrl(e.extractedUrl),this.serializeUrl(e.urlAfterRedirects),e.targetSnapshot,!!e.guardsResult);this.triggerEvent(t)}),Object(g.a)(e=>{if(!e.guardsResult){this.resetUrlToCurrentUrlTree();const i=new W(e.id,this.serializeUrl(e.extractedUrl),"");return t.next(i),e.resolve(!1),!1}return!0}),Zt(e=>{if(e.guards.canActivateChecks.length)return Object(s.a)(e).pipe(Object(N.a)(e=>{const t=new J(e.id,this.serializeUrl(e.extractedUrl),this.serializeUrl(e.urlAfterRedirects),e.targetSnapshot);this.triggerEvent(t)}),(t=this.paramsInheritanceStrategy,i=this.ngModule.injector,function(e){return e.pipe(Object(D.a)(e=>{const{targetSnapshot:n,guards:{canActivateChecks:a}}=e;return a.length?Object(r.a)(a).pipe(Object(P.a)(e=>function(e,t,i,n){return function(e,t,i,n){const a=Object.keys(e);if(0===a.length)return Object(s.a)({});if(1===a.length){const s=a[0];return $t(e[s],t,i,n).pipe(Object(p.a)(e=>({[s]:e})))}const o={};return Object(r.a)(a).pipe(Object(D.a)(a=>$t(e[a],t,i,n).pipe(Object(p.a)(e=>(o[a]=e,e))))).pipe(L(),Object(p.a)(()=>o))}(e._resolve,e,t,n).pipe(Object(p.a)(t=>(e._resolvedData=t,e.data=Object.assign(Object.assign({},e.data),Je(e,i).resolve),null)))}(e.route,n,t,i)),function(e,t){return arguments.length>=2?function(i){return Object(R.a)(Y(e,t),y(1),Object(x.a)(t))(i)}:function(t){return Object(R.a)(Y((t,i,n)=>e(t,i,n+1)),y(1))(t)}}((e,t)=>e),Object(p.a)(t=>e)):Object(s.a)(e)}))}),Object(N.a)(e=>{const t=new X(e.id,this.serializeUrl(e.extractedUrl),this.serializeUrl(e.urlAfterRedirects),e.targetSnapshot);this.triggerEvent(t)}));var t,i}),Zt(e=>{const{targetSnapshot:t,id:i,extractedUrl:n,rawUrl:a,extras:{skipLocationChange:s,replaceUrl:r}}=e;return this.hooks.afterPreactivation(t,{navigationId:i,appliedUrlTree:n,rawUrlTree:a,skipLocationChange:!!s,replaceUrl:!!r})}),Object(p.a)(e=>{const t=function(e,t,i){const n=function e(t,i,n){if(n&&t.shouldReuseRoute(i.value,n.value.snapshot)){const a=n.value;a._futureSnapshot=i.value;const s=function(t,i,n){return i.children.map(i=>{for(const a of n.children)if(t.shouldReuseRoute(a.value.snapshot,i.value))return e(t,i,a);return e(t,i)})}(t,i,n);return new We(a,s)}{const n=t.retrieve(i.value);if(n){const e=n.route;return function e(t,i){if(t.value.routeConfig!==i.value.routeConfig)throw new Error("Cannot reattach ActivatedRouteSnapshot created from a different route");if(t.children.length!==i.children.length)throw new Error("Cannot reattach ActivatedRouteSnapshot with a different number of children");i.value._futureSnapshot=t.value;for(let n=0;n<t.children.length;++n)e(t.children[n],i.children[n])}(i,e),e}{const n=new Ze(new o.a((a=i.value).url),new o.a(a.params),new o.a(a.queryParams),new o.a(a.fragment),new o.a(a.data),a.outlet,a.component,a),s=i.children.map(i=>e(t,i));return new We(n,s)}}var a}(e,t._root,i?i._root:void 0);return new Ge(n,t)}(this.routeReuseStrategy,e.targetSnapshot,e.currentRouterState);return Object.assign(Object.assign({},e),{targetRouterState:t})}),Object(N.a)(e=>{this.currentUrlTree=e.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,e.rawUrl),this.routerState=e.targetRouterState,"deferred"===this.urlUpdateStrategy&&(e.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,!!e.extras.replaceUrl,e.id,e.extras.state),this.browserUrlTree=e.urlAfterRedirects)}),(a=this.rootContexts,l=this.routeReuseStrategy,u=e=>this.triggerEvent(e),Object(p.a)(e=>(new pt(l,e.targetRouterState,e.currentRouterState,u).activate(a),e))),Object(N.a)({next(){i=!0},complete(){i=!0}}),Object(q.a)(()=>{if(!i&&!n){this.resetUrlToCurrentUrlTree();const i=new W(e.id,this.serializeUrl(e.extractedUrl),`Navigation ID ${e.id} is not equal to the current navigation id ${this.navigationId}`);t.next(i),e.resolve(!1)}this.currentNavigation=null}),Object(C.a)(i=>{if(n=!0,(a=i)&&a.ngNavigationCancelingError){const n=_t(i.url);n||(this.navigated=!0,this.resetStateAndUrl(e.currentRouterState,e.currentUrlTree,e.rawUrl));const a=new W(e.id,this.serializeUrl(e.extractedUrl),i.message);t.next(a),n?setTimeout(()=>{const t=this.urlHandlingStrategy.merge(i.url,this.rawUrlTree);return this.scheduleNavigation(t,"imperative",null,{skipLocationChange:e.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy},{resolve:e.resolve,reject:e.reject,promise:e.promise})},0):e.resolve(!1)}else{this.resetStateAndUrl(e.currentRouterState,e.currentUrlTree,e.rawUrl);const n=new U(e.id,this.serializeUrl(e.extractedUrl),i);t.next(n);try{e.resolve(this.errorHandler(i))}catch(s){e.reject(s)}}var a;return h.a}));var a,l,u}))}resetRootComponentType(e){this.rootComponentType=e,this.routerState.root.component=this.rootComponentType}getTransition(){const e=this.transitions.value;return e.urlAfterRedirects=this.browserUrlTree,e}setTransition(e){this.transitions.next(Object.assign(Object.assign({},this.getTransition()),e))}initialNavigation(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe(e=>{let t=this.parseUrl(e.url);const i="popstate"===e.type?"popstate":"hashchange",n=e.state&&e.state.navigationId?e.state:null;setTimeout(()=>{this.scheduleNavigation(t,i,n,{replaceUrl:!0})},0)}))}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.currentNavigation}triggerEvent(e){this.events.next(e)}resetConfig(e){de(e),this.config=e.map(pe),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=null)}createUrlTree(e,t={}){const{relativeTo:i,queryParams:n,fragment:s,preserveQueryParams:r,queryParamsHandling:o,preserveFragment:l}=t;Object(a.Y)()&&r&&console&&console.warn&&console.warn("preserveQueryParams is deprecated, use queryParamsHandling instead.");const u=i||this.routerState.root,c=l?this.currentUrlTree.fragment:s;let d=null;if(o)switch(o){case"merge":d=Object.assign(Object.assign({},this.currentUrlTree.queryParams),n);break;case"preserve":d=this.currentUrlTree.queryParams;break;default:d=n||null}else d=r?this.currentUrlTree.queryParams:n||null;return null!==d&&(d=this.removeEmptyProps(d)),function(e,t,i,n,a){if(0===i.length)return at(t.root,t.root,t,n,a);const s=function(e){if("string"==typeof e[0]&&1===e.length&&"/"===e[0])return new st(!0,0,e);let t=0,i=!1;const n=e.reduce((e,n,a)=>{if("object"==typeof n&&null!=n){if(n.outlets){const t={};return ye(n.outlets,(e,i)=>{t[i]="string"==typeof e?e.split("/"):e}),[...e,{outlets:t}]}if(n.segmentPath)return[...e,n.segmentPath]}return"string"!=typeof n?[...e,n]:0===a?(n.split("/").forEach((n,a)=>{0==a&&"."===n||(0==a&&""===n?i=!0:".."===n?t++:""!=n&&e.push(n))}),e):[...e,n]},[]);return new st(i,t,n)}(i);if(s.toRoot())return at(t.root,new xe([],{}),t,n,a);const r=function(e,t,i){if(e.isAbsolute)return new rt(t.root,!0,0);if(-1===i.snapshot._lastPathIndex)return new rt(i.snapshot._urlSegment,!0,0);const n=nt(e.commands[0])?0:1;return function(e,t,i){let n=e,a=t,s=i;for(;s>a;){if(s-=a,n=n.parent,!n)throw new Error("Invalid number of '../'");a=n.segments.length}return new rt(n,!1,a-s)}(i.snapshot._urlSegment,i.snapshot._lastPathIndex+n,e.numberOfDoubleDots)}(s,t,e),o=r.processChildren?ut(r.segmentGroup,r.index,s.commands):lt(r.segmentGroup,r.index,s.commands);return at(r.segmentGroup,o,t,n,a)}(u,this.currentUrlTree,e,d,c)}navigateByUrl(e,t={skipLocationChange:!1}){Object(a.Y)()&&this.isNgZoneEnabled&&!a.C.isInAngularZone()&&this.console.warn("Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?");const i=_t(e)?e:this.parseUrl(e),n=this.urlHandlingStrategy.merge(i,this.rawUrlTree);return this.scheduleNavigation(n,"imperative",null,t)}navigate(e,t={skipLocationChange:!1}){return function(e){for(let t=0;t<e.length;t++){const i=e[t];if(null==i)throw new Error(`The requested path contains ${i} segment at index ${t}`)}}(e),this.navigateByUrl(this.createUrlTree(e,t),t)}serializeUrl(e){return this.urlSerializer.serialize(e)}parseUrl(e){let t;try{t=this.urlSerializer.parse(e)}catch(i){t=this.malformedUriErrorHandler(i,this.urlSerializer,e)}return t}isActive(e,t){if(_t(e))return we(this.currentUrlTree,e,t);const i=this.parseUrl(e);return we(this.currentUrlTree,i,t)}removeEmptyProps(e){return Object.keys(e).reduce((t,i)=>{const n=e[i];return null!=n&&(t[i]=n),t},{})}processNavigations(){this.navigations.subscribe(e=>{this.navigated=!0,this.lastSuccessfulId=e.id,this.events.next(new z(e.id,this.serializeUrl(e.extractedUrl),this.serializeUrl(this.currentUrlTree))),this.lastSuccessfulNavigation=this.currentNavigation,this.currentNavigation=null,e.resolve(!0)},e=>{this.console.warn("Unhandled Navigation Error: ")})}scheduleNavigation(e,t,i,n,a){const s=this.getTransition();if(s&&"imperative"!==t&&"imperative"===s.source&&s.rawUrl.toString()===e.toString())return Promise.resolve(!0);if(s&&"hashchange"==t&&"popstate"===s.source&&s.rawUrl.toString()===e.toString())return Promise.resolve(!0);if(s&&"popstate"==t&&"hashchange"===s.source&&s.rawUrl.toString()===e.toString())return Promise.resolve(!0);let r,o,l;a?(r=a.resolve,o=a.reject,l=a.promise):l=new Promise((e,t)=>{r=e,o=t});const u=++this.navigationId;return this.setTransition({id:u,source:t,restoredState:i,currentUrlTree:this.currentUrlTree,currentRawUrl:this.rawUrlTree,rawUrl:e,extras:n,resolve:r,reject:o,promise:l,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),l.catch(e=>Promise.reject(e))}setBrowserUrl(e,t,i,n){const a=this.urlSerializer.serialize(e);n=n||{},this.location.isCurrentPathEqualTo(a)||t?this.location.replaceState(a,"",Object.assign(Object.assign({},n),{navigationId:i})):this.location.go(a,"",Object.assign(Object.assign({},n),{navigationId:i}))}resetStateAndUrl(e,t,i){this.routerState=e,this.currentUrlTree=t,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,i),this.resetUrlToCurrentUrlTree()}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",{navigationId:this.lastSuccessfulId})}}return e.\u0275fac=function(e){a.gc()},e.\u0275dir=a.Ob({type:e}),e})(),ai=(()=>{class e{constructor(e,t,i,n,a){this.router=e,this.route=t,this.commands=[],null==i&&n.setAttribute(a.nativeElement,"tabindex","0")}set routerLink(e){this.commands=null!=e?Array.isArray(e)?e:[e]:[]}set preserveQueryParams(e){Object(a.Y)()&&console&&console.warn&&console.warn("preserveQueryParams is deprecated!, use queryParamsHandling instead."),this.preserve=e}onClick(){const e={skipLocationChange:ri(this.skipLocationChange),replaceUrl:ri(this.replaceUrl)};return this.router.navigateByUrl(this.urlTree,e),!0}get urlTree(){return this.router.createUrlTree(this.commands,{relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,preserveQueryParams:ri(this.preserve),queryParamsHandling:this.queryParamsHandling,preserveFragment:ri(this.preserveFragment)})}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(ni),a.Tb(Ze),a.ec("tabindex"),a.Tb(a.H),a.Tb(a.l))},e.\u0275dir=a.Ob({type:e,selectors:[["","routerLink","",5,"a",5,"area"]],hostBindings:function(e,t){1&e&&a.hc("click",(function(e){return t.onClick()}))},inputs:{routerLink:"routerLink",preserveQueryParams:"preserveQueryParams",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state"}}),e})(),si=(()=>{class e{constructor(e,t,i){this.router=e,this.route=t,this.locationStrategy=i,this.commands=[],this.subscription=e.events.subscribe(e=>{e instanceof z&&this.updateTargetUrlAndHref()})}set routerLink(e){this.commands=null!=e?Array.isArray(e)?e:[e]:[]}set preserveQueryParams(e){Object(a.Y)()&&console&&console.warn&&console.warn("preserveQueryParams is deprecated, use queryParamsHandling instead."),this.preserve=e}ngOnChanges(e){this.updateTargetUrlAndHref()}ngOnDestroy(){this.subscription.unsubscribe()}onClick(e,t,i,n){if(0!==e||t||i||n)return!0;if("string"==typeof this.target&&"_self"!=this.target)return!0;const a={skipLocationChange:ri(this.skipLocationChange),replaceUrl:ri(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,a),!1}updateTargetUrlAndHref(){this.href=this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree))}get urlTree(){return this.router.createUrlTree(this.commands,{relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,preserveQueryParams:ri(this.preserve),queryParamsHandling:this.queryParamsHandling,preserveFragment:ri(this.preserveFragment)})}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(ni),a.Tb(Ze),a.Tb(n.o))},e.\u0275dir=a.Ob({type:e,selectors:[["a","routerLink",""],["area","routerLink",""]],hostVars:2,hostBindings:function(e,t){1&e&&a.hc("click",(function(e){return t.onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)})),2&e&&(a.cc("href",t.href,a.Fc),a.Gb("target",t.target))},inputs:{routerLink:"routerLink",preserveQueryParams:"preserveQueryParams",target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state"},features:[a.Db()]}),e})();function ri(e){return""===e||!!e}let oi=(()=>{class e{constructor(e,t,i,n,a){this.router=e,this.element=t,this.renderer=i,this.link=n,this.linkWithHref=a,this.classes=[],this.isActive=!1,this.routerLinkActiveOptions={exact:!1},this.subscription=e.events.subscribe(e=>{e instanceof z&&this.update()})}ngAfterContentInit(){this.links.changes.subscribe(e=>this.update()),this.linksWithHrefs.changes.subscribe(e=>this.update()),this.update()}set routerLinkActive(e){const t=Array.isArray(e)?e:e.split(" ");this.classes=t.filter(e=>!!e)}ngOnChanges(e){this.update()}ngOnDestroy(){this.subscription.unsubscribe()}update(){this.links&&this.linksWithHrefs&&this.router.navigated&&Promise.resolve().then(()=>{const e=this.hasActiveLinks();this.isActive!==e&&(this.isActive=e,this.classes.forEach(t=>{e?this.renderer.addClass(this.element.nativeElement,t):this.renderer.removeClass(this.element.nativeElement,t)}))})}isLinkActive(e){return t=>e.isActive(t.urlTree,this.routerLinkActiveOptions.exact)}hasActiveLinks(){const e=this.isLinkActive(this.router);return this.link&&e(this.link)||this.linkWithHref&&e(this.linkWithHref)||this.links.some(e)||this.linksWithHrefs.some(e)}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(ni),a.Tb(a.l),a.Tb(a.H),a.Tb(ai,8),a.Tb(si,8))},e.\u0275dir=a.Ob({type:e,selectors:[["","routerLinkActive",""]],contentQueries:function(e,t,i){var n;1&e&&(a.Lb(i,ai,!0),a.Lb(i,si,!0)),2&e&&(a.yc(n=a.ic())&&(t.links=n),a.yc(n=a.ic())&&(t.linksWithHrefs=n))},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",routerLinkActive:"routerLinkActive"},exportAs:["routerLinkActive"],features:[a.Db()]}),e})();class li{constructor(){this.outlet=null,this.route=null,this.resolver=null,this.children=new ui,this.attachRef=null}}class ui{constructor(){this.contexts=new Map}onChildOutletCreated(e,t){const i=this.getOrCreateContext(e);i.outlet=t,this.contexts.set(e,i)}onChildOutletDestroyed(e){const t=this.getContext(e);t&&(t.outlet=null)}onOutletDeactivated(){const e=this.contexts;return this.contexts=new Map,e}onOutletReAttached(e){this.contexts=e}getOrCreateContext(e){let t=this.getContext(e);return t||(t=new li,this.contexts.set(e,t)),t}getContext(e){return this.contexts.get(e)||null}}let ci=(()=>{class e{constructor(e,t,i,n,s){this.parentContexts=e,this.location=t,this.resolver=i,this.changeDetector=s,this.activated=null,this._activatedRoute=null,this.activateEvents=new a.o,this.deactivateEvents=new a.o,this.name=n||"primary",e.onChildOutletCreated(this.name,this)}ngOnDestroy(){this.parentContexts.onChildOutletDestroyed(this.name)}ngOnInit(){if(!this.activated){const e=this.parentContexts.getContext(this.name);e&&e.route&&(e.attachRef?this.attach(e.attachRef,e.route):this.activateWith(e.route,e.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 e=this.activated;return this.activated=null,this._activatedRoute=null,e}attach(e,t){this.activated=e,this._activatedRoute=t,this.location.insert(e.hostView)}deactivate(){if(this.activated){const e=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(e)}}activateWith(e,t){if(this.isActivated)throw new Error("Cannot activate an already activated outlet");this._activatedRoute=e;const i=(t=t||this.resolver).resolveComponentFactory(e._futureSnapshot.routeConfig.component),n=this.parentContexts.getOrCreateContext(this.name).children,a=new di(e,n,this.location.injector);this.activated=this.location.createComponent(i,this.location.length,a),this.changeDetector.markForCheck(),this.activateEvents.emit(this.activated.instance)}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(ui),a.Tb(a.R),a.Tb(a.j),a.ec("name"),a.Tb(a.h))},e.\u0275dir=a.Ob({type:e,selectors:[["router-outlet"]],outputs:{activateEvents:"activate",deactivateEvents:"deactivate"},exportAs:["outlet"]}),e})();class di{constructor(e,t,i){this.route=e,this.childContexts=t,this.parent=i}get(e,t){return e===Ze?this.route:e===ui?this.childContexts:this.parent.get(e,t)}}class mi{}class hi{preload(e,t){return Object(s.a)(null)}}let pi=(()=>{class e{constructor(e,t,i,n,a){this.router=e,this.injector=n,this.preloadingStrategy=a,this.loader=new Qt(t,i,t=>e.triggerEvent(new Q(t)),t=>e.triggerEvent(new K(t)))}setUpPreloading(){this.subscription=this.router.events.pipe(Object(g.a)(e=>e instanceof z),Object(P.a)(()=>this.preload())).subscribe(()=>{})}preload(){const e=this.injector.get(a.A);return this.processRoutes(e,this.router.config)}ngOnDestroy(){this.subscription.unsubscribe()}processRoutes(e,t){const i=[];for(const n of t)if(n.loadChildren&&!n.canLoad&&n._loadedConfig){const e=n._loadedConfig;i.push(this.processRoutes(e.module,e.routes))}else n.loadChildren&&!n.canLoad?i.push(this.preloadConfig(e,n)):n.children&&i.push(this.processRoutes(e,n.children));return Object(r.a)(i).pipe(Object(H.a)(),Object(p.a)(e=>{}))}preloadConfig(e,t){return this.preloadingStrategy.preload(t,()=>this.loader.load(e.injector,t).pipe(Object(D.a)(e=>(t._loadedConfig=e,this.processRoutes(e.module,e.routes)))))}}return e.\u0275fac=function(t){return new(t||e)(a.dc(ni),a.dc(a.z),a.dc(a.i),a.dc(a.t),a.dc(mi))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})(),fi=(()=>{class e{constructor(e,t,i={}){this.router=e,this.viewportScroller=t,this.options=i,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},i.scrollPositionRestoration=i.scrollPositionRestoration||"disabled",i.anchorScrolling=i.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(e=>{e instanceof V?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=e.navigationTrigger,this.restoredId=e.restoredState?e.restoredState.navigationId:0):e instanceof z&&(this.lastId=e.id,this.scheduleScrollEvent(e,this.router.parseUrl(e.urlAfterRedirects).fragment))})}consumeScrollEvents(){return this.router.events.subscribe(e=>{e instanceof ae&&(e.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(e.position):e.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(e.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(e,t){this.router.triggerEvent(new ae(e,"popstate"===this.lastSource?this.store[this.restoredId]:null,t))}ngOnDestroy(){this.routerEventsSubscription&&this.routerEventsSubscription.unsubscribe(),this.scrollEventsSubscription&&this.scrollEventsSubscription.unsubscribe()}}return e.\u0275fac=function(e){a.gc()},e.\u0275dir=a.Ob({type:e}),e})();const gi=new a.s("ROUTER_CONFIGURATION"),_i=new a.s("ROUTER_FORROOT_GUARD"),bi=[n.n,{provide:Se,useClass:De},{provide:ni,useFactory:function(e,t,i,a,s,r,o,l,u={},c,d){const m=new ni(null,t,i,a,s,r,o,_e(l));if(c&&(m.urlHandlingStrategy=c),d&&(m.routeReuseStrategy=d),u.errorHandler&&(m.errorHandler=u.errorHandler),u.malformedUriErrorHandler&&(m.malformedUriErrorHandler=u.malformedUriErrorHandler),u.enableTracing){const e=Object(n.N)();m.events.subscribe(t=>{e.logGroup(`Router Event: ${t.constructor.name}`),e.log(t.toString()),e.log(t),e.logGroupEnd()})}return u.onSameUrlNavigation&&(m.onSameUrlNavigation=u.onSameUrlNavigation),u.paramsInheritanceStrategy&&(m.paramsInheritanceStrategy=u.paramsInheritanceStrategy),u.urlUpdateStrategy&&(m.urlUpdateStrategy=u.urlUpdateStrategy),u.relativeLinkResolution&&(m.relativeLinkResolution=u.relativeLinkResolution),m},deps:[a.g,Se,ui,n.n,a.t,a.z,a.i,Xt,gi,[class{},new a.D],[class{},new a.D]]},ui,{provide:Ze,useFactory:function(e){return e.routerState.root},deps:[ni]},{provide:a.z,useClass:a.N},pi,hi,class{preload(e,t){return t().pipe(Object(C.a)(()=>Object(s.a)(null)))}},{provide:gi,useValue:{enableTracing:!1}}];function yi(){return new a.B("Router",ni)}let vi=(()=>{class e{constructor(e,t){}static forRoot(t,i){return{ngModule:e,providers:[bi,Mi(t),{provide:_i,useFactory:xi,deps:[[ni,new a.D,new a.M]]},{provide:gi,useValue:i||{}},{provide:n.o,useFactory:ki,deps:[n.D,[new a.q(n.a),new a.D],gi]},{provide:fi,useFactory:wi,deps:[ni,n.H,gi]},{provide:mi,useExisting:i&&i.preloadingStrategy?i.preloadingStrategy:hi},{provide:a.B,multi:!0,useFactory:yi},[Li,{provide:a.d,multi:!0,useFactory:Ci,deps:[Li]},{provide:Di,useFactory:Si,deps:[Li]},{provide:a.b,multi:!0,useExisting:Di}]]}}static forChild(t){return{ngModule:e,providers:[Mi(t)]}}}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)(a.dc(_i,8),a.dc(ni,8))}}),e})();function wi(e,t,i){return i.scrollOffset&&t.setOffset(i.scrollOffset),new fi(e,t,i)}function ki(e,t,i={}){return i.useHash?new n.h(e,t):new n.B(e,t)}function xi(e){if(e)throw new Error("RouterModule.forRoot() called twice. Lazy loaded modules should use RouterModule.forChild() instead.");return"guarded"}function Mi(e){return[{provide:a.a,multi:!0,useValue:e},{provide:Xt,multi:!0,useValue:e}]}let Li=(()=>{class e{constructor(e){this.injector=e,this.initNavigation=!1,this.resultOfPreactivationDone=new m.a}appInitializer(){return this.injector.get(n.m,Promise.resolve(null)).then(()=>{let e=null;const t=new Promise(t=>e=t),i=this.injector.get(ni),n=this.injector.get(gi);if(this.isLegacyDisabled(n)||this.isLegacyEnabled(n))e(!0);else if("disabled"===n.initialNavigation)i.setUpLocationChangeListener(),e(!0);else{if("enabled"!==n.initialNavigation)throw new Error(`Invalid initialNavigation options: '${n.initialNavigation}'`);i.hooks.afterPreactivation=()=>this.initNavigation?Object(s.a)(null):(this.initNavigation=!0,e(!0),this.resultOfPreactivationDone),i.initialNavigation()}return t})}bootstrapListener(e){const t=this.injector.get(gi),i=this.injector.get(pi),n=this.injector.get(fi),s=this.injector.get(ni),r=this.injector.get(a.g);e===r.components[0]&&(this.isLegacyEnabled(t)?s.initialNavigation():this.isLegacyDisabled(t)&&s.setUpLocationChangeListener(),i.setUpPreloading(),n.init(),s.resetRootComponentType(r.componentTypes[0]),this.resultOfPreactivationDone.next(null),this.resultOfPreactivationDone.complete())}isLegacyEnabled(e){return"legacy_enabled"===e.initialNavigation||!0===e.initialNavigation||void 0===e.initialNavigation}isLegacyDisabled(e){return"legacy_disabled"===e.initialNavigation||!1===e.initialNavigation}}return e.\u0275fac=function(t){return new(t||e)(a.dc(a.t))},e.\u0275prov=a.Pb({token:e,factory:e.\u0275fac}),e})();function Ci(e){return e.appInitializer.bind(e)}function Si(e){return e.bootstrapListener.bind(e)}const Di=new a.s("Router Initializer")},u3GI:function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[i][0]:a[i][1]}e.defineLocale("de-ch",{months:"Januar_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},u47x:function(e,t,i){"use strict";i.d(t,"a",(function(){return q})),i.d(t,"b",(function(){return x})),i.d(t,"c",(function(){return w})),i.d(t,"d",(function(){return Y})),i.d(t,"e",(function(){return P})),i.d(t,"f",(function(){return O})),i.d(t,"g",(function(){return M})),i.d(t,"h",(function(){return F})),i.d(t,"i",(function(){return T})),i.d(t,"j",(function(){return N})),i.d(t,"k",(function(){return A})),i.d(t,"l",(function(){return R}));var n=i("ofXK"),a=i("fXoL"),s=i("XNiG"),r=i("quSY"),o=i("LRne"),l=i("FtGj"),u=i("vkgz"),c=i("Kj3r"),d=i("pLZG"),m=i("lJxs"),h=i("IzEk"),p=i("8LU1"),f=i("nLfN"),g=i("GU7r");function _(e,t){return(e.getAttribute(t)||"").match(/\S+/g)||[]}let b=0;const y=new Map;let v=null,w=(()=>{class e{constructor(e){this._document=e}describe(e,t){this._canBeDescribed(e,t)&&("string"!=typeof t?(this._setMessageId(t),y.set(t,{messageElement:t,referenceCount:0})):y.has(t)||this._createMessageElement(t),this._isElementDescribedByMessage(e,t)||this._addMessageReference(e,t))}removeDescription(e,t){if(this._isElementNode(e)){if(this._isElementDescribedByMessage(e,t)&&this._removeMessageReference(e,t),"string"==typeof t){const e=y.get(t);e&&0===e.referenceCount&&this._deleteMessageElement(t)}v&&0===v.childNodes.length&&this._deleteMessagesContainer()}}ngOnDestroy(){const e=this._document.querySelectorAll("[cdk-describedby-host]");for(let t=0;t<e.length;t++)this._removeCdkDescribedByReferenceIds(e[t]),e[t].removeAttribute("cdk-describedby-host");v&&this._deleteMessagesContainer(),y.clear()}_createMessageElement(e){const t=this._document.createElement("div");this._setMessageId(t),t.textContent=e,this._createMessagesContainer(),v.appendChild(t),y.set(e,{messageElement:t,referenceCount:0})}_setMessageId(e){e.id||(e.id=`cdk-describedby-message-${b++}`)}_deleteMessageElement(e){const t=y.get(e),i=t&&t.messageElement;v&&i&&v.removeChild(i),y.delete(e)}_createMessagesContainer(){if(!v){const e=this._document.getElementById("cdk-describedby-message-container");e&&e.parentNode.removeChild(e),v=this._document.createElement("div"),v.id="cdk-describedby-message-container",v.setAttribute("aria-hidden","true"),v.style.display="none",this._document.body.appendChild(v)}}_deleteMessagesContainer(){v&&v.parentNode&&(v.parentNode.removeChild(v),v=null)}_removeCdkDescribedByReferenceIds(e){const t=_(e,"aria-describedby").filter(e=>0!=e.indexOf("cdk-describedby-message"));e.setAttribute("aria-describedby",t.join(" "))}_addMessageReference(e,t){const i=y.get(t);!function(e,t,i){const n=_(e,t);n.some(e=>e.trim()==i.trim())||(n.push(i.trim()),e.setAttribute(t,n.join(" ")))}(e,"aria-describedby",i.messageElement.id),e.setAttribute("cdk-describedby-host",""),i.referenceCount++}_removeMessageReference(e,t){const i=y.get(t);i.referenceCount--,function(e,t,i){const n=_(e,t).filter(e=>e!=i.trim());n.length?e.setAttribute(t,n.join(" ")):e.removeAttribute(t)}(e,"aria-describedby",i.messageElement.id),e.removeAttribute("cdk-describedby-host")}_isElementDescribedByMessage(e,t){const i=_(e,"aria-describedby"),n=y.get(t),a=n&&n.messageElement.id;return!!a&&-1!=i.indexOf(a)}_canBeDescribed(e,t){if(!this._isElementNode(e))return!1;if(t&&"object"==typeof t)return!0;const i=null==t?"":`${t}`.trim(),n=e.getAttribute("aria-label");return!(!i||n&&n.trim()===i)}_isElementNode(e){return e.nodeType===this._document.ELEMENT_NODE}}return e.\u0275fac=function(t){return new(t||e)(a.dc(n.e))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(n.e))},token:e,providedIn:"root"}),e})();class k{constructor(e){this._items=e,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new s.a,this._typeaheadSubscription=r.a.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._skipPredicateFn=e=>e.disabled,this._pressedLetters=[],this.tabOut=new s.a,this.change=new s.a,e instanceof a.G&&e.changes.subscribe(e=>{if(this._activeItem){const t=e.toArray().indexOf(this._activeItem);t>-1&&t!==this._activeItemIndex&&(this._activeItemIndex=t)}})}skipPredicate(e){return this._skipPredicateFn=e,this}withWrap(e=!0){return this._wrap=e,this}withVerticalOrientation(e=!0){return this._vertical=e,this}withHorizontalOrientation(e){return this._horizontal=e,this}withAllowedModifierKeys(e){return this._allowedModifierKeys=e,this}withTypeAhead(e=200){if(this._items.length&&this._items.some(e=>"function"!=typeof e.getLabel))throw Error("ListKeyManager items in typeahead mode must implement the `getLabel` method.");return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe(Object(u.a)(e=>this._pressedLetters.push(e)),Object(c.a)(e),Object(d.a)(()=>this._pressedLetters.length>0),Object(m.a)(()=>this._pressedLetters.join(""))).subscribe(e=>{const t=this._getItemsArray();for(let i=1;i<t.length+1;i++){const n=(this._activeItemIndex+i)%t.length,a=t[n];if(!this._skipPredicateFn(a)&&0===a.getLabel().toUpperCase().trim().indexOf(e)){this.setActiveItem(n);break}}this._pressedLetters=[]}),this}setActiveItem(e){const t=this._activeItemIndex;this.updateActiveItem(e),this._activeItemIndex!==t&&this.change.next(this._activeItemIndex)}onKeydown(e){const t=e.keyCode,i=["altKey","ctrlKey","metaKey","shiftKey"].every(t=>!e[t]||this._allowedModifierKeys.indexOf(t)>-1);switch(t){case l.m:return void this.tabOut.next();case l.b:if(this._vertical&&i){this.setNextItemActive();break}return;case l.n:if(this._vertical&&i){this.setPreviousItemActive();break}return;case l.k:if(this._horizontal&&i){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case l.g:if(this._horizontal&&i){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;default:return void((i||Object(l.q)(e,"shiftKey"))&&(e.key&&1===e.key.length?this._letterKeyStream.next(e.key.toLocaleUpperCase()):(t>=l.a&&t<=l.o||t>=l.p&&t<=l.h)&&this._letterKeyStream.next(String.fromCharCode(t))))}this._pressedLetters=[],e.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(e){const t=this._getItemsArray(),i="number"==typeof e?e:t.indexOf(e),n=t[i];this._activeItem=null==n?null:n,this._activeItemIndex=i}_setActiveItemByDelta(e){this._wrap?this._setActiveInWrapMode(e):this._setActiveInDefaultMode(e)}_setActiveInWrapMode(e){const t=this._getItemsArray();for(let i=1;i<=t.length;i++){const n=(this._activeItemIndex+e*i+t.length)%t.length;if(!this._skipPredicateFn(t[n]))return void this.setActiveItem(n)}}_setActiveInDefaultMode(e){this._setActiveItemByIndex(this._activeItemIndex+e,e)}_setActiveItemByIndex(e,t){const i=this._getItemsArray();if(i[e]){for(;this._skipPredicateFn(i[e]);)if(!i[e+=t])return;this.setActiveItem(e)}}_getItemsArray(){return this._items instanceof a.G?this._items.toArray():this._items}}class x extends k{setActiveItem(e){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(e),this.activeItem&&this.activeItem.setActiveStyles()}}class M extends k{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(e){return this._origin=e,this}setActiveItem(e){super.setActiveItem(e),this.activeItem&&this.activeItem.focus(this._origin)}}let L=(()=>{class e{constructor(e){this._platform=e}isDisabled(e){return e.hasAttribute("disabled")}isVisible(e){return function(e){return!!(e.offsetWidth||e.offsetHeight||"function"==typeof e.getClientRects&&e.getClientRects().length)}(e)&&"visible"===getComputedStyle(e).visibility}isTabbable(e){if(!this._platform.isBrowser)return!1;const t=function(e){try{return e.frameElement}catch(t){return null}}((i=e).ownerDocument&&i.ownerDocument.defaultView||window);var i;if(t){const e=t&&t.nodeName.toLowerCase();if(-1===S(t))return!1;if((this._platform.BLINK||this._platform.WEBKIT)&&"object"===e)return!1;if((this._platform.BLINK||this._platform.WEBKIT)&&!this.isVisible(t))return!1}let n=e.nodeName.toLowerCase(),a=S(e);if(e.hasAttribute("contenteditable"))return-1!==a;if("iframe"===n)return!1;if("audio"===n){if(!e.hasAttribute("controls"))return!1;if(this._platform.BLINK)return!0}if("video"===n){if(!e.hasAttribute("controls")&&this._platform.TRIDENT)return!1;if(this._platform.BLINK||this._platform.FIREFOX)return!0}return("object"!==n||!this._platform.BLINK&&!this._platform.WEBKIT)&&!(this._platform.WEBKIT&&this._platform.IOS&&!function(e){let t=e.nodeName.toLowerCase(),i="input"===t&&e.type;return"text"===i||"password"===i||"select"===t||"textarea"===t}(e))&&e.tabIndex>=0}isFocusable(e){return function(e){return!function(e){return function(e){return"input"==e.nodeName.toLowerCase()}(e)&&"hidden"==e.type}(e)&&(function(e){let t=e.nodeName.toLowerCase();return"input"===t||"select"===t||"button"===t||"textarea"===t}(e)||function(e){return function(e){return"a"==e.nodeName.toLowerCase()}(e)&&e.hasAttribute("href")}(e)||e.hasAttribute("contenteditable")||C(e))}(e)&&!this.isDisabled(e)&&this.isVisible(e)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(f.a))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(f.a))},token:e,providedIn:"root"}),e})();function C(e){if(!e.hasAttribute("tabindex")||void 0===e.tabIndex)return!1;let t=e.getAttribute("tabindex");return"-32768"!=t&&!(!t||isNaN(parseInt(t,10)))}function S(e){if(!C(e))return null;const t=parseInt(e.getAttribute("tabindex")||"",10);return isNaN(t)?-1:t}class D{constructor(e,t,i,n,a=!1){this._element=e,this._checker=t,this._ngZone=i,this._document=n,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,a||this.attachAnchors()}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}destroy(){const e=this._startAnchor,t=this._endAnchor;e&&(e.removeEventListener("focus",this.startAnchorListener),e.parentNode&&e.parentNode.removeChild(e)),t&&(t.removeEventListener("focus",this.endAnchorListener),t.parentNode&&t.parentNode.removeChild(t)),this._startAnchor=this._endAnchor=null}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(){return new Promise(e=>{this._executeOnStable(()=>e(this.focusInitialElement()))})}focusFirstTabbableElementWhenReady(){return new Promise(e=>{this._executeOnStable(()=>e(this.focusFirstTabbableElement()))})}focusLastTabbableElementWhenReady(){return new Promise(e=>{this._executeOnStable(()=>e(this.focusLastTabbableElement()))})}_getRegionBoundary(e){let t=this._element.querySelectorAll(`[cdk-focus-region-${e}], `+`[cdkFocusRegion${e}], `+`[cdk-focus-${e}]`);for(let i=0;i<t.length;i++)t[i].hasAttribute(`cdk-focus-${e}`)?console.warn(`Found use of deprecated attribute 'cdk-focus-${e}', `+`use 'cdkFocusRegion${e}' instead. The deprecated `+"attribute will be removed in 8.0.0.",t[i]):t[i].hasAttribute(`cdk-focus-region-${e}`)&&console.warn(`Found use of deprecated attribute 'cdk-focus-region-${e}', `+`use 'cdkFocusRegion${e}' instead. The deprecated attribute `+"will be removed in 8.0.0.",t[i]);return"start"==e?t.length?t[0]:this._getFirstTabbableElement(this._element):t.length?t[t.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(){const e=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");return e?(e.hasAttribute("cdk-focus-initial")&&console.warn("Found use of deprecated attribute 'cdk-focus-initial', use 'cdkFocusInitial' instead. The deprecated attribute will be removed in 8.0.0",e),Object(a.Y)()&&!this._checker.isFocusable(e)&&console.warn("Element matching '[cdkFocusInitial]' is not focusable.",e),e.focus(),!0):this.focusFirstTabbableElement()}focusFirstTabbableElement(){const e=this._getRegionBoundary("start");return e&&e.focus(),!!e}focusLastTabbableElement(){const e=this._getRegionBoundary("end");return e&&e.focus(),!!e}hasAttached(){return this._hasAttached}_getFirstTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;let t=e.children||e.childNodes;for(let i=0;i<t.length;i++){let e=t[i].nodeType===this._document.ELEMENT_NODE?this._getFirstTabbableElement(t[i]):null;if(e)return e}return null}_getLastTabbableElement(e){if(this._checker.isFocusable(e)&&this._checker.isTabbable(e))return e;let t=e.children||e.childNodes;for(let i=t.length-1;i>=0;i--){let e=t[i].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(t[i]):null;if(e)return e}return null}_createAnchor(){const e=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,e),e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e.setAttribute("aria-hidden","true"),e}_toggleAnchorTabIndex(e,t){e?t.setAttribute("tabindex","0"):t.removeAttribute("tabindex")}_executeOnStable(e){this._ngZone.isStable?e():this._ngZone.onStable.asObservable().pipe(Object(h.a)(1)).subscribe(e)}}let T=(()=>{class e{constructor(e,t,i){this._checker=e,this._ngZone=t,this._document=i}create(e,t=!1){return new D(e,this._checker,this._ngZone,this._document,t)}}return e.\u0275fac=function(t){return new(t||e)(a.dc(L),a.dc(a.C),a.dc(n.e))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(L),Object(a.dc)(a.C),Object(a.dc)(n.e))},token:e,providedIn:"root"}),e})(),O=(()=>{class e{constructor(e,t,i){this._elementRef=e,this._focusTrapFactory=t,this._previouslyFocusedElement=null,this._document=i,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}get enabled(){return this.focusTrap.enabled}set enabled(e){this.focusTrap.enabled=Object(p.c)(e)}get autoCapture(){return this._autoCapture}set autoCapture(e){this._autoCapture=Object(p.c)(e)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&(this._previouslyFocusedElement=this._document.activeElement,this.focusTrap.focusInitialElementWhenReady())}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(T),a.Tb(n.e))},e.\u0275dir=a.Ob({type:e,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["cdkTrapFocus"]}),e})();const E=new a.s("liveAnnouncerElement",{providedIn:"root",factory:function(){return null}}),j=new a.s("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let A=(()=>{class e{constructor(e,t,i,n){this._ngZone=t,this._defaultOptions=n,this._document=i,this._liveElement=e||this._createLiveElement()}announce(e,...t){const i=this._defaultOptions;let n,a;return 1===t.length&&"number"==typeof t[0]?a=t[0]:[n,a]=t,this.clear(),clearTimeout(this._previousTimeout),n||(n=i&&i.politeness?i.politeness:"polite"),null==a&&i&&(a=i.duration),this._liveElement.setAttribute("aria-live",n),this._ngZone.runOutsideAngular(()=>new Promise(t=>{clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=e,t(),"number"==typeof a&&(this._previousTimeout=setTimeout(()=>this.clear(),a))},100)}))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement&&this._liveElement.parentNode&&(this._liveElement.parentNode.removeChild(this._liveElement),this._liveElement=null)}_createLiveElement(){const e=this._document.getElementsByClassName("cdk-live-announcer-element"),t=this._document.createElement("div");for(let i=0;i<e.length;i++)e[i].parentNode.removeChild(e[i]);return t.classList.add("cdk-live-announcer-element"),t.classList.add("cdk-visually-hidden"),t.setAttribute("aria-atomic","true"),t.setAttribute("aria-live","polite"),this._document.body.appendChild(t),t}}return e.\u0275fac=function(t){return new(t||e)(a.dc(E,8),a.dc(a.C),a.dc(n.e),a.dc(j,8))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(E,8),Object(a.dc)(a.C),Object(a.dc)(n.e),Object(a.dc)(j,8))},token:e,providedIn:"root"}),e})(),Y=(()=>{class e{constructor(e,t,i,n){this._elementRef=e,this._liveAnnouncer=t,this._contentObserver=i,this._ngZone=n,this._politeness="off"}get politeness(){return this._politeness}set politeness(e){this._politeness="polite"===e||"assertive"===e?e:"off","off"===this._politeness?this._subscription&&(this._subscription.unsubscribe(),this._subscription=null):this._subscription||(this._subscription=this._ngZone.runOutsideAngular(()=>this._contentObserver.observe(this._elementRef).subscribe(()=>{const e=this._elementRef.nativeElement.textContent;e!==this._previousAnnouncedText&&(this._liveAnnouncer.announce(e,this._politeness),this._previousAnnouncedText=e)})))}ngOnDestroy(){this._subscription&&this._subscription.unsubscribe()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(A),a.Tb(g.b),a.Tb(a.C))},e.\u0275dir=a.Ob({type:e,selectors:[["","cdkAriaLive",""]],inputs:{politeness:["cdkAriaLive","politeness"]},exportAs:["cdkAriaLive"]}),e})();const I=Object(f.f)({passive:!0,capture:!0});let F=(()=>{class e{constructor(e,t){this._ngZone=e,this._platform=t,this._origin=null,this._windowFocused=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._documentKeydownListener=()=>{this._lastTouchTarget=null,this._setOriginForCurrentEventQueue("keyboard")},this._documentMousedownListener=()=>{this._lastTouchTarget||this._setOriginForCurrentEventQueue("mouse")},this._documentTouchstartListener=e=>{null!=this._touchTimeoutId&&clearTimeout(this._touchTimeoutId),this._lastTouchTarget=e.composedPath?e.composedPath()[0]:e.target,this._touchTimeoutId=setTimeout(()=>this._lastTouchTarget=null,650)},this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=setTimeout(()=>this._windowFocused=!1)}}monitor(e,t=!1){if(!this._platform.isBrowser)return Object(o.a)(null);const i=Object(p.e)(e);if(this._elementInfo.has(i)){let e=this._elementInfo.get(i);return e.checkChildren=t,e.subject.asObservable()}let n={unlisten:()=>{},checkChildren:t,subject:new s.a};this._elementInfo.set(i,n),this._incrementMonitoredElementCount();let a=e=>this._onFocus(e,i),r=e=>this._onBlur(e,i);return this._ngZone.runOutsideAngular(()=>{i.addEventListener("focus",a,!0),i.addEventListener("blur",r,!0)}),n.unlisten=()=>{i.removeEventListener("focus",a,!0),i.removeEventListener("blur",r,!0)},n.subject.asObservable()}stopMonitoring(e){const t=Object(p.e)(e),i=this._elementInfo.get(t);i&&(i.unlisten(),i.subject.complete(),this._setClasses(t),this._elementInfo.delete(t),this._decrementMonitoredElementCount())}focusVia(e,t,i){const n=Object(p.e)(e);this._setOriginForCurrentEventQueue(t),"function"==typeof n.focus&&n.focus(i)}ngOnDestroy(){this._elementInfo.forEach((e,t)=>this.stopMonitoring(t))}_toggleClass(e,t,i){i?e.classList.add(t):e.classList.remove(t)}_setClasses(e,t){this._elementInfo.get(e)&&(this._toggleClass(e,"cdk-focused",!!t),this._toggleClass(e,"cdk-touch-focused","touch"===t),this._toggleClass(e,"cdk-keyboard-focused","keyboard"===t),this._toggleClass(e,"cdk-mouse-focused","mouse"===t),this._toggleClass(e,"cdk-program-focused","program"===t))}_setOriginForCurrentEventQueue(e){this._ngZone.runOutsideAngular(()=>{this._origin=e,this._originTimeoutId=setTimeout(()=>this._origin=null,1)})}_wasCausedByTouch(e){let t=e.target;return this._lastTouchTarget instanceof Node&&t instanceof Node&&(t===this._lastTouchTarget||t.contains(this._lastTouchTarget))}_onFocus(e,t){const i=this._elementInfo.get(t);if(!i||!i.checkChildren&&t!==e.target)return;let n=this._origin;n||(n=this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:this._wasCausedByTouch(e)?"touch":"program"),this._setClasses(t,n),this._emitOrigin(i.subject,n),this._lastFocusOrigin=n}_onBlur(e,t){const i=this._elementInfo.get(t);!i||i.checkChildren&&e.relatedTarget instanceof Node&&t.contains(e.relatedTarget)||(this._setClasses(t),this._emitOrigin(i.subject,null))}_emitOrigin(e,t){this._ngZone.run(()=>e.next(t))}_incrementMonitoredElementCount(){1==++this._monitoredElementCount&&this._platform.isBrowser&&this._ngZone.runOutsideAngular(()=>{document.addEventListener("keydown",this._documentKeydownListener,I),document.addEventListener("mousedown",this._documentMousedownListener,I),document.addEventListener("touchstart",this._documentTouchstartListener,I),window.addEventListener("focus",this._windowFocusListener)})}_decrementMonitoredElementCount(){--this._monitoredElementCount||(document.removeEventListener("keydown",this._documentKeydownListener,I),document.removeEventListener("mousedown",this._documentMousedownListener,I),document.removeEventListener("touchstart",this._documentTouchstartListener,I),window.removeEventListener("focus",this._windowFocusListener),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._touchTimeoutId),clearTimeout(this._originTimeoutId))}}return e.\u0275fac=function(t){return new(t||e)(a.dc(a.C),a.dc(f.a))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(a.C),Object(a.dc)(f.a))},token:e,providedIn:"root"}),e})(),P=(()=>{class e{constructor(e,t){this._elementRef=e,this._focusMonitor=t,this.cdkFocusChange=new a.o,this._monitorSubscription=this._focusMonitor.monitor(this._elementRef,this._elementRef.nativeElement.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(e=>this.cdkFocusChange.emit(e))}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription.unsubscribe()}}return e.\u0275fac=function(t){return new(t||e)(a.Tb(a.l),a.Tb(F))},e.\u0275dir=a.Ob({type:e,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"}}),e})();function R(e){return 0===e.buttons}let N=(()=>{class e{constructor(e,t){this._platform=e,this._document=t}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const e=this._document.createElement("div");e.style.backgroundColor="rgb(1,2,3)",e.style.position="absolute",this._document.body.appendChild(e);const t=(this._document.defaultView.getComputedStyle(e).backgroundColor||"").replace(/ /g,"");switch(this._document.body.removeChild(e),t){case"rgb(0,0,0)":return 2;case"rgb(255,255,255)":return 1}return 0}_applyBodyHighContrastModeCssClasses(){if(this._platform.isBrowser&&this._document.body){const e=this._document.body.classList;e.remove("cdk-high-contrast-active"),e.remove("cdk-high-contrast-black-on-white"),e.remove("cdk-high-contrast-white-on-black");const t=this.getHighContrastMode();1===t?(e.add("cdk-high-contrast-active"),e.add("cdk-high-contrast-black-on-white")):2===t&&(e.add("cdk-high-contrast-active"),e.add("cdk-high-contrast-white-on-black"))}}}return e.\u0275fac=function(t){return new(t||e)(a.dc(f.a),a.dc(n.e))},e.\u0275prov=Object(a.Pb)({factory:function(){return new e(Object(a.dc)(f.a),Object(a.dc)(n.e))},token:e,providedIn:"root"}),e})(),q=(()=>{class e{constructor(e){e._applyBodyHighContrastModeCssClasses()}}return e.\u0275mod=a.Rb({type:e}),e.\u0275inj=a.Qb({factory:function(t){return new(t||e)(a.dc(N))},imports:[[n.c,f.b,g.c]]}),e})()},uEye:function(e,t,i){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_m\xe5ndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_m\xe5n_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_m\xe5_ty_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I g\xe5r klokka] LT",lastWeek:"[F\xf8reg\xe5ande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein m\xe5nad",MM:"%d m\xe5nader",y:"eit \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},uXwI:function(e,t,i){!function(e){"use strict";var t={ss:"sekundes_sekund\u0113m_sekunde_sekundes".split("_"),m:"min\u016btes_min\u016bt\u0113m_min\u016bte_min\u016btes".split("_"),mm:"min\u016btes_min\u016bt\u0113m_min\u016bte_min\u016btes".split("_"),h:"stundas_stund\u0101m_stunda_stundas".split("_"),hh:"stundas_stund\u0101m_stunda_stundas".split("_"),d:"dienas_dien\u0101m_diena_dienas".split("_"),dd:"dienas_dien\u0101m_diena_dienas".split("_"),M:"m\u0113ne\u0161a_m\u0113ne\u0161iem_m\u0113nesis_m\u0113ne\u0161i".split("_"),MM:"m\u0113ne\u0161a_m\u0113ne\u0161iem_m\u0113nesis_m\u0113ne\u0161i".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function i(e,t,i){return i?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function n(e,n,a){return e+" "+i(t[a],e,n)}function a(e,n,a){return i(t[a],e,n)}e.defineLocale("lv",{months:"janv\u0101ris_febru\u0101ris_marts_apr\u012blis_maijs_j\u016bnijs_j\u016blijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_j\u016bn_j\u016bl_aug_sep_okt_nov_dec".split("_"),weekdays:"sv\u0113tdiena_pirmdiena_otrdiena_tre\u0161diena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[\u0160odien pulksten] LT",nextDay:"[R\u012bt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pag\u0101ju\u0161\u0101] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"p\u0113c %s",past:"pirms %s",s:function(e,t){return t?"da\u017eas sekundes":"da\u017e\u0101m sekund\u0113m"},ss:n,m:a,mm:n,h:a,hh:n,d:a,dd:n,M:a,MM:n,y:a,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},vauT:function(e,t,i){"use strict";function n(){var e=document.querySelectorAll("input, textarea, select");return Array.prototype.slice.call(e).map((function(e){var t=e.tagName.toLowerCase(),i=e.type,n=e.id&&"string"==typeof e.id?e.id:null,a=e.name&&"string"==typeof e.name?e.name:null,s=e.value&&"string"==typeof e.value?e.value:null,r=e.childNodes,o=Boolean(e.selected),l={tag:t,type:null,id:n,name:a,value:"",checked:!1,options:[]};if("input"===t||"textarea"===t){if(l.type=i,"input"!==t)return l.value=s,l;switch(i){case"checkbox":case"radio":return l.checked=o,l.value=s,l;case"image":case"button":case"submit":case"reset":default:return l}}else if("select"===t){var u=Array.prototype.slice.call(r).map((function(e,t){return{value:e.value,selected:Boolean(e.selected)}}));return l.options=u,l}return l}))}function a(e){var t=document.querySelectorAll("input, textarea");e.forEach((function(e,i){if("input"===e.tag||"textarea"===e.tag)if("input"!==e.tag||"checkbox"!==e.type&&"radio"!==e.type)("input"!==e.tagName.toLowerCase()||"image"!==e.type&&"button"!==e.type&&"submit"!==e.type&&"reset"!==e.type)&&(null===e.id&&null===e.name?!e.value.length||!t[i]||t[i].tagName.toLowerCase()!==e.tag||"textarea"!==e.tag&&t[i].getAttribute("type")!==e.type||"string"==typeof t[i].id&&t[i].id.length||"string"==typeof t[i].getAttribute("name")&&t[i].getAttribute("name").length||(t[i].value=e.value,t[i].dispatchEvent(new CustomEvent("input",{detail:t[i].value}))):(n="input"+(null!==e.id?"#"+e.id:"")+("input"===e.tag?'[type="'+e.type+'"]':"")+(null!==e.name?'[name="'+e.name+'"]':""),(a=document.body.querySelector(n))&&e.value.length&&(a.value=e.value,a.dispatchEvent(new CustomEvent("input",{detail:a.value})))));else{var n="input"+(null!==e.id?"#"+e.id:"")+'[type="'+e.type+'"]'+(null!==e.name?'[name="'+e.name+'"]':"")+'[value="'+e.value+'"]';(a=document.body.querySelector(n))&&Boolean(e.checked)&&(a.checked="checked",a.dispatchEvent(new CustomEvent("input",{detail:a.checked})))}else if("select"===e.tag){var a,s=null;null===e.id&&null===e.name?!t[i]||t[i].tagName.toLowerCase()!==e.tag||"string"==typeof t[i].id&&t[i].id.length||"string"==typeof t[i].getAttribute("name")&&t[i].getAttribute("name").length||(s=t[i]):(n="select"+(null!==e.id?"#"+e.id:"")+(null!==e.name?'[name="'+e.name+'"]':""),(a=document.body.querySelector(n))&&(s=a)),s&&e.options.forEach((function(e,t){var i=s.querySelector('option[value="'+e.value+'"]');i||!s.childNodes[t]||"string"==typeof s.childNodes[t].value&&s.childNodes[t].value.length||(i=s.childNodes[t]),i&&e.selected&&(i.selected="selected",i.dispatchEvent(new CustomEvent("input",{detail:i.selected})))}))}}))}Object.defineProperty(t,"__esModule",{value:!0}),t.__getInputValues=n,t.__setInputValues=a,t.__createInputTransfer=function(){var e=n();return function(){return a(e)}}},vkgz:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("7o/Q"),a=i("KqfI"),s=i("n6bG");function r(e,t,i){return function(n){return n.lift(new o(e,t,i))}}class o{constructor(e,t,i){this.nextOrObserver=e,this.error=t,this.complete=i}call(e,t){return t.subscribe(new l(e,this.nextOrObserver,this.error,this.complete))}}class l extends n.a{constructor(e,t,i,n){super(e),this._tapNext=a.a,this._tapError=a.a,this._tapComplete=a.a,this._tapError=i||a.a,this._tapComplete=n||a.a,Object(s.a)(t)?(this._context=this,this._tapNext=t):t&&(this._context=t,this._tapNext=t.next||a.a,this._tapError=t.error||a.a,this._tapComplete=t.complete||a.a)}_next(e){try{this._tapNext.call(this._context,e)}catch(t){return void this.destination.error(t)}this.destination.next(e)}_error(e){try{this._tapError.call(this._context,e)}catch(e){return void this.destination.error(e)}this.destination.error(e)}_complete(){try{this._tapComplete.call(this._context)}catch(e){return void this.destination.error(e)}return this.destination.complete()}}},vxfF:function(e,t,i){"use strict";i("8LU1");var n=i("fXoL"),a=i("XNiG"),s=i("LRne"),r=i("HDdC"),o=i("xgIS"),l=i("VRyK");i("3N8a"),i("IjjT"),i("7Hc7");var u=(i("quSY"),i("/uUt"),i("3UWI")),c=i("pLZG"),d=i("1G5W");i("JX91"),i("7o/Q"),i("eIep"),i("UXun");var m=i("nLfN"),h=i("cH1L");i("0EQZ"),i.d(t,"a",(function(){return f})),i.d(t,"b",(function(){return p})),i.d(t,"c",(function(){return _})),i.d(t,"d",(function(){return g}));let p=(()=>{class e{constructor(e,t){this._ngZone=e,this._platform=t,this._scrolled=new a.a,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map}register(e){this.scrollContainers.has(e)||this.scrollContainers.set(e,e.elementScrolled().subscribe(()=>this._scrolled.next(e)))}deregister(e){const t=this.scrollContainers.get(e);t&&(t.unsubscribe(),this.scrollContainers.delete(e))}scrolled(e=20){return this._platform.isBrowser?new r.a(t=>{this._globalSubscription||this._addGlobalListener();const i=e>0?this._scrolled.pipe(Object(u.a)(e)).subscribe(t):this._scrolled.subscribe(t);return this._scrolledCount++,()=>{i.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):Object(s.a)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((e,t)=>this.deregister(t)),this._scrolled.complete()}ancestorScrolled(e,t){const i=this.getAncestorScrollContainers(e);return this.scrolled(t).pipe(Object(c.a)(e=>!e||i.indexOf(e)>-1))}getAncestorScrollContainers(e){const t=[];return this.scrollContainers.forEach((i,n)=>{this._scrollableContainsElement(n,e)&&t.push(n)}),t}_scrollableContainsElement(e,t){let i=t.nativeElement,n=e.getElementRef().nativeElement;do{if(i==n)return!0}while(i=i.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>Object(o.a)(window.document,"scroll").subscribe(()=>this._scrolled.next()))}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(n.C),n.dc(m.a))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(n.C),Object(n.dc)(m.a))},token:e,providedIn:"root"}),e})(),f=(()=>{class e{constructor(e,t,i,n){this.elementRef=e,this.scrollDispatcher=t,this.ngZone=i,this.dir=n,this._destroyed=new a.a,this._elementScrolled=new r.a(e=>this.ngZone.runOutsideAngular(()=>Object(o.a)(this.elementRef.nativeElement,"scroll").pipe(Object(d.a)(this._destroyed)).subscribe(e)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(e){const t=this.elementRef.nativeElement,i=this.dir&&"rtl"==this.dir.value;e.left=null==e.left?i?e.end:e.start:e.left,e.right=null==e.right?i?e.start:e.end:e.right,null!=e.bottom&&(e.top=t.scrollHeight-t.clientHeight-e.bottom),i&&Object(m.d)()!=m.c.NORMAL?(null!=e.left&&(e.right=t.scrollWidth-t.clientWidth-e.left),Object(m.d)()==m.c.INVERTED?e.left=e.right:Object(m.d)()==m.c.NEGATED&&(e.left=e.right?-e.right:e.right)):null!=e.right&&(e.left=t.scrollWidth-t.clientWidth-e.right),this._applyScrollToOptions(e)}_applyScrollToOptions(e){const t=this.elementRef.nativeElement;Object(m.g)()?t.scrollTo(e):(null!=e.top&&(t.scrollTop=e.top),null!=e.left&&(t.scrollLeft=e.left))}measureScrollOffset(e){const t=this.elementRef.nativeElement;if("top"==e)return t.scrollTop;if("bottom"==e)return t.scrollHeight-t.clientHeight-t.scrollTop;const i=this.dir&&"rtl"==this.dir.value;return"start"==e?e=i?"right":"left":"end"==e&&(e=i?"left":"right"),i&&Object(m.d)()==m.c.INVERTED?"left"==e?t.scrollWidth-t.clientWidth-t.scrollLeft:t.scrollLeft:i&&Object(m.d)()==m.c.NEGATED?"left"==e?t.scrollLeft+t.scrollWidth-t.clientWidth:-t.scrollLeft:"left"==e?t.scrollLeft:t.scrollWidth-t.clientWidth-t.scrollLeft}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(p),n.Tb(n.C),n.Tb(h.c,8))},e.\u0275dir=n.Ob({type:e,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]]}),e})(),g=(()=>{class e{constructor(e,t){this._platform=e,t.runOutsideAngular(()=>{this._change=e.isBrowser?Object(l.a)(Object(o.a)(window,"resize"),Object(o.a)(window,"orientationchange")):Object(s.a)(),this._invalidateCache=this.change().subscribe(()=>this._updateViewportSize())})}ngOnDestroy(){this._invalidateCache.unsubscribe()}getViewportSize(){this._viewportSize||this._updateViewportSize();const e={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),e}getViewportRect(){const e=this.getViewportScrollPosition(),{width:t,height:i}=this.getViewportSize();return{top:e.top,left:e.left,bottom:e.top+i,right:e.left+t,height:i,width:t}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const e=document.documentElement,t=e.getBoundingClientRect();return{top:-t.top||document.body.scrollTop||window.scrollY||e.scrollTop||0,left:-t.left||document.body.scrollLeft||window.scrollX||e.scrollLeft||0}}change(e=20){return e>0?this._change.pipe(Object(u.a)(e)):this._change}_updateViewportSize(){this._viewportSize=this._platform.isBrowser?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0}}}return e.\u0275fac=function(t){return new(t||e)(n.dc(m.a),n.dc(n.C))},e.\u0275prov=Object(n.Pb)({factory:function(){return new e(Object(n.dc)(m.a),Object(n.dc)(n.C))},token:e,providedIn:"root"}),e})(),_=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[h.a,m.b],h.a]}),e})()},w1tV:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var n=i("oB13"),a=i("x+ZX"),s=i("XNiG");function r(){return new s.a}function o(){return e=>Object(a.a)()(Object(n.a)(r)(e))}},wQk9:function(e,t,i){!function(e){"use strict";e.defineLocale("tzm",{months:"\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54_\u2d31\u2d55\u2d30\u2d62\u2d55_\u2d4e\u2d30\u2d55\u2d5a_\u2d49\u2d31\u2d54\u2d49\u2d54_\u2d4e\u2d30\u2d62\u2d62\u2d53_\u2d62\u2d53\u2d4f\u2d62\u2d53_\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63_\u2d56\u2d53\u2d5b\u2d5c_\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d3d\u2d5f\u2d53\u2d31\u2d55_\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d37\u2d53\u2d4a\u2d4f\u2d31\u2d49\u2d54".split("_"),monthsShort:"\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54_\u2d31\u2d55\u2d30\u2d62\u2d55_\u2d4e\u2d30\u2d55\u2d5a_\u2d49\u2d31\u2d54\u2d49\u2d54_\u2d4e\u2d30\u2d62\u2d62\u2d53_\u2d62\u2d53\u2d4f\u2d62\u2d53_\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63_\u2d56\u2d53\u2d5b\u2d5c_\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d3d\u2d5f\u2d53\u2d31\u2d55_\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d37\u2d53\u2d4a\u2d4f\u2d31\u2d49\u2d54".split("_"),weekdays:"\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59_\u2d30\u2d62\u2d4f\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59_\u2d30\u2d3d\u2d54\u2d30\u2d59_\u2d30\u2d3d\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59".split("_"),weekdaysShort:"\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59_\u2d30\u2d62\u2d4f\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59_\u2d30\u2d3d\u2d54\u2d30\u2d59_\u2d30\u2d3d\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59".split("_"),weekdaysMin:"\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59_\u2d30\u2d62\u2d4f\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59_\u2d30\u2d3d\u2d54\u2d30\u2d59_\u2d30\u2d3d\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u2d30\u2d59\u2d37\u2d45 \u2d34] LT",nextDay:"[\u2d30\u2d59\u2d3d\u2d30 \u2d34] LT",nextWeek:"dddd [\u2d34] LT",lastDay:"[\u2d30\u2d5a\u2d30\u2d4f\u2d5c \u2d34] LT",lastWeek:"dddd [\u2d34] LT",sameElse:"L"},relativeTime:{future:"\u2d37\u2d30\u2d37\u2d45 \u2d59 \u2d62\u2d30\u2d4f %s",past:"\u2d62\u2d30\u2d4f %s",s:"\u2d49\u2d4e\u2d49\u2d3d",ss:"%d \u2d49\u2d4e\u2d49\u2d3d",m:"\u2d4e\u2d49\u2d4f\u2d53\u2d3a",mm:"%d \u2d4e\u2d49\u2d4f\u2d53\u2d3a",h:"\u2d59\u2d30\u2d44\u2d30",hh:"%d \u2d5c\u2d30\u2d59\u2d59\u2d30\u2d44\u2d49\u2d4f",d:"\u2d30\u2d59\u2d59",dd:"%d o\u2d59\u2d59\u2d30\u2d4f",M:"\u2d30\u2d62o\u2d53\u2d54",MM:"%d \u2d49\u2d62\u2d62\u2d49\u2d54\u2d4f",y:"\u2d30\u2d59\u2d33\u2d30\u2d59",yy:"%d \u2d49\u2d59\u2d33\u2d30\u2d59\u2d4f"},week:{dow:6,doy:12}})}(i("wd/R"))},"wd/R":function(e,t,i){(function(e){e.exports=function(){"use strict";var t,n;function a(){return t.apply(null,arguments)}function s(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function o(e){return void 0===e}function l(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function u(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function c(e,t){var i,n=[];for(i=0;i<e.length;++i)n.push(t(e[i],i));return n}function d(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function m(e,t){for(var i in t)d(t,i)&&(e[i]=t[i]);return d(t,"toString")&&(e.toString=t.toString),d(t,"valueOf")&&(e.valueOf=t.valueOf),e}function h(e,t,i,n){return xt(e,t,i,n,!0).utc()}function p(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function f(e){if(null==e._isValid){var t=p(e),i=n.call(t.parsedDateParts,(function(e){return null!=e})),a=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&i);if(e._strict&&(a=a&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return a;e._isValid=a}return e._isValid}function g(e){var t=h(NaN);return null!=e?m(p(t),e):p(t).userInvalidated=!0,t}n=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),i=t.length>>>0,n=0;n<i;n++)if(n in t&&e.call(this,t[n],n,t))return!0;return!1};var _=a.momentProperties=[];function b(e,t){var i,n,a;if(o(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),o(t._i)||(e._i=t._i),o(t._f)||(e._f=t._f),o(t._l)||(e._l=t._l),o(t._strict)||(e._strict=t._strict),o(t._tzm)||(e._tzm=t._tzm),o(t._isUTC)||(e._isUTC=t._isUTC),o(t._offset)||(e._offset=t._offset),o(t._pf)||(e._pf=p(t)),o(t._locale)||(e._locale=t._locale),_.length>0)for(i=0;i<_.length;i++)o(a=t[n=_[i]])||(e[n]=a);return e}var y=!1;function v(e){b(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===y&&(y=!0,a.updateOffset(this),y=!1)}function w(e){return e instanceof v||null!=e&&null!=e._isAMomentObject}function k(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function x(e){var t=+e,i=0;return 0!==t&&isFinite(t)&&(i=k(t)),i}function M(e,t,i){var n,a=Math.min(e.length,t.length),s=Math.abs(e.length-t.length),r=0;for(n=0;n<a;n++)(i&&e[n]!==t[n]||!i&&x(e[n])!==x(t[n]))&&r++;return r+s}function L(e){!1===a.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function C(e,t){var i=!0;return m((function(){if(null!=a.deprecationHandler&&a.deprecationHandler(null,e),i){for(var n,s=[],r=0;r<arguments.length;r++){if(n="","object"==typeof arguments[r]){for(var o in n+="\n["+r+"] ",arguments[0])n+=o+": "+arguments[0][o]+", ";n=n.slice(0,-2)}else n=arguments[r];s.push(n)}L(e+"\nArguments: "+Array.prototype.slice.call(s).join("")+"\n"+(new Error).stack),i=!1}return t.apply(this,arguments)}),t)}var S,D={};function T(e,t){null!=a.deprecationHandler&&a.deprecationHandler(e,t),D[e]||(L(t),D[e]=!0)}function O(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function E(e,t){var i,n=m({},e);for(i in t)d(t,i)&&(r(e[i])&&r(t[i])?(n[i]={},m(n[i],e[i]),m(n[i],t[i])):null!=t[i]?n[i]=t[i]:delete n[i]);for(i in e)d(e,i)&&!d(t,i)&&r(e[i])&&(n[i]=m({},n[i]));return n}function j(e){null!=e&&this.set(e)}a.suppressDeprecationWarnings=!1,a.deprecationHandler=null,S=Object.keys?Object.keys:function(e){var t,i=[];for(t in e)d(e,t)&&i.push(t);return i};var A={};function Y(e,t){var i=e.toLowerCase();A[i]=A[i+"s"]=A[t]=e}function I(e){return"string"==typeof e?A[e]||A[e.toLowerCase()]:void 0}function F(e){var t,i,n={};for(i in e)d(e,i)&&(t=I(i))&&(n[t]=e[i]);return n}var P={};function R(e,t){P[e]=t}function N(e,t,i){var n=""+Math.abs(e);return(e>=0?i?"+":"":"-")+Math.pow(10,Math.max(0,t-n.length)).toString().substr(1)+n}var q=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,H=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,B={},V={};function z(e,t,i,n){var a=n;"string"==typeof n&&(a=function(){return this[n]()}),e&&(V[e]=a),t&&(V[t[0]]=function(){return N(a.apply(this,arguments),t[1],t[2])}),i&&(V[i]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function W(e,t){return e.isValid()?(t=U(t,e.localeData()),B[t]=B[t]||function(e){var t,i,n,a=e.match(q);for(t=0,i=a.length;t<i;t++)a[t]=V[a[t]]?V[a[t]]:(n=a[t]).match(/\[[\s\S]/)?n.replace(/^\[|\]$/g,""):n.replace(/\\/g,"");return function(t){var n,s="";for(n=0;n<i;n++)s+=O(a[n])?a[n].call(t,e):a[n];return s}}(t),B[t](e)):e.localeData().invalidDate()}function U(e,t){var i=5;function n(e){return t.longDateFormat(e)||e}for(H.lastIndex=0;i>=0&&H.test(e);)e=e.replace(H,n),H.lastIndex=0,i-=1;return e}var G=/\d/,$=/\d\d/,Z=/\d{3}/,J=/\d{4}/,X=/[+-]?\d{6}/,Q=/\d\d?/,K=/\d\d\d\d?/,ee=/\d\d\d\d\d\d?/,te=/\d{1,3}/,ie=/\d{1,4}/,ne=/[+-]?\d{1,6}/,ae=/\d+/,se=/[+-]?\d+/,re=/Z|[+-]\d\d:?\d\d/gi,oe=/Z|[+-]\d\d(?::?\d\d)?/gi,le=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,ue={};function ce(e,t,i){ue[e]=O(t)?t:function(e,n){return e&&i?i:t}}function de(e,t){return d(ue,e)?ue[e](t._strict,t._locale):new RegExp(me(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,i,n,a){return t||i||n||a}))))}function me(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var he={};function pe(e,t){var i,n=t;for("string"==typeof e&&(e=[e]),l(t)&&(n=function(e,i){i[t]=x(e)}),i=0;i<e.length;i++)he[e[i]]=n}function fe(e,t){pe(e,(function(e,i,n,a){n._w=n._w||{},t(e,n._w,n,a)}))}function ge(e,t,i){null!=t&&d(he,e)&&he[e](t,i._a,i,e)}function _e(e){return be(e)?366:365}function be(e){return e%4==0&&e%100!=0||e%400==0}z("Y",0,0,(function(){var e=this.year();return e<=9999?""+e:"+"+e})),z(0,["YY",2],0,(function(){return this.year()%100})),z(0,["YYYY",4],0,"year"),z(0,["YYYYY",5],0,"year"),z(0,["YYYYYY",6,!0],0,"year"),Y("year","y"),R("year",1),ce("Y",se),ce("YY",Q,$),ce("YYYY",ie,J),ce("YYYYY",ne,X),ce("YYYYYY",ne,X),pe(["YYYYY","YYYYYY"],0),pe("YYYY",(function(e,t){t[0]=2===e.length?a.parseTwoDigitYear(e):x(e)})),pe("YY",(function(e,t){t[0]=a.parseTwoDigitYear(e)})),pe("Y",(function(e,t){t[0]=parseInt(e,10)})),a.parseTwoDigitYear=function(e){return x(e)+(x(e)>68?1900:2e3)};var ye,ve=we("FullYear",!0);function we(e,t){return function(i){return null!=i?(xe(this,e,i),a.updateOffset(this,t),this):ke(this,e)}}function ke(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function xe(e,t,i){e.isValid()&&!isNaN(i)&&("FullYear"===t&&be(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](i,e.month(),Me(i,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](i))}function Me(e,t){if(isNaN(e)||isNaN(t))return NaN;var i=(t%12+12)%12;return e+=(t-i)/12,1===i?be(e)?29:28:31-i%7%2}ye=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},z("M",["MM",2],"Mo",(function(){return this.month()+1})),z("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),z("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),Y("month","M"),R("month",8),ce("M",Q),ce("MM",Q,$),ce("MMM",(function(e,t){return t.monthsShortRegex(e)})),ce("MMMM",(function(e,t){return t.monthsRegex(e)})),pe(["M","MM"],(function(e,t){t[1]=x(e)-1})),pe(["MMM","MMMM"],(function(e,t,i,n){var a=i._locale.monthsParse(e,n,i._strict);null!=a?t[1]=a:p(i).invalidMonth=e}));var Le=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Ce="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Se="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function De(e,t,i){var n,a,s,r=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)s=h([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(s,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(s,"").toLocaleLowerCase();return i?"MMM"===t?-1!==(a=ye.call(this._shortMonthsParse,r))?a:null:-1!==(a=ye.call(this._longMonthsParse,r))?a:null:"MMM"===t?-1!==(a=ye.call(this._shortMonthsParse,r))?a:-1!==(a=ye.call(this._longMonthsParse,r))?a:null:-1!==(a=ye.call(this._longMonthsParse,r))?a:-1!==(a=ye.call(this._shortMonthsParse,r))?a:null}function Te(e,t){var i;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=x(t);else if(!l(t=e.localeData().monthsParse(t)))return e;return i=Math.min(e.date(),Me(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,i),e}function Oe(e){return null!=e?(Te(this,e),a.updateOffset(this,!0),this):ke(this,"Month")}var Ee=le,je=le;function Ae(){function e(e,t){return t.length-e.length}var t,i,n=[],a=[],s=[];for(t=0;t<12;t++)i=h([2e3,t]),n.push(this.monthsShort(i,"")),a.push(this.months(i,"")),s.push(this.months(i,"")),s.push(this.monthsShort(i,""));for(n.sort(e),a.sort(e),s.sort(e),t=0;t<12;t++)n[t]=me(n[t]),a[t]=me(a[t]);for(t=0;t<24;t++)s[t]=me(s[t]);this._monthsRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+n.join("|")+")","i")}function Ye(e,t,i,n,a,s,r){var o;return e<100&&e>=0?(o=new Date(e+400,t,i,n,a,s,r),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,i,n,a,s,r),o}function Ie(e){var t;if(e<100&&e>=0){var i=Array.prototype.slice.call(arguments);i[0]=e+400,t=new Date(Date.UTC.apply(null,i)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function Fe(e,t,i){var n=7+t-i;return-(7+Ie(e,0,n).getUTCDay()-t)%7+n-1}function Pe(e,t,i,n,a){var s,r,o=1+7*(t-1)+(7+i-n)%7+Fe(e,n,a);return o<=0?r=_e(s=e-1)+o:o>_e(e)?(s=e+1,r=o-_e(e)):(s=e,r=o),{year:s,dayOfYear:r}}function Re(e,t,i){var n,a,s=Fe(e.year(),t,i),r=Math.floor((e.dayOfYear()-s-1)/7)+1;return r<1?n=r+Ne(a=e.year()-1,t,i):r>Ne(e.year(),t,i)?(n=r-Ne(e.year(),t,i),a=e.year()+1):(a=e.year(),n=r),{week:n,year:a}}function Ne(e,t,i){var n=Fe(e,t,i),a=Fe(e+1,t,i);return(_e(e)-n+a)/7}function qe(e,t){return e.slice(t,7).concat(e.slice(0,t))}z("w",["ww",2],"wo","week"),z("W",["WW",2],"Wo","isoWeek"),Y("week","w"),Y("isoWeek","W"),R("week",5),R("isoWeek",5),ce("w",Q),ce("ww",Q,$),ce("W",Q),ce("WW",Q,$),fe(["w","ww","W","WW"],(function(e,t,i,n){t[n.substr(0,1)]=x(e)})),z("d",0,"do","day"),z("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),z("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),z("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),z("e",0,0,"weekday"),z("E",0,0,"isoWeekday"),Y("day","d"),Y("weekday","e"),Y("isoWeekday","E"),R("day",11),R("weekday",11),R("isoWeekday",11),ce("d",Q),ce("e",Q),ce("E",Q),ce("dd",(function(e,t){return t.weekdaysMinRegex(e)})),ce("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),ce("dddd",(function(e,t){return t.weekdaysRegex(e)})),fe(["dd","ddd","dddd"],(function(e,t,i,n){var a=i._locale.weekdaysParse(e,n,i._strict);null!=a?t.d=a:p(i).invalidWeekday=e})),fe(["d","e","E"],(function(e,t,i,n){t[n]=x(e)}));var He="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Be="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ve="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function ze(e,t,i){var n,a,s,r=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)s=h([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(s,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(s,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(s,"").toLocaleLowerCase();return i?"dddd"===t?-1!==(a=ye.call(this._weekdaysParse,r))?a:null:"ddd"===t?-1!==(a=ye.call(this._shortWeekdaysParse,r))?a:null:-1!==(a=ye.call(this._minWeekdaysParse,r))?a:null:"dddd"===t?-1!==(a=ye.call(this._weekdaysParse,r))?a:-1!==(a=ye.call(this._shortWeekdaysParse,r))?a:-1!==(a=ye.call(this._minWeekdaysParse,r))?a:null:"ddd"===t?-1!==(a=ye.call(this._shortWeekdaysParse,r))?a:-1!==(a=ye.call(this._weekdaysParse,r))?a:-1!==(a=ye.call(this._minWeekdaysParse,r))?a:null:-1!==(a=ye.call(this._minWeekdaysParse,r))?a:-1!==(a=ye.call(this._weekdaysParse,r))?a:-1!==(a=ye.call(this._shortWeekdaysParse,r))?a:null}var We=le,Ue=le,Ge=le;function $e(){function e(e,t){return t.length-e.length}var t,i,n,a,s,r=[],o=[],l=[],u=[];for(t=0;t<7;t++)i=h([2e3,1]).day(t),n=this.weekdaysMin(i,""),a=this.weekdaysShort(i,""),s=this.weekdays(i,""),r.push(n),o.push(a),l.push(s),u.push(n),u.push(a),u.push(s);for(r.sort(e),o.sort(e),l.sort(e),u.sort(e),t=0;t<7;t++)o[t]=me(o[t]),l[t]=me(l[t]),u[t]=me(u[t]);this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Ze(){return this.hours()%12||12}function Je(e,t){z(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function Xe(e,t){return t._meridiemParse}z("H",["HH",2],0,"hour"),z("h",["hh",2],0,Ze),z("k",["kk",2],0,(function(){return this.hours()||24})),z("hmm",0,0,(function(){return""+Ze.apply(this)+N(this.minutes(),2)})),z("hmmss",0,0,(function(){return""+Ze.apply(this)+N(this.minutes(),2)+N(this.seconds(),2)})),z("Hmm",0,0,(function(){return""+this.hours()+N(this.minutes(),2)})),z("Hmmss",0,0,(function(){return""+this.hours()+N(this.minutes(),2)+N(this.seconds(),2)})),Je("a",!0),Je("A",!1),Y("hour","h"),R("hour",13),ce("a",Xe),ce("A",Xe),ce("H",Q),ce("h",Q),ce("k",Q),ce("HH",Q,$),ce("hh",Q,$),ce("kk",Q,$),ce("hmm",K),ce("hmmss",ee),ce("Hmm",K),ce("Hmmss",ee),pe(["H","HH"],3),pe(["k","kk"],(function(e,t,i){var n=x(e);t[3]=24===n?0:n})),pe(["a","A"],(function(e,t,i){i._isPm=i._locale.isPM(e),i._meridiem=e})),pe(["h","hh"],(function(e,t,i){t[3]=x(e),p(i).bigHour=!0})),pe("hmm",(function(e,t,i){var n=e.length-2;t[3]=x(e.substr(0,n)),t[4]=x(e.substr(n)),p(i).bigHour=!0})),pe("hmmss",(function(e,t,i){var n=e.length-4,a=e.length-2;t[3]=x(e.substr(0,n)),t[4]=x(e.substr(n,2)),t[5]=x(e.substr(a)),p(i).bigHour=!0})),pe("Hmm",(function(e,t,i){var n=e.length-2;t[3]=x(e.substr(0,n)),t[4]=x(e.substr(n))})),pe("Hmmss",(function(e,t,i){var n=e.length-4,a=e.length-2;t[3]=x(e.substr(0,n)),t[4]=x(e.substr(n,2)),t[5]=x(e.substr(a))}));var Qe,Ke=we("Hours",!0),et={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Ce,monthsShort:Se,week:{dow:0,doy:6},weekdays:He,weekdaysMin:Ve,weekdaysShort:Be,meridiemParse:/[ap]\.?m?\.?/i},tt={},it={};function nt(e){return e?e.toLowerCase().replace("_","-"):e}function at(t){var n=null;if(!tt[t]&&void 0!==e&&e&&e.exports)try{n=Qe._abbr,i("RnhZ")("./"+t),st(n)}catch(a){}return tt[t]}function st(e,t){var i;return e&&((i=o(t)?ot(e):rt(e,t))?Qe=i:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Qe._abbr}function rt(e,t){if(null!==t){var i,n=et;if(t.abbr=e,null!=tt[e])T("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=tt[e]._config;else if(null!=t.parentLocale)if(null!=tt[t.parentLocale])n=tt[t.parentLocale]._config;else{if(null==(i=at(t.parentLocale)))return it[t.parentLocale]||(it[t.parentLocale]=[]),it[t.parentLocale].push({name:e,config:t}),null;n=i._config}return tt[e]=new j(E(n,t)),it[e]&&it[e].forEach((function(e){rt(e.name,e.config)})),st(e),tt[e]}return delete tt[e],null}function ot(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Qe;if(!s(e)){if(t=at(e))return t;e=[e]}return function(e){for(var t,i,n,a,s=0;s<e.length;){for(t=(a=nt(e[s]).split("-")).length,i=(i=nt(e[s+1]))?i.split("-"):null;t>0;){if(n=at(a.slice(0,t).join("-")))return n;if(i&&i.length>=t&&M(a,i,!0)>=t-1)break;t--}s++}return Qe}(e)}function lt(e){var t,i=e._a;return i&&-2===p(e).overflow&&(t=i[1]<0||i[1]>11?1:i[2]<1||i[2]>Me(i[0],i[1])?2:i[3]<0||i[3]>24||24===i[3]&&(0!==i[4]||0!==i[5]||0!==i[6])?3:i[4]<0||i[4]>59?4:i[5]<0||i[5]>59?5:i[6]<0||i[6]>999?6:-1,p(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),p(e)._overflowWeeks&&-1===t&&(t=7),p(e)._overflowWeekday&&-1===t&&(t=8),p(e).overflow=t),e}function ut(e,t,i){return null!=e?e:null!=t?t:i}function ct(e){var t,i,n,s,r,o=[];if(!e._d){for(n=function(e){var t=new Date(a.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[2]&&null==e._a[1]&&function(e){var t,i,n,a,s,r,o,l;if(null!=(t=e._w).GG||null!=t.W||null!=t.E)s=1,r=4,i=ut(t.GG,e._a[0],Re(Mt(),1,4).year),n=ut(t.W,1),((a=ut(t.E,1))<1||a>7)&&(l=!0);else{s=e._locale._week.dow,r=e._locale._week.doy;var u=Re(Mt(),s,r);i=ut(t.gg,e._a[0],u.year),n=ut(t.w,u.week),null!=t.d?((a=t.d)<0||a>6)&&(l=!0):null!=t.e?(a=t.e+s,(t.e<0||t.e>6)&&(l=!0)):a=s}n<1||n>Ne(i,s,r)?p(e)._overflowWeeks=!0:null!=l?p(e)._overflowWeekday=!0:(o=Pe(i,n,a,s,r),e._a[0]=o.year,e._dayOfYear=o.dayOfYear)}(e),null!=e._dayOfYear&&(r=ut(e._a[0],n[0]),(e._dayOfYear>_e(r)||0===e._dayOfYear)&&(p(e)._overflowDayOfYear=!0),i=Ie(r,0,e._dayOfYear),e._a[1]=i.getUTCMonth(),e._a[2]=i.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=n[t];for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?Ie:Ye).apply(null,o),s=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==s&&(p(e).weekdayMismatch=!0)}}var dt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,mt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ht=/Z|[+-]\d\d(?::?\d\d)?/,pt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],ft=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],gt=/^\/?Date\((\-?\d+)/i;function _t(e){var t,i,n,a,s,r,o=e._i,l=dt.exec(o)||mt.exec(o);if(l){for(p(e).iso=!0,t=0,i=pt.length;t<i;t++)if(pt[t][1].exec(l[1])){a=pt[t][0],n=!1!==pt[t][2];break}if(null==a)return void(e._isValid=!1);if(l[3]){for(t=0,i=ft.length;t<i;t++)if(ft[t][1].exec(l[3])){s=(l[2]||" ")+ft[t][0];break}if(null==s)return void(e._isValid=!1)}if(!n&&null!=s)return void(e._isValid=!1);if(l[4]){if(!ht.exec(l[4]))return void(e._isValid=!1);r="Z"}e._f=a+(s||"")+(r||""),wt(e)}else e._isValid=!1}var bt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,yt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function vt(e){var t,i,n,a,s,r,o,l,u=bt.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(u){var c=(t=u[3],i=u[2],n=u[5],a=u[6],s=u[7],r=[(o=u[4],l=parseInt(o,10),l<=49?2e3+l:l<=999?1900+l:l),Se.indexOf(t),parseInt(i,10),parseInt(n,10),parseInt(a,10)],s&&r.push(parseInt(s,10)),r);if(!function(e,t,i){return!e||Be.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(p(i).weekdayMismatch=!0,i._isValid=!1,!1)}(u[1],c,e))return;e._a=c,e._tzm=function(e,t,i){if(e)return yt[e];if(t)return 0;var n=parseInt(i,10),a=n%100;return(n-a)/100*60+a}(u[8],u[9],u[10]),e._d=Ie.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),p(e).rfc2822=!0}else e._isValid=!1}function wt(e){if(e._f!==a.ISO_8601)if(e._f!==a.RFC_2822){e._a=[],p(e).empty=!0;var t,i,n,s,r,o=""+e._i,l=o.length,u=0;for(n=U(e._f,e._locale).match(q)||[],t=0;t<n.length;t++)(i=(o.match(de(s=n[t],e))||[])[0])&&((r=o.substr(0,o.indexOf(i))).length>0&&p(e).unusedInput.push(r),o=o.slice(o.indexOf(i)+i.length),u+=i.length),V[s]?(i?p(e).empty=!1:p(e).unusedTokens.push(s),ge(s,i,e)):e._strict&&!i&&p(e).unusedTokens.push(s);p(e).charsLeftOver=l-u,o.length>0&&p(e).unusedInput.push(o),e._a[3]<=12&&!0===p(e).bigHour&&e._a[3]>0&&(p(e).bigHour=void 0),p(e).parsedDateParts=e._a.slice(0),p(e).meridiem=e._meridiem,e._a[3]=function(e,t,i){var n;return null==i?t:null!=e.meridiemHour?e.meridiemHour(t,i):null!=e.isPM?((n=e.isPM(i))&&t<12&&(t+=12),n||12!==t||(t=0),t):t}(e._locale,e._a[3],e._meridiem),ct(e),lt(e)}else vt(e);else _t(e)}function kt(e){var t=e._i,i=e._f;return e._locale=e._locale||ot(e._l),null===t||void 0===i&&""===t?g({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),w(t)?new v(lt(t)):(u(t)?e._d=t:s(i)?function(e){var t,i,n,a,s;if(0===e._f.length)return p(e).invalidFormat=!0,void(e._d=new Date(NaN));for(a=0;a<e._f.length;a++)s=0,t=b({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[a],wt(t),f(t)&&(s+=p(t).charsLeftOver,s+=10*p(t).unusedTokens.length,p(t).score=s,(null==n||s<n)&&(n=s,i=t));m(e,i||t)}(e):i?wt(e):function(e){var t=e._i;o(t)?e._d=new Date(a.now()):u(t)?e._d=new Date(t.valueOf()):"string"==typeof t?function(e){var t=gt.exec(e._i);null===t?(_t(e),!1===e._isValid&&(delete e._isValid,vt(e),!1===e._isValid&&(delete e._isValid,a.createFromInputFallback(e)))):e._d=new Date(+t[1])}(e):s(t)?(e._a=c(t.slice(0),(function(e){return parseInt(e,10)})),ct(e)):r(t)?function(e){if(!e._d){var t=F(e._i);e._a=c([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),ct(e)}}(e):l(t)?e._d=new Date(t):a.createFromInputFallback(e)}(e),f(e)||(e._d=null),e))}function xt(e,t,i,n,a){var o,l={};return!0!==i&&!1!==i||(n=i,i=void 0),(r(e)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}(e)||s(e)&&0===e.length)&&(e=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=a,l._l=i,l._i=e,l._f=t,l._strict=n,(o=new v(lt(kt(l))))._nextDay&&(o.add(1,"d"),o._nextDay=void 0),o}function Mt(e,t,i,n){return xt(e,t,i,n,!1)}a.createFromInputFallback=C("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),a.ISO_8601=function(){},a.RFC_2822=function(){};var Lt=C("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Mt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:g()})),Ct=C("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Mt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:g()}));function St(e,t){var i,n;if(1===t.length&&s(t[0])&&(t=t[0]),!t.length)return Mt();for(i=t[0],n=1;n<t.length;++n)t[n].isValid()&&!t[n][e](i)||(i=t[n]);return i}var Dt=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Tt(e){var t=F(e),i=t.year||0,n=t.quarter||0,a=t.month||0,s=t.week||t.isoWeek||0,r=t.day||0,o=t.hour||0,l=t.minute||0,u=t.second||0,c=t.millisecond||0;this._isValid=function(e){for(var t in e)if(-1===ye.call(Dt,t)||null!=e[t]&&isNaN(e[t]))return!1;for(var i=!1,n=0;n<Dt.length;++n)if(e[Dt[n]]){if(i)return!1;parseFloat(e[Dt[n]])!==x(e[Dt[n]])&&(i=!0)}return!0}(t),this._milliseconds=+c+1e3*u+6e4*l+1e3*o*60*60,this._days=+r+7*s,this._months=+a+3*n+12*i,this._data={},this._locale=ot(),this._bubble()}function Ot(e){return e instanceof Tt}function Et(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function jt(e,t){z(e,0,0,(function(){var e=this.utcOffset(),i="+";return e<0&&(e=-e,i="-"),i+N(~~(e/60),2)+t+N(~~e%60,2)}))}jt("Z",":"),jt("ZZ",""),ce("Z",oe),ce("ZZ",oe),pe(["Z","ZZ"],(function(e,t,i){i._useUTC=!0,i._tzm=Yt(oe,e)}));var At=/([\+\-]|\d\d)/gi;function Yt(e,t){var i=(t||"").match(e);if(null===i)return null;var n=((i[i.length-1]||[])+"").match(At)||["-",0,0],a=60*n[1]+x(n[2]);return 0===a?0:"+"===n[0]?a:-a}function It(e,t){var i,n;return t._isUTC?(i=t.clone(),n=(w(e)||u(e)?e.valueOf():Mt(e).valueOf())-i.valueOf(),i._d.setTime(i._d.valueOf()+n),a.updateOffset(i,!1),i):Mt(e).local()}function Ft(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function Pt(){return!!this.isValid()&&this._isUTC&&0===this._offset}a.updateOffset=function(){};var Rt=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Nt=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function qt(e,t){var i,n,a,s,r,o,u=e,c=null;return Ot(e)?u={ms:e._milliseconds,d:e._days,M:e._months}:l(e)?(u={},t?u[t]=e:u.milliseconds=e):(c=Rt.exec(e))?(i="-"===c[1]?-1:1,u={y:0,d:x(c[2])*i,h:x(c[3])*i,m:x(c[4])*i,s:x(c[5])*i,ms:x(Et(1e3*c[6]))*i}):(c=Nt.exec(e))?u={y:Ht(c[2],i="-"===c[1]?-1:1),M:Ht(c[3],i),w:Ht(c[4],i),d:Ht(c[5],i),h:Ht(c[6],i),m:Ht(c[7],i),s:Ht(c[8],i)}:null==u?u={}:"object"==typeof u&&("from"in u||"to"in u)&&(s=Mt(u.from),r=Mt(u.to),a=s.isValid()&&r.isValid()?(r=It(r,s),s.isBefore(r)?o=Bt(s,r):((o=Bt(r,s)).milliseconds=-o.milliseconds,o.months=-o.months),o):{milliseconds:0,months:0},(u={}).ms=a.milliseconds,u.M=a.months),n=new Tt(u),Ot(e)&&d(e,"_locale")&&(n._locale=e._locale),n}function Ht(e,t){var i=e&&parseFloat(e.replace(",","."));return(isNaN(i)?0:i)*t}function Bt(e,t){var i={};return i.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(i.months,"M").isAfter(t)&&--i.months,i.milliseconds=+t-+e.clone().add(i.months,"M"),i}function Vt(e,t){return function(i,n){var a;return null===n||isNaN(+n)||(T(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=i,i=n,n=a),zt(this,qt(i="string"==typeof i?+i:i,n),e),this}}function zt(e,t,i,n){var s=t._milliseconds,r=Et(t._days),o=Et(t._months);e.isValid()&&(n=null==n||n,o&&Te(e,ke(e,"Month")+o*i),r&&xe(e,"Date",ke(e,"Date")+r*i),s&&e._d.setTime(e._d.valueOf()+s*i),n&&a.updateOffset(e,r||o))}qt.fn=Tt.prototype,qt.invalid=function(){return qt(NaN)};var Wt=Vt(1,"add"),Ut=Vt(-1,"subtract");function Gt(e,t){var i=12*(t.year()-e.year())+(t.month()-e.month()),n=e.clone().add(i,"months");return-(i+(t-n<0?(t-n)/(n-e.clone().add(i-1,"months")):(t-n)/(e.clone().add(i+1,"months")-n)))||0}function $t(e){var t;return void 0===e?this._locale._abbr:(null!=(t=ot(e))&&(this._locale=t),this)}a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Zt=C("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function Jt(){return this._locale}function Xt(e,t){return(e%t+t)%t}function Qt(e,t,i){return e<100&&e>=0?new Date(e+400,t,i)-126227808e5:new Date(e,t,i).valueOf()}function Kt(e,t,i){return e<100&&e>=0?Date.UTC(e+400,t,i)-126227808e5:Date.UTC(e,t,i)}function ei(e,t){z(0,[e,e.length],0,t)}function ti(e,t,i,n,a){var s;return null==e?Re(this,n,a).year:(t>(s=Ne(e,n,a))&&(t=s),ii.call(this,e,t,i,n,a))}function ii(e,t,i,n,a){var s=Pe(e,t,i,n,a),r=Ie(s.year,0,s.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}z(0,["gg",2],0,(function(){return this.weekYear()%100})),z(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ei("gggg","weekYear"),ei("ggggg","weekYear"),ei("GGGG","isoWeekYear"),ei("GGGGG","isoWeekYear"),Y("weekYear","gg"),Y("isoWeekYear","GG"),R("weekYear",1),R("isoWeekYear",1),ce("G",se),ce("g",se),ce("GG",Q,$),ce("gg",Q,$),ce("GGGG",ie,J),ce("gggg",ie,J),ce("GGGGG",ne,X),ce("ggggg",ne,X),fe(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,i,n){t[n.substr(0,2)]=x(e)})),fe(["gg","GG"],(function(e,t,i,n){t[n]=a.parseTwoDigitYear(e)})),z("Q",0,"Qo","quarter"),Y("quarter","Q"),R("quarter",7),ce("Q",G),pe("Q",(function(e,t){t[1]=3*(x(e)-1)})),z("D",["DD",2],"Do","date"),Y("date","D"),R("date",9),ce("D",Q),ce("DD",Q,$),ce("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),pe(["D","DD"],2),pe("Do",(function(e,t){t[2]=x(e.match(Q)[0])}));var ni=we("Date",!0);z("DDD",["DDDD",3],"DDDo","dayOfYear"),Y("dayOfYear","DDD"),R("dayOfYear",4),ce("DDD",te),ce("DDDD",Z),pe(["DDD","DDDD"],(function(e,t,i){i._dayOfYear=x(e)})),z("m",["mm",2],0,"minute"),Y("minute","m"),R("minute",14),ce("m",Q),ce("mm",Q,$),pe(["m","mm"],4);var ai=we("Minutes",!1);z("s",["ss",2],0,"second"),Y("second","s"),R("second",15),ce("s",Q),ce("ss",Q,$),pe(["s","ss"],5);var si,ri=we("Seconds",!1);for(z("S",0,0,(function(){return~~(this.millisecond()/100)})),z(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),z(0,["SSS",3],0,"millisecond"),z(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),z(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),z(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),z(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),z(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),z(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Y("millisecond","ms"),R("millisecond",16),ce("S",te,G),ce("SS",te,$),ce("SSS",te,Z),si="SSSS";si.length<=9;si+="S")ce(si,ae);function oi(e,t){t[6]=x(1e3*("0."+e))}for(si="S";si.length<=9;si+="S")pe(si,oi);var li=we("Milliseconds",!1);z("z",0,0,"zoneAbbr"),z("zz",0,0,"zoneName");var ui=v.prototype;function ci(e){return e}ui.add=Wt,ui.calendar=function(e,t){var i=e||Mt(),n=It(i,this).startOf("day"),s=a.calendarFormat(this,n)||"sameElse",r=t&&(O(t[s])?t[s].call(this,i):t[s]);return this.format(r||this.localeData().calendar(s,this,Mt(i)))},ui.clone=function(){return new v(this)},ui.diff=function(e,t,i){var n,a,s;if(!this.isValid())return NaN;if(!(n=It(e,this)).isValid())return NaN;switch(a=6e4*(n.utcOffset()-this.utcOffset()),t=I(t)){case"year":s=Gt(this,n)/12;break;case"month":s=Gt(this,n);break;case"quarter":s=Gt(this,n)/3;break;case"second":s=(this-n)/1e3;break;case"minute":s=(this-n)/6e4;break;case"hour":s=(this-n)/36e5;break;case"day":s=(this-n-a)/864e5;break;case"week":s=(this-n-a)/6048e5;break;default:s=this-n}return i?s:k(s)},ui.endOf=function(e){var t;if(void 0===(e=I(e))||"millisecond"===e||!this.isValid())return this;var i=this._isUTC?Kt:Qt;switch(e){case"year":t=i(this.year()+1,0,1)-1;break;case"quarter":t=i(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=i(this.year(),this.month()+1,1)-1;break;case"week":t=i(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=i(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=i(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=36e5-Xt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":t=this._d.valueOf(),t+=6e4-Xt(t,6e4)-1;break;case"second":t=this._d.valueOf(),t+=1e3-Xt(t,1e3)-1}return this._d.setTime(t),a.updateOffset(this,!0),this},ui.format=function(e){e||(e=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var t=W(this,e);return this.localeData().postformat(t)},ui.from=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||Mt(e).isValid())?qt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},ui.fromNow=function(e){return this.from(Mt(),e)},ui.to=function(e,t){return this.isValid()&&(w(e)&&e.isValid()||Mt(e).isValid())?qt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},ui.toNow=function(e){return this.to(Mt(),e)},ui.get=function(e){return O(this[e=I(e)])?this[e]():this},ui.invalidAt=function(){return p(this).overflow},ui.isAfter=function(e,t){var i=w(e)?e:Mt(e);return!(!this.isValid()||!i.isValid())&&("millisecond"===(t=I(t)||"millisecond")?this.valueOf()>i.valueOf():i.valueOf()<this.clone().startOf(t).valueOf())},ui.isBefore=function(e,t){var i=w(e)?e:Mt(e);return!(!this.isValid()||!i.isValid())&&("millisecond"===(t=I(t)||"millisecond")?this.valueOf()<i.valueOf():this.clone().endOf(t).valueOf()<i.valueOf())},ui.isBetween=function(e,t,i,n){var a=w(e)?e:Mt(e),s=w(t)?t:Mt(t);return!!(this.isValid()&&a.isValid()&&s.isValid())&&("("===(n=n||"()")[0]?this.isAfter(a,i):!this.isBefore(a,i))&&(")"===n[1]?this.isBefore(s,i):!this.isAfter(s,i))},ui.isSame=function(e,t){var i,n=w(e)?e:Mt(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=I(t)||"millisecond")?this.valueOf()===n.valueOf():(i=n.valueOf(),this.clone().startOf(t).valueOf()<=i&&i<=this.clone().endOf(t).valueOf()))},ui.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)},ui.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)},ui.isValid=function(){return f(this)},ui.lang=Zt,ui.locale=$t,ui.localeData=Jt,ui.max=Ct,ui.min=Lt,ui.parsingFlags=function(){return m({},p(this))},ui.set=function(e,t){if("object"==typeof e)for(var i=function(e){var t=[];for(var i in e)t.push({unit:i,priority:P[i]});return t.sort((function(e,t){return e.priority-t.priority})),t}(e=F(e)),n=0;n<i.length;n++)this[i[n].unit](e[i[n].unit]);else if(O(this[e=I(e)]))return this[e](t);return this},ui.startOf=function(e){var t;if(void 0===(e=I(e))||"millisecond"===e||!this.isValid())return this;var i=this._isUTC?Kt:Qt;switch(e){case"year":t=i(this.year(),0,1);break;case"quarter":t=i(this.year(),this.month()-this.month()%3,1);break;case"month":t=i(this.year(),this.month(),1);break;case"week":t=i(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=i(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=i(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Xt(t+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":t=this._d.valueOf(),t-=Xt(t,6e4);break;case"second":t=this._d.valueOf(),t-=Xt(t,1e3)}return this._d.setTime(t),a.updateOffset(this,!0),this},ui.subtract=Ut,ui.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},ui.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},ui.toDate=function(){return new Date(this.valueOf())},ui.toISOString=function(e){if(!this.isValid())return null;var t=!0!==e,i=t?this.clone().utc():this;return i.year()<0||i.year()>9999?W(i,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):O(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",W(i,"Z")):W(i,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},ui.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var i="["+e+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY";return this.format(i+n+"-MM-DD[T]HH:mm:ss.SSS"+t+'[")]')},ui.toJSON=function(){return this.isValid()?this.toISOString():null},ui.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},ui.unix=function(){return Math.floor(this.valueOf()/1e3)},ui.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},ui.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},ui.year=ve,ui.isLeapYear=function(){return be(this.year())},ui.weekYear=function(e){return ti.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},ui.isoWeekYear=function(e){return ti.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},ui.quarter=ui.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},ui.month=Oe,ui.daysInMonth=function(){return Me(this.year(),this.month())},ui.week=ui.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},ui.isoWeek=ui.isoWeeks=function(e){var t=Re(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},ui.weeksInYear=function(){var e=this.localeData()._week;return Ne(this.year(),e.dow,e.doy)},ui.isoWeeksInYear=function(){return Ne(this.year(),1,4)},ui.date=ni,ui.day=ui.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},ui.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},ui.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},ui.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},ui.hour=ui.hours=Ke,ui.minute=ui.minutes=ai,ui.second=ui.seconds=ri,ui.millisecond=ui.milliseconds=li,ui.utcOffset=function(e,t,i){var n,s=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=Yt(oe,e)))return this}else Math.abs(e)<16&&!i&&(e*=60);return!this._isUTC&&t&&(n=Ft(this)),this._offset=e,this._isUTC=!0,null!=n&&this.add(n,"m"),s!==e&&(!t||this._changeInProgress?zt(this,qt(e-s,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?s:Ft(this)},ui.utc=function(e){return this.utcOffset(0,e)},ui.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Ft(this),"m")),this},ui.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=Yt(re,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},ui.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?Mt(e).utcOffset():0,(this.utcOffset()-e)%60==0)},ui.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},ui.isLocal=function(){return!!this.isValid()&&!this._isUTC},ui.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},ui.isUtc=Pt,ui.isUTC=Pt,ui.zoneAbbr=function(){return this._isUTC?"UTC":""},ui.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},ui.dates=C("dates accessor is deprecated. Use date instead.",ni),ui.months=C("months accessor is deprecated. Use month instead",Oe),ui.years=C("years accessor is deprecated. Use year instead",ve),ui.zone=C("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),ui.isDSTShifted=C("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!o(this._isDSTShifted))return this._isDSTShifted;var e={};if(b(e,this),(e=kt(e))._a){var t=e._isUTC?h(e._a):Mt(e._a);this._isDSTShifted=this.isValid()&&M(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}));var di=j.prototype;function mi(e,t,i,n){var a=ot(),s=h().set(n,t);return a[i](s,e)}function hi(e,t,i){if(l(e)&&(t=e,e=void 0),e=e||"",null!=t)return mi(e,t,i,"month");var n,a=[];for(n=0;n<12;n++)a[n]=mi(e,n,i,"month");return a}function pi(e,t,i,n){"boolean"==typeof e?(l(t)&&(i=t,t=void 0),t=t||""):(i=t=e,e=!1,l(t)&&(i=t,t=void 0),t=t||"");var a,s=ot(),r=e?s._week.dow:0;if(null!=i)return mi(t,(i+r)%7,n,"day");var o=[];for(a=0;a<7;a++)o[a]=mi(t,(a+r)%7,n,"day");return o}di.calendar=function(e,t,i){var n=this._calendar[e]||this._calendar.sameElse;return O(n)?n.call(t,i):n},di.longDateFormat=function(e){var t=this._longDateFormat[e],i=this._longDateFormat[e.toUpperCase()];return t||!i?t:(this._longDateFormat[e]=i.replace(/MMMM|MM|DD|dddd/g,(function(e){return e.slice(1)})),this._longDateFormat[e])},di.invalidDate=function(){return this._invalidDate},di.ordinal=function(e){return this._ordinal.replace("%d",e)},di.preparse=ci,di.postformat=ci,di.relativeTime=function(e,t,i,n){var a=this._relativeTime[i];return O(a)?a(e,t,i,n):a.replace(/%d/i,e)},di.pastFuture=function(e,t){var i=this._relativeTime[e>0?"future":"past"];return O(i)?i(t):i.replace(/%s/i,t)},di.set=function(e){var t,i;for(i in e)O(t=e[i])?this[i]=t:this["_"+i]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},di.months=function(e,t){return e?s(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Le).test(t)?"format":"standalone"][e.month()]:s(this._months)?this._months:this._months.standalone},di.monthsShort=function(e,t){return e?s(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Le.test(t)?"format":"standalone"][e.month()]:s(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},di.monthsParse=function(e,t,i){var n,a,s;if(this._monthsParseExact)return De.call(this,e,t,i);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(a=h([2e3,n]),i&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),i||this._monthsParse[n]||(s="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[n]=new RegExp(s.replace(".",""),"i")),i&&"MMMM"===t&&this._longMonthsParse[n].test(e))return n;if(i&&"MMM"===t&&this._shortMonthsParse[n].test(e))return n;if(!i&&this._monthsParse[n].test(e))return n}},di.monthsRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||Ae.call(this),e?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=je),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},di.monthsShortRegex=function(e){return this._monthsParseExact?(d(this,"_monthsRegex")||Ae.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=Ee),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},di.week=function(e){return Re(e,this._week.dow,this._week.doy).week},di.firstDayOfYear=function(){return this._week.doy},di.firstDayOfWeek=function(){return this._week.dow},di.weekdays=function(e,t){var i=s(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?qe(i,this._week.dow):e?i[e.day()]:i},di.weekdaysMin=function(e){return!0===e?qe(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},di.weekdaysShort=function(e){return!0===e?qe(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},di.weekdaysParse=function(e,t,i){var n,a,s;if(this._weekdaysParseExact)return ze.call(this,e,t,i);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(a=h([2e3,1]).day(n),i&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(s="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[n]=new RegExp(s.replace(".",""),"i")),i&&"dddd"===t&&this._fullWeekdaysParse[n].test(e))return n;if(i&&"ddd"===t&&this._shortWeekdaysParse[n].test(e))return n;if(i&&"dd"===t&&this._minWeekdaysParse[n].test(e))return n;if(!i&&this._weekdaysParse[n].test(e))return n}},di.weekdaysRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||$e.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=We),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},di.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||$e.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ue),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},di.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||$e.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ge),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},di.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},di.meridiem=function(e,t,i){return e>11?i?"pm":"PM":i?"am":"AM"},st("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===x(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),a.lang=C("moment.lang is deprecated. Use moment.locale instead.",st),a.langData=C("moment.langData is deprecated. Use moment.localeData instead.",ot);var fi=Math.abs;function gi(e,t,i,n){var a=qt(t,i);return e._milliseconds+=n*a._milliseconds,e._days+=n*a._days,e._months+=n*a._months,e._bubble()}function _i(e){return e<0?Math.floor(e):Math.ceil(e)}function bi(e){return 4800*e/146097}function yi(e){return 146097*e/4800}function vi(e){return function(){return this.as(e)}}var wi=vi("ms"),ki=vi("s"),xi=vi("m"),Mi=vi("h"),Li=vi("d"),Ci=vi("w"),Si=vi("M"),Di=vi("Q"),Ti=vi("y");function Oi(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ei=Oi("milliseconds"),ji=Oi("seconds"),Ai=Oi("minutes"),Yi=Oi("hours"),Ii=Oi("days"),Fi=Oi("months"),Pi=Oi("years"),Ri=Math.round,Ni={ss:44,s:45,m:45,h:22,d:26,M:11};function qi(e,t,i,n,a){return a.relativeTime(t||1,!!i,e,n)}var Hi=Math.abs;function Bi(e){return(e>0)-(e<0)||+e}function Vi(){if(!this.isValid())return this.localeData().invalidDate();var e,t,i=Hi(this._milliseconds)/1e3,n=Hi(this._days),a=Hi(this._months);e=k(i/60),t=k(e/60),i%=60,e%=60;var s=k(a/12),r=a%=12,o=n,l=t,u=e,c=i?i.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var m=d<0?"-":"",h=Bi(this._months)!==Bi(d)?"-":"",p=Bi(this._days)!==Bi(d)?"-":"",f=Bi(this._milliseconds)!==Bi(d)?"-":"";return m+"P"+(s?h+s+"Y":"")+(r?h+r+"M":"")+(o?p+o+"D":"")+(l||u||c?"T":"")+(l?f+l+"H":"")+(u?f+u+"M":"")+(c?f+c+"S":"")}var zi=Tt.prototype;return zi.isValid=function(){return this._isValid},zi.abs=function(){var e=this._data;return this._milliseconds=fi(this._milliseconds),this._days=fi(this._days),this._months=fi(this._months),e.milliseconds=fi(e.milliseconds),e.seconds=fi(e.seconds),e.minutes=fi(e.minutes),e.hours=fi(e.hours),e.months=fi(e.months),e.years=fi(e.years),this},zi.add=function(e,t){return gi(this,e,t,1)},zi.subtract=function(e,t){return gi(this,e,t,-1)},zi.as=function(e){if(!this.isValid())return NaN;var t,i,n=this._milliseconds;if("month"===(e=I(e))||"quarter"===e||"year"===e)switch(i=this._months+bi(t=this._days+n/864e5),e){case"month":return i;case"quarter":return i/3;case"year":return i/12}else switch(t=this._days+Math.round(yi(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return 24*t+n/36e5;case"minute":return 1440*t+n/6e4;case"second":return 86400*t+n/1e3;case"millisecond":return Math.floor(864e5*t)+n;default:throw new Error("Unknown unit "+e)}},zi.asMilliseconds=wi,zi.asSeconds=ki,zi.asMinutes=xi,zi.asHours=Mi,zi.asDays=Li,zi.asWeeks=Ci,zi.asMonths=Si,zi.asQuarters=Di,zi.asYears=Ti,zi.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*x(this._months/12):NaN},zi._bubble=function(){var e,t,i,n,a,s=this._milliseconds,r=this._days,o=this._months,l=this._data;return s>=0&&r>=0&&o>=0||s<=0&&r<=0&&o<=0||(s+=864e5*_i(yi(o)+r),r=0,o=0),l.milliseconds=s%1e3,e=k(s/1e3),l.seconds=e%60,t=k(e/60),l.minutes=t%60,i=k(t/60),l.hours=i%24,r+=k(i/24),o+=a=k(bi(r)),r-=_i(yi(a)),n=k(o/12),o%=12,l.days=r,l.months=o,l.years=n,this},zi.clone=function(){return qt(this)},zi.get=function(e){return e=I(e),this.isValid()?this[e+"s"]():NaN},zi.milliseconds=Ei,zi.seconds=ji,zi.minutes=Ai,zi.hours=Yi,zi.days=Ii,zi.weeks=function(){return k(this.days()/7)},zi.months=Fi,zi.years=Pi,zi.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var t=this.localeData(),i=function(e,t,i){var n=qt(e).abs(),a=Ri(n.as("s")),s=Ri(n.as("m")),r=Ri(n.as("h")),o=Ri(n.as("d")),l=Ri(n.as("M")),u=Ri(n.as("y")),c=a<=Ni.ss&&["s",a]||a<Ni.s&&["ss",a]||s<=1&&["m"]||s<Ni.m&&["mm",s]||r<=1&&["h"]||r<Ni.h&&["hh",r]||o<=1&&["d"]||o<Ni.d&&["dd",o]||l<=1&&["M"]||l<Ni.M&&["MM",l]||u<=1&&["y"]||["yy",u];return c[2]=t,c[3]=+e>0,c[4]=i,qi.apply(null,c)}(this,!e,t);return e&&(i=t.pastFuture(+this,i)),t.postformat(i)},zi.toISOString=Vi,zi.toString=Vi,zi.toJSON=Vi,zi.locale=$t,zi.localeData=Jt,zi.toIsoString=C("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Vi),zi.lang=Zt,z("X",0,0,"unix"),z("x",0,0,"valueOf"),ce("x",se),ce("X",/[+-]?\d+(\.\d{1,3})?/),pe("X",(function(e,t,i){i._d=new Date(1e3*parseFloat(e,10))})),pe("x",(function(e,t,i){i._d=new Date(x(e))})),a.version="2.24.0",t=Mt,a.fn=ui,a.min=function(){var e=[].slice.call(arguments,0);return St("isBefore",e)},a.max=function(){var e=[].slice.call(arguments,0);return St("isAfter",e)},a.now=function(){return Date.now?Date.now():+new Date},a.utc=h,a.unix=function(e){return Mt(1e3*e)},a.months=function(e,t){return hi(e,t,"months")},a.isDate=u,a.locale=st,a.invalid=g,a.duration=qt,a.isMoment=w,a.weekdays=function(e,t,i){return pi(e,t,i,"weekdays")},a.parseZone=function(){return Mt.apply(null,arguments).parseZone()},a.localeData=ot,a.isDuration=Ot,a.monthsShort=function(e,t){return hi(e,t,"monthsShort")},a.weekdaysMin=function(e,t,i){return pi(e,t,i,"weekdaysMin")},a.defineLocale=rt,a.updateLocale=function(e,t){if(null!=t){var i,n,a=et;null!=(n=at(e))&&(a=n._config),(i=new j(t=E(a,t))).parentLocale=tt[e],tt[e]=i,st(e)}else null!=tt[e]&&(null!=tt[e].parentLocale?tt[e]=tt[e].parentLocale:null!=tt[e]&&delete tt[e]);return tt[e]},a.locales=function(){return S(tt)},a.weekdaysShort=function(e,t,i){return pi(e,t,i,"weekdaysShort")},a.normalizeUnits=I,a.relativeTimeRounding=function(e){return void 0===e?Ri:"function"==typeof e&&(Ri=e,!0)},a.relativeTimeThreshold=function(e,t){return void 0!==Ni[e]&&(void 0===t?Ni[e]:(Ni[e]=t,"s"===e&&(Ni.ss=t-1),!0))},a.calendarFormat=function(e,t){var i=e.diff(t,"days",!0);return i<-6?"sameElse":i<-1?"lastWeek":i<0?"lastDay":i<1?"sameDay":i<2?"nextDay":i<7?"nextWeek":"sameElse"},a.prototype=ui,a.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},a}()}).call(this,i("YuTi")(e))},"x+ZX":function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(){return function(e){return e.lift(new s(e))}}class s{constructor(e){this.connectable=e}call(e,t){const{connectable:i}=this;i._refCount++;const n=new r(e,i),a=t.subscribe(n);return n.closed||(n.connection=i.connect()),a}}class r extends n.a{constructor(e,t){super(e),this.connectable=t}_unsubscribe(){const{connectable:e}=this;if(!e)return void(this.connection=null);this.connectable=null;const t=e._refCount;if(t<=0)return void(this.connection=null);if(e._refCount=t-1,t>1)return void(this.connection=null);const{connection:i}=this,n=e._connection;this.connection=null,!n||i&&n!==i||n.unsubscribe()}}},x6pH:function(e,t,i){!function(e){"use strict";e.defineLocale("he",{months:"\u05d9\u05e0\u05d5\u05d0\u05e8_\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8_\u05de\u05e8\u05e5_\u05d0\u05e4\u05e8\u05d9\u05dc_\u05de\u05d0\u05d9_\u05d9\u05d5\u05e0\u05d9_\u05d9\u05d5\u05dc\u05d9_\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8_\u05e1\u05e4\u05d8\u05de\u05d1\u05e8_\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8_\u05e0\u05d5\u05d1\u05de\u05d1\u05e8_\u05d3\u05e6\u05de\u05d1\u05e8".split("_"),monthsShort:"\u05d9\u05e0\u05d5\u05f3_\u05e4\u05d1\u05e8\u05f3_\u05de\u05e8\u05e5_\u05d0\u05e4\u05e8\u05f3_\u05de\u05d0\u05d9_\u05d9\u05d5\u05e0\u05d9_\u05d9\u05d5\u05dc\u05d9_\u05d0\u05d5\u05d2\u05f3_\u05e1\u05e4\u05d8\u05f3_\u05d0\u05d5\u05e7\u05f3_\u05e0\u05d5\u05d1\u05f3_\u05d3\u05e6\u05de\u05f3".split("_"),weekdays:"\u05e8\u05d0\u05e9\u05d5\u05df_\u05e9\u05e0\u05d9_\u05e9\u05dc\u05d9\u05e9\u05d9_\u05e8\u05d1\u05d9\u05e2\u05d9_\u05d7\u05de\u05d9\u05e9\u05d9_\u05e9\u05d9\u05e9\u05d9_\u05e9\u05d1\u05ea".split("_"),weekdaysShort:"\u05d0\u05f3_\u05d1\u05f3_\u05d2\u05f3_\u05d3\u05f3_\u05d4\u05f3_\u05d5\u05f3_\u05e9\u05f3".split("_"),weekdaysMin:"\u05d0_\u05d1_\u05d2_\u05d3_\u05d4_\u05d5_\u05e9".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [\u05d1]MMMM YYYY",LLL:"D [\u05d1]MMMM YYYY HH:mm",LLLL:"dddd, D [\u05d1]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[\u05d4\u05d9\u05d5\u05dd \u05d1\u05be]LT",nextDay:"[\u05de\u05d7\u05e8 \u05d1\u05be]LT",nextWeek:"dddd [\u05d1\u05e9\u05e2\u05d4] LT",lastDay:"[\u05d0\u05ea\u05de\u05d5\u05dc \u05d1\u05be]LT",lastWeek:"[\u05d1\u05d9\u05d5\u05dd] dddd [\u05d4\u05d0\u05d7\u05e8\u05d5\u05df \u05d1\u05e9\u05e2\u05d4] LT",sameElse:"L"},relativeTime:{future:"\u05d1\u05e2\u05d5\u05d3 %s",past:"\u05dc\u05e4\u05e0\u05d9 %s",s:"\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05d9\u05d5\u05ea",ss:"%d \u05e9\u05e0\u05d9\u05d5\u05ea",m:"\u05d3\u05e7\u05d4",mm:"%d \u05d3\u05e7\u05d5\u05ea",h:"\u05e9\u05e2\u05d4",hh:function(e){return 2===e?"\u05e9\u05e2\u05ea\u05d9\u05d9\u05dd":e+" \u05e9\u05e2\u05d5\u05ea"},d:"\u05d9\u05d5\u05dd",dd:function(e){return 2===e?"\u05d9\u05d5\u05de\u05d9\u05d9\u05dd":e+" \u05d9\u05de\u05d9\u05dd"},M:"\u05d7\u05d5\u05d3\u05e9",MM:function(e){return 2===e?"\u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd":e+" \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd"},y:"\u05e9\u05e0\u05d4",yy:function(e){return 2===e?"\u05e9\u05e0\u05ea\u05d9\u05d9\u05dd":e%10==0&&10!==e?e+" \u05e9\u05e0\u05d4":e+" \u05e9\u05e0\u05d9\u05dd"}},meridiemParse:/\u05d0\u05d7\u05d4"\u05e6|\u05dc\u05e4\u05e0\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8|\u05d1\u05d1\u05d5\u05e7\u05e8|\u05d1\u05e2\u05e8\u05d1/i,isPM:function(e){return/^(\u05d0\u05d7\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05d1\u05e2\u05e8\u05d1)$/.test(e)},meridiem:function(e,t,i){return e<5?"\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8":e<10?"\u05d1\u05d1\u05d5\u05e7\u05e8":e<12?i?'\u05dc\u05e4\u05e0\u05d4"\u05e6':"\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd":e<18?i?'\u05d0\u05d7\u05d4"\u05e6':"\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd":"\u05d1\u05e2\u05e8\u05d1"}})}(i("wd/R"))},xbPD:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(e=null){return t=>t.lift(new s(e))}class s{constructor(e){this.defaultValue=e}call(e,t){return t.subscribe(new r(e,this.defaultValue))}}class r extends n.a{constructor(e,t){super(e),this.defaultValue=t,this.isEmpty=!0}_next(e){this.isEmpty=!1,this.destination.next(e)}_complete(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()}}},xgIS:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var n=i("HDdC"),a=i("DH7j"),s=i("n6bG"),r=i("lJxs");function o(e,t,i,l){return Object(s.a)(i)&&(l=i,i=void 0),l?o(e,t,i).pipe(Object(r.a)(e=>Object(a.a)(e)?l(...e):l(e))):new n.a(n=>{!function e(t,i,n,a,s){let r;if(function(e){return e&&"function"==typeof e.addEventListener&&"function"==typeof e.removeEventListener}(t)){const e=t;t.addEventListener(i,n,s),r=()=>e.removeEventListener(i,n,s)}else if(function(e){return e&&"function"==typeof e.on&&"function"==typeof e.off}(t)){const e=t;t.on(i,n),r=()=>e.off(i,n)}else if(function(e){return e&&"function"==typeof e.addListener&&"function"==typeof e.removeListener}(t)){const e=t;t.addListener(i,n),r=()=>e.removeListener(i,n)}else{if(!t||!t.length)throw new TypeError("Invalid event target");for(let r=0,o=t.length;r<o;r++)e(t[r],i,n,a,s)}a.add(r)}(e,t,(function(e){n.next(arguments.length>1?Array.prototype.slice.call(arguments):e)}),n,i)})}},yCtX:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i("HDdC"),a=i("ngJS"),s=i("jZKg");function r(e,t){return t?Object(s.a)(e,t):new n.a(Object(a.a)(e))}},yPMs:function(e,t,i){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_N\xebntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_N\xebn_Dhj".split("_"),weekdays:"E Diel_E H\xebn\xeb_E Mart\xeb_E M\xebrkur\xeb_E Enjte_E Premte_E Shtun\xeb".split("_"),weekdaysShort:"Die_H\xebn_Mar_M\xebr_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_M\xeb_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,i){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot n\xeb] LT",nextDay:"[Nes\xebr n\xeb] LT",nextWeek:"dddd [n\xeb] LT",lastDay:"[Dje n\xeb] LT",lastWeek:"dddd [e kaluar n\xeb] LT",sameElse:"L"},relativeTime:{future:"n\xeb %s",past:"%s m\xeb par\xeb",s:"disa sekonda",ss:"%d sekonda",m:"nj\xeb minut\xeb",mm:"%d minuta",h:"nj\xeb or\xeb",hh:"%d or\xeb",d:"nj\xeb dit\xeb",dd:"%d dit\xeb",M:"nj\xeb muaj",MM:"%d muaj",y:"nj\xeb vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},"z+Ro":function(e,t,i){"use strict";function n(e){return e&&"function"==typeof e.schedule}i.d(t,"a",(function(){return n}))},z1FC:function(e,t,i){!function(e){"use strict";function t(e,t,i,n){var a={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n m\xedut","'iens m\xedut"],mm:[e+" m\xeduts",e+" m\xeduts"],h:["'n \xfeora","'iensa \xfeora"],hh:[e+" \xfeoras",e+" \xfeoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return n?a[i][0]:t?a[i][0]:a[i][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Mar\xe7_Avr\xefu_Mai_G\xfcn_Julia_Guscht_Setemvar_Listop\xe4ts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_G\xfcn_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"S\xfaladi_L\xfane\xe7i_Maitzi_M\xe1rcuri_Xh\xfaadi_Vi\xe9ner\xe7i_S\xe1turi".split("_"),weekdaysShort:"S\xfal_L\xfan_Mai_M\xe1r_Xh\xfa_Vi\xe9_S\xe1t".split("_"),weekdaysMin:"S\xfa_L\xfa_Ma_M\xe1_Xh_Vi_S\xe1".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,i){return e>11?i?"d'o":"D'O":i?"d'a":"D'A"},calendar:{sameDay:"[oxhi \xe0] LT",nextDay:"[dem\xe0 \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[ieiri \xe0] LT",lastWeek:"[s\xfcr el] dddd [lasteu \xe0] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},z3Vd:function(e,t,i){!function(e){"use strict";var t="pagh_wa\u2019_cha\u2019_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function i(e,i,n,a){var s=function(e){var i=Math.floor(e%1e3/100),n=Math.floor(e%100/10),a=e%10,s="";return i>0&&(s+=t[i]+"vatlh"),n>0&&(s+=(""!==s?" ":"")+t[n]+"maH"),a>0&&(s+=(""!==s?" ":"")+t[a]),""===s?"pagh":s}(e);switch(n){case"ss":return s+" lup";case"mm":return s+" tup";case"hh":return s+" rep";case"dd":return s+" jaj";case"MM":return s+" jar";case"yy":return s+" DIS"}}e.defineLocale("tlh",{months:"tera\u2019 jar wa\u2019_tera\u2019 jar cha\u2019_tera\u2019 jar wej_tera\u2019 jar loS_tera\u2019 jar vagh_tera\u2019 jar jav_tera\u2019 jar Soch_tera\u2019 jar chorgh_tera\u2019 jar Hut_tera\u2019 jar wa\u2019maH_tera\u2019 jar wa\u2019maH wa\u2019_tera\u2019 jar wa\u2019maH cha\u2019".split("_"),monthsShort:"jar wa\u2019_jar cha\u2019_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa\u2019maH_jar wa\u2019maH wa\u2019_jar wa\u2019maH cha\u2019".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa\u2019leS] LT",nextWeek:"LLL",lastDay:"[wa\u2019Hu\u2019] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu\u2019":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:i,m:"wa\u2019 tup",mm:i,h:"wa\u2019 rep",hh:i,d:"wa\u2019 jaj",dd:i,M:"wa\u2019 jar",MM:i,y:"wa\u2019 DIS",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},z6cu:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("HDdC");function a(e,t){return new n.a(t?i=>t.schedule(s,0,{error:e,subscriber:i}):t=>t.error(e))}function s({error:e,subscriber:t}){t.error(e)}},zP0r:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("7o/Q");function a(e){return t=>t.lift(new s(e))}class s{constructor(e){this.total=e}call(e,t){return t.subscribe(new r(e,this.total))}}class r extends n.a{constructor(e,t){super(e),this.total=t,this.count=0}_next(e){++this.count>this.total&&this.destination.next(e)}}},zRzm:function(e,t,i){"use strict";i.d(t,"a",(function(){return C}));var n=i("fXoL"),a=i("ofXK"),s=i("tyNb"),r=i("sYmb"),o=i("NFeN");function l(e,t){1&e&&n.Vb(0)}const u=function(e){return[e]},c=function(){return["active","accent"]},d=function(e){return{exact:e}};function m(e,t){if(1&e&&(n.Zb(0,"a",7),n.Lc(1,l,1,0,"ng-container",8),n.Yb()),2&e){n.lc();const e=n.zc(7),t=n.lc();n.rc("ngClass",t.item.classes)("routerLink",n.vc(6,u,t.item.url))("routerLinkActive",n.uc(8,c))("routerLinkActiveOptions",n.vc(9,d,t.item.exactMatch||!1))("target",t.item.openInNewTab?"_blank":"_self"),n.Fb(1),n.rc("ngTemplateOutlet",e)}}function h(e,t){1&e&&n.Vb(0)}function p(e,t){if(1&e&&(n.Zb(0,"a",9),n.Lc(1,h,1,0,"ng-container",8),n.Yb()),2&e){n.lc();const e=n.zc(7),t=n.lc();n.rc("ngClass",t.item.classes)("href",t.item.url,n.Fc)("target",t.item.openInNewTab?"_blank":"_self"),n.Fb(1),n.rc("ngTemplateOutlet",e)}}function f(e,t){1&e&&n.Vb(0)}function g(e,t){if(1&e){const e=n.ac();n.Zb(0,"span",10),n.hc("click",(function(t){return n.Dc(e),n.lc(2).item.function()})),n.Lc(1,f,1,0,"ng-container",8),n.Yb()}if(2&e){n.lc();const e=n.zc(7),t=n.lc();n.rc("ngClass",t.item.classes),n.Fb(1),n.rc("ngTemplateOutlet",e)}}function _(e,t){1&e&&n.Vb(0)}function b(e,t){if(1&e){const e=n.ac();n.Zb(0,"a",11),n.hc("click",(function(t){return n.Dc(e),n.lc(2).item.function()})),n.Lc(1,_,1,0,"ng-container",8),n.Yb()}if(2&e){n.lc();const e=n.zc(7),t=n.lc();n.rc("ngClass",t.item.classes)("routerLink",n.vc(6,u,t.item.url))("routerLinkActive",n.uc(8,c))("routerLinkActiveOptions",n.vc(9,d,t.item.exactMatch||!1))("target",t.item.openInNewTab?"_blank":"_self"),n.Fb(1),n.rc("ngTemplateOutlet",e)}}function y(e,t){1&e&&n.Vb(0)}function v(e,t){if(1&e){const e=n.ac();n.Zb(0,"a",12),n.hc("click",(function(t){return n.Dc(e),n.lc(2).item.function()})),n.Lc(1,y,1,0,"ng-container",8),n.Yb()}if(2&e){n.lc();const e=n.zc(7),t=n.lc();n.rc("ngClass",t.item.classes)("href",t.item.url,n.Fc)("target",t.item.openInNewTab?"_blank":"_self"),n.Fb(1),n.rc("ngTemplateOutlet",e)}}function w(e,t){if(1&e&&(n.Zb(0,"mat-icon",16),n.Nc(1),n.Yb()),2&e){const e=n.lc(3);n.Fb(1),n.Oc(e.item.icon)}}const k=function(e,t){return{"background-color":e,color:t}};function x(e,t){if(1&e&&(n.Zb(0,"span",17),n.Nc(1),n.mc(2,"translate"),n.Yb()),2&e){const e=n.lc(3);n.rc("translate",e.item.badge.translate)("ngStyle",n.wc(5,k,e.item.badge.bg,e.item.badge.fg)),n.Fb(1),n.Pc(" ",n.nc(2,3,e.item.badge.translate)||e.item.badge.title," ")}}function M(e,t){if(1&e&&(n.Lc(0,w,2,1,"mat-icon",13),n.Zb(1,"span",14),n.Nc(2),n.mc(3,"translate"),n.Yb(),n.Lc(4,x,3,8,"span",15)),2&e){const e=n.lc(2);n.rc("ngIf",e.item.icon),n.Fb(1),n.rc("translate",e.item.translate),n.Fb(1),n.Oc(n.nc(3,4,e.item.translate)||e.item.title),n.Fb(2),n.rc("ngIf",e.item.badge)}}function L(e,t){if(1&e&&(n.Xb(0),n.Lc(1,m,2,11,"a",1),n.Lc(2,p,2,4,"a",2),n.Lc(3,g,2,2,"span",3),n.Lc(4,b,2,11,"a",4),n.Lc(5,v,2,4,"a",5),n.Lc(6,M,5,6,"ng-template",null,6,n.Mc),n.Wb()),2&e){const e=n.lc();n.Fb(1),n.rc("ngIf",e.item.url&&!e.item.externalUrl&&!e.item.function),n.Fb(1),n.rc("ngIf",e.item.url&&e.item.externalUrl&&!e.item.function),n.Fb(1),n.rc("ngIf",!e.item.url&&e.item.function),n.Fb(1),n.rc("ngIf",e.item.url&&!e.item.externalUrl&&e.item.function),n.Fb(1),n.rc("ngIf",e.item.url&&e.item.externalUrl&&e.item.function)}}let C=(()=>{class e{constructor(){this.classes="nav-item"}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=n.Nb({type:e,selectors:[["fuse-nav-horizontal-item"]],hostVars:2,hostBindings:function(e,t){2&e&&n.Hb(t.classes)},inputs:{item:"item"},decls:1,vars:1,consts:[[4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target",4,"ngIf"],["class","nav-link",3,"ngClass","href","target",4,"ngIf"],["class","nav-link",3,"ngClass","click",4,"ngIf"],["class","nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target","click",4,"ngIf"],["class","nav-link",3,"ngClass","href","target","click",4,"ngIf"],["itemContent",""],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target"],[4,"ngTemplateOutlet"],[1,"nav-link",3,"ngClass","href","target"],[1,"nav-link",3,"ngClass","click"],[1,"nav-link",3,"ngClass","routerLink","routerLinkActive","routerLinkActiveOptions","target","click"],[1,"nav-link",3,"ngClass","href","target","click"],["class","nav-link-icon",4,"ngIf"],[1,"nav-link-title",3,"translate"],["class","nav-link-badge",3,"translate","ngStyle",4,"ngIf"],[1,"nav-link-icon"],[1,"nav-link-badge",3,"translate","ngStyle"]],template:function(e,t){1&e&&n.Lc(0,L,8,5,"ng-container",0),2&e&&n.rc("ngIf",!t.item.hidden)},directives:[a.t,s.j,a.q,s.i,a.A,r.a,o.a,a.w],pipes:[r.c],styles:[""]}),e})()},zUnb:function(e,t,i){"use strict";i.r(t);var n=i("fXoL");i("rB/T");var a=i("jhN1"),s=i("tk/3"),r=i("R1ws"),o=i("tyNb"),l=i("FKr1"),u=i("wd/R");const c=i.n(u).a||u,d=new n.s("MAT_MOMENT_DATE_ADAPTER_OPTIONS",{providedIn:"root",factory:function(){return{useUtc:!1}}});function m(e,t){const i=Array(e);for(let n=0;n<e;n++)i[n]=t(n);return i}let h=(()=>{class e extends l.a{constructor(e,t){super(),this._options=t,this.setLocale(e||c.locale())}setLocale(e){super.setLocale(e);let t=c.localeData(e);this._localeData={firstDayOfWeek:t.firstDayOfWeek(),longMonths:t.months(),shortMonths:t.monthsShort(),dates:m(31,e=>this.createDate(2017,0,e+1).format("D")),longDaysOfWeek:t.weekdays(),shortDaysOfWeek:t.weekdaysShort(),narrowDaysOfWeek:t.weekdaysMin()}}getYear(e){return this.clone(e).year()}getMonth(e){return this.clone(e).month()}getDate(e){return this.clone(e).date()}getDayOfWeek(e){return this.clone(e).day()}getMonthNames(e){return"long"==e?this._localeData.longMonths:this._localeData.shortMonths}getDateNames(){return this._localeData.dates}getDayOfWeekNames(e){return"long"==e?this._localeData.longDaysOfWeek:"short"==e?this._localeData.shortDaysOfWeek:this._localeData.narrowDaysOfWeek}getYearName(e){return this.clone(e).format("YYYY")}getFirstDayOfWeek(){return this._localeData.firstDayOfWeek}getNumDaysInMonth(e){return this.clone(e).daysInMonth()}clone(e){return e.clone().locale(this.locale)}createDate(e,t,i){if(t<0||t>11)throw Error(`Invalid month index "${t}". Month index has to be between 0 and 11.`);if(i<1)throw Error(`Invalid date "${i}". Date has to be greater than 0.`);const n=this._createMoment({year:e,month:t,date:i}).locale(this.locale);if(!n.isValid())throw Error(`Invalid date "${i}" for month with index "${t}".`);return n}today(){return this._createMoment().locale(this.locale)}parse(e,t){return e&&"string"==typeof e?this._createMoment(e,t,this.locale):e?this._createMoment(e).locale(this.locale):null}format(e,t){if(e=this.clone(e),!this.isValid(e))throw Error("MomentDateAdapter: Cannot format invalid date.");return e.format(t)}addCalendarYears(e,t){return this.clone(e).add({years:t})}addCalendarMonths(e,t){return this.clone(e).add({months:t})}addCalendarDays(e,t){return this.clone(e).add({days:t})}toIso8601(e){return this.clone(e).format()}deserialize(e){let t;if(e instanceof Date)t=this._createMoment(e).locale(this.locale);else if(this.isDateInstance(e))return this.clone(e);if("string"==typeof e){if(!e)return null;t=this._createMoment(e,c.ISO_8601).locale(this.locale)}return t&&this.isValid(t)?this._createMoment(t).locale(this.locale):super.deserialize(e)}isDateInstance(e){return c.isMoment(e)}isValid(e){return this.clone(e).isValid()}invalid(){return c.invalid()}_createMoment(e,t,i){const{strict:n,useUtc:a}=this._options||{};return a?c.utc(e,t,i,n):c(e,t,i,n)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(l.d,8),n.dc(d,8))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac}),e})(),p=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[{provide:l.a,useClass:h,deps:[l.d,d]}]}),e})();const f={parse:{dateInput:"l"},display:{dateInput:"l",monthYearLabel:"MMM YYYY",dateA11yLabel:"LL",monthYearA11yLabel:"MMMM YYYY"}};let g=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[{provide:l.c,useValue:f}],imports:[[p]]}),e})();var _,b=i("bTqV"),y=i("NFeN"),v=i("2Vo4"),w=i("HDdC"),k=i("Cfvw"),x=i("LRne"),M=i("SxV6"),L=i("bOdf"),C={100:{code:100,text:"Continue",description:'"The initial part of a request has been received and has not yet been rejected by the server."',spec_title:"RFC7231#6.2.1",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.2.1"},101:{code:101,text:"Switching Protocols",description:'"The server understands and is willing to comply with the client\'s request, via the Upgrade header field, for a change in the application protocol being used on this connection."',spec_title:"RFC7231#6.2.2",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.2.2"},200:{code:200,text:"OK",description:'"The request has succeeded."',spec_title:"RFC7231#6.3.1",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.1"},201:{code:201,text:"Created",description:'"The request has been fulfilled and has resulted in one or more new resources being created."',spec_title:"RFC7231#6.3.2",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.2"},202:{code:202,text:"Accepted",description:'"The request has been accepted for processing, but the processing has not been completed."',spec_title:"RFC7231#6.3.3",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.3"},203:{code:203,text:"Non-Authoritative Information",description:'"The request was successful but the enclosed payload has been modified from that of the origin server\'s 200 (OK) response by a transforming proxy."',spec_title:"RFC7231#6.3.4",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.4"},204:{code:204,text:"No Content",description:'"The server has successfully fulfilled the request and that there is no additional content to send in the response payload body."',spec_title:"RFC7231#6.3.5",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.5"},205:{code:205,text:"Reset Content",description:'"The server has fulfilled the request and desires that the user agent reset the "document view", which caused the request to be sent, to its original state as received from the origin server."',spec_title:"RFC7231#6.3.6",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.6"},206:{code:206,text:"Partial Content",description:'"The server is successfully fulfilling a range request for the target resource by transferring one or more parts of the selected representation that correspond to the satisfiable ranges found in the requests\'s Range header field."',spec_title:"RFC7233#4.1",spec_href:"http://tools.ietf.org/html/rfc7233#section-4.1"},300:{code:300,text:"Multiple Choices",description:'"The target resource has more than one representation, each with its own more specific identifier, and information about the alternatives is being provided so that the user (or user agent) can select a preferred representation by redirecting its request to one or more of those identifiers."',spec_title:"RFC7231#6.4.1",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.4.1"},301:{code:301,text:"Moved Permanently",description:'"The target resource has been assigned a new permanent URI and any future references to this resource ought to use one of the enclosed URIs."',spec_title:"RFC7231#6.4.2",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.4.2"},302:{code:302,text:"Found",description:'"The target resource resides temporarily under a different URI."',spec_title:"RFC7231#6.4.3",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.4.3"},303:{code:303,text:"See Other",description:'"The server is redirecting the user agent to a different resource, as indicated by a URI in the Location header field, that is intended to provide an indirect response to the original request."',spec_title:"RFC7231#6.4.4",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.4.4"},304:{code:304,text:"Not Modified",description:'"A conditional GET request has been received and would have resulted in a 200 (OK) response if it were not for the fact that the condition has evaluated to false."',spec_title:"RFC7232#4.1",spec_href:"http://tools.ietf.org/html/rfc7232#section-4.1"},305:{code:305,text:"Use Proxy",description:"*deprecated*",spec_title:"RFC7231#6.4.5",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.4.5"},307:{code:307,text:"Temporary Redirect",description:'"The target resource resides temporarily under a different URI and the user agent MUST NOT change the request method if it performs an automatic redirection to that URI."',spec_title:"RFC7231#6.4.7",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.4.7"},400:{code:400,text:"Bad Request",description:'"The server cannot or will not process the request because the received syntax is invalid, nonsensical, or exceeds some limitation on what the server is willing to process."',spec_title:"RFC7231#6.5.1",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.1"},401:{code:401,text:"Unauthorized",description:'"The request has not been applied because it lacks valid authentication credentials for the target resource."',spec_title:"RFC7235#6.3.1",spec_href:"http://tools.ietf.org/html/rfc7235#section-3.1"},402:{code:402,text:"Payment Required",description:"*reserved*",spec_title:"RFC7231#6.5.2",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.2"},403:{code:403,text:"Forbidden",description:'"The server understood the request but refuses to authorize it."',spec_title:"RFC7231#6.5.3",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.3"},404:{code:404,text:"Not Found",description:'"The origin server did not find a current representation for the target resource or is not willing to disclose that one exists."',spec_title:"RFC7231#6.5.4",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.4"},405:{code:405,text:"Method Not Allowed",description:'"The method specified in the request-line is known by the origin server but not supported by the target resource."',spec_title:"RFC7231#6.5.5",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.5"},406:{code:406,text:"Not Acceptable",description:'"The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation."',spec_title:"RFC7231#6.5.6",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.6"},407:{code:407,text:"Proxy Authentication Required",description:'"The client needs to authenticate itself in order to use a proxy."',spec_title:"RFC7231#6.3.2",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.3.2"},408:{code:408,text:"Request Timeout",description:'"The server did not receive a complete request message within the time that it was prepared to wait."',spec_title:"RFC7231#6.5.7",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.7"},409:{code:409,text:"Conflict",description:'"The request could not be completed due to a conflict with the current state of the resource."',spec_title:"RFC7231#6.5.8",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.8"},410:{code:410,text:"Gone",description:'"Access to the target resource is no longer available at the origin server and that this condition is likely to be permanent."',spec_title:"RFC7231#6.5.9",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.9"},411:{code:411,text:"Length Required",description:'"The server refuses to accept the request without a defined Content-Length."',spec_title:"RFC7231#6.5.10",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.10"},412:{code:412,text:"Precondition Failed",description:'"One or more preconditions given in the request header fields evaluated to false when tested on the server."',spec_title:"RFC7232#4.2",spec_href:"http://tools.ietf.org/html/rfc7232#section-4.2"},413:{code:413,text:"Payload Too Large",description:'"The server is refusing to process a request because the request payload is larger than the server is willing or able to process."',spec_title:"RFC7231#6.5.11",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.11"},414:{code:414,text:"URI Too Long",description:'"The server is refusing to service the request because the request-target is longer than the server is willing to interpret."',spec_title:"RFC7231#6.5.12",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.12"},415:{code:415,text:"Unsupported Media Type",description:'"The origin server is refusing to service the request because the payload is in a format not supported by the target resource for this method."',spec_title:"RFC7231#6.5.13",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.13"},416:{code:416,text:"Range Not Satisfiable",description:'"None of the ranges in the request\'s Range header field overlap the current extent of the selected resource or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges."',spec_title:"RFC7233#4.4",spec_href:"http://tools.ietf.org/html/rfc7233#section-4.4"},417:{code:417,text:"Expectation Failed",description:'"The expectation given in the request\'s Expect header field could not be met by at least one of the inbound servers."',spec_title:"RFC7231#6.5.14",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.14"},418:{code:418,text:"I'm a teapot",description:'"1988 April Fools Joke. Returned by tea pots requested to brew coffee."',spec_title:"RFC 2324",spec_href:"https://tools.ietf.org/html/rfc2324"},426:{code:426,text:"Upgrade Required",description:'"The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol."',spec_title:"RFC7231#6.5.15",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.5.15"},500:{code:500,text:"Internal Server Error",description:'"The server encountered an unexpected condition that prevented it from fulfilling the request."',spec_title:"RFC7231#6.6.1",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.6.1"},501:{code:501,text:"Not Implemented",description:'"The server does not support the functionality required to fulfill the request."',spec_title:"RFC7231#6.6.2",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.6.2"},502:{code:502,text:"Bad Gateway",description:'"The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request."',spec_title:"RFC7231#6.6.3",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.6.3"},503:{code:503,text:"Service Unavailable",description:'"The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay."',spec_title:"RFC7231#6.6.4",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.6.4"},504:{code:504,text:"Gateway Time-out",description:'"The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request."',spec_title:"RFC7231#6.6.5",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.6.5"},505:{code:505,text:"HTTP Version Not Supported",description:'"The server does not support, or refuses to support, the protocol version that was used in the request message."',spec_title:"RFC7231#6.6.6",spec_href:"http://tools.ietf.org/html/rfc7231#section-6.6.6"},102:{code:102,text:"Processing",description:'"An interim response to inform the client that the server has accepted the complete request, but has not yet completed it."',spec_title:"RFC5218#10.1",spec_href:"http://tools.ietf.org/html/rfc2518#section-10.1"},207:{code:207,text:"Multi-Status",description:'"Status for multiple independent operations."',spec_title:"RFC5218#10.2",spec_href:"http://tools.ietf.org/html/rfc2518#section-10.2"},226:{code:226,text:"IM Used",description:'"The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance."',spec_title:"RFC3229#10.4.1",spec_href:"http://tools.ietf.org/html/rfc3229#section-10.4.1"},308:{code:308,text:"Permanent Redirect",description:'"The target resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs. [...] This status code is similar to 301 Moved Permanently (Section 7.3.2 of rfc7231), except that it does not allow rewriting the request method from POST to GET."',spec_title:"RFC7238",spec_href:"http://tools.ietf.org/html/rfc7238"},422:{code:422,text:"Unprocessable Entity",description:'"The server understands the content type of the request entity (hence a 415(Unsupported Media Type) status code is inappropriate), and the syntax of the request entity is correct (thus a 400 (Bad Request) status code is inappropriate) but was unable to process the contained instructions."',spec_title:"RFC5218#10.3",spec_href:"http://tools.ietf.org/html/rfc2518#section-10.3"},423:{code:423,text:"Locked",description:'"The source or destination resource of a method is locked."',spec_title:"RFC5218#10.4",spec_href:"http://tools.ietf.org/html/rfc2518#section-10.4"},424:{code:424,text:"Failed Dependency",description:'"The method could not be performed on the resource because the requested action depended on another action and that action failed."',spec_title:"RFC5218#10.5",spec_href:"http://tools.ietf.org/html/rfc2518#section-10.5"},428:{code:428,text:"Precondition Required",description:'"The origin server requires the request to be conditional."',spec_title:"RFC6585#3",spec_href:"http://tools.ietf.org/html/rfc6585#section-3"},429:{code:429,text:"Too Many Requests",description:'"The user has sent too many requests in a given amount of time ("rate limiting")."',spec_title:"RFC6585#4",spec_href:"http://tools.ietf.org/html/rfc6585#section-4"},431:{code:431,text:"Request Header Fields Too Large",description:'"The server is unwilling to process the request because its header fields are too large."',spec_title:"RFC6585#5",spec_href:"http://tools.ietf.org/html/rfc6585#section-5"},451:{code:451,text:"Unavailable For Legal Reasons",description:'"The server is denying access to the resource in response to a legal demand."',spec_title:"draft-ietf-httpbis-legally-restricted-status",spec_href:"http://tools.ietf.org/html/draft-ietf-httpbis-legally-restricted-status"},506:{code:506,text:"Variant Also Negotiates",description:'"The server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process."',spec_title:"RFC2295#8.1",spec_href:"http://tools.ietf.org/html/rfc2295#section-8.1"},507:{code:507,text:"Insufficient Storage",description:'The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request."',spec_title:"RFC5218#10.6",spec_href:"http://tools.ietf.org/html/rfc2518#section-10.6"},511:{code:511,text:"Network Authentication Required",description:'"The client needs to authenticate to gain network access."',spec_title:"RFC6585#6",spec_href:"http://tools.ietf.org/html/rfc6585#section-6"}},S=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},D=function(){},T=function(){},O=function(){function e(e){void 0===e&&(e={}),Object.assign(this,{caseSensitiveSearch:!1,dataEncapsulation:!1,delay:500,delete404:!1,passThruUnknownUrl:!1,post204:!0,post409:!1,put204:!0,put404:!1,apiBase:void 0,host:void 0,rootPath:void 0},e)}return(e=function(e,t,i,n){var a,s=arguments.length,r=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var o=e.length-1;o>=0;o--)(a=e[o])&&(r=(s<3?a(r):s>3?a(t,i,r):a(t,i))||r);return s>3&&r&&Object.defineProperty(t,i,r),r}([S("design:paramtypes",[T])],e)).\u0275fac=function(t){return new(t||e)(n.dc(T))},e.\u0275prov=n.Pb({token:e,factory:function(t){return e.\u0275fac(t)}}),e}(),E=function(){function e(e,t){void 0===t&&(t={}),this.inMemDbService=e,this.config=new O,this.requestInfoUtils=this.getRequestInfoUtils();var i=this.getLocation("/");this.config.host=i.host,this.config.rootPath=i.path,Object.assign(this.config,t)}return Object.defineProperty(e.prototype,"dbReady",{get:function(){return this.dbReadySubject||(this.dbReadySubject=new v.a(!1),this.resetDb()),this.dbReadySubject.asObservable().pipe(Object(M.a)((function(e){return e})))},enumerable:!0,configurable:!0}),e.prototype.handleRequest=function(e){var t=this;return this.dbReady.pipe(Object(L.a)((function(){return t.handleRequest_(e)})))},e.prototype.handleRequest_=function(e){var t,i=this,n=e.urlWithParams?e.urlWithParams:e.url,a=this.bind("parseRequestUrl"),s=a&&a(n,this.requestInfoUtils)||this.parseRequestUrl(n),r=s.collectionName,o=this.db[r],l={req:e,apiBase:s.apiBase,collection:o,collectionName:r,headers:this.createHeaders({"Content-Type":"application/json"}),id:this.parseId(o,r,s.id),method:this.getRequestMethod(e),query:s.query,resourceUrl:s.resourceUrl,url:n,utils:this.requestInfoUtils};if(/commands\/?$/i.test(l.apiBase))return this.commands(l);var u=this.bind(l.method);if(u){var c=u(l);if(c)return c}return this.db[r]?this.createResponse$((function(){return i.collectionHandler(l)})):this.config.passThruUnknownUrl?this.getPassThruBackend().handle(e):(t=this.createErrorResponseOptions(n,404,"Collection '"+r+"' not found"),this.createResponse$((function(){return t})))},e.prototype.addDelay=function(e){var t,i,n=this.config.delay;return 0===n?e:(t=e,i=n||500,new w.a((function(e){var n=!1,a=!1,s=t.subscribe((function(t){a=!0,setTimeout((function(){e.next(t),n&&e.complete()}),i)}),(function(t){return setTimeout((function(){return e.error(t)}),i)}),(function(){n=!0,a||e.complete()}));return function(){return s.unsubscribe()}})))},e.prototype.applyQuery=function(e,t){var i=[],n=this.config.caseSensitiveSearch?void 0:"i";t.forEach((function(e,t){e.forEach((function(e){return i.push({name:t,rx:new RegExp(decodeURI(e),n)})}))}));var a=i.length;return a?e.filter((function(e){for(var t=!0,n=a;t&&n;){var s=i[n-=1];t=s.rx.test(e[s.name])}return t})):e},e.prototype.bind=function(e){var t=this.inMemDbService[e];return t?t.bind(this.inMemDbService):void 0},e.prototype.bodify=function(e){return this.config.dataEncapsulation?{data:e}:e},e.prototype.clone=function(e){return JSON.parse(JSON.stringify(e))},e.prototype.collectionHandler=function(e){var t;switch(e.method){case"get":t=this.get(e);break;case"post":t=this.post(e);break;case"put":t=this.put(e);break;case"delete":t=this.delete(e);break;default:t=this.createErrorResponseOptions(e.url,405,"Method not allowed")}var i=this.bind("responseInterceptor");return i?i(t,e):t},e.prototype.commands=function(e){var t=this,i=e.collectionName.toLowerCase(),n=e.method,a={url:e.url};switch(i){case"resetdb":return a.status=204,this.resetDb(e).pipe(Object(L.a)((function(){return t.createResponse$((function(){return a}),!1)})));case"config":if("get"===n)a.status=200,a.body=this.clone(this.config);else{var s=this.getJsonBody(e.req);Object.assign(this.config,s),this.passThruBackend=void 0,a.status=204}break;default:a=this.createErrorResponseOptions(e.url,500,'Unknown command "'+i+'"')}return this.createResponse$((function(){return a}),!1)},e.prototype.createErrorResponseOptions=function(e,t,i){return{body:{error:""+i},url:e,headers:this.createHeaders({"Content-Type":"application/json"}),status:t}},e.prototype.createResponse$=function(e,t){void 0===t&&(t=!0);var i=this.createResponseOptions$(e),n=this.createResponse$fromResponseOptions$(i);return t?this.addDelay(n):n},e.prototype.createResponseOptions$=function(e){var t=this;return new w.a((function(i){var n;try{n=e()}catch(s){n=t.createErrorResponseOptions("",500,""+(s.message||s))}var a=n.status;try{n.statusText=function(e){return C[e].text||"Unknown Status"}(a)}catch(r){}return function(e){return e>=200&&e<300}(a)?(i.next(n),i.complete()):i.error(n),function(){}}))},e.prototype.delete=function(e){var t=e.collection,i=e.headers,n=e.id;return null==n?this.createErrorResponseOptions(e.url,404,'Missing "'+e.collectionName+'" id'):{headers:i,status:this.removeById(t,n)||!this.config.delete404?204:404}},e.prototype.findById=function(e,t){return e.find((function(e){return e.id===t}))},e.prototype.genId=function(e,t){var i=this.bind("genId");if(i){var n=i(e,t);if(null!=n)return n}return this.genIdDefault(e,t)},e.prototype.genIdDefault=function(e,t){if(!this.isCollectionIdNumeric(e,t))throw new Error("Collection '"+t+"' id type is non-numeric or unknown. Can only generate numeric ids.");var i=0;return e.reduce((function(e,t){i=Math.max(i,"number"==typeof t.id?t.id:i)}),void 0),i+1},e.prototype.get=function(e){var t=e.collection,i=e.collectionName,n=e.headers,a=e.id,s=e.query,r=e.url,o=t;return null!=a&&""!==a?o=this.findById(t,a):s&&(o=this.applyQuery(t,s)),o?{body:this.bodify(this.clone(o)),headers:n,status:200}:this.createErrorResponseOptions(r,404,"'"+i+"' with id='"+a+"' not found")},e.prototype.getLocation=function(e){if(!e.startsWith("http")){var t="undefined"==typeof document?void 0:document,i=t?t.location.protocol+"//"+t.location.host:"http://fake";e=e.startsWith("/")?i+e:i+"/"+e}return function(e){for(var t=/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/.exec(e),i={source:"",protocol:"",authority:"",userInfo:"",user:"",password:"",host:"",port:"",relative:"",path:"",directory:"",file:"",query:"",anchor:""},n=Object.keys(i),a=n.length;a--;)i[n[a]]=t[a]||"";return i}(e)},e.prototype.getPassThruBackend=function(){return this.passThruBackend?this.passThruBackend:this.passThruBackend=this.createPassThruBackend()},e.prototype.getRequestInfoUtils=function(){var e=this;return{createResponse$:this.createResponse$.bind(this),findById:this.findById.bind(this),isCollectionIdNumeric:this.isCollectionIdNumeric.bind(this),getConfig:function(){return e.config},getDb:function(){return e.db},getJsonBody:this.getJsonBody.bind(this),getLocation:this.getLocation.bind(this),getPassThruBackend:this.getPassThruBackend.bind(this),parseRequestUrl:this.parseRequestUrl.bind(this)}},e.prototype.indexOf=function(e,t){return e.findIndex((function(e){return e.id===t}))},e.prototype.parseId=function(e,t,i){if(!this.isCollectionIdNumeric(e,t))return i;var n=parseFloat(i);return isNaN(n)?i:n},e.prototype.isCollectionIdNumeric=function(e,t){return!(!e||!e[0])&&"number"==typeof e[0].id},e.prototype.parseRequestUrl=function(e){try{var t=this.getLocation(e),i=this.config.rootPath.length,n="";t.host!==this.config.host&&(i=1,n=t.protocol+"//"+t.host+"/");var a=t.path.substring(i).split("/"),s=0,r=void 0;null==this.config.apiBase?r=a[s++]:s=(r=this.config.apiBase.trim().replace(/\/$/,""))?r.split("/").length:0;var o=a[s++];return{apiBase:r+="/",collectionName:o=o&&o.split(".")[0],id:a[s++],query:this.createQueryMap(t.query),resourceUrl:n+r+o+"/"}}catch(l){throw new Error("unable to parse url '"+e+"'; original error: "+l.message)}},e.prototype.post=function(e){var t=e.collection,i=e.collectionName,n=e.headers,a=e.id,s=e.resourceUrl,r=e.url,o=this.clone(this.getJsonBody(e.req));if(null==o.id)try{o.id=a||this.genId(t,i)}catch(d){var l=d.message||"";return/id type is non-numeric/.test(l)?this.createErrorResponseOptions(r,422,l):(console.error(d),this.createErrorResponseOptions(r,500,"Failed to generate new id for '"+i+"'"))}if(a&&a!==o.id)return this.createErrorResponseOptions(r,400,"Request id does not match item.id");var u=this.indexOf(t,a=o.id),c=this.bodify(o);return-1===u?(t.push(o),n.set("Location",s+"/"+a),{headers:n,body:c,status:201}):this.config.post409?this.createErrorResponseOptions(r,409,"'"+i+"' item with id='"+a+" exists and may not be updated with POST; use PUT instead."):(t[u]=o,this.config.post204?{headers:n,status:204}:{headers:n,body:c,status:200})},e.prototype.put=function(e){var t=e.collection,i=e.collectionName,n=e.headers,a=e.id,s=e.url,r=this.clone(this.getJsonBody(e.req));if(null==r.id)return this.createErrorResponseOptions(s,404,"Missing '"+i+"' id");if(a&&a!==r.id)return this.createErrorResponseOptions(s,400,"Request for '"+i+"' id does not match item.id");var o=this.indexOf(t,a=r.id),l=this.bodify(r);return o>-1?(t[o]=r,this.config.put204?{headers:n,status:204}:{headers:n,body:l,status:200}):this.config.put404?this.createErrorResponseOptions(s,404,"'"+i+"' item with id='"+a+" not found and may not be created with PUT; use POST instead."):(t.push(r),{headers:n,body:l,status:201})},e.prototype.removeById=function(e,t){var i=this.indexOf(e,t);return i>-1&&(e.splice(i,1),!0)},e.prototype.resetDb=function(e){var t=this;this.dbReadySubject.next(!1);var i=this.inMemDbService.createDb(e);return(i instanceof w.a?i:"function"==typeof i.then?Object(k.a)(i):Object(x.a)(i)).pipe(Object(M.a)()).subscribe((function(e){t.db=e,t.dbReadySubject.next(!0)})),this.dbReady},e}(),j=i("lJxs"),A=(_=function(e,t){return(_=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)},function(e,t){function i(){this.constructor=e}_(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}),Y=function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},I=function(e,t){return function(i,n){t(i,n,e)}},F=function(e){function t(t,i,n){var a=e.call(this,t,i)||this;return a.xhrFactory=n,a}return A(t,e),t.prototype.handle=function(e){try{return this.handleRequest(e)}catch(i){var t=this.createErrorResponseOptions(e.url,500,""+(i.message||i));return this.createResponse$((function(){return t}))}},t.prototype.getJsonBody=function(e){return e.body},t.prototype.getRequestMethod=function(e){return(e.method||"get").toLowerCase()},t.prototype.createHeaders=function(e){return new s.d(e)},t.prototype.createQueryMap=function(e){var t=new Map;if(e){var i=new s.e({fromString:e});i.keys().forEach((function(e){return t.set(e,i.getAll(e))}))}return t},t.prototype.createResponse$fromResponseOptions$=function(e){return e.pipe(Object(j.a)((function(e){return new s.f(e)})))},t.prototype.createPassThruBackend=function(){try{return new s.g(this.xhrFactory)}catch(e){throw e.message="Cannot create passThru404 backend; "+(e.message||""),e}},(t=function(e,t,i,n){var a,s=arguments.length,r=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var o=e.length-1;o>=0;o--)(a=e[o])&&(r=(s<3?a(r):s>3?a(t,i,r):a(t,i))||r);return s>3&&r&&Object.defineProperty(t,i,r),r}([I(1,Object(n.q)(O)),I(1,Object(n.D)()),Y("design:paramtypes",[D,T,s.h])],t)).\u0275fac=function(e){return new(e||t)(n.dc(D),n.dc(O,8),n.dc(s.h))},t.\u0275prov=n.Pb({token:t,factory:function(e){return t.\u0275fac(e)}}),t}(E);function P(e,t,i){return new F(e,t,i)}!function(){function e(){}var t;t=e,e.forRoot=function(e,i){return{ngModule:t,providers:[{provide:D,useClass:e},{provide:O,useValue:i},{provide:s.a,useFactory:P,deps:[D,O,s.h]}]}},e.forFeature=function(e,i){return t.forRoot(e,i)},e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}})}();var R=function(){function e(){}var t;return t=e,e.forRoot=function(e,i){return{ngModule:t,providers:[{provide:D,useClass:e},{provide:O,useValue:i},{provide:s.a,useFactory:P,deps:[D,O,s.h]}]}},e.forFeature=function(e,i){return t.forRoot(e,i)},e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)}}),e}(),N=i("sYmb"),q=i("0JVi");let H=(()=>{class e{constructor(e){if(e)throw new Error("FuseModule is already loaded. Import it in the AppModule only!")}static forRoot(t){return{ngModule:e,providers:[{provide:q.a,useValue:t}]}}}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)(n.dc(e,12))}}),e})();var B=i("5HBU"),V=i("LPQX");const z={colorTheme:"theme-default",customScrollbars:!0,layout:{style:"vertical-layout-1",width:"fullwidth",navbar:{primaryBackground:"fuse-navy-700",secondaryBackground:"fuse-navy-900",folded:!1,hidden:!1,position:"left",variant:"vertical-style-1"},toolbar:{customBackgroundColor:!1,background:"fuse-white-500",hidden:!1,position:"below-static"},footer:{customBackgroundColor:!0,background:"fuse-navy-900",hidden:!1,position:"below-fixed"},sidepanel:{hidden:!1,position:"right"}}};var W=i("ofXK"),U=i("XNiG"),G=i("1G5W");const $=[],Z={lang:"en",data:{NAV:{HOME:"Home",FLOWCHART:"Flowchart",DASHBOARD:"Dashboard",ADMISSION:"Admission Form",BANK:"Panjab National Bank Branch"}}},J={lang:"tr",data:{NAV:{APPLICATIONS:"Programlar",DASHBOARDS:"Kontrol Paneli",CALENDAR:"Takvim",ECOMMERCE:"E-Ticaret",ACADEMY:"Akademi",MAIL:{TITLE:"Posta",BADGE:"15"},MAIL_NGRX:{TITLE:"Posta Ngrx",BADGE:"13"},CHAT:"Sohbet",FILE_MANAGER:"Dosya Y\xf6neticisi",CONTACTS:"Ki\u015filer",TODO:"Yap\u0131lacaklar",SCRUMBOARD:"Proje"}}};var X=i("K9xE"),Q=i("HX77"),K=i("f3OE");let ee=(()=>{class e{constructor(e){this._translateService=e}loadTranslations(...e){[...e].forEach(e=>{this._translateService.setTranslation(e.lang,e.data,!0)})}}return e.\u0275fac=function(t){return new(t||e)(n.dc(N.d))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})();var te=i("nLfN"),ie=i("pLZG");let ne=(()=>{class e{constructor(e){this._router=e,this._init()}get bufferValue(){return this._bufferValue.asObservable()}setBufferValue(e){this._bufferValue.next(e)}get mode(){return this._mode.asObservable()}setMode(e){this._mode.next(e)}get value(){return this._value.asObservable()}setValue(e){this._value.next(e)}get visible(){return this._visible.asObservable()}_init(){this._bufferValue=new v.a(0),this._mode=new v.a("indeterminate"),this._value=new v.a(0),this._visible=new v.a(!1),this._router.events.pipe(Object(ie.a)(e=>e instanceof o.e)).subscribe(()=>{this.show()}),this._router.events.pipe(Object(ie.a)(e=>e instanceof o.c||e instanceof o.d||e instanceof o.b)).subscribe(()=>{this.hide()})}show(){this._visible.next(!0)}hide(){this._visible.next(!1)}}return e.\u0275fac=function(t){return new(t||e)(n.dc(o.g))},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})();var ae=i("bv9b");function se(e,t){if(1&e&&(n.Xb(0),n.Ub(1,"mat-progress-bar",1),n.Wb()),2&e){const e=n.lc();n.Fb(1),n.rc("bufferValue",e.bufferValue)("mode",e.mode)("value",e.value)}}let re=(()=>{class e{constructor(e){this._fuseProgressBarService=e,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseProgressBarService.bufferValue.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.bufferValue=e}),this._fuseProgressBarService.mode.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.mode=e}),this._fuseProgressBarService.value.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.value=e}),this._fuseProgressBarService.visible.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.visible=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(ne))},e.\u0275cmp=n.Nb({type:e,selectors:[["fuse-progress-bar"]],decls:1,vars:1,consts:[[4,"ngIf"],["color","accent",3,"bufferValue","mode","value"]],template:function(e,t){1&e&&n.Lc(0,se,2,3,"ng-container",0),2&e&&n.rc("ngIf",t.visible)},directives:[W.t,ae.a],styles:["fuse-progress-bar{position:absolute;top:0;left:0;right:0;width:100%;z-index:99998}fuse-progress-bar mat-progress-bar .mat-progress-bar-buffer{background-color:#c5c6cb!important}"],encapsulation:2}),e})();var oe=i("EwFO");function le(e,t){1&e&&n.Ub(0,"router-outlet")}let ue=(()=>{class e{constructor(){}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=n.Nb({type:e,selectors:[["content"]],decls:1,vars:1,consts:[[4,"ngIf"]],template:function(e,t){1&e&&n.Lc(0,le,1,0,"router-outlet",0),2&e&&n.rc("ngIf",!0)},directives:[W.t,o.l],styles:["content{position:relative;z-index:1}content,content>:not(router-outlet){display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 0 auto}content>:not(router-outlet){width:100%;min-width:100%}"],encapsulation:2}),e})();var ce=i("fE3o"),de=i("XiUz"),me=i("MutI"),he=i("f0Cb"),pe=i("1jcm"),fe=i("3Pt+");function ge(e,t){if(1&e&&(n.Zb(0,"mat-list-item"),n.Zb(1,"h3",13),n.Nc(2),n.Yb(),n.Zb(3,"p",14),n.Nc(4),n.Yb(),n.Yb()),2&e){const e=t.$implicit;n.Fb(2),n.Oc(e.title),n.Fb(2),n.Oc(e.detail)}}function _e(e,t){if(1&e&&(n.Zb(0,"mat-list-item"),n.Zb(1,"h3",13),n.Nc(2),n.Yb(),n.Zb(3,"p",14),n.Nc(4),n.Yb(),n.Yb()),2&e){const e=t.$implicit;n.Fb(2),n.Oc(e.title),n.Fb(2),n.Oc(e.detail)}}let be=(()=>{class e{constructor(e){this._httpClient=e,this.date=new Date,this.settings={notify:!0,cloud:!1,retro:!0},this._unsubscribeAll=new U.a}ngOnInit(){}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(s.b))},e.\u0275cmp=n.Nb({type:e,selectors:[["quick-panel"]],decls:47,vars:17,consts:[["fxLayout","column","fxFlex","","fusePerfectScrollbar",""],["cdkFocusRegionStart","",1,"date"],["matSubheader","","cdkFocusInit",""],[1,"secondary-text","mat-display-1","mb-0","p-16"],[1,"mb-12"],["fxLayout","row","fxLayoutAlign","start start"],[1,"mat-subheading-1"],["cdkFocusRegionEnd",""],["matSubheader",""],[4,"ngFor","ngForOf"],["fxFlex","","aria-label","Notifications","labelPosition","before",1,"mat-primary",3,"ngModel","ngModelChange"],["fxFlex","","aria-label","Cloud","labelPosition","before",1,"mat-accent",3,"ngModel","ngModelChange"],["fxFlex","","aria-label","Retro Thrusters","labelPosition","before",1,"mat-warn",3,"ngModel","ngModelChange"],["matLine",""],["matLine","",1,"secondary-text"]],template:function(e,t){1&e&&(n.Zb(0,"div",0),n.Zb(1,"mat-list",1),n.Zb(2,"h3",2),n.Zb(3,"span"),n.Nc(4,"Today"),n.Yb(),n.Yb(),n.Zb(5,"div",3),n.Zb(6,"div",4),n.Nc(7),n.mc(8,"date"),n.Yb(),n.Zb(9,"div",5),n.Zb(10,"span"),n.Nc(11),n.mc(12,"date"),n.Yb(),n.Zb(13,"span",6),n.Nc(14,"th"),n.Yb(),n.Zb(15,"span"),n.Nc(16),n.mc(17,"date"),n.Yb(),n.Yb(),n.Yb(),n.Yb(),n.Ub(18,"mat-divider",7),n.Zb(19,"mat-list"),n.Zb(20,"h3",8),n.Zb(21,"span"),n.Nc(22,"Events"),n.Yb(),n.Yb(),n.Lc(23,ge,5,2,"mat-list-item",9),n.Yb(),n.Ub(24,"mat-divider"),n.Zb(25,"mat-list"),n.Zb(26,"h3",8),n.Zb(27,"span"),n.Nc(28,"Notes"),n.Yb(),n.Yb(),n.Lc(29,_e,5,2,"mat-list-item",9),n.Yb(),n.Ub(30,"mat-divider"),n.Zb(31,"mat-list"),n.Zb(32,"h3",8),n.Zb(33,"span"),n.Nc(34,"Quick Settings"),n.Yb(),n.Yb(),n.Zb(35,"mat-list-item"),n.Zb(36,"mat-slide-toggle",10),n.hc("ngModelChange",(function(e){return t.settings.notify=e})),n.Zb(37,"h3"),n.Nc(38,"Notifications"),n.Yb(),n.Yb(),n.Yb(),n.Zb(39,"mat-list-item"),n.Zb(40,"mat-slide-toggle",11),n.hc("ngModelChange",(function(e){return t.settings.cloud=e})),n.Zb(41,"h3"),n.Nc(42,"Cloud Sync"),n.Yb(),n.Yb(),n.Yb(),n.Zb(43,"mat-list-item"),n.Zb(44,"mat-slide-toggle",12),n.hc("ngModelChange",(function(e){return t.settings.retro=e})),n.Zb(45,"h3"),n.Nc(46,"Retro Thrusters"),n.Yb(),n.Yb(),n.Yb(),n.Yb(),n.Yb()),2&e&&(n.Fb(7),n.Pc(" ",n.oc(8,8,t.date,"EEEE")," "),n.Fb(4),n.Pc(" ",n.oc(12,11,t.date,"d"),""),n.Fb(5),n.Pc(" ",n.oc(17,14,t.date,"MMMM"),""),n.Fb(7),n.rc("ngForOf",t.events),n.Fb(6),n.rc("ngForOf",t.notes),n.Fb(7),n.rc("ngModel",t.settings.notify),n.Fb(4),n.rc("ngModel",t.settings.cloud),n.Fb(4),n.rc("ngModel",t.settings.retro))},directives:[de.c,de.a,oe.a,me.a,me.e,de.b,he.a,W.s,me.b,pe.a,fe.m,fe.p,l.i],pipes:[W.f],styles:["quick-panel{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1 1 auto;width:280px;min-width:280px;max-width:280px;z-index:99}quick-panel .mat-slide-toggle-content{-webkit-box-flex:1;flex:1}"],encapsulation:2}),e})();var ye=i("LvDl"),ve=i("zuHl"),we=i("/t3+"),ke=i("znSr"),xe=i("STbY");function Me(e,t){if(1&e){const e=n.ac();n.Zb(0,"button",8),n.hc("click",(function(t){return n.Dc(e),n.lc().toggleSidebarOpen("navbar")})),n.Zb(1,"mat-icon",9),n.Nc(2,"menu"),n.Yb(),n.Yb()}}function Le(e,t){1&e&&n.Ub(0,"div",10)}function Ce(e,t){1&e&&(n.Zb(0,"div",11),n.Zb(1,"div",12),n.Ub(2,"img",13),n.Yb(),n.Yb())}function Se(e,t){if(1&e){const e=n.ac();n.Zb(0,"div",14),n.Zb(1,"button",15),n.Zb(2,"div",16),n.Zb(3,"span",17),n.Nc(4),n.Yb(),n.Zb(5,"mat-icon",18),n.Nc(6,"keyboard_arrow_down"),n.Yb(),n.Yb(),n.Yb(),n.Zb(7,"mat-menu",19,20),n.Zb(9,"button",21),n.hc("click",(function(t){return n.Dc(e),n.lc().go()})),n.Zb(10,"mat-icon"),n.Nc(11,"vpn_key"),n.Yb(),n.Zb(12,"span"),n.Nc(13,"Change Password"),n.Yb(),n.Yb(),n.Zb(14,"button",22),n.hc("click",(function(t){return n.Dc(e),n.lc().logout()})),n.Zb(15,"mat-icon"),n.Nc(16,"exit_to_app"),n.Yb(),n.Zb(17,"span"),n.Nc(18,"Logout"),n.Yb(),n.Yb(),n.Yb(),n.Zb(19,"mat-menu",19,23),n.Zb(21,"button",24),n.Zb(22,"div",11),n.Zb(23,"span"),n.Nc(24,"Learn more"),n.Yb(),n.Yb(),n.Yb(),n.Yb(),n.Yb()}if(2&e){const e=n.zc(8),t=n.lc();n.Fb(1),n.rc("matMenuTriggerFor",e),n.Fb(3),n.Pc("",t.name," "),n.Fb(3),n.rc("overlapTrigger",!1),n.Fb(12),n.rc("overlapTrigger",!1),n.Fb(2),n.rc("routerLink","/components/multi-language")}}let De=(()=>{class e{constructor(e,t,i,n,a){this._fuseConfigService=e,this._fuseSidebarService=t,this._translateService=i,this.router=n,this.sharedService=a,this.name=sessionStorage.getItem("username"),this.session=sessionStorage.getItem("user"),this.userStatusOptions=[{title:"Online",icon:"icon-checkbox-marked-circle",color:"#4CAF50"},{title:"Away",icon:"icon-clock",color:"#FFC107"},{title:"Do not Disturb",icon:"icon-minus-circle",color:"#F44336"},{title:"Invisible",icon:"icon-checkbox-blank-circle-outline",color:"#BDBDBD"},{title:"Offline",icon:"icon-checkbox-blank-circle-outline",color:"#616161"}],this.languages=[{id:"en",title:"English",flag:"us"},{id:"tr",title:"Turkish",flag:"tr"}],this.navigation=$,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.horizontalNavbar="top"===e.layout.navbar.position,this.rightNavbar="right"===e.layout.navbar.position,this.hiddenNavbar=!0===e.layout.navbar.hidden}),this.selectedLanguage=ye.find(this.languages,{id:this._translateService.currentLang})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}toggleSidebarOpen(e){this._fuseSidebarService.getSidebar(e).toggleOpen()}search(e){console.log(e)}setLanguage(e){this.selectedLanguage=e,this._translateService.use(e.id)}logout(){sessionStorage.clear(),location.href=this.sharedService.base+"/#/apps/home",window.location.reload()}go(){this.router.navigateByUrl("apps/change-password")}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b),n.Tb(Q.a),n.Tb(N.d),n.Tb(o.g),n.Tb(ve.a))},e.\u0275cmp=n.Nb({type:e,selectors:[["toolbar"]],decls:9,vars:4,consts:[[1,"p-0","mat-elevation-z1"],["fxFlex","","fxFill","","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","1 0 auto","fxLayout","row","fxLayoutAlign","start center",1,"auto-adjust-cont"],["mat-icon-button","","class","navbar-toggle-button","fxHide.gt-md","",3,"click",4,"ngIf"],["class","toolbar-separator","fxHide.gt-md","",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center",4,"ngIf"],[2,"padding-left","10px"],["class","","fxFlex","0 1 auto","fxLayout","row","fxLayoutAlign","start center",4,"ngIf"],["mat-icon-button","","fxHide.gt-md","",1,"navbar-toggle-button",3,"click"],[1,"secondary-text"],["fxHide.gt-md","",1,"toolbar-separator"],["fxLayout","row","fxLayoutAlign","start center"],[1,"logo","ml-16"],["src","assets/images/logos/index.png",1,"logo-icon"],["fxFlex","0 1 auto","fxLayout","row","fxLayoutAlign","start center",1,""],["mat-button","",1,"user-button",3,"matMenuTriggerFor"],["fxLayout","row","fxLayoutAlign","center center"],["fxHide","","fxShow.gt-sm","",1,"username","mr-12"],[1,"s-16","avatar"],[3,"overlapTrigger"],["userMenu","matMenu"],["mat-menu-item","",3,"click"],["mat-menu-item","",1,"",3,"click"],["languageMenu","matMenu"],["mat-menu-item","",3,"routerLink"]],template:function(e,t){1&e&&(n.Zb(0,"mat-toolbar",0),n.Zb(1,"div",1),n.Zb(2,"div",2),n.Lc(3,Me,3,0,"button",3),n.Lc(4,Le,1,0,"div",4),n.Lc(5,Ce,3,0,"div",5),n.Zb(6,"h3",6),n.Nc(7,"Bai Najamai Nosherwan Dastur Nursery School"),n.Yb(),n.Yb(),n.Lc(8,Se,25,5,"div",7),n.Yb(),n.Yb()),2&e&&(n.Fb(3),n.rc("ngIf",!t.hiddenNavbar&&!t.rightNavbar),n.Fb(1),n.rc("ngIf",!t.hiddenNavbar&&!t.rightNavbar),n.Fb(1),n.rc("ngIf",t.horizontalNavbar),n.Fb(3),n.rc("ngIf",t.session))},directives:[we.a,de.a,de.d,de.c,de.b,W.t,b.b,ke.b,y.a,xe.c,xe.d,xe.a,o.h],styles:["toolbar{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 0 auto;z-index:4}toolbar.below{z-index:2}toolbar .mat-toolbar{position:relative;background:inherit!important;color:inherit!important}toolbar .logo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}toolbar .logo .logo-icon{width:38px}toolbar .chat-panel-toggle-button,toolbar .language-button,toolbar .quick-panel-toggle-button,toolbar .user-button,toolbar fuse-search-bar{min-width:64px;height:64px}@media screen and (max-width:599px){toolbar .chat-panel-toggle-button,toolbar .language-button,toolbar .quick-panel-toggle-button,toolbar .user-button,toolbar fuse-search-bar{height:56px}}toolbar .navbar-toggle-button{min-width:56px;height:56px}toolbar .toolbar-separator{height:64px;width:1px}@media screen and (max-width:599px){toolbar .toolbar-separator{height:56px}}@media only screen and (max-width:600px){h3{font-size:medium!important}}@media only screen and (max-width:432px){.auto-adjust-cont{display:contents!important}.auto-adjust-cont h3{white-space:normal!important;line-height:normal}}"],encapsulation:2}),e})(),Te=(()=>{class e{constructor(){}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=n.Nb({type:e,selectors:[["footer"]],decls:4,vars:0,consts:[[2,"height","40px!important"],["fxLayout","row","fxLayoutAlign","center center","fxLayoutAlign.gt-xs","space-between center","fxFlex","",2,"font-size","small"],["mat-button","","href","#","target","_blank","fxFlex","0 0 auto","fxLayout","row","fxLayoutAlign","start center"]],template:function(e,t){1&e&&(n.Zb(0,"mat-toolbar",0),n.Zb(1,"div",1),n.Zb(2,"a",2),n.Nc(3,""),n.Yb(),n.Yb(),n.Yb())},directives:[we.a,de.c,de.b,de.a,b.a],styles:["[_nghost-%COMP%]{display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 0 auto;z-index:3}[_nghost-%COMP%]   .mat-toolbar[_ngcontent-%COMP%]{background:inherit;color:inherit;box-shadow:0 -1px 1px -1px rgba(0,0,0,.2),0 0 1px 0 rgba(0,0,0,.14),0 -1px 3px 0 rgba(0,0,0,.12)}.above[_nghost-%COMP%]{position:relative;z-index:99}"]}),e})();var Oe=i("Auxj");let Ee=(()=>{class e{constructor(e,t,i){this._fuseConfigService=e,this._fuseNavigationService=t,this._fuseSidebarService=i,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseNavigationService.onNavigationChanged.pipe(Object(ie.a)(e=>null!==e),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this.navigation=this._fuseNavigationService.getCurrentNavigation()}),this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b),n.Tb(X.a),n.Tb(Q.a))},e.\u0275cmp=n.Nb({type:e,selectors:[["navbar-horizontal-style-1"]],decls:2,vars:1,consts:[[3,"ngClass"],["layout","horizontal"]],template:function(e,t){1&e&&(n.Zb(0,"div",0),n.Ub(1,"fuse-navigation",1),n.Yb()),2&e&&n.rc("ngClass",t.fuseConfig.layout.navbar.primaryBackground)},directives:[W.q,ke.a,Oe.a],styles:["navbar.horizontal-style-1{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:56px;max-height:56px;min-height:56px}"],encapsulation:2}),e})();var je=i("3E0/"),Ae=i("IzEk");const Ye=function(){return{suppressScrollX:!0}};let Ie=(()=>{class e{constructor(e,t,i,n){this._fuseConfigService=e,this._fuseNavigationService=t,this._fuseSidebarService=i,this._router=n,this._unsubscribeAll=new U.a}set directive(e){e&&(this._fusePerfectScrollbar=e,this._fuseNavigationService.onItemCollapseToggled.pipe(Object(je.a)(500),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this._fusePerfectScrollbar.update()}),this._router.events.pipe(Object(ie.a)(e=>e instanceof o.c),Object(Ae.a)(1)).subscribe(()=>{setTimeout(()=>{this._fusePerfectScrollbar.scrollToElement("navbar .nav-link.active",-120)})}))}ngOnInit(){this._router.events.pipe(Object(ie.a)(e=>e instanceof o.c),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this._fuseSidebarService.getSidebar("navbar")&&this._fuseSidebarService.getSidebar("navbar").close()}),this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e}),this._fuseNavigationService.onNavigationChanged.pipe(Object(ie.a)(e=>null!==e),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this.navigation=this._fuseNavigationService.getCurrentNavigation()})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}toggleSidebarOpened(){this._fuseSidebarService.getSidebar("navbar").toggleOpen()}toggleSidebarFolded(){this._fuseSidebarService.getSidebar("navbar").toggleFold()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b),n.Tb(X.a),n.Tb(Q.a),n.Tb(o.g))},e.\u0275cmp=n.Nb({type:e,selectors:[["navbar-vertical-style-1"]],viewQuery:function(e,t){var i;1&e&&n.Jc(oe.a,!0),2&e&&n.yc(i=n.ic())&&(t.directive=i.first)},decls:13,vars:4,consts:[[1,"navbar-top",3,"ngClass"],[1,"logo",2,"background-color","#1E2129","text-align","center"],["src","assets/images/logos/index.png"],[1,"buttons"],["mat-icon-button","","fxHide.lt-lg","",1,"toggle-sidebar-folded",3,"click"],[1,"secondary-text"],["mat-icon-button","","fxHide.gt-md","",1,"toggle-sidebar-opened",3,"click"],["fusePerfectScrollbar","",1,"navbar-scroll-container",3,"ngClass","fusePerfectScrollbarOptions"],[1,"navbar-content"],["layout","vertical",1,"material2"]],template:function(e,t){1&e&&(n.Zb(0,"div",0),n.Zb(1,"div",1),n.Ub(2,"img",2),n.Yb(),n.Zb(3,"div",3),n.Zb(4,"button",4),n.hc("click",(function(e){return t.toggleSidebarFolded()})),n.Zb(5,"mat-icon",5),n.Nc(6,"menu"),n.Yb(),n.Yb(),n.Zb(7,"button",6),n.hc("click",(function(e){return t.toggleSidebarOpened()})),n.Zb(8,"mat-icon",5),n.Nc(9,"arrow_back"),n.Yb(),n.Yb(),n.Yb(),n.Yb(),n.Zb(10,"div",7),n.Zb(11,"div",8),n.Ub(12,"fuse-navigation",9),n.Yb(),n.Yb()),2&e&&(n.rc("ngClass",t.fuseConfig.layout.navbar.secondaryBackground),n.Fb(10),n.rc("ngClass",t.fuseConfig.layout.navbar.primaryBackground)("fusePerfectScrollbarOptions",n.uc(3,Ye)))},directives:[W.q,ke.a,b.b,ke.b,y.a,oe.a,Oe.a],styles:["fuse-sidebar.navbar-fuse-sidebar{overflow:hidden}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-top{padding:12px 0;-webkit-box-pack:center;justify-content:center}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-top .buttons{display:none}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-top .logo .logo-icon{width:32px;height:32px}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-top .logo .logo-text{display:none}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .user{padding:12px 0;height:64px;min-height:64px;max-height:64px}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .user .avatar-container{position:relative;top:auto;padding:0;-webkit-transform:translateX(0);transform:translateX(0);left:auto}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .user .avatar-container .avatar{width:40px;height:40px}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .user .email,fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .user .username{display:none}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .navbar-content{padding-top:0}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-1 .navbar-scroll-container .navbar-content .material2 .nav-item .nav-link{border-radius:20px;margin:0 12px;padding:0 12px}navbar.vertical-style-1{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%}navbar.vertical-style-1.right-navbar .toggle-sidebar-opened mat-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}navbar navbar-vertical-style-1{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;height:100%}navbar navbar-vertical-style-1 .navbar-top{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-flex:1;flex:1 0 auto;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;min-height:100px;max-height:100px;height:100px;padding:12px 12px 12px 20px}@media screen and (max-width:599px){navbar navbar-vertical-style-1 .navbar-top{min-height:56px;max-height:56px;height:56px}}navbar navbar-vertical-style-1 .navbar-top .logo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}navbar navbar-vertical-style-1 .navbar-top .logo .logo-icon{width:24px;height:24px}navbar navbar-vertical-style-1 .navbar-top .logo .logo-text{margin-left:12px;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:normal}navbar navbar-vertical-style-1 .navbar-top .buttons{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}navbar navbar-vertical-style-1 .navbar-scroll-container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,transparent),color-stop(30%,transparent)),-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.25)),color-stop(40%,transparent));background:linear-gradient(transparent 30%,transparent 0),linear-gradient(rgba(0,0,0,.25),transparent 40%);background-repeat:no-repeat;background-size:100% 40px,100% 10px;background-attachment:local,scroll}navbar navbar-vertical-style-1 .navbar-scroll-container .user{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:start;justify-content:flex-start;width:100%;height:136px;min-height:136px;max-height:136px;padding:24px 0 64px}navbar navbar-vertical-style-1 .navbar-scroll-container .user .avatar-container{position:absolute;top:92px;border-radius:50%;padding:8px;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%}navbar navbar-vertical-style-1 .navbar-scroll-container .user .avatar-container .avatar{width:72px;height:72px;margin:0}navbar navbar-vertical-style-1 .navbar-scroll-container .navbar-content{-webkit-box-flex:1;flex:1 1 auto;padding-top:32px}.logo img{width:100px}@media only screen and (max-width:600px){.logo img{width:56px}}"],encapsulation:2}),e})();const Fe=function(){return{suppressScrollX:!0}};let Pe=(()=>{class e{constructor(e,t,i,n){this._fuseConfigService=e,this._fuseNavigationService=t,this._fuseSidebarService=i,this._router=n,this._unsubscribeAll=new U.a}set directive(e){e&&(this._fusePerfectScrollbar=e,this._fuseNavigationService.onItemCollapseToggled.pipe(Object(je.a)(500),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this._fusePerfectScrollbar.update()}),this._router.events.pipe(Object(ie.a)(e=>e instanceof o.c),Object(Ae.a)(1)).subscribe(()=>{setTimeout(()=>{this._fusePerfectScrollbar.scrollToElement("navbar .nav-link.active",-120)})}))}ngOnInit(){this._router.events.pipe(Object(ie.a)(e=>e instanceof o.c),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this._fuseSidebarService.getSidebar("navbar")&&this._fuseSidebarService.getSidebar("navbar").close()}),this._fuseNavigationService.onNavigationChanged.pipe(Object(ie.a)(e=>null!==e),Object(G.a)(this._unsubscribeAll)).subscribe(()=>{this.navigation=this._fuseNavigationService.getCurrentNavigation()}),this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}toggleSidebarOpened(){this._fuseSidebarService.getSidebar("navbar").toggleOpen()}toggleSidebarFolded(){this._fuseSidebarService.getSidebar("navbar").toggleFold()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b),n.Tb(X.a),n.Tb(Q.a),n.Tb(o.g))},e.\u0275cmp=n.Nb({type:e,selectors:[["navbar-vertical-style-2"]],viewQuery:function(e,t){var i;1&e&&n.Jc(oe.a,!0),2&e&&n.yc(i=n.ic())&&(t.directive=i.first)},decls:13,vars:4,consts:[[1,"navbar-header",3,"ngClass"],[1,"logo"],["src","assets/images/logos/index.png",1,"logo-icon"],[1,"logo-text"],["mat-icon-button","","fxHide.lt-lg","",1,"toggle-sidebar-folded",3,"click"],["mat-icon-button","","fxHide.gt-md","",1,"toggle-sidebar-opened",3,"click"],["fusePerfectScrollbar","",1,"navbar-content",3,"fusePerfectScrollbarOptions","ngClass"],["layout","vertical"]],template:function(e,t){1&e&&(n.Zb(0,"div",0),n.Zb(1,"div",1),n.Ub(2,"img",2),n.Zb(3,"span",3),n.Nc(4,"Dastur"),n.Yb(),n.Yb(),n.Zb(5,"button",4),n.hc("click",(function(e){return t.toggleSidebarFolded()})),n.Zb(6,"mat-icon"),n.Nc(7,"menu"),n.Yb(),n.Yb(),n.Zb(8,"button",5),n.hc("click",(function(e){return t.toggleSidebarOpened()})),n.Zb(9,"mat-icon"),n.Nc(10,"arrow_back"),n.Yb(),n.Yb(),n.Yb(),n.Zb(11,"div",6),n.Ub(12,"fuse-navigation",7),n.Yb()),2&e&&(n.rc("ngClass",t.fuseConfig.layout.navbar.secondaryBackground),n.Fb(11),n.rc("fusePerfectScrollbarOptions",n.uc(3,Fe))("ngClass",t.fuseConfig.layout.navbar.primaryBackground))},directives:[W.q,ke.a,b.b,ke.b,y.a,oe.a,Oe.a],styles:["fuse-sidebar.navbar-fuse-sidebar{overflow:hidden}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-2 .navbar-header{padding:0 13px}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-2 .navbar-header .logo .logo-text{opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}fuse-sidebar.navbar-fuse-sidebar.folded:not(.unfolded) navbar navbar-vertical-style-2 .navbar-content .material2 .nav-item .nav-link{border-radius:20px;margin:0 12px;padding:0 12px}navbar.vertical-style-2{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%}navbar.vertical-style-2.right-navbar .toggle-sidebar-opened mat-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}navbar navbar-vertical-style-2{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;height:100%}navbar navbar-vertical-style-2 .navbar-header{-webkit-box-pack:justify;justify-content:space-between;height:64px;min-height:64px;padding:0 16px 0 24px;-webkit-transition:padding .2s ease;transition:padding .2s ease;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}navbar navbar-vertical-style-2 .navbar-header,navbar navbar-vertical-style-2 .navbar-header .logo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}navbar navbar-vertical-style-2 .navbar-header .logo .logo-icon{width:38px;height:38px}navbar navbar-vertical-style-2 .navbar-header .logo .logo-text{margin-left:8px;font-size:20px;font-weight:300;letter-spacing:.4px}navbar navbar-vertical-style-2 .navbar-content{-webkit-box-flex:1;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}"],encapsulation:2}),e})();function Re(e,t){1&e&&(n.Xb(0),n.Ub(1,"navbar-horizontal-style-1"),n.Wb())}function Ne(e,t){1&e&&(n.Xb(0),n.Ub(1,"navbar-vertical-style-1"),n.Wb())}function qe(e,t){1&e&&(n.Xb(0),n.Ub(1,"navbar-vertical-style-2"),n.Wb())}let He=(()=>{class e{constructor(e,t){this._elementRef=e,this._renderer=t,this._variant="vertical-style-1"}get variant(){return this._variant}set variant(e){this._renderer.removeClass(this._elementRef.nativeElement,this.variant),this._variant=e,this._renderer.addClass(this._elementRef.nativeElement,e)}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(n.H))},e.\u0275cmp=n.Nb({type:e,selectors:[["navbar"]],inputs:{variant:"variant"},decls:3,vars:3,consts:[[4,"ngIf"]],template:function(e,t){1&e&&(n.Lc(0,Re,2,0,"ng-container",0),n.Lc(1,Ne,2,0,"ng-container",0),n.Lc(2,qe,2,0,"ng-container",0)),2&e&&(n.rc("ngIf","horizontal-style-1"===t.variant),n.Fb(1),n.rc("ngIf","vertical-style-1"===t.variant),n.Fb(1),n.rc("ngIf","vertical-style-2"===t.variant))},directives:[W.t,Ee,Ie,Pe],styles:[""],encapsulation:2}),e})();function Be(e,t){1&e&&n.Vb(0)}function Ve(e,t){1&e&&n.Vb(0)}function ze(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Ve,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function We(e,t){1&e&&n.Vb(0)}function Ue(e,t){if(1&e&&(n.Xb(0),n.Lc(1,We,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(22);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Ge(e,t){1&e&&n.Vb(0)}function $e(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Ge,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Ze(e,t){1&e&&n.Vb(0)}function Je(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Ze,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Xe(e,t){1&e&&n.Vb(0)}function Qe(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Xe,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Ke(e,t){1&e&&n.Vb(0)}function et(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Ke,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function tt(e,t){1&e&&n.Vb(0)}function it(e,t){if(1&e&&(n.Xb(0),n.Lc(1,tt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(24);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function nt(e,t){1&e&&n.Vb(0)}function at(e,t){if(1&e&&(n.Xb(0),n.Lc(1,nt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function st(e,t){1&e&&n.Vb(0)}function rt(e,t){if(1&e&&n.Ub(0,"toolbar",12),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.toolbar.customBackgroundColor?e.fuseConfig.layout.toolbar.position+" "+e.fuseConfig.layout.toolbar.background:e.fuseConfig.layout.toolbar.position)}}function ot(e,t){if(1&e&&n.Lc(0,rt,1,1,"toolbar",11),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.toolbar.hidden)}}function lt(e,t){if(1&e&&n.Ub(0,"footer",12),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.footer.customBackgroundColor?e.fuseConfig.layout.footer.position+" "+e.fuseConfig.layout.footer.background:e.fuseConfig.layout.footer.position)}}function ut(e,t){if(1&e&&n.Lc(0,lt,1,1,"footer",11),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.footer.hidden)}}function ct(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",14),n.Ub(1,"navbar",15),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function dt(e,t){if(1&e&&n.Lc(0,ct,2,2,"fuse-sidebar",13),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}function mt(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",17),n.Ub(1,"navbar",18),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function ht(e,t){if(1&e&&n.Lc(0,mt,2,2,"fuse-sidebar",16),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}const pt=function(){return{suppressScrollX:!0,updateOnRouteChange:!0}};let ft=(()=>{class e{constructor(e){this._fuseConfigService=e,this.navigation2=sessionStorage.getItem("user")?[{id:"Home",title:"Home",translate:"NAV.HOME",type:"item",icon:"home",url:"/apps/dashboards/welcome"},{id:"Admission Form",title:"Admission Form",type:"item",icon:"account_balance",url:"/apps/dashboards/form"},{id:"Panjab National Bank Branch",title:"Panjab National Bank Branch",type:"item",icon:"account_balance",url:"/apps/bank"}]:[{id:"Flowchart",title:"Flowchart",translate:"NAV.FLOWCHART",type:"item",icon:"home",url:"/apps/home"},{id:"Admission Procedure",title:"Admission Procedure",type:"item",icon:"account_balance",url:"/apps/admission-procedure"},{id:"Apply for nursary",title:"Apply For Nursary Admission",type:"item",icon:"account_balance",url:"/apps/application"},{id:"Contact us",title:"Contact us",type:"item",icon:"account_balance",url:"/apps/contact-us"},{id:"login",title:"Login",type:"item",icon:"account_balance",url:"/apps/login-2"}],this.navigation=this.navigation2,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b))},e.\u0275cmp=n.Nb({type:e,selectors:[["vertical-layout-1"]],decls:25,vars:12,consts:[[4,"ngIf"],["id","main"],["id","container-1",1,"container"],["id","container-2",1,"container"],["id","container-3","fusePerfectScrollbar","",1,"container",3,"fusePerfectScrollbarOptions"],["name","quickPanel","position","right",1,"quick-panel"],["toolbar",""],["footer",""],["leftNavbar",""],["rightNavbar",""],[4,"ngTemplateOutlet"],[3,"ngClass",4,"ngIf"],[3,"ngClass"],["name","navbar","class","navbar-fuse-sidebar","lockedOpen","gt-md",3,"folded",4,"ngIf"],["name","navbar","lockedOpen","gt-md",1,"navbar-fuse-sidebar",3,"folded"],[1,"left-navbar",3,"variant"],["name","navbar","position","right","class","navbar-fuse-sidebar","lockedOpen","gt-md",3,"folded",4,"ngIf"],["name","navbar","position","right","lockedOpen","gt-md",1,"navbar-fuse-sidebar",3,"folded"],[1,"right-navbar",3,"variant"]],template:function(e,t){1&e&&(n.Lc(0,Be,1,0,"ng-container",0),n.Zb(1,"div",1),n.Lc(2,ze,2,1,"ng-container",0),n.Zb(3,"div",2),n.Lc(4,Ue,2,1,"ng-container",0),n.Zb(5,"div",3),n.Lc(6,$e,2,1,"ng-container",0),n.Zb(7,"div",4),n.Lc(8,Je,2,1,"ng-container",0),n.Ub(9,"content"),n.Lc(10,Qe,2,1,"ng-container",0),n.Yb(),n.Lc(11,et,2,1,"ng-container",0),n.Yb(),n.Lc(12,it,2,1,"ng-container",0),n.Yb(),n.Lc(13,at,2,1,"ng-container",0),n.Yb(),n.Lc(14,st,1,0,"ng-container",0),n.Zb(15,"fuse-sidebar",5),n.Ub(16,"quick-panel"),n.Yb(),n.Lc(17,ot,1,1,"ng-template",null,6,n.Mc),n.Lc(19,ut,1,1,"ng-template",null,7,n.Mc),n.Lc(21,dt,1,1,"ng-template",null,8,n.Mc),n.Lc(23,ht,1,1,"ng-template",null,9,n.Mc)),2&e&&(n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"left"===t.fuseConfig.layout.sidepanel.position),n.Fb(2),n.rc("ngIf","above"===t.fuseConfig.layout.toolbar.position),n.Fb(2),n.rc("ngIf","left"===t.fuseConfig.layout.navbar.position),n.Fb(2),n.rc("ngIf","below-fixed"===t.fuseConfig.layout.toolbar.position),n.Fb(1),n.rc("fusePerfectScrollbarOptions",n.uc(11,pt)),n.Fb(1),n.rc("ngIf","below-static"===t.fuseConfig.layout.toolbar.position),n.Fb(2),n.rc("ngIf","below-static"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf","below-fixed"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf","right"===t.fuseConfig.layout.navbar.position),n.Fb(1),n.rc("ngIf","above"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"right"===t.fuseConfig.layout.sidepanel.position))},directives:[W.t,oe.a,ue,ce.a,be,W.A,De,W.q,ke.a,Te,He],styles:["vertical-layout-1,vertical-layout-1 #main{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%}vertical-layout-1 #main{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;z-index:1;min-width:0}vertical-layout-1 #main>.container{width:100%;min-height:0}vertical-layout-1 #main>.container,vertical-layout-1 #main>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 0%;min-width:0}vertical-layout-1 #main>.container>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}vertical-layout-1 #main>.container>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}vertical-layout-1 #main>.container>.container>.container content.inner-scroll{-webkit-box-flex:1;flex:1 1 0%;min-height:0}vertical-layout-1 #main>.container>.container>.container content.inner-scroll>:not(router-outlet){-webkit-box-flex:1;flex:1 1 0%}"],encapsulation:2}),e})();function gt(e,t){1&e&&n.Vb(0)}function _t(e,t){1&e&&n.Vb(0)}function bt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,_t,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function yt(e,t){1&e&&n.Vb(0)}function vt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,yt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function wt(e,t){1&e&&n.Vb(0)}function kt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,wt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(22);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function xt(e,t){1&e&&n.Vb(0)}function Mt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,xt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Lt(e,t){1&e&&n.Vb(0)}function Ct(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Lt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function St(e,t){1&e&&n.Vb(0)}function Dt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,St,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(24);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Tt(e,t){1&e&&n.Vb(0)}function Ot(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Tt,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Et(e,t){1&e&&n.Vb(0)}function jt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Et,1,0,"ng-container",10),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function At(e,t){1&e&&n.Vb(0)}function Yt(e,t){if(1&e&&n.Ub(0,"toolbar",12),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.toolbar.customBackgroundColor?e.fuseConfig.layout.toolbar.position+" "+e.fuseConfig.layout.toolbar.background:e.fuseConfig.layout.toolbar.position)}}function It(e,t){if(1&e&&n.Lc(0,Yt,1,1,"toolbar",11),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.toolbar.hidden)}}function Ft(e,t){if(1&e&&n.Ub(0,"footer",12),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.footer.customBackgroundColor?e.fuseConfig.layout.footer.position+" "+e.fuseConfig.layout.footer.background:e.fuseConfig.layout.footer.position)}}function Pt(e,t){if(1&e&&n.Lc(0,Ft,1,1,"footer",11),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.footer.hidden)}}function Rt(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",14),n.Ub(1,"navbar",15),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function Nt(e,t){if(1&e&&n.Lc(0,Rt,2,2,"fuse-sidebar",13),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}function qt(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",17),n.Ub(1,"navbar",18),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function Ht(e,t){if(1&e&&n.Lc(0,qt,2,2,"fuse-sidebar",16),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}const Bt=function(){return{suppressScrollX:!0,updateOnRouteChange:!0}};let Vt=(()=>{class e{constructor(e){this._fuseConfigService=e,this.navigation=$,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b))},e.\u0275cmp=n.Nb({type:e,selectors:[["vertical-layout-2"]],decls:25,vars:12,consts:[[4,"ngIf"],["id","main"],["id","container-1","fusePerfectScrollbar","",1,"container",3,"fusePerfectScrollbarOptions"],["id","container-2",1,"container"],["id","container-3",1,"container"],["name","quickPanel","position","right",1,"quick-panel"],["toolbar",""],["footer",""],["leftNavbar",""],["rightNavbar",""],[4,"ngTemplateOutlet"],[3,"ngClass",4,"ngIf"],[3,"ngClass"],["name","navbar","class","navbar-fuse-sidebar","lockedOpen","gt-md",3,"folded",4,"ngIf"],["name","navbar","lockedOpen","gt-md",1,"navbar-fuse-sidebar",3,"folded"],[1,"left-navbar",3,"variant"],["name","navbar","position","right","class","navbar-fuse-sidebar","lockedOpen","gt-md",3,"folded",4,"ngIf"],["name","navbar","position","right","lockedOpen","gt-md",1,"navbar-fuse-sidebar",3,"folded"],[1,"right-navbar",3,"variant"]],template:function(e,t){1&e&&(n.Lc(0,gt,1,0,"ng-container",0),n.Zb(1,"div",1),n.Lc(2,bt,2,1,"ng-container",0),n.Zb(3,"div",2),n.Lc(4,vt,2,1,"ng-container",0),n.Zb(5,"div",3),n.Lc(6,kt,2,1,"ng-container",0),n.Zb(7,"div",4),n.Lc(8,Mt,2,1,"ng-container",0),n.Ub(9,"content"),n.Lc(10,Ct,2,1,"ng-container",0),n.Yb(),n.Lc(11,Dt,2,1,"ng-container",0),n.Yb(),n.Lc(12,Ot,2,1,"ng-container",0),n.Yb(),n.Lc(13,jt,2,1,"ng-container",0),n.Yb(),n.Lc(14,At,1,0,"ng-container",0),n.Zb(15,"fuse-sidebar",5),n.Ub(16,"quick-panel"),n.Yb(),n.Lc(17,It,1,1,"ng-template",null,6,n.Mc),n.Lc(19,Pt,1,1,"ng-template",null,7,n.Mc),n.Lc(21,Nt,1,1,"ng-template",null,8,n.Mc),n.Lc(23,Ht,1,1,"ng-template",null,9,n.Mc)),2&e&&(n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"left"===t.fuseConfig.layout.sidepanel.position),n.Fb(2),n.rc("ngIf","above-fixed"===t.fuseConfig.layout.toolbar.position),n.Fb(1),n.rc("fusePerfectScrollbarOptions",n.uc(11,Bt)),n.Fb(1),n.rc("ngIf","above-static"===t.fuseConfig.layout.toolbar.position),n.Fb(2),n.rc("ngIf","left"===t.fuseConfig.layout.navbar.position),n.Fb(2),n.rc("ngIf","below"===t.fuseConfig.layout.toolbar.position),n.Fb(2),n.rc("ngIf","below"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf","right"===t.fuseConfig.layout.navbar.position),n.Fb(1),n.rc("ngIf","above-static"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf","above-fixed"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"right"===t.fuseConfig.layout.sidepanel.position))},directives:[W.t,oe.a,ue,ce.a,be,W.A,De,W.q,ke.a,Te,He],styles:["vertical-layout-2{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%}vertical-layout-2 #main{height:100%;z-index:1;min-width:0}vertical-layout-2 #main,vertical-layout-2 #main>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}vertical-layout-2 #main>.container{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}vertical-layout-2 #main>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 0 auto;width:100%}vertical-layout-2 #main>.container>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:0}"],encapsulation:2}),e})();function zt(e,t){1&e&&(n.Xb(0),n.Zb(1,"fuse-sidebar",10),n.Ub(2,"chat-panel"),n.Yb(),n.Wb()),2&e&&(n.Fb(1),n.rc("folded",!0)("foldedWidth",70)("foldedAutoTriggerOnHover",!1))}function Wt(e,t){1&e&&n.Vb(0)}function Ut(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Wt,1,0,"ng-container",11),n.Wb()),2&e){n.lc();const e=n.zc(15);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Gt(e,t){1&e&&n.Vb(0)}function $t(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Gt,1,0,"ng-container",11),n.Wb()),2&e){n.lc();const e=n.zc(15);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Zt(e,t){1&e&&n.Vb(0)}function Jt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Zt,1,0,"ng-container",11),n.Wb()),2&e){n.lc();const e=n.zc(19);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Xt(e,t){1&e&&n.Vb(0)}function Qt(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Xt,1,0,"ng-container",11),n.Wb()),2&e){n.lc();const e=n.zc(21);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Kt(e,t){1&e&&n.Vb(0)}function ei(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Kt,1,0,"ng-container",11),n.Wb()),2&e){n.lc();const e=n.zc(17);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function ti(e,t){1&e&&n.Vb(0)}function ii(e,t){if(1&e&&(n.Xb(0),n.Lc(1,ti,1,0,"ng-container",11),n.Wb()),2&e){n.lc();const e=n.zc(17);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function ni(e,t){1&e&&(n.Xb(0),n.Zb(1,"fuse-sidebar",12),n.Ub(2,"chat-panel"),n.Yb(),n.Wb()),2&e&&(n.Fb(1),n.rc("folded",!0)("foldedWidth",70)("foldedAutoTriggerOnHover",!1))}function ai(e,t){if(1&e&&n.Ub(0,"toolbar",4),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.toolbar.customBackgroundColor?e.fuseConfig.layout.toolbar.position+" "+e.fuseConfig.layout.toolbar.background:e.fuseConfig.layout.toolbar.position)}}function si(e,t){if(1&e&&n.Lc(0,ai,1,1,"toolbar",13),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.toolbar.hidden)}}function ri(e,t){if(1&e&&n.Ub(0,"footer",4),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.footer.customBackgroundColor?e.fuseConfig.layout.footer.position+" "+e.fuseConfig.layout.footer.background:e.fuseConfig.layout.footer.position)}}function oi(e,t){if(1&e&&n.Lc(0,ri,1,1,"footer",13),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.footer.hidden)}}function li(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",15),n.Ub(1,"navbar",16),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function ui(e,t){if(1&e&&n.Lc(0,li,2,2,"fuse-sidebar",14),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}function ci(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",18),n.Ub(1,"navbar",19),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function di(e,t){if(1&e&&n.Lc(0,ci,2,2,"fuse-sidebar",17),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}const mi=function(){return{suppressScrollX:!0,updateOnRouteChange:!0}},hi=function(e,t){return{"ml-32":e,"mr-32":t}};let pi=(()=>{class e{constructor(e){this._fuseConfigService=e,this.navigation=$,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b))},e.\u0275cmp=n.Nb({type:e,selectors:[["vertical-layout-3"]],decls:22,vars:14,consts:[[4,"ngIf"],["id","main"],["id","container-1","fusePerfectScrollbar","",1,"container",3,"fusePerfectScrollbarOptions"],["id","container-2",1,"container"],[3,"ngClass"],["name","quickPanel","position","right",1,"quick-panel"],["toolbar",""],["footer",""],["leftNavbar",""],["rightNavbar",""],["name","chatPanel","position","left","lockedOpen","gt-md",1,"chat-panel","left-chat-panel",3,"folded","foldedWidth","foldedAutoTriggerOnHover"],[4,"ngTemplateOutlet"],["name","chatPanel","position","right","lockedOpen","gt-md",1,"chat-panel","right-chat-panel",3,"folded","foldedWidth","foldedAutoTriggerOnHover"],[3,"ngClass",4,"ngIf"],["name","navbar","class","navbar-fuse-sidebar","lockedOpen","gt-md",3,"folded",4,"ngIf"],["name","navbar","lockedOpen","gt-md",1,"navbar-fuse-sidebar",3,"folded"],[1,"left-navbar",3,"variant"],["name","navbar","position","right","class","navbar-fuse-sidebar","lockedOpen","gt-md",3,"folded",4,"ngIf"],["name","navbar","position","right","lockedOpen","gt-md",1,"navbar-fuse-sidebar",3,"folded"],[1,"right-navbar",3,"variant"]],template:function(e,t){1&e&&(n.Lc(0,zt,3,3,"ng-container",0),n.Zb(1,"div",1),n.Lc(2,Ut,2,1,"ng-container",0),n.Zb(3,"div",2),n.Lc(4,$t,2,1,"ng-container",0),n.Zb(5,"div",3),n.Lc(6,Jt,2,1,"ng-container",0),n.Ub(7,"content",4),n.Lc(8,Qt,2,1,"ng-container",0),n.Yb(),n.Lc(9,ei,2,1,"ng-container",0),n.Yb(),n.Lc(10,ii,2,1,"ng-container",0),n.Yb(),n.Lc(11,ni,3,3,"ng-container",0),n.Zb(12,"fuse-sidebar",5),n.Ub(13,"quick-panel"),n.Yb(),n.Lc(14,si,1,1,"ng-template",null,6,n.Mc),n.Lc(16,oi,1,1,"ng-template",null,7,n.Mc),n.Lc(18,ui,1,1,"ng-template",null,8,n.Mc),n.Lc(20,di,1,1,"ng-template",null,9,n.Mc)),2&e&&(n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"left"===t.fuseConfig.layout.sidepanel.position),n.Fb(2),n.rc("ngIf","above-fixed"===t.fuseConfig.layout.toolbar.position),n.Fb(1),n.rc("fusePerfectScrollbarOptions",n.uc(10,mi)),n.Fb(1),n.rc("ngIf","above-static"===t.fuseConfig.layout.toolbar.position),n.Fb(2),n.rc("ngIf","left"===t.fuseConfig.layout.navbar.position),n.Fb(1),n.rc("ngClass",n.wc(11,hi,"left"===t.fuseConfig.layout.navbar.position,"right"===t.fuseConfig.layout.navbar.position)),n.Fb(1),n.rc("ngIf","right"===t.fuseConfig.layout.navbar.position),n.Fb(1),n.rc("ngIf","above-static"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf","above-fixed"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"right"===t.fuseConfig.layout.sidepanel.position))},directives:[W.t,oe.a,ue,W.q,ke.a,ce.a,be,W.A,De,Te,He],styles:["vertical-layout-3{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%}vertical-layout-3 #main{height:100%;z-index:1;min-width:0}vertical-layout-3 #main,vertical-layout-3 #main>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}vertical-layout-3 #main>.container{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}vertical-layout-3 #main>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 0 auto;width:100%;min-width:0;padding:32px}vertical-layout-3 #main>.container>.container>content{-webkit-box-flex:1;flex:1 1 auto;min-width:0;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}"],encapsulation:2}),e})();function fi(e,t){1&e&&(n.Xb(0),n.Zb(1,"fuse-sidebar",11),n.Ub(2,"chat-panel"),n.Yb(),n.Wb()),2&e&&(n.Fb(1),n.rc("folded",!0)("foldedWidth",70)("foldedAutoTriggerOnHover",!1))}function gi(e,t){1&e&&n.Vb(0)}function _i(e,t){if(1&e&&(n.Xb(0),n.Lc(1,gi,1,0,"ng-container",2),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function bi(e,t){1&e&&n.Vb(0)}function yi(e,t){1&e&&n.Vb(0)}function vi(e,t){if(1&e&&(n.Xb(0),n.Lc(1,yi,1,0,"ng-container",2),n.Wb()),2&e){n.lc();const e=n.zc(18);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function wi(e,t){1&e&&n.Vb(0)}function ki(e,t){1&e&&n.Vb(0)}function xi(e,t){if(1&e&&(n.Xb(0),n.Lc(1,ki,1,0,"ng-container",2),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Mi(e,t){1&e&&n.Vb(0)}function Li(e,t){if(1&e&&(n.Xb(0),n.Lc(1,Mi,1,0,"ng-container",2),n.Wb()),2&e){n.lc();const e=n.zc(20);n.Fb(1),n.rc("ngTemplateOutlet",e)}}function Ci(e,t){1&e&&n.Vb(0)}function Si(e,t){if(1&e&&n.Ub(0,"toolbar",13),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.toolbar.customBackgroundColor?e.fuseConfig.layout.toolbar.position+" "+e.fuseConfig.layout.toolbar.background:e.fuseConfig.layout.toolbar.position)}}function Di(e,t){if(1&e&&n.Lc(0,Si,1,1,"toolbar",12),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.toolbar.hidden)}}function Ti(e,t){if(1&e&&n.Ub(0,"footer",13),2&e){const e=n.lc(2);n.rc("ngClass",!0===e.fuseConfig.layout.footer.customBackgroundColor?e.fuseConfig.layout.footer.position+" "+e.fuseConfig.layout.footer.background:e.fuseConfig.layout.footer.position)}}function Oi(e,t){if(1&e&&n.Lc(0,Ti,1,1,"footer",12),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.footer.hidden)}}function Ei(e,t){1&e&&n.Ub(0,"navbar",15)}function ji(e,t){if(1&e&&n.Lc(0,Ei,1,0,"navbar",14),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}function Ai(e,t){if(1&e&&(n.Zb(0,"fuse-sidebar",17),n.Ub(1,"navbar",18),n.Yb()),2&e){const e=n.lc(2);n.rc("folded",e.fuseConfig.layout.navbar.folded),n.Fb(1),n.rc("variant",e.fuseConfig.layout.navbar.variant)}}function Yi(e,t){if(1&e&&n.Lc(0,Ai,2,2,"fuse-sidebar",16),2&e){const e=n.lc();n.rc("ngIf",!e.fuseConfig.layout.navbar.hidden)}}const Ii=function(){return{suppressScrollX:!0,updateOnRouteChange:!0}};let Fi=(()=>{class e{constructor(e){this._fuseConfigService=e,this.navigation2=sessionStorage.getItem("user")?[{id:"Home",title:"Home",translate:"NAV.HOME",type:"item",icon:"home",url:"/apps/dashboards/welcome"},{id:"Admission Form",title:"Admission Form",type:"item",icon:"account_balance",url:"/apps/dashboards/form"},{id:"Panjab National Bank Branch",title:"Panjab National Bank Branch",type:"item",icon:"account_balance",url:"/apps/bank"}]:[{id:"Home",title:"Home",translate:"NAV.HOME",type:"item",icon:"home",url:"/apps/home"},{id:"Admission Procedure",title:"Admission Procedure",type:"item",icon:"account_balance",url:"/apps/admission-procedure"},{id:"Apply for nursary",title:"Apply For Nursary Admission",type:"item",icon:"account_balance",url:"/apps/application"},{id:"Contact us",title:"Contact us",type:"item",icon:"account_balance",url:"/apps/contact-us"},{id:"login",title:"Login",type:"item",icon:"account_balance",url:"/apps/login-2"}],this.navigation=this.navigation2,this._unsubscribeAll=new U.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(q.b))},e.\u0275cmp=n.Nb({type:e,selectors:[["horizontal-layout-1"]],decls:25,vars:10,consts:[[4,"ngIf"],["id","main"],[4,"ngTemplateOutlet"],["id","container-1",1,"container"],["id","container-2",1,"container"],["id","container-3","fusePerfectScrollbar","",1,"container",3,"fusePerfectScrollbarOptions"],["name","quickPanel","position","right",1,"quick-panel"],["toolbar",""],["footer",""],["topNavbar",""],["leftNavbar",""],["name","chatPanel","position","left","lockedOpen","gt-md",1,"chat-panel","left-chat-panel",3,"folded","foldedWidth","foldedAutoTriggerOnHover"],[3,"ngClass",4,"ngIf"],[3,"ngClass"],["variant","horizontal-style-1","class","top-navbar","fxHide","","fxShow.gt-md","",4,"ngIf"],["variant","horizontal-style-1","fxHide","","fxShow.gt-md","",1,"top-navbar"],["name","navbar","class","navbar-fuse-sidebar",3,"folded",4,"ngIf"],["name","navbar",1,"navbar-fuse-sidebar",3,"folded"],[1,"left-navbar",3,"variant"]],template:function(e,t){if(1&e&&(n.Lc(0,fi,3,3,"ng-container",0),n.Zb(1,"div",1),n.Lc(2,_i,2,1,"ng-container",0),n.Xb(3),n.Lc(4,bi,1,0,"ng-container",2),n.Wb(),n.Lc(5,vi,2,1,"ng-container",0),n.Zb(6,"div",3),n.Xb(7),n.Lc(8,wi,1,0,"ng-container",2),n.Wb(),n.Zb(9,"div",4),n.Zb(10,"div",5),n.Ub(11,"content"),n.Lc(12,xi,2,1,"ng-container",0),n.Yb(),n.Yb(),n.Yb(),n.Lc(13,Li,2,1,"ng-container",0),n.Yb(),n.Lc(14,Ci,1,0,"ng-container",0),n.Zb(15,"fuse-sidebar",6),n.Ub(16,"quick-panel"),n.Yb(),n.Lc(17,Di,1,1,"ng-template",null,7,n.Mc),n.Lc(19,Oi,1,1,"ng-template",null,8,n.Mc),n.Lc(21,ji,1,1,"ng-template",null,9,n.Mc),n.Lc(23,Yi,1,1,"ng-template",null,10,n.Mc)),2&e){const e=n.zc(22),i=n.zc(24);n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"left"===t.fuseConfig.layout.sidepanel.position),n.Fb(2),n.rc("ngIf","above"===t.fuseConfig.layout.toolbar.position),n.Fb(2),n.rc("ngTemplateOutlet",e),n.Fb(1),n.rc("ngIf","below"===t.fuseConfig.layout.toolbar.position),n.Fb(3),n.rc("ngTemplateOutlet",i),n.Fb(2),n.rc("fusePerfectScrollbarOptions",n.uc(9,Ii)),n.Fb(2),n.rc("ngIf","above-static"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf","above-fixed"===t.fuseConfig.layout.footer.position),n.Fb(1),n.rc("ngIf",!t.fuseConfig.layout.sidepanel.hidden&&"right"===t.fuseConfig.layout.sidepanel.position)}},directives:[W.t,W.A,oe.a,ue,ce.a,be,De,W.q,ke.a,Te,He,ke.b],styles:["horizontal-layout-1,horizontal-layout-1 #main{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%}horizontal-layout-1 #main{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;z-index:1;min-width:0}horizontal-layout-1 #main>.container{width:100%;min-height:0}horizontal-layout-1 #main>.container,horizontal-layout-1 #main>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 0%;min-width:0}horizontal-layout-1 #main>.container>.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}horizontal-layout-1 #main>.container>.container>.container{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}horizontal-layout-1 #main>.container>.container>.container content.inner-scroll{-webkit-box-flex:1;flex:1 1 0%;min-height:0}horizontal-layout-1 #main>.container>.container>.container content.inner-scroll>:not(router-outlet){-webkit-box-flex:1;flex:1 1 0%}"],encapsulation:2}),e})();function Pi(e,t){1&e&&(n.Xb(0),n.Ub(1,"vertical-layout-1"),n.Wb())}function Ri(e,t){1&e&&(n.Xb(0),n.Ub(1,"vertical-layout-2"),n.Wb())}function Ni(e,t){1&e&&(n.Xb(0),n.Ub(1,"vertical-layout-3"),n.Wb())}function qi(e,t){1&e&&(n.Xb(0),n.Ub(1,"horizontal-layout-1"),n.Wb())}let Hi=(()=>{class e{constructor(e,t,i,n,a,s,r,o){this.document=e,this._fuseConfigService=t,this._fuseNavigationService=i,this._fuseSidebarService=n,this._fuseSplashScreenService=a,this._fuseTranslationLoaderService=s,this._translateService=r,this._platform=o,this.navigation=$,this._fuseNavigationService.register("main",this.navigation),this._fuseNavigationService.setCurrentNavigation("main"),this._translateService.addLangs(["en","tr"]),this._translateService.setDefaultLang("en"),this._fuseTranslationLoaderService.loadTranslations(Z,J),this._translateService.use("en"),(this._platform.ANDROID||this._platform.IOS)&&this.document.body.classList.add("is-mobile"),this._unsubscribeAll=new U.a}ngOnInit(){this._fuseConfigService.config.pipe(Object(G.a)(this._unsubscribeAll)).subscribe(e=>{this.fuseConfig=e,"boxed"===this.fuseConfig.layout.width?this.document.body.classList.add("boxed"):this.document.body.classList.remove("boxed");for(let t=0;t<this.document.body.classList.length;t++){const e=this.document.body.classList[t];e.startsWith("theme-")&&this.document.body.classList.remove(e)}this.document.body.classList.add(this.fuseConfig.colorTheme)})}ngOnDestroy(){this._unsubscribeAll.next(),this._unsubscribeAll.complete()}toggleSidebarOpen(e){this._fuseSidebarService.getSidebar(e).toggleOpen()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(W.e),n.Tb(q.b),n.Tb(X.a),n.Tb(Q.a),n.Tb(K.a),n.Tb(ee),n.Tb(N.d),n.Tb(te.a))},e.\u0275cmp=n.Nb({type:e,selectors:[["app"]],decls:5,vars:4,consts:[[4,"ngIf"]],template:function(e,t){1&e&&(n.Ub(0,"fuse-progress-bar"),n.Lc(1,Pi,2,0,"ng-container",0),n.Lc(2,Ri,2,0,"ng-container",0),n.Lc(3,Ni,2,0,"ng-container",0),n.Lc(4,qi,2,0,"ng-container",0)),2&e&&(n.Fb(1),n.rc("ngIf","vertical-layout-1"===t.fuseConfig.layout.style),n.Fb(1),n.rc("ngIf","vertical-layout-2"===t.fuseConfig.layout.style),n.Fb(1),n.rc("ngIf","vertical-layout-3"===t.fuseConfig.layout.style),n.Fb(1),n.rc("ngIf","horizontal-layout-1"===t.fuseConfig.layout.style))},directives:[re,W.t,ft,Vt,pi,Fi],styles:["[_nghost-%COMP%]{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto;width:100%;height:100%;min-width:0}[_nghost-%COMP%]   .theme-options-button[_ngcontent-%COMP%]{position:absolute;top:160px;right:0;width:48px;height:48px;line-height:48px;text-align:center;cursor:pointer;border-radius:0;margin:0;pointer-events:auto;opacity:.9;z-index:998}@media screen and (min-width:1280px){[_nghost-%COMP%]   .theme-options-button.right-side-panel[_ngcontent-%COMP%]{right:70px}}[_nghost-%COMP%]   .theme-options-button.side-panel-hidden[_ngcontent-%COMP%]{right:0!important}[_nghost-%COMP%]   .theme-options-button[_ngcontent-%COMP%]   mat-icon[_ngcontent-%COMP%]{-webkit-animation:rotating 3s linear infinite;animation:rotating 3s linear infinite}[_nghost-%COMP%]   .theme-options-button[_ngcontent-%COMP%]:hover{opacity:1}[_nghost-%COMP%]   .theme-options-sidebar[_ngcontent-%COMP%]{width:360px;min-width:360px;max-width:360px}"]}),e})(),Bi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[o.k,B.a]]}),e})(),Vi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[o.k,b.c,y.b,we.b,B.a]]}),e})(),zi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[b.c,y.b,B.a,V.d]]}),e})(),Wi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[b.c,y.b,B.a,V.d]]}),e})(),Ui=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[b.c,y.b,B.a,V.d]]}),e})(),Gi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[B.a,zi,Wi,Ui]]}),e})(),$i=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[he.b,me.c,pe.b,B.a]]}),e})(),Zi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[o.k,b.c,y.b,xe.b,we.b,B.a,V.f,V.g]]}),e})(),Ji=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[o.k,B.a,V.h,Bi,Vi,Gi,$i,Zi]]}),e})(),Xi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[o.k,B.a,V.h,Bi,Vi,Gi,$i,Zi]]}),e})(),Qi=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[o.k,B.a,V.h,Bi,Vi,Gi,$i,Zi]]}),e})();var Ki=i("vxfF");i("8LU1"),i("FtGj"),i("xgIS"),i("VRyK"),i("/uUt"),i("JX91"),i("Kj3r"),i("R0Ic"),i("u47x"),i("cH1L");let en=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[W.c,l.h,Ki.c,te.b],l.h]}),e})(),tn=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[en,B.a,V.h,V.i,Bi,Vi,Gi,$i,Zi]]}),e})(),nn=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[Ji,Xi,Qi,tn],Ji,Xi,Qi,tn]}),e})();var an=i("tIkO");let sn=(()=>{class e{}return e.projects=[{name:"ACME Corp. Backend App"},{name:"ACME Corp. Frontend App"},{name:"Creapond"},{name:"Withinpixels"}],e.widgets={widget1:{ranges:{DY:"Yesterday",DT:"Today",DTM:"Tomorrow"},currentRange:"DT",data:{label:"DUE TASKS",count:{DY:21,DT:25,DTM:19},extra:{label:"Completed",count:{DY:6,DT:7,DTM:"-"}}},detail:"You can show some detailed information about this widget in here."},widget2:{title:"Overdue",data:{label:"TASKS",count:4,extra:{label:"Yesterday's overdue",count:2}},detail:"You can show some detailed information about this widget in here."},widget3:{title:"Issues",data:{label:"OPEN",count:32,extra:{label:"Closed today",count:0}},detail:"You can show some detailed information about this widget in here."},widget4:{title:"Features",data:{label:"PROPOSALS",count:42,extra:{label:"Implemented",count:8}},detail:"You can show some detailed information about this widget in here."},widget5:{title:"Github Issues",ranges:{TW:"This Week",LW:"Last Week","2W":"2 Weeks Ago"},mainChart:{"2W":[{name:"Mon",series:[{name:"issues",value:37},{name:"closed issues",value:9}]},{name:"Tue",series:[{name:"issues",value:32},{name:"closed issues",value:12}]},{name:"Wed",series:[{name:"issues",value:39},{name:"closed issues",value:9}]},{name:"Thu",series:[{name:"issues",value:27},{name:"closed issues",value:12}]},{name:"Fri",series:[{name:"issues",value:18},{name:"closed issues",value:7}]},{name:"Sat",series:[{name:"issues",value:24},{name:"closed issues",value:8}]},{name:"Sun",series:[{name:"issues",value:20},{name:"closed issues",value:16}]}],LW:[{name:"Mon",series:[{name:"issues",value:37},{name:"closed issues",value:12}]},{name:"Tue",series:[{name:"issues",value:24},{name:"closed issues",value:8}]},{name:"Wed",series:[{name:"issues",value:51},{name:"closed issues",value:7}]},{name:"Thu",series:[{name:"issues",value:31},{name:"closed issues",value:13}]},{name:"Fri",series:[{name:"issues",value:29},{name:"closed issues",value:7}]},{name:"Sat",series:[{name:"issues",value:17},{name:"closed issues",value:6}]},{name:"Sun",series:[{name:"issues",value:31},{name:"closed issues",value:10}]}],TW:[{name:"Mon",series:[{name:"issues",value:42},{name:"closed issues",value:11}]},{name:"Tue",series:[{name:"issues",value:28},{name:"closed issues",value:10}]},{name:"Wed",series:[{name:"issues",value:43},{name:"closed issues",value:8}]},{name:"Thu",series:[{name:"issues",value:34},{name:"closed issues",value:11}]},{name:"Fri",series:[{name:"issues",value:20},{name:"closed issues",value:8}]},{name:"Sat",series:[{name:"issues",value:25},{name:"closed issues",value:10}]},{name:"Sun",series:[{name:"issues",value:22},{name:"closed issues",value:17}]}]},supporting:{created:{label:"CREATED",count:{"2W":48,LW:46,TW:54},chart:{"2W":[{name:"CREATED",series:[{name:"Mon",value:5},{name:"Tue",value:8},{name:"Wed",value:5},{name:"Thu",value:6},{name:"Fri",value:7},{name:"Sat",value:8},{name:"Sun",value:7}]}],LW:[{name:"Created",series:[{name:"Mon",value:6},{name:"Tue",value:3},{name:"Wed",value:7},{name:"Thu",value:5},{name:"Fri",value:5},{name:"Sat",value:4},{name:"Sun",value:7}]}],TW:[{name:"Created",series:[{name:"Mon",value:3},{name:"Tue",value:2},{name:"Wed",value:1},{name:"Thu",value:4},{name:"Fri",value:8},{name:"Sat",value:8},{name:"Sun",value:4}]}]}},closed:{label:"CLOSED",count:{"2W":27,LW:31,TW:26},chart:{"2W":[{name:"CLOSED",series:[{name:"Mon",value:3},{name:"Tue",value:2},{name:"Wed",value:1},{name:"Thu",value:4},{name:"Fri",value:8},{name:"Sat",value:8},{name:"Sun",value:4}]}],LW:[{name:"CLOSED",series:[{name:"Mon",value:6},{name:"Tue",value:5},{name:"Wed",value:4},{name:"Thu",value:5},{name:"Fri",value:7},{name:"Sat",value:4},{name:"Sun",value:7}]}],TW:[{name:"CLOSED",series:[{name:"Mon",value:6},{name:"Tue",value:3},{name:"Wed",value:7},{name:"Thu",value:5},{name:"Fri",value:5},{name:"Sat",value:4},{name:"Sun",value:7}]}]}},reOpened:{label:"RE-OPENED",count:{"2W":4,LW:5,TW:2},chart:{"2W":[{name:"RE-OPENED",series:[{name:"Mon",value:6},{name:"Tue",value:3},{name:"Wed",value:7},{name:"Thu",value:5},{name:"Fri",value:5},{name:"Sat",value:4},{name:"Sun",value:7}]}],LW:[{name:"RE-OPENED",series:[{name:"Mon",value:5},{name:"Tue",value:7},{name:"Wed",value:8},{name:"Thu",value:8},{name:"Fri",value:6},{name:"Sat",value:4},{name:"Sun",value:1}]}],TW:[{name:"RE-OPENED",series:[{name:"Mon",value:3},{name:"Tue",value:2},{name:"Wed",value:1},{name:"Thu",value:4},{name:"Fri",value:8},{name:"Sat",value:8},{name:"Sun",value:4}]}]}},wontFix:{label:"WON'T FIX",count:{"2W":6,LW:3,TW:4},chart:{"2W":[{name:"WON'T FIX",series:[{name:"Mon",value:5},{name:"Tue",value:7},{name:"Wed",value:4},{name:"Thu",value:6},{name:"Fri",value:5},{name:"Sat",value:3},{name:"Sun",value:2}]}],LW:[{name:"WON'T FIX",series:[{name:"Mon",value:6},{name:"Tue",value:3},{name:"Wed",value:7},{name:"Thu",value:5},{name:"Fri",value:5},{name:"Sat",value:4},{name:"Sun",value:7}]}],TW:[{name:"WON'T FIX",series:[{name:"Mon",value:6},{name:"Tue",value:5},{name:"Wed",value:4},{name:"Thu",value:5},{name:"Fri",value:7},{name:"Sat",value:4},{name:"Sun",value:7}]}]}},needsTest:{label:"NEEDS TEST",count:{"2W":10,LW:7,TW:8},chart:{"2W":[{name:"NEEDS TEST",series:[{name:"Mon",value:6},{name:"Tue",value:5},{name:"Wed",value:4},{name:"Thu",value:5},{name:"Fri",value:7},{name:"Sat",value:4},{name:"Sun",value:7}]}],LW:[{name:"NEEDS TEST",series:[{name:"Mon",value:5},{name:"Tue",value:7},{name:"Wed",value:8},{name:"Thu",value:8},{name:"Fri",value:6},{name:"Sat",value:4},{name:"Sun",value:1}]}],TW:[{name:"NEEDS TEST",series:[{name:"Mon",value:6},{name:"Tue",value:3},{name:"Wed",value:7},{name:"Thu",value:5},{name:"Fri",value:5},{name:"Sat",value:4},{name:"Sun",value:7}]}]}},fixed:{label:"FIXED",count:{"2W":21,LW:17,TW:14},chart:{"2W":[{name:"FIXED",series:[{name:"Mon",value:5},{name:"Tue",value:7},{name:"Wed",value:8},{name:"Thu",value:8},{name:"Fri",value:6},{name:"Sat",value:4},{name:"Sun",value:1}]}],LW:[{name:"FIXED",series:[{name:"Mon",value:6},{name:"Tue",value:5},{name:"Wed",value:4},{name:"Thu",value:5},{name:"Fri",value:7},{name:"Sat",value:4},{name:"Sun",value:7}]}],TW:[{name:"FIXED",series:[{name:"Mon",value:5},{name:"Tue",value:7},{name:"Wed",value:4},{name:"Thu",value:6},{name:"Fri",value:5},{name:"Sat",value:3},{name:"Sun",value:2}]}]}}}},widget6:{title:"Task Distribution",ranges:{TW:"This Week",LW:"Last Week","2W":"2 Weeks Ago"},mainChart:{TW:[{name:"Frontend",value:15},{name:"Backend",value:20},{name:"API",value:38},{name:"Issues",value:27}],LW:[{name:"Frontend",value:19},{name:"Backend",value:16},{name:"API",value:42},{name:"Issues",value:23}],"2W":[{name:"Frontend",value:18},{name:"Backend",value:17},{name:"API",value:40},{name:"Issues",value:25}]},footerLeft:{title:"Tasks Added",count:{"2W":487,LW:526,TW:594}},footerRight:{title:"Tasks Completed",count:{"2W":193,LW:260,TW:287}}},widget7:{title:"Schedule",ranges:{T:"Today",TM:"Tomorrow"},schedule:{T:[{title:"Group Meeting",time:"In 32 minutes",location:"Room 1B"},{title:"Coffee Break",time:"10:30 AM"},{title:"Public Beta Release",time:"11:00 AM"},{title:"Lunch",time:"12:10 PM"},{title:"Dinner with David",time:"17:30 PM"},{title:"Jane's Birthday Party",time:"19:30 PM"},{title:"Overseer's Retirement Party",time:"21:30 PM"}],TM:[{title:"Marketing Meeting",time:"09:00 AM"},{title:"Public Announcement",time:"11:00 AM"},{title:"Lunch",time:"12:10 PM"},{title:"Meeting with Beta Testers",time:"15:00 AM"},{title:"Live Stream",time:"17:30 PM"},{title:"Release Party",time:"19:30 PM"},{title:"CEO's Party",time:"22:30 PM"}]}},widget8:{title:"Budget Distribution",mainChart:[{name:"Wireframing",value:12},{name:"Design",value:17},{name:"Coding",value:28},{name:"Marketing",value:25},{name:"Extra",value:15}]},widget9:{title:"Spent",ranges:{TW:"This Week",LW:"Last Week","2W":"2 Weeks Ago"},weeklySpent:{title:"WEEKLY SPENT",count:{"2W":"2,682.85",LW:"1,445.34",TW:"3,630.15"},chart:{"2W":[{name:"CREATED",series:[{name:"Mon",value:6},{name:"Tue",value:1},{name:"Wed",value:3},{name:"Thu",value:4},{name:"Fri",value:5},{name:"Sat",value:5},{name:"Sun",value:2}]}],LW:[{name:"Created",series:[{name:"Mon",value:4},{name:"Tue",value:6},{name:"Wed",value:2},{name:"Thu",value:2},{name:"Fri",value:1},{name:"Sat",value:3},{name:"Sun",value:4}]}],TW:[{name:"Created",series:[{name:"Mon",value:2},{name:"Tue",value:6},{name:"Wed",value:5},{name:"Thu",value:4},{name:"Fri",value:5},{name:"Sat",value:3},{name:"Sun",value:6}]}]}},totalSpent:{title:"TOTAL SPENT",count:{"2W":"29,682.85",LW:"31,128.19",TW:"34,758.34"},chart:{"2W":[{name:"CREATED",series:[{name:"Mon",value:3},{name:"Tue",value:2},{name:"Wed",value:2},{name:"Thu",value:4},{name:"Fri",value:7},{name:"Sat",value:7},{name:"Sun",value:4}]}],LW:[{name:"Created",series:[{name:"Mon",value:5},{name:"Tue",value:7},{name:"Wed",value:8},{name:"Thu",value:8},{name:"Fri",value:6},{name:"Sat",value:4},{name:"Sun",value:1}]}],TW:[{name:"Created",series:[{name:"Mon",value:6},{name:"Tue",value:4},{name:"Wed",value:7},{name:"Thu",value:5},{name:"Fri",value:5},{name:"Sat",value:4},{name:"Sun",value:7}]}]}},remaining:{title:"REMAINING",count:{"2W":"94.317,15",LW:"92.871,81",TW:"89.241,66"},chart:{"2W":[{name:"CREATED",series:[{name:"Mon",value:1},{name:"Tue",value:4},{name:"Wed",value:5},{name:"Thu",value:7},{name:"Fri",value:8},{name:"Sat",value:2},{name:"Sun",value:4}]}],LW:[{name:"Created",series:[{name:"Mon",value:3},{name:"Tue",value:2},{name:"Wed",value:1},{name:"Thu",value:4},{name:"Fri",value:8},{name:"Sat",value:8},{name:"Sun",value:4}]}],TW:[{name:"Created",series:[{name:"Mon",value:2},{name:"Tue",value:4},{name:"Wed",value:8},{name:"Thu",value:6},{name:"Fri",value:2},{name:"Sat",value:5},{name:"Sun",value:1}]}]}},totalRemaining:{title:"TOTAL BUDGET",count:"124.000,00"},totalBudget:{title:"TOTAL BUDGET",count:"124.000,00"}},widget10:{title:"Budget Details",table:{columns:[{title:"Budget Type"},{title:"Total Budget"},{title:"Spent ($)"},{title:"Spent (%)"},{title:"Remaining ($)"},{title:"Remaining (%)"}],rows:[[{value:"Wireframing",classes:"primary",icon:""},{value:"$14,880.00",classes:"text-bold",icon:""},{value:"$14,000.00",classes:"",icon:""},{value:"%94.08",classes:"text-success",icon:"trending_up"},{value:"$880.00",classes:"",icon:""},{value:"%5.92",classes:"",icon:""}],[{value:"Design",classes:"green",icon:""},{value:"$21,080.00",classes:"text-bold",icon:""},{value:"$17,240.34",classes:"",icon:""},{value:"%81.78",classes:"text-success",icon:"trending_up"},{value:"$3,839.66",classes:"",icon:""},{value:"%18.22",classes:"",icon:""}],[{value:"Coding",classes:"red",icon:""},{value:"$34,720.00",classes:"text-bold",icon:""},{value:"$3,518.00",classes:"",icon:""},{value:"%10.13",classes:"text-danger",icon:"trending_down"},{value:"$31,202.00",classes:"",icon:""},{value:"%89.87",classes:"",icon:""}],[{value:"Marketing",classes:"accent",icon:""},{value:"$34,720.00",classes:"text-bold",icon:""},{value:"$0.00",classes:"",icon:""},{value:"%0.00",classes:"text-info",icon:"trending_flat"},{value:"$34,720.00",classes:"",icon:""},{value:"%100.00",classes:"",icon:""}],[{value:"Extra",classes:"orange",icon:""},{value:"$18,600.00",classes:"text-bold",icon:""},{value:"$0.00",classes:"",icon:""},{value:"%0.00",classes:"text-info",icon:"trending_flat"},{value:"$34,720.00",classes:"",icon:""},{value:"%100.00",classes:"",icon:""}]]}},widget11:{title:"Team Members",table:{columns:["avatar","name","position","office","email","phone"],rows:[{avatar:"assets/images/avatars/james.jpg",name:"Jack Gilbert",position:"Design Manager",office:"Johor Bahru",email:"jgilbert48@mail.com",phone:"+16 298 032 7774"},{avatar:"assets/images/avatars/katherine.jpg",name:"Kathy Anderson",position:"Recruiting Manager",office:"Sol\u0163\u0101n\u0101b\u0101d",email:"kanderson49@mail.com.br",phone:"+23 572 311 1136"},{avatar:"assets/images/avatars/andrew.jpg",name:"Mark Turner",position:"Recruiting Manager",office:"Neftegorsk",email:"mturner4a@mail.com",phone:"+01 139 803 9263"},{avatar:"assets/images/avatars/jane.jpg",name:"Kathryn Martinez",position:"Director of Sales",office:"Palekastro",email:"kmartinez4b@mail.com",phone:"+25 467 022 5393"},{avatar:"assets/images/avatars/alice.jpg",name:"Annie Gonzales",position:"Actuary",office:"Candon",email:"agonzales4c@mail.edu",phone:"+99 891 619 7138"},{avatar:"assets/images/avatars/vincent.jpg",name:"Howard King",position:"Human Resources",office:"Bergen op Zoom",email:"hking4d@mail.gov",phone:"+46 984 348 1409"},{avatar:"assets/images/avatars/joyce.jpg",name:"Elizabeth Dixon",position:"Electrical Engineer",office:"P\xedse\u010dn\xe1",email:"edixon4e@mail.gov",phone:"+33 332 067 9063"},{avatar:"assets/images/avatars/danielle.jpg",name:"Dorothy Morris",position:"Office Assistant",office:"Magsaysay",email:"dmorris4f@mail.com",phone:"+05 490 958 6120"},{avatar:"assets/images/avatars/carl.jpg",name:"Mark Gonzales",position:"Quality Control",office:"Matsue-shi",email:"mgonzales4g@mail.com",phone:"+03 168 394 9935"},{avatar:"assets/images/avatars/profile.jpg",name:"Catherine Rogers",position:"Programmer Analyst",office:"Kangar",email:"crogers4h@mail.com",phone:"+86 235 407 5373"},{avatar:"assets/images/avatars/garry.jpg",name:"Ruth Grant",position:"Community Outreach",office:"Beaune",email:"rgrant4i@mail.pl",phone:"+36 288 083 8460"},{avatar:"assets/images/avatars/james.jpg",name:"Phyllis Gutierrez",position:"Administrative Assistant",office:"Shlissel\u2019burg",email:"pgutierrez4j@mail.net",phone:"+52 749 861 9304"},{avatar:"assets/images/avatars/alice.jpg",name:"Lillian Morris",position:"Media Planner",office:"Berlin",email:"lmorris4k@mail.de",phone:"+59 695 110 3856"},{avatar:"assets/images/avatars/vincent.jpg",name:"Jeremy Anderson",position:"Systems Engineer",office:"L\u0169ng H\u1ed3",email:"janderson4l@mail.uk",phone:"+40 384 115 1448"},{avatar:"assets/images/avatars/carl.jpg",name:"Arthur Lawrence",position:"Nurse Practicioner",office:"Sarkanjut",email:"alawrence4m@mail.com",phone:"+36 631 599 7867"},{avatar:"assets/images/avatars/andrew.jpg",name:"David Simmons",position:"Social Worker",office:"Ushumun",email:"dsimmons4n@mail.com",phone:"+01 189 681 4417"},{avatar:"assets/images/avatars/danielle.jpg",name:"Daniel Johnston",position:"Help Desk",office:"S\xe3o Carlos",email:"djohnston4o@mail.gov",phone:"+60 028 943 7919"},{avatar:"assets/images/avatars/joyce.jpg",name:"Ann King",position:"Internal Auditor",office:"Liren",email:"aking4p@mail.com",phone:"+91 103 932 6545"},{avatar:"assets/images/avatars/james.jpg",name:"Phillip Franklin",position:"VP Accounting",office:"Soba",email:"pfranklin4q@mail.com",phone:"+25 820 986 7626"},{avatar:"assets/images/avatars/garry.jpg",name:"Gary Gonzalez",position:"Speech Pathologist",office:"Gangkou",email:"ggonzalez4r@mail.cc",phone:"+10 862 046 7916"}]}},weatherWidget:{locations:{NewYork:{name:"New York",icon:"icon-rainy2",temp:{C:"22",F:"72"},windSpeed:{KMH:12,MPH:7.5},windDirection:"NW",rainProbability:"98%",next3Days:[{name:"Sunday",icon:"icon-rainy",temp:{C:"21",F:"70"}},{name:"Sunday",icon:"icon-cloudy",temp:{C:"19",F:"66"}},{name:"Tuesday",icon:"icon-windy3",temp:{C:"24",F:"75"}}]}},currentLocation:"NewYork",tempUnit:"C",speedUnit:"KMH"}},e})(),rn=(()=>{class e{}return e.widgets={widget1:{chartType:"line",datasets:{2016:[{label:"Sales",data:[1.9,3,3.4,2.2,2.9,3.9,2.5,3.8,4.1,3.8,3.2,2.9],fill:"start"}],2017:[{label:"Sales",data:[2.2,2.9,3.9,2.5,3.8,3.2,2.9,1.9,3,3.4,4.1,3.8],fill:"start"}],2018:[{label:"Sales",data:[3.9,2.5,3.8,4.1,1.9,3,3.8,3.2,2.9,3.4,2.2,2.9],fill:"start"}]},labels:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"],colors:[{borderColor:"#42a5f5",backgroundColor:"#42a5f5",pointBackgroundColor:"#1e88e5",pointHoverBackgroundColor:"#1e88e5",pointBorderColor:"#ffffff",pointHoverBorderColor:"#ffffff"}],options:{spanGaps:!1,legend:{display:!1},maintainAspectRatio:!1,layout:{padding:{top:32,left:32,right:32}},elements:{point:{radius:4,borderWidth:2,hoverRadius:4,hoverBorderWidth:2},line:{tension:0}},scales:{xAxes:[{gridLines:{display:!1,drawBorder:!1,tickMarkLength:18},ticks:{fontColor:"#ffffff"}}],yAxes:[{display:!1,ticks:{min:1.5,max:5,stepSize:.5}}]},plugins:{filler:{propagate:!1},xLabelsOnTop:{active:!0}}}},widget2:{conversion:{value:492,ofTarget:13},chartType:"bar",datasets:[{label:"Conversion",data:[221,428,492,471,413,344,294]}],labels:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],colors:[{borderColor:"#42a5f5",backgroundColor:"#42a5f5"}],options:{spanGaps:!1,legend:{display:!1},maintainAspectRatio:!1,layout:{padding:{top:24,left:16,right:16,bottom:16}},scales:{xAxes:[{display:!1}],yAxes:[{display:!1,ticks:{min:100,max:500}}]}}},widget3:{impressions:{value:"87k",ofTarget:12},chartType:"line",datasets:[{label:"Impression",data:[67e3,54e3,82e3,57e3,72e3,57e3,87e3,72e3,89e3,98700,112e3,136e3,11e4,149e3,98e3],fill:!1}],labels:["Jan 1","Jan 2","Jan 3","Jan 4","Jan 5","Jan 6","Jan 7","Jan 8","Jan 9","Jan 10","Jan 11","Jan 12","Jan 13","Jan 14","Jan 15"],colors:[{borderColor:"#5c84f1"}],options:{spanGaps:!1,legend:{display:!1},maintainAspectRatio:!1,elements:{point:{radius:2,borderWidth:1,hoverRadius:2,hoverBorderWidth:1},line:{tension:0}},layout:{padding:{top:24,left:16,right:16,bottom:16}},scales:{xAxes:[{display:!1}],yAxes:[{display:!1,ticks:{}}]}}},widget4:{visits:{value:882,ofTarget:-9},chartType:"bar",datasets:[{label:"Visits",data:[432,428,327,363,456,267,231]}],labels:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],colors:[{borderColor:"#f44336",backgroundColor:"#f44336"}],options:{spanGaps:!1,legend:{display:!1},maintainAspectRatio:!1,layout:{padding:{top:24,left:16,right:16,bottom:16}},scales:{xAxes:[{display:!1}],yAxes:[{display:!1,ticks:{min:150,max:500}}]}}},widget5:{chartType:"line",datasets:{yesterday:[{label:"Visitors",data:[190,300,340,220,290,390,250,380,410,380,320,290],fill:"start"},{label:"Page views",data:[2200,2900,3900,2500,3800,3200,2900,1900,3e3,3400,4100,3800],fill:"start"}],today:[{label:"Visitors",data:[410,380,320,290,190,390,250,380,300,340,220,290],fill:"start"},{label:"Page Views",data:[3e3,3400,4100,3800,2200,3200,2900,1900,2900,3900,2500,3800],fill:"start"}]},labels:["12am","2am","4am","6am","8am","10am","12pm","2pm","4pm","6pm","8pm","10pm"],colors:[{borderColor:"#3949ab",backgroundColor:"#3949ab",pointBackgroundColor:"#3949ab",pointHoverBackgroundColor:"#3949ab",pointBorderColor:"#ffffff",pointHoverBorderColor:"#ffffff"},{borderColor:"rgba(30, 136, 229, 0.87)",backgroundColor:"rgba(30, 136, 229, 0.87)",pointBackgroundColor:"rgba(30, 136, 229, 0.87)",pointHoverBackgroundColor:"rgba(30, 136, 229, 0.87)",pointBorderColor:"#ffffff",pointHoverBorderColor:"#ffffff"}],options:{spanGaps:!1,legend:{display:!1},maintainAspectRatio:!1,tooltips:{position:"nearest",mode:"index",intersect:!1},layout:{padding:{left:24,right:32}},elements:{point:{radius:4,borderWidth:2,hoverRadius:4,hoverBorderWidth:2}},scales:{xAxes:[{gridLines:{display:!1},ticks:{fontColor:"rgba(0,0,0,0.54)"}}],yAxes:[{gridLines:{tickMarkLength:16},ticks:{stepSize:1e3}}]},plugins:{filler:{propagate:!1}}}},widget6:{markers:[{lat:52,lng:-73,label:"120"},{lat:37,lng:-104,label:"498"},{lat:21,lng:-7,label:"443"},{lat:55,lng:75,label:"332"},{lat:51,lng:7,label:"50"},{lat:31,lng:12,label:"221"},{lat:45,lng:44,label:"455"},{lat:-26,lng:134,label:"231"},{lat:-9,lng:-60,label:"67"},{lat:33,lng:104,label:"665"}],styles:[{featureType:"administrative",elementType:"labels.text.fill",stylers:[{color:"#444444"}]},{featureType:"landscape",elementType:"all",stylers:[{color:"#f2f2f2"}]},{featureType:"poi",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"road",elementType:"all",stylers:[{saturation:-100},{lightness:45}]},{featureType:"road.highway",elementType:"all",stylers:[{visibility:"simplified"}]},{featureType:"road.arterial",elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"transit",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"water",elementType:"all",stylers:[{color:"#039be5"},{visibility:"on"}]}]},widget7:{scheme:{domain:["#4867d2","#5c84f1","#89a9f4"]},devices:[{name:"Desktop",value:92.8,change:-.6},{name:"Mobile",value:6.1,change:.7},{name:"Tablet",value:1.1,change:.1}]},widget8:{scheme:{domain:["#5c84f1"]},today:"12,540",change:{value:321,percentage:2.05},data:[{name:"Sales",series:[{name:"Jan 1",value:540},{name:"Jan 2",value:539},{name:"Jan 3",value:538},{name:"Jan 4",value:539},{name:"Jan 5",value:540},{name:"Jan 6",value:539},{name:"Jan 7",value:540}]}],dataMin:538,dataMax:541},widget9:{rows:[{title:"Holiday Travel",clicks:3621,conversion:90},{title:"Get Away Deals",clicks:703,conversion:7},{title:"Airfare",clicks:532,conversion:0},{title:"Vacation",clicks:201,conversion:8},{title:"Hotels",clicks:94,conversion:4}]}},e})(),on=(()=>{class e{}return e.products=[{id:"1",name:"A Walk Amongst Friends - Canvas Print",handle:"a-walk-amongst-friends-canvas-print",description:"Officia amet eiusmod eu sunt tempor voluptate laboris velit nisi amet enim proident et. Consequat laborum non eiusmod cillum eu exercitation. Qui adipisicing est fugiat eiusmod esse. Sint aliqua cupidatat pariatur mollit ad est proident reprehenderit. Eiusmod adipisicing laborum incididunt sit aliqua ullamco.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:1,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:9.309,priceTaxIncl:10.24,taxRate:10,comparedPrice:19.9,quantity:3,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"2",name:"Braies Lake - Canvas Print",handle:"braies-lake-canvas-print",description:"Duis anim est non exercitation consequat. Ullamco ut ipsum dolore est elit est ea elit ad fugiat exercitation. Adipisicing eu ad sit culpa sint. Minim irure Lorem eiusmod minim nisi sit est consectetur.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:2,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:22.381,priceTaxIncl:24.62,taxRate:10,comparedPrice:29.9,quantity:92,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"3",name:"Fall Glow - Canvas Print",handle:"fall-glow-canvas-print",description:"Sit ipsum esse eu consequat veniam sit consectetur consectetur anim. Ut Lorem dolor ullamco do. Laboris excepteur consectetur tempor nisi commodo amet deserunt duis.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:3,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:44.809,priceTaxIncl:49.29,taxRate:10,comparedPrice:59.9,quantity:60,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"4",name:"First Snow - Canvas Print",handle:"first-snow-canvas-print",description:"Incididunt nostrud culpa labore nostrud veniam nostrud dolore velit sunt laborum ad reprehenderit. Excepteur enim irure ut labore elit ut deserunt qui qui consequat quis do nostrud ad. Aliqua dolor labore ut occaecat laborum irure. Aute in deserunt do aute laborum sit et reprehenderit minim voluptate proident do est.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:4,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:62.827,priceTaxIncl:69.11,taxRate:10,comparedPrice:79.9,quantity:101,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!1},{id:"5",name:"Lago di Braies - Canvas Print",handle:"lago-di-braies-canvas-print",description:"Laboris laborum minim qui reprehenderit duis fugiat ea anim labore incididunt duis. Officia adipisicing anim amet in sit aliqua fugiat quis do sint non velit eu. Labore occaecat labore elit voluptate Lorem adipisicing et ipsum id et reprehenderit ullamco. Elit in nulla laborum nulla quis dolor deserunt magna dolor ad anim magna. Esse aute reprehenderit anim sit est et quis est. Ex reprehenderit culpa deserunt qui sint eiusmod reprehenderit ipsum consequat ut.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:5,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:9.309,priceTaxIncl:10.24,taxRate:10,comparedPrice:19.9,quantity:19,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"6",name:"Lago di Sorapis - Canvas Print",handle:"lago-di-sorapis-canvas-print",description:"Tempor sunt tempor veniam non culpa excepteur. Ea irure elit non cupidatat cillum dolore. Sit incididunt qui dolore ipsum commodo aliqua amet cupidatat incididunt nisi qui consectetur. Cillum eu aute qui irure aute adipisicing cupidatat magna.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:6,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:53.963,priceTaxIncl:59.36,taxRate:10,comparedPrice:69.9,quantity:101,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"7",name:"Never Stop Changing - Canvas Print",handle:"never-stop-changing-canvas-print",description:"Excepteur commodo ipsum in ex esse elit ea id voluptate id occaecat. Sunt Lorem ipsum ut proident eu aliquip velit non minim. Sunt velit deserunt veniam eu non veniam. Eiusmod sit ex et id incididunt labore aliqua eu aute dolor cillum ex mollit mollit. Incididunt voluptate adipisicing eiusmod non ipsum cupidatat excepteur enim in pariatur eu. Labore dolor qui exercitation amet labore laboris Lorem do adipisicing. Minim non consectetur adipisicing esse ut occaecat incididunt eiusmod commodo et cillum pariatur.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:7,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:58.372,priceTaxIncl:64.21,taxRate:10,comparedPrice:69.9,quantity:34,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"8",name:"Reaching - Canvas Print",handle:"reaching-canvas-print",description:"Velit cillum cupidatat eiusmod ea quis sit. Consequat dolore elit sunt sunt voluptate irure incididunt consectetur non. Dolore veniam ipsum anim commodo ex. Proident ipsum nostrud ullamco sit. Ad dolore nulla qui mollit laborum ex ipsum.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:8,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:63.39,priceTaxIncl:69.73,taxRate:10,comparedPrice:79.9,quantity:4,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!1},{id:"9",name:"Morain Lake - Canvas Print",handle:"morain-lake-canvas-print",description:"Consequat minim velit commodo Lorem ipsum velit elit amet ut. In deserunt id duis nisi labore. Proident cillum et reprehenderit excepteur ex nulla enim.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:9,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:52.154,priceTaxIncl:57.37,taxRate:10,comparedPrice:59.9,quantity:58,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"10",name:"Yosemite - Canvas Print",handle:"yosemite-canvas-print",description:"Proident do sunt dolor tempor aliquip adipisicing dolor reprehenderit officia proident. Culpa non reprehenderit velit anim consequat velit elit eu culpa quis incididunt id. Eu incididunt exercitation nostrud est mollit officia. Laboris deserunt dolore sit occaecat exercitation quis sunt sunt nisi commodo.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:9,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:62.18,priceTaxIncl:68.4,taxRate:10,comparedPrice:69.9,quantity:125,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"11",name:"A Walk Amongst Friends - Canvas Print",handle:"a-walk-amongst-friends-canvas-print",description:"Officia amet eiusmod eu sunt tempor voluptate laboris velit nisi amet enim proident et. Consequat laborum non eiusmod cillum eu exercitation. Qui adipisicing est fugiat eiusmod esse. Sint aliqua cupidatat pariatur mollit ad est proident reprehenderit. Eiusmod adipisicing laborum incididunt sit aliqua ullamco.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:1,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:9.309,priceTaxIncl:10.24,taxRate:10,comparedPrice:19.9,quantity:3,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"12",name:"Never Stop Changing - Canvas Print",handle:"never-stop-changing-canvas-print",description:"Excepteur commodo ipsum in ex esse elit ea id voluptate id occaecat. Sunt Lorem ipsum ut proident eu aliquip velit non minim. Sunt velit deserunt veniam eu non veniam. Eiusmod sit ex et id incididunt labore aliqua eu aute dolor cillum ex mollit mollit. Incididunt voluptate adipisicing eiusmod non ipsum cupidatat excepteur enim in pariatur eu. Labore dolor qui exercitation amet labore laboris Lorem do adipisicing. Minim non consectetur adipisicing esse ut occaecat incididunt eiusmod commodo et cillum pariatur.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:7,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:58.372,priceTaxIncl:64.21,taxRate:10,comparedPrice:69.9,quantity:34,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"13",name:"Morain Lake - Canvas Print",handle:"morain-lake-canvas-print",description:"Consequat minim velit commodo Lorem ipsum velit elit amet ut. In deserunt id duis nisi labore. Proident cillum et reprehenderit excepteur ex nulla enim.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:9,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:52.154,priceTaxIncl:57.37,taxRate:10,comparedPrice:59.9,quantity:58,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"14",name:"Braies Lake - Canvas Print",handle:"braies-lake-canvas-print",description:"Duis anim est non exercitation consequat. Ullamco ut ipsum dolore est elit est ea elit ad fugiat exercitation. Adipisicing eu ad sit culpa sint. Minim irure Lorem eiusmod minim nisi sit est consectetur.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:2,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:22.381,priceTaxIncl:24.62,taxRate:10,comparedPrice:29.9,quantity:92,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"15",name:"Lago di Braies - Canvas Print",handle:"lago-di-braies-canvas-print",description:"Laboris laborum minim qui reprehenderit duis fugiat ea anim labore incididunt duis. Officia adipisicing anim amet in sit aliqua fugiat quis do sint non velit eu. Labore occaecat labore elit voluptate Lorem adipisicing et ipsum id et reprehenderit ullamco. Elit in nulla laborum nulla quis dolor deserunt magna dolor ad anim magna. Esse aute reprehenderit anim sit est et quis est. Ex reprehenderit culpa deserunt qui sint eiusmod reprehenderit ipsum consequat ut.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:5,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:9.309,priceTaxIncl:10.24,taxRate:10,comparedPrice:19.9,quantity:19,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"16",name:"Fall Glow - Canvas Print",handle:"fall-glow-canvas-print",description:"Sit ipsum esse eu consequat veniam sit consectetur consectetur anim. Ut Lorem dolor ullamco do. Laboris excepteur consectetur tempor nisi commodo amet deserunt duis.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:3,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:44.809,priceTaxIncl:49.29,taxRate:10,comparedPrice:59.9,quantity:60,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"17",name:"Lago di Sorapis - Canvas Print",handle:"lago-di-sorapis-canvas-print",description:"Tempor sunt tempor veniam non culpa excepteur. Ea irure elit non cupidatat cillum dolore. Sit incididunt qui dolore ipsum commodo aliqua amet cupidatat incididunt nisi qui consectetur. Cillum eu aute qui irure aute adipisicing cupidatat magna.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:6,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:53.963,priceTaxIncl:59.36,taxRate:10,comparedPrice:69.9,quantity:101,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0},{id:"18",name:"Reaching - Canvas Print",handle:"reaching-canvas-print",description:"Velit cillum cupidatat eiusmod ea quis sit. Consequat dolore elit sunt sunt voluptate irure incididunt consectetur non. Dolore veniam ipsum anim commodo ex. Proident ipsum nostrud ullamco sit. Ad dolore nulla qui mollit laborum ex ipsum.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:8,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:63.39,priceTaxIncl:69.73,taxRate:10,comparedPrice:79.9,quantity:4,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!1},{id:"19",name:"First Snow - Canvas Print",handle:"first-snow-canvas-print",description:"Incididunt nostrud culpa labore nostrud veniam nostrud dolore velit sunt laborum ad reprehenderit. Excepteur enim irure ut labore elit ut deserunt qui qui consequat quis do nostrud ad. Aliqua dolor labore ut occaecat laborum irure. Aute in deserunt do aute laborum sit et reprehenderit minim voluptate proident do est.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:4,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:62.827,priceTaxIncl:69.11,taxRate:10,comparedPrice:79.9,quantity:101,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!1},{id:"20",name:"Yosemite - Canvas Print",handle:"yosemite-canvas-print",description:"Proident do sunt dolor tempor aliquip adipisicing dolor reprehenderit officia proident. Culpa non reprehenderit velit anim consequat velit elit eu culpa quis incididunt id. Eu incididunt exercitation nostrud est mollit officia. Laboris deserunt dolore sit occaecat exercitation quis sunt sunt nisi commodo.",categories:["Canvas Print","Nature"],tags:["canvas-print","nature"],featuredImageId:9,images:[{id:0,url:"assets/images/ecommerce/a-walk-amongst-friends.jpg",type:"image"},{id:1,url:"assets/images/ecommerce/braies-lake.jpg",type:"image"},{id:2,url:"assets/images/ecommerce/fall-glow.jpg",type:"image"},{id:3,url:"assets/images/ecommerce/first-snow.jpg",type:"image"},{id:4,url:"assets/images/ecommerce/lago-di-braies.jpg",type:"image"},{id:5,url:"assets/images/ecommerce/lago-di-sorapis.jpg",type:"image"},{id:6,url:"assets/images/ecommerce/never-stop-changing.jpg",type:"image"},{id:7,url:"assets/images/ecommerce/reaching.jpg",type:"image"},{id:8,url:"assets/images/ecommerce/morain-lake.jpg",type:"image"},{id:9,url:"assets/images/ecommerce/yosemite.jpg",type:"image"}],priceTaxExcl:62.18,priceTaxIncl:68.4,taxRate:10,comparedPrice:69.9,quantity:125,sku:"A445BV",width:"22",height:"24",depth:"15",weight:"3",extraShippingFee:3,active:!0}],e.orders=[{id:1,reference:"70d4d7d0",subtotal:"39.97",tax:"77.44",discount:"-10.17",total:"73.31",date:"2018/04/25 02:07:59",customer:{id:1,firstName:"Dollie",lastName:"Bullock",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:13,name:"On pre-order (not paid)",color:"purple-300",date:"2018/04/03 10:06:18"},{id:1,name:"Awaiting check payment",color:"blue-500",date:"2018/03/17 18:28:37"}],payment:{transactionId:"2a894b9e",amount:"73.31",method:"Credit Card",date:"2018/02/23 15:50:23"},shippingDetails:[{tracking:"",carrier:"TNT",weight:"10.44",fee:"7.00",date:"2018/04/10 07:03:52"}]},{id:2,reference:"2003479c",subtotal:"98.68",tax:"45.55",discount:"-10.25",total:"24.51",date:"2018/11/07 15:47:31",customer:{id:1,firstName:"Holmes",lastName:"Hines",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:2,name:"Payment accepted",color:"green-500",date:"2018/10/04 08:54:33"},{id:1,name:"Awaiting check payment",color:"blue-500",date:"2018/05/03 03:43:04"}],payment:{transactionId:"79c640c8",amount:"24.51",method:"Check",date:"2018/04/22 04:49:49"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"2.92",fee:"4.00",date:"2018/07/11 14:57:12"}]},{id:3,reference:"09f5443b",subtotal:"23.03",tax:"16.36",discount:"-19.46",total:"87.17",date:"2018/11/26 16:04:40",customer:{id:1,firstName:"Serena",lastName:"Glover",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:8,name:"Payment error",color:"red-900",date:"2018/07/02 20:44:34"},{id:3,name:"Preparing the order",color:"orange-500",date:"2018/03/23 04:59:45"}],payment:{transactionId:"5ff44b0c",amount:"87.17",method:"PayPal",date:"2018/01/25 11:46:28"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"7.53",fee:"7.00",date:"2018/11/25 00:40:54"}]},{id:4,reference:"960898d0",subtotal:"13.47",tax:"53.45",discount:"-15.55",total:"26.98",date:"2018/11/23 05:35:18",customer:{id:1,firstName:"Dianne",lastName:"Prince",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:5,name:"Delivered",color:"green-800",date:"2018/10/26 16:12:47"},{id:4,name:"Shipped",color:"purple-500",date:"2018/02/06 06:42:37"}],payment:{transactionId:"787d49b1",amount:"26.98",method:"Check",date:"2018/03/07 05:50:57"},shippingDetails:[{tracking:"",carrier:"FedEx",weight:"11.93",fee:"5.00",date:"2018/03/21 07:08:26"}]},{id:5,reference:"2d7f68de",subtotal:"46.93",tax:"12.14",discount:"-19.16",total:"12.97",date:"2018/01/13 06:21:21",customer:{id:1,firstName:"Frankie",lastName:"Hewitt",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:8,name:"Payment error",color:"red-900",date:"2018/02/01 09:21:46"},{id:6,name:"Canceled",color:"pink-500",date:"2018/11/16 04:48:32"}],payment:{transactionId:"cd8c4727",amount:"12.97",method:"Bank-wire",date:"2018/05/15 21:15:32"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"5.43",fee:"3.00",date:"2018/01/06 00:51:59"}]},{id:6,reference:"9c991708",subtotal:"32.55",tax:"11.81",discount:"-12.33",total:"30.96",date:"2018/01/17 04:21:08",customer:{id:1,firstName:"Cole",lastName:"Holcomb",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:3,name:"Preparing the order",color:"orange-500",date:"2018/11/30 01:04:32"},{id:2,name:"Payment accepted",color:"green-500",date:"2018/11/12 21:27:18"}],payment:{transactionId:"a41f4b7c",amount:"30.96",method:"Check",date:"2018/04/27 03:59:22"},shippingDetails:[{tracking:"",carrier:"FedEx",weight:"6.05",fee:"4.00",date:"2018/09/10 11:28:47"}]},{id:7,reference:"7683b54d",subtotal:"14.08",tax:"74.96",discount:"-16.60",total:"63.36",date:"2018/06/14 14:49:47",customer:{id:1,firstName:"Merrill",lastName:"Richardson",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:11,name:"Awaiting PayPal payment",color:"blue-500",date:"2018/09/03 18:53:02"},{id:13,name:"On pre-order (not paid)",color:"purple-300",date:"2018/12/13 18:14:40"}],payment:{transactionId:1974588,amount:"63.36",method:"PayPal",date:"2018/11/28 22:24:58"},shippingDetails:[{tracking:"",carrier:"FedEx",weight:"2.89",fee:"3.00",date:"2018/02/10 09:03:44"}]},{id:8,reference:"c1de0f75",subtotal:"13.77",tax:"55.78",discount:"-17.20",total:"45.74",date:"2018/01/18 01:31:47",customer:{id:1,firstName:"Morgan",lastName:"Pitts",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:4,name:"Shipped",color:"purple-500",date:"2018/04/29 07:57:43"},{id:3,name:"Preparing the order",color:"orange-500",date:"2018/04/23 11:14:38"}],payment:{transactionId:"1e704aaf",amount:"45.74",method:"Credit Card",date:"2018/06/08 03:50:41"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"6.35",fee:"2.00",date:"2018/06/01 09:18:26"}]},{id:9,reference:"35a4dbc6",subtotal:"56.49",tax:"11.44",discount:"-17.45",total:"15.31",date:"2018/02/14 14:22:58",customer:{id:1,firstName:"Krista",lastName:"Mathis",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:12,name:"Remote payment accepted",color:"green-500",date:"2018/07/15 15:48:00"},{id:14,name:"Awaiting Cash-on-delivery payment",color:"blue-500",date:"2018/11/08 18:30:15"}],payment:{transactionId:"762c4e1a",amount:"15.31",method:"Bank-wire",date:"2018/06/19 14:52:53"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"7.93",fee:"8.00",date:"2018/08/25 15:18:55"}]},{id:10,reference:"a8bc5b17",subtotal:"29.34",tax:"87.50",discount:"-18.11",total:"20.97",date:"2018/10/23 03:02:55",customer:{id:1,firstName:"Hayden",lastName:"Fitzgerald",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:5,name:"Delivered",color:"green-800",date:"2018/05/02 09:53:55"},{id:2,name:"Payment accepted",color:"green-500",date:"2018/07/11 05:33:31"}],payment:{transactionId:"3dce47a3",amount:"20.97",method:"Credit Card",date:"2018/07/28 23:53:49"},shippingDetails:[{tracking:"",carrier:"TNT",weight:"9.20",fee:"2.00",date:"2018/08/05 08:45:55"}]},{id:11,reference:"54ab8191",subtotal:"50.35",tax:"71.75",discount:"-10.46",total:"72.30",date:"2018/07/28 13:22:49",customer:{id:1,firstName:"Cotton",lastName:"Carlson",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:9,name:"On pre-order (paid)",color:"purple-300",date:"2018/02/26 14:15:38"},{id:4,name:"Shipped",color:"purple-500",date:"2018/10/17 03:32:39"}],payment:{transactionId:"f4154419",amount:"72.30",method:"PayPal",date:"2018/03/07 15:10:12"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"2.81",fee:"7.00",date:"2018/05/01 11:15:22"}]},{id:12,reference:"6919050",subtotal:"81.95",tax:"22.44",discount:"-10.89",total:"42.54",date:"2018/06/07 17:54:36",customer:{id:1,firstName:"Kaye",lastName:"Baldwin",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:10,name:"Awaiting bank wire payment",color:"blue-500",date:"2018/09/01 20:50:07"},{id:12,name:"Remote payment accepted",color:"green-500",date:"2018/02/13 21:19:04"}],payment:{transactionId:44464979,amount:"42.54",method:"Credit Card",date:"2018/06/30 11:59:49"},shippingDetails:[{tracking:"",carrier:"FedEx",weight:"5.52",fee:"2.00",date:"2018/03/15 07:08:37"}]},{id:13,reference:"1d4e89f0",subtotal:"67.10",tax:"46.96",discount:"-11.64",total:"97.49",date:"2018/02/06 13:26:55",customer:{id:1,firstName:"Iva",lastName:"Clark",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:6,name:"Canceled",color:"pink-500",date:"2018/03/31 03:01:12"},{id:8,name:"Payment error",color:"red-900",date:"2018/03/11 18:53:35"}],payment:{transactionId:"2aef4aa3",amount:"97.49",method:"Check",date:"2018/05/13 13:28:52"},shippingDetails:[{tracking:"",carrier:"TNT",weight:"5.37",fee:"6.00",date:"2018/04/22 01:48:15"}]},{id:14,reference:"d897564e",subtotal:"55.50",tax:"48.92",discount:"-18.45",total:"16.95",date:"2018/01/17 04:23:11",customer:{id:1,firstName:"Shauna",lastName:"Rosales",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:7,name:"Refunded",color:"red-500",date:"2018/12/29 15:34:46"},{id:11,name:"Awaiting PayPal payment",color:"blue-500",date:"2018/07/14 19:10:43"}],payment:{transactionId:"b7ea43c9",amount:"16.95",method:"PayPal",date:"2018/07/11 07:18:06"},shippingDetails:[{tracking:"",carrier:"TNT",weight:"6.49",fee:"6.00",date:"2018/01/05 13:42:13"}]},{id:15,reference:"1a803de2",subtotal:"13.73",tax:"64.42",discount:"-19.64",total:"20.34",date:"2018/09/26 14:26:33",customer:{id:1,firstName:"Carroll",lastName:"Dotson",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:1,name:"Awaiting check payment",color:"blue-500",date:"2018/12/21 10:42:21"},{id:6,name:"Canceled",color:"pink-500",date:"2018/02/11 05:58:55"}],payment:{transactionId:"0633458c",amount:"20.34",method:"Check",date:"2018/07/17 20:54:14"},shippingDetails:[{tracking:"",carrier:"TNT",weight:"3.30",fee:"2.00",date:"2018/11/04 14:08:16"}]},{id:16,reference:"7d90eaa6",subtotal:"99.07",tax:"31.36",discount:"-18.23",total:"10.64",date:"2018/08/10 14:28:10",customer:{id:1,firstName:"Jeannie",lastName:"Reese",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:9,name:"On pre-order (paid)",color:"purple-300",date:"2018/06/20 08:37:46"},{id:2,name:"Payment accepted",color:"green-500",date:"2018/01/01 01:42:21"}],payment:{transactionId:"45f7440a",amount:"10.64",method:"PayPal",date:"2018/11/23 11:14:47"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"9.94",fee:"6.00",date:"2018/04/30 19:17:39"}]},{id:17,reference:"cf9b4bfc",subtotal:"96.93",tax:"74.32",discount:"-12.63",total:"27.06",date:"2018/11/10 16:54:11",customer:{id:1,firstName:"Dena",lastName:"Rowe",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:5,name:"Delivered",color:"green-800",date:"2018/03/23 00:18:52"},{id:3,name:"Preparing the order",color:"orange-500",date:"2018/03/22 04:48:12"}],payment:{transactionId:"966f4c8e",amount:"27.06",method:"PayPal",date:"2018/07/10 17:22:44"},shippingDetails:[{tracking:"",carrier:"FedEx",weight:"6.81",fee:"3.00",date:"2018/01/23 07:31:46"}]},{id:18,reference:"07a938c4",subtotal:"67.73",tax:"33.33",discount:"-12.33",total:"91.50",date:"2018/08/26 16:24:38",customer:{id:1,firstName:"Blankenship",lastName:"Lynch",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:6,name:"Canceled",color:"pink-500",date:"2018/03/24 22:56:35"},{id:4,name:"Shipped",color:"purple-500",date:"2018/04/09 13:33:26"}],payment:{transactionId:"411a4e97",amount:"91.50",method:"PayPal",date:"2018/02/05 05:35:52"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"6.11",fee:"7.00",date:"2018/10/20 10:46:31"}]},{id:19,reference:"d460f4ff",subtotal:"15.83",tax:"41.90",discount:"-16.54",total:"47.99",date:"2018/01/04 21:13:53",customer:{id:1,firstName:"Whitley",lastName:"Mcgee",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:7,name:"Refunded",color:"red-500",date:"2018/08/10 17:14:57"},{id:5,name:"Delivered",color:"green-800",date:"2018/03/30 01:38:14"}],payment:{transactionId:"761943c2",amount:"47.99",method:"PayPal",date:"2018/10/11 20:10:46"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"5.51",fee:"5.00",date:"2018/08/28 21:24:36"}]},{id:20,reference:"ba6a946d",subtotal:"36.84",tax:"20.12",discount:"-14.57",total:"44.40",date:"2018/02/24 00:57:18",customer:{id:1,firstName:"Hood",lastName:"Hodges",avatar:"assets/images/avatars/Abbott.jpg",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",invoiceAddress:{address:"704 6th Ave, New York, NY 10010, USA",lat:40.7424739,lng:-73.99283919999999},shippingAddress:{address:"377 E South Omaha Bridge Rd, Council Bluffs, IA 51501, USA",lat:41.2183223,lng:-95.8420876}},products:[{id:1,name:"A Walk Amongst Friends - Canvas Print",price:"10.24",quantity:1,total:"10.24",image:"assets/images/ecommerce/a-walk-amongst-friends.jpg"},{id:2,name:"Lago di Braies - Canvas Print",price:"24.62",quantity:1,total:"24.62",image:"assets/images/ecommerce/lago-di-braies.jpg"},{id:3,name:"Never Stop Changing - Canvas Print",price:"49.29",quantity:1,total:"49.29",image:"assets/images/ecommerce/never-stop-changing.jpg"}],status:[{id:10,name:"Awaiting bank wire payment",color:"blue-500",date:"2018/05/19 11:09:56"},{id:12,name:"Remote payment accepted",color:"green-500",date:"2018/03/27 05:02:33"}],payment:{transactionId:"4af94368",amount:"44.40",method:"PayPal",date:"2018/11/11 14:25:39"},shippingDetails:[{tracking:"",carrier:"USPS",weight:"3.63",fee:"5.00",date:"2018/03/01 09:07:49"}]}],e})(),ln=(()=>{class e{}return e.courses=[{id:"15459251a6d6b397565",title:"Basics of Angular",slug:"basics-of-angular",category:"web",length:30,updated:"Jun 28, 2017"},{id:"154588a0864d2881124",title:"Basics of TypeScript",slug:"basics-of-typeScript",category:"web",length:60,updated:"Nov 01, 2017"},{id:"15453ba60d3baa5daaf",title:"Android N: Quick Settings",slug:"android-n-quick-settings",category:"android",length:120,updated:"Jun 28, 2017"},{id:"15453a06c08fb021776",title:"Keep Sensitive Data Safe and Private",slug:"keep-sensitive-data-safe-and-private",category:"android",length:45,updated:"Jun 28, 2017"},{id:"15427f4c1b7f3953234",title:"Building a gRPC Service with Java",slug:"building-a-grpc-service-with-java",category:"cloud",length:30,updated:"Jun 28, 2017"},{id:"1542d75d929a603125",title:"Build a PWA Using Workbox",slug:"build-a-pwa-using-workbox",category:"web",length:120,updated:"Jun 28, 2017"},{id:"1543ee3a5b43e0f9f45",title:"Build an App for the Google Assistant with Firebase and Dialogflow",slug:"build-an-app-for-the-google-assistant-with-firebase-and-dialogflow",category:"firebase",length:30,updated:"Jun 28, 2017"},{id:"1543cc4515df3146112",title:"Cloud Functions for Firebase",slug:"cloud-functions-for-firebase",category:"firebase",length:45,updated:"Jun 28, 2017"},{id:"154398a4770d7aaf9a2",title:"Manage Your Pivotal Cloud Foundry App's Using Apigee Edge",slug:"manage-your-pivotal-cloud-foundry-apps-using-apigee-Edge",category:"cloud",length:90,updated:"Jun 28, 2017"},{id:"15438351f87dcd68567",title:"Building Beautiful UIs with Flutter",your:"building-beautiful-uis-with-flutter",category:"web",length:90,updated:"Jun 28, 2017"},{id:"1544e43dcdae6ebf876",title:"Cloud Firestore",slug:"cloud-firestore",category:"firebase",length:90,updated:"Jun 28, 2017"},{id:"1541ca7af66da284177",title:"Customize Network Topology with Subnetworks",slug:"customize-network-topology-with-subnetworks",category:"web",length:45,updated:"Jun 28, 2017"},{id:"154297167e781781745",title:"Looking at Campaign Finance with BigQuery",slug:"looking-at-campaign-finance-with-bigquery",category:"cloud",length:60,updated:"Jun 28, 2017"},{id:"154537435d5b32bf11a",title:"Firebase Android",slug:"firebase-android",category:"android",length:45,updated:"Jun 28, 2017"},{id:"154204e45a59b168453",title:"Simulating a Thread Network Using OpenThread",slug:"simulating-a-thread-network-using-openthread",category:"web",length:45,updated:"Jun 28, 2017"},{id:"1541dd1e05dfc439216",title:"Your First Progressive Web App",slug:"your-first-progressive-web-app",category:"web",length:30,updated:"Jun 28, 2017"},{id:"1532dfc67e704e48515",title:"Launch Cloud Datalab",slug:"launch-cloud-datalab",category:"cloud",length:60,updated:"Jun 28, 2017"},{id:"1542e43dfaae6ebf226",title:"Personalize Your iOS App with Firebase User Management",slug:"personalize-your-ios-app-with-firebase-user-management",category:"firebase",length:90,updated:"Jun 28, 2017"}],e.categories=[{id:0,value:"web",label:"Web"},{id:1,value:"firebase",label:"Firebase"},{id:2,value:"cloud",label:"Cloud"},{id:3,value:"android",label:"Android"}],e.demoSteps=[{title:"Introduction",content:"<h1>Step 1 - Introduction</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Get the sample code",content:"<h1>Step 2 - Get the sample code</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Create a Firebase project and Set up your app",content:"<h1>Step 3 - Create a Firebase project and Set up your app</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Install the Firebase Command Line Interface",content:"<h1>Step 4 - Install the Firebase Command Line Interface</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Deploy and run the web app",content:"<h1>Step 5 - Deploy and run the web app</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"The Functions Directory",content:"<h1>Step 6 - The Functions Directory</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Import the Cloud Functions and Firebase Admin modules",content:"<h1>Step 7 - Import the Cloud Functions and Firebase Admin modules</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Welcome New Users",content:"<h1>Step 8 - Welcome New Users</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Images moderation",content:"<h1>Step 9 - Images moderation</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"New Message Notifications",content:"<h1>Step 10 - New Message Notifications</h1><br>This is an example step of the course. You can put anything in here from example codes to videos.<br><br>To install the CLI you need to have installed <b>npm</b> which typically comes with <b>NodeJS</b>.To install or upgrade the CLI run the following <b>npm</b> command:<br><br><code>npm -g install @angular/cli</code><br><br>To verify that the CLI has been installed correctly, open a console and run:<br><br><code>ng version</code><br><br><h2>Install dependencies</h2><br>To moderate the images we'll need a few Node.js packages:<br><br><ul><li>The Google Cloud Vision Client Library for Node.js: @google-cloud/vision to run the image through the Cloud Vision API to detect inappropriate images.</li><br><li>The Google Cloud Storage Client Library for Node.js: @google-cloud/storage to download and upload the images from Cloud Storage.</li><br><li>A Node.js library allowing us to run processes: child-process-promise to run ImageMagick since the ImageMagick command-line tool comes pre-installed on all Functions instances.</li></ul><br>To install these three packages into your Cloud Functions app, run the following npm install --save command. Make sure that you do this from the functions directory.<br><br><code>npm install --save @google-cloud/vision @google-cloud/storage child-process-promise</code><br><br>This will install the three packages locally and add them as declared dependencies in your package.js file."},{title:"Congratulations!",content:"<h1>Step 11 - Congratulations!</h1><br>You've built a full-fidelity, offline-capable progressive web app by leveraging the power of reusable Web Components and Firebase. Why bother with a native app when you know how to do all that?!"}],e.course=[{id:"15459251a6d6b397565",title:"Basics of Angular",slug:"basics-of-angular",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:30,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"154588a0864d2881124",title:"Basics of TypeScript",slug:"basics-of-typeScript",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:60,totalSteps:11,updated:"Nov 01, 2017",steps:e.demoSteps},{id:"15453ba60d3baa5daaf",title:"Android N: Quick Settings",slug:"android-n-quick-settings",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"android",length:120,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"15453a06c08fb021776",title:"Keep Sensitive Data Safe and Private",slug:"keep-sensitive-data-safe-and-private",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"android",length:45,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"15427f4c1b7f3953234",title:"Building a gRPC Service with Java",slug:"building-a-grpc-service-with-java",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"cloud",length:30,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1542d75d929a603125",title:"Build a PWA Using Workbox",slug:"build-a-pwa-using-workbox",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:120,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1543ee3a5b43e0f9f45",title:"Build an App for the Google Assistant with Firebase and Dialogflow",slug:"build-an-app-for-the-google-assistant-with-firebase-and-dialogflow",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"firebase",length:30,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1543cc4515df3146112",title:"Cloud Functions for Firebase",slug:"cloud-functions-for-firebase",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"firebase",length:45,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"154398a4770d7aaf9a2",title:"Manage Your Pivotal Cloud Foundry App's Using Apigee Edge",slug:"manage-your-pivotal-cloud-foundry-apps-using-apigee-Edge",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"cloud",length:90,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"15438351f87dcd68567",title:"Building Beautiful UIs with Flutter",your:"building-beautiful-uis-with-flutter",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:90,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1544e43dcdae6ebf876",title:"Cloud Firestore",slug:"cloud-firestore",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"firebase",length:90,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1541ca7af66da284177",title:"Customize Network Topology with Subnetworks",slug:"customize-network-topology-with-subnetworks",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:45,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"154297167e781781745",title:"Looking at Campaign Finance with BigQuery",slug:"looking-at-campaign-finance-with-bigquery",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"cloud",length:60,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"154537435d5b32bf11a",title:"Firebase Android",slug:"firebase-android",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"android",length:45,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"154204e45a59b168453",title:"Simulating a Thread Network Using OpenThread",slug:"simulating-a-thread-network-using-openthread",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:45,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1541dd1e05dfc439216",title:"Your First Progressive Web App",slug:"your-first-progressive-web-app",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"web",length:30,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1532dfc67e704e48515",title:"Launch Cloud Datalab",slug:"launch-cloud-datalab",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"cloud",length:60,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps},{id:"1542e43dfaae6ebf226",title:"Personalize Your iOS App with Firebase User Management",slug:"personalize-your-ios-app-with-firebase-user-management",description:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",category:"firebase",length:90,totalSteps:11,updated:"Jun 28, 2017",steps:e.demoSteps}],e})(),un=(()=>{class e{}return e.mails=[{id:"15459251a6d6b397565",from:{name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg",email:"alicefreeman@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"28 Jun",read:!1,starred:!1,important:!0,hasAttachments:!0,attachments:[{type:"image",fileName:"flowers",preview:"assets/images/mail/attachment-1.jpg",url:"",size:"1.1Mb"},{type:"image",fileName:"snow",preview:"assets/images/mail/attachment-2.jpg",url:"",size:"380kb"},{type:"image",fileName:"sunrise",preview:"assets/images/mail/attachment-3.jpg",size:"17Mb"}],labels:[1],folder:0},{id:"154588a0864d2881124",from:{name:"Lawrence Collins",avatar:"assets/images/avatars/vincent.jpg",email:"lawrencecollins@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"28 Jun",read:!1,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"15453ba60d3baa5daaf",from:{name:"Judith Burton",avatar:"assets/images/avatars/joyce.jpg",email:"judithburton@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"28 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[3,2],folder:0},{id:"15453a06c08fb021776",from:{name:"Danielle Obrien",avatar:"assets/images/avatars/danielle.jpg",email:"danielleobrien@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"28 Jun",read:!0,starred:!0,important:!1,hasAttachments:!1,labels:[1,3],folder:0},{id:"154537435d5b32bf11a",from:{name:"Brian Flores",avatar:"",email:"brianflores@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"26 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"1544e43dcdae6ebf876",from:{name:"Charles Kim",avatar:"assets/images/avatars/garry.jpg",email:"charleskim@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"18 Jun",read:!0,starred:!1,important:!0,hasAttachments:!1,labels:[2],folder:0},{id:"1543ee3a5b43e0f9f45",from:{name:"Patricia White",avatar:"",email:"patriciawhite@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"15 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"1543cc4515df3146112",from:{name:"Juan Carpenter",avatar:"assets/images/avatars/james.jpg",email:"juancarpenter@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"11 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"154398a4770d7aaf9a2",from:{name:"Maria Gilbert",avatar:"assets/images/avatars/danielle.jpg",email:"mariagilbert@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"5 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"15438351f87dcd68567",from:{name:"Tammy Brooks",avatar:"",email:"tammybrooks@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p>",time:"1 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"1542d75d929a603125",from:{name:"Kathy Price",avatar:"",email:"kathyprice@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p> ",time:"1 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"1541ca7af66da284177",from:{name:"Alan Coleman",avatar:"",email:"alancoleman@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p> ",time:"28 June",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"154297167e781781745",from:{name:"Thomas Silva",avatar:"",email:"thomassilva@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p> ",time:"16 Jun",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:0},{id:"15427f4c1b7f3953234",from:{name:"Jessica Robertson",avatar:"",email:"jessicarobertson@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p> ",time:"19 May",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:3},{id:"154204e45a59b168453",from:{name:"John Palmer",avatar:"",email:"johnpalmer@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p> ",time:"8 May",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:3},{id:"1541dd1e05dfc439216",from:{name:"David Butler",avatar:"",email:"davidbutler@creapond.com"},to:[{name:"me",email:"johndoe@creapond.com"}],subject:"Commits that need to be pushed lorem ipsum dolor sit amet, consectetur adipiscing elit.",message:"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce lorem diam, pulvinar id nisl non, ultrices maximus nibh. Suspendisse ut justo velit. Nullam ac ultrices risus, quis auctor orci. Vestibulum volutpat nisi et neque porta ullamcorper. Maecenas porttitor porta erat ac suscipit. Sed cursus leo ut elementum fringilla. Maecenas semper viverra erat, vel ullamcorper dui efficitur in. Vestibulum placerat imperdiet tellus, et tincidunt eros posuere eget. Proin sit amet facilisis libero. Nulla eget est ut erat aliquet rhoncus. Quisque ac urna vitae dui hendrerit sollicitudin vel id sem. </p><p> In eget ante sapien. Quisque consequat velit non ante finibus, vel placerat erat ultricies. Aliquam bibendum justo erat, ultrices vehicula dolor elementum a. Mauris eu nisl feugiat ligula molestie eleifend. Aliquam efficitur venenatis velit ac porta. Vivamus vitae pulvinar tellus. Donec odio enim, auctor eget nibh mattis, ultricies dignissim lacus. Phasellus non tincidunt dui. Nulla eu arcu lorem. </p><p> Donec non hendrerit augue, lobortis sollicitudin odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis sit amet euismod enim, eget vestibulum justo. Fusce a placerat lectus, eget feugiat purus. Cras risus ante, faucibus eget justo commodo, volutpat tempor ante. Donec sit amet leo venenatis, gravida quam sit amet, blandit dui. In quam ante, elementum ut faucibus nec, tristique vitae dui. Praesent vel erat at enim placerat luctus vel ut ipsum. In congue tempor mi, non ornare lectus condimentum at. Aenean libero diam, finibus eget sapien et, tristique fermentum lorem. </p> ",time:"7 May",read:!0,starred:!1,important:!1,hasAttachments:!1,labels:[],folder:3}],e.folders=[{id:0,handle:"inbox",title:"Inbox",icon:"inbox"},{id:1,handle:"sent",title:"Sent",icon:"send"},{id:2,handle:"drafts",title:"Drafts",icon:"email_open"},{id:3,handle:"spam",title:"Spam",icon:"error"},{id:4,handle:"trash",title:"Trash",icon:"delete"}],e.filters=[{id:0,handle:"starred",title:"Starred",icon:"star",color:"amber-fg"},{id:1,handle:"important",title:"Important",icon:"label",color:"red-fg"}],e.labels=[{id:0,handle:"note",title:"Note",color:"#7cb342"},{id:1,handle:"paypal",title:"Paypal",color:"#d84315"},{id:2,handle:"invoice",title:"Invoice",color:"#607d8b"},{id:3,handle:"amazon",title:"Amazon",color:"#03a9f4"}],e})(),cn=(()=>{class e{}return e.contacts=[{id:"5725a680b3249760ea21de52",name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680606588342058356d",name:"Arnold",avatar:"assets/images/avatars/Arnold.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a68009e20d0a9e9acf2a",name:"Barrera",avatar:"assets/images/avatars/Barrera.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit.",unread:null},{id:"5725a6809fdd915739187ed5",name:"Blair",avatar:"assets/images/avatars/Blair.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit.",unread:3},{id:"5725a68007920cf75051da64",name:"Boyle",avatar:"assets/images/avatars/Boyle.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a68031fdbb1db2c1af47",name:"Christy",avatar:"assets/images/avatars/Christy.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680bc670af746c435e2",name:"Copeland",avatar:"assets/images/avatars/Copeland.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680e7eb988a58ddf303",name:"Estes",avatar:"assets/images/avatars/Estes.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680dcb077889f758961",name:"Harper",avatar:"assets/images/avatars/Harper.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a6806acf030f9341e925",name:"Helen",avatar:"assets/images/avatars/Helen.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680ae1ae9a3c960d487",name:"Henderson",avatar:"assets/images/avatars/Henderson.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680b8d240c011dd224b",name:"Josefina",avatar:"assets/images/avatars/Josefina.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a68034cb3968e1f79eac",name:"Katina",avatar:"assets/images/avatars/Katina.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a6801146cce777df2a08",name:"Lily",avatar:"assets/images/avatars/Lily.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a6808a178bfd034d6ecf",name:"Mai",avatar:"assets/images/avatars/Mai.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680653c265f5c79b5a9",name:"Nancy",avatar:"assets/images/avatars/Nancy.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680bbcec3cc32a8488a",name:"Nora",avatar:"assets/images/avatars/Nora.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a6803d87f1b77e17b62b",name:"Odessa",avatar:"assets/images/avatars/Odessa.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680e87cb319bd9bd673",name:"Reyna",avatar:"assets/images/avatars/Reyna.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a6802d10e277a0f35775",name:"Shauna",avatar:"assets/images/avatars/Shauna.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit.",unread:null},{id:"5725a680aef1e5cf26dd3d1f",name:"Shepard",avatar:"assets/images/avatars/Shepard.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a680cd7efa56a45aea5d",name:"Tillman",avatar:"assets/images/avatars/Tillman.jpg",status:"do-not-disturb",mood:""},{id:"5725a680fb65c91a82cb35e2",name:"Trevino",avatar:"assets/images/avatars/Trevino.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a68018c663044be49cbf",name:"Tyson",avatar:"assets/images/avatars/Tyson.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},{id:"5725a6809413bf8a0a5272b1",name:"Velazquez",avatar:"assets/images/avatars/Velazquez.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."}],e.chats=[{id:"1725a680b3249760ea21de52",dialog:[{who:"5725a680b3249760ea21de52",message:"Quickly come to the meeting room 1B, we have a big server issue",time:"2017-03-22T08:54:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"I\u2019m having breakfast right now, can\u2019t you wait for 10 minutes?",time:"2017-03-22T08:55:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:00:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:02:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:05:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:15:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:20:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:22:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:25:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:27:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:33:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:35:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:45:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T10:00:28.299Z"}]},{id:"2725a680b8d240c011dd2243",dialog:[{who:"5725a680b8d240c011dd224b",message:"Quickly come to the meeting room 1B, we have a big server issue",time:"2017-04-22T01:00:00.299Z"},{who:"5725a6802d10e277a0f35724",message:"I\u2019m having breakfast right now, can\u2019t you wait for 10 minutes?",time:"2017-04-22T01:05:00.299Z"},{who:"5725a680b8d240c011dd224b",message:"We are losing money! Quick!",time:"2017-04-22T01:10:00.299Z"}]},{id:"3725a6809413bf8a0a5272b4",dialog:[{who:"5725a6809413bf8a0a5272b1",message:"Quickly come to the meeting room 1B, we have a big server issue",time:"2017-04-22T02:10:00.299Z"}]}],e.user=[{id:"5725a6802d10e277a0f35724",name:"John Doe",avatar:"assets/images/avatars/profile.jpg",status:"online",mood:"it's a status....not your diary...",chatList:[{id:"1725a680b3249760ea21de52",contactId:"5725a680b3249760ea21de52",name:"Alice Freeman",unread:4,lastMessage:"You are the worst!",lastMessageTime:"2017-06-12T02:10:18.931Z"},{id:"2725a680b8d240c011dd2243",contactId:"5725a680b8d240c011dd224b",name:"Josefina",unread:null,lastMessage:"We are losing money! Quick!",lastMessageTime:"2017-02-18T10:30:18.931Z"},{id:"3725a6809413bf8a0a5272b4",contactId:"5725a6809413bf8a0a5272b1",name:"Velazquez",unread:2,lastMessage:"Quickly come to the meeting room 1B, we have a big server issue",lastMessageTime:"2017-03-18T12:30:18.931Z"}]}],e})(),dn=(()=>{class e{}return e.files=[{name:"Work Documents",type:"folder",owner:"me",size:"",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0},{name:"Public Documents",type:"folder",owner:"public",size:"",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0},{name:"Private Documents",type:"folder",owner:"me",size:"",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0},{name:"Ongoing projects",type:"document",owner:"Emily Bennett",size:"1.2 Mb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"Shopping list",type:"document",owner:"Emily Bennett",size:"980 Kb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"Invoices",type:"spreadsheet",owner:"Emily Bennett",size:"750 Kb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"Crash logs",type:"document",owner:"Emily Bennett",size:"980 Mb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"System logs",type:"document",owner:"Emily Bennett",size:"52 Kb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"Prices",type:"spreadsheet",owner:"Emily Bennett",size:"27 Mb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"Anabelle Manual",type:"document",owner:"Emily Bennett",size:"1.1 Kb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"},{name:"Steam summer sale budget",type:"spreadsheet",owner:"Emily Bennett",size:"505 Kb",modified:"July 8, 2017",opened:"July 8, 2017",created:"July 8, 2017",extention:"",location:"My Files > Documents",offline:!0,preview:"assets/images/file-manager/sample-file-preview.jpg"}],e})(),mn=(()=>{class e{}return e.contacts=[{id:"5725a680b3249760ea21de52",name:"Abbott",lastName:"Keitch",avatar:"assets/images/avatars/Abbott.jpg",nickname:"Royalguard",company:"Saois",jobTitle:"Digital Archivist",email:"abbott@withinpixels.com",phone:"+1-202-555-0175",address:"933 8th Street Stamford, CT 06902",birthday:"",notes:""},{id:"5725a680606588342058356d",name:"Arnold",lastName:"Matlock",avatar:"assets/images/avatars/Arnold.jpg",nickname:"Wanderer",company:"Laotcone",jobTitle:"Graphic Artist",email:"arnold@withinpixels.com",phone:"+1-202-555-0141",address:"906 Valley Road Michigan City, IN 46360",birthday:"",notes:""},{id:"5725a68009e20d0a9e9acf2a",name:"Barrera",lastName:"Bradbury",avatar:"assets/images/avatars/Barrera.jpg",nickname:"Jackal",company:"Unizim",jobTitle:"Graphic Designer",email:"barrera@withinpixels.com",phone:"+1-202-555-0196",address:"183 River Street Passaic, NJ 07055",birthday:"",notes:""},{id:"5725a6809fdd915739187ed5",name:"Blair",lastName:"Strangeway",avatar:"assets/images/avatars/Blair.jpg",nickname:"Knight",company:"Conedubdax",jobTitle:"Visual Designer",email:"blair@withinpixels.com",phone:"+1-202-555-0118",address:"143 Jones Street Eau Claire, WI 54701",birthday:"",notes:""},{id:"5725a68007920cf75051da64",name:"Boyle",lastName:"Winters",avatar:"assets/images/avatars/Boyle.jpg",nickname:"Jester",company:"Newo",jobTitle:"Catalogue Illustrator",email:"boyle@withinpixels.com",phone:"+1-202-555-0177",address:"218 Pearl Street Brandon, FL 33510",birthday:"",notes:""},{id:"5725a68031fdbb1db2c1af47",name:"Christy",lastName:"Camacho",avatar:"assets/images/avatars/Christy.jpg",nickname:"Mist",company:"uniway",jobTitle:"3D Animator",email:"christy@withinpixels.com",phone:"+1-202-555-0136",address:"329 Bridge Street Desoto, TX 75115",birthday:"",notes:""},{id:"5725a680bc670af746c435e2",name:"Copeland",lastName:"Redcliff",avatar:"assets/images/avatars/Copeland.jpg",nickname:"Cloudlaw",company:"Tempron",jobTitle:"Multimedia Artist",email:"copeland@withinpixels.com",phone:"+1-202-555-0107",address:"956 6th Avenue North Bergen, NJ 0704",birthday:"",notes:""},{id:"5725a680e7eb988a58ddf303",name:"Estes",lastName:"Stevens",avatar:"assets/images/avatars/Estes.jpg",nickname:"Roamer",company:"nam-dex",jobTitle:"Special Effects Artist",email:"estes@withinpixels.com",phone:"+1-202-555-0113",address:"664 York Street Cambridge, MA 02138",birthday:"",notes:""},{id:"5725a680dcb077889f758961",name:"Harper",lastName:"MacGuffin",avatar:"assets/images/avatars/Harper.jpg",nickname:"Tempest",company:"runcane",jobTitle:"Application Developer",email:"harper@withinpixels.com",phone:"+1-202-555-0173",address:"738 Route 11 Cornelius, NC 28031",birthday:"",notes:""},{id:"5725a6806acf030f9341e925",name:"Helen",lastName:"Sheridan",avatar:"assets/images/avatars/Helen.jpg",nickname:"Magicbattler",company:"Subhow",jobTitle:"Content Developer",email:"helen@withinpixels.com",phone:"+1-202-555-0163",address:"194 Washington Avenue Saint Petersburg, FL 33702",birthday:"",notes:""},{id:"5725a680ae1ae9a3c960d487",name:"Henderson",lastName:"Cambias",avatar:"assets/images/avatars/Henderson.jpg",nickname:"Blizzard",company:"Howcom",jobTitle:"Web Designer",email:"henderson@withinpixels.com",phone:"+1-202-555-0151",address:"686 Roosevelt Avenue Oviedo, FL 32765",birthday:"",notes:""},{id:"5725a680b8d240c011dd224b",name:"Josefina",lastName:"Lakefield",avatar:"assets/images/avatars/Josefina.jpg",nickname:"Violet",company:"Gecko",jobTitle:"Web Developer",email:"josefina@withinpixels.com",phone:"+1-202-555-0160",address:"202 Hartford Road Lynchburg, VA 24502",birthday:"",notes:""},{id:"5725a68034cb3968e1f79eac",name:"Katina",lastName:"Bletchley",avatar:"assets/images/avatars/Katina.jpg",nickname:"Rose",company:"Lexicom",jobTitle:"Software Designer",email:"katina@withinpixels.com",phone:"+1-202-555-0186",address:"219 Woodland Road Valrico, FL 33594",birthday:"",notes:""},{id:"5725a6801146cce777df2a08",name:"Lily",lastName:"Peasegood",avatar:"assets/images/avatars/Lily.jpg",nickname:"Star",company:"zooflex",jobTitle:"Software Specialist",email:"lily@withinpixels.com",phone:"+1-202-555-0115",address:"305 Willow Drive Superior, WI 54880",birthday:"",notes:""},{id:"5725a6808a178bfd034d6ecf",name:"Mai",lastName:"Nox",avatar:"assets/images/avatars/Mai.jpg",nickname:"Violetmage",company:"quadzone",jobTitle:"Software Engineer",email:"mai@withinpixels.com",phone:"+1-202-555-0199",address:"148 Heather Lane Mcminnville, TN 37110",birthday:"",notes:""},{id:"5725a680653c265f5c79b5a9",name:"Nancy",lastName:"Jaggers",avatar:"assets/images/avatars/Nancy.jpg",nickname:"Silverwarden",company:"Opetamnix",jobTitle:"Software Architect",email:"nancy@withinpixels.com",phone:"+1-202-555-0120",address:"345 Laurel Lane Union City, NJ 07087",birthday:"",notes:""},{id:"5725a680bbcec3cc32a8488a",name:"Nora",lastName:"Franklin",avatar:"assets/images/avatars/Nora.jpg",nickname:"Katanachanter",company:"Saoway",jobTitle:"Database Coordinator",email:"nora@withinpixels.com",phone:"+1-202-555-0172",address:"572 Rose Street Summerfield, FL 34491",birthday:"",notes:""},{id:"5725a6803d87f1b77e17b62b",name:"Odessa",lastName:"Goodman",avatar:"assets/images/avatars/Odessa.jpg",nickname:"Rose",company:"transace",jobTitle:"Database Administration Manager",email:"odessa@withinpixels.com",phone:"+1-202-555-0190",address:"527 Jefferson Court Conyers, GA 30012",birthday:"",notes:""},{id:"5725a680e87cb319bd9bd673",name:"Reyna",lastName:"Preece",avatar:"assets/images/avatars/Reyna.jpg",nickname:"Holydawn",company:"Dingex",jobTitle:"Data Processing Planner",email:"reyna@withinpixels.com",phone:"+1-202-555-0116",address:"297 Strawberry Lane Faribault, MN 55021",birthday:"",notes:""},{id:"5725a6802d10e277a0f35775",name:"Shauna",lastName:"Atherton",avatar:"assets/images/avatars/Shauna.jpg",nickname:"Faunasoul",company:"Vivaflex",jobTitle:"Art Director",email:"shauna@withinpixels.com",phone:"+1-202-555-0159",address:"928 Canterbury Court Pittsburgh, PA 15206",birthday:"",notes:""},{id:"5725a680aef1e5cf26dd3d1f",name:"Shepard",lastName:"Rosco",avatar:"assets/images/avatars/Shepard.jpg",nickname:"Fireking",company:"Goldenla",jobTitle:"Magazine Designer",email:"shepard@withinpixels.com",phone:"+1-202-555-0173",address:"904 Ridge Road Pickerington, OH 43147",birthday:"",notes:""},{id:"5725a680cd7efa56a45aea5d",name:"Tillman",lastName:"Lee",avatar:"assets/images/avatars/Tillman.jpg",nickname:"Gust",company:"K-techno",jobTitle:"News Photographer",email:"tillman@withinpixels.com",phone:"+1-202-555-0183",address:"447 Charles Street Dorchester, MA 02125",birthday:"",notes:""},{id:"5725a680fb65c91a82cb35e2",name:"Trevino",lastName:"Bush",avatar:"assets/images/avatars/Trevino.jpg",nickname:"Wolf",company:"Dalthex",jobTitle:"Photojournalist",email:"trevino@withinpixels.com",phone:"+1-202-555-0138",address:"84 Valley View Road Norman, OK 73072",birthday:"",notes:""},{id:"5725a68018c663044be49cbf",name:"Tyson",lastName:"Marshall",avatar:"assets/images/avatars/Tyson.jpg",nickname:"Honordread",company:"Geocon",jobTitle:"Manuscript Editor",email:"tyson@withinpixels.com",phone:"+1-202-555-0146",address:"204 Clark Street Monsey, NY 10952",birthday:"",notes:""},{id:"5725a6809413bf8a0a5272b1",name:"Velazquez",lastName:"Smethley",avatar:"assets/images/avatars/Velazquez.jpg",nickname:"Strifedream",company:"ranex",jobTitle:"Publications Editor",email:"velezquez@withinpixels.com",phone:"+1-202-555-0146",address:"261 Cleveland Street Riverside, NJ 08075",birthday:"",notes:""}],e.user=[{id:"5725a6802d10e277a0f35724",name:"John Doe",avatar:"assets/images/avatars/profile.jpg",starred:["5725a680ae1ae9a3c960d487","5725a6801146cce777df2a08","5725a680bbcec3cc32a8488a","5725a680bc670af746c435e2","5725a68009e20d0a9e9acf2a"],frequentContacts:["5725a6809fdd915739187ed5","5725a68031fdbb1db2c1af47","5725a680606588342058356d","5725a680e7eb988a58ddf303","5725a6806acf030f9341e925","5725a68034cb3968e1f79eac","5725a6801146cce777df2a08","5725a680653c265f5c79b5a9"],groups:[{id:"5725a6802d10e277a0f35739",name:"Friends",contactIds:["5725a680bbcec3cc32a8488a","5725a680e87cb319bd9bd673","5725a6802d10e277a0f35775"]},{id:"5725a6802d10e277a0f35749",name:"Clients",contactIds:["5725a680cd7efa56a45aea5d","5725a68018c663044be49cbf","5725a6809413bf8a0a5272b1","5725a6803d87f1b77e17b62b"]},{id:"5725a6802d10e277a0f35329",name:"Recent Workers",contactIds:["5725a680bbcec3cc32a8488a","5725a680653c265f5c79b5a9","5725a6808a178bfd034d6ecf","5725a6801146cce777df2a08"]}]}],e})(),hn=(()=>{class e{}return e.todos=[{id:"561551bd7fe2ff461101c192",title:"Proident tempor est nulla irure ad est",notes:"Id nulla nulla proident deserunt deserunt proident in quis. Cillum reprehenderit labore id anim laborum.",startDate:"Wednesday, January 29, 2017 3:17 PM",dueDate:null,completed:!1,starred:!1,important:!1,deleted:!1,tags:[1]},{id:"561551bd4ac1e7eb77a3a750",title:"Magna quis irure quis ea pariatur laborum",notes:"",startDate:"Sunday, February 1, 2018 1:30 PM",dueDate:"Friday, December 30, 2019 10:07 AM",completed:!1,starred:!1,important:!0,deleted:!1,tags:[1,4]},{id:"561551bd917bfec2ddef2d49",title:"Ullamco duis commodo sint ad aliqua aute",notes:"Sunt laborum enim nostrud ea fugiat cillum mollit aliqua exercitation ad elit.",startDate:"Friday, April 11, 2017 3:43 AM",dueDate:"Wednesday, July 26, 2017 11:14 AM",completed:!1,starred:!0,important:!0,deleted:!1,tags:[3]},{id:"561551bdeeb2fd6877e18c29",title:"Eiusmod non occaecat pariatur Lorem in ex",notes:"Nostrud anim mollit incididunt qui qui sit commodo duis. Anim amet irure aliquip duis nostrud sit quis fugiat ullamco non dolor labore. Lorem sunt voluptate laboris culpa proident. Aute eiusmod aliqua exercitation irure exercitation qui laboris mollit occaecat eu occaecat fugiat.",startDate:"Wednesday, May 7, 2017 4:14 AM",dueDate:"Friday, December 15, 2017 4:01 AM",completed:!0,starred:!0,important:!1,deleted:!1,tags:[2]},{id:"561551bdf38eae0134ae43d4",title:"Lorem magna cillum consequat consequat mollit",notes:"Velit ipsum proident ea incididunt et. Consectetur eiusmod laborum voluptate duis occaecat ullamco sint enim proident.",startDate:"Sunday, August 23, 2018 11:19 PM",dueDate:"Friday, July 8, 2019 10:49 AM",completed:!1,starred:!1,important:!1,deleted:!1,tags:[5,4]},{id:"561551bd32f1588c814a0ccd",title:"Quis irure cupidatat ad consequat reprehenderit excepteur",notes:"Esse nisi mollit aliquip mollit aute consequat adipisicing. Do excepteur dolore proident cupidatat pariatur irure consequat incididunt.",startDate:"Sunday, June 7, 2018 10:49 AM",dueDate:"Monday, January 9, 2017 8:34 AM",completed:!1,starred:!0,important:!1,deleted:!1,tags:[2,3]},{id:"561551bd0bb4b08ca77038ef",title:"Officia voluptate tempor ut mollit ea cillum",notes:"Deserunt veniam reprehenderit do elit magna ut.",startDate:"Saturday, October 18, 2017 4:25 AM",dueDate:"Sunday, August 21, 2019 10:48 PM",completed:!0,starred:!1,important:!1,deleted:!1,tags:[2,4]},{id:"561551bdf84eec913835ebe5",title:"Sit exercitation cupidatat minim est ipsum excepteur",notes:"",startDate:"Friday, August 8, 2017 5:45 AM",dueDate:"Wednesday, June 15, 2019 1:53 PM",completed:!0,starred:!1,important:!0,deleted:!1,tags:[1,3]},{id:"561551bd2047cc709af0f670",title:"Sunt fugiat officia nisi minim sunt duis",notes:"Eiusmod eiusmod sint aliquip exercitation cillum. Magna nulla officia ex consectetur ea ad excepteur in qui.",startDate:"Monday, July 13, 2018 1:55 PM",dueDate:"Thursday, March 3, 2019 2:26 PM",completed:!1,starred:!1,important:!1,deleted:!1,tags:[{id:5,name:"mobile",label:"Mobile",color:"#9C27B0"}]},{id:"561551bd73d1a627e97005ce",title:"Non cupidatat enim quis aliquip minim laborum",notes:"Qui cillum eiusmod nostrud sunt dolore velit nostrud labore voluptate ad dolore. Eu Lorem anim pariatur aliqua. Ullamco ut dolor velit esse occaecat dolore eu cillum commodo qui. Nulla dolor consequat voluptate magna ut commodo magna consectetur non aute proident.",startDate:"Tuesday, November 11, 2017 6:36 PM",dueDate:"Tuesday, August 9, 2019 7:18 AM",completed:!1,starred:!1,important:!1,deleted:!1,tags:[2]},{id:"561551bd8f7d793ded0a2353",title:"Dolor ex occaecat magna labore laboris qui",notes:"Incididunt qui excepteur eiusmod elit cillum occaecat voluptate cillum nostrud. Dolor ullamco ullamco eiusmod do sunt adipisicing pariatur. In esse esse labore id reprehenderit sint do. Pariatur culpa dolor tempor qui excepteur duis do anim minim ipsum.",startDate:"Monday, June 9, 2017 3:15 PM",dueDate:"Wednesday, October 19, 2019 3:38 PM",completed:!1,starred:!1,important:!0,deleted:!1,tags:[3]},{id:"561551bdaa586f72d0be02cc",title:"Ex nisi amet id dolore nostrud esse",notes:"",startDate:"Thursday, January 15, 2018 6:11 PM",dueDate:"Sunday, August 20, 2017 10:02 AM",completed:!1,starred:!0,important:!0,deleted:!1,tags:[4]},{id:"561551bd9f1c2de5b27f537b",title:"In dolor velit labore dolore ex eiusmod",notes:"",startDate:"Monday, March 10, 2017 12:50 AM",dueDate:"Thursday, January 26, 2017 3:10 PM",completed:!1,starred:!1,important:!1,deleted:!1,tags:[4]},{id:"561551bd26e21bb5e85b35cb",title:"Sunt voluptate aliquip exercitation minim magna sit",notes:"",startDate:"Tuesday, March 24, 2018 10:54 PM",dueDate:"Wednesday, August 23, 2017 5:35 PM",completed:!1,starred:!1,important:!1,deleted:!1,tags:[4]},{id:"561551bd719860cf0ad2011a",title:"Nisi et ullamco minim ea proident tempor",notes:"Dolor veniam dolor cillum Lorem magna nisi in occaecat nulla dolor ea eiusmod.",startDate:"Friday, February 14, 2017 10:03 AM",dueDate:"Saturday, July 8, 2017 11:54 PM",completed:!1,starred:!0,important:!1,deleted:!1,tags:[2,4]},{id:"561551bd49d800c243264a91",title:"Sit ipsum mollit cupidatat adipisicing officia aliquip",notes:"",startDate:"Wednesday, December 10, 2017 9:25 AM",dueDate:"Friday, March 25, 2019 12:29 AM",completed:!0,starred:!1,important:!1,deleted:!1,tags:[1]},{id:"561551bd061990eaf40fb64f",title:"Amet sunt et quis amet commodo quis",notes:"Nulla dolore consequat aliqua sint consequat elit qui occaecat et.",startDate:"Saturday, March 1, 2017 3:59 PM",dueDate:"Saturday, November 7, 2018 2:00 PM",completed:!1,starred:!1,important:!0,deleted:!1,tags:[1]},{id:"561551be81d05fa94711e7f3",title:"Ut eiusmod ex ea eiusmod culpa incididunt",notes:"Fugiat non incididunt officia ex incididunt occaecat. Voluptate nostrud culpa aliquip mollit incididunt non dolore.",startDate:"Monday, February 2, 2018 3:07 PM",dueDate:"Saturday, October 14, 2017 6:57 AM",completed:!1,starred:!1,important:!1,deleted:!1,tags:[2]},{id:"561551be05c093a80e0c8d05",title:"Proident reprehenderit laboris pariatur ut et nisi",notes:"Reprehenderit proident ut ad cillum quis velit quis aliqua ut aliquip tempor ullamco.",startDate:"Sunday, June 14, 2018 4:40 AM",dueDate:"Wednesday, February 10, 2019 10:47 AM",completed:!0,starred:!0,important:!0,deleted:!1,tags:[5]},{id:"561551be3bb43a5bd431c2fc",title:"Aliqua aliquip aliquip aliquip et exercitation aute",notes:"Adipisicing Lorem tempor ex anim. Labore tempor laboris nostrud dolore voluptate ullamco. Fugiat ex deserunt anim minim esse velit laboris aute ea duis incididunt. Elit irure id Lorem incididunt laborum aliquip consectetur est irure sunt. Ut labore anim nisi aliqua tempor laborum nulla cillum. Duis irure consequat cillum magna cillum eiusmod ut. Et exercitation voluptate quis deserunt elit quis dolor deserunt ex ex esse ex.",startDate:"Saturday, May 3, 2017 1:32 AM",dueDate:"Monday, September 12, 2019 9:16 PM",completed:!0,starred:!1,important:!0,deleted:!0,tags:[3]}],e.filters=[{id:0,handle:"starred",title:"Starred",icon:"star"},{id:1,handle:"important",title:"Priority",icon:"error"},{id:2,handle:"dueDate",title:"Sheduled",icon:"schedule"},{id:3,handle:"today",title:"Today",icon:"today"},{id:4,handle:"completed",title:"Done",icon:"check"},{id:4,handle:"deleted",title:"Deleted",icon:"delete"}],e.tags=[{id:1,handle:"frontend",title:"Frontend",color:"#388E3C"},{id:2,handle:"backend",title:"Backend",color:"#F44336"},{id:3,handle:"api",title:"API",color:"#FF9800"},{id:4,handle:"issue",title:"Issue",color:"#0091EA"},{id:5,handle:"mobile",title:"Mobile",color:"#9C27B0"}],e})(),pn=(()=>{class e{}return e.boards=[{id:"32gfhaf2",name:"ACME Frontend Application",uri:"acme-frontend-application",settings:{color:"fuse-dark",subscribed:!1,cardCoverImages:!0},lists:[{id:"56027cf5a2ca3839a5d36103",name:"Design",idCards:["5603a2a3cab0c8300f6096b3","44d1.2b51ea6cc2b5d.21f4a3412e857.8ffa2d8b44ad9.ac87215ed53a1.67d4921ad8f8d.9f318bcb2"]},{id:"56127cf2a2ca3539g7d36103",name:"Development",idCards:["2837273da9b93dd84243s0f9","5787b7e4740c57bf0dffd5b6","5637273da9b93bb84743a0f9","7987.9740ba532b0d4.f9d12243f7362.507c0738dc561.87fba0a03df6e.75e6508cacf10.7a9835b54"]},{id:"faf244627326f1249525763d",name:"Upcoming Features",idCards:["d9005a4b89ed2aadca48a6ad","f6b9d7a9247e5d794a081927","80ed.24ad3b18e2668.f28fbbceeeff9.5a834620a42f1.5909be19a2bf2.6c4a54947ce2d.da356b0c1","0ad2.7862f947bc456.f42b446df54cb.d1dd9e93601a1.9deb1406d1404.0b3c278fc7001.733341b42","bad3.51be8ad33acaf.9540ecb37f7e8.6bee596cfe7d3.44c68bee289c4.b96ed0b9f0af7.e14846035"]},{id:"ad7d.9fffac5dff412.c83bca6853767.8fd7549b2b1ca.ceda8a01774c4.a5cf3976e87e4.ce79eeeea",name:"Known Bugs",idCards:["acc6.9c673cd2f5e35.521e91d8d5991.4b2a95e0539d1.027930c0743c5.7ad1ea7bea476.e8fbe6347","3279.3d69b40cc0b75.690252b6bea08.1e1789b0b7c2e.2f264b8661ce2.84d5f56910e23.429be5e8a","ba01.8e1a43f92a03a.0022bd5cbb9ba.275c64d911d8c.880e0846a3966.f75ff43e53ad.48ad612e7"]}],cards:[{id:"2837273da9b93dd84243s0f9",name:"Update generators",description:"Current generator doesn't support Node.js 6 and above.",idAttachmentCover:"",idMembers:["26027s1930450d8bf7b10828"],idLabels:["26022e4129ad3a5sc28b36cd"],attachments:[],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[{idMember:"36027j1930450d8bf7b10158",message:"AngularCLI could be a nice alternative.",time:"now"}],activities:[],due:null},{id:"5603a2a3cab0c8300f6096b3",name:"Change background colors",description:"",idAttachmentCover:"67027cahbe3b52ecf2dc631c",idMembers:["76027g1930450d8bf7b10958"],idLabels:["56027e4119ad3a5dc28b36cd","5640635e19ad3a5dc21416b2"],attachments:[{id:"67027cahbe3b52ecf2dc631c",name:"mail.jpg",src:"assets/images/scrumboard/mail.jpg",time:"Nov 3 at 15:22AM",type:"image"},{id:"56027cfcbe1b72ecf1fc452a",name:"calendar.jpg",src:"assets/images/scrumboard/calendar.jpg",time:"Nov 1 at 12:34PM",type:"image"}],subscribed:!0,checklists:[{id:"63021cfdbe1x72wcf1fc451v",name:"Checklist",checkItemsChecked:1,checkItems:[{name:"Implement a calendar library",checked:!1},{name:"Replace event colors with Material Design colors",checked:!0},{name:"Replace icons with Material Design icons",checked:!1},{name:"Use moment.js",checked:!1}]},{name:"Checklist 2",id:"74031cfdbe1x72wcz1dc166z",checkItemsChecked:1,checkItems:[{name:"Replace event colors with Material Design colors",checked:!0},{name:"Replace icons with Material Design icons",checked:!1},{name:"Use moment.js",checked:!1}]}],checkItems:7,checkItemsChecked:2,comments:[{idMember:"56027c1930450d8bf7b10758",message:"We should be able to add moment.js without any problems",time:"12 mins. ago"},{idMember:"36027j1930450d8bf7b10158",message:"I added a link for a page that might help us deciding the colors",time:"30 mins. ago"}],activities:[{idMember:"56027c1930450d8bf7b10758",message:"added a comment",time:"12 mins. ago"},{idMember:"36027j1930450d8bf7b10158",message:"added a comment",time:"30 mins. ago"},{idMember:"36027j1930450d8bf7b10158",message:"attached a link",time:"45 mins. ago"}],due:"2017-08-29T10:16:34.000Z"},{id:"5637273da9b93bb84743a0f9",name:"Fix splash screen bugs",description:"",idAttachmentCover:"",idMembers:["56027c1930450d8bf7b10758"],idLabels:["5640635e19ad3a5dc21416b2"],attachments:[],subscribed:!0,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:null},{id:"d9005a4b89ed2aadca48a6ad",name:"Add alternative authentication pages",description:"",idAttachmentCover:"",idMembers:["36027j1930450d8bf7b10158"],idLabels:["6540635g19ad3s5dc31412b2","56027e4119ad3a5dc28b36cd"],attachments:[],subscribed:!1,checklists:[{id:"dbfb.99bd0ad37dabc.e05046f0c824d.18f26bb524c96.78bebc8488634.240c0ee6a5e45.4cb872965",name:"Pages",checkItemsChecked:2,checkItems:[{name:"Login",checked:!0},{name:"Register",checked:!0},{name:"Lost Password",checked:!1},{name:"Recover Password",checked:!1},{name:"Activate Account",checked:!1}]}],checkItems:5,checkItemsChecked:2,comments:[],activities:[],due:null},{id:"5787b7e4740c57bf0dffd5b6",name:"Fix the console",description:"We need to fix the console asap!",idAttachmentCover:"",idMembers:[],idLabels:["26022e4129ad3a5sc28b36cd"],attachments:[],subscribed:!0,checklists:[],checkItems:0,checkItemsChecked:0,comments:[{idMember:"36027j1930450d8bf7b10158",message:"I'm on it!",time:"now"}],activities:[],due:"2020-09-07T12:00:00.000Z"},{id:"f6b9d7a9247e5d794a081927",name:"New media player",description:"",idAttachmentCover:"",idMembers:["76027g1930450d8bf7b10958","56027c1930450d8bf7b10758","26027s1930450d8bf7b10828"],idLabels:["5640635e19ad3a5dc21416b2","6540635g19ad3s5dc31412b2"],attachments:[],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:null},{id:"acc6.9c673cd2f5e35.521e91d8d5991.4b2a95e0539d1.027930c0743c5.7ad1ea7bea476.e8fbe6347",name:"Memory Leak",description:"",idAttachmentCover:"",idMembers:["36027j1930450d8bf7b10158"],idLabels:["26022e4129ad3a5sc28b36cd","5640635e19ad3a5dc21416b2"],attachments:[],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:null},{id:"3279.3d69b40cc0b75.690252b6bea08.1e1789b0b7c2e.2f264b8661ce2.84d5f56910e23.429be5e8a",name:"Broken toolbar on profile page",description:"",idAttachmentCover:"",idMembers:["26027s1930450d8bf7b10828"],idLabels:["26022e4129ad3a5sc28b36cd"],attachments:[],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[{idMember:"36027j1930450d8bf7b10158",message:"This should be a medium priority bug, shouldn't it?",time:"now"}],activities:[],due:null},{id:"ba01.8e1a43f92a03a.0022bd5cbb9ba.275c64d911d8c.880e0846a3966.f75ff43e53ad.48ad612e7",name:"Button hover style",description:"If there are 3 or more buttons in certain page, weird flashing happens when you hover over the red ones.",idAttachmentCover:"",idMembers:["26027s1930450d8bf7b10828"],idLabels:["26022e4129ad3a5sc28b36cd","5640635e19ad3a5dc21416b2"],attachments:[],subscribed:!0,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:"2017-03-08T09:00:00.000Z"},{id:"80ed.24ad3b18e2668.f28fbbceeeff9.5a834620a42f1.5909be19a2bf2.6c4a54947ce2d.da356b0c1",name:"New header designs",description:"",idAttachmentCover:"12027cafbe3b52ecf2ef632c",idMembers:[],idLabels:["56027e4119ad3a5dc28b36cd","6540635g19ad3s5dc31412b2","5640635e19ad3a5dc21416b2"],attachments:[{id:"12027cafbe3b52ecf2ef632c",name:"header-.jpg",src:"assets/images/scrumboard/header-1.jpg",time:"Nov 3 at 15:22AM",type:"image"},{id:"55027ced1e1a12ecf1fced2a",name:"header-2.jpg",src:"assets/images/scrumboard/header-2.jpg",time:"Nov 1 at 12:34PM",type:"image"}],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[{idMember:"36027j1930450d8bf7b10158",message:"Currently we have two new designs ready to ship.",time:"now"}],activities:[],due:null},{id:"0ad2.7862f947bc456.f42b446df54cb.d1dd9e93601a1.9deb1406d1404.0b3c278fc7001.733341b42",name:"Fixed footer",description:"",idAttachmentCover:"",idMembers:["26027s1930450d8bf7b10828","56027c1930450d8bf7b10758"],idLabels:["6540635g19ad3s5dc31412b2"],attachments:[],subscribed:!0,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:null},{id:"bad3.51be8ad33acaf.9540ecb37f7e8.6bee596cfe7d3.44c68bee289c4.b96ed0b9f0af7.e14846035",name:"Collapsable navigation",description:"",idAttachmentCover:"",idMembers:[],idLabels:["6540635g19ad3s5dc31412b2"],attachments:[],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[{idMember:"36027j1930450d8bf7b10158",message:"I'm not sure why we re-doing the navigation. The current collapsable navigation works flawlessly.",time:"now"}],activities:[],due:null},{id:"44d1.2b51ea6cc2b5d.21f4a3412e857.8ffa2d8b44ad9.ac87215ed53a1.67d4921ad8f8d.9f318bcb2",name:"Mail app new layout",description:"Current layout has lots of flaws in mobile. Outlook view should help with that.",idAttachmentCover:"",idMembers:["56027c1930450d8bf7b10758","26027s1930450d8bf7b10828","76027g1930450d8bf7b10958","36027j1930450d8bf7b10158"],idLabels:["56027e4119ad3a5dc28b36cd","26022e4129ad3a5sc28b36cd"],attachments:[],subscribed:!1,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:null},{id:"7987.9740ba532b0d4.f9d12243f7362.507c0738dc561.87fba0a03df6e.75e6508cacf10.7a9835b54",name:"API recover and monitoring",description:"We need a service to monitor and recover failed APIs.",idAttachmentCover:"",idMembers:["36027j1930450d8bf7b10158","76027g1930450d8bf7b10958"],idLabels:["26022e4129ad3a5sc28b36cd","5640635e19ad3a5dc21416b2"],attachments:[],subscribed:!0,checklists:[{id:"6926.2b31d119e4a.889401e0ca7a0.13ad8ce2e569d.976e54e8b5d87.456afccd7e820.d6c77106a",name:"API Monitoring",checkItemsChecked:2,checkItems:[{name:"Simple dashboard design",checked:!1},{name:"Should be able to see different time periods on the same dashboard",checked:!0},{name:"Different colors for different clusters",checked:!0}]},{id:"7c22.5261c7924387f.248e8b1d32205.003f7a9f501d1.1d48dcdbe8b23.8099dcc5f75a7.29a966196",name:"API Recovery",checkItemsChecked:1,checkItems:[{name:"Warning notifications to all developers",checked:!1},{name:"Immediate recovery options attached to the notifications",checked:!0},{name:"Backups every 6hours",checked:!1}]}],checkItems:6,checkItemsChecked:3,comments:[],activities:[],due:"2017-02-02T11:20:34.000Z"}],members:[{id:"56027c1930450d8bf7b10758",name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg"},{id:"26027s1930450d8bf7b10828",name:"Danielle Obrien",avatar:"assets/images/avatars/danielle.jpg"},{id:"76027g1930450d8bf7b10958",name:"James Lewis",avatar:"assets/images/avatars/james.jpg"},{id:"36027j1930450d8bf7b10158",name:"Vincent Munoz",avatar:"assets/images/avatars/vincent.jpg"}],labels:[{id:"26022e4129ad3a5sc28b36cd",name:"High Priority",color:"red-500"},{id:"56027e4119ad3a5dc28b36cd",name:"Design",color:"orange-400"},{id:"5640635e19ad3a5dc21416b2",name:"App",color:"blue-600"},{id:"6540635g19ad3s5dc31412b2",name:"Feature",color:"green-400"}]},{id:"27cfcbe1",name:"ACME Backend Application",uri:"acme-backend-application",settings:{color:"blue-grey",subscribed:!1,cardCoverImages:!0},lists:[{id:"56027cf5a2ca3839a5d36103",name:"Designs",idCards:["5603a2a3cab0c8300f6096b3"]},{id:"56127cf2a2ca3539g7d36103",name:"Development",idCards:["5637273da9b93bb84743a0f9"]}],cards:[{id:"5603a2a3cab0c8300f6096b3",name:"Calendar App Design",description:"",idAttachmentCover:"56027cfcbe1b72ecf1fc452a",idMembers:["56027c1930450d8bf7b10758","36027j1930450d8bf7b10158"],idLabels:["56027e4119ad3a5dc28b36cd","5640635e19ad3a5dc21416b2"],attachments:[{id:"56027cfcbe1b72ecf1fc452a",name:"calendar-app-design.jpg",src:"assets/images/scrumboard/calendar.jpg",time:"Nov 1 at 12:34PM",type:"image"},{id:"67027cahbe3b52ecf2dc631c",url:"assets/images/scrumboard/calendar.jpg",time:"Nov 3 at 15:22AM",type:"link"}],subscribed:!0,checklists:[{id:"63021cfdbe1x72wcf1fc451v",name:"Checklist",checkItemsChecked:1,checkItems:[{name:"Implement a calendar library",checked:!1},{name:"Replace event colors with Material Design colors",checked:!0},{name:"Replace icons with Material Design icons",checked:!1},{name:"Use moment.js",checked:!1}]},{name:"Checklist 2",id:"74031cfdbe1x72wcz1dc166z",checkItemsChecked:1,checkItems:[{name:"Replace event colors with Material Design colors",checked:!0},{name:"Replace icons with Material Design icons",checked:!1},{name:"Use moment.js",checked:!1}]}],checkItems:7,checkItemsChecked:2,comments:[{idMember:"56027c1930450d8bf7b10758",message:"We should be able to add moment.js without any problems",time:"12 mins. ago"},{idMember:"36027j1930450d8bf7b10158",message:"I added a link for a page that might help us deciding the colors",time:"30 mins. ago"}],activities:[{idMember:"56027c1930450d8bf7b10758",message:"added a comment",time:"12 mins. ago"},{idMember:"36027j1930450d8bf7b10158",message:"added a comment",time:"30 mins. ago"},{idMember:"36027j1930450d8bf7b10158",message:"attached a link",time:"45 mins. ago"}],due:null},{id:"5637273da9b93bb84743a0f9",name:"Fix Splash Screen bugs",description:"",idAttachmentCover:"5603a2ae2bbd55bb2db57478",idMembers:["56027c1930450d8bf7b10758"],idLabels:[],attachments:[{id:"5603a2ae2bbd55bb2db57478",name:"mail-app-design.jpg",src:"assets/images/scrumboard/mail.jpg",time:"Nov 1 at 12:34PM",type:"image"}],subscribed:!0,checklists:[],checkItems:0,checkItemsChecked:0,comments:[],activities:[],due:null}],members:[{id:"56027c1930450d8bf7b10758",name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg"},{id:"26027s1930450d8bf7b10828",name:"Danielle Obrien",avatar:"assets/images/avatars/danielle.jpg"},{id:"76027g1930450d8bf7b10958",name:"James Lewis",avatar:"assets/images/avatars/james.jpg"},{id:"36027j1930450d8bf7b10158",name:"Vincent Munoz",avatar:"assets/images/avatars/vincent.jpg"}],labels:[{id:"56027e4119ad3a5dc28b36cd",name:"Design",color:"red-500"},{id:"5640635e19ad3a5dc21416b2",name:"App",color:"blue-500"},{id:"6540635g19ad3s5dc31412b2",name:"Feature",color:"green-400"}]}],e})(),fn=(()=>{class e{}return e.invoice={from:{title:"Fuse Inc.",address:"2810 Country Club Road Cranford, NJ 07016",phone:"+66 123 455 87",email:"hello@fuseinc.com",website:"www.fuseinc.com"},client:{title:"John Doe",address:"9301 Wood Street Philadelphia, PA 19111",phone:"+55 552 455 87",email:"johndoe@mail.com"},number:"P9-0004",date:"Jul 19, 2018",dueDate:"Aug 24, 2018",services:[{title:"Prototype & Design",detail:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus accumsan, quam sed eleifend imperdiet.",unit:"Hour",unitPrice:"12.00",quantity:"240",total:"2880"},{title:"Coding",detail:"Vestibulum ligula sem, rutrum et libero id, porta vehicula metus. Cras dapibus neque sit amet laoreet vestibulum.",unit:"Hour",unitPrice:"10.50",quantity:"350",total:"3675"},{title:"Testing",detail:"Pellentesque luctus efficitur neque in finibus. Integer ut nunc in augue maximus porttitor id id nulla. In vitae erat.",unit:"Hour",unitPrice:"4.00",quantity:"50",total:"200"},{title:"Documentation & Training",detail:"Pellentesque luctus efficitur neque in finibus. Integer ut nunc in augue maximus porttitor id id nulla. In vitae erat.",unit:"Hour",unitPrice:"6.50",quantity:"260",total:"1690"}],subtotal:"8445",tax:"675.60",discount:"120.60",total:"9000"},e})(),gn=(()=>{class e{}return e.timeline={activities:[{user:{name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg"},message:"started following you.",time:"13 mins. ago"},{user:{name:"Andrew Green",avatar:"assets/images/avatars/andrew.jpg"},message:"sent you a message.",time:"June 10,2018"},{user:{name:"Garry Newman",avatar:"assets/images/avatars/garry.jpg"},message:"shared a public post with your group.",time:"June 9,2018"},{user:{name:"Carl Henderson",avatar:"assets/images/avatars/carl.jpg"},message:"wants to play Fallout Shelter with you.",time:"June 8,2018"},{user:{name:"Jane Dean",avatar:"assets/images/avatars/jane.jpg"},message:"started following you.",time:"June 7,2018"},{user:{name:"Juan Carpenter",avatar:"assets/images/avatars/james.jpg"},message:"sent you a message.",time:"June 6,2018"},{user:{name:"Judith Burton",avatar:"assets/images/avatars/joyce.jpg"},message:"shared a photo with you.",time:"June 5,2018"},{user:{name:"Vincent Munoz",avatar:"assets/images/avatars/vincent.jpg"},message:"shared a photo with you.",time:"June 4,2018"}],posts:[{user:{name:"Garry Newman",avatar:"assets/images/avatars/garry.jpg"},message:"Remember the place we were talking about the other night? Found it!",time:"32 minutes ago",type:"post",like:5,share:21,media:{type:"image",preview:"assets/images/profile/morain-lake.jpg"},comments:[{user:{name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg"},time:"June 10, 2018",message:"That\u2019s a wonderful place. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat."}]},{user:{name:"Andrew Green",avatar:"assets/images/avatars/andrew.jpg"},message:"Hey, man! Check this, it\u2019s pretty awesome!",time:"June 12, 2018",type:"article",like:98,share:6,article:{title:"Never stop changing!",subtitle:"John Westrock",excerpt:"John Westrock's new photo album called 'Never stop changing' is published! It features more than 200 photos that will take you right in.",media:{type:"image",preview:"assets/images/profile/never-stop-changing.jpg"}},comments:[{user:{name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg"},time:"June 10, 2018",message:"That\u2019s a wonderful place. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat."}]},{user:{name:"Carl Henderson",avatar:"assets/images/avatars/carl.jpg"},message:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat. Aenean lorem ex, ultrices sit amet ligula sed...",time:"June 10, 2018",type:"something",like:4,share:1}]},e.photosVideos=[{name:"June 2018",info:"5 Photos",media:[{type:"photo",title:"A Walk Amongst Friends",preview:"assets/images/profile/a-walk-amongst-friends-small.jpg"},{type:"photo",title:"Braies Lake",preview:"assets/images/profile/braies-lake-small.jpg"},{type:"photo",title:"Fall Glow",preview:"assets/images/profile/fall-glow-small.jpg"},{type:"photo",title:"First Snow",preview:"assets/images/profile/first-snow-small.jpg"},{type:"photo",title:"Lago di Braies",preview:"assets/images/profile/lago-di-braies-small.jpg"}]},{name:"May 2018",info:"7 Photos, 3 Videos",media:[{type:"photo",title:"Lago di Sorapis",preview:"assets/images/profile/lago-di-sorapis-small.jpg"},{type:"photo",title:"Morain Lake",preview:"assets/images/profile/morain-lake-small.jpg"},{type:"photo",title:"Never Stop Changing",preview:"assets/images/profile/never-stop-changing-small.jpg"},{type:"photo",title:"Reaching",preview:"assets/images/profile/reaching-small.jpg"},{type:"photo",title:"Yosemite",preview:"assets/images/profile/yosemite-small.jpg"},{type:"photo",title:"A Walk Amongst Friends",preview:"assets/images/profile/a-walk-amongst-friends-small.jpg"},{type:"photo",title:"Braies Lake",preview:"assets/images/profile/braies-lake-small.jpg"},{type:"photo",title:"Fall Glow",preview:"assets/images/profile/fall-glow-small.jpg"},{type:"photo",title:"First Snow",preview:"assets/images/profile/first-snow-small.jpg"},{type:"photo",title:"Lago di Braies",preview:"assets/images/profile/lago-di-braies-small.jpg"}]},{name:"April 2018",info:"7 Photos",media:[{type:"photo",title:"Lago di Sorapis",preview:"assets/images/profile/lago-di-sorapis-small.jpg"},{type:"photo",title:"Morain Lake",preview:"assets/images/profile/morain-lake-small.jpg"},{type:"photo",title:"Never Stop Changing",preview:"assets/images/profile/never-stop-changing-small.jpg"},{type:"photo",title:"Reaching",preview:"assets/images/profile/reaching-small.jpg"},{type:"photo",title:"Yosemite",preview:"assets/images/profile/yosemite-small.jpg"},{type:"photo",title:"A Walk Amongst Friends",preview:"assets/images/profile/a-walk-amongst-friends-small.jpg"},{type:"photo",title:"Braies Lake",preview:"assets/images/profile/braies-lake-small.jpg"}]}],e.about={general:{gender:"Male",birthday:"February 30th, 1974",locations:["London, UK","New York, USA"],about:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget pharetra felis, sed ullamcorper dui. Sed et elementum neque. Vestibulum pellente viverra ultrices. Etiam justo augue, vehicula ac gravida a, interdum sit amet nisl. Integer vitae nisi id nibh dictum mollis in vitae tortor."},work:{occupation:"Developer",skills:"C#, PHP, Javascript, Angular, JS, HTML, CSS",jobs:[{company:"Self-Employed",date:"2010 - Now"},{company:"Google",date:"2008 - 2010"}]},contact:{address:"Ut pharetra luctus est quis sodales. Duis nisi tortor, bibendum eget tincidunt, aliquam ac elit. Mauris nec euismod odio.",tel:["+6 555 6600","+9 555 5255"],websites:["withinpixels.com"],emails:["mail@withinpixels.com","mail@creapond.com"]},groups:[{name:"Android",category:"Technology",members:"1.856.546"},{name:"Google",category:"Web",members:"1.226.121"},{name:"Fallout",category:"Games",members:"526.142"}],friends:[{name:"Garry Newman",avatar:"assets/images/avatars/garry.jpg"},{name:"Carl Henderson",avatar:"assets/images/avatars/carl.jpg"},{name:"Jane Dean",avatar:"assets/images/avatars/jane.jpg"},{name:"Garry Arnold",avatar:"assets/images/avatars/garry.jpg"},{name:"Vincent Munoz",avatar:"assets/images/avatars/vincent.jpg"},{name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg"},{name:"Andrew Green",avatar:"assets/images/avatars/andrew.jpg"}]},e})(),_n=(()=>{class e{}return e.search=[{title:"Dynamically Procrastinate B2C",url:"ourwebaddress.com/articles/procrastinate",excerpt:"Collaboratively administrate empowered markets via plug-and-play networks. Dynamically procrastinate B2C users after installed base benefits."},{title:"Cross Media",url:"ourwebaddress.com/articles/cross-media",excerpt:"Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas."},{title:"Synergize",url:"ourwebaddress.com/articles/synergize",excerpt:"Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas."},{title:"Parallel Platforms",url:"ourwebaddress.com/articles/parallel-paltforms",excerpt:"Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate extensible testing procedures for reliable supply chains."},{title:"Growth Strategies",url:"ourwebaddress.com/articles/growth-strategies",excerpt:"Proactively envisioned multimedia based expertise and cross-media growth strategies. Holistically pontificate installed base portals after maintainable products."},{title:"Methodologies",url:"ourwebaddress.com/articles/methodologies",excerpt:"Phosfluorescently engage worldwide methodologies with web-enabled technology. Completely pursue scalable customer service through sustainable potentialities."},{title:"E-tailers",url:"ourwebaddress.com/articles/e-trailers",excerpt:"Collaboratively administrate turnkey channels whereas virtual e-tailers. Objectively seize scalable metrics whereas proactive e-services."},{title:"Web Readiness",url:"ourwebaddress.com/articles/web-readiness",excerpt:"Credibly innovate granular internal or organic sources whereas high standards in web-readiness. Dramatically synthesize integrated schemas with optimal networks."}],e})(),bn=(()=>{class e{}return e.data=[{question:"Proident tempor est nulla irure ad est?",answer:"Id nulla nulla proident deserunt deserunt proident in quis. Cillum reprehenderit labore id anim laborum."},{question:"Ullamco duis commodo sint ad aliqua aute?",answer:"Sunt laborum enim nostrud ea fugiat cillum mollit aliqua exercitation ad elit."},{question:"Eiusmod non occaecat pariatur Lorem in ex?",answer:"Nostrud anim mollit incididunt qui qui sit commodo duis. Anim amet irure aliquip duis nostrud sit quis fugiat ullamco non dolor labore. Lorem sunt voluptate laboris culpa proident. Aute eiusmod aliqua exercitation irure exercitation qui laboris mollit occaecat eu occaecat fugiat."},{question:"Lorem magna cillum consequat consequat mollit?",answer:"Velit ipsum proident ea incididunt et. Consectetur eiusmod laborum voluptate duis occaecat ullamco sint enim proident."},{question:"Quis irure cupidatat ad consequat reprehenderit excepteur?",answer:"Esse nisi mollit aliquip mollit aute consequat adipisicing. Do excepteur dolore proident cupidatat pariatur irure consequat incididunt."},{question:"Officia voluptate tempor ut mollit ea cillum?",answer:"Deserunt veniam reprehenderit do elit magna ut."},{question:"Sunt fugiat officia nisi minim sunt duis?",answer:"Eiusmod eiusmod sint aliquip exercitation cillum. Magna nulla officia ex consectetur ea ad excepteur in qui."},{question:"Non cupidatat enim quis aliquip minim laborum?",answer:"Qui cillum eiusmod nostrud sunt dolore velit nostrud labore voluptate ad dolore. Eu Lorem anim pariatur aliqua. Ullamco ut dolor velit esse occaecat dolore eu cillum commodo qui. Nulla dolor consequat voluptate magna ut commodo magna consectetur non aute proident."},{question:"Dolor ex occaecat magna labore laboris qui?",answer:"Incididunt qui excepteur eiusmod elit cillum occaecat voluptate cillum nostrud. Dolor ullamco ullamco eiusmod do sunt adipisicing pariatur. In esse esse labore id reprehenderit sint do. Pariatur culpa dolor tempor qui excepteur duis do anim minim ipsum."},{question:"Nisi et ullamco minim ea proident tempor?",answer:"Dolor veniam dolor cillum Lorem magna nisi in occaecat nulla dolor ea eiusmod."},{question:"Amet sunt et quis amet commodo quis?",answer:"Nulla dolore consequat aliqua sint consequat elit qui occaecat et."},{question:"Ut eiusmod ex ea eiusmod culpa incididunt?",answer:"Fugiat non incididunt officia ex incididunt occaecat. Voluptate nostrud culpa aliquip mollit incididunt non dolore."},{question:"Proident reprehenderit laboris pariatur ut et nisi?",answer:"Reprehenderit proident ut ad cillum quis velit quis aliqua ut aliquip tempor ullamco."},{question:"Aliqua aliquip aliquip aliquip et exercitation aute?",answer:"Adipisicing Lorem tempor ex anim. Labore tempor laboris nostrud dolore voluptate ullamco. Fugiat ex deserunt anim minim esse velit laboris aute ea duis incididunt. Elit irure id Lorem incididunt laborum aliquip consectetur est irure sunt. Ut labore anim nisi aliqua tempor laborum nulla cillum. Duis irure consequat cillum magna cillum eiusmod ut. Et exercitation voluptate quis deserunt elit quis dolor deserunt ex ex esse ex."}],e})(),yn=(()=>{class e{}return e.data=[{title:"Your Account",path:"/pages/knowledge-base",articlesCount:17,featuredArticles:[{title:"Account limits",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"How do I change my username?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"How do I change my password?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"How do I change my email address?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"How do I close my account?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'}]},{title:"Selling",path:"/pages/knowledge-base",articlesCount:12,featuredArticles:[{title:"A guide to the upload process",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Author collaboration",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Exclusivity policy",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Promises you make as an author",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"An author\u2019s introduction",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'}]},{title:"Buying",path:"/pages/knowledge-base",articlesCount:19,featuredArticles:[{title:"Where is my purchase code?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Can I get a refund?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Contact us",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"How do I purchase an item?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"I'm trying to find a specific item",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'}]},{title:"Item Support",path:"/pages/knowledge-base",articlesCount:24,featuredArticles:[{title:"What is Item Support?",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"How to contact an author",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Rating or review removal policy",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Purchasing unsupported items",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'},{title:"Item installation guide",content:'<p><b>The standard Lorem Ipsum passage, used since the 1500s</b></p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna\n    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur\n    sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n</p>\n<p><b>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</b></p>\n<p>Sed ut perspiciatis unde omnis iste natus error sit\n    voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et\n    quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit\n    aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,\n    qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt\n    ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam\n    corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui\n    in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla\n    pariatur?\n</p>\n<p><b>1914 translation by H. Rackham</b></p>\n<p>\n    But I must explain to you how all this mistaken idea of denouncing pleasure\n    and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of\n    the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure\n    itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter\n    consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of\n    itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some\n    great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain\n    some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no\n    annoying consequences, or one who avoids a pain that produces no resultant pleasure?\n</p>\n'}]}],e})(),vn=(()=>{class e{}return e.icons=[{name:"3d_rotation",ligature:"3d_rotation",tags:["3d_rotation"]},{name:"4k",ligature:"4k",tags:["4k"]},{name:"360",ligature:"360",tags:["360"]},{name:"ac_unit",ligature:"ac_unit",tags:["ac_unit"]},{name:"access_alarm",ligature:"access_alarm",tags:["access_alarm"]},{name:"access_alarms",ligature:"access_alarms",tags:["access_alarms"]},{name:"access_time",ligature:"access_time",tags:["access_time"]},{name:"accessibility_new",ligature:"accessibility_new",tags:["accessibility_new"]},{name:"accessibility",ligature:"accessibility",tags:["accessibility"]},{name:"accessible_forward",ligature:"accessible_forward",tags:["accessible_forward"]},{name:"accessible",ligature:"accessible",tags:["accessible"]},{name:"account_balance_wallet",ligature:"account_balance_wallet",tags:["account_balance_wallet"]},{name:"account_balance",ligature:"account_balance",tags:["account_balance"]},{name:"account_box",ligature:"account_box",tags:["account_box"]},{name:"account_circle",ligature:"account_circle",tags:["account_circle"]},{name:"adb",ligature:"adb",tags:["adb"]},{name:"add_a_photo",ligature:"add_a_photo",tags:["add_a_photo"]},{name:"add_alarm",ligature:"add_alarm",tags:["add_alarm"]},{name:"add_alert",ligature:"add_alert",tags:["add_alert"]},{name:"add_box",ligature:"add_box",tags:["add_box"]},{name:"add_circle_outline",ligature:"add_circle_outline",tags:["add_circle_outline"]},{name:"add_circle",ligature:"add_circle",tags:["add_circle"]},{name:"add_comment",ligature:"add_comment",tags:["add_comment"]},{name:"add_location",ligature:"add_location",tags:["add_location"]},{name:"add_photo_alternate",ligature:"add_photo_alternate",tags:["add_photo_alternate"]},{name:"add_shopping_cart",ligature:"add_shopping_cart",tags:["add_shopping_cart"]},{name:"add_to_home_screen",ligature:"add_to_home_screen",tags:["add_to_home_screen"]},{name:"add_to_photos",ligature:"add_to_photos",tags:["add_to_photos"]},{name:"add_to_queue",ligature:"add_to_queue",tags:["add_to_queue"]},{name:"add",ligature:"add",tags:["add"]},{name:"adjust",ligature:"adjust",tags:["adjust"]},{name:"airline_seat_flat_angled",ligature:"airline_seat_flat_angled",tags:["airline_seat_flat_angled"]},{name:"airline_seat_flat",ligature:"airline_seat_flat",tags:["airline_seat_flat"]},{name:"airline_seat_individual_suite",ligature:"airline_seat_individual_suite",tags:["airline_seat_individual_suite"]},{name:"airline_seat_legroom_extra",ligature:"airline_seat_legroom_extra",tags:["airline_seat_legroom_extra"]},{name:"airline_seat_legroom_normal",ligature:"airline_seat_legroom_normal",tags:["airline_seat_legroom_normal"]},{name:"airline_seat_legroom_reduced",ligature:"airline_seat_legroom_reduced",tags:["airline_seat_legroom_reduced"]},{name:"airline_seat_recline_extra",ligature:"airline_seat_recline_extra",tags:["airline_seat_recline_extra"]},{name:"airline_seat_recline_normal",ligature:"airline_seat_recline_normal",tags:["airline_seat_recline_normal"]},{name:"airplanemode_active",ligature:"airplanemode_active",tags:["airplanemode_active"]},{name:"airplanemode_inactive",ligature:"airplanemode_inactive",tags:["airplanemode_inactive"]},{name:"airplay",ligature:"airplay",tags:["airplay"]},{name:"airport_shuttle",ligature:"airport_shuttle",tags:["airport_shuttle"]},{name:"alarm_add",ligature:"alarm_add",tags:["alarm_add"]},{name:"alarm_off",ligature:"alarm_off",tags:["alarm_off"]},{name:"alarm_on",ligature:"alarm_on",tags:["alarm_on"]},{name:"alarm",ligature:"alarm",tags:["alarm"]},{name:"album",ligature:"album",tags:["album"]},{name:"all_inbox",ligature:"all_inbox",tags:["all_inbox"]},{name:"all_inclusive",ligature:"all_inclusive",tags:["all_inclusive"]},{name:"all_out",ligature:"all_out",tags:["all_out"]},{name:"alternate_email",ligature:"alternate_email",tags:["alternate_email"]},{name:"android",ligature:"android",tags:["android"]},{name:"announcement",ligature:"announcement",tags:["announcement"]},{name:"apps",ligature:"apps",tags:["apps"]},{name:"archive",ligature:"archive",tags:["archive"]},{name:"arrow_back_ios",ligature:"arrow_back_ios",tags:["arrow_back_ios"]},{name:"arrow_back",ligature:"arrow_back",tags:["arrow_back"]},{name:"arrow_downward",ligature:"arrow_downward",tags:["arrow_downward"]},{name:"arrow_drop_down_circle",ligature:"arrow_drop_down_circle",tags:["arrow_drop_down_circle"]},{name:"arrow_drop_down",ligature:"arrow_drop_down",tags:["arrow_drop_down"]},{name:"arrow_drop_up",ligature:"arrow_drop_up",tags:["arrow_drop_up"]},{name:"arrow_forward_ios",ligature:"arrow_forward_ios",tags:["arrow_forward_ios"]},{name:"arrow_forward",ligature:"arrow_forward",tags:["arrow_forward"]},{name:"arrow_left",ligature:"arrow_left",tags:["arrow_left"]},{name:"arrow_right_alt",ligature:"arrow_right_alt",tags:["arrow_right_alt"]},{name:"arrow_right",ligature:"arrow_right",tags:["arrow_right"]},{name:"arrow_upward",ligature:"arrow_upward",tags:["arrow_upward"]},{name:"art_track",ligature:"art_track",tags:["art_track"]},{name:"aspect_ratio",ligature:"aspect_ratio",tags:["aspect_ratio"]},{name:"assessment",ligature:"assessment",tags:["assessment"]},{name:"assignment_ind",ligature:"assignment_ind",tags:["assignment_ind"]},{name:"assignment_late",ligature:"assignment_late",tags:["assignment_late"]},{name:"assignment_return",ligature:"assignment_return",tags:["assignment_return"]},{name:"assignment_returned",ligature:"assignment_returned",tags:["assignment_returned"]},{name:"assignment_turned_in",ligature:"assignment_turned_in",tags:["assignment_turned_in"]},{name:"assignment",ligature:"assignment",tags:["assignment"]},{name:"assistant_photo",ligature:"assistant_photo",tags:["assistant_photo"]},{name:"assistant",ligature:"assistant",tags:["assistant"]},{name:"atm",ligature:"atm",tags:["atm"]},{name:"attach_file",ligature:"attach_file",tags:["attach_file"]},{name:"attach_money",ligature:"attach_money",tags:["attach_money"]},{name:"attachment",ligature:"attachment",tags:["attachment"]},{name:"audiotrack",ligature:"audiotrack",tags:["audiotrack"]},{name:"autorenew",ligature:"autorenew",tags:["autorenew"]},{name:"av_timer",ligature:"av_timer",tags:["av_timer"]},{name:"backspace",ligature:"backspace",tags:["backspace"]},{name:"backup",ligature:"backup",tags:["backup"]},{name:"ballot",ligature:"ballot",tags:["ballot"]},{name:"bar_chart",ligature:"bar_chart",tags:["bar_chart"]},{name:"battery_alert",ligature:"battery_alert",tags:["battery_alert"]},{name:"battery_charging_full",ligature:"battery_charging_full",tags:["battery_charging_full"]},{name:"battery_full",ligature:"battery_full",tags:["battery_full"]},{name:"battery_std",ligature:"battery_std",tags:["battery_std"]},{name:"battery_unknown",ligature:"battery_unknown",tags:["battery_unknown"]},{name:"beach_access",ligature:"beach_access",tags:["beach_access"]},{name:"beenhere",ligature:"beenhere",tags:["beenhere"]},{name:"block",ligature:"block",tags:["block"]},{name:"bluetooth_audio",ligature:"bluetooth_audio",tags:["bluetooth_audio"]},{name:"bluetooth_connected",ligature:"bluetooth_connected",tags:["bluetooth_connected"]},{name:"bluetooth_disabled",ligature:"bluetooth_disabled",tags:["bluetooth_disabled"]},{name:"bluetooth_searching",ligature:"bluetooth_searching",tags:["bluetooth_searching"]},{name:"bluetooth",ligature:"bluetooth",tags:["bluetooth"]},{name:"blur_circular",ligature:"blur_circular",tags:["blur_circular"]},{name:"blur_linear",ligature:"blur_linear",tags:["blur_linear"]},{name:"blur_off",ligature:"blur_off",tags:["blur_off"]},{name:"blur_on",ligature:"blur_on",tags:["blur_on"]},{name:"book",ligature:"book",tags:["book"]},{name:"bookmark_border",ligature:"bookmark_border",tags:["bookmark_border"]},{name:"bookmark",ligature:"bookmark",tags:["bookmark"]},{name:"bookmarks",ligature:"bookmarks",tags:["bookmarks"]},{name:"border_all",ligature:"border_all",tags:["border_all"]},{name:"border_bottom",ligature:"border_bottom",tags:["border_bottom"]},{name:"border_clear",ligature:"border_clear",tags:["border_clear"]},{name:"border_horizontal",ligature:"border_horizontal",tags:["border_horizontal"]},{name:"border_inner",ligature:"border_inner",tags:["border_inner"]},{name:"border_left",ligature:"border_left",tags:["border_left"]},{name:"border_outer",ligature:"border_outer",tags:["border_outer"]},{name:"border_right",ligature:"border_right",tags:["border_right"]},{name:"border_style",ligature:"border_style",tags:["border_style"]},{name:"border_top",ligature:"border_top",tags:["border_top"]},{name:"border_vertical",ligature:"border_vertical",tags:["border_vertical"]},{name:"branding_watermark",ligature:"branding_watermark",tags:["branding_watermark"]},{name:"brightness_1",ligature:"brightness_1",tags:["brightness_1"]},{name:"brightness_2",ligature:"brightness_2",tags:["brightness_2"]},{name:"brightness_3",ligature:"brightness_3",tags:["brightness_3"]},{name:"brightness_4",ligature:"brightness_4",tags:["brightness_4"]},{name:"brightness_5",ligature:"brightness_5",tags:["brightness_5"]},{name:"brightness_6",ligature:"brightness_6",tags:["brightness_6"]},{name:"brightness_7",ligature:"brightness_7",tags:["brightness_7"]},{name:"brightness_auto",ligature:"brightness_auto",tags:["brightness_auto"]},{name:"brightness_high",ligature:"brightness_high",tags:["brightness_high"]},{name:"brightness_low",ligature:"brightness_low",tags:["brightness_low"]},{name:"brightness_medium",ligature:"brightness_medium",tags:["brightness_medium"]},{name:"broken_image",ligature:"broken_image",tags:["broken_image"]},{name:"brush",ligature:"brush",tags:["brush"]},{name:"bubble_chart",ligature:"bubble_chart",tags:["bubble_chart"]},{name:"bug_report",ligature:"bug_report",tags:["bug_report"]},{name:"build",ligature:"build",tags:["build"]},{name:"burst_mode",ligature:"burst_mode",tags:["burst_mode"]},{name:"business_center",ligature:"business_center",tags:["business_center"]},{name:"business",ligature:"business",tags:["business"]},{name:"cached",ligature:"cached",tags:["cached"]},{name:"cake",ligature:"cake",tags:["cake"]},{name:"calendar_today",ligature:"calendar_today",tags:["calendar_today"]},{name:"calendar_view_day",ligature:"calendar_view_day",tags:["calendar_view_day"]},{name:"call_end",ligature:"call_end",tags:["call_end"]},{name:"call_made",ligature:"call_made",tags:["call_made"]},{name:"call_merge",ligature:"call_merge",tags:["call_merge"]},{name:"call_missed_outgoing",ligature:"call_missed_outgoing",tags:["call_missed_outgoing"]},{name:"call_missed",ligature:"call_missed",tags:["call_missed"]},{name:"call_received",ligature:"call_received",tags:["call_received"]},{name:"call_split",ligature:"call_split",tags:["call_split"]},{name:"call_to_action",ligature:"call_to_action",tags:["call_to_action"]},{name:"call",ligature:"call",tags:["call"]},{name:"camera_alt",ligature:"camera_alt",tags:["camera_alt"]},{name:"camera_enhance",ligature:"camera_enhance",tags:["camera_enhance"]},{name:"camera_front",ligature:"camera_front",tags:["camera_front"]},{name:"camera_rear",ligature:"camera_rear",tags:["camera_rear"]},{name:"camera_roll",ligature:"camera_roll",tags:["camera_roll"]},{name:"camera",ligature:"camera",tags:["camera"]},{name:"cancel_presentation",ligature:"cancel_presentation",tags:["cancel_presentation"]},{name:"cancel",ligature:"cancel",tags:["cancel"]},{name:"card_giftcard",ligature:"card_giftcard",tags:["card_giftcard"]},{name:"card_membership",ligature:"card_membership",tags:["card_membership"]},{name:"card_travel",ligature:"card_travel",tags:["card_travel"]},{name:"casino",ligature:"casino",tags:["casino"]},{name:"cast_connected",ligature:"cast_connected",tags:["cast_connected"]},{name:"cast_for_education",ligature:"cast_for_education",tags:["cast_for_education"]},{name:"cast",ligature:"cast",tags:["cast"]},{name:"category",ligature:"category",tags:["category"]},{name:"center_focus_strong",ligature:"center_focus_strong",tags:["center_focus_strong"]},{name:"center_focus_weak",ligature:"center_focus_weak",tags:["center_focus_weak"]},{name:"change_history",ligature:"change_history",tags:["change_history"]},{name:"chat_bubble_outline",ligature:"chat_bubble_outline",tags:["chat_bubble_outline"]},{name:"chat_bubble",ligature:"chat_bubble",tags:["chat_bubble"]},{name:"chat",ligature:"chat",tags:["chat"]},{name:"check_box_outline_blank",ligature:"check_box_outline_blank",tags:["check_box_outline_blank"]},{name:"check_box",ligature:"check_box",tags:["check_box"]},{name:"check_circle_outline",ligature:"check_circle_outline",tags:["check_circle_outline"]},{name:"check_circle",ligature:"check_circle",tags:["check_circle"]},{name:"check",ligature:"check",tags:["check"]},{name:"chevron_left",ligature:"chevron_left",tags:["chevron_left"]},{name:"chevron_right",ligature:"chevron_right",tags:["chevron_right"]},{name:"child_care",ligature:"child_care",tags:["child_care"]},{name:"child_friendly",ligature:"child_friendly",tags:["child_friendly"]},{name:"chrome_reader_mode",ligature:"chrome_reader_mode",tags:["chrome_reader_mode"]},{name:"class",ligature:"class",tags:["class"]},{name:"clear_all",ligature:"clear_all",tags:["clear_all"]},{name:"clear",ligature:"clear",tags:["clear"]},{name:"close",ligature:"close",tags:["close"]},{name:"closed_caption",ligature:"closed_caption",tags:["closed_caption"]},{name:"cloud_circle",ligature:"cloud_circle",tags:["cloud_circle"]},{name:"cloud_done",ligature:"cloud_done",tags:["cloud_done"]},{name:"cloud_download",ligature:"cloud_download",tags:["cloud_download"]},{name:"cloud_off",ligature:"cloud_off",tags:["cloud_off"]},{name:"cloud_queue",ligature:"cloud_queue",tags:["cloud_queue"]},{name:"cloud_upload",ligature:"cloud_upload",tags:["cloud_upload"]},{name:"cloud",ligature:"cloud",tags:["cloud"]},{name:"code",ligature:"code",tags:["code"]},{name:"collections_bookmark",ligature:"collections_bookmark",tags:["collections_bookmark"]},{name:"collections",ligature:"collections",tags:["collections"]},{name:"color_lens",ligature:"color_lens",tags:["color_lens"]},{name:"colorize",ligature:"colorize",tags:["colorize"]},{name:"comment",ligature:"comment",tags:["comment"]},{name:"commute",ligature:"commute",tags:["commute"]},{name:"compare_arrows",ligature:"compare_arrows",tags:["compare_arrows"]},{name:"compare",ligature:"compare",tags:["compare"]},{name:"compass_calibration",ligature:"compass_calibration",tags:["compass_calibration"]},{name:"computer",ligature:"computer",tags:["computer"]},{name:"confirmation_number",ligature:"confirmation_number",tags:["confirmation_number"]},{name:"contact_mail",ligature:"contact_mail",tags:["contact_mail"]},{name:"contact_phone",ligature:"contact_phone",tags:["contact_phone"]},{name:"contact_support",ligature:"contact_support",tags:["contact_support"]},{name:"contacts",ligature:"contacts",tags:["contacts"]},{name:"control_camera",ligature:"control_camera",tags:["control_camera"]},{name:"control_point_duplicate",ligature:"control_point_duplicate",tags:["control_point_duplicate"]},{name:"control_point",ligature:"control_point",tags:["control_point"]},{name:"copyright",ligature:"copyright",tags:["copyright"]},{name:"create_new_folder",ligature:"create_new_folder",tags:["create_new_folder"]},{name:"create",ligature:"create",tags:["create"]},{name:"credit_card",ligature:"credit_card",tags:["credit_card"]},{name:"crop_3_2",ligature:"crop_3_2",tags:["crop_3_2"]},{name:"crop_5_4",ligature:"crop_5_4",tags:["crop_5_4"]},{name:"crop_7_5",ligature:"crop_7_5",tags:["crop_7_5"]},{name:"crop_16_9",ligature:"crop_16_9",tags:["crop_16_9"]},{name:"crop_din",ligature:"crop_din",tags:["crop_din"]},{name:"crop_free",ligature:"crop_free",tags:["crop_free"]},{name:"crop_landscape",ligature:"crop_landscape",tags:["crop_landscape"]},{name:"crop_original",ligature:"crop_original",tags:["crop_original"]},{name:"crop_portrait",ligature:"crop_portrait",tags:["crop_portrait"]},{name:"crop_rotate",ligature:"crop_rotate",tags:["crop_rotate"]},{name:"crop_square",ligature:"crop_square",tags:["crop_square"]},{name:"crop",ligature:"crop",tags:["crop"]},{name:"dashboard",ligature:"dashboard",tags:["dashboard"]},{name:"data_usage",ligature:"data_usage",tags:["data_usage"]},{name:"date_range",ligature:"date_range",tags:["date_range"]},{name:"dehaze",ligature:"dehaze",tags:["dehaze"]},{name:"delete_forever",ligature:"delete_forever",tags:["delete_forever"]},{name:"delete_outline",ligature:"delete_outline",tags:["delete_outline"]},{name:"delete_sweep",ligature:"delete_sweep",tags:["delete_sweep"]},{name:"delete",ligature:"delete",tags:["delete"]},{name:"departure_board",ligature:"departure_board",tags:["departure_board"]},{name:"description",ligature:"description",tags:["description"]},{name:"desktop_access_disabled",ligature:"desktop_access_disabled",tags:["desktop_access_disabled"]},{name:"desktop_mac",ligature:"desktop_mac",tags:["desktop_mac"]},{name:"desktop_windows",ligature:"desktop_windows",tags:["desktop_windows"]},{name:"details",ligature:"details",tags:["details"]},{name:"developer_board",ligature:"developer_board",tags:["developer_board"]},{name:"developer_mode",ligature:"developer_mode",tags:["developer_mode"]},{name:"device_hub",ligature:"device_hub",tags:["device_hub"]},{name:"device_unknown",ligature:"device_unknown",tags:["device_unknown"]},{name:"devices_other",ligature:"devices_other",tags:["devices_other"]},{name:"devices",ligature:"devices",tags:["devices"]},{name:"dialer_sip",ligature:"dialer_sip",tags:["dialer_sip"]},{name:"dialpad",ligature:"dialpad",tags:["dialpad"]},{name:"directions_bike",ligature:"directions_bike",tags:["directions_bike"]},{name:"directions_boat",ligature:"directions_boat",tags:["directions_boat"]},{name:"directions_bus",ligature:"directions_bus",tags:["directions_bus"]},{name:"directions_car",ligature:"directions_car",tags:["directions_car"]},{name:"directions_railway",ligature:"directions_railway",tags:["directions_railway"]},{name:"directions_run",ligature:"directions_run",tags:["directions_run"]},{name:"directions_subway",ligature:"directions_subway",tags:["directions_subway"]},{name:"directions_transit",ligature:"directions_transit",tags:["directions_transit"]},{name:"directions_walk",ligature:"directions_walk",tags:["directions_walk"]},{name:"directions",ligature:"directions",tags:["directions"]},{name:"disc_full",ligature:"disc_full",tags:["disc_full"]},{name:"dns",ligature:"dns",tags:["dns"]},{name:"dock",ligature:"dock",tags:["dock"]},{name:"domain_disabled",ligature:"domain_disabled",tags:["domain_disabled"]},{name:"domain",ligature:"domain",tags:["domain"]},{name:"done_all",ligature:"done_all",tags:["done_all"]},{name:"done_outline",ligature:"done_outline",tags:["done_outline"]},{name:"done",ligature:"done",tags:["done"]},{name:"donut_large",ligature:"donut_large",tags:["donut_large"]},{name:"donut_small",ligature:"donut_small",tags:["donut_small"]},{name:"drafts",ligature:"drafts",tags:["drafts"]},{name:"drag_handle",ligature:"drag_handle",tags:["drag_handle"]},{name:"drag_indicator",ligature:"drag_indicator",tags:["drag_indicator"]},{name:"drive_eta",ligature:"drive_eta",tags:["drive_eta"]},{name:"duo",ligature:"duo",tags:["duo"]},{name:"dvr",ligature:"dvr",tags:["dvr"]},{name:"edit_attributes",ligature:"edit_attributes",tags:["edit_attributes"]},{name:"edit_location",ligature:"edit_location",tags:["edit_location"]},{name:"edit",ligature:"edit",tags:["edit"]},{name:"eject",ligature:"eject",tags:["eject"]},{name:"email",ligature:"email",tags:["email"]},{name:"enhanced_encryption",ligature:"enhanced_encryption",tags:["enhanced_encryption"]},{name:"equalizer",ligature:"equalizer",tags:["equalizer"]},{name:"error_outline",ligature:"error_outline",tags:["error_outline"]},{name:"error",ligature:"error",tags:["error"]},{name:"euro_symbol",ligature:"euro_symbol",tags:["euro_symbol"]},{name:"ev_station",ligature:"ev_station",tags:["ev_station"]},{name:"event_available",ligature:"event_available",tags:["event_available"]},{name:"event_busy",ligature:"event_busy",tags:["event_busy"]},{name:"event_note",ligature:"event_note",tags:["event_note"]},{name:"event_seat",ligature:"event_seat",tags:["event_seat"]},{name:"event",ligature:"event",tags:["event"]},{name:"exit_to_app",ligature:"exit_to_app",tags:["exit_to_app"]},{name:"expand_less",ligature:"expand_less",tags:["expand_less"]},{name:"expand_more",ligature:"expand_more",tags:["expand_more"]},{name:"explicit",ligature:"explicit",tags:["explicit"]},{name:"explore_off",ligature:"explore_off",tags:["explore_off"]},{name:"explore",ligature:"explore",tags:["explore"]},{name:"exposure_neg_1",ligature:"exposure_neg_1",tags:["exposure_neg_1"]},{name:"exposure_neg_2",ligature:"exposure_neg_2",tags:["exposure_neg_2"]},{name:"exposure_plus_1",ligature:"exposure_plus_1",tags:["exposure_plus_1"]},{name:"exposure_plus_2",ligature:"exposure_plus_2",tags:["exposure_plus_2"]},{name:"exposure_zero",ligature:"exposure_zero",tags:["exposure_zero"]},{name:"exposure",ligature:"exposure",tags:["exposure"]},{name:"extension",ligature:"extension",tags:["extension"]},{name:"face",ligature:"face",tags:["face"]},{name:"fast_forward",ligature:"fast_forward",tags:["fast_forward"]},{name:"fast_rewind",ligature:"fast_rewind",tags:["fast_rewind"]},{name:"fastfood",ligature:"fastfood",tags:["fastfood"]},{name:"favorite_border",ligature:"favorite_border",tags:["favorite_border"]},{name:"favorite",ligature:"favorite",tags:["favorite"]},{name:"featured_play_list",ligature:"featured_play_list",tags:["featured_play_list"]},{name:"featured_video",ligature:"featured_video",tags:["featured_video"]},{name:"feedback",ligature:"feedback",tags:["feedback"]},{name:"fiber_dvr",ligature:"fiber_dvr",tags:["fiber_dvr"]},{name:"fiber_manual_record",ligature:"fiber_manual_record",tags:["fiber_manual_record"]},{name:"fiber_new",ligature:"fiber_new",tags:["fiber_new"]},{name:"fiber_pin",ligature:"fiber_pin",tags:["fiber_pin"]},{name:"fiber_smart_record",ligature:"fiber_smart_record",tags:["fiber_smart_record"]},{name:"file_copy",ligature:"file_copy",tags:["file_copy"]},{name:"filter_1",ligature:"filter_1",tags:["filter_1"]},{name:"filter_2",ligature:"filter_2",tags:["filter_2"]},{name:"filter_3",ligature:"filter_3",tags:["filter_3"]},{name:"filter_4",ligature:"filter_4",tags:["filter_4"]},{name:"filter_5",ligature:"filter_5",tags:["filter_5"]},{name:"filter_6",ligature:"filter_6",tags:["filter_6"]},{name:"filter_7",ligature:"filter_7",tags:["filter_7"]},{name:"filter_8",ligature:"filter_8",tags:["filter_8"]},{name:"filter_9_plus",ligature:"filter_9_plus",tags:["filter_9_plus"]},{name:"filter_9",ligature:"filter_9",tags:["filter_9"]},{name:"filter_b_and_w",ligature:"filter_b_and_w",tags:["filter_b_and_w"]},{name:"filter_center_focus",ligature:"filter_center_focus",tags:["filter_center_focus"]},{name:"filter_drama",ligature:"filter_drama",tags:["filter_drama"]},{name:"filter_frames",ligature:"filter_frames",tags:["filter_frames"]},{name:"filter_hdr",ligature:"filter_hdr",tags:["filter_hdr"]},{name:"filter_list",ligature:"filter_list",tags:["filter_list"]},{name:"filter_none",ligature:"filter_none",tags:["filter_none"]},{name:"filter_tilt_shift",ligature:"filter_tilt_shift",tags:["filter_tilt_shift"]},{name:"filter_vintage",ligature:"filter_vintage",tags:["filter_vintage"]},{name:"filter",ligature:"filter",tags:["filter"]},{name:"find_in_page",ligature:"find_in_page",tags:["find_in_page"]},{name:"find_replace",ligature:"find_replace",tags:["find_replace"]},{name:"fingerprint",ligature:"fingerprint",tags:["fingerprint"]},{name:"first_page",ligature:"first_page",tags:["first_page"]},{name:"fitness_center",ligature:"fitness_center",tags:["fitness_center"]},{name:"flag",ligature:"flag",tags:["flag"]},{name:"flare",ligature:"flare",tags:["flare"]},{name:"flash_auto",ligature:"flash_auto",tags:["flash_auto"]},{name:"flash_off",ligature:"flash_off",tags:["flash_off"]},{name:"flash_on",ligature:"flash_on",tags:["flash_on"]},{name:"flight_land",ligature:"flight_land",tags:["flight_land"]},{name:"flight_takeoff",ligature:"flight_takeoff",tags:["flight_takeoff"]},{name:"flight",ligature:"flight",tags:["flight"]},{name:"flip_to_back",ligature:"flip_to_back",tags:["flip_to_back"]},{name:"flip_to_front",ligature:"flip_to_front",tags:["flip_to_front"]},{name:"flip",ligature:"flip",tags:["flip"]},{name:"folder_open",ligature:"folder_open",tags:["folder_open"]},{name:"folder_shared",ligature:"folder_shared",tags:["folder_shared"]},{name:"folder_special",ligature:"folder_special",tags:["folder_special"]},{name:"folder",ligature:"folder",tags:["folder"]},{name:"font_download",ligature:"font_download",tags:["font_download"]},{name:"format_align_center",ligature:"format_align_center",tags:["format_align_center"]},{name:"format_align_justify",ligature:"format_align_justify",tags:["format_align_justify"]},{name:"format_align_left",ligature:"format_align_left",tags:["format_align_left"]},{name:"format_align_right",ligature:"format_align_right",tags:["format_align_right"]},{name:"format_bold",ligature:"format_bold",tags:["format_bold"]},{name:"format_clear",ligature:"format_clear",tags:["format_clear"]},{name:"format_color_reset",ligature:"format_color_reset",tags:["format_color_reset"]},{name:"format_indent_decrease",ligature:"format_indent_decrease",tags:["format_indent_decrease"]},{name:"format_indent_increase",ligature:"format_indent_increase",tags:["format_indent_increase"]},{name:"format_italic",ligature:"format_italic",tags:["format_italic"]},{name:"format_line_spacing",ligature:"format_line_spacing",tags:["format_line_spacing"]},{name:"format_list_bulleted",ligature:"format_list_bulleted",tags:["format_list_bulleted"]},{name:"format_list_numbered_rtl",ligature:"format_list_numbered_rtl",tags:["format_list_numbered_rtl"]},{name:"format_list_numbered",ligature:"format_list_numbered",tags:["format_list_numbered"]},{name:"format_paint",ligature:"format_paint",tags:["format_paint"]},{name:"format_quote",ligature:"format_quote",tags:["format_quote"]},{name:"format_shapes",ligature:"format_shapes",tags:["format_shapes"]},{name:"format_size",ligature:"format_size",tags:["format_size"]},{name:"format_strikethrough",ligature:"format_strikethrough",tags:["format_strikethrough"]},{name:"format_textdirection_l_to_r",ligature:"format_textdirection_l_to_r",tags:["format_textdirection_l_to_r"]},{name:"format_textdirection_r_to_l",ligature:"format_textdirection_r_to_l",tags:["format_textdirection_r_to_l"]},{name:"format_underlined",ligature:"format_underlined",tags:["format_underlined"]},{name:"forum",ligature:"forum",tags:["forum"]},{name:"forward_5",ligature:"forward_5",tags:["forward_5"]},{name:"forward_10",ligature:"forward_10",tags:["forward_10"]},{name:"forward_30",ligature:"forward_30",tags:["forward_30"]},{name:"forward",ligature:"forward",tags:["forward"]},{name:"free_breakfast",ligature:"free_breakfast",tags:["free_breakfast"]},{name:"fullscreen_exit",ligature:"fullscreen_exit",tags:["fullscreen_exit"]},{name:"fullscreen",ligature:"fullscreen",tags:["fullscreen"]},{name:"functions",ligature:"functions",tags:["functions"]},{name:"g_translate",ligature:"g_translate",tags:["g_translate"]},{name:"gamepad",ligature:"gamepad",tags:["gamepad"]},{name:"games",ligature:"games",tags:["games"]},{name:"gavel",ligature:"gavel",tags:["gavel"]},{name:"gesture",ligature:"gesture",tags:["gesture"]},{name:"get_app",ligature:"get_app",tags:["get_app"]},{name:"gif",ligature:"gif",tags:["gif"]},{name:"golf_course",ligature:"golf_course",tags:["golf_course"]},{name:"gps_fixed",ligature:"gps_fixed",tags:["gps_fixed"]},{name:"gps_not_fixed",ligature:"gps_not_fixed",tags:["gps_not_fixed"]},{name:"gps_off",ligature:"gps_off",tags:["gps_off"]},{name:"grade",ligature:"grade",tags:["grade"]},{name:"gradient",ligature:"gradient",tags:["gradient"]},{name:"grain",ligature:"grain",tags:["grain"]},{name:"graphic_eq",ligature:"graphic_eq",tags:["graphic_eq"]},{name:"grid_off",ligature:"grid_off",tags:["grid_off"]},{name:"grid_on",ligature:"grid_on",tags:["grid_on"]},{name:"group_add",ligature:"group_add",tags:["group_add"]},{name:"group_work",ligature:"group_work",tags:["group_work"]},{name:"group",ligature:"group",tags:["group"]},{name:"hd",ligature:"hd",tags:["hd"]},{name:"hdr_off",ligature:"hdr_off",tags:["hdr_off"]},{name:"hdr_on",ligature:"hdr_on",tags:["hdr_on"]},{name:"hdr_strong",ligature:"hdr_strong",tags:["hdr_strong"]},{name:"hdr_weak",ligature:"hdr_weak",tags:["hdr_weak"]},{name:"headset_mic",ligature:"headset_mic",tags:["headset_mic"]},{name:"headset",ligature:"headset",tags:["headset"]},{name:"healing",ligature:"healing",tags:["healing"]},{name:"hearing",ligature:"hearing",tags:["hearing"]},{name:"help_outline",ligature:"help_outline",tags:["help_outline"]},{name:"help",ligature:"help",tags:["help"]},{name:"high_quality",ligature:"high_quality",tags:["high_quality"]},{name:"highlight_off",ligature:"highlight_off",tags:["highlight_off"]},{name:"highlight",ligature:"highlight",tags:["highlight"]},{name:"history",ligature:"history",tags:["history"]},{name:"home",ligature:"home",tags:["home"]},{name:"horizontal_split",ligature:"horizontal_split",tags:["horizontal_split"]},{name:"hot_tub",ligature:"hot_tub",tags:["hot_tub"]},{name:"hotel",ligature:"hotel",tags:["hotel"]},{name:"hourglass_empty",ligature:"hourglass_empty",tags:["hourglass_empty"]},{name:"hourglass_full",ligature:"hourglass_full",tags:["hourglass_full"]},{name:"how_to_reg",ligature:"how_to_reg",tags:["how_to_reg"]},{name:"how_to_vote",ligature:"how_to_vote",tags:["how_to_vote"]},{name:"http",ligature:"http",tags:["http"]},{name:"https",ligature:"https",tags:["https"]},{name:"image_aspect_ratio",ligature:"image_aspect_ratio",tags:["image_aspect_ratio"]},{name:"image_search",ligature:"image_search",tags:["image_search"]},{name:"image",ligature:"image",tags:["image"]},{name:"import_contacts",ligature:"import_contacts",tags:["import_contacts"]},{name:"import_export",ligature:"import_export",tags:["import_export"]},{name:"important_devices",ligature:"important_devices",tags:["important_devices"]},{name:"inbox",ligature:"inbox",tags:["inbox"]},{name:"indeterminate_check_box",ligature:"indeterminate_check_box",tags:["indeterminate_check_box"]},{name:"info",ligature:"info",tags:["info"]},{name:"input",ligature:"input",tags:["input"]},{name:"insert_chart_outlined",ligature:"insert_chart_outlined",tags:["insert_chart_outlined"]},{name:"insert_chart",ligature:"insert_chart",tags:["insert_chart"]},{name:"insert_comment",ligature:"insert_comment",tags:["insert_comment"]},{name:"insert_drive_file",ligature:"insert_drive_file",tags:["insert_drive_file"]},{name:"insert_emoticon",ligature:"insert_emoticon",tags:["insert_emoticon"]},{name:"insert_invitation",ligature:"insert_invitation",tags:["insert_invitation"]},{name:"insert_link",ligature:"insert_link",tags:["insert_link"]},{name:"insert_photo",ligature:"insert_photo",tags:["insert_photo"]},{name:"invert_colors_off",ligature:"invert_colors_off",tags:["invert_colors_off"]},{name:"invert_colors",ligature:"invert_colors",tags:["invert_colors"]},{name:"iso",ligature:"iso",tags:["iso"]},{name:"keyboard_arrow_down",ligature:"keyboard_arrow_down",tags:["keyboard_arrow_down"]},{name:"keyboard_arrow_left",ligature:"keyboard_arrow_left",tags:["keyboard_arrow_left"]},{name:"keyboard_arrow_right",ligature:"keyboard_arrow_right",tags:["keyboard_arrow_right"]},{name:"keyboard_arrow_up",ligature:"keyboard_arrow_up",tags:["keyboard_arrow_up"]},{name:"keyboard_backspace",ligature:"keyboard_backspace",tags:["keyboard_backspace"]},{name:"keyboard_capslock",ligature:"keyboard_capslock",tags:["keyboard_capslock"]},{name:"keyboard_hide",ligature:"keyboard_hide",tags:["keyboard_hide"]},{name:"keyboard_return",ligature:"keyboard_return",tags:["keyboard_return"]},{name:"keyboard_tab",ligature:"keyboard_tab",tags:["keyboard_tab"]},{name:"keyboard_voice",ligature:"keyboard_voice",tags:["keyboard_voice"]},{name:"keyboard",ligature:"keyboard",tags:["keyboard"]},{name:"kitchen",ligature:"kitchen",tags:["kitchen"]},{name:"label_important",ligature:"label_important",tags:["label_important"]},{name:"label_off",ligature:"label_off",tags:["label_off"]},{name:"label",ligature:"label",tags:["label"]},{name:"landscape",ligature:"landscape",tags:["landscape"]},{name:"language",ligature:"language",tags:["language"]},{name:"laptop_chromebook",ligature:"laptop_chromebook",tags:["laptop_chromebook"]},{name:"laptop_mac",ligature:"laptop_mac",tags:["laptop_mac"]},{name:"laptop_windows",ligature:"laptop_windows",tags:["laptop_windows"]},{name:"laptop",ligature:"laptop",tags:["laptop"]},{name:"last_page",ligature:"last_page",tags:["last_page"]},{name:"launch",ligature:"launch",tags:["launch"]},{name:"layers_clear",ligature:"layers_clear",tags:["layers_clear"]},{name:"layers",ligature:"layers",tags:["layers"]},{name:"leak_add",ligature:"leak_add",tags:["leak_add"]},{name:"leak_remove",ligature:"leak_remove",tags:["leak_remove"]},{name:"lens",ligature:"lens",tags:["lens"]},{name:"library_add",ligature:"library_add",tags:["library_add"]},{name:"library_books",ligature:"library_books",tags:["library_books"]},{name:"library_music",ligature:"library_music",tags:["library_music"]},{name:"line_style",ligature:"line_style",tags:["line_style"]},{name:"line_weight",ligature:"line_weight",tags:["line_weight"]},{name:"linear_scale",ligature:"linear_scale",tags:["linear_scale"]},{name:"link_off",ligature:"link_off",tags:["link_off"]},{name:"link",ligature:"link",tags:["link"]},{name:"linked_camera",ligature:"linked_camera",tags:["linked_camera"]},{name:"list_alt",ligature:"list_alt",tags:["list_alt"]},{name:"list",ligature:"list",tags:["list"]},{name:"live_help",ligature:"live_help",tags:["live_help"]},{name:"live_tv",ligature:"live_tv",tags:["live_tv"]},{name:"local_activity",ligature:"local_activity",tags:["local_activity"]},{name:"local_airport",ligature:"local_airport",tags:["local_airport"]},{name:"local_atm",ligature:"local_atm",tags:["local_atm"]},{name:"local_bar",ligature:"local_bar",tags:["local_bar"]},{name:"local_cafe",ligature:"local_cafe",tags:["local_cafe"]},{name:"local_car_wash",ligature:"local_car_wash",tags:["local_car_wash"]},{name:"local_convenience_store",ligature:"local_convenience_store",tags:["local_convenience_store"]},{name:"local_dining",ligature:"local_dining",tags:["local_dining"]},{name:"local_drink",ligature:"local_drink",tags:["local_drink"]},{name:"local_florist",ligature:"local_florist",tags:["local_florist"]},{name:"local_gas_station",ligature:"local_gas_station",tags:["local_gas_station"]},{name:"local_grocery_store",ligature:"local_grocery_store",tags:["local_grocery_store"]},{name:"local_hospital",ligature:"local_hospital",tags:["local_hospital"]},{name:"local_hotel",ligature:"local_hotel",tags:["local_hotel"]},{name:"local_laundry_service",ligature:"local_laundry_service",tags:["local_laundry_service"]},{name:"local_library",ligature:"local_library",tags:["local_library"]},{name:"local_mall",ligature:"local_mall",tags:["local_mall"]},{name:"local_movies",ligature:"local_movies",tags:["local_movies"]},{name:"local_offer",ligature:"local_offer",tags:["local_offer"]},{name:"local_parking",ligature:"local_parking",tags:["local_parking"]},{name:"local_pharmacy",ligature:"local_pharmacy",tags:["local_pharmacy"]},{name:"local_phone",ligature:"local_phone",tags:["local_phone"]},{name:"local_pizza",ligature:"local_pizza",tags:["local_pizza"]},{name:"local_play",ligature:"local_play",tags:["local_play"]},{name:"local_post_office",ligature:"local_post_office",tags:["local_post_office"]},{name:"local_printshop",ligature:"local_printshop",tags:["local_printshop"]},{name:"local_see",ligature:"local_see",tags:["local_see"]},{name:"local_shipping",ligature:"local_shipping",tags:["local_shipping"]},{name:"local_taxi",ligature:"local_taxi",tags:["local_taxi"]},{name:"location_city",ligature:"location_city",tags:["location_city"]},{name:"location_disabled",ligature:"location_disabled",tags:["location_disabled"]},{name:"location_off",ligature:"location_off",tags:["location_off"]},{name:"location_on",ligature:"location_on",tags:["location_on"]},{name:"location_searching",ligature:"location_searching",tags:["location_searching"]},{name:"lock_open",ligature:"lock_open",tags:["lock_open"]},{name:"lock",ligature:"lock",tags:["lock"]},{name:"looks_3",ligature:"looks_3",tags:["looks_3"]},{name:"looks_4",ligature:"looks_4",tags:["looks_4"]},{name:"looks_5",ligature:"looks_5",tags:["looks_5"]},{name:"looks_6",ligature:"looks_6",tags:["looks_6"]},{name:"looks_one",ligature:"looks_one",tags:["looks_one"]},{name:"looks_two",ligature:"looks_two",tags:["looks_two"]},{name:"looks",ligature:"looks",tags:["looks"]},{name:"loop",ligature:"loop",tags:["loop"]},{name:"loupe",ligature:"loupe",tags:["loupe"]},{name:"low_priority",ligature:"low_priority",tags:["low_priority"]},{name:"loyalty",ligature:"loyalty",tags:["loyalty"]},{name:"mail_outline",ligature:"mail_outline",tags:["mail_outline"]},{name:"mail",ligature:"mail",tags:["mail"]},{name:"map",ligature:"map",tags:["map"]},{name:"markunread_mailbox",ligature:"markunread_mailbox",tags:["markunread_mailbox"]},{name:"markunread",ligature:"markunread",tags:["markunread"]},{name:"maximize",ligature:"maximize",tags:["maximize"]},{name:"meeting_room",ligature:"meeting_room",tags:["meeting_room"]},{name:"memory",ligature:"memory",tags:["memory"]},{name:"menu",ligature:"menu",tags:["menu"]},{name:"merge_type",ligature:"merge_type",tags:["merge_type"]},{name:"message",ligature:"message",tags:["message"]},{name:"mic_none",ligature:"mic_none",tags:["mic_none"]},{name:"mic_off",ligature:"mic_off",tags:["mic_off"]},{name:"mic",ligature:"mic",tags:["mic"]},{name:"minimize",ligature:"minimize",tags:["minimize"]},{name:"missed_video_call",ligature:"missed_video_call",tags:["missed_video_call"]},{name:"mms",ligature:"mms",tags:["mms"]},{name:"mobile_friendly",ligature:"mobile_friendly",tags:["mobile_friendly"]},{name:"mobile_off",ligature:"mobile_off",tags:["mobile_off"]},{name:"mobile_screen_share",ligature:"mobile_screen_share",tags:["mobile_screen_share"]},{name:"mode_comment",ligature:"mode_comment",tags:["mode_comment"]},{name:"monetization_on",ligature:"monetization_on",tags:["monetization_on"]},{name:"money_off",ligature:"money_off",tags:["money_off"]},{name:"money",ligature:"money",tags:["money"]},{name:"monochrome_photos",ligature:"monochrome_photos",tags:["monochrome_photos"]},{name:"mood_bad",ligature:"mood_bad",tags:["mood_bad"]},{name:"mood",ligature:"mood",tags:["mood"]},{name:"more_horiz",ligature:"more_horiz",tags:["more_horiz"]},{name:"more_vert",ligature:"more_vert",tags:["more_vert"]},{name:"more",ligature:"more",tags:["more"]},{name:"motorcycle",ligature:"motorcycle",tags:["motorcycle"]},{name:"mouse",ligature:"mouse",tags:["mouse"]},{name:"move_to_inbox",ligature:"move_to_inbox",tags:["move_to_inbox"]},{name:"movie_creation",ligature:"movie_creation",tags:["movie_creation"]},{name:"movie_filter",ligature:"movie_filter",tags:["movie_filter"]},{name:"movie",ligature:"movie",tags:["movie"]},{name:"multiline_chart",ligature:"multiline_chart",tags:["multiline_chart"]},{name:"music_note",ligature:"music_note",tags:["music_note"]},{name:"music_off",ligature:"music_off",tags:["music_off"]},{name:"music_video",ligature:"music_video",tags:["music_video"]},{name:"my_location",ligature:"my_location",tags:["my_location"]},{name:"nature_people",ligature:"nature_people",tags:["nature_people"]},{name:"nature",ligature:"nature",tags:["nature"]},{name:"navigate_before",ligature:"navigate_before",tags:["navigate_before"]},{name:"navigate_next",ligature:"navigate_next",tags:["navigate_next"]},{name:"navigation",ligature:"navigation",tags:["navigation"]},{name:"near_me",ligature:"near_me",tags:["near_me"]},{name:"network_check",ligature:"network_check",tags:["network_check"]},{name:"network_locked",ligature:"network_locked",tags:["network_locked"]},{name:"new_releases",ligature:"new_releases",tags:["new_releases"]},{name:"next_week",ligature:"next_week",tags:["next_week"]},{name:"nfc",ligature:"nfc",tags:["nfc"]},{name:"no_encryption",ligature:"no_encryption",tags:["no_encryption"]},{name:"no_meeting_room",ligature:"no_meeting_room",tags:["no_meeting_room"]},{name:"no_sim",ligature:"no_sim",tags:["no_sim"]},{name:"not_interested",ligature:"not_interested",tags:["not_interested"]},{name:"not_listed_location",ligature:"not_listed_location",tags:["not_listed_location"]},{name:"note_add",ligature:"note_add",tags:["note_add"]},{name:"note",ligature:"note",tags:["note"]},{name:"notes",ligature:"notes",tags:["notes"]},{name:"notification_important",ligature:"notification_important",tags:["notification_important"]},{name:"notifications_active",ligature:"notifications_active",tags:["notifications_active"]},{name:"notifications_none",ligature:"notifications_none",tags:["notifications_none"]},{name:"notifications_off",ligature:"notifications_off",tags:["notifications_off"]},{name:"notifications_paused",ligature:"notifications_paused",tags:["notifications_paused"]},{name:"notifications",ligature:"notifications",tags:["notifications"]},{name:"offline_bolt",ligature:"offline_bolt",tags:["offline_bolt"]},{name:"offline_pin",ligature:"offline_pin",tags:["offline_pin"]},{name:"ondemand_video",ligature:"ondemand_video",tags:["ondemand_video"]},{name:"opacity",ligature:"opacity",tags:["opacity"]},{name:"open_in_browser",ligature:"open_in_browser",tags:["open_in_browser"]},{name:"open_in_new",ligature:"open_in_new",tags:["open_in_new"]},{name:"open_with",ligature:"open_with",tags:["open_with"]},{name:"outlined_flag",ligature:"outlined_flag",tags:["outlined_flag"]},{name:"pages",ligature:"pages",tags:["pages"]},{name:"pageview",ligature:"pageview",tags:["pageview"]},{name:"palette",ligature:"palette",tags:["palette"]},{name:"pan_tool",ligature:"pan_tool",tags:["pan_tool"]},{name:"panorama_fish_eye",ligature:"panorama_fish_eye",tags:["panorama_fish_eye"]},{name:"panorama_horizontal",ligature:"panorama_horizontal",tags:["panorama_horizontal"]},{name:"panorama_vertical",ligature:"panorama_vertical",tags:["panorama_vertical"]},{name:"panorama_wide_angle",ligature:"panorama_wide_angle",tags:["panorama_wide_angle"]},{name:"panorama",ligature:"panorama",tags:["panorama"]},{name:"party_mode",ligature:"party_mode",tags:["party_mode"]},{name:"pause_circle_filled",ligature:"pause_circle_filled",tags:["pause_circle_filled"]},{name:"pause_circle_outline",ligature:"pause_circle_outline",tags:["pause_circle_outline"]},{name:"pause_presentation",ligature:"pause_presentation",tags:["pause_presentation"]},{name:"pause",ligature:"pause",tags:["pause"]},{name:"payment",ligature:"payment",tags:["payment"]},{name:"people_outline",ligature:"people_outline",tags:["people_outline"]},{name:"people",ligature:"people",tags:["people"]},{name:"perm_camera_mic",ligature:"perm_camera_mic",tags:["perm_camera_mic"]},{name:"perm_contact_calendar",ligature:"perm_contact_calendar",tags:["perm_contact_calendar"]},{name:"perm_data_setting",ligature:"perm_data_setting",tags:["perm_data_setting"]},{name:"perm_device_information",ligature:"perm_device_information",tags:["perm_device_information"]},{name:"perm_identity",ligature:"perm_identity",tags:["perm_identity"]},{name:"perm_media",ligature:"perm_media",tags:["perm_media"]},{name:"perm_phone_msg",ligature:"perm_phone_msg",tags:["perm_phone_msg"]},{name:"perm_scan_wifi",ligature:"perm_scan_wifi",tags:["perm_scan_wifi"]},{name:"person_add_disabled",ligature:"person_add_disabled",tags:["person_add_disabled"]},{name:"person_add",ligature:"person_add",tags:["person_add"]},{name:"person_outline",ligature:"person_outline",tags:["person_outline"]},{name:"person_pin_circle",ligature:"person_pin_circle",tags:["person_pin_circle"]},{name:"person_pin",ligature:"person_pin",tags:["person_pin"]},{name:"person",ligature:"person",tags:["person"]},{name:"personal_video",ligature:"personal_video",tags:["personal_video"]},{name:"pets",ligature:"pets",tags:["pets"]},{name:"phone_android",ligature:"phone_android",tags:["phone_android"]},{name:"phone_bluetooth_speaker",ligature:"phone_bluetooth_speaker",tags:["phone_bluetooth_speaker"]},{name:"phone_callback",ligature:"phone_callback",tags:["phone_callback"]},{name:"phone_forwarded",ligature:"phone_forwarded",tags:["phone_forwarded"]},{name:"phone_in_talk",ligature:"phone_in_talk",tags:["phone_in_talk"]},{name:"phone_iphone",ligature:"phone_iphone",tags:["phone_iphone"]},{name:"phone_locked",ligature:"phone_locked",tags:["phone_locked"]},{name:"phone_missed",ligature:"phone_missed",tags:["phone_missed"]},{name:"phone_paused",ligature:"phone_paused",tags:["phone_paused"]},{name:"phone",ligature:"phone",tags:["phone"]},{name:"phonelink_erase",ligature:"phonelink_erase",tags:["phonelink_erase"]},{name:"phonelink_lock",ligature:"phonelink_lock",tags:["phonelink_lock"]},{name:"phonelink_off",ligature:"phonelink_off",tags:["phonelink_off"]},{name:"phonelink_ring",ligature:"phonelink_ring",tags:["phonelink_ring"]},{name:"phonelink_setup",ligature:"phonelink_setup",tags:["phonelink_setup"]},{name:"phonelink",ligature:"phonelink",tags:["phonelink"]},{name:"photo_album",ligature:"photo_album",tags:["photo_album"]},{name:"photo_camera",ligature:"photo_camera",tags:["photo_camera"]},{name:"photo_filter",ligature:"photo_filter",tags:["photo_filter"]},{name:"photo_library",ligature:"photo_library",tags:["photo_library"]},{name:"photo_size_select_actual",ligature:"photo_size_select_actual",tags:["photo_size_select_actual"]},{name:"photo_size_select_large",ligature:"photo_size_select_large",tags:["photo_size_select_large"]},{name:"photo_size_select_small",ligature:"photo_size_select_small",tags:["photo_size_select_small"]},{name:"photo",ligature:"photo",tags:["photo"]},{name:"picture_as_pdf",ligature:"picture_as_pdf",tags:["picture_as_pdf"]},{name:"picture_in_picture_alt",ligature:"picture_in_picture_alt",tags:["picture_in_picture_alt"]},{name:"picture_in_picture",ligature:"picture_in_picture",tags:["picture_in_picture"]},{name:"pie_chart",ligature:"pie_chart",tags:["pie_chart"]},{name:"pin_drop",ligature:"pin_drop",tags:["pin_drop"]},{name:"place",ligature:"place",tags:["place"]},{name:"play_arrow",ligature:"play_arrow",tags:["play_arrow"]},{name:"play_circle_filled_white",ligature:"play_circle_filled_white",tags:["play_circle_filled_white"]},{name:"play_circle_filled",ligature:"play_circle_filled",tags:["play_circle_filled"]},{name:"play_circle_outline",ligature:"play_circle_outline",tags:["play_circle_outline"]},{name:"play_for_work",ligature:"play_for_work",tags:["play_for_work"]},{name:"playlist_add_check",ligature:"playlist_add_check",tags:["playlist_add_check"]},{name:"playlist_add",ligature:"playlist_add",tags:["playlist_add"]},{name:"playlist_play",ligature:"playlist_play",tags:["playlist_play"]},{name:"plus_one",ligature:"plus_one",tags:["plus_one"]},{name:"poll",ligature:"poll",tags:["poll"]},{name:"polymer",ligature:"polymer",tags:["polymer"]},{name:"pool",ligature:"pool",tags:["pool"]},{name:"portable_wifi_off",ligature:"portable_wifi_off",tags:["portable_wifi_off"]},{name:"portrait",ligature:"portrait",tags:["portrait"]},{name:"power_input",ligature:"power_input",tags:["power_input"]},{name:"power_off",ligature:"power_off",tags:["power_off"]},{name:"power_settings_new",ligature:"power_settings_new",tags:["power_settings_new"]},{name:"power",ligature:"power",tags:["power"]},{name:"pregnant_woman",ligature:"pregnant_woman",tags:["pregnant_woman"]},{name:"present_to_all",ligature:"present_to_all",tags:["present_to_all"]},{name:"print_disabled",ligature:"print_disabled",tags:["print_disabled"]},{name:"print",ligature:"print",tags:["print"]},{name:"priority_high",ligature:"priority_high",tags:["priority_high"]},{name:"public",ligature:"public",tags:["public"]},{name:"publish",ligature:"publish",tags:["publish"]},{name:"query_builder",ligature:"query_builder",tags:["query_builder"]},{name:"question_answer",ligature:"question_answer",tags:["question_answer"]},{name:"queue_music",ligature:"queue_music",tags:["queue_music"]},{name:"queue_play_next",ligature:"queue_play_next",tags:["queue_play_next"]},{name:"queue",ligature:"queue",tags:["queue"]},{name:"radio_button_checked",ligature:"radio_button_checked",tags:["radio_button_checked"]},{name:"radio_button_unchecked",ligature:"radio_button_unchecked",tags:["radio_button_unchecked"]},{name:"radio",ligature:"radio",tags:["radio"]},{name:"rate_review",ligature:"rate_review",tags:["rate_review"]},{name:"receipt",ligature:"receipt",tags:["receipt"]},{name:"recent_actors",ligature:"recent_actors",tags:["recent_actors"]},{name:"record_voice_over",ligature:"record_voice_over",tags:["record_voice_over"]},{name:"redeem",ligature:"redeem",tags:["redeem"]},{name:"redo",ligature:"redo",tags:["redo"]},{name:"refresh",ligature:"refresh",tags:["refresh"]},{name:"remove_circle_outline",ligature:"remove_circle_outline",tags:["remove_circle_outline"]},{name:"remove_circle",ligature:"remove_circle",tags:["remove_circle"]},{name:"remove_from_queue",ligature:"remove_from_queue",tags:["remove_from_queue"]},{name:"remove_red_eye",ligature:"remove_red_eye",tags:["remove_red_eye"]},{name:"remove_shopping_cart",ligature:"remove_shopping_cart",tags:["remove_shopping_cart"]},{name:"remove",ligature:"remove",tags:["remove"]},{name:"reorder",ligature:"reorder",tags:["reorder"]},{name:"repeat_one",ligature:"repeat_one",tags:["repeat_one"]},{name:"repeat",ligature:"repeat",tags:["repeat"]},{name:"replay_5",ligature:"replay_5",tags:["replay_5"]},{name:"replay_10",ligature:"replay_10",tags:["replay_10"]},{name:"replay_30",ligature:"replay_30",tags:["replay_30"]},{name:"replay",ligature:"replay",tags:["replay"]},{name:"reply_all",ligature:"reply_all",tags:["reply_all"]},{name:"reply",ligature:"reply",tags:["reply"]},{name:"report_off",ligature:"report_off",tags:["report_off"]},{name:"report_problem",ligature:"report_problem",tags:["report_problem"]},{name:"report",ligature:"report",tags:["report"]},{name:"restaurant_menu",ligature:"restaurant_menu",tags:["restaurant_menu"]},{name:"restaurant",ligature:"restaurant",tags:["restaurant"]},{name:"restore_from_trash",ligature:"restore_from_trash",tags:["restore_from_trash"]},{name:"restore_page",ligature:"restore_page",tags:["restore_page"]},{name:"restore",ligature:"restore",tags:["restore"]},{name:"ring_volume",ligature:"ring_volume",tags:["ring_volume"]},{name:"room_service",ligature:"room_service",tags:["room_service"]},{name:"room",ligature:"room",tags:["room"]},{name:"rotate_90_degrees_ccw",ligature:"rotate_90_degrees_ccw",tags:["rotate_90_degrees_ccw"]},{name:"rotate_left",ligature:"rotate_left",tags:["rotate_left"]},{name:"rotate_right",ligature:"rotate_right",tags:["rotate_right"]},{name:"rounded_corner",ligature:"rounded_corner",tags:["rounded_corner"]},{name:"router",ligature:"router",tags:["router"]},{name:"rowing",ligature:"rowing",tags:["rowing"]},{name:"rss_feed",ligature:"rss_feed",tags:["rss_feed"]},{name:"rv_hookup",ligature:"rv_hookup",tags:["rv_hookup"]},{name:"satellite",ligature:"satellite",tags:["satellite"]},{name:"save_alt",ligature:"save_alt",tags:["save_alt"]},{name:"save",ligature:"save",tags:["save"]},{name:"scanner",ligature:"scanner",tags:["scanner"]},{name:"scatter_plot",ligature:"scatter_plot",tags:["scatter_plot"]},{name:"schedule",ligature:"schedule",tags:["schedule"]},{name:"school",ligature:"school",tags:["school"]},{name:"score",ligature:"score",tags:["score"]},{name:"screen_lock_landscape",ligature:"screen_lock_landscape",tags:["screen_lock_landscape"]},{name:"screen_lock_portrait",ligature:"screen_lock_portrait",tags:["screen_lock_portrait"]},{name:"screen_lock_rotation",ligature:"screen_lock_rotation",tags:["screen_lock_rotation"]},{name:"screen_rotation",ligature:"screen_rotation",tags:["screen_rotation"]},{name:"screen_share",ligature:"screen_share",tags:["screen_share"]},{name:"sd_card",ligature:"sd_card",tags:["sd_card"]},{name:"sd_storage",ligature:"sd_storage",tags:["sd_storage"]},{name:"search",ligature:"search",tags:["search"]},{name:"security",ligature:"security",tags:["security"]},{name:"select_all",ligature:"select_all",tags:["select_all"]},{name:"send",ligature:"send",tags:["send"]},{name:"sentiment_dissatisfied",ligature:"sentiment_dissatisfied",tags:["sentiment_dissatisfied"]},{name:"sentiment_satisfied_alt",ligature:"sentiment_satisfied_alt",tags:["sentiment_satisfied_alt"]},{name:"sentiment_satisfied",ligature:"sentiment_satisfied",tags:["sentiment_satisfied"]},{name:"sentiment_very_dissatisfied",ligature:"sentiment_very_dissatisfied",tags:["sentiment_very_dissatisfied"]},{name:"sentiment_very_satisfied",ligature:"sentiment_very_satisfied",tags:["sentiment_very_satisfied"]},{name:"settings_applications",ligature:"settings_applications",tags:["settings_applications"]},{name:"settings_backup_restore",ligature:"settings_backup_restore",tags:["settings_backup_restore"]},{name:"settings_bluetooth",ligature:"settings_bluetooth",tags:["settings_bluetooth"]},{name:"settings_brightness",ligature:"settings_brightness",tags:["settings_brightness"]},{name:"settings_cell",ligature:"settings_cell",tags:["settings_cell"]},{name:"settings_ethernet",ligature:"settings_ethernet",tags:["settings_ethernet"]},{name:"settings_input_antenna",ligature:"settings_input_antenna",tags:["settings_input_antenna"]},{name:"settings_input_component",ligature:"settings_input_component",tags:["settings_input_component"]},{name:"settings_input_composite",ligature:"settings_input_composite",tags:["settings_input_composite"]},{name:"settings_input_hdmi",ligature:"settings_input_hdmi",tags:["settings_input_hdmi"]},{name:"settings_input_svideo",ligature:"settings_input_svideo",tags:["settings_input_svideo"]},{name:"settings_overscan",ligature:"settings_overscan",tags:["settings_overscan"]},{name:"settings_phone",ligature:"settings_phone",tags:["settings_phone"]},{name:"settings_power",ligature:"settings_power",tags:["settings_power"]},{name:"settings_remote",ligature:"settings_remote",tags:["settings_remote"]},{name:"settings_system_daydream",ligature:"settings_system_daydream",tags:["settings_system_daydream"]},{name:"settings_voice",ligature:"settings_voice",tags:["settings_voice"]},{name:"settings",ligature:"settings",tags:["settings"]},{name:"share",ligature:"share",tags:["share"]},{name:"shop_two",ligature:"shop_two",tags:["shop_two"]},{name:"shop",ligature:"shop",tags:["shop"]},{name:"shopping_basket",ligature:"shopping_basket",tags:["shopping_basket"]},{name:"shopping_cart",ligature:"shopping_cart",tags:["shopping_cart"]},{name:"short_text",ligature:"short_text",tags:["short_text"]},{name:"show_chart",ligature:"show_chart",tags:["show_chart"]},{name:"shuffle",ligature:"shuffle",tags:["shuffle"]},{name:"shutter_speed",ligature:"shutter_speed",tags:["shutter_speed"]},{name:"signal_cellular_0_bar",ligature:"signal_cellular_0_bar",tags:["signal_cellular_0_bar"]},{name:"signal_cellular_4_bar",ligature:"signal_cellular_4_bar",tags:["signal_cellular_4_bar"]},{name:"signal_cellular_alt",ligature:"signal_cellular_alt",tags:["signal_cellular_alt"]},{name:"signal_cellular_connected_no_internet_4_bar",ligature:"signal_cellular_connected_no_internet_4_bar",tags:["signal_cellular_connected_no_internet_4_bar"]},{name:"signal_cellular_no_sim",ligature:"signal_cellular_no_sim",tags:["signal_cellular_no_sim"]},{name:"signal_cellular_null",ligature:"signal_cellular_null",tags:["signal_cellular_null"]},{name:"signal_cellular_off",ligature:"signal_cellular_off",tags:["signal_cellular_off"]},{name:"signal_wifi_0_bar",ligature:"signal_wifi_0_bar",tags:["signal_wifi_0_bar"]},{name:"signal_wifi_4_bar_lock",ligature:"signal_wifi_4_bar_lock",tags:["signal_wifi_4_bar_lock"]},{name:"signal_wifi_4_bar",ligature:"signal_wifi_4_bar",tags:["signal_wifi_4_bar"]},{name:"signal_wifi_off",ligature:"signal_wifi_off",tags:["signal_wifi_off"]},{name:"sim_card",ligature:"sim_card",tags:["sim_card"]},{name:"skip_next",ligature:"skip_next",tags:["skip_next"]},{name:"skip_previous",ligature:"skip_previous",tags:["skip_previous"]},{name:"slideshow",ligature:"slideshow",tags:["slideshow"]},{name:"slow_motion_video",ligature:"slow_motion_video",tags:["slow_motion_video"]},{name:"smartphone",ligature:"smartphone",tags:["smartphone"]},{name:"smoke_free",ligature:"smoke_free",tags:["smoke_free"]},{name:"smoking_rooms",ligature:"smoking_rooms",tags:["smoking_rooms"]},{name:"sms_failed",ligature:"sms_failed",tags:["sms_failed"]},{name:"sms",ligature:"sms",tags:["sms"]},{name:"snooze",ligature:"snooze",tags:["snooze"]},{name:"sort_by_alpha",ligature:"sort_by_alpha",tags:["sort_by_alpha"]},{name:"sort",ligature:"sort",tags:["sort"]},{name:"spa",ligature:"spa",tags:["spa"]},{name:"space_bar",ligature:"space_bar",tags:["space_bar"]},{name:"speaker_group",ligature:"speaker_group",tags:["speaker_group"]},{name:"speaker_notes_off",ligature:"speaker_notes_off",tags:["speaker_notes_off"]},{name:"speaker_notes",ligature:"speaker_notes",tags:["speaker_notes"]},{name:"speaker_phone",ligature:"speaker_phone",tags:["speaker_phone"]},{name:"speaker",ligature:"speaker",tags:["speaker"]},{name:"spellcheck",ligature:"spellcheck",tags:["spellcheck"]},{name:"star_border",ligature:"star_border",tags:["star_border"]},{name:"star_half",ligature:"star_half",tags:["star_half"]},{name:"star_rate",ligature:"star_rate",tags:["star_rate"]},{name:"star",ligature:"star",tags:["star"]},{name:"stars",ligature:"stars",tags:["stars"]},{name:"stay_current_landscape",ligature:"stay_current_landscape",tags:["stay_current_landscape"]},{name:"stay_current_portrait",ligature:"stay_current_portrait",tags:["stay_current_portrait"]},{name:"stay_primary_landscape",ligature:"stay_primary_landscape",tags:["stay_primary_landscape"]},{name:"stay_primary_portrait",ligature:"stay_primary_portrait",tags:["stay_primary_portrait"]},{name:"stop_screen_share",ligature:"stop_screen_share",tags:["stop_screen_share"]},{name:"stop",ligature:"stop",tags:["stop"]},{name:"storage",ligature:"storage",tags:["storage"]},{name:"store_mall_directory",ligature:"store_mall_directory",tags:["store_mall_directory"]},{name:"store",ligature:"store",tags:["store"]},{name:"straighten",ligature:"straighten",tags:["straighten"]},{name:"streetview",ligature:"streetview",tags:["streetview"]},{name:"strikethrough_s",ligature:"strikethrough_s",tags:["strikethrough_s"]},{name:"style",ligature:"style",tags:["style"]},{name:"subdirectory_arrow_left",ligature:"subdirectory_arrow_left",tags:["subdirectory_arrow_left"]},{name:"subdirectory_arrow_right",ligature:"subdirectory_arrow_right",tags:["subdirectory_arrow_right"]},{name:"subject",ligature:"subject",tags:["subject"]},{name:"subscriptions",ligature:"subscriptions",tags:["subscriptions"]},{name:"subtitles",ligature:"subtitles",tags:["subtitles"]},{name:"subway",ligature:"subway",tags:["subway"]},{name:"supervised_user_circle",ligature:"supervised_user_circle",tags:["supervised_user_circle"]},{name:"supervisor_account",ligature:"supervisor_account",tags:["supervisor_account"]},{name:"surround_sound",ligature:"surround_sound",tags:["surround_sound"]},{name:"swap_calls",ligature:"swap_calls",tags:["swap_calls"]},{name:"swap_horiz",ligature:"swap_horiz",tags:["swap_horiz"]},{name:"swap_horizontal_circle",ligature:"swap_horizontal_circle",tags:["swap_horizontal_circle"]},{name:"swap_vert",ligature:"swap_vert",tags:["swap_vert"]},{name:"swap_vertical_circle",ligature:"swap_vertical_circle",tags:["swap_vertical_circle"]},{name:"switch_camera",ligature:"switch_camera",tags:["switch_camera"]},{name:"switch_video",ligature:"switch_video",tags:["switch_video"]},{name:"sync_disabled",ligature:"sync_disabled",tags:["sync_disabled"]},{name:"sync_problem",ligature:"sync_problem",tags:["sync_problem"]},{name:"sync",ligature:"sync",tags:["sync"]},{name:"system_update",ligature:"system_update",tags:["system_update"]},{name:"tab_unselected",ligature:"tab_unselected",tags:["tab_unselected"]},{name:"tab",ligature:"tab",tags:["tab"]},{name:"table_chart",ligature:"table_chart",tags:["table_chart"]},{name:"tablet_android",ligature:"tablet_android",tags:["tablet_android"]},{name:"tablet_mac",ligature:"tablet_mac",tags:["tablet_mac"]},{name:"tablet",ligature:"tablet",tags:["tablet"]},{name:"tag_faces",ligature:"tag_faces",tags:["tag_faces"]},{name:"tap_and_play",ligature:"tap_and_play",tags:["tap_and_play"]},{name:"terrain",ligature:"terrain",tags:["terrain"]},{name:"text_fields",ligature:"text_fields",tags:["text_fields"]},{name:"text_format",ligature:"text_format",tags:["text_format"]},{name:"text_rotate_up",ligature:"text_rotate_up",tags:["text_rotate_up"]},{name:"text_rotate_vertical",ligature:"text_rotate_vertical",tags:["text_rotate_vertical"]},{name:"text_rotation_down",ligature:"text_rotation_down",tags:["text_rotation_down"]},{name:"text_rotation_none",ligature:"text_rotation_none",tags:["text_rotation_none"]},{name:"textsms",ligature:"textsms",tags:["textsms"]},{name:"texture",ligature:"texture",tags:["texture"]},{name:"theaters",ligature:"theaters",tags:["theaters"]},{name:"thumb_down_alt",ligature:"thumb_down_alt",tags:["thumb_down_alt"]},{name:"thumb_down",ligature:"thumb_down",tags:["thumb_down"]},{name:"thumb_up_alt",ligature:"thumb_up_alt",tags:["thumb_up_alt"]},{name:"thumb_up",ligature:"thumb_up",tags:["thumb_up"]},{name:"thumbs_up_down",ligature:"thumbs_up_down",tags:["thumbs_up_down"]},{name:"time_to_leave",ligature:"time_to_leave",tags:["time_to_leave"]},{name:"timelapse",ligature:"timelapse",tags:["timelapse"]},{name:"timeline",ligature:"timeline",tags:["timeline"]},{name:"timer_3",ligature:"timer_3",tags:["timer_3"]},{name:"timer_10",ligature:"timer_10",tags:["timer_10"]},{name:"timer_off",ligature:"timer_off",tags:["timer_off"]},{name:"timer",ligature:"timer",tags:["timer"]},{name:"title",ligature:"title",tags:["title"]},{name:"toc",ligature:"toc",tags:["toc"]},{name:"today",ligature:"today",tags:["today"]},{name:"toggle_off",ligature:"toggle_off",tags:["toggle_off"]},{name:"toggle_on",ligature:"toggle_on",tags:["toggle_on"]},{name:"toll",ligature:"toll",tags:["toll"]},{name:"tonality",ligature:"tonality",tags:["tonality"]},{name:"touch_app",ligature:"touch_app",tags:["touch_app"]},{name:"toys",ligature:"toys",tags:["toys"]},{name:"track_changes",ligature:"track_changes",tags:["track_changes"]},{name:"traffic",ligature:"traffic",tags:["traffic"]},{name:"train",ligature:"train",tags:["train"]},{name:"tram",ligature:"tram",tags:["tram"]},{name:"transfer_within_a_station",ligature:"transfer_within_a_station",tags:["transfer_within_a_station"]},{name:"transform",ligature:"transform",tags:["transform"]},{name:"transit_enterexit",ligature:"transit_enterexit",tags:["transit_enterexit"]},{name:"translate",ligature:"translate",tags:["translate"]},{name:"trending_down",ligature:"trending_down",tags:["trending_down"]},{name:"trending_flat",ligature:"trending_flat",tags:["trending_flat"]},{name:"trending_up",ligature:"trending_up",tags:["trending_up"]},{name:"trip_origin",ligature:"trip_origin",tags:["trip_origin"]},{name:"tune",ligature:"tune",tags:["tune"]},{name:"turned_in_not",ligature:"turned_in_not",tags:["turned_in_not"]},{name:"turned_in",ligature:"turned_in",tags:["turned_in"]},{name:"tv_off",ligature:"tv_off",tags:["tv_off"]},{name:"tv",ligature:"tv",tags:["tv"]},{name:"unarchive",ligature:"unarchive",tags:["unarchive"]},{name:"undo",ligature:"undo",tags:["undo"]},{name:"unfold_less",ligature:"unfold_less",tags:["unfold_less"]},{name:"unfold_more",ligature:"unfold_more",tags:["unfold_more"]},{name:"unsubscribe",ligature:"unsubscribe",tags:["unsubscribe"]},{name:"update",ligature:"update",tags:["update"]},{name:"usb",ligature:"usb",tags:["usb"]},{name:"verified_user",ligature:"verified_user",tags:["verified_user"]},{name:"vertical_align_bottom",ligature:"vertical_align_bottom",tags:["vertical_align_bottom"]},{name:"vertical_align_center",ligature:"vertical_align_center",tags:["vertical_align_center"]},{name:"vertical_align_top",ligature:"vertical_align_top",tags:["vertical_align_top"]},{name:"vertical_split",ligature:"vertical_split",tags:["vertical_split"]},{name:"vibration",ligature:"vibration",tags:["vibration"]},{name:"video_call",ligature:"video_call",tags:["video_call"]},{name:"video_label",ligature:"video_label",tags:["video_label"]},{name:"video_library",ligature:"video_library",tags:["video_library"]},{name:"videocam_off",ligature:"videocam_off",tags:["videocam_off"]},{name:"videocam",ligature:"videocam",tags:["videocam"]},{name:"videogame_asset",ligature:"videogame_asset",tags:["videogame_asset"]},{name:"view_agenda",ligature:"view_agenda",tags:["view_agenda"]},{name:"view_array",ligature:"view_array",tags:["view_array"]},{name:"view_carousel",ligature:"view_carousel",tags:["view_carousel"]},{name:"view_column",ligature:"view_column",tags:["view_column"]},{name:"view_comfy",ligature:"view_comfy",tags:["view_comfy"]},{name:"view_compact",ligature:"view_compact",tags:["view_compact"]},{name:"view_day",ligature:"view_day",tags:["view_day"]},{name:"view_headline",ligature:"view_headline",tags:["view_headline"]},{name:"view_list",ligature:"view_list",tags:["view_list"]},{name:"view_module",ligature:"view_module",tags:["view_module"]},{name:"view_quilt",ligature:"view_quilt",tags:["view_quilt"]},{name:"view_stream",ligature:"view_stream",tags:["view_stream"]},{name:"view_week",ligature:"view_week",tags:["view_week"]},{name:"vignette",ligature:"vignette",tags:["vignette"]},{name:"visibility_off",ligature:"visibility_off",tags:["visibility_off"]},{name:"visibility",ligature:"visibility",tags:["visibility"]},{name:"voice_chat",ligature:"voice_chat",tags:["voice_chat"]},{name:"voice_over_off",ligature:"voice_over_off",tags:["voice_over_off"]},{name:"voicemail",ligature:"voicemail",tags:["voicemail"]},{name:"volume_down",ligature:"volume_down",tags:["volume_down"]},{name:"volume_mute",ligature:"volume_mute",tags:["volume_mute"]},{name:"volume_off",ligature:"volume_off",tags:["volume_off"]},{name:"volume_up",ligature:"volume_up",tags:["volume_up"]},{name:"vpn_key",ligature:"vpn_key",tags:["vpn_key"]},{name:"vpn_lock",ligature:"vpn_lock",tags:["vpn_lock"]},{name:"wallpaper",ligature:"wallpaper",tags:["wallpaper"]},{name:"warning",ligature:"warning",tags:["warning"]},{name:"watch_later",ligature:"watch_later",tags:["watch_later"]},{name:"watch",ligature:"watch",tags:["watch"]},{name:"waves",ligature:"waves",tags:["waves"]},{name:"wb_auto",ligature:"wb_auto",tags:["wb_auto"]},{name:"wb_cloudy",ligature:"wb_cloudy",tags:["wb_cloudy"]},{name:"wb_incandescent",ligature:"wb_incandescent",tags:["wb_incandescent"]},{name:"wb_iridescent",ligature:"wb_iridescent",tags:["wb_iridescent"]},{name:"wb_sunny",ligature:"wb_sunny",tags:["wb_sunny"]},{name:"wc",ligature:"wc",tags:["wc"]},{name:"web_asset",ligature:"web_asset",tags:["web_asset"]},{name:"web",ligature:"web",tags:["web"]},{name:"weekend",ligature:"weekend",tags:["weekend"]},{name:"whatshot",ligature:"whatshot",tags:["whatshot"]},{name:"where_to_vote",ligature:"where_to_vote",tags:["where_to_vote"]},{name:"widgets",ligature:"widgets",tags:["widgets"]},{name:"wifi_lock",ligature:"wifi_lock",tags:["wifi_lock"]},{name:"wifi_off",ligature:"wifi_off",tags:["wifi_off"]},{name:"wifi_tethering",ligature:"wifi_tethering",tags:["wifi_tethering"]},{name:"wifi",ligature:"wifi",tags:["wifi"]},{name:"work_off",ligature:"work_off",tags:["work_off"]},{name:"work_outline",ligature:"work_outline",tags:["work_outline"]},{name:"work",ligature:"work",tags:["work"]},{name:"wrap_text",ligature:"wrap_text",tags:["wrap_text"]},{name:"youtube_searched_for",ligature:"youtube_searched_for",tags:["youtube_searched_for"]},{name:"zoom_in",ligature:"zoom_in",tags:["zoom_in"]},{name:"zoom_out_map",ligature:"zoom_out_map",tags:["zoom_out_map"]},{name:"zoom_out",ligature:"zoom_out",tags:["zoom_out"]}],e})(),wn=(()=>{class e{}return e.contacts=[{id:"5725a680b3249760ea21de52",name:"Alice Freeman",avatar:"assets/images/avatars/alice.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit...",unread:"2"},{id:"5725a680606588342058356d",name:"Arnold",avatar:"assets/images/avatars/Arnold.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a68009e20d0a9e9acf2a",name:"Barrera",avatar:"assets/images/avatars/Barrera.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a6809fdd915739187ed5",name:"Blair",avatar:"assets/images/avatars/Blair.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit...",unread:"3"},{id:"5725a68007920cf75051da64",name:"Boyle",avatar:"assets/images/avatars/Boyle.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit...",unread:"1"},{id:"5725a68031fdbb1db2c1af47",name:"Christy",avatar:"assets/images/avatars/Christy.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680bc670af746c435e2",name:"Copeland",avatar:"assets/images/avatars/Copeland.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680e7eb988a58ddf303",name:"Estes",avatar:"assets/images/avatars/Estes.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680dcb077889f758961",name:"Harper",avatar:"assets/images/avatars/Harper.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a6806acf030f9341e925",name:"Helen",avatar:"assets/images/avatars/Helen.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680ae1ae9a3c960d487",name:"Henderson",avatar:"assets/images/avatars/Henderson.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680b8d240c011dd224b",name:"Josefina",avatar:"assets/images/avatars/Josefina.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a68034cb3968e1f79eac",name:"Katina",avatar:"assets/images/avatars/Katina.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a6801146cce777df2a08",name:"Lily",avatar:"assets/images/avatars/Lily.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit...",unread:"10"},{id:"5725a6808a178bfd034d6ecf",name:"Mai",avatar:"assets/images/avatars/Mai.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680653c265f5c79b5a9",name:"Nancy",avatar:"assets/images/avatars/Nancy.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680bbcec3cc32a8488a",name:"Nora",avatar:"assets/images/avatars/Nora.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit...",unread:"7"},{id:"5725a6803d87f1b77e17b62b",name:"Odessa",avatar:"assets/images/avatars/Odessa.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit...",unread:"1"},{id:"5725a680e87cb319bd9bd673",name:"Reyna",avatar:"assets/images/avatars/Reyna.jpg",status:"offline",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a6802d10e277a0f35775",name:"Shauna",avatar:"assets/images/avatars/Shauna.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680aef1e5cf26dd3d1f",name:"Shepard",avatar:"assets/images/avatars/Shepard.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a680cd7efa56a45aea5d",name:"Tillman",avatar:"assets/images/avatars/Tillman.jpg",status:"do-not-disturb",mood:"",unread:"99+"},{id:"5725a680fb65c91a82cb35e2",name:"Trevino",avatar:"assets/images/avatars/Trevino.jpg",status:"away",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a68018c663044be49cbf",name:"Tyson",avatar:"assets/images/avatars/Tyson.jpg",status:"do-not-disturb",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."},{id:"5725a6809413bf8a0a5272b1",name:"Velazquez",avatar:"assets/images/avatars/Velazquez.jpg",status:"online",mood:"Lorem ipsum dolor sit amet, consectetur adipiscing elit..."}],e.chats=[{id:"1725a680b3249760ea21de52",dialog:[{who:"5725a680b3249760ea21de52",message:"Quickly come to the meeting room 1B, we have a big server issue",time:"2017-03-22T08:54:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"I\u2019m having breakfast right now, can\u2019t you wait for 10 minutes?",time:"2017-03-22T08:55:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"I\u2019m having breakfast right now, can\u2019t you wait for 10 minutes?",time:"2017-03-22T08:55:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:00:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:02:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:05:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:15:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:05:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:15:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:20:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:22:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:25:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:27:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:33:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T09:33:28.299Z"},{who:"5725a680b3249760ea21de52",message:"We are losing money! Quick!",time:"2017-03-22T09:35:28.299Z"},{who:"5725a6802d10e277a0f35724",message:"It\u2019s not my money, you know. I will eat my breakfast and then I will come to the meeting room.",time:"2017-03-22T09:45:28.299Z"},{who:"5725a680b3249760ea21de52",message:"You are the worst!",time:"2017-03-22T10:00:28.299Z"}]},{id:"2725a680b8d240c011dd2243",dialog:[{who:"5725a680606588342058356d",message:"Quickly come to the meeting room 1B, we have a big server issue",time:"2017-04-22T01:00:00.299Z"},{who:"5725a6802d10e277a0f35724",message:"I\u2019m having breakfast right now, can\u2019t you wait for 10 minutes?",time:"2017-04-22T01:05:00.299Z"},{who:"5725a680606588342058356d",message:"We are losing money! Quick!",time:"2017-04-22T01:10:00.299Z"}]},{id:"3725a6809413bf8a0a5272b4",dialog:[{who:"5725a68009e20d0a9e9acf2a",message:"Quickly come to the meeting room 1B, we have a big server issue",time:"2017-04-22T02:10:00.299Z"}]}],e.user=[{id:"5725a6802d10e277a0f35724",name:"John Doe",avatar:"assets/images/avatars/profile.jpg",status:"online",mood:"",chatList:[{chatId:"1725a680b3249760ea21de52",contactId:"5725a680b3249760ea21de52",lastMessageTime:"2017-06-12T02:10:18.931Z"},{chatId:"2725a680b8d240c011dd2243",contactId:"5725a680606588342058356d",lastMessageTime:"2017-02-18T10:30:18.931Z"},{chatId:"3725a6809413bf8a0a5272b4",contactId:"5725a68009e20d0a9e9acf2a",lastMessageTime:"2017-03-18T12:30:18.931Z"}]}],e})(),kn=(()=>{class e{}return e.notes=[{title:"Best songs to listen while working",detail:"Last edit: May 8th, 2018"},{title:"Useful subreddits",detail:"Last edit: January 12th, 2018"}],e.events=[{title:"Group Meeting",detail:"In 32 Minutes, Room 1B"},{title:"Public Beta Release",detail:"11:00 PM"},{title:"Dinner with David",detail:"17:30 PM"},{title:"Q&A Session",detail:"20:30 PM"}],e})();class xn{createDb(){return{"project-dashboard-projects":sn.projects,"project-dashboard-widgets":sn.widgets,"analytics-dashboard-widgets":rn.widgets,"e-commerce-products":on.products,"e-commerce-orders":on.orders,"academy-categories":ln.categories,"academy-courses":ln.courses,"academy-course":ln.course,"mail-mails":un.mails,"mail-folders":un.folders,"mail-filters":un.filters,"mail-labels":un.labels,"chat-contacts":cn.contacts,"chat-chats":cn.chats,"chat-user":cn.user,"file-manager":dn.files,"contacts-contacts":mn.contacts,"contacts-user":mn.user,"todo-todos":hn.todos,"todo-filters":hn.filters,"todo-tags":hn.tags,"scrumboard-boards":pn.boards,invoice:fn.invoice,"profile-timeline":gn.timeline,"profile-photos-videos":gn.photosVideos,"profile-about":gn.about,search:_n.search,faq:bn.data,"knowledge-base":yn.data,icons:vn.icons,"chat-panel-contacts":wn.contacts,"chat-panel-chats":wn.chats,"chat-panel-user":wn.user,"quick-panel-notes":kn.notes,"quick-panel-events":kn.events}}}const Mn=[{path:"apps",loadChildren:()=>i.e(18).then(i.bind(null,"JDND")).then(e=>e.AppsModule)},{path:"pages",loadChildren:()=>Promise.all([i.e(3),i.e(5),i.e(6),i.e(0),i.e(13)]).then(i.bind(null,"dK4b")).then(e=>e.PagesModule)},{path:"ui",loadChildren:()=>Promise.all([i.e(6),i.e(4),i.e(8),i.e(7),i.e(0),i.e(31)]).then(i.bind(null,"H28Y")).then(e=>e.UIModule)},{path:"documentation",loadChildren:()=>i.e(29).then(i.bind(null,"Fs+m")).then(e=>e.DocumentationModule)},{path:"**",redirectTo:"apps/home"}];let Ln=(()=>{class e{}return e.\u0275mod=n.Rb({type:e,bootstrap:[Hi]}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},providers:[an.a,{provide:W.o,useClass:W.h}],imports:[[a.a,r.b,s.c,o.k.forRoot(Mn),N.b.forRoot(),R.forRoot(xn,{delay:0,passThruUnknownUrl:!0}),g,b.c,y.b,H.forRoot(z),V.e,B.a,V.h,V.i,nn]]}),e})();Object(n.V)(),a.d().bootstrapModule(Ln).catch(e=>console.error(e))},zavE:function(e,t,i){!function(e){"use strict";e.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},zn8P:function(e,t){function i(e){return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}))}i.keys=function(){return[]},i.resolve=i,e.exports=i,i.id="zn8P"},znSr:function(e,t,i){"use strict";i.d(t,"c",(function(){return y})),i.d(t,"a",(function(){return c})),i.d(t,"b",(function(){return _}));var n=i("fXoL"),a=i("ofXK"),s=i("pD6V"),r=i("8LU1"),o=i("1G5W");i("jhN1");let l=(()=>{class e extends s.b{constructor(e,t,i,n,s,r,o){super(e,null,t,i),this.ngClassInstance=o,this.DIRECTIVE_KEY="ngClass",this.ngClassInstance||(this.ngClassInstance=new a.q(n,s,e,r)),this.init(),this.setValue("","")}set klass(e){this.ngClassInstance.klass=e,this.setValue(e,"")}updateWithValue(e){this.ngClassInstance.ngClass=e,this.ngClassInstance.ngDoCheck()}ngDoCheck(){this.ngClassInstance.ngDoCheck()}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(s.j),n.Tb(s.f),n.Tb(n.u),n.Tb(n.v),n.Tb(n.H),n.Tb(a.q,10))},e.\u0275dir=n.Ob({type:e,inputs:{klass:["class","klass"]},features:[n.Cb]}),e})();const u=["ngClass","ngClass.xs","ngClass.sm","ngClass.md","ngClass.lg","ngClass.xl","ngClass.lt-sm","ngClass.lt-md","ngClass.lt-lg","ngClass.lt-xl","ngClass.gt-xs","ngClass.gt-sm","ngClass.gt-md","ngClass.gt-lg"];let c=(()=>{class e extends l{constructor(){super(...arguments),this.inputs=u}}return e.\u0275fac=function(t){return d(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","ngClass",""],["","ngClass.xs",""],["","ngClass.sm",""],["","ngClass.md",""],["","ngClass.lg",""],["","ngClass.xl",""],["","ngClass.lt-sm",""],["","ngClass.lt-md",""],["","ngClass.lt-lg",""],["","ngClass.lt-xl",""],["","ngClass.gt-xs",""],["","ngClass.gt-sm",""],["","ngClass.gt-md",""],["","ngClass.gt-lg",""]],inputs:{ngClass:"ngClass","ngClass.xs":"ngClass.xs","ngClass.sm":"ngClass.sm","ngClass.md":"ngClass.md","ngClass.lg":"ngClass.lg","ngClass.xl":"ngClass.xl","ngClass.lt-sm":"ngClass.lt-sm","ngClass.lt-md":"ngClass.lt-md","ngClass.lt-lg":"ngClass.lt-lg","ngClass.lt-xl":"ngClass.lt-xl","ngClass.gt-xs":"ngClass.gt-xs","ngClass.gt-sm":"ngClass.gt-sm","ngClass.gt-md":"ngClass.gt-md","ngClass.gt-lg":"ngClass.gt-lg"},features:[n.Cb]}),e})();const d=n.bc(c);let m=(()=>{class e extends s.i{buildStyles(e,t){return{display:"true"===e?t.display:"none"}}}return e.\u0275fac=function(t){return h(t||e)},e.\u0275prov=Object(n.Pb)({factory:function(){return new e},token:e,providedIn:"root"}),e})();const h=n.bc(m);let p=(()=>{class e extends s.b{constructor(e,t,i,n,a,s,r){super(e,t,i,n),this.layoutConfig=a,this.platformId=s,this.serverModuleLoaded=r,this.DIRECTIVE_KEY="show-hide",this.display="",this.hasLayout=!1,this.hasFlexChild=!1}ngAfterViewInit(){this.trackExtraTriggers();const e=Array.from(this.nativeElement.children);for(let i=0;i<e.length;i++)if(this.marshal.hasValue(e[i],"flex")){this.hasFlexChild=!0;break}f.has(this.nativeElement)?this.display=f.get(this.nativeElement):(this.display=this.getDisplayStyle(),f.set(this.nativeElement,this.display)),this.init();const t=this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY,"");void 0===t||""===t?this.setValue(!0,""):this.triggerUpdate()}ngOnChanges(e){Object.keys(e).forEach(t=>{if(-1!==this.inputs.indexOf(t)){const i=t.split("."),n=i.slice(1).join("."),a=e[t].currentValue;let s=""===a||0!==a&&Object(r.c)(a);"fxHide"===i[0]&&(s=!s),this.setValue(s,n)}})}trackExtraTriggers(){this.hasLayout=this.marshal.hasValue(this.nativeElement,"layout"),["layout","layout-align"].forEach(e=>{this.marshal.trackValue(this.nativeElement,e).pipe(Object(o.a)(this.destroySubject)).subscribe(this.triggerUpdate.bind(this))})}getDisplayStyle(){return this.hasLayout||this.hasFlexChild&&this.layoutConfig.addFlexToParent?"flex":this.styler.lookupStyle(this.nativeElement,"display",!0)}updateWithValue(e=!0){""!==e&&(this.addStyles(e?"true":"false",{display:this.display}),Object(a.K)(this.platformId)&&this.serverModuleLoaded&&this.nativeElement.style.setProperty("display",""),this.marshal.triggerUpdate(this.parentElement,"layout-gap"))}}return e.\u0275fac=function(t){return new(t||e)(n.Tb(n.l),n.Tb(m),n.Tb(s.j),n.Tb(s.f),n.Tb(s.e),n.Tb(n.E),n.Tb(s.h))},e.\u0275dir=n.Ob({type:e,features:[n.Cb,n.Db()]}),e})();const f=new WeakMap,g=["fxShow","fxShow.print","fxShow.xs","fxShow.sm","fxShow.md","fxShow.lg","fxShow.xl","fxShow.lt-sm","fxShow.lt-md","fxShow.lt-lg","fxShow.lt-xl","fxShow.gt-xs","fxShow.gt-sm","fxShow.gt-md","fxShow.gt-lg","fxHide","fxHide.print","fxHide.xs","fxHide.sm","fxHide.md","fxHide.lg","fxHide.xl","fxHide.lt-sm","fxHide.lt-md","fxHide.lt-lg","fxHide.lt-xl","fxHide.gt-xs","fxHide.gt-sm","fxHide.gt-md","fxHide.gt-lg"];let _=(()=>{class e extends p{constructor(){super(...arguments),this.inputs=g}}return e.\u0275fac=function(t){return b(t||e)},e.\u0275dir=n.Ob({type:e,selectors:[["","fxShow",""],["","fxShow.print",""],["","fxShow.xs",""],["","fxShow.sm",""],["","fxShow.md",""],["","fxShow.lg",""],["","fxShow.xl",""],["","fxShow.lt-sm",""],["","fxShow.lt-md",""],["","fxShow.lt-lg",""],["","fxShow.lt-xl",""],["","fxShow.gt-xs",""],["","fxShow.gt-sm",""],["","fxShow.gt-md",""],["","fxShow.gt-lg",""],["","fxHide",""],["","fxHide.print",""],["","fxHide.xs",""],["","fxHide.sm",""],["","fxHide.md",""],["","fxHide.lg",""],["","fxHide.xl",""],["","fxHide.lt-sm",""],["","fxHide.lt-md",""],["","fxHide.lt-lg",""],["","fxHide.lt-xl",""],["","fxHide.gt-xs",""],["","fxHide.gt-sm",""],["","fxHide.gt-md",""],["","fxHide.gt-lg",""]],inputs:{fxShow:"fxShow","fxShow.print":"fxShow.print","fxShow.xs":"fxShow.xs","fxShow.sm":"fxShow.sm","fxShow.md":"fxShow.md","fxShow.lg":"fxShow.lg","fxShow.xl":"fxShow.xl","fxShow.lt-sm":"fxShow.lt-sm","fxShow.lt-md":"fxShow.lt-md","fxShow.lt-lg":"fxShow.lt-lg","fxShow.lt-xl":"fxShow.lt-xl","fxShow.gt-xs":"fxShow.gt-xs","fxShow.gt-sm":"fxShow.gt-sm","fxShow.gt-md":"fxShow.gt-md","fxShow.gt-lg":"fxShow.gt-lg",fxHide:"fxHide","fxHide.print":"fxHide.print","fxHide.xs":"fxHide.xs","fxHide.sm":"fxHide.sm","fxHide.md":"fxHide.md","fxHide.lg":"fxHide.lg","fxHide.xl":"fxHide.xl","fxHide.lt-sm":"fxHide.lt-sm","fxHide.lt-md":"fxHide.lt-md","fxHide.lt-lg":"fxHide.lt-lg","fxHide.lt-xl":"fxHide.lt-xl","fxHide.gt-xs":"fxHide.gt-xs","fxHide.gt-sm":"fxHide.gt-sm","fxHide.gt-md":"fxHide.gt-md","fxHide.gt-lg":"fxHide.gt-lg"},features:[n.Cb]}),e})();const b=n.bc(_);let y=(()=>{class e{}return e.\u0275mod=n.Rb({type:e}),e.\u0275inj=n.Qb({factory:function(t){return new(t||e)},imports:[[s.c]]}),e})()},zuHl:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var n=i("fXoL");let a=(()=>{class e{constructor(){this.host="https://dasturonline.in/dasturnursery/F10cf/services/student_service.php",this.base="https://dasturonline.in/dasturnursery/F10cf/services/student",this.profilePicPath="https://dasturonline.in/dasturnursery/F10cf/services/",this.basepath="https://dasturonline.in/dasturnursery/F10cf/services/applicant/pg/meTrnPay.php",this.addmisionformurl="https://dasturonline.in/dasturnursery/F10cf/services/applicant/admission_form.php",this.basepathurl="https://dasturonline.in/dasturnursery/F10cf/services",this.paymentGateway="https://dasturonline.in/dasturnursery/F10cf/services/applicant/payment/pay_processing.php?enc=",this.downloadchallan="https://dasturonline.in/dasturnursery/F10cf/services/applicant/get_challan.php",this.paymentStatus="https://dasturonline.in/dasturnursery/F10cf/services/applicant/payment/TransStatus_processing.php?orderid=",this.feepayment="https://dasturonline.in/dasturnursery/F10cf/services/applicant/payment/pay.php",this.rcdfeepayment="https://dasturonline.in/dasturnursery/F10cf/services/applicant/payment/pay.php",this.installfeepayment="https://dasturonline.in/dasturnursery/F10cf/services/applicant/payment/pay_inst.php"}}return e.\u0275fac=function(t){return new(t||e)},e.\u0275prov=n.Pb({token:e,factory:e.\u0275fac,providedIn:"root"}),e})()},zx6S:function(e,t,i){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,i,n){var a=t.words[n];return 1===n.length?i?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010de u] LT",lastWeek:function(){return["[pro\u0161le] [nedelje] [u] LT","[pro\u0161log] [ponedeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srede] [u] LT","[pro\u0161log] [\u010detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))}},[[0,2]]]);