homebridge-config-ui-x 5.8.1-beta.0 → 5.8.1-beta.1
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 +13 -1
- package/dist/core/auth/auth.controller.d.ts +2 -0
- package/dist/core/config/config.interfaces.d.ts +6 -0
- package/dist/core/config/config.service.d.ts +3 -0
- package/dist/core/config/config.service.js +20 -0
- package/dist/core/config/config.service.js.map +1 -1
- package/dist/core/feature-flags/feature-flags.registry.d.ts +6 -0
- package/dist/core/feature-flags/feature-flags.registry.js +16 -0
- package/dist/core/feature-flags/feature-flags.registry.js.map +1 -0
- package/dist/modules/child-bridges/child-bridges.gateway.d.ts +1 -1
- package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +23 -0
- package/dist/modules/child-bridges/child-bridges.interfaces.js +3 -0
- package/dist/modules/child-bridges/child-bridges.interfaces.js.map +1 -0
- package/dist/modules/child-bridges/child-bridges.service.d.ts +2 -1
- package/dist/modules/child-bridges/child-bridges.service.js.map +1 -1
- package/dist/modules/config-editor/config-editor.controller.d.ts +5 -0
- package/dist/modules/config-editor/config-editor.controller.js +44 -0
- package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
- package/dist/modules/config-editor/config-editor.module.js +2 -0
- package/dist/modules/config-editor/config-editor.module.js.map +1 -1
- package/dist/modules/config-editor/config-editor.service.d.ts +9 -1
- package/dist/modules/config-editor/config-editor.service.js +41 -2
- package/dist/modules/config-editor/config-editor.service.js.map +1 -1
- package/dist/modules/plugins/plugins.service.js +9 -0
- package/dist/modules/plugins/plugins.service.js.map +1 -1
- package/dist/modules/server/server.controller.d.ts +11 -0
- package/dist/modules/server/server.controller.js +46 -1
- package/dist/modules/server/server.controller.js.map +1 -1
- package/dist/modules/server/server.service.d.ts +11 -0
- package/dist/modules/server/server.service.js +134 -13
- package/dist/modules/server/server.service.js.map +1 -1
- package/dist/modules/status/status.controller.d.ts +1 -1
- package/dist/modules/status/status.gateway.d.ts +2 -0
- package/dist/modules/status/status.interfaces.d.ts +21 -1
- package/dist/modules/status/status.interfaces.js +1 -1
- package/dist/modules/status/status.interfaces.js.map +1 -1
- package/dist/modules/status/status.service.d.ts +4 -1
- package/dist/modules/status/status.service.js +10 -1
- package/dist/modules/status/status.service.js.map +1 -1
- package/package.json +10 -10
- package/public/3rdpartylicenses.txt +21 -21
- package/public/assets/matter.svg +8 -0
- package/public/{chunk-TLBEKXHD.js → chunk-2ABZZV4Q.js} +2 -2
- package/public/{chunk-ZLR6ILMY.js → chunk-2XFSGIAO.js} +1 -1
- package/public/{chunk-JFO6W63X.js → chunk-3BCBKQNB.js} +1 -1
- package/public/chunk-3T2NXEM5.js +2 -0
- package/public/{chunk-TRUVGAER.js → chunk-3ZBDWVWN.js} +1 -1
- package/public/{chunk-C43SEGRM.js → chunk-4ASS2K7W.js} +5 -5
- package/public/{chunk-XKORRXX3.js → chunk-4ZHYSN5T.js} +1 -1
- package/public/{chunk-4D7SO56O.js → chunk-55HYMJBU.js} +1 -1
- package/public/{chunk-WF2W4LFZ.js → chunk-5VHJUCOJ.js} +1 -1
- package/public/{chunk-ZETLSG2P.js → chunk-6VMWCU67.js} +1 -1
- package/public/{chunk-BH54XSQA.js → chunk-7EYPGTLV.js} +1 -1
- package/public/{chunk-JEM72QI4.js → chunk-A3BKR6VK.js} +1 -1
- package/public/{chunk-EABVNED6.js → chunk-AJXWRGZ7.js} +5 -5
- package/public/chunk-AZ6XS7AA.js +1 -0
- package/public/{chunk-3AGCTUR5.js → chunk-CMDONNDN.js} +1 -1
- package/public/{chunk-X5I7VO64.js → chunk-CRK5T5NP.js} +1 -1
- package/public/{chunk-CSJGPPHT.js → chunk-CTRI2A25.js} +1 -1
- package/public/{chunk-MCTQNRNY.js → chunk-DJPP6PAG.js} +1 -1
- package/public/chunk-DQ7SHEQR.js +4 -0
- package/public/chunk-DUGTWX62.js +16 -0
- package/public/chunk-EAX2R5Y4.js +1 -0
- package/public/{chunk-NKI252SY.js → chunk-EAX4BNA5.js} +1 -1
- package/public/{chunk-WHRLX747.js → chunk-EKYIR5QX.js} +1 -1
- package/public/{chunk-25P6WVYP.js → chunk-IJPYDOZ4.js} +1 -1
- package/public/{chunk-RET7MUHU.js → chunk-IRYK7NUM.js} +1 -1
- package/public/{chunk-ZLTMAIRB.js → chunk-IXERGIAN.js} +1 -1
- package/public/{chunk-RGGBZ2WL.js → chunk-JJGGN6MW.js} +1 -1
- package/public/{chunk-HT3PN2D6.js → chunk-JRG2HKZ4.js} +1 -1
- package/public/{chunk-A3CTSVI7.js → chunk-JT5B26V7.js} +1 -1
- package/public/{chunk-DK7MYE3J.js → chunk-JWHPBRNB.js} +1 -1
- package/public/{chunk-U6TKGNUK.js → chunk-K5RZJZFQ.js} +1 -1
- package/public/{chunk-EGQRFXJX.js → chunk-KANB2ARW.js} +1 -1
- package/public/chunk-KB2F2YYC.js +5 -0
- package/public/chunk-KLMCKWNW.js +1 -0
- package/public/{chunk-EJBPBSDP.js → chunk-KQPYGIQ6.js} +1 -1
- package/public/{chunk-CIW7STIN.js → chunk-L3L4OWXS.js} +1 -1
- package/public/{chunk-E5J3S4YB.js → chunk-M554BJKF.js} +1 -1
- package/public/chunk-MTBZM7Y2.js +49 -0
- package/public/chunk-MUCUUFUC.js +3 -0
- package/public/{chunk-AVG2I56K.js → chunk-N37WSUE2.js} +1 -1
- package/public/{chunk-4FLH4IVW.js → chunk-NA7QHMTP.js} +1 -1
- package/public/chunk-NFR7Q6C4.js +1 -0
- package/public/{chunk-YGOEVQRR.js → chunk-NJAB6GSP.js} +1 -1
- package/public/{chunk-PVNX3HYT.js → chunk-NOCOXUIM.js} +1 -1
- package/public/{chunk-YVDK3EOM.js → chunk-NSGFRJXN.js} +3 -3
- package/public/{chunk-BGJJLMAP.js → chunk-NVNWS3JF.js} +1 -1
- package/public/{chunk-W2OFDURW.js → chunk-O737MTX5.js} +1 -1
- package/public/{chunk-B4OJTNBD.js → chunk-OQMPX5YA.js} +1 -1
- package/public/{chunk-F3XDUS25.js → chunk-P7O2ARHQ.js} +1 -1
- package/public/{chunk-CG3R5XYS.js → chunk-PTGMLVYK.js} +1 -1
- package/public/{chunk-SRD73LUH.js → chunk-QK6DKG74.js} +1 -1
- package/public/{chunk-P5OPZ4GC.js → chunk-QKQFBIWM.js} +1 -1
- package/public/{chunk-5MJEXXHL.js → chunk-R5LPVDAB.js} +1 -1
- package/public/{chunk-ZUAZWBIX.js → chunk-SBQ53AN2.js} +1 -1
- package/public/{chunk-CZG25KG3.js → chunk-SJ4I2XGL.js} +1 -1
- package/public/{chunk-FOZRVZXH.js → chunk-SQBE544X.js} +1 -1
- package/public/{chunk-ZMJUY55O.js → chunk-SWTHJ45W.js} +1 -1
- package/public/{chunk-HO2NICCO.js → chunk-TFGWHHOW.js} +1 -1
- package/public/{chunk-BCWIL2QW.js → chunk-TNK3EDXK.js} +1 -1
- package/public/{chunk-FTAY6FFO.js → chunk-VWWFKF63.js} +1 -1
- package/public/{chunk-VUPUGOBM.js → chunk-VZJUIJQS.js} +1 -1
- package/public/{chunk-DNUMFPYO.js → chunk-VZZNU32G.js} +1 -1
- package/public/chunk-W6X5DVD5.js +2 -0
- package/public/chunk-YT34VIT6.js +1 -0
- package/public/{chunk-VJUHJIH5.js → chunk-YWGS7NS6.js} +1 -1
- package/public/{chunk-V3C7C7EN.js → chunk-ZAMU656A.js} +1 -1
- package/public/{chunk-MNXD7GCG.js → chunk-ZCLWXDAG.js} +1 -1
- package/public/{chunk-RVUMQRET.js → chunk-ZWTEC2E5.js} +1 -1
- package/public/index.html +2 -2
- package/public/{main-6Z22MZZ4.js → main-HY7QISCA.js} +1 -1
- package/public/media/fa-brands-400-E7XUCEPO.woff2 +0 -0
- package/public/media/fa-regular-400-LBQEIAJB.woff2 +0 -0
- package/public/media/fa-solid-900-XY6737PV.woff2 +0 -0
- package/public/media/matter-P563JGDL.svg +8 -0
- package/public/{styles-SSUUEYLS.css → styles-WNHDEKE4.css} +1 -1
- package/scripts/extract-plugin-alias.js +53 -2
- package/public/chunk-6OMOJLOG.js +0 -1
- package/public/chunk-CXYYIGZE.js +0 -1
- package/public/chunk-JARGQQWZ.js +0 -1
- package/public/chunk-N73MIN6L.js +0 -1
- package/public/chunk-NCDEVAD6.js +0 -49
- package/public/chunk-TF55E6JJ.js +0 -1
- package/public/chunk-TTKCPQM5.js +0 -3
- package/public/chunk-XBFMEL7I.js +0 -4
- package/public/chunk-Y6XKIFOL.js +0 -2
- package/public/chunk-ZCKOC3EC.js +0 -5
- package/public/chunk-ZNMA56FO.js +0 -2
- package/public/chunk-ZZNAO4IK.js +0 -16
- package/public/media/fa-brands-400-E3YNADOB.woff2 +0 -0
- package/public/media/fa-regular-400-UOSVBSEG.woff2 +0 -0
- package/public/media/fa-solid-900-6JWCQRDQ.woff2 +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var Ay=Object.create;var xo=Object.defineProperty,xy=Object.defineProperties,Ry=Object.getOwnPropertyDescriptor,Oy=Object.getOwnPropertyDescriptors,Fy=Object.getOwnPropertyNames,Ao=Object.getOwnPropertySymbols,ky=Object.getPrototypeOf,ga=Object.prototype.hasOwnProperty,yd=Object.prototype.propertyIsEnumerable;var md=(e,t,n)=>t in e?xo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,z=(e,t)=>{for(var n in t||={})ga.call(t,n)&&md(e,n,t[n]);if(Ao)for(var n of Ao(t))yd.call(t,n)&&md(e,n,t[n]);return e},oe=(e,t)=>xy(e,Oy(t));var x_=e=>t=>{var n=e[t];if(n)return n();throw new Error("Module not found in bundle: "+t)};var Py=(e,t)=>{var n={};for(var r in e)ga.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ao)for(var r of Ao(e))t.indexOf(r)<0&&yd.call(e,r)&&(n[r]=e[r]);return n};var R_=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),O_=(e,t)=>{for(var n in t)xo(e,n,{get:t[n],enumerable:!0})},Ly=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Fy(t))!ga.call(e,o)&&o!==n&&xo(e,o,{get:()=>t[o],enumerable:!(r=Ry(t,o))||r.enumerable});return e};var F_=(e,t,n)=>(n=e!=null?Ay(ky(e)):{},Ly(t||!e||!e.__esModule?xo(n,"default",{value:e,enumerable:!0}):n,e));var bn=(e,t,n)=>new Promise((r,o)=>{var i=c=>{try{a(n.next(c))}catch(u){o(u)}},s=c=>{try{a(n.throw(c))}catch(u){o(u)}},a=c=>c.done?r(c.value):Promise.resolve(c.value).then(i,s);a((n=n.apply(e,t)).next())});function b(e){return typeof e=="function"}function Tn(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 Ro=Tn(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 Gt(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Q=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(b(r))try{r()}catch(i){t=i instanceof Ro?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{vd(i)}catch(s){t=t??[],s instanceof Ro?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Ro(t)}}add(t){var n;if(t&&t!==this)if(this.closed)vd(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)&&Gt(n,t)}remove(t){let{_finalizers:n}=this;n&&Gt(n,t),t instanceof e&&t._removeParent(this)}};Q.EMPTY=(()=>{let e=new Q;return e.closed=!0,e})();var ma=Q.EMPTY;function Oo(e){return e instanceof Q||e&&"closed"in e&&b(e.remove)&&b(e.add)&&b(e.unsubscribe)}function vd(e){b(e)?e():e.unsubscribe()}var ke={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var _n={setTimeout(e,t,...n){let{delegate:r}=_n;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=_n;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Fo(e){_n.setTimeout(()=>{let{onUnhandledError:t}=ke;if(t)t(e);else throw e})}function ft(){}var Dd=ya("C",void 0,void 0);function Ed(e){return ya("E",void 0,e)}function Id(e){return ya("N",e,void 0)}function ya(e,t,n){return{kind:e,value:t,error:n}}var Wt=null;function Mn(e){if(ke.useDeprecatedSynchronousErrorHandling){let t=!Wt;if(t&&(Wt={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=Wt;if(Wt=null,n)throw r}}else e()}function wd(e){ke.useDeprecatedSynchronousErrorHandling&&Wt&&(Wt.errorThrown=!0,Wt.error=e)}var qt=class extends Q{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Oo(t)&&t.add(this)):this.destination=Vy}static create(t,n,r){return new Pe(t,n,r)}next(t){this.isStopped?Da(Id(t),this):this._next(t)}error(t){this.isStopped?Da(Ed(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Da(Dd,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()}}},jy=Function.prototype.bind;function va(e,t){return jy.call(e,t)}var Ea=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){ko(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){ko(r)}else ko(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){ko(n)}}},Pe=class extends qt{constructor(t,n,r){super();let o;if(b(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&ke.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&va(t.next,i),error:t.error&&va(t.error,i),complete:t.complete&&va(t.complete,i)}):o=t}this.destination=new Ea(o)}};function ko(e){ke.useDeprecatedSynchronousErrorHandling?wd(e):Fo(e)}function By(e){throw e}function Da(e,t){let{onStoppedNotification:n}=ke;n&&_n.setTimeout(()=>n(e,t))}var Vy={closed:!0,next:ft,error:By,complete:ft};var Sn=typeof Symbol=="function"&&Symbol.observable||"@@observable";function ie(e){return e}function Hy(...e){return Ia(e)}function Ia(e){return e.length===0?ie:e.length===1?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}var N=(()=>{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=$y(n)?n:new Pe(n,r,o);return Mn(()=>{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=Cd(r),new r((o,i)=>{let s=new Pe({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)}[Sn](){return this}pipe(...n){return Ia(n)(this)}toPromise(n){return n=Cd(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 Cd(e){var t;return(t=e??ke.Promise)!==null&&t!==void 0?t:Promise}function Uy(e){return e&&b(e.next)&&b(e.error)&&b(e.complete)}function $y(e){return e&&e instanceof qt||Uy(e)&&Oo(e)}var bd=Tn(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var pe=(()=>{class e extends N{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new Po(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new bd}next(n){Mn(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){Mn(()=>{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(){Mn(()=>{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?ma:(this.currentObservers=null,i.push(n),new Q(()=>{this.currentObservers=null,Gt(i,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){let n=new N;return n.source=this,n}}return e.create=(t,n)=>new Po(t,n),e})(),Po=class extends pe{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:ma}};var Le=Tn(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function zy(e,t){let n=typeof t=="object";return new Promise((r,o)=>{let i=new Pe({next:s=>{r(s),i.unsubscribe()},error:o,complete:()=>{n?r(t.defaultValue):o(new Le)}});e.subscribe(i)})}var Lo=class extends Q{constructor(t,n){super()}schedule(t,n=0){return this}};var Dr={setInterval(e,t,...n){let{delegate:r}=Dr;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=Dr;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var jo=class extends Lo{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 Dr.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&&Dr.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,Gt(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var Er={now(){return(Er.delegate||Date).now()},delegate:void 0};var Nn=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)}};Nn.now=Er.now;var Bo=class extends Nn{constructor(t,n=Nn.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 Zt=new Bo(jo),Td=Zt;function wa(e){return b(e?.lift)}function A(e){return t=>{if(wa(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 _(e,t,n,r,o){return new Ca(e,t,n,r,o)}var Ca=class extends qt{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 _d(e,t=Zt){return A((n,r)=>{let o=null,i=null,s=null,a=()=>{if(o){o.unsubscribe(),o=null;let u=i;i=null,r.next(u)}};function c(){let u=s+e,l=t.now();if(l<u){o=this.schedule(void 0,u-l),r.add(o);return}a()}n.subscribe(_(r,u=>{i=u,s=t.now(),o||(o=t.schedule(c,e),r.add(o))},()=>{a(),r.complete()},void 0,()=>{i=o=null}))})}var Yt=new N(e=>e.complete());function An(e){return e<=0?()=>Yt:A((t,n)=>{let r=0;t.subscribe(_(n,o=>{++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function ba(){return A((e,t)=>{let n=null;e._refCount++;let r=_(t,void 0,void 0,void 0,()=>{if(!e||e._refCount<=0||0<--e._refCount){n=null;return}let o=e._connection,i=n;n=null,o&&(!i||o===i)&&o.unsubscribe(),t.unsubscribe()});e.subscribe(r),r.closed||(n=e.connect())})}var Ta=class extends N{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,wa(t)&&(this.lift=t.lift)}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){let t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;let{_connection:t}=this;this._subject=this._connection=null,t?.unsubscribe()}connect(){let t=this._connection;if(!t){t=this._connection=new Q;let n=this.getSubject();t.add(this.source.subscribe(_(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=Q.EMPTY)}return t}refCount(){return ba()(this)}};var Ir=class extends pe{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 Vo=class extends pe{constructor(t=1/0,n=1/0,r=Er){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)}}};function Ho(e){return e&&b(e.schedule)}function Md(e){return e[e.length-1]}function _t(e){return b(Md(e))?e.pop():void 0}function Mt(e){return Ho(Md(e))?e.pop():void 0}function Nd(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(l){try{u(r.next(l))}catch(d){s(d)}}function c(l){try{u(r.throw(l))}catch(d){s(d)}}function u(l){l.done?i(l.value):o(l.value).then(a,c)}u((r=r.apply(e,t||[])).next())})}function Sd(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 Qt(e){return this instanceof Qt?(this.v=e,this):new Qt(e)}function Ad(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(D){return new Promise(function(v,m){i.push([f,D,v,m])>1||c(f,D)})},h&&(o[f]=h(o[f])))}function c(f,h){try{u(r[f](h))}catch(D){p(i[0][3],D)}}function u(f){f.value instanceof Qt?Promise.resolve(f.value.v).then(l,d):p(i[0][2],f)}function l(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 xd(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 Sd=="function"?Sd(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(u){i({value:u,done:a})},s)}}var xn=e=>e&&typeof e.length=="number"&&typeof e!="function";function Uo(e){return b(e?.then)}function $o(e){return b(e[Sn])}function zo(e){return Symbol.asyncIterator&&b(e?.[Symbol.asyncIterator])}function Go(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 Gy(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Wo=Gy();function qo(e){return b(e?.[Wo])}function Zo(e){return Ad(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:o}=yield Qt(n.read());if(o)return yield Qt(void 0);yield yield Qt(r)}}finally{n.releaseLock()}})}function Yo(e){return b(e?.getReader)}function R(e){if(e instanceof N)return e;if(e!=null){if($o(e))return Wy(e);if(xn(e))return qy(e);if(Uo(e))return Zy(e);if(zo(e))return Rd(e);if(qo(e))return Yy(e);if(Yo(e))return Qy(e)}throw Go(e)}function Wy(e){return new N(t=>{let n=e[Sn]();if(b(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function qy(e){return new N(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function Zy(e){return new N(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Fo)})}function Yy(e){return new N(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function Rd(e){return new N(t=>{Ky(e,t).catch(n=>t.error(n))})}function Qy(e){return Rd(Zo(e))}function Ky(e,t){var n,r,o,i;return Nd(this,void 0,void 0,function*(){try{for(n=xd(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 he(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 Qo(e,t=0){return A((n,r)=>{n.subscribe(_(r,o=>he(r,e,()=>r.next(o),t),()=>he(r,e,()=>r.complete(),t),o=>he(r,e,()=>r.error(o),t)))})}function Ko(e,t=0){return A((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function Od(e,t){return R(e).pipe(Ko(t),Qo(t))}function Fd(e,t){return R(e).pipe(Ko(t),Qo(t))}function kd(e,t){return new N(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function Pd(e,t){return new N(n=>{let r;return he(n,t,()=>{r=e[Wo](),he(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)}),()=>b(r?.return)&&r.return()})}function Jo(e,t){if(!e)throw new Error("Iterable cannot be null");return new N(n=>{he(n,t,()=>{let r=e[Symbol.asyncIterator]();he(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function Ld(e,t){return Jo(Zo(e),t)}function jd(e,t){if(e!=null){if($o(e))return Od(e,t);if(xn(e))return kd(e,t);if(Uo(e))return Fd(e,t);if(zo(e))return Jo(e,t);if(qo(e))return Pd(e,t);if(Yo(e))return Ld(e,t)}throw Go(e)}function St(e,t){return t?jd(e,t):R(e)}function Rn(...e){let t=Mt(e);return St(e,t)}function Jy(e,t){let n=b(e)?e:()=>e,r=o=>o.error(n());return new N(t?o=>t.schedule(r,0,o):r)}function Xy(e){return!!e&&(e instanceof N||b(e.lift)&&b(e.subscribe))}function ev(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 Le)}})})}function Bd(e){return e instanceof Date&&!isNaN(e)}function ge(e,t){return A((n,r)=>{let o=0;n.subscribe(_(r,i=>{r.next(e.call(t,i,o++))}))})}var{isArray:tv}=Array;function nv(e,t){return tv(t)?e(...t):e(t)}function On(e){return ge(t=>nv(e,t))}var{isArray:rv}=Array,{getPrototypeOf:ov,prototype:iv,keys:sv}=Object;function Xo(e){if(e.length===1){let t=e[0];if(rv(t))return{args:t,keys:null};if(av(t)){let n=sv(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function av(e){return e&&typeof e=="object"&&ov(e)===iv}function ei(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function cv(...e){let t=Mt(e),n=_t(e),{args:r,keys:o}=Xo(e);if(r.length===0)return St([],t);let i=new N(uv(r,t,o?s=>ei(o,s):ie));return n?i.pipe(On(n)):i}function uv(e,t,n=ie){return r=>{Vd(t,()=>{let{length:o}=e,i=new Array(o),s=o,a=o;for(let c=0;c<o;c++)Vd(t,()=>{let u=St(e[c],t),l=!1;u.subscribe(_(r,d=>{i[c]=d,l||(l=!0,a--),a||r.next(n(i.slice()))},()=>{--s||r.complete()}))},r)},r)}}function Vd(e,t,n){e?he(n,e,t):t()}function Hd(e,t,n,r,o,i,s,a){let c=[],u=0,l=0,d=!1,p=()=>{d&&!c.length&&!u&&t.complete()},f=D=>u<r?h(D):c.push(D),h=D=>{i&&t.next(D),u++;let v=!1;R(n(D,l++)).subscribe(_(t,m=>{o?.(m),i?f(m):t.next(m)},()=>{v=!0},void 0,()=>{if(v)try{for(u--;c.length&&u<r;){let m=c.shift();s?he(t,s,()=>h(m)):h(m)}p()}catch(m){t.error(m)}}))};return e.subscribe(_(t,f,()=>{d=!0,p()})),()=>{a?.()}}function je(e,t,n=1/0){return b(t)?je((r,o)=>ge((i,s)=>t(r,i,o,s))(R(e(r,o))),n):(typeof t=="number"&&(n=t),A((r,o)=>Hd(r,o,e,n)))}function _a(e=1/0){return je(ie,e)}function Ud(){return _a(1)}function Nt(...e){return Ud()(St(e,Mt(e)))}function lv(e){return new N(t=>{R(e()).subscribe(t)})}function dv(...e){let t=_t(e),{args:n,keys:r}=Xo(e),o=new N(i=>{let{length:s}=n;if(!s){i.complete();return}let a=new Array(s),c=s,u=s;for(let l=0;l<s;l++){let d=!1;R(n[l]).subscribe(_(i,p=>{d||(d=!0,u--),a[l]=p},()=>c--,void 0,()=>{(!c||!d)&&(u||i.next(r?ei(r,a):a),i.complete())}))}});return t?o.pipe(On(t)):o}var fv=["addListener","removeListener"],pv=["addEventListener","removeEventListener"],hv=["on","off"];function Ma(e,t,n,r){if(b(n)&&(r=n,n=void 0),r)return Ma(e,t,n).pipe(On(r));let[o,i]=yv(e)?pv.map(s=>a=>e[s](t,a,n)):gv(e)?fv.map($d(e,t)):mv(e)?hv.map($d(e,t)):[];if(!o&&xn(e))return je(s=>Ma(s,t,n))(R(e));if(!o)throw new TypeError("Invalid event target");return new N(s=>{let a=(...c)=>s.next(1<c.length?c:c[0]);return o(a),()=>i(a)})}function $d(e,t){return n=>r=>e[n](t,r)}function gv(e){return b(e.addListener)&&b(e.removeListener)}function mv(e){return b(e.on)&&b(e.off)}function yv(e){return b(e.addEventListener)&&b(e.removeEventListener)}function wr(e=0,t,n=Td){let r=-1;return t!=null&&(Ho(t)?n=t:r=t),new N(o=>{let i=Bd(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 vv(e=0,t=Zt){return e<0&&(e=0),wr(e,e,t)}var{isArray:Dv}=Array;function ti(e){return e.length===1&&Dv(e[0])?e[0]:e}function pt(e,t){return A((n,r)=>{let o=0;n.subscribe(_(r,i=>e.call(t,i,o++)&&r.next(i)))})}function Ev(...e){return e=ti(e),e.length===1?R(e[0]):new N(Iv(e))}function Iv(e){return t=>{let n=[];for(let r=0;n&&!t.closed&&r<e.length;r++)n.push(R(e[r]).subscribe(_(t,o=>{if(n){for(let i=0;i<n.length;i++)i!==r&&n[i].unsubscribe();n=null}t.next(o)})))}}function wv(...e){let t=_t(e),n=ti(e);return n.length?new N(r=>{let o=n.map(()=>[]),i=n.map(()=>!1);r.add(()=>{o=i=null});for(let s=0;!r.closed&&s<n.length;s++)R(n[s]).subscribe(_(r,a=>{if(o[s].push(a),o.every(c=>c.length)){let c=o.map(u=>u.shift());r.next(t?t(...c):c),o.some((u,l)=>!u.length&&i[l])&&r.complete()}},()=>{i[s]=!0,!o[s].length&&r.complete()}));return()=>{o=i=null}}):Yt}function zd(e){return A((t,n)=>{let r=null,o=!1,i;r=t.subscribe(_(n,void 0,void 0,s=>{i=R(e(s,zd(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}function Gd(e,t,n,r,o){return(i,s)=>{let a=n,c=t,u=0;i.subscribe(_(s,l=>{let d=u++;c=a?e(c,l,d):(a=!0,l),r&&s.next(c)},o&&(()=>{a&&s.next(c),s.complete()})))}}function Sa(e,t){return b(t)?je(e,t,1):je(e,1)}function Cr(e){return A((t,n)=>{let r=!1;t.subscribe(_(n,o=>{r=!0,n.next(o)},()=>{r||n.next(e),n.complete()}))})}function Wd(){return A((e,t)=>{e.subscribe(_(t,ft))})}function qd(e){return ge(()=>e)}function Na(e,t){return t?n=>Nt(t.pipe(An(1),Wd()),n.pipe(Na(e))):je((n,r)=>R(e(n,r)).pipe(An(1),qd(n)))}function Cv(e,t=Zt){let n=wr(e,t);return Na(()=>n)}function bv(e,t=ie){return e=e??Tv,A((n,r)=>{let o,i=!0;n.subscribe(_(r,s=>{let a=t(s);(i||!e(o,a))&&(i=!1,o=a,r.next(s))}))})}function Tv(e,t){return e===t}function ni(e=_v){return A((t,n)=>{let r=!1;t.subscribe(_(n,o=>{r=!0,n.next(o)},()=>r?n.complete():n.error(e())))})}function _v(){return new Le}function Mv(...e){return t=>Nt(t,Rn(...e))}function ri(e){return A((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Sv(e,t){let n=arguments.length>=2;return r=>r.pipe(e?pt((o,i)=>e(o,i,r)):ie,An(1),n?Cr(t):ni(()=>new Le))}function Aa(e){return e<=0?()=>Yt:A((t,n)=>{let r=[];t.subscribe(_(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 Nv(e,t){let n=arguments.length>=2;return r=>r.pipe(e?pt((o,i)=>e(o,i,r)):ie,Aa(1),n?Cr(t):ni(()=>new Le))}function Av(e,t){return A(Gd(e,t,arguments.length>=2,!0))}function Zd(e={}){let{connector:t=()=>new pe,resetOnError:n=!0,resetOnComplete:r=!0,resetOnRefCountZero:o=!0}=e;return i=>{let s,a,c,u=0,l=!1,d=!1,p=()=>{a?.unsubscribe(),a=void 0},f=()=>{p(),s=c=void 0,l=d=!1},h=()=>{let D=s;f(),D?.unsubscribe()};return A((D,v)=>{u++,!d&&!l&&p();let m=c=c??t();v.add(()=>{u--,u===0&&!d&&!l&&(a=xa(h,o))}),m.subscribe(v),!s&&u>0&&(s=new Pe({next:O=>m.next(O),error:O=>{d=!0,p(),a=xa(f,n,O),m.error(O)},complete:()=>{l=!0,p(),a=xa(f,r),m.complete()}}),R(D).subscribe(s))})(i)}}function xa(e,t,...n){if(t===!0){e();return}if(t===!1)return;let r=new Pe({next:()=>{r.unsubscribe(),e()}});return R(t(...n)).subscribe(r)}function xv(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,Zd({connector:()=>new Vo(r,t,n),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:o})}function Rv(e){return pt((t,n)=>e<=n)}function Ov(...e){let t=Mt(e);return A((n,r)=>{(t?Nt(e,n,t):Nt(e,n)).subscribe(r)})}function oi(e,t){return A((n,r)=>{let o=null,i=0,s=!1,a=()=>s&&!o&&r.complete();n.subscribe(_(r,c=>{o?.unsubscribe();let u=0,l=i++;R(e(c,l)).subscribe(o=_(r,d=>r.next(t?t(c,d,l,u++):d),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function Yd(e){return A((t,n)=>{R(e).subscribe(_(n,()=>n.complete(),ft)),!n.closed&&t.subscribe(n)})}function Fv(e,t,n){let r=b(e)||t||n?{next:e,error:t,complete:n}:e;return r?A((o,i)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;o.subscribe(_(i,c=>{var u;(u=r.next)===null||u===void 0||u.call(r,c),i.next(c)},()=>{var c;a=!1,(c=r.complete)===null||c===void 0||c.call(r),i.complete()},c=>{var u;a=!1,(u=r.error)===null||u===void 0||u.call(r,c),i.error(c)},()=>{var c,u;a&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(u=r.finalize)===null||u===void 0||u.call(r)}))}):ie}function kv(...e){let t=_t(e);return A((n,r)=>{let o=e.length,i=new Array(o),s=e.map(()=>!1),a=!1;for(let c=0;c<o;c++)R(e[c]).subscribe(_(r,u=>{i[c]=u,!a&&!s[c]&&(s[c]=!0,(a=s.every(ie))&&(s=null))},ft));n.subscribe(_(r,c=>{if(a){let u=[c,...i];r.next(t?t(...u):u)}}))})}var Ra;function ii(){return Ra}function qe(e){let t=Ra;return Ra=e,t}var Qd=Symbol("NotFound");function Fn(e){return e===Qd||e?.name==="\u0275NotFound"}var se=null,si=!1,Oa=1,Pv=null,ee=Symbol("SIGNAL");function M(e){let t=se;return se=e,t}function li(){return se}var kn={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 Kt(e){if(si)throw new Error("");if(se===null)return;se.consumerOnSignalRead(e);let t=se.producersTail;if(t!==void 0&&t.producer===e)return;let n,r=se.recomputing;if(r&&(n=t!==void 0?t.nextProducer:se.producers,n!==void 0&&n.producer===e)){se.producersTail=n,n.lastReadVersion=e.version;return}let o=e.consumersTail;if(o!==void 0&&o.consumer===se&&(!r||jv(o,se)))return;let i=Ln(se),s={producer:e,consumer:se,nextProducer:n,prevConsumer:o,lastReadVersion:e.version,nextConsumer:void 0};se.producersTail=s,t!==void 0?t.nextProducer=s:se.producers=s,i&&ef(e,s)}function Kd(){Oa++}function di(e){if(!(Ln(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Oa)){if(!e.producerMustRecompute(e)&&!_r(e)){ui(e);return}e.producerRecomputeValue(e),ui(e)}}function Fa(e){if(e.consumers===void 0)return;let t=si;si=!0;try{for(let n=e.consumers;n!==void 0;n=n.nextConsumer){let r=n.consumer;r.dirty||Lv(r)}}finally{si=t}}function ka(){return se?.consumerAllowSignalWrites!==!1}function Lv(e){e.dirty=!0,Fa(e),e.consumerMarkedDirty?.(e)}function ui(e){e.dirty=!1,e.lastCleanEpoch=Oa}function Pn(e){return e&&Jd(e),M(e)}function Jd(e){e.producersTail=void 0,e.recomputing=!0}function Tr(e,t){M(t),e&&Xd(e)}function Xd(e){e.recomputing=!1;let t=e.producersTail,n=t!==void 0?t.nextProducer:e.producers;if(n!==void 0){if(Ln(e))do n=Pa(n);while(n!==void 0);t!==void 0?t.nextProducer=void 0:e.producers=void 0}}function _r(e){for(let t=e.producers;t!==void 0;t=t.nextProducer){let n=t.producer,r=t.lastReadVersion;if(r!==n.version||(di(n),r!==n.version))return!0}return!1}function Mr(e){if(Ln(e)){let t=e.producers;for(;t!==void 0;)t=Pa(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function ef(e,t){let n=e.consumersTail,r=Ln(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)ef(o.producer,o)}function Pa(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,!Ln(t)){let i=t.producers;for(;i!==void 0;)i=Pa(i)}return n}function Ln(e){return e.consumerIsAlwaysLive||e.consumers!==void 0}function fi(e){Pv?.(e)}function jv(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 pi(e,t){return Object.is(e,t)}function Sr(e,t){let n=Object.create(Bv);n.computation=e,t!==void 0&&(n.equal=t);let r=()=>{if(di(n),Kt(n),n.value===br)throw n.error;return n.value};return r[ee]=n,fi(n),r}var ai=Symbol("UNSET"),ci=Symbol("COMPUTING"),br=Symbol("ERRORED"),Bv=oe(z({},kn),{value:ai,dirty:!0,error:null,equal:pi,kind:"computed",producerMustRecompute(e){return e.value===ai||e.value===ci},producerRecomputeValue(e){if(e.value===ci)throw new Error("");let t=e.value;e.value=ci;let n=Pn(e),r,o=!1;try{r=e.computation(),M(null),o=t!==ai&&t!==br&&r!==br&&e.equal(t,r)}catch(i){r=br,e.error=i}finally{Tr(e,n)}if(o){e.value=t;return}e.value=r,e.version++}});function Vv(){throw new Error}var tf=Vv;function nf(e){tf(e)}function La(e){tf=e}var Hv=null;function ja(e,t){let n=Object.create(hi);n.value=e,t!==void 0&&(n.equal=t);let r=()=>rf(n);return r[ee]=n,fi(n),[r,s=>Jt(n,s),s=>Ba(n,s)]}function rf(e){return Kt(e),e.value}function Jt(e,t){ka()||nf(e),e.equal(e.value,t)||(e.value=t,Uv(e))}function Ba(e,t){ka()||nf(e),Jt(e,t(e.value))}var hi=oe(z({},kn),{equal:pi,value:void 0,kind:"signal"});function Uv(e){e.version++,Kd(),Fa(e),Hv?.(e)}function of(e){let t=M(null);try{return e()}finally{M(t)}}var Di="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss",y=class extends Error{code;constructor(t,n){super(Ye(t,n)),this.code=t}};function $v(e){return`NG0${Math.abs(e)}`}function Ye(e,t){return`${$v(e)}${t?": "+t:""}`}var re=globalThis;function F(e){for(let t in e)if(e[t]===F)return t;throw Error("")}function cf(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function gt(e){if(typeof e=="string")return e;if(Array.isArray(e))return`[${e.map(gt).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 Ei(e,t){return e?t?`${e} ${t}`:e:t||""}var zv=F({__forward_ref__:F});function Ii(e){return e.__forward_ref__=Ii,e.toString=function(){return gt(this())},e}function te(e){return Qa(e)?e():e}function Qa(e){return typeof e=="function"&&e.hasOwnProperty(zv)&&e.__forward_ref__===Ii}function T(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function mt(e){return{providers:e.providers||[],imports:e.imports||[]}}function Rr(e){return Wv(e,wi)}function Gv(e){return Rr(e)!==null}function Wv(e,t){return e.hasOwnProperty(t)&&e[t]||null}function qv(e){let t=e?.[wi]??null;return t||null}function Ha(e){return e&&e.hasOwnProperty(mi)?e[mi]:null}var wi=F({\u0275prov:F}),mi=F({\u0275inj:F}),I=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=T({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function Ka(e){return e&&!!e.\u0275providers}var Ja=F({\u0275cmp:F}),Xa=F({\u0275dir:F}),ec=F({\u0275pipe:F}),tc=F({\u0275mod:F}),Ar=F({\u0275fac:F}),rn=F({__NG_ELEMENT_ID__:F}),sf=F({__NG_ENV_ID__:F});function K(e){return typeof e=="string"?e:e==null?"":String(e)}function uf(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():K(e)}var lf=F({ngErrorCode:F}),Zv=F({ngErrorMessage:F}),Yv=F({ngTokenPath:F});function nc(e,t){return df("",-200,t)}function Ci(e,t){throw new y(-201,!1)}function df(e,t,n){let r=new y(t,e);return r[lf]=t,r[Zv]=e,n&&(r[Yv]=n),r}function Qv(e){return e[lf]}var Ua;function ff(){return Ua}function le(e){let t=Ua;return Ua=e,t}function rc(e,t,n){let r=Rr(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;Ci(e,"Injector")}var Kv={},Xt=Kv,Jv="__NG_DI_FLAG__",$a=class{injector;constructor(t){this.injector=t}retrieve(t,n){let r=en(n)||0;try{return this.injector.get(t,r&8?null:Xt,r)}catch(o){if(Fn(o))return o;throw o}}};function Xv(e,t=0){let n=ii();if(n===void 0)throw new y(-203,!1);if(n===null)return rc(e,void 0,t);{let r=eD(t),o=n.retrieve(e,r);if(Fn(o)){if(r.optional)return null;throw o}return o}}function C(e,t=0){return(ff()||Xv)(te(e),t)}function g(e,t){return C(e,en(t))}function en(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function eD(e){return{optional:!!(e&8),host:!!(e&1),self:!!(e&2),skipSelf:!!(e&4)}}function za(e){let t=[];for(let n=0;n<e.length;n++){let r=te(e[n]);if(Array.isArray(r)){if(r.length===0)throw new y(900,!1);let o,i=0;for(let s=0;s<r.length;s++){let a=r[s],c=tD(a);typeof c=="number"?c===-1?o=a.token:i|=c:o=a}t.push(C(o,i))}else t.push(C(r))}return t}function tD(e){return e[Jv]}function At(e,t){let n=e.hasOwnProperty(Ar);return n?e[Ar]:null}function pf(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 hf(e){return e.flat(Number.POSITIVE_INFINITY)}function bi(e,t){e.forEach(n=>Array.isArray(n)?bi(n,t):t(n))}function oc(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Or(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function gf(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function mf(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 Ti(e,t,n){let r=Bn(e,t);return r>=0?e[r|1]=n:(r=~r,mf(e,r,t,n)),r}function _i(e,t){let n=Bn(e,t);if(n>=0)return e[n|1]}function Bn(e,t){return nD(e,t,1)}function nD(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 Be={},ae=[],Rt=new I(""),ic=new I("",-1),sc=new I(""),xr=class{get(t,n=Xt){if(n===Xt){let o=df("",-201);throw o.name="\u0275NotFound",o}return n}};function ac(e){return e[tc]||null}function Qe(e){return e[Ja]||null}function Mi(e){return e[Xa]||null}function yf(e){return e[ec]||null}function Vn(e){return{\u0275providers:e}}function vf(...e){return{\u0275providers:cc(!0,e),\u0275fromNgModule:!0}}function cc(e,...t){let n=[],r=new Set,o,i=s=>{n.push(s)};return bi(t,s=>{let a=s;yi(a,i,[],r)&&(o||=[],o.push(a))}),o!==void 0&&Df(o,i),n}function Df(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:o}=e[n];uc(o,i=>{t(i,r)})}}function yi(e,t,n,r){if(e=te(e),!e)return!1;let o=null,i=Ha(e),s=!i&&Qe(e);if(!i&&!s){let c=e.ngModule;if(i=Ha(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 u of c)yi(u,t,n,r)}}else if(i){if(i.imports!=null&&!a){r.add(o);let u;try{bi(i.imports,l=>{yi(l,t,n,r)&&(u||=[],u.push(l))})}finally{}u!==void 0&&Df(u,t)}if(!a){let u=At(o)||(()=>new o);t({provide:o,useFactory:u,deps:ae},o),t({provide:sc,useValue:o,multi:!0},o),t({provide:Rt,useValue:()=>C(o),multi:!0},o)}let c=i.providers;if(c!=null&&!a){let u=e;uc(c,l=>{t(l,u)})}}else return!1;return o!==e&&e.providers!==void 0}function uc(e,t){for(let n of e)Ka(n)&&(n=n.\u0275providers),Array.isArray(n)?uc(n,t):t(n)}var rD=F({provide:String,useValue:F});function Ef(e){return e!==null&&typeof e=="object"&&rD in e}function oD(e){return!!(e&&e.useExisting)}function iD(e){return!!(e&&e.useFactory)}function tn(e){return typeof e=="function"}function If(e){return!!e.useClass}var Fr=new I(""),gi={},af={},Va;function Hn(){return Va===void 0&&(Va=new xr),Va}var me=class{},nn=class extends me{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,Wa(t,s=>this.processProvider(s)),this.records.set(ic,jn(void 0,this)),o.has("environment")&&this.records.set(me,jn(void 0,this));let i=this.records.get(Fr);i!=null&&typeof i.value=="string"&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(sc,ae,{self:!0}))}retrieve(t,n){let r=en(n)||0;try{return this.get(t,Xt,r)}catch(o){if(Fn(o))return o;throw o}}destroy(){Nr(this),this._destroyed=!0;let t=M(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(),M(t)}}onDestroy(t){return Nr(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){Nr(this);let n=qe(this),r=le(void 0),o;try{return t()}finally{qe(n),le(r)}}get(t,n=Xt,r){if(Nr(this),t.hasOwnProperty(sf))return t[sf](this);let o=en(r),i,s=qe(this),a=le(void 0);try{if(!(o&4)){let u=this.records.get(t);if(u===void 0){let l=lD(t)&&Rr(t);l&&this.injectableDefInScope(l)?u=jn(Ga(t),gi):u=null,this.records.set(t,u)}if(u!=null)return this.hydrate(t,u,o)}let c=o&2?Hn():this.parent;return n=o&8&&n===Xt?null:n,c.get(t,n)}catch(c){let u=Qv(c);throw u===-200||u===-201?new y(u,null):c}finally{le(a),qe(s)}}resolveInjectorInitializers(){let t=M(null),n=qe(this),r=le(void 0),o;try{let i=this.get(Rt,ae,{self:!0});for(let s of i)s()}finally{qe(n),le(r),M(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(gt(r));return`R3Injector[${t.join(", ")}]`}processProvider(t){t=te(t);let n=tn(t)?t:te(t&&t.provide),r=aD(t);if(!tn(t)&&t.multi===!0){let o=this.records.get(n);o||(o=jn(void 0,gi,!0),o.factory=()=>za(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){let o=M(null);try{if(n.value===af)throw nc(gt(t));return n.value===gi&&(n.value=af,n.value=n.factory(void 0,r)),typeof n.value=="object"&&n.value&&uD(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{M(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=te(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 Ga(e){let t=Rr(e),n=t!==null?t.factory:At(e);if(n!==null)return n;if(e instanceof I)throw new y(204,!1);if(e instanceof Function)return sD(e);throw new y(204,!1)}function sD(e){if(e.length>0)throw new y(204,!1);let n=qv(e);return n!==null?()=>n.factory(e):()=>new e}function aD(e){if(Ef(e))return jn(void 0,e.useValue);{let t=lc(e);return jn(t,gi)}}function lc(e,t,n){let r;if(tn(e)){let o=te(e);return At(o)||Ga(o)}else if(Ef(e))r=()=>te(e.useValue);else if(iD(e))r=()=>e.useFactory(...za(e.deps||[]));else if(oD(e))r=(o,i)=>C(te(e.useExisting),i!==void 0&&i&8?8:void 0);else{let o=te(e&&(e.useClass||e.provide));if(cD(e))r=()=>new o(...za(e.deps));else return At(o)||Ga(o)}return r}function Nr(e){if(e.destroyed)throw new y(205,!1)}function jn(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function cD(e){return!!e.deps}function uD(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function lD(e){return typeof e=="function"||typeof e=="object"&&e.ngMetadataName==="InjectionToken"}function Wa(e,t){for(let n of e)Array.isArray(n)?Wa(n,t):n&&Ka(n)?Wa(n.\u0275providers,t):t(n)}function Un(e,t){let n;e instanceof nn?(Nr(e),n=e):n=new $a(e);let r,o=qe(n),i=le(void 0);try{return t()}finally{qe(o),le(i)}}function dc(){return ff()!==void 0||ii()!=null}var Me=0,w=1,S=2,ne=3,Se=4,de=5,on=6,$n=7,G=8,Ot=9,Ke=10,k=11,zn=12,fc=13,sn=14,fe=15,Ft=16,an=17,Je=18,kr=19,pc=20,ht=21,Si=22,Gn=23,Te=24,cn=25,un=26,j=27,hc=1,gc=6,kt=7,Pr=8,ln=9,J=10;function Xe(e){return Array.isArray(e)&&typeof e[hc]=="object"}function Ve(e){return Array.isArray(e)&&e[hc]===!0}function mc(e){return(e.flags&4)!==0}function Pt(e){return e.componentOffset>-1}function Wn(e){return(e.flags&1)===1}function Ne(e){return!!e.template}function qn(e){return(e[S]&512)!==0}function dn(e){return(e[S]&256)===256}var yc="svg",wf="math";function Ae(e){for(;Array.isArray(e);)e=e[Me];return e}function vc(e){for(;Array.isArray(e);){if(typeof e[hc]=="object")return e;e=e[Me]}return null}function Dc(e,t){return Ae(t[e])}function He(e,t){return Ae(t[e.index])}function Lr(e,t){return e.data[t]}function Ni(e,t){return e[t]}function Ec(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function xe(e,t){let n=t[e];return Xe(n)?n:n[Me]}function Cf(e){return(e[S]&4)===4}function Ai(e){return(e[S]&128)===128}function bf(e){return Ve(e[ne])}function Re(e,t){return t==null?null:e[t]}function Ic(e){e[an]=0}function wc(e){e[S]&1024||(e[S]|=1024,Ai(e)&&fn(e))}function Tf(e,t){for(;e>0;)t=t[sn],e--;return t}function jr(e){return!!(e[S]&9216||e[Te]?.dirty)}function xi(e){e[Ke].changeDetectionScheduler?.notify(8),e[S]&64&&(e[S]|=1024),jr(e)&&fn(e)}function fn(e){e[Ke].changeDetectionScheduler?.notify(0);let t=xt(e);for(;t!==null&&!(t[S]&8192||(t[S]|=8192,!Ai(t)));)t=xt(t)}function Cc(e,t){if(dn(e))throw new y(911,!1);e[ht]===null&&(e[ht]=[]),e[ht].push(t)}function _f(e,t){if(e[ht]===null)return;let n=e[ht].indexOf(t);n!==-1&&e[ht].splice(n,1)}function xt(e){let t=e[ne];return Ve(t)?t[ne]:t}function bc(e){return e[$n]??=[]}function Tc(e){return e.cleanup??=[]}function Mf(e,t,n,r){let o=bc(t);o.push(n),e.firstCreatePass&&Tc(e).push(r,o.length-1)}var x={lFrame:Bf(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var qa=!1;function Sf(){return x.lFrame.elementDepthCount}function Nf(){x.lFrame.elementDepthCount++}function _c(){x.lFrame.elementDepthCount--}function Ri(){return x.bindingsEnabled}function Mc(){return x.skipHydrationRootTNode!==null}function Sc(e){return x.skipHydrationRootTNode===e}function Nc(){x.skipHydrationRootTNode=null}function E(){return x.lFrame.lView}function B(){return x.lFrame.tView}function Af(e){return x.lFrame.contextLView=e,e[G]}function xf(e){return x.lFrame.contextLView=null,e}function W(){let e=Ac();for(;e!==null&&e.type===64;)e=e.parent;return e}function Ac(){return x.lFrame.currentTNode}function Rf(){let e=x.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function Zn(e,t){let n=x.lFrame;n.currentTNode=e,n.isParent=t}function xc(){return x.lFrame.isParent}function Rc(){x.lFrame.isParent=!1}function Of(){return x.lFrame.contextLView}function Oc(){return qa}function Oi(e){let t=qa;return qa=e,t}function et(){let e=x.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Br(){return x.lFrame.bindingIndex}function Ff(e){return x.lFrame.bindingIndex=e}function yt(){return x.lFrame.bindingIndex++}function pn(e){let t=x.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function kf(){return x.lFrame.inI18n}function Pf(e,t){let n=x.lFrame;n.bindingIndex=n.bindingRootIndex=e,Fi(t)}function Lf(){return x.lFrame.currentDirectiveIndex}function Fi(e){x.lFrame.currentDirectiveIndex=e}function Fc(e){let t=x.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function ki(){return x.lFrame.currentQueryIndex}function Vr(e){x.lFrame.currentQueryIndex=e}function dD(e){let t=e[w];return t.type===2?t.declTNode:t.type===1?e[de]:null}function kc(e,t,n){if(n&4){let o=t,i=e;for(;o=o.parent,o===null&&!(n&1);)if(o=dD(i),o===null||(i=i[sn],o.type&10))break;if(o===null)return!1;t=o,e=i}let r=x.lFrame=jf();return r.currentTNode=t,r.lView=e,!0}function Pi(e){let t=jf(),n=e[w];x.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function jf(){let e=x.lFrame,t=e===null?null:e.child;return t===null?Bf(e):t}function Bf(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 Vf(){let e=x.lFrame;return x.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var Pc=Vf;function Li(){let e=Vf();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 Hf(e){return(x.lFrame.contextLView=Tf(e,x.lFrame.contextLView))[G]}function _e(){return x.lFrame.selectedIndex}function Lt(e){x.lFrame.selectedIndex=e}function Yn(){let e=x.lFrame;return Lr(e.tView,e.selectedIndex)}function Uf(){x.lFrame.currentNamespace=yc}function $f(){fD()}function fD(){x.lFrame.currentNamespace=null}function zf(){return x.lFrame.currentNamespace}var Gf=!0;function ji(){return Gf}function Hr(e){Gf=e}function Za(e,t=null,n=null,r){let o=Lc(e,t,n,r);return o.resolveInjectorInitializers(),o}function Lc(e,t=null,n=null,r,o=new Set){let i=[n||ae,vf(e)];return r=r||(typeof e=="object"?void 0:gt(e)),new nn(i,t||Hn(),r||null,o)}var ye=class e{static THROW_IF_NOT_FOUND=Xt;static NULL=new xr;static create(t,n){if(Array.isArray(t))return Za({name:""},n,t,"");{let r=t.name??"";return Za({name:r},t.parent,t.providers,r)}}static \u0275prov=T({token:e,providedIn:"any",factory:()=>C(ic)});static __NG_ELEMENT_ID__=-1},q=new I(""),tt=(()=>{class e{static __NG_ELEMENT_ID__=pD;static __NG_ENV_ID__=n=>n}return e})(),vi=class extends tt{_lView;constructor(t){super(),this._lView=t}get destroyed(){return dn(this._lView)}onDestroy(t){let n=this._lView;return Cc(n,t),()=>_f(n,t)}};function pD(){return new vi(E())}var be=class{_console=console;handleError(t){this._console.error("ERROR",t)}},nt=new I("",{providedIn:"root",factory:()=>{let e=g(me),t;return n=>{e.destroyed&&!t?setTimeout(()=>{throw n}):(t??=e.get(be),t.handleError(n))}}}),Wf={provide:Rt,useValue:()=>void g(be),multi:!0};function jc(e){return typeof e=="function"&&e[ee]!==void 0}function Bi(e,t){let[n,r,o]=ja(e,t?.equal),i=n,s=i[ee];return i.set=r,i.update=o,i.asReadonly=Vi.bind(i),i}function Vi(){let e=this[ee];if(e.readonlyFn===void 0){let t=()=>this();t[ee]=e,e.readonlyFn=t}return e.readonlyFn}function Bc(e){return jc(e)&&typeof e.set=="function"}var Ur=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=hD}return e})();function hD(){return new Ur(E(),W())}var Ze=class{},$r=new I("",{providedIn:"root",factory:()=>!1});var Vc=new I(""),Hc=new I(""),jt=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new Ir(!1);get hasPendingTasks(){return this.destroyed?!1:this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new N(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=T({token:e,providedIn:"root",factory:()=>new e})}return e})(),Qn=(()=>{class e{internalPendingTasks=g(jt);scheduler=g(Ze);errorHandler=g(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=T({token:e,providedIn:"root",factory:()=>new e})}return e})();function Kn(...e){}var Hi=(()=>{class e{static \u0275prov=T({token:e,providedIn:"root",factory:()=>new Ya})}return e})(),Ya=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}};function eo(e){return{toString:e}.toString()}function ED(e){return typeof e=="function"}var Ji=class{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function Np(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var to=(()=>{let e=()=>Ap;return e.ngInherit=!0,e})();function Ap(e){return e.type.prototype.ngOnChanges&&(e.setInput=wD),ID}function ID(){let e=Rp(this),t=e?.current;if(t){let n=e.previous;if(n===Be)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function wD(e,t,n,r,o){let i=this.declaredInputs[r],s=Rp(e)||CD(e,{previous:Be,current:null}),a=s.current||(s.current={}),c=s.previous,u=c[i];a[i]=new Ji(u&&u.currentValue,n,c===Be),Np(e,t,o,n)}var xp="__ngSimpleChanges__";function Rp(e){return e[xp]||null}function CD(e,t){return e[xp]=t}var qf=[];var P=function(e,t=null,n){for(let r=0;r<qf.length;r++){let o=qf[r];o(e,t,n)}};function bD(e,t,n){let{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){let s=Ap(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 Op(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:u,ngOnDestroy:l}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),u&&((e.viewHooks??=[]).push(n,u),(e.viewCheckHooks??=[]).push(n,u)),l!=null&&(e.destroyHooks??=[]).push(n,l)}}function qi(e,t,n){Fp(e,t,3,n)}function Zi(e,t,n,r){(e[S]&3)===n&&Fp(e,t,n,r)}function Uc(e,t){let n=e[S];(n&3)===t&&(n&=16383,n+=1,e[S]=n)}function Fp(e,t,n,r){let o=r!==void 0?e[an]&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[an]+=65536),(a<i||i==-1)&&(TD(e,n,t,c),e[an]=(e[an]&4294901760)+c+2),c++}function Zf(e,t){P(4,e,t);let n=M(null);try{t.call(e)}finally{M(n),P(5,e,t)}}function TD(e,t,n,r){let o=n[r]<0,i=n[r+1],s=o?-n[r]:n[r],a=e[s];o?e[S]>>14<e[an]>>16&&(e[S]&3)===t&&(e[S]+=16384,Zf(a,i)):Zf(a,i)}var Xn=-1,gn=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 _D(e){return(e.flags&8)!==0}function MD(e){return(e.flags&16)!==0}function SD(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];ND(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}return r}function kp(e){return e===3||e===4||e===6}function ND(e){return e.charCodeAt(0)===64}function er(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?Yf(e,n,o,null,t[++r]):Yf(e,n,o,null,null))}}return e}function Yf(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 Pp(e){return e!==Xn}function Xi(e){return e&32767}function AD(e){return e>>16}function es(e,t){let n=AD(e),r=t;for(;n>0;)r=r[sn],n--;return r}var Jc=!0;function ts(e){let t=Jc;return Jc=e,t}var xD=256,Lp=xD-1,jp=5,RD=0,rt={};function OD(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(rn)&&(r=n[rn]),r==null&&(r=n[rn]=RD++);let o=r&Lp,i=1<<o;t.data[e+(o>>jp)]|=i}function ns(e,t){let n=Bp(e,t);if(n!==-1)return n;let r=t[w];r.firstCreatePass&&(e.injectorIndex=t.length,$c(r.data,e),$c(t,null),$c(r.blueprint,null));let o=Lu(e,t),i=e.injectorIndex;if(Pp(o)){let s=Xi(o),a=es(o,t),c=a[w].data;for(let u=0;u<8;u++)t[i+u]=a[s+u]|c[s+u]}return t[i+8]=o,i}function $c(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Bp(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Lu(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=zp(o),r===null)return Xn;if(n++,o=o[sn],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Xn}function Xc(e,t,n){OD(e,t,n)}function FD(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(kp(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 Vp(e,t,n){if(n&8||e!==void 0)return e;Ci(t,"NodeInjector")}function Hp(e,t,n,r){if(n&8&&r===void 0&&(r=null),(n&3)===0){let o=e[Ot],i=le(void 0);try{return o?o.get(t,r,n&8):rc(t,r,n&8)}finally{le(i)}}return Vp(r,t,n)}function Up(e,t,n,r=0,o){if(e!==null){if(t[S]&2048&&!(r&2)){let s=BD(e,t,n,r,rt);if(s!==rt)return s}let i=$p(e,t,n,r,rt);if(i!==rt)return i}return Hp(t,n,r,o)}function $p(e,t,n,r,o){let i=PD(n);if(typeof i=="function"){if(!kc(t,e,r))return r&1?Vp(o,n,r):Hp(t,n,r,o);try{let s;if(s=i(r),s==null&&!(r&8))Ci(n);else return s}finally{Pc()}}else if(typeof i=="number"){let s=null,a=Bp(e,t),c=Xn,u=r&1?t[fe][de]:null;for((a===-1||r&4)&&(c=a===-1?Lu(e,t):t[a+8],c===Xn||!Kf(r,!1)?a=-1:(s=t[w],a=Xi(c),t=es(c,t)));a!==-1;){let l=t[w];if(Qf(i,a,l.data)){let d=kD(a,t,n,s,r,u);if(d!==rt)return d}c=t[a+8],c!==Xn&&Kf(r,t[w].data[a+8]===u)&&Qf(i,a,t)?(s=l,a=Xi(c),t=es(c,t)):a=-1}}return o}function kD(e,t,n,r,o,i){let s=t[w],a=s.data[e+8],c=r==null?Pt(a)&&Jc:r!=s&&(a.type&3)!==0,u=o&1&&i===a,l=Yi(a,s,n,c,u);return l!==null?qr(t,s,l,a,o):rt}function Yi(e,t,n,r,o){let i=e.providerIndexes,s=t.data,a=i&1048575,c=e.directiveStart,u=e.directiveEnd,l=i>>20,d=r?a:a+l,p=o?a+l:u;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&&Ne(f)&&f.type===n)return c}return null}function qr(e,t,n,r,o){let i=e[n],s=t.data;if(i instanceof gn){let a=i;if(a.resolving){let f=uf(s[n]);throw nc(f)}let c=ts(a.canSeeViewProviders);a.resolving=!0;let u=s[n].type||s[n],l,d=a.injectImpl?le(a.injectImpl):null,p=kc(e,r,0);try{i=e[n]=a.factory(void 0,o,s,e,r),t.firstCreatePass&&n>=r.directiveStart&&bD(n,s[n],t)}finally{d!==null&&le(d),ts(c),a.resolving=!1,Pc()}}return i}function PD(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(rn)?e[rn]:void 0;return typeof t=="number"?t>=0?t&Lp:LD:t}function Qf(e,t,n){let r=1<<e;return!!(n[t+(e>>jp)]&r)}function Kf(e,t){return!(e&2)&&!(e&1&&t)}var hn=class{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return Up(this._tNode,this._lView,t,en(r),n)}};function LD(){return new hn(W(),E())}function jD(e){return eo(()=>{let t=e.prototype.constructor,n=t[Ar]||eu(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){let i=o[Ar]||eu(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function eu(e){return Qa(e)?()=>{let t=eu(te(e));return t&&t()}:At(e)}function BD(e,t,n,r,o){let i=e,s=t;for(;i!==null&&s!==null&&s[S]&2048&&!qn(s);){let a=$p(i,s,n,r|2,rt);if(a!==rt)return a;let c=i.parent;if(!c){let u=s[pc];if(u){let l=u.get(n,rt,r);if(l!==rt)return l}c=zp(s),s=s[sn]}i=c}return o}function zp(e){let t=e[w],n=t.type;return n===2?t.declTNode:n===1?e[de]:null}function ju(e){return FD(W(),e)}function VD(){return ir(W(),E())}function ir(e,t){return new ot(He(e,t))}var ot=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=VD}return e})();function Gp(e){return e instanceof ot?e.nativeElement:e}function HD(){return this._results[Symbol.iterator]()}var rs=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 pe}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=hf(t);(this._changesDetected=!pf(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]=HD};function Wp(e){return(e.flags&128)===128}var Bu=(function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e})(Bu||{}),qp=new Map,UD=0;function $D(){return UD++}function zD(e){qp.set(e[kr],e)}function tu(e){qp.delete(e[kr])}var Jf="__ngContext__";function tr(e,t){Xe(t)?(e[Jf]=t[kr],zD(t)):e[Jf]=t}function Zp(e){return Qp(e[zn])}function Yp(e){return Qp(e[Se])}function Qp(e){for(;e!==null&&!Ve(e);)e=e[Se];return e}var nu;function Vu(e){nu=e}function Hu(){if(nu!==void 0)return nu;if(typeof document<"u")return document;throw new y(210,!1)}var Ds=new I("",{providedIn:"root",factory:()=>GD}),GD="ng",Es=new I(""),sr=new I("",{providedIn:"platform",factory:()=>"unknown"});var WD=new I(""),Is=new I("",{providedIn:"root",factory:()=>Hu().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),ws={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},Cs=new I("",{providedIn:"root",factory:()=>ws});var qD="h",ZD="b";var Kp="r";var Jp="di";var Xp=!1,eh=new I("",{providedIn:"root",factory:()=>Xp});var th=new I("");var YD=(e,t,n,r)=>{};function QD(e,t,n,r){YD(e,t,n,r)}function bs(e){return(e.flags&32)===32}var KD=()=>null;function nh(e,t,n=!1){return KD(e,t,n)}function rh(e,t){let n=e.contentQueries;if(n!==null){let r=M(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];Vr(i),a.contentQueries(2,t[s],s)}}}finally{M(r)}}}function ru(e,t,n){Vr(0);let r=M(null);try{t(e,n)}finally{M(r)}}function Uu(e,t,n){if(mc(t)){let r=M(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{M(r)}}}var Dt=(function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e})(Dt||{}),Ui;function oh(){if(Ui===void 0&&(Ui=null,re.trustedTypes))try{Ui=re.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Ui}function Ts(e){return oh()?.createHTML(e)||e}function JD(e){return oh()?.createScriptURL(e)||e}var $i;function ih(){if($i===void 0&&($i=null,re.trustedTypes))try{$i=re.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return $i}function Xf(e){return ih()?.createHTML(e)||e}function ep(e){return ih()?.createScriptURL(e)||e}var Et=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Di})`}},ou=class extends Et{getTypeName(){return"HTML"}},iu=class extends Et{getTypeName(){return"Style"}},su=class extends Et{getTypeName(){return"Script"}},au=class extends Et{getTypeName(){return"URL"}},cu=class extends Et{getTypeName(){return"ResourceURL"}};function ve(e){return e instanceof Et?e.changingThisBreaksApplicationSecurity:e}function it(e,t){let n=sh(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Di})`)}return n===t}function sh(e){return e instanceof Et&&e.getTypeName()||null}function $u(e){return new ou(e)}function zu(e){return new iu(e)}function Gu(e){return new su(e)}function Wu(e){return new au(e)}function qu(e){return new cu(e)}function XD(e){let t=new lu(e);return eE()?new uu(t):t}var uu=class{inertDocumentHelper;constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t="<body><remove></remove>"+t;try{let n=new window.DOMParser().parseFromString(Ts(t),"text/html").body;return n===null?this.inertDocumentHelper.getInertBodyElement(t):(n.firstChild?.remove(),n)}catch{return null}}},lu=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=Ts(t),n}};function eE(){try{return!!new window.DOMParser().parseFromString(Ts(""),"text/html")}catch{return!1}}var tE=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function no(e){return e=String(e),e.match(tE)?e:"unsafe:"+e}function It(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function ro(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var ah=It("area,br,col,hr,img,wbr"),ch=It("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),uh=It("rp,rt"),nE=ro(uh,ch),rE=ro(ch,It("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")),oE=ro(uh,It("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")),tp=ro(ah,rE,oE,nE),lh=It("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),iE=It("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"),sE=It("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"),aE=ro(lh,iE,sE),cE=It("script,style,template"),du=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=dE(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let i=lE(n);if(i){n=i;break}n=o.pop()}}return this.buf.join("")}startElement(t){let n=np(t).toLowerCase();if(!tp.hasOwnProperty(n))return this.sanitizedSomething=!0,!cE.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(!aE.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let c=i.value;lh[a]&&(c=no(c)),this.buf.push(" ",s,'="',rp(c),'"')}return this.buf.push(">"),!0}endElement(t){let n=np(t).toLowerCase();tp.hasOwnProperty(n)&&!ah.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(rp(t))}};function uE(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function lE(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw dh(t);return t}function dE(e){let t=e.firstChild;if(t&&uE(e,t))throw dh(t);return t}function np(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function dh(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var fE=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,pE=/([^\#-~ |!])/g;function rp(e){return e.replace(/&/g,"&").replace(fE,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(pE,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}var zi;function _s(e,t){let n=null;try{zi=zi||XD(e);let r=t?String(t):"";n=zi.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=zi.getInertBodyElement(r)}while(r!==i);let a=new du().sanitizeChildren(op(n)||n);return Ts(a)}finally{if(n){let r=op(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function op(e){return"content"in e&&hE(e)?e.content:null}function hE(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var Oe=(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})(Oe||{});function gE(e){let t=Zu();return t?Xf(t.sanitize(Oe.HTML,e)||""):it(e,"HTML")?Xf(ve(e)):_s(Hu(),K(e))}function fh(e){let t=Zu();return t?t.sanitize(Oe.URL,e)||"":it(e,"URL")?ve(e):no(K(e))}function ph(e){let t=Zu();if(t)return ep(t.sanitize(Oe.RESOURCE_URL,e)||"");if(it(e,"ResourceURL"))return ep(ve(e));throw new y(904,!1)}function mE(e){return JD(e[0])}function yE(e,t){return t==="src"&&(e==="embed"||e==="frame"||e==="iframe"||e==="media"||e==="script")||t==="href"&&(e==="base"||e==="link")?ph:fh}function vE(e,t,n){return yE(t,n)(e)}function Zu(){let e=E();return e&&e[Ke].sanitizer}var DE=/^>|^->|<!--|-->|--!>|<!-$/g,EE=/(<|>)/g,IE="\u200B$1\u200B";function wE(e){return e.replace(DE,t=>t.replace(EE,IE))}function CE(e){return e.ownerDocument.defaultView}function hh(e){return e instanceof Function?e():e}function bE(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 gh="ng-template";function TE(e,t,n,r){let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&bE(t[o+1].toLowerCase(),n,0)!==-1)return!0}else if(Yu(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 Yu(e){return e.type===4&&e.value!==gh}function _E(e,t,n){let r=e.type===4&&!n?gh:e.value;return t===r}function ME(e,t,n){let r=4,o=e.attrs,i=o!==null?AE(o):0,s=!1;for(let a=0;a<t.length;a++){let c=t[a];if(typeof c=="number"){if(!s&&!Ue(r)&&!Ue(c))return!1;if(s&&Ue(c))continue;s=!1,r=c|r&1;continue}if(!s)if(r&4){if(r=2|r&1,c!==""&&!_E(e,c,n)||c===""&&t.length===1){if(Ue(r))return!1;s=!0}}else if(r&8){if(o===null||!TE(e,o,c,n)){if(Ue(r))return!1;s=!0}}else{let u=t[++a],l=SE(c,o,Yu(e),n);if(l===-1){if(Ue(r))return!1;s=!0;continue}if(u!==""){let d;if(l>i?d="":d=o[l+1].toLowerCase(),r&2&&u!==d){if(Ue(r))return!1;s=!0}}}}return Ue(r)||s}function Ue(e){return(e&1)===0}function SE(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 xE(t,e)}function mh(e,t,n=!1){for(let r=0;r<t.length;r++)if(ME(e,t[r],n))return!0;return!1}function NE(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function AE(e){for(let t=0;t<e.length;t++){let n=e[t];if(kp(n))return t}return e.length}function xE(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 RE(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 ip(e,t){return e?":not("+t.trim()+")":t}function OE(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!==""&&!Ue(s)&&(t+=ip(i,o),o=""),r=s,i=i||!Ue(r);n++}return o!==""&&(t+=ip(i,o)),t}function FE(e){return e.map(OE).join(",")}function kE(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(!Ue(o))break;o=i}r++}return n.length&&t.push(1,...n),t}var Z={};function PE(e,t){return e.createText(t)}function LE(e,t,n){e.setValue(t,n)}function jE(e,t){return e.createComment(wE(t))}function yh(e,t,n){return e.createElement(t,n)}function os(e,t,n,r,o){e.insertBefore(t,n,r,o)}function vh(e,t,n){e.appendChild(t,n)}function sp(e,t,n,r,o){r!==null?os(e,t,n,r,o):vh(e,t,n)}function Dh(e,t,n,r){e.removeChild(null,t,n,r)}function BE(e,t,n){e.setAttribute(t,"style",n)}function VE(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function Eh(e,t,n){let{mergedAttrs:r,classes:o,styles:i}=n;r!==null&&SD(e,t,r),o!==null&&VE(e,t,o),i!==null&&BE(e,t,i)}function Qu(e,t,n,r,o,i,s,a,c,u,l){let d=j+r,p=d+o,f=HE(d,p),h=typeof u=="function"?u():u;return f[w]={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:l}}function HE(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:Z);return n}function UE(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Qu(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Ku(e,t,n,r,o,i,s,a,c,u,l){let d=t.blueprint.slice();return d[Me]=o,d[S]=r|4|128|8|64|1024,(u!==null||e&&e[S]&2048)&&(d[S]|=2048),Ic(d),d[ne]=d[sn]=e,d[G]=n,d[Ke]=s||e&&e[Ke],d[k]=a||e&&e[k],d[Ot]=c||e&&e[Ot]||null,d[de]=i,d[kr]=$D(),d[on]=l,d[pc]=u,d[fe]=t.type==2?e[fe]:d,d}function $E(e,t,n){let r=He(t,e),o=UE(n),i=e[Ke].rendererFactory,s=Ju(e,Ku(e,o,null,Ih(n),r,t,null,i.createRenderer(r,n),null,null,null));return e[t.index]=s}function Ih(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function wh(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 Ju(e,t){return e[zn]?e[fc][Se]=t:e[zn]=t,e[fc]=t,t}function zE(e=1){Ch(B(),E(),_e()+e,!1)}function Ch(e,t,n,r){if(!r)if((t[S]&3)===3){let i=e.preOrderCheckHooks;i!==null&&qi(t,i,n)}else{let i=e.preOrderHooks;i!==null&&Zi(t,i,0,n)}Lt(n)}var Ms=(function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e})(Ms||{});function fu(e,t,n,r){let o=M(null);try{let[i,s,a]=e.inputs[n],c=null;(s&Ms.SignalBased)!==0&&(c=t[i][ee]),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):Np(t,c,i,r)}finally{M(o)}}var ze=(function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e})(ze||{}),GE;function Xu(e,t){return GE(e,t)}var nr=new Set,Ss=(function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e})(Ss||{}),Dn=new I(""),ap=new Set;function st(e){ap.has(e)||(ap.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var bh=!1,pu=class extends pe{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,dc()&&(this.destroyRef=g(tt,{optional:!0})??void 0,this.pendingTasks=g(jt,{optional:!0})??void 0)}emit(t){let n=M(null);try{super.next(t)}finally{M(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 Q&&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)}})}}},vt=pu;function Th(e){let t,n;function r(){e=Kn;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 cp(e){return queueMicrotask(()=>e()),()=>{e=Kn}}var el="isAngularZone",is=el+"_ID",WE=0,H=class e{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new vt(!1);onMicrotaskEmpty=new vt(!1);onStable=new vt(!1);onError=new vt(!1);constructor(t){let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=bh}=t;if(typeof Zone>"u")throw new y(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,YE(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(el)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new y(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new y(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,qE,Kn,Kn);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)}},qE={};function tl(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 ZE(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){Th(()=>{e.callbackScheduled=!1,hu(e),e.isCheckStableRunning=!0,tl(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),hu(e)}function YE(e){let t=()=>{ZE(e)},n=WE++;e._inner=e._inner.fork({name:"angular",properties:{[el]:!0,[is]:n,[is+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(QE(c))return r.invokeTask(i,s,a,c);try{return up(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),lp(e)}},onInvoke:(r,o,i,s,a,c,u)=>{try{return up(e),r.invoke(i,s,a,c,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!KE(c)&&t(),lp(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,hu(e),tl(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 hu(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function up(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function lp(e){e._nesting--,tl(e)}var ss=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new vt;onMicrotaskEmpty=new vt;onStable=new vt;onError=new vt;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 QE(e){return _h(e,"__ignore_ng_zone__")}function KE(e){return _h(e,"__scheduler_tick__")}function _h(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var nl=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=T({token:e,providedIn:"root",factory:()=>new e})}return e})(),Mh=[0,1,2,3],Sh=(()=>{class e{ngZone=g(H);scheduler=g(Ze);errorHandler=g(be,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){g(Dn,{optional:!0})}execute(){let n=this.sequences.size>0;n&&P(16),this.executing=!0;for(let r of Mh)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&&P(17)}register(n){let{view:r}=n;r!==void 0?((r[cn]??=[]).push(n),fn(r),r[S]|=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(Ss.AFTER_NEXT_RENDER,n):n()}static \u0275prov=T({token:e,providedIn:"root",factory:()=>new e})}return e})(),as=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?.[cn];t&&(this.view[cn]=t.filter(n=>n!==this))}};function JE(e,t){let n=t?.injector??g(ye);return st("NgAfterRender"),Nh(e,n,t,!1)}function XE(e,t){let n=t?.injector??g(ye);return st("NgAfterNextRender"),Nh(e,n,t,!0)}function eI(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function Nh(e,t,n,r){let o=t.get(nl);o.impl??=t.get(Sh);let i=t.get(Dn,null,{optional:!0}),s=n?.manualCleanup!==!0?t.get(tt):null,a=t.get(Ur,null,{optional:!0}),c=new as(o.impl,eI(e),a?.view,r,s,i?.snapshot(null));return o.impl.register(c),c}var tI=new I("",{providedIn:"root",factory:()=>({queue:new Set,isScheduled:!1,scheduler:null})});function Ah(e,t){let n=e.get(tI);if(Array.isArray(t))for(let r of t)n.queue.add(r);else n.queue.add(t);n.scheduler&&n.scheduler(e)}function nI(e,t){for(let[n,r]of t)Ah(e,r.animateFns)}function dp(e,t,n,r){let o=e?.[un]?.enter;t!==null&&o&&o.has(n.index)&&nI(r,o)}function Jn(e,t,n,r,o,i,s,a){if(o!=null){let c,u=!1;Ve(o)?c=o:Xe(o)&&(u=!0,o=o[Me]);let l=Ae(o);e===0&&r!==null?(dp(a,r,i,n),s==null?vh(t,r,l):os(t,r,l,s||null,!0)):e===1&&r!==null?(dp(a,r,i,n),os(t,r,l,s||null,!0)):e===2?fp(a,i,n,d=>{Dh(t,l,u,d)}):e===3&&fp(a,i,n,()=>{t.destroyNode(l)}),c!=null&&pI(t,e,n,c,i,r,s)}}function rI(e,t){xh(e,t),t[Me]=null,t[de]=null}function oI(e,t,n,r,o,i){r[Me]=o,r[de]=t,As(e,r,n,1,o,i)}function xh(e,t){t[Ke].changeDetectionScheduler?.notify(9),As(e,t,t[k],2,null,null)}function iI(e){let t=e[zn];if(!t)return zc(e[w],e);for(;t;){let n=null;if(Xe(t))n=t[zn];else{let r=t[J];r&&(n=r)}if(!n){for(;t&&!t[Se]&&t!==e;)Xe(t)&&zc(t[w],t),t=t[ne];t===null&&(t=e),Xe(t)&&zc(t[w],t),n=t&&t[Se]}t=n}}function rl(e,t){let n=e[ln],r=n.indexOf(t);n.splice(r,1)}function Ns(e,t){if(dn(t))return;let n=t[k];n.destroyNode&&As(e,t,n,3,null,null),iI(t)}function zc(e,t){if(dn(t))return;let n=M(null);try{t[S]&=-129,t[S]|=256,t[Te]&&Mr(t[Te]),cI(e,t),aI(e,t),t[w].type===1&&t[k].destroy();let r=t[Ft];if(r!==null&&Ve(t[ne])){r!==t[ne]&&rl(r,t);let o=t[Je];o!==null&&o.detachView(e)}tu(t)}finally{M(n)}}function fp(e,t,n,r){let o=e?.[un];if(o==null||o.leave==null||!o.leave.has(t.index))return r(!1);if(o.skipLeaveAnimations)return o.skipLeaveAnimations=!1,r(!1);e&&nr.add(e),Ah(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 u=s.animateFns[c],{promise:l}=u();a.push(l)}o.running=Promise.allSettled(a),sI(e,r)}else e&&nr.delete(e),r(!1)})}function sI(e,t){let n=e[un]?.running;if(n){n.then(()=>{e[un].running=void 0,nr.delete(e),t(!0)});return}t(!1)}function aI(e,t){let n=e.cleanup,r=t[$n];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[$n]=null);let o=t[ht];if(o!==null){t[ht]=null;for(let s=0;s<o.length;s++){let a=o[s];a()}}let i=t[Gn];if(i!==null){t[Gn]=null;for(let s of i)s.destroy()}}function cI(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 gn)){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];P(4,a,c);try{c.call(a)}finally{P(5,a,c)}}else{P(4,o,i);try{i.call(o)}finally{P(5,o,i)}}}}}function Rh(e,t,n){return uI(e,t.parent,n)}function uI(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[Me];if(Pt(r)){let{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===Dt.None||o===Dt.Emulated)return null}return He(r,n)}function Oh(e,t,n){return dI(e,t,n)}function lI(e,t,n){return e.type&40?He(e,n):null}var dI=lI,pp;function ol(e,t,n,r){let o=Rh(e,r,t),i=t[k],s=r.parent||t[de],a=Oh(s,r,t);if(o!=null)if(Array.isArray(n))for(let c=0;c<n.length;c++)sp(i,o,n[c],a,!1);else sp(i,o,n,a,!1);pp!==void 0&&pp(i,r,t,n,o)}function zr(e,t){if(t!==null){let n=t.type;if(n&3)return He(t,e);if(n&4)return gu(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return zr(e,r);{let o=e[t.index];return Ve(o)?gu(-1,o):Ae(o)}}else{if(n&128)return zr(e,t.next);if(n&32)return Xu(t,e)()||Ae(e[t.index]);{let r=Fh(e,t);if(r!==null){if(Array.isArray(r))return r[0];let o=xt(e[fe]);return zr(o,r)}else return zr(e,t.next)}}}return null}function Fh(e,t){if(t!==null){let r=e[fe][de],o=t.projection;return r.projection[o]}return null}function gu(e,t){let n=J+e+1;if(n<t.length){let r=t[n],o=r[w].firstChild;if(o!==null)return zr(r,o)}return t[kt]}function il(e,t,n,r,o,i,s){for(;n!=null;){let a=r[Ot];if(n.type===128){n=n.next;continue}let c=r[n.index],u=n.type;if(s&&t===0&&(c&&tr(Ae(c),r),n.flags|=2),!bs(n))if(u&8)il(e,t,n.child,r,o,i,!1),Jn(t,e,a,o,c,n,i,r);else if(u&32){let l=Xu(n,r),d;for(;d=l();)Jn(t,e,a,o,d,n,i,r);Jn(t,e,a,o,c,n,i,r)}else u&16?kh(e,t,r,n,o,i):Jn(t,e,a,o,c,n,i,r);n=s?n.projectionNext:n.next}}function As(e,t,n,r,o,i){il(n,r,e.firstChild,t,o,i,!1)}function fI(e,t,n){let r=t[k],o=Rh(e,n,t),i=n.parent||t[de],s=Oh(i,n,t);kh(r,0,t,n,o,s)}function kh(e,t,n,r,o,i){let s=n[fe],c=s[de].projection[r.projection];if(Array.isArray(c))for(let u=0;u<c.length;u++){let l=c[u];Jn(t,e,n[Ot],o,l,r,i,n)}else{let u=c,l=s[ne];Wp(r)&&(u.flags|=128),il(e,t,u,l,o,i,!0)}}function pI(e,t,n,r,o,i,s){let a=r[kt],c=Ae(r);a!==c&&Jn(t,e,n,i,a,o,s);for(let u=J;u<r.length;u++){let l=r[u];As(l[w],l,e,t,i,a)}}function hI(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=r.indexOf("-")===-1?void 0:ze.DashCase;o==null?e.removeStyle(n,r,i):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=ze.Important),e.setStyle(n,r,o,i))}}function Ph(e,t,n,r,o){let i=_e(),s=r&2;try{Lt(-1),s&&t.length>j&&Ch(e,t,j,!1),P(s?2:0,o,n),n(r,o)}finally{Lt(i),P(s?3:1,o,n)}}function xs(e,t,n){EI(e,t,n),(n.flags&64)===64&&II(e,t,n)}function ar(e,t,n=He){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 gI(e,t,n,r){let i=r.get(eh,Xp)||n===Dt.ShadowDom,s=e.selectRootElement(t,i);return mI(s),s}function mI(e){yI(e)}var yI=()=>null;function vI(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function Lh(e,t,n,r,o,i){let s=t[w];if(cl(e,s,t,n,r)){Pt(e)&&DI(t,e.index);return}e.type&3&&(n=vI(n)),sl(e,t,n,r,o,i)}function sl(e,t,n,r,o,i){if(e.type&3){let s=He(e,t);r=i!=null?i(r,e.value||"",n):r,o.setProperty(s,n,r)}else e.type&12}function DI(e,t){let n=xe(t,e);n[S]&16||(n[S]|=64)}function EI(e,t,n){let r=n.directiveStart,o=n.directiveEnd;Pt(n)&&$E(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||ns(n,t);let i=n.initialInputs;for(let s=r;s<o;s++){let a=e.data[s],c=qr(t,e,s,n);if(tr(c,t),i!==null&&TI(t,s-r,c,a,n,i),Ne(a)){let u=xe(n.index,t);u[G]=qr(t,e,s,n)}}}function II(e,t,n){let r=n.directiveStart,o=n.directiveEnd,i=n.index,s=Lf();try{Lt(i);for(let a=r;a<o;a++){let c=e.data[a],u=t[a];Fi(a),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&wI(c,u)}}finally{Lt(-1),Fi(s)}}function wI(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function al(e,t){let n=e.directiveRegistry,r=null;if(n)for(let o=0;o<n.length;o++){let i=n[o];mh(t,i.selectors,!1)&&(r??=[],Ne(i)?r.unshift(i):r.push(i))}return r}function CI(e,t,n,r,o,i){let s=He(e,t);bI(t[k],s,i,e.value,n,r,o)}function bI(e,t,n,r,o,i,s){if(i==null)e.removeAttribute(t,o,n);else{let a=s==null?K(i):s(i,r||"",o);e.setAttribute(t,o,a,n)}}function TI(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],u=s[a+1];fu(r,n,c,u)}}function Rs(e,t,n,r,o){let i=j+n,s=t[w],a=o(s,t,e,r,n);t[i]=a,Zn(e,!0);let c=e.type===2;return c?(Eh(t[k],a,e),(Sf()===0||Wn(e))&&tr(a,t),Nf()):tr(a,t),ji()&&(!c||!bs(e))&&ol(s,t,a,e),e}function Os(e){let t=e;return xc()?Rc():(t=t.parent,Zn(t,!1)),t}function _I(e,t,n){return(e===null||Ne(e))&&(n=vc(n[t.index])),n[k]}function MI(e,t){let n=e[Ot];if(!n)return;let r;try{r=n.get(nt,null)}catch{r=null}r?.(t)}function cl(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 u=s[c],l=s[c+1],d=t.data[u];fu(d,n[u],l,o),a=!0}if(i)for(let c of i){let u=n[c],l=t.data[c];fu(l,u,r,o),a=!0}return a}function SI(e,t){let n=xe(t,e),r=n[w];NI(r,n);let o=n[Me];o!==null&&n[on]===null&&(n[on]=nh(o,n[Ot])),P(18),ul(r,n,n[G]),P(19,n[G])}function NI(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function ul(e,t,n){Pi(t);try{let r=e.viewQuery;r!==null&&ru(1,r,n);let o=e.template;o!==null&&Ph(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[Je]?.finishViewCreation(e),e.staticContentQueries&&rh(e,t),e.staticViewQueries&&ru(2,e.viewQuery,n);let i=e.components;i!==null&&AI(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[S]&=-5,Li()}}function AI(e,t){for(let n=0;n<t.length;n++)SI(e,t[n])}function oo(e,t,n,r){let o=M(null);try{let i=t.tView,a=e[S]&4096?4096:16,c=Ku(e,i,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),u=e[t.index];c[Ft]=u;let l=e[Je];return l!==null&&(c[Je]=l.createEmbeddedView(i)),ul(i,c,n),c}finally{M(o)}}function rr(e,t){return!t||t.firstChild===null||Wp(e)}function Zr(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(Ae(i)),Ve(i)&&jh(i,r);let s=n.type;if(s&8)Zr(e,t,n.child,r);else if(s&32){let a=Xu(n,t),c;for(;c=a();)r.push(c)}else if(s&16){let a=Fh(t,n);if(Array.isArray(a))r.push(...a);else{let c=xt(t[fe]);Zr(c[w],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function jh(e,t){for(let n=J;n<e.length;n++){let r=e[n],o=r[w].firstChild;o!==null&&Zr(r[w],r,o,t)}e[kt]!==e[Me]&&t.push(e[kt])}function Bh(e){if(e[cn]!==null){for(let t of e[cn])t.impl.addSequence(t);e[cn].length=0}}var Vh=[];function xI(e){return e[Te]??RI(e)}function RI(e){let t=Vh.pop()??Object.create(FI);return t.lView=e,t}function OI(e){e.lView[Te]!==e&&(e.lView=null,Vh.push(e))}var FI=oe(z({},kn),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{fn(e.lView)},consumerOnSignalRead(){this.lView[Te]=this}});function kI(e){let t=e[Te]??Object.create(PI);return t.lView=e,t}var PI=oe(z({},kn),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=xt(e.lView);for(;t&&!Hh(t[w]);)t=xt(t);t&&wc(t)},consumerOnSignalRead(){this.lView[Te]=this}});function Hh(e){return e.type!==2}function Uh(e){if(e[Gn]===null)return;let t=!0;for(;t;){let n=!1;for(let r of e[Gn])r.dirty&&(n=!0,r.zone===null||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(e[S]&8192)}}var LI=100;function $h(e,t=0){let r=e[Ke].rendererFactory,o=!1;o||r.begin?.();try{jI(e,t)}finally{o||r.end?.()}}function jI(e,t){let n=Oc();try{Oi(!0),mu(e,t);let r=0;for(;jr(e);){if(r===LI)throw new y(103,!1);r++,mu(e,1)}}finally{Oi(n)}}function BI(e,t,n,r){if(dn(t))return;let o=t[S],i=!1,s=!1;Pi(t);let a=!0,c=null,u=null;i||(Hh(e)?(u=xI(t),c=Pn(u)):li()===null?(a=!1,u=kI(t),c=Pn(u)):t[Te]&&(Mr(t[Te]),t[Te]=null));try{Ic(t),Ff(e.bindingStartIndex),n!==null&&Ph(e,t,n,2,r);let l=(o&3)===3;if(!i)if(l){let f=e.preOrderCheckHooks;f!==null&&qi(t,f,null)}else{let f=e.preOrderHooks;f!==null&&Zi(t,f,0,null),Uc(t,0)}if(s||VI(t),Uh(t),zh(t,0),e.contentQueries!==null&&rh(e,t),!i)if(l){let f=e.contentCheckHooks;f!==null&&qi(t,f)}else{let f=e.contentHooks;f!==null&&Zi(t,f,1),Uc(t,1)}UI(e,t);let d=e.components;d!==null&&Wh(t,d,0);let p=e.viewQuery;if(p!==null&&ru(2,p,r),!i)if(l){let f=e.viewCheckHooks;f!==null&&qi(t,f)}else{let f=e.viewHooks;f!==null&&Zi(t,f,2),Uc(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[Si]){for(let f of t[Si])f();t[Si]=null}i||(Bh(t),t[S]&=-73)}catch(l){throw i||fn(t),l}finally{u!==null&&(Tr(u,c),a&&OI(u)),Li()}}function zh(e,t){for(let n=Zp(e);n!==null;n=Yp(n))for(let r=J;r<n.length;r++){let o=n[r];Gh(o,t)}}function VI(e){for(let t=Zp(e);t!==null;t=Yp(t)){if(!(t[S]&2))continue;let n=t[ln];for(let r=0;r<n.length;r++){let o=n[r];wc(o)}}}function HI(e,t,n){P(18);let r=xe(t,e);Gh(r,n),P(19,r[G])}function Gh(e,t){Ai(e)&&mu(e,t)}function mu(e,t){let r=e[w],o=e[S],i=e[Te],s=!!(t===0&&o&16);if(s||=!!(o&64&&t===0),s||=!!(o&1024),s||=!!(i?.dirty&&_r(i)),s||=!1,i&&(i.dirty=!1),e[S]&=-9217,s)BI(r,e,r.template,e[G]);else if(o&8192){let a=M(null);try{Uh(e),zh(e,1);let c=r.components;c!==null&&Wh(e,c,1),Bh(e)}finally{M(a)}}}function Wh(e,t,n){for(let r=0;r<t.length;r++)HI(e,t[r],n)}function UI(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)Lt(~o);else{let i=o,s=n[++r],a=n[++r];Pf(s,i);let c=t[i];P(24,c),a(2,c),P(25,c)}}}finally{Lt(-1)}}function ll(e,t){let n=Oc()?64:1088;for(e[Ke].changeDetectionScheduler?.notify(t);e;){e[S]|=n;let r=xt(e);if(qn(e)&&!r)return e;e=r}return null}function qh(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function Zh(e,t){let n=J+t;if(n<e.length)return e[n]}function io(e,t,n,r=!0){let o=t[w];if($I(o,t,e,n),r){let s=gu(n,e),a=t[k],c=a.parentNode(e[kt]);c!==null&&oI(o,e[de],a,t,c,s)}let i=t[on];i!==null&&i.firstChild!==null&&(i.firstChild=null)}function Yh(e,t){let n=Yr(e,t);return n!==void 0&&Ns(n[w],n),n}function Yr(e,t){if(e.length<=J)return;let n=J+t,r=e[n];if(r){let o=r[Ft];o!==null&&o!==e&&rl(o,r),t>0&&(e[n-1][Se]=r[Se]);let i=Or(e,J+t);rI(r[w],r);let s=i[Je];s!==null&&s.detachView(i[w]),r[ne]=null,r[Se]=null,r[S]&=-129}return r}function $I(e,t,n,r){let o=J+r,i=n.length;r>0&&(n[o-1][Se]=t),r<i-J?(t[Se]=n[o],oc(n,J+r,t)):(n.push(t),t[Se]=null),t[ne]=n;let s=t[Ft];s!==null&&n!==s&&Qh(s,t);let a=t[Je];a!==null&&a.insertView(e),xi(t),t[S]|=128}function Qh(e,t){let n=e[ln],r=t[ne];if(Xe(r))e[S]|=2;else{let o=r[ne][fe];t[fe]!==o&&(e[S]|=2)}n===null?e[ln]=[t]:n.push(t)}var Bt=class{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){let t=this._lView,n=t[w];return Zr(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[G]}set context(t){this._lView[G]=t}get destroyed(){return dn(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[ne];if(Ve(t)){let n=t[Pr],r=n?n.indexOf(this):-1;r>-1&&(Yr(t,r),Or(n,r))}this._attachedToViewContainer=!1}Ns(this._lView[w],this._lView)}onDestroy(t){Cc(this._lView,t)}markForCheck(){ll(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[S]&=-129}reattach(){xi(this._lView),this._lView[S]|=128}detectChanges(){this._lView[S]|=1024,$h(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new y(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=qn(this._lView),n=this._lView[Ft];n!==null&&!t&&rl(n,this._lView),xh(this._lView[w],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new y(902,!1);this._appRef=t;let n=qn(this._lView),r=this._lView[Ft];r!==null&&!n&&Qh(r,this._lView),xi(this._lView)}};var Vt=(()=>{class e{_declarationLView;_declarationTContainer;elementRef;static __NG_ELEMENT_ID__=zI;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=oo(this._declarationLView,this._declarationTContainer,n,{embeddedViewInjector:r,dehydratedView:o});return new Bt(i)}}return e})();function zI(){return Fs(W(),E())}function Fs(e,t){return e.type&4?new Vt(t,e,ir(e,t)):null}function cr(e,t,n,r,o){let i=e.data[t];if(i===null)i=GI(e,t,n,r,o),kf()&&(i.flags|=32);else if(i.type&64){i.type=n,i.value=r,i.attrs=o;let s=Rf();i.injectorIndex=s===null?-1:s.injectorIndex}return Zn(i,!0),i}function GI(e,t,n,r,o){let i=Ac(),s=xc(),a=s?i:i&&i.parent,c=e.data[t]=qI(e,a,n,t,r,o);return WI(e,c,i,s),c}function WI(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 qI(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return Mc()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-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}}var nk=new RegExp(`^(\\d+)*(${ZD}|${qD})*(.*)`);function ZI(e){let t=e[gc]??[],r=e[ne][k],o=[];for(let i of t)i.data[Jp]!==void 0?o.push(i):YI(i,r);e[gc]=o}function YI(e,t){let n=0,r=e.firstChild;if(r){let o=e.data[Kp];for(;n<o;){let i=r.nextSibling;Dh(t,r,!1),r=i,n++}}}var QI=()=>null,KI=()=>null;function cs(e,t){return QI(e,t)}function Kh(e,t,n){return KI(e,t,n)}var Jh=class{},ks=class{},yu=class{resolveComponentFactory(t){throw new y(917,!1)}},so=class{static NULL=new yu},mn=class{},ur=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>JI()}return e})();function JI(){let e=E(),t=W(),n=xe(t.index,e);return(Xe(n)?n:e)[k]}var Xh=(()=>{class e{static \u0275prov=T({token:e,providedIn:"root",factory:()=>null})}return e})();var Qi={},vu=class{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){let o=this.injector.get(t,Qi,r);return o!==Qi||n===Qi?o:this.parentInjector.get(t,n,r)}};function us(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=Ei(o,a);else if(i==2){let c=a,u=t[++s];r=Ei(r,c+": "+u+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function Y(e,t=0){let n=E();if(n===null)return C(e,t);let r=W();return Up(r,n,te(e),t)}function XI(){let e="invalid";throw new Error(e)}function eg(e,t,n,r,o){let i=r===null?null:{"":-1},s=o(e,n);if(s!==null){let a=s,c=null,u=null;for(let l of s)if(l.resolveHostDirectives!==null){[a,c,u]=l.resolveHostDirectives(s);break}nw(e,t,n,a,i,c,u)}i!==null&&r!==null&&ew(n,r,i)}function ew(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 y(-301,!1);r.push(t[o],i)}}function tw(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function nw(e,t,n,r,o,i,s){let a=r.length,c=!1;for(let p=0;p<a;p++){let f=r[p];!c&&Ne(f)&&(c=!0,tw(e,n,p)),Xc(ns(n,t),e,f.type)}cw(n,e.data.length,a);for(let p=0;p<a;p++){let f=r[p];f.providersResolver&&f.providersResolver(f)}let u=!1,l=!1,d=wh(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let p=0;p<a;p++){let f=r[p];if(n.mergedAttrs=er(n.mergedAttrs,f.hostAttrs),ow(e,n,t,d,f),aw(d,f,o),s!==null&&s.has(f)){let[D,v]=s.get(f);n.directiveToIndex.set(f.type,[d,D+n.directiveStart,v+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;!u&&(h.ngOnChanges||h.ngOnInit||h.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),u=!0),!l&&(h.ngOnChanges||h.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),l=!0),d++}rw(e,n,i)}function rw(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){let o=e.data[r];if(n===null||!n.has(o))hp(0,t,o,r),hp(1,t,o,r),mp(t,r,!1);else{let i=n.get(o);gp(0,t,i,r),gp(1,t,i,r),mp(t,r,!0)}}}function hp(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),tg(t,i)}}function gp(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),tg(t,s)}}function tg(e,t){t==="class"?e.flags|=8:t==="style"&&(e.flags|=16)}function mp(e,t,n){let{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(r===null||!n&&o===null||n&&i===null||Yu(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 u=o[c];for(let l of u)if(l===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){let u=i[c];for(let l=0;l<u.length;l+=2)if(u[l]===t){s??=[],s.push(u[l+1],r[a+1]);break}}a+=2}e.initialInputs??=[],e.initialInputs.push(s)}function ow(e,t,n,r,o){e.data[r]=o;let i=o.factory||(o.factory=At(o.type,!0)),s=new gn(i,Ne(o),Y,null);e.blueprint[r]=s,n[r]=s,iw(e,t,r,wh(e,n,o.hostVars,Z),o)}function iw(e,t,n,r,o){let i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;sw(s)!=a&&s.push(a),s.push(n,r,i)}}function sw(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function aw(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Ne(t)&&(n[""]=e)}}function cw(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function dl(e,t,n,r,o,i,s,a){let c=t[w],u=c.consts,l=Re(u,s),d=cr(c,e,n,r,l);return i&&eg(c,t,d,Re(u,a),o),d.mergedAttrs=er(d.mergedAttrs,d.attrs),d.attrs!==null&&us(d,d.attrs,!1),d.mergedAttrs!==null&&us(d,d.mergedAttrs,!0),c.queries!==null&&c.queries.elementStart(c,d),d}function fl(e,t){Op(e,t),mc(t)&&e.queries.elementEnd(t)}function ng(e,t,n,r,o,i){let s=t.consts,a=Re(s,o),c=cr(t,e,n,r,a);if(c.mergedAttrs=er(c.mergedAttrs,c.attrs),i!=null){let u=Re(s,i);c.localNames=[];for(let l=0;l<u.length;l+=2)c.localNames.push(u[l],-1)}return c.attrs!==null&&us(c,c.attrs,!1),c.mergedAttrs!==null&&us(c,c.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,c),c}function pl(e){return Ps(e)?Array.isArray(e)||!(e instanceof Map)&&Symbol.iterator in e:!1}function rg(e,t){if(Array.isArray(e))for(let n=0;n<e.length;n++)t(e[n]);else{let n=e[Symbol.iterator](),r;for(;!(r=n.next()).done;)t(r.value)}}function Ps(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function En(e,t,n){return e[t]=n}function hl(e,t){return e[t]}function ce(e,t,n){if(n===Z)return!1;let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function Qr(e,t,n,r){let o=ce(e,t,n);return ce(e,t+1,r)||o}function gl(e,t,n,r,o){let i=Qr(e,t,n,r);return ce(e,t+2,o)||i}function ao(e,t,n,r,o,i){let s=Qr(e,t,n,r);return Qr(e,t+2,o,i)||s}function Ki(e,t,n){return function r(o){let i=Pt(e)?xe(e.index,t):t;ll(i,5);let s=t[G],a=yp(t,s,n,o),c=r.__ngNextListenerFn__;for(;c;)a=yp(t,s,c,o)&&a,c=c.__ngNextListenerFn__;return a}}function yp(e,t,n,r){let o=M(null);try{return P(6,t,n),n(r)!==!1}catch(i){return MI(e,i),!1}finally{P(7,t,n),M(o)}}function og(e,t,n,r,o,i,s,a){let c=Wn(e),u=!1,l=null;if(!r&&c&&(l=lw(t,n,i,e.index)),l!==null){let d=l.__ngLastListenerFn__||l;d.__ngNextListenerFn__=s,l.__ngLastListenerFn__=s,u=!0}else{let d=He(e,n),p=r?r(d):d;QD(n,p,i,a);let f=o.listen(p,i,a);if(!uw(i)){let h=r?D=>r(Ae(D[e.index])):e.index;ig(h,t,n,i,a,f,!1)}}return u}function uw(e){return e.startsWith("animation")||e.startsWith("transition")}function lw(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[$n],c=o[i+2];return a&&a.length>c?a[c]:null}typeof s=="string"&&(i+=2)}return null}function ig(e,t,n,r,o,i,s){let a=t.firstCreatePass?Tc(t):null,c=bc(n),u=c.length;c.push(o,i),a&&a.push(r,e,u,(u+1)*(s?-1:1))}function vp(e,t,n,r,o,i){let s=t[n],a=t[w],u=a.data[n].outputs[r],d=s[u].subscribe(i);ig(e.index,a,t,o,i,d,!0)}var Du=Symbol("BINDING");var ls=class extends so{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=Qe(t);return new Ht(n,this.ngModule)}};function dw(e){return Object.keys(e).map(t=>{let[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:(r&Ms.SignalBased)!==0};return o&&(i.transform=o),i})}function fw(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}function pw(e,t,n){let r=t instanceof me?t:t?.injector;return r&&e.getStandaloneInjector!==null&&(r=e.getStandaloneInjector(r)||r),r?new vu(n,r):n}function hw(e){let t=e.get(mn,null);if(t===null)throw new y(407,!1);let n=e.get(Xh,null),r=e.get(Ze,null);return{rendererFactory:t,sanitizer:n,changeDetectionScheduler:r,ngReflect:!1}}function gw(e,t){let n=sg(e);return yh(t,n,n==="svg"?yc:n==="math"?wf:null)}function sg(e){return(e.selectors[0][0]||"div").toLowerCase()}var Ht=class extends ks{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=dw(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=fw(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=FE(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){P(22);let a=M(null);try{let c=this.componentDef,u=mw(r,c,s,i),l=pw(c,o||this.ngModule,t),d=hw(l),p=d.rendererFactory.createRenderer(null,c),f=r?gI(p,r,c.encapsulation,l):gw(c,p),h=s?.some(Dp)||i?.some(m=>typeof m!="function"&&m.bindings.some(Dp)),D=Ku(null,u,null,512|Ih(c),null,null,d,p,l,null,nh(f,l,!0));D[j]=f,Pi(D);let v=null;try{let m=dl(j,D,2,"#host",()=>u.directiveRegistry,!0,0);Eh(p,f,m),tr(f,D),xs(u,D,m),Uu(u,m,D),fl(u,m),n!==void 0&&vw(m,this.ngContentSelectors,n),v=xe(m.index,D),D[G]=v[G],ul(u,D,null)}catch(m){throw v!==null&&tu(v),tu(D),m}finally{P(23),Li()}return new ds(this.componentType,D,!!h)}finally{M(a)}}};function mw(e,t,n,r){let o=e?["ng-version","20.3.6"]:kE(t.selectors[0]),i=null,s=null,a=0;if(n)for(let l of n)a+=l[Du].requiredVars,l.create&&(l.targetIdx=0,(i??=[]).push(l)),l.update&&(l.targetIdx=0,(s??=[]).push(l));if(r)for(let l=0;l<r.length;l++){let d=r[l];if(typeof d!="function")for(let p of d.bindings){a+=p[Du].requiredVars;let f=l+1;p.create&&(p.targetIdx=f,(i??=[]).push(p)),p.update&&(p.targetIdx=f,(s??=[]).push(p))}}let c=[t];if(r)for(let l of r){let d=typeof l=="function"?l:l.type,p=Mi(d);c.push(p)}return Qu(0,null,yw(i,s),1,a,c,null,null,null,[o],null)}function yw(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 Dp(e){let t=e[Du].kind;return t==="input"||t==="twoWay"}var ds=class extends Jh{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=Lr(n[w],j),this.location=ir(this._tNode,n),this.instance=xe(this._tNode.index,n)[G],this.hostView=this.changeDetectorRef=new Bt(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=cl(r,o[w],o,t,n);this.previousInputValues.set(t,n);let s=xe(r.index,o);ll(s,1)}get injector(){return new hn(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function vw(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 Ut=(()=>{class e{static __NG_ELEMENT_ID__=Dw}return e})();function Dw(){let e=W();return cg(e,E())}var Ew=Ut,ag=class extends Ew{_lContainer;_hostTNode;_hostLView;constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return ir(this._hostTNode,this._hostLView)}get injector(){return new hn(this._hostTNode,this._hostLView)}get parentInjector(){let t=Lu(this._hostTNode,this._hostLView);if(Pp(t)){let n=es(t,this._hostLView),r=Xi(t),o=n[w].data[r+8];return new hn(o,n)}else return new hn(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=Ep(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-J}createEmbeddedView(t,n,r){let o,i;typeof r=="number"?o=r:r!=null&&(o=r.index,i=r.injector);let s=cs(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},i,s);return this.insertImpl(a,o,rr(this._hostTNode,s)),a}createComponent(t,n,r,o,i,s,a){let c=t&&!ED(t),u;if(c)u=n;else{let v=n||{};u=v.index,r=v.injector,o=v.projectableNodes,i=v.environmentInjector||v.ngModuleRef,s=v.directives,a=v.bindings}let l=c?t:new Ht(Qe(t)),d=r||this.parentInjector;if(!i&&l.ngModule==null){let m=(c?d:this.parentInjector).get(me,null);m&&(i=m)}let p=Qe(l.componentType??{}),f=cs(this._lContainer,p?.id??null),h=f?.firstChild??null,D=l.create(d,o,h,i,s,a);return this.insertImpl(D.hostView,u,rr(this._hostTNode,f)),D}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let o=t._lView;if(bf(o)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let c=o[ne],u=new ag(c,c[de],c[ne]);u.detach(u.indexOf(t))}}let i=this._adjustIndex(n),s=this._lContainer;return io(s,o,i,r),t.attachToViewContainerRef(),oc(Gc(s),i,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=Ep(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=Yr(this._lContainer,n);r&&(Or(Gc(this._lContainer),n),Ns(r[w],r))}detach(t){let n=this._adjustIndex(t,-1),r=Yr(this._lContainer,n);return r&&Or(Gc(this._lContainer),n)!=null?new Bt(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function Ep(e){return e[Pr]}function Gc(e){return e[Pr]||(e[Pr]=[])}function cg(e,t){let n,r=t[e.index];return Ve(r)?n=r:(n=qh(r,t,null,e),t[e.index]=n,Ju(t,n)),ww(n,t,e,r),new ag(n,e,t)}function Iw(e,t){let n=e[k],r=n.createComment(""),o=He(t,e),i=n.parentNode(o);return os(n,i,r,n.nextSibling(o),!1),r}var ww=Tw,Cw=()=>!1;function bw(e,t,n){return Cw(e,t,n)}function Tw(e,t,n,r){if(e[kt])return;let o;n.type&8?o=Ae(r):o=Iw(t,n),e[kt]=o}var Eu=class e{queryList;matches=null;constructor(t){this.queryList=t}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},Iu=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++)yl(t,n).matches!==null&&this.queries[n].setDirty()}},fs=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=xw(t):this.predicate=t}},wu=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)}},Cu=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,_w(n,i)),this.matchTNodeWithReadOption(t,n,Yi(n,t,i,!1,!1))}else r===Vt?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,Yi(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let o=this.metadata.read;if(o!==null)if(o===ot||o===Ut||o===Vt&&n.type&4)this.addMatch(n.index,-2);else{let i=Yi(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 _w(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 Mw(e,t){return e.type&11?ir(e,t):e.type&4?Fs(e,t):null}function Sw(e,t,n,r){return n===-1?Mw(t,e):n===-2?Nw(e,t,r):qr(e,e[w],n,t)}function Nw(e,t,n){if(n===ot)return ir(t,e);if(n===Vt)return Fs(t,e);if(n===Ut)return cg(t,e)}function ug(e,t,n,r){let o=t[Je].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 u=s[c];if(u<0)a.push(null);else{let l=i[u];a.push(Sw(t,l,s[c+1],n.metadata.read))}}o.matches=a}return o.matches}function bu(e,t,n,r){let o=e.queries.getByIndex(n),i=o.matches;if(i!==null){let s=ug(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 u=i[a+1],l=t[-c];for(let d=J;d<l.length;d++){let p=l[d];p[Ft]===p[ne]&&bu(p[w],p,u,r)}if(l[ln]!==null){let d=l[ln];for(let p=0;p<d.length;p++){let f=d[p];bu(f[w],f,u,r)}}}}}return r}function ml(e,t){return e[Je].queries[t].queryList}function lg(e,t,n){let r=new rs((n&4)===4);return Mf(e,t,r,r.destroy),(t[Je]??=new Iu).queries.push(new Eu(r))-1}function dg(e,t,n){let r=B();return r.firstCreatePass&&(fg(r,new fs(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),lg(r,E(),t)}function Aw(e,t,n,r){let o=B();if(o.firstCreatePass){let i=W();fg(o,new fs(t,n,r),i.index),Rw(o,e),(n&2)===2&&(o.staticContentQueries=!0)}return lg(o,E(),n)}function xw(e){return e.split(",").map(t=>t.trim())}function fg(e,t,n){e.queries===null&&(e.queries=new wu),e.queries.track(new Cu(t,n))}function Rw(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 yl(e,t){return e.queries.getByIndex(t)}function pg(e,t){let n=e[w],r=yl(n,t);return r.crossesNgTemplate?bu(n,e,t,[]):ug(n,e,r,t)}function hg(e,t,n){let r,o=Sr(()=>{r._dirtyCounter();let i=Fw(r,e);if(t&&i===void 0)throw new y(-951,!1);return i});return r=o[ee],r._dirtyCounter=Bi(0),r._flatValue=void 0,o}function gg(e){return hg(!0,!1,e)}function mg(e){return hg(!0,!0,e)}function Ow(e,t){let n=e[ee];n._lView=E(),n._queryIndex=t,n._queryList=ml(n._lView,t),n._queryList.onDirty(()=>n._dirtyCounter.update(r=>r+1))}function Fw(e,t){let n=e._lView,r=e._queryIndex;if(n===void 0||r===void 0||n[S]&4)return t?void 0:ae;let o=ml(n,r),i=pg(n,r);return o.reset(i,Gp),t?o.first:o._changesDetected||e._flatValue===void 0?e._flatValue=o.toArray():e._flatValue}var yn=class{},yg=class{};var ps=class extends yn{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new ls(this);constructor(t,n,r,o=!0){super(),this.ngModuleType=t,this._parent=n;let i=ac(t);this._bootstrapComponents=hh(i.bootstrap),this._r3Injector=Lc(t,n,[{provide:yn,useValue:this},{provide:so,useValue:this.componentFactoryResolver},...r],gt(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)}},hs=class extends yg{moduleType;constructor(t){super(),this.moduleType=t}create(t){return new ps(this.moduleType,t,[])}};var Kr=class extends yn{injector;componentFactoryResolver=new ls(this);instance=null;constructor(t){super();let n=new nn([...t.providers,{provide:yn,useValue:this},{provide:so,useValue:this.componentFactoryResolver}],t.parent||Hn(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function vg(e,t,n=null){return new Kr({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}var kw=(()=>{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=cc(!1,n.type),o=r.length>0?vg([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=T({token:e,providedIn:"environment",factory:()=>new e(C(me))})}return e})();function Pw(e){return eo(()=>{let t=Dg(e),n=oe(z({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Bu.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(kw).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Dt.Emulated,styles:e.styles||ae,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&st("NgStandalone"),Eg(n);let r=e.dependencies;return n.directiveDefs=Ip(r,Lw),n.pipeDefs=Ip(r,yf),n.id=Vw(n),n})}function Lw(e){return Qe(e)||Mi(e)}function $t(e){return eo(()=>({type:e.type,bootstrap:e.bootstrap||ae,declarations:e.declarations||ae,imports:e.imports||ae,exports:e.exports||ae,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function jw(e,t){if(e==null)return Be;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=Ms.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function Bw(e){if(e==null)return Be;let t={};for(let n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function wt(e){return eo(()=>{let t=Dg(e);return Eg(t),t})}function lr(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 Dg(e){let t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Be,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||ae,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,inputs:jw(e.inputs,t),outputs:Bw(e.outputs),debugInfo:null}}function Eg(e){e.features?.forEach(t=>t(e))}function Ip(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 Vw(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 Hw(e){return Object.getPrototypeOf(e.prototype).constructor}function Ig(e){let t=Hw(e.type),n=!0,r=[e];for(;t;){let o;if(Ne(e))o=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new y(903,!1);o=t.\u0275dir}if(o){if(n){r.push(o);let s=e;s.inputs=Wc(e.inputs),s.declaredInputs=Wc(e.declaredInputs),s.outputs=Wc(e.outputs);let a=o.hostBindings;a&&Ww(e,a);let c=o.viewQuery,u=o.contentQueries;if(c&&zw(e,c),u&&Gw(e,u),Uw(e,o),cf(e.outputs,o.outputs),Ne(o)&&o.data.animation){let l=e.data;l.animation=(l.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===Ig&&(n=!1)}}t=Object.getPrototypeOf(t)}$w(r)}function Uw(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 $w(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=er(o.hostAttrs,n=er(n,o.hostAttrs))}}function Wc(e){return e===Be?{}:e===ae?[]:e}function zw(e,t){let n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function Gw(e,t){let n=e.contentQueries;n?e.contentQueries=(r,o,i)=>{t(r,o,i),n(r,o,i)}:e.contentQueries=t}function Ww(e,t){let n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}function qw(e){let t=n=>{let r=Array.isArray(e);n.hostDirectives===null?(n.resolveHostDirectives=Zw,n.hostDirectives=r?e.map(Tu):[e]):r?n.hostDirectives.unshift(...e.map(Tu)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function Zw(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,wg(s,t,r),o.set(s,[a,t.length-1])}i===0&&Ne(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 wg(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)wp(Tu(i),t,n)}else wp(r,t,n)}function wp(e,t,n){let r=Mi(e.directive);Yw(r.declaredInputs,e.inputs),wg(r,t,n),n.set(r,e),t.push(r)}function Tu(e){return typeof e=="function"?{directive:te(e),inputs:Be,outputs:Be}:{directive:te(e.directive),inputs:Cp(e.inputs),outputs:Cp(e.outputs)}}function Cp(e){if(e===void 0||e.length===0)return Be;let t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function Yw(e,t){for(let n in t)if(t.hasOwnProperty(n)){let r=t[n],o=e[n];e[r]=o}}function Cg(e,t,n,r,o,i,s,a){if(n.firstCreatePass){e.mergedAttrs=er(e.mergedAttrs,e.attrs);let l=e.tView=Qu(2,e,o,i,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);n.queries!==null&&(n.queries.template(n,e),l.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Zn(e,!1);let c=Kw(n,t,e,r);ji()&&ol(n,t,c,e),tr(c,t);let u=qh(c,t,c,e);t[r+j]=u,Ju(t,u),bw(u,e,t)}function Qw(e,t,n,r,o,i,s,a,c,u,l){let d=n+j,p;return t.firstCreatePass?(p=cr(t,d,4,s||null,a||null),Ri()&&eg(t,e,p,Re(t.consts,u),al),Op(t,p)):p=t.data[d],Cg(p,e,t,n,r,o,i,c),Wn(p)&&xs(t,e,p),u!=null&&ar(e,p,l),p}function Jr(e,t,n,r,o,i,s,a,c,u,l){let d=n+j,p;if(t.firstCreatePass){if(p=cr(t,d,4,s||null,a||null),u!=null){let f=Re(t.consts,u);p.localNames=[];for(let h=0;h<f.length;h+=2)p.localNames.push(f[h],-1)}}else p=t.data[d];return Cg(p,e,t,n,r,o,i,c),u!=null&&ar(e,p,l),p}function bg(e,t,n,r,o,i,s,a){let c=E(),u=B(),l=Re(u.consts,i);return Qw(c,u,e,t,n,r,o,l,void 0,s,a),bg}var Kw=Jw;function Jw(e,t,n,r){return Hr(!0),t[k].createComment("")}var Tg=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();var Ls=new I(""),dr=new I(""),co=(()=>{class e{_ngZone;registry;_isZoneStable=!0;_callbacks=[];_taskTrackingZone=null;_destroyRef;constructor(n,r,o){this._ngZone=n,this.registry=r,dc()&&(this._destroyRef=g(tt,{optional:!0})??void 0),vl||(_g(o),o.addToWindow(r)),this._watchAngularEvents(),n.run(()=>{this._taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){let n=this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),r=this._ngZone.runOutsideAngular(()=>this._ngZone.onStable.subscribe({next:()=>{H.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}}));this._destroyRef?.onDestroy(()=>{n.unsubscribe(),r.unsubscribe()})}isStable(){return this._isZoneStable&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;this._callbacks.length!==0;){let n=this._callbacks.pop();clearTimeout(n.timeoutId),n.doneCb()}});else{let n=this.getPendingTasks();this._callbacks=this._callbacks.filter(r=>r.updateCb&&r.updateCb(n)?(clearTimeout(r.timeoutId),!1):!0)}}getPendingTasks(){return this._taskTrackingZone?this._taskTrackingZone.macroTasks.map(n=>({source:n.source,creationLocation:n.creationLocation,data:n.data})):[]}addCallback(n,r,o){let i=-1;r&&r>0&&(i=setTimeout(()=>{this._callbacks=this._callbacks.filter(s=>s.timeoutId!==i),n()},r)),this._callbacks.push({doneCb:n,timeoutId:i,updateCb:o})}whenStable(n,r,o){if(o&&!this._taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(n,r,o),this._runCallbacksIfReady()}registerApplication(n){this.registry.registerApplication(n,this)}unregisterApplication(n){this.registry.unregisterApplication(n)}findProviders(n,r,o){return[]}static \u0275fac=function(r){return new(r||e)(C(H),C(uo),C(dr))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),uo=(()=>{class e{_applications=new Map;registerApplication(n,r){this._applications.set(n,r)}unregisterApplication(n){this._applications.delete(n)}unregisterAllApplications(){this._applications.clear()}getTestability(n){return this._applications.get(n)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(n,r=!0){return vl?.findTestabilityInTree(this,n,r)??null}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();function _g(e){vl=e}var vl;function js(e){return!!e&&typeof e.then=="function"}function Dl(e){return!!e&&typeof e.subscribe=="function"}var El=new I("");function Xw(e){return Vn([{provide:El,multi:!0,useValue:e}])}var Il=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=g(El,{optional:!0})??[];injector=g(ye);constructor(){}runInitializers(){if(this.initialized)return;let n=[];for(let o of this.appInits){let i=Un(this.injector,o);if(js(i))n.push(i);else if(Dl(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=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Mg=new I("");function Sg(){La(()=>{let e="";throw new y(600,e)})}function Ng(e){return e.isBoundToModule}var eC=10;var In=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=g(nt);afterRenderManager=g(nl);zonelessEnabled=g($r);rootEffectScheduler=g(Hi);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new pe;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=g(jt);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(ge(n=>!n))}constructor(){g(Dn,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=g(me);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=ye.NULL){return this._injector.get(H).run(()=>{P(10);let s=n instanceof ks;if(!this._injector.get(Il).done){let h="";throw new y(405,h)}let c;s?c=n:c=this._injector.get(so).resolveComponentFactory(n),this.componentTypes.push(c.componentType);let u=Ng(c)?void 0:this._injector.get(yn),l=r||c.selector,d=c.create(o,[],l,u),p=d.location.nativeElement,f=d.injector.get(Ls,null);return f?.registerApplication(p),d.onDestroy(()=>{this.detachView(d.hostView),Gr(this.components,d),f?.unregisterApplication(p)}),this._loadComponent(d),P(11,d),d})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){P(12),this.tracingSnapshot!==null?this.tracingSnapshot.run(Ss.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw new y(101,!1);let n=M(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,M(n),this.afterTick.next(),P(13)}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(mn,null,{optional:!0}));let n=0;for(;this.dirtyFlags!==0&&n++<eC;)P(14),this.synchronizeOnce(),P(15)}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&&!jr(o))continue;let i=r&&!this.zonelessEnabled?0:1;$h(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})=>jr(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;Gr(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(Mg,[]).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),()=>Gr(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new y(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=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Gr(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function Ag(e,t,n,r){let o=E(),i=yt();if(ce(o,i,t)){let s=B(),a=Yn();CI(a,o,e,t,n,r)}return Ag}var uk=typeof document<"u"&&typeof document?.documentElement?.getAnimations=="function";var _u=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,!0))}};function qc(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function tC(e,t,n){let r,o,i=0,s=e.length-1,a=void 0;if(Array.isArray(t)){let c=t.length-1;for(;i<=s&&i<=c;){let u=e.at(i),l=t[i],d=qc(i,u,i,l,n);if(d!==0){d<0&&e.updateValue(i,l),i++;continue}let p=e.at(s),f=t[c],h=qc(s,p,c,f,n);if(h!==0){h<0&&e.updateValue(s,f),s--,c--;continue}let D=n(i,u),v=n(s,p),m=n(i,l);if(Object.is(m,v)){let O=n(c,f);Object.is(O,D)?(e.swap(i,s),e.updateValue(s,f),c--,s--):e.move(s,i),e.updateValue(i,l),i++;continue}if(r??=new gs,o??=Tp(e,i,s,n),Mu(e,r,i,m))e.updateValue(i,l),i++,s++;else if(o.has(m))r.set(D,e.detach(i)),s--;else{let O=e.create(i,t[i]);e.attach(i,O),i++,s++}}for(;i<=c;)bp(e,r,n,i,t[i]),i++}else if(t!=null){let c=t[Symbol.iterator](),u=c.next();for(;!u.done&&i<=s;){let l=e.at(i),d=u.value,p=qc(i,l,i,d,n);if(p!==0)p<0&&e.updateValue(i,d),i++,u=c.next();else{r??=new gs,o??=Tp(e,i,s,n);let f=n(i,d);if(Mu(e,r,i,f))e.updateValue(i,d),i++,s++,u=c.next();else if(!o.has(f))e.attach(i,e.create(i,d)),i++,s++,u=c.next();else{let h=n(i,l);r.set(h,e.detach(i)),s--}}}for(;!u.done;)bp(e,r,n,e.length,u.value),u=c.next()}for(;i<=s;)e.destroy(e.detach(s--));r?.forEach(c=>{e.destroy(c)})}function Mu(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function bp(e,t,n,r,o){if(Mu(e,t,r,n(r,o)))e.updateValue(r,o);else{let i=e.create(r,o);e.attach(r,i)}}function Tp(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 gs=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 nC(e,t,n,r,o,i,s,a){st("NgControlFlow");let c=E(),u=B(),l=Re(u.consts,i);return Jr(c,u,e,t,n,r,o,l,256,s,a),wl}function wl(e,t,n,r,o,i,s,a){st("NgControlFlow");let c=E(),u=B(),l=Re(u.consts,i);return Jr(c,u,e,t,n,r,o,l,512,s,a),wl}function rC(e,t){st("NgControlFlow");let n=E(),r=yt(),o=n[r]!==Z?n[r]:-1,i=o!==-1?ms(n,j+o):void 0,s=0;if(ce(n,r,e)){let a=M(null);try{if(i!==void 0&&Yh(i,s),e!==-1){let c=j+e,u=ms(n,c),l=xu(n[w],c),d=Kh(u,l,n),p=oo(n,l,t,{dehydratedView:d});io(u,p,s,rr(l,d))}}finally{M(a)}}else if(i!==void 0){let a=Zh(i,s);a!==void 0&&(a[G]=t)}}var Su=class{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-J}};function oC(e){return e}function iC(e,t){return t}var Nu=class{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function sC(e,t,n,r,o,i,s,a,c,u,l,d,p){st("NgControlFlow");let f=E(),h=B(),D=c!==void 0,v=E(),m=a?s.bind(v[fe][G]):s,O=new Nu(D,m);v[j+e]=O,Jr(f,h,e+1,t,n,r,o,Re(h.consts,i),256),D&&Jr(f,h,e+2,c,u,l,d,Re(h.consts,p),512)}var Au=class extends _u{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-J}at(t){return this.getLView(t)[G].$implicit}attach(t,n){let r=n[on];this.needsIndexUpdate||=t!==this.length,io(this.lContainer,n,t,rr(this.templateTNode,r))}detach(t,n){return this.needsIndexUpdate||=t!==this.length-1,n&&cC(this.lContainer,t),uC(this.lContainer,t)}create(t,n){let r=cs(this.lContainer,this.templateTNode.tView.ssrId),o=oo(this.hostLView,this.templateTNode,new Su(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),o}destroy(t){Ns(t[w],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[G].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[G].$index=t}getLView(t){return lC(this.lContainer,t)}};function aC(e){let t=M(null),n=_e();try{let r=E(),o=r[w],i=r[n],s=n+1,a=ms(r,s);if(i.liveCollection===void 0){let u=xu(o,s);i.liveCollection=new Au(a,r,u)}else i.liveCollection.reset();let c=i.liveCollection;if(tC(c,e,i.trackByFn),c.updateIndexes(),i.hasEmptyBlock){let u=yt(),l=c.length===0;if(ce(r,u,l)){let d=n+2,p=ms(r,d);if(l){let f=xu(o,d),h=Kh(p,f,r),D=oo(r,f,void 0,{dehydratedView:h});io(p,D,0,rr(f,h))}else o.firstUpdatePass&&ZI(p),Yh(p,0)}}}finally{M(t)}}function ms(e,t){return e[t]}function cC(e,t){if(e.length<=J)return;let n=J+t,r=e[n];r&&r[un]&&(r[un].skipLeaveAnimations=!0)}function uC(e,t){return Yr(e,t)}function lC(e,t){return Zh(e,t)}function xu(e,t){return Lr(e,t)}function xg(e,t,n){let r=E(),o=yt();if(ce(r,o,t)){let i=B(),s=Yn();Lh(s,r,e,t,r[k],n)}return xg}function Ru(e,t,n,r,o){cl(t,e,n,o?"class":"style",r)}function Cl(e,t,n,r){let o=E(),i=o[w],s=e+j,a=i.firstCreatePass?dl(s,o,2,t,al,Ri(),n,r):i.data[s];if(Rs(a,o,e,t,Fg),Wn(a)){let c=o[w];xs(c,o,a),Uu(c,a,o)}return r!=null&&ar(o,a),Cl}function bl(){let e=B(),t=W(),n=Os(t);return e.firstCreatePass&&fl(e,n),Sc(n)&&Nc(),_c(),n.classesWithoutHost!=null&&_D(n)&&Ru(e,n,E(),n.classesWithoutHost,!0),n.stylesWithoutHost!=null&&MD(n)&&Ru(e,n,E(),n.stylesWithoutHost,!1),bl}function Rg(e,t,n,r){return Cl(e,t,n,r),bl(),Rg}function Tl(e,t,n,r){let o=E(),i=o[w],s=e+j,a=i.firstCreatePass?ng(s,i,2,t,n,r):i.data[s];return Rs(a,o,e,t,Fg),r!=null&&ar(o,a),Tl}function _l(){let e=W(),t=Os(e);return Sc(t)&&Nc(),_c(),_l}function Og(e,t,n,r){return Tl(e,t,n,r),_l(),Og}var Fg=(e,t,n,r,o)=>(Hr(!0),yh(t[k],r,zf()));function kg(e,t,n){let r=E(),o=r[w],i=e+j,s=o.firstCreatePass?dl(i,r,8,"ng-container",al,Ri(),t,n):o.data[i];if(Rs(s,r,e,"ng-container",jg),Wn(s)){let a=r[w];xs(a,r,s),Uu(a,s,r)}return n!=null&&ar(r,s),kg}function Ml(){let e=B(),t=W(),n=Os(t);return e.firstCreatePass&&fl(e,n),Ml}function Sl(e,t,n){let r=E(),o=r[w],i=e+j,s=o.firstCreatePass?ng(i,o,8,"ng-container",t,n):o.data[i];return Rs(s,r,e,"ng-container",jg),n!=null&&ar(r,s),Sl}function Pg(){let e=W(),t=Os(e);return Ml}function Lg(e,t,n){return Sl(e,t,n),Pg(),Lg}var jg=(e,t,n,r,o)=>(Hr(!0),jE(t[k],""));function dC(){return E()}function Bg(e,t,n){let r=E(),o=yt();if(ce(r,o,t)){let i=B(),s=Yn();sl(s,r,e,t,r[k],n)}return Bg}function Vg(e,t,n){let r=E(),o=yt();if(ce(r,o,t)){let i=B(),s=Yn(),a=Fc(i.data),c=_I(a,s,r);sl(s,r,e,t,c,n)}return Vg}var Gi=void 0;function fC(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var pC=["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"]],Gi,[["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"]],Gi,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Gi,"{1} 'at' {0}",Gi],[".",",",";","%","+","-","E","\xD7","\u2030","\u221E","NaN",":"],["#,##0.###","#,##0%","\xA4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",fC],Wr={};function Nl(e,t,n){typeof t!="string"&&(n=t,t=e[U.LocaleId]),t=t.toLowerCase().replace(/_/g,"-"),Wr[t]=e,n&&(Wr[t][U.ExtraData]=n)}function De(e){let t=hC(e),n=_p(t);if(n)return n;let r=t.split("-")[0];if(n=_p(r),n)return n;if(r==="en")return pC;throw new y(701,!1)}function _p(e){return e in Wr||(Wr[e]=re.ng&&re.ng.common&&re.ng.common.locales&&re.ng.common.locales[e]),Wr[e]}var U=(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})(U||{});function hC(e){return e.toLowerCase().replace(/_/g,"-")}var lo="en-US";var gC=lo;function Hg(e){typeof e=="string"&&(gC=e.toLowerCase().replace(/_/g,"-"))}function Ug(e,t,n){let r=E(),o=B(),i=W();return zg(o,r,r[k],i,e,t,n),Ug}function $g(e,t,n){let r=E(),o=B(),i=W();return(i.type&3||n)&&og(i,o,r,n,r[k],e,t,Ki(i,r,t)),$g}function zg(e,t,n,r,o,i,s){let a=!0,c=null;if((r.type&3||s)&&(c??=Ki(r,t,i),og(r,e,t,s,n,o,i,c)&&(a=!1)),a){let u=r.outputs?.[o],l=r.hostDirectiveOutputs?.[o];if(l&&l.length)for(let d=0;d<l.length;d+=2){let p=l[d],f=l[d+1];c??=Ki(r,t,i),vp(r,t,p,f,o,c)}if(u&&u.length)for(let d of u)c??=Ki(r,t,i),vp(r,t,d,o,o,c)}}function mC(e=1){return Hf(e)}function yC(e,t){let n=null,r=NE(e);for(let o=0;o<t.length;o++){let i=t[o];if(i==="*"){n=o;continue}if(r===null?mh(e,i,!0):RE(r,i))return o}return n}function vC(e){let t=E()[fe][de];if(!t.projection){let n=e?e.length:1,r=t.projection=gf(n,null),o=r.slice(),i=t.child;for(;i!==null;){if(i.type!==128){let s=e?yC(i,e):0;s!==null&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function DC(e,t=0,n,r,o,i){let s=E(),a=B(),c=r?e+1:null;c!==null&&Jr(s,a,c,r,o,i,null,n);let u=cr(a,j+e,16,null,n||null);u.projection===null&&(u.projection=t),Rc();let d=!s[on]||Mc();s[fe][de].projection[u.projection]===null&&c!==null?EC(s,a,c):d&&!bs(u)&&fI(a,s,u)}function EC(e,t,n){let r=j+n,o=t.data[r],i=e[r],s=cs(i,o.tView.ssrId),a=oo(e,o,void 0,{dehydratedView:s});io(i,a,0,rr(o,s))}function IC(e,t,n,r){Aw(e,t,n,r)}function wC(e,t,n){dg(e,t,n)}function CC(e){let t=E(),n=B(),r=ki();Vr(r+1);let o=yl(n,r);if(e.dirty&&Cf(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{let i=pg(t,r);e.reset(i,Gp),e.notifyOnChanges()}return!0}return!1}function bC(){return ml(E(),ki())}function TC(e,t,n,r){Ow(e,dg(t,n,r))}function _C(e=1){Vr(ki()+e)}function MC(e){let t=Of();return Ni(t,j+e)}function Wi(e,t){return e<<17|t<<2}function vn(e){return e>>17&32767}function SC(e){return(e&2)==2}function NC(e,t){return e&131071|t<<17}function Ou(e){return e|2}function or(e){return(e&131068)>>2}function Zc(e,t){return e&-131069|t<<2}function AC(e){return(e&1)===1}function Fu(e){return e|1}function xC(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=vn(s),c=or(s);e[r]=n;let u=!1,l;if(Array.isArray(n)){let d=n;l=d[1],(l===null||Bn(d,l)>0)&&(u=!0)}else l=n;if(o)if(c!==0){let p=vn(e[a+1]);e[r+1]=Wi(p,a),p!==0&&(e[p+1]=Zc(e[p+1],r)),e[a+1]=NC(e[a+1],r)}else e[r+1]=Wi(a,0),a!==0&&(e[a+1]=Zc(e[a+1],r)),a=r;else e[r+1]=Wi(c,0),a===0?a=r:e[c+1]=Zc(e[c+1],r),c=r;u&&(e[r+1]=Ou(e[r+1])),Mp(e,l,r,!0),Mp(e,l,r,!1),RC(t,l,e,r,i),s=Wi(a,c),i?t.classBindings=s:t.styleBindings=s}function RC(e,t,n,r,o){let i=o?e.residualClasses:e.residualStyles;i!=null&&typeof t=="string"&&Bn(i,t)>=0&&(n[r+1]=Fu(n[r+1]))}function Mp(e,t,n,r){let o=e[n+1],i=t===null,s=r?vn(o):or(o),a=!1;for(;s!==0&&(a===!1||i);){let c=e[s],u=e[s+1];OC(c,t)&&(a=!0,e[s+1]=r?Fu(u):Ou(u)),s=r?vn(u):or(u)}a&&(e[n+1]=r?Ou(o):Fu(o))}function OC(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?Bn(e,t)>=0:!1}var $e={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function FC(e){return e.substring($e.key,$e.keyEnd)}function kC(e){return PC(e),Gg(e,Wg(e,0,$e.textEnd))}function Gg(e,t){let n=$e.textEnd;return n===t?-1:(t=$e.keyEnd=LC(e,$e.key=t,n),Wg(e,t,n))}function PC(e){$e.key=0,$e.keyEnd=0,$e.value=0,$e.valueEnd=0,$e.textEnd=e.length}function Wg(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function LC(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function Bs(e,t,n){return Zg(e,t,n,!1),Bs}function qg(e,t){return Zg(e,t,null,!0),qg}function jC(e){VC(WC,BC,e,!0)}function BC(e,t){for(let n=kC(t);n>=0;n=Gg(t,n))Ti(e,FC(t),!0)}function Zg(e,t,n,r){let o=E(),i=B(),s=pn(2);if(i.firstUpdatePass&&Qg(i,e,s,r),t!==Z&&ce(o,s,t)){let a=i.data[_e()];Kg(i,a,o,o[k],e,o[s+1]=ZC(t,n),r,s)}}function VC(e,t,n,r){let o=B(),i=pn(2);o.firstUpdatePass&&Qg(o,null,i,r);let s=E();if(n!==Z&&ce(s,i,n)){let a=o.data[_e()];if(Jg(a,r)&&!Yg(o,i)){let c=r?a.classesWithoutHost:a.stylesWithoutHost;c!==null&&(n=Ei(c,n||"")),Ru(o,a,s,n,r)}else qC(o,a,s,s[k],s[i+1],s[i+1]=GC(e,t,n),r,i)}}function Yg(e,t){return t>=e.expandoStartIndex}function Qg(e,t,n,r){let o=e.data;if(o[n+1]===null){let i=o[_e()],s=Yg(e,n);Jg(i,r)&&t===null&&!s&&(t=!1),t=HC(o,i,t,r),xC(o,i,t,n,s,r)}}function HC(e,t,n,r){let o=Fc(e),i=r?t.residualClasses:t.residualStyles;if(o===null)(r?t.classBindings:t.styleBindings)===0&&(n=Yc(null,e,t,n,r),n=Xr(n,t.attrs,r),i=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==o)if(n=Yc(o,e,t,n,r),i===null){let c=UC(e,t,r);c!==void 0&&Array.isArray(c)&&(c=Yc(null,e,t,c[1],r),c=Xr(c,t.attrs,r),$C(e,t,r,c))}else i=zC(e,t,r)}return i!==void 0&&(r?t.residualClasses=i:t.residualStyles=i),n}function UC(e,t,n){let r=n?t.classBindings:t.styleBindings;if(or(r)!==0)return e[vn(r)]}function $C(e,t,n,r){let o=n?t.classBindings:t.styleBindings;e[vn(o)]=r}function zC(e,t,n){let r,o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++){let s=e[i].hostAttrs;r=Xr(r,s,n)}return Xr(r,t.attrs,n)}function Yc(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=Xr(r,i.hostAttrs,o),i!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function Xr(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]),Ti(e,s,n?!0:t[++i]))}return e===void 0?null:e}function GC(e,t,n){if(n==null||n==="")return ae;let r=[],o=ve(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 WC(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&Ti(e,r,n)}function qC(e,t,n,r,o,i,s,a){o===Z&&(o=ae);let c=0,u=0,l=0<o.length?o[0]:null,d=0<i.length?i[0]:null;for(;l!==null||d!==null;){let p=c<o.length?o[c+1]:void 0,f=u<i.length?i[u+1]:void 0,h=null,D;l===d?(c+=2,u+=2,p!==f&&(h=d,D=f)):d===null||l!==null&&l<d?(c+=2,h=l):(u+=2,h=d,D=f),h!==null&&Kg(e,t,n,r,h,D,s,a),l=c<o.length?o[c]:null,d=u<i.length?i[u]:null}}function Kg(e,t,n,r,o,i,s,a){if(!(t.type&3))return;let c=e.data,u=c[a+1],l=AC(u)?Sp(c,t,n,o,or(u),s):void 0;if(!ys(l)){ys(i)||SC(u)&&(i=Sp(c,null,n,o,a,s));let d=Dc(_e(),n);hI(r,s,d,o,i)}}function Sp(e,t,n,r,o,i){let s=t===null,a;for(;o>0;){let c=e[o],u=Array.isArray(c),l=u?c[1]:c,d=l===null,p=n[o+1];p===Z&&(p=d?ae:void 0);let f=d?_i(p,r):l===r?p:void 0;if(u&&!ys(f)&&(f=_i(c,r)),ys(f)&&(a=f,s))return a;let h=e[o+1];o=s?vn(h):or(h)}if(t!==null){let c=i?t.residualClasses:t.residualStyles;c!=null&&(a=_i(c,r))}return a}function ys(e){return e!==void 0}function ZC(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=gt(ve(e)))),e}function Jg(e,t){return(e.flags&(t?8:16))!==0}function YC(e,t=""){let n=E(),r=B(),o=e+j,i=r.firstCreatePass?cr(r,o,1,t,null):r.data[o],s=QC(r,n,i,t,e);n[o]=s,ji()&&ol(r,n,s,i),Zn(i,!1)}var QC=(e,t,n,r,o)=>(Hr(!0),PE(t[k],r));function Xg(e,t,n,r=""){return ce(e,yt(),n)?t+K(n)+r:Z}function KC(e,t,n,r,o,i=""){let s=Br(),a=Qr(e,s,n,o);return pn(2),a?t+K(n)+r+K(o)+i:Z}function JC(e,t,n,r,o,i,s,a=""){let c=Br(),u=gl(e,c,n,o,s);return pn(3),u?t+K(n)+r+K(o)+i+K(s)+a:Z}function XC(e,t,n,r,o,i,s,a,c,u=""){let l=Br(),d=ao(e,l,n,o,s,c);return pn(4),d?t+K(n)+r+K(o)+i+K(s)+a+K(c)+u:Z}function eb(e,t,n,r,o,i,s,a,c,u,l,d=""){let p=Br(),f=ao(e,p,n,o,s,c);return f=ce(e,p+4,l)||f,pn(5),f?t+K(n)+r+K(o)+i+K(s)+a+K(c)+u+K(l)+d:Z}function em(e){return Al("",e),em}function Al(e,t,n){let r=E(),o=Xg(r,e,t,n);return o!==Z&&fo(r,_e(),o),Al}function tm(e,t,n,r,o){let i=E(),s=KC(i,e,t,n,r,o);return s!==Z&&fo(i,_e(),s),tm}function nm(e,t,n,r,o,i,s){let a=E(),c=JC(a,e,t,n,r,o,i,s);return c!==Z&&fo(a,_e(),c),nm}function rm(e,t,n,r,o,i,s,a,c){let u=E(),l=XC(u,e,t,n,r,o,i,s,a,c);return l!==Z&&fo(u,_e(),l),rm}function om(e,t,n,r,o,i,s,a,c,u,l){let d=E(),p=eb(d,e,t,n,r,o,i,s,a,c,u,l);return p!==Z&&fo(d,_e(),p),om}function fo(e,t,n){let r=Dc(t,e);LE(e[k],r,n)}function im(e,t,n){Bc(t)&&(t=t());let r=E(),o=yt();if(ce(r,o,t)){let i=B(),s=Yn();Lh(s,r,e,t,r[k],n)}return im}function tb(e,t){let n=Bc(e);return n&&e.set(t),n}function sm(e,t){let n=E(),r=B(),o=W();return zg(r,n,n[k],o,e,t),sm}function nb(e,t,n=""){return Xg(E(),e,t,n)}function rb(e,t,n){let r=B();if(r.firstCreatePass){let o=Ne(e);ku(n,r.data,r.blueprint,o,!0),ku(t,r.data,r.blueprint,o,!1)}}function ku(e,t,n,r,o){if(e=te(e),Array.isArray(e))for(let i=0;i<e.length;i++)ku(e[i],t,n,r,o);else{let i=B(),s=E(),a=W(),c=tn(e)?e:te(e.provide),u=lc(e),l=a.providerIndexes&1048575,d=a.directiveStart,p=a.providerIndexes>>20;if(tn(e)||!e.multi){let f=new gn(u,o,Y,null),h=Kc(c,t,o?l:l+p,d);h===-1?(Xc(ns(a,s),i,c),Qc(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=Kc(c,t,l+p,d),h=Kc(c,t,l,l+p),D=f>=0&&n[f],v=h>=0&&n[h];if(o&&!v||!o&&!D){Xc(ns(a,s),i,c);let m=sb(o?ib:ob,n.length,o,r,u,e);!o&&v&&(n[h].providerFactory=m),Qc(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(m),s.push(m)}else{let m=am(n[o?h:f],u,!o&&r);Qc(i,e,f>-1?f:h,m)}!o&&r&&v&&n[h].componentProviders++}}}function Qc(e,t,n,r){let o=tn(t),i=If(t);if(o||i){let c=(i?te(t.useClass):t).prototype.ngOnDestroy;if(c){let u=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){let l=u.indexOf(n);l===-1?u.push(n,[r,c]):u[l+1].push(r,c)}else u.push(n,c)}}}function am(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Kc(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function ob(e,t,n,r,o){return Pu(this.multi,[])}function ib(e,t,n,r,o){let i=this.multi,s;if(this.providerFactory){let a=this.providerFactory.componentProviders,c=qr(r,r[w],this.providerFactory.index,o);s=c.slice(0,a),Pu(i,s);for(let u=a;u<c.length;u++)s.push(c[u])}else s=[],Pu(i,s);return s}function Pu(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function sb(e,t,n,r,o,i){let s=new gn(e,n,Y,null);return s.multi=[],s.index=t,s.componentProviders=0,am(s,o,r&&!n),s}function ab(e,t=[]){return n=>{n.providersResolver=(r,o)=>rb(r,o?o(e):e,t)}}function cb(e,t,n){let r=et()+e,o=E();return o[r]===Z?En(o,r,n?t.call(n):t()):hl(o,r)}function ub(e,t,n,r){return cm(E(),et(),e,t,n,r)}function lb(e,t,n,r,o){return um(E(),et(),e,t,n,r,o)}function db(e,t,n,r,o,i){return gb(E(),et(),e,t,n,r,o,i)}function fb(e,t,n,r,o,i,s){return mb(E(),et(),e,t,n,r,o,i,s)}function pb(e,t,n,r,o,i,s,a){let c=et()+e,u=E(),l=ao(u,c,n,r,o,i);return ce(u,c+4,s)||l?En(u,c+5,a?t.call(a,n,r,o,i,s):t(n,r,o,i,s)):hl(u,c+5)}function hb(e,t,n,r,o,i,s,a,c,u){let l=et()+e,d=E(),p=ao(d,l,n,r,o,i);return gl(d,l+4,s,a,c)||p?En(d,l+7,u?t.call(u,n,r,o,i,s,a,c):t(n,r,o,i,s,a,c)):hl(d,l+7)}function Vs(e,t){let n=e[t];return n===Z?void 0:n}function cm(e,t,n,r,o,i){let s=t+n;return ce(e,s,o)?En(e,s+1,i?r.call(i,o):r(o)):Vs(e,s+1)}function um(e,t,n,r,o,i,s){let a=t+n;return Qr(e,a,o,i)?En(e,a+2,s?r.call(s,o,i):r(o,i)):Vs(e,a+2)}function gb(e,t,n,r,o,i,s,a){let c=t+n;return gl(e,c,o,i,s)?En(e,c+3,a?r.call(a,o,i,s):r(o,i,s)):Vs(e,c+3)}function mb(e,t,n,r,o,i,s,a,c){let u=t+n;return ao(e,u,o,i,s,a)?En(e,u+4,c?r.call(c,o,i,s,a):r(o,i,s,a)):Vs(e,u+4)}function yb(e,t){let n=B(),r,o=e+j;n.firstCreatePass?(r=vb(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=At(r.type,!0)),s,a=le(Y);try{let c=ts(!1),u=i();return ts(c),Ec(n,E(),o,u),u}finally{le(a)}}function vb(e,t){if(t)for(let n=t.length-1;n>=0;n--){let r=t[n];if(e===r.name)return r}}function Db(e,t,n){let r=e+j,o=E(),i=Ni(o,r);return lm(o,r)?cm(o,et(),t,i.transform,n,i):i.transform(n)}function Eb(e,t,n,r){let o=e+j,i=E(),s=Ni(i,o);return lm(i,o)?um(i,et(),t,s.transform,n,r,s):s.transform(n,r)}function lm(e,t){return e[w].data[t].pure}function Ib(e,t){return Fs(e,t)}var vs=class{ngModuleFactory;componentFactories;constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},wb=(()=>{class e{compileModuleSync(n){return new hs(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),o=ac(n),i=hh(o.declarations).reduce((s,a)=>{let c=Qe(a);return c&&s.push(new Ht(c)),s},[]);return new vs(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=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var Cb=(()=>{class e{zone=g(H);changeDetectionScheduler=g(Ze);applicationRef=g(In);applicationErrorHandler=g(nt);_onMicrotaskEmptySubscription;initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{try{this.applicationRef.dirtyFlags|=1,this.applicationRef._tick()}catch(n){this.applicationErrorHandler(n)}})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function dm({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new H(oe(z({},fm()),{scheduleInRootZone:n})),[{provide:H,useFactory:e},{provide:Rt,multi:!0,useFactory:()=>{let r=g(Cb,{optional:!0});return()=>r.initialize()}},{provide:Rt,multi:!0,useFactory:()=>{let r=g(bb);return()=>{r.initialize()}}},t===!0?{provide:Vc,useValue:!0}:[],{provide:Hc,useValue:n??bh},{provide:nt,useFactory:()=>{let r=g(H),o=g(me),i;return s=>{r.runOutsideAngular(()=>{o.destroyed&&!i?setTimeout(()=>{throw s}):(i??=o.get(be),i.handleError(s))})}}}]}function fm(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var bb=(()=>{class e{subscription=new Q;initialized=!1;zone=g(H);pendingTasks=g(jt);initialize(){if(this.initialized)return;this.initialized=!0;let n=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(n=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{H.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{H.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var pm=(()=>{class e{applicationErrorHandler=g(nt);appRef=g(In);taskService=g(jt);ngZone=g(H);zonelessEnabled=g($r);tracing=g(Dn,{optional:!0});disableScheduling=g(Vc,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new Q;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(is):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(g(Hc,{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()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof ss||!this.zoneIsDefined)}notify(n){if(!this.zonelessEnabled&&n===5)return;let r=!1;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,r=!0;break}case 12:{this.appRef.dirtyFlags|=16,r=!0;break}case 13:{this.appRef.dirtyFlags|=2,r=!0;break}case 11:{r=!0;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(r))return;let o=this.useMicrotaskScheduler?cp:Th;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>o(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>o(()=>this.tick()))}shouldScheduleTick(n){return!(this.disableScheduling&&!n||this.appRef.destroyed||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(is+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,cp(()=>{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=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Tb(){return typeof $localize<"u"&&$localize.locale||lo}var fr=new I("",{providedIn:"root",factory:()=>g(fr,{optional:!0,skipSelf:!0})||Tb()});var po=class{destroyed=!1;listeners=null;errorHandler=g(be,{optional:!0});destroyRef=g(tt);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new y(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(Ye(953,!1));return}if(this.listeners===null)return;let n=M(null);try{for(let r of this.listeners)try{r(t)}catch(o){this.errorHandler?.handleError(o)}}finally{M(n)}}};function gm(e){return of(e)}function _b(e,t){return Sr(e,t?.equal)}var hm=class{[ee];constructor(t){this[ee]=t}destroy(){this[ee].destroy()}};var $s=Symbol("InputSignalNode#UNSET"),Tm=oe(z({},hi),{transformFn:void 0,applyValueToInputSignal(e,t){Jt(e,t)}});function _m(e,t){let n=Object.create(Tm);n.value=e,n.transformFn=t?.transform;function r(){if(Kt(n),n.value===$s){let o=null;throw new y(-950,o)}return n.value}return r[ee]=n,r}var mm=class{attributeName;constructor(t){this.attributeName=t}__NG_ELEMENT_ID__=()=>ju(this.attributeName);toString(){return`HostAttributeToken ${this.attributeName}`}},Ob=new I("");Ob.__NG_ELEMENT_ID__=e=>{let t=W();if(t===null)throw new y(204,!1);if(t.type&2)return t.value;if(e&8)return null;throw new y(204,!1)};function zB(e){return new po}function ym(e,t){return _m(e,t)}function Fb(e){return _m($s,e)}var GB=(ym.required=Fb,ym);function vm(e,t){return gg(t)}function kb(e,t){return mg(t)}var WB=(vm.required=kb,vm);function Mm(e,t){let n=Object.create(Tm),r=new po;n.value=e;function o(){return Kt(n),Dm(n.value),n.value}return o[ee]=n,o.asReadonly=Vi.bind(o),o.set=i=>{n.equal(n.value,i)||(Jt(n,i),r.emit(i))},o.update=i=>{Dm(n.value),o.set(i(n.value))},o.subscribe=r.subscribe.bind(r),o.destroyRef=r.destroyRef,o}function Dm(e){if(e===$s)throw new y(952,!1)}function Em(e,t){return Mm(e,t)}function Pb(e){return Mm($s,e)}var qB=(Em.required=Pb,Em);var xl=new I(""),Lb=new I("");function ho(e){return!e.moduleRef}function jb(e){let t=ho(e)?e.r3Injector:e.moduleRef.injector,n=t.get(H);return n.run(()=>{ho(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(nt),o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),ho(e)){let i=()=>t.destroy(),s=e.platformInjector.get(xl);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{let i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(xl);s.add(i),e.moduleRef.onDestroy(()=>{Gr(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return Vb(r,n,()=>{let i=t.get(jt),s=i.add(),a=t.get(Il);return a.runInitializers(),a.donePromise.then(()=>{let c=t.get(fr,lo);if(Hg(c||lo),!t.get(Lb,!0))return ho(e)?t.get(In):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(ho(e)){let l=t.get(In);return e.rootComponent!==void 0&&l.bootstrap(e.rootComponent),l}else return Bb?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>void i.remove(s))})})}var Bb;function Vb(e,t,n){try{let r=n();return js(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}var Hs=null;function Hb(e=[],t){return ye.create({name:t,providers:[{provide:Fr,useValue:"platform"},{provide:xl,useValue:new Set([()=>Hs=null])},...e]})}function Ub(e=[]){if(Hs)return Hs;let t=Hb(e);return Hs=t,Sg(),$b(t),t}function $b(e){let t=e.get(Es,null);Un(e,()=>{t?.forEach(n=>n())})}function ZB(){return!1}var Bl=(()=>{class e{static __NG_ELEMENT_ID__=zb}return e})();function zb(e){return Gb(W(),E(),(e&16)===16)}function Gb(e,t,n){if(Pt(e)&&!n){let r=xe(e.index,t);return new Bt(r,r)}else if(e.type&175){let r=t[fe];return new Bt(r,t)}return null}var Rl=class{constructor(){}supports(t){return pl(t)}create(t){return new Ol(t)}},Wb=(e,t)=>t,Ol=class{length=0;collection;_linkedRecords=null;_unlinkedRecords=null;_previousItHead=null;_itHead=null;_itTail=null;_additionsHead=null;_additionsTail=null;_movesHead=null;_movesTail=null;_removalsHead=null;_removalsTail=null;_identityChangesHead=null;_identityChangesTail=null;_trackByFn;constructor(t){this._trackByFn=t||Wb}forEachItem(t){let n;for(n=this._itHead;n!==null;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,r=this._removalsHead,o=0,i=null;for(;n||r;){let s=!r||n&&n.currentIndex<Im(r,o,i)?n:r,a=Im(s,o,i),c=s.currentIndex;if(s===r)o--,r=r._nextRemoved;else if(n=n._next,s.previousIndex==null)o++;else{i||(i=[]);let u=a-o,l=c-o;if(u!=l){for(let p=0;p<u;p++){let f=p<i.length?i[p]:i[p]=0,h=f+p;l<=h&&h<u&&(i[p]=f+1)}let d=s.previousIndex;i[d]=l-u}}a!==c&&t(s,a,c)}}forEachPreviousItem(t){let n;for(n=this._previousItHead;n!==null;n=n._nextPrevious)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachMovedItem(t){let n;for(n=this._movesHead;n!==null;n=n._nextMoved)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}forEachIdentityChange(t){let n;for(n=this._identityChangesHead;n!==null;n=n._nextIdentityChange)t(n)}diff(t){if(t==null&&(t=[]),!pl(t))throw new y(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._itHead,r=!1,o,i,s;if(Array.isArray(t)){this.length=t.length;for(let a=0;a<this.length;a++)i=t[a],s=this._trackByFn(a,i),n===null||!Object.is(n.trackById,s)?(n=this._mismatch(n,i,s,a),r=!0):(r&&(n=this._verifyReinsertion(n,i,s,a)),Object.is(n.item,i)||this._addIdentityChange(n,i)),n=n._next}else o=0,rg(t,a=>{s=this._trackByFn(o,a),n===null||!Object.is(n.trackById,s)?(n=this._mismatch(n,a,s,o),r=!0):(r&&(n=this._verifyReinsertion(n,a,s,o)),Object.is(n.item,a)||this._addIdentityChange(n,a)),n=n._next,o++}),this.length=o;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return this._additionsHead!==null||this._movesHead!==null||this._removalsHead!==null||this._identityChangesHead!==null}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;t!==null;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;t!==null;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;t!==null;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,r,o){let i;return t===null?i=this._itTail:(i=t._prev,this._remove(t)),t=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null),t!==null?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,i,o)):(t=this._linkedRecords===null?null:this._linkedRecords.get(r,o),t!==null?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,i,o)):t=this._addAfter(new Fl(n,r),i,o)),t}_verifyReinsertion(t,n,r,o){let i=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null);return i!==null?t=this._reinsertAfter(i,t._prev,o):t.currentIndex!=o&&(t.currentIndex=o,this._addToMoves(t,o)),t}_truncate(t){for(;t!==null;){let n=t._next;this._addToRemovals(this._unlink(t)),t=n}this._unlinkedRecords!==null&&this._unlinkedRecords.clear(),this._additionsTail!==null&&(this._additionsTail._nextAdded=null),this._movesTail!==null&&(this._movesTail._nextMoved=null),this._itTail!==null&&(this._itTail._next=null),this._removalsTail!==null&&(this._removalsTail._nextRemoved=null),this._identityChangesTail!==null&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,r){this._unlinkedRecords!==null&&this._unlinkedRecords.remove(t);let o=t._prevRemoved,i=t._nextRemoved;return o===null?this._removalsHead=i:o._nextRemoved=i,i===null?this._removalsTail=o:i._prevRemoved=o,this._insertAfter(t,n,r),this._addToMoves(t,r),t}_moveAfter(t,n,r){return this._unlink(t),this._insertAfter(t,n,r),this._addToMoves(t,r),t}_addAfter(t,n,r){return this._insertAfter(t,n,r),this._additionsTail===null?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,r){let o=n===null?this._itHead:n._next;return t._next=o,t._prev=n,o===null?this._itTail=t:o._prev=t,n===null?this._itHead=t:n._next=t,this._linkedRecords===null&&(this._linkedRecords=new Us),this._linkedRecords.put(t),t.currentIndex=r,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){this._linkedRecords!==null&&this._linkedRecords.remove(t);let n=t._prev,r=t._next;return n===null?this._itHead=r:n._next=r,r===null?this._itTail=n:r._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(this._movesTail===null?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return this._unlinkedRecords===null&&(this._unlinkedRecords=new Us),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,this._removalsTail===null?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,this._identityChangesTail===null?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}},Fl=class{item;trackById;currentIndex=null;previousIndex=null;_nextPrevious=null;_prev=null;_next=null;_prevDup=null;_nextDup=null;_prevRemoved=null;_nextRemoved=null;_nextAdded=null;_nextMoved=null;_nextIdentityChange=null;constructor(t,n){this.item=t,this.trackById=n}},kl=class{_head=null;_tail=null;add(t){this._head===null?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let r;for(r=this._head;r!==null;r=r._nextDup)if((n===null||n<=r.currentIndex)&&Object.is(r.trackById,t))return r;return null}remove(t){let n=t._prevDup,r=t._nextDup;return n===null?this._head=r:n._nextDup=r,r===null?this._tail=n:r._prevDup=n,this._head===null}},Us=class{map=new Map;put(t){let n=t.trackById,r=this.map.get(n);r||(r=new kl,this.map.set(n,r)),r.add(t)}get(t,n){let r=t,o=this.map.get(r);return o?o.get(t,n):null}remove(t){let n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return this.map.size===0}clear(){this.map.clear()}};function Im(e,t,n){let r=e.previousIndex;if(r===null)return r;let o=0;return n&&r<n.length&&(o=n[r]),r+t+o}var Pl=class{constructor(){}supports(t){return t instanceof Map||Ps(t)}create(){return new Ll}},Ll=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||Ps(t)))throw new y(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 jl(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))}},jl=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}};function wm(){return new Vl([new Rl])}var Vl=(()=>{class e{factories;static \u0275prov=T({token:e,providedIn:"root",factory:wm});constructor(n){this.factories=n}static create(n,r){if(r!=null){let o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{let r=g(e,{optional:!0,skipSelf:!0});return e.create(n,r||wm())}}}find(n){let r=this.factories.find(o=>o.supports(n));if(r!=null)return r;throw new y(901,!1)}}return e})();function Cm(){return new Hl([new Pl])}var Hl=(()=>{class e{static \u0275prov=T({token:e,providedIn:"root",factory:Cm});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=g(e,{optional:!0,skipSelf:!0});return e.create(n,r||Cm())}}}find(n){let r=this.factories.find(o=>o.supports(n));if(r)return r;throw new y(901,!1)}}return e})();var Sm=(()=>{class e{constructor(n){}static \u0275fac=function(r){return new(r||e)(C(In))};static \u0275mod=$t({type:e});static \u0275inj=mt({})}return e})();function Nm(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:o}=e;P(8);try{let i=o?.injector??Ub(r),s=[dm({}),{provide:Ze,useExisting:pm},Wf,...n||[]],a=new Kr({providers:s,parent:i,debugName:"",runEnvironmentInitializers:!1});return jb({r3Injector:a.injector,platformInjector:i,rootComponent:t})}catch(i){return Promise.reject(i)}finally{P(9)}}function go(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function Ul(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function YB(e,t){let n=Qe(e),r=t.elementInjector||Hn();return new Ht(n).create(r,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}function QB(e){let t=Qe(e);if(!t)return null;let n=new Ht(t);return{get selector(){return n.selector},get type(){return n.componentType},get inputs(){return n.inputs},get outputs(){return n.outputs},get ngContentSelectors(){return n.ngContentSelectors},get isStandalone(){return t.standalone},get isSignal(){return t.signals}}}var Rm=null;function at(){return Rm}function $l(e){Rm??=e}var mo=class{},yo=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:()=>g(Om),providedIn:"platform"})}return e})(),qb=new I(""),Om=(()=>{class e extends yo{_location;_history;_doc=g(q);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return at().getBaseHref(this._doc)}onPopState(n){let r=at().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){let r=at().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,o){this._history.pushState(n,r,o)}replaceState(n,r,o){this._history.replaceState(n,r,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:()=>new e,providedIn:"platform"})}return e})();function zs(e,t){return e?t?e.endsWith("/")?t.startsWith("/")?e+t.slice(1):e+t:t.startsWith("/")?e+t:`${e}/${t}`:e:t}function Am(e){let t=e.search(/#|\?|$/);return e[t-1]==="/"?e.slice(0,t-1)+e.slice(t):e}function Ge(e){return e&&e[0]!=="?"?`?${e}`:e}var pr=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:()=>g(Fm),providedIn:"root"})}return e})(),Gs=new I(""),Fm=(()=>{class e extends pr{_platformLocation;_baseHref;_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??g(q).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}prepareExternalUrl(n){return zs(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+Ge(this._platformLocation.search),o=this._platformLocation.hash;return o&&n?`${r}${o}`:r}pushState(n,r,o,i){let s=this.prepareExternalUrl(o+Ge(i));this._platformLocation.pushState(n,r,s)}replaceState(n,r,o,i){let s=this.prepareExternalUrl(o+Ge(i));this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(C(yo),C(Gs,8))};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),km=(()=>{class e{_subject=new pe;_basePath;_locationStrategy;_urlChangeListeners=[];_urlChangeSubscription=null;constructor(n){this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=Qb(Am(xm(r))),this._locationStrategy.onPopState(o=>{this._subject.next({url:this.path(!0),pop:!0,state:o.state,type:o.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(n=!1){return this.normalize(this._locationStrategy.path(n))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(n,r=""){return this.path()==this.normalize(n+Ge(r))}normalize(n){return e.stripTrailingSlash(Yb(this._basePath,xm(n)))}prepareExternalUrl(n){return n&&n[0]!=="/"&&(n="/"+n),this._locationStrategy.prepareExternalUrl(n)}go(n,r="",o=null){this._locationStrategy.pushState(o,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Ge(r)),o)}replaceState(n,r="",o=null){this._locationStrategy.replaceState(o,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Ge(r)),o)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(n=0){this._locationStrategy.historyGo?.(n)}onUrlChange(n){return this._urlChangeListeners.push(n),this._urlChangeSubscription??=this.subscribe(r=>{this._notifyUrlChangeListeners(r.url,r.state)}),()=>{let r=this._urlChangeListeners.indexOf(n);this._urlChangeListeners.splice(r,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(n="",r){this._urlChangeListeners.forEach(o=>o(n,r))}subscribe(n,r,o){return this._subject.subscribe({next:n,error:r??void 0,complete:o??void 0})}static normalizeQueryParams=Ge;static joinWithSlash=zs;static stripTrailingSlash=Am;static \u0275fac=function(r){return new(r||e)(C(pr))};static \u0275prov=T({token:e,factory:()=>Zb(),providedIn:"root"})}return e})();function Zb(){return new km(C(pr))}function Yb(e,t){if(!e||!t.startsWith(e))return t;let n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function xm(e){return e.replace(/\/index.html$/,"")}function Qb(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}var Kb=(()=>{class e extends pr{_platformLocation;_baseHref="";_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,r!=null&&(this._baseHref=r)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}path(n=!1){let r=this._platformLocation.hash??"#";return r.length>0?r.substring(1):r}prepareExternalUrl(n){let r=zs(this._baseHref,n);return r.length>0?"#"+r:r}pushState(n,r,o,i){let s=this.prepareExternalUrl(o+Ge(i))||this._platformLocation.pathname;this._platformLocation.pushState(n,r,s)}replaceState(n,r,o,i){let s=this.prepareExternalUrl(o+Ge(i))||this._platformLocation.pathname;this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(C(yo),C(Gs,8))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})();var Ql=(function(e){return e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific",e})(Ql||{});var ue=(function(e){return e[e.Format=0]="Format",e[e.Standalone=1]="Standalone",e})(ue||{}),L=(function(e){return e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short",e})(L||{}),Ee=(function(e){return e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full",e})(Ee||{}),Ie={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};function Hm(e){return De(e)[U.LocaleId]}function Um(e,t,n){let r=De(e),o=[r[U.DayPeriodsFormat],r[U.DayPeriodsStandalone]],i=Fe(o,t);return Fe(i,n)}function $m(e,t,n){let r=De(e),o=[r[U.DaysFormat],r[U.DaysStandalone]],i=Fe(o,t);return Fe(i,n)}function zm(e,t,n){let r=De(e),o=[r[U.MonthsFormat],r[U.MonthsStandalone]],i=Fe(o,t);return Fe(i,n)}function Gm(e,t){let r=De(e)[U.Eras];return Fe(r,t)}function vo(e,t){let n=De(e);return Fe(n[U.DateFormat],t)}function Do(e,t){let n=De(e);return Fe(n[U.TimeFormat],t)}function Eo(e,t){let r=De(e)[U.DateTimeFormat];return Fe(r,t)}function ct(e,t){let n=De(e),r=n[U.NumberSymbols][t];if(typeof r>"u"){if(t===Ie.CurrencyDecimal)return n[U.NumberSymbols][Ie.Decimal];if(t===Ie.CurrencyGroup)return n[U.NumberSymbols][Ie.Group]}return r}function Wm(e,t){return De(e)[U.NumberFormats][t]}function qm(e){if(!e[U.ExtraData])throw new y(2303,!1)}function Zm(e){let t=De(e);return qm(t),(t[U.ExtraData][2]||[]).map(r=>typeof r=="string"?zl(r):[zl(r[0]),zl(r[1])])}function Ym(e,t,n){let r=De(e);qm(r);let o=[r[U.ExtraData][0],r[U.ExtraData][1]],i=Fe(o,t)||[];return Fe(i,n)||[]}function Fe(e,t){for(let n=t;n>-1;n--)if(typeof e[n]<"u")return e[n];throw new y(2304,!1)}function zl(e){let[t,n]=e.split(":");return{hours:+t,minutes:+n}}var Jb=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Ws={},Xb=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function Qm(e,t,n,r){let o=cT(e);t=Ct(n,t)||t;let s=[],a;for(;t;)if(a=Xb.exec(t),a){s=s.concat(a.slice(1));let l=s.pop();if(!l)break;t=l}else{s.push(t);break}let c=o.getTimezoneOffset();r&&(c=Jm(r,c),o=aT(o,r));let u="";return s.forEach(l=>{let d=iT(l);u+=d?d(o,n,c):l==="''"?"'":l.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),u}function Ks(e,t,n){let r=new Date(0);return r.setFullYear(e,t,n),r.setHours(0,0,0),r}function Ct(e,t){let n=Hm(e);if(Ws[n]??={},Ws[n][t])return Ws[n][t];let r="";switch(t){case"shortDate":r=vo(e,Ee.Short);break;case"mediumDate":r=vo(e,Ee.Medium);break;case"longDate":r=vo(e,Ee.Long);break;case"fullDate":r=vo(e,Ee.Full);break;case"shortTime":r=Do(e,Ee.Short);break;case"mediumTime":r=Do(e,Ee.Medium);break;case"longTime":r=Do(e,Ee.Long);break;case"fullTime":r=Do(e,Ee.Full);break;case"short":let o=Ct(e,"shortTime"),i=Ct(e,"shortDate");r=qs(Eo(e,Ee.Short),[o,i]);break;case"medium":let s=Ct(e,"mediumTime"),a=Ct(e,"mediumDate");r=qs(Eo(e,Ee.Medium),[s,a]);break;case"long":let c=Ct(e,"longTime"),u=Ct(e,"longDate");r=qs(Eo(e,Ee.Long),[c,u]);break;case"full":let l=Ct(e,"fullTime"),d=Ct(e,"fullDate");r=qs(Eo(e,Ee.Full),[l,d]);break}return r&&(Ws[n][t]=r),r}function qs(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,function(n,r){return t!=null&&r in t?t[r]:n})),e}function We(e,t,n="-",r,o){let i="";(e<0||o&&e<=0)&&(o?e=-e+1:(e=-e,i=n));let s=String(e);for(;s.length<t;)s="0"+s;return r&&(s=s.slice(s.length-t)),i+s}function eT(e,t){return We(e,3).substring(0,t)}function X(e,t,n=0,r=!1,o=!1){return function(i,s){let a=tT(e,i);if((n>0||a>-n)&&(a+=n),e===3)a===0&&n===-12&&(a=12);else if(e===6)return eT(a,t);let c=ct(s,Ie.MinusSign);return We(a,t,c,r,o)}}function tT(e,t){switch(e){case 0:return t.getFullYear();case 1:return t.getMonth();case 2:return t.getDate();case 3:return t.getHours();case 4:return t.getMinutes();case 5:return t.getSeconds();case 6:return t.getMilliseconds();case 7:return t.getDay();default:throw new y(2301,!1)}}function V(e,t,n=ue.Format,r=!1){return function(o,i){return nT(o,i,e,t,n,r)}}function nT(e,t,n,r,o,i){switch(n){case 2:return zm(t,o,r)[e.getMonth()];case 1:return $m(t,o,r)[e.getDay()];case 0:let s=e.getHours(),a=e.getMinutes();if(i){let u=Zm(t),l=Ym(t,o,r),d=u.findIndex(p=>{if(Array.isArray(p)){let[f,h]=p,D=s>=f.hours&&a>=f.minutes,v=s<h.hours||s===h.hours&&a<h.minutes;if(f.hours<h.hours){if(D&&v)return!0}else if(D||v)return!0}else if(p.hours===s&&p.minutes===a)return!0;return!1});if(d!==-1)return l[d]}return Um(t,o,r)[s<12?0:1];case 3:return Gm(t,r)[e.getFullYear()<=0?0:1];default:let c=n;throw new y(2302,!1)}}function Zs(e){return function(t,n,r){let o=-1*r,i=ct(n,Ie.MinusSign),s=o>0?Math.floor(o/60):Math.ceil(o/60);switch(e){case 0:return(o>=0?"+":"")+We(s,2,i)+We(Math.abs(o%60),2,i);case 1:return"GMT"+(o>=0?"+":"")+We(s,1,i);case 2:return"GMT"+(o>=0?"+":"")+We(s,2,i)+":"+We(Math.abs(o%60),2,i);case 3:return r===0?"Z":(o>=0?"+":"")+We(s,2,i)+":"+We(Math.abs(o%60),2,i);default:throw new y(2310,!1)}}}var rT=0,Qs=4;function oT(e){let t=Ks(e,rT,1).getDay();return Ks(e,0,1+(t<=Qs?Qs:Qs+7)-t)}function Km(e){let t=e.getDay(),n=t===0?-3:Qs-t;return Ks(e.getFullYear(),e.getMonth(),e.getDate()+n)}function Gl(e,t=!1){return function(n,r){let o;if(t){let i=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,s=n.getDate();o=1+Math.floor((s+i)/7)}else{let i=Km(n),s=oT(i.getFullYear()),a=i.getTime()-s.getTime();o=1+Math.round(a/6048e5)}return We(o,e,ct(r,Ie.MinusSign))}}function Ys(e,t=!1){return function(n,r){let i=Km(n).getFullYear();return We(i,e,ct(r,Ie.MinusSign),t)}}var Wl={};function iT(e){if(Wl[e])return Wl[e];let t;switch(e){case"G":case"GG":case"GGG":t=V(3,L.Abbreviated);break;case"GGGG":t=V(3,L.Wide);break;case"GGGGG":t=V(3,L.Narrow);break;case"y":t=X(0,1,0,!1,!0);break;case"yy":t=X(0,2,0,!0,!0);break;case"yyy":t=X(0,3,0,!1,!0);break;case"yyyy":t=X(0,4,0,!1,!0);break;case"Y":t=Ys(1);break;case"YY":t=Ys(2,!0);break;case"YYY":t=Ys(3);break;case"YYYY":t=Ys(4);break;case"M":case"L":t=X(1,1,1);break;case"MM":case"LL":t=X(1,2,1);break;case"MMM":t=V(2,L.Abbreviated);break;case"MMMM":t=V(2,L.Wide);break;case"MMMMM":t=V(2,L.Narrow);break;case"LLL":t=V(2,L.Abbreviated,ue.Standalone);break;case"LLLL":t=V(2,L.Wide,ue.Standalone);break;case"LLLLL":t=V(2,L.Narrow,ue.Standalone);break;case"w":t=Gl(1);break;case"ww":t=Gl(2);break;case"W":t=Gl(1,!0);break;case"d":t=X(2,1);break;case"dd":t=X(2,2);break;case"c":case"cc":t=X(7,1);break;case"ccc":t=V(1,L.Abbreviated,ue.Standalone);break;case"cccc":t=V(1,L.Wide,ue.Standalone);break;case"ccccc":t=V(1,L.Narrow,ue.Standalone);break;case"cccccc":t=V(1,L.Short,ue.Standalone);break;case"E":case"EE":case"EEE":t=V(1,L.Abbreviated);break;case"EEEE":t=V(1,L.Wide);break;case"EEEEE":t=V(1,L.Narrow);break;case"EEEEEE":t=V(1,L.Short);break;case"a":case"aa":case"aaa":t=V(0,L.Abbreviated);break;case"aaaa":t=V(0,L.Wide);break;case"aaaaa":t=V(0,L.Narrow);break;case"b":case"bb":case"bbb":t=V(0,L.Abbreviated,ue.Standalone,!0);break;case"bbbb":t=V(0,L.Wide,ue.Standalone,!0);break;case"bbbbb":t=V(0,L.Narrow,ue.Standalone,!0);break;case"B":case"BB":case"BBB":t=V(0,L.Abbreviated,ue.Format,!0);break;case"BBBB":t=V(0,L.Wide,ue.Format,!0);break;case"BBBBB":t=V(0,L.Narrow,ue.Format,!0);break;case"h":t=X(3,1,-12);break;case"hh":t=X(3,2,-12);break;case"H":t=X(3,1);break;case"HH":t=X(3,2);break;case"m":t=X(4,1);break;case"mm":t=X(4,2);break;case"s":t=X(5,1);break;case"ss":t=X(5,2);break;case"S":t=X(6,1);break;case"SS":t=X(6,2);break;case"SSS":t=X(6,3);break;case"Z":case"ZZ":case"ZZZ":t=Zs(0);break;case"ZZZZZ":t=Zs(3);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Zs(1);break;case"OOOO":case"ZZZZ":case"zzzz":t=Zs(2);break;default:return null}return Wl[e]=t,t}function Jm(e,t){e=e.replace(/:/g,"");let n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function sT(e,t){return e=new Date(e.getTime()),e.setMinutes(e.getMinutes()+t),e}function aT(e,t,n){let o=e.getTimezoneOffset(),i=Jm(t,o);return sT(e,-1*(i-o))}function cT(e){if(Pm(e))return e;if(typeof e=="number"&&!isNaN(e))return new Date(e);if(typeof e=="string"){if(e=e.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(e)){let[o,i=1,s=1]=e.split("-").map(a=>+a);return Ks(o,i-1,s)}let n=parseFloat(e);if(!isNaN(e-n))return new Date(n);let r;if(r=e.match(Jb))return uT(r)}let t=new Date(e);if(!Pm(t))throw new y(2311,!1);return t}function uT(e){let t=new Date(0),n=0,r=0,o=e[8]?t.setUTCFullYear:t.setFullYear,i=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=Number(e[9]+e[10]),r=Number(e[9]+e[11])),o.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));let s=Number(e[4]||0)-n,a=Number(e[5]||0)-r,c=Number(e[6]||0),u=Math.floor(parseFloat("0."+(e[7]||0))*1e3);return i.call(t,s,a,c,u),t}function Pm(e){return e instanceof Date&&!isNaN(e.valueOf())}var lT=/^(\d+)?\.((\d+)(-(\d+))?)?$/,Lm=22,Js=".",Io="0",dT=";",fT=",",ql="#";function pT(e,t,n,r,o,i,s=!1){let a="",c=!1;if(!isFinite(e))a=ct(n,Ie.Infinity);else{let u=mT(e);s&&(u=gT(u));let l=t.minInt,d=t.minFrac,p=t.maxFrac;if(i){let O=i.match(lT);if(O===null)throw new y(2306,!1);let we=O[1],$=O[3],Ce=O[5];we!=null&&(l=Zl(we)),$!=null&&(d=Zl($)),Ce!=null?p=Zl(Ce):$!=null&&d>p&&(p=d)}yT(u,d,p);let f=u.digits,h=u.integerLen,D=u.exponent,v=[];for(c=f.every(O=>!O);h<l;h++)f.unshift(0);for(;h<0;h++)f.unshift(0);h>0?v=f.splice(h,f.length):(v=f,f=[0]);let m=[];for(f.length>=t.lgSize&&m.unshift(f.splice(-t.lgSize,f.length).join(""));f.length>t.gSize;)m.unshift(f.splice(-t.gSize,f.length).join(""));f.length&&m.unshift(f.join("")),a=m.join(ct(n,r)),v.length&&(a+=ct(n,o)+v.join("")),D&&(a+=ct(n,Ie.Exponential)+"+"+D)}return e<0&&!c?a=t.negPre+a+t.negSuf:a=t.posPre+a+t.posSuf,a}function Xm(e,t,n){let r=Wm(t,Ql.Decimal),o=hT(r,ct(t,Ie.MinusSign));return pT(e,o,t,Ie.Group,Ie.Decimal,n)}function hT(e,t="-"){let n={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},r=e.split(dT),o=r[0],i=r[1],s=o.indexOf(Js)!==-1?o.split(Js):[o.substring(0,o.lastIndexOf(Io)+1),o.substring(o.lastIndexOf(Io)+1)],a=s[0],c=s[1]||"";n.posPre=a.substring(0,a.indexOf(ql));for(let l=0;l<c.length;l++){let d=c.charAt(l);d===Io?n.minFrac=n.maxFrac=l+1:d===ql?n.maxFrac=l+1:n.posSuf+=d}let u=a.split(fT);if(n.gSize=u[1]?u[1].length:0,n.lgSize=u[2]||u[1]?(u[2]||u[1]).length:0,i){let l=o.length-n.posPre.length-n.posSuf.length,d=i.indexOf(ql);n.negPre=i.substring(0,d).replace(/'/g,""),n.negSuf=i.slice(d+l).replace(/'/g,"")}else n.negPre=t+n.posPre,n.negSuf=n.posSuf;return n}function gT(e){if(e.digits[0]===0)return e;let t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(t===0?e.digits.push(0,0):t===1&&e.digits.push(0),e.integerLen+=2),e}function mT(e){let t=Math.abs(e)+"",n=0,r,o,i,s,a;for((o=t.indexOf(Js))>-1&&(t=t.replace(Js,"")),(i=t.search(/e/i))>0?(o<0&&(o=i),o+=+t.slice(i+1),t=t.substring(0,i)):o<0&&(o=t.length),i=0;t.charAt(i)===Io;i++);if(i===(a=t.length))r=[0],o=1;else{for(a--;t.charAt(a)===Io;)a--;for(o-=i,r=[],s=0;i<=a;i++,s++)r[s]=Number(t.charAt(i))}return o>Lm&&(r=r.splice(0,Lm-1),n=o-1,o=1),{digits:r,exponent:n,integerLen:o}}function yT(e,t,n){if(t>n)throw new y(2307,!1);let r=e.digits,o=r.length-e.integerLen,i=Math.min(Math.max(t,o),n),s=i+e.integerLen,a=r[s];if(s>0){r.splice(Math.max(e.integerLen,s));for(let d=s;d<r.length;d++)r[d]=0}else{o=Math.max(0,o),e.integerLen=1,r.length=Math.max(1,s=i+1),r[0]=0;for(let d=1;d<s;d++)r[d]=0}if(a>=5)if(s-1<0){for(let d=0;d>s;d--)r.unshift(0),e.integerLen++;r.unshift(1),e.integerLen++}else r[s-1]++;for(;o<Math.max(0,i);o++)r.push(0);let c=i!==0,u=t+e.integerLen,l=r.reduceRight(function(d,p,f,h){return p=p+d,h[f]=p<10?p:p-10,c&&(h[f]===0&&f>=u?h.pop():c=!1),p>=10?1:0},0);l&&(r.unshift(l),e.integerLen++)}function Zl(e){let t=parseInt(e);if(isNaN(t))throw new y(2305,!1);return t}var Yl=/\s+/,jm=[],vT=(()=>{class e{_ngEl;_renderer;initialClasses=jm;rawClass;stateMap=new Map;constructor(n,r){this._ngEl=n,this._renderer=r}set klass(n){this.initialClasses=n!=null?n.trim().split(Yl):jm}set ngClass(n){this.rawClass=typeof n=="string"?n.trim().split(Yl):n}ngDoCheck(){for(let r of this.initialClasses)this._updateState(r,!0);let n=this.rawClass;if(Array.isArray(n)||n instanceof Set)for(let r of n)this._updateState(r,!0);else if(n!=null)for(let r of Object.keys(n))this._updateState(r,!!n[r]);this._applyStateDiff()}_updateState(n,r){let o=this.stateMap.get(n);o!==void 0?(o.enabled!==r&&(o.changed=!0,o.enabled=r),o.touched=!0):this.stateMap.set(n,{enabled:r,changed:!0,touched:!0})}_applyStateDiff(){for(let n of this.stateMap){let r=n[0],o=n[1];o.changed?(this._toggleClass(r,o.enabled),o.changed=!1):o.touched||(o.enabled&&this._toggleClass(r,!1),this.stateMap.delete(r)),o.touched=!1}}_toggleClass(n,r){n=n.trim(),n.length>0&&n.split(Yl).forEach(o=>{r?this._renderer.addClass(this._ngEl.nativeElement,o):this._renderer.removeClass(this._ngEl.nativeElement,o)})}static \u0275fac=function(r){return new(r||e)(Y(ot),Y(ur))};static \u0275dir=wt({type:e,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"}})}return e})();var Xs=class{$implicit;ngForOf;index;count;constructor(t,n,r,o){this.$implicit=t,this.ngForOf=n,this.index=r,this.count=o}get first(){return this.index===0}get last(){return this.index===this.count-1}get even(){return this.index%2===0}get odd(){return!this.even}},ey=(()=>{class e{_viewContainer;_template;_differs;set ngForOf(n){this._ngForOf=n,this._ngForOfDirty=!0}set ngForTrackBy(n){this._trackByFn=n}get ngForTrackBy(){return this._trackByFn}_ngForOf=null;_ngForOfDirty=!0;_differ=null;_trackByFn;constructor(n,r,o){this._viewContainer=n,this._template=r,this._differs=o}set ngForTemplate(n){n&&(this._template=n)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;let n=this._ngForOf;!this._differ&&n&&(this._differ=this._differs.find(n).create(this.ngForTrackBy))}if(this._differ){let n=this._differ.diff(this._ngForOf);n&&this._applyChanges(n)}}_applyChanges(n){let r=this._viewContainer;n.forEachOperation((o,i,s)=>{if(o.previousIndex==null)r.createEmbeddedView(this._template,new Xs(o.item,this._ngForOf,-1,-1),s===null?void 0:s);else if(s==null)r.remove(i===null?void 0:i);else if(i!==null){let a=r.get(i);r.move(a,s),Bm(a,o)}});for(let o=0,i=r.length;o<i;o++){let a=r.get(o).context;a.index=o,a.count=i,a.ngForOf=this._ngForOf}n.forEachIdentityChange(o=>{let i=r.get(o.currentIndex);Bm(i,o)})}static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(Y(Ut),Y(Vt),Y(Vl))};static \u0275dir=wt({type:e,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}})}return e})();function Bm(e,t){e.context.$implicit=t.item}var DT=(()=>{class e{_viewContainer;_context=new ea;_thenTemplateRef=null;_elseTemplateRef=null;_thenViewRef=null;_elseViewRef=null;constructor(n,r){this._viewContainer=n,this._thenTemplateRef=r}set ngIf(n){this._context.$implicit=this._context.ngIf=n,this._updateView()}set ngIfThen(n){Vm(n,!1),this._thenTemplateRef=n,this._thenViewRef=null,this._updateView()}set ngIfElse(n){Vm(n,!1),this._elseTemplateRef=n,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngIfUseIfTypeGuard;static ngTemplateGuard_ngIf;static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(Y(Ut),Y(Vt))};static \u0275dir=wt({type:e,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}})}return e})(),ea=class{$implicit=null;ngIf=null};function Vm(e,t){if(e&&!e.createEmbeddedView)throw new y(2020,!1)}var ET=(()=>{class e{_ngEl;_differs;_renderer;_ngStyle=null;_differ=null;constructor(n,r,o){this._ngEl=n,this._differs=r,this._renderer=o}set ngStyle(n){this._ngStyle=n,!this._differ&&n&&(this._differ=this._differs.find(n).create())}ngDoCheck(){if(this._differ){let n=this._differ.diff(this._ngStyle);n&&this._applyChanges(n)}}_setStyle(n,r){let[o,i]=n.split("."),s=o.indexOf("-")===-1?void 0:ze.DashCase;r!=null?this._renderer.setStyle(this._ngEl.nativeElement,o,i?`${r}${i}`:r,s):this._renderer.removeStyle(this._ngEl.nativeElement,o,s)}_applyChanges(n){n.forEachRemovedItem(r=>this._setStyle(r.key,null)),n.forEachAddedItem(r=>this._setStyle(r.key,r.currentValue)),n.forEachChangedItem(r=>this._setStyle(r.key,r.currentValue))}static \u0275fac=function(r){return new(r||e)(Y(ot),Y(Hl),Y(ur))};static \u0275dir=wt({type:e,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}})}return e})(),IT=(()=>{class e{_viewContainerRef;_viewRef=null;ngTemplateOutletContext=null;ngTemplateOutlet=null;ngTemplateOutletInjector=null;constructor(n){this._viewContainerRef=n}ngOnChanges(n){if(this._shouldRecreateView(n)){let r=this._viewContainerRef;if(this._viewRef&&r.remove(r.indexOf(this._viewRef)),!this.ngTemplateOutlet){this._viewRef=null;return}let o=this._createContextForwardProxy();this._viewRef=r.createEmbeddedView(this.ngTemplateOutlet,o,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(n){return!!n.ngTemplateOutlet||!!n.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(n,r,o)=>this.ngTemplateOutletContext?Reflect.set(this.ngTemplateOutletContext,r,o):!1,get:(n,r,o)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,r,o)}})}static \u0275fac=function(r){return new(r||e)(Y(Ut))};static \u0275dir=wt({type:e,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},features:[to]})}return e})();function ta(e,t){return new y(2100,!1)}var wT=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g,CT=(()=>{class e{transform(n){if(n==null)return null;if(typeof n!="string")throw ta(e,n);return n.replace(wT,r=>r[0].toUpperCase()+r.slice(1).toLowerCase())}static \u0275fac=function(r){return new(r||e)};static \u0275pipe=lr({name:"titlecase",type:e,pure:!0})}return e})(),bT=(()=>{class e{transform(n){if(n==null)return null;if(typeof n!="string")throw ta(e,n);return n.toUpperCase()}static \u0275fac=function(r){return new(r||e)};static \u0275pipe=lr({name:"uppercase",type:e,pure:!0})}return e})(),TT="mediumDate",ty=new I(""),ny=new I(""),_T=(()=>{class e{locale;defaultTimezone;defaultOptions;constructor(n,r,o){this.locale=n,this.defaultTimezone=r,this.defaultOptions=o}transform(n,r,o,i){if(n==null||n===""||n!==n)return null;try{let s=r??this.defaultOptions?.dateFormat??TT,a=o??this.defaultOptions?.timezone??this.defaultTimezone??void 0;return Qm(n,s,i||this.locale,a)}catch(s){throw ta(e,s.message)}}static \u0275fac=function(r){return new(r||e)(Y(fr,16),Y(ty,24),Y(ny,24))};static \u0275pipe=lr({name:"date",type:e,pure:!0})}return e})();var MT=(()=>{class e{_locale;constructor(n){this._locale=n}transform(n,r,o){if(!ST(n))return null;o||=this._locale;try{let i=NT(n);return Xm(i,o,r)}catch(i){throw ta(e,i.message)}}static \u0275fac=function(r){return new(r||e)(Y(fr,16))};static \u0275pipe=lr({name:"number",type:e,pure:!0})}return e})();function ST(e){return!(e==null||e===""||e!==e)}function NT(e){if(typeof e=="string"&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if(typeof e!="number")throw new y(2309,!1);return e}var Kl=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=$t({type:e});static \u0275inj=mt({})}return e})();function wo(e,t){t=encodeURIComponent(t);for(let n of e.split(";")){let r=n.indexOf("="),[o,i]=r==-1?[n,""]:[n.slice(0,r),n.slice(r+1)];if(o.trim()===t)return decodeURIComponent(i)}return null}var Cn=class{};function o2(e,t,n){return Nl(e,t,n)}var Xl="browser";function i2(e){return e===Xl}var s2=(()=>{class e{static \u0275prov=T({token:e,providedIn:"root",factory:()=>new Jl(g(q),window)})}return e})(),Jl=class{document;window;offset=()=>[0,0];constructor(t,n){this.document=t,this.window=n}setOffset(t){Array.isArray(t)?this.offset=()=>t:this.offset=t}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(t,n){this.window.scrollTo(oe(z({},n),{left:t[0],top:t[1]}))}scrollToAnchor(t,n){let r=AT(this.document,t);r&&(this.scrollToElement(r,n),r.focus())}setHistoryScrollRestoration(t){try{this.window.history.scrollRestoration=t}catch{console.warn(Ye(2400,!1))}}scrollToElement(t,n){let r=t.getBoundingClientRect(),o=r.left+this.window.pageXOffset,i=r.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(oe(z({},n),{left:o-s[0],top:i-s[1]}))}};function AT(e,t){let n=e.getElementById(t)||e.getElementsByName(t)[0];if(n)return n;if(typeof e.createTreeWalker=="function"&&e.body&&typeof e.body.attachShadow=="function"){let r=e.createTreeWalker(e.body,NodeFilter.SHOW_ELEMENT),o=r.currentNode;for(;o;){let i=o.shadowRoot;if(i){let s=i.getElementById(t)||i.querySelector(`[name="${t}"]`);if(s)return s}o=r.nextNode()}}return null}var oy=e=>e.src,xT=new I("",{providedIn:"root",factory:()=>oy});var ry=/^((\s*\d+w\s*(,|$)){1,})$/;var RT=[1,2],OT=640;var FT=1920,kT=1080;var a2=(()=>{class e{imageLoader=g(xT);config=PT(g(Cs));renderer=g(ur);imgElement=g(ot).nativeElement;injector=g(ye);lcpObserver;_renderedSrc=null;ngSrc;ngSrcset;sizes;width;height;decoding;loading;priority=!1;loaderParams;disableOptimizedSrcset=!1;fill=!1;placeholder;placeholderConfig;src;srcset;constructor(){}ngOnInit(){st("NgOptimizedImage"),this.placeholder&&this.removePlaceholderOnLoad(this.imgElement),this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||="100vw":(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("decoding",this.getDecoding()),this.setHostAttribute("ng-img","true");let n=this.updateSrcAndSrcset();this.sizes?this.getLoadingBehavior()==="lazy"?this.setHostAttribute("sizes","auto, "+this.sizes):this.setHostAttribute("sizes",this.sizes):this.ngSrcset&&ry.test(this.ngSrcset)&&this.getLoadingBehavior()==="lazy"&&this.setHostAttribute("sizes","auto, 100vw")}ngOnChanges(n){if(n.ngSrc&&!n.ngSrc.isFirstChange()){let r=this._renderedSrc;this.updateSrcAndSrcset(!0)}}callImageLoader(n){let r=n;return this.loaderParams&&(r.loaderParams=this.loaderParams),this.imageLoader(r)}getLoadingBehavior(){return!this.priority&&this.loading!==void 0?this.loading:this.priority?"eager":"lazy"}getFetchPriority(){return this.priority?"high":"auto"}getDecoding(){return this.priority?"sync":this.decoding??"auto"}getRewrittenSrc(){if(!this._renderedSrc){let n={src:this.ngSrc};this._renderedSrc=this.callImageLoader(n)}return this._renderedSrc}getRewrittenSrcset(){let n=ry.test(this.ngSrcset);return this.ngSrcset.split(",").filter(o=>o!=="").map(o=>{o=o.trim();let i=n?parseFloat(o):parseFloat(o)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:i})} ${o}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){let{breakpoints:n}=this.config,r=n;return this.sizes?.trim()==="100vw"&&(r=n.filter(i=>i>=OT)),r.map(i=>`${this.callImageLoader({src:this.ngSrc,width:i})} ${i}w`).join(", ")}updateSrcAndSrcset(n=!1){n&&(this._renderedSrc=null);let r=this.getRewrittenSrc();this.setHostAttribute("src",r);let o;return this.ngSrcset?o=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(o=this.getAutomaticSrcset()),o&&this.setHostAttribute("srcset",o),o}getFixedSrcset(){return RT.map(r=>`${this.callImageLoader({src:this.ngSrc,width:this.width*r})} ${r}x`).join(", ")}shouldGenerateAutomaticSrcset(){let n=!1;return this.sizes||(n=this.width>FT||this.height>kT),!this.disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==oy&&!n}generatePlaceholder(n){let{placeholderResolution:r}=this.config;return n===!0?`url(${this.callImageLoader({src:this.ngSrc,width:r,isPlaceholder:!0})})`:typeof n=="string"?`url(${n})`:null}shouldBlurPlaceholder(n){return!n||!n.hasOwnProperty("blur")?!0:!!n.blur}removePlaceholderOnLoad(n){let r=()=>{let s=this.injector.get(Bl);o(),i(),this.placeholder=!1,s.markForCheck()},o=this.renderer.listen(n,"load",r),i=this.renderer.listen(n,"error",r);LT(n,r)}setHostAttribute(n,r){this.renderer.setAttribute(this.imgElement,n,r)}static \u0275fac=function(r){return new(r||e)};static \u0275dir=wt({type:e,selectors:[["img","ngSrc",""]],hostVars:18,hostBindings:function(r,o){r&2&&Bs("position",o.fill?"absolute":null)("width",o.fill?"100%":null)("height",o.fill?"100%":null)("inset",o.fill?"0":null)("background-size",o.placeholder?"cover":null)("background-position",o.placeholder?"50% 50%":null)("background-repeat",o.placeholder?"no-repeat":null)("background-image",o.placeholder?o.generatePlaceholder(o.placeholder):null)("filter",o.placeholder&&o.shouldBlurPlaceholder(o.placeholderConfig)?"blur(15px)":null)},inputs:{ngSrc:[2,"ngSrc","ngSrc",jT],ngSrcset:"ngSrcset",sizes:"sizes",width:[2,"width","width",Ul],height:[2,"height","height",Ul],decoding:"decoding",loading:"loading",priority:[2,"priority","priority",go],loaderParams:"loaderParams",disableOptimizedSrcset:[2,"disableOptimizedSrcset","disableOptimizedSrcset",go],fill:[2,"fill","fill",go],placeholder:[2,"placeholder","placeholder",BT],placeholderConfig:"placeholderConfig",src:"src",srcset:"srcset"},features:[to]})}return e})();function PT(e){let t={};return e.breakpoints&&(t.breakpoints=e.breakpoints.sort((n,r)=>n-r)),Object.assign({},ws,e,t)}function LT(e,t){e.complete&&e.naturalWidth&&t()}function jT(e){return typeof e=="string"?e:ve(e)}function BT(e){return typeof e=="string"&&e!=="true"&&e!=="false"&&e!==""?e:go(e)}var gr=class{},mr=class{},lt=class e{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?typeof t=="string"?this.lazyInit=()=>{this.headers=new Map,t.split(`
|
|
5
|
+
`).forEach(n=>{let r=n.indexOf(":");if(r>0){let o=n.slice(0,r),i=n.slice(r+1).trim();this.addHeaderEntry(o,i)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,r)=>{this.addHeaderEntry(r,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,r])=>{this.setHeaderEntries(n,r)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();let n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof e?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(n=>{this.headers.set(n,t.headers.get(n)),this.normalizedNames.set(n,t.normalizedNames.get(n))})}clone(t){let n=new e;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof e?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){let n=t.name.toLowerCase();switch(t.op){case"a":case"s":let r=t.value;if(typeof r=="string"&&(r=[r]),r.length===0)return;this.maybeSetNormalizedName(t.name,n);let o=(t.op==="a"?this.headers.get(n):void 0)||[];o.push(...r),this.headers.set(n,o);break;case"d":let i=t.value;if(!i)this.headers.delete(n),this.normalizedNames.delete(n);else{let s=this.headers.get(n);if(!s)return;s=s.filter(a=>i.indexOf(a)===-1),s.length===0?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,s)}break}}addHeaderEntry(t,n){let r=t.toLowerCase();this.maybeSetNormalizedName(t,r),this.headers.has(r)?this.headers.get(r).push(n):this.headers.set(r,[n])}setHeaderEntries(t,n){let r=(Array.isArray(n)?n:[n]).map(i=>i.toString()),o=t.toLowerCase();this.headers.set(o,r),this.maybeSetNormalizedName(t,o)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}};var oa=class{encodeKey(t){return iy(t)}encodeValue(t){return iy(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}};function VT(e,t){let n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(o=>{let i=o.indexOf("="),[s,a]=i==-1?[t.decodeKey(o),""]:[t.decodeKey(o.slice(0,i)),t.decodeValue(o.slice(i+1))],c=n.get(s)||[];c.push(a),n.set(s,c)}),n}var HT=/%(\d[a-f0-9])/gi,UT={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function iy(e){return encodeURIComponent(e).replace(HT,(t,n)=>UT[n]??t)}function na(e){return`${e}`}var bt=class e{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new oa,t.fromString){if(t.fromObject)throw new y(2805,!1);this.map=VT(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{let r=t.fromObject[n],o=Array.isArray(r)?r.map(na):[na(r)];this.map.set(n,o)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();let n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){let n=[];return Object.keys(t).forEach(r=>{let o=t[r];Array.isArray(o)?o.forEach(i=>{n.push({param:r,value:i,op:"a"})}):n.push({param:r,value:o,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{let n=this.encoder.encodeKey(t);return this.map.get(t).map(r=>n+"="+this.encoder.encodeValue(r)).join("&")}).filter(t=>t!=="").join("&")}clone(t){let n=new e({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){this.map===null&&(this.map=new Map),this.cloneFrom!==null&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":let n=(t.op==="a"?this.map.get(t.param):void 0)||[];n.push(na(t.value)),this.map.set(t.param,n);break;case"d":if(t.value!==void 0){let r=this.map.get(t.param)||[],o=r.indexOf(na(t.value));o!==-1&&r.splice(o,1),r.length>0?this.map.set(t.param,r):this.map.delete(t.param)}else{this.map.delete(t.param);break}}}),this.cloneFrom=this.updates=null)}};var ia=class{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}};function $T(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}function sy(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function ay(e){return typeof Blob<"u"&&e instanceof Blob}function cy(e){return typeof FormData<"u"&&e instanceof FormData}function zT(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}var Co="Content-Type",sa="Accept",od="X-Request-URL",dy="text/plain",fy="application/json",py=`${fy}, ${dy}, */*`,hr=class e{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(t,n,r,o){this.url=n,this.method=t.toUpperCase();let i;if($T(this.method)||o?(this.body=r!==void 0?r:null,i=o):i=r,i){if(this.reportProgress=!!i.reportProgress,this.withCredentials=!!i.withCredentials,this.keepalive=!!i.keepalive,i.responseType&&(this.responseType=i.responseType),i.headers&&(this.headers=i.headers),i.context&&(this.context=i.context),i.params&&(this.params=i.params),i.priority&&(this.priority=i.priority),i.cache&&(this.cache=i.cache),i.credentials&&(this.credentials=i.credentials),typeof i.timeout=="number"){if(i.timeout<1||!Number.isInteger(i.timeout))throw new y(2822,"");this.timeout=i.timeout}i.mode&&(this.mode=i.mode),i.redirect&&(this.redirect=i.redirect),i.integrity&&(this.integrity=i.integrity),i.referrer&&(this.referrer=i.referrer),this.transferCache=i.transferCache}if(this.headers??=new lt,this.context??=new ia,!this.params)this.params=new bt,this.urlWithParams=n;else{let s=this.params.toString();if(s.length===0)this.urlWithParams=n;else{let a=n.indexOf("?"),c=a===-1?"?":a<n.length-1?"&":"";this.urlWithParams=n+c+s}}}serializeBody(){return this.body===null?null:typeof this.body=="string"||sy(this.body)||ay(this.body)||cy(this.body)||zT(this.body)?this.body:this.body instanceof bt?this.body.toString():typeof this.body=="object"||typeof this.body=="boolean"||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return this.body===null||cy(this.body)?null:ay(this.body)?this.body.type||null:sy(this.body)?null:typeof this.body=="string"?dy:this.body instanceof bt?"application/x-www-form-urlencoded;charset=UTF-8":typeof this.body=="object"||typeof this.body=="number"||typeof this.body=="boolean"?fy:null}clone(t={}){let n=t.method||this.method,r=t.url||this.url,o=t.responseType||this.responseType,i=t.keepalive??this.keepalive,s=t.priority||this.priority,a=t.cache||this.cache,c=t.mode||this.mode,u=t.redirect||this.redirect,l=t.credentials||this.credentials,d=t.referrer||this.referrer,p=t.integrity||this.integrity,f=t.transferCache??this.transferCache,h=t.timeout??this.timeout,D=t.body!==void 0?t.body:this.body,v=t.withCredentials??this.withCredentials,m=t.reportProgress??this.reportProgress,O=t.headers||this.headers,we=t.params||this.params,$=t.context??this.context;return t.setHeaders!==void 0&&(O=Object.keys(t.setHeaders).reduce((Ce,dt)=>Ce.set(dt,t.setHeaders[dt]),O)),t.setParams&&(we=Object.keys(t.setParams).reduce((Ce,dt)=>Ce.set(dt,t.setParams[dt]),we)),new e(n,r,D,{params:we,headers:O,context:$,reportProgress:m,responseType:o,withCredentials:v,transferCache:f,keepalive:i,cache:a,priority:s,timeout:h,mode:c,redirect:u,credentials:l,referrer:d,integrity:p})}},Tt=(function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e})(Tt||{}),yr=class{headers;status;statusText;url;ok;type;redirected;constructor(t,n=200,r="OK"){this.headers=t.headers||new lt,this.status=t.status!==void 0?t.status:n,this.statusText=t.statusText||r,this.url=t.url||null,this.redirected=t.redirected,this.ok=this.status>=200&&this.status<300}},bo=class e extends yr{constructor(t={}){super(t)}type=Tt.ResponseHeader;clone(t={}){return new e({headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}},vr=class e extends yr{body;constructor(t={}){super(t),this.body=t.body!==void 0?t.body:null}type=Tt.Response;clone(t={}){return new e({body:t.body!==void 0?t.body:this.body,headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected})}},ut=class extends yr{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${t.url||"(unknown url)"}`:this.message=`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}},hy=200,GT=204;function ed(e,t){return{body:t,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer}}var gy=(()=>{class e{handler;constructor(n){this.handler=n}request(n,r,o={}){let i;if(n instanceof hr)i=n;else{let c;o.headers instanceof lt?c=o.headers:c=new lt(o.headers);let u;o.params&&(o.params instanceof bt?u=o.params:u=new bt({fromObject:o.params})),i=new hr(n,r,o.body!==void 0?o.body:null,{headers:c,context:o.context,params:u,reportProgress:o.reportProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache,keepalive:o.keepalive,priority:o.priority,cache:o.cache,mode:o.mode,redirect:o.redirect,credentials:o.credentials,referrer:o.referrer,integrity:o.integrity,timeout:o.timeout})}let s=Rn(i).pipe(Sa(c=>this.handler.handle(c)));if(n instanceof hr||o.observe==="events")return s;let a=s.pipe(pt(c=>c instanceof vr));switch(o.observe||"body"){case"body":switch(i.responseType){case"arraybuffer":return a.pipe(ge(c=>{if(c.body!==null&&!(c.body instanceof ArrayBuffer))throw new y(2806,!1);return c.body}));case"blob":return a.pipe(ge(c=>{if(c.body!==null&&!(c.body instanceof Blob))throw new y(2807,!1);return c.body}));case"text":return a.pipe(ge(c=>{if(c.body!==null&&typeof c.body!="string")throw new y(2808,!1);return c.body}));case"json":default:return a.pipe(ge(c=>c.body))}case"response":return a;default:throw new y(2809,!1)}}delete(n,r={}){return this.request("DELETE",n,r)}get(n,r={}){return this.request("GET",n,r)}head(n,r={}){return this.request("HEAD",n,r)}jsonp(n,r){return this.request("JSONP",n,{params:new bt().append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,r={}){return this.request("OPTIONS",n,r)}patch(n,r,o={}){return this.request("PATCH",n,ed(o,r))}post(n,r,o={}){return this.request("POST",n,ed(o,r))}put(n,r,o={}){return this.request("PUT",n,ed(o,r))}static \u0275fac=function(r){return new(r||e)(C(gr))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),WT=/^\)\]\}',?\n/;function uy(e){if(e.url)return e.url;let t=od.toLocaleLowerCase();return e.headers.get(t)}var my=new I(""),ra=(()=>{class e{fetchImpl=g(td,{optional:!0})?.fetch??((...n)=>globalThis.fetch(...n));ngZone=g(H);destroyRef=g(tt);destroyed=!1;constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0})}handle(n){return new N(r=>{let o=new AbortController;this.doRequest(n,o.signal,r).then(nd,s=>r.error(new ut({error:s})));let i;return n.timeout&&(i=this.ngZone.runOutsideAngular(()=>setTimeout(()=>{o.signal.aborted||o.abort(new DOMException("signal timed out","TimeoutError"))},n.timeout))),()=>{i!==void 0&&clearTimeout(i),o.abort()}})}doRequest(n,r,o){return bn(this,null,function*(){let i=this.createRequestInit(n),s;try{let h=this.ngZone.runOutsideAngular(()=>this.fetchImpl(n.urlWithParams,z({signal:r},i)));qT(h),o.next({type:Tt.Sent}),s=yield h}catch(h){o.error(new ut({error:h,status:h.status??0,statusText:h.statusText,url:n.urlWithParams,headers:h.headers}));return}let a=new lt(s.headers),c=s.statusText,u=uy(s)??n.urlWithParams,l=s.status,d=null;if(n.reportProgress&&o.next(new bo({headers:a,status:l,statusText:c,url:u})),s.body){let h=s.headers.get("content-length"),D=[],v=s.body.getReader(),m=0,O,we,$=typeof Zone<"u"&&Zone.current,Ce=!1;if(yield this.ngZone.runOutsideAngular(()=>bn(this,null,function*(){for(;;){if(this.destroyed){yield v.cancel(),Ce=!0;break}let{done:zt,value:ha}=yield v.read();if(zt)break;if(D.push(ha),m+=ha.length,n.reportProgress){we=n.responseType==="text"?(we??"")+(O??=new TextDecoder).decode(ha,{stream:!0}):void 0;let gd=()=>o.next({type:Tt.DownloadProgress,total:h?+h:void 0,loaded:m,partialText:we});$?$.run(gd):gd()}}})),Ce){o.complete();return}let dt=this.concatChunks(D,m);try{let zt=s.headers.get(Co)??"";d=this.parseBody(n,dt,zt,l)}catch(zt){o.error(new ut({error:zt,headers:new lt(s.headers),status:s.status,statusText:s.statusText,url:uy(s)??n.urlWithParams}));return}}l===0&&(l=d?hy:0);let p=l>=200&&l<300,f=s.redirected;p?(o.next(new vr({body:d,headers:a,status:l,statusText:c,url:u,redirected:f})),o.complete()):o.error(new ut({error:d,headers:a,status:l,statusText:c,url:u,redirected:f}))})}parseBody(n,r,o,i){switch(n.responseType){case"json":let s=new TextDecoder().decode(r).replace(WT,"");if(s==="")return null;try{return JSON.parse(s)}catch(a){if(i<200||i>=300)return s;throw a}case"text":return new TextDecoder().decode(r);case"blob":return new Blob([r],{type:o});case"arraybuffer":return r.buffer}}createRequestInit(n){let r={},o;if(o=n.credentials,n.withCredentials&&(o="include"),n.headers.forEach((i,s)=>r[i]=s.join(",")),n.headers.has(sa)||(r[sa]=py),!n.headers.has(Co)){let i=n.detectContentTypeHeader();i!==null&&(r[Co]=i)}return{body:n.serializeBody(),method:n.method,headers:r,credentials:o,keepalive:n.keepalive,cache:n.cache,priority:n.priority,mode:n.mode,redirect:n.redirect,referrer:n.referrer,integrity:n.integrity}}concatChunks(n,r){let o=new Uint8Array(r),i=0;for(let s of n)o.set(s,i),i+=s.length;return o}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),td=class{};function nd(){}function qT(e){e.then(nd,nd)}function yy(e,t){return t(e)}function ZT(e,t){return(n,r)=>t.intercept(n,{handle:o=>e(o,r)})}function YT(e,t,n){return(r,o)=>Un(n,()=>t(r,i=>e(i,o)))}var vy=new I(""),id=new I(""),Dy=new I(""),sd=new I("",{providedIn:"root",factory:()=>!0});function QT(){let e=null;return(t,n)=>{e===null&&(e=(g(vy,{optional:!0})??[]).reduceRight(ZT,yy));let r=g(Qn);if(g(sd)){let i=r.add();return e(t,n).pipe(ri(i))}else return e(t,n)}}var aa=(()=>{class e extends gr{backend;injector;chain=null;pendingTasks=g(Qn);contributeToStability=g(sd);constructor(n,r){super(),this.backend=n,this.injector=r}handle(n){if(this.chain===null){let r=Array.from(new Set([...this.injector.get(id),...this.injector.get(Dy,[])]));this.chain=r.reduceRight((o,i)=>YT(o,i,this.injector),yy)}if(this.contributeToStability){let r=this.pendingTasks.add();return this.chain(n,o=>this.backend.handle(o)).pipe(ri(r))}else return this.chain(n,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(C(mr),C(me))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})();var KT=/^\)\]\}',?\n/,JT=RegExp(`^${od}:`,"m");function XT(e){return"responseURL"in e&&e.responseURL?e.responseURL:JT.test(e.getAllResponseHeaders())?e.getResponseHeader(od):null}var rd=(()=>{class e{xhrFactory;constructor(n){this.xhrFactory=n}handle(n){if(n.method==="JSONP")throw new y(-2800,!1);let r=this.xhrFactory;return Rn(null).pipe(oi(()=>new N(i=>{let s=r.build();if(s.open(n.method,n.urlWithParams),n.withCredentials&&(s.withCredentials=!0),n.headers.forEach((v,m)=>s.setRequestHeader(v,m.join(","))),n.headers.has(sa)||s.setRequestHeader(sa,py),!n.headers.has(Co)){let v=n.detectContentTypeHeader();v!==null&&s.setRequestHeader(Co,v)}if(n.timeout&&(s.timeout=n.timeout),n.responseType){let v=n.responseType.toLowerCase();s.responseType=v!=="json"?v:"text"}let a=n.serializeBody(),c=null,u=()=>{if(c!==null)return c;let v=s.statusText||"OK",m=new lt(s.getAllResponseHeaders()),O=XT(s)||n.url;return c=new bo({headers:m,status:s.status,statusText:v,url:O}),c},l=()=>{let{headers:v,status:m,statusText:O,url:we}=u(),$=null;m!==GT&&($=typeof s.response>"u"?s.responseText:s.response),m===0&&(m=$?hy:0);let Ce=m>=200&&m<300;if(n.responseType==="json"&&typeof $=="string"){let dt=$;$=$.replace(KT,"");try{$=$!==""?JSON.parse($):null}catch(zt){$=dt,Ce&&(Ce=!1,$={error:zt,text:$})}}Ce?(i.next(new vr({body:$,headers:v,status:m,statusText:O,url:we||void 0})),i.complete()):i.error(new ut({error:$,headers:v,status:m,statusText:O,url:we||void 0}))},d=v=>{let{url:m}=u(),O=new ut({error:v,status:s.status||0,statusText:s.statusText||"Unknown Error",url:m||void 0});i.error(O)},p=d;n.timeout&&(p=v=>{let{url:m}=u(),O=new ut({error:new DOMException("Request timed out","TimeoutError"),status:s.status||0,statusText:s.statusText||"Request timeout",url:m||void 0});i.error(O)});let f=!1,h=v=>{f||(i.next(u()),f=!0);let m={type:Tt.DownloadProgress,loaded:v.loaded};v.lengthComputable&&(m.total=v.total),n.responseType==="text"&&s.responseText&&(m.partialText=s.responseText),i.next(m)},D=v=>{let m={type:Tt.UploadProgress,loaded:v.loaded};v.lengthComputable&&(m.total=v.total),i.next(m)};return s.addEventListener("load",l),s.addEventListener("error",d),s.addEventListener("timeout",p),s.addEventListener("abort",d),n.reportProgress&&(s.addEventListener("progress",h),a!==null&&s.upload&&s.upload.addEventListener("progress",D)),s.send(a),i.next({type:Tt.Sent}),()=>{s.removeEventListener("error",d),s.removeEventListener("abort",d),s.removeEventListener("load",l),s.removeEventListener("timeout",p),n.reportProgress&&(s.removeEventListener("progress",h),a!==null&&s.upload&&s.upload.removeEventListener("progress",D)),s.readyState!==s.DONE&&s.abort()}})))}static \u0275fac=function(r){return new(r||e)(C(Cn))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),Ey=new I(""),e_="XSRF-TOKEN",t_=new I("",{providedIn:"root",factory:()=>e_}),n_="X-XSRF-TOKEN",r_=new I("",{providedIn:"root",factory:()=>n_}),To=class{},o_=(()=>{class e{doc;cookieName;lastCookieString="";lastToken=null;parseCount=0;constructor(n,r){this.doc=n,this.cookieName=r}getToken(){let n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=wo(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(r){return new(r||e)(C(q),C(t_))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})();function i_(e,t){let n=e.url.toLowerCase();if(!g(Ey)||e.method==="GET"||e.method==="HEAD"||n.startsWith("http://")||n.startsWith("https://"))return t(e);let r=g(To).getToken(),o=g(r_);return r!=null&&!e.headers.has(o)&&(e=e.clone({headers:e.headers.set(o,r)})),t(e)}var ca=(function(e){return e[e.Interceptors=0]="Interceptors",e[e.LegacyInterceptors=1]="LegacyInterceptors",e[e.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",e[e.NoXsrfProtection=3]="NoXsrfProtection",e[e.JsonpSupport=4]="JsonpSupport",e[e.RequestsMadeViaParent=5]="RequestsMadeViaParent",e[e.Fetch=6]="Fetch",e})(ca||{});function Iy(e,t){return{\u0275kind:e,\u0275providers:t}}function s_(...e){let t=[gy,rd,aa,{provide:gr,useExisting:aa},{provide:mr,useFactory:()=>g(my,{optional:!0})??g(rd)},{provide:id,useValue:i_,multi:!0},{provide:Ey,useValue:!0},{provide:To,useClass:o_}];for(let n of e)t.push(...n.\u0275providers);return Vn(t)}var ly=new I("");function a_(){return Iy(ca.LegacyInterceptors,[{provide:ly,useFactory:QT},{provide:id,useExisting:ly,multi:!0}])}function c_(){return Iy(ca.Fetch,[ra,{provide:my,useExisting:ra},{provide:mr,useExisting:ra}])}var _o=class{_doc;constructor(t){this._doc=t}manager},ua=(()=>{class e extends _o{constructor(n){super(n)}supports(n){return!0}addEventListener(n,r,o,i){return n.addEventListener(r,o,i),()=>this.removeEventListener(n,r,o,i)}removeEventListener(n,r,o,i){return n.removeEventListener(r,o,i)}static \u0275fac=function(r){return new(r||e)(C(q))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),da=new I(""),dd=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(n,r){this._zone=r,n.forEach(s=>{s.manager=this});let o=n.filter(s=>!(s instanceof ua));this._plugins=o.slice().reverse();let i=n.find(s=>s instanceof ua);i&&this._plugins.push(i)}addEventListener(n,r,o,i){return this._findPluginFor(r).addEventListener(n,r,o,i)}getZone(){return this._zone}_findPluginFor(n){let r=this._eventNameToPlugin.get(n);if(r)return r;if(r=this._plugins.find(i=>i.supports(n)),!r)throw new y(5101,!1);return this._eventNameToPlugin.set(n,r),r}static \u0275fac=function(r){return new(r||e)(C(da),C(H))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),ad="ng-app-id";function wy(e){for(let t of e)t.remove()}function Cy(e,t){let n=t.createElement("style");return n.textContent=e,n}function u_(e,t,n,r){let o=e.head?.querySelectorAll(`style[${ad}="${t}"],link[${ad}="${t}"]`);if(o)for(let i of o)i.removeAttribute(ad),i instanceof HTMLLinkElement?r.set(i.href.slice(i.href.lastIndexOf("/")+1),{usage:0,elements:[i]}):i.textContent&&n.set(i.textContent,{usage:0,elements:[i]})}function ud(e,t){let n=t.createElement("link");return n.setAttribute("rel","stylesheet"),n.setAttribute("href",e),n}var fd=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(n,r,o,i={}){this.doc=n,this.appId=r,this.nonce=o,u_(n,r,this.inline,this.external),this.hosts.add(n.head)}addStyles(n,r){for(let o of n)this.addUsage(o,this.inline,Cy);r?.forEach(o=>this.addUsage(o,this.external,ud))}removeStyles(n,r){for(let o of n)this.removeUsage(o,this.inline);r?.forEach(o=>this.removeUsage(o,this.external))}addUsage(n,r,o){let i=r.get(n);i?i.usage++:r.set(n,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,o(n,this.doc)))})}removeUsage(n,r){let o=r.get(n);o&&(o.usage--,o.usage<=0&&(wy(o.elements),r.delete(n)))}ngOnDestroy(){for(let[,{elements:n}]of[...this.inline,...this.external])wy(n);this.hosts.clear()}addHost(n){this.hosts.add(n);for(let[r,{elements:o}]of this.inline)o.push(this.addElement(n,Cy(r,this.doc)));for(let[r,{elements:o}]of this.external)o.push(this.addElement(n,ud(r,this.doc)))}removeHost(n){this.hosts.delete(n)}addElement(n,r){return this.nonce&&r.setAttribute("nonce",this.nonce),n.appendChild(r)}static \u0275fac=function(r){return new(r||e)(C(q),C(Ds),C(Is,8),C(sr))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),cd={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},pd=/%COMP%/g;var Ty="%COMP%",l_=`_nghost-${Ty}`,d_=`_ngcontent-${Ty}`,f_=!0,p_=new I("",{providedIn:"root",factory:()=>f_});function h_(e){return d_.replace(pd,e)}function g_(e){return l_.replace(pd,e)}function _y(e,t){return t.map(n=>n.replace(pd,e))}var hd=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;platformId;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;platformIsServer;constructor(n,r,o,i,s,a,c,u=null,l=null){this.eventManager=n,this.sharedStylesHost=r,this.appId=o,this.removeStylesOnCompDestroy=i,this.doc=s,this.platformId=a,this.ngZone=c,this.nonce=u,this.tracingService=l,this.platformIsServer=!1,this.defaultRenderer=new Mo(n,s,c,this.platformIsServer,this.tracingService)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;let o=this.getOrCreateRenderer(n,r);return o instanceof la?o.applyToHost(n):o instanceof So&&o.applyStyles(),o}getOrCreateRenderer(n,r){let o=this.rendererByCompId,i=o.get(r.id);if(!i){let s=this.doc,a=this.ngZone,c=this.eventManager,u=this.sharedStylesHost,l=this.removeStylesOnCompDestroy,d=this.platformIsServer,p=this.tracingService;switch(r.encapsulation){case Dt.Emulated:i=new la(c,u,r,this.appId,l,s,a,d,p);break;case Dt.ShadowDom:return new ld(c,u,n,r,s,a,this.nonce,d,p);default:i=new So(c,u,r,l,s,a,d,p);break}o.set(r.id,i)}return i}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(n){this.rendererByCompId.delete(n)}static \u0275fac=function(r){return new(r||e)(C(dd),C(fd),C(Ds),C(p_),C(q),C(sr),C(H),C(Is),C(Dn,8))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),Mo=class{eventManager;doc;ngZone;platformIsServer;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(t,n,r,o,i){this.eventManager=t,this.doc=n,this.ngZone=r,this.platformIsServer=o,this.tracingService=i}destroy(){}destroyNode=null;createElement(t,n){return n?this.doc.createElementNS(cd[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(by(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(by(t)?t.content:t).insertBefore(n,r)}removeChild(t,n){n.remove()}selectRootElement(t,n){let r=typeof t=="string"?this.doc.querySelector(t):t;if(!r)throw new y(-5104,!1);return n||(r.textContent=""),r}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,r,o){if(o){n=o+":"+n;let i=cd[o];i?t.setAttributeNS(i,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let o=cd[r];o?t.removeAttributeNS(o,n):t.removeAttribute(`${r}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,r,o){o&(ze.DashCase|ze.Important)?t.style.setProperty(n,r,o&ze.Important?"important":""):t.style[n]=r}removeStyle(t,n,r){r&ze.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,r){t!=null&&(t[n]=r)}setValue(t,n){t.nodeValue=n}listen(t,n,r,o){if(typeof t=="string"&&(t=at().getGlobalEventTarget(this.doc,t),!t))throw new y(5102,!1);let i=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(i=this.tracingService.wrapEventListener(t,n,i)),this.eventManager.addEventListener(t,n,i,o)}decoratePreventDefault(t){return n=>{if(n==="__ngUnwrap__")return t;t(n)===!1&&n.preventDefault()}}};function by(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var ld=class extends Mo{sharedStylesHost;hostEl;shadowRoot;constructor(t,n,r,o,i,s,a,c,u){super(t,i,s,c,u),this.sharedStylesHost=n,this.hostEl=r,this.shadowRoot=r.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let l=o.styles;l=_y(o.id,l);for(let p of l){let f=document.createElement("style");a&&f.setAttribute("nonce",a),f.textContent=p,this.shadowRoot.appendChild(f)}let d=o.getExternalStyles?.();if(d)for(let p of d){let f=ud(p,i);a&&f.setAttribute("nonce",a),this.shadowRoot.appendChild(f)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,r){return super.insertBefore(this.nodeOrShadowRoot(t),n,r)}removeChild(t,n){return super.removeChild(null,n)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},So=class extends Mo{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(t,n,r,o,i,s,a,c,u){super(t,i,s,a,c),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=o;let l=r.styles;this.styles=u?_y(u,l):l,this.styleUrls=r.getExternalStyles?.(u)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&nr.size===0&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}},la=class extends So{contentAttr;hostAttr;constructor(t,n,r,o,i,s,a,c,u){let l=o+"-"+r.id;super(t,n,r,i,s,a,c,u,l),this.contentAttr=h_(l),this.hostAttr=g_(l)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){let r=super.createElement(t,n);return super.setAttribute(r,this.contentAttr,""),r}};var fa=class e extends mo{supportsDOMEvents=!0;static makeCurrent(){$l(new e)}onAndCancel(t,n,r,o){return t.addEventListener(n,r,o),()=>{t.removeEventListener(n,r,o)}}dispatchEvent(t,n){t.dispatchEvent(n)}remove(t){t.remove()}createElement(t,n){return n=n||this.getDefaultDocument(),n.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,n){return n==="window"?window:n==="document"?t:n==="body"?t.body:null}getBaseHref(t){let n=m_();return n==null?null:y_(n)}resetBaseElement(){No=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return wo(document.cookie,t)}},No=null;function m_(){return No=No||document.head.querySelector("base"),No?No.getAttribute("href"):null}function y_(e){return new URL(e,document.baseURI).pathname}var pa=class{addToWindow(t){re.getAngularTestability=(r,o=!0)=>{let i=t.findTestabilityInTree(r,o);if(i==null)throw new y(5103,!1);return i},re.getAllAngularTestabilities=()=>t.getAllTestabilities(),re.getAllAngularRootElements=()=>t.getAllRootElements();let n=r=>{let o=re.getAllAngularTestabilities(),i=o.length,s=function(){i--,i==0&&r()};o.forEach(a=>{a.whenStable(s)})};re.frameworkStabilizers||(re.frameworkStabilizers=[]),re.frameworkStabilizers.push(n)}findTestabilityInTree(t,n,r){if(n==null)return null;let o=t.getTestability(n);return o??(r?at().isShadowRoot(n)?this.findTestabilityInTree(t,n.host,!0):this.findTestabilityInTree(t,n.parentElement,!0):null)}},v_=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})(),My=["alt","control","meta","shift"],D_={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},E_={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},Sy=(()=>{class e extends _o{constructor(n){super(n)}supports(n){return e.parseEventName(n)!=null}addEventListener(n,r,o,i){let s=e.parseEventName(r),a=e.eventCallback(s.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>at().onAndCancel(n,s.domEventName,a,i))}static parseEventName(n){let r=n.toLowerCase().split("."),o=r.shift();if(r.length===0||!(o==="keydown"||o==="keyup"))return null;let i=e._normalizeKey(r.pop()),s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),My.forEach(u=>{let l=r.indexOf(u);l>-1&&(r.splice(l,1),s+=u+".")}),s+=i,r.length!=0||i.length===0)return null;let c={};return c.domEventName=o,c.fullKey=s,c}static matchEventFullKeyCode(n,r){let o=D_[n.key]||n.key,i="";return r.indexOf("code.")>-1&&(o=n.code,i="code."),o==null||!o?!1:(o=o.toLowerCase(),o===" "?o="space":o==="."&&(o="dot"),My.forEach(s=>{if(s!==o){let a=E_[s];a(n)&&(i+=s+".")}}),i+=o,i===r)}static eventCallback(n,r,o){return i=>{e.matchEventFullKeyCode(i,n)&&o.runGuarded(()=>r(i))}}static _normalizeKey(n){return n==="esc"?"escape":n}static \u0275fac=function(r){return new(r||e)(C(q))};static \u0275prov=T({token:e,factory:e.\u0275fac})}return e})();function I_(e,t,n){let r=z({rootComponent:e,platformRef:n?.platformRef},w_(t));return Nm(r)}function w_(e){return{appProviders:[...Ny,...e?.providers??[]],platformProviders:__}}function C_(){fa.makeCurrent()}function b_(){return new be}function T_(){return Vu(document),document}var __=[{provide:sr,useValue:Xl},{provide:Es,useValue:C_,multi:!0},{provide:q,useFactory:T_}];var M_=[{provide:dr,useClass:pa},{provide:Ls,useClass:co,deps:[H,uo,dr]},{provide:co,useClass:co,deps:[H,uo,dr]}],Ny=[{provide:Fr,useValue:"root"},{provide:be,useFactory:b_},{provide:da,useClass:ua,multi:!0,deps:[q]},{provide:da,useClass:Sy,multi:!0,deps:[q]},hd,fd,dd,{provide:mn,useExisting:hd},{provide:Cn,useClass:v_},[]],S_=(()=>{class e{constructor(){}static \u0275fac=function(r){return new(r||e)};static \u0275mod=$t({type:e});static \u0275inj=mt({providers:[...Ny,...M_],imports:[Kl,Sm]})}return e})();var EH=(()=>{class e{_doc;constructor(n){this._doc=n}getTitle(){return this._doc.title}setTitle(n){this._doc.title=n||""}static \u0275fac=function(r){return new(r||e)(C(q))};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var N_=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=T({token:e,factory:function(r){let o=null;return r?o=new(r||e):o=C(A_),o},providedIn:"root"})}return e})(),A_=(()=>{class e extends N_{_doc;constructor(n){super(),this._doc=n}sanitize(n,r){if(r==null)return null;switch(n){case Oe.NONE:return r;case Oe.HTML:return it(r,"HTML")?ve(r):_s(this._doc,String(r)).toString();case Oe.STYLE:return it(r,"Style")?ve(r):r;case Oe.SCRIPT:if(it(r,"Script"))return ve(r);throw new y(5200,!1);case Oe.URL:return it(r,"URL")?ve(r):no(String(r));case Oe.RESOURCE_URL:if(it(r,"ResourceURL"))return ve(r);throw new y(5201,!1);default:throw new y(5202,!1)}}bypassSecurityTrustHtml(n){return $u(n)}bypassSecurityTrustStyle(n){return zu(n)}bypassSecurityTrustScript(n){return Gu(n)}bypassSecurityTrustUrl(n){return Wu(n)}bypassSecurityTrustResourceUrl(n){return qu(n)}static \u0275fac=function(r){return new(r||e)(C(q))};static \u0275prov=T({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();export{z as a,oe as b,x_ as c,Py as d,R_ as e,O_ as f,F_ as g,bn as h,Q as i,Hy as j,N as k,ba as l,Ta as m,pe as n,Ir as o,Yt as p,St as q,Rn as r,Jy as s,Xy as t,Le as u,ev as v,zy as w,ge as x,cv as y,je as z,_a as A,Nt as B,lv as C,dv as D,Ma as E,wr as F,vv as G,pt as H,Ev as I,wv as J,zd as K,Sa as L,_d as M,Cr as N,An as O,Cv as P,bv as Q,Mv as R,ri as S,Sv as T,Aa as U,Nv as V,Av as W,xv as X,Rv as Y,Ov as Z,oi as _,Yd as $,Fv as aa,kv as ba,y as ca,Ii as da,T as ea,mt as fa,Gv as ga,I as ha,C as ia,g as ja,Vn as ka,vf as la,me as ma,Un as na,Af as oa,xf as pa,Uf as qa,$f as ra,ye as sa,q as ta,tt as ua,nt as va,Bi as wa,jt as xa,to as ya,jD as za,ju as Aa,ot as Ba,sr as Ca,WD as Da,th as Ea,Oe as Fa,gE as Ga,fh as Ha,mE as Ia,vE as Ja,CE as Ka,zE as La,st as Ma,vt as Na,H as Oa,JE as Pa,XE as Qa,Vt as Ra,so as Sa,mn as Ta,ur as Ua,Y as Va,XI as Wa,Ut as Xa,yg as Ya,vg as Za,Pw as _a,$t as $a,wt as ab,lr as bb,Ig as cb,qw as db,bg as eb,Tg as fb,js as gb,Xw as hb,Mg as ib,In as jb,Ag as kb,nC as lb,rC as mb,oC as nb,iC as ob,sC as pb,aC as qb,xg as rb,Cl as sb,bl as tb,Rg as ub,Tl as vb,_l as wb,Og as xb,kg as yb,Ml as zb,Sl as Ab,Pg as Bb,Lg as Cb,dC as Db,Bg as Eb,Vg as Fb,Ug as Gb,$g as Hb,mC as Ib,vC as Jb,DC as Kb,IC as Lb,wC as Mb,CC as Nb,bC as Ob,TC as Pb,_C as Qb,MC as Rb,Bs as Sb,qg as Tb,jC as Ub,YC as Vb,em as Wb,Al as Xb,tm as Yb,nm as Zb,rm as _b,om as $b,im as ac,tb as bc,sm as cc,nb as dc,ab as ec,cb as fc,ub as gc,lb as hc,db as ic,fb as jc,pb as kc,hb as lc,yb as mc,Db as nc,Eb as oc,Ib as pc,wb as qc,fr as rc,gm as sc,_b as tc,mm as uc,zB as vc,GB as wc,WB as xc,qB as yc,ZB as zc,Bl as Ac,go as Bc,YB as Cc,QB as Dc,at as Ec,qb as Fc,pr as Gc,Fm as Hc,km as Ic,Kb as Jc,vT as Kc,ey as Lc,DT as Mc,ET as Nc,IT as Oc,CT as Pc,bT as Qc,_T as Rc,MT as Sc,Kl as Tc,o2 as Uc,i2 as Vc,s2 as Wc,a2 as Xc,bt as Yc,Tt as Zc,vr as _c,gy as $c,vy as ad,s_ as bd,a_ as cd,c_ as dd,hd as ed,I_ as fd,S_ as gd,EH as hd,N_ as id};
|