this.polyfills=this.polyfills||{},this.polyfills.js=function(){"use strict";function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function t(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function n(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function r(e){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?n(Object(o),!0).forEach(function(n){t(e,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):n(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}var o,i={};var s=function(){if(o)return i;o=1;const e=globalThis;function n(t){return(e.__Zone_symbol_prefix||"__zone_symbol__")+t}function s(){const r=e.performance;function o(e){r&&r.mark&&r.mark(e)}function i(e,t){r&&r.measure&&r.measure(e,t)}o("Zone");class s{static assertZonePatched(){if(e.Promise!==D.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 e=s.current;for(;e.parent;)e=e.parent;return e}static get current(){return x.zone}static get currentTask(){return C}static __load_patch(t,r,a=!1){if(D.hasOwnProperty(t)){const r=!0===e[n("forceDuplicateZoneCheck")];if(!a&&r)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const n="Zone:"+t;o(n),D[t]=r(e,s,Z),i(n,n)}}get parent(){return this._parent}get name(){return this._name}constructor(e,n){t(this,"_parent",void 0),t(this,"_name",void 0),t(this,"_properties",void 0),t(this,"_zoneDelegate",void 0),this._parent=e,this._name=n?n.name||"unnamed":"<root>",this._properties=n&&n.properties||{},this._zoneDelegate=new c(this,this._parent&&this._parent._zoneDelegate,n)}get(e){const t=this.getZoneWith(e);if(t)return t._properties[e]}getZoneWith(e){let t=this;for(;t;){if(t._properties.hasOwnProperty(e))return t;t=t._parent}return null}fork(e){if(!e)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,e)}wrap(e,t){if("function"!=typeof e)throw new Error("Expecting function got: "+e);const n=this._zoneDelegate.intercept(this,e,t),r=this;return function(){return r.runGuarded(n,this,arguments,t)}}run(e,t,n,r){x={parent:x,zone:this};try{return this._zoneDelegate.invoke(this,e,t,n,r)}finally{x=x.parent}}runGuarded(e,t=null,n,r){x={parent:x,zone:this};try{try{return this._zoneDelegate.invoke(this,e,t,n,r)}catch(e){if(this._zoneDelegate.handleError(this,e))throw e}}finally{x=x.parent}}runTask(e,t,n){if(e.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(e.zone||_).name+"; Execution: "+this.name+")");const r=e,{type:o,data:{isPeriodic:i=!1,isRefreshable:s=!1}={}}=e;if(e.state===k&&(o===P||o===j))return;const a=e.state!=w;a&&r._transitionTo(w,T);const c=C;C=r,x={parent:x,zone:this};try{o!=j||!e.data||i||s||(e.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,r,t,n)}catch(e){if(this._zoneDelegate.handleError(this,e))throw e}}finally{const t=e.state;if(t!==k&&t!==S)if(o==P||i||s&&t===b)a&&r._transitionTo(T,w,b);else{const e=r._zoneDelegates;this._updateTaskCount(r,-1),a&&r._transitionTo(k,w,k),s&&(r._zoneDelegates=e)}x=x.parent,C=c}}scheduleTask(e){if(e.zone&&e.zone!==this){let t=this;for(;t;){if(t===e.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${e.zone.name}`);t=t.parent}}e._transitionTo(b,k);const t=[];e._zoneDelegates=t,e._zone=this;try{e=this._zoneDelegate.scheduleTask(this,e)}catch(t){throw e._transitionTo(S,b,k),this._zoneDelegate.handleError(this,t),t}return e._zoneDelegates===t&&this._updateTaskCount(e,1),e.state==b&&e._transitionTo(T,b),e}scheduleMicroTask(e,t,n,r){return this.scheduleTask(new l(O,e,t,n,r,void 0))}scheduleMacroTask(e,t,n,r,o){return this.scheduleTask(new l(j,e,t,n,r,o))}scheduleEventTask(e,t,n,r,o){return this.scheduleTask(new l(P,e,t,n,r,o))}cancelTask(e){if(e.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(e.zone||_).name+"; Execution: "+this.name+")");if(e.state===T||e.state===w){e._transitionTo(E,T,w);try{this._zoneDelegate.cancelTask(this,e)}catch(t){throw e._transitionTo(S,E),this._zoneDelegate.handleError(this,t),t}return this._updateTaskCount(e,-1),e._transitionTo(k,E),e.runCount=-1,e}}_updateTaskCount(e,t){const n=e._zoneDelegates;-1==t&&(e._zoneDelegates=null);for(let r=0;r<n.length;r++)n[r]._updateTaskCount(e.type,t)}}t(s,"__symbol__",n);const a={name:"",onHasTask:(e,t,n,r)=>e.hasTask(n,r),onScheduleTask:(e,t,n,r)=>e.scheduleTask(n,r),onInvokeTask:(e,t,n,r,o,i)=>e.invokeTask(n,r,o,i),onCancelTask:(e,t,n,r)=>e.cancelTask(n,r)};class c{get zone(){return this._zone}constructor(e,n,r){t(this,"_zone",void 0),t(this,"_taskCounts",{microTask:0,macroTask:0,eventTask:0}),t(this,"_parentDelegate",void 0),t(this,"_forkDlgt",void 0),t(this,"_forkZS",void 0),t(this,"_forkCurrZone",void 0),t(this,"_interceptDlgt",void 0),t(this,"_interceptZS",void 0),t(this,"_interceptCurrZone",void 0),t(this,"_invokeDlgt",void 0),t(this,"_invokeZS",void 0),t(this,"_invokeCurrZone",void 0),t(this,"_handleErrorDlgt",void 0),t(this,"_handleErrorZS",void 0),t(this,"_handleErrorCurrZone",void 0),t(this,"_scheduleTaskDlgt",void 0),t(this,"_scheduleTaskZS",void 0),t(this,"_scheduleTaskCurrZone",void 0),t(this,"_invokeTaskDlgt",void 0),t(this,"_invokeTaskZS",void 0),t(this,"_invokeTaskCurrZone",void 0),t(this,"_cancelTaskDlgt",void 0),t(this,"_cancelTaskZS",void 0),t(this,"_cancelTaskCurrZone",void 0),t(this,"_hasTaskDlgt",void 0),t(this,"_hasTaskDlgtOwner",void 0),t(this,"_hasTaskZS",void 0),t(this,"_hasTaskCurrZone",void 0),this._zone=e,this._parentDelegate=n,this._forkZS=r&&(r&&r.onFork?r:n._forkZS),this._forkDlgt=r&&(r.onFork?n:n._forkDlgt),this._forkCurrZone=r&&(r.onFork?this._zone:n._forkCurrZone),this._interceptZS=r&&(r.onIntercept?r:n._interceptZS),this._interceptDlgt=r&&(r.onIntercept?n:n._interceptDlgt),this._interceptCurrZone=r&&(r.onIntercept?this._zone:n._interceptCurrZone),this._invokeZS=r&&(r.onInvoke?r:n._invokeZS),this._invokeDlgt=r&&(r.onInvoke?n:n._invokeDlgt),this._invokeCurrZone=r&&(r.onInvoke?this._zone:n._invokeCurrZone),this._handleErrorZS=r&&(r.onHandleError?r:n._handleErrorZS),this._handleErrorDlgt=r&&(r.onHandleError?n:n._handleErrorDlgt),this._handleErrorCurrZone=r&&(r.onHandleError?this._zone:n._handleErrorCurrZone),this._scheduleTaskZS=r&&(r.onScheduleTask?r:n._scheduleTaskZS),this._scheduleTaskDlgt=r&&(r.onScheduleTask?n:n._scheduleTaskDlgt),this._scheduleTaskCurrZone=r&&(r.onScheduleTask?this._zone:n._scheduleTaskCurrZone),this._invokeTaskZS=r&&(r.onInvokeTask?r:n._invokeTaskZS),this._invokeTaskDlgt=r&&(r.onInvokeTask?n:n._invokeTaskDlgt),this._invokeTaskCurrZone=r&&(r.onInvokeTask?this._zone:n._invokeTaskCurrZone),this._cancelTaskZS=r&&(r.onCancelTask?r:n._cancelTaskZS),this._cancelTaskDlgt=r&&(r.onCancelTask?n:n._cancelTaskDlgt),this._cancelTaskCurrZone=r&&(r.onCancelTask?this._zone:n._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const o=r&&r.onHasTask,i=n&&n._hasTaskZS;(o||i)&&(this._hasTaskZS=o?r:a,this._hasTaskDlgt=n,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=this._zone,r.onScheduleTask||(this._scheduleTaskZS=a,this._scheduleTaskDlgt=n,this._scheduleTaskCurrZone=this._zone),r.onInvokeTask||(this._invokeTaskZS=a,this._invokeTaskDlgt=n,this._invokeTaskCurrZone=this._zone),r.onCancelTask||(this._cancelTaskZS=a,this._cancelTaskDlgt=n,this._cancelTaskCurrZone=this._zone))}fork(e,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,e,t):new s(e,t)}intercept(e,t,n){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,e,t,n):t}invoke(e,t,n,r,o){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,e,t,n,r,o):t.apply(n,r)}handleError(e,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,e,t)}scheduleTask(e,t){let n=t;if(this._scheduleTaskZS)this._hasTaskZS&&n._zoneDelegates.push(this._hasTaskDlgtOwner),n=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,e,t),n||(n=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=O)throw new Error("Task is missing scheduleFn.");y(t)}return n}invokeTask(e,t,n,r){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,e,t,n,r):t.callback.apply(n,r)}cancelTask(e,t){let n;if(this._cancelTaskZS)n=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,e,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");n=t.cancelFn(t)}return n}hasTask(e,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,e,t)}catch(t){this.handleError(e,t)}}_updateTaskCount(e,t){const n=this._taskCounts,r=n[e],o=n[e]=r+t;if(o<0)throw new Error("More tasks executed then were scheduled.");if(0==r||0==o){const t={microTask:n.microTask>0,macroTask:n.macroTask>0,eventTask:n.eventTask>0,change:e};this.hasTask(this._zone,t)}}}class l{constructor(n,r,o,i,s,a){if(t(this,"type",void 0),t(this,"source",void 0),t(this,"invoke",void 0),t(this,"callback",void 0),t(this,"data",void 0),t(this,"scheduleFn",void 0),t(this,"cancelFn",void 0),t(this,"_zone",null),t(this,"runCount",0),t(this,"_zoneDelegates",null),t(this,"_state","notScheduled"),this.type=n,this.source=r,this.data=i,this.scheduleFn=s,this.cancelFn=a,!o)throw new Error("callback is not defined");this.callback=o;const c=this;n===P&&i&&i.useG?this.invoke=l.invokeTask:this.invoke=function(){return l.invokeTask.call(e,c,this,arguments)}}static invokeTask(e,t,n){e||(e=this),R++;try{return e.runCount++,e.zone.runTask(e,t,n)}finally{1==R&&m(),R--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(k,b)}_transitionTo(e,t,n){if(this._state!==t&&this._state!==n)throw new Error(`${this.type} '${this.source}': can not transition to '${e}', expecting state '${t}'${n?" or '"+n+"'":""}, was '${this._state}'.`);this._state=e,e==k&&(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 u=n("setTimeout"),f=n("Promise"),h=n("then");let p,d=[],v=!1;function g(t){if(p||e[f]&&(p=e[f].resolve(0)),p){let e=p[h];e||(e=p.then),e.call(p,t)}else e[u](t,0)}function y(e){0===R&&0===d.length&&g(m),e&&d.push(e)}function m(){if(!v){for(v=!0;d.length;){const e=d;d=[];for(let t=0;t<e.length;t++){const n=e[t];try{n.zone.runTask(n,null,null)}catch(e){Z.onUnhandledError(e)}}}Z.microtaskDrainDone(),v=!1}}const _={name:"NO ZONE"},k="notScheduled",b="scheduling",T="scheduled",w="running",E="canceling",S="unknown",O="microTask",j="macroTask",P="eventTask",D={},Z={symbol:n,currentZoneFrame:()=>x,onUnhandledError:z,microtaskDrainDone:z,scheduleMicroTask:y,showUncaughtError:()=>!s[n("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:g};let x={parent:null,zone:new s(null,null)},C=null,R=0;function z(){}return i("Zone","Zone"),s}const a=Object.getOwnPropertyDescriptor,c=Object.defineProperty,l=Object.getPrototypeOf,u=Object.create,f=Array.prototype.slice,h="addEventListener",p="removeEventListener",d=n(h),v=n(p),g="true",y="false",m=n("");function _(e,t){return Zone.current.wrap(e,t)}function k(e,t,n,r,o){return Zone.current.scheduleMacroTask(e,t,n,r,o)}const b=n,T="undefined"!=typeof window,w=T?window:void 0,E=T&&w||globalThis;function S(e,t){for(let n=e.length-1;n>=0;n--)"function"==typeof e[n]&&(e[n]=_(e[n],t+"_"+n));return e}function O(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&void 0===e.set)}const j="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,P=!("nw"in E)&&void 0!==E.process&&"[object process]"===E.process.toString(),D=!P&&!j&&!(!T||!w.HTMLElement),Z=void 0!==E.process&&"[object process]"===E.process.toString()&&!j&&!(!T||!w.HTMLElement),x={},C=b("enable_beforeunload"),R=function(e){if(!(e=e||E.event))return;let t=x[e.type];t||(t=x[e.type]=b("ON_PROPERTY"+e.type));const n=this||e.target||E,r=n[t];let o;if(D&&n===w&&"error"===e.type){const t=e;o=r&&r.call(this,t.message,t.filename,t.lineno,t.colno,t.error),!0===o&&e.preventDefault()}else o=r&&r.apply(this,arguments),"beforeunload"===e.type&&E[C]&&"string"==typeof o?e.returnValue=o:null==o||o||e.preventDefault();return o};function z(e,t,n){let r=a(e,t);if(!r&&n){a(n,t)&&(r={enumerable:!0,configurable:!0})}if(!r||!r.configurable)return;const o=b("on"+t+"patched");if(e.hasOwnProperty(o)&&e[o])return;delete r.writable,delete r.value;const i=r.get,s=r.set,l=t.slice(2);let u=x[l];u||(u=x[l]=b("ON_PROPERTY"+l)),r.set=function(t){let n=this;if(n||e!==E||(n=E),!n)return;"function"==typeof n[u]&&n.removeEventListener(l,R),null==s||s.call(n,null),n[u]=t,"function"==typeof t&&n.addEventListener(l,R,!1)},r.get=function(){let n=this;if(n||e!==E||(n=E),!n)return null;const o=n[u];if(o)return o;if(i){let e=i.call(this);if(e)return r.set.call(this,e),"function"==typeof n.removeAttribute&&n.removeAttribute(t),e}return null},c(e,t,r),e[o]=!0}function I(e,t,n){if(t)for(let r=0;r<t.length;r++)z(e,"on"+t[r],n);else{const t=[];for(const n in e)"on"==n.slice(0,2)&&t.push(n);for(let r=0;r<t.length;r++)z(e,t[r],n)}}const M=b("originalInstance");function A(e){const t=E[e];if(!t)return;E[b(e)]=t,E[e]=function(){const n=S(arguments,e);switch(n.length){case 0:this[M]=new t;break;case 1:this[M]=new t(n[0]);break;case 2:this[M]=new t(n[0],n[1]);break;case 3:this[M]=new t(n[0],n[1],n[2]);break;case 4:this[M]=new t(n[0],n[1],n[2],n[3]);break;default:throw new Error("Arg list too long.")}},F(E[e],t);const n=new t(function(){});let r;for(r in n)"XMLHttpRequest"===e&&"responseBlob"===r||function(t){"function"==typeof n[t]?E[e].prototype[t]=function(){return this[M][t].apply(this[M],arguments)}:c(E[e].prototype,t,{set:function(n){"function"==typeof n?(this[M][t]=_(n,e+"."+t),F(this[M][t],n)):this[M][t]=n},get:function(){return this[M][t]}})}(r);for(r in t)"prototype"!==r&&t.hasOwnProperty(r)&&(E[e][r]=t[r])}function N(e,t,n){let r=e;for(;r&&!r.hasOwnProperty(t);)r=l(r);!r&&e[t]&&(r=e);const o=b(t);let i=null;if(r&&(!(i=r[o])||!r.hasOwnProperty(o))){i=r[o]=r[t];if(O(r&&a(r,t))){const e=n(i,o,t);r[t]=function(){return e(this,arguments)},F(r[t],i)}}return i}function L(e,t,n){let r=null;function o(e){const t=e.data;return t.args[t.cbIdx]=function(){e.invoke.apply(this,arguments)},r.apply(t.target,t.args),e}r=N(e,t,e=>function(t,r){const i=n(t,r);return i.cbIdx>=0&&"function"==typeof r[i.cbIdx]?k(i.name,r[i.cbIdx],i,o):e.apply(t,r)})}function F(e,t){e[b("OriginalDelegate")]=t}let H=!1,q=!1;function W(){if(H)return q;H=!0;try{const e=w.navigator.userAgent;-1===e.indexOf("MSIE ")&&-1===e.indexOf("Trident/")&&-1===e.indexOf("Edge/")||(q=!0)}catch(e){}return q}function U(e){return"function"==typeof e}function B(e){return"number"==typeof e}const G={useG:!0},$={},J={},V=new RegExp("^"+m+"(\\w+)(true|false)$"),X=b("propagationStopped");function Y(e,t){const n=(t?t(e):e)+y,r=(t?t(e):e)+g,o=m+n,i=m+r;$[e]={},$[e][y]=o,$[e][g]=i}function K(e,t,n,o){const i=o&&o.add||h,s=o&&o.rm||p,a=o&&o.listeners||"eventListeners",c=o&&o.rmAll||"removeAllListeners",u=b(i),f="."+i+":",d="prependListener",v="."+d+":",_=function(e,t,n){if(e.isRemoved)return;const r=e.callback;let o;"object"==typeof r&&r.handleEvent&&(e.callback=e=>r.handleEvent(e),e.originalDelegate=r);try{e.invoke(e,t,[n])}catch(e){o=e}const i=e.options;if(i&&"object"==typeof i&&i.once){const r=e.originalDelegate?e.originalDelegate:e.callback;t[s].call(t,n.type,r,i)}return o};function k(n,r,o){if(!(r=r||e.event))return;const i=n||r.target||e,s=i[$[r.type][o?g:y]];if(s){const e=[];if(1===s.length){const t=_(s[0],i,r);t&&e.push(t)}else{const t=s.slice();for(let n=0;n<t.length&&(!r||!0!==r[X]);n++){const o=_(t[n],i,r);o&&e.push(o)}}if(1===e.length)throw e[0];for(let n=0;n<e.length;n++){const r=e[n];t.nativeScheduleMicroTask(()=>{throw r})}}}const T=function(e){return k(this,e,!1)},w=function(e){return k(this,e,!0)};function E(t,n){if(!t)return!1;let o=!0;n&&void 0!==n.useG&&(o=n.useG);const h=n&&n.vh;let p=!0;n&&void 0!==n.chkDup&&(p=n.chkDup);let _=!1;n&&void 0!==n.rt&&(_=n.rt);let k=t;for(;k&&!k.hasOwnProperty(i);)k=l(k);if(!k&&t[i]&&(k=t),!k)return!1;if(k[u])return!1;const E=n&&n.eventNameToString,S={},O=k[u]=k[i],j=k[b(s)]=k[s],D=k[b(a)]=k[a],Z=k[b(c)]=k[c];let x;n&&n.prepend&&(x=k[b(n.prepend)]=k[n.prepend]);const C=function(e){return x.call(S.target,S.eventName,e.invoke,S.options)},R=o?function(e){if(!S.isExisting)return O.call(S.target,S.eventName,S.capture?w:T,S.options)}:function(e){return O.call(S.target,S.eventName,e.invoke,S.options)},z=o?function(e){if(!e.isRemoved){const t=$[e.eventName];let n;t&&(n=t[e.capture?g:y]);const r=n&&e.target[n];if(r)for(let t=0;t<r.length;t++){if(r[t]===e){r.splice(t,1),e.isRemoved=!0,e.removeAbortListener&&(e.removeAbortListener(),e.removeAbortListener=null),0===r.length&&(e.allRemoved=!0,e.target[n]=null);break}}}if(e.allRemoved)return j.call(e.target,e.eventName,e.capture?w:T,e.options)}:function(e){return j.call(e.target,e.eventName,e.invoke,e.options)},I=(null==n?void 0:n.diff)||function(e,t){const n=typeof t;return"function"===n&&e.callback===t||"object"===n&&e.originalDelegate===t},M=Zone[b("UNPATCHED_EVENTS")],A=e[b("PASSIVE_EVENTS")];const N=function(t,i,s,a,c=!1,l=!1){return function(){const u=this||e;let f=arguments[0];n&&n.transferEventName&&(f=n.transferEventName(f));let d=arguments[1];if(!d)return t.apply(this,arguments);if(P&&"uncaughtException"===f)return t.apply(this,arguments);let v=!1;if("function"!=typeof d){if(!d.handleEvent)return t.apply(this,arguments);v=!0}if(h&&!h(t,d,u,arguments))return;const m=!!A&&-1!==A.indexOf(f),_=function(e){if("object"==typeof e&&null!==e){const t=r({},e);return e.signal&&(t.signal=e.signal),t}return e}(function(e,t){return t?"boolean"==typeof e?{capture:e,passive:!0}:e?"object"==typeof e&&!1!==e.passive?r(r({},e),{},{passive:!0}):e:{passive:!0}:e}(arguments[2],m)),k=null==_?void 0:_.signal;if(null!=k&&k.aborted)return;if(M)for(let e=0;e<M.length;e++)if(f===M[e])return m?t.call(u,f,d,_):t.apply(this,arguments);const b=!!_&&("boolean"==typeof _||_.capture),T=!(!_||"object"!=typeof _)&&_.once,w=Zone.current;let O=$[f];O||(Y(f,E),O=$[f]);const j=O[b?g:y];let D,Z=u[j],x=!1;if(Z){if(x=!0,p)for(let e=0;e<Z.length;e++)if(I(Z[e],d))return}else Z=u[j]=[];const C=u.constructor.name,R=J[C];R&&(D=R[f]),D||(D=C+i+(E?E(f):f)),S.options=_,T&&(S.options.once=!1),S.target=u,S.capture=b,S.eventName=f,S.isExisting=x;const z=o?G:void 0;z&&(z.taskData=S),k&&(S.options.signal=void 0);const N=w.scheduleEventTask(D,d,z,s,a);if(k){S.options.signal=k;const e=()=>N.zone.cancelTask(N);t.call(k,"abort",e,{once:!0}),N.removeAbortListener=()=>k.removeEventListener("abort",e)}return S.target=null,z&&(z.taskData=null),T&&(S.options.once=!0),"boolean"!=typeof N.options&&(N.options=_),N.target=u,N.capture=b,N.eventName=f,v&&(N.originalDelegate=d),l?Z.unshift(N):Z.push(N),c?u:void 0}};return k[i]=N(O,f,R,z,_),x&&(k[d]=N(x,v,C,z,_,!0)),k[s]=function(){const t=this||e;let r=arguments[0];n&&n.transferEventName&&(r=n.transferEventName(r));const o=arguments[2],i=!!o&&("boolean"==typeof o||o.capture),s=arguments[1];if(!s)return j.apply(this,arguments);if(h&&!h(j,s,t,arguments))return;const a=$[r];let c;a&&(c=a[i?g:y]);const l=c&&t[c];if(l)for(let e=0;e<l.length;e++){const n=l[e];if(I(n,s)){if(l.splice(e,1),n.isRemoved=!0,0===l.length&&(n.allRemoved=!0,t[c]=null,!i&&"string"==typeof r)){t[m+"ON_PROPERTY"+r]=null}return n.zone.cancelTask(n),_?t:void 0}}return j.apply(this,arguments)},k[a]=function(){const t=this||e;let r=arguments[0];n&&n.transferEventName&&(r=n.transferEventName(r));const o=[],i=Q(t,E?E(r):r);for(let e=0;e<i.length;e++){const t=i[e];let n=t.originalDelegate?t.originalDelegate:t.callback;o.push(n)}return o},k[c]=function(){const t=this||e;let r=arguments[0];if(r){n&&n.transferEventName&&(r=n.transferEventName(r));const e=$[r];if(e){const n=e[y],o=e[g],i=t[n],a=t[o];if(i){const e=i.slice();for(let t=0;t<e.length;t++){const n=e[t];let o=n.originalDelegate?n.originalDelegate:n.callback;this[s].call(this,r,o,n.options)}}if(a){const e=a.slice();for(let t=0;t<e.length;t++){const n=e[t];let o=n.originalDelegate?n.originalDelegate:n.callback;this[s].call(this,r,o,n.options)}}}}else{const e=Object.keys(t);for(let t=0;t<e.length;t++){const n=e[t],r=V.exec(n);let o=r&&r[1];o&&"removeListener"!==o&&this[c].call(this,o)}this[c].call(this,"removeListener")}if(_)return this},F(k[i],O),F(k[s],j),Z&&F(k[c],Z),D&&F(k[a],D),!0}let S=[];for(let e=0;e<n.length;e++)S[e]=E(n[e],o);return S}function Q(e,t){if(!t){const n=[];for(let r in e){const o=V.exec(r);let i=o&&o[1];if(i&&(!t||i===t)){const t=e[r];if(t)for(let e=0;e<t.length;e++)n.push(t[e])}}return n}let n=$[t];n||(Y(t),n=$[t]);const r=e[n[y]],o=e[n[g]];return r?o?r.concat(o):r.slice():o?o.slice():[]}function ee(e,t){const n=e.Event;n&&n.prototype&&t.patchMethod(n.prototype,"stopImmediatePropagation",e=>function(t,n){t[X]=!0,e&&e.apply(t,n)})}function te(e,t){t.patchMethod(e,"queueMicrotask",e=>function(e,t){Zone.current.scheduleMicroTask("queueMicrotask",t[0])})}const ne=b("zoneTask");function re(e,t,n,r){let o=null,i=null;n+=r;const s={};function a(t){const n=t.data;n.args[0]=function(){return t.invoke.apply(this,arguments)};const r=o.apply(e,n.args);return B(r)?n.handleId=r:(n.handle=r,n.isRefreshable=U(r.refresh)),t}function c(t){const{handle:n,handleId:r}=t.data;return i.call(e,null!=n?n:r)}o=N(e,t+=r,n=>function(o,i){if(U(i[0])){var l;const e={isRefreshable:!1,isPeriodic:"Interval"===r,delay:"Timeout"===r||"Interval"===r?i[1]||0:void 0,args:i},n=i[0];i[0]=function(){try{return n.apply(this,arguments)}finally{const{handle:t,handleId:n,isPeriodic:r,isRefreshable:o}=e;r||o||(n?delete s[n]:t&&(t[ne]=null))}};const o=k(t,i[0],e,a,c);if(!o)return o;const{handleId:u,handle:f,isRefreshable:h,isPeriodic:p}=o.data;if(u)s[u]=o;else if(f&&(f[ne]=o,h&&!p)){const e=f.refresh;f.refresh=function(){const{zone:t,state:n}=o;return"notScheduled"===n?(o._state="scheduled",t._updateTaskCount(o,1)):"running"===n&&(o._state="scheduling"),e.call(this)}}return null!==(l=null!=f?f:u)&&void 0!==l?l:o}return n.apply(e,i)}),i=N(e,n,t=>function(n,r){var o;const i=r[0];let a;B(i)?(a=s[i],delete s[i]):(a=null==i?void 0:i[ne],a?i[ne]=null:a=i),null!==(o=a)&&void 0!==o&&o.type?a.cancelFn&&a.zone.cancelTask(a):t.apply(e,r)})}function oe(e,t){if(Zone[t.symbol("patchEventTarget")])return;const{eventNames:n,zoneSymbolEventNames:r,TRUE_STR:o,FALSE_STR:i,ZONE_SYMBOL_PREFIX:s}=t.getGlobalObjects();for(let e=0;e<n.length;e++){const t=n[e],a=s+(t+i),c=s+(t+o);r[t]={},r[t][i]=a,r[t][o]=c}const a=e.EventTarget;return a&&a.prototype?(t.patchEventTarget(e,t,[a&&a.prototype]),!0):void 0}function ie(e,t,n){if(!n||0===n.length)return t;const r=n.filter(t=>t.target===e);if(0===r.length)return t;const o=r[0].ignoreProperties;return t.filter(e=>-1===o.indexOf(e))}function se(e,t,n,r){if(!e)return;I(e,ie(e,t,n),r)}function ae(e){return Object.getOwnPropertyNames(e).filter(e=>e.startsWith("on")&&e.length>2).map(e=>e.substring(2))}function ce(e,t){if(P&&!Z)return;if(Zone[e.symbol("patchEvents")])return;const n=t.__Zone_ignore_on_properties;let r=[];if(D){const e=window;r=r.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const t=[];se(e,ae(e),n?n.concat(t):n,l(e))}r=r.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let e=0;e<r.length;e++){const o=t[r[e]];(null==o?void 0:o.prototype)&&se(o.prototype,ae(o.prototype),n)}}function le(e){e.__load_patch("ZoneAwarePromise",(e,t,n)=>{const r=Object.getOwnPropertyDescriptor,o=Object.defineProperty;const i=n.symbol,s=[],a=!1!==e[i("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],c=i("Promise"),l=i("then");n.onUnhandledError=e=>{if(n.showUncaughtError()){const t=e&&e.rejection;t?console.error("Unhandled Promise rejection:",t instanceof Error?t.message:t,"; Zone:",e.zone.name,"; Task:",e.task&&e.task.source,"; Value:",t,t instanceof Error?t.stack:void 0):console.error(e)}},n.microtaskDrainDone=()=>{for(;s.length;){const e=s.shift();try{e.zone.runGuarded(()=>{if(e.throwOriginal)throw e.rejection;throw e})}catch(e){f(e)}}};const u=i("unhandledPromiseRejectionHandler");function f(e){n.onUnhandledError(e);try{const n=t[u];"function"==typeof n&&n.call(this,e)}catch(e){}}function h(e){return e&&"function"==typeof e.then}function p(e){return e}function d(e){return R.reject(e)}const v=i("state"),g=i("value"),y=i("finally"),m=i("parentPromiseValue"),_=i("parentPromiseState"),k=null,b=!0,T=!1;function w(e,t){return n=>{try{j(e,t,n)}catch(t){j(e,!1,t)}}}const E=function(){let e=!1;return function(t){return function(){e||(e=!0,t.apply(null,arguments))}}},S="Promise resolved with itself",O=i("currentTaskTrace");function j(e,r,i){const c=E();if(e===i)throw new TypeError(S);if(e[v]===k){let l=null;try{"object"!=typeof i&&"function"!=typeof i||(l=i&&i.then)}catch(t){return c(()=>{j(e,!1,t)})(),e}if(r!==T&&i instanceof R&&i.hasOwnProperty(v)&&i.hasOwnProperty(g)&&i[v]!==k)D(i),j(e,i[v],i[g]);else if(r!==T&&"function"==typeof l)try{l.call(i,c(w(e,r)),c(w(e,!1)))}catch(t){c(()=>{j(e,!1,t)})()}else{e[v]=r;const c=e[g];if(e[g]=i,e[y]===y&&r===b&&(e[v]=e[_],e[g]=e[m]),r===T&&i instanceof Error){const e=t.currentTask&&t.currentTask.data&&t.currentTask.data.__creationTrace__;e&&o(i,O,{configurable:!0,enumerable:!1,writable:!0,value:e})}for(let t=0;t<c.length;)Z(e,c[t++],c[t++],c[t++],c[t++]);if(0==c.length&&r==T){e[v]=0;let r=i;try{throw new Error("Uncaught (in promise): "+function(e){if(e&&e.toString===Object.prototype.toString){return(e.constructor&&e.constructor.name||"")+": "+JSON.stringify(e)}return e?e.toString():Object.prototype.toString.call(e)}(i)+(i&&i.stack?"\n"+i.stack:""))}catch(e){r=e}a&&(r.throwOriginal=!0),r.rejection=i,r.promise=e,r.zone=t.current,r.task=t.currentTask,s.push(r),n.scheduleMicroTask()}}}return e}const P=i("rejectionHandledHandler");function D(e){if(0===e[v]){try{const n=t[P];n&&"function"==typeof n&&n.call(this,{rejection:e[g],promise:e})}catch(e){}e[v]=T;for(let t=0;t<s.length;t++)e===s[t].promise&&s.splice(t,1)}}function Z(e,t,n,r,o){D(e);const i=e[v],s=i?"function"==typeof r?r:p:"function"==typeof o?o:d;t.scheduleMicroTask("Promise.then",()=>{try{const r=e[g],o=!!n&&y===n[y];o&&(n[m]=r,n[_]=i);const a=t.run(s,void 0,o&&s!==d&&s!==p?[]:[r]);j(n,!0,a)}catch(e){j(n,!1,e)}},n)}const x=function(){},C=e.AggregateError;class R{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(e){return e instanceof R?e:j(new this(null),b,e)}static reject(e){return j(new this(null),T,e)}static withResolvers(){const e={};return e.promise=new R((t,n)=>{e.resolve=t,e.reject=n}),e}static any(e){if(!e||"function"!=typeof e[Symbol.iterator])return Promise.reject(new C([],"All promises were rejected"));const t=[];let n=0;try{for(let r of e)n++,t.push(R.resolve(r))}catch(e){return Promise.reject(new C([],"All promises were rejected"))}if(0===n)return Promise.reject(new C([],"All promises were rejected"));let r=!1;const o=[];return new R((e,i)=>{for(let s=0;s<t.length;s++)t[s].then(t=>{r||(r=!0,e(t))},e=>{o.push(e),n--,0===n&&(r=!0,i(new C(o,"All promises were rejected")))})})}static race(e){let t,n,r=new this((e,r)=>{t=e,n=r});function o(e){t(e)}function i(e){n(e)}for(let t of e)h(t)||(t=this.resolve(t)),t.then(o,i);return r}static all(e){return R.allWithCallback(e)}static allSettled(e){return(this&&this.prototype instanceof R?this:R).allWithCallback(e,{thenCallback:e=>({status:"fulfilled",value:e}),errorCallback:e=>({status:"rejected",reason:e})})}static allWithCallback(e,t){let n,r,o=new this((e,t)=>{n=e,r=t}),i=2,s=0;const a=[];for(let o of e){h(o)||(o=this.resolve(o));const e=s;try{o.then(r=>{a[e]=t?t.thenCallback(r):r,i--,0===i&&n(a)},o=>{t?(a[e]=t.errorCallback(o),i--,0===i&&n(a)):r(o)})}catch(e){r(e)}i++,s++}return i-=2,0===i&&n(a),o}constructor(e){const t=this;if(!(t instanceof R))throw new Error("Must be an instanceof Promise.");t[v]=k,t[g]=[];try{const n=E();e&&e(n(w(t,b)),n(w(t,T)))}catch(e){j(t,!1,e)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return R}then(e,n){var r;let o=null===(r=this.constructor)||void 0===r?void 0:r[Symbol.species];o&&"function"==typeof o||(o=this.constructor||R);const i=new o(x),s=t.current;return this[v]==k?this[g].push(s,i,e,n):Z(this,s,i,e,n),i}catch(e){return this.then(null,e)}finally(e){var n;let r=null===(n=this.constructor)||void 0===n?void 0:n[Symbol.species];r&&"function"==typeof r||(r=R);const o=new r(x);o[y]=y;const i=t.current;return this[v]==k?this[g].push(i,o,e,e):Z(this,i,o,e,e),o}}R.resolve=R.resolve,R.reject=R.reject,R.race=R.race,R.all=R.all;const z=e[c]=e.Promise;e.Promise=R;const I=i("thenPatched");function M(e){const t=e.prototype,n=r(t,"then");if(n&&(!1===n.writable||!n.configurable))return;const o=t.then;t[l]=o,e.prototype.then=function(e,t){return new R((e,t)=>{o.call(this,e,t)}).then(e,t)},e[I]=!0}return n.patchThen=M,z&&(M(z),N(e,"fetch",e=>{return t=e,function(e,n){let r=t.apply(e,n);if(r instanceof R)return r;let o=r.constructor;return o[I]||M(o),r};var t})),Promise[t.__symbol__("uncaughtPromiseErrors")]=s,R})}function ue(e,t,n,r,o){const i=Zone.__symbol__(r);if(t[i])return;const s=t[i]=t[r];t[r]=function(i,a,c){return a&&a.prototype&&o.forEach(function(t){const o=`${n}.${r}::`+t,i=a.prototype;try{if(i.hasOwnProperty(t)){const n=e.ObjectGetOwnPropertyDescriptor(i,t);n&&n.value?(n.value=e.wrapWithCurrentZone(n.value,o),e._redefineProperty(a.prototype,t,n)):i[t]&&(i[t]=e.wrapWithCurrentZone(i[t],o))}else i[t]&&(i[t]=e.wrapWithCurrentZone(i[t],o))}catch(e){}}),s.call(t,i,a,c)},e.attachOriginToPatched(t[r],s)}const fe=function(){var e;const t=globalThis,r=!0===t[n("forceDuplicateZoneCheck")];if(t.Zone&&(r||"function"!=typeof t.Zone.__symbol__))throw new Error("Zone already loaded.");return null!==(e=t["Zone"])&&void 0!==e||(t.Zone=s()),t.Zone}();return function(e){le(e),function(e){e.__load_patch("toString",e=>{const t=Function.prototype.toString,n=b("OriginalDelegate"),r=b("Promise"),o=b("Error"),i=function(){if("function"==typeof this){const i=this[n];if(i)return"function"==typeof i?t.call(i):Object.prototype.toString.call(i);if(this===Promise){const n=e[r];if(n)return t.call(n)}if(this===Error){const n=e[o];if(n)return t.call(n)}}return t.call(this)};i[n]=t,Function.prototype.toString=i;const s=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":s.call(this)}})}(e),function(e){e.__load_patch("util",(e,t,n)=>{const r=ae(e);n.patchOnProperties=I,n.patchMethod=N,n.bindArguments=S,n.patchMacroTask=L;const o=t.__symbol__("BLACK_LISTED_EVENTS"),i=t.__symbol__("UNPATCHED_EVENTS");e[i]&&(e[o]=e[i]),e[o]&&(t[o]=t[i]=e[o]),n.patchEventPrototype=ee,n.patchEventTarget=K,n.isIEOrEdge=W,n.ObjectDefineProperty=c,n.ObjectGetOwnPropertyDescriptor=a,n.ObjectCreate=u,n.ArraySlice=f,n.patchClass=A,n.wrapWithCurrentZone=_,n.filterProperties=ie,n.attachOriginToPatched=F,n._redefineProperty=Object.defineProperty,n.patchCallbacks=ue,n.getGlobalObjects=()=>({globalSources:J,zoneSymbolEventNames:$,eventNames:r,isBrowser:D,isMix:Z,isNode:P,TRUE_STR:g,FALSE_STR:y,ZONE_SYMBOL_PREFIX:m,ADD_EVENT_LISTENER_STR:h,REMOVE_EVENT_LISTENER_STR:p})})}(e)}(fe),function(e){e.__load_patch("legacy",t=>{const n=t[e.__symbol__("legacyPatch")];n&&n()}),e.__load_patch("timers",e=>{const t="set",n="clear";re(e,t,n,"Timeout"),re(e,t,n,"Interval"),re(e,t,n,"Immediate")}),e.__load_patch("requestAnimationFrame",e=>{re(e,"request","cancel","AnimationFrame"),re(e,"mozRequest","mozCancel","AnimationFrame"),re(e,"webkitRequest","webkitCancel","AnimationFrame")}),e.__load_patch("blocking",(e,t)=>{const n=["alert","prompt","confirm"];for(let r=0;r<n.length;r++){N(e,n[r],(n,r,o)=>function(r,i){return t.current.run(n,e,i,o)})}}),e.__load_patch("EventTarget",(e,t,n)=>{!function(e,t){t.patchEventPrototype(e,t)}(e,n),oe(e,n);const r=e.XMLHttpRequestEventTarget;r&&r.prototype&&n.patchEventTarget(e,n,[r.prototype])}),e.__load_patch("MutationObserver",(e,t,n)=>{A("MutationObserver"),A("WebKitMutationObserver")}),e.__load_patch("IntersectionObserver",(e,t,n)=>{A("IntersectionObserver")}),e.__load_patch("FileReader",(e,t,n)=>{A("FileReader")}),e.__load_patch("on_property",(e,t,n)=>{ce(n,e)}),e.__load_patch("customElements",(e,t,n)=>{!function(e,t){const{isBrowser:n,isMix:r}=t.getGlobalObjects();if(!n&&!r||!e.customElements||!("customElements"in e))return;t.patchCallbacks(t,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback","formAssociatedCallback","formDisabledCallback","formResetCallback","formStateRestoreCallback"])}(e,n)}),e.__load_patch("XHR",(e,t)=>{!function(e){const c=e.XMLHttpRequest;if(!c)return;const l=c.prototype;let u=l[d],f=l[v];if(!u){const t=e.XMLHttpRequestEventTarget;if(t){const e=t.prototype;u=e[d],f=e[v]}}const h="readystatechange",p="scheduled";function g(e){const r=e.data,s=r.target;s[i]=!1,s[a]=!1;const c=s[o];u||(u=s[d],f=s[v]),c&&f.call(s,h,c);const l=s[o]=()=>{if(s.readyState===s.DONE)if(!r.aborted&&s[i]&&e.state===p){const n=s[t.__symbol__("loadfalse")];if(0!==s.status&&n&&n.length>0){const o=e.invoke;e.invoke=function(){const n=s[t.__symbol__("loadfalse")];for(let t=0;t<n.length;t++)n[t]===e&&n.splice(t,1);r.aborted||e.state!==p||o.call(e)},n.push(e)}else e.invoke()}else r.aborted||!1!==s[i]||(s[a]=!0)};u.call(s,h,l);return s[n]||(s[n]=e),E.apply(s,r.args),s[i]=!0,e}function y(){}function m(e){const t=e.data;return t.aborted=!0,S.apply(t.target,t.args)}const _=N(l,"open",()=>function(e,t){return e[r]=0==t[2],e[s]=t[1],_.apply(e,t)}),T=b("fetchTaskAborting"),w=b("fetchTaskScheduling"),E=N(l,"send",()=>function(e,n){if(!0===t.current[w])return E.apply(e,n);if(e[r])return E.apply(e,n);{const t={target:e,url:e[s],isPeriodic:!1,args:n,aborted:!1},r=k("XMLHttpRequest.send",y,t,g,m);e&&!0===e[a]&&!t.aborted&&r.state===p&&r.invoke()}}),S=N(l,"abort",()=>function(e,r){const o=e[n];if(o&&"string"==typeof o.type){if(null==o.cancelFn||o.data&&o.data.aborted)return;o.zone.cancelTask(o)}else if(!0===t.current[T])return S.apply(e,r)})}(e);const n=b("xhrTask"),r=b("xhrSync"),o=b("xhrListener"),i=b("xhrScheduled"),s=b("xhrURL"),a=b("xhrErrorBeforeScheduled")}),e.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function(e,t){const n=e.constructor.name;for(let r=0;r<t.length;r++){const o=t[r],i=e[o];if(i){if(!O(a(e,o)))continue;e[o]=(e=>{const t=function(){return e.apply(this,S(arguments,n+"."+o))};return F(t,e),t})(i)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),e.__load_patch("PromiseRejectionEvent",(e,t)=>{function n(t){return function(n){Q(e,t).forEach(r=>{const o=e.PromiseRejectionEvent;if(o){const e=new o(t,{promise:n.promise,reason:n.rejection});r.invoke(e)}})}}e.PromiseRejectionEvent&&(t[b("unhandledPromiseRejectionHandler")]=n("unhandledrejection"),t[b("rejectionHandledHandler")]=n("rejectionhandled"))}),e.__load_patch("queueMicrotask",(e,t,n)=>{te(e,n)})}(fe),i}();return e(s)}(),function(){function e(e,t){return(t||"")+" (SystemJS Error#"+e+" https://github.com/systemjs/systemjs/blob/main/docs/errors.md#"+e+")"}var t,n="undefined"!=typeof Symbol,r="undefined"!=typeof self,o="undefined"!=typeof document,i=r?self:global;if(o){var s=document.querySelector("base[href]");s&&(t=s.href)}if(!t&&"undefined"!=typeof location){var a=(t=location.href.split("#")[0].split("?")[0]).lastIndexOf("/");-1!==a&&(t=t.slice(0,a+1))}var c=/\\/g;function l(e,t){if(-1!==e.indexOf("\\")&&(e=e.replace(c,"/")),"/"===e[0]&&"/"===e[1])return t.slice(0,t.indexOf(":")+1)+e;if("."===e[0]&&("/"===e[1]||"."===e[1]&&("/"===e[2]||2===e.length&&(e+="/"))||1===e.length&&(e+="/"))||"/"===e[0]){var n,r=t.slice(0,t.indexOf(":")+1);if(n="/"===t[r.length+1]?"file:"!==r?(n=t.slice(r.length+2)).slice(n.indexOf("/")+1):t.slice(8):t.slice(r.length+("/"===t[r.length])),"/"===e[0])return t.slice(0,t.length-n.length-1)+e;for(var o=n.slice(0,n.lastIndexOf("/")+1)+e,i=[],s=-1,a=0;a<o.length;a++)-1!==s?"/"===o[a]&&(i.push(o.slice(s,a+1)),s=-1):"."===o[a]?"."!==o[a+1]||"/"!==o[a+2]&&a+2!==o.length?"/"===o[a+1]||a+1===o.length?a+=1:s=a:(i.pop(),a+=2):s=a;return-1!==s&&i.push(o.slice(s)),t.slice(0,t.length-n.length)+i.join("")}}function u(e,t){return l(e,t)||(-1!==e.indexOf(":")?e:l("./"+e,t))}function f(e,t,n,r,o){for(var i in e){var s=l(i,n)||i,a=e[i];if("string"==typeof a){var c=g(r,l(a,n)||a,o);c?t[s]=c:v("W1",i,a,"bare specifier did not resolve")}}}function h(e,t,n){var r;for(r in e.imports&&f(e.imports,n.imports,t,n,null),e.scopes||{}){var o=u(r,t);f(e.scopes[r],n.scopes[o]||(n.scopes[o]={}),t,n,o)}for(r in e.depcache||{})n.depcache[u(r,t)]=e.depcache[r];for(r in e.integrity||{})n.integrity[u(r,t)]=e.integrity[r]}function p(e,t){if(t[e])return e;var n=e.length;do{var r=e.slice(0,n+1);if(r in t)return r}while(-1!==(n=e.lastIndexOf("/",n-1)))}function d(e,t){var n=p(e,t);if(n){var r=t[n];if(null===r)return;if(!(e.length>n.length&&"/"!==r[r.length-1]))return r+e.slice(n.length);v("W2",n,r,"should have a trailing '/'")}}function v(t,n,r,o){console.warn(e(t,"Package target "+o+", resolving target '"+r+"' for "+n))}function g(e,t,n){for(var r=e.scopes,o=n&&p(n,r);o;){var i=d(t,r[o]);if(i)return i;o=p(o.slice(0,o.lastIndexOf("/")),r)}return d(t,e.imports)||-1!==t.indexOf(":")&&t}var y=n&&Symbol.toStringTag,m=n?Symbol():"@";function _(){this[m]={}}var k,b=_.prototype;function T(e){return e.id}function w(e,t,n,r){if(e.onload(n,t.id,t.d&&t.d.map(T),!!r),n)throw n}function E(t,n,r){var o=t[m][n];if(o)return o;var i=[],s=Object.create(null);y&&Object.defineProperty(s,y,{value:"Module"});var a=Promise.resolve().then(function(){return t.instantiate(n,r)}).then(function(r){if(!r)throw Error(e(2,"Module "+n+" did not instantiate"));var a=r[1](function(e,t){o.h=!0;var n=!1;if("string"==typeof e)e in s&&s[e]===t||(s[e]=t,n=!0);else{for(var r in e){t=e[r];r in s&&s[r]===t||(s[r]=t,n=!0)}e&&e.__esModule&&(s.__esModule=e.__esModule)}if(n)for(var a=0;a<i.length;a++){var c=i[a];c&&c(s)}return t},2===r[1].length?{import:function(e){return t.import(e,n)},meta:t.createContext(n)}:void 0);return o.e=a.execute||function(){},[r[0],a.setters||[]]},function(e){throw o.e=null,o.er=e,w(t,o,e,!0),e}),c=a.then(function(e){return Promise.all(e[0].map(function(r,o){var i=e[1][o];return Promise.resolve(t.resolve(r,n)).then(function(e){var r=E(t,e,n);return Promise.resolve(r.I).then(function(){return i&&(r.i.push(i),!r.h&&r.I||i(r.n)),r})})})).then(function(e){o.d=e})});return o=t[m][n]={id:n,i:i,n:s,I:a,L:c,h:!1,d:void 0,e:void 0,er:void 0,E:void 0,C:void 0,p:void 0}}function S(e,t,n,r){if(!r[t.id])return r[t.id]=!0,Promise.resolve(t.L).then(function(){return t.p&&null!==t.p.e||(t.p=n),Promise.all(t.d.map(function(t){return S(e,t,n,r)}))}).catch(function(n){if(t.er)throw n;throw t.e=null,w(e,t,n,!1),n})}b.import=function(e,t){var n=this;return Promise.resolve(n.prepareImport()).then(function(){return n.resolve(e,t)}).then(function(e){var t=E(n,e);return t.C||function(e,t){return t.C=S(e,t,t,{}).then(function(){return j(e,t,{})}).then(function(){return t.n})}(n,t)})},b.createContext=function(e){var t=this;return{url:e,resolve:function(n,r){return Promise.resolve(t.resolve(n,r||e))}}},b.onload=function(){},b.register=function(e,t){k=[e,t]},b.getRegister=function(){var e=k;return k=void 0,e};var O=Object.freeze(Object.create(null));function j(e,t,n){if(!n[t.id]){if(n[t.id]=!0,!t.e){if(t.er)throw t.er;return t.E?t.E:void 0}var r,o=t.e;return t.e=null,t.d.forEach(function(o){try{var i=j(e,o,n);i&&(r=r||[]).push(i)}catch(n){throw t.er=n,w(e,t,n,!1),n}}),r?Promise.all(r).then(i):i()}function i(){try{var n=o.call(O);if(n)return n=n.then(function(){t.C=t.n,t.E=null,w(e,t,null,!0)},function(n){throw t.er=n,t.E=null,w(e,t,n,!0),n}),t.E=n;t.C=t.n,t.L=t.I=void 0}catch(e){throw t.er=e,e}finally{w(e,t,t.er,!0)}}}i.System=new _;var P,D,Z=Promise.resolve(),x={imports:{},scopes:{},depcache:{},integrity:{}},C=o;function R(){[].forEach.call(document.querySelectorAll("script"),function(n){if(!n.sp)if("systemjs-module"===n.type){if(n.sp=!0,!n.src)return;System.import("import:"===n.src.slice(0,7)?n.src.slice(7):u(n.src,t)).catch(function(e){if(e.message.indexOf("https://github.com/systemjs/systemjs/blob/main/docs/errors.md#3")>-1){var t=document.createEvent("Event");t.initEvent("error",!1,!1),n.dispatchEvent(t)}return Promise.reject(e)})}else if("systemjs-importmap"===n.type){n.sp=!0;var r=n.src?(System.fetch||fetch)(n.src,{integrity:n.integrity,passThrough:!0}).then(function(e){if(!e.ok)throw Error("Invalid status code: "+e.status);return e.text()}).catch(function(t){return t.message=e("W4","Error fetching systemjs-import map "+n.src)+"\n"+t.message,console.warn(t),"function"==typeof n.onerror&&n.onerror(),"{}"}):n.innerHTML;Z=Z.then(function(){return r}).then(function(e){z(x,e,n.src||t)})}})}function z(t,n,r){var o={};try{o=JSON.parse(n)}catch(t){console.warn(Error(e("W5","systemjs-importmap contains invalid JSON")+"\n\n"+n+"\n"))}h(o,r,t)}if(b.prepareImport=function(e){return(C||e)&&(R(),C=!1),Z},o&&(R(),window.addEventListener("DOMContentLoaded",R)),b.addImportMap=function(e,n){h(e,n||t,x)},o){window.addEventListener("error",function(e){M=e.filename,A=e.error});var I=location.origin}b.applyImportMap=function(e,n){Z=Z.then(function(){return e}).then(function(e){z(x,e,n||t)})},b.createScript=function(e){var t=document.createElement("script");t.async=!0,e.indexOf(I+"/")&&(t.crossOrigin="anonymous");var n=x.integrity[e];return n&&(t.integrity=n),t.src=e,t};var M,A,N={},L=b.register;b.register=function(e,t){if(o&&"loading"===document.readyState&&"string"!=typeof e){var n=document.querySelectorAll("script[src]"),r=n[n.length-1];if(r){r.src,P=e;var i=this;D=setTimeout(function(){N[r.src]=[e,t],i.import(r.src)})}}else P=void 0;return L.call(this,e,t)},b.instantiate=function(t,n){var r=N[t];if(r)return delete N[t],r;var o=this;return Promise.resolve(b.createScript(t)).then(function(r){return new Promise(function(i,s){r.addEventListener("error",function(){s(Error(e(3,"Error loading "+t+(n?" from "+n:""))))}),r.addEventListener("load",function(){try{document.head.removeChild(r)}catch(e){}if(M===t)s(A);else{var e=o.getRegister(t);e&&e[0]===P&&clearTimeout(D),i(e)}}),document.head.appendChild(r)})})},b.shouldFetch=function(){return!1},"undefined"!=typeof fetch&&(b.fetch=fetch);var F=b.instantiate,H=/^(text|application)\/(x-)?javascript(;|$)/;b.instantiate=function(t,n){var r=this;return this.shouldFetch(t)?this.fetch(t,{credentials:"same-origin",integrity:x.integrity[t]}).then(function(o){if(!o.ok)throw Error(e(7,o.status+" "+o.statusText+", loading "+t+(n?" from "+n:"")));var i=o.headers.get("content-type");if(!i||!H.test(i))throw Error(e(4,'Unknown Content-Type "'+i+'", loading '+t+(n?" from "+n:"")));return o.text().then(function(e){return e.indexOf("//# sourceURL=")<0&&(e+="\n//# sourceURL="+t),(0,eval)(e),r.getRegister(t)})}):F.apply(this,arguments)},b.resolve=function(n,r){return g(x,l(n,r=r||t)||n,r)||function(t,n){throw Error(e(8,"Unable to resolve bare specifier '"+t+(n?"' from "+n:"'")))}(n,r)};var q=b.instantiate;b.instantiate=function(e,t){var n=x.depcache[e];if(n)for(var r=0;r<n.length;r++)E(this,this.resolve(n[r],e),e);return q.call(this,e,t)},r&&"function"==typeof importScripts&&(b.instantiate=function(e){var t=this;return Promise.resolve().then(function(){return importScripts(e),t.getRegister(e)})}),function(e){var t,n,r,o=e.System.constructor.prototype;var i=o.import;o.import=function(o,s){return function(){for(var o in t=n=void 0,e)l(o)||(t?n||(n=o):t=o,r=o)}(),i.call(this,o,s)};var s=[[],function(){return{}}],a=o.getRegister;o.getRegister=function(){var o=a.call(this);if(o)return o;var i,c=function(o){var i,s,a=0;for(var c in e)if(!l(c)){if(0===a&&c!==t||1===a&&c!==n)return c;i?(r=c,s=o&&s||c):i=c===r,a++}return s}(this.firstGlobalProp);if(!c)return s;try{i=e[c]}catch(e){return s}return[[],function(e){return{execute:function(){e(i),e({default:i,__useDefault:!0})}}}]};var c="undefined"!=typeof navigator&&-1!==navigator.userAgent.indexOf("Trident");function l(t){return!e.hasOwnProperty(t)||!isNaN(t)&&t<e.length||c&&e[t]&&"undefined"!=typeof window&&e[t].parent===window}}("undefined"!=typeof self?self:global),function(e){var t=e.System.constructor.prototype,n=/^[^#?]+\.(css|html|json|wasm)([?#].*)?$/,r=t.shouldFetch.bind(t);t.shouldFetch=function(e){return r(e)||n.test(e)};var o=/^application\/json(;|$)/,i=/^text\/css(;|$)/,s=/^application\/wasm(;|$)/,a=t.fetch;t.fetch=function(t,n){return a(t,n).then(function(r){if(n.passThrough)return r;if(!r.ok)return r;var a=r.headers.get("content-type");return o.test(a)?r.json().then(function(e){return new Response(new Blob(['System.register([],function(e){return{execute:function(){e("default",'+JSON.stringify(e)+")}}})"],{type:"application/javascript"}))}):i.test(a)?r.text().then(function(e){return e=e.replace(/url\(\s*(?:(["'])((?:\\.|[^\n\\"'])+)\1|((?:\\.|[^\s,"'()\\])+))\s*\)/g,function(e,n,r,o){return"url("+n+u(r||o,t)+n+")"}),new Response(new Blob(["System.register([],function(e){return{execute:function(){var s=new CSSStyleSheet();s.replaceSync("+JSON.stringify(e)+');e("default",s)}}})'],{type:"application/javascript"}))}):s.test(a)?(WebAssembly.compileStreaming?WebAssembly.compileStreaming(r):r.arrayBuffer().then(WebAssembly.compile)).then(function(n){e.System.wasmModules||(e.System.wasmModules=Object.create(null)),e.System.wasmModules[t]=n;var r=[],o=[];return WebAssembly.Module.imports&&WebAssembly.Module.imports(n).forEach(function(e){var t=JSON.stringify(e.module);-1===r.indexOf(t)&&(r.push(t),o.push("function(m){i["+t+"]=m}"))}),new Response(new Blob(["System.register(["+r.join(",")+"],function(e){var i={};return{setters:["+o.join(",")+"],execute:function(){return WebAssembly.instantiate(System.wasmModules["+JSON.stringify(t)+"],i).then(function(m){e(m.exports)})}}})"],{type:"application/javascript"}))}):r})}}("undefined"!=typeof self?self:global);var W="undefined"!=typeof Symbol&&Symbol.toStringTag;b.get=function(e){var t=this[m][e];if(t&&null===t.e&&!t.E)return t.er?null:t.n},b.set=function(t,n){try{new URL(t)}catch(n){console.warn(Error(e("W3",'"'+t+'" is not a valid URL to set in the module registry')))}var r;W&&"Module"===n[W]?r=n:(r=Object.assign(Object.create(null),n),W&&Object.defineProperty(r,W,{value:"Module"}));var o=Promise.resolve(r),i=this[m][t]||(this[m][t]={id:t,i:[],h:!1,d:[],e:null,er:void 0,E:void 0});return!i.e&&!i.E&&(Object.assign(i,{n:r,I:void 0,L:void 0,C:o}),r)},b.has=function(e){return!!this[m][e]},b.delete=function(e){var t=this[m],n=t[e];if(!n||n.p&&null!==n.p.e||n.E)return!1;var r=n.i;return n.d&&n.d.forEach(function(e){var t=e.i.indexOf(n);-1!==t&&e.i.splice(t,1)}),delete t[e],function(){var n=t[e];if(!n||!r||null!==n.e||n.E)return!1;r.forEach(function(e){n.i.push(e),e(n.n)}),r=null}};var U="undefined"!=typeof Symbol&&Symbol.iterator;b.entries=function(){var e,t,n=this,r=Object.keys(n[m]),o=0,i={next:function(){for(;void 0!==(t=r[o++])&&void 0===(e=n.get(t)););return{done:void 0===t,value:void 0!==t&&[t,e]}}};return i[U]=function(){return this},i}}(),function(){var e=null,t=["css","html","gz"];function n(){var e=!1;try{e="undefined"!=typeof document&&"undefined"!=typeof window}catch(e){}return!e}var r=!n()&&!!window.navigator.userAgent.match(/AppleWebKit\/([^ ;]*)/);function o(e,t){setTimeout(function(){for(var n=0;n<document.styleSheets.length;n++){if(document.styleSheets[n].href==e.href)return t()}o(e,t)},10)}function i(){}function s(){return new Response(new Blob(['System.register([],function(e){return{execute:function(){e("default","");e("__useDefault",true)}}})'],{type:"application/javascript"}))}function a(e){return new Promise(function(t,n){var s=setTimeout(function(){t(""),console.error("Unable to load CSS")},1e5),a=function(e){clearTimeout(s),l.onload=l.onerror=i,setTimeout(function(){e&&console.error(e),t("")},7)},c=document.querySelector("head"),l=document.createElement("link");l.type="text/css",l.rel="stylesheet",l.href=e,r?o(l,a):l.onload=function(){a()},l.onerror=function(e){a(e.error||"Error loading CSS file.")},c.appendChild(l)}).then(function(e){return s()})}(function(r){var o,c,l=r.System.constructor.prototype,u=r.System,f=[[],function(){return{}}],h=null;function p(e){var t,n="";n=Array.isArray(e)?e[0]:e;try{t=0==n.indexOf("./")||0==n.indexOf("../")?u.resolve(n,h):u.resolve(n)}catch(e){t=u.resolve(n)}var r=u.get(t);return r&&r.__useDefault?r.default:r}var d=["require","exports","module"];function v(e,t){for(var n={},r={exports:n},o=[],i=[],s=0,a=0;a<e.length;a++){var c=e[a],l=i.length;"require"===c?(o[a]=p,s++):"module"===c?(o[a]=r,s++):"exports"===c?(o[a]=n,s++):f(a),s&&(e[l]=c)}s&&(e.length-=s);var u=t;return[e,function(e){return e({default:n,__useDefault:!0}),{setters:i,execute:function(){var t=void 0;void 0!==(t="function"!=typeof u?u:u.apply(n,o))&&(r.exports=t),e(r.exports),e("default",r.exports)}}}];function f(e){i.push(function(t){o[e]=t.__useDefault?t.default:t})}}var g,y=l.import;l.import=function(t){return y.apply(this,arguments).then(function(n){return e&&e.exports&&e.exports[t]?window[e.exports[t]]:n.__useDefault?n.default:n})};var m=l.register;l.register=function(e,t,n){g="string"==typeof e?n:t,m.apply(this,arguments)};var _=l.instantiate;l.instantiate=function(){k=null,h=null;for(var n=[],r=0,o=arguments.length;r<o;r++)n.push(arguments[r]);var i=this;if(n.length&&(n[0]=function(n){if(e&&e.defaultExtension&&n.indexOf("?")<0){var r="."+e.defaultExtension,o=n.split(".").pop();t.indexOf(o)<0&&n.lastIndexOf(r)!=n.length-r.length&&(n+=r)}return n}(n[0]),n[1])){var s=n[1].split("/");s.pop(),h=s.join("/")}var a=n[0].replace(/\.[^/.]+$/,"");if(e&&e.packages&&!(a in e.packages))for(var c in e.packages)if(e.packages.hasOwnProperty(c)&&e.packages[c].includes(a))return u.import.call(i,c).then(function(){return n[0]=a,u.registerRegistry[a]||_.apply(i,n)});return _.apply(i,n)};var k,b,T=l.getRegister;function w(e,t){return e instanceof Array?[e,t]:"object"==typeof e?[[],function(){return e}]:"function"==typeof e?[d,e]:void 0}function E(e,t){c||(c=t,Promise.resolve().then(function(){c=null})),o=t,u.registerRegistry[e]=u.getRegister(),o=null}l.getRegister=function(){if(o)return o;var e=c;c=null;var t=T.call(this);if(t&&t[1]===g)return t;var n=k;return k=null,e||(n?v(n,b):t||f)},r.define=function(e,t,n){var r,o;if("string"==typeof e){if(r=w(t,n),k){if(!u.registerRegistry)throw Error(("Include the named register extension for SystemJS named AMD support."||"")+" (SystemJS Error#"+(o=6)+" https://git.io/JvFET#"+o+")");return E(e,v(r[0],r[1])),k=[],void(b=i)}u.registerRegistry&&E(e,v([].concat(r[0]),r[1])),e=t,t=n}r=w(e,t),k=r[0],b=r[1]},r.define.amd={},n()||(r.require=p);var S=l.resolve;r&&r.top&&(r.top.cordova||r.top.Capacitor);l.resolve=function(t,o){!function(){try{if(!e){var t=n()?null:document.querySelector('script[type="systemjs-wh-importmap"]');if(t&&(e=JSON.parse(t.innerHTML)),e&&e.cache)for(var r=0,o=e.cache.length;r<o;r++){var i=e.cache[r],s=document.createElement("link");s.rel="preload",s.href=i,s.as="script",document.querySelector("head").appendChild(s)}}}catch(e){console.warn("Could not parse extra cfg"),console.error(e)}}();var i=t;if(i){var s;if(e&&e.placeholder)for(var a=0,c=e.placeholder.length;a<c;a++){var l=e.placeholder[a];if(i==l||l.lastIndexOf("/*")==l.length-2&&0==i.indexOf(l.substring(0,l.length-1))){var f=null;try{f=i in u.registerRegistry}catch(e){}f||(r.define(i,[],function(){return{}}),s=!0);break}}if(!s){var h=i.lastIndexOf("!text");if(h>-1&&h==i.length-5&&(i=i.substring(0,i.lastIndexOf("!text")),i+=".html"),e&&e.imports)if(e.imports[i])i=e.imports[i];else for(var p in e.imports)if(e.imports.hasOwnProperty(p)&&0==i.indexOf(p)){var d=e.imports[p].split("*");i=i.replace(p,d[0]),d[1]&&(i+=d[1]);break}}}if(e&&e.packages&&!(i in e.packages))for(var p in e.packages)if(e.packages.hasOwnProperty(p)&&e.packages[p].includes(i))return i;return S.call(this,i,o)};var O=/^[^#?]+\.(cjs|cjs\.js|css|css\.gz)([?#].*)?$/,j=l.shouldFetch;l.shouldFetch=function(e){return O.test(e)||j(e)};var P=l.fetch,D=/^text\/html(;|$)/;l.fetch=function(e,t){if(e){if(0===e.indexOf("blank:/"))return Promise.resolve(s());if(e.lastIndexOf(".css")==e.length-4||e.lastIndexOf(".css.gz")==e.length-7){if(document.querySelector('style[data-href="'+e+'"'))return Promise.resolve(s());for(var n=document.querySelectorAll('link[rel="stylesheet"],link[rel="preload"]'),r=!1,o=0,i=n.length;o<i;o++)if(n[o].href==e){r=!0;break}return r?Promise.resolve(s()):a(e)}e.indexOf(".cjs.js")>-1&&(e=e.replace(".cjs.js",".cjs"))}return P(e,t).then(function(t){if(t.ok){var n=t.headers.get("content-type");if(e.lastIndexOf(".cjs")==e.length-4)return t.text().then(function(e){return new Response(new Blob([e],{type:"application/javascript"}))});if(D.test(n))return t.text().then(function(e){return new Response(new Blob(['System.register([],function(e){return{execute:function(){e("default",'+JSON.stringify(e)+');e("__useDefault",true)}}})'],{type:"application/javascript"}))})}return t})};var Z=l.createScript;l.createScript=function(e){var t=Z(e);return t.type="text/javascript",t.charset="UTF-8",t.removeAttribute("crossorigin"),t},l.registerDynamic=function(e,t,n,o){if(t.length<1)t=["require","exports","module"];else for(var i=["module","exports","require"],s=0,a=i.length;s<a;s++)t.indexOf(i[s])<0&&t.unshift(i[s]);r.define(e,t,o)}}("undefined"!=typeof self?self:global),"object"==typeof module&&"object"==typeof module.exports)?module.exports={applyWHImportMap:function(t){e=t}}:("undefined"!=typeof self?self:global).applyWHImportMap=function(t){e=t}}(),function(e){var t=e.System;a(t);var n,r,o=t.constructor.prototype,i=t.constructor,s=function(){i.call(this),a(this)};function a(e){e.registerRegistry=Object.create(null),e.namedRegisterAliases=Object.create(null)}s.prototype=o,t.constructor=s;var c=o.register;o.register=function(e,t,o){if("string"!=typeof e)return c.apply(this,arguments);var i=[t,o];return this.registerRegistry[e]=i,n||(n=i,r=e),Promise.resolve().then(function(){n=null,r=null}),c.apply(this,[t,o])};var l=o.resolve;o.resolve=function(e,t){try{return l.call(this,e,t)}catch(t){if(e in this.registerRegistry)return this.namedRegisterAliases[e]||e;throw t}};var u=o.instantiate;o.instantiate=function(e,t){var n=this.registerRegistry[e];return n?(this.registerRegistry[e]=null,n):u.call(this,e,t)};var f=o.getRegister;o.getRegister=function(e){var t=f.call(this,e);r&&e&&(this.namedRegisterAliases[r]=e);var o=n||t;return n=null,r=null,o}}("undefined"!=typeof self?self:global),function(){"use strict";let e=!1;try{e="undefined"!=typeof document&&"undefined"!=typeof window}catch(e){}e&&(Array.prototype.flat||(Array.prototype.flat=function(e){void 0===e&&(e=1);var t=function(e,n){return n<1?e.slice():e.reduce(function(e,r){return e.concat(Array.isArray(r)?t(r,n-1):r)},[])};return t(this,e)}),"function"!=typeof window.queueMicrotask&&(window.queueMicrotask=function(e){Promise.resolve().then(e).catch(e=>setTimeout(()=>{throw e}))})),define("systemjs",[],function(){return System.__esModule=!0,System}),define("rxjs/operators",["rxjs"],function(e){return e.operators}),define("rxjs/ajax",["rxjs"],function(e){return e.ajax}),define("rxjs/observable/dom/ajax",["rxjs"],function(e){return e.ajax}),define("tslib",[System.resolve("npm:tslib/tslib.js")],function(e){return e})}();