@everymatrix/prod-mm-verification-report 1.0.45
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-2Z3PS3QL.js +1 -0
- package/chunk-57WI3O3F.js +78 -0
- package/chunk-AGJMQQWD.js +1 -0
- package/chunk-C2TB2RXM.js +1 -0
- package/chunk-GANRMDI6.js +7 -0
- package/chunk-JZIRENYH.js +1198 -0
- package/chunk-KWPEZ4WX.js +801 -0
- package/chunk-OBXC635U.js +1 -0
- package/chunk-TJN5GITJ.js +7 -0
- package/component-lib.js +1 -0
- package/index.html +12 -0
- package/main.js +3560 -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 @@
|
|
|
1
|
+
import{wa as a,xa as b,ya as c,za as d}from"./chunk-JZIRENYH.js";import"./chunk-TJN5GITJ.js";export{c as Dialog,b as DialogClasses,d as DialogModule,a as DialogStyle};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var Rf=Object.create;var $o=Object.defineProperty,Ff=Object.defineProperties,kf=Object.getOwnPropertyDescriptor,Pf=Object.getOwnPropertyDescriptors,Lf=Object.getOwnPropertyNames,Un=Object.getOwnPropertySymbols,jf=Object.getPrototypeOf,Uo=Object.prototype.hasOwnProperty,Ma=Object.prototype.propertyIsEnumerable;var ba=(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)&&ba(e,n,t[n]);if(Un)for(var n of Un(t))Ma.call(t,n)&&ba(e,n,t[n]);return e},G=(e,t)=>Ff(e,Pf(t));var QE=(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 YE=(e,t)=>{var n={};for(var r in e)Uo.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Un)for(var r of Un(e))t.indexOf(r)<0&&Ma.call(e,r)&&(n[r]=e[r]);return n};var KE=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Vf=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Lf(t))!Uo.call(e,o)&&o!==n&&$o(e,o,{get:()=>t[o],enumerable:!(r=kf(t,o))||r.enumerable});return e};var JE=(e,t,n)=>(n=e!=null?Rf(jf(e)):{},Vf(t||!e||!e.__esModule?$o(n,"default",{value:e,enumerable:!0}):n,e));var Ta=(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 Gn(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 Sa(){return V}function Bf(){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(Wn(V),t<V.producerNode.length&&V.producerNode[t]!==e&&ln(V)){let n=V.producerNode[t];qn(n,V.producerIndexOfThis[t])}V.producerNode[t]!==e&&(V.producerNode[t]=e,V.producerIndexOfThis[t]=ln(V)?Oa(e,V,t):0),V.producerLastReadVersion[t]=e.version}function Hf(){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 Na(e){if(e.liveConsumerNode===void 0)return;let t=un;un=!0;try{for(let n of e.liveConsumerNode)n.dirty||Aa(n)}finally{un=t}}function xa(){return V?.consumerAllowSignalWrites!==!1}function Aa(e){e.dirty=!0,Na(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++)qn(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function dn(e){Wn(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(Wn(e),ln(e))for(let t=0;t<e.producerNode.length;t++)qn(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 Oa(e,t,n){if(Ra(e),e.liveConsumerNode.length===0&&Fa(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=Oa(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function qn(e,t){if(Ra(e),e.liveConsumerNode.length===1&&Fa(e))for(let r=0;r<e.producerNode.length;r++)qn(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];Wn(o),o.producerIndexOfThis[r]=t}}function ln(e){return e.consumerIsAlwaysLive||(e?.liveConsumerNode?.length??0)>0}function Wn(e){e.producerNode??=[],e.producerIndexOfThis??=[],e.producerLastReadVersion??=[]}function Ra(e){e.liveConsumerNode??=[],e.liveConsumerIndexOfThis??=[]}function Fa(e){return e.producerNode!==void 0}function ka(e){let t=Object.create($f);t.computation=e;let n=()=>{if(bt(t),_t(t),t.value===zn)throw t.error;return t.value};return n[q]=t,n}var zo=Symbol("UNSET"),Go=Symbol("COMPUTING"),zn=Symbol("ERRORED"),$f=G(H({},Pe),{value:zo,dirty:!0,error:null,equal:Gn,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=zn,e.error=o}finally{Mt(e,n)}if(t!==zo&&t!==zn&&r!==zn&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function Uf(){throw new Error}var Pa=Uf;function La(){Pa()}function ja(e){Pa=e}var zf=null;function Va(e){let t=Object.create(Qo);t.value=e;let n=()=>(_t(t),t.value);return n[q]=t,n}function St(e,t){xa()||La(),e.equal(e.value,t)||(e.value=t,Gf(e))}function Zo(e,t){xa()||La(),St(e,t(e.value))}var Qo=G(H({},Pe),{equal:Gn,value:void 0});function Gf(e){e.version++,Hf(),Na(e),zf?.()}function Ba(e,t,n){let r=Object.create(qf);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(Bf())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:()=>Aa(r),run:a,cleanup:()=>r.cleanupFn(),destroy:()=>s(r),[q]:r},r.ref}var qo=()=>{},qf=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 Zn=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 Zn?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{Ha(i)}catch(s){t=t??[],s instanceof Zn?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Zn(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Ha(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 Qn(e){return e instanceof $||e&&"closed"in e&&D(e.remove)&&D(e.add)&&D(e.unsubscribe)}function Ha(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 Yn(e){xt.setTimeout(()=>{let{onUnhandledError:t}=he;if(t)t(e);else throw e})}function fn(){}var $a=Ko("C",void 0,void 0);function Ua(e){return Ko("E",void 0,e)}function za(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 Ga(e){he.useDeprecatedSynchronousErrorHandling&&tt&&(tt.errorThrown=!0,tt.error=e)}var nt=class extends ${constructor(t){super(),this.isStopped=!1,t?(this.destination=t,Qn(t)&&t.add(this)):this.destination=Qf}static create(t,n,r){return new Le(t,n,r)}next(t){this.isStopped?Xo(za(t),this):this._next(t)}error(t){this.isStopped?Xo(Ua(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Xo($a,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()}}},Wf=Function.prototype.bind;function Jo(e,t){return Wf.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){Kn(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){Kn(r)}else Kn(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){Kn(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 Kn(e){he.useDeprecatedSynchronousErrorHandling?Ga(e):Yn(e)}function Zf(e){throw e}function Xo(e,t){let{onStoppedNotification:n}=he;n&&xt.setTimeout(()=>n(e,t))}var Qf={closed:!0,next:fn,error:Zf,complete:fn};var Ot=typeof Symbol=="function"&&Symbol.observable||"@@observable";function Se(e){return e}function qa(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=Kf(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=Wa(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 qa(n)(this)}toPromise(n){return n=Wa(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 Wa(e){var t;return(t=e??he.Promise)!==null&&t!==void 0?t:Promise}function Yf(e){return e&&D(e.next)&&D(e.error)&&D(e.complete)}function Kf(e){return e&&e instanceof nt||Yf(e)&&Qn(e)}function Jf(e){return D(e?.lift)}function A(e){return t=>{if(Jf(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 Za=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 Jn(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Za}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 Jn(t,n),e})(),Jn=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 Xn=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 er=class extends Xn{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 tr=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 tr(er),Qa=mn;var nr=new S(e=>e.complete());function rr(e){return e&&D(e.schedule)}function ri(e){return e[e.length-1]}function or(e){return D(ri(e))?e.pop():void 0}function Ie(e){return rr(ri(e))?e.pop():void 0}function Ya(e,t){return typeof ri(e)=="number"?e.pop():t}function Ja(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 Ka(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 Xa(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 eu(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 Ka=="function"?Ka(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 ir(e){return D(e?.then)}function sr(e){return D(e[Ot])}function ar(e){return Symbol.asyncIterator&&D(e?.[Symbol.asyncIterator])}function ur(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 Xf(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var cr=Xf();function lr(e){return D(e?.[cr])}function dr(e){return Xa(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 fr(e){return D(e?.getReader)}function R(e){if(e instanceof S)return e;if(e!=null){if(sr(e))return ep(e);if(Ft(e))return tp(e);if(ir(e))return np(e);if(ar(e))return tu(e);if(lr(e))return rp(e);if(fr(e))return op(e)}throw ur(e)}function ep(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 tp(e){return new S(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function np(e){return new S(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Yn)})}function rp(e){return new S(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function tu(e){return new S(t=>{ip(e,t).catch(n=>t.error(n))})}function op(e){return tu(dr(e))}function ip(e,t){var n,r,o,i;return Ja(this,void 0,void 0,function*(){try{for(n=eu(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 pr(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 hr(e,t=0){return A((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function nu(e,t){return R(e).pipe(hr(t),pr(t))}function ru(e,t){return R(e).pipe(hr(t),pr(t))}function ou(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 iu(e,t){return new S(n=>{let r;return te(n,t,()=>{r=e[cr](),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 gr(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 su(e,t){return gr(dr(e),t)}function au(e,t){if(e!=null){if(sr(e))return nu(e,t);if(Ft(e))return ou(e,t);if(ir(e))return ru(e,t);if(ar(e))return gr(e,t);if(lr(e))return iu(e,t);if(fr(e))return su(e,t)}throw ur(e)}function we(e,t){return t?au(e,t):R(e)}function sp(...e){let t=Ie(e);return we(e,t)}function ap(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 uu=Nt(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function up(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 uu)}});e.subscribe(i)})}function cu(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:cp}=Array;function lp(e,t){return cp(t)?e(...t):e(t)}function kt(e){return je(t=>lp(e,t))}var{isArray:dp}=Array,{getPrototypeOf:fp,prototype:pp,keys:hp}=Object;function mr(e){if(e.length===1){let t=e[0];if(dp(t))return{args:t,keys:null};if(gp(t)){let n=hp(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function gp(e){return e&&typeof e=="object"&&fp(e)===pp}function yr(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function mp(...e){let t=Ie(e),n=or(e),{args:r,keys:o}=mr(e);if(r.length===0)return we([],t);let i=new S(yp(r,t,o?s=>yr(o,s):Se));return n?i.pipe(kt(n)):i}function yp(e,t,n=Se){return r=>{lu(t,()=>{let{length:o}=e,i=new Array(o),s=o,a=o;for(let u=0;u<o;u++)lu(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 lu(e,t,n){e?te(n,e,t):t()}function du(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;R(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))(R(e(r,o))),n):(typeof t=="number"&&(n=t),A((r,o)=>du(r,o,e,n)))}function vr(e=1/0){return Ne(Se,e)}function fu(){return vr(1)}function oi(...e){return fu()(we(e,Ie(e)))}function vp(...e){let t=or(e),{args:n,keys:r}=mr(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;R(n[l]).subscribe(N(i,p=>{d||(d=!0,c--),a[l]=p},()=>u--,void 0,()=>{(!u||!d)&&(c||i.next(r?yr(r,a):a),i.complete())}))}});return t?o.pipe(kt(t)):o}var Dp=["addListener","removeListener"],Ep=["addEventListener","removeEventListener"],Ip=["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]=_p(e)?Ep.map(s=>a=>e[s](t,a,n)):wp(e)?Dp.map(pu(e,t)):Cp(e)?Ip.map(pu(e,t)):[];if(!o&&Ft(e))return Ne(s=>ii(s,t,n))(R(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 pu(e,t){return n=>r=>e[n](t,r)}function wp(e){return D(e.addListener)&&D(e.removeListener)}function Cp(e){return D(e.on)&&D(e.off)}function _p(e){return D(e.addEventListener)&&D(e.removeEventListener)}function Dr(e=0,t,n=Qa){let r=-1;return t!=null&&(rr(t)?n=t:r=t),new S(o=>{let i=cu(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 bp(e=0,t=mn){return e<0&&(e=0),Dr(e,e,t)}function Mp(...e){let t=Ie(e),n=Ya(e,1/0),r=e;return r.length?r.length===1?R(r[0]):vr(n)(we(r,t)):nr}function hu(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=R(e(s,si(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}function Tp(e,t){return D(t)?Ne(e,t,1):Ne(e,1)}function Sp(e){return e<=0?()=>nr:A((t,n)=>{let r=0;t.subscribe(N(n,o=>{++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function Np(e){return A((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function xp(...e){let t=Ie(e);return A((n,r)=>{(t?oi(e,n,t):oi(e,n)).subscribe(r)})}function gu(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++;R(e(u,l)).subscribe(o=N(r,d=>r.next(t?t(u,d,l,c++):d),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function Ap(e){return A((t,n)=>{R(e).subscribe(N(n,()=>n.complete(),fn)),!n.closed&&t.subscribe(n)})}function mu(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 yu(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=R(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 Op(e,t=mn,n){let r=Dr(e,t);return yu(()=>r,n)}var yc="https://g.co/ng/security#xss",I=class extends Error{code;constructor(t,n){super(vc(t,n)),this.code=t}};function vc(e,t){return`${`NG0${Math.abs(e)}`}${t?": "+t:""}`}var Do=Symbol("InputSignalNode#UNSET"),Dc=G(H({},Qo),{transformFn:void 0,applyValueToInputSignal(e,t){St(e,t)}});function Ec(e,t){let n=Object.create(Dc);n.value=e,n.transformFn=t?.transform;function r(){if(_t(n),n.value===Do)throw new I(-950,!1);return n.value}return r[q]=n,r}function Rn(e){return{toString:e}.toString()}var Er="__parameters__";function Rp(e){return function(...n){if(e){let r=e(...n);for(let o in r)this[o]=r[o]}}}function Ic(e,t,n){return Rn(()=>{let r=Rp(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(Er)?u[Er]:Object.defineProperty(u,Er,{value:[]})[Er];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 Fp(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 kp=x({__forward_ref__:x});function wc(e){return e.__forward_ref__=wc,e.toString=function(){return Y(this())},e}function Q(e){return Cc(e)?e():e}function Cc(e){return typeof e=="function"&&e.hasOwnProperty(kp)&&e.__forward_ref__===wc}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 vu(e,_c)||vu(e,bc)}function vu(e,t){return e.hasOwnProperty(t)?e[t]:null}function Pp(e){let t=e&&(e[_c]||e[bc]);return t||null}function Du(e){return e&&(e.hasOwnProperty(Eu)||e.hasOwnProperty(Lp))?e[Eu]:null}var _c=x({\u0275prov:x}),Eu=x({\u0275inj:x}),bc=x({ngInjectableDef:x}),Lp=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 Mc(e){return e&&!!e.\u0275providers}var jp=x({\u0275cmp:x}),Vp=x({\u0275dir:x}),Bp=x({\u0275pipe:x}),Hp=x({\u0275mod:x}),Pr=x({\u0275fac:x}),En=x({__NG_ELEMENT_ID__:x}),Iu=x({__NG_ENV_ID__:x});function st(e){return typeof e=="string"?e:e==null?"":String(e)}function $p(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 Up(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 Tc(){return Ci}function fe(e){let t=Ci;return Ci=e,t}function Sc(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 zp={},Cn=zp,_i="__NG_DI_FLAG__",Lr="ngTempTokenPath",Gp="ngTokenPath",qp=/\n/gm,Wp="\u0275",wu="__source",Vt;function Zp(){return Vt}function Ve(e){let t=Vt;return Vt=e,t}function Qp(e,t=_.Default){if(Vt===void 0)throw new I(-203,!1);return Vt===null?Sc(e,void 0,t):Vt.get(e,t&_.Optional?null:void 0,t)}function K(e,t=_.Default){return(Tc()||Qp)(Q(e),t)}function M(e,t=_.Default){return K(e,Eo(t))}function Eo(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=Yp(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 Nc(e,t){return e[_i]=t,e.prototype[_i]=t,e}function Yp(e){return e[_i]}function Kp(e,t,n,r){let o=e[Lr];throw t[wu]&&o.unshift(t[wu]),e.message=Jp(`
|
|
5
|
+
`+e.message,o,n,r),e[Gp]=o,e[Lr]=null,e}function Jp(e,t,n,r=null){e=e&&e.charAt(0)===`
|
|
6
|
+
`&&e.charAt(1)==Wp?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(qp,`
|
|
7
|
+
`)}`}var xc=Nc(Ic("Optional"),8);var Ac=Nc(Ic("SkipSelf"),4);function $t(e,t){let n=e.hasOwnProperty(Pr);return n?e[Pr]:null}function Xp(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 eh(e){return e.flat(Number.POSITIVE_INFINITY)}function xs(e,t){e.forEach(n=>Array.isArray(n)?xs(n,t):t(n))}function Oc(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function jr(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function th(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function nh(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 Io(e,t,n){let r=Fn(e,t);return r>=0?e[r|1]=n:(r=~r,nh(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 rh(e,t,1)}function rh(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=[],Vr=new b(""),Rc=new b("",-1),Fc=new b(""),Br=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 oh(e,t){let n=e[Hp]||null;if(!n&&t===!0)throw new Error(`Type ${Y(e)} does not have '\u0275mod' property.`);return n}function at(e){return e[jp]||null}function As(e){return e[Vp]||null}function Os(e){return e[Bp]||null}function ih(e){let t=at(e)||As(e)||Os(e);return t!==null&&t.standalone}function sh(e){return{\u0275providers:e}}function ah(...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&&kc(o,i),n}function kc(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=Du(e),s=!i&&at(e);if(!i&&!s){let u=e.ngModule;if(i=Du(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&&kc(c,t)}if(!a){let c=$t(o)||(()=>new o);t({provide:o,useFactory:c,deps:re},o),t({provide:Fc,useValue:o,multi:!0},o),t({provide:Vr,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)Mc(n)&&(n=n.\u0275providers),Array.isArray(n)?Fs(n,t):t(n)}var uh=x({provide:String,useValue:x});function Pc(e){return e!==null&&typeof e=="object"&&uh in e}function ch(e){return!!(e&&e.useExisting)}function lh(e){return!!(e&&e.useFactory)}function zt(e){return typeof e=="function"}function dh(e){return!!e.useClass}var Lc=new b(""),Sr={},fh={},ui;function ks(){return ui===void 0&&(ui=new Br),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(Rc,Pt(void 0,this)),o.has("environment")&&this.records.set(xe,Pt(void 0,this));let i=this.records.get(Lc);i!=null&&typeof i.value=="string"&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(Fc,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(Iu))return t[Iu](this);r=Eo(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=yh(t)&&Ss(t);c&&this.injectableDefInScope(c)?u=Pt(Ti(t),Sr):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[Lr]=a[Lr]||[]).unshift(Y(t)),i)throw a;return Kp(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(Vr,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=hh(t);if(!zt(t)&&t.multi===!0){let o=this.records.get(n);o||(o=Pt(void 0,Sr,!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===Sr&&(n.value=fh,n.value=n.factory()),typeof n.value=="object"&&n.value&&mh(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 ph(e);throw new I(204,!1)}function ph(e){if(e.length>0)throw new I(204,!1);let n=Pp(e);return n!==null?()=>n.factory(e):()=>new e}function hh(e){if(Pc(e))return Pt(void 0,e.useValue);{let t=jc(e);return Pt(t,Sr)}}function jc(e,t,n){let r;if(zt(e)){let o=Q(e);return $t(o)||Ti(o)}else if(Pc(e))r=()=>Q(e.useValue);else if(lh(e))r=()=>e.useFactory(...bi(e.deps||[]));else if(ch(e))r=()=>K(Q(e.useExisting));else{let o=Q(e&&(e.useClass||e.provide));if(gh(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 gh(e){return!!e.deps}function mh(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function yh(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&&Mc(n)?Si(n.\u0275providers,t):t(n)}function Vc(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 Bc(){return Tc()!==void 0||Zp()!=null}function Hc(e){if(!Bc())throw new I(-203,!1)}function vh(e){let t=wn.ng;if(t&&t.\u0275compilerFacade)return t.\u0275compilerFacade;throw new Error("JIT compiler unavailable")}function Dh(e){return typeof e=="function"}var Re=0,m=1,v=2,U=3,me=4,ie=5,Gt=6,Hr=7,W=8,ye=9,Ae=10,F=11,bn=12,Cu=13,en=14,le=15,ut=16,Lt=17,Oe=18,wo=19,$c=20,He=21,Nr=22,ct=23,ce=24,j=25,Uc=1,$r=6,lt=7,Ur=8,qt=9,Z=10,zr=function(e){return e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews",e}(zr||{});function $e(e){return Array.isArray(e)&&typeof e[Uc]=="object"}function Fe(e){return Array.isArray(e)&&e[Uc]===!0}function Ps(e){return(e.flags&4)!==0}function Co(e){return e.componentOffset>-1}function _o(e){return(e.flags&1)===1}function Ue(e){return!!e.template}function Ni(e){return(e[v]&512)!==0}function Eh(e){return(e[v]&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 zc(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var Gc=(()=>{let e=()=>qc;return e.ngInherit=!0,e})();function qc(e){return e.type.prototype.ngOnChanges&&(e.setInput=wh),Ih}function Ih(){let e=Zc(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 wh(e,t,n,r,o){let i=this.declaredInputs[r],s=Zc(e)||Ch(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),zc(e,t,o,n)}var Wc="__ngSimpleChanges__";function Zc(e){return e[Wc]||null}function Ch(e,t){return e[Wc]=t}var _u=null;var Ce=function(e,t,n){_u?.(e,t,n)},Qc="svg",_h="math";function be(e){for(;Array.isArray(e);)e=e[Re];return e}function Yc(e,t){return be(t[e])}function pe(e,t){return be(t[e.index])}function kn(e,t){return e.data[t]}function Kc(e,t){return e[t]}function Ze(e,t){let n=t[e];return $e(n)?n:n[Re]}function bh(e){return(e[v]&4)===4}function Ls(e){return(e[v]&128)===128}function Mh(e){return Fe(e[U])}function ze(e,t){return t==null?null:e[t]}function Jc(e){e[Lt]=0}function js(e){e[v]&1024||(e[v]|=1024,Ls(e)&&Pn(e))}function Th(e,t){for(;e>0;)t=t[en],e--;return t}function bo(e){return!!(e[v]&9216||e[ce]?.dirty)}function Ai(e){e[Ae].changeDetectionScheduler?.notify(9),e[v]&64&&(e[v]|=1024),bo(e)&&Pn(e)}function Pn(e){e[Ae].changeDetectionScheduler?.notify(0);let t=dt(e);for(;t!==null&&!(t[v]&8192||(t[v]|=8192,!Ls(t)));)t=dt(t)}function Vs(e,t){if((e[v]&256)===256)throw new I(911,!1);e[He]===null&&(e[He]=[]),e[He].push(t)}function Xc(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:ul(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var Oi=!1;function Sh(){return w.lFrame.elementDepthCount}function Nh(){w.lFrame.elementDepthCount++}function xh(){w.lFrame.elementDepthCount--}function el(){return w.bindingsEnabled}function tl(){return w.skipHydrationRootTNode!==null}function Ah(e){return w.skipHydrationRootTNode===e}function Oh(){w.skipHydrationRootTNode=null}function y(){return w.lFrame.lView}function O(){return w.lFrame.tView}function $M(e){return w.lFrame.contextLView=e,e[W]}function UM(e){return w.lFrame.contextLView=null,e}function z(){let e=nl();for(;e!==null&&e.type===64;)e=e.parent;return e}function nl(){return w.lFrame.currentTNode}function Rh(){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 rl(){return w.lFrame.contextLView}function ol(){return Oi}function Gr(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 Fh(){return w.lFrame.bindingIndex}function kh(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 Ph(){return w.lFrame.inI18n}function Lh(e,t){let n=w.lFrame;n.bindingIndex=n.bindingRootIndex=e,Ri(t)}function jh(){return w.lFrame.currentDirectiveIndex}function Ri(e){w.lFrame.currentDirectiveIndex=e}function Vh(e){let t=w.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function il(){return w.lFrame.currentQueryIndex}function Us(e){w.lFrame.currentQueryIndex=e}function Bh(e){let t=e[m];return t.type===2?t.declTNode:t.type===1?e[ie]:null}function sl(e,t,n){if(n&_.SkipSelf){let o=t,i=e;for(;o=o.parent,o===null&&!(n&_.Host);)if(o=Bh(i),o===null||(i=i[en],o.type&10))break;if(o===null)return!1;t=o,e=i}let r=w.lFrame=al();return r.currentTNode=t,r.lView=e,!0}function zs(e){let t=al(),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 al(){let e=w.lFrame,t=e===null?null:e.child;return t===null?ul(e):t}function ul(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 cl(){let e=w.lFrame;return w.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var ll=cl;function Gs(){let e=cl();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 Hh(e){return(w.lFrame.contextLView=Th(e,w.lFrame.contextLView))[W]}function Te(){return w.lFrame.selectedIndex}function ft(e){w.lFrame.selectedIndex=e}function Ln(){let e=w.lFrame;return kn(e.tView,e.selectedIndex)}function zM(){w.lFrame.currentNamespace=Qc}function GM(){$h()}function $h(){w.lFrame.currentNamespace=null}function Uh(){return w.lFrame.currentNamespace}var dl=!0;function Mo(){return dl}function To(e){dl=e}function zh(e,t,n){let{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){let s=qc(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 xr(e,t,n){fl(e,t,3,n)}function Ar(e,t,n,r){(e[v]&3)===n&&fl(e,t,n,r)}function ci(e,t){let n=e[v];(n&3)===t&&(n&=16383,n+=1,e[v]=n)}function fl(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)&&(Gh(e,n,t,u),e[Lt]=(e[Lt]&4294901760)+u+2),u++}function bu(e,t){Ce(4,e,t);let n=C(null);try{t.call(e)}finally{C(n),Ce(5,e,t)}}function Gh(e,t,n,r){let o=n[r]<0,i=n[r+1],s=o?-n[r]:n[r],a=e[s];o?e[v]>>14<e[Lt]>>16&&(e[v]&3)===t&&(e[v]+=16384,bu(a,i)):bu(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 qh(e){return e instanceof pt}function Wh(e){return(e.flags&8)!==0}function Zh(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];Yh(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}return r}function Qh(e){return e===3||e===4||e===6}function Yh(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?Mu(e,n,o,null,t[++r]):Mu(e,n,o,null,null))}}return e}function Mu(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=Eo(r);let o=this.injector.get(t,li,r);return o!==li||n===li?o:this.parentInjector.get(t,n,r)}};function pl(e){return e!==Bt}function qr(e){return e&32767}function Kh(e){return e>>16}function Wr(e,t){let n=Kh(e),r=t;for(;n>0;)r=r[en],n--;return r}var ki=!0;function Tu(e){let t=ki;return ki=e,t}var Jh=256,hl=Jh-1,gl=5,Xh=0,_e={};function eg(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(En)&&(r=n[En]),r==null&&(r=n[En]=Xh++);let o=r&hl,i=1<<o;t.data[e+(o>>gl)]|=i}function Zr(e,t){let n=ml(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(pl(o)){let s=qr(o),a=Wr(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 ml(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=Il(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){eg(e,t,n)}function yl(e,t,n){if(n&_.Optional||e!==void 0)return e;Ns(t,"NodeInjector")}function vl(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):Sc(t,r,n&_.Optional)}finally{fe(i)}}return yl(r,t,n)}function Dl(e,t,n,r=_.Default,o){if(e!==null){if(t[v]&2048&&!(r&_.Self)){let s=og(e,t,n,r,_e);if(s!==_e)return s}let i=El(e,t,n,r,_e);if(i!==_e)return i}return vl(t,n,r,o)}function El(e,t,n,r,o){let i=ng(n);if(typeof i=="function"){if(!sl(t,e,r))return r&_.Host?yl(o,n,r):vl(t,n,r,o);try{let s;if(s=i(r),s==null&&!(r&_.Optional))Ns(n);else return s}finally{ll()}}else if(typeof i=="number"){let s=null,a=ml(e,t),u=Bt,c=r&_.Host?t[le][ie]:null;for((a===-1||r&_.SkipSelf)&&(u=a===-1?qs(e,t):t[a+8],u===Bt||!Nu(r,!1)?a=-1:(s=t[m],a=qr(u),t=Wr(u,t)));a!==-1;){let l=t[m];if(Su(i,a,l.data)){let d=tg(a,t,n,s,r,c);if(d!==_e)return d}u=t[a+8],u!==Bt&&Nu(r,t[m].data[a+8]===c)&&Su(i,a,t)?(s=l,a=qr(u),t=Wr(u,t)):a=-1}}return o}function tg(e,t,n,r,o,i){let s=t[m],a=s.data[e+8],u=r==null?Co(a)&&ki:r!=s&&(a.type&3)!==0,c=o&_.Host&&i===a,l=Or(a,s,n,u,c);return l!==null?ht(t,s,l,a):_e}function Or(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(qh(o)){let s=o;s.resolving&&Up($p(i[n]));let a=Tu(s.canSeeViewProviders);s.resolving=!0;let u,c=s.injectImpl?fe(s.injectImpl):null,l=sl(e,r,_.Default);try{o=e[n]=s.factory(void 0,i,e,r),t.firstCreatePass&&n>=r.directiveStart&&zh(n,i[n],t)}finally{c!==null&&fe(c),Tu(a),s.resolving=!1,ll()}}return o}function ng(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&hl:rg:t}function Su(e,t,n){let r=1<<e;return!!(n[t+(e>>gl)]&r)}function Nu(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 Dl(this._tNode,this._lView,t,Eo(r),n)}};function rg(){return new it(z(),y())}function qM(e){return Rn(()=>{let t=e.prototype.constructor,n=t[Pr]||Li(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){let i=o[Pr]||Li(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function Li(e){return Cc(e)?()=>{let t=Li(Q(e));return t&&t()}:$t(e)}function og(e,t,n,r,o){let i=e,s=t;for(;i!==null&&s!==null&&s[v]&2048&&!(s[v]&512);){let a=El(i,s,n,r|_.Self,_e);if(a!==_e)return a;let u=i.parent;if(!u){let c=s[$c];if(c){let l=c.get(n,_e,r);if(l!==_e)return l}u=Il(s),s=s[en]}i=u}return o}function Il(e){let t=e[m],n=t.type;return n===2?t.declTNode:n===1?e[ie]:null}function xu(e,t=null,n=null,r){let o=wl(e,t,n,r);return o.resolveInjectorInitializers(),o}function wl(e,t=null,n=null,r,o=new Set){let i=[n||re,ah(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 Br;static create(t,n){if(Array.isArray(t))return xu({name:""},n,t,"");{let r=t.name??"";return xu({name:r},t.parent,t.providers,r)}}static \u0275prov=P({token:e,providedIn:"any",factory:()=>K(Rc)});static __NG_ELEMENT_ID__=-1};var ig=new b("");ig.__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 Cl=!1,jn=(()=>{class e{static __NG_ELEMENT_ID__=sg;static __NG_ENV_ID__=n=>n}return e})(),Qr=class extends jn{_lView;constructor(t){super(),this._lView=t}onDestroy(t){return Vs(this._lView,t),()=>Xc(this._lView,t)}};function sg(){return new Qr(y())}var Wt=class{},_l=new b("",{providedIn:"root",factory:()=>!1});var bl=new b(""),Ml=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,Bc()&&(this.destroyRef=M(jn,{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 Tl(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 Au(e){return queueMicrotask(()=>e()),()=>{e=Tn}}var Ws="isAngularZone",Yr=Ws+"_ID",ag=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=Cl}=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,lg(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,ug,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)}},ug={};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 cg(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){Tl(()=>{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 lg(e){let t=()=>{cg(e)},n=ag++;e._inner=e._inner.fork({name:"angular",properties:{[Ws]:!0,[Yr]:n,[Yr+n]:!0},onInvokeTask:(r,o,i,s,a,u)=>{if(dg(u))return r.invokeTask(i,s,a,u);try{return Ou(e),r.invokeTask(i,s,a,u)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),Ru(e)}},onInvoke:(r,o,i,s,a,u,c)=>{try{return Ou(e),r.invoke(i,s,a,u,c)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!fg(u)&&t(),Ru(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 Ou(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ru(e){e._nesting--,Zs(e)}var Kr=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 dg(e){return Sl(e,"__ignore_ng_zone__")}function fg(e){return Sl(e,"__scheduler_tick__")}function Sl(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}function pg(e="zone.js",t){return e==="noop"?new Kr:e==="zone.js"?new oe(t):e}var gt=class{_console=console;handleError(t){this._console.error("ERROR",t)}},hg=new b("",{providedIn:"root",factory:()=>{let e=M(oe),t=M(gt);return n=>e.runOutsideAngular(()=>t.handleError(n))}}),Jr=class{destroyed=!1;listeners=null;errorHandler=M(gt,{optional:!0});destroyRef=M(jn);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 WM(e){return new Jr}function Fu(e,t){return Ec(e,t)}function gg(e){return Ec(Do,e)}var ZM=(Fu.required=gg,Fu);function mg(){return nn(z(),y())}function nn(e,t){return new Ke(pe(e,t))}var Ke=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=mg}return e})();function yg(e){return e instanceof Ke?e.nativeElement:e}function vg(){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=eh(t);(this._changesDetected=!Xp(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]=vg};function Nl(e){return(e.flags&128)===128}var xl=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(xl||{}),Al=new Map,Dg=0;function Eg(){return Dg++}function Ig(e){Al.set(e[wo],e)}function Hi(e){Al.delete(e[wo])}var ku="__ngContext__";function Ge(e,t){$e(t)?(e[ku]=t[wo],Ig(t)):e[ku]=t}function Ol(e){return Fl(e[bn])}function Rl(e){return Fl(e[me])}function Fl(e){for(;e!==null&&!Fe(e);)e=e[me];return e}var $i;function QM(e){$i=e}function kl(){if($i!==void 0)return $i;if(typeof document<"u")return document;throw new I(210,!1)}var YM=new b("",{providedIn:"root",factory:()=>wg}),wg="ng",Cg=new b(""),_g=new b("",{providedIn:"platform",factory:()=>"unknown"});var KM=new b(""),JM=new b("",{providedIn:"root",factory:()=>kl().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var bg="h",Mg="b";var Tg="di",Pl="s";var Ll=!1,Sg=new b("",{providedIn:"root",factory:()=>Ll});var Ng=new b("");var jl=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(jl||{}),Vl=new b(""),Pu=new Set;function ve(e){Pu.has(e)||(Pu.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var xg=(()=>{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||{}),Lu=0,Ag=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||{}),Xr=function(e){return e[e.Initial=-1]="Initial",e}(Xr||{}),Og=0,No=1;var Rg=4,Fg=5,kg=6,Pg=7,fi=8,Lg=9,Bl=function(e){return e[e.Manual=0]="Manual",e[e.Playthrough=1]="Playthrough",e}(Bl||{});function jg(e,t,n){let r=$l(e);t[r]===null&&(t[r]=[]),t[r].push(n)}function Rr(e,t){let n=$l(e),r=t[n];if(r!==null){for(let o of r)o();t[n]=null}}function Hl(e){Rr(1,e),Rr(0,e),Rr(2,e)}function $l(e){let t=Rg;return e===1?t=Fg:e===2&&(t=Lg),t}function xo(e){return e+1}function Vn(e,t){let n=e[m],r=xo(t.index);return e[r]}function Vg(e,t,n){let r=e[m],o=xo(t);e[o]=n}function Bn(e,t){let n=xo(t.index);return e.data[n]}function Bg(e,t,n){let r=xo(t);e.data[r]=n}function Hg(e,t,n){let r=t[m],o=Bn(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 ju(e,t){return t===L.Placeholder?e.placeholderBlockConfig?.[Lu]??null:t===L.Loading?e.loadingBlockConfig?.[Lu]??null:null}function $g(e){return e.loadingBlockConfig?.[Ag]??null}function Vu(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 Ug(e,t){let n=t.primaryTmplIndex+j;return kn(e,n)}var zg=new b("");var Gg=()=>null;function Qs(e,t,n=!1){return Gg(e,t,n)}function qg(e){return e.get(Ng,!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||{}),Ir;function Wg(){if(Ir===void 0&&(Ir=null,wn.trustedTypes))try{Ir=wn.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Ir}function Ao(e){return Wg()?.createHTML(e)||e}var wr;function Zg(){if(wr===void 0&&(wr=null,wn.trustedTypes))try{wr=wn.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return wr}function Bu(e){return Zg()?.createHTML(e)||e}var eo=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${yc})`}};function rn(e){return e instanceof eo?e.changingThisBreaksApplicationSecurity:e}function Ul(e,t){let n=Qg(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${yc})`)}return n===t}function Qg(e){return e instanceof eo&&e.getTypeName()||null}function Yg(e){let t=new zi(e);return Kg()?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 Kg(){try{return!!new window.DOMParser().parseFromString(Ao(""),"text/html")}catch{return!1}}var Jg=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function zl(e){return e=String(e),e.match(Jg)?e:"unsafe:"+e}function ke(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function Hn(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var Gl=ke("area,br,col,hr,img,wbr"),ql=ke("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Wl=ke("rp,rt"),Xg=Hn(Wl,ql),em=Hn(ql,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")),tm=Hn(Wl,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")),Hu=Hn(Gl,em,tm,Xg),Zl=ke("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),nm=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"),rm=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"),om=Hn(Zl,nm,rm),im=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=um(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let i=am(n);if(i){n=i;break}n=o.pop()}}return this.buf.join("")}startElement(t){let n=$u(t).toLowerCase();if(!Hu.hasOwnProperty(n))return this.sanitizedSomething=!0,!im.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(!om.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let u=i.value;Zl[a]&&(u=zl(u)),this.buf.push(" ",s,'="',Uu(u),'"')}return this.buf.push(">"),!0}endElement(t){let n=$u(t).toLowerCase();Hu.hasOwnProperty(n)&&!Gl.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(Uu(t))}};function sm(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function am(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw Ql(t);return t}function um(e){let t=e.firstChild;if(t&&sm(e,t))throw Ql(t);return t}function $u(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function Ql(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var cm=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,lm=/([^\#-~ |!])/g;function Uu(e){return e.replace(/&/g,"&").replace(cm,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(lm,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}var Cr;function dm(e,t){let n=null;try{Cr=Cr||Yg(e);let r=t?String(t):"";n=Cr.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=Cr.getInertBodyElement(r)}while(r!==i);let a=new Gi().sanitizeChildren(zu(n)||n);return Ao(a)}finally{if(n){let r=zu(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function zu(e){return"content"in e&&fm(e)?e.content:null}function fm(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 XM(e){let t=Yl();return t?Bu(t.sanitize(Ys.HTML,e)||""):Ul(e,"HTML")?Bu(rn(e)):dm(kl(),st(e))}function e0(e){let t=Yl();return t?t.sanitize(Ys.URL,e)||"":Ul(e,"URL")?rn(e):zl(st(e))}function Yl(){let e=y();return e&&e[Ae].sanitizer}var pm=/^>|^->|<!--|-->|--!>|<!-$/g,hm=/(<|>)/g,gm="\u200B$1\u200B";function mm(e){return e.replace(pm,t=>t.replace(hm,gm))}function t0(e){return e.ownerDocument}function ym(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||{}),vm;function Ks(e,t){return vm(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?td(t,n,a):to(t,n,a,o||null,!0):e===1&&n!==null?to(t,n,a,o||null,!0):e===2?Om(t,a,s):e===3&&t.destroyNode(a),i!=null&&Fm(t,e,i,n,o)}}function Dm(e,t){return e.createText(t)}function Em(e,t,n){e.setValue(t,n)}function Im(e,t){return e.createComment(mm(t))}function Kl(e,t,n){return e.createElement(t,n)}function wm(e,t){Jl(e,t),t[Re]=null,t[ie]=null}function Cm(e,t,n,r,o,i){r[Re]=o,r[ie]=t,Fo(e,r,n,1,o,i)}function Jl(e,t){t[Ae].changeDetectionScheduler?.notify(10),Fo(e,t,t[F],2,null,null)}function _m(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 bm(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],Oc(n,Z+r,t)):(n.push(t),t[me]=null),t[U]=n;let s=t[ut];s!==null&&n!==s&&Xl(s,t);let a=t[Oe];a!==null&&a.insertView(e),Ai(t),t[v]|=128}function Xl(e,t){let n=e[qt],r=t[U];if($e(r))e[v]|=zr.HasTransplantedViews;else{let o=r[U][le];t[le]!==o&&(e[v]|=zr.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=jr(e,Z+t);wm(r[m],r);let s=i[Oe];s!==null&&s.detachView(i[m]),r[U]=null,r[me]=null,r[v]&=-129}return r}function Oo(e,t){if(!(t[v]&256)){let n=t[F];n.destroyNode&&Fo(e,t,n,3,null,null),_m(t)}}function pi(e,t){if(t[v]&256)return;let n=C(null);try{t[v]&=-129,t[v]|=256,t[ce]&&Tt(t[ce]),Tm(e,t),Mm(e,t),t[m].type===1&&t[F].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 Mm(e,t){let n=e.cleanup,r=t[Hr];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[Hr]=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 Tm(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 ed(e,t,n){return Sm(e,t.parent,n)}function Sm(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 to(e,t,n,r,o){e.insertBefore(t,n,r,o)}function td(e,t,n){e.appendChild(t,n)}function Gu(e,t,n,r,o){r!==null?to(e,t,n,r,o):td(e,t,n)}function nd(e,t){return e.parentNode(t)}function Nm(e,t){return e.nextSibling(t)}function rd(e,t,n){return Am(e,t,n)}function xm(e,t,n){return e.type&40?pe(e,n):null}var Am=xm,qu;function Ro(e,t,n,r){let o=ed(e,r,t),i=t[F],s=r.parent||t[ie],a=rd(s,r,t);if(o!=null)if(Array.isArray(n))for(let u=0;u<n.length;u++)Gu(i,o,n[u],a,!1);else Gu(i,o,n,a,!1);qu!==void 0&&qu(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=od(e,t);if(r!==null){if(Array.isArray(r))return r[0];let o=dt(e[le]);return Dn(o,r)}else return Dn(e,t.next)}}}return null}function od(e,t){if(t!==null){let r=e[le][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 Om(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?id(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 Rm(e,t,n){let r=t[F],o=ed(e,n,t),i=n.parent||t[ie],s=rd(i,n,t);id(r,0,t,n,o,s)}function id(e,t,n,r,o,i){let s=n[le],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];Nl(r)&&(c.flags|=128),Xs(e,t,c,l,o,i,!0)}}function Fm(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 km(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 Pm(e,t,n){e.setAttribute(t,"style",n)}function sd(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function ad(e,t,n){let{mergedAttrs:r,classes:o,styles:i}=n;r!==null&&Fi(e,t,r),o!==null&&sd(e,t,o),i!==null&&Pm(e,t,i)}function Lm(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 ud="ng-template";function jm(e,t,n,r){let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&Lm(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!==ud}function Vm(e,t,n){let r=e.type===4&&!n?ud:e.value;return t===r}function Bm(e,t,n){let r=4,o=e.attrs,i=o!==null?Um(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!==""&&!Vm(e,u,n)||u===""&&t.length===1){if(ge(r))return!1;s=!0}}else if(r&8){if(o===null||!jm(e,o,u,n)){if(ge(r))return!1;s=!0}}else{let c=t[++a],l=Hm(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 Hm(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 zm(t,e)}function cd(e,t,n=!1){for(let r=0;r<t.length;r++)if(Bm(e,t[r],n))return!0;return!1}function $m(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function Um(e){for(let t=0;t<e.length;t++){let n=e[t];if(Qh(n))return t}return e.length}function zm(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 Gm(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 Wu(e,t){return e?":not("+t.trim()+")":t}function qm(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+=Wu(i,o),o=""),r=s,i=i||!ge(r);n++}return o!==""&&(t+=Wu(i,o)),t}function Wm(e){return e.map(qm).join(",")}function Zm(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 se={};function n0(e=1){ld(O(),y(),Te()+e,!1)}function ld(e,t,n,r){if(!r)if((t[v]&3)===3){let i=e.preOrderCheckHooks;i!==null&&xr(t,i,n)}else{let i=e.preOrderHooks;i!==null&&Ar(t,i,0,n)}ft(n)}function X(e,t=_.Default){let n=y();if(n===null)return K(e,t);let r=z();return Dl(r,n,Q(e),t)}function r0(){let e="invalid";throw new Error(e)}function dd(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):zc(t,a,r,i)}finally{C(s)}}function Qm(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];Lh(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[v]=r|4|128|8|64|1024,(c!==null||e&&e[v]&2048)&&(d[v]|=2048),Jc(d),d[U]=d[en]=e,d[W]=n,d[Ae]=s||e&&e[Ae],d[F]=a||e&&e[F],d[ye]=u||e&&e[ye]||null,d[ie]=i,d[wo]=Eg(),d[Gt]=l,d[$c]=c,d[le]=t.type==2?e[le]:d,d}function It(e,t,n,r,o){let i=e.data[t];if(i===null)i=Ym(e,t,n,r,o),Ph()&&(i.flags|=32);else if(i.type&64){i.type=n,i.value=r,i.attrs=o;let s=Rh();i.injectorIndex=s===null?-1:s.injectorIndex}return Qe(i,!0),i}function Ym(e,t,n,r,o){let i=nl(),s=Bs(),a=s?i:i&&i.parent,u=e.data[t]=ny(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 fd(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 pd(e,t,n,r,o){let i=Te(),s=r&2;try{ft(-1),s&&t.length>j&&ld(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){el()&&(uy(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 hd(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=Km(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 Km(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:se);return n}function Jm(e,t,n,r){let i=r.get(Sg,Ll)||n===Sn.ShadowDom,s=e.selectRootElement(t,i);return Xm(s),s}function Xm(e){ey(e)}var ey=()=>null;function ty(e,t,n,r){let o=Ed(t);o.push(n),e.firstCreatePass&&Id(e).push(r,o.length-1)}function ny(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return tl()&&(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 Zu(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?Qu(r,n,c,a,u):Qu(r,n,c,a)}return r}function Qu(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 ry(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=Zu(0,d.inputs,l,u,f),c=Zu(1,d.outputs,l,c,h);let g=u!==null&&s!==null&&!ea(t)?Dy(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 oy(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function ia(e,t,n,r,o,i,s,a){let u=pe(t,n),c=t.inputs,l;!a&&c!=null&&(l=c[r])?(aa(e,n,l,r,o),Co(t)&&iy(n,t.index)):t.type&3?(r=oy(r),o=s!=null?s(o,t.value||"",r):o,i.setProperty(u,r,o)):t.type&12}function iy(e,t){let n=Ze(t,e);n[v]&16||(n[v]|=64)}function sa(e,t,n,r){if(el()){let o=r===null?null:{"":-1},i=ly(e,n),s,a;i===null?s=a=null:[s,a]=i,s!==null&&gd(e,t,n,s,o,a),o&&dy(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(Zr(n,t),e,r[c].type);py(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=fd(e,t,r.length,null);for(let c=0;c<r.length;c++){let l=r[c];n.mergedAttrs=Mn(n.mergedAttrs,l.hostAttrs),hy(e,n,t,u,l),fy(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++}ry(e,n,i)}function sy(e,t,n,r,o){let i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;ay(s)!=a&&s.push(a),s.push(n,r,i)}}function ay(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function uy(e,t,n,r){let o=n.directiveStart,i=n.directiveEnd;Co(n)&&gy(t,n,e.data[o+n.componentOffset]),e.firstCreatePass||Zr(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&&vy(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=jh();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)&&cy(u,c)}}finally{ft(-1),Ri(s)}}function cy(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function ly(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(cd(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 dy(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 fy(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 py(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function hy(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,sy(e,t,r,fd(e,n,o.hostVars,se),o)}function yd(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function gy(e,t,n){let r=pe(t,e),o=hd(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 my(e,t,n,r,o,i){let s=pe(e,t);yy(t[F],s,i,e.value,n,r,o)}function yy(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 vy(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++];dd(r,n,u,c,l,d)}}function Dy(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[Cu][me]=t:e[bn]=t,e[Cu]=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[Hr]??=[]}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 aa(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];dd(l,c,r,a,u,o)}}function wd(e,t,n){let r=Yc(t,e);Em(e[F],r,n)}function Ey(e,t){let n=Ze(t,e),r=n[m];Iy(r,n);let o=n[Re];o!==null&&n[Gt]===null&&(n[Gt]=Qs(o,n[ye])),ua(r,n,n[W])}function Iy(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function ua(e,t,n){zs(t);try{let r=e.viewQuery;r!==null&&Zi(1,r,n);let o=e.template;o!==null&&pd(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&&wy(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[v]&=-5,Gs()}}function wy(e,t){for(let n=0;n<t.length;n++)Ey(e,t[n])}function on(e,t,n,r){let o=C(null);try{let i=t.tView,a=e[v]&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)),ua(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||Nl(e)}function sn(e,t,n,r=!0){let o=t[m];if(bm(o,t,e,n),r){let s=qi(n,e),a=t[F],u=nd(a,e[lt]);u!==null&&Cm(o,e[ie],a,t,u,s)}let i=t[Gt];i!==null&&i.firstChild!==null&&(i.firstChild=null)}function ca(e,t){let n=xn(e,t);return n!==void 0&&Oo(n[m],n),n}function no(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)&&Cy(i,r);let s=n.type;if(s&8)no(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=od(t,n);if(Array.isArray(a))r.push(...a);else{let u=dt(t[le]);no(u[m],u,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function Cy(e,t){for(let n=Z;n<e.length;n++){let r=e[n],o=r[m].firstChild;o!==null&&no(r[m],r,o,t)}e[lt]!==e[Re]&&t.push(e[lt])}var _d=[];function _y(e){return e[ce]??by(e)}function by(e){let t=_d.pop()??Object.create(Ty);return t.lView=e,t}function My(e){e.lView[ce]!==e&&(e.lView=null,_d.push(e))}var Ty=G(H({},Pe),{consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{Pn(e.lView)},consumerOnSignalRead(){this.lView[ce]=this}});function Sy(e){let t=e[ce]??Object.create(Ny);return t.lView=e,t}var Ny=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[ce]=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[v]&8192)}}var xy=100;function Td(e,t=!0,n=0){let o=e[Ae].rendererFactory,i=!1;i||o.begin?.();try{Ay(e,n)}catch(s){throw t&&Lo(e,s),s}finally{i||o.end?.()}}function Ay(e,t){let n=ol();try{Gr(!0),Qi(e,t);let r=0;for(;bo(e);){if(r===xy)throw new I(103,!1);r++,Qi(e,1)}}finally{Gr(n)}}function Oy(e,t,n,r){let o=t[v];if((o&256)===256)return;let i=!1,s=!1;zs(t);let a=!0,u=null,c=null;i||(bd(e)?(c=_y(t),u=Xe(c)):Sa()===null?(a=!1,c=Sy(t),u=Xe(c)):t[ce]&&(Tt(t[ce]),t[ce]=null));try{Jc(t),kh(e.bindingStartIndex),n!==null&&pd(e,t,n,2,r);let l=(o&3)===3;if(!i)if(l){let f=e.preOrderCheckHooks;f!==null&&xr(t,f,null)}else{let f=e.preOrderHooks;f!==null&&Ar(t,f,0,null),ci(t,0)}if(s||Ry(t),Md(t),Sd(t,0),e.contentQueries!==null&&Dd(e,t),!i)if(l){let f=e.contentCheckHooks;f!==null&&xr(t,f)}else{let f=e.contentHooks;f!==null&&Ar(t,f,1),ci(t,1)}Qm(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&&xr(t,f)}else{let f=e.viewHooks;f!==null&&Ar(t,f,2),ci(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[Nr]){for(let f of t[Nr])f();t[Nr]=null}i||(t[v]&=-73)}catch(l){throw i||Pn(t),l}finally{c!==null&&(Mt(c,u),a&&My(c)),Gs()}}function Sd(e,t){for(let n=Ol(e);n!==null;n=Rl(n))for(let r=Z;r<n.length;r++){let o=n[r];Nd(o,t)}}function Ry(e){for(let t=Ol(e);t!==null;t=Rl(t)){if(!(t[v]&zr.HasTransplantedViews))continue;let n=t[qt];for(let r=0;r<n.length;r++){let o=n[r];js(o)}}}function Fy(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[v],i=e[ce],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[v]&=-9217,s)Oy(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++)Fy(e,t[r],n)}function jo(e,t){let n=ol()?64:1088;for(e[Ae].changeDetectionScheduler?.notify(t);e;){e[v]|=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 no(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[v]&9280)||!!this._lView[ce]?.dirty}set context(t){this._lView[W]=t}get destroyed(){return(this._lView[v]&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[Ur],r=n?n.indexOf(this):-1;r>-1&&(xn(t,r),jr(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[v]&=-129}reattach(){Ai(this._lView),this._lView[v]|=128}detectChanges(){this._lView[v]|=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),Jl(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&&Xl(r,this._lView),Ai(this._lView)}},vt=(()=>{class e{static __NG_ELEMENT_ID__=Ly}return e})(),ky=vt,Py=class extends ky{_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 Ly(){return Vo(z(),y())}function Vo(e,t){return e.type&4?new Py(t,e,nn(e,t)):null}var i0=new RegExp(`^(\\d+)*(${Mg}|${bg})*(.*)`);var jy=()=>null;function Zt(e,t){return jy(e,t)}var Yi=class{},ro=class{},Ki=class{resolveComponentFactory(t){throw Error(`No component factory found for ${Y(t)}.`)}},Qt=class{static NULL=new Ki},oo=class{},Bo=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>Vy()}return e})();function Vy(){let e=y(),t=z(),n=Ze(t.index,e);return($e(n)?n:e)[F]}var By=(()=>{class e{static \u0275prov=P({token:e,providedIn:"root",factory:()=>null})}return e})();function io(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 so=class extends Qt{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=at(t);return new ao(n,this.ngModule)}};function Yu(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 Hy(e){let t=e.toLowerCase();return t==="svg"?Qc:t==="math"?_h:null}var ao=class extends ro{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;get inputs(){let t=this.componentDef,n=t.inputTransforms,r=Yu(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 Yu(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=Wm(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(oo,null);if(u===null)throw new I(407,!1);let c=a.get(By,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?Jm(p,r,this.componentDef.encapsulation,a):Kl(p,f,Hy(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),k=ko(null,E,null,g,null,null,d,p,a,null,T);zs(k);let ae,ee,de=null;try{let ue=this.componentDef,Ct,Ho=null;ue.findHostDirectiveDefs?(Ct=[],Ho=new Map,ue.findHostDirectiveDefs(ue,Ct,Ho),Ct.push(ue)):Ct=[ue];let Of=$y(k,h);de=Uy(Of,h,ue,Ct,k,d,p),ee=kn(E,j),h&&qy(p,ue,h,r),n!==void 0&&Wy(ee,this.ngContentSelectors,n),ae=Gy(de,ue,Ct,Ho,k,[Zy]),ua(E,k,null)}catch(ue){throw de!==null&&Hi(de),Hi(k),ue}finally{Gs()}return new Ji(this.componentType,ae,nn(ee,k),k,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;aa(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 $y(e,t){let n=e[m],r=j;return e[r]=t,It(n,r,2,"#host",null)}function Uy(e,t,n,r,o,i,s){let a=o[m];zy(r,e,t,s);let u=null;t!==null&&(u=Qs(t,o[ye]));let c=i.rendererFactory.createRenderer(t,n),l=ko(o,hd(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 zy(e,t,n,r){for(let o of e)t.mergedAttrs=Mn(t.mergedAttrs,o.hostAttrs);t.mergedAttrs!==null&&(io(t,t.mergedAttrs,!0),n!==null&&ad(r,n,t))}function Gy(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 qy(e,t,n,r){if(r)Fi(e,n,["ng-version","19.0.7"]);else{let{attrs:o,classes:i}=Zm(t.selectors[0]);o&&Fi(e,n,o),i&&i.length>0&&sd(e,n,i.join(" "))}}function Wy(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 Zy(){let e=z();So(y()[m],e)}var wt=(()=>{class e{static __NG_ELEMENT_ID__=Qy}return e})();function Qy(){let e=z();return Od(e,y())}var Yy=wt,Ad=class extends Yy{_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(pl(t)){let n=Wr(t,this._hostLView),r=qr(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=Ku(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&&!Dh(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 ao(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(Mh(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(),Oc(hi(s),i,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=Ku(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=xn(this._lContainer,n);r&&(jr(hi(this._lContainer),n),Oo(r[m],r))}detach(t){let n=this._adjustIndex(t,-1),r=xn(this._lContainer,n);return r&&jr(hi(this._lContainer),n)!=null?new yt(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function Ku(e){return e[Ur]}function hi(e){return e[Ur]||(e[Ur]=[])}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)),Jy(n,t,e,r),new Ad(n,e,t)}function Ky(e,t){let n=e[F],r=n.createComment(""),o=pe(t,e),i=nd(n,o);return to(n,i,r,Nm(n,o),!1),r}var Jy=ev,Xy=()=>!1;function Rd(e,t,n){return Xy(e,t,n)}function ev(e,t,n,r){if(e[lt])return;let o;n.type&8?o=be(r):o=Ky(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++)la(t,n).matches!==null&&this.queries[n].setDirty()}},uo=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=uv(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,tv(n,i)),this.matchTNodeWithReadOption(t,n,Or(n,t,i,!1,!1))}else r===vt?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,Or(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=Or(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 tv(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 nv(e,t){return e.type&11?nn(e,t):e.type&4?Vo(e,t):null}function rv(e,t,n,r){return n===-1?nv(t,e):n===-2?ov(e,t,r):ht(e,e[m],n,t)}function ov(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(rv(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 iv(e,t){return e[Oe].queries[t].queryList}function kd(e,t,n){let r=new Bi((n&4)===4);return ty(e,t,r,r.destroy),(t[Oe]??=new es).queries.push(new Xi(r))-1}function sv(e,t,n){let r=O();return r.firstCreatePass&&(Pd(r,new uo(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),kd(r,y(),t)}function av(e,t,n,r){let o=O();if(o.firstCreatePass){let i=z();Pd(o,new uo(t,n,r),i.index),cv(o,e),(n&2)===2&&(o.staticContentQueries=!0)}return kd(o,y(),n)}function uv(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 cv(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 la(e,t){return e.queries.getByIndex(t)}function lv(e,t){let n=e[m],r=la(n,t);return r.crossesNgTemplate?rs(n,e,t,[]):Fd(n,e,r,t)}function dv(e){return typeof e=="function"&&e[q]!==void 0}function a0(e,t){ve("NgSignals");let n=Va(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=da.bind(n),n}function da(){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 dv(e)&&typeof e.set=="function"}function jd(e,t){let n=Object.create(Dc),r=new Jr;n.value=e;function o(){return _t(n),Ju(n.value),n.value}return o[q]=n,o.asReadonly=da.bind(o),o.set=i=>{n.equal(n.value,i)||(St(n,i),r.emit(i))},o.update=i=>{Ju(n.value),o.set(i(n.value))},o.subscribe=r.subscribe.bind(r),o.destroyRef=r.destroyRef,o}function Ju(e){if(e===Do)throw new I(952,!1)}function Xu(e,t){return jd(e,t)}function fv(e){return jd(Do,e)}var u0=(Xu.required=fv,Xu);function pv(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(yv))}return i}return co.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(()=>vv(i));t.push(u)}),gv(),Promise.all(t).then(()=>{})}var co=new Map,hv=new Set;function gv(){let e=co;return co=new Map,e}function mv(){return co.size===0}function yv(e){return typeof e=="string"?e:e.text()}function vv(e){hv.delete(e)}var We=class{},os=class{};var lo=class extends We{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new so(this);constructor(t,n,r,o=!0){super(),this.ngModuleType=t,this._parent=n;let i=oh(t);this._bootstrapComponents=ym(i.bootstrap),this._r3Injector=wl(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 lo(this.moduleType,t,[])}};function Dv(e,t,n){return new lo(e,t,n,!1)}var ss=class extends We{injector;componentFactoryResolver=new so(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 Ev=(()=>{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 c0(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===xl.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(Ev).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=tc(r,!1),n.pipeDefs=tc(r,!0),n.id=Cv(n),n})}function Iv(e){return at(e)||As(e)}function wv(e){return e!==null}function fa(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 ec(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:ec(e.inputs,t),outputs:ec(e.outputs),debugInfo:null}}function Hd(e){e.features?.forEach(t=>t(e))}function tc(e,t){if(!e)return null;let n=t?Os:Iv;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(wv)}function Cv(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 _v(e){return Object.getPrototypeOf(e.prototype).constructor}function bv(e){let t=_v(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=_r(e.inputs),s.inputTransforms=_r(e.inputTransforms),s.declaredInputs=_r(e.declaredInputs),s.outputs=_r(e.outputs);let a=o.hostBindings;a&&xv(e,a);let u=o.viewQuery,c=o.contentQueries;if(u&&Sv(e,u),c&&Nv(e,c),Mv(e,o),Fp(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===bv&&(n=!1)}}t=Object.getPrototypeOf(t)}Tv(r)}function Mv(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 Tv(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 _r(e){return e===Ut?{}:e===re?[]:e}function Sv(e,t){let n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function Nv(e,t){let n=e.contentQueries;n?e.contentQueries=(r,o,i)=>{t(r,o,i),n(r,o,i)}:e.contentQueries=t}function xv(e,t){let n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}function Av(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 pa(e)?Array.isArray(e)||!(e instanceof Map)&&Symbol.iterator in e:!1}function Ov(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 pa(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function Je(e,t,n){return e[t]=n}function ha(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 Rv(e,t,n,r,o){let i=Yt(e,t,n,r);return J(e,t+2,o)||i}function ga(e,t,n,r,o,i){let s=Yt(e,t,n,r);return Yt(e,t+2,o,i)||s}function Fv(e){return(e.flags&32)===32}function kv(e,t,n,r,o,i,s,a,u){let c=t.consts,l=It(t,e,4,s||null,a||null);sa(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?kv(l,t,e,r,o,i,s,a,u):t.data[l];Qe(d,!1);let p=Lv(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),_o(d)&&na(t,e,d),u!=null&&ra(e,d,c),d}function Pv(e,t,n,r,o,i,s,a){let u=y(),c=O(),l=ze(c.consts,i);return An(u,c,e,t,n,r,o,l,s,a),Pv}var Lv=jv;function jv(e,t,n,r){return To(!0),t[F].createComment("")}var Vv=(()=>{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 Bv=new b("");function gi(e,t,n){return e.get(Vv).getOrCreateInjector(t,e,n,"")}function Hv(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(Eh(o))return;let s=Vn(o,t),a=s[No],u=s[Pg];if(!(u!==null&&e<u)&&nc(a,e)&&nc(s[Og]??-1,e)){let c=Bn(i,t),d=!r&&!0&&($g(c)!==null||ju(c,L.Loading)!==null||ju(c,L.Placeholder))?Gv:Uv;try{d(e,s,n,t,o)}catch(p){Lo(o,p)}}}function $v(e,t){return e[$r]?.find(n=>n.data[Pl]===t[No])??null}function Uv(e,t,n,r,o){let i=Hg(e,o,r);if(i!==null){t[No]=e;let s=o[m],a=i+j,u=kn(s,a),c=0;ca(n,c);let l;if(e===L.Complete){let f=Bn(s,r),h=f.providers;h&&h.length>0&&(l=Hv(o[ye],f,h))}let d=$v(n,t);n[$r]=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 nc(e,t){return e<t}function zv(e,t){let n=e[t.index];ot(L.Placeholder,t,n)}function rc(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 Gv=null;var qv=new b(""),Wv=new b(""),l0=(()=>{class e{_ngZone;registry;_isZoneStable=!0;_callbacks=[];taskTrackingZone=null;constructor(n,r,o){this._ngZone=n,this.registry=r,ma||(Qv(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(Zv),K(Wv))};static \u0275prov=P({token:e,factory:e.\u0275fac})}return e})(),Zv=(()=>{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 ma?.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 Qv(e){ma=e}var ma;function ya(e){return!!e&&typeof e.then=="function"}function Ud(e){return!!e&&typeof e.subscribe=="function"}var zd=new b("");function d0(e){return sh([{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=Vc(this.injector,o);if(ya(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 fo})}return e})(),fo=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()}},Yv=new b("");function Kv(){ja(()=>{throw new I(600,!1)})}function Jv(e){return e.isBoundToModule}var Xv=10;function eD(e,t,n){try{let r=n();return ya(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(hg);afterRenderManager=M(xg);zonelessEnabled=M(_l);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(Vl,{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 ro;if(!this._injector.get(Gd).done){let p=!o&&ih(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=Jv(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(qv,null);return d?.registerApplication(l),c.onDestroy(()=>{this.detachView(c.hostView),Fr(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(jl.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(oo,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let n=0;for(;this.dirtyFlags!==0&&n++<Xv;)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)tD(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})=>bo(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;Fr(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView),this.tick(),this.components.push(n),this._injector.get(Yv,[]).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),()=>Fr(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 Fr(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function tD(e,t,n,r){if(!n&&!bo(e))return;Td(e,t,n&&!r?0:1)}function nD(e,t,n){let r=t[ye],o=t[m];if(e.loadingState!==ne.NOT_STARTED)return e.loadingPromise??Promise.resolve();let i=Vn(t,n),s=Ug(o,e);e.loadingState=ne.IN_PROGRESS,Rr(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=Vu(h.directiveRegistry,p);let g=p.map(E=>E.type),T=Rs(!1,...g);e.providers=T}f.length>0&&(h.pipeRegistry=Vu(h.pipeRegistry,f))}}),e.loadingPromise):(e.loadingPromise=Promise.resolve().then(()=>{e.loadingPromise=null,e.loadingState=ne.COMPLETE,u.remove(c)}),e.loadingPromise)}function rD(e,t){return t[ye].get(Bv,null,{optional:!0})?.behavior!==Bl.Manual}function oD(e,t,n){let r=t[m],o=t[n.index];if(!rD(e,t))return;let i=Vn(t,n),s=Bn(r,n);switch(Hl(i),s.loadingState){case ne.NOT_STARTED:ot(L.Loading,n,o),nD(s,t,n),s.loadingState===ne.IN_PROGRESS&&rc(s,n,o);break;case ne.IN_PROGRESS:ot(L.Loading,n,o),rc(s,n,o);break;case ne.COMPLETE:ot(L.Complete,n,o);break;case ne.FAILED:ot(L.Error,n,o);break;default:}}function iD(e,t,n){return e===0?oc(t,n):e===2?!oc(t,n):!0}function oc(e,t){let n=e[ye],r=Bn(e[m],t),o=qg(n),i=r.flags!==null&&(r.flags&1)===1,a=Vn(e,t)[kg]!==null;return!(i&&a&&o)}function f0(e,t,n,r,o,i,s,a,u,c){let l=y(),d=O(),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),Bg(d,p,de)}let g=l[p];Rd(g,f,l);let T=null,E=null;if(g[$r]?.length>0){let de=g[$r][0].data;E=de[Tg]??null,T=de[Pl]}let k=[null,Xr.Initial,null,null,null,null,E,T,null,null];Vg(l,p,k);let ae=null;E!==null&&(ae=h.get(zg),ae.add(E,{lView:l,tNode:f,lContainer:g}));let ee=()=>{Hl(k),E!==null&&ae?.cleanup([E])};jg(0,k,()=>Xc(l,ee)),Vs(l,ee)}function p0(e){let t=y(),n=Ln();if(!iD(0,t,n))return;let r=Et();if(J(t,r,e)){let o=C(null);try{let i=!!e,a=Vn(t,n)[No];i===!1&&a===Xr.Initial?zv(t,n):i===!0&&(a===Xr.Initial||a===L.Placeholder)&&oD(0,t,n)}finally{C(o)}}}function sD(e,t,n,r){let o=y(),i=Et();if(J(o,i,t)){let s=O(),a=Ln();my(a,o,e,t,n,r)}return sD}function Zd(e,t,n,r){return J(e,Et(),n)?t+st(n)+r:se}function aD(e,t,n,r,o,i){let s=Fh(),a=Yt(e,s,n,o);return $s(2),a?t+st(n)+r+st(o)+i:se}function br(e,t){return e<<17|t<<2}function Dt(e){return e>>17&32767}function uD(e){return(e&2)==2}function cD(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 lD(e){return(e&1)===1}function us(e){return e|1}function dD(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]=br(p,a),p!==0&&(e[p+1]=mi(e[p+1],r)),e[a+1]=cD(e[a+1],r)}else e[r+1]=br(a,0),a!==0&&(e[a+1]=mi(e[a+1],r)),a=r;else e[r+1]=br(u,0),a===0?a=r:e[u+1]=mi(e[u+1],r),u=r;c&&(e[r+1]=as(e[r+1])),ic(e,l,r,!0),ic(e,l,r,!1),fD(t,l,e,r,i),s=br(a,u),i?t.classBindings=s:t.styleBindings=s}function fD(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 ic(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];pD(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 pD(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 Qd(e){return e.substring(B.key,B.keyEnd)}function hD(e){return e.substring(B.value,B.valueEnd)}function gD(e){return Jd(e),Yd(e,Xt(e,0,B.textEnd))}function Yd(e,t){let n=B.textEnd;return n===t?-1:(t=B.keyEnd=yD(e,B.key=t,n),Xt(e,t,n))}function mD(e){return Jd(e),Kd(e,Xt(e,0,B.textEnd))}function Kd(e,t){let n=B.textEnd,r=B.key=Xt(e,t,n);return n===r?-1:(r=B.keyEnd=vD(e,r,n),r=sc(e,r,n,58),r=B.value=Xt(e,r,n),r=B.valueEnd=DD(e,r,n),sc(e,r,n,59))}function Jd(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 yD(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function vD(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 sc(e,t,n,r){return t=Xt(e,t,n),t<n&&t++,t}function DD(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=ac(e,u,s,n):t===s-4&&i===85&&o===82&&r===76&&u===40?a=s=ac(e,41,s,n):u>32&&(a=s),i=o,o=r,r=u&-33}return a}function ac(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 ED(e,t,n){let r=y(),o=Et();if(J(r,o,t)){let i=O(),s=Ln();ia(i,s,r,e,t,r[F],n,!1)}return ED}function cs(e,t,n,r,o){let i=t.inputs,s=o?"class":"style";aa(e,n,i[s],s,r)}function Xd(e,t,n){return ef(e,t,n,!1),Xd}function ID(e,t){return ef(e,t,null,!0),ID}function h0(e){tf(of,wD,e,!1)}function wD(e,t){for(let n=mD(t);n>=0;n=Kd(t,n))of(e,Qd(t),hD(t))}function g0(e){tf(ND,CD,e,!0)}function CD(e,t){for(let n=gD(t);n>=0;n=Yd(t,n))Io(e,Qd(t),!0)}function ef(e,t,n,r){let o=y(),i=O(),s=$s(2);if(i.firstUpdatePass&&rf(i,e,s,r),t!==se&&J(o,s,t)){let a=i.data[Te()];sf(i,a,o,o[F],e,o[s+1]=AD(t,n),r,s)}}function tf(e,t,n,r){let o=O(),i=$s(2);o.firstUpdatePass&&rf(o,null,i,r);let s=y();if(n!==se&&J(s,i,n)){let a=o.data[Te()];if(af(a,r)&&!nf(o,i)){let u=r?a.classesWithoutHost:a.stylesWithoutHost;u!==null&&(n=wi(u,n||"")),cs(o,a,s,n,r)}else xD(o,a,s,s[F],s[i+1],s[i+1]=SD(e,t,n),r,i)}}function nf(e,t){return t>=e.expandoStartIndex}function rf(e,t,n,r){let o=e.data;if(o[n+1]===null){let i=o[Te()],s=nf(e,n);af(i,r)&&t===null&&!s&&(t=!1),t=_D(o,i,t,r),dD(o,i,t,n,s,r)}}function _D(e,t,n,r){let o=Vh(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=bD(e,t,r);u!==void 0&&Array.isArray(u)&&(u=yi(null,e,t,u[1],r),u=On(u,t.attrs,r),MD(e,t,r,u))}else i=TD(e,t,r)}return i!==void 0&&(r?t.residualClasses=i:t.residualStyles=i),n}function bD(e,t,n){let r=n?t.classBindings:t.styleBindings;if(Jt(r)!==0)return e[Dt(r)]}function MD(e,t,n,r){let o=n?t.classBindings:t.styleBindings;e[Dt(o)]=r}function TD(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]),Io(e,s,n?!0:t[++i]))}return e===void 0?null:e}function SD(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 of(e,t,n){Io(e,t,rn(n))}function ND(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&Io(e,r,n)}function xD(e,t,n,r,o,i,s,a){o===se&&(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&&sf(e,t,n,r,h,g,s,a),l=u<o.length?o[u]:null,d=c<i.length?i[c]:null}}function sf(e,t,n,r,o,i,s,a){if(!(t.type&3))return;let u=e.data,c=u[a+1],l=lD(c)?uc(u,t,n,o,Jt(c),s):void 0;if(!po(l)){po(i)||uD(c)&&(i=uc(u,null,n,o,a,s));let d=Yc(Te(),n);km(r,s,d,o,i)}}function uc(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===se&&(p=d?re:void 0);let f=d?ai(p,r):l===r?p:void 0;if(c&&!po(f)&&(f=ai(u,r)),po(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 po(e){return e!==void 0}function AD(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=Y(rn(e)))),e}function af(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 OD(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 k=n(u,f);Object.is(k,g)?(e.swap(i,s),e.updateValue(s,f),u--,s--):e.move(s,i),e.updateValue(i,l),i++;continue}if(r??=new ho,o??=lc(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 k=e.create(i,t[i]);e.attach(i,k),i++,s++}}for(;i<=u;)cc(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 ho,o??=lc(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;)cc(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 cc(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 lc(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 ho=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 m0(e,t){ve("NgControlFlow");let n=y(),r=Et(),o=n[r]!==se?n[r]:-1,i=o!==-1?go(n,j+o):void 0,s=0;if(J(n,r,e)){let a=C(null);try{if(i!==void 0&&ca(i,s),e!==-1){let u=j+e,c=go(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 y0(e,t,n,r,o,i,s,a,u,c,l,d,p){ve("NgControlFlow");let f=y(),h=O(),g=u!==void 0,T=y(),E=a?s.bind(T[le][W]):s,k=new ps(g,E);T[j+e]=k,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,RD(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 FD(this.lContainer,t)}};function v0(e){let t=C(null),n=Te();try{let r=y(),o=r[m],i=r[n],s=n+1,a=go(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(OD(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=go(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 ca(p,0)}}}finally{C(t)}}function go(e,t){return e[t]}function RD(e,t){return xn(e,t)}function FD(e,t){return Cd(e,t)}function gs(e,t){return kn(e,t)}function kD(e,t,n,r,o,i){let s=t.consts,a=ze(s,o),u=It(t,e,2,r,a);return sa(t,n,u,ze(s,i)),u.attrs!==null&&io(u,u.attrs,!1),u.mergedAttrs!==null&&io(u,u.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,u),u}function uf(e,t,n,r){let o=y(),i=O(),s=j+e,a=o[F],u=i.firstCreatePass?kD(s,i,o,t,n,r):i.data[s],c=LD(i,o,u,a,t,e);o[s]=c;let l=_o(u);return Qe(u,!0),ad(a,c,u),!Fv(u)&&Mo()&&Ro(i,o,c,u),Sh()===0&&Ge(c,o),Nh(),l&&(na(i,o,u),ta(i,u,o)),r!==null&&ra(o,u),uf}function cf(){let e=z();Bs()?Hs():(e=e.parent,Qe(e,!1));let t=e;Ah(t)&&Oh(),xh();let n=O();return n.firstCreatePass&&(So(n,e),Ps(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&Wh(t)&&cs(n,t,y(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&Zh(t)&&cs(n,t,y(),t.stylesWithoutHost,!1),cf}function PD(e,t,n,r){return uf(e,t,n,r),cf(),PD}var LD=(e,t,n,r,o,i)=>(To(!0),Kl(r,o,Uh()));function jD(e,t,n,r,o){let i=t.consts,s=ze(i,r),a=It(t,e,8,"ng-container",s);s!==null&&io(a,s,!0);let u=ze(i,o);return sa(t,n,a,u),t.queries!==null&&t.queries.elementStart(t,a),a}function lf(e,t,n){let r=y(),o=O(),i=e+j,s=o.firstCreatePass?jD(i,o,r,t,n):o.data[i];Qe(s,!0);let a=BD(o,r,s,e);return r[i]=a,Mo()&&Ro(o,r,a,s),Ge(a,r),_o(s)&&(na(o,r,s),ta(o,s,r)),n!=null&&ra(r,s),lf}function df(){let e=z(),t=O();return Bs()?Hs():(e=e.parent,Qe(e,!1)),t.firstCreatePass&&(So(t,e),Ps(e)&&t.queries.elementEnd(e)),df}function VD(e,t,n){return lf(e,t,n),df(),VD}var BD=(e,t,n,r)=>(To(!0),Im(t[F],""));function D0(){return y()}var mo="en-US";var HD=mo;function $D(e){typeof e=="string"&&(HD=e.toLowerCase().replace(/_/g,"-"))}var UD=(e,t,n)=>{};function zD(e,t,n,r){let o=y(),i=O(),s=z();return ff(i,o,o[F],s,e,t,r),zD}function GD(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[Hr],u=o[i+2];return a.length>u?a[u]:null}typeof s=="string"&&(i+=2)}return null}function ff(e,t,n,r,o,i,s){let a=_o(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,k=s?ee=>s(be(ee[r.index])):r.index,ae=null;if(!s&&a&&(ae=GD(e,t,o,r.index)),ae!==null){let ee=ae.__ngLastListenerFn__||ae;ee.__ngNextListenerFn__=i,ae.__ngLastListenerFn__=i,p=!1}else{i=fc(r,t,l,i),UD(g,o,i);let ee=n.listen(T,o,i);d.push(i,ee),c&&c.push(o,k,E,E+1)}}else i=fc(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],k=h[T+1],de=t[E][k].subscribe(i),ue=d.length;d.push(i,de),c&&c.push(o,r.index,ue,-(ue+1))}}}function dc(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 fc(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=dc(t,n,r,i),u=o.__ngNextListenerFn__;for(;u;)a=dc(t,n,u,i)&&a,u=u.__ngNextListenerFn__;return a}}function E0(e=1){return Hh(e)}function qD(e,t){let n=null,r=$m(e);for(let o=0;o<t.length;o++){let i=t[o];if(i==="*"){n=o;continue}if(r===null?cd(e,i,!0):Gm(r,i))return o}return n}function I0(e){let t=y()[le][ie];if(!t.projection){let n=e?e.length:1,r=t.projection=th(n,null),o=r.slice(),i=t.child;for(;i!==null;){if(i.type!==128){let s=e?qD(i,e):0;s!==null&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function w0(e,t=0,n,r,o,i){let s=y(),a=O(),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]||tl();s[le][ie].projection[c.projection]===null&&u!==null?WD(s,a,u):d&&(c.flags&32)!==32&&Rm(a,s,c)}function WD(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 ZD(e,t,n){return pf(e,"",t,"",n),ZD}function pf(e,t,n,r,o){let i=y(),s=Zd(i,t,n,r);if(s!==se){let a=O(),u=Ln();ia(a,u,i,e,s,i[F],o,!1)}return pf}function C0(e,t,n,r){av(e,t,n,r)}function _0(e,t,n){sv(e,t,n)}function b0(e){let t=y(),n=O(),r=il();Us(r+1);let o=la(n,r);if(e.dirty&&bh(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{let i=lv(t,r);e.reset(i,yg),e.notifyOnChanges()}return!0}return!1}function M0(){return iv(y(),il())}function hf(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function T0(e){let t=rl();return Kc(t,j+e)}function S0(e,t=""){let n=y(),r=O(),o=e+j,i=r.firstCreatePass?It(r,o,1,t,null):r.data[o],s=QD(r,n,i,t,e);n[o]=s,Mo()&&Ro(r,n,s,i),Qe(i,!1)}var QD=(e,t,n,r,o)=>(To(!0),Dm(t[F],r));function YD(e){return gf("",e,""),YD}function gf(e,t,n){let r=y(),o=Zd(r,e,t,n);return o!==se&&wd(r,Te(),o),gf}function KD(e,t,n,r,o){let i=y(),s=aD(i,e,t,n,r,o);return s!==se&&wd(i,Te(),s),KD}function JD(e,t,n){Ld(t)&&(t=t());let r=y(),o=Et();if(J(r,o,t)){let i=O(),s=Ln();ia(i,s,r,e,t,r[F],n,!1)}return JD}function N0(e,t){let n=Ld(e);return n&&e.set(t),n}function XD(e,t){let n=y(),r=O(),o=z();return ff(r,n,n[F],o,e,t),XD}var mf={};function eE(e){let t=O(),n=y(),r=e+j,o=It(t,r,128,null,null);return Qe(o,!1),hf(t,n,r,mf),eE}function x0(e){ve("NgLet");let t=O(),n=y(),r=Te();return hf(t,n,r,e),e}function A0(e){let t=rl(),n=Kc(t,j+e);if(n===mf)throw new I(314,!1);return n}function tE(e,t,n){let r=O();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=O(),s=y(),a=z(),u=zt(e)?e:Q(e.provide),c=jc(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(Zr(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(Zr(a,s),i,u);let E=oE(o?rE:nE,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=yf(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=dh(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 yf(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 nE(e,t,n,r){return ys(this.multi,[])}function rE(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 oE(e,t,n,r,o){let i=new pt(e,n,X);return i.multi=[],i.index=t,i.componentProviders=0,yf(i,o,r&&!n),i}function O0(e,t=[]){return n=>{n.providersResolver=(r,o)=>tE(r,o?o(e):e,t)}}function R0(e,t,n){let r=Ye()+e,o=y();return o[r]===se?Je(o,r,n?t.call(n):t()):ha(o,r)}function F0(e,t,n,r){return iE(y(),Ye(),e,t,n,r)}function k0(e,t,n,r,o){return sE(y(),Ye(),e,t,n,r,o)}function P0(e,t,n,r,o,i){return aE(y(),Ye(),e,t,n,r,o,i)}function L0(e,t,n,r,o,i,s){return uE(y(),Ye(),e,t,n,r,o,i,s)}function j0(e,t,n,r,o,i,s,a){let u=Ye()+e,c=y(),l=ga(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)):ha(c,u+5)}function V0(e,t,n,r,o,i,s,a,u){let c=Ye()+e,l=y(),d=ga(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)):ha(l,c+6)}function B0(e,t,n,r){return cE(y(),Ye(),e,t,n,r)}function $n(e,t){let n=e[t];return n===se?void 0:n}function iE(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)):$n(e,s+1)}function sE(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)):$n(e,a+2)}function aE(e,t,n,r,o,i,s,a){let u=t+n;return Rv(e,u,o,i,s)?Je(e,u+3,a?r.call(a,o,i,s):r(o,i,s)):$n(e,u+3)}function uE(e,t,n,r,o,i,s,a,u){let c=t+n;return ga(e,c,o,i,s,a)?Je(e,c+4,u?r.call(u,o,i,s,a):r(o,i,s,a)):$n(e,c+4)}function cE(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)):$n(e,s)}function H0(e,t){return Vo(e,t)}var Mr=null;function lE(e){Mr!==null&&(e.defaultEncapsulation!==Mr.defaultEncapsulation||e.preserveWhitespaces!==Mr.preserveWhitespaces)||(Mr=e)}var dE=new b("");function fE(e,t,n){let r=new is(n);return Promise.resolve(r)}function pc(e){for(let t=e.length-1;t>=0;t--)if(e[t]!==void 0)return e[t]}var pE=(()=>{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 hE({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new oe(G(H({},vf()),{scheduleInRootZone:n})),[{provide:oe,useFactory:e},{provide:Vr,multi:!0,useFactory:()=>{let r=M(pE,{optional:!0});return()=>r.initialize()}},{provide:Vr,multi:!0,useFactory:()=>{let r=M(gE);return()=>{r.initialize()}}},t===!0?{provide:bl,useValue:!0}:[],{provide:Ml,useValue:n??Cl}]}function vf(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var gE=(()=>{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 mE=(()=>{class e{appRef=M(Kt);taskService=M(tn);ngZone=M(oe);zonelessEnabled=M(_l);tracing=M(Vl,{optional:!0});disableScheduling=M(bl,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new $;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Yr):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(M(Ml,{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 Kr||!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?Au:Tl;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(Yr+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,Au(()=>{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 yE(){return typeof $localize<"u"&&$localize.locale||mo}var va=new b("",{providedIn:"root",factory:()=>M(va,_.Optional|_.SkipSelf)||yE()});var yo=new b(""),vE=new b("");function yn(e){return!e.moduleRef}function DE(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(yo);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{let i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(yo);s.add(i),e.moduleRef.onDestroy(()=>{Fr(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return eD(r,n,()=>{let i=t.get(Gd);return i.runInitializers(),i.donePromise.then(()=>{let s=t.get(va,mo);if($D(s||mo),!t.get(vE,!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 EE(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function EE(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 Df=(()=>{class e{_injector;_modules=[];_destroyListeners=[];_destroyed=!1;constructor(n){this._injector=n}bootstrapModuleFactory(n,r){let o=r?.scheduleInRootZone,i=()=>pg(r?.ngZone,G(H({},vf({eventCoalescing:r?.ngZoneEventCoalescing,runCoalescing:r?.ngZoneRunCoalescing})),{scheduleInRootZone:o})),s=r?.ignoreChangesOutsideZone,a=[hE({ngZoneFactory:i,ignoreChangesOutsideZone:s}),{provide:Wt,useExisting:mE}],u=Dv(n.moduleType,this.injector,a);return DE({moduleRef:u,allPlatformModules:this._modules,platformInjector:this.injector})}bootstrapModule(n,r=[]){let o=Wd({},r);return fE(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(yo,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,Ef=new b("");function IE(e){if(In&&!In.get(Ef,!1))throw new I(400,!1);Kv(),In=e;let t=e.get(Df);return bE(e),t}function wE(e,t,n=[]){let r=`Platform: ${t}`,o=new b(r);return(i=[])=>{let s=If();if(!s||s.injector.get(Ef,!1)){let a=[...n,...i,{provide:o,useValue:!0}];e?e(a):IE(CE(a,r))}return _E(o)}}function CE(e=[],t){return Me.create({name:t,providers:[{provide:Lc,useValue:"platform"},{provide:yo,useValue:new Set([()=>In=null])},...e]})}function _E(e){let t=If();if(!t)throw new I(401,!1);return t}function If(){return In?.get(Df)??null}function bE(e){let t=e.get(Cg,null);Vc(e,()=>{t?.forEach(n=>n())})}var Da=(()=>{class e{static __NG_ELEMENT_ID__=ME}return e})();function ME(e){return TE(z(),y(),(e&16)===16)}function TE(e,t,n){if(Co(e)&&!n){let r=Ze(e.index,t);return new yt(r,r)}else if(e.type&175){let r=t[le];return new yt(r,t)}return null}var vs=class{constructor(){}supports(t){return $d(t)}create(t){return new Ds(t)}},SE=(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||SE}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<hc(r,o,i)?n:r,a=hc(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,Ov(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 vo),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 vo),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}},vo=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 hc(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||pa(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||pa(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 gc(){return new Ea([new vs])}var Ea=(()=>{class e{factories;static \u0275prov=P({token:e,providedIn:"root",factory:gc});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||gc()),deps:[[e,new Ac,new xc]]}}find(n){let r=this.factories.find(o=>o.supports(n));if(r!=null)return r;throw new I(901,!1)}}return e})();function mc(){return new Ia([new ws])}var Ia=(()=>{class e{static \u0275prov=P({token:e,providedIn:"root",factory:mc});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||mc()),deps:[[e,new Ac,new xc]]}}find(n){let r=this.factories.find(o=>o.supports(n));if(r)return r;throw new I(901,!1)}}return e})();var $0=wE(null,"core",[]),U0=(()=>{class e{constructor(n){}static \u0275fac=function(r){return new(r||e)(K(Kt))};static \u0275mod=fa({type:e});static \u0275inj=Ts({})}return e})();function NE(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function xE(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function z0(e,t){ve("NgSignals");let n=ka(e);return t?.equal&&(n[q].equal=t.equal),n}var AE=e=>e;function OE(e){let n=()=>{if(bt(e),_t(e),e.value===kr)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=da.bind(n),n}function G0(e,t){ve("NgSignals");let n=typeof e=="function",r=Object.create(RE);r.source=n?e:e.source,n||(r.computation=e.computation);let o=n?t?.equal:e.equal;return o&&(r.equal=o),OE(r)}var Tr=Symbol("UNSET"),Ii=Symbol("COMPUTING"),kr=Symbol("ERRORED"),RE=G(H({},Pe),{value:Tr,dirty:!0,error:null,equal:Gn,computation:AE,producerMustRecompute(e){return e.value===Tr||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===Tr||t===kr?void 0:{source:e.sourceValue,value:t};r=e.computation(o,i),e.sourceValue=o}catch(o){r=kr,e.error=o}finally{Mt(e,n)}if(t!==Tr&&r!==kr&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}});function FE(e){let t=C(null);try{return e()}finally{C(t)}}var wf=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=kE}return e})();function kE(){return new wf(y(),z())}var PE=!1,LE=(()=>{class e extends fo{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=Ba(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 jE(){}function VE(e,t){ve("NgSignals"),!t?.injector&&Hc(jE);let n=t?.injector??M(Me),r=t?.manualCleanup!==!0?n.get(jn):null,o=new bs(n.get(LE),e,typeof Zone>"u"?null:Zone.current,r,n,t?.allowSignalWrites??!1),i=n.get(Da,null,{optional:!0});return!i||!(i._lView[v]&8)?o.watcher.notify():(i._lView[Nr]??=[]).push(o.watcher.notify),o}var BE=PE;var Ms=class{[q];constructor(t){this[q]=t}destroy(){this[q].destroy()}};function HE(e,t){if(BE)return VE(e,t);ve("NgSignals"),!t?.injector&&Hc(HE);let n=t?.injector??M(Me),r=t?.manualCleanup!==!0?n.get(jn):null,o,i=n.get(wf,null,{optional:!0}),s=n.get(Wt);return i!==null&&!t?.forceRoot?(o=zE(i.view,s,e),r instanceof Qr&&r._lView===i.view&&(r=null)):o=GE(e,n.get(qd),s),o.injector=n,r!==null&&(o.onDestroyFn=r.onDestroy(()=>o.destroy())),new Ms(o)}var Cf=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=Gr(!1);try{this.maybeCleanup(),this.fn(e)}finally{Gr(n),Mt(this,t)}},maybeCleanup(){if(this.cleanupFns?.length)try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[]}}}),$E=G(H({},Cf),{consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(13)},destroy(){Tt(this),this.onDestroyFn(),this.maybeCleanup(),this.scheduler.remove(this)}}),UE=G(H({},Cf),{consumerMarkedDirty(){this.view[v]|=8192,Pn(this.view),this.notifier.notify(14)},destroy(){Tt(this),this.onDestroyFn(),this.maybeCleanup(),this.view[ct]?.delete(this)}});function zE(e,t,n){let r=Object.create(UE);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 GE(e,t,n){let r=Object.create($E);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 Nf=null;function vT(){return Nf}function DT(e){Nf??=e}var _f=class{};var ET=new b("");function IT(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 wa=/\s+/,bf=[],wT=(()=>{class e{_ngEl;_renderer;initialClasses=bf;rawClass;stateMap=new Map;constructor(n,r){this._ngEl=n,this._renderer=r}set klass(n){this.initialClasses=n!=null?n.trim().split(wa):bf}set ngClass(n){this.rawClass=typeof n=="string"?n.trim().split(wa):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(wa).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 Ca=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}},CT=(()=>{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 Ca(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),Mf(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);Mf(i,o)})}static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(X(wt),X(vt),X(Ea))};static \u0275dir=an({type:e,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}})}return e})();function Mf(e,t){e.context.$implicit=t.item}var _T=(()=>{class e{_viewContainer;_context=new _a;_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){Tf("ngIfThen",n),this._thenTemplateRef=n,this._thenViewRef=null,this._updateView()}set ngIfElse(n){Tf("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})(),_a=class{$implicit=null;ngIf=null};function Tf(e,t){if(!!!(!t||t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${Y(t)}'.`)}var bT=(()=>{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(Ia),X(Bo))};static \u0275dir=an({type:e,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}})}return e})(),MT=(()=>{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:[Gc]})}return e})();var TT=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=fa({type:e});static \u0275inj=Ts({})}return e})(),WE="browser",ZE="server";function ST(e){return e===WE}function NT(e){return e===ZE}var Sf=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||{}),OT="*";function RT(e,t){return{type:De.Trigger,name:e,definitions:t,options:{}}}function FT(e,t=null){return{type:De.Animate,styles:t,timings:e}}function kT(e,t=null){return{type:De.Sequence,steps:e,options:t}}function PT(e){return{type:De.Style,styles:e,offset:null}}function LT(e,t,n){return{type:De.State,name:e,styles:t,options:n}}function jT(e,t,n=null){return{type:De.Transition,expr:e,animation:t,options:n}}function VT(e,t=null){return{type:De.Reference,animation:e,options:t}}function BT(e=null){return{type:De.AnimateChild,options:e}}function HT(e,t=null){return{type:De.AnimateRef,animation:e,options:t}}function $T(e,t,n=null){return{type:De.Query,selector:e,animation:t,options:n}}var xf=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}},Af=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}},UT="!";export{H as a,G as b,QE as c,YE as d,KE as e,JE as f,Ta as g,S as h,Ee as i,pn as j,ni as k,we as l,sp as m,ap as n,up as o,je as p,mp as q,Ne as r,vp as s,ii as t,bp as u,Mp as v,hu as w,si as x,Tp as y,Sp as z,Np as A,xp as B,gu as C,Ap as D,mu as E,Op as F,I as G,wn as H,wc as I,P as J,Ts as K,b as L,K as M,M as N,sh as O,Lc as P,xe as Q,Vc as R,Hc as S,Gc as T,$M as U,UM as V,zM as W,GM as X,qM as Y,Me as Z,jn as _,Wt as $,tn as aa,Be as ba,oe as ca,gt as da,WM as ea,ZM as fa,Ke as ga,QM as ha,YM as ia,Cg as ja,_g as ka,KM as la,JM as ma,ve as na,Sn as oa,XM as pa,e0 as qa,t0 as ra,Nn as sa,n0 as ta,X as ua,r0 as va,vt as wa,Qt as xa,oo as ya,Bo as za,wt as Aa,a0 as Ba,u0 as Ca,c0 as Da,fa as Ea,an as Fa,bv as Ga,Av as Ha,Pv as Ia,qv as Ja,Wv as Ka,l0 as La,Zv as Ma,ya as Na,d0 as Oa,Kt as Pa,f0 as Qa,p0 as Ra,sD as Sa,ED as Ta,Xd as Ua,ID as Va,h0 as Wa,g0 as Xa,m0 as Ya,y0 as Za,v0 as _a,uf as $a,cf as ab,PD as bb,lf as cb,df as db,VD as eb,D0 as fb,zD as gb,E0 as hb,I0 as ib,w0 as jb,ZD as kb,C0 as lb,_0 as mb,b0 as nb,M0 as ob,T0 as pb,S0 as qb,YD as rb,gf as sb,KD as tb,JD as ub,N0 as vb,XD as wb,eE as xb,x0 as yb,A0 as zb,O0 as Ab,R0 as Bb,F0 as Cb,k0 as Db,P0 as Eb,L0 as Fb,j0 as Gb,V0 as Hb,B0 as Ib,H0 as Jb,wE as Kb,Da as Lb,$0 as Mb,U0 as Nb,NE as Ob,xE as Pb,z0 as Qb,G0 as Rb,FE as Sb,HE as Tb,vT as Ub,DT as Vb,_f as Wb,ET as Xb,IT as Yb,wT as Zb,CT as _b,_T as $b,bT as ac,MT as bc,TT as cc,WE as dc,ST as ec,NT as fc,Sf as gc,De as hc,OT as ic,RT as jc,FT as kc,kT as lc,PT as mc,LT as nc,jT as oc,VT as pc,BT as qc,HT as rc,$T as sc,xf as tc,Af as uc,UT as vc};
|
package/component-lib.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
async function loadModules(){await import("./polyfills.js"),await import("./main.js")}loadModules();
|
package/index.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" data-beasties-container>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>verification</title>
|
|
6
|
+
<base href="/">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<style>*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}*{font-family:Inter,Arial,serif;caret-color:transparent!important}body{margin:0;padding:0}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
9
|
+
<body>
|
|
10
|
+
<everymatrix-mm-verification-report></everymatrix-mm-verification-report>
|
|
11
|
+
<link rel="modulepreload" href="chunk-57WI3O3F.js"><link rel="modulepreload" href="chunk-GANRMDI6.js"><link rel="modulepreload" href="chunk-KWPEZ4WX.js"><link rel="modulepreload" href="chunk-JZIRENYH.js"><link rel="modulepreload" href="chunk-TJN5GITJ.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
12
|
+
</html>
|