"use strict";(self.webpackChunkallbridge_hub=self.webpackChunkallbridge_hub||[]).push([[429],{7435:(se,Te,ae)=>{ae(8583),ae(6389)},6389:(se,Te,ae)=>{var Pe;void 0!==(Pe=function(){var Ee=function(){function ie(){this.name="TaskTrackingZone",this.microTasks=[],this.macroTasks=[],this.eventTasks=[],this.properties={TaskTrackingZone:this}}return ie.get=function(){return Zone.current.get("TaskTrackingZone")},ie.prototype.getTasksFor=function(oe){switch(oe){case"microTask":return this.microTasks;case"macroTask":return this.macroTasks;case"eventTask":return this.eventTasks}throw new Error("Unknown task format: "+oe)},ie.prototype.onScheduleTask=function(oe,we,Q,F){return F.creationLocation=new Error("Task '".concat(F.type,"' from '").concat(F.source,"'.")),this.getTasksFor(F.type).push(F),oe.scheduleTask(Q,F)},ie.prototype.onCancelTask=function(oe,we,Q,F){for(var ne=this.getTasksFor(F.type),le=0;le{!function(e){const n=e.performance;function i(M){n&&n.mark&&n.mark(M)}function o(M,T){n&&n.measure&&n.measure(M,T)}i("Zone");const c=e.__Zone_symbol_prefix||"__zone_symbol__";function a(M){return c+M}const y=!0===e[a("forceDuplicateZoneCheck")];if(e.Zone){if(y||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}let d=(()=>{class M{constructor(t,r){this._parent=t,this._name=r?r.name||"unnamed":"",this._properties=r&&r.properties||{},this._zoneDelegate=new v(this,this._parent&&this._parent._zoneDelegate,r)}static assertZonePatched(){if(e.Promise!==de.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=M.current;for(;t.parent;)t=t.parent;return t}static get current(){return W.zone}static get currentTask(){return fe}static __load_patch(t,r,m=!1){if(de.hasOwnProperty(t)){if(!m&&y)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const C="Zone:"+t;i(C),de[t]=r(e,M,Y),o(C,C)}}get parent(){return this._parent}get name(){return this._name}get(t){const r=this.getZoneWith(t);if(r)return r._properties[t]}getZoneWith(t){let r=this;for(;r;){if(r._properties.hasOwnProperty(t))return r;r=r._parent}return null}fork(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)}wrap(t,r){if("function"!=typeof t)throw new Error("Expecting function got: "+t);const m=this._zoneDelegate.intercept(this,t,r),C=this;return function(){return C.runGuarded(m,this,arguments,r)}}run(t,r,m,C){W={parent:W,zone:this};try{return this._zoneDelegate.invoke(this,t,r,m,C)}finally{W=W.parent}}runGuarded(t,r=null,m,C){W={parent:W,zone:this};try{try{return this._zoneDelegate.invoke(this,t,r,m,C)}catch($){if(this._zoneDelegate.handleError(this,$))throw $}}finally{W=W.parent}}runTask(t,r,m){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||J).name+"; Execution: "+this.name+")");if(t.state===x&&(t.type===te||t.type===w))return;const C=t.state!=p;C&&t._transitionTo(p,j),t.runCount++;const $=fe;fe=t,W={parent:W,zone:this};try{t.type==w&&t.data&&!t.data.isPeriodic&&(t.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,t,r,m)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{t.state!==x&&t.state!==h&&(t.type==te||t.data&&t.data.isPeriodic?C&&t._transitionTo(j,p):(t.runCount=0,this._updateTaskCount(t,-1),C&&t._transitionTo(x,p,x))),W=W.parent,fe=$}}scheduleTask(t){if(t.zone&&t.zone!==this){let m=this;for(;m;){if(m===t.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${t.zone.name}`);m=m.parent}}t._transitionTo(q,x);const r=[];t._zoneDelegates=r,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(m){throw t._transitionTo(h,q,x),this._zoneDelegate.handleError(this,m),m}return t._zoneDelegates===r&&this._updateTaskCount(t,1),t.state==q&&t._transitionTo(j,q),t}scheduleMicroTask(t,r,m,C){return this.scheduleTask(new k(I,t,r,m,C,void 0))}scheduleMacroTask(t,r,m,C,$){return this.scheduleTask(new k(w,t,r,m,C,$))}scheduleEventTask(t,r,m,C,$){return this.scheduleTask(new k(te,t,r,m,C,$))}cancelTask(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||J).name+"; Execution: "+this.name+")");t._transitionTo(B,j,p);try{this._zoneDelegate.cancelTask(this,t)}catch(r){throw t._transitionTo(h,B),this._zoneDelegate.handleError(this,r),r}return this._updateTaskCount(t,-1),t._transitionTo(x,B),t.runCount=0,t}_updateTaskCount(t,r){const m=t._zoneDelegates;-1==r&&(t._zoneDelegates=null);for(let C=0;CM.hasTask(t,r),onScheduleTask:(M,T,t,r)=>M.scheduleTask(t,r),onInvokeTask:(M,T,t,r,m,C)=>M.invokeTask(t,r,m,C),onCancelTask:(M,T,t,r)=>M.cancelTask(t,r)};class v{constructor(T,t,r){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=T,this._parentDelegate=t,this._forkZS=r&&(r&&r.onFork?r:t._forkZS),this._forkDlgt=r&&(r.onFork?t:t._forkDlgt),this._forkCurrZone=r&&(r.onFork?this.zone:t._forkCurrZone),this._interceptZS=r&&(r.onIntercept?r:t._interceptZS),this._interceptDlgt=r&&(r.onIntercept?t:t._interceptDlgt),this._interceptCurrZone=r&&(r.onIntercept?this.zone:t._interceptCurrZone),this._invokeZS=r&&(r.onInvoke?r:t._invokeZS),this._invokeDlgt=r&&(r.onInvoke?t:t._invokeDlgt),this._invokeCurrZone=r&&(r.onInvoke?this.zone:t._invokeCurrZone),this._handleErrorZS=r&&(r.onHandleError?r:t._handleErrorZS),this._handleErrorDlgt=r&&(r.onHandleError?t:t._handleErrorDlgt),this._handleErrorCurrZone=r&&(r.onHandleError?this.zone:t._handleErrorCurrZone),this._scheduleTaskZS=r&&(r.onScheduleTask?r:t._scheduleTaskZS),this._scheduleTaskDlgt=r&&(r.onScheduleTask?t:t._scheduleTaskDlgt),this._scheduleTaskCurrZone=r&&(r.onScheduleTask?this.zone:t._scheduleTaskCurrZone),this._invokeTaskZS=r&&(r.onInvokeTask?r:t._invokeTaskZS),this._invokeTaskDlgt=r&&(r.onInvokeTask?t:t._invokeTaskDlgt),this._invokeTaskCurrZone=r&&(r.onInvokeTask?this.zone:t._invokeTaskCurrZone),this._cancelTaskZS=r&&(r.onCancelTask?r:t._cancelTaskZS),this._cancelTaskDlgt=r&&(r.onCancelTask?t:t._cancelTaskDlgt),this._cancelTaskCurrZone=r&&(r.onCancelTask?this.zone:t._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const m=r&&r.onHasTask;(m||t&&t._hasTaskZS)&&(this._hasTaskZS=m?r:P,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=T,r.onScheduleTask||(this._scheduleTaskZS=P,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),r.onInvokeTask||(this._invokeTaskZS=P,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),r.onCancelTask||(this._cancelTaskZS=P,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}fork(T,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,T,t):new d(T,t)}intercept(T,t,r){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,T,t,r):t}invoke(T,t,r,m,C){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,T,t,r,m,C):t.apply(r,m)}handleError(T,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,T,t)}scheduleTask(T,t){let r=t;if(this._scheduleTaskZS)this._hasTaskZS&&r._zoneDelegates.push(this._hasTaskDlgtOwner),r=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,T,t),r||(r=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=I)throw new Error("Task is missing scheduleFn.");R(t)}return r}invokeTask(T,t,r,m){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,T,t,r,m):t.callback.apply(r,m)}cancelTask(T,t){let r;if(this._cancelTaskZS)r=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,T,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");r=t.cancelFn(t)}return r}hasTask(T,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,T,t)}catch(r){this.handleError(T,r)}}_updateTaskCount(T,t){const r=this._taskCounts,m=r[T],C=r[T]=m+t;if(C<0)throw new Error("More tasks executed then were scheduled.");0!=m&&0!=C||this.hasTask(this.zone,{microTask:r.microTask>0,macroTask:r.macroTask>0,eventTask:r.eventTask>0,change:T})}}class k{constructor(T,t,r,m,C,$){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=T,this.source=t,this.data=m,this.scheduleFn=C,this.cancelFn=$,!r)throw new Error("callback is not defined");this.callback=r;const l=this;this.invoke=T===te&&m&&m.useG?k.invokeTask:function(){return k.invokeTask.call(e,l,this,arguments)}}static invokeTask(T,t,r){T||(T=this),re++;try{return T.runCount++,T.zone.runTask(T,t,r)}finally{1==re&&_(),re--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(x,q)}_transitionTo(T,t,r){if(this._state!==t&&this._state!==r)throw new Error(`${this.type} '${this.source}': can not transition to '${T}', expecting state '${t}'${r?" or '"+r+"'":""}, was '${this._state}'.`);this._state=T,T==x&&(this._zoneDelegates=null)}toString(){return this.data&&void 0!==this.data.handleId?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 A=a("setTimeout"),S=a("Promise"),N=a("then");let ee,U=[],H=!1;function X(M){if(ee||e[S]&&(ee=e[S].resolve(0)),ee){let T=ee[N];T||(T=ee.then),T.call(ee,M)}else e[A](M,0)}function R(M){0===re&&0===U.length&&X(_),M&&U.push(M)}function _(){if(!H){for(H=!0;U.length;){const M=U;U=[];for(let T=0;TW,onUnhandledError:z,microtaskDrainDone:z,scheduleMicroTask:R,showUncaughtError:()=>!d[a("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:z,patchMethod:()=>z,bindArguments:()=>[],patchThen:()=>z,patchMacroTask:()=>z,patchEventPrototype:()=>z,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>z,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>z,wrapWithCurrentZone:()=>z,filterProperties:()=>[],attachOriginToPatched:()=>z,_redefineProperty:()=>z,patchCallbacks:()=>z,nativeScheduleMicroTask:X};let W={parent:null,zone:new d(null,null)},fe=null,re=0;function z(){}o("Zone","Zone"),e.Zone=d}("undefined"!=typeof window&&window||"undefined"!=typeof self&&self||global);const se=Object.getOwnPropertyDescriptor,Te=Object.defineProperty,ae=Object.getPrototypeOf,he=Object.create,Pe=Array.prototype.slice,Ee="addEventListener",ie="removeEventListener",oe=Zone.__symbol__(Ee),we=Zone.__symbol__(ie),Q="true",F="false",ne=Zone.__symbol__("");function le(e,n){return Zone.current.wrap(e,n)}function ve(e,n,i,o,c){return Zone.current.scheduleMacroTask(e,n,i,o,c)}const L=Zone.__symbol__,ye="undefined"!=typeof window,Re=ye?window:void 0,K=ye&&Re||"object"==typeof self&&self||global;function Ae(e,n){for(let i=e.length-1;i>=0;i--)"function"==typeof e[i]&&(e[i]=le(e[i],n+"_"+i));return e}function Ge(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&void 0===e.set)}const Ve="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,Ne=!("nw"in K)&&void 0!==K.process&&"[object process]"==={}.toString.call(K.process),je=!Ne&&!Ve&&!(!ye||!Re.HTMLElement),Ue=void 0!==K.process&&"[object process]"==={}.toString.call(K.process)&&!Ve&&!(!ye||!Re.HTMLElement),Ie={},We=function(e){if(!(e=e||K.event))return;let n=Ie[e.type];n||(n=Ie[e.type]=L("ON_PROPERTY"+e.type));const i=this||e.target||K,o=i[n];let c;if(je&&i===Re&&"error"===e.type){const a=e;c=o&&o.call(this,a.message,a.filename,a.lineno,a.colno,a.error),!0===c&&e.preventDefault()}else c=o&&o.apply(this,arguments),null!=c&&!c&&e.preventDefault();return c};function ze(e,n,i){let o=se(e,n);if(!o&&i&&se(i,n)&&(o={enumerable:!0,configurable:!0}),!o||!o.configurable)return;const c=L("on"+n+"patched");if(e.hasOwnProperty(c)&&e[c])return;delete o.writable,delete o.value;const a=o.get,y=o.set,d=n.slice(2);let P=Ie[d];P||(P=Ie[d]=L("ON_PROPERTY"+d)),o.set=function(v){let k=this;!k&&e===K&&(k=K),k&&("function"==typeof k[P]&&k.removeEventListener(d,We),y&&y.call(k,null),k[P]=v,"function"==typeof v&&k.addEventListener(d,We,!1))},o.get=function(){let v=this;if(!v&&e===K&&(v=K),!v)return null;const k=v[P];if(k)return k;if(a){let A=a.call(this);if(A)return o.set.call(this,A),"function"==typeof v.removeAttribute&&v.removeAttribute(n),A}return null},Te(e,n,o),e[c]=!0}function Xe(e,n,i){if(n)for(let o=0;ofunction(y,d){const P=i(y,d);return P.cbIdx>=0&&"function"==typeof d[P.cbIdx]?ve(P.name,d[P.cbIdx],P,c):a.apply(y,d)})}function ke(e,n){e[L("OriginalDelegate")]=n}let qe=!1,He=!1;function ft(){if(qe)return He;qe=!0;try{const e=Re.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(He=!0)}catch(e){}return He}Zone.__load_patch("ZoneAwarePromise",(e,n,i)=>{const o=Object.getOwnPropertyDescriptor,c=Object.defineProperty,y=i.symbol,d=[],P=!0===e[y("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],v=y("Promise"),k=y("then");i.onUnhandledError=l=>{if(i.showUncaughtError()){const u=l&&l.rejection;u?console.error("Unhandled Promise rejection:",u instanceof Error?u.message:u,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",u,u instanceof Error?u.stack:void 0):console.error(l)}},i.microtaskDrainDone=()=>{for(;d.length;){const l=d.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(u){N(u)}}};const S=y("unhandledPromiseRejectionHandler");function N(l){i.onUnhandledError(l);try{const u=n[S];"function"==typeof u&&u.call(this,l)}catch(u){}}function U(l){return l&&l.then}function H(l){return l}function ee(l){return t.reject(l)}const X=y("state"),R=y("value"),_=y("finally"),J=y("parentPromiseValue"),x=y("parentPromiseState"),j=null,p=!0,B=!1;function I(l,u){return s=>{try{Y(l,u,s)}catch(f){Y(l,!1,f)}}}const w=function(){let l=!1;return function(s){return function(){l||(l=!0,s.apply(null,arguments))}}},de=y("currentTaskTrace");function Y(l,u,s){const f=w();if(l===s)throw new TypeError("Promise resolved with itself");if(l[X]===j){let g=null;try{("object"==typeof s||"function"==typeof s)&&(g=s&&s.then)}catch(b){return f(()=>{Y(l,!1,b)})(),l}if(u!==B&&s instanceof t&&s.hasOwnProperty(X)&&s.hasOwnProperty(R)&&s[X]!==j)fe(s),Y(l,s[X],s[R]);else if(u!==B&&"function"==typeof g)try{g.call(s,f(I(l,u)),f(I(l,!1)))}catch(b){f(()=>{Y(l,!1,b)})()}else{l[X]=u;const b=l[R];if(l[R]=s,l[_]===_&&u===p&&(l[X]=l[x],l[R]=l[J]),u===B&&s instanceof Error){const E=n.currentTask&&n.currentTask.data&&n.currentTask.data.__creationTrace__;E&&c(s,de,{configurable:!0,enumerable:!1,writable:!0,value:E})}for(let E=0;E{try{const D=l[R],Z=!!s&&_===s[_];Z&&(s[J]=D,s[x]=b);const O=u.run(E,void 0,Z&&E!==ee&&E!==H?[]:[D]);Y(s,!0,O)}catch(D){Y(s,!1,D)}},s)}const M=function(){},T=e.AggregateError;class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(u){return Y(new this(null),p,u)}static reject(u){return Y(new this(null),B,u)}static any(u){if(!u||"function"!=typeof u[Symbol.iterator])return Promise.reject(new T([],"All promises were rejected"));const s=[];let f=0;try{for(let E of u)f++,s.push(t.resolve(E))}catch(E){return Promise.reject(new T([],"All promises were rejected"))}if(0===f)return Promise.reject(new T([],"All promises were rejected"));let g=!1;const b=[];return new t((E,D)=>{for(let Z=0;Z{g||(g=!0,E(O))},O=>{b.push(O),f--,0===f&&(g=!0,D(new T(b,"All promises were rejected")))})})}static race(u){let s,f,g=new this((D,Z)=>{s=D,f=Z});function b(D){s(D)}function E(D){f(D)}for(let D of u)U(D)||(D=this.resolve(D)),D.then(b,E);return g}static all(u){return t.allWithCallback(u)}static allSettled(u){return(this&&this.prototype instanceof t?this:t).allWithCallback(u,{thenCallback:f=>({status:"fulfilled",value:f}),errorCallback:f=>({status:"rejected",reason:f})})}static allWithCallback(u,s){let f,g,b=new this((O,G)=>{f=O,g=G}),E=2,D=0;const Z=[];for(let O of u){U(O)||(O=this.resolve(O));const G=D;try{O.then(V=>{Z[G]=s?s.thenCallback(V):V,E--,0===E&&f(Z)},V=>{s?(Z[G]=s.errorCallback(V),E--,0===E&&f(Z)):g(V)})}catch(V){g(V)}E++,D++}return E-=2,0===E&&f(Z),b}constructor(u){const s=this;if(!(s instanceof t))throw new Error("Must be an instanceof Promise.");s[X]=j,s[R]=[];try{const f=w();u&&u(f(I(s,p)),f(I(s,B)))}catch(f){Y(s,!1,f)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return t}then(u,s){var f;let g=null===(f=this.constructor)||void 0===f?void 0:f[Symbol.species];(!g||"function"!=typeof g)&&(g=this.constructor||t);const b=new g(M),E=n.current;return this[X]==j?this[R].push(E,b,u,s):re(this,E,b,u,s),b}catch(u){return this.then(null,u)}finally(u){var s;let f=null===(s=this.constructor)||void 0===s?void 0:s[Symbol.species];(!f||"function"!=typeof f)&&(f=t);const g=new f(M);g[_]=_;const b=n.current;return this[X]==j?this[R].push(b,g,u,u):re(this,b,g,u,u),g}}t.resolve=t.resolve,t.reject=t.reject,t.race=t.race,t.all=t.all;const r=e[v]=e.Promise;e.Promise=t;const m=y("thenPatched");function C(l){const u=l.prototype,s=o(u,"then");if(s&&(!1===s.writable||!s.configurable))return;const f=u.then;u[k]=f,l.prototype.then=function(g,b){return new t((D,Z)=>{f.call(this,D,Z)}).then(g,b)},l[m]=!0}return i.patchThen=C,r&&(C(r),pe(e,"fetch",l=>function $(l){return function(u,s){let f=l.apply(u,s);if(f instanceof t)return f;let g=f.constructor;return g[m]||C(g),f}}(l))),Promise[n.__symbol__("uncaughtPromiseErrors")]=d,t}),Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,i=L("OriginalDelegate"),o=L("Promise"),c=L("Error"),a=function(){if("function"==typeof this){const v=this[i];if(v)return"function"==typeof v?n.call(v):Object.prototype.toString.call(v);if(this===Promise){const k=e[o];if(k)return n.call(k)}if(this===Error){const k=e[c];if(k)return n.call(k)}}return n.call(this)};a[i]=n,Function.prototype.toString=a;const y=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":y.call(this)}});let Ce=!1;if("undefined"!=typeof window)try{const e=Object.defineProperty({},"passive",{get:function(){Ce=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch(e){Ce=!1}const ht={useG:!0},ce={},Ye={},Ke=new RegExp("^"+ne+"(\\w+)(true|false)$"),$e=L("propagationStopped");function Je(e,n){const i=(n?n(e):e)+F,o=(n?n(e):e)+Q,c=ne+i,a=ne+o;ce[e]={},ce[e][F]=c,ce[e][Q]=a}function dt(e,n,i,o){const c=o&&o.add||Ee,a=o&&o.rm||ie,y=o&&o.listeners||"eventListeners",d=o&&o.rmAll||"removeAllListeners",P=L(c),v="."+c+":",S=function(R,_,J){if(R.isRemoved)return;const x=R.callback;let q;"object"==typeof x&&x.handleEvent&&(R.callback=p=>x.handleEvent(p),R.originalDelegate=x);try{R.invoke(R,_,[J])}catch(p){q=p}const j=R.options;return j&&"object"==typeof j&&j.once&&_[a].call(_,J.type,R.originalDelegate?R.originalDelegate:R.callback,j),q};function N(R,_,J){if(!(_=_||e.event))return;const x=R||_.target||e,q=x[ce[_.type][J?Q:F]];if(q){const j=[];if(1===q.length){const p=S(q[0],x,_);p&&j.push(p)}else{const p=q.slice();for(let B=0;B{throw B})}}}const U=function(R){return N(this,R,!1)},H=function(R){return N(this,R,!0)};function ee(R,_){if(!R)return!1;let J=!0;_&&void 0!==_.useG&&(J=_.useG);const x=_&&_.vh;let q=!0;_&&void 0!==_.chkDup&&(q=_.chkDup);let j=!1;_&&void 0!==_.rt&&(j=_.rt);let p=R;for(;p&&!p.hasOwnProperty(c);)p=ae(p);if(!p&&R[c]&&(p=R),!p||p[P])return!1;const B=_&&_.eventNameToString,h={},I=p[P]=p[c],w=p[L(a)]=p[a],te=p[L(y)]=p[y],de=p[L(d)]=p[d];let Y;function W(s,f){return!Ce&&"object"==typeof s&&s?!!s.capture:Ce&&f?"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}_&&_.prepend&&(Y=p[L(_.prepend)]=p[_.prepend]);const t=J?function(s){if(!h.isExisting)return I.call(h.target,h.eventName,h.capture?H:U,h.options)}:function(s){return I.call(h.target,h.eventName,s.invoke,h.options)},r=J?function(s){if(!s.isRemoved){const f=ce[s.eventName];let g;f&&(g=f[s.capture?Q:F]);const b=g&&s.target[g];if(b)for(let E=0;Efunction(c,a){c[$e]=!0,o&&o.apply(c,a)})}function Tt(e,n,i,o,c){const a=Zone.__symbol__(o);if(n[a])return;const y=n[a]=n[o];n[o]=function(d,P,v){return P&&P.prototype&&c.forEach(function(k){const A=`${i}.${o}::`+k,S=P.prototype;try{if(S.hasOwnProperty(k)){const N=e.ObjectGetOwnPropertyDescriptor(S,k);N&&N.value?(N.value=e.wrapWithCurrentZone(N.value,A),e._redefineProperty(P.prototype,k,N)):S[k]&&(S[k]=e.wrapWithCurrentZone(S[k],A))}else S[k]&&(S[k]=e.wrapWithCurrentZone(S[k],A))}catch(N){}}),y.call(n,d,P,v)},e.attachOriginToPatched(n[o],y)}function et(e,n,i){if(!i||0===i.length)return n;const o=i.filter(a=>a.target===e);if(!o||0===o.length)return n;const c=o[0].ignoreProperties;return n.filter(a=>-1===c.indexOf(a))}function tt(e,n,i,o){e&&Xe(e,et(e,n,i),o)}function xe(e){return Object.getOwnPropertyNames(e).filter(n=>n.startsWith("on")&&n.length>2).map(n=>n.substring(2))}Zone.__load_patch("util",(e,n,i)=>{const o=xe(e);i.patchOnProperties=Xe,i.patchMethod=pe,i.bindArguments=Ae,i.patchMacroTask=lt;const c=n.__symbol__("BLACK_LISTED_EVENTS"),a=n.__symbol__("UNPATCHED_EVENTS");e[a]&&(e[c]=e[a]),e[c]&&(n[c]=n[a]=e[c]),i.patchEventPrototype=_t,i.patchEventTarget=dt,i.isIEOrEdge=ft,i.ObjectDefineProperty=Te,i.ObjectGetOwnPropertyDescriptor=se,i.ObjectCreate=he,i.ArraySlice=Pe,i.patchClass=Oe,i.wrapWithCurrentZone=le,i.filterProperties=et,i.attachOriginToPatched=ke,i._redefineProperty=Object.defineProperty,i.patchCallbacks=Tt,i.getGlobalObjects=()=>({globalSources:Ye,zoneSymbolEventNames:ce,eventNames:o,isBrowser:je,isMix:Ue,isNode:Ne,TRUE_STR:Q,FALSE_STR:F,ZONE_SYMBOL_PREFIX:ne,ADD_EVENT_LISTENER_STR:Ee,REMOVE_EVENT_LISTENER_STR:ie})});const Me=L("zoneTask");function De(e,n,i,o){let c=null,a=null;i+=o;const y={};function d(v){const k=v.data;return k.args[0]=function(){return v.invoke.apply(this,arguments)},k.handleId=c.apply(e,k.args),v}function P(v){return a.call(e,v.data.handleId)}c=pe(e,n+=o,v=>function(k,A){if("function"==typeof A[0]){const S={isPeriodic:"Interval"===o,delay:"Timeout"===o||"Interval"===o?A[1]||0:void 0,args:A},N=A[0];A[0]=function(){try{return N.apply(this,arguments)}finally{S.isPeriodic||("number"==typeof S.handleId?delete y[S.handleId]:S.handleId&&(S.handleId[Me]=null))}};const U=ve(n,A[0],S,d,P);if(!U)return U;const H=U.data.handleId;return"number"==typeof H?y[H]=U:H&&(H[Me]=U),H&&H.ref&&H.unref&&"function"==typeof H.ref&&"function"==typeof H.unref&&(U.ref=H.ref.bind(H),U.unref=H.unref.bind(H)),"number"==typeof H||H?H:U}return v.apply(e,A)}),a=pe(e,i,v=>function(k,A){const S=A[0];let N;"number"==typeof S?N=y[S]:(N=S&&S[Me],N||(N=S)),N&&"string"==typeof N.type?"notScheduled"!==N.state&&(N.cancelFn&&N.data.isPeriodic||0===N.runCount)&&("number"==typeof S?delete y[S]:S&&(S[Me]=null),N.zone.cancelTask(N)):v.apply(e,A)})}Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,i)=>{i.patchMethod(e,"queueMicrotask",o=>function(c,a){n.current.scheduleMicroTask("queueMicrotask",a[0])})}),Zone.__load_patch("timers",e=>{const n="set",i="clear";De(e,n,i,"Timeout"),De(e,n,i,"Interval"),De(e,n,i,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{De(e,"request","cancel","AnimationFrame"),De(e,"mozRequest","mozCancel","AnimationFrame"),De(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const i=["alert","prompt","confirm"];for(let o=0;ofunction(P,v){return n.current.run(a,e,v,d)})}),Zone.__load_patch("EventTarget",(e,n,i)=>{(function kt(e,n){n.patchEventPrototype(e,n)})(e,i),function pt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:o,TRUE_STR:c,FALSE_STR:a,ZONE_SYMBOL_PREFIX:y}=n.getGlobalObjects();for(let P=0;P{Oe("MutationObserver"),Oe("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,i)=>{Oe("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,i)=>{Oe("FileReader")}),Zone.__load_patch("on_property",(e,n,i)=>{!function Et(e,n){if(Ne&&!Ue||Zone[e.symbol("patchEvents")])return;const i=n.__Zone_ignore_on_properties;let o=[];if(je){const c=window;o=o.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const a=function ut(){try{const e=Re.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch(e){}return!1}()?[{target:c,ignoreProperties:["error"]}]:[];tt(c,xe(c),i&&i.concat(a),ae(c))}o=o.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let c=0;c{!function yt(e,n){const{isBrowser:i,isMix:o}=n.getGlobalObjects();(i||o)&&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 P(v){const k=v.XMLHttpRequest;if(!k)return;const A=k.prototype;let N=A[oe],U=A[we];if(!N){const h=v.XMLHttpRequestEventTarget;if(h){const I=h.prototype;N=I[oe],U=I[we]}}const H="readystatechange",ee="scheduled";function X(h){const I=h.data,w=I.target;w[a]=!1,w[d]=!1;const te=w[c];N||(N=w[oe],U=w[we]),te&&U.call(w,H,te);const de=w[c]=()=>{if(w.readyState===w.DONE)if(!I.aborted&&w[a]&&h.state===ee){const W=w[n.__symbol__("loadfalse")];if(0!==w.status&&W&&W.length>0){const fe=h.invoke;h.invoke=function(){const re=w[n.__symbol__("loadfalse")];for(let z=0;zfunction(h,I){return h[o]=0==I[2],h[y]=I[1],J.apply(h,I)}),q=L("fetchTaskAborting"),j=L("fetchTaskScheduling"),p=pe(A,"send",()=>function(h,I){if(!0===n.current[j]||h[o])return p.apply(h,I);{const w={target:h,url:h[y],isPeriodic:!1,args:I,aborted:!1},te=ve("XMLHttpRequest.send",R,w,X,_);h&&!0===h[d]&&!w.aborted&&te.state===ee&&te.invoke()}}),B=pe(A,"abort",()=>function(h,I){const w=function S(h){return h[i]}(h);if(w&&"string"==typeof w.type){if(null==w.cancelFn||w.data&&w.data.aborted)return;w.zone.cancelTask(w)}else if(!0===n.current[q])return B.apply(h,I)})}(e);const i=L("xhrTask"),o=L("xhrSync"),c=L("xhrListener"),a=L("xhrScheduled"),y=L("xhrURL"),d=L("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function at(e,n){const i=e.constructor.name;for(let o=0;o{const P=function(){return d.apply(this,Ae(arguments,i+"."+c))};return ke(P,d),P})(a)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function i(o){return function(c){Qe(e,o).forEach(y=>{const d=e.PromiseRejectionEvent;if(d){const P=new d(o,{promise:c.promise,reason:c.rejection});y.invoke(P)}})}}e.PromiseRejectionEvent&&(n[L("unhandledPromiseRejectionHandler")]=i("unhandledrejection"),n[L("rejectionHandledHandler")]=i("rejectionhandled"))})}},se=>{se(se.s=7435)}]);