@letscooee/web-sdk 13.1.12 → 13.1.14
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/.release-it.json +1 -1
- package/dist/chunk-C_cBbkTf-CTSBF1Lh.js +15 -0
- package/dist/debugger.component-DGenGFsu-BT4w6ZSR.js +12 -0
- package/dist/esm-DKhFdjmg-Dag-xV2C.js +23 -0
- package/dist/main.min.js +68 -5
- package/dist/renderer-v4JpDv8Y-BMksDEdR.js +6 -0
- package/dist/share-dialog.component-D46Z7qqm-CCcMnhK7.js +8 -0
- package/dist/{widget.min.css → styles.min.css} +1 -1
- package/dist/video-detail-dialog.component-Bxg20OFh-eyH-mp7f.js +15 -0
- package/dist/widgets-CeQB31bn-JEgjqW5I.js +45 -0
- package/package.json +26 -27
- package/dist/chunk-6XVC72KV.js +0 -10
- package/dist/chunk-CAFWCDWI.js +0 -1
- package/dist/chunk-HC6OE5XR.js +0 -4
- package/dist/chunk-ILIYCRW5.js +0 -2
- package/dist/chunk-KWG3YKM4.js +0 -6
- package/dist/chunk-NOZTSVSX.js +0 -8
- package/dist/chunk-RF2WNRIW.js +0 -39
- package/dist/chunk-U4XWPFUW.js +0 -1
- package/dist/chunk-WQK746ER.js +0 -1
- package/dist/debugger.component-XOR6S75S.js +0 -7
- package/dist/esm-EYV26LOR.js +0 -498
- package/dist/renderer-TBPM7OV3.js +0 -1
- package/dist/sdk-debug-logs-XNSWT65Q.js +0 -1
- package/dist/share-dialog.component-KYYLRKQ6.js +0 -1
- package/dist/video-detail-dialog.component-E3IQ3CUB.js +0 -2
- package/dist/widget.min.js +0 -20
package/dist/chunk-HC6OE5XR.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import{a as re,b as ae,c as xr,e as bd,g as Td,h as Uo}from"./chunk-U4XWPFUW.js";var _y=bd((Iy,Ql)=>{"use strict";(function(e){if(typeof Iy=="object"&&typeof Ql<"u")Ql.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window<"u"?t=window:typeof global<"u"?t=global:typeof self<"u"?t=self:t=this,t.localforage=e()}})(function(){var e,t,n;return(function r(o,i,s){function a(f,m){if(!i[f]){if(!o[f]){var p=typeof xr=="function"&&xr;if(!m&&p)return p(f,!0);if(c)return c(f,!0);var h=new Error("Cannot find module '"+f+"'");throw h.code="MODULE_NOT_FOUND",h}var I=i[f]={exports:{}};o[f][0].call(I.exports,function(T){var L=o[f][1][T];return a(L||T)},I,I.exports,r,o,i,s)}return i[f].exports}for(var c=typeof xr=="function"&&xr,u=0;u<s.length;u++)a(s[u]);return a})({1:[function(r,o,i){(function(s){"use strict";var a=s.MutationObserver||s.WebKitMutationObserver,c;if(a){var u=0,f=new a(T),m=s.document.createTextNode("");f.observe(m,{characterData:!0}),c=function(){m.data=u=++u%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var p=new s.MessageChannel;p.port1.onmessage=T,c=function(){p.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?c=function(){var A=s.document.createElement("script");A.onreadystatechange=function(){T(),A.onreadystatechange=null,A.parentNode.removeChild(A),A=null},s.document.documentElement.appendChild(A)}:c=function(){setTimeout(T,0)};var h,I=[];function T(){h=!0;for(var A,Te,Ee=I.length;Ee;){for(Te=I,I=[],A=-1;++A<Ee;)Te[A]();Ee=I.length}h=!1}o.exports=L;function L(A){I.push(A)===1&&!h&&c()}}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,o,i){"use strict";var s=r(1);function a(){}var c={},u=["REJECTED"],f=["FULFILLED"],m=["PENDING"];o.exports=p;function p(S){if(typeof S!="function")throw new TypeError("resolver must be a function");this.state=m,this.queue=[],this.outcome=void 0,S!==a&&L(this,S)}p.prototype.catch=function(S){return this.then(null,S)},p.prototype.then=function(S,z){if(typeof S!="function"&&this.state===f||typeof z!="function"&&this.state===u)return this;var U=new this.constructor(a);if(this.state!==m){var J=this.state===f?S:z;I(U,J,this.outcome)}else this.queue.push(new h(U,S,z));return U};function h(S,z,U){this.promise=S,typeof z=="function"&&(this.onFulfilled=z,this.callFulfilled=this.otherCallFulfilled),typeof U=="function"&&(this.onRejected=U,this.callRejected=this.otherCallRejected)}h.prototype.callFulfilled=function(S){c.resolve(this.promise,S)},h.prototype.otherCallFulfilled=function(S){I(this.promise,this.onFulfilled,S)},h.prototype.callRejected=function(S){c.reject(this.promise,S)},h.prototype.otherCallRejected=function(S){I(this.promise,this.onRejected,S)};function I(S,z,U){s(function(){var J;try{J=z(U)}catch(_e){return c.reject(S,_e)}J===S?c.reject(S,new TypeError("Cannot resolve promise with itself")):c.resolve(S,J)})}c.resolve=function(S,z){var U=A(T,z);if(U.status==="error")return c.reject(S,U.value);var J=U.value;if(J)L(S,J);else{S.state=f,S.outcome=z;for(var _e=-1,Le=S.queue.length;++_e<Le;)S.queue[_e].callFulfilled(z)}return S},c.reject=function(S,z){S.state=u,S.outcome=z;for(var U=-1,J=S.queue.length;++U<J;)S.queue[U].callRejected(z);return S};function T(S){var z=S&&S.then;if(S&&(typeof S=="object"||typeof S=="function")&&typeof z=="function")return function(){z.apply(S,arguments)}}function L(S,z){var U=!1;function J($e){U||(U=!0,c.reject(S,$e))}function _e($e){U||(U=!0,c.resolve(S,$e))}function Le(){z(_e,J)}var Ue=A(Le);Ue.status==="error"&&J(Ue.value)}function A(S,z){var U={};try{U.value=S(z),U.status="success"}catch(J){U.status="error",U.value=J}return U}p.resolve=Te;function Te(S){return S instanceof this?S:c.resolve(new this(a),S)}p.reject=Ee;function Ee(S){var z=new this(a);return c.reject(z,S)}p.all=aa;function aa(S){var z=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var U=S.length,J=!1;if(!U)return this.resolve([]);for(var _e=new Array(U),Le=0,Ue=-1,$e=new this(a);++Ue<U;)Et(S[Ue],Ue);return $e;function Et(Mr,Vo){z.resolve(Mr).then(ca,function(Vn){J||(J=!0,c.reject($e,Vn))});function ca(Vn){_e[Vo]=Vn,++Le===U&&!J&&(J=!0,c.resolve($e,_e))}}}p.race=tn;function tn(S){var z=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var U=S.length,J=!1;if(!U)return this.resolve([]);for(var _e=-1,Le=new this(a);++_e<U;)Ue(S[_e]);return Le;function Ue($e){z.resolve($e).then(function(Et){J||(J=!0,c.resolve(Le,Et))},function(Et){J||(J=!0,c.reject(Le,Et))})}}},{1:1}],3:[function(r,o,i){(function(s){"use strict";typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,o,i){"use strict";var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l};function a(l,g){if(!(l instanceof g))throw new TypeError("Cannot call a class as a function")}function c(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var u=c();function f(){try{if(!u||!u.open)return!1;var l=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),g=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!l||g)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function m(l,g){l=l||[],g=g||{};try{return new Blob(l,g)}catch(y){if(y.name!=="TypeError")throw y;for(var d=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,v=new d,D=0;D<l.length;D+=1)v.append(l[D]);return v.getBlob(g.type)}}typeof Promise>"u"&&r(3);var p=Promise;function h(l,g){g&&l.then(function(d){g(null,d)},function(d){g(d)})}function I(l,g,d){typeof g=="function"&&l.then(g),typeof d=="function"&&l.catch(d)}function T(l){return typeof l!="string"&&(console.warn(l+" used as a key, but it is not a string."),l=String(l)),l}function L(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var A="local-forage-detect-blob-support",Te=void 0,Ee={},aa=Object.prototype.toString,tn="readonly",S="readwrite";function z(l){for(var g=l.length,d=new ArrayBuffer(g),v=new Uint8Array(d),D=0;D<g;D++)v[D]=l.charCodeAt(D);return d}function U(l){return new p(function(g){var d=l.transaction(A,S),v=m([""]);d.objectStore(A).put(v,"key"),d.onabort=function(D){D.preventDefault(),D.stopPropagation(),g(!1)},d.oncomplete=function(){var D=navigator.userAgent.match(/Chrome\/(\d+)/),y=navigator.userAgent.match(/Edge\//);g(y||!D||parseInt(D[1],10)>=43)}}).catch(function(){return!1})}function J(l){return typeof Te=="boolean"?p.resolve(Te):U(l).then(function(g){return Te=g,Te})}function _e(l){var g=Ee[l.name],d={};d.promise=new p(function(v,D){d.resolve=v,d.reject=D}),g.deferredOperations.push(d),g.dbReady?g.dbReady=g.dbReady.then(function(){return d.promise}):g.dbReady=d.promise}function Le(l){var g=Ee[l.name],d=g.deferredOperations.pop();if(d)return d.resolve(),d.promise}function Ue(l,g){var d=Ee[l.name],v=d.deferredOperations.pop();if(v)return v.reject(g),v.promise}function $e(l,g){return new p(function(d,v){if(Ee[l.name]=Ee[l.name]||id(),l.db)if(g)_e(l),l.db.close();else return d(l.db);var D=[l.name];g&&D.push(l.version);var y=u.open.apply(u,D);g&&(y.onupgradeneeded=function(E){var _=y.result;try{_.createObjectStore(l.storeName),E.oldVersion<=1&&_.createObjectStore(A)}catch(w){if(w.name==="ConstraintError")console.warn('The database "'+l.name+'" has been upgraded from version '+E.oldVersion+" to version "+E.newVersion+', but the storage "'+l.storeName+'" already exists.');else throw w}}),y.onerror=function(E){E.preventDefault(),v(y.error)},y.onsuccess=function(){var E=y.result;E.onversionchange=function(_){_.target.close()},d(E),Le(l)}})}function Et(l){return $e(l,!1)}function Mr(l){return $e(l,!0)}function Vo(l,g){if(!l.db)return!0;var d=!l.db.objectStoreNames.contains(l.storeName),v=l.version<l.db.version,D=l.version>l.db.version;if(v&&(l.version!==g&&console.warn('The database "'+l.name+`" can't be downgraded from version `+l.db.version+" to version "+l.version+"."),l.version=l.db.version),D||d){if(d){var y=l.db.version+1;y>l.version&&(l.version=y)}return!0}return!1}function ca(l){return new p(function(g,d){var v=new FileReader;v.onerror=d,v.onloadend=function(D){var y=btoa(D.target.result||"");g({__local_forage_encoded_blob:!0,data:y,type:l.type})},v.readAsBinaryString(l)})}function Vn(l){var g=z(atob(l.data));return m([g],{type:l.type})}function od(l){return l&&l.__local_forage_encoded_blob}function ky(l){var g=this,d=g._initReady().then(function(){var v=Ee[g._dbInfo.name];if(v&&v.dbReady)return v.dbReady});return I(d,l,l),d}function Ly(l){_e(l);for(var g=Ee[l.name],d=g.forages,v=0;v<d.length;v++){var D=d[v];D._dbInfo.db&&(D._dbInfo.db.close(),D._dbInfo.db=null)}return l.db=null,Et(l).then(function(y){return l.db=y,Vo(l)?Mr(l):y}).then(function(y){l.db=g.db=y;for(var E=0;E<d.length;E++)d[E]._dbInfo.db=y}).catch(function(y){throw Ue(l,y),y})}function It(l,g,d,v){v===void 0&&(v=1);try{var D=l.db.transaction(l.storeName,g);d(null,D)}catch(y){if(v>0&&(!l.db||y.name==="InvalidStateError"||y.name==="NotFoundError"))return p.resolve().then(function(){if(!l.db||y.name==="NotFoundError"&&!l.db.objectStoreNames.contains(l.storeName)&&l.version<=l.db.version)return l.db&&(l.version=l.db.version+1),Mr(l)}).then(function(){return Ly(l).then(function(){It(l,g,d,v-1)})}).catch(d);d(y)}}function id(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function Py(l){var g=this,d={db:null};if(l)for(var v in l)d[v]=l[v];var D=Ee[d.name];D||(D=id(),Ee[d.name]=D),D.forages.push(g),g._initReady||(g._initReady=g.ready,g.ready=ky);var y=[];function E(){return p.resolve()}for(var _=0;_<D.forages.length;_++){var w=D.forages[_];w!==g&&y.push(w._initReady().catch(E))}var C=D.forages.slice(0);return p.all(y).then(function(){return d.db=D.db,Et(d)}).then(function(b){return d.db=b,Vo(d,g._defaultConfig.version)?Mr(d):b}).then(function(b){d.db=D.db=b,g._dbInfo=d;for(var N=0;N<C.length;N++){var H=C[N];H!==g&&(H._dbInfo.db=d.db,H._dbInfo.version=d.version)}})}function jy(l,g){var d=this;l=T(l);var v=new p(function(D,y){d.ready().then(function(){It(d._dbInfo,tn,function(E,_){if(E)return y(E);try{var w=_.objectStore(d._dbInfo.storeName),C=w.get(l);C.onsuccess=function(){var b=C.result;b===void 0&&(b=null),od(b)&&(b=Vn(b)),D(b)},C.onerror=function(){y(C.error)}}catch(b){y(b)}})}).catch(y)});return h(v,g),v}function Vy(l,g){var d=this,v=new p(function(D,y){d.ready().then(function(){It(d._dbInfo,tn,function(E,_){if(E)return y(E);try{var w=_.objectStore(d._dbInfo.storeName),C=w.openCursor(),b=1;C.onsuccess=function(){var N=C.result;if(N){var H=N.value;od(H)&&(H=Vn(H));var G=l(H,N.key,b++);G!==void 0?D(G):N.continue()}else D()},C.onerror=function(){y(C.error)}}catch(N){y(N)}})}).catch(y)});return h(v,g),v}function By(l,g,d){var v=this;l=T(l);var D=new p(function(y,E){var _;v.ready().then(function(){return _=v._dbInfo,aa.call(g)==="[object Blob]"?J(_.db).then(function(w){return w?g:ca(g)}):g}).then(function(w){It(v._dbInfo,S,function(C,b){if(C)return E(C);try{var N=b.objectStore(v._dbInfo.storeName);w===null&&(w=void 0);var H=N.put(w,l);b.oncomplete=function(){w===void 0&&(w=null),y(w)},b.onabort=b.onerror=function(){var G=H.error?H.error:H.transaction.error;E(G)}}catch(G){E(G)}})}).catch(E)});return h(D,d),D}function Hy(l,g){var d=this;l=T(l);var v=new p(function(D,y){d.ready().then(function(){It(d._dbInfo,S,function(E,_){if(E)return y(E);try{var w=_.objectStore(d._dbInfo.storeName),C=w.delete(l);_.oncomplete=function(){D()},_.onerror=function(){y(C.error)},_.onabort=function(){var b=C.error?C.error:C.transaction.error;y(b)}}catch(b){y(b)}})}).catch(y)});return h(v,g),v}function Uy(l){var g=this,d=new p(function(v,D){g.ready().then(function(){It(g._dbInfo,S,function(y,E){if(y)return D(y);try{var _=E.objectStore(g._dbInfo.storeName),w=_.clear();E.oncomplete=function(){v()},E.onabort=E.onerror=function(){var C=w.error?w.error:w.transaction.error;D(C)}}catch(C){D(C)}})}).catch(D)});return h(d,l),d}function $y(l){var g=this,d=new p(function(v,D){g.ready().then(function(){It(g._dbInfo,tn,function(y,E){if(y)return D(y);try{var _=E.objectStore(g._dbInfo.storeName),w=_.count();w.onsuccess=function(){v(w.result)},w.onerror=function(){D(w.error)}}catch(C){D(C)}})}).catch(D)});return h(d,l),d}function zy(l,g){var d=this,v=new p(function(D,y){if(l<0){D(null);return}d.ready().then(function(){It(d._dbInfo,tn,function(E,_){if(E)return y(E);try{var w=_.objectStore(d._dbInfo.storeName),C=!1,b=w.openKeyCursor();b.onsuccess=function(){var N=b.result;if(!N){D(null);return}l===0||C?D(N.key):(C=!0,N.advance(l))},b.onerror=function(){y(b.error)}}catch(N){y(N)}})}).catch(y)});return h(v,g),v}function Gy(l){var g=this,d=new p(function(v,D){g.ready().then(function(){It(g._dbInfo,tn,function(y,E){if(y)return D(y);try{var _=E.objectStore(g._dbInfo.storeName),w=_.openKeyCursor(),C=[];w.onsuccess=function(){var b=w.result;if(!b){v(C);return}C.push(b.key),b.continue()},w.onerror=function(){D(w.error)}}catch(b){D(b)}})}).catch(D)});return h(d,l),d}function Wy(l,g){g=L.apply(this,arguments);var d=this.config();l=typeof l!="function"&&l||{},l.name||(l.name=l.name||d.name,l.storeName=l.storeName||d.storeName);var v=this,D;if(!l.name)D=p.reject("Invalid arguments");else{var y=l.name===d.name&&v._dbInfo.db,E=y?p.resolve(v._dbInfo.db):Et(l).then(function(_){var w=Ee[l.name],C=w.forages;w.db=_;for(var b=0;b<C.length;b++)C[b]._dbInfo.db=_;return _});l.storeName?D=E.then(function(_){if(_.objectStoreNames.contains(l.storeName)){var w=_.version+1;_e(l);var C=Ee[l.name],b=C.forages;_.close();for(var N=0;N<b.length;N++){var H=b[N];H._dbInfo.db=null,H._dbInfo.version=w}var G=new p(function(W,le){var se=u.open(l.name,w);se.onerror=function(ze){var Ar=se.result;Ar.close(),le(ze)},se.onupgradeneeded=function(){var ze=se.result;ze.deleteObjectStore(l.storeName)},se.onsuccess=function(){var ze=se.result;ze.close(),W(ze)}});return G.then(function(W){C.db=W;for(var le=0;le<b.length;le++){var se=b[le];se._dbInfo.db=W,Le(se._dbInfo)}}).catch(function(W){throw(Ue(l,W)||p.resolve()).catch(function(){}),W})}}):D=E.then(function(_){_e(l);var w=Ee[l.name],C=w.forages;_.close();for(var b=0;b<C.length;b++){var N=C[b];N._dbInfo.db=null}var H=new p(function(G,W){var le=u.deleteDatabase(l.name);le.onerror=function(){var se=le.result;se&&se.close(),W(le.error)},le.onblocked=function(){console.warn('dropInstance blocked for database "'+l.name+'" until all open connections are closed')},le.onsuccess=function(){var se=le.result;se&&se.close(),G(se)}});return H.then(function(G){w.db=G;for(var W=0;W<C.length;W++){var le=C[W];Le(le._dbInfo)}}).catch(function(G){throw(Ue(l,G)||p.resolve()).catch(function(){}),G})})}return h(D,g),D}var qy={_driver:"asyncStorage",_initStorage:Py,_support:f(),iterate:Vy,getItem:jy,setItem:By,removeItem:Hy,clear:Uy,length:$y,key:zy,keys:Gy,dropInstance:Wy};function Zy(){return typeof openDatabase=="function"}var Pt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Yy="~~local_forage_type~",sd=/^~~local_forage_type~([^~]+)~/,Bo="__lfsc__:",ua=Bo.length,la="arbf",da="blob",ad="si08",cd="ui08",ud="uic8",ld="si16",dd="si32",fd="ur16",pd="ui32",hd="fl32",gd="fl64",md=ua+la.length,yd=Object.prototype.toString;function vd(l){var g=l.length*.75,d=l.length,v,D=0,y,E,_,w;l[l.length-1]==="="&&(g--,l[l.length-2]==="="&&g--);var C=new ArrayBuffer(g),b=new Uint8Array(C);for(v=0;v<d;v+=4)y=Pt.indexOf(l[v]),E=Pt.indexOf(l[v+1]),_=Pt.indexOf(l[v+2]),w=Pt.indexOf(l[v+3]),b[D++]=y<<2|E>>4,b[D++]=(E&15)<<4|_>>2,b[D++]=(_&3)<<6|w&63;return C}function fa(l){var g=new Uint8Array(l),d="",v;for(v=0;v<g.length;v+=3)d+=Pt[g[v]>>2],d+=Pt[(g[v]&3)<<4|g[v+1]>>4],d+=Pt[(g[v+1]&15)<<2|g[v+2]>>6],d+=Pt[g[v+2]&63];return g.length%3===2?d=d.substring(0,d.length-1)+"=":g.length%3===1&&(d=d.substring(0,d.length-2)+"=="),d}function Qy(l,g){var d="";if(l&&(d=yd.call(l)),l&&(d==="[object ArrayBuffer]"||l.buffer&&yd.call(l.buffer)==="[object ArrayBuffer]")){var v,D=Bo;l instanceof ArrayBuffer?(v=l,D+=la):(v=l.buffer,d==="[object Int8Array]"?D+=ad:d==="[object Uint8Array]"?D+=cd:d==="[object Uint8ClampedArray]"?D+=ud:d==="[object Int16Array]"?D+=ld:d==="[object Uint16Array]"?D+=fd:d==="[object Int32Array]"?D+=dd:d==="[object Uint32Array]"?D+=pd:d==="[object Float32Array]"?D+=hd:d==="[object Float64Array]"?D+=gd:g(new Error("Failed to get type for BinaryArray"))),g(D+fa(v))}else if(d==="[object Blob]"){var y=new FileReader;y.onload=function(){var E=Yy+l.type+"~"+fa(this.result);g(Bo+da+E)},y.readAsArrayBuffer(l)}else try{g(JSON.stringify(l))}catch(E){console.error("Couldn't convert value into a JSON string: ",l),g(null,E)}}function Ky(l){if(l.substring(0,ua)!==Bo)return JSON.parse(l);var g=l.substring(md),d=l.substring(ua,md),v;if(d===da&&sd.test(g)){var D=g.match(sd);v=D[1],g=g.substring(D[0].length)}var y=vd(g);switch(d){case la:return y;case da:return m([y],{type:v});case ad:return new Int8Array(y);case cd:return new Uint8Array(y);case ud:return new Uint8ClampedArray(y);case ld:return new Int16Array(y);case fd:return new Uint16Array(y);case dd:return new Int32Array(y);case pd:return new Uint32Array(y);case hd:return new Float32Array(y);case gd:return new Float64Array(y);default:throw new Error("Unkown type: "+d)}}var pa={serialize:Qy,deserialize:Ky,stringToBuffer:vd,bufferToString:fa};function Dd(l,g,d,v){l.executeSql("CREATE TABLE IF NOT EXISTS "+g.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],d,v)}function Jy(l){var g=this,d={db:null};if(l)for(var v in l)d[v]=typeof l[v]!="string"?l[v].toString():l[v];var D=new p(function(y,E){try{d.db=openDatabase(d.name,String(d.version),d.description,d.size)}catch(_){return E(_)}d.db.transaction(function(_){Dd(_,d,function(){g._dbInfo=d,y()},function(w,C){E(C)})},E)});return d.serializer=pa,D}function jt(l,g,d,v,D,y){l.executeSql(d,v,D,function(E,_){_.code===_.SYNTAX_ERR?E.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[g.storeName],function(w,C){C.rows.length?y(w,_):Dd(w,g,function(){w.executeSql(d,v,D,y)},y)},y):y(E,_)},y)}function Xy(l,g){var d=this;l=T(l);var v=new p(function(D,y){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(_){jt(_,E,"SELECT * FROM "+E.storeName+" WHERE key = ? LIMIT 1",[l],function(w,C){var b=C.rows.length?C.rows.item(0).value:null;b&&(b=E.serializer.deserialize(b)),D(b)},function(w,C){y(C)})})}).catch(y)});return h(v,g),v}function ev(l,g){var d=this,v=new p(function(D,y){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(_){jt(_,E,"SELECT * FROM "+E.storeName,[],function(w,C){for(var b=C.rows,N=b.length,H=0;H<N;H++){var G=b.item(H),W=G.value;if(W&&(W=E.serializer.deserialize(W)),W=l(W,G.key,H+1),W!==void 0){D(W);return}}D()},function(w,C){y(C)})})}).catch(y)});return h(v,g),v}function Ed(l,g,d,v){var D=this;l=T(l);var y=new p(function(E,_){D.ready().then(function(){g===void 0&&(g=null);var w=g,C=D._dbInfo;C.serializer.serialize(g,function(b,N){N?_(N):C.db.transaction(function(H){jt(H,C,"INSERT OR REPLACE INTO "+C.storeName+" (key, value) VALUES (?, ?)",[l,b],function(){E(w)},function(G,W){_(W)})},function(H){if(H.code===H.QUOTA_ERR){if(v>0){E(Ed.apply(D,[l,w,d,v-1]));return}_(H)}})})}).catch(_)});return h(y,d),y}function tv(l,g,d){return Ed.apply(this,[l,g,d,1])}function nv(l,g){var d=this;l=T(l);var v=new p(function(D,y){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(_){jt(_,E,"DELETE FROM "+E.storeName+" WHERE key = ?",[l],function(){D()},function(w,C){y(C)})})}).catch(y)});return h(v,g),v}function rv(l){var g=this,d=new p(function(v,D){g.ready().then(function(){var y=g._dbInfo;y.db.transaction(function(E){jt(E,y,"DELETE FROM "+y.storeName,[],function(){v()},function(_,w){D(w)})})}).catch(D)});return h(d,l),d}function ov(l){var g=this,d=new p(function(v,D){g.ready().then(function(){var y=g._dbInfo;y.db.transaction(function(E){jt(E,y,"SELECT COUNT(key) as c FROM "+y.storeName,[],function(_,w){var C=w.rows.item(0).c;v(C)},function(_,w){D(w)})})}).catch(D)});return h(d,l),d}function iv(l,g){var d=this,v=new p(function(D,y){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(_){jt(_,E,"SELECT key FROM "+E.storeName+" WHERE id = ? LIMIT 1",[l+1],function(w,C){var b=C.rows.length?C.rows.item(0).key:null;D(b)},function(w,C){y(C)})})}).catch(y)});return h(v,g),v}function sv(l){var g=this,d=new p(function(v,D){g.ready().then(function(){var y=g._dbInfo;y.db.transaction(function(E){jt(E,y,"SELECT key FROM "+y.storeName,[],function(_,w){for(var C=[],b=0;b<w.rows.length;b++)C.push(w.rows.item(b).key);v(C)},function(_,w){D(w)})})}).catch(D)});return h(d,l),d}function av(l){return new p(function(g,d){l.transaction(function(v){v.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(D,y){for(var E=[],_=0;_<y.rows.length;_++)E.push(y.rows.item(_).name);g({db:l,storeNames:E})},function(D,y){d(y)})},function(v){d(v)})})}function cv(l,g){g=L.apply(this,arguments);var d=this.config();l=typeof l!="function"&&l||{},l.name||(l.name=l.name||d.name,l.storeName=l.storeName||d.storeName);var v=this,D;return l.name?D=new p(function(y){var E;l.name===d.name?E=v._dbInfo.db:E=openDatabase(l.name,"","",0),l.storeName?y({db:E,storeNames:[l.storeName]}):y(av(E))}).then(function(y){return new p(function(E,_){y.db.transaction(function(w){function C(G){return new p(function(W,le){w.executeSql("DROP TABLE IF EXISTS "+G,[],function(){W()},function(se,ze){le(ze)})})}for(var b=[],N=0,H=y.storeNames.length;N<H;N++)b.push(C(y.storeNames[N]));p.all(b).then(function(){E()}).catch(function(G){_(G)})},function(w){_(w)})})}):D=p.reject("Invalid arguments"),h(D,g),D}var uv={_driver:"webSQLStorage",_initStorage:Jy,_support:Zy(),iterate:ev,getItem:Xy,setItem:tv,removeItem:nv,clear:rv,length:ov,key:iv,keys:sv,dropInstance:cv};function lv(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function Id(l,g){var d=l.name+"/";return l.storeName!==g.storeName&&(d+=l.storeName+"/"),d}function dv(){var l="_localforage_support_test";try{return localStorage.setItem(l,!0),localStorage.removeItem(l),!1}catch{return!0}}function fv(){return!dv()||localStorage.length>0}function pv(l){var g=this,d={};if(l)for(var v in l)d[v]=l[v];return d.keyPrefix=Id(l,g._defaultConfig),fv()?(g._dbInfo=d,d.serializer=pa,p.resolve()):p.reject()}function hv(l){var g=this,d=g.ready().then(function(){for(var v=g._dbInfo.keyPrefix,D=localStorage.length-1;D>=0;D--){var y=localStorage.key(D);y.indexOf(v)===0&&localStorage.removeItem(y)}});return h(d,l),d}function gv(l,g){var d=this;l=T(l);var v=d.ready().then(function(){var D=d._dbInfo,y=localStorage.getItem(D.keyPrefix+l);return y&&(y=D.serializer.deserialize(y)),y});return h(v,g),v}function mv(l,g){var d=this,v=d.ready().then(function(){for(var D=d._dbInfo,y=D.keyPrefix,E=y.length,_=localStorage.length,w=1,C=0;C<_;C++){var b=localStorage.key(C);if(b.indexOf(y)===0){var N=localStorage.getItem(b);if(N&&(N=D.serializer.deserialize(N)),N=l(N,b.substring(E),w++),N!==void 0)return N}}});return h(v,g),v}function yv(l,g){var d=this,v=d.ready().then(function(){var D=d._dbInfo,y;try{y=localStorage.key(l)}catch{y=null}return y&&(y=y.substring(D.keyPrefix.length)),y});return h(v,g),v}function vv(l){var g=this,d=g.ready().then(function(){for(var v=g._dbInfo,D=localStorage.length,y=[],E=0;E<D;E++){var _=localStorage.key(E);_.indexOf(v.keyPrefix)===0&&y.push(_.substring(v.keyPrefix.length))}return y});return h(d,l),d}function Dv(l){var g=this,d=g.keys().then(function(v){return v.length});return h(d,l),d}function Ev(l,g){var d=this;l=T(l);var v=d.ready().then(function(){var D=d._dbInfo;localStorage.removeItem(D.keyPrefix+l)});return h(v,g),v}function Iv(l,g,d){var v=this;l=T(l);var D=v.ready().then(function(){g===void 0&&(g=null);var y=g;return new p(function(E,_){var w=v._dbInfo;w.serializer.serialize(g,function(C,b){if(b)_(b);else try{localStorage.setItem(w.keyPrefix+l,C),E(y)}catch(N){(N.name==="QuotaExceededError"||N.name==="NS_ERROR_DOM_QUOTA_REACHED")&&_(N),_(N)}})})});return h(D,d),D}function _v(l,g){if(g=L.apply(this,arguments),l=typeof l!="function"&&l||{},!l.name){var d=this.config();l.name=l.name||d.name,l.storeName=l.storeName||d.storeName}var v=this,D;return l.name?D=new p(function(y){l.storeName?y(Id(l,v._defaultConfig)):y(l.name+"/")}).then(function(y){for(var E=localStorage.length-1;E>=0;E--){var _=localStorage.key(E);_.indexOf(y)===0&&localStorage.removeItem(_)}}):D=p.reject("Invalid arguments"),h(D,g),D}var wv={_driver:"localStorageWrapper",_initStorage:pv,_support:lv(),iterate:mv,getItem:gv,setItem:Iv,removeItem:Ev,clear:hv,length:Dv,key:yv,keys:vv,dropInstance:_v},Cv=function(g,d){return g===d||typeof g=="number"&&typeof d=="number"&&isNaN(g)&&isNaN(d)},bv=function(g,d){for(var v=g.length,D=0;D<v;){if(Cv(g[D],d))return!0;D++}return!1},_d=Array.isArray||function(l){return Object.prototype.toString.call(l)==="[object Array]"},Nr={},wd={},Bn={INDEXEDDB:qy,WEBSQL:uv,LOCALSTORAGE:wv},Tv=[Bn.INDEXEDDB._driver,Bn.WEBSQL._driver,Bn.LOCALSTORAGE._driver],Ho=["dropInstance"],ha=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Ho),Sv={description:"",driver:Tv.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Mv(l,g){l[g]=function(){var d=arguments;return l.ready().then(function(){return l[g].apply(l,d)})}}function ga(){for(var l=1;l<arguments.length;l++){var g=arguments[l];if(g)for(var d in g)g.hasOwnProperty(d)&&(_d(g[d])?arguments[0][d]=g[d].slice():arguments[0][d]=g[d])}return arguments[0]}var Nv=(function(){function l(g){a(this,l);for(var d in Bn)if(Bn.hasOwnProperty(d)){var v=Bn[d],D=v._driver;this[d]=D,Nr[D]||this.defineDriver(v)}this._defaultConfig=ga({},Sv),this._config=ga({},this._defaultConfig,g),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return l.prototype.config=function(d){if((typeof d>"u"?"undefined":s(d))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var v in d){if(v==="storeName"&&(d[v]=d[v].replace(/\W/g,"_")),v==="version"&&typeof d[v]!="number")return new Error("Database version must be a number.");this._config[v]=d[v]}return"driver"in d&&d.driver?this.setDriver(this._config.driver):!0}else return typeof d=="string"?this._config[d]:this._config},l.prototype.defineDriver=function(d,v,D){var y=new p(function(E,_){try{var w=d._driver,C=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!d._driver){_(C);return}for(var b=ha.concat("_initStorage"),N=0,H=b.length;N<H;N++){var G=b[N],W=!bv(Ho,G);if((W||d[G])&&typeof d[G]!="function"){_(C);return}}var le=function(){for(var Ar=function(Rv){return function(){var Ov=new Error("Method "+Rv+" is not implemented by the current driver"),Cd=p.reject(Ov);return h(Cd,arguments[arguments.length-1]),Cd}},ma=0,xv=Ho.length;ma<xv;ma++){var ya=Ho[ma];d[ya]||(d[ya]=Ar(ya))}};le();var se=function(Ar){Nr[w]&&console.info("Redefining LocalForage driver: "+w),Nr[w]=d,wd[w]=Ar,E()};"_support"in d?d._support&&typeof d._support=="function"?d._support().then(se,_):se(!!d._support):se(!0)}catch(ze){_(ze)}});return I(y,v,D),y},l.prototype.driver=function(){return this._driver||null},l.prototype.getDriver=function(d,v,D){var y=Nr[d]?p.resolve(Nr[d]):p.reject(new Error("Driver not found."));return I(y,v,D),y},l.prototype.getSerializer=function(d){var v=p.resolve(pa);return I(v,d),v},l.prototype.ready=function(d){var v=this,D=v._driverSet.then(function(){return v._ready===null&&(v._ready=v._initDriver()),v._ready});return I(D,d,d),D},l.prototype.setDriver=function(d,v,D){var y=this;_d(d)||(d=[d]);var E=this._getSupportedDrivers(d);function _(){y._config.driver=y.driver()}function w(N){return y._extend(N),_(),y._ready=y._initStorage(y._config),y._ready}function C(N){return function(){var H=0;function G(){for(;H<N.length;){var W=N[H];return H++,y._dbInfo=null,y._ready=null,y.getDriver(W).then(w).catch(G)}_();var le=new Error("No available storage method found.");return y._driverSet=p.reject(le),y._driverSet}return G()}}var b=this._driverSet!==null?this._driverSet.catch(function(){return p.resolve()}):p.resolve();return this._driverSet=b.then(function(){var N=E[0];return y._dbInfo=null,y._ready=null,y.getDriver(N).then(function(H){y._driver=H._driver,_(),y._wrapLibraryMethodsWithReady(),y._initDriver=C(E)})}).catch(function(){_();var N=new Error("No available storage method found.");return y._driverSet=p.reject(N),y._driverSet}),I(this._driverSet,v,D),this._driverSet},l.prototype.supports=function(d){return!!wd[d]},l.prototype._extend=function(d){ga(this,d)},l.prototype._getSupportedDrivers=function(d){for(var v=[],D=0,y=d.length;D<y;D++){var E=d[D];this.supports(E)&&v.push(E)}return v},l.prototype._wrapLibraryMethodsWithReady=function(){for(var d=0,v=ha.length;d<v;d++)Mv(this,ha[d])},l.prototype.createInstance=function(d){return new l(d)},l})(),Av=new Nv;o.exports=Av},{3:3}]},{},[4])(4)})});var Cy=bd((wy,na)=>{"use strict";(function(e){"use strict";var t={};t.VERSION="1.6.1";var n,r={},o=function(u,f){return function(){return f.apply(u,arguments)}},i=function(){var u=arguments,f=u[0],m,p;for(p=1;p<u.length;p++)for(m in u[p])!(m in f)&&u[p].hasOwnProperty(m)&&(f[m]=u[p][m]);return f},s=function(u,f){return{value:u,name:f}};t.TRACE=s(1,"TRACE"),t.DEBUG=s(2,"DEBUG"),t.INFO=s(3,"INFO"),t.TIME=s(4,"TIME"),t.WARN=s(5,"WARN"),t.ERROR=s(8,"ERROR"),t.OFF=s(99,"OFF");var a=function(u){this.context=u,this.setLevel(u.filterLevel),this.log=this.info};a.prototype={setLevel:function(u){u&&"value"in u&&(this.context.filterLevel=u)},getLevel:function(){return this.context.filterLevel},enabledFor:function(u){var f=this.context.filterLevel;return u.value>=f.value},trace:function(){this.invoke(t.TRACE,arguments)},debug:function(){this.invoke(t.DEBUG,arguments)},info:function(){this.invoke(t.INFO,arguments)},warn:function(){this.invoke(t.WARN,arguments)},error:function(){this.invoke(t.ERROR,arguments)},time:function(u){typeof u=="string"&&u.length>0&&this.invoke(t.TIME,[u,"start"])},timeEnd:function(u){typeof u=="string"&&u.length>0&&this.invoke(t.TIME,[u,"end"])},invoke:function(u,f){n&&this.enabledFor(u)&&n(f,i({level:u},this.context))}};var c=new a({filterLevel:t.OFF});(function(){var u=t;u.enabledFor=o(c,c.enabledFor),u.trace=o(c,c.trace),u.debug=o(c,c.debug),u.time=o(c,c.time),u.timeEnd=o(c,c.timeEnd),u.info=o(c,c.info),u.warn=o(c,c.warn),u.error=o(c,c.error),u.log=u.info})(),t.setHandler=function(u){n=u},t.setLevel=function(u){c.setLevel(u);for(var f in r)r.hasOwnProperty(f)&&r[f].setLevel(u)},t.getLevel=function(){return c.getLevel()},t.get=function(u){return r[u]||(r[u]=new a(i({name:u},c.context)))},t.createDefaultHandler=function(u){u=u||{},u.formatter=u.formatter||function(h,I){I.name&&h.unshift("["+I.name+"]")};var f={},m=function(p,h){Function.prototype.apply.call(p,console,h)};return typeof console>"u"?function(){}:function(p,h){p=Array.prototype.slice.call(p);var I=console.log,T;h.level===t.TIME?(T=(h.name?"["+h.name+"] ":"")+p[0],p[1]==="start"?console.time?console.time(T):f[T]=new Date().getTime():console.timeEnd?console.timeEnd(T):m(I,[T+": "+(new Date().getTime()-f[T])+"ms"])):(h.level===t.WARN&&console.warn?I=console.warn:h.level===t.ERROR&&console.error?I=console.error:h.level===t.INFO&&console.info?I=console.info:h.level===t.DEBUG&&console.debug?I=console.debug:h.level===t.TRACE&&console.trace&&(I=console.trace),u.formatter(p,h),m(I,p))}},t.useDefaults=function(u){t.setLevel(u&&u.defaultLevel||t.DEBUG),t.setHandler(t.createDefaultHandler(u))},t.setDefaults=t.useDefaults,typeof define=="function"&&define.amd?define(t):typeof na<"u"&&na.exports?na.exports=t:(t._prevLogger=e.Logger,t.noConflict=function(){return e.Logger=t._prevLogger,t},e.Logger=t)})(wy)});var va;function $o(){return va}function ft(e){let t=va;return va=e,t}var Sd=Symbol("NotFound");function Hn(e){return e===Sd||e?.name==="\u0275NotFound"}function Zo(e,t){return Object.is(e,t)}var we=null,zo=!1,Da=1,Fv=null,ge=Symbol("SIGNAL");function k(e){let t=we;return we=e,t}function Yo(){return we}var nn={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function rn(e){if(zo)throw new Error("");if(we===null)return;we.consumerOnSignalRead(e);let t=we.producersTail;if(t!==void 0&&t.producer===e)return;let n,r=we.recomputing;if(r&&(n=t!==void 0?t.nextProducer:we.producers,n!==void 0&&n.producer===e)){we.producersTail=n,n.lastReadVersion=e.version;return}let o=e.consumersTail;if(o!==void 0&&o.consumer===we&&(!r||Lv(o,we)))return;let i=zn(we),s={producer:e,consumer:we,nextProducer:n,prevConsumer:o,lastReadVersion:e.version,nextConsumer:void 0};we.producersTail=s,t!==void 0?t.nextProducer=s:we.producers=s,i&&Nd(e,s)}function Md(){Da++}function Qo(e){if(!(zn(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===Da)){if(!e.producerMustRecompute(e)&&!$n(e)){qo(e);return}e.producerRecomputeValue(e),qo(e)}}function Ea(e){if(e.consumers===void 0)return;let t=zo;zo=!0;try{for(let n=e.consumers;n!==void 0;n=n.nextConsumer){let r=n.consumer;r.dirty||kv(r)}}finally{zo=t}}function Ia(){return we?.consumerAllowSignalWrites!==!1}function kv(e){e.dirty=!0,Ea(e),e.consumerMarkedDirty?.(e)}function qo(e){e.dirty=!1,e.lastCleanEpoch=Da}function on(e){return e&&(e.producersTail=void 0,e.recomputing=!0),k(e)}function Un(e,t){if(k(t),!e)return;e.recomputing=!1;let n=e.producersTail,r=n!==void 0?n.nextProducer:e.producers;if(r!==void 0){if(zn(e))do r=_a(r);while(r!==void 0);n!==void 0?n.nextProducer=void 0:e.producers=void 0}}function $n(e){for(let t=e.producers;t!==void 0;t=t.nextProducer){let n=t.producer,r=t.lastReadVersion;if(r!==n.version||(Qo(n),r!==n.version))return!0}return!1}function sn(e){if(zn(e)){let t=e.producers;for(;t!==void 0;)t=_a(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Nd(e,t){let n=e.consumersTail,r=zn(e);if(n!==void 0?(t.nextConsumer=n.nextConsumer,n.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=n,e.consumersTail=t,!r)for(let o=e.producers;o!==void 0;o=o.nextProducer)Nd(o.producer,o)}function _a(e){let t=e.producer,n=e.nextProducer,r=e.nextConsumer,o=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,r!==void 0?r.prevConsumer=o:t.consumersTail=o,o!==void 0)o.nextConsumer=r;else if(t.consumers=r,!zn(t)){let i=t.producers;for(;i!==void 0;)i=_a(i)}return n}function zn(e){return e.consumerIsAlwaysLive||e.consumers!==void 0}function Ko(e){Fv?.(e)}function Lv(e,t){let n=t.producersTail;if(n!==void 0){let r=t.producers;do{if(r===e)return!0;if(r===n)break;r=r.nextProducer}while(r!==void 0)}return!1}function Or(e,t){let n=Object.create(Pv);n.computation=e,t!==void 0&&(n.equal=t);let r=()=>{if(Qo(n),rn(n),n.value===Rr)throw n.error;return n.value};return r[ge]=n,Ko(n),r}var Go=Symbol("UNSET"),Wo=Symbol("COMPUTING"),Rr=Symbol("ERRORED"),Pv=ae(re({},nn),{value:Go,dirty:!0,error:null,equal:Zo,kind:"computed",producerMustRecompute(e){return e.value===Go||e.value===Wo},producerRecomputeValue(e){if(e.value===Wo)throw new Error("");let t=e.value;e.value=Wo;let n=on(e),r,o=!1;try{r=e.computation(),k(null),o=t!==Go&&t!==Rr&&r!==Rr&&e.equal(t,r)}catch(i){r=Rr,e.error=i}finally{Un(e,n)}if(o){e.value=t;return}e.value=r,e.version++}});function jv(){throw new Error}var Ad=jv;function xd(e){Ad(e)}function wa(e){Ad=e}var Vv=null;function Ca(e,t){let n=Object.create(Jo);n.value=e,t!==void 0&&(n.equal=t);let r=()=>Rd(n);return r[ge]=n,Ko(n),[r,s=>an(n,s),s=>ba(n,s)]}function Rd(e){return rn(e),e.value}function an(e,t){Ia()||xd(e),e.equal(e.value,t)||(e.value=t,Bv(e))}function ba(e,t){Ia()||xd(e),an(e,t(e.value))}var Jo=ae(re({},nn),{equal:Zo,value:void 0,kind:"signal"});function Bv(e){e.version++,Md(),Ea(e),Vv?.(e)}function $(e){return typeof e=="function"}function Xo(e){let n=e(r=>{Error.call(r),r.stack=new Error().stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var ei=Xo(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:
|
|
2
|
-
${n.map((r,o)=>`${o+1}) ${r.toString()}`).join(`
|
|
3
|
-
`)}`:"",this.name="UnsubscriptionError",this.errors=n});function cn(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var de=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let i of n)i.remove(this);else n.remove(this);let{initialTeardown:r}=this;if($(r))try{r()}catch(i){t=i instanceof ei?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{Od(i)}catch(s){t=t??[],s instanceof ei?t=[...t,...s.errors]:t.push(s)}}if(t)throw new ei(t)}}add(t){var n;if(t&&t!==this)if(this.closed)Od(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}}_hasParent(t){let{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){let{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){let{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&cn(n,t)}remove(t){let{_finalizers:n}=this;n&&cn(n,t),t instanceof e&&t._removeParent(this)}};de.EMPTY=(()=>{let e=new de;return e.closed=!0,e})();var Ta=de.EMPTY;function ti(e){return e instanceof de||e&&"closed"in e&&$(e.remove)&&$(e.add)&&$(e.unsubscribe)}function Od(e){$(e)?e():e.unsubscribe()}var et={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Gn={setTimeout(e,t,...n){let{delegate:r}=Gn;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=Gn;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function ni(e){Gn.setTimeout(()=>{let{onUnhandledError:t}=et;if(t)t(e);else throw e})}function Fr(){}var Fd=Sa("C",void 0,void 0);function kd(e){return Sa("E",void 0,e)}function Ld(e){return Sa("N",e,void 0)}function Sa(e,t,n){return{kind:e,value:t,error:n}}var un=null;function Wn(e){if(et.useDeprecatedSynchronousErrorHandling){let t=!un;if(t&&(un={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=un;if(un=null,n)throw r}}else e()}function Pd(e){et.useDeprecatedSynchronousErrorHandling&&un&&(un.errorThrown=!0,un.error=e)}var ln=class extends de{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,ti(t)&&t.add(this)):this.destination=$v}static create(t,n,r){return new qn(t,n,r)}next(t){this.isStopped?Na(Ld(t),this):this._next(t)}error(t){this.isStopped?Na(kd(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Na(Fd,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},Hv=Function.prototype.bind;function Ma(e,t){return Hv.call(e,t)}var Aa=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){ri(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){ri(r)}else ri(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){ri(n)}}},qn=class extends ln{constructor(t,n,r){super();let o;if($(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&et.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Ma(t.next,i),error:t.error&&Ma(t.error,i),complete:t.complete&&Ma(t.complete,i)}):o=t}this.destination=new Aa(o)}};function ri(e){et.useDeprecatedSynchronousErrorHandling?Pd(e):ni(e)}function Uv(e){throw e}function Na(e,t){let{onStoppedNotification:n}=et;n&&Gn.setTimeout(()=>n(e,t))}var $v={closed:!0,next:Fr,error:Uv,complete:Fr};var Zn=typeof Symbol=="function"&&Symbol.observable||"@@observable";function Vt(e){return e}function jd(e){return e.length===0?Vt:e.length===1?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}var ee=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){let r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,o){let i=Gv(n)?n:new qn(n,r,o);return Wn(()=>{let{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return r=Vd(r),new r((o,i)=>{let s=new qn({next:a=>{try{n(a)}catch(c){i(c),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(n){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(n)}[Zn](){return this}pipe(...n){return jd(n)(this)}toPromise(n){return n=Vd(n),new n((r,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>r(i))})}}return e.create=t=>new e(t),e})();function Vd(e){var t;return(t=e??et.Promise)!==null&&t!==void 0?t:Promise}function zv(e){return e&&$(e.next)&&$(e.error)&&$(e.complete)}function Gv(e){return e&&e instanceof ln||zv(e)&&ti(e)}function Wv(e){return $(e?.lift)}function ne(e){return t=>{if(Wv(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 oe(e,t,n,r,o){return new xa(e,t,n,r,o)}var xa=class extends ln{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:n}=this;super.unsubscribe(),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}}};var Yn={schedule(e){let t=requestAnimationFrame,n=cancelAnimationFrame,{delegate:r}=Yn;r&&(t=r.requestAnimationFrame,n=r.cancelAnimationFrame);let o=t(i=>{n=void 0,e(i)});return new de(()=>n?.(o))},requestAnimationFrame(...e){let{delegate:t}=Yn;return(t?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){let{delegate:t}=Yn;return(t?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0};var Bd=Xo(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var Re=(()=>{class e extends ee{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new oi(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Bd}next(n){Wn(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){Wn(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;let{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){Wn(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){let{hasError:r,isStopped:o,observers:i}=this;return r||o?Ta:(this.currentObservers=null,i.push(n),new de(()=>{this.currentObservers=null,cn(i,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){let n=new ee;return n.source=this,n}}return e.create=(t,n)=>new oi(t,n),e})(),oi=class extends Re{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,t)}error(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,t)}complete(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)}_subscribe(t){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&r!==void 0?r:Ta}};var kr=class extends Re{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){let n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){let{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}};var Lr={now(){return(Lr.delegate||Date).now()},delegate:void 0};var Ra=class extends Re{constructor(t=1/0,n=1/0,r=Lr){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){let{isStopped:n,_buffer:r,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;n||(r.push(t),!o&&r.push(i.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();let n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!t.closed;s+=r?1:2)t.next(i[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){let{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:o}=this,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){let s=n.now(),a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}};var ii=class extends de{constructor(t,n){super()}schedule(t,n=0){return this}};var Pr={setInterval(e,t,...n){let{delegate:r}=Pr;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=Pr;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var Qn=class extends ii{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;let o=this.id,i=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(i,o,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(i,this.id,n),this}requestAsyncId(t,n,r=0){return Pr.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&Pr.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let r=this._execute(t,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let r=!1,o;try{this.work(t)}catch(i){r=!0,o=i||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){let{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,cn(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var Kn=class e{constructor(t,n=e.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}};Kn.now=Lr.now;var Jn=class extends Kn{constructor(t,n=Kn.now){super(t,n),this.actions=[],this._active=!1}flush(t){let{actions:n}=this;if(this._active){n.push(t);return}let r;this._active=!0;do if(r=t.execute(t.state,t.delay))break;while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}};var jr=new Jn(Qn),Hd=jr;var si=class extends Qn{constructor(t,n){super(t,n),this.scheduler=t,this.work=n}requestAsyncId(t,n,r=0){return r!==null&&r>0?super.requestAsyncId(t,n,r):(t.actions.push(this),t._scheduled||(t._scheduled=Yn.requestAnimationFrame(()=>t.flush(void 0))))}recycleAsyncId(t,n,r=0){var o;if(r!=null?r>0:this.delay>0)return super.recycleAsyncId(t,n,r);let{actions:i}=t;n!=null&&n===t._scheduled&&((o=i[i.length-1])===null||o===void 0?void 0:o.id)!==n&&(Yn.cancelAnimationFrame(n),t._scheduled=void 0)}};var ai=class extends Jn{flush(t){this._active=!0;let n;t?n=t.id:(n=this._scheduled,this._scheduled=void 0);let{actions:r}=this,o;t=t||r.shift();do if(o=t.execute(t.state,t.delay))break;while((t=r[0])&&t.id===n&&r.shift());if(this._active=!1,o){for(;(t=r[0])&&t.id===n&&r.shift();)t.unsubscribe();throw o}}};var Ud=new ai(si);var ci=new ee(e=>e.complete());function ui(e){return e&&$(e.schedule)}function $d(e){return e[e.length-1]}function Bt(e){return ui($d(e))?e.pop():void 0}function zd(e,t){return typeof $d(e)=="number"?e.pop():t}function Wd(e,t,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function a(f){try{u(r.next(f))}catch(m){s(m)}}function c(f){try{u(r.throw(f))}catch(m){s(m)}}function u(f){f.done?i(f.value):o(f.value).then(a,c)}u((r=r.apply(e,t||[])).next())})}function Gd(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 dn(e){return this instanceof dn?(this.v=e,this):new dn(e)}function qd(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),o[Symbol.asyncIterator]=function(){return this},o;function s(h){return function(I){return Promise.resolve(I).then(h,m)}}function a(h,I){r[h]&&(o[h]=function(T){return new Promise(function(L,A){i.push([h,T,L,A])>1||c(h,T)})},I&&(o[h]=I(o[h])))}function c(h,I){try{u(r[h](I))}catch(T){p(i[0][3],T)}}function u(h){h.value instanceof dn?Promise.resolve(h.value.v).then(f,m):p(i[0][2],h)}function f(h){c("next",h)}function m(h){c("throw",h)}function p(h,I){h(I),i.shift(),i.length&&c(i[0][0],i[0][1])}}function Zd(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof Gd=="function"?Gd(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(i){n[i]=e[i]&&function(s){return new Promise(function(a,c){s=e[i](s),o(a,c,s.done,s.value)})}}function o(i,s,a,c){Promise.resolve(c).then(function(u){i({value:u,done:a})},s)}}var li=e=>e&&typeof e.length=="number"&&typeof e!="function";function di(e){return $(e?.then)}function fi(e){return $(e[Zn])}function pi(e){return Symbol.asyncIterator&&$(e?.[Symbol.asyncIterator])}function hi(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function qv(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var gi=qv();function mi(e){return $(e?.[gi])}function yi(e){return qd(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:o}=yield dn(n.read());if(o)return yield dn(void 0);yield yield dn(r)}}finally{n.releaseLock()}})}function vi(e){return $(e?.getReader)}function fe(e){if(e instanceof ee)return e;if(e!=null){if(fi(e))return Zv(e);if(li(e))return Yv(e);if(di(e))return Qv(e);if(pi(e))return Yd(e);if(mi(e))return Kv(e);if(vi(e))return Jv(e)}throw hi(e)}function Zv(e){return new ee(t=>{let n=e[Zn]();if($(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Yv(e){return new ee(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function Qv(e){return new ee(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,ni)})}function Kv(e){return new ee(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function Yd(e){return new ee(t=>{Xv(e,t).catch(n=>t.error(n))})}function Jv(e){return Yd(yi(e))}function Xv(e,t){var n,r,o,i;return Wd(this,void 0,void 0,function*(){try{for(n=Zd(e);r=yield n.next(),!r.done;){let s=r.value;if(t.next(s),t.closed)return}}catch(s){o={error:s}}finally{try{r&&!r.done&&(i=n.return)&&(yield i.call(n))}finally{if(o)throw o.error}}t.complete()})}function Ge(e,t,n,r=0,o=!1){let i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}function Di(e,t=0){return ne((n,r)=>{n.subscribe(oe(r,o=>Ge(r,e,()=>r.next(o),t),()=>Ge(r,e,()=>r.complete(),t),o=>Ge(r,e,()=>r.error(o),t)))})}function Ei(e,t=0){return ne((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function Qd(e,t){return fe(e).pipe(Ei(t),Di(t))}function Kd(e,t){return fe(e).pipe(Ei(t),Di(t))}function Jd(e,t){return new ee(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function Xd(e,t){return new ee(n=>{let r;return Ge(n,t,()=>{r=e[gi](),Ge(n,t,()=>{let o,i;try{({value:o,done:i}=r.next())}catch(s){n.error(s);return}i?n.complete():n.next(o)},0,!0)}),()=>$(r?.return)&&r.return()})}function Ii(e,t){if(!e)throw new Error("Iterable cannot be null");return new ee(n=>{Ge(n,t,()=>{let r=e[Symbol.asyncIterator]();Ge(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function ef(e,t){return Ii(yi(e),t)}function tf(e,t){if(e!=null){if(fi(e))return Qd(e,t);if(li(e))return Jd(e,t);if(di(e))return Kd(e,t);if(pi(e))return Ii(e,t);if(mi(e))return Xd(e,t);if(vi(e))return ef(e,t)}throw hi(e)}function Xn(e,t){return t?tf(e,t):fe(e)}function nf(...e){let t=Bt(e);return Xn(e,t)}function rf(e){return e instanceof Date&&!isNaN(e)}function Vr(e,t){return ne((n,r)=>{let o=0;n.subscribe(oe(r,i=>{r.next(e.call(t,i,o++))}))})}function of(e,t,n,r,o,i,s,a){let c=[],u=0,f=0,m=!1,p=()=>{m&&!c.length&&!u&&t.complete()},h=T=>u<r?I(T):c.push(T),I=T=>{i&&t.next(T),u++;let L=!1;fe(n(T,f++)).subscribe(oe(t,A=>{o?.(A),i?h(A):t.next(A)},()=>{L=!0},void 0,()=>{if(L)try{for(u--;c.length&&u<r;){let A=c.shift();s?Ge(t,s,()=>I(A)):I(A)}p()}catch(A){t.error(A)}}))};return e.subscribe(oe(t,h,()=>{m=!0,p()})),()=>{a?.()}}function Oa(e,t,n=1/0){return $(t)?Oa((r,o)=>Vr((i,s)=>t(r,i,o,s))(fe(e(r,o))),n):(typeof t=="number"&&(n=t),ne((r,o)=>of(r,o,e,n)))}function _i(e=1/0){return Oa(Vt,e)}function sf(){return _i(1)}function Fa(...e){return sf()(Xn(e,Bt(e)))}function eD(e){return new ee(t=>{fe(e()).subscribe(t)})}function wi(e=0,t,n=Hd){let r=-1;return t!=null&&(ui(t)?n=t:r=t),new ee(o=>{let i=rf(e)?+e-n.now():e;i<0&&(i=0);let s=0;return n.schedule(function(){o.closed||(o.next(s++),0<=r?this.schedule(void 0,r):o.complete())},i)})}function tD(e=0,t=jr){return e<0&&(e=0),wi(e,e,t)}function nD(...e){let t=Bt(e),n=zd(e,1/0),r=e;return r.length?r.length===1?fe(r[0]):_i(n)(Xn(r,t)):ci}function ka(e,t){return ne((n,r)=>{let o=0;n.subscribe(oe(r,i=>e.call(t,i,o++)&&r.next(i)))})}function af(e){return ne((t,n)=>{let r=!1,o=null,i=null,s=!1,a=()=>{if(i?.unsubscribe(),i=null,r){r=!1;let u=o;o=null,n.next(u)}s&&n.complete()},c=()=>{i=null,s&&n.complete()};t.subscribe(oe(n,u=>{r=!0,o=u,i||fe(e(u)).subscribe(i=oe(n,a,c))},()=>{s=!0,(!r||!i||i.closed)&&n.complete()}))})}function La(e,t=jr){return af(()=>wi(e,t))}function rD(e){return e<=0?()=>ci:ne((t,n)=>{let r=0;t.subscribe(oe(n,o=>{++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function cf(e,t=Vt){return e=e??oD,ne((n,r)=>{let o,i=!0;n.subscribe(oe(r,s=>{let a=t(s);(i||!e(o,a))&&(i=!1,o=a,r.next(s))}))})}function oD(e,t){return e===t}function iD(e){return ka((t,n)=>e<=n)}function Pa(...e){let t=Bt(e);return ne((n,r)=>{(t?Fa(e,n,t):Fa(e,n)).subscribe(r)})}function uf(e,t){return ne((n,r)=>{let o=null,i=0,s=!1,a=()=>s&&!o&&r.complete();n.subscribe(oe(r,c=>{o?.unsubscribe();let u=0,f=i++;fe(e(c,f)).subscribe(o=oe(r,m=>r.next(t?t(c,m,f,u++):m),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function lf(e){return ne((t,n)=>{fe(e).subscribe(oe(n,()=>n.complete(),Fr)),!n.closed&&t.subscribe(n)})}function sD(e,t,n){let r=$(e)||t||n?{next:e,error:t,complete:n}:e;return r?ne((o,i)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;o.subscribe(oe(i,c=>{var u;(u=r.next)===null||u===void 0||u.call(r,c),i.next(c)},()=>{var c;a=!1,(c=r.complete)===null||c===void 0||c.call(r),i.complete()},c=>{var u;a=!1,(u=r.error)===null||u===void 0||u.call(r,c),i.error(c)},()=>{var c,u;a&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(u=r.finalize)===null||u===void 0||u.call(r)}))}):Vt}var df=ae(re({},nn),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,hasRun:!1,kind:"effect"});function ff(e){if(e.dirty=!1,e.hasRun&&!$n(e))return;e.hasRun=!0;let t=on(e);try{e.cleanup(),e.fn()}finally{Un(e,t)}}var Mi="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss",x=class extends Error{code;constructor(t,n){super(zt(t,n)),this.code=t}};function aD(e){return`NG0${Math.abs(e)}`}function zt(e,t){return`${aD(e)}${t?": "+t:""}`}var We=globalThis;function Y(e){for(let t in e)if(e[t]===Y)return t;throw Error("")}function gf(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Ht(e){if(typeof e=="string")return e;if(Array.isArray(e))return`[${e.map(Ht).join(", ")}]`;if(e==null)return""+e;let t=e.overriddenName||e.name;if(t)return`${t}`;let n=e.toString();if(n==null)return""+n;let r=n.indexOf(`
|
|
4
|
-
`);return r>=0?n.slice(0,r):n}function Ni(e,t){return e?t?`${e} ${t}`:e:t||""}var cD=Y({__forward_ref__:Y});function Gr(e){return e.__forward_ref__=Gr,e.toString=function(){return Ht(this())},e}function me(e){return Za(e)?e():e}function Za(e){return typeof e=="function"&&e.hasOwnProperty(cD)&&e.__forward_ref__===Gr}function mf(e,t){e==null&&Ya(t,e,null,"!=")}function Ya(e,t,n,r){throw new Error(`ASSERTION ERROR: ${e}`+(r==null?"":` [Expected=> ${n} ${r} ${t} <=Actual]`))}function j(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function mn(e){return{providers:e.providers||[],imports:e.imports||[]}}function Ai(e){return uD(e,xi)}function uD(e,t){return e.hasOwnProperty(t)&&e[t]||null}function lD(e){let t=e?.[xi]??null;return t||null}function Va(e){return e&&e.hasOwnProperty(bi)?e[bi]:null}var xi=Y({\u0275prov:Y}),bi=Y({\u0275inj:Y}),P=class{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,typeof n=="number"?this.__NG_ELEMENT_ID__=n:n!==void 0&&(this.\u0275prov=j({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function Qa(e){return e&&!!e.\u0275providers}var Ka=Y({\u0275cmp:Y}),Ja=Y({\u0275dir:Y}),Xa=Y({\u0275pipe:Y});var Ur=Y({\u0275fac:Y}),yn=Y({__NG_ELEMENT_ID__:Y}),pf=Y({__NG_ENV_ID__:Y});function vn(e){return typeof e=="string"?e:e==null?"":String(e)}function Ti(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():vn(e)}var ec=Y({ngErrorCode:Y}),yf=Y({ngErrorMessage:Y}),Hr=Y({ngTokenPath:Y});function tc(e,t){return vf("",-200,t)}function Ri(e,t){throw new x(-201,!1)}function dD(e,t){e[Hr]??=[];let n=e[Hr],r;typeof t=="object"&&"multi"in t&&t?.multi===!0?(mf(t.provide,"Token with multi: true should have a provide property"),r=Ti(t.provide)):r=Ti(t),n[0]!==r&&e[Hr].unshift(r)}function fD(e,t){let n=e[Hr],r=e[ec],o=e[yf]||e.message;return e.message=hD(o,r,n,t),e}function vf(e,t,n){let r=new x(t,e);return r[ec]=t,r[yf]=e,n&&(r[Hr]=n),r}function pD(e){return e[ec]}function hD(e,t,n=[],r=null){let o="";n&&n.length>1&&(o=` Path: ${n.join(" -> ")}.`);let i=r?` Source: ${r}.`:"";return zt(t,`${e}${i}${o}`)}var Ba;function Df(){return Ba}function Se(e){let t=Ba;return Ba=e,t}function nc(e,t,n){let r=Ai(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&8)return null;if(t!==void 0)return t;Ri(e,"Injector")}var gD={},fn=gD,mD="__NG_DI_FLAG__",Ha=class{injector;constructor(t){this.injector=t}retrieve(t,n){let r=pn(n)||0;try{return this.injector.get(t,r&8?null:fn,r)}catch(o){if(Hn(o))return o;throw o}}};function yD(e,t=0){let n=$o();if(n===void 0)throw new x(-203,!1);if(n===null)return nc(e,void 0,t);{let r=vD(t),o=n.retrieve(e,r);if(Hn(o)){if(r.optional)return null;throw o}return o}}function V(e,t=0){return(Df()||yD)(me(e),t)}function M(e,t){return V(e,pn(t))}function pn(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function vD(e){return{optional:!!(e&8),host:!!(e&1),self:!!(e&2),skipSelf:!!(e&4)}}function Ua(e){let t=[];for(let n=0;n<e.length;n++){let r=me(e[n]);if(Array.isArray(r)){if(r.length===0)throw new x(900,!1);let o,i=0;for(let s=0;s<r.length;s++){let a=r[s],c=DD(a);typeof c=="number"?c===-1?o=a.token:i|=c:o=a}t.push(V(o,i))}else t.push(V(r))}return t}function DD(e){return e[mD]}function Ut(e,t){let n=e.hasOwnProperty(Ur);return n?e[Ur]:null}function Ef(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let o=e[r],i=t[r];if(n&&(o=n(o),i=n(i)),i!==o)return!1}return!0}function If(e){return e.flat(Number.POSITIVE_INFINITY)}function Oi(e,t){e.forEach(n=>Array.isArray(n)?Oi(n,t):t(n))}function rc(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Wr(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function _f(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function wf(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(o===1)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;){let i=o-2;e[o]=e[i],o--}e[t]=n,e[t+1]=r}}function qr(e,t,n){let r=tr(e,t);return r>=0?e[r|1]=n:(r=~r,wf(e,r,t,n)),r}function Fi(e,t){let n=tr(e,t);if(n>=0)return e[n|1]}function tr(e,t){return ED(e,t,1)}function ED(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){let i=r+(o-r>>1),s=e[i<<n];if(t===s)return i<<n;s>t?o=i:r=i+1}return~(o<<n)}var nt={},Ce=[],Gt=new P(""),oc=new P("",-1),ic=new P(""),$r=class{get(t,n=fn){if(n===fn){let o=vf("",-201);throw o.name="\u0275NotFound",o}return n}};function Wt(e){return e[Ka]||null}function ki(e){return e[Ja]||null}function Cf(e){return e[Xa]||null}function Li(e){return{\u0275providers:e}}function bf(...e){return{\u0275providers:sc(!0,e),\u0275fromNgModule:!0}}function sc(e,...t){let n=[],r=new Set,o,i=s=>{n.push(s)};return Oi(t,s=>{let a=s;Si(a,i,[],r)&&(o||=[],o.push(a))}),o!==void 0&&Tf(o,i),n}function Tf(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:o}=e[n];ac(o,i=>{t(i,r)})}}function Si(e,t,n,r){if(e=me(e),!e)return!1;let o=null,i=Va(e),s=!i&&Wt(e);if(!i&&!s){let c=e.ngModule;if(i=Va(c),i)o=c;else return!1}else{if(s&&!s.standalone)return!1;o=e}let a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){let c=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let u of c)Si(u,t,n,r)}}else if(i){if(i.imports!=null&&!a){r.add(o);let u;try{Oi(i.imports,f=>{Si(f,t,n,r)&&(u||=[],u.push(f))})}finally{}u!==void 0&&Tf(u,t)}if(!a){let u=Ut(o)||(()=>new o);t({provide:o,useFactory:u,deps:Ce},o),t({provide:ic,useValue:o,multi:!0},o),t({provide:Gt,useValue:()=>V(o),multi:!0},o)}let c=i.providers;if(c!=null&&!a){let u=e;ac(c,f=>{t(f,u)})}}else return!1;return o!==e&&e.providers!==void 0}function ac(e,t){for(let n of e)Qa(n)&&(n=n.\u0275providers),Array.isArray(n)?ac(n,t):t(n)}var ID=Y({provide:String,useValue:Y});function Sf(e){return e!==null&&typeof e=="object"&&ID in e}function _D(e){return!!(e&&e.useExisting)}function wD(e){return!!(e&&e.useFactory)}function hn(e){return typeof e=="function"}function Mf(e){return!!e.useClass}var Zr=new P(""),Ci={},hf={},ja;function nr(){return ja===void 0&&(ja=new $r),ja}var Oe=class{},gn=class extends Oe{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,za(t,s=>this.processProvider(s)),this.records.set(oc,er(void 0,this)),o.has("environment")&&this.records.set(Oe,er(void 0,this));let i=this.records.get(Zr);i!=null&&typeof i.value=="string"&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(ic,Ce,{self:!0}))}retrieve(t,n){let r=pn(n)||0;try{return this.get(t,fn,r)}catch(o){if(Hn(o))return o;throw o}}destroy(){Br(this),this._destroyed=!0;let t=k(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let n=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),k(t)}}onDestroy(t){return Br(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){Br(this);let n=ft(this),r=Se(void 0),o;try{return t()}finally{ft(n),Se(r)}}get(t,n=fn,r){if(Br(this),t.hasOwnProperty(pf))return t[pf](this);let o=pn(r),i,s=ft(this),a=Se(void 0);try{if(!(o&4)){let u=this.records.get(t);if(u===void 0){let f=MD(t)&&Ai(t);f&&this.injectableDefInScope(f)?u=er($a(t),Ci):u=null,this.records.set(t,u)}if(u!=null)return this.hydrate(t,u,o)}let c=o&2?nr():this.parent;return n=o&8&&n===fn?null:n,c.get(t,n)}catch(c){let u=pD(c);throw u===-200||u===-201?new x(u,null):c}finally{Se(a),ft(s)}}resolveInjectorInitializers(){let t=k(null),n=ft(this),r=Se(void 0),o;try{let i=this.get(Gt,Ce,{self:!0});for(let s of i)s()}finally{ft(n),Se(r),k(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(Ht(r));return`R3Injector[${t.join(", ")}]`}processProvider(t){t=me(t);let n=hn(t)?t:me(t&&t.provide),r=bD(t);if(!hn(t)&&t.multi===!0){let o=this.records.get(n);o||(o=er(void 0,Ci,!0),o.factory=()=>Ua(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){let o=k(null);try{if(n.value===hf)throw tc(Ht(t));return n.value===Ci&&(n.value=hf,n.value=n.factory(void 0,r)),typeof n.value=="object"&&n.value&&SD(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{k(o)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=me(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){let n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}};function $a(e){let t=Ai(e),n=t!==null?t.factory:Ut(e);if(n!==null)return n;if(e instanceof P)throw new x(204,!1);if(e instanceof Function)return CD(e);throw new x(204,!1)}function CD(e){if(e.length>0)throw new x(204,!1);let n=lD(e);return n!==null?()=>n.factory(e):()=>new e}function bD(e){if(Sf(e))return er(void 0,e.useValue);{let t=cc(e);return er(t,Ci)}}function cc(e,t,n){let r;if(hn(e)){let o=me(e);return Ut(o)||$a(o)}else if(Sf(e))r=()=>me(e.useValue);else if(wD(e))r=()=>e.useFactory(...Ua(e.deps||[]));else if(_D(e))r=(o,i)=>V(me(e.useExisting),i!==void 0&&i&8?8:void 0);else{let o=me(e&&(e.useClass||e.provide));if(TD(e))r=()=>new o(...Ua(e.deps));else return Ut(o)||$a(o)}return r}function Br(e){if(e.destroyed)throw new x(205,!1)}function er(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function TD(e){return!!e.deps}function SD(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function MD(e){return typeof e=="function"||typeof e=="object"&&e.ngMetadataName==="InjectionToken"}function za(e,t){for(let n of e)Array.isArray(n)?za(n,t):n&&Qa(n)?za(n.\u0275providers,t):t(n)}function Pi(e,t){let n;e instanceof gn?(Br(e),n=e):n=new Ha(e);let r,o=ft(n),i=Se(void 0);try{return t()}finally{ft(o),Se(i)}}function Nf(){return Df()!==void 0||$o()!=null}var rt=0,O=1,F=2,ye=3,qe=4,Ne=5,Dn=6,rr=7,ce=8,En=9,pt=10,q=11,or=12,uc=13,In=14,Ae=15,qt=16,_n=17,ht=18,Yr=19,lc=20,_t=21,ji=22,wt=23,je=24,wn=25,Q=26,Af=1,dc=6,Zt=7,Qr=8,Cn=9,Ie=10;function gt(e){return Array.isArray(e)&&typeof e[Af]=="object"}function ot(e){return Array.isArray(e)&&e[Af]===!0}function fc(e){return(e.flags&4)!==0}function Ct(e){return e.componentOffset>-1}function ir(e){return(e.flags&1)===1}function it(e){return!!e.template}function sr(e){return(e[F]&512)!==0}function bn(e){return(e[F]&256)===256}var pc="svg",xf="math";function Ze(e){for(;Array.isArray(e);)e=e[rt];return e}function hc(e,t){return Ze(t[e])}function Ye(e,t){return Ze(t[e.index])}function Kr(e,t){return e.data[t]}function Jr(e,t){return e[t]}function Xr(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function Qe(e,t){let n=t[e];return gt(n)?n:n[rt]}function Rf(e){return(e[F]&4)===4}function Vi(e){return(e[F]&128)===128}function Of(e){return ot(e[ye])}function Ke(e,t){return t==null?null:e[t]}function gc(e){e[_n]=0}function Bi(e){e[F]&1024||(e[F]|=1024,Vi(e)&&Yt(e))}function Ff(e,t){for(;e>0;)t=t[In],e--;return t}function ar(e){return!!(e[F]&9216||e[je]?.dirty)}function Hi(e){e[pt].changeDetectionScheduler?.notify(8),e[F]&64&&(e[F]|=1024),ar(e)&&Yt(e)}function Yt(e){e[pt].changeDetectionScheduler?.notify(0);let t=$t(e);for(;t!==null&&!(t[F]&8192||(t[F]|=8192,!Vi(t)));)t=$t(t)}function mc(e,t){if(bn(e))throw new x(911,!1);e[_t]===null&&(e[_t]=[]),e[_t].push(t)}function kf(e,t){if(e[_t]===null)return;let n=e[_t].indexOf(t);n!==-1&&e[_t].splice(n,1)}function $t(e){let t=e[ye];return ot(t)?t[ye]:t}function yc(e){return e[rr]??=[]}function vc(e){return e.cleanup??=[]}function Lf(e,t,n,r){let o=yc(t);o.push(n),e.firstCreatePass&&vc(e).push(r,o.length-1)}var B={lFrame:Zf(null),bindingsEnabled:!0,skipHydrationRootTNode:null},eo=(function(e){return e[e.Off=0]="Off",e[e.Exhaustive=1]="Exhaustive",e[e.OnlyDirtyViews=2]="OnlyDirtyViews",e})(eo||{}),ND=0,Ga=!1;function Pf(){return B.lFrame.elementDepthCount}function jf(){B.lFrame.elementDepthCount++}function Dc(){B.lFrame.elementDepthCount--}function Ui(){return B.bindingsEnabled}function Ec(){return B.skipHydrationRootTNode!==null}function Ic(e){return B.skipHydrationRootTNode===e}function _c(){B.skipHydrationRootTNode=null}function R(){return B.lFrame.lView}function X(){return B.lFrame.tView}function Vf(e){return B.lFrame.contextLView=e,e[ce]}function Bf(e){return B.lFrame.contextLView=null,e}function ve(){let e=wc();for(;e!==null&&e.type===64;)e=e.parent;return e}function wc(){return B.lFrame.currentTNode}function Hf(){let e=B.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function Tn(e,t){let n=B.lFrame;n.currentTNode=e,n.isParent=t}function Cc(){return B.lFrame.isParent}function bc(){B.lFrame.isParent=!1}function Tc(){return B.lFrame.contextLView}function Sc(e){Ya("Must never be called in production mode"),ND=e}function Mc(){return Ga}function cr(e){let t=Ga;return Ga=e,t}function to(){let e=B.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Uf(e){return B.lFrame.bindingIndex=e}function mt(){return B.lFrame.bindingIndex++}function Nc(e){let t=B.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function $f(){return B.lFrame.inI18n}function zf(e,t){let n=B.lFrame;n.bindingIndex=n.bindingRootIndex=e,$i(t)}function Gf(){return B.lFrame.currentDirectiveIndex}function $i(e){B.lFrame.currentDirectiveIndex=e}function Wf(e){let t=B.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function zi(){return B.lFrame.currentQueryIndex}function no(e){B.lFrame.currentQueryIndex=e}function AD(e){let t=e[O];return t.type===2?t.declTNode:t.type===1?e[Ne]:null}function Ac(e,t,n){if(n&4){let o=t,i=e;for(;o=o.parent,o===null&&!(n&1);)if(o=AD(i),o===null||(i=i[In],o.type&10))break;if(o===null)return!1;t=o,e=i}let r=B.lFrame=qf();return r.currentTNode=t,r.lView=e,!0}function Gi(e){let t=qf(),n=e[O];B.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function qf(){let e=B.lFrame,t=e===null?null:e.child;return t===null?Zf(e):t}function Zf(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function Yf(){let e=B.lFrame;return B.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var xc=Yf;function Wi(){let e=Yf();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 Qf(e){return(B.lFrame.contextLView=Ff(e,B.lFrame.contextLView))[ce]}function yt(){return B.lFrame.selectedIndex}function Qt(e){B.lFrame.selectedIndex=e}function ur(){let e=B.lFrame;return Kr(e.tView,e.selectedIndex)}function Kf(){B.lFrame.currentNamespace=pc}function Jf(){xD()}function xD(){B.lFrame.currentNamespace=null}function Xf(){return B.lFrame.currentNamespace}var ep=!0;function qi(){return ep}function ro(e){ep=e}var RD={elements:void 0};function Zi(){return RD}function Wa(e,t=null,n=null,r){let o=tp(e,t,n,r);return o.resolveInjectorInitializers(),o}function tp(e,t=null,n=null,r,o=new Set){let i=[n||Ce,bf(e)];return r=r||(typeof e=="object"?void 0:Ht(e)),new gn(i,t||nr(),r||null,o)}var Me=class e{static THROW_IF_NOT_FOUND=fn;static NULL=new $r;static create(t,n){if(Array.isArray(t))return Wa({name:""},n,t,"");{let r=t.name??"";return Wa({name:r},t.parent,t.providers,r)}}static \u0275prov=j({token:e,providedIn:"any",factory:()=>V(oc)});static __NG_ELEMENT_ID__=-1},pe=new P(""),bt=(()=>{class e{static __NG_ELEMENT_ID__=OD;static __NG_ENV_ID__=n=>n}return e})(),zr=class extends bt{_lView;constructor(t){super(),this._lView=t}get destroyed(){return bn(this._lView)}onDestroy(t){let n=this._lView;return mc(n,t),()=>kf(n,t)}};function OD(){return new zr(R())}var Pe=class{_console=console;handleError(t){this._console.error("ERROR",t)}},Tt=new P("",{providedIn:"root",factory:()=>{let e=M(Oe),t;return n=>{e.destroyed&&!t?setTimeout(()=>{throw n}):(t??=e.get(Pe),t.handleError(n))}}}),np={provide:Gt,useValue:()=>void M(Pe),multi:!0};function Rc(e){return typeof e=="function"&&e[ge]!==void 0}function Sn(e,t){let[n,r,o]=Ca(e,t?.equal),i=n,s=i[ge];return i.set=r,i.update=o,i.asReadonly=Yi.bind(i),i}function Yi(){let e=this[ge];if(e.readonlyFn===void 0){let t=()=>this();t[ge]=e,e.readonlyFn=t}return e.readonlyFn}function Oc(e){return Rc(e)&&typeof e.set=="function"}var tt=class{},lr=new P("",{providedIn:"root",factory:()=>!1});var Fc=new P(""),Qi=new P("");var dr=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=FD}return e})();function FD(){return new dr(R(),ve())}var Mn=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new kr(!1);get hasPendingTasks(){return this.destroyed?!1:this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new ee(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);let n=this.taskId++;return this.pendingTasks.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.pendingTasks.size===0&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}return e})();function Nn(...e){}var oo=(()=>{class e{static \u0275prov=j({token:e,providedIn:"root",factory:()=>new qa})}return e})(),qa=class{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){let n=t.zone,r=this.queues.get(n);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){let n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);let r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(let[n,r]of this.queues)n===null?t||=this.flushQueue(r):t||=n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(let r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}};function mo(e){return{toString:e}.toString()}function UD(e){return typeof e=="function"}var ss=class{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function Bp(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var Is=(()=>{let e=()=>Hp;return e.ngInherit=!0,e})();function Hp(e){return e.type.prototype.ngOnChanges&&(e.setInput=zD),$D}function $D(){let e=$p(this),t=e?.current;if(t){let n=e.previous;if(n===nt)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function zD(e,t,n,r,o){let i=this.declaredInputs[r],s=$p(e)||GD(e,{previous:nt,current:null}),a=s.current||(s.current={}),c=s.previous,u=c[i];a[i]=new ss(u&&u.currentValue,n,c===nt),Bp(e,t,o,n)}var Up="__ngSimpleChanges__";function $p(e){return e[Up]||null}function GD(e,t){return e[Up]=t}var rp=[];var Z=function(e,t=null,n){for(let r=0;r<rp.length;r++){let o=rp[r];o(e,t,n)}};function WD(e,t,n){let{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){let s=Hp(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),i&&((n.preOrderHooks??=[]).push(e,i),(n.preOrderCheckHooks??=[]).push(e,i))}function zp(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){let i=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:u,ngOnDestroy:f}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),u&&((e.viewHooks??=[]).push(n,u),(e.viewCheckHooks??=[]).push(n,u)),f!=null&&(e.destroyHooks??=[]).push(n,f)}}function ts(e,t,n){Gp(e,t,3,n)}function ns(e,t,n,r){(e[F]&3)===n&&Gp(e,t,n,r)}function kc(e,t){let n=e[F];(n&3)===t&&(n&=16383,n+=1,e[F]=n)}function Gp(e,t,n,r){let o=r!==void 0?e[_n]&65535:0,i=r??-1,s=t.length-1,a=0;for(let c=o;c<s;c++)if(typeof t[c+1]=="number"){if(a=t[c],r!=null&&a>=r)break}else t[c]<0&&(e[_n]+=65536),(a<i||i==-1)&&(qD(e,n,t,c),e[_n]=(e[_n]&4294901760)+c+2),c++}function op(e,t){Z(4,e,t);let n=k(null);try{t.call(e)}finally{k(n),Z(5,e,t)}}function qD(e,t,n,r){let o=n[r]<0,i=n[r+1],s=o?-n[r]:n[r],a=e[s];o?e[F]>>14<e[_n]>>16&&(e[F]&3)===t&&(e[F]+=16384,op(a,i)):op(a,i)}var pr=-1,Rn=class{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r,o){this.factory=t,this.name=o,this.canSeeViewProviders=n,this.injectImpl=r}};function ZD(e){return(e.flags&8)!==0}function YD(e){return(e.flags&16)!==0}function QD(e,t,n){let r=0;for(;r<n.length;){let o=n[r];if(typeof o=="number"){if(o!==0)break;r++;let i=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,i)}else{let i=o,s=n[++r];JD(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}return r}function KD(e){return e===3||e===4||e===6}function JD(e){return e.charCodeAt(0)===64}function hr(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){let o=t[r];typeof o=="number"?n=o:n===0||(n===-1||n===2?ip(e,n,o,null,t[++r]):ip(e,n,o,null,null))}}return e}function ip(e,t,n,r,o){let i=0,s=e.length;if(t===-1)s=-1;else for(;i<e.length;){let a=e[i++];if(typeof a=="number"){if(a===t){s=-1;break}else if(a>t){s=i-1;break}}}for(;i<e.length;){let a=e[i];if(typeof a=="number")break;if(a===n){o!==null&&(e[i+1]=o);return}i++,o!==null&&i++}s!==-1&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),o!==null&&e.splice(i++,0,o)}function Wp(e){return e!==pr}function as(e){return e&32767}function XD(e){return e>>16}function cs(e,t){let n=XD(e),r=t;for(;n>0;)r=r[In],n--;return r}var qc=!0;function us(e){let t=qc;return qc=e,t}var eE=256,qp=eE-1,Zp=5,tE=0,vt={};function nE(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(yn)&&(r=n[yn]),r==null&&(r=n[yn]=tE++);let o=r&qp,i=1<<o;t.data[e+(o>>Zp)]|=i}function ls(e,t){let n=Yp(e,t);if(n!==-1)return n;let r=t[O];r.firstCreatePass&&(e.injectorIndex=t.length,Lc(r.data,e),Lc(t,null),Lc(r.blueprint,null));let o=Fu(e,t),i=e.injectorIndex;if(Wp(o)){let s=as(o),a=cs(o,t),c=a[O].data;for(let u=0;u<8;u++)t[i+u]=a[s+u]|c[s+u]}return t[i+8]=o,i}function Lc(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Yp(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Fu(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=eh(o),r===null)return pr;if(n++,o=o[In],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return pr}function Zc(e,t,n){nE(e,t,n)}function Qp(e,t,n){if(n&8||e!==void 0)return e;Ri(t,"NodeInjector")}function Kp(e,t,n,r){if(n&8&&r===void 0&&(r=null),(n&3)===0){let o=e[En],i=Se(void 0);try{return o?o.get(t,r,n&8):nc(t,r,n&8)}finally{Se(i)}}return Qp(r,t,n)}function Jp(e,t,n,r=0,o){if(e!==null){if(t[F]&2048&&!(r&2)){let s=aE(e,t,n,r,vt);if(s!==vt)return s}let i=Xp(e,t,n,r,vt);if(i!==vt)return i}return Kp(t,n,r,o)}function Xp(e,t,n,r,o){let i=oE(n);if(typeof i=="function"){if(!Ac(t,e,r))return r&1?Qp(o,n,r):Kp(t,n,r,o);try{let s;if(s=i(r),s==null&&!(r&8))Ri(n);else return s}finally{xc()}}else if(typeof i=="number"){let s=null,a=Yp(e,t),c=pr,u=r&1?t[Ae][Ne]:null;for((a===-1||r&4)&&(c=a===-1?Fu(e,t):t[a+8],c===pr||!ap(r,!1)?a=-1:(s=t[O],a=as(c),t=cs(c,t)));a!==-1;){let f=t[O];if(sp(i,a,f.data)){let m=rE(a,t,n,s,r,u);if(m!==vt)return m}c=t[a+8],c!==pr&&ap(r,t[O].data[a+8]===u)&&sp(i,a,t)?(s=f,a=as(c),t=cs(c,t)):a=-1}}return o}function rE(e,t,n,r,o,i){let s=t[O],a=s.data[e+8],c=r==null?Ct(a)&&qc:r!=s&&(a.type&3)!==0,u=o&1&&i===a,f=rs(a,s,n,c,u);return f!==null?ao(t,s,f,a,o):vt}function rs(e,t,n,r,o){let i=e.providerIndexes,s=t.data,a=i&1048575,c=e.directiveStart,u=e.directiveEnd,f=i>>20,m=r?a:a+f,p=o?a+f:u;for(let h=m;h<p;h++){let I=s[h];if(h<c&&n===I||h>=c&&I.type===n)return h}if(o){let h=s[c];if(h&&it(h)&&h.type===n)return c}return null}function ao(e,t,n,r,o){let i=e[n],s=t.data;if(i instanceof Rn){let a=i;if(a.resolving){let h=Ti(s[n]);throw tc(h)}let c=us(a.canSeeViewProviders);a.resolving=!0;let u=s[n].type||s[n],f,m=a.injectImpl?Se(a.injectImpl):null,p=Ac(e,r,0);try{i=e[n]=a.factory(void 0,o,s,e,r),t.firstCreatePass&&n>=r.directiveStart&&WD(n,s[n],t)}finally{m!==null&&Se(m),us(c),a.resolving=!1,xc()}}return i}function oE(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(yn)?e[yn]:void 0;return typeof t=="number"?t>=0?t&qp:iE:t}function sp(e,t,n){let r=1<<e;return!!(n[t+(e>>Zp)]&r)}function ap(e,t){return!(e&2)&&!(e&1&&t)}var xn=class{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return Jp(this._tNode,this._lView,t,pn(r),n)}};function iE(){return new xn(ve(),R())}function sE(e){return mo(()=>{let t=e.prototype.constructor,n=t[Ur]||Yc(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){let i=o[Ur]||Yc(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function Yc(e){return Za(e)?()=>{let t=Yc(me(e));return t&&t()}:Ut(e)}function aE(e,t,n,r,o){let i=e,s=t;for(;i!==null&&s!==null&&s[F]&2048&&!sr(s);){let a=Xp(i,s,n,r|2,vt);if(a!==vt)return a;let c=i.parent;if(!c){let u=s[lc];if(u){let f=u.get(n,vt,r);if(f!==vt)return f}c=eh(s),s=s[In]}i=c}return o}function eh(e){let t=e[O],n=t.type;return n===2?t.declTNode:n===1?e[Ne]:null}function cE(){return Er(ve(),R())}function Er(e,t){return new ut(Ye(e,t))}var ut=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=cE}return e})();function th(e){return e instanceof ut?e.nativeElement:e}function uE(){return this._results[Symbol.iterator]()}var ds=class{_emitDistinctChangesOnly;dirty=!0;_onDirty=void 0;_results=[];_changesDetected=!1;_changes=void 0;length=0;first=void 0;last=void 0;get changes(){return this._changes??=new Re}constructor(t=!1){this._emitDistinctChangesOnly=t}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){this.dirty=!1;let r=If(t);(this._changesDetected=!Ef(this._results,r,n))&&(this._results=r,this.length=r.length,this.last=r[this.length-1],this.first=r[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.next(this)}onDirty(t){this._onDirty=t}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}[Symbol.iterator]=uE};function nh(e){return(e.flags&128)===128}var ku=(function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e})(ku||{}),rh=new Map,lE=0;function dE(){return lE++}function fE(e){rh.set(e[Yr],e)}function Qc(e){rh.delete(e[Yr])}var cp="__ngContext__";function gr(e,t){gt(t)?(e[cp]=t[Yr],fE(t)):e[cp]=t}function oh(e){return sh(e[or])}function ih(e){return sh(e[qe])}function sh(e){for(;e!==null&&!ot(e);)e=e[qe];return e}var Kc;function Lu(e){Kc=e}function Pu(){if(Kc!==void 0)return Kc;if(typeof document<"u")return document;throw new x(210,!1)}var Ir=new P("",{providedIn:"root",factory:()=>pE}),pE="ng",_s=new P(""),Jt=new P("",{providedIn:"platform",factory:()=>"unknown"});var hE=new P(""),ws=new P("",{providedIn:"root",factory:()=>Pu().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var gE="h",mE="b";var ah="r";var ch="di";var uh=!1,lh=new P("",{providedIn:"root",factory:()=>uh});var yE=(e,t,n,r)=>{};function vE(e,t,n,r){yE(e,t,n,r)}function Cs(e){return(e.flags&32)===32}var DE=()=>null;function dh(e,t,n=!1){return DE(e,t,n)}function fh(e,t){let n=e.contentQueries;if(n!==null){let r=k(null);try{for(let o=0;o<n.length;o+=2){let i=n[o],s=n[o+1];if(s!==-1){let a=e.data[s];no(i),a.contentQueries(2,t[s],s)}}}finally{k(r)}}}function Jc(e,t,n){no(0);let r=k(null);try{t(e,n)}finally{k(r)}}function ju(e,t,n){if(fc(t)){let r=k(null);try{let o=t.directiveStart,i=t.directiveEnd;for(let s=o;s<i;s++){let a=e.data[s];if(a.contentQueries){let c=n[s];a.contentQueries(1,c,s)}}}finally{k(r)}}}var St=(function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e})(St||{}),Ki;function EE(){if(Ki===void 0&&(Ki=null,We.trustedTypes))try{Ki=We.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Ki}function bs(e){return EE()?.createHTML(e)||e}var Ji;function IE(){if(Ji===void 0&&(Ji=null,We.trustedTypes))try{Ji=We.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Ji}function up(e){return IE()?.createHTML(e)||e}var Mt=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Mi})`}},Xc=class extends Mt{getTypeName(){return"HTML"}},eu=class extends Mt{getTypeName(){return"Style"}},tu=class extends Mt{getTypeName(){return"Script"}},nu=class extends Mt{getTypeName(){return"URL"}},ru=class extends Mt{getTypeName(){return"ResourceURL"}};function Je(e){return e instanceof Mt?e.changingThisBreaksApplicationSecurity:e}function At(e,t){let n=ph(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Mi})`)}return n===t}function ph(e){return e instanceof Mt&&e.getTypeName()||null}function Vu(e){return new Xc(e)}function Bu(e){return new eu(e)}function Hu(e){return new tu(e)}function Uu(e){return new nu(e)}function $u(e){return new ru(e)}function _E(e){let t=new iu(e);return wE()?new ou(t):t}var ou=class{inertDocumentHelper;constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t="<body><remove></remove>"+t;try{let n=new window.DOMParser().parseFromString(bs(t),"text/html").body;return n===null?this.inertDocumentHelper.getInertBodyElement(t):(n.firstChild?.remove(),n)}catch{return null}}},iu=class{defaultDoc;inertDocument;constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){let n=this.inertDocument.createElement("template");return n.innerHTML=bs(t),n}};function wE(){try{return!!new window.DOMParser().parseFromString(bs(""),"text/html")}catch{return!1}}var CE=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function yo(e){return e=String(e),e.match(CE)?e:"unsafe:"+e}function xt(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function vo(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var hh=xt("area,br,col,hr,img,wbr"),gh=xt("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),mh=xt("rp,rt"),bE=vo(mh,gh),TE=vo(gh,xt("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")),SE=vo(mh,xt("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")),lp=vo(hh,TE,SE,bE),yh=xt("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),ME=xt("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"),NE=xt("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),AE=vo(yh,ME,NE),xE=xt("script,style,template"),su=class{sanitizedSomething=!1;buf=[];sanitizeChildren(t){let n=t.firstChild,r=!0,o=[];for(;n;){if(n.nodeType===Node.ELEMENT_NODE?r=this.startElement(n):n.nodeType===Node.TEXT_NODE?this.chars(n.nodeValue):this.sanitizedSomething=!0,r&&n.firstChild){o.push(n),n=FE(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let i=OE(n);if(i){n=i;break}n=o.pop()}}return this.buf.join("")}startElement(t){let n=dp(t).toLowerCase();if(!lp.hasOwnProperty(n))return this.sanitizedSomething=!0,!xE.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);let r=t.attributes;for(let o=0;o<r.length;o++){let i=r.item(o),s=i.name,a=s.toLowerCase();if(!AE.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let c=i.value;yh[a]&&(c=yo(c)),this.buf.push(" ",s,'="',fp(c),'"')}return this.buf.push(">"),!0}endElement(t){let n=dp(t).toLowerCase();lp.hasOwnProperty(n)&&!hh.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(fp(t))}};function RE(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function OE(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw vh(t);return t}function FE(e){let t=e.firstChild;if(t&&RE(e,t))throw vh(t);return t}function dp(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function vh(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var kE=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,LE=/([^\#-~ |!])/g;function fp(e){return e.replace(/&/g,"&").replace(kE,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(LE,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}var Xi;function Ts(e,t){let n=null;try{Xi=Xi||_E(e);let r=t?String(t):"";n=Xi.getInertBodyElement(r);let o=5,i=r;do{if(o===0)throw new Error("Failed to sanitize html because the input is unstable");o--,r=i,i=n.innerHTML,n=Xi.getInertBodyElement(r)}while(r!==i);let a=new su().sanitizeChildren(pp(n)||n);return bs(a)}finally{if(n){let r=pp(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function pp(e){return"content"in e&&PE(e)?e.content:null}function PE(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var lt=(function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e})(lt||{});function jE(e){let t=Dh();return t?up(t.sanitize(lt.HTML,e)||""):At(e,"HTML")?up(Je(e)):Ts(Pu(),vn(e))}function VE(e){let t=Dh();return t?t.sanitize(lt.URL,e)||"":At(e,"URL")?Je(e):yo(vn(e))}function Dh(){let e=R();return e&&e[pt].sanitizer}var BE=/^>|^->|<!--|-->|--!>|<!-$/g,HE=/(<|>)/g,UE="\u200B$1\u200B";function $E(e){return e.replace(BE,t=>t.replace(HE,UE))}function zE(e){return e.ownerDocument.defaultView}function GE(e){return e.ownerDocument}function WE(e,t,n){let r=e.length;for(;;){let o=e.indexOf(t,n);if(o===-1)return o;if(o===0||e.charCodeAt(o-1)<=32){let i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}var Eh="ng-template";function qE(e,t,n,r){let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&WE(t[o+1].toLowerCase(),n,0)!==-1)return!0}else if(zu(e))return!1;if(o=t.indexOf(1,o),o>-1){let i;for(;++o<t.length&&typeof(i=t[o])=="string";)if(i.toLowerCase()===n)return!0}return!1}function zu(e){return e.type===4&&e.value!==Eh}function ZE(e,t,n){let r=e.type===4&&!n?Eh:e.value;return t===r}function YE(e,t,n){let r=4,o=e.attrs,i=o!==null?JE(o):0,s=!1;for(let a=0;a<t.length;a++){let c=t[a];if(typeof c=="number"){if(!s&&!st(r)&&!st(c))return!1;if(s&&st(c))continue;s=!1,r=c|r&1;continue}if(!s)if(r&4){if(r=2|r&1,c!==""&&!ZE(e,c,n)||c===""&&t.length===1){if(st(r))return!1;s=!0}}else if(r&8){if(o===null||!qE(e,o,c,n)){if(st(r))return!1;s=!0}}else{let u=t[++a],f=QE(c,o,zu(e),n);if(f===-1){if(st(r))return!1;s=!0;continue}if(u!==""){let m;if(f>i?m="":m=o[f+1].toLowerCase(),r&2&&u!==m){if(st(r))return!1;s=!0}}}}return st(r)||s}function st(e){return(e&1)===0}function QE(e,t,n,r){if(t===null)return-1;let o=0;if(r||!n){let i=!1;for(;o<t.length;){let s=t[o];if(s===e)return o;if(s===3||s===6)i=!0;else if(s===1||s===2){let a=t[++o];for(;typeof a=="string";)a=t[++o];continue}else{if(s===4)break;if(s===0){o+=4;continue}}o+=i?1:2}return-1}else return XE(t,e)}function Ih(e,t,n=!1){for(let r=0;r<t.length;r++)if(YE(e,t[r],n))return!0;return!1}function KE(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function JE(e){for(let t=0;t<e.length;t++){let n=e[t];if(KD(n))return t}return e.length}function XE(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){let r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function eI(e,t){e:for(let n=0;n<t.length;n++){let r=t[n];if(e.length===r.length){for(let o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}function hp(e,t){return e?":not("+t.trim()+")":t}function tI(e){let t=e[0],n=1,r=2,o="",i=!1;for(;n<e.length;){let s=e[n];if(typeof s=="string")if(r&2){let a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else r&8?o+="."+s:r&4&&(o+=" "+s);else o!==""&&!st(s)&&(t+=hp(i,o),o=""),r=s,i=i||!st(r);n++}return o!==""&&(t+=hp(i,o)),t}function nI(e){return e.map(tI).join(",")}function rI(e){let t=[],n=[],r=1,o=2;for(;r<e.length;){let i=e[r];if(typeof i=="string")o===2?i!==""&&t.push(i,e[++r]):o===8&&n.push(i);else{if(!st(o))break;o=i}r++}return n.length&&t.push(1,...n),t}var Ve={};function oI(e,t){return e.createText(t)}function iI(e,t,n){e.setValue(t,n)}function sI(e,t){return e.createComment($E(t))}function _h(e,t,n){return e.createElement(t,n)}function fs(e,t,n,r,o){e.insertBefore(t,n,r,o)}function wh(e,t,n){e.appendChild(t,n)}function gp(e,t,n,r,o){r!==null?fs(e,t,n,r,o):wh(e,t,n)}function Ch(e,t,n){e.removeChild(null,t,n)}function aI(e,t,n){e.setAttribute(t,"style",n)}function cI(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function bh(e,t,n){let{mergedAttrs:r,classes:o,styles:i}=n;r!==null&&QD(e,t,r),o!==null&&cI(e,t,o),i!==null&&aI(e,t,i)}function Gu(e,t,n,r,o,i,s,a,c,u,f){let m=Q+r,p=m+o,h=uI(m,p),I=typeof u=="function"?u():u;return h[O]={type:e,blueprint:h,template:n,queries:null,viewQuery:a,declTNode:t,data:h.slice().fill(null,m),bindingStartIndex:m,expandoStartIndex:p,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof i=="function"?i():i,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:c,consts:I,incompleteFirstPass:!1,ssrId:f}}function uI(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:Ve);return n}function lI(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=Gu(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function Wu(e,t,n,r,o,i,s,a,c,u,f){let m=t.blueprint.slice();return m[rt]=o,m[F]=r|4|128|8|64|1024,(u!==null||e&&e[F]&2048)&&(m[F]|=2048),gc(m),m[ye]=m[In]=e,m[ce]=n,m[pt]=s||e&&e[pt],m[q]=a||e&&e[q],m[En]=c||e&&e[En]||null,m[Ne]=i,m[Yr]=dE(),m[Dn]=f,m[lc]=u,m[Ae]=t.type==2?e[Ae]:m,m}function dI(e,t,n){let r=Ye(t,e),o=lI(n),i=e[pt].rendererFactory,s=qu(e,Wu(e,o,null,Th(n),r,t,null,i.createRenderer(r,n),null,null,null));return e[t.index]=s}function Th(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function Sh(e,t,n,r){if(n===0)return-1;let o=t.length;for(let i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function qu(e,t){return e[or]?e[uc][qe]=t:e[or]=t,e[uc]=t,t}function Mh(e=1){Nh(X(),R(),yt()+e,!1)}function Nh(e,t,n,r){if(!r)if((t[F]&3)===3){let i=e.preOrderCheckHooks;i!==null&&ts(t,i,n)}else{let i=e.preOrderHooks;i!==null&&ns(t,i,0,n)}Qt(n)}var Ss=(function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e})(Ss||{});function au(e,t,n,r){let o=k(null);try{let[i,s,a]=e.inputs[n],c=null;(s&Ss.SignalBased)!==0&&(c=t[i][ge]),c!==null&&c.transformFn!==void 0?r=c.transformFn(r):a!==null&&(r=a.call(t,r)),e.setInput!==null?e.setInput(t,c,r,n,i):Bp(t,c,i,r)}finally{k(o)}}var ct=(function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e})(ct||{}),fI;function Zu(e,t){return fI(e,t)}function fr(e,t,n,r,o){if(r!=null){let i,s=!1;ot(r)?i=r:gt(r)&&(s=!0,r=r[rt]);let a=Ze(r);e===0&&n!==null?o==null?wh(t,n,a):fs(t,n,a,o||null,!0):e===1&&n!==null?fs(t,n,a,o||null,!0):e===2?Ch(t,a,s):e===3&&t.destroyNode(a),i!=null&&_I(t,e,i,n,o)}}function pI(e,t){Ah(e,t),t[rt]=null,t[Ne]=null}function hI(e,t,n,r,o,i){r[rt]=o,r[Ne]=t,Ns(e,r,n,1,o,i)}function Ah(e,t){t[pt].changeDetectionScheduler?.notify(9),Ns(e,t,t[q],2,null,null)}function gI(e){let t=e[or];if(!t)return Pc(e[O],e);for(;t;){let n=null;if(gt(t))n=t[or];else{let r=t[Ie];r&&(n=r)}if(!n){for(;t&&!t[qe]&&t!==e;)gt(t)&&Pc(t[O],t),t=t[ye];t===null&&(t=e),gt(t)&&Pc(t[O],t),n=t&&t[qe]}t=n}}function Yu(e,t){let n=e[Cn],r=n.indexOf(t);n.splice(r,1)}function Ms(e,t){if(bn(t))return;let n=t[q];n.destroyNode&&Ns(e,t,n,3,null,null),gI(t)}function Pc(e,t){if(bn(t))return;let n=k(null);try{t[F]&=-129,t[F]|=256,t[je]&&sn(t[je]),yI(e,t),mI(e,t),t[O].type===1&&t[q].destroy();let r=t[qt];if(r!==null&&ot(t[ye])){r!==t[ye]&&Yu(r,t);let o=t[ht];o!==null&&o.detachView(e)}Qc(t)}finally{k(n)}}function mI(e,t){let n=e.cleanup,r=t[rr];if(n!==null)for(let s=0;s<n.length-1;s+=2)if(typeof n[s]=="string"){let a=n[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else{let a=r[n[s+1]];n[s].call(a)}r!==null&&(t[rr]=null);let o=t[_t];if(o!==null){t[_t]=null;for(let s=0;s<o.length;s++){let a=o[s];a()}}let i=t[wt];if(i!==null){t[wt]=null;for(let s of i)s.destroy()}}function yI(e,t){let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){let o=t[n[r]];if(!(o instanceof Rn)){let i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){let a=o[i[s]],c=i[s+1];Z(4,a,c);try{c.call(a)}finally{Z(5,a,c)}}else{Z(4,o,i);try{i.call(o)}finally{Z(5,o,i)}}}}}function xh(e,t,n){return vI(e,t.parent,n)}function vI(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[rt];if(Ct(r)){let{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===St.None||o===St.Emulated)return null}return Ye(r,n)}function Rh(e,t,n){return EI(e,t,n)}function DI(e,t,n){return e.type&40?Ye(e,n):null}var EI=DI,mp;function Qu(e,t,n,r){let o=xh(e,r,t),i=t[q],s=r.parent||t[Ne],a=Rh(s,r,t);if(o!=null)if(Array.isArray(n))for(let c=0;c<n.length;c++)gp(i,o,n[c],a,!1);else gp(i,o,n,a,!1);mp!==void 0&&mp(i,r,t,n,o)}function io(e,t){if(t!==null){let n=t.type;if(n&3)return Ye(t,e);if(n&4)return cu(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return io(e,r);{let o=e[t.index];return ot(o)?cu(-1,o):Ze(o)}}else{if(n&128)return io(e,t.next);if(n&32)return Zu(t,e)()||Ze(e[t.index]);{let r=Oh(e,t);if(r!==null){if(Array.isArray(r))return r[0];let o=$t(e[Ae]);return io(o,r)}else return io(e,t.next)}}}return null}function Oh(e,t){if(t!==null){let r=e[Ae][Ne],o=t.projection;return r.projection[o]}return null}function cu(e,t){let n=Ie+e+1;if(n<t.length){let r=t[n],o=r[O].firstChild;if(o!==null)return io(r,o)}return t[Zt]}function Ku(e,t,n,r,o,i,s){for(;n!=null;){if(n.type===128){n=n.next;continue}let a=r[n.index],c=n.type;if(s&&t===0&&(a&&gr(Ze(a),r),n.flags|=2),!Cs(n))if(c&8)Ku(e,t,n.child,r,o,i,!1),fr(t,e,o,a,i);else if(c&32){let u=Zu(n,r),f;for(;f=u();)fr(t,e,o,f,i);fr(t,e,o,a,i)}else c&16?Fh(e,t,r,n,o,i):fr(t,e,o,a,i);n=s?n.projectionNext:n.next}}function Ns(e,t,n,r,o,i){Ku(n,r,e.firstChild,t,o,i,!1)}function II(e,t,n){let r=t[q],o=xh(e,n,t),i=n.parent||t[Ne],s=Rh(i,n,t);Fh(r,0,t,n,o,s)}function Fh(e,t,n,r,o,i){let s=n[Ae],c=s[Ne].projection[r.projection];if(Array.isArray(c))for(let u=0;u<c.length;u++){let f=c[u];fr(t,e,o,f,i)}else{let u=c,f=s[ye];nh(r)&&(u.flags|=128),Ku(e,t,u,f,o,i,!0)}}function _I(e,t,n,r,o){let i=n[Zt],s=Ze(n);i!==s&&fr(t,e,r,i,o);for(let a=Ie;a<n.length;a++){let c=n[a];Ns(c[O],c,e,t,r,i)}}function wI(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=r.indexOf("-")===-1?void 0:ct.DashCase;o==null?e.removeStyle(n,r,i):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=ct.Important),e.setStyle(n,r,o,i))}}function kh(e,t,n,r,o){let i=yt(),s=r&2;try{Qt(-1),s&&t.length>Q&&Nh(e,t,Q,!1),Z(s?2:0,o,n),n(r,o)}finally{Qt(i),Z(s?3:1,o,n)}}function As(e,t,n){MI(e,t,n),(n.flags&64)===64&&NI(e,t,n)}function _r(e,t,n=Ye){let r=t.localNames;if(r!==null){let o=t.index+1;for(let i=0;i<r.length;i+=2){let s=r[i+1],a=s===-1?n(t,e):e[s];e[o++]=a}}}function CI(e,t,n,r){let i=r.get(lh,uh)||n===St.ShadowDom,s=e.selectRootElement(t,i);return bI(s),s}function bI(e){TI(e)}var TI=()=>null;function SI(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function Lh(e,t,n,r,o,i){let s=t[O];if(Os(e,s,t,n,r)){Ct(e)&&jh(t,e.index);return}e.type&3&&(n=SI(n)),Ph(e,t,n,r,o,i)}function Ph(e,t,n,r,o,i){if(e.type&3){let s=Ye(e,t);r=i!=null?i(r,e.value||"",n):r,o.setProperty(s,n,r)}else e.type&12}function jh(e,t){let n=Qe(t,e);n[F]&16||(n[F]|=64)}function MI(e,t,n){let r=n.directiveStart,o=n.directiveEnd;Ct(n)&&dI(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||ls(n,t);let i=n.initialInputs;for(let s=r;s<o;s++){let a=e.data[s],c=ao(t,e,s,n);if(gr(c,t),i!==null&&RI(t,s-r,c,a,n,i),it(a)){let u=Qe(n.index,t);u[ce]=ao(t,e,s,n)}}}function NI(e,t,n){let r=n.directiveStart,o=n.directiveEnd,i=n.index,s=Gf();try{Qt(i);for(let a=r;a<o;a++){let c=e.data[a],u=t[a];$i(a),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&AI(c,u)}}finally{Qt(-1),$i(s)}}function AI(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function Ju(e,t){let n=e.directiveRegistry,r=null;if(n)for(let o=0;o<n.length;o++){let i=n[o];Ih(t,i.selectors,!1)&&(r??=[],it(i)?r.unshift(i):r.push(i))}return r}function xI(e,t,n,r,o,i){let s=Ye(e,t);Vh(t[q],s,i,e.value,n,r,o)}function Vh(e,t,n,r,o,i,s){if(i==null)e.removeAttribute(t,o,n);else{let a=s==null?vn(i):s(i,r||"",o);e.setAttribute(t,o,a,n)}}function RI(e,t,n,r,o,i){let s=i[t];if(s!==null)for(let a=0;a<s.length;a+=2){let c=s[a],u=s[a+1];au(r,n,c,u)}}function xs(e,t,n,r,o){let i=Q+n,s=t[O],a=o(s,t,e,r,n);t[i]=a,Tn(e,!0);let c=e.type===2;return c?(bh(t[q],a,e),(Pf()===0||ir(e))&&gr(a,t),jf()):gr(a,t),qi()&&(!c||!Cs(e))&&Qu(s,t,a,e),e}function Rs(e){let t=e;return Cc()?bc():(t=t.parent,Tn(t,!1)),t}function OI(e,t){let n=e[En];if(!n)return;let r;try{r=n.get(Tt,null)}catch{r=null}r?.(t)}function Os(e,t,n,r,o){let i=e.inputs?.[r],s=e.hostDirectiveInputs?.[r],a=!1;if(s)for(let c=0;c<s.length;c+=2){let u=s[c],f=s[c+1],m=t.data[u];au(m,n[u],f,o),a=!0}if(i)for(let c of i){let u=n[c],f=t.data[c];au(f,u,r,o),a=!0}return a}function FI(e,t){let n=Qe(t,e),r=n[O];kI(r,n);let o=n[rt];o!==null&&n[Dn]===null&&(n[Dn]=dh(o,n[En])),Z(18),Xu(r,n,n[ce]),Z(19,n[ce])}function kI(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function Xu(e,t,n){Gi(t);try{let r=e.viewQuery;r!==null&&Jc(1,r,n);let o=e.template;o!==null&&kh(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[ht]?.finishViewCreation(e),e.staticContentQueries&&fh(e,t),e.staticViewQueries&&Jc(2,e.viewQuery,n);let i=e.components;i!==null&&LI(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[F]&=-5,Wi()}}function LI(e,t){for(let n=0;n<t.length;n++)FI(e,t[n])}function Do(e,t,n,r){let o=k(null);try{let i=t.tView,a=e[F]&4096?4096:16,c=Wu(e,i,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),u=e[t.index];c[qt]=u;let f=e[ht];return f!==null&&(c[ht]=f.createEmbeddedView(i)),Xu(i,c,n),c}finally{k(o)}}function mr(e,t){return!t||t.firstChild===null||nh(e)}var yp=!1,PI=new P("");function co(e,t,n,r,o=!1){for(;n!==null;){if(n.type===128){n=o?n.projectionNext:n.next;continue}let i=t[n.index];i!==null&&r.push(Ze(i)),ot(i)&&Bh(i,r);let s=n.type;if(s&8)co(e,t,n.child,r);else if(s&32){let a=Zu(n,t),c;for(;c=a();)r.push(c)}else if(s&16){let a=Oh(t,n);if(Array.isArray(a))r.push(...a);else{let c=$t(t[Ae]);co(c[O],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function Bh(e,t){for(let n=Ie;n<e.length;n++){let r=e[n],o=r[O].firstChild;o!==null&&co(r[O],r,o,t)}e[Zt]!==e[rt]&&t.push(e[Zt])}function Hh(e){if(e[wn]!==null){for(let t of e[wn])t.impl.addSequence(t);e[wn].length=0}}var Uh=[];function jI(e){return e[je]??VI(e)}function VI(e){let t=Uh.pop()??Object.create(HI);return t.lView=e,t}function BI(e){e.lView[je]!==e&&(e.lView=null,Uh.push(e))}var HI=ae(re({},nn),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{Yt(e.lView)},consumerOnSignalRead(){this.lView[je]=this}});function UI(e){let t=e[je]??Object.create($I);return t.lView=e,t}var $I=ae(re({},nn),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=$t(e.lView);for(;t&&!$h(t[O]);)t=$t(t);t&&Bi(t)},consumerOnSignalRead(){this.lView[je]=this}});function $h(e){return e.type!==2}function zh(e){if(e[wt]===null)return;let t=!0;for(;t;){let n=!1;for(let r of e[wt])r.dirty&&(n=!0,r.zone===null||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(e[F]&8192)}}var zI=100;function el(e,t=0){let r=e[pt].rendererFactory,o=!1;o||r.begin?.();try{GI(e,t)}finally{o||r.end?.()}}function GI(e,t){let n=Mc();try{cr(!0),uu(e,t);let r=0;for(;ar(e);){if(r===zI)throw new x(103,!1);r++,uu(e,1)}}finally{cr(n)}}function Gh(e,t){Sc(t?eo.Exhaustive:eo.OnlyDirtyViews);try{el(e)}finally{Sc(eo.Off)}}function WI(e,t,n,r){if(bn(t))return;let o=t[F],i=!1,s=!1;Gi(t);let a=!0,c=null,u=null;i||($h(e)?(u=jI(t),c=on(u)):Yo()===null?(a=!1,u=UI(t),c=on(u)):t[je]&&(sn(t[je]),t[je]=null));try{gc(t),Uf(e.bindingStartIndex),n!==null&&kh(e,t,n,2,r);let f=(o&3)===3;if(!i)if(f){let h=e.preOrderCheckHooks;h!==null&&ts(t,h,null)}else{let h=e.preOrderHooks;h!==null&&ns(t,h,0,null),kc(t,0)}if(s||qI(t),zh(t),Wh(t,0),e.contentQueries!==null&&fh(e,t),!i)if(f){let h=e.contentCheckHooks;h!==null&&ts(t,h)}else{let h=e.contentHooks;h!==null&&ns(t,h,1),kc(t,1)}YI(e,t);let m=e.components;m!==null&&Zh(t,m,0);let p=e.viewQuery;if(p!==null&&Jc(2,p,r),!i)if(f){let h=e.viewCheckHooks;h!==null&&ts(t,h)}else{let h=e.viewHooks;h!==null&&ns(t,h,2),kc(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[ji]){for(let h of t[ji])h();t[ji]=null}i||(Hh(t),t[F]&=-73)}catch(f){throw i||Yt(t),f}finally{u!==null&&(Un(u,c),a&&BI(u)),Wi()}}function Wh(e,t){for(let n=oh(e);n!==null;n=ih(n))for(let r=Ie;r<n.length;r++){let o=n[r];qh(o,t)}}function qI(e){for(let t=oh(e);t!==null;t=ih(t)){if(!(t[F]&2))continue;let n=t[Cn];for(let r=0;r<n.length;r++){let o=n[r];Bi(o)}}}function ZI(e,t,n){Z(18);let r=Qe(t,e);qh(r,n),Z(19,r[ce])}function qh(e,t){Vi(e)&&uu(e,t)}function uu(e,t){let r=e[O],o=e[F],i=e[je],s=!!(t===0&&o&16);if(s||=!!(o&64&&t===0),s||=!!(o&1024),s||=!!(i?.dirty&&$n(i)),s||=!1,i&&(i.dirty=!1),e[F]&=-9217,s)WI(r,e,r.template,e[ce]);else if(o&8192){let a=k(null);try{zh(e),Wh(e,1);let c=r.components;c!==null&&Zh(e,c,1),Hh(e)}finally{k(a)}}}function Zh(e,t,n){for(let r=0;r<t.length;r++)ZI(e,t[r],n)}function YI(e,t){let n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){let o=n[r];if(o<0)Qt(~o);else{let i=o,s=n[++r],a=n[++r];zf(s,i);let c=t[i];Z(24,c),a(2,c),Z(25,c)}}}finally{Qt(-1)}}function tl(e,t){let n=Mc()?64:1088;for(e[pt].changeDetectionScheduler?.notify(t);e;){e[F]|=n;let r=$t(e);if(sr(e)&&!r)return e;e=r}return null}function Yh(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function Qh(e,t){let n=Ie+t;if(n<e.length)return e[n]}function Eo(e,t,n,r=!0){let o=t[O];if(QI(o,t,e,n),r){let s=cu(n,e),a=t[q],c=a.parentNode(e[Zt]);c!==null&&hI(o,e[Ne],a,t,c,s)}let i=t[Dn];i!==null&&i.firstChild!==null&&(i.firstChild=null)}function Kh(e,t){let n=uo(e,t);return n!==void 0&&Ms(n[O],n),n}function uo(e,t){if(e.length<=Ie)return;let n=Ie+t,r=e[n];if(r){let o=r[qt];o!==null&&o!==e&&Yu(o,r),t>0&&(e[n-1][qe]=r[qe]);let i=Wr(e,Ie+t);pI(r[O],r);let s=i[ht];s!==null&&s.detachView(i[O]),r[ye]=null,r[qe]=null,r[F]&=-129}return r}function QI(e,t,n,r){let o=Ie+r,i=n.length;r>0&&(n[o-1][qe]=t),r<i-Ie?(t[qe]=n[o],rc(n,Ie+r,t)):(n.push(t),t[qe]=null),t[ye]=n;let s=t[qt];s!==null&&n!==s&&Jh(s,t);let a=t[ht];a!==null&&a.insertView(e),Hi(t),t[F]|=128}function Jh(e,t){let n=e[Cn],r=t[ye];if(gt(r))e[F]|=2;else{let o=r[ye][Ae];t[Ae]!==o&&(e[F]|=2)}n===null?e[Cn]=[t]:n.push(t)}var Kt=class{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){let t=this._lView,n=t[O];return co(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[ce]}set context(t){this._lView[ce]=t}get destroyed(){return bn(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[ye];if(ot(t)){let n=t[Qr],r=n?n.indexOf(this):-1;r>-1&&(uo(t,r),Wr(n,r))}this._attachedToViewContainer=!1}Ms(this._lView[O],this._lView)}onDestroy(t){mc(this._lView,t)}markForCheck(){tl(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[F]&=-129}reattach(){Hi(this._lView),this._lView[F]|=128}detectChanges(){this._lView[F]|=1024,el(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new x(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=sr(this._lView),n=this._lView[qt];n!==null&&!t&&Yu(n,this._lView),Ah(this._lView[O],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new x(902,!1);this._appRef=t;let n=sr(this._lView),r=this._lView[qt];r!==null&&!n&&Jh(r,this._lView),Hi(this._lView)}};function KI(e){return ar(e._lView)||!!(e._lView[F]&64)}function JI(e){Bi(e._lView)}var On=(()=>{class e{_declarationLView;_declarationTContainer;elementRef;static __NG_ELEMENT_ID__=XI;constructor(n,r,o){this._declarationLView=n,this._declarationTContainer=r,this.elementRef=o}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(n,r){return this.createEmbeddedViewImpl(n,r)}createEmbeddedViewImpl(n,r,o){let i=Do(this._declarationLView,this._declarationTContainer,n,{embeddedViewInjector:r,dehydratedView:o});return new Kt(i)}}return e})();function XI(){return Fs(ve(),R())}function Fs(e,t){return e.type&4?new On(t,e,Er(e,t)):null}function kn(e,t,n,r,o){let i=e.data[t];if(i===null)i=e_(e,t,n,r,o),$f()&&(i.flags|=32);else if(i.type&64){i.type=n,i.value=r,i.attrs=o;let s=Hf();i.injectorIndex=s===null?-1:s.injectorIndex}return Tn(i,!0),i}function e_(e,t,n,r,o){let i=wc(),s=Cc(),a=s?i:i&&i.parent,c=e.data[t]=n_(e,a,n,t,r,o);return t_(e,c,i,s),c}function t_(e,t,n,r){e.firstChild===null&&(e.firstChild=t),n!==null&&(r?n.child==null&&t.parent!==null&&(n.child=t):n.next===null&&(n.next=t,t.prev=n))}function n_(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return Ec()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,attrs:i,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}var Xx=new RegExp(`^(\\d+)*(${mE}|${gE})*(.*)`);function r_(e){let t=e[dc]??[],r=e[ye][q],o=[];for(let i of t)i.data[ch]!==void 0?o.push(i):o_(i,r);e[dc]=o}function o_(e,t){let n=0,r=e.firstChild;if(r){let o=e.data[ah];for(;n<o;){let i=r.nextSibling;Ch(t,r,!1),r=i,n++}}}var i_=()=>null,s_=()=>null;function ps(e,t){return i_(e,t)}function Xh(e,t,n){return s_(e,t,n)}var eg=class{},ks=class{},lu=class{resolveComponentFactory(t){throw new x(917,!1)}},Ls=class{static NULL=new lu},Nt=class{},Io=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>a_()}return e})();function a_(){let e=R(),t=ve(),n=Qe(t.index,e);return(gt(n)?n:e)[q]}var tg=(()=>{class e{static \u0275prov=j({token:e,providedIn:"root",factory:()=>null})}return e})();var os={},du=class{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){let o=this.injector.get(t,os,r);return o!==os||n===os?o:this.parentInjector.get(t,n,r)}};function hs(e,t,n){let r=n?e.styles:null,o=n?e.classes:null,i=0;if(t!==null)for(let s=0;s<t.length;s++){let a=t[s];if(typeof a=="number")i=a;else if(i==1)o=Ni(o,a);else if(i==2){let c=a,u=t[++s];r=Ni(r,c+": "+u+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function xe(e,t=0){let n=R();if(n===null)return V(e,t);let r=ve();return Jp(r,n,me(e),t)}function ng(e,t,n,r,o){let i=r===null?null:{"":-1},s=o(e,n);if(s!==null){let a=s,c=null,u=null;for(let f of s)if(f.resolveHostDirectives!==null){[a,c,u]=f.resolveHostDirectives(s);break}l_(e,t,n,a,i,c,u)}i!==null&&r!==null&&c_(n,r,i)}function c_(e,t,n){let r=e.localNames=[];for(let o=0;o<t.length;o+=2){let i=n[t[o+1]];if(i==null)throw new x(-301,!1);r.push(t[o],i)}}function u_(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function l_(e,t,n,r,o,i,s){let a=r.length,c=!1;for(let p=0;p<a;p++){let h=r[p];!c&&it(h)&&(c=!0,u_(e,n,p)),Zc(ls(n,t),e,h.type)}m_(n,e.data.length,a);for(let p=0;p<a;p++){let h=r[p];h.providersResolver&&h.providersResolver(h)}let u=!1,f=!1,m=Sh(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let p=0;p<a;p++){let h=r[p];if(n.mergedAttrs=hr(n.mergedAttrs,h.hostAttrs),f_(e,n,t,m,h),g_(m,h,o),s!==null&&s.has(h)){let[T,L]=s.get(h);n.directiveToIndex.set(h.type,[m,T+n.directiveStart,L+n.directiveStart])}else(i===null||!i.has(h))&&n.directiveToIndex.set(h.type,m);h.contentQueries!==null&&(n.flags|=4),(h.hostBindings!==null||h.hostAttrs!==null||h.hostVars!==0)&&(n.flags|=64);let I=h.type.prototype;!u&&(I.ngOnChanges||I.ngOnInit||I.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),u=!0),!f&&(I.ngOnChanges||I.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),f=!0),m++}d_(e,n,i)}function d_(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){let o=e.data[r];if(n===null||!n.has(o))vp(0,t,o,r),vp(1,t,o,r),Ep(t,r,!1);else{let i=n.get(o);Dp(0,t,i,r),Dp(1,t,i,r),Ep(t,r,!0)}}}function vp(e,t,n,r){let o=e===0?n.inputs:n.outputs;for(let i in o)if(o.hasOwnProperty(i)){let s;e===0?s=t.inputs??={}:s=t.outputs??={},s[i]??=[],s[i].push(r),rg(t,i)}}function Dp(e,t,n,r){let o=e===0?n.inputs:n.outputs;for(let i in o)if(o.hasOwnProperty(i)){let s=o[i],a;e===0?a=t.hostDirectiveInputs??={}:a=t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,i),rg(t,s)}}function rg(e,t){t==="class"?e.flags|=8:t==="style"&&(e.flags|=16)}function Ep(e,t,n){let{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(r===null||!n&&o===null||n&&i===null||zu(e)){e.initialInputs??=[],e.initialInputs.push(null);return}let s=null,a=0;for(;a<r.length;){let c=r[a];if(c===0){a+=4;continue}else if(c===5){a+=2;continue}else if(typeof c=="number")break;if(!n&&o.hasOwnProperty(c)){let u=o[c];for(let f of u)if(f===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){let u=i[c];for(let f=0;f<u.length;f+=2)if(u[f]===t){s??=[],s.push(u[f+1],r[a+1]);break}}a+=2}e.initialInputs??=[],e.initialInputs.push(s)}function f_(e,t,n,r,o){e.data[r]=o;let i=o.factory||(o.factory=Ut(o.type,!0)),s=new Rn(i,it(o),xe,null);e.blueprint[r]=s,n[r]=s,p_(e,t,r,Sh(e,n,o.hostVars,Ve),o)}function p_(e,t,n,r,o){let i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;h_(s)!=a&&s.push(a),s.push(n,r,i)}}function h_(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function g_(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;it(t)&&(n[""]=e)}}function m_(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function nl(e,t,n,r,o,i,s,a){let c=t[O],u=c.consts,f=Ke(u,s),m=kn(c,e,n,r,f);return i&&ng(c,t,m,Ke(u,a),o),m.mergedAttrs=hr(m.mergedAttrs,m.attrs),m.attrs!==null&&hs(m,m.attrs,!1),m.mergedAttrs!==null&&hs(m,m.mergedAttrs,!0),c.queries!==null&&c.queries.elementStart(c,m),m}function rl(e,t){zp(e,t),fc(t)&&e.queries.elementEnd(t)}function og(e,t,n,r,o,i){let s=t.consts,a=Ke(s,o),c=kn(t,e,n,r,a);if(c.mergedAttrs=hr(c.mergedAttrs,c.attrs),i!=null){let u=Ke(s,i);c.localNames=[];for(let f=0;f<u.length;f+=2)c.localNames.push(u[f],-1)}return c.attrs!==null&&hs(c,c.attrs,!1),c.mergedAttrs!==null&&hs(c,c.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,c),c}function ol(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function ig(e,t,n){return e[t]=n}function Fe(e,t,n){if(n===Ve)return!1;let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function y_(e,t,n,r){let o=Fe(e,t,n);return Fe(e,t+1,r)||o}function is(e,t,n){return function r(o){let i=Ct(e)?Qe(e.index,t):t;tl(i,5);let s=t[ce],a=Ip(t,s,n,o),c=r.__ngNextListenerFn__;for(;c;)a=Ip(t,s,c,o)&&a,c=c.__ngNextListenerFn__;return a}}function Ip(e,t,n,r){let o=k(null);try{return Z(6,t,n),n(r)!==!1}catch(i){return OI(e,i),!1}finally{Z(7,t,n),k(o)}}function sg(e,t,n,r,o,i,s,a){let c=ir(e),u=!1,f=null;if(!r&&c&&(f=v_(t,n,i,e.index)),f!==null){let m=f.__ngLastListenerFn__||f;m.__ngNextListenerFn__=s,f.__ngLastListenerFn__=s,u=!0}else{let m=Ye(e,n),p=r?r(m):m;vE(n,p,i,a);let h=o.listen(p,i,a),I=r?T=>r(Ze(T[e.index])):e.index;ag(I,t,n,i,a,h,!1)}return u}function v_(e,t,n,r){let o=e.cleanup;if(o!=null)for(let i=0;i<o.length-1;i+=2){let s=o[i];if(s===n&&o[i+1]===r){let a=t[rr],c=o[i+2];return a&&a.length>c?a[c]:null}typeof s=="string"&&(i+=2)}return null}function ag(e,t,n,r,o,i,s){let a=t.firstCreatePass?vc(t):null,c=yc(n),u=c.length;c.push(o,i),a&&a.push(r,e,u,(u+1)*(s?-1:1))}function _p(e,t,n,r,o,i){let s=t[n],a=t[O],u=a.data[n].outputs[r],m=s[u].subscribe(i);ag(e.index,a,t,o,i,m,!0)}var fu=Symbol("BINDING");var pu=class extends Ls{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=Wt(t);return new yr(n,this.ngModule)}};function D_(e){return Object.keys(e).map(t=>{let[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:(r&Ss.SignalBased)!==0};return o&&(i.transform=o),i})}function E_(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}function I_(e,t,n){let r=t instanceof Oe?t:t?.injector;return r&&e.getStandaloneInjector!==null&&(r=e.getStandaloneInjector(r)||r),r?new du(n,r):n}function __(e){let t=e.get(Nt,null);if(t===null)throw new x(407,!1);let n=e.get(tg,null),r=e.get(tt,null);return{rendererFactory:t,sanitizer:n,changeDetectionScheduler:r,ngReflect:!1}}function w_(e,t){let n=cg(e);return _h(t,n,n==="svg"?pc:n==="math"?xf:null)}function cg(e){return(e.selectors[0][0]||"div").toLowerCase()}var yr=class extends ks{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=D_(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=E_(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=nI(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){Z(22);let a=k(null);try{let c=this.componentDef,u=C_(r,c,s,i),f=I_(c,o||this.ngModule,t),m=__(f),p=m.rendererFactory.createRenderer(null,c),h=r?CI(p,r,c.encapsulation,f):w_(c,p),I=s?.some(wp)||i?.some(A=>typeof A!="function"&&A.bindings.some(wp)),T=Wu(null,u,null,512|Th(c),null,null,m,p,f,null,dh(h,f,!0));T[Q]=h,Gi(T);let L=null;try{let A=nl(Q,T,2,"#host",()=>u.directiveRegistry,!0,0);h&&(bh(p,h,A),gr(h,T)),As(u,T,A),ju(u,A,T),rl(u,A),n!==void 0&&T_(A,this.ngContentSelectors,n),L=Qe(A.index,T),T[ce]=L[ce],Xu(u,T,null)}catch(A){throw L!==null&&Qc(L),Qc(T),A}finally{Z(23),Wi()}return new gs(this.componentType,T,!!I)}finally{k(a)}}};function C_(e,t,n,r){let o=e?["ng-version","20.2.3"]:rI(t.selectors[0]),i=null,s=null,a=0;if(n)for(let f of n)a+=f[fu].requiredVars,f.create&&(f.targetIdx=0,(i??=[]).push(f)),f.update&&(f.targetIdx=0,(s??=[]).push(f));if(r)for(let f=0;f<r.length;f++){let m=r[f];if(typeof m!="function")for(let p of m.bindings){a+=p[fu].requiredVars;let h=f+1;p.create&&(p.targetIdx=h,(i??=[]).push(p)),p.update&&(p.targetIdx=h,(s??=[]).push(p))}}let c=[t];if(r)for(let f of r){let m=typeof f=="function"?f:f.type,p=ki(m);c.push(p)}return Gu(0,null,b_(i,s),1,a,c,null,null,null,[o],null)}function b_(e,t){return!e&&!t?null:n=>{if(n&1&&e)for(let r of e)r.create();if(n&2&&t)for(let r of t)r.update()}}function wp(e){let t=e[fu].kind;return t==="input"||t==="twoWay"}var gs=class extends eg{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=Kr(n[O],Q),this.location=Er(this._tNode,n),this.instance=Qe(this._tNode.index,n)[ce],this.hostView=this.changeDetectorRef=new Kt(n,void 0),this.componentType=t}setInput(t,n){this._hasInputBindings;let r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let o=this._rootLView,i=Os(r,o[O],o,t,n);this.previousInputValues.set(t,n);let s=Qe(r.index,o);tl(s,1)}get injector(){return new xn(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function T_(e,t,n){let r=e.projection=[];for(let o=0;o<t.length;o++){let i=n[o];r.push(i!=null&&i.length?Array.from(i):null)}}var Ln=(()=>{class e{static __NG_ELEMENT_ID__=S_}return e})();function S_(){let e=ve();return lg(e,R())}var M_=Ln,ug=class extends M_{_lContainer;_hostTNode;_hostLView;constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return Er(this._hostTNode,this._hostLView)}get injector(){return new xn(this._hostTNode,this._hostLView)}get parentInjector(){let t=Fu(this._hostTNode,this._hostLView);if(Wp(t)){let n=cs(t,this._hostLView),r=as(t),o=n[O].data[r+8];return new xn(o,n)}else return new xn(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=Cp(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-Ie}createEmbeddedView(t,n,r){let o,i;typeof r=="number"?o=r:r!=null&&(o=r.index,i=r.injector);let s=ps(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},i,s);return this.insertImpl(a,o,mr(this._hostTNode,s)),a}createComponent(t,n,r,o,i,s,a){let c=t&&!UD(t),u;if(c)u=n;else{let L=n||{};u=L.index,r=L.injector,o=L.projectableNodes,i=L.environmentInjector||L.ngModuleRef,s=L.directives,a=L.bindings}let f=c?t:new yr(Wt(t)),m=r||this.parentInjector;if(!i&&f.ngModule==null){let A=(c?m:this.parentInjector).get(Oe,null);A&&(i=A)}let p=Wt(f.componentType??{}),h=ps(this._lContainer,p?.id??null),I=h?.firstChild??null,T=f.create(m,o,I,i,s,a);return this.insertImpl(T.hostView,u,mr(this._hostTNode,h)),T}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let o=t._lView;if(Of(o)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let c=o[ye],u=new ug(c,c[Ne],c[ye]);u.detach(u.indexOf(t))}}let i=this._adjustIndex(n),s=this._lContainer;return Eo(s,o,i,r),t.attachToViewContainerRef(),rc(jc(s),i,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=Cp(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=uo(this._lContainer,n);r&&(Wr(jc(this._lContainer),n),Ms(r[O],r))}detach(t){let n=this._adjustIndex(t,-1),r=uo(this._lContainer,n);return r&&Wr(jc(this._lContainer),n)!=null?new Kt(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function Cp(e){return e[Qr]}function jc(e){return e[Qr]||(e[Qr]=[])}function lg(e,t){let n,r=t[e.index];return ot(r)?n=r:(n=Yh(r,t,null,e),t[e.index]=n,qu(t,n)),A_(n,t,e,r),new ug(n,e,t)}function N_(e,t){let n=e[q],r=n.createComment(""),o=Ye(t,e),i=n.parentNode(o);return fs(n,i,r,n.nextSibling(o),!1),r}var A_=O_,x_=()=>!1;function R_(e,t,n){return x_(e,t,n)}function O_(e,t,n,r){if(e[Zt])return;let o;n.type&8?o=Ze(r):o=N_(t,n),e[Zt]=o}var hu=class e{queryList;matches=null;constructor(t){this.queryList=t}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},gu=class e{queries;constructor(t=[]){this.queries=t}createEmbeddedView(t){let n=t.queries;if(n!==null){let r=t.contentQueries!==null?t.contentQueries[0]:n.length,o=[];for(let i=0;i<r;i++){let s=n.getByIndex(i),a=this.queries[s.indexInDeclarationView];o.push(a.clone())}return new e(o)}return null}insertView(t){this.dirtyQueriesWithMatches(t)}detachView(t){this.dirtyQueriesWithMatches(t)}finishViewCreation(t){this.dirtyQueriesWithMatches(t)}dirtyQueriesWithMatches(t){for(let n=0;n<this.queries.length;n++)sl(t,n).matches!==null&&this.queries[n].setDirty()}},mu=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=V_(t):this.predicate=t}},yu=class e{queries;constructor(t=[]){this.queries=t}elementStart(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].elementStart(t,n)}elementEnd(t){for(let n=0;n<this.queries.length;n++)this.queries[n].elementEnd(t)}embeddedTView(t){let n=null;for(let r=0;r<this.length;r++){let o=n!==null?n.length:0,i=this.getByIndex(r).embeddedTView(t,o);i&&(i.indexInDeclarationView=r,n!==null?n.push(i):n=[i])}return n!==null?new e(n):null}template(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}},vu=class e{metadata;matches=null;indexInDeclarationView=-1;crossesNgTemplate=!1;_declarationNodeIndex;_appliesToNextNode=!0;constructor(t,n=-1){this.metadata=t,this._declarationNodeIndex=n}elementStart(t,n){this.isApplyingToNode(n)&&this.matchTNode(t,n)}elementEnd(t){this._declarationNodeIndex===t.index&&(this._appliesToNextNode=!1)}template(t,n){this.elementStart(t,n)}embeddedTView(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let n=this._declarationNodeIndex,r=t.parent;for(;r!==null&&r.type&8&&r.index!==n;)r=r.parent;return n===(r!==null?r.index:-1)}return this._appliesToNextNode}matchTNode(t,n){let r=this.metadata.predicate;if(Array.isArray(r))for(let o=0;o<r.length;o++){let i=r[o];this.matchTNodeWithReadOption(t,n,F_(n,i)),this.matchTNodeWithReadOption(t,n,rs(n,t,i,!1,!1))}else r===On?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,rs(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let o=this.metadata.read;if(o!==null)if(o===ut||o===Ln||o===On&&n.type&4)this.addMatch(n.index,-2);else{let i=rs(n,t,o,!1,!1);i!==null&&this.addMatch(n.index,i)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}};function F_(e,t){let n=e.localNames;if(n!==null){for(let r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1]}return null}function k_(e,t){return e.type&11?Er(e,t):e.type&4?Fs(e,t):null}function L_(e,t,n,r){return n===-1?k_(t,e):n===-2?P_(e,t,r):ao(e,e[O],n,t)}function P_(e,t,n){if(n===ut)return Er(t,e);if(n===On)return Fs(t,e);if(n===Ln)return lg(t,e)}function dg(e,t,n,r){let o=t[ht].queries[r];if(o.matches===null){let i=e.data,s=n.matches,a=[];for(let c=0;s!==null&&c<s.length;c+=2){let u=s[c];if(u<0)a.push(null);else{let f=i[u];a.push(L_(t,f,s[c+1],n.metadata.read))}}o.matches=a}return o.matches}function Du(e,t,n,r){let o=e.queries.getByIndex(n),i=o.matches;if(i!==null){let s=dg(e,t,o,n);for(let a=0;a<i.length;a+=2){let c=i[a];if(c>0)r.push(s[a/2]);else{let u=i[a+1],f=t[-c];for(let m=Ie;m<f.length;m++){let p=f[m];p[qt]===p[ye]&&Du(p[O],p,u,r)}if(f[Cn]!==null){let m=f[Cn];for(let p=0;p<m.length;p++){let h=m[p];Du(h[O],h,u,r)}}}}}return r}function il(e,t){return e[ht].queries[t].queryList}function j_(e,t,n){let r=new ds((n&4)===4);return Lf(e,t,r,r.destroy),(t[ht]??=new gu).queries.push(new hu(r))-1}function fg(e,t,n){let r=X();return r.firstCreatePass&&(B_(r,new mu(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),j_(r,R(),t)}function V_(e){return e.split(",").map(t=>t.trim())}function B_(e,t,n){e.queries===null&&(e.queries=new yu),e.queries.track(new vu(t,n))}function sl(e,t){return e.queries.getByIndex(t)}function pg(e,t){let n=e[O],r=sl(n,t);return r.crossesNgTemplate?Du(n,e,t,[]):dg(n,e,r,t)}function hg(e,t,n){let r,o=Or(()=>{r._dirtyCounter();let i=U_(r,e);if(t&&i===void 0)throw new x(-951,!1);return i});return r=o[ge],r._dirtyCounter=Sn(0),r._flatValue=void 0,o}function gg(e){return hg(!0,!1,e)}function mg(e){return hg(!0,!0,e)}function H_(e,t){let n=e[ge];n._lView=R(),n._queryIndex=t,n._queryList=il(n._lView,t),n._queryList.onDirty(()=>n._dirtyCounter.update(r=>r+1))}function U_(e,t){let n=e._lView,r=e._queryIndex;if(n===void 0||r===void 0||n[F]&4)return t?void 0:Ce;let o=il(n,r),i=pg(n,r);return o.reset(i,th),t?o.first:o._changesDetected||e._flatValue===void 0?e._flatValue=o.toArray():e._flatValue}var bp=new Set;function Rt(e){bp.has(e)||(bp.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var lo=class{};var fo=class extends lo{injector;componentFactoryResolver=new pu(this);instance=null;constructor(t){super();let n=new gn([...t.providers,{provide:lo,useValue:this},{provide:Ls,useValue:this.componentFactoryResolver}],t.parent||nr(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function yg(e,t,n=null){return new fo({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}var $_=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){let r=sc(!1,n.type),o=r.length>0?yg([r],this._injector,`Standalone[${n.type.name}]`):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=j({token:e,providedIn:"environment",factory:()=>new e(V(Oe))})}return e})();function vg(e){return mo(()=>{let t=Dg(e),n=ae(re({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===ku.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get($_).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||St.Emulated,styles:e.styles||Ce,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&Rt("NgStandalone"),Eg(n);let r=e.dependencies;return n.directiveDefs=Tp(r,z_),n.pipeDefs=Tp(r,Cf),n.id=q_(n),n})}function z_(e){return Wt(e)||ki(e)}function wr(e){return mo(()=>({type:e.type,bootstrap:e.bootstrap||Ce,declarations:e.declarations||Ce,imports:e.imports||Ce,exports:e.exports||Ce,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function G_(e,t){if(e==null)return nt;let n={};for(let r in e)if(e.hasOwnProperty(r)){let o=e[r],i,s,a,c;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i,c=o[3]||null):(i=o,s=o,a=Ss.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function W_(e){if(e==null)return nt;let t={};for(let n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function Cr(e){return mo(()=>{let t=Dg(e);return Eg(t),t})}function al(e){return{type:e.type,name:e.name,factory:null,pure:e.pure!==!1,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function Dg(e){let t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||nt,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||Ce,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,inputs:G_(e.inputs,t),outputs:W_(e.outputs),debugInfo:null}}function Eg(e){e.features?.forEach(t=>t(e))}function Tp(e,t){return e?()=>{let n=typeof e=="function"?e():e,r=[];for(let o of n){let i=t(o);i!==null&&r.push(i)}return r}:null}function q_(e){let t=0,n=typeof e.consts=="function"?"":e.consts,r=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,n,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(let i of r.join("|"))t=Math.imul(31,t)+i.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function Z_(e){return Object.getPrototypeOf(e.prototype).constructor}function cl(e){let t=Z_(e.type),n=!0,r=[e];for(;t;){let o;if(it(e))o=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new x(903,!1);o=t.\u0275dir}if(o){if(n){r.push(o);let s=e;s.inputs=Vc(e.inputs),s.declaredInputs=Vc(e.declaredInputs),s.outputs=Vc(e.outputs);let a=o.hostBindings;a&&X_(e,a);let c=o.viewQuery,u=o.contentQueries;if(c&&K_(e,c),u&&J_(e,u),Y_(e,o),gf(e.outputs,o.outputs),it(o)&&o.data.animation){let f=e.data;f.animation=(f.animation||[]).concat(o.data.animation)}}let i=o.features;if(i)for(let s=0;s<i.length;s++){let a=i[s];a&&a.ngInherit&&a(e),a===cl&&(n=!1)}}t=Object.getPrototypeOf(t)}Q_(r)}function Y_(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function Q_(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){let o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=hr(o.hostAttrs,n=hr(n,o.hostAttrs))}}function Vc(e){return e===nt?{}:e===Ce?[]:e}function K_(e,t){let n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function J_(e,t){let n=e.contentQueries;n?e.contentQueries=(r,o,i)=>{t(r,o,i),n(r,o,i)}:e.contentQueries=t}function X_(e,t){let n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}function ew(e){let t=n=>{let r=Array.isArray(e);n.hostDirectives===null?(n.resolveHostDirectives=tw,n.hostDirectives=r?e.map(Eu):[e]):r?n.hostDirectives.unshift(...e.map(Eu)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function tw(e){let t=[],n=!1,r=null,o=null;for(let i=0;i<e.length;i++){let s=e[i];if(s.hostDirectives!==null){let a=t.length;r??=new Map,o??=new Map,Ig(s,t,r),o.set(s,[a,t.length-1])}i===0&&it(s)&&(n=!0,t.push(s))}for(let i=n?1:0;i<e.length;i++)t.push(e[i]);return[t,r,o]}function Ig(e,t,n){if(e.hostDirectives!==null)for(let r of e.hostDirectives)if(typeof r=="function"){let o=r();for(let i of o)Sp(Eu(i),t,n)}else Sp(r,t,n)}function Sp(e,t,n){let r=ki(e.directive);nw(r.declaredInputs,e.inputs),Ig(r,t,n),n.set(r,e),t.push(r)}function Eu(e){return typeof e=="function"?{directive:me(e),inputs:nt,outputs:nt}:{directive:me(e.directive),inputs:Mp(e.inputs),outputs:Mp(e.outputs)}}function Mp(e){if(e===void 0||e.length===0)return nt;let t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function nw(e,t){for(let n in t)if(t.hasOwnProperty(n)){let r=t[n],o=e[n];e[r]=o}}function _g(e,t,n,r,o,i,s,a){if(n.firstCreatePass){e.mergedAttrs=hr(e.mergedAttrs,e.attrs);let f=e.tView=Gu(2,e,o,i,s,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);n.queries!==null&&(n.queries.template(n,e),f.queries=n.queries.embeddedTView(e))}a&&(e.flags|=a),Tn(e,!1);let c=ow(n,t,e,r);qi()&&Qu(n,t,c,e),gr(c,t);let u=Yh(c,t,c,e);t[r+Q]=u,qu(t,u),R_(u,e,t)}function rw(e,t,n,r,o,i,s,a,c,u,f){let m=n+Q,p;return t.firstCreatePass?(p=kn(t,m,4,s||null,a||null),Ui()&&ng(t,e,p,Ke(t.consts,u),Ju),zp(t,p)):p=t.data[m],_g(p,e,t,n,r,o,i,c),ir(p)&&As(t,e,p),u!=null&&_r(e,p,f),p}function po(e,t,n,r,o,i,s,a,c,u,f){let m=n+Q,p;if(t.firstCreatePass){if(p=kn(t,m,4,s||null,a||null),u!=null){let h=Ke(t.consts,u);p.localNames=[];for(let I=0;I<h.length;I+=2)p.localNames.push(h[I],-1)}}else p=t.data[m];return _g(p,e,t,n,r,o,i,c),u!=null&&_r(e,p,f),p}function wg(e,t,n,r,o,i,s,a){let c=R(),u=X(),f=Ke(u.consts,i);return rw(c,u,e,t,n,r,o,f,void 0,s,a),wg}var ow=iw;function iw(e,t,n,r){return ro(!0),t[q].createComment("")}var Ps=(function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e})(Ps||{}),Pn=new P(""),Cg=!1,Iu=class extends Re{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,Nf()&&(this.destroyRef=M(bt,{optional:!0})??void 0,this.pendingTasks=M(Mn,{optional:!0})??void 0)}emit(t){let n=k(null);try{super.next(t)}finally{k(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&typeof t=="object"){let c=t;o=c.next?.bind(c),i=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:o,error:i,complete:s});return t instanceof de&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{r!==void 0&&this.pendingTasks?.remove(r)}})}}},at=Iu;function bg(e){let t,n;function r(){e=Nn;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 Np(e){return queueMicrotask(()=>e()),()=>{e=Nn}}var ul="isAngularZone",ms=ul+"_ID",sw=0,ie=class e{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new at(!1);onMicrotaskEmpty=new at(!1);onStable=new at(!1);onError=new at(!1);constructor(t){let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=Cg}=t;if(typeof Zone>"u")throw new x(908,!1);Zone.assertZonePatched();let s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&r,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=i,uw(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(ul)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new x(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new x(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){let i=this._inner,s=i.scheduleEventTask("NgZoneEvent: "+o,t,aw,Nn,Nn);try{return i.runTask(s,n,r)}finally{i.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}},aw={};function ll(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 cw(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){bg(()=>{e.callbackScheduled=!1,_u(e),e.isCheckStableRunning=!0,ll(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),_u(e)}function uw(e){let t=()=>{cw(e)},n=sw++;e._inner=e._inner.fork({name:"angular",properties:{[ul]:!0,[ms]:n,[ms+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(lw(c))return r.invokeTask(i,s,a,c);try{return Ap(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),xp(e)}},onInvoke:(r,o,i,s,a,c,u)=>{try{return Ap(e),r.invoke(i,s,a,c,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!dw(c)&&t(),xp(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,_u(e),ll(e)):s.change=="macroTask"&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,o,i,s)=>(r.handleError(i,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}function _u(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Ap(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function xp(e){e._nesting--,ll(e)}var ho=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new at;onMicrotaskEmpty=new at;onStable=new at;onError=new at;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 lw(e){return Tg(e,"__ignore_ng_zone__")}function dw(e){return Tg(e,"__scheduler_tick__")}function Tg(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var dl=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}return e})(),Sg=[0,1,2,3],Mg=(()=>{class e{ngZone=M(ie);scheduler=M(tt);errorHandler=M(Pe,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){M(Pn,{optional:!0})}execute(){let n=this.sequences.size>0;n&&Z(16),this.executing=!0;for(let r of Sg)for(let o of this.sequences)if(!(o.erroredOrDestroyed||!o.hooks[r]))try{o.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>{let i=o.hooks[r];return i(o.pipelinedValue)},o.snapshot))}catch(i){o.erroredOrDestroyed=!0,this.errorHandler?.handleError(i)}this.executing=!1;for(let r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(let r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),n&&Z(17)}register(n){let{view:r}=n;r!==void 0?((r[wn]??=[]).push(n),Yt(r),r[F]|=8192):this.executing?this.deferredRegistrations.add(n):this.addSequence(n)}addSequence(n){this.sequences.add(n),this.scheduler.notify(7)}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}maybeTrace(n,r){return r?r.run(Ps.AFTER_NEXT_RENDER,n):n()}static \u0275prov=j({token:e,providedIn:"root",factory:()=>new e})}return e})(),ys=class{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(t,n,r,o,i,s=null){this.impl=t,this.hooks=n,this.view=r,this.once=o,this.snapshot=s,this.unregisterOnDestroy=i?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();let t=this.view?.[wn];t&&(this.view[wn]=t.filter(n=>n!==this))}};function Ng(e,t){let n=t?.injector??M(Me);return Rt("NgAfterNextRender"),pw(e,n,t,!0)}function fw(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function pw(e,t,n,r){let o=t.get(dl);o.impl??=t.get(Mg);let i=t.get(Pn,null,{optional:!0}),s=n?.manualCleanup!==!0?t.get(bt):null,a=t.get(dr,null,{optional:!0}),c=new ys(o.impl,fw(e),a?.view,r,s,i?.snapshot(null));return o.impl.register(c),c}var fl=new P("");function js(e){return!!e&&typeof e.then=="function"}function pl(e){return!!e&&typeof e.subscribe=="function"}var Ag=new P("");var hl=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=M(Ag,{optional:!0})??[];injector=M(Me);constructor(){}runInitializers(){if(this.initialized)return;let n=[];for(let o of this.appInits){let i=Pi(this.injector,o);if(js(i))n.push(i);else if(pl(i)){let s=new Promise((a,c)=>{i.subscribe({complete:a,error:c})});n.push(s)}}let r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(o=>{this.reject(o)}),n.length===0&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),xg=new P("");function Rg(){wa(()=>{let e="";throw new x(600,e)})}function Og(e){return e.isBoundToModule}var hw=10;var Ot=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=M(Tt);afterRenderManager=M(dl);zonelessEnabled=M(lr);rootEffectScheduler=M(oo);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new Re;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=M(Mn);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(Vr(n=>!n))}constructor(){M(Pn,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=M(Oe);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=Me.NULL){return this._injector.get(ie).run(()=>{Z(10);let s=n instanceof ks;if(!this._injector.get(hl).done){let I="";throw new x(405,I)}let c;s?c=n:c=this._injector.get(Ls).resolveComponentFactory(n),this.componentTypes.push(c.componentType);let u=Og(c)?void 0:this._injector.get(lo),f=r||c.selector,m=c.create(o,[],f,u),p=m.location.nativeElement,h=m.injector.get(fl,null);return h?.registerApplication(p),m.onDestroy(()=>{this.detachView(m.hostView),so(this.components,m),h?.unregisterApplication(p)}),this._loadComponent(m),Z(11,m),m})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){Z(12),this.tracingSnapshot!==null?this.tracingSnapshot.run(Ps.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw new x(101,!1);let n=k(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,k(n),this.afterTick.next(),Z(13)}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Nt,null,{optional:!0}));let n=0;for(;this.dirtyFlags!==0&&n++<hw;)Z(14),this.synchronizeOnce(),Z(15)}synchronizeOnce(){this.dirtyFlags&16&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(this.dirtyFlags&7){let r=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews){if(!r&&!ar(o))continue;let i=r&&!this.zonelessEnabled?0:1;el(o,i),n=!0}if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&23)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>ar(n))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(n){let r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){let r=n;so(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(xg,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>so(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new x(406,!1);let n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function so(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}var Bc="aria";function Fg(e,t){let n=R(),r=mt();if(Fe(n,r,t)){let o=X(),i=ur();if(Os(i,o,n,e,t))Ct(i)&&jh(n,i.index);else{let a=Ye(i,n),c=gw(e);Vh(n[q],a,null,i.value,c,t,null)}}return Fg}function gw(e){return e.charAt(Bc.length)!=="-"?Bc+"-"+e.slice(Bc.length).toLowerCase():e}function kg(e,t,n,r){let o=R(),i=mt();if(Fe(o,i,t)){let s=X(),a=ur();xI(a,o,e,t,n,r)}return kg}var gl=new P("",{providedIn:"root",factory:()=>!1}),ml=new P("",{providedIn:"root",factory:()=>mw}),mw=4e3;var iR=typeof document<"u"&&typeof document?.documentElement?.getAnimations=="function";var wu=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){let s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}};function Hc(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function yw(e,t,n){let r,o,i=0,s=e.length-1,a=void 0;if(Array.isArray(t)){let c=t.length-1;for(;i<=s&&i<=c;){let u=e.at(i),f=t[i],m=Hc(i,u,i,f,n);if(m!==0){m<0&&e.updateValue(i,f),i++;continue}let p=e.at(s),h=t[c],I=Hc(s,p,c,h,n);if(I!==0){I<0&&e.updateValue(s,h),s--,c--;continue}let T=n(i,u),L=n(s,p),A=n(i,f);if(Object.is(A,L)){let Te=n(c,h);Object.is(Te,T)?(e.swap(i,s),e.updateValue(s,h),c--,s--):e.move(s,i),e.updateValue(i,f),i++;continue}if(r??=new vs,o??=Op(e,i,s,n),Cu(e,r,i,A))e.updateValue(i,f),i++,s++;else if(o.has(A))r.set(T,e.detach(i)),s--;else{let Te=e.create(i,t[i]);e.attach(i,Te),i++,s++}}for(;i<=c;)Rp(e,r,n,i,t[i]),i++}else if(t!=null){let c=t[Symbol.iterator](),u=c.next();for(;!u.done&&i<=s;){let f=e.at(i),m=u.value,p=Hc(i,f,i,m,n);if(p!==0)p<0&&e.updateValue(i,m),i++,u=c.next();else{r??=new vs,o??=Op(e,i,s,n);let h=n(i,m);if(Cu(e,r,i,h))e.updateValue(i,m),i++,s++,u=c.next();else if(!o.has(h))e.attach(i,e.create(i,m)),i++,s++,u=c.next();else{let I=n(i,f);r.set(I,e.detach(i)),s--}}}for(;!u.done;)Rp(e,r,n,e.length,u.value),u=c.next()}for(;i<=s;)e.destroy(e.detach(s--));r?.forEach(c=>{e.destroy(c)})}function Cu(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function Rp(e,t,n,r,o){if(Cu(e,t,r,n(r,o)))e.updateValue(r,o);else{let i=e.create(r,o);e.attach(r,i)}}function Op(e,t,n,r){let o=new Set;for(let i=t;i<=n;i++)o.add(r(i,e.at(i)));return o}var vs=class{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;let n=this.kvMap.get(t);return this._vMap!==void 0&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);this._vMap===void 0&&(this._vMap=new Map);let o=this._vMap;for(;o.has(r);)r=o.get(r);o.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),this._vMap!==void 0){let o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}};function vw(e,t,n,r,o,i,s,a){Rt("NgControlFlow");let c=R(),u=X(),f=Ke(u.consts,i);return po(c,u,e,t,n,r,o,f,256,s,a),yl}function yl(e,t,n,r,o,i,s,a){Rt("NgControlFlow");let c=R(),u=X(),f=Ke(u.consts,i);return po(c,u,e,t,n,r,o,f,512,s,a),yl}function Dw(e,t){Rt("NgControlFlow");let n=R(),r=mt(),o=n[r]!==Ve?n[r]:-1,i=o!==-1?Ds(n,Q+o):void 0,s=0;if(Fe(n,r,e)){let a=k(null);try{if(i!==void 0&&Kh(i,s),e!==-1){let c=Q+e,u=Ds(n,c),f=Mu(n[O],c),m=Xh(u,f,n),p=Do(n,f,t,{dehydratedView:m});Eo(u,p,s,mr(f,m))}}finally{k(a)}}else if(i!==void 0){let a=Qh(i,s);a!==void 0&&(a[ce]=t)}}var bu=class{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-Ie}};function Ew(e){return e}function Iw(e,t){return t}var Tu=class{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function _w(e,t,n,r,o,i,s,a,c,u,f,m,p){Rt("NgControlFlow");let h=R(),I=X(),T=c!==void 0,L=R(),A=a?s.bind(L[Ae][ce]):s,Te=new Tu(T,A);L[Q+e]=Te,po(h,I,e+1,t,n,r,o,Ke(I.consts,i),256),T&&po(h,I,e+2,c,u,f,m,Ke(I.consts,p),512)}var Su=class extends wu{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-Ie}at(t){return this.getLView(t)[ce].$implicit}attach(t,n){let r=n[Dn];this.needsIndexUpdate||=t!==this.length,Eo(this.lContainer,n,t,mr(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,Cw(this.lContainer,t)}create(t,n){let r=ps(this.lContainer,this.templateTNode.tView.ssrId),o=Do(this.hostLView,this.templateTNode,new bu(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),o}destroy(t){Ms(t[O],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[ce].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[ce].$index=t}getLView(t){return bw(this.lContainer,t)}};function ww(e){let t=k(null),n=yt();try{let r=R(),o=r[O],i=r[n],s=n+1,a=Ds(r,s);if(i.liveCollection===void 0){let u=Mu(o,s);i.liveCollection=new Su(a,r,u)}else i.liveCollection.reset();let c=i.liveCollection;if(yw(c,e,i.trackByFn),c.updateIndexes(),i.hasEmptyBlock){let u=mt(),f=c.length===0;if(Fe(r,u,f)){let m=n+2,p=Ds(r,m);if(f){let h=Mu(o,m),I=Xh(p,h,r),T=Do(r,h,void 0,{dehydratedView:I});Eo(p,T,0,mr(h,I))}else o.firstUpdatePass&&r_(p),Kh(p,0)}}}finally{k(t)}}function Ds(e,t){return e[t]}function Cw(e,t){return uo(e,t)}function bw(e,t){return Qh(e,t)}function Mu(e,t){return Kr(e,t)}function Lg(e,t,n){let r=R(),o=mt();if(Fe(r,o,t)){let i=X(),s=ur();Lh(s,r,e,t,r[q],n)}return Lg}function Nu(e,t,n,r,o){Os(t,e,n,o?"class":"style",r)}function vl(e,t,n,r){let o=R(),i=o[O],s=e+Q,a=i.firstCreatePass?nl(s,o,2,t,Ju,Ui(),n,r):i.data[s];if(xs(a,o,e,t,jg),ir(a)){let c=o[O];As(c,o,a),ju(c,a,o)}return r!=null&&_r(o,a),vl}function Dl(){let e=X(),t=ve(),n=Rs(t);return e.firstCreatePass&&rl(e,n),Ic(n)&&_c(),Dc(),n.classesWithoutHost!=null&&ZD(n)&&Nu(e,n,R(),n.classesWithoutHost,!0),n.stylesWithoutHost!=null&&YD(n)&&Nu(e,n,R(),n.stylesWithoutHost,!1),Dl}function Pg(e,t,n,r){return vl(e,t,n,r),Dl(),Pg}function Vs(e,t,n,r){let o=R(),i=o[O],s=e+Q,a=i.firstCreatePass?og(s,i,2,t,n,r):i.data[s];return xs(a,o,e,t,jg),r!=null&&_r(o,a),Vs}function Bs(){let e=ve(),t=Rs(e);return Ic(t)&&_c(),Dc(),Bs}function El(e,t,n,r){return Vs(e,t,n,r),Bs(),El}var jg=(e,t,n,r,o)=>(ro(!0),_h(t[q],r,Xf()));function Il(e,t,n){let r=R(),o=r[O],i=e+Q,s=o.firstCreatePass?nl(i,r,8,"ng-container",Ju,Ui(),t,n):o.data[i];if(xs(s,r,e,"ng-container",Ug),ir(s)){let a=r[O];As(a,r,s),ju(a,s,r)}return n!=null&&_r(r,s),Il}function Hs(){let e=X(),t=ve(),n=Rs(t);return e.firstCreatePass&&rl(e,n),Hs}function Vg(e,t,n){return Il(e,t,n),Hs(),Vg}function _l(e,t,n){let r=R(),o=r[O],i=e+Q,s=o.firstCreatePass?og(i,o,8,"ng-container",t,n):o.data[i];return xs(s,r,e,"ng-container",Ug),n!=null&&_r(r,s),_l}function Bg(){let e=ve(),t=Rs(e);return Hs}function Hg(e,t,n){return _l(e,t,n),Bg(),Hg}var Ug=(e,t,n,r,o)=>(ro(!0),sI(t[q],""));function Tw(){return R()}function $g(e,t,n){let r=R(),o=mt();if(Fe(r,o,t)){let i=X(),s=ur();Ph(s,r,e,t,r[q],n)}return $g}var An=void 0;function Sw(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var Mw=["en",[["a","p"],["AM","PM"],An],[["AM","PM"],An,An],[["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"]],An,[["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"]],An,[["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}",An,"{1} 'at' {0}",An],[".",",",";","%","+","-","E","\xD7","\u2030","\u221E","NaN",":"],["#,##0.###","#,##0%","\xA4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",Sw],Uc={};function Be(e){let t=Nw(e),n=Fp(t);if(n)return n;let r=t.split("-")[0];if(n=Fp(r),n)return n;if(r==="en")return Mw;throw new x(701,!1)}function Fp(e){return e in Uc||(Uc[e]=We.ng&&We.ng.common&&We.ng.common.locales&&We.ng.common.locales[e]),Uc[e]}var ue=(function(e){return e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData",e})(ue||{});function Nw(e){return e.toLowerCase().replace(/_/g,"-")}var _o="en-US";var Aw=_o;function zg(e){typeof e=="string"&&(Aw=e.toLowerCase().replace(/_/g,"-"))}function Gg(e,t,n){let r=R(),o=X(),i=ve();return qg(o,r,r[q],i,e,t,n),Gg}function Wg(e,t,n){let r=R(),o=X(),i=ve();return(i.type&3||n)&&sg(i,o,r,n,r[q],e,t,is(i,r,t)),Wg}function qg(e,t,n,r,o,i,s){let a=!0,c=null;if((r.type&3||s)&&(c??=is(r,t,i),sg(r,e,t,s,n,o,i,c)&&(a=!1)),a){let u=r.outputs?.[o],f=r.hostDirectiveOutputs?.[o];if(f&&f.length)for(let m=0;m<f.length;m+=2){let p=f[m],h=f[m+1];c??=is(r,t,i),_p(r,t,p,h,o,c)}if(u&&u.length)for(let m of u)c??=is(r,t,i),_p(r,t,m,o,o,c)}}function xw(e=1){return Qf(e)}function Rw(e,t){let n=null,r=KE(e);for(let o=0;o<t.length;o++){let i=t[o];if(i==="*"){n=o;continue}if(r===null?Ih(e,i,!0):eI(r,i))return o}return n}function Zg(e){let t=R()[Ae][Ne];if(!t.projection){let n=e?e.length:1,r=t.projection=_f(n,null),o=r.slice(),i=t.child;for(;i!==null;){if(i.type!==128){let s=e?Rw(i,e):0;s!==null&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function Yg(e,t=0,n,r,o,i){let s=R(),a=X(),c=r?e+1:null;c!==null&&po(s,a,c,r,o,i,null,n);let u=kn(a,Q+e,16,null,n||null);u.projection===null&&(u.projection=t),bc();let m=!s[Dn]||Ec();s[Ae][Ne].projection[u.projection]===null&&c!==null?Ow(s,a,c):m&&!Cs(u)&&II(a,s,u)}function Ow(e,t,n){let r=Q+n,o=t.data[r],i=e[r],s=ps(i,o.tView.ssrId),a=Do(e,o,void 0,{dehydratedView:s});Eo(i,a,0,mr(o,s))}function Qg(e,t,n){fg(e,t,n)}function Kg(e){let t=R(),n=X(),r=zi();no(r+1);let o=sl(n,r);if(e.dirty&&Rf(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{let i=pg(t,r);e.reset(i,th),e.notifyOnChanges()}return!0}return!1}function Jg(){return il(R(),zi())}function Fw(e,t,n,r){H_(e,fg(t,n,r))}function kw(e=1){no(zi()+e)}function Lw(e){let t=Tc();return Jr(t,Q+e)}function es(e,t){return e<<17|t<<2}function Fn(e){return e>>17&32767}function Pw(e){return(e&2)==2}function jw(e,t){return e&131071|t<<17}function Au(e){return e|2}function vr(e){return(e&131068)>>2}function $c(e,t){return e&-131069|t<<2}function Vw(e){return(e&1)===1}function xu(e){return e|1}function Bw(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=Fn(s),c=vr(s);e[r]=n;let u=!1,f;if(Array.isArray(n)){let m=n;f=m[1],(f===null||tr(m,f)>0)&&(u=!0)}else f=n;if(o)if(c!==0){let p=Fn(e[a+1]);e[r+1]=es(p,a),p!==0&&(e[p+1]=$c(e[p+1],r)),e[a+1]=jw(e[a+1],r)}else e[r+1]=es(a,0),a!==0&&(e[a+1]=$c(e[a+1],r)),a=r;else e[r+1]=es(c,0),a===0?a=r:e[c+1]=$c(e[c+1],r),c=r;u&&(e[r+1]=Au(e[r+1])),kp(e,f,r,!0),kp(e,f,r,!1),Hw(t,f,e,r,i),s=es(a,c),i?t.classBindings=s:t.styleBindings=s}function Hw(e,t,n,r,o){let i=o?e.residualClasses:e.residualStyles;i!=null&&typeof t=="string"&&tr(i,t)>=0&&(n[r+1]=xu(n[r+1]))}function kp(e,t,n,r){let o=e[n+1],i=t===null,s=r?Fn(o):vr(o),a=!1;for(;s!==0&&(a===!1||i);){let c=e[s],u=e[s+1];Uw(c,t)&&(a=!0,e[s+1]=r?xu(u):Au(u)),s=r?Fn(u):vr(u)}a&&(e[n+1]=r?Au(o):xu(o))}function Uw(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?tr(e,t)>=0:!1}var De={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Xg(e){return e.substring(De.key,De.keyEnd)}function $w(e){return e.substring(De.value,De.valueEnd)}function zw(e){return nm(e),em(e,Dr(e,0,De.textEnd))}function em(e,t){let n=De.textEnd;return n===t?-1:(t=De.keyEnd=Ww(e,De.key=t,n),Dr(e,t,n))}function Gw(e){return nm(e),tm(e,Dr(e,0,De.textEnd))}function tm(e,t){let n=De.textEnd,r=De.key=Dr(e,t,n);return n===r?-1:(r=De.keyEnd=qw(e,r,n),r=Lp(e,r,n,58),r=De.value=Dr(e,r,n),r=De.valueEnd=Zw(e,r,n),Lp(e,r,n,59))}function nm(e){De.key=0,De.keyEnd=0,De.value=0,De.valueEnd=0,De.textEnd=e.length}function Dr(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function Ww(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function qw(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 Lp(e,t,n,r){return t=Dr(e,t,n),t<n&&t++,t}function Zw(e,t,n){let r=-1,o=-1,i=-1,s=t,a=s;for(;s<n;){let c=e.charCodeAt(s++);if(c===59)return a;c===34||c===39?a=s=Pp(e,c,s,n):t===s-4&&i===85&&o===82&&r===76&&c===40?a=s=Pp(e,41,s,n):c>32&&(a=s),i=o,o=r,r=c&-33}return a}function Pp(e,t,n,r){let o=-1,i=n;for(;i<r;){let s=e.charCodeAt(i++);if(s==t&&o!==92)return i;s==92&&o===92?o=0:o=s}throw new Error}function wl(e,t,n){return rm(e,t,n,!1),wl}function Cl(e,t){return rm(e,t,null,!0),Cl}function Yw(e){om(am,Qw,e,!1)}function Qw(e,t){for(let n=Gw(t);n>=0;n=tm(t,n))am(e,Xg(t),$w(t))}function Kw(e){om(oC,Jw,e,!0)}function Jw(e,t){for(let n=zw(t);n>=0;n=em(t,n))qr(e,Xg(t),!0)}function rm(e,t,n,r){let o=R(),i=X(),s=Nc(2);if(i.firstUpdatePass&&sm(i,e,s,r),t!==Ve&&Fe(o,s,t)){let a=i.data[yt()];cm(i,a,o,o[q],e,o[s+1]=sC(t,n),r,s)}}function om(e,t,n,r){let o=X(),i=Nc(2);o.firstUpdatePass&&sm(o,null,i,r);let s=R();if(n!==Ve&&Fe(s,i,n)){let a=o.data[yt()];if(um(a,r)&&!im(o,i)){let c=r?a.classesWithoutHost:a.stylesWithoutHost;c!==null&&(n=Ni(c,n||"")),Nu(o,a,s,n,r)}else iC(o,a,s,s[q],s[i+1],s[i+1]=rC(e,t,n),r,i)}}function im(e,t){return t>=e.expandoStartIndex}function sm(e,t,n,r){let o=e.data;if(o[n+1]===null){let i=o[yt()],s=im(e,n);um(i,r)&&t===null&&!s&&(t=!1),t=Xw(o,i,t,r),Bw(o,i,t,n,s,r)}}function Xw(e,t,n,r){let o=Wf(e),i=r?t.residualClasses:t.residualStyles;if(o===null)(r?t.classBindings:t.styleBindings)===0&&(n=zc(null,e,t,n,r),n=go(n,t.attrs,r),i=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==o)if(n=zc(o,e,t,n,r),i===null){let c=eC(e,t,r);c!==void 0&&Array.isArray(c)&&(c=zc(null,e,t,c[1],r),c=go(c,t.attrs,r),tC(e,t,r,c))}else i=nC(e,t,r)}return i!==void 0&&(r?t.residualClasses=i:t.residualStyles=i),n}function eC(e,t,n){let r=n?t.classBindings:t.styleBindings;if(vr(r)!==0)return e[Fn(r)]}function tC(e,t,n,r){let o=n?t.classBindings:t.styleBindings;e[Fn(o)]=r}function nC(e,t,n){let r,o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++){let s=e[i].hostAttrs;r=go(r,s,n)}return go(r,t.attrs,n)}function zc(e,t,n,r,o){let i=null,s=n.directiveEnd,a=n.directiveStylingLast;for(a===-1?a=n.directiveStart:a++;a<s&&(i=t[a],r=go(r,i.hostAttrs,o),i!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function go(e,t,n){let r=n?1:2,o=-1;if(t!==null)for(let i=0;i<t.length;i++){let s=t[i];typeof s=="number"?o=s:o===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),qr(e,s,n?!0:t[++i]))}return e===void 0?null:e}function rC(e,t,n){if(n==null||n==="")return Ce;let r=[],o=Je(n);if(Array.isArray(o))for(let i=0;i<o.length;i++)e(r,o[i],!0);else if(typeof o=="object")for(let i in o)o.hasOwnProperty(i)&&e(r,i,o[i]);else typeof o=="string"&&t(r,o);return r}function am(e,t,n){qr(e,t,Je(n))}function oC(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&qr(e,r,n)}function iC(e,t,n,r,o,i,s,a){o===Ve&&(o=Ce);let c=0,u=0,f=0<o.length?o[0]:null,m=0<i.length?i[0]:null;for(;f!==null||m!==null;){let p=c<o.length?o[c+1]:void 0,h=u<i.length?i[u+1]:void 0,I=null,T;f===m?(c+=2,u+=2,p!==h&&(I=m,T=h)):m===null||f!==null&&f<m?(c+=2,I=f):(u+=2,I=m,T=h),I!==null&&cm(e,t,n,r,I,T,s,a),f=c<o.length?o[c]:null,m=u<i.length?i[u]:null}}function cm(e,t,n,r,o,i,s,a){if(!(t.type&3))return;let c=e.data,u=c[a+1],f=Vw(u)?jp(c,t,n,o,vr(u),s):void 0;if(!Es(f)){Es(i)||Pw(u)&&(i=jp(c,null,n,o,a,s));let m=hc(yt(),n);wI(r,s,m,o,i)}}function jp(e,t,n,r,o,i){let s=t===null,a;for(;o>0;){let c=e[o],u=Array.isArray(c),f=u?c[1]:c,m=f===null,p=n[o+1];p===Ve&&(p=m?Ce:void 0);let h=m?Fi(p,r):f===r?p:void 0;if(u&&!Es(h)&&(h=Fi(c,r)),Es(h)&&(a=h,s))return a;let I=e[o+1];o=s?Fn(I):vr(I)}if(t!==null){let c=i?t.residualClasses:t.residualStyles;c!=null&&(a=Fi(c,r))}return a}function Es(e){return e!==void 0}function sC(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=Ht(Je(e)))),e}function um(e,t){return(e.flags&(t?8:16))!==0}function aC(e,t=""){let n=R(),r=X(),o=e+Q,i=r.firstCreatePass?kn(r,o,1,t,null):r.data[o],s=cC(r,n,i,t,e);n[o]=s,qi()&&Qu(r,n,s,i),Tn(i,!1)}var cC=(e,t,n,r,o)=>(ro(!0),oI(t[q],r));function lm(e,t,n,r=""){return Fe(e,mt(),n)?t+vn(n)+r:Ve}function dm(e){return bl("",e),dm}function bl(e,t,n){let r=R(),o=lm(r,e,t,n);return o!==Ve&&uC(r,yt(),o),bl}function uC(e,t,n){let r=hc(t,e);iI(e[q],r,n)}function fm(e,t,n){Oc(t)&&(t=t());let r=R(),o=mt();if(Fe(r,o,t)){let i=X(),s=ur();Lh(s,r,e,t,r[q],n)}return fm}function lC(e,t){let n=Oc(e);return n&&e.set(t),n}function pm(e,t){let n=R(),r=X(),o=ve();return qg(r,n,n[q],o,e,t),pm}var hm={};function gm(e){let t=X(),n=R(),r=e+Q,o=kn(t,r,128,null,null);return Tn(o,!1),Xr(t,n,r,hm),gm}function dC(e){Rt("NgLet");let t=X(),n=R(),r=yt();return Xr(t,n,r,e),e}function fC(e){let t=Tc(),n=Jr(t,Q+e);if(n===hm)throw new x(314,!1);return n}function pC(e){return Fe(R(),mt(),e)?vn(e):Ve}function hC(e,t,n=""){return lm(R(),e,t,n)}function gC(e,t,n){let r=X();if(r.firstCreatePass){let o=it(e);Ru(n,r.data,r.blueprint,o,!0),Ru(t,r.data,r.blueprint,o,!1)}}function Ru(e,t,n,r,o){if(e=me(e),Array.isArray(e))for(let i=0;i<e.length;i++)Ru(e[i],t,n,r,o);else{let i=X(),s=R(),a=ve(),c=hn(e)?e:me(e.provide),u=cc(e),f=a.providerIndexes&1048575,m=a.directiveStart,p=a.providerIndexes>>20;if(hn(e)||!e.multi){let h=new Rn(u,o,xe,null),I=Wc(c,t,o?f:f+p,m);I===-1?(Zc(ls(a,s),i,c),Gc(i,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(h),s.push(h)):(n[I]=h,s[I]=h)}else{let h=Wc(c,t,f+p,m),I=Wc(c,t,f,f+p),T=h>=0&&n[h],L=I>=0&&n[I];if(o&&!L||!o&&!T){Zc(ls(a,s),i,c);let A=vC(o?yC:mC,n.length,o,r,u,e);!o&&L&&(n[I].providerFactory=A),Gc(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(A),s.push(A)}else{let A=mm(n[o?I:h],u,!o&&r);Gc(i,e,h>-1?h:I,A)}!o&&r&&L&&n[I].componentProviders++}}}function Gc(e,t,n,r){let o=hn(t),i=Mf(t);if(o||i){let c=(i?me(t.useClass):t).prototype.ngOnDestroy;if(c){let u=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){let f=u.indexOf(n);f===-1?u.push(n,[r,c]):u[f+1].push(r,c)}else u.push(n,c)}}}function mm(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Wc(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function mC(e,t,n,r,o){return Ou(this.multi,[])}function yC(e,t,n,r,o){let i=this.multi,s;if(this.providerFactory){let a=this.providerFactory.componentProviders,c=ao(r,r[O],this.providerFactory.index,o);s=c.slice(0,a),Ou(i,s);for(let u=a;u<c.length;u++)s.push(c[u])}else s=[],Ou(i,s);return s}function Ou(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function vC(e,t,n,r,o,i){let s=new Rn(e,n,xe,null);return s.multi=[],s.index=t,s.componentProviders=0,mm(s,o,r&&!n),s}function ym(e,t=[]){return n=>{n.providersResolver=(r,o)=>gC(r,o?o(e):e,t)}}function DC(e,t,n,r){return Dm(R(),to(),e,t,n,r)}function EC(e,t,n,r,o){return Em(R(),to(),e,t,n,r,o)}function vm(e,t){let n=e[t];return n===Ve?void 0:n}function Dm(e,t,n,r,o,i){let s=t+n;return Fe(e,s,o)?ig(e,s+1,i?r.call(i,o):r(o)):vm(e,s+1)}function Em(e,t,n,r,o,i,s){let a=t+n;return y_(e,a,o,i)?ig(e,a+2,s?r.call(s,o,i):r(o,i)):vm(e,a+2)}function IC(e,t){let n=X(),r,o=e+Q;n.firstCreatePass?(r=_C(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??=[]).push(o,r.onDestroy)):r=n.data[o];let i=r.factory||(r.factory=Ut(r.type,!0)),s,a=Se(xe);try{let c=us(!1),u=i();return us(c),Xr(n,R(),o,u),u}finally{Se(a)}}function _C(e,t){if(t)for(let n=t.length-1;n>=0;n--){let r=t[n];if(e===r.name)return r}}function wC(e,t,n){let r=e+Q,o=R(),i=Jr(o,r);return Im(o,r)?Dm(o,to(),t,i.transform,n,i):i.transform(n)}function CC(e,t,n,r){let o=e+Q,i=R(),s=Jr(i,o);return Im(i,o)?Em(i,to(),t,s.transform,n,r,s):s.transform(n,r)}function Im(e,t){return e[O].data[t].pure}function bC(e,t){return Fs(e,t)}var TC=(()=>{class e{zone=M(ie);changeDetectionScheduler=M(tt);applicationRef=M(Ot);applicationErrorHandler=M(Tt);_onMicrotaskEmptySubscription;initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{try{this.applicationRef.dirtyFlags|=1,this.applicationRef._tick()}catch(n){this.applicationErrorHandler(n)}})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function _m({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new ie(ae(re({},wm()),{scheduleInRootZone:n})),[{provide:ie,useFactory:e},{provide:Gt,multi:!0,useFactory:()=>{let r=M(TC,{optional:!0});return()=>r.initialize()}},{provide:Gt,multi:!0,useFactory:()=>{let r=M(SC);return()=>{r.initialize()}}},t===!0?{provide:Fc,useValue:!0}:[],{provide:Qi,useValue:n??Cg},{provide:Tt,useFactory:()=>{let r=M(ie),o=M(Oe),i;return s=>{r.runOutsideAngular(()=>{o.destroyed&&!i?setTimeout(()=>{throw s}):(i??=o.get(Pe),i.handleError(s))})}}}]}function wm(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var SC=(()=>{class e{subscription=new de;initialized=!1;zone=M(ie);pendingTasks=M(Mn);initialize(){if(this.initialized)return;this.initialized=!0;let n=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(n=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{ie.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{ie.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var Tl=(()=>{class e{applicationErrorHandler=M(Tt);appRef=M(Ot);taskService=M(Mn);ngZone=M(ie);zonelessEnabled=M(lr);tracing=M(Pn,{optional:!0});disableScheduling=M(Fc,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new de;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(ms):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(M(Qi,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof ho||!this.zoneIsDefined)}notify(n){if(!this.zonelessEnabled&&n===5)return;let r=!1;switch(n){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 6:{this.appRef.dirtyFlags|=2,r=!0;break}case 12:{this.appRef.dirtyFlags|=16,r=!0;break}case 13:{this.appRef.dirtyFlags|=2,r=!0;break}case 11:{r=!0;break}case 9:case 8:case 7:case 10:default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick(r))return;let o=this.useMicrotaskScheduler?Np:bg;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>o(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>o(()=>this.tick()))}shouldScheduleTick(n){return!(this.disableScheduling&&!n||this.appRef.destroyed||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(ms+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(this.appRef.dirtyFlags===0){this.cleanup();return}!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.taskService.remove(n),this.applicationErrorHandler(r)}finally{this.cleanup()}this.useMicrotaskScheduler=!0,Np(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function MC(){return Rt("NgZoneless"),Li([{provide:tt,useExisting:Tl},{provide:ie,useClass:ho},{provide:lr,useValue:!0},{provide:Qi,useValue:!1},[]])}function NC(){return typeof $localize<"u"&&$localize.locale||_o}var wo=new P("",{providedIn:"root",factory:()=>M(wo,{optional:!0,skipSelf:!0})||NC()});var Co=class{destroyed=!1;listeners=null;errorHandler=M(Pe,{optional:!0});destroyRef=M(bt);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new x(953,!1);return(this.listeners??=[]).push(t),{unsubscribe:()=>{let n=this.listeners?.indexOf(t);n!==void 0&&n!==-1&&this.listeners?.splice(n,1)}}}emit(t){if(this.destroyed){console.warn(zt(953,!1));return}if(this.listeners===null)return;let n=k(null);try{for(let r of this.listeners)try{r(t)}catch(o){this.errorHandler?.handleError(o)}}finally{k(n)}}};function AC(e,t){return Or(e,t?.equal)}var Sl=class{[ge];constructor(t){this[ge]=t}destroy(){this[ge].destroy()}};function Cm(e,t){let n=t?.injector??M(Me),r=t?.manualCleanup!==!0?n.get(bt):null,o,i=n.get(dr,null,{optional:!0}),s=n.get(tt);return i!==null?(o=OC(i.view,s,e),r instanceof zr&&r._lView===i.view&&(r=null)):o=FC(e,n.get(oo),s),o.injector=n,r!==null&&(o.onDestroyFn=r.onDestroy(()=>o.destroy())),new Sl(o)}var bm=ae(re({},df),{cleanupFns:void 0,zone:null,onDestroyFn:Nn,run(){let e=cr(!1);try{ff(this)}finally{cr(e)}},cleanup(){if(!this.cleanupFns?.length)return;let e=k(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],k(e)}}}),xC=ae(re({},bm),{consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){sn(this),this.onDestroyFn(),this.cleanup(),this.scheduler.remove(this)}}),RC=ae(re({},bm),{consumerMarkedDirty(){this.view[F]|=8192,Yt(this.view),this.notifier.notify(13)},destroy(){sn(this),this.onDestroyFn(),this.cleanup(),this.view[wt]?.delete(this)}});function OC(e,t,n){let r=Object.create(RC);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=Tm(r,n),e[wt]??=new Set,e[wt].add(r),r.consumerMarkedDirty(r),r}function FC(e,t,n){let r=Object.create(xC);return r.fn=Tm(r,e),r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}function Tm(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}var $s=Symbol("InputSignalNode#UNSET"),Fm=ae(re({},Jo),{transformFn:void 0,applyValueToInputSignal(e,t){an(e,t)}});function km(e,t){let n=Object.create(Fm);n.value=e,n.transformFn=t?.transform;function r(){if(rn(n),n.value===$s){let o=null;throw new x(-950,o)}return n.value}return r[ge]=n,r}var ZC=new P("");ZC.__NG_ELEMENT_ID__=e=>{let t=ve();if(t===null)throw new x(204,!1);if(t.type&2)return t.value;if(e&8)return null;throw new x(204,!1)};function KP(e){return new Co}function Sm(e,t){return km(e,t)}function YC(e){return km($s,e)}var JP=(Sm.required=YC,Sm);function Mm(e,t){return gg(t)}function QC(e,t){return mg(t)}var XP=(Mm.required=QC,Mm);function Lm(e,t){let n=Object.create(Fm),r=new Co;n.value=e;function o(){return rn(n),Nm(n.value),n.value}return o[ge]=n,o.asReadonly=Yi.bind(o),o.set=i=>{n.equal(n.value,i)||(an(n,i),r.emit(i))},o.update=i=>{Nm(n.value),o.set(i(n.value))},o.subscribe=r.subscribe.bind(r),o.destroyRef=r.destroyRef,o}function Nm(e){if(e===$s)throw new x(952,!1)}function Am(e,t){return Lm(e,t)}function KC(e){return Lm($s,e)}var e1=(Am.required=KC,Am);var Ml=new P(""),JC=new P("");function bo(e){return!e.moduleRef}function XC(e){let t=bo(e)?e.r3Injector:e.moduleRef.injector,n=t.get(ie);return n.run(()=>{bo(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(Tt),o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),bo(e)){let i=()=>t.destroy(),s=e.platformInjector.get(Ml);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{let i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(Ml);s.add(i),e.moduleRef.onDestroy(()=>{so(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return tb(r,n,()=>{let i=t.get(Mn),s=i.add(),a=t.get(hl);return a.runInitializers(),a.donePromise.then(()=>{let c=t.get(wo,_o);if(zg(c||_o),!t.get(JC,!0))return bo(e)?t.get(Ot):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(bo(e)){let f=t.get(Ot);return e.rootComponent!==void 0&&f.bootstrap(e.rootComponent),f}else return eb?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>void i.remove(s))})})}var eb;function tb(e,t,n){try{let r=n();return js(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}var Us=null;function nb(e=[],t){return Me.create({name:t,providers:[{provide:Zr,useValue:"platform"},{provide:Ml,useValue:new Set([()=>Us=null])},...e]})}function rb(e=[]){if(Us)return Us;let t=nb(e);return Us=t,Rg(),ob(t),t}function ob(e){let t=e.get(_s,null);Pi(e,()=>{t?.forEach(n=>n())})}var Pm=(()=>{class e{static __NG_ELEMENT_ID__=ib}return e})();function ib(e){return sb(ve(),R(),(e&16)===16)}function sb(e,t,n){if(Ct(e)&&!n){let r=Qe(e.index,t);return new Kt(r,r)}else if(e.type&175){let r=t[Ae];return new Kt(r,t)}return null}var Nl=class{constructor(){}supports(t){return t instanceof Map||ol(t)}create(){return new Al}},Al=class{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;_removalsTail=null;get isDirty(){return this._additionsHead!==null||this._changesHead!==null||this._removalsHead!==null}forEachItem(t){let n;for(n=this._mapHead;n!==null;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;n!==null;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;n!==null;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}diff(t){if(!t)t=new Map;else if(!(t instanceof Map||ol(t)))throw new x(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{let i=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;r!==null;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){let r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){let o=this._records.get(t);this._maybeAddToChanges(o,n);let i=o._prev,s=o._next;return i&&(i._next=s),s&&(s._prev=i),o._next=null,o._prev=null,o}let r=new xl(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))}},xl=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}};function xm(){return new Rl([new Nl])}var Rl=(()=>{class e{static \u0275prov=j({token:e,providedIn:"root",factory:xm});factories;constructor(n){this.factories=n}static create(n,r){if(r){let o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{let r=M(e,{optional:!0,skipSelf:!0});return e.create(n,r||xm())}}}find(n){let r=this.factories.find(o=>o.supports(n));if(r)return r;throw new x(901,!1)}}return e})();function jm(e){Z(8);try{let{rootComponent:t,appProviders:n,platformProviders:r}=e,o=rb(r),i=[_m({}),{provide:tt,useExisting:Tl},np,...n||[]],s=new fo({providers:i,parent:o,debugName:"",runEnvironmentInitializers:!1});return XC({r3Injector:s.injector,platformInjector:o,rootComponent:t})}catch(t){return Promise.reject(t)}finally{Z(9)}}function ab(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function t1(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function Vm(e,t){let n=Wt(e),r=t.elementInjector||nr();return new yr(n).create(r,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}var Um=null;function Ft(){return Um}function Ol(e){Um??=e}var To=class{},Fl=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:()=>M($m),providedIn:"platform"})}return e})();var $m=(()=>{class e extends Fl{_location;_history;_doc=M(pe);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Ft().getBaseHref(this._doc)}onPopState(n){let r=Ft().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){let r=Ft().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,o){this._history.pushState(n,r,o)}replaceState(n,r,o){this._history.replaceState(n,r,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:()=>new e,providedIn:"platform"})}return e})();function zm(e,t){return e?t?e.endsWith("/")?t.startsWith("/")?e+t.slice(1):e+t:t.startsWith("/")?e+t:`${e}/${t}`:e:t}function Bm(e){let t=e.search(/#|\?|$/);return e[t-1]==="/"?e.slice(0,t-1)+e.slice(t):e}function Xt(e){return e&&e[0]!=="?"?`?${e}`:e}var zs=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:()=>M(Wm),providedIn:"root"})}return e})(),Gm=new P(""),Wm=(()=>{class e extends zs{_platformLocation;_baseHref;_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??M(pe).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}prepareExternalUrl(n){return zm(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+Xt(this._platformLocation.search),o=this._platformLocation.hash;return o&&n?`${r}${o}`:r}pushState(n,r,o,i){let s=this.prepareExternalUrl(o+Xt(i));this._platformLocation.pushState(n,r,s)}replaceState(n,r,o,i){let s=this.prepareExternalUrl(o+Xt(i));this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(V(Fl),V(Gm,8))};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),qm=(()=>{class e{_subject=new Re;_basePath;_locationStrategy;_urlChangeListeners=[];_urlChangeSubscription=null;constructor(n){this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=lb(Bm(Hm(r))),this._locationStrategy.onPopState(o=>{this._subject.next({url:this.path(!0),pop:!0,state:o.state,type:o.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(n=!1){return this.normalize(this._locationStrategy.path(n))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(n,r=""){return this.path()==this.normalize(n+Xt(r))}normalize(n){return e.stripTrailingSlash(ub(this._basePath,Hm(n)))}prepareExternalUrl(n){return n&&n[0]!=="/"&&(n="/"+n),this._locationStrategy.prepareExternalUrl(n)}go(n,r="",o=null){this._locationStrategy.pushState(o,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Xt(r)),o)}replaceState(n,r="",o=null){this._locationStrategy.replaceState(o,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Xt(r)),o)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(n=0){this._locationStrategy.historyGo?.(n)}onUrlChange(n){return this._urlChangeListeners.push(n),this._urlChangeSubscription??=this.subscribe(r=>{this._notifyUrlChangeListeners(r.url,r.state)}),()=>{let r=this._urlChangeListeners.indexOf(n);this._urlChangeListeners.splice(r,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(n="",r){this._urlChangeListeners.forEach(o=>o(n,r))}subscribe(n,r,o){return this._subject.subscribe({next:n,error:r??void 0,complete:o??void 0})}static normalizeQueryParams=Xt;static joinWithSlash=zm;static stripTrailingSlash=Bm;static \u0275fac=function(r){return new(r||e)(V(zs))};static \u0275prov=j({token:e,factory:()=>cb(),providedIn:"root"})}return e})();function cb(){return new qm(V(zs))}function ub(e,t){if(!e||!t.startsWith(e))return t;let n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function Hm(e){return e.replace(/\/index.html$/,"")}function lb(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}var be=(function(e){return e[e.Format=0]="Format",e[e.Standalone=1]="Standalone",e})(be||{}),K=(function(e){return e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short",e})(K||{}),ke=(function(e){return e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full",e})(ke||{}),Lt={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};function Qm(e){return Be(e)[ue.LocaleId]}function Km(e,t,n){let r=Be(e),o=[r[ue.DayPeriodsFormat],r[ue.DayPeriodsStandalone]],i=Xe(o,t);return Xe(i,n)}function Jm(e,t,n){let r=Be(e),o=[r[ue.DaysFormat],r[ue.DaysStandalone]],i=Xe(o,t);return Xe(i,n)}function Xm(e,t,n){let r=Be(e),o=[r[ue.MonthsFormat],r[ue.MonthsStandalone]],i=Xe(o,t);return Xe(i,n)}function ey(e,t){let r=Be(e)[ue.Eras];return Xe(r,t)}function So(e,t){let n=Be(e);return Xe(n[ue.DateFormat],t)}function Mo(e,t){let n=Be(e);return Xe(n[ue.TimeFormat],t)}function No(e,t){let r=Be(e)[ue.DateTimeFormat];return Xe(r,t)}function Ao(e,t){let n=Be(e),r=n[ue.NumberSymbols][t];if(typeof r>"u"){if(t===Lt.CurrencyDecimal)return n[ue.NumberSymbols][Lt.Decimal];if(t===Lt.CurrencyGroup)return n[ue.NumberSymbols][Lt.Group]}return r}function ty(e){if(!e[ue.ExtraData])throw new x(2303,!1)}function ny(e){let t=Be(e);return ty(t),(t[ue.ExtraData][2]||[]).map(r=>typeof r=="string"?kl(r):[kl(r[0]),kl(r[1])])}function ry(e,t,n){let r=Be(e);ty(r);let o=[r[ue.ExtraData][0],r[ue.ExtraData][1]],i=Xe(o,t)||[];return Xe(i,n)||[]}function Xe(e,t){for(let n=t;n>-1;n--)if(typeof e[n]<"u")return e[n];throw new x(2304,!1)}function kl(e){let[t,n]=e.split(":");return{hours:+t,minutes:+n}}var fb=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Gs={},pb=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function oy(e,t,n,r){let o=_b(e);t=kt(n,t)||t;let s=[],a;for(;t;)if(a=pb.exec(t),a){s=s.concat(a.slice(1));let f=s.pop();if(!f)break;t=f}else{s.push(t);break}let c=o.getTimezoneOffset();r&&(c=sy(r,c),o=Ib(o,r));let u="";return s.forEach(f=>{let m=Db(f);u+=m?m(o,n,c):f==="''"?"'":f.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),u}function Qs(e,t,n){let r=new Date(0);return r.setFullYear(e,t,n),r.setHours(0,0,0),r}function kt(e,t){let n=Qm(e);if(Gs[n]??={},Gs[n][t])return Gs[n][t];let r="";switch(t){case"shortDate":r=So(e,ke.Short);break;case"mediumDate":r=So(e,ke.Medium);break;case"longDate":r=So(e,ke.Long);break;case"fullDate":r=So(e,ke.Full);break;case"shortTime":r=Mo(e,ke.Short);break;case"mediumTime":r=Mo(e,ke.Medium);break;case"longTime":r=Mo(e,ke.Long);break;case"fullTime":r=Mo(e,ke.Full);break;case"short":let o=kt(e,"shortTime"),i=kt(e,"shortDate");r=Ws(No(e,ke.Short),[o,i]);break;case"medium":let s=kt(e,"mediumTime"),a=kt(e,"mediumDate");r=Ws(No(e,ke.Medium),[s,a]);break;case"long":let c=kt(e,"longTime"),u=kt(e,"longDate");r=Ws(No(e,ke.Long),[c,u]);break;case"full":let f=kt(e,"fullTime"),m=kt(e,"fullDate");r=Ws(No(e,ke.Full),[f,m]);break}return r&&(Gs[n][t]=r),r}function Ws(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,function(n,r){return t!=null&&r in t?t[r]:n})),e}function dt(e,t,n="-",r,o){let i="";(e<0||o&&e<=0)&&(o?e=-e+1:(e=-e,i=n));let s=String(e);for(;s.length<t;)s="0"+s;return r&&(s=s.slice(s.length-t)),i+s}function hb(e,t){return dt(e,3).substring(0,t)}function he(e,t,n=0,r=!1,o=!1){return function(i,s){let a=gb(e,i);if((n>0||a>-n)&&(a+=n),e===3)a===0&&n===-12&&(a=12);else if(e===6)return hb(a,t);let c=Ao(s,Lt.MinusSign);return dt(a,t,c,r,o)}}function gb(e,t){switch(e){case 0:return t.getFullYear();case 1:return t.getMonth();case 2:return t.getDate();case 3:return t.getHours();case 4:return t.getMinutes();case 5:return t.getSeconds();case 6:return t.getMilliseconds();case 7:return t.getDay();default:throw new x(2301,!1)}}function te(e,t,n=be.Format,r=!1){return function(o,i){return mb(o,i,e,t,n,r)}}function mb(e,t,n,r,o,i){switch(n){case 2:return Xm(t,o,r)[e.getMonth()];case 1:return Jm(t,o,r)[e.getDay()];case 0:let s=e.getHours(),a=e.getMinutes();if(i){let u=ny(t),f=ry(t,o,r),m=u.findIndex(p=>{if(Array.isArray(p)){let[h,I]=p,T=s>=h.hours&&a>=h.minutes,L=s<I.hours||s===I.hours&&a<I.minutes;if(h.hours<I.hours){if(T&&L)return!0}else if(T||L)return!0}else if(p.hours===s&&p.minutes===a)return!0;return!1});if(m!==-1)return f[m]}return Km(t,o,r)[s<12?0:1];case 3:return ey(t,r)[e.getFullYear()<=0?0:1];default:let c=n;throw new x(2302,!1)}}function qs(e){return function(t,n,r){let o=-1*r,i=Ao(n,Lt.MinusSign),s=o>0?Math.floor(o/60):Math.ceil(o/60);switch(e){case 0:return(o>=0?"+":"")+dt(s,2,i)+dt(Math.abs(o%60),2,i);case 1:return"GMT"+(o>=0?"+":"")+dt(s,1,i);case 2:return"GMT"+(o>=0?"+":"")+dt(s,2,i)+":"+dt(Math.abs(o%60),2,i);case 3:return r===0?"Z":(o>=0?"+":"")+dt(s,2,i)+":"+dt(Math.abs(o%60),2,i);default:throw new x(2302,!1)}}}var yb=0,Ys=4;function vb(e){let t=Qs(e,yb,1).getDay();return Qs(e,0,1+(t<=Ys?Ys:Ys+7)-t)}function iy(e){let t=e.getDay(),n=t===0?-3:Ys-t;return Qs(e.getFullYear(),e.getMonth(),e.getDate()+n)}function Ll(e,t=!1){return function(n,r){let o;if(t){let i=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,s=n.getDate();o=1+Math.floor((s+i)/7)}else{let i=iy(n),s=vb(i.getFullYear()),a=i.getTime()-s.getTime();o=1+Math.round(a/6048e5)}return dt(o,e,Ao(r,Lt.MinusSign))}}function Zs(e,t=!1){return function(n,r){let i=iy(n).getFullYear();return dt(i,e,Ao(r,Lt.MinusSign),t)}}var Pl={};function Db(e){if(Pl[e])return Pl[e];let t;switch(e){case"G":case"GG":case"GGG":t=te(3,K.Abbreviated);break;case"GGGG":t=te(3,K.Wide);break;case"GGGGG":t=te(3,K.Narrow);break;case"y":t=he(0,1,0,!1,!0);break;case"yy":t=he(0,2,0,!0,!0);break;case"yyy":t=he(0,3,0,!1,!0);break;case"yyyy":t=he(0,4,0,!1,!0);break;case"Y":t=Zs(1);break;case"YY":t=Zs(2,!0);break;case"YYY":t=Zs(3);break;case"YYYY":t=Zs(4);break;case"M":case"L":t=he(1,1,1);break;case"MM":case"LL":t=he(1,2,1);break;case"MMM":t=te(2,K.Abbreviated);break;case"MMMM":t=te(2,K.Wide);break;case"MMMMM":t=te(2,K.Narrow);break;case"LLL":t=te(2,K.Abbreviated,be.Standalone);break;case"LLLL":t=te(2,K.Wide,be.Standalone);break;case"LLLLL":t=te(2,K.Narrow,be.Standalone);break;case"w":t=Ll(1);break;case"ww":t=Ll(2);break;case"W":t=Ll(1,!0);break;case"d":t=he(2,1);break;case"dd":t=he(2,2);break;case"c":case"cc":t=he(7,1);break;case"ccc":t=te(1,K.Abbreviated,be.Standalone);break;case"cccc":t=te(1,K.Wide,be.Standalone);break;case"ccccc":t=te(1,K.Narrow,be.Standalone);break;case"cccccc":t=te(1,K.Short,be.Standalone);break;case"E":case"EE":case"EEE":t=te(1,K.Abbreviated);break;case"EEEE":t=te(1,K.Wide);break;case"EEEEE":t=te(1,K.Narrow);break;case"EEEEEE":t=te(1,K.Short);break;case"a":case"aa":case"aaa":t=te(0,K.Abbreviated);break;case"aaaa":t=te(0,K.Wide);break;case"aaaaa":t=te(0,K.Narrow);break;case"b":case"bb":case"bbb":t=te(0,K.Abbreviated,be.Standalone,!0);break;case"bbbb":t=te(0,K.Wide,be.Standalone,!0);break;case"bbbbb":t=te(0,K.Narrow,be.Standalone,!0);break;case"B":case"BB":case"BBB":t=te(0,K.Abbreviated,be.Format,!0);break;case"BBBB":t=te(0,K.Wide,be.Format,!0);break;case"BBBBB":t=te(0,K.Narrow,be.Format,!0);break;case"h":t=he(3,1,-12);break;case"hh":t=he(3,2,-12);break;case"H":t=he(3,1);break;case"HH":t=he(3,2);break;case"m":t=he(4,1);break;case"mm":t=he(4,2);break;case"s":t=he(5,1);break;case"ss":t=he(5,2);break;case"S":t=he(6,1);break;case"SS":t=he(6,2);break;case"SSS":t=he(6,3);break;case"Z":case"ZZ":case"ZZZ":t=qs(0);break;case"ZZZZZ":t=qs(3);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=qs(1);break;case"OOOO":case"ZZZZ":case"zzzz":t=qs(2);break;default:return null}return Pl[e]=t,t}function sy(e,t){e=e.replace(/:/g,"");let n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function Eb(e,t){return e=new Date(e.getTime()),e.setMinutes(e.getMinutes()+t),e}function Ib(e,t,n){let o=e.getTimezoneOffset(),i=sy(t,o);return Eb(e,-1*(i-o))}function _b(e){if(Zm(e))return e;if(typeof e=="number"&&!isNaN(e))return new Date(e);if(typeof e=="string"){if(e=e.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(e)){let[o,i=1,s=1]=e.split("-").map(a=>+a);return Qs(o,i-1,s)}let n=parseFloat(e);if(!isNaN(e-n))return new Date(n);let r;if(r=e.match(fb))return wb(r)}let t=new Date(e);if(!Zm(t))throw new x(2302,!1);return t}function wb(e){let t=new Date(0),n=0,r=0,o=e[8]?t.setUTCFullYear:t.setFullYear,i=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=Number(e[9]+e[10]),r=Number(e[9]+e[11])),o.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));let s=Number(e[4]||0)-n,a=Number(e[5]||0)-r,c=Number(e[6]||0),u=Math.floor(parseFloat("0."+(e[7]||0))*1e3);return i.call(t,s,a,c,u),t}function Zm(e){return e instanceof Date&&!isNaN(e.valueOf())}var jl=/\s+/,Ym=[],Cb=(()=>{class e{_ngEl;_renderer;initialClasses=Ym;rawClass;stateMap=new Map;constructor(n,r){this._ngEl=n,this._renderer=r}set klass(n){this.initialClasses=n!=null?n.trim().split(jl):Ym}set ngClass(n){this.rawClass=typeof n=="string"?n.trim().split(jl):n}ngDoCheck(){for(let r of this.initialClasses)this._updateState(r,!0);let n=this.rawClass;if(Array.isArray(n)||n instanceof Set)for(let r of n)this._updateState(r,!0);else if(n!=null)for(let r of Object.keys(n))this._updateState(r,!!n[r]);this._applyStateDiff()}_updateState(n,r){let o=this.stateMap.get(n);o!==void 0?(o.enabled!==r&&(o.changed=!0,o.enabled=r),o.touched=!0):this.stateMap.set(n,{enabled:r,changed:!0,touched:!0})}_applyStateDiff(){for(let n of this.stateMap){let r=n[0],o=n[1];o.changed?(this._toggleClass(r,o.enabled),o.changed=!1):o.touched||(o.enabled&&this._toggleClass(r,!1),this.stateMap.delete(r)),o.touched=!1}}_toggleClass(n,r){n=n.trim(),n.length>0&&n.split(jl).forEach(o=>{r?this._renderer.addClass(this._ngEl.nativeElement,o):this._renderer.removeClass(this._ngEl.nativeElement,o)})}static \u0275fac=function(r){return new(r||e)(xe(ut),xe(Io))};static \u0275dir=Cr({type:e,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"}})}return e})();var bb=(()=>{class e{_ngEl;_differs;_renderer;_ngStyle=null;_differ=null;constructor(n,r,o){this._ngEl=n,this._differs=r,this._renderer=o}set ngStyle(n){this._ngStyle=n,!this._differ&&n&&(this._differ=this._differs.find(n).create())}ngDoCheck(){if(this._differ){let n=this._differ.diff(this._ngStyle);n&&this._applyChanges(n)}}_setStyle(n,r){let[o,i]=n.split("."),s=o.indexOf("-")===-1?void 0:ct.DashCase;r!=null?this._renderer.setStyle(this._ngEl.nativeElement,o,i?`${r}${i}`:r,s):this._renderer.removeStyle(this._ngEl.nativeElement,o,s)}_applyChanges(n){n.forEachRemovedItem(r=>this._setStyle(r.key,null)),n.forEachAddedItem(r=>this._setStyle(r.key,r.currentValue)),n.forEachChangedItem(r=>this._setStyle(r.key,r.currentValue))}static \u0275fac=function(r){return new(r||e)(xe(ut),xe(Rl),xe(Io))};static \u0275dir=Cr({type:e,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}})}return e})(),Tb=(()=>{class e{_viewContainerRef;_viewRef=null;ngTemplateOutletContext=null;ngTemplateOutlet=null;ngTemplateOutletInjector=null;constructor(n){this._viewContainerRef=n}ngOnChanges(n){if(this._shouldRecreateView(n)){let r=this._viewContainerRef;if(this._viewRef&&r.remove(r.indexOf(this._viewRef)),!this.ngTemplateOutlet){this._viewRef=null;return}let o=this._createContextForwardProxy();this._viewRef=r.createEmbeddedView(this.ngTemplateOutlet,o,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(n){return!!n.ngTemplateOutlet||!!n.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(n,r,o)=>this.ngTemplateOutletContext?Reflect.set(this.ngTemplateOutletContext,r,o):!1,get:(n,r,o)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,r,o)}})}static \u0275fac=function(r){return new(r||e)(xe(Ln))};static \u0275dir=Cr({type:e,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},features:[Is]})}return e})();function Sb(e,t){return new x(2100,!1)}var Mb="mediumDate",ay=new P(""),cy=new P(""),Nb=(()=>{class e{locale;defaultTimezone;defaultOptions;constructor(n,r,o){this.locale=n,this.defaultTimezone=r,this.defaultOptions=o}transform(n,r,o,i){if(n==null||n===""||n!==n)return null;try{let s=r??this.defaultOptions?.dateFormat??Mb,a=o??this.defaultOptions?.timezone??this.defaultTimezone??void 0;return oy(n,s,i||this.locale,a)}catch(s){throw Sb(e,s.message)}}static \u0275fac=function(r){return new(r||e)(xe(wo,16),xe(ay,24),xe(cy,24))};static \u0275pipe=al({name:"date",type:e,pure:!0})}return e})();var uy=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=wr({type:e});static \u0275inj=mn({})}return e})();function Vl(e,t){t=encodeURIComponent(t);for(let n of e.split(";")){let r=n.indexOf("="),[o,i]=r==-1?[n,""]:[n.slice(0,r),n.slice(r+1)];if(o.trim()===t)return decodeURIComponent(i)}return null}var xo=class{};var Bl="browser";function ly(e){return e===Bl}var Js=new P(""),Gl=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(n,r){this._zone=r,n.forEach(o=>{o.manager=this}),this._plugins=n.slice().reverse()}addEventListener(n,r,o,i){return this._findPluginFor(r).addEventListener(n,r,o,i)}getZone(){return this._zone}_findPluginFor(n){let r=this._eventNameToPlugin.get(n);if(r)return r;if(r=this._plugins.find(i=>i.supports(n)),!r)throw new x(5101,!1);return this._eventNameToPlugin.set(n,r),r}static \u0275fac=function(r){return new(r||e)(V(Js),V(ie))};static \u0275prov=j({token:e,factory:e.\u0275fac})}return e})(),Ro=class{_doc;constructor(t){this._doc=t}manager},Hl="ng-app-id";function dy(e){for(let t of e)t.remove()}function fy(e,t){let n=t.createElement("style");return n.textContent=e,n}function xb(e,t,n,r){let o=e.head?.querySelectorAll(`style[${Hl}="${t}"],link[${Hl}="${t}"]`);if(o)for(let i of o)i.removeAttribute(Hl),i instanceof HTMLLinkElement?r.set(i.href.slice(i.href.lastIndexOf("/")+1),{usage:0,elements:[i]}):i.textContent&&n.set(i.textContent,{usage:0,elements:[i]})}function $l(e,t){let n=t.createElement("link");return n.setAttribute("rel","stylesheet"),n.setAttribute("href",e),n}var Wl=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(n,r,o,i={}){this.doc=n,this.appId=r,this.nonce=o,xb(n,r,this.inline,this.external),this.hosts.add(n.head)}addStyles(n,r){for(let o of n)this.addUsage(o,this.inline,fy);r?.forEach(o=>this.addUsage(o,this.external,$l))}removeStyles(n,r){for(let o of n)this.removeUsage(o,this.inline);r?.forEach(o=>this.removeUsage(o,this.external))}addUsage(n,r,o){let i=r.get(n);i?i.usage++:r.set(n,{usage:1,elements:[...this.hosts].map(s=>this.addElement(s,o(n,this.doc)))})}removeUsage(n,r){let o=r.get(n);o&&(o.usage--,o.usage<=0&&(dy(o.elements),r.delete(n)))}ngOnDestroy(){for(let[,{elements:n}]of[...this.inline,...this.external])dy(n);this.hosts.clear()}addHost(n){this.hosts.add(n);for(let[r,{elements:o}]of this.inline)o.push(this.addElement(n,fy(r,this.doc)));for(let[r,{elements:o}]of this.external)o.push(this.addElement(n,$l(r,this.doc)))}removeHost(n){this.hosts.delete(n)}addElement(n,r){return this.nonce&&r.setAttribute("nonce",this.nonce),n.appendChild(r)}static \u0275fac=function(r){return new(r||e)(V(pe),V(Ir),V(ws,8),V(Jt))};static \u0275prov=j({token:e,factory:e.\u0275fac})}return e})(),Ul={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},ql=/%COMP%/g;var hy="%COMP%",Rb=`_nghost-${hy}`,Ob=`_ngcontent-${hy}`,Fb=!0,kb=new P("",{providedIn:"root",factory:()=>Fb});function Lb(e){return Ob.replace(ql,e)}function Pb(e){return Rb.replace(ql,e)}function gy(e,t){return t.map(n=>n.replace(ql,e))}var Zl=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;platformId;ngZone;nonce;animationDisabled;maxAnimationTimeout;tracingService;rendererByCompId=new Map;defaultRenderer;platformIsServer;registry;constructor(n,r,o,i,s,a,c,u=null,f,m,p=null){this.eventManager=n,this.sharedStylesHost=r,this.appId=o,this.removeStylesOnCompDestroy=i,this.doc=s,this.platformId=a,this.ngZone=c,this.nonce=u,this.animationDisabled=f,this.maxAnimationTimeout=m,this.tracingService=p,this.platformIsServer=!1,this.defaultRenderer=new Oo(n,s,c,this.platformIsServer,this.tracingService,this.registry=Zi(),this.maxAnimationTimeout)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;let o=this.getOrCreateRenderer(n,r);return o instanceof Ks?o.applyToHost(n):o instanceof Fo&&o.applyStyles(),o}getOrCreateRenderer(n,r){let o=this.rendererByCompId,i=o.get(r.id);if(!i){let s=this.doc,a=this.ngZone,c=this.eventManager,u=this.sharedStylesHost,f=this.removeStylesOnCompDestroy,m=this.platformIsServer,p=this.tracingService;switch(r.encapsulation){case St.Emulated:i=new Ks(c,u,r,this.appId,f,s,a,m,p,this.registry,this.animationDisabled,this.maxAnimationTimeout);break;case St.ShadowDom:return new zl(c,u,n,r,s,a,this.nonce,m,p,this.registry,this.maxAnimationTimeout);default:i=new Fo(c,u,r,f,s,a,m,p,this.registry,this.animationDisabled,this.maxAnimationTimeout);break}o.set(r.id,i)}return i}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(n){this.rendererByCompId.delete(n)}static \u0275fac=function(r){return new(r||e)(V(Gl),V(Wl),V(Ir),V(kb),V(pe),V(Jt),V(ie),V(ws),V(gl),V(ml),V(Pn,8))};static \u0275prov=j({token:e,factory:e.\u0275fac})}return e})(),Oo=class{eventManager;doc;ngZone;platformIsServer;tracingService;registry;maxAnimationTimeout;data=Object.create(null);throwOnSyntheticProps=!0;constructor(t,n,r,o,i,s,a){this.eventManager=t,this.doc=n,this.ngZone=r,this.platformIsServer=o,this.tracingService=i,this.registry=s,this.maxAnimationTimeout=a}destroy(){}destroyNode=null;createElement(t,n){return n?this.doc.createElementNS(Ul[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(py(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(py(t)?t.content:t).insertBefore(n,r)}removeChild(t,n){let{elements:r}=this.registry;if(r){r.animate(n,()=>n.remove(),this.maxAnimationTimeout);return}n.remove()}selectRootElement(t,n){let r=typeof t=="string"?this.doc.querySelector(t):t;if(!r)throw new x(-5104,!1);return n||(r.textContent=""),r}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,r,o){if(o){n=o+":"+n;let i=Ul[o];i?t.setAttributeNS(i,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let o=Ul[r];o?t.removeAttributeNS(o,n):t.removeAttribute(`${r}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,r,o){o&(ct.DashCase|ct.Important)?t.style.setProperty(n,r,o&ct.Important?"important":""):t.style[n]=r}removeStyle(t,n,r){r&ct.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,r){t!=null&&(t[n]=r)}setValue(t,n){t.nodeValue=n}listen(t,n,r,o){if(typeof t=="string"&&(t=Ft().getGlobalEventTarget(this.doc,t),!t))throw new x(5102,!1);let i=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(i=this.tracingService.wrapEventListener(t,n,i)),this.eventManager.addEventListener(t,n,i,o)}decoratePreventDefault(t){return n=>{if(n==="__ngUnwrap__")return t;t(n)===!1&&n.preventDefault()}}};function py(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var zl=class extends Oo{sharedStylesHost;hostEl;shadowRoot;constructor(t,n,r,o,i,s,a,c,u,f,m){super(t,i,s,c,u,f,m),this.sharedStylesHost=n,this.hostEl=r,this.shadowRoot=r.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let p=o.styles;p=gy(o.id,p);for(let I of p){let T=document.createElement("style");a&&T.setAttribute("nonce",a),T.textContent=I,this.shadowRoot.appendChild(T)}let h=o.getExternalStyles?.();if(h)for(let I of h){let T=$l(I,i);a&&T.setAttribute("nonce",a),this.shadowRoot.appendChild(T)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,r){return super.insertBefore(this.nodeOrShadowRoot(t),n,r)}removeChild(t,n){return super.removeChild(null,n)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},Fo=class extends Oo{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;_animationDisabled;constructor(t,n,r,o,i,s,a,c,u,f,m,p){super(t,i,s,a,c,u,m),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=o,this._animationDisabled=f;let h=r.styles;this.styles=p?gy(p,h):h,this.styleUrls=r.getExternalStyles?.(p)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){if(this.removeStylesOnCompDestroy){if(!this._animationDisabled&&this.registry.elements){this.ngZone.runOutsideAngular(()=>{setTimeout(()=>{this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)},this.maxAnimationTimeout)});return}this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}},Ks=class extends Fo{contentAttr;hostAttr;constructor(t,n,r,o,i,s,a,c,u,f,m,p){let h=o+"-"+r.id;super(t,n,r,i,s,a,c,u,f,m,p,h),this.contentAttr=Lb(h),this.hostAttr=Pb(h)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){let r=super.createElement(t,n);return super.setAttribute(r,this.contentAttr,""),r}};var Xs=class e extends To{supportsDOMEvents=!0;static makeCurrent(){Ol(new e)}onAndCancel(t,n,r,o){return t.addEventListener(n,r,o),()=>{t.removeEventListener(n,r,o)}}dispatchEvent(t,n){t.dispatchEvent(n)}remove(t){t.remove()}createElement(t,n){return n=n||this.getDefaultDocument(),n.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,n){return n==="window"?window:n==="document"?t:n==="body"?t.body:null}getBaseHref(t){let n=jb();return n==null?null:Vb(n)}resetBaseElement(){ko=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return Vl(document.cookie,t)}},ko=null;function jb(){return ko=ko||document.head.querySelector("base"),ko?ko.getAttribute("href"):null}function Vb(e){return new URL(e,document.baseURI).pathname}var Bb=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac})}return e})(),yy=(()=>{class e extends Ro{constructor(n){super(n)}supports(n){return!0}addEventListener(n,r,o,i){return n.addEventListener(r,o,i),()=>this.removeEventListener(n,r,o,i)}removeEventListener(n,r,o,i){return n.removeEventListener(r,o,i)}static \u0275fac=function(r){return new(r||e)(V(pe))};static \u0275prov=j({token:e,factory:e.\u0275fac})}return e})(),my=["alt","control","meta","shift"],Hb={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},Ub={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},vy=(()=>{class e extends Ro{constructor(n){super(n)}supports(n){return e.parseEventName(n)!=null}addEventListener(n,r,o,i){let s=e.parseEventName(r),a=e.eventCallback(s.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>Ft().onAndCancel(n,s.domEventName,a,i))}static parseEventName(n){let r=n.toLowerCase().split("."),o=r.shift();if(r.length===0||!(o==="keydown"||o==="keyup"))return null;let i=e._normalizeKey(r.pop()),s="",a=r.indexOf("code");if(a>-1&&(r.splice(a,1),s="code."),my.forEach(u=>{let f=r.indexOf(u);f>-1&&(r.splice(f,1),s+=u+".")}),s+=i,r.length!=0||i.length===0)return null;let c={};return c.domEventName=o,c.fullKey=s,c}static matchEventFullKeyCode(n,r){let o=Hb[n.key]||n.key,i="";return r.indexOf("code.")>-1&&(o=n.code,i="code."),o==null||!o?!1:(o=o.toLowerCase(),o===" "?o="space":o==="."&&(o="dot"),my.forEach(s=>{if(s!==o){let a=Ub[s];a(n)&&(i+=s+".")}}),i+=o,i===r)}static eventCallback(n,r,o){return i=>{e.matchEventFullKeyCode(i,n)&&o.runGuarded(()=>r(i))}}static _normalizeKey(n){return n==="esc"?"escape":n}static \u0275fac=function(r){return new(r||e)(V(pe))};static \u0275prov=j({token:e,factory:e.\u0275fac})}return e})();function $b(e){return jm(zb(e))}function zb(e){return{appProviders:[...Yb,...e?.providers??[]],platformProviders:Zb}}function Gb(){Xs.makeCurrent()}function Wb(){return new Pe}function qb(){return Lu(document),document}var Zb=[{provide:Jt,useValue:Bl},{provide:_s,useValue:Gb,multi:!0},{provide:pe,useFactory:qb}];var Yb=[{provide:Zr,useValue:"root"},{provide:Pe,useFactory:Wb},{provide:Js,useClass:yy,multi:!0,deps:[pe]},{provide:Js,useClass:vy,multi:!0,deps:[pe]},Zl,Wl,Gl,{provide:Nt,useExisting:Zl},{provide:xo,useClass:Bb},[]];var Qb=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:function(r){let o=null;return r?o=new(r||e):o=V(Kb),o},providedIn:"root"})}return e})(),Kb=(()=>{class e extends Qb{_doc;constructor(n){super(),this._doc=n}sanitize(n,r){if(r==null)return null;switch(n){case lt.NONE:return r;case lt.HTML:return At(r,"HTML")?Je(r):Ts(this._doc,String(r)).toString();case lt.STYLE:return At(r,"Style")?Je(r):r;case lt.SCRIPT:if(At(r,"Script"))return Je(r);throw new x(5200,!1);case lt.URL:return At(r,"URL")?Je(r):yo(String(r));case lt.RESOURCE_URL:if(At(r,"ResourceURL"))return Je(r);throw new x(5201,!1);default:throw new x(5202,!1)}}bypassSecurityTrustHtml(n){return Vu(n)}bypassSecurityTrustStyle(n){return Bu(n)}bypassSecurityTrustScript(n){return Hu(n)}bypassSecurityTrustUrl(n){return Uu(n)}bypassSecurityTrustResourceUrl(n){return $u(n)}static \u0275fac=function(r){return new(r||e)(V(pe))};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var Yl="13.1.12";var Xb=Yl.split("-")[0].split(".").slice(0,3).map(e=>e.padStart(2,"0")).join("");var Dy="CooeeSDK",br=Yl,iV=parseInt(Xb,10);var Ey="https://cdn.jsdelivr.net/npm/swiper@11";var Kl=Td(_y());function ea(e){return Kl.default.createInstance({name:"lc",storeName:e,driver:Kl.default.LOCALSTORAGE})}var Tr=class{static storage;static async get(t,n){return await this.storage?.getItem(t)??n}static set(t,n){return this.storage?.setItem(t,n)}static remove(t){return this.storage?.removeItem(t)}static clear(){return this.storage?.clear()}static getForage(){return this.storage}};var Lo=class Lo extends Tr{};Uo(Lo,"storeName","usr"),Lo.storage=ea(Lo.storeName);var Jl=Lo;var ta=class{gaEnabled;gaMeasurementID;pixelPush;website;currencyCount;money;storefrontToken;skipItemAttribute;widgetCustomisation;currency;static get(){return window.CooeeSDK.config}update(t){return t??={},this.gaEnabled=t.gaEnabled,this.gaMeasurementID=t.gaMeasurementID,this.pixelPush=t.pixelPush,this.website=t.website??{},this.currencyCount=t.currencyCount??0,this.money=t.money,this.currency=t.currency,this.storefrontToken=t.storefrontToken,this.skipItemAttribute=t.skipItemAttribute,this.widgetCustomisation=t.widgetCustomisation,this}};var Po=class Po extends Tr{};Uo(Po,"storeName","ses"),Po.storage=ea(Po.storeName);var Xl=Po;var ed=`https://cdn.jsdelivr.net/npm/@letscooee/web-sdk@${br}/dist`,jo={apiURL:"https://api.sdk.letscooee.com",debug:!1,mode:"production",baseURL:ed,styleURL:`${ed}/widget.min.css`,widgetURL:`${ed}/widget.min.js`,swiperStyleURL:`${Ey}/swiper-bundle.min.css`};var He=Td(Cy());var en=class{static debuggerEl;static infoLogs=[];static log(...t){He.default.info(...t)}static verbose(...t){He.default.debug(...t)}static error(...t){He.default.error(...t)}static warn(...t){He.default.warn(...t)}static info(...t){He.default.info(...t),this.infoLogs.push({time:new Date,message:t.join(" ")}),this.addToDebugger()}static trace(...t){He.default.trace(...t)}static addToDebugger(){sessionStorage.cooeeDebug&&(this.debuggerEl=this.debuggerEl??document.querySelector("cooee-debugger"),this.debuggerEl&&this.debuggerEl&&(this.debuggerEl.logs=[...this.infoLogs]))}};function wV(e=Dy){He.default.useDefaults({formatter:function(t){t.unshift(`${e} (v${br}):`)}}),eT()&&(localStorage.cooeeLogLevel="TRACE"),localStorage.cooeeLogLevel?He.default.setLevel(He.default[localStorage.cooeeLogLevel]):He.default.setLevel(jo.debug?He.default.TRACE:He.default.OFF)}function eT(){let e=tT();return e==="1"||e==="on"}function tT(){return new URL(location.href).searchParams?.get("cooee-debug")}var by=5,nT=500,Sr=class extends Error{request;response;status;requestBody;responseText;constructor(t){super(t),this.name="FetchError",Object.setPrototypeOf(this,new.target.prototype)}is40x(){return!!this.response&&this.response.status>=400&&this.response.status<500}};async function TV(e,t){let n=Date.now(),r;try{r=await rT(e,t)}catch{}let o=r?new Request(r.url,{method:t?.method||"GET"}):new Request(e,t);if(!r||!r.ok){let u="Failed to fetch";r?.statusText&&(u+=`: ${r.statusText}`);let f=new Sr(u);throw f.request=o,f.response=r?.clone(),f.status=r?.status,f.requestBody=t?.body,f.responseText=await Ty(r),f}let i,s=(r.headers.get("content-type")||"").toLowerCase(),a=r.headers.get("content-length"),c=t?.method?.toUpperCase()||"GET";if(r.status===204||r.status===205||c==="HEAD"||a==="0")i=void 0;else if(s.includes("application/json")||s.includes("application/problem+json")||s.includes("text/javascript"))try{i=await r.clone().json()}catch(u){let f=new Sr(`Failed to parse JSON response: ${u?.message}`);throw f.request=o,f.response=r.clone(),f.status=r.status,f.requestBody=t?.body,f.responseText=await Ty(r),f}else s.includes("text/")||s.includes("image/svg+xml")?i=await r.text():i=await r.arrayBuffer();return{data:i,status:r.status,statusText:r.statusText,headers:r.headers,timeTakenMs:Date.now()-n,options:t,request:o}}async function rT(e,t){let n=null,r;for(let o=0;o<=by;o++){try{let i=new Headers(t?.headers);(e.includes("letscooee.com")||e.includes("localhost"))&&i.set("Cooee-Retry-Attempt",o.toString());let s=ae(re({},t),{headers:i});if(r=await fetch(e,s),r.ok||r.status>=400&&r.status<500)return r;n=new Error(`Server error: ${r.status} ${r.statusText}`)}catch(i){n=i instanceof Error?i:new Error(String(i))}if(o<by){let i=Math.pow(2,o)*nT;en.info(`Request to ${e} failed. Retrying in ${i}ms...`),await new Promise(s=>setTimeout(s,i))}}if(r&&!r.ok)return r;throw n||new Error("Request failed after retries")}async function Ty(e){if(e){try{return e=e.clone(),await e.json()}catch{}try{return await e.text()}catch{}}}var Sy={},My,ra,oT,Ay,Ny;async function iT(){if(!ra)return Ny??=sT(),Ny}async function sT(){let{BrowserClient:e,Scope:t,defaultStackParser:n,getDefaultIntegrations:r,makeFetchTransport:o}=await import("./esm-EYV26LOR.js");Ay=t;let i=r({}).filter(s=>!["BrowserApiErrors","Breadcrumbs","GlobalHandlers"].includes(s.name));ra=new e({dsn:"https://1bc3dda4c861f60cd6be1b67584f4bc6@o559187.ingest.us.sentry.io/4507626484203520",transport:o,stackParser:n,integrations:i,environment:jo.mode,release:`web-sdk@${br}`,debug:jo.debug,sampleRate:.5}),ra.init()}function xy(e,t,n){en.error(`${t}:`,e),iT().then(()=>{let r=uT(n);if(r.setTag("operation",t),e instanceof Sr){aT(r,e,t);return}r.captureException(e)})}function aT(e,t,n){if(cT(e,t),t.response){let r=t.response,o=t.responseText;e.setTag("error.message",t.message),r.status!=null&&e.setTag("http.status_code",r.status),r.statusText&&e.setTag("http.status_text",r.statusText),o&&typeof o=="object"&&"error"in o&&(e.setTag("http.error_code",o.error.code),e.setTag("http.error_message",o.error.message)),e.setExtras({responseText:t.responseText,statusText:r.statusText,responseType:r.type,redirected:r.redirected,responseUrl:r.url,originalError:t.message}),e.captureMessage(`${n} failed with ${r.status}`,"error");return}if(t.request){e.captureMessage(`No response was received for ${n}`,"error");return}}function cT(e,t){let n=t.request;if(!n)return;e.setExtras({body:t.requestBody,headers:n.headers,method:n.method,url:n.url});let r=n.headers?.get("Cooee-Retry-Attempt");r!==null&&e.setTag("retry.attempt",r)}function uT(e){e??={};let{extra:t,tags:n}=e,r=new Ay;if(r.setClient(ra),r.setUser(oT),e.triggerContext&&!e.engagementTrigger&&(e.engagementTrigger=e.triggerContext.triggerData),e.engagementTrigger){let o=e.engagementTrigger;r.setTags({"engagement.id":o.engagementID,"engagement.short_id":o.shortID,"engagement.objective":o.objective,"engagement.delivery_type":o.onsiteDeliveryType,"engagement.content_id":o.contentID,"engagement.variation":o.variation,"engagement.currency":o.currency})}return t&&r.setExtras(t),n&&r.setTags(n),My&&r.setTags(My),Object.keys(Sy).forEach(o=>{r.setContext(o,Sy[o])}),r.setTag("language",navigator.language),r.setTag("timezone",Ry()),lT(r),r}function lT(e){window.Shopify&&(e.setTag("shopify.shop",window.Shopify.shop),e.setTag("shopify.currency",window.Shopify.currency?.active),e.setTag("shopify.locale",window.Shopify.locale),e.setTag("theme.schema_name",window.Shopify.theme?.schema_name),e.setTag("theme.schema_version",window.Shopify.theme?.schema_version))}var oa=class{static format(t,n){let r=/{{\s*(\w+)\s*}}/;return n.replace(r,(o,i)=>{switch(i){case"amount":return this.formatWithDelimiters(t,2);case"amount_no_decimals":return this.formatWithDelimiters(t,0);case"amount_with_comma_separator":return this.formatWithDelimiters(t,2,".",",");case"amount_no_decimals_with_comma_separator":return this.formatWithDelimiters(t,0,".",",");case"amount_with_apostrophe_separator":return this.formatWithDelimiters(t,2,"'",".");case"amount_no_decimals_with_space_separator":return this.formatWithDelimiters(t,0," ");case"amount_with_space_separator":return this.formatWithDelimiters(t,2," ",",");case"amount_with_period_and_space_separator":return this.formatWithDelimiters(t,2," ",".");default:return o}})}static formatWithDelimiters(t,n=2,r=",",o="."){if(isNaN(t)||t==null)return"0";let s=(t/100).toFixed(n).split("."),a=s[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+r),c=s[1]?o+s[1]:"";return a+c}};function Oy(){return window.CooeeSDK.runtimeData}function QV(e,t,n){return{[e]:dT(t,n),[e+"_wo_currency"]:t}}function dT(e,t){if(e==0&&t)return"Free";let n=Oy(),r=ta.get(),o=n.shopCurrencyCode||r.currency,i=n.currencyCode;i||en.warn("Currency code is not set in RuntimeData");let s=r.money?.format??n.moneyFormat,a;if(s&&o===i)a=oa.format(e*100,s);else{let c;try{c=new Intl.NumberFormat(fT(),{style:"currency",currency:i||o,minimumFractionDigits:0,maximumFractionDigits:2})}catch(u){return xy(u,"format-currency",{extra:{currentCurrency:i,shopCurrency:o}}),""}a=c.format(e),a=a.replace("\u20B9","Rs. "),r.money?.showCurrency&&i!=="INR"&&(a=a.concat(` ${i}`))}return a}function fT(){let e="en";return typeof navigator<"u"&&(navigator.languages!==void 0&&navigator.languages.length>0?e=navigator.languages[0]:navigator.language&&(e=navigator.language)),e=e.split(";")[0],e=e.split("-")[0],e||"en"}var ia;function Ry(){if(ia)return ia;try{return ia=Intl.DateTimeFormat().resolvedOptions().timeZone,ia}catch{return""}}function KV(e){let t=document.createElement("span");t.id="snackbar",t.innerText=e,document.body.appendChild(t),t.className="show",setTimeout(()=>{t.classList.remove("show"),document.body.removeChild(t)},5e3)}function XV(e){return e.buttons===0||e.detail===0}function eB(e){let t=e.touches&&e.touches[0]||e.changedTouches&&e.changedTouches[0];return!!t&&t.identifier===-1&&(t.radiusX==null||t.radiusX===1)&&(t.radiusY==null||t.radiusY===1)}var td;function pT(){if(td==null){let e=typeof document<"u"?document.head:null;td=!!(e&&(e.createShadowRoot||e.attachShadow))}return td}function nB(e){if(pT()){let t=e.getRootNode?e.getRootNode():null;if(typeof ShadowRoot<"u"&&ShadowRoot&&t instanceof ShadowRoot)return t}return null}function rB(){let e=typeof document<"u"&&document?document.activeElement:null;for(;e&&e.shadowRoot;){let t=e.shadowRoot.activeElement;if(t===e)break;e=t}return e}function oB(e){return e.composedPath?e.composedPath()[0]:e.target}var nd;try{nd=typeof Intl<"u"&&Intl.v8BreakIterator}catch{nd=!1}var Fy=(()=>{class e{_platformId=M(Jt);isBrowser=this._platformId?ly(this._platformId):typeof document=="object"&&!!document;EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent);TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent);BLINK=this.isBrowser&&!!(window.chrome||nd)&&typeof CSS<"u"&&!this.EDGE&&!this.TRIDENT;WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT;IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window);FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent);ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT;SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT;constructor(){}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function dB(e,t=0){return hT(e)?Number(e):arguments.length===2?t:0}function hT(e){return!isNaN(parseFloat(e))&&!isNaN(Number(e))}function fB(e){return e instanceof ut?e.nativeElement:e}var sa=new WeakMap,mB=(()=>{class e{_appRef;_injector=M(Me);_environmentInjector=M(Oe);load(n){let r=this._appRef=this._appRef||this._injector.get(Ot),o=sa.get(r);o||(o={loaders:new Set,refs:[]},sa.set(r,o),r.onDestroy(()=>{sa.get(r)?.refs.forEach(i=>i.destroy()),sa.delete(r)})),o.loaders.has(n)||(o.loaders.add(n),o.refs.push(Vm(n,{environmentInjector:this._environmentInjector})))}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function vB(e){return Array.isArray(e)?e:[e]}var gT=new P("cdk-dir-doc",{providedIn:"root",factory:mT});function mT(){return M(pe)}var yT=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;function vT(e){let t=e?.toLowerCase()||"";return t==="auto"&&typeof navigator<"u"&&navigator?.language?yT.test(navigator.language)?"rtl":"ltr":t==="rtl"?"rtl":"ltr"}var _B=(()=>{class e{get value(){return this.valueSignal()}valueSignal=Sn("ltr");change=new at;constructor(){let n=M(gT,{optional:!0});if(n){let r=n.body?n.body.dir:null,o=n.documentElement?n.documentElement.dir:null;this.valueSignal.set(vT(r||o||"ltr"))}}ngOnDestroy(){this.change.complete()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var jn;function CB(){if(jn==null){if(typeof document!="object"||!document||typeof Element!="function"||!Element)return jn=!1,jn;if("scrollBehavior"in document.documentElement.style)jn=!0;else{let e=Element.prototype.scrollTo;e?jn=!/\{\s*\[native code\]\s*\}/.test(e.toString()):jn=!1}}return jn}var DT=20,$B=(()=>{class e{_platform=M(Fy);_listeners;_viewportSize;_change=new Re;_document=M(pe);constructor(){let n=M(ie),r=M(Nt).createRenderer(null,null);n.runOutsideAngular(()=>{if(this._platform.isBrowser){let o=i=>this._change.next(i);this._listeners=[r.listen("window","resize",o),r.listen("window","orientationchange",o)]}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){this._listeners?.forEach(n=>n()),this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();let n={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),n}getViewportRect(){let n=this.getViewportScrollPosition(),{width:r,height:o}=this.getViewportSize();return{top:n.top,left:n.left,bottom:n.top+o,right:n.left+r,height:o,width:r}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};let n=this._document,r=this._getWindow(),o=n.documentElement,i=o.getBoundingClientRect(),s=-i.top||n.body.scrollTop||r.scrollY||o.scrollTop||0,a=-i.left||n.body.scrollLeft||r.scrollX||o.scrollLeft||0;return{top:s,left:a}}change(n=DT){return n>0?this._change.pipe(La(n)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){let n=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:n.innerWidth,height:n.innerHeight}:{width:0,height:0}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var rd={},qB=(()=>{class e{_appId=M(Ir);getId(n){return this._appId!=="ng"&&(n+=this._appId),rd.hasOwnProperty(n)||(rd[n]=0),`${n}${rd[n]++}`}static \u0275fac=function(r){return new(r||e)};static \u0275prov=j({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();export{de as a,ee as b,Re as c,kr as d,Ra as e,Ud as f,nf as g,Vr as h,eD as i,tD as j,nD as k,rD as l,cf as m,iD as n,Pa as o,uf as p,lf as q,sD as r,j as s,mn as t,P as u,M as v,Oe as w,Vf as x,Bf as y,Kf as z,Jf as A,Me as B,pe as C,bt as D,Sn as E,tt as F,Is as G,sE as H,ut as I,hE as J,jE as K,VE as L,zE as M,GE as N,Mh as O,KI as P,JI as Q,On as R,Ls as S,Nt as T,Io as U,Ln as V,lo as W,vg as X,wr as Y,Cr as Z,al as _,cl as $,ew as aa,wg as ba,at as ca,ie as da,Ng as ea,Ot as fa,Fg as ga,kg as ha,vw as ia,Dw as ja,Ew as ka,Iw as la,_w as ma,ww as na,Lg as oa,vl as pa,Dl as qa,Pg as ra,Vs as sa,Bs as ta,El as ua,Il as va,Hs as wa,Vg as xa,Hg as ya,Tw as za,$g as Aa,Gg as Ba,Wg as Ca,xw as Da,Zg as Ea,Yg as Fa,Qg as Ga,Kg as Ha,Jg as Ia,Fw as Ja,kw as Ka,Lw as La,wl as Ma,Cl as Na,Yw as Oa,Kw as Pa,aC as Qa,dm as Ra,bl as Sa,fm as Ta,lC as Ua,pm as Va,gm as Wa,dC as Xa,fC as Ya,pC as Za,hC as _a,ym as $a,DC as ab,EC as bb,IC as cb,wC as db,CC as eb,bC as fb,MC as gb,AC as hb,Cm as ib,KP as jb,JP as kb,XP as lb,e1 as mb,Pm as nb,ab as ob,t1 as pb,Vm as qb,qm as rb,Cb as sb,bb as tb,Tb as ub,Nb as vb,uy as wb,$b as xb,Qb as yb,Ey as zb,jo as Ab,ta as Bb,Jl as Cb,TV as Db,xy as Eb,QV as Fb,dT as Gb,KV as Hb,en as Ib,wV as Jb,XV as Kb,eB as Lb,nB as Mb,rB as Nb,oB as Ob,Fy as Pb,dB as Qb,fB as Rb,mB as Sb,vB as Tb,_B as Ub,CB as Vb,$B as Wb,qB as Xb};
|