var VA=Object.defineProperty;var qA=(e,t,n)=>t in e?VA(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Ee=(e,t,n)=>(qA(e,typeof t!="symbol"?t+"":t,n),n);const HA=function(){const t=document.createElement("link").relList;return t&&t.supports&&t.supports("modulepreload")?"modulepreload":"preload"}(),lf={},zA="/",Oe=function(t,n){return!n||n.length===0?t():Promise.all(n.map(r=>{if(r=`${zA}${r}`,r in lf)return;lf[r]=!0;const s=r.endsWith(".css"),i=s?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${r}"]${i}`))return;const l=document.createElement("link");if(l.rel=s?"stylesheet":HA,s||(l.as="script",l.crossOrigin=""),l.href=r,document.head.appendChild(l),s)return new Promise((p,g)=>{l.addEventListener("load",p),l.addEventListener("error",()=>g(new Error(`Unable to preload CSS for ${r}`)))})})).then(()=>t())};/**
* @vue/shared v3.4.25
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function Au(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const Ue={},vs=[],Vt=()=>{},$A=()=>!1,So=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Su=e=>e.startsWith("onUpdate:"),Qe=Object.assign,Ou=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},WA=Object.prototype.hasOwnProperty,Ie=(e,t)=>WA.call(e,t),ve=Array.isArray,ys=e=>$i(e)==="[object Map]",Ap=e=>$i(e)==="[object Set]",KA=e=>$i(e)==="[object RegExp]",_e=e=>typeof e=="function",We=e=>typeof e=="string",es=e=>typeof e=="symbol",Ve=e=>e!==null&&typeof e=="object",Sp=e=>(Ve(e)||_e(e))&&_e(e.then)&&_e(e.catch),Op=Object.prototype.toString,$i=e=>Op.call(e),GA=e=>$i(e).slice(8,-1),Tp=e=>$i(e)==="[object Object]",Tu=e=>We(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,hi=Au(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Oo=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},YA=/-(\w)/g,bn=Oo(e=>e.replace(YA,(t,n)=>n?n.toUpperCase():"")),QA=/\B([A-Z])/g,ts=Oo(e=>e.replace(QA,"-$1").toLowerCase()),Wi=Oo(e=>e.charAt(0).toUpperCase()+e.slice(1)),Rc=Oo(e=>e?`on${Wi(e)}`:""),Bn=(e,t)=>!Object.is(e,t),pi=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Pp=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},XA=e=>{const t=parseFloat(e);return isNaN(t)?e:t},JA=e=>{const t=We(e)?Number(e):NaN;return isNaN(t)?e:t};let uf;const wp=()=>uf||(uf=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function To(e){if(ve(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=We(r)?n1(r):To(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(We(e)||Ve(e))return e}const ZA=/;(?![^(]*\))/g,e1=/:([^]+)/,t1=/\/\*[^]*?\*\//g;function n1(e){const t={};return e.replace(t1,"").split(ZA).forEach(n=>{if(n){const r=n.split(e1);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Po(e){let t="";if(We(e))t=e;else if(ve(e))for(let n=0;n<e.length;n++){const r=Po(e[n]);r&&(t+=r+" ")}else if(Ve(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Tk(e){if(!e)return null;let{class:t,style:n}=e;return t&&!We(t)&&(e.class=Po(t)),n&&(e.style=To(n)),e}const r1="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",s1=Au(r1);function Cp(e){return!!e||e===""}const df=e=>We(e)?e:e==null?"":ve(e)||Ve(e)&&(e.toString===Op||!_e(e.toString))?JSON.stringify(e,Rp,2):String(e),Rp=(e,t)=>t&&t.__v_isRef?Rp(e,t.value):ys(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Fc(r,i)+" =>"]=s,n),{})}:Ap(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Fc(n))}:es(t)?Fc(t):Ve(t)&&!ve(t)&&!Tp(t)?String(t):t,Fc=(e,t="")=>{var n;return es(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.4.25
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let jt;class Fp{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=jt,!t&&jt&&(this.index=(jt.scopes||(jt.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=jt;try{return jt=this,t()}finally{jt=n}}}on(){jt=this}off(){jt=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function Pu(e){return new Fp(e)}function i1(e,t=jt){t&&t.active&&t.effects.push(e)}function Dp(){return jt}function a1(e){jt&&jt.cleanups.push(e)}let Gr;class wu{constructor(t,n,r,s){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,i1(this,s)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Er();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(o1(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Ar()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=vr,n=Gr;try{return vr=!0,Gr=this,this._runnings++,ff(this),this.fn()}finally{hf(this),this._runnings--,Gr=n,vr=t}}stop(){var t;this.active&&(ff(this),hf(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function o1(e){return e.value}function ff(e){e._trackId++,e._depsLength=0}function hf(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Bp(e.deps[t],e);e.deps.length=e._depsLength}}function Bp(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let vr=!0,vl=0;const Ip=[];function Er(){Ip.push(vr),vr=!1}function Ar(){const e=Ip.pop();vr=e===void 0?!0:e}function Cu(){vl++}function Ru(){for(vl--;!vl&&yl.length;)yl.shift()()}function Mp(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&Bp(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const yl=[];function kp(e,t,n){Cu();for(const r of e.keys()){let s;r._dirtyLevel<t&&(s!=null?s:s=e.get(r)===r._trackId)&&(r._shouldSchedule||(r._shouldSchedule=r._dirtyLevel===0),r._dirtyLevel=t),r._shouldSchedule&&(s!=null?s:s=e.get(r)===r._trackId)&&(r.trigger(),(!r._runnings||r.allowRecurse)&&r._dirtyLevel!==2&&(r._shouldSchedule=!1,r.scheduler&&yl.push(r.scheduler)))}Ru()}const Lp=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},to=new WeakMap,Yr=Symbol(""),bl=Symbol("");function Lt(e,t,n){if(vr&&Gr){let r=to.get(e);r||to.set(e,r=new Map);let s=r.get(n);s||r.set(n,s=Lp(()=>r.delete(n))),Mp(Gr,s)}}function $n(e,t,n,r,s,i){const l=to.get(e);if(!l)return;let p=[];if(t==="clear")p=[...l.values()];else if(n==="length"&&ve(e)){const g=Number(r);l.forEach((u,a)=>{(a==="length"||!es(a)&&a>=g)&&p.push(u)})}else switch(n!==void 0&&p.push(l.get(n)),t){case"add":ve(e)?Tu(n)&&p.push(l.get("length")):(p.push(l.get(Yr)),ys(e)&&p.push(l.get(bl)));break;case"delete":ve(e)||(p.push(l.get(Yr)),ys(e)&&p.push(l.get(bl)));break;case"set":ys(e)&&p.push(l.get(Yr));break}Cu();for(const g of p)g&&kp(g,4);Ru()}function c1(e,t){var n;return(n=to.get(e))==null?void 0:n.get(t)}const l1=Au("__proto__,__v_isRef,__isVue"),Np=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(es)),pf=u1();function u1(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=xe(this);for(let i=0,l=this.length;i<l;i++)Lt(r,"get",i+"");const s=r[t](...n);return s===-1||s===!1?r[t](...n.map(xe)):s}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Er(),Cu();const r=xe(this)[t].apply(this,n);return Ru(),Ar(),r}}),e}function d1(e){es(e)||(e=String(e));const t=xe(this);return Lt(t,"has",e),t.hasOwnProperty(e)}class jp{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const s=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(s?i?S1:Hp:i?qp:Vp).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const l=ve(t);if(!s){if(l&&Ie(pf,n))return Reflect.get(pf,n,r);if(n==="hasOwnProperty")return d1}const p=Reflect.get(t,n,r);return(es(n)?Np.has(n):l1(n))||(s||Lt(t,"get",n),i)?p:Xe(p)?l&&Tu(n)?p:p.value:Ve(p)?s?$p(p):ns(p):p}}class Up extends jp{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];if(!this._isShallow){const g=Ti(i);if(!no(r)&&!Ti(r)&&(i=xe(i),r=xe(r)),!ve(t)&&Xe(i)&&!Xe(r))return g?!1:(i.value=r,!0)}const l=ve(t)&&Tu(n)?Number(n)<t.length:Ie(t,n),p=Reflect.set(t,n,r,s);return t===xe(s)&&(l?Bn(r,i)&&$n(t,"set",n,r):$n(t,"add",n,r)),p}deleteProperty(t,n){const r=Ie(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&$n(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!es(n)||!Np.has(n))&&Lt(t,"has",n),r}ownKeys(t){return Lt(t,"iterate",ve(t)?"length":Yr),Reflect.ownKeys(t)}}class f1 extends jp{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const h1=new Up,p1=new f1,m1=new Up(!0);const Fu=e=>e,wo=e=>Reflect.getPrototypeOf(e);function ga(e,t,n=!1,r=!1){e=e.__v_raw;const s=xe(e),i=xe(t);n||(Bn(t,i)&&Lt(s,"get",t),Lt(s,"get",i));const{has:l}=wo(s),p=r?Fu:n?Iu:Pi;if(l.call(s,t))return p(e.get(t));if(l.call(s,i))return p(e.get(i));e!==s&&e.get(t)}function va(e,t=!1){const n=this.__v_raw,r=xe(n),s=xe(e);return t||(Bn(e,s)&&Lt(r,"has",e),Lt(r,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function ya(e,t=!1){return e=e.__v_raw,!t&&Lt(xe(e),"iterate",Yr),Reflect.get(e,"size",e)}function mf(e){e=xe(e);const t=xe(this);return wo(t).has.call(t,e)||(t.add(e),$n(t,"add",e,e)),this}function gf(e,t){t=xe(t);const n=xe(this),{has:r,get:s}=wo(n);let i=r.call(n,e);i||(e=xe(e),i=r.call(n,e));const l=s.call(n,e);return n.set(e,t),i?Bn(t,l)&&$n(n,"set",e,t):$n(n,"add",e,t),this}function vf(e){const t=xe(this),{has:n,get:r}=wo(t);let s=n.call(t,e);s||(e=xe(e),s=n.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return s&&$n(t,"delete",e,void 0),i}function yf(){const e=xe(this),t=e.size!==0,n=e.clear();return t&&$n(e,"clear",void 0,void 0),n}function ba(e,t){return function(r,s){const i=this,l=i.__v_raw,p=xe(l),g=t?Fu:e?Iu:Pi;return!e&&Lt(p,"iterate",Yr),l.forEach((u,a)=>r.call(s,g(u),g(a),i))}}function _a(e,t,n){return function(...r){const s=this.__v_raw,i=xe(s),l=ys(i),p=e==="entries"||e===Symbol.iterator&&l,g=e==="keys"&&l,u=s[e](...r),a=n?Fu:t?Iu:Pi;return!t&&Lt(i,"iterate",g?bl:Yr),{next(){const{value:o,done:c}=u.next();return c?{value:o,done:c}:{value:p?[a(o[0]),a(o[1])]:a(o),done:c}},[Symbol.iterator](){return this}}}}function tr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function g1(){const e={get(i){return ga(this,i)},get size(){return ya(this)},has:va,add:mf,set:gf,delete:vf,clear:yf,forEach:ba(!1,!1)},t={get(i){return ga(this,i,!1,!0)},get size(){return ya(this)},has:va,add:mf,set:gf,delete:vf,clear:yf,forEach:ba(!1,!0)},n={get(i){return ga(this,i,!0)},get size(){return ya(this,!0)},has(i){return va.call(this,i,!0)},add:tr("add"),set:tr("set"),delete:tr("delete"),clear:tr("clear"),forEach:ba(!0,!1)},r={get(i){return ga(this,i,!0,!0)},get size(){return ya(this,!0)},has(i){return va.call(this,i,!0)},add:tr("add"),set:tr("set"),delete:tr("delete"),clear:tr("clear"),forEach:ba(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=_a(i,!1,!1),n[i]=_a(i,!0,!1),t[i]=_a(i,!1,!0),r[i]=_a(i,!0,!0)}),[e,n,t,r]}const[v1,y1,b1,_1]=g1();function Du(e,t){const n=t?e?_1:b1:e?y1:v1;return(r,s,i)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(Ie(n,s)&&s in r?n:r,s,i)}const x1={get:Du(!1,!1)},E1={get:Du(!1,!0)},A1={get:Du(!0,!1)};const Vp=new WeakMap,qp=new WeakMap,Hp=new WeakMap,S1=new WeakMap;function O1(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function T1(e){return e.__v_skip||!Object.isExtensible(e)?0:O1(GA(e))}function ns(e){return Ti(e)?e:Bu(e,!1,h1,x1,Vp)}function zp(e){return Bu(e,!1,m1,E1,qp)}function $p(e){return Bu(e,!0,p1,A1,Hp)}function Bu(e,t,n,r,s){if(!Ve(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=s.get(e);if(i)return i;const l=T1(e);if(l===0)return e;const p=new Proxy(e,l===2?r:n);return s.set(e,p),p}function yr(e){return Ti(e)?yr(e.__v_raw):!!(e&&e.__v_isReactive)}function Ti(e){return!!(e&&e.__v_isReadonly)}function no(e){return!!(e&&e.__v_isShallow)}function Wp(e){return e?!!e.__v_raw:!1}function xe(e){const t=e&&e.__v_raw;return t?xe(t):e}function rs(e){return Object.isExtensible(e)&&Pp(e,"__v_skip",!0),e}const Pi=e=>Ve(e)?ns(e):e,Iu=e=>Ve(e)?$p(e):e;class Kp{constructor(t,n,r,s){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new wu(()=>t(this._value),()=>mi(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=r}get value(){const t=xe(this);return(!t._cacheable||t.effect.dirty)&&Bn(t._value,t._value=t.effect.run())&&mi(t,4),Mu(t),t.effect._dirtyLevel>=2&&mi(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function P1(e,t,n=!1){let r,s;const i=_e(e);return i?(r=e,s=Vt):(r=e.get,s=e.set),new Kp(r,s,i||!s,n)}function Mu(e){var t;vr&&Gr&&(e=xe(e),Mp(Gr,(t=e.dep)!=null?t:e.dep=Lp(()=>e.dep=void 0,e instanceof Kp?e:void 0)))}function mi(e,t=4,n){e=xe(e);const r=e.dep;r&&kp(r,t)}function Xe(e){return!!(e&&e.__v_isRef===!0)}function pe(e){return Yp(e,!1)}function Gp(e){return Yp(e,!0)}function Yp(e,t){return Xe(e)?e:new w1(e,t)}class w1{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:xe(t),this._value=n?t:Pi(t)}get value(){return Mu(this),this._value}set value(t){const n=this.__v_isShallow||no(t)||Ti(t);t=n?t:xe(t),Bn(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Pi(t),mi(this,4))}}function Fn(e){return Xe(e)?e.value:e}const C1={get:(e,t,n)=>Fn(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return Xe(s)&&!Xe(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Qp(e){return yr(e)?e:new Proxy(e,C1)}class R1{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>Mu(this),()=>mi(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function F1(e){return new R1(e)}function D1(e){const t=ve(e)?new Array(e.length):{};for(const n in e)t[n]=Xp(e,n);return t}class B1{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return c1(xe(this._object),this._key)}}class I1{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function M1(e,t,n){return Xe(e)?e:_e(e)?new I1(e):Ve(e)&&arguments.length>1?Xp(e,t,n):pe(e)}function Xp(e,t,n){const r=e[t];return Xe(r)?r:new B1(e,t,n)}/**
* @vue/runtime-core v3.4.25
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function br(e,t,n,r){try{return r?e(...r):e()}catch(s){Co(s,t,n)}}function Xt(e,t,n,r){if(_e(e)){const s=br(e,t,n,r);return s&&Sp(s)&&s.catch(i=>{Co(i,t,n)}),s}if(ve(e)){const s=[];for(let i=0;i<e.length;i++)s.push(Xt(e[i],t,n,r));return s}}function Co(e,t,n,r=!0){const s=t?t.vnode:null;if(t){let i=t.parent;const l=t.proxy,p=`https://vuejs.org/error-reference/#runtime-${n}`;for(;i;){const u=i.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,l,p)===!1)return}i=i.parent}const g=t.appContext.config.errorHandler;if(g){Er(),br(g,null,10,[e,l,p]),Ar();return}}k1(e,n,s,r)}function k1(e,t,n,r=!0){console.error(e)}let wi=!1,_l=!1;const At=[];let Pn=0;const bs=[];let cr=null,Ur=0;const Jp=Promise.resolve();let ku=null;function Mt(e){const t=ku||Jp;return e?t.then(this?e.bind(this):e):t}function L1(e){let t=Pn+1,n=At.length;for(;t<n;){const r=t+n>>>1,s=At[r],i=Ci(s);i<e||i===e&&s.pre?t=r+1:n=r}return t}function Lu(e){(!At.length||!At.includes(e,wi&&e.allowRecurse?Pn+1:Pn))&&(e.id==null?At.push(e):At.splice(L1(e.id),0,e),Zp())}function Zp(){!wi&&!_l&&(_l=!0,ku=Jp.then(tm))}function N1(e){const t=At.indexOf(e);t>Pn&&At.splice(t,1)}function j1(e){ve(e)?bs.push(...e):(!cr||!cr.includes(e,e.allowRecurse?Ur+1:Ur))&&bs.push(e),Zp()}function bf(e,t,n=wi?Pn+1:0){for(;n<At.length;n++){const r=At[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;At.splice(n,1),n--,r()}}}function em(e){if(bs.length){const t=[...new Set(bs)].sort((n,r)=>Ci(n)-Ci(r));if(bs.length=0,cr){cr.push(...t);return}for(cr=t,Ur=0;Ur<cr.length;Ur++)cr[Ur]();cr=null,Ur=0}}const Ci=e=>e.id==null?1/0:e.id,U1=(e,t)=>{const n=Ci(e)-Ci(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function tm(e){_l=!1,wi=!0,At.sort(U1);const t=Vt;try{for(Pn=0;Pn<At.length;Pn++){const n=At[Pn];n&&n.active!==!1&&br(n,null,14)}}finally{Pn=0,At.length=0,em(),wi=!1,ku=null,(At.length||bs.length)&&tm()}}function V1(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||Ue;let s=n;const i=t.startsWith("update:"),l=i&&t.slice(7);if(l&&l in r){const a=`${l==="modelValue"?"model":l}Modifiers`,{number:o,trim:c}=r[a]||Ue;c&&(s=n.map(f=>We(f)?f.trim():f)),o&&(s=n.map(XA))}let p,g=r[p=Rc(t)]||r[p=Rc(bn(t))];!g&&i&&(g=r[p=Rc(ts(t))]),g&&Xt(g,e,6,s);const u=r[p+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[p])return;e.emitted[p]=!0,Xt(u,e,6,s)}}function nm(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let l={},p=!1;if(!_e(e)){const g=u=>{const a=nm(u,t,!0);a&&(p=!0,Qe(l,a))};!n&&t.mixins.length&&t.mixins.forEach(g),e.extends&&g(e.extends),e.mixins&&e.mixins.forEach(g)}return!i&&!p?(Ve(e)&&r.set(e,null),null):(ve(i)?i.forEach(g=>l[g]=null):Qe(l,i),Ve(e)&&r.set(e,l),l)}function Ro(e,t){return!e||!So(t)?!1:(t=t.slice(2).replace(/Once$/,""),Ie(e,t[0].toLowerCase()+t.slice(1))||Ie(e,ts(t))||Ie(e,t))}let at=null,Fo=null;function ro(e){const t=at;return at=e,Fo=e&&e.type.__scopeId||null,t}function Pk(e){Fo=e}function wk(){Fo=null}function Lr(e,t=at,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&Df(-1);const i=ro(t);let l;try{l=e(...s)}finally{ro(i),r._d&&Df(1)}return l};return r._n=!0,r._c=!0,r._d=!0,r}function Dc(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:l,attrs:p,emit:g,render:u,renderCache:a,props:o,data:c,setupState:f,ctx:d,inheritAttrs:h}=e,m=ro(e);let b,y;try{if(n.shapeFlag&4){const _=s||r,x=_;b=Sn(u.call(x,_,a,o,f,c,d)),y=p}else{const _=t;b=Sn(_.length>1?_(o,{attrs:p,slots:l,emit:g}):_(o,null)),y=t.props?p:q1(p)}}catch(_){yi.length=0,Co(_,e,1),b=$e(Jt)}let v=b;if(y&&h!==!1){const _=Object.keys(y),{shapeFlag:x}=v;_.length&&x&7&&(i&&_.some(Su)&&(y=H1(y,i)),v=Yn(v,y))}return n.dirs&&(v=Yn(v),v.dirs=v.dirs?v.dirs.concat(n.dirs):n.dirs),n.transition&&(v.transition=n.transition),b=v,ro(m),b}const q1=e=>{let t;for(const n in e)(n==="class"||n==="style"||So(n))&&((t||(t={}))[n]=e[n]);return t},H1=(e,t)=>{const n={};for(const r in e)(!Su(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function z1(e,t,n){const{props:r,children:s,component:i}=e,{props:l,children:p,patchFlag:g}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&g>=0){if(g&1024)return!0;if(g&16)return r?_f(r,l,u):!!l;if(g&8){const a=t.dynamicProps;for(let o=0;o<a.length;o++){const c=a[o];if(l[c]!==r[c]&&!Ro(u,c))return!0}}}else return(s||p)&&(!p||!p.$stable)?!0:r===l?!1:r?l?_f(r,l,u):!0:!!l;return!1}function _f(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const i=r[s];if(t[i]!==e[i]&&!Ro(n,i))return!0}return!1}function $1({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const rm="components";function W1(e,t){return G1(rm,e,!0,t)||e}const K1=Symbol.for("v-ndc");function G1(e,t,n=!0,r=!1){const s=at||mt;if(s){const i=s.type;if(e===rm){const p=wl(i,!1);if(p&&(p===t||p===bn(t)||p===Wi(bn(t))))return i}const l=xf(s[e]||i[e],t)||xf(s.appContext[e],t);return!l&&r?i:l}}function xf(e,t){return e&&(e[t]||e[bn(t)]||e[Wi(bn(t))])}const sm=e=>e.__isSuspense;function Y1(e,t){t&&t.pendingBranch?ve(e)?t.effects.push(...e):t.effects.push(e):j1(e)}const Q1=Symbol.for("v-scx"),X1=()=>Rt(Q1);function Ck(e,t){return Do(e,null,t)}function J1(e,t){return Do(e,null,{flush:"sync"})}const xa={};function Pe(e,t,n){return Do(e,t,n)}function Do(e,t,{immediate:n,deep:r,flush:s,once:i,onTrack:l,onTrigger:p}=Ue){if(t&&i){const E=t;t=(...S)=>{E(...S),x()}}const g=mt,u=E=>r===!0?E:qr(E,r===!1?1:void 0);let a,o=!1,c=!1;if(Xe(e)?(a=()=>e.value,o=no(e)):yr(e)?(a=()=>u(e),o=!0):ve(e)?(c=!0,o=e.some(E=>yr(E)||no(E)),a=()=>e.map(E=>{if(Xe(E))return E.value;if(yr(E))return u(E);if(_e(E))return br(E,g,2)})):_e(e)?t?a=()=>br(e,g,2):a=()=>(f&&f(),Xt(e,g,3,[d])):a=Vt,t&&r){const E=a;a=()=>qr(E())}let f,d=E=>{f=v.onStop=()=>{br(E,g,4),f=v.onStop=void 0}},h;if(Lo)if(d=Vt,t?n&&Xt(t,g,3,[a(),c?[]:void 0,d]):a(),s==="sync"){const E=X1();h=E.__watcherHandles||(E.__watcherHandles=[])}else return Vt;let m=c?new Array(e.length).fill(xa):xa;const b=()=>{if(!(!v.active||!v.dirty))if(t){const E=v.run();(r||o||(c?E.some((S,A)=>Bn(S,m[A])):Bn(E,m)))&&(f&&f(),Xt(t,g,3,[E,m===xa?void 0:c&&m[0]===xa?[]:m,d]),m=E)}else v.run()};b.allowRecurse=!!t;let y;s==="sync"?y=b:s==="post"?y=()=>_t(b,g&&g.suspense):(b.pre=!0,g&&(b.id=g.uid),y=()=>Lu(b));const v=new wu(a,Vt,y),_=Dp(),x=()=>{v.stop(),_&&Ou(_.effects,v)};return t?n?b():m=v.run():s==="post"?_t(v.run.bind(v),g&&g.suspense):v.run(),h&&h.push(x),x}function Z1(e,t,n){const r=this.proxy,s=We(e)?e.includes(".")?im(r,e):()=>r[e]:e.bind(r,r);let i;_e(t)?i=t:(i=t.handler,n=t);const l=Gi(this),p=Do(s,i.bind(r),n);return l(),p}function im(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}function qr(e,t,n=0,r){if(!Ve(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),Xe(e))qr(e.value,t,n,r);else if(ve(e))for(let s=0;s<e.length;s++)qr(e[s],t,n,r);else if(Ap(e)||ys(e))e.forEach(s=>{qr(s,t,n,r)});else if(Tp(e))for(const s in e)qr(e[s],t,n,r);return e}function Nu(e,t){if(at===null)return e;const n=No(at)||at.proxy,r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,l,p,g=Ue]=t[s];i&&(_e(i)&&(i={mounted:i,updated:i}),i.deep&&qr(l),r.push({dir:i,instance:n,value:l,oldValue:void 0,arg:p,modifiers:g}))}return e}function Rr(e,t,n,r){const s=e.dirs,i=t&&t.dirs;for(let l=0;l<s.length;l++){const p=s[l];i&&(p.oldValue=i[l].value);let g=p.dir[r];g&&(Er(),Xt(g,n,8,[e.el,p,e,t]),Ar())}}const lr=Symbol("_leaveCb"),Ea=Symbol("_enterCb");function am(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return kn(()=>{e.isMounted=!0}),nn(()=>{e.isUnmounting=!0}),e}const zt=[Function,Array],om={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:zt,onEnter:zt,onAfterEnter:zt,onEnterCancelled:zt,onBeforeLeave:zt,onLeave:zt,onAfterLeave:zt,onLeaveCancelled:zt,onBeforeAppear:zt,onAppear:zt,onAfterAppear:zt,onAppearCancelled:zt},eS={name:"BaseTransition",props:om,setup(e,{slots:t}){const n=je(),r=am();return()=>{const s=t.default&&ju(t.default(),!0);if(!s||!s.length)return;let i=s[0];if(s.length>1){for(const c of s)if(c.type!==Jt){i=c;break}}const l=xe(e),{mode:p}=l;if(r.isLeaving)return Bc(i);const g=Ef(i);if(!g)return Bc(i);const u=Ri(g,l,r,n);Os(g,u);const a=n.subTree,o=a&&Ef(a);if(o&&o.type!==Jt&&!hr(g,o)){const c=Ri(o,l,r,n);if(Os(o,c),p==="out-in")return r.isLeaving=!0,c.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Bc(i);p==="in-out"&&g.type!==Jt&&(c.delayLeave=(f,d,h)=>{const m=cm(r,o);m[String(o.key)]=o,f[lr]=()=>{d(),f[lr]=void 0,delete u.delayedLeave},u.delayedLeave=h})}return i}}},tS=eS;function cm(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Ri(e,t,n,r){const{appear:s,mode:i,persisted:l=!1,onBeforeEnter:p,onEnter:g,onAfterEnter:u,onEnterCancelled:a,onBeforeLeave:o,onLeave:c,onAfterLeave:f,onLeaveCancelled:d,onBeforeAppear:h,onAppear:m,onAfterAppear:b,onAppearCancelled:y}=t,v=String(e.key),_=cm(n,e),x=(A,O)=>{A&&Xt(A,r,9,O)},E=(A,O)=>{const T=O[1];x(A,O),ve(A)?A.every(w=>w.length<=1)&&T():A.length<=1&&T()},S={mode:i,persisted:l,beforeEnter(A){let O=p;if(!n.isMounted)if(s)O=h||p;else return;A[lr]&&A[lr](!0);const T=_[v];T&&hr(e,T)&&T.el[lr]&&T.el[lr](),x(O,[A])},enter(A){let O=g,T=u,w=a;if(!n.isMounted)if(s)O=m||g,T=b||u,w=y||a;else return;let P=!1;const M=A[Ea]=k=>{P||(P=!0,k?x(w,[A]):x(T,[A]),S.delayedLeave&&S.delayedLeave(),A[Ea]=void 0)};O?E(O,[A,M]):M()},leave(A,O){const T=String(e.key);if(A[Ea]&&A[Ea](!0),n.isUnmounting)return O();x(o,[A]);let w=!1;const P=A[lr]=M=>{w||(w=!0,O(),M?x(d,[A]):x(f,[A]),A[lr]=void 0,_[T]===e&&delete _[T])};_[T]=e,c?E(c,[A,P]):P()},clone(A){return Ri(A,t,n,r)}};return S}function Bc(e){if(Bo(e))return e=Yn(e),e.children=null,e}function Ef(e){if(!Bo(e))return e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&_e(n.default))return n.default()}}function Os(e,t){e.shapeFlag&6&&e.component?Os(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function ju(e,t=!1,n){let r=[],s=0;for(let i=0;i<e.length;i++){let l=e[i];const p=n==null?l.key:String(n)+String(l.key!=null?l.key:i);l.type===Ct?(l.patchFlag&128&&s++,r=r.concat(ju(l.children,t,p))):(t||l.type!==Jt)&&r.push(p!=null?Yn(l,{key:p}):l)}if(s>1)for(let i=0;i<r.length;i++)r[i].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function Sr(e,t){return _e(e)?(()=>Qe({name:e.name},t,{setup:e}))():e}const _s=e=>!!e.type.__asyncLoader,Bo=e=>e.type.__isKeepAlive,nS={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=je(),r=n.ctx;if(!r.renderer)return()=>{const y=t.default&&t.default();return y&&y.length===1?y[0]:y};const s=new Map,i=new Set;let l=null;const p=n.suspense,{renderer:{p:g,m:u,um:a,o:{createElement:o}}}=r,c=o("div");r.activate=(y,v,_,x,E)=>{const S=y.component;u(y,v,_,0,p),g(S.vnode,y,v,_,S,p,x,y.slotScopeIds,E),_t(()=>{S.isDeactivated=!1,S.a&&pi(S.a);const A=y.props&&y.props.onVnodeMounted;A&&Wt(A,S.parent,y)},p)},r.deactivate=y=>{const v=y.component;u(y,c,null,1,p),_t(()=>{v.da&&pi(v.da);const _=y.props&&y.props.onVnodeUnmounted;_&&Wt(_,v.parent,y),v.isDeactivated=!0},p)};function f(y){Ic(y),a(y,n,p,!0)}function d(y){s.forEach((v,_)=>{const x=wl(v.type);x&&(!y||!y(x))&&h(_)})}function h(y){const v=s.get(y);!l||!hr(v,l)?f(v):l&&Ic(l),s.delete(y),i.delete(y)}Pe(()=>[e.include,e.exclude],([y,v])=>{y&&d(_=>oi(y,_)),v&&d(_=>!oi(v,_))},{flush:"post",deep:!0});let m=null;const b=()=>{m!=null&&s.set(m,Mc(n.subTree))};return kn(b),Uu(b),nn(()=>{s.forEach(y=>{const{subTree:v,suspense:_}=n,x=Mc(v);if(y.type===x.type&&y.key===x.key){Ic(x);const E=x.component.da;E&&_t(E,_);return}f(y)})}),()=>{if(m=null,!t.default)return l=null;const y=t.default(),v=y[0];if(y.length>1)return l=null,y;if(!Di(v)||!(v.shapeFlag&4)&&!(v.shapeFlag&128))return l=null,v;let _=Mc(v);const x=_.type,E=wl(_s(_)?_.type.__asyncResolved||{}:x),{include:S,exclude:A,max:O}=e;if(S&&(!E||!oi(S,E))||A&&E&&oi(A,E))return l=_,v;const T=_.key==null?x:_.key,w=s.get(T);return _.el&&(_=Yn(_),v.shapeFlag&128&&(v.ssContent=_)),m=T,w?(_.el=w.el,_.component=w.component,_.transition&&Os(_,_.transition),_.shapeFlag|=512,i.delete(T),i.add(T)):(i.add(T),O&&i.size>parseInt(O,10)&&h(i.values().next().value)),_.shapeFlag|=256,l=_,sm(v.type)?v:_}}},Rk=nS;function oi(e,t){return ve(e)?e.some(n=>oi(n,t)):We(e)?e.split(",").includes(t):KA(e)?e.test(t):!1}function lm(e,t){um(e,"a",t)}function Io(e,t){um(e,"da",t)}function um(e,t,n=mt){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Mo(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Bo(s.parent.vnode)&&rS(r,t,n,s),s=s.parent}}function rS(e,t,n,r){const s=Mo(t,e,r,!0);ko(()=>{Ou(r[t],s)},n)}function Ic(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Mc(e){return e.shapeFlag&128?e.ssContent:e}function Mo(e,t,n=mt,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...l)=>{if(n.isUnmounted)return;Er();const p=Gi(n),g=Xt(t,n,e,l);return p(),Ar(),g});return r?s.unshift(i):s.push(i),i}}const Xn=e=>(t,n=mt)=>(!Lo||e==="sp")&&Mo(e,(...r)=>t(...r),n),sS=Xn("bm"),kn=Xn("m"),dm=Xn("bu"),Uu=Xn("u"),nn=Xn("bum"),ko=Xn("um"),iS=Xn("sp"),aS=Xn("rtg"),oS=Xn("rtc");function cS(e,t=mt){Mo("ec",e,t)}function Fk(e,t,n,r){let s;const i=n&&n[r];if(ve(e)||We(e)){s=new Array(e.length);for(let l=0,p=e.length;l<p;l++)s[l]=t(e[l],l,void 0,i&&i[l])}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,i&&i[l])}else if(Ve(e))if(e[Symbol.iterator])s=Array.from(e,(l,p)=>t(l,p,void 0,i&&i[p]));else{const l=Object.keys(e);s=new Array(l.length);for(let p=0,g=l.length;p<g;p++){const u=l[p];s[p]=t(e[u],u,p,i&&i[p])}}else s=[];return n&&(n[r]=s),s}function Dk(e,t){for(let n=0;n<t.length;n++){const r=t[n];if(ve(r))for(let s=0;s<r.length;s++)e[r[s].name]=r[s].fn;else r&&(e[r.name]=r.key?(...s)=>{const i=r.fn(...s);return i&&(i.key=r.key),i}:r.fn)}return e}function Bk(e,t,n={},r,s){if(at.isCE||at.parent&&_s(at.parent)&&at.parent.isCE)return t!=="default"&&(n.name=t),$e("slot",n,r&&r());let i=e[t];i&&i._c&&(i._d=!1),Es();const l=i&&fm(i(n)),p=As(Ct,{key:n.key||l&&l.key||`_${t}`},l||(r?r():[]),l&&e._===1?64:-2);return!s&&p.scopeId&&(p.slotScopeIds=[p.scopeId+"-s"]),i&&i._c&&(i._d=!0),p}function fm(e){return e.some(t=>Di(t)?!(t.type===Jt||t.type===Ct&&!fm(t.children)):!0)?e:null}const xl=e=>e?wm(e)?No(e)||e.proxy:xl(e.parent):null,gi=Qe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>xl(e.parent),$root:e=>xl(e.root),$emit:e=>e.emit,$options:e=>Vu(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Lu(e.update)}),$nextTick:e=>e.n||(e.n=Mt.bind(e.proxy)),$watch:e=>Z1.bind(e)}),kc=(e,t)=>e!==Ue&&!e.__isScriptSetup&&Ie(e,t),lS={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:i,accessCache:l,type:p,appContext:g}=e;let u;if(t[0]!=="$"){const f=l[t];if(f!==void 0)switch(f){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(kc(r,t))return l[t]=1,r[t];if(s!==Ue&&Ie(s,t))return l[t]=2,s[t];if((u=e.propsOptions[0])&&Ie(u,t))return l[t]=3,i[t];if(n!==Ue&&Ie(n,t))return l[t]=4,n[t];El&&(l[t]=0)}}const a=gi[t];let o,c;if(a)return t==="$attrs"&&Lt(e.attrs,"get",""),a(e);if((o=p.__cssModules)&&(o=o[t]))return o;if(n!==Ue&&Ie(n,t))return l[t]=4,n[t];if(c=g.config.globalProperties,Ie(c,t))return c[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return kc(s,t)?(s[t]=n,!0):r!==Ue&&Ie(r,t)?(r[t]=n,!0):Ie(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:i}},l){let p;return!!n[l]||e!==Ue&&Ie(e,l)||kc(t,l)||(p=i[0])&&Ie(p,l)||Ie(r,l)||Ie(gi,l)||Ie(s.config.globalProperties,l)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Ie(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function so(e){return ve(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Ik(e,t){return!e||!t?e||t:ve(e)&&ve(t)?e.concat(t):Qe({},so(e),so(t))}let El=!0;function uS(e){const t=Vu(e),n=e.proxy,r=e.ctx;El=!1,t.beforeCreate&&Af(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:l,watch:p,provide:g,inject:u,created:a,beforeMount:o,mounted:c,beforeUpdate:f,updated:d,activated:h,deactivated:m,beforeDestroy:b,beforeUnmount:y,destroyed:v,unmounted:_,render:x,renderTracked:E,renderTriggered:S,errorCaptured:A,serverPrefetch:O,expose:T,inheritAttrs:w,components:P,directives:M,filters:k}=t;if(u&&dS(u,r,null),l)for(const U in l){const G=l[U];_e(G)&&(r[U]=G.bind(n))}if(s){const U=s.call(n,n);Ve(U)&&(e.data=ns(U))}if(El=!0,i)for(const U in i){const G=i[U],de=_e(G)?G.bind(n,n):_e(G.get)?G.get.bind(n,n):Vt,se=!_e(G)&&_e(G.set)?G.set.bind(n):Vt,H=W({get:de,set:se});Object.defineProperty(r,U,{enumerable:!0,configurable:!0,get:()=>H.value,set:N=>H.value=N})}if(p)for(const U in p)hm(p[U],r,n,U);if(g){const U=_e(g)?g.call(n):g;Reflect.ownKeys(U).forEach(G=>{Na(G,U[G])})}a&&Af(a,e,"c");function q(U,G){ve(G)?G.forEach(de=>U(de.bind(n))):G&&U(G.bind(n))}if(q(sS,o),q(kn,c),q(dm,f),q(Uu,d),q(lm,h),q(Io,m),q(cS,A),q(oS,E),q(aS,S),q(nn,y),q(ko,_),q(iS,O),ve(T))if(T.length){const U=e.exposed||(e.exposed={});T.forEach(G=>{Object.defineProperty(U,G,{get:()=>n[G],set:de=>n[G]=de})})}else e.exposed||(e.exposed={});x&&e.render===Vt&&(e.render=x),w!=null&&(e.inheritAttrs=w),P&&(e.components=P),M&&(e.directives=M)}function dS(e,t,n=Vt){ve(e)&&(e=Al(e));for(const r in e){const s=e[r];let i;Ve(s)?"default"in s?i=Rt(s.from||r,s.default,!0):i=Rt(s.from||r):i=Rt(s),Xe(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:l=>i.value=l}):t[r]=i}}function Af(e,t,n){Xt(ve(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function hm(e,t,n,r){const s=r.includes(".")?im(n,r):()=>n[r];if(We(e)){const i=t[e];_e(i)&&Pe(s,i)}else if(_e(e))Pe(s,e.bind(n));else if(Ve(e))if(ve(e))e.forEach(i=>hm(i,t,n,r));else{const i=_e(e.handler)?e.handler.bind(n):t[e.handler];_e(i)&&Pe(s,i,e)}}function Vu(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:l}}=e.appContext,p=i.get(t);let g;return p?g=p:!s.length&&!n&&!r?g=t:(g={},s.length&&s.forEach(u=>io(g,u,l,!0)),io(g,t,l)),Ve(t)&&i.set(t,g),g}function io(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&io(e,i,n,!0),s&&s.forEach(l=>io(e,l,n,!0));for(const l in t)if(!(r&&l==="expose")){const p=fS[l]||n&&n[l];e[l]=p?p(e[l],t[l]):t[l]}return e}const fS={data:Sf,props:Of,emits:Of,methods:ci,computed:ci,beforeCreate:Pt,created:Pt,beforeMount:Pt,mounted:Pt,beforeUpdate:Pt,updated:Pt,beforeDestroy:Pt,beforeUnmount:Pt,destroyed:Pt,unmounted:Pt,activated:Pt,deactivated:Pt,errorCaptured:Pt,serverPrefetch:Pt,components:ci,directives:ci,watch:pS,provide:Sf,inject:hS};function Sf(e,t){return t?e?function(){return Qe(_e(e)?e.call(this,this):e,_e(t)?t.call(this,this):t)}:t:e}function hS(e,t){return ci(Al(e),Al(t))}function Al(e){if(ve(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Pt(e,t){return e?[...new Set([].concat(e,t))]:t}function ci(e,t){return e?Qe(Object.create(null),e,t):t}function Of(e,t){return e?ve(e)&&ve(t)?[...new Set([...e,...t])]:Qe(Object.create(null),so(e),so(t!=null?t:{})):t}function pS(e,t){if(!e)return t;if(!t)return e;const n=Qe(Object.create(null),e);for(const r in t)n[r]=Pt(e[r],t[r]);return n}function pm(){return{app:null,config:{isNativeTag:$A,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let mS=0;function gS(e,t){return function(r,s=null){_e(r)||(r=Qe({},r)),s!=null&&!Ve(s)&&(s=null);const i=pm(),l=new WeakSet;let p=!1;const g=i.app={_uid:mS++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:HS,get config(){return i.config},set config(u){},use(u,...a){return l.has(u)||(u&&_e(u.install)?(l.add(u),u.install(g,...a)):_e(u)&&(l.add(u),u(g,...a))),g},mixin(u){return i.mixins.includes(u)||i.mixins.push(u),g},component(u,a){return a?(i.components[u]=a,g):i.components[u]},directive(u,a){return a?(i.directives[u]=a,g):i.directives[u]},mount(u,a,o){if(!p){const c=$e(r,s);return c.appContext=i,o===!0?o="svg":o===!1&&(o=void 0),a&&t?t(c,u):e(c,u,o),p=!0,g._container=u,u.__vue_app__=g,No(c.component)||c.component.proxy}},unmount(){p&&(e(null,g._container),delete g._container.__vue_app__)},provide(u,a){return i.provides[u]=a,g},runWithContext(u){const a=xs;xs=g;try{return u()}finally{xs=a}}};return g}}let xs=null;function Na(e,t){if(mt){let n=mt.provides;const r=mt.parent&&mt.parent.provides;r===n&&(n=mt.provides=Object.create(r)),n[e]=t}}function Rt(e,t,n=!1){const r=mt||at;if(r||xs){const s=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:xs._context.provides;if(s&&e in s)return s[e];if(arguments.length>1)return n&&_e(t)?t.call(r&&r.proxy):t}}function vS(){return!!(mt||at||xs)}const mm={},gm=()=>Object.create(mm),vm=e=>Object.getPrototypeOf(e)===mm;function yS(e,t,n,r=!1){const s={},i=gm();e.propsDefaults=Object.create(null),ym(e,t,s,i);for(const l in e.propsOptions[0])l in s||(s[l]=void 0);n?e.props=r?s:zp(s):e.type.props?e.props=s:e.props=i,e.attrs=i}function bS(e,t,n,r){const{props:s,attrs:i,vnode:{patchFlag:l}}=e,p=xe(s),[g]=e.propsOptions;let u=!1;if((r||l>0)&&!(l&16)){if(l&8){const a=e.vnode.dynamicProps;for(let o=0;o<a.length;o++){let c=a[o];if(Ro(e.emitsOptions,c))continue;const f=t[c];if(g)if(Ie(i,c))f!==i[c]&&(i[c]=f,u=!0);else{const d=bn(c);s[d]=Sl(g,p,d,f,e,!1)}else f!==i[c]&&(i[c]=f,u=!0)}}}else{ym(e,t,s,i)&&(u=!0);let a;for(const o in p)(!t||!Ie(t,o)&&((a=ts(o))===o||!Ie(t,a)))&&(g?n&&(n[o]!==void 0||n[a]!==void 0)&&(s[o]=Sl(g,p,o,void 0,e,!0)):delete s[o]);if(i!==p)for(const o in i)(!t||!Ie(t,o)&&!0)&&(delete i[o],u=!0)}u&&$n(e.attrs,"set","")}function ym(e,t,n,r){const[s,i]=e.propsOptions;let l=!1,p;if(t)for(let g in t){if(hi(g))continue;const u=t[g];let a;s&&Ie(s,a=bn(g))?!i||!i.includes(a)?n[a]=u:(p||(p={}))[a]=u:Ro(e.emitsOptions,g)||(!(g in r)||u!==r[g])&&(r[g]=u,l=!0)}if(i){const g=xe(n),u=p||Ue;for(let a=0;a<i.length;a++){const o=i[a];n[o]=Sl(s,g,o,u[o],e,!Ie(u,o))}}return l}function Sl(e,t,n,r,s,i){const l=e[n];if(l!=null){const p=Ie(l,"default");if(p&&r===void 0){const g=l.default;if(l.type!==Function&&!l.skipFactory&&_e(g)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const a=Gi(s);r=u[n]=g.call(null,t),a()}}else r=g}l[0]&&(i&&!p?r=!1:l[1]&&(r===""||r===ts(n))&&(r=!0))}return r}function bm(e,t,n=!1){const r=t.propsCache,s=r.get(e);if(s)return s;const i=e.props,l={},p=[];let g=!1;if(!_e(e)){const a=o=>{g=!0;const[c,f]=bm(o,t,!0);Qe(l,c),f&&p.push(...f)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!g)return Ve(e)&&r.set(e,vs),vs;if(ve(i))for(let a=0;a<i.length;a++){const o=bn(i[a]);Tf(o)&&(l[o]=Ue)}else if(i)for(const a in i){const o=bn(a);if(Tf(o)){const c=i[a],f=l[o]=ve(c)||_e(c)?{type:c}:Qe({},c);if(f){const d=Cf(Boolean,f.type),h=Cf(String,f.type);f[0]=d>-1,f[1]=h<0||d<h,(d>-1||Ie(f,"default"))&&p.push(o)}}}const u=[l,p];return Ve(e)&&r.set(e,u),u}function Tf(e){return e[0]!=="$"&&!hi(e)}function Pf(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function wf(e,t){return Pf(e)===Pf(t)}function Cf(e,t){return ve(t)?t.findIndex(n=>wf(n,e)):_e(t)&&wf(t,e)?0:-1}const _m=e=>e[0]==="_"||e==="$stable",qu=e=>ve(e)?e.map(Sn):[Sn(e)],_S=(e,t,n)=>{if(t._n)return t;const r=Lr((...s)=>qu(t(...s)),n);return r._c=!1,r},xm=(e,t,n)=>{const r=e._ctx;for(const s in e){if(_m(s))continue;const i=e[s];if(_e(i))t[s]=_S(s,i,r);else if(i!=null){const l=qu(i);t[s]=()=>l}}},Em=(e,t)=>{const n=qu(t);e.slots.default=()=>n},xS=(e,t)=>{const n=e.slots=gm();if(e.vnode.shapeFlag&32){const r=t._;r?(Qe(n,t),Pp(n,"_",r)):xm(t,n)}else t&&Em(e,t)},ES=(e,t,n)=>{const{vnode:r,slots:s}=e;let i=!0,l=Ue;if(r.shapeFlag&32){const p=t._;p?n&&p===1?i=!1:(Qe(s,t),!n&&p===1&&delete s._):(i=!t.$stable,xm(t,s)),l=t}else t&&(Em(e,t),l={default:1});if(i)for(const p in s)!_m(p)&&l[p]==null&&delete s[p]};function Ol(e,t,n,r,s=!1){if(ve(e)){e.forEach((c,f)=>Ol(c,t&&(ve(t)?t[f]:t),n,r,s));return}if(_s(r)&&!s)return;const i=r.shapeFlag&4?No(r.component)||r.component.proxy:r.el,l=s?null:i,{i:p,r:g}=e,u=t&&t.r,a=p.refs===Ue?p.refs={}:p.refs,o=p.setupState;if(u!=null&&u!==g&&(We(u)?(a[u]=null,Ie(o,u)&&(o[u]=null)):Xe(u)&&(u.value=null)),_e(g))br(g,p,12,[l,a]);else{const c=We(g),f=Xe(g);if(c||f){const d=()=>{if(e.f){const h=c?Ie(o,g)?o[g]:a[g]:g.value;s?ve(h)&&Ou(h,i):ve(h)?h.includes(i)||h.push(i):c?(a[g]=[i],Ie(o,g)&&(o[g]=a[g])):(g.value=[i],e.k&&(a[e.k]=g.value))}else c?(a[g]=l,Ie(o,g)&&(o[g]=l)):f&&(g.value=l,e.k&&(a[e.k]=l))};l?(d.id=-1,_t(d,n)):d()}}}const _t=Y1;function AS(e){return SS(e)}function SS(e,t){const n=wp();n.__VUE__=!0;const{insert:r,remove:s,patchProp:i,createElement:l,createText:p,createComment:g,setText:u,setElementText:a,parentNode:o,nextSibling:c,setScopeId:f=Vt,insertStaticContent:d}=e,h=(F,B,$,J=null,X=null,ae=null,le=void 0,C=null,R=!!B.dynamicChildren)=>{if(F===B)return;F&&!hr(F,B)&&(J=z(F),N(F,X,ae,!0),F=null),B.patchFlag===-2&&(R=!1,B.dynamicChildren=null);const{type:L,ref:Y,shapeFlag:ue}=B;switch(L){case Ki:m(F,B,$,J);break;case Jt:b(F,B,$,J);break;case Nc:F==null&&y(B,$,J,le);break;case Ct:P(F,B,$,J,X,ae,le,C,R);break;default:ue&1?x(F,B,$,J,X,ae,le,C,R):ue&6?M(F,B,$,J,X,ae,le,C,R):(ue&64||ue&128)&&L.process(F,B,$,J,X,ae,le,C,R,he)}Y!=null&&X&&Ol(Y,F&&F.ref,ae,B||F,!B)},m=(F,B,$,J)=>{if(F==null)r(B.el=p(B.children),$,J);else{const X=B.el=F.el;B.children!==F.children&&u(X,B.children)}},b=(F,B,$,J)=>{F==null?r(B.el=g(B.children||""),$,J):B.el=F.el},y=(F,B,$,J)=>{[F.el,F.anchor]=d(F.children,B,$,J,F.el,F.anchor)},v=({el:F,anchor:B},$,J)=>{let X;for(;F&&F!==B;)X=c(F),r(F,$,J),F=X;r(B,$,J)},_=({el:F,anchor:B})=>{let $;for(;F&&F!==B;)$=c(F),s(F),F=$;s(B)},x=(F,B,$,J,X,ae,le,C,R)=>{B.type==="svg"?le="svg":B.type==="math"&&(le="mathml"),F==null?E(B,$,J,X,ae,le,C,R):O(F,B,X,ae,le,C,R)},E=(F,B,$,J,X,ae,le,C)=>{let R,L;const{props:Y,shapeFlag:ue,transition:ne,dirs:D}=F;if(R=F.el=l(F.type,ae,Y&&Y.is,Y),ue&8?a(R,F.children):ue&16&&A(F.children,R,null,J,X,Lc(F,ae),le,C),D&&Rr(F,null,J,"created"),S(R,F,F.scopeId,le,J),Y){for(const te in Y)te!=="value"&&!hi(te)&&i(R,te,null,Y[te],ae,F.children,J,X,ie);"value"in Y&&i(R,"value",null,Y.value,ae),(L=Y.onVnodeBeforeMount)&&Wt(L,J,F)}D&&Rr(F,null,J,"beforeMount");const I=OS(X,ne);I&&ne.beforeEnter(R),r(R,B,$),((L=Y&&Y.onVnodeMounted)||I||D)&&_t(()=>{L&&Wt(L,J,F),I&&ne.enter(R),D&&Rr(F,null,J,"mounted")},X)},S=(F,B,$,J,X)=>{if($&&f(F,$),J)for(let ae=0;ae<J.length;ae++)f(F,J[ae]);if(X){let ae=X.subTree;if(B===ae){const le=X.vnode;S(F,le,le.scopeId,le.slotScopeIds,X.parent)}}},A=(F,B,$,J,X,ae,le,C,R=0)=>{for(let L=R;L<F.length;L++){const Y=F[L]=C?ur(F[L]):Sn(F[L]);h(null,Y,B,$,J,X,ae,le,C)}},O=(F,B,$,J,X,ae,le)=>{const C=B.el=F.el;let{patchFlag:R,dynamicChildren:L,dirs:Y}=B;R|=F.patchFlag&16;const ue=F.props||Ue,ne=B.props||Ue;let D;if($&&Fr($,!1),(D=ne.onVnodeBeforeUpdate)&&Wt(D,$,B,F),Y&&Rr(B,F,$,"beforeUpdate"),$&&Fr($,!0),L?T(F.dynamicChildren,L,C,$,J,Lc(B,X),ae):le||G(F,B,C,null,$,J,Lc(B,X),ae,!1),R>0){if(R&16)w(C,B,ue,ne,$,J,X);else if(R&2&&ue.class!==ne.class&&i(C,"class",null,ne.class,X),R&4&&i(C,"style",ue.style,ne.style,X),R&8){const I=B.dynamicProps;for(let te=0;te<I.length;te++){const re=I[te],fe=ue[re],Te=ne[re];(Te!==fe||re==="value")&&i(C,re,fe,Te,X,F.children,$,J,ie)}}R&1&&F.children!==B.children&&a(C,B.children)}else!le&&L==null&&w(C,B,ue,ne,$,J,X);((D=ne.onVnodeUpdated)||Y)&&_t(()=>{D&&Wt(D,$,B,F),Y&&Rr(B,F,$,"updated")},J)},T=(F,B,$,J,X,ae,le)=>{for(let C=0;C<B.length;C++){const R=F[C],L=B[C],Y=R.el&&(R.type===Ct||!hr(R,L)||R.shapeFlag&70)?o(R.el):$;h(R,L,Y,null,J,X,ae,le,!0)}},w=(F,B,$,J,X,ae,le)=>{if($!==J){if($!==Ue)for(const C in $)!hi(C)&&!(C in J)&&i(F,C,$[C],null,le,B.children,X,ae,ie);for(const C in J){if(hi(C))continue;const R=J[C],L=$[C];R!==L&&C!=="value"&&i(F,C,L,R,le,B.children,X,ae,ie)}"value"in J&&i(F,"value",$.value,J.value,le)}},P=(F,B,$,J,X,ae,le,C,R)=>{const L=B.el=F?F.el:p(""),Y=B.anchor=F?F.anchor:p("");let{patchFlag:ue,dynamicChildren:ne,slotScopeIds:D}=B;D&&(C=C?C.concat(D):D),F==null?(r(L,$,J),r(Y,$,J),A(B.children||[],$,Y,X,ae,le,C,R)):ue>0&&ue&64&&ne&&F.dynamicChildren?(T(F.dynamicChildren,ne,$,X,ae,le,C),(B.key!=null||X&&B===X.subTree)&&Hu(F,B,!0)):G(F,B,$,Y,X,ae,le,C,R)},M=(F,B,$,J,X,ae,le,C,R)=>{B.slotScopeIds=C,F==null?B.shapeFlag&512?X.ctx.activate(B,$,J,le,R):k(B,$,J,X,ae,le,R):j(F,B,R)},k=(F,B,$,J,X,ae,le)=>{const C=F.component=LS(F,J,X);if(Bo(F)&&(C.ctx.renderer=he),NS(C),C.asyncDep){if(X&&X.registerDep(C,q),!F.el){const R=C.subTree=$e(Jt);b(null,R,B,$)}}else q(C,F,B,$,X,ae,le)},j=(F,B,$)=>{const J=B.component=F.component;if(z1(F,B,$))if(J.asyncDep&&!J.asyncResolved){U(J,B,$);return}else J.next=B,N1(J.update),J.effect.dirty=!0,J.update();else B.el=F.el,J.vnode=B},q=(F,B,$,J,X,ae,le)=>{const C=()=>{if(F.isMounted){let{next:Y,bu:ue,u:ne,parent:D,vnode:I}=F;{const Ne=Am(F);if(Ne){Y&&(Y.el=I.el,U(F,Y,le)),Ne.asyncDep.then(()=>{F.isUnmounted||C()});return}}let te=Y,re;Fr(F,!1),Y?(Y.el=I.el,U(F,Y,le)):Y=I,ue&&pi(ue),(re=Y.props&&Y.props.onVnodeBeforeUpdate)&&Wt(re,D,Y,I),Fr(F,!0);const fe=Dc(F),Te=F.subTree;F.subTree=fe,h(Te,fe,o(Te.el),z(Te),F,X,ae),Y.el=fe.el,te===null&&$1(F,fe.el),ne&&_t(ne,X),(re=Y.props&&Y.props.onVnodeUpdated)&&_t(()=>Wt(re,D,Y,I),X)}else{let Y;const{el:ue,props:ne}=B,{bm:D,m:I,parent:te}=F,re=_s(B);if(Fr(F,!1),D&&pi(D),!re&&(Y=ne&&ne.onVnodeBeforeMount)&&Wt(Y,te,B),Fr(F,!0),ue&&we){const fe=()=>{F.subTree=Dc(F),we(ue,F.subTree,F,X,null)};re?B.type.__asyncLoader().then(()=>!F.isUnmounted&&fe()):fe()}else{const fe=F.subTree=Dc(F);h(null,fe,$,J,F,X,ae),B.el=fe.el}if(I&&_t(I,X),!re&&(Y=ne&&ne.onVnodeMounted)){const fe=B;_t(()=>Wt(Y,te,fe),X)}(B.shapeFlag&256||te&&_s(te.vnode)&&te.vnode.shapeFlag&256)&&F.a&&_t(F.a,X),F.isMounted=!0,B=$=J=null}},R=F.effect=new wu(C,Vt,()=>Lu(L),F.scope),L=F.update=()=>{R.dirty&&R.run()};L.id=F.uid,Fr(F,!0),L()},U=(F,B,$)=>{B.component=F;const J=F.vnode.props;F.vnode=B,F.next=null,bS(F,B.props,J,$),ES(F,B.children,$),Er(),bf(F),Ar()},G=(F,B,$,J,X,ae,le,C,R=!1)=>{const L=F&&F.children,Y=F?F.shapeFlag:0,ue=B.children,{patchFlag:ne,shapeFlag:D}=B;if(ne>0){if(ne&128){se(L,ue,$,J,X,ae,le,C,R);return}else if(ne&256){de(L,ue,$,J,X,ae,le,C,R);return}}D&8?(Y&16&&ie(L,X,ae),ue!==L&&a($,ue)):Y&16?D&16?se(L,ue,$,J,X,ae,le,C,R):ie(L,X,ae,!0):(Y&8&&a($,""),D&16&&A(ue,$,J,X,ae,le,C,R))},de=(F,B,$,J,X,ae,le,C,R)=>{F=F||vs,B=B||vs;const L=F.length,Y=B.length,ue=Math.min(L,Y);let ne;for(ne=0;ne<ue;ne++){const D=B[ne]=R?ur(B[ne]):Sn(B[ne]);h(F[ne],D,$,null,X,ae,le,C,R)}L>Y?ie(F,X,ae,!0,!1,ue):A(B,$,J,X,ae,le,C,R,ue)},se=(F,B,$,J,X,ae,le,C,R)=>{let L=0;const Y=B.length;let ue=F.length-1,ne=Y-1;for(;L<=ue&&L<=ne;){const D=F[L],I=B[L]=R?ur(B[L]):Sn(B[L]);if(hr(D,I))h(D,I,$,null,X,ae,le,C,R);else break;L++}for(;L<=ue&&L<=ne;){const D=F[ue],I=B[ne]=R?ur(B[ne]):Sn(B[ne]);if(hr(D,I))h(D,I,$,null,X,ae,le,C,R);else break;ue--,ne--}if(L>ue){if(L<=ne){const D=ne+1,I=D<Y?B[D].el:J;for(;L<=ne;)h(null,B[L]=R?ur(B[L]):Sn(B[L]),$,I,X,ae,le,C,R),L++}}else if(L>ne)for(;L<=ue;)N(F[L],X,ae,!0),L++;else{const D=L,I=L,te=new Map;for(L=I;L<=ne;L++){const Ze=B[L]=R?ur(B[L]):Sn(B[L]);Ze.key!=null&&te.set(Ze.key,L)}let re,fe=0;const Te=ne-I+1;let Ne=!1,Ht=0;const Ot=new Array(Te);for(L=0;L<Te;L++)Ot[L]=0;for(L=D;L<=ue;L++){const Ze=F[L];if(fe>=Te){N(Ze,X,ae,!0);continue}let Be;if(Ze.key!=null)Be=te.get(Ze.key);else for(re=I;re<=ne;re++)if(Ot[re-I]===0&&hr(Ze,B[re])){Be=re;break}Be===void 0?N(Ze,X,ae,!0):(Ot[Be-I]=L+1,Be>=Ht?Ht=Be:Ne=!0,h(Ze,B[Be],$,null,X,ae,le,C,R),fe++)}const rn=Ne?TS(Ot):vs;for(re=rn.length-1,L=Te-1;L>=0;L--){const Ze=I+L,Be=B[Ze],yt=Ze+1<Y?B[Ze+1].el:J;Ot[L]===0?h(null,Be,$,yt,X,ae,le,C,R):Ne&&(re<0||L!==rn[re]?H(Be,$,yt,2):re--)}}},H=(F,B,$,J,X=null)=>{const{el:ae,type:le,transition:C,children:R,shapeFlag:L}=F;if(L&6){H(F.component.subTree,B,$,J);return}if(L&128){F.suspense.move(B,$,J);return}if(L&64){le.move(F,B,$,he);return}if(le===Ct){r(ae,B,$);for(let ue=0;ue<R.length;ue++)H(R[ue],B,$,J);r(F.anchor,B,$);return}if(le===Nc){v(F,B,$);return}if(J!==2&&L&1&&C)if(J===0)C.beforeEnter(ae),r(ae,B,$),_t(()=>C.enter(ae),X);else{const{leave:ue,delayLeave:ne,afterLeave:D}=C,I=()=>r(ae,B,$),te=()=>{ue(ae,()=>{I(),D&&D()})};ne?ne(ae,I,te):te()}else r(ae,B,$)},N=(F,B,$,J=!1,X=!1)=>{const{type:ae,props:le,ref:C,children:R,dynamicChildren:L,shapeFlag:Y,patchFlag:ue,dirs:ne}=F;if(C!=null&&Ol(C,null,$,F,!0),Y&256){B.ctx.deactivate(F);return}const D=Y&1&&ne,I=!_s(F);let te;if(I&&(te=le&&le.onVnodeBeforeUnmount)&&Wt(te,B,F),Y&6)ye(F.component,$,J);else{if(Y&128){F.suspense.unmount($,J);return}D&&Rr(F,null,B,"beforeUnmount"),Y&64?F.type.remove(F,B,$,X,he,J):L&&(ae!==Ct||ue>0&&ue&64)?ie(L,B,$,!1,!0):(ae===Ct&&ue&384||!X&&Y&16)&&ie(R,B,$),J&&V(F)}(I&&(te=le&&le.onVnodeUnmounted)||D)&&_t(()=>{te&&Wt(te,B,F),D&&Rr(F,null,B,"unmounted")},$)},V=F=>{const{type:B,el:$,anchor:J,transition:X}=F;if(B===Ct){Q($,J);return}if(B===Nc){_(F);return}const ae=()=>{s($),X&&!X.persisted&&X.afterLeave&&X.afterLeave()};if(F.shapeFlag&1&&X&&!X.persisted){const{leave:le,delayLeave:C}=X,R=()=>le($,ae);C?C(F.el,ae,R):R()}else ae()},Q=(F,B)=>{let $;for(;F!==B;)$=c(F),s(F),F=$;s(B)},ye=(F,B,$)=>{const{bum:J,scope:X,update:ae,subTree:le,um:C}=F;J&&pi(J),X.stop(),ae&&(ae.active=!1,N(le,F,B,$)),C&&_t(C,B),_t(()=>{F.isUnmounted=!0},B),B&&B.pendingBranch&&!B.isUnmounted&&F.asyncDep&&!F.asyncResolved&&F.suspenseId===B.pendingId&&(B.deps--,B.deps===0&&B.resolve())},ie=(F,B,$,J=!1,X=!1,ae=0)=>{for(let le=ae;le<F.length;le++)N(F[le],B,$,J,X)},z=F=>F.shapeFlag&6?z(F.component.subTree):F.shapeFlag&128?F.suspense.next():c(F.anchor||F.el);let Z=!1;const ce=(F,B,$)=>{F==null?B._vnode&&N(B._vnode,null,null,!0):h(B._vnode||null,F,B,null,null,null,$),Z||(Z=!0,bf(),em(),Z=!1),B._vnode=F},he={p:h,um:N,m:H,r:V,mt:k,mc:A,pc:G,pbc:T,n:z,o:e};let Se,we;return t&&([Se,we]=t(he)),{render:ce,hydrate:Se,createApp:gS(ce,Se)}}function Lc({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Fr({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function OS(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Hu(e,t,n=!1){const r=e.children,s=t.children;if(ve(r)&&ve(s))for(let i=0;i<r.length;i++){const l=r[i];let p=s[i];p.shapeFlag&1&&!p.dynamicChildren&&((p.patchFlag<=0||p.patchFlag===32)&&(p=s[i]=ur(s[i]),p.el=l.el),n||Hu(l,p)),p.type===Ki&&(p.el=l.el)}}function TS(e){const t=e.slice(),n=[0];let r,s,i,l,p;const g=e.length;for(r=0;r<g;r++){const u=e[r];if(u!==0){if(s=n[n.length-1],e[s]<u){t[r]=s,n.push(r);continue}for(i=0,l=n.length-1;i<l;)p=i+l>>1,e[n[p]]<u?i=p+1:l=p;u<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,l=n[i-1];i-- >0;)n[i]=l,l=t[l];return n}function Am(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Am(t)}const PS=e=>e.__isTeleport,vi=e=>e&&(e.disabled||e.disabled===""),Rf=e=>typeof SVGElement!="undefined"&&e instanceof SVGElement,Ff=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Tl=(e,t)=>{const n=e&&e.to;return We(n)?t?t(n):null:n},wS={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,i,l,p,g,u){const{mc:a,pc:o,pbc:c,o:{insert:f,querySelector:d,createText:h,createComment:m}}=u,b=vi(t.props);let{shapeFlag:y,children:v,dynamicChildren:_}=t;if(e==null){const x=t.el=h(""),E=t.anchor=h("");f(x,n,r),f(E,n,r);const S=t.target=Tl(t.props,d),A=t.targetAnchor=h("");S&&(f(A,S),l==="svg"||Rf(S)?l="svg":(l==="mathml"||Ff(S))&&(l="mathml"));const O=(T,w)=>{y&16&&a(v,T,w,s,i,l,p,g)};b?O(n,E):S&&O(S,A)}else{t.el=e.el;const x=t.anchor=e.anchor,E=t.target=e.target,S=t.targetAnchor=e.targetAnchor,A=vi(e.props),O=A?n:E,T=A?x:S;if(l==="svg"||Rf(E)?l="svg":(l==="mathml"||Ff(E))&&(l="mathml"),_?(c(e.dynamicChildren,_,O,s,i,l,p),Hu(e,t,!0)):g||o(e,t,O,T,s,i,l,p,!1),b)A?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Aa(t,n,x,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const w=t.target=Tl(t.props,d);w&&Aa(t,w,null,u,0)}else A&&Aa(t,E,S,u,1)}Sm(t)},remove(e,t,n,r,{um:s,o:{remove:i}},l){const{shapeFlag:p,children:g,anchor:u,targetAnchor:a,target:o,props:c}=e;if(o&&i(a),l&&i(u),p&16){const f=l||!vi(c);for(let d=0;d<g.length;d++){const h=g[d];s(h,t,n,f,!!h.dynamicChildren)}}},move:Aa,hydrate:CS};function Aa(e,t,n,{o:{insert:r},m:s},i=2){i===0&&r(e.targetAnchor,t,n);const{el:l,anchor:p,shapeFlag:g,children:u,props:a}=e,o=i===2;if(o&&r(l,t,n),(!o||vi(a))&&g&16)for(let c=0;c<u.length;c++)s(u[c],t,n,2);o&&r(p,t,n)}function CS(e,t,n,r,s,i,{o:{nextSibling:l,parentNode:p,querySelector:g}},u){const a=t.target=Tl(t.props,g);if(a){const o=a._lpa||a.firstChild;if(t.shapeFlag&16)if(vi(t.props))t.anchor=u(l(e),t,p(e),n,r,s,i),t.targetAnchor=o;else{t.anchor=l(e);let c=o;for(;c;)if(c=l(c),c&&c.nodeType===8&&c.data==="teleport anchor"){t.targetAnchor=c,a._lpa=t.targetAnchor&&l(t.targetAnchor);break}u(o,t,a,n,r,s,i)}Sm(t)}return t.anchor&&l(t.anchor)}const RS=wS;function Sm(e){const t=e.ctx;if(t&&t.ut){let n=e.children[0].el;for(;n&&n!==e.targetAnchor;)n.nodeType===1&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}const Ct=Symbol.for("v-fgt"),Ki=Symbol.for("v-txt"),Jt=Symbol.for("v-cmt"),Nc=Symbol.for("v-stc"),yi=[];let pn=null;function Es(e=!1){yi.push(pn=e?null:[])}function FS(){yi.pop(),pn=yi[yi.length-1]||null}let Fi=1;function Df(e){Fi+=e}function Om(e){return e.dynamicChildren=Fi>0?pn||vs:null,FS(),Fi>0&&pn&&pn.push(e),e}function Mk(e,t,n,r,s,i){return Om(zu(e,t,n,r,s,i,!0))}function As(e,t,n,r,s){return Om($e(e,t,n,r,s,!0))}function Di(e){return e?e.__v_isVNode===!0:!1}function hr(e,t){return e.type===t.type&&e.key===t.key}const Tm=({key:e})=>e!=null?e:null,ja=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?We(e)||Xe(e)||_e(e)?{i:at,r:e,k:t,f:!!n}:e:null);function zu(e,t=null,n=null,r=0,s=null,i=e===Ct?0:1,l=!1,p=!1){const g={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Tm(t),ref:t&&ja(t),scopeId:Fo,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:at};return p?($u(g,n),i&128&&e.normalize(g)):n&&(g.shapeFlag|=We(n)?8:16),Fi>0&&!l&&pn&&(g.patchFlag>0||i&6)&&g.patchFlag!==32&&pn.push(g),g}const $e=DS;function DS(e,t=null,n=null,r=0,s=null,i=!1){if((!e||e===K1)&&(e=Jt),Di(e)){const p=Yn(e,t,!0);return n&&$u(p,n),Fi>0&&!i&&pn&&(p.shapeFlag&6?pn[pn.indexOf(e)]=p:pn.push(p)),p.patchFlag|=-2,p}if(qS(e)&&(e=e.__vccOpts),t){t=BS(t);let{class:p,style:g}=t;p&&!We(p)&&(t.class=Po(p)),Ve(g)&&(Wp(g)&&!ve(g)&&(g=Qe({},g)),t.style=To(g))}const l=We(e)?1:sm(e)?128:PS(e)?64:Ve(e)?4:_e(e)?2:0;return zu(e,t,n,r,s,l,i,!0)}function BS(e){return e?Wp(e)||vm(e)?Qe({},e):e:null}function Yn(e,t,n=!1){const{props:r,ref:s,patchFlag:i,children:l}=e,p=t?IS(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:p,key:p&&Tm(p),ref:t&&t.ref?n&&s?ve(s)?s.concat(ja(t)):[s,ja(t)]:ja(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ct?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Yn(e.ssContent),ssFallback:e.ssFallback&&Yn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Pm(e=" ",t=0){return $e(Ki,null,e,t)}function Bf(e="",t=!1){return t?(Es(),As(Jt,null,e)):$e(Jt,null,e)}function Sn(e){return e==null||typeof e=="boolean"?$e(Jt):ve(e)?$e(Ct,null,e.slice()):typeof e=="object"?ur(e):$e(Ki,null,String(e))}function ur(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Yn(e)}function $u(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(ve(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),$u(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!vm(t)?t._ctx=at:s===3&&at&&(at.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else _e(t)?(t={default:t,_ctx:at},n=32):(t=String(t),r&64?(n=16,t=[Pm(t)]):n=8);e.children=t,e.shapeFlag|=n}function IS(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=Po([t.class,r.class]));else if(s==="style")t.style=To([t.style,r.style]);else if(So(s)){const i=t[s],l=r[s];l&&i!==l&&!(ve(i)&&i.includes(l))&&(t[s]=i?[].concat(i,l):l)}else s!==""&&(t[s]=r[s])}return t}function Wt(e,t,n,r=null){Xt(e,t,7,[n,r])}const MS=pm();let kS=0;function LS(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||MS,i={uid:kS++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,scope:new Fp(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:bm(r,s),emitsOptions:nm(r,s),emit:null,emitted:null,propsDefaults:Ue,inheritAttrs:r.inheritAttrs,ctx:Ue,data:Ue,props:Ue,attrs:Ue,slots:Ue,refs:Ue,setupState:Ue,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=V1.bind(null,i),e.ce&&e.ce(i),i}let mt=null;const je=()=>mt||at;let ao,Pl;{const e=wp(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),i=>{s.length>1?s.forEach(l=>l(i)):s[0](i)}};ao=t("__VUE_INSTANCE_SETTERS__",n=>mt=n),Pl=t("__VUE_SSR_SETTERS__",n=>Lo=n)}const Gi=e=>{const t=mt;return ao(e),e.scope.on(),()=>{e.scope.off(),ao(t)}},If=()=>{mt&&mt.scope.off(),ao(null)};function wm(e){return e.vnode.shapeFlag&4}let Lo=!1;function NS(e,t=!1){t&&Pl(t);const{props:n,children:r}=e.vnode,s=wm(e);yS(e,n,s,t),xS(e,r);const i=s?jS(e,t):void 0;return t&&Pl(!1),i}function jS(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,lS);const{setup:r}=n;if(r){const s=e.setupContext=r.length>1?VS(e):null,i=Gi(e);Er();const l=br(r,e,0,[e.props,s]);if(Ar(),i(),Sp(l)){if(l.then(If,If),t)return l.then(p=>{Mf(e,p,t)}).catch(p=>{Co(p,e,0)});e.asyncDep=l}else Mf(e,l,t)}else Cm(e,t)}function Mf(e,t,n){_e(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ve(t)&&(e.setupState=Qp(t)),Cm(e,n)}let kf;function Cm(e,t,n){const r=e.type;if(!e.render){if(!t&&kf&&!r.render){const s=r.template||Vu(e).template;if(s){const{isCustomElement:i,compilerOptions:l}=e.appContext.config,{delimiters:p,compilerOptions:g}=r,u=Qe(Qe({isCustomElement:i,delimiters:p},l),g);r.render=kf(s,u)}}e.render=r.render||Vt}{const s=Gi(e);Er();try{uS(e)}finally{Ar(),s()}}}const US={get(e,t){return Lt(e,"get",""),e[t]}};function VS(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,US),slots:e.slots,emit:e.emit,expose:t}}function No(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Qp(rs(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in gi)return gi[n](e)},has(t,n){return n in t||n in gi}}))}function wl(e,t=!0){return _e(e)?e.displayName||e.name:e.name||t&&e.__name}function qS(e){return _e(e)&&"__vccOpts"in e}const W=(e,t)=>P1(e,t,Lo);function kk(e,t,n=Ue){const r=je(),s=bn(t),i=ts(t),l=F1((g,u)=>{let a;return J1(()=>{const o=e[t];Bn(a,o)&&(a=o,u())}),{get(){return g(),n.get?n.get(a):a},set(o){const c=r.vnode.props;!(c&&(t in c||s in c||i in c)&&(`onUpdate:${t}`in c||`onUpdate:${s}`in c||`onUpdate:${i}`in c))&&Bn(o,a)&&(a=o,u()),r.emit(`update:${t}`,n.set?n.set(o):o)}}}),p=t==="modelValue"?"modelModifiers":`${t}Modifiers`;return l[Symbol.iterator]=()=>{let g=0;return{next(){return g<2?{value:g++?e[p]||{}:l,done:!1}:{done:!0}}}},l}function K(e,t,n){const r=arguments.length;return r===2?Ve(t)&&!ve(t)?Di(t)?$e(e,null,[t]):$e(e,t):$e(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Di(n)&&(n=[n]),$e(e,t,n))}const HS="3.4.25";/**
* @vue/runtime-dom v3.4.25
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const zS="http://www.w3.org/2000/svg",$S="http://www.w3.org/1998/Math/MathML",dr=typeof document!="undefined"?document:null,Lf=dr&&dr.createElement("template"),WS={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?dr.createElementNS(zS,e):t==="mathml"?dr.createElementNS($S,e):dr.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>dr.createTextNode(e),createComment:e=>dr.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>dr.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const l=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{Lf.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const p=Lf.content;if(r==="svg"||r==="mathml"){const g=p.firstChild;for(;g.firstChild;)p.appendChild(g.firstChild);p.removeChild(g)}t.insertBefore(p,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},nr="transition",Xs="animation",Ts=Symbol("_vtc"),xr=(e,{slots:t})=>K(tS,Fm(e),t);xr.displayName="Transition";const Rm={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},KS=xr.props=Qe({},om,Rm),Dr=(e,t=[])=>{ve(e)?e.forEach(n=>n(...t)):e&&e(...t)},Nf=e=>e?ve(e)?e.some(t=>t.length>1):e.length>1:!1;function Fm(e){const t={};for(const P in e)P in Rm||(t[P]=e[P]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:i=`${n}-enter-from`,enterActiveClass:l=`${n}-enter-active`,enterToClass:p=`${n}-enter-to`,appearFromClass:g=i,appearActiveClass:u=l,appearToClass:a=p,leaveFromClass:o=`${n}-leave-from`,leaveActiveClass:c=`${n}-leave-active`,leaveToClass:f=`${n}-leave-to`}=e,d=GS(s),h=d&&d[0],m=d&&d[1],{onBeforeEnter:b,onEnter:y,onEnterCancelled:v,onLeave:_,onLeaveCancelled:x,onBeforeAppear:E=b,onAppear:S=y,onAppearCancelled:A=v}=t,O=(P,M,k)=>{ar(P,M?a:p),ar(P,M?u:l),k&&k()},T=(P,M)=>{P._isLeaving=!1,ar(P,o),ar(P,f),ar(P,c),M&&M()},w=P=>(M,k)=>{const j=P?S:y,q=()=>O(M,P,k);Dr(j,[M,q]),jf(()=>{ar(M,P?g:i),Un(M,P?a:p),Nf(j)||Uf(M,r,h,q)})};return Qe(t,{onBeforeEnter(P){Dr(b,[P]),Un(P,i),Un(P,l)},onBeforeAppear(P){Dr(E,[P]),Un(P,g),Un(P,u)},onEnter:w(!1),onAppear:w(!0),onLeave(P,M){P._isLeaving=!0;const k=()=>T(P,M);Un(P,o),Un(P,c),Bm(),jf(()=>{!P._isLeaving||(ar(P,o),Un(P,f),Nf(_)||Uf(P,r,m,k))}),Dr(_,[P,k])},onEnterCancelled(P){O(P,!1),Dr(v,[P])},onAppearCancelled(P){O(P,!0),Dr(A,[P])},onLeaveCancelled(P){T(P),Dr(x,[P])}})}function GS(e){if(e==null)return null;if(Ve(e))return[jc(e.enter),jc(e.leave)];{const t=jc(e);return[t,t]}}function jc(e){return JA(e)}function Un(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Ts]||(e[Ts]=new Set)).add(t)}function ar(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Ts];n&&(n.delete(t),n.size||(e[Ts]=void 0))}function jf(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let YS=0;function Uf(e,t,n,r){const s=e._endId=++YS,i=()=>{s===e._endId&&r()};if(n)return setTimeout(i,n);const{type:l,timeout:p,propCount:g}=Dm(e,t);if(!l)return r();const u=l+"end";let a=0;const o=()=>{e.removeEventListener(u,c),i()},c=f=>{f.target===e&&++a>=g&&o()};setTimeout(()=>{a<g&&o()},p+1),e.addEventListener(u,c)}function Dm(e,t){const n=window.getComputedStyle(e),r=d=>(n[d]||"").split(", "),s=r(`${nr}Delay`),i=r(`${nr}Duration`),l=Vf(s,i),p=r(`${Xs}Delay`),g=r(`${Xs}Duration`),u=Vf(p,g);let a=null,o=0,c=0;t===nr?l>0&&(a=nr,o=l,c=i.length):t===Xs?u>0&&(a=Xs,o=u,c=g.length):(o=Math.max(l,u),a=o>0?l>u?nr:Xs:null,c=a?a===nr?i.length:g.length:0);const f=a===nr&&/\b(transform|all)(,|$)/.test(r(`${nr}Property`).toString());return{type:a,timeout:o,propCount:c,hasTransform:f}}function Vf(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>qf(n)+qf(e[r])))}function qf(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Bm(){return document.body.offsetHeight}function QS(e,t,n){const r=e[Ts];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const oo=Symbol("_vod"),Im=Symbol("_vsh"),Lk={beforeMount(e,{value:t},{transition:n}){e[oo]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Js(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Js(e,!0),r.enter(e)):r.leave(e,()=>{Js(e,!1)}):Js(e,t))},beforeUnmount(e,{value:t}){Js(e,t)}};function Js(e,t){e.style.display=t?e[oo]:"none",e[Im]=!t}const XS=Symbol(""),JS=/(^|;)\s*display\s*:/;function ZS(e,t,n){const r=e.style,s=We(n);let i=!1;if(n&&!s){if(t)if(We(t))for(const l of t.split(";")){const p=l.slice(0,l.indexOf(":")).trim();n[p]==null&&Ua(r,p,"")}else for(const l in t)n[l]==null&&Ua(r,l,"");for(const l in n)l==="display"&&(i=!0),Ua(r,l,n[l])}else if(s){if(t!==n){const l=r[XS];l&&(n+=";"+l),r.cssText=n,i=JS.test(n)}}else t&&e.removeAttribute("style");oo in e&&(e[oo]=i?r.display:"",e[Im]&&(r.display="none"))}const Hf=/\s*!important$/;function Ua(e,t,n){if(ve(n))n.forEach(r=>Ua(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=eO(e,t);Hf.test(n)?e.setProperty(ts(r),n.replace(Hf,""),"important"):e[r]=n}}const zf=["Webkit","Moz","ms"],Uc={};function eO(e,t){const n=Uc[t];if(n)return n;let r=bn(t);if(r!=="filter"&&r in e)return Uc[t]=r;r=Wi(r);for(let s=0;s<zf.length;s++){const i=zf[s]+r;if(i in e)return Uc[t]=i}return t}const $f="http://www.w3.org/1999/xlink";function tO(e,t,n,r,s){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS($f,t.slice(6,t.length)):e.setAttributeNS($f,t,n);else{const i=s1(t);n==null||i&&!Cp(n)?e.removeAttribute(t):e.setAttribute(t,i?"":n)}}function nO(e,t,n,r,s,i,l){if(t==="innerHTML"||t==="textContent"){r&&l(r,s,i),e[t]=n==null?"":n;return}const p=e.tagName;if(t==="value"&&p!=="PROGRESS"&&!p.includes("-")){const u=p==="OPTION"?e.getAttribute("value")||"":e.value,a=n==null?"":n;(u!==a||!("_value"in e))&&(e.value=a),n==null&&e.removeAttribute(t),e._value=n;return}let g=!1;if(n===""||n==null){const u=typeof e[t];u==="boolean"?n=Cp(n):n==null&&u==="string"?(n="",g=!0):u==="number"&&(n=0,g=!0)}try{e[t]=n}catch{}g&&e.removeAttribute(t)}function rO(e,t,n,r){e.addEventListener(t,n,r)}function sO(e,t,n,r){e.removeEventListener(t,n,r)}const Wf=Symbol("_vei");function iO(e,t,n,r,s=null){const i=e[Wf]||(e[Wf]={}),l=i[t];if(r&&l)l.value=r;else{const[p,g]=aO(t);if(r){const u=i[t]=lO(r,s);rO(e,p,u,g)}else l&&(sO(e,p,l,g),i[t]=void 0)}}const Kf=/(?:Once|Passive|Capture)$/;function aO(e){let t;if(Kf.test(e)){t={};let r;for(;r=e.match(Kf);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ts(e.slice(2)),t]}let Vc=0;const oO=Promise.resolve(),cO=()=>Vc||(oO.then(()=>Vc=0),Vc=Date.now());function lO(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Xt(uO(r,n.value),t,5,[r])};return n.value=e,n.attached=cO(),n}function uO(e,t){if(ve(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const Gf=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,dO=(e,t,n,r,s,i,l,p,g)=>{const u=s==="svg";t==="class"?QS(e,r,u):t==="style"?ZS(e,n,r):So(t)?Su(t)||iO(e,t,n,r,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):fO(e,t,r,u))?nO(e,t,r,i,l,p,g):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),tO(e,t,r,u))};function fO(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Gf(t)&&_e(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return Gf(t)&&We(n)?!1:t in e}const Mm=new WeakMap,km=new WeakMap,co=Symbol("_moveCb"),Yf=Symbol("_enterCb"),Lm={name:"TransitionGroup",props:Qe({},KS,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=je(),r=am();let s,i;return Uu(()=>{if(!s.length)return;const l=e.moveClass||`${e.name||"v"}-move`;if(!yO(s[0].el,n.vnode.el,l))return;s.forEach(mO),s.forEach(gO);const p=s.filter(vO);Bm(),p.forEach(g=>{const u=g.el,a=u.style;Un(u,l),a.transform=a.webkitTransform=a.transitionDuration="";const o=u[co]=c=>{c&&c.target!==u||(!c||/transform$/.test(c.propertyName))&&(u.removeEventListener("transitionend",o),u[co]=null,ar(u,l))};u.addEventListener("transitionend",o)})}),()=>{const l=xe(e),p=Fm(l);let g=l.tag||Ct;if(s=[],i)for(let u=0;u<i.length;u++){const a=i[u];a.el&&a.el instanceof Element&&(s.push(a),Os(a,Ri(a,p,r,n)),Mm.set(a,a.el.getBoundingClientRect()))}i=t.default?ju(t.default()):[];for(let u=0;u<i.length;u++){const a=i[u];a.key!=null&&Os(a,Ri(a,p,r,n))}return $e(g,null,i)}}},hO=e=>delete e.mode;Lm.props;const pO=Lm;function mO(e){const t=e.el;t[co]&&t[co](),t[Yf]&&t[Yf]()}function gO(e){km.set(e,e.el.getBoundingClientRect())}function vO(e){const t=Mm.get(e),n=km.get(e),r=t.left-n.left,s=t.top-n.top;if(r||s){const i=e.el.style;return i.transform=i.webkitTransform=`translate(${r}px,${s}px)`,i.transitionDuration="0s",e}}function yO(e,t,n){const r=e.cloneNode(),s=e[Ts];s&&s.forEach(p=>{p.split(/\s+/).forEach(g=>g&&r.classList.remove(g))}),n.split(/\s+/).forEach(p=>p&&r.classList.add(p)),r.style.display="none";const i=t.nodeType===1?t:t.parentNode;i.appendChild(r);const{hasTransform:l}=Dm(r);return i.removeChild(r),l}const bO=["ctrl","shift","alt","meta"],_O={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>bO.some(n=>e[`${n}Key`]&&!t.includes(n))},Nk=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(s,...i)=>{for(let l=0;l<t.length;l++){const p=_O[t[l]];if(p&&p(s,t))return}return e(s,...i)})},xO=Qe({patchProp:dO},WS);let Qf;function EO(){return Qf||(Qf=AS(xO))}const Nm=(...e)=>{const t=EO().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=SO(r);if(!s)return;const i=t._component;!_e(i)&&!i.render&&!i.template&&(i.template=s.innerHTML),s.innerHTML="";const l=n(s,!1,AO(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),l},t};function AO(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function SO(e){return We(e)?document.querySelector(e):e}function ss(e,t,n,r){return Object.defineProperty(e,t,{get:n,set:r,enumerable:!0}),e}function jk(e,t){for(const n in t)ss(e,n,t[n]);return e}const Qn=pe(!1);let Cl;function OO(e,t){const n=/(edg|edge|edga|edgios)\/([\w.]+)/.exec(e)||/(opr)[\/]([\w.]+)/.exec(e)||/(vivaldi)[\/]([\w.]+)/.exec(e)||/(chrome|crios)[\/]([\w.]+)/.exec(e)||/(version)(applewebkit)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e)||/(webkit)[\/]([\w.]+).*(version)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e)||/(firefox|fxios)[\/]([\w.]+)/.exec(e)||/(webkit)[\/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[\/]([\w.]+)/.exec(e)||[];return{browser:n[5]||n[3]||n[1]||"",version:n[4]||n[2]||"0",platform:t[0]||""}}function TO(e){return/(ipad)/.exec(e)||/(ipod)/.exec(e)||/(windows phone)/.exec(e)||/(iphone)/.exec(e)||/(kindle)/.exec(e)||/(silk)/.exec(e)||/(android)/.exec(e)||/(win)/.exec(e)||/(mac)/.exec(e)||/(linux)/.exec(e)||/(cros)/.exec(e)||/(playbook)/.exec(e)||/(bb)/.exec(e)||/(blackberry)/.exec(e)||[]}const jm="ontouchstart"in window||window.navigator.maxTouchPoints>0;function PO(e){const t=e.toLowerCase(),n=TO(t),r=OO(t,n),s={};r.browser&&(s[r.browser]=!0,s.version=r.version,s.versionNumber=parseInt(r.version,10)),r.platform&&(s[r.platform]=!0);const i=s.android||s.ios||s.bb||s.blackberry||s.ipad||s.iphone||s.ipod||s.kindle||s.playbook||s.silk||s["windows phone"];if(i===!0||t.indexOf("mobile")!==-1?s.mobile=!0:s.desktop=!0,s["windows phone"]&&(s.winphone=!0,delete s["windows phone"]),s.edga||s.edgios||s.edg?(s.edge=!0,r.browser="edge"):s.crios?(s.chrome=!0,r.browser="chrome"):s.fxios&&(s.firefox=!0,r.browser="firefox"),(s.ipod||s.ipad||s.iphone)&&(s.ios=!0),s.vivaldi&&(r.browser="vivaldi",s.vivaldi=!0),(s.chrome||s.opr||s.safari||s.vivaldi||s.mobile===!0&&s.ios!==!0&&i!==!0)&&(s.webkit=!0),s.opr&&(r.browser="opera",s.opera=!0),s.safari&&(s.blackberry||s.bb?(r.browser="blackberry",s.blackberry=!0):s.playbook?(r.browser="playbook",s.playbook=!0):s.android?(r.browser="android",s.android=!0):s.kindle?(r.browser="kindle",s.kindle=!0):s.silk&&(r.browser="silk",s.silk=!0)),s.name=r.browser,s.platform=r.platform,t.indexOf("electron")!==-1)s.electron=!0;else if(document.location.href.indexOf("-extension://")!==-1)s.bex=!0;else{if(window.Capacitor!==void 0?(s.capacitor=!0,s.nativeMobile=!0,s.nativeMobileWrapper="capacitor"):(window._cordovaNative!==void 0||window.cordova!==void 0)&&(s.cordova=!0,s.nativeMobile=!0,s.nativeMobileWrapper="cordova"),Qn.value===!0&&(Cl={is:{...s}}),jm===!0&&s.mac===!0&&(s.desktop===!0&&s.safari===!0||s.nativeMobile===!0&&s.android!==!0&&s.ios!==!0&&s.ipad!==!0)){delete s.mac,delete s.desktop;const l=Math.min(window.innerHeight,window.innerWidth)>414?"ipad":"iphone";Object.assign(s,{mobile:!0,ios:!0,platform:l,[l]:!0})}s.mobile!==!0&&window.navigator.userAgentData&&window.navigator.userAgentData.mobile&&(delete s.desktop,s.mobile=!0)}return s}const Xf=navigator.userAgent||navigator.vendor||window.opera,wO={has:{touch:!1,webStorage:!1},within:{iframe:!1}},ut={userAgent:Xf,is:PO(Xf),has:{touch:jm},within:{iframe:window.self!==window.top}},Bi={install(e){const{$q:t}=e;Qn.value===!0?(e.onSSRHydrated.push(()=>{Object.assign(t.platform,ut),Qn.value=!1}),t.platform=ns(this)):t.platform=this}};{let e;ss(ut.has,"webStorage",()=>{if(e!==void 0)return e;try{if(window.localStorage)return e=!0,!0}catch{}return e=!1,!1}),Object.assign(Bi,ut),Qn.value===!0&&(Object.assign(Bi,Cl,wO),Cl=null)}function ft(e){return rs(Sr(e))}function Um(e){return rs(e)}const Yi=(e,t)=>{const n=ns(e);for(const r in e)ss(t,r,()=>n[r],s=>{n[r]=s});return t},It={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{const e=Object.defineProperty({},"passive",{get(){Object.assign(It,{hasPassive:!0,passive:{passive:!0},notPassive:{passive:!1},passiveCapture:{passive:!0,capture:!0},notPassiveCapture:{passive:!1,capture:!0}})}});window.addEventListener("qtest",null,e),window.removeEventListener("qtest",null,e)}catch{}function Ii(){}function Uk(e){return e.button===0}function CO(e){return e.touches&&e.touches[0]?e=e.touches[0]:e.changedTouches&&e.changedTouches[0]?e=e.changedTouches[0]:e.targetTouches&&e.targetTouches[0]&&(e=e.targetTouches[0]),{top:e.clientY,left:e.clientX}}function RO(e){if(e.path)return e.path;if(e.composedPath)return e.composedPath();const t=[];let n=e.target;for(;n;){if(t.push(n),n.tagName==="HTML")return t.push(document),t.push(window),t;n=n.parentElement}}function lo(e){e.stopPropagation()}function pr(e){e.cancelable!==!1&&e.preventDefault()}function Kt(e){e.cancelable!==!1&&e.preventDefault(),e.stopPropagation()}function Vk(e,t){if(e===void 0||t===!0&&e.__dragPrevented===!0)return;const n=t===!0?r=>{r.__dragPrevented=!0,r.addEventListener("dragstart",pr,It.notPassiveCapture)}:r=>{delete r.__dragPrevented,r.removeEventListener("dragstart",pr,It.notPassiveCapture)};e.querySelectorAll("a, img").forEach(n)}function FO(e,t,n){const r=`__q_${t}_evt`;e[r]=e[r]!==void 0?e[r].concat(n):n,n.forEach(s=>{s[0].addEventListener(s[1],e[s[2]],It[s[3]])})}function DO(e,t){const n=`__q_${t}_evt`;e[n]!==void 0&&(e[n].forEach(r=>{r[0].removeEventListener(r[1],e[r[2]],It[r[3]])}),e[n]=void 0)}function Vm(e,t=250,n){let r=null;function s(){const i=arguments,l=()=>{r=null,n!==!0&&e.apply(this,i)};r!==null?clearTimeout(r):n===!0&&e.apply(this,i),r=setTimeout(l,t)}return s.cancel=()=>{r!==null&&clearTimeout(r)},s}const qc=["sm","md","lg","xl"],{passive:Jf}=It;var BO=Yi({width:0,height:0,name:"xs",sizes:{sm:600,md:1024,lg:1440,xl:1920},lt:{sm:!0,md:!0,lg:!0,xl:!0},gt:{xs:!1,sm:!1,md:!1,lg:!1},xs:!0,sm:!1,md:!1,lg:!1,xl:!1},{setSizes:Ii,setDebounce:Ii,install({$q:e,onSSRHydrated:t}){if(e.screen=this,this.__installed===!0){e.config.screen!==void 0&&(e.config.screen.bodyClasses===!1?document.body.classList.remove(`screen--${this.name}`):this.__update(!0));return}const{visualViewport:n}=window,r=n||window,s=document.scrollingElement||document.documentElement,i=n===void 0||ut.is.mobile===!0?()=>[Math.max(window.innerWidth,s.clientWidth),Math.max(window.innerHeight,s.clientHeight)]:()=>[n.width*n.scale+window.innerWidth-s.clientWidth,n.height*n.scale+window.innerHeight-s.clientHeight],l=e.config.screen!==void 0&&e.config.screen.bodyClasses===!0;this.__update=o=>{const[c,f]=i();if(f!==this.height&&(this.height=f),c!==this.width)this.width=c;else if(o!==!0)return;let d=this.sizes;this.gt.xs=c>=d.sm,this.gt.sm=c>=d.md,this.gt.md=c>=d.lg,this.gt.lg=c>=d.xl,this.lt.sm=c<d.sm,this.lt.md=c<d.md,this.lt.lg=c<d.lg,this.lt.xl=c<d.xl,this.xs=this.lt.sm,this.sm=this.gt.xs===!0&&this.lt.md===!0,this.md=this.gt.sm===!0&&this.lt.lg===!0,this.lg=this.gt.md===!0&&this.lt.xl===!0,this.xl=this.gt.lg,d=this.xs===!0&&"xs"||this.sm===!0&&"sm"||this.md===!0&&"md"||this.lg===!0&&"lg"||"xl",d!==this.name&&(l===!0&&(document.body.classList.remove(`screen--${this.name}`),document.body.classList.add(`screen--${d}`)),this.name=d)};let p,g={},u=16;this.setSizes=o=>{qc.forEach(c=>{o[c]!==void 0&&(g[c]=o[c])})},this.setDebounce=o=>{u=o};const a=()=>{const o=getComputedStyle(document.body);o.getPropertyValue("--q-size-sm")&&qc.forEach(c=>{this.sizes[c]=parseInt(o.getPropertyValue(`--q-size-${c}`),10)}),this.setSizes=c=>{qc.forEach(f=>{c[f]&&(this.sizes[f]=c[f])}),this.__update(!0)},this.setDebounce=c=>{p!==void 0&&r.removeEventListener("resize",p,Jf),p=c>0?Vm(this.__update,c):this.__update,r.addEventListener("resize",p,Jf)},this.setDebounce(u),Object.keys(g).length!==0?(this.setSizes(g),g=void 0):this.__update(),l===!0&&this.name==="xs"&&document.body.classList.add("screen--xs")};Qn.value===!0?t.push(a):a()}});const Et=Yi({isActive:!1,mode:!1},{__media:void 0,set(e){Et.mode=e,e==="auto"?(Et.__media===void 0&&(Et.__media=window.matchMedia("(prefers-color-scheme: dark)"),Et.__updateMedia=()=>{Et.set("auto")},Et.__media.addListener(Et.__updateMedia)),e=Et.__media.matches):Et.__media!==void 0&&(Et.__media.removeListener(Et.__updateMedia),Et.__media=void 0),Et.isActive=e===!0,document.body.classList.remove(`body--${e===!0?"light":"dark"}`),document.body.classList.add(`body--${e===!0?"dark":"light"}`)},toggle(){Et.set(Et.isActive===!1)},install({$q:e,ssrContext:t}){const{dark:n}=e.config;e.dark=this,this.__installed!==!0&&this.set(n!==void 0?n:!1)}});function IO(e,t,n=document.body){if(typeof e!="string")throw new TypeError("Expected a string as propName");if(typeof t!="string")throw new TypeError("Expected a string as value");if(!(n instanceof Element))throw new TypeError("Expected a DOM element");n.style.setProperty(`--q-${e}`,t)}let qm=!1;function MO(e){qm=e.isComposing===!0}function Hm(e){return qm===!0||e!==Object(e)||e.isComposing===!0||e.qKeyEvent===!0}function Ps(e,t){return Hm(e)===!0?!1:[].concat(t).includes(e.keyCode)}function zm(e){if(e.ios===!0)return"ios";if(e.android===!0)return"android"}function kO({is:e,has:t,within:n},r){const s=[e.desktop===!0?"desktop":"mobile",`${t.touch===!1?"no-":""}touch`];if(e.mobile===!0){const i=zm(e);i!==void 0&&s.push("platform-"+i)}if(e.nativeMobile===!0){const i=e.nativeMobileWrapper;s.push(i),s.push("native-mobile"),e.ios===!0&&(r[i]===void 0||r[i].iosStatusBarPadding!==!1)&&s.push("q-ios-padding")}else e.electron===!0?s.push("electron"):e.bex===!0&&s.push("bex");return n.iframe===!0&&s.push("within-iframe"),s}function LO(){const{is:e}=ut,t=document.body.className,n=new Set(t.replace(/ {2}/g," ").split(" "));if(e.nativeMobile!==!0&&e.electron!==!0&&e.bex!==!0){if(e.desktop===!0)n.delete("mobile"),n.delete("platform-ios"),n.delete("platform-android"),n.add("desktop");else if(e.mobile===!0){n.delete("desktop"),n.add("mobile"),n.delete("platform-ios"),n.delete("platform-android");const s=zm(e);s!==void 0&&n.add(`platform-${s}`)}}ut.has.touch===!0&&(n.delete("no-touch"),n.add("touch")),ut.within.iframe===!0&&n.add("within-iframe");const r=Array.from(n).join(" ");t!==r&&(document.body.className=r)}function NO(e){for(const t in e)IO(t,e[t])}var jO={install(e){if(this.__installed!==!0){if(Qn.value===!0)LO();else{const{$q:t}=e;t.config.brand!==void 0&&NO(t.config.brand);const n=kO(ut,t.config);document.body.classList.add.apply(document.body.classList,n)}ut.is.ios===!0&&document.body.addEventListener("touchstart",Ii),window.addEventListener("keydown",MO,!0)}}};const $m=()=>!0;function UO(e){return typeof e=="string"&&e!==""&&e!=="/"&&e!=="#/"}function VO(e){return e.startsWith("#")===!0&&(e=e.substring(1)),e.startsWith("/")===!1&&(e="/"+e),e.endsWith("/")===!0&&(e=e.substring(0,e.length-1)),"#"+e}function qO(e){if(e.backButtonExit===!1)return()=>!1;if(e.backButtonExit==="*")return $m;const t=["#/"];return Array.isArray(e.backButtonExit)===!0&&t.push(...e.backButtonExit.filter(UO).map(VO)),()=>t.includes(window.location.hash)}var Rl={__history:[],add:Ii,remove:Ii,install({$q:e}){if(this.__installed===!0)return;const{cordova:t,capacitor:n}=ut.is;if(t!==!0&&n!==!0)return;const r=e.config[t===!0?"cordova":"capacitor"];if(r!==void 0&&r.backButton===!1||n===!0&&(window.Capacitor===void 0||window.Capacitor.Plugins.App===void 0))return;this.add=l=>{l.condition===void 0&&(l.condition=$m),this.__history.push(l)},this.remove=l=>{const p=this.__history.indexOf(l);p>=0&&this.__history.splice(p,1)};const s=qO(Object.assign({backButtonExit:!0},r)),i=()=>{if(this.__history.length){const l=this.__history[this.__history.length-1];l.condition()===!0&&(this.__history.pop(),l.handler())}else s()===!0?navigator.app.exitApp():window.history.back()};t===!0?document.addEventListener("deviceready",()=>{document.addEventListener("backbutton",i,!1)}):window.Capacitor.Plugins.App.addListener("backButton",i)}},Fl={isoName:"en-US",nativeName:"English (US)",label:{clear:"Clear",ok:"OK",cancel:"Cancel",close:"Close",set:"Set",select:"Select",reset:"Reset",remove:"Remove",update:"Update",create:"Create",search:"Search",filter:"Filter",refresh:"Refresh",expand:e=>e?`Expand "${e}"`:"Expand",collapse:e=>e?`Collapse "${e}"`:"Collapse"},date:{days:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),daysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),firstDayOfWeek:0,format24h:!1,pluralDay:"days"},table:{noData:"No data available",noResults:"No matching records found",loading:"Loading...",selectedRecords:e=>e===1?"1 record selected.":(e===0?"No":e)+" records selected.",recordsPerPage:"Records per page:",allRows:"All",pagination:(e,t,n)=>e+"-"+t+" of "+n,columns:"Columns"},editor:{url:"URL",bold:"Bold",italic:"Italic",strikethrough:"Strikethrough",underline:"Underline",unorderedList:"Unordered List",orderedList:"Ordered List",subscript:"Subscript",superscript:"Superscript",hyperlink:"Hyperlink",toggleFullscreen:"Toggle Fullscreen",quote:"Quote",left:"Left align",center:"Center align",right:"Right align",justify:"Justify align",print:"Print",outdent:"Decrease indentation",indent:"Increase indentation",removeFormat:"Remove formatting",formatting:"Formatting",fontSize:"Font Size",align:"Align",hr:"Insert Horizontal Rule",undo:"Undo",redo:"Redo",heading1:"Heading 1",heading2:"Heading 2",heading3:"Heading 3",heading4:"Heading 4",heading5:"Heading 5",heading6:"Heading 6",paragraph:"Paragraph",code:"Code",size1:"Very small",size2:"A bit small",size3:"Normal",size4:"Medium-large",size5:"Big",size6:"Very big",size7:"Maximum",defaultFont:"Default Font",viewSource:"View Source"},tree:{noNodes:"No nodes available",noResults:"No matching nodes found"}};function Zf(){const e=Array.isArray(navigator.languages)===!0&&navigator.languages.length!==0?navigator.languages[0]:navigator.language;if(typeof e=="string")return e.split(/[-_]/).map((t,n)=>n===0?t.toLowerCase():n>1||t.length<4?t.toUpperCase():t[0].toUpperCase()+t.slice(1).toLowerCase()).join("-")}const On=Yi({__qLang:{}},{getLocale:Zf,set(e=Fl,t){const n={...e,rtl:e.rtl===!0,getLocale:Zf};{if(n.set=On.set,On.__langConfig===void 0||On.__langConfig.noHtmlAttrs!==!0){const r=document.documentElement;r.setAttribute("dir",n.rtl===!0?"rtl":"ltr"),r.setAttribute("lang",n.isoName)}Object.assign(On.__qLang,n)}},install({$q:e,lang:t,ssrContext:n}){e.lang=On.__qLang,On.__langConfig=e.config.lang,this.__installed===!0?t!==void 0&&this.set(t):(this.props=new Proxy(this.__qLang,{get(){return Reflect.get(...arguments)},ownKeys(r){return Reflect.ownKeys(r).filter(s=>s!=="set"&&s!=="getLocale")}}),this.set(t||Fl))}});var HO={name:"material-icons",type:{positive:"check_circle",negative:"warning",info:"info",warning:"priority_high"},arrow:{up:"arrow_upward",right:"arrow_forward",down:"arrow_downward",left:"arrow_back",dropdown:"arrow_drop_down"},chevron:{left:"chevron_left",right:"chevron_right"},colorPicker:{spectrum:"gradient",tune:"tune",palette:"style"},pullToRefresh:{icon:"refresh"},carousel:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down",navigationIcon:"lens"},chip:{remove:"cancel",selected:"check"},datetime:{arrowLeft:"chevron_left",arrowRight:"chevron_right",now:"access_time",today:"today"},editor:{bold:"format_bold",italic:"format_italic",strikethrough:"strikethrough_s",underline:"format_underlined",unorderedList:"format_list_bulleted",orderedList:"format_list_numbered",subscript:"vertical_align_bottom",superscript:"vertical_align_top",hyperlink:"link",toggleFullscreen:"fullscreen",quote:"format_quote",left:"format_align_left",center:"format_align_center",right:"format_align_right",justify:"format_align_justify",print:"print",outdent:"format_indent_decrease",indent:"format_indent_increase",removeFormat:"format_clear",formatting:"text_format",fontSize:"format_size",align:"format_align_left",hr:"remove",undo:"undo",redo:"redo",heading:"format_size",code:"code",size:"format_size",font:"font_download",viewSource:"code"},expansionItem:{icon:"keyboard_arrow_down",denseIcon:"arrow_drop_down"},fab:{icon:"add",activeIcon:"close"},field:{clear:"cancel",error:"error"},pagination:{first:"first_page",prev:"keyboard_arrow_left",next:"keyboard_arrow_right",last:"last_page"},rating:{icon:"grade"},stepper:{done:"check",active:"edit",error:"warning"},tabs:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down"},table:{arrowUp:"arrow_upward",warning:"warning",firstPage:"first_page",prevPage:"chevron_left",nextPage:"chevron_right",lastPage:"last_page"},tree:{icon:"play_arrow"},uploader:{done:"done",clear:"clear",add:"add_box",upload:"cloud_upload",removeQueue:"clear_all",removeUploaded:"done_all"}};const uo=Yi({iconMapFn:null,__qIconSet:{}},{set(e,t){const n={...e};n.set=uo.set,Object.assign(uo.__qIconSet,n)},install({$q:e,iconSet:t,ssrContext:n}){e.config.iconMapFn!==void 0&&(this.iconMapFn=e.config.iconMapFn),e.iconSet=this.__qIconSet,ss(e,"iconMapFn",()=>this.iconMapFn,r=>{this.iconMapFn=r}),this.__installed===!0?t!==void 0&&this.set(t):(this.props=new Proxy(this.__qIconSet,{get(){return Reflect.get(...arguments)},ownKeys(r){return Reflect.ownKeys(r).filter(s=>s!=="set")}}),this.set(t||HO))}}),Wm="_q_",qk="_q_s_",Hk="_q_l_",zk="_q_pc_",zO="_q_fo_",$k="_q_tabs_";function Wk(){}const fo={};let Km=!1;function $O(){Km=!0}function Hc(e,t){if(e===t)return!0;if(e!==null&&t!==null&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let n,r;if(e.constructor===Array){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(Hc(e[r],t[r])!==!0)return!1;return!0}if(e.constructor===Map){if(e.size!==t.size)return!1;let i=e.entries();for(r=i.next();r.done!==!0;){if(t.has(r.value[0])!==!0)return!1;r=i.next()}for(i=e.entries(),r=i.next();r.done!==!0;){if(Hc(r.value[1],t.get(r.value[0]))!==!0)return!1;r=i.next()}return!0}if(e.constructor===Set){if(e.size!==t.size)return!1;const i=e.entries();for(r=i.next();r.done!==!0;){if(t.has(r.value[0])!==!0)return!1;r=i.next()}return!0}if(e.buffer!=null&&e.buffer.constructor===ArrayBuffer){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(e[r]!==t[r])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();const s=Object.keys(e).filter(i=>e[i]!==void 0);if(n=s.length,n!==Object.keys(t).filter(i=>t[i]!==void 0).length)return!1;for(r=n;r--!==0;){const i=s[r];if(Hc(e[i],t[i])!==!0)return!1}return!0}return e!==e&&t!==t}function Qt(e){return e!==null&&typeof e=="object"&&Array.isArray(e)!==!0}function Gm(e){return Object.prototype.toString.call(e)==="[object Date]"}function Kk(e){return typeof e=="number"&&isFinite(e)}const e0=[Bi,jO,Et,BO,Rl,On,uo];function Wu(e,t){const n=Nm(e);n.config.globalProperties=t.config.globalProperties;const{reload:r,...s}=t._context;return Object.assign(n._context,s),n}function t0(e,t){t.forEach(n=>{n.install(e),n.__installed=!0})}function WO(e,t,n){e.config.globalProperties.$q=n.$q,e.provide(Wm,n.$q),t0(n,e0),t.components!==void 0&&Object.values(t.components).forEach(r=>{Qt(r)===!0&&r.name!==void 0&&e.component(r.name,r)}),t.directives!==void 0&&Object.values(t.directives).forEach(r=>{Qt(r)===!0&&r.name!==void 0&&e.directive(r.name,r)}),t.plugins!==void 0&&t0(n,Object.values(t.plugins).filter(r=>typeof r.install=="function"&&e0.includes(r)===!1)),Qn.value===!0&&(n.$q.onSSRHydrated=()=>{n.onSSRHydrated.forEach(r=>{r()}),n.$q.onSSRHydrated=()=>{}})}var KO=function(e,t={}){const n={version:"2.15.4"};Km===!1?(t.config!==void 0&&Object.assign(fo,t.config),n.config={...fo},$O()):n.config=t.config||{},WO(e,t,{parentApp:e,$q:n,lang:t.lang,iconSet:t.iconSet,onSSRHydrated:[]})},GO={name:"Quasar",version:"2.15.4",install:KO,lang:On,iconSet:uo};function Ym(){return Rt(Wm)}const Qm=Object.prototype.toString;function YO(e){switch(Qm.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return jo(e,Error)}}function Ls(e,t){return Qm.call(e)===`[object ${t}]`}function Gk(e){return Ls(e,"ErrorEvent")}function Yk(e){return Ls(e,"DOMError")}function Qk(e){return Ls(e,"DOMException")}function ho(e){return Ls(e,"String")}function QO(e){return typeof e=="object"&&e!==null&&"__sentry_template_string__"in e&&"__sentry_template_values__"in e}function Xk(e){return e===null||QO(e)||typeof e!="object"&&typeof e!="function"}function Ku(e){return Ls(e,"Object")}function XO(e){return typeof Event!="undefined"&&jo(e,Event)}function JO(e){return typeof Element!="undefined"&&jo(e,Element)}function ZO(e){return Ls(e,"RegExp")}function Gu(e){return Boolean(e&&e.then&&typeof e.then=="function")}function eT(e){return Ku(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function tT(e){return typeof e=="number"&&e!==e}function jo(e,t){try{return e instanceof t}catch{return!1}}function Xm(e){return!!(typeof e=="object"&&e!==null&&(e.__isVue||e._isVue))}function bi(e,t=0){return typeof e!="string"||t===0||e.length<=t?e:`${e.slice(0,t)}...`}function Jk(e,t){if(!Array.isArray(e))return"";const n=[];for(let r=0;r<e.length;r++){const s=e[r];try{Xm(s)?n.push("[VueViewModel]"):n.push(String(s))}catch{n.push("[value cannot be serialized]")}}return n.join(t)}function nT(e,t,n=!1){return ho(e)?ZO(t)?t.test(e):ho(t)?n?e===t:e.includes(t):!1:!1}function Zk(e,t=[],n=!1){return t.some(r=>nT(e,r,n))}function Sa(e){return e&&e.Math==Math?e:void 0}const kt=typeof globalThis=="object"&&Sa(globalThis)||typeof window=="object"&&Sa(window)||typeof self=="object"&&Sa(self)||typeof global=="object"&&Sa(global)||function(){return this}()||{};function rT(){return kt}function Jm(e,t,n){const r=n||kt,s=r.__SENTRY__=r.__SENTRY__||{};return s[e]||(s[e]=t())}const Ss=rT(),sT=80;function iT(e,t={}){if(!e)return"<unknown>";try{let n=e;const r=5,s=[];let i=0,l=0;const p=" > ",g=p.length;let u;const a=Array.isArray(t)?t:t.keyAttrs,o=!Array.isArray(t)&&t.maxStringLength||sT;for(;n&&i++<r&&(u=aT(n,a),!(u==="html"||i>1&&l+s.length*g+u.length>=o));)s.push(u),l+=u.length,n=n.parentNode;return s.reverse().join(p)}catch{return"<unknown>"}}function aT(e,t){const n=e,r=[];let s,i,l,p,g;if(!n||!n.tagName)return"";if(Ss.HTMLElement&&n instanceof HTMLElement&&n.dataset&&n.dataset.sentryComponent)return n.dataset.sentryComponent;r.push(n.tagName.toLowerCase());const u=t&&t.length?t.filter(o=>n.getAttribute(o)).map(o=>[o,n.getAttribute(o)]):null;if(u&&u.length)u.forEach(o=>{r.push(`[${o[0]}="${o[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),s=n.className,s&&ho(s))for(i=s.split(/\s+/),g=0;g<i.length;g++)r.push(`.${i[g]}`);const a=["aria-label","type","name","title","alt"];for(g=0;g<a.length;g++)l=a[g],p=n.getAttribute(l),p&&r.push(`[${l}="${p}"]`);return r.join("")}function e4(){try{return Ss.document.location.href}catch{return""}}function t4(e){return Ss.document&&Ss.document.querySelector?Ss.document.querySelector(e):null}function n4(e){if(!Ss.HTMLElement)return null;let t=e;const n=5;for(let r=0;r<n;r++){if(!t)return null;if(t instanceof HTMLElement&&t.dataset.sentryComponent)return t.dataset.sentryComponent;t=t.parentNode}return null}const Yu=typeof __SENTRY_DEBUG__=="undefined"||__SENTRY_DEBUG__,oT="Sentry Logger ",n0=["debug","info","warn","error","log","assert","trace"],r0={};function Zm(e){if(!("console"in kt))return e();const t=kt.console,n={},r=Object.keys(r0);r.forEach(s=>{const i=r0[s];n[s]=t[s],t[s]=i});try{return e()}finally{r.forEach(s=>{t[s]=n[s]})}}function cT(){let e=!1;const t={enable:()=>{e=!0},disable:()=>{e=!1},isEnabled:()=>e};return Yu?n0.forEach(n=>{t[n]=(...r)=>{e&&Zm(()=>{kt.console[n](`${oT}[${n}]:`,...r)})}}):n0.forEach(n=>{t[n]=()=>{}}),t}const wn=cT();function r4(e,t,n){if(!(t in e))return;const r=e[t],s=n(r);typeof s=="function"&&lT(s,r),e[t]=s}function eg(e,t,n){try{Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0})}catch{Yu&&wn.log(`Failed to add non-enumerable property "${t}" to object`,e)}}function lT(e,t){try{const n=t.prototype||{};e.prototype=t.prototype=n,eg(e,"__sentry_original__",t)}catch{}}function s4(e){return e.__sentry_original__}function i4(e){return Object.keys(e).map(t=>`${encodeURIComponent(t)}=${encodeURIComponent(e[t])}`).join("&")}function tg(e){if(YO(e))return{message:e.message,name:e.name,stack:e.stack,...i0(e)};if(XO(e)){const t={type:e.type,target:s0(e.target),currentTarget:s0(e.currentTarget),...i0(e)};return typeof CustomEvent!="undefined"&&jo(e,CustomEvent)&&(t.detail=e.detail),t}else return e}function s0(e){try{return JO(e)?iT(e):Object.prototype.toString.call(e)}catch{return"<unknown>"}}function i0(e){if(typeof e=="object"&&e!==null){const t={};for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}else return{}}function a4(e,t=40){const n=Object.keys(tg(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return bi(n[0],t);for(let r=n.length;r>0;r--){const s=n.slice(0,r).join(", ");if(!(s.length>t))return r===n.length?s:bi(s,t)}return""}function Hr(e){return Dl(e,new Map)}function Dl(e,t){if(uT(e)){const n=t.get(e);if(n!==void 0)return n;const r={};t.set(e,r);for(const s of Object.keys(e))typeof e[s]!="undefined"&&(r[s]=Dl(e[s],t));return r}if(Array.isArray(e)){const n=t.get(e);if(n!==void 0)return n;const r=[];return t.set(e,r),e.forEach(s=>{r.push(Dl(s,t))}),r}return e}function uT(e){if(!Ku(e))return!1;try{const t=Object.getPrototypeOf(e).constructor.name;return!t||t==="Object"}catch{return!0}}const ng=50,a0=/\(error: (.*)\)/,o0=/captureMessage|captureException/;function dT(...e){const t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{const s=[],i=n.split(`
`);for(let l=r;l<i.length;l++){const p=i[l];if(p.length>1024)continue;const g=a0.test(p)?p.replace(a0,"$1"):p;if(!g.match(/\S*Error: /)){for(const u of t){const a=u(g);if(a){s.push(a);break}}if(s.length>=ng)break}}return fT(s)}}function o4(e){return Array.isArray(e)?dT(...e):e}function fT(e){if(!e.length)return[];const t=Array.from(e);return/sentryWrapped/.test(t[t.length-1].function||"")&&t.pop(),t.reverse(),o0.test(t[t.length-1].function||"")&&(t.pop(),o0.test(t[t.length-1].function||"")&&t.pop()),t.slice(0,ng).map(n=>({...n,filename:n.filename||t[t.length-1].filename,function:n.function||"?"}))}const zc="<anonymous>";function hT(e){try{return!e||typeof e!="function"?zc:e.name||zc}catch{return zc}}function gt(){const e=kt,t=e.crypto||e.msCrypto;let n=()=>Math.random()*16;try{if(t&&t.randomUUID)return t.randomUUID().replace(/-/g,"");t&&t.getRandomValues&&(n=()=>{const r=new Uint8Array(1);return t.getRandomValues(r),r[0]})}catch{}return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,r=>(r^(n()&15)>>r/4).toString(16))}function rg(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function c4(e){const{message:t,event_id:n}=e;if(t)return t;const r=rg(e);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"<unknown>":n||"<unknown>"}function l4(e,t,n){const r=e.exception=e.exception||{},s=r.values=r.values||[],i=s[0]=s[0]||{};i.value||(i.value=t||""),i.type||(i.type=n||"Error")}function pT(e,t){const n=rg(e);if(!n)return;const r={type:"generic",handled:!0},s=n.mechanism;if(n.mechanism={...r,...s,...t},t&&"data"in t){const i={...s&&s.data,...t.data};n.mechanism.data=i}}function u4(e){if(e&&e.__sentry_captured__)return!0;try{eg(e,"__sentry_captured__",!0)}catch{}return!1}function mT(e){return Array.isArray(e)?e:[e]}function gT(){const e=typeof WeakSet=="function",t=e?new WeakSet:[];function n(s){if(e)return t.has(s)?!0:(t.add(s),!1);for(let i=0;i<t.length;i++)if(t[i]===s)return!0;return t.push(s),!1}function r(s){if(e)t.delete(s);else for(let i=0;i<t.length;i++)if(t[i]===s){t.splice(i,1);break}}return[n,r]}function Nr(e,t=100,n=1/0){try{return Bl("",e,t,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function vT(e,t=3,n=100*1024){const r=Nr(e,t);return xT(r)>n?vT(e,t-1,n):r}function Bl(e,t,n=1/0,r=1/0,s=gT()){const[i,l]=s;if(t==null||["number","boolean","string"].includes(typeof t)&&!tT(t))return t;const p=yT(e,t);if(!p.startsWith("[object "))return p;if(t.__sentry_skip_normalization__)return t;const g=typeof t.__sentry_override_normalization_depth__=="number"?t.__sentry_override_normalization_depth__:n;if(g===0)return p.replace("object ","");if(i(t))return"[Circular ~]";const u=t;if(u&&typeof u.toJSON=="function")try{const f=u.toJSON();return Bl("",f,g-1,r,s)}catch{}const a=Array.isArray(t)?[]:{};let o=0;const c=tg(t);for(const f in c){if(!Object.prototype.hasOwnProperty.call(c,f))continue;if(o>=r){a[f]="[MaxProperties ~]";break}const d=c[f];a[f]=Bl(f,d,g-1,r,s),o++}return l(t),a}function yT(e,t){try{if(e==="domain"&&t&&typeof t=="object"&&t._events)return"[Domain]";if(e==="domainEmitter")return"[DomainEmitter]";if(typeof global!="undefined"&&t===global)return"[Global]";if(typeof window!="undefined"&&t===window)return"[Window]";if(typeof document!="undefined"&&t===document)return"[Document]";if(Xm(t))return"[VueViewModel]";if(eT(t))return"[SyntheticEvent]";if(typeof t=="number"&&t!==t)return"[NaN]";if(typeof t=="function")return`[Function: ${hT(t)}]`;if(typeof t=="symbol")return`[${String(t)}]`;if(typeof t=="bigint")return`[BigInt: ${String(t)}]`;const n=bT(t);return/^HTML(\w*)Element$/.test(n)?`[HTMLElement: ${n}]`:`[object ${n}]`}catch(n){return`**non-serializable** (${n})`}}function bT(e){const t=Object.getPrototypeOf(e);return t?t.constructor.name:"null prototype"}function _T(e){return~-encodeURI(e).split(/%..|./).length}function xT(e){return _T(JSON.stringify(e))}var Vn;(function(e){e[e.PENDING=0]="PENDING";const n=1;e[e.RESOLVED=n]="RESOLVED";const r=2;e[e.REJECTED=r]="REJECTED"})(Vn||(Vn={}));function d4(e){return new Tn(t=>{t(e)})}function f4(e){return new Tn((t,n)=>{n(e)})}class Tn{constructor(t){Tn.prototype.__init.call(this),Tn.prototype.__init2.call(this),Tn.prototype.__init3.call(this),Tn.prototype.__init4.call(this),this._state=Vn.PENDING,this._handlers=[];try{t(this._resolve,this._reject)}catch(n){this._reject(n)}}then(t,n){return new Tn((r,s)=>{this._handlers.push([!1,i=>{if(!t)r(i);else try{r(t(i))}catch(l){s(l)}},i=>{if(!n)s(i);else try{r(n(i))}catch(l){s(l)}}]),this._executeHandlers()})}catch(t){return this.then(n=>n,t)}finally(t){return new Tn((n,r)=>{let s,i;return this.then(l=>{i=!1,s=l,t&&t()},l=>{i=!0,s=l,t&&t()}).then(()=>{if(i){r(s);return}n(s)})})}__init(){this._resolve=t=>{this._setResult(Vn.RESOLVED,t)}}__init2(){this._reject=t=>{this._setResult(Vn.REJECTED,t)}}__init3(){this._setResult=(t,n)=>{if(this._state===Vn.PENDING){if(Gu(n)){n.then(this._resolve,this._reject);return}this._state=t,this._value=n,this._executeHandlers()}}}__init4(){this._executeHandlers=()=>{if(this._state===Vn.PENDING)return;const t=this._handlers.slice();this._handlers=[],t.forEach(n=>{n[0]||(this._state===Vn.RESOLVED&&n[1](this._value),this._state===Vn.REJECTED&&n[2](this._value),n[0]=!0)})}}}const sg=1e3;function Uo(){return Date.now()/sg}function ET(){const{performance:e}=kt;if(!e||!e.now)return Uo;const t=Date.now()-e.now(),n=e.timeOrigin==null?t:e.timeOrigin;return()=>(n+e.now())/sg}const Qu=ET(),h4=(()=>{const{performance:e}=kt;if(!e||!e.now)return;const t=3600*1e3,n=e.now(),r=Date.now(),s=e.timeOrigin?Math.abs(e.timeOrigin+n-r):t,i=s<t,l=e.timing&&e.timing.navigationStart,g=typeof l=="number"?Math.abs(l+n-r):t,u=g<t;return i||u?s<=g?e.timeOrigin:l:r})(),p4="baggage",ig="sentry-",AT=/^sentry-/,ST=8192;function OT(e){if(!ho(e)&&!Array.isArray(e))return;let t={};if(Array.isArray(e))t=e.reduce((r,s)=>{const i=c0(s);for(const l of Object.keys(i))r[l]=i[l];return r},{});else{if(!e)return;t=c0(e)}const n=Object.entries(t).reduce((r,[s,i])=>{if(s.match(AT)){const l=s.slice(ig.length);r[l]=i}return r},{});if(Object.keys(n).length>0)return n}function m4(e){if(!e)return;const t=Object.entries(e).reduce((n,[r,s])=>(s&&(n[`${ig}${r}`]=s),n),{});return TT(t)}function c0(e){return e.split(",").map(t=>t.split("=").map(n=>decodeURIComponent(n.trim()))).reduce((t,[n,r])=>(t[n]=r,t),{})}function TT(e){if(Object.keys(e).length!==0)return Object.entries(e).reduce((t,[n,r],s)=>{const i=`${encodeURIComponent(n)}=${encodeURIComponent(r)}`,l=s===0?i:`${t},${i}`;return l.length>ST?(Yu&&wn.warn(`Not adding key: ${n} with val: ${r} to baggage header due to exceeding baggage size limits.`),t):l},"")}const PT=new RegExp("^[ \\t]*([0-9a-f]{32})?-?([0-9a-f]{16})?-?([01])?[ \\t]*$");function wT(e){if(!e)return;const t=e.match(PT);if(!t)return;let n;return t[3]==="1"?n=!0:t[3]==="0"&&(n=!1),{traceId:t[1],parentSampled:n,parentSpanId:t[2]}}function g4(e,t){const n=wT(e),r=OT(t),{traceId:s,parentSpanId:i,parentSampled:l}=n||{};return n?{traceId:s||gt(),parentSpanId:i||gt().substring(16),spanId:gt().substring(16),sampled:l,dsc:r||{}}:{traceId:s||gt(),spanId:gt().substring(16)}}function CT(e=gt(),t=gt().substring(16),n){let r="";return n!==void 0&&(r=n?"-1":"-0"),`${e}-${t}${r}`}const Va=typeof __SENTRY_DEBUG__=="undefined"||__SENTRY_DEBUG__,Vo="production";function Xu(){return Jm("globalEventProcessors",()=>[])}function v4(e){Xu().push(e)}function po(e,t,n,r=0){return new Tn((s,i)=>{const l=e[r];if(t===null||typeof l!="function")s(t);else{const p=l({...t},n);Va&&l.id&&p===null&&wn.log(`Event processor "${l.id}" dropped event`),Gu(p)?p.then(g=>po(e,g,n,r+1).then(s)).then(null,i):po(e,p,n,r+1).then(s).then(null,i)}})}function ag(e){const t=Qu(),n={sid:gt(),init:!0,timestamp:t,started:t,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>RT(n)};return e&&Qi(n,e),n}function Qi(e,t={}){if(t.user&&(!e.ipAddress&&t.user.ip_address&&(e.ipAddress=t.user.ip_address),!e.did&&!t.did&&(e.did=t.user.id||t.user.email||t.user.username)),e.timestamp=t.timestamp||Qu(),t.abnormal_mechanism&&(e.abnormal_mechanism=t.abnormal_mechanism),t.ignoreDuration&&(e.ignoreDuration=t.ignoreDuration),t.sid&&(e.sid=t.sid.length===32?t.sid:gt()),t.init!==void 0&&(e.init=t.init),!e.did&&t.did&&(e.did=`${t.did}`),typeof t.started=="number"&&(e.started=t.started),e.ignoreDuration)e.duration=void 0;else if(typeof t.duration=="number")e.duration=t.duration;else{const n=e.timestamp-e.started;e.duration=n>=0?n:0}t.release&&(e.release=t.release),t.environment&&(e.environment=t.environment),!e.ipAddress&&t.ipAddress&&(e.ipAddress=t.ipAddress),!e.userAgent&&t.userAgent&&(e.userAgent=t.userAgent),typeof t.errors=="number"&&(e.errors=t.errors),t.status&&(e.status=t.status)}function og(e,t){let n={};t?n={status:t}:e.status==="ok"&&(n={status:"exited"}),Qi(e,n)}function RT(e){return Hr({sid:`${e.sid}`,init:e.init,started:new Date(e.started*1e3).toISOString(),timestamp:new Date(e.timestamp*1e3).toISOString(),status:e.status,errors:e.errors,did:typeof e.did=="number"||typeof e.did=="string"?`${e.did}`:void 0,duration:e.duration,abnormal_mechanism:e.abnormal_mechanism,attrs:{release:e.release,environment:e.environment,ip_address:e.ipAddress,user_agent:e.userAgent}})}const y4=0,FT=1;function DT(e){const{spanId:t,traceId:n}=e.spanContext(),{data:r,op:s,parent_span_id:i,status:l,tags:p,origin:g}=Mi(e);return Hr({data:r,op:s,parent_span_id:i,span_id:t,status:l,tags:p,trace_id:n,origin:g})}function b4(e){const{traceId:t,spanId:n}=e.spanContext(),r=cg(e);return CT(t,n,r)}function _4(e){return typeof e=="number"?l0(e):Array.isArray(e)?e[0]+e[1]/1e9:e instanceof Date?l0(e.getTime()):Qu()}function l0(e){return e>9999999999?e/1e3:e}function Mi(e){return BT(e)?e.getSpanJSON():typeof e.toJSON=="function"?e.toJSON():{}}function BT(e){return typeof e.getSpanJSON=="function"}function cg(e){const{traceFlags:t}=e.spanContext();return Boolean(t&FT)}function x4(e,t,n,r,s,i){const{normalizeDepth:l=3,normalizeMaxBreadth:p=1e3}=e,g={...t,event_id:t.event_id||n.event_id||gt(),timestamp:t.timestamp||Uo()},u=n.integrations||e.integrations.map(m=>m.name);IT(g,e),LT(g,u),t.type===void 0&&MT(g,e.stackParser);const a=jT(r,n.captureContext);n.mechanism&&pT(g,n.mechanism);const o=s&&s.getEventProcessors?s.getEventProcessors():[],c=JT().getScopeData();if(i){const m=i.getScopeData();f0(c,m)}if(a){const m=a.getScopeData();f0(c,m)}const f=[...n.attachments||[],...c.attachments];f.length&&(n.attachments=f),fg(g,c);const d=[...o,...Xu(),...c.eventProcessors];return po(d,g,n).then(m=>(m&&kT(m),typeof l=="number"&&l>0?NT(m,l,p):m))}function IT(e,t){const{environment:n,release:r,dist:s,maxValueLength:i=250}=t;"environment"in e||(e.environment="environment"in t?n:Vo),e.release===void 0&&r!==void 0&&(e.release=r),e.dist===void 0&&s!==void 0&&(e.dist=s),e.message&&(e.message=bi(e.message,i));const l=e.exception&&e.exception.values&&e.exception.values[0];l&&l.value&&(l.value=bi(l.value,i));const p=e.request;p&&p.url&&(p.url=bi(p.url,i))}const u0=new WeakMap;function MT(e,t){const n=kt._sentryDebugIds;if(!n)return;let r;const s=u0.get(t);s?r=s:(r=new Map,u0.set(t,r));const i=Object.keys(n).reduce((l,p)=>{let g;const u=r.get(p);u?g=u:(g=t(p),r.set(p,g));for(let a=g.length-1;a>=0;a--){const o=g[a];if(o.filename){l[o.filename]=n[p];break}}return l},{});try{e.exception.values.forEach(l=>{l.stacktrace.frames.forEach(p=>{p.filename&&(p.debug_id=i[p.filename])})})}catch{}}function kT(e){const t={};try{e.exception.values.forEach(r=>{r.stacktrace.frames.forEach(s=>{s.debug_id&&(s.abs_path?t[s.abs_path]=s.debug_id:s.filename&&(t[s.filename]=s.debug_id),delete s.debug_id)})})}catch{}if(Object.keys(t).length===0)return;e.debug_meta=e.debug_meta||{},e.debug_meta.images=e.debug_meta.images||[];const n=e.debug_meta.images;Object.keys(t).forEach(r=>{n.push({type:"sourcemap",code_file:r,debug_id:t[r]})})}function LT(e,t){t.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...t])}function NT(e,t,n){if(!e)return null;const r={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(s=>({...s,...s.data&&{data:Nr(s.data,t,n)}}))},...e.user&&{user:Nr(e.user,t,n)},...e.contexts&&{contexts:Nr(e.contexts,t,n)},...e.extra&&{extra:Nr(e.extra,t,n)}};return e.contexts&&e.contexts.trace&&r.contexts&&(r.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(r.contexts.trace.data=Nr(e.contexts.trace.data,t,n))),e.spans&&(r.spans=e.spans.map(s=>{const i=Mi(s).data;return i&&(s.data=Nr(i,t,n)),s})),r}function jT(e,t){if(!t)return e;const n=e?e.clone():new Wn;return n.update(t),n}function UT(e){if(!!e)return VT(e)?{captureContext:e}:HT(e)?{captureContext:e}:e}function VT(e){return e instanceof Wn||typeof e=="function"}const qT=["user","level","extra","contexts","tags","fingerprint","requestSession","propagationContext"];function HT(e){return Object.keys(e).some(t=>qT.includes(t))}function li(e,t){return Jn().captureException(e,UT(t))}function Ju(e,t){const n=typeof t=="string"?t:void 0,r=typeof t!="string"?{captureContext:t}:void 0;return Jn().captureMessage(e,n,r)}function E4(e,t){return Jn().captureEvent(e,t)}function A4(e,t){Jn().addBreadcrumb(e,t)}function d0(e){Jn().setUser(e)}function S4(...e){const t=Jn();if(e.length===2){const[n,r]=e;return n?t.withScope(()=>(t.getStackTop().scope=n,r(n))):t.withScope(r)}return t.withScope(e[0])}function Zu(){return Jn().getClient()}function qo(){return Jn().getScope()}function O4(e){const t=Zu(),n=ed(),r=qo(),{release:s,environment:i=Vo}=t&&t.getOptions()||{},{userAgent:l}=kt.navigator||{},p=ag({release:s,environment:i,user:r.getUser()||n.getUser(),...l&&{userAgent:l},...e}),g=n.getSession();return g&&g.status==="ok"&&Qi(g,{status:"exited"}),lg(),n.setSession(p),r.setSession(p),p}function lg(){const e=ed(),t=qo(),n=t.getSession()||e.getSession();n&&og(n),ug(),e.setSession(),t.setSession()}function ug(){const e=ed(),t=qo(),n=Zu(),r=t.getSession()||e.getSession();r&&n&&n.captureSession&&n.captureSession(r)}function T4(e=!1){if(e){lg();return}ug()}function dg(e){return e.transaction}function zT(e,t,n){const r=t.getOptions(),{publicKey:s}=t.getDsn()||{},{segment:i}=n&&n.getUser()||{},l=Hr({environment:r.environment||Vo,release:r.release,user_segment:i,public_key:s,trace_id:e});return t.emit&&t.emit("createDsc",l),l}function $T(e){const t=Zu();if(!t)return{};const n=zT(Mi(e).trace_id||"",t,qo()),r=dg(e);if(!r)return n;const s=r&&r._frozenDynamicSamplingContext;if(s)return s;const{sampleRate:i,source:l}=r.metadata;i!=null&&(n.sample_rate=`${i}`);const p=Mi(r);return l&&l!=="url"&&(n.transaction=p.description),n.sampled=String(cg(r)),t.emit&&t.emit("createDsc",n),n}function fg(e,t){const{fingerprint:n,span:r,breadcrumbs:s,sdkProcessingMetadata:i}=t;WT(e,t),r&&YT(e,r),QT(e,n),KT(e,s),GT(e,i)}function f0(e,t){const{extra:n,tags:r,user:s,contexts:i,level:l,sdkProcessingMetadata:p,breadcrumbs:g,fingerprint:u,eventProcessors:a,attachments:o,propagationContext:c,transactionName:f,span:d}=t;Zs(e,"extra",n),Zs(e,"tags",r),Zs(e,"user",s),Zs(e,"contexts",i),Zs(e,"sdkProcessingMetadata",p),l&&(e.level=l),f&&(e.transactionName=f),d&&(e.span=d),g.length&&(e.breadcrumbs=[...e.breadcrumbs,...g]),u.length&&(e.fingerprint=[...e.fingerprint,...u]),a.length&&(e.eventProcessors=[...e.eventProcessors,...a]),o.length&&(e.attachments=[...e.attachments,...o]),e.propagationContext={...e.propagationContext,...c}}function Zs(e,t,n){if(n&&Object.keys(n).length){e[t]={...e[t]};for(const r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[t][r]=n[r])}}function WT(e,t){const{extra:n,tags:r,user:s,contexts:i,level:l,transactionName:p}=t,g=Hr(n);g&&Object.keys(g).length&&(e.extra={...g,...e.extra});const u=Hr(r);u&&Object.keys(u).length&&(e.tags={...u,...e.tags});const a=Hr(s);a&&Object.keys(a).length&&(e.user={...a,...e.user});const o=Hr(i);o&&Object.keys(o).length&&(e.contexts={...o,...e.contexts}),l&&(e.level=l),p&&(e.transaction=p)}function KT(e,t){const n=[...e.breadcrumbs||[],...t];e.breadcrumbs=n.length?n:void 0}function GT(e,t){e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...t}}function YT(e,t){e.contexts={trace:DT(t),...e.contexts};const n=dg(t);if(n){e.sdkProcessingMetadata={dynamicSamplingContext:$T(t),...e.sdkProcessingMetadata};const r=Mi(n).description;r&&(e.tags={transaction:r,...e.tags})}}function QT(e,t){e.fingerprint=e.fingerprint?mT(e.fingerprint):[],t&&(e.fingerprint=e.fingerprint.concat(t)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}const XT=100;let $c;class Wn{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext=h0()}static clone(t){return t?t.clone():new Wn}clone(){const t=new Wn;return t._breadcrumbs=[...this._breadcrumbs],t._tags={...this._tags},t._extra={...this._extra},t._contexts={...this._contexts},t._user=this._user,t._level=this._level,t._span=this._span,t._session=this._session,t._transactionName=this._transactionName,t._fingerprint=this._fingerprint,t._eventProcessors=[...this._eventProcessors],t._requestSession=this._requestSession,t._attachments=[...this._attachments],t._sdkProcessingMetadata={...this._sdkProcessingMetadata},t._propagationContext={...this._propagationContext},t._client=this._client,t}setClient(t){this._client=t}getClient(){return this._client}addScopeListener(t){this._scopeListeners.push(t)}addEventProcessor(t){return this._eventProcessors.push(t),this}setUser(t){return this._user=t||{email:void 0,id:void 0,ip_address:void 0,segment:void 0,username:void 0},this._session&&Qi(this._session,{user:t}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(t){return this._requestSession=t,this}setTags(t){return this._tags={...this._tags,...t},this._notifyScopeListeners(),this}setTag(t,n){return this._tags={...this._tags,[t]:n},this._notifyScopeListeners(),this}setExtras(t){return this._extra={...this._extra,...t},this._notifyScopeListeners(),this}setExtra(t,n){return this._extra={...this._extra,[t]:n},this._notifyScopeListeners(),this}setFingerprint(t){return this._fingerprint=t,this._notifyScopeListeners(),this}setLevel(t){return this._level=t,this._notifyScopeListeners(),this}setTransactionName(t){return this._transactionName=t,this._notifyScopeListeners(),this}setContext(t,n){return n===null?delete this._contexts[t]:this._contexts[t]=n,this._notifyScopeListeners(),this}setSpan(t){return this._span=t,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){const t=this._span;return t&&t.transaction}setSession(t){return t?this._session=t:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(t){if(!t)return this;const n=typeof t=="function"?t(this):t;if(n instanceof Wn){const r=n.getScopeData();this._tags={...this._tags,...r.tags},this._extra={...this._extra,...r.extra},this._contexts={...this._contexts,...r.contexts},r.user&&Object.keys(r.user).length&&(this._user=r.user),r.level&&(this._level=r.level),r.fingerprint.length&&(this._fingerprint=r.fingerprint),n.getRequestSession()&&(this._requestSession=n.getRequestSession()),r.propagationContext&&(this._propagationContext=r.propagationContext)}else if(Ku(n)){const r=t;this._tags={...this._tags,...r.tags},this._extra={...this._extra,...r.extra},this._contexts={...this._contexts,...r.contexts},r.user&&(this._user=r.user),r.level&&(this._level=r.level),r.fingerprint&&(this._fingerprint=r.fingerprint),r.requestSession&&(this._requestSession=r.requestSession),r.propagationContext&&(this._propagationContext=r.propagationContext)}return this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this._propagationContext=h0(),this}addBreadcrumb(t,n){const r=typeof n=="number"?n:XT;if(r<=0)return this;const s={timestamp:Uo(),...t},i=this._breadcrumbs;return i.push(s),this._breadcrumbs=i.length>r?i.slice(-r):i,this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(t){return this._attachments.push(t),this}getAttachments(){return this.getScopeData().attachments}clearAttachments(){return this._attachments=[],this}getScopeData(){const{_breadcrumbs:t,_attachments:n,_contexts:r,_tags:s,_extra:i,_user:l,_level:p,_fingerprint:g,_eventProcessors:u,_propagationContext:a,_sdkProcessingMetadata:o,_transactionName:c,_span:f}=this;return{breadcrumbs:t,attachments:n,contexts:r,tags:s,extra:i,user:l,level:p,fingerprint:g||[],eventProcessors:u,propagationContext:a,sdkProcessingMetadata:o,transactionName:c,span:f}}applyToEvent(t,n={},r=[]){fg(t,this.getScopeData());const s=[...r,...Xu(),...this._eventProcessors];return po(s,t,n)}setSDKProcessingMetadata(t){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...t},this}setPropagationContext(t){return this._propagationContext=t,this}getPropagationContext(){return this._propagationContext}captureException(t,n){const r=n&&n.event_id?n.event_id:gt();if(!this._client)return wn.warn("No client configured on scope - will not capture exception!"),r;const s=new Error("Sentry syntheticException");return this._client.captureException(t,{originalException:t,syntheticException:s,...n,event_id:r},this),r}captureMessage(t,n,r){const s=r&&r.event_id?r.event_id:gt();if(!this._client)return wn.warn("No client configured on scope - will not capture message!"),s;const i=new Error(t);return this._client.captureMessage(t,n,{originalException:t,syntheticException:i,...r,event_id:s},this),s}captureEvent(t,n){const r=n&&n.event_id?n.event_id:gt();return this._client?(this._client.captureEvent(t,{...n,event_id:r},this),r):(wn.warn("No client configured on scope - will not capture event!"),r)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(t=>{t(this)}),this._notifyingListeners=!1)}}function JT(){return $c||($c=new Wn),$c}function h0(){return{traceId:gt(),spanId:gt().substring(16)}}const ZT="7.112.2",hg=parseFloat(ZT),eP=100;class pg{constructor(t,n,r,s=hg){this._version=s;let i;n?i=n:(i=new Wn,i.setClient(t));let l;r?l=r:(l=new Wn,l.setClient(t)),this._stack=[{scope:i}],t&&this.bindClient(t),this._isolationScope=l}isOlderThan(t){return this._version<t}bindClient(t){const n=this.getStackTop();n.client=t,n.scope.setClient(t),t&&t.setupIntegrations&&t.setupIntegrations()}pushScope(){const t=this.getScope().clone();return this.getStack().push({client:this.getClient(),scope:t}),t}popScope(){return this.getStack().length<=1?!1:!!this.getStack().pop()}withScope(t){const n=this.pushScope();let r;try{r=t(n)}catch(s){throw this.popScope(),s}return Gu(r)?r.then(s=>(this.popScope(),s),s=>{throw this.popScope(),s}):(this.popScope(),r)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStack(){return this._stack}getStackTop(){return this._stack[this._stack.length-1]}captureException(t,n){const r=this._lastEventId=n&&n.event_id?n.event_id:gt(),s=new Error("Sentry syntheticException");return this.getScope().captureException(t,{originalException:t,syntheticException:s,...n,event_id:r}),r}captureMessage(t,n,r){const s=this._lastEventId=r&&r.event_id?r.event_id:gt(),i=new Error(t);return this.getScope().captureMessage(t,n,{originalException:t,syntheticException:i,...r,event_id:s}),s}captureEvent(t,n){const r=n&&n.event_id?n.event_id:gt();return t.type||(this._lastEventId=r),this.getScope().captureEvent(t,{...n,event_id:r}),r}lastEventId(){return this._lastEventId}addBreadcrumb(t,n){const{scope:r,client:s}=this.getStackTop();if(!s)return;const{beforeBreadcrumb:i=null,maxBreadcrumbs:l=eP}=s.getOptions&&s.getOptions()||{};if(l<=0)return;const g={timestamp:Uo(),...t},u=i?Zm(()=>i(g,n)):g;u!==null&&(s.emit&&s.emit("beforeAddBreadcrumb",u,n),r.addBreadcrumb(u,l))}setUser(t){this.getScope().setUser(t),this.getIsolationScope().setUser(t)}setTags(t){this.getScope().setTags(t),this.getIsolationScope().setTags(t)}setExtras(t){this.getScope().setExtras(t),this.getIsolationScope().setExtras(t)}setTag(t,n){this.getScope().setTag(t,n),this.getIsolationScope().setTag(t,n)}setExtra(t,n){this.getScope().setExtra(t,n),this.getIsolationScope().setExtra(t,n)}setContext(t,n){this.getScope().setContext(t,n),this.getIsolationScope().setContext(t,n)}configureScope(t){const{scope:n,client:r}=this.getStackTop();r&&t(n)}run(t){const n=p0(this);try{t(this)}finally{p0(n)}}getIntegration(t){const n=this.getClient();if(!n)return null;try{return n.getIntegration(t)}catch{return Va&&wn.warn(`Cannot retrieve integration ${t.id} from the current Hub`),null}}startTransaction(t,n){const r=this._callExtensionMethod("startTransaction",t,n);return Va&&!r&&(this.getClient()?wn.warn(`Tracing extension 'startTransaction' has not been added. Call 'addTracingExtensions' before calling 'init':
Sentry.addTracingExtensions();
Sentry.init({...});
`):wn.warn("Tracing extension 'startTransaction' is missing. You should 'init' the SDK before calling 'startTransaction'")),r}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(t=!1){if(t)return this.endSession();this._sendSessionUpdate()}endSession(){const n=this.getStackTop().scope,r=n.getSession();r&&og(r),this._sendSessionUpdate(),n.setSession()}startSession(t){const{scope:n,client:r}=this.getStackTop(),{release:s,environment:i=Vo}=r&&r.getOptions()||{},{userAgent:l}=kt.navigator||{},p=ag({release:s,environment:i,user:n.getUser(),...l&&{userAgent:l},...t}),g=n.getSession&&n.getSession();return g&&g.status==="ok"&&Qi(g,{status:"exited"}),this.endSession(),n.setSession(p),p}shouldSendDefaultPii(){const t=this.getClient(),n=t&&t.getOptions();return Boolean(n&&n.sendDefaultPii)}_sendSessionUpdate(){const{scope:t,client:n}=this.getStackTop(),r=t.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_callExtensionMethod(t,...n){const s=Ho().__SENTRY__;if(s&&s.extensions&&typeof s.extensions[t]=="function")return s.extensions[t].apply(this,n);Va&&wn.warn(`Extension method ${t} couldn't be found, doing nothing.`)}}function Ho(){return kt.__SENTRY__=kt.__SENTRY__||{extensions:{},hub:void 0},kt}function p0(e){const t=Ho(),n=Il(t);return mg(t,e),n}function Jn(){const e=Ho();if(e.__SENTRY__&&e.__SENTRY__.acs){const t=e.__SENTRY__.acs.getCurrentHub();if(t)return t}return tP(e)}function ed(){return Jn().getIsolationScope()}function tP(e=Ho()){return(!nP(e)||Il(e).isOlderThan(hg))&&mg(e,new pg),Il(e)}function nP(e){return!!(e&&e.__SENTRY__&&e.__SENTRY__.hub)}function Il(e){return Jm("hub",()=>new pg,e)}function mg(e,t){if(!e)return!1;const n=e.__SENTRY__=e.__SENTRY__||{};return n.hub=t,!0}var oe=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function rP(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach(function(n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}),t}function sP(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}const iP={APP_BASE_URL:"dev.stockpulse.ai",API_BASE_URL:"https://api.dev.stockpulse.ai",API_WEBSOCKET_URL:"https://ws.dev.stockpulse.ai",NODE_ENV:"dev",PLAUSIBLE_API_BASE_URL:"https://plausible.stockpulse.ai",PLAUSIBLE_ENABLED:!1,PAYPAL_CLIENT_ID:"",PAYPAL_PLAN_ID:"",CLOUDFLARE_SITE_KEY:""},zo=()=>window.runtimeConfig||iP;const aP=Sr({__name:"App",setup(e){const t=Ym(),n=zo();return t.iconMapFn=r=>{var p;r=(p=new Map([["arrow_upward","spi-angle-up"],["arrow_drop_down","spi-angle-down"],["chevron_left","spi-chevron-left"],["chevron_right","spi-chevron-right"],["error","spi-circle-exclamation"]]).get(r))!=null?p:r;const i=/^(sp.?)-/,l=r.match(i);if(l)return{cls:`${l[1]} ${r}`};n.NODE_ENV==="staging"&&Ju(`The icon ${r} is not from the Stockpulse Icon Library.`),n.NODE_ENV==="dev"&&console.warn(`The icon ${r} is not from the Stockpulse Icon Library.`)},(r,s)=>{const i=W1("router-view");return Es(),As(i)}}});function P4(e){return e}var oP=!1;/*!
 * pinia v2.1.7
 * (c) 2023 Eduardo San Martin Morote
 * @license MIT
 */let gg;const $o=e=>gg=e,vg=Symbol();function Ml(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var _i;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(_i||(_i={}));function cP(){const e=Pu(!0),t=e.run(()=>pe({}));let n=[],r=[];const s=rs({install(i){$o(s),s._a=i,i.provide(vg,s),i.config.globalProperties.$pinia=s,r.forEach(l=>n.push(l)),r=[]},use(i){return!this._a&&!oP?r.push(i):n.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const yg=()=>{};function m0(e,t,n,r=yg){e.push(t);const s=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),r())};return!n&&Dp()&&a1(s),s}function os(e,...t){e.slice().forEach(n=>{n(...t)})}const lP=e=>e();function kl(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],s=e[n];Ml(s)&&Ml(r)&&e.hasOwnProperty(n)&&!Xe(r)&&!yr(r)?e[n]=kl(s,r):e[n]=r}return e}const uP=Symbol();function dP(e){return!Ml(e)||!e.hasOwnProperty(uP)}const{assign:or}=Object;function fP(e){return!!(Xe(e)&&e.effect)}function hP(e,t,n,r){const{state:s,actions:i,getters:l}=t,p=n.state.value[e];let g;function u(){p||(n.state.value[e]=s?s():{});const a=D1(n.state.value[e]);return or(a,i,Object.keys(l||{}).reduce((o,c)=>(o[c]=rs(W(()=>{$o(n);const f=n._s.get(e);return l[c].call(f,f)})),o),{}))}return g=bg(e,u,t,n,r,!0),g}function bg(e,t,n={},r,s,i){let l;const p=or({actions:{}},n),g={deep:!0};let u,a,o=[],c=[],f;const d=r.state.value[e];!i&&!d&&(r.state.value[e]={}),pe({});let h;function m(A){let O;u=a=!1,typeof A=="function"?(A(r.state.value[e]),O={type:_i.patchFunction,storeId:e,events:f}):(kl(r.state.value[e],A),O={type:_i.patchObject,payload:A,storeId:e,events:f});const T=h=Symbol();Mt().then(()=>{h===T&&(u=!0)}),a=!0,os(o,O,r.state.value[e])}const b=i?function(){const{state:O}=n,T=O?O():{};this.$patch(w=>{or(w,T)})}:yg;function y(){l.stop(),o=[],c=[],r._s.delete(e)}function v(A,O){return function(){$o(r);const T=Array.from(arguments),w=[],P=[];function M(q){w.push(q)}function k(q){P.push(q)}os(c,{args:T,name:A,store:x,after:M,onError:k});let j;try{j=O.apply(this&&this.$id===e?this:x,T)}catch(q){throw os(P,q),q}return j instanceof Promise?j.then(q=>(os(w,q),q)).catch(q=>(os(P,q),Promise.reject(q))):(os(w,j),j)}}const _={_p:r,$id:e,$onAction:m0.bind(null,c),$patch:m,$reset:b,$subscribe(A,O={}){const T=m0(o,A,O.detached,()=>w()),w=l.run(()=>Pe(()=>r.state.value[e],P=>{(O.flush==="sync"?a:u)&&A({storeId:e,type:_i.direct,events:f},P)},or({},g,O)));return T},$dispose:y},x=ns(_);r._s.set(e,x);const S=(r._a&&r._a.runWithContext||lP)(()=>r._e.run(()=>(l=Pu()).run(t)));for(const A in S){const O=S[A];if(Xe(O)&&!fP(O)||yr(O))i||(d&&dP(O)&&(Xe(O)?O.value=d[A]:kl(O,d[A])),r.state.value[e][A]=O);else if(typeof O=="function"){const T=v(A,O);S[A]=T,p.actions[A]=O}}return or(x,S),or(xe(x),S),Object.defineProperty(x,"$state",{get:()=>r.state.value[e],set:A=>{m(O=>{or(O,A)})}}),r._p.forEach(A=>{or(x,l.run(()=>A({store:x,app:r._a,pinia:r,options:p})))}),d&&i&&n.hydrate&&n.hydrate(x.$state,d),u=!0,a=!0,x}function is(e,t,n){let r,s;const i=typeof t=="function";typeof e=="string"?(r=e,s=i?n:t):(s=e,r=e.id);function l(p,g){const u=vS();return p=p||(u?Rt(vg,null):null),p&&$o(p),p=gg,p._s.has(r)||(i?bg(r,t,s,p):hP(r,s,p)),p._s.get(r)}return l.$id=r,l}function ws(e){{e=xe(e);const t={};for(const n in e){const r=e[n];(Xe(r)||yr(r))&&(t[n]=M1(e,n))}return t}}var qa=()=>cP(),pP=Object.freeze(Object.defineProperty({__proto__:null,default:qa},Symbol.toStringTag,{value:"Module"}));/*!
  * vue-router v4.3.2
  * (c) 2024 Eduardo San Martin Morote
  * @license MIT
  */const fs=typeof document!="undefined";function mP(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const Le=Object.assign;function Wc(e,t){const n={};for(const r in t){const s=t[r];n[r]=_n(s)?s.map(e):e(s)}return n}const xi=()=>{},_n=Array.isArray,_g=/#/g,gP=/&/g,vP=/\//g,yP=/=/g,bP=/\?/g,xg=/\+/g,_P=/%5B/g,xP=/%5D/g,Eg=/%5E/g,EP=/%60/g,Ag=/%7B/g,AP=/%7C/g,Sg=/%7D/g,SP=/%20/g;function td(e){return encodeURI(""+e).replace(AP,"|").replace(_P,"[").replace(xP,"]")}function OP(e){return td(e).replace(Ag,"{").replace(Sg,"}").replace(Eg,"^")}function Ll(e){return td(e).replace(xg,"%2B").replace(SP,"+").replace(_g,"%23").replace(gP,"%26").replace(EP,"`").replace(Ag,"{").replace(Sg,"}").replace(Eg,"^")}function TP(e){return Ll(e).replace(yP,"%3D")}function PP(e){return td(e).replace(_g,"%23").replace(bP,"%3F")}function wP(e){return e==null?"":PP(e).replace(vP,"%2F")}function ki(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const CP=/\/$/,RP=e=>e.replace(CP,"");function Kc(e,t,n="/"){let r,s={},i="",l="";const p=t.indexOf("#");let g=t.indexOf("?");return p<g&&p>=0&&(g=-1),g>-1&&(r=t.slice(0,g),i=t.slice(g+1,p>-1?p:t.length),s=e(i)),p>-1&&(r=r||t.slice(0,p),l=t.slice(p,t.length)),r=IP(r!=null?r:t,n),{fullPath:r+(i&&"?")+i+l,path:r,query:s,hash:ki(l)}}function FP(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function g0(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function DP(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&Cs(t.matched[r],n.matched[s])&&Og(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Cs(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Og(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!BP(e[n],t[n]))return!1;return!0}function BP(e,t){return _n(e)?v0(e,t):_n(t)?v0(t,e):e===t}function v0(e,t){return _n(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function IP(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),s=r[r.length-1];(s===".."||s===".")&&r.push("");let i=n.length-1,l,p;for(l=0;l<r.length;l++)if(p=r[l],p!==".")if(p==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+r.slice(l).join("/")}var Li;(function(e){e.pop="pop",e.push="push"})(Li||(Li={}));var Ei;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Ei||(Ei={}));function MP(e){if(!e)if(fs){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),RP(e)}const kP=/^[^#]+#/;function LP(e,t){return e.replace(kP,"#")+t}function NP(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Wo=()=>({left:window.scrollX,top:window.scrollY});function jP(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),s=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!s)return;t=NP(s,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function y0(e,t){return(history.state?history.state.position-t:-1)+e}const Nl=new Map;function UP(e,t){Nl.set(e,t)}function VP(e){const t=Nl.get(e);return Nl.delete(e),t}let qP=()=>location.protocol+"//"+location.host;function Tg(e,t){const{pathname:n,search:r,hash:s}=t,i=e.indexOf("#");if(i>-1){let p=s.includes(e.slice(i))?e.slice(i).length:1,g=s.slice(p);return g[0]!=="/"&&(g="/"+g),g0(g,"")}return g0(n,e)+r+s}function HP(e,t,n,r){let s=[],i=[],l=null;const p=({state:c})=>{const f=Tg(e,location),d=n.value,h=t.value;let m=0;if(c){if(n.value=f,t.value=c,l&&l===d){l=null;return}m=h?c.position-h.position:0}else r(f);s.forEach(b=>{b(n.value,d,{delta:m,type:Li.pop,direction:m?m>0?Ei.forward:Ei.back:Ei.unknown})})};function g(){l=n.value}function u(c){s.push(c);const f=()=>{const d=s.indexOf(c);d>-1&&s.splice(d,1)};return i.push(f),f}function a(){const{history:c}=window;!c.state||c.replaceState(Le({},c.state,{scroll:Wo()}),"")}function o(){for(const c of i)c();i=[],window.removeEventListener("popstate",p),window.removeEventListener("beforeunload",a)}return window.addEventListener("popstate",p),window.addEventListener("beforeunload",a,{passive:!0}),{pauseListeners:g,listen:u,destroy:o}}function b0(e,t,n,r=!1,s=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:s?Wo():null}}function zP(e){const{history:t,location:n}=window,r={value:Tg(e,n)},s={value:t.state};s.value||i(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(g,u,a){const o=e.indexOf("#"),c=o>-1?(n.host&&document.querySelector("base")?e:e.slice(o))+g:qP()+e+g;try{t[a?"replaceState":"pushState"](u,"",c),s.value=u}catch(f){console.error(f),n[a?"replace":"assign"](c)}}function l(g,u){const a=Le({},t.state,b0(s.value.back,g,s.value.forward,!0),u,{position:s.value.position});i(g,a,!0),r.value=g}function p(g,u){const a=Le({},s.value,t.state,{forward:g,scroll:Wo()});i(a.current,a,!0);const o=Le({},b0(r.value,g,null),{position:a.position+1},u);i(g,o,!1),r.value=g}return{location:r,state:s,push:p,replace:l}}function $P(e){e=MP(e);const t=zP(e),n=HP(e,t.state,t.location,t.replace);function r(i,l=!0){l||n.pauseListeners(),history.go(i)}const s=Le({location:"",base:e,go:r,createHref:LP.bind(null,e)},t,n);return Object.defineProperty(s,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(s,"state",{enumerable:!0,get:()=>t.state.value}),s}function WP(e){return typeof e=="string"||e&&typeof e=="object"}function Pg(e){return typeof e=="string"||typeof e=="symbol"}const rr={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},wg=Symbol("");var _0;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(_0||(_0={}));function Rs(e,t){return Le(new Error,{type:e,[wg]:!0},t)}function ln(e,t){return e instanceof Error&&wg in e&&(t==null||!!(e.type&t))}const x0="[^/]+?",KP={sensitive:!1,strict:!1,start:!0,end:!0},GP=/[.+*?^${}()[\]/\\]/g;function YP(e,t){const n=Le({},KP,t),r=[];let s=n.start?"^":"";const i=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(s+="/");for(let o=0;o<u.length;o++){const c=u[o];let f=40+(n.sensitive?.25:0);if(c.type===0)o||(s+="/"),s+=c.value.replace(GP,"\\$&"),f+=40;else if(c.type===1){const{value:d,repeatable:h,optional:m,regexp:b}=c;i.push({name:d,repeatable:h,optional:m});const y=b||x0;if(y!==x0){f+=10;try{new RegExp(`(${y})`)}catch(_){throw new Error(`Invalid custom RegExp for param "${d}" (${y}): `+_.message)}}let v=h?`((?:${y})(?:/(?:${y}))*)`:`(${y})`;o||(v=m&&u.length<2?`(?:/${v})`:"/"+v),m&&(v+="?"),s+=v,f+=20,m&&(f+=-8),h&&(f+=-20),y===".*"&&(f+=-50)}a.push(f)}r.push(a)}if(n.strict&&n.end){const u=r.length-1;r[u][r[u].length-1]+=.7000000000000001}n.strict||(s+="/?"),n.end?s+="$":n.strict&&(s+="(?:/|$)");const l=new RegExp(s,n.sensitive?"":"i");function p(u){const a=u.match(l),o={};if(!a)return null;for(let c=1;c<a.length;c++){const f=a[c]||"",d=i[c-1];o[d.name]=f&&d.repeatable?f.split("/"):f}return o}function g(u){let a="",o=!1;for(const c of e){(!o||!a.endsWith("/"))&&(a+="/"),o=!1;for(const f of c)if(f.type===0)a+=f.value;else if(f.type===1){const{value:d,repeatable:h,optional:m}=f,b=d in u?u[d]:"";if(_n(b)&&!h)throw new Error(`Provided param "${d}" is an array but it is not repeatable (* or + modifiers)`);const y=_n(b)?b.join("/"):b;if(!y)if(m)c.length<2&&(a.endsWith("/")?a=a.slice(0,-1):o=!0);else throw new Error(`Missing required param "${d}"`);a+=y}}return a||"/"}return{re:l,score:r,keys:i,parse:p,stringify:g}}function QP(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function XP(e,t){let n=0;const r=e.score,s=t.score;for(;n<r.length&&n<s.length;){const i=QP(r[n],s[n]);if(i)return i;n++}if(Math.abs(s.length-r.length)===1){if(E0(r))return 1;if(E0(s))return-1}return s.length-r.length}function E0(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const JP={type:0,value:""},ZP=/[a-zA-Z0-9_]/;function ew(e){if(!e)return[[]];if(e==="/")return[[JP]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(f){throw new Error(`ERR (${n})/"${u}": ${f}`)}let n=0,r=n;const s=[];let i;function l(){i&&s.push(i),i=[]}let p=0,g,u="",a="";function o(){!u||(n===0?i.push({type:0,value:u}):n===1||n===2||n===3?(i.length>1&&(g==="*"||g==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:u,regexp:a,repeatable:g==="*"||g==="+",optional:g==="*"||g==="?"})):t("Invalid state to consume buffer"),u="")}function c(){u+=g}for(;p<e.length;){if(g=e[p++],g==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:g==="/"?(u&&o(),l()):g===":"?(o(),n=1):c();break;case 4:c(),n=r;break;case 1:g==="("?n=2:ZP.test(g)?c():(o(),n=0,g!=="*"&&g!=="?"&&g!=="+"&&p--);break;case 2:g===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+g:n=3:a+=g;break;case 3:o(),n=0,g!=="*"&&g!=="?"&&g!=="+"&&p--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),o(),l(),s}function tw(e,t,n){const r=YP(ew(e.path),n),s=Le(r,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function nw(e,t){const n=[],r=new Map;t=O0({strict:!1,end:!0,sensitive:!1},t);function s(a){return r.get(a)}function i(a,o,c){const f=!c,d=rw(a);d.aliasOf=c&&c.record;const h=O0(t,a),m=[d];if("alias"in a){const v=typeof a.alias=="string"?[a.alias]:a.alias;for(const _ of v)m.push(Le({},d,{components:c?c.record.components:d.components,path:_,aliasOf:c?c.record:d}))}let b,y;for(const v of m){const{path:_}=v;if(o&&_[0]!=="/"){const x=o.record.path,E=x[x.length-1]==="/"?"":"/";v.path=o.record.path+(_&&E+_)}if(b=tw(v,o,h),c?c.alias.push(b):(y=y||b,y!==b&&y.alias.push(b),f&&a.name&&!S0(b)&&l(a.name)),d.children){const x=d.children;for(let E=0;E<x.length;E++)i(x[E],b,c&&c.children[E])}c=c||b,(b.record.components&&Object.keys(b.record.components).length||b.record.name||b.record.redirect)&&g(b)}return y?()=>{l(y)}:xi}function l(a){if(Pg(a)){const o=r.get(a);o&&(r.delete(a),n.splice(n.indexOf(o),1),o.children.forEach(l),o.alias.forEach(l))}else{const o=n.indexOf(a);o>-1&&(n.splice(o,1),a.record.name&&r.delete(a.record.name),a.children.forEach(l),a.alias.forEach(l))}}function p(){return n}function g(a){let o=0;for(;o<n.length&&XP(a,n[o])>=0&&(a.record.path!==n[o].record.path||!Cg(a,n[o]));)o++;n.splice(o,0,a),a.record.name&&!S0(a)&&r.set(a.record.name,a)}function u(a,o){let c,f={},d,h;if("name"in a&&a.name){if(c=r.get(a.name),!c)throw Rs(1,{location:a});h=c.record.name,f=Le(A0(o.params,c.keys.filter(y=>!y.optional).concat(c.parent?c.parent.keys.filter(y=>y.optional):[]).map(y=>y.name)),a.params&&A0(a.params,c.keys.map(y=>y.name))),d=c.stringify(f)}else if(a.path!=null)d=a.path,c=n.find(y=>y.re.test(d)),c&&(f=c.parse(d),h=c.record.name);else{if(c=o.name?r.get(o.name):n.find(y=>y.re.test(o.path)),!c)throw Rs(1,{location:a,currentLocation:o});h=c.record.name,f=Le({},o.params,a.params),d=c.stringify(f)}const m=[];let b=c;for(;b;)m.unshift(b.record),b=b.parent;return{name:h,path:d,params:f,matched:m,meta:iw(m)}}return e.forEach(a=>i(a)),{addRoute:i,resolve:u,removeRoute:l,getRoutes:p,getRecordMatcher:s}}function A0(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function rw(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:sw(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function sw(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function S0(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function iw(e){return e.reduce((t,n)=>Le(t,n.meta),{})}function O0(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Cg(e,t){return t.children.some(n=>n===e||Cg(e,n))}function aw(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<r.length;++s){const i=r[s].replace(xg," "),l=i.indexOf("="),p=ki(l<0?i:i.slice(0,l)),g=l<0?null:ki(i.slice(l+1));if(p in t){let u=t[p];_n(u)||(u=t[p]=[u]),u.push(g)}else t[p]=g}return t}function T0(e){let t="";for(let n in e){const r=e[n];if(n=TP(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(_n(r)?r.map(i=>i&&Ll(i)):[r&&Ll(r)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+n,i!=null&&(t+="="+i))})}return t}function ow(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=_n(r)?r.map(s=>s==null?null:""+s):r==null?r:""+r)}return t}const cw=Symbol(""),P0=Symbol(""),Ko=Symbol(""),nd=Symbol(""),jl=Symbol("");function ei(){let e=[];function t(r){return e.push(r),()=>{const s=e.indexOf(r);s>-1&&e.splice(s,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function fr(e,t,n,r,s,i=l=>l()){const l=r&&(r.enterCallbacks[s]=r.enterCallbacks[s]||[]);return()=>new Promise((p,g)=>{const u=c=>{c===!1?g(Rs(4,{from:n,to:t})):c instanceof Error?g(c):WP(c)?g(Rs(2,{from:t,to:c})):(l&&r.enterCallbacks[s]===l&&typeof c=="function"&&l.push(c),p())},a=i(()=>e.call(r&&r.instances[s],t,n,u));let o=Promise.resolve(a);e.length<3&&(o=o.then(u)),o.catch(c=>g(c))})}function Gc(e,t,n,r,s=i=>i()){const i=[];for(const l of e)for(const p in l.components){let g=l.components[p];if(!(t!=="beforeRouteEnter"&&!l.instances[p]))if(lw(g)){const a=(g.__vccOpts||g)[t];a&&i.push(fr(a,n,r,l,p,s))}else{let u=g();i.push(()=>u.then(a=>{if(!a)return Promise.reject(new Error(`Couldn't resolve component "${p}" at "${l.path}"`));const o=mP(a)?a.default:a;l.components[p]=o;const f=(o.__vccOpts||o)[t];return f&&fr(f,n,r,l,p,s)()}))}}return i}function lw(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function w0(e){const t=Rt(Ko),n=Rt(nd),r=W(()=>{const g=Fn(e.to);return t.resolve(g)}),s=W(()=>{const{matched:g}=r.value,{length:u}=g,a=g[u-1],o=n.matched;if(!a||!o.length)return-1;const c=o.findIndex(Cs.bind(null,a));if(c>-1)return c;const f=C0(g[u-2]);return u>1&&C0(a)===f&&o[o.length-1].path!==f?o.findIndex(Cs.bind(null,g[u-2])):c}),i=W(()=>s.value>-1&&hw(n.params,r.value.params)),l=W(()=>s.value>-1&&s.value===n.matched.length-1&&Og(n.params,r.value.params));function p(g={}){return fw(g)?t[Fn(e.replace)?"replace":"push"](Fn(e.to)).catch(xi):Promise.resolve()}return{route:r,href:W(()=>r.value.href),isActive:i,isExactActive:l,navigate:p}}const uw=Sr({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:w0,setup(e,{slots:t}){const n=ns(w0(e)),{options:r}=Rt(Ko),s=W(()=>({[R0(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[R0(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&t.default(n);return e.custom?i:K("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},i)}}}),dw=uw;function fw(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function hw(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(!_n(s)||s.length!==r.length||r.some((i,l)=>i!==s[l]))return!1}return!0}function C0(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const R0=(e,t,n)=>e!=null?e:t!=null?t:n,pw=Sr({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Rt(jl),s=W(()=>e.route||r.value),i=Rt(P0,0),l=W(()=>{let u=Fn(i);const{matched:a}=s.value;let o;for(;(o=a[u])&&!o.components;)u++;return u}),p=W(()=>s.value.matched[l.value]);Na(P0,W(()=>l.value+1)),Na(cw,p),Na(jl,s);const g=pe();return Pe(()=>[g.value,p.value,e.name],([u,a,o],[c,f,d])=>{a&&(a.instances[o]=u,f&&f!==a&&u&&u===c&&(a.leaveGuards.size||(a.leaveGuards=f.leaveGuards),a.updateGuards.size||(a.updateGuards=f.updateGuards))),u&&a&&(!f||!Cs(a,f)||!c)&&(a.enterCallbacks[o]||[]).forEach(h=>h(u))},{flush:"post"}),()=>{const u=s.value,a=e.name,o=p.value,c=o&&o.components[a];if(!c)return F0(n.default,{Component:c,route:u});const f=o.props[a],d=f?f===!0?u.params:typeof f=="function"?f(u):f:null,m=K(c,Le({},d,t,{onVnodeUnmounted:b=>{b.component.isUnmounted&&(o.instances[a]=null)},ref:g}));return F0(n.default,{Component:m,route:u})||m}}});function F0(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const mw=pw;function gw(e){const t=nw(e.routes,e),n=e.parseQuery||aw,r=e.stringifyQuery||T0,s=e.history,i=ei(),l=ei(),p=ei(),g=Gp(rr);let u=rr;fs&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=Wc.bind(null,z=>""+z),o=Wc.bind(null,wP),c=Wc.bind(null,ki);function f(z,Z){let ce,he;return Pg(z)?(ce=t.getRecordMatcher(z),he=Z):he=z,t.addRoute(he,ce)}function d(z){const Z=t.getRecordMatcher(z);Z&&t.removeRoute(Z)}function h(){return t.getRoutes().map(z=>z.record)}function m(z){return!!t.getRecordMatcher(z)}function b(z,Z){if(Z=Le({},Z||g.value),typeof z=="string"){const B=Kc(n,z,Z.path),$=t.resolve({path:B.path},Z),J=s.createHref(B.fullPath);return Le(B,$,{params:c($.params),hash:ki(B.hash),redirectedFrom:void 0,href:J})}let ce;if(z.path!=null)ce=Le({},z,{path:Kc(n,z.path,Z.path).path});else{const B=Le({},z.params);for(const $ in B)B[$]==null&&delete B[$];ce=Le({},z,{params:o(B)}),Z.params=o(Z.params)}const he=t.resolve(ce,Z),Se=z.hash||"";he.params=a(c(he.params));const we=FP(r,Le({},z,{hash:OP(Se),path:he.path})),F=s.createHref(we);return Le({fullPath:we,hash:Se,query:r===T0?ow(z.query):z.query||{}},he,{redirectedFrom:void 0,href:F})}function y(z){return typeof z=="string"?Kc(n,z,g.value.path):Le({},z)}function v(z,Z){if(u!==z)return Rs(8,{from:Z,to:z})}function _(z){return S(z)}function x(z){return _(Le(y(z),{replace:!0}))}function E(z){const Z=z.matched[z.matched.length-1];if(Z&&Z.redirect){const{redirect:ce}=Z;let he=typeof ce=="function"?ce(z):ce;return typeof he=="string"&&(he=he.includes("?")||he.includes("#")?he=y(he):{path:he},he.params={}),Le({query:z.query,hash:z.hash,params:he.path!=null?{}:z.params},he)}}function S(z,Z){const ce=u=b(z),he=g.value,Se=z.state,we=z.force,F=z.replace===!0,B=E(ce);if(B)return S(Le(y(B),{state:typeof B=="object"?Le({},Se,B.state):Se,force:we,replace:F}),Z||ce);const $=ce;$.redirectedFrom=Z;let J;return!we&&DP(r,he,ce)&&(J=Rs(16,{to:$,from:he}),H(he,he,!0,!1)),(J?Promise.resolve(J):T($,he)).catch(X=>ln(X)?ln(X,2)?X:se(X):G(X,$,he)).then(X=>{if(X){if(ln(X,2))return S(Le({replace:F},y(X.to),{state:typeof X.to=="object"?Le({},Se,X.to.state):Se,force:we}),Z||$)}else X=P($,he,!0,F,Se);return w($,he,X),X})}function A(z,Z){const ce=v(z,Z);return ce?Promise.reject(ce):Promise.resolve()}function O(z){const Z=Q.values().next().value;return Z&&typeof Z.runWithContext=="function"?Z.runWithContext(z):z()}function T(z,Z){let ce;const[he,Se,we]=vw(z,Z);ce=Gc(he.reverse(),"beforeRouteLeave",z,Z);for(const B of he)B.leaveGuards.forEach($=>{ce.push(fr($,z,Z))});const F=A.bind(null,z,Z);return ce.push(F),ie(ce).then(()=>{ce=[];for(const B of i.list())ce.push(fr(B,z,Z));return ce.push(F),ie(ce)}).then(()=>{ce=Gc(Se,"beforeRouteUpdate",z,Z);for(const B of Se)B.updateGuards.forEach($=>{ce.push(fr($,z,Z))});return ce.push(F),ie(ce)}).then(()=>{ce=[];for(const B of we)if(B.beforeEnter)if(_n(B.beforeEnter))for(const $ of B.beforeEnter)ce.push(fr($,z,Z));else ce.push(fr(B.beforeEnter,z,Z));return ce.push(F),ie(ce)}).then(()=>(z.matched.forEach(B=>B.enterCallbacks={}),ce=Gc(we,"beforeRouteEnter",z,Z,O),ce.push(F),ie(ce))).then(()=>{ce=[];for(const B of l.list())ce.push(fr(B,z,Z));return ce.push(F),ie(ce)}).catch(B=>ln(B,8)?B:Promise.reject(B))}function w(z,Z,ce){p.list().forEach(he=>O(()=>he(z,Z,ce)))}function P(z,Z,ce,he,Se){const we=v(z,Z);if(we)return we;const F=Z===rr,B=fs?history.state:{};ce&&(he||F?s.replace(z.fullPath,Le({scroll:F&&B&&B.scroll},Se)):s.push(z.fullPath,Se)),g.value=z,H(z,Z,ce,F),se()}let M;function k(){M||(M=s.listen((z,Z,ce)=>{if(!ye.listening)return;const he=b(z),Se=E(he);if(Se){S(Le(Se,{replace:!0}),he).catch(xi);return}u=he;const we=g.value;fs&&UP(y0(we.fullPath,ce.delta),Wo()),T(he,we).catch(F=>ln(F,12)?F:ln(F,2)?(S(F.to,he).then(B=>{ln(B,20)&&!ce.delta&&ce.type===Li.pop&&s.go(-1,!1)}).catch(xi),Promise.reject()):(ce.delta&&s.go(-ce.delta,!1),G(F,he,we))).then(F=>{F=F||P(he,we,!1),F&&(ce.delta&&!ln(F,8)?s.go(-ce.delta,!1):ce.type===Li.pop&&ln(F,20)&&s.go(-1,!1)),w(he,we,F)}).catch(xi)}))}let j=ei(),q=ei(),U;function G(z,Z,ce){se(z);const he=q.list();return he.length?he.forEach(Se=>Se(z,Z,ce)):console.error(z),Promise.reject(z)}function de(){return U&&g.value!==rr?Promise.resolve():new Promise((z,Z)=>{j.add([z,Z])})}function se(z){return U||(U=!z,k(),j.list().forEach(([Z,ce])=>z?ce(z):Z()),j.reset()),z}function H(z,Z,ce,he){const{scrollBehavior:Se}=e;if(!fs||!Se)return Promise.resolve();const we=!ce&&VP(y0(z.fullPath,0))||(he||!ce)&&history.state&&history.state.scroll||null;return Mt().then(()=>Se(z,Z,we)).then(F=>F&&jP(F)).catch(F=>G(F,z,Z))}const N=z=>s.go(z);let V;const Q=new Set,ye={currentRoute:g,listening:!0,addRoute:f,removeRoute:d,hasRoute:m,getRoutes:h,resolve:b,options:e,push:_,replace:x,go:N,back:()=>N(-1),forward:()=>N(1),beforeEach:i.add,beforeResolve:l.add,afterEach:p.add,onError:q.add,isReady:de,install(z){const Z=this;z.component("RouterLink",dw),z.component("RouterView",mw),z.config.globalProperties.$router=Z,Object.defineProperty(z.config.globalProperties,"$route",{enumerable:!0,get:()=>Fn(g)}),fs&&!V&&g.value===rr&&(V=!0,_(s.location).catch(Se=>{}));const ce={};for(const Se in rr)Object.defineProperty(ce,Se,{get:()=>g.value[Se],enumerable:!0});z.provide(Ko,Z),z.provide(nd,zp(ce)),z.provide(jl,g);const he=z.unmount;Q.add(z),z.unmount=function(){Q.delete(z),Q.size<1&&(u=rr,M&&M(),M=null,g.value=rr,V=!1,U=!1),he()}}};function ie(z){return z.reduce((Z,ce)=>Z.then(()=>O(ce)),Promise.resolve())}return ye}function vw(e,t){const n=[],r=[],s=[],i=Math.max(t.matched.length,e.matched.length);for(let l=0;l<i;l++){const p=t.matched[l];p&&(e.matched.find(u=>Cs(u,p))?r.push(p):n.push(p));const g=e.matched[l];g&&(t.matched.find(u=>Cs(u,g))||s.push(g))}return[n,r,s]}function rd(){return Rt(Ko)}function w4(){return Rt(nd)}var Rg=(e=>(e.ASSET_INFO="asset_info",e.ASSET_MESSAGES="asset_messages",e.ASSET_COMMON="asset_common",e.VIEW_INFO="view_info",e.VIEW_MESSAGES="view_messages",e.VIEW_COMMON="view_common",e.SETTINGS_WATCHLIST="settings_watchlist",e.SETTINGS_PROFILE="settings_profile",e.SETTINGS_SUBSCRIPTION="settings_subscription",e.SETTINGS_MORNING_BRIEFING="settings_morning_briefing",e.SETTINGS_USER_PREFERENCES="settings_user_preferences",e.AUTHOR_INFO="author_info",e.AUTHOR_MESSAGES="author_messages",e.AUTHOR_COMMON="author_common",e))(Rg||{});const Ul="home",yw="search",Fg="integrated_pricing",Ai="login",Go="accounts",sd="purchase",id="register",Dg="cancellation",Xi="asset",as="view",Yo="author",bw="ihome",ad="explore",_w="settings",xw=[Ai,Go,sd,id,Dg,Fg],Ew=[{name:"asset_info",icon:"spi-building",label:"Info"},{name:"asset_messages",icon:"spi-message-lines",label:"Messages",default:!0},{name:"asset_common",icon:"spi-clapperboard",label:"Common"}],Aw=[{name:"view_info",icon:"spi-building",label:"Info"},{name:"view_messages",icon:"spi-message-lines",label:"Messages",default:!0},{name:"view_common",icon:"spi-ellipsis",label:"Common"}],Sw=[{name:"author_info",icon:"spi-user",label:"Info"},{name:"author_messages",icon:"spi-message-lines",label:"Messages",default:!0},{name:"author_common",icon:"spi-ellipsis",label:"Common"}],Ow=[{name:"settings_watchlist",icon:"spi-binoculars",label:"Watchlist"},{name:"settings_profile",icon:"spi-address-card",label:"Profile",default:!0},{name:"settings_user_preferences",icon:"spi-sliders",label:"Preferences"},{name:"settings_subscription",icon:"spi-credit-card",label:"Subscription"},{name:"settings_morning_briefing",icon:"spi-inbox",label:"Morning Briefings"}],Tw=[{path:"/accounts",component:()=>Oe(()=>import("./PublicLayout.82435296.js"),["assets/PublicLayout.82435296.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/QBanner.ad278e8f.js","assets/stockpulse_logo_serif.9833c516.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/SPTooltip.fb4dec8a.js","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/QSelect.db1283ef.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:Go,path:"",component:()=>Oe(()=>import("./AccountsPage.1f92d440.js"),["assets/AccountsPage.1f92d440.js","assets/AccountsPage.f95aa307.css","assets/QPage.609dbf6a.js","assets/QChip.5cf05894.js","assets/ContactSalesDialogComponent.f4765a10.js","assets/QBanner.ad278e8f.js","assets/QForm.406bd83f.js","assets/accounts-store.d2eaa378.js","assets/SubscriptionHelper.4677e7ec.js","assets/plugin-vue_export-helper.21dcd24c.js","assets/SubscriptionFeatureRows.71f8948f.js","assets/SubscriptionFeatureRows.0c18d717.css","assets/SPTooltip.fb4dec8a.js"]),props:{isIntegrated:!1}}]},{path:"/purchase",component:()=>Oe(()=>import("./PublicLayout.82435296.js"),["assets/PublicLayout.82435296.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/QBanner.ad278e8f.js","assets/stockpulse_logo_serif.9833c516.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/SPTooltip.fb4dec8a.js","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/QSelect.db1283ef.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:sd,path:":accountType?",component:()=>Oe(()=>import("./PurchasePage.84b696e1.js"),["assets/PurchasePage.84b696e1.js","assets/PurchasePage.15454641.css","assets/QStepper.ca5247a6.js","assets/QSlideTransition.a5f3de06.js","assets/use-panel.867321d4.js","assets/QChip.5cf05894.js","assets/use-render-cache.3aae9b27.js","assets/QItemLabel.9a2bd353.js","assets/QPage.609dbf6a.js","assets/CreateAccountComponent.40434098.js","assets/QSelect.db1283ef.js","assets/QForm.406bd83f.js","assets/TurnstileComponent.1c584483.js","assets/CountrySelectComponent.c60c508a.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/SubscriptionHelper.4677e7ec.js","assets/accounts-store.d2eaa378.js","assets/QSpace.47a30afe.js"]),props:Cw}]},{path:"/register",component:()=>Oe(()=>import("./PublicLayout.82435296.js"),["assets/PublicLayout.82435296.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/QBanner.ad278e8f.js","assets/stockpulse_logo_serif.9833c516.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/SPTooltip.fb4dec8a.js","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/QSelect.db1283ef.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:id,path:"",component:()=>Oe(()=>import("./RegisterPage.6dbf0f34.js"),["assets/RegisterPage.6dbf0f34.js","assets/QPage.609dbf6a.js","assets/CreateAccountComponent.40434098.js","assets/QSelect.db1283ef.js","assets/QChip.5cf05894.js","assets/QItemLabel.9a2bd353.js","assets/QForm.406bd83f.js","assets/TurnstileComponent.1c584483.js","assets/accounts-store.d2eaa378.js"])}]},{path:"/cancellation",component:()=>Oe(()=>import("./PublicLayout.82435296.js"),["assets/PublicLayout.82435296.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/QBanner.ad278e8f.js","assets/stockpulse_logo_serif.9833c516.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/SPTooltip.fb4dec8a.js","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/QSelect.db1283ef.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:Dg,path:"",component:()=>Oe(()=>import("./CancellationPage.4a1b2b11.js"),["assets/CancellationPage.4a1b2b11.js","assets/QBanner.ad278e8f.js","assets/QForm.406bd83f.js","assets/QPage.609dbf6a.js","assets/TurnstileComponent.1c584483.js"])}]},{path:"/",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:Ul,path:"",component:()=>Oe(()=>import("./IndexPage.a4a13244.js"),["assets/IndexPage.a4a13244.js","assets/IndexPage.5c33aa7a.css","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/QPage.609dbf6a.js","assets/common-store.6c9c6e09.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/LatestEventsComponent.6f5111e5.js","assets/LatestEventsComponent.280eeb31.css","assets/DistributionComponent.aa0b8713.js","assets/DistributionComponent.5f3bdc54.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QSpace.47a30afe.js","assets/QLinearProgress.f106b73b.js","assets/QBanner.ad278e8f.js","assets/MessageHelper.f7fda433.js","assets/ChartHelper.ffea8e26.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/TreemapComponent.2ecfed01.js","assets/SummaryComponent.f9b64803.js","assets/QStepper.ca5247a6.js","assets/use-panel.867321d4.js","assets/use-render-cache.3aae9b27.js","assets/UserPreferenceForm.a5be4bba.js","assets/UserPreferenceForm.03d9971c.css"])}],props:{displaySearchBar:!0}},{path:"/simple-ui-integrated/",component:()=>Oe(()=>import("./IntegratedLayout.b870513c.js"),["assets/IntegratedLayout.b870513c.js","assets/IntegratedLayout.50ab5b5c.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/plugin-vue_export-helper.21dcd24c.js","assets/stockpulse_logo_serif.9833c516.js"]),children:[{name:bw,path:"",component:()=>Oe(()=>import("./IndexPage.a4a13244.js"),["assets/IndexPage.a4a13244.js","assets/IndexPage.5c33aa7a.css","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/QPage.609dbf6a.js","assets/common-store.6c9c6e09.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/LatestEventsComponent.6f5111e5.js","assets/LatestEventsComponent.280eeb31.css","assets/DistributionComponent.aa0b8713.js","assets/DistributionComponent.5f3bdc54.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QSpace.47a30afe.js","assets/QLinearProgress.f106b73b.js","assets/QBanner.ad278e8f.js","assets/MessageHelper.f7fda433.js","assets/ChartHelper.ffea8e26.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/TreemapComponent.2ecfed01.js","assets/SummaryComponent.f9b64803.js","assets/QStepper.ca5247a6.js","assets/use-panel.867321d4.js","assets/use-render-cache.3aae9b27.js","assets/UserPreferenceForm.a5be4bba.js","assets/UserPreferenceForm.03d9971c.css"])}],props:{displaySearchBar:!1}},{path:"/search",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:yw,path:"",component:()=>Oe(()=>import("./SearchPage.9ff18dad.js"),["assets/SearchPage.9ff18dad.js","assets/SearchPage.c5db50a8.css","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/QBtnGroup.d84603ee.js","assets/QPage.609dbf6a.js","assets/ContactSalesDialogComponent.f4765a10.js","assets/QBanner.ad278e8f.js","assets/QForm.406bd83f.js","assets/SummaryComponent.f9b64803.js","assets/DistributionComponent.aa0b8713.js","assets/DistributionComponent.5f3bdc54.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QSpace.47a30afe.js","assets/QLinearProgress.f106b73b.js","assets/install.b3caed8a.js","assets/BulletPointListComponent.23ec96b6.js","assets/BulletPointListComponent.5fc8de36.css"]),props:e=>({q:e.query.q})}]},{path:"/explore",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:ad,path:"",component:()=>Oe(()=>import("./ExplorePage.7f0a15cb.js"),["assets/ExplorePage.7f0a15cb.js","assets/ExplorePage.3b224457.css","assets/QTabs.01419620.js","assets/QScrollObserver.8bb97b19.js","assets/QSelect.db1283ef.js","assets/QChip.5cf05894.js","assets/QItemLabel.9a2bd353.js","assets/use-panel.867321d4.js","assets/use-render-cache.3aae9b27.js","assets/QTable.8b0cc396.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/QLinearProgress.f106b73b.js","assets/QTr.63cce3f2.js","assets/QPage.609dbf6a.js","assets/SPTooltip.fb4dec8a.js","assets/DisplayTitleFilterComponent.e3f40d26.js","assets/DisplayTitleFilterComponent.fbc933e4.css","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/ButtonWithPermission.184f1735.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QSpace.47a30afe.js","assets/source-filter-store.70847a47.js","assets/MessageHelper.f7fda433.js"]),props:Pw}],props:{displayNavigation:!0}},{path:"/asset",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:Xi,path:"",component:()=>Oe(()=>import("./AssetSnapshot.c4381e8d.js"),["assets/AssetSnapshot.c4381e8d.js","assets/AssetSnapshot.141e2361.css","assets/QPage.609dbf6a.js","assets/EssentialDataLoadingFailureComponent.20255ab2.js","assets/DistributionComponent.aa0b8713.js","assets/DistributionComponent.5f3bdc54.css","assets/QExpansionItem.9788aabd.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QSpace.47a30afe.js","assets/QLinearProgress.f106b73b.js","assets/QBanner.ad278e8f.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/ChartHelper.ffea8e26.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/LatestEventsComponent.6f5111e5.js","assets/LatestEventsComponent.280eeb31.css","assets/ItemWithPermission.98fddb81.js","assets/QSelect.db1283ef.js","assets/MessageHelper.f7fda433.js","assets/install.b3caed8a.js","assets/common-store.6c9c6e09.js","assets/TitleChartComponent.16df9edc.js","assets/TitleChartComponent.f5bb8009.css","assets/QBtnGroup.d84603ee.js","assets/DisplayTitleFilterComponent.e3f40d26.js","assets/DisplayTitleFilterComponent.fbc933e4.css","assets/source-filter-store.70847a47.js","assets/QTable.8b0cc396.js","assets/QTr.63cce3f2.js","assets/NothingFoundComponent.e213dd99.js","assets/SummaryComponent.f9b64803.js","assets/BulletPointListComponent.23ec96b6.js","assets/BulletPointListComponent.5fc8de36.css","assets/stockpulse_logo_serif.9833c516.js"]),props:Ig}],props:{displaySearchResult:!0,footerOptions:Ew}},{path:"/view",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:as,path:"",component:()=>Oe(()=>import("./ListView.8b2863a5.js"),["assets/ListView.8b2863a5.js","assets/ListView.63688c77.css","assets/QPage.609dbf6a.js","assets/source-filter-store.70847a47.js","assets/common-store.6c9c6e09.js","assets/TitleChartComponent.16df9edc.js","assets/TitleChartComponent.f5bb8009.css","assets/DistributionComponent.aa0b8713.js","assets/DistributionComponent.5f3bdc54.css","assets/QExpansionItem.9788aabd.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QSpace.47a30afe.js","assets/QLinearProgress.f106b73b.js","assets/QBanner.ad278e8f.js","assets/QBtnGroup.d84603ee.js","assets/ChartHelper.ffea8e26.js","assets/EssentialDataLoadingFailureComponent.20255ab2.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/LatestEventsComponent.6f5111e5.js","assets/LatestEventsComponent.280eeb31.css","assets/ItemWithPermission.98fddb81.js","assets/QSelect.db1283ef.js","assets/MessageHelper.f7fda433.js","assets/install.b3caed8a.js","assets/DisplayTitleFilterComponent.e3f40d26.js","assets/DisplayTitleFilterComponent.fbc933e4.css","assets/QTable.8b0cc396.js","assets/TreemapComponent.2ecfed01.js","assets/QTr.63cce3f2.js","assets/SummaryComponent.f9b64803.js","assets/BulletPointListComponent.23ec96b6.js","assets/BulletPointListComponent.5fc8de36.css","assets/RequiredFeatureView.bfad6bfb.js"]),props:Mg}],props:{displaySearchResult:!0,footerOptions:Aw}},{path:"/author",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:Yo,path:"",component:()=>Oe(()=>import("./AuthorView.2f5dd1e4.js"),["assets/AuthorView.2f5dd1e4.js","assets/AuthorView.9499d1c1.css","assets/QPage.609dbf6a.js","assets/EssentialDataLoadingFailureComponent.20255ab2.js","assets/DistributionComponent.aa0b8713.js","assets/DistributionComponent.5f3bdc54.css","assets/QExpansionItem.9788aabd.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QSpace.47a30afe.js","assets/QLinearProgress.f106b73b.js","assets/QBanner.ad278e8f.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/ChartHelper.ffea8e26.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/LatestEventsComponent.6f5111e5.js","assets/LatestEventsComponent.280eeb31.css","assets/ItemWithPermission.98fddb81.js","assets/QSelect.db1283ef.js","assets/MessageHelper.f7fda433.js","assets/install.b3caed8a.js","assets/common-store.6c9c6e09.js","assets/QBtnGroup.d84603ee.js","assets/DisplayTitleFilterComponent.e3f40d26.js","assets/DisplayTitleFilterComponent.fbc933e4.css","assets/source-filter-store.70847a47.js","assets/NothingFoundComponent.e213dd99.js","assets/TreemapComponent.2ecfed01.js","assets/QTable.8b0cc396.js","assets/RequiredFeatureView.bfad6bfb.js"]),props:kg}],props:{displaySearchResult:!0,displaySourceFilter:!1,footerOptions:Sw}},{path:"/settings",component:()=>Oe(()=>import("./MainLayout.d909b573.js"),["assets/MainLayout.d909b573.js","assets/MainLayout.862dbd38.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/ChartHelper.ffea8e26.js","assets/QSpace.47a30afe.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/QSelect.db1283ef.js","assets/source-filter-store.70847a47.js","assets/ItemWithPermission.98fddb81.js","assets/use-render-cache.3aae9b27.js","assets/footer-store.424f11d1.js","assets/footer-store.56d8edad.css","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/differenceInSeconds.2a53fdb7.js","assets/QBanner.ad278e8f.js","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/QLinearProgress.f106b73b.js","assets/QTabs.01419620.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/stockpulse_logo_serif.9833c516.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:_w,path:"",component:()=>Oe(()=>import("./SettingsPage.5574c4b0.js"),["assets/SettingsPage.5574c4b0.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/QPage.609dbf6a.js","assets/QSpace.47a30afe.js","assets/DisplayTitleFilterComponent.e3f40d26.js","assets/DisplayTitleFilterComponent.fbc933e4.css","assets/InfoTextHelper.297a14bb.js","assets/InfoTextHelper.8d9771ba.css","assets/ButtonWithPermission.184f1735.js","assets/SPTooltip.fb4dec8a.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/source-filter-store.70847a47.js","assets/QSelect.db1283ef.js","assets/MessageHelper.f7fda433.js","assets/QForm.406bd83f.js","assets/CountrySelectComponent.c60c508a.js","assets/SubscriptionFeatureRows.71f8948f.js","assets/SubscriptionFeatureRows.0c18d717.css","assets/SubscriptionHelper.4677e7ec.js","assets/accounts-store.d2eaa378.js","assets/common-store.6c9c6e09.js","assets/UserPreferenceForm.a5be4bba.js","assets/UserPreferenceForm.03d9971c.css"]),props:Rw}],props:{displayNavigation:!1,footerOptions:Ow}},{path:"/login",component:()=>Oe(()=>import("./PublicLayout.82435296.js"),["assets/PublicLayout.82435296.js","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/PremiumFeatureDialogComponent.c6f65bfe.js","assets/PremiumFeatureDialogComponent.50f953b0.css","assets/plugin-vue_export-helper.21dcd24c.js","assets/FooterSimpleComponent.46596a22.js","assets/FooterSimpleComponent.815b2210.css","assets/QBanner.ad278e8f.js","assets/stockpulse_logo_serif.9833c516.js","assets/QItemLabel.9a2bd353.js","assets/QChip.5cf05894.js","assets/SPTooltip.fb4dec8a.js","assets/QExpansionItem.9788aabd.js","assets/QSlideTransition.a5f3de06.js","assets/SearchBarComponent.9e4c72d2.js","assets/SearchBarComponent.4dcac13c.css","assets/QSelect.db1283ef.js","assets/ItemWithPermission.98fddb81.js","assets/FlagIcon.eae11b75.js","assets/FlagIcon.78d67623.css","assets/QBtnGroup.d84603ee.js"]),children:[{name:Ai,path:"",component:()=>Oe(()=>import("./LoginPage.96248bba.js"),["assets/LoginPage.96248bba.js","assets/QPage.609dbf6a.js","assets/QForm.406bd83f.js"]),props:ww}]},{path:"/pricing",component:()=>Oe(()=>import("./IntegratedLayout.b870513c.js"),["assets/IntegratedLayout.b870513c.js","assets/IntegratedLayout.50ab5b5c.css","assets/QHeader.a67502fe.js","assets/QScrollObserver.8bb97b19.js","assets/QFooter.6dccca33.js","assets/plugin-vue_export-helper.21dcd24c.js","assets/stockpulse_logo_serif.9833c516.js"]),children:[{name:Fg,path:"",component:()=>Oe(()=>import("./AccountsPage.1f92d440.js"),["assets/AccountsPage.1f92d440.js","assets/AccountsPage.f95aa307.css","assets/QPage.609dbf6a.js","assets/QChip.5cf05894.js","assets/ContactSalesDialogComponent.f4765a10.js","assets/QBanner.ad278e8f.js","assets/QForm.406bd83f.js","assets/accounts-store.d2eaa378.js","assets/SubscriptionHelper.4677e7ec.js","assets/plugin-vue_export-helper.21dcd24c.js","assets/SubscriptionFeatureRows.71f8948f.js","assets/SubscriptionFeatureRows.0c18d717.css","assets/SPTooltip.fb4dec8a.js"]),props:{isIntegrated:!0}}]},{path:"/:catchAll(.*)*",component:()=>Oe(()=>import("./ErrorNotFound.cf6f6115.js"),["assets/ErrorNotFound.cf6f6115.js","assets/plugin-vue_export-helper.21dcd24c.js"])}];function Pw(e){return{}}function ww(e){var n,r;const t={};return typeof((n=e.query)==null?void 0:n.redirect)=="string"&&(t.redirect=e.query.redirect),typeof((r=e.query)==null?void 0:r.reset_token)=="string"&&(t.resetToken=e.query.reset_token),t}var Bg=(e=>(e.Basic="basic",e.Premium="premium",e.Platinum="platinum",e.Professional="professional",e))(Bg||{});function Cw(e){var n;const t=(n=e.params)==null?void 0:n.accountType;return typeof t=="string"&&Object.values(Bg).includes(t)?{accountType:t}:{}}function Ig(e){var n,r,s,i,l,p,g,u,a,o,c,f,d,h;const t={title_id:Number((n=e.query)==null?void 0:n.title_id),messageType:[],messageLanguage:[],authorType:[],messageAsset:[],messageKeyEvent:[],source:""};return(r=e.query)!=null&&r.relativeTimeRange?t.relativeTimeRange=(s=e.query)==null?void 0:s.relativeTimeRange:((i=e.query)==null?void 0:i.startDate)&&((l=e.query)==null?void 0:l.endDate)&&(t.startDate=parseInt((p=e.query)==null?void 0:p.startDate),t.endDate=parseInt((g=e.query)==null?void 0:g.endDate)),t.messageKeyEvent.push(...dn((u=e.query)==null?void 0:u.messageKeyEvent)),t.messageAsset.push(...dn((a=e.query)==null?void 0:a.messageAsset)),t.messageType.push(...Gt((o=e.query)==null?void 0:o.messageType)),t.messageLanguage.push(...Gt((c=e.query)==null?void 0:c.messageLanguage)),t.authorType.push(...Gt((f=e.query)==null?void 0:f.authorType)),t.source=(d=e.query)!=null&&d.source?(h=e.query)==null?void 0:h.source:"",t}function Mg(e){var n,r,s,i,l,p,g,u,a,o,c,f,d,h,m,b,y;const t={list:[],sector:[],exchange:[],region:[],country:[],keyEvent:[],asset:[],type:[],searchQuery:"",messageType:[],messageLanguage:[],authorType:[],messageAsset:[],messageKeyEvent:[],source:""};return t.list.push(...dn((n=e.query)==null?void 0:n.list)),t.sector.push(...dn((r=e.query)==null?void 0:r.sector)),t.exchange.push(...dn((s=e.query)==null?void 0:s.exchange)),t.region.push(...Gt((i=e.query)==null?void 0:i.region)),t.country.push(...Gt((l=e.query)==null?void 0:l.country)),t.keyEvent.push(...dn((p=e.query)==null?void 0:p.keyEvent)),t.asset.push(...dn((g=e.query)==null?void 0:g.asset)),t.type.push(...Gt((u=e.query)==null?void 0:u.type)),t.searchQuery=(a=e.query)!=null&&a.searchQuery?(o=e.query)==null?void 0:o.searchQuery:"",t.source=(c=e.query)!=null&&c.source?(f=e.query)==null?void 0:f.source:"",t.messageKeyEvent.push(...dn((d=e.query)==null?void 0:d.messageKeyEvent)),t.messageAsset.push(...dn((h=e.query)==null?void 0:h.messageAsset)),t.messageType.push(...Gt((m=e.query)==null?void 0:m.messageType)),t.messageLanguage.push(...Gt((b=e.query)==null?void 0:b.messageLanguage)),t.authorType.push(...Gt((y=e.query)==null?void 0:y.authorType)),t}function dn(e){if(!e||Array.isArray(e)&&e.length===0)return[];const t=Number(e);return Number.isSafeInteger(t)?[t]:Array.isArray(e)?e.reduce((n,r)=>{const s=Number(r);return Number.isSafeInteger(s)&&n.push(s),n},[]):[]}function Gt(e){return e?typeof e=="string"?[e]:Array.isArray(e)?e.reduce((t,n)=>(typeof n=="string"&&t.push(n),t),[]):[]:[]}function kg(e){var n,r,s,i,l,p,g;const t={name:typeof((n=e.query)==null?void 0:n.name)=="string"?e.query.name:void 0,authorSource:typeof((r=e.query)==null?void 0:r.authorSource)=="string"?e.query.authorSource:void 0,messageType:[],messageLanguage:[],authorType:[],messageAsset:[],messageKeyEvent:[]};return t.messageKeyEvent.push(...dn((s=e.query)==null?void 0:s.messageKeyEvent)),t.messageAsset.push(...dn((i=e.query)==null?void 0:i.messageAsset)),t.messageType.push(...Gt((l=e.query)==null?void 0:l.messageType)),t.messageLanguage.push(...Gt((p=e.query)==null?void 0:p.messageLanguage)),t.authorType.push(...Gt((g=e.query)==null?void 0:g.authorType)),t}function Rw(e){var n;const t=(n=e.query)==null?void 0:n.tab;return typeof t=="string"&&Object.values(Rg).includes(t)?{tab:t}:{}}function Vl(e){return!xw.includes(e)}function Lg(e,t){return function(){return e.apply(t,arguments)}}const{toString:Fw}=Object.prototype,{getPrototypeOf:od}=Object,Qo=(e=>t=>{const n=Fw.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Ln=e=>(e=e.toLowerCase(),t=>Qo(t)===e),Xo=e=>t=>typeof t===e,{isArray:Ns}=Array,Ni=Xo("undefined");function Dw(e){return e!==null&&!Ni(e)&&e.constructor!==null&&!Ni(e.constructor)&&Zt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ng=Ln("ArrayBuffer");function Bw(e){let t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ng(e.buffer),t}const Iw=Xo("string"),Zt=Xo("function"),jg=Xo("number"),Jo=e=>e!==null&&typeof e=="object",Mw=e=>e===!0||e===!1,Ha=e=>{if(Qo(e)!=="object")return!1;const t=od(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},kw=Ln("Date"),Lw=Ln("File"),Nw=Ln("Blob"),jw=Ln("FileList"),Uw=e=>Jo(e)&&Zt(e.pipe),Vw=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Zt(e.append)&&((t=Qo(e))==="formdata"||t==="object"&&Zt(e.toString)&&e.toString()==="[object FormData]"))},qw=Ln("URLSearchParams"),Hw=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ji(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e=="undefined")return;let r,s;if(typeof e!="object"&&(e=[e]),Ns(e))for(r=0,s=e.length;r<s;r++)t.call(null,e[r],r,e);else{const i=n?Object.getOwnPropertyNames(e):Object.keys(e),l=i.length;let p;for(r=0;r<l;r++)p=i[r],t.call(null,e[p],p,e)}}function Ug(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,s;for(;r-- >0;)if(s=n[r],t===s.toLowerCase())return s;return null}const Vg=(()=>typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:global)(),qg=e=>!Ni(e)&&e!==Vg;function ql(){const{caseless:e}=qg(this)&&this||{},t={},n=(r,s)=>{const i=e&&Ug(t,s)||s;Ha(t[i])&&Ha(r)?t[i]=ql(t[i],r):Ha(r)?t[i]=ql({},r):Ns(r)?t[i]=r.slice():t[i]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&Ji(arguments[r],n);return t}const zw=(e,t,n,{allOwnKeys:r}={})=>(Ji(t,(s,i)=>{n&&Zt(s)?e[i]=Lg(s,n):e[i]=s},{allOwnKeys:r}),e),$w=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Ww=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Kw=(e,t,n,r)=>{let s,i,l;const p={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),i=s.length;i-- >0;)l=s[i],(!r||r(l,e,t))&&!p[l]&&(t[l]=e[l],p[l]=!0);e=n!==!1&&od(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Gw=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},Yw=e=>{if(!e)return null;if(Ns(e))return e;let t=e.length;if(!jg(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Qw=(e=>t=>e&&t instanceof e)(typeof Uint8Array!="undefined"&&od(Uint8Array)),Xw=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=r.next())&&!s.done;){const i=s.value;t.call(e,i[0],i[1])}},Jw=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Zw=Ln("HTMLFormElement"),eC=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),D0=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),tC=Ln("RegExp"),Hg=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Ji(n,(s,i)=>{let l;(l=t(s,i,e))!==!1&&(r[i]=l||s)}),Object.defineProperties(e,r)},nC=e=>{Hg(e,(t,n)=>{if(Zt(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(!!Zt(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},rC=(e,t)=>{const n={},r=s=>{s.forEach(i=>{n[i]=!0})};return Ns(e)?r(e):r(String(e).split(t)),n},sC=()=>{},iC=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Yc="abcdefghijklmnopqrstuvwxyz",B0="0123456789",zg={DIGIT:B0,ALPHA:Yc,ALPHA_DIGIT:Yc+Yc.toUpperCase()+B0},aC=(e=16,t=zg.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function oC(e){return!!(e&&Zt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const cC=e=>{const t=new Array(10),n=(r,s)=>{if(Jo(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const i=Ns(r)?[]:{};return Ji(r,(l,p)=>{const g=n(l,s+1);!Ni(g)&&(i[p]=g)}),t[s]=void 0,i}}return r};return n(e,0)},lC=Ln("AsyncFunction"),uC=e=>e&&(Jo(e)||Zt(e))&&Zt(e.then)&&Zt(e.catch);var ee={isArray:Ns,isArrayBuffer:Ng,isBuffer:Dw,isFormData:Vw,isArrayBufferView:Bw,isString:Iw,isNumber:jg,isBoolean:Mw,isObject:Jo,isPlainObject:Ha,isUndefined:Ni,isDate:kw,isFile:Lw,isBlob:Nw,isRegExp:tC,isFunction:Zt,isStream:Uw,isURLSearchParams:qw,isTypedArray:Qw,isFileList:jw,forEach:Ji,merge:ql,extend:zw,trim:Hw,stripBOM:$w,inherits:Ww,toFlatObject:Kw,kindOf:Qo,kindOfTest:Ln,endsWith:Gw,toArray:Yw,forEachEntry:Xw,matchAll:Jw,isHTMLForm:Zw,hasOwnProperty:D0,hasOwnProp:D0,reduceDescriptors:Hg,freezeMethods:nC,toObjectSet:rC,toCamelCase:eC,noop:sC,toFiniteNumber:iC,findKey:Ug,global:Vg,isContextDefined:qg,ALPHABET:zg,generateString:aC,isSpecCompliantForm:oC,toJSONObject:cC,isAsyncFn:lC,isThenable:uC};function Fe(e,t,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s)}ee.inherits(Fe,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ee.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const $g=Fe.prototype,Wg={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Wg[e]={value:e}});Object.defineProperties(Fe,Wg);Object.defineProperty($g,"isAxiosError",{value:!0});Fe.from=(e,t,n,r,s,i)=>{const l=Object.create($g);return ee.toFlatObject(e,l,function(g){return g!==Error.prototype},p=>p!=="isAxiosError"),Fe.call(l,e.message,t,n,r,s),l.cause=e,l.name=e.name,i&&Object.assign(l,i),l};var dC=null;function Hl(e){return ee.isPlainObject(e)||ee.isArray(e)}function Kg(e){return ee.endsWith(e,"[]")?e.slice(0,-2):e}function I0(e,t,n){return e?e.concat(t).map(function(s,i){return s=Kg(s),!n&&i?"["+s+"]":s}).join(n?".":""):t}function fC(e){return ee.isArray(e)&&!e.some(Hl)}const hC=ee.toFlatObject(ee,{},null,function(t){return/^is[A-Z]/.test(t)});function Zo(e,t,n){if(!ee.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=ee.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(h,m){return!ee.isUndefined(m[h])});const r=n.metaTokens,s=n.visitor||a,i=n.dots,l=n.indexes,g=(n.Blob||typeof Blob!="undefined"&&Blob)&&ee.isSpecCompliantForm(t);if(!ee.isFunction(s))throw new TypeError("visitor must be a function");function u(d){if(d===null)return"";if(ee.isDate(d))return d.toISOString();if(!g&&ee.isBlob(d))throw new Fe("Blob is not supported. Use a Buffer instead.");return ee.isArrayBuffer(d)||ee.isTypedArray(d)?g&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function a(d,h,m){let b=d;if(d&&!m&&typeof d=="object"){if(ee.endsWith(h,"{}"))h=r?h:h.slice(0,-2),d=JSON.stringify(d);else if(ee.isArray(d)&&fC(d)||(ee.isFileList(d)||ee.endsWith(h,"[]"))&&(b=ee.toArray(d)))return h=Kg(h),b.forEach(function(v,_){!(ee.isUndefined(v)||v===null)&&t.append(l===!0?I0([h],_,i):l===null?h:h+"[]",u(v))}),!1}return Hl(d)?!0:(t.append(I0(m,h,i),u(d)),!1)}const o=[],c=Object.assign(hC,{defaultVisitor:a,convertValue:u,isVisitable:Hl});function f(d,h){if(!ee.isUndefined(d)){if(o.indexOf(d)!==-1)throw Error("Circular reference detected in "+h.join("."));o.push(d),ee.forEach(d,function(b,y){(!(ee.isUndefined(b)||b===null)&&s.call(t,b,ee.isString(y)?y.trim():y,h,c))===!0&&f(b,h?h.concat(y):[y])}),o.pop()}}if(!ee.isObject(e))throw new TypeError("data must be an object");return f(e),t}function M0(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function cd(e,t){this._pairs=[],e&&Zo(e,this,t)}const Gg=cd.prototype;Gg.append=function(t,n){this._pairs.push([t,n])};Gg.toString=function(t){const n=t?function(r){return t.call(this,r,M0)}:M0;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function pC(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Yg(e,t,n){if(!t)return e;const r=n&&n.encode||pC,s=n&&n.serialize;let i;if(s?i=s(t,n):i=ee.isURLSearchParams(t)?t.toString():new cd(t,n).toString(r),i){const l=e.indexOf("#");l!==-1&&(e=e.slice(0,l)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class mC{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){ee.forEach(this.handlers,function(r){r!==null&&t(r)})}}var k0=mC,Qg={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},gC=typeof URLSearchParams!="undefined"?URLSearchParams:cd,vC=typeof FormData!="undefined"?FormData:null,yC=typeof Blob!="undefined"?Blob:null,bC={isBrowser:!0,classes:{URLSearchParams:gC,FormData:vC,Blob:yC},protocols:["http","https","file","blob","url","data"]};const Xg=typeof window!="undefined"&&typeof document!="undefined",_C=(e=>Xg&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator!="undefined"&&navigator.product),xC=(()=>typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var EC=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Xg,hasStandardBrowserWebWorkerEnv:xC,hasStandardBrowserEnv:_C},Symbol.toStringTag,{value:"Module"})),Cn={...EC,...bC};function AC(e,t){return Zo(e,new Cn.classes.URLSearchParams,Object.assign({visitor:function(n,r,s,i){return Cn.isNode&&ee.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function SC(e){return ee.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function OC(e){const t={},n=Object.keys(e);let r;const s=n.length;let i;for(r=0;r<s;r++)i=n[r],t[i]=e[i];return t}function Jg(e){function t(n,r,s,i){let l=n[i++];if(l==="__proto__")return!0;const p=Number.isFinite(+l),g=i>=n.length;return l=!l&&ee.isArray(s)?s.length:l,g?(ee.hasOwnProp(s,l)?s[l]=[s[l],r]:s[l]=r,!p):((!s[l]||!ee.isObject(s[l]))&&(s[l]=[]),t(n,r,s[l],i)&&ee.isArray(s[l])&&(s[l]=OC(s[l])),!p)}if(ee.isFormData(e)&&ee.isFunction(e.entries)){const n={};return ee.forEachEntry(e,(r,s)=>{t(SC(r),s,n,0)}),n}return null}function TC(e,t,n){if(ee.isString(e))try{return(t||JSON.parse)(e),ee.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const ld={transitional:Qg,adapter:["xhr","http"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,i=ee.isObject(t);if(i&&ee.isHTMLForm(t)&&(t=new FormData(t)),ee.isFormData(t))return s?JSON.stringify(Jg(t)):t;if(ee.isArrayBuffer(t)||ee.isBuffer(t)||ee.isStream(t)||ee.isFile(t)||ee.isBlob(t))return t;if(ee.isArrayBufferView(t))return t.buffer;if(ee.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let p;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return AC(t,this.formSerializer).toString();if((p=ee.isFileList(t))||r.indexOf("multipart/form-data")>-1){const g=this.env&&this.env.FormData;return Zo(p?{"files[]":t}:t,g&&new g,this.formSerializer)}}return i||s?(n.setContentType("application/json",!1),TC(t)):t}],transformResponse:[function(t){const n=this.transitional||ld.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(t&&ee.isString(t)&&(r&&!this.responseType||s)){const l=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(p){if(l)throw p.name==="SyntaxError"?Fe.from(p,Fe.ERR_BAD_RESPONSE,this,null,this.response):p}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Cn.classes.FormData,Blob:Cn.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ee.forEach(["delete","get","head","post","put","patch"],e=>{ld.headers[e]={}});var ud=ld;const PC=ee.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var wC=e=>{const t={};let n,r,s;return e&&e.split(`
`).forEach(function(l){s=l.indexOf(":"),n=l.substring(0,s).trim().toLowerCase(),r=l.substring(s+1).trim(),!(!n||t[n]&&PC[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t};const L0=Symbol("internals");function ti(e){return e&&String(e).trim().toLowerCase()}function za(e){return e===!1||e==null?e:ee.isArray(e)?e.map(za):String(e)}function CC(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const RC=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Qc(e,t,n,r,s){if(ee.isFunction(r))return r.call(this,t,n);if(s&&(t=n),!!ee.isString(t)){if(ee.isString(r))return t.indexOf(r)!==-1;if(ee.isRegExp(r))return r.test(t)}}function FC(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function DC(e,t){const n=ee.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(s,i,l){return this[r].call(this,t,s,i,l)},configurable:!0})})}class ec{constructor(t){t&&this.set(t)}set(t,n,r){const s=this;function i(p,g,u){const a=ti(g);if(!a)throw new Error("header name must be a non-empty string");const o=ee.findKey(s,a);(!o||s[o]===void 0||u===!0||u===void 0&&s[o]!==!1)&&(s[o||g]=za(p))}const l=(p,g)=>ee.forEach(p,(u,a)=>i(u,a,g));return ee.isPlainObject(t)||t instanceof this.constructor?l(t,n):ee.isString(t)&&(t=t.trim())&&!RC(t)?l(wC(t),n):t!=null&&i(n,t,r),this}get(t,n){if(t=ti(t),t){const r=ee.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return CC(s);if(ee.isFunction(n))return n.call(this,s,r);if(ee.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=ti(t),t){const r=ee.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Qc(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function i(l){if(l=ti(l),l){const p=ee.findKey(r,l);p&&(!n||Qc(r,r[p],p,n))&&(delete r[p],s=!0)}}return ee.isArray(t)?t.forEach(i):i(t),s}clear(t){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const i=n[r];(!t||Qc(this,this[i],i,t,!0))&&(delete this[i],s=!0)}return s}normalize(t){const n=this,r={};return ee.forEach(this,(s,i)=>{const l=ee.findKey(r,i);if(l){n[l]=za(s),delete n[i];return}const p=t?FC(i):String(i).trim();p!==i&&delete n[i],n[p]=za(s),r[p]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return ee.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=t&&ee.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[L0]=this[L0]={accessors:{}}).accessors,s=this.prototype;function i(l){const p=ti(l);r[p]||(DC(s,l),r[p]=!0)}return ee.isArray(t)?t.forEach(i):i(t),this}}ec.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ee.reduceDescriptors(ec.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});ee.freezeMethods(ec);var Kn=ec;function Xc(e,t){const n=this||ud,r=t||n,s=Kn.from(r.headers);let i=r.data;return ee.forEach(e,function(p){i=p.call(n,i,s.normalize(),t?t.status:void 0)}),s.normalize(),i}function Zg(e){return!!(e&&e.__CANCEL__)}function Zi(e,t,n){Fe.call(this,e==null?"canceled":e,Fe.ERR_CANCELED,t,n),this.name="CanceledError"}ee.inherits(Zi,Fe,{__CANCEL__:!0});function BC(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Fe("Request failed with status code "+n.status,[Fe.ERR_BAD_REQUEST,Fe.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}var IC=Cn.hasStandardBrowserEnv?{write(e,t,n,r,s,i){const l=[e+"="+encodeURIComponent(t)];ee.isNumber(n)&&l.push("expires="+new Date(n).toGMTString()),ee.isString(r)&&l.push("path="+r),ee.isString(s)&&l.push("domain="+s),i===!0&&l.push("secure"),document.cookie=l.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function MC(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function kC(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function ev(e,t){return e&&!MC(t)?kC(e,t):t}var LC=Cn.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function s(i){let l=i;return t&&(n.setAttribute("href",l),l=n.href),n.setAttribute("href",l),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=s(window.location.href),function(l){const p=ee.isString(l)?s(l):l;return p.protocol===r.protocol&&p.host===r.host}}():function(){return function(){return!0}}();function NC(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function jC(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,i=0,l;return t=t!==void 0?t:1e3,function(g){const u=Date.now(),a=r[i];l||(l=u),n[s]=g,r[s]=u;let o=i,c=0;for(;o!==s;)c+=n[o++],o=o%e;if(s=(s+1)%e,s===i&&(i=(i+1)%e),u-l<t)return;const f=a&&u-a;return f?Math.round(c*1e3/f):void 0}}function N0(e,t){let n=0;const r=jC(50,250);return s=>{const i=s.loaded,l=s.lengthComputable?s.total:void 0,p=i-n,g=r(p),u=i<=l;n=i;const a={loaded:i,total:l,progress:l?i/l:void 0,bytes:p,rate:g||void 0,estimated:g&&l&&u?(l-i)/g:void 0,event:s};a[t?"download":"upload"]=!0,e(a)}}const UC=typeof XMLHttpRequest!="undefined";var VC=UC&&function(e){return new Promise(function(n,r){let s=e.data;const i=Kn.from(e.headers).normalize();let{responseType:l,withXSRFToken:p}=e,g;function u(){e.cancelToken&&e.cancelToken.unsubscribe(g),e.signal&&e.signal.removeEventListener("abort",g)}let a;if(ee.isFormData(s)){if(Cn.hasStandardBrowserEnv||Cn.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if((a=i.getContentType())!==!1){const[h,...m]=a?a.split(";").map(b=>b.trim()).filter(Boolean):[];i.setContentType([h||"multipart/form-data",...m].join("; "))}}let o=new XMLHttpRequest;if(e.auth){const h=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(h+":"+m))}const c=ev(e.baseURL,e.url);o.open(e.method.toUpperCase(),Yg(c,e.params,e.paramsSerializer),!0),o.timeout=e.timeout;function f(){if(!o)return;const h=Kn.from("getAllResponseHeaders"in o&&o.getAllResponseHeaders()),b={data:!l||l==="text"||l==="json"?o.responseText:o.response,status:o.status,statusText:o.statusText,headers:h,config:e,request:o};BC(function(v){n(v),u()},function(v){r(v),u()},b),o=null}if("onloadend"in o?o.onloadend=f:o.onreadystatechange=function(){!o||o.readyState!==4||o.status===0&&!(o.responseURL&&o.responseURL.indexOf("file:")===0)||setTimeout(f)},o.onabort=function(){!o||(r(new Fe("Request aborted",Fe.ECONNABORTED,e,o)),o=null)},o.onerror=function(){r(new Fe("Network Error",Fe.ERR_NETWORK,e,o)),o=null},o.ontimeout=function(){let m=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const b=e.transitional||Qg;e.timeoutErrorMessage&&(m=e.timeoutErrorMessage),r(new Fe(m,b.clarifyTimeoutError?Fe.ETIMEDOUT:Fe.ECONNABORTED,e,o)),o=null},Cn.hasStandardBrowserEnv&&(p&&ee.isFunction(p)&&(p=p(e)),p||p!==!1&&LC(c))){const h=e.xsrfHeaderName&&e.xsrfCookieName&&IC.read(e.xsrfCookieName);h&&i.set(e.xsrfHeaderName,h)}s===void 0&&i.setContentType(null),"setRequestHeader"in o&&ee.forEach(i.toJSON(),function(m,b){o.setRequestHeader(b,m)}),ee.isUndefined(e.withCredentials)||(o.withCredentials=!!e.withCredentials),l&&l!=="json"&&(o.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&o.addEventListener("progress",N0(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&o.upload&&o.upload.addEventListener("progress",N0(e.onUploadProgress)),(e.cancelToken||e.signal)&&(g=h=>{!o||(r(!h||h.type?new Zi(null,e,o):h),o.abort(),o=null)},e.cancelToken&&e.cancelToken.subscribe(g),e.signal&&(e.signal.aborted?g():e.signal.addEventListener("abort",g)));const d=NC(c);if(d&&Cn.protocols.indexOf(d)===-1){r(new Fe("Unsupported protocol "+d+":",Fe.ERR_BAD_REQUEST,e));return}o.send(s||null)})};const zl={http:dC,xhr:VC};ee.forEach(zl,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const j0=e=>`- ${e}`,qC=e=>ee.isFunction(e)||e===null||e===!1;var tv={getAdapter:e=>{e=ee.isArray(e)?e:[e];const{length:t}=e;let n,r;const s={};for(let i=0;i<t;i++){n=e[i];let l;if(r=n,!qC(n)&&(r=zl[(l=String(n)).toLowerCase()],r===void 0))throw new Fe(`Unknown adapter '${l}'`);if(r)break;s[l||"#"+i]=r}if(!r){const i=Object.entries(s).map(([p,g])=>`adapter ${p} `+(g===!1?"is not supported by the environment":"is not available in the build"));let l=t?i.length>1?`since :
`+i.map(j0).join(`
`):" "+j0(i[0]):"as no adapter specified";throw new Fe("There is no suitable adapter to dispatch the request "+l,"ERR_NOT_SUPPORT")}return r},adapters:zl};function Jc(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Zi(null,e)}function U0(e){return Jc(e),e.headers=Kn.from(e.headers),e.data=Xc.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),tv.getAdapter(e.adapter||ud.adapter)(e).then(function(r){return Jc(e),r.data=Xc.call(e,e.transformResponse,r),r.headers=Kn.from(r.headers),r},function(r){return Zg(r)||(Jc(e),r&&r.response&&(r.response.data=Xc.call(e,e.transformResponse,r.response),r.response.headers=Kn.from(r.response.headers))),Promise.reject(r)})}const V0=e=>e instanceof Kn?{...e}:e;function Fs(e,t){t=t||{};const n={};function r(u,a,o){return ee.isPlainObject(u)&&ee.isPlainObject(a)?ee.merge.call({caseless:o},u,a):ee.isPlainObject(a)?ee.merge({},a):ee.isArray(a)?a.slice():a}function s(u,a,o){if(ee.isUndefined(a)){if(!ee.isUndefined(u))return r(void 0,u,o)}else return r(u,a,o)}function i(u,a){if(!ee.isUndefined(a))return r(void 0,a)}function l(u,a){if(ee.isUndefined(a)){if(!ee.isUndefined(u))return r(void 0,u)}else return r(void 0,a)}function p(u,a,o){if(o in t)return r(u,a);if(o in e)return r(void 0,u)}const g={url:i,method:i,data:i,baseURL:l,transformRequest:l,transformResponse:l,paramsSerializer:l,timeout:l,timeoutMessage:l,withCredentials:l,withXSRFToken:l,adapter:l,responseType:l,xsrfCookieName:l,xsrfHeaderName:l,onUploadProgress:l,onDownloadProgress:l,decompress:l,maxContentLength:l,maxBodyLength:l,beforeRedirect:l,transport:l,httpAgent:l,httpsAgent:l,cancelToken:l,socketPath:l,responseEncoding:l,validateStatus:p,headers:(u,a)=>s(V0(u),V0(a),!0)};return ee.forEach(Object.keys(Object.assign({},e,t)),function(a){const o=g[a]||s,c=o(e[a],t[a],a);ee.isUndefined(c)&&o!==p||(n[a]=c)}),n}const nv="1.6.8",dd={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{dd[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const q0={};dd.transitional=function(t,n,r){function s(i,l){return"[Axios v"+nv+"] Transitional option '"+i+"'"+l+(r?". "+r:"")}return(i,l,p)=>{if(t===!1)throw new Fe(s(l," has been removed"+(n?" in "+n:"")),Fe.ERR_DEPRECATED);return n&&!q0[l]&&(q0[l]=!0,console.warn(s(l," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(i,l,p):!0}};function HC(e,t,n){if(typeof e!="object")throw new Fe("options must be an object",Fe.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const i=r[s],l=t[i];if(l){const p=e[i],g=p===void 0||l(p,i,e);if(g!==!0)throw new Fe("option "+i+" must be "+g,Fe.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new Fe("Unknown option "+i,Fe.ERR_BAD_OPTION)}}var $l={assertOptions:HC,validators:dd};const sr=$l.validators;class mo{constructor(t){this.defaults=t,this.interceptors={request:new k0,response:new k0}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let s;Error.captureStackTrace?Error.captureStackTrace(s={}):s=new Error;const i=s.stack?s.stack.replace(/^.+\n/,""):"";r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=`
`+i):r.stack=i}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Fs(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:i}=n;r!==void 0&&$l.assertOptions(r,{silentJSONParsing:sr.transitional(sr.boolean),forcedJSONParsing:sr.transitional(sr.boolean),clarifyTimeoutError:sr.transitional(sr.boolean)},!1),s!=null&&(ee.isFunction(s)?n.paramsSerializer={serialize:s}:$l.assertOptions(s,{encode:sr.function,serialize:sr.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let l=i&&ee.merge(i.common,i[n.method]);i&&ee.forEach(["delete","get","head","post","put","patch","common"],d=>{delete i[d]}),n.headers=Kn.concat(l,i);const p=[];let g=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(n)===!1||(g=g&&h.synchronous,p.unshift(h.fulfilled,h.rejected))});const u=[];this.interceptors.response.forEach(function(h){u.push(h.fulfilled,h.rejected)});let a,o=0,c;if(!g){const d=[U0.bind(this),void 0];for(d.unshift.apply(d,p),d.push.apply(d,u),c=d.length,a=Promise.resolve(n);o<c;)a=a.then(d[o++],d[o++]);return a}c=p.length;let f=n;for(o=0;o<c;){const d=p[o++],h=p[o++];try{f=d(f)}catch(m){h.call(this,m);break}}try{a=U0.call(this,f)}catch(d){return Promise.reject(d)}for(o=0,c=u.length;o<c;)a=a.then(u[o++],u[o++]);return a}getUri(t){t=Fs(this.defaults,t);const n=ev(t.baseURL,t.url);return Yg(n,t.params,t.paramsSerializer)}}ee.forEach(["delete","get","head","options"],function(t){mo.prototype[t]=function(n,r){return this.request(Fs(r||{},{method:t,url:n,data:(r||{}).data}))}});ee.forEach(["post","put","patch"],function(t){function n(r){return function(i,l,p){return this.request(Fs(p||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:i,data:l}))}}mo.prototype[t]=n(),mo.prototype[t+"Form"]=n(!0)});var $a=mo;class fd{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(i){n=i});const r=this;this.promise.then(s=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](s);r._listeners=null}),this.promise.then=s=>{let i;const l=new Promise(p=>{r.subscribe(p),i=p}).then(s);return l.cancel=function(){r.unsubscribe(i)},l},t(function(i,l,p){r.reason||(r.reason=new Zi(i,l,p),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new fd(function(s){t=s}),cancel:t}}}var zC=fd;function $C(e){return function(n){return e.apply(null,n)}}function WC(e){return ee.isObject(e)&&e.isAxiosError===!0}const Wl={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Wl).forEach(([e,t])=>{Wl[t]=e});var KC=Wl;function rv(e){const t=new $a(e),n=Lg($a.prototype.request,t);return ee.extend(n,$a.prototype,t,{allOwnKeys:!0}),ee.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return rv(Fs(e,s))},n}const ct=rv(ud);ct.Axios=$a;ct.CanceledError=Zi;ct.CancelToken=zC;ct.isCancel=Zg;ct.VERSION=nv;ct.toFormData=Zo;ct.AxiosError=Fe;ct.Cancel=ct.CanceledError;ct.all=function(t){return Promise.all(t)};ct.spread=$C;ct.isAxiosError=WC;ct.mergeConfig=Fs;ct.AxiosHeaders=Kn;ct.formToJSON=e=>Jg(ee.isHTMLForm(e)?new FormData(e):e);ct.getAdapter=tv.getAdapter;ct.HttpStatusCode=KC;ct.default=ct;var mn=ct;const{Axios:GC,AxiosError:YC,CanceledError:QC,isCancel:XC,CancelToken:JC,VERSION:ZC,all:eR,Cancel:tR,isAxiosError:nR,spread:rR,toFormData:sR,AxiosHeaders:iR,HttpStatusCode:aR,formToJSON:oR,getAdapter:cR,mergeConfig:lR}=mn;var uR=Object.freeze(Object.defineProperty({__proto__:null,default:mn,Axios:GC,AxiosError:YC,CanceledError:QC,isCancel:XC,CancelToken:JC,VERSION:ZC,all:eR,Cancel:tR,isAxiosError:nR,spread:rR,toFormData:sR,AxiosHeaders:iR,HttpStatusCode:aR,formToJSON:oR,getAdapter:cR,mergeConfig:lR},Symbol.toStringTag,{value:"Module"}));const H0=["B","KB","MB","GB","TB","PB"];function dR(e,t=1){let n=0;for(;parseInt(e,10)>=1024&&n<H0.length-1;)e/=1024,++n;return`${e.toFixed(t)}${H0[n]}`}function sv(e){return e.charAt(0).toUpperCase()+e.slice(1)}function fR(e,t,n){return n<=t?t:Math.min(n,Math.max(t,e))}function hR(e,t,n){if(n<=t)return t;const r=n-t+1;let s=t+(e-t)%r;return s<t&&(s=r+s),s===0?0:s}function et(e,t=2,n="0"){if(e==null)return e;const r=""+e;return r.length>=t?r:new Array(t-r.length+1).join(n)+r}var pR={humanStorageSize:dR,capitalize:sv,between:fR,normalizeToInterval:hR,pad:et};const gr=[-61,9,38,199,426,686,756,818,1111,1181,1210,1635,2060,2097,2192,2262,2324,2394,2456,3178];function C4(e,t,n){return Object.prototype.toString.call(e)==="[object Date]"&&(n=e.getDate(),t=e.getMonth()+1,e=e.getFullYear()),bR(hd(e,t,n))}function R4(e,t,n){return av(yR(e,t,n))}function mR(e){return vR(e)===0}function gR(e,t){return t<=6?31:t<=11||mR(e)?30:29}function vR(e){const t=gr.length;let n=gr[0],r,s,i,l,p;if(e<n||e>=gr[t-1])throw new Error("Invalid Jalaali year "+e);for(p=1;p<t&&(r=gr[p],s=r-n,!(e<r));p+=1)n=r;return l=e-n,s-l<6&&(l=l-s+He(s+4,33)*33),i=Ut(Ut(l+1,33)-1,4),i===-1&&(i=4),i}function iv(e,t){const n=gr.length,r=e+621;let s=-14,i=gr[0],l,p,g,u,a;if(e<i||e>=gr[n-1])throw new Error("Invalid Jalaali year "+e);for(a=1;a<n&&(l=gr[a],p=l-i,!(e<l));a+=1)s=s+He(p,33)*8+He(Ut(p,33),4),i=l;u=e-i,s=s+He(u,33)*8+He(Ut(u,33)+3,4),Ut(p,33)===4&&p-u===4&&(s+=1);const o=He(r,4)-He((He(r,100)+1)*3,4)-150,c=20+s-o;return t||(p-u<6&&(u=u-p+He(p+4,33)*33),g=Ut(Ut(u+1,33)-1,4),g===-1&&(g=4)),{leap:g,gy:r,march:c}}function yR(e,t,n){const r=iv(e,!0);return hd(r.gy,3,r.march)+(t-1)*31-He(t,7)*(t-7)+n-1}function bR(e){const t=av(e).gy;let n=t-621,r,s,i;const l=iv(n,!1),p=hd(t,3,l.march);if(i=e-p,i>=0){if(i<=185)return s=1+He(i,31),r=Ut(i,31)+1,{jy:n,jm:s,jd:r};i-=186}else n-=1,i+=179,l.leap===1&&(i+=1);return s=7+He(i,30),r=Ut(i,30)+1,{jy:n,jm:s,jd:r}}function hd(e,t,n){let r=He((e+He(t-8,6)+100100)*1461,4)+He(153*Ut(t+9,12)+2,5)+n-34840408;return r=r-He(He(e+100100+He(t-8,6),100)*3,4)+752,r}function av(e){let t=4*e+139361631;t=t+He(He(4*e+183187720,146097)*3,4)*4-3908;const n=He(Ut(t,1461),4)*5+308,r=He(Ut(n,153),5)+1,s=Ut(He(n,153),12)+1;return{gy:He(t,1461)-100100+He(8-s,6),gm:s,gd:r}}function He(e,t){return~~(e/t)}function Ut(e,t){return e-~~(e/t)*t}const ov=864e5,_R=36e5,Kl=6e4,cv="YYYY-MM-DDTHH:mm:ss.SSSZ",xR=/\[((?:[^\]\\]|\\]|\\)*)\]|d{1,4}|M{1,4}|m{1,2}|w{1,2}|Qo|Do|D{1,4}|YY(?:YY)?|H{1,2}|h{1,2}|s{1,2}|S{1,3}|Z{1,2}|a{1,2}|[AQExX]/g,ER=/(\[[^\]]*\])|d{1,4}|M{1,4}|m{1,2}|w{1,2}|Qo|Do|D{1,4}|YY(?:YY)?|H{1,2}|h{1,2}|s{1,2}|S{1,3}|Z{1,2}|a{1,2}|[AQExX]|([.*+:?^,\s${}()|\\]+)/g,Zc={};function AR(e,t){const n="("+t.days.join("|")+")",r=e+n;if(Zc[r]!==void 0)return Zc[r];const s="("+t.daysShort.join("|")+")",i="("+t.months.join("|")+")",l="("+t.monthsShort.join("|")+")",p={};let g=0;const u=e.replace(ER,o=>{switch(g++,o){case"YY":return p.YY=g,"(-?\\d{1,2})";case"YYYY":return p.YYYY=g,"(-?\\d{1,4})";case"M":return p.M=g,"(\\d{1,2})";case"MM":return p.M=g,"(\\d{2})";case"MMM":return p.MMM=g,l;case"MMMM":return p.MMMM=g,i;case"D":return p.D=g,"(\\d{1,2})";case"Do":return p.D=g++,"(\\d{1,2}(st|nd|rd|th))";case"DD":return p.D=g,"(\\d{2})";case"H":return p.H=g,"(\\d{1,2})";case"HH":return p.H=g,"(\\d{2})";case"h":return p.h=g,"(\\d{1,2})";case"hh":return p.h=g,"(\\d{2})";case"m":return p.m=g,"(\\d{1,2})";case"mm":return p.m=g,"(\\d{2})";case"s":return p.s=g,"(\\d{1,2})";case"ss":return p.s=g,"(\\d{2})";case"S":return p.S=g,"(\\d{1})";case"SS":return p.S=g,"(\\d{2})";case"SSS":return p.S=g,"(\\d{3})";case"A":return p.A=g,"(AM|PM)";case"a":return p.a=g,"(am|pm)";case"aa":return p.aa=g,"(a\\.m\\.|p\\.m\\.)";case"ddd":return s;case"dddd":return n;case"Q":case"d":case"E":return"(\\d{1})";case"Qo":return"(1st|2nd|3rd|4th)";case"DDD":case"DDDD":return"(\\d{1,3})";case"w":return"(\\d{1,2})";case"ww":return"(\\d{2})";case"Z":return p.Z=g,"(Z|[+-]\\d{2}:\\d{2})";case"ZZ":return p.ZZ=g,"(Z|[+-]\\d{2}\\d{2})";case"X":return p.X=g,"(-?\\d+)";case"x":return p.x=g,"(-?\\d{4,})";default:return g--,o[0]==="["&&(o=o.substring(1,o.length-1)),o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}}),a={map:p,regex:new RegExp("^"+u)};return Zc[r]=a,a}function lv(e,t){return e!==void 0?e:t!==void 0?t.date:Fl.date}function z0(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),s=Math.floor(r/60),i=r%60;return n+et(s)+t+et(i)}function SR(e,t,n){let r=e.getFullYear(),s=e.getMonth();const i=e.getDate();return t.year!==void 0&&(r+=n*t.year,delete t.year),t.month!==void 0&&(s+=n*t.month,delete t.month),e.setDate(1),e.setMonth(2),e.setFullYear(r),e.setMonth(s),e.setDate(Math.min(i,md(e))),t.date!==void 0&&(e.setDate(e.getDate()+n*t.date),delete t.date),e}function OR(e,t,n){const r=t.year!==void 0?t.year:e[`get${n}FullYear`](),s=t.month!==void 0?t.month-1:e[`get${n}Month`](),i=new Date(r,s+1,0).getDate(),l=Math.min(i,t.date!==void 0?t.date:e[`get${n}Date`]());return e[`set${n}Date`](1),e[`set${n}Month`](2),e[`set${n}FullYear`](r),e[`set${n}Month`](s),e[`set${n}Date`](l),delete t.year,delete t.month,delete t.date,e}function pd(e,t,n){const r=uv(t),s=new Date(e),i=r.year!==void 0||r.month!==void 0||r.date!==void 0?SR(s,r,n):s;for(const l in r){const p=sv(l);i[`set${p}`](i[`get${p}`]()+n*r[l])}return i}function uv(e){const t={...e};return e.years!==void 0&&(t.year=e.years,delete t.years),e.months!==void 0&&(t.month=e.months,delete t.months),e.days!==void 0&&(t.date=e.days,delete t.days),e.day!==void 0&&(t.date=e.day,delete t.day),e.hour!==void 0&&(t.hours=e.hour,delete t.hour),e.minute!==void 0&&(t.minutes=e.minute,delete t.minute),e.second!==void 0&&(t.seconds=e.second,delete t.second),e.millisecond!==void 0&&(t.milliseconds=e.millisecond,delete t.millisecond),t}function dv(e,t,n){const r=uv(t),s=n===!0?"UTC":"",i=new Date(e),l=r.year!==void 0||r.month!==void 0||r.date!==void 0?OR(i,r,s):i;for(const p in r){const g=p.charAt(0).toUpperCase()+p.slice(1);l[`set${s}${g}`](r[p])}return l}function TR(e,t,n){const r=PR(e,t,n),s=new Date(r.year,r.month===null?null:r.month-1,r.day===null?1:r.day,r.hour,r.minute,r.second,r.millisecond),i=s.getTimezoneOffset();return r.timezoneOffset===null||r.timezoneOffset===i?s:pd(s,{minutes:r.timezoneOffset-i},1)}function PR(e,t,n,r,s){const i={year:null,month:null,day:null,hour:null,minute:null,second:null,millisecond:null,timezoneOffset:null,dateHash:null,timeHash:null};if(s!==void 0&&Object.assign(i,s),e==null||e===""||typeof e!="string")return i;t===void 0&&(t=cv);const l=lv(n,On.props),p=l.months,g=l.monthsShort,{regex:u,map:a}=AR(t,l),o=e.match(u);if(o===null)return i;let c="";if(a.X!==void 0||a.x!==void 0){const f=parseInt(o[a.X!==void 0?a.X:a.x],10);if(isNaN(f)===!0||f<0)return i;const d=new Date(f*(a.X!==void 0?1e3:1));i.year=d.getFullYear(),i.month=d.getMonth()+1,i.day=d.getDate(),i.hour=d.getHours(),i.minute=d.getMinutes(),i.second=d.getSeconds(),i.millisecond=d.getMilliseconds()}else{if(a.YYYY!==void 0)i.year=parseInt(o[a.YYYY],10);else if(a.YY!==void 0){const f=parseInt(o[a.YY],10);i.year=f<0?f:2e3+f}if(a.M!==void 0){if(i.month=parseInt(o[a.M],10),i.month<1||i.month>12)return i}else a.MMM!==void 0?i.month=g.indexOf(o[a.MMM])+1:a.MMMM!==void 0&&(i.month=p.indexOf(o[a.MMMM])+1);if(a.D!==void 0){if(i.day=parseInt(o[a.D],10),i.year===null||i.month===null||i.day<1)return i;const f=r!=="persian"?new Date(i.year,i.month,0).getDate():gR(i.year,i.month);if(i.day>f)return i}a.H!==void 0?i.hour=parseInt(o[a.H],10)%24:a.h!==void 0&&(i.hour=parseInt(o[a.h],10)%12,(a.A&&o[a.A]==="PM"||a.a&&o[a.a]==="pm"||a.aa&&o[a.aa]==="p.m.")&&(i.hour+=12),i.hour=i.hour%24),a.m!==void 0&&(i.minute=parseInt(o[a.m],10)%60),a.s!==void 0&&(i.second=parseInt(o[a.s],10)%60),a.S!==void 0&&(i.millisecond=parseInt(o[a.S],10)*10**(3-o[a.S].length)),(a.Z!==void 0||a.ZZ!==void 0)&&(c=a.Z!==void 0?o[a.Z].replace(":",""):o[a.ZZ],i.timezoneOffset=(c[0]==="+"?-1:1)*(60*c.slice(1,3)+1*c.slice(3,5)))}return i.dateHash=et(i.year,6)+"/"+et(i.month)+"/"+et(i.day),i.timeHash=et(i.hour)+":"+et(i.minute)+":"+et(i.second)+c,i}function wR(e){return typeof e=="number"?!0:isNaN(Date.parse(e))===!1}function CR(e,t){return dv(new Date,e,t)}function RR(e){const t=new Date(e).getDay();return t===0?7:t}function Gl(e){const t=new Date(e.getFullYear(),e.getMonth(),e.getDate());t.setDate(t.getDate()-(t.getDay()+6)%7+3);const n=new Date(t.getFullYear(),0,4);n.setDate(n.getDate()-(n.getDay()+6)%7+3);const r=t.getTimezoneOffset()-n.getTimezoneOffset();t.setHours(t.getHours()-r);const s=(t-n)/(ov*7);return 1+Math.floor(s)}function FR(e){return e.getFullYear()*1e4+e.getMonth()*100+e.getDate()}function el(e,t){const n=new Date(e);return t===!0?FR(n):n.getTime()}function DR(e,t,n,r={}){const s=el(t,r.onlyDate),i=el(n,r.onlyDate),l=el(e,r.onlyDate);return(l>s||r.inclusiveFrom===!0&&l===s)&&(l<i||r.inclusiveTo===!0&&l===i)}function BR(e,t){return pd(e,t,1)}function IR(e,t){return pd(e,t,-1)}function An(e,t,n){const r=new Date(e),s=`set${n===!0?"UTC":""}`;switch(t){case"year":case"years":r[`${s}Month`](0);case"month":case"months":r[`${s}Date`](1);case"day":case"days":case"date":r[`${s}Hours`](0);case"hour":case"hours":r[`${s}Minutes`](0);case"minute":case"minutes":r[`${s}Seconds`](0);case"second":case"seconds":r[`${s}Milliseconds`](0)}return r}function MR(e,t,n){const r=new Date(e),s=`set${n===!0?"UTC":""}`;switch(t){case"year":case"years":r[`${s}Month`](11);case"month":case"months":r[`${s}Date`](md(r));case"day":case"days":case"date":r[`${s}Hours`](23);case"hour":case"hours":r[`${s}Minutes`](59);case"minute":case"minutes":r[`${s}Seconds`](59);case"second":case"seconds":r[`${s}Milliseconds`](999)}return r}function kR(e){let t=new Date(e);return Array.prototype.slice.call(arguments,1).forEach(n=>{t=Math.max(t,new Date(n))}),t}function LR(e){let t=new Date(e);return Array.prototype.slice.call(arguments,1).forEach(n=>{t=Math.min(t,new Date(n))}),t}function Oa(e,t,n){return(e.getTime()-e.getTimezoneOffset()*Kl-(t.getTime()-t.getTimezoneOffset()*Kl))/n}function fv(e,t,n="days"){const r=new Date(e),s=new Date(t);switch(n){case"years":case"year":return r.getFullYear()-s.getFullYear();case"months":case"month":return(r.getFullYear()-s.getFullYear())*12+r.getMonth()-s.getMonth();case"days":case"day":case"date":return Oa(An(r,"day"),An(s,"day"),ov);case"hours":case"hour":return Oa(An(r,"hour"),An(s,"hour"),_R);case"minutes":case"minute":return Oa(An(r,"minute"),An(s,"minute"),Kl);case"seconds":case"second":return Oa(An(r,"second"),An(s,"second"),1e3)}}function Yl(e){return fv(e,An(e,"year"),"days")+1}function NR(e){return Gm(e)===!0?"date":typeof e=="number"?"number":"string"}function jR(e,t,n){const r=new Date(e);if(t){const s=new Date(t);if(r<s)return s}if(n){const s=new Date(n);if(r>s)return s}return r}function UR(e,t,n){const r=new Date(e),s=new Date(t);if(n===void 0)return r.getTime()===s.getTime();switch(n){case"second":case"seconds":if(r.getSeconds()!==s.getSeconds())return!1;case"minute":case"minutes":if(r.getMinutes()!==s.getMinutes())return!1;case"hour":case"hours":if(r.getHours()!==s.getHours())return!1;case"day":case"days":case"date":if(r.getDate()!==s.getDate())return!1;case"month":case"months":if(r.getMonth()!==s.getMonth())return!1;case"year":case"years":if(r.getFullYear()!==s.getFullYear())return!1;break;default:throw new Error(`date isSameDate unknown unit ${n}`)}return!0}function md(e){return new Date(e.getFullYear(),e.getMonth()+1,0).getDate()}function $0(e){if(e>=11&&e<=13)return`${e}th`;switch(e%10){case 1:return`${e}st`;case 2:return`${e}nd`;case 3:return`${e}rd`}return`${e}th`}const W0={YY(e,t,n){const r=this.YYYY(e,t,n)%100;return r>=0?et(r):"-"+et(Math.abs(r))},YYYY(e,t,n){return n!=null?n:e.getFullYear()},M(e){return e.getMonth()+1},MM(e){return et(e.getMonth()+1)},MMM(e,t){return t.monthsShort[e.getMonth()]},MMMM(e,t){return t.months[e.getMonth()]},Q(e){return Math.ceil((e.getMonth()+1)/3)},Qo(e){return $0(this.Q(e))},D(e){return e.getDate()},Do(e){return $0(e.getDate())},DD(e){return et(e.getDate())},DDD(e){return Yl(e)},DDDD(e){return et(Yl(e),3)},d(e){return e.getDay()},dd(e,t){return this.dddd(e,t).slice(0,2)},ddd(e,t){return t.daysShort[e.getDay()]},dddd(e,t){return t.days[e.getDay()]},E(e){return e.getDay()||7},w(e){return Gl(e)},ww(e){return et(Gl(e))},H(e){return e.getHours()},HH(e){return et(e.getHours())},h(e){const t=e.getHours();return t===0?12:t>12?t%12:t},hh(e){return et(this.h(e))},m(e){return e.getMinutes()},mm(e){return et(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return et(e.getSeconds())},S(e){return Math.floor(e.getMilliseconds()/100)},SS(e){return et(Math.floor(e.getMilliseconds()/10))},SSS(e){return et(e.getMilliseconds(),3)},A(e){return this.H(e)<12?"AM":"PM"},a(e){return this.H(e)<12?"am":"pm"},aa(e){return this.H(e)<12?"a.m.":"p.m."},Z(e,t,n,r){const s=r==null?e.getTimezoneOffset():r;return z0(s,":")},ZZ(e,t,n,r){const s=r==null?e.getTimezoneOffset():r;return z0(s)},X(e){return Math.floor(e.getTime()/1e3)},x(e){return e.getTime()}};function VR(e,t,n,r,s){if(e!==0&&!e||e===1/0||e===-1/0)return;const i=new Date(e);if(isNaN(i))return;t===void 0&&(t=cv);const l=lv(n,On.props);return t.replace(xR,(p,g)=>p in W0?W0[p](i,l,r,s):g===void 0?p:g.split("\\]").join("]"))}function qR(e){return Gm(e)===!0?new Date(e.getTime()):e}var Nt={isValid:wR,extractDate:TR,buildDate:CR,getDayOfWeek:RR,getWeekOfYear:Gl,isBetweenDates:DR,addToDate:BR,subtractFromDate:IR,adjustDate:dv,startOfDate:An,endOfDate:MR,getMaxDate:kR,getMinDate:LR,getDateDiff:fv,getDayOfYear:Yl,inferDateFormat:NR,getDateBetween:jR,isSameDate:UR,daysInMonth:md,formatDate:VR,clone:qR};function en(e){const t=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&t==="[object Date]"?new e.constructor(+e):typeof e=="number"||t==="[object Number]"||typeof e=="string"||t==="[object String]"?new Date(e):new Date(NaN)}function ji(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}function hv(e,t){const n=en(e);return isNaN(t)?ji(e,NaN):(t&&n.setDate(n.getDate()+t),n)}function pv(e,t){const n=en(e);if(isNaN(t))return ji(e,NaN);if(!t)return n;const r=n.getDate(),s=ji(e,n.getTime());s.setMonth(n.getMonth()+t+1,0);const i=s.getDate();return r>=i?s:(n.setFullYear(s.getFullYear(),s.getMonth(),r),n)}function HR(e,t){const{years:n=0,months:r=0,weeks:s=0,days:i=0,hours:l=0,minutes:p=0,seconds:g=0}=t,u=en(e),a=r||n?pv(u,r+n*12):u,o=i||s?hv(a,i+s*7):a,c=p+l*60,d=(g+c*60)*1e3;return ji(e,o.getTime()+d)}const F4=6048e5,zR=864e5,D4=6e4,$R=36e5,B4=1e3,I4=525600,M4=43200,k4=1440;function Ql(e){const t=en(e);return t.setHours(0,0,0,0),t}function K0(e){const t=en(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function WR(e,t){const n=Ql(e),r=Ql(t),s=+n-K0(n),i=+r-K0(r);return Math.round((s-i)/zR)}function Si(e,t){const n=en(e),r=en(t),s=G0(n,r),i=Math.abs(WR(n,r));n.setDate(n.getDate()-s*i);const l=Number(G0(n,r)===-s),p=s*(i-l);return p===0?0:p}function G0(e,t){const n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}function KR(e){return t=>{const r=(e?Math[e]:Math.trunc)(t);return r===0?0:r}}function mv(e,t){return+en(e)-+en(t)}function GR(e,t,n){const r=mv(e,t)/$R;return KR(n==null?void 0:n.roundingMethod)(r)}function YR(e){const t=en(e);return t.setHours(23,59,59,999),t}function QR(e,t){const n=en(e),r=en(t);return n.getTime()>r.getTime()}function XR(e,t){return hv(e,-t)}function JR(e,t){return pv(e,-t)}function Y0(e,t){const{years:n=0,months:r=0,weeks:s=0,days:i=0,hours:l=0,minutes:p=0,seconds:g=0}=t,u=JR(e,r+n*12),a=XR(u,i+s*7),o=p+l*60,f=(g+o*60)*1e3;return ji(e,a.getTime()-f)}var tt=(e=>(e[e.Never=0]="Never",e[e.OnLogout=1]="OnLogout",e[e.OnContextSwitch=2]="OnContextSwitch",e[e.OnPageChange=4]="OnPageChange",e[e.OnContextSwitchAndPageChange=4]="OnContextSwitchAndPageChange",e[e.OnModifyView=8]="OnModifyView",e[e.Always=8e3]="Always",e))(tt||{}),gv=(e=>(e.ModifyView="MODIFY_VIEW",e.ChangeContext="CHANGE_CONTEXT",e.ChangePage="CHANGE_PAGE",e.Logout="LOGOUT",e))(gv||{});const ZR=1e3,eF=3e4,tF=4,nF=[404,403,401,400];class rF{constructor(t){Ee(this,"routeThrottleConfigs");Ee(this,"activeRequests");Ee(this,"requestQueues");this.routeThrottleConfigs=t,this.activeRequests=new Map,this.requestQueues=new Map}getBackoffDelay(t){let n=Math.pow(2,t)*ZR;return n=Math.min(n,eF),n=n+this.randomInteger(n/100,n/10),n}randomInteger(t,n){return Math.floor(Math.random()*(n-t+1))+t|0}getPriority(t){return t.includes("search?")?100:50}enqueueRequest(t){return new Promise(n=>{var l,p;const r=this.routeThrottleConfigs.find(g=>{var u;return(u=t.url)==null?void 0:u.includes(g.route)});if(!r)return Promise.resolve(t);t.abortController&&console.warn("TODO already existing abort controller!"),t.abortController=new AbortController,t.signal=t.abortController.signal,t.priority=this.getPriority((l=t.url)!=null?l:""),t.resolve=n,(p=t.attemptNumber)!=null||(t.attemptNumber=0);const s=this.requestQueues.get(r.route)||[],i=s.findIndex(g=>{var u,a;return((u=t.priority)!=null?u:0)>((a=g.priority)!=null?a:0)});i!==-1?(console.log("request was inserted with priority into queue",i,t),s.splice(i,0,t)):s.push(t),this.requestQueues.set(r.route,s),this.processQueue(r.route)})}processQueue(t){var i;const n=this.requestQueues.get(t);if(!n||n.length===0)return;const r=this.activeRequests.get(t)||[],s=this.routeThrottleConfigs.find(l=>l.route===t);if(s&&r.length<s.concurrency){let l;do l=n.shift();while(l&&((i=l.signal)==null?void 0:i.aborted));l&&l.resolve&&(r.push(l),this.activeRequests.set(t,r),l.resolve(l))}}interceptRequest(t){return this.enqueueRequest(t)}interceptResponse(t){const n=this.routeThrottleConfigs.find(r=>{var s;return(s=t.config.url)==null?void 0:s.includes(r.route)});if(n&&t.config){const r=this.activeRequests.get(n.route)||[],s=r.findIndex(i=>i===t.config);s!==-1&&r.splice(s,1),this.activeRequests.set(n.route,r),this.processQueue(n.route)}return t}interceptResponseError(t){var n,r,s,i;if(t&&mn.isAxiosError(t)){const l=t.config;if(l){const p=this.routeThrottleConfigs.find(o=>{var c,f;return(f=(c=t.config)==null?void 0:c.url)==null?void 0:f.includes(o.route)});if(p){const o=this.activeRequests.get(p.route)||[],c=o.findIndex(f=>f===l);c!==-1&&o.splice(c,1),this.activeRequests.set(p.route,o),this.processQueue(p.route)}const g=((n=l.signal)==null?void 0:n.aborted)||mn.isCancel(t),u=(r=t.response)!=null&&r.status?!nF.includes((s=t.response)==null?void 0:s.status):!1,a=l.attemptNumber&&l.attemptNumber>=tF;if(!g&&u&&!a){const o=this.getBackoffDelay((i=l.attemptNumber)!=null?i:1);return console.log("request failed and will be re-queued after",o,l),new Promise(c=>{window.setTimeout(()=>{var f;l.abortController=void 0,l.attemptNumber=((f=l.attemptNumber)!=null?f:1)+1,c(ge(l))},o)})}if(g)return Promise.reject(t)}}return Promise.reject(t)}cancelRequests(t){var n,r,s;for(const i of this.requestQueues.values())if(i)for(const l of i)!this.shouldCancel(l.cancellationPolicy,t)||((n=l.abortController)==null||n.abort(),(r=l.resolve)==null||r.call(l,l));for(const i of this.activeRequests.values())if(i)for(const l of i)!this.shouldCancel(l.cancellationPolicy,t)||(s=l.abortController)==null||s.abort()}shouldCancel(t,n){if(!t)return!0;switch(n){case"MODIFY_VIEW":return(t&8)!==0;case"CHANGE_CONTEXT":return(t&10)!==0;case"CHANGE_PAGE":return(t&14)!==0;case"LOGOUT":return(t&8|2|4|1)!==0;default:return!1}}}/*!
  * shared v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */const go=typeof window!="undefined",Zn=(e,t=!1)=>t?Symbol.for(e):Symbol(e),sF=(e,t,n)=>iF({l:e,k:t,s:n}),iF=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),vt=e=>typeof e=="number"&&isFinite(e),aF=e=>yv(e)==="[object Date]",vo=e=>yv(e)==="[object RegExp]",tc=e=>De(e)&&Object.keys(e).length===0,Ft=Object.assign;let Q0;const yo=()=>Q0||(Q0=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function X0(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const oF=Object.prototype.hasOwnProperty;function bo(e,t){return oF.call(e,t)}const dt=Array.isArray,Ge=e=>typeof e=="function",me=e=>typeof e=="string",ze=e=>typeof e=="boolean",ke=e=>e!==null&&typeof e=="object",cF=e=>ke(e)&&Ge(e.then)&&Ge(e.catch),vv=Object.prototype.toString,yv=e=>vv.call(e),De=e=>{if(!ke(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},lF=e=>e==null?"":dt(e)||De(e)&&e.toString===vv?JSON.stringify(e,null,2):String(e);function uF(e,t=""){return e.reduce((n,r,s)=>s===0?n+r:n+t+r,"")}function nc(e){let t=e;return()=>++t}function dF(e,t){typeof console!="undefined"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const Ta=e=>!ke(e)||dt(e);function Wa(e,t){if(Ta(e)||Ta(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:s}=n.pop();Object.keys(r).forEach(i=>{Ta(r[i])||Ta(s[i])?s[i]=r[i]:n.push({src:r[i],des:s[i]})})}}/*!
  * message-compiler v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */function fF(e,t,n){return{line:e,column:t,offset:n}}function _o(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const hF=/\{([0-9a-zA-Z]+)\}/g;function bv(e,...t){return t.length===1&&pF(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(hF,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const _v=Object.assign,J0=e=>typeof e=="string",pF=e=>e!==null&&typeof e=="object";function xv(e,t=""){return e.reduce((n,r,s)=>s===0?n+r:n+t+r,"")}const gd={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},mF={[gd.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function gF(e,t,...n){const r=bv(mF[e]||"",...n||[]),s={message:String(r),code:e};return t&&(s.location=t),s}const be={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},vF={[be.EXPECTED_TOKEN]:"Expected token: '{0}'",[be.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[be.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[be.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[be.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[be.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[be.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[be.EMPTY_PLACEHOLDER]:"Empty placeholder",[be.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[be.INVALID_LINKED_FORMAT]:"Invalid linked format",[be.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[be.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[be.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[be.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[be.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[be.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function js(e,t,n={}){const{domain:r,messages:s,args:i}=n,l=bv((s||vF)[e]||"",...i||[]),p=new SyntaxError(String(l));return p.code=e,t&&(p.location=t),p.domain=r,p}function yF(e){throw e}const Nn=" ",bF="\r",wt=`
`,_F=String.fromCharCode(8232),xF=String.fromCharCode(8233);function EF(e){const t=e;let n=0,r=1,s=1,i=0;const l=S=>t[S]===bF&&t[S+1]===wt,p=S=>t[S]===wt,g=S=>t[S]===xF,u=S=>t[S]===_F,a=S=>l(S)||p(S)||g(S)||u(S),o=()=>n,c=()=>r,f=()=>s,d=()=>i,h=S=>l(S)||g(S)||u(S)?wt:t[S],m=()=>h(n),b=()=>h(n+i);function y(){return i=0,a(n)&&(r++,s=0),l(n)&&n++,n++,s++,t[n]}function v(){return l(n+i)&&i++,i++,t[n+i]}function _(){n=0,r=1,s=1,i=0}function x(S=0){i=S}function E(){const S=n+i;for(;S!==n;)y();i=0}return{index:o,line:c,column:f,peekOffset:d,charAt:h,currentChar:m,currentPeek:b,next:y,peek:v,reset:_,resetPeek:x,skipToPeek:E}}const ir=void 0,AF=".",Z0="'",SF="tokenizer";function OF(e,t={}){const n=t.location!==!1,r=EF(e),s=()=>r.index(),i=()=>fF(r.line(),r.column(),r.index()),l=i(),p=s(),g={currentType:14,offset:p,startLoc:l,endLoc:l,lastType:14,lastOffset:p,lastStartLoc:l,lastEndLoc:l,braceNest:0,inLinked:!1,text:""},u=()=>g,{onError:a}=t;function o(C,R,L,...Y){const ue=u();if(R.column+=L,R.offset+=L,a){const ne=n?_o(ue.startLoc,R):null,D=js(C,ne,{domain:SF,args:Y});a(D)}}function c(C,R,L){C.endLoc=i(),C.currentType=R;const Y={type:R};return n&&(Y.loc=_o(C.startLoc,C.endLoc)),L!=null&&(Y.value=L),Y}const f=C=>c(C,14);function d(C,R){return C.currentChar()===R?(C.next(),R):(o(be.EXPECTED_TOKEN,i(),0,R),"")}function h(C){let R="";for(;C.currentPeek()===Nn||C.currentPeek()===wt;)R+=C.currentPeek(),C.peek();return R}function m(C){const R=h(C);return C.skipToPeek(),R}function b(C){if(C===ir)return!1;const R=C.charCodeAt(0);return R>=97&&R<=122||R>=65&&R<=90||R===95}function y(C){if(C===ir)return!1;const R=C.charCodeAt(0);return R>=48&&R<=57}function v(C,R){const{currentType:L}=R;if(L!==2)return!1;h(C);const Y=b(C.currentPeek());return C.resetPeek(),Y}function _(C,R){const{currentType:L}=R;if(L!==2)return!1;h(C);const Y=C.currentPeek()==="-"?C.peek():C.currentPeek(),ue=y(Y);return C.resetPeek(),ue}function x(C,R){const{currentType:L}=R;if(L!==2)return!1;h(C);const Y=C.currentPeek()===Z0;return C.resetPeek(),Y}function E(C,R){const{currentType:L}=R;if(L!==8)return!1;h(C);const Y=C.currentPeek()===".";return C.resetPeek(),Y}function S(C,R){const{currentType:L}=R;if(L!==9)return!1;h(C);const Y=b(C.currentPeek());return C.resetPeek(),Y}function A(C,R){const{currentType:L}=R;if(!(L===8||L===12))return!1;h(C);const Y=C.currentPeek()===":";return C.resetPeek(),Y}function O(C,R){const{currentType:L}=R;if(L!==10)return!1;const Y=()=>{const ne=C.currentPeek();return ne==="{"?b(C.peek()):ne==="@"||ne==="%"||ne==="|"||ne===":"||ne==="."||ne===Nn||!ne?!1:ne===wt?(C.peek(),Y()):P(C,!1)},ue=Y();return C.resetPeek(),ue}function T(C){h(C);const R=C.currentPeek()==="|";return C.resetPeek(),R}function w(C){const R=h(C),L=C.currentPeek()==="%"&&C.peek()==="{";return C.resetPeek(),{isModulo:L,hasSpace:R.length>0}}function P(C,R=!0){const L=(ue=!1,ne="",D=!1)=>{const I=C.currentPeek();return I==="{"?ne==="%"?!1:ue:I==="@"||!I?ne==="%"?!0:ue:I==="%"?(C.peek(),L(ue,"%",!0)):I==="|"?ne==="%"||D?!0:!(ne===Nn||ne===wt):I===Nn?(C.peek(),L(!0,Nn,D)):I===wt?(C.peek(),L(!0,wt,D)):!0},Y=L();return R&&C.resetPeek(),Y}function M(C,R){const L=C.currentChar();return L===ir?ir:R(L)?(C.next(),L):null}function k(C){const R=C.charCodeAt(0);return R>=97&&R<=122||R>=65&&R<=90||R>=48&&R<=57||R===95||R===36}function j(C){return M(C,k)}function q(C){const R=C.charCodeAt(0);return R>=97&&R<=122||R>=65&&R<=90||R>=48&&R<=57||R===95||R===36||R===45}function U(C){return M(C,q)}function G(C){const R=C.charCodeAt(0);return R>=48&&R<=57}function de(C){return M(C,G)}function se(C){const R=C.charCodeAt(0);return R>=48&&R<=57||R>=65&&R<=70||R>=97&&R<=102}function H(C){return M(C,se)}function N(C){let R="",L="";for(;R=de(C);)L+=R;return L}function V(C){m(C);const R=C.currentChar();return R!=="%"&&o(be.EXPECTED_TOKEN,i(),0,R),C.next(),"%"}function Q(C){let R="";for(;;){const L=C.currentChar();if(L==="{"||L==="}"||L==="@"||L==="|"||!L)break;if(L==="%")if(P(C))R+=L,C.next();else break;else if(L===Nn||L===wt)if(P(C))R+=L,C.next();else{if(T(C))break;R+=L,C.next()}else R+=L,C.next()}return R}function ye(C){m(C);let R="",L="";for(;R=U(C);)L+=R;return C.currentChar()===ir&&o(be.UNTERMINATED_CLOSING_BRACE,i(),0),L}function ie(C){m(C);let R="";return C.currentChar()==="-"?(C.next(),R+=`-${N(C)}`):R+=N(C),C.currentChar()===ir&&o(be.UNTERMINATED_CLOSING_BRACE,i(),0),R}function z(C){return C!==Z0&&C!==wt}function Z(C){m(C),d(C,"'");let R="",L="";for(;R=M(C,z);)R==="\\"?L+=ce(C):L+=R;const Y=C.currentChar();return Y===wt||Y===ir?(o(be.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,i(),0),Y===wt&&(C.next(),d(C,"'")),L):(d(C,"'"),L)}function ce(C){const R=C.currentChar();switch(R){case"\\":case"'":return C.next(),`\\${R}`;case"u":return he(C,R,4);case"U":return he(C,R,6);default:return o(be.UNKNOWN_ESCAPE_SEQUENCE,i(),0,R),""}}function he(C,R,L){d(C,R);let Y="";for(let ue=0;ue<L;ue++){const ne=H(C);if(!ne){o(be.INVALID_UNICODE_ESCAPE_SEQUENCE,i(),0,`\\${R}${Y}${C.currentChar()}`);break}Y+=ne}return`\\${R}${Y}`}function Se(C){return C!=="{"&&C!=="}"&&C!==Nn&&C!==wt}function we(C){m(C);let R="",L="";for(;R=M(C,Se);)L+=R;return L}function F(C){let R="",L="";for(;R=j(C);)L+=R;return L}function B(C){const R=L=>{const Y=C.currentChar();return Y==="{"||Y==="%"||Y==="@"||Y==="|"||Y==="("||Y===")"||!Y||Y===Nn?L:(L+=Y,C.next(),R(L))};return R("")}function $(C){m(C);const R=d(C,"|");return m(C),R}function J(C,R){let L=null;switch(C.currentChar()){case"{":return R.braceNest>=1&&o(be.NOT_ALLOW_NEST_PLACEHOLDER,i(),0),C.next(),L=c(R,2,"{"),m(C),R.braceNest++,L;case"}":return R.braceNest>0&&R.currentType===2&&o(be.EMPTY_PLACEHOLDER,i(),0),C.next(),L=c(R,3,"}"),R.braceNest--,R.braceNest>0&&m(C),R.inLinked&&R.braceNest===0&&(R.inLinked=!1),L;case"@":return R.braceNest>0&&o(be.UNTERMINATED_CLOSING_BRACE,i(),0),L=X(C,R)||f(R),R.braceNest=0,L;default:{let ue=!0,ne=!0,D=!0;if(T(C))return R.braceNest>0&&o(be.UNTERMINATED_CLOSING_BRACE,i(),0),L=c(R,1,$(C)),R.braceNest=0,R.inLinked=!1,L;if(R.braceNest>0&&(R.currentType===5||R.currentType===6||R.currentType===7))return o(be.UNTERMINATED_CLOSING_BRACE,i(),0),R.braceNest=0,ae(C,R);if(ue=v(C,R))return L=c(R,5,ye(C)),m(C),L;if(ne=_(C,R))return L=c(R,6,ie(C)),m(C),L;if(D=x(C,R))return L=c(R,7,Z(C)),m(C),L;if(!ue&&!ne&&!D)return L=c(R,13,we(C)),o(be.INVALID_TOKEN_IN_PLACEHOLDER,i(),0,L.value),m(C),L;break}}return L}function X(C,R){const{currentType:L}=R;let Y=null;const ue=C.currentChar();switch((L===8||L===9||L===12||L===10)&&(ue===wt||ue===Nn)&&o(be.INVALID_LINKED_FORMAT,i(),0),ue){case"@":return C.next(),Y=c(R,8,"@"),R.inLinked=!0,Y;case".":return m(C),C.next(),c(R,9,".");case":":return m(C),C.next(),c(R,10,":");default:return T(C)?(Y=c(R,1,$(C)),R.braceNest=0,R.inLinked=!1,Y):E(C,R)||A(C,R)?(m(C),X(C,R)):S(C,R)?(m(C),c(R,12,F(C))):O(C,R)?(m(C),ue==="{"?J(C,R)||Y:c(R,11,B(C))):(L===8&&o(be.INVALID_LINKED_FORMAT,i(),0),R.braceNest=0,R.inLinked=!1,ae(C,R))}}function ae(C,R){let L={type:14};if(R.braceNest>0)return J(C,R)||f(R);if(R.inLinked)return X(C,R)||f(R);switch(C.currentChar()){case"{":return J(C,R)||f(R);case"}":return o(be.UNBALANCED_CLOSING_BRACE,i(),0),C.next(),c(R,3,"}");case"@":return X(C,R)||f(R);default:{if(T(C))return L=c(R,1,$(C)),R.braceNest=0,R.inLinked=!1,L;const{isModulo:ue,hasSpace:ne}=w(C);if(ue)return ne?c(R,0,Q(C)):c(R,4,V(C));if(P(C))return c(R,0,Q(C));break}}return L}function le(){const{currentType:C,offset:R,startLoc:L,endLoc:Y}=g;return g.lastType=C,g.lastOffset=R,g.lastStartLoc=L,g.lastEndLoc=Y,g.offset=s(),g.startLoc=i(),r.currentChar()===ir?c(g,14):ae(r,g)}return{nextToken:le,currentOffset:s,currentPosition:i,context:u}}const TF="parser",PF=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function wF(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"\uFFFD"}}}function CF(e={}){const t=e.location!==!1,{onError:n,onWarn:r}=e;function s(v,_,x,E,...S){const A=v.currentPosition();if(A.offset+=E,A.column+=E,n){const O=t?_o(x,A):null,T=js(_,O,{domain:TF,args:S});n(T)}}function i(v,_,x,E,...S){const A=v.currentPosition();if(A.offset+=E,A.column+=E,r){const O=t?_o(x,A):null;r(gF(_,O,S))}}function l(v,_,x){const E={type:v};return t&&(E.start=_,E.end=_,E.loc={start:x,end:x}),E}function p(v,_,x,E){E&&(v.type=E),t&&(v.end=_,v.loc&&(v.loc.end=x))}function g(v,_){const x=v.context(),E=l(3,x.offset,x.startLoc);return E.value=_,p(E,v.currentOffset(),v.currentPosition()),E}function u(v,_){const x=v.context(),{lastOffset:E,lastStartLoc:S}=x,A=l(5,E,S);return A.index=parseInt(_,10),v.nextToken(),p(A,v.currentOffset(),v.currentPosition()),A}function a(v,_,x){const E=v.context(),{lastOffset:S,lastStartLoc:A}=E,O=l(4,S,A);return O.key=_,x===!0&&(O.modulo=!0),v.nextToken(),p(O,v.currentOffset(),v.currentPosition()),O}function o(v,_){const x=v.context(),{lastOffset:E,lastStartLoc:S}=x,A=l(9,E,S);return A.value=_.replace(PF,wF),v.nextToken(),p(A,v.currentOffset(),v.currentPosition()),A}function c(v){const _=v.nextToken(),x=v.context(),{lastOffset:E,lastStartLoc:S}=x,A=l(8,E,S);return _.type!==12?(s(v,be.UNEXPECTED_EMPTY_LINKED_MODIFIER,x.lastStartLoc,0),A.value="",p(A,E,S),{nextConsumeToken:_,node:A}):(_.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,on(_)),A.value=_.value||"",p(A,v.currentOffset(),v.currentPosition()),{node:A})}function f(v,_){const x=v.context(),E=l(7,x.offset,x.startLoc);return E.value=_,p(E,v.currentOffset(),v.currentPosition()),E}function d(v){const _=v.context(),x=l(6,_.offset,_.startLoc);let E=v.nextToken();if(E.type===9){const S=c(v);x.modifier=S.node,E=S.nextConsumeToken||v.nextToken()}switch(E.type!==10&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(E)),E=v.nextToken(),E.type===2&&(E=v.nextToken()),E.type){case 11:E.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(E)),x.key=f(v,E.value||"");break;case 5:E.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(E)),x.key=a(v,E.value||"");break;case 6:E.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(E)),x.key=u(v,E.value||"");break;case 7:E.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(E)),x.key=o(v,E.value||"");break;default:{s(v,be.UNEXPECTED_EMPTY_LINKED_KEY,_.lastStartLoc,0);const S=v.context(),A=l(7,S.offset,S.startLoc);return A.value="",p(A,S.offset,S.startLoc),x.key=A,p(x,S.offset,S.startLoc),{nextConsumeToken:E,node:x}}}return p(x,v.currentOffset(),v.currentPosition()),{node:x}}function h(v){const _=v.context(),x=_.currentType===1?v.currentOffset():_.offset,E=_.currentType===1?_.endLoc:_.startLoc,S=l(2,x,E);S.items=[];let A=null,O=null;do{const P=A||v.nextToken();switch(A=null,P.type){case 0:P.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(P)),S.items.push(g(v,P.value||""));break;case 6:P.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(P)),S.items.push(u(v,P.value||""));break;case 4:O=!0;break;case 5:P.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(P)),S.items.push(a(v,P.value||"",!!O)),O&&(i(v,gd.USE_MODULO_SYNTAX,_.lastStartLoc,0,on(P)),O=null);break;case 7:P.value==null&&s(v,be.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,on(P)),S.items.push(o(v,P.value||""));break;case 8:{const M=d(v);S.items.push(M.node),A=M.nextConsumeToken||null;break}}}while(_.currentType!==14&&_.currentType!==1);const T=_.currentType===1?_.lastOffset:v.currentOffset(),w=_.currentType===1?_.lastEndLoc:v.currentPosition();return p(S,T,w),S}function m(v,_,x,E){const S=v.context();let A=E.items.length===0;const O=l(1,_,x);O.cases=[],O.cases.push(E);do{const T=h(v);A||(A=T.items.length===0),O.cases.push(T)}while(S.currentType!==14);return A&&s(v,be.MUST_HAVE_MESSAGES_IN_PLURAL,x,0),p(O,v.currentOffset(),v.currentPosition()),O}function b(v){const _=v.context(),{offset:x,startLoc:E}=_,S=h(v);return _.currentType===14?S:m(v,x,E,S)}function y(v){const _=OF(v,_v({},e)),x=_.context(),E=l(0,x.offset,x.startLoc);return t&&E.loc&&(E.loc.source=v),E.body=b(_),e.onCacheKey&&(E.cacheKey=e.onCacheKey(v)),x.currentType!==14&&s(_,be.UNEXPECTED_LEXICAL_ANALYSIS,x.lastStartLoc,0,v[x.offset]||""),p(E,_.currentOffset(),_.currentPosition()),E}return{parse:y}}function on(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"\u2026":t}function RF(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:i=>(n.helpers.add(i),i)}}function eh(e,t){for(let n=0;n<e.length;n++)vd(e[n],t)}function vd(e,t){switch(e.type){case 1:eh(e.cases,t),t.helper("plural");break;case 2:eh(e.items,t);break;case 6:{vd(e.key,t),t.helper("linked"),t.helper("type");break}case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function FF(e,t={}){const n=RF(e);n.helper("normalize"),e.body&&vd(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function DF(e){const t=e.body;return t.type===2?th(t):t.cases.forEach(n=>th(n)),e}function th(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=xv(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}const BF="minifier";function hs(e){switch(e.t=e.type,e.type){case 0:{const t=e;hs(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let r=0;r<n.length;r++)hs(n[r]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let r=0;r<n.length;r++)hs(n[r]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{const t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{const t=e;hs(t.key),t.k=t.key,delete t.key,t.modifier&&(hs(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{const t=e;t.i=t.index,delete t.index;break}case 4:{const t=e;t.k=t.key,delete t.key;break}default:throw js(be.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:BF,args:[e.type]})}delete e.type}const IF="parser";function MF(e,t){const{sourceMap:n,filename:r,breakLineCode:s,needIndent:i}=t,l=t.location!==!1,p={filename:r,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:s,needIndent:i,indentLevel:0};l&&e.loc&&(p.source=e.loc.source);const g=()=>p;function u(m,b){p.code+=m}function a(m,b=!0){const y=b?s:"";u(i?y+"  ".repeat(m):y)}function o(m=!0){const b=++p.indentLevel;m&&a(b)}function c(m=!0){const b=--p.indentLevel;m&&a(b)}function f(){a(p.indentLevel)}return{context:g,push:u,indent:o,deindent:c,newline:f,helper:m=>`_${m}`,needIndent:()=>p.needIndent}}function kF(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),Ds(e,t.key),t.modifier?(e.push(", "),Ds(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function LF(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const s=t.items.length;for(let i=0;i<s&&(Ds(e,t.items[i]),i!==s-1);i++)e.push(", ");e.deindent(r()),e.push("])")}function NF(e,t){const{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(r());const s=t.cases.length;for(let i=0;i<s&&(Ds(e,t.cases[i]),i!==s-1);i++)e.push(", ");e.deindent(r()),e.push("])")}}function jF(e,t){t.body?Ds(e,t.body):e.push("null")}function Ds(e,t){const{helper:n}=e;switch(t.type){case 0:jF(e,t);break;case 1:NF(e,t);break;case 2:LF(e,t);break;case 6:kF(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:throw js(be.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:IF,args:[t.type]})}}const UF=(e,t={})=>{const n=J0(t.mode)?t.mode:"normal",r=J0(t.filename)?t.filename:"message.intl",s=!!t.sourceMap,i=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
`,l=t.needIndent?t.needIndent:n!=="arrow",p=e.helpers||[],g=MF(e,{mode:n,filename:r,sourceMap:s,breakLineCode:i,needIndent:l});g.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),g.indent(l),p.length>0&&(g.push(`const { ${xv(p.map(o=>`${o}: _${o}`),", ")} } = ctx`),g.newline()),g.push("return "),Ds(g,e),g.deindent(l),g.push("}"),delete e.helpers;const{code:u,map:a}=g.context();return{ast:e,code:u,map:a?a.toJSON():void 0}};function VF(e,t={}){const n=_v({},t),r=!!n.jit,s=!!n.minify,i=n.optimize==null?!0:n.optimize,p=CF(n).parse(e);return r?(i&&DF(p),s&&hs(p),{ast:p,code:""}):(FF(p,n),UF(p,n))}/*!
  * core-base v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */function qF(){typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(yo().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(yo().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const Or=[];Or[0]={w:[0],i:[3,0],["["]:[4],o:[7]};Or[1]={w:[1],["."]:[2],["["]:[4],o:[7]};Or[2]={w:[2],i:[3,0],[0]:[3,0]};Or[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]};Or[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]};Or[5]={["'"]:[4,0],o:8,l:[5,0]};Or[6]={['"']:[4,0],o:8,l:[6,0]};const HF=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function zF(e){return HF.test(e)}function $F(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function WF(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function KF(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:zF(t)?$F(t):"*"+t}function GF(e){const t=[];let n=-1,r=0,s=0,i,l,p,g,u,a,o;const c=[];c[0]=()=>{l===void 0?l=p:l+=p},c[1]=()=>{l!==void 0&&(t.push(l),l=void 0)},c[2]=()=>{c[0](),s++},c[3]=()=>{if(s>0)s--,r=4,c[0]();else{if(s=0,l===void 0||(l=KF(l),l===!1))return!1;c[1]()}};function f(){const d=e[n+1];if(r===5&&d==="'"||r===6&&d==='"')return n++,p="\\"+d,c[0](),!0}for(;r!==null;)if(n++,i=e[n],!(i==="\\"&&f())){if(g=WF(i),o=Or[r],u=o[g]||o.l||8,u===8||(r=u[0],u[1]!==void 0&&(a=c[u[1]],a&&(p=i,a()===!1))))return;if(r===7)return t}}const nh=new Map;function YF(e,t){return ke(e)?e[t]:null}function QF(e,t){if(!ke(e))return null;let n=nh.get(t);if(n||(n=GF(t),n&&nh.set(t,n)),!n)return null;const r=n.length;let s=e,i=0;for(;i<r;){const l=s[n[i]];if(l===void 0||Ge(s))return null;s=l,i++}return s}const XF=e=>e,JF=e=>"",ZF="text",eD=e=>e.length===0?"":uF(e),tD=lF;function rh(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function nD(e){const t=vt(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(vt(e.named.count)||vt(e.named.n))?vt(e.named.count)?e.named.count:vt(e.named.n)?e.named.n:t:t}function rD(e,t){t.count||(t.count=e),t.n||(t.n=e)}function sD(e={}){const t=e.locale,n=nD(e),r=ke(e.pluralRules)&&me(t)&&Ge(e.pluralRules[t])?e.pluralRules[t]:rh,s=ke(e.pluralRules)&&me(t)&&Ge(e.pluralRules[t])?rh:void 0,i=b=>b[r(n,b.length,s)],l=e.list||[],p=b=>l[b],g=e.named||{};vt(e.pluralIndex)&&rD(n,g);const u=b=>g[b];function a(b){const y=Ge(e.messages)?e.messages(b):ke(e.messages)?e.messages[b]:!1;return y||(e.parent?e.parent.message(b):JF)}const o=b=>e.modifiers?e.modifiers[b]:XF,c=De(e.processor)&&Ge(e.processor.normalize)?e.processor.normalize:eD,f=De(e.processor)&&Ge(e.processor.interpolate)?e.processor.interpolate:tD,d=De(e.processor)&&me(e.processor.type)?e.processor.type:ZF,m={list:p,named:u,plural:i,linked:(b,...y)=>{const[v,_]=y;let x="text",E="";y.length===1?ke(v)?(E=v.modifier||E,x=v.type||x):me(v)&&(E=v||E):y.length===2&&(me(v)&&(E=v||E),me(_)&&(x=_||x));const S=a(b)(m),A=x==="vnode"&&dt(S)&&E?S[0]:S;return E?o(E)(A,x):A},message:a,type:d,interpolate:f,normalize:c,values:Ft({},l,g)};return m}const Ev=gd.__EXTEND_POINT__,Br=nc(Ev),iD={NOT_FOUND_KEY:Ev,FALLBACK_TO_TRANSLATE:Br(),CANNOT_FORMAT_NUMBER:Br(),FALLBACK_TO_NUMBER_FORMAT:Br(),CANNOT_FORMAT_DATE:Br(),FALLBACK_TO_DATE_FORMAT:Br(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:Br(),__EXTEND_POINT__:Br()},Av=be.__EXTEND_POINT__,Ir=nc(Av),gn={INVALID_ARGUMENT:Av,INVALID_DATE_ARGUMENT:Ir(),INVALID_ISO_DATE_ARGUMENT:Ir(),NOT_SUPPORT_NON_STRING_MESSAGE:Ir(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:Ir(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:Ir(),NOT_SUPPORT_LOCALE_TYPE:Ir(),__EXTEND_POINT__:Ir()};function Rn(e){return js(e,null,void 0)}function yd(e,t){return t.locale!=null?sh(t.locale):sh(e.locale)}let tl;function sh(e){if(me(e))return e;if(Ge(e)){if(e.resolvedOnce&&tl!=null)return tl;if(e.constructor.name==="Function"){const t=e();if(cF(t))throw Rn(gn.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return tl=t}else throw Rn(gn.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Rn(gn.NOT_SUPPORT_LOCALE_TYPE)}function aD(e,t,n){return[...new Set([n,...dt(t)?t:ke(t)?Object.keys(t):me(t)?[t]:[n]])]}function Sv(e,t,n){const r=me(n)?n:xo,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let i=s.__localeChainCache.get(r);if(!i){i=[];let l=[n];for(;dt(l);)l=ih(i,l,t);const p=dt(t)||!De(t)?t:t.default?t.default:null;l=me(p)?[p]:p,dt(l)&&ih(i,l,!1),s.__localeChainCache.set(r,i)}return i}function ih(e,t,n){let r=!0;for(let s=0;s<t.length&&ze(r);s++){const i=t[s];me(i)&&(r=oD(e,t[s],n))}return r}function oD(e,t,n){let r;const s=t.split("-");do{const i=s.join("-");r=cD(e,i,n),s.splice(-1,1)}while(s.length&&r===!0);return r}function cD(e,t,n){let r=!1;if(!e.includes(t)&&(r=!0,t)){r=t[t.length-1]!=="!";const s=t.replace(/!/g,"");e.push(s),(dt(n)||De(n))&&n[s]&&(r=n[s])}return r}const lD="9.13.1",rc=-1,xo="en-US",ah="",oh=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function uD(){return{upper:(e,t)=>t==="text"&&me(e)?e.toUpperCase():t==="vnode"&&ke(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&me(e)?e.toLowerCase():t==="vnode"&&ke(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&me(e)?oh(e):t==="vnode"&&ke(e)&&"__v_isVNode"in e?oh(e.children):e}}let Ov;function ch(e){Ov=e}let Tv;function dD(e){Tv=e}let Pv;function fD(e){Pv=e}let wv=null;const lh=e=>{wv=e},hD=()=>wv;let uh=0;function pD(e={}){const t=Ge(e.onWarn)?e.onWarn:dF,n=me(e.version)?e.version:lD,r=me(e.locale)||Ge(e.locale)?e.locale:xo,s=Ge(r)?xo:r,i=dt(e.fallbackLocale)||De(e.fallbackLocale)||me(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,l=De(e.messages)?e.messages:{[s]:{}},p=De(e.datetimeFormats)?e.datetimeFormats:{[s]:{}},g=De(e.numberFormats)?e.numberFormats:{[s]:{}},u=Ft({},e.modifiers||{},uD()),a=e.pluralRules||{},o=Ge(e.missing)?e.missing:null,c=ze(e.missingWarn)||vo(e.missingWarn)?e.missingWarn:!0,f=ze(e.fallbackWarn)||vo(e.fallbackWarn)?e.fallbackWarn:!0,d=!!e.fallbackFormat,h=!!e.unresolving,m=Ge(e.postTranslation)?e.postTranslation:null,b=De(e.processor)?e.processor:null,y=ze(e.warnHtmlMessage)?e.warnHtmlMessage:!0,v=!!e.escapeParameter,_=Ge(e.messageCompiler)?e.messageCompiler:Ov,x=Ge(e.messageResolver)?e.messageResolver:Tv||YF,E=Ge(e.localeFallbacker)?e.localeFallbacker:Pv||aD,S=ke(e.fallbackContext)?e.fallbackContext:void 0,A=e,O=ke(A.__datetimeFormatters)?A.__datetimeFormatters:new Map,T=ke(A.__numberFormatters)?A.__numberFormatters:new Map,w=ke(A.__meta)?A.__meta:{};uh++;const P={version:n,cid:uh,locale:r,fallbackLocale:i,messages:l,modifiers:u,pluralRules:a,missing:o,missingWarn:c,fallbackWarn:f,fallbackFormat:d,unresolving:h,postTranslation:m,processor:b,warnHtmlMessage:y,escapeParameter:v,messageCompiler:_,messageResolver:x,localeFallbacker:E,fallbackContext:S,onWarn:t,__meta:w};return P.datetimeFormats=p,P.numberFormats=g,P.__datetimeFormatters=O,P.__numberFormatters=T,P}function bd(e,t,n,r,s){const{missing:i,onWarn:l}=e;if(i!==null){const p=i(e,n,t,s);return me(p)?p:t}else return t}function ni(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function mD(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function gD(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let r=n+1;r<t.length;r++)if(mD(e,t[r]))return!0;return!1}function nl(e){return n=>vD(n,e)}function vD(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,s=r.c||r.cases;return e.plural(s.reduce((i,l)=>[...i,dh(e,l)],[]))}else return dh(e,n)}function dh(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((s,i)=>[...s,Xl(e,i)],[]);return e.normalize(r)}}function Xl(e,t){const n=t.t||t.type;switch(n){case 3:{const r=t;return r.v||r.value}case 9:{const r=t;return r.v||r.value}case 4:{const r=t;return e.interpolate(e.named(r.k||r.key))}case 5:{const r=t;return e.interpolate(e.list(r.i!=null?r.i:r.index))}case 6:{const r=t,s=r.m||r.modifier;return e.linked(Xl(e,r.k||r.key),s?Xl(e,s):void 0,e.type)}case 7:{const r=t;return r.v||r.value}case 8:{const r=t;return r.v||r.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const Cv=e=>e;let gs=Object.create(null);const Bs=e=>ke(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function Rv(e,t={}){let n=!1;const r=t.onError||yF;return t.onError=s=>{n=!0,r(s)},{...VF(e,t),detectError:n}}const yD=(e,t)=>{if(!me(e))throw Rn(gn.NOT_SUPPORT_NON_STRING_MESSAGE);{ze(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||Cv)(e),s=gs[r];if(s)return s;const{code:i,detectError:l}=Rv(e,t),p=new Function(`return ${i}`)();return l?p:gs[r]=p}};function bD(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&me(e)){ze(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||Cv)(e),s=gs[r];if(s)return s;const{ast:i,detectError:l}=Rv(e,{...t,location:!1,jit:!0}),p=nl(i);return l?p:gs[r]=p}else{const n=e.cacheKey;if(n){const r=gs[n];return r||(gs[n]=nl(e))}else return nl(e)}}const fh=()=>"",Gn=e=>Ge(e);function hh(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:s,messageCompiler:i,fallbackLocale:l,messages:p}=e,[g,u]=Jl(...t),a=ze(u.missingWarn)?u.missingWarn:e.missingWarn,o=ze(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn,c=ze(u.escapeParameter)?u.escapeParameter:e.escapeParameter,f=!!u.resolvedMessage,d=me(u.default)||ze(u.default)?ze(u.default)?i?g:()=>g:u.default:n?i?g:()=>g:"",h=n||d!=="",m=yd(e,u);c&&_D(u);let[b,y,v]=f?[g,m,p[m]||{}]:Fv(e,g,m,l,o,a),_=b,x=g;if(!f&&!(me(_)||Bs(_)||Gn(_))&&h&&(_=d,x=_),!f&&(!(me(_)||Bs(_)||Gn(_))||!me(y)))return s?rc:g;let E=!1;const S=()=>{E=!0},A=Gn(_)?_:Dv(e,g,y,_,x,S);if(E)return _;const O=AD(e,y,v,u),T=sD(O),w=xD(e,A,T);return r?r(w,g):w}function _D(e){dt(e.list)?e.list=e.list.map(t=>me(t)?X0(t):t):ke(e.named)&&Object.keys(e.named).forEach(t=>{me(e.named[t])&&(e.named[t]=X0(e.named[t]))})}function Fv(e,t,n,r,s,i){const{messages:l,onWarn:p,messageResolver:g,localeFallbacker:u}=e,a=u(e,r,n);let o={},c,f=null;const d="translate";for(let h=0;h<a.length&&(c=a[h],o=l[c]||{},(f=g(o,t))===null&&(f=o[t]),!(me(f)||Bs(f)||Gn(f)));h++)if(!gD(c,a)){const m=bd(e,t,c,i,d);m!==t&&(f=m)}return[f,c,o]}function Dv(e,t,n,r,s,i){const{messageCompiler:l,warnHtmlMessage:p}=e;if(Gn(r)){const u=r;return u.locale=u.locale||n,u.key=u.key||t,u}if(l==null){const u=()=>r;return u.locale=n,u.key=t,u}const g=l(r,ED(e,n,s,r,p,i));return g.locale=n,g.key=t,g.source=r,g}function xD(e,t,n){return t(n)}function Jl(...e){const[t,n,r]=e,s={};if(!me(t)&&!vt(t)&&!Gn(t)&&!Bs(t))throw Rn(gn.INVALID_ARGUMENT);const i=vt(t)?String(t):(Gn(t),t);return vt(n)?s.plural=n:me(n)?s.default=n:De(n)&&!tc(n)?s.named=n:dt(n)&&(s.list=n),vt(r)?s.plural=r:me(r)?s.default=r:De(r)&&Ft(s,r),[i,s]}function ED(e,t,n,r,s,i){return{locale:t,key:n,warnHtmlMessage:s,onError:l=>{throw i&&i(l),l},onCacheKey:l=>sF(t,n,l)}}function AD(e,t,n,r){const{modifiers:s,pluralRules:i,messageResolver:l,fallbackLocale:p,fallbackWarn:g,missingWarn:u,fallbackContext:a}=e,c={locale:t,modifiers:s,pluralRules:i,messages:f=>{let d=l(n,f);if(d==null&&a){const[,,h]=Fv(a,f,t,p,g,u);d=l(h,f)}if(me(d)||Bs(d)){let h=!1;const b=Dv(e,f,t,d,f,()=>{h=!0});return h?fh:b}else return Gn(d)?d:fh}};return e.processor&&(c.processor=e.processor),r.list&&(c.list=r.list),r.named&&(c.named=r.named),vt(r.plural)&&(c.pluralIndex=r.plural),c}function ph(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:s,onWarn:i,localeFallbacker:l}=e,{__datetimeFormatters:p}=e,[g,u,a,o]=Zl(...t),c=ze(a.missingWarn)?a.missingWarn:e.missingWarn;ze(a.fallbackWarn)?a.fallbackWarn:e.fallbackWarn;const f=!!a.part,d=yd(e,a),h=l(e,s,d);if(!me(g)||g==="")return new Intl.DateTimeFormat(d,o).format(u);let m={},b,y=null;const v="datetime format";for(let E=0;E<h.length&&(b=h[E],m=n[b]||{},y=m[g],!De(y));E++)bd(e,g,b,c,v);if(!De(y)||!me(b))return r?rc:g;let _=`${b}__${g}`;tc(o)||(_=`${_}__${JSON.stringify(o)}`);let x=p.get(_);return x||(x=new Intl.DateTimeFormat(b,Ft({},y,o)),p.set(_,x)),f?x.formatToParts(u):x.format(u)}const Bv=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Zl(...e){const[t,n,r,s]=e,i={};let l={},p;if(me(t)){const g=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!g)throw Rn(gn.INVALID_ISO_DATE_ARGUMENT);const u=g[3]?g[3].trim().startsWith("T")?`${g[1].trim()}${g[3].trim()}`:`${g[1].trim()}T${g[3].trim()}`:g[1].trim();p=new Date(u);try{p.toISOString()}catch{throw Rn(gn.INVALID_ISO_DATE_ARGUMENT)}}else if(aF(t)){if(isNaN(t.getTime()))throw Rn(gn.INVALID_DATE_ARGUMENT);p=t}else if(vt(t))p=t;else throw Rn(gn.INVALID_ARGUMENT);return me(n)?i.key=n:De(n)&&Object.keys(n).forEach(g=>{Bv.includes(g)?l[g]=n[g]:i[g]=n[g]}),me(r)?i.locale=r:De(r)&&(l=r),De(s)&&(l=s),[i.key||"",p,i,l]}function mh(e,t,n){const r=e;for(const s in n){const i=`${t}__${s}`;!r.__datetimeFormatters.has(i)||r.__datetimeFormatters.delete(i)}}function gh(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:s,onWarn:i,localeFallbacker:l}=e,{__numberFormatters:p}=e,[g,u,a,o]=eu(...t),c=ze(a.missingWarn)?a.missingWarn:e.missingWarn;ze(a.fallbackWarn)?a.fallbackWarn:e.fallbackWarn;const f=!!a.part,d=yd(e,a),h=l(e,s,d);if(!me(g)||g==="")return new Intl.NumberFormat(d,o).format(u);let m={},b,y=null;const v="number format";for(let E=0;E<h.length&&(b=h[E],m=n[b]||{},y=m[g],!De(y));E++)bd(e,g,b,c,v);if(!De(y)||!me(b))return r?rc:g;let _=`${b}__${g}`;tc(o)||(_=`${_}__${JSON.stringify(o)}`);let x=p.get(_);return x||(x=new Intl.NumberFormat(b,Ft({},y,o)),p.set(_,x)),f?x.formatToParts(u):x.format(u)}const Iv=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function eu(...e){const[t,n,r,s]=e,i={};let l={};if(!vt(t))throw Rn(gn.INVALID_ARGUMENT);const p=t;return me(n)?i.key=n:De(n)&&Object.keys(n).forEach(g=>{Iv.includes(g)?l[g]=n[g]:i[g]=n[g]}),me(r)?i.locale=r:De(r)&&(l=r),De(s)&&(l=s),[i.key||"",p,i,l]}function vh(e,t,n){const r=e;for(const s in n){const i=`${t}__${s}`;!r.__numberFormatters.has(i)||r.__numberFormatters.delete(i)}}qF();/*!
  * vue-i18n v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */const SD="9.13.1";function OD(){typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(yo().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(yo().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const Mv=iD.__EXTEND_POINT__,jn=nc(Mv);jn(),jn(),jn(),jn(),jn(),jn(),jn(),jn(),jn();const kv=gn.__EXTEND_POINT__,Bt=nc(kv),tn={UNEXPECTED_RETURN_TYPE:kv,INVALID_ARGUMENT:Bt(),MUST_BE_CALL_SETUP_TOP:Bt(),NOT_INSTALLED:Bt(),NOT_AVAILABLE_IN_LEGACY_MODE:Bt(),REQUIRED_VALUE:Bt(),INVALID_VALUE:Bt(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Bt(),NOT_INSTALLED_WITH_PROVIDE:Bt(),UNEXPECTED_ERROR:Bt(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Bt(),BRIDGE_SUPPORT_VUE_2_ONLY:Bt(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Bt(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Bt(),__EXTEND_POINT__:Bt()};function xn(e,...t){return js(e,null,void 0)}const tu=Zn("__translateVNode"),nu=Zn("__datetimeParts"),ru=Zn("__numberParts"),TD=Zn("__setPluralRules");Zn("__intlifyMeta");const PD=Zn("__injectWithOption"),su=Zn("__dispose");function Ui(e){if(!ke(e))return e;for(const t in e)if(!!bo(e,t))if(!t.includes("."))ke(e[t])&&Ui(e[t]);else{const n=t.split("."),r=n.length-1;let s=e,i=!1;for(let l=0;l<r;l++){if(n[l]in s||(s[n[l]]={}),!ke(s[n[l]])){i=!0;break}s=s[n[l]]}i||(s[n[r]]=e[t],delete e[t]),ke(s[n[r]])&&Ui(s[n[r]])}return e}function Lv(e,t){const{messages:n,__i18n:r,messageResolver:s,flatJson:i}=t,l=De(n)?n:dt(r)?{}:{[e]:{}};if(dt(r)&&r.forEach(p=>{if("locale"in p&&"resource"in p){const{locale:g,resource:u}=p;g?(l[g]=l[g]||{},Wa(u,l[g])):Wa(u,l)}else me(p)&&Wa(JSON.parse(p),l)}),s==null&&i)for(const p in l)bo(l,p)&&Ui(l[p]);return l}function wD(e){return e.type}function CD(e,t,n){let r=ke(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Lv(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(i=>{e.mergeLocaleMessage(i,r[i])});{if(ke(t.datetimeFormats)){const i=Object.keys(t.datetimeFormats);i.length&&i.forEach(l=>{e.mergeDateTimeFormat(l,t.datetimeFormats[l])})}if(ke(t.numberFormats)){const i=Object.keys(t.numberFormats);i.length&&i.forEach(l=>{e.mergeNumberFormat(l,t.numberFormats[l])})}}}function yh(e){return $e(Ki,null,e,0)}const bh=()=>[],RD=()=>!1;let _h=0;function xh(e){return(t,n,r,s)=>e(n,r,je()||void 0,s)}function Nv(e={},t){const{__root:n,__injectWithOption:r}=e,s=n===void 0,i=e.flatJson,l=go?pe:Gp,p=!!e.translateExistCompatible;let g=ze(e.inheritLocale)?e.inheritLocale:!0;const u=l(n&&g?n.locale.value:me(e.locale)?e.locale:xo),a=l(n&&g?n.fallbackLocale.value:me(e.fallbackLocale)||dt(e.fallbackLocale)||De(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:u.value),o=l(Lv(u.value,e)),c=l(De(e.datetimeFormats)?e.datetimeFormats:{[u.value]:{}}),f=l(De(e.numberFormats)?e.numberFormats:{[u.value]:{}});let d=n?n.missingWarn:ze(e.missingWarn)||vo(e.missingWarn)?e.missingWarn:!0,h=n?n.fallbackWarn:ze(e.fallbackWarn)||vo(e.fallbackWarn)?e.fallbackWarn:!0,m=n?n.fallbackRoot:ze(e.fallbackRoot)?e.fallbackRoot:!0,b=!!e.fallbackFormat,y=Ge(e.missing)?e.missing:null,v=Ge(e.missing)?xh(e.missing):null,_=Ge(e.postTranslation)?e.postTranslation:null,x=n?n.warnHtmlMessage:ze(e.warnHtmlMessage)?e.warnHtmlMessage:!0,E=!!e.escapeParameter;const S=n?n.modifiers:De(e.modifiers)?e.modifiers:{};let A=e.pluralRules||n&&n.pluralRules,O;O=(()=>{s&&lh(null);const D={version:SD,locale:u.value,fallbackLocale:a.value,messages:o.value,modifiers:S,pluralRules:A,missing:v===null?void 0:v,missingWarn:d,fallbackWarn:h,fallbackFormat:b,unresolving:!0,postTranslation:_===null?void 0:_,warnHtmlMessage:x,escapeParameter:E,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};D.datetimeFormats=c.value,D.numberFormats=f.value,D.__datetimeFormatters=De(O)?O.__datetimeFormatters:void 0,D.__numberFormatters=De(O)?O.__numberFormatters:void 0;const I=pD(D);return s&&lh(I),I})(),ni(O,u.value,a.value);function w(){return[u.value,a.value,o.value,c.value,f.value]}const P=W({get:()=>u.value,set:D=>{u.value=D,O.locale=u.value}}),M=W({get:()=>a.value,set:D=>{a.value=D,O.fallbackLocale=a.value,ni(O,u.value,D)}}),k=W(()=>o.value),j=W(()=>c.value),q=W(()=>f.value);function U(){return Ge(_)?_:null}function G(D){_=D,O.postTranslation=D}function de(){return y}function se(D){D!==null&&(v=xh(D)),y=D,O.missing=v}const H=(D,I,te,re,fe,Te)=>{w();let Ne;try{s||(O.fallbackContext=n?hD():void 0),Ne=D(O)}finally{s||(O.fallbackContext=void 0)}if(te!=="translate exists"&&vt(Ne)&&Ne===rc||te==="translate exists"&&!Ne){const[Ht,Ot]=I();return n&&m?re(n):fe(Ht)}else{if(Te(Ne))return Ne;throw xn(tn.UNEXPECTED_RETURN_TYPE)}};function N(...D){return H(I=>Reflect.apply(hh,null,[I,...D]),()=>Jl(...D),"translate",I=>Reflect.apply(I.t,I,[...D]),I=>I,I=>me(I))}function V(...D){const[I,te,re]=D;if(re&&!ke(re))throw xn(tn.INVALID_ARGUMENT);return N(I,te,Ft({resolvedMessage:!0},re||{}))}function Q(...D){return H(I=>Reflect.apply(ph,null,[I,...D]),()=>Zl(...D),"datetime format",I=>Reflect.apply(I.d,I,[...D]),()=>ah,I=>me(I))}function ye(...D){return H(I=>Reflect.apply(gh,null,[I,...D]),()=>eu(...D),"number format",I=>Reflect.apply(I.n,I,[...D]),()=>ah,I=>me(I))}function ie(D){return D.map(I=>me(I)||vt(I)||ze(I)?yh(String(I)):I)}const Z={normalize:ie,interpolate:D=>D,type:"vnode"};function ce(...D){return H(I=>{let te;const re=I;try{re.processor=Z,te=Reflect.apply(hh,null,[re,...D])}finally{re.processor=null}return te},()=>Jl(...D),"translate",I=>I[tu](...D),I=>[yh(I)],I=>dt(I))}function he(...D){return H(I=>Reflect.apply(gh,null,[I,...D]),()=>eu(...D),"number format",I=>I[ru](...D),bh,I=>me(I)||dt(I))}function Se(...D){return H(I=>Reflect.apply(ph,null,[I,...D]),()=>Zl(...D),"datetime format",I=>I[nu](...D),bh,I=>me(I)||dt(I))}function we(D){A=D,O.pluralRules=A}function F(D,I){return H(()=>{if(!D)return!1;const te=me(I)?I:u.value,re=J(te),fe=O.messageResolver(re,D);return p?fe!=null:Bs(fe)||Gn(fe)||me(fe)},()=>[D],"translate exists",te=>Reflect.apply(te.te,te,[D,I]),RD,te=>ze(te))}function B(D){let I=null;const te=Sv(O,a.value,u.value);for(let re=0;re<te.length;re++){const fe=o.value[te[re]]||{},Te=O.messageResolver(fe,D);if(Te!=null){I=Te;break}}return I}function $(D){const I=B(D);return I!=null?I:n?n.tm(D)||{}:{}}function J(D){return o.value[D]||{}}function X(D,I){if(i){const te={[D]:I};for(const re in te)bo(te,re)&&Ui(te[re]);I=te[D]}o.value[D]=I,O.messages=o.value}function ae(D,I){o.value[D]=o.value[D]||{};const te={[D]:I};if(i)for(const re in te)bo(te,re)&&Ui(te[re]);I=te[D],Wa(I,o.value[D]),O.messages=o.value}function le(D){return c.value[D]||{}}function C(D,I){c.value[D]=I,O.datetimeFormats=c.value,mh(O,D,I)}function R(D,I){c.value[D]=Ft(c.value[D]||{},I),O.datetimeFormats=c.value,mh(O,D,I)}function L(D){return f.value[D]||{}}function Y(D,I){f.value[D]=I,O.numberFormats=f.value,vh(O,D,I)}function ue(D,I){f.value[D]=Ft(f.value[D]||{},I),O.numberFormats=f.value,vh(O,D,I)}_h++,n&&go&&(Pe(n.locale,D=>{g&&(u.value=D,O.locale=D,ni(O,u.value,a.value))}),Pe(n.fallbackLocale,D=>{g&&(a.value=D,O.fallbackLocale=D,ni(O,u.value,a.value))}));const ne={id:_h,locale:P,fallbackLocale:M,get inheritLocale(){return g},set inheritLocale(D){g=D,D&&n&&(u.value=n.locale.value,a.value=n.fallbackLocale.value,ni(O,u.value,a.value))},get availableLocales(){return Object.keys(o.value).sort()},messages:k,get modifiers(){return S},get pluralRules(){return A||{}},get isGlobal(){return s},get missingWarn(){return d},set missingWarn(D){d=D,O.missingWarn=d},get fallbackWarn(){return h},set fallbackWarn(D){h=D,O.fallbackWarn=h},get fallbackRoot(){return m},set fallbackRoot(D){m=D},get fallbackFormat(){return b},set fallbackFormat(D){b=D,O.fallbackFormat=b},get warnHtmlMessage(){return x},set warnHtmlMessage(D){x=D,O.warnHtmlMessage=D},get escapeParameter(){return E},set escapeParameter(D){E=D,O.escapeParameter=D},t:N,getLocaleMessage:J,setLocaleMessage:X,mergeLocaleMessage:ae,getPostTranslationHandler:U,setPostTranslationHandler:G,getMissingHandler:de,setMissingHandler:se,[TD]:we};return ne.datetimeFormats=j,ne.numberFormats=q,ne.rt=V,ne.te=F,ne.tm=$,ne.d=Q,ne.n=ye,ne.getDateTimeFormat=le,ne.setDateTimeFormat=C,ne.mergeDateTimeFormat=R,ne.getNumberFormat=L,ne.setNumberFormat=Y,ne.mergeNumberFormat=ue,ne[PD]=r,ne[tu]=ce,ne[nu]=Se,ne[ru]=he,ne}const _d={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function FD({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,s)=>[...r,...s.type===Ct?s.children:[s]],[]):t.reduce((n,r)=>{const s=e[r];return s&&(n[r]=s()),n},{})}function jv(e){return Ct}const DD=Sr({name:"i18n-t",props:Ft({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>vt(e)||!isNaN(e)}},_d),setup(e,t){const{slots:n,attrs:r}=t,s=e.i18n||ea({useScope:e.scope,__useComponent:!0});return()=>{const i=Object.keys(n).filter(o=>o!=="_"),l={};e.locale&&(l.locale=e.locale),e.plural!==void 0&&(l.plural=me(e.plural)?+e.plural:e.plural);const p=FD(t,i),g=s[tu](e.keypath,p,l),u=Ft({},r),a=me(e.tag)||ke(e.tag)?e.tag:jv();return K(a,u,g)}}}),Eh=DD;function BD(e){return dt(e)&&!me(e[0])}function Uv(e,t,n,r){const{slots:s,attrs:i}=t;return()=>{const l={part:!0};let p={};e.locale&&(l.locale=e.locale),me(e.format)?l.key=e.format:ke(e.format)&&(me(e.format.key)&&(l.key=e.format.key),p=Object.keys(e.format).reduce((c,f)=>n.includes(f)?Ft({},c,{[f]:e.format[f]}):c,{}));const g=r(e.value,l,p);let u=[l.key];dt(g)?u=g.map((c,f)=>{const d=s[c.type],h=d?d({[c.type]:c.value,index:f,parts:g}):[c.value];return BD(h)&&(h[0].key=`${c.type}-${f}`),h}):me(g)&&(u=[g]);const a=Ft({},i),o=me(e.tag)||ke(e.tag)?e.tag:jv();return K(o,a,u)}}const ID=Sr({name:"i18n-n",props:Ft({value:{type:Number,required:!0},format:{type:[String,Object]}},_d),setup(e,t){const n=e.i18n||ea({useScope:e.scope,__useComponent:!0});return Uv(e,t,Iv,(...r)=>n[ru](...r))}}),Ah=ID,MD=Sr({name:"i18n-d",props:Ft({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},_d),setup(e,t){const n=e.i18n||ea({useScope:e.scope,__useComponent:!0});return Uv(e,t,Bv,(...r)=>n[nu](...r))}}),Sh=MD;function kD(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function LD(e){const t=l=>{const{instance:p,modifiers:g,value:u}=l;if(!p||!p.$)throw xn(tn.UNEXPECTED_ERROR);const a=kD(e,p.$),o=Oh(u);return[Reflect.apply(a.t,a,[...Th(o)]),a]};return{created:(l,p)=>{const[g,u]=t(p);go&&e.global===u&&(l.__i18nWatcher=Pe(u.locale,()=>{p.instance&&p.instance.$forceUpdate()})),l.__composer=u,l.textContent=g},unmounted:l=>{go&&l.__i18nWatcher&&(l.__i18nWatcher(),l.__i18nWatcher=void 0,delete l.__i18nWatcher),l.__composer&&(l.__composer=void 0,delete l.__composer)},beforeUpdate:(l,{value:p})=>{if(l.__composer){const g=l.__composer,u=Oh(p);l.textContent=Reflect.apply(g.t,g,[...Th(u)])}},getSSRProps:l=>{const[p]=t(l);return{textContent:p}}}}function Oh(e){if(me(e))return{path:e};if(De(e)){if(!("path"in e))throw xn(tn.REQUIRED_VALUE,"path");return e}else throw xn(tn.INVALID_VALUE)}function Th(e){const{path:t,locale:n,args:r,choice:s,plural:i}=e,l={},p=r||{};return me(n)&&(l.locale=n),vt(s)&&(l.plural=s),vt(i)&&(l.plural=i),[t,p,l]}function ND(e,t,...n){const r=De(n[0])?n[0]:{},s=!!r.useI18nComponentName;(ze(r.globalInstall)?r.globalInstall:!0)&&([s?"i18n":Eh.name,"I18nT"].forEach(l=>e.component(l,Eh)),[Ah.name,"I18nN"].forEach(l=>e.component(l,Ah)),[Sh.name,"I18nD"].forEach(l=>e.component(l,Sh))),e.directive("t",LD(t))}const jD=Zn("global-vue-i18n");function UD(e={},t){const n=ze(e.globalInjection)?e.globalInjection:!0,r=!0,s=new Map,[i,l]=VD(e),p=Zn("");function g(o){return s.get(o)||null}function u(o,c){s.set(o,c)}function a(o){s.delete(o)}{const o={get mode(){return"composition"},get allowComposition(){return r},async install(c,...f){if(c.__VUE_I18N_SYMBOL__=p,c.provide(c.__VUE_I18N_SYMBOL__,o),De(f[0])){const m=f[0];o.__composerExtend=m.__composerExtend,o.__vueI18nExtend=m.__vueI18nExtend}let d=null;n&&(d=YD(c,o.global)),ND(c,o,...f);const h=c.unmount;c.unmount=()=>{d&&d(),o.dispose(),h()}},get global(){return l},dispose(){i.stop()},__instances:s,__getInstance:g,__setInstance:u,__deleteInstance:a};return o}}function ea(e={}){const t=je();if(t==null)throw xn(tn.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw xn(tn.NOT_INSTALLED);const n=qD(t),r=zD(n),s=wD(t),i=HD(e,s);if(i==="global")return CD(r,e,s),r;if(i==="parent"){let g=$D(n,t,e.__useComponent);return g==null&&(g=r),g}const l=n;let p=l.__getInstance(t);if(p==null){const g=Ft({},e);"__i18n"in s&&(g.__i18n=s.__i18n),r&&(g.__root=r),p=Nv(g),l.__composerExtend&&(p[su]=l.__composerExtend(p)),KD(l,t,p),l.__setInstance(t,p)}return p}function VD(e,t,n){const r=Pu();{const s=r.run(()=>Nv(e));if(s==null)throw xn(tn.UNEXPECTED_ERROR);return[r,s]}}function qD(e){{const t=Rt(e.isCE?jD:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw xn(e.isCE?tn.NOT_INSTALLED_WITH_PROVIDE:tn.UNEXPECTED_ERROR);return t}}function HD(e,t){return tc(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function zD(e){return e.mode==="composition"?e.global:e.global.__composer}function $D(e,t,n=!1){let r=null;const s=t.root;let i=WD(t,n);for(;i!=null;){const l=e;if(e.mode==="composition"&&(r=l.__getInstance(i)),r!=null||s===i)break;i=i.parent}return r}function WD(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function KD(e,t,n){kn(()=>{},t),ko(()=>{const r=n;e.__deleteInstance(t);const s=r[su];s&&(s(),delete r[su])},t)}const GD=["locale","fallbackLocale","availableLocales"],Ph=["t","rt","d","n","tm","te"];function YD(e,t){const n=Object.create(null);return GD.forEach(s=>{const i=Object.getOwnPropertyDescriptor(t,s);if(!i)throw xn(tn.UNEXPECTED_ERROR);const l=Xe(i.value)?{get(){return i.value.value},set(p){i.value.value=p}}:{get(){return i.get&&i.get()}};Object.defineProperty(n,s,l)}),e.config.globalProperties.$i18n=n,Ph.forEach(s=>{const i=Object.getOwnPropertyDescriptor(t,s);if(!i||!i.value)throw xn(tn.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,i)}),()=>{delete e.config.globalProperties.$i18n,Ph.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}OD();__INTLIFY_JIT_COMPILATION__?ch(bD):ch(yD);dD(QF);fD(Sv);var QD={failed:"Action failed",success:"Action was successful",yesterday:"yesterday",today:"today",close:"close",empty:{messages:"No messages found","key-events":"No key events found.","referenced-people":"No referenced people found.",topics:"No topics found."},days:"days",month:"month",upgradeAccount:"Upgrade",awaitPaymentBanner:"You are currently using a trial account. Please complete the payment to activate your account and unlock the full features.",trialBanner:"You are currently using a trial account. To continue using Stockpulse, please upgrade your plan.",upgradeBannerAction:"Upgrade now",premiumSubscriptionRequired:"You need at least the Premium subscription to use this view",assetNotInSubscription:"This asset is not included with your subscription.",RegisterPage:{trialSubmit:"Create trial account",trialHeadline:"Trial account",thanksForInterest:"Thank you for your interest in Stockpulse!",successCaption:"We have created a trial account for you!",successCaption2:"You have received an email with further information.",successCaption3:"(Please also check your spam folder if you have not received an email)."},TitleNotFound:{label:"Oops! The asset you're looking for is unavailable.",reasonList:"This could be due to one of the following reasons:",firstReason:"The asset was moved, deleted, or doesn't exist.",secondReson:"Your current subscription plan does not include access to this asset.",nextSteps:"You can:",firstStep:"Use the searchbar on top to look for another asset.",secondStep:"Return to the start page"},PurchasePage:{requiredFields:"* mandatory fields",runtime:"Runtime",pricePerMonth:"Price per month",amount:"Amount",taxIncluded:"Incl. Tax",alreadyGotAccount:"Already have an account?",linkToLogin:"Log in here",FirstStep:{name:"Contact details",submitLabel:"Continue to billing address"},SecondStep:{name:"Invoice data",submitLabel:"Continue to payment"},ThirdStep:{name:"Overview & Payment ",invoice:"Invoice",buy:"Buy now",getStarted:"Get started",buyInvoice:"Buy by invoice",buyPaypal:"Buy with PayPal",yearlyNote:"The annual fee is billed at the beginning of the term. If no notice of termination is given, the subscription will be extended at the end of the first contract year for the same period at the regular list price.",monthlyNote:"The monthly fee is billed at the beginning of the term. If no notice of termination is given, the subscription will be extended at the end of the month for the same period at the regular list price.",paymentMethod:"2) Payment Method",immediateFullAccess:"Using this payment method gives you instant access to all features.",notAvailable:"It is currently not possible to pay via invoice for a monthly subscription. Please choose yearly subscription to use the payment option via invoice. Thank you.",accessAfterPayment:"You will be able to continue to use the platform as a trial user. After we registered your payment, we will upgrade your account for use of all features of your purchased subscription.",termsAndConditionHeadline:"1) Terms & conditions",termsAndCondition:"I accept the terms and conditions as stated in the product sheet on the right. The General Terms and Conditions apply."},SuccessScreen:{payPalHeadline:"Order successful!",payPalBody:"Your payment has been received and you can now use Stockpulse.",invoiceHeadline:"Your order has been placed successfully!",invoiceBody:"Please follow the instructions sent to you via e-mail.",invoiceBody2:"Your subscription will be activated upon receipt of your payment. Until then, we have created a trial account for you."}},StartPage:{ImportantNews:{headline:"Important News",note:"The widget lists recent important news related to the given market."},Tutorials:{headline:"Tutorials"},LatestAlerts:{headline:"Latest Alerts"},MarketOverview:{yourMarkets:"Your Markets",otherMarkets:"Other Markets"}},EditFilterDialogComponent:{headline:"Edit View",accept:"Apply",cancel:"Cancel"},EditViewDialogComponent:{headline:"Edit View"},PayPalErrorDialogComponent:{headline:"Error processiong order",body:"An error has occurred while processing your order via PayPal. This may be a temporary problem with the PayPal servers. Our technicians have been notified and will contact you if necessary.",accept:"Ok"},Subscriptions:{IntervalUnit:{MONTH:"Month",YEAR:"Year"},FeatureCategories:{universeCoverage:"Universe & Coverage",smartFilters:"Smart Filters",timeHistory:"Time & History",aiLLM:"AI & LLM Services",tools:"Tools",alerts:"Alerts",accessLicenses:"Access & Licenses"},Features:{AiAlerts:{headline:"Watchlist AI Alerts",note:"Alerts based significant buzz levels optimized with AI for all stocks that were added to the watchlist"},AuthorView:{headline:"Authors view",note:"Open a detailed view on a social media author and all corresponding statistics"},BuzzAlerts:{headline:"Rule Based Buzz Alerts",note:"Alerts for all assets based on pre-defined buzz and sentiment alerts with instant notification"},CombineFilter:{headline:"Combine multiple filters",note:"Combine several filters to narrow down the search for specific messages, topics, or time periods"},Download:{headline:"Download options",note:"Download of key indicator values such as buzz or sentiment in CSV format to use in external programs"},EbsPatterns:{headline:"Pre-Earnings Buzz Alerts",note:"Alerts for all assets based on high buzz levels before earnings dates"},FullTextSearch:{headline:"Full-text search",note:"Full-text search for any search query"},HottestTopics:{headline:"Hottest topics",note:"These are most important topics extracted with AI from latest news headlines."},KeyEventAlerts:{headline:"Key Event Alerts",note:"Alerts for trending key events with instant notification"},KeyEventFilter:{headline:"Filter on key events",note:"Filter an asset view and all associated messages for a certain key events within the specific asset snapshot view"},KeyEventView:{headline:"Key events view",note:"Show detailed snapshot view on key events, e.g., which assets are mostly associated with a certain key event"},LanguageFilter:{headline:"Filter on languages",note:"Filter on languages for messages or posts"},LicensedUsers:{headline:"Licensed users",note:"Number of allowed users"},ListView:{headline:"Indices, lists of assets",note:"Possibility to look at detailed views for indices or lists of assets"},ListViewNothingFound:{headline:"No Assets found for selected filters",hint:"Use the searchbar"},MaxHistoryMonth:{headline:"Max history search",note:"Maximum time period for historical searches"},MaxTimePeriod:{headline:"Max time period",note:""},MessageTypeFilter:{headline:"Filter on message types",note:"Filter on different types of messages or posts, e.g., news, social media, forum, blog, adhoc, etc."},MorningBriefing:{headline:"Reports/Morning Briefing*",note:"Daily reports for different categories, e.g., most discussed stocks from a certain region or sector"},Price:{headline:"Price",note:"Price of subscription"},PriceBuzzAlerts:{headline:"Price/Buzz Alerts",note:"Alerts for stocks that show significant price developments along with significant buzz levels"},Realtime:{headline:"Real time/intraday",note:"Get real time updates on assets and lists in the snapshot view"},SourceFilter:{headline:"Filter on sources",note:"Filter on specific data sources and see detailed analysis"},SubscriptionPeriod:{headline:"Subscription period",note:"Length of subscription"},Summaries:{headline:"AI Executive summaries",note:"Generation of AI news summaries for all assets and display on snapshots",static:"static/delayed",dynamic:"dynamic/live generated"},Support:{headline:"Support",note:"Contact Stockpulse via email with specific questions and requests"},TitleView:{headline:"All single assets",note:"Search option and snapshot view for all single assets such as stocks, cryptocurrencies, currency pairs, or commodities"},Watchlist:{headline:"Watchlist",note:"Creation of own watchlist for stocks, indices, and lists"}}},BuzzNote:{belowAverage:"This asset is receiving below-average attention, with fewer conversations happening than usual.",average:"This asset is receiving an average amount of attention. The buzz is steady and typical.",increasing:"Attention on this asset is increasing, with buzz levels 1 to 3 times higher than average.",higher:"This asset is gaining significant traction, with communication activity 3 to 6 times above the usual levels.",strong:"A lot of buzz! This asset is drawing strong attention, with 6 to 10 times more discussions than average.",major:"This asset is a major trend! It's receiving more than 10 times the average attention, dominating conversations."},SentimentNote:{entirelyNegative:"The communication is entirely negative.",overwhelminglyNegative:"The communication is overwhelmingly negative, with very little neutral or positive content.",predominantlyNegative:"The communication is predominantly negative, with some neutral or positive messages.",leansNegative:"The communication leans negative but includes a noticeable amount of neutral or positive content.",slightlyNegative:"The communication is slightly negative, with more neutral or positive content.",neutral:"The communication is neutral, with a balanced mix of positive and negative elements",slightlyPositive:"The communication is slightly positive, with some neutral or negative content.",leansPositive:"The communication leans positive but includes some negative or neutral content.",predominantlyPositive:"The communication is predominantly positive, with some neutral or negative messages.",overwhelminglyPositive:"The communication is overwhelmingly positive, with very little neutral or negative content.",entirelyPositive:"The communication is entirely positive."},CreateAccountComponent:{LoginHint:"There is already an account for your username.",LoginHint2:"If you want to upgrade your account or purchase a subscription, please log in first. You can log in",rule:"Please enter your first name",Form:{salutation:{label:"Salutation"},firstName:{label:"First name",error:"Please enter your first name"},surname:{label:"Surname",error:"Please enter your surname"},email:{label:"Email",error:"Please enter your email address"},password:{label:"Password",error:"Please enter your email address"},termsAndCondition:{error:"Please confirm our terms and conditions"}}},AccountCardComponent:{bestseller:"Bestseller",monthly:"per month",singleUser:"Single User",showDetails:"Show all details"},AccountsPage:{headline:".AI improves your decisions! Don\u2019t hesitate.",getInTouch:"Get in touch",trialText:"It is free and there is no obligation to subscribe after the trial.",enterpriseSolution:"Our Enterprise Solution",enterpriseSolutionText:"If you are looking for more licenses, more history, specific data sets, or if you have specific requirements that you cannot find in our standard account offerings please reach out to us.",pdfReport:"Our PDF Reports",pdfReportText:"Our daily PDF reports, also called \u201CMorning Briefings\u201D provide a quick overview of the most discussed entities. We generate more than 70 (?) Morning Briefings for different regions, markets, key events, or sectors.",pdfReportText2:"All reports contain more detailed information, such as concrete social media messages or news, sources, etc.",pdfReportText3:"You can subscribe to Morning Briefings with the Platinum and Professional subscriptions."},OfferingTableComponent:{comparison:"Comparison of our account offerings"},DisplayTitleFilterComponent:{headline:"Filter",note:"The filter status box shows the current filtering of the selected search input. Individual filters can also be removed. Searchable entities can be opened in a new view by clicking on them. Each additional filter displays a subset of assets of the original selection.",remove:"Remove filter",removeAll:"Remove all filters",add:"Add filter"},TitleFilter:{allAssets:"All Assets"},MessageFilterMenu:{applyFilter:"Apply Filter",clearFilter:"Clear Filter",editButton:"Edit Message Filter"},MessagesListComponent:{requestOutOfRange:"You are requesting data older than your subscription allows.",noMoreMessagesFound:"No more messages were found.",translateMessage:"Translate message"},MessagesOverviewComponent:{showHistory:"Display history of messages."},DistributionComponent:{removeFilter:"Remove filter",totalMessages:"Total Messages",relativeMessages:"Relative Messages"},PremiumFeatureDialog:{headline:"Upgrade your account",text:"Get access to more features by upgrading your account.",pendingPayment:"Please complete the payment to activate your account and unlock the full features.",callToAction:"Please contact "},LatestEventsComponent:{headline:"Latest Events",note:"These signals are based on general rules based on short term buzz and sentiment changes. For example if an asset crosses a certain buzz level or if it shows significant sentiment changes.","no-signals-found":"No Signals found",cta:"No new events | Show new event | Show {count} new events",expected:"Expected:"},LoadDataWithSelectedPeriod:"Load data with selected period",MobileLoadDataWithSelectedPeriod:"Reload",SearchPage:{period:{last_week:"Last week",last_month:"Last month",last_year:"Last year",any_time:"Any time"},moreDataButton:{label:"Want more history or real-time data?"},disclaimer:{title:"Disclaimer",priceIndicationInfo:"All stock prices shown on this page are based on Stockpulse price indications.",text:`Stock exchange transactions, particularly forward, future, and options trading imply risks which can lead to a total loss of
your entire capital employed and other losses. Get professional and detailed advice from your bank about relevant loss risks
before making your investment decisions.
The information and data available on this page are only for information purposes. Stockpulse does
neither provide investment consulting or investment brokerage nor the call of buying or selling stocks, forwards, futures, or
options. Despite extraordinary diligence Stockpulse cannot take responsibility for the
correctness, accurateness, or completeness of the information presented here. Each stock
volatility prediction as well as all given trading signals represent the exclusive opinion of Stockpulse, do not contain any
responsibility, do not represent any promises on future earnings, and are no call for imitation not even by implication.
Earnings realized in the past do not guarantee future earnings. This especially applies for trading signals. We explicitly point
out that it is possible that the suggestions generated by Stockpulse are not necessarily happening in real stock exchange
trading. We exclude liability for financial losses.
Stockpulse is not responsible for any loss arising from any investment based on a perceived recommendation.
Everybody who is using and registering for Stockpulse accepts the terms and conditions of the Stockpulse GmbH. Visiting
the Stockpulse Websites does not automatically imply a customer relationship.
There are no responsibilities, commitment, or liability with respect to persons or organizations.
The statements on this page shall not be considered as an objective or independent explanation of the matters. Please
note that this page (a) has not been prepared in accordance with legal requirements designed to promote the
independence of investment research, and (b) is not subject to any prohibition on dealing ahead of the dissemination or
publication of investment research.`}},ContactSalesDialogComponent:{title:"Are you interested?",email:{label:"Email",placeholder:"Your email",validation:{error:"Please enter a valid email address"}},firstname:{label:"Firstname",placeholder:"Your firstname"},lastname:{label:"Lastname",placeholder:"Your lastname"},message:{label:"Message",placeholder:"Your message"},submit:{error:"Error submitting form"}},SearchComponent:{SearchQuery:{placeholder:"Search any financial topic\u2026"},Submit:{label:"Search"}},TrendingTitlesComponent:{headline:{topSelection:"Trending Assets",indexes:"Trending Indexes",marketUpdate:"Market Update",trendingIndexes:"Trending Indexes",trendingGlobal:"Trending Global"}},TrendingKeyEvents:{headline:"Trending Key Events"},TimeRangeSelectionService:{confirm:{text:"Please note: Loading the data for this period may take some time, possibly a few minutes.",continueButton:"Continue",additionalInfo:"The search result will contain no messages. | The search result will contain approx. 1 message. | The search result will contain approx. {messageCount} messages."}},KeyEventsComponent:{buttonTooltip:"Filter messages by Key Event"},MessageAmountComponent:{totalMessages:"Total Messages"},AuthorView:{headline:{impactScore:"Impact Score",messages:"Messages",botScore:"Bot Likeliness Score",authorHistoryChartComponent:"Previous Message Distribution",authorMessageStatistics:"Message Statistics",sameAuthorNameOtherSources:"Same Author Name in other sources",titlesMentioned:"Previous Mentioned Assets",assetDistribution:"Mentioned Assets"},action:{showAllSimilarAuthors:"Show all similar authors"},note:{impactScore:"The Impact Score of an author or user can range from 0 to 5. 0 means the author was classified as bot and will be on a blacklist. A score of 5 means that these authors are most credible. All authors with a score of 5 are manually curated. There is an automatic ranking of scores between 1 and 4. This depends on the source, because there are different data points for every source. E.g. for X/Twitter we know the number of followers, following, the creation date of the account and the number of tweets. Based on these metrics it is possible to calculate a score which will then be represented in the Impact Score.",authorMessageStatistics:"The message statistics for a single author show how active the author was recently and in the past. The number of messages per time interval provide an impression of the activity of the author.",titlesMentioned:"The assets mentioned box show about which assets the author mostly discusses, also over time.",messages:"The list contains the recent messages posted by the selected author."}},AssetSnapshot:{headline:{hottestTopics:"Hottest Topics",spreadsheet:"Spreadsheet",latestAlerts:"Latest Alerts"},note:{hottestTopics:"These are topics that are extracted with our own AI and LLM from latest news articles. By changing the time period on the right upper side of the screen will also lead to the processing of different news that match to the set time period. Therefore the selection of topics can vary based on the selected time period.","author-analytics":"The bar chart shows the relative distribution of the authors to our author categories.",spreadsheet:"The spreadsheet widget provides the option to download historical buzz and sentiment data for three time slot: minutes, hours, and daily.",latestAlerts:"This shows the latest alerts for the entity in the last 30 days."}},TitleMasterDataComponent:{headline:"Fundamentals",note:"This shows some important base data for the entity.",fields:{type:"Type",isin:"ISIN",exchange:"Exchange",symbol:"Symbol",index:"Index",country:"Country",sector:"Sector",group:"Group",earningRelease:"Next Earnings",website:"Website"}},TitleRatingComponent:{headline:"AI Rating",note:"The overall rating is an average of the individual ratings of 8 categories. It is updated on a daily basis and therefore can also change daily. Input data are stock prices, analyst opinions, and buzz values.",positiveFactors:"Positive Factors",negativeFactors:"Negative Factors",neutralFactors:"Neutral Factors",categories:{peRatio:{label:"Price/Earnings Ratio",note:"The stock's P/E ratio indicates whether it's overvalued or undervalued relative to its earnings."},smaPrice:{label:"Moving Average (MA200)",note:"The SMA shows the stock's recent price trend, suggesting [bullish/bearish] momentum."},analystUpdates:{label:"Analyst Updates",note:"Recent analyst updates show a trend of upgrades or downgrades, reflecting market sentiment."},dividend:{label:"Dividend",note:"The dividend yield is providing insights into income potential for investors."},sectorComparison:{label:"Sector Price Comparison",note:"Compared to its sector peers, the stock is outperforming or underperforming, highlighting its relative strength."},relativeStrengthIndex:{label:"Relative Strength Index (RSI25)",note:"The RSI score suggests the stock is overbought or oversold, indicating potential price reversals."},buzz:{label:"Social Buzz",note:"Increased social media mentions signal growing interest in the stock."},aiSignals:{label:"AI Sentiment Signals",note:"AI-driven sentiment analysis from social platforms points to a positive or negative outlook for the stock\u2019s performance."},ovarall:{note:"The overall rating is an average of the individual ratings of the 8 categories. It is updated on a daily basis and therefore can also change daily. Input data are stock prices, analyst opinions, and buzz values."}}},ExecutivesTable:{dialogTitle:"Executives of {titleName}"},SubsidiariesTable:{dialogTitle:"Subsidiaries of {titleName}",dialogSubtitle:"as of {year}"},BuzzSentimentTreeMap:{headline:"Buzz Sentiment Map | Buzz Sentiment Map | Buzz Sentiment Map Top {count}",note:"The Buzz Sentiment Map shows an aggregated overview for a list of stocks, e.g. an index or a country/region. The size of the rectangle indicates the level of buzz (the larger the higher the buzz) and the color indicates the sentiment (green means rather positive mood and red means rather negative mood)."},TitlesBuzzSentimentComponent:{headline:"Buzz Sentiment | Buzz Sentiment | Buzz Sentiment Top {count}"},AssetSentimentTreeMap:{headline:"Asset Sentiment Map | Asset Sentiment Map | Asset Sentiment Map Top {count}",note:"The Asset Sentiment Map shows an aggregated overview for mentioned assets. The size of the rectangle indicates the number of messages and the color indicates the sentiment (green means rather positive mood and red means rather negative mood)."},KeyEventsTreeMap:{headline:"Key Event Map Top 10",note:"The Key Event Map shows an aggregated overview for a list of stocks, e.g. an index or a country/region. The size of the rectangle indicates the number of messages with the given key event and the color indicates the sentiment (green means rather positive mood and red means rather negative mood)."},TitleTechnicalDataComponent:{headline:"Technical Data",note:"This shows some important technical numbers."},LastSignificantPriceChangesComponent:{headline:"Last Significant Price Changes",note:"This widget displays the highest price changes in the stock price of the selected entity.",showGraph:"Show Graph",dateTooltip:"Load data for date"},ShortSalesComponent:{headline:"Short info",note:"This displays the current short sale data for the entity."},ShortSalesUsComponent:{headline:"Short info US",note:"This displays the current short sale data for the entity."},BuzzSentimentChartComponent:{headline:"Chart",note:"The chart displays the buzz and sentiment values over time. The initial time period of the chart depends on the general time period for the selected entity. The time can be changed to different periods with a separate setting. This allows to zoom out and see larger time periods in order to see a bigger picture of the development of buzz and sentiment over time. The time slider at the bottom of the chart allows to narrow the time frame to a specified time. Additionally, certain events can be displayed as marker. The different marker types are described below.",showMarker:"Show alerts",tooltip:{noMarker:"No marker in selected time range."},markerMenu:{headline:"Alert marker",note:"With the sliders certain type alert markers can be activated or deactivated. If a slider is disabled no events of this alert type are present in the selected time period."}},WatchlistComponent:{headline:"Trending in my watchlist",note:"The widget shows the currently most discussed stocks and views from your own watchlist.",openWatchlistTooltip:"Inspect watchlist",topAssets:"Top 3 Assets",topAuthors:"Top 3 Authors",topViews:"Views"},VisitedPagesHistoryComponent:{headline:"My page history",note:"This box lists all previous searches of the current session."},PreIPOCompaniesComponent:{headline:"Pre IPO companies",note:"This box shows upcoming IPOs and the current buzz level of IPO companies.",ipoDate:"IPO"},AssetsComponent:{headline:"Top Related Assets",note:"The Top Related Assets widget shows those assets that are currently mostly related to the selected search query. These assets are mostly mentioned with the selected search query in the communication or the news. This also depends on the selected time period on the upper right side of the screen."},TitleDescriptionComponent:{headline:"Description",note:"Basic description of the selected asset."},MorningBriefingComponent:{headline:"Morning Briefings"},UserPreferencesComponent:{headline:"Preferences",save:"Save"},SubscriptionOverviewComponent:{headline:"Subscription overview",subscription:{headline:"Subscription",type:"Type",validUntil:"Valid until",paidUntil:"Paid until",aboMonths:"Abo months"},features:{headline:"Features"}},UserDataComponent:{Form:{email:{label:"Email"},firstName:{label:"First name",error:"Please enter your first name"},lastName:{label:"Last name",error:"Please enter your last name"},birthday:{label:"Birthday"},salutation:{label:"Salutation"},language:{label:"Language"},phone:{label:"Phone"},street:{label:"Street",error:"Please enter your street"},number:{label:"Number",error:"Please enter your street number"},city:{label:"City",error:"Please enter your city"},zip:{label:"Postal Code",error:"Please enter the postal code"},country:{label:"Country"}},headline:"User data",subscribeToNewsletter:"Subscribe to newsletter",save:"Save"},WatchlistSettingComponent:{headline:"Watchlist",assets:"Assets",authors:"Authors",ownViews:"Own Views",showAllAssets:"Display all assets in view",noAssetsOnWatchlist:"There are currently no Assets on your Watchlist.",editAlerts:"Edit Alerts",delete:"Delete",noAuthorsOnWatchlist:"There are currently no Authors on your Watchlist.",noViewOnWatchlist:"There are currently no Views on your Watchlist.",editFilter:"Edit filter",scrollToAssets:"Scroll to Assets",scrollToAuthors:"Scroll to Authors",scrollToViews:"Scroll to Views"},MessageStatistics:{title:"{query}: Results",headline:{authors:"Authors",buzz:"Buzz","most-mentioned-key-events":"Key Events","key-events":"Key Events",languages:"Languages",messages:"Messages",messagesList:"Messages","referenced-people":"Referenced People",sentiment:"Sentiment",sources:"Sources",types:"Types","top-authors":"Top Authors",titles:"Top Related Assets",titlesMostMentioned:"Most Mentioned Related Assets",topics:"Topics","author-analytics":"Author Analytics","country-distribution":"Asset countries"},note:{to:"to",messages:"Number of analyzed messages in the selected time range. Additionally, the chart displays the number of messages where the search term was found in over time (refers to our Buzz indicator). It shows the development over the selected time period.",messagesList:"The widget shows all messages for the selected time period. More messages are loaded by scrolling in the messages widget. If a certain time period is of interest, the time period can be adjusted and messages for this time period will be loaded accordingly.",authors:"The number represents the different authors/users who posted the messages in the selected time period.",sources:"The number represents the different sources of the messages in the selected time period. Generally, we cover thousands of different sources in real time. These include traditional media/news and social media. Usually, a few large social media sources contribute most messages.",buzz:`Buzz is a measure of the strength of the communication about a stock. The value is always based on the average
communication about the respective stock. Average is 100%. Additionally the chart shows the buzz of the last 30 days.
`,sentiment:"The sentiment represents the meaning/tonality of the content of the messages. The value/bar chart that is displayed aggregates the sentiment of the individual messages over the selected time period. In addition, the chart shows sentiment over time. It shows the development over the selected time period. In general, sentiment is based on Natural Language Processing (NLP).","source-distribution":"The pie chart shows the distribution of messages for the sources with the most news and social media posts found for the selected entity.","type-distribution":"The bar chart shows the different message types for the selected entity. The numbers represent the number of messages posted in each category. It distinguishes between these main types: tweets, comments (e.g. from sites like X, Reddit, Discord or Telegram), forum posts (from classic message boards), news (traditional news), adhoc (company announcements), and other filing categories.","author-distribution":"The bar chart shows the top authors/users with the most posts for the selected entity. The numbers represent the number of messages posted by the author in the selected time period.","language-distribution":"The bar chart shows the most frequently detected languages in the found messages. The numbers represent the number of messages in the respective language in the selected time period.","key-events":"The box shows the most frequently mentioned key events/topics (in the selected time period) detected in the related messages. The numbers in the blue bubbles represent the number of occurrences of the specified key event term in the messages.","most-mentioned-key-events":"This widget displays the most mentioned key events or topics for the asset and the specified time period. The selection of topics depends on the time period. It is possible to see the development of most mentioned topics over time which provide a very good overview of the main focus of communication about this entity.","referenced-people":"The box shows the most mentioned people/person names detected in the related messages. The numbers represent the number of occurrences of the specified people/persons in the messages.","title-distribution":"This box shows a financial instrument and the corresponding price development of the last 30 days that is closely related to the search term. For general search terms (e.g. not a specific stock or crypto currency), the most frequently mentioned financial instrument is displayed. The number of mentions are extracted from all sources Stockpulse monitors. The displayed share price is the last close price. The change value refers to the change of the last close and the close of the trading day before the last close.",topics:"These topics were generated by Stockpulse' AI. The topics are derived from recent news articles related to the search query.","author-analytics":'Authors are classified into different categories. "Regulars" are all accounts that have not shown any suspicious usage behaviour yet. "Bots" are social media accounts that show attributes of a suspicious posting behaviour. "Verified" are manually curated accounts of credible sources, e.g. such as official news sources or known and confirmed private persons and their social media accounts. "Influencers" are accounts of known influencers in the finance space. The calculation of these categories is done automatically by considering different attributes and parameters of the social media users that we have available, e.g. first appearance in a source, frequency of posting, time between different postings, volume of messages, user name patterns, etc.',positiveMessages:"Amount of positive Messages",negativeMessages:"Amount of negative Messages",titlesMostMentioned:"The most mentioned assets widget shows those assets that are currently mostly related to the selected search query. These assets are mostly mentioned with the selected search query in the communication or the news. This also depends on the selected time period on the upper right side of the screen.","country-distribution":"The chart shows the distribution of countries for the selected entities. For companies the primary listing is relevant."},empty:{messages:"No messages found","key-events":"No key events found.","referenced-people":"No referenced people found.",topics:"No topics found."},others:"others",type:{account:"Account",adhoc:"Adhoc",adv_fin_report:"Advanced Financial Report",analyst:"Analyst",annual_meeting:"Annual Meeting",blog:"Blog",buzz:"Buzz",cap_mkt_info:"Capital Market Information",comments:"Comments",dir_dealings:"Director Dealings",filings:"Filings",forum_posts:"Forum Posts",images:"Images",nav:"Net Asset Value Report",news:"News",regulatory:"Regulatory",short_interest:"Short Interest",takeover_offer:"Takeover Offer",tweets:"Tweets",videos:"Videos",voting_rights:"Voting Rights",others:"others"},language:{ab:"Abkhazian",aa:"Afar",af:"Afrikaans",ak:"Akan",sq:"Albanian",am:"Amharic",ar:"Arabic",an:"Aragonese",hy:"Armenian",as:"Assamese",av:"Avaric",ae:"Avestan",ay:"Aymara",az:"Azerbaijani",bm:"Bambara",ba:"Bashkir",eu:"Basque",be:"Belarusian",bn:"Bengali",bi:"Bislama",bs:"Bosnian",br:"Breton",bg:"Bulgarian",my:"Burmese",ca:"Catalan, Valencian",ch:"Chamorro",ce:"Chechen",ny:"Chichewa, Chewa, Nyanja",zh:"Chinese (zh)",cn:"Chinese (cn)",cu:"Church Slavonic, Old Slavonic, Old Church Slavonic",cv:"Chuvash",kw:"Cornish",co:"Corsican",cr:"Cree",hr:"Croatian",cs:"Czech",da:"Danish",dv:"Divehi, Dhivehi, Maldivian",nl:"Dutch, Flemish",dz:"Dzongkha",en:"English",eo:"Esperanto",et:"Estonian",ee:"Ewe",fo:"Faroese",fj:"Fijian",fi:"Finnish",fr:"French",fy:"Western Frisian",ff:"Fulah",gd:"Gaelic, Scottish Gaelic",gl:"Galician",lg:"Ganda",ka:"Georgian",de:"German",el:"Greek: Modern",kl:"Kalaallisut, Greenlandic",gn:"Guarani",gu:"Gujarati",ht:"Haitian, Haitian Creole",ha:"Hausa",he:"Hebrew",hz:"Herero",hi:"Hindi",ho:"Hiri Motu",hu:"Hungarian",is:"Icelandic",io:"Ido",ig:"Igbo",id:"Indonesian",ia:"Interlingua",ie:"Interlingue, Occidental",iu:"Inuktitut",ik:"Inupiaq",ga:"Irish",it:"Italian",ja:"Japanese",jv:"Javanese",kn:"Kannada",kr:"Kanuri",ks:"Kashmiri",kk:"Kazakh",km:"Central Khmer",ki:"Kikuyu, Gikuyu",rw:"Kinyarwanda",ky:"Kirghiz, Kyrgyz",kv:"Komi",kg:"Kongo",ko:"Korean",kj:"Kuanyama, Kwanyama",ku:"Kurdish",lo:"Lao",la:"Latin",lv:"Latvian",li:"Limburgan, Limburger, Limburgish",ln:"Lingala",lt:"Lithuanian",lu:"Luba-Katanga",lb:"Luxembourgish, Letzeburgesch",mk:"Macedonian",mg:"Malagasy",ms:"Malay",ml:"Malayalam",mt:"Maltese",gv:"Manx",mi:"Maori",mr:"Marathi",mh:"Marshallese",mn:"Mongolian",na:"Nauru",nv:"Navajo: Navaho",nd:"North Ndebele",nr:"South Ndebele",ng:"Ndonga",ne:"Nepali",no:"Norwegian",nb:"Norwegian Bokm\xE5l",nn:"Norwegian Nynorsk",ii:"Sichuan Yi, Nuosu",oc:"Occitan",oj:"Ojibwa",or:"Oriya",om:"Oromo",os:"Ossetian, Ossetic",pi:"Pali",ps:"Pashto, Pushto",fa:"Persian",pl:"Polish",pt:"Portuguese",pa:"Punjabi, Panjabi",qu:"Quechua",ro:"Romanian, Moldavian, Moldovan",rm:"Romansh",rn:"Rundi",ru:"Russian",se:"Northern Sami",sm:"Samoan",sg:"Sango",sa:"Sanskrit",sc:"Sardinian",sr:"Serbian",sn:"Shona",sd:"Sindhi",si:"Sinhala, Sinhalese",sk:"Slovak",sl:"Slovenian",so:"Somali",st:"Southern Sotho",es:"Spanish: Castilian",su:"Sundanese",sw:"Swahili",ss:"Swati",sv:"Swedish",tl:"Tagalog",ty:"Tahitian",tg:"Tajik",ta:"Tamil",tt:"Tatar",te:"Telugu",th:"Thai",bo:"Tibetan",ti:"Tigrinya",to:"Tonga (Tonga Islands)",ts:"Tsonga",tn:"Tswana",tr:"Turkish",tk:"Turkmen",tw:"Twi",ug:"Uighur, Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",ve:"Venda",vi:"Vietnamese",vo:"Volap\xFCk",wa:"Walloon",cy:"Welsh",wo:"Wolof",xh:"Xhosa",yi:"Yiddish",yo:"Yoruba",za:"Zhuang, Chuang",zu:"Zulu","n/a":"n/a",others:"others"},keyEvent:{Merger:"Merger",Acquisition:"Acquisition","Joint Venture":"Joint Venture","Partnership Created":"Partnership Created","Partnership Terminated":"Partnership Terminated","Board Member Death":"Board Member Death","Board Member Firing":"Board Member Firing","Board Member Resignation":"Board Member Resignation","Executive Death":"Executive Death","Executive Firing":"Executive Firing","Executive Resignation":"Executive Resignation","Executive Retirement":"Executive Retirement","Drug Approval":"Drug Approval","Accelerated Drug Approval":"Accelerated Drug Approval","Breakthrough Therapy":"Breakthrough Therapy","Orphan Drug":"Orphan Drug","Clinical Trials":"Clinical Trials","Priority Review":"Priority Review","Patient Enrollment":"Patient Enrollment",Bankruptcy:"Bankruptcy","Bankruptcy Exit":"Bankruptcy Exit","Bankruptcy Fears":"Bankruptcy Fears","Pay-per-Use":"Pay-per-Use","Earnings Guidance":"Earnings Guidance","Earnings Release":"Earnings Release","Earnings Down":"Earnings Down","Earnings Unchanged":"Earnings Unchanged","Earnings Up":"Earnings Up","Earnings Revision":"Earnings Revision","Earnings Misstatement":"Earnings Misstatement","Earnings Delayed":"Earnings Delayed",EBIT:"EBIT",EBITA:"EBITA",EBITDA:"EBITDA","Interest Income":"Interest Income","Operating Earnings":"Operating Earnings","Pretax Earnings":"Pretax Earnings","Twitter IPO":"Twitter IPO","Analyst Downgrade":"Analyst Downgrade","Analyst Upgrade":"Analyst Upgrade","Analyst Ratings Unchanged":"Analyst Ratings Unchanged","Analyst Report":"Analyst Report","Insider Buy":"Insider Buy","Insider Gift":"Insider Gift","Insider Sell":"Insider Sell","Insider Trading Lawsuit":"Insider Trading Lawsuit","Insider Sell Registration":"Insider Sell Registration","Insider Surrender":"Insider Surrender",Drilling:"Drilling","Resource Discovery":"Resource Discovery","Dividend Expectations":"Dividend Expectations","Dividend Down":"Dividend Down","Dividend Suspended":"Dividend Suspended","Dividend Unchanged":"Dividend Unchanged","Dividend Up":"Dividend Up","Automobile Accident":"Automobile Accident","Aircraft Accident":"Aircraft Accident","Dam Accident":"Dam Accident","Facility Accident":"Facility Accident","Factory Accident":"Factory Accident","Force Majeure":"Force Majeure","Freight Transport Accident":"Freight Transport Accident","Mine Accident":"Mine Accident","Pipeline Accident":"Pipeline Accident","Platform Accident":"Platform Accident","Power Outage":"Power Outage","Power Plant Accident":"Power Plant Accident","Public Transport Accident":"Public Transport Accident","Refinery Accident":"Refinery Accident",Spill:"Spill","Tanker Accident":"Tanker Accident","Auditor Appointment":"Auditor Appointment","Auditor Resignation":"Auditor Resignation","Exchange Compliance":"Exchange Compliance","Exchange Noncompliance":"Exchange Noncompliance","Regulatory Investigation":"Regulatory Investigation","Short Selling Ban":"Short Selling Ban","Credit Rating Affirmation":"Credit Rating Affirmation","Credit Rating Confirmation":"Credit Rating Confirmation","Credit Rating Corrected":"Credit Rating Corrected","Credit Rating Downgrade":"Credit Rating Downgrade","Credit Rating No-rating":"Credit Rating No-rating","Credit Rating Matured":"Credit Rating Matured","Credit Rating Paid-in-full":"Credit Rating Paid-in-full","Credit Rating Reinstated":"Credit Rating Reinstated","Credit Rating Set":"Credit Rating Set","Credit Rating Unchanged":"Credit Rating Unchanged","Credit Rating Upgrade":"Credit Rating Upgrade","Credit Rating Withdrawn":"Credit Rating Withdrawn",Fundraising:"Fundraising",Capex:"Capex","Share Buyback":"Share Buyback","Capital Increase":"Capital Increase","Equity Shelf Registration":"Equity Shelf Registration","Going Private":"Going Private",Investment:"Investment",IPO:"IPO","IPO Issuance":"IPO Issuance","IPO Price":"IPO Price","IPO Lock-up":"IPO Lock-up","IPO Regulatory Approval":"IPO Regulatory Approval","IPO Regulatory Scrutiny":"IPO Regulatory Scrutiny","IPO Rumor":"IPO Rumor","Name Change":"Name Change",Ownership:"Ownership","Ownership Decrease Held":"Ownership Decrease Held","Ownership Increase Held":"Ownership Increase Held","Ponzi Scheme":"Ponzi Scheme","Private Placement":"Private Placement","Public Offering":"Public Offering","Restructuring Approval":"Restructuring Approval","Reorganization Complete":"Reorganization Complete","Reorganization Considered":"Reorganization Considered","Reorganization Costs":"Reorganization Costs","Reorganization Delayed":"Reorganization Delayed","Reorganization Denied":"Reorganization Denied","Reorganization Failed":"Reorganization Failed","Restructuring Rejection":"Restructuring Rejection","Reorganization Savings":"Reorganization Savings","Reverse Stock Splits":"Reverse Stock Splits","Rights Issue":"Rights Issue",Savings:"Savings","Shareholder Rights Plan":"Shareholder Rights Plan","Spin-off":"Spin-off","Stock Splits":"Stock Splits","Trading Delisting":"Trading Delisting","Trading Halt":"Trading Halt","Trading Listing":"Trading Listing","Trading Resumed":"Trading Resumed",Antitrust:"Antitrust",Lawsuit:"Lawsuit",Blackmail:"Blackmail","Copyright Infringement":"Copyright Infringement","Patent Infringement":"Patent Infringement",Corruption:"Corruption",Defamation:"Defamation",Discrimination:"Discrimination",Embezzlement:"Embezzlement",Fraud:"Fraud",Sanctions:"Sanctions","Tax-evasion":"Tax-evasion","IT Hack":"IT Hack","Industrial Spying":"Industrial Spying",Explosion:"Explosion",Hijacking:"Hijacking",Award:"Award","Business Combination":"Business Combination","Business Contract":"Business Contract","Government Contract":"Government Contract","Market Entry":"Market Entry","Market Exit":"Market Exit","Market Share":"Market Share","Product Catastrophe":"Product Catastrophe","Product Release":"Product Release","Product Delayed":"Product Delayed","Product Development":"Product Development","Product Discontinued":"Product Discontinued","Product Enhancement":"Product Enhancement","Product Fault":"Product Fault","Product Outage":"Product Outage","Product Pricing":"Product Pricing","Product Recall":"Product Recall","Product Review":"Product Review","Product Side-effects":"Product Side-effects","Project Abandoned":"Project Abandoned","Regulatory Product Application":"Regulatory Product Application","Regulatory Product Approval":"Regulatory Product Approval","Regulatory Product Approval Denied":"Regulatory Product Approval Denied","Regulatory Product Warning":"Regulatory Product Warning","Regulatory Product Review":"Regulatory Product Review",Hirings:"Hirings",Layoffs:"Layoffs","Workers Strike":"Workers Strike","Union Pact":"Union Pact","Shelf Registration":"Shelf Registration","COVID-19":"COVID-19",MERS:"MERS",SARS:"SARS",Ebola:"Ebola","Avian Influenza":"Avian Influenza",Plague:"Plague","African Swine Fever":"African Swine Fever","Insider Trading":"Insider Trading","Stock Manipulation":"Stock Manipulation","Real Estate Bubble":"Real Estate Bubble","Real Estate Prices":"Real Estate Prices","Rent Stabilization":"Rent Stabilization",Terrorism:"Terrorism","War Declared":"War Declared","War Threat":"War Threat",NFT:"NFT",Blockchain:"Blockchain","Oil Embargo":"Oil Embargo","Gas Embargo":"Gas Embargo","Oil Shortage":"Oil Shortage","Gas Shortage":"Gas Shortage","Coal Embargo":"Coal Embargo","Nuclear Fuel Embargo":"Nuclear Fuel Embargo","Coal Shortage":"Coal Shortage","Nuclear Fuel Shortage":"Nuclear Fuel Shortage","Air Pollution":"Air Pollution","CO2 Emission":"CO2 Emission",Deforestation:"Deforestation","Environmental Damage":"Environmental Damage",Waste:"Waste","Waste Consumption":"Waste Consumption","Water Pollution":"Water Pollution","Ozone Depletion":"Ozone Depletion","Habitat Degradation":"Habitat Degradation","Human Rights":"Human Rights","Work Conditions":"Work Conditions","Health Issues":"Health Issues",Harassment:"Harassment",Diversity:"Diversity","Child Labor":"Child Labor",Eviction:"Eviction","Forced Labor":"Forced Labor","Noise Pollution":"Noise Pollution","Human Trafficking":"Human Trafficking","Salary Conditions":"Salary Conditions","Data Privacy":"Data Privacy","Green New Deal":"Green New Deal","Sustainable Finance Initiative":"Sustainable Finance Initiative","EU Taxonomy":" EU Taxonomy","EU Circular Economy Package":" EU Circular Economy Package","Bio Diversity":" Bio Diversity","Carbon Disclosure Project":" Carbon Disclosure Project","Climate Change":" Climate Change","Credit Scoring":" Credit Scoring","Demographic Change":" Demographic Change","Design-for-Environment":" Design-for-Environment","Double Materiality":" Double Materiality","Eco-management Audit Scheme":" Eco-management Audit Scheme","Energy Performance":" Energy Performance","Equal Opportunity":" Equal Opportunity","European Federation of Financial Analysts":" European Federation of Financial Analysts","European Financial Reporting Advisory Group":" European Financial Reporting Advisory Group","Food security":" Food security","German sustainablity codex":" German sustainablity codex","Global Reporting Initiative":" Global Reporting Initiative","International Labour Organisation":" International Labour Organisation","Land Consumption":" Land Consumption","Green Lobbying":" Green Lobbying","Political Sponsorship":" Political Sponsorship","Prevention of Corruption":" Prevention of Corruption","Product Environmental Footprint":" Product Environmental Footprint","Prohibition of Discrimination":" Prohibition of Discrimination","SA8000-Certificate for Social Responsiblity":" SA8000-Certificate for Social Responsiblity","Social Standards":" Social Standards","Sustainability Accounting Standards Board":" Sustainability Accounting Standards Board","Sustainable Development Goals":" Sustainable Development Goals",Insolvency:" Insolvency","Liquidity Risk":" Liquidity Risk","Account Termination":" Account Termination","Cash Withdrawal":" Cash Withdrawal","Interest Rates":" Interest Rates","Artificial Intelligence":" Artificial Intelligence","Large Language Model":" Large Language Model","Remote Work":" Remote Work",Shitstorm:" Shitstorm","Machine Learning":" Machine Learning","Deep Learning":" Deep Learning","Artificial Superintelligence":" Artificial Superintelligence","Artificial General Intelligence":" Artificial General Intelligence","Embedded Finance":" Embedded Finance","Banking-as-a-Service":" Banking-as-a-Service",Inflation:" Inflation","European elections":" European elections","US presidential elections":" US presidential elections","Republican Party":" Republican Party","Democratic Party":" Democratic Party","Trump-linked stock":" Trump-linked stock","Secured Debt":" Secured Debt","Unsecured Debt":" Unsecured Debt","Revolving Debt":" Revolving Debt","Installment Debt":" Installment Debt",Mortgages:"Mortgages","Russia-Ukraine War":"Russia-Ukraine War","Energy Prices":"Energy Prices","Sustainability Issues":"Sustainability Issues",Metaverse:"Metaverse","Virtual Reality":"Virtual Reality","US-China Strategic Competition":"US-China Strategic Competition","EU-China Strategic Competition":"EU-China Strategic Competition","EU-US Strategic Competition":"EU-US Strategic Competition","Donald Trump":"Donald Trump","Joe Biden":"Joe Biden","Kamala Harris":"Kamala Harris","Pump and Dump":"Pump and Dump","Product Ban":"Product Ban",ICO:"ICO",Halving:"Halving","Rug Pull":"Rug Pull","Short Selling":"Short Selling",Cyberattack:"Cyberattack","Middle East Tensions":"Middle East Tensions","US Jobless Claims Fall":"US Jobless Claims Fall","US Jobless Claims Rise":"US Jobless Claims Rise","Index Inclusion":"Index Inclusion","Index Exclusion":"Index Exclusion","Increasing Tariffs":"Increasing Tariffs","Decreasing Tariffs":"Decreasing Tariffs","Electric Vehicles":"Electric Vehicles","Digital Euro":"Digital Euro","Shooting Attack":"Shooting Attack","Michelle Obama":"Michelle Obama",others:"others"}},ExecutiveSummary:{title:"Executive Summary",note:"This executive summary was generated by Stockpulse' AI. The summary is based on the last few news items related to the search term. The input news can be in different languages and are integrated into the summary in the output language. The executive summary is trained to recognize the main topics in the input messages and to summarize them in a few sentences.",sources:{generatedBy:"This executive summary was generated by the Stockpulse AI.",generatedByAt:"This executive summary was generated at {publishTime} by the Stockpulse AI.",label:"News sources",showMore:"Show more"},notices:{notEnoughTopRatedSources:"Not enough top rated sources are available. This might affect the quality of the executive summary"},empty:"Not enough top rated sources are available."},TitleComponent:{title:"Quotes",empty:{associated:"We could not detect any related financial instrument for the given search term.",related:"No related title found."},note:"This box shows related financial instruments of main detected asset.",detectedAsset:{note:"This displays the (stock) prices of the selected entity."}},Assets:{title:{top:"Top Asset",related:"Related"}},ContactSalesDialog:{infoText:"Stockpulse provides data and AI analyzes for more than 60k stocks, 20k cryptocurrencies, indices, commodities, financially relevant topics and people - with a unique history for sentiment analysis going back to 2011. We would be happy to send you an individual offer for access to our databases and AI tools.",infoTextShort:"Stockpulse provides AI analytics on financially relevant topics and people - with a unique history for sentiment analysis going back to 2011. We would be happy to send you an individual offer for access to our AI tools."},LoginPage:{alreadyLoggedIn:"User {user} is already logged in",navigateToHome:"go to index"},LoginComponent:{login:{label:"Login",email:{label:"Email"},password:{label:"Password"},rememberMe:{label:"Remember me"},forgotPassword:{label:"Forgot Password?"},noAccount:{label:"You don't have an account yet?"},register:{label:"Register"}},reset:{label:"Reset password",email:{label:"Email",hint:"Enter your email address and we'll send you a link to change your password."},sendLinkToResetPassword:"Continue",cancel:"Cancel",success:{label:"Success",message:"Follow the instructions in your email to reset your password.",close:"ok"}},setPassword:{label:"Set your new password",newPassword:{label:"New password"},newPasswordConfirm:{label:"Confirm new password"},save:{label:"Save"},success:{label:"Success",message:"You can now login using your new password",close:"ok"}}},AuthenticationService:{message:{login:{success:"Login successful",failure:"Login failed",invalidCredentials:"You have entered an invalid username or password",usernameRequired:"Email required",passwordRequired:"Password required"},register:{failure:"Registration failed",duplicateUser:"Proviced Email is already in use.",usernameRequired:"Email required",passwordRequired:"Password required",firstNameRequired:"First name required",lastNameRequired:"Surname required",tokenRequired:"Cloudflare verification required"},reset:{invalidEmail:"Please provide a valid email address.",failure:"Password reset failed. Please try again or contact support.",message:"The request new password email was sent and should arrive shortly. Please check your inbox and click on the link provided to initiate password reset."},setPassword:{invalidToken:"No password reset token provided.",invalidPassword:"Password required.",invalidPasswordConfirm:"Password confirmation required",passwordMismatch:"Passwords do not match.",failure:"Failed to update your password. Please try again by manually copying the link from the reset email to your browser address bar or contact support.",message:"Follow the instructions in your email to reset your password.",passwordFormat:"You have to provide a password with at least 8 characters. In addition, we recommend usage of at least one special character and a number."},orderSubscription:{success:"Your order has successfully been placed.",failure:"Failed to order your subscription. Please try again."},cancellation:{success:"Your cancellation request has been received.",failure:"Failed to cancel your subscription. Please try again."}},api:{account0:"Your account is not eligible for this action.",account1:"No or wrong fields to change provided.",account2:"You have to provide an email address.",account3:"You have to provide a password with at least 8 characters.",account4:"No values given to save.",account5:"You are trying to change fields you are not allowed to.",account6:"No options given to save.",account7:"You need to provide a 'newpassword' parameter.",account8:"Missing parameters.",account9:"Email does not exist in db.",account11:"Username already in database.",account13:"The provided credentials do not match any account, or the account might not have a valid subscription.",account14:"Invalid access token.",account15:"Please use HTTP basic authentication.",account16:"This account is inactive.",account17:"Email is already valid.",account18:"You can only send one password reset request every 24 hours.",account19:"Rate limit reached",account20:"Too many requests, API busy.",account21:"Unsupported format.",account30:"Expired access token.",account32:"Malformed parameter(s).",account33:"Invalid JSON.",account34:"Your account is not eligible to access this version of the API.",account35:"Your account is not eligible to access this feature of the API.",account36:"Your account is not eligible to access this region.",account37:"Your account is not eligible to view this format.",account38:"Your account is not eligible to access AI functions.",account39:"Invalid token.",account40:"Error validating token."}},WebSocketComponent:{message:{connectionLost:"Connection lost, reconnecting..."}},Notifications:{newMessagesInSources:"New Messages on {source}",newMessage:"New Message by {name} on {source}"},InitialLoadingComponent:{reloadPageButton:"Reload Page",reloadingInLabel:"Reloading in ",loadingDataLabel:"Loading data...",loadingDataLongerThanExpectedLabel:"Data loading is taking longer than expected. We anticipate completion shortly. If you prefer, you may reload the Page to try again.",loadDataFailedLabel:"Loading Stockpulse ai failed, you may reload the Page to try again.",assetsLabel:"Assets",exchangesLabel:"Exchanges",countriesLabel:"Countries",sourcesLabel:"Sources",keyEventsLabel:"Key events",sectorsLabel:"Sectors",trendingAssetsLabel:"Trending Assets"},cancellation:{Form:{firstName:{label:"First name",placeholder:"Enter your first identifier",error:"Please enter your first name"},lastName:{label:"Last name",placeholder:"Enter your last identifier",error:"Please enter your last name"},email:{label:"Email",placeholder:"Enter your email for confirmation",error:"Please enter your email address"},reason:{label:"Reason for Termination",placeholder:"Enter the reason for termination",error:"Please enter a reason"}},title:"Terminate Contract",terminationNote:"We will process your request and email you a confirmation once your subscription is canceled.",cancelNow:"Terminate Now",confirmationMessage:"Your termination request has been submitted.",errorMessage:"Please fill in all required fields.",login:"Would you like your data to be entered automatically? Simply log into your account.",goToLogin:"Login"},AlertDefinitions:{MovingStockAlert:{title:"Moving Stock Alert",text:"The stock is creating a buzz today with above-average price movement! The stock is on the move, gaining traction across markets and social channels."},PreEarningsBuzzAlert:{title:"Pre-Earnings Buzz Alert",text:"The stock is generating major buzz on social media just days before its earnings release! Market watchers and investors are talking about a possible surprise. Keep an eye on the chatter and the countdown to earnings day. The hype could signal a big move!"},AdhocBuzzAlert:{title:"Adhoc Buzz Alert",text:"The stock just received an adhoc announcement that's shaking up the market! Whether it's a surprise update, major news, or a sudden change, this could impact the stock's performance."}},MarkerDefinitions:{Adhoc:{title:"Ad-hoc",text:"The stock has received an adhoc announcement."},EarningsRelease:{title:"Earnings Release",text:"The stock has received an earnings release."}},InfoTextDialog:{titlePrefix:""}},XD={"en-US":QD};const Vv="compactDecimal",qv="decimal03",Hv="decimal11",sc="decimal22",zv="decimal22WithSign",$v="decimal33",Wv="percent22",Kv="percent22WithSign",Gv="percent11",ic="currency",Yv="currencyWithSign",zn={"en-US":{[Vv]:{style:"decimal",notation:"compact",minimumFractionDigits:0,maximumFractionDigits:1},[qv]:{style:"decimal",notation:"standard",minimumFractionDigits:0,maximumFractionDigits:3},[Hv]:{style:"decimal",notation:"standard",minimumFractionDigits:1,maximumFractionDigits:1},[sc]:{style:"decimal",notation:"standard",minimumFractionDigits:2,maximumFractionDigits:2},[zv]:{style:"decimal",notation:"standard",minimumFractionDigits:2,maximumFractionDigits:2,signDisplay:"exceptZero"},[$v]:{style:"decimal",notation:"standard",minimumFractionDigits:3,maximumFractionDigits:3},[Wv]:{style:"percent",notation:"standard",useGrouping:!1,minimumFractionDigits:2,maximumFractionDigits:2},[Kv]:{style:"percent",notation:"standard",useGrouping:!1,minimumFractionDigits:2,maximumFractionDigits:2,signDisplay:"exceptZero"},[Gv]:{style:"percent",notation:"standard",useGrouping:!1,minimumFractionDigits:1,maximumFractionDigits:1},[ic]:{style:"currency",currency:"USD",notation:"standard",minimumFractionDigits:2,maximumFractionDigits:2},[Yv]:{style:"decimal",notation:"standard",minimumFractionDigits:2,maximumFractionDigits:2,signDisplay:"exceptZero"}}},Ye=UD({locale:"en-US",legacy:!1,globalInjection:!0,missingWarn:!0,fallbackWarn:!0,messages:XD,numberFormats:zn}),JD={currency(e,t,n=!1,r=2,s=!1){let i=sc;const l=Ye.global.locale.value;(!t||t.length!==3)&&(t="USD");const p={minimumFractionDigits:r,maximumFractionDigits:r};n&&(p.notation="compact",p.minimumFractionDigits=0,p.maximumFractionDigits=1),s&&(p.signDisplay="exceptZero"),t!=="PTS"&&(p.currency=t,i=ic);const g=t+n+r+s;if(!zn[Ye.global.locale.value][g]){const u=zn[Ye.global.locale.value][i];zn[Ye.global.locale.value][g]={...u,...p},Ye.global.mergeNumberFormat(l,zn[Ye.global.locale.value])}return Ye.global.n(e,g)}};var ZD=({app:e})=>{e.use(Ye),e.config.globalProperties.$formats={currency(t,n,r=!1,s=2,i=!1){let l=sc;const p=Ye.global.locale.value;(!n||n.length!==3)&&(n="USD");const g={minimumFractionDigits:s,maximumFractionDigits:s};r&&(g.notation="compact",g.minimumFractionDigits=0,g.maximumFractionDigits=1),i&&(g.signDisplay="exceptZero"),n!=="PTS"&&(g.currency=n,l=ic);const u=n+r+s+i;if(!zn[Ye.global.locale.value][u]){const a=zn[Ye.global.locale.value][l];zn[Ye.global.locale.value][u]={...a,...g},Ye.global.mergeNumberFormat(p,zn[Ye.global.locale.value])}return Ye.global.n(t,u)}}},eB=Object.freeze(Object.defineProperty({__proto__:null,NUMBER_FORMAT_COMPACT_DECIMAL:Vv,NUMBER_FORMAT_DECIMAL_03:qv,NUMBER_FORMAT_DECIMAL_11:Hv,NUMBER_FORMAT_DECIMAL_22:sc,NUMBER_FORMAT_DECIMAL_22_WITH_SIGN:zv,NUMBER_FORMAT_DECIMAL_33:$v,NUMBER_FORMAT_PERCENT_22:Wv,NUMBER_FORMAT_PERCENT_22_WITH_SIGN:Kv,NUMBER_FORMAT_PERCENT_11:Gv,NUMBER_FORMAT_CURRENCY:ic,NUMBER_FORMAT_CURRENCY_WITH_SIGN:Yv,i18n:Ye,default:ZD,formats:JD},Symbol.toStringTag,{value:"Module"}));const In=Object.create(null);In.open="0";In.close="1";In.ping="2";In.pong="3";In.message="4";In.upgrade="5";In.noop="6";const Ka=Object.create(null);Object.keys(In).forEach(e=>{Ka[In[e]]=e});const iu={type:"error",data:"parser error"},Qv=typeof Blob=="function"||typeof Blob!="undefined"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",Xv=typeof ArrayBuffer=="function",Jv=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e&&e.buffer instanceof ArrayBuffer,xd=({type:e,data:t},n,r)=>Qv&&t instanceof Blob?n?r(t):wh(t,r):Xv&&(t instanceof ArrayBuffer||Jv(t))?n?r(t):wh(new Blob([t]),r):r(In[e]+(t||"")),wh=(e,t)=>{const n=new FileReader;return n.onload=function(){const r=n.result.split(",")[1];t("b"+(r||""))},n.readAsDataURL(e)};function Ch(e){return e instanceof Uint8Array?e:e instanceof ArrayBuffer?new Uint8Array(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}let rl;function tB(e,t){if(Qv&&e.data instanceof Blob)return e.data.arrayBuffer().then(Ch).then(t);if(Xv&&(e.data instanceof ArrayBuffer||Jv(e.data)))return t(Ch(e.data));xd(e,!1,n=>{rl||(rl=new TextEncoder),t(rl.encode(n))})}const Rh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ui=typeof Uint8Array=="undefined"?[]:new Uint8Array(256);for(let e=0;e<Rh.length;e++)ui[Rh.charCodeAt(e)]=e;const nB=e=>{let t=e.length*.75,n=e.length,r,s=0,i,l,p,g;e[e.length-1]==="="&&(t--,e[e.length-2]==="="&&t--);const u=new ArrayBuffer(t),a=new Uint8Array(u);for(r=0;r<n;r+=4)i=ui[e.charCodeAt(r)],l=ui[e.charCodeAt(r+1)],p=ui[e.charCodeAt(r+2)],g=ui[e.charCodeAt(r+3)],a[s++]=i<<2|l>>4,a[s++]=(l&15)<<4|p>>2,a[s++]=(p&3)<<6|g&63;return u},rB=typeof ArrayBuffer=="function",Ed=(e,t)=>{if(typeof e!="string")return{type:"message",data:Zv(e,t)};const n=e.charAt(0);return n==="b"?{type:"message",data:sB(e.substring(1),t)}:Ka[n]?e.length>1?{type:Ka[n],data:e.substring(1)}:{type:Ka[n]}:iu},sB=(e,t)=>{if(rB){const n=nB(e);return Zv(n,t)}else return{base64:!0,data:e}},Zv=(e,t)=>{switch(t){case"blob":return e instanceof Blob?e:new Blob([e]);case"arraybuffer":default:return e instanceof ArrayBuffer?e:e.buffer}},ey=String.fromCharCode(30),iB=(e,t)=>{const n=e.length,r=new Array(n);let s=0;e.forEach((i,l)=>{xd(i,!1,p=>{r[l]=p,++s===n&&t(r.join(ey))})})},aB=(e,t)=>{const n=e.split(ey),r=[];for(let s=0;s<n.length;s++){const i=Ed(n[s],t);if(r.push(i),i.type==="error")break}return r};function oB(){return new TransformStream({transform(e,t){tB(e,n=>{const r=n.length;let s;if(r<126)s=new Uint8Array(1),new DataView(s.buffer).setUint8(0,r);else if(r<65536){s=new Uint8Array(3);const i=new DataView(s.buffer);i.setUint8(0,126),i.setUint16(1,r)}else{s=new Uint8Array(9);const i=new DataView(s.buffer);i.setUint8(0,127),i.setBigUint64(1,BigInt(r))}e.data&&typeof e.data!="string"&&(s[0]|=128),t.enqueue(s),t.enqueue(n)})}})}let sl;function Pa(e){return e.reduce((t,n)=>t+n.length,0)}function wa(e,t){if(e[0].length===t)return e.shift();const n=new Uint8Array(t);let r=0;for(let s=0;s<t;s++)n[s]=e[0][r++],r===e[0].length&&(e.shift(),r=0);return e.length&&r<e[0].length&&(e[0]=e[0].slice(r)),n}function cB(e,t){sl||(sl=new TextDecoder);const n=[];let r=0,s=-1,i=!1;return new TransformStream({transform(l,p){for(n.push(l);;){if(r===0){if(Pa(n)<1)break;const g=wa(n,1);i=(g[0]&128)===128,s=g[0]&127,s<126?r=3:s===126?r=1:r=2}else if(r===1){if(Pa(n)<2)break;const g=wa(n,2);s=new DataView(g.buffer,g.byteOffset,g.length).getUint16(0),r=3}else if(r===2){if(Pa(n)<8)break;const g=wa(n,8),u=new DataView(g.buffer,g.byteOffset,g.length),a=u.getUint32(0);if(a>Math.pow(2,53-32)-1){p.enqueue(iu);break}s=a*Math.pow(2,32)+u.getUint32(4),r=3}else{if(Pa(n)<s)break;const g=wa(n,s);p.enqueue(Ed(i?g:sl.decode(g),t)),r=0}if(s===0||s>e){p.enqueue(iu);break}}}})}const ty=4;function ot(e){if(e)return lB(e)}function lB(e){for(var t in ot.prototype)e[t]=ot.prototype[t];return e}ot.prototype.on=ot.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this};ot.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this};ot.prototype.off=ot.prototype.removeListener=ot.prototype.removeAllListeners=ot.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n=this._callbacks["$"+e];if(!n)return this;if(arguments.length==1)return delete this._callbacks["$"+e],this;for(var r,s=0;s<n.length;s++)if(r=n[s],r===t||r.fn===t){n.splice(s,1);break}return n.length===0&&delete this._callbacks["$"+e],this};ot.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){n=n.slice(0);for(var r=0,s=n.length;r<s;++r)n[r].apply(this,t)}return this};ot.prototype.emitReserved=ot.prototype.emit;ot.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]};ot.prototype.hasListeners=function(e){return!!this.listeners(e).length};const Yt=(()=>typeof self!="undefined"?self:typeof window!="undefined"?window:Function("return this")())();function ny(e,...t){return t.reduce((n,r)=>(e.hasOwnProperty(r)&&(n[r]=e[r]),n),{})}const uB=Yt.setTimeout,dB=Yt.clearTimeout;function ac(e,t){t.useNativeTimers?(e.setTimeoutFn=uB.bind(Yt),e.clearTimeoutFn=dB.bind(Yt)):(e.setTimeoutFn=Yt.setTimeout.bind(Yt),e.clearTimeoutFn=Yt.clearTimeout.bind(Yt))}const fB=1.33;function hB(e){return typeof e=="string"?pB(e):Math.ceil((e.byteLength||e.size)*fB)}function pB(e){let t=0,n=0;for(let r=0,s=e.length;r<s;r++)t=e.charCodeAt(r),t<128?n+=1:t<2048?n+=2:t<55296||t>=57344?n+=3:(r++,n+=4);return n}function mB(e){let t="";for(let n in e)e.hasOwnProperty(n)&&(t.length&&(t+="&"),t+=encodeURIComponent(n)+"="+encodeURIComponent(e[n]));return t}function gB(e){let t={},n=e.split("&");for(let r=0,s=n.length;r<s;r++){let i=n[r].split("=");t[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return t}class vB extends Error{constructor(t,n,r){super(t),this.description=n,this.context=r,this.type="TransportError"}}class Ad extends ot{constructor(t){super(),this.writable=!1,ac(this,t),this.opts=t,this.query=t.query,this.socket=t.socket}onError(t,n,r){return super.emitReserved("error",new vB(t,n,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(t){this.readyState==="open"&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const n=Ed(t,this.socket.binaryType);this.onPacket(n)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}pause(t){}createUri(t,n={}){return t+"://"+this._hostname()+this._port()+this.opts.path+this._query(n)}_hostname(){const t=this.opts.hostname;return t.indexOf(":")===-1?t:"["+t+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(t){const n=mB(t);return n.length?"?"+n:""}}const ry="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),au=64,yB={};let Fh=0,Ca=0,Dh;function Bh(e){let t="";do t=ry[e%au]+t,e=Math.floor(e/au);while(e>0);return t}function sy(){const e=Bh(+new Date);return e!==Dh?(Fh=0,Dh=e):e+"."+Bh(Fh++)}for(;Ca<au;Ca++)yB[ry[Ca]]=Ca;let iy=!1;try{iy=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch{}const bB=iy;function ay(e){const t=e.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!t||bB))return new XMLHttpRequest}catch{}if(!t)try{return new Yt[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}function _B(){}const xB=function(){return new ay({xdomain:!1}).responseType!=null}();class EB extends Ad{constructor(t){if(super(t),this.polling=!1,typeof location!="undefined"){const r=location.protocol==="https:";let s=location.port;s||(s=r?"443":"80"),this.xd=typeof location!="undefined"&&t.hostname!==location.hostname||s!==t.port}const n=t&&t.forceBase64;this.supportsBinary=xB&&!n,this.opts.withCredentials&&(this.cookieJar=void 0)}get name(){return"polling"}doOpen(){this.poll()}pause(t){this.readyState="pausing";const n=()=>{this.readyState="paused",t()};if(this.polling||!this.writable){let r=0;this.polling&&(r++,this.once("pollComplete",function(){--r||n()})),this.writable||(r++,this.once("drain",function(){--r||n()}))}else n()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){const n=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};aB(t,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const t=()=>{this.write([{type:"close"}])};this.readyState==="open"?t():this.once("open",t)}write(t){this.writable=!1,iB(t,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const t=this.opts.secure?"https":"http",n=this.query||{};return this.opts.timestampRequests!==!1&&(n[this.opts.timestampParam]=sy()),!this.supportsBinary&&!n.sid&&(n.b64=1),this.createUri(t,n)}request(t={}){return Object.assign(t,{xd:this.xd,cookieJar:this.cookieJar},this.opts),new Dn(this.uri(),t)}doWrite(t,n){const r=this.request({method:"POST",data:t});r.on("success",n),r.on("error",(s,i)=>{this.onError("xhr post error",s,i)})}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(n,r)=>{this.onError("xhr poll error",n,r)}),this.pollXhr=t}}class Dn extends ot{constructor(t,n){super(),ac(this,n),this.opts=n,this.method=n.method||"GET",this.uri=t,this.data=n.data!==void 0?n.data:null,this.create()}create(){var t;const n=ny(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");n.xdomain=!!this.opts.xd;const r=this.xhr=new ay(n);try{r.open(this.method,this.uri,!0);try{if(this.opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let s in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(s)&&r.setRequestHeader(s,this.opts.extraHeaders[s])}}catch{}if(this.method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{r.setRequestHeader("Accept","*/*")}catch{}(t=this.opts.cookieJar)===null||t===void 0||t.addCookies(r),"withCredentials"in r&&(r.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(r.timeout=this.opts.requestTimeout),r.onreadystatechange=()=>{var s;r.readyState===3&&((s=this.opts.cookieJar)===null||s===void 0||s.parseCookies(r)),r.readyState===4&&(r.status===200||r.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof r.status=="number"?r.status:0)},0))},r.send(this.data)}catch(s){this.setTimeoutFn(()=>{this.onError(s)},0);return}typeof document!="undefined"&&(this.index=Dn.requestsCount++,Dn.requests[this.index]=this)}onError(t){this.emitReserved("error",t,this.xhr),this.cleanup(!0)}cleanup(t){if(!(typeof this.xhr=="undefined"||this.xhr===null)){if(this.xhr.onreadystatechange=_B,t)try{this.xhr.abort()}catch{}typeof document!="undefined"&&delete Dn.requests[this.index],this.xhr=null}}onLoad(){const t=this.xhr.responseText;t!==null&&(this.emitReserved("data",t),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}Dn.requestsCount=0;Dn.requests={};if(typeof document!="undefined"){if(typeof attachEvent=="function")attachEvent("onunload",Ih);else if(typeof addEventListener=="function"){const e="onpagehide"in Yt?"pagehide":"unload";addEventListener(e,Ih,!1)}}function Ih(){for(let e in Dn.requests)Dn.requests.hasOwnProperty(e)&&Dn.requests[e].abort()}const Sd=(()=>typeof Promise=="function"&&typeof Promise.resolve=="function"?t=>Promise.resolve().then(t):(t,n)=>n(t,0))(),Ra=Yt.WebSocket||Yt.MozWebSocket,Mh=!0,AB="arraybuffer",kh=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class SB extends Ad{constructor(t){super(t),this.supportsBinary=!t.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const t=this.uri(),n=this.opts.protocols,r=kh?{}:ny(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=Mh&&!kh?n?new Ra(t,n):new Ra(t):new Ra(t,n,r)}catch(s){return this.emitReserved("error",s)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let n=0;n<t.length;n++){const r=t[n],s=n===t.length-1;xd(r,this.supportsBinary,i=>{const l={};try{Mh&&this.ws.send(i)}catch{}s&&Sd(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws!="undefined"&&(this.ws.close(),this.ws=null)}uri(){const t=this.opts.secure?"wss":"ws",n=this.query||{};return this.opts.timestampRequests&&(n[this.opts.timestampParam]=sy()),this.supportsBinary||(n.b64=1),this.createUri(t,n)}check(){return!!Ra}}class OB extends Ad{get name(){return"webtransport"}doOpen(){typeof WebTransport=="function"&&(this.transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name]),this.transport.closed.then(()=>{this.onClose()}).catch(t=>{this.onError("webtransport error",t)}),this.transport.ready.then(()=>{this.transport.createBidirectionalStream().then(t=>{const n=cB(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=t.readable.pipeThrough(n).getReader(),s=oB();s.readable.pipeTo(t.writable),this.writer=s.writable.getWriter();const i=()=>{r.read().then(({done:p,value:g})=>{p||(this.onPacket(g),i())}).catch(p=>{})};i();const l={type:"open"};this.query.sid&&(l.data=`{"sid":"${this.query.sid}"}`),this.writer.write(l).then(()=>this.onOpen())})}))}write(t){this.writable=!1;for(let n=0;n<t.length;n++){const r=t[n],s=n===t.length-1;this.writer.write(r).then(()=>{s&&Sd(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var t;(t=this.transport)===null||t===void 0||t.close()}}const TB={websocket:SB,webtransport:OB,polling:EB},PB=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,wB=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function ou(e){if(e.length>2e3)throw"URI too long";const t=e,n=e.indexOf("["),r=e.indexOf("]");n!=-1&&r!=-1&&(e=e.substring(0,n)+e.substring(n,r).replace(/:/g,";")+e.substring(r,e.length));let s=PB.exec(e||""),i={},l=14;for(;l--;)i[wB[l]]=s[l]||"";return n!=-1&&r!=-1&&(i.source=t,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=CB(i,i.path),i.queryKey=RB(i,i.query),i}function CB(e,t){const n=/\/{2,9}/g,r=t.replace(n,"/").split("/");return(t.slice(0,1)=="/"||t.length===0)&&r.splice(0,1),t.slice(-1)=="/"&&r.splice(r.length-1,1),r}function RB(e,t){const n={};return t.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,s,i){s&&(n[s]=i)}),n}class mr extends ot{constructor(t,n={}){super(),this.binaryType=AB,this.writeBuffer=[],t&&typeof t=="object"&&(n=t,t=null),t?(t=ou(t),n.hostname=t.host,n.secure=t.protocol==="https"||t.protocol==="wss",n.port=t.port,t.query&&(n.query=t.query)):n.host&&(n.hostname=ou(n.host).host),ac(this,n),this.secure=n.secure!=null?n.secure:typeof location!="undefined"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location!="undefined"?location.hostname:"localhost"),this.port=n.port||(typeof location!="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=n.transports||["polling","websocket","webtransport"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=gB(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(t){const n=Object.assign({},this.opts.query);n.EIO=ty,n.transport=t,this.id&&(n.sid=this.id);const r=Object.assign({},this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[t]);return new TB[t](r)}open(){let t;if(this.opts.rememberUpgrade&&mr.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)t="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else t=this.transports[0];this.readyState="opening";try{t=this.createTransport(t)}catch{this.transports.shift(),this.open();return}t.open(),this.setTransport(t)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",n=>this.onClose("transport close",n))}probe(t){let n=this.createTransport(t),r=!1;mr.priorWebsocketSuccess=!1;const s=()=>{r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",o=>{if(!r)if(o.type==="pong"&&o.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;mr.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(a(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const c=new Error("probe error");c.transport=n.name,this.emitReserved("upgradeError",c)}}))};function i(){r||(r=!0,a(),n.close(),n=null)}const l=o=>{const c=new Error("probe error: "+o);c.transport=n.name,i(),this.emitReserved("upgradeError",c)};function p(){l("transport closed")}function g(){l("socket closed")}function u(o){n&&o.name!==n.name&&i()}const a=()=>{n.removeListener("open",s),n.removeListener("error",l),n.removeListener("close",p),this.off("close",g),this.off("upgrading",u)};n.once("open",s),n.once("error",l),n.once("close",p),this.once("close",g),this.once("upgrading",u),this.upgrades.indexOf("webtransport")!==-1&&t!=="webtransport"?this.setTimeoutFn(()=>{r||n.open()},200):n.open()}onOpen(){if(this.readyState="open",mr.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade){let t=0;const n=this.upgrades.length;for(;t<n;t++)this.probe(this.upgrades[t])}}onPacket(t){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),this.resetPingTimeout(),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":const n=new Error("server error");n.code=t.data,this.onError(n);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data);break}}onHandshake(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this.upgrades=this.filterUpgrades(t.upgrades),this.pingInterval=t.pingInterval,this.pingTimeout=t.pingTimeout,this.maxPayload=t.maxPayload,this.onOpen(),this.readyState!=="closed"&&this.resetPingTimeout()}resetPingTimeout(){this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn(()=>{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this.getWritablePackets();this.transport.send(t),this.prevBufferLen=t.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let r=0;r<this.writeBuffer.length;r++){const s=this.writeBuffer[r].data;if(s&&(n+=hB(s)),r>0&&n>this.maxPayload)return this.writeBuffer.slice(0,r);n+=2}return this.writeBuffer}write(t,n,r){return this.sendPacket("message",t,n,r),this}send(t,n,r){return this.sendPacket("message",t,n,r),this}sendPacket(t,n,r,s){if(typeof n=="function"&&(s=n,n=void 0),typeof r=="function"&&(s=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const i={type:t,data:n,options:r};this.emitReserved("packetCreate",i),this.writeBuffer.push(i),s&&this.once("flush",s),this.flush()}close(){const t=()=>{this.onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),t()},r=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():t()}):this.upgrading?r():t()),this}onError(t){mr.priorWebsocketSuccess=!1,this.emitReserved("error",t),this.onClose("transport error",t)}onClose(t,n){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",t,n),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(t){const n=[];let r=0;const s=t.length;for(;r<s;r++)~this.transports.indexOf(t[r])&&n.push(t[r]);return n}}mr.protocol=ty;function FB(e,t="",n){let r=e;n=n||typeof location!="undefined"&&location,e==null&&(e=n.protocol+"//"+n.host),typeof e=="string"&&(e.charAt(0)==="/"&&(e.charAt(1)==="/"?e=n.protocol+e:e=n.host+e),/^(https?|wss?):\/\//.test(e)||(typeof n!="undefined"?e=n.protocol+"//"+e:e="https://"+e),r=ou(e)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";const i=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+i+":"+r.port+t,r.href=r.protocol+"://"+i+(n&&n.port===r.port?"":":"+r.port),r}const DB=typeof ArrayBuffer=="function",BB=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e.buffer instanceof ArrayBuffer,oy=Object.prototype.toString,IB=typeof Blob=="function"||typeof Blob!="undefined"&&oy.call(Blob)==="[object BlobConstructor]",MB=typeof File=="function"||typeof File!="undefined"&&oy.call(File)==="[object FileConstructor]";function Od(e){return DB&&(e instanceof ArrayBuffer||BB(e))||IB&&e instanceof Blob||MB&&e instanceof File}function Ga(e,t){if(!e||typeof e!="object")return!1;if(Array.isArray(e)){for(let n=0,r=e.length;n<r;n++)if(Ga(e[n]))return!0;return!1}if(Od(e))return!0;if(e.toJSON&&typeof e.toJSON=="function"&&arguments.length===1)return Ga(e.toJSON(),!0);for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&Ga(e[n]))return!0;return!1}function kB(e){const t=[],n=e.data,r=e;return r.data=cu(n,t),r.attachments=t.length,{packet:r,buffers:t}}function cu(e,t){if(!e)return e;if(Od(e)){const n={_placeholder:!0,num:t.length};return t.push(e),n}else if(Array.isArray(e)){const n=new Array(e.length);for(let r=0;r<e.length;r++)n[r]=cu(e[r],t);return n}else if(typeof e=="object"&&!(e instanceof Date)){const n={};for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=cu(e[r],t));return n}return e}function LB(e,t){return e.data=lu(e.data,t),delete e.attachments,e}function lu(e,t){if(!e)return e;if(e&&e._placeholder===!0){if(typeof e.num=="number"&&e.num>=0&&e.num<t.length)return t[e.num];throw new Error("illegal attachments")}else if(Array.isArray(e))for(let n=0;n<e.length;n++)e[n]=lu(e[n],t);else if(typeof e=="object")for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(e[n]=lu(e[n],t));return e}const NB=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],jB=5;var Re;(function(e){e[e.CONNECT=0]="CONNECT",e[e.DISCONNECT=1]="DISCONNECT",e[e.EVENT=2]="EVENT",e[e.ACK=3]="ACK",e[e.CONNECT_ERROR=4]="CONNECT_ERROR",e[e.BINARY_EVENT=5]="BINARY_EVENT",e[e.BINARY_ACK=6]="BINARY_ACK"})(Re||(Re={}));class UB{constructor(t){this.replacer=t}encode(t){return(t.type===Re.EVENT||t.type===Re.ACK)&&Ga(t)?this.encodeAsBinary({type:t.type===Re.EVENT?Re.BINARY_EVENT:Re.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id}):[this.encodeAsString(t)]}encodeAsString(t){let n=""+t.type;return(t.type===Re.BINARY_EVENT||t.type===Re.BINARY_ACK)&&(n+=t.attachments+"-"),t.nsp&&t.nsp!=="/"&&(n+=t.nsp+","),t.id!=null&&(n+=t.id),t.data!=null&&(n+=JSON.stringify(t.data,this.replacer)),n}encodeAsBinary(t){const n=kB(t),r=this.encodeAsString(n.packet),s=n.buffers;return s.unshift(r),s}}function Lh(e){return Object.prototype.toString.call(e)==="[object Object]"}class Td extends ot{constructor(t){super(),this.reviver=t}add(t){let n;if(typeof t=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(t);const r=n.type===Re.BINARY_EVENT;r||n.type===Re.BINARY_ACK?(n.type=r?Re.EVENT:Re.ACK,this.reconstructor=new VB(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else if(Od(t)||t.base64)if(this.reconstructor)n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,super.emitReserved("decoded",n));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+t)}decodeString(t){let n=0;const r={type:Number(t.charAt(0))};if(Re[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===Re.BINARY_EVENT||r.type===Re.BINARY_ACK){const i=n+1;for(;t.charAt(++n)!=="-"&&n!=t.length;);const l=t.substring(i,n);if(l!=Number(l)||t.charAt(n)!=="-")throw new Error("Illegal attachments");r.attachments=Number(l)}if(t.charAt(n+1)==="/"){const i=n+1;for(;++n&&!(t.charAt(n)===","||n===t.length););r.nsp=t.substring(i,n)}else r.nsp="/";const s=t.charAt(n+1);if(s!==""&&Number(s)==s){const i=n+1;for(;++n;){const l=t.charAt(n);if(l==null||Number(l)!=l){--n;break}if(n===t.length)break}r.id=Number(t.substring(i,n+1))}if(t.charAt(++n)){const i=this.tryParse(t.substr(n));if(Td.isPayloadValid(r.type,i))r.data=i;else throw new Error("invalid payload")}return r}tryParse(t){try{return JSON.parse(t,this.reviver)}catch{return!1}}static isPayloadValid(t,n){switch(t){case Re.CONNECT:return Lh(n);case Re.DISCONNECT:return n===void 0;case Re.CONNECT_ERROR:return typeof n=="string"||Lh(n);case Re.EVENT:case Re.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&NB.indexOf(n[0])===-1);case Re.ACK:case Re.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class VB{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const n=LB(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}var qB=Object.freeze(Object.defineProperty({__proto__:null,protocol:jB,get PacketType(){return Re},Encoder:UB,Decoder:Td},Symbol.toStringTag,{value:"Module"}));function fn(e,t,n){return e.on(t,n),function(){e.off(t,n)}}const HB=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class cy extends ot{constructor(t,n,r){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=t,this.nsp=n,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const t=this.io;this.subs=[fn(t,"open",this.onopen.bind(this)),fn(t,"packet",this.onpacket.bind(this)),fn(t,"error",this.onerror.bind(this)),fn(t,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...t){return t.unshift("message"),this.emit.apply(this,t),this}emit(t,...n){if(HB.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');if(n.unshift(t),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;const r={type:Re.EVENT,data:n};if(r.options={},r.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const l=this.ids++,p=n.pop();this._registerAckCallback(l,p),r.id=l}const s=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!s||!this.connected)||(this.connected?(this.notifyOutgoingListeners(r),this.packet(r)):this.sendBuffer.push(r)),this.flags={},this}_registerAckCallback(t,n){var r;const s=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(s===void 0){this.acks[t]=n;return}const i=this.io.setTimeoutFn(()=>{delete this.acks[t];for(let p=0;p<this.sendBuffer.length;p++)this.sendBuffer[p].id===t&&this.sendBuffer.splice(p,1);n.call(this,new Error("operation has timed out"))},s),l=(...p)=>{this.io.clearTimeoutFn(i),n.apply(this,p)};l.withError=!0,this.acks[t]=l}emitWithAck(t,...n){return new Promise((r,s)=>{const i=(l,p)=>l?s(l):r(p);i.withError=!0,n.push(i),this.emit(t,...n)})}_addToQueue(t){let n;typeof t[t.length-1]=="function"&&(n=t.pop());const r={id:this._queueSeq++,tryCount:0,pending:!1,args:t,flags:Object.assign({fromQueue:!0},this.flags)};t.push((s,...i)=>r!==this._queue[0]?void 0:(s!==null?r.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(s)):(this._queue.shift(),n&&n(null,...i)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(t=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!t||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(t){t.nsp=this.nsp,this.io._packet(t)}onopen(){typeof this.auth=="function"?this.auth(t=>{this._sendConnectPacket(t)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(t){this.packet({type:Re.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},t):t})}onerror(t){this.connected||this.emitReserved("connect_error",t)}onclose(t,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,n),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(t=>{if(!this.sendBuffer.some(r=>String(r.id)===t)){const r=this.acks[t];delete this.acks[t],r.withError&&r.call(this,new Error("socket has been disconnected"))}})}onpacket(t){if(t.nsp===this.nsp)switch(t.type){case Re.CONNECT:t.data&&t.data.sid?this.onconnect(t.data.sid,t.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case Re.EVENT:case Re.BINARY_EVENT:this.onevent(t);break;case Re.ACK:case Re.BINARY_ACK:this.onack(t);break;case Re.DISCONNECT:this.ondisconnect();break;case Re.CONNECT_ERROR:this.destroy();const r=new Error(t.data.message);r.data=t.data.data,this.emitReserved("connect_error",r);break}}onevent(t){const n=t.data||[];t.id!=null&&n.push(this.ack(t.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(t){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const r of n)r.apply(this,t)}super.emit.apply(this,t),this._pid&&t.length&&typeof t[t.length-1]=="string"&&(this._lastOffset=t[t.length-1])}ack(t){const n=this;let r=!1;return function(...s){r||(r=!0,n.packet({type:Re.ACK,id:t,data:s}))}}onack(t){const n=this.acks[t.id];typeof n=="function"&&(delete this.acks[t.id],n.withError&&t.data.unshift(null),n.apply(this,t.data))}onconnect(t,n){this.id=t,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(t=>this.emitEvent(t)),this.receiveBuffer=[],this.sendBuffer.forEach(t=>{this.notifyOutgoingListeners(t),this.packet(t)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(t=>t()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:Re.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(t){return this.flags.compress=t,this}get volatile(){return this.flags.volatile=!0,this}timeout(t){return this.flags.timeout=t,this}onAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}prependAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}offAny(t){if(!this._anyListeners)return this;if(t){const n=this._anyListeners;for(let r=0;r<n.length;r++)if(t===n[r])return n.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(t),this}prependAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(t),this}offAnyOutgoing(t){if(!this._anyOutgoingListeners)return this;if(t){const n=this._anyOutgoingListeners;for(let r=0;r<n.length;r++)if(t===n[r])return n.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(t){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const n=this._anyOutgoingListeners.slice();for(const r of n)r.apply(this,t.data)}}}function Us(e){e=e||{},this.ms=e.min||100,this.max=e.max||1e4,this.factor=e.factor||2,this.jitter=e.jitter>0&&e.jitter<=1?e.jitter:0,this.attempts=0}Us.prototype.duration=function(){var e=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var t=Math.random(),n=Math.floor(t*this.jitter*e);e=(Math.floor(t*10)&1)==0?e-n:e+n}return Math.min(e,this.max)|0};Us.prototype.reset=function(){this.attempts=0};Us.prototype.setMin=function(e){this.ms=e};Us.prototype.setMax=function(e){this.max=e};Us.prototype.setJitter=function(e){this.jitter=e};class uu extends ot{constructor(t,n){var r;super(),this.nsps={},this.subs=[],t&&typeof t=="object"&&(n=t,t=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,ac(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((r=n.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new Us({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=t;const s=n.parser||qB;this.encoder=new s.Encoder,this.decoder=new s.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(t){return arguments.length?(this._reconnection=!!t,this):this._reconnection}reconnectionAttempts(t){return t===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}reconnectionDelay(t){var n;return t===void 0?this._reconnectionDelay:(this._reconnectionDelay=t,(n=this.backoff)===null||n===void 0||n.setMin(t),this)}randomizationFactor(t){var n;return t===void 0?this._randomizationFactor:(this._randomizationFactor=t,(n=this.backoff)===null||n===void 0||n.setJitter(t),this)}reconnectionDelayMax(t){var n;return t===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,(n=this.backoff)===null||n===void 0||n.setMax(t),this)}timeout(t){return arguments.length?(this._timeout=t,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(t){if(~this._readyState.indexOf("open"))return this;this.engine=new mr(this.uri,this.opts);const n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const s=fn(n,"open",function(){r.onopen(),t&&t()}),i=p=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",p),t?t(p):this.maybeReconnectOnOpen()},l=fn(n,"error",i);if(this._timeout!==!1){const p=this._timeout,g=this.setTimeoutFn(()=>{s(),i(new Error("timeout")),n.close()},p);this.opts.autoUnref&&g.unref(),this.subs.push(()=>{this.clearTimeoutFn(g)})}return this.subs.push(s),this.subs.push(l),this}connect(t){return this.open(t)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const t=this.engine;this.subs.push(fn(t,"ping",this.onping.bind(this)),fn(t,"data",this.ondata.bind(this)),fn(t,"error",this.onerror.bind(this)),fn(t,"close",this.onclose.bind(this)),fn(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(t){try{this.decoder.add(t)}catch(n){this.onclose("parse error",n)}}ondecoded(t){Sd(()=>{this.emitReserved("packet",t)},this.setTimeoutFn)}onerror(t){this.emitReserved("error",t)}socket(t,n){let r=this.nsps[t];return r?this._autoConnect&&!r.active&&r.connect():(r=new cy(this,t,n),this.nsps[t]=r),r}_destroy(t){const n=Object.keys(this.nsps);for(const r of n)if(this.nsps[r].active)return;this._close()}_packet(t){const n=this.encoder.encode(t);for(let r=0;r<n.length;r++)this.engine.write(n[r],t.options)}cleanup(){this.subs.forEach(t=>t()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(t,n){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const t=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{t.skipReconnect||(this.emitReserved("reconnect_attempt",t.backoff.attempts),!t.skipReconnect&&t.open(s=>{s?(t._reconnecting=!1,t.reconnect(),this.emitReserved("reconnect_error",s)):t.onreconnect()}))},n);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){const t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}const ri={};function Ya(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};const n=FB(e,t.path||"/socket.io"),r=n.source,s=n.id,i=n.path,l=ri[s]&&i in ri[s].nsps,p=t.forceNew||t["force new connection"]||t.multiplex===!1||l;let g;return p?g=new uu(r,t):(ri[s]||(ri[s]=new uu(r,t)),g=ri[s]),n.query&&!t.query&&(t.query=n.queryKey),g.socket(n.path,t)}Object.assign(Ya,{Manager:uu,Socket:cy,io:Ya,connect:Ya});const zB=zo(),$B=zB.API_WEBSOCKET_URL||"",qe=Ya($B,{autoConnect:!1,transports:["websocket"]});var Vi={exports:{}},Ce={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(oe,function(){var n=n||function(r,s){var i;if(typeof window!="undefined"&&window.crypto&&(i=window.crypto),typeof self!="undefined"&&self.crypto&&(i=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(i=globalThis.crypto),!i&&typeof window!="undefined"&&window.msCrypto&&(i=window.msCrypto),!i&&typeof oe!="undefined"&&oe.crypto&&(i=oe.crypto),!i&&typeof sP=="function")try{i=require("crypto")}catch{}var l=function(){if(i){if(typeof i.getRandomValues=="function")try{return i.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof i.randomBytes=="function")try{return i.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},p=Object.create||function(){function y(){}return function(v){var _;return y.prototype=v,_=new y,y.prototype=null,_}}(),g={},u=g.lib={},a=u.Base=function(){return{extend:function(y){var v=p(this);return y&&v.mixIn(y),(!v.hasOwnProperty("init")||this.init===v.init)&&(v.init=function(){v.$super.init.apply(this,arguments)}),v.init.prototype=v,v.$super=this,v},create:function(){var y=this.extend();return y.init.apply(y,arguments),y},init:function(){},mixIn:function(y){for(var v in y)y.hasOwnProperty(v)&&(this[v]=y[v]);y.hasOwnProperty("toString")&&(this.toString=y.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),o=u.WordArray=a.extend({init:function(y,v){y=this.words=y||[],v!=s?this.sigBytes=v:this.sigBytes=y.length*4},toString:function(y){return(y||f).stringify(this)},concat:function(y){var v=this.words,_=y.words,x=this.sigBytes,E=y.sigBytes;if(this.clamp(),x%4)for(var S=0;S<E;S++){var A=_[S>>>2]>>>24-S%4*8&255;v[x+S>>>2]|=A<<24-(x+S)%4*8}else for(var O=0;O<E;O+=4)v[x+O>>>2]=_[O>>>2];return this.sigBytes+=E,this},clamp:function(){var y=this.words,v=this.sigBytes;y[v>>>2]&=4294967295<<32-v%4*8,y.length=r.ceil(v/4)},clone:function(){var y=a.clone.call(this);return y.words=this.words.slice(0),y},random:function(y){for(var v=[],_=0;_<y;_+=4)v.push(l());return new o.init(v,y)}}),c=g.enc={},f=c.Hex={stringify:function(y){for(var v=y.words,_=y.sigBytes,x=[],E=0;E<_;E++){var S=v[E>>>2]>>>24-E%4*8&255;x.push((S>>>4).toString(16)),x.push((S&15).toString(16))}return x.join("")},parse:function(y){for(var v=y.length,_=[],x=0;x<v;x+=2)_[x>>>3]|=parseInt(y.substr(x,2),16)<<24-x%8*4;return new o.init(_,v/2)}},d=c.Latin1={stringify:function(y){for(var v=y.words,_=y.sigBytes,x=[],E=0;E<_;E++){var S=v[E>>>2]>>>24-E%4*8&255;x.push(String.fromCharCode(S))}return x.join("")},parse:function(y){for(var v=y.length,_=[],x=0;x<v;x++)_[x>>>2]|=(y.charCodeAt(x)&255)<<24-x%4*8;return new o.init(_,v)}},h=c.Utf8={stringify:function(y){try{return decodeURIComponent(escape(d.stringify(y)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(y){return d.parse(unescape(encodeURIComponent(y)))}},m=u.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(y){typeof y=="string"&&(y=h.parse(y)),this._data.concat(y),this._nDataBytes+=y.sigBytes},_process:function(y){var v,_=this._data,x=_.words,E=_.sigBytes,S=this.blockSize,A=S*4,O=E/A;y?O=r.ceil(O):O=r.max((O|0)-this._minBufferSize,0);var T=O*S,w=r.min(T*4,E);if(T){for(var P=0;P<T;P+=S)this._doProcessBlock(x,P);v=x.splice(0,T),_.sigBytes-=w}return new o.init(v,w)},clone:function(){var y=a.clone.call(this);return y._data=this._data.clone(),y},_minBufferSize:0});u.Hasher=m.extend({cfg:a.extend(),init:function(y){this.cfg=this.cfg.extend(y),this.reset()},reset:function(){m.reset.call(this),this._doReset()},update:function(y){return this._append(y),this._process(),this},finalize:function(y){y&&this._append(y);var v=this._doFinalize();return v},blockSize:16,_createHelper:function(y){return function(v,_){return new y.init(_).finalize(v)}},_createHmacHelper:function(y){return function(v,_){return new b.HMAC.init(y,_).finalize(v)}}});var b=g.algo={};return g}(Math);return n})})(Ce);var ta={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(r){var s=n,i=s.lib,l=i.Base,p=i.WordArray,g=s.x64={};g.Word=l.extend({init:function(u,a){this.high=u,this.low=a}}),g.WordArray=l.extend({init:function(u,a){u=this.words=u||[],a!=r?this.sigBytes=a:this.sigBytes=u.length*8},toX32:function(){for(var u=this.words,a=u.length,o=[],c=0;c<a;c++){var f=u[c];o.push(f.high),o.push(f.low)}return p.create(o,this.sigBytes)},clone:function(){for(var u=l.clone.call(this),a=u.words=this.words.slice(0),o=a.length,c=0;c<o;c++)a[c]=a[c].clone();return u}})}(),n})})(ta);var ly={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(){if(typeof ArrayBuffer=="function"){var r=n,s=r.lib,i=s.WordArray,l=i.init,p=i.init=function(g){if(g instanceof ArrayBuffer&&(g=new Uint8Array(g)),(g instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&g instanceof Uint8ClampedArray||g instanceof Int16Array||g instanceof Uint16Array||g instanceof Int32Array||g instanceof Uint32Array||g instanceof Float32Array||g instanceof Float64Array)&&(g=new Uint8Array(g.buffer,g.byteOffset,g.byteLength)),g instanceof Uint8Array){for(var u=g.byteLength,a=[],o=0;o<u;o++)a[o>>>2]|=g[o]<<24-o%4*8;l.call(this,a,u)}else l.apply(this,arguments)};p.prototype=i}}(),n.lib.WordArray})})(ly);var uy={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.WordArray,l=r.enc;l.Utf16=l.Utf16BE={stringify:function(g){for(var u=g.words,a=g.sigBytes,o=[],c=0;c<a;c+=2){var f=u[c>>>2]>>>16-c%4*8&65535;o.push(String.fromCharCode(f))}return o.join("")},parse:function(g){for(var u=g.length,a=[],o=0;o<u;o++)a[o>>>1]|=g.charCodeAt(o)<<16-o%2*16;return i.create(a,u*2)}},l.Utf16LE={stringify:function(g){for(var u=g.words,a=g.sigBytes,o=[],c=0;c<a;c+=2){var f=p(u[c>>>2]>>>16-c%4*8&65535);o.push(String.fromCharCode(f))}return o.join("")},parse:function(g){for(var u=g.length,a=[],o=0;o<u;o++)a[o>>>1]|=p(g.charCodeAt(o)<<16-o%2*16);return i.create(a,u*2)}};function p(g){return g<<8&4278255360|g>>>8&16711935}}(),n.enc.Utf16})})(uy);var Tr={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.WordArray,l=r.enc;l.Base64={stringify:function(g){var u=g.words,a=g.sigBytes,o=this._map;g.clamp();for(var c=[],f=0;f<a;f+=3)for(var d=u[f>>>2]>>>24-f%4*8&255,h=u[f+1>>>2]>>>24-(f+1)%4*8&255,m=u[f+2>>>2]>>>24-(f+2)%4*8&255,b=d<<16|h<<8|m,y=0;y<4&&f+y*.75<a;y++)c.push(o.charAt(b>>>6*(3-y)&63));var v=o.charAt(64);if(v)for(;c.length%4;)c.push(v);return c.join("")},parse:function(g){var u=g.length,a=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var c=0;c<a.length;c++)o[a.charCodeAt(c)]=c}var f=a.charAt(64);if(f){var d=g.indexOf(f);d!==-1&&(u=d)}return p(g,u,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function p(g,u,a){for(var o=[],c=0,f=0;f<u;f++)if(f%4){var d=a[g.charCodeAt(f-1)]<<f%4*2,h=a[g.charCodeAt(f)]>>>6-f%4*2,m=d|h;o[c>>>2]|=m<<24-c%4*8,c++}return i.create(o,c)}}(),n.enc.Base64})})(Tr);var dy={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.WordArray,l=r.enc;l.Base64url={stringify:function(g,u){u===void 0&&(u=!0);var a=g.words,o=g.sigBytes,c=u?this._safe_map:this._map;g.clamp();for(var f=[],d=0;d<o;d+=3)for(var h=a[d>>>2]>>>24-d%4*8&255,m=a[d+1>>>2]>>>24-(d+1)%4*8&255,b=a[d+2>>>2]>>>24-(d+2)%4*8&255,y=h<<16|m<<8|b,v=0;v<4&&d+v*.75<o;v++)f.push(c.charAt(y>>>6*(3-v)&63));var _=c.charAt(64);if(_)for(;f.length%4;)f.push(_);return f.join("")},parse:function(g,u){u===void 0&&(u=!0);var a=g.length,o=u?this._safe_map:this._map,c=this._reverseMap;if(!c){c=this._reverseMap=[];for(var f=0;f<o.length;f++)c[o.charCodeAt(f)]=f}var d=o.charAt(64);if(d){var h=g.indexOf(d);h!==-1&&(a=h)}return p(g,a,c)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function p(g,u,a){for(var o=[],c=0,f=0;f<u;f++)if(f%4){var d=a[g.charCodeAt(f-1)]<<f%4*2,h=a[g.charCodeAt(f)]>>>6-f%4*2,m=d|h;o[c>>>2]|=m<<24-c%4*8,c++}return i.create(o,c)}}(),n.enc.Base64url})})(dy);var Pr={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(r){var s=n,i=s.lib,l=i.WordArray,p=i.Hasher,g=s.algo,u=[];(function(){for(var h=0;h<64;h++)u[h]=r.abs(r.sin(h+1))*4294967296|0})();var a=g.MD5=p.extend({_doReset:function(){this._hash=new l.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(h,m){for(var b=0;b<16;b++){var y=m+b,v=h[y];h[y]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360}var _=this._hash.words,x=h[m+0],E=h[m+1],S=h[m+2],A=h[m+3],O=h[m+4],T=h[m+5],w=h[m+6],P=h[m+7],M=h[m+8],k=h[m+9],j=h[m+10],q=h[m+11],U=h[m+12],G=h[m+13],de=h[m+14],se=h[m+15],H=_[0],N=_[1],V=_[2],Q=_[3];H=o(H,N,V,Q,x,7,u[0]),Q=o(Q,H,N,V,E,12,u[1]),V=o(V,Q,H,N,S,17,u[2]),N=o(N,V,Q,H,A,22,u[3]),H=o(H,N,V,Q,O,7,u[4]),Q=o(Q,H,N,V,T,12,u[5]),V=o(V,Q,H,N,w,17,u[6]),N=o(N,V,Q,H,P,22,u[7]),H=o(H,N,V,Q,M,7,u[8]),Q=o(Q,H,N,V,k,12,u[9]),V=o(V,Q,H,N,j,17,u[10]),N=o(N,V,Q,H,q,22,u[11]),H=o(H,N,V,Q,U,7,u[12]),Q=o(Q,H,N,V,G,12,u[13]),V=o(V,Q,H,N,de,17,u[14]),N=o(N,V,Q,H,se,22,u[15]),H=c(H,N,V,Q,E,5,u[16]),Q=c(Q,H,N,V,w,9,u[17]),V=c(V,Q,H,N,q,14,u[18]),N=c(N,V,Q,H,x,20,u[19]),H=c(H,N,V,Q,T,5,u[20]),Q=c(Q,H,N,V,j,9,u[21]),V=c(V,Q,H,N,se,14,u[22]),N=c(N,V,Q,H,O,20,u[23]),H=c(H,N,V,Q,k,5,u[24]),Q=c(Q,H,N,V,de,9,u[25]),V=c(V,Q,H,N,A,14,u[26]),N=c(N,V,Q,H,M,20,u[27]),H=c(H,N,V,Q,G,5,u[28]),Q=c(Q,H,N,V,S,9,u[29]),V=c(V,Q,H,N,P,14,u[30]),N=c(N,V,Q,H,U,20,u[31]),H=f(H,N,V,Q,T,4,u[32]),Q=f(Q,H,N,V,M,11,u[33]),V=f(V,Q,H,N,q,16,u[34]),N=f(N,V,Q,H,de,23,u[35]),H=f(H,N,V,Q,E,4,u[36]),Q=f(Q,H,N,V,O,11,u[37]),V=f(V,Q,H,N,P,16,u[38]),N=f(N,V,Q,H,j,23,u[39]),H=f(H,N,V,Q,G,4,u[40]),Q=f(Q,H,N,V,x,11,u[41]),V=f(V,Q,H,N,A,16,u[42]),N=f(N,V,Q,H,w,23,u[43]),H=f(H,N,V,Q,k,4,u[44]),Q=f(Q,H,N,V,U,11,u[45]),V=f(V,Q,H,N,se,16,u[46]),N=f(N,V,Q,H,S,23,u[47]),H=d(H,N,V,Q,x,6,u[48]),Q=d(Q,H,N,V,P,10,u[49]),V=d(V,Q,H,N,de,15,u[50]),N=d(N,V,Q,H,T,21,u[51]),H=d(H,N,V,Q,U,6,u[52]),Q=d(Q,H,N,V,A,10,u[53]),V=d(V,Q,H,N,j,15,u[54]),N=d(N,V,Q,H,E,21,u[55]),H=d(H,N,V,Q,M,6,u[56]),Q=d(Q,H,N,V,se,10,u[57]),V=d(V,Q,H,N,w,15,u[58]),N=d(N,V,Q,H,G,21,u[59]),H=d(H,N,V,Q,O,6,u[60]),Q=d(Q,H,N,V,q,10,u[61]),V=d(V,Q,H,N,S,15,u[62]),N=d(N,V,Q,H,k,21,u[63]),_[0]=_[0]+H|0,_[1]=_[1]+N|0,_[2]=_[2]+V|0,_[3]=_[3]+Q|0},_doFinalize:function(){var h=this._data,m=h.words,b=this._nDataBytes*8,y=h.sigBytes*8;m[y>>>5]|=128<<24-y%32;var v=r.floor(b/4294967296),_=b;m[(y+64>>>9<<4)+15]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,m[(y+64>>>9<<4)+14]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,h.sigBytes=(m.length+1)*4,this._process();for(var x=this._hash,E=x.words,S=0;S<4;S++){var A=E[S];E[S]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360}return x},clone:function(){var h=p.clone.call(this);return h._hash=this._hash.clone(),h}});function o(h,m,b,y,v,_,x){var E=h+(m&b|~m&y)+v+x;return(E<<_|E>>>32-_)+m}function c(h,m,b,y,v,_,x){var E=h+(m&y|b&~y)+v+x;return(E<<_|E>>>32-_)+m}function f(h,m,b,y,v,_,x){var E=h+(m^b^y)+v+x;return(E<<_|E>>>32-_)+m}function d(h,m,b,y,v,_,x){var E=h+(b^(m|~y))+v+x;return(E<<_|E>>>32-_)+m}s.MD5=p._createHelper(a),s.HmacMD5=p._createHmacHelper(a)}(Math),n.MD5})})(Pr);var Pd={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.WordArray,l=s.Hasher,p=r.algo,g=[],u=p.SHA1=l.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,o){for(var c=this._hash.words,f=c[0],d=c[1],h=c[2],m=c[3],b=c[4],y=0;y<80;y++){if(y<16)g[y]=a[o+y]|0;else{var v=g[y-3]^g[y-8]^g[y-14]^g[y-16];g[y]=v<<1|v>>>31}var _=(f<<5|f>>>27)+b+g[y];y<20?_+=(d&h|~d&m)+1518500249:y<40?_+=(d^h^m)+1859775393:y<60?_+=(d&h|d&m|h&m)-1894007588:_+=(d^h^m)-899497514,b=m,m=h,h=d<<30|d>>>2,d=f,f=_}c[0]=c[0]+f|0,c[1]=c[1]+d|0,c[2]=c[2]+h|0,c[3]=c[3]+m|0,c[4]=c[4]+b|0},_doFinalize:function(){var a=this._data,o=a.words,c=this._nDataBytes*8,f=a.sigBytes*8;return o[f>>>5]|=128<<24-f%32,o[(f+64>>>9<<4)+14]=Math.floor(c/4294967296),o[(f+64>>>9<<4)+15]=c,a.sigBytes=o.length*4,this._process(),this._hash},clone:function(){var a=l.clone.call(this);return a._hash=this._hash.clone(),a}});r.SHA1=l._createHelper(u),r.HmacSHA1=l._createHmacHelper(u)}(),n.SHA1})})(Pd);var oc={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){return function(r){var s=n,i=s.lib,l=i.WordArray,p=i.Hasher,g=s.algo,u=[],a=[];(function(){function f(b){for(var y=r.sqrt(b),v=2;v<=y;v++)if(!(b%v))return!1;return!0}function d(b){return(b-(b|0))*4294967296|0}for(var h=2,m=0;m<64;)f(h)&&(m<8&&(u[m]=d(r.pow(h,1/2))),a[m]=d(r.pow(h,1/3)),m++),h++})();var o=[],c=g.SHA256=p.extend({_doReset:function(){this._hash=new l.init(u.slice(0))},_doProcessBlock:function(f,d){for(var h=this._hash.words,m=h[0],b=h[1],y=h[2],v=h[3],_=h[4],x=h[5],E=h[6],S=h[7],A=0;A<64;A++){if(A<16)o[A]=f[d+A]|0;else{var O=o[A-15],T=(O<<25|O>>>7)^(O<<14|O>>>18)^O>>>3,w=o[A-2],P=(w<<15|w>>>17)^(w<<13|w>>>19)^w>>>10;o[A]=T+o[A-7]+P+o[A-16]}var M=_&x^~_&E,k=m&b^m&y^b&y,j=(m<<30|m>>>2)^(m<<19|m>>>13)^(m<<10|m>>>22),q=(_<<26|_>>>6)^(_<<21|_>>>11)^(_<<7|_>>>25),U=S+q+M+a[A]+o[A],G=j+k;S=E,E=x,x=_,_=v+U|0,v=y,y=b,b=m,m=U+G|0}h[0]=h[0]+m|0,h[1]=h[1]+b|0,h[2]=h[2]+y|0,h[3]=h[3]+v|0,h[4]=h[4]+_|0,h[5]=h[5]+x|0,h[6]=h[6]+E|0,h[7]=h[7]+S|0},_doFinalize:function(){var f=this._data,d=f.words,h=this._nDataBytes*8,m=f.sigBytes*8;return d[m>>>5]|=128<<24-m%32,d[(m+64>>>9<<4)+14]=r.floor(h/4294967296),d[(m+64>>>9<<4)+15]=h,f.sigBytes=d.length*4,this._process(),this._hash},clone:function(){var f=p.clone.call(this);return f._hash=this._hash.clone(),f}});s.SHA256=p._createHelper(c),s.HmacSHA256=p._createHmacHelper(c)}(Math),n.SHA256})})(oc);var fy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,oc.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.WordArray,l=r.algo,p=l.SHA256,g=l.SHA224=p.extend({_doReset:function(){this._hash=new i.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var u=p._doFinalize.call(this);return u.sigBytes-=4,u}});r.SHA224=p._createHelper(g),r.HmacSHA224=p._createHmacHelper(g)}(),n.SHA224})})(fy);var wd={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ta.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.Hasher,l=r.x64,p=l.Word,g=l.WordArray,u=r.algo;function a(){return p.create.apply(p,arguments)}var o=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],c=[];(function(){for(var d=0;d<80;d++)c[d]=a()})();var f=u.SHA512=i.extend({_doReset:function(){this._hash=new g.init([new p.init(1779033703,4089235720),new p.init(3144134277,2227873595),new p.init(1013904242,4271175723),new p.init(2773480762,1595750129),new p.init(1359893119,2917565137),new p.init(2600822924,725511199),new p.init(528734635,4215389547),new p.init(1541459225,327033209)])},_doProcessBlock:function(d,h){for(var m=this._hash.words,b=m[0],y=m[1],v=m[2],_=m[3],x=m[4],E=m[5],S=m[6],A=m[7],O=b.high,T=b.low,w=y.high,P=y.low,M=v.high,k=v.low,j=_.high,q=_.low,U=x.high,G=x.low,de=E.high,se=E.low,H=S.high,N=S.low,V=A.high,Q=A.low,ye=O,ie=T,z=w,Z=P,ce=M,he=k,Se=j,we=q,F=U,B=G,$=de,J=se,X=H,ae=N,le=V,C=Q,R=0;R<80;R++){var L,Y,ue=c[R];if(R<16)Y=ue.high=d[h+R*2]|0,L=ue.low=d[h+R*2+1]|0;else{var ne=c[R-15],D=ne.high,I=ne.low,te=(D>>>1|I<<31)^(D>>>8|I<<24)^D>>>7,re=(I>>>1|D<<31)^(I>>>8|D<<24)^(I>>>7|D<<25),fe=c[R-2],Te=fe.high,Ne=fe.low,Ht=(Te>>>19|Ne<<13)^(Te<<3|Ne>>>29)^Te>>>6,Ot=(Ne>>>19|Te<<13)^(Ne<<3|Te>>>29)^(Ne>>>6|Te<<26),rn=c[R-7],Ze=rn.high,Be=rn.low,yt=c[R-16],oa=yt.high,Hs=yt.low;L=re+Be,Y=te+Ze+(L>>>0<re>>>0?1:0),L=L+Ot,Y=Y+Ht+(L>>>0<Ot>>>0?1:0),L=L+Hs,Y=Y+oa+(L>>>0<Hs>>>0?1:0),ue.high=Y,ue.low=L}var ca=F&$^~F&X,zs=B&J^~B&ae,la=ye&z^ye&ce^z&ce,ua=ie&Z^ie&he^Z&he,da=(ye>>>28|ie<<4)^(ye<<30|ie>>>2)^(ye<<25|ie>>>7),$s=(ie>>>28|ye<<4)^(ie<<30|ye>>>2)^(ie<<25|ye>>>7),fa=(F>>>14|B<<18)^(F>>>18|B<<14)^(F<<23|B>>>9),ha=(B>>>14|F<<18)^(B>>>18|F<<14)^(B<<23|F>>>9),Ws=o[R],pa=Ws.high,Ks=Ws.low,xt=C+ha,sn=le+fa+(xt>>>0<C>>>0?1:0),xt=xt+zs,sn=sn+ca+(xt>>>0<zs>>>0?1:0),xt=xt+Ks,sn=sn+pa+(xt>>>0<Ks>>>0?1:0),xt=xt+L,sn=sn+Y+(xt>>>0<L>>>0?1:0),Gs=$s+ua,ma=da+la+(Gs>>>0<$s>>>0?1:0);le=X,C=ae,X=$,ae=J,$=F,J=B,B=we+xt|0,F=Se+sn+(B>>>0<we>>>0?1:0)|0,Se=ce,we=he,ce=z,he=Z,z=ye,Z=ie,ie=xt+Gs|0,ye=sn+ma+(ie>>>0<xt>>>0?1:0)|0}T=b.low=T+ie,b.high=O+ye+(T>>>0<ie>>>0?1:0),P=y.low=P+Z,y.high=w+z+(P>>>0<Z>>>0?1:0),k=v.low=k+he,v.high=M+ce+(k>>>0<he>>>0?1:0),q=_.low=q+we,_.high=j+Se+(q>>>0<we>>>0?1:0),G=x.low=G+B,x.high=U+F+(G>>>0<B>>>0?1:0),se=E.low=se+J,E.high=de+$+(se>>>0<J>>>0?1:0),N=S.low=N+ae,S.high=H+X+(N>>>0<ae>>>0?1:0),Q=A.low=Q+C,A.high=V+le+(Q>>>0<C>>>0?1:0)},_doFinalize:function(){var d=this._data,h=d.words,m=this._nDataBytes*8,b=d.sigBytes*8;h[b>>>5]|=128<<24-b%32,h[(b+128>>>10<<5)+30]=Math.floor(m/4294967296),h[(b+128>>>10<<5)+31]=m,d.sigBytes=h.length*4,this._process();var y=this._hash.toX32();return y},clone:function(){var d=i.clone.call(this);return d._hash=this._hash.clone(),d},blockSize:1024/32});r.SHA512=i._createHelper(f),r.HmacSHA512=i._createHmacHelper(f)}(),n.SHA512})})(wd);var hy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ta.exports,wd.exports)})(oe,function(n){return function(){var r=n,s=r.x64,i=s.Word,l=s.WordArray,p=r.algo,g=p.SHA512,u=p.SHA384=g.extend({_doReset:function(){this._hash=new l.init([new i.init(3418070365,3238371032),new i.init(1654270250,914150663),new i.init(2438529370,812702999),new i.init(355462360,4144912697),new i.init(1731405415,4290775857),new i.init(2394180231,1750603025),new i.init(3675008525,1694076839),new i.init(1203062813,3204075428)])},_doFinalize:function(){var a=g._doFinalize.call(this);return a.sigBytes-=16,a}});r.SHA384=g._createHelper(u),r.HmacSHA384=g._createHmacHelper(u)}(),n.SHA384})})(hy);var py={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ta.exports)})(oe,function(n){return function(r){var s=n,i=s.lib,l=i.WordArray,p=i.Hasher,g=s.x64,u=g.Word,a=s.algo,o=[],c=[],f=[];(function(){for(var m=1,b=0,y=0;y<24;y++){o[m+5*b]=(y+1)*(y+2)/2%64;var v=b%5,_=(2*m+3*b)%5;m=v,b=_}for(var m=0;m<5;m++)for(var b=0;b<5;b++)c[m+5*b]=b+(2*m+3*b)%5*5;for(var x=1,E=0;E<24;E++){for(var S=0,A=0,O=0;O<7;O++){if(x&1){var T=(1<<O)-1;T<32?A^=1<<T:S^=1<<T-32}x&128?x=x<<1^113:x<<=1}f[E]=u.create(S,A)}})();var d=[];(function(){for(var m=0;m<25;m++)d[m]=u.create()})();var h=a.SHA3=p.extend({cfg:p.cfg.extend({outputLength:512}),_doReset:function(){for(var m=this._state=[],b=0;b<25;b++)m[b]=new u.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(m,b){for(var y=this._state,v=this.blockSize/2,_=0;_<v;_++){var x=m[b+2*_],E=m[b+2*_+1];x=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360;var S=y[_];S.high^=E,S.low^=x}for(var A=0;A<24;A++){for(var O=0;O<5;O++){for(var T=0,w=0,P=0;P<5;P++){var S=y[O+5*P];T^=S.high,w^=S.low}var M=d[O];M.high=T,M.low=w}for(var O=0;O<5;O++)for(var k=d[(O+4)%5],j=d[(O+1)%5],q=j.high,U=j.low,T=k.high^(q<<1|U>>>31),w=k.low^(U<<1|q>>>31),P=0;P<5;P++){var S=y[O+5*P];S.high^=T,S.low^=w}for(var G=1;G<25;G++){var T,w,S=y[G],de=S.high,se=S.low,H=o[G];H<32?(T=de<<H|se>>>32-H,w=se<<H|de>>>32-H):(T=se<<H-32|de>>>64-H,w=de<<H-32|se>>>64-H);var N=d[c[G]];N.high=T,N.low=w}var V=d[0],Q=y[0];V.high=Q.high,V.low=Q.low;for(var O=0;O<5;O++)for(var P=0;P<5;P++){var G=O+5*P,S=y[G],ye=d[G],ie=d[(O+1)%5+5*P],z=d[(O+2)%5+5*P];S.high=ye.high^~ie.high&z.high,S.low=ye.low^~ie.low&z.low}var S=y[0],Z=f[A];S.high^=Z.high,S.low^=Z.low}},_doFinalize:function(){var m=this._data,b=m.words;this._nDataBytes*8;var y=m.sigBytes*8,v=this.blockSize*32;b[y>>>5]|=1<<24-y%32,b[(r.ceil((y+1)/v)*v>>>5)-1]|=128,m.sigBytes=b.length*4,this._process();for(var _=this._state,x=this.cfg.outputLength/8,E=x/8,S=[],A=0;A<E;A++){var O=_[A],T=O.high,w=O.low;T=(T<<8|T>>>24)&16711935|(T<<24|T>>>8)&4278255360,w=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,S.push(w),S.push(T)}return new l.init(S,x)},clone:function(){for(var m=p.clone.call(this),b=m._state=this._state.slice(0),y=0;y<25;y++)b[y]=b[y].clone();return m}});s.SHA3=p._createHelper(h),s.HmacSHA3=p._createHmacHelper(h)}(Math),n.SHA3})})(py);var my={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){/** @preserve
	(c) 2012 by Cédric Mesnil. All rights reserved.

	Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

	    - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
	    - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
	*/return function(r){var s=n,i=s.lib,l=i.WordArray,p=i.Hasher,g=s.algo,u=l.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),a=l.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),o=l.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),c=l.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),f=l.create([0,1518500249,1859775393,2400959708,2840853838]),d=l.create([1352829926,1548603684,1836072691,2053994217,0]),h=g.RIPEMD160=p.extend({_doReset:function(){this._hash=l.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(E,S){for(var A=0;A<16;A++){var O=S+A,T=E[O];E[O]=(T<<8|T>>>24)&16711935|(T<<24|T>>>8)&4278255360}var w=this._hash.words,P=f.words,M=d.words,k=u.words,j=a.words,q=o.words,U=c.words,G,de,se,H,N,V,Q,ye,ie,z;V=G=w[0],Q=de=w[1],ye=se=w[2],ie=H=w[3],z=N=w[4];for(var Z,A=0;A<80;A+=1)Z=G+E[S+k[A]]|0,A<16?Z+=m(de,se,H)+P[0]:A<32?Z+=b(de,se,H)+P[1]:A<48?Z+=y(de,se,H)+P[2]:A<64?Z+=v(de,se,H)+P[3]:Z+=_(de,se,H)+P[4],Z=Z|0,Z=x(Z,q[A]),Z=Z+N|0,G=N,N=H,H=x(se,10),se=de,de=Z,Z=V+E[S+j[A]]|0,A<16?Z+=_(Q,ye,ie)+M[0]:A<32?Z+=v(Q,ye,ie)+M[1]:A<48?Z+=y(Q,ye,ie)+M[2]:A<64?Z+=b(Q,ye,ie)+M[3]:Z+=m(Q,ye,ie)+M[4],Z=Z|0,Z=x(Z,U[A]),Z=Z+z|0,V=z,z=ie,ie=x(ye,10),ye=Q,Q=Z;Z=w[1]+se+ie|0,w[1]=w[2]+H+z|0,w[2]=w[3]+N+V|0,w[3]=w[4]+G+Q|0,w[4]=w[0]+de+ye|0,w[0]=Z},_doFinalize:function(){var E=this._data,S=E.words,A=this._nDataBytes*8,O=E.sigBytes*8;S[O>>>5]|=128<<24-O%32,S[(O+64>>>9<<4)+14]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,E.sigBytes=(S.length+1)*4,this._process();for(var T=this._hash,w=T.words,P=0;P<5;P++){var M=w[P];w[P]=(M<<8|M>>>24)&16711935|(M<<24|M>>>8)&4278255360}return T},clone:function(){var E=p.clone.call(this);return E._hash=this._hash.clone(),E}});function m(E,S,A){return E^S^A}function b(E,S,A){return E&S|~E&A}function y(E,S,A){return(E|~S)^A}function v(E,S,A){return E&A|S&~A}function _(E,S,A){return E^(S|~A)}function x(E,S){return E<<S|E>>>32-S}s.RIPEMD160=p._createHelper(h),s.HmacRIPEMD160=p._createHmacHelper(h)}(),n.RIPEMD160})})(my);var cc={exports:{}};(function(e,t){(function(n,r){e.exports=r(Ce.exports)})(oe,function(n){(function(){var r=n,s=r.lib,i=s.Base,l=r.enc,p=l.Utf8,g=r.algo;g.HMAC=i.extend({init:function(u,a){u=this._hasher=new u.init,typeof a=="string"&&(a=p.parse(a));var o=u.blockSize,c=o*4;a.sigBytes>c&&(a=u.finalize(a)),a.clamp();for(var f=this._oKey=a.clone(),d=this._iKey=a.clone(),h=f.words,m=d.words,b=0;b<o;b++)h[b]^=1549556828,m[b]^=909522486;f.sigBytes=d.sigBytes=c,this.reset()},reset:function(){var u=this._hasher;u.reset(),u.update(this._iKey)},update:function(u){return this._hasher.update(u),this},finalize:function(u){var a=this._hasher,o=a.finalize(u);a.reset();var c=a.finalize(this._oKey.clone().concat(o));return c}})})()})})(cc);var gy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,oc.exports,cc.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.Base,l=s.WordArray,p=r.algo,g=p.SHA256,u=p.HMAC,a=p.PBKDF2=i.extend({cfg:i.extend({keySize:128/32,hasher:g,iterations:25e4}),init:function(o){this.cfg=this.cfg.extend(o)},compute:function(o,c){for(var f=this.cfg,d=u.create(f.hasher,o),h=l.create(),m=l.create([1]),b=h.words,y=m.words,v=f.keySize,_=f.iterations;b.length<v;){var x=d.update(c).finalize(m);d.reset();for(var E=x.words,S=E.length,A=x,O=1;O<_;O++){A=d.finalize(A),d.reset();for(var T=A.words,w=0;w<S;w++)E[w]^=T[w]}h.concat(x),y[0]++}return h.sigBytes=v*4,h}});r.PBKDF2=function(o,c,f){return a.create(f).compute(o,c)}}(),n.PBKDF2})})(gy);var er={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Pd.exports,cc.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.Base,l=s.WordArray,p=r.algo,g=p.MD5,u=p.EvpKDF=i.extend({cfg:i.extend({keySize:128/32,hasher:g,iterations:1}),init:function(a){this.cfg=this.cfg.extend(a)},compute:function(a,o){for(var c,f=this.cfg,d=f.hasher.create(),h=l.create(),m=h.words,b=f.keySize,y=f.iterations;m.length<b;){c&&d.update(c),c=d.update(a).finalize(o),d.reset();for(var v=1;v<y;v++)c=d.finalize(c),d.reset();h.concat(c)}return h.sigBytes=b*4,h}});r.EvpKDF=function(a,o,c){return u.create(c).compute(a,o)}}(),n.EvpKDF})})(er);var ht={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,er.exports)})(oe,function(n){n.lib.Cipher||function(r){var s=n,i=s.lib,l=i.Base,p=i.WordArray,g=i.BufferedBlockAlgorithm,u=s.enc;u.Utf8;var a=u.Base64,o=s.algo,c=o.EvpKDF,f=i.Cipher=g.extend({cfg:l.extend(),createEncryptor:function(T,w){return this.create(this._ENC_XFORM_MODE,T,w)},createDecryptor:function(T,w){return this.create(this._DEC_XFORM_MODE,T,w)},init:function(T,w,P){this.cfg=this.cfg.extend(P),this._xformMode=T,this._key=w,this.reset()},reset:function(){g.reset.call(this),this._doReset()},process:function(T){return this._append(T),this._process()},finalize:function(T){T&&this._append(T);var w=this._doFinalize();return w},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function T(w){return typeof w=="string"?O:E}return function(w){return{encrypt:function(P,M,k){return T(M).encrypt(w,P,M,k)},decrypt:function(P,M,k){return T(M).decrypt(w,P,M,k)}}}}()});i.StreamCipher=f.extend({_doFinalize:function(){var T=this._process(!0);return T},blockSize:1});var d=s.mode={},h=i.BlockCipherMode=l.extend({createEncryptor:function(T,w){return this.Encryptor.create(T,w)},createDecryptor:function(T,w){return this.Decryptor.create(T,w)},init:function(T,w){this._cipher=T,this._iv=w}}),m=d.CBC=function(){var T=h.extend();T.Encryptor=T.extend({processBlock:function(P,M){var k=this._cipher,j=k.blockSize;w.call(this,P,M,j),k.encryptBlock(P,M),this._prevBlock=P.slice(M,M+j)}}),T.Decryptor=T.extend({processBlock:function(P,M){var k=this._cipher,j=k.blockSize,q=P.slice(M,M+j);k.decryptBlock(P,M),w.call(this,P,M,j),this._prevBlock=q}});function w(P,M,k){var j,q=this._iv;q?(j=q,this._iv=r):j=this._prevBlock;for(var U=0;U<k;U++)P[M+U]^=j[U]}return T}(),b=s.pad={},y=b.Pkcs7={pad:function(T,w){for(var P=w*4,M=P-T.sigBytes%P,k=M<<24|M<<16|M<<8|M,j=[],q=0;q<M;q+=4)j.push(k);var U=p.create(j,M);T.concat(U)},unpad:function(T){var w=T.words[T.sigBytes-1>>>2]&255;T.sigBytes-=w}};i.BlockCipher=f.extend({cfg:f.cfg.extend({mode:m,padding:y}),reset:function(){var T;f.reset.call(this);var w=this.cfg,P=w.iv,M=w.mode;this._xformMode==this._ENC_XFORM_MODE?T=M.createEncryptor:(T=M.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==T?this._mode.init(this,P&&P.words):(this._mode=T.call(M,this,P&&P.words),this._mode.__creator=T)},_doProcessBlock:function(T,w){this._mode.processBlock(T,w)},_doFinalize:function(){var T,w=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(w.pad(this._data,this.blockSize),T=this._process(!0)):(T=this._process(!0),w.unpad(T)),T},blockSize:128/32});var v=i.CipherParams=l.extend({init:function(T){this.mixIn(T)},toString:function(T){return(T||this.formatter).stringify(this)}}),_=s.format={},x=_.OpenSSL={stringify:function(T){var w,P=T.ciphertext,M=T.salt;return M?w=p.create([1398893684,1701076831]).concat(M).concat(P):w=P,w.toString(a)},parse:function(T){var w,P=a.parse(T),M=P.words;return M[0]==1398893684&&M[1]==1701076831&&(w=p.create(M.slice(2,4)),M.splice(0,4),P.sigBytes-=16),v.create({ciphertext:P,salt:w})}},E=i.SerializableCipher=l.extend({cfg:l.extend({format:x}),encrypt:function(T,w,P,M){M=this.cfg.extend(M);var k=T.createEncryptor(P,M),j=k.finalize(w),q=k.cfg;return v.create({ciphertext:j,key:P,iv:q.iv,algorithm:T,mode:q.mode,padding:q.padding,blockSize:T.blockSize,formatter:M.format})},decrypt:function(T,w,P,M){M=this.cfg.extend(M),w=this._parse(w,M.format);var k=T.createDecryptor(P,M).finalize(w.ciphertext);return k},_parse:function(T,w){return typeof T=="string"?w.parse(T,this):T}}),S=s.kdf={},A=S.OpenSSL={execute:function(T,w,P,M,k){if(M||(M=p.random(64/8)),k)var j=c.create({keySize:w+P,hasher:k}).compute(T,M);else var j=c.create({keySize:w+P}).compute(T,M);var q=p.create(j.words.slice(w),P*4);return j.sigBytes=w*4,v.create({key:j,iv:q,salt:M})}},O=i.PasswordBasedCipher=E.extend({cfg:E.cfg.extend({kdf:A}),encrypt:function(T,w,P,M){M=this.cfg.extend(M);var k=M.kdf.execute(P,T.keySize,T.ivSize,M.salt,M.hasher);M.iv=k.iv;var j=E.encrypt.call(this,T,w,k.key,M);return j.mixIn(k),j},decrypt:function(T,w,P,M){M=this.cfg.extend(M),w=this._parse(w,M.format);var k=M.kdf.execute(P,T.keySize,T.ivSize,w.salt,M.hasher);M.iv=k.iv;var j=E.decrypt.call(this,T,w,k.key,M);return j}})}()})})(ht);var vy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.mode.CFB=function(){var r=n.lib.BlockCipherMode.extend();r.Encryptor=r.extend({processBlock:function(i,l){var p=this._cipher,g=p.blockSize;s.call(this,i,l,g,p),this._prevBlock=i.slice(l,l+g)}}),r.Decryptor=r.extend({processBlock:function(i,l){var p=this._cipher,g=p.blockSize,u=i.slice(l,l+g);s.call(this,i,l,g,p),this._prevBlock=u}});function s(i,l,p,g){var u,a=this._iv;a?(u=a.slice(0),this._iv=void 0):u=this._prevBlock,g.encryptBlock(u,0);for(var o=0;o<p;o++)i[l+o]^=u[o]}return r}(),n.mode.CFB})})(vy);var yy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.mode.CTR=function(){var r=n.lib.BlockCipherMode.extend(),s=r.Encryptor=r.extend({processBlock:function(i,l){var p=this._cipher,g=p.blockSize,u=this._iv,a=this._counter;u&&(a=this._counter=u.slice(0),this._iv=void 0);var o=a.slice(0);p.encryptBlock(o,0),a[g-1]=a[g-1]+1|0;for(var c=0;c<g;c++)i[l+c]^=o[c]}});return r.Decryptor=s,r}(),n.mode.CTR})})(yy);var by={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){/** @preserve
 * Counter block mode compatible with  Dr Brian Gladman fileenc.c
 * derived from CryptoJS.mode.CTR
 * Jan Hruby jhruby.web@gmail.com
 */return n.mode.CTRGladman=function(){var r=n.lib.BlockCipherMode.extend();function s(p){if((p>>24&255)===255){var g=p>>16&255,u=p>>8&255,a=p&255;g===255?(g=0,u===255?(u=0,a===255?a=0:++a):++u):++g,p=0,p+=g<<16,p+=u<<8,p+=a}else p+=1<<24;return p}function i(p){return(p[0]=s(p[0]))===0&&(p[1]=s(p[1])),p}var l=r.Encryptor=r.extend({processBlock:function(p,g){var u=this._cipher,a=u.blockSize,o=this._iv,c=this._counter;o&&(c=this._counter=o.slice(0),this._iv=void 0),i(c);var f=c.slice(0);u.encryptBlock(f,0);for(var d=0;d<a;d++)p[g+d]^=f[d]}});return r.Decryptor=l,r}(),n.mode.CTRGladman})})(by);var _y={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.mode.OFB=function(){var r=n.lib.BlockCipherMode.extend(),s=r.Encryptor=r.extend({processBlock:function(i,l){var p=this._cipher,g=p.blockSize,u=this._iv,a=this._keystream;u&&(a=this._keystream=u.slice(0),this._iv=void 0),p.encryptBlock(a,0);for(var o=0;o<g;o++)i[l+o]^=a[o]}});return r.Decryptor=s,r}(),n.mode.OFB})})(_y);var xy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.mode.ECB=function(){var r=n.lib.BlockCipherMode.extend();return r.Encryptor=r.extend({processBlock:function(s,i){this._cipher.encryptBlock(s,i)}}),r.Decryptor=r.extend({processBlock:function(s,i){this._cipher.decryptBlock(s,i)}}),r}(),n.mode.ECB})})(xy);var Ey={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.pad.AnsiX923={pad:function(r,s){var i=r.sigBytes,l=s*4,p=l-i%l,g=i+p-1;r.clamp(),r.words[g>>>2]|=p<<24-g%4*8,r.sigBytes+=p},unpad:function(r){var s=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=s}},n.pad.Ansix923})})(Ey);var Ay={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.pad.Iso10126={pad:function(r,s){var i=s*4,l=i-r.sigBytes%i;r.concat(n.lib.WordArray.random(l-1)).concat(n.lib.WordArray.create([l<<24],1))},unpad:function(r){var s=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=s}},n.pad.Iso10126})})(Ay);var Sy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.pad.Iso97971={pad:function(r,s){r.concat(n.lib.WordArray.create([2147483648],1)),n.pad.ZeroPadding.pad(r,s)},unpad:function(r){n.pad.ZeroPadding.unpad(r),r.sigBytes--}},n.pad.Iso97971})})(Sy);var Oy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.pad.ZeroPadding={pad:function(r,s){var i=s*4;r.clamp(),r.sigBytes+=i-(r.sigBytes%i||i)},unpad:function(r){for(var s=r.words,i=r.sigBytes-1,i=r.sigBytes-1;i>=0;i--)if(s[i>>>2]>>>24-i%4*8&255){r.sigBytes=i+1;break}}},n.pad.ZeroPadding})})(Oy);var Ty={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return n.pad.NoPadding={pad:function(){},unpad:function(){}},n.pad.NoPadding})})(Ty);var Py={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ht.exports)})(oe,function(n){return function(r){var s=n,i=s.lib,l=i.CipherParams,p=s.enc,g=p.Hex,u=s.format;u.Hex={stringify:function(a){return a.ciphertext.toString(g)},parse:function(a){var o=g.parse(a);return l.create({ciphertext:o})}}}(),n.format.Hex})})(Py);var wy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Tr.exports,Pr.exports,er.exports,ht.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.BlockCipher,l=r.algo,p=[],g=[],u=[],a=[],o=[],c=[],f=[],d=[],h=[],m=[];(function(){for(var v=[],_=0;_<256;_++)_<128?v[_]=_<<1:v[_]=_<<1^283;for(var x=0,E=0,_=0;_<256;_++){var S=E^E<<1^E<<2^E<<3^E<<4;S=S>>>8^S&255^99,p[x]=S,g[S]=x;var A=v[x],O=v[A],T=v[O],w=v[S]*257^S*16843008;u[x]=w<<24|w>>>8,a[x]=w<<16|w>>>16,o[x]=w<<8|w>>>24,c[x]=w;var w=T*16843009^O*65537^A*257^x*16843008;f[S]=w<<24|w>>>8,d[S]=w<<16|w>>>16,h[S]=w<<8|w>>>24,m[S]=w,x?(x=A^v[v[v[T^A]]],E^=v[v[E]]):x=E=1}})();var b=[0,1,2,4,8,16,32,64,128,27,54],y=l.AES=i.extend({_doReset:function(){var v;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var _=this._keyPriorReset=this._key,x=_.words,E=_.sigBytes/4,S=this._nRounds=E+6,A=(S+1)*4,O=this._keySchedule=[],T=0;T<A;T++)T<E?O[T]=x[T]:(v=O[T-1],T%E?E>6&&T%E==4&&(v=p[v>>>24]<<24|p[v>>>16&255]<<16|p[v>>>8&255]<<8|p[v&255]):(v=v<<8|v>>>24,v=p[v>>>24]<<24|p[v>>>16&255]<<16|p[v>>>8&255]<<8|p[v&255],v^=b[T/E|0]<<24),O[T]=O[T-E]^v);for(var w=this._invKeySchedule=[],P=0;P<A;P++){var T=A-P;if(P%4)var v=O[T];else var v=O[T-4];P<4||T<=4?w[P]=v:w[P]=f[p[v>>>24]]^d[p[v>>>16&255]]^h[p[v>>>8&255]]^m[p[v&255]]}}},encryptBlock:function(v,_){this._doCryptBlock(v,_,this._keySchedule,u,a,o,c,p)},decryptBlock:function(v,_){var x=v[_+1];v[_+1]=v[_+3],v[_+3]=x,this._doCryptBlock(v,_,this._invKeySchedule,f,d,h,m,g);var x=v[_+1];v[_+1]=v[_+3],v[_+3]=x},_doCryptBlock:function(v,_,x,E,S,A,O,T){for(var w=this._nRounds,P=v[_]^x[0],M=v[_+1]^x[1],k=v[_+2]^x[2],j=v[_+3]^x[3],q=4,U=1;U<w;U++){var G=E[P>>>24]^S[M>>>16&255]^A[k>>>8&255]^O[j&255]^x[q++],de=E[M>>>24]^S[k>>>16&255]^A[j>>>8&255]^O[P&255]^x[q++],se=E[k>>>24]^S[j>>>16&255]^A[P>>>8&255]^O[M&255]^x[q++],H=E[j>>>24]^S[P>>>16&255]^A[M>>>8&255]^O[k&255]^x[q++];P=G,M=de,k=se,j=H}var G=(T[P>>>24]<<24|T[M>>>16&255]<<16|T[k>>>8&255]<<8|T[j&255])^x[q++],de=(T[M>>>24]<<24|T[k>>>16&255]<<16|T[j>>>8&255]<<8|T[P&255])^x[q++],se=(T[k>>>24]<<24|T[j>>>16&255]<<16|T[P>>>8&255]<<8|T[M&255])^x[q++],H=(T[j>>>24]<<24|T[P>>>16&255]<<16|T[M>>>8&255]<<8|T[k&255])^x[q++];v[_]=G,v[_+1]=de,v[_+2]=se,v[_+3]=H},keySize:256/32});r.AES=i._createHelper(y)}(),n.AES})})(wy);var Cy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Tr.exports,Pr.exports,er.exports,ht.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.WordArray,l=s.BlockCipher,p=r.algo,g=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],u=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],o=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],c=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],f=p.DES=l.extend({_doReset:function(){for(var b=this._key,y=b.words,v=[],_=0;_<56;_++){var x=g[_]-1;v[_]=y[x>>>5]>>>31-x%32&1}for(var E=this._subKeys=[],S=0;S<16;S++){for(var A=E[S]=[],O=a[S],_=0;_<24;_++)A[_/6|0]|=v[(u[_]-1+O)%28]<<31-_%6,A[4+(_/6|0)]|=v[28+(u[_+24]-1+O)%28]<<31-_%6;A[0]=A[0]<<1|A[0]>>>31;for(var _=1;_<7;_++)A[_]=A[_]>>>(_-1)*4+3;A[7]=A[7]<<5|A[7]>>>27}for(var T=this._invSubKeys=[],_=0;_<16;_++)T[_]=E[15-_]},encryptBlock:function(b,y){this._doCryptBlock(b,y,this._subKeys)},decryptBlock:function(b,y){this._doCryptBlock(b,y,this._invSubKeys)},_doCryptBlock:function(b,y,v){this._lBlock=b[y],this._rBlock=b[y+1],d.call(this,4,252645135),d.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),d.call(this,1,1431655765);for(var _=0;_<16;_++){for(var x=v[_],E=this._lBlock,S=this._rBlock,A=0,O=0;O<8;O++)A|=o[O][((S^x[O])&c[O])>>>0];this._lBlock=S,this._rBlock=E^A}var T=this._lBlock;this._lBlock=this._rBlock,this._rBlock=T,d.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),b[y]=this._lBlock,b[y+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function d(b,y){var v=(this._lBlock>>>b^this._rBlock)&y;this._rBlock^=v,this._lBlock^=v<<b}function h(b,y){var v=(this._rBlock>>>b^this._lBlock)&y;this._lBlock^=v,this._rBlock^=v<<b}r.DES=l._createHelper(f);var m=p.TripleDES=l.extend({_doReset:function(){var b=this._key,y=b.words;if(y.length!==2&&y.length!==4&&y.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var v=y.slice(0,2),_=y.length<4?y.slice(0,2):y.slice(2,4),x=y.length<6?y.slice(0,2):y.slice(4,6);this._des1=f.createEncryptor(i.create(v)),this._des2=f.createEncryptor(i.create(_)),this._des3=f.createEncryptor(i.create(x))},encryptBlock:function(b,y){this._des1.encryptBlock(b,y),this._des2.decryptBlock(b,y),this._des3.encryptBlock(b,y)},decryptBlock:function(b,y){this._des3.decryptBlock(b,y),this._des2.encryptBlock(b,y),this._des1.decryptBlock(b,y)},keySize:192/32,ivSize:64/32,blockSize:64/32});r.TripleDES=l._createHelper(m)}(),n.TripleDES})})(Cy);var Ry={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Tr.exports,Pr.exports,er.exports,ht.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.StreamCipher,l=r.algo,p=l.RC4=i.extend({_doReset:function(){for(var a=this._key,o=a.words,c=a.sigBytes,f=this._S=[],d=0;d<256;d++)f[d]=d;for(var d=0,h=0;d<256;d++){var m=d%c,b=o[m>>>2]>>>24-m%4*8&255;h=(h+f[d]+b)%256;var y=f[d];f[d]=f[h],f[h]=y}this._i=this._j=0},_doProcessBlock:function(a,o){a[o]^=g.call(this)},keySize:256/32,ivSize:0});function g(){for(var a=this._S,o=this._i,c=this._j,f=0,d=0;d<4;d++){o=(o+1)%256,c=(c+a[o])%256;var h=a[o];a[o]=a[c],a[c]=h,f|=a[(a[o]+a[c])%256]<<24-d*8}return this._i=o,this._j=c,f}r.RC4=i._createHelper(p);var u=l.RC4Drop=p.extend({cfg:p.cfg.extend({drop:192}),_doReset:function(){p._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)g.call(this)}});r.RC4Drop=i._createHelper(u)}(),n.RC4})})(Ry);var Fy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Tr.exports,Pr.exports,er.exports,ht.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.StreamCipher,l=r.algo,p=[],g=[],u=[],a=l.Rabbit=i.extend({_doReset:function(){for(var c=this._key.words,f=this.cfg.iv,d=0;d<4;d++)c[d]=(c[d]<<8|c[d]>>>24)&16711935|(c[d]<<24|c[d]>>>8)&4278255360;var h=this._X=[c[0],c[3]<<16|c[2]>>>16,c[1],c[0]<<16|c[3]>>>16,c[2],c[1]<<16|c[0]>>>16,c[3],c[2]<<16|c[1]>>>16],m=this._C=[c[2]<<16|c[2]>>>16,c[0]&4294901760|c[1]&65535,c[3]<<16|c[3]>>>16,c[1]&4294901760|c[2]&65535,c[0]<<16|c[0]>>>16,c[2]&4294901760|c[3]&65535,c[1]<<16|c[1]>>>16,c[3]&4294901760|c[0]&65535];this._b=0;for(var d=0;d<4;d++)o.call(this);for(var d=0;d<8;d++)m[d]^=h[d+4&7];if(f){var b=f.words,y=b[0],v=b[1],_=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,x=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,E=_>>>16|x&4294901760,S=x<<16|_&65535;m[0]^=_,m[1]^=E,m[2]^=x,m[3]^=S,m[4]^=_,m[5]^=E,m[6]^=x,m[7]^=S;for(var d=0;d<4;d++)o.call(this)}},_doProcessBlock:function(c,f){var d=this._X;o.call(this),p[0]=d[0]^d[5]>>>16^d[3]<<16,p[1]=d[2]^d[7]>>>16^d[5]<<16,p[2]=d[4]^d[1]>>>16^d[7]<<16,p[3]=d[6]^d[3]>>>16^d[1]<<16;for(var h=0;h<4;h++)p[h]=(p[h]<<8|p[h]>>>24)&16711935|(p[h]<<24|p[h]>>>8)&4278255360,c[f+h]^=p[h]},blockSize:128/32,ivSize:64/32});function o(){for(var c=this._X,f=this._C,d=0;d<8;d++)g[d]=f[d];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<g[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<g[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<g[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<g[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<g[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<g[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<g[6]>>>0?1:0)|0,this._b=f[7]>>>0<g[7]>>>0?1:0;for(var d=0;d<8;d++){var h=c[d]+f[d],m=h&65535,b=h>>>16,y=((m*m>>>17)+m*b>>>15)+b*b,v=((h&4294901760)*h|0)+((h&65535)*h|0);u[d]=y^v}c[0]=u[0]+(u[7]<<16|u[7]>>>16)+(u[6]<<16|u[6]>>>16)|0,c[1]=u[1]+(u[0]<<8|u[0]>>>24)+u[7]|0,c[2]=u[2]+(u[1]<<16|u[1]>>>16)+(u[0]<<16|u[0]>>>16)|0,c[3]=u[3]+(u[2]<<8|u[2]>>>24)+u[1]|0,c[4]=u[4]+(u[3]<<16|u[3]>>>16)+(u[2]<<16|u[2]>>>16)|0,c[5]=u[5]+(u[4]<<8|u[4]>>>24)+u[3]|0,c[6]=u[6]+(u[5]<<16|u[5]>>>16)+(u[4]<<16|u[4]>>>16)|0,c[7]=u[7]+(u[6]<<8|u[6]>>>24)+u[5]|0}r.Rabbit=i._createHelper(a)}(),n.Rabbit})})(Fy);var Dy={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Tr.exports,Pr.exports,er.exports,ht.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.StreamCipher,l=r.algo,p=[],g=[],u=[],a=l.RabbitLegacy=i.extend({_doReset:function(){var c=this._key.words,f=this.cfg.iv,d=this._X=[c[0],c[3]<<16|c[2]>>>16,c[1],c[0]<<16|c[3]>>>16,c[2],c[1]<<16|c[0]>>>16,c[3],c[2]<<16|c[1]>>>16],h=this._C=[c[2]<<16|c[2]>>>16,c[0]&4294901760|c[1]&65535,c[3]<<16|c[3]>>>16,c[1]&4294901760|c[2]&65535,c[0]<<16|c[0]>>>16,c[2]&4294901760|c[3]&65535,c[1]<<16|c[1]>>>16,c[3]&4294901760|c[0]&65535];this._b=0;for(var m=0;m<4;m++)o.call(this);for(var m=0;m<8;m++)h[m]^=d[m+4&7];if(f){var b=f.words,y=b[0],v=b[1],_=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,x=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,E=_>>>16|x&4294901760,S=x<<16|_&65535;h[0]^=_,h[1]^=E,h[2]^=x,h[3]^=S,h[4]^=_,h[5]^=E,h[6]^=x,h[7]^=S;for(var m=0;m<4;m++)o.call(this)}},_doProcessBlock:function(c,f){var d=this._X;o.call(this),p[0]=d[0]^d[5]>>>16^d[3]<<16,p[1]=d[2]^d[7]>>>16^d[5]<<16,p[2]=d[4]^d[1]>>>16^d[7]<<16,p[3]=d[6]^d[3]>>>16^d[1]<<16;for(var h=0;h<4;h++)p[h]=(p[h]<<8|p[h]>>>24)&16711935|(p[h]<<24|p[h]>>>8)&4278255360,c[f+h]^=p[h]},blockSize:128/32,ivSize:64/32});function o(){for(var c=this._X,f=this._C,d=0;d<8;d++)g[d]=f[d];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<g[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<g[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<g[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<g[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<g[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<g[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<g[6]>>>0?1:0)|0,this._b=f[7]>>>0<g[7]>>>0?1:0;for(var d=0;d<8;d++){var h=c[d]+f[d],m=h&65535,b=h>>>16,y=((m*m>>>17)+m*b>>>15)+b*b,v=((h&4294901760)*h|0)+((h&65535)*h|0);u[d]=y^v}c[0]=u[0]+(u[7]<<16|u[7]>>>16)+(u[6]<<16|u[6]>>>16)|0,c[1]=u[1]+(u[0]<<8|u[0]>>>24)+u[7]|0,c[2]=u[2]+(u[1]<<16|u[1]>>>16)+(u[0]<<16|u[0]>>>16)|0,c[3]=u[3]+(u[2]<<8|u[2]>>>24)+u[1]|0,c[4]=u[4]+(u[3]<<16|u[3]>>>16)+(u[2]<<16|u[2]>>>16)|0,c[5]=u[5]+(u[4]<<8|u[4]>>>24)+u[3]|0,c[6]=u[6]+(u[5]<<16|u[5]>>>16)+(u[4]<<16|u[4]>>>16)|0,c[7]=u[7]+(u[6]<<8|u[6]>>>24)+u[5]|0}r.RabbitLegacy=i._createHelper(a)}(),n.RabbitLegacy})})(Dy);var By={exports:{}};(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,Tr.exports,Pr.exports,er.exports,ht.exports)})(oe,function(n){return function(){var r=n,s=r.lib,i=s.BlockCipher,l=r.algo;const p=16,g=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],u=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var a={pbox:[],sbox:[]};function o(m,b){let y=b>>24&255,v=b>>16&255,_=b>>8&255,x=b&255,E=m.sbox[0][y]+m.sbox[1][v];return E=E^m.sbox[2][_],E=E+m.sbox[3][x],E}function c(m,b,y){let v=b,_=y,x;for(let E=0;E<p;++E)v=v^m.pbox[E],_=o(m,v)^_,x=v,v=_,_=x;return x=v,v=_,_=x,_=_^m.pbox[p],v=v^m.pbox[p+1],{left:v,right:_}}function f(m,b,y){let v=b,_=y,x;for(let E=p+1;E>1;--E)v=v^m.pbox[E],_=o(m,v)^_,x=v,v=_,_=x;return x=v,v=_,_=x,_=_^m.pbox[1],v=v^m.pbox[0],{left:v,right:_}}function d(m,b,y){for(let S=0;S<4;S++){m.sbox[S]=[];for(let A=0;A<256;A++)m.sbox[S][A]=u[S][A]}let v=0;for(let S=0;S<p+2;S++)m.pbox[S]=g[S]^b[v],v++,v>=y&&(v=0);let _=0,x=0,E=0;for(let S=0;S<p+2;S+=2)E=c(m,_,x),_=E.left,x=E.right,m.pbox[S]=_,m.pbox[S+1]=x;for(let S=0;S<4;S++)for(let A=0;A<256;A+=2)E=c(m,_,x),_=E.left,x=E.right,m.sbox[S][A]=_,m.sbox[S][A+1]=x;return!0}var h=l.Blowfish=i.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var m=this._keyPriorReset=this._key,b=m.words,y=m.sigBytes/4;d(a,b,y)}},encryptBlock:function(m,b){var y=c(a,m[b],m[b+1]);m[b]=y.left,m[b+1]=y.right},decryptBlock:function(m,b){var y=f(a,m[b],m[b+1]);m[b]=y.left,m[b+1]=y.right},blockSize:64/32,keySize:128/32,ivSize:64/32});r.Blowfish=i._createHelper(h)}(),n.Blowfish})})(By);(function(e,t){(function(n,r,s){e.exports=r(Ce.exports,ta.exports,ly.exports,uy.exports,Tr.exports,dy.exports,Pr.exports,Pd.exports,oc.exports,fy.exports,wd.exports,hy.exports,py.exports,my.exports,cc.exports,gy.exports,er.exports,ht.exports,vy.exports,yy.exports,by.exports,_y.exports,xy.exports,Ey.exports,Ay.exports,Sy.exports,Oy.exports,Ty.exports,Py.exports,wy.exports,Cy.exports,Ry.exports,Fy.exports,Dy.exports,By.exports)})(oe,function(n){return n})})(Vi);var Iy=(e=>(e.UNAUTHENTICATED="UNAUTHENTICATED",e.AUTHENTICATED="AUTHENTICATED",e))(Iy||{}),WB=(e=>(e.CLOSED="CLOSED",e.OPEN="OPEN",e))(WB||{});const My=is("webSocket",()=>{const e=Vs(),{hasValidSubscription:t}=ws(e),n=pe({timestamp:null,message:null}),r=pe("CLOSED"),s=pe("UNAUTHENTICATED"),i=[],l=W(()=>r.value==="OPEN"&&s.value==="AUTHENTICATED");qe.on("connect",o),qe.on("connect_error",g),qe.on("disconnect",p),qe.onAny(u);function p(A,O){s.value="UNAUTHENTICATED",r.value="CLOSED"}function g(A){s.value="UNAUTHENTICATED",r.value="CLOSED"}function u(A){n.value.timestamp=Date.now(),n.value.message=A}const a={}.WEBSOCKET_FINGERPRINT||Vi.exports.MD5(JSON.stringify(Bi.is)).toString(Vi.exports.enc.Hex);function o(){var A,O;r.value="OPEN",qe.emit("authorize",{username:(A=e.getCredentials)==null?void 0:A.username,password:(O=e.getCredentials)==null?void 0:O.password,fingerprint:a},(T,w)=>{T||!w?(console.log("authorize failed",T,w),s.value="UNAUTHENTICATED",qe.close()):w&&(s.value="AUTHENTICATED")})}function c(A,O){qe.emit("subscribe watchlist",A,O)}function f(A,O,T,w){return A.length===0?()=>{}:d(A.join(","),O,T,w)}function d(A,O,T,w){return i.includes(T)||(i.push(T),qe.on("buzz",T)),O!==Dd.REALTIME?qe.emit("subscribe title partition",A,O,w):qe.emit("subscribe title",A,w),()=>qe.off("subscribe title partition",T)}function h(A,O){A.length!==0&&qe.emit("unsubscribe title partition",A.join(","),O)}function m(A){A.length!==0&&qe.emit("unsubscribe title",A.join(","))}function b(A,O){qe.on("std_signal",A),qe.emit("subscribe std signals",O)}function y(A,O){qe.on("signal",A),qe.emit("subscribe signals",O)}function v(A,O,T){return i.includes(O)||(i.push(O),qe.on("message",O)),qe.emit("subscribe title messages",A,T),()=>qe.off("subscribe title messages",O)}function _(A,O,T){return A.length===0?()=>{}:v(A.join(","),O,T)}function x(A,O,T){return A.length===0?()=>{}:E(A.join(","),O,T)}function E(A,O,T){return i.includes(O)||(i.push(O),qe.on("tick",O)),qe.emit("subscribe title ticks",A,T),()=>qe.off("subscribe title ticks",O)}return Pe(t,A=>{A?qe.open():(s.value="UNAUTHENTICATED",r.value="CLOSED",qe.close())},{immediate:!0}),{socketStatus:r,authStatus:s,isSocketReady:l,lastData:n,emitSubscribeStdSignals:b,emitSubscribeSignals:y,emitSubscribeWatchlist:c,emitSubscribeTitleMessages:v,emitSubscribeTitlesMessages:_,emitUnsubscribeTitles:m,emitSubscribeTitlesPartition:f,emitUnsubscribeTitlesPartition:h,emitSubscribeTitleTicks:E,emitSubscribeTitlesTicks:x}});var qn={},ky={},Ly={},Je=rP(uR),Ae={},Ke={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.RequiredError=e.BaseAPI=e.COLLECTION_FORMATS=e.BASE_PATH=void 0;const t=Je;e.BASE_PATH="https://api.stockpulse.de/v6".replace(/\/+$/,""),e.COLLECTION_FORMATS={csv:",",ssv:" ",tsv:"	",pipes:"|"};class n{constructor(i,l=e.BASE_PATH,p=t.default){this.basePath=l,this.axios=p,i&&(this.configuration=i,this.basePath=i.basePath||this.basePath)}}e.BaseAPI=n;class r extends Error{constructor(i,l){super(l),this.field=i,this.name="RequiredError"}}e.RequiredError=r})(Ke);var Cd=oe&&oe.__awaiter||function(e,t,n,r){function s(i){return i instanceof n?i:new n(function(l){l(i)})}return new(n||(n=Promise))(function(i,l){function p(a){try{u(r.next(a))}catch(o){l(o)}}function g(a){try{u(r.throw(a))}catch(o){l(o)}}function u(a){a.done?i(a.value):s(a.value).then(p,g)}u((r=r.apply(e,t||[])).next())})};Object.defineProperty(Ae,"__esModule",{value:!0});Ae.createRequestFunction=Ae.toPathString=Ae.serializeDataIfNeeded=Ae.setSearchParams=Ae.setOAuthToObject=Ae.setBearerAuthToObject=Ae.setBasicAuthToObject=Ae.setApiKeyToObject=Ae.assertParamExists=Ae.DUMMY_BASE_URL=void 0;const KB=Ke;Ae.DUMMY_BASE_URL="https://example.com";const GB=function(e,t,n){if(n==null)throw new KB.RequiredError(t,`Required parameter ${t} was null or undefined when calling ${e}.`)};Ae.assertParamExists=GB;const YB=function(e,t,n){return Cd(this,void 0,void 0,function*(){if(n&&n.apiKey){const r=typeof n.apiKey=="function"?yield n.apiKey(t):yield n.apiKey;e[t]=r}})};Ae.setApiKeyToObject=YB;const QB=function(e,t){t&&(t.username||t.password)&&(e.auth={username:t.username,password:t.password})};Ae.setBasicAuthToObject=QB;const XB=function(e,t){return Cd(this,void 0,void 0,function*(){if(t&&t.accessToken){const n=typeof t.accessToken=="function"?yield t.accessToken():yield t.accessToken;e.Authorization="Bearer "+n}})};Ae.setBearerAuthToObject=XB;const JB=function(e,t,n,r){return Cd(this,void 0,void 0,function*(){if(r&&r.accessToken){const s=typeof r.accessToken=="function"?yield r.accessToken(t,n):yield r.accessToken;e.Authorization="Bearer "+s}})};Ae.setOAuthToObject=JB;const ZB=function(e,...t){const n=new URLSearchParams(e.search);for(const r of t)for(const s in r)if(Array.isArray(r[s])){n.delete(s);for(const i of r[s])n.append(s,i)}else n.set(s,r[s]);e.search=n.toString()};Ae.setSearchParams=ZB;const eI=function(e,t,n){const r=typeof e!="string";return(r&&n&&n.isJsonMime?n.isJsonMime(t.headers["Content-Type"]):r)?JSON.stringify(e!==void 0?e:{}):e||""};Ae.serializeDataIfNeeded=eI;const tI=function(e){return e.pathname+e.search+e.hash};Ae.toPathString=tI;const nI=function(e,t,n,r){return(s=t,i=n)=>{const l=Object.assign(Object.assign({},e.options),{url:((r==null?void 0:r.basePath)||i)+e.url});return s.request(l)}};Ae.createRequestFunction=nI;(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.AIApi=e.AIApiFactory=e.AIApiFp=e.AIApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{generateExecutiveSummaryAi:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("generateExecutiveSummaryAi","generateExecutiveSummaryAiRequest",a);const f="/ai/textgen/executive-summary",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"POST"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),b["Content-Type"]="application/json",(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),m.data=(0,r.serializeDataIfNeeded)(a,m,u),{url:(0,r.toPathString)(d),options:m}}),generateTopicsListAi:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("generateTopicsListAi","generateTopicsListAiRequest",a);const f="/ai/textgen/topics-list",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"POST"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),b["Content-Type"]="application/json",(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),m.data=(0,r.serializeDataIfNeeded)(a,m,u),{url:(0,r.toPathString)(d),options:m}})}};e.AIApiAxiosParamCreator=i;const l=function(u){const a=(0,e.AIApiAxiosParamCreator)(u);return{generateExecutiveSummaryAi(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.generateExecutiveSummaryAi(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},generateTopicsListAi(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.generateTopicsListAi(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.AIApiFp=l;const p=function(u,a,o){const c=(0,e.AIApiFp)(u);return{generateExecutiveSummaryAi(f,d,h){return c.generateExecutiveSummaryAi(f,d,h).then(m=>m(o,a))},generateTopicsListAi(f,d,h){return c.generateTopicsListAi(f,d,h).then(m=>m(o,a))}}};e.AIApiFactory=p;class g extends s.BaseAPI{generateExecutiveSummaryAi(a,o,c){return(0,e.AIApiFp)(this.configuration).generateExecutiveSummaryAi(a,o,c).then(f=>f(this.axios,this.basePath))}generateTopicsListAi(a,o,c){return(0,e.AIApiFp)(this.configuration).generateTopicsListAi(a,o,c).then(f=>f(this.axios,this.basePath))}}e.AIApi=g})(Ly);var Ny={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.AuthorsApi=e.AuthorsApiFactory=e.AuthorsApiFp=e.AuthorsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getAuthorGraphForAuthorsInSource:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getAuthorGraphForAuthorsInSource","source",a),(0,r.assertParamExists)("getAuthorGraphForAuthorsInSource","author",o);const m="/authors/{source}/{author}/network".replace("{source}",encodeURIComponent(String(a))).replace("{author}",encodeURIComponent(String(o))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),c!==void 0&&(x.startDate=c),f!==void 0&&(x.endDate=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getAuthorStatisticsForAuthorsInSource:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getAuthorStatisticsForAuthorsInSource","source",a),(0,r.assertParamExists)("getAuthorStatisticsForAuthorsInSource","author",o);const d="/authors/{source}/{author}".replace("{source}",encodeURIComponent(String(a))).replace("{author}",encodeURIComponent(String(o))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getMessagesForAuthorsInSource:(a,o,c,f,d,h,m,b={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getMessagesForAuthorsInSource","source",a),(0,r.assertParamExists)("getMessagesForAuthorsInSource","authors",o);const y="/authors/{source}/{authors}/messages".replace("{source}",encodeURIComponent(String(a))).replace("{authors}",encodeURIComponent(String(o))),v=new URL(y,r.DUMMY_BASE_URL);let _;u&&(_=u.baseOptions);const x=Object.assign(Object.assign({method:"GET"},_),b),E={},S={};(0,r.setBasicAuthToObject)(x,u),c!==void 0&&(S.full_text=c),f!==void 0&&(S.startDate=f),d!==void 0&&(S.endDate=d),h!==void 0&&(S.limit=h),m!==void 0&&(S.format=m),(0,r.setSearchParams)(v,S);let A=_&&_.headers?_.headers:{};return x.headers=Object.assign(Object.assign(Object.assign({},E),A),b.headers),{url:(0,r.toPathString)(v),options:x}}),statsSearchAuthor:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("statsSearchAuthor","statsSearchAuthorRequest",a);const f="/authors/search",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"POST"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),b["Content-Type"]="application/json",(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),m.data=(0,r.serializeDataIfNeeded)(a,m,u),{url:(0,r.toPathString)(d),options:m}})}};e.AuthorsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.AuthorsApiAxiosParamCreator)(u);return{getAuthorGraphForAuthorsInSource(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getAuthorGraphForAuthorsInSource(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getAuthorStatisticsForAuthorsInSource(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getAuthorStatisticsForAuthorsInSource(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getMessagesForAuthorsInSource(o,c,f,d,h,m,b,y){return t(this,void 0,void 0,function*(){const v=yield a.getMessagesForAuthorsInSource(o,c,f,d,h,m,b,y);return(0,r.createRequestFunction)(v,n.default,s.BASE_PATH,u)})},statsSearchAuthor(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.statsSearchAuthor(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.AuthorsApiFp=l;const p=function(u,a,o){const c=(0,e.AuthorsApiFp)(u);return{getAuthorGraphForAuthorsInSource(f,d,h,m,b,y){return c.getAuthorGraphForAuthorsInSource(f,d,h,m,b,y).then(v=>v(o,a))},getAuthorStatisticsForAuthorsInSource(f,d,h,m){return c.getAuthorStatisticsForAuthorsInSource(f,d,h,m).then(b=>b(o,a))},getMessagesForAuthorsInSource(f,d,h,m,b,y,v,_){return c.getMessagesForAuthorsInSource(f,d,h,m,b,y,v,_).then(x=>x(o,a))},statsSearchAuthor(f,d,h){return c.statsSearchAuthor(f,d,h).then(m=>m(o,a))}}};e.AuthorsApiFactory=p;class g extends s.BaseAPI{getAuthorGraphForAuthorsInSource(a,o,c,f,d,h){return(0,e.AuthorsApiFp)(this.configuration).getAuthorGraphForAuthorsInSource(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getAuthorStatisticsForAuthorsInSource(a,o,c,f){return(0,e.AuthorsApiFp)(this.configuration).getAuthorStatisticsForAuthorsInSource(a,o,c,f).then(d=>d(this.axios,this.basePath))}getMessagesForAuthorsInSource(a,o,c,f,d,h,m,b){return(0,e.AuthorsApiFp)(this.configuration).getMessagesForAuthorsInSource(a,o,c,f,d,h,m,b).then(y=>y(this.axios,this.basePath))}statsSearchAuthor(a,o,c){return(0,e.AuthorsApiFp)(this.configuration).statsSearchAuthor(a,o,c).then(f=>f(this.axios,this.basePath))}}e.AuthorsApi=g})(Ny);var jy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.BuzzSentimentApi=e.BuzzSentimentApiFactory=e.BuzzSentimentApiFp=e.BuzzSentimentApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getBuzzSentimentForTitles:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getBuzzSentimentForTitles","idents",a);const d="/titles/{idents}".replace("{idents}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.partition=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getHistoricBuzzSentimentForTitles:(a,o,c,f,d,h,m={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getHistoricBuzzSentimentForTitles","idents",a);const b="/titles/{idents}/history".replace("{idents}",encodeURIComponent(String(a))),y=new URL(b,r.DUMMY_BASE_URL);let v;u&&(v=u.baseOptions);const _=Object.assign(Object.assign({method:"GET"},v),m),x={},E={};(0,r.setBasicAuthToObject)(_,u),o!==void 0&&(E.fields=o),c!==void 0&&(E.startDate=c),f!==void 0&&(E.endDate=f),d!==void 0&&(E.partition=d),h!==void 0&&(E.format=h),(0,r.setSearchParams)(y,E);let S=v&&v.headers?v.headers:{};return _.headers=Object.assign(Object.assign(Object.assign({},x),S),m.headers),{url:(0,r.toPathString)(y),options:_}}),getImportantMessagesForTitles:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getImportantMessagesForTitles","ident",a);const h="/titles/{ident}/messages/important".replace("{ident}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),o!==void 0&&(_.startDate=o),c!==void 0&&(_.endDate=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getLists:(a,o,c={})=>t(this,void 0,void 0,function*(){const f="/lists",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),a!==void 0&&(y.partition=a),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getListsConstituentsForLists:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getListsConstituentsForLists","lid",a);const d="/lists/{lid}".replace("{lid}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.partition=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getMessagesForLists:(a,o,c,f,d,h,m,b,y={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getMessagesForLists","lid",a);const v="/lists/{lid}/messages".replace("{lid}",encodeURIComponent(String(a))),_=new URL(v,r.DUMMY_BASE_URL);let x;u&&(x=u.baseOptions);const E=Object.assign(Object.assign({method:"GET"},x),y),S={},A={};(0,r.setBasicAuthToObject)(E,u),o!==void 0&&(A.type=o),c!==void 0&&(A.full_text=c),f!==void 0&&(A.startDate=f),d!==void 0&&(A.endDate=d),h!==void 0&&(A.limit=h),m!==void 0&&(A.partition=m),b!==void 0&&(A.format=b),(0,r.setSearchParams)(_,A);let O=x&&x.headers?x.headers:{};return E.headers=Object.assign(Object.assign(Object.assign({},S),O),y.headers),{url:(0,r.toPathString)(_),options:E}}),getMessagesForTitles:(a,o,c,f,d,h,m,b,y,v,_,x={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getMessagesForTitles","idents",a);const E="/titles/{idents}/messages".replace("{idents}",encodeURIComponent(String(a))),S=new URL(E,r.DUMMY_BASE_URL);let A;u&&(A=u.baseOptions);const O=Object.assign(Object.assign({method:"GET"},A),x),T={},w={};(0,r.setBasicAuthToObject)(O,u),o!==void 0&&(w.type=o),c!==void 0&&(w.source=c),f!==void 0&&(w.lang=f),d!==void 0&&(w.score=d),h!==void 0&&(w.search_term=h),m!==void 0&&(w.full_text=m),b!==void 0&&(w.startDate=b),y!==void 0&&(w.endDate=y),v!==void 0&&(w.limit=v),_!==void 0&&(w.format=_),(0,r.setSearchParams)(S,w);let P=A&&A.headers?A.headers:{};return O.headers=Object.assign(Object.assign(Object.assign({},T),P),x.headers),{url:(0,r.toPathString)(S),options:O}}),getSearchMessages:(a,o,c,f,d,h,m,b,y,v,_,x,E={})=>t(this,void 0,void 0,function*(){const S="/messages/search",A=new URL(S,r.DUMMY_BASE_URL);let O;u&&(O=u.baseOptions);const T=Object.assign(Object.assign({method:"GET"},O),E),w={},P={};(0,r.setBasicAuthToObject)(T,u),a!==void 0&&(P.query=a),o!==void 0&&(P.include_topics_list=o),c!==void 0&&(P.include_exec_summary=c),f!==void 0&&(P.include_stats=f),d!==void 0&&(P.order_by=d),h!==void 0&&(P.offset=h),m!==void 0&&(P.lang=m),b!==void 0&&(P.type=b),y!==void 0&&(P.source=y),v!==void 0&&(P.score=v),_!==void 0&&(P.core=_),x!==void 0&&(P.format=x),(0,r.setSearchParams)(A,P);let M=O&&O.headers?O.headers:{};return T.headers=Object.assign(Object.assign(Object.assign({},w),M),E.headers),{url:(0,r.toPathString)(A),options:T}}),getStatisticsForMessages:(a,o,c,f,d,h,m,b,y,v,_={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getStatisticsForMessages","idents",a);const x="/titles/{idents}/message_statistics".replace("{idents}",encodeURIComponent(String(a))),E=new URL(x,r.DUMMY_BASE_URL);let S;u&&(S=u.baseOptions);const A=Object.assign(Object.assign({method:"GET"},S),_),O={},T={};(0,r.setBasicAuthToObject)(A,u),o!==void 0&&(T.type=o),c!==void 0&&(T.source=c),f!==void 0&&(T.lang=f),d!==void 0&&(T.score=d),h!==void 0&&(T.search_term=h),m!==void 0&&(T.startDate=m),b!==void 0&&(T.endDate=b),y!==void 0&&(T.limit=y),v!==void 0&&(T.format=v),(0,r.setSearchParams)(E,T);let w=S&&S.headers?S.headers:{};return A.headers=Object.assign(Object.assign(Object.assign({},O),w),_.headers),{url:(0,r.toPathString)(E),options:A}}),getTitleInformationForTitles:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getTitleInformationForTitles","idents",a);const d="/titles/{idents}/info".replace("{idents}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.vendor=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),searchSearchMessage:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("searchSearchMessage","searchSearchMessageRequest",a);const d="/messages/search",h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"POST"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.core=o),c!==void 0&&(v.format=c),y["Content-Type"]="application/json",(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),b.data=(0,r.serializeDataIfNeeded)(a,b,u),{url:(0,r.toPathString)(h),options:b}})}};e.BuzzSentimentApiAxiosParamCreator=i;const l=function(u){const a=(0,e.BuzzSentimentApiAxiosParamCreator)(u);return{getBuzzSentimentForTitles(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getBuzzSentimentForTitles(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getHistoricBuzzSentimentForTitles(o,c,f,d,h,m,b){return t(this,void 0,void 0,function*(){const y=yield a.getHistoricBuzzSentimentForTitles(o,c,f,d,h,m,b);return(0,r.createRequestFunction)(y,n.default,s.BASE_PATH,u)})},getImportantMessagesForTitles(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getImportantMessagesForTitles(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getLists(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getLists(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getListsConstituentsForLists(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getListsConstituentsForLists(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getMessagesForLists(o,c,f,d,h,m,b,y,v){return t(this,void 0,void 0,function*(){const _=yield a.getMessagesForLists(o,c,f,d,h,m,b,y,v);return(0,r.createRequestFunction)(_,n.default,s.BASE_PATH,u)})},getMessagesForTitles(o,c,f,d,h,m,b,y,v,_,x,E){return t(this,void 0,void 0,function*(){const S=yield a.getMessagesForTitles(o,c,f,d,h,m,b,y,v,_,x,E);return(0,r.createRequestFunction)(S,n.default,s.BASE_PATH,u)})},getSearchMessages(o,c,f,d,h,m,b,y,v,_,x,E,S){return t(this,void 0,void 0,function*(){const A=yield a.getSearchMessages(o,c,f,d,h,m,b,y,v,_,x,E,S);return(0,r.createRequestFunction)(A,n.default,s.BASE_PATH,u)})},getStatisticsForMessages(o,c,f,d,h,m,b,y,v,_,x){return t(this,void 0,void 0,function*(){const E=yield a.getStatisticsForMessages(o,c,f,d,h,m,b,y,v,_,x);return(0,r.createRequestFunction)(E,n.default,s.BASE_PATH,u)})},getTitleInformationForTitles(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getTitleInformationForTitles(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},searchSearchMessage(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.searchSearchMessage(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})}}};e.BuzzSentimentApiFp=l;const p=function(u,a,o){const c=(0,e.BuzzSentimentApiFp)(u);return{getBuzzSentimentForTitles(f,d,h,m){return c.getBuzzSentimentForTitles(f,d,h,m).then(b=>b(o,a))},getHistoricBuzzSentimentForTitles(f,d,h,m,b,y,v){return c.getHistoricBuzzSentimentForTitles(f,d,h,m,b,y,v).then(_=>_(o,a))},getImportantMessagesForTitles(f,d,h,m,b){return c.getImportantMessagesForTitles(f,d,h,m,b).then(y=>y(o,a))},getLists(f,d,h){return c.getLists(f,d,h).then(m=>m(o,a))},getListsConstituentsForLists(f,d,h,m){return c.getListsConstituentsForLists(f,d,h,m).then(b=>b(o,a))},getMessagesForLists(f,d,h,m,b,y,v,_,x){return c.getMessagesForLists(f,d,h,m,b,y,v,_,x).then(E=>E(o,a))},getMessagesForTitles(f,d,h,m,b,y,v,_,x,E,S,A){return c.getMessagesForTitles(f,d,h,m,b,y,v,_,x,E,S,A).then(O=>O(o,a))},getSearchMessages(f,d,h,m,b,y,v,_,x,E,S,A,O){return c.getSearchMessages(f,d,h,m,b,y,v,_,x,E,S,A,O).then(T=>T(o,a))},getStatisticsForMessages(f,d,h,m,b,y,v,_,x,E,S){return c.getStatisticsForMessages(f,d,h,m,b,y,v,_,x,E,S).then(A=>A(o,a))},getTitleInformationForTitles(f,d,h,m){return c.getTitleInformationForTitles(f,d,h,m).then(b=>b(o,a))},searchSearchMessage(f,d,h,m){return c.searchSearchMessage(f,d,h,m).then(b=>b(o,a))}}};e.BuzzSentimentApiFactory=p;class g extends s.BaseAPI{getBuzzSentimentForTitles(a,o,c,f){return(0,e.BuzzSentimentApiFp)(this.configuration).getBuzzSentimentForTitles(a,o,c,f).then(d=>d(this.axios,this.basePath))}getHistoricBuzzSentimentForTitles(a,o,c,f,d,h,m){return(0,e.BuzzSentimentApiFp)(this.configuration).getHistoricBuzzSentimentForTitles(a,o,c,f,d,h,m).then(b=>b(this.axios,this.basePath))}getImportantMessagesForTitles(a,o,c,f,d){return(0,e.BuzzSentimentApiFp)(this.configuration).getImportantMessagesForTitles(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getLists(a,o,c){return(0,e.BuzzSentimentApiFp)(this.configuration).getLists(a,o,c).then(f=>f(this.axios,this.basePath))}getListsConstituentsForLists(a,o,c,f){return(0,e.BuzzSentimentApiFp)(this.configuration).getListsConstituentsForLists(a,o,c,f).then(d=>d(this.axios,this.basePath))}getMessagesForLists(a,o,c,f,d,h,m,b,y){return(0,e.BuzzSentimentApiFp)(this.configuration).getMessagesForLists(a,o,c,f,d,h,m,b,y).then(v=>v(this.axios,this.basePath))}getMessagesForTitles(a,o,c,f,d,h,m,b,y,v,_,x){return(0,e.BuzzSentimentApiFp)(this.configuration).getMessagesForTitles(a,o,c,f,d,h,m,b,y,v,_,x).then(E=>E(this.axios,this.basePath))}getSearchMessages(a,o,c,f,d,h,m,b,y,v,_,x,E){return(0,e.BuzzSentimentApiFp)(this.configuration).getSearchMessages(a,o,c,f,d,h,m,b,y,v,_,x,E).then(S=>S(this.axios,this.basePath))}getStatisticsForMessages(a,o,c,f,d,h,m,b,y,v,_){return(0,e.BuzzSentimentApiFp)(this.configuration).getStatisticsForMessages(a,o,c,f,d,h,m,b,y,v,_).then(x=>x(this.axios,this.basePath))}getTitleInformationForTitles(a,o,c,f){return(0,e.BuzzSentimentApiFp)(this.configuration).getTitleInformationForTitles(a,o,c,f).then(d=>d(this.axios,this.basePath))}searchSearchMessage(a,o,c,f){return(0,e.BuzzSentimentApiFp)(this.configuration).searchSearchMessage(a,o,c,f).then(d=>d(this.axios,this.basePath))}}e.BuzzSentimentApi=g})(jy);var Uy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.EntitiesApi=e.EntitiesApiFactory=e.EntitiesApiFp=e.EntitiesApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getEntities:(a,o={})=>t(this,void 0,void 0,function*(){const c="/entities",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getEntityHistoryMessagesForTitles:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getEntityHistoryMessagesForTitles","ident",a);const m="/titles/{ident}/entities/history".replace("{ident}",encodeURIComponent(String(a))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),o!==void 0&&(x.startDate=o),c!==void 0&&(x.endDate=c),f!==void 0&&(x.limit=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getEntityMessagesForTitles:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getEntityMessagesForTitles","ident",a);const d="/titles/{ident}/entities".replace("{ident}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.limit=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getPersonsV6ForEntities:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getPersonsV6ForEntities","entityId",a);const f="/entities/{entity_id}".replace("{entity_id}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}})}};e.EntitiesApiAxiosParamCreator=i;const l=function(u){const a=(0,e.EntitiesApiAxiosParamCreator)(u);return{getEntities(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getEntities(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getEntityHistoryMessagesForTitles(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getEntityHistoryMessagesForTitles(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getEntityMessagesForTitles(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getEntityMessagesForTitles(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getPersonsV6ForEntities(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getPersonsV6ForEntities(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.EntitiesApiFp=l;const p=function(u,a,o){const c=(0,e.EntitiesApiFp)(u);return{getEntities(f,d){return c.getEntities(f,d).then(h=>h(o,a))},getEntityHistoryMessagesForTitles(f,d,h,m,b,y){return c.getEntityHistoryMessagesForTitles(f,d,h,m,b,y).then(v=>v(o,a))},getEntityMessagesForTitles(f,d,h,m){return c.getEntityMessagesForTitles(f,d,h,m).then(b=>b(o,a))},getPersonsV6ForEntities(f,d,h){return c.getPersonsV6ForEntities(f,d,h).then(m=>m(o,a))}}};e.EntitiesApiFactory=p;class g extends s.BaseAPI{getEntities(a,o){return(0,e.EntitiesApiFp)(this.configuration).getEntities(a,o).then(c=>c(this.axios,this.basePath))}getEntityHistoryMessagesForTitles(a,o,c,f,d,h){return(0,e.EntitiesApiFp)(this.configuration).getEntityHistoryMessagesForTitles(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getEntityMessagesForTitles(a,o,c,f){return(0,e.EntitiesApiFp)(this.configuration).getEntityMessagesForTitles(a,o,c,f).then(d=>d(this.axios,this.basePath))}getPersonsV6ForEntities(a,o,c){return(0,e.EntitiesApiFp)(this.configuration).getPersonsV6ForEntities(a,o,c).then(f=>f(this.axios,this.basePath))}}e.EntitiesApi=g})(Uy);var Vy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.FinancialsAdvancedApi=e.FinancialsAdvancedApiFactory=e.FinancialsAdvancedApiFp=e.FinancialsAdvancedApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getBundesanzeigerForFederalGazette:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getBundesanzeigerForFederalGazette","fedgazReportId",a);const f="/federal_gazette/{fedgaz_report_id}".replace("{fedgaz_report_id}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getBundesanzeigerForTitles:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getBundesanzeigerForTitles","ident",a);const d="/titles/{ident}/federal_gazette".replace("{ident}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.search=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getRSIComparison:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getRSIComparison","rsiSpan",a),(0,r.assertParamExists)("getRSIComparison","compareValue",o);const h="/titles/rsi/{rsi_span}/{compare_value}".replace("{rsi_span}",encodeURIComponent(String(a))).replace("{compare_value}",encodeURIComponent(String(o))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),c!==void 0&&(_.type=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getSMAComparison:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getSMAComparison","smaSpan",a);const d="/titles/sma/{sma_span}".replace("{sma_span}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.type=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getSMADataForTitles:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getSMADataForTitles","ident",a);const f="/titles/{ident}/sma".replace("{ident}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getShortSales:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){const h="/titles/short_sales",m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),a!==void 0&&(_.fca=a),o!==void 0&&(_.finra=o),c!==void 0&&(_.date=c instanceof Date?c.toISOString().substr(0,10):c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getShortSalesHistoryForTitles:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getShortSalesHistoryForTitles","ident",a);const m="/titles/{ident}/short_sales".replace("{ident}",encodeURIComponent(String(a))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),o!==void 0&&(x.fca=o),c!==void 0&&(x.finra=c),f!==void 0&&(x.limit=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}})}};e.FinancialsAdvancedApiAxiosParamCreator=i;const l=function(u){const a=(0,e.FinancialsAdvancedApiAxiosParamCreator)(u);return{getBundesanzeigerForFederalGazette(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getBundesanzeigerForFederalGazette(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getBundesanzeigerForTitles(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getBundesanzeigerForTitles(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getRSIComparison(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getRSIComparison(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getSMAComparison(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getSMAComparison(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getSMADataForTitles(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getSMADataForTitles(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getShortSales(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getShortSales(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getShortSalesHistoryForTitles(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getShortSalesHistoryForTitles(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})}}};e.FinancialsAdvancedApiFp=l;const p=function(u,a,o){const c=(0,e.FinancialsAdvancedApiFp)(u);return{getBundesanzeigerForFederalGazette(f,d,h){return c.getBundesanzeigerForFederalGazette(f,d,h).then(m=>m(o,a))},getBundesanzeigerForTitles(f,d,h,m){return c.getBundesanzeigerForTitles(f,d,h,m).then(b=>b(o,a))},getRSIComparison(f,d,h,m,b){return c.getRSIComparison(f,d,h,m,b).then(y=>y(o,a))},getSMAComparison(f,d,h,m){return c.getSMAComparison(f,d,h,m).then(b=>b(o,a))},getSMADataForTitles(f,d,h){return c.getSMADataForTitles(f,d,h).then(m=>m(o,a))},getShortSales(f,d,h,m,b){return c.getShortSales(f,d,h,m,b).then(y=>y(o,a))},getShortSalesHistoryForTitles(f,d,h,m,b,y){return c.getShortSalesHistoryForTitles(f,d,h,m,b,y).then(v=>v(o,a))}}};e.FinancialsAdvancedApiFactory=p;class g extends s.BaseAPI{getBundesanzeigerForFederalGazette(a,o,c){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getBundesanzeigerForFederalGazette(a,o,c).then(f=>f(this.axios,this.basePath))}getBundesanzeigerForTitles(a,o,c,f){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getBundesanzeigerForTitles(a,o,c,f).then(d=>d(this.axios,this.basePath))}getRSIComparison(a,o,c,f,d){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getRSIComparison(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getSMAComparison(a,o,c,f){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getSMAComparison(a,o,c,f).then(d=>d(this.axios,this.basePath))}getSMADataForTitles(a,o,c){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getSMADataForTitles(a,o,c).then(f=>f(this.axios,this.basePath))}getShortSales(a,o,c,f,d){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getShortSales(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getShortSalesHistoryForTitles(a,o,c,f,d,h){return(0,e.FinancialsAdvancedApiFp)(this.configuration).getShortSalesHistoryForTitles(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}}e.FinancialsAdvancedApi=g})(Vy);var qy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.FinancialsBasicApi=e.FinancialsBasicApiFactory=e.FinancialsBasicApiFp=e.FinancialsBasicApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getDividendInfoForTitles:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getDividendInfoForTitles","ident",a);const f="/titles/{ident}/dividend".replace("{ident}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getEarningsTitles:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){const m="/titles/earnings",b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),a!==void 0&&(x.country=a),o!==void 0&&(x.startDate=o),c!==void 0&&(x.endDate=c),f!==void 0&&(x.partition=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getPriceRatioComparisonForTitles:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getPriceRatioComparisonForTitles","ident",a);const f="/titles/{ident}/price_ratios".replace("{ident}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}})}};e.FinancialsBasicApiAxiosParamCreator=i;const l=function(u){const a=(0,e.FinancialsBasicApiAxiosParamCreator)(u);return{getDividendInfoForTitles(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getDividendInfoForTitles(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getEarningsTitles(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getEarningsTitles(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getPriceRatioComparisonForTitles(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getPriceRatioComparisonForTitles(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.FinancialsBasicApiFp=l;const p=function(u,a,o){const c=(0,e.FinancialsBasicApiFp)(u);return{getDividendInfoForTitles(f,d,h){return c.getDividendInfoForTitles(f,d,h).then(m=>m(o,a))},getEarningsTitles(f,d,h,m,b,y){return c.getEarningsTitles(f,d,h,m,b,y).then(v=>v(o,a))},getPriceRatioComparisonForTitles(f,d,h){return c.getPriceRatioComparisonForTitles(f,d,h).then(m=>m(o,a))}}};e.FinancialsBasicApiFactory=p;class g extends s.BaseAPI{getDividendInfoForTitles(a,o,c){return(0,e.FinancialsBasicApiFp)(this.configuration).getDividendInfoForTitles(a,o,c).then(f=>f(this.axios,this.basePath))}getEarningsTitles(a,o,c,f,d,h){return(0,e.FinancialsBasicApiFp)(this.configuration).getEarningsTitles(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getPriceRatioComparisonForTitles(a,o,c){return(0,e.FinancialsBasicApiFp)(this.configuration).getPriceRatioComparisonForTitles(a,o,c).then(f=>f(this.axios,this.basePath))}}e.FinancialsBasicApi=g})(qy);var Hy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.GazetteRecordsApi=e.GazetteRecordsApiFactory=e.GazetteRecordsApiFp=e.GazetteRecordsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getForCommercialRegister:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getForCommercialRegister","country",a);const f="/commercial_register/{country}".replace("{country}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getForOfficialGazette:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getForOfficialGazette","country",a);const f="/official_gazette/{country}".replace("{country}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}})}};e.GazetteRecordsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.GazetteRecordsApiAxiosParamCreator)(u);return{getForCommercialRegister(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getForCommercialRegister(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getForOfficialGazette(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getForOfficialGazette(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.GazetteRecordsApiFp=l;const p=function(u,a,o){const c=(0,e.GazetteRecordsApiFp)(u);return{getForCommercialRegister(f,d,h){return c.getForCommercialRegister(f,d,h).then(m=>m(o,a))},getForOfficialGazette(f,d,h){return c.getForOfficialGazette(f,d,h).then(m=>m(o,a))}}};e.GazetteRecordsApiFactory=p;class g extends s.BaseAPI{getForCommercialRegister(a,o,c){return(0,e.GazetteRecordsApiFp)(this.configuration).getForCommercialRegister(a,o,c).then(f=>f(this.axios,this.basePath))}getForOfficialGazette(a,o,c){return(0,e.GazetteRecordsApiFp)(this.configuration).getForOfficialGazette(a,o,c).then(f=>f(this.axios,this.basePath))}}e.GazetteRecordsApi=g})(Hy);var zy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.InventoryApi=e.InventoryApiFactory=e.InventoryApiFp=e.InventoryApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getAvailableFilters:(a,o={})=>t(this,void 0,void 0,function*(){const c="/titles/available_filters",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getCountries:(a,o={})=>t(this,void 0,void 0,function*(){const c="/countries",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getErrorcodes:(a,o={})=>t(this,void 0,void 0,function*(){const c="/errorcodes",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getExchanges:(a,o,c={})=>t(this,void 0,void 0,function*(){const f="/exchanges",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),a!==void 0&&(y.country=a),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getHolidays:(a,o={})=>t(this,void 0,void 0,function*(){const c="/holidays",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getInventory:(a,o={})=>t(this,void 0,void 0,function*(){const c="/inventory",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getLookUpCompany:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getLookUpCompany","query",a);const d="/titles/search",h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),a!==void 0&&(v.query=a),o!==void 0&&(v.search_type=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getRelatedTitlesForTitles:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getRelatedTitlesForTitles","ident",a);const d="/titles/{ident}/related".replace("{ident}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.limit=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getReportModels:(a,o={})=>t(this,void 0,void 0,function*(){const c="/reports",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getSectors:(a,o={})=>t(this,void 0,void 0,function*(){const c="/sectors",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getTitleInventory:(a,o,c,f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U={})=>t(this,void 0,void 0,function*(){const G="/titles",de=new URL(G,r.DUMMY_BASE_URL);let se;u&&(se=u.baseOptions);const H=Object.assign(Object.assign({method:"GET"},se),U),N={},V={};(0,r.setBasicAuthToObject)(H,u),a!==void 0&&(V.type=a),o!==void 0&&(V.region=o),c!==void 0&&(V.sector=c),f!==void 0&&(V.pri_exchange=f),d!==void 0&&(V.exchange=d),h!==void 0&&(V.list=h),m!==void 0&&(V.buzz=m),b!==void 0&&(V.sent_higher=b),y!==void 0&&(V.sent_lower=y),v!==void 0&&(V.chg_higher=v),_!==void 0&&(V.chg_lower=_),x!==void 0&&(V.week_chg_higher=x),E!==void 0&&(V.week_chg_lower=E),S!==void 0&&(V.month_chg_higher=S),A!==void 0&&(V.month_chg_lower=A),O!==void 0&&(V.year_chg_higher=O),T!==void 0&&(V.year_chg_lower=T),w!==void 0&&(V.dist_52_week_high_higher=w),P!==void 0&&(V.dist_52_week_high_lower=P),M!==void 0&&(V.dist_52_week_low_higher=M),k!==void 0&&(V.dist_52_week_low_lower=k),j!==void 0&&(V.sort_by=j),q!==void 0&&(V.format=q),(0,r.setSearchParams)(de,V);let Q=se&&se.headers?se.headers:{};return H.headers=Object.assign(Object.assign(Object.assign({},N),Q),U.headers),{url:(0,r.toPathString)(de),options:H}})}};e.InventoryApiAxiosParamCreator=i;const l=function(u){const a=(0,e.InventoryApiAxiosParamCreator)(u);return{getAvailableFilters(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getAvailableFilters(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getCountries(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getCountries(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getErrorcodes(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getErrorcodes(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getExchanges(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getExchanges(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getHolidays(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getHolidays(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getInventory(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getInventory(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getLookUpCompany(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getLookUpCompany(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getRelatedTitlesForTitles(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getRelatedTitlesForTitles(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getReportModels(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getReportModels(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getSectors(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getSectors(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getTitleInventory(o,c,f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U,G){return t(this,void 0,void 0,function*(){const de=yield a.getTitleInventory(o,c,f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U,G);return(0,r.createRequestFunction)(de,n.default,s.BASE_PATH,u)})}}};e.InventoryApiFp=l;const p=function(u,a,o){const c=(0,e.InventoryApiFp)(u);return{getAvailableFilters(f,d){return c.getAvailableFilters(f,d).then(h=>h(o,a))},getCountries(f,d){return c.getCountries(f,d).then(h=>h(o,a))},getErrorcodes(f,d){return c.getErrorcodes(f,d).then(h=>h(o,a))},getExchanges(f,d,h){return c.getExchanges(f,d,h).then(m=>m(o,a))},getHolidays(f,d){return c.getHolidays(f,d).then(h=>h(o,a))},getInventory(f,d){return c.getInventory(f,d).then(h=>h(o,a))},getLookUpCompany(f,d,h,m){return c.getLookUpCompany(f,d,h,m).then(b=>b(o,a))},getRelatedTitlesForTitles(f,d,h,m){return c.getRelatedTitlesForTitles(f,d,h,m).then(b=>b(o,a))},getReportModels(f,d){return c.getReportModels(f,d).then(h=>h(o,a))},getSectors(f,d){return c.getSectors(f,d).then(h=>h(o,a))},getTitleInventory(f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U,G,de,se){return c.getTitleInventory(f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U,G,de,se).then(H=>H(o,a))}}};e.InventoryApiFactory=p;class g extends s.BaseAPI{getAvailableFilters(a,o){return(0,e.InventoryApiFp)(this.configuration).getAvailableFilters(a,o).then(c=>c(this.axios,this.basePath))}getCountries(a,o){return(0,e.InventoryApiFp)(this.configuration).getCountries(a,o).then(c=>c(this.axios,this.basePath))}getErrorcodes(a,o){return(0,e.InventoryApiFp)(this.configuration).getErrorcodes(a,o).then(c=>c(this.axios,this.basePath))}getExchanges(a,o,c){return(0,e.InventoryApiFp)(this.configuration).getExchanges(a,o,c).then(f=>f(this.axios,this.basePath))}getHolidays(a,o){return(0,e.InventoryApiFp)(this.configuration).getHolidays(a,o).then(c=>c(this.axios,this.basePath))}getInventory(a,o){return(0,e.InventoryApiFp)(this.configuration).getInventory(a,o).then(c=>c(this.axios,this.basePath))}getLookUpCompany(a,o,c,f){return(0,e.InventoryApiFp)(this.configuration).getLookUpCompany(a,o,c,f).then(d=>d(this.axios,this.basePath))}getRelatedTitlesForTitles(a,o,c,f){return(0,e.InventoryApiFp)(this.configuration).getRelatedTitlesForTitles(a,o,c,f).then(d=>d(this.axios,this.basePath))}getReportModels(a,o){return(0,e.InventoryApiFp)(this.configuration).getReportModels(a,o).then(c=>c(this.axios,this.basePath))}getSectors(a,o){return(0,e.InventoryApiFp)(this.configuration).getSectors(a,o).then(c=>c(this.axios,this.basePath))}getTitleInventory(a,o,c,f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U){return(0,e.InventoryApiFp)(this.configuration).getTitleInventory(a,o,c,f,d,h,m,b,y,v,_,x,E,S,A,O,T,w,P,M,k,j,q,U).then(G=>G(this.axios,this.basePath))}}e.InventoryApi=g})(zy);var $y={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.KeyEventsApi=e.KeyEventsApiFactory=e.KeyEventsApiFp=e.KeyEventsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getLatestKeyEvents:(a,o={})=>t(this,void 0,void 0,function*(){const c="/key_events/latest",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getPredefinedKeyEvents:(a,o={})=>t(this,void 0,void 0,function*(){const c="/key_events",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getTitleKeyEventsForTitles:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getTitleKeyEventsForTitles","ident",a);const h="/titles/{ident}/key_events".replace("{ident}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),o!==void 0&&(_.startDate=o),c!==void 0&&(_.endDate=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}})}};e.KeyEventsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.KeyEventsApiAxiosParamCreator)(u);return{getLatestKeyEvents(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getLatestKeyEvents(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getPredefinedKeyEvents(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getPredefinedKeyEvents(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getTitleKeyEventsForTitles(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getTitleKeyEventsForTitles(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})}}};e.KeyEventsApiFp=l;const p=function(u,a,o){const c=(0,e.KeyEventsApiFp)(u);return{getLatestKeyEvents(f,d){return c.getLatestKeyEvents(f,d).then(h=>h(o,a))},getPredefinedKeyEvents(f,d){return c.getPredefinedKeyEvents(f,d).then(h=>h(o,a))},getTitleKeyEventsForTitles(f,d,h,m,b){return c.getTitleKeyEventsForTitles(f,d,h,m,b).then(y=>y(o,a))}}};e.KeyEventsApiFactory=p;class g extends s.BaseAPI{getLatestKeyEvents(a,o){return(0,e.KeyEventsApiFp)(this.configuration).getLatestKeyEvents(a,o).then(c=>c(this.axios,this.basePath))}getPredefinedKeyEvents(a,o){return(0,e.KeyEventsApiFp)(this.configuration).getPredefinedKeyEvents(a,o).then(c=>c(this.axios,this.basePath))}getTitleKeyEventsForTitles(a,o,c,f,d){return(0,e.KeyEventsApiFp)(this.configuration).getTitleKeyEventsForTitles(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}}e.KeyEventsApi=g})($y);var Wy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.KeyEventsV2Api=e.KeyEventsV2ApiFactory=e.KeyEventsV2ApiFp=e.KeyEventsV2ApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getKeyEventsForSectors:(a,o,c,f,d,h,m,b={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getKeyEventsForSectors","sectorId",a);const y="/sectors/{sector_id}/key_events_v2".replace("{sector_id}",encodeURIComponent(String(a))),v=new URL(y,r.DUMMY_BASE_URL);let _;u&&(_=u.baseOptions);const x=Object.assign(Object.assign({method:"GET"},_),b),E={},S={};(0,r.setBasicAuthToObject)(x,u),o!==void 0&&(S.region=o),c!==void 0&&(S.top_titles_limit=c),f!==void 0&&(S.sort_by=f),d!==void 0&&(S.limit=d),h!==void 0&&(S.partition=h),m!==void 0&&(S.format=m),(0,r.setSearchParams)(v,S);let A=_&&_.headers?_.headers:{};return x.headers=Object.assign(Object.assign(Object.assign({},E),A),b.headers),{url:(0,r.toPathString)(v),options:x}}),getKeyEventsV2ForTitles:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getKeyEventsV2ForTitles","idents",a);const m="/titles/{idents}/key_events_v2".replace("{idents}",encodeURIComponent(String(a))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),o!==void 0&&(x.partition=o),c!==void 0&&(x.startDate=c),f!==void 0&&(x.endDate=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getMessagesForKeyEventsV2:(a,o,c,f,d,h,m,b,y={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getMessagesForKeyEventsV2","keyEventId",a);const v="/key_events_v2/{key_event_id}/messages".replace("{key_event_id}",encodeURIComponent(String(a))),_=new URL(v,r.DUMMY_BASE_URL);let x;u&&(x=u.baseOptions);const E=Object.assign(Object.assign({method:"GET"},x),y),S={},A={};(0,r.setBasicAuthToObject)(E,u),o!==void 0&&(A.type=o),c!==void 0&&(A.full_text=c),f!==void 0&&(A.startDate=f),d!==void 0&&(A.endDate=d),h!==void 0&&(A.limit=h),m!==void 0&&(A.partition=m),b!==void 0&&(A.format=b),(0,r.setSearchParams)(_,A);let O=x&&x.headers?x.headers:{};return E.headers=Object.assign(Object.assign(Object.assign({},S),O),y.headers),{url:(0,r.toPathString)(_),options:E}}),getPredefinedKeyEventsV2:(a,o={})=>t(this,void 0,void 0,function*(){const c="/key_events_v2",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getTitlesForKeyEvent:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getTitlesForKeyEvent","keyEventId",a);const h="/key_events_v2/{key_event_id}".replace("{key_event_id}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),o!==void 0&&(_.startDate=o),c!==void 0&&(_.endDate=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}})}};e.KeyEventsV2ApiAxiosParamCreator=i;const l=function(u){const a=(0,e.KeyEventsV2ApiAxiosParamCreator)(u);return{getKeyEventsForSectors(o,c,f,d,h,m,b,y){return t(this,void 0,void 0,function*(){const v=yield a.getKeyEventsForSectors(o,c,f,d,h,m,b,y);return(0,r.createRequestFunction)(v,n.default,s.BASE_PATH,u)})},getKeyEventsV2ForTitles(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getKeyEventsV2ForTitles(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getMessagesForKeyEventsV2(o,c,f,d,h,m,b,y,v){return t(this,void 0,void 0,function*(){const _=yield a.getMessagesForKeyEventsV2(o,c,f,d,h,m,b,y,v);return(0,r.createRequestFunction)(_,n.default,s.BASE_PATH,u)})},getPredefinedKeyEventsV2(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getPredefinedKeyEventsV2(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getTitlesForKeyEvent(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getTitlesForKeyEvent(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})}}};e.KeyEventsV2ApiFp=l;const p=function(u,a,o){const c=(0,e.KeyEventsV2ApiFp)(u);return{getKeyEventsForSectors(f,d,h,m,b,y,v,_){return c.getKeyEventsForSectors(f,d,h,m,b,y,v,_).then(x=>x(o,a))},getKeyEventsV2ForTitles(f,d,h,m,b,y){return c.getKeyEventsV2ForTitles(f,d,h,m,b,y).then(v=>v(o,a))},getMessagesForKeyEventsV2(f,d,h,m,b,y,v,_,x){return c.getMessagesForKeyEventsV2(f,d,h,m,b,y,v,_,x).then(E=>E(o,a))},getPredefinedKeyEventsV2(f,d){return c.getPredefinedKeyEventsV2(f,d).then(h=>h(o,a))},getTitlesForKeyEvent(f,d,h,m,b){return c.getTitlesForKeyEvent(f,d,h,m,b).then(y=>y(o,a))}}};e.KeyEventsV2ApiFactory=p;class g extends s.BaseAPI{getKeyEventsForSectors(a,o,c,f,d,h,m,b){return(0,e.KeyEventsV2ApiFp)(this.configuration).getKeyEventsForSectors(a,o,c,f,d,h,m,b).then(y=>y(this.axios,this.basePath))}getKeyEventsV2ForTitles(a,o,c,f,d,h){return(0,e.KeyEventsV2ApiFp)(this.configuration).getKeyEventsV2ForTitles(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getMessagesForKeyEventsV2(a,o,c,f,d,h,m,b,y){return(0,e.KeyEventsV2ApiFp)(this.configuration).getMessagesForKeyEventsV2(a,o,c,f,d,h,m,b,y).then(v=>v(this.axios,this.basePath))}getPredefinedKeyEventsV2(a,o){return(0,e.KeyEventsV2ApiFp)(this.configuration).getPredefinedKeyEventsV2(a,o).then(c=>c(this.axios,this.basePath))}getTitlesForKeyEvent(a,o,c,f,d){return(0,e.KeyEventsV2ApiFp)(this.configuration).getTitlesForKeyEvent(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}}e.KeyEventsV2Api=g})(Wy);var Ky={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.NewsbotsApi=e.NewsbotsApiFactory=e.NewsbotsApiFp=e.NewsbotsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getFeedTriggers:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){const m="/triggers/feed",b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),a!==void 0&&(x.language=a),o!==void 0&&(x.limit=o),c!==void 0&&(x.startDate=c),f!==void 0&&(x.endDate=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getForNewsbot:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getForNewsbot","articleIds",a);const d="/newsbot/{article_ids}".replace("{article_ids}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.include_data=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getIdentTitlesNewsbot:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getIdentTitlesNewsbot","ident",a);const h="/newsbot/titles/{ident}".replace("{ident}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),o!==void 0&&(_.language=o),c!==void 0&&(_.include_data=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getLatestNewsbot:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){const h="/newsbot/latest",m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),a!==void 0&&(_.language=a),o!==void 0&&(_.include_data=o),c!==void 0&&(_.limit=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getTriggerIdFeedTriggers:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getTriggerIdFeedTriggers","triggerId",a);const d="/triggers/feed/{trigger_id}".replace("{trigger_id}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.language=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}})}};e.NewsbotsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.NewsbotsApiAxiosParamCreator)(u);return{getFeedTriggers(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getFeedTriggers(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getForNewsbot(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getForNewsbot(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getIdentTitlesNewsbot(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getIdentTitlesNewsbot(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getLatestNewsbot(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getLatestNewsbot(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getTriggerIdFeedTriggers(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getTriggerIdFeedTriggers(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})}}};e.NewsbotsApiFp=l;const p=function(u,a,o){const c=(0,e.NewsbotsApiFp)(u);return{getFeedTriggers(f,d,h,m,b,y){return c.getFeedTriggers(f,d,h,m,b,y).then(v=>v(o,a))},getForNewsbot(f,d,h,m){return c.getForNewsbot(f,d,h,m).then(b=>b(o,a))},getIdentTitlesNewsbot(f,d,h,m,b){return c.getIdentTitlesNewsbot(f,d,h,m,b).then(y=>y(o,a))},getLatestNewsbot(f,d,h,m,b){return c.getLatestNewsbot(f,d,h,m,b).then(y=>y(o,a))},getTriggerIdFeedTriggers(f,d,h,m){return c.getTriggerIdFeedTriggers(f,d,h,m).then(b=>b(o,a))}}};e.NewsbotsApiFactory=p;class g extends s.BaseAPI{getFeedTriggers(a,o,c,f,d,h){return(0,e.NewsbotsApiFp)(this.configuration).getFeedTriggers(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getForNewsbot(a,o,c,f){return(0,e.NewsbotsApiFp)(this.configuration).getForNewsbot(a,o,c,f).then(d=>d(this.axios,this.basePath))}getIdentTitlesNewsbot(a,o,c,f,d){return(0,e.NewsbotsApiFp)(this.configuration).getIdentTitlesNewsbot(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getLatestNewsbot(a,o,c,f,d){return(0,e.NewsbotsApiFp)(this.configuration).getLatestNewsbot(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getTriggerIdFeedTriggers(a,o,c,f){return(0,e.NewsbotsApiFp)(this.configuration).getTriggerIdFeedTriggers(a,o,c,f).then(d=>d(this.axios,this.basePath))}}e.NewsbotsApi=g})(Ky);var Gy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.PriceDataApi=e.PriceDataApiFactory=e.PriceDataApiFp=e.PriceDataApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getIntradayForTitles:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getIntradayForTitles","ident",a);const m="/titles/{ident}/intraday".replace("{ident}",encodeURIComponent(String(a))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),o&&(x.data_options=o),c!==void 0&&(x.startDate=c),f!==void 0&&(x.endDate=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getQuotesForTitles:(a,o,c,f,d,h,m={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getQuotesForTitles","ident",a);const b="/titles/{ident}/quotes".replace("{ident}",encodeURIComponent(String(a))),y=new URL(b,r.DUMMY_BASE_URL);let v;u&&(v=u.baseOptions);const _=Object.assign(Object.assign({method:"GET"},v),m),x={},E={};(0,r.setBasicAuthToObject)(_,u),o!==void 0&&(E.vendor=o),c&&(E.indicators=c),f!==void 0&&(E.startDate=f),d!==void 0&&(E.endDate=d),h!==void 0&&(E.format=h),(0,r.setSearchParams)(y,E);let S=v&&v.headers?v.headers:{};return _.headers=Object.assign(Object.assign(Object.assign({},x),S),m.headers),{url:(0,r.toPathString)(y),options:_}})}};e.PriceDataApiAxiosParamCreator=i;const l=function(u){const a=(0,e.PriceDataApiAxiosParamCreator)(u);return{getIntradayForTitles(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getIntradayForTitles(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getQuotesForTitles(o,c,f,d,h,m,b){return t(this,void 0,void 0,function*(){const y=yield a.getQuotesForTitles(o,c,f,d,h,m,b);return(0,r.createRequestFunction)(y,n.default,s.BASE_PATH,u)})}}};e.PriceDataApiFp=l;const p=function(u,a,o){const c=(0,e.PriceDataApiFp)(u);return{getIntradayForTitles(f,d,h,m,b,y){return c.getIntradayForTitles(f,d,h,m,b,y).then(v=>v(o,a))},getQuotesForTitles(f,d,h,m,b,y,v){return c.getQuotesForTitles(f,d,h,m,b,y,v).then(_=>_(o,a))}}};e.PriceDataApiFactory=p;class g extends s.BaseAPI{getIntradayForTitles(a,o,c,f,d,h){return(0,e.PriceDataApiFp)(this.configuration).getIntradayForTitles(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getQuotesForTitles(a,o,c,f,d,h,m){return(0,e.PriceDataApiFp)(this.configuration).getQuotesForTitles(a,o,c,f,d,h,m).then(b=>b(this.axios,this.basePath))}}e.PriceDataApi=g})(Gy);var Yy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.PulsePicksApi=e.PulsePicksApiFactory=e.PulsePicksApiFp=e.PulsePicksApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getHistoricDailyPulsePicks:(a,o={})=>t(this,void 0,void 0,function*(){const c="/dailypicksperformance",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getPulsePicks:(a,o,c,f,d,h,m,b={})=>t(this,void 0,void 0,function*(){const y="/pulsepicks",v=new URL(y,r.DUMMY_BASE_URL);let _;u&&(_=u.baseOptions);const x=Object.assign(Object.assign({method:"GET"},_),b),E={},S={};(0,r.setBasicAuthToObject)(x,u),a!==void 0&&(S.region=a),o!==void 0&&(S.restrict_to_indices=o),c!==void 0&&(S.days=c),f!==void 0&&(S.filter_by_stddev=f),d!==void 0&&(S.sort_by=d),h!==void 0&&(S.limit=h),m!==void 0&&(S.format=m),(0,r.setSearchParams)(v,S);let A=_&&_.headers?_.headers:{};return x.headers=Object.assign(Object.assign(Object.assign({},E),A),b.headers),{url:(0,r.toPathString)(v),options:x}}),getPulsePicksForTitle:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getPulsePicksForTitle","ident",a);const d="/pulsepicks/{ident}".replace("{ident}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.limit=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getPulsePicksPerformance:(a,o,c,f,d,h,m,b,y={})=>t(this,void 0,void 0,function*(){const v="/pulsepicksperformance",_=new URL(v,r.DUMMY_BASE_URL);let x;u&&(x=u.baseOptions);const E=Object.assign(Object.assign({method:"GET"},x),y),S={},A={};(0,r.setBasicAuthToObject)(E,u),a!==void 0&&(A.region=a),o!==void 0&&(A.restrict_to_indices=o),c!==void 0&&(A.date=c),f!==void 0&&(A.days=f),d!==void 0&&(A.filter_by_stddev=d),h!==void 0&&(A.sort_by=h),m!==void 0&&(A.limit=m),b!==void 0&&(A.format=b),(0,r.setSearchParams)(_,A);let O=x&&x.headers?x.headers:{};return E.headers=Object.assign(Object.assign(Object.assign({},S),O),y.headers),{url:(0,r.toPathString)(_),options:E}}),getTopBuzzTitles:(a,o,c,f,d,h,m={})=>t(this,void 0,void 0,function*(){const b="/top_buzz_titles",y=new URL(b,r.DUMMY_BASE_URL);let v;u&&(v=u.baseOptions);const _=Object.assign(Object.assign({method:"GET"},v),m),x={},E={};(0,r.setBasicAuthToObject)(_,u),a!==void 0&&(E.region=a),o!==void 0&&(E.type=o),c!==void 0&&(E.date=c instanceof Date?c.toISOString().substr(0,10):c),f!==void 0&&(E.limit=f),d!==void 0&&(E.partition=d),h!==void 0&&(E.format=h),(0,r.setSearchParams)(y,E);let S=v&&v.headers?v.headers:{};return _.headers=Object.assign(Object.assign(Object.assign({},x),S),m.headers),{url:(0,r.toPathString)(y),options:_}}),getWeeklyPulsePicks:(a,o,c={})=>t(this,void 0,void 0,function*(){const f="/weeklypicks",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),a!==void 0&&(y.region=a),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}})}};e.PulsePicksApiAxiosParamCreator=i;const l=function(u){const a=(0,e.PulsePicksApiAxiosParamCreator)(u);return{getHistoricDailyPulsePicks(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getHistoricDailyPulsePicks(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getPulsePicks(o,c,f,d,h,m,b,y){return t(this,void 0,void 0,function*(){const v=yield a.getPulsePicks(o,c,f,d,h,m,b,y);return(0,r.createRequestFunction)(v,n.default,s.BASE_PATH,u)})},getPulsePicksForTitle(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getPulsePicksForTitle(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getPulsePicksPerformance(o,c,f,d,h,m,b,y,v){return t(this,void 0,void 0,function*(){const _=yield a.getPulsePicksPerformance(o,c,f,d,h,m,b,y,v);return(0,r.createRequestFunction)(_,n.default,s.BASE_PATH,u)})},getTopBuzzTitles(o,c,f,d,h,m,b){return t(this,void 0,void 0,function*(){const y=yield a.getTopBuzzTitles(o,c,f,d,h,m,b);return(0,r.createRequestFunction)(y,n.default,s.BASE_PATH,u)})},getWeeklyPulsePicks(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getWeeklyPulsePicks(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.PulsePicksApiFp=l;const p=function(u,a,o){const c=(0,e.PulsePicksApiFp)(u);return{getHistoricDailyPulsePicks(f,d){return c.getHistoricDailyPulsePicks(f,d).then(h=>h(o,a))},getPulsePicks(f,d,h,m,b,y,v,_){return c.getPulsePicks(f,d,h,m,b,y,v,_).then(x=>x(o,a))},getPulsePicksForTitle(f,d,h,m){return c.getPulsePicksForTitle(f,d,h,m).then(b=>b(o,a))},getPulsePicksPerformance(f,d,h,m,b,y,v,_,x){return c.getPulsePicksPerformance(f,d,h,m,b,y,v,_,x).then(E=>E(o,a))},getTopBuzzTitles(f,d,h,m,b,y,v){return c.getTopBuzzTitles(f,d,h,m,b,y,v).then(_=>_(o,a))},getWeeklyPulsePicks(f,d,h){return c.getWeeklyPulsePicks(f,d,h).then(m=>m(o,a))}}};e.PulsePicksApiFactory=p;class g extends s.BaseAPI{getHistoricDailyPulsePicks(a,o){return(0,e.PulsePicksApiFp)(this.configuration).getHistoricDailyPulsePicks(a,o).then(c=>c(this.axios,this.basePath))}getPulsePicks(a,o,c,f,d,h,m,b){return(0,e.PulsePicksApiFp)(this.configuration).getPulsePicks(a,o,c,f,d,h,m,b).then(y=>y(this.axios,this.basePath))}getPulsePicksForTitle(a,o,c,f){return(0,e.PulsePicksApiFp)(this.configuration).getPulsePicksForTitle(a,o,c,f).then(d=>d(this.axios,this.basePath))}getPulsePicksPerformance(a,o,c,f,d,h,m,b,y){return(0,e.PulsePicksApiFp)(this.configuration).getPulsePicksPerformance(a,o,c,f,d,h,m,b,y).then(v=>v(this.axios,this.basePath))}getTopBuzzTitles(a,o,c,f,d,h,m){return(0,e.PulsePicksApiFp)(this.configuration).getTopBuzzTitles(a,o,c,f,d,h,m).then(b=>b(this.axios,this.basePath))}getWeeklyPulsePicks(a,o,c){return(0,e.PulsePicksApiFp)(this.configuration).getWeeklyPulsePicks(a,o,c).then(f=>f(this.axios,this.basePath))}}e.PulsePicksApi=g})(Yy);var Qy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.PulseRatingsApi=e.PulseRatingsApiFactory=e.PulseRatingsApiFp=e.PulseRatingsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getRatingForTitle:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getRatingForTitle","ident",a);const f="/titles/{ident}/ratings".replace("{ident}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getRatingHistoryForTitle:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getRatingHistoryForTitle","ident",a);const h="/titles/{ident}/ratings/history".replace("{ident}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),o!==void 0&&(_.startDate=o),c!==void 0&&(_.endDate=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}})}};e.PulseRatingsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.PulseRatingsApiAxiosParamCreator)(u);return{getRatingForTitle(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getRatingForTitle(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getRatingHistoryForTitle(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getRatingHistoryForTitle(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})}}};e.PulseRatingsApiFp=l;const p=function(u,a,o){const c=(0,e.PulseRatingsApiFp)(u);return{getRatingForTitle(f,d,h){return c.getRatingForTitle(f,d,h).then(m=>m(o,a))},getRatingHistoryForTitle(f,d,h,m,b){return c.getRatingHistoryForTitle(f,d,h,m,b).then(y=>y(o,a))}}};e.PulseRatingsApiFactory=p;class g extends s.BaseAPI{getRatingForTitle(a,o,c){return(0,e.PulseRatingsApiFp)(this.configuration).getRatingForTitle(a,o,c).then(f=>f(this.axios,this.basePath))}getRatingHistoryForTitle(a,o,c,f,d){return(0,e.PulseRatingsApiFp)(this.configuration).getRatingHistoryForTitle(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}}e.PulseRatingsApi=g})(Qy);var Xy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.RulesApi=e.RulesApiFactory=e.RulesApiFp=e.RulesApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{addRule:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("addRule","rule",a);const f="/rules",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"POST"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),b["Content-Type"]="application/json",(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),m.data=(0,r.serializeDataIfNeeded)(a,m,u),{url:(0,r.toPathString)(d),options:m}}),getForTriggers:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getForTriggers","ident",a);const m="/triggers/{ident}".replace("{ident}",encodeURIComponent(String(a))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),o!==void 0&&(x.startDate=o),c!==void 0&&(x.endDate=c),f!==void 0&&(x.limit=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getRules:(a,o,c={})=>t(this,void 0,void 0,function*(){const f="/rules",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),a!==void 0&&(y.rule_type=a),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getTriggers:(a,o,c,f,d,h,m={})=>t(this,void 0,void 0,function*(){const b="/triggers",y=new URL(b,r.DUMMY_BASE_URL);let v;u&&(v=u.baseOptions);const _=Object.assign(Object.assign({method:"GET"},v),m),x={},E={};(0,r.setBasicAuthToObject)(_,u),a!==void 0&&(E.rule_id=a),o!==void 0&&(E.rule_type=o),c!==void 0&&(E.startDate=c),f!==void 0&&(E.endDate=f),d!==void 0&&(E.limit=d),h!==void 0&&(E.format=h),(0,r.setSearchParams)(y,E);let S=v&&v.headers?v.headers:{};return _.headers=Object.assign(Object.assign(Object.assign({},x),S),m.headers),{url:(0,r.toPathString)(y),options:_}}),removeRule:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("removeRule","rid",a);const f="/rules/{rid}".replace("{rid}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"DELETE"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),updateItemRule:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("updateItemRule","rid",a),(0,r.assertParamExists)("updateItemRule","rule",o);const d="/rules/{rid}".replace("{rid}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"POST"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),c!==void 0&&(v.format=c),y["Content-Type"]="application/json",(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),b.data=(0,r.serializeDataIfNeeded)(o,b,u),{url:(0,r.toPathString)(h),options:b}})}};e.RulesApiAxiosParamCreator=i;const l=function(u){const a=(0,e.RulesApiAxiosParamCreator)(u);return{addRule(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.addRule(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getForTriggers(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getForTriggers(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getRules(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getRules(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getTriggers(o,c,f,d,h,m,b){return t(this,void 0,void 0,function*(){const y=yield a.getTriggers(o,c,f,d,h,m,b);return(0,r.createRequestFunction)(y,n.default,s.BASE_PATH,u)})},removeRule(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.removeRule(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},updateItemRule(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.updateItemRule(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})}}};e.RulesApiFp=l;const p=function(u,a,o){const c=(0,e.RulesApiFp)(u);return{addRule(f,d,h){return c.addRule(f,d,h).then(m=>m(o,a))},getForTriggers(f,d,h,m,b,y){return c.getForTriggers(f,d,h,m,b,y).then(v=>v(o,a))},getRules(f,d,h){return c.getRules(f,d,h).then(m=>m(o,a))},getTriggers(f,d,h,m,b,y,v){return c.getTriggers(f,d,h,m,b,y,v).then(_=>_(o,a))},removeRule(f,d,h){return c.removeRule(f,d,h).then(m=>m(o,a))},updateItemRule(f,d,h,m){return c.updateItemRule(f,d,h,m).then(b=>b(o,a))}}};e.RulesApiFactory=p;class g extends s.BaseAPI{addRule(a,o,c){return(0,e.RulesApiFp)(this.configuration).addRule(a,o,c).then(f=>f(this.axios,this.basePath))}getForTriggers(a,o,c,f,d,h){return(0,e.RulesApiFp)(this.configuration).getForTriggers(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getRules(a,o,c){return(0,e.RulesApiFp)(this.configuration).getRules(a,o,c).then(f=>f(this.axios,this.basePath))}getTriggers(a,o,c,f,d,h,m){return(0,e.RulesApiFp)(this.configuration).getTriggers(a,o,c,f,d,h,m).then(b=>b(this.axios,this.basePath))}removeRule(a,o,c){return(0,e.RulesApiFp)(this.configuration).removeRule(a,o,c).then(f=>f(this.axios,this.basePath))}updateItemRule(a,o,c,f){return(0,e.RulesApiFp)(this.configuration).updateItemRule(a,o,c,f).then(d=>d(this.axios,this.basePath))}}e.RulesApi=g})(Xy);var Jy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.SpecialSourcesApi=e.SpecialSourcesApiFactory=e.SpecialSourcesApiFp=e.SpecialSourcesApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getCommentsReddit:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){const h="/reddit/comments",m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),a!==void 0&&(_.startDate=a),o!==void 0&&(_.endDate=o),c!==void 0&&(_.limit=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getCompanyProfilesForTitles:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getCompanyProfilesForTitles","ident",a);const f="/titles/{ident}/profiles".replace("{ident}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"GET"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}}),getDiscordReports:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){const h="/reports/discord",m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),a!==void 0&&(_.startDate=a),o!==void 0&&(_.endDate=o),c!==void 0&&(_.limit=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),getOpenJobsForJobsInSource:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getOpenJobsForJobsInSource","source",a),(0,r.assertParamExists)("getOpenJobsForJobsInSource","ident",o);const m="/jobs/{source}/{ident}".replace("{source}",encodeURIComponent(String(a))).replace("{ident}",encodeURIComponent(String(o))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),c!==void 0&&(x.startDate=c),f!==void 0&&(x.endDate=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getServerCommentsDiscord:(a,o,c,f,d,h={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getServerCommentsDiscord","server",a);const m="/discord/comments/{server}".replace("{server}",encodeURIComponent(String(a))),b=new URL(m,r.DUMMY_BASE_URL);let y;u&&(y=u.baseOptions);const v=Object.assign(Object.assign({method:"GET"},y),h),_={},x={};(0,r.setBasicAuthToObject)(v,u),o!==void 0&&(x.startDate=o),c!==void 0&&(x.endDate=c),f!==void 0&&(x.limit=f),d!==void 0&&(x.format=d),(0,r.setSearchParams)(b,x);let E=y&&y.headers?y.headers:{};return v.headers=Object.assign(Object.assign(Object.assign({},_),E),h.headers),{url:(0,r.toPathString)(b),options:v}}),getThreadsReddit:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){const h="/reddit/threads",m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),a!==void 0&&(_.startDate=a),o!==void 0&&(_.endDate=o),c!==void 0&&(_.limit=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}})}};e.SpecialSourcesApiAxiosParamCreator=i;const l=function(u){const a=(0,e.SpecialSourcesApiAxiosParamCreator)(u);return{getCommentsReddit(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getCommentsReddit(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getCompanyProfilesForTitles(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.getCompanyProfilesForTitles(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getDiscordReports(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getDiscordReports(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},getOpenJobsForJobsInSource(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getOpenJobsForJobsInSource(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getServerCommentsDiscord(o,c,f,d,h,m){return t(this,void 0,void 0,function*(){const b=yield a.getServerCommentsDiscord(o,c,f,d,h,m);return(0,r.createRequestFunction)(b,n.default,s.BASE_PATH,u)})},getThreadsReddit(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getThreadsReddit(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})}}};e.SpecialSourcesApiFp=l;const p=function(u,a,o){const c=(0,e.SpecialSourcesApiFp)(u);return{getCommentsReddit(f,d,h,m,b){return c.getCommentsReddit(f,d,h,m,b).then(y=>y(o,a))},getCompanyProfilesForTitles(f,d,h){return c.getCompanyProfilesForTitles(f,d,h).then(m=>m(o,a))},getDiscordReports(f,d,h,m,b){return c.getDiscordReports(f,d,h,m,b).then(y=>y(o,a))},getOpenJobsForJobsInSource(f,d,h,m,b,y){return c.getOpenJobsForJobsInSource(f,d,h,m,b,y).then(v=>v(o,a))},getServerCommentsDiscord(f,d,h,m,b,y){return c.getServerCommentsDiscord(f,d,h,m,b,y).then(v=>v(o,a))},getThreadsReddit(f,d,h,m,b){return c.getThreadsReddit(f,d,h,m,b).then(y=>y(o,a))}}};e.SpecialSourcesApiFactory=p;class g extends s.BaseAPI{getCommentsReddit(a,o,c,f,d){return(0,e.SpecialSourcesApiFp)(this.configuration).getCommentsReddit(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getCompanyProfilesForTitles(a,o,c){return(0,e.SpecialSourcesApiFp)(this.configuration).getCompanyProfilesForTitles(a,o,c).then(f=>f(this.axios,this.basePath))}getDiscordReports(a,o,c,f,d){return(0,e.SpecialSourcesApiFp)(this.configuration).getDiscordReports(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}getOpenJobsForJobsInSource(a,o,c,f,d,h){return(0,e.SpecialSourcesApiFp)(this.configuration).getOpenJobsForJobsInSource(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getServerCommentsDiscord(a,o,c,f,d,h){return(0,e.SpecialSourcesApiFp)(this.configuration).getServerCommentsDiscord(a,o,c,f,d,h).then(m=>m(this.axios,this.basePath))}getThreadsReddit(a,o,c,f,d){return(0,e.SpecialSourcesApiFp)(this.configuration).getThreadsReddit(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}}e.SpecialSourcesApi=g})(Jy);var Zy={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.TopicsApi=e.TopicsApiFactory=e.TopicsApiFp=e.TopicsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getTopicsForTitles:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getTopicsForTitles","ident",a);const h="/titles/{ident}/topics".replace("{ident}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),o!==void 0&&(_.startDate=o),c!==void 0&&(_.endDate=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}})}};e.TopicsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.TopicsApiAxiosParamCreator)(u);return{getTopicsForTitles(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getTopicsForTitles(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})}}};e.TopicsApiFp=l;const p=function(u,a,o){const c=(0,e.TopicsApiFp)(u);return{getTopicsForTitles(f,d,h,m,b){return c.getTopicsForTitles(f,d,h,m,b).then(y=>y(o,a))}}};e.TopicsApiFactory=p;class g extends s.BaseAPI{getTopicsForTitles(a,o,c,f,d){return(0,e.TopicsApiFp)(this.configuration).getTopicsForTitles(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}}e.TopicsApi=g})(Zy);var eb={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.TopsFlopsApi=e.TopsFlopsApiFactory=e.TopsFlopsApiFp=e.TopsFlopsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getTopsFlopsForLists:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getTopsFlopsForLists","lid",a);const d="/lists/{lid}/top_flop".replace("{lid}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.field=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}})}};e.TopsFlopsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.TopsFlopsApiAxiosParamCreator)(u);return{getTopsFlopsForLists(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getTopsFlopsForLists(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})}}};e.TopsFlopsApiFp=l;const p=function(u,a,o){const c=(0,e.TopsFlopsApiFp)(u);return{getTopsFlopsForLists(f,d,h,m){return c.getTopsFlopsForLists(f,d,h,m).then(b=>b(o,a))}}};e.TopsFlopsApiFactory=p;class g extends s.BaseAPI{getTopsFlopsForLists(a,o,c,f){return(0,e.TopsFlopsApiFp)(this.configuration).getTopsFlopsForLists(a,o,c,f).then(d=>d(this.axios,this.basePath))}}e.TopsFlopsApi=g})(eb);var tb={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.TradingOpportunitiesApi=e.TradingOpportunitiesApiFactory=e.TradingOpportunitiesApiFp=e.TradingOpportunitiesApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{getStandardRules:(a,o={})=>t(this,void 0,void 0,function*(){const c="/standard_rules",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),getStandardTriggers:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){const h="/standard_triggers",m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"GET"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),a!==void 0&&(_.startDate=a),o!==void 0&&(_.endDate=o),c!==void 0&&(_.limit=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}})}};e.TradingOpportunitiesApiAxiosParamCreator=i;const l=function(u){const a=(0,e.TradingOpportunitiesApiAxiosParamCreator)(u);return{getStandardRules(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getStandardRules(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},getStandardTriggers(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.getStandardTriggers(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})}}};e.TradingOpportunitiesApiFp=l;const p=function(u,a,o){const c=(0,e.TradingOpportunitiesApiFp)(u);return{getStandardRules(f,d){return c.getStandardRules(f,d).then(h=>h(o,a))},getStandardTriggers(f,d,h,m,b){return c.getStandardTriggers(f,d,h,m,b).then(y=>y(o,a))}}};e.TradingOpportunitiesApiFactory=p;class g extends s.BaseAPI{getStandardRules(a,o){return(0,e.TradingOpportunitiesApiFp)(this.configuration).getStandardRules(a,o).then(c=>c(this.axios,this.basePath))}getStandardTriggers(a,o,c,f,d){return(0,e.TradingOpportunitiesApiFp)(this.configuration).getStandardTriggers(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}}e.TradingOpportunitiesApi=g})(tb);var nb={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.UserdataApi=e.UserdataApiFactory=e.UserdataApiFp=e.UserdataApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{changeUserdata:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("changeUserdata","changeUserdataRequest",a);const f="/userdata",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"POST"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),b["Content-Type"]="application/json",(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),m.data=(0,r.serializeDataIfNeeded)(a,m,u),{url:(0,r.toPathString)(d),options:m}}),getUserdata:(a,o={})=>t(this,void 0,void 0,function*(){const c="/userdata",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}})}};e.UserdataApiAxiosParamCreator=i;const l=function(u){const a=(0,e.UserdataApiAxiosParamCreator)(u);return{changeUserdata(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.changeUserdata(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getUserdata(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getUserdata(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})}}};e.UserdataApiFp=l;const p=function(u,a,o){const c=(0,e.UserdataApiFp)(u);return{changeUserdata(f,d,h){return c.changeUserdata(f,d,h).then(m=>m(o,a))},getUserdata(f,d){return c.getUserdata(f,d).then(h=>h(o,a))}}};e.UserdataApiFactory=p;class g extends s.BaseAPI{changeUserdata(a,o,c){return(0,e.UserdataApiFp)(this.configuration).changeUserdata(a,o,c).then(f=>f(this.axios,this.basePath))}getUserdata(a,o){return(0,e.UserdataApiFp)(this.configuration).getUserdata(a,o).then(c=>c(this.axios,this.basePath))}}e.UserdataApi=g})(nb);var rb={};(function(e){var t=oe&&oe.__awaiter||function(u,a,o,c){function f(d){return d instanceof o?d:new o(function(h){h(d)})}return new(o||(o=Promise))(function(d,h){function m(v){try{y(c.next(v))}catch(_){h(_)}}function b(v){try{y(c.throw(v))}catch(_){h(_)}}function y(v){v.done?d(v.value):f(v.value).then(m,b)}y((c=c.apply(u,a||[])).next())})};Object.defineProperty(e,"__esModule",{value:!0}),e.WatchlistsApi=e.WatchlistsApiFactory=e.WatchlistsApiFp=e.WatchlistsApiAxiosParamCreator=void 0;const n=Je,r=Ae,s=Ke,i=function(u){return{addItemWatchlist:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("addItemWatchlist","wid",a),(0,r.assertParamExists)("addItemWatchlist","watchlistItemsToAdd",o);const d="/watchlists/{wid}".replace("{wid}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"POST"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),c!==void 0&&(v.format=c),y["Content-Type"]="application/json",(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),b.data=(0,r.serializeDataIfNeeded)(o,b,u),{url:(0,r.toPathString)(h),options:b}}),addWatchlist:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("addWatchlist","watchlistCreation",a);const f="/watchlists",d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"POST"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),b["Content-Type"]="application/json",(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),m.data=(0,r.serializeDataIfNeeded)(a,m,u),{url:(0,r.toPathString)(d),options:m}}),getMessagesForWatchlists:(a,o,c,f,d,h,m,b,y,v,_,x,E={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getMessagesForWatchlists","wid",a);const S="/watchlists/{wid}/messages".replace("{wid}",encodeURIComponent(String(a))),A=new URL(S,r.DUMMY_BASE_URL);let O;u&&(O=u.baseOptions);const T=Object.assign(Object.assign({method:"GET"},O),E),w={},P={};(0,r.setBasicAuthToObject)(T,u),o!==void 0&&(P.type=o),c!==void 0&&(P.source=c),f!==void 0&&(P.lang=f),d!==void 0&&(P.score=d),h!==void 0&&(P.search_term=h),m!==void 0&&(P.full_text=m),b!==void 0&&(P.startDate=b),y!==void 0&&(P.endDate=y),v!==void 0&&(P.limit=v),_!==void 0&&(P.partition=_),x!==void 0&&(P.format=x),(0,r.setSearchParams)(A,P);let M=O&&O.headers?O.headers:{};return T.headers=Object.assign(Object.assign(Object.assign({},w),M),E.headers),{url:(0,r.toPathString)(A),options:T}}),getWatchlistContentForWatchlists:(a,o,c,f={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("getWatchlistContentForWatchlists","wid",a);const d="/watchlists/{wid}".replace("{wid}",encodeURIComponent(String(a))),h=new URL(d,r.DUMMY_BASE_URL);let m;u&&(m=u.baseOptions);const b=Object.assign(Object.assign({method:"GET"},m),f),y={},v={};(0,r.setBasicAuthToObject)(b,u),o!==void 0&&(v.partition=o),c!==void 0&&(v.format=c),(0,r.setSearchParams)(h,v);let _=m&&m.headers?m.headers:{};return b.headers=Object.assign(Object.assign(Object.assign({},y),_),f.headers),{url:(0,r.toPathString)(h),options:b}}),getWatchlistsInventory:(a,o={})=>t(this,void 0,void 0,function*(){const c="/watchlists",f=new URL(c,r.DUMMY_BASE_URL);let d;u&&(d=u.baseOptions);const h=Object.assign(Object.assign({method:"GET"},d),o),m={},b={};(0,r.setBasicAuthToObject)(h,u),a!==void 0&&(b.format=a),(0,r.setSearchParams)(f,b);let y=d&&d.headers?d.headers:{};return h.headers=Object.assign(Object.assign(Object.assign({},m),y),o.headers),{url:(0,r.toPathString)(f),options:h}}),removeAuthorsFromWatchlist:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("removeAuthorsFromWatchlist","wid",a),(0,r.assertParamExists)("removeAuthorsFromWatchlist","watchlistAuthorsToRemove",o);const h="/watchlists/{wid}/authors".replace("{wid}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"DELETE"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),c!==void 0&&(_.partition=c),f!==void 0&&(_.format=f),v["Content-Type"]="application/json",(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),y.data=(0,r.serializeDataIfNeeded)(o,y,u),{url:(0,r.toPathString)(m),options:y}}),removeIdentFromWatchlist:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("removeIdentFromWatchlist","wid",a),(0,r.assertParamExists)("removeIdentFromWatchlist","ident",o);const h="/watchlists/{wid}/{ident}".replace("{wid}",encodeURIComponent(String(a))).replace("{ident}",encodeURIComponent(String(o))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"DELETE"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),c!==void 0&&(_.partition=c),f!==void 0&&(_.format=f),(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),{url:(0,r.toPathString)(m),options:y}}),removeQueriesFromWatchlist:(a,o,c,f,d={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("removeQueriesFromWatchlist","wid",a),(0,r.assertParamExists)("removeQueriesFromWatchlist","watchlistQueriesToRemove",o);const h="/watchlists/{wid}/queries".replace("{wid}",encodeURIComponent(String(a))),m=new URL(h,r.DUMMY_BASE_URL);let b;u&&(b=u.baseOptions);const y=Object.assign(Object.assign({method:"DELETE"},b),d),v={},_={};(0,r.setBasicAuthToObject)(y,u),c!==void 0&&(_.partition=c),f!==void 0&&(_.format=f),v["Content-Type"]="application/json",(0,r.setSearchParams)(m,_);let x=b&&b.headers?b.headers:{};return y.headers=Object.assign(Object.assign(Object.assign({},v),x),d.headers),y.data=(0,r.serializeDataIfNeeded)(o,y,u),{url:(0,r.toPathString)(m),options:y}}),removeWatchlist:(a,o,c={})=>t(this,void 0,void 0,function*(){(0,r.assertParamExists)("removeWatchlist","wid",a);const f="/watchlists/{wid}".replace("{wid}",encodeURIComponent(String(a))),d=new URL(f,r.DUMMY_BASE_URL);let h;u&&(h=u.baseOptions);const m=Object.assign(Object.assign({method:"DELETE"},h),c),b={},y={};(0,r.setBasicAuthToObject)(m,u),o!==void 0&&(y.format=o),(0,r.setSearchParams)(d,y);let v=h&&h.headers?h.headers:{};return m.headers=Object.assign(Object.assign(Object.assign({},b),v),c.headers),{url:(0,r.toPathString)(d),options:m}})}};e.WatchlistsApiAxiosParamCreator=i;const l=function(u){const a=(0,e.WatchlistsApiAxiosParamCreator)(u);return{addItemWatchlist(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.addItemWatchlist(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},addWatchlist(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.addWatchlist(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})},getMessagesForWatchlists(o,c,f,d,h,m,b,y,v,_,x,E,S){return t(this,void 0,void 0,function*(){const A=yield a.getMessagesForWatchlists(o,c,f,d,h,m,b,y,v,_,x,E,S);return(0,r.createRequestFunction)(A,n.default,s.BASE_PATH,u)})},getWatchlistContentForWatchlists(o,c,f,d){return t(this,void 0,void 0,function*(){const h=yield a.getWatchlistContentForWatchlists(o,c,f,d);return(0,r.createRequestFunction)(h,n.default,s.BASE_PATH,u)})},getWatchlistsInventory(o,c){return t(this,void 0,void 0,function*(){const f=yield a.getWatchlistsInventory(o,c);return(0,r.createRequestFunction)(f,n.default,s.BASE_PATH,u)})},removeAuthorsFromWatchlist(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.removeAuthorsFromWatchlist(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},removeIdentFromWatchlist(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.removeIdentFromWatchlist(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},removeQueriesFromWatchlist(o,c,f,d,h){return t(this,void 0,void 0,function*(){const m=yield a.removeQueriesFromWatchlist(o,c,f,d,h);return(0,r.createRequestFunction)(m,n.default,s.BASE_PATH,u)})},removeWatchlist(o,c,f){return t(this,void 0,void 0,function*(){const d=yield a.removeWatchlist(o,c,f);return(0,r.createRequestFunction)(d,n.default,s.BASE_PATH,u)})}}};e.WatchlistsApiFp=l;const p=function(u,a,o){const c=(0,e.WatchlistsApiFp)(u);return{addItemWatchlist(f,d,h,m){return c.addItemWatchlist(f,d,h,m).then(b=>b(o,a))},addWatchlist(f,d,h){return c.addWatchlist(f,d,h).then(m=>m(o,a))},getMessagesForWatchlists(f,d,h,m,b,y,v,_,x,E,S,A,O){return c.getMessagesForWatchlists(f,d,h,m,b,y,v,_,x,E,S,A,O).then(T=>T(o,a))},getWatchlistContentForWatchlists(f,d,h,m){return c.getWatchlistContentForWatchlists(f,d,h,m).then(b=>b(o,a))},getWatchlistsInventory(f,d){return c.getWatchlistsInventory(f,d).then(h=>h(o,a))},removeAuthorsFromWatchlist(f,d,h,m,b){return c.removeAuthorsFromWatchlist(f,d,h,m,b).then(y=>y(o,a))},removeIdentFromWatchlist(f,d,h,m,b){return c.removeIdentFromWatchlist(f,d,h,m,b).then(y=>y(o,a))},removeQueriesFromWatchlist(f,d,h,m,b){return c.removeQueriesFromWatchlist(f,d,h,m,b).then(y=>y(o,a))},removeWatchlist(f,d,h){return c.removeWatchlist(f,d,h).then(m=>m(o,a))}}};e.WatchlistsApiFactory=p;class g extends s.BaseAPI{addItemWatchlist(a,o,c,f){return(0,e.WatchlistsApiFp)(this.configuration).addItemWatchlist(a,o,c,f).then(d=>d(this.axios,this.basePath))}addWatchlist(a,o,c){return(0,e.WatchlistsApiFp)(this.configuration).addWatchlist(a,o,c).then(f=>f(this.axios,this.basePath))}getMessagesForWatchlists(a,o,c,f,d,h,m,b,y,v,_,x,E){return(0,e.WatchlistsApiFp)(this.configuration).getMessagesForWatchlists(a,o,c,f,d,h,m,b,y,v,_,x,E).then(S=>S(this.axios,this.basePath))}getWatchlistContentForWatchlists(a,o,c,f){return(0,e.WatchlistsApiFp)(this.configuration).getWatchlistContentForWatchlists(a,o,c,f).then(d=>d(this.axios,this.basePath))}getWatchlistsInventory(a,o){return(0,e.WatchlistsApiFp)(this.configuration).getWatchlistsInventory(a,o).then(c=>c(this.axios,this.basePath))}removeAuthorsFromWatchlist(a,o,c,f,d){return(0,e.WatchlistsApiFp)(this.configuration).removeAuthorsFromWatchlist(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}removeIdentFromWatchlist(a,o,c,f,d){return(0,e.WatchlistsApiFp)(this.configuration).removeIdentFromWatchlist(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}removeQueriesFromWatchlist(a,o,c,f,d){return(0,e.WatchlistsApiFp)(this.configuration).removeQueriesFromWatchlist(a,o,c,f,d).then(h=>h(this.axios,this.basePath))}removeWatchlist(a,o,c){return(0,e.WatchlistsApiFp)(this.configuration).removeWatchlist(a,o,c).then(f=>f(this.axios,this.basePath))}}e.WatchlistsApi=g})(rb);(function(e){var t=oe&&oe.__createBinding||(Object.create?function(r,s,i,l){l===void 0&&(l=i);var p=Object.getOwnPropertyDescriptor(s,i);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[i]}}),Object.defineProperty(r,l,p)}:function(r,s,i,l){l===void 0&&(l=i),r[l]=s[i]}),n=oe&&oe.__exportStar||function(r,s){for(var i in r)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&t(s,r,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(Ly,e),n(Ny,e),n(jy,e),n(Uy,e),n(Vy,e),n(qy,e),n(Hy,e),n(zy,e),n($y,e),n(Wy,e),n(Ky,e),n(Gy,e),n(Yy,e),n(Qy,e),n(Xy,e),n(Jy,e),n(Zy,e),n(eb,e),n(tb,e),n(nb,e),n(rb,e)})(ky);var lc={};Object.defineProperty(lc,"__esModule",{value:!0});lc.Configuration=void 0;class rI{constructor(t={}){this.apiKey=t.apiKey,this.username=t.username,this.password=t.password,this.accessToken=t.accessToken,this.basePath=t.basePath,this.baseOptions=t.baseOptions,this.formDataCtor=t.formDataCtor}isJsonMime(t){const n=new RegExp("^(application/json|[^;/ 	]+/[^;/ 	]+[+]json)[ 	]*(;.*)?$","i");return t!==null&&(n.test(t)||t.toLowerCase()==="application/json-patch+json")}}lc.Configuration=rI;var sb={},ib={};Object.defineProperty(ib,"__esModule",{value:!0});var ab={};Object.defineProperty(ab,"__esModule",{value:!0});var ob={};Object.defineProperty(ob,"__esModule",{value:!0});var cb={};Object.defineProperty(cb,"__esModule",{value:!0});var lb={};Object.defineProperty(lb,"__esModule",{value:!0});var ub={};Object.defineProperty(ub,"__esModule",{value:!0});var db={};Object.defineProperty(db,"__esModule",{value:!0});var fb={};Object.defineProperty(fb,"__esModule",{value:!0});var hb={};Object.defineProperty(hb,"__esModule",{value:!0});var pb={};Object.defineProperty(pb,"__esModule",{value:!0});var mb={};Object.defineProperty(mb,"__esModule",{value:!0});var gb={};Object.defineProperty(gb,"__esModule",{value:!0});var vb={};Object.defineProperty(vb,"__esModule",{value:!0});var yb={};Object.defineProperty(yb,"__esModule",{value:!0});var bb={};Object.defineProperty(bb,"__esModule",{value:!0});var _b={};Object.defineProperty(_b,"__esModule",{value:!0});var xb={};Object.defineProperty(xb,"__esModule",{value:!0});var Eb={};Object.defineProperty(Eb,"__esModule",{value:!0});var Ab={};Object.defineProperty(Ab,"__esModule",{value:!0});var Sb={};Object.defineProperty(Sb,"__esModule",{value:!0});var Ob={};Object.defineProperty(Ob,"__esModule",{value:!0});var Tb={};Object.defineProperty(Tb,"__esModule",{value:!0});var uc={};Object.defineProperty(uc,"__esModule",{value:!0});uc.CurrentPriceKindEnum=void 0;uc.CurrentPriceKindEnum={L:"l",B:"b",A:"a"};var Pb={};Object.defineProperty(Pb,"__esModule",{value:!0});var wb={};Object.defineProperty(wb,"__esModule",{value:!0});var Cb={};Object.defineProperty(Cb,"__esModule",{value:!0});var Rb={};Object.defineProperty(Rb,"__esModule",{value:!0});var Fb={};Object.defineProperty(Fb,"__esModule",{value:!0});var Db={};Object.defineProperty(Db,"__esModule",{value:!0});var Bb={};Object.defineProperty(Bb,"__esModule",{value:!0});var Ib={};Object.defineProperty(Ib,"__esModule",{value:!0});var Mb={};Object.defineProperty(Mb,"__esModule",{value:!0});var kb={};Object.defineProperty(kb,"__esModule",{value:!0});var Lb={};Object.defineProperty(Lb,"__esModule",{value:!0});var Nb={};Object.defineProperty(Nb,"__esModule",{value:!0});var dc={};Object.defineProperty(dc,"__esModule",{value:!0});dc.EntityType=void 0;dc.EntityType={Person:"person",Class:"class",Company:"company",CryptoCurrency:"crypto_currency",Derivative:"derivative",Forex:"forex",Index:"index",RawMaterial:"raw_material",Fund:"fund",Unlisted:"unlisted"};var jb={};Object.defineProperty(jb,"__esModule",{value:!0});var Ub={};Object.defineProperty(Ub,"__esModule",{value:!0});var Vb={};Object.defineProperty(Vb,"__esModule",{value:!0});var qb={};Object.defineProperty(qb,"__esModule",{value:!0});var Hb={};Object.defineProperty(Hb,"__esModule",{value:!0});var zb={};Object.defineProperty(zb,"__esModule",{value:!0});var $b={};Object.defineProperty($b,"__esModule",{value:!0});var Wb={};Object.defineProperty(Wb,"__esModule",{value:!0});var Kb={};Object.defineProperty(Kb,"__esModule",{value:!0});var Gb={};Object.defineProperty(Gb,"__esModule",{value:!0});var Yb={};Object.defineProperty(Yb,"__esModule",{value:!0});var Qb={};Object.defineProperty(Qb,"__esModule",{value:!0});var Xb={};Object.defineProperty(Xb,"__esModule",{value:!0});var Jb={};Object.defineProperty(Jb,"__esModule",{value:!0});var Zb={};Object.defineProperty(Zb,"__esModule",{value:!0});var e_={};Object.defineProperty(e_,"__esModule",{value:!0});var t_={};Object.defineProperty(t_,"__esModule",{value:!0});var n_={};Object.defineProperty(n_,"__esModule",{value:!0});var r_={};Object.defineProperty(r_,"__esModule",{value:!0});var s_={};Object.defineProperty(s_,"__esModule",{value:!0});var i_={};Object.defineProperty(i_,"__esModule",{value:!0});var a_={};Object.defineProperty(a_,"__esModule",{value:!0});var o_={};Object.defineProperty(o_,"__esModule",{value:!0});var c_={};Object.defineProperty(c_,"__esModule",{value:!0});var l_={};Object.defineProperty(l_,"__esModule",{value:!0});var u_={};Object.defineProperty(u_,"__esModule",{value:!0});var d_={};Object.defineProperty(d_,"__esModule",{value:!0});var f_={};Object.defineProperty(f_,"__esModule",{value:!0});var h_={};Object.defineProperty(h_,"__esModule",{value:!0});var p_={};Object.defineProperty(p_,"__esModule",{value:!0});var m_={};Object.defineProperty(m_,"__esModule",{value:!0});var g_={};Object.defineProperty(g_,"__esModule",{value:!0});var v_={};Object.defineProperty(v_,"__esModule",{value:!0});var y_={};Object.defineProperty(y_,"__esModule",{value:!0});var b_={};Object.defineProperty(b_,"__esModule",{value:!0});var __={};Object.defineProperty(__,"__esModule",{value:!0});var x_={};Object.defineProperty(x_,"__esModule",{value:!0});var fc={};Object.defineProperty(fc,"__esModule",{value:!0});fc.MessageType=void 0;fc.MessageType={Adhoc:"adhoc",Blog:"blog",Comments:"comments",Filings:"filings",ForumPosts:"forum_posts",News:"news",Tweets:"tweets",Videos:"videos"};var E_={};Object.defineProperty(E_,"__esModule",{value:!0});var A_={};Object.defineProperty(A_,"__esModule",{value:!0});var S_={};Object.defineProperty(S_,"__esModule",{value:!0});var O_={};Object.defineProperty(O_,"__esModule",{value:!0});var T_={};Object.defineProperty(T_,"__esModule",{value:!0});var P_={};Object.defineProperty(P_,"__esModule",{value:!0});var w_={};Object.defineProperty(w_,"__esModule",{value:!0});var C_={};Object.defineProperty(C_,"__esModule",{value:!0});var R_={};Object.defineProperty(R_,"__esModule",{value:!0});var F_={};Object.defineProperty(F_,"__esModule",{value:!0});var D_={};Object.defineProperty(D_,"__esModule",{value:!0});var B_={};Object.defineProperty(B_,"__esModule",{value:!0});var I_={};Object.defineProperty(I_,"__esModule",{value:!0});var M_={};Object.defineProperty(M_,"__esModule",{value:!0});var hc={};Object.defineProperty(hc,"__esModule",{value:!0});hc.ModelType=void 0;hc.ModelType={Normal:"normal",Contra:"contra"};var k_={};Object.defineProperty(k_,"__esModule",{value:!0});var L_={};Object.defineProperty(L_,"__esModule",{value:!0});var N_={};Object.defineProperty(N_,"__esModule",{value:!0});var j_={};Object.defineProperty(j_,"__esModule",{value:!0});var pc={};Object.defineProperty(pc,"__esModule",{value:!0});pc.OtherUserItemType=void 0;pc.OtherUserItemType={TaggedMessage:"TaggedMessage",RankingItem:"RankingItem",PollWinner:"PollWinner"};var mc={};Object.defineProperty(mc,"__esModule",{value:!0});mc.PersonGenderEnum=void 0;mc.PersonGenderEnum={Null:"null",Male:"male",Female:"female"};var U_={};Object.defineProperty(U_,"__esModule",{value:!0});var gc={};Object.defineProperty(gc,"__esModule",{value:!0});gc.PersonV6GenderEnum=void 0;gc.PersonV6GenderEnum={Null:"null",Male:"male",Female:"female"};var V_={};Object.defineProperty(V_,"__esModule",{value:!0});var q_={};Object.defineProperty(q_,"__esModule",{value:!0});var H_={};Object.defineProperty(H_,"__esModule",{value:!0});var z_={};Object.defineProperty(z_,"__esModule",{value:!0});var vc={};Object.defineProperty(vc,"__esModule",{value:!0});vc.Position=void 0;vc.Position={Buy:"buy",Sell:"sell",Flat:"flat"};var $_={};Object.defineProperty($_,"__esModule",{value:!0});var W_={};Object.defineProperty(W_,"__esModule",{value:!0});var K_={};Object.defineProperty(K_,"__esModule",{value:!0});var G_={};Object.defineProperty(G_,"__esModule",{value:!0});var Y_={};Object.defineProperty(Y_,"__esModule",{value:!0});var Q_={};Object.defineProperty(Q_,"__esModule",{value:!0});var X_={};Object.defineProperty(X_,"__esModule",{value:!0});var J_={};Object.defineProperty(J_,"__esModule",{value:!0});var Z_={};Object.defineProperty(Z_,"__esModule",{value:!0});var ex={};Object.defineProperty(ex,"__esModule",{value:!0});var tx={};Object.defineProperty(tx,"__esModule",{value:!0});var nx={};Object.defineProperty(nx,"__esModule",{value:!0});var rx={};Object.defineProperty(rx,"__esModule",{value:!0});var sx={};Object.defineProperty(sx,"__esModule",{value:!0});var ix={};Object.defineProperty(ix,"__esModule",{value:!0});var ax={};Object.defineProperty(ax,"__esModule",{value:!0});var ox={};Object.defineProperty(ox,"__esModule",{value:!0});var cx={};Object.defineProperty(cx,"__esModule",{value:!0});var lx={};Object.defineProperty(lx,"__esModule",{value:!0});var ux={};Object.defineProperty(ux,"__esModule",{value:!0});var dx={};Object.defineProperty(dx,"__esModule",{value:!0});var yc={};Object.defineProperty(yc,"__esModule",{value:!0});yc.QueryInfoStatusEnum=void 0;yc.QueryInfoStatusEnum={New:"new",Initialized:"initialized",Failed:"failed"};var fx={};Object.defineProperty(fx,"__esModule",{value:!0});var hx={};Object.defineProperty(hx,"__esModule",{value:!0});var px={};Object.defineProperty(px,"__esModule",{value:!0});var mx={};Object.defineProperty(mx,"__esModule",{value:!0});var it={};Object.defineProperty(it,"__esModule",{value:!0});it.RatingForTitleSmaPriceEnum=it.RatingForTitleSentPulsePicksEnum=it.RatingForTitleSentBuzzEnum=it.RatingForTitleSectorPriceEnum=it.RatingForTitleRsiPriceEnum=it.RatingForTitlePeRatioEnum=it.RatingForTitleOverallEnum=it.RatingForTitleDividendEnum=it.RatingForTitleAnalystsEnum=void 0;it.RatingForTitleAnalystsEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleDividendEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleOverallEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitlePeRatioEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleRsiPriceEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleSectorPriceEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleSentBuzzEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleSentPulsePicksEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};it.RatingForTitleSmaPriceEnum={Buy:"Buy",Hold:"Hold",Sell:"Sell"};var gx={};Object.defineProperty(gx,"__esModule",{value:!0});var vx={};Object.defineProperty(vx,"__esModule",{value:!0});var yx={};Object.defineProperty(yx,"__esModule",{value:!0});var bx={};Object.defineProperty(bx,"__esModule",{value:!0});var bc={};Object.defineProperty(bc,"__esModule",{value:!0});bc.ReportModelName=void 0;bc.ReportModelName={_10minute:"10minute",_1minute:"1minute",Daily5am:"daily_5am",Daily2pm:"daily_2pm",Daily5pm:"daily_5pm",HourlyShortterm:"hourly_shortterm",Daily5amNews:"daily_5am_news",_10minuteScore2:"10minute_score_2",_10minuteScore4:"10minute_score_4",Daily5amScore2:"daily_5am_score_2",Daily5amScore3:"daily_5am_score_3",Daily5amScore4:"daily_5am_score_4",Daily5amScore5:"daily_5am_score_5",HourlyReddit:"hourly_reddit",_10minuteReddit:"10minute_reddit",Daily5amReddit:"daily_5am_reddit",_10minuteRedditWallstreetbets:"10minute_reddit_wallstreetbets",_10minuteStocktwits:"10minute_stocktwits",Daily5amStocktwits:"daily_5am_stocktwits",Daily5amRedditWallstreetbets:"daily_5am_reddit_wallstreetbets",Daily3am:"daily_3am",_10minuteInvesting:"10minute_investing",Daily5amInvesting:"daily_5am_investing",_10minuteXueqiu:"10minute_xueqiu",Daily5amXueqiu:"daily_5am_xueqiu",_10minuteTwitter:"10minute_twitter",Daily5amTwitter:"daily_5am_twitter",Daily5amDiscord:"daily_5am_discord",_10minuteDiscord:"10minute_discord",Daily2pmDiscord:"daily_2pm_discord",Daily5pmTelegram:"daily_5pm_telegram",Daily5amTelegram:"daily_5am_telegram",Daily5pmTiktok:"daily_5pm_tiktok",Daily5amTiktok:"daily_5am_tiktok",Daily5pmDiscord:"daily_5pm_discord",Daily5amYoutube:"daily_5am_youtube",Daily5pmYoutube:"daily_5pm_youtube",Daily5amHotcopper:"daily_5am_hotcopper",Daily5pmHotcopper:"daily_5pm_hotcopper",Daily5am4chan:"daily_5am_4chan",Daily5pm4chan:"daily_5pm_4chan",Daily5amCoinmarketcap:"daily_5am_coinmarketcap",Daily5pmCoinmarketcap:"daily_5pm_coinmarketcap",Daily5amWeibo:"daily_5am_weibo",Daily5pmWeibo:"daily_5pm_weibo",Daily5pmTaoguba:"daily_5pm_taoguba",Daily5amTaoguba:"daily_5am_taoguba"};var Is={};Object.defineProperty(Is,"__esModule",{value:!0});Is.RuleRuleTypeEnum=Is.RuleScopeEnum=void 0;Is.RuleScopeEnum={Watchlist:"watchlist",Index:"index",Class:"class"};Is.RuleRuleTypeEnum={BuzzPatterns:"buzz_patterns",UnlistedFilter:"unlisted_filter",UserMessages:"user_messages"};var Ms={};Object.defineProperty(Ms,"__esModule",{value:!0});Ms.RuleRuleSetInnerComparatorEnum=Ms.RuleRuleSetInnerMetricEnum=void 0;Ms.RuleRuleSetInnerMetricEnum={B:"b",S:"s"};Ms.RuleRuleSetInnerComparatorEnum={Gt:"gt",Lt:"lt",Eq:"eq",F:"f",R:"r"};var _x={};Object.defineProperty(_x,"__esModule",{value:!0});var xx={};Object.defineProperty(xx,"__esModule",{value:!0});var Ex={};Object.defineProperty(Ex,"__esModule",{value:!0});var _c={};Object.defineProperty(_c,"__esModule",{value:!0});_c.SMADataCurrentKindEnum=void 0;_c.SMADataCurrentKindEnum={L:"l",B:"b",A:"a"};var Ax={};Object.defineProperty(Ax,"__esModule",{value:!0});var Sx={};Object.defineProperty(Sx,"__esModule",{value:!0});var Ox={};Object.defineProperty(Ox,"__esModule",{value:!0});var Tx={};Object.defineProperty(Tx,"__esModule",{value:!0});var Px={};Object.defineProperty(Px,"__esModule",{value:!0});var wx={};Object.defineProperty(wx,"__esModule",{value:!0});var Cx={};Object.defineProperty(Cx,"__esModule",{value:!0});var Rx={};Object.defineProperty(Rx,"__esModule",{value:!0});var Fx={};Object.defineProperty(Fx,"__esModule",{value:!0});var Dx={};Object.defineProperty(Dx,"__esModule",{value:!0});var Bx={};Object.defineProperty(Bx,"__esModule",{value:!0});var Ix={};Object.defineProperty(Ix,"__esModule",{value:!0});var Mx={};Object.defineProperty(Mx,"__esModule",{value:!0});var _r={};Object.defineProperty(_r,"__esModule",{value:!0});_r.SearchSearchMessageRequestOrderByEnum=_r.SearchSearchMessageRequestLangEnum=_r.SearchSearchMessageRequestTypeEnum=void 0;_r.SearchSearchMessageRequestTypeEnum={Adhoc:"adhoc",Blog:"blog",Comments:"comments",Filings:"filings",ForumPosts:"forum_posts",News:"news",Tweets:"tweets",Videos:"videos",All:"all"};_r.SearchSearchMessageRequestLangEnum={En:"en",De:"de",Cn:"cn",Da:"da",Ru:"ru",Fi:"fi",Sv:"sv",Is:"is",Tr:"tr",Es:"es",Fr:"fr",Ja:"ja"};_r.SearchSearchMessageRequestOrderByEnum={Score:"score",ScoreAsc:"score_asc",MessageTime:"message_time",MessageTimeAsc:"message_time_asc"};var kx={};Object.defineProperty(kx,"__esModule",{value:!0});var Lx={};Object.defineProperty(Lx,"__esModule",{value:!0});var Nx={};Object.defineProperty(Nx,"__esModule",{value:!0});var jx={};Object.defineProperty(jx,"__esModule",{value:!0});var Ux={};Object.defineProperty(Ux,"__esModule",{value:!0});var Vx={};Object.defineProperty(Vx,"__esModule",{value:!0});var xc={};Object.defineProperty(xc,"__esModule",{value:!0});xc.SignalPolicy=void 0;xc.SignalPolicy={Portfolio:"PORTFOLIO",PortfolioAdjust:"PORTFOLIO_ADJUST",Ignore:"IGNORE",Turn:"TURN",Adjust:"ADJUST",Hold:"HOLD"};var qx={};Object.defineProperty(qx,"__esModule",{value:!0});var Hx={};Object.defineProperty(Hx,"__esModule",{value:!0});var zx={};Object.defineProperty(zx,"__esModule",{value:!0});var $x={};Object.defineProperty($x,"__esModule",{value:!0});var Wx={};Object.defineProperty(Wx,"__esModule",{value:!0});var Kx={};Object.defineProperty(Kx,"__esModule",{value:!0});var Gx={};Object.defineProperty(Gx,"__esModule",{value:!0});var Yx={};Object.defineProperty(Yx,"__esModule",{value:!0});var Qx={};Object.defineProperty(Qx,"__esModule",{value:!0});var Ec={};Object.defineProperty(Ec,"__esModule",{value:!0});Ec.StatsSearchAuthorRequestOrderByEnum=void 0;Ec.StatsSearchAuthorRequestOrderByEnum={Score:"score",ScoreAsc:"score_asc",Total:"total",TotalAsc:"total_asc"};var Ac={};Object.defineProperty(Ac,"__esModule",{value:!0});Ac.StrikeMethod=void 0;Ac.StrikeMethod={Open:"OPEN",Worst:"WORST",Best:"BEST",Close:"CLOSE",Signal:"SIGNAL",Avg:"AVG",Middle:"MIDDLE"};var Xx={};Object.defineProperty(Xx,"__esModule",{value:!0});var Jx={};Object.defineProperty(Jx,"__esModule",{value:!0});var Zx={};Object.defineProperty(Zx,"__esModule",{value:!0});var eE={};Object.defineProperty(eE,"__esModule",{value:!0});var tE={};Object.defineProperty(tE,"__esModule",{value:!0});var nE={};Object.defineProperty(nE,"__esModule",{value:!0});var rE={};Object.defineProperty(rE,"__esModule",{value:!0});var sE={};Object.defineProperty(sE,"__esModule",{value:!0});var iE={};Object.defineProperty(iE,"__esModule",{value:!0});var aE={};Object.defineProperty(aE,"__esModule",{value:!0});var oE={};Object.defineProperty(oE,"__esModule",{value:!0});var cE={};Object.defineProperty(cE,"__esModule",{value:!0});var lE={};Object.defineProperty(lE,"__esModule",{value:!0});var uE={};Object.defineProperty(uE,"__esModule",{value:!0});var dE={};Object.defineProperty(dE,"__esModule",{value:!0});var fE={};Object.defineProperty(fE,"__esModule",{value:!0});var hE={};Object.defineProperty(hE,"__esModule",{value:!0});var pE={};Object.defineProperty(pE,"__esModule",{value:!0});var mE={};Object.defineProperty(mE,"__esModule",{value:!0});var gE={};Object.defineProperty(gE,"__esModule",{value:!0});var Sc={};Object.defineProperty(Sc,"__esModule",{value:!0});Sc.TransactionTransactionEnum=void 0;Sc.TransactionTransactionEnum={Buy:"Buy",Sale:"Sale",OptionExercise:"Option Exercise"};var Oc={};Object.defineProperty(Oc,"__esModule",{value:!0});Oc.TransactionType=void 0;Oc.TransactionType={Wager:"wager",Tag:"tag",Payment:"payment",Grant:"grant",Reward:"reward"};var Tc={};Object.defineProperty(Tc,"__esModule",{value:!0});Tc.Trend=void 0;Tc.Trend={Up:"up",Down:"down",Flat:"flat"};var vE={};Object.defineProperty(vE,"__esModule",{value:!0});var yE={};Object.defineProperty(yE,"__esModule",{value:!0});var bE={};Object.defineProperty(bE,"__esModule",{value:!0});var Pc={};Object.defineProperty(Pc,"__esModule",{value:!0});Pc.Trophy=void 0;Pc.Trophy={Gold:"gold",Silver:"silver",Bronce:"bronce"};var _E={};Object.defineProperty(_E,"__esModule",{value:!0});var xE={};Object.defineProperty(xE,"__esModule",{value:!0});var EE={};Object.defineProperty(EE,"__esModule",{value:!0});var AE={};Object.defineProperty(AE,"__esModule",{value:!0});var SE={};Object.defineProperty(SE,"__esModule",{value:!0});var OE={};Object.defineProperty(OE,"__esModule",{value:!0});var TE={};Object.defineProperty(TE,"__esModule",{value:!0});var PE={};Object.defineProperty(PE,"__esModule",{value:!0});var wE={};Object.defineProperty(wE,"__esModule",{value:!0});var CE={};Object.defineProperty(CE,"__esModule",{value:!0});var wc={};Object.defineProperty(wc,"__esModule",{value:!0});wc.UserGroupType=void 0;wc.UserGroupType={Event:"event",UserGroup:"userGroup",Poll:"poll"};var RE={};Object.defineProperty(RE,"__esModule",{value:!0});var FE={};Object.defineProperty(FE,"__esModule",{value:!0});var DE={};Object.defineProperty(DE,"__esModule",{value:!0});var BE={};Object.defineProperty(BE,"__esModule",{value:!0});var IE={};Object.defineProperty(IE,"__esModule",{value:!0});var ME={};Object.defineProperty(ME,"__esModule",{value:!0});var kE={};Object.defineProperty(kE,"__esModule",{value:!0});var LE={};Object.defineProperty(LE,"__esModule",{value:!0});var NE={};Object.defineProperty(NE,"__esModule",{value:!0});var jE={};Object.defineProperty(jE,"__esModule",{value:!0});var UE={};Object.defineProperty(UE,"__esModule",{value:!0});var VE={};Object.defineProperty(VE,"__esModule",{value:!0});var qE={};Object.defineProperty(qE,"__esModule",{value:!0});var HE={};Object.defineProperty(HE,"__esModule",{value:!0});var zE={};Object.defineProperty(zE,"__esModule",{value:!0});(function(e){var t=oe&&oe.__createBinding||(Object.create?function(r,s,i,l){l===void 0&&(l=i);var p=Object.getOwnPropertyDescriptor(s,i);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[i]}}),Object.defineProperty(r,l,p)}:function(r,s,i,l){l===void 0&&(l=i),r[l]=s[i]}),n=oe&&oe.__exportStar||function(r,s){for(var i in r)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&t(s,r,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(ib,e),n(ab,e),n(ob,e),n(cb,e),n(lb,e),n(ub,e),n(db,e),n(fb,e),n(hb,e),n(pb,e),n(mb,e),n(gb,e),n(vb,e),n(yb,e),n(bb,e),n(_b,e),n(xb,e),n(Eb,e),n(Ab,e),n(Sb,e),n(Ob,e),n(Tb,e),n(uc,e),n(Pb,e),n(wb,e),n(Cb,e),n(Rb,e),n(Fb,e),n(Db,e),n(Bb,e),n(Ib,e),n(Mb,e),n(kb,e),n(Lb,e),n(Nb,e),n(dc,e),n(jb,e),n(Ub,e),n(Vb,e),n(qb,e),n(Hb,e),n(zb,e),n($b,e),n(Wb,e),n(Kb,e),n(Gb,e),n(Yb,e),n(Qb,e),n(Xb,e),n(Jb,e),n(Zb,e),n(e_,e),n(t_,e),n(n_,e),n(r_,e),n(s_,e),n(i_,e),n(a_,e),n(o_,e),n(c_,e),n(l_,e),n(u_,e),n(d_,e),n(f_,e),n(h_,e),n(p_,e),n(m_,e),n(g_,e),n(v_,e),n(y_,e),n(b_,e),n(__,e),n(x_,e),n(fc,e),n(E_,e),n(A_,e),n(S_,e),n(O_,e),n(T_,e),n(P_,e),n(w_,e),n(C_,e),n(R_,e),n(F_,e),n(D_,e),n(B_,e),n(I_,e),n(M_,e),n(hc,e),n(k_,e),n(L_,e),n(N_,e),n(j_,e),n(pc,e),n(mc,e),n(U_,e),n(gc,e),n(V_,e),n(q_,e),n(H_,e),n(z_,e),n(vc,e),n($_,e),n(W_,e),n(K_,e),n(G_,e),n(Y_,e),n(Q_,e),n(X_,e),n(J_,e),n(Z_,e),n(ex,e),n(tx,e),n(nx,e),n(rx,e),n(sx,e),n(ix,e),n(ax,e),n(ox,e),n(cx,e),n(lx,e),n(ux,e),n(dx,e),n(yc,e),n(fx,e),n(hx,e),n(px,e),n(mx,e),n(it,e),n(gx,e),n(vx,e),n(yx,e),n(bx,e),n(bc,e),n(Is,e),n(Ms,e),n(_x,e),n(xx,e),n(Ex,e),n(_c,e),n(Ax,e),n(Sx,e),n(Ox,e),n(Tx,e),n(Px,e),n(wx,e),n(Cx,e),n(Rx,e),n(Fx,e),n(Dx,e),n(Bx,e),n(Ix,e),n(Mx,e),n(_r,e),n(kx,e),n(Lx,e),n(Nx,e),n(jx,e),n(Ux,e),n(Vx,e),n(xc,e),n(qx,e),n(Hx,e),n(zx,e),n($x,e),n(Wx,e),n(Kx,e),n(Gx,e),n(Yx,e),n(Qx,e),n(Ec,e),n(Ac,e),n(Xx,e),n(Jx,e),n(Zx,e),n(eE,e),n(tE,e),n(nE,e),n(rE,e),n(sE,e),n(iE,e),n(aE,e),n(oE,e),n(cE,e),n(lE,e),n(uE,e),n(dE,e),n(fE,e),n(hE,e),n(pE,e),n(mE,e),n(gE,e),n(Sc,e),n(Oc,e),n(Tc,e),n(vE,e),n(yE,e),n(bE,e),n(Pc,e),n(_E,e),n(xE,e),n(EE,e),n(AE,e),n(SE,e),n(OE,e),n(TE,e),n(PE,e),n(wE,e),n(CE,e),n(wc,e),n(RE,e),n(FE,e),n(DE,e),n(BE,e),n(IE,e),n(ME,e),n(kE,e),n(LE,e),n(NE,e),n(jE,e),n(UE,e),n(VE,e),n(qE,e),n(HE,e),n(zE,e)})(sb);(function(e){var t=oe&&oe.__createBinding||(Object.create?function(r,s,i,l){l===void 0&&(l=i);var p=Object.getOwnPropertyDescriptor(s,i);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[i]}}),Object.defineProperty(r,l,p)}:function(r,s,i,l){l===void 0&&(l=i),r[l]=s[i]}),n=oe&&oe.__exportStar||function(r,s){for(var i in r)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&t(s,r,i)};Object.defineProperty(e,"__esModule",{value:!0}),n(ky,e),n(lc,e),n(sb,e)})(qn);const Tt=[{value:-1,color:getComputedStyle(document.documentElement).getPropertyValue("--q-negative").trim()},{value:0,color:getComputedStyle(document.documentElement).getPropertyValue("--q-neutral").trim()},{value:1,color:getComputedStyle(document.documentElement).getPropertyValue("--q-positive").trim()}],un=class{static cloneObject(t){return typeof window.structuredClone=="function"?window.structuredClone(t):JSON.parse(JSON.stringify(t))}static calculateSentimentScore(t){return t>0?this.roundToPrecision((1-1/(1+t))*100,1):this.roundToPrecision((1-1/(1+Math.abs(t)))*-100,1)}static calculateSentimentWidth(t){let n=this.roundToPrecision(this.calculateSentimentScore(t)/2,2)+50;return n>95&&(n=95),n<1&&(n=1),n}static getIconClassBySentimentValue(t){let n="spi-face-frown";return t>.9?n="spi-face-grin-stars":t>.1?n="spi-face-grin":t>-.1?n="spi-face-meh":t>-.9&&(n="spi-face-frown-open"),n}static getColorForSentimentScore(t){if(t<=Tt[0].value)return Tt[0].color;if(t>=Tt[Tt.length-1].value)return Tt[Tt.length-1].color;for(let n=0;n<Tt.length-1;n++)if(t>=Tt[n].value&&t<Tt[n+1].value){const r=(t-Tt[n].value)/(Tt[n+1].value-Tt[n].value);return this.interpolateColor(Tt[n].color,Tt[n+1].color,r)}return Tt[1].color}static interpolateColor(t,n,r){const s=h=>parseInt(h.slice(1),16),i=(h,m,b)=>Math.round(h+(m-h)*b),l=s(t)>>16&255,p=s(t)>>8&255,g=s(t)&255,u=s(n)>>16&255,a=s(n)>>8&255,o=s(n)&255,c=i(l,u,r),f=i(p,a,r),d=i(g,o,r);return`#${((1<<24)+(c<<16)+(f<<8)+d).toString(16).slice(1)}`}static offerCSVDownload(t,n){const r=new Blob([t.join("")],{type:"text/csv;charset=utf-8;"}),s=document.createElement("a"),i=URL.createObjectURL(r);s.setAttribute("href",i),s.setAttribute("download",n),s.style.visibility="hidden",document.body.appendChild(s),s.click(),document.body.removeChild(s)}static compareObjects(t,n){const r=un.stableStringify(un.sortObject(t)),s=un.stableStringify(un.sortObject(n));return r<s?-1:r>s?1:0}static stableStringify(t){const n=[];return JSON.stringify(t,(r,s)=>{if(typeof s=="object"&&s!==null){if(n.includes(s))return;n.push(s)}return s})}static sortObject(t){const n={};return Object.keys(t).sort().forEach(r=>{n[r]=t[r]}),n}static getFilterSettingsListByTitleFilter(t,n=!1){const r=[];return t.keyEvent.length>0,t!=null&&t.region&&(t==null?void 0:t.region.length)>0,r.push(...un.splitSectorFilter(t==null?void 0:t.sector,n)),(t==null?void 0:t.exchange)&&(t==null?void 0:t.exchange.length)>0&&r.push({field:st.exchange,comparator:"eq",value:t.exchange}),(t==null?void 0:t.list)&&(t==null?void 0:t.list.length)>0&&r.push({field:st.list,comparator:"eq",value:t.list.map(s=>`${s}`)}),(t==null?void 0:t.country)&&(t==null?void 0:t.country.length)>0?r.push({field:st.country,comparator:"eq",value:t.country}):n||r.push({field:st.country,comparator:"gte",value:""}),(t==null?void 0:t.asset)&&(t==null?void 0:t.asset.length)>0?r.push({field:st.asset,comparator:"eq",value:t.asset}):n||r.push({field:st.asset,comparator:"gte",value:0}),(t==null?void 0:t.type)&&(t==null?void 0:t.type.length)>0?r.push({field:st.type,comparator:"eq",value:t.type}):n||r.push({field:st.type,comparator:"gte",value:"0"}),(t==null?void 0:t.keyEvent)&&(t==null?void 0:t.keyEvent.length)>0&&t.keyEvent.forEach(s=>{r.push({field:`key_events.4.${s}.total`,comparator:"gte",value:"1"})}),r}static splitSectorFilter(t,n=!1){const r=[],s=t.reduce((l,p)=>{const g=un.getSectorTypeBySectorId(p);return l[g]||(l[g]=[]),l[g].push(p),l},{}),i=[st.sector,st.group,st.industry,st.subindustry];for(const l of i)s[l]&&r.push({field:l,comparator:"eq",value:s[l]});return r}static getSectorTypeBySectorId(t){const n=t.toString().length;return n>=8?st.subindustry:n>=6?st.industry:n>=4?st.group:st.sector}static parseFilterStringToFilterSettings(t){const n=JSON.parse(t);return Array.isArray(n)?n.map(r=>{const{field:s,value:i,comparator:l}=r;return{field:s,comparator:l,value:Array.isArray(i)?i:[i]}}):[]}static parseFilterSettingToViewFilter(t){const n={list:[],sector:[],exchange:[],region:[],country:[],keyEvent:[],asset:[],type:[]};return t.forEach(r=>{switch(un.getFilterEntityByFieldName(r.field)){case"list":Array.isArray(r.value)?n.list.push(...r.value.map(Number)):n.list.push(parseInt(r.value));break;case"sector":case"group":case"industry":case"subindustry":Array.isArray(r.value)?n.sector.push(...r.value.map(Number)):n.sector.push(r.value);break;case"exchange":Array.isArray(r.value)?n.exchange.push(...r.value.map(Number)):n.exchange.push(r.value);break;case"country":Array.isArray(r.value)?n.country.push(...r.value):n.country.push(r.value);break;case"asset":Array.isArray(r.value)?n.asset.push(...r.value.map(Number)):n.asset.push(r.value);break;case"type":Array.isArray(r.value)?n.type.push(...r.value):n.type.push(r.value);break;case"keyEvent":n.keyEvent.push(parseInt(r.field.split(".")[2]));break}}),n}static getFilterEntityByFieldName(t){if(t.startsWith(st.keyEvent))return"keyEvent";const n=Object.keys(st);for(const r of n)if(st[r]===t)return r}static createTreeDataFromTitlesBuzzSentiment(t,n){if(!t)return[];const r=t.sort(function(p,g){return g.buzz<p.buzz?-1:g.buzz>p.buzz?1:0}),s=getComputedStyle(document.documentElement).getPropertyValue("--q-chart-label-dark").trim(),i=r.slice(0,30);i.reduce((p,g)=>p+g.buzz,0);const l=[];return i.forEach(p=>{const g=n[p.id];!g||!(g!=null&&g.buzz)||l.push({name:p.name,value:g==null?void 0:g.buzz,itemStyle:{color:g==null?void 0:g.sentimentIconColor},label:{color:(g==null?void 0:g.sentimentScore)<.4?"white":s},id:p.id,colorValue:g==null?void 0:g.sentimentScore})}),l}static createTreeDataFromTitleMessages(t,n){const r=getComputedStyle(document.documentElement).getPropertyValue("--q-chart-label-dark").trim(),s=[];return Object.keys(n).forEach(i=>{const l=parseInt(i),p=t.find(o=>o.id===l);if(!p||p.type==="class")return;const g=n[l];if(!g.total)return;const u=un.calculateSentimentScore(g.sentiment||0)/100,a=un.getColorForSentimentScore(u);s.push({name:p.name,value:g.total,itemStyle:{color:a},id:l,label:{color:u<.4?"white":r},colorValue:u})}),s.sort((i,l)=>l.value-i.value).slice(0,30)}static getDaily5AMPartitionNameForSource(t){switch(t){case"www.reddit.com":return"daily_5am_reddit";case"twitter.com":return"daily_5am_twitter";case"tiktok.com":return"daily_5am_tiktok";case"stocktwits.com":return"daily_5am_stocktwits";case"telegram.org":return"daily_5am_tiktok";case"discord.org":return"daily_5am_discord";case"xueqiu.com":return"daily_5am_xueqiu";case"www.investing.com":return"daily_5am_investing";case"www.weibo.com":return"daily_5am_weibo";case"boards.4channel.org":return"daily_5am_4chan";default:return"daily_5am"}}static createTitlesBuzzSentimentTable(t,n,r){const s=new Map;return r&&r.length>0&&r.forEach(i=>{var l;s.set(i.id,(l=i.sentiment)!=null?l:0)}),t.map(i=>{var u;const l=n[i.id],p=i.buzz_open===0&&(l==null?void 0:l.buzz)===0?0:i.buzz_open===0||(l==null?void 0:l.buzz)===void 0?1/0:(l.buzz-i.buzz_open)/i.buzz_open;let g=0;if(r&&r.length>0){const a=s.get(i.id);g=a?a-((u=l==null?void 0:l.sentiment)!=null?u:0):0}return{type:i.type,id:i.id,name:i.name,buzz:(l==null?void 0:l.buzz)||0,buzzChange:p,sentiment:(l==null?void 0:l.sentiment)||0,sentimentScore:(l==null?void 0:l.sentimentScore)||0,sentimentIcon:l==null?void 0:l.sentimentIcon,sentimentIconColor:l==null?void 0:l.sentimentIconColor,time:l==null?void 0:l.time,sentimentChange:g}})}};let St=un;Ee(St,"roundToPrecision",function(t,n){const r=Math.pow(10,n),s=Math.round(t*r)/r;return isNaN(s)?0:s});function sI(e,t){let n=0,r,s=[];return i=>{s.push(...i);const p=Date.now()-n,g=()=>{n=Date.now();const u=[...s];s=[],e(u)};r!==void 0&&clearTimeout(r),n===0||p>t?g():r=setTimeout(g,t-p)}}const iI=is("realTimeDataStore",()=>{const e=My(),{isSocketReady:t}=ws(e),n=pe(new Map),r=pe([]),s=pe([]),i=pe({}),l=pe([]),p=pe([]);Pe(t,S=>{S&&o()},{immediate:!0});const u=S=>{const A=Object.values(S.reduce((T,w)=>{const P=`${w.id}-${w.partition}`;return T[P]=w,T},{})),O=new Map([...n.value]);A.forEach(T=>{const w=St.calculateSentimentScore(T.s||0)/100,P=St.getIconClassBySentimentValue(w),M=St.getColorForSentimentScore(w),k={id:T.id,buzz:T.b,sentiment:T.s||0,sentimentIcon:P,sentimentIconColor:M,sentimentScore:w,time:T.t},j=T.partition||Dd.DEFAULT,q=O.get(j);q?(q[k.id]=k,O.set(j,q)):O.set(j,{[k.id]:k})}),n.value=O},a=sI(u,4e3);function o(){r.value.length>0&&(r.value.forEach(S=>c(S.titleIds)),r.value=[]),l.value.length>0&&(l.value.forEach(S=>f(S.titleIds)),l.value=[])}function c(S,A="realtime"){const O=d();return t.value?(e.emitSubscribeTitlesPartition(S,A,x,v),s.value.push({titleIds:S,subscriptionId:O,partition:A}),O):(r.value.push({titleIds:S,subscriptionId:O,partition:A}),O)}function f(S){m(p.value.map(O=>O.subscriptionId));const A=d();return t.value?(e.emitSubscribeTitlesTicks(S,E,_),p.value.push({titleIds:S,subscriptionId:A}),A):(l.value.push({titleIds:S,subscriptionId:A}),A)}function d(){for(;;){const S=new Date().getTime(),A=Math.floor(Math.random()*1e6),O=`${S}-${A}`;if(!(s.value.findIndex(w=>w.subscriptionId===O)!==-1||r.value.findIndex(w=>w.subscriptionId===O)!==-1))return O}}function h(S){S.forEach(A=>{const O=r.value.findIndex(j=>j.subscriptionId===A);O!==-1&&r.value.slice(O,1);const T=s.value.findIndex(j=>j.subscriptionId===A);if(T===-1)return;const w=s.value[T],P=b(s.value,w.partition);s.value.splice(T,1);const M=b(s.value,w.partition),k=P.filter(j=>!M.includes(j));e.emitUnsubscribeTitles(k)})}function m(S){S.forEach(A=>{const O=l.value.findIndex(k=>k.subscriptionId===A);O!==-1&&l.value.slice(O,1);const T=p.value.findIndex(k=>k.subscriptionId===A);if(T===-1)return;const w=y(p.value);p.value.splice(T,1);const P=y(p.value),M=w.filter(k=>!P.includes(k));e.emitUnsubscribeTitles(M)})}function b(S,A){const O=new Set;return S.forEach(T=>{A===T.partition&&T.titleIds.forEach(w=>O.add(w))}),Array.from(O)}function y(S){const A=new Set;return S.forEach(O=>{O.titleIds.forEach(T=>A.add(T))}),Array.from(A)}function v(S,A){if(S){li(S);return}let O;Array.isArray(A)?O=A:O=[A],u(O)}function _(S,A){if(S){li(S);return}(Array.isArray(A)?A:[A]).forEach(T=>{i.value[T.id]={titleId:T.id,value:T.l,t:T.t*1e3}})}function x(S,A){if(A){li(A);return}a([S])}function E(S,A){if(A&&li(A),A||S===null)return;(Array.isArray(S)?S:[S]).forEach(T=>{var P,M;const w=T.t*1e3;((P=i.value[T.id])==null?void 0:P.t)&&((M=i.value[T.id])==null?void 0:M.t)>=w||(i.value[T.id]={titleId:T.id,value:T.l,t:w})})}return{titlesRealtimeData:n,titlesTick:i,subscribeTitleUpdates:c,unsubscribeTitleUpdates:h,subscribeTitleTicks:f,unsubscribeTitlesTicks:m}});var lt=(e=>(e.LIST="list",e.SECTOR="sector",e.WATCHLIST="watchlist",e.EXCHANGE="exchange",e.REGION="region",e.COUNTRY="country",e.ASSET="asset",e.KEYEVENT="keyEvent",e.TYPE="type",e))(lt||{});function $E(e=void 0,t=void 0){const n=pe({loading:!0,value:t,error:!1,errorObj:void 0,httpStatus:void 0,cancelled:!1,reload:void 0}),r=W(()=>{var l;return{...n.value,loading:n.value.loading||((l=e==null?void 0:e.value)!=null?l:!1)}}),s=pe(0);function i(l){const p=++s.value;return n.value={loading:!0,value:void 0,error:!1,errorObj:void 0,httpStatus:void 0,cancelled:!1,reload:()=>i(l)},Promise.resolve(l()).then(g=>{p===s.value&&(n.value={loading:!1,value:g,error:!1,errorObj:void 0,httpStatus:200,cancelled:!1,reload:()=>i(l)})}).catch(g=>{p===s.value&&(n.value={loading:mn.isCancel(g),value:void 0,error:!mn.isCancel(g),errorObj:g,cancelled:mn.isCancel(g),httpStatus:mn.isAxiosError(g)?g.status:void 0,reload:()=>i(l)})})}return{load:i,state:r}}function L4(e){return{loading:!0,value:e,error:!1,errorObj:void 0,httpStatus:void 0,cancelled:!1,reload:void 0}}const aI=1,oI=15e3,Dt=is("inventoryStore",()=>{const{t:e}=ea(),t=rd(),n=Vs(),{hasValidSubscription:r}=ws(n),s=pe(!1),i=pe(!1),l=pe(!1),p=pe(!1),g=pe(),u=pe({loading:!0,value:{}}),a=pe({loading:!0,value:{}}),o=pe({loading:!0,value:{}}),c=pe({loading:!0,value:[]}),f=pe({loading:!0,value:[]}),d=pe({loading:!0,value:[]}),h=pe({loading:!0,value:[]}),m=pe({loading:!0,value:[]}),{state:b,load:y}=$E(void 0,{}),v=pe([{label:"Company",value:qn.EntityType.Company},{label:"Crypto Currency",value:qn.EntityType.CryptoCurrency},{label:"Derivative",value:qn.EntityType.Derivative},{label:"Forex",value:qn.EntityType.Forex},{label:"Index",value:qn.EntityType.Index},{label:"Raw Material",value:qn.EntityType.RawMaterial},{label:"Fund",value:qn.EntityType.Fund}]),_=pe({});Pe(()=>[t.currentRoute.value.name,r,s.value],()=>{i.value||!Vl(String(t.currentRoute.value.name))||!r||!s.value||A()},{immediate:!0});const x=W(()=>[{label:e("InitialLoadingComponent.assetsLabel"),loading:a.value.loading},{label:e("InitialLoadingComponent.exchangesLabel"),loading:f.value.loading&&d.value.loading},{label:e("InitialLoadingComponent.countriesLabel"),loading:c.value.loading},{label:e("InitialLoadingComponent.sourcesLabel"),loading:h.value.loading},{label:e("InitialLoadingComponent.keyEventsLabel"),loading:u.value.loading},{label:e("InitialLoadingComponent.sectorsLabel"),loading:o.value.loading}]),E=W(()=>{var re,fe,Te,Ne,Ht,Ot,rn,Ze,Be,yt,oa,Hs,ca,zs,la,ua,da,$s,fa,ha,Ws,pa,Ks,xt,sn,Gs,ma,Nd,jd,Ud,Vd,qd,Hd,zd,$d,Wd,Kd,Gd,Yd,Qd,Xd,Jd,Zd,ef,tf,nf,rf,sf,af,of,cf;const D=(Te=(fe=(re=c.value.value)==null?void 0:re.filter(nt=>nt.continent_code==="EU"))==null?void 0:fe.map(nt=>nt.iso))!=null?Te:[],I=(Ot=(Ht=(Ne=c.value.value)==null?void 0:Ne.filter(nt=>{var an;return nt.continent_code==="AS"&&!["CN","IN"].includes((an=nt.iso)!=null?an:"")}))==null?void 0:Ht.map(nt=>nt.iso))!=null?Ot:[],te=(Be=(Ze=(rn=b.value.value)==null?void 0:rn.uiPreferences)==null?void 0:Ze.markets)==null?void 0:Be.map(nt=>{var an;return(an=C(nt))==null?void 0:an.un}).filter(nt=>nt!==void 0);return{markets:{US:(ca=(Hs=(oa=(yt=b.value.value)==null?void 0:yt.uiPreferences)==null?void 0:oa.markets)==null?void 0:Hs.includes("US"))!=null?ca:!1,CA:(da=(ua=(la=(zs=b.value.value)==null?void 0:zs.uiPreferences)==null?void 0:la.markets)==null?void 0:ua.includes("CA"))!=null?da:!1,CN:(Ws=(ha=(fa=($s=b.value.value)==null?void 0:$s.uiPreferences)==null?void 0:fa.markets)==null?void 0:ha.includes("CN"))!=null?Ws:!1,IN:(sn=(xt=(Ks=(pa=b.value.value)==null?void 0:pa.uiPreferences)==null?void 0:Ks.markets)==null?void 0:xt.includes("IN"))!=null?sn:!1,EU:(Gs=D.every(nt=>{var an,Ys,Qs;return(Qs=(Ys=(an=b.value.value)==null?void 0:an.uiPreferences)==null?void 0:Ys.markets)==null?void 0:Qs.includes(nt!=null?nt:"")}))!=null?Gs:!1,REST_AS:(ma=I.every(nt=>{var an,Ys,Qs;return(Qs=(Ys=(an=b.value.value)==null?void 0:an.uiPreferences)==null?void 0:Ys.markets)==null?void 0:Qs.includes(nt!=null?nt:"")}))!=null?ma:!1},titleTypes:{company:(Vd=(Ud=(jd=(Nd=b.value.value)==null?void 0:Nd.uiPreferences)==null?void 0:jd.titleTypes)==null?void 0:Ud.includes("company"))!=null?Vd:!1,forex:($d=(zd=(Hd=(qd=b.value.value)==null?void 0:qd.uiPreferences)==null?void 0:Hd.titleTypes)==null?void 0:zd.includes("forex"))!=null?$d:!1,index:(Yd=(Gd=(Kd=(Wd=b.value.value)==null?void 0:Wd.uiPreferences)==null?void 0:Kd.titleTypes)==null?void 0:Gd.includes("index"))!=null?Yd:!1,crypto_currency:(Zd=(Jd=(Xd=(Qd=b.value.value)==null?void 0:Qd.uiPreferences)==null?void 0:Xd.titleTypes)==null?void 0:Jd.includes("crypto_currency"))!=null?Zd:!1,raw_material:(rf=(nf=(tf=(ef=b.value.value)==null?void 0:ef.uiPreferences)==null?void 0:tf.titleTypes)==null?void 0:nf.includes("raw_material"))!=null?rf:!1,fund:(cf=(of=(af=(sf=b.value.value)==null?void 0:sf.uiPreferences)==null?void 0:af.titleTypes)==null?void 0:of.includes("fund"))!=null?cf:!1},countryUnCodes:te!=null?te:[]}}),S=D=>{var Te,Ne,Ht,Ot,rn,Ze;const I=[],te=(Ht=(Ne=(Te=c.value.value)==null?void 0:Te.filter(Be=>Be.continent_code==="EU"&&Be.iso))==null?void 0:Ne.map(Be=>{var yt;return(yt=Be.iso)!=null?yt:""}))!=null?Ht:[],re=(Ze=(rn=(Ot=c.value.value)==null?void 0:Ot.filter(Be=>{var yt;return Be.continent_code==="AS"&&Be.iso&&!["CN","IN"].includes((yt=Be.iso)!=null?yt:"")}))==null?void 0:rn.map(Be=>{var yt;return(yt=Be.iso)!=null?yt:""}))!=null?Ze:[];Object.keys(D.markets).forEach(Be=>{if(!!D.markets[Be])switch(Be){case"EU":I.push(...te);break;case"REST_AS":I.push(...re);break;default:I.push(Be)}});const fe=[];return Object.keys(D.titleTypes).forEach(Be=>{!D.titleTypes[Be]||fe.push(Be)}),{markets:I,titleTypes:fe}};async function A(){i.value=!1,l.value=!1,g.value&&window.clearTimeout(g.value),g.value=window.setTimeout(()=>{p.value=!0},oI);try{const D=[q(),w()];!o.value.value||!Object.keys(o.value.value).length?D.push(G()):o.value.loading=!1,!d.value.value||!d.value.value.length?D.push(se()):d.value.loading=!1,!u.value.value||!Object.keys(u.value.value).length?D.push(O()):u.value.loading=!1,!h.value.value||!h.value.value.length?D.push(k()):h.value.loading=!1,!c.value.value||!c.value.value.length?D.push(M()):c.value.loading=!1,!f.value.value||!f.value.value.length?D.push(P()):f.value.loading=!1,!m.value.value||!m.value.value.length?D.push(j()):m.value.loading=!1,await Promise.all(D),l.value=!1,i.value=!0,p.value=!1}catch(D){const I={user:{subscription_type:n.user.subscription_type,username:n.user.username},level:"fatal"};li(D,I),l.value=!0,i.value=!1}finally{window.clearTimeout(g.value)}}async function O(){const D=await T();u.value={loading:!1,value:D}}async function T(){const I=(await ge.get("/v6/key_events_v2?&add_icon=true")).data.reduce((re,fe)=>re.concat(fe.key_events),[]),te={};return I.forEach(re=>{te[re.key_event_id]={name:re.name,icon:re.icon,id:re.key_event_id}}),te}async function w(){return y(async()=>(await ge.get("/v6/userdata/opts",{cancellationPolicy:tt.OnLogout})).data)}async function P(){const D=await ge.get("/v6/exchanges?&add_icon=true");f.value={loading:!1,value:D.data.map(I=>({exchange_id:I.exchange_id,name:I.name,mic:I.mic,country:I.country,icon:I.icon}))}}async function M(){const D=await ge.get("/v6/countries?&add_icon=true");c.value={loading:!1,value:D.data}}async function k(){const D=await ge.get("/v6/sources?add_icon=true");h.value={loading:!1,value:D.data}}async function j(){const D=await ge.get("/v6/source_types?add_icon=true");m.value={loading:!1,value:D.data}}async function q(){const D=await U(),I={};D.forEach(te=>{I[te.id]=te}),a.value={loading:!1,value:I}}async function U(){return(await ge.get("/v6/inventory?add_icon=true&primaryFieldsOnly=true")).data}async function G(){const D=await de(),I={};D.forEach(te=>{I[te.id]=te}),o.value={loading:!1,value:I}}async function de(){return(await ge.get("/v6/sectors?add_icon=true")).data}async function se(){const D=await H();d.value={loading:!1,value:D}}async function H(){return(await ge.get("/v6/lists?add_icon=true")).data}function N(D){var fe;const I=u.value.value?(fe=u.value.value[D])==null?void 0:fe.name:void 0;if(!I)return"";const te="MessageStatistics.keyEvent."+I,re=e(te);return re!==te?re:I}function V(D){var I;return u.value.value?(I=u.value.value[D])==null?void 0:I.icon:void 0}function Q(D){return u.value.value?u.value.value[D]:void 0}function ye(D){var I;return o.value.value?(I=o.value.value[D])==null?void 0:I.icon:void 0}function ie(D){var I;return o.value.value?(I=o.value.value[D])==null?void 0:I.name:void 0}function z(D){return o.value.value?o.value.value[D]:void 0}function Z(D){var I;return(I=d.value.value)==null?void 0:I.find(te=>te.id===D)}function ce(D){var I,te;return((te=(I=a.value.value)==null?void 0:I[D])==null?void 0:te.n)||""}function he(D){var I;return(I=a.value.value)==null?void 0:I[D]}function Se(D){var I,te;return(te=(I=a.value.value)==null?void 0:I[D])==null?void 0:te.icon}function we(D){return D.reduce((I,te)=>{var fe;const re=(fe=a.value.value)==null?void 0:fe[te];return re&&I.push(re),I},[])}function F(D){var I;return(I=f.value.value)==null?void 0:I.find(te=>{var re;return((re=te.name)==null?void 0:re.toUpperCase())===D.toUpperCase()})}function B(D){var I;return(I=f.value.value)==null?void 0:I.find(te=>te.exchange_id===D)}function $(D){var I;return(I=h.value.value)==null?void 0:I.find(te=>te.source===D)}function J(D,I="spi-globe"){var te,re;return((re=(te=h.value.value)==null?void 0:te.find(fe=>fe.source===D))==null?void 0:re.icon)||I}function X(D,I="spi-message-lines"){var te,re;return((re=(te=m.value.value)==null?void 0:te.find(fe=>fe.type===D))==null?void 0:re.icon)||I}function ae(D){var I;return(I=c.value.value)==null?void 0:I.find(te=>te.name===D)}function le(D){var I;return(I=c.value.value)==null?void 0:I.find(te=>te.un===D)}function C(D){var I;return(I=c.value.value)==null?void 0:I.find(te=>te.iso===D)}function R(D){var te,re;const I=(re=(te=c.value.value)==null?void 0:te.find(fe=>fe.un===D))==null?void 0:re.iso;return I?"spf-flag-"+I.toLowerCase():"spi-globe"}function L(D){return v.value.find(I=>I.value===D)}function Y(D){const I=[];I.push(...D.country.map(re=>{var fe;return(fe=le(re))==null?void 0:fe.name})),I.push(...D.exchange.map(re=>{var fe;return(fe=B(re))==null?void 0:fe.name})),I.push(...D.sector.map(re=>{var fe;return(fe=z(re))==null?void 0:fe.name})),I.push(...D.list.map(re=>{var fe;return(fe=Z(re))==null?void 0:fe.n})),I.push(...D.asset.map(re=>{var fe;return(fe=he(re))==null?void 0:fe.n})),I.push(...D.keyEvent.map(re=>{var fe;return(fe=Q(re))==null?void 0:fe.name})),I.push(...D.type.map(re=>re.replace("_"," ").split(" ").map(fe=>Wi(fe)).join(" ")));const te=I.filter(re=>re!==void 0).join(", ");return te.length>0?te:e("TitleFilter.allAssets")}async function ue(D,I){await ne([D],I)}async function ne(D,I){if(D.every(fe=>{var Te;return((Te=_.value[fe])==null?void 0:Te.value)!==void 0}))return;for(const fe of D)_.value[fe]={loading:!0};const te=await ZE(D,I),re={};for(const fe of D){const Te=te.find(Ne=>Ne.id===fe);if(Te===void 0){re[fe]={loading:!1};continue}if(Te.type==="index"){re[fe]={loading:!1,value:{...Te,currency:"PTS"}};continue}re[fe]={loading:!1,value:Te}}_.value={..._.value,...re}}return{isInitialized:i,hasError:l,hasSuspiciousLoadingTime:p,titles:a,loadData:A,getSectorIconById:ye,getSectorNameById:ie,getSectorById:z,translateKeyEvent:N,getKeyEventIconById:V,getKeyEventById:Q,getTitleNameById:ce,getTitleById:he,getTitlesById:we,getTitleIconById:Se,getExchangeByName:F,getExchangeById:B,getCountryByName:ae,getCountryByUn:le,getCountryIconByUn:R,getSourceIconByName:J,getSourceByName:$,getMessageSourceTypeIconByName:X,getEntityTypeByValue:L,entityTypes:v,sectors:o,exchanges:f,countries:c,keyEvents:u,lists:d,getListById:Z,createNameFromTitleFilter:Y,titlesInfo:_,userFacingLoadingStates:x,userOpts:b,uiPreferencesGUI:E,transformGUIPreferencesToUiPreferences:S,loadTitleInfo:ue,loadTitleInfos:ne,messageSourceTypes:m,sources:h,isStoreRestored:s}},{persist:{storage:localStorage,debug:!0,paths:["sectors","lists","keyEvents","sources","countries","exchanges","messageSourceTypes"]},resetCache:{version:aI,expirySeconds:24*3600}});var cI=(e=>(e.VIEW="view",e.ASSET="asset",e))(cI||{}),st=(e=>(e.sector="sector",e.group="group",e.industry="industry",e.subindustry="subindustry",e.exchange="pri_exchange.exchange_id",e.list="listed_in",e.country="country",e.asset="id",e.type="type",e.keyEvent="key_events",e))(st||{});const WE=is("watchlistStore",()=>{const e=My(),t=Vs(),n=Dt(),r=iI(),{authStatus:s}=ws(e),{hasValidSubscription:i}=ws(t),l=qn.WatchlistsApiFactory(void 0,"/v6",ge),p=pe(!1),{state:g,load:u}=$E(void 0,[]),a=pe([]);Pe(i,j=>{j&&y()},{immediate:!0});function c(){h()}const f=W(()=>{var q,U;if(g.value.value===void 0||((q=g.value.value)==null?void 0:q.length)===0)return[];const j=[];return(U=g.value.value)==null||U.forEach(G=>{var de;(de=G.filters)==null||de.forEach(se=>{if(!se.filter)return;const H=St.parseFilterSettingToViewFilter(se.filter),N=YE(H);j.push({watchlistId:G.id,name:se.name,alerts:se.alerts,filter:H,type:N===lt.ASSET?"asset":"view"})})}),j});Pe(()=>f,async()=>{if(r.unsubscribeTitleUpdates(a.value),f.value.length===0)return;const j=f.value.filter(q=>q.type==="asset").map(q=>{var U;return(U=M(q))==null?void 0:U.id}).filter(q=>q!==void 0);j.length!==0&&a.value.push(r.subscribeTitleUpdates([...new Set(j)]))},{deep:!0});const d=W(()=>{var q,U;if(g.value.value===void 0||((q=g.value.value)==null?void 0:q.length)===0)return[];const j=[];return(U=g.value.value)==null||U.forEach(G=>{var de;(de=G.authors)==null||de.forEach(se=>{j.push(Object.assign({},se,{watchlistId:G.id}))})}),j});function h(){const j=g.value.value;!j||j.forEach(q=>{e.emitSubscribeWatchlist(q.id,b)})}const m=j=>{j===Iy.AUTHENTICATED&&c()};Pe(s,m),m(s.value);function b(j,q){}async function y(){await u(async()=>await v()),s.value&&h(),p.value=!0}async function v(){const q=(await ge.get("/v6/watchlists",{headers:{Accept:"application/json, text/plain, */*"},cancellationPolicy:tt.OnLogout})).data,U=[];if(!q.length){const G=await _();q.push({id:G})}for(const G of q){if(!G.id)continue;const de=await x(G.id);U.push(Object.assign({},de,{id:G.id}))}return U}async function _(){const j={name:"watchlist"};return(await ge.post("/v6/watchlists",j,{cancellationPolicy:tt.OnLogout})).data}async function x(j){return(await ge.get(`/v6/watchlists/${j}`,{cancellationPolicy:tt.OnLogout})).data}async function E(j,q,U=!0){const G=await ge.delete(`/v6/watchlists/${j}/filters`,{data:q,cancellationPolicy:tt.OnLogout});U&&A(j,G.data)}async function S(j,q){if(q){await E(j.watchlistId,[q],!1);const U={name:j.name,filter:St.getFilterSettingsListByTitleFilter(j.filter,!0),alerts:j.alerts};await T(j.watchlistId,{filters:[U]})}else{const U={filter:St.getFilterSettingsListByTitleFilter(j.filter,!0),alerts:j.alerts};if((await ge.post(`/v6/watchlists/${j.watchlistId}/filters`,U,{cancellationPolicy:tt.OnLogout})).status!==200)return;O(j)}}function A(j,q){var de;const U=Object.assign({},q,{id:j});if(g.value.value===void 0){g.value.value=[U];return}const G=(de=g.value.value)==null?void 0:de.findIndex(se=>se.id===j);G!==-1?g.value.value[G]=U:g.value.value.push(U)}function O(j){var se,H;if(g.value.value===void 0)return;const q=(se=g.value.value)==null?void 0:se.findIndex(N=>N.id===j.watchlistId);if(q===void 0||q<0)return;const G=(H=g.value.value[q].filters)==null?void 0:H.findIndex(N=>N.name===j.name);if(!G||G<0)return;const de=g.value.value[q].filters;!de||!de[G]||(de[G]={name:j.name,filter:St.getFilterSettingsListByTitleFilter(j.filter),alerts:j.alerts})}async function T(j,q){const U=await l.addItemWatchlist(j,q);A(j,U.data)}async function w(j,q,U){const G=await l.removeAuthorsFromWatchlist(j,{authors:[{name:q,source:U}]});A(j,G.data)}function P(j){return f.value.find(q=>St.compareObjects(j,q.filter)===0)}function M(j){if(j.type!=="asset")return;const q=j.filter.asset[0];if(!!q)return n.getTitleById(q)}function k(j){const q=j.country.map(V=>n.getCountryByUn(V)).filter(V=>V!==void 0),U=j.exchange.map(V=>n.getExchangeById(V)).filter(V=>V!==void 0),G=j.sector.map(V=>n.getSectorById(V)).filter(V=>V!==void 0),de=j.list.map(V=>n.getListById(V)).filter(V=>V!==void 0),se=j.keyEvent.map(V=>n.getKeyEventById(V)).filter(V=>V!==void 0),H=j.type.map(V=>n.getEntityTypeByValue(V)).filter(V=>V!==void 0),N=j.asset.map(V=>n.getTitleById(V)).filter(V=>V!==void 0);return{country:q,exchange:U,sector:G,list:de,keyEvent:se,type:H,asset:N}}return{isInitialized:p,watchLists:g,views:f,authors:d,updateView:S,addItemToWatchlist:T,removeAuthorFromWatchlist:w,removeViewFromWatchlist:E,findViewByViewFilter:P,getTitleFromView:M,getViewEntitiesByViewFilter:k}});function lI(e,t,n){const r=/^localhost$|^127(?:\.[0-9]+){0,2}\.[0-9]+$|^(?:0*:)*?:?0*1$/.test(location.hostname)||location.protocol==="file:";if(!t.trackLocalhost&&r)return console.warn("[Plausible] Ignoring event because website is running locally");try{if(window.localStorage.plausible_ignore==="true")return console.warn('[Plausible] Ignoring event because "plausible_ignore" is set to "true" in localStorage')}catch{}const s={n:e,u:t.url,d:t.domain,r:t.referrer,w:t.deviceWidth,h:t.hashMode?1:0,p:n&&n.props?JSON.stringify(n.props):void 0},i=new XMLHttpRequest;i.open("POST",`${t.apiHost}/api/event`,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(s)),i.onreadystatechange=()=>{i.readyState===4&&n&&n.callback&&n.callback()}}function uI(e){const t=()=>({hashMode:!1,trackLocalhost:!1,url:location.href,domain:location.hostname,referrer:document.referrer||null,deviceWidth:window.innerWidth,apiHost:"https://plausible.io",...e}),n=(l,p,g)=>{lI(l,{...t(),...g},p)},r=(l,p)=>{n("pageview",p,l)};return{trackEvent:n,trackPageview:r,enableAutoPageviews:()=>{const l=()=>r(),p=history.pushState;return p&&(history.pushState=function(g,u,a){p.apply(this,[g,u,a]),l()},addEventListener("popstate",l)),e&&e.hashMode&&addEventListener("hashchange",l),r(),function(){p&&(history.pushState=p,removeEventListener("popstate",l)),e&&e.hashMode&&removeEventListener("hashchange",l)}},enableAutoOutboundTracking:(l=document,p={subtree:!0,childList:!0,attributes:!0,attributeFilter:["href"]})=>{function g(f){n("Outbound Link: Click",{props:{url:this.href}}),typeof process!="undefined"&&process,setTimeout(()=>{location.href=this.href},150),f.preventDefault()}const u=new Set;function a(f){f instanceof HTMLAnchorElement?f.host!==location.host&&(f.addEventListener("click",g),u.add(f)):"querySelectorAll"in f&&f.querySelectorAll("a").forEach(a)}function o(f){f instanceof HTMLAnchorElement?(f.removeEventListener("click",g),u.delete(f)):"querySelectorAll"in f&&f.querySelectorAll("a").forEach(o)}const c=new MutationObserver(f=>{f.forEach(d=>{d.type==="attributes"?(o(d.target),a(d.target)):d.type==="childList"&&(d.addedNodes.forEach(a),d.removedNodes.forEach(o))})});return l.querySelectorAll("a").forEach(a),c.observe(l,p),function(){u.forEach(d=>{d.removeEventListener("click",g)}),u.clear(),c.disconnect()}}}}async function Nh(e,t,n){const s={...e.currentRoute.value.query,...t};for(const l in s)s[l]===null&&delete s[l];const i={...e.currentRoute.value,query:s};n!==void 0&&(i.hash=n),await e.replace(i)}function dI(e){return{keyEvent:e.keyEvent,asset:e.asset,type:e.type,country:e.country,list:e.list,exchange:e.exchange,sector:e.sector,region:e.region}}function fI(e){return typeof e=="object"&&"query"in e}class na{constructor(t,n,r){Ee(this,"id");Ee(this,"type");Ee(this,"name");this.id=t,this.type=n,this.name=r}getId(){return this.id}getType(){return this.type}getRequiredFeatures(){return this.requiredFeatures}getTypeLabel(){return Fd(this.type.replace("_"," "))}getName(){return this.name||this.getNameFromInventory()}getShortName(){return this.getName()}getExtendedRouteOptions(t){const n=this.getRouteOptions();return fI(n)?{...n,query:{...t,...n.query}}:n}getExtendedTrackingContext(t){return{...t,...this.getTrackingContext()}}}class hI extends na{constructor(n,r){super(-1,KE.AUTHOR,n);Ee(this,"defaultIcon","spi-user");Ee(this,"requiredFeatures",["displayAuthors"]);Ee(this,"source");this.source=r}getId(){throw new Error("Authors do not have an ID.")}getNameFromInventory(){return""}getIcon(){return this.defaultIcon}getSubType(){return this.source}getTrackingAction(){return En.OPEN_AUTHOR}getTrackingContext(){return{authorName:this.getName(),authorId:this.id,source:this.source}}getRouteOptions(){return{name:Yo,query:{authorSource:this.source,name:this.name}}}}const du=zo(),pI={domain:du.APP_BASE_URL,apiHost:du.PLAUSIBLE_API_BASE_URL,trackLocalhost:!1,hashMode:!1},yn=du.PLAUSIBLE_ENABLED?uI(pI):void 0;yn==null||yn.enableAutoPageviews();yn==null||yn.enableAutoOutboundTracking();var mI=({app:e})=>{e.config.globalProperties.$plausible=yn},En=(e=>(e.EMAIL_SIGNUP="emailSignUp",e.SEARCH_ENTITY="searchEntity",e.OPEN_ASSET="openAsset",e.OPEN_VIEW="openView",e.OPEN_FILTER_VIEW="openFilterView",e.OPEN_AUTHOR="openAuthor",e.OPEN_KEY_EVENT="openKeyEvent",e.OPEN_TYPE="openType",e.SELECT_TIME_RANGE="selectTimeRange",e.FILTER_SOURCE="filterSource",e.CLICK_ACTION_BUTTON="clickActionButton",e.SELECT_CHART_TIME_RANGE="selectChartTimeRange",e.OPEN_INFO_DIALOG="openInfoDialog",e.OPEN_MESSAGE_IN_SOURCE="openMessageInSource",e.OPEN_VIDEO_DIALOG="openVideoDialog",e.TRANSLATE_MESSAGE="translateMessage",e.FILTER_MESSAGE_TYPE="filterMessageType",e.SHOW_NEW_EVENTS="showNewEvents",e.OPEN_WATCHLIST_SETTINGS="openWatchlistSettings",e.DISPLAY_WATCHLIST_ASSETS_IN_VIEW="displayWatchlistAssetsInView",e.OPEN_EXPLORE_PAGE="openExplorePage",e.EXPORT_CSV="exportCsv",e.SELECT_PARTITION="selectPartition",e.OPEN_PILL_ACTION="openPillAction",e.ADD_FILTER="addFilter",e.FILTER_AUTHOR_SCORE="filterAuthorScore",e.FILTER_MESSAGE_TITLE_CLASS="filterMessageTitleClass",e.LOGIN_USER="loginUser",e.LOGOUT_USER="logoutUser",e.RESET_PASSWORD="resetPassword",e.FOLLOW_ENTITY="followEntity",e.UNFOLLOW_ENTITY="unfollowEntity",e.OPEN_USERDATA_SETTINGS="openUserdataSettings",e.OPEN_SUBSCRIPTION_SETTINGS="openSubscriptionSettings",e.SHOW_MARKET_OVERVIEW="showMarketOverview",e.SHOW_MORE_SUMMARY_SOURCES="showMoreSummarySources",e.SHOW_MORE_MESSAGES="showMoreMessages",e.SHOW_MORE_EVENTS="showMoreEvents",e.SHOW_MORE_RATINGS="showMoreRatings",e.ENABLE_TUTORIAL_CONTENT="enableTutorialContent",e.SHOW_EXECUTIVES="showExecutives",e.SHOW_SUBSIDIARIES="showSubsidiaries",e.OPEN_REGISTER="openRegisterPage",e.START_TRIAL="startTrial",e.CLICK_BUY_NOW="clickBuyNow",e.CLICK_UPGRADE="clickUpgrade",e.SHOW_SUBSCRIPTION_DETAILS="showSubscriptionDetails",e.CREATE_ACCOUNT="createAccount",e.ENTER_INVOICE_DATA="enterInvoiceData",e.CLICK_PAY_NOW="clickPayNow",e))(En||{});function qi(e,t,n,r){var s;yn==null||yn.trackEvent(e,{props:{componentIdentifier:t,...n,user:((s=Vs().user)==null?void 0:s.username)||"unknown"}}),r!==void 0&&r()}function gI(e,t,n){const r=SI(e,GE(e));r!==void 0&&qi(r.getTrackingAction(),t,r.getTrackingContext(),n)}function vI(e,t,n,r){const s=new hI(e,t);qi(s.getTrackingAction(),n,s.getTrackingContext(),r)}var yI=Object.freeze(Object.defineProperty({__proto__:null,default:mI,TrackingAction:En,plausible:yn,trackClick:qi,trackAsset:gI,trackAuthor:vI},Symbol.toStringTag,{value:"Module"}));class Rd extends na{constructor(){super(...arguments);Ee(this,"defaultIcon","spi-building");Ee(this,"requiredFeatures",[])}getNameFromInventory(){return Dt().getTitleNameById(this.id)}getIcon(){return Dt().getTitleIconById(this.id)||this.defaultIcon}getSubType(){var n;return((n=Dt().getTitleById(this.id))==null?void 0:n.type)||""}getTrackingAction(){return En.OPEN_ASSET}getTrackingContext(){return{titleName:this.getName(),titleId:this.id,titleType:this.getSubType()}}getRouteOptions(){return{name:Xi,query:{title_id:this.id}}}}class bI extends Rd{constructor(){super(...arguments);Ee(this,"defaultIcon","spi-chart-line");Ee(this,"requiredFeatures",["displayLists"])}getIcon(){var n;return((n=Dt().getListById(this.id))==null?void 0:n.icon)||this.defaultIcon}getTrackingAction(){return En.OPEN_VIEW}getRouteOptions(){return{name:as,query:{list:[this.id]}}}}class _I extends Rd{constructor(){super(...arguments);Ee(this,"defaultIcon","spi-microchip");Ee(this,"requiredFeatures",[])}getSubType(){var n;return((n=Dt().getTitleById(this.id))==null?void 0:n.type)||""}getTrackingAction(){return En.OPEN_ASSET}getTrackingContext(){return{titleName:this.getName(),titleId:this.id,titleType:this.getSubType()}}getRouteOptions(){return{name:Xi,query:{title_id:this.id}}}}class xI extends na{constructor(){super(...arguments);Ee(this,"defaultIcon","spi-landmark");Ee(this,"requiredFeatures",["displayLists"])}getNameFromInventory(){var n;return((n=Dt().getExchangeById(this.id))==null?void 0:n.name)||""}getShortName(){var n;return((n=Dt().getExchangeById(this.id))==null?void 0:n.mic)||""}getIcon(){var n;return((n=Dt().getExchangeById(this.id))==null?void 0:n.icon)||this.defaultIcon}getSubType(){return""}getTrackingAction(){return En.OPEN_VIEW}getTrackingContext(){return{exchangeName:this.getName(),exchangeId:this.id}}getRouteOptions(){return{name:as,query:{exchange:[this.id]}}}}class EI extends na{constructor(){super(...arguments);Ee(this,"defaultIcon","spi-calendar-day");Ee(this,"requiredFeatures",["displayLists"])}getNameFromInventory(){var n;return((n=Dt().getKeyEventById(this.id))==null?void 0:n.name)||""}getIcon(){return Dt().getKeyEventIconById(this.id)||this.defaultIcon}getSubType(){return""}getTrackingAction(){return En.OPEN_KEY_EVENT}getTrackingContext(){return{keyEventName:this.getName(),keyEventId:this.id}}getRouteOptions(){return{name:as,query:{keyEvent:this.id}}}}class AI extends na{constructor(){super(...arguments);Ee(this,"defaultIcon","spi-building");Ee(this,"requiredFeatures",["displayLists"])}getNameFromInventory(){return Dt().getSectorNameById(this.id)||""}getIcon(){return Dt().getSectorIconById(this.id)||this.defaultIcon}getSubType(){return""}getTrackingAction(){return En.OPEN_VIEW}getTrackingContext(){return{sectorName:this.getName(),sectorId:this.id}}getRouteOptions(){return{name:as,query:{sector:[this.id]}}}}var KE=(e=>(e.ASSET="asset",e.INDEX="index",e.CRYPTO_CURRENCY="crypto_currency",e.SECTOR="sector",e.COUNTRY="country",e.EXCHANGE="exchange",e.AUTHOR="author",e.KEY_EVENT="key_event",e.PRE_IPO="pre_ipo",e.VIEW="view",e.TYPE="type",e))(KE||{});function SI(e,t,n){switch(t){case"asset":return new Rd(e,t,n);case"index":return new bI(e,t,n);case"crypto_currency":return new _I(e,t,n);case"exchange":return new xI(e,t);case"key_event":return new EI(e,t);case"sector":return new AI(e,t);case"view":throw new Error('ViewEntity has no default constructor with ID and type - use "new ViewEntity(id, name, viewFilter)" instead.');case"author":throw new Error('AuthorEntity has no default constructor with ID and type - use "new AuthorEntity(name, source)" instead.');case"country":throw new Error('CountryEntity has no default constructor with ID and type - use "new CountryEntity(uncode)" instead.');case"pre_ipo":throw new Error('PreIPOEntity has no default constructor with ID and type - use "new PreIPOEntity(id, name, country)" instead.');case"type":throw new Error('TypeEntity has no default constructor with ID and type - use "new TypeEntity(name)" instead.')}}function GE(e){return e>=9e4&&e<3e5?"crypto_currency":e>=1e6&&e<11e5?"index":"asset"}const OI={person:"spi-user",class:"spi-globe",company:"spi-building",crypto_currency:"spi-microchip",derivative:"spi-globe",forex:"spi-coins",index:"spi-chart-line",raw_material:"spi-plate-wheat",fund:"spi-globe",unlisted:"spi-globe"};function N4(e,t="spi-user"){var n;return(n=OI[e])!=null?n:t}function Fd(e){return e.split(" ").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}async function TI(e){const t=await crypto.subtle.digest("SHA-256",new TextEncoder().encode(e));return Array.from(new Uint8Array(t)).map(r=>("00"+r.toString(16)).slice(-2)).join("")}async function j4(...e){const t=e.map(n=>typeof n=="object"?JSON.stringify(n):n).join("");return await TI(t)}function jh(e){var s,i;const{capitalize:t}=pR,n=Dt(),r=WE();switch(e.name){case Yo:{const l=kg(e),p=l.name&&l.authorSource?l.name+" @ "+l.authorSource:"";return p.length<1&&console.error("historyStore::createLabel, could not resolve author",l),{icon:"spi-user",type:"Author",entityName:p}}case as:{const l=Mg(e),p=dI(l),g=r.findViewByViewFilter(p);if(g){const h={icon:"spi-binoculars",type:"View",entityName:g.name};return l.list.length===1&&(h.singleEntityId=l.list[0]),h}const u=YE(p);let a="spi-list",o="View",c;if(u)switch(u){case lt.COUNTRY:a="spi-globe",o=lt.COUNTRY;break;case lt.EXCHANGE:a=((s=n.getExchangeById(l.exchange[0]))==null?void 0:s.icon)||"spi-globe",o=lt.EXCHANGE;break;case lt.LIST:c=l.list[0],a=((i=n.getListById(l.list[0]))==null?void 0:i.icon)||"spi-list",o=lt.LIST;break;case lt.REGION:a="spi-globe",o=lt.REGION;break;case lt.SECTOR:a=n.getSectorIconById(l.sector[0])||"spi-globe",o=lt.SECTOR;break;case lt.ASSET:a=n.getTitleIconById(l.asset[0])||"spi-building",o=lt.ASSET;break;case lt.KEYEVENT:a=n.getKeyEventIconById(l.keyEvent[0])||"spi-globe",o=lt.KEYEVENT;break;case lt.TYPE:a="spi-chart-line",o=lt.TYPE;break}o=t(o);const f=n.createNameFromTitleFilter(l),d=l.searchQuery;return{icon:a,type:o,entityName:d?"'"+d+"' "+f:f,singleEntityId:c}}case ad:return{icon:"spi-searchengin",entityName:"Explore Assets",type:""};case Xi:{const l=Ig(e),p=n.getTitleById(l.title_id||-1);if(!p)return null;const g=p!=null&&p.type?Fd(p==null?void 0:p.type.replace("_"," ")):"Asset";return{icon:(p==null?void 0:p.icon)||"spi-building",entityName:(p==null?void 0:p.n)||"",type:t(g),singleEntityId:(p==null?void 0:p.id)||void 0,entityType:p!=null&&p.id?GE(p.id):void 0}}}return null}function YE(e){if(e===void 0)return;const t=e;let n;return Object.values(lt).forEach(r=>{Object.keys(t).every(i=>{if(t===void 0||!PI(i,t))return!1;const l=t[i];return l?i===r?l.length===1:l.length===0:!1})&&(n=r)}),n||void 0}function PI(e,t){return e in t}function U4(e){return e.replace(/[^\p{Letter}\p{Number}.]/gu,"")}function V4(e){return e.toLowerCase().replaceAll(" ","-")}function wI(e){return Array.isArray(e)&&e.length>0&&e.every(t=>{const n=t;return"market"in n&&"date"in n&&"shortExemptVolume"in n&&"totalVolume"in n&&"shortVolume"in n})}function CI(e){return Array.isArray(e)&&e.length>0&&e.every(t=>{const n=t;return"date_short"in n&&"isin"in n&&"shares_percent_short"in n&&"short_exempt_volume"in n&&"short_volume"in n&&"total_volume"in n})}function q4(e,t,n){const r=Dt(),s=e==null?void 0:e.top10,i=e!=null&&e.author_analytics?FI(e==null?void 0:e.author_analytics):void 0,l=Object.entries((s==null?void 0:s.sources)||{}).map(f=>{var h,m;const d=r.getSourceByName(f[0]);return{label:(h=d==null?void 0:d.source)!=null?h:f[0],value:f[1],identifier:f[0],icon:(m=d==null?void 0:d.icon)!=null?m:"spi-globe"}}),p=Object.entries((s==null?void 0:s.types)||{}).map(f=>({label:Ye.global.t("MessageStatistics.type."+f[0]),value:f[1],identifier:f[0],icon:r.getMessageSourceTypeIconByName(f[0])})),g=((s==null?void 0:s.authors)||[]).map(f=>{const d=f.source||"";return{label:f.name||"",value:f.count||0,id:f.author_id,source:d,icon:r.getSourceIconByName(d,"spi-user")}}),u=Object.entries((s==null?void 0:s.languages)||{}).map(f=>{const d=Ye.global.t("MessageStatistics.language."+f[0]);let h=d;return d.startsWith("MessageStatistics.language.")&&(h=f[0],Ju(`Could not find translation key for language 'MessageStatistics.language.${f[0]}'`)),{label:h,value:f[1],identifier:f[0]}}),a=Object.entries((s==null?void 0:s.titles)||{}).filter(f=>t===void 0||parseInt(f[0])!==t).filter(f=>{const d=r.getTitleById(parseInt(f[0]));return d!==void 0&&d.type!=="class"}).map(f=>{const d=r.getTitleById(parseInt(f[0]));return{label:(d==null?void 0:d.n)||"",value:f[1],id:(d==null?void 0:d.id)||0,icon:d==null?void 0:d.icon}}),o=Object.entries((s==null?void 0:s.key_events)||{}).map(f=>({label:r.translateKeyEvent(parseInt(f[0])),value:f[1],id:parseInt(f[0])})),c=[];for(const f of n){if(f.country===void 0)continue;const d=c.find(h=>h.identifier===f.country);if(d===void 0){const h=r.getCountryByUn(f.country);c.push({label:(h==null?void 0:h.name)||f.country,value:1,icon:h==null?void 0:h.icon,identifier:f.country});continue}d.value+=1}return{sourceDistribution:l,typeDistribution:p,authorDistribution:g,languageDistribution:u,titlesDistribution:a,countriesDistribution:c,keyEvents:o,authorAnalytics:i}}function RI(e){switch(e){case"bots":return"spi-robot";case"influencers":return"spi-user-circle-signal";case"regulars":return"spi-user";case"verified":return"spi-user-circle-check";default:return"spi-user"}}function FI(e){const n={...{bots:0,influencers:0,regulars:0,verified:0},...e},r=Object.values(n).reduce((s,i)=>s+i,0);return r===0?[]:Object.entries(n).map(s=>({label:Fd(s[0]),value:Math.round(s[1]*100/r*10)/10||0,icon:RI(s[0])}))}function H4(e){const t=(e==null?void 0:e.authors)||0,n=(e==null?void 0:e.sources)||0,r=(e==null?void 0:e.messages)||0,s=(e==null?void 0:e.pos)||0,i=(e==null?void 0:e.neg)||0,l=(e==null?void 0:e.neu)||0;return{authorCount:t,sourcesCount:n,totalCount:r,positiveMessagesCount:s,negativeMessagesCount:i,neutralMessagesCount:l}}function z4(e,t,n,r,s){const i=DI(e),l=BI(t),p=l.quoteHistory.map(u=>u[0]);if(e.reportModel.type===Jr.REALTIME)for(const[u]of i.buzzHistory)p.includes(u)||(l.quoteHistory.push([u,null]),l.volumeHistory.push([u,null]));l.quoteHistory.sort((u,a)=>u[0]-a[0]),l.volumeHistory.sort((u,a)=>u[0]-a[0]);const g={chartData:i,quoteChartData:l,adHocMarker:[],buzzPriceAlerts:[],earningsMarker:[],earningsBuzzAlerts:[]};if(n){const u=II(n);u.sort((a,o)=>a.t-o.t),g.adHocMarker=u}if(r)for(const u of r)switch(u.t=u.t?u.t*1e3:void 0,u.s_id){case 137572:g.buzzPriceAlerts.push(u);break;case 137620:g.earningsBuzzAlerts.push(u);break}if(s)for(const u of s)!u.release_date||g.earningsMarker.push({...u,t:new Date(u.release_date).getTime()});return g}function $4(e){var i;if(e.loading)return{...e,value:void 0};const t=(i=e.value)==null?void 0:i.history;if(!t)return{...e,value:void 0};const n=t.map(l=>({id:1,name:"Positive",total:l.pos,t:l.t})),r=t.map(l=>({id:2,name:"Neutral",total:l.neu,t:l.t})),s=t.map(l=>({id:3,name:"Negative",total:l.neg,t:l.t}));return{...e,value:{history:n.concat(...r,...s)}}}function DI(e){const t=[],n=[],r=Math.min(...e.history.map(i=>i.t)),s=Math.max(...e.history.map(i=>i.t));switch(e.reportModel.type){case Jr.REALTIME:return e.history.forEach(i=>{t.unshift([di(i.t),i.Buzz*100]),n.unshift([di(i.t),St.calculateSentimentScore(i.Sentiment)])}),{buzzHistory:t,sentimentHistory:n,minDate:new Date(di(r)).getTime(),maxDate:new Date(di(s)).getTime(),minInterval:10*60*1e3};case Jr.DAILY:return e.history.forEach(i=>{t.unshift([zr(i.t),i.Buzz*100]),n.unshift([zr(i.t),St.calculateSentimentScore(i.Sentiment)])}),{buzzHistory:t,sentimentHistory:n,minDate:new Date(zr(r)).getTime(),maxDate:new Date(zr(s)).getTime(),minInterval:24*3600*1e3};default:throw new Error(`Unexpected report model type: ${e.reportModel.type}`)}}function BI(e){const t=[],n=[];switch(e.reportModel.type){case Jr.REALTIME:return e.history.forEach(r=>{if(!r.t||!r.o)return;const s=di(r.t);r.o&&!t.map(i=>i[0]).includes(s)&&(t.unshift([s,r.o]),n.unshift([s,r.v||0]))}),{quoteHistory:t,volumeHistory:n};case Jr.DAILY:return e.history.forEach(r=>{if(!r.t||!r.o)return;const s=zr(r.t);r.o&&!t.map(i=>i[0]).includes(s)&&(t.unshift([s,r.o]),n.unshift([s,r.v||0]))}),{quoteHistory:t,volumeHistory:n};default:throw new Error(`Unexpected report model type: ${e.reportModel.type}`)}}function II(e){const t=[];for(const n of e)t.push({...n,t:n.t*1e3});return t}function zr(e){return new Date(e*1e3).setHours(0,0,0,0)}function di(e){return new Date(e*1e3).setSeconds(0,0)}function W4(e){const t=[],n=[];return e!==void 0&&e.forEach(r=>{!r.t||(t.push([r.t,null]),n.push([{coord:[r.t,0]},{coord:[r.t,1]}]))}),{chartSeries:t,markLines:n}}function K4(e){var t,n,r;if(!(!e||e.length===0)){if(wI(e)){const s=new Map;for(const i of e)s.has(i.market)||s.set(i.market,[]),(t=s.get(i.market))==null||t.push([i.date*1e3,i.shortVolume]);return{series:Array.from(s.entries()).map(i=>({name:i[0],data:i[1]})),inPercentage:!1}}if(CI(e)){const s=new Map;for(const i of e){if(!i.date_short||!i.shares_percent_short)continue;const l=Date.parse(i.date_short);if(l+365*24*60*60*1e3<Date.now())continue;const p=(n=i.company_short_selling)!=null?n:"";s.has(p)||s.set(p,[]),(r=s.get(p))==null||r.push([l,i.shares_percent_short])}return{series:Array.from(s.entries()).map(i=>({name:i[0],data:i[1]})).filter(i=>i.data.length>1),inPercentage:!0}}throw new Error("Unknown short info data type!")}}var Jr=(e=>(e.DAILY="daily",e.REALTIME="realtime",e))(Jr||{}),Dd=(e=>(e.REALTIME="realtime",e.DEFAULT="10minute",e.REDDIT="10minute_reddit",e.TWITTER="10minute_twitter",e.TIKTOK="10minute_tiktok",e.STOCKTWITS="10minute_stocktwits",e.TELEGRAM="10minute_telegram",e.DISCORD="10minute_discord",e.XUEQIU="10minute_xueqiu",e.FOURCHAN="10minute_4chan",e.INVESTING="10minute_investing",e.WEIBO="10minute_weibo",e))(Dd||{});const ra={realtime:{id:2,type:"realtime",name:"10minute"},daily:{id:4,type:"daily",name:"daily_5am"}},qt=new Map;qt.set("",ra);qt.set("www.reddit.com",{realtime:{id:202,type:"realtime",name:"10minute_reddit"},daily:{id:204,type:"daily",name:"daily_5am_reddit"}});qt.set("twitter.com",{realtime:{id:214,type:"realtime",name:"10minute_twitter"},daily:{id:215,type:"daily",name:"daily_5am_twitter"}});qt.set("tiktok.com",{realtime:{id:237,type:"realtime",name:"10minute_tiktok"},daily:{id:222,type:"daily",name:"daily_5am_tiktok"}});qt.set("stocktwits.com",{realtime:{id:206,type:"realtime",name:"10minute_stocktwits"},daily:{id:207,type:"daily",name:"daily_5am_stocktwits"}});qt.set("t.me",{realtime:{id:239,type:"realtime",name:"10minute_telegram"},daily:{id:220,type:"daily",name:"daily_5am_telegram"}});qt.set("discord.com",{realtime:{id:217,type:"realtime",name:"10minute_discord"},daily:{id:216,type:"daily",name:"daily_5am_discord"}});qt.set("xueqiu.com",{realtime:{id:212,type:"realtime",name:"10minute_xueqiu"},daily:{id:213,type:"daily",name:"daily_5am_xueqiu"}});qt.set("boards.4channel.org",{realtime:{id:236,type:"realtime",name:"10minute_4chan"},daily:{id:228,type:"daily",name:"daily_5am_4chan"}});qt.set("www.investing.com",{realtime:{id:210,type:"realtime",name:"10minute_investing"},daily:{id:211,type:"daily",name:"daily_5am_investing"}});qt.set("www.weibo.com",{realtime:{id:238,type:"realtime",name:"10minute_weibo"},daily:{id:232,type:"daily",name:"daily_5am_weibo"}});function QE(e,t,n,r=!0){const s=(r?31:8)*24*3600*1e3,i=(zr(n.getTime())-zr(t.getTime()))/1e3,l=qt.get(e)||ra;return i<=s?l.realtime:l.daily}function G4(e=""){return(qt.get(e)||ra).realtime}var XE=(e=>(e.FULL="full",e.NONE="none",e.PARTIAL="partial",e))(XE||{}),JE=(e=>(e.Messages="messages",e.Messages24h="messages24h",e))(JE||{});const MI=zo(),ge=mn.create({baseURL:MI.API_BASE_URL,headers:{"x-app-version":"24.10-28.1444","Cache-Control":"private, no-cache, no-store, must-revalidate"}}),kI=[{route:"/v6",concurrency:4},{route:"",concurrency:10}],Oi=new rF(kI);var LI=({app:e})=>{e.config.globalProperties.$axios=mn,e.config.globalProperties.$api=ge,ge.interceptors.request.use(t=>Oi.interceptRequest(t)),ge.interceptors.response.use(t=>Oi.interceptResponse(t),t=>Oi.interceptResponseError(t))};async function ZE(e,t){if(!e.length)return[];const n=await ge.get(`/v6/titles/${e.join(",")}/info`,{cancellationPolicy:t});return Array.isArray(n.data)?n.data:n.data?[n.data]:[]}async function NI(e,t,n,r,s,i,l,p,g,u,a){const o={startDate:e,endDate:t,include_stats:!0,core:sa(e),titles:n,source:r,add_icon:!0,key_events:s,query:i,lang:l,type:p==null?void 0:p.flatMap(f=>f.includes(",")?f.split(","):f),top_limit:g,authors:u,title_filters:a};return(await ge.post("/v6/messages/search",o)).data}async function jI(e,t,n,r,s,i,l,p,g,u,a,o){var h;const c={startDate:e,endDate:t,core:sa(e),titles:n,source:r,add_icon:!0,key_events:s,type:i==null?void 0:i.flatMap(m=>m.includes(",")?m.split(","):m),query:l,lang:p,score:g,authors:u,primary_title:a},f="/v6/messages/search"+(o!==void 0?`?limit=${o}`:"");return((h=(await ge.post(f,c)).data)==null?void 0:h.messages)||[]}async function UI(e,t,n,r,s){const i={startDate:e,endDate:t,include_topics_list:!0,core:sa(e),titles:n,source:r,key_events:s};return(await ge.post("/v6/messages/search",i,{cancellationPolicy:tt.OnContextSwitch})).data}async function VI(e,t,n,r){var p,g,u;const s={startDate:e,endDate:t,core:sa(e),titles:n,limit:10,type:"news",include_stats:!1,order_by:"score",include_exec_summary:!0,highlight_titles_in_summary:!0,key_events:r},l=(await ge.post("/v6/messages/search",s,{cancellationPolicy:tt.OnContextSwitch})).data;return{summary:(p=l==null?void 0:l.executive_summary)!=null?p:"",messages:(g=l==null?void 0:l.messages)!=null?g:[],highlights:(u=l==null?void 0:l.executive_summary_highlights)!=null?u:[]}}async function qI(e){var p,g,u,a,o,c,f,d,h,m,b,y;const t={stream:"ai-executive-summaries",language:"en",format:"json",highlight_titles_in_text:!0,plaintext:!0},n=await ge.get(`/v6/newsbot/titles/${e}`,{params:t,cancellationPolicy:tt.OnContextSwitch}),r=(a=(u=(g=(p=n.data)==null?void 0:p.rss)==null?void 0:g.channel)==null?void 0:u.item[0])==null?void 0:a.description["%"],s=(d=(f=(c=(o=n.data)==null?void 0:o.rss)==null?void 0:c.channel)==null?void 0:f.item[0])==null?void 0:d.pubDate,i=((y=(b=(m=(h=n.data)==null?void 0:h.rss)==null?void 0:m.channel)==null?void 0:b.item[0])==null?void 0:y.text_highlights)||[];if(r===void 0)return{summary:"",messages:[],highlights:[]};const l=s?new Date(s).getTime():void 0;return{summary:r,messages:[],highlights:i,publishDate:l}}async function HI(e,t,n,r,s=!0){const i=QE(e,t,n,s),l={datasets:[{feature:"Buzz/Sentiment",fields:[{field:"buzz",name:"Buzz"},{field:"sentiment",name:"Sentiment"}],item:"Buzz Reports",report_model:i.id,titles:r,type:"column"}],filter:[{comparator:"eq",field:"id",value:r}],identifiers:["id"]},p={preview:!1,startDate:t,endDate:n};try{return{...(await ge.post("/v6/datasets/history",l,{params:p})).data,reportModel:i}}catch{return{history:[],reportModel:i}}}async function zI(e,t,n,r,s=!0){const i=QE(e,t,n,s);return i.type===Jr.DAILY?{...await WI(t,n,r),reportModel:i}:{...await $I(t,n,r),reportModel:i}}async function $I(e,t,n){const r={startDate:e,endDate:t,partition:ra.realtime.name,data_options:"ohlcv"};return{history:(await ge.get(`/v6/titles/${n.join(",")}/intraday`,{params:r})).data.quotes}}async function WI(e,t,n){const r={datasets:[{feature:"Price Data",fields:[{field:"open",name:"o"},{field:"high",name:"h"},{field:"low",name:"l"},{field:"close",name:"c"},{field:"volume",name:"v"}],item:"Daily Quotes",report_model:ra.daily.id,titles:n}],filter:[{comparator:"eq",field:"id",value:n}],identifiers:["id"]},s={preview:!1,startDate:e,endDate:t};return(await ge.post("/v6/datasets/history",r,{params:s})).data}function sa(e){return mv(new Date,e)<24*60*60*1e3?"messages24h":"messages"}async function KI(e){const t=Object.entries(e).map(s=>parseInt(s[0])),n=await GI(t);return{statistics:Object.entries(e).map(s=>({label:QI(parseInt(s[0]),n),value:s[1],id:parseInt(s[0])})),entities:n}}async function GI(e){return e.length===0?[]:(await ge.get(`/v6/entities/${e.join(",")}?format=json`)).data}async function YI(e,t){var l;const n={...(l=e.value)==null?void 0:l.uiPreferences,markets:t.markets,titleTypes:t.titleTypes},r={...e.value,uiPreferences:n},s={opts:JSON.stringify(r)};(await ge.post("/v6/userdata/opts",s,{cancellationPolicy:tt.OnLogout})).status===200&&(e.value=r)}function QI(e,t){var n;return((n=t==null?void 0:t.filter(r=>r.entity_id===e).at(0))==null?void 0:n.n)||""}async function XI(e,t,n,r){const l=(await ge.get(`/v6/titles/${e.id}/quotes`,{params:{startDate:t,endDate:n},cancellationPolicy:r})).data.quotes.filter(o=>o.t!==void 0&&o.c!==void 0);l.sort((o,c)=>o.t-c.t);const p=l.map(o=>[Nt.formatDate(o.t*1e3,"YYYY-MM-DD"),o.c]),g=Math.min(...p.map(o=>o[1])),u=Math.max(...p.map(o=>o[1]));let a=1e3;for(;u-g<a;)a/=10;return{titleId:e.id,titleName:e.name,chartDataSeries:p,minValue:Math.floor(g/a)*a,maxValue:Math.ceil(u/a)*a,lastQuote:l.slice(-1)[0],secondLastQuote:l.slice(-2)[0],currency:e.currency||""}}async function JI(e,t,n,r,s){const i={limit:t,sort_by:n,partition:r};return(await ge.post("/v6/titles",e,{params:i,headers:{"Content-Type":"application/json"},cancellationPolicy:s})).data}async function ZI(e,t,n,r=20,s){return(await ge.get(`/v6/standard_triggers/${e}`,{params:{startDate:t,endDate:n,limit:r,rule_types:s}})).data}async function eM(e,t,n){return(await ge.get(`/v6/titles/${e}/earnings`,{params:{startDate:t,endDate:n}})).data}async function tM(e){var r,s;return((s=(r=(await ge.get(`/v6/titles/${e}/positions`,{cancellationPolicy:tt.OnContextSwitch})).data)==null?void 0:r.company_register)!=null?s:[]).map(i=>{let l=i.lastName;return(i.middleName||i.firstName)&&(l+=", "+[i.firstName,i.middleName].filter(p=>p!==void 0).join(" ")),{...i,name:l}})}async function nM(e){var n,r;return(r=(n=(await ge.get(`/v6/titles/${e}/subsidiaries`,{cancellationPolicy:tt.OnContextSwitch})).data)==null?void 0:n.federal_gazette)!=null?r:{}}var rM=Object.freeze(Object.defineProperty({__proto__:null,LevelType:XE,MessagesCore:JE,default:LI,api:ge,axiosRequestManager:Oi,fetchExecutives:tM,fetchSubsidiaries:nM,fetchTitleChartData:XI,fetchInfosForTitles:ZE,fetchStatistics:NI,fetchTopicsList:UI,fetchChartData:HI,fetchEarnings:eM,fetchSolrMessages:jI,fetchQuoteChartData:zI,fetchSummary:VI,fetchPreGeneratedSummary:qI,fetchStandardTriggers:ZI,filterTitles:JI,extractReferencedPersons:KI,getCoreToUse:sa,updateUserOpts:YI},Symbol.toStringTag,{value:"Module"}));/*! js-cookie v3.0.5 | MIT */function Fa(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var sM={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function fu(e,t){function n(s,i,l){if(typeof document!="undefined"){l=Fa({},t,l),typeof l.expires=="number"&&(l.expires=new Date(Date.now()+l.expires*864e5)),l.expires&&(l.expires=l.expires.toUTCString()),s=encodeURIComponent(s).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var p="";for(var g in l)!l[g]||(p+="; "+g,l[g]!==!0&&(p+="="+l[g].split(";")[0]));return document.cookie=s+"="+e.write(i,s)+p}}function r(s){if(!(typeof document=="undefined"||arguments.length&&!s)){for(var i=document.cookie?document.cookie.split("; "):[],l={},p=0;p<i.length;p++){var g=i[p].split("="),u=g.slice(1).join("=");try{var a=decodeURIComponent(g[0]);if(l[a]=e.read(u,a),s===a)break}catch{}}return s?l[s]:l}}return Object.create({set:n,get:r,remove:function(s,i){n(s,"",Fa({},i,{expires:-1}))},withAttributes:function(s){return fu(this.converter,Fa({},this.attributes,s))},withConverter:function(s){return fu(Fa({},this.converter,s),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Uh=fu(sM,{path:"/"});const{t:Me}=Ye.global,Vh="email";class iM{constructor(t,n){Ee(this,"username");Ee(this,"password");this.username=t,this.password=n}toAuthString(){return btoa(`${this.username}:${Vi.exports.MD5(this.password)}`)}}class Y4{constructor(t,n,r,s,i,l){Ee(this,"username");Ee(this,"password");Ee(this,"salutation");Ee(this,"firstName");Ee(this,"lastName");Ee(this,"token");this.username=t,this.password=n,this.salutation=r,this.firstName=s,this.lastName=i,this.token=l}}function aM(e){if(typeof e!="object"||e===null)return!1;const t=e;return!(typeof t.internalCode!="string"||t.en!==void 0&&typeof t.en!="string"||t.de!==void 0&&typeof t.de!="string"||t.code!==void 0&&typeof t.code!="number")}class oM{async register(t,n){if(!t.username)return{success:!1,message:Me("AuthenticationService.message.register.usernameRequired")};if(!t.password)return{success:!1,message:Me("AuthenticationService.message.register.passwordRequired")};if(!t.firstName)return{success:!1,message:Me("AuthenticationService.message.register.firstNameRequired")};if(!t.lastName)return{success:!1,message:Me("AuthenticationService.message.register.lastNameRequired")};if(!t.token)return{success:!1,message:Me("AuthenticationService.message.register.tokenRequired")};try{const r={email:t.username,password:t.password,firstName:t.firstName,lastName:t.lastName,salutation:t.salutation,token:t.token,sendEmailAddressConfirmation:n?1:0};return await ge.post("/v6/accounts/signup",r),{success:!0,message:Me("AuthenticationService.message.login.success")}}catch(r){return{success:!1,message:this.resolveApiErrorCode(r,"AuthenticationService.message.register.failure")}}}async login(t,n){if(!t.username)return{success:!1,message:Me("AuthenticationService.message.login.usernameRequired"),userData:null};if(!t.password)return{success:!1,message:Me("AuthenticationService.message.login.passwordRequired"),userData:null};const r=t.toAuthString();try{const s=await ge.get("/v6/userdata",{headers:{Authorization:`Basic ${r}`},params:{withPendingSubscriptions:!0},cancellationPolicy:tt.OnLogout});return n?Uh.set(Vh,t.username,{expires:365,path:"/",sameSite:"Strict"}):Uh.remove(Vh,{path:"/"}),{success:!0,message:Me("AuthenticationService.message.login.success"),userData:s.data}}catch(s){return{success:!1,message:this.resolveApiErrorCode(s,"AuthenticationService.message.login.failure"),userData:null}}}async resetPassword(t){const n=/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;if(!t||t.length<1||!n.test(t))return{success:!1,message:Me("AuthenticationService.message.reset.invalidEmail")};try{return(await ge.get(`/userdata/requestpasswordreset/${t}`,{cancellationPolicy:tt.OnLogout})).status===200?{success:!0,message:Me("AuthenticationService.message.reset.success")}:{success:!0,message:Me("AuthenticationService.message.reset.failure")}}catch(r){return{success:!1,message:this.resolveApiErrorCode(r,"AuthenticationService.message.reset.failure")}}}async setNewPassword(t,n,r){if(!t||t.length<1)return{success:!1,message:Me("AuthenticationService.message.setPassword.invalidToken")};if(!n||n.length<1)return{success:!1,message:Me("AuthenticationService.message.setPassword.invalidPassword")};if(!r||r.length<1)return{success:!1,message:Me("AuthenticationService.message.setPassword.invalidPasswordConfirm")};if(n.length<8)return{success:!1,message:Me("AuthenticationService.message.setPassword.passwordFormat")};if(n!==r)return{success:!1,message:Me("AuthenticationService.message.setPassword.passwordMismatch")};try{const s={reset_token:t,newpassword:`${Vi.exports.MD5(n)}`};return(await ge.post("/userdata/newpassword",s,{cancellationPolicy:tt.OnLogout})).status===200?{success:!0,message:Me("AuthenticationService.message.setPassword.success")}:{success:!1,message:Me("AuthenticationService.message.setPassword.failure")}}catch(s){return{success:!1,message:this.resolveApiErrorCode(s,"AuthenticationService.message.setPassword.failure")}}}async updateUserData(t){try{await ge.post("/v6/userdata",t,{cancellationPolicy:tt.OnLogout});const n=await ge.get("/v6/userdata",{params:{withPendingSubscriptions:!0},cancellationPolicy:tt.OnLogout});return n.status===200?{success:!0,message:Me("AuthenticationService.message.updateUserData.success"),userData:n.data}:{success:!1,message:Me("AuthenticationService.message.updateUserData.failure"),userData:null}}catch(n){return{success:!1,message:this.resolveApiErrorCode(n,"AuthenticationService.message.updateUserData.failure"),userData:null}}}async orderSubscription(t,n){const r={subscription_type_id:t,payment_option_id:n};try{if((await ge.post("/v6/subscriptions/order",r)).status===200)try{const i=await ge.get("/v6/userdata",{params:{withPendingSubscriptions:!0},cancellationPolicy:tt.OnLogout});return i.status===200?{success:!0,message:Me("AuthenticationService.message.orderSubscription.success"),userData:i.data}:{success:!1,message:Me("AuthenticationService.message.orderSubscription.failure"),userData:null}}catch(i){return{success:!1,message:this.resolveApiErrorCode(i,"AuthenticationService.message.orderSubscription.failure"),userData:null}}return{success:!1,message:Me("AuthenticationService.message.orderSubscription.failure"),userData:null}}catch(s){return{success:!1,message:this.resolveApiErrorCode(s,"AuthenticationService.message.orderSubscription.failure"),userData:null}}}async subscribeToMorningBriefing(t,n){const r={edition:t,language:n,timezone:Intl.DateTimeFormat().resolvedOptions().timeZone};try{await ge.post("/v6/morning-briefings/subscriptions",r);const s=await ge.get("/v6/userdata",{params:{withPendingSubscriptions:!0},cancellationPolicy:tt.OnLogout});return s.status===200?{success:!0,message:Me("AuthenticationService.message.updateUserData.success"),userData:s.data}:{success:!1,message:Me("AuthenticationService.message.updateUserData.failure"),userData:null}}catch(s){return{success:!1,message:this.resolveApiErrorCode(s,"AuthenticationService.message.updateUserData.failure"),userData:null}}}async unsubscribeMorningBriefing(t){try{await ge.delete(`/v6/morning-briefings/subscriptions/${t}`);const n=await ge.get("/v6/userdata",{params:{withPendingSubscriptions:!0},cancellationPolicy:tt.OnLogout});return n.status===200?{success:!0,message:Me("AuthenticationService.message.updateUserData.success"),userData:n.data}:{success:!1,message:Me("AuthenticationService.message.updateUserData.failure"),userData:null}}catch(n){return{success:!1,message:this.resolveApiErrorCode(n,"AuthenticationService.message.updateUserData.failure"),userData:null}}}async cancelSubscription(t){try{const n=await ge.post("/v6/subscriptions/cancel",t);return n.status===200?{success:!0,message:Me("AuthenticationService.message.cancellation.success"),userData:n.data}:{success:!1,message:Me("AuthenticationService.message.cancellation.failure"),userData:null}}catch(n){return{success:!1,message:this.resolveApiErrorCode(n,"AuthenticationService.message.cancellation.failure"),userData:null}}}resolveApiErrorCode(t,n){var r;if(mn.isAxiosError(t)){const s=(r=t.response)==null?void 0:r.data;if(aM(s)&&s.internalCode){const i="AuthenticationService.api."+s.internalCode,l=Me(i);if(l!==i)return l;if(s.en)return s.en}}return Me(n)}}const hu={xs:18,sm:24,md:32,lg:38,xl:46},ia={size:String};function aa(e,t=hu){return W(()=>e.size!==void 0?{fontSize:e.size in t?`${t[e.size]}px`:e.size}:null)}function vn(e,t){return e!==void 0&&e()||t}function Q4(e,t){if(e!==void 0){const n=e();if(n!=null)return n.slice()}return t}function $r(e,t){return e!==void 0?t.concat(e()):t}function cM(e,t){return e===void 0?t:t!==void 0?t.concat(e()):e()}function X4(e,t,n,r,s,i){t.key=r+s;const l=K(e,t,n);return s===!0?Nu(l,i()):l}const qh="0 0 24 24",Hh=e=>e,il=e=>`ionicons ${e}`,eA={"mdi-":e=>`mdi ${e}`,"icon-":Hh,"bt-":e=>`bt ${e}`,"eva-":e=>`eva ${e}`,"ion-md":il,"ion-ios":il,"ion-logo":il,"iconfont ":Hh,"ti-":e=>`themify-icon ${e}`,"bi-":e=>`bootstrap-icons ${e}`},tA={o_:"-outlined",r_:"-round",s_:"-sharp"},nA={sym_o_:"-outlined",sym_r_:"-rounded",sym_s_:"-sharp"},lM=new RegExp("^("+Object.keys(eA).join("|")+")"),uM=new RegExp("^("+Object.keys(tA).join("|")+")"),zh=new RegExp("^("+Object.keys(nA).join("|")+")"),dM=/^[Mm]\s?[-+]?\.?\d/,fM=/^img:/,hM=/^svguse:/,pM=/^ion-/,mM=/^(fa-(sharp|solid|regular|light|brands|duotone|thin)|[lf]a[srlbdk]?) /;var Mn=ft({name:"QIcon",props:{...ia,tag:{type:String,default:"i"},name:String,color:String,left:Boolean,right:Boolean},setup(e,{slots:t}){const{proxy:{$q:n}}=je(),r=aa(e),s=W(()=>"q-icon"+(e.left===!0?" on-left":"")+(e.right===!0?" on-right":"")+(e.color!==void 0?` text-${e.color}`:"")),i=W(()=>{let l,p=e.name;if(p==="none"||!p)return{none:!0};if(n.iconMapFn!==null){const a=n.iconMapFn(p);if(a!==void 0)if(a.icon!==void 0){if(p=a.icon,p==="none"||!p)return{none:!0}}else return{cls:a.cls,content:a.content!==void 0?a.content:" "}}if(dM.test(p)===!0){const[a,o=qh]=p.split("|");return{svg:!0,viewBox:o,nodes:a.split("&&").map(c=>{const[f,d,h]=c.split("@@");return K("path",{style:d,d:f,transform:h})})}}if(fM.test(p)===!0)return{img:!0,src:p.substring(4)};if(hM.test(p)===!0){const[a,o=qh]=p.split("|");return{svguse:!0,src:a.substring(7),viewBox:o}}let g=" ";const u=p.match(lM);if(u!==null)l=eA[u[1]](p);else if(mM.test(p)===!0)l=p;else if(pM.test(p)===!0)l=`ionicons ion-${n.platform.is.ios===!0?"ios":"md"}${p.substring(3)}`;else if(zh.test(p)===!0){l="notranslate material-symbols";const a=p.match(zh);a!==null&&(p=p.substring(6),l+=nA[a[1]]),g=p}else{l="notranslate material-icons";const a=p.match(uM);a!==null&&(p=p.substring(2),l+=tA[a[1]]),g=p}return{cls:l,content:g}});return()=>{const l={class:s.value,style:r.value,"aria-hidden":"true",role:"presentation"};return i.value.none===!0?K(e.tag,l,vn(t.default)):i.value.img===!0?K(e.tag,l,$r(t.default,[K("img",{src:i.value.src})])):i.value.svg===!0?K(e.tag,l,$r(t.default,[K("svg",{viewBox:i.value.viewBox||"0 0 24 24"},i.value.nodes)])):i.value.svguse===!0?K(e.tag,l,$r(t.default,[K("svg",{viewBox:i.value.viewBox},[K("use",{"xlink:href":i.value.src})])])):(i.value.cls!==void 0&&(l.class+=" "+i.value.cls),K(e.tag,l,$r(t.default,[i.value.content])))}}}),gM=ft({name:"QAvatar",props:{...ia,fontSize:String,color:String,textColor:String,icon:String,square:Boolean,rounded:Boolean},setup(e,{slots:t}){const n=aa(e),r=W(()=>"q-avatar"+(e.color?` bg-${e.color}`:"")+(e.textColor?` text-${e.textColor} q-chip--colored`:"")+(e.square===!0?" q-avatar--square":e.rounded===!0?" rounded-borders":"")),s=W(()=>e.fontSize?{fontSize:e.fontSize}:null);return()=>{const i=e.icon!==void 0?[K(Mn,{name:e.icon})]:void 0;return K("div",{class:r.value,style:n.value},[K("div",{class:"q-avatar__content row flex-center overflow-hidden",style:s.value},cM(t.default,i))])}}});const rA={size:{type:[Number,String],default:"1em"},color:String};function sA(e){return{cSize:W(()=>e.size in hu?`${hu[e.size]}px`:e.size),classes:W(()=>"q-spinner"+(e.color?` text-${e.color}`:""))}}var Zr=ft({name:"QSpinner",props:{...rA,thickness:{type:Number,default:5}},setup(e){const{cSize:t,classes:n}=sA(e);return()=>K("svg",{class:n.value+" q-spinner-mat",width:t.value,height:t.value,viewBox:"25 25 50 50"},[K("circle",{class:"path",cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":e.thickness,"stroke-miterlimit":"10"})])}});function J4(e){return e===window?window.innerHeight:e.getBoundingClientRect().height}function pu(e,t){const n=e.style;for(const r in t)n[r]=t[r]}function vM(e){if(e==null)return;if(typeof e=="string")try{return document.querySelector(e)||void 0}catch{return}const t=Fn(e);if(t)return t.$el||t}function yM(e,t){if(e==null||e.contains(t)===!0)return!0;for(let n=e.nextElementSibling;n!==null;n=n.nextElementSibling)if(n.contains(t))return!0;return!1}function bM(e,t=250){let n=!1,r;return function(){return n===!1&&(n=!0,setTimeout(()=>{n=!1},t),r=e.apply(this,arguments)),r}}function $h(e,t,n,r){n.modifiers.stop===!0&&lo(e);const s=n.modifiers.color;let i=n.modifiers.center;i=i===!0||r===!0;const l=document.createElement("span"),p=document.createElement("span"),g=CO(e),{left:u,top:a,width:o,height:c}=t.getBoundingClientRect(),f=Math.sqrt(o*o+c*c),d=f/2,h=`${(o-f)/2}px`,m=i?h:`${g.left-u-d}px`,b=`${(c-f)/2}px`,y=i?b:`${g.top-a-d}px`;p.className="q-ripple__inner",pu(p,{height:`${f}px`,width:`${f}px`,transform:`translate3d(${m},${y},0) scale3d(.2,.2,1)`,opacity:0}),l.className=`q-ripple${s?" text-"+s:""}`,l.setAttribute("dir","ltr"),l.appendChild(p),t.appendChild(l);const v=()=>{l.remove(),clearTimeout(_)};n.abort.push(v);let _=setTimeout(()=>{p.classList.add("q-ripple__inner--enter"),p.style.transform=`translate3d(${h},${b},0) scale3d(1,1,1)`,p.style.opacity=.2,_=setTimeout(()=>{p.classList.remove("q-ripple__inner--enter"),p.classList.add("q-ripple__inner--leave"),p.style.opacity=0,_=setTimeout(()=>{l.remove(),n.abort.splice(n.abort.indexOf(v),1)},275)},250)},50)}function Wh(e,{modifiers:t,value:n,arg:r}){const s=Object.assign({},e.cfg.ripple,t,n);e.modifiers={early:s.early===!0,stop:s.stop===!0,center:s.center===!0,color:s.color||r,keyCodes:[].concat(s.keyCodes||13)}}var _M=Um({name:"ripple",beforeMount(e,t){const n=t.instance.$.appContext.config.globalProperties.$q.config||{};if(n.ripple===!1)return;const r={cfg:n,enabled:t.value!==!1,modifiers:{},abort:[],start(s){r.enabled===!0&&s.qSkipRipple!==!0&&s.type===(r.modifiers.early===!0?"pointerdown":"click")&&$h(s,e,r,s.qKeyEvent===!0)},keystart:bM(s=>{r.enabled===!0&&s.qSkipRipple!==!0&&Ps(s,r.modifiers.keyCodes)===!0&&s.type===`key${r.modifiers.early===!0?"down":"up"}`&&$h(s,e,r,!0)},300)};Wh(r,t),e.__qripple=r,FO(r,"main",[[e,"pointerdown","start","passive"],[e,"click","start","passive"],[e,"keydown","keystart","passive"],[e,"keyup","keystart","passive"]])},updated(e,t){if(t.oldValue!==t.value){const n=e.__qripple;n!==void 0&&(n.enabled=t.value!==!1,n.enabled===!0&&Object(t.value)===t.value&&Wh(n,t))}},beforeUnmount(e){const t=e.__qripple;t!==void 0&&(t.abort.forEach(n=>{n()}),DO(t,"main"),delete e._qripple)}});const iA={left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"},xM=Object.keys(iA),aA={align:{type:String,validator:e=>xM.includes(e)}};function oA(e){return W(()=>{const t=e.align===void 0?e.vertical===!0?"stretch":"left":e.align;return`${e.vertical===!0?"items":"justify"}-${iA[t]}`})}function Qa(e){if(Object(e.$parent)===e.$parent)return e.$parent;let{parent:t}=e.$;for(;Object(t)===t;){if(Object(t.proxy)===t.proxy)return t.proxy;t=t.parent}}function cA(e,t){typeof t.type=="symbol"?Array.isArray(t.children)===!0&&t.children.forEach(n=>{cA(e,n)}):e.add(t)}function Z4(e){const t=new Set;return e.forEach(n=>{cA(t,n)}),Array.from(t)}function lA(e){return e.appContext.config.globalProperties.$router!==void 0}function uA(e){return e.isUnmounted===!0||e.isDeactivated===!0}function Kh(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}function Gh(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function EM(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(Array.isArray(s)===!1||s.length!==r.length||r.some((i,l)=>i!==s[l]))return!1}return!0}function Yh(e,t){return Array.isArray(t)===!0?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function AM(e,t){return Array.isArray(e)===!0?Yh(e,t):Array.isArray(t)===!0?Yh(t,e):e===t}function SM(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(AM(e[n],t[n])===!1)return!1;return!0}const OM={to:[String,Object],replace:Boolean,exact:Boolean,activeClass:{type:String,default:"q-router-link--active"},exactActiveClass:{type:String,default:"q-router-link--exact-active"},href:String,target:String,disable:Boolean};function TM({fallbackTag:e,useDisableForRouterLinkProps:t=!0}={}){const n=je(),{props:r,proxy:s,emit:i}=n,l=lA(n),p=W(()=>r.disable!==!0&&r.href!==void 0),g=W(t===!0?()=>l===!0&&r.disable!==!0&&p.value!==!0&&r.to!==void 0&&r.to!==null&&r.to!=="":()=>l===!0&&p.value!==!0&&r.to!==void 0&&r.to!==null&&r.to!==""),u=W(()=>g.value===!0?y(r.to):null),a=W(()=>u.value!==null),o=W(()=>p.value===!0||a.value===!0),c=W(()=>r.type==="a"||o.value===!0?"a":r.tag||e||"div"),f=W(()=>p.value===!0?{href:r.href,target:r.target}:a.value===!0?{href:u.value.href,target:r.target}:{}),d=W(()=>{if(a.value===!1)return-1;const{matched:x}=u.value,{length:E}=x,S=x[E-1];if(S===void 0)return-1;const A=s.$route.matched;if(A.length===0)return-1;const O=A.findIndex(Gh.bind(null,S));if(O!==-1)return O;const T=Kh(x[E-2]);return E>1&&Kh(S)===T&&A[A.length-1].path!==T?A.findIndex(Gh.bind(null,x[E-2])):O}),h=W(()=>a.value===!0&&d.value!==-1&&EM(s.$route.params,u.value.params)),m=W(()=>h.value===!0&&d.value===s.$route.matched.length-1&&SM(s.$route.params,u.value.params)),b=W(()=>a.value===!0?m.value===!0?` ${r.exactActiveClass} ${r.activeClass}`:r.exact===!0?"":h.value===!0?` ${r.activeClass}`:"":"");function y(x){try{return s.$router.resolve(x)}catch{}return null}function v(x,{returnRouterError:E,to:S=r.to,replace:A=r.replace}={}){if(r.disable===!0)return x.preventDefault(),Promise.resolve(!1);if(x.metaKey||x.altKey||x.ctrlKey||x.shiftKey||x.button!==void 0&&x.button!==0||r.target==="_blank")return Promise.resolve(!1);x.preventDefault();const O=s.$router[A===!0?"replace":"push"](S);return E===!0?O:O.then(()=>{}).catch(()=>{})}function _(x){if(a.value===!0){const E=S=>v(x,S);i("click",x,E),x.defaultPrevented!==!0&&E()}else i("click",x)}return{hasRouterLink:a,hasHrefLink:p,hasLink:o,linkTag:c,resolvedLink:u,linkIsActive:h,linkIsExactActive:m,linkClass:b,linkAttrs:f,getLink:y,navigateToRouterLink:v,navigateOnClick:_}}const Qh={none:0,xs:4,sm:8,md:16,lg:24,xl:32},PM={xs:8,sm:10,md:14,lg:20,xl:24},wM=["button","submit","reset"],CM=/[^\s]\/[^\s]/,RM=["flat","outline","push","unelevated"];function dA(e,t){return e.flat===!0?"flat":e.outline===!0?"outline":e.push===!0?"push":e.unelevated===!0?"unelevated":t}function eL(e){const t=dA(e);return t!==void 0?{[t]:!0}:{}}const FM={...ia,...OM,type:{type:String,default:"button"},label:[Number,String],icon:String,iconRight:String,...RM.reduce((e,t)=>(e[t]=Boolean)&&e,{}),square:Boolean,round:Boolean,rounded:Boolean,glossy:Boolean,size:String,fab:Boolean,fabMini:Boolean,padding:String,color:String,textColor:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,tabindex:[Number,String],ripple:{type:[Boolean,Object],default:!0},align:{...aA.align,default:"center"},stack:Boolean,stretch:Boolean,loading:{type:Boolean,default:null},disable:Boolean};function DM(e){const t=aa(e,PM),n=oA(e),{hasRouterLink:r,hasLink:s,linkTag:i,linkAttrs:l,navigateOnClick:p}=TM({fallbackTag:"button"}),g=W(()=>{const m=e.fab===!1&&e.fabMini===!1?t.value:{};return e.padding!==void 0?Object.assign({},m,{padding:e.padding.split(/\s+/).map(b=>b in Qh?Qh[b]+"px":b).join(" "),minWidth:"0",minHeight:"0"}):m}),u=W(()=>e.rounded===!0||e.fab===!0||e.fabMini===!0),a=W(()=>e.disable!==!0&&e.loading!==!0),o=W(()=>a.value===!0?e.tabindex||0:-1),c=W(()=>dA(e,"standard")),f=W(()=>{const m={tabindex:o.value};return s.value===!0?Object.assign(m,l.value):wM.includes(e.type)===!0&&(m.type=e.type),i.value==="a"?(e.disable===!0?m["aria-disabled"]="true":m.href===void 0&&(m.role="button"),r.value!==!0&&CM.test(e.type)===!0&&(m.type=e.type)):e.disable===!0&&(m.disabled="",m["aria-disabled"]="true"),e.loading===!0&&e.percentage!==void 0&&Object.assign(m,{role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":e.percentage}),m}),d=W(()=>{let m;e.color!==void 0?e.flat===!0||e.outline===!0?m=`text-${e.textColor||e.color}`:m=`bg-${e.color} text-${e.textColor||"white"}`:e.textColor&&(m=`text-${e.textColor}`);const b=e.round===!0?"round":`rectangle${u.value===!0?" q-btn--rounded":e.square===!0?" q-btn--square":""}`;return`q-btn--${c.value} q-btn--${b}`+(m!==void 0?" "+m:"")+(a.value===!0?" q-btn--actionable q-focusable q-hoverable":e.disable===!0?" disabled":"")+(e.fab===!0?" q-btn--fab":e.fabMini===!0?" q-btn--fab-mini":"")+(e.noCaps===!0?" q-btn--no-uppercase":"")+(e.dense===!0?" q-btn--dense":"")+(e.stretch===!0?" no-border-radius self-stretch":"")+(e.glossy===!0?" glossy":"")+(e.square?" q-btn--square":"")}),h=W(()=>n.value+(e.stack===!0?" column":" row")+(e.noWrap===!0?" no-wrap text-no-wrap":"")+(e.loading===!0?" q-btn__content--hidden":""));return{classes:d,style:g,innerClasses:h,attributes:f,hasLink:s,linkTag:i,navigateOnClick:p,isActionable:a}}const{passiveCapture:$t}=It;let cs=null,ls=null,us=null;var Hi=ft({name:"QBtn",props:{...FM,percentage:Number,darkPercentage:Boolean,onTouchstart:[Function,Array]},emits:["click","keydown","mousedown","keyup"],setup(e,{slots:t,emit:n}){const{proxy:r}=je(),{classes:s,style:i,innerClasses:l,attributes:p,hasLink:g,linkTag:u,navigateOnClick:a,isActionable:o}=DM(e),c=pe(null),f=pe(null);let d=null,h,m=null;const b=W(()=>e.label!==void 0&&e.label!==null&&e.label!==""),y=W(()=>e.disable===!0||e.ripple===!1?!1:{keyCodes:g.value===!0?[13,32]:[13],...e.ripple===!0?{}:e.ripple}),v=W(()=>({center:e.round})),_=W(()=>{const k=Math.max(0,Math.min(100,e.percentage));return k>0?{transition:"transform 0.6s",transform:`translateX(${k-100}%)`}:{}}),x=W(()=>{if(e.loading===!0)return{onMousedown:M,onTouchstart:M,onClick:M,onKeydown:M,onKeyup:M};if(o.value===!0){const k={onClick:S,onKeydown:A,onMousedown:T};if(r.$q.platform.has.touch===!0){const j=e.onTouchstart!==void 0?"":"Passive";k[`onTouchstart${j}`]=O}return k}return{onClick:Kt}}),E=W(()=>({ref:c,class:"q-btn q-btn-item non-selectable no-outline "+s.value,style:i.value,...p.value,...x.value}));function S(k){if(c.value!==null){if(k!==void 0){if(k.defaultPrevented===!0)return;const j=document.activeElement;if(e.type==="submit"&&j!==document.body&&c.value.contains(j)===!1&&j.contains(c.value)===!1){c.value.focus();const q=()=>{document.removeEventListener("keydown",Kt,!0),document.removeEventListener("keyup",q,$t),c.value!==null&&c.value.removeEventListener("blur",q,$t)};document.addEventListener("keydown",Kt,!0),document.addEventListener("keyup",q,$t),c.value.addEventListener("blur",q,$t)}}a(k)}}function A(k){c.value!==null&&(n("keydown",k),Ps(k,[13,32])===!0&&ls!==c.value&&(ls!==null&&P(),k.defaultPrevented!==!0&&(c.value.focus(),ls=c.value,c.value.classList.add("q-btn--active"),document.addEventListener("keyup",w,!0),c.value.addEventListener("blur",w,$t)),Kt(k)))}function O(k){c.value!==null&&(n("touchstart",k),k.defaultPrevented!==!0&&(cs!==c.value&&(cs!==null&&P(),cs=c.value,d=k.target,d.addEventListener("touchcancel",w,$t),d.addEventListener("touchend",w,$t)),h=!0,m!==null&&clearTimeout(m),m=setTimeout(()=>{m=null,h=!1},200)))}function T(k){c.value!==null&&(k.qSkipRipple=h===!0,n("mousedown",k),k.defaultPrevented!==!0&&us!==c.value&&(us!==null&&P(),us=c.value,c.value.classList.add("q-btn--active"),document.addEventListener("mouseup",w,$t)))}function w(k){if(c.value!==null&&!(k!==void 0&&k.type==="blur"&&document.activeElement===c.value)){if(k!==void 0&&k.type==="keyup"){if(ls===c.value&&Ps(k,[13,32])===!0){const j=new MouseEvent("click",k);j.qKeyEvent=!0,k.defaultPrevented===!0&&pr(j),k.cancelBubble===!0&&lo(j),c.value.dispatchEvent(j),Kt(k),k.qKeyEvent=!0}n("keyup",k)}P()}}function P(k){const j=f.value;k!==!0&&(cs===c.value||us===c.value)&&j!==null&&j!==document.activeElement&&(j.setAttribute("tabindex",-1),j.focus()),cs===c.value&&(d!==null&&(d.removeEventListener("touchcancel",w,$t),d.removeEventListener("touchend",w,$t)),cs=d=null),us===c.value&&(document.removeEventListener("mouseup",w,$t),us=null),ls===c.value&&(document.removeEventListener("keyup",w,!0),c.value!==null&&c.value.removeEventListener("blur",w,$t),ls=null),c.value!==null&&c.value.classList.remove("q-btn--active")}function M(k){Kt(k),k.qSkipRipple=!0}return nn(()=>{P(!0)}),Object.assign(r,{click:k=>{o.value===!0&&S(k)}}),()=>{let k=[];e.icon!==void 0&&k.push(K(Mn,{name:e.icon,left:e.stack!==!0&&b.value===!0,role:"img","aria-hidden":"true"})),b.value===!0&&k.push(K("span",{class:"block"},[e.label])),k=$r(t.default,k),e.iconRight!==void 0&&e.round===!1&&k.push(K(Mn,{name:e.iconRight,right:e.stack!==!0&&b.value===!0,role:"img","aria-hidden":"true"}));const j=[K("span",{class:"q-focus-helper",ref:f})];return e.loading===!0&&e.percentage!==void 0&&j.push(K("span",{class:"q-btn__progress absolute-full overflow-hidden"+(e.darkPercentage===!0?" q-btn__progress--dark":"")},[K("span",{class:"q-btn__progress-indicator fit block",style:_.value})])),j.push(K("span",{class:"q-btn__content text-center col items-center q-anchor--skip "+l.value},k)),e.loading!==null&&j.push(K(xr,{name:"q-transition--fade"},()=>e.loading===!0?[K("span",{key:"loading",class:"absolute-full flex flex-center"},t.loading!==void 0?t.loading():[K(Zr)])]:null)),Nu(K(u.value,E.value,j),[[_M,y.value,void 0,v.value]])}}});let BM=1,IM=document.body;function Cc(e,t){const n=document.createElement("div");if(n.id=t!==void 0?`q-portal--${t}--${BM++}`:e,fo.globalNodes!==void 0){const r=fo.globalNodes.class;r!==void 0&&(n.className=r)}return IM.appendChild(n),n}function Bd(e){e.remove()}let MM=0;const Xa={},Ja={},hn={},fA={},kM=/^\s*$/,hA=[],LM=[void 0,null,!0,!1,""],Id=["top-left","top-right","bottom-left","bottom-right","top","bottom","left","right","center"],NM=["top-left","top-right","bottom-left","bottom-right"],ps={positive:{icon:e=>e.iconSet.type.positive,color:"positive"},negative:{icon:e=>e.iconSet.type.negative,color:"negative"},warning:{icon:e=>e.iconSet.type.warning,color:"warning",textColor:"dark"},info:{icon:e=>e.iconSet.type.info,color:"info"},ongoing:{group:!1,timeout:0,spinner:!0,color:"grey-8"}};function pA(e,t,n){if(!e)return si("parameter required");let r;const s={textColor:"white"};if(e.ignoreDefaults!==!0&&Object.assign(s,Xa),Qt(e)===!1&&(s.type&&Object.assign(s,ps[s.type]),e={message:e}),Object.assign(s,ps[e.type||s.type],e),typeof s.icon=="function"&&(s.icon=s.icon(t)),s.spinner?(s.spinner===!0&&(s.spinner=Zr),s.spinner=rs(s.spinner)):s.spinner=!1,s.meta={hasMedia:Boolean(s.spinner!==!1||s.icon||s.avatar),hasText:Xh(s.message)||Xh(s.caption)},s.position){if(Id.includes(s.position)===!1)return si("wrong position",e)}else s.position="bottom";if(LM.includes(s.timeout)===!0)s.timeout=5e3;else{const g=Number(s.timeout);if(isNaN(g)||g<0)return si("wrong timeout",e);s.timeout=Number.isFinite(g)?g:0}s.timeout===0?s.progress=!1:s.progress===!0&&(s.meta.progressClass="q-notification__progress"+(s.progressClass?` ${s.progressClass}`:""),s.meta.progressStyle={animationDuration:`${s.timeout+1e3}ms`});const i=(Array.isArray(e.actions)===!0?e.actions:[]).concat(e.ignoreDefaults!==!0&&Array.isArray(Xa.actions)===!0?Xa.actions:[]).concat(ps[e.type]!==void 0&&Array.isArray(ps[e.type].actions)===!0?ps[e.type].actions:[]),{closeBtn:l}=s;if(l&&i.push({label:typeof l=="string"?l:t.lang.label.close}),s.actions=i.map(({handler:g,noDismiss:u,...a})=>({flat:!0,...a,onClick:typeof g=="function"?()=>{g(),u!==!0&&p()}:()=>{p()}})),s.multiLine===void 0&&(s.multiLine=s.actions.length>1),Object.assign(s.meta,{class:`q-notification row items-stretch q-notification--${s.multiLine===!0?"multi-line":"standard"}`+(s.color!==void 0?` bg-${s.color}`:"")+(s.textColor!==void 0?` text-${s.textColor}`:"")+(s.classes!==void 0?` ${s.classes}`:""),wrapperClass:"q-notification__wrapper col relative-position border-radius-inherit "+(s.multiLine===!0?"column no-wrap justify-center":"row items-center"),contentClass:"q-notification__content row items-center"+(s.multiLine===!0?"":" col"),leftClass:s.meta.hasText===!0?"additional":"single",attrs:{role:"alert",...s.attrs}}),s.group===!1?(s.group=void 0,s.meta.group=void 0):((s.group===void 0||s.group===!0)&&(s.group=[s.message,s.caption,s.multiline].concat(s.actions.map(g=>`${g.label}*${g.icon}`)).join("|")),s.meta.group=s.group+"|"+s.position),s.actions.length===0?s.actions=void 0:s.meta.actionsClass="q-notification__actions row items-center "+(s.multiLine===!0?"justify-end":"col-auto")+(s.meta.hasMedia===!0?" q-notification__actions--with-media":""),n!==void 0){n.notif.meta.timer&&(clearTimeout(n.notif.meta.timer),n.notif.meta.timer=void 0),s.meta.uid=n.notif.meta.uid;const g=hn[s.position].value.indexOf(n.notif);hn[s.position].value[g]=s}else{const g=Ja[s.meta.group];if(g===void 0){if(s.meta.uid=MM++,s.meta.badge=1,["left","right","center"].indexOf(s.position)!==-1)hn[s.position].value.splice(Math.floor(hn[s.position].value.length/2),0,s);else{const u=s.position.indexOf("top")!==-1?"unshift":"push";hn[s.position].value[u](s)}s.group!==void 0&&(Ja[s.meta.group]=s)}else{if(g.meta.timer&&(clearTimeout(g.meta.timer),g.meta.timer=void 0),s.badgePosition!==void 0){if(NM.includes(s.badgePosition)===!1)return si("wrong badgePosition",e)}else s.badgePosition=`top-${s.position.indexOf("left")!==-1?"right":"left"}`;s.meta.uid=g.meta.uid,s.meta.badge=g.meta.badge+1,s.meta.badgeClass=`q-notification__badge q-notification__badge--${s.badgePosition}`+(s.badgeColor!==void 0?` bg-${s.badgeColor}`:"")+(s.badgeTextColor!==void 0?` text-${s.badgeTextColor}`:"")+(s.badgeClass?` ${s.badgeClass}`:"");const u=hn[s.position].value.indexOf(g);hn[s.position].value[u]=Ja[s.meta.group]=s}}const p=()=>{jM(s),r=void 0};if(s.timeout>0&&(s.meta.timer=setTimeout(()=>{s.meta.timer=void 0,p()},s.timeout+1e3)),s.group!==void 0)return g=>{g!==void 0?si("trying to update a grouped one which is forbidden",e):p()};if(r={dismiss:p,config:e,notif:s},n!==void 0){Object.assign(n,r);return}return g=>{if(r!==void 0)if(g===void 0)r.dismiss();else{const u=Object.assign({},r.config,g,{group:!1,position:s.position});pA(u,t,r)}}}function jM(e){e.meta.timer&&(clearTimeout(e.meta.timer),e.meta.timer=void 0);const t=hn[e.position].value.indexOf(e);if(t!==-1){e.group!==void 0&&delete Ja[e.meta.group];const n=hA[""+e.meta.uid];if(n){const{width:r,height:s}=getComputedStyle(n);n.style.left=`${n.offsetLeft}px`,n.style.width=r,n.style.height=s}hn[e.position].value.splice(t,1),typeof e.onDismiss=="function"&&e.onDismiss()}}function Xh(e){return e!=null&&kM.test(e)!==!0}function si(e,t){return console.error(`Notify: ${e}`,t),!1}function UM(){return ft({name:"QNotifications",devtools:{hide:!0},setup(){return()=>K("div",{class:"q-notifications"},Id.map(e=>K(pO,{key:e,class:fA[e],tag:"div",name:`q-notification--${e}`},()=>hn[e].value.map(t=>{const n=t.meta,r=[];if(n.hasMedia===!0&&(t.spinner!==!1?r.push(K(t.spinner,{class:"q-notification__spinner q-notification__spinner--"+n.leftClass,color:t.spinnerColor,size:t.spinnerSize})):t.icon?r.push(K(Mn,{class:"q-notification__icon q-notification__icon--"+n.leftClass,name:t.icon,color:t.iconColor,size:t.iconSize,role:"img"})):t.avatar&&r.push(K(gM,{class:"q-notification__avatar q-notification__avatar--"+n.leftClass},()=>K("img",{src:t.avatar,"aria-hidden":"true"})))),n.hasText===!0){let i;const l={class:"q-notification__message col"};if(t.html===!0)l.innerHTML=t.caption?`<div>${t.message}</div><div class="q-notification__caption">${t.caption}</div>`:t.message;else{const p=[t.message];i=t.caption?[K("div",p),K("div",{class:"q-notification__caption"},[t.caption])]:p}r.push(K("div",l,i))}const s=[K("div",{class:n.contentClass},r)];return t.progress===!0&&s.push(K("div",{key:`${n.uid}|p|${n.badge}`,class:n.progressClass,style:n.progressStyle})),t.actions!==void 0&&s.push(K("div",{class:n.actionsClass},t.actions.map(i=>K(Hi,i)))),n.badge>1&&s.push(K("div",{key:`${n.uid}|${n.badge}`,class:t.meta.badgeClass,style:t.badgeStyle},[n.badge])),K("div",{ref:i=>{hA[""+n.uid]=i},key:n.uid,class:n.class,...n.attrs},[K("div",{class:n.wrapperClass},s)])}))))}})}var mA={setDefaults(e){Qt(e)===!0&&Object.assign(Xa,e)},registerType(e,t){Qt(t)===!0&&(ps[e]=t)},install({$q:e,parentApp:t}){if(e.notify=this.create=n=>pA(n,e),e.notify.setDefaults=this.setDefaults,e.notify.registerType=this.registerType,e.config.notify!==void 0&&this.setDefaults(e.config.notify),this.__installed!==!0){Id.forEach(r=>{hn[r]=pe([]);const s=["left","center","right"].includes(r)===!0?"center":r.indexOf("top")!==-1?"top":"bottom",i=r.indexOf("left")!==-1?"start":r.indexOf("right")!==-1?"end":"center",l=["left","right"].includes(r)?`items-${r==="left"?"start":"end"} justify-center`:r==="center"?"flex-center":`items-${i}`;fA[r]=`q-notifications__list q-notifications__list--${s} fixed column no-wrap ${l}`});const n=Cc("q-notify");Wu(UM(),t).mount(n)}}};class VM{constructor(t){Ee(this,"router");Ee(this,"DEFAULT_DISPLAY_TIME",5e3);this.router=t}notify(t,n){(!n||n.includes(this.router.currentRoute.value.path.slice(1)))&&(typeof t=="object"&&t.timeout===void 0&&(t.timeout=this.DEFAULT_DISPLAY_TIME),mA.create(t))}notifySoonExpiration(t,n){let r="Your subscription expires soon.";const s=[{label:"Dismiss",color:"white",handler:()=>{}}];n?r+=" Please complete the payment to activate your account and unlock the full features.":s.unshift({label:"Upgrade",handler:()=>{this.router.push({name:Go})}}),this.notify({message:r,caption:"Expires: "+new Date(t*1e3).toDateString(),actions:s,type:"warning",timeout:0,position:"top-right",icon:"spi-triangle-exclamation"})}notifySubscriptionExpired(){this.notify({message:"Yours subscription has expired.",caption:"To continue using Stockpulse, please purchase a new subscription.",actions:[{label:"Ok",handler:()=>{}}],type:"warning",timeout:0,position:"top-right",icon:"spi-triangle-exclamation"})}}const qM=1,HM="guest",ii={username:HM},Vs=is("auth/user",()=>{const e=pe(null),t=pe(null),n=pe(St.cloneObject(ii)),r=W(()=>`${n.value.first_name} ${n.value.last_name}`),s=W(()=>{var v,_,x,E;return`${(_=(v=n.value.first_name)==null?void 0:v[0])!=null?_:""}${(E=(x=n.value.last_name)==null?void 0:x[0])!=null?E:""}`.toUpperCase()}),i=W(()=>n.value.username!==ii.username),l=W(()=>n.value.username!==ii.username&&n.value.valid_until>new Date().getTime()/1e3),p=W(()=>n.value.language),g=W(()=>{switch(n.value.language){case"de":return"de-DE";case"en":case void 0:return"en-US";default:return Ju(`User language not in Mapping. User: ${n.value.username}, Language: ${n.value.language}`),"en-US"}}),u=W(()=>e.value),a=W(()=>n.value.timespan_days||366),o=W(()=>n.value.history_months),c=W(()=>n.value.username),f=W(()=>n.value.first_name),d=W(()=>n.value.last_name),h=W(()=>n.value.pendingSubscriptions||[]);async function m(v,_,x){var E;if(e.value=_,ge.defaults.headers.common.Authorization="Basic "+_.toAuthString(),b(v),x){const S=rd(),A=new VM(S);v.username!==ii.username&&v.valid_until>new Date().getTime()/1e3?v.validTime<60*60*24*7&&A.notifySoonExpiration(v.valid_until,((E=v==null?void 0:v.pendingSubscriptions)==null?void 0:E.length)>0):A.notifySubscriptionExpired()}}function b(v){n.value=v,t.value=new Date,d0({id:v.user_id})}async function y(){delete ge.defaults.headers.common.Authorization,e.value=null,n.value=St.cloneObject(ii),t.value=null,d0(null)}return{user:n,credentials:e,loggedInDate:t,fullName:r,initials:s,isLoggedIn:i,hasValidSubscription:l,language:p,locale:g,getCredentials:u,maxTimeSpanDays:a,historyMonths:o,username:c,firstName:f,lastName:d,pendingSubscriptions:h,setUserData:m,updateUserData:b,logout:y}},{persist:{storage:localStorage,debug:!0,afterRestore:e=>{e.store.credentials&&(e.store.credentials=new iM(e.store.credentials.username,e.store.credentials.password),ge.defaults.headers.common.Authorization="Basic "+e.store.credentials.toAuthString(),new oM().login(e.store.credentials,!0).then(n=>{n.success&&n.userData!=null?e.store.setUserData(n.userData,e.store.credentials,!0):e.store.$reset()}).catch(()=>{e.store.$reset()}))}},resetCache:{version:qM}}),zM=1,$M=10,WM=is("historyStore",()=>{const e=pe([]),t=[as,Yo,Xi,ad];function n(i){if(!i.name||!t.includes(i.name.toString()))return;const l=e.value.findIndex(p=>p.name===i.name&&JSON.stringify(p.query)===JSON.stringify(i.query));if(l>-1){const p=e.value.splice(l,1)[0];e.value.unshift(p)}else e.value.length>=$M&&e.value.pop(),e.value.unshift(i)}function r(){return s(),e.value.map((l,p)=>{const g=jh(l);return g?{route:l,headlineInfo:g,isCurrentPageAndQuery:p===0}:null}).filter(l=>l!=null)}function s(){const i=e.value.filter(l=>jh(l)!==null);i.length!==e.value.length&&(e.value=i)}return{addHistoryEntry:n,getFilteredHistory:r,visitedPages:e}},{persist:!0,resetCache:{version:zM}});var Vr=ft({name:"QCardSection",props:{tag:{type:String,default:"div"},horizontal:Boolean},setup(e,{slots:t}){const n=W(()=>`q-card__section q-card__section--${e.horizontal===!0?"horiz row no-wrap":"vert"}`);return()=>K(e.tag,{class:n.value},vn(t.default))}}),gA=ft({name:"QCardActions",props:{...aA,vertical:Boolean},setup(e,{slots:t}){const n=oA(e),r=W(()=>`q-card__actions ${n.value} q-card__actions--${e.vertical===!0?"vert column":"horiz row"}`);return()=>K("div",{class:r.value},vn(t.default))}});const KM=[K("circle",{cx:"15",cy:"15",r:"15"},[K("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),K("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})]),K("circle",{cx:"60",cy:"15",r:"9","fill-opacity":".3"},[K("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),K("animate",{attributeName:"fill-opacity",from:".5",to:".5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})]),K("circle",{cx:"105",cy:"15",r:"15"},[K("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),K("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})])];var GM=ft({name:"QSpinnerDots",props:rA,setup(e){const{cSize:t,classes:n}=sA(e);return()=>K("svg",{class:n.value,fill:"currentColor",width:t.value,height:t.value,viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg"},KM)}});const wr={dark:{type:Boolean,default:null}};function Cr(e,t){return W(()=>e.dark===null?t.dark.isActive:e.dark)}const vA={transitionShow:{type:String,default:"fade"},transitionHide:{type:String,default:"fade"},transitionDuration:{type:[String,Number],default:300}};function yA(e,t=()=>{},n=()=>{}){return{transitionProps:W(()=>{const r=`q-transition--${e.transitionShow||t()}`,s=`q-transition--${e.transitionHide||n()}`;return{appear:!0,enterFromClass:`${r}-enter-from`,enterActiveClass:`${r}-enter-active`,enterToClass:`${r}-enter-to`,leaveFromClass:`${s}-leave-from`,leaveActiveClass:`${s}-leave-active`,leaveToClass:`${s}-leave-to`}}),transitionStyle:W(()=>`--q-transition-duration: ${e.transitionDuration}ms`)}}var YM=ft({name:"QInnerLoading",props:{...wr,...vA,showing:Boolean,color:String,size:{type:[String,Number],default:42},label:String,labelClass:String,labelStyle:[String,Array,Object]},setup(e,{slots:t}){const n=je(),r=Cr(e,n.proxy.$q),{transitionProps:s,transitionStyle:i}=yA(e),l=W(()=>"q-inner-loading q--avoid-card-border absolute-full column flex-center"+(r.value===!0?" q-inner-loading--dark":"")),p=W(()=>"q-inner-loading__label"+(e.labelClass!==void 0?` ${e.labelClass}`:""));function g(){const a=[K(Zr,{size:e.size,color:e.color})];return e.label!==void 0&&a.push(K("div",{class:p.value,style:e.labelStyle},[e.label])),a}function u(){return e.showing===!0?K("div",{class:l.value,style:i.value},t.default!==void 0?t.default():g()):null}return()=>K(xr,s.value,u)}}),bA=ft({name:"QCard",props:{...wr,tag:{type:String,default:"div"},square:Boolean,flat:Boolean,bordered:Boolean},setup(e,{slots:t}){const{proxy:{$q:n}}=je(),r=Cr(e,n),s=W(()=>"q-card"+(r.value===!0?" q-card--dark q-dark":"")+(e.bordered===!0?" q-card--bordered":"")+(e.square===!0?" q-card--square no-border-radius":"")+(e.flat===!0?" q-card--flat no-shadow":""));return()=>K(e.tag,{class:s.value},vn(t.default))}});const Za=[];function QM(e){return Za.find(t=>t.contentEl!==null&&t.contentEl.contains(e))}function XM(e,t){do{if(e.$options.name==="QMenu"){if(e.hide(t),e.$props.separateClosePopup===!0)return Qa(e)}else if(e.__qPortal===!0){const n=Qa(e);return n!==void 0&&n.$options.name==="QPopupProxy"?(e.hide(t),n):e}e=Qa(e)}while(e!=null)}function JM(e,t,n){for(;n!==0&&e!==void 0&&e!==null;){if(e.__qPortal===!0){if(n--,e.$options.name==="QMenu"){e=XM(e,t);continue}e.hide(t)}e=Qa(e)}}function Jh(e){if(e===!1)return 0;if(e===!0||e===void 0)return 1;const t=parseInt(e,10);return isNaN(t)?0:t}var ZM=Um({name:"close-popup",beforeMount(e,{value:t}){const n={depth:Jh(t),handler(r){n.depth!==0&&setTimeout(()=>{const s=QM(e);s!==void 0&&JM(s,r,n.depth)})},handlerKey(r){Ps(r,13)===!0&&n.handler(r)}};e.__qclosepopup=n,e.addEventListener("click",n.handler),e.addEventListener("keyup",n.handlerKey)},updated(e,{value:t,oldValue:n}){t!==n&&(e.__qclosepopup.depth=Jh(t))},beforeUnmount(e){const t=e.__qclosepopup;e.removeEventListener("click",t.handler),e.removeEventListener("keyup",t.handlerKey),delete e.__qclosepopup}});function e2(e,t,n){let r;function s(){r!==void 0&&(Rl.remove(r),r=void 0)}return nn(()=>{e.value===!0&&s()}),{removeFromHistory:s,addToHistory(){r={condition:()=>n.value===!0,handler:t},Rl.add(r)}}}function t2(){let e=null;const t=je();function n(){e!==null&&(clearTimeout(e),e=null)}return Io(n),nn(n),{removeTimeout:n,registerTimeout(r,s){n(),uA(t)===!1&&(e=setTimeout(()=>{e=null,r()},s))}}}function n2(){let e;const t=je();function n(){e=void 0}return Io(n),nn(n),{removeTick:n,registerTick(r){e=r,Mt(()=>{e===r&&(uA(t)===!1&&e(),e=void 0)})}}}const r2={modelValue:{type:Boolean,default:null},"onUpdate:modelValue":[Function,Array]},s2=["beforeShow","show","beforeHide","hide"];function i2({showing:e,canShow:t,hideOnRouteChange:n,handleShow:r,handleHide:s,processOnMount:i}){const l=je(),{props:p,emit:g,proxy:u}=l;let a;function o(y){e.value===!0?d(y):c(y)}function c(y){if(p.disable===!0||y!==void 0&&y.qAnchorHandled===!0||t!==void 0&&t(y)!==!0)return;const v=p["onUpdate:modelValue"]!==void 0;v===!0&&(g("update:modelValue",!0),a=y,Mt(()=>{a===y&&(a=void 0)})),(p.modelValue===null||v===!1)&&f(y)}function f(y){e.value!==!0&&(e.value=!0,g("beforeShow",y),r!==void 0?r(y):g("show",y))}function d(y){if(p.disable===!0)return;const v=p["onUpdate:modelValue"]!==void 0;v===!0&&(g("update:modelValue",!1),a=y,Mt(()=>{a===y&&(a=void 0)})),(p.modelValue===null||v===!1)&&h(y)}function h(y){e.value!==!1&&(e.value=!1,g("beforeHide",y),s!==void 0?s(y):g("hide",y))}function m(y){p.disable===!0&&y===!0?p["onUpdate:modelValue"]!==void 0&&g("update:modelValue",!1):y===!0!==e.value&&(y===!0?f:h)(a)}Pe(()=>p.modelValue,m),n!==void 0&&lA(l)===!0&&Pe(()=>u.$route.fullPath,()=>{n.value===!0&&e.value===!0&&d()}),i===!0&&kn(()=>{m(p.modelValue)});const b={show:c,hide:d,toggle:o};return Object.assign(u,b),b}let Wr=[],zi=[];function _A(e){zi=zi.filter(t=>t!==e)}function a2(e){_A(e),zi.push(e)}function Zh(e){_A(e),zi.length===0&&Wr.length!==0&&(Wr[Wr.length-1](),Wr=[])}function Md(e){zi.length===0?e():Wr.push(e)}function o2(e){Wr=Wr.filter(t=>t!==e)}const c2=ft({name:"QPortal",setup(e,{slots:t}){return()=>t.default()}});function l2(e){for(e=e.parent;e!=null;){if(e.type.name==="QGlobalDialog")return!0;if(e.type.name==="QDialog"||e.type.name==="QMenu")return!1;e=e.parent}return!1}function u2(e,t,n,r){const s=pe(!1),i=pe(!1);let l=null;const p={},g=r==="dialog"&&l2(e);function u(o){if(o===!0){Zh(p),i.value=!0;return}i.value=!1,s.value===!1&&(g===!1&&l===null&&(l=Cc(!1,r)),s.value=!0,Za.push(e.proxy),a2(p))}function a(o){if(i.value=!1,o!==!0)return;Zh(p),s.value=!1;const c=Za.indexOf(e.proxy);c!==-1&&Za.splice(c,1),l!==null&&(Bd(l),l=null)}return ko(()=>{a(!0)}),e.proxy.__qPortal=!0,ss(e.proxy,"contentEl",()=>t.value),{showPortal:u,hidePortal:a,portalIsActive:s,portalIsAccessible:i,renderPortal:()=>g===!0?n():s.value===!0?[K(RS,{to:l},K(c2,n))]:void 0}}const d2=[null,document,document.body,document.scrollingElement,document.documentElement];function tL(e,t){let n=vM(t);if(n===void 0){if(e==null)return window;n=e.closest(".scroll,.scroll-y,.overflow-auto")}return d2.includes(n)?window:n}function nL(e){return(e===window?document.body:e).scrollHeight}function xA(e){return e===window?window.pageYOffset||window.scrollY||document.body.scrollTop||0:e.scrollTop}function EA(e){return e===window?window.pageXOffset||window.scrollX||document.body.scrollLeft||0:e.scrollLeft}function AA(e,t,n=0){const r=arguments[3]===void 0?performance.now():arguments[3],s=xA(e);if(n<=0){s!==t&&mu(e,t);return}requestAnimationFrame(i=>{const l=i-r,p=s+(t-s)/Math.max(l,n)*l;mu(e,p),p!==t&&AA(e,t,n-l,i)})}function SA(e,t,n=0){const r=arguments[3]===void 0?performance.now():arguments[3],s=EA(e);if(n<=0){s!==t&&gu(e,t);return}requestAnimationFrame(i=>{const l=i-r,p=s+(t-s)/Math.max(l,n)*l;gu(e,p),p!==t&&SA(e,t,n-l,i)})}function mu(e,t){if(e===window){window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,t);return}e.scrollTop=t}function gu(e,t){if(e===window){window.scrollTo(t,window.pageYOffset||window.scrollY||document.body.scrollTop||0);return}e.scrollLeft=t}function rL(e,t,n){if(n){AA(e,t,n);return}mu(e,t)}function sL(e,t,n){if(n){SA(e,t,n);return}gu(e,t)}let Da;function iL(){if(Da!==void 0)return Da;const e=document.createElement("p"),t=document.createElement("div");pu(e,{width:"100%",height:"200px"}),pu(t,{position:"absolute",top:"0px",left:"0px",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),t.appendChild(e),document.body.appendChild(t);const n=e.offsetWidth;t.style.overflow="scroll";let r=e.offsetWidth;return n===r&&(r=t.clientWidth),t.remove(),Da=n-r,Da}function f2(e,t=!0){return!e||e.nodeType!==Node.ELEMENT_NODE?!1:t?e.scrollHeight>e.clientHeight&&(e.classList.contains("scroll")||e.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(e)["overflow-y"])):e.scrollWidth>e.clientWidth&&(e.classList.contains("scroll")||e.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(e)["overflow-x"]))}let ai=0,al,ol,fi,cl=!1,ep,tp,np,Mr=null;function h2(e){p2(e)&&Kt(e)}function p2(e){if(e.target===document.body||e.target.classList.contains("q-layout__backdrop"))return!0;const t=RO(e),n=e.shiftKey&&!e.deltaX,r=!n&&Math.abs(e.deltaX)<=Math.abs(e.deltaY),s=n||r?e.deltaY:e.deltaX;for(let i=0;i<t.length;i++){const l=t[i];if(f2(l,r))return r?s<0&&l.scrollTop===0?!0:s>0&&l.scrollTop+l.clientHeight===l.scrollHeight:s<0&&l.scrollLeft===0?!0:s>0&&l.scrollLeft+l.clientWidth===l.scrollWidth}return!0}function rp(e){e.target===document&&(document.scrollingElement.scrollTop=document.scrollingElement.scrollTop)}function Ba(e){cl!==!0&&(cl=!0,requestAnimationFrame(()=>{cl=!1;const{height:t}=e.target,{clientHeight:n,scrollTop:r}=document.scrollingElement;(fi===void 0||t!==window.innerHeight)&&(fi=n-t,document.scrollingElement.scrollTop=r),r>fi&&(document.scrollingElement.scrollTop-=Math.ceil((r-fi)/8))}))}function sp(e){const t=document.body,n=window.visualViewport!==void 0;if(e==="add"){const{overflowY:r,overflowX:s}=window.getComputedStyle(t);al=EA(window),ol=xA(window),ep=t.style.left,tp=t.style.top,np=window.location.href,t.style.left=`-${al}px`,t.style.top=`-${ol}px`,s!=="hidden"&&(s==="scroll"||t.scrollWidth>window.innerWidth)&&t.classList.add("q-body--force-scrollbar-x"),r!=="hidden"&&(r==="scroll"||t.scrollHeight>window.innerHeight)&&t.classList.add("q-body--force-scrollbar-y"),t.classList.add("q-body--prevent-scroll"),document.qScrollPrevented=!0,ut.is.ios===!0&&(n===!0?(window.scrollTo(0,0),window.visualViewport.addEventListener("resize",Ba,It.passiveCapture),window.visualViewport.addEventListener("scroll",Ba,It.passiveCapture),window.scrollTo(0,0)):window.addEventListener("scroll",rp,It.passiveCapture))}ut.is.desktop===!0&&ut.is.mac===!0&&window[`${e}EventListener`]("wheel",h2,It.notPassive),e==="remove"&&(ut.is.ios===!0&&(n===!0?(window.visualViewport.removeEventListener("resize",Ba,It.passiveCapture),window.visualViewport.removeEventListener("scroll",Ba,It.passiveCapture)):window.removeEventListener("scroll",rp,It.passiveCapture)),t.classList.remove("q-body--prevent-scroll"),t.classList.remove("q-body--force-scrollbar-x"),t.classList.remove("q-body--force-scrollbar-y"),document.qScrollPrevented=!1,t.style.left=ep,t.style.top=tp,window.location.href===np&&window.scrollTo(al,ol),fi=void 0)}function vu(e){let t="add";if(e===!0){if(ai++,Mr!==null){clearTimeout(Mr),Mr=null;return}if(ai>1)return}else{if(ai===0||(ai--,ai>0))return;if(t="remove",ut.is.ios===!0&&ut.is.nativeMobile===!0){Mr!==null&&clearTimeout(Mr),Mr=setTimeout(()=>{sp(t),Mr=null},100);return}}sp(t)}function m2(){let e;return{preventBodyScroll(t){t!==e&&(e!==void 0||t===!0)&&(e=t,vu(t))}}}const Qr=[];let ks;function g2(e){ks=e.keyCode===27}function v2(){ks===!0&&(ks=!1)}function y2(e){ks===!0&&(ks=!1,Ps(e,27)===!0&&Qr[Qr.length-1](e))}function OA(e){window[e]("keydown",g2),window[e]("blur",v2),window[e]("keyup",y2),ks=!1}function b2(e){ut.is.desktop===!0&&(Qr.push(e),Qr.length===1&&OA("addEventListener"))}function ip(e){const t=Qr.indexOf(e);t!==-1&&(Qr.splice(t,1),Qr.length===0&&OA("removeEventListener"))}const Xr=[];function TA(e){Xr[Xr.length-1](e)}function _2(e){ut.is.desktop===!0&&(Xr.push(e),Xr.length===1&&document.body.addEventListener("focusin",TA))}function ap(e){const t=Xr.indexOf(e);t!==-1&&(Xr.splice(t,1),Xr.length===0&&document.body.removeEventListener("focusin",TA))}let Ia=0;const x2={standard:"fixed-full flex-center",top:"fixed-top justify-center",bottom:"fixed-bottom justify-center",right:"fixed-right items-center",left:"fixed-left items-center"},op={standard:["scale","scale"],top:["slide-down","slide-up"],bottom:["slide-up","slide-down"],right:["slide-left","slide-right"],left:["slide-right","slide-left"]};var PA=ft({name:"QDialog",inheritAttrs:!1,props:{...r2,...vA,transitionShow:String,transitionHide:String,persistent:Boolean,autoClose:Boolean,allowFocusOutside:Boolean,noEscDismiss:Boolean,noBackdropDismiss:Boolean,noRouteDismiss:Boolean,noRefocus:Boolean,noFocus:Boolean,noShake:Boolean,seamless:Boolean,maximized:Boolean,fullWidth:Boolean,fullHeight:Boolean,square:Boolean,backdropFilter:String,position:{type:String,default:"standard",validator:e=>e==="standard"||["top","bottom","left","right"].includes(e)}},emits:[...s2,"shake","click","escapeKey"],setup(e,{slots:t,emit:n,attrs:r}){const s=je(),i=pe(null),l=pe(!1),p=pe(!1);let g=null,u=null,a,o;const c=W(()=>e.persistent!==!0&&e.noRouteDismiss!==!0&&e.seamless!==!0),{preventBodyScroll:f}=m2(),{registerTimeout:d}=t2(),{registerTick:h,removeTick:m}=n2(),{transitionProps:b,transitionStyle:y}=yA(e,()=>op[e.position][0],()=>op[e.position][1]),v=W(()=>y.value+(e.backdropFilter!==void 0?`;backdrop-filter:${e.backdropFilter};-webkit-backdrop-filter:${e.backdropFilter}`:"")),{showPortal:_,hidePortal:x,portalIsAccessible:E,renderPortal:S}=u2(s,i,ye,"dialog"),{hide:A}=i2({showing:l,hideOnRouteChange:c,handleShow:j,handleHide:q,processOnMount:!0}),{addToHistory:O,removeFromHistory:T}=e2(l,A,c),w=W(()=>`q-dialog__inner flex no-pointer-events q-dialog__inner--${e.maximized===!0?"maximized":"minimized"} q-dialog__inner--${e.position} ${x2[e.position]}`+(p.value===!0?" q-dialog__inner--animating":"")+(e.fullWidth===!0?" q-dialog__inner--fullwidth":"")+(e.fullHeight===!0?" q-dialog__inner--fullheight":"")+(e.square===!0?" q-dialog__inner--square":"")),P=W(()=>l.value===!0&&e.seamless!==!0),M=W(()=>e.autoClose===!0?{onClick:N}:{}),k=W(()=>[`q-dialog fullscreen no-pointer-events q-dialog--${P.value===!0?"modal":"seamless"}`,r.class]);Pe(()=>e.maximized,ie=>{l.value===!0&&H(ie)}),Pe(P,ie=>{f(ie),ie===!0?(_2(Q),b2(de)):(ap(Q),ip(de))});function j(ie){O(),u=e.noRefocus===!1&&document.activeElement!==null?document.activeElement:null,H(e.maximized),_(),p.value=!0,e.noFocus!==!0?(document.activeElement!==null&&document.activeElement.blur(),h(U)):m(),d(()=>{if(s.proxy.$q.platform.is.ios===!0){if(e.seamless!==!0&&document.activeElement){const{top:z,bottom:Z}=document.activeElement.getBoundingClientRect(),{innerHeight:ce}=window,he=window.visualViewport!==void 0?window.visualViewport.height:ce;z>0&&Z>he/2&&(document.scrollingElement.scrollTop=Math.min(document.scrollingElement.scrollHeight-he,Z>=ce?1/0:Math.ceil(document.scrollingElement.scrollTop+Z-he/2))),document.activeElement.scrollIntoView()}o=!0,i.value.click(),o=!1}_(!0),p.value=!1,n("show",ie)},e.transitionDuration)}function q(ie){m(),T(),se(!0),p.value=!0,x(),u!==null&&(((ie&&ie.type.indexOf("key")===0?u.closest('[tabindex]:not([tabindex^="-"])'):void 0)||u).focus(),u=null),d(()=>{x(!0),p.value=!1,n("hide",ie)},e.transitionDuration)}function U(ie){Md(()=>{let z=i.value;if(z!==null){if(ie!==void 0){const Z=z.querySelector(ie);if(Z!==null){Z.focus({preventScroll:!0});return}}z.contains(document.activeElement)!==!0&&(z=z.querySelector("[autofocus][tabindex], [data-autofocus][tabindex]")||z.querySelector("[autofocus] [tabindex], [data-autofocus] [tabindex]")||z.querySelector("[autofocus], [data-autofocus]")||z,z.focus({preventScroll:!0}))}})}function G(ie){ie&&typeof ie.focus=="function"?ie.focus({preventScroll:!0}):U(),n("shake");const z=i.value;z!==null&&(z.classList.remove("q-animate--scale"),z.classList.add("q-animate--scale"),g!==null&&clearTimeout(g),g=setTimeout(()=>{g=null,i.value!==null&&(z.classList.remove("q-animate--scale"),U())},170))}function de(){e.seamless!==!0&&(e.persistent===!0||e.noEscDismiss===!0?e.maximized!==!0&&e.noShake!==!0&&G():(n("escapeKey"),A()))}function se(ie){g!==null&&(clearTimeout(g),g=null),(ie===!0||l.value===!0)&&(H(!1),e.seamless!==!0&&(f(!1),ap(Q),ip(de))),ie!==!0&&(u=null)}function H(ie){ie===!0?a!==!0&&(Ia<1&&document.body.classList.add("q-body--dialog"),Ia++,a=!0):a===!0&&(Ia<2&&document.body.classList.remove("q-body--dialog"),Ia--,a=!1)}function N(ie){o!==!0&&(A(ie),n("click",ie))}function V(ie){e.persistent!==!0&&e.noBackdropDismiss!==!0?A(ie):e.noShake!==!0&&G()}function Q(ie){e.allowFocusOutside!==!0&&E.value===!0&&yM(i.value,ie.target)!==!0&&U('[tabindex]:not([tabindex="-1"])')}Object.assign(s.proxy,{focus:U,shake:G,__updateRefocusTarget(ie){u=ie||null}}),nn(se);function ye(){return K("div",{role:"dialog","aria-modal":P.value===!0?"true":"false",...r,class:k.value},[K(xr,{name:"q-transition--fade",appear:!0},()=>P.value===!0?K("div",{class:"q-dialog__backdrop fixed-full",style:v.value,"aria-hidden":"true",tabindex:-1,onClick:V}):null),K(xr,b.value,()=>l.value===!0?K("div",{ref:i,class:w.value,style:y.value,tabindex:-1,...M.value},vn(t.default)):null)])}return S}});const E2=()=>!0;function A2(e){const t={};return e.forEach(n=>{t[n]=E2}),t}function Eo(){const{emit:e,proxy:t}=je(),n=pe(null);function r(){n.value.show()}function s(){n.value.hide()}function i(p){e("ok",p),s()}function l(){e("hide")}return Object.assign(t,{show:r,hide:s}),{dialogRef:n,onDialogHide:l,onDialogOK:i,onDialogCancel:s}}const wA=["ok","hide"];Eo.emits=wA;Eo.emitsObject=A2(wA);const S2={class:"q-mt-md"},O2=Sr({__name:"ConfirmDialogComponent",props:{text:{type:String,required:!0},acceptFunction:{type:Function,required:!1,default:void 0},icon:{type:String,required:!1,default:void 0},acceptText:{type:String,required:!1,default:"Remove"},declineText:{type:String,required:!1,default:"Cancel"},additionalInfo:{type:String,required:!1,default:void 0}},emits:[...Eo.emits],setup(e){const{dialogRef:t,onDialogHide:n,onDialogOK:r,onDialogCancel:s}=Eo(),i=e,l=pe(!1);async function p(){l.value=!0,i.acceptFunction&&await i.acceptFunction(),l.value=!1,r()}return(g,u)=>(Es(),As(Fn(PA),{ref_key:"dialogRef",ref:t,class:"col-8",onHide:Fn(n),square:""},{default:Lr(()=>[$e(bA,null,{default:Lr(()=>[$e(Vr,{class:"row content-center justify-center"},{default:Lr(()=>[e.icon?(Es(),As(Mn,{key:0,class:"self-center",name:e.icon,color:"primary","text-color":"white",size:"md"},null,8,["name"])):Bf("",!0),zu("span",S2,df(e.text),1)]),_:1}),e.additionalInfo!==void 0?(Es(),As(Vr,{key:0,class:"text-bold"},{default:Lr(()=>[Pm(df(e.additionalInfo),1)]),_:1})):Bf("",!0),$e(gA,{align:"right"},{default:Lr(()=>[$e(Hi,{class:"col-grow",label:e.acceptText,color:"primary",onClick:p,square:"",unelevated:""},null,8,["label"]),Nu($e(Hi,{label:e.declineText,color:"secondary",onClick:Fn(s),square:"",unelevated:""},null,8,["label","onClick"]),[[ZM]])]),_:1}),$e(YM,{showing:l.value},{default:Lr(()=>[$e(GM,{color:"primary",size:"3em"})]),_:1},8,["showing"])]),_:1})]),_:1},8,["onHide"]))}});function aL(e,t){const n=Ym(),{t:r}=ea();return Nt.formatDate(e,"YYYY-MM-DD")===Nt.formatDate(t,"YYYY-MM-DD")&&Nt.formatDate(e,"HHmmss")==="000000"&&Nt.formatDate(t,"HHmmss")==="235959"?Nt.formatDate(new Date,"YYYY-MM-DD")===Nt.formatDate(e,"YYYY-MM-DD")?r("today"):new Intl.DateTimeFormat(n.lang.isoName,{dateStyle:"short"}).format(e):Nt.formatDate(new Date,"YYYY-MM-DD")===Nt.formatDate(t,"YYYY-MM-DD")?Nt.formatDate(Nt.addToDate(new Date,{days:-1}),"YYYY-MM-DD")===Nt.formatDate(e,"YYYY-MM-DD")?"yesterday "+new Intl.DateTimeFormat(n.lang.isoName,{timeStyle:"short"}).format(t)+" -  today "+new Intl.DateTimeFormat(n.lang.isoName,{timeStyle:"short"}).format(e):new Intl.DateTimeFormat(n.lang.isoName,{dateStyle:"short",timeStyle:"short"}).format(t)+" -  today "+new Intl.DateTimeFormat(n.lang.isoName,{timeStyle:"short"}).format(e):new Intl.DateTimeFormat(n.lang.isoName,{dateStyle:"short",timeStyle:"short"}).format(e)+" - "+new Intl.DateTimeFormat(n.lang.isoName,{dateStyle:"short",timeStyle:"short"}).format(t)}function ll(e){const t=YR(new Date);return{startDate:jr(t,e.duration),endDate:t}}function jr(e,t){const n=HR(Y0(e,t),{days:1});return t.days||t.weeks||t.months||t.years?Ql(n):t.hours!==void 0?(e=new Date,Y0(e,t)):n}function Hn(e){return typeof e=="object"&&"duration"in e}const ms=[{name:"Real time",duration:{hours:24}},{name:"Last 24 hours",duration:{hours:24}},{name:"Last 3 days",duration:{days:3}},{name:"Last 7 days",duration:{days:7}},{name:"Last 30 days",duration:{days:30}},{name:"Last 90 days",duration:{days:90}},{name:"Last 6 months",duration:{months:6}},{name:"Last 1 year",duration:{years:1}}],ul=ms[2],T2=is("timeRange",()=>{const e=rd(),t=new F2,n=pe(ul);Pe(()=>{var m,b,y;return[(m=e.currentRoute.value.query)==null?void 0:m.relativeTimeRange,(b=e.currentRoute.value.query)==null?void 0:b.startDate,(y=e.currentRoute.value.query)==null?void 0:y.endDate]},(m,b)=>{var y,v,_,x,E,S;if(St.compareObjects(m,b!=null?b:{})!==0){if((y=e.currentRoute.value.query)!=null&&y.relativeTimeRange){const A=c((v=e.currentRoute.value.query)==null?void 0:v.relativeTimeRange);n.value=A!==-1?ms[A]:ul;return}else if(((_=e.currentRoute.value.query)==null?void 0:_.startDate)&&((x=e.currentRoute.value.query)==null?void 0:x.endDate)){const A=new Date(parseInt((E=e.currentRoute.value.query)==null?void 0:E.startDate)),O=new Date(parseInt((S=e.currentRoute.value.query)==null?void 0:S.endDate));if(!isNaN(A.getTime())&&!isNaN(O.getTime())){n.value={startDate:A,endDate:O};return}}n.value=ul}},{immediate:!0,deep:!0});const r=W(()=>Hn(n.value)?void 0:n.value),s=W(()=>Hn(n.value)?n.value:void 0);function i(){return Hn(n.value)?ll(n.value).startDate:n.value.startDate}function l(){return Hn(n.value)?ll(n.value).endDate:n.value.endDate}function p(){const m=n.value;if(Hn(m)){const _=ms.findIndex(S=>S.name===m.name),x=ms.at(_+1)||m,E=ll(x).startDate;return t.isTimeRangePermittedByHistoryMonths(E)?E:t.getEarliestPermittedStartDateByHistoryMonths()}const b=m.startDate.getTime(),y=m.endDate.getTime(),v=new Date(b-(y-b));return t.isTimeRangePermittedByHistoryMonths(v)?v:t.getEarliestPermittedStartDateByHistoryMonths()}async function g(m){await Nh(e,{relativeTimeRange:m.name,startDate:null,endDate:null},"#")}async function u(m){await Nh(e,{startDate:m.startDate.getTime().toString(),endDate:m.endDate.getTime().toString(),relativeTimeRange:null},"#")}function a(m){return(m.getTime()/1e3).toFixed(3)}function o(){return""}function c(m){return ms.findIndex(b=>b.name===m)}function f(){return Hn(n.value)}function d(){var m;return f()&&((m=n.value)==null?void 0:m.name)==="Real time"}function h(){const m=n.value;if(Hn(m))return m.name;if(!m.startDate)return"-";const b=Nt.formatDate(m.startDate,"YYYY-MM-DD"),y=(m.endDate.getTime()-m.startDate.getTime())/1e3;let v,_;return y<3600?(v=Math.round(y/60),_="m"):y<22*3600?(v=Math.round(y/3600),_="h"):y<28*24*3600?(v=Math.round(y/(24*3600)),_="d"):(v=Math.round(y/(30*24*3600)),_="M"),b+" +"+v+_}return{selectedTimeRange:n,selectedAbsoluteTimeRange:r,selectedRelativeTimeRange:s,getSelectionLabel:h,getPeriod:o,getApiTimestamp:a,isRelativeTimeRangeSelected:f,isRealtimeSelected:d,setAbsoluteTimeRange:u,setRelativeTimeRange:g,getCurrentEndDate:l,getCurrentStartDate:i,getCurrentExtendedStartDate:p,getRelativeTimeRangeOptionIndexByName:c,relativeTimeRangeOptions:ms}});class oL{constructor(t,n,r){Ee(this,"RANGE_LIMIT_FOR_CONFIRMATION",31);Ee(this,"openDialog");Ee(this,"timeRangeStore",T2());Ee(this,"componentIdentifier");Ee(this,"locale");Ee(this,"compactNumberFormatter");this.componentIdentifier=t,this.openDialog=n,this.locale=r!=null?r:"en-US",this.compactNumberFormatter=new Intl.NumberFormat(this.locale,{notation:"compact"})}setTimeSelection(t,n=void 0){if(this.showConfirmationDialog(t)){const r=n==null?void 0:n();this.openConfirmDialog(t,r);return}this.setTimeSelectionInStore(t)}showConfirmationDialog(t){return Hn(t)?yu(t.duration)>this.RANGE_LIMIT_FOR_CONFIRMATION:Si(t.endDate,t.startDate)>this.RANGE_LIMIT_FOR_CONFIRMATION}openConfirmDialog(t,n){this.openDialog({component:O2,componentProps:{text:Ye.global.t("TimeRangeSelectionService.confirm.text"),acceptText:Ye.global.t("TimeRangeSelectionService.confirm.continueButton"),additionalInfo:n!==void 0?Ye.global.t("TimeRangeSelectionService.confirm.additionalInfo",{messageCount:this.compactNumberFormatter.format(n)}):void 0,icon:"spi-clock",acceptFunction:()=>this.setTimeSelectionInStore(t)}})}setTimeSelectionInStore(t){if(Hn(t))return this.setRelativeTimeRangeInStore(t);this.setAbsoluteTimeRangeInStore(t)}setRelativeTimeRangeInStore(t){this.timeRangeStore.setRelativeTimeRange(t);const n=365*(t.duration.years||0)+31*(t.duration.months||0)+(t.duration.days||0)>0?365*(t.duration.years||0)+31*(t.duration.months||0)+(t.duration.days||0)+" days":(t.duration.hours||0)+" hours";qi(En.SELECT_TIME_RANGE,this.componentIdentifier,{timeSpan:t.name,duration:n})}setAbsoluteTimeRangeInStore(t){this.timeRangeStore.setAbsoluteTimeRange(t);const n=Si(t.endDate,t.startDate)>0?Si(t.endDate,t.startDate)+" days":GR(t.endDate,t.startDate)+" hours";qi(En.SELECT_TIME_RANGE,this.componentIdentifier,{timeSpan:t.startDate.toISOString()+" - "+t.endDate.toISOString(),duration:n})}}function yu(e){return 365*(e.years||0)+31*(e.months||0)+(e.days||0)+Math.sign((e.hours||0)+(e.minutes||0)+(e.seconds||0))}var kd=(e=>(e.TRIAL_USER="trial",e.BASIC_USER="basic",e.PREMIUM_USER="premium",e.PLATINUM_USER="platinum",e.PROFESSIONAL_USER="professional",e))(kd||{});const bu={historyMonths:1,maxRelativeTimeRangeDays:7,aiTextgen:!1,downloadPermitted:!1,maxWatchlistAuthors:4,maxWatchlistViews:5,subscriptionType:"trial",messageType:!0,messageLanguage:!0,authorType:!0,messageAsset:!0,messageKeyEvent:!0,source:!0,displayLists:!0,displayKeyEvents:!0,displayAuthors:!0},P2={historyMonths:1,maxRelativeTimeRangeDays:3,aiTextgen:!1,downloadPermitted:!1,maxWatchlistAuthors:5,maxWatchlistViews:5,subscriptionType:"basic",messageType:!1,messageLanguage:!1,authorType:!1,messageAsset:!1,messageKeyEvent:!1,source:!1,displayLists:!1,displayKeyEvents:!1,displayAuthors:!1},w2={historyMonths:12,maxRelativeTimeRangeDays:30,aiTextgen:!1,downloadPermitted:!1,maxWatchlistAuthors:15,maxWatchlistViews:15,subscriptionType:"premium",messageType:!0,messageLanguage:!0,authorType:!0,messageAsset:!0,messageKeyEvent:!1,source:!0,displayLists:!0,displayKeyEvents:!0,displayAuthors:!1},C2={historyMonths:12*3,maxRelativeTimeRangeDays:90,aiTextgen:!0,downloadPermitted:!0,maxWatchlistAuthors:25,maxWatchlistViews:25,subscriptionType:"platinum",messageType:!0,messageLanguage:!0,authorType:!0,messageAsset:!0,messageKeyEvent:!0,source:!0,displayLists:!0,displayKeyEvents:!0,displayAuthors:!0},R2={historyMonths:12*5,maxRelativeTimeRangeDays:365,aiTextgen:!0,downloadPermitted:!0,maxWatchlistAuthors:50,maxWatchlistViews:50,subscriptionType:"professional",messageType:!0,messageLanguage:!0,authorType:!0,messageAsset:!0,messageKeyEvent:!0,source:!0,displayLists:!0,displayKeyEvents:!0,displayAuthors:!0},qs=new Map;qs.set("trial",bu);qs.set("basic",P2);qs.set("premium",w2);qs.set("platinum",C2);qs.set("professional",R2);const cp=new Date(2012,0,1,0,0,0);class F2{constructor(){Ee(this,"TIME_SPAN_DAYS_LIMIT",366);Ee(this,"userData");Ee(this,"effectivePermissions");const{user:t}=ws(Vs());this.userData=t,this.effectivePermissions=this.calculateEffectivePermissions()}getFirstDay(){const t=jr(new Date,{days:30*this.effectivePermissions.historyMonths});return QR(t,cp)?t:cp}getMaxRelativeTimeRangeDays(){return this.effectivePermissions.maxRelativeTimeRangeDays}isTimeRangePermittedByTimeSpanDays(t,n){return Si(n,t)<this.getMaxRelativeTimeRangeDays()}isTimeRangePermittedByHistoryMonths(t){return Si(new Date,t)<31*this.effectivePermissions.historyMonths}getEarliestPermittedStartDateByTimeSpanDays(t){return jr(t,{days:this.getMaxRelativeTimeRangeDays()})}getEarliestPermittedStartDateByHistoryMonths(){return jr(new Date,{days:30*this.effectivePermissions.historyMonths})}getRelativeTimeRangeDays(t){return Math.min(t,this.getMaxRelativeTimeRangeDays())}getPermittedStartDateByTimeSpanDays(t,n){const r=jr(t,n);return this.isTimeRangePermittedByTimeSpanDays(r,t)?r:this.getEarliestPermittedStartDateByTimeSpanDays(t)}getPermittedStartDateByHistoryMonths(t){const n=jr(new Date,t);return this.isTimeRangePermittedByHistoryMonths(n)?n:this.getEarliestPermittedStartDateByHistoryMonths()}calculatePermittedStartDateByHistoryMonths(t,n){const r=jr(t,n);return this.isTimeRangePermittedByHistoryMonths(r)?r:this.getEarliestPermittedStartDateByHistoryMonths()}isRelativeTimeRangePermitted(t){return this.isDurationPermittedByTimeSpanDays(t.duration)}isDurationPermittedByTimeSpanDays(t){const n=yu(t),r=31*this.effectivePermissions.historyMonths;return n<=this.getMaxRelativeTimeRangeDays()&&n<=r}isDurationPermittedByHistoryMonths(t){return yu(t)<=31*this.effectivePermissions.historyMonths}isDownloadPermitted(){return this.effectivePermissions.downloadPermitted}isAiTextgenPermitted(){return this.effectivePermissions.aiTextgen}isMaxWatchlistAuthorsReached(t){return t>=this.effectivePermissions.maxWatchlistAuthors}getMaxWatchlistAuthors(){return this.effectivePermissions.maxWatchlistAuthors}getMaxWatchlistViews(){return this.effectivePermissions.maxWatchlistViews}isMaxWatchlistViewsReached(t){return t>=this.effectivePermissions.maxWatchlistViews}getDefaultPermissions(t){return this.isValidSubscriptionType(t)&&qs.get(t)||bu}hasRequiredFeatures(t){return t.every(n=>this.effectivePermissions[n])}hasRequiredTimespan(t){return t.duration?this.isDurationPermittedByTimeSpanDays(t.duration):t.relativeTimeRange?this.isRelativeTimeRangePermitted(t.relativeTimeRange):t.start&&!t.end&&!t.duration?this.isTimeRangePermittedByHistoryMonths(t.start):t.start&&t.end?this.isTimeRangePermittedByTimeSpanDays(t.start,t.end):!1}fulfillsRequirements(t){var n,r,s;if(t.isAlwaysForbidden||t.requiredFeatures&&!this.hasRequiredFeatures(t.requiredFeatures)||t.requiredTimeSpan&&!this.hasRequiredTimespan(t.requiredTimeSpan)||t.requiredHistoryMonth&&!this.hasRequiredHistoryMonth(t.requiredHistoryMonth))return!1;if(t.morningBriefingsHasCapacity){const i=this.userData.value.max_subscriptions,l=(s=(r=(n=this.userData.value.nl)==null?void 0:n.morning_briefings)==null?void 0:r.length)!=null?s:0;return i>l}if(t.watchlistHasViewCapacity||t.watchlistHasAuthorCapacity){const i=WE();if(t.watchlistHasViewCapacity)return!this.isMaxWatchlistViewsReached(i.views.length);if(t.watchlistHasAuthorCapacity)return!this.isMaxWatchlistAuthorsReached(i.authors.length)}return!0}hasRequiredHistoryMonth(t){return this.isDurationPermittedByHistoryMonths(t.duration)}calculateEffectivePermissions(){var n,r,s,i,l,p,g,u,a,o,c,f,d,h,m,b;const t=this.getDefaultPermissions(this.userData.value.subscription_type);return{...t,aiTextgen:t.aiTextgen||this.userData.value.ai_textgen>0,historyMonths:Math.max(t.historyMonths,this.userData.value.history_months),maxRelativeTimeRangeDays:Math.max(t.maxRelativeTimeRangeDays,this.userData.value.timespan_days||this.TIME_SPAN_DAYS_LIMIT),downloadPermitted:this.userData.value.subscription_type!=="trial",maxWatchlistViews:this.userData.value.subscription_type!=="trial"?100:t.maxWatchlistViews,maxWatchlistAuthors:this.userData.value.subscription_type!=="trial"?100:t.maxWatchlistAuthors,messageType:(r=(n=this.userData.value)==null?void 0:n.ui_features)==null?void 0:r.filters.includes("type"),messageLanguage:(i=(s=this.userData.value)==null?void 0:s.ui_features)==null?void 0:i.filters.includes("language"),authorType:!1,messageAsset:(p=(l=this.userData.value)==null?void 0:l.ui_features)==null?void 0:p.filters.includes("title"),messageKeyEvent:(u=(g=this.userData.value)==null?void 0:g.ui_features)==null?void 0:u.filters.includes("key_event"),source:(o=(a=this.userData.value)==null?void 0:a.ui_features)==null?void 0:o.filters.includes("source"),displayLists:(f=(c=this.userData.value)==null?void 0:c.ui_features)==null?void 0:f.views.includes("list"),displayKeyEvents:(h=(d=this.userData.value)==null?void 0:d.ui_features)==null?void 0:h.views.includes("key_event"),displayAuthors:(b=(m=this.userData.value)==null?void 0:m.ui_features)==null?void 0:b.views.includes("author")}}isValidSubscriptionType(t){return t in kd}}var dl=function(){const t=gw({scrollBehavior:()=>new Promise(n=>{n({left:0,top:0,behavior:"smooth"})}),routes:Tw,history:$P("/")});return t.beforeEach(async(n,r)=>{Object.defineProperty(document,"referrer",{configurable:!0,value:r.fullPath?window.location.origin+r.fullPath:""})}),t.beforeEach(async(n,r,s)=>{const i=Vs();i.isLoggedIn&&!i.hasValidSubscription&&Vl(String(n.name))?s({name:Go}):Vl(String(n.name))&&!i.isLoggedIn?s({name:Ai,query:{redirect:n.fullPath}}):i.isLoggedIn&&[id,Ai].includes(String(n.name))?s({name:Ul}):i.isLoggedIn&&i.user.subscription_type!==kd.TRIAL_USER&&String(n.name)===sd?s({name:Ul}):s()}),t.afterEach((n,r,s)=>{ln(s)||n.name&&WM().addHistoryEntry(n)}),t.afterEach((n,r,s)=>{s&&!ln(s)&&console.error("Router navigation failure",s)}),t.beforeEach((n,r)=>{r.name!==Ai&&r.name!==n.name&&Oi.cancelRequests(gv.ChangePage)}),t.afterEach(async n=>{if(Bi.within.iframe){const r="*";window.parent.postMessage({type:"navigation",data:{to:n.fullPath}},r)}}),t};async function D2(e,t){const n=e(aP);n.use(GO,t);const r=typeof qa=="function"?await qa({}):qa,{storeKey:s}=await Oe(()=>Promise.resolve().then(function(){return pP}),void 0),i=rs(typeof dl=="function"?await dl({store:r}):dl);return r.$router=i,{app:n,store:r,storeKey:s,router:i}}let ds,fl,lp=0,kr=null,pt={},Kr={};const CA={group:"__default_quasar_group__",delay:0,message:!1,html:!1,spinnerSize:80,spinnerColor:"",messageColor:"",backgroundColor:"",boxClass:"",spinner:Zr,customClass:""},RA={...CA};function B2(e){if(e&&e.group!==void 0&&Kr[e.group]!==void 0)return Object.assign(Kr[e.group],e);const t=Qt(e)===!0&&e.ignoreDefaults===!0?{...CA,...e}:{...RA,...e};return Kr[t.group]=t,t}const cn=Yi({isActive:!1},{show(e){pt=B2(e);const{group:t}=pt;return cn.isActive=!0,ds!==void 0?(pt.uid=lp,fl.$forceUpdate()):(pt.uid=++lp,kr!==null&&clearTimeout(kr),kr=setTimeout(()=>{kr=null;const n=Cc("q-loading");ds=Wu({name:"QLoading",setup(){kn(()=>{vu(!0)});function r(){cn.isActive!==!0&&ds!==void 0&&(vu(!1),ds.unmount(n),Bd(n),ds=void 0,fl=void 0)}function s(){if(cn.isActive!==!0)return null;const i=[K(pt.spinner,{class:"q-loading__spinner",color:pt.spinnerColor,size:pt.spinnerSize})];return pt.message&&i.push(K("div",{class:"q-loading__message"+(pt.messageColor?` text-${pt.messageColor}`:""),[pt.html===!0?"innerHTML":"textContent"]:pt.message})),K("div",{class:"q-loading fullscreen flex flex-center z-max "+pt.customClass.trim(),key:pt.uid},[K("div",{class:"q-loading__backdrop"+(pt.backgroundColor?` bg-${pt.backgroundColor}`:"")}),K("div",{class:"q-loading__box column items-center "+pt.boxClass},i)])}return()=>K(xr,{name:"q-transition--fade",appear:!0,onAfterLeave:r},s)}},cn.__parentApp),fl=ds.mount(n)},pt.delay)),n=>{if(n===void 0||Object(n)!==n){cn.hide(t);return}cn.show({...n,group:t})}},hide(e){if(cn.isActive===!0){if(e===void 0)Kr={};else{if(Kr[e]===void 0)return;{delete Kr[e];const t=Object.keys(Kr);if(t.length!==0){const n=t[t.length-1];cn.show({group:n});return}}}kr!==null&&(clearTimeout(kr),kr=null),cn.isActive=!1}},setDefaults(e){Qt(e)===!0&&Object.assign(RA,e)},install({$q:e,parentApp:t}){e.loading=this,cn.__parentApp=t,e.config.loading!==void 0&&this.setDefaults(e.config.loading)}}),I2={true:"inset",item:"item-inset","item-thumbnail":"item-thumbnail-inset"},hl={xs:2,sm:4,md:8,lg:16,xl:24};var up=ft({name:"QSeparator",props:{...wr,spaced:[Boolean,String],inset:[Boolean,String],vertical:Boolean,color:String,size:String},setup(e){const t=je(),n=Cr(e,t.proxy.$q),r=W(()=>e.vertical===!0?"vertical":"horizontal"),s=W(()=>` q-separator--${r.value}`),i=W(()=>e.inset!==!1?`${s.value}-${I2[e.inset]}`:""),l=W(()=>`q-separator${s.value}${i.value}`+(e.color!==void 0?` bg-${e.color}`:"")+(n.value===!0?" q-separator--dark":"")),p=W(()=>{const g={};if(e.size!==void 0&&(g[e.vertical===!0?"width":"height"]=e.size),e.spaced!==!1){const u=e.spaced===!0?`${hl.md}px`:e.spaced in hl?`${hl[e.spaced]}px`:e.spaced,a=e.vertical===!0?["Left","Right"]:["Top","Bottom"];g[`margin${a[0]}`]=g[`margin${a[1]}`]=u}return g});return()=>K("hr",{class:l.value,style:p.value,"aria-orientation":r.value})}});let pl,Ma=0;const bt=new Array(256);for(let e=0;e<256;e++)bt[e]=(e+256).toString(16).substring(1);const M2=(()=>{const e=typeof crypto!="undefined"?crypto:typeof window!="undefined"?window.crypto||window.msCrypto:void 0;if(e!==void 0){if(e.randomBytes!==void 0)return e.randomBytes;if(e.getRandomValues!==void 0)return t=>{const n=new Uint8Array(t);return e.getRandomValues(n),n}}return t=>{const n=[];for(let r=t;r>0;r--)n.push(Math.floor(Math.random()*256));return n}})(),dp=4096;function _u(){(pl===void 0||Ma+16>dp)&&(Ma=0,pl=M2(dp));const e=Array.prototype.slice.call(pl,Ma,Ma+=16);return e[6]=e[6]&15|64,e[8]=e[8]&63|128,bt[e[0]]+bt[e[1]]+bt[e[2]]+bt[e[3]]+"-"+bt[e[4]]+bt[e[5]]+"-"+bt[e[6]]+bt[e[7]]+"-"+bt[e[8]]+bt[e[9]]+"-"+bt[e[10]]+bt[e[11]]+bt[e[12]]+bt[e[13]]+bt[e[14]]+bt[e[15]]}function k2(e){return e==null?null:e}function fp(e,t){return e==null?t===!0?`f_${_u()}`:null:e}function L2({getValue:e,required:t=!0}={}){if(Qn.value===!0){const n=pe(e!==void 0?k2(e()):null);return t===!0&&n.value===null&&kn(()=>{n.value=`f_${_u()}`}),e!==void 0&&Pe(e,r=>{n.value=fp(r,t)}),n}return e!==void 0?W(()=>fp(e(),t)):pe(`f_${_u()}`)}const hp=/^on[A-Z]/;function N2(){const{attrs:e,vnode:t}=je(),n={listeners:pe({}),attributes:pe({})};function r(){const s={},i={};for(const l in e)l!=="class"&&l!=="style"&&hp.test(l)===!1&&(s[l]=e[l]);for(const l in t.props)hp.test(l)===!0&&(i[l]=t.props[l]);n.attributes.value=s,n.listeners.value=i}return dm(r),r(),n}function j2({validate:e,resetValidation:t,requiresQForm:n}){const r=Rt(zO,!1);if(r!==!1){const{props:s,proxy:i}=je();Object.assign(i,{validate:e,resetValidation:t}),Pe(()=>s.disable,l=>{l===!0?(typeof t=="function"&&t(),r.unbindComponent(i)):r.bindComponent(i)}),kn(()=>{s.disable!==!0&&r.bindComponent(i)}),nn(()=>{s.disable!==!0&&r.unbindComponent(i)})}else n===!0&&console.error("Parent QForm not found on useFormChild()!")}const pp=/^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/,mp=/^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/,gp=/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/,ka=/^rgb\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5])\)$/,La=/^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/,ml={date:e=>/^-?[\d]+\/[0-1]\d\/[0-3]\d$/.test(e),time:e=>/^([0-1]?\d|2[0-3]):[0-5]\d$/.test(e),fulltime:e=>/^([0-1]?\d|2[0-3]):[0-5]\d:[0-5]\d$/.test(e),timeOrFulltime:e=>/^([0-1]?\d|2[0-3]):[0-5]\d(:[0-5]\d)?$/.test(e),email:e=>/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e),hexColor:e=>pp.test(e),hexaColor:e=>mp.test(e),hexOrHexaColor:e=>gp.test(e),rgbColor:e=>ka.test(e),rgbaColor:e=>La.test(e),rgbOrRgbaColor:e=>ka.test(e)||La.test(e),hexOrRgbColor:e=>pp.test(e)||ka.test(e),hexaOrRgbaColor:e=>mp.test(e)||La.test(e),anyColor:e=>gp.test(e)||ka.test(e)||La.test(e)},U2=[!0,!1,"ondemand"],V2={modelValue:{},error:{type:Boolean,default:null},errorMessage:String,noErrorIcon:Boolean,rules:Array,reactiveRules:Boolean,lazyRules:{type:[Boolean,String],default:!1,validator:e=>U2.includes(e)}};function q2(e,t){const{props:n,proxy:r}=je(),s=pe(!1),i=pe(null),l=pe(!1);j2({validate:h,resetValidation:d});let p=0,g;const u=W(()=>n.rules!==void 0&&n.rules!==null&&n.rules.length!==0),a=W(()=>n.disable!==!0&&u.value===!0&&t.value===!1),o=W(()=>n.error===!0||s.value===!0),c=W(()=>typeof n.errorMessage=="string"&&n.errorMessage.length!==0?n.errorMessage:i.value);Pe(()=>n.modelValue,()=>{l.value=!0,a.value===!0&&n.lazyRules===!1&&m()});function f(){n.lazyRules!=="ondemand"&&a.value===!0&&l.value===!0&&m()}Pe(()=>n.reactiveRules,b=>{b===!0?g===void 0&&(g=Pe(()=>n.rules,f,{immediate:!0,deep:!0})):g!==void 0&&(g(),g=void 0)},{immediate:!0}),Pe(()=>n.lazyRules,f),Pe(e,b=>{b===!0?l.value=!0:a.value===!0&&n.lazyRules!=="ondemand"&&m()});function d(){p++,t.value=!1,l.value=!1,s.value=!1,i.value=null,m.cancel()}function h(b=n.modelValue){if(n.disable===!0||u.value===!1)return!0;const y=++p,v=t.value!==!0?()=>{l.value=!0}:()=>{},_=(E,S)=>{E===!0&&v(),s.value=E,i.value=S||null,t.value=!1},x=[];for(let E=0;E<n.rules.length;E++){const S=n.rules[E];let A;if(typeof S=="function"?A=S(b,ml):typeof S=="string"&&ml[S]!==void 0&&(A=ml[S](b)),A===!1||typeof A=="string")return _(!0,A),!1;A!==!0&&A!==void 0&&x.push(A)}return x.length===0?(_(!1),!0):(t.value=!0,Promise.all(x).then(E=>{if(E===void 0||Array.isArray(E)===!1||E.length===0)return y===p&&_(!1),!0;const S=E.find(A=>A===!1||typeof A=="string");return y===p&&_(S!==void 0,S),S===void 0},E=>(y===p&&(console.error(E),_(!0)),!1)))}const m=Vm(h,0);return nn(()=>{g!==void 0&&g(),m.cancel()}),Object.assign(r,{resetValidation:d,validate:h}),ss(r,"hasError",()=>o.value),{isDirtyModel:l,hasRules:u,hasError:o,errorMessage:c,validate:h,resetValidation:d}}function xu(e){return e!=null&&(""+e).length!==0}const H2={...wr,...V2,label:String,stackLabel:Boolean,hint:String,hideHint:Boolean,prefix:String,suffix:String,labelColor:String,color:String,bgColor:String,filled:Boolean,outlined:Boolean,borderless:Boolean,standout:[Boolean,String],square:Boolean,loading:Boolean,labelSlot:Boolean,bottomSlots:Boolean,hideBottomSpace:Boolean,rounded:Boolean,dense:Boolean,itemAligned:Boolean,counter:Boolean,clearable:Boolean,clearIcon:String,disable:Boolean,readonly:Boolean,autofocus:Boolean,for:String,maxlength:[Number,String]},z2=["update:modelValue","clear","focus","blur","popupShow","popupHide"];function $2({requiredForAttr:e=!0,tagProp:t}={}){const{props:n,proxy:r}=je(),s=Cr(n,r.$q),i=L2({required:e,getValue:()=>n.for});return{requiredForAttr:e,tag:t===!0?W(()=>n.tag):{value:"label"},isDark:s,editable:W(()=>n.disable!==!0&&n.readonly!==!0),innerLoading:pe(!1),focused:pe(!1),hasPopupOpen:!1,splitAttrs:N2(),targetUid:i,rootRef:pe(null),targetRef:pe(null),controlRef:pe(null)}}function W2(e){const{props:t,emit:n,slots:r,attrs:s,proxy:i}=je(),{$q:l}=i;let p=null;e.hasValue===void 0&&(e.hasValue=W(()=>xu(t.modelValue))),e.emitValue===void 0&&(e.emitValue=U=>{n("update:modelValue",U)}),e.controlEvents===void 0&&(e.controlEvents={onFocusin:O,onFocusout:T}),Object.assign(e,{clearValue:w,onControlFocusin:O,onControlFocusout:T,focus:S}),e.computedCounter===void 0&&(e.computedCounter=W(()=>{if(t.counter!==!1){const U=typeof t.modelValue=="string"||typeof t.modelValue=="number"?(""+t.modelValue).length:Array.isArray(t.modelValue)===!0?t.modelValue.length:0,G=t.maxlength!==void 0?t.maxlength:t.maxValues;return U+(G!==void 0?" / "+G:"")}}));const{isDirtyModel:g,hasRules:u,hasError:a,errorMessage:o,resetValidation:c}=q2(e.focused,e.innerLoading),f=e.floatingLabel!==void 0?W(()=>t.stackLabel===!0||e.focused.value===!0||e.floatingLabel.value===!0):W(()=>t.stackLabel===!0||e.focused.value===!0||e.hasValue.value===!0),d=W(()=>t.bottomSlots===!0||t.hint!==void 0||u.value===!0||t.counter===!0||t.error!==null),h=W(()=>t.filled===!0?"filled":t.outlined===!0?"outlined":t.borderless===!0?"borderless":t.standout?"standout":"standard"),m=W(()=>`q-field row no-wrap items-start q-field--${h.value}`+(e.fieldClass!==void 0?` ${e.fieldClass.value}`:"")+(t.rounded===!0?" q-field--rounded":"")+(t.square===!0?" q-field--square":"")+(f.value===!0?" q-field--float":"")+(y.value===!0?" q-field--labeled":"")+(t.dense===!0?" q-field--dense":"")+(t.itemAligned===!0?" q-field--item-aligned q-item-type":"")+(e.isDark.value===!0?" q-field--dark":"")+(e.getControl===void 0?" q-field--auto-height":"")+(e.focused.value===!0?" q-field--focused":"")+(a.value===!0?" q-field--error":"")+(a.value===!0||e.focused.value===!0?" q-field--highlighted":"")+(t.hideBottomSpace!==!0&&d.value===!0?" q-field--with-bottom":"")+(t.disable===!0?" q-field--disabled":t.readonly===!0?" q-field--readonly":"")),b=W(()=>"q-field__control relative-position row no-wrap"+(t.bgColor!==void 0?` bg-${t.bgColor}`:"")+(a.value===!0?" text-negative":typeof t.standout=="string"&&t.standout.length!==0&&e.focused.value===!0?` ${t.standout}`:t.color!==void 0?` text-${t.color}`:"")),y=W(()=>t.labelSlot===!0||t.label!==void 0),v=W(()=>"q-field__label no-pointer-events absolute ellipsis"+(t.labelColor!==void 0&&a.value!==!0?` text-${t.labelColor}`:"")),_=W(()=>({id:e.targetUid.value,editable:e.editable.value,focused:e.focused.value,floatingLabel:f.value,modelValue:t.modelValue,emitValue:e.emitValue})),x=W(()=>{const U={};return e.targetUid.value&&(U.for=e.targetUid.value),t.disable===!0&&(U["aria-disabled"]="true"),U});function E(){const U=document.activeElement;let G=e.targetRef!==void 0&&e.targetRef.value;G&&(U===null||U.id!==e.targetUid.value)&&(G.hasAttribute("tabindex")===!0||(G=G.querySelector("[tabindex]")),G&&G!==U&&G.focus({preventScroll:!0}))}function S(){Md(E)}function A(){o2(E);const U=document.activeElement;U!==null&&e.rootRef.value.contains(U)&&U.blur()}function O(U){p!==null&&(clearTimeout(p),p=null),e.editable.value===!0&&e.focused.value===!1&&(e.focused.value=!0,n("focus",U))}function T(U,G){p!==null&&clearTimeout(p),p=setTimeout(()=>{p=null,!(document.hasFocus()===!0&&(e.hasPopupOpen===!0||e.controlRef===void 0||e.controlRef.value===null||e.controlRef.value.contains(document.activeElement)!==!1))&&(e.focused.value===!0&&(e.focused.value=!1,n("blur",U)),G!==void 0&&G())})}function w(U){Kt(U),l.platform.is.mobile!==!0?(e.targetRef!==void 0&&e.targetRef.value||e.rootRef.value).focus():e.rootRef.value.contains(document.activeElement)===!0&&document.activeElement.blur(),t.type==="file"&&(e.inputRef.value.value=null),n("update:modelValue",null),n("clear",t.modelValue),Mt(()=>{const G=g.value;c(),g.value=G})}function P(){const U=[];return r.prepend!==void 0&&U.push(K("div",{class:"q-field__prepend q-field__marginal row no-wrap items-center",key:"prepend",onClick:pr},r.prepend())),U.push(K("div",{class:"q-field__control-container col relative-position row no-wrap q-anchor--skip"},M())),a.value===!0&&t.noErrorIcon===!1&&U.push(j("error",[K(Mn,{name:l.iconSet.field.error,color:"negative"})])),t.loading===!0||e.innerLoading.value===!0?U.push(j("inner-loading-append",r.loading!==void 0?r.loading():[K(Zr,{color:t.color})])):t.clearable===!0&&e.hasValue.value===!0&&e.editable.value===!0&&U.push(j("inner-clearable-append",[K(Mn,{class:"q-field__focusable-action",tag:"button",name:t.clearIcon||l.iconSet.field.clear,tabindex:0,type:"button","aria-hidden":null,role:null,onClick:w})])),r.append!==void 0&&U.push(K("div",{class:"q-field__append q-field__marginal row no-wrap items-center",key:"append",onClick:pr},r.append())),e.getInnerAppend!==void 0&&U.push(j("inner-append",e.getInnerAppend())),e.getControlChild!==void 0&&U.push(e.getControlChild()),U}function M(){const U=[];return t.prefix!==void 0&&t.prefix!==null&&U.push(K("div",{class:"q-field__prefix no-pointer-events row items-center"},t.prefix)),e.getShadowControl!==void 0&&e.hasShadow.value===!0&&U.push(e.getShadowControl()),e.getControl!==void 0?U.push(e.getControl()):r.rawControl!==void 0?U.push(r.rawControl()):r.control!==void 0&&U.push(K("div",{ref:e.targetRef,class:"q-field__native row",tabindex:-1,...e.splitAttrs.attributes.value,"data-autofocus":t.autofocus===!0||void 0},r.control(_.value))),y.value===!0&&U.push(K("div",{class:v.value},vn(r.label,t.label))),t.suffix!==void 0&&t.suffix!==null&&U.push(K("div",{class:"q-field__suffix no-pointer-events row items-center"},t.suffix)),U.concat(vn(r.default))}function k(){let U,G;a.value===!0?o.value!==null?(U=[K("div",{role:"alert"},o.value)],G=`q--slot-error-${o.value}`):(U=vn(r.error),G="q--slot-error"):(t.hideHint!==!0||e.focused.value===!0)&&(t.hint!==void 0?(U=[K("div",t.hint)],G=`q--slot-hint-${t.hint}`):(U=vn(r.hint),G="q--slot-hint"));const de=t.counter===!0||r.counter!==void 0;if(t.hideBottomSpace===!0&&de===!1&&U===void 0)return;const se=K("div",{key:G,class:"q-field__messages col"},U);return K("div",{class:"q-field__bottom row items-start q-field__bottom--"+(t.hideBottomSpace!==!0?"animated":"stale"),onClick:pr},[t.hideBottomSpace===!0?se:K(xr,{name:"q-transition--field-message"},()=>se),de===!0?K("div",{class:"q-field__counter"},r.counter!==void 0?r.counter():e.computedCounter.value):null])}function j(U,G){return G===null?null:K("div",{key:U,class:"q-field__append q-field__marginal row no-wrap items-center q-anchor--skip"},G)}let q=!1;return Io(()=>{q=!0}),lm(()=>{q===!0&&t.autofocus===!0&&i.focus()}),t.autofocus===!0&&kn(()=>{i.focus()}),nn(()=>{p!==null&&clearTimeout(p)}),Object.assign(i,{focus:S,blur:A}),function(){const G=e.getControl===void 0&&r.control===void 0?{...e.splitAttrs.attributes.value,"data-autofocus":t.autofocus===!0||void 0,...x.value}:x.value;return K(e.tag.value,{ref:e.rootRef,class:[m.value,s.class],style:s.style,...G},[r.before!==void 0?K("div",{class:"q-field__before q-field__marginal row no-wrap items-center",onClick:pr},r.before()):null,K("div",{class:"q-field__inner relative-position col self-stretch"},[K("div",{ref:e.controlRef,class:b.value,tabindex:-1,...e.controlEvents},P()),d.value===!0?k():null]),r.after!==void 0?K("div",{class:"q-field__after q-field__marginal row no-wrap items-center",onClick:pr},r.after()):null])}}const vp={date:"####/##/##",datetime:"####/##/## ##:##",time:"##:##",fulltime:"##:##:##",phone:"(###) ### - ####",card:"#### #### #### ####"},Ao={"#":{pattern:"[\\d]",negate:"[^\\d]"},S:{pattern:"[a-zA-Z]",negate:"[^a-zA-Z]"},N:{pattern:"[0-9a-zA-Z]",negate:"[^0-9a-zA-Z]"},A:{pattern:"[a-zA-Z]",negate:"[^a-zA-Z]",transform:e=>e.toLocaleUpperCase()},a:{pattern:"[a-zA-Z]",negate:"[^a-zA-Z]",transform:e=>e.toLocaleLowerCase()},X:{pattern:"[0-9a-zA-Z]",negate:"[^0-9a-zA-Z]",transform:e=>e.toLocaleUpperCase()},x:{pattern:"[0-9a-zA-Z]",negate:"[^0-9a-zA-Z]",transform:e=>e.toLocaleLowerCase()}},FA=Object.keys(Ao);FA.forEach(e=>{Ao[e].regex=new RegExp(Ao[e].pattern)});const K2=new RegExp("\\\\([^.*+?^${}()|([\\]])|([.*+?^${}()|[\\]])|(["+FA.join("")+"])|(.)","g"),yp=/[.*+?^${}()|[\]\\]/g,rt=String.fromCharCode(1),G2={mask:String,reverseFillMask:Boolean,fillMask:[Boolean,String],unmaskedValue:Boolean};function Y2(e,t,n,r){let s,i,l,p,g,u;const a=pe(null),o=pe(f());function c(){return e.autogrow===!0||["textarea","text","search","url","tel","password"].includes(e.type)}Pe(()=>e.type+e.autogrow,h),Pe(()=>e.mask,O=>{if(O!==void 0)m(o.value,!0);else{const T=S(o.value);h(),e.modelValue!==T&&t("update:modelValue",T)}}),Pe(()=>e.fillMask+e.reverseFillMask,()=>{a.value===!0&&m(o.value,!0)}),Pe(()=>e.unmaskedValue,()=>{a.value===!0&&m(o.value)});function f(){if(h(),a.value===!0){const O=x(S(e.modelValue));return e.fillMask!==!1?A(O):O}return e.modelValue}function d(O){if(O<s.length)return s.slice(-O);let T="",w=s;const P=w.indexOf(rt);if(P!==-1){for(let M=O-w.length;M>0;M--)T+=rt;w=w.slice(0,P)+T+w.slice(P)}return w}function h(){if(a.value=e.mask!==void 0&&e.mask.length!==0&&c(),a.value===!1){p=void 0,s="",i="";return}const O=vp[e.mask]===void 0?e.mask:vp[e.mask],T=typeof e.fillMask=="string"&&e.fillMask.length!==0?e.fillMask.slice(0,1):"_",w=T.replace(yp,"\\$&"),P=[],M=[],k=[];let j=e.reverseFillMask===!0,q="",U="";O.replace(K2,(H,N,V,Q,ye)=>{if(Q!==void 0){const ie=Ao[Q];k.push(ie),U=ie.negate,j===!0&&(M.push("(?:"+U+"+)?("+ie.pattern+"+)?(?:"+U+"+)?("+ie.pattern+"+)?"),j=!1),M.push("(?:"+U+"+)?("+ie.pattern+")?")}else if(V!==void 0)q="\\"+(V==="\\"?"":V),k.push(V),P.push("([^"+q+"]+)?"+q+"?");else{const ie=N!==void 0?N:ye;q=ie==="\\"?"\\\\\\\\":ie.replace(yp,"\\\\$&"),k.push(ie),P.push("([^"+q+"]+)?"+q+"?")}});const G=new RegExp("^"+P.join("")+"("+(q===""?".":"[^"+q+"]")+"+)?"+(q===""?"":"["+q+"]*")+"$"),de=M.length-1,se=M.map((H,N)=>N===0&&e.reverseFillMask===!0?new RegExp("^"+w+"*"+H):N===de?new RegExp("^"+H+"("+(U===""?".":U)+"+)?"+(e.reverseFillMask===!0?"$":w+"*")):new RegExp("^"+H));l=k,p=H=>{const N=G.exec(e.reverseFillMask===!0?H:H.slice(0,k.length+1));N!==null&&(H=N.slice(1).join(""));const V=[],Q=se.length;for(let ye=0,ie=H;ye<Q;ye++){const z=se[ye].exec(ie);if(z===null)break;ie=ie.slice(z.shift().length),V.push(...z)}return V.length!==0?V.join(""):H},s=k.map(H=>typeof H=="string"?H:rt).join(""),i=s.split(rt).join(T)}function m(O,T,w){const P=r.value,M=P.selectionEnd,k=P.value.length-M,j=S(O);T===!0&&h();const q=x(j),U=e.fillMask!==!1?A(q):q,G=o.value!==U;P.value!==U&&(P.value=U),G===!0&&(o.value=U),document.activeElement===P&&Mt(()=>{if(U===i){const se=e.reverseFillMask===!0?i.length:0;P.setSelectionRange(se,se,"forward");return}if(w==="insertFromPaste"&&e.reverseFillMask!==!0){const se=P.selectionEnd;let H=M-1;for(let N=g;N<=H&&N<se;N++)s[N]!==rt&&H++;y.right(P,H);return}if(["deleteContentBackward","deleteContentForward"].indexOf(w)!==-1){const se=e.reverseFillMask===!0?M===0?U.length>q.length?1:0:Math.max(0,U.length-(U===i?0:Math.min(q.length,k)+1))+1:M;P.setSelectionRange(se,se,"forward");return}if(e.reverseFillMask===!0)if(G===!0){const se=Math.max(0,U.length-(U===i?0:Math.min(q.length,k+1)));se===1&&M===1?P.setSelectionRange(se,se,"forward"):y.rightReverse(P,se)}else{const se=U.length-k;P.setSelectionRange(se,se,"backward")}else if(G===!0){const se=Math.max(0,s.indexOf(rt),Math.min(q.length,M)-1);y.right(P,se)}else{const se=M-1;y.right(P,se)}});const de=e.unmaskedValue===!0?S(U):U;String(e.modelValue)!==de&&(e.modelValue!==null||de!=="")&&n(de,!0)}function b(O,T,w){const P=x(S(O.value));T=Math.max(0,s.indexOf(rt),Math.min(P.length,T)),g=T,O.setSelectionRange(T,w,"forward")}const y={left(O,T){const w=s.slice(T-1).indexOf(rt)===-1;let P=Math.max(0,T-1);for(;P>=0;P--)if(s[P]===rt){T=P,w===!0&&T++;break}if(P<0&&s[T]!==void 0&&s[T]!==rt)return y.right(O,0);T>=0&&O.setSelectionRange(T,T,"backward")},right(O,T){const w=O.value.length;let P=Math.min(w,T+1);for(;P<=w;P++)if(s[P]===rt){T=P;break}else s[P-1]===rt&&(T=P);if(P>w&&s[T-1]!==void 0&&s[T-1]!==rt)return y.left(O,w);O.setSelectionRange(T,T,"forward")},leftReverse(O,T){const w=d(O.value.length);let P=Math.max(0,T-1);for(;P>=0;P--)if(w[P-1]===rt){T=P;break}else if(w[P]===rt&&(T=P,P===0))break;if(P<0&&w[T]!==void 0&&w[T]!==rt)return y.rightReverse(O,0);T>=0&&O.setSelectionRange(T,T,"backward")},rightReverse(O,T){const w=O.value.length,P=d(w),M=P.slice(0,T+1).indexOf(rt)===-1;let k=Math.min(w,T+1);for(;k<=w;k++)if(P[k-1]===rt){T=k,T>0&&M===!0&&T--;break}if(k>w&&P[T-1]!==void 0&&P[T-1]!==rt)return y.leftReverse(O,w);O.setSelectionRange(T,T,"forward")}};function v(O){t("click",O),u=void 0}function _(O){if(t("keydown",O),Hm(O)===!0||O.altKey===!0)return;const T=r.value,w=T.selectionStart,P=T.selectionEnd;if(O.shiftKey||(u=void 0),O.keyCode===37||O.keyCode===39){O.shiftKey&&u===void 0&&(u=T.selectionDirection==="forward"?w:P);const M=y[(O.keyCode===39?"right":"left")+(e.reverseFillMask===!0?"Reverse":"")];if(O.preventDefault(),M(T,u===w?P:w),O.shiftKey){const k=T.selectionStart;T.setSelectionRange(Math.min(u,k),Math.max(u,k),"forward")}}else O.keyCode===8&&e.reverseFillMask!==!0&&w===P?(y.left(T,w),T.setSelectionRange(T.selectionStart,P,"backward")):O.keyCode===46&&e.reverseFillMask===!0&&w===P&&(y.rightReverse(T,P),T.setSelectionRange(w,T.selectionEnd,"forward"))}function x(O){if(O==null||O==="")return"";if(e.reverseFillMask===!0)return E(O);const T=l;let w=0,P="";for(let M=0;M<T.length;M++){const k=O[w],j=T[M];if(typeof j=="string")P+=j,k===j&&w++;else if(k!==void 0&&j.regex.test(k))P+=j.transform!==void 0?j.transform(k):k,w++;else return P}return P}function E(O){const T=l,w=s.indexOf(rt);let P=O.length-1,M="";for(let k=T.length-1;k>=0&&P!==-1;k--){const j=T[k];let q=O[P];if(typeof j=="string")M=j+M,q===j&&P--;else if(q!==void 0&&j.regex.test(q))do M=(j.transform!==void 0?j.transform(q):q)+M,P--,q=O[P];while(w===k&&q!==void 0&&j.regex.test(q));else return M}return M}function S(O){return typeof O!="string"||p===void 0?typeof O=="number"?p(""+O):O:p(O)}function A(O){return i.length-O.length<=0?O:e.reverseFillMask===!0&&O.length!==0?i.slice(0,-O.length)+O:O+i.slice(O.length)}return{innerValue:o,hasMask:a,moveCursorForPaste:b,updateMaskValue:m,onMaskedKeydown:_,onMaskedClick:v}}const Ld={name:String};function cL(e){return W(()=>({type:"hidden",name:e.name,value:e.modelValue}))}function DA(e={}){return(t,n,r)=>{t[n](K("input",{class:"hidden"+(r||""),...e.value}))}}function Q2(e){return W(()=>e.name||e.for)}function X2(e,t){function n(){const r=e.modelValue;try{const s="DataTransfer"in window?new DataTransfer:"ClipboardEvent"in window?new ClipboardEvent("").clipboardData:void 0;return Object(r)===r&&("length"in r?Array.from(r):[r]).forEach(i=>{s.items.add(i)}),{files:s.files}}catch{return{files:void 0}}}return W(t===!0?()=>{if(e.type==="file")return n()}:n)}const J2=/[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/,Z2=/[\u4e00-\u9fff\u3400-\u4dbf\u{20000}-\u{2a6df}\u{2a700}-\u{2b73f}\u{2b740}-\u{2b81f}\u{2b820}-\u{2ceaf}\uf900-\ufaff\u3300-\u33ff\ufe30-\ufe4f\uf900-\ufaff\u{2f800}-\u{2fa1f}]/u,ek=/[\u3131-\u314e\u314f-\u3163\uac00-\ud7a3]/,tk=/[a-z0-9_ -]$/i;function nk(e){return function(n){if(n.type==="compositionend"||n.type==="change"){if(n.target.qComposing!==!0)return;n.target.qComposing=!1,e(n)}else n.type==="compositionupdate"&&n.target.qComposing!==!0&&typeof n.data=="string"&&(ut.is.firefox===!0?tk.test(n.data)===!1:J2.test(n.data)===!0||Z2.test(n.data)===!0||ek.test(n.data)===!0)===!0&&(n.target.qComposing=!0)}}var rk=ft({name:"QInput",inheritAttrs:!1,props:{...H2,...G2,...Ld,modelValue:{required:!1},shadowText:String,type:{type:String,default:"text"},debounce:[String,Number],autogrow:Boolean,inputClass:[Array,String,Object],inputStyle:[Array,String,Object]},emits:[...z2,"paste","change","keydown","click","animationend"],setup(e,{emit:t,attrs:n}){const{proxy:r}=je(),{$q:s}=r,i={};let l=NaN,p,g,u=null,a;const o=pe(null),c=Q2(e),{innerValue:f,hasMask:d,moveCursorForPaste:h,updateMaskValue:m,onMaskedKeydown:b,onMaskedClick:y}=Y2(e,t,q,o),v=X2(e,!0),_=W(()=>xu(f.value)),x=nk(k),E=$2(),S=W(()=>e.type==="textarea"||e.autogrow===!0),A=W(()=>S.value===!0||["text","search","url","tel","password"].includes(e.type)),O=W(()=>{const N={...E.splitAttrs.listeners.value,onInput:k,onPaste:M,onChange:G,onBlur:de,onFocus:lo};return N.onCompositionstart=N.onCompositionupdate=N.onCompositionend=x,d.value===!0&&(N.onKeydown=b,N.onClick=y),e.autogrow===!0&&(N.onAnimationend=j),N}),T=W(()=>{const N={tabindex:0,"data-autofocus":e.autofocus===!0||void 0,rows:e.type==="textarea"?6:void 0,"aria-label":e.label,name:c.value,...E.splitAttrs.attributes.value,id:E.targetUid.value,maxlength:e.maxlength,disabled:e.disable===!0,readonly:e.readonly===!0};return S.value===!1&&(N.type=e.type),e.autogrow===!0&&(N.rows=1),N});Pe(()=>e.type,()=>{o.value&&(o.value.value=e.modelValue)}),Pe(()=>e.modelValue,N=>{if(d.value===!0){if(g===!0&&(g=!1,String(N)===l))return;m(N)}else f.value!==N&&(f.value=N,e.type==="number"&&i.hasOwnProperty("value")===!0&&(p===!0?p=!1:delete i.value));e.autogrow===!0&&Mt(U)}),Pe(()=>e.autogrow,N=>{N===!0?Mt(U):o.value!==null&&n.rows>0&&(o.value.style.height="auto")}),Pe(()=>e.dense,()=>{e.autogrow===!0&&Mt(U)});function w(){Md(()=>{const N=document.activeElement;o.value!==null&&o.value!==N&&(N===null||N.id!==E.targetUid.value)&&o.value.focus({preventScroll:!0})})}function P(){o.value!==null&&o.value.select()}function M(N){if(d.value===!0&&e.reverseFillMask!==!0){const V=N.target;h(V,V.selectionStart,V.selectionEnd)}t("paste",N)}function k(N){if(!N||!N.target)return;if(e.type==="file"){t("update:modelValue",N.target.files);return}const V=N.target.value;if(N.target.qComposing===!0){i.value=V;return}if(d.value===!0)m(V,!1,N.inputType);else if(q(V),A.value===!0&&N.target===document.activeElement){const{selectionStart:Q,selectionEnd:ye}=N.target;Q!==void 0&&ye!==void 0&&Mt(()=>{N.target===document.activeElement&&V.indexOf(N.target.value)===0&&N.target.setSelectionRange(Q,ye)})}e.autogrow===!0&&U()}function j(N){t("animationend",N),U()}function q(N,V){a=()=>{u=null,e.type!=="number"&&i.hasOwnProperty("value")===!0&&delete i.value,e.modelValue!==N&&l!==N&&(l=N,V===!0&&(g=!0),t("update:modelValue",N),Mt(()=>{l===N&&(l=NaN)})),a=void 0},e.type==="number"&&(p=!0,i.value=N),e.debounce!==void 0?(u!==null&&clearTimeout(u),i.value=N,u=setTimeout(a,e.debounce)):a()}function U(){requestAnimationFrame(()=>{const N=o.value;if(N!==null){const V=N.parentNode.style,{scrollTop:Q}=N,{overflowY:ye,maxHeight:ie}=s.platform.is.firefox===!0?{}:window.getComputedStyle(N),z=ye!==void 0&&ye!=="scroll";z===!0&&(N.style.overflowY="hidden"),V.marginBottom=N.scrollHeight-1+"px",N.style.height="1px",N.style.height=N.scrollHeight+"px",z===!0&&(N.style.overflowY=parseInt(ie,10)<N.scrollHeight?"auto":"hidden"),V.marginBottom="",N.scrollTop=Q}})}function G(N){x(N),u!==null&&(clearTimeout(u),u=null),a!==void 0&&a(),t("change",N.target.value)}function de(N){N!==void 0&&lo(N),u!==null&&(clearTimeout(u),u=null),a!==void 0&&a(),p=!1,g=!1,delete i.value,e.type!=="file"&&setTimeout(()=>{o.value!==null&&(o.value.value=f.value!==void 0?f.value:"")})}function se(){return i.hasOwnProperty("value")===!0?i.value:f.value!==void 0?f.value:""}nn(()=>{de()}),kn(()=>{e.autogrow===!0&&U()}),Object.assign(E,{innerValue:f,fieldClass:W(()=>`q-${S.value===!0?"textarea":"input"}`+(e.autogrow===!0?" q-textarea--autogrow":"")),hasShadow:W(()=>e.type!=="file"&&typeof e.shadowText=="string"&&e.shadowText.length!==0),inputRef:o,emitValue:q,hasValue:_,floatingLabel:W(()=>_.value===!0&&(e.type!=="number"||isNaN(f.value)===!1)||xu(e.displayValue)),getControl:()=>K(S.value===!0?"textarea":"input",{ref:o,class:["q-field__native q-placeholder",e.inputClass],style:e.inputStyle,...T.value,...O.value,...e.type!=="file"?{value:se()}:v.value}),getShadowControl:()=>K("div",{class:"q-field__native q-field__shadow absolute-bottom no-pointer-events"+(S.value===!0?"":" text-no-wrap")},[K("span",{class:"invisible"},se()),K("span",e.shadowText)])});const H=W2(E);return Object.assign(r,{focus:w,select:P,getNativeElement:()=>o.value}),ss(r,"nativeEl",()=>o.value),H}});function BA(e,t){const n=pe(null),r=W(()=>e.disable===!0?null:K("span",{ref:n,class:"no-outline",tabindex:-1}));function s(i){const l=t.value;i!==void 0&&i.type.indexOf("key")===0?l!==null&&document.activeElement!==l&&l.contains(document.activeElement)===!0&&l.focus():n.value!==null&&(i===void 0||l!==null&&l.contains(i.target)===!0)&&n.value.focus()}return{refocusTargetEl:r,refocusTarget:s}}var IA={xs:30,sm:35,md:40,lg:50,xl:60};const sk=K("svg",{key:"svg",class:"q-radio__bg absolute non-selectable",viewBox:"0 0 24 24"},[K("path",{d:"M12,22a10,10 0 0 1 -10,-10a10,10 0 0 1 10,-10a10,10 0 0 1 10,10a10,10 0 0 1 -10,10m0,-22a12,12 0 0 0 -12,12a12,12 0 0 0 12,12a12,12 0 0 0 12,-12a12,12 0 0 0 -12,-12"}),K("path",{class:"q-radio__check",d:"M12,6a6,6 0 0 0 -6,6a6,6 0 0 0 6,6a6,6 0 0 0 6,-6a6,6 0 0 0 -6,-6"})]);var ik=ft({name:"QRadio",props:{...wr,...ia,...Ld,modelValue:{required:!0},val:{required:!0},label:String,leftLabel:Boolean,checkedIcon:String,uncheckedIcon:String,color:String,keepColor:Boolean,dense:Boolean,disable:Boolean,tabindex:[String,Number]},emits:["update:modelValue"],setup(e,{slots:t,emit:n}){const{proxy:r}=je(),s=Cr(e,r.$q),i=aa(e,IA),l=pe(null),{refocusTargetEl:p,refocusTarget:g}=BA(e,l),u=W(()=>xe(e.modelValue)===xe(e.val)),a=W(()=>"q-radio cursor-pointer no-outline row inline no-wrap items-center"+(e.disable===!0?" disabled":"")+(s.value===!0?" q-radio--dark":"")+(e.dense===!0?" q-radio--dense":"")+(e.leftLabel===!0?" reverse":"")),o=W(()=>{const v=e.color!==void 0&&(e.keepColor===!0||u.value===!0)?` text-${e.color}`:"";return`q-radio__inner relative-position q-radio__inner--${u.value===!0?"truthy":"falsy"}${v}`}),c=W(()=>(u.value===!0?e.checkedIcon:e.uncheckedIcon)||null),f=W(()=>e.disable===!0?-1:e.tabindex||0),d=W(()=>{const v={type:"radio"};return e.name!==void 0&&Object.assign(v,{".checked":u.value===!0,"^checked":u.value===!0?"checked":void 0,name:e.name,value:e.val}),v}),h=DA(d);function m(v){v!==void 0&&(Kt(v),g(v)),e.disable!==!0&&u.value!==!0&&n("update:modelValue",e.val,v)}function b(v){(v.keyCode===13||v.keyCode===32)&&Kt(v)}function y(v){(v.keyCode===13||v.keyCode===32)&&m(v)}return Object.assign(r,{set:m}),()=>{const v=c.value!==null?[K("div",{key:"icon",class:"q-radio__icon-container absolute-full flex flex-center no-wrap"},[K(Mn,{class:"q-radio__icon",name:c.value})])]:[sk];e.disable!==!0&&h(v,"unshift"," q-radio__native q-ma-none q-pa-none");const _=[K("div",{class:o.value,style:i.value,"aria-hidden":"true"},v)];p.value!==null&&_.push(p.value);const x=e.label!==void 0?$r(t.default,[e.label]):vn(t.default);return x!==void 0&&_.push(K("div",{class:"q-radio__label q-anchor--skip"},x)),K("div",{ref:l,class:a.value,tabindex:f.value,role:"radio","aria-label":e.label,"aria-checked":u.value===!0?"true":"false","aria-disabled":e.disable===!0?"true":void 0,onClick:m,onKeydown:b,onKeyup:y},_)}}});const MA={...wr,...ia,...Ld,modelValue:{required:!0,default:null},val:{},trueValue:{default:!0},falseValue:{default:!1},indeterminateValue:{default:null},checkedIcon:String,uncheckedIcon:String,indeterminateIcon:String,toggleOrder:{type:String,validator:e=>e==="tf"||e==="ft"},toggleIndeterminate:Boolean,label:String,leftLabel:Boolean,color:String,keepColor:Boolean,dense:Boolean,disable:Boolean,tabindex:[String,Number]},kA=["update:modelValue"];function LA(e,t){const{props:n,slots:r,emit:s,proxy:i}=je(),{$q:l}=i,p=Cr(n,l),g=pe(null),{refocusTargetEl:u,refocusTarget:a}=BA(n,g),o=aa(n,IA),c=W(()=>n.val!==void 0&&Array.isArray(n.modelValue)),f=W(()=>{const P=xe(n.val);return c.value===!0?n.modelValue.findIndex(M=>xe(M)===P):-1}),d=W(()=>c.value===!0?f.value!==-1:xe(n.modelValue)===xe(n.trueValue)),h=W(()=>c.value===!0?f.value===-1:xe(n.modelValue)===xe(n.falseValue)),m=W(()=>d.value===!1&&h.value===!1),b=W(()=>n.disable===!0?-1:n.tabindex||0),y=W(()=>`q-${e} cursor-pointer no-outline row inline no-wrap items-center`+(n.disable===!0?" disabled":"")+(p.value===!0?` q-${e}--dark`:"")+(n.dense===!0?` q-${e}--dense`:"")+(n.leftLabel===!0?" reverse":"")),v=W(()=>{const P=d.value===!0?"truthy":h.value===!0?"falsy":"indet",M=n.color!==void 0&&(n.keepColor===!0||(e==="toggle"?d.value===!0:h.value!==!0))?` text-${n.color}`:"";return`q-${e}__inner relative-position non-selectable q-${e}__inner--${P}${M}`}),_=W(()=>{const P={type:"checkbox"};return n.name!==void 0&&Object.assign(P,{".checked":d.value,"^checked":d.value===!0?"checked":void 0,name:n.name,value:c.value===!0?n.val:n.trueValue}),P}),x=DA(_),E=W(()=>{const P={tabindex:b.value,role:e==="toggle"?"switch":"checkbox","aria-label":n.label,"aria-checked":m.value===!0?"mixed":d.value===!0?"true":"false"};return n.disable===!0&&(P["aria-disabled"]="true"),P});function S(P){P!==void 0&&(Kt(P),a(P)),n.disable!==!0&&s("update:modelValue",A(),P)}function A(){if(c.value===!0){if(d.value===!0){const P=n.modelValue.slice();return P.splice(f.value,1),P}return n.modelValue.concat([n.val])}if(d.value===!0){if(n.toggleOrder!=="ft"||n.toggleIndeterminate===!1)return n.falseValue}else if(h.value===!0){if(n.toggleOrder==="ft"||n.toggleIndeterminate===!1)return n.trueValue}else return n.toggleOrder!=="ft"?n.trueValue:n.falseValue;return n.indeterminateValue}function O(P){(P.keyCode===13||P.keyCode===32)&&Kt(P)}function T(P){(P.keyCode===13||P.keyCode===32)&&S(P)}const w=t(d,m);return Object.assign(i,{toggle:S}),()=>{const P=w();n.disable!==!0&&x(P,"unshift",` q-${e}__native absolute q-ma-none q-pa-none`);const M=[K("div",{class:v.value,style:o.value,"aria-hidden":"true"},P)];u.value!==null&&M.push(u.value);const k=n.label!==void 0?$r(r.default,[n.label]):vn(r.default);return k!==void 0&&M.push(K("div",{class:`q-${e}__label q-anchor--skip`},k)),K("div",{ref:g,class:y.value,...E.value,onClick:S,onKeydown:O,onKeyup:T},M)}}const ak=K("div",{key:"svg",class:"q-checkbox__bg absolute"},[K("svg",{class:"q-checkbox__svg fit absolute-full",viewBox:"0 0 24 24"},[K("path",{class:"q-checkbox__truthy",fill:"none",d:"M1.73,12.91 8.1,19.28 22.79,4.59"}),K("path",{class:"q-checkbox__indet",d:"M4,14H20V10H4"})])]);var ok=ft({name:"QCheckbox",props:MA,emits:kA,setup(e){function t(n,r){const s=W(()=>(n.value===!0?e.checkedIcon:r.value===!0?e.indeterminateIcon:e.uncheckedIcon)||null);return()=>s.value!==null?[K("div",{key:"icon",class:"q-checkbox__icon-container absolute-full flex flex-center no-wrap"},[K(Mn,{class:"q-checkbox__icon",name:s.value})])]:[ak]}return LA("checkbox",t)}}),ck=ft({name:"QToggle",props:{...MA,icon:String,iconColor:String},emits:kA,setup(e){function t(n,r){const s=W(()=>(n.value===!0?e.checkedIcon:r.value===!0?e.indeterminateIcon:e.uncheckedIcon)||e.icon),i=W(()=>n.value===!0?e.iconColor:null);return()=>[K("div",{class:"q-toggle__track"}),K("div",{class:"q-toggle__thumb absolute flex flex-center no-wrap"},s.value!==void 0?[K(Mn,{name:s.value,color:i.value})]:void 0)]}return LA("toggle",t)}});const NA={radio:ik,checkbox:ok,toggle:ck},lk=Object.keys(NA);var uk=ft({name:"QOptionGroup",props:{...wr,modelValue:{required:!0},options:{type:Array,validator:e=>e.every(t=>"value"in t&&"label"in t)},name:String,type:{default:"radio",validator:e=>lk.includes(e)},color:String,keepColor:Boolean,dense:Boolean,size:String,leftLabel:Boolean,inline:Boolean,disable:Boolean},emits:["update:modelValue"],setup(e,{emit:t,slots:n}){const{proxy:{$q:r}}=je(),s=Array.isArray(e.modelValue);e.type==="radio"?s===!0&&console.error("q-option-group: model should not be array"):s===!1&&console.error("q-option-group: model should be array in your case");const i=Cr(e,r),l=W(()=>NA[e.type]),p=W(()=>"q-option-group q-gutter-x-sm"+(e.inline===!0?" q-option-group--inline":"")),g=W(()=>{const a={role:"group"};return e.type==="radio"&&(a.role="radiogroup",e.disable===!0&&(a["aria-disabled"]="true")),a});function u(a){t("update:modelValue",a)}return()=>K("div",{class:p.value,...g.value},e.options.map((a,o)=>{const c=n["label-"+o]!==void 0?()=>n["label-"+o](a):n.label!==void 0?()=>n.label(a):void 0;return K("div",[K(l.value,{modelValue:e.modelValue,val:a.value,name:a.name===void 0?e.name:a.name,disable:e.disable||a.disable,label:c===void 0?a.label:null,leftLabel:a.leftLabel===void 0?e.leftLabel:a.leftLabel,color:a.color===void 0?e.color:a.color,checkedIcon:a.checkedIcon,uncheckedIcon:a.uncheckedIcon,dark:a.dark||i.value,size:a.size===void 0?e.size:a.size,dense:e.dense,keepColor:a.keepColor===void 0?e.keepColor:a.keepColor,"onUpdate:modelValue":u},c)])}))}}),dk=ft({name:"DialogPluginComponent",props:{...wr,title:String,message:String,prompt:Object,options:Object,progress:[Boolean,Object],html:Boolean,ok:{type:[String,Object,Boolean],default:!0},cancel:[String,Object,Boolean],focus:{type:String,default:"ok",validator:e=>["ok","cancel","none"].includes(e)},stackButtons:Boolean,color:String,cardClass:[String,Array,Object],cardStyle:[String,Array,Object]},emits:["ok","hide"],setup(e,{emit:t}){const{proxy:n}=je(),{$q:r}=n,s=Cr(e,r),i=pe(null),l=pe(e.prompt!==void 0?e.prompt.model:e.options!==void 0?e.options.model:void 0),p=W(()=>"q-dialog-plugin"+(s.value===!0?" q-dialog-plugin--dark q-dark":"")+(e.progress!==!1?" q-dialog-plugin--progress":"")),g=W(()=>e.color||(s.value===!0?"amber":"primary")),u=W(()=>e.progress===!1?null:Qt(e.progress)===!0?{component:e.progress.spinner||Zr,props:{color:e.progress.color||g.value}}:{component:Zr,props:{color:g.value}}),a=W(()=>e.prompt!==void 0||e.options!==void 0),o=W(()=>{if(a.value!==!0)return{};const{model:k,isValid:j,items:q,...U}=e.prompt!==void 0?e.prompt:e.options;return U}),c=W(()=>Qt(e.ok)===!0||e.ok===!0?r.lang.label.ok:e.ok),f=W(()=>Qt(e.cancel)===!0||e.cancel===!0?r.lang.label.cancel:e.cancel),d=W(()=>e.prompt!==void 0?e.prompt.isValid!==void 0&&e.prompt.isValid(l.value)!==!0:e.options!==void 0?e.options.isValid!==void 0&&e.options.isValid(l.value)!==!0:!1),h=W(()=>({color:g.value,label:c.value,ripple:!1,disable:d.value,...Qt(e.ok)===!0?e.ok:{flat:!0},"data-autofocus":e.focus==="ok"&&a.value!==!0||void 0,onClick:v})),m=W(()=>({color:g.value,label:f.value,ripple:!1,...Qt(e.cancel)===!0?e.cancel:{flat:!0},"data-autofocus":e.focus==="cancel"&&a.value!==!0||void 0,onClick:_}));Pe(()=>e.prompt&&e.prompt.model,E),Pe(()=>e.options&&e.options.model,E);function b(){i.value.show()}function y(){i.value.hide()}function v(){t("ok",xe(l.value)),y()}function _(){y()}function x(){t("hide")}function E(k){l.value=k}function S(k){d.value!==!0&&e.prompt.type!=="textarea"&&Ps(k,13)===!0&&v()}function A(k,j){return e.html===!0?K(Vr,{class:k,innerHTML:j}):K(Vr,{class:k},()=>j)}function O(){return[K(rk,{color:g.value,dense:!0,autofocus:!0,dark:s.value,...o.value,modelValue:l.value,"onUpdate:modelValue":E,onKeyup:S})]}function T(){return[K(uk,{color:g.value,options:e.options.items,dark:s.value,...o.value,modelValue:l.value,"onUpdate:modelValue":E})]}function w(){const k=[];return e.cancel&&k.push(K(Hi,m.value)),e.ok&&k.push(K(Hi,h.value)),K(gA,{class:e.stackButtons===!0?"items-end":"",vertical:e.stackButtons,align:"right"},()=>k)}function P(){const k=[];return e.title&&k.push(A("q-dialog__title",e.title)),e.progress!==!1&&k.push(K(Vr,{class:"q-dialog__progress"},()=>K(u.value.component,u.value.props))),e.message&&k.push(A("q-dialog__message",e.message)),e.prompt!==void 0?k.push(K(Vr,{class:"scroll q-dialog-plugin__form"},O)):e.options!==void 0&&k.push(K(up,{dark:s.value}),K(Vr,{class:"scroll q-dialog-plugin__form"},T),K(up,{dark:s.value})),(e.ok||e.cancel)&&k.push(w()),k}function M(){return[K(bA,{class:[p.value,e.cardClass],style:e.cardStyle,dark:s.value},P)]}return Object.assign(n,{show:b,hide:y}),()=>K(PA,{ref:i,onHide:x},M)}});function jA(e,t){for(const n in t)n!=="spinner"&&Object(t[n])===t[n]?(e[n]=Object(e[n])!==e[n]?{}:{...e[n]},jA(e[n],t[n])):e[n]=t[n]}function fk(e,t,n){return r=>{let s,i;const l=t===!0&&r.component!==void 0;if(l===!0){const{component:y,componentProps:v}=r;s=typeof y=="string"?n.component(y):y,i=v||{}}else{const{class:y,style:v,..._}=r;s=e,i=_,y!==void 0&&(_.cardClass=y),v!==void 0&&(_.cardStyle=v)}let p,g=!1;const u=pe(null),a=Cc(!1,"dialog"),o=y=>{if(u.value!==null&&u.value[y]!==void 0){u.value[y]();return}const v=p.$.subTree;if(v&&v.component){if(v.component.proxy&&v.component.proxy[y]){v.component.proxy[y]();return}if(v.component.subTree&&v.component.subTree.component&&v.component.subTree.component.proxy&&v.component.subTree.component.proxy[y]){v.component.subTree.component.proxy[y]();return}}console.error("[Quasar] Incorrectly defined Dialog component")},c=[],f=[],d={onOk(y){return c.push(y),d},onCancel(y){return f.push(y),d},onDismiss(y){return c.push(y),f.push(y),d},hide(){return o("hide"),d},update(y){if(p!==null){if(l===!0)Object.assign(i,y);else{const{class:v,style:_,...x}=y;v!==void 0&&(x.cardClass=v),_!==void 0&&(x.cardStyle=_),jA(i,x)}p.$forceUpdate()}return d}},h=y=>{g=!0,c.forEach(v=>{v(y)})},m=()=>{b.unmount(a),Bd(a),b=null,p=null,g!==!0&&f.forEach(y=>{y()})};let b=Wu({name:"QGlobalDialog",setup:()=>()=>K(s,{...i,ref:u,onOk:h,onHide:m,onVnodeMounted(...y){typeof i.onVnodeMounted=="function"&&i.onVnodeMounted(...y),Mt(()=>o("show"))}})},n);return p=b.mount(a),d}}var hk={install({$q:e,parentApp:t}){e.dialog=this.create=fk(dk,!0,t)}};const pk=Object.prototype.toString,gl=Object.prototype.hasOwnProperty,mk=new Set(["Boolean","Number","String","Function","Array","Date","RegExp"].map(e=>"[object "+e+"]"));function bp(e){if(e!==Object(e)||mk.has(pk.call(e))===!0||e.constructor&&gl.call(e,"constructor")===!1&&gl.call(e.constructor.prototype,"isPrototypeOf")===!1)return!1;let t;for(t in e);return t===void 0||gl.call(e,t)}function UA(){let e,t,n,r,s,i,l=arguments[0]||{},p=1,g=!1;const u=arguments.length;for(typeof l=="boolean"&&(g=l,l=arguments[1]||{},p=2),Object(l)!==l&&typeof l!="function"&&(l={}),u===p&&(l=this,p--);p<u;p++)if((e=arguments[p])!==null)for(t in e)n=l[t],r=e[t],l!==r&&(g===!0&&r&&((s=Array.isArray(r))||bp(r)===!0)?(s===!0?i=Array.isArray(n)===!0?n:[]:i=bp(n)===!0?n:{},l[t]=UA(g,i,r)):r!==void 0&&(l[t]=r));return l}let eo=null,Eu;const _p=[];function gk(e){e.title&&(e.title=e.titleTemplate?e.titleTemplate(e.title):e.title,delete e.titleTemplate),[["meta","content"],["link","href"]].forEach(t=>{const n=e[t[0]],r=t[1];for(const s in n){const i=n[s];i.template&&(Object.keys(i).length===1?delete n[s]:(i[r]=i.template(i[r]||""),delete i.template))}})}function vk(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!0;for(const n in e)if(e[n]!==t[n])return!0}function xp(e){return["class","style"].includes(e)===!1}function Ep(e){return["lang","dir"].includes(e)===!1}function yk(e,t){const n={},r={};return e===void 0?{add:t,remove:r}:(e.title!==t.title&&(n.title=t.title),["meta","link","script","htmlAttr","bodyAttr"].forEach(s=>{const i=e[s],l=t[s];if(r[s]=[],i==null){n[s]=l;return}n[s]={};for(const p in i)l.hasOwnProperty(p)===!1&&r[s].push(p);for(const p in l)i.hasOwnProperty(p)===!1?n[s][p]=l[p]:vk(i[p],l[p])===!0&&(r[s].push(p),n[s][p]=l[p])}),{add:n,remove:r})}function bk({add:e,remove:t}){e.title&&(document.title=e.title),Object.keys(t).length!==0&&(["meta","link","script"].forEach(n=>{t[n].forEach(r=>{document.head.querySelector(`${n}[data-qmeta="${r}"]`).remove()})}),t.htmlAttr.filter(Ep).forEach(n=>{document.documentElement.removeAttribute(n)}),t.bodyAttr.filter(xp).forEach(n=>{document.body.removeAttribute(n)})),["meta","link","script"].forEach(n=>{const r=e[n];for(const s in r){const i=document.createElement(n);for(const l in r[s])l!=="innerHTML"&&i.setAttribute(l,r[s][l]);i.setAttribute("data-qmeta",s),n==="script"&&(i.innerHTML=r[s].innerHTML||""),document.head.appendChild(i)}}),Object.keys(e.htmlAttr).filter(Ep).forEach(n=>{document.documentElement.setAttribute(n,e.htmlAttr[n]||"")}),Object.keys(e.bodyAttr).filter(xp).forEach(n=>{document.body.setAttribute(n,e.bodyAttr[n]||"")})}function _k(){eo=null;const e={title:"",titleTemplate:null,meta:{},link:{},script:{},htmlAttr:{},bodyAttr:{}};for(let t=0;t<_p.length;t++){const{active:n,val:r}=_p[t];n===!0&&UA(!0,e,r)}gk(e),bk(yk(Eu,e)),Eu=e}function lL(){eo!==null&&clearTimeout(eo),eo=setTimeout(_k,50)}var xk={install(e){this.__installed!==!0&&Qn.value===!0&&(Eu=window.__Q_META__,document.getElementById("qmeta-init").remove())}},Ek={config:{},plugins:{Loading:cn,Dialog:hk,Meta:xk,Notify:mA}};const Ak="/";async function Sk({app:e,router:t,store:n,storeKey:r},s){let i=!1;const l=u=>{try{return t.resolve(u).href}catch{}return Object(u)===u?null:u},p=u=>{if(i=!0,typeof u=="string"&&/^https?:\/\//.test(u)){window.location.href=u;return}const a=l(u);a!==null&&(window.location.href=a)},g=window.location.href.replace(window.location.origin,"");for(let u=0;i===!1&&u<s.length;u++)try{await s[u]({app:e,router:t,store:n,ssrContext:null,redirect:p,urlPath:g,publicPath:Ak})}catch(a){if(a&&a.url){p(a.url);return}console.error("[Quasar] boot error:",a);return}i!==!0&&(e.use(t),e.use(n,r),e.mount("#q-app"))}D2(Nm,Ek).then(e=>{const[t,n]=Promise.allSettled!==void 0?["allSettled",r=>r.map(s=>{if(s.status==="rejected"){console.error("[Quasar] boot error:",s.reason);return}return s.value.default})]:["all",r=>r.map(s=>s.default)];return Promise[t]([Oe(()=>import("./vueconfig.33db700d.js"),[]),Oe(()=>import("./sentry.cc536d89.js"),[]),Oe(()=>Promise.resolve().then(function(){return eB}),void 0),Oe(()=>Promise.resolve().then(function(){return rM}),void 0),Oe(()=>import("./auth.68eb80ca.js"),[]),Oe(()=>Promise.resolve().then(function(){return yI}),void 0),Oe(()=>import("./pinia.881fe1a9.js"),["assets/pinia.881fe1a9.js","assets/differenceInSeconds.2a53fdb7.js"]),Oe(()=>import("./socket.a9947bd3.js"),[])]).then(r=>{const s=n(r).filter(i=>typeof i=="function");Sk(e,s)})});export{h4 as $,y4 as A,dg as B,n0 as C,Yu as D,Mi as E,b4 as F,kt as G,DT as H,tT as I,Ho as J,i4 as K,mT as L,v4 as M,u4 as N,Xk as O,Qi as P,x4 as Q,zT as R,Tn as S,FT as T,Gu as U,Ku as V,QO as W,ZT as X,c4 as Y,Zk as Z,s4 as _,eg as a,a1 as a$,iT as a0,n4 as a1,CT as a2,m4 as a3,p4 as a4,g4 as a5,t4 as a6,lT as a7,S4 as a8,l4 as a9,W as aA,W1 as aB,Es as aC,As as aD,Lr as aE,$e as aF,zu as aG,To as aH,Fn as aI,ft as aJ,Rt as aK,Wk as aL,Na as aM,K as aN,vn as aO,je as aP,Hk as aQ,zk as aR,Qn as aS,iL as aT,ns as aU,Pe as aV,ko as aW,$r as aX,nn as aY,Q4 as aZ,Dp as a_,pT as aa,li as ab,Gk as ac,Yk as ad,Qk as ae,YO as af,XO as ag,vT as ah,a4 as ai,dT as aj,A4 as ak,Jk as al,E4 as am,e4 as an,o4 as ao,O4 as ap,T4 as aq,mn as ar,zo as as,oe as at,mv as au,KR as av,qe as aw,Sr as ax,Ym as ay,pe as az,P4 as b,_M as b$,kn as b0,Mt as b1,Xe as b2,Gp as b3,Ck as b4,wr as b5,Cr as b6,Mn as b7,Po as b8,Eo as b9,Rg as bA,up as bB,Ai as bC,Xi as bD,Yo as bE,qi as bF,En as bG,ad as bH,_w as bI,WB as bJ,Iy as bK,Pk as bL,wk as bM,sd as bN,Ul as bO,kd as bP,Nt as bQ,Fk as bR,Ii as bS,It as bT,tL as bU,xA as bV,EA as bW,WE as bX,Nu as bY,IS as bZ,ZM as b_,ea as ba,rd as bb,Vs as bc,bA as bd,Vr as be,df as bf,Pm as bg,Bf as bh,gA as bi,Hi as bj,Go as bk,YM as bl,GM as bm,PA as bn,en as bo,D4 as bp,K0 as bq,k4 as br,M4 as bs,I4 as bt,ws as bu,Dt as bv,My as bw,Mk as bx,gM as by,Ct as bz,Zm as c,$E as c$,as as c0,pR as c1,cI as c2,ge as c3,zp as c4,OM as c5,r2 as c6,s2 as c7,L2 as c8,i2 as c9,$2 as cA,Vm as cB,sS as cC,Io as cD,lm as cE,Ld as cF,Q2 as cG,xu as cH,Hc as cI,dm as cJ,Uu as cK,pr as cL,nk as cM,lo as cN,hR as cO,Hm as cP,F2 as cQ,Bi as cR,Za as cS,ut as cT,ia as cU,aa as cV,X4 as cW,cM as cX,Wi as cY,id as cZ,is as c_,_u as ca,Lk as cb,Kt as cc,TM as cd,Ps as ce,vA as cf,n2 as cg,t2 as ch,yA as ci,u2 as cj,_2 as ck,CO as cl,ap as cm,ip as cn,XM as co,xr as cp,b2 as cq,Md as cr,yM as cs,DO as ct,FO as cu,Bk as cv,Tk as cw,H2 as cx,z2 as cy,W2 as cz,rT as d,jI as d$,rk as d0,XE as d1,uA as d2,zO as d3,Ik as d4,kk as d5,ok as d6,oM as d7,VM as d8,uk as d9,gR as dA,PR as dB,DA as dC,ss as dD,T2 as dE,oL as dF,Hn as dG,Ig as dH,kg as dI,Mg as dJ,dI as dK,St as dL,iI as dM,jh as dN,cp as dO,Ql as dP,WR as dQ,F4 as dR,$k as dS,L4 as dT,Dd as dU,q4 as dV,H4 as dW,Oi as dX,gv as dY,Y0 as dZ,NI as d_,ik as da,tt as db,qk as dc,Rk as dd,Nk as de,Y4 as df,iM as dg,Um as dh,Uk as di,Vk as dj,Z4 as dk,Ju as dl,BS as dm,ji as dn,$R as dp,B4 as dq,hv as dr,Nh as ds,et as dt,C4 as du,cL as dv,Qt as dw,R4 as dx,VR as dy,fv as dz,ho as e,WM as e$,j4 as e0,YI as e1,JI as e2,ra as e3,UI as e4,VI as e5,qI as e6,Wy as e7,ZE as e8,HI as e9,sA as eA,aL as eB,Fd as eC,JD as eD,sc as eE,JE as eF,lL as eG,_p as eH,w4 as eI,fR as eJ,sL as eK,qn as eL,lA as eM,Rl as eN,Gm as eO,jk as eP,na as eQ,ul as eR,$4 as eS,sI as eT,KI as eU,tM as eV,nM as eW,XI as eX,K4 as eY,HR as eZ,EI as e_,zI as ea,ZI as eb,eM as ec,z4 as ed,st as ee,SI as ef,GE as eg,V4 as eh,KE as ei,hI as ej,nL as ek,rL as el,J4 as em,Kk as en,Zr as eo,pO as ep,Rd as eq,Dk as er,YR as es,D1 as et,Ye as eu,N4 as ev,FM as ew,eL as ex,yw as ey,rA as ez,r4 as f,W4 as f0,ck as f1,U4 as f2,bI as f3,lt as f4,G4 as f5,YE as f6,aA as f7,oA as f8,gI as f9,vI as fa,O2 as fb,xe as fc,Dg as fd,Ow as fe,Uh as ff,Vh as fg,hT as g,d4 as h,jo as i,Hr as j,Uo as k,wn as l,Jn as m,Nr as n,r0 as o,Va as p,Zu as q,f4 as r,qo as s,bi as t,gt as u,ed as v,$T as w,cg as x,_4 as y,Qu as z};

