khiops-visualization 11.1.2 → 11.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "khiops-visualization",
3
- "version": "11.1.2",
3
+ "version": "11.2.0",
4
4
  "author": "Stephane Gouache <stephane.gouache@orange.com>"
5
5
  }
package/polyfills.js CHANGED
@@ -1 +1 @@
1
- (()=>{"use strict";var ft={9377:()=>{!function(e){const n=e.performance;function i(I){n&&n.mark&&n.mark(I)}function r(I,p){n&&n.measure&&n.measure(I,p)}i("Zone");const c=e.__Zone_symbol_prefix||"__zone_symbol__";function u(I){return c+I}const f=!0===e[u("forceDuplicateZoneCheck")];if(e.Zone){if(f||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}let _=(()=>{class I{constructor(t,o){this._parent=t,this._name=o?o.name||"unnamed":"<root>",this._properties=o&&o.properties||{},this._zoneDelegate=new T(this,this._parent&&this._parent._zoneDelegate,o)}static assertZonePatched(){if(e.Promise!==ee.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let t=I.current;for(;t.parent;)t=t.parent;return t}static get current(){return G.zone}static get currentTask(){return oe}static __load_patch(t,o,g=!1){if(ee.hasOwnProperty(t)){if(!g&&f)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const P="Zone:"+t;i(P),ee[t]=o(e,I,de),r(P,P)}}get parent(){return this._parent}get name(){return this._name}get(t){const o=this.getZoneWith(t);if(o)return o._properties[t]}getZoneWith(t){let o=this;for(;o;){if(o._properties.hasOwnProperty(t))return o;o=o._parent}return null}fork(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)}wrap(t,o){if("function"!=typeof t)throw new Error("Expecting function got: "+t);const g=this._zoneDelegate.intercept(this,t,o),P=this;return function(){return P.runGuarded(g,this,arguments,o)}}run(t,o,g,P){G={parent:G,zone:this};try{return this._zoneDelegate.invoke(this,t,o,g,P)}finally{G=G.parent}}runGuarded(t,o=null,g,P){G={parent:G,zone:this};try{try{return this._zoneDelegate.invoke(this,t,o,g,P)}catch(J){if(this._zoneDelegate.handleError(this,J))throw J}}finally{G=G.parent}}runTask(t,o,g){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");if(t.state===A&&(t.type===R||t.type===M))return;const P=t.state!=Y;P&&t._transitionTo(Y,S),t.runCount++;const J=oe;oe=t,G={parent:G,zone:this};try{t.type==M&&t.data&&!t.data.isPeriodic&&(t.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,t,o,g)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{t.state!==A&&t.state!==$&&(t.type==R||t.data&&t.data.isPeriodic?P&&t._transitionTo(S,Y):(t.runCount=0,this._updateTaskCount(t,-1),P&&t._transitionTo(A,Y,A))),G=G.parent,oe=J}}scheduleTask(t){if(t.zone&&t.zone!==this){let g=this;for(;g;){if(g===t.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${t.zone.name}`);g=g.parent}}t._transitionTo(W,A);const o=[];t._zoneDelegates=o,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(g){throw t._transitionTo($,W,A),this._zoneDelegate.handleError(this,g),g}return t._zoneDelegates===o&&this._updateTaskCount(t,1),t.state==W&&t._transitionTo(S,W),t}scheduleMicroTask(t,o,g,P){return this.scheduleTask(new m(v,t,o,g,P,void 0))}scheduleMacroTask(t,o,g,P,J){return this.scheduleTask(new m(M,t,o,g,P,J))}scheduleEventTask(t,o,g,P,J){return this.scheduleTask(new m(R,t,o,g,P,J))}cancelTask(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");t._transitionTo(j,S,Y);try{this._zoneDelegate.cancelTask(this,t)}catch(o){throw t._transitionTo($,j),this._zoneDelegate.handleError(this,o),o}return this._updateTaskCount(t,-1),t._transitionTo(A,j),t.runCount=0,t}_updateTaskCount(t,o){const g=t._zoneDelegates;-1==o&&(t._zoneDelegates=null);for(let P=0;P<g.length;P++)g[P]._updateTaskCount(t.type,o)}}return I.__symbol__=u,I})();const y={name:"",onHasTask:(I,p,t,o)=>I.hasTask(t,o),onScheduleTask:(I,p,t,o)=>I.scheduleTask(t,o),onInvokeTask:(I,p,t,o,g,P)=>I.invokeTask(t,o,g,P),onCancelTask:(I,p,t,o)=>I.cancelTask(t,o)};class T{constructor(p,t,o){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=p,this._parentDelegate=t,this._forkZS=o&&(o&&o.onFork?o:t._forkZS),this._forkDlgt=o&&(o.onFork?t:t._forkDlgt),this._forkCurrZone=o&&(o.onFork?this.zone:t._forkCurrZone),this._interceptZS=o&&(o.onIntercept?o:t._interceptZS),this._interceptDlgt=o&&(o.onIntercept?t:t._interceptDlgt),this._interceptCurrZone=o&&(o.onIntercept?this.zone:t._interceptCurrZone),this._invokeZS=o&&(o.onInvoke?o:t._invokeZS),this._invokeDlgt=o&&(o.onInvoke?t:t._invokeDlgt),this._invokeCurrZone=o&&(o.onInvoke?this.zone:t._invokeCurrZone),this._handleErrorZS=o&&(o.onHandleError?o:t._handleErrorZS),this._handleErrorDlgt=o&&(o.onHandleError?t:t._handleErrorDlgt),this._handleErrorCurrZone=o&&(o.onHandleError?this.zone:t._handleErrorCurrZone),this._scheduleTaskZS=o&&(o.onScheduleTask?o:t._scheduleTaskZS),this._scheduleTaskDlgt=o&&(o.onScheduleTask?t:t._scheduleTaskDlgt),this._scheduleTaskCurrZone=o&&(o.onScheduleTask?this.zone:t._scheduleTaskCurrZone),this._invokeTaskZS=o&&(o.onInvokeTask?o:t._invokeTaskZS),this._invokeTaskDlgt=o&&(o.onInvokeTask?t:t._invokeTaskDlgt),this._invokeTaskCurrZone=o&&(o.onInvokeTask?this.zone:t._invokeTaskCurrZone),this._cancelTaskZS=o&&(o.onCancelTask?o:t._cancelTaskZS),this._cancelTaskDlgt=o&&(o.onCancelTask?t:t._cancelTaskDlgt),this._cancelTaskCurrZone=o&&(o.onCancelTask?this.zone:t._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const g=o&&o.onHasTask;(g||t&&t._hasTaskZS)&&(this._hasTaskZS=g?o:y,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=p,o.onScheduleTask||(this._scheduleTaskZS=y,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),o.onInvokeTask||(this._invokeTaskZS=y,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),o.onCancelTask||(this._cancelTaskZS=y,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}fork(p,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,p,t):new _(p,t)}intercept(p,t,o){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,p,t,o):t}invoke(p,t,o,g,P){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,p,t,o,g,P):t.apply(o,g)}handleError(p,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,p,t)}scheduleTask(p,t){let o=t;if(this._scheduleTaskZS)this._hasTaskZS&&o._zoneDelegates.push(this._hasTaskDlgtOwner),o=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,p,t),o||(o=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=v)throw new Error("Task is missing scheduleFn.");d(t)}return o}invokeTask(p,t,o,g){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,p,t,o,g):t.callback.apply(o,g)}cancelTask(p,t){let o;if(this._cancelTaskZS)o=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,p,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");o=t.cancelFn(t)}return o}hasTask(p,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,p,t)}catch(o){this.handleError(p,o)}}_updateTaskCount(p,t){const o=this._taskCounts,g=o[p],P=o[p]=g+t;if(P<0)throw new Error("More tasks executed then were scheduled.");0!=g&&0!=P||this.hasTask(this.zone,{microTask:o.microTask>0,macroTask:o.macroTask>0,eventTask:o.eventTask>0,change:p})}}class m{constructor(p,t,o,g,P,J){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=p,this.source=t,this.data=g,this.scheduleFn=P,this.cancelFn=J,!o)throw new Error("callback is not defined");this.callback=o;const l=this;this.invoke=p===R&&g&&g.useG?m.invokeTask:function(){return m.invokeTask.call(e,l,this,arguments)}}static invokeTask(p,t,o){p||(p=this),ie++;try{return p.runCount++,p.zone.runTask(p,t,o)}finally{1==ie&&L(),ie--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(A,W)}_transitionTo(p,t,o){if(this._state!==t&&this._state!==o)throw new Error(`${this.type} '${this.source}': can not transition to '${p}', expecting state '${t}'${o?" or '"+o+"'":""}, was '${this._state}'.`);this._state=p,p==A&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const O=u("setTimeout"),D=u("Promise"),Z=u("then");let E,B=[],V=!1;function d(I){if(0===ie&&0===B.length)if(E||e[D]&&(E=e[D].resolve(0)),E){let p=E[Z];p||(p=E.then),p.call(E,L)}else e[O](L,0);I&&B.push(I)}function L(){if(!V){for(V=!0;B.length;){const I=B;B=[];for(let p=0;p<I.length;p++){const t=I[p];try{t.zone.runTask(t,null,null)}catch(o){de.onUnhandledError(o)}}}de.microtaskDrainDone(),V=!1}}const z={name:"NO ZONE"},A="notScheduled",W="scheduling",S="scheduled",Y="running",j="canceling",$="unknown",v="microTask",M="macroTask",R="eventTask",ee={},de={symbol:u,currentZoneFrame:()=>G,onUnhandledError:F,microtaskDrainDone:F,scheduleMicroTask:d,showUncaughtError:()=>!_[u("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:F,patchMethod:()=>F,bindArguments:()=>[],patchThen:()=>F,patchMacroTask:()=>F,patchEventPrototype:()=>F,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>F,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>F,wrapWithCurrentZone:()=>F,filterProperties:()=>[],attachOriginToPatched:()=>F,_redefineProperty:()=>F,patchCallbacks:()=>F};let G={parent:null,zone:new _(null,null)},oe=null,ie=0;function F(){}r("Zone","Zone"),e.Zone=_}(typeof window<"u"&&window||typeof self<"u"&&self||global);const X=Object.getOwnPropertyDescriptor,re=Object.defineProperty,Oe=Object.getPrototypeOf,ht=Object.create,dt=Array.prototype.slice,Se="addEventListener",Ze="removeEventListener",Ie=Zone.__symbol__(Se),Le=Zone.__symbol__(Ze),le="true",ue="false",ve=Zone.__symbol__("");function Me(e,n){return Zone.current.wrap(e,n)}function je(e,n,i,r,c){return Zone.current.scheduleMacroTask(e,n,i,r,c)}const x=Zone.__symbol__,Pe=typeof window<"u",me=Pe?window:void 0,K=Pe&&me||"object"==typeof self&&self||global,_t="removeAttribute",pt=[null];function Ae(e,n){for(let i=e.length-1;i>=0;i--)"function"==typeof e[i]&&(e[i]=Me(e[i],n+"_"+i));return e}function Ue(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const qe=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Re=!("nw"in K)&&typeof K.process<"u"&&"[object process]"==={}.toString.call(K.process),He=!Re&&!qe&&!(!Pe||!me.HTMLElement),We=typeof K.process<"u"&&"[object process]"==={}.toString.call(K.process)&&!qe&&!(!Pe||!me.HTMLElement),Ne={},Xe=function(e){if(!(e=e||K.event))return;let n=Ne[e.type];n||(n=Ne[e.type]=x("ON_PROPERTY"+e.type));const i=this||e.target||K,r=i[n];let c;return He&&i===me&&"error"===e.type?(c=r&&r.call(this,e.message,e.filename,e.lineno,e.colno,e.error),!0===c&&e.preventDefault()):(c=r&&r.apply(this,arguments),null!=c&&!c&&e.preventDefault()),c};function Ye(e,n,i){let r=X(e,n);if(!r&&i&&X(i,n)&&(r={enumerable:!0,configurable:!0}),!r||!r.configurable)return;const c=x("on"+n+"patched");if(e.hasOwnProperty(c)&&e[c])return;delete r.writable,delete r.value;const u=r.get,f=r.set,_=n.substr(2);let y=Ne[_];y||(y=Ne[_]=x("ON_PROPERTY"+_)),r.set=function(T){let m=this;!m&&e===K&&(m=K),m&&(m[y]&&m.removeEventListener(_,Xe),f&&f.apply(m,pt),"function"==typeof T?(m[y]=T,m.addEventListener(_,Xe,!1)):m[y]=null)},r.get=function(){let T=this;if(!T&&e===K&&(T=K),!T)return null;const m=T[y];if(m)return m;if(u){let O=u&&u.call(this);if(O)return r.set.call(this,O),"function"==typeof T[_t]&&T.removeAttribute(n),O}return null},re(e,n,r),e[c]=!0}function $e(e,n,i){if(n)for(let r=0;r<n.length;r++)Ye(e,"on"+n[r],i);else{const r=[];for(const c in e)"on"==c.substr(0,2)&&r.push(c);for(let c=0;c<r.length;c++)Ye(e,r[c],i)}}const se=x("originalInstance");function be(e){const n=K[e];if(!n)return;K[x(e)]=n,K[e]=function(){const c=Ae(arguments,e);switch(c.length){case 0:this[se]=new n;break;case 1:this[se]=new n(c[0]);break;case 2:this[se]=new n(c[0],c[1]);break;case 3:this[se]=new n(c[0],c[1],c[2]);break;case 4:this[se]=new n(c[0],c[1],c[2],c[3]);break;default:throw new Error("Arg list too long.")}},he(K[e],n);const i=new n(function(){});let r;for(r in i)"XMLHttpRequest"===e&&"responseBlob"===r||function(c){"function"==typeof i[c]?K[e].prototype[c]=function(){return this[se][c].apply(this[se],arguments)}:re(K[e].prototype,c,{set:function(u){"function"==typeof u?(this[se][c]=Me(u,e+"."+c),he(this[se][c],u)):this[se][c]=u},get:function(){return this[se][c]}})}(r);for(r in n)"prototype"!==r&&n.hasOwnProperty(r)&&(K[e][r]=n[r])}function fe(e,n,i){let r=e;for(;r&&!r.hasOwnProperty(n);)r=Oe(r);!r&&e[n]&&(r=e);const c=x(n);let u=null;if(r&&(!(u=r[c])||!r.hasOwnProperty(c))&&(u=r[c]=r[n],Ue(r&&X(r,n)))){const _=i(u,c,n);r[n]=function(){return _(this,arguments)},he(r[n],u)}return u}function Et(e,n,i){let r=null;function c(u){const f=u.data;return f.args[f.cbIdx]=function(){u.invoke.apply(this,arguments)},r.apply(f.target,f.args),u}r=fe(e,n,u=>function(f,_){const y=i(f,_);return y.cbIdx>=0&&"function"==typeof _[y.cbIdx]?je(y.name,_[y.cbIdx],y,c):u.apply(f,_)})}function he(e,n){e[x("OriginalDelegate")]=n}let Ke=!1,xe=!1;function gt(){if(Ke)return xe;Ke=!0;try{const e=me.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(xe=!0)}catch{}return xe}Zone.__load_patch("ZoneAwarePromise",(e,n,i)=>{const r=Object.getOwnPropertyDescriptor,c=Object.defineProperty,f=i.symbol,_=[],y=!0===e[f("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],T=f("Promise"),m=f("then"),O="__creationTrace__";i.onUnhandledError=l=>{if(i.showUncaughtError()){const s=l&&l.rejection;s?console.error("Unhandled Promise rejection:",s instanceof Error?s.message:s,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",s,s instanceof Error?s.stack:void 0):console.error(l)}},i.microtaskDrainDone=()=>{for(;_.length;){const l=_.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(s){Z(s)}}};const D=f("unhandledPromiseRejectionHandler");function Z(l){i.onUnhandledError(l);try{const s=n[D];"function"==typeof s&&s.call(this,l)}catch{}}function B(l){return l&&l.then}function V(l){return l}function E(l){return t.reject(l)}const d=f("state"),L=f("value"),z=f("finally"),A=f("parentPromiseValue"),W=f("parentPromiseState"),S="Promise.then",Y=null,j=!0,$=!1,v=0;function M(l,s){return a=>{try{G(l,s,a)}catch(h){G(l,!1,h)}}}const R=function(){let l=!1;return function(a){return function(){l||(l=!0,a.apply(null,arguments))}}},ee="Promise resolved with itself",de=f("currentTaskTrace");function G(l,s,a){const h=R();if(l===a)throw new TypeError(ee);if(l[d]===Y){let w=null;try{("object"==typeof a||"function"==typeof a)&&(w=a&&a.then)}catch(N){return h(()=>{G(l,!1,N)})(),l}if(s!==$&&a instanceof t&&a.hasOwnProperty(d)&&a.hasOwnProperty(L)&&a[d]!==Y)ie(a),G(l,a[d],a[L]);else if(s!==$&&"function"==typeof w)try{w.call(a,h(M(l,s)),h(M(l,!1)))}catch(N){h(()=>{G(l,!1,N)})()}else{l[d]=s;const N=l[L];if(l[L]=a,l[z]===z&&s===j&&(l[d]=l[W],l[L]=l[A]),s===$&&a instanceof Error){const k=n.currentTask&&n.currentTask.data&&n.currentTask.data[O];k&&c(a,de,{configurable:!0,enumerable:!1,writable:!0,value:k})}for(let k=0;k<N.length;)F(l,N[k++],N[k++],N[k++],N[k++]);if(0==N.length&&s==$){l[d]=v;let k=a;try{throw new Error("Uncaught (in promise): "+function u(l){return l&&l.toString===Object.prototype.toString?(l.constructor&&l.constructor.name||"")+": "+JSON.stringify(l):l?l.toString():Object.prototype.toString.call(l)}(a)+(a&&a.stack?"\n"+a.stack:""))}catch(b){k=b}y&&(k.throwOriginal=!0),k.rejection=a,k.promise=l,k.zone=n.current,k.task=n.currentTask,_.push(k),i.scheduleMicroTask()}}}return l}const oe=f("rejectionHandledHandler");function ie(l){if(l[d]===v){try{const s=n[oe];s&&"function"==typeof s&&s.call(this,{rejection:l[L],promise:l})}catch{}l[d]=$;for(let s=0;s<_.length;s++)l===_[s].promise&&_.splice(s,1)}}function F(l,s,a,h,w){ie(l);const N=l[d],k=N?"function"==typeof h?h:V:"function"==typeof w?w:E;s.scheduleMicroTask(S,()=>{try{const b=l[L],C=!!a&&z===a[z];C&&(a[A]=b,a[W]=N);const H=s.run(k,void 0,C&&k!==E&&k!==V?[]:[b]);G(a,!0,H)}catch(b){G(a,!1,b)}},a)}const p=function(){};class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(s){return G(new this(null),j,s)}static reject(s){return G(new this(null),$,s)}static race(s){let a,h,w=new this((b,C)=>{a=b,h=C});function N(b){a(b)}function k(b){h(b)}for(let b of s)B(b)||(b=this.resolve(b)),b.then(N,k);return w}static all(s){return t.allWithCallback(s)}static allSettled(s){return(this&&this.prototype instanceof t?this:t).allWithCallback(s,{thenCallback:h=>({status:"fulfilled",value:h}),errorCallback:h=>({status:"rejected",reason:h})})}static allWithCallback(s,a){let h,w,N=new this((H,U)=>{h=H,w=U}),k=2,b=0;const C=[];for(let H of s){B(H)||(H=this.resolve(H));const U=b;try{H.then(te=>{C[U]=a?a.thenCallback(te):te,k--,0===k&&h(C)},te=>{a?(C[U]=a.errorCallback(te),k--,0===k&&h(C)):w(te)})}catch(te){w(te)}k++,b++}return k-=2,0===k&&h(C),N}constructor(s){const a=this;if(!(a instanceof t))throw new Error("Must be an instanceof Promise.");a[d]=Y,a[L]=[];try{s&&s(M(a,j),M(a,$))}catch(h){G(a,!1,h)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return t}then(s,a){let h=this.constructor[Symbol.species];(!h||"function"!=typeof h)&&(h=this.constructor||t);const w=new h(p),N=n.current;return this[d]==Y?this[L].push(N,w,s,a):F(this,N,w,s,a),w}catch(s){return this.then(null,s)}finally(s){let a=this.constructor[Symbol.species];(!a||"function"!=typeof a)&&(a=t);const h=new a(p);h[z]=z;const w=n.current;return this[d]==Y?this[L].push(w,h,s,s):F(this,w,h,s,s),h}}t.resolve=t.resolve,t.reject=t.reject,t.race=t.race,t.all=t.all;const o=e[T]=e.Promise;e.Promise=t;const g=f("thenPatched");function P(l){const s=l.prototype,a=r(s,"then");if(a&&(!1===a.writable||!a.configurable))return;const h=s.then;s[m]=h,l.prototype.then=function(w,N){return new t((b,C)=>{h.call(this,b,C)}).then(w,N)},l[g]=!0}return i.patchThen=P,o&&(P(o),fe(e,"fetch",l=>function J(l){return function(s,a){let h=l.apply(s,a);if(h instanceof t)return h;let w=h.constructor;return w[g]||P(w),h}}(l))),Promise[n.__symbol__("uncaughtPromiseErrors")]=_,t}),Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,i=x("OriginalDelegate"),r=x("Promise"),c=x("Error"),u=function(){if("function"==typeof this){const T=this[i];if(T)return"function"==typeof T?n.call(T):Object.prototype.toString.call(T);if(this===Promise){const m=e[r];if(m)return n.call(m)}if(this===Error){const m=e[c];if(m)return n.call(m)}}return n.call(this)};u[i]=n,Function.prototype.toString=u;const f=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":f.call(this)}});let Ee=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){Ee=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{Ee=!1}const yt={useG:!0},ne={},Je={},Qe=new RegExp("^"+ve+"(\\w+)(true|false)$"),Ve=x("propagationStopped");function et(e,n){const i=(n?n(e):e)+ue,r=(n?n(e):e)+le,c=ve+i,u=ve+r;ne[e]={},ne[e][ue]=c,ne[e][le]=u}function kt(e,n,i){const r=i&&i.add||Se,c=i&&i.rm||Ze,u=i&&i.listeners||"eventListeners",f=i&&i.rmAll||"removeAllListeners",_=x(r),y="."+r+":",T="prependListener",m="."+T+":",O=function(E,d,L){if(E.isRemoved)return;const z=E.callback;"object"==typeof z&&z.handleEvent&&(E.callback=W=>z.handleEvent(W),E.originalDelegate=z),E.invoke(E,d,[L]);const A=E.options;A&&"object"==typeof A&&A.once&&d[c].call(d,L.type,E.originalDelegate?E.originalDelegate:E.callback,A)},D=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ne[E.type][ue]];if(L)if(1===L.length)O(L[0],d,E);else{const z=L.slice();for(let A=0;A<z.length&&(!E||!0!==E[Ve]);A++)O(z[A],d,E)}},Z=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ne[E.type][le]];if(L)if(1===L.length)O(L[0],d,E);else{const z=L.slice();for(let A=0;A<z.length&&(!E||!0!==E[Ve]);A++)O(z[A],d,E)}};function B(E,d){if(!E)return!1;let L=!0;d&&void 0!==d.useG&&(L=d.useG);const z=d&&d.vh;let A=!0;d&&void 0!==d.chkDup&&(A=d.chkDup);let W=!1;d&&void 0!==d.rt&&(W=d.rt);let S=E;for(;S&&!S.hasOwnProperty(r);)S=Oe(S);if(!S&&E[r]&&(S=E),!S||S[_])return!1;const Y=d&&d.eventNameToString,j={},$=S[_]=S[r],v=S[x(c)]=S[c],M=S[x(u)]=S[u],R=S[x(f)]=S[f];let ee;d&&d.prepend&&(ee=S[x(d.prepend)]=S[d.prepend]);const p=L?function(s){if(!j.isExisting)return $.call(j.target,j.eventName,j.capture?Z:D,j.options)}:function(s){return $.call(j.target,j.eventName,s.invoke,j.options)},t=L?function(s){if(!s.isRemoved){const a=ne[s.eventName];let h;a&&(h=a[s.capture?le:ue]);const w=h&&s.target[h];if(w)for(let N=0;N<w.length;N++)if(w[N]===s){w.splice(N,1),s.isRemoved=!0,0===w.length&&(s.allRemoved=!0,s.target[h]=null);break}}if(s.allRemoved)return v.call(s.target,s.eventName,s.capture?Z:D,s.options)}:function(s){return v.call(s.target,s.eventName,s.invoke,s.options)},g=d&&d.diff?d.diff:function(s,a){const h=typeof a;return"function"===h&&s.callback===a||"object"===h&&s.originalDelegate===a},P=Zone[x("UNPATCHED_EVENTS")],J=e[x("PASSIVE_EVENTS")],l=function(s,a,h,w,N=!1,k=!1){return function(){const b=this||e;let C=arguments[0];d&&d.transferEventName&&(C=d.transferEventName(C));let H=arguments[1];if(!H)return s.apply(this,arguments);if(Re&&"uncaughtException"===C)return s.apply(this,arguments);let U=!1;if("function"!=typeof H){if(!H.handleEvent)return s.apply(this,arguments);U=!0}if(z&&!z(s,H,b,arguments))return;const te=Ee&&!!J&&-1!==J.indexOf(C),ce=function de(s,a){return!Ee&&"object"==typeof s&&s?!!s.capture:Ee&&a?"boolean"==typeof s?{capture:s,passive:!0}:s?"object"==typeof s&&!1!==s.passive?Object.assign(Object.assign({},s),{passive:!0}):s:{passive:!0}:s}(arguments[2],te);if(P)for(let pe=0;pe<P.length;pe++)if(C===P[pe])return te?s.call(b,C,H,ce):s.apply(this,arguments);const ze=!!ce&&("boolean"==typeof ce||ce.capture),it=!(!ce||"object"!=typeof ce)&&ce.once,xt=Zone.current;let Be=ne[C];Be||(et(C,Y),Be=ne[C]);const ct=Be[ze?le:ue];let De,ke=b[ct],at=!1;if(ke){if(at=!0,A)for(let pe=0;pe<ke.length;pe++)if(g(ke[pe],H))return}else ke=b[ct]=[];const lt=b.constructor.name,ut=Je[lt];ut&&(De=ut[C]),De||(De=lt+a+(Y?Y(C):C)),j.options=ce,it&&(j.options.once=!1),j.target=b,j.capture=ze,j.eventName=C,j.isExisting=at;const we=L?yt:void 0;we&&(we.taskData=j);const _e=xt.scheduleEventTask(De,H,we,h,w);return j.target=null,we&&(we.taskData=null),it&&(ce.once=!0),!Ee&&"boolean"==typeof _e.options||(_e.options=ce),_e.target=b,_e.capture=ze,_e.eventName=C,U&&(_e.originalDelegate=H),k?ke.unshift(_e):ke.push(_e),N?b:void 0}};return S[r]=l($,y,p,t,W),ee&&(S[T]=l(ee,m,function(s){return ee.call(j.target,j.eventName,s.invoke,j.options)},t,W,!0)),S[c]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=arguments[2],w=!!h&&("boolean"==typeof h||h.capture),N=arguments[1];if(!N)return v.apply(this,arguments);if(z&&!z(v,N,s,arguments))return;const k=ne[a];let b;k&&(b=k[w?le:ue]);const C=b&&s[b];if(C)for(let H=0;H<C.length;H++){const U=C[H];if(g(U,N))return C.splice(H,1),U.isRemoved=!0,0===C.length&&(U.allRemoved=!0,s[b]=null,"string"==typeof a)&&(s[ve+"ON_PROPERTY"+a]=null),U.zone.cancelTask(U),W?s:void 0}return v.apply(this,arguments)},S[u]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=[],w=tt(s,Y?Y(a):a);for(let N=0;N<w.length;N++){const k=w[N];h.push(k.originalDelegate?k.originalDelegate:k.callback)}return h},S[f]=function(){const s=this||e;let a=arguments[0];if(a){d&&d.transferEventName&&(a=d.transferEventName(a));const h=ne[a];if(h){const k=s[h[ue]],b=s[h[le]];if(k){const C=k.slice();for(let H=0;H<C.length;H++){const U=C[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}if(b){const C=b.slice();for(let H=0;H<C.length;H++){const U=C[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}}}else{const h=Object.keys(s);for(let w=0;w<h.length;w++){const k=Qe.exec(h[w]);let b=k&&k[1];b&&"removeListener"!==b&&this[f].call(this,b)}this[f].call(this,"removeListener")}if(W)return this},he(S[r],$),he(S[c],v),R&&he(S[f],R),M&&he(S[u],M),!0}let V=[];for(let E=0;E<n.length;E++)V[E]=B(n[E],i);return V}function tt(e,n){if(!n){const u=[];for(let f in e){const _=Qe.exec(f);let y=_&&_[1];if(y&&(!n||y===n)){const T=e[f];if(T)for(let m=0;m<T.length;m++)u.push(T[m])}}return u}let i=ne[n];i||(et(n),i=ne[n]);const r=e[i[ue]],c=e[i[le]];return r?c?r.concat(c):r.slice():c?c.slice():[]}function vt(e,n){const i=e.Event;i&&i.prototype&&n.patchMethod(i.prototype,"stopImmediatePropagation",r=>function(c,u){c[Ve]=!0,r&&r.apply(c,u)})}function bt(e,n,i,r,c){const u=Zone.__symbol__(r);if(n[u])return;const f=n[u]=n[r];n[r]=function(_,y,T){return y&&y.prototype&&c.forEach(function(m){const O=`${i}.${r}::`+m,D=y.prototype;if(D.hasOwnProperty(m)){const Z=e.ObjectGetOwnPropertyDescriptor(D,m);Z&&Z.value?(Z.value=e.wrapWithCurrentZone(Z.value,O),e._redefineProperty(y.prototype,m,Z)):D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],O))}else D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],O))}),f.call(n,_,y,T)},e.attachOriginToPatched(n[r],f)}const Ge=["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplayconnected","vrdisplaydisconnected","vrdisplaypresentchange"],Nt=["encrypted","waitingforkey","msneedkey","mozinterruptbegin","mozinterruptend"],nt=["load"],rt=["blur","error","focus","load","resize","scroll","messageerror"],Zt=["bounce","finish","start"],ot=["loadstart","progress","abort","error","load","progress","timeout","loadend","readystatechange"],Te=["upgradeneeded","complete","abort","success","error","blocked","versionchange","close"],It=["close","error","open","message"],Lt=["error","message"],ge=["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"].concat(["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],["autocomplete","autocompleteerror"],["toggle"],["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],Ge,["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"]);function st(e,n,i){if(!i||0===i.length)return n;const r=i.filter(u=>u.target===e);if(!r||0===r.length)return n;const c=r[0].ignoreProperties;return n.filter(u=>-1===c.indexOf(u))}function q(e,n,i,r){e&&$e(e,st(e,n,i),r)}Zone.__load_patch("util",(e,n,i)=>{i.patchOnProperties=$e,i.patchMethod=fe,i.bindArguments=Ae,i.patchMacroTask=Et;const r=n.__symbol__("BLACK_LISTED_EVENTS"),c=n.__symbol__("UNPATCHED_EVENTS");e[c]&&(e[r]=e[c]),e[r]&&(n[r]=n[c]=e[r]),i.patchEventPrototype=vt,i.patchEventTarget=kt,i.isIEOrEdge=gt,i.ObjectDefineProperty=re,i.ObjectGetOwnPropertyDescriptor=X,i.ObjectCreate=ht,i.ArraySlice=dt,i.patchClass=be,i.wrapWithCurrentZone=Me,i.filterProperties=st,i.attachOriginToPatched=he,i._redefineProperty=Object.defineProperty,i.patchCallbacks=bt,i.getGlobalObjects=()=>({globalSources:Je,zoneSymbolEventNames:ne,eventNames:ge,isBrowser:He,isMix:We,isNode:Re,TRUE_STR:le,FALSE_STR:ue,ZONE_SYMBOL_PREFIX:ve,ADD_EVENT_LISTENER_STR:Se,REMOVE_EVENT_LISTENER_STR:Ze})});const Ce=x("zoneTask");function ye(e,n,i,r){let c=null,u=null;i+=r;const f={};function _(T){const m=T.data;return m.args[0]=function(){return T.invoke.apply(this,arguments)},m.handleId=c.apply(e,m.args),T}function y(T){return u.call(e,T.data.handleId)}c=fe(e,n+=r,T=>function(m,O){if("function"==typeof O[0]){const D={isPeriodic:"Interval"===r,delay:"Timeout"===r||"Interval"===r?O[1]||0:void 0,args:O},Z=O[0];O[0]=function(){try{return Z.apply(this,arguments)}finally{D.isPeriodic||("number"==typeof D.handleId?delete f[D.handleId]:D.handleId&&(D.handleId[Ce]=null))}};const B=je(n,O[0],D,_,y);if(!B)return B;const V=B.data.handleId;return"number"==typeof V?f[V]=B:V&&(V[Ce]=B),V&&V.ref&&V.unref&&"function"==typeof V.ref&&"function"==typeof V.unref&&(B.ref=V.ref.bind(V),B.unref=V.unref.bind(V)),"number"==typeof V||V?V:B}return T.apply(e,O)}),u=fe(e,i,T=>function(m,O){const D=O[0];let Z;"number"==typeof D?Z=f[D]:(Z=D&&D[Ce],Z||(Z=D)),Z&&"string"==typeof Z.type?"notScheduled"!==Z.state&&(Z.cancelFn&&Z.data.isPeriodic||0===Z.runCount)&&("number"==typeof D?delete f[D]:D&&(D[Ce]=null),Z.zone.cancelTask(Z)):T.apply(e,O)})}Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,i)=>{i.patchMethod(e,"queueMicrotask",r=>function(c,u){n.current.scheduleMicroTask("queueMicrotask",u[0])})}),Zone.__load_patch("timers",e=>{const n="set",i="clear";ye(e,n,i,"Timeout"),ye(e,n,i,"Interval"),ye(e,n,i,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{ye(e,"request","cancel","AnimationFrame"),ye(e,"mozRequest","mozCancel","AnimationFrame"),ye(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const i=["alert","prompt","confirm"];for(let r=0;r<i.length;r++)fe(e,i[r],(u,f,_)=>function(y,T){return n.current.run(u,e,T,_)})}),Zone.__load_patch("EventTarget",(e,n,i)=>{(function Ht(e,n){n.patchEventPrototype(e,n)})(e,i),function At(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:r,TRUE_STR:c,FALSE_STR:u,ZONE_SYMBOL_PREFIX:f}=n.getGlobalObjects();for(let y=0;y<i.length;y++){const T=i[y],D=f+(T+u),Z=f+(T+c);r[T]={},r[T][u]=D,r[T][c]=Z}const _=e.EventTarget;_&&_.prototype&&n.patchEventTarget(e,[_&&_.prototype])}(e,i);const r=e.XMLHttpRequestEventTarget;r&&r.prototype&&i.patchEventTarget(e,[r.prototype])}),Zone.__load_patch("MutationObserver",(e,n,i)=>{be("MutationObserver"),be("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,i)=>{be("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,i)=>{be("FileReader")}),Zone.__load_patch("on_property",(e,n,i)=>{!function Mt(e,n){if(Re&&!We||Zone[e.symbol("patchEvents")])return;const i=typeof WebSocket<"u",r=n.__Zone_ignore_on_properties;if(He){const f=window,_=function Tt(){try{const e=me.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:f,ignoreProperties:["error"]}]:[];q(f,ge.concat(["messageerror"]),r&&r.concat(_),Oe(f)),q(Document.prototype,ge,r),typeof f.SVGElement<"u"&&q(f.SVGElement.prototype,ge,r),q(Element.prototype,ge,r),q(HTMLElement.prototype,ge,r),q(HTMLMediaElement.prototype,Nt,r),q(HTMLFrameSetElement.prototype,Ge.concat(rt),r),q(HTMLBodyElement.prototype,Ge.concat(rt),r),q(HTMLFrameElement.prototype,nt,r),q(HTMLIFrameElement.prototype,nt,r);const y=f.HTMLMarqueeElement;y&&q(y.prototype,Zt,r);const T=f.Worker;T&&q(T.prototype,Lt,r)}const c=n.XMLHttpRequest;c&&q(c.prototype,ot,r);const u=n.XMLHttpRequestEventTarget;u&&q(u&&u.prototype,ot,r),typeof IDBIndex<"u"&&(q(IDBIndex.prototype,Te,r),q(IDBRequest.prototype,Te,r),q(IDBOpenDBRequest.prototype,Te,r),q(IDBDatabase.prototype,Te,r),q(IDBTransaction.prototype,Te,r),q(IDBCursor.prototype,Te,r)),i&&q(WebSocket.prototype,It,r)}(i,e)}),Zone.__load_patch("customElements",(e,n,i)=>{!function jt(e,n){const{isBrowser:i,isMix:r}=n.getGlobalObjects();(i||r)&&e.customElements&&"customElements"in e&&n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,i)}),Zone.__load_patch("XHR",(e,n)=>{!function y(T){const m=T.XMLHttpRequest;if(!m)return;const O=m.prototype;let Z=O[Ie],B=O[Le];if(!Z){const v=T.XMLHttpRequestEventTarget;if(v){const M=v.prototype;Z=M[Ie],B=M[Le]}}const V="readystatechange",E="scheduled";function d(v){const M=v.data,R=M.target;R[u]=!1,R[_]=!1;const ee=R[c];Z||(Z=R[Ie],B=R[Le]),ee&&B.call(R,V,ee);const de=R[c]=()=>{if(R.readyState===R.DONE)if(!M.aborted&&R[u]&&v.state===E){const oe=R[n.__symbol__("loadfalse")];if(0!==R.status&&oe&&oe.length>0){const ie=v.invoke;v.invoke=function(){const F=R[n.__symbol__("loadfalse")];for(let I=0;I<F.length;I++)F[I]===v&&F.splice(I,1);!M.aborted&&v.state===E&&ie.call(v)},oe.push(v)}else v.invoke()}else!M.aborted&&!1===R[u]&&(R[_]=!0)};return Z.call(R,V,de),R[i]||(R[i]=v),j.apply(R,M.args),R[u]=!0,v}function L(){}function z(v){const M=v.data;return M.aborted=!0,$.apply(M.target,M.args)}const A=fe(O,"open",()=>function(v,M){return v[r]=0==M[2],v[f]=M[1],A.apply(v,M)}),S=x("fetchTaskAborting"),Y=x("fetchTaskScheduling"),j=fe(O,"send",()=>function(v,M){if(!0===n.current[Y]||v[r])return j.apply(v,M);{const R={target:v,url:v[f],isPeriodic:!1,args:M,aborted:!1},ee=je("XMLHttpRequest.send",L,R,d,z);v&&!0===v[_]&&!R.aborted&&ee.state===E&&ee.invoke()}}),$=fe(O,"abort",()=>function(v,M){const R=function D(v){return v[i]}(v);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[S])return $.apply(v,M)})}(e);const i=x("xhrTask"),r=x("xhrSync"),c=x("xhrListener"),u=x("xhrScheduled"),f=x("xhrURL"),_=x("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function mt(e,n){const i=e.constructor.name;for(let r=0;r<n.length;r++){const c=n[r],u=e[c];if(u){if(!Ue(X(e,c)))continue;e[c]=(_=>{const y=function(){return _.apply(this,Ae(arguments,i+"."+c))};return he(y,_),y})(u)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function i(r){return function(c){tt(e,r).forEach(f=>{const _=e.PromiseRejectionEvent;if(_){const y=new _(r,{promise:c.promise,reason:c.rejection});f.invoke(y)}})}}e.PromiseRejectionEvent&&(n[x("unhandledPromiseRejectionHandler")]=i("unhandledrejection"),n[x("rejectionHandledHandler")]=i("rejectionhandled"))})}},Fe={};function ae(Q){var X=Fe[Q];if(void 0!==X)return X.exports;var re=Fe[Q]={exports:{}};return ft[Q](re,re.exports,ae),re.exports}ae.n=Q=>{var X=Q&&Q.__esModule?()=>Q.default:()=>Q;return ae.d(X,{a:X}),X},ae.d=(Q,X)=>{for(var re in X)ae.o(X,re)&&!ae.o(Q,re)&&Object.defineProperty(Q,re,{enumerable:!0,get:X[re]})},ae.o=(Q,X)=>Object.prototype.hasOwnProperty.call(Q,X),ae(9377)})();
1
+ (()=>{"use strict";var ft={9430:()=>{!function(e){const n=e.performance;function i(I){n&&n.mark&&n.mark(I)}function r(I,p){n&&n.measure&&n.measure(I,p)}i("Zone");const c=e.__Zone_symbol_prefix||"__zone_symbol__";function u(I){return c+I}const f=!0===e[u("forceDuplicateZoneCheck")];if(e.Zone){if(f||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}let _=(()=>{class I{constructor(t,o){this._parent=t,this._name=o?o.name||"unnamed":"<root>",this._properties=o&&o.properties||{},this._zoneDelegate=new T(this,this._parent&&this._parent._zoneDelegate,o)}static assertZonePatched(){if(e.Promise!==ee.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let t=I.current;for(;t.parent;)t=t.parent;return t}static get current(){return G.zone}static get currentTask(){return oe}static __load_patch(t,o,g=!1){if(ee.hasOwnProperty(t)){if(!g&&f)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const P="Zone:"+t;i(P),ee[t]=o(e,I,de),r(P,P)}}get parent(){return this._parent}get name(){return this._name}get(t){const o=this.getZoneWith(t);if(o)return o._properties[t]}getZoneWith(t){let o=this;for(;o;){if(o._properties.hasOwnProperty(t))return o;o=o._parent}return null}fork(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)}wrap(t,o){if("function"!=typeof t)throw new Error("Expecting function got: "+t);const g=this._zoneDelegate.intercept(this,t,o),P=this;return function(){return P.runGuarded(g,this,arguments,o)}}run(t,o,g,P){G={parent:G,zone:this};try{return this._zoneDelegate.invoke(this,t,o,g,P)}finally{G=G.parent}}runGuarded(t,o=null,g,P){G={parent:G,zone:this};try{try{return this._zoneDelegate.invoke(this,t,o,g,P)}catch(J){if(this._zoneDelegate.handleError(this,J))throw J}}finally{G=G.parent}}runTask(t,o,g){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");if(t.state===A&&(t.type===R||t.type===M))return;const P=t.state!=Y;P&&t._transitionTo(Y,S),t.runCount++;const J=oe;oe=t,G={parent:G,zone:this};try{t.type==M&&t.data&&!t.data.isPeriodic&&(t.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,t,o,g)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{t.state!==A&&t.state!==$&&(t.type==R||t.data&&t.data.isPeriodic?P&&t._transitionTo(S,Y):(t.runCount=0,this._updateTaskCount(t,-1),P&&t._transitionTo(A,Y,A))),G=G.parent,oe=J}}scheduleTask(t){if(t.zone&&t.zone!==this){let g=this;for(;g;){if(g===t.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${t.zone.name}`);g=g.parent}}t._transitionTo(W,A);const o=[];t._zoneDelegates=o,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(g){throw t._transitionTo($,W,A),this._zoneDelegate.handleError(this,g),g}return t._zoneDelegates===o&&this._updateTaskCount(t,1),t.state==W&&t._transitionTo(S,W),t}scheduleMicroTask(t,o,g,P){return this.scheduleTask(new m(v,t,o,g,P,void 0))}scheduleMacroTask(t,o,g,P,J){return this.scheduleTask(new m(M,t,o,g,P,J))}scheduleEventTask(t,o,g,P,J){return this.scheduleTask(new m(R,t,o,g,P,J))}cancelTask(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");t._transitionTo(j,S,Y);try{this._zoneDelegate.cancelTask(this,t)}catch(o){throw t._transitionTo($,j),this._zoneDelegate.handleError(this,o),o}return this._updateTaskCount(t,-1),t._transitionTo(A,j),t.runCount=0,t}_updateTaskCount(t,o){const g=t._zoneDelegates;-1==o&&(t._zoneDelegates=null);for(let P=0;P<g.length;P++)g[P]._updateTaskCount(t.type,o)}}return I.__symbol__=u,I})();const y={name:"",onHasTask:(I,p,t,o)=>I.hasTask(t,o),onScheduleTask:(I,p,t,o)=>I.scheduleTask(t,o),onInvokeTask:(I,p,t,o,g,P)=>I.invokeTask(t,o,g,P),onCancelTask:(I,p,t,o)=>I.cancelTask(t,o)};class T{constructor(p,t,o){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=p,this._parentDelegate=t,this._forkZS=o&&(o&&o.onFork?o:t._forkZS),this._forkDlgt=o&&(o.onFork?t:t._forkDlgt),this._forkCurrZone=o&&(o.onFork?this.zone:t._forkCurrZone),this._interceptZS=o&&(o.onIntercept?o:t._interceptZS),this._interceptDlgt=o&&(o.onIntercept?t:t._interceptDlgt),this._interceptCurrZone=o&&(o.onIntercept?this.zone:t._interceptCurrZone),this._invokeZS=o&&(o.onInvoke?o:t._invokeZS),this._invokeDlgt=o&&(o.onInvoke?t:t._invokeDlgt),this._invokeCurrZone=o&&(o.onInvoke?this.zone:t._invokeCurrZone),this._handleErrorZS=o&&(o.onHandleError?o:t._handleErrorZS),this._handleErrorDlgt=o&&(o.onHandleError?t:t._handleErrorDlgt),this._handleErrorCurrZone=o&&(o.onHandleError?this.zone:t._handleErrorCurrZone),this._scheduleTaskZS=o&&(o.onScheduleTask?o:t._scheduleTaskZS),this._scheduleTaskDlgt=o&&(o.onScheduleTask?t:t._scheduleTaskDlgt),this._scheduleTaskCurrZone=o&&(o.onScheduleTask?this.zone:t._scheduleTaskCurrZone),this._invokeTaskZS=o&&(o.onInvokeTask?o:t._invokeTaskZS),this._invokeTaskDlgt=o&&(o.onInvokeTask?t:t._invokeTaskDlgt),this._invokeTaskCurrZone=o&&(o.onInvokeTask?this.zone:t._invokeTaskCurrZone),this._cancelTaskZS=o&&(o.onCancelTask?o:t._cancelTaskZS),this._cancelTaskDlgt=o&&(o.onCancelTask?t:t._cancelTaskDlgt),this._cancelTaskCurrZone=o&&(o.onCancelTask?this.zone:t._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const g=o&&o.onHasTask;(g||t&&t._hasTaskZS)&&(this._hasTaskZS=g?o:y,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=p,o.onScheduleTask||(this._scheduleTaskZS=y,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),o.onInvokeTask||(this._invokeTaskZS=y,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),o.onCancelTask||(this._cancelTaskZS=y,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}fork(p,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,p,t):new _(p,t)}intercept(p,t,o){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,p,t,o):t}invoke(p,t,o,g,P){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,p,t,o,g,P):t.apply(o,g)}handleError(p,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,p,t)}scheduleTask(p,t){let o=t;if(this._scheduleTaskZS)this._hasTaskZS&&o._zoneDelegates.push(this._hasTaskDlgtOwner),o=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,p,t),o||(o=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=v)throw new Error("Task is missing scheduleFn.");d(t)}return o}invokeTask(p,t,o,g){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,p,t,o,g):t.callback.apply(o,g)}cancelTask(p,t){let o;if(this._cancelTaskZS)o=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,p,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");o=t.cancelFn(t)}return o}hasTask(p,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,p,t)}catch(o){this.handleError(p,o)}}_updateTaskCount(p,t){const o=this._taskCounts,g=o[p],P=o[p]=g+t;if(P<0)throw new Error("More tasks executed then were scheduled.");0!=g&&0!=P||this.hasTask(this.zone,{microTask:o.microTask>0,macroTask:o.macroTask>0,eventTask:o.eventTask>0,change:p})}}class m{constructor(p,t,o,g,P,J){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=p,this.source=t,this.data=g,this.scheduleFn=P,this.cancelFn=J,!o)throw new Error("callback is not defined");this.callback=o;const l=this;this.invoke=p===R&&g&&g.useG?m.invokeTask:function(){return m.invokeTask.call(e,l,this,arguments)}}static invokeTask(p,t,o){p||(p=this),ie++;try{return p.runCount++,p.zone.runTask(p,t,o)}finally{1==ie&&L(),ie--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(A,W)}_transitionTo(p,t,o){if(this._state!==t&&this._state!==o)throw new Error(`${this.type} '${this.source}': can not transition to '${p}', expecting state '${t}'${o?" or '"+o+"'":""}, was '${this._state}'.`);this._state=p,p==A&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const O=u("setTimeout"),D=u("Promise"),Z=u("then");let E,B=[],V=!1;function d(I){if(0===ie&&0===B.length)if(E||e[D]&&(E=e[D].resolve(0)),E){let p=E[Z];p||(p=E.then),p.call(E,L)}else e[O](L,0);I&&B.push(I)}function L(){if(!V){for(V=!0;B.length;){const I=B;B=[];for(let p=0;p<I.length;p++){const t=I[p];try{t.zone.runTask(t,null,null)}catch(o){de.onUnhandledError(o)}}}de.microtaskDrainDone(),V=!1}}const z={name:"NO ZONE"},A="notScheduled",W="scheduling",S="scheduled",Y="running",j="canceling",$="unknown",v="microTask",M="macroTask",R="eventTask",ee={},de={symbol:u,currentZoneFrame:()=>G,onUnhandledError:F,microtaskDrainDone:F,scheduleMicroTask:d,showUncaughtError:()=>!_[u("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:F,patchMethod:()=>F,bindArguments:()=>[],patchThen:()=>F,patchMacroTask:()=>F,patchEventPrototype:()=>F,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>F,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>F,wrapWithCurrentZone:()=>F,filterProperties:()=>[],attachOriginToPatched:()=>F,_redefineProperty:()=>F,patchCallbacks:()=>F};let G={parent:null,zone:new _(null,null)},oe=null,ie=0;function F(){}r("Zone","Zone"),e.Zone=_}(typeof window<"u"&&window||typeof self<"u"&&self||global);const X=Object.getOwnPropertyDescriptor,re=Object.defineProperty,Oe=Object.getPrototypeOf,ht=Object.create,dt=Array.prototype.slice,Se="addEventListener",Ze="removeEventListener",Ie=Zone.__symbol__(Se),Le=Zone.__symbol__(Ze),le="true",ue="false",ve=Zone.__symbol__("");function Me(e,n){return Zone.current.wrap(e,n)}function je(e,n,i,r,c){return Zone.current.scheduleMacroTask(e,n,i,r,c)}const x=Zone.__symbol__,Pe=typeof window<"u",me=Pe?window:void 0,K=Pe&&me||"object"==typeof self&&self||global,_t="removeAttribute",pt=[null];function Ae(e,n){for(let i=e.length-1;i>=0;i--)"function"==typeof e[i]&&(e[i]=Me(e[i],n+"_"+i));return e}function Ue(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const qe=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Re=!("nw"in K)&&typeof K.process<"u"&&"[object process]"==={}.toString.call(K.process),He=!Re&&!qe&&!(!Pe||!me.HTMLElement),We=typeof K.process<"u"&&"[object process]"==={}.toString.call(K.process)&&!qe&&!(!Pe||!me.HTMLElement),Ne={},Xe=function(e){if(!(e=e||K.event))return;let n=Ne[e.type];n||(n=Ne[e.type]=x("ON_PROPERTY"+e.type));const i=this||e.target||K,r=i[n];let c;return He&&i===me&&"error"===e.type?(c=r&&r.call(this,e.message,e.filename,e.lineno,e.colno,e.error),!0===c&&e.preventDefault()):(c=r&&r.apply(this,arguments),null!=c&&!c&&e.preventDefault()),c};function Ye(e,n,i){let r=X(e,n);if(!r&&i&&X(i,n)&&(r={enumerable:!0,configurable:!0}),!r||!r.configurable)return;const c=x("on"+n+"patched");if(e.hasOwnProperty(c)&&e[c])return;delete r.writable,delete r.value;const u=r.get,f=r.set,_=n.substr(2);let y=Ne[_];y||(y=Ne[_]=x("ON_PROPERTY"+_)),r.set=function(T){let m=this;!m&&e===K&&(m=K),m&&(m[y]&&m.removeEventListener(_,Xe),f&&f.apply(m,pt),"function"==typeof T?(m[y]=T,m.addEventListener(_,Xe,!1)):m[y]=null)},r.get=function(){let T=this;if(!T&&e===K&&(T=K),!T)return null;const m=T[y];if(m)return m;if(u){let O=u&&u.call(this);if(O)return r.set.call(this,O),"function"==typeof T[_t]&&T.removeAttribute(n),O}return null},re(e,n,r),e[c]=!0}function $e(e,n,i){if(n)for(let r=0;r<n.length;r++)Ye(e,"on"+n[r],i);else{const r=[];for(const c in e)"on"==c.substr(0,2)&&r.push(c);for(let c=0;c<r.length;c++)Ye(e,r[c],i)}}const se=x("originalInstance");function be(e){const n=K[e];if(!n)return;K[x(e)]=n,K[e]=function(){const c=Ae(arguments,e);switch(c.length){case 0:this[se]=new n;break;case 1:this[se]=new n(c[0]);break;case 2:this[se]=new n(c[0],c[1]);break;case 3:this[se]=new n(c[0],c[1],c[2]);break;case 4:this[se]=new n(c[0],c[1],c[2],c[3]);break;default:throw new Error("Arg list too long.")}},he(K[e],n);const i=new n(function(){});let r;for(r in i)"XMLHttpRequest"===e&&"responseBlob"===r||function(c){"function"==typeof i[c]?K[e].prototype[c]=function(){return this[se][c].apply(this[se],arguments)}:re(K[e].prototype,c,{set:function(u){"function"==typeof u?(this[se][c]=Me(u,e+"."+c),he(this[se][c],u)):this[se][c]=u},get:function(){return this[se][c]}})}(r);for(r in n)"prototype"!==r&&n.hasOwnProperty(r)&&(K[e][r]=n[r])}function fe(e,n,i){let r=e;for(;r&&!r.hasOwnProperty(n);)r=Oe(r);!r&&e[n]&&(r=e);const c=x(n);let u=null;if(r&&(!(u=r[c])||!r.hasOwnProperty(c))&&(u=r[c]=r[n],Ue(r&&X(r,n)))){const _=i(u,c,n);r[n]=function(){return _(this,arguments)},he(r[n],u)}return u}function Et(e,n,i){let r=null;function c(u){const f=u.data;return f.args[f.cbIdx]=function(){u.invoke.apply(this,arguments)},r.apply(f.target,f.args),u}r=fe(e,n,u=>function(f,_){const y=i(f,_);return y.cbIdx>=0&&"function"==typeof _[y.cbIdx]?je(y.name,_[y.cbIdx],y,c):u.apply(f,_)})}function he(e,n){e[x("OriginalDelegate")]=n}let Ke=!1,xe=!1;function gt(){if(Ke)return xe;Ke=!0;try{const e=me.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(xe=!0)}catch{}return xe}Zone.__load_patch("ZoneAwarePromise",(e,n,i)=>{const r=Object.getOwnPropertyDescriptor,c=Object.defineProperty,f=i.symbol,_=[],y=!0===e[f("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],T=f("Promise"),m=f("then"),O="__creationTrace__";i.onUnhandledError=l=>{if(i.showUncaughtError()){const s=l&&l.rejection;s?console.error("Unhandled Promise rejection:",s instanceof Error?s.message:s,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",s,s instanceof Error?s.stack:void 0):console.error(l)}},i.microtaskDrainDone=()=>{for(;_.length;){const l=_.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(s){Z(s)}}};const D=f("unhandledPromiseRejectionHandler");function Z(l){i.onUnhandledError(l);try{const s=n[D];"function"==typeof s&&s.call(this,l)}catch{}}function B(l){return l&&l.then}function V(l){return l}function E(l){return t.reject(l)}const d=f("state"),L=f("value"),z=f("finally"),A=f("parentPromiseValue"),W=f("parentPromiseState"),S="Promise.then",Y=null,j=!0,$=!1,v=0;function M(l,s){return a=>{try{G(l,s,a)}catch(h){G(l,!1,h)}}}const R=function(){let l=!1;return function(a){return function(){l||(l=!0,a.apply(null,arguments))}}},ee="Promise resolved with itself",de=f("currentTaskTrace");function G(l,s,a){const h=R();if(l===a)throw new TypeError(ee);if(l[d]===Y){let w=null;try{("object"==typeof a||"function"==typeof a)&&(w=a&&a.then)}catch(N){return h(()=>{G(l,!1,N)})(),l}if(s!==$&&a instanceof t&&a.hasOwnProperty(d)&&a.hasOwnProperty(L)&&a[d]!==Y)ie(a),G(l,a[d],a[L]);else if(s!==$&&"function"==typeof w)try{w.call(a,h(M(l,s)),h(M(l,!1)))}catch(N){h(()=>{G(l,!1,N)})()}else{l[d]=s;const N=l[L];if(l[L]=a,l[z]===z&&s===j&&(l[d]=l[W],l[L]=l[A]),s===$&&a instanceof Error){const k=n.currentTask&&n.currentTask.data&&n.currentTask.data[O];k&&c(a,de,{configurable:!0,enumerable:!1,writable:!0,value:k})}for(let k=0;k<N.length;)F(l,N[k++],N[k++],N[k++],N[k++]);if(0==N.length&&s==$){l[d]=v;let k=a;try{throw new Error("Uncaught (in promise): "+function u(l){return l&&l.toString===Object.prototype.toString?(l.constructor&&l.constructor.name||"")+": "+JSON.stringify(l):l?l.toString():Object.prototype.toString.call(l)}(a)+(a&&a.stack?"\n"+a.stack:""))}catch(b){k=b}y&&(k.throwOriginal=!0),k.rejection=a,k.promise=l,k.zone=n.current,k.task=n.currentTask,_.push(k),i.scheduleMicroTask()}}}return l}const oe=f("rejectionHandledHandler");function ie(l){if(l[d]===v){try{const s=n[oe];s&&"function"==typeof s&&s.call(this,{rejection:l[L],promise:l})}catch{}l[d]=$;for(let s=0;s<_.length;s++)l===_[s].promise&&_.splice(s,1)}}function F(l,s,a,h,w){ie(l);const N=l[d],k=N?"function"==typeof h?h:V:"function"==typeof w?w:E;s.scheduleMicroTask(S,()=>{try{const b=l[L],C=!!a&&z===a[z];C&&(a[A]=b,a[W]=N);const H=s.run(k,void 0,C&&k!==E&&k!==V?[]:[b]);G(a,!0,H)}catch(b){G(a,!1,b)}},a)}const p=function(){};class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(s){return G(new this(null),j,s)}static reject(s){return G(new this(null),$,s)}static race(s){let a,h,w=new this((b,C)=>{a=b,h=C});function N(b){a(b)}function k(b){h(b)}for(let b of s)B(b)||(b=this.resolve(b)),b.then(N,k);return w}static all(s){return t.allWithCallback(s)}static allSettled(s){return(this&&this.prototype instanceof t?this:t).allWithCallback(s,{thenCallback:h=>({status:"fulfilled",value:h}),errorCallback:h=>({status:"rejected",reason:h})})}static allWithCallback(s,a){let h,w,N=new this((H,U)=>{h=H,w=U}),k=2,b=0;const C=[];for(let H of s){B(H)||(H=this.resolve(H));const U=b;try{H.then(te=>{C[U]=a?a.thenCallback(te):te,k--,0===k&&h(C)},te=>{a?(C[U]=a.errorCallback(te),k--,0===k&&h(C)):w(te)})}catch(te){w(te)}k++,b++}return k-=2,0===k&&h(C),N}constructor(s){const a=this;if(!(a instanceof t))throw new Error("Must be an instanceof Promise.");a[d]=Y,a[L]=[];try{s&&s(M(a,j),M(a,$))}catch(h){G(a,!1,h)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return t}then(s,a){let h=this.constructor[Symbol.species];(!h||"function"!=typeof h)&&(h=this.constructor||t);const w=new h(p),N=n.current;return this[d]==Y?this[L].push(N,w,s,a):F(this,N,w,s,a),w}catch(s){return this.then(null,s)}finally(s){let a=this.constructor[Symbol.species];(!a||"function"!=typeof a)&&(a=t);const h=new a(p);h[z]=z;const w=n.current;return this[d]==Y?this[L].push(w,h,s,s):F(this,w,h,s,s),h}}t.resolve=t.resolve,t.reject=t.reject,t.race=t.race,t.all=t.all;const o=e[T]=e.Promise;e.Promise=t;const g=f("thenPatched");function P(l){const s=l.prototype,a=r(s,"then");if(a&&(!1===a.writable||!a.configurable))return;const h=s.then;s[m]=h,l.prototype.then=function(w,N){return new t((b,C)=>{h.call(this,b,C)}).then(w,N)},l[g]=!0}return i.patchThen=P,o&&(P(o),fe(e,"fetch",l=>function J(l){return function(s,a){let h=l.apply(s,a);if(h instanceof t)return h;let w=h.constructor;return w[g]||P(w),h}}(l))),Promise[n.__symbol__("uncaughtPromiseErrors")]=_,t}),Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,i=x("OriginalDelegate"),r=x("Promise"),c=x("Error"),u=function(){if("function"==typeof this){const T=this[i];if(T)return"function"==typeof T?n.call(T):Object.prototype.toString.call(T);if(this===Promise){const m=e[r];if(m)return n.call(m)}if(this===Error){const m=e[c];if(m)return n.call(m)}}return n.call(this)};u[i]=n,Function.prototype.toString=u;const f=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":f.call(this)}});let Ee=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){Ee=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{Ee=!1}const yt={useG:!0},ne={},Je={},Qe=new RegExp("^"+ve+"(\\w+)(true|false)$"),Ve=x("propagationStopped");function et(e,n){const i=(n?n(e):e)+ue,r=(n?n(e):e)+le,c=ve+i,u=ve+r;ne[e]={},ne[e][ue]=c,ne[e][le]=u}function kt(e,n,i){const r=i&&i.add||Se,c=i&&i.rm||Ze,u=i&&i.listeners||"eventListeners",f=i&&i.rmAll||"removeAllListeners",_=x(r),y="."+r+":",T="prependListener",m="."+T+":",O=function(E,d,L){if(E.isRemoved)return;const z=E.callback;"object"==typeof z&&z.handleEvent&&(E.callback=W=>z.handleEvent(W),E.originalDelegate=z),E.invoke(E,d,[L]);const A=E.options;A&&"object"==typeof A&&A.once&&d[c].call(d,L.type,E.originalDelegate?E.originalDelegate:E.callback,A)},D=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ne[E.type][ue]];if(L)if(1===L.length)O(L[0],d,E);else{const z=L.slice();for(let A=0;A<z.length&&(!E||!0!==E[Ve]);A++)O(z[A],d,E)}},Z=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ne[E.type][le]];if(L)if(1===L.length)O(L[0],d,E);else{const z=L.slice();for(let A=0;A<z.length&&(!E||!0!==E[Ve]);A++)O(z[A],d,E)}};function B(E,d){if(!E)return!1;let L=!0;d&&void 0!==d.useG&&(L=d.useG);const z=d&&d.vh;let A=!0;d&&void 0!==d.chkDup&&(A=d.chkDup);let W=!1;d&&void 0!==d.rt&&(W=d.rt);let S=E;for(;S&&!S.hasOwnProperty(r);)S=Oe(S);if(!S&&E[r]&&(S=E),!S||S[_])return!1;const Y=d&&d.eventNameToString,j={},$=S[_]=S[r],v=S[x(c)]=S[c],M=S[x(u)]=S[u],R=S[x(f)]=S[f];let ee;d&&d.prepend&&(ee=S[x(d.prepend)]=S[d.prepend]);const p=L?function(s){if(!j.isExisting)return $.call(j.target,j.eventName,j.capture?Z:D,j.options)}:function(s){return $.call(j.target,j.eventName,s.invoke,j.options)},t=L?function(s){if(!s.isRemoved){const a=ne[s.eventName];let h;a&&(h=a[s.capture?le:ue]);const w=h&&s.target[h];if(w)for(let N=0;N<w.length;N++)if(w[N]===s){w.splice(N,1),s.isRemoved=!0,0===w.length&&(s.allRemoved=!0,s.target[h]=null);break}}if(s.allRemoved)return v.call(s.target,s.eventName,s.capture?Z:D,s.options)}:function(s){return v.call(s.target,s.eventName,s.invoke,s.options)},g=d&&d.diff?d.diff:function(s,a){const h=typeof a;return"function"===h&&s.callback===a||"object"===h&&s.originalDelegate===a},P=Zone[x("UNPATCHED_EVENTS")],J=e[x("PASSIVE_EVENTS")],l=function(s,a,h,w,N=!1,k=!1){return function(){const b=this||e;let C=arguments[0];d&&d.transferEventName&&(C=d.transferEventName(C));let H=arguments[1];if(!H)return s.apply(this,arguments);if(Re&&"uncaughtException"===C)return s.apply(this,arguments);let U=!1;if("function"!=typeof H){if(!H.handleEvent)return s.apply(this,arguments);U=!0}if(z&&!z(s,H,b,arguments))return;const te=Ee&&!!J&&-1!==J.indexOf(C),ce=function de(s,a){return!Ee&&"object"==typeof s&&s?!!s.capture:Ee&&a?"boolean"==typeof s?{capture:s,passive:!0}:s?"object"==typeof s&&!1!==s.passive?Object.assign(Object.assign({},s),{passive:!0}):s:{passive:!0}:s}(arguments[2],te);if(P)for(let pe=0;pe<P.length;pe++)if(C===P[pe])return te?s.call(b,C,H,ce):s.apply(this,arguments);const ze=!!ce&&("boolean"==typeof ce||ce.capture),it=!(!ce||"object"!=typeof ce)&&ce.once,xt=Zone.current;let Be=ne[C];Be||(et(C,Y),Be=ne[C]);const ct=Be[ze?le:ue];let De,ke=b[ct],at=!1;if(ke){if(at=!0,A)for(let pe=0;pe<ke.length;pe++)if(g(ke[pe],H))return}else ke=b[ct]=[];const lt=b.constructor.name,ut=Je[lt];ut&&(De=ut[C]),De||(De=lt+a+(Y?Y(C):C)),j.options=ce,it&&(j.options.once=!1),j.target=b,j.capture=ze,j.eventName=C,j.isExisting=at;const we=L?yt:void 0;we&&(we.taskData=j);const _e=xt.scheduleEventTask(De,H,we,h,w);return j.target=null,we&&(we.taskData=null),it&&(ce.once=!0),!Ee&&"boolean"==typeof _e.options||(_e.options=ce),_e.target=b,_e.capture=ze,_e.eventName=C,U&&(_e.originalDelegate=H),k?ke.unshift(_e):ke.push(_e),N?b:void 0}};return S[r]=l($,y,p,t,W),ee&&(S[T]=l(ee,m,function(s){return ee.call(j.target,j.eventName,s.invoke,j.options)},t,W,!0)),S[c]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=arguments[2],w=!!h&&("boolean"==typeof h||h.capture),N=arguments[1];if(!N)return v.apply(this,arguments);if(z&&!z(v,N,s,arguments))return;const k=ne[a];let b;k&&(b=k[w?le:ue]);const C=b&&s[b];if(C)for(let H=0;H<C.length;H++){const U=C[H];if(g(U,N))return C.splice(H,1),U.isRemoved=!0,0===C.length&&(U.allRemoved=!0,s[b]=null,"string"==typeof a)&&(s[ve+"ON_PROPERTY"+a]=null),U.zone.cancelTask(U),W?s:void 0}return v.apply(this,arguments)},S[u]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=[],w=tt(s,Y?Y(a):a);for(let N=0;N<w.length;N++){const k=w[N];h.push(k.originalDelegate?k.originalDelegate:k.callback)}return h},S[f]=function(){const s=this||e;let a=arguments[0];if(a){d&&d.transferEventName&&(a=d.transferEventName(a));const h=ne[a];if(h){const k=s[h[ue]],b=s[h[le]];if(k){const C=k.slice();for(let H=0;H<C.length;H++){const U=C[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}if(b){const C=b.slice();for(let H=0;H<C.length;H++){const U=C[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}}}else{const h=Object.keys(s);for(let w=0;w<h.length;w++){const k=Qe.exec(h[w]);let b=k&&k[1];b&&"removeListener"!==b&&this[f].call(this,b)}this[f].call(this,"removeListener")}if(W)return this},he(S[r],$),he(S[c],v),R&&he(S[f],R),M&&he(S[u],M),!0}let V=[];for(let E=0;E<n.length;E++)V[E]=B(n[E],i);return V}function tt(e,n){if(!n){const u=[];for(let f in e){const _=Qe.exec(f);let y=_&&_[1];if(y&&(!n||y===n)){const T=e[f];if(T)for(let m=0;m<T.length;m++)u.push(T[m])}}return u}let i=ne[n];i||(et(n),i=ne[n]);const r=e[i[ue]],c=e[i[le]];return r?c?r.concat(c):r.slice():c?c.slice():[]}function vt(e,n){const i=e.Event;i&&i.prototype&&n.patchMethod(i.prototype,"stopImmediatePropagation",r=>function(c,u){c[Ve]=!0,r&&r.apply(c,u)})}function bt(e,n,i,r,c){const u=Zone.__symbol__(r);if(n[u])return;const f=n[u]=n[r];n[r]=function(_,y,T){return y&&y.prototype&&c.forEach(function(m){const O=`${i}.${r}::`+m,D=y.prototype;if(D.hasOwnProperty(m)){const Z=e.ObjectGetOwnPropertyDescriptor(D,m);Z&&Z.value?(Z.value=e.wrapWithCurrentZone(Z.value,O),e._redefineProperty(y.prototype,m,Z)):D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],O))}else D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],O))}),f.call(n,_,y,T)},e.attachOriginToPatched(n[r],f)}const Ge=["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplayconnected","vrdisplaydisconnected","vrdisplaypresentchange"],Nt=["encrypted","waitingforkey","msneedkey","mozinterruptbegin","mozinterruptend"],nt=["load"],rt=["blur","error","focus","load","resize","scroll","messageerror"],Zt=["bounce","finish","start"],ot=["loadstart","progress","abort","error","load","progress","timeout","loadend","readystatechange"],Te=["upgradeneeded","complete","abort","success","error","blocked","versionchange","close"],It=["close","error","open","message"],Lt=["error","message"],ge=["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"].concat(["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],["autocomplete","autocompleteerror"],["toggle"],["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],Ge,["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"]);function st(e,n,i){if(!i||0===i.length)return n;const r=i.filter(u=>u.target===e);if(!r||0===r.length)return n;const c=r[0].ignoreProperties;return n.filter(u=>-1===c.indexOf(u))}function q(e,n,i,r){e&&$e(e,st(e,n,i),r)}Zone.__load_patch("util",(e,n,i)=>{i.patchOnProperties=$e,i.patchMethod=fe,i.bindArguments=Ae,i.patchMacroTask=Et;const r=n.__symbol__("BLACK_LISTED_EVENTS"),c=n.__symbol__("UNPATCHED_EVENTS");e[c]&&(e[r]=e[c]),e[r]&&(n[r]=n[c]=e[r]),i.patchEventPrototype=vt,i.patchEventTarget=kt,i.isIEOrEdge=gt,i.ObjectDefineProperty=re,i.ObjectGetOwnPropertyDescriptor=X,i.ObjectCreate=ht,i.ArraySlice=dt,i.patchClass=be,i.wrapWithCurrentZone=Me,i.filterProperties=st,i.attachOriginToPatched=he,i._redefineProperty=Object.defineProperty,i.patchCallbacks=bt,i.getGlobalObjects=()=>({globalSources:Je,zoneSymbolEventNames:ne,eventNames:ge,isBrowser:He,isMix:We,isNode:Re,TRUE_STR:le,FALSE_STR:ue,ZONE_SYMBOL_PREFIX:ve,ADD_EVENT_LISTENER_STR:Se,REMOVE_EVENT_LISTENER_STR:Ze})});const Ce=x("zoneTask");function ye(e,n,i,r){let c=null,u=null;i+=r;const f={};function _(T){const m=T.data;return m.args[0]=function(){return T.invoke.apply(this,arguments)},m.handleId=c.apply(e,m.args),T}function y(T){return u.call(e,T.data.handleId)}c=fe(e,n+=r,T=>function(m,O){if("function"==typeof O[0]){const D={isPeriodic:"Interval"===r,delay:"Timeout"===r||"Interval"===r?O[1]||0:void 0,args:O},Z=O[0];O[0]=function(){try{return Z.apply(this,arguments)}finally{D.isPeriodic||("number"==typeof D.handleId?delete f[D.handleId]:D.handleId&&(D.handleId[Ce]=null))}};const B=je(n,O[0],D,_,y);if(!B)return B;const V=B.data.handleId;return"number"==typeof V?f[V]=B:V&&(V[Ce]=B),V&&V.ref&&V.unref&&"function"==typeof V.ref&&"function"==typeof V.unref&&(B.ref=V.ref.bind(V),B.unref=V.unref.bind(V)),"number"==typeof V||V?V:B}return T.apply(e,O)}),u=fe(e,i,T=>function(m,O){const D=O[0];let Z;"number"==typeof D?Z=f[D]:(Z=D&&D[Ce],Z||(Z=D)),Z&&"string"==typeof Z.type?"notScheduled"!==Z.state&&(Z.cancelFn&&Z.data.isPeriodic||0===Z.runCount)&&("number"==typeof D?delete f[D]:D&&(D[Ce]=null),Z.zone.cancelTask(Z)):T.apply(e,O)})}Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,i)=>{i.patchMethod(e,"queueMicrotask",r=>function(c,u){n.current.scheduleMicroTask("queueMicrotask",u[0])})}),Zone.__load_patch("timers",e=>{const n="set",i="clear";ye(e,n,i,"Timeout"),ye(e,n,i,"Interval"),ye(e,n,i,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{ye(e,"request","cancel","AnimationFrame"),ye(e,"mozRequest","mozCancel","AnimationFrame"),ye(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const i=["alert","prompt","confirm"];for(let r=0;r<i.length;r++)fe(e,i[r],(u,f,_)=>function(y,T){return n.current.run(u,e,T,_)})}),Zone.__load_patch("EventTarget",(e,n,i)=>{(function Ht(e,n){n.patchEventPrototype(e,n)})(e,i),function At(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:r,TRUE_STR:c,FALSE_STR:u,ZONE_SYMBOL_PREFIX:f}=n.getGlobalObjects();for(let y=0;y<i.length;y++){const T=i[y],D=f+(T+u),Z=f+(T+c);r[T]={},r[T][u]=D,r[T][c]=Z}const _=e.EventTarget;_&&_.prototype&&n.patchEventTarget(e,[_&&_.prototype])}(e,i);const r=e.XMLHttpRequestEventTarget;r&&r.prototype&&i.patchEventTarget(e,[r.prototype])}),Zone.__load_patch("MutationObserver",(e,n,i)=>{be("MutationObserver"),be("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,i)=>{be("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,i)=>{be("FileReader")}),Zone.__load_patch("on_property",(e,n,i)=>{!function Mt(e,n){if(Re&&!We||Zone[e.symbol("patchEvents")])return;const i=typeof WebSocket<"u",r=n.__Zone_ignore_on_properties;if(He){const f=window,_=function Tt(){try{const e=me.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:f,ignoreProperties:["error"]}]:[];q(f,ge.concat(["messageerror"]),r&&r.concat(_),Oe(f)),q(Document.prototype,ge,r),typeof f.SVGElement<"u"&&q(f.SVGElement.prototype,ge,r),q(Element.prototype,ge,r),q(HTMLElement.prototype,ge,r),q(HTMLMediaElement.prototype,Nt,r),q(HTMLFrameSetElement.prototype,Ge.concat(rt),r),q(HTMLBodyElement.prototype,Ge.concat(rt),r),q(HTMLFrameElement.prototype,nt,r),q(HTMLIFrameElement.prototype,nt,r);const y=f.HTMLMarqueeElement;y&&q(y.prototype,Zt,r);const T=f.Worker;T&&q(T.prototype,Lt,r)}const c=n.XMLHttpRequest;c&&q(c.prototype,ot,r);const u=n.XMLHttpRequestEventTarget;u&&q(u&&u.prototype,ot,r),typeof IDBIndex<"u"&&(q(IDBIndex.prototype,Te,r),q(IDBRequest.prototype,Te,r),q(IDBOpenDBRequest.prototype,Te,r),q(IDBDatabase.prototype,Te,r),q(IDBTransaction.prototype,Te,r),q(IDBCursor.prototype,Te,r)),i&&q(WebSocket.prototype,It,r)}(i,e)}),Zone.__load_patch("customElements",(e,n,i)=>{!function jt(e,n){const{isBrowser:i,isMix:r}=n.getGlobalObjects();(i||r)&&e.customElements&&"customElements"in e&&n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,i)}),Zone.__load_patch("XHR",(e,n)=>{!function y(T){const m=T.XMLHttpRequest;if(!m)return;const O=m.prototype;let Z=O[Ie],B=O[Le];if(!Z){const v=T.XMLHttpRequestEventTarget;if(v){const M=v.prototype;Z=M[Ie],B=M[Le]}}const V="readystatechange",E="scheduled";function d(v){const M=v.data,R=M.target;R[u]=!1,R[_]=!1;const ee=R[c];Z||(Z=R[Ie],B=R[Le]),ee&&B.call(R,V,ee);const de=R[c]=()=>{if(R.readyState===R.DONE)if(!M.aborted&&R[u]&&v.state===E){const oe=R[n.__symbol__("loadfalse")];if(0!==R.status&&oe&&oe.length>0){const ie=v.invoke;v.invoke=function(){const F=R[n.__symbol__("loadfalse")];for(let I=0;I<F.length;I++)F[I]===v&&F.splice(I,1);!M.aborted&&v.state===E&&ie.call(v)},oe.push(v)}else v.invoke()}else!M.aborted&&!1===R[u]&&(R[_]=!0)};return Z.call(R,V,de),R[i]||(R[i]=v),j.apply(R,M.args),R[u]=!0,v}function L(){}function z(v){const M=v.data;return M.aborted=!0,$.apply(M.target,M.args)}const A=fe(O,"open",()=>function(v,M){return v[r]=0==M[2],v[f]=M[1],A.apply(v,M)}),S=x("fetchTaskAborting"),Y=x("fetchTaskScheduling"),j=fe(O,"send",()=>function(v,M){if(!0===n.current[Y]||v[r])return j.apply(v,M);{const R={target:v,url:v[f],isPeriodic:!1,args:M,aborted:!1},ee=je("XMLHttpRequest.send",L,R,d,z);v&&!0===v[_]&&!R.aborted&&ee.state===E&&ee.invoke()}}),$=fe(O,"abort",()=>function(v,M){const R=function D(v){return v[i]}(v);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[S])return $.apply(v,M)})}(e);const i=x("xhrTask"),r=x("xhrSync"),c=x("xhrListener"),u=x("xhrScheduled"),f=x("xhrURL"),_=x("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function mt(e,n){const i=e.constructor.name;for(let r=0;r<n.length;r++){const c=n[r],u=e[c];if(u){if(!Ue(X(e,c)))continue;e[c]=(_=>{const y=function(){return _.apply(this,Ae(arguments,i+"."+c))};return he(y,_),y})(u)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function i(r){return function(c){tt(e,r).forEach(f=>{const _=e.PromiseRejectionEvent;if(_){const y=new _(r,{promise:c.promise,reason:c.rejection});f.invoke(y)}})}}e.PromiseRejectionEvent&&(n[x("unhandledPromiseRejectionHandler")]=i("unhandledrejection"),n[x("rejectionHandledHandler")]=i("rejectionhandled"))})}},Fe={};function ae(Q){var X=Fe[Q];if(void 0!==X)return X.exports;var re=Fe[Q]={exports:{}};return ft[Q](re,re.exports,ae),re.exports}ae.n=Q=>{var X=Q&&Q.__esModule?()=>Q.default:()=>Q;return ae.d(X,{a:X}),X},ae.d=(Q,X)=>{for(var re in X)ae.o(X,re)&&!ae.o(Q,re)&&Object.defineProperty(Q,re,{enumerable:!0,get:X[re]})},ae.o=(Q,X)=>Object.prototype.hasOwnProperty.call(Q,X),ae(9430)})();