nativescript-web-adapter 0.1.5 → 0.1.6
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/README.md +32 -14
- package/angular/components/absolute-layout.component.ts +18 -0
- package/angular/components/action-bar.component.ts +16 -0
- package/angular/components/action-item.component.ts +22 -0
- package/angular/components/activity-indicator.component.ts +32 -0
- package/angular/components/button.component.ts +45 -0
- package/angular/components/date-picker.component.ts +35 -0
- package/angular/components/directives/absolute-position.directive.ts +31 -0
- package/angular/components/directives/grid-position.directive.ts +43 -0
- package/angular/components/dock-layout.component.ts +46 -0
- package/angular/components/flexbox-layout.component.ts +16 -0
- package/angular/components/frame.component.ts +9 -0
- package/angular/components/grid-layout.component.ts +48 -0
- package/angular/components/html-view.component.ts +23 -0
- package/angular/components/image-cache-it.component.ts +21 -0
- package/angular/components/image.component.ts +22 -0
- package/angular/components/index.ts +156 -0
- package/angular/components/label.component.ts +27 -0
- package/angular/components/list-picker.component.ts +33 -0
- package/angular/components/list-view.component.ts +22 -0
- package/angular/components/navigation-button.component.ts +36 -0
- package/angular/components/page.component.ts +21 -0
- package/angular/components/placeholder.component.ts +16 -0
- package/angular/components/progress.component.ts +20 -0
- package/angular/components/root-layout.component.ts +19 -0
- package/angular/components/scroll-view.component.ts +17 -0
- package/angular/components/search-bar.component.ts +34 -0
- package/angular/components/segmented-bar-item.component.ts +27 -0
- package/angular/components/segmented-bar.component.ts +101 -0
- package/angular/components/slider.component.ts +41 -0
- package/angular/components/stack-layout.component.ts +17 -0
- package/angular/components/switch.component.ts +62 -0
- package/angular/components/tab-view-item.component.ts +27 -0
- package/angular/components/tab-view.component.ts +89 -0
- package/angular/components/text-field.component.ts +38 -0
- package/angular/components/text-view.component.ts +29 -0
- package/angular/components/time-picker.component.ts +27 -0
- package/angular/components/web-view.component.ts +25 -0
- package/angular/components/wrap-layout.component.ts +17 -0
- package/angular/composables/dialogs.ts +54 -0
- package/angular/composables/index.ts +6 -0
- package/angular/composables/ref.ts +8 -0
- package/angular/composables/useActionBar.ts +20 -0
- package/angular/composables/useFrame.ts +26 -0
- package/angular/composables/usePage.ts +26 -0
- package/angular/index.ts +8 -0
- package/core/components/Button.vue +2 -2
- package/core/components/GridLayout.vue +2 -2
- package/core/components/HtmlView.vue +2 -2
- package/core/components/Image.vue +2 -2
- package/core/components/ImageCacheIt.vue +2 -2
- package/core/components/Label.vue +2 -2
- package/core/components/ListPicker.vue +2 -2
- package/core/components/NavigationButton.vue +2 -2
- package/core/components/Progress.vue +2 -2
- package/core/components/SearchBar.vue +2 -2
- package/core/components/Slider.vue +2 -2
- package/core/components/Switch.vue +2 -2
- package/core/components/TextField.vue +2 -2
- package/core/components/TextView.vue +2 -2
- package/core/components/WebView.vue +2 -2
- package/core/composables/dialogs.ts +5 -5
- package/dist/nativescript-web-adapter.es.js +22375 -45
- package/dist/nativescript-web-adapter.umd.js +534 -1
- package/package.json +37 -7
- package/tools/cli.cjs +17 -4
- package/tools/create-web-platform.cjs +40 -18
- package/tools/modules/appPatch.cjs +125 -1
- package/tools/modules/templates.cjs +161 -84
- package/tools/modules/transform.cjs +69 -2
|
@@ -1 +1,534 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(et,fe){typeof exports=="object"&&typeof module<"u"?fe(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],fe):(et=typeof globalThis<"u"?globalThis:et||self,fe(et.NativeScriptWebAdapter={},et.Vue))})(this,function(et,fe){"use strict";var O8=Object.defineProperty;var P8=(et,fe,Go)=>fe in et?O8(et,fe,{enumerable:!0,configurable:!0,writable:!0,value:Go}):et[fe]=Go;var S=(et,fe,Go)=>P8(et,typeof fe!="symbol"?fe+"":fe,Go);const Go={class:"ns-actionbar"},HT=fe.defineComponent({name:"ActionBar",__name:"ActionBar",setup(e){return(t,n)=>(fe.openBlock(),fe.createElementBlock("header",Go,[fe.renderSlot(t.$slots,"default",{},void 0,!0)]))}}),lf=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},UT=lf(HT,[["__scopeId","data-v-f3af35bf"]]),VT={class:"ns-page"},zT=lf(fe.defineComponent({name:"Page",__name:"Page",setup(e){return(t,n)=>(fe.openBlock(),fe.createElementBlock("div",VT,[fe.renderSlot(t.$slots,"default",{},void 0,!0)]))}}),[["__scopeId","data-v-87719fa5"]]),GT={class:"ns-frame"},hv=Object.freeze(Object.defineProperty({__proto__:null,ActionBar:UT,Frame:lf(fe.defineComponent({name:"Frame",__name:"Frame",setup(e){return(t,n)=>(fe.openBlock(),fe.createElementBlock("div",GT,[fe.renderSlot(t.$slots,"default",{},void 0,!0)]))}}),[["__scopeId","data-v-a66356e7"]]),Page:zT},Symbol.toStringTag,{value:"Module"}));function WT(){const e=fe.ref("");function t(n){e.value=n}return{title:e,setTitle:t}}function ZT(){const e=fe.ref(!0);function t(){e.value=!0}function n(){e.value=!1}return{isVisible:e,show:t,hide:n}}function qT(){const e=fe.ref([]);function t(r){e.value.push(r)}function n(){return e.value.pop()}return{stack:e,push:t,pop:n}}const pv=Object.freeze(Object.defineProperty({__proto__:null,useActionBar:WT,useFrame:qT,usePage:ZT},Symbol.toStringTag,{value:"Module"})),QT=Object.freeze(Object.defineProperty({__proto__:null,components:hv,composables:pv},Symbol.toStringTag,{value:"Module"}));async function gv(e,t,n){window.alert(t?`${t}
|
|
2
|
+
|
|
3
|
+
${e}`:e)}async function mv(e,t,n,r){return window.confirm(t?`${t}
|
|
4
|
+
|
|
5
|
+
${e}`:e)}async function yv(e,t="",n,r,o){const s=window.prompt(n?`${n}
|
|
6
|
+
|
|
7
|
+
${e}`:e,t);return{result:s!==null,text:s??""}}async function vv(e="登录",t="",n="",r,o,s){const i=window.prompt(r?`${r}
|
|
8
|
+
|
|
9
|
+
${e} - 用户名`:`${e} - 用户名`,t);if(i===null)return{result:!1,userName:"",password:""};const a=window.prompt(r?`${r}
|
|
10
|
+
|
|
11
|
+
${e} - 密码`:`${e} - 密码`,n);return a===null?{result:!1,userName:"",password:""}:{result:!0,userName:i,password:a}}async function Dv(e,t){const n=typeof e=="string"?e:e.message||"选择一个操作",r=typeof e=="string"?[]:e.actions||[],o=t?`${t}
|
|
12
|
+
|
|
13
|
+
${n}${r.length?`
|
|
14
|
+
选项: ${r.join(", ")}`:""}`:`${n}${r.length?`
|
|
15
|
+
选项: ${r.join(", ")}`:""}`,s=window.prompt(o);return s?r.length?r.find(a=>a.toLowerCase()===s.toLowerCase())??void 0:s:void 0}function sa(e){return{value:e}}function Ev(){const e=sa("");function t(n){e.value=n}return{title:e,setTitle:t}}function Cv(){const e=sa([]);function t(r){e.value.push(r)}function n(){return e.value.pop()}return{stack:e,push:t,pop:n}}function Iv(){const e=sa(!0);function t(){e.value=!0}function n(){e.value=!1}return{isVisible:e,show:t,hide:n}}const YT=Object.freeze(Object.defineProperty({__proto__:null,action:Dv,alert:gv,confirm:mv,login:vv,prompt:yv,ref:sa,useActionBar:Ev,useFrame:Cv,usePage:Iv},Symbol.toStringTag,{value:"Module"}));/**
|
|
16
|
+
* @license Angular v18.2.14
|
|
17
|
+
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
18
|
+
* License: MIT
|
|
19
|
+
*/function bv(e,t){return Object.is(e,t)}let Te=null,ia=!1,cu=1;const lt=Symbol("SIGNAL");function U(e){const t=Te;return Te=e,t}function df(){return Te}function KT(){return ia}const aa={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 uu(e){if(ia)throw new Error(typeof ngDevMode<"u"&&ngDevMode?"Assertion error: signal read during notification phase":"");if(Te===null)return;Te.consumerOnSignalRead(e);const t=Te.nextProducerIndex++;if(fu(Te),t<Te.producerNode.length&&Te.producerNode[t]!==e&&ca(Te)){const n=Te.producerNode[t];du(n,Te.producerIndexOfThis[t])}Te.producerNode[t]!==e&&(Te.producerNode[t]=e,Te.producerIndexOfThis[t]=ca(Te)?Tv(e,Te,t):0),Te.producerLastReadVersion[t]=e.version}function JT(){cu++}function wv(e){if(!(ca(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===cu)){if(!e.producerMustRecompute(e)&&!hf(e)){e.dirty=!1,e.lastCleanEpoch=cu;return}e.producerRecomputeValue(e),e.dirty=!1,e.lastCleanEpoch=cu}}function _v(e){if(e.liveConsumerNode===void 0)return;const t=ia;ia=!0;try{for(const n of e.liveConsumerNode)n.dirty||Sv(n)}finally{ia=t}}function Mv(){return(Te==null?void 0:Te.consumerAllowSignalWrites)!==!1}function Sv(e){var t;e.dirty=!0,_v(e),(t=e.consumerMarkedDirty)==null||t.call(e,e)}function lu(e){return e&&(e.nextProducerIndex=0),U(e)}function ff(e,t){if(U(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(ca(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)du(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function hf(e){fu(e);for(let t=0;t<e.producerNode.length;t++){const n=e.producerNode[t],r=e.producerLastReadVersion[t];if(r!==n.version||(wv(n),r!==n.version))return!0}return!1}function pf(e){if(fu(e),ca(e))for(let t=0;t<e.producerNode.length;t++)du(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 Tv(e,t,n){if(Av(e),e.liveConsumerNode.length===0&&Ov(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=Tv(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function du(e,t){if(Av(e),typeof ngDevMode<"u"&&ngDevMode&&t>=e.liveConsumerNode.length)throw new Error(`Assertion error: active consumer index ${t} is out of bounds of ${e.liveConsumerNode.length} consumers)`);if(e.liveConsumerNode.length===1&&Ov(e))for(let r=0;r<e.producerNode.length;r++)du(e.producerNode[r],e.producerIndexOfThis[r]);const 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){const r=e.liveConsumerIndexOfThis[t],o=e.liveConsumerNode[t];fu(o),o.producerIndexOfThis[r]=t}}function ca(e){var t;return e.consumerIsAlwaysLive||(((t=e==null?void 0:e.liveConsumerNode)==null?void 0:t.length)??0)>0}function fu(e){e.producerNode??(e.producerNode=[]),e.producerIndexOfThis??(e.producerIndexOfThis=[]),e.producerLastReadVersion??(e.producerLastReadVersion=[])}function Av(e){e.liveConsumerNode??(e.liveConsumerNode=[]),e.liveConsumerIndexOfThis??(e.liveConsumerIndexOfThis=[])}function Ov(e){return e.producerNode!==void 0}function Pv(e){const t=Object.create(XT);t.computation=e;const n=()=>{if(wv(t),uu(t),t.value===hu)throw t.error;return t.value};return n[lt]=t,n}const gf=Symbol("UNSET"),mf=Symbol("COMPUTING"),hu=Symbol("ERRORED"),XT={...aa,value:gf,dirty:!0,error:null,equal:bv,producerMustRecompute(e){return e.value===gf||e.value===mf},producerRecomputeValue(e){if(e.value===mf)throw new Error("Detected cycle in computations.");const t=e.value;e.value=mf;const n=lu(e);let r;try{r=e.computation()}catch(o){r=hu,e.error=o}finally{ff(e,n)}if(t!==gf&&t!==hu&&r!==hu&&e.equal(t,r)){e.value=t;return}e.value=r,e.version++}};function e1(){throw new Error}let xv=e1;function Nv(){xv()}function t1(e){xv=e}function n1(e){const t=Object.create(Rv);t.value=e;const n=()=>(uu(t),t.value);return n[lt]=t,n}function pu(e,t){Mv()||Nv(),e.equal(e.value,t)||(e.value=t,o1(e))}function r1(e,t){Mv()||Nv(),pu(e,t(e.value))}const Rv={...aa,equal:bv,value:void 0};function o1(e){e.version++,JT(),_v(e)}function s1(e,t,n){const r=Object.create(i1);n&&(r.consumerAllowSignalWrites=!0),r.fn=e,r.schedule=t;const o=c=>{r.cleanupFn=c};function s(c){return c.fn===null&&c.schedule===null}function i(c){s(c)||(pf(c),c.cleanupFn(),c.fn=null,c.schedule=null,c.cleanupFn=yf)}const a=()=>{if(r.fn===null)return;if(KT())throw new Error("Schedulers cannot synchronously execute watches while scheduling.");if(r.dirty=!1,r.hasRun&&!hf(r))return;r.hasRun=!0;const c=lu(r);try{r.cleanupFn(),r.cleanupFn=yf,r.fn(o)}finally{ff(r,c)}};return r.ref={notify:()=>Sv(r),run:a,cleanup:()=>r.cleanupFn(),destroy:()=>i(r),[lt]:r},r.ref}const yf=()=>{},i1={...aa,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!1,consumerMarkedDirty:e=>{e.schedule!==null&&e.schedule(e.ref)},hasRun:!1,cleanupFn:yf};var vf=function(e,t){return vf=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o])},vf(e,t)};function Wo(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");vf(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function Df(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 Ef(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),o,s=[],i;try{for(;(t===void 0||t-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(a){i={error:a}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return s}function Cf(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;function tn(e){return typeof e=="function"}function If(e){var t=function(r){Error.call(r),r.stack=new Error().stack},n=e(t);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var bf=If(function(e){return function(n){e(this),this.message=n?n.length+` errors occurred during unsubscription:
|
|
20
|
+
`+n.map(function(r,o){return o+1+") "+r.toString()}).join(`
|
|
21
|
+
`):"",this.name="UnsubscriptionError",this.errors=n}});function wf(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var wr=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,n,r,o,s;if(!this.closed){this.closed=!0;var i=this._parentage;if(i)if(this._parentage=null,Array.isArray(i))try{for(var a=Df(i),c=a.next();!c.done;c=a.next()){var u=c.value;u.remove(this)}}catch(g){t={error:g}}finally{try{c&&!c.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}else i.remove(this);var l=this.initialTeardown;if(tn(l))try{l()}catch(g){s=g instanceof bf?g.errors:[g]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var f=Df(d),h=f.next();!h.done;h=f.next()){var p=h.value;try{Lv(p)}catch(g){s=s??[],g instanceof bf?s=Cf(Cf([],Ef(s)),Ef(g.errors)):s.push(g)}}}catch(g){r={error:g}}finally{try{h&&!h.done&&(o=f.return)&&o.call(f)}finally{if(r)throw r.error}}}if(s)throw new bf(s)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Lv(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)}},e.prototype._hasParent=function(t){var n=this._parentage;return n===t||Array.isArray(n)&&n.includes(t)},e.prototype._addParent=function(t){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t},e.prototype._removeParent=function(t){var n=this._parentage;n===t?this._parentage=null:Array.isArray(n)&&wf(n,t)},e.prototype.remove=function(t){var n=this._finalizers;n&&wf(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Fv=wr.EMPTY;function kv(e){return e instanceof wr||e&&"closed"in e&&tn(e.remove)&&tn(e.add)&&tn(e.unsubscribe)}function Lv(e){tn(e)?e():e.unsubscribe()}var a1={Promise:void 0},c1={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,Cf([e,t],Ef(n)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function u1(e){c1.setTimeout(function(){throw e})}function jv(){}function gu(e){e()}var _f=function(e){Wo(t,e);function t(n){var r=e.call(this)||this;return r.isStopped=!1,n?(r.destination=n,kv(n)&&n.add(r)):r.destination=f1,r}return t.create=function(n,r,o){return new Mf(n,r,o)},t.prototype.next=function(n){this.isStopped||this._next(n)},t.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(n){this.destination.next(n)},t.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(wr),l1=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var n=this.partialObserver;if(n.next)try{n.next(t)}catch(r){mu(r)}},e.prototype.error=function(t){var n=this.partialObserver;if(n.error)try{n.error(t)}catch(r){mu(r)}else mu(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(n){mu(n)}},e}(),Mf=function(e){Wo(t,e);function t(n,r,o){var s=e.call(this)||this,i;return tn(n)||!n?i={next:n??void 0,error:r??void 0,complete:o??void 0}:i=n,s.destination=new l1(i),s}return t}(_f);function mu(e){u1(e)}function d1(e){throw e}var f1={closed:!0,next:jv,error:d1,complete:jv},h1=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function $v(e){return e}function p1(e){return e.length===0?$v:e.length===1?e[0]:function(n){return e.reduce(function(r,o){return o(r)},n)}}var Sf=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(t,n,r){var o=this,s=m1(t)?t:new Mf(t,n,r);return gu(function(){var i=o,a=i.operator,c=i.source;s.add(a?a.call(s,c):c?o._subscribe(s):o._trySubscribe(s))}),s},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){t.error(n)}},e.prototype.forEach=function(t,n){var r=this;return n=Bv(n),new n(function(o,s){var i=new Mf({next:function(a){try{t(a)}catch(c){s(c),i.unsubscribe()}},error:s,complete:o});r.subscribe(i)})},e.prototype._subscribe=function(t){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(t)},e.prototype[h1]=function(){return this},e.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return p1(t)(this)},e.prototype.toPromise=function(t){var n=this;return t=Bv(t),new t(function(r,o){var s;n.subscribe(function(i){return s=i},function(i){return o(i)},function(){return r(s)})})},e.create=function(t){return new e(t)},e}();function Bv(e){var t;return(t=e??a1.Promise)!==null&&t!==void 0?t:Promise}function g1(e){return e&&tn(e.next)&&tn(e.error)&&tn(e.complete)}function m1(e){return e&&e instanceof _f||g1(e)&&kv(e)}function y1(e){return tn(e==null?void 0:e.lift)}function ua(e){return function(t){if(y1(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 la(e,t,n,r,o){return new v1(e,t,n,r,o)}var v1=function(e){Wo(t,e);function t(n,r,o,s,i,a){var c=e.call(this,n)||this;return c.onFinalize=i,c.shouldUnsubscribe=a,c._next=r?function(u){try{r(u)}catch(l){n.error(l)}}:e.prototype._next,c._error=s?function(u){try{s(u)}catch(l){n.error(l)}finally{this.unsubscribe()}}:e.prototype._error,c._complete=o?function(){try{o()}catch(u){n.error(u)}finally{this.unsubscribe()}}:e.prototype._complete,c}return t.prototype.unsubscribe=function(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;e.prototype.unsubscribe.call(this),!r&&((n=this.onFinalize)===null||n===void 0||n.call(this))}},t}(_f),D1=If(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),da=function(e){Wo(t,e);function t(){var n=e.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return t.prototype.lift=function(n){var r=new Hv(this,this);return r.operator=n,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new D1},t.prototype.next=function(n){var r=this;gu(function(){var o,s;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var i=Df(r.currentObservers),a=i.next();!a.done;a=i.next()){var c=a.value;c.next(n)}}catch(u){o={error:u}}finally{try{a&&!a.done&&(s=i.return)&&s.call(i)}finally{if(o)throw o.error}}}})},t.prototype.error=function(n){var r=this;gu(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var o=r.observers;o.length;)o.shift().error(n)}})},t.prototype.complete=function(){var n=this;gu(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(n){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,n)},t.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},t.prototype._innerSubscribe=function(n){var r=this,o=this,s=o.hasError,i=o.isStopped,a=o.observers;return s||i?Fv:(this.currentObservers=null,a.push(n),new wr(function(){r.currentObservers=null,wf(a,n)}))},t.prototype._checkFinalizedStatuses=function(n){var r=this,o=r.hasError,s=r.thrownError,i=r.isStopped;o?n.error(s):i&&n.complete()},t.prototype.asObservable=function(){var n=new Sf;return n.source=this,n},t.create=function(n,r){return new Hv(n,r)},t}(Sf),Hv=function(e){Wo(t,e);function t(n,r){var o=e.call(this)||this;return o.destination=n,o.source=r,o}return t.prototype.next=function(n){var r,o;(o=(r=this.destination)===null||r===void 0?void 0:r.next)===null||o===void 0||o.call(r,n)},t.prototype.error=function(n){var r,o;(o=(r=this.destination)===null||r===void 0?void 0:r.error)===null||o===void 0||o.call(r,n)},t.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},t.prototype._subscribe=function(n){var r,o;return(o=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&o!==void 0?o:Fv},t}(da),E1=function(e){Wo(t,e);function t(n){var r=e.call(this)||this;return r._value=n,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(n){var r=e.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},t.prototype.getValue=function(){var n=this,r=n.hasError,o=n.thrownError,s=n._value;if(r)throw o;return this._throwIfClosed(),s},t.prototype.next=function(n){e.prototype.next.call(this,this._value=n)},t}(da),C1=new Sf(function(e){return e.complete()}),Uv=If(function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}});function I1(e,t){return ua(function(n,r){var o=0;n.subscribe(la(r,function(s){r.next(e.call(t,s,o++))}))})}function b1(e,t){return ua(function(n,r){var o=0;n.subscribe(la(r,function(s){return e.call(t,s,o++)&&r.next(s)}))})}function w1(e){return ua(function(t,n){var r=!1;t.subscribe(la(n,function(o){r=!0,n.next(o)},function(){r||n.next(e),n.complete()}))})}function _1(e){return e<=0?function(){return C1}:ua(function(t,n){var r=0;t.subscribe(la(n,function(o){++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function M1(e){return e===void 0&&(e=S1),ua(function(t,n){var r=!1;t.subscribe(la(n,function(o){r=!0,n.next(o)},function(){return r?n.complete():n.error(e())}))})}function S1(){return new Uv}function T1(e,t){var n=arguments.length>=2;return function(r){return r.pipe(e?b1(function(o,s){return e(o,s,r)}):$v,_1(1),n?w1(t):M1(function(){return new Uv}))}}/**
|
|
22
|
+
* @license Angular v18.2.14
|
|
23
|
+
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
24
|
+
* License: MIT
|
|
25
|
+
*/const yu={JSACTION:"jsaction"},Tf={JSACTION:"__jsaction",OWNER:"__owner"},Vv={};function A1(e){return e[Tf.JSACTION]}function zv(e,t){e[Tf.JSACTION]=t}function O1(e){return Vv[e]}function P1(e,t){Vv[e]=t}const N={CLICK:"click",CLICKMOD:"clickmod",DBLCLICK:"dblclick",FOCUS:"focus",FOCUSIN:"focusin",BLUR:"blur",FOCUSOUT:"focusout",SUBMIT:"submit",KEYDOWN:"keydown",KEYPRESS:"keypress",KEYUP:"keyup",MOUSEOVER:"mouseover",MOUSEOUT:"mouseout",MOUSEENTER:"mouseenter",MOUSELEAVE:"mouseleave",POINTEROVER:"pointerover",POINTEROUT:"pointerout",POINTERENTER:"pointerenter",POINTERLEAVE:"pointerleave",ERROR:"error",LOAD:"load",TOUCHSTART:"touchstart",TOUCHEND:"touchend",TOUCHMOVE:"touchmove",TOGGLE:"toggle"},x1=[N.MOUSEENTER,N.MOUSELEAVE,"pointerenter","pointerleave"],N1=[N.CLICK,N.DBLCLICK,N.FOCUSIN,N.FOCUSOUT,N.KEYDOWN,N.KEYUP,N.KEYPRESS,N.MOUSEOVER,N.MOUSEOUT,N.SUBMIT,N.TOUCHSTART,N.TOUCHEND,N.TOUCHMOVE,"touchcancel","auxclick","change","compositionstart","compositionupdate","compositionend","beforeinput","input","select","copy","cut","paste","mousedown","mouseup","wheel","contextmenu","dragover","dragenter","dragleave","drop","dragstart","dragend","pointerdown","pointermove","pointerup","pointercancel","pointerover","pointerout","gotpointercapture","lostpointercapture","ended","loadedmetadata","pagehide","pageshow","visibilitychange","beforematch"],Gv=[N.FOCUS,N.BLUR,N.ERROR,N.LOAD,N.TOGGLE],Af=e=>Gv.indexOf(e)>=0,R1=N1.concat(Gv),F1=e=>R1.indexOf(e)>=0;function k1(e){return e===N.MOUSEENTER?N.MOUSEOVER:e===N.MOUSELEAVE?N.MOUSEOUT:e===N.POINTERENTER?N.POINTEROVER:e===N.POINTERLEAVE?N.POINTEROUT:e}function L1(e,t,n){let r=!1;return Af(t)&&(r=!0),e.addEventListener(t,n,r),{eventType:t,handler:n,capture:r}}function j1(e,t){e.removeEventListener?e.removeEventListener(t.eventType,t.handler,t.capture):e.detachEvent&&e.detachEvent(`on${t.eventType}`,t.handler)}function $1(e){e.preventDefault?e.preventDefault():e.returnValue=!1}let Wv=typeof navigator<"u"&&/Macintosh/.test(navigator.userAgent);function B1(e){return e.which===2||e.which==null&&e.button===4}function H1(e){return Wv&&e.metaKey||!Wv&&e.ctrlKey||B1(e)||e.shiftKey}function U1(e,t,n){const r=e.relatedTarget;return(e.type===N.MOUSEOVER&&t===N.MOUSEENTER||e.type===N.MOUSEOUT&&t===N.MOUSELEAVE||e.type===N.POINTEROVER&&t===N.POINTERENTER||e.type===N.POINTEROUT&&t===N.POINTERLEAVE)&&(!r||r!==n&&!n.contains(r))}function V1(e,t){const n={};for(const r in e){if(r==="srcElement"||r==="target")continue;const o=r,s=e[o];typeof s!="function"&&(n[o]=s)}return e.type===N.MOUSEOVER?n.type=N.MOUSEENTER:e.type===N.MOUSEOUT?n.type=N.MOUSELEAVE:e.type===N.POINTEROVER?n.type=N.POINTERENTER:n.type=N.POINTERLEAVE,n.target=n.srcElement=t,n.bubbles=!1,n}const z1=typeof navigator<"u"&&/iPhone|iPad|iPod/.test(navigator.userAgent);class G1{constructor(t){this.element=t,this.handlerInfos=[]}addEventListener(t,n){z1&&(this.element.style.cursor="pointer"),this.handlerInfos.push(L1(this.element,t,n(this.element)))}cleanUp(){for(let t=0;t<this.handlerInfos.length;t++)j1(this.element,this.handlerInfos[t]);this.handlerInfos=[]}}const W1={EVENT_ACTION_SEPARATOR:":"};function jn(e){return e.eventType}function Of(e,t){e.eventType=t}function vu(e){return e.event}function Zv(e,t){e.event=t}function qv(e){return e.targetElement}function Qv(e,t){e.targetElement=t}function Yv(e){return e.eic}function Z1(e,t){e.eic=t}function q1(e){return e.timeStamp}function Q1(e,t){e.timeStamp=t}function Du(e){return e.eia}function Kv(e,t,n){e.eia=[t,n]}function Pf(e){e.eia=void 0}function Eu(e){return e[1]}function Y1(e){return e.eirp}function Jv(e,t){e.eirp=t}function Xv(e){return e.eir}function eD(e,t){e.eir=t}function tD(e){return{eventType:e.eventType,event:e.event,targetElement:e.targetElement,eic:e.eic,eia:e.eia,timeStamp:e.timeStamp,eirp:e.eirp,eiack:e.eiack,eir:e.eir}}function K1(e,t,n,r,o,s,i,a){return{eventType:e,event:t,targetElement:n,eic:r,timeStamp:o,eia:s,eirp:i,eiack:a}}class xf{constructor(t){this.eventInfo=t}getEventType(){return jn(this.eventInfo)}setEventType(t){Of(this.eventInfo,t)}getEvent(){return vu(this.eventInfo)}setEvent(t){Zv(this.eventInfo,t)}getTargetElement(){return qv(this.eventInfo)}setTargetElement(t){Qv(this.eventInfo,t)}getContainer(){return Yv(this.eventInfo)}setContainer(t){Z1(this.eventInfo,t)}getTimestamp(){return q1(this.eventInfo)}setTimestamp(t){Q1(this.eventInfo,t)}getAction(){const t=Du(this.eventInfo);if(t)return{name:t[0],element:t[1]}}setAction(t){if(!t){Pf(this.eventInfo);return}Kv(this.eventInfo,t.name,t.element)}getIsReplay(){return Y1(this.eventInfo)}setIsReplay(t){Jv(this.eventInfo,t)}getResolved(){return Xv(this.eventInfo)}setResolved(t){eD(this.eventInfo,t)}clone(){return new xf(tD(this.eventInfo))}}const J1={},X1=/\s*;\s*/,eA=N.CLICK;class tA{constructor({syntheticMouseEventSupport:t=!1,clickModSupport:n=!0}={}){this.a11yClickSupport=!1,this.clickModSupport=!0,this.updateEventInfoForA11yClick=void 0,this.preventDefaultForA11yClick=void 0,this.populateClickOnlyAction=void 0,this.syntheticMouseEventSupport=t,this.clickModSupport=n}resolveEventType(t){this.clickModSupport&&jn(t)===N.CLICK&&H1(vu(t))?Of(t,N.CLICKMOD):this.a11yClickSupport&&this.updateEventInfoForA11yClick(t)}resolveAction(t){Xv(t)||(this.populateAction(t,qv(t)),eD(t,!0))}resolveParentAction(t){const n=Du(t),r=n&&Eu(n);Pf(t);const o=r&&this.getParentNode(r);o&&this.populateAction(t,o)}populateAction(t,n){let r=n;for(;r&&r!==Yv(t)&&(r.nodeType===Node.ELEMENT_NODE&&this.populateActionOnElement(r,t),!Du(t));)r=this.getParentNode(r);const o=Du(t);if(o&&(this.a11yClickSupport&&this.preventDefaultForA11yClick(t),this.syntheticMouseEventSupport&&(jn(t)===N.MOUSEENTER||jn(t)===N.MOUSELEAVE||jn(t)===N.POINTERENTER||jn(t)===N.POINTERLEAVE)))if(U1(vu(t),jn(t),Eu(o))){const s=V1(vu(t),Eu(o));Zv(t,s),Qv(t,Eu(o))}else Pf(t)}getParentNode(t){const n=t[Tf.OWNER];if(n)return n;const r=t.parentNode;return(r==null?void 0:r.nodeName)==="#document-fragment"?(r==null?void 0:r.host)??null:r}populateActionOnElement(t,n){const r=this.parseActions(t),o=r[jn(n)];o!==void 0&&Kv(n,o,t),this.a11yClickSupport&&this.populateClickOnlyAction(t,n,r)}parseActions(t){let n=A1(t);if(!n){const r=t.getAttribute(yu.JSACTION);if(!r)n=J1,zv(t,n);else{if(n=O1(r),!n){n={};const o=r.split(X1);for(let s=0;s<o.length;s++){const i=o[s];if(!i)continue;const a=i.indexOf(W1.EVENT_ACTION_SEPARATOR),c=a!==-1,u=c?i.substr(0,a).trim():eA,l=c?i.substr(a+1).trim():i;n[u]=l}P1(r,n)}zv(t,n)}}return n}addA11yClickSupport(t,n,r){this.a11yClickSupport=!0,this.updateEventInfoForA11yClick=t,this.preventDefaultForA11yClick=n,this.populateClickOnlyAction=r}}var Nf;(function(e){e[e.I_AM_THE_JSACTION_FRAMEWORK=0]="I_AM_THE_JSACTION_FRAMEWORK"})(Nf||(Nf={}));class nA{constructor(t,{actionResolver:n,eventReplayer:r}={}){this.dispatchDelegate=t,this.eventReplayScheduled=!1,this.replayEventInfoWrappers=[],this.actionResolver=n,this.eventReplayer=r}dispatch(t){var o,s;const n=new xf(t);(o=this.actionResolver)==null||o.resolveEventType(t),(s=this.actionResolver)==null||s.resolveAction(t);const r=n.getAction();if(r&&rA(r.element,n)&&$1(n.getEvent()),this.eventReplayer&&n.getIsReplay()){this.scheduleEventInfoWrapperReplay(n);return}this.dispatchDelegate(n)}scheduleEventInfoWrapperReplay(t){this.replayEventInfoWrappers.push(t),!this.eventReplayScheduled&&(this.eventReplayScheduled=!0,Promise.resolve().then(()=>{this.eventReplayScheduled=!1,this.eventReplayer(this.replayEventInfoWrappers)}))}}function rA(e,t){return e.tagName==="A"&&(t.getEventType()===N.CLICK||t.getEventType()===N.CLICKMOD)}const nD=Symbol.for("propagationStopped"),oA={REPLAY:101},sA=" Because event replay occurs after browser dispatch, `preventDefault` would have no effect. You can check whether an event is being replayed by accessing the event phase: `event.eventPhase === EventPhase.REPLAY`.",iA="`preventDefault` called during event replay.",aA=" Because event replay occurs after browser dispatch, `composedPath()` will be empty. Iterate parent nodes from `event.target` or `event.currentTarget` if you need to check elements in the event path.",cA="`composedPath` called during event replay.";class uA{constructor(t,n=!0){this.dispatchDelegate=t,this.clickModSupport=n,this.actionResolver=new tA({clickModSupport:n}),this.dispatcher=new nA(r=>{this.dispatchToDelegate(r)},{actionResolver:this.actionResolver})}dispatch(t){this.dispatcher.dispatch(t)}dispatchToDelegate(t){for(t.getIsReplay()&&fA(t),lA(t);t.getAction();){if(hA(t),Af(t.getEventType())&&t.getAction().element!==t.getTargetElement()||(this.dispatchDelegate(t.getEvent(),t.getAction().name),dA(t)))return;this.actionResolver.resolveParentAction(t.eventInfo)}}}function lA(e){const t=e.getEvent(),n=e.getEvent().stopPropagation.bind(t),r=()=>{t[nD]=!0,n()};_r(t,"stopPropagation",r),_r(t,"stopImmediatePropagation",r)}function dA(e){return!!e.getEvent()[nD]}function fA(e){const t=e.getEvent(),n=e.getTargetElement(),r=t.preventDefault.bind(t);_r(t,"target",n),_r(t,"eventPhase",oA.REPLAY),_r(t,"preventDefault",()=>{throw r(),new Error(iA+(ngDevMode?sA:""))}),_r(t,"composedPath",()=>{throw new Error(cA+(ngDevMode?aA:""))})}function hA(e){var r;const t=e.getEvent(),n=(r=e.getAction())==null?void 0:r.element;n&&_r(t,"currentTarget",n,{configurable:!0})}function _r(e,t,n,{configurable:r=!1}={}){Object.defineProperty(e,t,{value:n,configurable:r})}function pA(e,t){e.ecrd(n=>{t.dispatch(n)},Nf.I_AM_THE_JSACTION_FRAMEWORK)}function gA(e){return(e==null?void 0:e.q)??[]}function mA(e){e&&(rD(e.c,e.et,e.h),rD(e.c,e.etc,e.h,!0))}function rD(e,t,n,r){for(let o=0;o<t.length;o++)e.removeEventListener(t[o],n,r)}const yA=!1,nf=class nf{constructor(t){this.eventHandlers={},this.browserEventTypeToExtraEventTypes={},this.dispatcher=null,this.queuedEventInfos=[],this.containerManager=t}handleEvent(t,n,r){const o=K1(t,n,n.target,r,Date.now());this.handleEventInfo(o)}handleEventInfo(t){var n;if(!this.dispatcher){Jv(t,!0),(n=this.queuedEventInfos)==null||n.push(t);return}this.dispatcher(t)}addEvent(t,n){if(t in this.eventHandlers||!this.containerManager||!nf.MOUSE_SPECIAL_SUPPORT&&x1.indexOf(t)>=0)return;const r=(s,i,a)=>{this.handleEvent(s,i,a)};this.eventHandlers[t]=r;const o=k1(n||t);if(o!==t){const s=this.browserEventTypeToExtraEventTypes[o]||[];s.push(t),this.browserEventTypeToExtraEventTypes[o]=s}this.containerManager.addEventListener(o,s=>i=>{r(t,i,s)})}replayEarlyEvents(t=window._ejsa){t&&(this.replayEarlyEventInfos(t.q),mA(t),delete window._ejsa)}replayEarlyEventInfos(t){for(let n=0;n<t.length;n++){const r=t[n],o=this.getEventTypesForBrowserEventType(r.eventType);for(let s=0;s<o.length;s++){const i=tD(r);Of(i,o[s]),this.handleEventInfo(i)}}}getEventTypesForBrowserEventType(t){const n=[];return this.eventHandlers[t]&&n.push(t),this.browserEventTypeToExtraEventTypes[t]&&n.push(...this.browserEventTypeToExtraEventTypes[t]),n}handler(t){return this.eventHandlers[t]}cleanUp(){this.containerManager.cleanUp(),this.containerManager=null,this.eventHandlers={},this.browserEventTypeToExtraEventTypes={},this.dispatcher=null,this.queuedEventInfos=[]}registerDispatcher(t,n){this.ecrd(t,n)}ecrd(t,n){var r;if(this.dispatcher=t,(r=this.queuedEventInfos)!=null&&r.length){for(let o=0;o<this.queuedEventInfos.length;o++)this.handleEventInfo(this.queuedEventInfos[o]);this.queuedEventInfos=null}}};nf.MOUSE_SPECIAL_SUPPORT=yA;let Rf=nf;function vA(e,t=window){var n;return gA((n=t._ejsas)==null?void 0:n[e])}function DA(e,t=window){t._ejsas&&(t._ejsas[e]=void 0)}/**
|
|
26
|
+
* @license Angular v18.2.14
|
|
27
|
+
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
28
|
+
* License: MIT
|
|
29
|
+
*/const EA="https://angular.dev/errors",Mr="https://g.co/ng/security#xss";class v extends Error{constructor(t,n){super(he(t,n)),this.code=t}}function he(e,t){const n=`NG0${Math.abs(e)}`;let r=`${n}${t?": "+t:""}`;if(ngDevMode&&e<0){const s=!r.match(/[.,;!?\n]$/)?".":"";r=`${r}${s} Find more at ${EA}/${n}`}return r}const Cu=Symbol("InputSignalNode#UNSET"),oD={...Rv,transformFn:void 0,applyValueToInputSignal(e,t){pu(e,t)}},CA=Symbol();function sD(e,t){const n=Object.create(oD);n.value=e,n.transformFn=t==null?void 0:t.transform;function r(){if(uu(n),n.value===Cu)throw new v(-950,ngDevMode&&"Input is required but no value is available yet.");return n.value}return r[lt]=n,ngDevMode&&(r.toString=()=>`[Input Signal: ${r()}]`),r}function nn(e){return{toString:e}.toString()}const Zo="__annotations__",qo="__parameters__",Qo="__prop__metadata__";function fa(e,t,n,r,o){return nn(()=>{const s=Ff(t);function i(...a){if(this instanceof i)return s.call(this,...a),this;const c=new i(...a);return function(l){return o&&o(l,...a),(l.hasOwnProperty(Zo)?l[Zo]:Object.defineProperty(l,Zo,{value:[]})[Zo]).push(c),l}}return n&&(i.prototype=Object.create(n.prototype)),i.prototype.ngMetadataName=e,i.annotationCls=i,i})}function Ff(e){return function(...n){if(e){const r=e(...n);for(const o in r)this[o]=r[o]}}}function Yo(e,t,n){return nn(()=>{const r=Ff(t);function o(...s){if(this instanceof o)return r.apply(this,s),this;const i=new o(...s);return a.annotation=i,a;function a(c,u,l){const d=c.hasOwnProperty(qo)?c[qo]:Object.defineProperty(c,qo,{value:[]})[qo];for(;d.length<=l;)d.push(null);return(d[l]=d[l]||[]).push(i),c}}return o.prototype.ngMetadataName=e,o.annotationCls=o,o})}function $n(e,t,n,r){return nn(()=>{const o=Ff(t);function s(...i){if(this instanceof s)return o.apply(this,i),this;const a=new s(...i);function c(u,l){if(u===void 0)throw new Error("Standard Angular field decorators are not supported in JIT mode.");const d=u.constructor,f=d.hasOwnProperty(Qo)?d[Qo]:Object.defineProperty(d,Qo,{value:{}})[Qo];f[l]=f.hasOwnProperty(l)&&f[l]||[],f[l].unshift(a)}return c}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=e,s.annotationCls=s,s})}const Ae=globalThis;function IA(){const e=typeof location<"u"?location.toString():"",t={namedConstructors:e.indexOf("ngDevMode=namedConstructors")!=-1,firstCreatePass:0,tNode:0,tView:0,rendererCreateTextNode:0,rendererSetText:0,rendererCreateElement:0,rendererAddEventListener:0,rendererSetAttribute:0,rendererRemoveAttribute:0,rendererSetProperty:0,rendererSetClassName:0,rendererAddClass:0,rendererRemoveClass:0,rendererSetStyle:0,rendererRemoveStyle:0,rendererDestroy:0,rendererDestroyNode:0,rendererMoveNode:0,rendererRemoveNode:0,rendererAppendChild:0,rendererInsertBefore:0,rendererCreateComment:0,hydratedNodes:0,hydratedComponents:0,dehydratedViewsRemoved:0,dehydratedViewsCleanupRuns:0,componentsSkippedHydration:0};return e.indexOf("ngDevMode=false")===-1?(typeof Ae.ngDevMode!="object"&&(Ae.ngDevMode={}),Object.assign(Ae.ngDevMode,t)):Ae.ngDevMode=!1,t}function kf(){return typeof ngDevMode>"u"||ngDevMode?((typeof ngDevMode!="object"||Object.keys(ngDevMode).length===0)&&IA(),typeof ngDevMode<"u"&&!!ngDevMode):!1}function ce(e){for(let t in e)if(e[t]===ce)return t;throw Error("Could not find renamed property on target object.")}function bA(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function J(e){if(typeof e=="string")return e;if(Array.isArray(e))return"["+e.map(J).join(", ")+"]";if(e==null)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(t==null)return""+t;const n=t.indexOf(`
|
|
30
|
+
`);return n===-1?t:t.substring(0,n)}function Lf(e,t){return e==null||e===""?t===null?"":t:t==null||t===""?e:e+" "+t}function wA(e,t=100){if(!e||t<1||e.length<=t)return e;if(t==1)return e.substring(0,1)+"...";const n=Math.round(t/2);return e.substring(0,n)+"..."+e.substring(e.length-n)}const _A=ce({__forward_ref__:ce});function Iu(e){return e.__forward_ref__=Iu,e.toString=function(){return J(this())},e}function $(e){return bu(e)?e():e}function bu(e){return typeof e=="function"&&e.hasOwnProperty(_A)&&e.__forward_ref__===Iu}function ie(e,t){typeof e!="number"&&A(t,typeof e,"number","===")}function ha(e,t,n){ie(e,"Expected a number"),cD(e,n,"Expected number to be less than or equal to"),In(e,t,"Expected number to be greater than or equal to")}function Ko(e,t){typeof e!="string"&&A(t,e===null?"null":typeof e,"string","===")}function iD(e,t){typeof e!="function"&&A(t,e===null?"null":typeof e,"function","===")}function O(e,t,n){e!=t&&A(n,e,t,"==")}function Ot(e,t,n){e==t&&A(n,e,t,"!=")}function aD(e,t,n){e!==t&&A(n,e,t,"===")}function Jo(e,t,n){e===t&&A(n,e,t,"!==")}function Bn(e,t,n){e<t||A(n,e,t,"<")}function cD(e,t,n){e<=t||A(n,e,t,"<=")}function Hn(e,t,n){e>t||A(n,e,t,">")}function In(e,t,n){e>=t||A(n,e,t,">=")}function I(e,t){e==null&&A(t,e,null,"!=")}function A(e,t,n,r){throw new Error(`ASSERTION ERROR: ${e}`+(r==null?"":` [Expected=> ${n} ${r} ${t} <=Actual]`))}function Un(e){e instanceof Node||A(`The provided value must be an instance of a DOM Node but got ${J(e)}`)}function MA(e){e instanceof Element||A(`The provided value must be an element but got ${J(e)}`)}function we(e,t){I(e,"Array must be defined.");const n=e.length;(t<0||t>=n)&&A(`Index expected to be less than ${n} but got ${t}`)}function SA(e,...t){if(t.indexOf(e)!==-1)return!0;A(`Expected value to be one of ${JSON.stringify(t)} but was ${JSON.stringify(e)}.`)}function jf(e){df()!==null&&A(`${e}() should never be called in a reactive context.`)}function oe(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}const TA=oe;function wu(e){return{providers:e.providers||[],imports:e.imports||[]}}function pa(e){return uD(e,ga)||uD(e,lD)}function AA(e){return pa(e)!==null}function uD(e,t){return e.hasOwnProperty(t)?e[t]:null}function OA(e){const t=e&&(e[ga]||e[lD]);return t?(ngDevMode&&console.warn(`DEPRECATED: DI is instantiating a token "${e.name}" that inherits its @Injectable decorator but does not provide one itself.
|
|
31
|
+
This will become an error in a future version of Angular. Please add @Injectable() to the "${e.name}" class.`),t):null}function _u(e){return e&&(e.hasOwnProperty(Mu)||e.hasOwnProperty(PA))?e[Mu]:null}const ga=ce({ɵprov:ce}),Mu=ce({ɵinj:ce}),lD=ce({ngInjectableDef:ce}),PA=ce({ngInjectorDef:ce});class R{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.ɵprov=void 0,typeof n=="number"?((typeof ngDevMode>"u"||ngDevMode)&&Bn(n,0,"Only negative numbers are supported here"),this.__NG_ELEMENT_ID__=n):n!==void 0&&(this.ɵprov=oe({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}let $f;function Bf(){return!ngDevMode&&A("getInjectorProfilerContext should never be called in production mode"),$f}function tt(e){!ngDevMode&&A("setInjectorProfilerContext should never be called in production mode");const t=$f;return $f=e,t}let Hf=null;const xA=e=>{!ngDevMode&&A("setInjectorProfiler should never be called in production mode"),Hf=e};function Uf(e){!ngDevMode&&A("Injector profiler should never be called in production mode"),Hf!=null&&Hf(e)}function Vf(e,t=!1){!ngDevMode&&A("Injector profiler should never be called in production mode");let n;typeof e=="function"||e instanceof R?n=e:n=$(e.provide);let r=e;e instanceof R&&(r=e.ɵprov||e),Uf({type:2,context:Bf(),providerRecord:{token:n,provider:r,isViewProvider:t}})}function Su(e){!ngDevMode&&A("Injector profiler should never be called in production mode"),Uf({type:1,context:Bf(),instance:{value:e}})}function dD(e,t,n){!ngDevMode&&A("Injector profiler should never be called in production mode"),Uf({type:0,context:Bf(),service:{token:e,value:t,flags:n}})}function ma(e,t,n){!ngDevMode&&A("runInInjectorProfilerContext should never be called in production mode");const r=tt({injector:e,token:t});try{n()}finally{tt(r)}}function ya(e){return e&&!!e.ɵproviders}const Xo=ce({ɵcmp:ce}),Tu=ce({ɵdir:ce}),Au=ce({ɵpipe:ce}),zf=ce({ɵmod:ce}),bn=ce({ɵfac:ce}),es=ce({__NG_ELEMENT_ID__:ce}),fD=ce({__NG_ENV_ID__:ce});function H(e){return typeof e=="string"?e:e==null?"":String(e)}function W(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():H(e)}function NA(e){let t=e[Xo]||null;return t!==null&&t.debugInfo?RA(t.debugInfo):W(e)}function RA(e){return!e.filePath||!e.lineNumber?e.className:`${e.className} (at ${e.filePath}:${e.lineNumber})`}function Gf(e,t){const n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new v(-200,ngDevMode?`Circular dependency in DI detected for ${e}${n}`:e)}function hD(){throw new Error("Cannot mix multi providers and regular providers")}function Wf(e,t,n){if(e&&t){const r=t.map(o=>o==n?"?"+n+"?":"...");throw new Error(`Invalid provider for the NgModule '${J(e)}' - only instances of Provider and Type are allowed, got: [${r.join(", ")}]`)}else throw ya(n)?n.ɵfromNgModule?new v(207,"Invalid providers from 'importProvidersFrom' present in a non-environment injector. 'importProvidersFrom' can't be used for component providers."):new v(207,"Invalid providers present in a non-environment injector. 'EnvironmentProviders' can't be used for component providers."):new Error("Invalid provider")}function Zf(e,t){const n=ngDevMode&&`No provider for ${W(e)} found${t?` in ${t}`:""}`;throw new v(-201,n)}var Z;(function(e){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"})(Z||(Z={}));let Ou;function pD(){return Ou}function dt(e){const t=Ou;return Ou=e,t}function gD(e,t,n){const r=pa(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&Z.Optional)return null;if(t!==void 0)return t;Zf(e,"Injector")}function FA(e){ngDevMode&&Ot(Ou,e,"Calling ɵɵinject would cause infinite recursion")}const va={},qf="__NG_DI_FLAG__",Pu="ngTempTokenPath",kA="ngTokenPath",LA=/\n/gm,jA="ɵ",mD="__source";let ts;function $A(){return ts}function wn(e){const t=ts;return ts=e,t}function BA(e,t=Z.Default){if(ts===void 0)throw new v(-203,ngDevMode&&"inject() must be called from an injection context such as a constructor, a factory function, a field initializer, or a function used with `runInInjectionContext`.");if(ts===null)return gD(e,void 0,t);{const n=ts.get(e,t&Z.Optional?null:void 0,t);return ngDevMode&&dD(e,n,t),n}}function He(e,t=Z.Default){return(pD()||BA)($(e),t)}function Qf(e){throw new v(202,ngDevMode&&`This constructor is not compatible with Angular Dependency Injection because its dependency at index ${e} of the parameter list is invalid.
|
|
32
|
+
This can happen if the dependency type is a primitive like a string or if an ancestor of this class is missing an Angular decorator.
|
|
33
|
+
|
|
34
|
+
Please check that 1) the type for the parameter at index ${e} is correct and 2) the correct Angular decorators are defined for this class and its ancestors.`)}function b(e,t=Z.Default){return He(e,Da(t))}function Da(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function Yf(e){const t=[];for(let n=0;n<e.length;n++){const r=$(e[n]);if(Array.isArray(r)){if(r.length===0)throw new v(900,ngDevMode&&"Arguments array must have arguments.");let o,s=Z.Default;for(let i=0;i<r.length;i++){const a=r[i],c=HA(a);typeof c=="number"?c===-1?o=a.token:s|=c:o=a}t.push(He(o,s))}else t.push(He(r))}return t}function Ea(e,t){return e[qf]=t,e.prototype[qf]=t,e}function HA(e){return e[qf]}function UA(e,t,n,r){const o=e[Pu];throw t[mD]&&o.unshift(t[mD]),e.message=VA(`
|
|
35
|
+
`+e.message,o,n,r),e[kA]=o,e[Pu]=null,e}function VA(e,t,n,r=null){e=e&&e.charAt(0)===`
|
|
36
|
+
`&&e.charAt(1)==jA?e.slice(2):e;let o=J(t);if(Array.isArray(t))o=t.map(J).join(" -> ");else if(typeof t=="object"){let s=[];for(let i in t)if(t.hasOwnProperty(i)){let a=t[i];s.push(i+":"+(typeof a=="string"?JSON.stringify(a):J(a)))}o=`{${s.join(", ")}}`}return`${n}${r?"("+r+")":""}[${o}]: ${e.replace(LA,`
|
|
37
|
+
`)}`}const Et=Ea(Yo("Inject",e=>({token:e})),-1),Pt=Ea(Yo("Optional"),8),yD=Ea(Yo("Self"),2),xu=Ea(Yo("SkipSelf"),4),Ca=Ea(Yo("Host"),1);function Sr(e,t){const n=e.hasOwnProperty(bn);if(!n&&t===!0&&ngDevMode)throw new Error(`Type ${J(e)} does not have 'ɵfac' property.`);return n?e[bn]:null}function zA(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let o=e[r],s=t[r];if(n&&(o=n(o),s=n(s)),s!==o)return!1}return!0}function ft(e){return e.flat(Number.POSITIVE_INFINITY)}function ns(e,t){e.forEach(n=>Array.isArray(n)?ns(n,t):t(n))}function vD(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Nu(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Ia(e,t){const n=[];for(let r=0;r<e;r++)n.push(t);return n}function DD(e,t,n){const r=e.length-n;for(;t<r;)e[t]=e[t+n],t++;for(;n--;)e.pop()}function ED(e,t,n,r){ngDevMode&&cD(t,e.length,"Can't insert past array end.");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;){const s=o-2;e[o]=e[s],o--}e[t]=n,e[t+1]=r}}function Ct(e,t,n){let r=ba(e,t);return r>=0?e[r|1]=n:(r=~r,ED(e,r,t,n)),r}function Kf(e,t){const n=ba(e,t);if(n>=0)return e[n|1]}function ba(e,t){return GA(e,t,1)}function GA(e,t,n){ngDevMode&&O(Array.isArray(e),!0,"Expecting an array");let r=0,o=e.length>>n;for(;o!==r;){const s=r+(o-r>>1),i=e[s<<n];if(t===i)return s<<n;i>t?o=s:r=s+1}return~(o<<n)}const Ht={},K=[];(typeof ngDevMode>"u"||ngDevMode)&&kf()&&(Object.freeze(Ht),Object.freeze(K));const Ut=new R(ngDevMode?"ENVIRONMENT_INITIALIZER":""),Jf=new R(ngDevMode?"INJECTOR":"",-1),Xf=new R(ngDevMode?"INJECTOR_DEF_TYPES":"");class Ru{get(t,n=va){if(n===va){const r=new Error(`NullInjectorError: No provider for ${J(t)}!`);throw r.name="NullInjectorError",r}return n}}var V;(function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"})(V||(V={}));var _n;(function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"})(_n||(_n={}));var Mn;(function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"})(Mn||(Mn={}));function WA(e,t,n){ngDevMode&&Ot(t,"",'can not look for "" string.');let r=e.length;for(;;){const o=e.indexOf(t,n);if(o===-1)return o;if(o===0||e.charCodeAt(o-1)<=32){const s=t.length;if(o+s===r||e.charCodeAt(o+s)<=32)return o}n=o+1}}function eh(e,t,n){let r=0;for(;r<n.length;){const o=n[r];if(typeof o=="number"){if(o!==0)break;r++;const s=n[r++],i=n[r++],a=n[r++];ngDevMode&&ngDevMode.rendererSetAttribute++,e.setAttribute(t,i,a,s)}else{const s=o,i=n[++r];ngDevMode&&ngDevMode.rendererSetAttribute++,ID(s)?e.setProperty(t,s,i):e.setAttribute(t,s,i),r++}}return r}function CD(e){return e===3||e===4||e===6}function ID(e){return e.charCodeAt(0)===64}function wa(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++){const o=t[r];typeof o=="number"?n=o:n===0||(n===-1||n===2?bD(e,n,o,null,t[++r]):bD(e,n,o,null,null))}}return e}function bD(e,t,n,r,o){let s=0,i=e.length;if(t===-1)i=-1;else for(;s<e.length;){const a=e[s++];if(typeof a=="number"){if(a===t){i=-1;break}else if(a>t){i=s-1;break}}}for(;s<e.length;){const a=e[s];if(typeof a=="number")break;if(a===n){o!==null&&(e[s+1]=o);return}s++,o!==null&&s++}i!==-1&&(e.splice(i,0,t),s=i+1),e.splice(s++,0,n),o!==null&&e.splice(s++,0,o)}const wD="ng-template";function ZA(e,t,n,r){ngDevMode&&O(n,n.toLowerCase(),"Class name expected to be lowercase.");let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&WA(t[o+1].toLowerCase(),n,0)!==-1)return!0}else if(th(e))return!1;if(o=t.indexOf(1,o),o>-1){let s;for(;++o<t.length&&typeof(s=t[o])=="string";)if(s.toLowerCase()===n)return!0}return!1}function th(e){return e.type===4&&e.value!==wD}function qA(e,t,n){const r=e.type===4&&!n?wD:e.value;return t===r}function QA(e,t,n){ngDevMode&&I(t[0],"Selector should have a tag name");let r=4;const o=e.attrs,s=o!==null?JA(o):0;let i=!1;for(let a=0;a<t.length;a++){const c=t[a];if(typeof c=="number"){if(!i&&!Vt(r)&&!Vt(c))return!1;if(i&&Vt(c))continue;i=!1,r=c|r&1;continue}if(!i)if(r&4){if(r=2|r&1,c!==""&&!qA(e,c,n)||c===""&&t.length===1){if(Vt(r))return!1;i=!0}}else if(r&8){if(o===null||!ZA(e,o,c,n)){if(Vt(r))return!1;i=!0}}else{const u=t[++a],l=YA(c,o,th(e),n);if(l===-1){if(Vt(r))return!1;i=!0;continue}if(u!==""){let d;if(l>s?d="":(ngDevMode&&Ot(o[l],0,"We do not match directives on namespaced attributes"),d=o[l+1].toLowerCase()),r&2&&u!==d){if(Vt(r))return!1;i=!0}}}}return Vt(r)||i}function Vt(e){return(e&1)===0}function YA(e,t,n,r){if(t===null)return-1;let o=0;if(r||!n){let s=!1;for(;o<t.length;){const i=t[o];if(i===e)return o;if(i===3||i===6)s=!0;else if(i===1||i===2){let a=t[++o];for(;typeof a=="string";)a=t[++o];continue}else{if(i===4)break;if(i===0){o+=4;continue}}o+=s?1:2}return-1}else return XA(t,e)}function _D(e,t,n=!1){for(let r=0;r<t.length;r++)if(QA(e,t[r],n))return!0;return!1}function KA(e){const t=e.attrs;if(t!=null){const n=t.indexOf(5);if(!(n&1))return t[n+1]}return null}function JA(e){for(let t=0;t<e.length;t++){const n=e[t];if(CD(n))return t}return e.length}function XA(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){const r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function eO(e,t){e:for(let n=0;n<t.length;n++){const 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 MD(e,t){return e?":not("+t.trim()+")":t}function tO(e){let t=e[0],n=1,r=2,o="",s=!1;for(;n<e.length;){let i=e[n];if(typeof i=="string")if(r&2){const a=e[++n];o+="["+i+(a.length>0?'="'+a+'"':"")+"]"}else r&8?o+="."+i:r&4&&(o+=" "+i);else o!==""&&!Vt(i)&&(t+=MD(s,o),o=""),r=i,s=s||!Vt(r);n++}return o!==""&&(t+=MD(s,o)),t}function SD(e){return e.map(tO).join(",")}function nO(e){const t=[],n=[];let r=1,o=2;for(;r<e.length;){let s=e[r];if(typeof s=="string")o===2?s!==""&&t.push(s,e[++r]):o===8&&n.push(s);else{if(!Vt(o))break;o=s}r++}return{attrs:t,classes:n}}function TD(e){return nn(()=>{(typeof ngDevMode>"u"||ngDevMode)&&kf();const t=xD(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===V.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||_n.Emulated,styles:e.styles||K,_:null,schemas:e.schemas||null,tView:null,id:""};ND(n);const r=e.dependencies;return n.directiveDefs=Fu(r,!1),n.pipeDefs=Fu(r,!0),n.id=sO(n),n})}function rO(e){return q(e)||Ue(e)}function oO(e){return e!==null}function nh(e){return nn(()=>({type:e.type,bootstrap:e.bootstrap||K,declarations:e.declarations||K,imports:e.imports||K,exports:e.exports||K,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function AD(e,t){if(e==null)return Ht;const n={};for(const r in e)if(e.hasOwnProperty(r)){const o=e[r];let s,i,a=Mn.None;Array.isArray(o)?(a=o[0],s=o[1],i=o[2]??s):(s=o,i=o),t?(n[s]=a!==Mn.None?[r,a]:r,t[s]=i):n[s]=r}return n}function OD(e){return nn(()=>{const t=xD(e);return ND(t),t})}function PD(e){return{type:e.type,name:e.name,factory:null,pure:e.pure!==!1,standalone:e.standalone===!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function q(e){return e[Xo]||null}function Ue(e){return e[Tu]||null}function It(e){return e[Au]||null}function Vn(e){const t=q(e)||Ue(e)||It(e);return t!==null?t.standalone:!1}function bt(e,t){const n=e[zf]||null;if(!n&&t===!0)throw new Error(`Type ${J(e)} does not have 'ɵmod' property.`);return n}function xD(e){const 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||Ht,exportAs:e.exportAs||null,standalone:e.standalone===!0,signals:e.signals===!0,selectors:e.selectors||K,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:AD(e.inputs,t),outputs:AD(e.outputs),debugInfo:null}}function ND(e){var t;(t=e.features)==null||t.forEach(n=>n(e))}function Fu(e,t){if(!e)return null;const n=t?It:rO;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(oO)}const ku=new Map;function sO(e){let t=0;const n=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,e.consts,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].join("|");for(const o of n)t=Math.imul(31,t)+o.charCodeAt(0)<<0;t+=2147483648;const r="c"+t;if(typeof ngDevMode>"u"||ngDevMode)if(ku.has(r)){const o=ku.get(r);o!==e.type&&console.warn(he(-912,`Component ID generation collision detected. Components '${o.name}' and '${e.type.name}' with selector '${SD(e.selectors)}' generated the same component ID. To fix this, you can change the selector of one of those components or add an extra host attribute to force a different ID.`))}else ku.set(r,e.type);return r}function rs(e){return{ɵproviders:e}}function RD(...e){return{ɵproviders:rh(!0,e),ɵfromNgModule:!0}}function rh(e,...t){const n=[],r=new Set;let o;const s=i=>{n.push(i)};return ns(t,i=>{if((typeof ngDevMode>"u"||ngDevMode)&&e){const c=q(i);if(c!=null&&c.standalone)throw new v(800,`Importing providers supports NgModule or ModuleWithProviders but got a standalone component "${W(i)}"`)}const a=i;Lu(a,s,[],r)&&(o||(o=[]),o.push(a))}),o!==void 0&&FD(o,s),n}function FD(e,t){for(let n=0;n<e.length;n++){const{ngModule:r,providers:o}=e[n];oh(o,s=>{ngDevMode&&kD(s,o||K,r),t(s,r)})}}function Lu(e,t,n,r){if(e=$(e),!e)return!1;let o=null,s=_u(e);const i=!s&&q(e);if(!s&&!i){const c=e.ngModule;if(s=_u(c),s)o=c;else return!1}else{if(i&&!i.standalone)return!1;o=e}if(ngDevMode&&n.indexOf(o)!==-1){const c=J(o),u=n.map(J);Gf(c,u)}const a=r.has(o);if(i){if(a)return!1;if(r.add(o),i.dependencies){const c=typeof i.dependencies=="function"?i.dependencies():i.dependencies;for(const u of c)Lu(u,t,n,r)}}else if(s){if(s.imports!=null&&!a){ngDevMode&&n.push(o),r.add(o);let u;try{ns(s.imports,l=>{Lu(l,t,n,r)&&(u||(u=[]),u.push(l))})}finally{ngDevMode&&n.pop()}u!==void 0&&FD(u,t)}if(!a){const u=Sr(o)||(()=>new o);t({provide:o,useFactory:u,deps:K},o),t({provide:Xf,useValue:o,multi:!0},o),t({provide:Ut,useValue:()=>He(o),multi:!0},o)}const c=s.providers;if(c!=null&&!a){const u=e;oh(c,l=>{ngDevMode&&kD(l,c,u),t(l,u)})}}else return!1;return o!==e&&e.providers!==void 0}function kD(e,t,n){if(Tr(e)||ju(e)||jD(e)||LD(e))return;$(e&&(e.useClass||e.provide))||Wf(n,t,e)}function oh(e,t){for(let n of e)ya(n)&&(n=n.ɵproviders),Array.isArray(n)?oh(n,t):t(n)}const iO=ce({provide:String,useValue:ce});function ju(e){return e!==null&&typeof e=="object"&&iO in e}function LD(e){return!!(e&&e.useExisting)}function jD(e){return!!(e&&e.useFactory)}function Tr(e){return typeof e=="function"}function aO(e){return!!e.useClass}const sh=new R(ngDevMode?"Set Injector scope.":""),$u={},$D={};let ih;function Bu(){return ih===void 0&&(ih=new Ru),ih}class xt{}class os extends xt{get destroyed(){return this._destroyed}constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,ch(t,i=>this.processProvider(i)),this.records.set(Jf,ss(void 0,this)),o.has("environment")&&this.records.set(xt,ss(void 0,this));const s=this.records.get(sh);s!=null&&typeof s.value=="string"&&this.scopes.add(s.value),this.injectorDefTypes=new Set(this.get(Xf,K,Z.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;const t=U(null);try{for(const r of this._ngOnDestroyHooks)r.ngOnDestroy();const n=this._onDestroyHooks;this._onDestroyHooks=[];for(const r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),U(t)}}onDestroy(t){return this.assertNotDestroyed(),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){this.assertNotDestroyed();const n=wn(this),r=dt(void 0);let o;ngDevMode&&(o=tt({injector:this,token:null}));try{return t()}finally{wn(n),dt(r),ngDevMode&&tt(o)}}get(t,n=va,r=Z.Default){if(this.assertNotDestroyed(),t.hasOwnProperty(fD))return t[fD](this);r=Da(r);let o;ngDevMode&&(o=tt({injector:this,token:t}));const s=wn(this),i=dt(void 0);try{if(!(r&Z.SkipSelf)){let c=this.records.get(t);if(c===void 0){const u=fO(t)&&pa(t);u&&this.injectableDefInScope(u)?(ngDevMode&&ma(this,t,()=>{Vf(t)}),c=ss(ah(t),$u)):c=null,this.records.set(t,c)}if(c!=null)return this.hydrate(t,c)}const a=r&Z.Self?Bu():this.parent;return n=r&Z.Optional&&n===va?null:n,a.get(t,n)}catch(a){if(a.name==="NullInjectorError"){if((a[Pu]=a[Pu]||[]).unshift(J(t)),s)throw a;return UA(a,t,"R3InjectorError",this.source)}else throw a}finally{dt(i),wn(s),ngDevMode&&tt(o)}}resolveInjectorInitializers(){const t=U(null),n=wn(this),r=dt(void 0);let o;ngDevMode&&(o=tt({injector:this,token:null}));try{const s=this.get(Ut,K,Z.Self);if(ngDevMode&&!Array.isArray(s))throw new v(-209,`Unexpected type of the \`ENVIRONMENT_INITIALIZER\` token value (expected an array, but got ${typeof s}). Please check that the \`ENVIRONMENT_INITIALIZER\` token is configured as a \`multi: true\` provider.`);for(const i of s)i()}finally{wn(n),dt(r),ngDevMode&&tt(o),U(t)}}toString(){const t=[],n=this.records;for(const r of n.keys())t.push(J(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new v(205,ngDevMode&&"Injector has already been destroyed.")}processProvider(t){t=$(t);let n=Tr(t)?t:$(t&&t.provide);const r=uO(t);if(ngDevMode&&ma(this,n,()=>{ju(t)&&Su(t.useValue),Vf(t)}),!Tr(t)&&t.multi===!0){let o=this.records.get(n);o?ngDevMode&&o.multi===void 0&&hD():(o=ss(void 0,$u,!0),o.factory=()=>Yf(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}else if(ngDevMode){const o=this.records.get(n);o&&o.multi!==void 0&&hD()}this.records.set(n,r)}hydrate(t,n){const r=U(null);try{return ngDevMode&&n.value===$D?Gf(J(t)):n.value===$u&&(n.value=$D,ngDevMode?ma(this,t,()=>{n.value=n.factory(),Su(n.value)}):n.value=n.factory()),typeof n.value=="object"&&n.value&&dO(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{U(r)}}injectableDefInScope(t){if(!t.providedIn)return!1;const n=$(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){const n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}}function ah(e){const t=pa(e),n=t!==null?t.factory:Sr(e);if(n!==null)return n;if(e instanceof R)throw new v(204,ngDevMode&&`Token ${J(e)} is missing a ɵprov definition.`);if(e instanceof Function)return cO(e);throw new v(204,ngDevMode&&"unreachable")}function cO(e){const t=e.length;if(t>0)throw new v(204,ngDevMode&&`Can't resolve all parameters for ${J(e)}: (${Ia(t,"?").join(", ")}).`);const n=OA(e);return n!==null?()=>n.factory(e):()=>new e}function uO(e){if(ju(e))return ss(void 0,e.useValue);{const t=BD(e);return ss(t,$u)}}function BD(e,t,n){let r;if(ngDevMode&&ya(e)&&Wf(void 0,n,e),Tr(e)){const o=$(e);return Sr(o)||ah(o)}else if(ju(e))r=()=>$(e.useValue);else if(jD(e))r=()=>e.useFactory(...Yf(e.deps||[]));else if(LD(e))r=()=>He($(e.useExisting));else{const o=$(e&&(e.useClass||e.provide));if(ngDevMode&&!o&&Wf(t,n,e),lO(e))r=()=>new o(...Yf(e.deps));else return Sr(o)||ah(o)}return r}function ss(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function lO(e){return!!e.deps}function dO(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function fO(e){return typeof e=="function"||typeof e=="object"&&e instanceof R}function ch(e,t){for(const n of e)Array.isArray(n)?ch(n,t):n&&ya(n)?ch(n.ɵproviders,t):t(n)}function hO(e,t){e instanceof os&&e.assertNotDestroyed();let n;ngDevMode&&(n=tt({injector:e,token:null}));const r=wn(e),o=dt(void 0);try{return t()}finally{wn(r),ngDevMode&&tt(n),dt(o)}}function HD(){return pD()!==void 0||$A()!=null}function ht(e){if(!HD())throw new v(-203,ngDevMode&&e.name+"() can only be used within an injection context such as a constructor, a factory function, a field initializer, or a function used with `runInInjectionContext`")}var B;(function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"})(B||(B={}));var UD;(function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"})(UD||(UD={}));var VD;(function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"})(VD||(VD={}));function Le(e){const t=Ae.ng;if(t&&t.ɵcompilerFacade)return t.ɵcompilerFacade;if(typeof ngDevMode>"u"||ngDevMode){console.error(`JIT compilation failed for ${e.kind}`,e.type);let n=`The ${e.kind} '${e.type.name}' needs to be compiled using the JIT compiler, but '@angular/compiler' is not available.
|
|
38
|
+
|
|
39
|
+
`;throw e.usage===1?(n+=`The ${e.kind} is part of a library that has been partially compiled.
|
|
40
|
+
`,n+=`However, the Angular Linker has not processed the library such that JIT compilation is used as fallback.
|
|
41
|
+
`,n+=`
|
|
42
|
+
`,n+=`Ideally, the library is processed using the Angular Linker to become fully AOT compiled.
|
|
43
|
+
`):n+=`JIT compilation is discouraged for production use-cases! Consider using AOT mode instead.
|
|
44
|
+
`,n+=`Alternatively, the JIT compiler should be loaded by bootstrapping using '@angular/platform-browser-dynamic' or '@angular/platform-server',
|
|
45
|
+
`,n+=`or manually provide the compiler with 'import "@angular/compiler";' before bootstrapping.`,new Error(n)}else throw new Error("JIT compiler unavailable")}const zD={ɵɵdefineInjectable:oe,ɵɵdefineInjector:wu,ɵɵinject:He,ɵɵinvalidFactoryDep:Qf,resolveForwardRef:$},GD=Function;function _a(e){return typeof e=="function"}const pO=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*(arguments|(?:[^()]+\(\[\],)?[^()]+\(arguments\).*)\)/,gO=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{/,mO=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(/,yO=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(\)\s*{[^}]*super\(\.\.\.arguments\)/;function vO(e){return pO.test(e)||yO.test(e)||gO.test(e)&&!mO.test(e)}class WD{constructor(t){this._reflect=t||Ae.Reflect}factory(t){return(...n)=>new t(...n)}_zipTypesAndAnnotations(t,n){let r;typeof t>"u"?r=Ia(n.length):r=Ia(t.length);for(let o=0;o<r.length;o++)typeof t>"u"?r[o]=[]:t[o]&&t[o]!=Object?r[o]=[t[o]]:r[o]=[],n&&n[o]!=null&&(r[o]=r[o].concat(n[o]));return r}_ownParameters(t,n){const r=t.toString();if(vO(r))return null;if(t.parameters&&t.parameters!==n.parameters)return t.parameters;const o=t.ctorParameters;if(o&&o!==n.ctorParameters){const a=typeof o=="function"?o():o,c=a.map(l=>l&&l.type),u=a.map(l=>l&&uh(l.decorators));return this._zipTypesAndAnnotations(c,u)}const s=t.hasOwnProperty(qo)&&t[qo],i=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return i||s?this._zipTypesAndAnnotations(i,s):Ia(t.length)}parameters(t){if(!_a(t))return[];const n=Hu(t);let r=this._ownParameters(t,n);return!r&&n!==Object&&(r=this.parameters(n)),r||[]}_ownAnnotations(t,n){if(t.annotations&&t.annotations!==n.annotations){let r=t.annotations;return typeof r=="function"&&r.annotations&&(r=r.annotations),r}return t.decorators&&t.decorators!==n.decorators?uh(t.decorators):t.hasOwnProperty(Zo)?t[Zo]:null}annotations(t){if(!_a(t))return[];const n=Hu(t),r=this._ownAnnotations(t,n)||[];return(n!==Object?this.annotations(n):[]).concat(r)}_ownPropMetadata(t,n){if(t.propMetadata&&t.propMetadata!==n.propMetadata){let r=t.propMetadata;return typeof r=="function"&&r.propMetadata&&(r=r.propMetadata),r}if(t.propDecorators&&t.propDecorators!==n.propDecorators){const r=t.propDecorators,o={};return Object.keys(r).forEach(s=>{o[s]=uh(r[s])}),o}return t.hasOwnProperty(Qo)?t[Qo]:null}propMetadata(t){if(!_a(t))return{};const n=Hu(t),r={};if(n!==Object){const s=this.propMetadata(n);Object.keys(s).forEach(i=>{r[i]=s[i]})}const o=this._ownPropMetadata(t,n);return o&&Object.keys(o).forEach(s=>{const i=[];r.hasOwnProperty(s)&&i.push(...r[s]),i.push(...o[s]),r[s]=i}),r}ownPropMetadata(t){return _a(t)?this._ownPropMetadata(t,Hu(t))||{}:{}}hasLifecycleHook(t,n){return t instanceof GD&&n in t.prototype}}function uh(e){return e?e.map(t=>{const r=t.type.annotationCls,o=t.args?t.args:[];return new r(...o)}):[]}function Hu(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object}const ye=0,C=1,P=2,xe=3,zt=4,Ve=5,nt=6,zn=7,pe=8,Ne=9,Gt=10,L=11,Ma=12,ZD=13,Gn=14,ve=15,Ar=16,is=17,wt=18,Or=19,qD=20,Wn=21,as=22,Nt=23,M=25,lh=1,Sa=6,rn=7,Uu=8,Pr=9,De=10;var Ta;(function(e){e[e.None=0]="None",e[e.HasTransplantedViews=2]="HasTransplantedViews"})(Ta||(Ta={}));function $e(e){return Array.isArray(e)&&typeof e[lh]=="object"}function ze(e){return Array.isArray(e)&&e[lh]===!0}function dh(e){return(e.flags&4)!==0}function Zn(e){return e.componentOffset>-1}function Vu(e){return(e.flags&1)===1}function Rt(e){return!!e.template}function Aa(e){return(e[P]&512)!==0}function QD(e){return(e.type&16)===16}function DO(e){return(e[P]&32)===32}function fh(e){return(e[P]&256)===256}function rt(e,t){cs(e,t[C])}function cs(e,t){qn(e);const n=t.data;for(let r=M;r<n.length;r++)if(n[r]===e)return;A("This TNode does not belong to this TView.")}function qn(e){I(e,"TNode must be defined"),e&&typeof e=="object"&&e.hasOwnProperty("directiveStylingLast")||A("Not of type TNode, got: "+e)}function zu(e){I(e,"Expected TIcu to be defined"),typeof e.currentCaseLViewIndex!="number"&&A("Object is not of TIcu type.")}function EO(e,t="Type passed in is not ComponentType, it does not have 'ɵcmp' property."){q(e)||A(t)}function CO(e,t="Type passed in is not NgModuleType, it does not have 'ɵmod' property."){bt(e)||A(t)}function YD(e){I(e,"currentTNode should exist!"),I(e.parent,"currentTNode should have a parent")}function Ft(e){I(e,"LContainer must be defined"),O(ze(e),!0,"Expecting LContainer")}function KD(e){e&&O($e(e),!0,"Expecting LView or undefined or null")}function on(e){I(e,"LView must be defined"),O($e(e),!0,"Expecting LView")}function pt(e,t){O(e.firstCreatePass,!0,t||"Should only be called in first create pass.")}function hh(e,t){O(e.firstUpdatePass,!0,"Should only be called in first update pass.")}function IO(e){(e.type===void 0||e.selectors==null||e.inputs===void 0)&&A("Expected a DirectiveDef/ComponentDef and this object does not seem to have the expected shape.")}function Oa(e,t){JD(M,e.bindingStartIndex,t)}function Gu(e,t){const n=e[1];JD(n.expandoStartIndex,e.length,t)}function JD(e,t,n){e<=n&&n<t||A(`Index out of range (expecting ${e} <= ${n} < ${t})`)}function bO(e,t){I(e[ve],"Component views should exist."),I(e[ve][Ve].projection,"Components with projection nodes (<ng-content>) must have projection slots defined.")}function XD(e,t){I(e,"Component views should always have a parent view (component's host view)")}function eE(e){if(e.length<2)return;const t=new Set;for(const n of e){if(t.has(n))throw new v(309,`Directive ${n.type.name} matches multiple times on the same element. Directives can only match an element once.`);t.add(n)}}function tE(e,t){Gu(e,t),Gu(e,t+8),ie(e[t+0],"injectorIndex should point to a bloom filter"),ie(e[t+1],"injectorIndex should point to a bloom filter"),ie(e[t+2],"injectorIndex should point to a bloom filter"),ie(e[t+3],"injectorIndex should point to a bloom filter"),ie(e[t+4],"injectorIndex should point to a bloom filter"),ie(e[t+5],"injectorIndex should point to a bloom filter"),ie(e[t+6],"injectorIndex should point to a bloom filter"),ie(e[t+7],"injectorIndex should point to a bloom filter"),ie(e[t+8],"injectorIndex should point to parent injector")}class nE{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}}function rE(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}function ph(){return oE}function oE(e){return e.type.prototype.ngOnChanges&&(e.setInput=_O),wO}ph.ngInherit=!0;function wO(){const e=iE(this),t=e==null?void 0:e.current;if(t){const n=e.previous;if(n===Ht)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function _O(e,t,n,r,o){const s=this.declaredInputs[r];ngDevMode&&Ko(s,"Name of input in ngOnChanges has to be a string");const i=iE(e)||MO(e,{previous:Ht,current:null}),a=i.current||(i.current={}),c=i.previous,u=c[s];a[s]=new nE(u&&u.currentValue,n,c===Ht),rE(e,t,o,n)}const sE="__ngSimpleChanges__";function iE(e){return e[sE]||null}function MO(e,t){return e[sE]=t}let gh=null;const SO=e=>{gh=e},sn=function(e,t,n){gh!=null&&gh(e,t,n)},aE="svg",cE="math";function X(e){for(;Array.isArray(e);)e=e[ye];return e}function mh(e){for(;Array.isArray(e);){if(typeof e[lh]=="object")return e;e=e[ye]}return null}function Pa(e,t){return ngDevMode&&we(t,e),ngDevMode&&In(e,M,"Expected to be past HEADER_OFFSET"),X(t[e])}function qe(e,t){return ngDevMode&&rt(e,t),ngDevMode&&we(t,e.index),X(t[e.index])}function TO(e,t){const n=e===null?-1:e.index;return n!==-1?(ngDevMode&&rt(e,t),X(t[n])):null}function xa(e,t){ngDevMode&&Hn(t,-1,"wrong index for TNode"),ngDevMode&&Bn(t,e.data.length,"wrong index for TNode");const n=e.data[t];return ngDevMode&&n!==null&&qn(n),n}function xr(e,t){return ngDevMode&&we(e,t),e[t]}function _t(e,t){ngDevMode&&we(t,e);const n=t[e];return $e(n)?n:n[ye]}function Na(e){return(e[P]&4)===4}function yh(e){return(e[P]&128)===128}function AO(e){return ze(e[xe])}function kt(e,t){return t==null?null:(ngDevMode&&we(e,t),e[t])}function uE(e){e[is]=0}function lE(e){e[P]&1024||(e[P]|=1024,yh(e)&&Zu(e))}function dE(e,t){for(;e>0;)ngDevMode&&I(t[Gn],"Declaration view should be defined if nesting level is greater than 0."),t=t[Gn],e--;return t}function Wu(e){var t;return!!(e[P]&9216||(t=e[Nt])!=null&&t.dirty)}function vh(e){var t;(t=e[Gt].changeDetectionScheduler)==null||t.notify(8),e[P]&64&&(e[P]|=1024),Wu(e)&&Zu(e)}function Zu(e){var n;(n=e[Gt].changeDetectionScheduler)==null||n.notify(0);let t=Sn(e);for(;t!==null&&!(t[P]&8192||(t[P]|=8192,!yh(t)));)t=Sn(t)}function qu(e,t){if((e[P]&256)===256)throw new v(911,ngDevMode&&"View has already been destroyed.");e[Wn]===null&&(e[Wn]=[]),e[Wn].push(t)}function Dh(e,t){if(e[Wn]===null)return;const n=e[Wn].indexOf(t);n!==-1&&e[Wn].splice(n,1)}function Sn(e){ngDevMode&&on(e);const t=e[xe];return ze(t)?t[xe]:t}const j={lFrame:SE(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var Qn;(function(e){e[e.Off=0]="Off",e[e.Exhaustive=1]="Exhaustive",e[e.OnlyDirtyViews=2]="OnlyDirtyViews"})(Qn||(Qn={}));let Eh=0,fE=!1;function OO(){return j.lFrame.elementDepthCount}function PO(){j.lFrame.elementDepthCount++}function xO(){j.lFrame.elementDepthCount--}function hE(){return j.bindingsEnabled}function Nr(){return j.skipHydrationRootTNode!==null}function NO(e){return j.skipHydrationRootTNode===e}function pE(){j.bindingsEnabled=!0}function RO(e){j.skipHydrationRootTNode=e}function gE(){j.bindingsEnabled=!1}function FO(){j.skipHydrationRootTNode=null}function y(){return j.lFrame.lView}function F(){return j.lFrame.tView}function mE(e){return j.lFrame.contextLView=e,e[pe]}function yE(e){return j.lFrame.contextLView=null,e}function ee(){let e=vE();for(;e!==null&&e.type===64;)e=e.parent;return e}function vE(){return j.lFrame.currentTNode}function Ra(){const e=j.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function Wt(e,t){ngDevMode&&e&&cs(e,j.lFrame.tView);const n=j.lFrame;n.currentTNode=e,n.isParent=t}function Ch(){return j.lFrame.isParent}function Ih(){j.lFrame.isParent=!1}function DE(){const e=j.lFrame.contextLView;return ngDevMode&&I(e,"contextLView must be defined."),e}function Rr(){return!ngDevMode&&A("Must never be called in production mode"),Eh!==Qn.Off}function bh(){return!ngDevMode&&A("Must never be called in production mode"),Eh===Qn.Exhaustive}function EE(e){!ngDevMode&&A("Must never be called in production mode"),Eh=e}function CE(){return fE}function IE(e){fE=e}function ot(){const e=j.lFrame;let t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function ae(){return j.lFrame.bindingIndex}function bE(e){return j.lFrame.bindingIndex=e}function Zt(){return j.lFrame.bindingIndex++}function Tn(e){const t=j.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function kO(){return j.lFrame.inI18n}function wE(e){j.lFrame.inI18n=e}function LO(e,t){const n=j.lFrame;n.bindingIndex=n.bindingRootIndex=e,wh(t)}function jO(){return j.lFrame.currentDirectiveIndex}function wh(e){j.lFrame.currentDirectiveIndex=e}function _h(e){const t=j.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Mh(){return j.lFrame.currentQueryIndex}function Qu(e){j.lFrame.currentQueryIndex=e}function $O(e){const t=e[C];return t.type===2?(ngDevMode&&I(t.declTNode,"Embedded TNodes should have declaration parents."),t.declTNode):t.type===1?e[Ve]:null}function _E(e,t,n){if(ngDevMode&&KD(e),n&Z.SkipSelf){ngDevMode&&cs(t,e[C]);let o=t,s=e;for(;ngDevMode&&I(o,"Parent TNode should be defined"),o=o.parent,o===null&&!(n&Z.Host);)if(o=$O(s),o===null||(ngDevMode&&I(s,"Parent LView should be defined"),s=s[Gn],o.type&10))break;if(o===null)return!1;t=o,e=s}ngDevMode&&rt(t,e);const r=j.lFrame=ME();return r.currentTNode=t,r.lView=e,!0}function Sh(e){ngDevMode&&Ot(e[0],e[1],"????"),ngDevMode&&KD(e);const t=ME();ngDevMode&&(O(t.isParent,!0,"Expected clean LFrame"),O(t.lView,null,"Expected clean LFrame"),O(t.tView,null,"Expected clean LFrame"),O(t.selectedIndex,-1,"Expected clean LFrame"),O(t.elementDepthCount,0,"Expected clean LFrame"),O(t.currentDirectiveIndex,-1,"Expected clean LFrame"),O(t.currentNamespace,null,"Expected clean LFrame"),O(t.bindingRootIndex,-1,"Expected clean LFrame"),O(t.currentQueryIndex,0,"Expected clean LFrame"));const n=e[C];j.lFrame=t,ngDevMode&&n.firstChild&&cs(n.firstChild,n),t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function ME(){const e=j.lFrame,t=e===null?null:e.child;return t===null?SE(e):t}function SE(e){const 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 TE(){const e=j.lFrame;return j.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const AE=TE;function Th(){const e=TE();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 BO(e){return(j.lFrame.contextLView=dE(e,j.lFrame.contextLView))[pe]}function Ge(){return j.lFrame.selectedIndex}function Fr(e){ngDevMode&&e!==-1&&In(e,M,"Index must be past HEADER_OFFSET (or -1)."),ngDevMode&&Bn(e,j.lFrame.lView.length,"Can't set index passed end of LView"),j.lFrame.selectedIndex=e}function ge(){const e=j.lFrame;return xa(e.tView,e.selectedIndex)}function OE(){j.lFrame.currentNamespace=aE}function PE(){j.lFrame.currentNamespace=cE}function xE(){HO()}function HO(){j.lFrame.currentNamespace=null}function NE(){return j.lFrame.currentNamespace}let RE=!0;function Fa(){return RE}function an(e){RE=e}function UO(e,t,n){ngDevMode&&pt(n);const{ngOnChanges:r,ngOnInit:o,ngDoCheck:s}=t.type.prototype;if(r){const i=oE(t);(n.preOrderHooks??(n.preOrderHooks=[])).push(e,i),(n.preOrderCheckHooks??(n.preOrderCheckHooks=[])).push(e,i)}o&&(n.preOrderHooks??(n.preOrderHooks=[])).push(0-e,o),s&&((n.preOrderHooks??(n.preOrderHooks=[])).push(e,s),(n.preOrderCheckHooks??(n.preOrderCheckHooks=[])).push(e,s))}function Yu(e,t){ngDevMode&&pt(e);for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){const o=e.data[n];ngDevMode&&I(o,"Expecting DirectiveDef");const s=o.type.prototype,{ngAfterContentInit:i,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:u,ngOnDestroy:l}=s;i&&(e.contentHooks??(e.contentHooks=[])).push(-n,i),a&&((e.contentHooks??(e.contentHooks=[])).push(n,a),(e.contentCheckHooks??(e.contentCheckHooks=[])).push(n,a)),c&&(e.viewHooks??(e.viewHooks=[])).push(-n,c),u&&((e.viewHooks??(e.viewHooks=[])).push(n,u),(e.viewCheckHooks??(e.viewCheckHooks=[])).push(n,u)),l!=null&&(e.destroyHooks??(e.destroyHooks=[])).push(n,l)}}function Ku(e,t,n){FE(e,t,3,n)}function Ju(e,t,n,r){ngDevMode&&Ot(n,3,"Init pre-order hooks should not be called more than once"),(e[P]&3)===n&&FE(e,t,n,r)}function Ah(e,t){ngDevMode&&Ot(t,3,"Init hooks phase should not be incremented after all init hooks have been run.");let n=e[P];(n&3)===t&&(n&=16383,n+=1,e[P]=n)}function FE(e,t,n,r){ngDevMode&&O(Rr(),!1,"Hooks should never be run when in check no changes mode.");const o=r!==void 0?e[is]&65535:0,s=r??-1,i=t.length-1;let a=0;for(let c=o;c<i;c++)if(typeof t[c+1]=="number"){if(a=t[c],r!=null&&a>=r)break}else t[c]<0&&(e[is]+=65536),(a<s||s==-1)&&(VO(e,n,t,c),e[is]=(e[is]&4294901760)+c+2),c++}function kE(e,t){sn(4,e,t);const n=U(null);try{t.call(e)}finally{U(n),sn(5,e,t)}}function VO(e,t,n,r){const o=n[r]<0,s=n[r+1],i=o?-n[r]:n[r],a=e[i];o?e[P]>>14<e[is]>>16&&(e[P]&3)===t&&(e[P]+=16384,kE(a,s)):kE(a,s)}const us=-1;class ka{constructor(t,n,r){this.factory=t,this.resolving=!1,ngDevMode&&I(t,"Factory not specified"),ngDevMode&&O(typeof t,"function","Expected factory function."),this.canSeeViewProviders=n,this.injectImpl=r}}function zO(e){return e instanceof ka}function Oh(e){let t="";return e&1&&(t+="|Text"),e&2&&(t+="|Element"),e&4&&(t+="|Container"),e&8&&(t+="|ElementContainer"),e&16&&(t+="|Projection"),e&32&&(t+="|IcuContainer"),e&64&&(t+="|Placeholder"),e&128&&(t+="|LetDeclaration"),t.length>0?t.substring(1):t}function LE(e){return e!=null&&typeof e=="object"&&(e.insertBeforeIndex===null||typeof e.insertBeforeIndex=="number"||Array.isArray(e.insertBeforeIndex))}function GO(e){return!!(e.type&128)}function WO(e){return(e.flags&8)!==0}function ZO(e){return(e.flags&16)!==0}function Qe(e,t,n){I(e,"should be called with a TNode"),e.type&t||A(n||`Expected [${Oh(t)}] but got ${Oh(e.type)}.`)}function qO(e){e===2||e===1||e===4||e===8||e===32||e===16||e===64||e===128||A(`Expected TNodeType to have only a single type selected, but got ${Oh(e)}.`)}const Xu={};class kr{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){r=Da(r);const o=this.injector.get(t,Xu,r);return o!==Xu||n===Xu?o:this.parentInjector.get(t,n,r)}}function Ph(e){return e!==us}function La(e){if(ngDevMode){ie(e,"Number expected"),Ot(e,-1,"Not a valid state.");const t=e&32767;Hn(t,M,"Parent injector must be pointing past HEADER_OFFSET.")}return e&32767}function QO(e){return e>>16}function ja(e,t){let n=QO(e),r=t;for(;n>0;)r=r[Gn],n--;return r}function YO(e){return e instanceof kr&&typeof e.injector.__ngOutletInjector=="function"}let xh=!0;function el(e){const t=xh;return xh=e,t}const jE=256-1,$E=5;let KO=0;const cn={};function JO(e,t,n){ngDevMode&&O(t.firstCreatePass,!0,"expected firstCreatePass to be true");let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(es)&&(r=n[es]),r==null&&(r=n[es]=KO++);const o=r&jE,s=1<<o;t.data[e+(o>>$E)]|=s}function tl(e,t){const n=BE(e,t);if(n!==-1)return n;const r=t[C];r.firstCreatePass&&(e.injectorIndex=t.length,Nh(r.data,e),Nh(t,null),Nh(r.blueprint,null));const o=nl(e,t),s=e.injectorIndex;if(Ph(o)){const i=La(o),a=ja(o,t),c=a[C].data;for(let u=0;u<8;u++)t[s+u]=a[i+u]|c[i+u]}return t[s+8]=o,s}function Nh(e,t){e.push(0,0,0,0,0,0,0,0,t)}function BE(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:(ngDevMode&&we(t,e.injectorIndex),e.injectorIndex)}function nl(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=qE(o),r===null)return us;if(ngDevMode&&r&&rt(r,o[Gn]),n++,o=o[Gn],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return us}function Rh(e,t,n){JO(e,t,n)}function XO(e,t){if(ngDevMode&&Qe(e,15),ngDevMode&&I(e,"expecting tNode"),t==="class")return e.classes;if(t==="style")return e.styles;const n=e.attrs;if(n){const r=n.length;let o=0;for(;o<r;){const s=n[o];if(CD(s))break;if(s===0)o=o+2;else if(typeof s=="number")for(o++;o<r&&typeof n[o]=="string";)o++;else{if(s===t)return n[o+1];o=o+2}}}return null}function HE(e,t,n){if(n&Z.Optional||e!==void 0)return e;Zf(t,"NodeInjector")}function UE(e,t,n,r){if(n&Z.Optional&&r===void 0&&(r=null),!(n&(Z.Self|Z.Host))){const o=e[Ne],s=dt(void 0);try{return o?o.get(t,r,n&Z.Optional):gD(t,r,n&Z.Optional)}finally{dt(s)}}return HE(r,t,n)}function VE(e,t,n,r=Z.Default,o){if(e!==null){if(t[P]&2048&&!(r&Z.Self)){const i=rP(e,t,n,r,cn);if(i!==cn)return i}const s=zE(e,t,n,r,cn);if(s!==cn)return s}return UE(t,n,r,o)}function zE(e,t,n,r,o){const s=tP(n);if(typeof s=="function"){if(!_E(t,e,r))return r&Z.Host?HE(o,n,r):UE(t,n,r,o);try{let i;if(ngDevMode?ma(new Ie(ee(),y()),n,()=>{i=s(r),i!=null&&Su(i)}):i=s(r),i==null&&!(r&Z.Optional))Zf(n);else return i}finally{AE()}}else if(typeof s=="number"){let i=null,a=BE(e,t),c=us,u=r&Z.Host?t[ve][Ve]:null;for((a===-1||r&Z.SkipSelf)&&(c=a===-1?nl(e,t):t[a+8],c===us||!WE(r,!1)?a=-1:(i=t[C],a=La(c),t=ja(c,t)));a!==-1;){ngDevMode&&tE(t,a);const l=t[C];if(ngDevMode&&rt(l.data[a+8],t),GE(s,a,l.data)){const d=eP(a,t,n,i,r,u);if(d!==cn)return d}c=t[a+8],c!==us&&WE(r,t[C].data[a+8]===u)&&GE(s,a,t)?(i=l,a=La(c),t=ja(c,t)):a=-1}}return o}function eP(e,t,n,r,o,s){const i=t[C],a=i.data[e+8],c=r==null?Zn(a)&&xh:r!=i&&(a.type&3)!==0,u=o&Z.Host&&s===a,l=rl(a,i,n,c,u);return l!==null?Lr(t,i,l,a):cn}function rl(e,t,n,r,o){const s=e.providerIndexes,i=t.data,a=s&1048575,c=e.directiveStart,u=e.directiveEnd,l=s>>20,d=r?a:a+l,f=o?a+l:u;for(let h=d;h<f;h++){const p=i[h];if(h<c&&n===p||h>=c&&p.type===n)return h}if(o){const h=i[c];if(h&&Rt(h)&&h.type===n)return c}return null}function Lr(e,t,n,r){let o=e[n];const s=t.data;if(zO(o)){const i=o;i.resolving&&Gf(W(s[n]));const a=el(i.canSeeViewProviders);i.resolving=!0;let c;if(ngDevMode){const d=s[n].type||s[n],f=new Ie(r,e);c=tt({injector:f,token:d})}const u=i.injectImpl?dt(i.injectImpl):null,l=_E(e,r,Z.Default);ngDevMode&&O(l,!0,"Because flags do not contain `SkipSelf' we expect this to always succeed.");try{o=e[n]=i.factory(void 0,s,e,r),ngDevMode&&Su(o),t.firstCreatePass&&n>=r.directiveStart&&(ngDevMode&&IO(s[n]),UO(n,s[n],t))}finally{ngDevMode&&tt(c),u!==null&&dt(u),el(a),i.resolving=!1,AE()}}return o}function tP(e){if(ngDevMode&&I(e,"token must be defined"),typeof e=="string")return e.charCodeAt(0)||0;const t=e.hasOwnProperty(es)?e[es]:void 0;return typeof t=="number"?t>=0?t&jE:(ngDevMode&&O(t,-1,"Expecting to get Special Injector Id"),nP):t}function GE(e,t,n){const r=1<<e;return!!(n[t+(e>>$E)]&r)}function WE(e,t){return!(e&Z.Self)&&!(e&Z.Host&&t)}function ls(e){return e._lView}function ds(e){return e._tNode}class Ie{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return VE(this._tNode,this._lView,t,Da(r),n)}}function nP(){return new Ie(ee(),y())}function ZE(e){return nn(()=>{const t=e.prototype.constructor,n=t[bn]||Fh(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const s=o[bn]||Fh(o);if(s&&s!==n)return s;o=Object.getPrototypeOf(o)}return s=>new s})}function Fh(e){return bu(e)?()=>{const t=Fh($(e));return t&&t()}:Sr(e)}function rP(e,t,n,r,o){let s=e,i=t;for(;s!==null&&i!==null&&i[P]&2048&&!(i[P]&512);){ngDevMode&&rt(s,i);const a=zE(s,i,n,r|Z.Self,cn);if(a!==cn)return a;let c=s.parent;if(!c){const u=i[qD];if(u){const l=u.get(n,cn,r);if(l!==cn)return l}c=qE(i),i=i[Gn]}s=c}return o}function qE(e){const t=e[C],n=t.type;return n===2?(ngDevMode&&I(t.declTNode,"Embedded TNodes should have declaration parents."),t.declTNode):n===1?e[Ve]:null}function ol(e){return XO(ee(),e)}const kh=Yo("Attribute",e=>({attributeName:e,__NG_ELEMENT_ID__:()=>ol(e)}));let QE=null;function Lh(){return QE=QE||new WD}function sl(e){return YE(Lh().parameters(e))}function YE(e){return e.map(t=>oP(t))}function oP(e){const t={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(e)&&e.length>0)for(let n=0;n<e.length;n++){const r=e[n];if(r===void 0)continue;const o=Object.getPrototypeOf(r);if(r instanceof Pt||o.ngMetadataName==="Optional")t.optional=!0;else if(r instanceof xu||o.ngMetadataName==="SkipSelf")t.skipSelf=!0;else if(r instanceof yD||o.ngMetadataName==="Self")t.self=!0;else if(r instanceof Ca||o.ngMetadataName==="Host")t.host=!0;else if(r instanceof Et)t.token=r.token;else if(r instanceof kh){if(r.attributeName===void 0)throw new v(204,ngDevMode&&"Attribute name must be defined.");t.attribute=r.attributeName}else t.token=r}else e===void 0||Array.isArray(e)&&e.length===0?t.token=null:t.token=e;return t}function sP(e,t){let n=null,r=null;e.hasOwnProperty(ga)||Object.defineProperty(e,ga,{get:()=>(n===null&&(n=Le({usage:0,kind:"injectable",type:e}).compileInjectable(zD,`ng:///${e.name}/ɵprov.js`,uP(e,t))),n)}),e.hasOwnProperty(bn)||Object.defineProperty(e,bn,{get:()=>{if(r===null){const o=Le({usage:0,kind:"injectable",type:e});r=o.compileFactory(zD,`ng:///${e.name}/ɵfac.js`,{name:e.name,type:e,typeArgumentCount:0,deps:sl(e),target:o.FactoryTarget.Injectable})}return r},configurable:!0})}const iP=ce({provide:String,useValue:ce});function KE(e){return e.useClass!==void 0}function aP(e){return iP in e}function JE(e){return e.useFactory!==void 0}function cP(e){return e.useExisting!==void 0}function uP(e,t){const n=t||{providedIn:null},r={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn};return(KE(n)||JE(n))&&n.deps!==void 0&&(r.deps=YE(n.deps)),KE(n)?r.useClass=n.useClass:aP(n)?r.useValue=n.useValue:JE(n)?r.useFactory=n.useFactory:cP(n)&&(r.useExisting=n.useExisting),r}const Ee=fa("Injectable",void 0,void 0,void 0,(e,t)=>sP(e,t));function jh(e,t=null,n=null,r){const o=XE(e,t,n,r);return o.resolveInjectorInitializers(),o}function XE(e,t=null,n=null,r,o=new Set){const s=[n||K,RD(e)];return r=r||(typeof e=="object"?void 0:J(e)),new os(s,t||Bu(),r||null,o)}const Do=class Do{static create(t,n){if(Array.isArray(t))return jh({name:""},n,t,"");{const r=t.name??"";return jh({name:r},t.parent,t.providers,r)}}};Do.THROW_IF_NOT_FOUND=va,Do.NULL=new Ru,Do.ɵprov=oe({token:Do,providedIn:"any",factory:()=>He(Jf)}),Do.__NG_ELEMENT_ID__=-1;let Be=Do;/*!
|
|
46
|
+
* @license
|
|
47
|
+
* Copyright Google LLC All Rights Reserved.
|
|
48
|
+
*
|
|
49
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
50
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
51
|
+
*/class lP{constructor(t){this.attributeName=t,this.__NG_ELEMENT_ID__=()=>ol(this.attributeName)}toString(){return`HostAttributeToken ${this.attributeName}`}}const eC=new R(ngDevMode?"HOST_TAG_NAME":"");eC.__NG_ELEMENT_ID__=e=>{const t=ee();if(t===null)throw new v(204,ngDevMode&&"HOST_TAG_NAME can only be injected in directives and components during construction time (in a class constructor or as a class field initializer)");if(t.type&2)return t.value;if(e&Z.Optional)return null;throw new v(204,ngDevMode&&`HOST_TAG_NAME was used on ${dP(t)} which doesn't have an underlying element in the DOM. This is invalid, and so the dependency should be marked as optional.`)};function dP(e){return e.type&8?"an <ng-container>":e.type&4?"an <ng-template>":e.type&128?"an @let declaration":"a node"}const fP="ngOriginalError";function $h(e){return e[fP]}const tC=!0,rf=class rf{};rf.__NG_ELEMENT_ID__=pP,rf.__NG_ENV_ID__=t=>t;let Yn=rf;class hP extends Yn{constructor(t){super(),this._lView=t}onDestroy(t){return qu(this._lView,t),()=>Dh(this._lView,t)}}function pP(){return new hP(y())}const tu=class tu{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new E1(!1)}get _hasPendingTasks(){return this.hasPendingTasks.value}add(){this._hasPendingTasks||this.hasPendingTasks.next(!0);const t=this.taskId++;return this.pendingTasks.add(t),t}remove(t){this.pendingTasks.delete(t),this.pendingTasks.size===0&&this._hasPendingTasks&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}};tu.ɵprov=oe({token:tu,providedIn:"root",factory:()=>new tu});let un=tu;const nu=class nu{constructor(){this.internalPendingTasks=b(un)}add(){const t=this.internalPendingTasks.add();return()=>this.internalPendingTasks.remove(t)}};nu.ɵprov=oe({token:nu,providedIn:"root",factory:()=>new nu});let Bh=nu;class gP extends da{constructor(t=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=t,HD()&&(this.destroyRef=b(Yn,{optional:!0})??void 0,this.pendingTasks=b(un,{optional:!0})??void 0)}emit(t){const n=U(null);try{super.next(t)}finally{U(n)}}subscribe(t,n,r){var c,u,l;let o=t,s=n||(()=>null),i=r;if(t&&typeof t=="object"){const d=t;o=(c=d.next)==null?void 0:c.bind(d),s=(u=d.error)==null?void 0:u.bind(d),i=(l=d.complete)==null?void 0:l.bind(d)}this.__isAsync&&(s=this.wrapInTimeout(s),o&&(o=this.wrapInTimeout(o)),i&&(i=this.wrapInTimeout(i)));const a=super.subscribe({next:o,error:s,complete:i});return t instanceof wr&&t.add(a),a}wrapInTimeout(t){return n=>{var o;const r=(o=this.pendingTasks)==null?void 0:o.add();setTimeout(()=>{var s;t(n),r!==void 0&&((s=this.pendingTasks)==null||s.remove(r))})}}}const te=gP;function il(...e){}function nC(e){let t,n;function r(){e=il;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 rC(e){return queueMicrotask(()=>e()),()=>{e=il}}class mP{constructor(t,n=console){this.name="asyncStackTagging for "+t,this.createTask=(n==null?void 0:n.createTask)??(()=>null)}onScheduleTask(t,n,r,o){return o.consoleTask=this.createTask(`Zone - ${o.source||o.type}`),t.scheduleTask(r,o)}onInvokeTask(t,n,r,o,s,i){let a;return o.consoleTask?a=o.consoleTask.run(()=>t.invokeTask(r,o,s,i)):a=t.invokeTask(r,o,s,i),a}}const Hh="isAngularZone",al=Hh+"_ID";let yP=0;class se{constructor(t){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new te(!1),this.onMicrotaskEmpty=new te(!1),this.onStable=new te(!1),this.onError=new te(!1);const{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:s=tC}=t;if(typeof Zone>"u")throw new v(908,ngDevMode&&"In this configuration Angular requires Zone.js");Zone.assertZonePatched();const i=this;i._nesting=0,i._outer=i._inner=Zone.current,ngDevMode&&(i._inner=i._inner.fork(new mP("Angular"))),Zone.TaskTrackingZoneSpec&&(i._inner=i._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(i._inner=i._inner.fork(Zone.longStackTraceZoneSpec)),i.shouldCoalesceEventChangeDetection=!o&&r,i.shouldCoalesceRunChangeDetection=o,i.callbackScheduled=!1,i.scheduleInRootZone=s,EP(i)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Hh)===!0}static assertInAngularZone(){if(!se.isInAngularZone())throw new v(909,ngDevMode&&"Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(se.isInAngularZone())throw new v(909,ngDevMode&&"Expected to not be in Angular Zone, but it is!")}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){const s=this._inner,i=s.scheduleEventTask("NgZoneEvent: "+o,t,vP,il,il);try{return s.runTask(i,n,r)}finally{s.cancelTask(i)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}}const vP={};function Uh(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 DP(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){nC(()=>{e.callbackScheduled=!1,Vh(e),e.isCheckStableRunning=!0,Uh(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Vh(e)}function EP(e){const t=()=>{DP(e)},n=yP++;e._inner=e._inner.fork({name:"angular",properties:{[Hh]:!0,[al]:n,[al+n]:!0},onInvokeTask:(r,o,s,i,a,c)=>{if(CP(c))return r.invokeTask(s,i,a,c);try{return oC(e),r.invokeTask(s,i,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&i.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),sC(e)}},onInvoke:(r,o,s,i,a,c,u)=>{try{return oC(e),r.invoke(s,i,a,c,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!IP(c)&&t(),sC(e)}},onHasTask:(r,o,s,i)=>{r.hasTask(s,i),o===s&&(i.change=="microTask"?(e._hasPendingMicrotasks=i.microTask,Vh(e),Uh(e)):i.change=="macroTask"&&(e.hasPendingMacrotasks=i.macroTask))},onHandleError:(r,o,s,i)=>(r.handleError(s,i),e.runOutsideAngular(()=>e.onError.emit(i)),!1)})}function Vh(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function oC(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function sC(e){e._nesting--,Uh(e)}class cl{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new te,this.onMicrotaskEmpty=new te,this.onStable=new te,this.onError=new te}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 CP(e){return iC(e,"__ignore_ng_zone__")}function IP(e){return iC(e,"__scheduler_tick__")}function iC(e,t){var n,r;return!Array.isArray(e)||e.length!==1?!1:((r=(n=e[0])==null?void 0:n.data)==null?void 0:r[t])===!0}function bP(e="zone.js",t){return e==="noop"?new cl:e==="zone.js"?new se(t):e}class An{constructor(){this._console=console}handleError(t){const n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&$h(t);for(;n&&$h(n);)n=$h(n);return n||null}}const aC=new R(typeof ngDevMode>"u"||ngDevMode?"internal error handler":"",{providedIn:"root",factory:()=>{const e=b(se),t=b(An);return n=>e.runOutsideAngular(()=>t.handleError(n))}});class zh{constructor(){this.destroyed=!1,this.listeners=null,this.errorHandler=b(An,{optional:!0}),this.destroyRef=b(Yn),this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new v(953,ngDevMode&&"Unexpected subscription to destroyed `OutputRef`. The owning directive/component is destroyed.");return(this.listeners??(this.listeners=[])).push(t),{unsubscribe:()=>{var r,o;const n=(r=this.listeners)==null?void 0:r.indexOf(t);n!==void 0&&n!==-1&&((o=this.listeners)==null||o.splice(n,1))}}}emit(t){var r;if(this.destroyed)throw new v(953,ngDevMode&&"Unexpected emit for destroyed `OutputRef`. The owning directive/component is destroyed.");if(this.listeners===null)return;const n=U(null);try{for(const o of this.listeners)try{o(t)}catch(s){(r=this.errorHandler)==null||r.handleError(s)}}finally{U(n)}}}function wP(e){return e.destroyRef}function cC(e){return ngDevMode&&ht(cC),new zh}function uC(e,t){return ngDevMode&&ht(Gh),sD(e,t)}function _P(e){return ngDevMode&&ht(Gh),sD(Cu,e)}const Gh=(uC.required=_P,uC);function MP(){return fs(ee(),y())}function fs(e,t){return new Lt(qe(e,t))}const av=class av{constructor(t){this.nativeElement=t}};av.__NG_ELEMENT_ID__=MP;let Lt=av;function lC(e){return e instanceof Lt?e.nativeElement:e}function SP(){return this._results[Symbol.iterator]()}class ul{get changes(){return this._changes??(this._changes=new te)}constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._onDirty=void 0,this._results=[],this._changesDetected=!1,this._changes=void 0,this.length=0,this.first=void 0,this.last=void 0;const n=ul.prototype;n[Symbol.iterator]||(n[Symbol.iterator]=SP)}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;const r=ft(t);(this._changesDetected=!zA(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.emit(this)}onDirty(t){this._onDirty=t}setDirty(){var t;this.dirty=!0,(t=this._onDirty)==null||t.call(this)}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}}const $a="ngSkipHydration",TP="ngskiphydration";function Wh(e){const t=e.mergedAttrs;if(t===null)return!1;for(let n=0;n<t.length;n+=2){const r=t[n];if(typeof r=="number")return!1;if(typeof r=="string"&&r.toLowerCase()===TP)return!0}return!1}function dC(e){return e.hasAttribute($a)}function Ba(e){return(e.flags&128)===128}function Ha(e){if(Ba(e))return!0;let t=e.parent;for(;t;){if(Ba(e)||Wh(t))return!0;t=t.parent}return!1}function fC(e){return Ba(e)||Wh(e)||Ha(e)}const Zh=new Map;let AP=0;function OP(){return AP++}function PP(e){ngDevMode&&ie(e[Or],"LView must have an ID in order to be registered"),Zh.set(e[Or],e)}function hC(e){return ngDevMode&&ie(e,"ID used for LView lookup must be a number"),Zh.get(e)||null}function qh(e){ngDevMode&&ie(e[Or],"Cannot stop tracking an LView that does not have an ID"),Zh.delete(e[Or])}class pC{get lView(){return hC(this.lViewId)}constructor(t,n,r){this.lViewId=t,this.nodeIndex=n,this.native=r}}function gt(e){let t=Ua(e);if(t){if($e(t)){const n=t;let r,o,s;if(yC(e)){if(r=DC(n,e),r==-1)throw new Error("The provided component was not found in the application");o=e}else if(xP(e)){if(r=RP(n,e),r==-1)throw new Error("The provided directive was not found in the application");s=EC(r,n)}else if(r=vC(n,e),r==-1)return null;const i=X(n[r]),a=Ua(i),c=a&&!Array.isArray(a)?a:Qh(n,r,i);if(o&&c.component===void 0&&(c.component=o,Ye(c.component,c)),s&&c.directives===void 0){c.directives=s;for(let u=0;u<s.length;u++)Ye(s[u],c)}Ye(c.native,c),t=c}}else{const n=e;ngDevMode&&Un(n);let r=n;for(;r=r.parentNode;){const o=Ua(r);if(o){const s=Array.isArray(o)?o:o.lView;if(!s)return null;const i=vC(s,n);if(i>=0){const a=X(s[i]),c=Qh(s,i,a);Ye(a,c),t=c;break}}}}return t||null}function Qh(e,t,n){return new pC(e[Or],t,n)}function gC(e){let t=Ua(e),n;if($e(t)){const r=t,o=DC(r,e);n=_t(o,r);const s=Qh(r,o,n[ye]);s.component=e,Ye(e,s),Ye(s.native,s)}else{const r=t,o=r.lView;ngDevMode&&on(o),n=_t(r.nodeIndex,o)}return n}const Yh="__ngContext__";function Ye(e,t){ngDevMode&&I(e,"Target expected"),$e(t)?(e[Yh]=t[Or],PP(t)):e[Yh]=t}function Ua(e){ngDevMode&&I(e,"Target expected");const t=e[Yh];return typeof t=="number"?hC(t):t||null}function mC(e){const t=Ua(e);return t?$e(t)?t:t.lView:null}function yC(e){return e&&e.constructor&&e.constructor.ɵcmp}function xP(e){return e&&e.constructor&&e.constructor.ɵdir}function vC(e,t){const n=e[C];for(let r=M;r<n.bindingStartIndex;r++)if(X(e[r])===t)return r;return-1}function NP(e){if(e.child)return e.child;if(e.next)return e.next;for(;e.parent&&!e.parent.next;)e=e.parent;return e.parent&&e.parent.next}function DC(e,t){const n=e[C].components;if(n)for(let r=0;r<n.length;r++){const o=n[r];if(_t(o,e)[pe]===t)return o}else if(_t(M,e)[pe]===t)return M;return-1}function RP(e,t){let n=e[C].firstChild;for(;n;){const r=n.directiveStart,o=n.directiveEnd;for(let s=r;s<o;s++)if(e[s]===t)return n.index;n=NP(n)}return-1}function EC(e,t){const n=t[C].data[e];if(n.directiveStart===0)return K;const r=[];for(let o=n.directiveStart;o<n.directiveEnd;o++){const s=t[o];yC(s)||r.push(s)}return r}function FP(e,t){const n=t[C].data[e],{directiveStart:r,componentOffset:o}=n;return o>-1?t[r+o]:null}function kP(e,t){const n=e[C].data[t];if(n&&n.localNames){const r={};let o=n.index+1;for(let s=0;s<n.localNames.length;s+=2)r[n.localNames[s]]=e[o],o++;return r}return null}function LP(e){ngDevMode&&I(e,"component");let t=$e(e)?e:mC(e);for(;t&&!(t[P]&512);)t=Sn(t);return ngDevMode&&on(t),t}function jP(e){const t=LP(e);return ngDevMode&&I(t[pe],"Root view has no context. Perhaps it is disconnected?"),t[pe]}function CC(e){return bC(e[Ma])}function IC(e){return bC(e[zt])}function bC(e){for(;e!==null&&!ze(e);)e=e[zt];return e}function ll(e){ngDevMode&&Kh(e);const t=gt(e);if(t===null)return null;if(t.component===void 0){const n=t.lView;if(n===null)return null;t.component=FP(t.nodeIndex,n)}return t.component}function wC(e){Kh(e);const t=gt(e),n=t?t.lView:null;return n===null?null:n[pe]}function _C(e){const t=gt(e);let n=t?t.lView:null;if(n===null)return null;let r;for(;n[C].type===2&&(r=Sn(n));)n=r;return n[P]&512?null:n[pe]}function MC(e){const t=mC(e);return t!==null?[jP(t)]:[]}function SC(e){const t=gt(e),n=t?t.lView:null;if(n===null)return Be.NULL;const r=n[C].data[t.nodeIndex];return new Ie(r,n)}function $P(e){const t=gt(e),n=t?t.lView:null;if(n===null)return[];const r=n[C],o=r.data[t.nodeIndex],s=[],i=o.providerIndexes&1048575,a=o.directiveEnd;for(let c=i;c<a;c++){let u=r.data[c];VP(u)&&(u=u.type),s.push(u)}return s}function TC(e){if(e instanceof Text)return[];const t=gt(e),n=t?t.lView:null;if(n===null)return[];const r=n[C],o=t.nodeIndex;return r!=null&&r.data[o]?(t.directives===void 0&&(t.directives=EC(o,n)),t.directives===null?[]:[...t.directives]):[]}function BP(e){const{constructor:t}=e;if(!t)throw new Error("Unable to find the instance constructor");const n=q(t);if(n)return{inputs:PC(n.inputs),outputs:n.outputs,encapsulation:n.encapsulation,changeDetection:n.onPush?V.OnPush:V.Default};const r=Ue(t);return r?{inputs:PC(r.inputs),outputs:r.outputs}:null}function HP(e){const t=gt(e);if(t===null)return{};if(t.localRefs===void 0){const n=t.lView;if(n===null)return{};t.localRefs=kP(n,t.nodeIndex)}return t.localRefs||{}}function AC(e){return gt(e).native}function OC(e){ngDevMode&&Kh(e);const t=gt(e),n=t===null?null:t.lView;if(n===null)return[];const r=n[C],o=n[zn],s=r.cleanup,i=[];if(s&&o)for(let a=0;a<s.length;){const c=s[a++],u=s[a++];if(typeof c=="string"){const l=c,d=X(n[u]),f=o[s[a++]],h=s[a++],p=typeof h=="boolean"||h>=0?"dom":"output",g=typeof h=="boolean"?h:!1;e==d&&i.push({element:e,name:l,callback:f,useCapture:g,type:p})}}return i.sort(UP),i}function UP(e,t){return e.name==t.name?0:e.name<t.name?-1:1}function VP(e){return e.type!==void 0&&e.declaredInputs!==void 0&&e.findHostDirectiveDefs!==void 0}function Kh(e){if(typeof Element<"u"&&!(e instanceof Element))throw new Error("Expecting instance of DOM Element")}function PC(e){const t={};for(const n in e){if(!e.hasOwnProperty(n))continue;const r=e[n];if(r===void 0)continue;let o;Array.isArray(r)?o=r[0]:o=r,t[n]=o}return t}let Jh;function zP(e){Jh=e}function Kn(){if(Jh!==void 0)return Jh;if(typeof document<"u")return document;throw new v(210,(typeof ngDevMode>"u"||ngDevMode)&&"The document object is not available in this context. Make sure the DOCUMENT injection token is provided.")}const dl=new R(ngDevMode?"AppId":"",{providedIn:"root",factory:()=>GP}),GP="ng",xC=new R(ngDevMode?"Platform Initializer":""),Jn=new R(ngDevMode?"Platform ID":"",{providedIn:"platform",factory:()=>"unknown"}),WP=new R(ngDevMode?"Application Packages Root URL":""),ZP=new R(ngDevMode?"AnimationModuleType":""),qP=new R(ngDevMode?"CSP nonce":"",{providedIn:"root",factory:()=>{var e,t;return((t=(e=Kn().body)==null?void 0:e.querySelector("[ngCspNonce]"))==null?void 0:t.getAttribute("ngCspNonce"))||null}}),Xh={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},ep=new R(ngDevMode?"ImageConfig":"",{providedIn:"root",factory:()=>Xh});function QP(e){return e}function YP(){const e=new jr;return b(Jn)==="browser"&&(e.store=KP(Kn(),b(dl))),e}const of=class of{constructor(){this.store={},this.onSerializeCallbacks={}}get(t,n){return this.store[t]!==void 0?this.store[t]:n}set(t,n){this.store[t]=n}remove(t){delete this.store[t]}hasKey(t){return this.store.hasOwnProperty(t)}get isEmpty(){return Object.keys(this.store).length===0}onSerialize(t,n){this.onSerializeCallbacks[t]=n}toJson(){for(const t in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(t))try{this.store[t]=this.onSerializeCallbacks[t]()}catch(n){console.warn("Exception in onSerialize callback: ",n)}return JSON.stringify(this.store).replace(/</g,"\\u003C")}};of.ɵprov=oe({token:of,providedIn:"root",factory:YP});let jr=of;function KP(e,t){const n=e.getElementById(t+"-state");if(n!=null&&n.textContent)try{return JSON.parse(n.textContent)}catch(r){console.warn("Exception while restoring TransferState for app "+t,r)}return{}}const tp="h",np="b";var $r;(function(e){e.FirstChild="f",e.NextSibling="n"})($r||($r={}));const hs="e",Va="t",Br="c",ps="x",gs="r",rp="i",ms="n",Hr="d",za="l",op="__nghData__",Ga="ngh",NC="nghm";let RC=()=>null;function JP(e,t,n=!1){let r=e.getAttribute(Ga);if(r==null)return null;const[o,s]=r.split("|");if(r=n?s:o,!r)return null;const i=s?`|${s}`:"",a=n?o:i;let c={};if(r!==""){const l=t.get(jr,null,{optional:!0});l!==null&&(c=l.get(op,[])[Number(r)],ngDevMode&&I(c,"Unable to retrieve hydration info from the TransferState."))}const u={data:c,firstChild:e.firstChild??null};return n&&(u.firstChild=e,fl(u,0,e.nextSibling)),a?e.setAttribute(Ga,a):e.removeAttribute(Ga),ngDevMode&&Ur(e,!1),ngDevMode&&ngDevMode.hydratedComponents++,u}function XP(){RC=JP}function sp(e,t,n=!1){return RC(e,t,n)}function FC(e){let t=e._lView;return t[C].type===2?null:(Aa(t)&&(t=t[M]),t)}function ex(e){var t;return(t=e.textContent)==null?void 0:t.replace(/\s/gm,"")}function tx(e){const t=Kn(),n=t.createNodeIterator(e,NodeFilter.SHOW_COMMENT,{acceptNode(s){const i=ex(s);return i==="ngetn"||i==="ngtns"?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}});let r;const o=[];for(;r=n.nextNode();)o.push(r);for(const s of o)s.textContent==="ngetn"?s.replaceWith(t.createTextNode("")):s.remove()}var ys;(function(e){e.Hydrated="hydrated",e.Skipped="skipped",e.Mismatched="mismatched"})(ys||(ys={}));const kC="__ngDebugHydrationInfo__";function ip(e,t){e[kC]=t}function LC(e){return e[kC]??null}function Ur(e,t=!0){if(!ngDevMode)throw new Error("Calling `markRNodeAsClaimedByHydration` in prod mode is not supported and likely a mistake.");if(t&&rx(e))throw new Error("Trying to claim a node, which was claimed already.");ip(e,{status:ys.Hydrated}),ngDevMode.hydratedNodes++}function nx(e){if(!ngDevMode)throw new Error("Calling `markRNodeAsSkippedByHydration` in prod mode is not supported and likely a mistake.");ip(e,{status:ys.Skipped}),ngDevMode.componentsSkippedHydration++}function Wa(e,t=null,n=null){if(!ngDevMode)throw new Error("Calling `markRNodeAsMismatchedByHydration` in prod mode is not supported and likely a mistake.");for(;e&&!ll(e);)e=e==null?void 0:e.parentNode;e&&ip(e,{status:ys.Mismatched,expectedNodeDetails:t,actualNodeDetails:n})}function rx(e){var t;return((t=LC(e))==null?void 0:t.status)===ys.Hydrated}function fl(e,t,n){e.segmentHeads??(e.segmentHeads={}),e.segmentHeads[t]=n}function ap(e,t){var n;return((n=e.segmentHeads)==null?void 0:n[t])??null}function jC(e,t){var o,s;const n=e.data;let r=((o=n[hs])==null?void 0:o[t])??null;return r===null&&((s=n[Br])!=null&&s[t])&&(r=cp(e,t)),r}function ox(e,t){var n;return((n=e.data[hs])==null?void 0:n[t])!==void 0}function $C(e,t){var n;return((n=e.data[Br])==null?void 0:n[t])??null}function cp(e,t){const n=$C(e,t)??[];let r=0;for(let o of n)r+=o[gs]*(o[ps]??1);return r}function BC(e){if(typeof e.disconnectedNodes>"u"){const t=e.data[Hr];e.disconnectedNodes=t?new Set(t):null}return e.disconnectedNodes}function Vr(e,t){var n;if(typeof e.disconnectedNodes>"u"){const r=e.data[Hr];e.disconnectedNodes=r?new Set(r):null}return!!((n=BC(e))!=null&&n.has(t))}function HC(e,t){var o;const n=t,r=e.corruptedTextNodes;n.textContent===""?r.set(n,"ngetn"):((o=n.nextSibling)==null?void 0:o.nodeType)===Node.TEXT_NODE&&r.set(n,"ngtns")}const Za=new R(typeof ngDevMode>"u"||ngDevMode?"IS_HYDRATION_DOM_REUSE_ENABLED":""),UC=!1,VC=new R(typeof ngDevMode>"u"||ngDevMode?"PRESERVE_HOST_CONTENT":"",{providedIn:"root",factory:()=>UC}),zC=new R(typeof ngDevMode>"u"||ngDevMode?"IS_I18N_HYDRATION_ENABLED":""),up=new R(typeof ngDevMode>"u"||ngDevMode?"IS_EVENT_REPLAY_ENABLED":""),GC=!1;let hl;function WC(){if(hl===void 0&&(hl=null,Ae.trustedTypes))try{hl=Ae.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return hl}function vs(e){var t;return((t=WC())==null?void 0:t.createHTML(e))||e}function sx(e){var t;return((t=WC())==null?void 0:t.createScriptURL(e))||e}let pl;function lp(){if(pl===void 0&&(pl=null,Ae.trustedTypes))try{pl=Ae.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return pl}function ZC(e){var t;return((t=lp())==null?void 0:t.createHTML(e))||e}function qC(e){var t;return((t=lp())==null?void 0:t.createScript(e))||e}function QC(e){var t;return((t=lp())==null?void 0:t.createScriptURL(e))||e}class zr{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Mr})`}}class ix extends zr{getTypeName(){return"HTML"}}class ax extends zr{getTypeName(){return"Style"}}class cx extends zr{getTypeName(){return"Script"}}class ux extends zr{getTypeName(){return"URL"}}class lx extends zr{getTypeName(){return"ResourceURL"}}function ln(e){return e instanceof zr?e.changingThisBreaksApplicationSecurity:e}function Ds(e,t){const n=YC(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Mr})`)}return n===t}function YC(e){return e instanceof zr&&e.getTypeName()||null}function dx(e){return new ix(e)}function fx(e){return new ax(e)}function hx(e){return new cx(e)}function px(e){return new ux(e)}function gx(e){return new lx(e)}function KC(e){const t=new yx(e);return vx()?new mx(t):t}class mx{constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){var n;t="<body><remove></remove>"+t;try{const r=new window.DOMParser().parseFromString(vs(t),"text/html").body;return r===null?this.inertDocumentHelper.getInertBodyElement(t):((n=r.firstChild)==null||n.remove(),r)}catch{return null}}}class yx{constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){const n=this.inertDocument.createElement("template");return n.innerHTML=vs(t),n}}function vx(){try{return!!new window.DOMParser().parseFromString(vs(""),"text/html")}catch{return!1}}const Dx=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function gl(e){return e=String(e),e.match(Dx)?e:((typeof ngDevMode>"u"||ngDevMode)&&console.warn(`WARNING: sanitizing unsafe URL value ${e} (see ${Mr})`),"unsafe:"+e)}function On(e){const t={};for(const n of e.split(","))t[n]=!0;return t}function qa(...e){const t={};for(const n of e)for(const r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}const JC=On("area,br,col,hr,img,wbr"),XC=On("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),eI=On("rp,rt"),Ex=qa(eI,XC),Cx=qa(XC,On("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")),Ix=qa(eI,On("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")),dp=qa(JC,Cx,Ix,Ex),fp=On("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),bx=On("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"),wx=On("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"),tI=qa(fp,bx,wx),_x=On("script,style,template");class Mx{constructor(){this.sanitizedSomething=!1,this.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=Ax(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let s=Tx(n);if(s){n=s;break}n=o.pop()}}return this.buf.join("")}startElement(t){const n=nI(t).toLowerCase();if(!dp.hasOwnProperty(n))return this.sanitizedSomething=!0,!_x.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);const r=t.attributes;for(let o=0;o<r.length;o++){const s=r.item(o),i=s.name,a=i.toLowerCase();if(!tI.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let c=s.value;fp[a]&&(c=gl(c)),this.buf.push(" ",i,'="',oI(c),'"')}return this.buf.push(">"),!0}endElement(t){const n=nI(t).toLowerCase();dp.hasOwnProperty(n)&&!JC.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(oI(t))}}function Sx(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function Tx(e){const t=e.nextSibling;if(t&&e!==t.previousSibling)throw rI(t);return t}function Ax(e){const t=e.firstChild;if(t&&Sx(e,t))throw rI(t);return t}function nI(e){const t=e.nodeName;return typeof t=="string"?t:"FORM"}function rI(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}const Ox=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Px=/([^\#-~ |!])/g;function oI(e){return e.replace(/&/g,"&").replace(Ox,function(t){const n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(Px,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}let ml;function sI(e,t){let n=null;try{ml=ml||KC(e);let r=t?String(t):"";n=ml.getInertBodyElement(r);let o=5,s=r;do{if(o===0)throw new Error("Failed to sanitize html because the input is unstable");o--,r=s,s=n.innerHTML,n=ml.getInertBodyElement(r)}while(r!==s);const i=new Mx,a=i.sanitizeChildren(hp(n)||n);return(typeof ngDevMode>"u"||ngDevMode)&&i.sanitizedSomething&&console.warn(`WARNING: sanitizing HTML stripped some content, see ${Mr}`),vs(a)}finally{if(n){const r=hp(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function hp(e){return"content"in e&&xx(e)?e.content:null}function xx(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var Xn;(function(e){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"})(Xn||(Xn={}));function iI(e){const t=Qa();return t?ZC(t.sanitize(Xn.HTML,e)||""):Ds(e,"HTML")?ZC(ln(e)):sI(Kn(),H(e))}function aI(e){const t=Qa();return t?t.sanitize(Xn.STYLE,e)||"":Ds(e,"Style")?ln(e):H(e)}function pp(e){const t=Qa();return t?t.sanitize(Xn.URL,e)||"":Ds(e,"URL")?ln(e):gl(H(e))}function gp(e){const t=Qa();if(t)return QC(t.sanitize(Xn.RESOURCE_URL,e)||"");if(Ds(e,"ResourceURL"))return QC(ln(e));throw new v(904,ngDevMode&&`unsafe value used in a resource URL context (see ${Mr})`)}function cI(e){const t=Qa();if(t)return qC(t.sanitize(Xn.SCRIPT,e)||"");if(Ds(e,"Script"))return qC(ln(e));throw new v(905,ngDevMode&&"unsafe value used in a script context")}function uI(e){if(ngDevMode&&(!Array.isArray(e)||!Array.isArray(e.raw)||e.length!==1))throw new Error(`Unexpected interpolation in trusted HTML constant: ${e.join("?")}`);return vs(e[0])}function lI(e){if(ngDevMode&&(!Array.isArray(e)||!Array.isArray(e.raw)||e.length!==1))throw new Error(`Unexpected interpolation in trusted URL constant: ${e.join("?")}`);return sx(e[0])}function Nx(e,t){return t==="src"&&(e==="embed"||e==="frame"||e==="iframe"||e==="media"||e==="script")||t==="href"&&(e==="base"||e==="link")?gp:pp}function dI(e,t,n){return Nx(t,n)(e)}function Rx(e){if(e.toLowerCase().startsWith("on")){const t=`Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...
|
|
52
|
+
If '${e}' is a directive input, make sure the directive is imported by the current module.`;throw new v(306,t)}}function Fx(e){if(e.toLowerCase().startsWith("on")){const t=`Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...`;throw new v(306,t)}}function Qa(){const e=y();return e&&e[Gt].sanitizer}const kx=/^>|^->|<!--|-->|--!>|<!-$/g,Lx=/(<|>)/g,jx="$1";function fI(e){return e.replace(kx,t=>t.replace(Lx,jx))}function $x(e){return e=Hx(e.replace(/[$@]/g,"_")),`ng-reflect-${e}`}const Bx=/([A-Z])/g;function Hx(e){return e.replace(Bx,(...t)=>"-"+t[1].toLowerCase())}function Ux(e){try{return e!=null?e.toString().slice(0,30):e}catch{return"[ERROR] Exception while trying to serialize the value"}}const hI={name:"custom-elements"},pI={name:"no-errors-schema"};let mp=!1;function Vx(e){mp=e}function zx(){return mp}let yp=!1;function Gx(e){yp=e}function Wx(){return yp}function Zx(e,t,n,r,o){if(r!==null&&!o&&n!==null&&(typeof HTMLUnknownElement<"u"&&HTMLUnknownElement&&e instanceof HTMLUnknownElement||typeof customElements<"u"&&n.indexOf("-")>-1&&!customElements.get(n))&&!vp(r,n)){const i=vl(t),a=Dl(t),c=`'${i?"@Component":"@NgModule"}.schemas'`;let u=`'${n}' is not a known element${a}:
|
|
53
|
+
`;if(u+=`1. If '${n}' is an Angular component, then verify that it is ${i?"included in the '@Component.imports' of this component":"a part of an @NgModule where this component is declared"}.
|
|
54
|
+
`,n&&n.indexOf("-")>-1?u+=`2. If '${n}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the ${c} of this component to suppress this message.`:u+=`2. To allow any element add 'NO_ERRORS_SCHEMA' to the ${c} of this component.`,mp)throw new v(304,u);console.error(he(304,u))}}function qx(e,t,n,r){return r===null||vp(r,n)||t in e||ID(t)?!0:typeof Node>"u"||Node===null||!(e instanceof Node)}function gI(e,t,n,r){!t&&n===4&&(t="ng-template");const o=vl(r),s=Dl(r);let i=`Can't bind to '${e}' since it isn't a known property of '${t}'${s}.`;const a=`'${o?"@Component":"@NgModule"}.schemas'`,c=o?"included in the '@Component.imports' of this component":"a part of an @NgModule where this component is declared";if(yI.has(e)){const u=yI.get(e);i+=`
|
|
55
|
+
If the '${e}' is an Angular control flow directive, please make sure that either the '${u}' directive or the 'CommonModule' is ${c}.`}else i+=`
|
|
56
|
+
1. If '${t}' is an Angular component and it has the '${e}' input, then verify that it is ${c}.`,t&&t.indexOf("-")>-1?(i+=`
|
|
57
|
+
2. If '${t}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the ${a} of this component to suppress this message.`,i+=`
|
|
58
|
+
3. To allow any property add 'NO_ERRORS_SCHEMA' to the ${a} of this component.`):i+=`
|
|
59
|
+
2. To allow any property add 'NO_ERRORS_SCHEMA' to the ${a} of this component.`;mI(i)}function mI(e){if(yp)throw new v(303,e);console.error(he(303,e))}function yl(e){!ngDevMode&&A("Must never be called in production mode");const n=e[ve][pe];return n&&n.constructor?q(n.constructor):null}function vl(e){!ngDevMode&&A("Must never be called in production mode");const t=yl(e);return!!(t!=null&&t.standalone)}function Dl(e){var r;!ngDevMode&&A("Must never be called in production mode");const t=yl(e),n=(r=t==null?void 0:t.type)==null?void 0:r.name;return n?` (used in the '${n}' component template)`:""}const yI=new Map([["ngIf","NgIf"],["ngFor","NgFor"],["ngSwitchCase","NgSwitchCase"],["ngSwitchDefault","NgSwitchDefault"]]);function vp(e,t){if(e!==null)for(let n=0;n<e.length;n++){const r=e[n];if(r===pI||r===hI&&t&&t.indexOf("-")>-1)return!0}return!1}function vI(e){return e.ownerDocument.defaultView}function DI(e){return e.ownerDocument}function Dp(e){return e.ownerDocument.body}const Es="�";function dn(e){return e instanceof Function?e():e}function Mt(e){return(e??b(Be)).get(Jn)==="browser"}const EI=200;function Qx(e){if(CI(e),!q(e).standalone)throw new v(907,`The ${W(e)} component is not marked as standalone, but Angular expects to have a standalone component here. Please make sure the ${W(e)} component has the \`standalone: true\` flag in the decorator.`)}function CI(e){if(!q(e))throw new v(906,`The ${W(e)} is not an Angular component, make sure it has the \`@Component\` decorator.`)}function Yx(e,t,n){throw new v(-300,`Multiple components match node with tagname ${e.value}: ${W(t)} and ${W(n)}`)}function Kx(e,t,n,r,o){var u;const s=yl(o),i=(u=s==null?void 0:s.type)==null?void 0:u.name;let c=`ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value${r?` for '${r}'`:""}: '${II(t)}'. Current value: '${II(n)}'.${i?` Expression location: ${i} component`:""}`;throw e&&(c+=" It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook?"),new v(-100,c)}function II(e){let t=String(e);try{(Array.isArray(e)||t==="[object Object]")&&(t=JSON.stringify(e))}catch{}return t.length>EI?t.substring(0,EI)+"…":t}function bI(e,t,n,r,o){const[s,i,...a]=r.split(Es);let c=i,u=i;for(let l=0;l<a.length;l++){const d=t+l;c+=`${e[d]}${a[l]}`,u+=`${d===n?o:e[d]}${a[l]}`}return{propName:s,oldValue:c,newValue:u}}function Jx(e,t,n,r){const o=e[C].data,s=o[t];if(typeof s=="string")return s.indexOf(Es)>-1?bI(e,t,t,s,r):{propName:s,oldValue:n,newValue:r};if(s===null){let i=t-1;for(;typeof o[i]!="string"&&o[i+1]===null;)i--;const a=o[i];if(typeof a=="string"){const c=a.match(new RegExp(Es,"g"));if(c&&c.length-1>t-i)return bI(e,i,t,a,r)}}return{propName:void 0,oldValue:n,newValue:r}}var Cs;(function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"})(Cs||(Cs={}));let Ep;function Cp(e,t){return Ep(e,t)}function Xx(e){Ep===void 0&&(Ep=e())}function Is(e,t,n,r,o){if(r!=null){let s,i=!1;ze(r)?s=r:$e(r)&&(i=!0,ngDevMode&&I(r[ye],"HOST must be defined for a component LView"),r=r[ye]);const a=X(r);e===0&&n!==null?o==null?OI(t,n,a):Gr(t,n,a,o||null,!0):e===1&&n!==null?Gr(t,n,a,o||null,!0):e===2?Ka(t,a,i):e===3&&(ngDevMode&&ngDevMode.rendererDestroyNode++,t.destroyNode(a)),s!=null&&iN(t,e,s,n,o)}}function Ip(e,t){return ngDevMode&&ngDevMode.rendererCreateTextNode++,ngDevMode&&ngDevMode.rendererSetText++,e.createText(t)}function wI(e,t,n){ngDevMode&&ngDevMode.rendererSetText++,e.setValue(t,n)}function bp(e,t){return ngDevMode&&ngDevMode.rendererCreateComment++,e.createComment(fI(t))}function El(e,t,n){return ngDevMode&&ngDevMode.rendererCreateElement++,e.createElement(t,n)}function eN(e,t){_I(e,t),t[ye]=null,t[Ve]=null}function tN(e,t,n,r,o,s){r[ye]=o,r[Ve]=t,bl(e,r,n,1,o,s)}function _I(e,t){var n;(n=t[Gt].changeDetectionScheduler)==null||n.notify(9),bl(e,t,t[L],2,null,null)}function nN(e){let t=e[Ma];if(!t)return _p(e[C],e);for(;t;){let n=null;if($e(t))n=t[Ma];else{ngDevMode&&Ft(t);const r=t[De];r&&(n=r)}if(!n){for(;t&&!t[zt]&&t!==e;)$e(t)&&_p(t[C],t),t=t[xe];t===null&&(t=e),$e(t)&&_p(t[C],t),n=t&&t[zt]}t=n}}function rN(e,t,n,r){ngDevMode&&on(t),ngDevMode&&Ft(n);const o=De+r,s=n.length;r>0&&(n[o-1][zt]=t),r<s-De?(t[zt]=n[o],vD(n,De+r,t)):(n.push(t),t[zt]=null),t[xe]=n;const i=t[Ar];i!==null&&n!==i&&MI(i,t);const a=t[wt];a!==null&&a.insertView(e),vh(t),t[P]|=128}function MI(e,t){ngDevMode&&I(t,"LView required"),ngDevMode&&Ft(e);const n=e[Pr],r=t[xe];if(ngDevMode&&I(r,"missing parent"),$e(r))e[P]|=Ta.HasTransplantedViews;else{const o=r[xe][ve];ngDevMode&&I(o,"Missing insertedComponentLView");const s=t[ve];ngDevMode&&I(s,"Missing declaredComponentLView"),s!==o&&(e[P]|=Ta.HasTransplantedViews)}n===null?e[Pr]=[t]:n.push(t)}function wp(e,t){ngDevMode&&Ft(e),ngDevMode&&I(e[Pr],"A projected view should belong to a non-empty projected views collection");const n=e[Pr],r=n.indexOf(t);n.splice(r,1)}function Ya(e,t){if(e.length<=De)return;const n=De+t,r=e[n];if(r){const o=r[Ar];o!==null&&o!==e&&wp(o,r),t>0&&(e[n-1][zt]=r[zt]);const s=Nu(e,De+t);eN(r[C],r);const i=s[wt];i!==null&&i.detachView(s[C]),r[xe]=null,r[zt]=null,r[P]&=-129}return r}function Cl(e,t){if(!(t[P]&256)){const n=t[L];n.destroyNode&&bl(e,t,n,3,null,null),nN(t)}}function _p(e,t){if(t[P]&256)return;const n=U(null);try{t[P]&=-129,t[P]|=256,t[Nt]&&pf(t[Nt]),TI(e,t),SI(e,t),t[C].type===1&&(ngDevMode&&ngDevMode.rendererDestroy++,t[L].destroy());const r=t[Ar];if(r!==null&&ze(t[xe])){r!==t[xe]&&wp(r,t);const o=t[wt];o!==null&&o.detachView(e)}qh(t)}finally{U(n)}}function SI(e,t){ngDevMode&&jf(SI.name);const n=e.cleanup,r=t[zn];if(n!==null)for(let s=0;s<n.length-1;s+=2)if(typeof n[s]=="string"){const i=n[s+3];ngDevMode&&ie(i,"cleanup target must be a number"),i>=0?r[i]():r[-i].unsubscribe(),s+=2}else{const i=r[n[s+1]];n[s].call(i)}r!==null&&(t[zn]=null);const o=t[Wn];if(o!==null){t[Wn]=null;for(let s=0;s<o.length;s++){const i=o[s];ngDevMode&&iD(i,"Expecting destroy hook to be a function."),i()}}}function TI(e,t){ngDevMode&&jf(TI.name);let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){const o=t[n[r]];if(!(o instanceof ka)){const s=n[r+1];if(Array.isArray(s))for(let i=0;i<s.length;i+=2){const a=o[s[i]],c=s[i+1];sn(4,a,c);try{c.call(a)}finally{sn(5,a,c)}}else{sn(4,o,s);try{s.call(o)}finally{sn(5,o,s)}}}}}function Mp(e,t,n){return AI(e,t.parent,n)}function AI(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[ye];{ngDevMode&&Qe(r,7);const{componentOffset:o}=r;if(o>-1){ngDevMode&&rt(r,n);const{encapsulation:s}=e.data[r.directiveStart+o];if(s===_n.None||s===_n.Emulated)return null}return qe(r,n)}}function Gr(e,t,n,r,o){ngDevMode&&ngDevMode.rendererInsertBefore++,e.insertBefore(t,n,r,o)}function OI(e,t,n){ngDevMode&&ngDevMode.rendererAppendChild++,ngDevMode&&I(t,"parent node must be defined"),e.appendChild(t,n)}function PI(e,t,n,r,o){r!==null?Gr(e,t,n,r,o):OI(e,t,n)}function Sp(e,t){return e.parentNode(t)}function oN(e,t){return e.nextSibling(t)}function xI(e,t,n){return RI(e,t,n)}function NI(e,t,n){return e.type&40?qe(e,n):null}let RI=NI,Tp;function FI(e,t){RI=e,Tp=t}function Il(e,t,n,r){const o=Mp(e,r,t),s=t[L],i=r.parent||t[Ve],a=xI(i,r,t);if(o!=null)if(Array.isArray(n))for(let c=0;c<n.length;c++)PI(s,o,n[c],a,!1);else PI(s,o,n,a,!1);Tp!==void 0&&Tp(s,r,t,n,o)}function Wr(e,t){if(t!==null){ngDevMode&&Qe(t,191);const n=t.type;if(n&3)return qe(t,e);if(n&4)return Ap(-1,e[t.index]);if(n&8){const r=t.child;if(r!==null)return Wr(e,r);{const o=e[t.index];return ze(o)?Ap(-1,o):X(o)}}else{if(n&128)return Wr(e,t.next);if(n&32)return Cp(t,e)()||X(e[t.index]);{const r=kI(e,t);if(r!==null){if(Array.isArray(r))return r[0];const o=Sn(e[ve]);return ngDevMode&&XD(o),Wr(o,r)}else return Wr(e,t.next)}}}return null}function kI(e,t){if(t!==null){const r=e[ve][Ve],o=t.projection;return ngDevMode&&bO(e),r.projection[o]}return null}function Ap(e,t){const n=De+e+1;if(n<t.length){const r=t[n],o=r[C].firstChild;if(o!==null)return Wr(r,o)}return t[rn]}function Ka(e,t,n){ngDevMode&&ngDevMode.rendererRemoveNode++,e.removeChild(null,t,n)}function LI(e){e.textContent=""}function Op(e,t,n,r,o,s,i){for(;n!=null;){if(ngDevMode&&rt(n,r),n.type===128){n=n.next;continue}ngDevMode&&Qe(n,63);const a=r[n.index],c=n.type;if(i&&t===0&&(a&&Ye(X(a),r),n.flags|=2),(n.flags&32)!==32)if(c&8)Op(e,t,n.child,r,o,s,!1),Is(t,e,o,a,s);else if(c&32){const u=Cp(n,r);let l;for(;l=u();)Is(t,e,o,l,s);Is(t,e,o,a,s)}else c&16?jI(e,t,r,n,o,s):(ngDevMode&&Qe(n,7),Is(t,e,o,a,s));n=i?n.projectionNext:n.next}}function bl(e,t,n,r,o,s){Op(n,r,e.firstChild,t,o,s,!1)}function sN(e,t,n){const r=t[L],o=Mp(e,n,t),s=n.parent||t[Ve];let i=xI(s,n,t);jI(r,0,t,n,o,i)}function jI(e,t,n,r,o,s){const i=n[ve],a=i[Ve];ngDevMode&&O(typeof r.projection,"number","expecting projection index");const c=a.projection[r.projection];if(Array.isArray(c))for(let u=0;u<c.length;u++){const l=c[u];Is(t,e,o,l,s)}else{let u=c;const l=i[xe];Ba(r)&&(u.flags|=128),Op(e,t,u,l,o,s,!0)}}function iN(e,t,n,r,o){ngDevMode&&Ft(n);const s=n[rn],i=X(n);s!==i&&Is(t,e,r,s,o);for(let a=De;a<n.length;a++){const c=n[a];bl(c[C],c,e,t,r,s)}}function aN(e,t,n,r,o){if(t)o?(ngDevMode&&ngDevMode.rendererAddClass++,e.addClass(n,r)):(ngDevMode&&ngDevMode.rendererRemoveClass++,e.removeClass(n,r));else{let s=r.indexOf("-")===-1?void 0:Cs.DashCase;o==null?(ngDevMode&&ngDevMode.rendererRemoveStyle++,e.removeStyle(n,r,s)):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),s|=Cs.Important),ngDevMode&&ngDevMode.rendererSetStyle++,e.setStyle(n,r,o,s))}}function cN(e,t,n){ngDevMode&&Ko(n,"'newValue' should be a string"),e.setAttribute(t,"style",n),ngDevMode&&ngDevMode.rendererSetStyle++}function $I(e,t,n){ngDevMode&&Ko(n,"'newValue' should be a string"),n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n),ngDevMode&&ngDevMode.rendererSetClassName++}function BI(e,t,n){const{mergedAttrs:r,classes:o,styles:s}=n;r!==null&&eh(e,t,r),o!==null&&$I(e,t,o),s!==null&&cN(e,t,s)}const x=typeof ngDevMode>"u"||ngDevMode?{__brand__:"NO_CHANGE"}:{};function HI(e=1){ngDevMode&&Hn(e,0,"Can only advance forward"),UI(F(),y(),Ge()+e,!!ngDevMode&&Rr())}function UI(e,t,n,r){if(ngDevMode&&Oa(t[C],n),!r)if((t[P]&3)===3){const s=e.preOrderCheckHooks;s!==null&&Ku(t,s,n)}else{const s=e.preOrderHooks;s!==null&&Ju(t,s,0,n)}Fr(n)}function Zr(e,t=Z.Default){const n=y();if(n===null)return ngDevMode&&FA(Zr),He(e,t);const r=ee(),o=VE(r,n,$(e),t);return ngDevMode&&dD(e,o,t),o}function VI(){const e=ngDevMode?"This constructor was not compatible with Dependency Injection.":"invalid";throw new Error(e)}function zI(e,t,n,r,o,s){const i=U(null);try{let a=null;o&Mn.SignalBased&&(a=t[r][lt]),a!==null&&a.transformFn!==void 0&&(s=a.transformFn(s)),o&Mn.HasDecoratorInputTransform&&(s=e.inputTransforms[r].call(t,s)),e.setInput!==null?e.setInput(t,a,s,n,r):rE(t,a,r,s)}finally{U(i)}}function uN(e,t){const n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){const o=n[r];if(o<0)Fr(~o);else{const s=o,i=n[++r],a=n[++r];LO(i,s);const c=t[s];a(2,c)}}}finally{Fr(-1)}}function wl(e,t,n,r,o,s,i,a,c,u,l){const d=t.blueprint.slice();return d[ye]=o,d[P]=r|4|128|8|64,(u!==null||e&&e[P]&2048)&&(d[P]|=2048),uE(d),ngDevMode&&t.declTNode&&e&&rt(t.declTNode,e),d[xe]=d[Gn]=e,d[pe]=n,d[Gt]=i||e&&e[Gt],ngDevMode&&I(d[Gt],"LViewEnvironment is required"),d[L]=a||e&&e[L],ngDevMode&&I(d[L],"Renderer is required"),d[Ne]=c||e&&e[Ne]||null,d[Ve]=s,d[Or]=OP(),d[nt]=l,d[qD]=u,ngDevMode&&O(t.type==2?e!==null:!0,!0,"Embedded views must have parentLView"),d[ve]=t.type==2?e[ve]:d,d}function qr(e,t,n,r,o){ngDevMode&&t!==0&&In(t,M,"TNodes can't be in the LView header."),ngDevMode&&qO(n);let s=e.data[t];if(s===null)s=Pp(e,t,n,r,o),kO()&&(s.flags|=32);else if(s.type&64){s.type=n,s.value=r,s.attrs=o;const i=Ra();s.injectorIndex=i===null?-1:i.injectorIndex,ngDevMode&&cs(s,e),ngDevMode&&O(t,s.index,"Expecting same index")}return Wt(s,!0),s}function Pp(e,t,n,r,o){const s=vE(),i=Ch(),a=i?s:s&&s.parent,c=e.data[t]=mN(e,a,n,t,r,o);return e.firstChild===null&&(e.firstChild=c),s!==null&&(i?s.child==null&&c.parent!==null&&(s.child=c):s.next===null&&(s.next=c,c.prev=s)),c}function Ja(e,t,n,r){if(n===0)return-1;ngDevMode&&(pt(e),aD(e,t[C],"`LView` must be associated with `TView`!"),O(e.data.length,t.length,"Expecting LView to be same size as TView"),O(e.data.length,e.blueprint.length,"Expecting Blueprint to be same size as TView"),hh(e));const o=t.length;for(let s=0;s<n;s++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function GI(e,t,n,r,o){const s=Ge(),i=r&2;try{Fr(-1),i&&t.length>M&&UI(e,t,M,!!ngDevMode&&Rr()),sn(i?2:0,o),n(r,o)}finally{Fr(s),sn(i?3:1,o)}}function xp(e,t,n){if(dh(t)){const r=U(null);try{const o=t.directiveStart,s=t.directiveEnd;for(let i=o;i<s;i++){const a=e.data[i];if(a.contentQueries){const c=n[i];ngDevMode&&I(i,"Incorrect reference to a directive defining a content query"),a.contentQueries(1,c,i)}}}finally{U(r)}}}function Np(e,t,n){hE()&&(bN(e,t,n,qe(n,t)),(n.flags&64)===64&&JI(e,t,n))}function Rp(e,t,n=qe){const r=t.localNames;if(r!==null){let o=t.index+1;for(let s=0;s<r.length;s+=2){const i=r[s+1],a=i===-1?n(t,e):e[i];e[o++]=a}}}function WI(e){const t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Fp(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Fp(e,t,n,r,o,s,i,a,c,u,l){ngDevMode&&ngDevMode.tView++;const d=M+r,f=d+o,h=lN(d,f),p=typeof u=="function"?u():u,g=h[C]={type:e,blueprint:h,template:n,queries:null,viewQuery:a,declTNode:t,data:h.slice().fill(null,d),bindingStartIndex:d,expandoStartIndex:f,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 s=="function"?s():s,pipeRegistry:typeof i=="function"?i():i,firstChild:null,schemas:c,consts:p,incompleteFirstPass:!1,ssrId:l};return ngDevMode&&Object.seal(g),g}function lN(e,t){const n=[];for(let r=0;r<t;r++)n.push(r<e?null:x);return n}function dN(e,t,n,r){const s=r.get(VC,UC)||n===_n.ShadowDom,i=e.selectRootElement(t,s);return fN(i),i}function fN(e){ZI(e)}let ZI=()=>null;function hN(e){dC(e)?LI(e):tx(e)}function pN(){ZI=hN}function gN(e,t,n,r){const o=tb(t);ngDevMode&&I(n,"Cleanup context is mandatory when registering framework-level destroy hooks"),o.push(n),e.firstCreatePass?Bp(e).push(r,o.length-1):ngDevMode&&Object.freeze(Bp(e))}function mN(e,t,n,r,o,s){ngDevMode&&r!==0&&In(r,M,"TNodes can't be in the LView header."),ngDevMode&&Jo(s,void 0,"'undefined' is not valid value for 'attrs'"),ngDevMode&&ngDevMode.tNode++,ngDevMode&&t&&cs(t,e);let i=t?t.injectorIndex:-1,a=0;Nr()&&(a|=128);const c={type:n,index:r,insertBeforeIndex:null,injectorIndex:i,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,attrs:s,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};return ngDevMode&&Object.seal(c),c}function qI(e,t,n,r,o){for(let s in t){if(!t.hasOwnProperty(s))continue;const i=t[s];if(i===void 0)continue;r??(r={});let a,c=Mn.None;Array.isArray(i)?(a=i[0],c=i[1]):a=i;let u=s;if(o!==null){if(!o.hasOwnProperty(s))continue;u=o[s]}e===0?QI(r,n,u,a,c):QI(r,n,u,a)}return r}function QI(e,t,n,r,o){let s;e.hasOwnProperty(n)?(s=e[n]).push(t,r):s=e[n]=[t,r],o!==void 0&&s.push(o)}function yN(e,t,n){ngDevMode&&pt(e);const r=t.directiveStart,o=t.directiveEnd,s=e.data,i=t.attrs,a=[];let c=null,u=null;for(let l=r;l<o;l++){const d=s[l],f=n?n.get(d):null,h=f?f.inputs:null,p=f?f.outputs:null;c=qI(0,d.inputs,l,c,h),u=qI(1,d.outputs,l,u,p);const g=c!==null&&i!==null&&!th(t)?xN(c,l,i):null;a.push(g)}c!==null&&(c.hasOwnProperty("class")&&(t.flags|=8),c.hasOwnProperty("style")&&(t.flags|=16)),t.initialInputs=a,t.inputs=c,t.outputs=u}function vN(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function mt(e,t,n,r,o,s,i,a){ngDevMode&&Jo(o,x,"Incoming value should never be NO_CHANGE.");const c=qe(t,n);let u=t.inputs,l;!a&&u!=null&&(l=u[r])?(Hp(e,n,l,r,o),Zn(t)&&DN(n,t.index),ngDevMode&&EN(n,c,t.type,l,o)):t.type&3?(r=vN(r),ngDevMode&&(Rx(r),qx(c,r,t.value,e.schemas)||gI(r,t.value,t.type,n),ngDevMode.rendererSetProperty++),o=i!=null?i(o,t.value||"",r):o,s.setProperty(c,r,o)):t.type&12&&ngDevMode&&!vp(e.schemas,t.value)&&gI(r,t.value,t.type,n)}function DN(e,t){ngDevMode&&on(e);const n=_t(t,e);n[P]&16||(n[P]|=64)}function YI(e,t,n,r,o){const s=e[L];r=$x(r);const i=Ux(o);if(n&3)o==null?s.removeAttribute(t,r):s.setAttribute(t,r,i);else{const a=fI(`bindings=${JSON.stringify({[r]:i},null,2)}`);s.setValue(t,a)}}function EN(e,t,n,r,o){if(n&7)for(let s=0;s<r.length;s+=3)YI(e,t,n,r[s+1],o)}function kp(e,t,n,r){if(ngDevMode&&pt(e),hE()){const o=r===null?null:{"":-1},s=_N(e,n);let i,a;s===null?i=a=null:[i,a]=s,i!==null&&KI(e,t,n,i,o,a),o&&MN(n,r,o)}n.mergedAttrs=wa(n.mergedAttrs,n.attrs)}function KI(e,t,n,r,o,s){ngDevMode&&pt(e);for(let u=0;u<r.length;u++)Rh(tl(n,t),e,r[u].type);TN(n,e.data.length,r.length);for(let u=0;u<r.length;u++){const l=r[u];l.providersResolver&&l.providersResolver(l)}let i=!1,a=!1,c=Ja(e,t,r.length,null);ngDevMode&&aD(c,n.directiveStart,"TNode.directiveStart should point to just allocated space");for(let u=0;u<r.length;u++){const l=r[u];n.mergedAttrs=wa(n.mergedAttrs,l.hostAttrs),AN(e,n,t,c,l),SN(c,l,o),l.contentQueries!==null&&(n.flags|=4),(l.hostBindings!==null||l.hostAttrs!==null||l.hostVars!==0)&&(n.flags|=64);const d=l.type.prototype;!i&&(d.ngOnChanges||d.ngOnInit||d.ngDoCheck)&&((e.preOrderHooks??(e.preOrderHooks=[])).push(n.index),i=!0),!a&&(d.ngOnChanges||d.ngDoCheck)&&((e.preOrderCheckHooks??(e.preOrderCheckHooks=[])).push(n.index),a=!0),c++}yN(e,n,s)}function CN(e,t,n,r,o){ngDevMode&&pt(e);const s=o.hostBindings;if(s){let i=e.hostBindingOpCodes;i===null&&(i=e.hostBindingOpCodes=[]);const a=~t.index;IN(i)!=a&&i.push(a),i.push(n,r,s)}}function IN(e){let t=e.length;for(;t>0;){const n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function bN(e,t,n,r){const o=n.directiveStart,s=n.directiveEnd;Zn(n)&&(ngDevMode&&Qe(n,3),ON(t,n,e.data[o+n.componentOffset])),e.firstCreatePass||tl(n,t),Ye(r,t);const i=n.initialInputs;for(let a=o;a<s;a++){const c=e.data[a],u=Lr(t,e,a,n);if(Ye(u,t),i!==null&&PN(t,a-o,u,c,n,i),Rt(c)){const l=_t(n.index,t);l[pe]=Lr(t,e,a,n)}}}function JI(e,t,n){const r=n.directiveStart,o=n.directiveEnd,s=n.index,i=jO();try{Fr(s);for(let a=r;a<o;a++){const c=e.data[a],u=t[a];wh(a),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&wN(c,u)}}finally{Fr(-1),wh(i)}}function wN(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function _N(e,t){var s;ngDevMode&&pt(e),ngDevMode&&Qe(t,15);const n=e.directiveRegistry;let r=null,o=null;if(n)for(let i=0;i<n.length;i++){const a=n[i];if(_D(t,a.selectors,!1))if(r||(r=[]),Rt(a))if(ngDevMode&&(Qe(t,2,`"${t.value}" tags cannot be used as component hosts. Please use a different tag to activate the ${J(a.type)} component.`),Zn(t)&&Yx(t,r.find(Rt).type,a.type)),a.findHostDirectiveDefs!==null){const c=[];o=o||new Map,a.findHostDirectiveDefs(a,c,o),r.unshift(...c,a);const u=c.length;Lp(e,t,u)}else r.unshift(a),Lp(e,t,0);else o=o||new Map,(s=a.findHostDirectiveDefs)==null||s.call(a,a,r,o),r.push(a)}return ngDevMode&&r!==null&&eE(r),r===null?null:[r,o]}function Lp(e,t,n){ngDevMode&&pt(e),ngDevMode&&Hn(n,-1,"componentOffset must be great than -1"),t.componentOffset=n,(e.components??(e.components=[])).push(t.index)}function MN(e,t,n){if(t){const r=e.localNames=[];for(let o=0;o<t.length;o+=2){const s=n[t[o+1]];if(s==null)throw new v(-301,ngDevMode&&`Export of name '${t[o+1]}' not found!`);r.push(t[o],s)}}}function SN(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Rt(t)&&(n[""]=e)}}function TN(e,t,n){ngDevMode&&Ot(n,e.directiveEnd-e.directiveStart,"Reached the max number of directives"),e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function AN(e,t,n,r,o){ngDevMode&&In(r,M,"Must be in Expando section"),e.data[r]=o;const s=o.factory||(o.factory=Sr(o.type,!0)),i=new ka(s,Rt(o),Zr);e.blueprint[r]=i,n[r]=i,CN(e,t,r,Ja(e,n,o.hostVars,x),o)}function ON(e,t,n){const r=qe(t,e),o=WI(n),s=e[Gt].rendererFactory;let i=16;n.signals?i=4096:n.onPush&&(i=64);const a=_l(e,wl(e,o,null,i,r,t,null,s.createRenderer(r,n),null,null,null));e[t.index]=a}function fn(e,t,n,r,o,s){ngDevMode&&(Jo(r,x,"Incoming value should never be NO_CHANGE."),Fx(n),Qe(e,2,`Attempted to set attribute \`${n}\` on a container node. Host bindings are not valid on ng-container or ng-template.`));const i=qe(e,t);jp(t[L],i,s,e.value,n,r,o)}function jp(e,t,n,r,o,s,i){if(s==null)ngDevMode&&ngDevMode.rendererRemoveAttribute++,e.removeAttribute(t,o,n);else{ngDevMode&&ngDevMode.rendererSetAttribute++;const a=i==null?H(s):i(s,r||"",o);e.setAttribute(t,o,a,n)}}function PN(e,t,n,r,o,s){const i=s[t];if(i!==null)for(let a=0;a<i.length;){const c=i[a++],u=i[a++],l=i[a++],d=i[a++];if(zI(r,n,c,u,l,d),ngDevMode){const f=qe(o,e);YI(e,f,o.type,u,d)}}}function xN(e,t,n){let r=null,o=0;for(;o<n.length;){const s=n[o];if(s===0){o+=4;continue}else if(s===5){o+=2;continue}if(typeof s=="number")break;if(e.hasOwnProperty(s)){r===null&&(r=[]);const i=e[s];for(let a=0;a<i.length;a+=3)if(i[a]===t){r.push(s,i[a+1],i[a+2],n[o+1]);break}}o+=2}return r}function XI(e,t,n,r){ngDevMode&&on(t);const o=[e,!0,0,t,null,r,null,n,null,null];return ngDevMode&&O(o.length,De,"Should allocate correct number of slots for LContainer header."),o}function eb(e,t){const n=e.contentQueries;if(n!==null){const r=U(null);try{for(let o=0;o<n.length;o+=2){const s=n[o],i=n[o+1];if(i!==-1){const a=e.data[i];ngDevMode&&I(a,"DirectiveDef not found."),ngDevMode&&I(a.contentQueries,"contentQueries function should be defined"),Qu(s),a.contentQueries(2,t[i],i)}}}finally{U(r)}}}function _l(e,t){return e[Ma]?e[ZD][zt]=t:e[Ma]=t,e[ZD]=t,t}function $p(e,t,n){ngDevMode&&I(t,"View queries function to execute must be defined."),Qu(0);const r=U(null);try{t(e,n)}finally{U(r)}}function be(e,t,n,r,...o){if(e[r]===null&&(t.inputs==null||!t.inputs[n])){(t.propertyBindings||(t.propertyBindings=[])).push(r);let i=n;o.length>0&&(i+=Es+o.join(Es)),e[r]=i}}function tb(e){return e[zn]??(e[zn]=[])}function Bp(e){return e.cleanup??(e.cleanup=[])}function nb(e,t,n){return(e===null||Rt(e))&&(n=mh(n[t.index])),n[L]}function Ml(e,t){const n=e[Ne],r=n?n.get(An,null):null;r&&r.handleError(t)}function Hp(e,t,n,r,o){for(let s=0;s<n.length;){const i=n[s++],a=n[s++],c=n[s++],u=t[i];ngDevMode&&we(t,i);const l=e.data[i];zI(l,u,r,a,c,o)}}function Pn(e,t,n){ngDevMode&&Ko(n,"Value should be a string"),ngDevMode&&Jo(n,x,"value should not be NO_CHANGE"),ngDevMode&&we(e,t);const r=Pa(t,e);ngDevMode&&I(r,"native element should exist"),wI(e[L],r,n)}function NN(e,t){ngDevMode&&O(Na(e),!0,"Should be run in creation mode");const n=_t(t,e),r=n[C];RN(r,n);const o=n[ye];o!==null&&n[nt]===null&&(n[nt]=sp(o,n[Ne])),Sl(r,n,n[pe])}function RN(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function Sl(e,t,n){var r;ngDevMode&&O(Na(t),!0,"Should be run in creation mode"),ngDevMode&&jf(Sl.name),Sh(t);try{const o=e.viewQuery;o!==null&&$p(1,o,n);const s=e.template;s!==null&&GI(e,t,s,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),(r=t[wt])==null||r.finishViewCreation(e),e.staticContentQueries&&eb(e,t),e.staticViewQueries&&$p(2,e.viewQuery,n);const i=e.components;i!==null&&FN(t,i)}catch(o){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),o}finally{t[P]&=-5,Th()}}function FN(e,t){for(let n=0;n<t.length;n++)NN(e,t[n])}function bs(e,t,n,r){const o=U(null);try{const s=t.tView;ngDevMode&&I(s,"TView must be defined for a template node."),ngDevMode&&rt(t,e);const a=e[P]&4096?4096:16,c=wl(e,s,n,a,null,t,null,null,(r==null?void 0:r.injector)??null,(r==null?void 0:r.embeddedViewInjector)??null,(r==null?void 0:r.dehydratedView)??null),u=e[t.index];ngDevMode&&Ft(u),c[Ar]=u;const l=e[wt];return l!==null&&(c[wt]=l.createEmbeddedView(s)),Sl(s,c,n),c}finally{U(o)}}function rb(e,t){const n=De+t;if(n<e.length){const r=e[n];return ngDevMode&&on(r),r}}function Qr(e,t){return!t||t.firstChild===null||Ba(e)}function ws(e,t,n,r=!0){const o=t[C];if(rN(o,t,e,n),r){const i=Ap(n,e),a=t[L],c=Sp(a,e[rn]);c!==null&&tN(o,e[Ve],a,t,c,i)}const s=t[nt];s!==null&&s.firstChild!==null&&(s.firstChild=null)}function Up(e,t){const n=Ya(e,t);return n!==void 0&&Cl(n[C],n),n}function Xa(e,t,n,r,o=!1){for(;n!==null;){if(n.type===128){n=o?n.projectionNext:n.next;continue}ngDevMode&&Qe(n,63);const s=t[n.index];s!==null&&r.push(X(s)),ze(s)&&ob(s,r);const i=n.type;if(i&8)Xa(e,t,n.child,r);else if(i&32){const a=Cp(n,t);let c;for(;c=a();)r.push(c)}else if(i&16){const a=kI(t,n);if(Array.isArray(a))r.push(...a);else{const c=Sn(t[ve]);ngDevMode&&XD(c),Xa(c[C],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function ob(e,t){for(let n=De;n<e.length;n++){const r=e[n],o=r[C].firstChild;o!==null&&Xa(r[C],r,o,t)}e[rn]!==e[ye]&&t.push(e[rn])}let sb=[];function kN(e){return e[Nt]??LN(e)}function LN(e){const t=sb.pop()??Object.create($N);return t.lView=e,t}function jN(e){e.lView[Nt]!==e&&(e.lView=null,sb.push(e))}const $N={...aa,consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{Zu(e.lView)},consumerOnSignalRead(){this.lView[Nt]=this}};function BN(e){const t=e[Nt]??Object.create(HN);return t.lView=e,t}const HN={...aa,consumerIsAlwaysLive:!0,consumerMarkedDirty:e=>{let t=Sn(e.lView);for(;t&&!ib(t[C]);)t=Sn(t);t&&lE(t)},consumerOnSignalRead(){this.lView[Nt]=this}};function ib(e){return e.type!==2}const UN=100;function Tl(e,t=!0,n=0){var i,a,c;const r=e[Gt],o=r.rendererFactory,s=!!ngDevMode&&Rr();s||(i=o.begin)==null||i.call(o);try{VN(e,n)}catch(u){throw t&&Ml(e,u),u}finally{s||((a=o.end)==null||a.call(o),(c=r.inlineEffectRunner)==null||c.flush())}}function VN(e,t){const n=CE();try{if(IE(!0),zp(e,t),ngDevMode&&bh())return;let r=0;for(;Wu(e);){if(r===UN)throw new v(103,ngDevMode&&"Infinite change detection while trying to refresh views. There may be components which each cause the other to require a refresh, causing an infinite loop.");r++,zp(e,1)}}finally{IE(n)}}function Vp(e,t,n=!0){EE(t);try{Tl(e,n)}finally{EE(Qn.Off)}}function zN(e,t,n,r){var l;ngDevMode&&O(Na(t),!1,"Should be run in update mode");const o=t[P];if((o&256)===256)return;const s=ngDevMode&&Rr(),i=ngDevMode&&bh();!s&&((l=t[Gt].inlineEffectRunner)==null||l.flush()),Sh(t);let a=!0,c=null,u=null;s||(ib(e)?(u=kN(t),c=lu(u)):df()===null?(a=!1,u=BN(t),c=lu(u)):t[Nt]&&(pf(t[Nt]),t[Nt]=null));try{uE(t),bE(e.bindingStartIndex),n!==null&&GI(e,t,n,2,r);const d=(o&3)===3;if(!s)if(d){const p=e.preOrderCheckHooks;p!==null&&Ku(t,p,null)}else{const p=e.preOrderHooks;p!==null&&Ju(t,p,0,null),Ah(t,0)}if(i||GN(t),ab(t,0),e.contentQueries!==null&&eb(e,t),!s)if(d){const p=e.contentCheckHooks;p!==null&&Ku(t,p)}else{const p=e.contentHooks;p!==null&&Ju(t,p,1),Ah(t,1)}uN(e,t);const f=e.components;f!==null&&ub(t,f,0);const h=e.viewQuery;if(h!==null&&$p(2,h,r),!s)if(d){const p=e.viewCheckHooks;p!==null&&Ku(t,p)}else{const p=e.viewHooks;p!==null&&Ju(t,p,2),Ah(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[as]){for(const p of t[as])p();t[as]=null}s||(t[P]&=-73)}catch(d){throw s||Zu(t),d}finally{u!==null&&(ff(u,c),a&&jN(u)),Th()}}function ab(e,t){for(let n=CC(e);n!==null;n=IC(n))for(let r=De;r<n.length;r++){const o=n[r];cb(o,t)}}function GN(e){for(let t=CC(e);t!==null;t=IC(t)){if(!(t[P]&Ta.HasTransplantedViews))continue;const n=t[Pr];ngDevMode&&I(n,"Transplanted View flags set but missing MOVED_VIEWS");for(let r=0;r<n.length;r++){const o=n[r];lE(o)}}}function WN(e,t,n){ngDevMode&&O(Na(e),!1,"Should be run in update mode");const r=_t(t,e);cb(r,n)}function cb(e,t){yh(e)&&zp(e,t)}function zp(e,t){const n=ngDevMode&&Rr(),r=e[C],o=e[P],s=e[Nt];let i=!!(t===0&&o&16);if(i||(i=!!(o&64&&t===0&&!n)),i||(i=!!(o&1024)),i||(i=!!(s!=null&&s.dirty&&hf(s))),i||(i=!!(ngDevMode&&bh())),s&&(s.dirty=!1),e[P]&=-9217,i)zN(r,e,r.template,e[pe]);else if(o&8192){ab(e,1);const a=r.components;a!==null&&ub(e,a,1)}}function ub(e,t,n){for(let r=0;r<t.length;r++)WN(e,t[r],n)}function ec(e,t){var r;const n=CE()?64:1088;for((r=e[Gt].changeDetectionScheduler)==null||r.notify(t);e;){e[P]|=n;const o=Sn(e);if(Aa(e)&&!o)return e;e=o}return null}class _s{get rootNodes(){const t=this._lView,n=t[C];return Xa(n,t,n.firstChild,[])}constructor(t,n,r=!0){this._lView=t,this._cdRefInjectingView=n,this.notifyErrorHandler=r,this._appRef=null,this._attachedToViewContainer=!1}get context(){return this._lView[pe]}set context(t){ngDevMode&&console.warn("Angular: Replacing the `context` object of an `EmbeddedViewRef` is deprecated."),this._lView[pe]=t}get destroyed(){return(this._lView[P]&256)===256}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const t=this._lView[xe];if(ze(t)){const n=t[Uu],r=n?n.indexOf(this):-1;r>-1&&(ngDevMode&&O(r,t.indexOf(this._lView)-De,"An attached view should be in the same position within its container as its ViewRef in the VIEW_REFS array."),Ya(t,r),Nu(n,r))}this._attachedToViewContainer=!1}Cl(this._lView[C],this._lView)}onDestroy(t){qu(this._lView,t)}markForCheck(){ec(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[P]&=-129}reattach(){vh(this._lView),this._lView[P]|=128}detectChanges(){this._lView[P]|=1024,Tl(this._lView,this.notifyErrorHandler)}checkNoChanges(){ngDevMode&&Vp(this._lView,Qn.OnlyDirtyViews,this.notifyErrorHandler)}attachToViewContainerRef(){if(this._appRef)throw new v(902,ngDevMode&&"This view is already attached directly to the ApplicationRef!");this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const t=Aa(this._lView),n=this._lView[Ar];n!==null&&!t&&wp(n,this._lView),_I(this._lView[C],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new v(902,ngDevMode&&"This view is already attached to a ViewContainer!");this._appRef=t;const n=Aa(this._lView),r=this._lView[Ar];r!==null&&!n&&MI(r,this._lView),vh(this._lView)}}const cv=class cv{};cv.__NG_ELEMENT_ID__=QN;let We=cv;const ZN=We,qN=class extends ZN{constructor(t,n,r){super(),this._declarationLView=t,this._declarationTContainer=n,this.elementRef=r}get ssrId(){var t;return((t=this._declarationTContainer.tView)==null?void 0:t.ssrId)||null}createEmbeddedView(t,n){return this.createEmbeddedViewImpl(t,n)}createEmbeddedViewImpl(t,n,r){const o=bs(this._declarationLView,this._declarationTContainer,t,{embeddedViewInjector:n,dehydratedView:r});return new _s(o)}};function QN(){return Al(ee(),y())}function Al(e,t){return e.type&4?(ngDevMode&&I(e.tView,"TView must be allocated"),new qN(t,e,fs(e,t))):null}const Gp="<-- AT THIS LOCATION";function YN(e){switch(e){case 4:return"view container";case 2:return"element";case 8:return"ng-container";case 32:return"icu";case 64:return"i18n";case 16:return"projection";case 1:return"text";case 128:return"@let";default:return"<unknown>"}}function tc(e,t,n,r,o,s=!1){var i;if(!e||e.nodeType!==t||e.nodeType===Node.ELEMENT_NODE&&e.tagName.toLowerCase()!==(n==null?void 0:n.toLowerCase())){let c=`During hydration Angular expected ${fb(t,n,null)} but `;const u=yl(r),l=(i=u==null?void 0:u.type)==null?void 0:i.name,d=Zp(r,o,s),f=`Angular expected this DOM:
|
|
60
|
+
|
|
61
|
+
${d}
|
|
62
|
+
|
|
63
|
+
`;let h="";const p=X(r[ye]);if(!e)c+=`the node was not found.
|
|
64
|
+
|
|
65
|
+
`,Wa(p,d);else{const E=fb(e.nodeType,e.tagName??null,e.textContent??null);c+=`found ${E}.
|
|
66
|
+
|
|
67
|
+
`;const m=Pl(e);h=`Actual DOM is:
|
|
68
|
+
|
|
69
|
+
${m}
|
|
70
|
+
|
|
71
|
+
`,Wa(p,d,m)}const g=rc(l),D=c+f+h+hb()+g;throw new v(-500,D)}}function lb(e){if(Ol(e),!e.nextSibling){const t=`During hydration Angular expected more sibling nodes to be present.
|
|
72
|
+
|
|
73
|
+
`,n=`Actual DOM is:
|
|
74
|
+
|
|
75
|
+
${Pl(e)}
|
|
76
|
+
|
|
77
|
+
`,r=rc(),o=t+n+r;throw Wa(e,"",n),new v(-501,o)}}function Ol(e,t=null,n=null){if(!e){const r=`During hydration, Angular expected an element to be present at this location.
|
|
78
|
+
|
|
79
|
+
`;let o="",s="";throw t!==null&&n!==null&&(o=Zp(t,n,!1),s=rc(),Wa(X(t[ye]),o,"")),new v(-502,`${r}${o}
|
|
80
|
+
|
|
81
|
+
${s}`)}}function KN(e,t){const n=`During serialization, Angular was unable to find an element in the DOM:
|
|
82
|
+
|
|
83
|
+
`,r=`${Zp(e,t,!1)}
|
|
84
|
+
|
|
85
|
+
`,o=rc();throw new v(-502,n+r+o)}function db(e,t){const n=`During hydration Angular was unable to locate a node using the "${t}" path, starting from the ${nc(e)} node.
|
|
86
|
+
|
|
87
|
+
`,r=rc();throw Wa(e),new v(-502,n+r)}function JN(e){const t="During serialization, Angular detected DOM nodes that were created outside of Angular context and provided as projectable nodes (likely via `ViewContainerRef.createComponent` or `createComponent` APIs). Hydration is not supported for such cases, consider refactoring the code to avoid this pattern or using `ngSkipHydration` on the host element of the component.\n\n",n=`${Pl(e)}
|
|
88
|
+
|
|
89
|
+
`,r=t+n+hb();return new v(-503,r)}function XN(e){const t="The `ngSkipHydration` flag is applied on a node that doesn't act as a component host. Hydration can be skipped only on per-component basis.\n\n",n=`${Pl(e)}
|
|
90
|
+
|
|
91
|
+
`,o=t+n+"Please move the `ngSkipHydration` attribute to the component host element.\n\n";return new v(-504,o)}function eR(e){const t=[];if(e.attrs)for(let n=0;n<e.attrs.length;){const r=e.attrs[n++];if(typeof r=="number")break;const o=e.attrs[n++];t.push(`${r}="${oc(o)}"`)}return t.join(" ")}const tR=new Set(["ngh","ng-version","ng-server-context"]);function nR(e){const t=[];for(let n=0;n<e.attributes.length;n++){const r=e.attributes[n];tR.has(r.name)||t.push(`${r.name}="${oc(r.value)}"`)}return t.join(" ")}function Wp(e,t="…"){switch(e.type){case 1:return`#text${e.value?`(${e.value})`:""}`;case 2:const r=eR(e),o=e.value.toLowerCase();return`<${o}${r?" "+r:""}>${t}</${o}>`;case 8:return"<!-- ng-container -->";case 4:return"<!-- container -->";default:return`#node(${YN(e.type)})`}}function nc(e,t="…"){const n=e;switch(n.nodeType){case Node.ELEMENT_NODE:const r=n.tagName.toLowerCase(),o=nR(n);return`<${r}${o?" "+o:""}>${t}</${r}>`;case Node.TEXT_NODE:const s=n.textContent?oc(n.textContent):"";return`#text${s?`(${s})`:""}`;case Node.COMMENT_NODE:return`<!-- ${oc(n.textContent??"")} -->`;default:return`#node(${n.nodeType})`}}function Zp(e,t,n){const r=" ";let o="";t.prev?(o+=r+`…
|
|
92
|
+
`,o+=r+Wp(t.prev)+`
|
|
93
|
+
`):t.type&&t.type&12&&(o+=r+`…
|
|
94
|
+
`),n?(o+=r+Wp(t)+`
|
|
95
|
+
`,o+=r+`<!-- container --> ${Gp}
|
|
96
|
+
`):o+=r+Wp(t)+` ${Gp}
|
|
97
|
+
`,o+=r+`…
|
|
98
|
+
`;const s=t.type?Mp(e[C],t,e):null;return s&&(o=nc(s,`
|
|
99
|
+
`+o)),o}function Pl(e){const t=" ";let n="";const r=e;return r.previousSibling&&(n+=t+`…
|
|
100
|
+
`,n+=t+nc(r.previousSibling)+`
|
|
101
|
+
`),n+=t+nc(r)+` ${Gp}
|
|
102
|
+
`,e.nextSibling&&(n+=t+`…
|
|
103
|
+
`),e.parentNode&&(n=nc(r.parentNode,`
|
|
104
|
+
`+n)),n}function fb(e,t,n){switch(e){case Node.ELEMENT_NODE:return`<${t.toLowerCase()}>`;case Node.TEXT_NODE:return`a text node${n?` (with the "${oc(n)}" content)`:""}`;case Node.COMMENT_NODE:return"a comment node";default:return`#node(nodeType=${e})`}}function rc(e){return`To fix this problem:
|
|
105
|
+
* check ${e?`the "${e}"`:"corresponding"} component for hydration-related issues
|
|
106
|
+
* check to see if your template has valid HTML structure
|
|
107
|
+
* or skip hydration by adding the \`ngSkipHydration\` attribute to its host node in a template
|
|
108
|
+
|
|
109
|
+
`}function hb(){return`Note: attributes are only displayed to better represent the DOM but have no effect on hydration mismatches.
|
|
110
|
+
|
|
111
|
+
`}function rR(e){return e.replace(/\s+/gm,"")}function oc(e,t=50){return e?(e=rR(e),e.length>t?`${e.substring(0,t-1)}…`:e):""}function pb(e,t,n){const r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return o===null?NI(e,t,n):(ngDevMode&&we(n,o),X(n[o]))}function gb(e,t,n,r,o){const s=t.insertBeforeIndex;if(Array.isArray(s)){ngDevMode&&Un(r);let i=r,a=null;if(t.type&3||(a=i,i=o),i!==null&&t.componentOffset===-1)for(let c=1;c<s.length;c++){const u=n[s[c]];Gr(e,i,u,a,!1)}}}function mb(e,t){if(ngDevMode&&O(t.insertBeforeIndex,null,"We expect that insertBeforeIndex is not set"),e.push(t),e.length>1)for(let n=e.length-2;n>=0;n--){const r=e[n];yb(r)||oR(r,t)&&sR(r)===null&&iR(r,t.index)}}function yb(e){return!(e.type&64)}function oR(e,t){return yb(t)||e.index>t.index}function sR(e){const t=e.insertBeforeIndex;return Array.isArray(t)?t[0]:t}function iR(e,t){const n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(FI(pb,gb),e.insertBeforeIndex=t)}function sc(e,t){const n=e.data[t];if(n===null||typeof n=="string")return null;ngDevMode&&!(n.hasOwnProperty("tView")||n.hasOwnProperty("currentCaseLViewIndex"))&&A("We expect to get 'null'|'TIcu'|'TIcuContainer', but got: "+n);const r=n.hasOwnProperty("currentCaseLViewIndex")?n:n.value;return ngDevMode&&zu(r),r}function aR(e,t,n){const r=e.data[t];ngDevMode&&O(r===null||r.hasOwnProperty("tView"),!0,"We expect to get 'null'|'TIcuContainer'"),r===null?e.data[t]=n:(ngDevMode&&Qe(r,32),r.value=n)}function cR(e,t){ngDevMode&&qn(e);let n=e.insertBeforeIndex;n===null?(FI(pb,gb),n=e.insertBeforeIndex=[null,t]):(O(Array.isArray(n),!0,"Expecting array here"),n.push(t))}function uR(e,t,n){const r=Pp(e,n,64,null,null);return mb(t,r),r}function xl(e,t){const n=t[e.currentCaseLViewIndex];return n===null?n:n<0?~n:n}function vb(e){return e>>>17}function Db(e){return(e&131070)>>>1}function Eb(e){return e&1}function lR(e,t,n){return ngDevMode&&In(t,0,"Missing parent index"),ngDevMode&&Hn(n,0,"Missing ref index"),e|t<<17|n<<1}function Cb(e){return e===-1}function qp(e,t,n){e.index=0;const r=xl(t,n);r!==null?(ngDevMode&&ha(r,0,t.cases.length-1),e.removes=t.remove[r]):e.removes=K}function Nl(e){if(e.index<e.removes.length){const t=e.removes[e.index++];if(ngDevMode&&ie(t,"Expecting OpCode number"),t>0){const n=e.lView[t];return ngDevMode&&Un(n),n}else{e.stack.push(e.index,e.removes);const n=~t,r=e.lView[C].data[n];return ngDevMode&&zu(r),qp(e,r,e.lView),Nl(e)}}else return e.stack.length===0?null:(e.removes=e.stack.pop(),e.index=e.stack.pop(),Nl(e))}function dR(){const e={stack:[],index:-1};function t(n,r){for(e.lView=r;e.stack.length;)e.stack.pop();return ngDevMode&&rt(n,r),qp(e,n.value,r),Nl.bind(null,e)}return t}function fR(e,t){const n={stack:[],index:-1,lView:t};return ngDevMode&&zu(e),qp(n,e,t),Nl.bind(null,n)}const hR=new RegExp(`^(\\d+)*(${np}|${tp})*(.*)`);function pR(e,t){const n=[e];for(const r of t){const o=n.length-1;if(o>0&&n[o-1]===r){const s=n[o]||1;n[o]=s+1}else n.push(r,"")}return n.join("")}function gR(e){const t=e.match(hR),[n,r,o,s]=t,i=r?parseInt(r,10):o,a=[];for(const[c,u,l]of s.matchAll(/(f|n)(\d*)/g)){const d=parseInt(l,10)||1;a.push(u,d)}return[i,...a]}function mR(e){var t;return!e.prev&&((t=e.parent)==null?void 0:t.type)===8}function Qp(e){return e.index-M}function ic(e,t){return!(e.type&144)&&!!t[e.index]&&Ib(X(t[e.index]))}function Ib(e){return!!e&&!e.isConnected}function bb(e,t){const n=e.i18nNodes;if(n)return n.get(t)}function yR(e,t,n){const r=e.data[ms],o=r==null?void 0:r[n];return o?_b(o,t):null}function ac(e,t,n,r){const o=Qp(r);let s=bb(e,o);if(s===void 0){const i=e.data[ms];if(i!=null&&i[o])s=_b(i[o],n);else if(t.firstChild===r)s=e.firstChild;else{const a=r.prev===null,c=r.prev??r.parent;if(ngDevMode&&I(c,"Unexpected state: current TNode does not have a connection to the previous node or a parent node."),mR(r)){const u=Qp(r.parent);s=ap(e,u)}else{let u=qe(c,n);if(a)s=u.firstChild;else{const l=Qp(c),d=ap(e,l);if(c.type===2&&d){const h=cp(e,l)+1;s=Rl(h,d)}else s=u.nextSibling}}}}return s}function Rl(e,t){let n=t;for(let r=0;r<e;r++)ngDevMode&&lb(n),n=n.nextSibling;return n}function wb(e){const t=[];for(let n=0;n<e.length;n+=2){const r=e[n],o=e[n+1];for(let s=0;s<o;s++)t.push(r===$r.FirstChild?"firstChild":"nextSibling")}return t.join(".")}function vR(e,t){let n=e;for(let r=0;r<t.length;r+=2){const o=t[r],s=t[r+1];for(let i=0;i<s;i++){if(ngDevMode&&!n)throw db(e,wb(t));switch(o){case $r.FirstChild:n=n.firstChild;break;case $r.NextSibling:n=n.nextSibling;break}}}if(ngDevMode&&!n)throw db(e,wb(t));return n}function _b(e,t){const[n,...r]=gR(e);let o;if(n===tp)o=t[ve][ye];else if(n===np)o=Dp(t[ve][ye]);else{const s=Number(n);o=X(t[s+M])}return vR(o,r)}function Yp(e,t){if(e===t)return[];if(e.parentElement==null||t.parentElement==null)return null;if(e.parentElement===t.parentElement)return DR(e,t);{const n=t.parentElement,r=Yp(e,n),o=Yp(n.firstChild,t);return!r||!o?null:[...r,$r.FirstChild,...o]}}function DR(e,t){const n=[];let r=null;for(r=e;r!=null&&r!==t;r=r.nextSibling)n.push($r.NextSibling);return r==null?null:n}function Mb(e,t,n){const r=Yp(e,t);return r===null?null:pR(n,r)}function ER(e,t,n){let r=e.parent,o,s,i;for(;r!==null&&(ic(r,t)||n!=null&&n.has(r.index));)r=r.parent;r===null||!(r.type&3)?(o=i=tp,s=t[ve][ye]):(o=r.index,s=X(t[o]),i=H(o-M));let a=X(t[e.index]);if(e.type&44){const u=Wr(t,e);u&&(a=u)}let c=Mb(s,a,i);if(c===null&&s!==a){const u=s.ownerDocument.body;if(c=Mb(u,a,np),c===null)throw KN(t,e)}return c}let Sb=!1,Tb=()=>{};function Ab(e){Sb=e}function Kp(){return Sb}function CR(e,t,n,r){Tb(e,t,n,r)}function IR(){Tb=OR}function bR(e){return e=e??b(Be),e.get(zC,!1)}function wR(e,t){let n=t.i18nChildren.get(e);return n===void 0&&(n=_R(e),t.i18nChildren.set(e,n)),n}function _R(e){const t=new Set;function n(r){switch(t.add(r.index),r.kind){case 1:case 2:{for(const o of r.children)n(o);break}case 3:{for(const o of r.cases)for(const s of o)n(s);break}}}for(let r=M;r<e.bindingStartIndex;r++){const o=e.data[r];if(!(!o||!o.ast))for(const s of o.ast)n(s)}return t.size===0?null:t}function MR(e,t,n){if(!n.isI18nHydrationEnabled)return null;const r=e[C],o=r.data[t];if(!o||!o.ast)return null;const s=r.data[o.parentTNodeIndex];if(s&&fC(s))return null;const i={caseQueue:[],disconnectedNodes:new Set,disjointNodes:new Set};return Jp(e,i,n,o.ast),i.caseQueue.length===0&&i.disconnectedNodes.size===0&&i.disjointNodes.size===0?null:i}function Jp(e,t,n,r){let o=null;for(const s of r){const i=TR(e,t,n,s);i&&(SR(o,i)&&t.disjointNodes.add(s.index-M),o=i)}return o}function SR(e,t){return e&&e.nextSibling!==t}function TR(e,t,n,r){const o=X(e[r.index]);if(!o||Ib(o))return t.disconnectedNodes.add(r.index-M),null;const s=o;switch(r.kind){case 0:{HC(n,s);break}case 1:case 2:{Jp(e,t,n,r.children);break}case 3:{const i=e[r.currentCaseLViewIndex];if(i!=null){const a=i<0?~i:i;t.caseQueue.push(a),Jp(e,t,n,r.cases[a])}break}}return AR(e,r)}function AR(e,t){const r=e[C].data[t.index];return LE(r)?Wr(e,r):t.kind===3?fR(r,e)()??X(e[t.index]):X(e[t.index])??null}function Yr(e,t){e.currentNode=t}function cc(e,t,n){const r=n.index-M,{disconnectedNodes:o}=e,s=t.currentNode;return t.isConnected?(e.i18nNodes.set(r,s),o.delete(r)):o.add(r),s}function Xp(e,t){let n=e.currentNode;for(let r=0;r<t&&n;r++)n=(n==null?void 0:n.nextSibling)??null;return n}function eg(e,t){return{currentNode:t,isConnected:e.isConnected}}function OR(e,t,n,r){var h;const o=e[nt];if(!o||!Kp()||n&&(fC(n)||Vr(o,n.index-M)))return;const s=e[C],i=s.data[t];ngDevMode&&I(i,"Expected i18n data to be present in a given TView slot during hydration");function a(){if(Cb(r)){ngDevMode&&I(n,"Expected parent TNode while hydrating i18n root");const p=ac(o,s,e,n);return n.type&8?p:p.firstChild}return o==null?void 0:o.firstChild}const c=a();ngDevMode&&I(c,"Expected root i18n node during hydration");const u=BC(o)??new Set,l=o.i18nNodes??(o.i18nNodes=new Map),d=((h=o.data[za])==null?void 0:h[t-M])??[],f=o.dehydratedIcuData??(o.dehydratedIcuData=new Map);Ms({hydrationInfo:o,lView:e,i18nNodes:l,disconnectedNodes:u,caseQueue:d,dehydratedIcuData:f},{currentNode:c,isConnected:!0},i.ast),o.disconnectedNodes=u.size===0?null:u}function Ms(e,t,n){var r,o;if(Array.isArray(n)){let s=t;for(const i of n){const a=yR(e.hydrationInfo,e.lView,i.index-M);a&&(s=eg(t,a)),Ms(e,s,i)}}else{if(e.disconnectedNodes.has(n.index-M))return;switch(n.kind){case 0:{const s=cc(e,t,n);Yr(t,(s==null?void 0:s.nextSibling)??null);break}case 1:{Ms(e,eg(t,((r=t.currentNode)==null?void 0:r.firstChild)??null),n.children);const s=cc(e,t,n);Yr(t,(s==null?void 0:s.nextSibling)??null);break}case 2:{const s=n.index-M,{hydrationInfo:i}=e,a=jC(i,s);switch(n.type){case 0:{const c=cc(e,t,n);if(ox(i,s)){Ms(e,t,n.children);const u=Xp(t,1);Yr(t,u)}else if(Ms(e,eg(t,((o=t.currentNode)==null?void 0:o.firstChild)??null),n.children),Yr(t,(c==null?void 0:c.nextSibling)??null),a!==null){const u=Xp(t,a+1);Yr(t,u)}break}case 1:{ngDevMode&&Ot(a,null,"Expected a container size while hydrating i18n subtemplate"),cc(e,t,n);const c=Xp(t,a+1);Yr(t,c);break}}break}case 3:{const s=t.isConnected?e.caseQueue.shift():null,i={currentNode:null,isConnected:!1};for(let c=0;c<n.cases.length;c++)Ms(e,c===s?t:i,n.cases[c]);s!==null&&e.dehydratedIcuData.set(n.index,{case:s,node:n});const a=cc(e,t,n);Yr(t,(a==null?void 0:a.nextSibling)??null);break}}}}let Ob=()=>{};function PR(e,t,n){Ob(e,t,n)}function xR(){Ob=NR}function NR(e,t,n){var o;const r=(o=e[nt])==null?void 0:o.dehydratedIcuData;if(r){const s=r.get(t);(s==null?void 0:s.case)===n&&r.delete(t)}}function RR(e){const t=e[nt];if(t){const{i18nNodes:n,dehydratedIcuData:r}=t;if(n&&r){const o=e[L];for(const s of r.values())FR(o,n,s)}t.i18nNodes=void 0,t.dehydratedIcuData=void 0}}function FR(e,t,n){for(const r of n.node.cases[n.case]){const o=t.get(r.index-M);o&&Ka(e,o,!1)}}function Pb(e){const t=e[Sa]??[],r=e[xe][L];for(const o of t)kR(o,r),ngDevMode&&ngDevMode.dehydratedViewsRemoved++;e[Sa]=K}function kR(e,t){let n=0,r=e.firstChild;if(r){const o=e.data[gs];for(;n<o;){ngDevMode&&lb(r);const s=r.nextSibling;Ka(t,r,!1),r=s,n++}}}function xb(e){Pb(e);const t=e[ye];$e(t)&&Fl(t);for(let n=De;n<e.length;n++)Fl(e[n])}function Fl(e){RR(e);const t=e[C];for(let n=M;n<t.bindingStartIndex;n++)if(ze(e[n])){const r=e[n];xb(r)}else $e(e[n])&&Fl(e[n])}function LR(e){const t=e._views;for(const n of t){const r=FC(n);r!==null&&r[ye]!==null&&($e(r)?Fl(r):xb(r),ngDevMode&&ngDevMode.dehydratedViewsCleanupRuns++)}}function jR(e,t){const n=[];for(const r of t)for(let o=0;o<(r[ps]??1);o++){const s={data:r,firstChild:null};r[gs]>0&&(s.firstChild=e,e=Rl(r[gs],e)),n.push(s)}return[e,n]}let Nb=()=>null;function $R(e,t){const n=e[Sa];return!t||n===null||n.length===0?null:n[0].data[rp]===t?n.shift():(Pb(e),null)}function BR(){Nb=$R}function Kr(e,t){return Nb(e,t)}class Jr{}const Ss=new R(typeof ngDevMode>"u"||ngDevMode?"Zoneless enabled":"",{providedIn:"root",factory:()=>!1}),Rb=new R(typeof ngDevMode>"u"||ngDevMode?"Zoneless provided":"",{providedIn:"root",factory:()=>!1}),Fb=new R(typeof ngDevMode>"u"||ngDevMode?"scheduler disabled":""),tg=new R(typeof ngDevMode>"u"||ngDevMode?"run changes outside zone in root":"");class kb{}class kl{}function HR(e){const t=Error(`No component factory found for ${J(e)}.`);return t[UR]=e,t}const UR="ngComponent";class VR{resolveComponentFactory(t){throw HR(t)}}const uv=class uv{};uv.NULL=new VR;let Xr=uv;class ng{}const lv=class lv{constructor(){this.destroyNode=null}};lv.__NG_ELEMENT_ID__=()=>zR();let er=lv;function zR(){const e=y(),t=ee(),n=_t(t.index,e);return($e(n)?n:e)[L]}const sf=class sf{};sf.ɵprov=oe({token:sf,providedIn:"root",factory:()=>null});let Ll=sf;function rg(e){return e.ngModule!==void 0}function eo(e){return!!bt(e)}function jl(e){return!!It(e)}function Lb(e){return!!Ue(e)}function uc(e){return!!q(e)}function GR(e){return q(e)?"component":Ue(e)?"directive":It(e)?"pipe":"type"}function og(e,t){if(bu(e)&&(e=$(e),!e))throw new Error(`Expected forwardRef function, imported from "${W(t)}", to return a standalone entity or NgModule but got "${W(e)||e}".`);if(bt(e)==null){const n=q(e)||Ue(e)||It(e);if(n!=null){if(!n.standalone)throw new Error(`The "${W(e)}" ${GR(e)}, imported from "${W(t)}", is not standalone. Did you forget to add the standalone: true flag?`)}else throw rg(e)?new Error(`A module with providers was imported from "${W(t)}". Modules with providers are not supported in standalone components imports.`):new Error(`The "${W(e)}" type, imported from "${W(t)}", must be a standalone component / directive / pipe or an NgModule. Did you forget to add the required @Component / @Directive / @Pipe or @NgModule annotation?`)}}const WR=!0;class ZR{constructor(){this.ownerNgModule=new Map,this.ngModulesWithSomeUnresolvedDecls=new Set,this.ngModulesScopeCache=new Map,this.standaloneComponentsScopeCache=new Map}resolveNgModulesDecls(){if(this.ngModulesWithSomeUnresolvedDecls.size!==0){for(const t of this.ngModulesWithSomeUnresolvedDecls){const n=bt(t);if(n!=null&&n.declarations)for(const r of dn(n.declarations))uc(r)&&this.ownerNgModule.set(r,t)}this.ngModulesWithSomeUnresolvedDecls.clear()}}getComponentDependencies(t,n){this.resolveNgModulesDecls();const r=q(t);if(r===null)throw new Error(`Attempting to get component dependencies for a type that is not a component: ${t}`);if(r.standalone){const o=this.getStandaloneComponentScope(t,n);return o.compilation.isPoisoned?{dependencies:[]}:{dependencies:[...o.compilation.directives,...o.compilation.pipes,...o.compilation.ngModules]}}else{if(!this.ownerNgModule.has(t))return{dependencies:[]};const o=this.getNgModuleScope(this.ownerNgModule.get(t));return o.compilation.isPoisoned?{dependencies:[]}:{dependencies:[...o.compilation.directives,...o.compilation.pipes]}}}registerNgModule(t,n){if(!eo(t))throw new Error(`Attempting to register a Type which is not NgModule as NgModule: ${t}`);this.ngModulesWithSomeUnresolvedDecls.add(t)}clearScopeCacheFor(t){this.ngModulesScopeCache.delete(t),this.standaloneComponentsScopeCache.delete(t)}getNgModuleScope(t){if(this.ngModulesScopeCache.has(t))return this.ngModulesScopeCache.get(t);const n=this.computeNgModuleScope(t);return this.ngModulesScopeCache.set(t,n),n}computeNgModuleScope(t){const n=bt(t,!0),r={exported:{directives:new Set,pipes:new Set},compilation:{directives:new Set,pipes:new Set}};for(const o of dn(n.imports))if(eo(o)){const s=this.getNgModuleScope(o);tr(s.exported.directives,r.compilation.directives),tr(s.exported.pipes,r.compilation.pipes)}else if(Vn(o))if(Lb(o)||uc(o))r.compilation.directives.add(o);else if(jl(o))r.compilation.pipes.add(o);else throw new v(1e3,"The standalone imported type is neither a component nor a directive nor a pipe");else{r.compilation.isPoisoned=!0;break}if(!r.compilation.isPoisoned)for(const o of dn(n.declarations)){if(eo(o)||Vn(o)){r.compilation.isPoisoned=!0;break}jl(o)?r.compilation.pipes.add(o):r.compilation.directives.add(o)}for(const o of dn(n.exports))if(eo(o)){const s=this.getNgModuleScope(o);tr(s.exported.directives,r.exported.directives),tr(s.exported.pipes,r.exported.pipes),tr(s.exported.directives,r.compilation.directives),tr(s.exported.pipes,r.compilation.pipes)}else jl(o)?r.exported.pipes.add(o):r.exported.directives.add(o);return r}getStandaloneComponentScope(t,n){if(this.standaloneComponentsScopeCache.has(t))return this.standaloneComponentsScopeCache.get(t);const r=this.computeStandaloneComponentScope(t,n);return this.standaloneComponentsScopeCache.set(t,r),r}computeStandaloneComponentScope(t,n){const r={compilation:{directives:new Set([t]),pipes:new Set,ngModules:new Set}};for(const o of ft(n??[])){const s=$(o);try{og(s,t)}catch{return r.compilation.isPoisoned=!0,r}if(eo(s)){r.compilation.ngModules.add(s);const i=this.getNgModuleScope(s);if(i.exported.isPoisoned)return r.compilation.isPoisoned=!0,r;tr(i.exported.directives,r.compilation.directives),tr(i.exported.pipes,r.compilation.pipes)}else if(jl(s))r.compilation.pipes.add(s);else if(Lb(s)||uc(s))r.compilation.directives.add(s);else return r.compilation.isPoisoned=!0,r}return r}isOrphanComponent(t){const n=q(t);return!n||n.standalone?!1:(this.resolveNgModulesDecls(),!this.ownerNgModule.has(t))}}function tr(e,t){for(const n of e)t.add(n)}const to=new ZR;function $l(e,t,n){ngDevMode&&pt(F(),"Expecting to be called in first template pass only");let r=n?e.styles:null,o=n?e.classes:null,s=0;if(t!==null)for(let i=0;i<t.length;i++){const a=t[i];if(typeof a=="number")s=a;else if(s==1)o=Lf(o,a);else if(s==2){const c=a,u=t[++i];r=Lf(r,c+": "+u+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}class jb extends Xr{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){ngDevMode&&EO(t);const n=q(t);return new Ts(n,this.ngModule)}}function $b(e,t){const n=[];for(const r in e){if(!e.hasOwnProperty(r))continue;const o=e[r];if(o===void 0)continue;const s=Array.isArray(o),i=s?o[0]:o,a=s?o[1]:Mn.None;t?n.push({propName:i,templateName:r,isSignal:(a&Mn.SignalBased)!==0}):n.push({propName:i,templateName:r})}return n}function qR(e){const t=e.toLowerCase();return t==="svg"?aE:t==="math"?cE:null}class Ts extends kl{get inputs(){const t=this.componentDef,n=t.inputTransforms,r=$b(t.inputs,!0);if(n!==null)for(const o of r)n.hasOwnProperty(o.propName)&&(o.transform=n[o.propName]);return r}get outputs(){return $b(this.componentDef.outputs,!1)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=SD(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,r,o){var i;const s=U(null);try{if(ngDevMode&&(typeof ngJitMode>"u"||ngJitMode)&&((i=this.componentDef.debugInfo)!=null&&i.forbidOrphanRendering)&&to.isOrphanComponent(this.componentType))throw new v(1001,`Orphan component found! Trying to render the component ${NA(this.componentType)} without first loading the NgModule that declares it. It is recommended to make this component standalone in order to avoid this error. If this is not possible now, import the component's NgModule in the appropriate NgModule, or the standalone component in which you are trying to render this component. If this is a lazy import, load the NgModule lazily as well and use its module injector.`);o=o||this.ngModule;let a=o instanceof xt?o:o==null?void 0:o.injector;a&&this.componentDef.getStandaloneInjector!==null&&(a=this.componentDef.getStandaloneInjector(a)||a);const c=a?new kr(t,a):t,u=c.get(ng,null);if(u===null)throw new v(407,ngDevMode&&"Angular was not able to inject a renderer (RendererFactory2). Likely this is due to a broken DI hierarchy. Make sure that any injector used to create this component has a correct parent.");const l=c.get(Ll,null),d=c.get(Jr,null),f={rendererFactory:u,sanitizer:l,inlineEffectRunner:null,changeDetectionScheduler:d},h=u.createRenderer(null,this.componentDef),p=this.componentDef.selectors[0][0]||"div",g=r?dN(h,r,this.componentDef.encapsulation,c):El(h,p,qR(p));let D=512;this.componentDef.signals?D|=4096:this.componentDef.onPush||(D|=16);let E=null;g!==null&&(E=sp(g,c,!0));const m=Fp(0,null,null,1,0,null,null,null,null,null,null),T=wl(null,m,null,D,null,null,f,h,c,null,E);Sh(T);let k,Q,Pe=null;try{const Se=this.componentDef;let en,uf=null;Se.findHostDirectiveDefs?(en=[],uf=new Map,Se.findHostDirectiveDefs(Se,en,uf),en.push(Se),ngDevMode&&eE(en)):en=[Se];const A8=QR(T,g);Pe=YR(A8,g,Se,en,T,f,h),Q=xa(m,M),g&&XR(h,Se,g,r),n!==void 0&&eF(Q,this.ngContentSelectors,n),k=JR(Pe,Se,en,uf,T,[Hb]),Sl(m,T,null)}catch(Se){throw Pe!==null&&qh(Pe),qh(T),Se}finally{Th()}return new Bb(this.componentType,k,fs(Q,T),T,Q)}finally{U(s)}}}class Bb extends kb{constructor(t,n,r,o,s){super(),this.location=r,this._rootLView=o,this._tNode=s,this.previousInputValues=null,this.instance=n,this.hostView=this.changeDetectorRef=new _s(o,void 0,!1),this.componentType=t}setInput(t,n){const r=this._tNode.inputs;let o;if(r!==null&&(o=r[t])){if(this.previousInputValues??(this.previousInputValues=new Map),this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;const s=this._rootLView;Hp(s[C],s,o,t,n),this.previousInputValues.set(t,n);const i=_t(this._tNode.index,s);ec(i,1)}else if(ngDevMode){const s=W(this.componentType);let i=`Can't set value of the '${t}' input on the '${s}' component. `;i+=`Make sure that the '${t}' property is annotated with @Input() or a mapped @Input('${t}') exists.`,mI(i)}}get injector(){return new Ie(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}}function QR(e,t){const n=e[C],r=M;return ngDevMode&&we(e,r),e[r]=t,qr(n,r,2,"#host",null)}function YR(e,t,n,r,o,s,i){const a=o[C];KR(r,e,t,i);let c=null;t!==null&&(c=sp(t,o[Ne]));const u=s.rendererFactory.createRenderer(t,n);let l=16;n.signals?l=4096:n.onPush&&(l=64);const d=wl(o,WI(n),null,l,o[e.index],e,s,u,null,null,c);return a.firstCreatePass&&Lp(a,e,r.length-1),_l(o,d),o[e.index]=d}function KR(e,t,n,r){for(const o of e)t.mergedAttrs=wa(t.mergedAttrs,o.hostAttrs);t.mergedAttrs!==null&&($l(t,t.mergedAttrs,!0),n!==null&&BI(r,n,t))}function JR(e,t,n,r,o,s){const i=ee();ngDevMode&&I(i,"tNode should have been already created");const a=o[C],c=qe(i,o);KI(a,o,i,n,null,r);for(let l=0;l<n.length;l++){const d=i.directiveStart+l,f=Lr(o,a,d,i);Ye(f,o)}JI(a,o,i),c&&Ye(c,o),ngDevMode&&Hn(i.componentOffset,-1,"componentOffset must be great than -1");const u=Lr(o,a,i.directiveStart+i.componentOffset,i);if(e[pe]=o[pe]=u,s!==null)for(const l of s)l(u,t);return xp(a,i,o),u}function XR(e,t,n,r){if(r)eh(e,n,["ng-version","18.2.14"]);else{const{attrs:o,classes:s}=nO(t.selectors[0]);o&&eh(e,n,o),s&&s.length>0&&$I(e,n,s.join(" "))}}function eF(e,t,n){const r=e.projection=[];for(let o=0;o<t.length;o++){const s=n[o];r.push(s!=null?Array.from(s):null)}}function Hb(){const e=ee();ngDevMode&&I(e,"TNode is required"),Yu(y()[C],e)}const dv=class dv{};dv.__NG_ELEMENT_ID__=tF;let Re=dv;function tF(){const e=ee();return zb(e,y())}const nF=Re,Ub=class extends nF{constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return fs(this._hostTNode,this._hostLView)}get injector(){return new Ie(this._hostTNode,this._hostLView)}get parentInjector(){const t=nl(this._hostTNode,this._hostLView);if(Ph(t)){const n=ja(t,this._hostLView),r=La(t);ngDevMode&&tE(n,r);const o=n[C].data[r+8];return new Ie(o,n)}else return new Ie(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){const n=Vb(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-De}createEmbeddedView(t,n,r){let o,s;typeof r=="number"?o=r:r!=null&&(o=r.index,s=r.injector);const i=Kr(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},s,i);return this.insertImpl(a,o,Qr(this._hostTNode,i)),a}createComponent(t,n,r,o,s){const i=t&&!_a(t);let a;if(i)ngDevMode&&O(typeof n!="object",!0,"It looks like Component factory was provided as the first argument and an options object as the second argument. This combination of arguments is incompatible. You can either change the first argument to provide Component type or change the second argument to be a number (representing an index at which to insert the new component's host view into this container)"),a=n;else{ngDevMode&&(I(q(t),"Provided Component class doesn't contain Component definition. Please check whether provided class has @Component decorator."),O(typeof n!="number",!0,"It looks like Component type was provided as the first argument and a number (representing an index at which to insert the new component's host view into this container as the second argument. This combination of arguments is incompatible. Please use an object as the second argument instead."));const p=n||{};ngDevMode&&p.environmentInjector&&p.ngModuleRef&&A("Cannot pass both environmentInjector and ngModuleRef options to createComponent()."),a=p.index,r=p.injector,o=p.projectableNodes,s=p.environmentInjector||p.ngModuleRef}const c=i?t:new Ts(q(t)),u=r||this.parentInjector;if(!s&&c.ngModule==null){const g=(i?u:this.parentInjector).get(xt,null);g&&(s=g)}const l=q(c.componentType??{}),d=Kr(this._lContainer,(l==null?void 0:l.id)??null),f=(d==null?void 0:d.firstChild)??null,h=c.create(u,o,f,s);return this.insertImpl(h.hostView,a,Qr(this._hostTNode,d)),h}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){const o=t._lView;if(ngDevMode&&t.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");if(AO(o)){const a=this.indexOf(t);if(a!==-1)this.detach(a);else{const c=o[xe];ngDevMode&&O(ze(c),!0,"An attached view should have its PARENT point to a container.");const u=new Ub(c,c[Ve],c[xe]);u.detach(u.indexOf(t))}}const s=this._adjustIndex(n),i=this._lContainer;return ws(i,o,s,r),t.attachToViewContainerRef(),vD(sg(i),s,t),t}move(t,n){if(ngDevMode&&t.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");return this.insert(t,n)}indexOf(t){const n=Vb(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){const n=this._adjustIndex(t,-1),r=Ya(this._lContainer,n);r&&(Nu(sg(this._lContainer),n),Cl(r[C],r))}detach(t){const n=this._adjustIndex(t,-1),r=Ya(this._lContainer,n);return r&&Nu(sg(this._lContainer),n)!=null?new _s(r):null}_adjustIndex(t,n=0){return t==null?this.length+n:(ngDevMode&&(Hn(t,-1,`ViewRef index must be positive, got ${t}`),Bn(t,this.length+1+n,"index")),t)}};function Vb(e){return e[Uu]}function sg(e){return e[Uu]||(e[Uu]=[])}function zb(e,t){ngDevMode&&Qe(e,15);let n;const r=t[e.index];return ze(r)?n=r:(n=XI(r,t,null,e),t[e.index]=n,_l(t,n)),Gb(n,t,e,r),new Ub(n,e,t)}function rF(e,t){const n=e[L];ngDevMode&&ngDevMode.rendererCreateComment++;const r=n.createComment(ngDevMode?"container":""),o=qe(t,e),s=Sp(n,o);return Gr(n,s,r,oN(n,o),!1),r}let Gb=Zb,ig=()=>!1;function Wb(e,t,n){return ig(e,t,n)}function Zb(e,t,n,r){if(e[rn])return;let o;n.type&8?o=X(r):o=rF(t,n),e[rn]=o}function oF(e,t,n){var l;if(e[rn]&&e[Sa])return!0;const r=n[nt],o=t.index-M;if(!r||Ha(t)||Vr(r,o))return!1;const i=ap(r,o),a=(l=r.data[Br])==null?void 0:l[o];ngDevMode&&I(a,"Unexpected state: no hydration info available for a given TNode, which represents a view container.");const[c,u]=jR(i,a);return ngDevMode&&(tc(c,Node.COMMENT_NODE,null,n,t,!0),Ur(c,!1)),e[rn]=c,e[Sa]=u,!0}function sF(e,t,n,r){ig(e,n,t)||Zb(e,t,n,r)}function iF(){Gb=sF,ig=oF}class ag{constructor(t){this.queryList=t,this.matches=null}clone(){return new ag(this.queryList)}setDirty(){this.queryList.setDirty()}}class cg{constructor(t=[]){this.queries=t}createEmbeddedView(t){const n=t.queries;if(n!==null){const r=t.contentQueries!==null?t.contentQueries[0]:n.length,o=[];for(let s=0;s<r;s++){const i=n.getByIndex(s),a=this.queries[i.indexInDeclarationView];o.push(a.clone())}return new cg(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++)hg(t,n).matches!==null&&this.queries[n].setDirty()}}class qb{constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=dF(t):this.predicate=t}}class ug{constructor(t=[]){this.queries=t}elementStart(t,n){ngDevMode&&pt(t,"Queries should collect results on the first template pass only");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++){const o=n!==null?n.length:0,s=this.getByIndex(r).embeddedTView(t,o);s&&(s.indexInDeclarationView=r,n!==null?n.push(s):n=[s])}return n!==null?new ug(n):null}template(t,n){ngDevMode&&pt(t,"Queries should collect results on the first template pass only");for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return ngDevMode&&we(this.queries,t),this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}}class lg{constructor(t,n=-1){this.metadata=t,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,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 lg(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){const n=this._declarationNodeIndex;let 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){const r=this.metadata.predicate;if(Array.isArray(r))for(let o=0;o<r.length;o++){const s=r[o];this.matchTNodeWithReadOption(t,n,aF(n,s)),this.matchTNodeWithReadOption(t,n,rl(n,t,s,!1,!1))}else r===We?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,rl(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){const o=this.metadata.read;if(o!==null)if(o===Lt||o===Re||o===We&&n.type&4)this.addMatch(n.index,-2);else{const s=rl(n,t,o,!1,!1);s!==null&&this.addMatch(n.index,s)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}}function aF(e,t){const 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 cF(e,t){return e.type&11?fs(e,t):e.type&4?Al(e,t):null}function uF(e,t,n,r){return n===-1?cF(t,e):n===-2?lF(e,t,r):Lr(e,e[C],n,t)}function lF(e,t,n){if(n===Lt)return fs(t,e);if(n===We)return Al(t,e);if(n===Re)return ngDevMode&&Qe(t,15),zb(t,e);ngDevMode&&A(`Special token to read should be one of ElementRef, TemplateRef or ViewContainerRef but got ${J(n)}.`)}function Qb(e,t,n,r){const o=t[wt].queries[r];if(o.matches===null){const s=e.data,i=n.matches,a=[];for(let c=0;i!==null&&c<i.length;c+=2){const u=i[c];if(u<0)a.push(null);else{ngDevMode&&we(s,u);const l=s[u];a.push(uF(t,l,i[c+1],n.metadata.read))}}o.matches=a}return o.matches}function dg(e,t,n,r){const o=e.queries.getByIndex(n),s=o.matches;if(s!==null){const i=Qb(e,t,o,n);for(let a=0;a<s.length;a+=2){const c=s[a];if(c>0)r.push(i[a/2]);else{const u=s[a+1],l=t[-c];ngDevMode&&Ft(l);for(let d=De;d<l.length;d++){const f=l[d];f[Ar]===f[xe]&&dg(f[C],f,u,r)}if(l[Pr]!==null){const d=l[Pr];for(let f=0;f<d.length;f++){const h=d[f];dg(h[C],h,u,r)}}}}}return r}function fg(e,t){return ngDevMode&&I(e[wt],"LQueries should be defined when trying to load a query"),ngDevMode&&we(e[wt].queries,t),e[wt].queries[t].queryList}function Yb(e,t,n){const r=new ul((n&4)===4);return gN(e,t,r,r.destroy),(t[wt]??(t[wt]=new cg)).queries.push(new ag(r))-1}function Kb(e,t,n){ngDevMode&&ie(t,"Expecting flags");const r=F();return r.firstCreatePass&&(Xb(r,new qb(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),Yb(r,y(),t)}function Jb(e,t,n,r){ngDevMode&&ie(n,"Expecting flags");const o=F();if(o.firstCreatePass){const s=ee();Xb(o,new qb(t,n,r),s.index),fF(o,e),(n&2)===2&&(o.staticContentQueries=!0)}return Yb(o,y(),n)}function dF(e){return e.split(",").map(t=>t.trim())}function Xb(e,t,n){e.queries===null&&(e.queries=new ug),e.queries.track(new lg(t,n))}function fF(e,t){const n=e.contentQueries||(e.contentQueries=[]),r=n.length?n[n.length-1]:-1;t!==r&&n.push(e.queries.length-1,t)}function hg(e,t){return ngDevMode&&I(e.queries,"TQueries must be defined to retrieve a TQuery"),e.queries.getByIndex(t)}function e0(e,t){const n=e[C],r=hg(n,t);return r.crossesNgTemplate?dg(n,e,t,[]):Qb(n,e,r,t)}const t0=new Set;function Ze(e){var t;t0.has(e)||(t0.add(e),(t=performance==null?void 0:performance.mark)==null||t.call(performance,"mark_feature_usage",{detail:{feature:e}}))}function pg(e){return typeof e=="function"&&e[lt]!==void 0}function hF(e){return null}function n0(e,t){Ze("NgSignals");const n=n1(e),r=n[lt];return t!=null&&t.equal&&(r.equal=t.equal),n.set=o=>pu(r,o),n.update=o=>r1(r,o),n.asReadonly=r0.bind(n),ngDevMode&&(n.toString=()=>`[Signal: ${n()}]`),n}function r0(){const e=this[lt];if(e.readonlyFn===void 0){const t=()=>this();t[lt]=e,e.readonlyFn=t}return e.readonlyFn}function o0(e){return pg(e)&&typeof e.set=="function"}function gg(e,t){let n;const r=Pv(()=>{n._dirtyCounter();const o=pF(n,e);if(t&&o===void 0)throw new v(-951,ngDevMode&&"Child query result is required but no value is available.");return o});return n=r[lt],n._dirtyCounter=n0(0),n._flatValue=void 0,ngDevMode&&(r.toString=()=>"[Query Signal]"),r}function s0(){return gg(!0,!1)}function i0(){return gg(!0,!0)}function a0(){return gg(!1,!1)}function c0(e,t){const n=e[lt];n._lView=y(),n._queryIndex=t,n._queryList=fg(n._lView,t),n._queryList.onDirty(()=>n._dirtyCounter.update(r=>r+1))}function pF(e,t){const n=e._lView,r=e._queryIndex;if(n===void 0||r===void 0||n[P]&4)return t?void 0:K;const o=fg(n,r),s=e0(n,r);return o.reset(s,lC),t?o.first:o._changesDetected||e._flatValue===void 0?e._flatValue=o.toArray():e._flatValue}function u0(e,t){return ngDevMode&&ht(mg),s0()}function gF(e,t){return ngDevMode&&ht(mg),i0()}const mg=(u0.required=gF,u0);function l0(e,t){return ngDevMode&&ht(l0),a0()}function d0(e,t){return ngDevMode&&ht(f0),s0()}function mF(e,t){return ngDevMode&&ht(h0),i0()}const f0=(d0.required=mF,d0);function h0(e,t){return a0()}function p0(e){const t=Object.create(oD),n=new zh;t.value=e;function r(){return uu(t),g0(t.value),t.value}return r[lt]=t,r.asReadonly=r0.bind(r),r.set=o=>{t.equal(t.value,o)||(pu(t,o),n.emit(o))},r.update=o=>{g0(t.value),r.set(o(t.value))},r.subscribe=n.subscribe.bind(n),r.destroyRef=n.destroyRef,ngDevMode&&(r.toString=()=>`[Model Signal: ${r()}]`),r}function g0(e){if(e===Cu)throw new v(952,ngDevMode&&"Model is required but no value is available yet.")}function m0(e){return ngDevMode&&ht(yg),p0(e)}function yF(){return ngDevMode&&ht(yg),p0(Cu)}const yg=(m0.required=yF,m0),y0=!0;class lc{}const vg=$n("ContentChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:y0,...t}),lc),vF=$n("ContentChild",(e,t={})=>({selector:e,first:!0,isViewQuery:!1,descendants:!0,...t}),lc),DF=$n("ViewChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:y0,...t}),lc),EF=$n("ViewChild",(e,t)=>({selector:e,first:!0,isViewQuery:!0,descendants:!0,...t}),lc);function v0(e){const t=[],n=new Map;function r(o){let s=n.get(o);if(!s){const i=e(o);n.set(o,s=i.then(_F))}return s}return As.forEach((o,s)=>{var u,l;const i=[];o.templateUrl&&i.push(r(o.templateUrl).then(d=>{o.template=d}));const a=typeof o.styles=="string"?[o.styles]:o.styles||[];if(o.styles=a,o.styleUrl&&((u=o.styleUrls)!=null&&u.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((l=o.styleUrls)!=null&&l.length){const d=o.styles.length,f=o.styleUrls;o.styleUrls.forEach((h,p)=>{a.push(""),i.push(r(h).then(g=>{a[d+p]=g,f.splice(f.indexOf(h),1),f.length==0&&(o.styleUrls=void 0)}))})}else o.styleUrl&&i.push(r(o.styleUrl).then(d=>{a.push(d),o.styleUrl=void 0}));const c=Promise.all(i).then(()=>MF(s));t.push(c)}),E0(),Promise.all(t).then(()=>{})}let As=new Map;const dc=new Set;function CF(e,t){D0(t)&&(As.set(e,t),dc.add(e))}function IF(e){return dc.has(e)}function D0(e){return!!(e.templateUrl&&!e.hasOwnProperty("template")||e.styleUrls&&e.styleUrls.length||e.styleUrl)}function E0(){const e=As;return As=new Map,e}function bF(e){dc.clear(),e.forEach((t,n)=>dc.add(n)),As=e}function wF(){return As.size===0}function _F(e){return typeof e=="string"?e:e.text()}function MF(e){dc.delete(e)}const Dg=new Map;let C0=!0;function SF(e,t,n){if(t&&t!==n&&C0)throw new Error(`Duplicate module registered for ${e} - ${J(t)} vs ${J(t.name)}`)}function Eg(e,t){const n=Dg.get(t)||null;SF(t,n,e),Dg.set(t,e)}function I0(e){return Dg.get(e)}function TF(e){C0=!e}function b0(e,t,n){const r=y(),o=ge(),s=qe(o,r);if(o.type===2&&t.toLowerCase()==="iframe"){const i=s;i.src="",i.srcdoc=vs(""),Ka(r[L],i);const a=ngDevMode&&`Angular has detected that the \`${n}\` was applied as a binding to an <iframe>${Dl(r)}. For security reasons, the \`${n}\` can be set on an <iframe> as a static attribute only.
|
|
112
|
+
To fix this, switch the \`${n}\` binding to a static attribute in a template or in host bindings section.`;throw new v(-910,a)}return e}function w0(e){return Object.getPrototypeOf(e.prototype).constructor}function Cg(e){let t=w0(e.type),n=!0;const r=[e];for(;t;){let o;if(Rt(e))o=t.ɵcmp||t.ɵdir;else{if(t.ɵcmp)throw new v(903,ngDevMode&&`Directives cannot inherit Components. Directive ${W(e.type)} is attempting to extend component ${W(t)}`);o=t.ɵdir}if(o){if(n){r.push(o);const i=e;i.inputs=Bl(e.inputs),i.inputTransforms=Bl(e.inputTransforms),i.declaredInputs=Bl(e.declaredInputs),i.outputs=Bl(e.outputs);const a=o.hostBindings;a&&NF(e,a);const c=o.viewQuery,u=o.contentQueries;if(c&&PF(e,c),u&&xF(e,u),AF(e,o),bA(e.outputs,o.outputs),Rt(o)&&o.data.animation){const l=e.data;l.animation=(l.animation||[]).concat(o.data.animation)}}const s=o.features;if(s)for(let i=0;i<s.length;i++){const a=s[i];a&&a.ngInherit&&a(e),a===Cg&&(n=!1)}}t=Object.getPrototypeOf(t)}OF(r)}function AF(e,t){for(const n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;const r=t.inputs[n];if(r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n],t.inputTransforms!==null)){const o=Array.isArray(r)?r[0]:r;if(!t.inputTransforms.hasOwnProperty(o))continue;e.inputTransforms??(e.inputTransforms={}),e.inputTransforms[o]=t.inputTransforms[o]}}}function OF(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=wa(o.hostAttrs,n=wa(n,o.hostAttrs))}}function Bl(e){return e===Ht?{}:e===K?[]:e}function PF(e,t){const n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function xF(e,t){const n=e.contentQueries;n?e.contentQueries=(r,o,s)=>{t(r,o,s),n(r,o,s)}:e.contentQueries=t}function NF(e,t){const n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}const RF=["providersResolver"],FF=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function _0(e){let t=w0(e.type),n;Rt(e)?n=t.ɵcmp:n=t.ɵdir;const r=e;for(const o of RF)r[o]=n[o];if(Rt(n))for(const o of FF)r[o]=n[o]}function M0(e){const t=n=>{const r=Array.isArray(e);n.hostDirectives===null?(n.findHostDirectiveDefs=S0,n.hostDirectives=r?e.map(Ig):[e]):r?n.hostDirectives.unshift(...e.map(Ig)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function S0(e,t,n){if(e.hostDirectives!==null)for(const r of e.hostDirectives)if(typeof r=="function"){const o=r();for(const s of o)T0(Ig(s),t,n)}else T0(r,t,n)}function T0(e,t,n){const r=Ue(e.directive);(typeof ngDevMode>"u"||ngDevMode)&&LF(e,r),kF(r.declaredInputs,e.inputs),S0(r,t,n),n.set(r,e),t.push(r)}function Ig(e){return typeof e=="function"?{directive:$(e),inputs:Ht,outputs:Ht}:{directive:$(e.directive),inputs:A0(e.inputs),outputs:A0(e.outputs)}}function A0(e){if(e===void 0||e.length===0)return Ht;const t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function kF(e,t){for(const n in t)if(t.hasOwnProperty(n)){const r=t[n],o=e[n];(typeof ngDevMode>"u"||ngDevMode)&&e.hasOwnProperty(r)&&O(e[r],e[n],`Conflicting host directive input alias ${n}.`),e[r]=o}}function LF(e,t){const n=e.directive;if(t===null)throw q(n)!==null?new v(310,`Host directive ${n.name} cannot be a component.`):new v(307,`Could not resolve metadata for host directive ${n.name}. Make sure that the ${n.name} class is annotated with an @Directive decorator.`);if(!t.standalone)throw new v(308,`Host directive ${t.type.name} must be standalone.`);O0("input",t,e.inputs),O0("output",t,e.outputs)}function O0(e,t,n){const r=t.type.name,o=e==="input"?t.inputs:t.outputs;for(const s in n)if(n.hasOwnProperty(s)){if(!o.hasOwnProperty(s))throw new v(311,`Directive ${r} does not have an ${e} with a public name of ${s}.`);const i=n[s];if(o.hasOwnProperty(i)&&i!==s)throw new v(312,`Cannot alias ${e} ${s} of host directive ${r} to ${i}, because it already has a different ${e} with the same public name.`)}}function P0(e){const t=e.inputConfig,n={};for(const r in t)if(t.hasOwnProperty(r)){const o=t[r];Array.isArray(o)&&o[3]&&(n[r]=o[3])}e.inputTransforms=n}class nr{}class x0{}function bg(e,t){return new Hl(e,t??null,[])}const jF=bg;class Hl extends nr{constructor(t,n,r,o=!0){super(),this.ngModuleType=t,this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new jb(this);const s=bt(t);ngDevMode&&I(s,`NgModule '${J(t)}' is not a subtype of 'NgModuleType'.`),this._bootstrapComponents=dn(s.bootstrap),this._r3Injector=XE(t,n,[{provide:nr,useValue:this},{provide:Xr,useValue:this.componentFactoryResolver},...r],J(t),new Set(["environment"])),o&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){ngDevMode&&I(this.destroyCbs,"NgModule already destroyed");const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){ngDevMode&&I(this.destroyCbs,"NgModule already destroyed"),this.destroyCbs.push(t)}}class Ul extends x0{constructor(t){super(),this.moduleType=t}create(t){return new Hl(this.moduleType,t,[])}}function $F(e,t,n){return new Hl(e,t,n,!1)}class N0 extends nr{constructor(t){super(),this.componentFactoryResolver=new jb(this),this.instance=null;const n=new os([...t.providers,{provide:nr,useValue:this},{provide:Xr,useValue:this.componentFactoryResolver}],t.parent||Bu(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}function wg(e,t,n=null){return new N0({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}const ru=class ru{constructor(){this.cachedInjectors=new Map}getOrCreateInjector(t,n,r,o){if(!this.cachedInjectors.has(t)){const s=r.length>0?wg(r,n,o):null;this.cachedInjectors.set(t,s)}return this.cachedInjectors.get(t)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())t!==null&&t.destroy()}finally{this.cachedInjectors.clear()}}};ru.ɵprov=oe({token:ru,providedIn:"environment",factory:()=>new ru});let _g=ru;function Vl(e){return Mg(e)?Array.isArray(e)||!(e instanceof Map)&&Symbol.iterator in e:!1}function BF(e,t,n){const r=e[Symbol.iterator](),o=t[Symbol.iterator]();for(;;){const s=r.next(),i=o.next();if(s.done&&i.done)return!0;if(s.done||i.done||!n(s.value,i.value))return!1}}function HF(e,t){if(Array.isArray(e))for(let n=0;n<e.length;n++)t(e[n]);else{const n=e[Symbol.iterator]();let r;for(;!(r=n.next()).done;)t(r.value)}}function Mg(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function Sg(e,t){const n=Vl(e),r=Vl(t);return n&&r?BF(e,t,Sg):!n&&(e&&(typeof e=="object"||typeof e=="function"))&&!r&&(t&&(typeof t=="object"||typeof t=="function"))?!0:Object.is(e,t)}function hn(e,t,n){return e[t]=n}function fc(e,t){return ngDevMode&&we(e,t),ngDevMode&&Jo(e[t],x,"Stored value should never be NO_CHANGE."),e[t]}function Oe(e,t,n){ngDevMode&&Jo(n,x,"Incoming value should never be NO_CHANGE."),ngDevMode&&Bn(t,e.length,"Slot should have been initialized to NO_CHANGE");const r=e[t];if(Object.is(r,n))return!1;if(ngDevMode&&Rr()){const o=r!==x?r:void 0;if(!Sg(o,n)){const s=Jx(e,t,o,n);Kx(r===x,s.oldValue,s.newValue,s.propName,e)}return!1}return e[t]=n,!0}function no(e,t,n,r){const o=Oe(e,t,n);return Oe(e,t+1,r)||o}function zl(e,t,n,r,o){const s=no(e,t,n,r);return Oe(e,t+2,o)||s}function jt(e,t,n,r,o,s){const i=no(e,t,n,r);return no(e,t+2,o,s)||i}function Os(e){return(e.flags&32)===32}function UF(e,t,n,r,o,s,i,a,c){ngDevMode&&pt(t),ngDevMode&&ngDevMode.firstCreatePass++;const u=t.consts,l=qr(t,e,4,i||null,a||null);kp(t,n,l,kt(u,c)),Yu(t,l);const d=l.tView=Fp(2,l,r,o,s,t.directiveRegistry,t.pipeRegistry,null,t.schemas,u,null);return t.queries!==null&&(t.queries.template(t,l),d.queries=t.queries.embeddedTView(l)),l}function hc(e,t,n,r,o,s,i,a,c,u){const l=n+M,d=t.firstCreatePass?UF(l,t,e,r,o,s,i,a,c):t.data[l];Wt(d,!1);const f=R0(t,e,d,n);Fa()&&Il(t,e,f,d),Ye(f,e);const h=XI(f,e,f,d);return e[l]=h,_l(e,h),Wb(h,d,e),Vu(d)&&Np(t,e,d),c!=null&&Rp(e,d,u),d}function Tg(e,t,n,r,o,s,i,a){const c=y(),u=F(),l=kt(u.consts,s);return hc(c,u,e,t,n,r,o,l,i,a),Tg}let R0=F0;function F0(e,t,n,r){return an(!0),t[L].createComment(ngDevMode?"container":"")}function VF(e,t,n,r){var l;const o=t[nt],s=!o||Nr()||Os(n)||Vr(o,r);if(an(s),s)return F0(e,t);const i=((l=o.data[Va])==null?void 0:l[r])??null;i!==null&&n.tView!==null&&(n.tView.ssrId===null?n.tView.ssrId=i:ngDevMode&&O(n.tView.ssrId,i,"Unexpected value of the `ssrId` for this TView"));const a=ac(o,e,t,n);ngDevMode&&Ol(a,t,n),fl(o,r,a);const c=cp(o,r),u=Rl(c,a);return ngDevMode&&(tc(u,Node.COMMENT_NODE,null,t,n),Ur(u)),u}function zF(){R0=VF}var _e;(function(e){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||(_e={}));const k0=0,GF=1;var Ce;(function(e){e[e.Placeholder=0]="Placeholder",e[e.Loading=1]="Loading",e[e.Complete=2]="Complete",e[e.Error=3]="Error"})(Ce||(Ce={}));var Ps;(function(e){e[e.Initial=-1]="Initial"})(Ps||(Ps={}));const xs=0,pc=1,gc=2,Gl=3,L0=4,j0=5;var Wl;(function(e){e[e.Manual=0]="Manual",e[e.Playthrough=1]="Playthrough"})(Wl||(Wl={}));/*!
|
|
113
|
+
* @license
|
|
114
|
+
* Copyright Google LLC All Rights Reserved.
|
|
115
|
+
*
|
|
116
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
117
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
118
|
+
*/function Zl(e,t,n){const r=e===1?j0:L0;t[r]===null&&(t[r]=[]),t[r].push(n)}function Ag(e,t){const n=e===1?j0:L0,r=t[n];if(r!==null){for(const o of r)o();t[n]=null}}function $0(e){Ag(1,e),Ag(0,e)}function Og(e,t){if(df()!==null)throw new v(-602,ngDevMode&&`${e.name}() cannot be called from within a reactive context.${t?` ${t}`:""}`)}var rr;(function(e){e[e.EarlyRead=0]="EarlyRead",e[e.Write=1]="Write",e[e.MixedReadWrite=2]="MixedReadWrite",e[e.Read=3]="Read"})(rr||(rr={}));const ou=class ou{constructor(){this.impl=null}execute(){var t;(t=this.impl)==null||t.execute()}};ou.ɵprov=oe({token:ou,providedIn:"root",factory:()=>new ou});let mc=ou;const Eo=class Eo{constructor(){this.ngZone=b(se),this.scheduler=b(Jr),this.errorHandler=b(An,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}execute(){var t;this.executing=!0;for(const n of Eo.PHASES)for(const r of this.sequences)if(!(r.erroredOrDestroyed||!r.hooks[n]))try{r.pipelinedValue=this.ngZone.runOutsideAngular(()=>r.hooks[n](r.pipelinedValue))}catch(o){r.erroredOrDestroyed=!0,(t=this.errorHandler)==null||t.handleError(o)}this.executing=!1;for(const n of this.sequences)n.afterRun(),n.once&&(this.sequences.delete(n),n.destroy());for(const n of this.deferredRegistrations)this.sequences.add(n);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear()}register(t){this.executing?this.deferredRegistrations.add(t):(this.sequences.add(t),this.scheduler.notify(6))}unregister(t){this.executing&&this.sequences.has(t)?(t.erroredOrDestroyed=!0,t.pipelinedValue=void 0,t.once=!0):(this.sequences.delete(t),this.deferredRegistrations.delete(t))}};Eo.PHASES=[rr.EarlyRead,rr.Write,rr.MixedReadWrite,rr.Read],Eo.ɵprov=oe({token:Eo,providedIn:"root",factory:()=>new Eo});let Pg=Eo;class WF{constructor(t,n,r,o){this.impl=t,this.hooks=n,this.once=r,this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.unregisterOnDestroy=o==null?void 0:o.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0}destroy(){var t;this.impl.unregister(this),(t=this.unregisterOnDestroy)==null||t.call(this)}}function xg(e,t){ngDevMode&&Og(xg,"Call `afterRender` outside of a reactive context. For example, schedule the render callback inside the component constructor`."),!(t!=null&&t.injector)&&ht(xg);const n=(t==null?void 0:t.injector)??b(Be);return Mt(n)?(Ze("NgAfterRender"),B0(e,n,t,!1)):H0}function ql(e,t){!(t!=null&&t.injector)&&ht(ql);const n=(t==null?void 0:t.injector)??b(Be);return Mt(n)?(Ze("NgAfterNextRender"),B0(e,n,t,!0)):H0}function ZF(e,t){if(e instanceof Function){const n=[void 0,void 0,void 0,void 0];return n[t]=e,n}else return[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function B0(e,t,n,r){const o=t.get(mc);o.impl??(o.impl=t.get(Pg));const s=(n==null?void 0:n.phase)??rr.MixedReadWrite,i=(n==null?void 0:n.manualCleanup)!==!0?t.get(Yn):null,a=new WF(o.impl,ZF(e,s),r,i);return o.impl.register(a),a}const H0={destroy(){}};function Ql(e){return e+1}function or(e,t){const n=e[C],r=Ql(t.index);return ngDevMode&&Oa(n,r),e[r]}function qF(e,t,n){const r=e[C],o=Ql(t);ngDevMode&&Oa(r,o),e[o]=n}function St(e,t){const n=Ql(t.index);return ngDevMode&&Oa(e,n),e.data[n]}function QF(e,t,n){const r=Ql(t);ngDevMode&&Oa(e,r),e.data[r]=n}function YF(e,t,n){const r=t[C],o=St(r,n);switch(e){case Ce.Complete:return o.primaryTmplIndex;case Ce.Loading:return o.loadingTmplIndex;case Ce.Error:return o.errorTmplIndex;case Ce.Placeholder:return o.placeholderTmplIndex;default:return ngDevMode&&A(`Unexpected defer block state: ${e}`),null}}function Ng(e,t){var n,r;return t===Ce.Placeholder?((n=e.placeholderBlockConfig)==null?void 0:n[k0])??null:t===Ce.Loading?((r=e.loadingBlockConfig)==null?void 0:r[k0])??null:null}function U0(e){var t;return((t=e.loadingBlockConfig)==null?void 0:t[GF])??null}function V0(e,t){if(!e||e.length===0)return t;const n=new Set(e);for(const r of t)n.add(r);return e.length===n.size?e:Array.from(n)}function KF(e,t){const n=t.primaryTmplIndex+M;return xa(e,n)}function z0(e){O(e.loadingState,_e.COMPLETE,"Expecting all deferred dependencies to be loaded.")}function JF(e){return e!==null&&typeof e=="object"&&typeof e.primaryTmplIndex=="number"}/*!
|
|
119
|
+
* @license
|
|
120
|
+
* Copyright Google LLC All Rights Reserved.
|
|
121
|
+
*
|
|
122
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
123
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
124
|
+
*/const Yl={passive:!0,capture:!0},Rg=new WeakMap,Fg=new WeakMap,Ns=new WeakMap,G0=["click","keydown"],W0=["mouseenter","focusin"];let pn=null,kg=0;class Lg{constructor(){this.callbacks=new Set,this.listener=()=>{for(const t of this.callbacks)t()}}}function Z0(e,t){let n=Fg.get(e);if(!n){n=new Lg,Fg.set(e,n);for(const r of G0)e.addEventListener(r,n.listener,Yl)}return n.callbacks.add(t),()=>{const{callbacks:r,listener:o}=n;if(r.delete(t),r.size===0){Fg.delete(e);for(const s of G0)e.removeEventListener(s,o,Yl)}}}function q0(e,t){let n=Rg.get(e);if(!n){n=new Lg,Rg.set(e,n);for(const r of W0)e.addEventListener(r,n.listener,Yl)}return n.callbacks.add(t),()=>{const{callbacks:r,listener:o}=n;if(r.delete(t),r.size===0){for(const s of W0)e.removeEventListener(s,o,Yl);Rg.delete(e)}}}function Q0(e,t,n){const r=n.get(se);let o=Ns.get(e);return pn=pn||r.runOutsideAngular(()=>new IntersectionObserver(s=>{for(const i of s)i.isIntersecting&&Ns.has(i.target)&&r.run(Ns.get(i.target).listener)})),o||(o=new Lg,r.runOutsideAngular(()=>pn.observe(e)),Ns.set(e,o),kg++),o.callbacks.add(t),()=>{Ns.has(e)&&(o.callbacks.delete(t),o.callbacks.size===0&&(pn==null||pn.unobserve(e),Ns.delete(e),kg--),kg===0&&(pn==null||pn.disconnect(),pn=null))}}function XF(e,t,n){if(n==null)return e;if(n>=0)return dE(n,e);const r=e[t.index];ngDevMode&&Ft(r);const o=r[De]??null;if(ngDevMode&&o!==null){const i=or(e,t)[pc];O(i,Ce.Placeholder,"Expected a placeholder to be rendered in this defer block."),on(o)}return o}function ek(e,t){const n=Pa(M+t,e);return ngDevMode&&MA(n),n}function Rs(e,t,n,r,o,s,i){const a=e[Ne],c=a.get(se);function u(){if(fh(e))return;const l=or(e,t),d=l[pc];if(d!==Ps.Initial&&d!==Ce.Placeholder)return;const f=XF(e,t,r);if(!f){ql({read:u},{injector:a});return}if(fh(f))return;const h=ek(f,n),p=o(h,()=>{c.run(()=>{e!==f&&Dh(f,p),s()})},a);e!==f&&qu(f,p),Zl(i,l,p)}ql({read:u},{injector:a})}function Y0(e,t){const r=t[Ne].get(jg),o=()=>r.remove(e);return r.add(e),o}const tk=()=>typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,nk=()=>typeof requestIdleCallback<"u"?cancelIdleCallback:clearTimeout,su=class su{constructor(){this.executingCallbacks=!1,this.idleId=null,this.current=new Set,this.deferred=new Set,this.ngZone=b(se),this.requestIdleCallbackFn=tk().bind(globalThis),this.cancelIdleCallbackFn=nk().bind(globalThis)}add(t){(this.executingCallbacks?this.deferred:this.current).add(t),this.idleId===null&&this.scheduleIdleCallback()}remove(t){const{current:n,deferred:r}=this;n.delete(t),r.delete(t),n.size===0&&r.size===0&&this.cancelIdleCallback()}scheduleIdleCallback(){const t=()=>{this.cancelIdleCallback(),this.executingCallbacks=!0;for(const n of this.current)n();if(this.current.clear(),this.executingCallbacks=!1,this.deferred.size>0){for(const n of this.deferred)this.current.add(n);this.deferred.clear(),this.scheduleIdleCallback()}};this.idleId=this.requestIdleCallbackFn(()=>this.ngZone.run(t))}cancelIdleCallback(){this.idleId!==null&&(this.cancelIdleCallbackFn(this.idleId),this.idleId=null)}ngOnDestroy(){this.cancelIdleCallback(),this.current.clear(),this.deferred.clear()}};su.ɵprov=oe({token:su,providedIn:"root",factory:()=>new su});let jg=su;function K0(e){return(t,n)=>J0(e,t,n)}function J0(e,t,n){const o=n[Ne].get($g),s=()=>o.remove(t);return o.add(e,t),s}const iu=class iu{constructor(){this.executingCallbacks=!1,this.timeoutId=null,this.invokeTimerAt=null,this.current=[],this.deferred=[]}add(t,n){const r=this.executingCallbacks?this.deferred:this.current;this.addToQueue(r,Date.now()+t,n),this.scheduleTimer()}remove(t){const{current:n,deferred:r}=this;this.removeFromQueue(n,t)===-1&&this.removeFromQueue(r,t),n.length===0&&r.length===0&&this.clearTimeout()}addToQueue(t,n,r){let o=t.length;for(let s=0;s<t.length;s+=2)if(t[s]>n){o=s;break}ED(t,o,n,r)}removeFromQueue(t,n){let r=-1;for(let o=0;o<t.length;o+=2)if(t[o+1]===n){r=o;break}return r>-1&&DD(t,r,2),r}scheduleTimer(){const t=()=>{this.clearTimeout(),this.executingCallbacks=!0;const r=[...this.current],o=Date.now();for(let i=0;i<r.length;i+=2){const a=r[i],c=r[i+1];if(a<=o)c();else break}let s=-1;for(let i=0;i<this.current.length&&this.current[i]<=o;i+=2)s=i+1;if(s>=0&&DD(this.current,0,s+1),this.executingCallbacks=!1,this.deferred.length>0){for(let i=0;i<this.deferred.length;i+=2){const a=this.deferred[i],c=this.deferred[i+1];this.addToQueue(this.current,a,c)}this.deferred.length=0}this.scheduleTimer()};if(this.current.length>0){const r=Date.now(),o=this.current[0];if(this.timeoutId===null||this.invokeTimerAt&&this.invokeTimerAt-o>16){this.clearTimeout();const s=Math.max(o-r,16);this.invokeTimerAt=o,this.timeoutId=setTimeout(t,s)}}}clearTimeout(){this.timeoutId!==null&&(clearTimeout(this.timeoutId),this.timeoutId=null)}ngOnDestroy(){this.clearTimeout(),this.current.length=0,this.deferred.length=0}};iu.ɵprov=oe({token:iu,providedIn:"root",factory:()=>new iu});let $g=iu;const X0=new R("DEFER_BLOCK_DEPENDENCY_INTERCEPTOR"),ew=new R(ngDevMode?"DEFER_BLOCK_CONFIG":"");function Bg(e){const t=e.get(ew,null,{optional:!0});return(t==null?void 0:t.behavior)===Wl.Manual?!1:Mt(e)}let Kl=null;function tw(e,t,n,r){const o=e.consts;n!=null&&(t.placeholderBlockConfig=kt(o,n)),r!=null&&(t.loadingBlockConfig=kt(o,r)),Kl===null&&(Kl=ok)}function nw(e,t,n,r,o,s,i,a,c){const u=y(),l=F(),d=e+M,f=hc(u,l,e,null,0,0);if(l.firstCreatePass){Ze("NgDefer");const D={primaryTmplIndex:t,loadingTmplIndex:r??null,placeholderTmplIndex:o??null,errorTmplIndex:s??null,placeholderBlockConfig:null,loadingBlockConfig:null,dependencyResolverFn:n??null,loadingState:_e.NOT_STARTED,loadingPromise:null,providers:null};c==null||c(l,D,a,i),QF(l,d,D)}const h=u[d];Wb(h,f,u);const p=[null,Ps.Initial,null,null,null,null];qF(u,d,p);const g=()=>$0(p);Zl(0,p,()=>Dh(u,g)),qu(u,g)}function rw(e){const t=y(),n=Zt();if(Oe(t,n,e)){const r=U(null);try{const o=!!e,s=ge(),a=or(t,s)[pc];o===!1&&a===Ps.Initial?Fs(t,s):o===!0&&(a===Ps.Initial||a===Ce.Placeholder)&&ks(t,s)}finally{U(r)}}}function ow(e){const t=y(),n=Zt();if(Oe(t,n,e)){const r=U(null);try{const o=!!e,s=t[C],i=ge(),a=St(s,i);o===!0&&a.loadingState===_e.NOT_STARTED&&yc(a,t,i)}finally{U(r)}}}function sw(){yw(Y0)}function iw(){vw(Y0)}function aw(){const e=y(),t=ee(),n=e[C],r=e[Ne],o=St(n,t);(!Bg(r)||o.loadingTmplIndex===null)&&Fs(e,t),ks(e,t)}function cw(){const e=y(),t=ee(),n=e[C],r=St(n,t);r.loadingState===_e.NOT_STARTED&&Jl(r,e,t)}function uw(e){yw(K0(e))}function lw(e){vw(K0(e))}function dw(e,t){const n=y(),r=ee();Fs(n,r),Rs(n,r,e,t,q0,()=>ks(n,r),0)}function fw(e,t){const n=y(),r=ee(),o=n[C],s=St(o,r);s.loadingState===_e.NOT_STARTED&&Rs(n,r,e,t,q0,()=>yc(s,n,r),1)}function hw(e,t){const n=y(),r=ee();Fs(n,r),Rs(n,r,e,t,Z0,()=>ks(n,r),0)}function pw(e,t){const n=y(),r=ee(),o=n[C],s=St(o,r);s.loadingState===_e.NOT_STARTED&&Rs(n,r,e,t,Z0,()=>yc(s,n,r),1)}function gw(e,t){const n=y(),r=ee();Fs(n,r),Rs(n,r,e,t,Q0,()=>ks(n,r),0)}function mw(e,t){const n=y(),r=ee(),o=n[C],s=St(o,r);s.loadingState===_e.NOT_STARTED&&Rs(n,r,e,t,Q0,()=>yc(s,n,r),1)}function yw(e){const t=y(),n=ee();if(Fs(t,n),Mt(t[Ne])){const r=e(()=>ks(t,n),t),o=or(t,n);Zl(0,o,r)}}function vw(e){const t=y();if(Mt(t[Ne])){const n=ee(),r=t[C],o=St(r,n);if(o.loadingState===_e.NOT_STARTED){const s=or(t,n),a=e(()=>yc(o,t,n),t);Zl(1,s,a)}}}function xn(e,t,n,r=!1){const o=n[xe],s=o[C];if(fh(o))return;ngDevMode&&rt(t,o);const i=or(o,t);ngDevMode&&I(i,"Expected a defer block state defined");const a=i[pc];if(Cw(a,e)&&Cw(i[xs]??-1,e)){const c=o[Ne],u=St(s,t),l=!r&&Mt(c)&&(U0(u)!==null||Ng(u,Ce.Loading)!==null||Ng(u,Ce.Placeholder));ngDevMode&&l&&I(Kl,"Expected scheduling function to be defined");const d=l?Kl:Dw;try{d(e,i,n,t,o)}catch(f){Ml(o,f)}}}function Hg(e,t,n){return e.get(_g).getOrCreateInjector(t,e,n,ngDevMode?"DeferBlock Injector":"")}function rk(e,t,n){if(e instanceof kr){const o=e.injector,s=e.parentInjector,i=Hg(s,t,n);return new kr(o,i)}const r=e.get(xt);if(r!==e){const o=Hg(r,t,n);return new kr(e,o)}return Hg(e,t,n)}function Dw(e,t,n,r,o){const s=YF(e,o,r);if(s!==null){t[pc]=e;const i=o[C],a=s+M,c=xa(i,a),u=0;Up(n,u);let l;if(e===Ce.Complete){const h=St(i,r),p=h.providers;p&&p.length>0&&(l=rk(o[Ne],h,p))}const d=Kr(n,c.tView.ssrId),f=bs(o,c,null,{dehydratedView:d,injector:l});ws(n,f,u,Qr(c,d)),ec(f,2)}}function ok(e,t,n,r,o){const s=Date.now(),i=o[C],a=St(i,r);if(t[gc]===null||t[gc]<=s){t[gc]=null;const c=U0(a),u=t[Gl]!==null;if(e===Ce.Loading&&c!==null&&!u){t[xs]=e;const l=Ew(c,t,r,n,o);t[Gl]=l}else{e>Ce.Loading&&u&&(t[Gl](),t[Gl]=null,t[xs]=null),Dw(e,t,n,r,o);const l=Ng(a,e);l!==null&&(t[gc]=s+l,Ew(l,t,r,n,o))}}else t[xs]=e}function Ew(e,t,n,r,o){return J0(e,()=>{const i=t[xs];t[gc]=null,t[xs]=null,i!==null&&xn(i,n,r)},o)}function Cw(e,t){return e<t}function yc(e,t,n){t[Ne]&&Bg(t[Ne])&&Jl(e,t,n)}function Jl(e,t,n){const r=t[Ne],o=t[C];if(e.loadingState!==_e.NOT_STARTED)return e.loadingPromise??Promise.resolve();const s=or(t,n),i=KF(o,e);e.loadingState=_e.IN_PROGRESS,Ag(1,s);let a=e.dependencyResolverFn;if(ngDevMode){const l=r.get(X0,null,{optional:!0});l&&(a=l.intercept(a))}const c=r.get(un),u=c.add();return a?(e.loadingPromise=Promise.allSettled(a()).then(l=>{let d=!1;const f=[],h=[];for(const p of l)if(p.status==="fulfilled"){const g=p.value,D=q(g)||Ue(g);if(D)f.push(D);else{const E=It(g);E&&h.push(E)}}else{d=!0;break}if(e.loadingPromise=null,c.remove(u),d){if(e.loadingState=_e.FAILED,e.errorTmplIndex===null){const p=ngDevMode?Dl(t):"",g=new v(750,ngDevMode&&`Loading dependencies for \`@defer\` block failed, but no \`@error\` block was configured${p}. Consider using the \`@error\` block to render an error state.`);Ml(t,g)}}else{e.loadingState=_e.COMPLETE;const p=i.tView;if(f.length>0){p.directiveRegistry=V0(p.directiveRegistry,f);const g=f.map(E=>E.type),D=rh(!1,...g);e.providers=D}h.length>0&&(p.pipeRegistry=V0(p.pipeRegistry,h))}}),e.loadingPromise):(e.loadingPromise=Promise.resolve().then(()=>{e.loadingPromise=null,e.loadingState=_e.COMPLETE,c.remove(u)}),e.loadingPromise)}function Fs(e,t){const n=e[t.index];ngDevMode&&Ft(n),xn(Ce.Placeholder,t,n)}function Iw(e,t,n){ngDevMode&&I(e.loadingPromise,"Expected loading Promise to exist on this defer block"),e.loadingPromise.then(()=>{e.loadingState===_e.COMPLETE?(ngDevMode&&z0(e),xn(Ce.Complete,t,n)):e.loadingState===_e.FAILED&&xn(Ce.Error,t,n)})}function ks(e,t){const n=e[C],r=e[t.index],o=e[Ne];if(ngDevMode&&Ft(r),!Bg(o))return;const s=or(e,t),i=St(n,t);switch($0(s),i.loadingState){case _e.NOT_STARTED:xn(Ce.Loading,t,r),Jl(i,e,t),i.loadingState===_e.IN_PROGRESS&&Iw(i,t,r);break;case _e.IN_PROGRESS:xn(Ce.Loading,t,r),Iw(i,t,r);break;case _e.COMPLETE:ngDevMode&&z0(i),xn(Ce.Complete,t,r);break;case _e.FAILED:xn(Ce.Error,t,r);break;default:ngDevMode&&A("Unknown defer block state")}}function Ug(e,t,n,r){const o=y(),s=Zt();if(Oe(o,s,t)){const i=F(),a=ge();fn(a,o,e,t,n,r),ngDevMode&&be(i.data,a,"attr."+e,s)}return Ug}function Ls(e,t){ngDevMode&&Bn(2,t.length,"should have at least 3 values"),ngDevMode&&O(t.length%2,1,"should have an odd number of values");let n=!1,r=ae();for(let s=1;s<t.length;s+=2)n=Oe(e,r++,t[s])||n;if(bE(r),!n)return x;let o=t[0];for(let s=1;s<t.length;s+=2)o+=H(t[s])+t[s+1];return o}function js(e,t,n,r){return Oe(e,Zt(),n)?t+H(n)+r:x}function $s(e,t,n,r,o,s){const i=ae(),a=no(e,i,n,o);return Tn(2),a?t+H(n)+r+H(o)+s:x}function Bs(e,t,n,r,o,s,i,a){const c=ae(),u=zl(e,c,n,o,i);return Tn(3),u?t+H(n)+r+H(o)+s+H(i)+a:x}function Hs(e,t,n,r,o,s,i,a,c,u){const l=ae(),d=jt(e,l,n,o,i,c);return Tn(4),d?t+H(n)+r+H(o)+s+H(i)+a+H(c)+u:x}function Us(e,t,n,r,o,s,i,a,c,u,l,d){const f=ae();let h=jt(e,f,n,o,i,c);return h=Oe(e,f+4,l)||h,Tn(5),h?t+H(n)+r+H(o)+s+H(i)+a+H(c)+u+H(l)+d:x}function Vs(e,t,n,r,o,s,i,a,c,u,l,d,f,h){const p=ae();let g=jt(e,p,n,o,i,c);return g=no(e,p+4,l,f)||g,Tn(6),g?t+H(n)+r+H(o)+s+H(i)+a+H(c)+u+H(l)+d+H(f)+h:x}function zs(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g){const D=ae();let E=jt(e,D,n,o,i,c);return E=zl(e,D+4,l,f,p)||E,Tn(7),E?t+H(n)+r+H(o)+s+H(i)+a+H(c)+u+H(l)+d+H(f)+h+H(p)+g:x}function Gs(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E){const m=ae();let T=jt(e,m,n,o,i,c);return T=jt(e,m+4,l,f,p,D)||T,Tn(8),T?t+H(n)+r+H(o)+s+H(i)+a+H(c)+u+H(l)+d+H(f)+h+H(p)+g+H(D)+E:x}function Vg(e,t,n,r,o,s){const i=y(),a=js(i,t,n,r);if(a!==x){const c=ge();fn(c,i,e,a,o,s),ngDevMode&&be(F().data,c,"attr."+e,ae()-1,t,r)}return Vg}function zg(e,t,n,r,o,s,i,a){const c=y(),u=$s(c,t,n,r,o,s);if(u!==x){const l=ge();fn(l,c,e,u,i,a),ngDevMode&&be(F().data,l,"attr."+e,ae()-2,t,r,s)}return zg}function Gg(e,t,n,r,o,s,i,a,c,u){const l=y(),d=Bs(l,t,n,r,o,s,i,a);if(d!==x){const f=ge();fn(f,l,e,d,c,u),ngDevMode&&be(F().data,f,"attr."+e,ae()-3,t,r,s,a)}return Gg}function Wg(e,t,n,r,o,s,i,a,c,u,l,d){const f=y(),h=Hs(f,t,n,r,o,s,i,a,c,u);if(h!==x){const p=ge();fn(p,f,e,h,l,d),ngDevMode&&be(F().data,p,"attr."+e,ae()-4,t,r,s,a,u)}return Wg}function Zg(e,t,n,r,o,s,i,a,c,u,l,d,f,h){const p=y(),g=Us(p,t,n,r,o,s,i,a,c,u,l,d);if(g!==x){const D=ge();fn(D,p,e,g,f,h),ngDevMode&&be(F().data,D,"attr."+e,ae()-5,t,r,s,a,u,d)}return Zg}function qg(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g){const D=y(),E=Vs(D,t,n,r,o,s,i,a,c,u,l,d,f,h);if(E!==x){const m=ge();fn(m,D,e,E,p,g),ngDevMode&&be(F().data,m,"attr."+e,ae()-6,t,r,s,a,u,d,h)}return qg}function Qg(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E){const m=y(),T=zs(m,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g);if(T!==x){const k=ge();fn(k,m,e,T,D,E),ngDevMode&&be(F().data,k,"attr."+e,ae()-7,t,r,s,a,u,d,h,g)}return Qg}function Yg(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E,m,T){const k=y(),Q=Gs(k,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E);if(Q!==x){const Pe=ge();fn(Pe,k,e,Q,m,T),ngDevMode&&be(F().data,Pe,"attr."+e,ae()-8,t,r,s,a,u,d,h,g,E)}return Yg}function Kg(e,t,n,r){const o=y(),s=Ls(o,t);if(s!==x){const i=ge();if(fn(i,o,e,s,n,r),ngDevMode){const a=[t[0]];for(let c=2;c<t.length;c+=2)a.push(t[c]);be(F().data,i,"attr."+e,ae()-a.length+1,...a)}}return Kg}function Xl(e,t){return ngDevMode&&ha(e,0,32767),ngDevMode&&ha(t,0,32767),e<<17|t<<2}function ro(e){return ngDevMode&&ie(e,"expected number"),e>>17&32767}function sk(e){return ngDevMode&&ie(e,"expected number"),(e&2)==2}function ik(e,t){return ngDevMode&&ie(e,"expected number"),ngDevMode&&ha(t,0,32767),e&131071|t<<17}function Jg(e){return ngDevMode&&ie(e,"expected number"),e|2}function oo(e){return ngDevMode&&ie(e,"expected number"),(e&131068)>>2}function Xg(e,t){return ngDevMode&&ie(e,"expected number"),ngDevMode&&ha(t,0,32767),e&-131069|t<<2}function ak(e){return ngDevMode&&ie(e,"expected number"),(e&1)===1}function em(e){return ngDevMode&&ie(e,"expected number"),e|1}function ck(e,t,n,r,o,s){ngDevMode&&hh(F());let i=s?t.classBindings:t.styleBindings,a=ro(i),c=oo(i);e[r]=n;let u=!1,l;if(Array.isArray(n)){const d=n;l=d[1],(l===null||ba(d,l)>0)&&(u=!0)}else l=n;if(o)if(c!==0){const f=ro(e[a+1]);e[r+1]=Xl(f,a),f!==0&&(e[f+1]=Xg(e[f+1],r)),e[a+1]=ik(e[a+1],r)}else e[r+1]=Xl(a,0),a!==0&&(e[a+1]=Xg(e[a+1],r)),a=r;else e[r+1]=Xl(c,0),ngDevMode&&O(a!==0&&c===0,!1,"Adding template bindings after hostBindings is not allowed."),a===0?a=r:e[c+1]=Xg(e[c+1],r),c=r;u&&(e[r+1]=Jg(e[r+1])),bw(e,l,r,!0),bw(e,l,r,!1),uk(t,l,e,r,s),i=Xl(a,c),s?t.classBindings=i:t.styleBindings=i}function uk(e,t,n,r,o){const s=o?e.residualClasses:e.residualStyles;s!=null&&typeof t=="string"&&ba(s,t)>=0&&(n[r+1]=em(n[r+1]))}function bw(e,t,n,r){const o=e[n+1],s=t===null;let i=r?ro(o):oo(o),a=!1;for(;i!==0&&(a===!1||s);){ngDevMode&&we(e,i);const c=e[i],u=e[i+1];lk(c,t)&&(a=!0,e[i+1]=r?em(u):Jg(u)),i=r?ro(u):oo(u)}a&&(e[n+1]=r?Jg(o):em(o))}function lk(e,t){return ngDevMode&&Ot(Array.isArray(t),!0,"Expected that 'tStylingKey' has been unwrapped"),e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?ba(e,t)>=0:!1}const je={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function ww(e){return e.substring(je.key,je.keyEnd)}function dk(e){return e.substring(je.value,je.valueEnd)}function fk(e){return Sw(e),_w(e,Ws(e,0,je.textEnd))}function _w(e,t){const n=je.textEnd;return n===t?-1:(t=je.keyEnd=pk(e,je.key=t,n),Ws(e,t,n))}function hk(e){return Sw(e),Mw(e,Ws(e,0,je.textEnd))}function Mw(e,t){const n=je.textEnd;let r=je.key=Ws(e,t,n);return n===r?-1:(r=je.keyEnd=gk(e,r,n),r=Tw(e,r,n,58),r=je.value=Ws(e,r,n),r=je.valueEnd=mk(e,r,n),Tw(e,r,n,59))}function Sw(e){je.key=0,je.keyEnd=0,je.value=0,je.valueEnd=0,je.textEnd=e.length}function Ws(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function pk(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function gk(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 Tw(e,t,n,r){return t=Ws(e,t,n),t<n&&(ngDevMode&&e.charCodeAt(t)!==r&&Ow(e,String.fromCharCode(r),t),t++),t}function mk(e,t,n){let r=-1,o=-1,s=-1,i=t,a=i;for(;i<n;){const c=e.charCodeAt(i++);if(c===59)return a;c===34||c===39?a=i=Aw(e,c,i,n):t===i-4&&s===85&&o===82&&r===76&&c===40?a=i=Aw(e,41,i,n):c>32&&(a=i),s=o,o=r,r=c&-33}return a}function Aw(e,t,n,r){let o=-1,s=n;for(;s<r;){const i=e.charCodeAt(s++);if(i==t&&o!==92)return s;i==92&&o===92?o=0:o=i}throw ngDevMode?Ow(e,String.fromCharCode(t),r):new Error}function Ow(e,t,n){throw ngDevMode&&O(typeof e=="string",!0,"String expected here"),A(`Malformed style at location ${n} in string '`+e.substring(0,n)+"[>>"+e.substring(n,n+1)+"<<]"+e.slice(n+1)+`'. Expecting '${t}'.`)}function tm(e,t,n){const r=y(),o=Zt();if(Oe(r,o,t)){const s=F(),i=ge();mt(s,i,r,e,t,r[L],n,!1),ngDevMode&&be(s.data,i,e,o)}return tm}function nm(e,t,n,r,o){const s=t.inputs,i=o?"class":"style";Hp(e,n,s[i],i,r)}function rm(e,t,n){return Qt(e,t,n,!1),rm}function om(e,t){return Qt(e,t,null,!0),om}function qt(e){Yt(Rw,yk,e,!1)}function yk(e,t){for(let n=hk(t);n>=0;n=Mw(t,n))Rw(e,ww(t),dk(t))}function Pw(e){Yt(bk,gn,e,!0)}function gn(e,t){for(let n=fk(t);n>=0;n=_w(t,n))Ct(e,ww(t),!0)}function Qt(e,t,n,r){const o=y(),s=F(),i=Tn(2);if(s.firstUpdatePass&&Nw(s,e,i,r),t!==x&&Oe(o,i,t)){const a=s.data[Ge()];Fw(s,a,o,o[L],e,o[i+1]=_k(t,n),r,i)}}function Yt(e,t,n,r){const o=F(),s=Tn(2);o.firstUpdatePass&&Nw(o,null,s,r);const i=y();if(n!==x&&Oe(i,s,n)){const a=o.data[Ge()];if(Lw(a,r)&&!xw(o,s)){if(ngDevMode){const u=o.data[s];O(Array.isArray(u)?u[1]:u,!1,"Styling linked list shadow input should be marked as 'false'")}let c=r?a.classesWithoutHost:a.stylesWithoutHost;ngDevMode&&r===!1&&c!==null&&O(c.endsWith(";"),!0,"Expecting static portion to end with ';'"),c!==null&&(n=Lf(c,n||"")),nm(o,a,i,n,r)}else wk(o,a,i,i[L],i[s+1],i[s+1]=Ik(e,t,n),r,s)}}function xw(e,t){return t>=e.expandoStartIndex}function Nw(e,t,n,r){ngDevMode&&hh(e);const o=e.data;if(o[n+1]===null){const s=o[Ge()];ngDevMode&&I(s,"TNode expected");const i=xw(e,n);Lw(s,r)&&t===null&&!i&&(t=!1),t=vk(o,s,t,r),ck(o,s,t,n,i,r)}}function vk(e,t,n,r){const o=_h(e);let s=r?t.residualClasses:t.residualStyles;if(o===null)(r?t.classBindings:t.styleBindings)===0&&(n=sm(null,e,t,n,r),n=vc(n,t.attrs,r),s=null);else{const i=t.directiveStylingLast;if(i===-1||e[i]!==o)if(n=sm(o,e,t,n,r),s===null){let c=Dk(e,t,r);c!==void 0&&Array.isArray(c)&&(c=sm(null,e,t,c[1],r),c=vc(c,t.attrs,r),Ek(e,t,r,c))}else s=Ck(e,t,r)}return s!==void 0&&(r?t.residualClasses=s:t.residualStyles=s),n}function Dk(e,t,n){const r=n?t.classBindings:t.styleBindings;if(oo(r)!==0)return e[ro(r)]}function Ek(e,t,n,r){const o=n?t.classBindings:t.styleBindings;ngDevMode&&Ot(oo(o),0,"Expecting to have at least one template styling binding."),e[ro(o)]=r}function Ck(e,t,n){let r;const o=t.directiveEnd;ngDevMode&&Ot(t.directiveStylingLast,-1,"By the time this function gets called at least one hostBindings-node styling instruction must have executed.");for(let s=1+t.directiveStylingLast;s<o;s++){const i=e[s].hostAttrs;r=vc(r,i,n)}return vc(r,t.attrs,n)}function sm(e,t,n,r,o){let s=null;const i=n.directiveEnd;let a=n.directiveStylingLast;for(a===-1?a=n.directiveStart:a++;a<i&&(s=t[a],ngDevMode&&I(s,"expected to be defined"),r=vc(r,s.hostAttrs,o),s!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function vc(e,t,n){const r=n?1:2;let o=-1;if(t!==null)for(let s=0;s<t.length;s++){const i=t[s];typeof i=="number"?o=i:o===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),Ct(e,i,n?!0:t[++s]))}return e===void 0?null:e}function Ik(e,t,n){if(n==null||n==="")return K;const r=[],o=ln(n);if(Array.isArray(o))for(let s=0;s<o.length;s++)e(r,o[s],!0);else if(typeof o=="object")for(const s in o)o.hasOwnProperty(s)&&e(r,s,o[s]);else typeof o=="string"?t(r,o):ngDevMode&&A("Unsupported styling type "+typeof o+": "+o);return r}function Rw(e,t,n){Ct(e,t,ln(n))}function bk(e,t,n){const r=String(t);r!==""&&!r.includes(" ")&&Ct(e,r,n)}function wk(e,t,n,r,o,s,i,a){o===x&&(o=K);let c=0,u=0,l=0<o.length?o[0]:null,d=0<s.length?s[0]:null;for(;l!==null||d!==null;){ngDevMode&&Bn(c,999,"Are we stuck in infinite loop?"),ngDevMode&&Bn(u,999,"Are we stuck in infinite loop?");const f=c<o.length?o[c+1]:void 0,h=u<s.length?s[u+1]:void 0;let p=null,g;l===d?(c+=2,u+=2,f!==h&&(p=d,g=h)):d===null||l!==null&&l<d?(c+=2,p=l):(ngDevMode&&I(d,"Expecting to have a valid key"),u+=2,p=d,g=h),p!==null&&Fw(e,t,n,r,p,g,i,a),l=c<o.length?o[c]:null,d=u<s.length?s[u]:null}}function Fw(e,t,n,r,o,s,i,a){if(!(t.type&3))return;const c=e.data,u=c[a+1],l=ak(u)?kw(c,t,n,o,oo(u),i):void 0;if(!ed(l)){ed(s)||sk(u)&&(s=kw(c,null,n,o,a,i));const d=Pa(Ge(),n);aN(r,i,d,o,s)}}function kw(e,t,n,r,o,s){const i=t===null;let a;for(;o>0;){const c=e[o],u=Array.isArray(c),l=u?c[1]:c,d=l===null;let f=n[o+1];f===x&&(f=d?K:void 0);let h=d?Kf(f,r):l===r?f:void 0;if(u&&!ed(h)&&(h=Kf(c,r)),ed(h)&&(a=h,i))return a;const p=e[o+1];o=i?ro(p):oo(p)}if(t!==null){let c=s?t.residualClasses:t.residualStyles;c!=null&&(a=Kf(c,r))}return a}function ed(e){return e!==void 0}function _k(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=J(ln(e)))),e}function Lw(e,t){return(e.flags&(t?8:16))!==0}function jw(e,t,n){const r=y(),o=js(r,e,t,n);Yt(Ct,gn,o,!0)}function $w(e,t,n,r,o){const s=y(),i=$s(s,e,t,n,r,o);Yt(Ct,gn,i,!0)}function Bw(e,t,n,r,o,s,i){const a=y(),c=Bs(a,e,t,n,r,o,s,i);Yt(Ct,gn,c,!0)}function Hw(e,t,n,r,o,s,i,a,c){const u=y(),l=Hs(u,e,t,n,r,o,s,i,a,c);Yt(Ct,gn,l,!0)}function Uw(e,t,n,r,o,s,i,a,c,u,l){const d=y(),f=Us(d,e,t,n,r,o,s,i,a,c,u,l);Yt(Ct,gn,f,!0)}function Vw(e,t,n,r,o,s,i,a,c,u,l,d,f){const h=y(),p=Vs(h,e,t,n,r,o,s,i,a,c,u,l,d,f);Yt(Ct,gn,p,!0)}function zw(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p){const g=y(),D=zs(g,e,t,n,r,o,s,i,a,c,u,l,d,f,h,p);Yt(Ct,gn,D,!0)}function Gw(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D){const E=y(),m=Gs(E,e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D);Yt(Ct,gn,m,!0)}function Ww(e){const t=y(),n=Ls(t,e);Yt(Ct,gn,n,!0)}/*!
|
|
125
|
+
* @license
|
|
126
|
+
* Copyright Google LLC All Rights Reserved.
|
|
127
|
+
*
|
|
128
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
129
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
130
|
+
*/function Zw(){const e=y()[ve][pe];return ngDevMode&&I(e,"Expected component instance to be defined"),e}class Mk{destroy(t){}updateValue(t,n){}swap(t,n){const r=Math.min(t,n),o=Math.max(t,n),s=this.detach(o);if(o-r>1){const i=this.detach(r);this.attach(r,s),this.attach(o,i)}else this.attach(r,s)}move(t,n){this.attach(n,this.detach(t))}}function im(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function am(e,t,n){const r=e.get(t);r!==void 0?r.add(n):e.set(t,new Set([n]))}function Sk(e,t,n){let r,o,s=0,i=e.length-1;const a=ngDevMode?new Map:void 0;if(Array.isArray(t)){let c=t.length-1;for(;s<=i&&s<=c;){const u=e.at(s),l=t[s];ngDevMode&&am(a,n(s,l),s);const d=im(s,u,s,l,n);if(d!==0){d<0&&e.updateValue(s,l),s++;continue}const f=e.at(i),h=t[c];ngDevMode&&am(a,n(c,h),c);const p=im(i,f,c,h,n);if(p!==0){p<0&&e.updateValue(i,h),i--,c--;continue}const g=n(s,u),D=n(i,f),E=n(s,l);if(Object.is(E,D)){const m=n(c,h);Object.is(m,g)?(e.swap(s,i),e.updateValue(i,h),c--,i--):e.move(i,s),e.updateValue(s,l),s++;continue}if(r??(r=new Yw),o??(o=Qw(e,s,i,n)),cm(e,r,s,E))e.updateValue(s,l),s++,i++;else if(o.has(E))r.set(g,e.detach(s)),i--;else{const m=e.create(s,t[s]);e.attach(s,m),s++,i++}}for(;s<=c;)qw(e,r,n,s,t[s]),s++}else if(t!=null){const c=t[Symbol.iterator]();let u=c.next();for(;!u.done&&s<=i;){const l=e.at(s),d=u.value;ngDevMode&&am(a,n(s,d),s);const f=im(s,l,s,d,n);if(f!==0)f<0&&e.updateValue(s,d),s++,u=c.next();else{r??(r=new Yw),o??(o=Qw(e,s,i,n));const h=n(s,d);if(cm(e,r,s,h))e.updateValue(s,d),s++,i++,u=c.next();else if(!o.has(h))e.attach(s,e.create(s,d)),s++,i++,u=c.next();else{const p=n(s,l);r.set(p,e.detach(s)),i--}}}for(;!u.done;)qw(e,r,n,e.length,u.value),u=c.next()}for(;s<=i;)e.destroy(e.detach(i--));if(r==null||r.forEach(c=>{e.destroy(c)}),ngDevMode){let c=[];for(const[u,l]of a)if(l.size>1){const d=[...l].sort((f,h)=>f-h);for(let f=1;f<d.length;f++)c.push(`key "${W(u)}" at index "${d[f-1]}" and "${d[f]}"`)}if(c.length>0){const u=he(-955,`The provided track expression resulted in duplicated keys for a given collection. Adjust the tracking expression such that it uniquely identifies all the items in the collection. Duplicated keys were:
|
|
131
|
+
`+c.join(`,
|
|
132
|
+
`)+".");console.warn(u)}}}function cm(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function qw(e,t,n,r,o){if(cm(e,t,r,n(r,o)))e.updateValue(r,o);else{const s=e.create(r,o);e.attach(r,s)}}function Qw(e,t,n,r){const o=new Set;for(let s=t;s<=n;s++)o.add(r(s,e.at(s)));return o}class Yw{constructor(){this.kvMap=new Map,this._vMap=void 0}has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;const 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);if(ngDevMode&&r===n)throw new Error(`Detected a duplicated value ${n} for the key ${t}`);this._vMap===void 0&&(this._vMap=new Map);const 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){const o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}}function Kw(e,t){Ze("NgControlFlow");const n=y(),r=Zt(),o=n[r]!==x?n[r]:-1,s=o!==-1?td(n,M+o):void 0,i=0;if(Oe(n,r,e)){const a=U(null);try{if(s!==void 0&&Up(s,i),e!==-1){const c=M+e,u=td(n,c),l=lm(n[C],c),d=Kr(u,l.tView.ssrId),f=bs(n,l,t,{dehydratedView:d});ws(u,f,i,Qr(l,d))}}finally{U(a)}}else if(s!==void 0){const a=rb(s,i);a!==void 0&&(a[pe]=t)}}class Tk{constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-De}}function Jw(e){return e}function um(e,t){return t}class Ak{constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}}function Xw(e,t,n,r,o,s,i,a,c,u,l,d,f){Ze("NgControlFlow"),ngDevMode&&iD(i,`A track expression must be a function, was ${typeof i} instead.`);const h=y(),p=F(),g=c!==void 0,D=y(),E=a?i.bind(D[ve][pe]):i,m=new Ak(g,E);D[M+e]=m,hc(h,p,e+1,t,n,r,o,kt(p.consts,s)),g&&(ngDevMode&&I(u,"Missing number of declarations for the empty repeater block."),ngDevMode&&I(l,"Missing number of bindings for the empty repeater block."),hc(h,p,e+2,c,u,l,d,kt(p.consts,f)))}function Ok(e){return e.length-M>2}class Pk{constructor(){this.created=0,this.destroyed=0}reset(){this.created=0,this.destroyed=0}recordCreate(){this.created++}recordDestroy(){this.destroyed++}wasReCreated(t){return t>0&&this.created===this.destroyed&&this.created===t}}class xk extends Mk{constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r,this.operationsCounter=ngDevMode?new Pk:void 0,this.needsIndexUpdate=!1}get length(){return this.lContainer.length-De}at(t){return this.getLView(t)[pe].$implicit}attach(t,n){const r=n[nt];this.needsIndexUpdate||(this.needsIndexUpdate=t!==this.length),ws(this.lContainer,n,t,Qr(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||(this.needsIndexUpdate=t!==this.length-1),Nk(this.lContainer,t)}create(t,n){var s;const r=Kr(this.lContainer,this.templateTNode.tView.ssrId),o=bs(this.hostLView,this.templateTNode,new Tk(this.lContainer,n,t),{dehydratedView:r});return(s=this.operationsCounter)==null||s.recordCreate(),o}destroy(t){var n;Cl(t[C],t),(n=this.operationsCounter)==null||n.recordDestroy()}updateValue(t,n){this.getLView(t)[pe].$implicit=n}reset(){var t;this.needsIndexUpdate=!1,(t=this.operationsCounter)==null||t.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[pe].$index=t}getLView(t){return t_(this.lContainer,t)}}function e_(e){var r;const t=U(null),n=Ge();try{const o=y(),s=o[C],i=o[n],a=n+1,c=td(o,a);if(i.liveCollection===void 0){const l=lm(s,a);i.liveCollection=new xk(c,o,l)}else i.liveCollection.reset();const u=i.liveCollection;if(Sk(u,e,i.trackByFn),ngDevMode&&i.trackByFn===um&&((r=u.operationsCounter)!=null&&r.wasReCreated(u.length))&&Ok(t_(c,0))){const l=he(-956,`The configured tracking expression (track by identity) caused re-creation of the entire collection of size ${u.length}. This is an expensive operation requiring destruction and subsequent creation of DOM nodes, directives, components etc. Please review the "track expression" and make sure that it uniquely identifies items in a collection.`);console.warn(l)}if(u.updateIndexes(),i.hasEmptyBlock){const l=Zt(),d=u.length===0;if(Oe(o,l,d)){const f=n+2,h=td(o,f);if(d){const p=lm(s,f),g=Kr(h,p.tView.ssrId),D=bs(o,p,void 0,{dehydratedView:g});ws(h,D,0,Qr(p,g))}else Up(h,0)}}}finally{U(t)}}function td(e,t){const n=e[t];return ngDevMode&&Ft(n),n}function Nk(e,t){const n=Ya(e,t);return ngDevMode&&on(n),n}function t_(e,t){const n=rb(e,t);return ngDevMode&&on(n),n}function lm(e,t){const n=xa(e,t);return ngDevMode&&qn(n),n}function Rk(e,t,n,r,o,s){ngDevMode&&pt(t),ngDevMode&&ngDevMode.firstCreatePass++;const i=t.consts,a=kt(i,o),c=qr(t,e,2,r,a);return kp(t,n,c,kt(i,s)),c.attrs!==null&&$l(c,c.attrs,!1),c.mergedAttrs!==null&&$l(c,c.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,c),c}function nd(e,t,n,r){const o=y(),s=F(),i=M+e;ngDevMode&&O(ae(),s.bindingStartIndex,"elements should be created before any bindings"),ngDevMode&&we(o,i);const a=o[L],c=s.firstCreatePass?Rk(i,s,o,t,n,r):s.data[i],u=n_(s,o,c,a,t,e);o[i]=u;const l=Vu(c);return ngDevMode&&s.firstCreatePass&&Zx(u,o,c.value,s.schemas,l),Wt(c,!0),BI(a,u,c),!Os(c)&&Fa()&&Il(s,o,u,c),OO()===0&&Ye(u,o),PO(),l&&(Np(s,o,c),xp(s,c,o)),r!==null&&Rp(o,c),nd}function rd(){let e=ee();ngDevMode&&I(e,"No parent node to close."),Ch()?Ih():(ngDevMode&&YD(ee()),e=e.parent,Wt(e,!1));const t=e;ngDevMode&&Qe(t,3),NO(t)&&FO(),xO();const n=F();return n.firstCreatePass&&(Yu(n,e),dh(e)&&n.queries.elementEnd(e)),t.classesWithoutHost!=null&&WO(t)&&nm(n,t,y(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&ZO(t)&&nm(n,t,y(),t.stylesWithoutHost,!1),rd}function dm(e,t,n,r){return nd(e,t,n,r),rd(),dm}let n_=(e,t,n,r,o,s)=>(an(!0),El(r,o,NE()));function Fk(e,t,n,r,o,s){const i=t[nt],a=!i||Nr()||Os(n)||Vr(i,s);if(an(a),a)return El(r,o,NE());const c=ac(i,e,t,n);if(ngDevMode&&tc(c,Node.ELEMENT_NODE,o,t,n),ngDevMode&&Ur(c),$C(i,s)&&(ngDevMode&&Ol(c.nextSibling,t,n),fl(i,s,c.nextSibling)),i&&(Wh(n)||dC(c))){if(Zn(n))RO(n),LI(c),ngDevMode&&nx(c);else if(ngDevMode)throw XN(c)}return c}function kk(){n_=Fk}function Lk(e,t,n,r,o){ngDevMode&&ngDevMode.firstCreatePass++;const s=t.consts,i=kt(s,r),a=qr(t,e,8,"ng-container",i);i!==null&&$l(a,i,!0);const c=kt(s,o);return kp(t,n,a,c),t.queries!==null&&t.queries.elementStart(t,a),a}function od(e,t,n){const r=y(),o=F(),s=e+M;ngDevMode&&we(r,s),ngDevMode&&O(ae(),o.bindingStartIndex,"element containers should be created before any bindings");const i=o.firstCreatePass?Lk(s,o,r,t,n):o.data[s];Wt(i,!0);const a=r_(o,r,i,e);return r[s]=a,Fa()&&Il(o,r,a,i),Ye(a,r),Vu(i)&&(Np(o,r,i),xp(o,i,r)),n!=null&&Rp(r,i),od}function sd(){let e=ee();const t=F();return Ch()?Ih():(ngDevMode&&YD(e),e=e.parent,Wt(e,!1)),ngDevMode&&Qe(e,8),t.firstCreatePass&&(Yu(t,e),dh(e)&&t.queries.elementEnd(e)),sd}function fm(e,t,n){return od(e,t,n),sd(),fm}let r_=(e,t,n,r)=>(an(!0),bp(t[L],ngDevMode?"ng-container":""));function jk(e,t,n,r){let o;const s=t[nt],i=!s||Nr()||Vr(s,r)||Os(n);if(an(i),i)return bp(t[L],ngDevMode?"ng-container":"");const a=ac(s,e,t,n);ngDevMode&&Ol(a,t,n);const c=jC(s,r);return ngDevMode&&ie(c,"Unexpected state: hydrating an <ng-container>, but no hydration info is available."),fl(s,r,a),o=Rl(c,a),ngDevMode&&(tc(o,Node.COMMENT_NODE,null,t,n),Ur(o)),o}function $k(){r_=jk}function o_(){return y()}function hm(e,t,n){const r=y(),o=Zt();if(Oe(r,o,t)){const s=F(),i=ge();mt(s,i,r,e,t,r[L],n,!0),ngDevMode&&be(s.data,i,e,o)}return hm}function pm(e,t,n){const r=y(),o=Zt();if(Oe(r,o,t)){const s=F(),i=ge(),a=_h(s.data),c=nb(a,i,r);mt(s,i,r,e,t,c,n,!0),ngDevMode&&be(s.data,i,e,o)}return pm}typeof ngI18nClosureMode>"u"&&function(){Ae.ngI18nClosureMode=typeof goog<"u"&&typeof goog.getMsg=="function"}();const so=void 0;function Bk(e){const t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var Hk=["en",[["a","p"],["AM","PM"],so],[["AM","PM"],so,so],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],so,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],so,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",so,"{1} 'at' {0}",so],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",Bk];let Zs={};function Uk(e,t,n){typeof t!="string"&&(n=t,t=e[ue.LocaleId]),t=t.toLowerCase().replace(/_/g,"-"),Zs[t]=e,n&&(Zs[t][ue.ExtraData]=n)}function Ke(e){const t=Gk(e);let n=s_(t);if(n)return n;const r=t.split("-")[0];if(n=s_(r),n)return n;if(r==="en")return Hk;throw new v(701,ngDevMode&&`Missing locale data for the locale "${e}".`)}function Vk(e){return Ke(e)[ue.CurrencyCode]||null}function gm(e){return Ke(e)[ue.PluralCase]}function s_(e){return e in Zs||(Zs[e]=Ae.ng&&Ae.ng.common&&Ae.ng.common.locales&&Ae.ng.common.locales[e]),Zs[e]}function zk(){Zs={}}var ue;(function(e){e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData"})(ue||(ue={}));function Gk(e){return e.toLowerCase().replace(/_/g,"-")}const Wk=["zero","one","two","few","many"];function Zk(e,t){const n=gm(t)(parseInt(e,10)),r=Wk[n];return r!==void 0?r:"other"}const Dc="en-US",qk="USD",id={marker:"element"},ad={marker:"ICU"};var st;(function(e){e[e.SHIFT=2]="SHIFT",e[e.APPEND_EAGERLY=1]="APPEND_EAGERLY",e[e.COMMENT=2]="COMMENT"})(st||(st={}));let i_=Dc;function a_(e){ngDevMode&&I(e,"Expected localeId to be defined"),typeof e=="string"&&(i_=e.toLowerCase().replace(/_/g,"-"))}function Qk(){return i_}let Ec=0,Cc=0;function Yk(e){e&&(Ec=Ec|1<<Math.min(Cc,31)),Cc++}function Kk(e,t,n){if(Cc>0){ngDevMode&&I(e,"tView should be defined");const r=e.data[n],o=Array.isArray(r)?r:r.update,s=ae()-Cc-1;l_(e,t,o,s,Ec)}Ec=0,Cc=0}function c_(e,t,n){const r=e[L];switch(n){case Node.COMMENT_NODE:return bp(r,t);case Node.TEXT_NODE:return Ip(r,t);case Node.ELEMENT_NODE:return El(r,t,null)}}let Ic=(e,t,n,r)=>(an(!0),c_(e,n,r));function Jk(e,t,n,r){const o=e[nt],s=t-M,i=!Kp()||!o||Nr()||Vr(o,s);if(an(i),i)return c_(e,n,r);const a=bb(o,s);return ngDevMode&&I(a,"expected native element"),ngDevMode&&O(a.nodeType,r,"expected matching nodeType"),ngDevMode&&r===Node.ELEMENT_NODE&&O(a.tagName.toLowerCase(),n.toLowerCase(),"expecting matching tagName"),ngDevMode&&Ur(a),a}function Xk(){Ic=Jk}function eL(e,t,n,r){const o=e[L];for(let s=0;s<t.length;s++){const i=t[s++],a=t[s],c=(i&st.COMMENT)===st.COMMENT,u=(i&st.APPEND_EAGERLY)===st.APPEND_EAGERLY,l=i>>>st.SHIFT;let d=e[l],f=!1;d===null&&(d=e[l]=Ic(e,l,a,c?Node.COMMENT_NODE:Node.TEXT_NODE),f=Fa()),u&&n!==null&&f&&Gr(o,n,d,r,!1)}}function u_(e,t,n,r){ngDevMode&&Un(r);const o=n[L];let s=null,i;for(let a=0;a<t.length;a++){const c=t[a];if(typeof c=="string"){const u=t[++a];n[u]===null&&(ngDevMode&&ngDevMode.rendererCreateTextNode++,ngDevMode&&we(n,u),n[u]=Ic(n,u,c,Node.TEXT_NODE))}else if(typeof c=="number")switch(c&1){case 0:const u=vb(c);s===null&&(s=u,i=Sp(o,r));let l,d;if(u===s?(l=r,d=i):(l=null,d=X(n[u])),d!==null){ngDevMode&&Un(d);const g=Db(c);ngDevMode&&Hn(g,M,"Missing ref");const D=n[g];ngDevMode&&Un(D),Gr(o,d,D,l,!1);const E=sc(e,g);if(E!==null&&typeof E=="object"){ngDevMode&&zu(E);const m=xl(E,n);m!==null&&u_(e,E.create[m],n,n[E.anchorIdx])}}break;case 1:const f=c>>>1,h=t[++a],p=t[++a];jp(o,Pa(f,n),null,null,h,p,null);break;default:if(ngDevMode)throw new v(700,`Unable to determine the type of mutate operation for "${c}"`)}else switch(c){case ad:const u=t[++a],l=t[++a];if(n[l]===null){ngDevMode&&O(typeof u,"string",`Expected "${u}" to be a comment node value`),ngDevMode&&ngDevMode.rendererCreateComment++,ngDevMode&&Gu(n,l);const h=n[l]=Ic(n,l,u,Node.COMMENT_NODE);Ye(h,n)}break;case id:const d=t[++a],f=t[++a];if(n[f]===null){ngDevMode&&O(typeof d,"string",`Expected "${d}" to be an element node tag name`),ngDevMode&&ngDevMode.rendererCreateElement++,ngDevMode&&Gu(n,f);const h=n[f]=Ic(n,f,d,Node.ELEMENT_NODE);Ye(h,n)}break;default:ngDevMode&&A(`Unable to determine the type of mutate operation for "${c}"`)}}}function l_(e,t,n,r,o){for(let s=0;s<n.length;s++){const i=n[s],a=n[++s];if(i&o){let c="";for(let u=s+1;u<=s+a;u++){const l=n[u];if(typeof l=="string")c+=l;else if(typeof l=="number")if(l<0)c+=H(t[r-l]);else{const d=l>>>2;switch(l&3){case 1:const f=n[++u],h=n[++u],p=e.data[d];ngDevMode&&I(p,"Experting TNode or string"),typeof p=="string"?jp(t[L],t[d],null,p,f,c,h):mt(e,p,t,f,c,t[L],h,!1);break;case 0:const g=t[d];g!==null&&wI(t[L],g,c);break;case 2:tL(e,sc(e,d),t,c);break;case 3:d_(e,sc(e,d),r,t);break}}}}else{const c=n[s+1];if(c>0&&(c&3)===3){const u=c>>>2,l=sc(e,u);t[l.currentCaseLViewIndex]<0&&d_(e,l,r,t)}}s+=a}}function d_(e,t,n,r){ngDevMode&&we(r,t.currentCaseLViewIndex);let o=r[t.currentCaseLViewIndex];if(o!==null){let s=Ec;o<0&&(o=r[t.currentCaseLViewIndex]=~o,s=-1),l_(e,r,t.update[o],n,s)}}function tL(e,t,n,r){const o=nL(t,r);if(xl(t,n)!==o&&(f_(e,t,n),n[t.currentCaseLViewIndex]=o===null?null:~o,o!==null)){const i=n[t.anchorIdx];i&&(ngDevMode&&Un(i),u_(e,t.create[o],n,i)),PR(n,t.anchorIdx,o)}}function f_(e,t,n){let r=xl(t,n);if(r!==null){const o=t.remove[r];for(let s=0;s<o.length;s++){const i=o[s];if(i>0){const a=Pa(i,n);a!==null&&Ka(n[L],a)}else f_(e,sc(e,~i),n)}}}function nL(e,t){let n=e.cases.indexOf(t);if(n===-1)switch(e.type){case 1:{const r=Zk(t,Qk());n=e.cases.indexOf(r),n===-1&&r!=="other"&&(n=e.cases.indexOf("other"));break}case 0:{n=e.cases.indexOf("other");break}}return n===-1?null:n}function rL(e){const t=e||(Array.isArray(this)?this:[]);let n=[];for(let r=0;r<t.length;r++){const o=t[r++],s=t[r],i=(o&st.COMMENT)===st.COMMENT,a=(o&st.APPEND_EAGERLY)===st.APPEND_EAGERLY,c=o>>>st.SHIFT;n.push(`lView[${c}] = document.${i?"createComment":"createText"}(${JSON.stringify(s)});`),a&&n.push(`parent.appendChild(lView[${c}]);`)}return n}function cd(e){const t=new h_(e||(Array.isArray(this)?this:[]));let n=[];function r(o){const s=o>>>2;switch(o&3){case 0:return`(lView[${s}] as Text).textContent = $$$`;case 1:const a=t.consumeString(),c=t.consumeFunction(),u=c?`(${c})($$$)`:"$$$";return`(lView[${s}] as Element).setAttribute('${a}', ${u})`;case 2:return`icuSwitchCase(${s}, $$$)`;case 3:return`icuUpdateCase(${s})`}throw new Error("unexpected OpCode")}for(;t.hasMore();){let o=t.consumeNumber(),s=t.consumeNumber();const i=t.i+s,a=[];let c="";for(;t.i<i;){let u=t.consumeNumberOrString();if(typeof u=="string")c+=u;else if(u<0)c+="${lView[i"+u+"]}";else{const l=r(u);a.push(l.replace("$$$","`"+c+"`")+";"),c=""}}n.push(`if (mask & 0b${o.toString(2)}) { ${a.join(" ")} }`)}return n}function oL(e){const t=new h_(e||(Array.isArray(this)?this:[]));let n=[];function r(s){const i=vb(s),a=Db(s);switch(Eb(s)){case 0:return`(lView[${i}] as Element).appendChild(lView[${o}])`;case 1:return`(lView[${a}] as Element).setAttribute("${t.consumeString()}", "${t.consumeString()}")`}throw new Error("Unexpected OpCode: "+Eb(s))}let o=-1;for(;t.hasMore();){let s=t.consumeNumberStringOrMarker();if(s===ad){const i=t.consumeString();o=t.consumeNumber(),n.push(`lView[${o}] = document.createComment("${i}")`)}else if(s===id){const i=t.consumeString();o=t.consumeNumber(),n.push(`lView[${o}] = document.createElement("${i}")`)}else if(typeof s=="string")o=t.consumeNumber(),n.push(`lView[${o}] = document.createTextNode("${s}")`);else if(typeof s=="number"){const i=r(s);i&&n.push(i)}else throw new Error("Unexpected value")}return n}function sL(e){const t=e||(Array.isArray(this)?this:[]);let n=[];for(let r=0;r<t.length;r++){const o=t[r];o>0?n.push(`remove(lView[${o}])`):n.push(`removeNestedICU(${~o})`)}return n}class h_{constructor(t){this.i=0,this.codes=t}hasMore(){return this.i<this.codes.length}consumeNumber(){let t=this.codes[this.i++];return ie(t,"expecting number in OpCode"),t}consumeString(){let t=this.codes[this.i++];return Ko(t,"expecting string in OpCode"),t}consumeFunction(){let t=this.codes[this.i++];if(t===null||typeof t=="function")return t;throw new Error("expecting function in OpCode")}consumeNumberOrString(){let t=this.codes[this.i++];return typeof t=="string"||ie(t,"expecting number or string in OpCode"),t}consumeNumberStringOrMarker(){let t=this.codes[this.i++];return typeof t=="string"||typeof t=="number"||t==ad||t==id||ie(t,"expecting number, string, ICU_MARKER or ELEMENT_MARKER in OpCode"),t}}const ud=/�(\d+):?\d*�/gi,iL=/({\s*�\d+:?\d*�\s*,\s*\S{6}\s*,[\s\S]*})/gi,aL=/�(\d+)�/,p_=/^\s*(�\d+:?\d*�)\s*,\s*(select|plural)\s*,/,bc="�",cL=/�\/?\*(\d+:\d+)�/gi,uL=/�(\/?[#*]\d+):?\d*�/gi,lL=/\uE500/g;function dL(e){return e.replace(lL," ")}function io(e,t){if(ngDevMode)Object.defineProperty(e,"debug",{get:t,enumerable:!1});else throw new Error("This method should be guarded with `ngDevMode` so that it can be tree shaken in production!")}function fL(e,t,n,r,o,s){const i=Ra(),a=[],c=[],u=[[]],l=[[]];ngDevMode&&(io(a,rL),io(c,cd)),o=mL(o,s);const d=dL(o).split(uL);for(let f=0;f<d.length;f++){let h=d[f];if(f&1){const p=h.charCodeAt(0)===47,g=h.charCodeAt(p?1:0);ngDevMode&&SA(g,42,35);const D=M+Number.parseInt(h.substring(p?2:1));if(p)u.shift(),l.shift(),Wt(Ra(),!1);else{const E=uR(e,u[0],D);u.unshift([]),Wt(E,!0);const m={kind:2,index:D,children:[],type:g===35?0:1};l[0].push(m),l.unshift(m.children)}}else{const p=mm(h);for(let g=0;g<p.length;g++){let D=p[g];if(g&1){const E=D;if(typeof E!="object")throw new Error(`Unable to parse ICU expression in "${o}" message.`);const T=g_(e,i,u[0],n,a,ngDevMode?`ICU ${r}:${E.mainBinding}`:"",!0).index;ngDevMode&&In(T,M,"Index must be in absolute LView offset"),v_(l[0],e,n,c,t,E,T)}else{const E=D;ngDevMode&&Ko(E,"Parsed ICU part should be string"),E!==""&&hL(l[0],e,i,u[0],a,c,n,E)}}}}e.data[r]={create:a,update:c,ast:l[0],parentTNodeIndex:t}}function g_(e,t,n,r,o,s,i){const a=Ja(e,r,1,null);let c=a<<st.SHIFT,u=Ra();t===u&&(u=null),u===null&&(c|=st.APPEND_EAGERLY),i&&(c|=st.COMMENT,Xx(dR)),o.push(c,s===null?"":s);const l=Pp(e,a,i?32:1,s===null?ngDevMode?"{{?}}":"":s,null);mb(n,l);const d=l.index;return Wt(l,!1),u!==null&&t!==u&&cR(u,d),l}function hL(e,t,n,r,o,s,i,a){const c=a.match(ud),l=g_(t,n,r,i,o,c?null:a,!1).index;c&&wc(s,a,l,null,0,null),e.push({kind:0,index:l})}function pL(e,t,n){const o=ee().index,s=[];if(ngDevMode&&io(s,cd),e.firstCreatePass&&e.data[t]===null){for(let i=0;i<n.length;i+=2){const a=n[i],c=n[i+1];if(c!==""){if(iL.test(c))throw new Error(`ICU expressions are not supported in attributes. Message: "${c}".`);wc(s,c,o,a,gL(s),null)}}e.data[t]=s}}function wc(e,t,n,r,o,s){ngDevMode&&In(n,M,"Index must be in absolute LView offset");const i=e.length,a=i+1;e.push(null,null);const c=i+2;ngDevMode&&io(e,cd);const u=t.split(ud);let l=0;for(let d=0;d<u.length;d++){const f=u[d];if(d&1){const h=o+parseInt(f,10);e.push(-1-h),l=l|m_(h)}else f!==""&&e.push(f)}return e.push(n<<2|(r?1:0)),r&&e.push(r,s),e[i]=l,e[a]=e.length-c,l}function gL(e){let t=0;for(let n=0;n<e.length;n++){const r=e[n];typeof r=="number"&&r<0&&t++}return t}function m_(e){return 1<<Math.min(e,31)}function y_(e){let t,n="",r=0,o=!1,s;for(;(t=cL.exec(e))!==null;)o?t[0]===`${bc}/*${s}${bc}`&&(r=t.index,o=!1):(n+=e.substring(r,t.index+t[0].length),s=t[1],o=!0);return ngDevMode&&O(o,!1,`Tag mismatch: unable to find the end of the sub-template in the translation "${e}"`),n+=e.slice(r),n}function mL(e,t){if(Cb(t))return y_(e);{const n=e.indexOf(`:${t}${bc}`)+2+t.toString().length,r=e.search(new RegExp(`${bc}\\/\\*\\d+:${t}${bc}`));return y_(e.substring(n,r))}}function v_(e,t,n,r,o,s,i){ngDevMode&&I(s,"ICU expression must be defined");let a=0;const c={type:s.type,currentCaseLViewIndex:Ja(t,n,1,null),anchorIdx:i,cases:[],create:[],remove:[],update:[]};EL(r,s,i),aR(t,i,c);const u=s.values,l=[];for(let d=0;d<u.length;d++){const f=u[d],h=[];for(let g=0;g<f.length;g++){const D=f[g];if(typeof D!="string"){const E=h.push(D)-1;f[g]=`<!--�${E}�-->`}}const p=[];l.push(p),a=vL(p,t,c,n,r,o,s.cases[d],f.join(""),h)|a}a&&CL(r,a,i),e.push({kind:3,index:i,cases:l,currentCaseLViewIndex:c.currentCaseLViewIndex})}function yL(e){const t=[],n=[];let r=1,o=0;e=e.replace(p_,function(i,a,c){return c==="select"?r=0:r=1,o=parseInt(a.slice(1),10),""});const s=mm(e);for(let i=0;i<s.length;){let a=s[i++].trim();r===1&&(a=a.replace(/\s*(?:=)?(\w+)\s*/,"$1")),a.length&&t.push(a);const c=mm(s[i++]);t.length>n.length&&n.push(c)}return{type:r,mainBinding:o,cases:t,values:n}}function mm(e){if(!e)return[];let t=0;const n=[],r=[],o=/[{}]/g;o.lastIndex=0;let s;for(;s=o.exec(e);){const a=s.index;if(s[0]=="}"){if(n.pop(),n.length==0){const c=e.substring(t,a);p_.test(c)?r.push(yL(c)):r.push(c),t=a+1}}else{if(n.length==0){const c=e.substring(t,a);r.push(c),t=a+1}n.push("{")}}const i=e.substring(t);return r.push(i),r}function vL(e,t,n,r,o,s,i,a,c){const u=[],l=[],d=[];ngDevMode&&(io(u,oL),io(l,sL),io(d,cd)),n.cases.push(i),n.create.push(u),n.remove.push(l),n.update.push(d);const h=KC(Kn()).getInertBodyElement(a);ngDevMode&&I(h,"Unable to generate inert body element");const p=hp(h)||h;return p?D_(e,t,n,r,o,u,l,d,p,s,c,0):0}function D_(e,t,n,r,o,s,i,a,c,u,l,d){let f=0,h=c.firstChild;for(;h;){const p=Ja(t,r,1,null);switch(h.nodeType){case Node.ELEMENT_NODE:const g=h,D=g.tagName.toLowerCase();if(dp.hasOwnProperty(D)){ym(s,id,D,u,p),t.data[p]=D;const k=g.attributes;for(let Pe=0;Pe<k.length;Pe++){const Se=k.item(Pe),en=Se.name.toLowerCase();!!Se.value.match(ud)?tI.hasOwnProperty(en)?fp[en]?wc(a,Se.value,p,Se.name,0,gl):wc(a,Se.value,p,Se.name,0,null):ngDevMode&&console.warn(`WARNING: ignoring unsafe attribute value ${en} on element ${D} (see ${Mr})`):IL(s,p,Se)}const Q={kind:1,index:p,children:[]};e.push(Q),f=D_(Q.children,t,n,r,o,s,i,a,h,p,l,d+1)|f,E_(i,p,d)}break;case Node.TEXT_NODE:const E=h.textContent||"",m=E.match(ud);ym(s,null,m?"":E,u,p),E_(i,p,d),m&&(f=wc(a,E,p,null,0,null)|f),e.push({kind:0,index:p});break;case Node.COMMENT_NODE:const T=aL.exec(h.textContent||"");if(T){const k=parseInt(T[1],10),Q=l[k];ym(s,ad,ngDevMode?`nested ICU ${k}`:"",u,p),v_(e,t,r,o,u,Q,p),DL(i,p,d)}break}h=h.nextSibling}return f}function E_(e,t,n){n===0&&e.push(t)}function DL(e,t,n){n===0&&(e.push(~t),e.push(t))}function EL(e,t,n){e.push(m_(t.mainBinding),2,-1-t.mainBinding,n<<2|2)}function CL(e,t,n){e.push(t,1,n<<2|3)}function ym(e,t,n,r,o){t!==null&&e.push(t),e.push(n,o,lR(0,r,o))}function IL(e,t,n){e.push(t<<1|1,n.name,n.value)}const C_=0,bL=/\[(�.+?�?)\]/,wL=/\[(�.+?�?)\]|(�\/?\*\d+:\d+�)/g,_L=/({\s*)(VAR_(PLURAL|SELECT)(_\d+)?)(\s*,)/g,ML=/{([A-Z0-9_]+)}/g,SL=/�I18N_EXP_(ICU(_\d+)?)�/g,TL=/\/\*/,AL=/\d+\:(\d+)/;function OL(e,t={}){let n=e;if(bL.test(e)){const r={},o=[C_];n=n.replace(wL,(s,i,a)=>{const c=i||a,u=r[c]||[];if(u.length||(c.split("|").forEach(g=>{const D=g.match(AL),E=D?parseInt(D[1],10):C_,m=TL.test(g);u.push([E,m,g])}),r[c]=u),!u.length)throw new Error(`i18n postprocess: unmatched placeholder - ${c}`);const l=o[o.length-1];let d=0;for(let g=0;g<u.length;g++)if(u[g][0]===l){d=g;break}const[f,h,p]=u[d];return h?o.pop():l!==f&&o.push(f),u.splice(d,1),p})}return Object.keys(t).length&&(n=n.replace(_L,(r,o,s,i,a,c)=>t.hasOwnProperty(s)?`${o}${t[s]}${c}`:r),n=n.replace(ML,(r,o)=>t.hasOwnProperty(o)?t[o]:r),n=n.replace(SL,(r,o)=>{if(t.hasOwnProperty(o)){const s=t[o];if(!s.length)throw new Error(`i18n postprocess: unmatched ICU - ${r} with key: ${o}`);return s.shift()}return r})),n}function vm(e,t,n=-1){const r=F(),o=y(),s=M+e;ngDevMode&&I(r,"tView should be defined");const i=kt(r.consts,t),a=Ra();if(r.firstCreatePass&&fL(r,a===null?0:a.index,o,s,i,n),r.type===2){const f=o[ve];f[P]|=32}else o[P]|=32;const c=r.data[s],u=a===o[Ve]?null:a,l=AI(r,u,o),d=a&&a.type&8?o[a.index]:null;CR(o,s,a,n),eL(o,c.create,l,d),wE(!0)}function Dm(){wE(!1)}function I_(e,t,n){vm(e,t,n),Dm()}function b_(e,t){const n=F();ngDevMode&&I(n,"tView should be defined");const r=kt(n.consts,t);pL(n,e+M,r)}function Em(e){const t=y();return Yk(Oe(t,Zt(),e)),Em}function w_(e){Kk(F(),y(),e+M)}function __(e,t={}){return OL(e,t)}let M_=(e,t,n)=>{};function S_(e){M_=e}function Cm(e,t,n,r){const o=y(),s=F(),i=ee();return bm(s,o,o[L],i,e,t,r),Cm}function Im(e,t){const n=ee(),r=y(),o=F(),s=_h(o.data),i=nb(s,n,r);return bm(o,r,i,n,e,t),Im}function PL(e,t,n,r){const o=e.cleanup;if(o!=null)for(let s=0;s<o.length-1;s+=2){const i=o[s];if(i===n&&o[s+1]===r){const a=t[zn],c=o[s+2];return a.length>c?a[c]:null}typeof i=="string"&&(s+=2)}return null}function bm(e,t,n,r,o,s,i){const a=Vu(r),u=e.firstCreatePass&&Bp(e),l=t[pe],d=tb(t);ngDevMode&&Qe(r,15);let f=!0;if(r.type&3||i){const g=qe(r,t),D=i?i(g):g,E=d.length,m=i?k=>i(X(k[r.index])):r.index;let T=null;if(!i&&a&&(T=PL(e,t,o,r.index)),T!==null){const k=T.__ngLastListenerFn__||T;k.__ngNextListenerFn__=s,T.__ngLastListenerFn__=s,f=!1}else{s=A_(r,t,l,s),M_(g,o,s);const k=n.listen(D,o,s);ngDevMode&&ngDevMode.rendererAddEventListener++,d.push(s,k),u&&u.push(o,m,E,E+1)}}else s=A_(r,t,l,s);const h=r.outputs;let p;if(f&&h!==null&&(p=h[o])){const g=p.length;if(g)for(let D=0;D<g;D+=2){const E=p[D];ngDevMode&&we(t,E);const m=p[D+1],T=t[E],k=T[m];if(ngDevMode&&!xL(k))throw new Error(`@Output ${m} not initialized in '${T.constructor.name}'.`);const Q=k.subscribe(s),Pe=d.length;d.push(s,Q),u&&u.push(o,r.index,Pe,-(Pe+1))}}}function T_(e,t,n,r){const o=U(null);try{return sn(6,t,n),n(r)!==!1}catch(s){return Ml(e,s),!1}finally{sn(7,t,n),U(o)}}function A_(e,t,n,r){return function o(s){if(s===Function)return r;const i=e.componentOffset>-1?_t(e.index,t):t;ec(i,5);let a=T_(t,n,r,s),c=o.__ngNextListenerFn__;for(;c;)a=T_(t,n,c,s)&&a,c=c.__ngNextListenerFn__;return a}}function xL(e){return e!=null&&typeof e.subscribe=="function"}function O_(e=1){return BO(e)}function NL(e,t){let n=null;const r=KA(e);for(let o=0;o<t.length;o++){const s=t[o];if(s==="*"){n=o;continue}if(r===null?_D(e,s,!0):eO(r,s))return o}return n}function P_(e){const t=y()[ve][Ve];if(!t.projection){const n=e?e.length:1,r=t.projection=Ia(n,null),o=r.slice();let s=t.child;for(;s!==null;){if(s.type!==128){const i=e?NL(s,e):0;i!==null&&(o[i]?o[i].projectionNext=s:r[i]=s,o[i]=s)}s=s.next}}}function x_(e,t=0,n,r,o,s){const i=y(),a=F(),c=r?e+1:null;c!==null&&hc(i,a,c,r,o,s,null,n);const u=qr(a,M+e,16,null,n||null);u.projection===null&&(u.projection=t),Ih();const d=!i[nt]||Nr();i[ve][Ve].projection[u.projection]===null&&c!==null?RL(i,a,c):d&&(u.flags&32)!==32&&sN(a,i,u)}function RL(e,t,n){const r=M+n,o=t.data[r],s=e[r];ngDevMode&&qn(o),ngDevMode&&Ft(s);const i=Kr(s,o.tView.ssrId),a=bs(e,o,void 0,{dehydratedView:i});ws(s,a,0,Qr(o,i))}function wm(e,t,n){return ld(e,"",t,"",n),wm}function ld(e,t,n,r,o){const s=y(),i=js(s,t,n,r);if(i!==x){const a=F(),c=ge();mt(a,c,s,e,i,s[L],o,!1),ngDevMode&&be(a.data,c,e,ae()-1,t,r)}return ld}function _m(e,t,n,r,o,s,i){const a=y(),c=$s(a,t,n,r,o,s);if(c!==x){const u=F(),l=ge();mt(u,l,a,e,c,a[L],i,!1),ngDevMode&&be(u.data,l,e,ae()-2,t,r,s)}return _m}function Mm(e,t,n,r,o,s,i,a,c){const u=y(),l=Bs(u,t,n,r,o,s,i,a);if(l!==x){const d=F(),f=ge();mt(d,f,u,e,l,u[L],c,!1),ngDevMode&&be(d.data,f,e,ae()-3,t,r,s,a)}return Mm}function Sm(e,t,n,r,o,s,i,a,c,u,l){const d=y(),f=Hs(d,t,n,r,o,s,i,a,c,u);if(f!==x){const h=F(),p=ge();mt(h,p,d,e,f,d[L],l,!1),ngDevMode&&be(h.data,p,e,ae()-4,t,r,s,a,u)}return Sm}function Tm(e,t,n,r,o,s,i,a,c,u,l,d,f){const h=y(),p=Us(h,t,n,r,o,s,i,a,c,u,l,d);if(p!==x){const g=F(),D=ge();mt(g,D,h,e,p,h[L],f,!1),ngDevMode&&be(g.data,D,e,ae()-5,t,r,s,a,u,d)}return Tm}function Am(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p){const g=y(),D=Vs(g,t,n,r,o,s,i,a,c,u,l,d,f,h);if(D!==x){const E=F(),m=ge();mt(E,m,g,e,D,g[L],p,!1),ngDevMode&&be(E.data,m,e,ae()-6,t,r,s,a,u,d,h)}return Am}function Om(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D){const E=y(),m=zs(E,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g);if(m!==x){const T=F(),k=ge();mt(T,k,E,e,m,E[L],D,!1),ngDevMode&&be(T.data,k,e,ae()-7,t,r,s,a,u,d,h,g)}return Om}function Pm(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E,m){const T=y(),k=Gs(T,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E);if(k!==x){const Q=F(),Pe=ge();mt(Q,Pe,T,e,k,T[L],m,!1),ngDevMode&&be(Q.data,Pe,e,ae()-8,t,r,s,a,u,d,h,g,E)}return Pm}function xm(e,t,n){const r=y(),o=Ls(r,t);if(o!==x){const s=F(),i=ge();if(mt(s,i,r,e,o,r[L],n,!1),ngDevMode){const a=[t[0]];for(let c=2;c<t.length;c+=2)a.push(t[c]);be(s.data,i,e,ae()-a.length+1,...a)}}return xm}function N_(e,t,n,r){Jb(e,t,n,r)}function R_(e,t,n){Kb(e,t,n)}function F_(e){const t=y(),n=F(),r=Mh();Qu(r+1);const o=hg(n,r);if(e.dirty&&Na(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{const s=e0(t,r);e.reset(s,lC),e.notifyOnChanges()}return!0}return!1}function k_(){return fg(y(),Mh())}function L_(e,t,n,r,o){c0(t,Jb(e,n,r,o))}function j_(e,t,n,r){c0(e,Kb(t,n,r))}function $_(e=1){Qu(Mh()+e)}function dd(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function B_(e){const t=DE();return xr(t,M+e)}function H_(e,t,n){const r=y(),o=js(r,e,t,n);qt(o)}function U_(e,t,n,r,o){const s=y(),i=$s(s,e,t,n,r,o);qt(i)}function V_(e,t,n,r,o,s,i){const a=y(),c=Bs(a,e,t,n,r,o,s,i);qt(c)}function z_(e,t,n,r,o,s,i,a,c){const u=y(),l=Hs(u,e,t,n,r,o,s,i,a,c);qt(l)}function G_(e,t,n,r,o,s,i,a,c,u,l){const d=y(),f=Us(d,e,t,n,r,o,s,i,a,c,u,l);qt(f)}function W_(e,t,n,r,o,s,i,a,c,u,l,d,f){const h=y(),p=Vs(h,e,t,n,r,o,s,i,a,c,u,l,d,f);qt(p)}function Z_(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p){const g=y(),D=zs(g,e,t,n,r,o,s,i,a,c,u,l,d,f,h,p);qt(D)}function q_(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D){const E=y(),m=Gs(E,e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D);qt(m)}function Q_(e){const t=y(),n=Ls(t,e);qt(n)}function Nm(e,t,n,r,o){const s=y(),i=js(s,t,n,r);return Qt(e,i,o,!1),Nm}function Rm(e,t,n,r,o,s,i){const a=y(),c=$s(a,t,n,r,o,s);return Qt(e,c,i,!1),Rm}function Fm(e,t,n,r,o,s,i,a,c){const u=y(),l=Bs(u,t,n,r,o,s,i,a);return Qt(e,l,c,!1),Fm}function km(e,t,n,r,o,s,i,a,c,u,l){const d=y(),f=Hs(d,t,n,r,o,s,i,a,c,u);return Qt(e,f,l,!1),km}function Lm(e,t,n,r,o,s,i,a,c,u,l,d,f){const h=y(),p=Us(h,t,n,r,o,s,i,a,c,u,l,d);return Qt(e,p,f,!1),Lm}function jm(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p){const g=y(),D=Vs(g,t,n,r,o,s,i,a,c,u,l,d,f,h);return Qt(e,D,p,!1),jm}function $m(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D){const E=y(),m=zs(E,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g);return Qt(e,m,D,!1),$m}function Bm(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E,m){const T=y(),k=Gs(T,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D,E);return Qt(e,k,m,!1),Bm}function Hm(e,t,n){const r=y(),o=Ls(r,t);return Qt(e,o,n,!1),Hm}function Y_(e,t=""){const n=y(),r=F(),o=e+M;ngDevMode&&O(ae(),r.bindingStartIndex,"text nodes should be created before any bindings"),ngDevMode&&we(n,o);const s=r.firstCreatePass?qr(r,o,1,t,null):r.data[o],i=K_(r,n,s,t,e);n[o]=i,Fa()&&Il(r,n,i,s),Wt(s,!1)}let K_=(e,t,n,r,o)=>(an(!0),Ip(t[L],r));function FL(e,t,n,r,o){const s=t[nt],i=!s||Nr()||Os(n)||Vr(s,o);if(an(i),i)return Ip(t[L],r);const a=ac(s,e,t,n);return ngDevMode&&tc(a,Node.TEXT_NODE,null,t,n),ngDevMode&&Ur(a),a}function kL(){K_=FL}function Um(e){return fd("",e,""),Um}function fd(e,t,n){const r=y(),o=js(r,e,t,n);return o!==x&&Pn(r,Ge(),o),fd}function Vm(e,t,n,r,o){const s=y(),i=$s(s,e,t,n,r,o);return i!==x&&Pn(s,Ge(),i),Vm}function zm(e,t,n,r,o,s,i){const a=y(),c=Bs(a,e,t,n,r,o,s,i);return c!==x&&Pn(a,Ge(),c),zm}function Gm(e,t,n,r,o,s,i,a,c){const u=y(),l=Hs(u,e,t,n,r,o,s,i,a,c);return l!==x&&Pn(u,Ge(),l),Gm}function Wm(e,t,n,r,o,s,i,a,c,u,l){const d=y(),f=Us(d,e,t,n,r,o,s,i,a,c,u,l);return f!==x&&Pn(d,Ge(),f),Wm}function Zm(e,t,n,r,o,s,i,a,c,u,l,d,f){const h=y(),p=Vs(h,e,t,n,r,o,s,i,a,c,u,l,d,f);return p!==x&&Pn(h,Ge(),p),Zm}function qm(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p){const g=y(),D=zs(g,e,t,n,r,o,s,i,a,c,u,l,d,f,h,p);return D!==x&&Pn(g,Ge(),D),qm}function Qm(e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D){const E=y(),m=Gs(E,e,t,n,r,o,s,i,a,c,u,l,d,f,h,p,g,D);return m!==x&&Pn(E,Ge(),m),Qm}function Ym(e){const t=y(),n=Ls(t,e);return n!==x&&Pn(t,Ge(),n),Ym}/*!
|
|
133
|
+
* @license
|
|
134
|
+
* Copyright Google LLC All Rights Reserved.
|
|
135
|
+
*
|
|
136
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
137
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
138
|
+
*/function Km(e,t,n){o0(t)&&(t=t());const r=y(),o=Zt();if(Oe(r,o,t)){const s=F(),i=ge();mt(s,i,r,e,t,r[L],n,!1),ngDevMode&&be(s.data,i,e,o)}return Km}function J_(e,t){const n=o0(e);return n&&e.set(t),n}function Jm(e,t){const n=y(),r=F(),o=ee();return bm(r,n,n[L],o,e,t),Jm}/*!
|
|
139
|
+
* @license
|
|
140
|
+
* Copyright Google LLC All Rights Reserved.
|
|
141
|
+
*
|
|
142
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
143
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
144
|
+
*/const X_={};function Xm(e){const t=F(),n=y(),r=e+M,o=qr(t,r,128,null,null);return Wt(o,!1),dd(t,n,r,X_),Xm}function eM(e){Ze("NgLet");const t=F(),n=y(),r=Ge();return dd(t,n,r,e),e}function tM(e){const t=DE(),n=xr(t,M+e);if(n===X_)throw new v(314,ngDevMode&&"Attempting to access a @let declaration whose value is not available yet");return n}function LL(e,t,n){const r=F();if(r.firstCreatePass){const o=Rt(e);ey(n,r.data,r.blueprint,o,!0),ey(t,r.data,r.blueprint,o,!1)}}function ey(e,t,n,r,o){if(e=$(e),Array.isArray(e))for(let s=0;s<e.length;s++)ey(e[s],t,n,r,o);else{const s=F(),i=y(),a=ee();let c=Tr(e)?e:$(e.provide);const u=BD(e);if(ngDevMode){const h=new Ie(a,i);ma(h,c,()=>{Vf(e,o)})}const l=a.providerIndexes&1048575,d=a.directiveStart,f=a.providerIndexes>>20;if(Tr(e)||!e.multi){const h=new ka(u,o,Zr),p=ny(c,t,o?l:l+f,d);p===-1?(Rh(tl(a,i),s,c),ty(s,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(h),i.push(h)):(n[p]=h,i[p]=h)}else{const h=ny(c,t,l+f,d),p=ny(c,t,l,l+f),g=h>=0&&n[h],D=p>=0&&n[p];if(o&&!D||!o&&!g){Rh(tl(a,i),s,c);const E=BL(o?$L:jL,n.length,o,r,u);!o&&D&&(n[p].providerFactory=E),ty(s,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(E),i.push(E)}else{const E=nM(n[o?p:h],u,!o&&r);ty(s,e,h>-1?h:p,E)}!o&&r&&D&&n[p].componentProviders++}}}function ty(e,t,n,r){const o=Tr(t),s=aO(t);if(o||s){const c=(s?$(t.useClass):t).prototype.ngOnDestroy;if(c){const u=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){ngDevMode&&I(r,"indexInFactory when registering multi factory destroy hook");const l=u.indexOf(n);l===-1?u.push(n,[r,c]):u[l+1].push(r,c)}else u.push(n,c)}}}function nM(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function ny(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function jL(e,t,n,r){return ry(this.multi,[])}function $L(e,t,n,r){const o=this.multi;let s;if(this.providerFactory){const i=this.providerFactory.componentProviders,a=Lr(n,n[C],this.providerFactory.index,r);s=a.slice(0,i),ry(o,s);for(let c=i;c<a.length;c++)s.push(a[c])}else s=[],ry(o,s);return s}function ry(e,t){for(let n=0;n<e.length;n++){const r=e[n];t.push(r())}return t}function BL(e,t,n,r,o){const s=new ka(e,n,Zr);return s.multi=[],s.index=t,s.componentProviders=0,nM(s,o,r&&!n),s}function rM(e,t=[]){return n=>{n.providersResolver=(r,o)=>LL(r,o?o(e):e,t)}}const au=class au{constructor(t){this._injector=t,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t)){const n=rh(!1,t.type),r=n.length>0?wg([n],this._injector,`Standalone[${t.type.name}]`):null;this.cachedInjectors.set(t,r)}return this.cachedInjectors.get(t)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())t!==null&&t.destroy()}finally{this.cachedInjectors.clear()}}};au.ɵprov=oe({token:au,providedIn:"environment",factory:()=>new au(He(xt))});let oy=au;function oM(e){Ze("NgStandalone"),e.getStandaloneInjector=t=>t.get(oy).getOrCreateStandaloneInjector(e)}function sM(e,t,n){const r=e.ɵcmp;r.directiveDefs=Fu(t,!1),r.pipeDefs=Fu(n,!0)}function iM(e,t){return nn(()=>{const n=bt(e,!0);n.declarations=hd(t.declarations||K),n.imports=hd(t.imports||K),n.exports=hd(t.exports||K),t.bootstrap&&(n.bootstrap=hd(t.bootstrap)),to.registerNgModule(e,t)})}function hd(e){if(typeof e=="function")return e;const t=ft(e);return t.some(bu)?()=>t.map($).map(aM):t.map(aM)}function aM(e){return rg(e)?e.ngModule:e}const pd="__ngAsyncComponentMetadataFn__";function HL(e){return e[pd]??null}function cM(e,t,n){const r=e;return r[pd]=()=>Promise.all(t()).then(o=>(n(...o),r[pd]=null,o)),r[pd]}function it(e,t,n,r){return nn(()=>{const o=e;t!==null&&(o.hasOwnProperty("decorators")&&o.decorators!==void 0?o.decorators.push(...t):o.decorators=t),n!==null&&(o.ctorParameters=n),r!==null&&(o.hasOwnProperty("propDecorators")&&o.propDecorators!==void 0?o.propDecorators={...o.propDecorators,...r}:o.propDecorators=r)})}function uM(e,t,n){const r=ot()+e,o=y();return o[r]===x?hn(o,r,n?t.call(n):t()):fc(o,r)}function lM(e,t,n,r){return DM(y(),ot(),e,t,n,r)}function dM(e,t,n,r,o){return EM(y(),ot(),e,t,n,r,o)}function fM(e,t,n,r,o,s){return CM(y(),ot(),e,t,n,r,o,s)}function hM(e,t,n,r,o,s,i){return IM(y(),ot(),e,t,n,r,o,s,i)}function pM(e,t,n,r,o,s,i,a){const c=ot()+e,u=y(),l=jt(u,c,n,r,o,s);return Oe(u,c+4,i)||l?hn(u,c+5,a?t.call(a,n,r,o,s,i):t(n,r,o,s,i)):fc(u,c+5)}function gM(e,t,n,r,o,s,i,a,c){const u=ot()+e,l=y(),d=jt(l,u,n,r,o,s);return no(l,u+4,i,a)||d?hn(l,u+6,c?t.call(c,n,r,o,s,i,a):t(n,r,o,s,i,a)):fc(l,u+6)}function mM(e,t,n,r,o,s,i,a,c,u){const l=ot()+e,d=y();let f=jt(d,l,n,r,o,s);return zl(d,l+4,i,a,c)||f?hn(d,l+7,u?t.call(u,n,r,o,s,i,a,c):t(n,r,o,s,i,a,c)):fc(d,l+7)}function yM(e,t,n,r,o,s,i,a,c,u,l){const d=ot()+e,f=y(),h=jt(f,d,n,r,o,s);return jt(f,d+4,i,a,c,u)||h?hn(f,d+8,l?t.call(l,n,r,o,s,i,a,c,u):t(n,r,o,s,i,a,c,u)):fc(f,d+8)}function vM(e,t,n,r){return bM(y(),ot(),e,t,n,r)}function _c(e,t){ngDevMode&&we(e,t);const n=e[t];return n===x?void 0:n}function DM(e,t,n,r,o,s){const i=t+n;return Oe(e,i,o)?hn(e,i+1,s?r.call(s,o):r(o)):_c(e,i+1)}function EM(e,t,n,r,o,s,i){const a=t+n;return no(e,a,o,s)?hn(e,a+2,i?r.call(i,o,s):r(o,s)):_c(e,a+2)}function CM(e,t,n,r,o,s,i,a){const c=t+n;return zl(e,c,o,s,i)?hn(e,c+3,a?r.call(a,o,s,i):r(o,s,i)):_c(e,c+3)}function IM(e,t,n,r,o,s,i,a,c){const u=t+n;return jt(e,u,o,s,i,a)?hn(e,u+4,c?r.call(c,o,s,i,a):r(o,s,i,a)):_c(e,u+4)}function bM(e,t,n,r,o,s){let i=t+n,a=!1;for(let c=0;c<o.length;c++)Oe(e,i++,o[c])&&(a=!0);return a?hn(e,i,r.apply(s,o)):_c(e,i)}function wM(e,t){const n=F();let r;const o=e+M;n.firstCreatePass?(r=UL(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??(n.destroyHooks=[])).push(o,r.onDestroy)):r=n.data[o];const s=r.factory||(r.factory=Sr(r.type,!0));let i;ngDevMode&&(i=tt({injector:new Ie(ee(),y()),token:r.type}));const a=dt(Zr);try{const c=el(!1),u=s();return el(c),dd(n,y(),o,u),u}finally{dt(a),ngDevMode&&tt(i)}}function UL(e,t){if(t){ngDevMode&&t.filter(r=>r.name===e).length>1&&console.warn(he(313,VL(e)));for(let n=t.length-1;n>=0;n--){const r=t[n];if(e===r.name)return r}}if(ngDevMode)throw new v(-302,zL(e))}function VL(e){const t=y(),r=t[ve][pe],o=vl(t),s=r?` in the '${r.constructor.name}' component`:"";return`Multiple pipes match the name \`${e}\`${s}. ${`check ${o?"'@Component.imports' of this component":"the imports of this module"}`}`}function zL(e){const t=y(),r=t[ve][pe],o=vl(t),s=r?` in the '${r.constructor.name}' component`:"";return`The pipe '${e}' could not be found${s}. ${`Verify that it is ${o?"included in the '@Component.imports' of this component":"declared or imported in this module"}`}`}function _M(e,t,n){const r=e+M,o=y(),s=xr(o,r);return Mc(o,r)?DM(o,ot(),t,s.transform,n,s):s.transform(n)}function MM(e,t,n,r){const o=e+M,s=y(),i=xr(s,o);return Mc(s,o)?EM(s,ot(),t,i.transform,n,r,i):i.transform(n,r)}function SM(e,t,n,r,o){const s=e+M,i=y(),a=xr(i,s);return Mc(i,s)?CM(i,ot(),t,a.transform,n,r,o,a):a.transform(n,r,o)}function TM(e,t,n,r,o,s){const i=e+M,a=y(),c=xr(a,i);return Mc(a,i)?IM(a,ot(),t,c.transform,n,r,o,s,c):c.transform(n,r,o,s)}function AM(e,t,n){const r=e+M,o=y(),s=xr(o,r);return Mc(o,r)?bM(o,ot(),t,s.transform,n,s):s.transform.apply(s,n)}function Mc(e,t){return e[C].data[t].pure}function OM(e,t){return Al(e,t)}function PM(e,t){return()=>{try{return to.getComponentDependencies(e,t).dependencies}catch(n){throw console.error(`Computing dependencies in local compilation mode for the component "${e.name}" failed with the exception:`,n),n}}}function xM(e,t){const n=q(e);n!==null&&(n.debugInfo=t)}const at={ɵɵattribute:Ug,ɵɵattributeInterpolate1:Vg,ɵɵattributeInterpolate2:zg,ɵɵattributeInterpolate3:Gg,ɵɵattributeInterpolate4:Wg,ɵɵattributeInterpolate5:Zg,ɵɵattributeInterpolate6:qg,ɵɵattributeInterpolate7:Qg,ɵɵattributeInterpolate8:Yg,ɵɵattributeInterpolateV:Kg,ɵɵdefineComponent:TD,ɵɵdefineDirective:OD,ɵɵdefineInjectable:oe,ɵɵdefineInjector:wu,ɵɵdefineNgModule:nh,ɵɵdefinePipe:PD,ɵɵdirectiveInject:Zr,ɵɵgetInheritedFactory:ZE,ɵɵinject:He,ɵɵinjectAttribute:ol,ɵɵinvalidFactory:VI,ɵɵinvalidFactoryDep:Qf,ɵɵtemplateRefExtractor:OM,ɵɵresetView:yE,ɵɵHostDirectivesFeature:M0,ɵɵNgOnChangesFeature:ph,ɵɵProvidersFeature:rM,ɵɵCopyDefinitionFeature:_0,ɵɵInheritDefinitionFeature:Cg,ɵɵInputTransformsFeature:P0,ɵɵStandaloneFeature:oM,ɵɵnextContext:O_,ɵɵnamespaceHTML:xE,ɵɵnamespaceMathML:PE,ɵɵnamespaceSVG:OE,ɵɵenableBindings:pE,ɵɵdisableBindings:gE,ɵɵelementStart:nd,ɵɵelementEnd:rd,ɵɵelement:dm,ɵɵelementContainerStart:od,ɵɵelementContainerEnd:sd,ɵɵelementContainer:fm,ɵɵpureFunction0:uM,ɵɵpureFunction1:lM,ɵɵpureFunction2:dM,ɵɵpureFunction3:fM,ɵɵpureFunction4:hM,ɵɵpureFunction5:pM,ɵɵpureFunction6:gM,ɵɵpureFunction7:mM,ɵɵpureFunction8:yM,ɵɵpureFunctionV:vM,ɵɵgetCurrentView:o_,ɵɵrestoreView:mE,ɵɵlistener:Cm,ɵɵprojection:x_,ɵɵsyntheticHostProperty:pm,ɵɵsyntheticHostListener:Im,ɵɵpipeBind1:_M,ɵɵpipeBind2:MM,ɵɵpipeBind3:SM,ɵɵpipeBind4:TM,ɵɵpipeBindV:AM,ɵɵprojectionDef:P_,ɵɵhostProperty:hm,ɵɵproperty:tm,ɵɵpropertyInterpolate:wm,ɵɵpropertyInterpolate1:ld,ɵɵpropertyInterpolate2:_m,ɵɵpropertyInterpolate3:Mm,ɵɵpropertyInterpolate4:Sm,ɵɵpropertyInterpolate5:Tm,ɵɵpropertyInterpolate6:Am,ɵɵpropertyInterpolate7:Om,ɵɵpropertyInterpolate8:Pm,ɵɵpropertyInterpolateV:xm,ɵɵpipe:wM,ɵɵqueryRefresh:F_,ɵɵqueryAdvance:$_,ɵɵviewQuery:R_,ɵɵviewQuerySignal:j_,ɵɵloadQuery:k_,ɵɵcontentQuery:N_,ɵɵcontentQuerySignal:L_,ɵɵreference:B_,ɵɵclassMap:Pw,ɵɵclassMapInterpolate1:jw,ɵɵclassMapInterpolate2:$w,ɵɵclassMapInterpolate3:Bw,ɵɵclassMapInterpolate4:Hw,ɵɵclassMapInterpolate5:Uw,ɵɵclassMapInterpolate6:Vw,ɵɵclassMapInterpolate7:zw,ɵɵclassMapInterpolate8:Gw,ɵɵclassMapInterpolateV:Ww,ɵɵstyleMap:qt,ɵɵstyleMapInterpolate1:H_,ɵɵstyleMapInterpolate2:U_,ɵɵstyleMapInterpolate3:V_,ɵɵstyleMapInterpolate4:z_,ɵɵstyleMapInterpolate5:G_,ɵɵstyleMapInterpolate6:W_,ɵɵstyleMapInterpolate7:Z_,ɵɵstyleMapInterpolate8:q_,ɵɵstyleMapInterpolateV:Q_,ɵɵstyleProp:rm,ɵɵstylePropInterpolate1:Nm,ɵɵstylePropInterpolate2:Rm,ɵɵstylePropInterpolate3:Fm,ɵɵstylePropInterpolate4:km,ɵɵstylePropInterpolate5:Lm,ɵɵstylePropInterpolate6:jm,ɵɵstylePropInterpolate7:$m,ɵɵstylePropInterpolate8:Bm,ɵɵstylePropInterpolateV:Hm,ɵɵclassProp:om,ɵɵadvance:HI,ɵɵtemplate:Tg,ɵɵconditional:Kw,ɵɵdefer:nw,ɵɵdeferWhen:rw,ɵɵdeferOnIdle:sw,ɵɵdeferOnImmediate:aw,ɵɵdeferOnTimer:uw,ɵɵdeferOnHover:dw,ɵɵdeferOnInteraction:hw,ɵɵdeferOnViewport:gw,ɵɵdeferPrefetchWhen:ow,ɵɵdeferPrefetchOnIdle:iw,ɵɵdeferPrefetchOnImmediate:cw,ɵɵdeferPrefetchOnTimer:lw,ɵɵdeferPrefetchOnHover:fw,ɵɵdeferPrefetchOnInteraction:pw,ɵɵdeferPrefetchOnViewport:mw,ɵɵdeferEnableTimerScheduling:tw,ɵɵrepeater:e_,ɵɵrepeaterCreate:Xw,ɵɵrepeaterTrackByIndex:Jw,ɵɵrepeaterTrackByIdentity:um,ɵɵcomponentInstance:Zw,ɵɵtext:Y_,ɵɵtextInterpolate:Um,ɵɵtextInterpolate1:fd,ɵɵtextInterpolate2:Vm,ɵɵtextInterpolate3:zm,ɵɵtextInterpolate4:Gm,ɵɵtextInterpolate5:Wm,ɵɵtextInterpolate6:Zm,ɵɵtextInterpolate7:qm,ɵɵtextInterpolate8:Qm,ɵɵtextInterpolateV:Ym,ɵɵi18n:I_,ɵɵi18nAttributes:b_,ɵɵi18nExp:Em,ɵɵi18nStart:vm,ɵɵi18nEnd:Dm,ɵɵi18nApply:w_,ɵɵi18nPostprocess:__,ɵɵresolveWindow:vI,ɵɵresolveDocument:DI,ɵɵresolveBody:Dp,ɵɵsetComponentScope:sM,ɵɵsetNgModuleScope:iM,ɵɵregisterNgModuleType:Eg,ɵɵgetComponentDepsFactory:PM,ɵsetClassDebugInfo:xM,ɵɵdeclareLet:Xm,ɵɵstoreLet:eM,ɵɵreadContextLet:tM,ɵɵsanitizeHtml:iI,ɵɵsanitizeStyle:aI,ɵɵsanitizeResourceUrl:gp,ɵɵsanitizeScript:cI,ɵɵsanitizeUrl:pp,ɵɵsanitizeUrlOrResourceUrl:dI,ɵɵtrustConstantHtml:uI,ɵɵtrustConstantResourceUrl:lI,ɵɵvalidateIframeAttribute:b0,forwardRef:Iu,resolveForwardRef:$,ɵɵtwoWayProperty:Km,ɵɵtwoWayBindingSet:J_,ɵɵtwoWayListener:Jm};let qs=null;function GL(e){if(qs!==null){if(e.defaultEncapsulation!==qs.defaultEncapsulation){ngDevMode&&console.error("Provided value for `defaultEncapsulation` can not be changed once it has been set.");return}if(e.preserveWhitespaces!==qs.preserveWhitespaces){ngDevMode&&console.error("Provided value for `preserveWhitespaces` can not be changed once it has been set.");return}}qs=e}function WL(){return qs}function ZL(){qs=null}const Sc=[];function qL(e,t){Sc.push({moduleType:e,ngModule:t})}let sy=!1;function NM(){if(!sy){sy=!0;try{for(let e=Sc.length-1;e>=0;e--){const{moduleType:t,ngModule:n}=Sc[e];n.declarations&&n.declarations.every(RM)&&(Sc.splice(e,1),KL(t,n))}}finally{sy=!1}}}function RM(e){return Array.isArray(e)?e.every(RM):!!$(e)}function FM(e,t={}){kM(e,t),t.id!==void 0&&Eg(e,t.id),qL(e,t)}function kM(e,t,n=!1){ngDevMode&&I(e,"Required value moduleType"),ngDevMode&&I(t,"Required value ngModule");const r=ft(t.declarations||K);let o=null;Object.defineProperty(e,zf,{configurable:!0,get:()=>{if(o===null){if(ngDevMode&&t.imports&&t.imports.indexOf(e)>-1)throw new Error(`'${W(e)}' module can't import itself`);o=Le({usage:0,kind:"NgModule",type:e}).compileNgModule(at,`ng:///${e.name}/ɵmod.js`,{type:e,bootstrap:ft(t.bootstrap||K).map($),declarations:r.map($),imports:ft(t.imports||K).map($).map(BM),exports:ft(t.exports||K).map($).map(BM),schemas:t.schemas?ft(t.schemas):null,id:t.id||null}),o.schemas||(o.schemas=[])}return o}});let s=null;Object.defineProperty(e,bn,{get:()=>{if(s===null){const a=Le({usage:0,kind:"NgModule",type:e});s=a.compileFactory(at,`ng:///${e.name}/ɵfac.js`,{name:e.name,type:e,deps:sl(e),target:a.FactoryTarget.NgModule,typeArgumentCount:0})}return s},configurable:!!ngDevMode});let i=null;Object.defineProperty(e,Mu,{get:()=>{if(i===null){ngDevMode&&gd(e,n);const a={name:e.name,type:e,providers:t.providers||K,imports:[(t.imports||K).map($),(t.exports||K).map($)]};i=Le({usage:0,kind:"NgModule",type:e}).compileInjector(at,`ng:///${e.name}/ɵinj.js`,a)}return i},configurable:!!ngDevMode})}function LM(e,t){const n=`Unexpected "${W(e)}" found in the "declarations" array of the`,r=`"${W(e)}" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)?`;return`${n} ${t}, ${r}`}function gd(e,t,n){if(iy.get(e)||Vn(e))return;iy.set(e,!0),e=$(e);let r;if(n){if(r=bt(e),!r)throw new Error(`Unexpected value '${e.name}' imported by the module '${n.name}'. Please add an @NgModule annotation.`)}else r=bt(e,!0);const o=[],s=dn(r.declarations),i=dn(r.imports);ft(i).map(jM).forEach(m=>{E(m,e),gd(m,!1,e)});const a=dn(r.exports);s.forEach(l),s.forEach(d),s.forEach(m=>f(m,e));const c=[...s.map($),...ft(i.map($M)).map($)];a.forEach(h),s.forEach(m=>p(m,t));const u=QL(e,"NgModule");if(u&&(u.imports&&ft(u.imports).map(jM).forEach(m=>{E(m,e),gd(m,!1,e)}),u.bootstrap&&ns(u.bootstrap,D),u.bootstrap&&ns(u.bootstrap,g)),o.length)throw new Error(o.join(`
|
|
145
|
+
`));function l(m){m=$(m),q(m)||Ue(m)||It(m)||o.push(`Unexpected value '${W(m)}' declared by the module '${W(e)}'. Please add a @Pipe/@Directive/@Component annotation.`)}function d(m){m=$(m);const T=Ue(m);!q(m)&&T&&T.selectors.length==0&&o.push(`Directive ${W(m)} has no selector, please add it!`)}function f(m,T){m=$(m);const k=q(m)||Ue(m)||It(m);if(k!=null&&k.standalone){const Q=`"${W(T)}" NgModule`;o.push(LM(m,Q))}}function h(m){m=$(m);const T=q(m)&&"component"||Ue(m)&&"directive"||It(m)&&"pipe";T&&c.lastIndexOf(m)===-1&&o.push(`Can't export ${T} ${W(m)} from ${W(e)} as it was neither declared nor imported!`)}function p(m,T){m=$(m);const k=md.get(m);if(k&&k!==e){if(!T){const Q=[k,e].map(W).sort();o.push(`Type ${W(m)} is part of the declarations of 2 modules: ${Q[0]} and ${Q[1]}! Please consider moving ${W(m)} to a higher module that imports ${Q[0]} and ${Q[1]}. You can also create a new NgModule that exports and includes ${W(m)} then import that NgModule in ${Q[0]} and ${Q[1]}.`)}}else md.set(m,e)}function g(m){m=$(m),!md.get(m)&&!Vn(m)&&o.push(`Component ${W(m)} is not part of any NgModule or the module has not been imported into your module.`)}function D(m){m=$(m),q(m)||o.push(`${W(m)} cannot be used as an entry component.`),Vn(m)&&o.push(`The \`${W(m)}\` class is a standalone component, which can not be used in the \`@NgModule.bootstrap\` array. Use the \`bootstrapApplication\` function for bootstrap instead.`)}function E(m,T){m=$(m);const k=q(m)||Ue(m);if(k!==null&&!k.standalone)throw new Error(`Unexpected directive '${m.name}' imported by the module '${T.name}'. Please add an @NgModule annotation.`);const Q=It(m);if(Q!==null&&!Q.standalone)throw new Error(`Unexpected pipe '${m.name}' imported by the module '${T.name}'. Please add an @NgModule annotation.`)}}function jM(e){return e=$(e),e.ngModule||e}function QL(e,t){let n=null;return r(e.__annotations__),r(e.decorators),n;function r(s){s&&s.forEach(o)}function o(s){n||(Object.getPrototypeOf(s).ngMetadataName==t?n=s:s.type&&Object.getPrototypeOf(s.type).ngMetadataName==t&&(n=s.args[0]))}}let md=new WeakMap,iy=new WeakMap;function YL(){md=new WeakMap,iy=new WeakMap,Sc.length=0,ku.clear()}function $M(e){e=$(e);const t=bt(e);return t===null?[e]:ft(dn(t.exports).map(n=>bt(n)?(gd(n,!1),$M(n)):n))}function KL(e,t){const n=ft(t.declarations||K),r=cy(e);n.forEach(o=>{if(o=$(o),o.hasOwnProperty(Xo)){const i=q(o);ay(i,r)}else!o.hasOwnProperty(Tu)&&!o.hasOwnProperty(Au)&&(o.ngSelectorScope=e)})}function ay(e,t){e.directiveDefs=()=>Array.from(t.compilation.directives).map(n=>n.hasOwnProperty(Xo)?q(n):Ue(n)).filter(n=>!!n),e.pipeDefs=()=>Array.from(t.compilation.pipes).map(n=>It(n)),e.schemas=t.schemas,e.tView=null}function cy(e){if(eo(e)){const t=to.getNgModuleScope(e);return{schemas:bt(e,!0).schemas||null,...t}}else if(Vn(e)){if((q(e)||Ue(e))!==null)return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set([e]),pipes:new Set}};if(It(e)!==null)return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set([e])}}}throw new Error(`${e.name} does not have a module def (ɵmod property)`)}function BM(e){return rg(e)?e.ngModule:e}let uy=0;function HM(e,t){(typeof ngDevMode>"u"||ngDevMode)&&kf();let n=null;CF(e,t),VM(e,t),Object.defineProperty(e,Xo,{get:()=>{if(n===null){const r=Le({usage:0,kind:"component",type:e});if(D0(t)){const u=[`Component '${e.name}' is not resolved:`];throw t.templateUrl&&u.push(` - templateUrl: ${t.templateUrl}`),t.styleUrls&&t.styleUrls.length&&u.push(` - styleUrls: ${JSON.stringify(t.styleUrls)}`),t.styleUrl&&u.push(` - styleUrl: ${t.styleUrl}`),u.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(u.join(`
|
|
146
|
+
`))}const o=WL();let s=t.preserveWhitespaces;s===void 0&&(o!==null&&o.preserveWhitespaces!==void 0?s=o.preserveWhitespaces:s=!1);let i=t.encapsulation;i===void 0&&(o!==null&&o.defaultEncapsulation!==void 0?i=o.defaultEncapsulation:i=_n.Emulated);const a=t.templateUrl||`ng:///${e.name}/template.html`,c={...zM(e,t),typeSourceSpan:r.createParseSourceSpan("Component",e.name,a),template:t.template||"",preserveWhitespaces:s,styles:typeof t.styles=="string"?[t.styles]:t.styles||K,animations:t.animations,declarations:[],changeDetection:t.changeDetection,encapsulation:i,interpolation:t.interpolation,viewProviders:t.viewProviders||null};uy++;try{if(c.usesInheritance&&GM(e),n=r.compileComponent(at,a,c),t.standalone){const u=ft(t.imports||K),{directiveDefs:l,pipeDefs:d}=JL(e,u);n.directiveDefs=l,n.pipeDefs=d,n.dependencies=()=>u.map($)}}finally{uy--}if(uy===0&&NM(),XL(e)){const u=cy(e.ngSelectorScope);ay(n,u)}if(t.schemas)if(t.standalone)n.schemas=t.schemas;else throw new Error(`The 'schemas' was specified for the ${W(e)} but is only valid on a component that is standalone.`);else t.standalone&&(n.schemas=[])}return n},configurable:!!ngDevMode})}function JL(e,t){return{directiveDefs:()=>{{if(ngDevMode)for(const s of t)og(s,e);return uc(e)?[...to.getStandaloneComponentScope(e,t).compilation.directives].map(s=>q(s)||Ue(s)).filter(s=>s!==null):[]}},pipeDefs:()=>{{if(ngDevMode)for(const s of t)og(s,e);return uc(e)?[...to.getStandaloneComponentScope(e,t).compilation.pipes].map(s=>It(s)).filter(s=>s!==null):[]}}}}function XL(e){return e.ngSelectorScope!==void 0}function ly(e,t){let n=null;VM(e,t||{}),Object.defineProperty(e,Tu,{get:()=>{if(n===null){const r=UM(e,t||{});n=Le({usage:0,kind:"directive",type:e}).compileDirective(at,r.sourceMapUrl,r.metadata)}return n},configurable:!!ngDevMode})}function UM(e,t){const n=e&&e.name,r=`ng:///${n}/ɵdir.js`,o=Le({usage:0,kind:"directive",type:e}),s=zM(e,t);return s.typeSourceSpan=o.createParseSourceSpan("Directive",n,r),s.usesInheritance&&GM(e),{metadata:s,sourceMapUrl:r}}function VM(e,t){let n=null;Object.defineProperty(e,bn,{get:()=>{if(n===null){const r=UM(e,t),o=Le({usage:0,kind:"directive",type:e});n=o.compileFactory(at,`ng:///${e.name}/ɵfac.js`,{name:r.metadata.name,type:r.metadata.type,typeArgumentCount:0,deps:sl(e),target:o.FactoryTarget.Directive})}return n},configurable:!!ngDevMode})}function e2(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function zM(e,t){var o;const n=Lh(),r=n.ownPropMetadata(e);return{name:e.name,type:e,selector:t.selector!==void 0?t.selector:null,host:t.host||Ht,propMetadata:r,inputs:t.inputs||K,outputs:t.outputs||K,queries:WM(e,r,ZM),lifecycle:{usesOnChanges:n.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!e2(e),exportAs:r2(t.exportAs),providers:t.providers||null,viewQueries:WM(e,r,qM),isStandalone:!!t.standalone,isSignal:!!t.signals,hostDirectives:((o=t.hostDirectives)==null?void 0:o.map(s=>typeof s=="function"?{directive:s}:s))||null}}function GM(e){const t=Object.prototype;let n=Object.getPrototypeOf(e.prototype).constructor;for(;n&&n!==t;)!Ue(n)&&!q(n)&&s2(n)&&ly(n,null),n=Object.getPrototypeOf(n)}function t2(e){return typeof e=="string"?YM(e):$(e)}function n2(e,t){return{propertyName:e,predicate:t2(t.selector),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly,isSignal:!!t.isSignal}}function WM(e,t,n){const r=[];for(const o in t)if(t.hasOwnProperty(o)){const s=t[o];s.forEach(i=>{if(n(i)){if(!i.selector)throw new Error(`Can't construct a query for the property "${o}" of "${W(e)}" since the query selector wasn't defined.`);if(s.some(QM))throw new Error("Cannot combine @Input decorators with query decorators");r.push(n2(o,i))}})}return r}function r2(e){return e===void 0?null:YM(e)}function ZM(e){const t=e.ngMetadataName;return t==="ContentChild"||t==="ContentChildren"}function qM(e){const t=e.ngMetadataName;return t==="ViewChild"||t==="ViewChildren"}function QM(e){return e.ngMetadataName==="Input"}function YM(e){return e.split(",").map(t=>t.trim())}const o2=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function s2(e){const t=Lh();if(o2.some(r=>t.hasLifecycleHook(e,r)))return!0;const n=t.propMetadata(e);for(const r in n){const o=n[r];for(let s=0;s<o.length;s++){const i=o[s],a=i.ngMetadataName;if(QM(i)||ZM(i)||qM(i)||a==="Output"||a==="HostBinding"||a==="HostListener")return!0}}return!1}function KM(e,t){let n=null,r=null;Object.defineProperty(e,bn,{get:()=>{if(r===null){const o=JM(e,t),s=Le({usage:0,kind:"pipe",type:o.type});r=s.compileFactory(at,`ng:///${o.name}/ɵfac.js`,{name:o.name,type:o.type,typeArgumentCount:0,deps:sl(e),target:s.FactoryTarget.Pipe})}return r},configurable:!!ngDevMode}),Object.defineProperty(e,Au,{get:()=>{if(n===null){const o=JM(e,t);n=Le({usage:0,kind:"pipe",type:o.type}).compilePipe(at,`ng:///${o.name}/ɵpipe.js`,o)}return n},configurable:!!ngDevMode})}function JM(e,t){return{type:e,name:e.name,pipeName:t.name,pure:t.pure!==void 0?t.pure:!0,isStandalone:!!t.standalone}}const Je=fa("Directive",(e={})=>e,void 0,void 0,(e,t)=>ly(e,t)),Y=fa("Component",(e={})=>({changeDetection:V.Default,...e}),Je,void 0,(e,t)=>HM(e,t)),yt=fa("Pipe",e=>({pure:!0,...e}),void 0,void 0,(e,t)=>KM(e,t)),_=$n("Input",e=>e?typeof e=="string"?{alias:e}:e:{}),Me=$n("Output",e=>({alias:e})),dy=$n("HostBinding",e=>({hostPropertyName:e})),i2=$n("HostListener",(e,t)=>({eventName:e,args:t})),fy=fa("NgModule",e=>e,void 0,void 0,(e,t)=>FM(e,t));class hy{constructor(t){this.full=t;const n=t.split(".");this.major=n[0],this.minor=n[1],this.patch=n.slice(2).join(".")}}const a2=new hy("18.2.14"),Co=class Co{log(t){console.log(t)}warn(t){console.warn(t)}};Co.ɵfac=function(n){return new(n||Co)},Co.ɵprov=oe({token:Co,factory:Co.ɵfac,providedIn:"platform"});let sr=Co;(typeof ngDevMode>"u"||ngDevMode)&&it(sr,[{type:Ee,args:[{providedIn:"platform"}]}],null,null);class c2{constructor(){this.resolverToTokenToDependencies=new WeakMap,this.resolverToProviders=new WeakMap,this.standaloneInjectorToComponent=new WeakMap}reset(){this.resolverToTokenToDependencies=new WeakMap,this.resolverToProviders=new WeakMap,this.standaloneInjectorToComponent=new WeakMap}}let Tc=new c2;function yd(){return Tc}function u2(){Tc.reset(),xA(e=>l2(e))}function l2(e){const{context:t,type:n}=e;n===0?d2(t,e.service):n===1?h2(t,e.instance):n===2&&g2(t,e.providerRecord)}function d2(e,t){const n=XM(e.injector);n===null&&A("An Inject event must be run within an injection context.");const r=Tc.resolverToTokenToDependencies;if(r.has(n)||r.set(n,new WeakMap),!m2(e.token))return;const o=r.get(n);o.has(e.token)||o.set(e.token,[]);const{token:s,value:i,flags:a}=t;I(e.token,"Injector profiler context token is undefined.");const c=o.get(e.token);I(c,"Could not resolve dependencies for token."),e.injector instanceof Ie?c.push({token:s,value:i,flags:a,injectedIn:f2(e.injector)}):c.push({token:s,value:i,flags:a})}function f2(e){e instanceof Ie||A("getNodeInjectorContext must be called with a NodeInjector");const t=ls(e),n=ds(e);if(n!==null)return rt(n,t),{lView:t,tNode:n}}function h2(e,t){const{value:n}=t;XM(e.injector)===null&&A("An InjectorCreatedInstance event must be run within an injection context.");let r;if(typeof n=="object"&&(r=n==null?void 0:n.constructor),r==null||!p2(r))return;const o=e.injector.get(xt,null,{optional:!0});if(o===null)return;const{standaloneInjectorToComponent:s}=Tc;s.has(o)||s.set(o,r)}function p2(e){const t=q(e);return!!(t!=null&&t.standalone)}function g2(e,t){const{resolverToProviders:n}=Tc;let r;(e==null?void 0:e.injector)instanceof Ie?r=ds(e.injector):r=e.injector,r===null&&A("A ProviderConfigured event must be run within an injection context."),n.has(r)||n.set(r,[]),n.get(r).push(t)}function XM(e){let t=null;return e===void 0||(e instanceof Ie?t=ls(e):t=e),t}function m2(e){return e!==null&&(typeof e=="object"||typeof e=="function"||typeof e=="symbol")}function y2(e){ngDevMode&&I(e,"component"),ec(gC(e),3),MC(e).forEach(t=>v2(t))}function v2(e){const t=gC(e);t[P]|=1024,Tl(t)}function D2(e,t){const n=e.get(t,null,{self:!0,optional:!0});if(n===null)throw new Error(`Unable to determine instance of ${t} in given injector`);const r=E2(t,e),o=eS(e),s=r.map(i=>{const a={value:i.value},c=i.flags;a.flags={optional:(8&c)===8,host:(1&c)===1,self:(2&c)===2,skipSelf:(4&c)===4};for(let u=0;u<o.length;u++){const l=o[u];if(u===0&&a.flags.skipSelf)continue;if(a.flags.host&&l instanceof xt)break;if(l.get(i.token,null,{self:!0,optional:!0})!==null){if(a.flags.host){o[0].get(i.token,null,{...a.flags,optional:!0})!==null&&(a.providedIn=l);break}a.providedIn=l;break}if(u===0&&a.flags.self)break}return i.token&&(a.token=i.token),a});return{instance:n,dependencies:s}}function E2(e,t){var i,a;const{resolverToTokenToDependencies:n}=yd();if(!(t instanceof Ie))return((a=(i=n.get(t))==null?void 0:i.get)==null?void 0:a.call(i,e))??[];const r=ls(t),o=n.get(r);return((o==null?void 0:o.get(e))??[]).filter(c=>{var d;const u=(d=c.injectedIn)==null?void 0:d.tNode;if(u===void 0)return!1;const l=ds(t);return qn(u),qn(l),u===l})}function C2(e){const{standaloneInjectorToComponent:t}=yd();if(t.has(e))return t.get(e);const n=e.get(nr,null,{self:!0,optional:!0});return n===null||n.instance===null?null:n.instance.constructor}function I2(e){const t=ds(e),{resolverToProviders:n}=yd();return n.get(t)??[]}function b2(e){const t=new Map,r=w2(t,new Set);return Lu(e,r,[],new Set),t}function w2(e,t){return(n,r)=>{if(e.has(n)||e.set(n,[r]),!t.has(r))for(const o of e.keys()){const s=e.get(o);let i=_u(r);if(!i){const u=r.ngModule;i=_u(u)}if(!i)return;const a=s[0];let c=!1;ns(i.imports,u=>{var l;c||(c=u.ngModule===a||u===a,c&&((l=e.get(o))==null||l.unshift(r)))})}t.add(r)}}function _2(e){const t=yd().resolverToProviders.get(e)??[];if(M2(e))return t;const n=C2(e);if(n===null)return t;const r=b2(n),o=[];for(const s of t){const i=s.provider,a=i.provide;if(a===Ut||a===Xf)continue;let c=r.get(i)??[];const u=q(n);!!(u!=null&&u.standalone)&&(c=[n,...c]),o.push({...s,importPath:c})}return o}function M2(e){return e instanceof os&&e.scopes.has("platform")}function S2(e){if(e instanceof Ie)return I2(e);if(e instanceof xt)return _2(e);A("getInjectorProviders only supports NodeInjector and EnvironmentInjector")}function T2(e){if(e instanceof Ie){const t=ls(e),n=ds(e);return rt(n,t),{type:"element",source:qe(n,t)}}return e instanceof os?{type:"environment",source:e.source??null}:e instanceof Ru?{type:"null",source:null}:null}function eS(e){const t=[e];return py(e,t),t}function py(e,t){const n=A2(e);if(n===null){if(e instanceof Ie){const r=t[0];if(r instanceof Ie){const o=O2(r);o===null&&A("NodeInjector must have some connection to the module injector tree"),t.push(o),py(o,t)}return t}}else t.push(n),py(n,t);return t}function A2(e){var o;if(e instanceof os){const s=e.parent;return YO(s)?s.parentInjector:s}let t,n;if(e instanceof Ie)t=ds(e),n=ls(e);else{if(e instanceof Ru)return null;if(e instanceof kr)return e.parentInjector;A("getInjectorParent only support injectors of type R3Injector, NodeInjector, NullInjector")}const r=nl(t,n);if(Ph(r)){const s=La(r),i=ja(r,n),c=i[C].data[s+8];return new Ie(c,i)}else{const i=(o=n[Ne].injector)==null?void 0:o.parent;if(i instanceof Ie)return i}return null}function O2(e){let t;e instanceof Ie?t=ls(e):A("getModuleInjectorOfNodeInjector must be called with a NodeInjector");const n=t[Ne],r=n instanceof kr?n.parentInjector:n.parent;return r||A("NodeInjector must have some connection to the module injector tree"),r}const vd="ng",P2={ɵgetDependenciesFromInjectable:D2,ɵgetInjectorProviders:S2,ɵgetInjectorResolutionPath:eS,ɵgetInjectorMetadata:T2,ɵsetProfiler:SO,getDirectiveMetadata:BP,getComponent:ll,getContext:wC,getListeners:OC,getOwningComponent:_C,getHostElement:AC,getInjector:SC,getRootComponents:MC,getDirectives:TC,applyChanges:y2,isSignal:pg};let tS=!1;function x2(){if(!tS){tS=!0,typeof window<"u"&&u2();for(const[e,t]of Object.entries(P2))N2(e,t)}}function N2(e,t){if(typeof COMPILED>"u"||!COMPILED){const n=Ae;ngDevMode&&I(t,"function not defined"),n[vd]??(n[vd]={}),n[vd][e]=t}}const nS=new R(""),gy=new R(""),Io=class Io{constructor(t,n,r){this._ngZone=t,this.registry=n,this._isZoneStable=!0,this._callbacks=[],this.taskTrackingZone=null,Ac||(rS(r),r.addToWindow(n)),this._watchAngularEvents(),t.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:()=>{se.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 t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb()}});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(n=>n.updateCb&&n.updateCb(t)?(clearTimeout(n.timeoutId),!1):!0)}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,n,r){let o=-1;n&&n>0&&(o=setTimeout(()=>{this._callbacks=this._callbacks.filter(s=>s.timeoutId!==o),t()},n)),this._callbacks.push({doneCb:t,timeoutId:o,updateCb:r})}whenStable(t,n,r){if(r&&!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(t,n,r),this._runCallbacksIfReady()}registerApplication(t){this.registry.registerApplication(t,this)}unregisterApplication(t){this.registry.unregisterApplication(t)}findProviders(t,n,r){return[]}};Io.ɵfac=function(n){return new(n||Io)(He(se),He(Qs),He(gy))},Io.ɵprov=oe({token:Io,factory:Io.ɵfac});let Dd=Io;(typeof ngDevMode>"u"||ngDevMode)&&it(Dd,[{type:Ee}],()=>[{type:se},{type:Qs},{type:void 0,decorators:[{type:Et,args:[gy]}]}],null);const bo=class bo{constructor(){this._applications=new Map}registerApplication(t,n){this._applications.set(t,n)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,n=!0){return(Ac==null?void 0:Ac.findTestabilityInTree(this,t,n))??null}};bo.ɵfac=function(n){return new(n||bo)},bo.ɵprov=oe({token:bo,factory:bo.ɵfac,providedIn:"platform"});let Qs=bo;(typeof ngDevMode>"u"||ngDevMode)&&it(Qs,[{type:Ee,args:[{providedIn:"platform"}]}],null,null);function rS(e){Ac=e}let Ac;function Ed(e){return!!e&&typeof e.then=="function"}function my(e){return!!e&&typeof e.subscribe=="function"}const oS=new R(ngDevMode?"Application Initializer":""),wo=class wo{constructor(){if(this.initialized=!1,this.done=!1,this.donePromise=new Promise((t,n)=>{this.resolve=t,this.reject=n}),this.appInits=b(oS,{optional:!0})??[],(typeof ngDevMode>"u"||ngDevMode)&&!Array.isArray(this.appInits))throw new v(-209,`Unexpected type of the \`APP_INITIALIZER\` token value (expected an array, but got ${typeof this.appInits}). Please check that the \`APP_INITIALIZER\` token is configured as a \`multi: true\` provider.`)}runInitializers(){if(this.initialized)return;const t=[];for(const r of this.appInits){const o=r();if(Ed(o))t.push(o);else if(my(o)){const s=new Promise((i,a)=>{o.subscribe({complete:i,error:a})});t.push(s)}}const n=()=>{this.done=!0,this.resolve()};Promise.all(t).then(()=>{n()}).catch(r=>{this.reject(r)}),t.length===0&&n(),this.initialized=!0}};wo.ɵfac=function(n){return new(n||wo)},wo.ɵprov=oe({token:wo,factory:wo.ɵfac,providedIn:"root"});let Ys=wo;(typeof ngDevMode>"u"||ngDevMode)&&it(Ys,[{type:Ee,args:[{providedIn:"root"}]}],()=>[],null);const Cd=new R(ngDevMode?"appBootstrapListener":"");function sS(){ngDevMode&&x2()}function iS(){t1(()=>{throw new v(600,ngDevMode&&"Writing to signals is not allowed in a `computed` or an `effect` by default. Use `allowSignalWrites` in the `CreateEffectOptions` to enable this inside effects.")})}function aS(e){return e.isBoundToModule}class R2{constructor(t,n){this.name=t,this.token=n}}const cS=10;function F2(e,t,n){try{const r=n();return Ed(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e.handleError(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}function uS(e,t){return Array.isArray(t)?t.reduce(uS,e):{...e,...t}}const _o=class _o{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=b(aC),this.afterRenderManager=b(mc),this.zonelessEnabled=b(Ss),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new da,this.afterTick=new da,this.componentTypes=[],this.components=[],this.isStable=b(un).hasPendingTasks.pipe(I1(t=>!t)),this._injector=b(xt)}get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}whenStable(){let t;return new Promise(n=>{t=this.isStable.subscribe({next:r=>{r&&n()}})}).finally(()=>{t.unsubscribe()})}get injector(){return this._injector}bootstrap(t,n){(typeof ngDevMode>"u"||ngDevMode)&&this.warnIfDestroyed();const r=t instanceof kl;if(!this._injector.get(Ys).done){const d=!r&&Vn(t),f=(typeof ngDevMode>"u"||ngDevMode)&&"Cannot bootstrap as there are still asynchronous initializers running."+(d?"":" Bootstrap components in the `ngDoBootstrap` method of the root module.");throw new v(405,f)}let s;r?s=t:s=this._injector.get(Xr).resolveComponentFactory(t),this.componentTypes.push(s.componentType);const i=aS(s)?void 0:this._injector.get(nr),a=n||s.selector,c=s.create(Be.NULL,[],a,i),u=c.location.nativeElement,l=c.injector.get(nS,null);return l==null||l.registerApplication(u),c.onDestroy(()=>{this.detachView(c.hostView),Id(this.components,c),l==null||l.unregisterApplication(u)}),this._loadComponent(c),(typeof ngDevMode>"u"||ngDevMode)&&this._injector.get(sr).log("Angular is running in development mode."),c}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if((typeof ngDevMode>"u"||ngDevMode)&&this.warnIfDestroyed(),this._runningTick)throw new v(101,ngDevMode&&"ApplicationRef.tick is called recursively");const t=U(null);try{if(this._runningTick=!0,this.synchronize(),typeof ngDevMode>"u"||ngDevMode)for(let n of this._views)n.checkNoChanges()}catch(n){this.internalErrorHandler(n)}finally{this._runningTick=!1,U(t),this.afterTick.next()}}synchronize(){let t=null;this._injector.destroyed||(t=this._injector.get(ng,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let n=0;for(;this.dirtyFlags!==0&&n++<cS;)this.synchronizeOnce(t);if((typeof ngDevMode>"u"||ngDevMode)&&n>=cS)throw new v(103,ngDevMode&&"Infinite change detection while refreshing application views. Ensure views are not calling `markForCheck` on every template execution or that afterRender hooks always mark views for check.")}synchronizeOnce(t){var n,r;if(this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0,this.dirtyFlags&7){const o=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8,this.beforeRender.next(o);for(let{_lView:s,notifyErrorHandler:i}of this._views)lS(s,i,o,this.zonelessEnabled);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&7)return}else(n=t==null?void 0:t.begin)==null||n.call(t),(r=t==null?void 0:t.end)==null||r.call(t);this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:t})=>Wu(t))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(t){(typeof ngDevMode>"u"||ngDevMode)&&this.warnIfDestroyed();const n=t;this._views.push(n),n.attachToAppRef(this)}detachView(t){(typeof ngDevMode>"u"||ngDevMode)&&this.warnIfDestroyed();const n=t;Id(this._views,n),n.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t);const n=this._injector.get(Cd,[]);if(ngDevMode&&!Array.isArray(n))throw new v(-209,`Unexpected type of the \`APP_BOOTSTRAP_LISTENER\` token value (expected an array, but got ${typeof n}). Please check that the \`APP_BOOTSTRAP_LISTENER\` token is configured as a \`multi: true\` provider.`);[...this._bootstrapListeners,...n].forEach(r=>r(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(t){return(typeof ngDevMode>"u"||ngDevMode)&&this.warnIfDestroyed(),this._destroyListeners.push(t),()=>Id(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new v(406,ngDevMode&&"This instance of the `ApplicationRef` has already been destroyed.");const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){(typeof ngDevMode>"u"||ngDevMode)&&this._destroyed&&console.warn(he(406,"This instance of the `ApplicationRef` has already been destroyed."))}};_o.ɵfac=function(n){return new(n||_o)},_o.ɵprov=oe({token:_o,factory:_o.ɵfac,providedIn:"root"});let ct=_o;(typeof ngDevMode>"u"||ngDevMode)&&it(ct,[{type:Ee,args:[{providedIn:"root"}]}],null,null);function Id(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}let Ks;function bd(e){Ks??(Ks=new WeakMap);const t=Ks.get(e);if(t)return t;const n=e.isStable.pipe(T1(r=>r)).toPromise().then(()=>{});return Ks.set(e,n),e.onDestroy(()=>Ks==null?void 0:Ks.delete(e)),n}function lS(e,t,n,r){if(!n&&!Wu(e))return;Tl(e,t,n&&!r?0:1)}class dS{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}}const Mo=class Mo{compileModuleSync(t){return new Ul(t)}compileModuleAsync(t){return Promise.resolve(this.compileModuleSync(t))}compileModuleAndAllComponentsSync(t){const n=this.compileModuleSync(t),r=bt(t),o=dn(r.declarations).reduce((s,i)=>{const a=q(i);return a&&s.push(new Ts(a)),s},[]);return new dS(n,o)}compileModuleAndAllComponentsAsync(t){return Promise.resolve(this.compileModuleAndAllComponentsSync(t))}clearCache(){}clearCacheFor(t){}getModuleId(t){}};Mo.ɵfac=function(n){return new(n||Mo)},Mo.ɵprov=oe({token:Mo,factory:Mo.ɵfac,providedIn:"root"});let wd=Mo;(typeof ngDevMode>"u"||ngDevMode)&&it(wd,[{type:Ee,args:[{providedIn:"root"}]}],null,null);const fS=new R(ngDevMode?"compilerOptions":"");class k2{}function hS(e,t,n){ngDevMode&&CO(n);const r=new Ul(n);if(typeof ngJitMode<"u"&&!ngJitMode)return Promise.resolve(r);const o=e.get(fS,[]).concat(t);if(GL({defaultEncapsulation:pS(o.map(u=>u.defaultEncapsulation)),preserveWhitespaces:pS(o.map(u=>u.preserveWhitespaces))}),wF())return Promise.resolve(r);const s=o.flatMap(u=>u.providers??[]);if(s.length===0)return Promise.resolve(r);const i=Le({usage:0,kind:"NgModule",type:n}),c=Be.create({providers:s}).get(i.ResourceLoader);return v0(u=>Promise.resolve(c.get(u))).then(()=>r)}function pS(e){for(let t=e.length-1;t>=0;t--)if(e[t]!==void 0)return e[t]}const So=class So{constructor(){this.zone=b(se),this.changeDetectionScheduler=b(Jr),this.applicationRef=b(ct)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){var t;(t=this._onMicrotaskEmptySubscription)==null||t.unsubscribe()}};So.ɵfac=function(n){return new(n||So)},So.ɵprov=oe({token:So,factory:So.ɵfac,providedIn:"root"});let _d=So;(typeof ngDevMode>"u"||ngDevMode)&&it(_d,[{type:Ee,args:[{providedIn:"root"}]}],null,null);const yy=new R(typeof ngDevMode>"u"||ngDevMode?"provideZoneChangeDetection token":"",{factory:()=>!1});function Md({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??(e=()=>new se({...vy(),scheduleInRootZone:n})),[{provide:se,useFactory:e},{provide:Ut,multi:!0,useFactory:()=>{const r=b(_d,{optional:!0});if((typeof ngDevMode>"u"||ngDevMode)&&r===null)throw new v(402,"A required Injectable was not found in the dependency injection tree. If you are bootstrapping an NgModule, make sure that the `BrowserModule` is imported.");return()=>r.initialize()}},{provide:Ut,multi:!0,useFactory:()=>{const r=b(Sd);return()=>{r.initialize()}}},t===!0?{provide:Fb,useValue:!0}:[],{provide:tg,useValue:n??tC}]}function L2(e){const t=e==null?void 0:e.ignoreChangesOutsideZone,n=e==null?void 0:e.scheduleInRootZone,r=Md({ngZoneFactory:()=>{const o=vy(e);return o.scheduleInRootZone=n,o.shouldCoalesceEventChangeDetection&&Ze("NgZone_CoalesceEvent"),new se(o)},ignoreChangesOutsideZone:t,scheduleInRootZone:n});return rs([{provide:yy,useValue:!0},{provide:Ss,useValue:!1},r])}function vy(e){return{enableLongStackTrace:typeof ngDevMode>"u"?!1:!!ngDevMode,shouldCoalesceEventChangeDetection:(e==null?void 0:e.eventCoalescing)??!1,shouldCoalesceRunChangeDetection:(e==null?void 0:e.runCoalescing)??!1}}const To=class To{constructor(){this.subscription=new wr,this.initialized=!1,this.zone=b(se),this.pendingTasks=b(un)}initialize(){if(this.initialized)return;this.initialized=!0;let t=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(t=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{se.assertNotInAngularZone(),queueMicrotask(()=>{t!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(t),t=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{se.assertInAngularZone(),t??(t=this.pendingTasks.add())}))}ngOnDestroy(){this.subscription.unsubscribe()}};To.ɵfac=function(n){return new(n||To)},To.ɵprov=oe({token:To,factory:To.ɵfac,providedIn:"root"});let Sd=To;(typeof ngDevMode>"u"||ngDevMode)&&it(Sd,[{type:Ee,args:[{providedIn:"root"}]}],null,null);const gS=100;let Td=0,Dy=[];function j2(){if(Td++,gS-Td<5){const e=new Error().stack;e&&Dy.push(e)}if(Td===gS)throw new v(103,`Angular could not stabilize because there were endless change notifications within the browser event loop. The stack from the last several notifications:
|
|
147
|
+
`+Dy.join(`
|
|
148
|
+
`))}const Ao=class Ao{constructor(){var t;this.appRef=b(ct),this.taskService=b(un),this.ngZone=b(se),this.zonelessEnabled=b(Ss),this.disableScheduling=b(Fb,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new wr,this.angularZoneId=this.zoneIsDefined?(t=this.ngZone._inner)==null?void 0:t.get(al):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(b(tg,{optional:!0})??!1),this.cancelScheduledCallback=null,this.useMicrotaskScheduler=!1,this.runningTick=!1,this.pendingRenderTaskId=null,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.disableScheduling=!this.zonelessEnabled&&(this.ngZone instanceof cl||!this.zoneIsDefined))}notify(t){if(!this.zonelessEnabled&&t===5)return;switch(t){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 7:{this.appRef.deferredDirtyFlags|=8;break}case 9:case 8:case 6:case 10:default:this.appRef.dirtyFlags|=8}if(!this.shouldScheduleTick())return;(typeof ngDevMode>"u"||ngDevMode)&&(this.useMicrotaskScheduler?j2():(Td=0,Dy.length=0));const n=this.useMicrotaskScheduler?rC:nC;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>n(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>n(()=>this.tick()))}shouldScheduleTick(){return!(this.disableScheduling||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(al+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);const t=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(n){throw this.taskService.remove(t),n}finally{this.cleanup()}this.useMicrotaskScheduler=!0,rC(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(t)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){var t;if(this.runningTick=!1,(t=this.cancelScheduledCallback)==null||t.call(this),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){const n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}};Ao.ɵfac=function(n){return new(n||Ao)},Ao.ɵprov=oe({token:Ao,factory:Ao.ɵfac,providedIn:"root"});let Nn=Ao;(typeof ngDevMode>"u"||ngDevMode)&&it(Nn,[{type:Ee,args:[{providedIn:"root"}]}],()=>[],null);function $2(){if(Ze("NgZoneless"),(typeof ngDevMode>"u"||ngDevMode)&&typeof Zone<"u"&&Zone){const e=he(914,'The application is using zoneless change detection, but is still loading Zone.js. Consider removing Zone.js to get the full benefits of zoneless. In applications using the Angular CLI, Zone.js is typically included in the "polyfills" section of the angular.json file.');console.warn(e)}return rs([{provide:Jr,useExisting:Nn},{provide:se,useClass:cl},{provide:Ss,useValue:!0},{provide:tg,useValue:!1},typeof ngDevMode>"u"||ngDevMode?[{provide:Rb,useValue:!0}]:[]])}function B2(){return typeof ngI18nClosureMode<"u"&&ngI18nClosureMode&&typeof goog<"u"&&goog.LOCALE!=="en"?goog.LOCALE:typeof $localize<"u"&&$localize.locale||Dc}const ut=new R(ngDevMode?"LocaleId":"",{providedIn:"root",factory:()=>b(ut,Z.Optional|Z.SkipSelf)||B2()}),Ey=new R(ngDevMode?"DefaultCurrencyCode":"",{providedIn:"root",factory:()=>qk}),H2=new R(ngDevMode?"Translations":""),U2=new R(ngDevMode?"TranslationsFormat":"");var Cy;(function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"})(Cy||(Cy={}));const V2=200,mS=1200,Oo=class Oo{constructor(){this.window=null,this.observer=null,this.options=b(ep),this.isBrowser=b(Jn)==="browser"}start(){var r,o;if(!this.isBrowser||typeof PerformanceObserver>"u"||(r=this.options)!=null&&r.disableImageSizeWarning&&((o=this.options)!=null&&o.disableImageLazyLoadWarning))return;this.observer=this.initPerformanceObserver();const t=Kn(),n=t.defaultView;if(typeof n<"u"){this.window=n;const s=()=>{setTimeout(this.scanImages.bind(this),V2)},i=()=>{var a;t.readyState==="complete"?s():(a=this.window)==null||a.addEventListener("load",s,{once:!0})};typeof Zone<"u"?Zone.root.run(()=>i()):i()}}ngOnDestroy(){var t;(t=this.observer)==null||t.disconnect()}initPerformanceObserver(){if(typeof PerformanceObserver>"u")return null;const t=new PerformanceObserver(n=>{var i;const r=n.getEntries();if(r.length===0)return;const s=((i=r[r.length-1].element)==null?void 0:i.src)??"";s.startsWith("data:")||s.startsWith("blob:")||(this.lcpImageUrl=s)});return t.observe({type:"largest-contentful-paint",buffered:!0}),t}scanImages(){var o;const t=Kn().querySelectorAll("img");let n,r=!1;t.forEach(s=>{var i,a;(i=this.options)!=null&&i.disableImageSizeWarning||!s.getAttribute("ng-img")&&this.isOversized(s)&&G2(s.src),!((a=this.options)!=null&&a.disableImageLazyLoadWarning)&&this.lcpImageUrl&&s.src===this.lcpImageUrl&&(n=!0,(s.loading!=="lazy"||s.getAttribute("ng-img"))&&(r=!0))}),n&&!r&&this.lcpImageUrl&&!((o=this.options)!=null&&o.disableImageLazyLoadWarning)&&z2(this.lcpImageUrl)}isOversized(t){if(!this.window)return!1;const n=[".svg"],r=(t.src||"").toLowerCase();if(n.some(g=>r.endsWith(g)))return!1;const o=this.window.getComputedStyle(t);let s=parseFloat(o.getPropertyValue("width")),i=parseFloat(o.getPropertyValue("height"));const a=o.getPropertyValue("box-sizing");if(o.getPropertyValue("object-fit")==="cover")return!1;if(a==="border-box"){const g=o.getPropertyValue("padding-top"),D=o.getPropertyValue("padding-right"),E=o.getPropertyValue("padding-bottom"),m=o.getPropertyValue("padding-left");s-=parseFloat(D)+parseFloat(m),i-=parseFloat(g)+parseFloat(E)}const u=t.naturalWidth,l=t.naturalHeight,d=this.window.devicePixelRatio*s,f=this.window.devicePixelRatio*i,h=u-d>=mS,p=l-f>=mS;return h||p}};Oo.ɵfac=function(n){return new(n||Oo)},Oo.ɵprov=oe({token:Oo,factory:Oo.ɵfac,providedIn:"root"});let Ad=Oo;(typeof ngDevMode>"u"||ngDevMode)&&it(Ad,[{type:Ee,args:[{providedIn:"root"}]}],null,null);function z2(e){console.warn(he(-913,`An image with src ${e} is the Largest Contentful Paint (LCP) element but was given a "loading" value of "lazy", which can negatively impact application loading performance. This warning can be addressed by changing the loading value of the LCP image to "eager", or by using the NgOptimizedImage directive's prioritization utilities. For more information about addressing or disabling this warning, see https://angular.dev/errors/NG0913`))}function G2(e){console.warn(he(-913,`An image with src ${e} has intrinsic file dimensions much larger than its rendered size. This can negatively impact application loading performance. For more information about addressing or disabling this warning, see https://angular.dev/errors/NG0913`))}const Od=new R(ngDevMode?"PlatformDestroyListeners":"");function Oc(e){return!e.moduleRef}function yS(e){const t=Oc(e)?e.r3Injector:e.moduleRef.injector,n=t.get(se);return n.run(()=>{Oc(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();const r=t.get(An,null);if(typeof ngDevMode>"u"||ngDevMode){if(r===null){const s=Oc(e)?"No `ErrorHandler` found in the Dependency Injection tree.":"No ErrorHandler. Is platform module (BrowserModule) included";throw new v(402,s)}if(t.get(Rb)&&t.get(yy))throw new v(408,"Invalid change detection configuration: provideZoneChangeDetection and provideExperimentalZonelessChangeDetection cannot be used together.")}let o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:s=>{r.handleError(s)}})}),Oc(e)){const s=()=>t.destroy(),i=e.platformInjector.get(Od);i.add(s),t.onDestroy(()=>{o.unsubscribe(),i.delete(s)})}else{const s=()=>e.moduleRef.destroy(),i=e.platformInjector.get(Od);i.add(s),e.moduleRef.onDestroy(()=>{Id(e.allPlatformModules,e.moduleRef),o.unsubscribe(),i.delete(s)})}return F2(r,n,()=>{const s=t.get(Ys);return s.runInitializers(),s.donePromise.then(()=>{const i=t.get(ut,Dc);if(a_(i||Dc),(typeof ngDevMode>"u"||ngDevMode)&&t.get(Ad).start(),Oc(e)){const a=t.get(ct);return e.rootComponent!==void 0&&a.bootstrap(e.rootComponent),a}else return W2(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}function W2(e,t){const n=e.injector.get(ct);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(r=>n.bootstrap(r));else if(e.instance.ngDoBootstrap)e.instance.ngDoBootstrap(n);else throw new v(-403,ngDevMode&&`The module ${J(e.instance.constructor)} was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.`);t.push(e)}const Po=class Po{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,n){const r=n==null?void 0:n.scheduleInRootZone,o=()=>bP(n==null?void 0:n.ngZone,{...vy({eventCoalescing:n==null?void 0:n.ngZoneEventCoalescing,runCoalescing:n==null?void 0:n.ngZoneRunCoalescing}),scheduleInRootZone:r}),s=n==null?void 0:n.ignoreChangesOutsideZone,i=[Md({ngZoneFactory:o,ignoreChangesOutsideZone:s}),{provide:Jr,useExisting:Nn}],a=$F(t.moduleType,this.injector,i);return yS({moduleRef:a,allPlatformModules:this._modules,platformInjector:this.injector})}bootstrapModule(t,n=[]){const r=uS({},n);return hS(this.injector,r,t).then(o=>this.bootstrapModuleFactory(o,r))}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new v(404,ngDevMode&&"The platform has already been destroyed!");this._modules.slice().forEach(n=>n.destroy()),this._destroyListeners.forEach(n=>n());const t=this._injector.get(Od,null);t&&(t.forEach(n=>n()),t.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}};Po.ɵfac=function(n){return new(n||Po)(He(Be))},Po.ɵprov=oe({token:Po,factory:Po.ɵfac,providedIn:"platform"});let Js=Po;(typeof ngDevMode>"u"||ngDevMode)&&it(Js,[{type:Ee,args:[{providedIn:"platform"}]}],()=>[{type:Be}],null);let mn=null;const ao=new R(ngDevMode?"AllowMultipleToken":"");function vS(e){if(Pc())throw new v(400,ngDevMode&&"There can be only one platform. Destroy the previous one to create a new one.");sS(),iS(),mn=e.get(ao,!1)?null:e;const n=e.get(Js);return IS(e),n}function DS(e,t,n=[]){const r=`Platform: ${t}`,o=new R(r);return(s=[])=>{let i=Pc();if(!i||i.injector.get(ao,!1)){const c=[...n,...s,{provide:o,useValue:!0}];i=(e==null?void 0:e(c))??vS(ES(c,r))}return i.injector.get(ao,!1)?i:CS(o)}}function ES(e=[],t){return Be.create({name:t,providers:[{provide:sh,useValue:"platform"},{provide:Od,useValue:new Set([()=>mn=null])},...e]})}function CS(e){const t=Pc();if(!t)throw new v(401,ngDevMode&&"No platform exists!");if((typeof ngDevMode>"u"||ngDevMode)&&!t.injector.get(e,null))throw new v(400,"A platform with a different configuration has been created. Please destroy it first.");return t}function Pc(){return mn&&mn.get(ao,!1)?null:(mn==null?void 0:mn.get(Js))??null}function Z2(){var e;(e=Pc())==null||e.destroy()}function q2(e=[]){if(mn)return mn;sS();const t=ES(e);return t.get(ao,!1)||(mn=t),iS(),IS(t),t}function IS(e){const t=e.get(xC,null);t==null||t.forEach(n=>n())}function Q2(e){if(typeof ngDevMode>"u"||ngDevMode){if(e.interval===void 0&&!e.useNgZoneOnStable)throw new Error("Must provide one of `useNgZoneOnStable` or `interval`");const t=(e==null?void 0:e.exhaustive)===!1?Qn.OnlyDirtyViews:Qn.Exhaustive;return rs([e!=null&&e.useNgZoneOnStable?{provide:se,useFactory:()=>new bS(t)}:[],(e==null?void 0:e.interval)!==void 0?Y2(e.interval,t):[],{provide:Ut,multi:!0,useValue:()=>{if(e!=null&&e.useNgZoneOnStable&&!(b(se)instanceof bS))throw new Error("`provideExperimentalCheckNoChangesForDebug` with `useNgZoneOnStable` must be after any other provider for `NgZone`.")}}])}else return rs([])}class bS extends se{constructor(t){const n=b(Ss);super({shouldCoalesceEventChangeDetection:!0,shouldCoalesceRunChangeDetection:n}),this.checkNoChangesMode=t,this.injector=b(xt),n?(this.onMicrotaskEmpty.emit=()=>{},this.onStable.emit=()=>{this.scheduler||(this.scheduler=this.injector.get(Nn)),!(this.scheduler.pendingRenderTaskId||this.scheduler.runningTick)&&this.checkApplicationViews()},this.onUnstable.emit=()=>{}):this.runOutsideAngular(()=>{this.onStable.subscribe(()=>{this.checkApplicationViews()})})}checkApplicationViews(){this.applicationRef||(this.applicationRef=this.injector.get(ct));for(const t of this.applicationRef.allViews)try{Vp(t._lView,this.checkNoChangesMode,t.notifyErrorHandler)}catch(n){this.errorHandler||(this.errorHandler=this.injector.get(An)),this.errorHandler.handleError(n)}}}function Y2(e,t){return{provide:Ut,multi:!0,useFactory:()=>{const n=b(ct),r=b(An),o=b(Nn),s=b(se);return()=>{function i(){s.runOutsideAngular(()=>{setTimeout(()=>{if(!n.destroyed){if(o.pendingRenderTaskId||o.runningTick){i();return}for(const a of n.allViews)try{Vp(a._lView,t,a.notifyErrorHandler)}catch(c){r.handleError(c)}i()}},e)})}i()}}}}function K2(){return typeof ngDevMode>"u"||!!ngDevMode}function J2(){(typeof ngDevMode>"u"||ngDevMode)&&(Ae.ngDevMode=!1)}function X2(e){const t=I0(e);if(!t)throw wS(e);return new Ul(t)}function ej(e){const t=I0(e);if(!t)throw wS(e);return t}function wS(e){return new Error(`No module with ID ${e} loaded`)}const fv=class fv{};fv.__NG_ELEMENT_ID__=_S;let ir=fv;function _S(e){return tj(ee(),y(),(e&16)===16)}function tj(e,t,n){if(Zn(e)&&!n){const r=_t(e.index,t);return new _s(r,r)}else if(e.type&175){const r=t[ve];return new _s(r,t)}return null}class MS extends ir{}class nj extends MS{}class rj{constructor(t,n){this.name=t,this.callback=n}}function oj(e){return e.map(t=>t.nativeElement)}class Iy{constructor(t){this.nativeNode=t}get parent(){const t=this.nativeNode.parentNode;return t?new xc(t):null}get injector(){return SC(this.nativeNode)}get componentInstance(){const t=this.nativeNode;return t&&(ll(t)||_C(t))}get context(){return ll(this.nativeNode)||wC(this.nativeNode)}get listeners(){return OC(this.nativeNode).filter(t=>t.type==="dom")}get references(){return HP(this.nativeNode)}get providerTokens(){return $P(this.nativeNode)}}class xc extends Iy{constructor(t){ngDevMode&&Un(t),super(t)}get nativeElement(){return this.nativeNode.nodeType==Node.ELEMENT_NODE?this.nativeNode:null}get name(){const t=gt(this.nativeNode),n=t?t.lView:null;return n!==null?n[C].data[t.nodeIndex].value:this.nativeNode.nodeName}get properties(){const t=gt(this.nativeNode),n=t?t.lView:null;if(n===null)return{};const r=n[C].data,o=r[t.nodeIndex],s={};return sj(this.nativeElement,s),aj(s,o,n,r),s}get attributes(){const t={},n=this.nativeElement;if(!n)return t;const r=gt(n),o=r?r.lView:null;if(o===null)return{};const s=o[C].data[r.nodeIndex].attrs,i=[];if(s){let a=0;for(;a<s.length;){const c=s[a];if(typeof c!="string")break;const u=s[a+1];t[c]=u,i.push(c.toLowerCase()),a+=2}}for(const a of n.attributes)i.includes(a.name)||(t[a.name]=a.value);return t}get styles(){const t=this.nativeElement;return(t==null?void 0:t.style)??{}}get classes(){const t={},r=this.nativeElement.className;return(typeof r!="string"?r.baseVal.split(" "):r.split(" ")).forEach(s=>t[s]=!0),t}get childNodes(){const t=this.nativeNode.childNodes,n=[];for(let r=0;r<t.length;r++){const o=t[r];n.push(Xs(o))}return n}get children(){const t=this.nativeElement;if(!t)return[];const n=t.children,r=[];for(let o=0;o<n.length;o++){const s=n[o];r.push(Xs(s))}return r}query(t){return this.queryAll(t)[0]||null}queryAll(t){const n=[];return SS(this,t,n,!0),n}queryAllNodes(t){const n=[];return SS(this,t,n,!1),n}triggerEventHandler(t,n){const r=this.nativeNode,o=[];this.listeners.forEach(s=>{if(s.name===t){const i=s.callback;i.call(r,n),o.push(i)}}),typeof r.eventListeners=="function"&&r.eventListeners(t).forEach(s=>{if(s.toString().indexOf("__ngUnwrap__")!==-1){const i=s("__ngUnwrap__");return o.indexOf(i)===-1&&i.call(r,n)}})}}function sj(e,t){if(e){let n=Object.getPrototypeOf(e);const r=Node.prototype;for(;n!==null&&n!==r;){const o=Object.getOwnPropertyDescriptors(n);for(let s in o)if(!s.startsWith("__")&&!s.startsWith("on")){const i=e[s];ij(i)&&(t[s]=i)}n=Object.getPrototypeOf(n)}}}function ij(e){return typeof e=="string"||typeof e=="boolean"||typeof e=="number"||e===null}function SS(e,t,n,r){const o=gt(e.nativeNode),s=o?o.lView:null;if(s!==null){const i=s[C].data[o.nodeIndex];co(i,s,t,n,r,e.nativeNode)}else wy(e.nativeNode,t,n,r)}function co(e,t,n,r,o,s){ngDevMode&&rt(e,t);const i=TO(e,t);if(e.type&11){if(by(i,n,r,o,s),Zn(e)){const c=_t(e.index,t);c&&c[C].firstChild&&co(c[C].firstChild,c,n,r,o,s)}else e.child&&co(e.child,t,n,r,o,s),i&&wy(i,n,r,o);const a=t[e.index];ze(a)&&TS(a,n,r,o,s)}else if(e.type&4){const a=t[e.index];by(a[rn],n,r,o,s),TS(a,n,r,o,s)}else if(e.type&16){const a=t[ve],u=a[Ve].projection[e.projection];if(Array.isArray(u))for(let l of u)by(l,n,r,o,s);else if(u){const l=a[xe],d=l[C].data[u.index];co(d,l,n,r,o,s)}}else e.child&&co(e.child,t,n,r,o,s);if(s!==i){const a=e.flags&2?e.projectionNext:e.next;a&&co(a,t,n,r,o,s)}}function TS(e,t,n,r,o){for(let s=De;s<e.length;s++){const i=e[s],a=i[C].firstChild;a&&co(a,i,t,n,r,o)}}function by(e,t,n,r,o){if(o!==e){const s=Xs(e);if(!s)return;(r&&s instanceof xc&&t(s)&&n.indexOf(s)===-1||!r&&t(s)&&n.indexOf(s)===-1)&&n.push(s)}}function wy(e,t,n,r){const o=e.childNodes,s=o.length;for(let i=0;i<s;i++){const a=o[i],c=Xs(a);c&&((r&&c instanceof xc&&t(c)&&n.indexOf(c)===-1||!r&&t(c)&&n.indexOf(c)===-1)&&n.push(c),wy(a,t,n,r))}}function aj(e,t,n,r){let o=t.propertyBindings;if(o!==null)for(let s=0;s<o.length;s++){const i=o[s],c=r[i].split(Es),u=c[0];if(c.length>1){let l=c[1];for(let d=1;d<c.length-1;d++)l+=H(n[i+d-1])+c[d+1];e[u]=l}else e[u]=n[i]}}const _y="__ng_debug__";function Xs(e){return e instanceof Node?(e.hasOwnProperty(_y)||(e[_y]=e.nodeType==Node.ELEMENT_NODE?new xc(e):new Iy(e)),e[_y]):null}class AS{constructor(){}supports(t){return Vl(t)}create(t){return new OS(t)}}const cj=(e,t)=>t;class OS{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||cj}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,s=null;for(;n||r;){const i=!r||n&&n.currentIndex<xS(r,o,s)?n:r,a=xS(i,o,s),c=i.currentIndex;if(i===r)o--,r=r._nextRemoved;else if(n=n._next,i.previousIndex==null)o++;else{s||(s=[]);const u=a-o,l=c-o;if(u!=l){for(let f=0;f<u;f++){const h=f<s.length?s[f]:s[f]=0,p=h+f;l<=p&&p<u&&(s[f]=h+1)}const d=i.previousIndex;s[d]=l-u}}a!==c&&t(i,a,c)}}forEachPreviousItem(t){let n;for(n=this._previousItHead;n!==null;n=n._nextPrevious)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachMovedItem(t){let n;for(n=this._movesHead;n!==null;n=n._nextMoved)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}forEachIdentityChange(t){let n;for(n=this._identityChangesHead;n!==null;n=n._nextIdentityChange)t(n)}diff(t){if(t==null&&(t=[]),!Vl(t))throw new v(900,ngDevMode&&`Error trying to diff '${J(t)}'. Only arrays and iterables are allowed`);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._itHead,r=!1,o,s,i;if(Array.isArray(t)){this.length=t.length;for(let a=0;a<this.length;a++)s=t[a],i=this._trackByFn(a,s),n===null||!Object.is(n.trackById,i)?(n=this._mismatch(n,s,i,a),r=!0):(r&&(n=this._verifyReinsertion(n,s,i,a)),Object.is(n.item,s)||this._addIdentityChange(n,s)),n=n._next}else o=0,HF(t,a=>{i=this._trackByFn(o,a),n===null||!Object.is(n.trackById,i)?(n=this._mismatch(n,a,i,o),r=!0):(r&&(n=this._verifyReinsertion(n,a,i,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 s;return t===null?s=this._itTail:(s=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,s,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,s,o)):t=this._addAfter(new uj(n,r),s,o)),t}_verifyReinsertion(t,n,r,o){let s=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null);return s!==null?t=this._reinsertAfter(s,t._prev,o):t.currentIndex!=o&&(t.currentIndex=o,this._addToMoves(t,o)),t}_truncate(t){for(;t!==null;){const 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);const o=t._prevRemoved,s=t._nextRemoved;return o===null?this._removalsHead=s:o._nextRemoved=s,s===null?this._removalsTail=o:s._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){const 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 PS),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);const 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 PS),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}}class uj{constructor(t,n){this.item=t,this.trackById=n,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class lj{constructor(){this._head=null,this._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){const 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}}class PS{constructor(){this.map=new Map}put(t){const n=t.trackById;let r=this.map.get(n);r||(r=new lj,this.map.set(n,r)),r.add(t)}get(t,n){const r=t,o=this.map.get(r);return o?o.get(t,n):null}remove(t){const 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 xS(e,t,n){const r=e.previousIndex;if(r===null)return r;let o=0;return n&&r<n.length&&(o=n[r]),r+t+o}class NS{constructor(){}supports(t){return t instanceof Map||Mg(t)}create(){return new dj}}class dj{constructor(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}get isDirty(){return 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||Mg(t)))throw new v(900,ngDevMode&&`Error trying to diff '${J(t)}'. Only maps and objects are allowed`);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{const s=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,s)}}),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){const 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)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const s=o._prev,i=o._next;return s&&(s._next=i),i&&(i._prev=s),o._next=null,o._prev=null,o}const r=new fj(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))}}class fj{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function RS(){return new uo([new AS])}const Cr=class Cr{constructor(t){this.factories=t}static create(t,n){if(n!=null){const r=n.factories.slice();t=t.concat(r)}return new Cr(t)}static extend(t){return{provide:Cr,useFactory:n=>Cr.create(t,n||RS()),deps:[[Cr,new xu,new Pt]]}}find(t){const n=this.factories.find(r=>r.supports(t));if(n!=null)return n;throw new v(901,ngDevMode&&`Cannot find a differ supporting object '${t}' of type '${hj(t)}'`)}};Cr.ɵprov=oe({token:Cr,providedIn:"root",factory:RS});let uo=Cr;function hj(e){return e.name||typeof e}function FS(){return new Rn([new NS])}const Ir=class Ir{constructor(t){this.factories=t}static create(t,n){if(n){const r=n.factories.slice();t=t.concat(r)}return new Ir(t)}static extend(t){return{provide:Ir,useFactory:n=>Ir.create(t,n||FS()),deps:[[Ir,new xu,new Pt]]}}find(t){const n=this.factories.find(r=>r.supports(t));if(n)return n;throw new v(901,ngDevMode&&`Cannot find a differ supporting object '${t}'`)}};Ir.ɵprov=oe({token:Ir,providedIn:"root",factory:FS});let Rn=Ir;const pj=[new NS],gj=[new AS],mj=new uo(gj),yj=new Rn(pj),vj=DS(null,"core",[]),xo=class xo{constructor(t){}};xo.ɵfac=function(n){return new(n||xo)(He(ct))},xo.ɵmod=nh({type:xo}),xo.ɵinj=wu({});let Pd=xo;(typeof ngDevMode>"u"||ngDevMode)&&it(Pd,[{type:fy}],()=>[{type:ct}],null);function Dj(e){}function Ej(e){const{rootComponent:t,appProviders:n,platformProviders:r,platformRef:o}=e;try{const s=(o==null?void 0:o.injector)??q2(r);if(s.get(ao,!1)===!0&&!e.platformRef)throw new v(401,ngDevMode&&"Missing Platform: This may be due to using `bootstrapApplication` on the server without passing a `BootstrapContext`. Please make sure that `bootstrapApplication` is called with a `BootstrapContext.");(typeof ngDevMode>"u"||ngDevMode)&&t!==void 0&&Qx(t);const i=[Md({}),{provide:Jr,useExisting:Nn},...n||[]],a=new N0({providers:i,parent:s,debugName:typeof ngDevMode>"u"||ngDevMode?"Environment Injector":"",runEnvironmentInitializers:!1});return yS({r3Injector:a.injector,platformInjector:s,rootComponent:t})}catch(s){return Promise.reject(s)}}function My(e,t){const n=e[C];for(let r=M;r<n.bindingStartIndex;r++)if(ze(e[r])){const o=e[r];if(!(r===n.bindingStartIndex-1)){const i=n.data[r],a=St(n,i);if(JF(a)){t.push({lContainer:o,lView:e,tNode:i,tDetails:a});continue}}for(let i=De;i<o.length;i++)My(o[i],t)}else $e(e[r])&&My(e[r],t)}function Cj(e){var n,r;const t=(r=(n=e.currentTarget)==null?void 0:n.__jsaction_fns)==null?void 0:r.get(e.type);if(t)for(const o of t)o(e)}function Ij(e,t){if(!t.length)return;const n=t.reduce((o,s)=>o+s+":;",""),r=e.getAttribute(yu.JSACTION);e.setAttribute(yu.JSACTION,`${r??""}${n}`)}const bj=(e,t,n)=>{const r=e,o=r.__jsaction_fns??new Map,s=o.get(t)??[];s.push(n),o.set(t,s),r.__jsaction_fns=o},wj=e=>{e.removeAttribute(yu.JSACTION),e.__jsaction_fns=void 0},kS=new R(ngDevMode?"EVENT_CONTRACT_DETAILS":"",{providedIn:"root",factory:()=>({})}),LS=new Set;function jS(e){return e.get(up,GC)}function _j(){return[{provide:up,useFactory:()=>{var t;let e=!0;if(Mt()){const n=b(dl);e=!!((t=window._ejsas)!=null&&t[n])}return e&&Ze("NgEventReplay"),e}},{provide:Ut,useValue:()=>{const e=b(Be);Mt(e)&&jS(e)&&S_((t,n,r)=>{bj(t,n,r),LS.add(t)})},multi:!0},{provide:Cd,useFactory:()=>{if(Mt()){const e=b(Be),t=b(ct);return()=>{jS(e)&&bd(t).then(()=>{const n=e.get(kS);Mj(n,e),LS.forEach(wj),S_(()=>{})})}}return()=>{}},multi:!0}]}const Mj=(e,t)=>{const n=t.get(dl),r=window._ejsas[n],o=e.instance=new Rf(new G1(r.c));for(const a of r.et)o.addEvent(a);for(const a of r.etc)o.addEvent(a);const s=vA(n);o.replayEarlyEventInfos(s),DA(n);const i=new uA(Cj);pA(o,i)};function Sj(e,t,n){const r=new Map,o=t[zn],s=e.cleanup;if(!s||!o)return r;for(let i=0;i<s.length;){const a=s[i++],c=s[i++];if(typeof a!="string")continue;const u=a;if(!F1(u))continue;Af(u)?n.capture.add(u):n.regular.add(u);const l=X(t[c]);i++;const d=s[i++];(typeof d=="boolean"||d>=0)&&(r.has(l)?r.get(l).push(u):r.set(l,[u]))}return r}class Tj{constructor(){this.views=[],this.indexByContent=new Map}add(t){const n=JSON.stringify(t);if(!this.indexByContent.has(n)){const r=this.views.length;return this.views.push(t),this.indexByContent.set(n,r),r}return this.indexByContent.get(n)}getAll(){return this.views}}let Aj=0;function $S(e){return e.ssrId||(e.ssrId=`t${Aj++}`),e.ssrId}function BS(e,t,n){const r=[];return Xa(e,t,n,r),r.length}function Oj(e){const t=[];return ob(e,t),t.length}function HS(e,t){const n=e[ye];return n&&!n.hasAttribute($a)?xd(n,e,t):null}function US(e,t){const n=mh(e[ye]),r=HS(n,t);if(r===null)return;const o=X(n[ye]),s=e[xe],i=xd(o,s,t),a=n[L],c=`${r}|${i}`;a.setAttribute(o,Ga,c)}function Pj(e,t){const n=e.injector,r=bR(n),o=new Tj,s=new Map,i=e._views,a=n.get(up,GC),c={regular:new Set,capture:new Set};for(const d of i){const f=FC(d);if(f!==null){const h={serializedViewCollection:o,corruptedTextNodes:s,isI18nHydrationEnabled:r,i18nChildren:new Map,eventTypesToReplay:c,shouldReplayEvents:a};ze(f)?US(f,h):HS(f,h),Fj(s,t)}}const u=o.getAll();return n.get(jr).set(op,u),c}function xj(e,t){const n=[];let r="";for(let o=De;o<e.length;o++){let s=e[o],i,a,c;if(Aa(s)&&(s=s[M],ze(s))){a=Oj(s)+1,US(s,t);const l=mh(s[ye]);c={[rp]:l[C].ssrId,[gs]:a}}if(!c){const l=s[C];l.type===1?(i=l.ssrId,a=1):(i=$S(l),a=BS(l,s,l.firstChild)),c={[rp]:i,[gs]:a,...VS(e[o],t)}}const u=JSON.stringify(c);if(n.length>0&&u===r){const l=n[n.length-1];l[ps]??(l[ps]=1),l[ps]++}else r=u,n.push(c)}return n}function Nc(e,t,n,r){var s;const o=t.index-M;e[ms]??(e[ms]={}),(s=e[ms])[o]??(s[o]=ER(t,n,r))}function Sy(e,t){const n=typeof t=="number"?t:t.index-M;e[Hr]??(e[Hr]=[]),e[Hr].includes(n)||e[Hr].push(n)}function VS(e,t){const n={},r=e[C],o=wR(r,t),s=t.shouldReplayEvents?Sj(r,e,t.eventTypesToReplay):null;for(let i=M;i<r.bindingStartIndex;i++){const a=r.data[i],c=i-M,u=MR(e,i,t);if(u){n[za]??(n[za]={}),n[za][c]=u.caseQueue;for(const l of u.disconnectedNodes)Sy(n,l);for(const l of u.disjointNodes){const d=r.data[l+M];ngDevMode&&qn(d),Nc(n,d,e,o)}continue}if(LE(a)&&!Os(a)){if(ic(a,e)&&kj(a)){Sy(n,a);continue}if(s&&a.type&2){const l=X(e[i]);s.has(l)&&Ij(l,s.get(l))}if(Array.isArray(a.projection)){for(const l of a.projection)if(l)if(!Array.isArray(l))!QD(l)&&!Ha(l)&&(ic(l,e)?Sy(n,l):Nc(n,l,e,o));else throw JN(X(e[i]))}if(Nj(n,a,e,o),ze(e[i])){const l=a.tView;l!==null&&(n[Va]??(n[Va]={}),n[Va][c]=$S(l));const d=e[i][ye];if(Array.isArray(d)){const f=X(d);f.hasAttribute($a)||xd(f,d,t)}n[Br]??(n[Br]={}),n[Br][c]=xj(e[i],t)}else if(Array.isArray(e[i])&&!GO(a)){const l=X(e[i][ye]);l.hasAttribute($a)||xd(l,e[i],t)}else if(a.type&8)n[hs]??(n[hs]={}),n[hs][c]=BS(r,e,a.child);else if(a.type&144){let l=a.next;for(;l!==null&&l.type&144;)l=l.next;l&&!Ha(l)&&Nc(n,l,e,o)}else if(a.type&1){const l=X(e[i]);HC(t,l)}}}return n}function Nj(e,t,n,r){QD(t)||(t.projectionNext&&t.projectionNext!==t.next&&!Ha(t.projectionNext)&&Nc(e,t.projectionNext,n,r),t.prev===null&&t.parent!==null&&ic(t.parent,n)&&!ic(t,n)&&Nc(e,t,n,r))}function Rj(e){var n;const t=e[pe];return t!=null&&t.constructor?((n=q(t.constructor))==null?void 0:n.encapsulation)===_n.ShadowDom:!1}function xd(e,t,n){const r=t[L];if(DO(t)&&!Kp()||Rj(t))return r.setAttribute(e,$a,""),null;{const o=VS(t,n),s=n.serializedViewCollection.add(o);return r.setAttribute(e,Ga,s.toString()),s}}function Fj(e,t){for(const[n,r]of e)n.after(t.createComment(r))}function kj(e){let t=e;for(;t!=null;){if(Zn(t))return!0;t=t.parent}return!1}let zS=!1,GS=!1;const Lj=1e4;function jj(){zS||(zS=!0,XP(),kk(),kL(),$k(),zF(),iF(),BR(),pN())}function $j(){GS||(GS=!0,Xk(),IR(),xR())}function Bj(e){const t=e.get(sr),n=`Angular hydrated ${ngDevMode.hydratedComponents} component(s) and ${ngDevMode.hydratedNodes} node(s), ${ngDevMode.componentsSkippedHydration} component(s) were skipped. Learn more at https://angular.dev/guide/hydration.`;t.log(n)}function Hj(e,t){const n=bd(e);if(typeof ngDevMode<"u"&&ngDevMode){const r=Lj,o=t.get(sr),i=t.get(se).runOutsideAngular(()=>setTimeout(()=>zj(r,o),r));n.finally(()=>clearTimeout(i))}return n}function Uj(){return rs([{provide:Za,useFactory:()=>{let e=!0;if(Mt()){const t=b(jr,{optional:!0});if(e=!!(t!=null&&t.get(op,null)),!e&&typeof ngDevMode<"u"&&ngDevMode){const n=b(sr),r=he(-505,"Angular hydration was requested on the client, but there was no serialized information present in the server response, thus hydration was not enabled. Make sure the `provideClientHydration()` is included into the list of providers in the server part of the application configuration.");n.warn(r)}}return e&&Ze("NgHydration"),e}},{provide:Ut,useValue:()=>{Ab(!1),Mt()&&b(Za)&&(Gj(),jj())},multi:!0},{provide:VC,useFactory:()=>Mt()&&b(Za)},{provide:Cd,useFactory:()=>{if(Mt()&&b(Za)){const e=b(ct),t=b(Be);return()=>{Hj(e,t).then(()=>{LR(e),typeof ngDevMode<"u"&&ngDevMode&&Bj(t)})}}return()=>{}},multi:!0}])}function Vj(){return[{provide:zC,useValue:!0},{provide:Ut,useValue:()=>{$j(),Ab(!0),Ze("NgI18nHydration")},multi:!0}]}function zj(e,t){const n=`Angular hydration expected the ApplicationRef.isStable() to emit \`true\`, but it didn't happen within ${e}ms. Angular hydration logic depends on the application becoming stable as a signal to complete hydration process.`;t.warn(he(-506,n))}function Gj(){var n;const e=Kn();let t;for(const r of e.body.childNodes)if(r.nodeType===Node.COMMENT_NODE&&((n=r.textContent)==null?void 0:n.trim())===NC){t=r;break}if(!t)throw new v(-507,typeof ngDevMode<"u"&&ngDevMode&&"Angular hydration logic detected that HTML content of this page was modified after it was produced during server side rendering. Make sure that there are no optimizations that remove comment nodes from HTML enabled on your CDN. Angular hydration relies on HTML produced by the server, including whitespaces and comment nodes.")}function ar(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function Rc(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function Tt(e){return Le({usage:1,kind:"directive",type:e.type}).compileDirectiveDeclaration(at,`ng:///${e.type.name}/ɵfac.js`,e)}function z(e){it(e.type,e.decorators,e.ctorParameters??null,e.propDecorators??null)}function Wj(e){cM(e.type,e.resolveDeferredDeps,(...t)=>{const n=e.resolveMetadata(...t);it(e.type,n.decorators,n.ctorParameters,n.propDecorators)})}function Zj(e){return Le({usage:1,kind:"component",type:e.type}).compileComponentDeclaration(at,`ng:///${e.type.name}/ɵcmp.js`,e)}function G(e){return Le({usage:1,kind:qj(e.target),type:e.type}).compileFactoryDeclaration(at,`ng:///${e.type.name}/ɵfac.js`,e)}function qj(e){switch(e){case B.Directive:return"directive";case B.Component:return"component";case B.Injectable:return"injectable";case B.Pipe:return"pipe";case B.NgModule:return"NgModule"}}function At(e){return Le({usage:1,kind:"injectable",type:e.type}).compileInjectableDeclaration(at,`ng:///${e.type.name}/ɵprov.js`,e)}function WS(e){return Le({usage:1,kind:"NgModule",type:e.type}).compileInjectorDeclaration(at,`ng:///${e.type.name}/ɵinj.js`,e)}function ZS(e){return Le({usage:1,kind:"NgModule",type:e.type}).compileNgModuleDeclaration(at,`ng:///${e.type.name}/ɵmod.js`,e)}function vt(e){return Le({usage:1,kind:"pipe",type:e.type}).compilePipeDeclaration(at,`ng:///${e.type.name}/ɵpipe.js`,e)}function Qj(e,t){Ze("NgSignals");const n=Pv(e);return t!=null&&t.equal&&(n[lt].equal=t.equal),ngDevMode&&(n.toString=()=>`[Computed: ${n()}]`),n}function Ty(e){const t=U(null);try{return e()}finally{U(t)}}const Yj=new R("",{providedIn:"root",factory:()=>b(Nd)}),af=class af{};af.ɵprov=oe({token:af,providedIn:"root",factory:()=>new Kj});let Nd=af;class Kj{constructor(){this.queuedEffectCount=0,this.queues=new Map,this.pendingTasks=b(un),this.taskId=null}scheduleEffect(t){if(this.enqueue(t),this.taskId===null){const n=this.taskId=this.pendingTasks.add();queueMicrotask(()=>{this.flush(),this.pendingTasks.remove(n),this.taskId=null})}}enqueue(t){const n=t.creationZone;this.queues.has(n)||this.queues.set(n,new Set);const r=this.queues.get(n);r.has(t)||(this.queuedEffectCount++,r.add(t))}flush(){for(;this.queuedEffectCount>0;)for(const[t,n]of this.queues)t===null?this.flushQueue(n):t.run(()=>this.flushQueue(n))}flushQueue(t){for(const n of t)t.delete(n),this.queuedEffectCount--,n.run()}}class Jj{constructor(t,n,r,o,s,i){this.scheduler=t,this.effectFn=n,this.creationZone=r,this.injector=s,this.watcher=s1(a=>this.runEffect(a),()=>this.schedule(),i),this.unregisterOnDestroy=o==null?void 0:o.onDestroy(()=>this.destroy())}runEffect(t){try{this.effectFn(t)}catch(n){const r=this.injector.get(An,null,{optional:!0});r==null||r.handleError(n)}}run(){this.watcher.run()}schedule(){this.scheduler.scheduleEffect(this)}destroy(){var t;this.watcher.destroy(),(t=this.unregisterOnDestroy)==null||t.call(this)}}function Ay(e,t){var i;Ze("NgSignals"),ngDevMode&&Og(Ay,"Call `effect` outside of a reactive context. For example, schedule the effect inside the component constructor."),!(t!=null&&t.injector)&&ht(Ay);const n=(t==null?void 0:t.injector)??b(Be),r=(t==null?void 0:t.manualCleanup)!==!0?n.get(Yn):null,o=new Jj(n.get(Yj),e,typeof Zone>"u"?null:Zone.current,r,n,(t==null?void 0:t.allowSignalWrites)??!1),s=n.get(ir,null,{optional:!0});return!s||!(s._lView[P]&8)?o.watcher.notify():((i=s._lView)[as]??(i[as]=[])).push(o.watcher.notify),o}function Xj(e,t){ngDevMode&&CI(e);const n=q(e),r=t.elementInjector||Bu();return new Ts(n).create(r,t.projectableNodes,t.hostElement,t.environmentInjector)}function e$(e){const t=q(e);if(!t)return null;const n=new Ts(t);return{get selector(){return n.selector},get type(){return n.componentType},get inputs(){return n.inputs},get outputs(){return n.outputs},get ngContentSelectors(){return n.ngContentSelectors},get isStandalone(){return t.standalone},get isSignal(){return t.signals}}}function t$(...e){return e.reduce((t,n)=>Object.assign(t,n,{providers:[...t.providers,...n.providers]}),{providers:[]})}typeof ngDevMode<"u"&&ngDevMode&&(Ae.$localize??(Ae.$localize=function(){throw new Error("It looks like your application or one of its dependencies is using i18n.\nAngular 9 introduced a global `$localize()` function that needs to be loaded.\nPlease run `ng add @angular/localize` from the Angular CLI.\n(For non-CLI projects, add `import '@angular/localize/init';` to your `polyfills.ts` file.\nFor server-side rendering applications add the import to your `main.server.ts` file.)")}));const w=Object.freeze(Object.defineProperty({__proto__:null,ANIMATION_MODULE_TYPE:ZP,APP_BOOTSTRAP_LISTENER:Cd,APP_ID:dl,APP_INITIALIZER:oS,get AfterRenderPhase(){return rr},ApplicationInitStatus:Ys,ApplicationModule:Pd,ApplicationRef:ct,Attribute:kh,COMPILER_OPTIONS:fS,CSP_NONCE:qP,CUSTOM_ELEMENTS_SCHEMA:hI,get ChangeDetectionStrategy(){return V},ChangeDetectorRef:ir,Compiler:wd,CompilerFactory:k2,Component:Y,ComponentFactory:kl,ComponentFactoryResolver:Xr,ComponentRef:kb,ContentChild:vF,ContentChildren:vg,DEFAULT_CURRENCY_CODE:Ey,DebugElement:xc,DebugEventListener:rj,DebugNode:Iy,DefaultIterableDiffer:OS,DestroyRef:Yn,Directive:Je,ENVIRONMENT_INITIALIZER:Ut,ElementRef:Lt,EmbeddedViewRef:nj,EnvironmentInjector:xt,ErrorHandler:An,EventEmitter:te,ExperimentalPendingTasks:Bh,HOST_TAG_NAME:eC,Host:Ca,HostAttributeToken:lP,HostBinding:dy,HostListener:i2,INJECTOR:Jf,Inject:Et,get InjectFlags(){return Z},Injectable:Ee,InjectionToken:R,Injector:Be,Input:_,IterableDiffers:uo,KeyValueDiffers:Rn,LOCALE_ID:ut,get MissingTranslationStrategy(){return Cy},ModuleWithComponentFactories:dS,NO_ERRORS_SCHEMA:pI,NgModule:fy,NgModuleFactory:x0,NgModuleRef:nr,NgProbeToken:R2,NgZone:se,Optional:Pt,Output:Me,OutputEmitterRef:zh,PACKAGE_ROOT_URL:WP,PLATFORM_ID:Jn,PLATFORM_INITIALIZER:xC,Pipe:yt,PlatformRef:Js,Query:lc,QueryList:ul,Renderer2:er,RendererFactory2:ng,get RendererStyleFlags2(){return Cs},Sanitizer:Ll,get SecurityContext(){return Xn},Self:yD,SimpleChange:nE,SkipSelf:xu,TRANSLATIONS:H2,TRANSLATIONS_FORMAT:U2,TemplateRef:We,Testability:Dd,TestabilityRegistry:Qs,TransferState:jr,Type:GD,VERSION:a2,Version:hy,ViewChild:EF,ViewChildren:DF,ViewContainerRef:Re,get ViewEncapsulation(){return _n},ViewRef:MS,afterNextRender:ql,afterRender:xg,asNativeElements:oj,assertInInjectionContext:ht,assertNotInReactiveContext:Og,assertPlatform:CS,booleanAttribute:ar,computed:Qj,contentChild:f0,contentChildren:h0,createComponent:Xj,createEnvironmentInjector:wg,createNgModule:bg,createNgModuleRef:jF,createPlatform:vS,createPlatformFactory:DS,defineInjectable:TA,destroyPlatform:Z2,effect:Ay,enableProdMode:J2,forwardRef:Iu,getDebugNode:Xs,getModuleFactory:X2,getNgModuleById:ej,getPlatform:Pc,importProvidersFrom:RD,inject:b,input:Gh,isDevMode:K2,isSignal:pg,isStandalone:Vn,makeEnvironmentProviders:rs,makeStateKey:QP,mergeApplicationConfig:t$,model:yg,numberAttribute:Rc,output:cC,platformCore:vj,provideExperimentalCheckNoChangesForDebug:Q2,provideExperimentalZonelessChangeDetection:$2,provideZoneChangeDetection:L2,reflectComponentType:e$,resolveForwardRef:$,runInInjectionContext:hO,setTestabilityGetter:rS,signal:n0,untracked:Ty,viewChild:mg,viewChildren:l0,ɵALLOW_MULTIPLE_PLATFORMS:ao,ɵAfterRenderManager:mc,ɵCONTAINER_HEADER_OFFSET:De,ɵChangeDetectionScheduler:Jr,ɵChangeDetectionSchedulerImpl:Nn,ɵComponentFactory:kl,ɵConsole:sr,ɵDEFAULT_LOCALE_ID:Dc,ɵDEFER_BLOCK_CONFIG:ew,ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR:X0,get ɵDeferBlockBehavior(){return Wl},get ɵDeferBlockState(){return Ce},ɵEffectScheduler:Nd,ɵIMAGE_CONFIG:ep,ɵIMAGE_CONFIG_DEFAULTS:Xh,ɵINJECTOR_SCOPE:sh,ɵINPUT_SIGNAL_BRAND_WRITE_TYPE:CA,ɵINTERNAL_APPLICATION_ERROR_HANDLER:aC,ɵIS_HYDRATION_DOM_REUSE_ENABLED:Za,ɵJSACTION_EVENT_CONTRACT:kS,ɵLContext:pC,ɵLifecycleHooksFeature:Hb,get ɵLocaleDataIndex(){return ue},ɵNG_COMP_DEF:Xo,ɵNG_DIR_DEF:Tu,ɵNG_ELEMENT_ID:es,ɵNG_INJ_DEF:Mu,ɵNG_MOD_DEF:zf,ɵNG_PIPE_DEF:Au,ɵNG_PROV_DEF:ga,ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR:Xu,ɵNO_CHANGE:x,ɵNgModuleFactory:Ul,ɵNoopNgZone:cl,ɵPROVIDED_NG_ZONE:yy,ɵPendingTasks:un,ɵReflectionCapabilities:WD,ɵRender3ComponentFactory:Ts,ɵRender3ComponentRef:Bb,ɵRender3NgModuleRef:Hl,ɵRuntimeError:v,ɵSIGNAL:lt,ɵSSR_CONTENT_INTEGRITY_MARKER:NC,ɵTESTABILITY:nS,ɵTESTABILITY_GETTER:gy,ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT:WR,ɵViewRef:_s,ɵXSS_SECURITY_URL:Mr,ɵZONELESS_ENABLED:Ss,ɵ_sanitizeHtml:sI,ɵ_sanitizeUrl:gl,ɵallowSanitizationBypassAndThrow:Ds,ɵannotateForHydration:Pj,ɵbypassSanitizationTrustHtml:dx,ɵbypassSanitizationTrustResourceUrl:gx,ɵbypassSanitizationTrustScript:hx,ɵbypassSanitizationTrustStyle:fx,ɵbypassSanitizationTrustUrl:px,ɵclearResolutionOfComponentResourcesQueue:E0,ɵcompileComponent:HM,ɵcompileDirective:ly,ɵcompileNgModule:FM,ɵcompileNgModuleDefs:kM,ɵcompileNgModuleFactory:hS,ɵcompilePipe:KM,ɵconvertToBitFlags:Da,ɵcreateInjector:jh,ɵdefaultIterableDiffers:mj,ɵdefaultKeyValueDiffers:yj,ɵdepsTracker:to,ɵdetectChangesInViewIfRequired:lS,ɵdevModeEqual:Sg,ɵfindLocaleData:Ke,ɵflushModuleScopingQueueAsMuchAsPossible:NM,ɵformatRuntimeError:he,ɵgenerateStandaloneInDeclarationsError:LM,ɵgetAsyncClassMetadataFn:HL,ɵgetDebugNode:Xs,ɵgetDeferBlocks:My,ɵgetDirectives:TC,ɵgetHostElement:AC,ɵgetInjectableDef:pa,ɵgetLContext:gt,ɵgetLocaleCurrencyCode:Vk,ɵgetLocalePluralCase:gm,ɵgetOutputDestroyRef:wP,ɵgetSanitizationBypassType:YC,ɵgetUnknownElementStrictMode:zx,ɵgetUnknownPropertyStrictMode:Wx,ɵglobal:Ae,ɵinjectChangeDetectorRef:_S,ɵinternalCreateApplication:Ej,ɵinternalProvideZoneChangeDetection:Md,ɵisBoundToModule:aS,ɵisComponentDefPendingResolution:IF,ɵisEnvironmentProviders:ya,ɵisInjectable:AA,ɵisNgModule:eo,ɵisPromise:Ed,ɵisSubscribable:my,ɵnoSideEffects:nn,ɵpatchComponentDefWithScope:ay,ɵperformanceMarkFeature:Ze,ɵreadHydrationInfo:LC,ɵregisterLocaleData:Uk,ɵrenderDeferBlockState:xn,ɵresetCompiledComponents:YL,ɵresetJitOptions:ZL,ɵresolveComponentResources:v0,ɵrestoreComponentResolutionQueue:bF,ɵsetAllowDuplicateNgModuleIdsForTest:TF,ɵsetAlternateWeakRefImpl:Dj,ɵsetClassDebugInfo:xM,ɵsetClassMetadata:it,ɵsetClassMetadataAsync:cM,ɵsetCurrentInjector:wn,ɵsetDocument:zP,ɵsetInjectorProfilerContext:tt,ɵsetLocaleId:a_,ɵsetUnknownElementStrictMode:Vx,ɵsetUnknownPropertyStrictMode:Gx,ɵstore:dd,ɵstringify:J,ɵtransitiveScopesFor:cy,ɵtriggerResourceLoading:Jl,ɵtruncateMiddle:wA,ɵunregisterLocaleData:zk,ɵunwrapSafeValue:ln,ɵunwrapWritableSignal:hF,ɵwhenStable:bd,ɵwithDomHydration:Uj,ɵwithEventReplay:_j,ɵwithI18nSupport:Vj,ɵɵCopyDefinitionFeature:_0,get ɵɵFactoryTarget(){return B},ɵɵHostDirectivesFeature:M0,ɵɵInheritDefinitionFeature:Cg,ɵɵInputTransformsFeature:P0,ɵɵNgOnChangesFeature:ph,ɵɵProvidersFeature:rM,ɵɵStandaloneFeature:oM,ɵɵadvance:HI,ɵɵattribute:Ug,ɵɵattributeInterpolate1:Vg,ɵɵattributeInterpolate2:zg,ɵɵattributeInterpolate3:Gg,ɵɵattributeInterpolate4:Wg,ɵɵattributeInterpolate5:Zg,ɵɵattributeInterpolate6:qg,ɵɵattributeInterpolate7:Qg,ɵɵattributeInterpolate8:Yg,ɵɵattributeInterpolateV:Kg,ɵɵclassMap:Pw,ɵɵclassMapInterpolate1:jw,ɵɵclassMapInterpolate2:$w,ɵɵclassMapInterpolate3:Bw,ɵɵclassMapInterpolate4:Hw,ɵɵclassMapInterpolate5:Uw,ɵɵclassMapInterpolate6:Vw,ɵɵclassMapInterpolate7:zw,ɵɵclassMapInterpolate8:Gw,ɵɵclassMapInterpolateV:Ww,ɵɵclassProp:om,ɵɵcomponentInstance:Zw,ɵɵconditional:Kw,ɵɵcontentQuery:N_,ɵɵcontentQuerySignal:L_,ɵɵdeclareLet:Xm,ɵɵdefer:nw,ɵɵdeferEnableTimerScheduling:tw,ɵɵdeferOnHover:dw,ɵɵdeferOnIdle:sw,ɵɵdeferOnImmediate:aw,ɵɵdeferOnInteraction:hw,ɵɵdeferOnTimer:uw,ɵɵdeferOnViewport:gw,ɵɵdeferPrefetchOnHover:fw,ɵɵdeferPrefetchOnIdle:iw,ɵɵdeferPrefetchOnImmediate:cw,ɵɵdeferPrefetchOnInteraction:pw,ɵɵdeferPrefetchOnTimer:lw,ɵɵdeferPrefetchOnViewport:mw,ɵɵdeferPrefetchWhen:ow,ɵɵdeferWhen:rw,ɵɵdefineComponent:TD,ɵɵdefineDirective:OD,ɵɵdefineInjectable:oe,ɵɵdefineInjector:wu,ɵɵdefineNgModule:nh,ɵɵdefinePipe:PD,ɵɵdirectiveInject:Zr,ɵɵdisableBindings:gE,ɵɵelement:dm,ɵɵelementContainer:fm,ɵɵelementContainerEnd:sd,ɵɵelementContainerStart:od,ɵɵelementEnd:rd,ɵɵelementStart:nd,ɵɵenableBindings:pE,ɵɵgetComponentDepsFactory:PM,ɵɵgetCurrentView:o_,ɵɵgetInheritedFactory:ZE,ɵɵhostProperty:hm,ɵɵi18n:I_,ɵɵi18nApply:w_,ɵɵi18nAttributes:b_,ɵɵi18nEnd:Dm,ɵɵi18nExp:Em,ɵɵi18nPostprocess:__,ɵɵi18nStart:vm,ɵɵinject:He,ɵɵinjectAttribute:ol,ɵɵinvalidFactory:VI,ɵɵinvalidFactoryDep:Qf,ɵɵlistener:Cm,ɵɵloadQuery:k_,ɵɵnamespaceHTML:xE,ɵɵnamespaceMathML:PE,ɵɵnamespaceSVG:OE,ɵɵnextContext:O_,ɵɵngDeclareClassMetadata:z,ɵɵngDeclareClassMetadataAsync:Wj,ɵɵngDeclareComponent:Zj,ɵɵngDeclareDirective:Tt,ɵɵngDeclareFactory:G,ɵɵngDeclareInjectable:At,ɵɵngDeclareInjector:WS,ɵɵngDeclareNgModule:ZS,ɵɵngDeclarePipe:vt,ɵɵpipe:wM,ɵɵpipeBind1:_M,ɵɵpipeBind2:MM,ɵɵpipeBind3:SM,ɵɵpipeBind4:TM,ɵɵpipeBindV:AM,ɵɵprojection:x_,ɵɵprojectionDef:P_,ɵɵproperty:tm,ɵɵpropertyInterpolate:wm,ɵɵpropertyInterpolate1:ld,ɵɵpropertyInterpolate2:_m,ɵɵpropertyInterpolate3:Mm,ɵɵpropertyInterpolate4:Sm,ɵɵpropertyInterpolate5:Tm,ɵɵpropertyInterpolate6:Am,ɵɵpropertyInterpolate7:Om,ɵɵpropertyInterpolate8:Pm,ɵɵpropertyInterpolateV:xm,ɵɵpureFunction0:uM,ɵɵpureFunction1:lM,ɵɵpureFunction2:dM,ɵɵpureFunction3:fM,ɵɵpureFunction4:hM,ɵɵpureFunction5:pM,ɵɵpureFunction6:gM,ɵɵpureFunction7:mM,ɵɵpureFunction8:yM,ɵɵpureFunctionV:vM,ɵɵqueryAdvance:$_,ɵɵqueryRefresh:F_,ɵɵreadContextLet:tM,ɵɵreference:B_,ɵɵregisterNgModuleType:Eg,ɵɵrepeater:e_,ɵɵrepeaterCreate:Xw,ɵɵrepeaterTrackByIdentity:um,ɵɵrepeaterTrackByIndex:Jw,ɵɵresetView:yE,ɵɵresolveBody:Dp,ɵɵresolveDocument:DI,ɵɵresolveWindow:vI,ɵɵrestoreView:mE,ɵɵsanitizeHtml:iI,ɵɵsanitizeResourceUrl:gp,ɵɵsanitizeScript:cI,ɵɵsanitizeStyle:aI,ɵɵsanitizeUrl:pp,ɵɵsanitizeUrlOrResourceUrl:dI,ɵɵsetComponentScope:sM,ɵɵsetNgModuleScope:iM,ɵɵstoreLet:eM,ɵɵstyleMap:qt,ɵɵstyleMapInterpolate1:H_,ɵɵstyleMapInterpolate2:U_,ɵɵstyleMapInterpolate3:V_,ɵɵstyleMapInterpolate4:z_,ɵɵstyleMapInterpolate5:G_,ɵɵstyleMapInterpolate6:W_,ɵɵstyleMapInterpolate7:Z_,ɵɵstyleMapInterpolate8:q_,ɵɵstyleMapInterpolateV:Q_,ɵɵstyleProp:rm,ɵɵstylePropInterpolate1:Nm,ɵɵstylePropInterpolate2:Rm,ɵɵstylePropInterpolate3:Fm,ɵɵstylePropInterpolate4:km,ɵɵstylePropInterpolate5:Lm,ɵɵstylePropInterpolate6:jm,ɵɵstylePropInterpolate7:$m,ɵɵstylePropInterpolate8:Bm,ɵɵstylePropInterpolateV:Hm,ɵɵsyntheticHostListener:Im,ɵɵsyntheticHostProperty:pm,ɵɵtemplate:Tg,ɵɵtemplateRefExtractor:OM,ɵɵtext:Y_,ɵɵtextInterpolate:Um,ɵɵtextInterpolate1:fd,ɵɵtextInterpolate2:Vm,ɵɵtextInterpolate3:zm,ɵɵtextInterpolate4:Gm,ɵɵtextInterpolate5:Wm,ɵɵtextInterpolate6:Zm,ɵɵtextInterpolate7:qm,ɵɵtextInterpolate8:Qm,ɵɵtextInterpolateV:Ym,ɵɵtrustConstantHtml:uI,ɵɵtrustConstantResourceUrl:lI,ɵɵtwoWayBindingSet:J_,ɵɵtwoWayListener:Jm,ɵɵtwoWayProperty:Km,ɵɵvalidateIframeAttribute:b0,ɵɵviewQuery:R_,ɵɵviewQuerySignal:j_},Symbol.toStringTag,{value:"Module"}));var n$=Object.getOwnPropertyDescriptor,r$=(e,t,n,r)=>{for(var o=r>1?void 0:r?n$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Fc=class{};Fc=r$([Y({selector:"AbsoluteLayout, absolutelayout",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-absolute"><ng-content></ng-content></div>',styles:[`
|
|
149
|
+
.ns-absolute {
|
|
150
|
+
position: relative;
|
|
151
|
+
width: 100%;
|
|
152
|
+
height: 100%;
|
|
153
|
+
}
|
|
154
|
+
`]})],Fc);var o$=Object.getOwnPropertyDescriptor,s$=(e,t,n,r)=>{for(var o=r>1?void 0:r?o$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let kc=class{};kc=s$([Y({selector:"ActionBar, actionbar",standalone:!0,changeDetection:V.OnPush,template:'<header class="ns-actionbar"><ng-content></ng-content></header>',styles:[`
|
|
155
|
+
.ns-actionbar {
|
|
156
|
+
padding: 12px;
|
|
157
|
+
}
|
|
158
|
+
`]})],kc);var i$=Object.defineProperty,a$=Object.getOwnPropertyDescriptor,qS=(e,t,n,r)=>{for(var o=r>1?void 0:r?a$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&i$(t,n,o),o};let ei=class{constructor(){S(this,"tap",new te)}};qS([Me()],ei.prototype,"tap",2),ei=qS([Y({selector:"ActionItem, actionitem",standalone:!0,changeDetection:V.OnPush,template:'<button class="ns-actionitem" (click)="tap.emit($event)"><ng-content></ng-content></button>',styles:[`
|
|
159
|
+
.ns-actionitem {
|
|
160
|
+
background: transparent;
|
|
161
|
+
border: none;
|
|
162
|
+
color: inherit;
|
|
163
|
+
cursor: pointer;
|
|
164
|
+
padding: 8px;
|
|
165
|
+
}
|
|
166
|
+
`]})],ei);var c$=Object.defineProperty,u$=Object.getOwnPropertyDescriptor,QS=(e,t,n,r)=>{for(var o=r>1?void 0:r?u$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&c$(t,n,o),o};let ti=class{constructor(){S(this,"busy",!0)}};QS([_()],ti.prototype,"busy",2),ti=QS([Y({selector:"ActivityIndicator, activityindicator",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-activity-indicator" [class.busy]="busy"></div>',styles:[`
|
|
167
|
+
.ns-activity-indicator {
|
|
168
|
+
width: 20px;
|
|
169
|
+
height: 20px;
|
|
170
|
+
border-radius: 50%;
|
|
171
|
+
border: 2px solid rgba(255, 255, 255, 0.3);
|
|
172
|
+
border-top-color: currentColor;
|
|
173
|
+
opacity: 0.8;
|
|
174
|
+
}
|
|
175
|
+
.ns-activity-indicator.busy {
|
|
176
|
+
animation: ns-spin 0.8s linear infinite;
|
|
177
|
+
}
|
|
178
|
+
@keyframes ns-spin {
|
|
179
|
+
to {
|
|
180
|
+
transform: rotate(360deg);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
`]})],ti);var l$=Object.defineProperty,d$=Object.getOwnPropertyDescriptor,Oy=(e,t,n,r)=>{for(var o=r>1?void 0:r?d$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&l$(t,n,o),o};let lo=class{constructor(){S(this,"horizontalAlignment");S(this,"tap",new te)}get btnStyle(){var n;const e={},t=(n=this.horizontalAlignment)==null?void 0:n.toLowerCase();return t==="center"?(e.display="block",e.width="fit-content",e.marginLeft="auto",e.marginRight="auto",e.alignSelf="center",e.justifySelf="center"):t==="right"?(e.display="block",e.width="fit-content",e.marginLeft="auto",e.alignSelf="flex-end",e.justifySelf="end"):t==="left"&&(e.display="block",e.width="fit-content",e.marginRight="auto",e.alignSelf="flex-start",e.justifySelf="start"),e}};Oy([_()],lo.prototype,"horizontalAlignment",2),Oy([Me()],lo.prototype,"tap",2),lo=Oy([Y({selector:"Button, button[nsButton], ns-button",standalone:!0,changeDetection:V.OnPush,template:'<button class="ns-button" [ngStyle]="btnStyle" (click)="tap.emit($event)"><ng-content></ng-content></button>',styles:[`
|
|
184
|
+
.ns-button {
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
}
|
|
187
|
+
`]})],lo);var f$=Object.defineProperty,h$=Object.getOwnPropertyDescriptor,Rd=(e,t,n,r)=>{for(var o=r>1?void 0:r?h$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&f$(t,n,o),o};let cr=class{constructor(){S(this,"date");S(this,"dateChange",new te);S(this,"change",new te)}get valueStr(){if(!this.date)return"";const e=typeof this.date=="string"?new Date(this.date):this.date;if(Number.isNaN(e.getTime()))return"";const t=n=>n<10?`0${n}`:String(n);return`${e.getFullYear()}-${t(e.getMonth()+1)}-${t(e.getDate())}`}onInput(e){const t=e.target.value;this.dateChange.emit(t),this.change.emit(t)}};Rd([_()],cr.prototype,"date",2),Rd([Me()],cr.prototype,"dateChange",2),Rd([Me()],cr.prototype,"change",2),cr=Rd([Y({selector:"DatePicker, datepicker",standalone:!0,changeDetection:V.OnPush,template:'<input class="ns-datepicker" type="date" [value]="valueStr" (input)="onInput($event)" />',styles:[`
|
|
188
|
+
.ns-datepicker {
|
|
189
|
+
padding: 6px 8px;
|
|
190
|
+
}
|
|
191
|
+
`]})],cr);var p$=Object.getOwnPropertyDescriptor,g$=(e,t,n,r)=>{for(var o=r>1?void 0:r?p$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Lc=class{};Lc=g$([Y({selector:"DockLayout, docklayout",standalone:!0,changeDetection:V.OnPush,template:`
|
|
192
|
+
<div class="ns-dock">
|
|
193
|
+
<div class="ns-dock-top"><ng-content select="[dock='top'],[dock='Top'],[dock='TOP']"></ng-content></div>
|
|
194
|
+
<div class="ns-dock-middle">
|
|
195
|
+
<div class="ns-dock-left"><ng-content select="[dock='left'],[dock='Left'],[dock='LEFT']"></ng-content></div>
|
|
196
|
+
<div class="ns-dock-center"><ng-content></ng-content></div>
|
|
197
|
+
<div class="ns-dock-right"><ng-content select="[dock='right'],[dock='Right'],[dock='RIGHT']"></ng-content></div>
|
|
198
|
+
</div>
|
|
199
|
+
<div class="ns-dock-bottom"><ng-content select="[dock='bottom'],[dock='Bottom'],[dock='BOTTOM']"></ng-content></div>
|
|
200
|
+
</div>
|
|
201
|
+
`,styles:[`
|
|
202
|
+
.ns-dock {
|
|
203
|
+
display: flex;
|
|
204
|
+
flex-direction: column;
|
|
205
|
+
width: 100%;
|
|
206
|
+
height: 100%;
|
|
207
|
+
}
|
|
208
|
+
.ns-dock-top,
|
|
209
|
+
.ns-dock-bottom {
|
|
210
|
+
flex: 0 0 auto;
|
|
211
|
+
}
|
|
212
|
+
.ns-dock-middle {
|
|
213
|
+
display: flex;
|
|
214
|
+
flex: 1 1 auto;
|
|
215
|
+
min-height: 0;
|
|
216
|
+
}
|
|
217
|
+
.ns-dock-left,
|
|
218
|
+
.ns-dock-right {
|
|
219
|
+
flex: 0 0 auto;
|
|
220
|
+
}
|
|
221
|
+
.ns-dock-center {
|
|
222
|
+
flex: 1 1 auto;
|
|
223
|
+
min-width: 0;
|
|
224
|
+
}
|
|
225
|
+
`]})],Lc);var m$=Object.getOwnPropertyDescriptor,y$=(e,t,n,r)=>{for(var o=r>1?void 0:r?m$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let jc=class{};jc=y$([Y({selector:"FlexboxLayout, flexboxlayout",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-flex"><ng-content></ng-content></div>',styles:[`
|
|
226
|
+
.ns-flex {
|
|
227
|
+
display: flex;
|
|
228
|
+
}
|
|
229
|
+
`]})],jc);var v$=Object.getOwnPropertyDescriptor,D$=(e,t,n,r)=>{for(var o=r>1?void 0:r?v$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let $c=class{};$c=D$([Y({selector:"Frame, frame",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-frame"><ng-content></ng-content></div>'})],$c);var E$=Object.defineProperty,C$=Object.getOwnPropertyDescriptor,Py=(e,t,n,r)=>{for(var o=r>1?void 0:r?C$(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&E$(t,n,o),o};let fo=class{constructor(){S(this,"rows");S(this,"columns")}get gridStyle(){const e={display:"grid"},t=this.parseSegments(this.rows),n=this.parseSegments(this.columns);return t&&(e.gridTemplateRows=t),n&&(e.gridTemplateColumns=n),e}parseSegments(e){if(!e)return;const t=n=>{const r=n.trim();if(!r)return"auto";if(r==="*")return"1fr";const o=r.match(/^(\d+)\*$/);return o?`${o[1]}fr`:r.toLowerCase()==="auto"?"auto":/^\d+$/.test(r)?`${r}px`:r};return e.split(",").map(t).join(" ")}};Py([_()],fo.prototype,"rows",2),Py([_()],fo.prototype,"columns",2),fo=Py([Y({selector:"GridLayout, gridlayout",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-grid" [ngStyle]="gridStyle"><ng-content></ng-content></div>',styles:[`
|
|
230
|
+
.ns-grid {
|
|
231
|
+
padding: 0px;
|
|
232
|
+
width: 100%;
|
|
233
|
+
height: 100%;
|
|
234
|
+
box-sizing: border-box;
|
|
235
|
+
min-width: 0;
|
|
236
|
+
min-height: 0;
|
|
237
|
+
}
|
|
238
|
+
`]})],fo);/**
|
|
239
|
+
* @license Angular v18.2.14
|
|
240
|
+
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
241
|
+
* License: MIT
|
|
242
|
+
*/let I$=null;function xy(){return I$}const Fi=class Fi{};Fi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Fi,deps:[],target:B.Injectable}),Fi.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Fi,providedIn:"platform",useFactory:()=>window.navigation});let Ny=Fi;z({type:Ny,decorators:[{type:Ee,args:[{providedIn:"platform",useFactory:()=>window.navigation}]}]});const ni=new R(ngDevMode?"DocumentToken":""),ki=class ki{historyGo(t){throw new Error(ngDevMode?"Not implemented":"")}};ki.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ki,deps:[],target:B.Injectable}),ki.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ki,providedIn:"platform",useFactory:()=>b(ri)});let ur=ki;z({type:ur,decorators:[{type:Ee,args:[{providedIn:"platform",useFactory:()=>b(ri)}]}]}),new R(ngDevMode?"Location Initialized":"");const No=class No extends ur{constructor(){super(),this._doc=b(ni),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return xy().getBaseHref(this._doc)}onPopState(t){const n=xy().getGlobalEventTarget(this._doc,"window");return n.addEventListener("popstate",t,!1),()=>n.removeEventListener("popstate",t)}onHashChange(t){const n=xy().getGlobalEventTarget(this._doc,"window");return n.addEventListener("hashchange",t,!1),()=>n.removeEventListener("hashchange",t)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(t){this._location.pathname=t}pushState(t,n,r){this._history.pushState(t,n,r)}replaceState(t,n,r){this._history.replaceState(t,n,r)}forward(){this._history.forward()}back(){this._history.back()}historyGo(t=0){this._history.go(t)}getState(){return this._history.state}};No.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:No,deps:[],target:B.Injectable}),No.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:No,providedIn:"platform",useFactory:()=>new No});let ri=No;z({type:ri,decorators:[{type:Ee,args:[{providedIn:"platform",useFactory:()=>new ri}]}],ctorParameters:()=>[]});function Ry(e,t){if(e.length==0)return t;if(t.length==0)return e;let n=0;return e.endsWith("/")&&n++,t.startsWith("/")&&n++,n==2?e+t.substring(1):n==1?e+t:e+"/"+t}function YS(e){const t=e.match(/#|\?|$/),n=t&&t.index||e.length,r=n-(e[n-1]==="/"?1:0);return e.slice(0,r)+e.slice(n)}function Fn(e){return e&&e[0]!=="?"?"?"+e:e}const Li=class Li{historyGo(t){throw new Error(ngDevMode?"Not implemented":"")}};Li.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Li,deps:[],target:B.Injectable}),Li.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Li,providedIn:"root",useFactory:()=>b(Bc)});let lr=Li;z({type:lr,decorators:[{type:Ee,args:[{providedIn:"root",useFactory:()=>b(Bc)}]}]});const Fd=new R(ngDevMode?"appBaseHref":""),ji=class ji extends lr{constructor(t,n){var r;super(),this._platformLocation=t,this._removeListenerFns=[],this._baseHref=n??this._platformLocation.getBaseHrefFromDOM()??((r=b(ni).location)==null?void 0:r.origin)??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(t){this._removeListenerFns.push(this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t))}getBaseHref(){return this._baseHref}prepareExternalUrl(t){return Ry(this._baseHref,t)}path(t=!1){const n=this._platformLocation.pathname+Fn(this._platformLocation.search),r=this._platformLocation.hash;return r&&t?`${n}${r}`:n}pushState(t,n,r,o){const s=this.prepareExternalUrl(r+Fn(o));this._platformLocation.pushState(t,n,s)}replaceState(t,n,r,o){const s=this.prepareExternalUrl(r+Fn(o));this._platformLocation.replaceState(t,n,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(t=0){var n,r;(r=(n=this._platformLocation).historyGo)==null||r.call(n,t)}};ji.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ji,deps:[{token:ur},{token:Fd,optional:!0}],target:B.Injectable}),ji.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ji,providedIn:"root"});let Bc=ji;z({type:Bc,decorators:[{type:Ee,args:[{providedIn:"root"}]}],ctorParameters:()=>[{type:ur},{type:void 0,decorators:[{type:Pt},{type:Et,args:[Fd]}]}]});const $i=class $i extends lr{constructor(t,n){super(),this._platformLocation=t,this._baseHref="",this._removeListenerFns=[],n!=null&&(this._baseHref=n)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(t){this._removeListenerFns.push(this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t))}getBaseHref(){return this._baseHref}path(t=!1){const n=this._platformLocation.hash??"#";return n.length>0?n.substring(1):n}prepareExternalUrl(t){const n=Ry(this._baseHref,t);return n.length>0?"#"+n:n}pushState(t,n,r,o){let s=this.prepareExternalUrl(r+Fn(o));s.length==0&&(s=this._platformLocation.pathname),this._platformLocation.pushState(t,n,s)}replaceState(t,n,r,o){let s=this.prepareExternalUrl(r+Fn(o));s.length==0&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(t,n,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(t=0){var n,r;(r=(n=this._platformLocation).historyGo)==null||r.call(n,t)}};$i.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:$i,deps:[{token:ur},{token:Fd,optional:!0}],target:B.Injectable}),$i.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:$i});let Fy=$i;z({type:Fy,decorators:[{type:Ee}],ctorParameters:()=>[{type:ur},{type:void 0,decorators:[{type:Pt},{type:Et,args:[Fd]}]}]});const Cn=class Cn{constructor(t){this._subject=new te,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=t;const n=this._locationStrategy.getBaseHref();this._basePath=w$(YS(JS(n))),this._locationStrategy.onPopState(r=>{this._subject.emit({url:this.path(!0),pop:!0,state:r.state,type:r.type})})}ngOnDestroy(){var t;(t=this._urlChangeSubscription)==null||t.unsubscribe(),this._urlChangeListeners=[]}path(t=!1){return this.normalize(this._locationStrategy.path(t))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(t,n=""){return this.path()==this.normalize(t+Fn(n))}normalize(t){return Cn.stripTrailingSlash(b$(this._basePath,JS(t)))}prepareExternalUrl(t){return t&&t[0]!=="/"&&(t="/"+t),this._locationStrategy.prepareExternalUrl(t)}go(t,n="",r=null){this._locationStrategy.pushState(r,"",t,n),this._notifyUrlChangeListeners(this.prepareExternalUrl(t+Fn(n)),r)}replaceState(t,n="",r=null){this._locationStrategy.replaceState(r,"",t,n),this._notifyUrlChangeListeners(this.prepareExternalUrl(t+Fn(n)),r)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(t=0){var n,r;(r=(n=this._locationStrategy).historyGo)==null||r.call(n,t)}onUrlChange(t){return this._urlChangeListeners.push(t),this._urlChangeSubscription??(this._urlChangeSubscription=this.subscribe(n=>{this._notifyUrlChangeListeners(n.url,n.state)})),()=>{var r;const n=this._urlChangeListeners.indexOf(t);this._urlChangeListeners.splice(n,1),this._urlChangeListeners.length===0&&((r=this._urlChangeSubscription)==null||r.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(t="",n){this._urlChangeListeners.forEach(r=>r(t,n))}subscribe(t,n,r){return this._subject.subscribe({next:t,error:n,complete:r})}};Cn.normalizeQueryParams=Fn,Cn.joinWithSlash=Ry,Cn.stripTrailingSlash=YS,Cn.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Cn,deps:[{token:lr}],target:B.Injectable}),Cn.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Cn,providedIn:"root",useFactory:KS});let kd=Cn;z({type:kd,decorators:[{type:Ee,args:[{providedIn:"root",useFactory:KS}]}],ctorParameters:()=>[{type:lr}]});function KS(){return new kd(He(lr))}function b$(e,t){if(!e||!t.startsWith(e))return t;const n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function JS(e){return e.replace(/\/index.html$/,"")}function w$(e){if(new RegExp("^(https?:)?//").test(e)){const[,n]=e.split(/\/\/[^\/]+/);return n}return e}const XS={ADP:[void 0,void 0,0],AFN:[void 0,"؋",0],ALL:[void 0,void 0,0],AMD:[void 0,"֏",2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],AZN:[void 0,"₼"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,void 0,2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GHS:[void 0,"GH₵"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:["₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLE:[void 0,void 0,2],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["F CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};var Hc;(function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"})(Hc||(Hc={}));var ho;(function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"})(ho||(ho={}));var Xe;(function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"})(Xe||(Xe={}));var le;(function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"})(le||(le={}));var Dt;(function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"})(Dt||(Dt={}));const Fe={Decimal:0,Group:1,PercentSign:3,MinusSign:5,Exponential:6,Infinity:9,CurrencyDecimal:12,CurrencyGroup:13};var eT;(function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"})(eT||(eT={}));function _$(e){return Ke(e)[ue.LocaleId]}function M$(e,t,n){const r=Ke(e),o=[r[ue.DayPeriodsFormat],r[ue.DayPeriodsStandalone]],s=Bt(o,t);return Bt(s,n)}function S$(e,t,n){const r=Ke(e),o=[r[ue.DaysFormat],r[ue.DaysStandalone]],s=Bt(o,t);return Bt(s,n)}function T$(e,t,n){const r=Ke(e),o=[r[ue.MonthsFormat],r[ue.MonthsStandalone]],s=Bt(o,t);return Bt(s,n)}function A$(e,t){const r=Ke(e)[ue.Eras];return Bt(r,t)}function Ld(e,t){const n=Ke(e);return Bt(n[ue.DateFormat],t)}function jd(e,t){const n=Ke(e);return Bt(n[ue.TimeFormat],t)}function $d(e,t){const r=Ke(e)[ue.DateTimeFormat];return Bt(r,t)}function $t(e,t){const n=Ke(e),r=n[ue.NumberSymbols][t];if(typeof r>"u"){if(t===Fe.CurrencyDecimal)return n[ue.NumberSymbols][Fe.Decimal];if(t===Fe.CurrencyGroup)return n[ue.NumberSymbols][Fe.Group]}return r}function ky(e,t){return Ke(e)[ue.NumberFormats][t]}function O$(e){return Ke(e)[ue.Currencies]}const P$=gm;function tT(e){if(!e[ue.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[ue.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function x$(e){const t=Ke(e);return tT(t),(t[ue.ExtraData][2]||[]).map(r=>typeof r=="string"?Ly(r):[Ly(r[0]),Ly(r[1])])}function N$(e,t,n){const r=Ke(e);tT(r);const o=[r[ue.ExtraData][0],r[ue.ExtraData][1]],s=Bt(o,t)||[];return Bt(s,n)||[]}function Bt(e,t){for(let n=t;n>-1;n--)if(typeof e[n]<"u")return e[n];throw new Error("Locale data API: locale data undefined")}function Ly(e){const[t,n]=e.split(":");return{hours:+t,minutes:+n}}function R$(e,t,n="en"){const r=O$(n)[e]||XS[e]||[],o=r[1];return t==="narrow"&&typeof o=="string"?o:r[0]||e}const F$=2;function k$(e){let t;const n=XS[e];return n&&(t=n[2]),typeof t=="number"?t:F$}const L$=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,oi={},j$=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var yn;(function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"})(yn||(yn={}));var ne;(function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"})(ne||(ne={}));var re;(function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"})(re||(re={}));function $$(e,t,n,r){let o=q$(e);t=kn(n,t)||t;let i=[],a;for(;t;)if(a=j$.exec(t),a){i=i.concat(a.slice(1));const l=i.pop();if(!l)break;t=l}else{i.push(t);break}let c=o.getTimezoneOffset();r&&(c=rT(r,c),o=Z$(o,r));let u="";return i.forEach(l=>{const d=G$(l);u+=d?d(o,n,c):l==="''"?"'":l.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),u}function Bd(e,t,n){const r=new Date(0);return r.setFullYear(e,t,n),r.setHours(0,0,0),r}function kn(e,t){const n=_$(e);if(oi[n]??(oi[n]={}),oi[n][t])return oi[n][t];let r="";switch(t){case"shortDate":r=Ld(e,Dt.Short);break;case"mediumDate":r=Ld(e,Dt.Medium);break;case"longDate":r=Ld(e,Dt.Long);break;case"fullDate":r=Ld(e,Dt.Full);break;case"shortTime":r=jd(e,Dt.Short);break;case"mediumTime":r=jd(e,Dt.Medium);break;case"longTime":r=jd(e,Dt.Long);break;case"fullTime":r=jd(e,Dt.Full);break;case"short":const o=kn(e,"shortTime"),s=kn(e,"shortDate");r=Hd($d(e,Dt.Short),[o,s]);break;case"medium":const i=kn(e,"mediumTime"),a=kn(e,"mediumDate");r=Hd($d(e,Dt.Medium),[i,a]);break;case"long":const c=kn(e,"longTime"),u=kn(e,"longDate");r=Hd($d(e,Dt.Long),[c,u]);break;case"full":const l=kn(e,"fullTime"),d=kn(e,"fullDate");r=Hd($d(e,Dt.Full),[l,d]);break}return r&&(oi[n][t]=r),r}function Hd(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,function(n,r){return t!=null&&r in t?t[r]:n})),e}function Kt(e,t,n="-",r,o){let s="";(e<0||o&&e<=0)&&(o?e=-e+1:(e=-e,s=n));let i=String(e);for(;i.length<t;)i="0"+i;return r&&(i=i.slice(i.length-t)),s+i}function B$(e,t){return Kt(e,3).substring(0,t)}function ke(e,t,n=0,r=!1,o=!1){return function(s,i){let a=H$(e,s);if((n>0||a>-n)&&(a+=n),e===ne.Hours)a===0&&n===-12&&(a=12);else if(e===ne.FractionalSeconds)return B$(a,t);const c=$t(i,Fe.MinusSign);return Kt(a,t,c,r,o)}}function H$(e,t){switch(e){case ne.FullYear:return t.getFullYear();case ne.Month:return t.getMonth();case ne.Date:return t.getDate();case ne.Hours:return t.getHours();case ne.Minutes:return t.getMinutes();case ne.Seconds:return t.getSeconds();case ne.FractionalSeconds:return t.getMilliseconds();case ne.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}function me(e,t,n=Xe.Format,r=!1){return function(o,s){return U$(o,s,e,t,n,r)}}function U$(e,t,n,r,o,s){switch(n){case re.Months:return T$(t,o,r)[e.getMonth()];case re.Days:return S$(t,o,r)[e.getDay()];case re.DayPeriods:const i=e.getHours(),a=e.getMinutes();if(s){const u=x$(t),l=N$(t,o,r),d=u.findIndex(f=>{if(Array.isArray(f)){const[h,p]=f,g=i>=h.hours&&a>=h.minutes,D=i<p.hours||i===p.hours&&a<p.minutes;if(h.hours<p.hours){if(g&&D)return!0}else if(g||D)return!0}else if(f.hours===i&&f.minutes===a)return!0;return!1});if(d!==-1)return l[d]}return M$(t,o,r)[i<12?0:1];case re.Eras:return A$(t,r)[e.getFullYear()<=0?0:1];default:const c=n;throw new Error(`unexpected translation type ${c}`)}}function Ud(e){return function(t,n,r){const o=-1*r,s=$t(n,Fe.MinusSign),i=o>0?Math.floor(o/60):Math.ceil(o/60);switch(e){case yn.Short:return(o>=0?"+":"")+Kt(i,2,s)+Kt(Math.abs(o%60),2,s);case yn.ShortGMT:return"GMT"+(o>=0?"+":"")+Kt(i,1,s);case yn.Long:return"GMT"+(o>=0?"+":"")+Kt(i,2,s)+":"+Kt(Math.abs(o%60),2,s);case yn.Extended:return r===0?"Z":(o>=0?"+":"")+Kt(i,2,s)+":"+Kt(Math.abs(o%60),2,s);default:throw new Error(`Unknown zone width "${e}"`)}}}const V$=0,Vd=4;function z$(e){const t=Bd(e,V$,1).getDay();return Bd(e,0,1+(t<=Vd?Vd:Vd+7)-t)}function nT(e){const t=e.getDay(),n=t===0?-3:Vd-t;return Bd(e.getFullYear(),e.getMonth(),e.getDate()+n)}function jy(e,t=!1){return function(n,r){let o;if(t){const s=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,i=n.getDate();o=1+Math.floor((i+s)/7)}else{const s=nT(n),i=z$(s.getFullYear()),a=s.getTime()-i.getTime();o=1+Math.round(a/6048e5)}return Kt(o,e,$t(r,Fe.MinusSign))}}function zd(e,t=!1){return function(n,r){const s=nT(n).getFullYear();return Kt(s,e,$t(r,Fe.MinusSign),t)}}const $y={};function G$(e){if($y[e])return $y[e];let t;switch(e){case"G":case"GG":case"GGG":t=me(re.Eras,le.Abbreviated);break;case"GGGG":t=me(re.Eras,le.Wide);break;case"GGGGG":t=me(re.Eras,le.Narrow);break;case"y":t=ke(ne.FullYear,1,0,!1,!0);break;case"yy":t=ke(ne.FullYear,2,0,!0,!0);break;case"yyy":t=ke(ne.FullYear,3,0,!1,!0);break;case"yyyy":t=ke(ne.FullYear,4,0,!1,!0);break;case"Y":t=zd(1);break;case"YY":t=zd(2,!0);break;case"YYY":t=zd(3);break;case"YYYY":t=zd(4);break;case"M":case"L":t=ke(ne.Month,1,1);break;case"MM":case"LL":t=ke(ne.Month,2,1);break;case"MMM":t=me(re.Months,le.Abbreviated);break;case"MMMM":t=me(re.Months,le.Wide);break;case"MMMMM":t=me(re.Months,le.Narrow);break;case"LLL":t=me(re.Months,le.Abbreviated,Xe.Standalone);break;case"LLLL":t=me(re.Months,le.Wide,Xe.Standalone);break;case"LLLLL":t=me(re.Months,le.Narrow,Xe.Standalone);break;case"w":t=jy(1);break;case"ww":t=jy(2);break;case"W":t=jy(1,!0);break;case"d":t=ke(ne.Date,1);break;case"dd":t=ke(ne.Date,2);break;case"c":case"cc":t=ke(ne.Day,1);break;case"ccc":t=me(re.Days,le.Abbreviated,Xe.Standalone);break;case"cccc":t=me(re.Days,le.Wide,Xe.Standalone);break;case"ccccc":t=me(re.Days,le.Narrow,Xe.Standalone);break;case"cccccc":t=me(re.Days,le.Short,Xe.Standalone);break;case"E":case"EE":case"EEE":t=me(re.Days,le.Abbreviated);break;case"EEEE":t=me(re.Days,le.Wide);break;case"EEEEE":t=me(re.Days,le.Narrow);break;case"EEEEEE":t=me(re.Days,le.Short);break;case"a":case"aa":case"aaa":t=me(re.DayPeriods,le.Abbreviated);break;case"aaaa":t=me(re.DayPeriods,le.Wide);break;case"aaaaa":t=me(re.DayPeriods,le.Narrow);break;case"b":case"bb":case"bbb":t=me(re.DayPeriods,le.Abbreviated,Xe.Standalone,!0);break;case"bbbb":t=me(re.DayPeriods,le.Wide,Xe.Standalone,!0);break;case"bbbbb":t=me(re.DayPeriods,le.Narrow,Xe.Standalone,!0);break;case"B":case"BB":case"BBB":t=me(re.DayPeriods,le.Abbreviated,Xe.Format,!0);break;case"BBBB":t=me(re.DayPeriods,le.Wide,Xe.Format,!0);break;case"BBBBB":t=me(re.DayPeriods,le.Narrow,Xe.Format,!0);break;case"h":t=ke(ne.Hours,1,-12);break;case"hh":t=ke(ne.Hours,2,-12);break;case"H":t=ke(ne.Hours,1);break;case"HH":t=ke(ne.Hours,2);break;case"m":t=ke(ne.Minutes,1);break;case"mm":t=ke(ne.Minutes,2);break;case"s":t=ke(ne.Seconds,1);break;case"ss":t=ke(ne.Seconds,2);break;case"S":t=ke(ne.FractionalSeconds,1);break;case"SS":t=ke(ne.FractionalSeconds,2);break;case"SSS":t=ke(ne.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ud(yn.Short);break;case"ZZZZZ":t=Ud(yn.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ud(yn.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ud(yn.Long);break;default:return null}return $y[e]=t,t}function rT(e,t){e=e.replace(/:/g,"");const n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function W$(e,t){return e=new Date(e.getTime()),e.setMinutes(e.getMinutes()+t),e}function Z$(e,t,n){const o=e.getTimezoneOffset(),s=rT(t,o);return W$(e,-1*(s-o))}function q$(e){if(oT(e))return e;if(typeof e=="number"&&!isNaN(e))return new Date(e);if(typeof e=="string"){if(e=e.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(e)){const[o,s=1,i=1]=e.split("-").map(a=>+a);return Bd(o,s-1,i)}const n=parseFloat(e);if(!isNaN(e-n))return new Date(n);let r;if(r=e.match(L$))return Q$(r)}const t=new Date(e);if(!oT(t))throw new Error(`Unable to convert "${e}" into a date`);return t}function Q$(e){const t=new Date(0);let n=0,r=0;const o=e[8]?t.setUTCFullYear:t.setFullYear,s=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=Number(e[9]+e[10]),r=Number(e[9]+e[11])),o.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const i=Number(e[4]||0)-n,a=Number(e[5]||0)-r,c=Number(e[6]||0),u=Math.floor(parseFloat("0."+(e[7]||0))*1e3);return s.call(t,i,a,c,u),t}function oT(e){return e instanceof Date&&!isNaN(e.valueOf())}const Y$=/^(\d+)?\.((\d+)(-(\d+))?)?$/,sT=22,Gd=".",Uc="0",K$=";",J$=",",By="#",iT="¤",X$="%";function Hy(e,t,n,r,o,s,i=!1){let a="",c=!1;if(!isFinite(e))a=$t(n,Fe.Infinity);else{let u=oB(e);i&&(u=rB(u));let l=t.minInt,d=t.minFrac,f=t.maxFrac;if(s){const m=s.match(Y$);if(m===null)throw new Error(`${s} is not a valid digit info`);const T=m[1],k=m[3],Q=m[5];T!=null&&(l=Vy(T)),k!=null&&(d=Vy(k)),Q!=null?f=Vy(Q):k!=null&&d>f&&(f=d)}sB(u,d,f);let h=u.digits,p=u.integerLen;const g=u.exponent;let D=[];for(c=h.every(m=>!m);p<l;p++)h.unshift(0);for(;p<0;p++)h.unshift(0);p>0?D=h.splice(p,h.length):(D=h,h=[0]);const E=[];for(h.length>=t.lgSize&&E.unshift(h.splice(-t.lgSize,h.length).join(""));h.length>t.gSize;)E.unshift(h.splice(-t.gSize,h.length).join(""));h.length&&E.unshift(h.join("")),a=E.join($t(n,r)),D.length&&(a+=$t(n,o)+D.join("")),g&&(a+=$t(n,Fe.Exponential)+"+"+g)}return e<0&&!c?a=t.negPre+a+t.negSuf:a=t.posPre+a+t.posSuf,a}function eB(e,t,n,r,o){const s=ky(t,Hc.Currency),i=Uy(s,$t(t,Fe.MinusSign));return i.minFrac=k$(r),i.maxFrac=i.minFrac,Hy(e,i,t,Fe.CurrencyGroup,Fe.CurrencyDecimal,o).replace(iT,n).replace(iT,"").trim()}function tB(e,t,n){const r=ky(t,Hc.Percent),o=Uy(r,$t(t,Fe.MinusSign));return Hy(e,o,t,Fe.Group,Fe.Decimal,n,!0).replace(new RegExp(X$,"g"),$t(t,Fe.PercentSign))}function nB(e,t,n){const r=ky(t,Hc.Decimal),o=Uy(r,$t(t,Fe.MinusSign));return Hy(e,o,t,Fe.Group,Fe.Decimal,n)}function Uy(e,t="-"){const n={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},r=e.split(K$),o=r[0],s=r[1],i=o.indexOf(Gd)!==-1?o.split(Gd):[o.substring(0,o.lastIndexOf(Uc)+1),o.substring(o.lastIndexOf(Uc)+1)],a=i[0],c=i[1]||"";n.posPre=a.substring(0,a.indexOf(By));for(let l=0;l<c.length;l++){const d=c.charAt(l);d===Uc?n.minFrac=n.maxFrac=l+1:d===By?n.maxFrac=l+1:n.posSuf+=d}const u=a.split(J$);if(n.gSize=u[1]?u[1].length:0,n.lgSize=u[2]||u[1]?(u[2]||u[1]).length:0,s){const l=o.length-n.posPre.length-n.posSuf.length,d=s.indexOf(By);n.negPre=s.substring(0,d).replace(/'/g,""),n.negSuf=s.slice(d+l).replace(/'/g,"")}else n.negPre=t+n.posPre,n.negSuf=n.posSuf;return n}function rB(e){if(e.digits[0]===0)return e;const t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(t===0?e.digits.push(0,0):t===1&&e.digits.push(0),e.integerLen+=2),e}function oB(e){let t=Math.abs(e)+"",n=0,r,o,s,i,a;for((o=t.indexOf(Gd))>-1&&(t=t.replace(Gd,"")),(s=t.search(/e/i))>0?(o<0&&(o=s),o+=+t.slice(s+1),t=t.substring(0,s)):o<0&&(o=t.length),s=0;t.charAt(s)===Uc;s++);if(s===(a=t.length))r=[0],o=1;else{for(a--;t.charAt(a)===Uc;)a--;for(o-=s,r=[],i=0;s<=a;s++,i++)r[i]=Number(t.charAt(s))}return o>sT&&(r=r.splice(0,sT-1),n=o-1,o=1),{digits:r,exponent:n,integerLen:o}}function sB(e,t,n){if(t>n)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${n}).`);let r=e.digits,o=r.length-e.integerLen;const s=Math.min(Math.max(t,o),n);let i=s+e.integerLen,a=r[i];if(i>0){r.splice(Math.max(e.integerLen,i));for(let d=i;d<r.length;d++)r[d]=0}else{o=Math.max(0,o),e.integerLen=1,r.length=Math.max(1,i=s+1),r[0]=0;for(let d=1;d<i;d++)r[d]=0}if(a>=5)if(i-1<0){for(let d=0;d>i;d--)r.unshift(0),e.integerLen++;r.unshift(1),e.integerLen++}else r[i-1]++;for(;o<Math.max(0,s);o++)r.push(0);let c=s!==0;const u=t+e.integerLen,l=r.reduceRight(function(d,f,h,p){return f=f+d,p[h]=f<10?f:f-10,c&&(p[h]===0&&h>=u?p.pop():c=!1),f>=10?1:0},0);l&&(r.unshift(l),e.integerLen++)}function Vy(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}const Bi=class Bi{};Bi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Bi,deps:[],target:B.Injectable}),Bi.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Bi,providedIn:"root",useFactory:t=>new Vc(t),deps:[{token:ut}]});let dr=Bi;z({type:dr,decorators:[{type:Ee,args:[{providedIn:"root",useFactory:e=>new Vc(e),deps:[ut]}]}]});function aT(e,t,n,r){let o=`=${e}`;if(t.indexOf(o)>-1||(o=n.getPluralCategory(e,r),t.indexOf(o)>-1))return o;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}const Hi=class Hi extends dr{constructor(t){super(),this.locale=t}getPluralCategory(t,n){switch(P$(n||this.locale)(t)){case ho.Zero:return"zero";case ho.One:return"one";case ho.Two:return"two";case ho.Few:return"few";case ho.Many:return"many";default:return"other"}}};Hi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Hi,deps:[{token:ut}],target:B.Injectable}),Hi.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Hi});let Vc=Hi;z({type:Vc,decorators:[{type:Ee}],ctorParameters:()=>[{type:void 0,decorators:[{type:Et,args:[ut]}]}]});const zy=/\s+/,cT=[],Ui=class Ui{constructor(t,n){this._ngEl=t,this._renderer=n,this.initialClasses=cT,this.stateMap=new Map}set klass(t){this.initialClasses=t!=null?t.trim().split(zy):cT}set ngClass(t){this.rawClass=typeof t=="string"?t.trim().split(zy):t}ngDoCheck(){for(const n of this.initialClasses)this._updateState(n,!0);const t=this.rawClass;if(Array.isArray(t)||t instanceof Set)for(const n of t)this._updateState(n,!0);else if(t!=null)for(const n of Object.keys(t))this._updateState(n,!!t[n]);this._applyStateDiff()}_updateState(t,n){const r=this.stateMap.get(t);r!==void 0?(r.enabled!==n&&(r.changed=!0,r.enabled=n),r.touched=!0):this.stateMap.set(t,{enabled:n,changed:!0,touched:!0})}_applyStateDiff(){for(const t of this.stateMap){const n=t[0],r=t[1];r.changed?(this._toggleClass(n,r.enabled),r.changed=!1):r.touched||(r.enabled&&this._toggleClass(n,!1),this.stateMap.delete(n)),r.touched=!1}}_toggleClass(t,n){if(ngDevMode&&typeof t!="string")throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${J(t)}`);t=t.trim(),t.length>0&&t.split(zy).forEach(r=>{n?this._renderer.addClass(this._ngEl.nativeElement,r):this._renderer.removeClass(this._ngEl.nativeElement,r)})}};Ui.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Ui,deps:[{token:Lt},{token:er}],target:B.Directive}),Ui.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Ui,isStandalone:!0,selector:"[ngClass]",inputs:{klass:["class","klass"],ngClass:"ngClass"},ngImport:w});let si=Ui;z({type:si,decorators:[{type:Je,args:[{selector:"[ngClass]",standalone:!0}]}],ctorParameters:()=>[{type:Lt},{type:er}],propDecorators:{klass:[{type:_,args:["class"]}],ngClass:[{type:_,args:["ngClass"]}]}});const Vi=class Vi{constructor(t){this._viewContainerRef=t,this.ngComponentOutlet=null,this._inputsUsed=new Map}_needToReCreateNgModuleInstance(t){return t.ngComponentOutletNgModule!==void 0||t.ngComponentOutletNgModuleFactory!==void 0}_needToReCreateComponentInstance(t){return t.ngComponentOutlet!==void 0||t.ngComponentOutletContent!==void 0||t.ngComponentOutletInjector!==void 0||this._needToReCreateNgModuleInstance(t)}ngOnChanges(t){var n;if(this._needToReCreateComponentInstance(t)&&(this._viewContainerRef.clear(),this._inputsUsed.clear(),this._componentRef=void 0,this.ngComponentOutlet)){const r=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;this._needToReCreateNgModuleInstance(t)&&((n=this._moduleRef)==null||n.destroy(),this.ngComponentOutletNgModule?this._moduleRef=bg(this.ngComponentOutletNgModule,uT(r)):this.ngComponentOutletNgModuleFactory?this._moduleRef=this.ngComponentOutletNgModuleFactory.create(uT(r)):this._moduleRef=void 0),this._componentRef=this._viewContainerRef.createComponent(this.ngComponentOutlet,{injector:r,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngDoCheck(){if(this._componentRef){if(this.ngComponentOutletInputs)for(const t of Object.keys(this.ngComponentOutletInputs))this._inputsUsed.set(t,!0);this._applyInputStateDiff(this._componentRef)}}ngOnDestroy(){var t;(t=this._moduleRef)==null||t.destroy()}_applyInputStateDiff(t){for(const[n,r]of this._inputsUsed)r?(t.setInput(n,this.ngComponentOutletInputs[n]),this._inputsUsed.set(n,!1)):(t.setInput(n,void 0),this._inputsUsed.delete(n))}};Vi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Vi,deps:[{token:Re}],target:B.Directive}),Vi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Vi,isStandalone:!0,selector:"[ngComponentOutlet]",inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInputs:"ngComponentOutletInputs",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},usesOnChanges:!0,ngImport:w});let ii=Vi;z({type:ii,decorators:[{type:Je,args:[{selector:"[ngComponentOutlet]",standalone:!0}]}],ctorParameters:()=>[{type:Re}],propDecorators:{ngComponentOutlet:[{type:_}],ngComponentOutletInputs:[{type:_}],ngComponentOutletInjector:[{type:_}],ngComponentOutletContent:[{type:_}],ngComponentOutletNgModule:[{type:_}],ngComponentOutletNgModuleFactory:[{type:_}]}});function uT(e){return e.get(nr).injector}class iB{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}}const zi=class zi{set ngForOf(t){this._ngForOf=t,this._ngForOfDirty=!0}set ngForTrackBy(t){(typeof ngDevMode>"u"||ngDevMode)&&t!=null&&typeof t!="function"&&console.warn(`trackBy must be a function, but received ${JSON.stringify(t)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=t}get ngForTrackBy(){return this._trackByFn}constructor(t,n,r){this._viewContainer=t,this._template=n,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(t){t&&(this._template=t)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)if(typeof ngDevMode>"u"||ngDevMode)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch{let n=`Cannot find a differ supporting object '${t}' of type '${aB(t)}'. NgFor only supports binding to Iterables, such as Arrays.`;throw typeof t=="object"&&(n+=" Did you mean to use the keyvalue pipe?"),new v(-2200,n)}else this._differ=this._differs.find(t).create(this.ngForTrackBy)}if(this._differ){const t=this._differ.diff(this._ngForOf);t&&this._applyChanges(t)}}_applyChanges(t){const n=this._viewContainer;t.forEachOperation((r,o,s)=>{if(r.previousIndex==null)n.createEmbeddedView(this._template,new iB(r.item,this._ngForOf,-1,-1),s===null?void 0:s);else if(s==null)n.remove(o===null?void 0:o);else if(o!==null){const i=n.get(o);n.move(i,s),lT(i,r)}});for(let r=0,o=n.length;r<o;r++){const i=n.get(r).context;i.index=r,i.count=o,i.ngForOf=this._ngForOf}t.forEachIdentityChange(r=>{const o=n.get(r.currentIndex);lT(o,r)})}static ngTemplateContextGuard(t,n){return!0}};zi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:zi,deps:[{token:Re},{token:We},{token:uo}],target:B.Directive}),zi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:zi,isStandalone:!0,selector:"[ngFor][ngForOf]",inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},ngImport:w});let ai=zi;z({type:ai,decorators:[{type:Je,args:[{selector:"[ngFor][ngForOf]",standalone:!0}]}],ctorParameters:()=>[{type:Re},{type:We},{type:uo}],propDecorators:{ngForOf:[{type:_}],ngForTrackBy:[{type:_}],ngForTemplate:[{type:_}]}});function lT(e,t){e.context.$implicit=t.item}function aB(e){return e.name||typeof e}const Gi=class Gi{constructor(t,n){this._viewContainer=t,this._context=new cB,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=n}set ngIf(t){this._context.$implicit=this._context.ngIf=t,this._updateView()}set ngIfThen(t){dT("ngIfThen",t),this._thenTemplateRef=t,this._thenViewRef=null,this._updateView()}set ngIfElse(t){dT("ngIfElse",t),this._elseTemplateRef=t,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(t,n){return!0}};Gi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Gi,deps:[{token:Re},{token:We}],target:B.Directive}),Gi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Gi,isStandalone:!0,selector:"[ngIf]",inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},ngImport:w});let ci=Gi;z({type:ci,decorators:[{type:Je,args:[{selector:"[ngIf]",standalone:!0}]}],ctorParameters:()=>[{type:Re},{type:We}],propDecorators:{ngIf:[{type:_}],ngIfThen:[{type:_}],ngIfElse:[{type:_}]}});class cB{constructor(){this.$implicit=null,this.ngIf=null}}function dT(e,t){if(!!!(!t||t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${J(t)}'.`)}class Gy{constructor(t,n){this._viewContainerRef=t,this._templateRef=n,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(t){t&&!this._created?this.create():!t&&this._created&&this.destroy()}}const Wi=class Wi{constructor(){this._defaultViews=[],this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(t){this._ngSwitch=t,this._caseCount===0&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(t){this._defaultViews.push(t)}_matchCase(t){const n=t===this._ngSwitch;return this._lastCasesMatched||(this._lastCasesMatched=n),this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),n}_updateDefaultCases(t){if(this._defaultViews.length>0&&t!==this._defaultUsed){this._defaultUsed=t;for(const n of this._defaultViews)n.enforceState(t)}}};Wi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Wi,deps:[],target:B.Directive}),Wi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Wi,isStandalone:!0,selector:"[ngSwitch]",inputs:{ngSwitch:"ngSwitch"},ngImport:w});let vn=Wi;z({type:vn,decorators:[{type:Je,args:[{selector:"[ngSwitch]",standalone:!0}]}],propDecorators:{ngSwitch:[{type:_}]}});const Zi=class Zi{constructor(t,n,r){this.ngSwitch=r,(typeof ngDevMode>"u"||ngDevMode)&&!r&&fT("ngSwitchCase","NgSwitchCase"),r._addCase(),this._view=new Gy(t,n)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}};Zi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Zi,deps:[{token:Re},{token:We},{token:vn,host:!0,optional:!0}],target:B.Directive}),Zi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Zi,isStandalone:!0,selector:"[ngSwitchCase]",inputs:{ngSwitchCase:"ngSwitchCase"},ngImport:w});let ui=Zi;z({type:ui,decorators:[{type:Je,args:[{selector:"[ngSwitchCase]",standalone:!0}]}],ctorParameters:()=>[{type:Re},{type:We},{type:vn,decorators:[{type:Pt},{type:Ca}]}],propDecorators:{ngSwitchCase:[{type:_}]}});const qi=class qi{constructor(t,n,r){(typeof ngDevMode>"u"||ngDevMode)&&!r&&fT("ngSwitchDefault","NgSwitchDefault"),r._addDefault(new Gy(t,n))}};qi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:qi,deps:[{token:Re},{token:We},{token:vn,host:!0,optional:!0}],target:B.Directive}),qi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:qi,isStandalone:!0,selector:"[ngSwitchDefault]",ngImport:w});let li=qi;z({type:li,decorators:[{type:Je,args:[{selector:"[ngSwitchDefault]",standalone:!0}]}],ctorParameters:()=>[{type:Re},{type:We},{type:vn,decorators:[{type:Pt},{type:Ca}]}]});function fT(e,t){throw new v(2e3,`An element with the "${e}" attribute (matching the "${t}" directive) must be located inside an element with the "ngSwitch" attribute (matching "NgSwitch" directive)`)}const Qi=class Qi{constructor(t){this._localization=t,this._caseViews={}}set ngPlural(t){this._updateView(t)}addCase(t,n){this._caseViews[t]=n}_updateView(t){this._clearViews();const n=Object.keys(this._caseViews),r=aT(t,n,this._localization);this._activateView(this._caseViews[r])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(t){t&&(this._activeView=t,this._activeView.create())}};Qi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Qi,deps:[{token:dr}],target:B.Directive}),Qi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Qi,isStandalone:!0,selector:"[ngPlural]",inputs:{ngPlural:"ngPlural"},ngImport:w});let fr=Qi;z({type:fr,decorators:[{type:Je,args:[{selector:"[ngPlural]",standalone:!0}]}],ctorParameters:()=>[{type:dr}],propDecorators:{ngPlural:[{type:_}]}});const Yi=class Yi{constructor(t,n,r,o){this.value=t;const s=!isNaN(Number(t));o.addCase(s?`=${t}`:t,new Gy(r,n))}};Yi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Yi,deps:[{token:"ngPluralCase",attribute:!0},{token:We},{token:Re},{token:fr,host:!0}],target:B.Directive}),Yi.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Yi,isStandalone:!0,selector:"[ngPluralCase]",ngImport:w});let di=Yi;z({type:di,decorators:[{type:Je,args:[{selector:"[ngPluralCase]",standalone:!0}]}],ctorParameters:()=>[{type:void 0,decorators:[{type:kh,args:["ngPluralCase"]}]},{type:We},{type:Re},{type:fr,decorators:[{type:Ca}]}]});const Ki=class Ki{constructor(t,n,r){this._ngEl=t,this._differs=n,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(t){this._ngStyle=t,!this._differ&&t&&(this._differ=this._differs.find(t).create())}ngDoCheck(){if(this._differ){const t=this._differ.diff(this._ngStyle);t&&this._applyChanges(t)}}_setStyle(t,n){const[r,o]=t.split("."),s=r.indexOf("-")===-1?void 0:Cs.DashCase;n!=null?this._renderer.setStyle(this._ngEl.nativeElement,r,o?`${n}${o}`:n,s):this._renderer.removeStyle(this._ngEl.nativeElement,r,s)}_applyChanges(t){t.forEachRemovedItem(n=>this._setStyle(n.key,null)),t.forEachAddedItem(n=>this._setStyle(n.key,n.currentValue)),t.forEachChangedItem(n=>this._setStyle(n.key,n.currentValue))}};Ki.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Ki,deps:[{token:Lt},{token:Rn},{token:er}],target:B.Directive}),Ki.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Ki,isStandalone:!0,selector:"[ngStyle]",inputs:{ngStyle:"ngStyle"},ngImport:w});let fi=Ki;z({type:fi,decorators:[{type:Je,args:[{selector:"[ngStyle]",standalone:!0}]}],ctorParameters:()=>[{type:Lt},{type:Rn},{type:er}],propDecorators:{ngStyle:[{type:_,args:["ngStyle"]}]}});const Ji=class Ji{constructor(t){this._viewContainerRef=t,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(t){if(this._shouldRecreateView(t)){const n=this._viewContainerRef;if(this._viewRef&&n.remove(n.indexOf(this._viewRef)),!this.ngTemplateOutlet){this._viewRef=null;return}const r=this._createContextForwardProxy();this._viewRef=n.createEmbeddedView(this.ngTemplateOutlet,r,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(t){return!!t.ngTemplateOutlet||!!t.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(t,n,r)=>this.ngTemplateOutletContext?Reflect.set(this.ngTemplateOutletContext,n,r):!1,get:(t,n,r)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,n,r)}})}};Ji.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Ji,deps:[{token:Re}],target:B.Directive}),Ji.ɵdir=Tt({minVersion:"14.0.0",version:"18.2.14",type:Ji,isStandalone:!0,selector:"[ngTemplateOutlet]",inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},usesOnChanges:!0,ngImport:w});let hi=Ji;z({type:hi,decorators:[{type:Je,args:[{selector:"[ngTemplateOutlet]",standalone:!0}]}],ctorParameters:()=>[{type:Re}],propDecorators:{ngTemplateOutletContext:[{type:_}],ngTemplateOutlet:[{type:_}],ngTemplateOutletInjector:[{type:_}]}});const hT=[si,ii,ai,ci,hi,fi,vn,ui,li,fr,di];function Jt(e,t){return new v(2100,ngDevMode&&`InvalidPipeArgument: '${t}' for pipe '${J(e)}'`)}class uB{createSubscription(t,n){return Ty(()=>t.subscribe({next:n,error:r=>{throw r}}))}dispose(t){Ty(()=>t.unsubscribe())}}class lB{createSubscription(t,n){return t.then(n,r=>{throw r})}dispose(t){}}const dB=new lB,fB=new uB,Ro=class Ro{constructor(t){this._latestValue=null,this.markForCheckOnValueUpdate=!0,this._subscription=null,this._obj=null,this._strategy=null,this._ref=t}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(t){if(!this._obj){if(t)try{this.markForCheckOnValueUpdate=!1,this._subscribe(t)}finally{this.markForCheckOnValueUpdate=!0}return this._latestValue}return t!==this._obj?(this._dispose(),this.transform(t)):this._latestValue}_subscribe(t){this._obj=t,this._strategy=this._selectStrategy(t),this._subscription=this._strategy.createSubscription(t,n=>this._updateLatestValue(t,n))}_selectStrategy(t){if(Ed(t))return dB;if(my(t))return fB;throw Jt(Ro,t)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(t,n){var r;t===this._obj&&(this._latestValue=n,this.markForCheckOnValueUpdate&&((r=this._ref)==null||r.markForCheck()))}};Ro.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Ro,deps:[{token:ir}],target:B.Pipe}),Ro.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Ro,isStandalone:!0,name:"async",pure:!1});let pi=Ro;z({type:pi,decorators:[{type:yt,args:[{name:"async",pure:!1,standalone:!0}]}],ctorParameters:()=>[{type:ir}]});const Fo=class Fo{transform(t){if(t==null)return null;if(typeof t!="string")throw Jt(Fo,t);return t.toLowerCase()}};Fo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Fo,deps:[],target:B.Pipe}),Fo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Fo,isStandalone:!0,name:"lowercase"});let gi=Fo;z({type:gi,decorators:[{type:yt,args:[{name:"lowercase",standalone:!0}]}]});const hB=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g,ko=class ko{transform(t){if(t==null)return null;if(typeof t!="string")throw Jt(ko,t);return t.replace(hB,n=>n[0].toUpperCase()+n.slice(1).toLowerCase())}};ko.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ko,deps:[],target:B.Pipe}),ko.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:ko,isStandalone:!0,name:"titlecase"});let mi=ko;z({type:mi,decorators:[{type:yt,args:[{name:"titlecase",standalone:!0}]}]});const Lo=class Lo{transform(t){if(t==null)return null;if(typeof t!="string")throw Jt(Lo,t);return t.toUpperCase()}};Lo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Lo,deps:[],target:B.Pipe}),Lo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Lo,isStandalone:!0,name:"uppercase"});let yi=Lo;z({type:yi,decorators:[{type:yt,args:[{name:"uppercase",standalone:!0}]}]});const pB="mediumDate",pT=new R(ngDevMode?"DATE_PIPE_DEFAULT_TIMEZONE":""),gT=new R(ngDevMode?"DATE_PIPE_DEFAULT_OPTIONS":""),jo=class jo{constructor(t,n,r){this.locale=t,this.defaultTimezone=n,this.defaultOptions=r}transform(t,n,r,o){var s,i;if(t==null||t===""||t!==t)return null;try{const a=n??((s=this.defaultOptions)==null?void 0:s.dateFormat)??pB,c=r??((i=this.defaultOptions)==null?void 0:i.timezone)??this.defaultTimezone??void 0;return $$(t,a,o||this.locale,c)}catch(a){throw Jt(jo,a.message)}}};jo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:jo,deps:[{token:ut},{token:pT,optional:!0},{token:gT,optional:!0}],target:B.Pipe}),jo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:jo,isStandalone:!0,name:"date"});let vi=jo;z({type:vi,decorators:[{type:yt,args:[{name:"date",standalone:!0}]}],ctorParameters:()=>[{type:void 0,decorators:[{type:Et,args:[ut]}]},{type:void 0,decorators:[{type:Et,args:[pT]},{type:Pt}]},{type:void 0,decorators:[{type:Et,args:[gT]},{type:Pt}]}]});const gB=/#/g,$o=class $o{constructor(t){this._localization=t}transform(t,n,r){if(t==null)return"";if(typeof n!="object"||n===null)throw Jt($o,n);const o=aT(t,Object.keys(n),this._localization,r);return n[o].replace(gB,t.toString())}};$o.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:$o,deps:[{token:dr}],target:B.Pipe}),$o.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:$o,isStandalone:!0,name:"i18nPlural"});let Di=$o;z({type:Di,decorators:[{type:yt,args:[{name:"i18nPlural",standalone:!0}]}],ctorParameters:()=>[{type:dr}]});const Bo=class Bo{transform(t,n){if(t==null)return"";if(typeof n!="object"||typeof t!="string")throw Jt(Bo,n);return n.hasOwnProperty(t)?n[t]:n.hasOwnProperty("other")?n.other:""}};Bo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Bo,deps:[],target:B.Pipe}),Bo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Bo,isStandalone:!0,name:"i18nSelect"});let Ei=Bo;z({type:Ei,decorators:[{type:yt,args:[{name:"i18nSelect",standalone:!0}]}]});const Xi=class Xi{transform(t){return JSON.stringify(t,null,2)}};Xi.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Xi,deps:[],target:B.Pipe}),Xi.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Xi,isStandalone:!0,name:"json",pure:!1});let Ci=Xi;z({type:Ci,decorators:[{type:yt,args:[{name:"json",pure:!1,standalone:!0}]}]});function mB(e,t){return{key:e,value:t}}const ea=class ea{constructor(t){this.differs=t,this.keyValues=[],this.compareFn=mT}transform(t,n=mT){if(!t||!(t instanceof Map)&&typeof t!="object")return null;this.differ??(this.differ=this.differs.find(t).create());const r=this.differ.diff(t),o=n!==this.compareFn;return r&&(this.keyValues=[],r.forEachItem(s=>{this.keyValues.push(mB(s.key,s.currentValue))})),(r||o)&&(this.keyValues.sort(n),this.compareFn=n),this.keyValues}};ea.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ea,deps:[{token:Rn}],target:B.Pipe}),ea.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:ea,isStandalone:!0,name:"keyvalue",pure:!1});let Ii=ea;z({type:Ii,decorators:[{type:yt,args:[{name:"keyvalue",pure:!1,standalone:!0}]}],ctorParameters:()=>[{type:Rn}]});function mT(e,t){const n=e.key,r=t.key;if(n===r)return 0;if(n===void 0)return 1;if(r===void 0)return-1;if(n===null)return 1;if(r===null)return-1;if(typeof n=="string"&&typeof r=="string")return n<r?-1:1;if(typeof n=="number"&&typeof r=="number")return n-r;if(typeof n=="boolean"&&typeof r=="boolean")return n<r?-1:1;const o=String(n),s=String(r);return o==s?0:o<s?-1:1}const Ho=class Ho{constructor(t){this._locale=t}transform(t,n,r){if(!Wy(t))return null;r||(r=this._locale);try{const o=Zy(t);return nB(o,r,n)}catch(o){throw Jt(Ho,o.message)}}};Ho.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Ho,deps:[{token:ut}],target:B.Pipe}),Ho.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Ho,isStandalone:!0,name:"number"});let bi=Ho;z({type:bi,decorators:[{type:yt,args:[{name:"number",standalone:!0}]}],ctorParameters:()=>[{type:void 0,decorators:[{type:Et,args:[ut]}]}]});const Uo=class Uo{constructor(t){this._locale=t}transform(t,n,r){if(!Wy(t))return null;r||(r=this._locale);try{const o=Zy(t);return tB(o,r,n)}catch(o){throw Jt(Uo,o.message)}}};Uo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Uo,deps:[{token:ut}],target:B.Pipe}),Uo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Uo,isStandalone:!0,name:"percent"});let wi=Uo;z({type:wi,decorators:[{type:yt,args:[{name:"percent",standalone:!0}]}],ctorParameters:()=>[{type:void 0,decorators:[{type:Et,args:[ut]}]}]});const Vo=class Vo{constructor(t,n="USD"){this._locale=t,this._defaultCurrencyCode=n}transform(t,n=this._defaultCurrencyCode,r="symbol",o,s){if(!Wy(t))return null;s||(s=this._locale),typeof r=="boolean"&&((typeof ngDevMode>"u"||ngDevMode)&&console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let i=n||this._defaultCurrencyCode;r!=="code"&&(r==="symbol"||r==="symbol-narrow"?i=R$(i,r==="symbol"?"wide":"narrow",s):i=r);try{const a=Zy(t);return eB(a,s,i,n,o)}catch(a){throw Jt(Vo,a.message)}}};Vo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:Vo,deps:[{token:ut},{token:Ey}],target:B.Pipe}),Vo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:Vo,isStandalone:!0,name:"currency"});let _i=Vo;z({type:_i,decorators:[{type:yt,args:[{name:"currency",standalone:!0}]}],ctorParameters:()=>[{type:void 0,decorators:[{type:Et,args:[ut]}]},{type:void 0,decorators:[{type:Et,args:[Ey]}]}]});function Wy(e){return!(e==null||e===""||e!==e)}function Zy(e){if(typeof e=="string"&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if(typeof e!="number")throw new Error(`${e} is not a number`);return e}const zo=class zo{transform(t,n,r){if(t==null)return null;if(!this.supports(t))throw Jt(zo,t);return t.slice(n,r)}supports(t){return typeof t=="string"||Array.isArray(t)}};zo.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:zo,deps:[],target:B.Pipe}),zo.ɵpipe=vt({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:zo,isStandalone:!0,name:"slice",pure:!1});let Mi=zo;z({type:Mi,decorators:[{type:yt,args:[{name:"slice",pure:!1,standalone:!0}]}]});const yT=[pi,yi,gi,Ci,Mi,bi,wi,mi,_i,vi,Di,Ei,Ii],br=class br{};br.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:br,deps:[],target:B.NgModule}),br.ɵmod=ZS({minVersion:"14.0.0",version:"18.2.14",ngImport:w,type:br,imports:[si,ii,ai,ci,hi,fi,vn,ui,li,fr,di,pi,yi,gi,Ci,Mi,bi,wi,mi,_i,vi,Di,Ei,Ii],exports:[si,ii,ai,ci,hi,fi,vn,ui,li,fr,di,pi,yi,gi,Ci,Mi,bi,wi,mi,_i,vi,Di,Ei,Ii]}),br.ɵinj=WS({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:br});let Dn=br;z({type:Dn,decorators:[{type:fy,args:[{imports:[hT,yT],exports:[hT,yT]}]}]});const yB="browser",vB="server";function vT(e){return e===yB}function DT(e){return e===vB}new hy("18.2.14");const cf=class cf{};cf.ɵprov=oe({token:cf,providedIn:"root",factory:()=>vT(b(Jn))?new DB(b(ni),window):new CB});let ET=cf;class DB{constructor(t,n){this.document=t,this.window=n,this.offset=()=>[0,0]}setOffset(t){Array.isArray(t)?this.offset=()=>t:this.offset=t}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(t){this.window.scrollTo(t[0],t[1])}scrollToAnchor(t){const n=EB(this.document,t);n&&(this.scrollToElement(n),n.focus())}setHistoryScrollRestoration(t){this.window.history.scrollRestoration=t}scrollToElement(t){const n=t.getBoundingClientRect(),r=n.left+this.window.pageXOffset,o=n.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],o-s[1])}}function EB(e,t){const n=e.getElementById(t)||e.getElementsByName(t)[0];if(n)return n;if(typeof e.createTreeWalker=="function"&&e.body&&typeof e.body.attachShadow=="function"){const r=e.createTreeWalker(e.body,NodeFilter.SHOW_ELEMENT);let o=r.currentNode;for(;o;){const s=o.shadowRoot;if(s){const i=s.getElementById(t)||s.querySelector(`[name="${t}"]`);if(i)return i}o=r.nextNode()}}return null}class CB{setOffset(t){}getScrollPosition(){return[0,0]}scrollToPosition(t){}scrollToAnchor(t){}setHistoryScrollRestoration(t){}}const qy="20";function Si(e,t){return Qy(e)?new URL(e):new URL(e,t.location.href)}function Qy(e){return/^https?:\/\//.test(e)}function CT(e){return Qy(e)?new URL(e).hostname:e}function IB(e){if(!(typeof e=="string")||e.trim()==="")return!1;try{const n=new URL(e);return!0}catch{return!1}}function bB(e){return e.endsWith("/")?e.slice(0,-1):e}function wB(e){return e.startsWith("/")?e.slice(1):e}const Ti=e=>e.src,IT=new R(ngDevMode?"ImageLoader":"",{providedIn:"root",factory:()=>Ti});function Wd(e,t){return function(r){return IB(r)||_B(r,t||[]),r=bB(r),[{provide:IT,useValue:i=>(Qy(i.src)&&MB(r,i.src),e(r,{...i,src:wB(i.src)}))}]}}function _B(e,t){throw new v(2959,ngDevMode&&`Image loader has detected an invalid path (\`${e}\`). To fix this, supply a path using one of the following formats: ${t.join(" or ")}`)}function MB(e,t){throw new v(2959,ngDevMode&&`Image loader has detected a \`<img>\` tag with an invalid \`ngSrc\` attribute: ${t}. This image loader expects \`ngSrc\` to be a relative URL - however the provided value is an absolute URL. To fix this, provide \`ngSrc\` as a path relative to the base URL configured for this loader (\`${e}\`).`)}Wd(SB,ngDevMode?["https://<ZONE>/cdn-cgi/image/<OPTIONS>/<SOURCE-IMAGE>"]:void 0);function SB(e,t){let n="format=auto";return t.width&&(n+=`,width=${t.width}`),t.isPlaceholder&&(n+=`,quality=${qy}`),`${e}/cdn-cgi/image/${n}/${t.src}`}const TB={name:"Cloudinary",testUrl:OB},AB=/https?\:\/\/[^\/]+\.cloudinary\.com\/.+/;function OB(e){return AB.test(e)}Wd(PB,ngDevMode?["https://res.cloudinary.com/mysite","https://mysite.cloudinary.com","https://subdomain.mysite.com"]:void 0);function PB(e,t){let r=`f_auto,${t.isPlaceholder?"q_auto:low":"q_auto"}`;return t.width&&(r+=`,w_${t.width}`),`${e}/image/upload/${r}/${t.src}`}const xB={name:"ImageKit",testUrl:RB},NB=/https?\:\/\/[^\/]+\.imagekit\.io\/.+/;function RB(e){return NB.test(e)}Wd(FB,ngDevMode?["https://ik.imagekit.io/mysite","https://subdomain.mysite.com"]:void 0);function FB(e,t){const{src:n,width:r}=t,o=[];r&&o.push(`w-${r}`),t.isPlaceholder&&o.push(`q-${qy}`);const s=o.length?[e,`tr:${o.join(",")}`,n]:[e,n];return new URL(s.join("/")).href}const kB={name:"Imgix",testUrl:jB},LB=/https?\:\/\/[^\/]+\.imgix\.net\/.+/;function jB(e){return LB.test(e)}Wd($B,ngDevMode?["https://somepath.imgix.net/"]:void 0);function $B(e,t){const n=new URL(`${e}/${t.src}`);return n.searchParams.set("auto","format"),t.width&&n.searchParams.set("w",t.width.toString()),t.isPlaceholder&&n.searchParams.set("q",qy),n.href}const BB={name:"Netlify",testUrl:UB},HB=/https?\:\/\/[^\/]+\.netlify\.app\/.+/;function UB(e){return HB.test(e)}function de(e,t=!0){return`The NgOptimizedImage directive ${t?`(activated on an <img> element with the \`ngSrc="${e}"\`) `:""}has detected that`}function bT(e){if(!ngDevMode)throw new v(2958,`Unexpected invocation of the ${e} in the prod mode. Please make sure that the prod mode is enabled for production builds.`)}const ta=class ta{constructor(){this.images=new Map,this.window=null,this.observer=null;const t=vT(b(Jn));bT("LCP checker");const n=b(ni).defaultView;t&&typeof PerformanceObserver<"u"&&(this.window=n,this.observer=this.initPerformanceObserver())}initPerformanceObserver(){const t=new PerformanceObserver(n=>{var a;const r=n.getEntries();if(r.length===0)return;const s=((a=r[r.length-1].element)==null?void 0:a.src)??"";if(s.startsWith("data:")||s.startsWith("blob:"))return;const i=this.images.get(s);i&&(!i.priority&&!i.alreadyWarnedPriority&&(i.alreadyWarnedPriority=!0,VB(s)),i.modified&&!i.alreadyWarnedModified&&(i.alreadyWarnedModified=!0,zB(s)))});return t.observe({type:"largest-contentful-paint",buffered:!0}),t}registerImage(t,n,r){if(!this.observer)return;const o={priority:r,modified:!1,alreadyWarnedModified:!1,alreadyWarnedPriority:!1};this.images.set(Si(t,this.window).href,o)}unregisterImage(t){this.observer&&this.images.delete(Si(t,this.window).href)}updateImage(t,n){if(!this.observer)return;const r=Si(t,this.window).href,o=this.images.get(r);o&&(o.modified=!0,this.images.set(Si(n,this.window).href,o),this.images.delete(r))}ngOnDestroy(){this.observer&&(this.observer.disconnect(),this.images.clear())}};ta.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ta,deps:[],target:B.Injectable}),ta.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ta,providedIn:"root"});let Zd=ta;z({type:Zd,decorators:[{type:Ee,args:[{providedIn:"root"}]}],ctorParameters:()=>[]});function VB(e){const t=de(e);console.error(he(2955,`${t} this image is the Largest Contentful Paint (LCP) element but was not marked "priority". This image should be marked "priority" in order to prioritize its loading. To fix this, add the "priority" attribute.`))}function zB(e){const t=de(e);console.warn(he(2964,`${t} this image is the Largest Contentful Paint (LCP) element and has had its "ngSrc" attribute modified. This can cause slower loading performance. It is recommended not to modify the "ngSrc" property on any image which could be the LCP element.`))}const GB=new Set(["localhost","127.0.0.1","0.0.0.0"]),WB=new R(ngDevMode?"PRECONNECT_CHECK_BLOCKLIST":""),na=class na{constructor(){this.document=b(ni),this.isServer=DT(b(Jn)),this.preconnectLinks=null,this.alreadySeen=new Set,this.window=null,this.blocklist=new Set(GB),bT("preconnect link checker");const t=this.document.defaultView;typeof t<"u"&&(this.window=t);const n=b(WB,{optional:!0});n&&this.populateBlocklist(n)}populateBlocklist(t){Array.isArray(t)?wT(t,n=>{this.blocklist.add(CT(n))}):this.blocklist.add(CT(t))}assertPreconnect(t,n){if(this.isServer)return;const r=Si(t,this.window);this.blocklist.has(r.hostname)||this.alreadySeen.has(r.origin)||(this.alreadySeen.add(r.origin),this.preconnectLinks??(this.preconnectLinks=this.queryPreconnectLinks()),this.preconnectLinks.has(r.origin)||console.warn(he(2956,`${de(n)} there is no preconnect tag present for this image. Preconnecting to the origin(s) that serve priority images ensures that these images are delivered as soon as possible. To fix this, please add the following element into the <head> of the document:
|
|
243
|
+
<link rel="preconnect" href="${r.origin}">`)))}queryPreconnectLinks(){const t=new Set,r=Array.from(this.document.querySelectorAll("link[rel=preconnect]"));for(let o of r){const s=Si(o.href,this.window);t.add(s.origin)}return t}ngOnDestroy(){var t;(t=this.preconnectLinks)==null||t.clear(),this.alreadySeen.clear()}};na.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:na,deps:[],target:B.Injectable}),na.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:na,providedIn:"root"});let qd=na;z({type:qd,decorators:[{type:Ee,args:[{providedIn:"root"}]}],ctorParameters:()=>[]});function wT(e,t){for(let n of e)Array.isArray(n)?wT(n,t):t(n)}const _T=5,ZB=new R("NG_OPTIMIZED_PRELOADED_IMAGES",{providedIn:"root",factory:()=>new Set}),ra=class ra{constructor(){this.preloadedImages=b(ZB),this.document=b(ni)}createPreloadLinkTag(t,n,r,o){if(ngDevMode&&this.preloadedImages.size>=_T)throw new v(2961,ngDevMode&&`The \`NgOptimizedImage\` directive has detected that more than ${_T} images were marked as priority. This might negatively affect an overall performance of the page. To fix this, remove the "priority" attribute from images with less priority.`);if(this.preloadedImages.has(n))return;this.preloadedImages.add(n);const s=t.createElement("link");t.setAttribute(s,"as","image"),t.setAttribute(s,"href",n),t.setAttribute(s,"rel","preload"),t.setAttribute(s,"fetchpriority","high"),o&&t.setAttribute(s,"imageSizes",o),r&&t.setAttribute(s,"imageSrcset",r),t.appendChild(this.document.head,s)}};ra.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ra,deps:[],target:B.Injectable}),ra.ɵprov=At({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:ra,providedIn:"root"});let Qd=ra;z({type:Qd,decorators:[{type:Ee,args:[{providedIn:"root"}]}]});const MT=50,ST=/^((\s*\d+w\s*(,|$)){1,})$/,qB=/^((\s*\d+(\.\d+)?x\s*(,|$)){1,})$/,Yy=3,zc=2,QB=[1,2],YB=640,TT=.1,AT=1e3,KB=1920,JB=1080,XB=15,Ky=1e3,OT=4e3,PT=1e4,eH=[kB,xB,TB,BB],xT=10;let Gc=0;const oa=class oa{constructor(){this.imageLoader=b(IT),this.config=tH(b(ep)),this.renderer=b(er),this.imgElement=b(Lt).nativeElement,this.injector=b(Be),this.isServer=DT(b(Jn)),this.preloadLinkCreator=b(Qd),this.lcpObserver=ngDevMode?this.injector.get(Zd):null,this._renderedSrc=null,this.priority=!1,this.disableOptimizedSrcset=!1,this.fill=!1}ngOnInit(){if(Ze("NgOptimizedImage"),ngDevMode){const t=this.injector.get(se);if(NT(this,"ngSrc",this.ngSrc),dH(this,this.ngSrcset),nH(this),this.ngSrcset&&rH(this),oH(this),lH(this),this.fill?(yH(this),t.runOutsideAngular(()=>vH(this,this.imgElement,this.renderer))):(mH(this),this.height!==void 0&&RT(this,this.height,"height"),this.width!==void 0&&RT(this,this.width,"width"),t.runOutsideAngular(()=>gH(this,this.imgElement,this.renderer))),DH(this),this.ngSrcset||sH(this),iH(this,this.imageLoader),EH(this.ngSrc,this.imageLoader),CH(this,this.imageLoader),IH(this,this.imageLoader),this.lcpObserver!==null&&this.injector.get(se).runOutsideAngular(()=>{this.lcpObserver.registerImage(this.getRewrittenSrc(),this.ngSrc,this.priority)}),this.priority&&(this.injector.get(qd).assertPreconnect(this.getRewrittenSrc(),this.ngSrc),!this.isServer)){const r=this.injector.get(ct);bH(r)}}this.placeholder&&this.removePlaceholderOnLoad(this.imgElement),this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||(this.sizes="100vw"):(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("ng-img","true");const t=this.updateSrcAndSrcset();this.sizes&&this.setHostAttribute("sizes",this.sizes),this.isServer&&this.priority&&this.preloadLinkCreator.createPreloadLinkTag(this.renderer,this.getRewrittenSrc(),t,this.sizes)}ngOnChanges(t){var n;if(ngDevMode&&pH(this,t,["ngSrcset","width","height","priority","fill","loading","sizes","loaderParams","disableOptimizedSrcset"]),t.ngSrc&&!t.ngSrc.isFirstChange()){const r=this._renderedSrc;this.updateSrcAndSrcset(!0);const o=this._renderedSrc;this.lcpObserver!==null&&r&&o&&r!==o&&this.injector.get(se).runOutsideAngular(()=>{var i;(i=this.lcpObserver)==null||i.updateImage(r,o)})}ngDevMode&&((n=t.placeholder)!=null&&n.currentValue)&&!this.isServer&&wH(this,this.imgElement)}callImageLoader(t){let n=t;return this.loaderParams&&(n.loaderParams=this.loaderParams),this.imageLoader(n)}getLoadingBehavior(){return!this.priority&&this.loading!==void 0?this.loading:this.priority?"eager":"lazy"}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){if(!this._renderedSrc){const t={src:this.ngSrc};this._renderedSrc=this.callImageLoader(t)}return this._renderedSrc}getRewrittenSrcset(){const t=ST.test(this.ngSrcset);return this.ngSrcset.split(",").filter(r=>r!=="").map(r=>{r=r.trim();const o=t?parseFloat(r):parseFloat(r)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:o})} ${r}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){var o;const{breakpoints:t}=this.config;let n=t;return((o=this.sizes)==null?void 0:o.trim())==="100vw"&&(n=t.filter(s=>s>=YB)),n.map(s=>`${this.callImageLoader({src:this.ngSrc,width:s})} ${s}w`).join(", ")}updateSrcAndSrcset(t=!1){t&&(this._renderedSrc=null);const n=this.getRewrittenSrc();this.setHostAttribute("src",n);let r;return this.ngSrcset?r=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(r=this.getAutomaticSrcset()),r&&this.setHostAttribute("srcset",r),r}getFixedSrcset(){return QB.map(n=>`${this.callImageLoader({src:this.ngSrc,width:this.width*n})} ${n}x`).join(", ")}shouldGenerateAutomaticSrcset(){let t=!1;return this.sizes||(t=this.width>KB||this.height>JB),!this.disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==Ti&&!t}generatePlaceholder(t){const{placeholderResolution:n}=this.config;return t===!0?`url(${this.callImageLoader({src:this.ngSrc,width:n,isPlaceholder:!0})})`:typeof t=="string"?`url(${t})`:null}shouldBlurPlaceholder(t){return!t||!t.hasOwnProperty("blur")?!0:!!t.blur}removePlaceholderOnLoad(t){const n=()=>{const s=this.injector.get(ir);r(),o(),this.placeholder=!1,s.markForCheck()},r=this.renderer.listen(t,"load",n),o=this.renderer.listen(t,"error",n);Xy(t,n)}ngOnDestroy(){ngDevMode&&!this.priority&&this._renderedSrc!==null&&this.lcpObserver!==null&&this.lcpObserver.unregisterImage(this._renderedSrc)}setHostAttribute(t,n){this.renderer.setAttribute(this.imgElement,t,n)}};oa.ɵfac=G({minVersion:"12.0.0",version:"18.2.14",ngImport:w,type:oa,deps:[],target:B.Directive}),oa.ɵdir=Tt({minVersion:"16.1.0",version:"18.2.14",type:oa,isStandalone:!0,selector:"img[ngSrc]",inputs:{ngSrc:["ngSrc","ngSrc",FT],ngSrcset:"ngSrcset",sizes:"sizes",width:["width","width",Rc],height:["height","height",Rc],loading:"loading",priority:["priority","priority",ar],loaderParams:"loaderParams",disableOptimizedSrcset:["disableOptimizedSrcset","disableOptimizedSrcset",ar],fill:["fill","fill",ar],placeholder:["placeholder","placeholder",kT],placeholderConfig:"placeholderConfig",src:"src",srcset:"srcset"},host:{properties:{"style.position":'fill ? "absolute" : null',"style.width":'fill ? "100%" : null',"style.height":'fill ? "100%" : null',"style.inset":'fill ? "0" : null',"style.background-size":'placeholder ? "cover" : null',"style.background-position":'placeholder ? "50% 50%" : null',"style.background-repeat":'placeholder ? "no-repeat" : null',"style.background-image":"placeholder ? generatePlaceholder(placeholder) : null","style.filter":'placeholder && shouldBlurPlaceholder(placeholderConfig) ? "blur(15px)" : null'}},usesOnChanges:!0,ngImport:w});let Jy=oa;z({type:Jy,decorators:[{type:Je,args:[{standalone:!0,selector:"img[ngSrc]",host:{"[style.position]":'fill ? "absolute" : null',"[style.width]":'fill ? "100%" : null',"[style.height]":'fill ? "100%" : null',"[style.inset]":'fill ? "0" : null',"[style.background-size]":'placeholder ? "cover" : null',"[style.background-position]":'placeholder ? "50% 50%" : null',"[style.background-repeat]":'placeholder ? "no-repeat" : null',"[style.background-image]":"placeholder ? generatePlaceholder(placeholder) : null","[style.filter]":`placeholder && shouldBlurPlaceholder(placeholderConfig) ? "blur(${XB}px)" : null`}}]}],propDecorators:{ngSrc:[{type:_,args:[{required:!0,transform:FT}]}],ngSrcset:[{type:_}],sizes:[{type:_}],width:[{type:_,args:[{transform:Rc}]}],height:[{type:_,args:[{transform:Rc}]}],loading:[{type:_}],priority:[{type:_,args:[{transform:ar}]}],loaderParams:[{type:_}],disableOptimizedSrcset:[{type:_,args:[{transform:ar}]}],fill:[{type:_,args:[{transform:ar}]}],placeholder:[{type:_,args:[{transform:kT}]}],placeholderConfig:[{type:_}],src:[{type:_}],srcset:[{type:_}]}});function tH(e){let t={};return e.breakpoints&&(t.breakpoints=e.breakpoints.sort((n,r)=>n-r)),Object.assign({},Xh,e,t)}function nH(e){if(e.src)throw new v(2950,`${de(e.ngSrc)} both \`src\` and \`ngSrc\` have been set. Supplying both of these attributes breaks lazy loading. The NgOptimizedImage directive sets \`src\` itself based on the value of \`ngSrc\`. To fix this, please remove the \`src\` attribute.`)}function rH(e){if(e.srcset)throw new v(2951,`${de(e.ngSrc)} both \`srcset\` and \`ngSrcset\` have been set. Supplying both of these attributes breaks lazy loading. The NgOptimizedImage directive sets \`srcset\` itself based on the value of \`ngSrcset\`. To fix this, please remove the \`srcset\` attribute.`)}function oH(e){let t=e.ngSrc.trim();if(t.startsWith("data:"))throw t.length>MT&&(t=t.substring(0,MT)+"..."),new v(2952,`${de(e.ngSrc,!1)} \`ngSrc\` is a Base64-encoded string (${t}). NgOptimizedImage does not support Base64-encoded strings. To fix this, disable the NgOptimizedImage directive for this element by removing \`ngSrc\` and using a standard \`src\` attribute instead.`)}function sH(e){let t=e.sizes;if(t!=null&&t.match(/((\)|,)\s|^)\d+px/))throw new v(2952,`${de(e.ngSrc,!1)} \`sizes\` was set to a string including pixel values. For automatic \`srcset\` generation, \`sizes\` must only include responsive values, such as \`sizes="50vw"\` or \`sizes="(min-width: 768px) 50vw, 100vw"\`. To fix this, modify the \`sizes\` attribute, or provide your own \`ngSrcset\` value directly.`)}function iH(e,t){aH(e),cH(e,t),uH(e)}function aH(e){if(e.placeholderConfig&&!e.placeholder)throw new v(2952,`${de(e.ngSrc,!1)} \`placeholderConfig\` options were provided for an image that does not use the \`placeholder\` attribute, and will have no effect.`)}function cH(e,t){if(e.placeholder===!0&&t===Ti)throw new v(2963,`${de(e.ngSrc)} the \`placeholder\` attribute is set to true but no image loader is configured (i.e. the default one is being used), which would result in the same image being used for the primary image and its placeholder. To fix this, provide a loader or remove the \`placeholder\` attribute from the image.`)}function uH(e){if(e.placeholder&&typeof e.placeholder=="string"&&e.placeholder.startsWith("data:")){if(e.placeholder.length>PT)throw new v(2965,`${de(e.ngSrc)} the \`placeholder\` attribute is set to a data URL which is longer than ${PT} characters. This is strongly discouraged, as large inline placeholders directly increase the bundle size of Angular and hurt page load performance. To fix this, generate a smaller data URL placeholder.`);e.placeholder.length>OT&&console.warn(he(2965,`${de(e.ngSrc)} the \`placeholder\` attribute is set to a data URL which is longer than ${OT} characters. This is discouraged, as large inline placeholders directly increase the bundle size of Angular and hurt page load performance. For better loading performance, generate a smaller data URL placeholder.`))}}function lH(e){const t=e.ngSrc.trim();if(t.startsWith("blob:"))throw new v(2952,`${de(e.ngSrc)} \`ngSrc\` was set to a blob URL (${t}). Blob URLs are not supported by the NgOptimizedImage directive. To fix this, disable the NgOptimizedImage directive for this element by removing \`ngSrc\` and using a regular \`src\` attribute instead.`)}function NT(e,t,n){const r=typeof n=="string",o=r&&n.trim()==="";if(!r||o)throw new v(2952,`${de(e.ngSrc)} \`${t}\` has an invalid value (\`${n}\`). To fix this, change the value to a non-empty string.`)}function dH(e,t){if(t==null)return;NT(e,"ngSrcset",t);const n=t,r=ST.test(n),o=qB.test(n);if(o&&fH(e,n),!(r||o))throw new v(2952,`${de(e.ngSrc)} \`ngSrcset\` has an invalid value (\`${t}\`). To fix this, supply \`ngSrcset\` using a comma-separated list of one or more width descriptors (e.g. "100w, 200w") or density descriptors (e.g. "1x, 2x").`)}function fH(e,t){if(!t.split(",").every(r=>r===""||parseFloat(r)<=Yy))throw new v(2952,`${de(e.ngSrc)} the \`ngSrcset\` contains an unsupported image density:\`${t}\`. NgOptimizedImage generally recommends a max image density of ${zc}x but supports image densities up to ${Yy}x. The human eye cannot distinguish between image densities greater than ${zc}x - which makes them unnecessary for most use cases. Images that will be pinch-zoomed are typically the primary use case for ${Yy}x images. Please remove the high density descriptor and try again.`)}function hH(e,t){let n;return t==="width"||t==="height"?n=`Changing \`${t}\` may result in different attribute value applied to the underlying image element and cause layout shifts on a page.`:n=`Changing the \`${t}\` would have no effect on the underlying image element, because the resource loading has already occurred.`,new v(2953,`${de(e.ngSrc)} \`${t}\` was updated after initialization. The NgOptimizedImage directive will not react to this input change. ${n} To fix this, either switch \`${t}\` to a static value or wrap the image element in an *ngIf that is gated on the necessary value.`)}function pH(e,t,n){n.forEach(r=>{if(t.hasOwnProperty(r)&&!t[r].isFirstChange())throw r==="ngSrc"&&(e={ngSrc:t[r].previousValue}),hH(e,r)})}function RT(e,t,n){const r=typeof t=="number"&&t>0,o=typeof t=="string"&&/^\d+$/.test(t.trim())&&parseInt(t)>0;if(!r&&!o)throw new v(2952,`${de(e.ngSrc)} \`${n}\` has an invalid value. To fix this, provide \`${n}\` as a number greater than 0.`)}function gH(e,t,n){const r=()=>{o(),s();const i=window.getComputedStyle(t);let a=parseFloat(i.getPropertyValue("width")),c=parseFloat(i.getPropertyValue("height"));if(i.getPropertyValue("box-sizing")==="border-box"){const k=i.getPropertyValue("padding-top"),Q=i.getPropertyValue("padding-right"),Pe=i.getPropertyValue("padding-bottom"),Se=i.getPropertyValue("padding-left");a-=parseFloat(Q)+parseFloat(Se),c-=parseFloat(k)+parseFloat(Pe)}const l=a/c,d=a!==0&&c!==0,f=t.naturalWidth,h=t.naturalHeight,p=f/h,g=e.width,D=e.height,E=g/D,m=Math.abs(E-p)>TT,T=d&&Math.abs(p-l)>TT;if(m)console.warn(he(2952,`${de(e.ngSrc)} the aspect ratio of the image does not match the aspect ratio indicated by the width and height attributes.
|
|
244
|
+
Intrinsic image size: ${f}w x ${h}h (aspect-ratio: ${Yd(p)}).
|
|
245
|
+
Supplied width and height attributes: ${g}w x ${D}h (aspect-ratio: ${Yd(E)}).
|
|
246
|
+
To fix this, update the width and height attributes.`));else if(T)console.warn(he(2952,`${de(e.ngSrc)} the aspect ratio of the rendered image does not match the image's intrinsic aspect ratio.
|
|
247
|
+
Intrinsic image size: ${f}w x ${h}h (aspect-ratio: ${Yd(p)}).
|
|
248
|
+
Rendered image size: ${a}w x ${c}h (aspect-ratio: ${Yd(l)}).
|
|
249
|
+
This issue can occur if "width" and "height" attributes are added to an image without updating the corresponding image styling. To fix this, adjust image styling. In most cases, adding "height: auto" or "width: auto" to the image styling will fix this issue.`));else if(!e.ngSrcset&&d){const k=zc*a,Q=zc*c,Pe=f-k>=AT,Se=h-Q>=AT;(Pe||Se)&&console.warn(he(2960,`${de(e.ngSrc)} the intrinsic image is significantly larger than necessary.
|
|
250
|
+
Rendered image size: ${a}w x ${c}h.
|
|
251
|
+
Intrinsic image size: ${f}w x ${h}h.
|
|
252
|
+
Recommended intrinsic image size: ${k}w x ${Q}h.
|
|
253
|
+
Note: Recommended intrinsic image size is calculated assuming a maximum DPR of ${zc}. To improve loading time, resize the image or consider using the "ngSrcset" and "sizes" attributes.`))}},o=n.listen(t,"load",r),s=n.listen(t,"error",()=>{o(),s()});Xy(t,r)}function mH(e){let t=[];if(e.width===void 0&&t.push("width"),e.height===void 0&&t.push("height"),t.length>0)throw new v(2954,`${de(e.ngSrc)} these required attributes are missing: ${t.map(n=>`"${n}"`).join(", ")}. Including "width" and "height" attributes will prevent image-related layout shifts. To fix this, include "width" and "height" attributes on the image tag or turn on "fill" mode with the \`fill\` attribute.`)}function yH(e){if(e.width||e.height)throw new v(2952,`${de(e.ngSrc)} the attributes \`height\` and/or \`width\` are present along with the \`fill\` attribute. Because \`fill\` mode causes an image to fill its containing element, the size attributes have no effect and should be removed.`)}function vH(e,t,n){const r=()=>{o(),s();const i=t.clientHeight;e.fill&&i===0&&console.warn(he(2952,`${de(e.ngSrc)} the height of the fill-mode image is zero. This is likely because the containing element does not have the CSS 'position' property set to one of the following: "relative", "fixed", or "absolute". To fix this problem, make sure the container element has the CSS 'position' property defined and the height of the element is not zero.`))},o=n.listen(t,"load",r),s=n.listen(t,"error",()=>{o(),s()});Xy(t,r)}function DH(e){if(e.loading&&e.priority)throw new v(2952,`${de(e.ngSrc)} the \`loading\` attribute was used on an image that was marked "priority". Setting \`loading\` on priority images is not allowed because these images will always be eagerly loaded. To fix this, remove the “loading” attribute from the priority image.`);const t=["auto","eager","lazy"];if(typeof e.loading=="string"&&!t.includes(e.loading))throw new v(2952,`${de(e.ngSrc)} the \`loading\` attribute has an invalid value (\`${e.loading}\`). To fix this, provide a valid value ("lazy", "eager", or "auto").`)}function EH(e,t){if(t===Ti){let n="";for(const r of eH)if(r.testUrl(e)){n=r.name;break}n&&console.warn(he(2962,`NgOptimizedImage: It looks like your images may be hosted on the ${n} CDN, but your app is not using Angular's built-in loader for that CDN. We recommend switching to use the built-in by calling \`provide${n}Loader()\` in your \`providers\` and passing it your instance's base URL. If you don't want to use the built-in loader, define a custom loader function using IMAGE_LOADER to silence this warning.`))}}function CH(e,t){e.ngSrcset&&t===Ti&&console.warn(he(2963,`${de(e.ngSrc)} the \`ngSrcset\` attribute is present but no image loader is configured (i.e. the default one is being used), which would result in the same image being used for all configured sizes. To fix this, provide a loader or remove the \`ngSrcset\` attribute from the image.`))}function IH(e,t){e.loaderParams&&t===Ti&&console.warn(he(2963,`${de(e.ngSrc)} the \`loaderParams\` attribute is present but no image loader is configured (i.e. the default one is being used), which means that the loaderParams data will not be consumed and will not affect the URL. To fix this, provide a custom loader or remove the \`loaderParams\` attribute from the image.`))}async function bH(e){Gc===0?(Gc++,await bd(e),Gc>xT&&console.warn(he(2966,`NgOptimizedImage: The "priority" attribute is set to true more than ${xT} times (${Gc} times). Marking too many images as "high" priority can hurt your application's LCP (https://web.dev/lcp). "Priority" should only be set on the image expected to be the page's LCP element.`))):Gc++}function wH(e,t){const n=window.getComputedStyle(t);let r=parseFloat(n.getPropertyValue("width")),o=parseFloat(n.getPropertyValue("height"));(r>Ky||o>Ky)&&console.warn(he(2967,`${de(e.ngSrc)} it uses a placeholder image, but at least one of the dimensions attribute (height or width) exceeds the limit of ${Ky}px. To fix this, use a smaller image as a placeholder.`))}function Xy(e,t){e.complete&&e.naturalWidth&&t()}function Yd(e){return Number.isInteger(e)?e:e.toFixed(2)}function FT(e){return typeof e=="string"?e:ln(e)}function kT(e){return typeof e=="string"&&e!=="true"&&e!=="false"&&e!==""?e:ar(e)}var _H=Object.defineProperty,MH=Object.getOwnPropertyDescriptor,LT=(e,t,n,r)=>{for(var o=r>1?void 0:r?MH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&_H(t,n,o),o};let Ai=class{constructor(){S(this,"html")}};LT([_()],Ai.prototype,"html",2),Ai=LT([Y({selector:"HtmlView, htmlview",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
254
|
+
<div class="ns-htmlview" *ngIf="html; else projected" [innerHTML]="html"></div>
|
|
255
|
+
<ng-template #projected><div class="ns-htmlview"><ng-content></ng-content></div></ng-template>
|
|
256
|
+
`,styles:[`
|
|
257
|
+
.ns-htmlview {
|
|
258
|
+
display: block;
|
|
259
|
+
}
|
|
260
|
+
`]})],Ai);var SH=Object.defineProperty,TH=Object.getOwnPropertyDescriptor,ev=(e,t,n,r)=>{for(var o=r>1?void 0:r?TH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&SH(t,n,o),o};let po=class{constructor(){S(this,"src");S(this,"stretch")}};ev([_({required:!0})],po.prototype,"src",2),ev([_()],po.prototype,"stretch",2),po=ev([Y({selector:"Image, image",standalone:!0,changeDetection:V.OnPush,template:'<img class="ns-image" [src]="src" />',styles:[`
|
|
261
|
+
.ns-image {
|
|
262
|
+
display: block;
|
|
263
|
+
max-width: 100%;
|
|
264
|
+
height: auto;
|
|
265
|
+
}
|
|
266
|
+
`]})],po);var AH=Object.defineProperty,OH=Object.getOwnPropertyDescriptor,jT=(e,t,n,r)=>{for(var o=r>1?void 0:r?OH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&AH(t,n,o),o};let Oi=class{constructor(){S(this,"src")}};jT([_({required:!0})],Oi.prototype,"src",2),Oi=jT([Y({selector:"ImageCacheIt, imagecacheit",standalone:!0,changeDetection:V.OnPush,template:'<img class="ns-imagecacheit" [src]="src" />',styles:[`
|
|
267
|
+
.ns-imagecacheit {
|
|
268
|
+
display: block;
|
|
269
|
+
max-width: 100%;
|
|
270
|
+
height: auto;
|
|
271
|
+
}
|
|
272
|
+
`]})],Oi);var PH=Object.defineProperty,xH=Object.getOwnPropertyDescriptor,$T=(e,t,n,r)=>{for(var o=r>1?void 0:r?xH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&PH(t,n,o),o};let Pi=class{constructor(){S(this,"text")}};$T([_()],Pi.prototype,"text",2),Pi=$T([Y({selector:"Label, label",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
273
|
+
<span class="ns-label">
|
|
274
|
+
<ng-container *ngIf="text === undefined || text === null || text === ''; else textTpl">
|
|
275
|
+
<ng-content></ng-content>
|
|
276
|
+
</ng-container>
|
|
277
|
+
<ng-template #textTpl>{{ text }}</ng-template>
|
|
278
|
+
</span>
|
|
279
|
+
`,styles:[`
|
|
280
|
+
.ns-label {
|
|
281
|
+
display: inline-block;
|
|
282
|
+
}
|
|
283
|
+
`]})],Pi);var NH=Object.defineProperty,RH=Object.getOwnPropertyDescriptor,Wc=(e,t,n,r)=>{for(var o=r>1?void 0:r?RH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&NH(t,n,o),o};let Ln=class{constructor(){S(this,"items",[]);S(this,"selectedIndex");S(this,"selectedIndexChange",new te);S(this,"change",new te)}onChange(e){const t=Number(e.target.value);this.selectedIndexChange.emit(t),this.change.emit(t)}};Wc([_({required:!0})],Ln.prototype,"items",2),Wc([_()],Ln.prototype,"selectedIndex",2),Wc([Me()],Ln.prototype,"selectedIndexChange",2),Wc([Me()],Ln.prototype,"change",2),Ln=Wc([Y({selector:"ListPicker, listpicker",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
284
|
+
<select class="ns-listpicker" [value]="selectedIndex ?? 0" (change)="onChange($event)">
|
|
285
|
+
<option *ngFor="let item of items; let i = index" [value]="i">{{ item }}</option>
|
|
286
|
+
</select>
|
|
287
|
+
`,styles:[`
|
|
288
|
+
.ns-listpicker {
|
|
289
|
+
padding: 6px 8px;
|
|
290
|
+
}
|
|
291
|
+
`]})],Ln);var FH=Object.getOwnPropertyDescriptor,kH=(e,t,n,r)=>{for(var o=r>1?void 0:r?FH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Zc=class{};Zc=kH([Y({selector:"ListView, listview",standalone:!0,changeDetection:V.OnPush,template:'<ul class="ns-listview"><ng-content></ng-content></ul>',styles:[`
|
|
292
|
+
.ns-listview {
|
|
293
|
+
list-style: none;
|
|
294
|
+
margin: 0;
|
|
295
|
+
padding: 0;
|
|
296
|
+
}
|
|
297
|
+
.ns-listview > li {
|
|
298
|
+
padding: 8px 12px;
|
|
299
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
300
|
+
}
|
|
301
|
+
`]})],Zc);var LH=Object.defineProperty,jH=Object.getOwnPropertyDescriptor,tv=(e,t,n,r)=>{for(var o=r>1?void 0:r?jH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&LH(t,n,o),o};let go=class{constructor(){S(this,"text");S(this,"tap",new te)}onClick(e){var t,n;this.tap.emit(e),!((t=this.tap.observers)!=null&&t.length)&&(n=window==null?void 0:window.history)!=null&&n.back&&window.history.back()}};tv([_()],go.prototype,"text",2),tv([Me()],go.prototype,"tap",2),go=tv([Y({selector:"NavigationButton, navigationbutton",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
302
|
+
<button class="ns-navbutton" (click)="onClick($event)">
|
|
303
|
+
<ng-content></ng-content>
|
|
304
|
+
<ng-container *ngIf="text">{{ text }}</ng-container>
|
|
305
|
+
</button>
|
|
306
|
+
`,styles:[`
|
|
307
|
+
.ns-navbutton {
|
|
308
|
+
background: transparent;
|
|
309
|
+
border: none;
|
|
310
|
+
color: inherit;
|
|
311
|
+
cursor: pointer;
|
|
312
|
+
padding: 8px;
|
|
313
|
+
}
|
|
314
|
+
`]})],go);var $H=Object.getOwnPropertyDescriptor,BH=(e,t,n,r)=>{for(var o=r>1?void 0:r?$H(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let qc=class{};qc=BH([Y({selector:"Page, page",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-page"><ng-content></ng-content></div>',styles:[`
|
|
315
|
+
.ns-page {
|
|
316
|
+
top: 0;
|
|
317
|
+
left: 0;
|
|
318
|
+
position: absolute;
|
|
319
|
+
width: 100%;
|
|
320
|
+
min-height: 100%;
|
|
321
|
+
padding: 0px;
|
|
322
|
+
}
|
|
323
|
+
`]})],qc);var HH=Object.getOwnPropertyDescriptor,UH=(e,t,n,r)=>{for(var o=r>1?void 0:r?HH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Qc=class{};Qc=UH([Y({selector:"Placeholder, placeholder",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-placeholder"><ng-content></ng-content></div>',styles:[`
|
|
324
|
+
.ns-placeholder {
|
|
325
|
+
display: contents;
|
|
326
|
+
}
|
|
327
|
+
`]})],Qc);var VH=Object.defineProperty,zH=Object.getOwnPropertyDescriptor,nv=(e,t,n,r)=>{for(var o=r>1?void 0:r?zH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&VH(t,n,o),o};let mo=class{constructor(){S(this,"value");S(this,"max")}};nv([_()],mo.prototype,"value",2),nv([_()],mo.prototype,"max",2),mo=nv([Y({selector:"Progress, progress[nsProgress], ns-progress",standalone:!0,changeDetection:V.OnPush,template:'<progress class="ns-progress" [value]="value ?? null" [max]="max ?? null"></progress>',styles:[`
|
|
328
|
+
.ns-progress {
|
|
329
|
+
width: 100%;
|
|
330
|
+
}
|
|
331
|
+
`]})],mo);var GH=Object.getOwnPropertyDescriptor,WH=(e,t,n,r)=>{for(var o=r>1?void 0:r?GH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Yc=class{};Yc=WH([Y({selector:"RootLayout, rootlayout",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-root"><ng-content></ng-content></div>',styles:[`
|
|
332
|
+
.ns-root {
|
|
333
|
+
position: relative;
|
|
334
|
+
width: 100%;
|
|
335
|
+
height: 100%;
|
|
336
|
+
display: block;
|
|
337
|
+
}
|
|
338
|
+
`]})],Yc);var ZH=Object.getOwnPropertyDescriptor,qH=(e,t,n,r)=>{for(var o=r>1?void 0:r?ZH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Kc=class{};Kc=qH([Y({selector:"ScrollView, scrollview",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-scroll"><ng-content></ng-content></div>',styles:[`
|
|
339
|
+
.ns-scroll {
|
|
340
|
+
overflow: auto;
|
|
341
|
+
max-height: 100%;
|
|
342
|
+
}
|
|
343
|
+
`]})],Kc);var QH=Object.defineProperty,YH=Object.getOwnPropertyDescriptor,Kd=(e,t,n,r)=>{for(var o=r>1?void 0:r?YH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&QH(t,n,o),o};let hr=class{constructor(){S(this,"text");S(this,"textChange",new te);S(this,"submit",new te)}onInput(e){this.textChange.emit(e.target.value)}onSubmit(e){this.submit.emit(e.target.value)}};Kd([_()],hr.prototype,"text",2),Kd([Me()],hr.prototype,"textChange",2),Kd([Me()],hr.prototype,"submit",2),hr=Kd([Y({selector:"SearchBar, searchbar",standalone:!0,changeDetection:V.OnPush,template:`
|
|
344
|
+
<div class="ns-searchbar">
|
|
345
|
+
<input type="search" [value]="text ?? ''" (input)="onInput($event)" (keyup.enter)="onSubmit($event)" />
|
|
346
|
+
</div>
|
|
347
|
+
`,styles:[`
|
|
348
|
+
.ns-searchbar input {
|
|
349
|
+
width: 100%;
|
|
350
|
+
padding: 6px 8px;
|
|
351
|
+
}
|
|
352
|
+
`]})],hr);var KH=Object.defineProperty,JH=Object.getOwnPropertyDescriptor,rv=(e,t,n,r)=>{for(var o=r>1?void 0:r?JH(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&KH(t,n,o),o},XH=(e,t)=>(n,r)=>t(n,r,e);let pr=class{constructor(e){S(this,"title");this.parent=e}get display(){return this.parent?this.parent.isActive(this)?"block":"none":"block"}};rv([_({required:!0})],pr.prototype,"title",2),rv([dy("style.display")],pr.prototype,"display",1),pr=rv([Y({selector:"SegmentedBarItem, segmentedbaritem",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-segmentedbar-item"><ng-content></ng-content></div>',styles:[`
|
|
353
|
+
.ns-segmentedbar-item {
|
|
354
|
+
display: block;
|
|
355
|
+
}
|
|
356
|
+
`]}),XH(0,Pt())],pr);var e8=Object.defineProperty,t8=Object.getOwnPropertyDescriptor,xi=(e,t,n,r)=>{for(var o=r>1?void 0:r?t8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&e8(t,n,o),o};let En=class{constructor(){S(this,"items");S(this,"selectedIndex");S(this,"selectedIndexChange",new te);S(this,"change",new te);S(this,"contentItems");S(this,"currentIndex",0);S(this,"displayItems",[])}ngAfterContentInit(){var e;this.currentIndex=typeof this.selectedIndex=="number"?this.selectedIndex:0,this.refreshItems(),(e=this.contentItems)==null||e.changes.subscribe(()=>this.refreshItems())}select(e){this.currentIndex=e,this.selectedIndexChange.emit(e),this.change.emit(e)}isActive(e){var r;const n=(((r=this.contentItems)==null?void 0:r.toArray())??[]).indexOf(e);return n<0?!0:n===this.currentIndex}refreshItems(){var e;if(this.items&&this.items.length){this.displayItems=this.items;return}this.displayItems=(((e=this.contentItems)==null?void 0:e.toArray())??[]).map(t=>t.title)}};xi([_()],En.prototype,"items",2),xi([_()],En.prototype,"selectedIndex",2),xi([Me()],En.prototype,"selectedIndexChange",2),xi([Me()],En.prototype,"change",2),xi([vg(pr)],En.prototype,"contentItems",2),En=xi([Y({selector:"SegmentedBar, segmentedbar",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
357
|
+
<div class="ns-segmentedbar">
|
|
358
|
+
<div class="ns-segmentedbar-header">
|
|
359
|
+
<button
|
|
360
|
+
*ngFor="let t of displayItems; let i = index"
|
|
361
|
+
class="ns-segment"
|
|
362
|
+
[class.active]="i === currentIndex"
|
|
363
|
+
(click)="select(i)"
|
|
364
|
+
>
|
|
365
|
+
{{ t }}
|
|
366
|
+
</button>
|
|
367
|
+
</div>
|
|
368
|
+
<div class="ns-segmentedbar-body"><ng-content></ng-content></div>
|
|
369
|
+
</div>
|
|
370
|
+
`,styles:[`
|
|
371
|
+
.ns-segmentedbar {
|
|
372
|
+
display: block;
|
|
373
|
+
color: inherit;
|
|
374
|
+
}
|
|
375
|
+
.ns-segmentedbar-header {
|
|
376
|
+
display: flex;
|
|
377
|
+
gap: 8px;
|
|
378
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
|
379
|
+
padding-bottom: 8px;
|
|
380
|
+
}
|
|
381
|
+
.ns-segment {
|
|
382
|
+
background: transparent;
|
|
383
|
+
border: none;
|
|
384
|
+
color: #fff;
|
|
385
|
+
padding: 8px 12px;
|
|
386
|
+
cursor: pointer;
|
|
387
|
+
opacity: 0.95;
|
|
388
|
+
}
|
|
389
|
+
.ns-segment.active {
|
|
390
|
+
opacity: 1;
|
|
391
|
+
border-bottom: 2px solid currentColor;
|
|
392
|
+
}
|
|
393
|
+
.ns-segmentedbar-body {
|
|
394
|
+
padding-top: 12px;
|
|
395
|
+
}
|
|
396
|
+
`]})],En);var n8=Object.defineProperty,r8=Object.getOwnPropertyDescriptor,yo=(e,t,n,r)=>{for(var o=r>1?void 0:r?r8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&n8(t,n,o),o};let Xt=class{constructor(){S(this,"value");S(this,"min");S(this,"max");S(this,"step");S(this,"valueChange",new te);S(this,"change",new te)}onInput(e){const t=Number(e.target.value);this.valueChange.emit(t),this.change.emit(t)}};yo([_()],Xt.prototype,"value",2),yo([_()],Xt.prototype,"min",2),yo([_()],Xt.prototype,"max",2),yo([_()],Xt.prototype,"step",2),yo([Me()],Xt.prototype,"valueChange",2),yo([Me()],Xt.prototype,"change",2),Xt=yo([Y({selector:"Slider, slider",standalone:!0,changeDetection:V.OnPush,template:`
|
|
397
|
+
<input
|
|
398
|
+
class="ns-slider"
|
|
399
|
+
type="range"
|
|
400
|
+
[min]="min ?? 0"
|
|
401
|
+
[max]="max ?? 100"
|
|
402
|
+
[step]="step ?? 1"
|
|
403
|
+
[value]="value ?? 0"
|
|
404
|
+
(input)="onInput($event)"
|
|
405
|
+
/>
|
|
406
|
+
`,styles:[`
|
|
407
|
+
.ns-slider {
|
|
408
|
+
width: 100%;
|
|
409
|
+
}
|
|
410
|
+
`]})],Xt);var o8=Object.getOwnPropertyDescriptor,s8=(e,t,n,r)=>{for(var o=r>1?void 0:r?o8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Jc=class{};Jc=s8([Y({selector:"StackLayout, stacklayout",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-stack"><ng-content></ng-content></div>',styles:[`
|
|
411
|
+
.ns-stack {
|
|
412
|
+
display: flex;
|
|
413
|
+
flex-direction: column;
|
|
414
|
+
}
|
|
415
|
+
`]})],Jc);var i8=Object.defineProperty,a8=Object.getOwnPropertyDescriptor,Jd=(e,t,n,r)=>{for(var o=r>1?void 0:r?a8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&i8(t,n,o),o};let gr=class{constructor(){S(this,"checked");S(this,"checkedChange",new te);S(this,"change",new te)}onChange(e){const t=e.target.checked;this.checkedChange.emit(t),this.change.emit(t)}};Jd([_()],gr.prototype,"checked",2),Jd([Me()],gr.prototype,"checkedChange",2),Jd([Me()],gr.prototype,"change",2),gr=Jd([Y({selector:"Switch, switch",standalone:!0,changeDetection:V.OnPush,template:`
|
|
416
|
+
<label class="ns-switch">
|
|
417
|
+
<input type="checkbox" [checked]="checked ?? false" (change)="onChange($event)" />
|
|
418
|
+
<span class="track"><span class="thumb"></span></span>
|
|
419
|
+
</label>
|
|
420
|
+
`,styles:[`
|
|
421
|
+
.ns-switch {
|
|
422
|
+
display: inline-flex;
|
|
423
|
+
align-items: center;
|
|
424
|
+
cursor: pointer;
|
|
425
|
+
}
|
|
426
|
+
.ns-switch input {
|
|
427
|
+
display: none;
|
|
428
|
+
}
|
|
429
|
+
.ns-switch .track {
|
|
430
|
+
width: 40px;
|
|
431
|
+
height: 22px;
|
|
432
|
+
background: rgba(255, 255, 255, 0.3);
|
|
433
|
+
border-radius: 11px;
|
|
434
|
+
position: relative;
|
|
435
|
+
transition: background 0.2s;
|
|
436
|
+
}
|
|
437
|
+
.ns-switch .thumb {
|
|
438
|
+
width: 18px;
|
|
439
|
+
height: 18px;
|
|
440
|
+
background: rgb(0, 255, 174);
|
|
441
|
+
border-radius: 50%;
|
|
442
|
+
position: absolute;
|
|
443
|
+
top: 2px;
|
|
444
|
+
left: 2px;
|
|
445
|
+
transition: left 0.2s;
|
|
446
|
+
}
|
|
447
|
+
.ns-switch input:checked + .track {
|
|
448
|
+
background: currentColor;
|
|
449
|
+
opacity: 0.5;
|
|
450
|
+
}
|
|
451
|
+
.ns-switch input:checked + .track .thumb {
|
|
452
|
+
left: 20px;
|
|
453
|
+
}
|
|
454
|
+
`]})],gr);var c8=Object.defineProperty,u8=Object.getOwnPropertyDescriptor,ov=(e,t,n,r)=>{for(var o=r>1?void 0:r?u8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&c8(t,n,o),o},l8=(e,t)=>(n,r)=>t(n,r,e);let mr=class{constructor(e){S(this,"title");this.parent=e}get display(){return this.parent?this.parent.isActive(this)?"block":"none":"block"}};ov([_({required:!0})],mr.prototype,"title",2),ov([dy("style.display")],mr.prototype,"display",1),mr=ov([Y({selector:"TabViewItem, tabviewitem",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-tabview-item"><ng-content></ng-content></div>',styles:[`
|
|
455
|
+
.ns-tabview-item {
|
|
456
|
+
display: block;
|
|
457
|
+
}
|
|
458
|
+
`]}),l8(0,Pt())],mr);var d8=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,sv=(e,t,n,r)=>{for(var o=r>1?void 0:r?f8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&d8(t,n,o),o};let vo=class{constructor(){S(this,"selectedIndex");S(this,"contentItems");S(this,"items",[]);S(this,"currentIndex",0)}ngAfterContentInit(){var e;this.currentIndex=typeof this.selectedIndex=="number"?this.selectedIndex:0,this.refreshItems(),(e=this.contentItems)==null||e.changes.subscribe(()=>this.refreshItems())}select(e){this.currentIndex=e}isActive(e){var r;const n=(((r=this.contentItems)==null?void 0:r.toArray())??[]).indexOf(e);return n<0?!0:n===this.currentIndex}refreshItems(){var e;this.items=(((e=this.contentItems)==null?void 0:e.toArray())??[]).map(t=>t.title)}};sv([_()],vo.prototype,"selectedIndex",2),sv([vg(mr)],vo.prototype,"contentItems",2),vo=sv([Y({selector:"TabView, tabview",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
459
|
+
<div class="ns-tabview">
|
|
460
|
+
<div class="ns-tabview-header">
|
|
461
|
+
<button
|
|
462
|
+
*ngFor="let title of items; let i = index"
|
|
463
|
+
class="ns-tabview-tab"
|
|
464
|
+
[class.active]="i === currentIndex"
|
|
465
|
+
(click)="select(i)"
|
|
466
|
+
>
|
|
467
|
+
{{ title }}
|
|
468
|
+
</button>
|
|
469
|
+
</div>
|
|
470
|
+
<div class="ns-tabview-body"><ng-content></ng-content></div>
|
|
471
|
+
</div>
|
|
472
|
+
`,styles:[`
|
|
473
|
+
.ns-tabview {
|
|
474
|
+
display: block;
|
|
475
|
+
}
|
|
476
|
+
.ns-tabview-header {
|
|
477
|
+
display: flex;
|
|
478
|
+
gap: 8px;
|
|
479
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
480
|
+
padding-bottom: 8px;
|
|
481
|
+
}
|
|
482
|
+
.ns-tabview-tab {
|
|
483
|
+
background: transparent;
|
|
484
|
+
border: none;
|
|
485
|
+
color: inherit;
|
|
486
|
+
padding: 8px 12px;
|
|
487
|
+
cursor: pointer;
|
|
488
|
+
opacity: 0.7;
|
|
489
|
+
}
|
|
490
|
+
.ns-tabview-tab.active {
|
|
491
|
+
opacity: 1;
|
|
492
|
+
border-bottom: 2px solid currentColor;
|
|
493
|
+
}
|
|
494
|
+
.ns-tabview-body {
|
|
495
|
+
padding-top: 12px;
|
|
496
|
+
}
|
|
497
|
+
`]})],vo);var h8=Object.defineProperty,p8=Object.getOwnPropertyDescriptor,Xd=(e,t,n,r)=>{for(var o=r>1?void 0:r?p8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&h8(t,n,o),o};let yr=class{constructor(){S(this,"text");S(this,"textChange",new te);S(this,"submit",new te)}onInput(e){this.textChange.emit(e.target.value)}onSubmit(e){this.submit.emit(e.target.value)}};Xd([_()],yr.prototype,"text",2),Xd([Me()],yr.prototype,"textChange",2),Xd([Me()],yr.prototype,"submit",2),yr=Xd([Y({selector:"TextField, textfield",standalone:!0,changeDetection:V.OnPush,template:`
|
|
498
|
+
<input
|
|
499
|
+
class="ns-textfield"
|
|
500
|
+
type="text"
|
|
501
|
+
[value]="text ?? ''"
|
|
502
|
+
(input)="onInput($event)"
|
|
503
|
+
(keyup.enter)="onSubmit($event)"
|
|
504
|
+
/>
|
|
505
|
+
`,styles:[`
|
|
506
|
+
.ns-textfield {
|
|
507
|
+
width: 100%;
|
|
508
|
+
padding: 6px 8px;
|
|
509
|
+
}
|
|
510
|
+
`]})],yr);var g8=Object.defineProperty,m8=Object.getOwnPropertyDescriptor,ef=(e,t,n,r)=>{for(var o=r>1?void 0:r?m8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&g8(t,n,o),o};let vr=class{constructor(){S(this,"text");S(this,"textChange",new te);S(this,"change",new te)}onInput(e){const t=e.target.value;this.textChange.emit(t),this.change.emit(t)}};ef([_()],vr.prototype,"text",2),ef([Me()],vr.prototype,"textChange",2),ef([Me()],vr.prototype,"change",2),vr=ef([Y({selector:"TextView, textview",standalone:!0,changeDetection:V.OnPush,template:`<textarea class="ns-textview" [value]="text ?? ''" (input)="onInput($event)"></textarea>`,styles:[`
|
|
511
|
+
.ns-textview {
|
|
512
|
+
width: 100%;
|
|
513
|
+
min-height: 80px;
|
|
514
|
+
padding: 6px 8px;
|
|
515
|
+
}
|
|
516
|
+
`]})],vr);var y8=Object.defineProperty,v8=Object.getOwnPropertyDescriptor,tf=(e,t,n,r)=>{for(var o=r>1?void 0:r?v8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&y8(t,n,o),o};let Dr=class{constructor(){S(this,"time");S(this,"timeChange",new te);S(this,"change",new te)}onInput(e){const t=e.target.value;this.timeChange.emit(t),this.change.emit(t)}};tf([_()],Dr.prototype,"time",2),tf([Me()],Dr.prototype,"timeChange",2),tf([Me()],Dr.prototype,"change",2),Dr=tf([Y({selector:"TimePicker, timepicker",standalone:!0,changeDetection:V.OnPush,template:`<input class="ns-timepicker" type="time" [value]="time ?? ''" (input)="onInput($event)" />`,styles:[`
|
|
517
|
+
.ns-timepicker {
|
|
518
|
+
padding: 6px 8px;
|
|
519
|
+
}
|
|
520
|
+
`]})],Dr);var D8=Object.defineProperty,E8=Object.getOwnPropertyDescriptor,BT=(e,t,n,r)=>{for(var o=r>1?void 0:r?E8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&D8(t,n,o),o};let Ni=class{constructor(){S(this,"src")}};BT([_()],Ni.prototype,"src",2),Ni=BT([Y({selector:"WebView, webview",standalone:!0,changeDetection:V.OnPush,imports:[Dn],template:`
|
|
521
|
+
<iframe class="ns-webview" *ngIf="src; else projected" [src]="src"></iframe>
|
|
522
|
+
<ng-template #projected><div class="ns-webview"><ng-content></ng-content></div></ng-template>
|
|
523
|
+
`,styles:[`
|
|
524
|
+
.ns-webview {
|
|
525
|
+
width: 100%;
|
|
526
|
+
height: 100%;
|
|
527
|
+
border: none;
|
|
528
|
+
}
|
|
529
|
+
`]})],Ni);var C8=Object.getOwnPropertyDescriptor,I8=(e,t,n,r)=>{for(var o=r>1?void 0:r?C8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=i(o)||o);return o};let Xc=class{};Xc=I8([Y({selector:"WrapLayout, wraplayout",standalone:!0,changeDetection:V.OnPush,template:'<div class="ns-wrap"><ng-content></ng-content></div>',styles:[`
|
|
530
|
+
.ns-wrap {
|
|
531
|
+
display: flex;
|
|
532
|
+
flex-wrap: wrap;
|
|
533
|
+
}
|
|
534
|
+
`]})],Xc);var b8=Object.defineProperty,w8=Object.getOwnPropertyDescriptor,iv=(e,t,n,r)=>{for(var o=r>1?void 0:r?w8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&b8(t,n,o),o};let Ri=class{constructor(e,t){S(this,"left");S(this,"top");this.el=e,this.renderer=t}ngOnChanges(){const e=this.el.nativeElement;this.renderer.setStyle(e,"position","absolute"),this.left!==void 0&&this.renderer.setStyle(e,"left",this.toCssPx(this.left)),this.top!==void 0&&this.renderer.setStyle(e,"top",this.toCssPx(this.top))}toCssPx(e){if(typeof e=="number")return`${e}px`;const t=e.trim();return t?/^-?\d+(\.\d+)?$/.test(t)?`${t}px`:t:"0px"}};iv([_()],Ri.prototype,"left",2),iv([_()],Ri.prototype,"top",2),Ri=iv([Je({selector:"[left],[top]",standalone:!0})],Ri);var _8=Object.defineProperty,M8=Object.getOwnPropertyDescriptor,eu=(e,t,n,r)=>{for(var o=r>1?void 0:r?M8(t,n):t,s=e.length-1,i;s>=0;s--)(i=e[s])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&_8(t,n,o),o};let Er=class{constructor(e,t){S(this,"row");S(this,"col");S(this,"rowSpan");S(this,"colSpan");this.el=e,this.renderer=t}ngOnChanges(){const e=this.el.nativeElement,t=this.toNumberOrUndefined(this.row),n=this.toNumberOrUndefined(this.col),r=this.toNumberOrUndefined(this.rowSpan),o=this.toNumberOrUndefined(this.colSpan);if(t!==void 0){const s=t+1,i=r&&r>0?r:1;this.renderer.setStyle(e,"grid-row",`${s} / span ${i}`)}if(n!==void 0){const s=n+1,i=o&&o>0?o:1;this.renderer.setStyle(e,"grid-column",`${s} / span ${i}`)}}toNumberOrUndefined(e){if(e==null)return;const t=typeof e=="number"?e:Number(e);return Number.isFinite(t)?t:void 0}};eu([_()],Er.prototype,"row",2),eu([_()],Er.prototype,"col",2),eu([_()],Er.prototype,"rowSpan",2),eu([_()],Er.prototype,"colSpan",2),Er=eu([Je({selector:"[row],[col],[rowSpan],[colSpan]",standalone:!0})],Er);const S8=Object.freeze(Object.defineProperty({__proto__:null,get AbsoluteLayoutComponent(){return Fc},get ActionBarComponent(){return kc},get ActionItemComponent(){return ei},get ActivityIndicatorComponent(){return ti},get ButtonComponent(){return lo},get DatePickerComponent(){return cr},get DockLayoutComponent(){return Lc},get FlexboxLayoutComponent(){return jc},get FrameComponent(){return $c},get GridLayoutComponent(){return fo},get HtmlViewComponent(){return Ai},get ImageCacheItComponent(){return Oi},get ImageComponent(){return po},get LabelComponent(){return Pi},get ListPickerComponent(){return Ln},get ListViewComponent(){return Zc},get NavigationButtonComponent(){return go},get NsAbsolutePositionDirective(){return Ri},get NsGridPositionDirective(){return Er},get PageComponent(){return qc},get PlaceholderComponent(){return Qc},get ProgressComponent(){return mo},get RootLayoutComponent(){return Yc},get ScrollViewComponent(){return Kc},get SearchBarComponent(){return hr},get SegmentedBarComponent(){return En},get SegmentedBarItemComponent(){return pr},get SliderComponent(){return Xt},get StackLayoutComponent(){return Jc},get SwitchComponent(){return gr},get TabViewComponent(){return vo},get TabViewItemComponent(){return mr},get TextFieldComponent(){return yr},get TextViewComponent(){return vr},get TimePickerComponent(){return Dr},get WebViewComponent(){return Ni},get WrapLayoutComponent(){return Xc},action:Dv,alert:gv,components:{AbsoluteLayout:Fc,ActionBar:kc,ActionItem:ei,ActivityIndicator:ti,Button:lo,DatePicker:cr,DockLayout:Lc,FlexboxLayout:jc,Frame:$c,GridLayout:fo,HtmlView:Ai,Image:po,ImageCacheIt:Oi,Label:Pi,ListPicker:Ln,ListView:Zc,NavigationButton:go,Page:qc,Placeholder:Qc,Progress:mo,RootLayout:Yc,ScrollView:Kc,SearchBar:hr,SegmentedBar:En,SegmentedBarItem:pr,Slider:Xt,StackLayout:Jc,Switch:gr,TabView:vo,TabViewItem:mr,TextField:yr,TextView:vr,TimePicker:Dr,WebView:Ni,WrapLayout:Xc},composables:YT,confirm:mv,imports:[Fc,kc,ei,ti,lo,cr,Lc,jc,$c,fo,Ai,po,Oi,Pi,Ln,Zc,go,qc,Qc,mo,Yc,Kc,hr,En,pr,Xt,Jc,gr,vo,mr,yr,vr,Dr,Ni,Xc,Ri,Er],login:vv,prompt:yv,ref:sa,useActionBar:Ev,useFrame:Cv,usePage:Iv},Symbol.toStringTag,{value:"Module"})),T8={install(e){Object.entries(hv||{}).forEach(([t,n])=>{e.component(t,n)}),e.config.globalProperties.$ns=pv||{}}};et.angular=S8,et.core=QT,et.default=T8,Object.defineProperties(et,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|