@everymatrix/stage-mm-verification-report 1.0.0
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/chunk-A3NTIEMP.js +1 -0
- package/chunk-CAY35YP7.js +7 -0
- package/chunk-H3QHLLCN.js +1 -0
- package/chunk-KE4BCZO4.js +851 -0
- package/chunk-OHPEWN32.js +1198 -0
- package/chunk-WSQOM5HU.js +1 -0
- package/component-lib.js +1 -0
- package/index.html +12 -0
- package/main.js +3264 -0
- package/modules/angular/LICENSE.md +21 -0
- package/modules/angular/README.md +67 -0
- package/modules/angular/angular-csp.css +25 -0
- package/modules/angular/angular.js +36600 -0
- package/modules/angular/angular.min.js +352 -0
- package/modules/angular/angular.min.js.gzip +0 -0
- package/modules/angular/angular.min.js.map +8 -0
- package/modules/angular/bower.json +9 -0
- package/modules/angular/index.js +2 -0
- package/modules/angular/package.json +25 -0
- package/modules/angular-ui-grid/CHANGELOG.md +1973 -0
- package/modules/angular-ui-grid/README.md +59 -0
- package/modules/angular-ui-grid/css/ui-grid.cellnav.css +25 -0
- package/modules/angular-ui-grid/css/ui-grid.cellnav.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.core.css +866 -0
- package/modules/angular-ui-grid/css/ui-grid.core.min.css +5 -0
- package/modules/angular-ui-grid/css/ui-grid.edit.css +23 -0
- package/modules/angular-ui-grid/css/ui-grid.edit.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.empty-base-layer.css +6 -0
- package/modules/angular-ui-grid/css/ui-grid.empty-base-layer.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.expandable.css +16 -0
- package/modules/angular-ui-grid/css/ui-grid.expandable.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.exporter.css +0 -0
- package/modules/angular-ui-grid/css/ui-grid.exporter.min.css +0 -0
- package/modules/angular-ui-grid/css/ui-grid.grouping.css +3 -0
- package/modules/angular-ui-grid/css/ui-grid.grouping.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.importer.css +0 -0
- package/modules/angular-ui-grid/css/ui-grid.importer.min.css +0 -0
- package/modules/angular-ui-grid/css/ui-grid.move-columns.css +9 -0
- package/modules/angular-ui-grid/css/ui-grid.move-columns.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.pagination.css +299 -0
- package/modules/angular-ui-grid/css/ui-grid.pagination.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.pinning.css +67 -0
- package/modules/angular-ui-grid/css/ui-grid.pinning.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.resize-columns.css +38 -0
- package/modules/angular-ui-grid/css/ui-grid.resize-columns.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.row-edit.css +9 -0
- package/modules/angular-ui-grid/css/ui-grid.row-edit.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.selection.css +25 -0
- package/modules/angular-ui-grid/css/ui-grid.selection.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.tree-base.css +4 -0
- package/modules/angular-ui-grid/css/ui-grid.tree-base.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.tree-view.css +6 -0
- package/modules/angular-ui-grid/css/ui-grid.tree-view.min.css +1 -0
- package/modules/angular-ui-grid/css/ui-grid.validate.css +3 -0
- package/modules/angular-ui-grid/css/ui-grid.validate.min.css +1 -0
- package/modules/angular-ui-grid/fonts/ui-grid.eot +0 -0
- package/modules/angular-ui-grid/fonts/ui-grid.svg +56 -0
- package/modules/angular-ui-grid/fonts/ui-grid.ttf +0 -0
- package/modules/angular-ui-grid/fonts/ui-grid.woff +0 -0
- package/modules/angular-ui-grid/less/animation.less +85 -0
- package/modules/angular-ui-grid/less/body.less +84 -0
- package/modules/angular-ui-grid/less/cell.less +46 -0
- package/modules/angular-ui-grid/less/cellnav.less +29 -0
- package/modules/angular-ui-grid/less/core.less +11 -0
- package/modules/angular-ui-grid/less/edit.less +27 -0
- package/modules/angular-ui-grid/less/elements.less +156 -0
- package/modules/angular-ui-grid/less/emptyBaseLayer.less +8 -0
- package/modules/angular-ui-grid/less/expandable.less +29 -0
- package/modules/angular-ui-grid/less/exporter.less +4 -0
- package/modules/angular-ui-grid/less/footer.less +76 -0
- package/modules/angular-ui-grid/less/grid.less +86 -0
- package/modules/angular-ui-grid/less/grouping.less +5 -0
- package/modules/angular-ui-grid/less/header.less +250 -0
- package/modules/angular-ui-grid/less/icons.less +151 -0
- package/modules/angular-ui-grid/less/importer.less +4 -0
- package/modules/angular-ui-grid/less/main.less +2 -0
- package/modules/angular-ui-grid/less/menu.less +91 -0
- package/modules/angular-ui-grid/less/moveColumns.less +12 -0
- package/modules/angular-ui-grid/less/pagination.less +297 -0
- package/modules/angular-ui-grid/less/pinning.less +86 -0
- package/modules/angular-ui-grid/less/resizeColumns.less +53 -0
- package/modules/angular-ui-grid/less/rowEdit.less +19 -0
- package/modules/angular-ui-grid/less/rtl.less +67 -0
- package/modules/angular-ui-grid/less/selection.less +29 -0
- package/modules/angular-ui-grid/less/sorting.less +16 -0
- package/modules/angular-ui-grid/less/treeBase.less +6 -0
- package/modules/angular-ui-grid/less/treeView.less +8 -0
- package/modules/angular-ui-grid/less/validate.less +5 -0
- package/modules/angular-ui-grid/less/variables.less +90 -0
- package/modules/angular-ui-grid/package.json +144 -0
- package/modules/angular-ui-grid/ui-grid.auto-resize.js +69 -0
- package/modules/angular-ui-grid/ui-grid.auto-resize.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.cellnav.js +1181 -0
- package/modules/angular-ui-grid/ui-grid.cellnav.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.core.js +12737 -0
- package/modules/angular-ui-grid/ui-grid.core.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.css +3208 -0
- package/modules/angular-ui-grid/ui-grid.edit.js +1325 -0
- package/modules/angular-ui-grid/ui-grid.edit.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.empty-base-layer.js +178 -0
- package/modules/angular-ui-grid/ui-grid.empty-base-layer.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.expandable.js +651 -0
- package/modules/angular-ui-grid/ui-grid.expandable.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.exporter.js +1777 -0
- package/modules/angular-ui-grid/ui-grid.exporter.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.grouping.js +1291 -0
- package/modules/angular-ui-grid/ui-grid.grouping.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.importer.js +791 -0
- package/modules/angular-ui-grid/ui-grid.importer.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.infinite-scroll.js +552 -0
- package/modules/angular-ui-grid/ui-grid.infinite-scroll.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.js +30867 -0
- package/modules/angular-ui-grid/ui-grid.language.all.js +3214 -0
- package/modules/angular-ui-grid/ui-grid.language.all.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ar.js +118 -0
- package/modules/angular-ui-grid/ui-grid.language.ar.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.bg.js +115 -0
- package/modules/angular-ui-grid/ui-grid.language.bg.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.cs.js +96 -0
- package/modules/angular-ui-grid/ui-grid.language.cs.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.da.js +90 -0
- package/modules/angular-ui-grid/ui-grid.language.da.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.de.js +133 -0
- package/modules/angular-ui-grid/ui-grid.language.de.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.es-ct.js +133 -0
- package/modules/angular-ui-grid/ui-grid.language.es-ct.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.es.js +106 -0
- package/modules/angular-ui-grid/ui-grid.language.es.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.fa.js +93 -0
- package/modules/angular-ui-grid/ui-grid.language.fa.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.fi.js +76 -0
- package/modules/angular-ui-grid/ui-grid.language.fi.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.fr.js +128 -0
- package/modules/angular-ui-grid/ui-grid.language.fr.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.he.js +71 -0
- package/modules/angular-ui-grid/ui-grid.language.he.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.hy.js +76 -0
- package/modules/angular-ui-grid/ui-grid.language.hy.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.is.js +118 -0
- package/modules/angular-ui-grid/ui-grid.language.is.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.it.js +112 -0
- package/modules/angular-ui-grid/ui-grid.language.it.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ja.js +118 -0
- package/modules/angular-ui-grid/ui-grid.language.ja.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ko.js +77 -0
- package/modules/angular-ui-grid/ui-grid.language.ko.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.nl.js +91 -0
- package/modules/angular-ui-grid/ui-grid.language.nl.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.no.js +115 -0
- package/modules/angular-ui-grid/ui-grid.language.no.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.pl.js +126 -0
- package/modules/angular-ui-grid/ui-grid.language.pl.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.pt-br.js +133 -0
- package/modules/angular-ui-grid/ui-grid.language.pt-br.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.pt.js +133 -0
- package/modules/angular-ui-grid/ui-grid.language.pt.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ro.js +112 -0
- package/modules/angular-ui-grid/ui-grid.language.ro.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.rs-lat.js +126 -0
- package/modules/angular-ui-grid/ui-grid.language.rs-lat.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ru.js +115 -0
- package/modules/angular-ui-grid/ui-grid.language.ru.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.sk.js +127 -0
- package/modules/angular-ui-grid/ui-grid.language.sk.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.sv.js +126 -0
- package/modules/angular-ui-grid/ui-grid.language.sv.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ta.js +87 -0
- package/modules/angular-ui-grid/ui-grid.language.ta.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.tr.js +112 -0
- package/modules/angular-ui-grid/ui-grid.language.tr.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.ua.js +112 -0
- package/modules/angular-ui-grid/ui-grid.language.ua.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.zh-cn.js +112 -0
- package/modules/angular-ui-grid/ui-grid.language.zh-cn.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.language.zh-tw.js +77 -0
- package/modules/angular-ui-grid/ui-grid.language.zh-tw.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.min.css +5 -0
- package/modules/angular-ui-grid/ui-grid.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.move-columns.js +582 -0
- package/modules/angular-ui-grid/ui-grid.move-columns.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.pagination.js +510 -0
- package/modules/angular-ui-grid/ui-grid.pagination.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.pinning.js +281 -0
- package/modules/angular-ui-grid/ui-grid.pinning.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.resize-columns.js +574 -0
- package/modules/angular-ui-grid/ui-grid.resize-columns.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.row-edit.js +717 -0
- package/modules/angular-ui-grid/ui-grid.row-edit.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.saveState.js +831 -0
- package/modules/angular-ui-grid/ui-grid.saveState.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.selection.js +1196 -0
- package/modules/angular-ui-grid/ui-grid.selection.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.tree-base.js +1743 -0
- package/modules/angular-ui-grid/ui-grid.tree-base.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.tree-view.js +218 -0
- package/modules/angular-ui-grid/ui-grid.tree-view.min.js +6 -0
- package/modules/angular-ui-grid/ui-grid.validate.js +589 -0
- package/modules/angular-ui-grid/ui-grid.validate.min.js +6 -0
- package/package.json +8 -0
- package/polyfills.js +2 -0
- package/styles.css +1 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var Af=Object.create;var $o=Object.defineProperty,Of=Object.defineProperties,Rf=Object.getOwnPropertyDescriptor,Ff=Object.getOwnPropertyDescriptors,kf=Object.getOwnPropertyNames,$n=Object.getOwnPropertySymbols,Pf=Object.getPrototypeOf,Uo=Object.prototype.hasOwnProperty,ba=Object.prototype.propertyIsEnumerable;var _a=(e,t,n)=>t in e?$o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,H=(e,t)=>{for(var n in t||={})Uo.call(t,n)&&_a(e,n,t[n]);if($n)for(var n of $n(t))ba.call(t,n)&&_a(e,n,t[n]);return e},G=(e,t)=>Of(e,Ff(t));var WE=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var ZE=(e,t)=>{var n={};for(var r in e)Uo.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&$n)for(var r of $n(e))t.indexOf(r)<0&&ba.call(e,r)&&(n[r]=e[r]);return n};var QE=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Lf=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of kf(t))!Uo.call(e,o)&&o!==n&&$o(e,o,{get:()=>t[o],enumerable:!(r=Rf(t,o))||r.enumerable});return e};var YE=(e,t,n)=>(n=e!=null?Af(Pf(e)):{},Lf(t||!e||!e.__esModule?$o(n,"default",{value:e,enumerable:!0}):n,e));var Ma=(e,t,n)=>new Promise((r,o)=>{var i=u=>{try{a(n.next(u))}catch(c){o(c)}},s=u=>{try{a(n.throw(u))}catch(c){o(c)}},a=u=>u.done?r(u.value):Promise.resolve(u.value).then(i,s);a((n=n.apply(e,t)).next())});function zn(e,t){return Object.is(e,t)}var V=null,un=!1,Wo=1,q=Symbol("SIGNAL");function C(e){let t=V;return V=e,t}function Ta(){return V}function jf(){return un}var Pe={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function _t(e){if(un)throw new Error("");if(V===null)return;V.consumerOnSignalRead(e);let t=V.nextProducerIndex++;if(qn(V),t<V.producerNode.length&&V.producerNode[t]!==e&&ln(V)){let n=V.producerNode[t];Gn(n,V.producerIndexOfThis[t])}V.producerNode[t]!==e&&(V.producerNode[t]=e,V.producerIndexOfThis[t]=ln(V)?Aa(e,V,t):0),V.producerLastReadVersion[t]=e.version}function Vf(){Wo++}function bt(e){if(!(ln(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Wo)){if(!e.producerMustRecompute(e)&&!dn(e)){cn(e);return}e.producerRecomputeValue(e),cn(e)}}function Sa(e){if(e.liveConsumerNode===void 0)return;let t=un;un=!0;try{for(let n of e.liveConsumerNode)n.dirty||xa(n)}finally{un=t}}function Na(){return V?.consumerAllowSignalWrites!==!1}function xa(e){e.dirty=!0,Sa(e),e.consumerMarkedDirty?.(e)}function cn(e){e.dirty=!1,e.lastCleanEpoch=Wo}function Xe(e){return e&&(e.nextProducerIndex=0),C(e)}function Mt(e,t){if(C(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(ln(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)Gn(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function dn(e){qn(e);for(let t=0;t<e.producerNode.length;t++){let n=e.producerNode[t],r=e.producerLastReadVersion[t];if(r!==n.version||(bt(n),r!==n.version))return!0}return!1}function Tt(e){if(qn(e),ln(e))for(let t=0;t<e.producerNode.length;t++)Gn(e.producerNode[t],e.producerIndexOfThis[t]);e.producerNode.length=e.producerLastReadVersion.length=e.producerIndexOfThis.length=0,e.liveConsumerNode&&(e.liveConsumerNode.length=e.liveConsumerIndexOfThis.length=0)}function Aa(e,t,n){if(Oa(e),e.liveConsumerNode.length===0&&Ra(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=Aa(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function Gn(e,t){if(Oa(e),e.liveConsumerNode.length===1&&Ra(e))for(let r=0;r<e.producerNode.length;r++)Gn(e.producerNode[r],e.producerIndexOfThis[r]);let n=e.liveConsumerNode.length-1;if(e.liveConsumerNode[t]=e.liveConsumerNode[n],e.liveConsumerIndexOfThis[t]=e.liveConsumerIndexOfThis[n],e.liveConsumerNode.length--,e.liveConsumerIndexOfThis.length--,t<e.liveConsumerNode.length){let r=e.liveConsumerIndexOfThis[t],o=e.liveConsumerNode[t];qn(o),o.producerIndexOfThis[r]=t}}function ln(e){return e.consumerIsAlwaysLive||(e?.liveConsumerNode?.length??0)>0}function qn(e){e.producerNode??=[],e.producerIndexOfThis??=[],e.producerLastReadVersion??=[]}function Oa(e){e.liveConsumerNode??=[],e.liveConsumerIndexOfThis??=[]}function Ra(e){return e.producerNode!==void 0}function Fa(e){let t=Object.create(Bf);t.computation=e;let n=()=>{if(bt(t),_t(t),t.value===Un)throw t.error;return t.value};return n[q]=t,n}var zo=Symbol("UNSET"),Go=Symbol("COMPUTING"),Un=Symbol("ERRORED"),Bf=G(H({},Pe),{value:zo,dirty:!0,error:null,equal:zn,producerMustRecompute(e){return e.value===zo||e.value===Go},producerRecomputeValue(e){if(e.value===Go)throw new Error("Detected cycle in computations.");let t=e.value;e.value=Go;let n=Xe(e),r;try{r=e.computation()}catch(o){r=Un,e.error=o}finally{Mt(e,n)}if(t!==zo&&t!==Un&&r!==Un&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function Hf(){throw new Error}var ka=Hf;function Pa(){ka()}function La(e){ka=e}var $f=null;function ja(e){let t=Object.create(Qo);t.value=e;let n=()=>(_t(t),t.value);return n[q]=t,n}function St(e,t){Na()||Pa(),e.equal(e.value,t)||(e.value=t,Uf(e))}function Zo(e,t){Na()||Pa(),St(e,t(e.value))}var Qo=G(H({},Pe),{equal:zn,value:void 0});function Uf(e){e.version++,Vf(),Sa(e),$f?.()}function Va(e,t,n){let r=Object.create(zf);n&&(r.consumerAllowSignalWrites=!0),r.fn=e,r.schedule=t;let o=u=>{r.cleanupFn=u};function i(u){return u.fn===null&&u.schedule===null}function s(u){i(u)||(Tt(u),u.cleanupFn(),u.fn=null,u.schedule=null,u.cleanupFn=qo)}let a=()=>{if(r.fn===null)return;if(jf())throw new Error("Schedulers cannot synchronously execute watches while scheduling.");if(r.dirty=!1,r.hasRun&&!dn(r))return;r.hasRun=!0;let u=Xe(r);try{r.cleanupFn(),r.cleanupFn=qo,r.fn(o)}finally{Mt(r,u)}};return r.ref={notify:()=>xa(r),run:a,cleanup:()=>r.cleanupFn(),destroy:()=>s(r),[q]:r},r.ref}var qo=()=>{},zf=G(H({},Pe),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!1,consumerMarkedDirty:e=>{e.schedule!==null&&e.schedule(e.ref)},hasRun:!1,cleanupFn:qo});function D(e){return typeof e=="function"}function Nt(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 Wn=Nt(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 et(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var $=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let i of n)i.remove(this);else n.remove(this);let{initialTeardown:r}=this;if(D(r))try{r()}catch(i){t=i instanceof Wn?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{Ba(i)}catch(s){t=t??[],s instanceof Wn?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Wn(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Ba(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)&&et(n,t)}remove(t){let{_finalizers:n}=this;n&&et(n,t),t instanceof e&&t._removeParent(this)}};$.EMPTY=(()=>{let e=new $;return e.closed=!0,e})();var Yo=$.EMPTY;function Zn(e){return e instanceof $||e&&"closed"in e&&D(e.remove)&&D(e.add)&&D(e.unsubscribe)}function Ba(e){D(e)?e():e.unsubscribe()}var he={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var xt={setTimeout(e,t,...n){let{delegate:r}=xt;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=xt;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Qn(e){xt.setTimeout(()=>{let{onUnhandledError:t}=he;if(t)t(e);else throw e})}function fn(){}var Ha=Ko("C",void 0,void 0);function $a(e){return Ko("E",void 0,e)}function Ua(e){return Ko("N",e,void 0)}function Ko(e,t,n){return{kind:e,value:t,error:n}}var tt=null;function At(e){if(he.useDeprecatedSynchronousErrorHandling){let t=!tt;if(t&&(tt={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=tt;if(tt=null,n)throw r}}else e()}function za(e){he.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}var nt=class extends ${constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Zn(t)&&t.add(this)):this.destination=Wf}static create(t,n,r){return new Le(t,n,r)}next(t){this.isStopped?Xo(Ua(t),this):this._next(t)}error(t){this.isStopped?Xo($a(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Xo(Ha,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()}}},Gf=Function.prototype.bind;function Jo(e,t){return Gf.call(e,t)}var ei=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){Yn(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){Yn(r)}else Yn(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){Yn(n)}}},Le=class extends nt{constructor(t,n,r){super();let o;if(D(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&he.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Jo(t.next,i),error:t.error&&Jo(t.error,i),complete:t.complete&&Jo(t.complete,i)}):o=t}this.destination=new ei(o)}};function Yn(e){he.useDeprecatedSynchronousErrorHandling?za(e):Qn(e)}function qf(e){throw e}function Xo(e,t){let{onStoppedNotification:n}=he;n&&xt.setTimeout(()=>n(e,t))}var Wf={closed:!0,next:fn,error:qf,complete:fn};var Ot=typeof Symbol=="function"&&Symbol.observable||"@@observable";function Se(e){return e}function Ga(e){return e.length===0?Se:e.length===1?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}var S=(()=>{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=Qf(n)?n:new Le(n,r,o);return At(()=>{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=qa(r),new r((o,i)=>{let s=new Le({next:a=>{try{n(a)}catch(u){i(u),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)}[Ot](){return this}pipe(...n){return Ga(n)(this)}toPromise(n){return n=qa(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 qa(e){var t;return(t=e??he.Promise)!==null&&t!==void 0?t:Promise}function Zf(e){return e&&D(e.next)&&D(e.error)&&D(e.complete)}function Qf(e){return e&&e instanceof nt||Zf(e)&&Zn(e)}function Yf(e){return D(e?.lift)}function A(e){return t=>{if(Yf(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 N(e,t,n,r,o){return new ti(e,t,n,r,o)}var ti=class extends nt{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(u){t.error(u)}}:super._next,this._error=o?function(a){try{o(a)}catch(u){t.error(u)}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))}}};var Wa=Nt(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var Ee=(()=>{class e extends S{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new Kn(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Wa}next(n){At(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){At(()=>{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(){At(()=>{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?Yo:(this.currentObservers=null,i.push(n),new $(()=>{this.currentObservers=null,et(i,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){let n=new S;return n.source=this,n}}return e.create=(t,n)=>new Kn(t,n),e})(),Kn=class extends Ee{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:Yo}};var pn=class extends Ee{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 hn={now(){return(hn.delegate||Date).now()},delegate:void 0};var ni=class extends Ee{constructor(t=1/0,n=1/0,r=hn){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 u=1;u<r.length&&r[u]<=s;u+=2)a=u;a&&r.splice(0,a+1)}}};var Jn=class extends ${constructor(t,n){super()}schedule(t,n=0){return this}};var gn={setInterval(e,t,...n){let{delegate:r}=gn;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=gn;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var Xn=class extends Jn{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 gn.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&&gn.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,et(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var Rt=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)}};Rt.now=hn.now;var er=class extends Rt{constructor(t,n=Rt.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 mn=new er(Xn),Za=mn;var tr=new S(e=>e.complete());function nr(e){return e&&D(e.schedule)}function ri(e){return e[e.length-1]}function rr(e){return D(ri(e))?e.pop():void 0}function Ie(e){return nr(ri(e))?e.pop():void 0}function Qa(e,t){return typeof ri(e)=="number"?e.pop():t}function Ka(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{c(r.next(l))}catch(d){s(d)}}function u(l){try{c(r.throw(l))}catch(d){s(d)}}function c(l){l.done?i(l.value):o(l.value).then(a,u)}c((r=r.apply(e,t||[])).next())})}function Ya(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 rt(e){return this instanceof rt?(this.v=e,this):new rt(e)}function Ja(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(g){return new Promise(function(T,E){i.push([f,g,T,E])>1||u(f,g)})},h&&(o[f]=h(o[f])))}function u(f,h){try{c(r[f](h))}catch(g){p(i[0][3],g)}}function c(f){f.value instanceof rt?Promise.resolve(f.value.v).then(l,d):p(i[0][2],f)}function l(f){u("next",f)}function d(f){u("throw",f)}function p(f,h){f(h),i.shift(),i.length&&u(i[0][0],i[0][1])}}function Xa(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 Ya=="function"?Ya(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,u){s=e[i](s),o(a,u,s.done,s.value)})}}function o(i,s,a,u){Promise.resolve(u).then(function(c){i({value:c,done:a})},s)}}var Ft=e=>e&&typeof e.length=="number"&&typeof e!="function";function or(e){return D(e?.then)}function ir(e){return D(e[Ot])}function sr(e){return Symbol.asyncIterator&&D(e?.[Symbol.asyncIterator])}function ar(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function Kf(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var ur=Kf();function cr(e){return D(e?.[ur])}function lr(e){return Ja(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:o}=yield rt(n.read());if(o)return yield rt(void 0);yield yield rt(r)}}finally{n.releaseLock()}})}function dr(e){return D(e?.getReader)}function O(e){if(e instanceof S)return e;if(e!=null){if(ir(e))return Jf(e);if(Ft(e))return Xf(e);if(or(e))return ep(e);if(sr(e))return eu(e);if(cr(e))return tp(e);if(dr(e))return np(e)}throw ar(e)}function Jf(e){return new S(t=>{let n=e[Ot]();if(D(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Xf(e){return new S(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function ep(e){return new S(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Qn)})}function tp(e){return new S(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function eu(e){return new S(t=>{rp(e,t).catch(n=>t.error(n))})}function np(e){return eu(lr(e))}function rp(e,t){var n,r,o,i;return Ka(this,void 0,void 0,function*(){try{for(n=Xa(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 te(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 fr(e,t=0){return A((n,r)=>{n.subscribe(N(r,o=>te(r,e,()=>r.next(o),t),()=>te(r,e,()=>r.complete(),t),o=>te(r,e,()=>r.error(o),t)))})}function pr(e,t=0){return A((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function tu(e,t){return O(e).pipe(pr(t),fr(t))}function nu(e,t){return O(e).pipe(pr(t),fr(t))}function ru(e,t){return new S(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function ou(e,t){return new S(n=>{let r;return te(n,t,()=>{r=e[ur](),te(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)}),()=>D(r?.return)&&r.return()})}function hr(e,t){if(!e)throw new Error("Iterable cannot be null");return new S(n=>{te(n,t,()=>{let r=e[Symbol.asyncIterator]();te(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function iu(e,t){return hr(lr(e),t)}function su(e,t){if(e!=null){if(ir(e))return tu(e,t);if(Ft(e))return ru(e,t);if(or(e))return nu(e,t);if(sr(e))return hr(e,t);if(cr(e))return ou(e,t);if(dr(e))return iu(e,t)}throw ar(e)}function we(e,t){return t?su(e,t):O(e)}function op(...e){let t=Ie(e);return we(e,t)}function ip(e,t){let n=D(e)?e:()=>e,r=o=>o.error(n());return new S(t?o=>t.schedule(r,0,o):r)}var au=Nt(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function sp(e,t){let n=typeof t=="object";return new Promise((r,o)=>{let i=new Le({next:s=>{r(s),i.unsubscribe()},error:o,complete:()=>{n?r(t.defaultValue):o(new au)}});e.subscribe(i)})}function uu(e){return e instanceof Date&&!isNaN(e)}function je(e,t){return A((n,r)=>{let o=0;n.subscribe(N(r,i=>{r.next(e.call(t,i,o++))}))})}var{isArray:ap}=Array;function up(e,t){return ap(t)?e(...t):e(t)}function kt(e){return je(t=>up(e,t))}var{isArray:cp}=Array,{getPrototypeOf:lp,prototype:dp,keys:fp}=Object;function gr(e){if(e.length===1){let t=e[0];if(cp(t))return{args:t,keys:null};if(pp(t)){let n=fp(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function pp(e){return e&&typeof e=="object"&&lp(e)===dp}function mr(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function hp(...e){let t=Ie(e),n=rr(e),{args:r,keys:o}=gr(e);if(r.length===0)return we([],t);let i=new S(gp(r,t,o?s=>mr(o,s):Se));return n?i.pipe(kt(n)):i}function gp(e,t,n=Se){return r=>{cu(t,()=>{let{length:o}=e,i=new Array(o),s=o,a=o;for(let u=0;u<o;u++)cu(t,()=>{let c=we(e[u],t),l=!1;c.subscribe(N(r,d=>{i[u]=d,l||(l=!0,a--),a||r.next(n(i.slice()))},()=>{--s||r.complete()}))},r)},r)}}function cu(e,t,n){e?te(n,e,t):t()}function lu(e,t,n,r,o,i,s,a){let u=[],c=0,l=0,d=!1,p=()=>{d&&!u.length&&!c&&t.complete()},f=g=>c<r?h(g):u.push(g),h=g=>{i&&t.next(g),c++;let T=!1;O(n(g,l++)).subscribe(N(t,E=>{o?.(E),i?f(E):t.next(E)},()=>{T=!0},void 0,()=>{if(T)try{for(c--;u.length&&c<r;){let E=u.shift();s?te(t,s,()=>h(E)):h(E)}p()}catch(E){t.error(E)}}))};return e.subscribe(N(t,f,()=>{d=!0,p()})),()=>{a?.()}}function Ne(e,t,n=1/0){return D(t)?Ne((r,o)=>je((i,s)=>t(r,i,o,s))(O(e(r,o))),n):(typeof t=="number"&&(n=t),A((r,o)=>lu(r,o,e,n)))}function yr(e=1/0){return Ne(Se,e)}function du(){return yr(1)}function oi(...e){return du()(we(e,Ie(e)))}function mp(...e){let t=rr(e),{args:n,keys:r}=gr(e),o=new S(i=>{let{length:s}=n;if(!s){i.complete();return}let a=new Array(s),u=s,c=s;for(let l=0;l<s;l++){let d=!1;O(n[l]).subscribe(N(i,p=>{d||(d=!0,c--),a[l]=p},()=>u--,void 0,()=>{(!u||!d)&&(c||i.next(r?mr(r,a):a),i.complete())}))}});return t?o.pipe(kt(t)):o}var yp=["addListener","removeListener"],vp=["addEventListener","removeEventListener"],Dp=["on","off"];function ii(e,t,n,r){if(D(n)&&(r=n,n=void 0),r)return ii(e,t,n).pipe(kt(r));let[o,i]=wp(e)?vp.map(s=>a=>e[s](t,a,n)):Ep(e)?yp.map(fu(e,t)):Ip(e)?Dp.map(fu(e,t)):[];if(!o&&Ft(e))return Ne(s=>ii(s,t,n))(O(e));if(!o)throw new TypeError("Invalid event target");return new S(s=>{let a=(...u)=>s.next(1<u.length?u:u[0]);return o(a),()=>i(a)})}function fu(e,t){return n=>r=>e[n](t,r)}function Ep(e){return D(e.addListener)&&D(e.removeListener)}function Ip(e){return D(e.on)&&D(e.off)}function wp(e){return D(e.addEventListener)&&D(e.removeEventListener)}function vr(e=0,t,n=Za){let r=-1;return t!=null&&(nr(t)?n=t:r=t),new S(o=>{let i=uu(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 Cp(e=0,t=mn){return e<0&&(e=0),vr(e,e,t)}function _p(...e){let t=Ie(e),n=Qa(e,1/0),r=e;return r.length?r.length===1?O(r[0]):yr(n)(we(r,t)):tr}function pu(e,t){return A((n,r)=>{let o=0;n.subscribe(N(r,i=>e.call(t,i,o++)&&r.next(i)))})}function si(e){return A((t,n)=>{let r=null,o=!1,i;r=t.subscribe(N(n,void 0,void 0,s=>{i=O(e(s,si(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}function bp(e,t){return D(t)?Ne(e,t,1):Ne(e,1)}function Mp(e){return e<=0?()=>tr:A((t,n)=>{let r=0;t.subscribe(N(n,o=>{++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function Tp(e){return A((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Sp(...e){let t=Ie(e);return A((n,r)=>{(t?oi(e,n,t):oi(e,n)).subscribe(r)})}function hu(e,t){return A((n,r)=>{let o=null,i=0,s=!1,a=()=>s&&!o&&r.complete();n.subscribe(N(r,u=>{o?.unsubscribe();let c=0,l=i++;O(e(u,l)).subscribe(o=N(r,d=>r.next(t?t(u,d,l,c++):d),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function Np(e){return A((t,n)=>{O(e).subscribe(N(n,()=>n.complete(),fn)),!n.closed&&t.subscribe(n)})}function gu(e,t,n){let r=D(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(N(i,u=>{var c;(c=r.next)===null||c===void 0||c.call(r,u),i.next(u)},()=>{var u;a=!1,(u=r.complete)===null||u===void 0||u.call(r),i.complete()},u=>{var c;a=!1,(c=r.error)===null||c===void 0||c.call(r,u),i.error(u)},()=>{var u,c;a&&((u=r.unsubscribe)===null||u===void 0||u.call(r)),(c=r.finalize)===null||c===void 0||c.call(r)}))}):Se}function mu(e,t){return A((n,r)=>{let{leading:o=!0,trailing:i=!1}=t??{},s=!1,a=null,u=null,c=!1,l=()=>{u?.unsubscribe(),u=null,i&&(f(),c&&r.complete())},d=()=>{u=null,c&&r.complete()},p=h=>u=O(e(h)).subscribe(N(r,l,d)),f=()=>{if(s){s=!1;let h=a;a=null,r.next(h),!c&&p(h)}};n.subscribe(N(r,h=>{s=!0,a=h,!(u&&!u.closed)&&(o?f():p(h))},()=>{c=!0,!(i&&s&&u&&!u.closed)&&r.complete()}))})}function xp(e,t=mn,n){let r=vr(e,t);return mu(()=>r,n)}var mc="https://g.co/ng/security#xss",I=class extends Error{code;constructor(t,n){super(yc(t,n)),this.code=t}};function yc(e,t){return`${`NG0${Math.abs(e)}`}${t?": "+t:""}`}var vo=Symbol("InputSignalNode#UNSET"),vc=G(H({},Qo),{transformFn:void 0,applyValueToInputSignal(e,t){St(e,t)}});function Dc(e,t){let n=Object.create(vc);n.value=e,n.transformFn=t?.transform;function r(){if(_t(n),n.value===vo)throw new I(-950,!1);return n.value}return r[q]=n,r}function Rn(e){return{toString:e}.toString()}var Dr="__parameters__";function Ap(e){return function(...n){if(e){let r=e(...n);for(let o in r)this[o]=r[o]}}}function Ec(e,t,n){return Rn(()=>{let r=Ap(t);function o(...i){if(this instanceof o)return r.apply(this,i),this;let s=new o(...i);return a.annotation=s,a;function a(u,c,l){let d=u.hasOwnProperty(Dr)?u[Dr]:Object.defineProperty(u,Dr,{value:[]})[Dr];for(;d.length<=l;)d.push(null);return(d[l]=d[l]||[]).push(s),u}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=e,o.annotationCls=o,o})}var wn=globalThis;function x(e){for(let t in e)if(e[t]===x)return t;throw Error("Could not find renamed property on target object.")}function Op(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Y(e){if(typeof e=="string")return e;if(Array.isArray(e))return"["+e.map(Y).join(", ")+"]";if(e==null)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;let t=e.toString();if(t==null)return""+t;let n=t.indexOf(`
|
|
4
|
+
`);return n===-1?t:t.substring(0,n)}function wi(e,t){return e==null||e===""?t===null?"":t:t==null||t===""?e:e+" "+t}var Rp=x({__forward_ref__:x});function Ic(e){return e.__forward_ref__=Ic,e.toString=function(){return Y(this())},e}function Q(e){return wc(e)?e():e}function wc(e){return typeof e=="function"&&e.hasOwnProperty(Rp)&&e.__forward_ref__===Ic}function P(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function Ts(e){return{providers:e.providers||[],imports:e.imports||[]}}function Ss(e){return yu(e,Cc)||yu(e,_c)}function yu(e,t){return e.hasOwnProperty(t)?e[t]:null}function Fp(e){let t=e&&(e[Cc]||e[_c]);return t||null}function vu(e){return e&&(e.hasOwnProperty(Du)||e.hasOwnProperty(kp))?e[Du]:null}var Cc=x({\u0275prov:x}),Du=x({\u0275inj:x}),_c=x({ngInjectableDef:x}),kp=x({ngInjectorDef:x}),b=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=P({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function bc(e){return e&&!!e.\u0275providers}var Pp=x({\u0275cmp:x}),Lp=x({\u0275dir:x}),jp=x({\u0275pipe:x}),Vp=x({\u0275mod:x}),kr=x({\u0275fac:x}),En=x({__NG_ELEMENT_ID__:x}),Eu=x({__NG_ENV_ID__:x});function st(e){return typeof e=="string"?e:e==null?"":String(e)}function Bp(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():st(e)}function Hp(e,t){let n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new I(-200,e)}function Ns(e,t){throw new I(-201,!1)}var _=function(e){return e[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",e}(_||{}),Ci;function Mc(){return Ci}function fe(e){let t=Ci;return Ci=e,t}function Tc(e,t,n){let r=Ss(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&_.Optional)return null;if(t!==void 0)return t;Ns(e,"Injector")}var $p={},Cn=$p,_i="__NG_DI_FLAG__",Pr="ngTempTokenPath",Up="ngTokenPath",zp=/\n/gm,Gp="\u0275",Iu="__source",Vt;function qp(){return Vt}function Ve(e){let t=Vt;return Vt=e,t}function Wp(e,t=_.Default){if(Vt===void 0)throw new I(-203,!1);return Vt===null?Tc(e,void 0,t):Vt.get(e,t&_.Optional?null:void 0,t)}function K(e,t=_.Default){return(Mc()||Wp)(Q(e),t)}function M(e,t=_.Default){return K(e,Do(t))}function Do(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function bi(e){let t=[];for(let n=0;n<e.length;n++){let r=Q(e[n]);if(Array.isArray(r)){if(r.length===0)throw new I(900,!1);let o,i=_.Default;for(let s=0;s<r.length;s++){let a=r[s],u=Zp(a);typeof u=="number"?u===-1?o=a.token:i|=u:o=a}t.push(K(o,i))}else t.push(K(r))}return t}function Sc(e,t){return e[_i]=t,e.prototype[_i]=t,e}function Zp(e){return e[_i]}function Qp(e,t,n,r){let o=e[Pr];throw t[Iu]&&o.unshift(t[Iu]),e.message=Yp(`
|
|
5
|
+
`+e.message,o,n,r),e[Up]=o,e[Pr]=null,e}function Yp(e,t,n,r=null){e=e&&e.charAt(0)===`
|
|
6
|
+
`&&e.charAt(1)==Gp?e.slice(2):e;let o=Y(t);if(Array.isArray(t))o=t.map(Y).join(" -> ");else if(typeof t=="object"){let i=[];for(let s in t)if(t.hasOwnProperty(s)){let a=t[s];i.push(s+":"+(typeof a=="string"?JSON.stringify(a):Y(a)))}o=`{${i.join(", ")}}`}return`${n}${r?"("+r+")":""}[${o}]: ${e.replace(zp,`
|
|
7
|
+
`)}`}var Nc=Sc(Ec("Optional"),8);var xc=Sc(Ec("SkipSelf"),4);function $t(e,t){let n=e.hasOwnProperty(kr);return n?e[kr]:null}function Kp(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 Jp(e){return e.flat(Number.POSITIVE_INFINITY)}function xs(e,t){e.forEach(n=>Array.isArray(n)?xs(n,t):t(n))}function Ac(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Lr(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Xp(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function eh(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 Eo(e,t,n){let r=Fn(e,t);return r>=0?e[r|1]=n:(r=~r,eh(e,r,t,n)),r}function ai(e,t){let n=Fn(e,t);if(n>=0)return e[n|1]}function Fn(e,t){return th(e,t,1)}function th(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 Ut={},re=[],jr=new b(""),Oc=new b("",-1),Rc=new b(""),Vr=class{get(t,n=Cn){if(n===Cn){let r=new Error(`NullInjectorError: No provider for ${Y(t)}!`);throw r.name="NullInjectorError",r}return n}};function nh(e,t){let n=e[Vp]||null;if(!n&&t===!0)throw new Error(`Type ${Y(e)} does not have '\u0275mod' property.`);return n}function at(e){return e[Pp]||null}function As(e){return e[Lp]||null}function Os(e){return e[jp]||null}function rh(e){let t=at(e)||As(e)||Os(e);return t!==null&&t.standalone}function oh(e){return{\u0275providers:e}}function ih(...e){return{\u0275providers:Rs(!0,e),\u0275fromNgModule:!0}}function Rs(e,...t){let n=[],r=new Set,o,i=s=>{n.push(s)};return xs(t,s=>{let a=s;Mi(a,i,[],r)&&(o||=[],o.push(a))}),o!==void 0&&Fc(o,i),n}function Fc(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:o}=e[n];Fs(o,i=>{t(i,r)})}}function Mi(e,t,n,r){if(e=Q(e),!e)return!1;let o=null,i=vu(e),s=!i&&at(e);if(!i&&!s){let u=e.ngModule;if(i=vu(u),i)o=u;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 u=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let c of u)Mi(c,t,n,r)}}else if(i){if(i.imports!=null&&!a){r.add(o);let c;try{xs(i.imports,l=>{Mi(l,t,n,r)&&(c||=[],c.push(l))})}finally{}c!==void 0&&Fc(c,t)}if(!a){let c=$t(o)||(()=>new o);t({provide:o,useFactory:c,deps:re},o),t({provide:Rc,useValue:o,multi:!0},o),t({provide:jr,useValue:()=>K(o),multi:!0},o)}let u=i.providers;if(u!=null&&!a){let c=e;Fs(u,l=>{t(l,c)})}}else return!1;return o!==e&&e.providers!==void 0}function Fs(e,t){for(let n of e)bc(n)&&(n=n.\u0275providers),Array.isArray(n)?Fs(n,t):t(n)}var sh=x({provide:String,useValue:x});function kc(e){return e!==null&&typeof e=="object"&&sh in e}function ah(e){return!!(e&&e.useExisting)}function uh(e){return!!(e&&e.useFactory)}function zt(e){return typeof e=="function"}function ch(e){return!!e.useClass}var Pc=new b(""),Tr={},lh={},ui;function ks(){return ui===void 0&&(ui=new Vr),ui}var xe=class{},_n=class extends xe{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,Si(t,s=>this.processProvider(s)),this.records.set(Oc,Pt(void 0,this)),o.has("environment")&&this.records.set(xe,Pt(void 0,this));let i=this.records.get(Pc);i!=null&&typeof i.value=="string"&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(Rc,re,_.Self))}destroy(){vn(this),this._destroyed=!0;let t=C(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(),C(t)}}onDestroy(t){return vn(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){vn(this);let n=Ve(this),r=fe(void 0),o;try{return t()}finally{Ve(n),fe(r)}}get(t,n=Cn,r=_.Default){if(vn(this),t.hasOwnProperty(Eu))return t[Eu](this);r=Do(r);let o,i=Ve(this),s=fe(void 0);try{if(!(r&_.SkipSelf)){let u=this.records.get(t);if(u===void 0){let c=gh(t)&&Ss(t);c&&this.injectableDefInScope(c)?u=Pt(Ti(t),Tr):u=null,this.records.set(t,u)}if(u!=null)return this.hydrate(t,u)}let a=r&_.Self?ks():this.parent;return n=r&_.Optional&&n===Cn?null:n,a.get(t,n)}catch(a){if(a.name==="NullInjectorError"){if((a[Pr]=a[Pr]||[]).unshift(Y(t)),i)throw a;return Qp(a,t,"R3InjectorError",this.source)}else throw a}finally{fe(s),Ve(i)}}resolveInjectorInitializers(){let t=C(null),n=Ve(this),r=fe(void 0),o;try{let i=this.get(jr,re,_.Self);for(let s of i)s()}finally{Ve(n),fe(r),C(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(Y(r));return`R3Injector[${t.join(", ")}]`}processProvider(t){t=Q(t);let n=zt(t)?t:Q(t&&t.provide),r=fh(t);if(!zt(t)&&t.multi===!0){let o=this.records.get(n);o||(o=Pt(void 0,Tr,!0),o.factory=()=>bi(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n){let r=C(null);try{return n.value===Tr&&(n.value=lh,n.value=n.factory()),typeof n.value=="object"&&n.value&&hh(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{C(r)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=Q(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 Ti(e){let t=Ss(e),n=t!==null?t.factory:$t(e);if(n!==null)return n;if(e instanceof b)throw new I(204,!1);if(e instanceof Function)return dh(e);throw new I(204,!1)}function dh(e){if(e.length>0)throw new I(204,!1);let n=Fp(e);return n!==null?()=>n.factory(e):()=>new e}function fh(e){if(kc(e))return Pt(void 0,e.useValue);{let t=Lc(e);return Pt(t,Tr)}}function Lc(e,t,n){let r;if(zt(e)){let o=Q(e);return $t(o)||Ti(o)}else if(kc(e))r=()=>Q(e.useValue);else if(uh(e))r=()=>e.useFactory(...bi(e.deps||[]));else if(ah(e))r=()=>K(Q(e.useExisting));else{let o=Q(e&&(e.useClass||e.provide));if(ph(e))r=()=>new o(...bi(e.deps));else return $t(o)||Ti(o)}return r}function vn(e){if(e.destroyed)throw new I(205,!1)}function Pt(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function ph(e){return!!e.deps}function hh(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function gh(e){return typeof e=="function"||typeof e=="object"&&e instanceof b}function Si(e,t){for(let n of e)Array.isArray(n)?Si(n,t):n&&bc(n)?Si(n.\u0275providers,t):t(n)}function jc(e,t){e instanceof _n&&vn(e);let n,r=Ve(e),o=fe(void 0);try{return t()}finally{Ve(r),fe(o)}}function Vc(){return Mc()!==void 0||qp()!=null}function Bc(e){if(!Vc())throw new I(-203,!1)}function mh(e){let t=wn.ng;if(t&&t.\u0275compilerFacade)return t.\u0275compilerFacade;throw new Error("JIT compiler unavailable")}function yh(e){return typeof e=="function"}var Re=0,m=1,y=2,U=3,me=4,ie=5,Gt=6,Br=7,W=8,ye=9,Ae=10,k=11,bn=12,wu=13,en=14,ce=15,ut=16,Lt=17,Oe=18,Io=19,Hc=20,He=21,Sr=22,ct=23,ue=24,j=25,$c=1,Hr=6,lt=7,$r=8,qt=9,Z=10,Ur=function(e){return e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews",e}(Ur||{});function $e(e){return Array.isArray(e)&&typeof e[$c]=="object"}function Fe(e){return Array.isArray(e)&&e[$c]===!0}function Ps(e){return(e.flags&4)!==0}function wo(e){return e.componentOffset>-1}function Co(e){return(e.flags&1)===1}function Ue(e){return!!e.template}function Ni(e){return(e[y]&512)!==0}function vh(e){return(e[y]&256)===256}var xi=class{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function Uc(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var zc=(()=>{let e=()=>Gc;return e.ngInherit=!0,e})();function Gc(e){return e.type.prototype.ngOnChanges&&(e.setInput=Eh),Dh}function Dh(){let e=Wc(this),t=e?.current;if(t){let n=e.previous;if(n===Ut)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function Eh(e,t,n,r,o){let i=this.declaredInputs[r],s=Wc(e)||Ih(e,{previous:Ut,current:null}),a=s.current||(s.current={}),u=s.previous,c=u[i];a[i]=new xi(c&&c.currentValue,n,u===Ut),Uc(e,t,o,n)}var qc="__ngSimpleChanges__";function Wc(e){return e[qc]||null}function Ih(e,t){return e[qc]=t}var Cu=null;var Ce=function(e,t,n){Cu?.(e,t,n)},Zc="svg",wh="math";function be(e){for(;Array.isArray(e);)e=e[Re];return e}function Qc(e,t){return be(t[e])}function pe(e,t){return be(t[e.index])}function kn(e,t){return e.data[t]}function Yc(e,t){return e[t]}function Ze(e,t){let n=t[e];return $e(n)?n:n[Re]}function Ch(e){return(e[y]&4)===4}function Ls(e){return(e[y]&128)===128}function _h(e){return Fe(e[U])}function ze(e,t){return t==null?null:e[t]}function Kc(e){e[Lt]=0}function js(e){e[y]&1024||(e[y]|=1024,Ls(e)&&Pn(e))}function bh(e,t){for(;e>0;)t=t[en],e--;return t}function _o(e){return!!(e[y]&9216||e[ue]?.dirty)}function Ai(e){e[Ae].changeDetectionScheduler?.notify(9),e[y]&64&&(e[y]|=1024),_o(e)&&Pn(e)}function Pn(e){e[Ae].changeDetectionScheduler?.notify(0);let t=dt(e);for(;t!==null&&!(t[y]&8192||(t[y]|=8192,!Ls(t)));)t=dt(t)}function Vs(e,t){if((e[y]&256)===256)throw new I(911,!1);e[He]===null&&(e[He]=[]),e[He].push(t)}function Jc(e,t){if(e[He]===null)return;let n=e[He].indexOf(t);n!==-1&&e[He].splice(n,1)}function dt(e){let t=e[U];return Fe(t)?t[U]:t}var w={lFrame:al(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var Oi=!1;function Mh(){return w.lFrame.elementDepthCount}function Th(){w.lFrame.elementDepthCount++}function Sh(){w.lFrame.elementDepthCount--}function Xc(){return w.bindingsEnabled}function el(){return w.skipHydrationRootTNode!==null}function Nh(e){return w.skipHydrationRootTNode===e}function xh(){w.skipHydrationRootTNode=null}function v(){return w.lFrame.lView}function R(){return w.lFrame.tView}function BM(e){return w.lFrame.contextLView=e,e[W]}function HM(e){return w.lFrame.contextLView=null,e}function z(){let e=tl();for(;e!==null&&e.type===64;)e=e.parent;return e}function tl(){return w.lFrame.currentTNode}function Ah(){let e=w.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function Qe(e,t){let n=w.lFrame;n.currentTNode=e,n.isParent=t}function Bs(){return w.lFrame.isParent}function Hs(){w.lFrame.isParent=!1}function nl(){return w.lFrame.contextLView}function rl(){return Oi}function zr(e){let t=Oi;return Oi=e,t}function Ye(){let e=w.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Oh(){return w.lFrame.bindingIndex}function Rh(e){return w.lFrame.bindingIndex=e}function Et(){return w.lFrame.bindingIndex++}function $s(e){let t=w.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function Fh(){return w.lFrame.inI18n}function kh(e,t){let n=w.lFrame;n.bindingIndex=n.bindingRootIndex=e,Ri(t)}function Ph(){return w.lFrame.currentDirectiveIndex}function Ri(e){w.lFrame.currentDirectiveIndex=e}function Lh(e){let t=w.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function ol(){return w.lFrame.currentQueryIndex}function Us(e){w.lFrame.currentQueryIndex=e}function jh(e){let t=e[m];return t.type===2?t.declTNode:t.type===1?e[ie]:null}function il(e,t,n){if(n&_.SkipSelf){let o=t,i=e;for(;o=o.parent,o===null&&!(n&_.Host);)if(o=jh(i),o===null||(i=i[en],o.type&10))break;if(o===null)return!1;t=o,e=i}let r=w.lFrame=sl();return r.currentTNode=t,r.lView=e,!0}function zs(e){let t=sl(),n=e[m];w.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function sl(){let e=w.lFrame,t=e===null?null:e.child;return t===null?al(e):t}function al(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 ul(){let e=w.lFrame;return w.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var cl=ul;function Gs(){let e=ul();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 Vh(e){return(w.lFrame.contextLView=bh(e,w.lFrame.contextLView))[W]}function Te(){return w.lFrame.selectedIndex}function ft(e){w.lFrame.selectedIndex=e}function bo(){let e=w.lFrame;return kn(e.tView,e.selectedIndex)}function $M(){w.lFrame.currentNamespace=Zc}function UM(){Bh()}function Bh(){w.lFrame.currentNamespace=null}function Hh(){return w.lFrame.currentNamespace}var ll=!0;function Mo(){return ll}function To(e){ll=e}function $h(e,t,n){let{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){let s=Gc(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 So(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:u,ngAfterViewChecked:c,ngOnDestroy:l}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),u&&(e.viewHooks??=[]).push(-n,u),c&&((e.viewHooks??=[]).push(n,c),(e.viewCheckHooks??=[]).push(n,c)),l!=null&&(e.destroyHooks??=[]).push(n,l)}}function Nr(e,t,n){dl(e,t,3,n)}function xr(e,t,n,r){(e[y]&3)===n&&dl(e,t,n,r)}function ci(e,t){let n=e[y];(n&3)===t&&(n&=16383,n+=1,e[y]=n)}function dl(e,t,n,r){let o=r!==void 0?e[Lt]&65535:0,i=r??-1,s=t.length-1,a=0;for(let u=o;u<s;u++)if(typeof t[u+1]=="number"){if(a=t[u],r!=null&&a>=r)break}else t[u]<0&&(e[Lt]+=65536),(a<i||i==-1)&&(Uh(e,n,t,u),e[Lt]=(e[Lt]&4294901760)+u+2),u++}function _u(e,t){Ce(4,e,t);let n=C(null);try{t.call(e)}finally{C(n),Ce(5,e,t)}}function Uh(e,t,n,r){let o=n[r]<0,i=n[r+1],s=o?-n[r]:n[r],a=e[s];o?e[y]>>14<e[Lt]>>16&&(e[y]&3)===t&&(e[y]+=16384,_u(a,i)):_u(a,i)}var Bt=-1,pt=class{factory;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r){this.factory=t,this.canSeeViewProviders=n,this.injectImpl=r}};function zh(e){return e instanceof pt}function Gh(e){return(e.flags&8)!==0}function qh(e){return(e.flags&16)!==0}function Fi(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];Zh(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}return r}function Wh(e){return e===3||e===4||e===6}function Zh(e){return e.charCodeAt(0)===64}function Mn(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?bu(e,n,o,null,t[++r]):bu(e,n,o,null,null))}}return e}function bu(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){if(r===null){o!==null&&(e[i+1]=o);return}else if(r===e[i+1]){e[i+2]=o;return}}i++,r!==null&&i++,o!==null&&i++}s!==-1&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),r!==null&&e.splice(i++,0,r),o!==null&&e.splice(i++,0,o)}var li={},Ht=class{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){r=Do(r);let o=this.injector.get(t,li,r);return o!==li||n===li?o:this.parentInjector.get(t,n,r)}};function fl(e){return e!==Bt}function Gr(e){return e&32767}function Qh(e){return e>>16}function qr(e,t){let n=Qh(e),r=t;for(;n>0;)r=r[en],n--;return r}var ki=!0;function Mu(e){let t=ki;return ki=e,t}var Yh=256,pl=Yh-1,hl=5,Kh=0,_e={};function Jh(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(En)&&(r=n[En]),r==null&&(r=n[En]=Kh++);let o=r&pl,i=1<<o;t.data[e+(o>>hl)]|=i}function Wr(e,t){let n=gl(e,t);if(n!==-1)return n;let r=t[m];r.firstCreatePass&&(e.injectorIndex=t.length,di(r.data,e),di(t,null),di(r.blueprint,null));let o=qs(e,t),i=e.injectorIndex;if(fl(o)){let s=Gr(o),a=qr(o,t),u=a[m].data;for(let c=0;c<8;c++)t[i+c]=a[s+c]|u[s+c]}return t[i+8]=o,i}function di(e,t){e.push(0,0,0,0,0,0,0,0,t)}function gl(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function qs(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=El(o),r===null)return Bt;if(n++,o=o[en],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Bt}function Pi(e,t,n){Jh(e,t,n)}function ml(e,t,n){if(n&_.Optional||e!==void 0)return e;Ns(t,"NodeInjector")}function yl(e,t,n,r){if(n&_.Optional&&r===void 0&&(r=null),(n&(_.Self|_.Host))===0){let o=e[ye],i=fe(void 0);try{return o?o.get(t,r,n&_.Optional):Tc(t,r,n&_.Optional)}finally{fe(i)}}return ml(r,t,n)}function vl(e,t,n,r=_.Default,o){if(e!==null){if(t[y]&2048&&!(r&_.Self)){let s=ng(e,t,n,r,_e);if(s!==_e)return s}let i=Dl(e,t,n,r,_e);if(i!==_e)return i}return yl(t,n,r,o)}function Dl(e,t,n,r,o){let i=eg(n);if(typeof i=="function"){if(!il(t,e,r))return r&_.Host?ml(o,n,r):yl(t,n,r,o);try{let s;if(s=i(r),s==null&&!(r&_.Optional))Ns(n);else return s}finally{cl()}}else if(typeof i=="number"){let s=null,a=gl(e,t),u=Bt,c=r&_.Host?t[ce][ie]:null;for((a===-1||r&_.SkipSelf)&&(u=a===-1?qs(e,t):t[a+8],u===Bt||!Su(r,!1)?a=-1:(s=t[m],a=Gr(u),t=qr(u,t)));a!==-1;){let l=t[m];if(Tu(i,a,l.data)){let d=Xh(a,t,n,s,r,c);if(d!==_e)return d}u=t[a+8],u!==Bt&&Su(r,t[m].data[a+8]===c)&&Tu(i,a,t)?(s=l,a=Gr(u),t=qr(u,t)):a=-1}}return o}function Xh(e,t,n,r,o,i){let s=t[m],a=s.data[e+8],u=r==null?wo(a)&&ki:r!=s&&(a.type&3)!==0,c=o&_.Host&&i===a,l=Ar(a,s,n,u,c);return l!==null?ht(t,s,l,a):_e}function Ar(e,t,n,r,o){let i=e.providerIndexes,s=t.data,a=i&1048575,u=e.directiveStart,c=e.directiveEnd,l=i>>20,d=r?a:a+l,p=o?a+l:c;for(let f=d;f<p;f++){let h=s[f];if(f<u&&n===h||f>=u&&h.type===n)return f}if(o){let f=s[u];if(f&&Ue(f)&&f.type===n)return u}return null}function ht(e,t,n,r){let o=e[n],i=t.data;if(zh(o)){let s=o;s.resolving&&Hp(Bp(i[n]));let a=Mu(s.canSeeViewProviders);s.resolving=!0;let u,c=s.injectImpl?fe(s.injectImpl):null,l=il(e,r,_.Default);try{o=e[n]=s.factory(void 0,i,e,r),t.firstCreatePass&&n>=r.directiveStart&&$h(n,i[n],t)}finally{c!==null&&fe(c),Mu(a),s.resolving=!1,cl()}}return o}function eg(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(En)?e[En]:void 0;return typeof t=="number"?t>=0?t&pl:tg:t}function Tu(e,t,n){let r=1<<e;return!!(n[t+(e>>hl)]&r)}function Su(e,t){return!(e&_.Self)&&!(e&_.Host&&t)}var it=class{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return vl(this._tNode,this._lView,t,Do(r),n)}};function tg(){return new it(z(),v())}function zM(e){return Rn(()=>{let t=e.prototype.constructor,n=t[kr]||Li(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){let i=o[kr]||Li(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function Li(e){return wc(e)?()=>{let t=Li(Q(e));return t&&t()}:$t(e)}function ng(e,t,n,r,o){let i=e,s=t;for(;i!==null&&s!==null&&s[y]&2048&&!(s[y]&512);){let a=Dl(i,s,n,r|_.Self,_e);if(a!==_e)return a;let u=i.parent;if(!u){let c=s[Hc];if(c){let l=c.get(n,_e,r);if(l!==_e)return l}u=El(s),s=s[en]}i=u}return o}function El(e){let t=e[m],n=t.type;return n===2?t.declTNode:n===1?e[ie]:null}function Nu(e,t=null,n=null,r){let o=Il(e,t,n,r);return o.resolveInjectorInitializers(),o}function Il(e,t=null,n=null,r,o=new Set){let i=[n||re,ih(e)];return r=r||(typeof e=="object"?void 0:Y(e)),new _n(i,t||ks(),r||null,o)}var Me=class e{static THROW_IF_NOT_FOUND=Cn;static NULL=new Vr;static create(t,n){if(Array.isArray(t))return Nu({name:""},n,t,"");{let r=t.name??"";return Nu({name:r},t.parent,t.providers,r)}}static \u0275prov=P({token:e,providedIn:"any",factory:()=>K(Oc)});static __NG_ELEMENT_ID__=-1};var rg=new b("");rg.__NG_ELEMENT_ID__=e=>{let t=z();if(t===null)throw new I(204,!1);if(t.type&2)return t.value;if(e&_.Optional)return null;throw new I(204,!1)};var wl=!1,Ln=(()=>{class e{static __NG_ELEMENT_ID__=og;static __NG_ENV_ID__=n=>n}return e})(),Zr=class extends Ln{_lView;constructor(t){super(),this._lView=t}onDestroy(t){return Vs(this._lView,t),()=>Jc(this._lView,t)}};function og(){return new Zr(v())}var Wt=class{},Cl=new b("",{providedIn:"root",factory:()=>!1});var _l=new b(""),bl=new b(""),tn=(()=>{class e{taskId=0;pendingTasks=new Set;get _hasPendingTasks(){return this.hasPendingTasks.value}hasPendingTasks=new pn(!1);add(){this._hasPendingTasks||this.hasPendingTasks.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.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}static \u0275prov=P({token:e,providedIn:"root",factory:()=>new e})}return e})();var ji=class extends Ee{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,Vc()&&(this.destroyRef=M(Ln,{optional:!0})??void 0,this.pendingTasks=M(tn,{optional:!0})??void 0)}emit(t){let n=C(null);try{super.next(t)}finally{C(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&typeof t=="object"){let u=t;o=u.next?.bind(u),i=u.error?.bind(u),s=u.complete?.bind(u)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:o,error:i,complete:s});return t instanceof $&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{t(n),r!==void 0&&this.pendingTasks?.remove(r)})}}},Be=ji;function Tn(...e){}function Ml(e){let t,n;function r(){e=Tn;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 xu(e){return queueMicrotask(()=>e()),()=>{e=Tn}}var Ws="isAngularZone",Qr=Ws+"_ID",ig=0,oe=class e{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Be(!1);onMicrotaskEmpty=new Be(!1);onStable=new Be(!1);onError=new Be(!1);constructor(t){let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=wl}=t;if(typeof Zone>"u")throw new I(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,ug(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Ws)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new I(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new I(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,sg,Tn,Tn);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)}},sg={};function Zs(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 ag(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){Ml(()=>{e.callbackScheduled=!1,Vi(e),e.isCheckStableRunning=!0,Zs(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Vi(e)}function ug(e){let t=()=>{ag(e)},n=ig++;e._inner=e._inner.fork({name:"angular",properties:{[Ws]:!0,[Qr]:n,[Qr+n]:!0},onInvokeTask:(r,o,i,s,a,u)=>{if(cg(u))return r.invokeTask(i,s,a,u);try{return Au(e),r.invokeTask(i,s,a,u)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),Ou(e)}},onInvoke:(r,o,i,s,a,u,c)=>{try{return Au(e),r.invoke(i,s,a,u,c)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!lg(u)&&t(),Ou(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,Vi(e),Zs(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 Vi(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Au(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ou(e){e._nesting--,Zs(e)}var Yr=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Be;onMicrotaskEmpty=new Be;onStable=new Be;onError=new Be;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 cg(e){return Tl(e,"__ignore_ng_zone__")}function lg(e){return Tl(e,"__scheduler_tick__")}function Tl(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}function dg(e="zone.js",t){return e==="noop"?new Yr:e==="zone.js"?new oe(t):e}var gt=class{_console=console;handleError(t){this._console.error("ERROR",t)}},fg=new b("",{providedIn:"root",factory:()=>{let e=M(oe),t=M(gt);return n=>e.runOutsideAngular(()=>t.handleError(n))}}),Kr=class{destroyed=!1;listeners=null;errorHandler=M(gt,{optional:!0});destroyRef=M(Ln);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new I(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)throw new I(953,!1);if(this.listeners===null)return;let n=C(null);try{for(let r of this.listeners)try{r(t)}catch(o){this.errorHandler?.handleError(o)}}finally{C(n)}}};function GM(e){return new Kr}function Ru(e,t){return Dc(e,t)}function pg(e){return Dc(vo,e)}var qM=(Ru.required=pg,Ru);function hg(){return nn(z(),v())}function nn(e,t){return new Ke(pe(e,t))}var Ke=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=hg}return e})();function gg(e){return e instanceof Ke?e.nativeElement:e}function mg(){return this._results[Symbol.iterator]()}var Bi=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 Ee}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=Jp(t);(this._changesDetected=!Kp(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]=mg};function Sl(e){return(e.flags&128)===128}var Nl=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(Nl||{}),xl=new Map,yg=0;function vg(){return yg++}function Dg(e){xl.set(e[Io],e)}function Hi(e){xl.delete(e[Io])}var Fu="__ngContext__";function Ge(e,t){$e(t)?(e[Fu]=t[Io],Dg(t)):e[Fu]=t}function Al(e){return Rl(e[bn])}function Ol(e){return Rl(e[me])}function Rl(e){for(;e!==null&&!Fe(e);)e=e[me];return e}var $i;function WM(e){$i=e}function Fl(){if($i!==void 0)return $i;if(typeof document<"u")return document;throw new I(210,!1)}var ZM=new b("",{providedIn:"root",factory:()=>Eg}),Eg="ng",Ig=new b(""),wg=new b("",{providedIn:"platform",factory:()=>"unknown"});var QM=new b(""),YM=new b("",{providedIn:"root",factory:()=>Fl().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var Cg="h",_g="b";var bg="di",kl="s";var Pl=!1,Mg=new b("",{providedIn:"root",factory:()=>Pl});var Tg=new b("");var Ll=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(Ll||{}),jl=new b(""),ku=new Set;function ve(e){ku.has(e)||(ku.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var Sg=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=P({token:e,providedIn:"root",factory:()=>new e})}return e})();var ne=function(e){return e[e.NOT_STARTED=0]="NOT_STARTED",e[e.IN_PROGRESS=1]="IN_PROGRESS",e[e.COMPLETE=2]="COMPLETE",e[e.FAILED=3]="FAILED",e}(ne||{}),Pu=0,Ng=1,L=function(e){return e[e.Placeholder=0]="Placeholder",e[e.Loading=1]="Loading",e[e.Complete=2]="Complete",e[e.Error=3]="Error",e}(L||{}),Jr=function(e){return e[e.Initial=-1]="Initial",e}(Jr||{}),xg=0,No=1;var Ag=4,Og=5,Rg=6,Fg=7,fi=8,kg=9,Vl=function(e){return e[e.Manual=0]="Manual",e[e.Playthrough=1]="Playthrough",e}(Vl||{});function Pg(e,t,n){let r=Hl(e);t[r]===null&&(t[r]=[]),t[r].push(n)}function Or(e,t){let n=Hl(e),r=t[n];if(r!==null){for(let o of r)o();t[n]=null}}function Bl(e){Or(1,e),Or(0,e),Or(2,e)}function Hl(e){let t=Ag;return e===1?t=Og:e===2&&(t=kg),t}function xo(e){return e+1}function jn(e,t){let n=e[m],r=xo(t.index);return e[r]}function Lg(e,t,n){let r=e[m],o=xo(t);e[o]=n}function Vn(e,t){let n=xo(t.index);return e.data[n]}function jg(e,t,n){let r=xo(t);e.data[r]=n}function Vg(e,t,n){let r=t[m],o=Vn(r,n);switch(e){case L.Complete:return o.primaryTmplIndex;case L.Loading:return o.loadingTmplIndex;case L.Error:return o.errorTmplIndex;case L.Placeholder:return o.placeholderTmplIndex;default:return null}}function Lu(e,t){return t===L.Placeholder?e.placeholderBlockConfig?.[Pu]??null:t===L.Loading?e.loadingBlockConfig?.[Pu]??null:null}function Bg(e){return e.loadingBlockConfig?.[Ng]??null}function ju(e,t){if(!e||e.length===0)return t;let n=new Set(e);for(let r of t)n.add(r);return e.length===n.size?e:Array.from(n)}function Hg(e,t){let n=t.primaryTmplIndex+j;return kn(e,n)}var $g=new b("");var Ug=()=>null;function Qs(e,t,n=!1){return Ug(e,t,n)}function zg(e){return e.get(Tg,!1,{optional:!0})}var Sn=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e}(Sn||{}),Er;function Gg(){if(Er===void 0&&(Er=null,wn.trustedTypes))try{Er=wn.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Er}function Ao(e){return Gg()?.createHTML(e)||e}var Ir;function qg(){if(Ir===void 0&&(Ir=null,wn.trustedTypes))try{Ir=wn.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Ir}function Vu(e){return qg()?.createHTML(e)||e}var Xr=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${mc})`}};function rn(e){return e instanceof Xr?e.changingThisBreaksApplicationSecurity:e}function $l(e,t){let n=Wg(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${mc})`)}return n===t}function Wg(e){return e instanceof Xr&&e.getTypeName()||null}function Zg(e){let t=new zi(e);return Qg()?new Ui(t):t}var Ui=class{inertDocumentHelper;constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t="<body><remove></remove>"+t;try{let n=new window.DOMParser().parseFromString(Ao(t),"text/html").body;return n===null?this.inertDocumentHelper.getInertBodyElement(t):(n.firstChild?.remove(),n)}catch{return null}}},zi=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=Ao(t),n}};function Qg(){try{return!!new window.DOMParser().parseFromString(Ao(""),"text/html")}catch{return!1}}var Yg=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Ul(e){return e=String(e),e.match(Yg)?e:"unsafe:"+e}function ke(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function Bn(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var zl=ke("area,br,col,hr,img,wbr"),Gl=ke("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),ql=ke("rp,rt"),Kg=Bn(ql,Gl),Jg=Bn(Gl,ke("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")),Xg=Bn(ql,ke("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")),Bu=Bn(zl,Jg,Xg,Kg),Wl=ke("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),em=ke("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"),tm=ke("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"),nm=Bn(Wl,em,tm),rm=ke("script,style,template"),Gi=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=sm(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let i=im(n);if(i){n=i;break}n=o.pop()}}return this.buf.join("")}startElement(t){let n=Hu(t).toLowerCase();if(!Bu.hasOwnProperty(n))return this.sanitizedSomething=!0,!rm.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(!nm.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let u=i.value;Wl[a]&&(u=Ul(u)),this.buf.push(" ",s,'="',$u(u),'"')}return this.buf.push(">"),!0}endElement(t){let n=Hu(t).toLowerCase();Bu.hasOwnProperty(n)&&!zl.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push($u(t))}};function om(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function im(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw Zl(t);return t}function sm(e){let t=e.firstChild;if(t&&om(e,t))throw Zl(t);return t}function Hu(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function Zl(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var am=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,um=/([^\#-~ |!])/g;function $u(e){return e.replace(/&/g,"&").replace(am,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(um,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}var wr;function cm(e,t){let n=null;try{wr=wr||Zg(e);let r=t?String(t):"";n=wr.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=wr.getInertBodyElement(r)}while(r!==i);let a=new Gi().sanitizeChildren(Uu(n)||n);return Ao(a)}finally{if(n){let r=Uu(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function Uu(e){return"content"in e&&lm(e)?e.content:null}function lm(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var Ys=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}(Ys||{});function KM(e){let t=Ql();return t?Vu(t.sanitize(Ys.HTML,e)||""):$l(e,"HTML")?Vu(rn(e)):cm(Fl(),st(e))}function JM(e){let t=Ql();return t?t.sanitize(Ys.URL,e)||"":$l(e,"URL")?rn(e):Ul(st(e))}function Ql(){let e=v();return e&&e[Ae].sanitizer}var dm=/^>|^->|<!--|-->|--!>|<!-$/g,fm=/(<|>)/g,pm="\u200B$1\u200B";function hm(e){return e.replace(dm,t=>t.replace(fm,pm))}function XM(e){return e.ownerDocument}function gm(e){return e instanceof Function?e():e}var qe=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(qe||{}),Nn=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Nn||{}),mm;function Ks(e,t){return mm(e,t)}function jt(e,t,n,r,o){if(r!=null){let i,s=!1;Fe(r)?i=r:$e(r)&&(s=!0,r=r[Re]);let a=be(r);e===0&&n!==null?o==null?ed(t,n,a):eo(t,n,a,o||null,!0):e===1&&n!==null?eo(t,n,a,o||null,!0):e===2?xm(t,a,s):e===3&&t.destroyNode(a),i!=null&&Om(t,e,i,n,o)}}function ym(e,t){return e.createText(t)}function vm(e,t,n){e.setValue(t,n)}function Dm(e,t){return e.createComment(hm(t))}function Yl(e,t,n){return e.createElement(t,n)}function Em(e,t){Kl(e,t),t[Re]=null,t[ie]=null}function Im(e,t,n,r,o,i){r[Re]=o,r[ie]=t,Fo(e,r,n,1,o,i)}function Kl(e,t){t[Ae].changeDetectionScheduler?.notify(10),Fo(e,t,t[k],2,null,null)}function wm(e){let t=e[bn];if(!t)return pi(e[m],e);for(;t;){let n=null;if($e(t))n=t[bn];else{let r=t[Z];r&&(n=r)}if(!n){for(;t&&!t[me]&&t!==e;)$e(t)&&pi(t[m],t),t=t[U];t===null&&(t=e),$e(t)&&pi(t[m],t),n=t&&t[me]}t=n}}function Cm(e,t,n,r){let o=Z+r,i=n.length;r>0&&(n[o-1][me]=t),r<i-Z?(t[me]=n[o],Ac(n,Z+r,t)):(n.push(t),t[me]=null),t[U]=n;let s=t[ut];s!==null&&n!==s&&Jl(s,t);let a=t[Oe];a!==null&&a.insertView(e),Ai(t),t[y]|=128}function Jl(e,t){let n=e[qt],r=t[U];if($e(r))e[y]|=Ur.HasTransplantedViews;else{let o=r[U][ce];t[ce]!==o&&(e[y]|=Ur.HasTransplantedViews)}n===null?e[qt]=[t]:n.push(t)}function Js(e,t){let n=e[qt],r=n.indexOf(t);n.splice(r,1)}function xn(e,t){if(e.length<=Z)return;let n=Z+t,r=e[n];if(r){let o=r[ut];o!==null&&o!==e&&Js(o,r),t>0&&(e[n-1][me]=r[me]);let i=Lr(e,Z+t);Em(r[m],r);let s=i[Oe];s!==null&&s.detachView(i[m]),r[U]=null,r[me]=null,r[y]&=-129}return r}function Oo(e,t){if(!(t[y]&256)){let n=t[k];n.destroyNode&&Fo(e,t,n,3,null,null),wm(t)}}function pi(e,t){if(t[y]&256)return;let n=C(null);try{t[y]&=-129,t[y]|=256,t[ue]&&Tt(t[ue]),bm(e,t),_m(e,t),t[m].type===1&&t[k].destroy();let r=t[ut];if(r!==null&&Fe(t[U])){r!==t[U]&&Js(r,t);let o=t[Oe];o!==null&&o.detachView(e)}Hi(t)}finally{C(n)}}function _m(e,t){let n=e.cleanup,r=t[Br];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[Br]=null);let o=t[He];if(o!==null){t[He]=null;for(let s=0;s<o.length;s++){let a=o[s];a()}}let i=t[ct];if(i!==null){t[ct]=null;for(let s of i)s.destroy()}}function bm(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 pt)){let i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){let a=o[i[s]],u=i[s+1];Ce(4,a,u);try{u.call(a)}finally{Ce(5,a,u)}}else{Ce(4,o,i);try{i.call(o)}finally{Ce(5,o,i)}}}}}function Xl(e,t,n){return Mm(e,t.parent,n)}function Mm(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[Re];{let{componentOffset:o}=r;if(o>-1){let{encapsulation:i}=e.data[r.directiveStart+o];if(i===Sn.None||i===Sn.Emulated)return null}return pe(r,n)}}function eo(e,t,n,r,o){e.insertBefore(t,n,r,o)}function ed(e,t,n){e.appendChild(t,n)}function zu(e,t,n,r,o){r!==null?eo(e,t,n,r,o):ed(e,t,n)}function td(e,t){return e.parentNode(t)}function Tm(e,t){return e.nextSibling(t)}function nd(e,t,n){return Nm(e,t,n)}function Sm(e,t,n){return e.type&40?pe(e,n):null}var Nm=Sm,Gu;function Ro(e,t,n,r){let o=Xl(e,r,t),i=t[k],s=r.parent||t[ie],a=nd(s,r,t);if(o!=null)if(Array.isArray(n))for(let u=0;u<n.length;u++)zu(i,o,n[u],a,!1);else zu(i,o,n,a,!1);Gu!==void 0&&Gu(i,r,t,n,o)}function Dn(e,t){if(t!==null){let n=t.type;if(n&3)return pe(t,e);if(n&4)return qi(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return Dn(e,r);{let o=e[t.index];return Fe(o)?qi(-1,o):be(o)}}else{if(n&128)return Dn(e,t.next);if(n&32)return Ks(t,e)()||be(e[t.index]);{let r=rd(e,t);if(r!==null){if(Array.isArray(r))return r[0];let o=dt(e[ce]);return Dn(o,r)}else return Dn(e,t.next)}}}return null}function rd(e,t){if(t!==null){let r=e[ce][ie],o=t.projection;return r.projection[o]}return null}function qi(e,t){let n=Z+e+1;if(n<t.length){let r=t[n],o=r[m].firstChild;if(o!==null)return Dn(r,o)}return t[lt]}function xm(e,t,n){e.removeChild(null,t,n)}function Xs(e,t,n,r,o,i,s){for(;n!=null;){if(n.type===128){n=n.next;continue}let a=r[n.index],u=n.type;if(s&&t===0&&(a&&Ge(be(a),r),n.flags|=2),(n.flags&32)!==32)if(u&8)Xs(e,t,n.child,r,o,i,!1),jt(t,e,o,a,i);else if(u&32){let c=Ks(n,r),l;for(;l=c();)jt(t,e,o,l,i);jt(t,e,o,a,i)}else u&16?od(e,t,r,n,o,i):jt(t,e,o,a,i);n=s?n.projectionNext:n.next}}function Fo(e,t,n,r,o,i){Xs(n,r,e.firstChild,t,o,i,!1)}function Am(e,t,n){let r=t[k],o=Xl(e,n,t),i=n.parent||t[ie],s=nd(i,n,t);od(r,0,t,n,o,s)}function od(e,t,n,r,o,i){let s=n[ce],u=s[ie].projection[r.projection];if(Array.isArray(u))for(let c=0;c<u.length;c++){let l=u[c];jt(t,e,o,l,i)}else{let c=u,l=s[U];Sl(r)&&(c.flags|=128),Xs(e,t,c,l,o,i,!0)}}function Om(e,t,n,r,o){let i=n[lt],s=be(n);i!==s&&jt(t,e,r,i,o);for(let a=Z;a<n.length;a++){let u=n[a];Fo(u[m],u,e,t,r,i)}}function Rm(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=r.indexOf("-")===-1?void 0:Nn.DashCase;o==null?e.removeStyle(n,r,i):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=Nn.Important),e.setStyle(n,r,o,i))}}function Fm(e,t,n){e.setAttribute(t,"style",n)}function id(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function sd(e,t,n){let{mergedAttrs:r,classes:o,styles:i}=n;r!==null&&Fi(e,t,r),o!==null&&id(e,t,o),i!==null&&Fm(e,t,i)}function km(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 ad="ng-template";function Pm(e,t,n,r){let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&km(t[o+1].toLowerCase(),n,0)!==-1)return!0}else if(ea(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 ea(e){return e.type===4&&e.value!==ad}function Lm(e,t,n){let r=e.type===4&&!n?ad:e.value;return t===r}function jm(e,t,n){let r=4,o=e.attrs,i=o!==null?Hm(o):0,s=!1;for(let a=0;a<t.length;a++){let u=t[a];if(typeof u=="number"){if(!s&&!ge(r)&&!ge(u))return!1;if(s&&ge(u))continue;s=!1,r=u|r&1;continue}if(!s)if(r&4){if(r=2|r&1,u!==""&&!Lm(e,u,n)||u===""&&t.length===1){if(ge(r))return!1;s=!0}}else if(r&8){if(o===null||!Pm(e,o,u,n)){if(ge(r))return!1;s=!0}}else{let c=t[++a],l=Vm(u,o,ea(e),n);if(l===-1){if(ge(r))return!1;s=!0;continue}if(c!==""){let d;if(l>i?d="":d=o[l+1].toLowerCase(),r&2&&c!==d){if(ge(r))return!1;s=!0}}}}return ge(r)||s}function ge(e){return(e&1)===0}function Vm(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 $m(t,e)}function ud(e,t,n=!1){for(let r=0;r<t.length;r++)if(jm(e,t[r],n))return!0;return!1}function Bm(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function Hm(e){for(let t=0;t<e.length;t++){let n=e[t];if(Wh(n))return t}return e.length}function $m(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 Um(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 qu(e,t){return e?":not("+t.trim()+")":t}function zm(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!==""&&!ge(s)&&(t+=qu(i,o),o=""),r=s,i=i||!ge(r);n++}return o!==""&&(t+=qu(i,o)),t}function Gm(e){return e.map(zm).join(",")}function qm(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(!ge(o))break;o=i}r++}return{attrs:t,classes:n}}var le={};function e0(e=1){cd(R(),v(),Te()+e,!1)}function cd(e,t,n,r){if(!r)if((t[y]&3)===3){let i=e.preOrderCheckHooks;i!==null&&Nr(t,i,n)}else{let i=e.preOrderHooks;i!==null&&xr(t,i,0,n)}ft(n)}function X(e,t=_.Default){let n=v();if(n===null)return K(e,t);let r=z();return vl(r,n,Q(e),t)}function t0(){let e="invalid";throw new Error(e)}function ld(e,t,n,r,o,i){let s=C(null);try{let a=null;(o&qe.SignalBased)!==0&&(a=t[r][q]),a!==null&&a.transformFn!==void 0&&(i=a.transformFn(i)),(o&qe.HasDecoratorInputTransform)!==0&&(i=e.inputTransforms[r].call(t,i)),e.setInput!==null?e.setInput(t,a,i,n,r):Uc(t,a,r,i)}finally{C(s)}}function Wm(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)ft(~o);else{let i=o,s=n[++r],a=n[++r];kh(s,i);let u=t[i];a(2,u)}}}finally{ft(-1)}}function ko(e,t,n,r,o,i,s,a,u,c,l){let d=t.blueprint.slice();return d[Re]=o,d[y]=r|4|128|8|64|1024,(c!==null||e&&e[y]&2048)&&(d[y]|=2048),Kc(d),d[U]=d[en]=e,d[W]=n,d[Ae]=s||e&&e[Ae],d[k]=a||e&&e[k],d[ye]=u||e&&e[ye]||null,d[ie]=i,d[Io]=vg(),d[Gt]=l,d[Hc]=c,d[ce]=t.type==2?e[ce]:d,d}function It(e,t,n,r,o){let i=e.data[t];if(i===null)i=Zm(e,t,n,r,o),Fh()&&(i.flags|=32);else if(i.type&64){i.type=n,i.value=r,i.attrs=o;let s=Ah();i.injectorIndex=s===null?-1:s.injectorIndex}return Qe(i,!0),i}function Zm(e,t,n,r,o){let i=tl(),s=Bs(),a=s?i:i&&i.parent,u=e.data[t]=ey(e,a,n,t,r,o);return e.firstChild===null&&(e.firstChild=u),i!==null&&(s?i.child==null&&u.parent!==null&&(i.child=u):i.next===null&&(i.next=u,u.prev=i)),u}function dd(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 fd(e,t,n,r,o){let i=Te(),s=r&2;try{ft(-1),s&&t.length>j&&cd(e,t,j,!1),Ce(s?2:0,o),n(r,o)}finally{ft(i),Ce(s?3:1,o)}}function ta(e,t,n){if(Ps(t)){let r=C(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 u=n[s];a.contentQueries(1,u,s)}}}finally{C(r)}}}function na(e,t,n){Xc()&&(sy(e,t,n,pe(n,t)),(n.flags&64)===64&&md(e,t,n))}function ra(e,t,n=pe){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 pd(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=oa(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function oa(e,t,n,r,o,i,s,a,u,c,l){let d=j+r,p=d+o,f=Qm(d,p),h=typeof c=="function"?c():c;return f[m]={type:e,blueprint:f,template:n,queries:null,viewQuery:a,declTNode:t,data:f.slice().fill(null,d),bindingStartIndex:d,expandoStartIndex:p,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof i=="function"?i():i,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:u,consts:h,incompleteFirstPass:!1,ssrId:l}}function Qm(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:le);return n}function Ym(e,t,n,r){let i=r.get(Mg,Pl)||n===Sn.ShadowDom,s=e.selectRootElement(t,i);return Km(s),s}function Km(e){Jm(e)}var Jm=()=>null;function Xm(e,t,n,r){let o=Ed(t);o.push(n),e.firstCreatePass&&Id(e).push(r,o.length-1)}function ey(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return el()&&(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:void 0,inputs:null,outputs:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function Wu(e,t,n,r,o){for(let i in t){if(!t.hasOwnProperty(i))continue;let s=t[i];if(s===void 0)continue;r??={};let a,u=qe.None;Array.isArray(s)?(a=s[0],u=s[1]):a=s;let c=i;if(o!==null){if(!o.hasOwnProperty(i))continue;c=o[i]}e===0?Zu(r,n,c,a,u):Zu(r,n,c,a)}return r}function Zu(e,t,n,r,o){let i;e.hasOwnProperty(n)?(i=e[n]).push(t,r):i=e[n]=[t,r],o!==void 0&&i.push(o)}function ty(e,t,n){let r=t.directiveStart,o=t.directiveEnd,i=e.data,s=t.attrs,a=[],u=null,c=null;for(let l=r;l<o;l++){let d=i[l],p=n?n.get(d):null,f=p?p.inputs:null,h=p?p.outputs:null;u=Wu(0,d.inputs,l,u,f),c=Wu(1,d.outputs,l,c,h);let g=u!==null&&s!==null&&!ea(t)?yy(u,l,s):null;a.push(g)}u!==null&&(u.hasOwnProperty("class")&&(t.flags|=8),u.hasOwnProperty("style")&&(t.flags|=16)),t.initialInputs=a,t.inputs=u,t.outputs=c}function ny(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function hd(e,t,n,r,o,i,s,a){let u=pe(t,n),c=t.inputs,l;!a&&c!=null&&(l=c[r])?(sa(e,n,l,r,o),wo(t)&&ry(n,t.index)):t.type&3?(r=ny(r),o=s!=null?s(o,t.value||"",r):o,i.setProperty(u,r,o)):t.type&12}function ry(e,t){let n=Ze(t,e);n[y]&16||(n[y]|=64)}function ia(e,t,n,r){if(Xc()){let o=r===null?null:{"":-1},i=uy(e,n),s,a;i===null?s=a=null:[s,a]=i,s!==null&&gd(e,t,n,s,o,a),o&&cy(n,r,o)}n.mergedAttrs=Mn(n.mergedAttrs,n.attrs)}function gd(e,t,n,r,o,i){for(let c=0;c<r.length;c++)Pi(Wr(n,t),e,r[c].type);dy(n,e.data.length,r.length);for(let c=0;c<r.length;c++){let l=r[c];l.providersResolver&&l.providersResolver(l)}let s=!1,a=!1,u=dd(e,t,r.length,null);for(let c=0;c<r.length;c++){let l=r[c];n.mergedAttrs=Mn(n.mergedAttrs,l.hostAttrs),fy(e,n,t,u,l),ly(u,l,o),l.contentQueries!==null&&(n.flags|=4),(l.hostBindings!==null||l.hostAttrs!==null||l.hostVars!==0)&&(n.flags|=64);let d=l.type.prototype;!s&&(d.ngOnChanges||d.ngOnInit||d.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),s=!0),!a&&(d.ngOnChanges||d.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),a=!0),u++}ty(e,n,i)}function oy(e,t,n,r,o){let i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;iy(s)!=a&&s.push(a),s.push(n,r,i)}}function iy(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function sy(e,t,n,r){let o=n.directiveStart,i=n.directiveEnd;wo(n)&&py(t,n,e.data[o+n.componentOffset]),e.firstCreatePass||Wr(n,t),Ge(r,t);let s=n.initialInputs;for(let a=o;a<i;a++){let u=e.data[a],c=ht(t,e,a,n);if(Ge(c,t),s!==null&&my(t,a-o,c,u,n,s),Ue(u)){let l=Ze(n.index,t);l[W]=ht(t,e,a,n)}}}function md(e,t,n){let r=n.directiveStart,o=n.directiveEnd,i=n.index,s=Ph();try{ft(i);for(let a=r;a<o;a++){let u=e.data[a],c=t[a];Ri(a),(u.hostBindings!==null||u.hostVars!==0||u.hostAttrs!==null)&&ay(u,c)}}finally{ft(-1),Ri(s)}}function ay(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function uy(e,t){let n=e.directiveRegistry,r=null,o=null;if(n)for(let i=0;i<n.length;i++){let s=n[i];if(ud(t,s.selectors,!1))if(r||(r=[]),Ue(s))if(s.findHostDirectiveDefs!==null){let a=[];o=o||new Map,s.findHostDirectiveDefs(s,a,o),r.unshift(...a,s);let u=a.length;Wi(e,t,u)}else r.unshift(s),Wi(e,t,0);else o=o||new Map,s.findHostDirectiveDefs?.(s,r,o),r.push(s)}return r===null?null:[r,o]}function Wi(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function cy(e,t,n){if(t){let r=e.localNames=[];for(let o=0;o<t.length;o+=2){let i=n[t[o+1]];if(i==null)throw new I(-301,!1);r.push(t[o],i)}}}function ly(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Ue(t)&&(n[""]=e)}}function dy(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function fy(e,t,n,r,o){e.data[r]=o;let i=o.factory||(o.factory=$t(o.type,!0)),s=new pt(i,Ue(o),X);e.blueprint[r]=s,n[r]=s,oy(e,t,r,dd(e,n,o.hostVars,le),o)}function yd(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function py(e,t,n){let r=pe(t,e),o=pd(n),i=e[Ae].rendererFactory,s=Po(e,ko(e,o,null,yd(n),r,t,null,i.createRenderer(r,n),null,null,null));e[t.index]=s}function hy(e,t,n,r,o,i){let s=pe(e,t);gy(t[k],s,i,e.value,n,r,o)}function gy(e,t,n,r,o,i,s){if(i==null)e.removeAttribute(t,o,n);else{let a=s==null?st(i):s(i,r||"",o);e.setAttribute(t,o,a,n)}}function my(e,t,n,r,o,i){let s=i[t];if(s!==null)for(let a=0;a<s.length;){let u=s[a++],c=s[a++],l=s[a++],d=s[a++];ld(r,n,u,c,l,d)}}function yy(e,t,n){let r=null,o=0;for(;o<n.length;){let i=n[o];if(i===0){o+=4;continue}else if(i===5){o+=2;continue}if(typeof i=="number")break;if(e.hasOwnProperty(i)){r===null&&(r=[]);let s=e[i];for(let a=0;a<s.length;a+=3)if(s[a]===t){r.push(i,s[a+1],s[a+2],n[o+1]);break}}o+=2}return r}function vd(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function Dd(e,t){let n=e.contentQueries;if(n!==null){let r=C(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];Us(i),a.contentQueries(2,t[s],s)}}}finally{C(r)}}}function Po(e,t){return e[bn]?e[wu][me]=t:e[bn]=t,e[wu]=t,t}function Zi(e,t,n){Us(0);let r=C(null);try{t(e,n)}finally{C(r)}}function Ed(e){return e[Br]??=[]}function Id(e){return e.cleanup??=[]}function Lo(e,t){let n=e[ye],r=n?n.get(gt,null):null;r&&r.handleError(t)}function sa(e,t,n,r,o){for(let i=0;i<n.length;){let s=n[i++],a=n[i++],u=n[i++],c=t[s],l=e.data[s];ld(l,c,r,a,u,o)}}function wd(e,t,n){let r=Qc(t,e);vm(e[k],r,n)}function vy(e,t){let n=Ze(t,e),r=n[m];Dy(r,n);let o=n[Re];o!==null&&n[Gt]===null&&(n[Gt]=Qs(o,n[ye])),aa(r,n,n[W])}function Dy(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function aa(e,t,n){zs(t);try{let r=e.viewQuery;r!==null&&Zi(1,r,n);let o=e.template;o!==null&&fd(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[Oe]?.finishViewCreation(e),e.staticContentQueries&&Dd(e,t),e.staticViewQueries&&Zi(2,e.viewQuery,n);let i=e.components;i!==null&&Ey(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[y]&=-5,Gs()}}function Ey(e,t){for(let n=0;n<t.length;n++)vy(e,t[n])}function on(e,t,n,r){let o=C(null);try{let i=t.tView,a=e[y]&4096?4096:16,u=ko(e,i,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),c=e[t.index];u[ut]=c;let l=e[Oe];return l!==null&&(u[Oe]=l.createEmbeddedView(i)),aa(i,u,n),u}finally{C(o)}}function Cd(e,t){let n=Z+t;if(n<e.length)return e[n]}function mt(e,t){return!t||t.firstChild===null||Sl(e)}function sn(e,t,n,r=!0){let o=t[m];if(Cm(o,t,e,n),r){let s=qi(n,e),a=t[k],u=td(a,e[lt]);u!==null&&Im(o,e[ie],a,t,u,s)}let i=t[Gt];i!==null&&i.firstChild!==null&&(i.firstChild=null)}function ua(e,t){let n=xn(e,t);return n!==void 0&&Oo(n[m],n),n}function to(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(be(i)),Fe(i)&&Iy(i,r);let s=n.type;if(s&8)to(e,t,n.child,r);else if(s&32){let a=Ks(n,t),u;for(;u=a();)r.push(u)}else if(s&16){let a=rd(t,n);if(Array.isArray(a))r.push(...a);else{let u=dt(t[ce]);to(u[m],u,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function Iy(e,t){for(let n=Z;n<e.length;n++){let r=e[n],o=r[m].firstChild;o!==null&&to(r[m],r,o,t)}e[lt]!==e[Re]&&t.push(e[lt])}var _d=[];function wy(e){return e[ue]??Cy(e)}function Cy(e){let t=_d.pop()??Object.create(by);return t.lView=e,t}function _y(e){e.lView[ue]!==e&&(e.lView=null,_d.push(e))}var by=G(H({},Pe),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{Pn(e.lView)},consumerOnSignalRead(){this.lView[ue]=this}});function My(e){let t=e[ue]??Object.create(Ty);return t.lView=e,t}var Ty=G(H({},Pe),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{let t=dt(e.lView);for(;t&&!bd(t[m]);)t=dt(t);t&&js(t)},consumerOnSignalRead(){this.lView[ue]=this}});function bd(e){return e.type!==2}function Md(e){if(e[ct]===null)return;let t=!0;for(;t;){let n=!1;for(let r of e[ct])r.dirty&&(n=!0,r.zone===null||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(e[y]&8192)}}var Sy=100;function Td(e,t=!0,n=0){let o=e[Ae].rendererFactory,i=!1;i||o.begin?.();try{Ny(e,n)}catch(s){throw t&&Lo(e,s),s}finally{i||o.end?.()}}function Ny(e,t){let n=rl();try{zr(!0),Qi(e,t);let r=0;for(;_o(e);){if(r===Sy)throw new I(103,!1);r++,Qi(e,1)}}finally{zr(n)}}function xy(e,t,n,r){let o=t[y];if((o&256)===256)return;let i=!1,s=!1;zs(t);let a=!0,u=null,c=null;i||(bd(e)?(c=wy(t),u=Xe(c)):Ta()===null?(a=!1,c=My(t),u=Xe(c)):t[ue]&&(Tt(t[ue]),t[ue]=null));try{Kc(t),Rh(e.bindingStartIndex),n!==null&&fd(e,t,n,2,r);let l=(o&3)===3;if(!i)if(l){let f=e.preOrderCheckHooks;f!==null&&Nr(t,f,null)}else{let f=e.preOrderHooks;f!==null&&xr(t,f,0,null),ci(t,0)}if(s||Ay(t),Md(t),Sd(t,0),e.contentQueries!==null&&Dd(e,t),!i)if(l){let f=e.contentCheckHooks;f!==null&&Nr(t,f)}else{let f=e.contentHooks;f!==null&&xr(t,f,1),ci(t,1)}Wm(e,t);let d=e.components;d!==null&&xd(t,d,0);let p=e.viewQuery;if(p!==null&&Zi(2,p,r),!i)if(l){let f=e.viewCheckHooks;f!==null&&Nr(t,f)}else{let f=e.viewHooks;f!==null&&xr(t,f,2),ci(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[Sr]){for(let f of t[Sr])f();t[Sr]=null}i||(t[y]&=-73)}catch(l){throw i||Pn(t),l}finally{c!==null&&(Mt(c,u),a&&_y(c)),Gs()}}function Sd(e,t){for(let n=Al(e);n!==null;n=Ol(n))for(let r=Z;r<n.length;r++){let o=n[r];Nd(o,t)}}function Ay(e){for(let t=Al(e);t!==null;t=Ol(t)){if(!(t[y]&Ur.HasTransplantedViews))continue;let n=t[qt];for(let r=0;r<n.length;r++){let o=n[r];js(o)}}}function Oy(e,t,n){let r=Ze(t,e);Nd(r,n)}function Nd(e,t){Ls(e)&&Qi(e,t)}function Qi(e,t){let r=e[m],o=e[y],i=e[ue],s=!!(t===0&&o&16);if(s||=!!(o&64&&t===0),s||=!!(o&1024),s||=!!(i?.dirty&&dn(i)),s||=!1,i&&(i.dirty=!1),e[y]&=-9217,s)xy(r,e,r.template,e[W]);else if(o&8192){Md(e),Sd(e,1);let a=r.components;a!==null&&xd(e,a,1)}}function xd(e,t,n){for(let r=0;r<t.length;r++)Oy(e,t[r],n)}function jo(e,t){let n=rl()?64:1088;for(e[Ae].changeDetectionScheduler?.notify(t);e;){e[y]|=n;let r=dt(e);if(Ni(e)&&!r)return e;e=r}return null}var yt=class{_lView;_cdRefInjectingView;notifyErrorHandler;_appRef=null;_attachedToViewContainer=!1;get rootNodes(){let t=this._lView,n=t[m];return to(n,t,n.firstChild,[])}constructor(t,n,r=!0){this._lView=t,this._cdRefInjectingView=n,this.notifyErrorHandler=r}get context(){return this._lView[W]}get dirty(){return!!(this._lView[y]&9280)||!!this._lView[ue]?.dirty}set context(t){this._lView[W]=t}get destroyed(){return(this._lView[y]&256)===256}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[U];if(Fe(t)){let n=t[$r],r=n?n.indexOf(this):-1;r>-1&&(xn(t,r),Lr(n,r))}this._attachedToViewContainer=!1}Oo(this._lView[m],this._lView)}onDestroy(t){Vs(this._lView,t)}markForCheck(){jo(this._cdRefInjectingView||this._lView,4)}markForRefresh(){js(this._cdRefInjectingView||this._lView)}detach(){this._lView[y]&=-129}reattach(){Ai(this._lView),this._lView[y]|=128}detectChanges(){this._lView[y]|=1024,Td(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new I(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=Ni(this._lView),n=this._lView[ut];n!==null&&!t&&Js(n,this._lView),Kl(this._lView[m],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new I(902,!1);this._appRef=t;let n=Ni(this._lView),r=this._lView[ut];r!==null&&!n&&Jl(r,this._lView),Ai(this._lView)}},vt=(()=>{class e{static __NG_ELEMENT_ID__=ky}return e})(),Ry=vt,Fy=class extends Ry{_declarationLView;_declarationTContainer;elementRef;constructor(t,n,r){super(),this._declarationLView=t,this._declarationTContainer=n,this.elementRef=r}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(t,n){return this.createEmbeddedViewImpl(t,n)}createEmbeddedViewImpl(t,n,r){let o=on(this._declarationLView,this._declarationTContainer,t,{embeddedViewInjector:n,dehydratedView:r});return new yt(o)}};function ky(){return Vo(z(),v())}function Vo(e,t){return e.type&4?new Fy(t,e,nn(e,t)):null}var r0=new RegExp(`^(\\d+)*(${_g}|${Cg})*(.*)`);var Py=()=>null;function Zt(e,t){return Py(e,t)}var Yi=class{},no=class{},Ki=class{resolveComponentFactory(t){throw Error(`No component factory found for ${Y(t)}.`)}},Qt=class{static NULL=new Ki},ro=class{},Bo=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>Ly()}return e})();function Ly(){let e=v(),t=z(),n=Ze(t.index,e);return($e(n)?n:e)[k]}var jy=(()=>{class e{static \u0275prov=P({token:e,providedIn:"root",factory:()=>null})}return e})();function oo(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=wi(o,a);else if(i==2){let u=a,c=t[++s];r=wi(r,u+": "+c+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}var io=class extends Qt{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=at(t);return new so(n,this.ngModule)}};function Qu(e,t){let n=[];for(let r in e){if(!e.hasOwnProperty(r))continue;let o=e[r];if(o===void 0)continue;let i=Array.isArray(o),s=i?o[0]:o,a=i?o[1]:qe.None;t?n.push({propName:s,templateName:r,isSignal:(a&qe.SignalBased)!==0}):n.push({propName:s,templateName:r})}return n}function Vy(e){let t=e.toLowerCase();return t==="svg"?Zc:t==="math"?wh:null}var so=class extends no{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;get inputs(){let t=this.componentDef,n=t.inputTransforms,r=Qu(t.inputs,!0);if(n!==null)for(let o of r)n.hasOwnProperty(o.propName)&&(o.transform=n[o.propName]);return r}get outputs(){return Qu(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=Gm(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,r,o){let i=C(null);try{o=o||this.ngModule;let s=o instanceof xe?o:o?.injector;s&&this.componentDef.getStandaloneInjector!==null&&(s=this.componentDef.getStandaloneInjector(s)||s);let a=s?new Ht(t,s):t,u=a.get(ro,null);if(u===null)throw new I(407,!1);let c=a.get(jy,null),l=a.get(Wt,null),d={rendererFactory:u,sanitizer:c,changeDetectionScheduler:l},p=u.createRenderer(null,this.componentDef),f=this.componentDef.selectors[0][0]||"div",h=r?Ym(p,r,this.componentDef.encapsulation,a):Yl(p,f,Vy(f)),g=512;this.componentDef.signals?g|=4096:this.componentDef.onPush||(g|=16);let T=null;h!==null&&(T=Qs(h,a,!0));let E=oa(0,null,null,1,0,null,null,null,null,null,null),F=ko(null,E,null,g,null,null,d,p,a,null,T);zs(F);let se,ee,de=null;try{let ae=this.componentDef,Ct,Ho=null;ae.findHostDirectiveDefs?(Ct=[],Ho=new Map,ae.findHostDirectiveDefs(ae,Ct,Ho),Ct.push(ae)):Ct=[ae];let xf=By(F,h);de=Hy(xf,h,ae,Ct,F,d,p),ee=kn(E,j),h&&zy(p,ae,h,r),n!==void 0&&Gy(ee,this.ngContentSelectors,n),se=Uy(de,ae,Ct,Ho,F,[qy]),aa(E,F,null)}catch(ae){throw de!==null&&Hi(de),Hi(F),ae}finally{Gs()}return new Ji(this.componentType,se,nn(ee,F),F,ee)}finally{C(i)}}},Ji=class extends Yi{location;_rootLView;_tNode;instance;hostView;changeDetectorRef;componentType;previousInputValues=null;constructor(t,n,r,o,i){super(),this.location=r,this._rootLView=o,this._tNode=i,this.instance=n,this.hostView=this.changeDetectorRef=new yt(o,void 0,!1),this.componentType=t}setInput(t,n){let r=this._tNode.inputs,o;if(r!==null&&(o=r[t])){if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let i=this._rootLView;sa(i[m],i,o,t,n),this.previousInputValues.set(t,n);let s=Ze(this._tNode.index,i);jo(s,1)}}get injector(){return new it(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function By(e,t){let n=e[m],r=j;return e[r]=t,It(n,r,2,"#host",null)}function Hy(e,t,n,r,o,i,s){let a=o[m];$y(r,e,t,s);let u=null;t!==null&&(u=Qs(t,o[ye]));let c=i.rendererFactory.createRenderer(t,n),l=ko(o,pd(n),null,yd(n),o[e.index],e,i,c,null,null,u);return a.firstCreatePass&&Wi(a,e,r.length-1),Po(o,l),o[e.index]=l}function $y(e,t,n,r){for(let o of e)t.mergedAttrs=Mn(t.mergedAttrs,o.hostAttrs);t.mergedAttrs!==null&&(oo(t,t.mergedAttrs,!0),n!==null&&sd(r,n,t))}function Uy(e,t,n,r,o,i){let s=z(),a=o[m],u=pe(s,o);gd(a,o,s,n,null,r);for(let l=0;l<n.length;l++){let d=s.directiveStart+l,p=ht(o,a,d,s);Ge(p,o)}md(a,o,s),u&&Ge(u,o);let c=ht(o,a,s.directiveStart+s.componentOffset,s);if(e[W]=o[W]=c,i!==null)for(let l of i)l(c,t);return ta(a,s,o),c}function zy(e,t,n,r){if(r)Fi(e,n,["ng-version","19.0.7"]);else{let{attrs:o,classes:i}=qm(t.selectors[0]);o&&Fi(e,n,o),i&&i.length>0&&id(e,n,i.join(" "))}}function Gy(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)}}function qy(){let e=z();So(v()[m],e)}var wt=(()=>{class e{static __NG_ELEMENT_ID__=Wy}return e})();function Wy(){let e=z();return Od(e,v())}var Zy=wt,Ad=class extends Zy{_lContainer;_hostTNode;_hostLView;constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return nn(this._hostTNode,this._hostLView)}get injector(){return new it(this._hostTNode,this._hostLView)}get parentInjector(){let t=qs(this._hostTNode,this._hostLView);if(fl(t)){let n=qr(t,this._hostLView),r=Gr(t),o=n[m].data[r+8];return new it(o,n)}else return new it(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=Yu(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-Z}createEmbeddedView(t,n,r){let o,i;typeof r=="number"?o=r:r!=null&&(o=r.index,i=r.injector);let s=Zt(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},i,s);return this.insertImpl(a,o,mt(this._hostTNode,s)),a}createComponent(t,n,r,o,i){let s=t&&!yh(t),a;if(s)a=n;else{let h=n||{};a=h.index,r=h.injector,o=h.projectableNodes,i=h.environmentInjector||h.ngModuleRef}let u=s?t:new so(at(t)),c=r||this.parentInjector;if(!i&&u.ngModule==null){let g=(s?c:this.parentInjector).get(xe,null);g&&(i=g)}let l=at(u.componentType??{}),d=Zt(this._lContainer,l?.id??null),p=d?.firstChild??null,f=u.create(c,o,p,i);return this.insertImpl(f.hostView,a,mt(this._hostTNode,d)),f}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let o=t._lView;if(_h(o)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let u=o[U],c=new Ad(u,u[ie],u[U]);c.detach(c.indexOf(t))}}let i=this._adjustIndex(n),s=this._lContainer;return sn(s,o,i,r),t.attachToViewContainerRef(),Ac(hi(s),i,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=Yu(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=xn(this._lContainer,n);r&&(Lr(hi(this._lContainer),n),Oo(r[m],r))}detach(t){let n=this._adjustIndex(t,-1),r=xn(this._lContainer,n);return r&&Lr(hi(this._lContainer),n)!=null?new yt(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function Yu(e){return e[$r]}function hi(e){return e[$r]||(e[$r]=[])}function Od(e,t){let n,r=t[e.index];return Fe(r)?n=r:(n=vd(r,t,null,e),t[e.index]=n,Po(t,n)),Yy(n,t,e,r),new Ad(n,e,t)}function Qy(e,t){let n=e[k],r=n.createComment(""),o=pe(t,e),i=td(n,o);return eo(n,i,r,Tm(n,o),!1),r}var Yy=Jy,Ky=()=>!1;function Rd(e,t,n){return Ky(e,t,n)}function Jy(e,t,n,r){if(e[lt])return;let o;n.type&8?o=be(r):o=Qy(t,n),e[lt]=o}var Xi=class e{queryList;matches=null;constructor(t){this.queryList=t}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},es=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++)ca(t,n).matches!==null&&this.queries[n].setDirty()}},ao=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=sv(t):this.predicate=t}},ts=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)}},ns=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,Xy(n,i)),this.matchTNodeWithReadOption(t,n,Ar(n,t,i,!1,!1))}else r===vt?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,Ar(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let o=this.metadata.read;if(o!==null)if(o===Ke||o===wt||o===vt&&n.type&4)this.addMatch(n.index,-2);else{let i=Ar(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 Xy(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 ev(e,t){return e.type&11?nn(e,t):e.type&4?Vo(e,t):null}function tv(e,t,n,r){return n===-1?ev(t,e):n===-2?nv(e,t,r):ht(e,e[m],n,t)}function nv(e,t,n){if(n===Ke)return nn(t,e);if(n===vt)return Vo(t,e);if(n===wt)return Od(t,e)}function Fd(e,t,n,r){let o=t[Oe].queries[r];if(o.matches===null){let i=e.data,s=n.matches,a=[];for(let u=0;s!==null&&u<s.length;u+=2){let c=s[u];if(c<0)a.push(null);else{let l=i[c];a.push(tv(t,l,s[u+1],n.metadata.read))}}o.matches=a}return o.matches}function rs(e,t,n,r){let o=e.queries.getByIndex(n),i=o.matches;if(i!==null){let s=Fd(e,t,o,n);for(let a=0;a<i.length;a+=2){let u=i[a];if(u>0)r.push(s[a/2]);else{let c=i[a+1],l=t[-u];for(let d=Z;d<l.length;d++){let p=l[d];p[ut]===p[U]&&rs(p[m],p,c,r)}if(l[qt]!==null){let d=l[qt];for(let p=0;p<d.length;p++){let f=d[p];rs(f[m],f,c,r)}}}}}return r}function rv(e,t){return e[Oe].queries[t].queryList}function kd(e,t,n){let r=new Bi((n&4)===4);return Xm(e,t,r,r.destroy),(t[Oe]??=new es).queries.push(new Xi(r))-1}function ov(e,t,n){let r=R();return r.firstCreatePass&&(Pd(r,new ao(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),kd(r,v(),t)}function iv(e,t,n,r){let o=R();if(o.firstCreatePass){let i=z();Pd(o,new ao(t,n,r),i.index),av(o,e),(n&2)===2&&(o.staticContentQueries=!0)}return kd(o,v(),n)}function sv(e){return e.split(",").map(t=>t.trim())}function Pd(e,t,n){e.queries===null&&(e.queries=new ts),e.queries.track(new ns(t,n))}function av(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 ca(e,t){return e.queries.getByIndex(t)}function uv(e,t){let n=e[m],r=ca(n,t);return r.crossesNgTemplate?rs(n,e,t,[]):Fd(n,e,r,t)}function cv(e){return typeof e=="function"&&e[q]!==void 0}function i0(e,t){ve("NgSignals");let n=ja(e),r=n[q];return t?.equal&&(r.equal=t.equal),n.set=o=>St(r,o),n.update=o=>Zo(r,o),n.asReadonly=la.bind(n),n}function la(){let e=this[q];if(e.readonlyFn===void 0){let t=()=>this();t[q]=e,e.readonlyFn=t}return e.readonlyFn}function Ld(e){return cv(e)&&typeof e.set=="function"}function jd(e,t){let n=Object.create(vc),r=new Kr;n.value=e;function o(){return _t(n),Ku(n.value),n.value}return o[q]=n,o.asReadonly=la.bind(o),o.set=i=>{n.equal(n.value,i)||(St(n,i),r.emit(i))},o.update=i=>{Ku(n.value),o.set(i(n.value))},o.subscribe=r.subscribe.bind(r),o.destroyRef=r.destroyRef,o}function Ku(e){if(e===vo)throw new I(952,!1)}function Ju(e,t){return jd(e,t)}function lv(e){return jd(vo,e)}var s0=(Ju.required=lv,Ju);function dv(e){let t=[],n=new Map;function r(o){let i=n.get(o);if(!i){let s=e(o);n.set(o,i=s.then(gv))}return i}return uo.forEach((o,i)=>{let s=[];o.templateUrl&&s.push(r(o.templateUrl).then(c=>{o.template=c}));let a=typeof o.styles=="string"?[o.styles]:o.styles||[];if(o.styles=a,o.styleUrl&&o.styleUrls?.length)throw new Error("@Component cannot define both `styleUrl` and `styleUrls`. Use `styleUrl` if the component has one stylesheet, or `styleUrls` if it has multiple");if(o.styleUrls?.length){let c=o.styles.length,l=o.styleUrls;o.styleUrls.forEach((d,p)=>{a.push(""),s.push(r(d).then(f=>{a[c+p]=f,l.splice(l.indexOf(d),1),l.length==0&&(o.styleUrls=void 0)}))})}else o.styleUrl&&s.push(r(o.styleUrl).then(c=>{a.push(c),o.styleUrl=void 0}));let u=Promise.all(s).then(()=>mv(i));t.push(u)}),pv(),Promise.all(t).then(()=>{})}var uo=new Map,fv=new Set;function pv(){let e=uo;return uo=new Map,e}function hv(){return uo.size===0}function gv(e){return typeof e=="string"?e:e.text()}function mv(e){fv.delete(e)}var We=class{},os=class{};var co=class extends We{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new io(this);constructor(t,n,r,o=!0){super(),this.ngModuleType=t,this._parent=n;let i=nh(t);this._bootstrapComponents=gm(i.bootstrap),this._r3Injector=Il(t,n,[{provide:We,useValue:this},{provide:Qt,useValue:this.componentFactoryResolver},...r],Y(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)}},is=class extends os{moduleType;constructor(t){super(),this.moduleType=t}create(t){return new co(this.moduleType,t,[])}};function yv(e,t,n){return new co(e,t,n,!1)}var ss=class extends We{injector;componentFactoryResolver=new io(this);instance=null;constructor(t){super();let n=new _n([...t.providers,{provide:We,useValue:this},{provide:Qt,useValue:this.componentFactoryResolver}],t.parent||ks(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function Vd(e,t,n=null){return new ss({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}var vv=(()=>{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=Rs(!1,n.type),o=r.length>0?Vd([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=P({token:e,providedIn:"environment",factory:()=>new e(K(xe))})}return e})();function a0(e){return Rn(()=>{let t=Bd(e),n=G(H({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Nl.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(vv).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Sn.Emulated,styles:e.styles||re,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&ve("NgStandalone"),Hd(n);let r=e.dependencies;return n.directiveDefs=ec(r,!1),n.pipeDefs=ec(r,!0),n.id=Iv(n),n})}function Dv(e){return at(e)||As(e)}function Ev(e){return e!==null}function da(e){return Rn(()=>({type:e.type,bootstrap:e.bootstrap||re,declarations:e.declarations||re,imports:e.imports||re,exports:e.exports||re,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function Xu(e,t){if(e==null)return Ut;let n={};for(let r in e)if(e.hasOwnProperty(r)){let o=e[r],i,s,a=qe.None;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i):(i=o,s=o),t?(n[i]=a!==qe.None?[r,a]:r,t[i]=s):n[i]=r}return n}function an(e){return Rn(()=>{let t=Bd(e);return Hd(t),t})}function Bd(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,inputTransforms:null,inputConfig:e.inputs||Ut,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||re,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Xu(e.inputs,t),outputs:Xu(e.outputs),debugInfo:null}}function Hd(e){e.features?.forEach(t=>t(e))}function ec(e,t){if(!e)return null;let n=t?Os:Dv;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(Ev)}function Iv(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 wv(e){return Object.getPrototypeOf(e.prototype).constructor}function Cv(e){let t=wv(e.type),n=!0,r=[e];for(;t;){let o;if(Ue(e))o=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new I(903,!1);o=t.\u0275dir}if(o){if(n){r.push(o);let s=e;s.inputs=Cr(e.inputs),s.inputTransforms=Cr(e.inputTransforms),s.declaredInputs=Cr(e.declaredInputs),s.outputs=Cr(e.outputs);let a=o.hostBindings;a&&Sv(e,a);let u=o.viewQuery,c=o.contentQueries;if(u&&Mv(e,u),c&&Tv(e,c),_v(e,o),Op(e.outputs,o.outputs),Ue(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===Cv&&(n=!1)}}t=Object.getPrototypeOf(t)}bv(r)}function _v(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];if(r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n],t.inputTransforms!==null)){let o=Array.isArray(r)?r[0]:r;if(!t.inputTransforms.hasOwnProperty(o))continue;e.inputTransforms??={},e.inputTransforms[o]=t.inputTransforms[o]}}}function bv(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=Mn(o.hostAttrs,n=Mn(n,o.hostAttrs))}}function Cr(e){return e===Ut?{}:e===re?[]:e}function Mv(e,t){let n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function Tv(e,t){let n=e.contentQueries;n?e.contentQueries=(r,o,i)=>{t(r,o,i),n(r,o,i)}:e.contentQueries=t}function Sv(e,t){let n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}function Nv(e){let t=e.inputConfig,n={};for(let r in t)if(t.hasOwnProperty(r)){let o=t[r];Array.isArray(o)&&o[3]&&(n[r]=o[3])}e.inputTransforms=n}function $d(e){return fa(e)?Array.isArray(e)||!(e instanceof Map)&&Symbol.iterator in e:!1}function xv(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 fa(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function Je(e,t,n){return e[t]=n}function pa(e,t){return e[t]}function J(e,t,n){let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function Yt(e,t,n,r){let o=J(e,t,n);return J(e,t+1,r)||o}function Av(e,t,n,r,o){let i=Yt(e,t,n,r);return J(e,t+2,o)||i}function ha(e,t,n,r,o,i){let s=Yt(e,t,n,r);return Yt(e,t+2,o,i)||s}function Ov(e){return(e.flags&32)===32}function Rv(e,t,n,r,o,i,s,a,u){let c=t.consts,l=It(t,e,4,s||null,a||null);ia(t,n,l,ze(c,u)),So(t,l);let d=l.tView=oa(2,l,r,o,i,t.directiveRegistry,t.pipeRegistry,null,t.schemas,c,null);return t.queries!==null&&(t.queries.template(t,l),d.queries=t.queries.embeddedTView(l)),l}function An(e,t,n,r,o,i,s,a,u,c){let l=n+j,d=t.firstCreatePass?Rv(l,t,e,r,o,i,s,a,u):t.data[l];Qe(d,!1);let p=kv(t,e,d,n);Mo()&&Ro(t,e,p,d),Ge(p,e);let f=vd(p,e,p,d);return e[l]=f,Po(e,f),Rd(f,d,e),Co(d)&&na(t,e,d),u!=null&&ra(e,d,c),d}function Fv(e,t,n,r,o,i,s,a){let u=v(),c=R(),l=ze(c.consts,i);return An(u,c,e,t,n,r,o,l,s,a),Fv}var kv=Pv;function Pv(e,t,n,r){return To(!0),t[k].createComment("")}var Lv=(()=>{class e{cachedInjectors=new Map;getOrCreateInjector(n,r,o,i){if(!this.cachedInjectors.has(n)){let s=o.length>0?Vd(o,r,i):null;this.cachedInjectors.set(n,s)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=P({token:e,providedIn:"environment",factory:()=>new e})}return e})();var jv=new b("");function gi(e,t,n){return e.get(Lv).getOrCreateInjector(t,e,n,"")}function Vv(e,t,n){if(e instanceof Ht){let o=e.injector,i=e.parentInjector,s=gi(i,t,n);return new Ht(o,s)}let r=e.get(xe);if(r!==e){let o=gi(r,t,n);return new Ht(e,o)}return gi(e,t,n)}function ot(e,t,n,r=!1){let o=n[U],i=o[m];if(vh(o))return;let s=jn(o,t),a=s[No],u=s[Fg];if(!(u!==null&&e<u)&&tc(a,e)&&tc(s[xg]??-1,e)){let c=Vn(i,t),d=!r&&!0&&(Bg(c)!==null||Lu(c,L.Loading)!==null||Lu(c,L.Placeholder))?Uv:Hv;try{d(e,s,n,t,o)}catch(p){Lo(o,p)}}}function Bv(e,t){return e[Hr]?.find(n=>n.data[kl]===t[No])??null}function Hv(e,t,n,r,o){let i=Vg(e,o,r);if(i!==null){t[No]=e;let s=o[m],a=i+j,u=kn(s,a),c=0;ua(n,c);let l;if(e===L.Complete){let f=Vn(s,r),h=f.providers;h&&h.length>0&&(l=Vv(o[ye],f,h))}let d=Bv(n,t);n[Hr]=null;let p=on(o,u,null,{injector:l,dehydratedView:d});if(sn(n,p,c,mt(u,d)),jo(p,2),(e===L.Complete||e===L.Error)&&Array.isArray(t[fi])){for(let f of t[fi])f();t[fi]=null}}}function tc(e,t){return e<t}function $v(e,t){let n=e[t.index];ot(L.Placeholder,t,n)}function nc(e,t,n){e.loadingPromise.then(()=>{e.loadingState===ne.COMPLETE?ot(L.Complete,t,n):e.loadingState===ne.FAILED&&ot(L.Error,t,n)})}var Uv=null;var zv=new b(""),Gv=new b(""),u0=(()=>{class e{_ngZone;registry;_isZoneStable=!0;_callbacks=[];taskTrackingZone=null;constructor(n,r,o){this._ngZone=n,this.registry=r,ga||(Wv(o),o.addToWindow(r)),this._watchAngularEvents(),n.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{oe.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}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)(K(oe),K(qv),K(Gv))};static \u0275prov=P({token:e,factory:e.\u0275fac})}return e})(),qv=(()=>{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 ga?.findTestabilityInTree(this,n,r)??null}static \u0275fac=function(r){return new(r||e)};static \u0275prov=P({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();function Wv(e){ga=e}var ga;function ma(e){return!!e&&typeof e.then=="function"}function Ud(e){return!!e&&typeof e.subscribe=="function"}var zd=new b("");function c0(e){return oh([{provide:zd,multi:!0,useValue:e}])}var Gd=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=M(zd,{optional:!0})??[];injector=M(Me);constructor(){}runInitializers(){if(this.initialized)return;let n=[];for(let o of this.appInits){let i=jc(this.injector,o);if(ma(i))n.push(i);else if(Ud(i)){let s=new Promise((a,u)=>{i.subscribe({complete:a,error:u})});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=P({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),qd=(()=>{class e{static \u0275prov=P({token:e,providedIn:"root",factory:()=>new lo})}return e})(),lo=class{queuedEffectCount=0;queues=new Map;schedule(t){this.enqueue(t)}remove(t){let n=t.zone,r=this.queues.get(n);r.has(t)&&(r.delete(t),this.queuedEffectCount--)}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)||(this.queuedEffectCount++,r.add(t))}flush(){for(;this.queuedEffectCount>0;)for(let[t,n]of this.queues)t===null?this.flushQueue(n):t.run(()=>this.flushQueue(n))}flushQueue(t){for(let n of t)t.delete(n),this.queuedEffectCount--,n.run()}},Zv=new b("");function Qv(){La(()=>{throw new I(600,!1)})}function Yv(e){return e.isBoundToModule}var Kv=10;function Jv(e,t,n){try{let r=n();return ma(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e.handleError(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}function Wd(e,t){return Array.isArray(t)?t.reduce(Wd,e):H(H({},e),t)}var Kt=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=M(fg);afterRenderManager=M(Sg);zonelessEnabled=M(Cl);rootEffectScheduler=M(qd);dirtyFlags=0;deferredDirtyFlags=0;tracingSnapshot=null;externalTestViews=new Set;afterTick=new Ee;get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];isStable=M(tn).hasPendingTasks.pipe(je(n=>!n));constructor(){M(jl,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=M(xe);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){let o=n instanceof no;if(!this._injector.get(Gd).done){let p=!o&&rh(n),f=!1;throw new I(405,f)}let s;o?s=n:s=this._injector.get(Qt).resolveComponentFactory(n),this.componentTypes.push(s.componentType);let a=Yv(s)?void 0:this._injector.get(We),u=r||s.selector,c=s.create(Me.NULL,[],u,a),l=c.location.nativeElement,d=c.injector.get(zv,null);return d?.registerApplication(l),c.onDestroy(()=>{this.detachView(c.hostView),Rr(this.components,c),d?.unregisterApplication(l)}),this._loadComponent(c),c}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick=()=>{if(this.tracingSnapshot!==null){let r=this.tracingSnapshot;this.tracingSnapshot=null,r.run(Ll.CHANGE_DETECTION,this._tick),r.dispose();return}if(this._runningTick)throw new I(101,!1);let n=C(null);try{this._runningTick=!0,this.synchronize()}catch(r){this.internalErrorHandler(r)}finally{this._runningTick=!1,C(n),this.afterTick.next()}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(ro,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let n=0;for(;this.dirtyFlags!==0&&n++<Kv;)this.synchronizeOnce()}synchronizeOnce(){if(this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0,this.dirtyFlags&16&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush()),this.dirtyFlags&7){let n=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:r,notifyErrorHandler:o}of this.allViews)Xv(r,o,n,this.zonelessEnabled);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&23)return}else this._rendererFactory?.begin?.(),this._rendererFactory?.end?.();this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>_o(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;Rr(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView),this.tick(),this.components.push(n),this._injector.get(Zv,[]).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),()=>Rr(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new I(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=P({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Rr(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function Xv(e,t,n,r){if(!n&&!_o(e))return;Td(e,t,n&&!r?0:1)}function eD(e,t,n){let r=t[ye],o=t[m];if(e.loadingState!==ne.NOT_STARTED)return e.loadingPromise??Promise.resolve();let i=jn(t,n),s=Hg(o,e);e.loadingState=ne.IN_PROGRESS,Or(1,i);let a=e.dependencyResolverFn,u=r.get(tn),c=u.add();return a?(e.loadingPromise=Promise.allSettled(a()).then(l=>{let d=!1,p=[],f=[];for(let h of l)if(h.status==="fulfilled"){let g=h.value,T=at(g)||As(g);if(T)p.push(T);else{let E=Os(g);E&&f.push(E)}}else{d=!0;break}if(e.loadingPromise=null,u.remove(c),d){if(e.loadingState=ne.FAILED,e.errorTmplIndex===null){let h="",g=new I(-750,!1);Lo(t,g)}}else{e.loadingState=ne.COMPLETE;let h=s.tView;if(p.length>0){h.directiveRegistry=ju(h.directiveRegistry,p);let g=p.map(E=>E.type),T=Rs(!1,...g);e.providers=T}f.length>0&&(h.pipeRegistry=ju(h.pipeRegistry,f))}}),e.loadingPromise):(e.loadingPromise=Promise.resolve().then(()=>{e.loadingPromise=null,e.loadingState=ne.COMPLETE,u.remove(c)}),e.loadingPromise)}function tD(e,t){return t[ye].get(jv,null,{optional:!0})?.behavior!==Vl.Manual}function nD(e,t,n){let r=t[m],o=t[n.index];if(!tD(e,t))return;let i=jn(t,n),s=Vn(r,n);switch(Bl(i),s.loadingState){case ne.NOT_STARTED:ot(L.Loading,n,o),eD(s,t,n),s.loadingState===ne.IN_PROGRESS&&nc(s,n,o);break;case ne.IN_PROGRESS:ot(L.Loading,n,o),nc(s,n,o);break;case ne.COMPLETE:ot(L.Complete,n,o);break;case ne.FAILED:ot(L.Error,n,o);break;default:}}function rD(e,t,n){return e===0?rc(t,n):e===2?!rc(t,n):!0}function rc(e,t){let n=e[ye],r=Vn(e[m],t),o=zg(n),i=r.flags!==null&&(r.flags&1)===1,a=jn(e,t)[Rg]!==null;return!(i&&a&&o)}function l0(e,t,n,r,o,i,s,a,u,c){let l=v(),d=R(),p=e+j,f=An(l,d,e,null,0,0),h=l[ye];if(d.firstCreatePass){ve("NgDefer");let de={primaryTmplIndex:t,loadingTmplIndex:r??null,placeholderTmplIndex:o??null,errorTmplIndex:i??null,placeholderBlockConfig:null,loadingBlockConfig:null,dependencyResolverFn:n??null,loadingState:ne.NOT_STARTED,loadingPromise:null,providers:null,hydrateTriggers:null,prefetchTriggers:null,flags:c??0};u?.(d,de,a,s),jg(d,p,de)}let g=l[p];Rd(g,f,l);let T=null,E=null;if(g[Hr]?.length>0){let de=g[Hr][0].data;E=de[bg]??null,T=de[kl]}let F=[null,Jr.Initial,null,null,null,null,E,T,null,null];Lg(l,p,F);let se=null;E!==null&&(se=h.get($g),se.add(E,{lView:l,tNode:f,lContainer:g}));let ee=()=>{Bl(F),E!==null&&se?.cleanup([E])};Pg(0,F,()=>Jc(l,ee)),Vs(l,ee)}function d0(e){let t=v(),n=bo();if(!rD(0,t,n))return;let r=Et();if(J(t,r,e)){let o=C(null);try{let i=!!e,a=jn(t,n)[No];i===!1&&a===Jr.Initial?$v(t,n):i===!0&&(a===Jr.Initial||a===L.Placeholder)&&nD(0,t,n)}finally{C(o)}}}function oD(e,t,n,r){let o=v(),i=Et();if(J(o,i,t)){let s=R(),a=bo();hy(a,o,e,t,n,r)}return oD}function iD(e,t,n,r){return J(e,Et(),n)?t+st(n)+r:le}function sD(e,t,n,r,o,i){let s=Oh(),a=Yt(e,s,n,o);return $s(2),a?t+st(n)+r+st(o)+i:le}function _r(e,t){return e<<17|t<<2}function Dt(e){return e>>17&32767}function aD(e){return(e&2)==2}function uD(e,t){return e&131071|t<<17}function as(e){return e|2}function Jt(e){return(e&131068)>>2}function mi(e,t){return e&-131069|t<<2}function cD(e){return(e&1)===1}function us(e){return e|1}function lD(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=Dt(s),u=Jt(s);e[r]=n;let c=!1,l;if(Array.isArray(n)){let d=n;l=d[1],(l===null||Fn(d,l)>0)&&(c=!0)}else l=n;if(o)if(u!==0){let p=Dt(e[a+1]);e[r+1]=_r(p,a),p!==0&&(e[p+1]=mi(e[p+1],r)),e[a+1]=uD(e[a+1],r)}else e[r+1]=_r(a,0),a!==0&&(e[a+1]=mi(e[a+1],r)),a=r;else e[r+1]=_r(u,0),a===0?a=r:e[u+1]=mi(e[u+1],r),u=r;c&&(e[r+1]=as(e[r+1])),oc(e,l,r,!0),oc(e,l,r,!1),dD(t,l,e,r,i),s=_r(a,u),i?t.classBindings=s:t.styleBindings=s}function dD(e,t,n,r,o){let i=o?e.residualClasses:e.residualStyles;i!=null&&typeof t=="string"&&Fn(i,t)>=0&&(n[r+1]=us(n[r+1]))}function oc(e,t,n,r){let o=e[n+1],i=t===null,s=r?Dt(o):Jt(o),a=!1;for(;s!==0&&(a===!1||i);){let u=e[s],c=e[s+1];fD(u,t)&&(a=!0,e[s+1]=r?us(c):as(c)),s=r?Dt(c):Jt(c)}a&&(e[n+1]=r?as(o):us(o))}function fD(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?Fn(e,t)>=0:!1}var B={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Zd(e){return e.substring(B.key,B.keyEnd)}function pD(e){return e.substring(B.value,B.valueEnd)}function hD(e){return Kd(e),Qd(e,Xt(e,0,B.textEnd))}function Qd(e,t){let n=B.textEnd;return n===t?-1:(t=B.keyEnd=mD(e,B.key=t,n),Xt(e,t,n))}function gD(e){return Kd(e),Yd(e,Xt(e,0,B.textEnd))}function Yd(e,t){let n=B.textEnd,r=B.key=Xt(e,t,n);return n===r?-1:(r=B.keyEnd=yD(e,r,n),r=ic(e,r,n,58),r=B.value=Xt(e,r,n),r=B.valueEnd=vD(e,r,n),ic(e,r,n,59))}function Kd(e){B.key=0,B.keyEnd=0,B.value=0,B.valueEnd=0,B.textEnd=e.length}function Xt(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function mD(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function yD(e,t,n){let r;for(;t<n&&((r=e.charCodeAt(t))===45||r===95||(r&-33)>=65&&(r&-33)<=90||r>=48&&r<=57);)t++;return t}function ic(e,t,n,r){return t=Xt(e,t,n),t<n&&t++,t}function vD(e,t,n){let r=-1,o=-1,i=-1,s=t,a=s;for(;s<n;){let u=e.charCodeAt(s++);if(u===59)return a;u===34||u===39?a=s=sc(e,u,s,n):t===s-4&&i===85&&o===82&&r===76&&u===40?a=s=sc(e,41,s,n):u>32&&(a=s),i=o,o=r,r=u&-33}return a}function sc(e,t,n,r){let o=-1,i=n;for(;i<r;){let s=e.charCodeAt(i++);if(s==t&&o!==92)return i;s==92&&o===92?o=0:o=s}throw new Error}function DD(e,t,n){let r=v(),o=Et();if(J(r,o,t)){let i=R(),s=bo();hd(i,s,r,e,t,r[k],n,!1)}return DD}function cs(e,t,n,r,o){let i=t.inputs,s=o?"class":"style";sa(e,n,i[s],s,r)}function Jd(e,t,n){return Xd(e,t,n,!1),Jd}function ED(e,t){return Xd(e,t,null,!0),ED}function f0(e){ef(rf,ID,e,!1)}function ID(e,t){for(let n=gD(t);n>=0;n=Yd(t,n))rf(e,Zd(t),pD(t))}function p0(e){ef(SD,wD,e,!0)}function wD(e,t){for(let n=hD(t);n>=0;n=Qd(t,n))Eo(e,Zd(t),!0)}function Xd(e,t,n,r){let o=v(),i=R(),s=$s(2);if(i.firstUpdatePass&&nf(i,e,s,r),t!==le&&J(o,s,t)){let a=i.data[Te()];of(i,a,o,o[k],e,o[s+1]=xD(t,n),r,s)}}function ef(e,t,n,r){let o=R(),i=$s(2);o.firstUpdatePass&&nf(o,null,i,r);let s=v();if(n!==le&&J(s,i,n)){let a=o.data[Te()];if(sf(a,r)&&!tf(o,i)){let u=r?a.classesWithoutHost:a.stylesWithoutHost;u!==null&&(n=wi(u,n||"")),cs(o,a,s,n,r)}else ND(o,a,s,s[k],s[i+1],s[i+1]=TD(e,t,n),r,i)}}function tf(e,t){return t>=e.expandoStartIndex}function nf(e,t,n,r){let o=e.data;if(o[n+1]===null){let i=o[Te()],s=tf(e,n);sf(i,r)&&t===null&&!s&&(t=!1),t=CD(o,i,t,r),lD(o,i,t,n,s,r)}}function CD(e,t,n,r){let o=Lh(e),i=r?t.residualClasses:t.residualStyles;if(o===null)(r?t.classBindings:t.styleBindings)===0&&(n=yi(null,e,t,n,r),n=On(n,t.attrs,r),i=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==o)if(n=yi(o,e,t,n,r),i===null){let u=_D(e,t,r);u!==void 0&&Array.isArray(u)&&(u=yi(null,e,t,u[1],r),u=On(u,t.attrs,r),bD(e,t,r,u))}else i=MD(e,t,r)}return i!==void 0&&(r?t.residualClasses=i:t.residualStyles=i),n}function _D(e,t,n){let r=n?t.classBindings:t.styleBindings;if(Jt(r)!==0)return e[Dt(r)]}function bD(e,t,n,r){let o=n?t.classBindings:t.styleBindings;e[Dt(o)]=r}function MD(e,t,n){let r,o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++){let s=e[i].hostAttrs;r=On(r,s,n)}return On(r,t.attrs,n)}function yi(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=On(r,i.hostAttrs,o),i!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function On(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]),Eo(e,s,n?!0:t[++i]))}return e===void 0?null:e}function TD(e,t,n){if(n==null||n==="")return re;let r=[],o=rn(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 rf(e,t,n){Eo(e,t,rn(n))}function SD(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&Eo(e,r,n)}function ND(e,t,n,r,o,i,s,a){o===le&&(o=re);let u=0,c=0,l=0<o.length?o[0]:null,d=0<i.length?i[0]:null;for(;l!==null||d!==null;){let p=u<o.length?o[u+1]:void 0,f=c<i.length?i[c+1]:void 0,h=null,g;l===d?(u+=2,c+=2,p!==f&&(h=d,g=f)):d===null||l!==null&&l<d?(u+=2,h=l):(c+=2,h=d,g=f),h!==null&&of(e,t,n,r,h,g,s,a),l=u<o.length?o[u]:null,d=c<i.length?i[c]:null}}function of(e,t,n,r,o,i,s,a){if(!(t.type&3))return;let u=e.data,c=u[a+1],l=cD(c)?ac(u,t,n,o,Jt(c),s):void 0;if(!fo(l)){fo(i)||aD(c)&&(i=ac(u,null,n,o,a,s));let d=Qc(Te(),n);Rm(r,s,d,o,i)}}function ac(e,t,n,r,o,i){let s=t===null,a;for(;o>0;){let u=e[o],c=Array.isArray(u),l=c?u[1]:u,d=l===null,p=n[o+1];p===le&&(p=d?re:void 0);let f=d?ai(p,r):l===r?p:void 0;if(c&&!fo(f)&&(f=ai(u,r)),fo(f)&&(a=f,s))return a;let h=e[o+1];o=s?Dt(h):Jt(h)}if(t!==null){let u=i?t.residualClasses:t.residualStyles;u!=null&&(a=ai(u,r))}return a}function fo(e){return e!==void 0}function xD(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=Y(rn(e)))),e}function sf(e,t){return(e.flags&(t?8:16))!==0}var ls=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){let s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}};function vi(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function AD(e,t,n){let r,o,i=0,s=e.length-1,a=void 0;if(Array.isArray(t)){let u=t.length-1;for(;i<=s&&i<=u;){let c=e.at(i),l=t[i],d=vi(i,c,i,l,n);if(d!==0){d<0&&e.updateValue(i,l),i++;continue}let p=e.at(s),f=t[u],h=vi(s,p,u,f,n);if(h!==0){h<0&&e.updateValue(s,f),s--,u--;continue}let g=n(i,c),T=n(s,p),E=n(i,l);if(Object.is(E,T)){let F=n(u,f);Object.is(F,g)?(e.swap(i,s),e.updateValue(s,f),u--,s--):e.move(s,i),e.updateValue(i,l),i++;continue}if(r??=new po,o??=cc(e,i,s,n),ds(e,r,i,E))e.updateValue(i,l),i++,s++;else if(o.has(E))r.set(g,e.detach(i)),s--;else{let F=e.create(i,t[i]);e.attach(i,F),i++,s++}}for(;i<=u;)uc(e,r,n,i,t[i]),i++}else if(t!=null){let u=t[Symbol.iterator](),c=u.next();for(;!c.done&&i<=s;){let l=e.at(i),d=c.value,p=vi(i,l,i,d,n);if(p!==0)p<0&&e.updateValue(i,d),i++,c=u.next();else{r??=new po,o??=cc(e,i,s,n);let f=n(i,d);if(ds(e,r,i,f))e.updateValue(i,d),i++,s++,c=u.next();else if(!o.has(f))e.attach(i,e.create(i,d)),i++,s++,c=u.next();else{let h=n(i,l);r.set(h,e.detach(i)),s--}}}for(;!c.done;)uc(e,r,n,e.length,c.value),c=u.next()}for(;i<=s;)e.destroy(e.detach(s--));r?.forEach(u=>{e.destroy(u)})}function ds(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function uc(e,t,n,r,o){if(ds(e,t,r,n(r,o)))e.updateValue(r,o);else{let i=e.create(r,o);e.attach(r,i)}}function cc(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 po=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 h0(e,t){ve("NgControlFlow");let n=v(),r=Et(),o=n[r]!==le?n[r]:-1,i=o!==-1?ho(n,j+o):void 0,s=0;if(J(n,r,e)){let a=C(null);try{if(i!==void 0&&ua(i,s),e!==-1){let u=j+e,c=ho(n,u),l=gs(n[m],u),d=Zt(c,l.tView.ssrId),p=on(n,l,t,{dehydratedView:d});sn(c,p,s,mt(l,d))}}finally{C(a)}}else if(i!==void 0){let a=Cd(i,s);a!==void 0&&(a[W]=t)}}var fs=class{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-Z}};var ps=class{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function g0(e,t,n,r,o,i,s,a,u,c,l,d,p){ve("NgControlFlow");let f=v(),h=R(),g=u!==void 0,T=v(),E=a?s.bind(T[ce][W]):s,F=new ps(g,E);T[j+e]=F,An(f,h,e+1,t,n,r,o,ze(h.consts,i)),g&&An(f,h,e+2,u,c,l,d,ze(h.consts,p))}var hs=class extends ls{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-Z}at(t){return this.getLView(t)[W].$implicit}attach(t,n){let r=n[Gt];this.needsIndexUpdate||=t!==this.length,sn(this.lContainer,n,t,mt(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,OD(this.lContainer,t)}create(t,n){let r=Zt(this.lContainer,this.templateTNode.tView.ssrId),o=on(this.hostLView,this.templateTNode,new fs(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),o}destroy(t){Oo(t[m],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[W].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[W].$index=t}getLView(t){return RD(this.lContainer,t)}};function m0(e){let t=C(null),n=Te();try{let r=v(),o=r[m],i=r[n],s=n+1,a=ho(r,s);if(i.liveCollection===void 0){let c=gs(o,s);i.liveCollection=new hs(a,r,c)}else i.liveCollection.reset();let u=i.liveCollection;if(AD(u,e,i.trackByFn),u.updateIndexes(),i.hasEmptyBlock){let c=Et(),l=u.length===0;if(J(r,c,l)){let d=n+2,p=ho(r,d);if(l){let f=gs(o,d),h=Zt(p,f.tView.ssrId),g=on(r,f,void 0,{dehydratedView:h});sn(p,g,0,mt(f,h))}else ua(p,0)}}}finally{C(t)}}function ho(e,t){return e[t]}function OD(e,t){return xn(e,t)}function RD(e,t){return Cd(e,t)}function gs(e,t){return kn(e,t)}function FD(e,t,n,r,o,i){let s=t.consts,a=ze(s,o),u=It(t,e,2,r,a);return ia(t,n,u,ze(s,i)),u.attrs!==null&&oo(u,u.attrs,!1),u.mergedAttrs!==null&&oo(u,u.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,u),u}function af(e,t,n,r){let o=v(),i=R(),s=j+e,a=o[k],u=i.firstCreatePass?FD(s,i,o,t,n,r):i.data[s],c=PD(i,o,u,a,t,e);o[s]=c;let l=Co(u);return Qe(u,!0),sd(a,c,u),!Ov(u)&&Mo()&&Ro(i,o,c,u),Mh()===0&&Ge(c,o),Th(),l&&(na(i,o,u),ta(i,u,o)),r!==null&&ra(o,u),af}function uf(){let e=z();Bs()?Hs():(e=e.parent,Qe(e,!1));let t=e;Nh(t)&&xh(),Sh();let n=R();return n.firstCreatePass&&(So(n,e),Ps(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&Gh(t)&&cs(n,t,v(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&qh(t)&&cs(n,t,v(),t.stylesWithoutHost,!1),uf}function kD(e,t,n,r){return af(e,t,n,r),uf(),kD}var PD=(e,t,n,r,o,i)=>(To(!0),Yl(r,o,Hh()));function LD(e,t,n,r,o){let i=t.consts,s=ze(i,r),a=It(t,e,8,"ng-container",s);s!==null&&oo(a,s,!0);let u=ze(i,o);return ia(t,n,a,u),t.queries!==null&&t.queries.elementStart(t,a),a}function cf(e,t,n){let r=v(),o=R(),i=e+j,s=o.firstCreatePass?LD(i,o,r,t,n):o.data[i];Qe(s,!0);let a=VD(o,r,s,e);return r[i]=a,Mo()&&Ro(o,r,a,s),Ge(a,r),Co(s)&&(na(o,r,s),ta(o,s,r)),n!=null&&ra(r,s),cf}function lf(){let e=z(),t=R();return Bs()?Hs():(e=e.parent,Qe(e,!1)),t.firstCreatePass&&(So(t,e),Ps(e)&&t.queries.elementEnd(e)),lf}function jD(e,t,n){return cf(e,t,n),lf(),jD}var VD=(e,t,n,r)=>(To(!0),Dm(t[k],""));function y0(){return v()}var go="en-US";var BD=go;function HD(e){typeof e=="string"&&(BD=e.toLowerCase().replace(/_/g,"-"))}var $D=(e,t,n)=>{};function UD(e,t,n,r){let o=v(),i=R(),s=z();return df(i,o,o[k],s,e,t,r),UD}function zD(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[Br],u=o[i+2];return a.length>u?a[u]:null}typeof s=="string"&&(i+=2)}return null}function df(e,t,n,r,o,i,s){let a=Co(r),c=e.firstCreatePass&&Id(e),l=t[W],d=Ed(t),p=!0;if(r.type&3||s){let g=pe(r,t),T=s?s(g):g,E=d.length,F=s?ee=>s(be(ee[r.index])):r.index,se=null;if(!s&&a&&(se=zD(e,t,o,r.index)),se!==null){let ee=se.__ngLastListenerFn__||se;ee.__ngNextListenerFn__=i,se.__ngLastListenerFn__=i,p=!1}else{i=dc(r,t,l,i),$D(g,o,i);let ee=n.listen(T,o,i);d.push(i,ee),c&&c.push(o,F,E,E+1)}}else i=dc(r,t,l,i);let f=r.outputs,h;if(p&&f!==null&&(h=f[o])){let g=h.length;if(g)for(let T=0;T<g;T+=2){let E=h[T],F=h[T+1],de=t[E][F].subscribe(i),ae=d.length;d.push(i,de),c&&c.push(o,r.index,ae,-(ae+1))}}}function lc(e,t,n,r){let o=C(null);try{return Ce(6,t,n),n(r)!==!1}catch(i){return Lo(e,i),!1}finally{Ce(7,t,n),C(o)}}function dc(e,t,n,r){return function o(i){if(i===Function)return r;let s=e.componentOffset>-1?Ze(e.index,t):t;jo(s,5);let a=lc(t,n,r,i),u=o.__ngNextListenerFn__;for(;u;)a=lc(t,n,u,i)&&a,u=u.__ngNextListenerFn__;return a}}function v0(e=1){return Vh(e)}function GD(e,t){let n=null,r=Bm(e);for(let o=0;o<t.length;o++){let i=t[o];if(i==="*"){n=o;continue}if(r===null?ud(e,i,!0):Um(r,i))return o}return n}function D0(e){let t=v()[ce][ie];if(!t.projection){let n=e?e.length:1,r=t.projection=Xp(n,null),o=r.slice(),i=t.child;for(;i!==null;){if(i.type!==128){let s=e?GD(i,e):0;s!==null&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function E0(e,t=0,n,r,o,i){let s=v(),a=R(),u=r?e+1:null;u!==null&&An(s,a,u,r,o,i,null,n);let c=It(a,j+e,16,null,n||null);c.projection===null&&(c.projection=t),Hs();let d=!s[Gt]||el();s[ce][ie].projection[c.projection]===null&&u!==null?qD(s,a,u):d&&(c.flags&32)!==32&&Am(a,s,c)}function qD(e,t,n){let r=j+n,o=t.data[r],i=e[r],s=Zt(i,o.tView.ssrId),a=on(e,o,void 0,{dehydratedView:s});sn(i,a,0,mt(o,s))}function I0(e,t,n,r){iv(e,t,n,r)}function w0(e,t,n){ov(e,t,n)}function C0(e){let t=v(),n=R(),r=ol();Us(r+1);let o=ca(n,r);if(e.dirty&&Ch(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{let i=uv(t,r);e.reset(i,gg),e.notifyOnChanges()}return!0}return!1}function _0(){return rv(v(),ol())}function ff(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function b0(e){let t=nl();return Yc(t,j+e)}function M0(e,t=""){let n=v(),r=R(),o=e+j,i=r.firstCreatePass?It(r,o,1,t,null):r.data[o],s=WD(r,n,i,t,e);n[o]=s,Mo()&&Ro(r,n,s,i),Qe(i,!1)}var WD=(e,t,n,r,o)=>(To(!0),ym(t[k],r));function ZD(e){return pf("",e,""),ZD}function pf(e,t,n){let r=v(),o=iD(r,e,t,n);return o!==le&&wd(r,Te(),o),pf}function QD(e,t,n,r,o){let i=v(),s=sD(i,e,t,n,r,o);return s!==le&&wd(i,Te(),s),QD}function YD(e,t,n){Ld(t)&&(t=t());let r=v(),o=Et();if(J(r,o,t)){let i=R(),s=bo();hd(i,s,r,e,t,r[k],n,!1)}return YD}function T0(e,t){let n=Ld(e);return n&&e.set(t),n}function KD(e,t){let n=v(),r=R(),o=z();return df(r,n,n[k],o,e,t),KD}var hf={};function JD(e){let t=R(),n=v(),r=e+j,o=It(t,r,128,null,null);return Qe(o,!1),ff(t,n,r,hf),JD}function S0(e){ve("NgLet");let t=R(),n=v(),r=Te();return ff(t,n,r,e),e}function N0(e){let t=nl(),n=Yc(t,j+e);if(n===hf)throw new I(314,!1);return n}function XD(e,t,n){let r=R();if(r.firstCreatePass){let o=Ue(e);ms(n,r.data,r.blueprint,o,!0),ms(t,r.data,r.blueprint,o,!1)}}function ms(e,t,n,r,o){if(e=Q(e),Array.isArray(e))for(let i=0;i<e.length;i++)ms(e[i],t,n,r,o);else{let i=R(),s=v(),a=z(),u=zt(e)?e:Q(e.provide),c=Lc(e),l=a.providerIndexes&1048575,d=a.directiveStart,p=a.providerIndexes>>20;if(zt(e)||!e.multi){let f=new pt(c,o,X),h=Ei(u,t,o?l:l+p,d);h===-1?(Pi(Wr(a,s),i,u),Di(i,e,t.length),t.push(u),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(f),s.push(f)):(n[h]=f,s[h]=f)}else{let f=Ei(u,t,l+p,d),h=Ei(u,t,l,l+p),g=f>=0&&n[f],T=h>=0&&n[h];if(o&&!T||!o&&!g){Pi(Wr(a,s),i,u);let E=nE(o?tE:eE,n.length,o,r,c);!o&&T&&(n[h].providerFactory=E),Di(i,e,t.length,0),t.push(u),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(E),s.push(E)}else{let E=gf(n[o?h:f],c,!o&&r);Di(i,e,f>-1?f:h,E)}!o&&r&&T&&n[h].componentProviders++}}}function Di(e,t,n,r){let o=zt(t),i=ch(t);if(o||i){let u=(i?Q(t.useClass):t).prototype.ngOnDestroy;if(u){let c=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){let l=c.indexOf(n);l===-1?c.push(n,[r,u]):c[l+1].push(r,u)}else c.push(n,u)}}}function gf(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Ei(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function eE(e,t,n,r){return ys(this.multi,[])}function tE(e,t,n,r){let o=this.multi,i;if(this.providerFactory){let s=this.providerFactory.componentProviders,a=ht(n,n[m],this.providerFactory.index,r);i=a.slice(0,s),ys(o,i);for(let u=s;u<a.length;u++)i.push(a[u])}else i=[],ys(o,i);return i}function ys(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function nE(e,t,n,r,o){let i=new pt(e,n,X);return i.multi=[],i.index=t,i.componentProviders=0,gf(i,o,r&&!n),i}function x0(e,t=[]){return n=>{n.providersResolver=(r,o)=>XD(r,o?o(e):e,t)}}function A0(e,t,n){let r=Ye()+e,o=v();return o[r]===le?Je(o,r,n?t.call(n):t()):pa(o,r)}function O0(e,t,n,r){return rE(v(),Ye(),e,t,n,r)}function R0(e,t,n,r,o){return oE(v(),Ye(),e,t,n,r,o)}function F0(e,t,n,r,o,i){return iE(v(),Ye(),e,t,n,r,o,i)}function k0(e,t,n,r,o,i,s){return sE(v(),Ye(),e,t,n,r,o,i,s)}function P0(e,t,n,r,o,i,s,a){let u=Ye()+e,c=v(),l=ha(c,u,n,r,o,i);return J(c,u+4,s)||l?Je(c,u+5,a?t.call(a,n,r,o,i,s):t(n,r,o,i,s)):pa(c,u+5)}function L0(e,t,n,r,o,i,s,a,u){let c=Ye()+e,l=v(),d=ha(l,c,n,r,o,i);return Yt(l,c+4,s,a)||d?Je(l,c+6,u?t.call(u,n,r,o,i,s,a):t(n,r,o,i,s,a)):pa(l,c+6)}function j0(e,t,n,r){return aE(v(),Ye(),e,t,n,r)}function Hn(e,t){let n=e[t];return n===le?void 0:n}function rE(e,t,n,r,o,i){let s=t+n;return J(e,s,o)?Je(e,s+1,i?r.call(i,o):r(o)):Hn(e,s+1)}function oE(e,t,n,r,o,i,s){let a=t+n;return Yt(e,a,o,i)?Je(e,a+2,s?r.call(s,o,i):r(o,i)):Hn(e,a+2)}function iE(e,t,n,r,o,i,s,a){let u=t+n;return Av(e,u,o,i,s)?Je(e,u+3,a?r.call(a,o,i,s):r(o,i,s)):Hn(e,u+3)}function sE(e,t,n,r,o,i,s,a,u){let c=t+n;return ha(e,c,o,i,s,a)?Je(e,c+4,u?r.call(u,o,i,s,a):r(o,i,s,a)):Hn(e,c+4)}function aE(e,t,n,r,o,i){let s=t+n,a=!1;for(let u=0;u<o.length;u++)J(e,s++,o[u])&&(a=!0);return a?Je(e,s,r.apply(i,o)):Hn(e,s)}function V0(e,t){return Vo(e,t)}var br=null;function uE(e){br!==null&&(e.defaultEncapsulation!==br.defaultEncapsulation||e.preserveWhitespaces!==br.preserveWhitespaces)||(br=e)}var cE=new b("");function lE(e,t,n){let r=new is(n);return Promise.resolve(r)}function fc(e){for(let t=e.length-1;t>=0;t--)if(e[t]!==void 0)return e[t]}var dE=(()=>{class e{zone=M(oe);changeDetectionScheduler=M(Wt);applicationRef=M(Kt);_onMicrotaskEmptySubscription;initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=P({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function fE({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new oe(G(H({},mf()),{scheduleInRootZone:n})),[{provide:oe,useFactory:e},{provide:jr,multi:!0,useFactory:()=>{let r=M(dE,{optional:!0});return()=>r.initialize()}},{provide:jr,multi:!0,useFactory:()=>{let r=M(pE);return()=>{r.initialize()}}},t===!0?{provide:_l,useValue:!0}:[],{provide:bl,useValue:n??wl}]}function mf(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var pE=(()=>{class e{subscription=new $;initialized=!1;zone=M(oe);pendingTasks=M(tn);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(()=>{oe.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{oe.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=P({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var hE=(()=>{class e{appRef=M(Kt);taskService=M(tn);ngZone=M(oe);zonelessEnabled=M(Cl);tracing=M(jl,{optional:!0});disableScheduling=M(_l,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new $;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Qr):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(M(bl,{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 Yr||!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 8:{this.appRef.deferredDirtyFlags|=8;break}case 6:{this.appRef.dirtyFlags|=2,r=!0;break}case 13:{this.appRef.dirtyFlags|=16,r=!0;break}case 14:{this.appRef.dirtyFlags|=2,r=!0;break}case 12:{r=!0;break}case 10:case 9:case 7:case 11:default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick(r))return;let o=this.useMicrotaskScheduler?xu:Ml;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(Qr+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){throw this.taskService.remove(n),r}finally{this.cleanup()}this.useMicrotaskScheduler=!0,xu(()=>{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=P({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function gE(){return typeof $localize<"u"&&$localize.locale||go}var ya=new b("",{providedIn:"root",factory:()=>M(ya,_.Optional|_.SkipSelf)||gE()});var mo=new b(""),mE=new b("");function yn(e){return!e.moduleRef}function yE(e){let t=yn(e)?e.r3Injector:e.moduleRef.injector,n=t.get(oe);return n.run(()=>{yn(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(gt,null),o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:i=>{r.handleError(i)}})}),yn(e)){let i=()=>t.destroy(),s=e.platformInjector.get(mo);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{let i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(mo);s.add(i),e.moduleRef.onDestroy(()=>{Rr(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return Jv(r,n,()=>{let i=t.get(Gd);return i.runInitializers(),i.donePromise.then(()=>{let s=t.get(ya,go);if(HD(s||go),!t.get(mE,!0))return yn(e)?t.get(Kt):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(yn(e)){let u=t.get(Kt);return e.rootComponent!==void 0&&u.bootstrap(e.rootComponent),u}else return vE(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function vE(e,t){let n=e.injector.get(Kt);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(r=>n.bootstrap(r));else if(e.instance.ngDoBootstrap)e.instance.ngDoBootstrap(n);else throw new I(-403,!1);t.push(e)}var yf=(()=>{class e{_injector;_modules=[];_destroyListeners=[];_destroyed=!1;constructor(n){this._injector=n}bootstrapModuleFactory(n,r){let o=r?.scheduleInRootZone,i=()=>dg(r?.ngZone,G(H({},mf({eventCoalescing:r?.ngZoneEventCoalescing,runCoalescing:r?.ngZoneRunCoalescing})),{scheduleInRootZone:o})),s=r?.ignoreChangesOutsideZone,a=[fE({ngZoneFactory:i,ignoreChangesOutsideZone:s}),{provide:Wt,useExisting:hE}],u=yv(n.moduleType,this.injector,a);return yE({moduleRef:u,allPlatformModules:this._modules,platformInjector:this.injector})}bootstrapModule(n,r=[]){let o=Wd({},r);return lE(this.injector,o,n).then(i=>this.bootstrapModuleFactory(i,o))}onDestroy(n){this._destroyListeners.push(n)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new I(404,!1);this._modules.slice().forEach(r=>r.destroy()),this._destroyListeners.forEach(r=>r());let n=this._injector.get(mo,null);n&&(n.forEach(r=>r()),n.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}static \u0275fac=function(r){return new(r||e)(K(Me))};static \u0275prov=P({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})(),In=null,vf=new b("");function DE(e){if(In&&!In.get(vf,!1))throw new I(400,!1);Qv(),In=e;let t=e.get(yf);return CE(e),t}function EE(e,t,n=[]){let r=`Platform: ${t}`,o=new b(r);return(i=[])=>{let s=Df();if(!s||s.injector.get(vf,!1)){let a=[...n,...i,{provide:o,useValue:!0}];e?e(a):DE(IE(a,r))}return wE(o)}}function IE(e=[],t){return Me.create({name:t,providers:[{provide:Pc,useValue:"platform"},{provide:mo,useValue:new Set([()=>In=null])},...e]})}function wE(e){let t=Df();if(!t)throw new I(401,!1);return t}function Df(){return In?.get(yf)??null}function CE(e){let t=e.get(Ig,null);jc(e,()=>{t?.forEach(n=>n())})}var va=(()=>{class e{static __NG_ELEMENT_ID__=_E}return e})();function _E(e){return bE(z(),v(),(e&16)===16)}function bE(e,t,n){if(wo(e)&&!n){let r=Ze(e.index,t);return new yt(r,r)}else if(e.type&175){let r=t[ce];return new yt(r,t)}return null}var vs=class{constructor(){}supports(t){return $d(t)}create(t){return new Ds(t)}},ME=(e,t)=>t,Ds=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||ME}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<pc(r,o,i)?n:r,a=pc(s,o,i),u=s.currentIndex;if(s===r)o--,r=r._nextRemoved;else if(n=n._next,s.previousIndex==null)o++;else{i||(i=[]);let c=a-o,l=u-o;if(c!=l){for(let p=0;p<c;p++){let f=p<i.length?i[p]:i[p]=0,h=f+p;l<=h&&h<c&&(i[p]=f+1)}let d=s.previousIndex;i[d]=l-c}}a!==u&&t(s,a,u)}}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=[]),!$d(t))throw new I(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,xv(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 Es(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 yo),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 yo),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}},Es=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}},Is=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}},yo=class{map=new Map;put(t){let n=t.trackById,r=this.map.get(n);r||(r=new Is,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 pc(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 ws=class{constructor(){}supports(t){return t instanceof Map||fa(t)}create(){return new Cs}},Cs=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||fa(t)))throw new I(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 _s(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))}},_s=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}};function hc(){return new Da([new vs])}var Da=(()=>{class e{factories;static \u0275prov=P({token:e,providedIn:"root",factory:hc});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:r=>e.create(n,r||hc()),deps:[[e,new xc,new Nc]]}}find(n){let r=this.factories.find(o=>o.supports(n));if(r!=null)return r;throw new I(901,!1)}}return e})();function gc(){return new Ea([new ws])}var Ea=(()=>{class e{static \u0275prov=P({token:e,providedIn:"root",factory:gc});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:r=>e.create(n,r||gc()),deps:[[e,new xc,new Nc]]}}find(n){let r=this.factories.find(o=>o.supports(n));if(r)return r;throw new I(901,!1)}}return e})();var B0=EE(null,"core",[]),H0=(()=>{class e{constructor(n){}static \u0275fac=function(r){return new(r||e)(K(Kt))};static \u0275mod=da({type:e});static \u0275inj=Ts({})}return e})();function TE(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function SE(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function $0(e,t){ve("NgSignals");let n=Fa(e);return t?.equal&&(n[q].equal=t.equal),n}var NE=e=>e;function xE(e){let n=()=>{if(bt(e),_t(e),e.value===Fr)throw e.error;return e.value};return n[q]=e,n.set=r=>{bt(e),St(e,r),cn(e)},n.update=r=>{bt(e),Zo(e,r),cn(e)},n.asReadonly=la.bind(n),n}function U0(e,t){ve("NgSignals");let n=typeof e=="function",r=Object.create(AE);r.source=n?e:e.source,n||(r.computation=e.computation);let o=n?t?.equal:e.equal;return o&&(r.equal=o),xE(r)}var Mr=Symbol("UNSET"),Ii=Symbol("COMPUTING"),Fr=Symbol("ERRORED"),AE=G(H({},Pe),{value:Mr,dirty:!0,error:null,equal:zn,computation:NE,producerMustRecompute(e){return e.value===Mr||e.value===Ii},producerRecomputeValue(e){if(e.value===Ii)throw new Error("Detected cycle in computations.");let t=e.value;e.value=Ii;let n=Xe(e),r;try{let o=e.source(),i=t===Mr||t===Fr?void 0:{source:e.sourceValue,value:t};r=e.computation(o,i),e.sourceValue=o}catch(o){r=Fr,e.error=o}finally{Mt(e,n)}if(t!==Mr&&r!==Fr&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function OE(e){let t=C(null);try{return e()}finally{C(t)}}var Ef=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=RE}return e})();function RE(){return new Ef(v(),z())}var FE=!1,kE=(()=>{class e extends lo{pendingTasks=M(tn);taskId=null;schedule(n){super.schedule(n),this.taskId===null&&(this.taskId=this.pendingTasks.add(),queueMicrotask(()=>this.flush()))}flush(){try{super.flush()}finally{this.taskId!==null&&(this.pendingTasks.remove(this.taskId),this.taskId=null)}}static \u0275prov=P({token:e,providedIn:"root",factory:()=>new e})}return e})(),bs=class{scheduler;effectFn;zone;injector;unregisterOnDestroy;watcher;constructor(t,n,r,o,i,s){this.scheduler=t,this.effectFn=n,this.zone=r,this.injector=i,this.watcher=Va(a=>this.runEffect(a),()=>this.schedule(),s),this.unregisterOnDestroy=o?.onDestroy(()=>this.destroy())}runEffect(t){try{this.effectFn(t)}catch(n){this.injector.get(gt,null,{optional:!0})?.handleError(n)}}run(){this.watcher.run()}schedule(){this.scheduler.schedule(this)}destroy(){this.watcher.destroy(),this.unregisterOnDestroy?.()}};function PE(){}function LE(e,t){ve("NgSignals"),!t?.injector&&Bc(PE);let n=t?.injector??M(Me),r=t?.manualCleanup!==!0?n.get(Ln):null,o=new bs(n.get(kE),e,typeof Zone>"u"?null:Zone.current,r,n,t?.allowSignalWrites??!1),i=n.get(va,null,{optional:!0});return!i||!(i._lView[y]&8)?o.watcher.notify():(i._lView[Sr]??=[]).push(o.watcher.notify),o}var jE=FE;var Ms=class{[q];constructor(t){this[q]=t}destroy(){this[q].destroy()}};function VE(e,t){if(jE)return LE(e,t);ve("NgSignals"),!t?.injector&&Bc(VE);let n=t?.injector??M(Me),r=t?.manualCleanup!==!0?n.get(Ln):null,o,i=n.get(Ef,null,{optional:!0}),s=n.get(Wt);return i!==null&&!t?.forceRoot?(o=$E(i.view,s,e),r instanceof Zr&&r._lView===i.view&&(r=null)):o=UE(e,n.get(qd),s),o.injector=n,r!==null&&(o.onDestroyFn=r.onDestroy(()=>o.destroy())),new Ms(o)}var If=G(H({},Pe),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,hasRun:!1,cleanupFns:void 0,zone:null,onDestroyFn:Tn,run(){if(this.dirty=!1,this.hasRun&&!dn(this))return;this.hasRun=!0;let e=r=>(this.cleanupFns??=[]).push(r),t=Xe(this),n=zr(!1);try{this.maybeCleanup(),this.fn(e)}finally{zr(n),Mt(this,t)}},maybeCleanup(){if(this.cleanupFns?.length)try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[]}}}),BE=G(H({},If),{consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(13)},destroy(){Tt(this),this.onDestroyFn(),this.maybeCleanup(),this.scheduler.remove(this)}}),HE=G(H({},If),{consumerMarkedDirty(){this.view[y]|=8192,Pn(this.view),this.notifier.notify(14)},destroy(){Tt(this),this.onDestroyFn(),this.maybeCleanup(),this.view[ct]?.delete(this)}});function $E(e,t,n){let r=Object.create(HE);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=n,e[ct]??=new Set,e[ct].add(r),r.consumerMarkedDirty(r),r}function UE(e,t,n){let r=Object.create(BE);return r.fn=e,r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.schedule(r),r.notifier.notify(13),r}var Tf=null;function mT(){return Tf}function yT(e){Tf??=e}var wf=class{};var vT=new b("");function DT(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 Ia=/\s+/,Cf=[],ET=(()=>{class e{_ngEl;_renderer;initialClasses=Cf;rawClass;stateMap=new Map;constructor(n,r){this._ngEl=n,this._renderer=r}set klass(n){this.initialClasses=n!=null?n.trim().split(Ia):Cf}set ngClass(n){this.rawClass=typeof n=="string"?n.trim().split(Ia):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(Ia).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)(X(Ke),X(Bo))};static \u0275dir=an({type:e,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"}})}return e})();var wa=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}},IT=(()=>{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 wa(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),_f(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);_f(i,o)})}static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(X(wt),X(vt),X(Da))};static \u0275dir=an({type:e,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}})}return e})();function _f(e,t){e.context.$implicit=t.item}var wT=(()=>{class e{_viewContainer;_context=new Ca;_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){bf("ngIfThen",n),this._thenTemplateRef=n,this._thenViewRef=null,this._updateView()}set ngIfElse(n){bf("ngIfElse",n),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)(X(wt),X(vt))};static \u0275dir=an({type:e,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}})}return e})(),Ca=class{$implicit=null;ngIf=null};function bf(e,t){if(!!!(!t||t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${Y(t)}'.`)}var CT=(()=>{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:Nn.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)(X(Ke),X(Ea),X(Bo))};static \u0275dir=an({type:e,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}})}return e})(),_T=(()=>{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)(X(wt))};static \u0275dir=an({type:e,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},features:[zc]})}return e})();var bT=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=da({type:e});static \u0275inj=Ts({})}return e})(),GE="browser",qE="server";function MT(e){return e===GE}function TT(e){return e===qE}var Mf=class{};var De=function(e){return e[e.State=0]="State",e[e.Transition=1]="Transition",e[e.Sequence=2]="Sequence",e[e.Group=3]="Group",e[e.Animate=4]="Animate",e[e.Keyframes=5]="Keyframes",e[e.Style=6]="Style",e[e.Trigger=7]="Trigger",e[e.Reference=8]="Reference",e[e.AnimateChild=9]="AnimateChild",e[e.AnimateRef=10]="AnimateRef",e[e.Query=11]="Query",e[e.Stagger=12]="Stagger",e}(De||{}),xT="*";function AT(e,t){return{type:De.Trigger,name:e,definitions:t,options:{}}}function OT(e,t=null){return{type:De.Animate,styles:t,timings:e}}function RT(e,t=null){return{type:De.Sequence,steps:e,options:t}}function FT(e){return{type:De.Style,styles:e,offset:null}}function kT(e,t,n){return{type:De.State,name:e,styles:t,options:n}}function PT(e,t,n=null){return{type:De.Transition,expr:e,animation:t,options:n}}function LT(e,t=null){return{type:De.Reference,animation:e,options:t}}function jT(e=null){return{type:De.AnimateChild,options:e}}function VT(e,t=null){return{type:De.AnimateRef,animation:e,options:t}}function BT(e,t,n=null){return{type:De.Query,selector:e,animation:t,options:n}}var Sf=class{_onDoneFns=[];_onStartFns=[];_onDestroyFns=[];_originalOnDoneFns=[];_originalOnStartFns=[];_started=!1;_destroyed=!1;_finished=!1;_position=0;parentPlayer=null;totalTime;constructor(t=0,n=0){this.totalTime=t+n}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}onStart(t){this._originalOnStartFns.push(t),this._onStartFns.push(t)}onDone(t){this._originalOnDoneFns.push(t),this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(t=>t()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(t){this._position=this.totalTime?t*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(t){let n=t=="start"?this._onStartFns:this._onDoneFns;n.forEach(r=>r()),n.length=0}},Nf=class{_onDoneFns=[];_onStartFns=[];_finished=!1;_started=!1;_destroyed=!1;_onDestroyFns=[];parentPlayer=null;totalTime=0;players;constructor(t){this.players=t;let n=0,r=0,o=0,i=this.players.length;i==0?queueMicrotask(()=>this._onFinish()):this.players.forEach(s=>{s.onDone(()=>{++n==i&&this._onFinish()}),s.onDestroy(()=>{++r==i&&this._onDestroy()}),s.onStart(()=>{++o==i&&this._onStart()})}),this.totalTime=this.players.reduce((s,a)=>Math.max(s,a.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(t=>t()),this._onDoneFns=[])}init(){this.players.forEach(t=>t.init())}onStart(t){this._onStartFns.push(t)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(t=>t()),this._onStartFns=[])}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(t=>t.play())}pause(){this.players.forEach(t=>t.pause())}restart(){this.players.forEach(t=>t.restart())}finish(){this._onFinish(),this.players.forEach(t=>t.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(t=>t.destroy()),this._onDestroyFns.forEach(t=>t()),this._onDestroyFns=[])}reset(){this.players.forEach(t=>t.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(t){let n=t*this.totalTime;this.players.forEach(r=>{let o=r.totalTime?Math.min(1,n/r.totalTime):1;r.setPosition(o)})}getPosition(){let t=this.players.reduce((n,r)=>n===null||r.totalTime>n.totalTime?r:n,null);return t!=null?t.getPosition():0}beforeDestroy(){this.players.forEach(t=>{t.beforeDestroy&&t.beforeDestroy()})}triggerCallback(t){let n=t=="start"?this._onStartFns:this._onDoneFns;n.forEach(r=>r()),n.length=0}},HT="!";export{H as a,G as b,WE as c,ZE as d,QE as e,YE as f,Ma as g,S as h,Ee as i,pn as j,ni as k,we as l,op as m,ip as n,sp as o,je as p,hp as q,Ne as r,mp as s,ii as t,Cp as u,_p as v,pu as w,si as x,bp as y,Mp as z,Tp as A,Sp as B,hu as C,Np as D,gu as E,xp as F,I as G,wn as H,Ic as I,P as J,Ts as K,b as L,K as M,M as N,oh as O,Pc as P,xe as Q,jc as R,Bc as S,zc as T,BM as U,HM as V,$M as W,UM as X,zM as Y,Me as Z,Ln as _,Wt as $,tn as aa,Be as ba,oe as ca,gt as da,GM as ea,qM as fa,Ke as ga,WM as ha,ZM as ia,Ig as ja,wg as ka,QM as la,YM as ma,ve as na,Sn as oa,KM as pa,JM as qa,XM as ra,Nn as sa,e0 as ta,X as ua,t0 as va,vt as wa,Qt as xa,ro as ya,Bo as za,wt as Aa,i0 as Ba,s0 as Ca,a0 as Da,da as Ea,an as Fa,Cv as Ga,Nv as Ha,Fv as Ia,zv as Ja,Gv as Ka,u0 as La,qv as Ma,ma as Na,c0 as Oa,Kt as Pa,l0 as Qa,d0 as Ra,oD as Sa,DD as Ta,Jd as Ua,ED as Va,f0 as Wa,p0 as Xa,h0 as Ya,g0 as Za,m0 as _a,af as $a,uf as ab,kD as bb,cf as cb,lf as db,jD as eb,y0 as fb,UD as gb,v0 as hb,D0 as ib,E0 as jb,I0 as kb,w0 as lb,C0 as mb,_0 as nb,b0 as ob,M0 as pb,ZD as qb,pf as rb,QD as sb,YD as tb,T0 as ub,KD as vb,JD as wb,S0 as xb,N0 as yb,x0 as zb,A0 as Ab,O0 as Bb,R0 as Cb,F0 as Db,k0 as Eb,P0 as Fb,L0 as Gb,j0 as Hb,V0 as Ib,EE as Jb,va as Kb,B0 as Lb,H0 as Mb,TE as Nb,SE as Ob,$0 as Pb,U0 as Qb,OE as Rb,VE as Sb,mT as Tb,yT as Ub,wf as Vb,vT as Wb,DT as Xb,ET as Yb,IT as Zb,wT as _b,CT as $b,_T as ac,bT as bc,GE as cc,MT as dc,TT as ec,Mf as fc,De as gc,xT as hc,AT as ic,OT as jc,RT as kc,FT as lc,kT as mc,PT as nc,LT as oc,jT as pc,VT as qc,BT as rc,Sf as sc,Nf as tc,HT as uc};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{va as a,wa as b,xa as c,ya as d}from"./chunk-OHPEWN32.js";import"./chunk-CAY35YP7.js";export{c as Dialog,b as DialogClasses,d as DialogModule,a as DialogStyle};
|