homebridge-config-ui-x 5.11.3-beta.1 → 5.11.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -13
- package/dist/core/auth/auth.controller.d.ts +1 -5
- package/dist/core/config/config.interfaces.d.ts +0 -14
- package/dist/core/config/config.service.d.ts +0 -6
- package/dist/core/config/config.service.js +0 -8
- package/dist/core/config/config.service.js.map +1 -1
- package/dist/core/config/config.startup.js +17 -48
- package/dist/core/config/config.startup.js.map +1 -1
- package/dist/core/feature-flags/feature-flags.registry.js +0 -5
- package/dist/core/feature-flags/feature-flags.registry.js.map +1 -1
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js +0 -1
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
- package/dist/core/spa/spa.filter.d.ts +0 -3
- package/dist/core/spa/spa.filter.js +2 -22
- package/dist/core/spa/spa.filter.js.map +1 -1
- package/dist/globalDefaults.js +0 -3
- package/dist/globalDefaults.js.map +1 -1
- package/dist/main.js +4 -18
- package/dist/main.js.map +1 -1
- package/dist/modules/accessories/accessories.controller.d.ts +1 -1
- package/dist/modules/accessories/accessories.module.js +0 -2
- package/dist/modules/accessories/accessories.module.js.map +1 -1
- package/dist/modules/accessories/accessories.service.d.ts +3 -21
- package/dist/modules/accessories/accessories.service.js +17 -281
- package/dist/modules/accessories/accessories.service.js.map +1 -1
- package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +0 -9
- package/dist/modules/config-editor/config-editor.controller.d.ts +0 -4
- package/dist/modules/config-editor/config-editor.controller.js +0 -64
- package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
- package/dist/modules/config-editor/config-editor.service.d.ts +1 -6
- package/dist/modules/config-editor/config-editor.service.js +1 -45
- package/dist/modules/config-editor/config-editor.service.js.map +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
- package/dist/modules/platform-tools/hb-service/hb-service.controller.d.ts +1 -1
- package/dist/modules/platform-tools/hb-service/hb-service.service.d.ts +1 -1
- package/dist/modules/plugins/plugins.service.js +0 -15
- package/dist/modules/plugins/plugins.service.js.map +1 -1
- package/dist/modules/server/server.controller.d.ts +0 -50
- package/dist/modules/server/server.controller.js +2 -201
- package/dist/modules/server/server.controller.js.map +1 -1
- package/dist/modules/server/server.service.d.ts +0 -48
- package/dist/modules/server/server.service.js +14 -502
- package/dist/modules/server/server.service.js.map +1 -1
- package/dist/modules/status/status.gateway.d.ts +0 -2
- package/dist/modules/status/status.interfaces.d.ts +0 -11
- package/dist/modules/status/status.service.d.ts +1 -4
- package/dist/modules/status/status.service.js +0 -9
- package/dist/modules/status/status.service.js.map +1 -1
- package/package.json +4 -6
- package/public/3rdpartylicenses.txt +620 -594
- package/public/assets/plugin-ui-utils/ui.js +0 -3
- package/public/assets/plugin-ui-utils/ui.js.map +1 -1
- package/public/chunk-25THOFLN.js +1 -0
- package/public/chunk-2W3RVZHX.js +1 -0
- package/public/chunk-3LMXTDAH.js +1 -0
- package/public/chunk-3PGUQRQW.js +1 -0
- package/public/chunk-3UG6HSNY.js +1 -0
- package/public/chunk-46HAACYD.js +1 -0
- package/public/chunk-4TJC3K3D.js +1 -0
- package/public/chunk-4Y2NWYII.js +1 -0
- package/public/chunk-54X33YUH.js +5 -0
- package/public/chunk-5GSKDXQP.js +1 -0
- package/public/chunk-5ZHDYUXA.js +1 -0
- package/public/chunk-B34OVWWD.js +1 -0
- package/public/chunk-BQWPKS24.js +5 -0
- package/public/chunk-CIGOZ7AG.js +1 -0
- package/public/chunk-CVIDVTXE.js +1 -0
- package/public/chunk-CWBXOHGU.js +1 -0
- package/public/chunk-DGDHTBKJ.js +40 -0
- package/public/chunk-DQIYULLY.js +4 -0
- package/public/chunk-EHWGEAPV.js +1 -0
- package/public/chunk-EQHGBDO3.js +1 -0
- package/public/chunk-F2TVQCT6.js +1 -0
- package/public/{chunk-OG2B4MZN.js → chunk-FANHX5JR.js} +1 -1
- package/public/chunk-FS7HIQO5.js +1 -0
- package/public/chunk-FXBJ5UCX.js +12 -0
- package/public/chunk-GMUYHUED.js +1 -0
- package/public/chunk-GUYGWX4V.js +50 -0
- package/public/chunk-HB6IRKNL.js +1 -0
- package/public/chunk-JHD5MRCG.js +2 -0
- package/public/chunk-JYAM3PTI.js +1 -0
- package/public/chunk-KEXB6TO7.js +1 -0
- package/public/chunk-KKFPXIBA.js +1 -0
- package/public/chunk-KZZ7LQUE.js +1 -0
- package/public/chunk-M5FCDBBX.js +2 -0
- package/public/chunk-MA4NUDLX.js +1 -0
- package/public/chunk-MKUFHSCG.js +1 -0
- package/public/chunk-ML76IW2T.js +1 -0
- package/public/chunk-N4M5J3QE.js +1 -0
- package/public/{chunk-J2O4Y2AJ.js → chunk-NXNTFMYU.js} +2 -52
- package/public/chunk-O4LAEAXI.js +3 -0
- package/public/chunk-OJFU4YV7.js +16 -0
- package/public/chunk-OT5SD7S6.js +4 -0
- package/public/chunk-PDZJQENG.js +1 -0
- package/public/chunk-PRNMCF3F.js +1 -0
- package/public/chunk-PS7STJ24.js +1 -0
- package/public/chunk-QCMOQH6H.js +1 -0
- package/public/chunk-QDW2BKN2.js +1 -0
- package/public/chunk-QUCEBTIT.js +1 -0
- package/public/chunk-QZPXTEER.js +1 -0
- package/public/chunk-RJFIL5PE.js +1 -0
- package/public/chunk-S6KS23HV.js +1 -0
- package/public/{chunk-BMOLDRJ3.js → chunk-SIVN6M76.js} +1 -1
- package/public/chunk-STRTFJ4I.js +1 -0
- package/public/chunk-SUJTXS2Y.js +4 -0
- package/public/chunk-TGQIPKOK.js +51 -0
- package/public/chunk-TMGK6CPZ.js +8 -0
- package/public/chunk-TS7EQQMV.js +1 -0
- package/public/chunk-V4HTNCND.js +1 -0
- package/public/{chunk-H7F7H5MW.js → chunk-V4JCOKHQ.js} +1 -1
- package/public/chunk-VZCK3RQJ.js +1 -0
- package/public/chunk-X3GZQLT4.js +1 -0
- package/public/chunk-X6UGGSRW.js +1 -0
- package/public/chunk-XDKUE7QB.js +19 -0
- package/public/{chunk-CRLXCYA4.js → chunk-YCBALV2Q.js} +1 -1
- package/public/chunk-YS5PUXGZ.js +1 -0
- package/public/chunk-ZMZEKHY3.js +1 -0
- package/public/chunk-ZPBL6WDZ.js +1 -0
- package/public/chunk-ZR3DASUZ.js +1 -0
- package/public/chunk-ZRDN4L2J.js +5 -0
- package/public/index.html +2 -2
- package/public/main-N3NOM6IO.js +1 -0
- package/public/polyfills-5KWHJ7II.js +2 -0
- package/public/styles-SYG5CZBA.css +1 -0
- package/scripts/extract-plugin-alias.js +2 -53
- package/dist/core/spa/spa-html.service.d.ts +0 -5
- package/dist/core/spa/spa-html.service.js +0 -32
- package/dist/core/spa/spa-html.service.js.map +0 -1
- package/dist/core/ssl/ssl-cert-generator.service.d.ts +0 -15
- package/dist/core/ssl/ssl-cert-generator.service.js +0 -125
- package/dist/core/ssl/ssl-cert-generator.service.js.map +0 -1
- package/dist/modules/accessories/accessories.interfaces.d.ts +0 -94
- package/dist/modules/accessories/accessories.interfaces.js +0 -2
- package/dist/modules/accessories/accessories.interfaces.js.map +0 -1
- package/docs/matter-todo.md +0 -15
- package/docs/ssl-upload-pr.md +0 -103
- package/public/assets/matter.svg +0 -8
- package/public/chunk-2VGNMGIR.js +0 -2
- package/public/chunk-33JY67E7.js +0 -1
- package/public/chunk-37PRZWAE.js +0 -1
- package/public/chunk-3ELEQCY4.js +0 -4
- package/public/chunk-3LPAJLVA.js +0 -1
- package/public/chunk-3U5EVF33.js +0 -1
- package/public/chunk-4MTKU45H.js +0 -1
- package/public/chunk-537Z3TZH.js +0 -1
- package/public/chunk-55GLM7AG.js +0 -1
- package/public/chunk-5IUE2SI2.js +0 -1
- package/public/chunk-5PYHJIFL.js +0 -4
- package/public/chunk-6GBRDYWL.js +0 -1
- package/public/chunk-6HBUGTGB.js +0 -1
- package/public/chunk-6IDWI5FN.js +0 -1
- package/public/chunk-6KEEFMT4.js +0 -1
- package/public/chunk-6SGMX4QN.js +0 -1
- package/public/chunk-6U3HDGMV.js +0 -1
- package/public/chunk-7AYXT4NE.js +0 -1
- package/public/chunk-AKPNXV2T.js +0 -3
- package/public/chunk-AQQQXM6K.js +0 -1
- package/public/chunk-ARIUPFP4.js +0 -1
- package/public/chunk-AUK5NDCU.js +0 -1
- package/public/chunk-B4AJQJMI.js +0 -1
- package/public/chunk-BU5OWW3D.js +0 -16
- package/public/chunk-BUFOAAED.js +0 -1
- package/public/chunk-CLZZPSYM.js +0 -1
- package/public/chunk-CQ4V3WTB.js +0 -1
- package/public/chunk-D5RAEI3L.js +0 -1
- package/public/chunk-DE6IO5N6.js +0 -1
- package/public/chunk-DPQ6DNII.js +0 -1
- package/public/chunk-ED2WGY4W.js +0 -1
- package/public/chunk-EPDCL7TG.js +0 -1
- package/public/chunk-EPQ2ZMQD.js +0 -1
- package/public/chunk-ESL5FTKU.js +0 -2
- package/public/chunk-F4XK3SMH.js +0 -1
- package/public/chunk-FCWNINXI.js +0 -1
- package/public/chunk-FENK2NPT.js +0 -1
- package/public/chunk-G6V4QW45.js +0 -68
- package/public/chunk-GVEBFYKG.js +0 -1
- package/public/chunk-H2Z7V5LU.js +0 -8
- package/public/chunk-HDPCCLQH.js +0 -1
- package/public/chunk-HFO4CT77.js +0 -3
- package/public/chunk-HIZVM47C.js +0 -1
- package/public/chunk-HXRHQRO5.js +0 -1
- package/public/chunk-IAVNB5BZ.js +0 -1
- package/public/chunk-IK7P4HIE.js +0 -1
- package/public/chunk-J2PDRU7K.js +0 -1
- package/public/chunk-JI773Q2P.js +0 -1
- package/public/chunk-JUCKIM56.js +0 -1
- package/public/chunk-K2QSSLBW.js +0 -1
- package/public/chunk-K76PH2IQ.js +0 -1
- package/public/chunk-KTJDR6WA.js +0 -1
- package/public/chunk-KW5REXT7.js +0 -1
- package/public/chunk-L24NLXV5.js +0 -1
- package/public/chunk-LQGMFKUY.js +0 -1
- package/public/chunk-LWKX6TVU.js +0 -1
- package/public/chunk-LZZD3ZUF.js +0 -1
- package/public/chunk-M7YKGLGD.js +0 -1
- package/public/chunk-MAYAJLFA.js +0 -1
- package/public/chunk-MIE7YXOK.js +0 -1
- package/public/chunk-MISBXZWW.js +0 -2
- package/public/chunk-MSZSAJPM.js +0 -1
- package/public/chunk-MVGY6YJ7.js +0 -1
- package/public/chunk-N2IIV3LN.js +0 -1
- package/public/chunk-NMDAPSGJ.js +0 -1
- package/public/chunk-NSILEQ2V.js +0 -1
- package/public/chunk-NX6WIDIM.js +0 -1
- package/public/chunk-NYIFHGIW.js +0 -1
- package/public/chunk-O7IN75B3.js +0 -1
- package/public/chunk-OOZDDKEF.js +0 -1
- package/public/chunk-OQMG62H7.js +0 -1
- package/public/chunk-OT3SPW73.js +0 -1
- package/public/chunk-PEAQRV5O.js +0 -1
- package/public/chunk-QFZRFLTG.js +0 -1
- package/public/chunk-QH4YP6BY.js +0 -5
- package/public/chunk-QML5ZVO6.js +0 -1
- package/public/chunk-QR626DFY.js +0 -1
- package/public/chunk-REC7F4I2.js +0 -1
- package/public/chunk-RJWIR4SV.js +0 -19
- package/public/chunk-RMPSPYKI.js +0 -1
- package/public/chunk-S6WYT7FX.js +0 -1
- package/public/chunk-SCXXKDXZ.js +0 -1
- package/public/chunk-TEJ4HGDV.js +0 -1
- package/public/chunk-TLHI6ZOI.js +0 -1
- package/public/chunk-TQ2YXTGY.js +0 -1
- package/public/chunk-U74DXZLS.js +0 -35
- package/public/chunk-UATGQE6M.js +0 -1
- package/public/chunk-UEO32F46.js +0 -1
- package/public/chunk-V2IZQE54.js +0 -1
- package/public/chunk-V3I3OYT7.js +0 -1
- package/public/chunk-V3YOVD6B.js +0 -1
- package/public/chunk-VDDMHLOW.js +0 -1
- package/public/chunk-VELTPSDH.js +0 -1
- package/public/chunk-VILWJRZL.js +0 -5
- package/public/chunk-VLRP57U3.js +0 -1
- package/public/chunk-VU3376IO.js +0 -1
- package/public/chunk-VX4RXOTH.js +0 -4
- package/public/chunk-WE2SWTKZ.js +0 -1
- package/public/chunk-WRB2RELR.js +0 -1
- package/public/chunk-XKHWVJWA.js +0 -1
- package/public/chunk-XVXDP3DD.js +0 -1
- package/public/chunk-YNJ5T73B.js +0 -1
- package/public/chunk-YTFACH4Z.js +0 -19
- package/public/chunk-ZCGZM7LU.js +0 -1
- package/public/chunk-ZGIZ2UDW.js +0 -1
- package/public/chunk-ZUPFMQG6.js +0 -1
- package/public/chunk-ZUXW4PNF.js +0 -12
- package/public/main-XBUEQ7PA.js +0 -1
- package/public/media/matter-P563JGDL.svg +0 -8
- package/public/polyfills-34U4WL3Z.js +0 -1
- package/public/styles-CT2LPGES.css +0 -1
package/public/chunk-VX4RXOTH.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import{a as Y,b as K}from"./chunk-B4AJQJMI.js";function I(e){return typeof e=="function"}function Lt(e){let n=e(r=>{Error.call(r),r.stack=new Error().stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Dr=Lt(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:
|
|
2
|
-
${n.map((r,o)=>`${o+1}) ${r.toString()}`).join(`
|
|
3
|
-
`)}`:"",this.name="UnsubscriptionError",this.errors=n});function at(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var $=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let i of n)i.remove(this);else n.remove(this);let{initialTeardown:r}=this;if(I(r))try{r()}catch(i){t=i instanceof Dr?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{jc(i)}catch(s){t=t??[],s instanceof Dr?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Dr(t)}}add(t){var n;if(t&&t!==this)if(this.closed)jc(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}}_hasParent(t){let{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){let{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){let{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&at(n,t)}remove(t){let{_finalizers:n}=this;n&&at(n,t),t instanceof e&&t._removeParent(this)}};$.EMPTY=(()=>{let e=new $;return e.closed=!0,e})();var Ei=$.EMPTY;function Cr(e){return e instanceof $||e&&"closed"in e&&I(e.remove)&&I(e.add)&&I(e.unsubscribe)}function jc(e){I(e)?e():e.unsubscribe()}var pe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Ft={setTimeout(e,t,...n){let{delegate:r}=Ft;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=Ft;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function br(e){Ft.setTimeout(()=>{let{onUnhandledError:t}=pe;if(t)t(e);else throw e})}function ke(){}var Vc=Di("C",void 0,void 0);function Hc(e){return Di("E",void 0,e)}function Bc(e){return Di("N",e,void 0)}function Di(e,t,n){return{kind:e,value:t,error:n}}var ct=null;function jt(e){if(pe.useDeprecatedSynchronousErrorHandling){let t=!ct;if(t&&(ct={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=ct;if(ct=null,n)throw r}}else e()}function $c(e){pe.useDeprecatedSynchronousErrorHandling&&ct&&(ct.errorThrown=!0,ct.error=e)}var lt=class extends ${constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Cr(t)&&t.add(this)):this.destination=sh}static create(t,n,r){return new he(t,n,r)}next(t){this.isStopped?bi(Bc(t),this):this._next(t)}error(t){this.isStopped?bi(Hc(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?bi(Vc,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},oh=Function.prototype.bind;function Ci(e,t){return oh.call(e,t)}var Ti=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){Tr(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){Tr(r)}else Tr(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){Tr(n)}}},he=class extends lt{constructor(t,n,r){super();let o;if(I(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&pe.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Ci(t.next,i),error:t.error&&Ci(t.error,i),complete:t.complete&&Ci(t.complete,i)}):o=t}this.destination=new Ti(o)}};function Tr(e){pe.useDeprecatedSynchronousErrorHandling?$c(e):br(e)}function ih(e){throw e}function bi(e,t){let{onStoppedNotification:n}=pe;n&&Ft.setTimeout(()=>n(e,t))}var sh={closed:!0,next:ke,error:ih,complete:ke};var Vt=typeof Symbol=="function"&&Symbol.observable||"@@observable";function J(e){return e}function ah(...e){return wi(e)}function wi(e){return e.length===0?J:e.length===1?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}var _=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){let r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,o){let i=lh(n)?n:new he(n,r,o);return jt(()=>{let{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return r=Uc(r),new r((o,i)=>{let s=new he({next:a=>{try{n(a)}catch(c){i(c),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(n){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(n)}[Vt](){return this}pipe(...n){return wi(n)(this)}toPromise(n){return n=Uc(n),new n((r,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>r(i))})}}return e.create=t=>new e(t),e})();function Uc(e){var t;return(t=e??pe.Promise)!==null&&t!==void 0?t:Promise}function ch(e){return e&&I(e.next)&&I(e.error)&&I(e.complete)}function lh(e){return e&&e instanceof lt||ch(e)&&Cr(e)}var qc=Lt(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var re=(()=>{class e extends _{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new wr(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new qc}next(n){jt(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){jt(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;let{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){jt(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){let{hasError:r,isStopped:o,observers:i}=this;return r||o?Ei:(this.currentObservers=null,i.push(n),new $(()=>{this.currentObservers=null,at(i,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){let n=new _;return n.source=this,n}}return e.create=(t,n)=>new wr(t,n),e})(),wr=class extends re{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,t)}error(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,t)}complete(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)}_subscribe(t){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&r!==void 0?r:Ei}};var Pe=Lt(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function uh(e,t){let n=typeof t=="object";return new Promise((r,o)=>{let i=new he({next:s=>{r(s),i.unsubscribe()},error:o,complete:()=>{n?r(t.defaultValue):o(new Pe)}});e.subscribe(i)})}function dh(e){return I(e?.lift)}function C(e){return t=>{if(dh(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function D(e,t,n,r,o){return new _i(e,t,n,r,o)}var _i=class extends lt{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:n}=this;super.unsubscribe(),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}}};function Le(e,t){return C((n,r)=>{let o=0;n.subscribe(D(r,i=>{r.next(e.call(t,i,o++))}))})}var _r=class extends ${constructor(t,n){super()}schedule(t,n=0){return this}};var En={setInterval(e,t,...n){let{delegate:r}=En;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=En;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var Ht=class extends _r{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;let o=this.id,i=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(i,o,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(i,this.id,n),this}requestAsyncId(t,n,r=0){return En.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&En.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let r=this._execute(t,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let r=!1,o;try{this.work(t)}catch(i){r=!0,o=i||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){let{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,at(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var Dn={now(){return(Dn.delegate||Date).now()},delegate:void 0};var Bt=class e{constructor(t,n=e.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}};Bt.now=Dn.now;var $t=class extends Bt{constructor(t,n=Bt.now){super(t,n),this.actions=[],this._active=!1}flush(t){let{actions:n}=this;if(this._active){n.push(t);return}let r;this._active=!0;do if(r=t.execute(t.state,t.delay))break;while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}};var Fe=new $t(Ht),Wc=Fe;function Mr(e){return e&&I(e.schedule)}function Gc(e){return e instanceof Date&&!isNaN(e)}function ut(e=0,t,n=Wc){let r=-1;return t!=null&&(Mr(t)?n=t:r=t),new _(o=>{let i=Gc(e)?+e-n.now():e;i<0&&(i=0);let s=0;return n.schedule(function(){o.closed||(o.next(s++),0<=r?this.schedule(void 0,r):o.complete())},i)})}function zc(e,t=Fe){return C((n,r)=>{let o=null,i=null,s=null,a=()=>{if(o){o.unsubscribe(),o=null;let l=i;i=null,r.next(l)}};function c(){let l=s+e,u=t.now();if(u<l){o=this.schedule(void 0,l-u),r.add(o);return}a()}n.subscribe(D(r,l=>{i=l,s=t.now(),o||(o=t.schedule(c,e),r.add(o))},()=>{a(),r.complete()},void 0,()=>{i=o=null}))})}function Zc(e,t,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function a(u){try{l(r.next(u))}catch(d){s(d)}}function c(u){try{l(r.throw(u))}catch(d){s(d)}}function l(u){u.done?i(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})}function Qc(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function dt(e){return this instanceof dt?(this.v=e,this):new dt(e)}function Yc(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),o[Symbol.asyncIterator]=function(){return this},o;function s(f){return function(h){return Promise.resolve(h).then(f,d)}}function a(f,h){r[f]&&(o[f]=function(y){return new Promise(function(S,T){i.push([f,y,S,T])>1||c(f,y)})},h&&(o[f]=h(o[f])))}function c(f,h){try{l(r[f](h))}catch(y){p(i[0][3],y)}}function l(f){f.value instanceof dt?Promise.resolve(f.value.v).then(u,d):p(i[0][2],f)}function u(f){c("next",f)}function d(f){c("throw",f)}function p(f,h){f(h),i.shift(),i.length&&c(i[0][0],i[0][1])}}function Kc(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof Qc=="function"?Qc(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(i){n[i]=e[i]&&function(s){return new Promise(function(a,c){s=e[i](s),o(a,c,s.done,s.value)})}}function o(i,s,a,c){Promise.resolve(c).then(function(l){i({value:l,done:a})},s)}}var Ut=e=>e&&typeof e.length=="number"&&typeof e!="function";function Nr(e){return I(e?.then)}function Sr(e){return I(e[Vt])}function xr(e){return Symbol.asyncIterator&&I(e?.[Symbol.asyncIterator])}function Ar(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function fh(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Rr=fh();function Or(e){return I(e?.[Rr])}function kr(e){return Yc(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:o}=yield dt(n.read());if(o)return yield dt(void 0);yield yield dt(r)}}finally{n.releaseLock()}})}function Pr(e){return I(e?.getReader)}function M(e){if(e instanceof _)return e;if(e!=null){if(Sr(e))return ph(e);if(Ut(e))return hh(e);if(Nr(e))return gh(e);if(xr(e))return Jc(e);if(Or(e))return mh(e);if(Pr(e))return yh(e)}throw Ar(e)}function ph(e){return new _(t=>{let n=e[Vt]();if(I(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function hh(e){return new _(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function gh(e){return new _(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,br)})}function mh(e){return new _(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function Jc(e){return new _(t=>{vh(e,t).catch(n=>t.error(n))})}function yh(e){return Jc(kr(e))}function vh(e,t){var n,r,o,i;return Zc(this,void 0,void 0,function*(){try{for(n=Kc(e);r=yield n.next(),!r.done;){let s=r.value;if(t.next(s),t.closed)return}}catch(s){o={error:s}}finally{try{r&&!r.done&&(i=n.return)&&(yield i.call(n))}finally{if(o)throw o.error}}t.complete()})}function ne(e,t,n,r=0,o=!1){let i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}function Xc(e,t,n,r,o,i,s,a){let c=[],l=0,u=0,d=!1,p=()=>{d&&!c.length&&!l&&t.complete()},f=y=>l<r?h(y):c.push(y),h=y=>{i&&t.next(y),l++;let S=!1;M(n(y,u++)).subscribe(D(t,T=>{o?.(T),i?f(T):t.next(T)},()=>{S=!0},void 0,()=>{if(S)try{for(l--;c.length&&l<r;){let T=c.shift();s?ne(t,s,()=>h(T)):h(T)}p()}catch(T){t.error(T)}}))};return e.subscribe(D(t,f,()=>{d=!0,p()})),()=>{a?.()}}function ge(e,t,n=1/0){return I(t)?ge((r,o)=>Le((i,s)=>t(r,i,o,s))(M(e(r,o))),n):(typeof t=="number"&&(n=t),C((r,o)=>Xc(r,o,e,n)))}function Cn(e=1/0){return ge(J,e)}function el(){return Cn(1)}function Mi(e){return e[e.length-1]}function Ye(e){return I(Mi(e))?e.pop():void 0}function be(e){return Mr(Mi(e))?e.pop():void 0}function tl(e,t){return typeof Mi(e)=="number"?e.pop():t}function Lr(e,t=0){return C((n,r)=>{n.subscribe(D(r,o=>ne(r,e,()=>r.next(o),t),()=>ne(r,e,()=>r.complete(),t),o=>ne(r,e,()=>r.error(o),t)))})}function Fr(e,t=0){return C((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function nl(e,t){return M(e).pipe(Fr(t),Lr(t))}function rl(e,t){return M(e).pipe(Fr(t),Lr(t))}function ol(e,t){return new _(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function il(e,t){return new _(n=>{let r;return ne(n,t,()=>{r=e[Rr](),ne(n,t,()=>{let o,i;try{({value:o,done:i}=r.next())}catch(s){n.error(s);return}i?n.complete():n.next(o)},0,!0)}),()=>I(r?.return)&&r.return()})}function jr(e,t){if(!e)throw new Error("Iterable cannot be null");return new _(n=>{ne(n,t,()=>{let r=e[Symbol.asyncIterator]();ne(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function sl(e,t){return jr(kr(e),t)}function al(e,t){if(e!=null){if(Sr(e))return nl(e,t);if(Ut(e))return ol(e,t);if(Nr(e))return rl(e,t);if(xr(e))return jr(e,t);if(Or(e))return il(e,t);if(Pr(e))return sl(e,t)}throw Ar(e)}function Te(e,t){return t?al(e,t):M(e)}function Ke(...e){return el()(Te(e,be(e)))}function Ih(...e){let t=be(e);return C((n,r)=>{(t?Ke(e,n,t):Ke(e,n)).subscribe(r)})}var qt={schedule(e){let t=requestAnimationFrame,n=cancelAnimationFrame,{delegate:r}=qt;r&&(t=r.requestAnimationFrame,n=r.cancelAnimationFrame);let o=t(i=>{n=void 0,e(i)});return new $(()=>n?.(o))},requestAnimationFrame(...e){let{delegate:t}=qt;return(t?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){let{delegate:t}=qt;return(t?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0};var bn=class extends re{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){let n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){let{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}};var Vr=class extends re{constructor(t=1/0,n=1/0,r=Dn){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){let{isStopped:n,_buffer:r,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;n||(r.push(t),!o&&r.push(i.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();let n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!t.closed;s+=r?1:2)t.next(i[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){let{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:o}=this,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){let s=n.now(),a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}};var Hr=class extends Ht{constructor(t,n){super(t,n),this.scheduler=t,this.work=n}requestAsyncId(t,n,r=0){return r!==null&&r>0?super.requestAsyncId(t,n,r):(t.actions.push(this),t._scheduled||(t._scheduled=qt.requestAnimationFrame(()=>t.flush(void 0))))}recycleAsyncId(t,n,r=0){var o;if(r!=null?r>0:this.delay>0)return super.recycleAsyncId(t,n,r);let{actions:i}=t;n!=null&&n===t._scheduled&&((o=i[i.length-1])===null||o===void 0?void 0:o.id)!==n&&(qt.cancelAnimationFrame(n),t._scheduled=void 0)}};var Br=class extends $t{flush(t){this._active=!0;let n;t?n=t.id:(n=this._scheduled,this._scheduled=void 0);let{actions:r}=this,o;t=t||r.shift();do if(o=t.execute(t.state,t.delay))break;while((t=r[0])&&t.id===n&&r.shift());if(this._active=!1,o){for(;(t=r[0])&&t.id===n&&r.shift();)t.unsubscribe();throw o}}};var Eh=new Br(Hr);var je=new _(e=>e.complete());function Ni(...e){let t=be(e);return Te(e,t)}function Dh(e,t){let n=I(e)?e:()=>e,r=o=>o.error(n());return new _(t?o=>t.schedule(r,0,o):r)}function Ch(e){return!!e&&(e instanceof _||I(e.lift)&&I(e.subscribe))}function bh(e,t){let n=typeof t=="object";return new Promise((r,o)=>{let i=!1,s;e.subscribe({next:a=>{s=a,i=!0},error:o,complete:()=>{i?r(s):n?r(t.defaultValue):o(new Pe)}})})}var{isArray:Th}=Array;function wh(e,t){return Th(t)?e(...t):e(t)}function Wt(e){return Le(t=>wh(e,t))}var{isArray:_h}=Array,{getPrototypeOf:Mh,prototype:Nh,keys:Sh}=Object;function $r(e){if(e.length===1){let t=e[0];if(_h(t))return{args:t,keys:null};if(xh(t)){let n=Sh(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function xh(e){return e&&typeof e=="object"&&Mh(e)===Nh}function Ur(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function Ah(...e){let t=be(e),n=Ye(e),{args:r,keys:o}=$r(e);if(r.length===0)return Te([],t);let i=new _(Rh(r,t,o?s=>Ur(o,s):J));return n?i.pipe(Wt(n)):i}function Rh(e,t,n=J){return r=>{cl(t,()=>{let{length:o}=e,i=new Array(o),s=o,a=o;for(let c=0;c<o;c++)cl(t,()=>{let l=Te(e[c],t),u=!1;l.subscribe(D(r,d=>{i[c]=d,u||(u=!0,a--),a||r.next(n(i.slice()))},()=>{--s||r.complete()}))},r)},r)}}function cl(e,t,n){e?ne(n,e,t):t()}function Oh(e){return new _(t=>{M(e()).subscribe(t)})}function kh(...e){let t=Ye(e),{args:n,keys:r}=$r(e),o=new _(i=>{let{length:s}=n;if(!s){i.complete();return}let a=new Array(s),c=s,l=s;for(let u=0;u<s;u++){let d=!1;M(n[u]).subscribe(D(i,p=>{d||(d=!0,l--),a[u]=p},()=>c--,void 0,()=>{(!c||!d)&&(l||i.next(r?Ur(r,a):a),i.complete())}))}});return t?o.pipe(Wt(t)):o}var Ph=["addListener","removeListener"],Lh=["addEventListener","removeEventListener"],Fh=["on","off"];function Si(e,t,n,r){if(I(n)&&(r=n,n=void 0),r)return Si(e,t,n).pipe(Wt(r));let[o,i]=Hh(e)?Lh.map(s=>a=>e[s](t,a,n)):jh(e)?Ph.map(ll(e,t)):Vh(e)?Fh.map(ll(e,t)):[];if(!o&&Ut(e))return ge(s=>Si(s,t,n))(M(e));if(!o)throw new TypeError("Invalid event target");return new _(s=>{let a=(...c)=>s.next(1<c.length?c:c[0]);return o(a),()=>i(a)})}function ll(e,t){return n=>r=>e[n](t,r)}function jh(e){return I(e.addListener)&&I(e.removeListener)}function Vh(e){return I(e.on)&&I(e.off)}function Hh(e){return I(e.addEventListener)&&I(e.removeEventListener)}function Bh(e=0,t=Fe){return e<0&&(e=0),ut(e,e,t)}function $h(...e){let t=be(e),n=tl(e,1/0),r=e;return r.length?r.length===1?M(r[0]):Cn(n)(Te(r,t)):je}var{isArray:Uh}=Array;function qr(e){return e.length===1&&Uh(e[0])?e[0]:e}function Tn(e,t){return C((n,r)=>{let o=0;n.subscribe(D(r,i=>e.call(t,i,o++)&&r.next(i)))})}function qh(...e){return e=qr(e),e.length===1?M(e[0]):new _(Wh(e))}function Wh(e){return t=>{let n=[];for(let r=0;n&&!t.closed&&r<e.length;r++)n.push(M(e[r]).subscribe(D(t,o=>{if(n){for(let i=0;i<n.length;i++)i!==r&&n[i].unsubscribe();n=null}t.next(o)})))}}function Gh(...e){let t=Ye(e),n=qr(e);return n.length?new _(r=>{let o=n.map(()=>[]),i=n.map(()=>!1);r.add(()=>{o=i=null});for(let s=0;!r.closed&&s<n.length;s++)M(n[s]).subscribe(D(r,a=>{if(o[s].push(a),o.every(c=>c.length)){let c=o.map(l=>l.shift());r.next(t?t(...c):c),o.some((l,u)=>!l.length&&i[u])&&r.complete()}},()=>{i[s]=!0,!o[s].length&&r.complete()}));return()=>{o=i=null}}):je}function ul(e){return C((t,n)=>{let r=!1,o=null,i=null,s=!1,a=()=>{if(i?.unsubscribe(),i=null,r){r=!1;let l=o;o=null,n.next(l)}s&&n.complete()},c=()=>{i=null,s&&n.complete()};t.subscribe(D(n,l=>{r=!0,o=l,i||M(e(l)).subscribe(i=D(n,a,c))},()=>{s=!0,(!r||!i||i.closed)&&n.complete()}))})}function zh(e,t=Fe){return ul(()=>ut(e,t))}function dl(e){return C((t,n)=>{let r=null,o=!1,i;r=t.subscribe(D(n,void 0,void 0,s=>{i=M(e(s,dl(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}function Qh(e,t){return I(t)?ge(e,t,1):ge(e,1)}function fl(e){return C((t,n)=>{let r=!1;t.subscribe(D(n,o=>{r=!0,n.next(o)},()=>{r||n.next(e),n.complete()}))})}function Gt(e){return e<=0?()=>je:C((t,n)=>{let r=0;t.subscribe(D(n,o=>{++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function pl(){return C((e,t)=>{e.subscribe(D(t,ke))})}function hl(e){return Le(()=>e)}function xi(e,t){return t?n=>Ke(t.pipe(Gt(1),pl()),n.pipe(xi(e))):ge((n,r)=>M(e(n,r)).pipe(Gt(1),hl(n)))}function Zh(e,t=Fe){let n=ut(e,t);return xi(()=>n)}function Yh(e,t=J){return e=e??Kh,C((n,r)=>{let o,i=!0;n.subscribe(D(r,s=>{let a=t(s);(i||!e(o,a))&&(i=!1,o=a,r.next(s))}))})}function Kh(e,t){return e===t}function gl(e=Jh){return C((t,n)=>{let r=!1;t.subscribe(D(n,o=>{r=!0,n.next(o)},()=>r?n.complete():n.error(e())))})}function Jh(){return new Pe}function Xh(...e){return t=>Ke(t,Ni(...e))}function eg(e){return C((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function tg(e,t){let n=arguments.length>=2;return r=>r.pipe(e?Tn((o,i)=>e(o,i,r)):J,Gt(1),n?fl(t):gl(()=>new Pe))}function ng(e){return e<=0?()=>je:C((t,n)=>{let r=[];t.subscribe(D(n,o=>{r.push(o),e<r.length&&r.shift()},()=>{for(let o of r)n.next(o);n.complete()},void 0,()=>{r=null}))})}function ml(e={}){let{connector:t=()=>new re,resetOnError:n=!0,resetOnComplete:r=!0,resetOnRefCountZero:o=!0}=e;return i=>{let s,a,c,l=0,u=!1,d=!1,p=()=>{a?.unsubscribe(),a=void 0},f=()=>{p(),s=c=void 0,u=d=!1},h=()=>{let y=s;f(),y?.unsubscribe()};return C((y,S)=>{l++,!d&&!u&&p();let T=c=c??t();S.add(()=>{l--,l===0&&!d&&!u&&(a=Ai(h,o))}),T.subscribe(S),!s&&l>0&&(s=new he({next:Ce=>T.next(Ce),error:Ce=>{d=!0,p(),a=Ai(f,n,Ce),T.error(Ce)},complete:()=>{u=!0,p(),a=Ai(f,r),T.complete()}}),M(y).subscribe(s))})(i)}}function Ai(e,t,...n){if(t===!0){e();return}if(t===!1)return;let r=new he({next:()=>{r.unsubscribe(),e()}});return M(t(...n)).subscribe(r)}function rg(e,t,n){let r,o=!1;return e&&typeof e=="object"?{bufferSize:r=1/0,windowTime:t=1/0,refCount:o=!1,scheduler:n}=e:r=e??1/0,ml({connector:()=>new Vr(r,t,n),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:o})}function og(e){return Tn((t,n)=>e<=n)}function yl(e,t){return C((n,r)=>{let o=null,i=0,s=!1,a=()=>s&&!o&&r.complete();n.subscribe(D(r,c=>{o?.unsubscribe();let l=0,u=i++;M(e(c,u)).subscribe(o=D(r,d=>r.next(t?t(c,d,u,l++):d),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function vl(e){return C((t,n)=>{M(e).subscribe(D(n,()=>n.complete(),ke)),!n.closed&&t.subscribe(n)})}function ig(e,t,n){let r=I(e)||t||n?{next:e,error:t,complete:n}:e;return r?C((o,i)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;o.subscribe(D(i,c=>{var l;(l=r.next)===null||l===void 0||l.call(r,c),i.next(c)},()=>{var c;a=!1,(c=r.complete)===null||c===void 0||c.call(r),i.complete()},c=>{var l;a=!1,(l=r.error)===null||l===void 0||l.call(r,c),i.error(c)},()=>{var c,l;a&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(l=r.finalize)===null||l===void 0||l.call(r)}))}):J}function sg(...e){let t=Ye(e);return C((n,r)=>{let o=e.length,i=new Array(o),s=e.map(()=>!1),a=!1;for(let c=0;c<o;c++)M(e[c]).subscribe(D(r,l=>{i[c]=l,!a&&!s[c]&&(s[c]=!0,(a=s.every(J))&&(s=null))},ke));n.subscribe(D(r,c=>{if(a){let l=[c,...i];r.next(t?t(...l):l)}}))})}var z=null,Wr=!1,Pi=1,ag=null,W=Symbol("SIGNAL");function v(e){let t=z;return z=e,t}function zr(){return z}var zt={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function Qt(e){if(Wr)throw new Error("");if(z===null)return;z.consumerOnSignalRead(e);let t=z.producersTail;if(t!==void 0&&t.producer===e)return;let n,r=z.recomputing;if(r&&(n=t!==void 0?t.nextProducer:z.producers,n!==void 0&&n.producer===e)){z.producersTail=n,n.lastReadVersion=e.version;return}let o=e.consumersTail;if(o!==void 0&&o.consumer===z&&(!r||lg(o,z)))return;let i=Yt(z),s={producer:e,consumer:z,nextProducer:n,prevConsumer:o,lastReadVersion:e.version,nextConsumer:void 0};z.producersTail=s,t!==void 0?t.nextProducer=s:z.producers=s,i&&Cl(e,s)}function Il(){Pi++}function Li(e){if(!(Yt(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Pi)){if(!e.producerMustRecompute(e)&&!_n(e)){ki(e);return}e.producerRecomputeValue(e),ki(e)}}function Fi(e){if(e.consumers===void 0)return;let t=Wr;Wr=!0;try{for(let n=e.consumers;n!==void 0;n=n.nextConsumer){let r=n.consumer;r.dirty||cg(r)}}finally{Wr=t}}function ji(){return z?.consumerAllowSignalWrites!==!1}function cg(e){e.dirty=!0,Fi(e),e.consumerMarkedDirty?.(e)}function ki(e){e.dirty=!1,e.lastCleanEpoch=Pi}function Zt(e){return e&&El(e),v(e)}function El(e){e.producersTail=void 0,e.recomputing=!0}function wn(e,t){v(t),e&&Dl(e)}function Dl(e){e.recomputing=!1;let t=e.producersTail,n=t!==void 0?t.nextProducer:e.producers;if(n!==void 0){if(Yt(e))do n=Vi(n);while(n!==void 0);t!==void 0?t.nextProducer=void 0:e.producers=void 0}}function _n(e){for(let t=e.producers;t!==void 0;t=t.nextProducer){let n=t.producer,r=t.lastReadVersion;if(r!==n.version||(Li(n),r!==n.version))return!0}return!1}function ft(e){if(Yt(e)){let t=e.producers;for(;t!==void 0;)t=Vi(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Cl(e,t){let n=e.consumersTail,r=Yt(e);if(n!==void 0?(t.nextConsumer=n.nextConsumer,n.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=n,e.consumersTail=t,!r)for(let o=e.producers;o!==void 0;o=o.nextProducer)Cl(o.producer,o)}function Vi(e){let t=e.producer,n=e.nextProducer,r=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,r!==void 0?r.prevConsumer=o:t.consumersTail=o,o!==void 0)o.nextConsumer=r;else if(t.consumers=r,!Yt(t)){let i=t.producers;for(;i!==void 0;)i=Vi(i)}return n}function Yt(e){return e.consumerIsAlwaysLive||e.consumers!==void 0}function Hi(e){ag?.(e)}function lg(e,t){let n=t.producersTail;if(n!==void 0){let r=t.producers;do{if(r===e)return!0;if(r===n)break;r=r.nextProducer}while(r!==void 0)}return!1}function Bi(e,t){return Object.is(e,t)}function Mn(e,t){let n=Object.create(ug);n.computation=e,t!==void 0&&(n.equal=t);let r=()=>{if(Li(n),Qt(n),n.value===Gr)throw n.error;return n.value};return r[W]=n,Hi(n),r}var Ri=Symbol("UNSET"),Oi=Symbol("COMPUTING"),Gr=Symbol("ERRORED"),ug=K(Y({},zt),{value:Ri,dirty:!0,error:null,equal:Bi,kind:"computed",producerMustRecompute(e){return e.value===Ri||e.value===Oi},producerRecomputeValue(e){if(e.value===Oi)throw new Error("");let t=e.value;e.value=Oi;let n=Zt(e),r,o=!1;try{r=e.computation(),v(null),o=t!==Ri&&t!==Gr&&r!==Gr&&e.equal(t,r)}catch(i){r=Gr,e.error=i}finally{wn(e,n)}if(o){e.value=t;return}e.value=r,e.version++}});function dg(){throw new Error}var bl=dg;function Tl(e){bl(e)}function $i(e){bl=e}var fg=null;function Ui(e,t){let n=Object.create(Qr);n.value=e,t!==void 0&&(n.equal=t);let r=()=>wl(n);return r[W]=n,Hi(n),[r,s=>Kt(n,s),s=>_l(n,s)]}function wl(e){return Qt(e),e.value}function Kt(e,t){ji()||Tl(e),e.equal(e.value,t)||(e.value=t,pg(e))}function _l(e,t){ji()||Tl(e),Kt(e,t(e.value))}var Qr=K(Y({},zt),{equal:Bi,value:void 0,kind:"signal"});function pg(e){e.version++,Il(),Fi(e),fg?.(e)}function qi(e){let t=v(null);try{return e()}finally{v(t)}}var Wi=K(Y({},zt),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"});function Gi(e){if(e.dirty=!1,e.version>0&&!_n(e))return;e.version++;let t=Zt(e);try{e.cleanup(),e.fn()}finally{wn(e,t)}}var zi;function Zr(){return zi}function we(e){let t=zi;return zi=e,t}var Ml=Symbol("NotFound");function Jt(e){return e===Ml||e?.name==="\u0275NotFound"}var no="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss",N=class extends Error{code;constructor(t,n){super(kn(t,n)),this.code=t}};function hg(e){return`NG0${Math.abs(e)}`}function kn(e,t){return`${hg(e)}${t?": "+t:""}`}var Ne=globalThis;function A(e){for(let t in e)if(e[t]===A)return t;throw Error("")}function Rl(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Be(e){if(typeof e=="string")return e;if(Array.isArray(e))return`[${e.map(Be).join(", ")}]`;if(e==null)return""+e;let t=e.overriddenName||e.name;if(t)return`${t}`;let n=e.toString();if(n==null)return""+n;let r=n.indexOf(`
|
|
4
|
-
`);return r>=0?n.slice(0,r):n}function ro(e,t){return e?t?`${e} ${t}`:e:t||""}var gg=A({__forward_ref__:A});function oo(e){return e.__forward_ref__=oo,e.toString=function(){return Be(this())},e}function U(e){return ss(e)?e():e}function ss(e){return typeof e=="function"&&e.hasOwnProperty(gg)&&e.__forward_ref__===oo}function G(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function Ol(e){return{providers:e.providers||[],imports:e.imports||[]}}function Pn(e){return yg(e,io)}function mg(e){return Pn(e)!==null}function yg(e,t){return e.hasOwnProperty(t)&&e[t]||null}function vg(e){let t=e?.[io]??null;return t||null}function Zi(e){return e&&e.hasOwnProperty(Kr)?e[Kr]:null}var io=A({\u0275prov:A}),Kr=A({\u0275inj:A}),k=class{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,typeof n=="number"?this.__NG_ELEMENT_ID__=n:n!==void 0&&(this.\u0275prov=G({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function as(e){return e&&!!e.\u0275providers}var cs=A({\u0275cmp:A}),ls=A({\u0275dir:A}),us=A({\u0275pipe:A}),ds=A({\u0275mod:A}),Sn=A({\u0275fac:A}),yt=A({__NG_ELEMENT_ID__:A}),Nl=A({__NG_ENV_ID__:A});function H(e){return typeof e=="string"?e:e==null?"":String(e)}function kl(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():H(e)}var Pl=A({ngErrorCode:A}),Ig=A({ngErrorMessage:A}),Eg=A({ngTokenPath:A});function fs(e,t){return Ll("",-200,t)}function so(e,t){throw new N(-201,!1)}function Ll(e,t,n){let r=new N(t,e);return r[Pl]=t,r[Ig]=e,n&&(r[Eg]=n),r}function Dg(e){return e[Pl]}var Yi;function Fl(){return Yi}function X(e){let t=Yi;return Yi=e,t}function ps(e,t,n){let r=Pn(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&8)return null;if(t!==void 0)return t;so(e,"Injector")}var Cg={},pt=Cg,bg="__NG_DI_FLAG__",Ki=class{injector;constructor(t){this.injector=t}retrieve(t,n){let r=ht(n)||0;try{return this.injector.get(t,r&8?null:pt,r)}catch(o){if(Jt(o))return o;throw o}}};function Tg(e,t=0){let n=Zr();if(n===void 0)throw new N(-203,!1);if(n===null)return ps(e,void 0,t);{let r=wg(t),o=n.retrieve(e,r);if(Jt(o)){if(r.optional)return null;throw o}return o}}function _e(e,t=0){return(Fl()||Tg)(U(e),t)}function w(e,t){return _e(e,ht(t))}function ht(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function wg(e){return{optional:!!(e&8),host:!!(e&1),self:!!(e&2),skipSelf:!!(e&4)}}function Ji(e){let t=[];for(let n=0;n<e.length;n++){let r=U(e[n]);if(Array.isArray(r)){if(r.length===0)throw new N(900,!1);let o,i=0;for(let s=0;s<r.length;s++){let a=r[s],c=_g(a);typeof c=="number"?c===-1?o=a.token:i|=c:o=a}t.push(_e(o,i))}else t.push(_e(r))}return t}function _g(e){return e[bg]}function Je(e,t){let n=e.hasOwnProperty(Sn);return n?e[Sn]:null}function jl(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let o=e[r],i=t[r];if(n&&(o=n(o),i=n(i)),i!==o)return!1}return!0}function Vl(e){return e.flat(Number.POSITIVE_INFINITY)}function ao(e,t){e.forEach(n=>Array.isArray(n)?ao(n,t):t(n))}function hs(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Ln(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Hl(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function Bl(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(o===1)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;){let i=o-2;e[o]=e[i],o--}e[t]=n,e[t+1]=r}}function co(e,t,n){let r=en(e,t);return r>=0?e[r|1]=n:(r=~r,Bl(e,r,t,n)),r}function lo(e,t){let n=en(e,t);if(n>=0)return e[n|1]}function en(e,t){return Mg(e,t,1)}function Mg(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){let i=r+(o-r>>1),s=e[i<<n];if(t===s)return i<<n;s>t?o=i:r=i+1}return~(o<<n)}var ye={},Q=[],Fn=new k(""),gs=new k("",-1),ms=new k(""),xn=class{get(t,n=pt){if(n===pt){let o=Ll("",-201);throw o.name="\u0275NotFound",o}return n}};function ys(e){return e[ds]||null}function qe(e){return e[cs]||null}function uo(e){return e[ls]||null}function $l(e){return e[us]||null}function vs(e){return{\u0275providers:e}}function Ul(...e){return{\u0275providers:Is(!0,e),\u0275fromNgModule:!0}}function Is(e,...t){let n=[],r=new Set,o,i=s=>{n.push(s)};return ao(t,s=>{let a=s;Jr(a,i,[],r)&&(o||=[],o.push(a))}),o!==void 0&&ql(o,i),n}function ql(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:o}=e[n];Es(o,i=>{t(i,r)})}}function Jr(e,t,n,r){if(e=U(e),!e)return!1;let o=null,i=Zi(e),s=!i&&qe(e);if(!i&&!s){let c=e.ngModule;if(i=Zi(c),i)o=c;else return!1}else{if(s&&!s.standalone)return!1;o=e}let a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){let c=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let l of c)Jr(l,t,n,r)}}else if(i){if(i.imports!=null&&!a){r.add(o);let l;try{ao(i.imports,u=>{Jr(u,t,n,r)&&(l||=[],l.push(u))})}finally{}l!==void 0&&ql(l,t)}if(!a){let l=Je(o)||(()=>new o);t({provide:o,useFactory:l,deps:Q},o),t({provide:ms,useValue:o,multi:!0},o),t({provide:Fn,useValue:()=>_e(o),multi:!0},o)}let c=i.providers;if(c!=null&&!a){let l=e;Es(c,u=>{t(u,l)})}}else return!1;return o!==e&&e.providers!==void 0}function Es(e,t){for(let n of e)as(n)&&(n=n.\u0275providers),Array.isArray(n)?Es(n,t):t(n)}var Ng=A({provide:String,useValue:A});function Wl(e){return e!==null&&typeof e=="object"&&Ng in e}function Sg(e){return!!(e&&e.useExisting)}function xg(e){return!!(e&&e.useFactory)}function gt(e){return typeof e=="function"}function Gl(e){return!!e.useClass}var Ds=new k(""),Yr={},Sl={},Qi;function tn(){return Qi===void 0&&(Qi=new xn),Qi}var se=class{},mt=class extends se{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,es(t,s=>this.processProvider(s)),this.records.set(gs,Xt(void 0,this)),o.has("environment")&&this.records.set(se,Xt(void 0,this));let i=this.records.get(Ds);i!=null&&typeof i.value=="string"&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(ms,Q,{self:!0}))}retrieve(t,n){let r=ht(n)||0;try{return this.get(t,pt,r)}catch(o){if(Jt(o))return o;throw o}}destroy(){Nn(this),this._destroyed=!0;let t=v(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let n=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),v(t)}}onDestroy(t){return Nn(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){Nn(this);let n=we(this),r=X(void 0),o;try{return t()}finally{we(n),X(r)}}get(t,n=pt,r){if(Nn(this),t.hasOwnProperty(Nl))return t[Nl](this);let o=ht(r),i,s=we(this),a=X(void 0);try{if(!(o&4)){let l=this.records.get(t);if(l===void 0){let u=Pg(t)&&Pn(t);u&&this.injectableDefInScope(u)?l=Xt(Xi(t),Yr):l=null,this.records.set(t,l)}if(l!=null)return this.hydrate(t,l,o)}let c=o&2?tn():this.parent;return n=o&8&&n===pt?null:n,c.get(t,n)}catch(c){let l=Dg(c);throw l===-200||l===-201?new N(l,null):c}finally{X(a),we(s)}}resolveInjectorInitializers(){let t=v(null),n=we(this),r=X(void 0),o;try{let i=this.get(Fn,Q,{self:!0});for(let s of i)s()}finally{we(n),X(r),v(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(Be(r));return`R3Injector[${t.join(", ")}]`}processProvider(t){t=U(t);let n=gt(t)?t:U(t&&t.provide),r=Rg(t);if(!gt(t)&&t.multi===!0){let o=this.records.get(n);o||(o=Xt(void 0,Yr,!0),o.factory=()=>Ji(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){let o=v(null);try{if(n.value===Sl)throw fs(Be(t));return n.value===Yr&&(n.value=Sl,n.value=n.factory(void 0,r)),typeof n.value=="object"&&n.value&&kg(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{v(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=U(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){let n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}};function Xi(e){let t=Pn(e),n=t!==null?t.factory:Je(e);if(n!==null)return n;if(e instanceof k)throw new N(204,!1);if(e instanceof Function)return Ag(e);throw new N(204,!1)}function Ag(e){if(e.length>0)throw new N(204,!1);let n=vg(e);return n!==null?()=>n.factory(e):()=>new e}function Rg(e){if(Wl(e))return Xt(void 0,e.useValue);{let t=Cs(e);return Xt(t,Yr)}}function Cs(e,t,n){let r;if(gt(e)){let o=U(e);return Je(o)||Xi(o)}else if(Wl(e))r=()=>U(e.useValue);else if(xg(e))r=()=>e.useFactory(...Ji(e.deps||[]));else if(Sg(e))r=(o,i)=>_e(U(e.useExisting),i!==void 0&&i&8?8:void 0);else{let o=U(e&&(e.useClass||e.provide));if(Og(e))r=()=>new o(...Ji(e.deps));else return Je(o)||Xi(o)}return r}function Nn(e){if(e.destroyed)throw new N(205,!1)}function Xt(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function Og(e){return!!e.deps}function kg(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function Pg(e){return typeof e=="function"||typeof e=="object"&&e.ngMetadataName==="InjectionToken"}function es(e,t){for(let n of e)Array.isArray(n)?es(n,t):n&&as(n)?es(n.\u0275providers,t):t(n)}function fo(e,t){let n;e instanceof mt?(Nn(e),n=e):n=new Ki(e);let r,o=we(n),i=X(void 0);try{return t()}finally{we(o),X(i)}}function zl(){return Fl()!==void 0||Zr()!=null}var ae=0,m=1,E=2,q=3,ce=4,ee=5,vt=6,nn=7,j=8,We=9,Se=10,O=11,rn=12,bs=13,It=14,te=15,tt=16,Et=17,xe=18,jn=19,Ts=20,He=21,po=22,Xe=23,oe=24,Dt=25,Ct=26,P=27,ws=1,_s=6,nt=7,Vn=8,bt=9,F=10;function Ae(e){return Array.isArray(e)&&typeof e[ws]=="object"}function ve(e){return Array.isArray(e)&&e[ws]===!0}function Ms(e){return(e.flags&4)!==0}function rt(e){return e.componentOffset>-1}function on(e){return(e.flags&1)===1}function le(e){return!!e.template}function sn(e){return(e[E]&512)!==0}function Tt(e){return(e[E]&256)===256}var Ns="svg",Ql="math";function ue(e){for(;Array.isArray(e);)e=e[ae];return e}function Ss(e){for(;Array.isArray(e);){if(typeof e[ws]=="object")return e;e=e[ae]}return null}function xs(e,t){return ue(t[e])}function Ie(e,t){return ue(t[e.index])}function Hn(e,t){return e.data[t]}function ho(e,t){return e[t]}function As(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function de(e,t){let n=t[e];return Ae(n)?n:n[ae]}function Zl(e){return(e[E]&4)===4}function go(e){return(e[E]&128)===128}function Yl(e){return ve(e[q])}function fe(e,t){return t==null?null:e[t]}function Rs(e){e[Et]=0}function Os(e){e[E]&1024||(e[E]|=1024,go(e)&&wt(e))}function Kl(e,t){for(;e>0;)t=t[It],e--;return t}function Bn(e){return!!(e[E]&9216||e[oe]?.dirty)}function mo(e){e[Se].changeDetectionScheduler?.notify(8),e[E]&64&&(e[E]|=1024),Bn(e)&&wt(e)}function wt(e){e[Se].changeDetectionScheduler?.notify(0);let t=et(e);for(;t!==null&&!(t[E]&8192||(t[E]|=8192,!go(t)));)t=et(t)}function ks(e,t){if(Tt(e))throw new N(911,!1);e[He]===null&&(e[He]=[]),e[He].push(t)}function Jl(e,t){if(e[He]===null)return;let n=e[He].indexOf(t);n!==-1&&e[He].splice(n,1)}function et(e){let t=e[q];return ve(t)?t[q]:t}function Ps(e){return e[nn]??=[]}function Ls(e){return e.cleanup??=[]}function Xl(e,t,n,r){let o=Ps(t);o.push(n),e.firstCreatePass&&Ls(e).push(r,o.length-1)}var b={lFrame:du(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var ts=!1;function eu(){return b.lFrame.elementDepthCount}function tu(){b.lFrame.elementDepthCount++}function Fs(){b.lFrame.elementDepthCount--}function yo(){return b.bindingsEnabled}function js(){return b.skipHydrationRootTNode!==null}function Vs(e){return b.skipHydrationRootTNode===e}function Hs(){b.skipHydrationRootTNode=null}function g(){return b.lFrame.lView}function L(){return b.lFrame.tView}function nu(e){return b.lFrame.contextLView=e,e[j]}function ru(e){return b.lFrame.contextLView=null,e}function B(){let e=Bs();for(;e!==null&&e.type===64;)e=e.parent;return e}function Bs(){return b.lFrame.currentTNode}function ou(){let e=b.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function an(e,t){let n=b.lFrame;n.currentTNode=e,n.isParent=t}function $s(){return b.lFrame.isParent}function Us(){b.lFrame.isParent=!1}function iu(){return b.lFrame.contextLView}function qs(){return ts}function An(e){let t=ts;return ts=e,t}function Re(){let e=b.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function $n(){return b.lFrame.bindingIndex}function su(e){return b.lFrame.bindingIndex=e}function Ge(){return b.lFrame.bindingIndex++}function _t(e){let t=b.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function au(){return b.lFrame.inI18n}function cu(e,t){let n=b.lFrame;n.bindingIndex=n.bindingRootIndex=e,vo(t)}function lu(){return b.lFrame.currentDirectiveIndex}function vo(e){b.lFrame.currentDirectiveIndex=e}function Ws(e){let t=b.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Io(){return b.lFrame.currentQueryIndex}function Un(e){b.lFrame.currentQueryIndex=e}function Lg(e){let t=e[m];return t.type===2?t.declTNode:t.type===1?e[ee]:null}function Gs(e,t,n){if(n&4){let o=t,i=e;for(;o=o.parent,o===null&&!(n&1);)if(o=Lg(i),o===null||(i=i[It],o.type&10))break;if(o===null)return!1;t=o,e=i}let r=b.lFrame=uu();return r.currentTNode=t,r.lView=e,!0}function Eo(e){let t=uu(),n=e[m];b.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function uu(){let e=b.lFrame,t=e===null?null:e.child;return t===null?du(e):t}function du(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function fu(){let e=b.lFrame;return b.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var zs=fu;function Do(){let e=fu();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function pu(e){return(b.lFrame.contextLView=Kl(e,b.lFrame.contextLView))[j]}function ie(){return b.lFrame.selectedIndex}function ot(e){b.lFrame.selectedIndex=e}function cn(){let e=b.lFrame;return Hn(e.tView,e.selectedIndex)}function hu(){b.lFrame.currentNamespace=Ns}function gu(){Fg()}function Fg(){b.lFrame.currentNamespace=null}function mu(){return b.lFrame.currentNamespace}var yu=!0;function Co(){return yu}function qn(e){yu=e}function ns(e,t=null,n=null,r){let o=Qs(e,t,n,r);return o.resolveInjectorInitializers(),o}function Qs(e,t=null,n=null,r,o=new Set){let i=[n||Q,Ul(e)];return r=r||(typeof e=="object"?void 0:Be(e)),new mt(i,t||tn(),r||null,o)}var me=class e{static THROW_IF_NOT_FOUND=pt;static NULL=new xn;static create(t,n){if(Array.isArray(t))return ns({name:""},n,t,"");{let r=t.name??"";return ns({name:r},t.parent,t.providers,r)}}static \u0275prov=G({token:e,providedIn:"any",factory:()=>_e(gs)});static __NG_ELEMENT_ID__=-1},Zs=new k(""),it=(()=>{class e{static __NG_ELEMENT_ID__=jg;static __NG_ENV_ID__=n=>n}return e})(),Xr=class extends it{_lView;constructor(t){super(),this._lView=t}get destroyed(){return Tt(this._lView)}onDestroy(t){let n=this._lView;return ks(n,t),()=>Jl(n,t)}};function jg(){return new Xr(g())}var vu=!1,Mt=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new bn(!1);get hasPendingTasks(){return this.destroyed?!1:this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new _(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);let n=this.taskId++;return this.pendingTasks.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.pendingTasks.size===0&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=G({token:e,providedIn:"root",factory:()=>new e})}return e})(),rs=class extends re{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,zl()&&(this.destroyRef=w(it,{optional:!0})??void 0,this.pendingTasks=w(Mt,{optional:!0})??void 0)}emit(t){let n=v(null);try{super.next(t)}finally{v(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&typeof t=="object"){let c=t;o=c.next?.bind(c),i=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:o,error:i,complete:s});return t instanceof $&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{r!==void 0&&this.pendingTasks?.remove(r)}})}}},Ve=rs;function eo(...e){}function Ys(e){let t,n;function r(){e=eo;try{n!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(n),t!==void 0&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),typeof requestAnimationFrame=="function"&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function Ks(e){return queueMicrotask(()=>e()),()=>{e=eo}}var Js="isAngularZone",Rn=Js+"_ID",Vg=0,Me=class e{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Ve(!1);onMicrotaskEmpty=new Ve(!1);onStable=new Ve(!1);onError=new Ve(!1);constructor(t){let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=vu}=t;if(typeof Zone>"u")throw new N(908,!1);Zone.assertZonePatched();let s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&r,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=i,$g(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Js)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new N(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new N(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){let i=this._inner,s=i.scheduleEventTask("NgZoneEvent: "+o,t,Hg,eo,eo);try{return i.runTask(s,n,r)}finally{i.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}},Hg={};function Xs(e){if(e._nesting==0&&!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 Bg(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){Ys(()=>{e.callbackScheduled=!1,os(e),e.isCheckStableRunning=!0,Xs(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),os(e)}function $g(e){let t=()=>{Bg(e)},n=Vg++;e._inner=e._inner.fork({name:"angular",properties:{[Js]:!0,[Rn]:n,[Rn+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(Ug(c))return r.invokeTask(i,s,a,c);try{return xl(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),Al(e)}},onInvoke:(r,o,i,s,a,c,l)=>{try{return xl(e),r.invoke(i,s,a,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!qg(c)&&t(),Al(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,os(e),Xs(e)):s.change=="macroTask"&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,o,i,s)=>(r.handleError(i,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}function os(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function xl(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Al(e){e._nesting--,Xs(e)}var On=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Ve;onMicrotaskEmpty=new Ve;onStable=new Ve;onError=new Ve;run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}};function Ug(e){return Iu(e,"__ignore_ng_zone__")}function qg(e){return Iu(e,"__scheduler_tick__")}function Iu(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var $e=class{_console=console;handleError(t){this._console.error("ERROR",t)}},Nt=new k("",{factory:()=>{let e=w(Me),t=w(se),n;return r=>{e.runOutsideAngular(()=>{t.destroyed&&!n?setTimeout(()=>{throw r}):(n??=t.get($e),n.handleError(r))})}}}),Eu={provide:Fn,useValue:()=>{let e=w($e,{optional:!0})},multi:!0};function bo(e,t){let[n,r,o]=Ui(e,t?.equal),i=n,s=i[W];return i.set=r,i.update=o,i.asReadonly=To.bind(i),i}function To(){let e=this[W];if(e.readonlyFn===void 0){let t=()=>this();t[W]=e,e.readonlyFn=t}return e.readonlyFn}var Wn=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=Wg}return e})();function Wg(){return new Wn(g(),B())}var Ue=class{},Gn=new k("",{factory:()=>!0});var ea=new k(""),ta=(()=>{class e{internalPendingTasks=w(Mt);scheduler=w(Ue);errorHandler=w(Nt);add(){let n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){let r=this.add();n().catch(this.errorHandler).finally(r)}static \u0275prov=G({token:e,providedIn:"root",factory:()=>new e})}return e})(),wo=(()=>{class e{static \u0275prov=G({token:e,providedIn:"root",factory:()=>new is})}return e})(),is=class{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){let n=t.zone,r=this.queues.get(n);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){let n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);let r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(let[n,r]of this.queues)n===null?t||=this.flushQueue(r):t||=n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(let r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}},to=class{[W];constructor(t){this[W]=t}destroy(){this[W].destroy()}};function Du(e,t){let n=t?.injector??w(me),r=t?.manualCleanup!==!0?n.get(it):null,o,i=n.get(Wn,null,{optional:!0}),s=n.get(Ue);return i!==null?(o=Qg(i.view,s,e),r instanceof Xr&&r._lView===i.view&&(r=null)):o=Zg(e,n.get(wo),s),o.injector=n,r!==null&&(o.onDestroyFns=[r.onDestroy(()=>o.destroy())]),new to(o)}var Cu=K(Y({},Wi),{cleanupFns:void 0,zone:null,onDestroyFns:null,run(){let e=An(!1);try{Gi(this)}finally{An(e)}},cleanup(){if(!this.cleanupFns?.length)return;let e=v(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],v(e)}}}),Gg=K(Y({},Cu),{consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){if(ft(this),this.onDestroyFns!==null)for(let e of this.onDestroyFns)e();this.cleanup(),this.scheduler.remove(this)}}),zg=K(Y({},Cu),{consumerMarkedDirty(){this.view[E]|=8192,wt(this.view),this.notifier.notify(13)},destroy(){if(ft(this),this.onDestroyFns!==null)for(let e of this.onDestroyFns)e();this.cleanup(),this.view[Xe]?.delete(this)}});function Qg(e,t,n){let r=Object.create(zg);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=bu(r,n),e[Xe]??=new Set,e[Xe].add(r),r.consumerMarkedDirty(r),r}function Zg(e,t,n){let r=Object.create(Gg);return r.fn=bu(r,e),r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}function bu(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}function na(e){return qi(e)}function ar(e){return{toString:e}.toString()}function nm(e){return typeof e=="function"}function od(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var Po=class{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}},rm=(()=>{let e=()=>id;return e.ngInherit=!0,e})();function id(e){return e.type.prototype.ngOnChanges&&(e.setInput=im),om}function om(){let e=ad(this),t=e?.current;if(t){let n=e.previous;if(n===ye)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function im(e,t,n,r,o){let i=this.declaredInputs[r],s=ad(e)||sm(e,{previous:ye,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[i];a[i]=new Po(l&&l.currentValue,n,c===ye),od(e,t,o,n)}var sd="__ngSimpleChanges__";function ad(e){return e[sd]||null}function sm(e,t){return e[sd]=t}var Tu=[];var R=function(e,t=null,n){for(let r=0;r<Tu.length;r++){let o=Tu[r];o(e,t,n)}},x=(function(e){return e[e.TemplateCreateStart=0]="TemplateCreateStart",e[e.TemplateCreateEnd=1]="TemplateCreateEnd",e[e.TemplateUpdateStart=2]="TemplateUpdateStart",e[e.TemplateUpdateEnd=3]="TemplateUpdateEnd",e[e.LifecycleHookStart=4]="LifecycleHookStart",e[e.LifecycleHookEnd=5]="LifecycleHookEnd",e[e.OutputStart=6]="OutputStart",e[e.OutputEnd=7]="OutputEnd",e[e.BootstrapApplicationStart=8]="BootstrapApplicationStart",e[e.BootstrapApplicationEnd=9]="BootstrapApplicationEnd",e[e.BootstrapComponentStart=10]="BootstrapComponentStart",e[e.BootstrapComponentEnd=11]="BootstrapComponentEnd",e[e.ChangeDetectionStart=12]="ChangeDetectionStart",e[e.ChangeDetectionEnd=13]="ChangeDetectionEnd",e[e.ChangeDetectionSyncStart=14]="ChangeDetectionSyncStart",e[e.ChangeDetectionSyncEnd=15]="ChangeDetectionSyncEnd",e[e.AfterRenderHooksStart=16]="AfterRenderHooksStart",e[e.AfterRenderHooksEnd=17]="AfterRenderHooksEnd",e[e.ComponentStart=18]="ComponentStart",e[e.ComponentEnd=19]="ComponentEnd",e[e.DeferBlockStateStart=20]="DeferBlockStateStart",e[e.DeferBlockStateEnd=21]="DeferBlockStateEnd",e[e.DynamicComponentStart=22]="DynamicComponentStart",e[e.DynamicComponentEnd=23]="DynamicComponentEnd",e[e.HostBindingsUpdateStart=24]="HostBindingsUpdateStart",e[e.HostBindingsUpdateEnd=25]="HostBindingsUpdateEnd",e})(x||{});function am(e,t,n){let{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){let s=id(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),i&&((n.preOrderHooks??=[]).push(e,i),(n.preOrderCheckHooks??=[]).push(e,i))}function cd(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){let i=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:u}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),u!=null&&(e.destroyHooks??=[]).push(n,u)}}function xo(e,t,n){ld(e,t,3,n)}function Ao(e,t,n,r){(e[E]&3)===n&&ld(e,t,n,r)}function ra(e,t){let n=e[E];(n&3)===t&&(n&=16383,n+=1,e[E]=n)}function ld(e,t,n,r){let o=r!==void 0?e[Et]&65535:0,i=r??-1,s=t.length-1,a=0;for(let c=o;c<s;c++)if(typeof t[c+1]=="number"){if(a=t[c],r!=null&&a>=r)break}else t[c]<0&&(e[Et]+=65536),(a<i||i==-1)&&(cm(e,n,t,c),e[Et]=(e[Et]&4294901760)+c+2),c++}function wu(e,t){R(x.LifecycleHookStart,e,t);let n=v(null);try{t.call(e)}finally{v(n),R(x.LifecycleHookEnd,e,t)}}function cm(e,t,n,r){let o=n[r]<0,i=n[r+1],s=o?-n[r]:n[r],a=e[s];o?e[E]>>14<e[Et]>>16&&(e[E]&3)===t&&(e[E]+=16384,wu(a,i)):wu(a,i)}var un=-1,xt=class{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=r}};function lm(e){return(e.flags&8)!==0}function um(e){return(e.flags&16)!==0}function dm(e,t,n){let r=0;for(;r<n.length;){let o=n[r];if(typeof o=="number"){if(o!==0)break;r++;let i=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,i)}else{let i=o,s=n[++r];fm(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}return r}function ud(e){return e===3||e===4||e===6}function fm(e){return e.charCodeAt(0)===64}function dn(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){let o=t[r];typeof o=="number"?n=o:n===0||(n===-1||n===2?_u(e,n,o,null,t[++r]):_u(e,n,o,null,null))}}return e}function _u(e,t,n,r,o){let i=0,s=e.length;if(t===-1)s=-1;else for(;i<e.length;){let a=e[i++];if(typeof a=="number"){if(a===t){s=-1;break}else if(a>t){s=i-1;break}}}for(;i<e.length;){let a=e[i];if(typeof a=="number")break;if(a===n){o!==null&&(e[i+1]=o);return}i++,o!==null&&i++}s!==-1&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),o!==null&&e.splice(i++,0,o)}function dd(e){return e!==un}function Lo(e){return e&32767}function pm(e){return e>>16}function Fo(e,t){let n=pm(e),r=t;for(;n>0;)r=r[It],n--;return r}var pa=!0;function jo(e){let t=pa;return pa=e,t}var hm=256,fd=hm-1,pd=5,gm=0,Oe={};function mm(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(yt)&&(r=n[yt]),r==null&&(r=n[yt]=gm++);let o=r&fd,i=1<<o;t.data[e+(o>>pd)]|=i}function Vo(e,t){let n=hd(e,t);if(n!==-1)return n;let r=t[m];r.firstCreatePass&&(e.injectorIndex=t.length,oa(r.data,e),oa(t,null),oa(r.blueprint,null));let o=Za(e,t),i=e.injectorIndex;if(dd(o)){let s=Lo(o),a=Fo(o,t),c=a[m].data;for(let l=0;l<8;l++)t[i+l]=a[s+l]|c[s+l]}return t[i+8]=o,i}function oa(e,t){e.push(0,0,0,0,0,0,0,0,t)}function hd(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Za(e,t){if(e.parent&&e.parent.injectorIndex!==-1)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;o!==null;){if(r=Id(o),r===null)return un;if(n++,o=o[It],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return un}function ha(e,t,n){mm(e,t,n)}function ym(e,t){if(t==="class")return e.classes;if(t==="style")return e.styles;let n=e.attrs;if(n){let r=n.length,o=0;for(;o<r;){let i=n[o];if(ud(i))break;if(i===0)o=o+2;else if(typeof i=="number")for(o++;o<r&&typeof n[o]=="string";)o++;else{if(i===t)return n[o+1];o=o+2}}}return null}function gd(e,t,n){if(n&8||e!==void 0)return e;so(t,"NodeInjector")}function md(e,t,n,r){if(n&8&&r===void 0&&(r=null),(n&3)===0){let o=e[We],i=X(void 0);try{return o?o.get(t,r,n&8):ps(t,r,n&8)}finally{X(i)}}return gd(r,t,n)}function yd(e,t,n,r=0,o){if(e!==null){if(t[E]&2048&&!(r&2)){let s=Cm(e,t,n,r,Oe);if(s!==Oe)return s}let i=vd(e,t,n,r,Oe);if(i!==Oe)return i}return md(t,n,r,o)}function vd(e,t,n,r,o){let i=Im(n);if(typeof i=="function"){if(!Gs(t,e,r))return r&1?gd(o,n,r):md(t,n,r,o);try{let s;if(s=i(r),s==null&&!(r&8))so(n);else return s}finally{zs()}}else if(typeof i=="number"){let s=null,a=hd(e,t),c=un,l=r&1?t[te][ee]:null;for((a===-1||r&4)&&(c=a===-1?Za(e,t):t[a+8],c===un||!Nu(r,!1)?a=-1:(s=t[m],a=Lo(c),t=Fo(c,t)));a!==-1;){let u=t[m];if(Mu(i,a,u.data)){let d=vm(a,t,n,s,r,l);if(d!==Oe)return d}c=t[a+8],c!==un&&Nu(r,t[m].data[a+8]===l)&&Mu(i,a,t)?(s=u,a=Lo(c),t=Fo(c,t)):a=-1}}return o}function vm(e,t,n,r,o,i){let s=t[m],a=s.data[e+8],c=r==null?rt(a)&&pa:r!=s&&(a.type&3)!==0,l=o&1&&i===a,u=Ro(a,s,n,c,l);return u!==null?Kn(t,s,u,a,o):Oe}function Ro(e,t,n,r,o){let i=e.providerIndexes,s=t.data,a=i&1048575,c=e.directiveStart,l=e.directiveEnd,u=i>>20,d=r?a:a+u,p=o?a+u:l;for(let f=d;f<p;f++){let h=s[f];if(f<c&&n===h||f>=c&&h.type===n)return f}if(o){let f=s[c];if(f&&le(f)&&f.type===n)return c}return null}function Kn(e,t,n,r,o){let i=e[n],s=t.data;if(i instanceof xt){let a=i;if(a.resolving){let f=kl(s[n]);throw fs(f)}let c=jo(a.canSeeViewProviders);a.resolving=!0;let l=s[n].type||s[n],u,d=a.injectImpl?X(a.injectImpl):null,p=Gs(e,r,0);try{i=e[n]=a.factory(void 0,o,s,e,r),t.firstCreatePass&&n>=r.directiveStart&&am(n,s[n],t)}finally{d!==null&&X(d),jo(c),a.resolving=!1,zs()}}return i}function Im(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(yt)?e[yt]:void 0;return typeof t=="number"?t>=0?t&fd:Em:t}function Mu(e,t,n){let r=1<<e;return!!(n[t+(e>>pd)]&r)}function Nu(e,t){return!(e&2)&&!(e&1&&t)}var St=class{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return yd(this._tNode,this._lView,t,ht(r),n)}};function Em(){return new St(B(),g())}function Dm(e){return ar(()=>{let t=e.prototype.constructor,n=t[Sn]||ga(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){let i=o[Sn]||ga(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function ga(e){return ss(e)?()=>{let t=ga(U(e));return t&&t()}:Je(e)}function Cm(e,t,n,r,o){let i=e,s=t;for(;i!==null&&s!==null&&s[E]&2048&&!sn(s);){let a=vd(i,s,n,r|2,Oe);if(a!==Oe)return a;let c=i.parent;if(!c){let l=s[Ts];if(l){let u=l.get(n,Oe,r);if(u!==Oe)return u}c=Id(s),s=s[It]}i=c}return o}function Id(e){let t=e[m],n=t.type;return n===2?t.declTNode:n===1?e[ee]:null}function Ed(e){return ym(B(),e)}function bm(){return mn(B(),g())}function mn(e,t){return new cr(Ie(e,t))}var cr=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=bm}return e})();function Dd(e){return e instanceof cr?e.nativeElement:e}function Tm(){return this._results[Symbol.iterator]()}var Ho=class{_emitDistinctChangesOnly;dirty=!0;_onDirty=void 0;_results=[];_changesDetected=!1;_changes=void 0;length=0;first=void 0;last=void 0;get changes(){return this._changes??=new re}constructor(t=!1){this._emitDistinctChangesOnly=t}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){this.dirty=!1;let r=Vl(t);(this._changesDetected=!jl(this._results,r,n))&&(this._results=r,this.length=r.length,this.last=r[this.length-1],this.first=r[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.next(this)}onDirty(t){this._onDirty=t}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}[Symbol.iterator]=Tm};function Cd(e){return(e.flags&128)===128}var Ya=(function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e})(Ya||{}),bd=new Map,wm=0;function _m(){return wm++}function Mm(e){bd.set(e[jn],e)}function ma(e){bd.delete(e[jn])}var Su="__ngContext__";function fn(e,t){Ae(t)?(e[Su]=t[jn],Mm(t)):e[Su]=t}function Td(e){return _d(e[rn])}function wd(e){return _d(e[ce])}function _d(e){for(;e!==null&&!ve(e);)e=e[ce];return e}var ya;function Nm(e){ya=e}function Md(){if(ya!==void 0)return ya;if(typeof document<"u")return document;throw new N(210,!1)}var Sm=new k("",{factory:()=>xm}),xm="ng";var Nd=new k(""),Am=new k("",{providedIn:"platform",factory:()=>"unknown"}),Rm=new k(""),Om=new k("",{factory:()=>w(Zs).body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),Sd={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},km=new k("",{factory:()=>Sd});var xd="r";var Ad="di";var Rd=!1,Od=new k("",{factory:()=>Rd});var Pm=(e,t,n,r)=>{};function Lm(e,t,n,r){Pm(e,t,n,r)}function ni(e){return(e.flags&32)===32}var Fm=()=>null;function kd(e,t,n=!1){return Fm(e,t,n)}function Pd(e,t){let n=e.contentQueries;if(n!==null){let r=v(null);try{for(let o=0;o<n.length;o+=2){let i=n[o],s=n[o+1];if(s!==-1){let a=e.data[s];Un(i),a.contentQueries(2,t[s],s)}}}finally{v(r)}}}function va(e,t,n){Un(0);let r=v(null);try{t(e,n)}finally{v(r)}}function Ka(e,t,n){if(Ms(t)){let r=v(null);try{let o=t.directiveStart,i=t.directiveEnd;for(let s=o;s<i;s++){let a=e.data[s];if(a.contentQueries){let c=n[s];a.contentQueries(1,c,s)}}}finally{v(r)}}}var At=(function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e[e.ExperimentalIsolatedShadowDom=4]="ExperimentalIsolatedShadowDom",e})(At||{});var _o;function Ld(){if(_o===void 0&&(_o=null,Ne.trustedTypes))try{_o=Ne.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return _o}function ri(e){return Ld()?.createHTML(e)||e}function jm(e){return Ld()?.createScriptURL(e)||e}var Mo;function Fd(){if(Mo===void 0&&(Mo=null,Ne.trustedTypes))try{Mo=Ne.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Mo}function xu(e){return Fd()?.createHTML(e)||e}function Au(e){return Fd()?.createScriptURL(e)||e}var ze=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${no})`}},Ia=class extends ze{getTypeName(){return"HTML"}},Ea=class extends ze{getTypeName(){return"Style"}},Da=class extends ze{getTypeName(){return"Script"}},Ca=class extends ze{getTypeName(){return"URL"}},ba=class extends ze{getTypeName(){return"ResourceURL"}};function yn(e){return e instanceof ze?e.changingThisBreaksApplicationSecurity:e}function oi(e,t){let n=jd(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${no})`)}return n===t}function jd(e){return e instanceof ze&&e.getTypeName()||null}function Vm(e){return new Ia(e)}function Hm(e){return new Ea(e)}function Bm(e){return new Da(e)}function $m(e){return new Ca(e)}function Um(e){return new ba(e)}function qm(e){let t=new wa(e);return Wm()?new Ta(t):t}var Ta=class{inertDocumentHelper;constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t="<body><remove></remove>"+t;try{let n=new window.DOMParser().parseFromString(ri(t),"text/html").body;return n===null?this.inertDocumentHelper.getInertBodyElement(t):(n.firstChild?.remove(),n)}catch{return null}}},wa=class{defaultDoc;inertDocument;constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){let n=this.inertDocument.createElement("template");return n.innerHTML=ri(t),n}};function Wm(){try{return!!new window.DOMParser().parseFromString(ri(""),"text/html")}catch{return!1}}var Gm=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Ja(e){return e=String(e),e.match(Gm)?e:"unsafe:"+e}function Qe(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function lr(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var Vd=Qe("area,br,col,hr,img,wbr"),Hd=Qe("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Bd=Qe("rp,rt"),zm=lr(Bd,Hd),Qm=lr(Hd,Qe("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")),Zm=lr(Bd,Qe("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")),Ru=lr(Vd,Qm,Zm,zm),$d=Qe("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),Ym=Qe("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,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),Km=Qe("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"),Jm=lr($d,Ym,Km),Xm=Qe("script,style,template"),_a=class{sanitizedSomething=!1;buf=[];sanitizeChildren(t){let n=t.firstChild,r=!0,o=[];for(;n;){if(n.nodeType===Node.ELEMENT_NODE?r=this.startElement(n):n.nodeType===Node.TEXT_NODE?this.chars(n.nodeValue):this.sanitizedSomething=!0,r&&n.firstChild){o.push(n),n=ny(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let i=ty(n);if(i){n=i;break}n=o.pop()}}return this.buf.join("")}startElement(t){let n=Ou(t).toLowerCase();if(!Ru.hasOwnProperty(n))return this.sanitizedSomething=!0,!Xm.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);let r=t.attributes;for(let o=0;o<r.length;o++){let i=r.item(o),s=i.name,a=s.toLowerCase();if(!Jm.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let c=i.value;$d[a]&&(c=Ja(c)),this.buf.push(" ",s,'="',ku(c),'"')}return this.buf.push(">"),!0}endElement(t){let n=Ou(t).toLowerCase();Ru.hasOwnProperty(n)&&!Vd.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(ku(t))}};function ey(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function ty(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw Ud(t);return t}function ny(e){let t=e.firstChild;if(t&&ey(e,t))throw Ud(t);return t}function Ou(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function Ud(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var ry=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,oy=/([^\#-~ |!])/g;function ku(e){return e.replace(/&/g,"&").replace(ry,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(oy,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}var No;function qd(e,t){let n=null;try{No=No||qm(e);let r=t?String(t):"";n=No.getInertBodyElement(r);let o=5,i=r;do{if(o===0)throw new Error("Failed to sanitize html because the input is unstable");o--,r=i,i=n.innerHTML,n=No.getInertBodyElement(r)}while(r!==i);let a=new _a().sanitizeChildren(Pu(n)||n);return ri(a)}finally{if(n){let r=Pu(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function Pu(e){return"content"in e&&iy(e)?e.content:null}function iy(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var sy=/^>|^->|<!--|-->|--!>|<!-$/g,ay=/(<|>)/g,cy="\u200B$1\u200B";function ly(e){return e.replace(sy,t=>t.replace(ay,cy))}function uy(e,t){return e.createText(t)}function dy(e,t,n){e.setValue(t,n)}function fy(e,t){return e.createComment(ly(t))}function Wd(e,t,n){return e.createElement(t,n)}function Bo(e,t,n,r,o){e.insertBefore(t,n,r,o)}function Gd(e,t,n){e.appendChild(t,n)}function Lu(e,t,n,r,o){r!==null?Bo(e,t,n,r,o):Gd(e,t,n)}function zd(e,t,n,r){e.removeChild(null,t,n,r)}function py(e,t,n){e.setAttribute(t,"style",n)}function hy(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function Qd(e,t,n){let{mergedAttrs:r,classes:o,styles:i}=n;r!==null&&dm(e,t,r),o!==null&&hy(e,t,o),i!==null&&py(e,t,i)}var ur=(function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e})(ur||{});function gy(e){let t=Xa();return t?xu(t.sanitize(ur.HTML,e)||""):oi(e,"HTML")?xu(yn(e)):qd(Md(),H(e))}function Zd(e){let t=Xa();return t?t.sanitize(ur.URL,e)||"":oi(e,"URL")?yn(e):Ja(H(e))}function Yd(e){let t=Xa();if(t)return Au(t.sanitize(ur.RESOURCE_URL,e)||"");if(oi(e,"ResourceURL"))return Au(yn(e));throw new N(904,!1)}function my(e){return jm(e[0])}function yy(e,t){return t==="src"&&(e==="embed"||e==="frame"||e==="iframe"||e==="media"||e==="script")||t==="href"&&(e==="base"||e==="link")?Yd:Zd}function vy(e,t,n){return yy(t,n)(e)}function Xa(){let e=g();return e&&e[Se].sanitizer}function Iy(e){return e.ownerDocument.defaultView}function Kd(e){return e instanceof Function?e():e}function Ey(e,t,n){let r=e.length;for(;;){let o=e.indexOf(t,n);if(o===-1)return o;if(o===0||e.charCodeAt(o-1)<=32){let i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}var Jd="ng-template";function Dy(e,t,n,r){let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&Ey(t[o+1].toLowerCase(),n,0)!==-1)return!0}else if(ec(e))return!1;if(o=t.indexOf(1,o),o>-1){let i;for(;++o<t.length&&typeof(i=t[o])=="string";)if(i.toLowerCase()===n)return!0}return!1}function ec(e){return e.type===4&&e.value!==Jd}function Cy(e,t,n){let r=e.type===4&&!n?Jd:e.value;return t===r}function by(e,t,n){let r=4,o=e.attrs,i=o!==null?_y(o):0,s=!1;for(let a=0;a<t.length;a++){let c=t[a];if(typeof c=="number"){if(!s&&!Ee(r)&&!Ee(c))return!1;if(s&&Ee(c))continue;s=!1,r=c|r&1;continue}if(!s)if(r&4){if(r=2|r&1,c!==""&&!Cy(e,c,n)||c===""&&t.length===1){if(Ee(r))return!1;s=!0}}else if(r&8){if(o===null||!Dy(e,o,c,n)){if(Ee(r))return!1;s=!0}}else{let l=t[++a],u=Ty(c,o,ec(e),n);if(u===-1){if(Ee(r))return!1;s=!0;continue}if(l!==""){let d;if(u>i?d="":d=o[u+1].toLowerCase(),r&2&&l!==d){if(Ee(r))return!1;s=!0}}}}return Ee(r)||s}function Ee(e){return(e&1)===0}function Ty(e,t,n,r){if(t===null)return-1;let o=0;if(r||!n){let i=!1;for(;o<t.length;){let s=t[o];if(s===e)return o;if(s===3||s===6)i=!0;else if(s===1||s===2){let a=t[++o];for(;typeof a=="string";)a=t[++o];continue}else{if(s===4)break;if(s===0){o+=4;continue}}o+=i?1:2}return-1}else return My(t,e)}function Xd(e,t,n=!1){for(let r=0;r<t.length;r++)if(by(e,t[r],n))return!0;return!1}function wy(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function _y(e){for(let t=0;t<e.length;t++){let n=e[t];if(ud(n))return t}return e.length}function My(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){let r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function Ny(e,t){e:for(let n=0;n<t.length;n++){let r=t[n];if(e.length===r.length){for(let o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}function Fu(e,t){return e?":not("+t.trim()+")":t}function Sy(e){let t=e[0],n=1,r=2,o="",i=!1;for(;n<e.length;){let s=e[n];if(typeof s=="string")if(r&2){let a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else r&8?o+="."+s:r&4&&(o+=" "+s);else o!==""&&!Ee(s)&&(t+=Fu(i,o),o=""),r=s,i=i||!Ee(r);n++}return o!==""&&(t+=Fu(i,o)),t}function xy(e){return e.map(Sy).join(",")}function Ay(e){let t=[],n=[],r=1,o=2;for(;r<e.length;){let i=e[r];if(typeof i=="string")o===2?i!==""&&t.push(i,e[++r]):o===8&&n.push(i);else{if(!Ee(o))break;o=i}r++}return n.length&&t.push(1,...n),t}var V={};function tc(e,t,n,r,o,i,s,a,c,l,u){let d=P+r,p=d+o,f=Ry(d,p),h=typeof l=="function"?l():l;return f[m]={type:e,blueprint:f,template:n,queries:null,viewQuery:a,declTNode:t,data:f.slice().fill(null,d),bindingStartIndex:d,expandoStartIndex:p,hostBindingOpCodes: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:typeof i=="function"?i():i,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:c,consts:h,incompleteFirstPass:!1,ssrId:u}}function Ry(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:V);return n}function Oy(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=tc(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function nc(e,t,n,r,o,i,s,a,c,l,u){let d=t.blueprint.slice();return d[ae]=o,d[E]=r|4|128|8|64|1024,(l!==null||e&&e[E]&2048)&&(d[E]|=2048),Rs(d),d[q]=d[It]=e,d[j]=n,d[Se]=s||e&&e[Se],d[O]=a||e&&e[O],d[We]=c||e&&e[We]||null,d[ee]=i,d[jn]=_m(),d[vt]=u,d[Ts]=l,d[te]=t.type==2?e[te]:d,d}function ky(e,t,n){let r=Ie(t,e),o=Oy(n),i=e[Se].rendererFactory,s=rc(e,nc(e,o,null,ef(n),r,t,null,i.createRenderer(r,n),null,null,null));return e[t.index]=s}function ef(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function tf(e,t,n,r){if(n===0)return-1;let o=t.length;for(let i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function rc(e,t){return e[rn]?e[bs][ce]=t:e[rn]=t,e[bs]=t,t}function Py(e=1){nf(L(),g(),ie()+e,!1)}function nf(e,t,n,r){if(!r)if((t[E]&3)===3){let i=e.preOrderCheckHooks;i!==null&&xo(t,i,n)}else{let i=e.preOrderHooks;i!==null&&Ao(t,i,0,n)}ot(n)}var ii=(function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e})(ii||{});function Ma(e,t,n,r){let o=v(null);try{let[i,s,a]=e.inputs[n],c=null;(s&ii.SignalBased)!==0&&(c=t[i][W]),c!==null&&c.transformFn!==void 0?r=c.transformFn(r):a!==null&&(r=a.call(t,r)),e.setInput!==null?e.setInput(t,c,r,n,i):od(t,c,i,r)}finally{v(o)}}var $o=(function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e})($o||{}),Ly;function oc(e,t){return Ly(e,t)}var Jn=new Set,si=(function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e})(si||{}),dr=new k(""),ju=new Set;function Ze(e){ju.has(e)||(ju.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var ic=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=G({token:e,providedIn:"root",factory:()=>new e})}return e})(),rf=[0,1,2,3],of=(()=>{class e{ngZone=w(Me);scheduler=w(Ue);errorHandler=w($e,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){w(dr,{optional:!0})}execute(){let n=this.sequences.size>0;n&&R(x.AfterRenderHooksStart),this.executing=!0;for(let r of rf)for(let o of this.sequences)if(!(o.erroredOrDestroyed||!o.hooks[r]))try{o.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>{let i=o.hooks[r];return i(o.pipelinedValue)},o.snapshot))}catch(i){o.erroredOrDestroyed=!0,this.errorHandler?.handleError(i)}this.executing=!1;for(let r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(let r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),n&&R(x.AfterRenderHooksEnd)}register(n){let{view:r}=n;r!==void 0?((r[Dt]??=[]).push(n),wt(r),r[E]|=8192):this.executing?this.deferredRegistrations.add(n):this.addSequence(n)}addSequence(n){this.sequences.add(n),this.scheduler.notify(7)}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}maybeTrace(n,r){return r?r.run(si.AFTER_NEXT_RENDER,n):n()}static \u0275prov=G({token:e,providedIn:"root",factory:()=>new e})}return e})(),Uo=class{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(t,n,r,o,i,s=null){this.impl=t,this.hooks=n,this.view=r,this.once=o,this.snapshot=s,this.unregisterOnDestroy=i?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();let t=this.view?.[Dt];t&&(this.view[Dt]=t.filter(n=>n!==this))}};function Fy(e,t){let n=t?.injector??w(me);return Ze("NgAfterRender"),sf(e,n,t,!1)}function jy(e,t){let n=t?.injector??w(me);return Ze("NgAfterNextRender"),sf(e,n,t,!0)}function Vy(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function sf(e,t,n,r){let o=t.get(ic);o.impl??=t.get(of);let i=t.get(dr,null,{optional:!0}),s=n?.manualCleanup!==!0?t.get(it):null,a=t.get(Wn,null,{optional:!0}),c=new Uo(o.impl,Vy(e),a?.view,r,s,i?.snapshot(null));return o.impl.register(c),c}var af=new k("",{factory:()=>({queue:new Set,isScheduled:!1,scheduler:null,injector:w(se)})});function cf(e,t,n){let r=e.get(af);if(Array.isArray(t))for(let o of t)r.queue.add(o),n?.detachedLeaveAnimationFns?.push(o);else r.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);r.scheduler&&r.scheduler(e)}function Hy(e,t){let n=e.get(af);if(t.detachedLeaveAnimationFns){for(let r of t.detachedLeaveAnimationFns)n.queue.delete(r);t.detachedLeaveAnimationFns=void 0}}function By(e,t){for(let[n,r]of t)cf(e,r.animateFns)}function Vu(e,t,n,r){let o=e?.[Ct]?.enter;t!==null&&o&&o.has(n.index)&&By(r,o)}function ln(e,t,n,r,o,i,s,a){if(o!=null){let c,l=!1;ve(o)?c=o:Ae(o)&&(l=!0,o=o[ae]);let u=ue(o);e===0&&r!==null?(Vu(a,r,i,n),s==null?Gd(t,r,u):Bo(t,r,u,s||null,!0)):e===1&&r!==null?(Vu(a,r,i,n),Bo(t,r,u,s||null,!0)):e===2?Hu(a,i,n,d=>{zd(t,u,l,d)}):e===3&&Hu(a,i,n,()=>{t.destroyNode(u)}),c!=null&&Jy(t,e,n,c,i,r,s)}}function $y(e,t){lf(e,t),t[ae]=null,t[ee]=null}function Uy(e,t,n,r,o,i){r[ae]=o,r[ee]=t,ci(e,r,n,1,o,i)}function lf(e,t){t[Se].changeDetectionScheduler?.notify(9),ci(e,t,t[O],2,null,null)}function qy(e){let t=e[rn];if(!t)return ia(e[m],e);for(;t;){let n=null;if(Ae(t))n=t[rn];else{let r=t[F];r&&(n=r)}if(!n){for(;t&&!t[ce]&&t!==e;)Ae(t)&&ia(t[m],t),t=t[q];t===null&&(t=e),Ae(t)&&ia(t[m],t),n=t&&t[ce]}t=n}}function sc(e,t){let n=e[bt],r=n.indexOf(t);n.splice(r,1)}function ai(e,t){if(Tt(t))return;let n=t[O];n.destroyNode&&ci(e,t,n,3,null,null),qy(t)}function ia(e,t){if(Tt(t))return;let n=v(null);try{t[E]&=-129,t[E]|=256,t[oe]&&ft(t[oe]),zy(e,t),Gy(e,t),t[m].type===1&&t[O].destroy();let r=t[tt];if(r!==null&&ve(t[q])){r!==t[q]&&sc(r,t);let o=t[xe];o!==null&&o.detachView(e)}ma(t)}finally{v(n)}}function Hu(e,t,n,r){let o=e?.[Ct];if(o==null||o.leave==null||!o.leave.has(t.index))return r(!1);e&&Jn.add(e),cf(n,()=>{if(o.leave&&o.leave.has(t.index)){let s=o.leave.get(t.index),a=[];if(s){for(let c=0;c<s.animateFns.length;c++){let l=s.animateFns[c],{promise:u}=l();a.push(u)}o.detachedLeaveAnimationFns=void 0}o.running=Promise.allSettled(a),Wy(e,r)}else e&&Jn.delete(e),r(!1)},o)}function Wy(e,t){let n=e[Ct]?.running;if(n){n.then(()=>{e[Ct].running=void 0,Jn.delete(e),t(!0)});return}t(!1)}function Gy(e,t){let n=e.cleanup,r=t[nn];if(n!==null)for(let s=0;s<n.length-1;s+=2)if(typeof n[s]=="string"){let a=n[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else{let a=r[n[s+1]];n[s].call(a)}r!==null&&(t[nn]=null);let o=t[He];if(o!==null){t[He]=null;for(let s=0;s<o.length;s++){let a=o[s];a()}}let i=t[Xe];if(i!==null){t[Xe]=null;for(let s of i)s.destroy()}}function zy(e,t){let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){let o=t[n[r]];if(!(o instanceof xt)){let i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){let a=o[i[s]],c=i[s+1];R(x.LifecycleHookStart,a,c);try{c.call(a)}finally{R(x.LifecycleHookEnd,a,c)}}else{R(x.LifecycleHookStart,o,i);try{i.call(o)}finally{R(x.LifecycleHookEnd,o,i)}}}}}function uf(e,t,n){return Qy(e,t.parent,n)}function Qy(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[ae];if(rt(r)){let{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===At.None||o===At.Emulated)return null}return Ie(r,n)}function df(e,t,n){return Yy(e,t,n)}function Zy(e,t,n){return e.type&40?Ie(e,n):null}var Yy=Zy,Bu;function ac(e,t,n,r){let o=uf(e,r,t),i=t[O],s=r.parent||t[ee],a=df(s,r,t);if(o!=null)if(Array.isArray(n))for(let c=0;c<n.length;c++)Lu(i,o,n[c],a,!1);else Lu(i,o,n,a,!1);Bu!==void 0&&Bu(i,r,t,n,o)}function Qn(e,t){if(t!==null){let n=t.type;if(n&3)return Ie(t,e);if(n&4)return Na(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return Qn(e,r);{let o=e[t.index];return ve(o)?Na(-1,o):ue(o)}}else{if(n&128)return Qn(e,t.next);if(n&32)return oc(t,e)()||ue(e[t.index]);{let r=ff(e,t);if(r!==null){if(Array.isArray(r))return r[0];let o=et(e[te]);return Qn(o,r)}else return Qn(e,t.next)}}}return null}function ff(e,t){if(t!==null){let r=e[te][ee],o=t.projection;return r.projection[o]}return null}function Na(e,t){let n=F+e+1;if(n<t.length){let r=t[n],o=r[m].firstChild;if(o!==null)return Qn(r,o)}return t[nt]}function cc(e,t,n,r,o,i,s){for(;n!=null;){let a=r[We];if(n.type===128){n=n.next;continue}let c=r[n.index],l=n.type;if(s&&t===0&&(c&&fn(ue(c),r),n.flags|=2),!ni(n))if(l&8)cc(e,t,n.child,r,o,i,!1),ln(t,e,a,o,c,n,i,r);else if(l&32){let u=oc(n,r),d;for(;d=u();)ln(t,e,a,o,d,n,i,r);ln(t,e,a,o,c,n,i,r)}else l&16?pf(e,t,r,n,o,i):ln(t,e,a,o,c,n,i,r);n=s?n.projectionNext:n.next}}function ci(e,t,n,r,o,i){cc(n,r,e.firstChild,t,o,i,!1)}function Ky(e,t,n){let r=t[O],o=uf(e,n,t),i=n.parent||t[ee],s=df(i,n,t);pf(r,0,t,n,o,s)}function pf(e,t,n,r,o,i){let s=n[te],c=s[ee].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++){let u=c[l];ln(t,e,n[We],o,u,r,i,n)}else{let l=c,u=s[q];Cd(r)&&(l.flags|=128),cc(e,t,l,u,o,i,!0)}}function Jy(e,t,n,r,o,i,s){let a=r[nt],c=ue(r);a!==c&&ln(t,e,n,i,a,o,s);for(let l=F;l<r.length;l++){let u=r[l];ci(u[m],u,e,t,i,a)}}function Xy(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=r.indexOf("-")===-1?void 0:$o.DashCase;o==null?e.removeStyle(n,r,i):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=$o.Important),e.setStyle(n,r,o,i))}}function hf(e,t,n,r,o){let i=ie(),s=r&2;try{ot(-1),s&&t.length>P&&nf(e,t,P,!1);let a=s?x.TemplateUpdateStart:x.TemplateCreateStart;R(a,o,n),n(r,o)}finally{ot(i);let a=s?x.TemplateUpdateEnd:x.TemplateCreateEnd;R(a,o,n)}}function li(e,t,n){iv(e,t,n),(n.flags&64)===64&&sv(e,t,n)}function vn(e,t,n=Ie){let r=t.localNames;if(r!==null){let o=t.index+1;for(let i=0;i<r.length;i+=2){let s=r[i+1],a=s===-1?n(t,e):e[s];e[o++]=a}}}function ev(e,t,n,r){let i=r.get(Od,Rd)||n===At.ShadowDom||n===At.ExperimentalIsolatedShadowDom,s=e.selectRootElement(t,i);return tv(s),s}function tv(e){nv(e)}var nv=()=>null;function rv(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function gf(e,t,n,r,o,i){let s=t[m];if(dc(e,s,t,n,r)){rt(e)&&ov(t,e.index);return}e.type&3&&(n=rv(n)),lc(e,t,n,r,o,i)}function lc(e,t,n,r,o,i){if(e.type&3){let s=Ie(e,t);r=i!=null?i(r,e.value||"",n):r,o.setProperty(s,n,r)}else e.type&12}function ov(e,t){let n=de(t,e);n[E]&16||(n[E]|=64)}function iv(e,t,n){let r=n.directiveStart,o=n.directiveEnd;rt(n)&&ky(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||Vo(n,t);let i=n.initialInputs;for(let s=r;s<o;s++){let a=e.data[s],c=Kn(t,e,s,n);if(fn(c,t),i!==null&&uv(t,s-r,c,a,n,i),le(a)){let l=de(n.index,t);l[j]=Kn(t,e,s,n)}}}function sv(e,t,n){let r=n.directiveStart,o=n.directiveEnd,i=n.index,s=lu();try{ot(i);for(let a=r;a<o;a++){let c=e.data[a],l=t[a];vo(a),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&av(c,l)}}finally{ot(-1),vo(s)}}function av(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function uc(e,t){let n=e.directiveRegistry,r=null;if(n)for(let o=0;o<n.length;o++){let i=n[o];Xd(t,i.selectors,!1)&&(r??=[],le(i)?r.unshift(i):r.push(i))}return r}function cv(e,t,n,r,o,i){let s=Ie(e,t);lv(t[O],s,i,e.value,n,r,o)}function lv(e,t,n,r,o,i,s){if(i==null)e.removeAttribute(t,o,n);else{let a=s==null?H(i):s(i,r||"",o);e.setAttribute(t,o,a,n)}}function uv(e,t,n,r,o,i){let s=i[t];if(s!==null)for(let a=0;a<s.length;a+=2){let c=s[a],l=s[a+1];Ma(r,n,c,l)}}function ui(e,t,n,r,o){let i=P+n,s=t[m],a=o(s,t,e,r,n);t[i]=a,an(e,!0);let c=e.type===2;return c?(Qd(t[O],a,e),(eu()===0||on(e))&&fn(a,t),tu()):fn(a,t),Co()&&(!c||!ni(e))&&ac(s,t,a,e),e}function di(e){let t=e;return $s()?Us():(t=t.parent,an(t,!1)),t}function dv(e,t,n){return(e===null||le(e))&&(n=Ss(n[t.index])),n[O]}function fv(e,t){let n=e[We];if(!n)return;let r;try{r=n.get(Nt,null)}catch{r=null}r?.(t)}function dc(e,t,n,r,o){let i=e.inputs?.[r],s=e.hostDirectiveInputs?.[r],a=!1;if(s)for(let c=0;c<s.length;c+=2){let l=s[c],u=s[c+1],d=t.data[l];Ma(d,n[l],u,o),a=!0}if(i)for(let c of i){let l=n[c],u=t.data[c];Ma(u,l,r,o),a=!0}return a}function pv(e,t){let n=de(t,e),r=n[m];hv(r,n);let o=n[ae];o!==null&&n[vt]===null&&(n[vt]=kd(o,n[We])),R(x.ComponentStart);try{fc(r,n,n[j])}finally{R(x.ComponentEnd,n[j])}}function hv(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function fc(e,t,n){Eo(t);try{let r=e.viewQuery;r!==null&&va(1,r,n);let o=e.template;o!==null&&hf(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[xe]?.finishViewCreation(e),e.staticContentQueries&&Pd(e,t),e.staticViewQueries&&va(2,e.viewQuery,n);let i=e.components;i!==null&&gv(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[E]&=-5,Do()}}function gv(e,t){for(let n=0;n<t.length;n++)pv(e,t[n])}function fr(e,t,n,r){let o=v(null);try{let i=t.tView,a=e[E]&4096?4096:16,c=nc(e,i,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),l=e[t.index];c[tt]=l;let u=e[xe];return u!==null&&(c[xe]=u.createEmbeddedView(i)),fc(i,c,n),c}finally{v(o)}}function pn(e,t){return!t||t.firstChild===null||Cd(e)}function Xn(e,t,n,r,o=!1){for(;n!==null;){if(n.type===128){n=o?n.projectionNext:n.next;continue}let i=t[n.index];i!==null&&r.push(ue(i)),ve(i)&&mf(i,r);let s=n.type;if(s&8)Xn(e,t,n.child,r);else if(s&32){let a=oc(n,t),c;for(;c=a();)r.push(c)}else if(s&16){let a=ff(t,n);if(Array.isArray(a))r.push(...a);else{let c=et(t[te]);Xn(c[m],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function mf(e,t){for(let n=F;n<e.length;n++){let r=e[n],o=r[m].firstChild;o!==null&&Xn(r[m],r,o,t)}e[nt]!==e[ae]&&t.push(e[nt])}function yf(e){if(e[Dt]!==null){for(let t of e[Dt])t.impl.addSequence(t);e[Dt].length=0}}var vf=[];function mv(e){return e[oe]??yv(e)}function yv(e){let t=vf.pop()??Object.create(Iv);return t.lView=e,t}function vv(e){e.lView[oe]!==e&&(e.lView=null,vf.push(e))}var Iv=K(Y({},zt),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{wt(e.lView)},consumerOnSignalRead(){this.lView[oe]=this}});function Ev(e){let t=e[oe]??Object.create(Dv);return t.lView=e,t}var Dv=K(Y({},zt),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=et(e.lView);for(;t&&!If(t[m]);)t=et(t);t&&Os(t)},consumerOnSignalRead(){this.lView[oe]=this}});function If(e){return e.type!==2}function Ef(e){if(e[Xe]===null)return;let t=!0;for(;t;){let n=!1;for(let r of e[Xe])r.dirty&&(n=!0,r.zone===null||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(e[E]&8192)}}var Cv=100;function Df(e,t=0){let r=e[Se].rendererFactory,o=!1;o||r.begin?.();try{bv(e,t)}finally{o||r.end?.()}}function bv(e,t){let n=qs();try{An(!0),Sa(e,t);let r=0;for(;Bn(e);){if(r===Cv)throw new N(103,!1);r++,Sa(e,1)}}finally{An(n)}}function Tv(e,t,n,r){if(Tt(t))return;let o=t[E],i=!1,s=!1;Eo(t);let a=!0,c=null,l=null;i||(If(e)?(l=mv(t),c=Zt(l)):zr()===null?(a=!1,l=Ev(t),c=Zt(l)):t[oe]&&(ft(t[oe]),t[oe]=null));try{Rs(t),su(e.bindingStartIndex),n!==null&&hf(e,t,n,2,r);let u=(o&3)===3;if(!i)if(u){let f=e.preOrderCheckHooks;f!==null&&xo(t,f,null)}else{let f=e.preOrderHooks;f!==null&&Ao(t,f,0,null),ra(t,0)}if(s||wv(t),Ef(t),Cf(t,0),e.contentQueries!==null&&Pd(e,t),!i)if(u){let f=e.contentCheckHooks;f!==null&&xo(t,f)}else{let f=e.contentHooks;f!==null&&Ao(t,f,1),ra(t,1)}Mv(e,t);let d=e.components;d!==null&&Tf(t,d,0);let p=e.viewQuery;if(p!==null&&va(2,p,r),!i)if(u){let f=e.viewCheckHooks;f!==null&&xo(t,f)}else{let f=e.viewHooks;f!==null&&Ao(t,f,2),ra(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[po]){for(let f of t[po])f();t[po]=null}i||(yf(t),t[E]&=-73)}catch(u){throw i||wt(t),u}finally{l!==null&&(wn(l,c),a&&vv(l)),Do()}}function Cf(e,t){for(let n=Td(e);n!==null;n=wd(n))for(let r=F;r<n.length;r++){let o=n[r];bf(o,t)}}function wv(e){for(let t=Td(e);t!==null;t=wd(t)){if(!(t[E]&2))continue;let n=t[bt];for(let r=0;r<n.length;r++){let o=n[r];Os(o)}}}function _v(e,t,n){R(x.ComponentStart);let r=de(t,e);try{bf(r,n)}finally{R(x.ComponentEnd,r[j])}}function bf(e,t){go(e)&&Sa(e,t)}function Sa(e,t){let r=e[m],o=e[E],i=e[oe],s=!!(t===0&&o&16);if(s||=!!(o&64&&t===0),s||=!!(o&1024),s||=!!(i?.dirty&&_n(i)),s||=!1,i&&(i.dirty=!1),e[E]&=-9217,s)Tv(r,e,r.template,e[j]);else if(o&8192){let a=v(null);try{Ef(e),Cf(e,1);let c=r.components;c!==null&&Tf(e,c,1),yf(e)}finally{v(a)}}}function Tf(e,t,n){for(let r=0;r<t.length;r++)_v(e,t[r],n)}function Mv(e,t){let n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){let o=n[r];if(o<0)ot(~o);else{let i=o,s=n[++r],a=n[++r];cu(s,i);let c=t[i];R(x.HostBindingsUpdateStart,c);try{a(2,c)}finally{R(x.HostBindingsUpdateEnd,c)}}}}finally{ot(-1)}}function pc(e,t){let n=qs()?64:1088;for(e[Se].changeDetectionScheduler?.notify(t);e;){e[E]|=n;let r=et(e);if(sn(e)&&!r)return e;e=r}return null}function wf(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function _f(e,t){let n=F+t;if(n<e.length)return e[n]}function pr(e,t,n,r=!0){let o=t[m];if(Nv(o,t,e,n),r){let s=Na(n,e),a=t[O],c=a.parentNode(e[nt]);c!==null&&Uy(o,e[ee],a,t,c,s)}let i=t[vt];i!==null&&i.firstChild!==null&&(i.firstChild=null)}function Mf(e,t){let n=er(e,t);return n!==void 0&&ai(n[m],n),n}function er(e,t){if(e.length<=F)return;let n=F+t,r=e[n];if(r){let o=r[tt];o!==null&&o!==e&&sc(o,r),t>0&&(e[n-1][ce]=r[ce]);let i=Ln(e,F+t);$y(r[m],r);let s=i[xe];s!==null&&s.detachView(i[m]),r[q]=null,r[ce]=null,r[E]&=-129}return r}function Nv(e,t,n,r){let o=F+r,i=n.length;r>0&&(n[o-1][ce]=t),r<i-F?(t[ce]=n[o],hs(n,F+r,t)):(n.push(t),t[ce]=null),t[q]=n;let s=t[tt];s!==null&&n!==s&&Nf(s,t);let a=t[xe];a!==null&&a.insertView(e),mo(t),t[E]|=128}function Nf(e,t){let n=e[bt],r=t[q];if(Ae(r))e[E]|=2;else{let o=r[q][te];t[te]!==o&&(e[E]|=2)}n===null?e[bt]=[t]:n.push(t)}var st=class{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){let t=this._lView,n=t[m];return Xn(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[j]}set context(t){this._lView[j]=t}get destroyed(){return Tt(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[q];if(ve(t)){let n=t[Vn],r=n?n.indexOf(this):-1;r>-1&&(er(t,r),Ln(n,r))}this._attachedToViewContainer=!1}ai(this._lView[m],this._lView)}onDestroy(t){ks(this._lView,t)}markForCheck(){pc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[E]&=-129}reattach(){mo(this._lView),this._lView[E]|=128}detectChanges(){this._lView[E]|=1024,Df(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new N(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=sn(this._lView),n=this._lView[tt];n!==null&&!t&&sc(n,this._lView),lf(this._lView[m],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new N(902,!1);this._appRef=t;let n=sn(this._lView),r=this._lView[tt];r!==null&&!n&&Nf(r,this._lView),mo(this._lView)}};var tr=(()=>{class e{_declarationLView;_declarationTContainer;elementRef;static __NG_ELEMENT_ID__=Sv;constructor(n,r,o){this._declarationLView=n,this._declarationTContainer=r,this.elementRef=o}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(n,r){return this.createEmbeddedViewImpl(n,r)}createEmbeddedViewImpl(n,r,o){let i=fr(this._declarationLView,this._declarationTContainer,n,{embeddedViewInjector:r,dehydratedView:o});return new st(i)}}return e})();function Sv(){return fi(B(),g())}function fi(e,t){return e.type&4?new tr(t,e,mn(e,t)):null}function In(e,t,n,r,o){let i=e.data[t];if(i===null)i=xv(e,t,n,r,o),au()&&(i.flags|=32);else if(i.type&64){i.type=n,i.value=r,i.attrs=o;let s=ou();i.injectorIndex=s===null?-1:s.injectorIndex}return an(i,!0),i}function xv(e,t,n,r,o){let i=Bs(),s=$s(),a=s?i:i&&i.parent,c=e.data[t]=Rv(e,a,n,t,r,o);return Av(e,c,i,s),c}function Av(e,t,n,r){e.firstChild===null&&(e.firstChild=t),n!==null&&(r?n.child==null&&t.parent!==null&&(n.child=t):n.next===null&&(n.next=t,t.prev=n))}function Rv(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return js()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,fieldIndex:-1,customControlIndex:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,attrs:i,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function Ov(e){let t=e[_s]??[],r=e[q][O],o=[];for(let i of t)i.data[Ad]!==void 0?o.push(i):kv(i,r);e[_s]=o}function kv(e,t){let n=0,r=e.firstChild;if(r){let o=e.data[xd];for(;n<o;){let i=r.nextSibling;zd(t,r,!1),r=i,n++}}}var Pv=()=>null,Lv=()=>null;function qo(e,t){return Pv(e,t)}function Sf(e,t,n){return Lv(e,t,n)}var xf=class{},pi=class{},xa=class{resolveComponentFactory(t){throw new N(917,!1)}},hr=class{static NULL=new xa},nr=class{},Fv=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>jv()}return e})();function jv(){let e=g(),t=B(),n=de(t.index,e);return(Ae(n)?n:e)[O]}var Af=(()=>{class e{static \u0275prov=G({token:e,providedIn:"root",factory:()=>null})}return e})();var Oo={},Aa=class{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){let o=this.injector.get(t,Oo,r);return o!==Oo||n===Oo?o:this.parentInjector.get(t,n,r)}};function Wo(e,t,n){let r=n?e.styles:null,o=n?e.classes:null,i=0;if(t!==null)for(let s=0;s<t.length;s++){let a=t[s];if(typeof a=="number")i=a;else if(i==1)o=ro(o,a);else if(i==2){let c=a,l=t[++s];r=ro(r,c+": "+l+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function gr(e,t=0){let n=g();if(n===null)return _e(e,t);let r=B();return yd(r,n,U(e),t)}function Vv(){let e="invalid";throw new Error(e)}function Rf(e,t,n,r,o){let i=r===null?null:{"":-1},s=o(e,n);if(s!==null){let a=s,c=null,l=null;for(let u of s)if(u.resolveHostDirectives!==null){[a,c,l]=u.resolveHostDirectives(s);break}$v(e,t,n,a,i,c,l)}i!==null&&r!==null&&Hv(n,r,i)}function Hv(e,t,n){let r=e.localNames=[];for(let o=0;o<t.length;o+=2){let i=n[t[o+1]];if(i==null)throw new N(-301,!1);r.push(t[o],i)}}function Bv(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function $v(e,t,n,r,o,i,s){let a=r.length,c=null;for(let p=0;p<a;p++){let f=r[p];c===null&&le(f)&&(c=f,Bv(e,n,p)),ha(Vo(n,t),e,f.type)}Qv(n,e.data.length,a),c?.viewProvidersResolver&&c.viewProvidersResolver(c);for(let p=0;p<a;p++){let f=r[p];f.providersResolver&&f.providersResolver(f)}let l=!1,u=!1,d=tf(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let p=0;p<a;p++){let f=r[p];if(n.mergedAttrs=dn(n.mergedAttrs,f.hostAttrs),qv(e,n,t,d,f),zv(d,f,o),s!==null&&s.has(f)){let[y,S]=s.get(f);n.directiveToIndex.set(f.type,[d,y+n.directiveStart,S+n.directiveStart])}else(i===null||!i.has(f))&&n.directiveToIndex.set(f.type,d);f.contentQueries!==null&&(n.flags|=4),(f.hostBindings!==null||f.hostAttrs!==null||f.hostVars!==0)&&(n.flags|=64);let h=f.type.prototype;!l&&(h.ngOnChanges||h.ngOnInit||h.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!u&&(h.ngOnChanges||h.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),u=!0),d++}Uv(e,n,i)}function Uv(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){let o=e.data[r];if(n===null||!n.has(o))$u(0,t,o,r),$u(1,t,o,r),qu(t,r,!1);else{let i=n.get(o);Uu(0,t,i,r),Uu(1,t,i,r),qu(t,r,!0)}}}function $u(e,t,n,r){let o=e===0?n.inputs:n.outputs;for(let i in o)if(o.hasOwnProperty(i)){let s;e===0?s=t.inputs??={}:s=t.outputs??={},s[i]??=[],s[i].push(r),Of(t,i)}}function Uu(e,t,n,r){let o=e===0?n.inputs:n.outputs;for(let i in o)if(o.hasOwnProperty(i)){let s=o[i],a;e===0?a=t.hostDirectiveInputs??={}:a=t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,i),Of(t,s)}}function Of(e,t){t==="class"?e.flags|=8:t==="style"&&(e.flags|=16)}function qu(e,t,n){let{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(r===null||!n&&o===null||n&&i===null||ec(e)){e.initialInputs??=[],e.initialInputs.push(null);return}let s=null,a=0;for(;a<r.length;){let c=r[a];if(c===0){a+=4;continue}else if(c===5){a+=2;continue}else if(typeof c=="number")break;if(!n&&o.hasOwnProperty(c)){let l=o[c];for(let u of l)if(u===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){let l=i[c];for(let u=0;u<l.length;u+=2)if(l[u]===t){s??=[],s.push(l[u+1],r[a+1]);break}}a+=2}e.initialInputs??=[],e.initialInputs.push(s)}function qv(e,t,n,r,o){e.data[r]=o;let i=o.factory||(o.factory=Je(o.type,!0)),s=new xt(i,le(o),gr,null);e.blueprint[r]=s,n[r]=s,Wv(e,t,r,tf(e,n,o.hostVars,V),o)}function Wv(e,t,n,r,o){let i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;Gv(s)!=a&&s.push(a),s.push(n,r,i)}}function Gv(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function zv(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;le(t)&&(n[""]=e)}}function Qv(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function hc(e,t,n,r,o,i,s,a){let c=t[m],l=c.consts,u=fe(l,s),d=In(c,e,n,r,u);return i&&Rf(c,t,d,fe(l,a),o),d.mergedAttrs=dn(d.mergedAttrs,d.attrs),d.attrs!==null&&Wo(d,d.attrs,!1),d.mergedAttrs!==null&&Wo(d,d.mergedAttrs,!0),c.queries!==null&&c.queries.elementStart(c,d),d}function gc(e,t){cd(e,t),Ms(t)&&e.queries.elementEnd(t)}function kf(e,t,n,r,o,i){let s=t.consts,a=fe(s,o),c=In(t,e,n,r,a);if(c.mergedAttrs=dn(c.mergedAttrs,c.attrs),i!=null){let l=fe(s,i);c.localNames=[];for(let u=0;u<l.length;u+=2)c.localNames.push(l[u],-1)}return c.attrs!==null&&Wo(c,c.attrs,!1),c.mergedAttrs!==null&&Wo(c,c.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,c),c}function mc(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function kt(e,t,n){return e[t]=n}function yc(e,t){return e[t]}function Z(e,t,n){if(n===V)return!1;let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function rr(e,t,n,r){let o=Z(e,t,n);return Z(e,t+1,r)||o}function vc(e,t,n,r,o){let i=rr(e,t,n,r);return Z(e,t+2,o)||i}function mr(e,t,n,r,o,i){let s=rr(e,t,n,r);return rr(e,t+2,o,i)||s}function ko(e,t,n){return function r(o){let i=rt(e)?de(e.index,t):t;pc(i,5);let s=t[j],a=Wu(t,s,n,o),c=r.__ngNextListenerFn__;for(;c;)a=Wu(t,s,c,o)&&a,c=c.__ngNextListenerFn__;return a}}function Wu(e,t,n,r){let o=v(null);try{return R(x.OutputStart,t,n),n(r)!==!1}catch(i){return fv(e,i),!1}finally{R(x.OutputEnd,t,n),v(o)}}function Pf(e,t,n,r,o,i,s,a){let c=on(e),l=!1,u=null;if(!r&&c&&(u=Yv(t,n,i,e.index)),u!==null){let d=u.__ngLastListenerFn__||u;d.__ngNextListenerFn__=s,u.__ngLastListenerFn__=s,l=!0}else{let d=Ie(e,n),p=r?r(d):d;Lm(n,p,i,a);let f=o.listen(p,i,a);if(!Zv(i)){let h=r?y=>r(ue(y[e.index])):e.index;Lf(h,t,n,i,a,f,!1)}}return l}function Zv(e){return e.startsWith("animation")||e.startsWith("transition")}function Yv(e,t,n,r){let o=e.cleanup;if(o!=null)for(let i=0;i<o.length-1;i+=2){let s=o[i];if(s===n&&o[i+1]===r){let a=t[nn],c=o[i+2];return a&&a.length>c?a[c]:null}typeof s=="string"&&(i+=2)}return null}function Lf(e,t,n,r,o,i,s){let a=t.firstCreatePass?Ls(t):null,c=Ps(n),l=c.length;c.push(o,i),a&&a.push(r,e,l,(l+1)*(s?-1:1))}function Gu(e,t,n,r,o,i){let s=t[n],a=t[m],l=a.data[n].outputs[r],d=s[l].subscribe(i);Lf(e.index,a,t,o,i,d,!0)}var Ra=Symbol("BINDING");var Go=class extends hr{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=qe(t);return new Rt(n,this.ngModule)}};function Kv(e){return Object.keys(e).map(t=>{let[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:(r&ii.SignalBased)!==0};return o&&(i.transform=o),i})}function Jv(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}function Xv(e,t,n){let r=t instanceof se?t:t?.injector;return r&&e.getStandaloneInjector!==null&&(r=e.getStandaloneInjector(r)||r),r?new Aa(n,r):n}function eI(e){let t=e.get(nr,null);if(t===null)throw new N(407,!1);let n=e.get(Af,null),r=e.get(Ue,null);return{rendererFactory:t,sanitizer:n,changeDetectionScheduler:r,ngReflect:!1}}function tI(e,t){let n=Ff(e);return Wd(t,n,n==="svg"?Ns:n==="math"?Ql:null)}function Ff(e){return(e.selectors[0][0]||"div").toLowerCase()}var Rt=class extends pi{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=Kv(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=Jv(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=xy(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){R(x.DynamicComponentStart);let a=v(null);try{let c=this.componentDef,l=nI(r,c,s,i),u=Xv(c,o||this.ngModule,t),d=eI(u),p=d.rendererFactory.createRenderer(null,c),f=r?ev(p,r,c.encapsulation,u):tI(c,p),h=s?.some(zu)||i?.some(T=>typeof T!="function"&&T.bindings.some(zu)),y=nc(null,l,null,512|ef(c),null,null,d,p,u,null,kd(f,u,!0));y[P]=f,Eo(y);let S=null;try{let T=hc(P,y,2,"#host",()=>l.directiveRegistry,!0,0);Qd(p,f,T),fn(f,y),li(l,y,T),Ka(l,T,y),gc(l,T),n!==void 0&&oI(T,this.ngContentSelectors,n),S=de(T.index,y),y[j]=S[j],fc(l,y,null)}catch(T){throw S!==null&&ma(S),ma(y),T}finally{R(x.DynamicComponentEnd),Do()}return new zo(this.componentType,y,!!h)}finally{v(a)}}};function nI(e,t,n,r){let o=e?["ng-version","21.0.3"]:Ay(t.selectors[0]),i=null,s=null,a=0;if(n)for(let u of n)a+=u[Ra].requiredVars,u.create&&(u.targetIdx=0,(i??=[]).push(u)),u.update&&(u.targetIdx=0,(s??=[]).push(u));if(r)for(let u=0;u<r.length;u++){let d=r[u];if(typeof d!="function")for(let p of d.bindings){a+=p[Ra].requiredVars;let f=u+1;p.create&&(p.targetIdx=f,(i??=[]).push(p)),p.update&&(p.targetIdx=f,(s??=[]).push(p))}}let c=[t];if(r)for(let u of r){let d=typeof u=="function"?u:u.type,p=uo(d);c.push(p)}return tc(0,null,rI(i,s),1,a,c,null,null,null,[o],null)}function rI(e,t){return!e&&!t?null:n=>{if(n&1&&e)for(let r of e)r.create();if(n&2&&t)for(let r of t)r.update()}}function zu(e){let t=e[Ra].kind;return t==="input"||t==="twoWay"}var zo=class extends xf{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=Hn(n[m],P),this.location=mn(this._tNode,n),this.instance=de(this._tNode.index,n)[j],this.hostView=this.changeDetectorRef=new st(n,void 0),this.componentType=t}setInput(t,n){this._hasInputBindings;let r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let o=this._rootLView,i=dc(r,o[m],o,t,n);this.previousInputValues.set(t,n);let s=de(r.index,o);pc(s,1)}get injector(){return new St(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function oI(e,t,n){let r=e.projection=[];for(let o=0;o<t.length;o++){let i=n[o];r.push(i!=null&&i.length?Array.from(i):null)}}var hi=(()=>{class e{static __NG_ELEMENT_ID__=iI}return e})();function iI(){let e=B();return Vf(e,g())}var sI=hi,jf=class extends sI{_lContainer;_hostTNode;_hostLView;constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return mn(this._hostTNode,this._hostLView)}get injector(){return new St(this._hostTNode,this._hostLView)}get parentInjector(){let t=Za(this._hostTNode,this._hostLView);if(dd(t)){let n=Fo(t,this._hostLView),r=Lo(t),o=n[m].data[r+8];return new St(o,n)}else return new St(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=Qu(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-F}createEmbeddedView(t,n,r){let o,i;typeof r=="number"?o=r:r!=null&&(o=r.index,i=r.injector);let s=qo(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},i,s);return this.insertImpl(a,o,pn(this._hostTNode,s)),a}createComponent(t,n,r,o,i,s,a){let c=t&&!nm(t),l;if(c)l=n;else{let S=n||{};l=S.index,r=S.injector,o=S.projectableNodes,i=S.environmentInjector||S.ngModuleRef,s=S.directives,a=S.bindings}let u=c?t:new Rt(qe(t)),d=r||this.parentInjector;if(!i&&u.ngModule==null){let T=(c?d:this.parentInjector).get(se,null);T&&(i=T)}let p=qe(u.componentType??{}),f=qo(this._lContainer,p?.id??null),h=f?.firstChild??null,y=u.create(d,o,h,i,s,a);return this.insertImpl(y.hostView,l,pn(this._hostTNode,f)),y}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let o=t._lView;if(Yl(o)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let c=o[q],l=new jf(c,c[ee],c[q]);l.detach(l.indexOf(t))}}let i=this._adjustIndex(n),s=this._lContainer;return pr(s,o,i,r),t.attachToViewContainerRef(),hs(sa(s),i,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=Qu(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=er(this._lContainer,n);r&&(Ln(sa(this._lContainer),n),ai(r[m],r))}detach(t){let n=this._adjustIndex(t,-1),r=er(this._lContainer,n);return r&&Ln(sa(this._lContainer),n)!=null?new st(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function Qu(e){return e[Vn]}function sa(e){return e[Vn]||(e[Vn]=[])}function Vf(e,t){let n,r=t[e.index];return ve(r)?n=r:(n=wf(r,t,null,e),t[e.index]=n,rc(t,n)),cI(n,t,e,r),new jf(n,e,t)}function aI(e,t){let n=e[O],r=n.createComment(""),o=Ie(t,e),i=n.parentNode(o);return Bo(n,i,r,n.nextSibling(o),!1),r}var cI=dI,lI=()=>!1;function uI(e,t,n){return lI(e,t,n)}function dI(e,t,n,r){if(e[nt])return;let o;n.type&8?o=ue(r):o=aI(t,n),e[nt]=o}var Oa=class e{queryList;matches=null;constructor(t){this.queryList=t}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},ka=class e{queries;constructor(t=[]){this.queries=t}createEmbeddedView(t){let n=t.queries;if(n!==null){let r=t.contentQueries!==null?t.contentQueries[0]:n.length,o=[];for(let i=0;i<r;i++){let s=n.getByIndex(i),a=this.queries[s.indexInDeclarationView];o.push(a.clone())}return new e(o)}return null}insertView(t){this.dirtyQueriesWithMatches(t)}detachView(t){this.dirtyQueriesWithMatches(t)}finishViewCreation(t){this.dirtyQueriesWithMatches(t)}dirtyQueriesWithMatches(t){for(let n=0;n<this.queries.length;n++)Ec(t,n).matches!==null&&this.queries[n].setDirty()}},Qo=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=yI(t):this.predicate=t}},Pa=class e{queries;constructor(t=[]){this.queries=t}elementStart(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].elementStart(t,n)}elementEnd(t){for(let n=0;n<this.queries.length;n++)this.queries[n].elementEnd(t)}embeddedTView(t){let n=null;for(let r=0;r<this.length;r++){let o=n!==null?n.length:0,i=this.getByIndex(r).embeddedTView(t,o);i&&(i.indexInDeclarationView=r,n!==null?n.push(i):n=[i])}return n!==null?new e(n):null}template(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}},La=class e{metadata;matches=null;indexInDeclarationView=-1;crossesNgTemplate=!1;_declarationNodeIndex;_appliesToNextNode=!0;constructor(t,n=-1){this.metadata=t,this._declarationNodeIndex=n}elementStart(t,n){this.isApplyingToNode(n)&&this.matchTNode(t,n)}elementEnd(t){this._declarationNodeIndex===t.index&&(this._appliesToNextNode=!1)}template(t,n){this.elementStart(t,n)}embeddedTView(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let n=this._declarationNodeIndex,r=t.parent;for(;r!==null&&r.type&8&&r.index!==n;)r=r.parent;return n===(r!==null?r.index:-1)}return this._appliesToNextNode}matchTNode(t,n){let r=this.metadata.predicate;if(Array.isArray(r))for(let o=0;o<r.length;o++){let i=r[o];this.matchTNodeWithReadOption(t,n,fI(n,i)),this.matchTNodeWithReadOption(t,n,Ro(n,t,i,!1,!1))}else r===tr?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,Ro(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let o=this.metadata.read;if(o!==null)if(o===cr||o===hi||o===tr&&n.type&4)this.addMatch(n.index,-2);else{let i=Ro(n,t,o,!1,!1);i!==null&&this.addMatch(n.index,i)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}};function fI(e,t){let n=e.localNames;if(n!==null){for(let r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1]}return null}function pI(e,t){return e.type&11?mn(e,t):e.type&4?fi(e,t):null}function hI(e,t,n,r){return n===-1?pI(t,e):n===-2?gI(e,t,r):Kn(e,e[m],n,t)}function gI(e,t,n){if(n===cr)return mn(t,e);if(n===tr)return fi(t,e);if(n===hi)return Vf(t,e)}function Hf(e,t,n,r){let o=t[xe].queries[r];if(o.matches===null){let i=e.data,s=n.matches,a=[];for(let c=0;s!==null&&c<s.length;c+=2){let l=s[c];if(l<0)a.push(null);else{let u=i[l];a.push(hI(t,u,s[c+1],n.metadata.read))}}o.matches=a}return o.matches}function Fa(e,t,n,r){let o=e.queries.getByIndex(n),i=o.matches;if(i!==null){let s=Hf(e,t,o,n);for(let a=0;a<i.length;a+=2){let c=i[a];if(c>0)r.push(s[a/2]);else{let l=i[a+1],u=t[-c];for(let d=F;d<u.length;d++){let p=u[d];p[tt]===p[q]&&Fa(p[m],p,l,r)}if(u[bt]!==null){let d=u[bt];for(let p=0;p<d.length;p++){let f=d[p];Fa(f[m],f,l,r)}}}}}return r}function Ic(e,t){return e[xe].queries[t].queryList}function Bf(e,t,n){let r=new Ho((n&4)===4);return Xl(e,t,r,r.destroy),(t[xe]??=new ka).queries.push(new Oa(r))-1}function $f(e,t,n){let r=L();return r.firstCreatePass&&(Uf(r,new Qo(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),Bf(r,g(),t)}function mI(e,t,n,r){let o=L();if(o.firstCreatePass){let i=B();Uf(o,new Qo(t,n,r),i.index),vI(o,e),(n&2)===2&&(o.staticContentQueries=!0)}return Bf(o,g(),n)}function yI(e){return e.split(",").map(t=>t.trim())}function Uf(e,t,n){e.queries===null&&(e.queries=new Pa),e.queries.track(new La(t,n))}function vI(e,t){let n=e.contentQueries||(e.contentQueries=[]),r=n.length?n[n.length-1]:-1;t!==r&&n.push(e.queries.length-1,t)}function Ec(e,t){return e.queries.getByIndex(t)}function qf(e,t){let n=e[m],r=Ec(n,t);return r.crossesNgTemplate?Fa(n,e,t,[]):Hf(n,e,r,t)}function Wf(e,t,n){let r,o=Mn(()=>{r._dirtyCounter();let i=EI(r,e);if(t&&i===void 0)throw new N(-951,!1);return i});return r=o[W],r._dirtyCounter=bo(0),r._flatValue=void 0,o}function Gf(e){return Wf(!0,!1,e)}function zf(e){return Wf(!0,!0,e)}function II(e,t){let n=e[W];n._lView=g(),n._queryIndex=t,n._queryList=Ic(n._lView,t),n._queryList.onDirty(()=>n._dirtyCounter.update(r=>r+1))}function EI(e,t){let n=e._lView,r=e._queryIndex;if(n===void 0||r===void 0||n[E]&4)return t?void 0:Q;let o=Ic(n,r),i=qf(n,r);return o.reset(i,Dd),t?o.first:o._changesDetected||e._flatValue===void 0?e._flatValue=o.toArray():e._flatValue}var hn=class{},Qf=class{};var Zo=class extends hn{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new Go(this);constructor(t,n,r,o=!0){super(),this.ngModuleType=t,this._parent=n;let i=ys(t);this._bootstrapComponents=Kd(i.bootstrap),this._r3Injector=Qs(t,n,[{provide:hn,useValue:this},{provide:hr,useValue:this.componentFactoryResolver},...r],Be(t),new Set(["environment"])),o&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){let t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}},Yo=class extends Qf{moduleType;constructor(t){super(),this.moduleType=t}create(t){return new Zo(this.moduleType,t,[])}};var or=class extends hn{injector;componentFactoryResolver=new Go(this);instance=null;constructor(t){super();let n=new mt([...t.providers,{provide:hn,useValue:this},{provide:hr,useValue:this.componentFactoryResolver}],t.parent||tn(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function Zf(e,t,n=null){return new or({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}var DI=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){let r=Is(!1,n.type),o=r.length>0?Zf([r],this._injector,`Standalone[${n.type.name}]`):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=G({token:e,providedIn:"environment",factory:()=>new e(_e(se))})}return e})();function CI(e){return ar(()=>{let t=Yf(e),n=K(Y({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Ya.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(DI).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||At.Emulated,styles:e.styles||Q,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&Ze("NgStandalone"),Kf(n);let r=e.dependencies;return n.directiveDefs=Zu(r,bI),n.pipeDefs=Zu(r,$l),n.id=SI(n),n})}function bI(e){return qe(e)||uo(e)}function TI(e){return ar(()=>({type:e.type,bootstrap:e.bootstrap||Q,declarations:e.declarations||Q,imports:e.imports||Q,exports:e.exports||Q,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function wI(e,t){if(e==null)return ye;let n={};for(let r in e)if(e.hasOwnProperty(r)){let o=e[r],i,s,a,c;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i,c=o[3]||null):(i=o,s=o,a=ii.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function _I(e){if(e==null)return ye;let t={};for(let n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function MI(e){return ar(()=>{let t=Yf(e);return Kf(t),t})}function NI(e){return{type:e.type,name:e.name,factory:null,pure:e.pure!==!1,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function Yf(e){let t={};return{type:e.type,providersResolver:null,viewProvidersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||ye,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||Q,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,inputs:wI(e.inputs,t),outputs:_I(e.outputs),debugInfo:null}}function Kf(e){e.features?.forEach(t=>t(e))}function Zu(e,t){return e?()=>{let n=typeof e=="function"?e():e,r=[];for(let o of n){let i=t(o);i!==null&&r.push(i)}return r}:null}function SI(e){let t=0,n=typeof e.consts=="function"?"":e.consts,r=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,n,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(let i of r.join("|"))t=Math.imul(31,t)+i.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function xI(e){let t=n=>{let r=Array.isArray(e);n.hostDirectives===null?(n.resolveHostDirectives=AI,n.hostDirectives=r?e.map(ja):[e]):r?n.hostDirectives.unshift(...e.map(ja)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function AI(e){let t=[],n=!1,r=null,o=null;for(let i=0;i<e.length;i++){let s=e[i];if(s.hostDirectives!==null){let a=t.length;r??=new Map,o??=new Map,Jf(s,t,r),o.set(s,[a,t.length-1])}i===0&&le(s)&&(n=!0,t.push(s))}for(let i=n?1:0;i<e.length;i++)t.push(e[i]);return[t,r,o]}function Jf(e,t,n){if(e.hostDirectives!==null)for(let r of e.hostDirectives)if(typeof r=="function"){let o=r();for(let i of o)Yu(ja(i),t,n)}else Yu(r,t,n)}function Yu(e,t,n){let r=uo(e.directive);RI(r.declaredInputs,e.inputs),Jf(r,t,n),n.set(r,e),t.push(r)}function ja(e){return typeof e=="function"?{directive:U(e),inputs:ye,outputs:ye}:{directive:U(e.directive),inputs:Ku(e.inputs),outputs:Ku(e.outputs)}}function Ku(e){if(e===void 0||e.length===0)return ye;let t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function RI(e,t){for(let n in t)if(t.hasOwnProperty(n)){let r=t[n],o=e[n];e[r]=o}}function OI(e){return Object.getPrototypeOf(e.prototype).constructor}function Xf(e){let t=OI(e.type),n=!0,r=[e];for(;t;){let o;if(le(e))o=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new N(903,!1);o=t.\u0275dir}if(o){if(n){r.push(o);let s=e;s.inputs=aa(e.inputs),s.declaredInputs=aa(e.declaredInputs),s.outputs=aa(e.outputs);let a=o.hostBindings;a&&jI(e,a);let c=o.viewQuery,l=o.contentQueries;if(c&&LI(e,c),l&&FI(e,l),kI(e,o),Rl(e.outputs,o.outputs),le(o)&&o.data.animation){let u=e.data;u.animation=(u.animation||[]).concat(o.data.animation)}}let i=o.features;if(i)for(let s=0;s<i.length;s++){let a=i[s];a&&a.ngInherit&&a(e),a===Xf&&(n=!1)}}t=Object.getPrototypeOf(t)}PI(r)}function kI(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function PI(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){let o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=dn(o.hostAttrs,n=dn(n,o.hostAttrs))}}function aa(e){return e===ye?{}:e===Q?[]:e}function LI(e,t){let n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function FI(e,t){let n=e.contentQueries;n?e.contentQueries=(r,o,i)=>{t(r,o,i),n(r,o,i)}:e.contentQueries=t}function jI(e,t){let n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}function ep(e,t,n,r,o,i,s,a){if(n.firstCreatePass){e.mergedAttrs=dn(e.mergedAttrs,e.attrs);let u=e.tView=tc(2,e,o,i,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);n.queries!==null&&(n.queries.template(n,e),u.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),an(e,!1);let c=HI(n,t,e,r);Co()&&ac(n,t,c,e),fn(c,t);let l=wf(c,t,c,e);t[r+P]=l,rc(t,l),uI(l,e,t)}function VI(e,t,n,r,o,i,s,a,c,l,u){let d=n+P,p;return t.firstCreatePass?(p=In(t,d,4,s||null,a||null),yo()&&Rf(t,e,p,fe(t.consts,l),uc),cd(t,p)):p=t.data[d],ep(p,e,t,n,r,o,i,c),on(p)&&li(t,e,p),l!=null&&vn(e,p,u),p}function ir(e,t,n,r,o,i,s,a,c,l,u){let d=n+P,p;if(t.firstCreatePass){if(p=In(t,d,4,s||null,a||null),l!=null){let f=fe(t.consts,l);p.localNames=[];for(let h=0;h<f.length;h+=2)p.localNames.push(f[h],-1)}}else p=t.data[d];return ep(p,e,t,n,r,o,i,c),l!=null&&vn(e,p,u),p}function tp(e,t,n,r,o,i,s,a){let c=g(),l=L(),u=fe(l.consts,i);return VI(c,l,e,t,n,r,o,u,void 0,s,a),tp}var HI=BI;function BI(e,t,n,r){return qn(!0),t[O].createComment("")}var $I=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static \u0275fac=function(r){return new(r||e)};static \u0275prov=G({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();function np(e){return typeof e=="function"&&e[W]!==void 0}function Dc(e){return np(e)&&typeof e.set=="function"}var rp=new k("");function Cc(e){return!!e&&typeof e.then=="function"}function op(e){return!!e&&typeof e.subscribe=="function"}var ip=new k("");var bc=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=w(ip,{optional:!0})??[];injector=w(me);constructor(){}runInitializers(){if(this.initialized)return;let n=[];for(let o of this.appInits){let i=fo(this.injector,o);if(Cc(i))n.push(i);else if(op(i)){let s=new Promise((a,c)=>{i.subscribe({complete:a,error:c})});n.push(s)}}let r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(o=>{this.reject(o)}),n.length===0&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=G({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),sp=new k("");function ap(){$i(()=>{let e="";throw new N(600,e)})}function cp(e){return e.isBoundToModule}var UI=10;var gi=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=w(Nt);afterRenderManager=w(ic);zonelessEnabled=w(Gn);rootEffectScheduler=w(wo);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new re;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=w(Mt);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(Le(n=>!n))}constructor(){w(dr,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=w(se);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=me.NULL){return this._injector.get(Me).run(()=>{R(x.BootstrapComponentStart);let s=n instanceof pi;if(!this._injector.get(bc).done){let h="";throw new N(405,h)}let c;s?c=n:c=this._injector.get(hr).resolveComponentFactory(n),this.componentTypes.push(c.componentType);let l=cp(c)?void 0:this._injector.get(hn),u=r||c.selector,d=c.create(o,[],u,l),p=d.location.nativeElement,f=d.injector.get(rp,null);return f?.registerApplication(p),d.onDestroy(()=>{this.detachView(d.hostView),Zn(this.components,d),f?.unregisterApplication(p)}),this._loadComponent(d),R(x.BootstrapComponentEnd,d),d})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){R(x.ChangeDetectionStart),this.tracingSnapshot!==null?this.tracingSnapshot.run(si.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw R(x.ChangeDetectionEnd),new N(101,!1);let n=v(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,v(n),this.afterTick.next(),R(x.ChangeDetectionEnd)}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(nr,null,{optional:!0}));let n=0;for(;this.dirtyFlags!==0&&n++<UI;){R(x.ChangeDetectionSyncStart);try{this.synchronizeOnce()}finally{R(x.ChangeDetectionSyncEnd)}}}synchronizeOnce(){this.dirtyFlags&16&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(this.dirtyFlags&7){let r=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews){if(!r&&!Bn(o))continue;let i=r&&!this.zonelessEnabled?0:1;Df(o,i),n=!0}if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&23)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>Bn(n))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(n){let r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){let r=n;Zn(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(sp,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>Zn(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new N(406,!1);let n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=G({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Zn(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function lp(e,t,n,r){let o=g(),i=Ge();if(Z(o,i,t)){let s=L(),a=cn();cv(a,o,e,t,n,r)}return lp}var oA=typeof document<"u"&&typeof document?.documentElement?.getAnimations=="function";var Va=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){let s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}};function ca(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function qI(e,t,n,r){let o,i,s=0,a=e.length-1,c=void 0;if(Array.isArray(t)){v(r);let l=t.length-1;for(v(null);s<=a&&s<=l;){let u=e.at(s),d=t[s],p=ca(s,u,s,d,n);if(p!==0){p<0&&e.updateValue(s,d),s++;continue}let f=e.at(a),h=t[l],y=ca(a,f,l,h,n);if(y!==0){y<0&&e.updateValue(a,h),a--,l--;continue}let S=n(s,u),T=n(a,f),Ce=n(s,d);if(Object.is(Ce,T)){let Ii=n(l,h);Object.is(Ii,S)?(e.swap(s,a),e.updateValue(a,h),l--,a--):e.move(a,s),e.updateValue(s,d),s++;continue}if(o??=new Ko,i??=Xu(e,s,a,n),Ha(e,o,s,Ce))e.updateValue(s,d),s++,a++;else if(i.has(Ce))o.set(S,e.detach(s)),a--;else{let Ii=e.create(s,t[s]);e.attach(s,Ii),s++,a++}}for(;s<=l;)Ju(e,o,n,s,t[s]),s++}else if(t!=null){v(r);let l=t[Symbol.iterator]();v(null);let u=l.next();for(;!u.done&&s<=a;){let d=e.at(s),p=u.value,f=ca(s,d,s,p,n);if(f!==0)f<0&&e.updateValue(s,p),s++,u=l.next();else{o??=new Ko,i??=Xu(e,s,a,n);let h=n(s,p);if(Ha(e,o,s,h))e.updateValue(s,p),s++,a++,u=l.next();else if(!i.has(h))e.attach(s,e.create(s,p)),s++,a++,u=l.next();else{let y=n(s,d);o.set(y,e.detach(s)),a--}}}for(;!u.done;)Ju(e,o,n,e.length,u.value),u=l.next()}for(;s<=a;)e.destroy(e.detach(a--));o?.forEach(l=>{e.destroy(l)})}function Ha(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function Ju(e,t,n,r,o){if(Ha(e,t,r,n(r,o)))e.updateValue(r,o);else{let i=e.create(r,o);e.attach(r,i)}}function Xu(e,t,n,r){let o=new Set;for(let i=t;i<=n;i++)o.add(r(i,e.at(i)));return o}var Ko=class{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;let n=this.kvMap.get(t);return this._vMap!==void 0&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);this._vMap===void 0&&(this._vMap=new Map);let o=this._vMap;for(;o.has(r);)r=o.get(r);o.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),this._vMap!==void 0){let o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}};function WI(e,t,n,r,o,i,s,a){Ze("NgControlFlow");let c=g(),l=L(),u=fe(l.consts,i);return ir(c,l,e,t,n,r,o,u,256,s,a),Tc}function Tc(e,t,n,r,o,i,s,a){Ze("NgControlFlow");let c=g(),l=L(),u=fe(l.consts,i);return ir(c,l,e,t,n,r,o,u,512,s,a),Tc}function GI(e,t){Ze("NgControlFlow");let n=g(),r=Ge(),o=n[r]!==V?n[r]:-1,i=o!==-1?Jo(n,P+o):void 0,s=0;if(Z(n,r,e)){let a=v(null);try{if(i!==void 0&&Mf(i,s),e!==-1){let c=P+e,l=Jo(n,c),u=qa(n[m],c),d=Sf(l,u,n),p=fr(n,u,t,{dehydratedView:d});pr(l,p,s,pn(u,d))}}finally{v(a)}}else if(i!==void 0){let a=_f(i,s);a!==void 0&&(a[j]=t)}}var Ba=class{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-F}};function zI(e){return e}function QI(e,t){return t}var $a=class{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function ZI(e,t,n,r,o,i,s,a,c,l,u,d,p){Ze("NgControlFlow");let f=g(),h=L(),y=c!==void 0,S=g(),T=a?s.bind(S[te][j]):s,Ce=new $a(y,T);S[P+e]=Ce,ir(f,h,e+1,t,n,r,o,fe(h.consts,i),256),y&&ir(f,h,e+2,c,l,u,d,fe(h.consts,p),512)}var Ua=class extends Va{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-F}at(t){return this.getLView(t)[j].$implicit}attach(t,n){let r=n[vt];this.needsIndexUpdate||=t!==this.length,pr(this.lContainer,n,t,pn(this.templateTNode,r)),KI(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,JI(this.lContainer,t),XI(this.lContainer,t)}create(t,n){let r=qo(this.lContainer,this.templateTNode.tView.ssrId),o=fr(this.hostLView,this.templateTNode,new Ba(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),o}destroy(t){ai(t[m],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[j].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[j].$index=t}getLView(t){return eE(this.lContainer,t)}};function YI(e){let t=v(null),n=ie();try{let r=g(),o=r[m],i=r[n],s=n+1,a=Jo(r,s);if(i.liveCollection===void 0){let l=qa(o,s);i.liveCollection=new Ua(a,r,l)}else i.liveCollection.reset();let c=i.liveCollection;if(qI(c,e,i.trackByFn,t),c.updateIndexes(),i.hasEmptyBlock){let l=Ge(),u=c.length===0;if(Z(r,l,u)){let d=n+2,p=Jo(r,d);if(u){let f=qa(o,d),h=Sf(p,f,r),y=fr(r,f,void 0,{dehydratedView:h});pr(p,y,0,pn(f,h))}else o.firstUpdatePass&&Ov(p),Mf(p,0)}}}finally{v(t)}}function Jo(e,t){return e[t]}function KI(e,t){if(e.length<=F)return;let n=F+t,r=e[n],o=r?r[Ct]:void 0;if(r&&o&&o.detachedLeaveAnimationFns&&o.detachedLeaveAnimationFns.length>0){let i=r[We];Hy(i,o),Jn.delete(r),o.detachedLeaveAnimationFns=void 0}}function JI(e,t){if(e.length<=F)return;let n=F+t,r=e[n],o=r?r[Ct]:void 0;o&&o.leave&&o.leave.size>0&&(o.detachedLeaveAnimationFns=[])}function XI(e,t){return er(e,t)}function eE(e,t){return _f(e,t)}function qa(e,t){return Hn(e,t)}function up(e,t,n){let r=g(),o=Ge();if(Z(r,o,t)){let i=L(),s=cn();gf(s,r,e,t,r[O],n)}return up}function Wa(e,t,n,r,o){dc(t,e,n,o?"class":"style",r)}function wc(e,t,n,r){let o=g(),i=o[m],s=e+P,a=i.firstCreatePass?hc(s,o,2,t,uc,yo(),n,r):i.data[s];if(ui(a,o,e,t,pp),on(a)){let c=o[m];li(c,o,a),Ka(c,a,o)}return r!=null&&vn(o,a),wc}function _c(){let e=L(),t=B(),n=di(t);return e.firstCreatePass&&gc(e,n),Vs(n)&&Hs(),Fs(),n.classesWithoutHost!=null&&lm(n)&&Wa(e,n,g(),n.classesWithoutHost,!0),n.stylesWithoutHost!=null&&um(n)&&Wa(e,n,g(),n.stylesWithoutHost,!1),_c}function dp(e,t,n,r){return wc(e,t,n,r),_c(),dp}function Mc(e,t,n,r){let o=g(),i=o[m],s=e+P,a=i.firstCreatePass?kf(s,i,2,t,n,r):i.data[s];return ui(a,o,e,t,pp),r!=null&&vn(o,a),Mc}function Nc(){let e=B(),t=di(e);return Vs(t)&&Hs(),Fs(),Nc}function fp(e,t,n,r){return Mc(e,t,n,r),Nc(),fp}var pp=(e,t,n,r,o)=>(qn(!0),Wd(t[O],r,mu()));function hp(e,t,n){let r=g(),o=r[m],i=e+P,s=o.firstCreatePass?hc(i,r,8,"ng-container",uc,yo(),t,n):o.data[i];if(ui(s,r,e,"ng-container",yp),on(s)){let a=r[m];li(a,r,s),Ka(a,s,r)}return n!=null&&vn(r,s),hp}function Sc(){let e=L(),t=B(),n=di(t);return e.firstCreatePass&&gc(e,n),Sc}function xc(e,t,n){let r=g(),o=r[m],i=e+P,s=o.firstCreatePass?kf(i,o,8,"ng-container",t,n):o.data[i];return ui(s,r,e,"ng-container",yp),n!=null&&vn(r,s),xc}function gp(){let e=B(),t=di(e);return Sc}function mp(e,t,n){return xc(e,t,n),gp(),mp}var yp=(e,t,n,r,o)=>(qn(!0),fy(t[O],""));function tE(){return g()}function vp(e,t,n){let r=g(),o=Ge();if(Z(r,o,t)){let i=L(),s=cn();lc(s,r,e,t,r[O],n)}return vp}function Ip(e,t,n){let r=g(),o=Ge();if(Z(r,o,t)){let i=L(),s=cn(),a=Ws(i.data),c=dv(a,s,r);lc(s,r,e,t,c,n)}return Ip}var zn=void 0;function nE(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var rE=["en",[["a","p"],["AM","PM"]],[["AM","PM"]],[["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"]],zn,[["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"]],zn,[["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\u202Fa","h:mm:ss\u202Fa","h:mm:ss\u202Fa z","h:mm:ss\u202Fa zzzz"],["{1}, {0}",zn,zn,zn],[".",",",";","%","+","-","E","\xD7","\u2030","\u221E","NaN",":"],["#,##0.###","#,##0%","\xA4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",nE],Yn={};function oE(e,t,n){typeof t!="string"&&(n=t,t=e[Xo.LocaleId]),t=t.toLowerCase().replace(/_/g,"-"),Yn[t]=e,n&&(Yn[t][Xo.ExtraData]=n)}function iE(e){let t=sE(e),n=ed(t);if(n)return n;let r=t.split("-")[0];if(n=ed(r),n)return n;if(r==="en")return rE;throw new N(701,!1)}function ed(e){return e in Yn||(Yn[e]=Ne.ng&&Ne.ng.common&&Ne.ng.common.locales&&Ne.ng.common.locales[e]),Yn[e]}var Xo=(function(e){return e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData",e})(Xo||{});function sE(e){return e.toLowerCase().replace(/_/g,"-")}var yr="en-US";var aE=yr;function Ep(e){typeof e=="string"&&(aE=e.toLowerCase().replace(/_/g,"-"))}function Dp(e,t,n){let r=g(),o=L(),i=B();return bp(o,r,r[O],i,e,t,n),Dp}function Cp(e,t,n){let r=g(),o=L(),i=B();return(i.type&3||n)&&Pf(i,o,r,n,r[O],e,t,ko(i,r,t)),Cp}function bp(e,t,n,r,o,i,s){let a=!0,c=null;if((r.type&3||s)&&(c??=ko(r,t,i),Pf(r,e,t,s,n,o,i,c)&&(a=!1)),a){let l=r.outputs?.[o],u=r.hostDirectiveOutputs?.[o];if(u&&u.length)for(let d=0;d<u.length;d+=2){let p=u[d],f=u[d+1];c??=ko(r,t,i),Gu(r,t,p,f,o,c)}if(l&&l.length)for(let d of l)c??=ko(r,t,i),Gu(r,t,d,o,o,c)}}function cE(e=1){return pu(e)}function lE(e,t){let n=null,r=wy(e);for(let o=0;o<t.length;o++){let i=t[o];if(i==="*"){n=o;continue}if(r===null?Xd(e,i,!0):Ny(r,i))return o}return n}function uE(e){let t=g()[te][ee];if(!t.projection){let n=e?e.length:1,r=t.projection=Hl(n,null),o=r.slice(),i=t.child;for(;i!==null;){if(i.type!==128){let s=e?lE(i,e):0;s!==null&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function dE(e,t=0,n,r,o,i){let s=g(),a=L(),c=r?e+1:null;c!==null&&ir(s,a,c,r,o,i,null,n);let l=In(a,P+e,16,null,n||null);l.projection===null&&(l.projection=t),Us();let d=!s[vt]||js();s[te][ee].projection[l.projection]===null&&c!==null?fE(s,a,c):d&&!ni(l)&&Ky(a,s,l)}function fE(e,t,n){let r=P+n,o=t.data[r],i=e[r],s=qo(i,o.tView.ssrId),a=fr(e,o,void 0,{dehydratedView:s});pr(i,a,0,pn(o,s))}function pE(e,t,n,r){mI(e,t,n,r)}function hE(e,t,n){$f(e,t,n)}function gE(e){let t=g(),n=L(),r=Io();Un(r+1);let o=Ec(n,r);if(e.dirty&&Zl(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{let i=qf(t,r);e.reset(i,Dd),e.notifyOnChanges()}return!0}return!1}function mE(){return Ic(g(),Io())}function yE(e,t,n,r){II(e,$f(t,n,r))}function vE(e=1){Un(Io()+e)}function IE(e){let t=iu();return ho(t,P+e)}function So(e,t){return e<<17|t<<2}function Ot(e){return e>>17&32767}function EE(e){return(e&2)==2}function DE(e,t){return e&131071|t<<17}function Ga(e){return e|2}function gn(e){return(e&131068)>>2}function la(e,t){return e&-131069|t<<2}function CE(e){return(e&1)===1}function za(e){return e|1}function bE(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=Ot(s),c=gn(s);e[r]=n;let l=!1,u;if(Array.isArray(n)){let d=n;u=d[1],(u===null||en(d,u)>0)&&(l=!0)}else u=n;if(o)if(c!==0){let p=Ot(e[a+1]);e[r+1]=So(p,a),p!==0&&(e[p+1]=la(e[p+1],r)),e[a+1]=DE(e[a+1],r)}else e[r+1]=So(a,0),a!==0&&(e[a+1]=la(e[a+1],r)),a=r;else e[r+1]=So(c,0),a===0?a=r:e[c+1]=la(e[c+1],r),c=r;l&&(e[r+1]=Ga(e[r+1])),td(e,u,r,!0),td(e,u,r,!1),TE(t,u,e,r,i),s=So(a,c),i?t.classBindings=s:t.styleBindings=s}function TE(e,t,n,r,o){let i=o?e.residualClasses:e.residualStyles;i!=null&&typeof t=="string"&&en(i,t)>=0&&(n[r+1]=za(n[r+1]))}function td(e,t,n,r){let o=e[n+1],i=t===null,s=r?Ot(o):gn(o),a=!1;for(;s!==0&&(a===!1||i);){let c=e[s],l=e[s+1];wE(c,t)&&(a=!0,e[s+1]=r?za(l):Ga(l)),s=r?Ot(l):gn(l)}a&&(e[n+1]=r?Ga(o):za(o))}function wE(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?en(e,t)>=0:!1}var De={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function _E(e){return e.substring(De.key,De.keyEnd)}function ME(e){return NE(e),Tp(e,wp(e,0,De.textEnd))}function Tp(e,t){let n=De.textEnd;return n===t?-1:(t=De.keyEnd=SE(e,De.key=t,n),wp(e,t,n))}function NE(e){De.key=0,De.keyEnd=0,De.value=0,De.valueEnd=0,De.textEnd=e.length}function wp(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function SE(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function _p(e,t,n){return Np(e,t,n,!1),_p}function Mp(e,t){return Np(e,t,null,!0),Mp}function xE(e){RE(jE,AE,e,!0)}function AE(e,t){for(let n=ME(t);n>=0;n=Tp(t,n))co(e,_E(t),!0)}function Np(e,t,n,r){let o=g(),i=L(),s=_t(2);if(i.firstUpdatePass&&xp(i,e,s,r),t!==V&&Z(o,s,t)){let a=i.data[ie()];Ap(i,a,o,o[O],e,o[s+1]=HE(t,n),r,s)}}function RE(e,t,n,r){let o=L(),i=_t(2);o.firstUpdatePass&&xp(o,null,i,r);let s=g();if(n!==V&&Z(s,i,n)){let a=o.data[ie()];if(Rp(a,r)&&!Sp(o,i)){let c=r?a.classesWithoutHost:a.stylesWithoutHost;c!==null&&(n=ro(c,n||"")),Wa(o,a,s,n,r)}else VE(o,a,s,s[O],s[i+1],s[i+1]=FE(e,t,n),r,i)}}function Sp(e,t){return t>=e.expandoStartIndex}function xp(e,t,n,r){let o=e.data;if(o[n+1]===null){let i=o[ie()],s=Sp(e,n);Rp(i,r)&&t===null&&!s&&(t=!1),t=OE(o,i,t,r),bE(o,i,t,n,s,r)}}function OE(e,t,n,r){let o=Ws(e),i=r?t.residualClasses:t.residualStyles;if(o===null)(r?t.classBindings:t.styleBindings)===0&&(n=ua(null,e,t,n,r),n=sr(n,t.attrs,r),i=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==o)if(n=ua(o,e,t,n,r),i===null){let c=kE(e,t,r);c!==void 0&&Array.isArray(c)&&(c=ua(null,e,t,c[1],r),c=sr(c,t.attrs,r),PE(e,t,r,c))}else i=LE(e,t,r)}return i!==void 0&&(r?t.residualClasses=i:t.residualStyles=i),n}function kE(e,t,n){let r=n?t.classBindings:t.styleBindings;if(gn(r)!==0)return e[Ot(r)]}function PE(e,t,n,r){let o=n?t.classBindings:t.styleBindings;e[Ot(o)]=r}function LE(e,t,n){let r,o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++){let s=e[i].hostAttrs;r=sr(r,s,n)}return sr(r,t.attrs,n)}function ua(e,t,n,r,o){let i=null,s=n.directiveEnd,a=n.directiveStylingLast;for(a===-1?a=n.directiveStart:a++;a<s&&(i=t[a],r=sr(r,i.hostAttrs,o),i!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function sr(e,t,n){let r=n?1:2,o=-1;if(t!==null)for(let i=0;i<t.length;i++){let s=t[i];typeof s=="number"?o=s:o===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),co(e,s,n?!0:t[++i]))}return e===void 0?null:e}function FE(e,t,n){if(n==null||n==="")return Q;let r=[],o=yn(n);if(Array.isArray(o))for(let i=0;i<o.length;i++)e(r,o[i],!0);else if(typeof o=="object")for(let i in o)o.hasOwnProperty(i)&&e(r,i,o[i]);else typeof o=="string"&&t(r,o);return r}function jE(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&co(e,r,n)}function VE(e,t,n,r,o,i,s,a){o===V&&(o=Q);let c=0,l=0,u=0<o.length?o[0]:null,d=0<i.length?i[0]:null;for(;u!==null||d!==null;){let p=c<o.length?o[c+1]:void 0,f=l<i.length?i[l+1]:void 0,h=null,y;u===d?(c+=2,l+=2,p!==f&&(h=d,y=f)):d===null||u!==null&&u<d?(c+=2,h=u):(l+=2,h=d,y=f),h!==null&&Ap(e,t,n,r,h,y,s,a),u=c<o.length?o[c]:null,d=l<i.length?i[l]:null}}function Ap(e,t,n,r,o,i,s,a){if(!(t.type&3))return;let c=e.data,l=c[a+1],u=CE(l)?nd(c,t,n,o,gn(l),s):void 0;if(!ei(u)){ei(i)||EE(l)&&(i=nd(c,null,n,o,a,s));let d=xs(ie(),n);Xy(r,s,d,o,i)}}function nd(e,t,n,r,o,i){let s=t===null,a;for(;o>0;){let c=e[o],l=Array.isArray(c),u=l?c[1]:c,d=u===null,p=n[o+1];p===V&&(p=d?Q:void 0);let f=d?lo(p,r):u===r?p:void 0;if(l&&!ei(f)&&(f=lo(c,r)),ei(f)&&(a=f,s))return a;let h=e[o+1];o=s?Ot(h):gn(h)}if(t!==null){let c=i?t.residualClasses:t.residualStyles;c!=null&&(a=lo(c,r))}return a}function ei(e){return e!==void 0}function HE(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=Be(yn(e)))),e}function Rp(e,t){return(e.flags&(t?8:16))!==0}function BE(e,t=""){let n=g(),r=L(),o=e+P,i=r.firstCreatePass?In(r,o,1,t,null):r.data[o],s=$E(r,n,i,t,e);n[o]=s,Co()&&ac(r,n,s,i),an(i,!1)}var $E=(e,t,n,r,o)=>(qn(!0),uy(t[O],r));function Op(e,t,n,r=""){return Z(e,Ge(),n)?t+H(n)+r:V}function UE(e,t,n,r,o,i=""){let s=$n(),a=rr(e,s,n,o);return _t(2),a?t+H(n)+r+H(o)+i:V}function qE(e,t,n,r,o,i,s,a=""){let c=$n(),l=vc(e,c,n,o,s);return _t(3),l?t+H(n)+r+H(o)+i+H(s)+a:V}function WE(e,t,n,r,o,i,s,a,c,l=""){let u=$n(),d=mr(e,u,n,o,s,c);return _t(4),d?t+H(n)+r+H(o)+i+H(s)+a+H(c)+l:V}function GE(e,t,n,r,o,i,s,a,c,l,u,d=""){let p=$n(),f=mr(e,p,n,o,s,c);return f=Z(e,p+4,u)||f,_t(5),f?t+H(n)+r+H(o)+i+H(s)+a+H(c)+l+H(u)+d:V}function kp(e){return Ac("",e),kp}function Ac(e,t,n){let r=g(),o=Op(r,e,t,n);return o!==V&&vr(r,ie(),o),Ac}function Pp(e,t,n,r,o){let i=g(),s=UE(i,e,t,n,r,o);return s!==V&&vr(i,ie(),s),Pp}function Lp(e,t,n,r,o,i,s){let a=g(),c=qE(a,e,t,n,r,o,i,s);return c!==V&&vr(a,ie(),c),Lp}function Fp(e,t,n,r,o,i,s,a,c){let l=g(),u=WE(l,e,t,n,r,o,i,s,a,c);return u!==V&&vr(l,ie(),u),Fp}function jp(e,t,n,r,o,i,s,a,c,l,u){let d=g(),p=GE(d,e,t,n,r,o,i,s,a,c,l,u);return p!==V&&vr(d,ie(),p),jp}function vr(e,t,n){let r=xs(t,e);dy(e[O],r,n)}function Vp(e,t,n){Dc(t)&&(t=t());let r=g(),o=Ge();if(Z(r,o,t)){let i=L(),s=cn();gf(s,r,e,t,r[O],n)}return Vp}function zE(e,t){let n=Dc(e);return n&&e.set(t),n}function Hp(e,t){let n=g(),r=L(),o=B();return bp(r,n,n[O],o,e,t),Hp}function QE(e,t,n=""){return Op(g(),e,t,n)}function rd(e,t,n){let r=L();r.firstCreatePass&&Bp(t,r.data,r.blueprint,le(e),n)}function Bp(e,t,n,r,o){if(e=U(e),Array.isArray(e))for(let i=0;i<e.length;i++)Bp(e[i],t,n,r,o);else{let i=L(),s=g(),a=B(),c=gt(e)?e:U(e.provide),l=Cs(e),u=a.providerIndexes&1048575,d=a.directiveStart,p=a.providerIndexes>>20;if(gt(e)||!e.multi){let f=new xt(l,o,gr,null),h=fa(c,t,o?u:u+p,d);h===-1?(ha(Vo(a,s),i,c),da(i,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(f),s.push(f)):(n[h]=f,s[h]=f)}else{let f=fa(c,t,u+p,d),h=fa(c,t,u,u+p),y=f>=0&&n[f],S=h>=0&&n[h];if(o&&!S||!o&&!y){ha(Vo(a,s),i,c);let T=KE(o?YE:ZE,n.length,o,r,l,e);!o&&S&&(n[h].providerFactory=T),da(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(T),s.push(T)}else{let T=$p(n[o?h:f],l,!o&&r);da(i,e,f>-1?f:h,T)}!o&&r&&S&&n[h].componentProviders++}}}function da(e,t,n,r){let o=gt(t),i=Gl(t);if(o||i){let c=(i?U(t.useClass):t).prototype.ngOnDestroy;if(c){let l=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){let u=l.indexOf(n);u===-1?l.push(n,[r,c]):l[u+1].push(r,c)}else l.push(n,c)}}}function $p(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function fa(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function ZE(e,t,n,r,o){return Qa(this.multi,[])}function YE(e,t,n,r,o){let i=this.multi,s;if(this.providerFactory){let a=this.providerFactory.componentProviders,c=Kn(r,r[m],this.providerFactory.index,o);s=c.slice(0,a),Qa(i,s);for(let l=a;l<c.length;l++)s.push(c[l])}else s=[],Qa(i,s);return s}function Qa(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function KE(e,t,n,r,o,i){let s=new xt(e,n,gr,null);return s.multi=[],s.index=t,s.componentProviders=0,$p(s,o,r&&!n),s}function JE(e,t){return n=>{n.providersResolver=(r,o)=>rd(r,o?o(e):e,!1),t&&(n.viewProvidersResolver=(r,o)=>rd(r,o?o(t):t,!0))}}function XE(e,t,n){let r=Re()+e,o=g();return o[r]===V?kt(o,r,n?t.call(n):t()):yc(o,r)}function eD(e,t,n,r){return Up(g(),Re(),e,t,n,r)}function tD(e,t,n,r,o){return qp(g(),Re(),e,t,n,r,o)}function nD(e,t,n,r,o,i){return sD(g(),Re(),e,t,n,r,o,i)}function rD(e,t,n,r,o,i,s){return aD(g(),Re(),e,t,n,r,o,i,s)}function oD(e,t,n,r,o,i,s,a){let c=Re()+e,l=g(),u=mr(l,c,n,r,o,i);return Z(l,c+4,s)||u?kt(l,c+5,a?t.call(a,n,r,o,i,s):t(n,r,o,i,s)):yc(l,c+5)}function iD(e,t,n,r,o,i,s,a,c,l){let u=Re()+e,d=g(),p=mr(d,u,n,r,o,i);return vc(d,u+4,s,a,c)||p?kt(d,u+7,l?t.call(l,n,r,o,i,s,a,c):t(n,r,o,i,s,a,c)):yc(d,u+7)}function mi(e,t){let n=e[t];return n===V?void 0:n}function Up(e,t,n,r,o,i){let s=t+n;return Z(e,s,o)?kt(e,s+1,i?r.call(i,o):r(o)):mi(e,s+1)}function qp(e,t,n,r,o,i,s){let a=t+n;return rr(e,a,o,i)?kt(e,a+2,s?r.call(s,o,i):r(o,i)):mi(e,a+2)}function sD(e,t,n,r,o,i,s,a){let c=t+n;return vc(e,c,o,i,s)?kt(e,c+3,a?r.call(a,o,i,s):r(o,i,s)):mi(e,c+3)}function aD(e,t,n,r,o,i,s,a,c){let l=t+n;return mr(e,l,o,i,s,a)?kt(e,l+4,c?r.call(c,o,i,s,a):r(o,i,s,a)):mi(e,l+4)}function cD(e,t){let n=L(),r,o=e+P;n.firstCreatePass?(r=lD(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??=[]).push(o,r.onDestroy)):r=n.data[o];let i=r.factory||(r.factory=Je(r.type,!0)),s,a=X(gr);try{let c=jo(!1),l=i();return jo(c),As(n,g(),o,l),l}finally{X(a)}}function lD(e,t){if(t)for(let n=t.length-1;n>=0;n--){let r=t[n];if(e===r.name)return r}}function uD(e,t,n){let r=e+P,o=g(),i=ho(o,r);return Wp(o,r)?Up(o,Re(),t,i.transform,n,i):i.transform(n)}function dD(e,t,n,r){let o=e+P,i=g(),s=ho(i,o);return Wp(i,o)?qp(i,Re(),t,s.transform,n,r,s):s.transform(n,r)}function Wp(e,t){return e[m].data[t].pure}function fD(e,t){return fi(e,t)}var ti=class{ngModuleFactory;componentFactories;constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},pD=(()=>{class e{compileModuleSync(n){return new Yo(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),o=ys(n),i=Kd(o.declarations).reduce((s,a)=>{let c=qe(a);return c&&s.push(new Rt(c)),s},[]);return new ti(r,i)}compileModuleAndAllComponentsAsync(n){return Promise.resolve(this.compileModuleAndAllComponentsSync(n))}clearCache(){}clearCacheFor(n){}getModuleId(n){}static \u0275fac=function(r){return new(r||e)};static \u0275prov=G({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var Gp=(()=>{class e{applicationErrorHandler=w(Nt);appRef=w(gi);taskService=w(Mt);ngZone=w(Me);zonelessEnabled=w(Gn);tracing=w(dr,{optional:!0});zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new $;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Rn):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(w(ea,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()}))}notify(n){if(!this.zonelessEnabled&&n===5)return;switch(n){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 6:{this.appRef.dirtyFlags|=2;break}case 12:{this.appRef.dirtyFlags|=16;break}case 13:{this.appRef.dirtyFlags|=2;break}case 11:break;case 9:case 8:case 7:case 10:default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick())return;let r=this.useMicrotaskScheduler?Ks:Ys;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>r(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>r(()=>this.tick()))}shouldScheduleTick(){return!(this.appRef.destroyed||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(Rn+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(this.appRef.dirtyFlags===0){this.cleanup();return}!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.taskService.remove(n),this.applicationErrorHandler(r)}finally{this.cleanup()}this.useMicrotaskScheduler=!0,Ks(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=G({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function hD(){return Ze("NgZoneless"),vs([...Rc(),[]])}function Rc(){return[{provide:Ue,useExisting:Gp},{provide:Me,useClass:On},{provide:Gn,useValue:!0}]}function gD(){return typeof $localize<"u"&&$localize.locale||yr}var Oc=new k("",{factory:()=>w(Oc,{optional:!0,skipSelf:!0})||gD()});var Ir=class{destroyed=!1;listeners=null;errorHandler=w($e,{optional:!0});destroyRef=w(it);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new N(953,!1);return(this.listeners??=[]).push(t),{unsubscribe:()=>{let n=this.listeners?.indexOf(t);n!==void 0&&n!==-1&&this.listeners?.splice(n,1)}}}emit(t){if(this.destroyed){console.warn(kn(953,!1));return}if(this.listeners===null)return;let n=v(null);try{for(let r of this.listeners)try{r(t)}catch(o){this.errorHandler?.handleError(o)}}finally{v(n)}}};function mD(e,t){return Mn(e,t?.equal)}var vi=Symbol("InputSignalNode#UNSET"),Xp=K(Y({},Qr),{transformFn:void 0,applyValueToInputSignal(e,t){Kt(e,t)}});function eh(e,t){let n=Object.create(Xp);n.value=e,n.transformFn=t?.transform;function r(){if(Qt(n),n.value===vi){let o=null;throw new N(-950,o)}return n.value}return r[W]=n,r}var zp=class{attributeName;constructor(t){this.attributeName=t}__NG_ELEMENT_ID__=()=>Ed(this.attributeName);toString(){return`HostAttributeToken ${this.attributeName}`}};function jL(e){return new Ir}function Qp(e,t){return eh(e,t)}function vD(e){return eh(vi,e)}var VL=(Qp.required=vD,Qp);function Zp(e,t){return Gf(t)}function ID(e,t){return zf(t)}var HL=(Zp.required=ID,Zp);function th(e,t){let n=Object.create(Xp),r=new Ir;n.value=e;function o(){return Qt(n),Yp(n.value),n.value}return o[W]=n,o.asReadonly=To.bind(o),o.set=i=>{n.equal(n.value,i)||(Kt(n,i),r.emit(i))},o.update=i=>{Yp(n.value),o.set(i(n.value))},o.subscribe=r.subscribe.bind(r),o.destroyRef=r.destroyRef,o}function Yp(e){if(e===vi)throw new N(952,!1)}function Kp(e,t){return th(e,t)}function ED(e){return th(vi,e)}var BL=(Kp.required=ED,Kp);var kc=new k(""),DD=new k("");function Er(e){return!e.moduleRef}function CD(e){let t=Er(e)?e.r3Injector:e.moduleRef.injector,n=t.get(Me);return n.run(()=>{Er(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(Nt),o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),Er(e)){let i=()=>t.destroy(),s=e.platformInjector.get(kc);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{let i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(kc);s.add(i),e.moduleRef.onDestroy(()=>{Zn(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return TD(r,n,()=>{let i=t.get(Mt),s=i.add(),a=t.get(bc);return a.runInitializers(),a.donePromise.then(()=>{let c=t.get(Oc,yr);if(Ep(c||yr),!t.get(DD,!0))return Er(e)?t.get(gi):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Er(e)){let u=t.get(gi);return e.rootComponent!==void 0&&u.bootstrap(e.rootComponent),u}else return bD?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>void i.remove(s))})})}var bD;function TD(e,t,n){try{let r=n();return Cc(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}var yi=null;function wD(e=[],t){return me.create({name:t,providers:[{provide:Ds,useValue:"platform"},{provide:kc,useValue:new Set([()=>yi=null])},...e]})}function _D(e=[]){if(yi)return yi;let t=wD(e);return yi=t,ap(),MD(t),t}function MD(e){let t=e.get(Nd,null);fo(e,()=>{t?.forEach(n=>n())})}function $L(){return!1}var UL=(()=>{class e{static __NG_ELEMENT_ID__=ND}return e})();function ND(e){return SD(B(),g(),(e&16)===16)}function SD(e,t,n){if(rt(e)&&!n){let r=de(e.index,t);return new st(r,r)}else if(e.type&175){let r=t[te];return new st(r,t)}return null}var Pc=class{constructor(){}supports(t){return t instanceof Map||mc(t)}create(){return new Lc}},Lc=class{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;_removalsTail=null;get isDirty(){return this._additionsHead!==null||this._changesHead!==null||this._removalsHead!==null}forEachItem(t){let n;for(n=this._mapHead;n!==null;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;n!==null;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;n!==null;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}diff(t){if(!t)t=new Map;else if(!(t instanceof Map||mc(t)))throw new N(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{let i=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;r!==null;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){let r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){let o=this._records.get(t);this._maybeAddToChanges(o,n);let i=o._prev,s=o._next;return i&&(i._next=s),s&&(s._prev=i),o._next=null,o._prev=null,o}let r=new Fc(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;t!==null;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;t!==null;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;t!=null;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){this._additionsHead===null?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){this._changesHead===null?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}},Fc=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}};function Jp(){return new xD([new Pc])}var xD=(()=>{class e{static \u0275prov=G({token:e,providedIn:"root",factory:Jp});factories;constructor(n){this.factories=n}static create(n,r){if(r){let o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{let r=w(e,{optional:!0,skipSelf:!0});return e.create(n,r||Jp())}}}find(n){let r=this.factories.find(o=>o.supports(n));if(r)return r;throw new N(901,!1)}}return e})();function qL(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:o}=e;R(x.BootstrapApplicationStart);try{let i=o?.injector??_D(r),s=[Rc(),Eu,...n||[]],a=new or({providers:s,parent:i,debugName:"",runEnvironmentInitializers:!1});return CD({r3Injector:a.injector,platformInjector:i,rootComponent:t})}catch(i){return Promise.reject(i)}finally{R(x.BootstrapApplicationEnd)}}function WL(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function GL(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function zL(e,t){let n=qe(e),r=t.elementInjector||tn();return new Rt(n).create(r,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}var Pt=(function(e){return e[e.State=0]="State",e[e.Transition=1]="Transition",e[e.Sequence=2]="Sequence",e[e.Group=3]="Group",e[e.Animate=4]="Animate",e[e.Keyframes=5]="Keyframes",e[e.Style=6]="Style",e[e.Trigger=7]="Trigger",e[e.Reference=8]="Reference",e[e.AnimateChild=9]="AnimateChild",e[e.AnimateRef=10]="AnimateRef",e[e.Query=11]="Query",e[e.Stagger=12]="Stagger",e})(Pt||{}),XL="*";function eF(e,t){return{type:Pt.Trigger,name:e,definitions:t,options:{}}}function tF(e,t=null){return{type:Pt.Animate,styles:t,timings:e}}function nF(e,t=null){return{type:Pt.Sequence,steps:e,options:t}}function rF(e){return{type:Pt.Style,styles:e,offset:null}}function oF(e,t,n){return{type:Pt.State,name:e,styles:t,options:n}}function iF(e,t,n=null){return{type:Pt.Transition,expr:e,animation:t,options:n}}var nh=class{_onDoneFns=[];_onStartFns=[];_onDestroyFns=[];_originalOnDoneFns=[];_originalOnStartFns=[];_started=!1;_destroyed=!1;_finished=!1;_position=0;parentPlayer=null;totalTime;constructor(t=0,n=0){this.totalTime=t+n}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}onStart(t){this._originalOnStartFns.push(t),this._onStartFns.push(t)}onDone(t){this._originalOnDoneFns.push(t),this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(t=>t()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(t){this._position=this.totalTime?t*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(t){let n=t=="start"?this._onStartFns:this._onDoneFns;n.forEach(r=>r()),n.length=0}},rh=class{_onDoneFns=[];_onStartFns=[];_finished=!1;_started=!1;_destroyed=!1;_onDestroyFns=[];parentPlayer=null;totalTime=0;players;constructor(t){this.players=t;let n=0,r=0,o=0,i=this.players.length;i==0?queueMicrotask(()=>this._onFinish()):this.players.forEach(s=>{s.onDone(()=>{++n==i&&this._onFinish()}),s.onDestroy(()=>{++r==i&&this._onDestroy()}),s.onStart(()=>{++o==i&&this._onStart()})}),this.totalTime=this.players.reduce((s,a)=>Math.max(s,a.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}init(){this.players.forEach(t=>t.init())}onStart(t){this._onStartFns.push(t)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(t=>t()),this._onStartFns=[])}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(t=>t.play())}pause(){this.players.forEach(t=>t.pause())}restart(){this.players.forEach(t=>t.restart())}finish(){this._onFinish(),this.players.forEach(t=>t.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(t=>t.destroy()),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}reset(){this.players.forEach(t=>t.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(t){let n=t*this.totalTime;this.players.forEach(r=>{let o=r.totalTime?Math.min(1,n/r.totalTime):1;r.setPosition(o)})}getPosition(){let t=this.players.reduce((n,r)=>n===null||r.totalTime>n.totalTime?r:n,null);return t!=null?t.getPosition():0}beforeDestroy(){this.players.forEach(t=>{t.beforeDestroy&&t.beforeDestroy()})}triggerCallback(t){let n=t=="start"?this._onStartFns:this._onDoneFns;n.forEach(r=>r()),n.length=0}},sF="!";export{$ as a,ah as b,_ as c,re as d,bn as e,Eh as f,je as g,Te as h,Ni as i,Dh as j,Ch as k,Pe as l,bh as m,uh as n,Le as o,Ah as p,ge as q,Cn as r,Ke as s,Oh as t,kh as u,Si as v,ut as w,Bh as x,$h as y,Tn as z,qh as A,Gh as B,zh as C,dl as D,Qh as E,zc as F,Gt as G,Zh as H,Yh as I,Xh as J,eg as K,tg as L,ng as M,rg as N,og as O,Ih as P,yl as Q,vl as R,ig as S,sg as T,N as U,kn as V,oo as W,G as X,Ol as Y,mg as Z,k as _,_e as $,w as aa,vs as ba,Ul as ca,Ds as da,se as ea,fo as fa,nu as ga,ru as ha,hu as ia,gu as ja,me as ka,Zs as la,it as ma,Mt as na,Ve as oa,Me as pa,$e as qa,Nt as ra,bo as sa,Ue as ta,ta as ua,Du as va,na as wa,rm as xa,Dm as ya,Ed as za,cr as Aa,Nm as Ba,Sm as Ca,Nd as Da,Am as Ea,Rm as Fa,Om as Ga,Sd as Ha,km as Ia,At as Ja,yn as Ka,oi as La,Vm as Ma,Hm as Na,Bm as Oa,$m as Pa,Um as Qa,Ja as Ra,qd as Sa,ur as Ta,gy as Ua,Zd as Va,my as Wa,vy as Xa,Iy as Ya,Py as Za,$o as _a,Jn as $a,dr as ab,Ze as bb,Fy as cb,jy as db,tr as eb,hr as fb,nr as gb,Fv as hb,gr as ib,Vv as jb,hi as kb,Qf as lb,Zf as mb,CI as nb,TI as ob,MI as pb,NI as qb,xI as rb,Xf as sb,tp as tb,$I as ub,Cc as vb,sp as wb,gi as xb,lp as yb,WI as zb,GI as Ab,zI as Bb,QI as Cb,ZI as Db,YI as Eb,up as Fb,wc as Gb,_c as Hb,dp as Ib,Mc as Jb,Nc as Kb,fp as Lb,hp as Mb,Sc as Nb,xc as Ob,gp as Pb,mp as Qb,tE as Rb,vp as Sb,Ip as Tb,oE as Ub,iE as Vb,Xo as Wb,Dp as Xb,Cp as Yb,cE as Zb,uE as _b,dE as $b,pE as ac,hE as bc,gE as cc,mE as dc,yE as ec,vE as fc,IE as gc,_p as hc,Mp as ic,xE as jc,BE as kc,kp as lc,Ac as mc,Pp as nc,Lp as oc,Fp as pc,jp as qc,Vp as rc,zE as sc,Hp as tc,QE as uc,JE as vc,XE as wc,eD as xc,tD as yc,nD as zc,rD as Ac,oD as Bc,iD as Cc,cD as Dc,uD as Ec,dD as Fc,fD as Gc,pD as Hc,hD as Ic,Oc as Jc,mD as Kc,zp as Lc,jL as Mc,VL as Nc,HL as Oc,BL as Pc,$L as Qc,UL as Rc,xD as Sc,qL as Tc,WL as Uc,GL as Vc,zL as Wc,Pt as Xc,XL as Yc,eF as Zc,tF as _c,nF as $c,rF as ad,oF as bd,iF as cd,nh as dd,rh as ed,sF as fd};
|