@roudanio/awesome-comment 0.9.14 → 0.9.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,114 +1,38 @@
1
- (function(tn,se){typeof exports=="object"&&typeof module<"u"?module.exports=se():typeof define=="function"&&define.amd?define(se):(tn=typeof globalThis<"u"?globalThis:tn||self,tn.AwesomeComment=se())})(this,(function(){"use strict";/**
2
- * @vue/shared v3.5.22
3
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
- * @license MIT
5
- **/function tn(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const se={},Sn=[],at=()=>{},$o=()=>!1,Pr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ds=e=>e.startsWith("onUpdate:"),Pe=Object.assign,Fs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},vf=Object.prototype.hasOwnProperty,oe=(e,t)=>vf.call(e,t),K=Array.isArray,Tn=e=>Lr(e)==="[object Map]",No=e=>Lr(e)==="[object Set]",V=e=>typeof e=="function",we=e=>typeof e=="string",Ft=e=>typeof e=="symbol",pe=e=>e!==null&&typeof e=="object",Mo=e=>(pe(e)||V(e))&&V(e.then)&&V(e.catch),Do=Object.prototype.toString,Lr=e=>Do.call(e),wf=e=>Lr(e).slice(8,-1),Fo=e=>Lr(e)==="[object Object]",js=e=>we(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,zn=tn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Rr=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},kf=/-\w/g,Ye=Rr(e=>e.replace(kf,t=>t.slice(1).toUpperCase())),xf=/\B([A-Z])/g,jt=Rr(e=>e.replace(xf,"-$1").toLowerCase()),$r=Rr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Us=Rr(e=>e?`on${$r(e)}`:""),Ut=(e,t)=>!Object.is(e,t),Nr=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},jo=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Ws=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Uo;const Mr=()=>Uo||(Uo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Dr(e){if(K(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=we(r)?Ef(r):Dr(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(we(e)||pe(e))return e}const Sf=/;(?![^(]*\))/g,Tf=/:([^]+)/,If=/\/\*[^]*?\*\//g;function Ef(e){const t={};return e.replace(If,"").split(Sf).forEach(n=>{if(n){const r=n.split(Tf);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Kn(e){let t="";if(we(e))t=e;else if(K(e))for(let n=0;n<e.length;n++){const r=Kn(e[n]);r&&(t+=r+" ")}else if(pe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Cf=tn("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Wo(e){return!!e||e===""}const Ho=e=>!!(e&&e.__v_isRef===!0),be=e=>we(e)?e:e==null?"":K(e)||pe(e)&&(e.toString===Do||!V(e.toString))?Ho(e)?be(e.value):JSON.stringify(e,zo,2):String(e),zo=(e,t)=>Ho(t)?zo(e,t.value):Tn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Hs(r,i)+" =>"]=s,n),{})}:No(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Hs(n))}:Ft(t)?Hs(t):pe(t)&&!K(t)&&!Fo(t)?String(t):t,Hs=(e,t="")=>{var n;return Ft(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
6
- * @vue/reactivity v3.5.22
7
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
- * @license MIT
9
- **/let Le;class Ko{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Le,!t&&Le&&(this.index=(Le.scopes||(Le.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Le;try{return Le=this,t()}finally{Le=n}}}on(){++this._on===1&&(this.prevScope=Le,Le=this)}off(){this._on>0&&--this._on===0&&(Le=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=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}}}function zs(e){return new Ko(e)}function Vo(){return Le}function Of(e,t=!1){Le&&Le.cleanups.push(e)}let de;const Ks=new WeakSet;class Bo{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Le&&Le.active&&Le.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Ks.has(this)&&(Ks.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Zo(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Qo(this),Yo(this);const t=de,n=et;de=this,et=!0;try{return this.fn()}finally{Xo(this),de=t,et=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Zs(t);this.deps=this.depsTail=void 0,Qo(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Ks.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Gs(this)&&this.run()}get dirty(){return Gs(this)}}let Go=0,Vn,Bn;function Zo(e,t=!1){if(e.flags|=8,t){e.next=Bn,Bn=e;return}e.next=Vn,Vn=e}function Vs(){Go++}function Bs(){if(--Go>0)return;if(Bn){let t=Bn;for(Bn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Vn;){let t=Vn;for(Vn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function Yo(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Xo(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),Zs(r),Af(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function Gs(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Jo(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Jo(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Gn)||(e.globalVersion=Gn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Gs(e))))return;e.flags|=2;const t=e.dep,n=de,r=et;de=e,et=!0;try{Yo(e);const s=e.fn(e._value);(t.version===0||Ut(s,e._value))&&(e.flags|=128,e._value=s,t.version++)}catch(s){throw t.version++,s}finally{de=n,et=r,Xo(e),e.flags&=-3}}function Zs(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Zs(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Af(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let et=!0;const qo=[];function lt(){qo.push(et),et=!1}function ct(){const e=qo.pop();et=e===void 0?!0:e}function Qo(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=de;de=void 0;try{t()}finally{de=n}}}let Gn=0;class Pf{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ys{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!de||!et||de===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==de)n=this.activeLink=new Pf(de,this),de.deps?(n.prevDep=de.depsTail,de.depsTail.nextDep=n,de.depsTail=n):de.deps=de.depsTail=n,ea(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=de.depsTail,n.nextDep=void 0,de.depsTail.nextDep=n,de.depsTail=n,de.deps===n&&(de.deps=r)}return n}trigger(t){this.version++,Gn++,this.notify(t)}notify(t){Vs();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Bs()}}}function ea(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)ea(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Fr=new WeakMap,nn=Symbol(""),Xs=Symbol(""),Zn=Symbol("");function Re(e,t,n){if(et&&de){let r=Fr.get(e);r||Fr.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new Ys),s.map=r,s.key=n),s.track()}}function It(e,t,n,r,s,i){const o=Fr.get(e);if(!o){Gn++;return}const a=l=>{l&&l.trigger()};if(Vs(),t==="clear")o.forEach(a);else{const l=K(e),u=l&&js(n);if(l&&n==="length"){const c=Number(r);o.forEach((f,d)=>{(d==="length"||d===Zn||!Ft(d)&&d>=c)&&a(f)})}else switch((n!==void 0||o.has(void 0))&&a(o.get(n)),u&&a(o.get(Zn)),t){case"add":l?u&&a(o.get("length")):(a(o.get(nn)),Tn(e)&&a(o.get(Xs)));break;case"delete":l||(a(o.get(nn)),Tn(e)&&a(o.get(Xs)));break;case"set":Tn(e)&&a(o.get(nn));break}}Bs()}function Lf(e,t){const n=Fr.get(e);return n&&n.get(t)}function In(e){const t=ee(e);return t===e?t:(Re(t,"iterate",Zn),Xe(e)?t:t.map(Ce))}function jr(e){return Re(e=ee(e),"iterate",Zn),e}const Rf={__proto__:null,[Symbol.iterator](){return Js(this,Symbol.iterator,Ce)},concat(...e){return In(this).concat(...e.map(t=>K(t)?In(t):t))},entries(){return Js(this,"entries",e=>(e[1]=Ce(e[1]),e))},every(e,t){return Et(this,"every",e,t,void 0,arguments)},filter(e,t){return Et(this,"filter",e,t,n=>n.map(Ce),arguments)},find(e,t){return Et(this,"find",e,t,Ce,arguments)},findIndex(e,t){return Et(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Et(this,"findLast",e,t,Ce,arguments)},findLastIndex(e,t){return Et(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Et(this,"forEach",e,t,void 0,arguments)},includes(...e){return qs(this,"includes",e)},indexOf(...e){return qs(this,"indexOf",e)},join(e){return In(this).join(e)},lastIndexOf(...e){return qs(this,"lastIndexOf",e)},map(e,t){return Et(this,"map",e,t,void 0,arguments)},pop(){return Yn(this,"pop")},push(...e){return Yn(this,"push",e)},reduce(e,...t){return ta(this,"reduce",e,t)},reduceRight(e,...t){return ta(this,"reduceRight",e,t)},shift(){return Yn(this,"shift")},some(e,t){return Et(this,"some",e,t,void 0,arguments)},splice(...e){return Yn(this,"splice",e)},toReversed(){return In(this).toReversed()},toSorted(e){return In(this).toSorted(e)},toSpliced(...e){return In(this).toSpliced(...e)},unshift(...e){return Yn(this,"unshift",e)},values(){return Js(this,"values",Ce)}};function Js(e,t,n){const r=jr(e),s=r[t]();return r!==e&&!Xe(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.done||(i.value=n(i.value)),i}),s}const $f=Array.prototype;function Et(e,t,n,r,s,i){const o=jr(e),a=o!==e&&!Xe(e),l=o[t];if(l!==$f[t]){const f=l.apply(e,i);return a?Ce(f):f}let u=n;o!==e&&(a?u=function(f,d){return n.call(this,Ce(f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const c=l.call(o,u,r);return a&&s?s(c):c}function ta(e,t,n,r){const s=jr(e);let i=n;return s!==e&&(Xe(e)?n.length>3&&(i=function(o,a,l){return n.call(this,o,a,l,e)}):i=function(o,a,l){return n.call(this,o,Ce(a),l,e)}),s[t](i,...r)}function qs(e,t,n){const r=ee(e);Re(r,"iterate",Zn);const s=r[t](...n);return(s===-1||s===!1)&&ti(n[0])?(n[0]=ee(n[0]),r[t](...n)):s}function Yn(e,t,n=[]){lt(),Vs();const r=ee(e)[t].apply(e,n);return Bs(),ct(),r}const Nf=tn("__proto__,__v_isRef,__isVue"),na=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ft));function Mf(e){Ft(e)||(e=String(e));const t=ee(this);return Re(t,"has",e),t.hasOwnProperty(e)}class ra{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;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?ca:la:i?aa:oa).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=K(t);if(!s){let l;if(o&&(l=Rf[n]))return l;if(n==="hasOwnProperty")return Mf}const a=Reflect.get(t,n,ye(t)?t:r);if((Ft(n)?na.has(n):Nf(n))||(s||Re(t,"get",n),i))return a;if(ye(a)){const l=o&&js(n)?a:a.value;return s&&pe(l)?ei(l):l}return pe(a)?s?ei(a):zr(a):a}}class sa extends ra{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];if(!this._isShallow){const l=Ht(i);if(!Xe(r)&&!Ht(r)&&(i=ee(i),r=ee(r)),!K(t)&&ye(i)&&!ye(r))return l||(i.value=r),!0}const o=K(t)&&js(n)?Number(n)<t.length:oe(t,n),a=Reflect.set(t,n,r,ye(t)?t:s);return t===ee(s)&&(o?Ut(r,i)&&It(t,"set",n,r):It(t,"add",n,r)),a}deleteProperty(t,n){const r=oe(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&It(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Ft(n)||!na.has(n))&&Re(t,"has",n),r}ownKeys(t){return Re(t,"iterate",K(t)?"length":nn),Reflect.ownKeys(t)}}class ia extends ra{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Df=new sa,Ff=new ia,jf=new sa(!0),Uf=new ia(!0),Qs=e=>e,Ur=e=>Reflect.getPrototypeOf(e);function Wf(e,t,n){return function(...r){const s=this.__v_raw,i=ee(s),o=Tn(i),a=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,u=s[e](...r),c=n?Qs:t?Vr:Ce;return!t&&Re(i,"iterate",l?Xs:nn),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:a?[c(f[0]),c(f[1])]:c(f),done:d}},[Symbol.iterator](){return this}}}}function Wr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Hf(e,t){const n={get(s){const i=this.__v_raw,o=ee(i),a=ee(s);e||(Ut(s,a)&&Re(o,"get",s),Re(o,"get",a));const{has:l}=Ur(o),u=t?Qs:e?Vr:Ce;if(l.call(o,s))return u(i.get(s));if(l.call(o,a))return u(i.get(a));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!e&&Re(ee(s),"iterate",nn),s.size},has(s){const i=this.__v_raw,o=ee(i),a=ee(s);return e||(Ut(s,a)&&Re(o,"has",s),Re(o,"has",a)),s===a?i.has(s):i.has(s)||i.has(a)},forEach(s,i){const o=this,a=o.__v_raw,l=ee(a),u=t?Qs:e?Vr:Ce;return!e&&Re(l,"iterate",nn),a.forEach((c,f)=>s.call(i,u(c),u(f),o))}};return Pe(n,e?{add:Wr("add"),set:Wr("set"),delete:Wr("delete"),clear:Wr("clear")}:{add(s){!t&&!Xe(s)&&!Ht(s)&&(s=ee(s));const i=ee(this);return Ur(i).has.call(i,s)||(i.add(s),It(i,"add",s,s)),this},set(s,i){!t&&!Xe(i)&&!Ht(i)&&(i=ee(i));const o=ee(this),{has:a,get:l}=Ur(o);let u=a.call(o,s);u||(s=ee(s),u=a.call(o,s));const c=l.call(o,s);return o.set(s,i),u?Ut(i,c)&&It(o,"set",s,i):It(o,"add",s,i),this},delete(s){const i=ee(this),{has:o,get:a}=Ur(i);let l=o.call(i,s);l||(s=ee(s),l=o.call(i,s)),a&&a.call(i,s);const u=i.delete(s);return l&&It(i,"delete",s,void 0),u},clear(){const s=ee(this),i=s.size!==0,o=s.clear();return i&&It(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Wf(s,e,t)}),n}function Hr(e,t){const n=Hf(e,t);return(r,s,i)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(oe(n,s)&&s in r?n:r,s,i)}const zf={get:Hr(!1,!1)},Kf={get:Hr(!1,!0)},Vf={get:Hr(!0,!1)},Bf={get:Hr(!0,!0)},oa=new WeakMap,aa=new WeakMap,la=new WeakMap,ca=new WeakMap;function Gf(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Zf(e){return e.__v_skip||!Object.isExtensible(e)?0:Gf(wf(e))}function zr(e){return Ht(e)?e:Kr(e,!1,Df,zf,oa)}function Yf(e){return Kr(e,!1,jf,Kf,aa)}function ei(e){return Kr(e,!0,Ff,Vf,la)}function jw(e){return Kr(e,!0,Uf,Bf,ca)}function Kr(e,t,n,r,s){if(!pe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=Zf(e);if(i===0)return e;const o=s.get(e);if(o)return o;const a=new Proxy(e,i===2?r:n);return s.set(e,a),a}function Wt(e){return Ht(e)?Wt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ht(e){return!!(e&&e.__v_isReadonly)}function Xe(e){return!!(e&&e.__v_isShallow)}function ti(e){return e?!!e.__v_raw:!1}function ee(e){const t=e&&e.__v_raw;return t?ee(t):e}function ni(e){return!oe(e,"__v_skip")&&Object.isExtensible(e)&&jo(e,"__v_skip",!0),e}const Ce=e=>pe(e)?zr(e):e,Vr=e=>pe(e)?ei(e):e;function ye(e){return e?e.__v_isRef===!0:!1}function te(e){return ua(e,!1)}function Xf(e){return ua(e,!0)}function ua(e,t){return ye(e)?e:new Jf(e,t)}class Jf{constructor(t,n){this.dep=new Ys,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ee(t),this._value=n?t:Ce(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||Xe(t)||Ht(t);t=r?t:ee(t),Ut(t,n)&&(this._rawValue=t,this._value=r?t:Ce(t),this.dep.trigger())}}function H(e){return ye(e)?e.value:e}const qf={get:(e,t,n)=>t==="__v_raw"?e:H(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return ye(s)&&!ye(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function fa(e){return Wt(e)?e:new Proxy(e,qf)}function Qf(e){const t=K(e)?new Array(e.length):{};for(const n in e)t[n]=td(e,n);return t}class ed{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Lf(ee(this._object),this._key)}}function td(e,t,n){const r=e[t];return ye(r)?r:new ed(e,t,n)}class nd{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ys(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Gn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&de!==this)return Zo(this,!0),!0}get value(){const t=this.dep.track();return Jo(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function rd(e,t,n=!1){let r,s;return V(e)?r=e:(r=e.get,s=e.set),new nd(r,s,n)}const Br={},Gr=new WeakMap;let rn;function sd(e,t=!1,n=rn){if(n){let r=Gr.get(n);r||Gr.set(n,r=[]),r.push(e)}}function id(e,t,n=se){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:a,call:l}=n,u=g=>s?g:Xe(g)||s===!1||s===0?Ct(g,1):Ct(g);let c,f,d,m,y=!1,w=!1;if(ye(e)?(f=()=>e.value,y=Xe(e)):Wt(e)?(f=()=>u(e),y=!0):K(e)?(w=!0,y=e.some(g=>Wt(g)||Xe(g)),f=()=>e.map(g=>{if(ye(g))return g.value;if(Wt(g))return u(g);if(V(g))return l?l(g,2):g()})):V(e)?t?f=l?()=>l(e,2):e:f=()=>{if(d){lt();try{d()}finally{ct()}}const g=rn;rn=c;try{return l?l(e,3,[m]):e(m)}finally{rn=g}}:f=at,t&&s){const g=f,O=s===!0?1/0:s;f=()=>Ct(g(),O)}const E=Vo(),_=()=>{c.stop(),E&&E.active&&Fs(E.effects,c)};if(i&&t){const g=t;t=(...O)=>{g(...O),_()}}let v=w?new Array(e.length).fill(Br):Br;const T=g=>{if(!(!(c.flags&1)||!c.dirty&&!g))if(t){const O=c.run();if(s||y||(w?O.some((M,P)=>Ut(M,v[P])):Ut(O,v))){d&&d();const M=rn;rn=c;try{const P=[O,v===Br?void 0:w&&v[0]===Br?[]:v,m];v=O,l?l(t,3,P):t(...P)}finally{rn=M}}}else c.run()};return a&&a(T),c=new Bo(f),c.scheduler=o?()=>o(T,!1):T,m=g=>sd(g,!1,c),d=c.onStop=()=>{const g=Gr.get(c);if(g){if(l)l(g,4);else for(const O of g)O();Gr.delete(c)}},t?r?T(!0):v=c.run():o?o(T.bind(null,!0),!0):c.run(),_.pause=c.pause.bind(c),_.resume=c.resume.bind(c),_.stop=_,_}function Ct(e,t=1/0,n){if(t<=0||!pe(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ye(e))Ct(e.value,t,n);else if(K(e))for(let r=0;r<e.length;r++)Ct(e[r],t,n);else if(No(e)||Tn(e))e.forEach(r=>{Ct(r,t,n)});else if(Fo(e)){for(const r in e)Ct(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Ct(e[r],t,n)}return e}/**
10
- * @vue/runtime-core v3.5.22
11
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
- * @license MIT
13
- **/const Xn=[];let ri=!1;function Uw(e,...t){if(ri)return;ri=!0,lt();const n=Xn.length?Xn[Xn.length-1].component:null,r=n&&n.appContext.config.warnHandler,s=od();if(r)En(r,n,11,[e+t.map(i=>{var o,a;return(a=(o=i.toString)==null?void 0:o.call(i))!=null?a:JSON.stringify(i)}).join(""),n&&n.proxy,s.map(({vnode:i})=>`at <${il(n,i.type)}>`).join(`
1
+ (function(sn,se){typeof exports=="object"&&typeof module<"u"?module.exports=se():typeof define=="function"&&define.amd?define(se):(sn=typeof globalThis<"u"?globalThis:sn||self,sn.AwesomeComment=se())})(this,(function(){"use strict";function sn(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const se={},En=[],ct=()=>{},Go=()=>!1,Ur=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Xs=e=>e.startsWith("onUpdate:"),Pe=Object.assign,Ys=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Gf=Object.prototype.hasOwnProperty,oe=(e,t)=>Gf.call(e,t),z=Array.isArray,In=e=>Kr(e)==="[object Map]",Zo=e=>Kr(e)==="[object Set]",B=e=>typeof e=="function",ve=e=>typeof e=="string",Wt=e=>typeof e=="symbol",pe=e=>e!==null&&typeof e=="object",Xo=e=>(pe(e)||B(e))&&B(e.then)&&B(e.catch),Yo=Object.prototype.toString,Kr=e=>Yo.call(e),Zf=e=>Kr(e).slice(8,-1),Jo=e=>Kr(e)==="[object Object]",Wr=e=>ve(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Xn=sn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Hr=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},Xf=/-\w/g,Xe=Hr(e=>e.replace(Xf,t=>t.slice(1).toUpperCase())),Yf=/\B([A-Z])/g,Ht=Hr(e=>e.replace(Yf,"-$1").toLowerCase()),zr=Hr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Js=Hr(e=>e?`on${zr(e)}`:""),zt=(e,t)=>!Object.is(e,t),Vr=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},qo=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},qs=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Qo;const Br=()=>Qo||(Qo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Gr(e){if(z(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=ve(r)?ed(r):Gr(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(ve(e)||pe(e))return e}const Jf=/;(?![^(]*\))/g,qf=/:([^]+)/,Qf=/\/\*[^]*?\*\//g;function ed(e){const t={};return e.replace(Qf,"").split(Jf).forEach(n=>{if(n){const r=n.split(qf);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Yn(e){let t="";if(ve(e))t=e;else if(z(e))for(let n=0;n<e.length;n++){const r=Yn(e[n]);r&&(t+=r+" ")}else if(pe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const td=sn("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function ea(e){return!!e||e===""}const ta=e=>!!(e&&e.__v_isRef===!0),be=e=>ve(e)?e:e==null?"":z(e)||pe(e)&&(e.toString===Yo||!B(e.toString))?ta(e)?be(e.value):JSON.stringify(e,na,2):String(e),na=(e,t)=>ta(t)?na(e,t.value):In(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Qs(r,i)+" =>"]=s,n),{})}:Zo(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Qs(n))}:Wt(t)?Qs(t):pe(t)&&!z(t)&&!Jo(t)?String(t):t,Qs=(e,t="")=>{var n;return Wt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};let Le;class ra{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Le,!t&&Le&&(this.index=(Le.scopes||(Le.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Le;try{return Le=this,t()}finally{Le=n}}}on(){++this._on===1&&(this.prevScope=Le,Le=this)}off(){this._on>0&&--this._on===0&&(Le=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=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}}}function ei(e){return new ra(e)}function sa(){return Le}function nd(e,t=!1){Le&&Le.cleanups.push(e)}let de;const ti=new WeakSet;class ia{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Le&&Le.active&&Le.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ti.has(this)&&(ti.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||aa(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,da(this),la(this);const t=de,n=Qe;de=this,Qe=!0;try{return this.fn()}finally{ca(this),de=t,Qe=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)ii(t);this.deps=this.depsTail=void 0,da(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ti.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){si(this)&&this.run()}get dirty(){return si(this)}}let oa=0,Jn,qn;function aa(e,t=!1){if(e.flags|=8,t){e.next=qn,qn=e;return}e.next=Jn,Jn=e}function ni(){oa++}function ri(){if(--oa>0)return;if(qn){let t=qn;for(qn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Jn;){let t=Jn;for(Jn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function la(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ca(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),ii(r),rd(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function si(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ua(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ua(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Qn)||(e.globalVersion=Qn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!si(e))))return;e.flags|=2;const t=e.dep,n=de,r=Qe;de=e,Qe=!0;try{la(e);const s=e.fn(e._value);(t.version===0||zt(s,e._value))&&(e.flags|=128,e._value=s,t.version++)}catch(s){throw t.version++,s}finally{de=n,Qe=r,ca(e),e.flags&=-3}}function ii(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)ii(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function rd(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Qe=!0;const fa=[];function ut(){fa.push(Qe),Qe=!1}function ft(){const e=fa.pop();Qe=e===void 0?!0:e}function da(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=de;de=void 0;try{t()}finally{de=n}}}let Qn=0;class sd{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class oi{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!de||!Qe||de===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==de)n=this.activeLink=new sd(de,this),de.deps?(n.prevDep=de.depsTail,de.depsTail.nextDep=n,de.depsTail=n):de.deps=de.depsTail=n,ha(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=de.depsTail,n.nextDep=void 0,de.depsTail.nextDep=n,de.depsTail=n,de.deps===n&&(de.deps=r)}return n}trigger(t){this.version++,Qn++,this.notify(t)}notify(t){ni();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ri()}}}function ha(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)ha(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Zr=new WeakMap,on=Symbol(""),ai=Symbol(""),er=Symbol("");function Re(e,t,n){if(Qe&&de){let r=Zr.get(e);r||Zr.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new oi),s.map=r,s.key=n),s.track()}}function Et(e,t,n,r,s,i){const o=Zr.get(e);if(!o){Qn++;return}const a=l=>{l&&l.trigger()};if(ni(),t==="clear")o.forEach(a);else{const l=z(e),u=l&&Wr(n);if(l&&n==="length"){const c=Number(r);o.forEach((f,d)=>{(d==="length"||d===er||!Wt(d)&&d>=c)&&a(f)})}else switch((n!==void 0||o.has(void 0))&&a(o.get(n)),u&&a(o.get(er)),t){case"add":l?u&&a(o.get("length")):(a(o.get(on)),In(e)&&a(o.get(ai)));break;case"delete":l||(a(o.get(on)),In(e)&&a(o.get(ai)));break;case"set":In(e)&&a(o.get(on));break}}ri()}function id(e,t){const n=Zr.get(e);return n&&n.get(t)}function Cn(e){const t=ee(e);return t===e?t:(Re(t,"iterate",er),He(e)?t:t.map(et))}function Xr(e){return Re(e=ee(e),"iterate",er),e}function Vt(e,t){return Ot(e)?Ct(e)?On(et(t)):On(t):et(t)}const od={__proto__:null,[Symbol.iterator](){return li(this,Symbol.iterator,e=>Vt(this,e))},concat(...e){return Cn(this).concat(...e.map(t=>z(t)?Cn(t):t))},entries(){return li(this,"entries",e=>(e[1]=Vt(this,e[1]),e))},every(e,t){return It(this,"every",e,t,void 0,arguments)},filter(e,t){return It(this,"filter",e,t,n=>n.map(r=>Vt(this,r)),arguments)},find(e,t){return It(this,"find",e,t,n=>Vt(this,n),arguments)},findIndex(e,t){return It(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return It(this,"findLast",e,t,n=>Vt(this,n),arguments)},findLastIndex(e,t){return It(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return It(this,"forEach",e,t,void 0,arguments)},includes(...e){return ci(this,"includes",e)},indexOf(...e){return ci(this,"indexOf",e)},join(e){return Cn(this).join(e)},lastIndexOf(...e){return ci(this,"lastIndexOf",e)},map(e,t){return It(this,"map",e,t,void 0,arguments)},pop(){return tr(this,"pop")},push(...e){return tr(this,"push",e)},reduce(e,...t){return pa(this,"reduce",e,t)},reduceRight(e,...t){return pa(this,"reduceRight",e,t)},shift(){return tr(this,"shift")},some(e,t){return It(this,"some",e,t,void 0,arguments)},splice(...e){return tr(this,"splice",e)},toReversed(){return Cn(this).toReversed()},toSorted(e){return Cn(this).toSorted(e)},toSpliced(...e){return Cn(this).toSpliced(...e)},unshift(...e){return tr(this,"unshift",e)},values(){return li(this,"values",e=>Vt(this,e))}};function li(e,t,n){const r=Xr(e),s=r[t]();return r!==e&&!He(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.done||(i.value=n(i.value)),i}),s}const ad=Array.prototype;function It(e,t,n,r,s,i){const o=Xr(e),a=o!==e&&!He(e),l=o[t];if(l!==ad[t]){const f=l.apply(e,i);return a?et(f):f}let u=n;o!==e&&(a?u=function(f,d){return n.call(this,Vt(e,f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const c=l.call(o,u,r);return a&&s?s(c):c}function pa(e,t,n,r){const s=Xr(e);let i=n;return s!==e&&(He(e)?n.length>3&&(i=function(o,a,l){return n.call(this,o,a,l,e)}):i=function(o,a,l){return n.call(this,o,Vt(e,a),l,e)}),s[t](i,...r)}function ci(e,t,n){const r=ee(e);Re(r,"iterate",er);const s=r[t](...n);return(s===-1||s===!1)&&ts(n[0])?(n[0]=ee(n[0]),r[t](...n)):s}function tr(e,t,n=[]){ut(),ni();const r=ee(e)[t].apply(e,n);return ri(),ft(),r}const ld=sn("__proto__,__v_isRef,__isVue"),ma=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Wt));function cd(e){Wt(e)||(e=String(e));const t=ee(this);return Re(t,"has",e),t.hasOwnProperty(e)}class ga{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;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?ka:va:i?wa:ya).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=z(t);if(!s){let l;if(o&&(l=od[n]))return l;if(n==="hasOwnProperty")return cd}const a=Reflect.get(t,n,ye(t)?t:r);if((Wt(n)?ma.has(n):ld(n))||(s||Re(t,"get",n),i))return a;if(ye(a)){const l=o&&Wr(n)?a:a.value;return s&&pe(l)?fi(l):l}return pe(a)?s?fi(a):Qr(a):a}}class _a extends ga{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];const o=z(t)&&Wr(n);if(!this._isShallow){const u=Ot(i);if(!He(r)&&!Ot(r)&&(i=ee(i),r=ee(r)),!o&&ye(i)&&!ye(r))return u||(i.value=r),!0}const a=o?Number(n)<t.length:oe(t,n),l=Reflect.set(t,n,r,ye(t)?t:s);return t===ee(s)&&(a?zt(r,i)&&Et(t,"set",n,r):Et(t,"add",n,r)),l}deleteProperty(t,n){const r=oe(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&Et(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Wt(n)||!ma.has(n))&&Re(t,"has",n),r}ownKeys(t){return Re(t,"iterate",z(t)?"length":on),Reflect.ownKeys(t)}}class ba extends ga{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const ud=new _a,fd=new ba,dd=new _a(!0),hd=new ba(!0),ui=e=>e,Yr=e=>Reflect.getPrototypeOf(e);function pd(e,t,n){return function(...r){const s=this.__v_raw,i=ee(s),o=In(i),a=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,u=s[e](...r),c=n?ui:t?On:et;return!t&&Re(i,"iterate",l?ai:on),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:a?[c(f[0]),c(f[1])]:c(f),done:d}},[Symbol.iterator](){return this}}}}function Jr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function md(e,t){const n={get(s){const i=this.__v_raw,o=ee(i),a=ee(s);e||(zt(s,a)&&Re(o,"get",s),Re(o,"get",a));const{has:l}=Yr(o),u=t?ui:e?On:et;if(l.call(o,s))return u(i.get(s));if(l.call(o,a))return u(i.get(a));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!e&&Re(ee(s),"iterate",on),s.size},has(s){const i=this.__v_raw,o=ee(i),a=ee(s);return e||(zt(s,a)&&Re(o,"has",s),Re(o,"has",a)),s===a?i.has(s):i.has(s)||i.has(a)},forEach(s,i){const o=this,a=o.__v_raw,l=ee(a),u=t?ui:e?On:et;return!e&&Re(l,"iterate",on),a.forEach((c,f)=>s.call(i,u(c),u(f),o))}};return Pe(n,e?{add:Jr("add"),set:Jr("set"),delete:Jr("delete"),clear:Jr("clear")}:{add(s){!t&&!He(s)&&!Ot(s)&&(s=ee(s));const i=ee(this);return Yr(i).has.call(i,s)||(i.add(s),Et(i,"add",s,s)),this},set(s,i){!t&&!He(i)&&!Ot(i)&&(i=ee(i));const o=ee(this),{has:a,get:l}=Yr(o);let u=a.call(o,s);u||(s=ee(s),u=a.call(o,s));const c=l.call(o,s);return o.set(s,i),u?zt(i,c)&&Et(o,"set",s,i):Et(o,"add",s,i),this},delete(s){const i=ee(this),{has:o,get:a}=Yr(i);let l=o.call(i,s);l||(s=ee(s),l=o.call(i,s)),a&&a.call(i,s);const u=i.delete(s);return l&&Et(i,"delete",s,void 0),u},clear(){const s=ee(this),i=s.size!==0,o=s.clear();return i&&Et(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=pd(s,e,t)}),n}function qr(e,t){const n=md(e,t);return(r,s,i)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(oe(n,s)&&s in r?n:r,s,i)}const gd={get:qr(!1,!1)},_d={get:qr(!1,!0)},bd={get:qr(!0,!1)},yd={get:qr(!0,!0)},ya=new WeakMap,wa=new WeakMap,va=new WeakMap,ka=new WeakMap;function wd(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function vd(e){return e.__v_skip||!Object.isExtensible(e)?0:wd(Zf(e))}function Qr(e){return Ot(e)?e:es(e,!1,ud,gd,ya)}function kd(e){return es(e,!1,dd,_d,wa)}function fi(e){return es(e,!0,fd,bd,va)}function Ak(e){return es(e,!0,hd,yd,ka)}function es(e,t,n,r,s){if(!pe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=vd(e);if(i===0)return e;const o=s.get(e);if(o)return o;const a=new Proxy(e,i===2?r:n);return s.set(e,a),a}function Ct(e){return Ot(e)?Ct(e.__v_raw):!!(e&&e.__v_isReactive)}function Ot(e){return!!(e&&e.__v_isReadonly)}function He(e){return!!(e&&e.__v_isShallow)}function ts(e){return e?!!e.__v_raw:!1}function ee(e){const t=e&&e.__v_raw;return t?ee(t):e}function di(e){return!oe(e,"__v_skip")&&Object.isExtensible(e)&&qo(e,"__v_skip",!0),e}const et=e=>pe(e)?Qr(e):e,On=e=>pe(e)?fi(e):e;function ye(e){return e?e.__v_isRef===!0:!1}function te(e){return xa(e,!1)}function xd(e){return xa(e,!0)}function xa(e,t){return ye(e)?e:new Sd(e,t)}class Sd{constructor(t,n){this.dep=new oi,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ee(t),this._value=n?t:et(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||He(t)||Ot(t);t=r?t:ee(t),zt(t,n)&&(this._rawValue=t,this._value=r?t:et(t),this.dep.trigger())}}function W(e){return ye(e)?e.value:e}const Td={get:(e,t,n)=>t==="__v_raw"?e:W(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return ye(s)&&!ye(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Sa(e){return Ct(e)?e:new Proxy(e,Td)}function Ed(e){const t=z(e)?new Array(e.length):{};for(const n in e)t[n]=Cd(e,n);return t}class Id{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0,this._raw=ee(t);let s=!0,i=t;if(!z(t)||!Wr(String(n)))do s=!ts(i)||He(i);while(s&&(i=i.__v_raw));this._shallow=s}get value(){let t=this._object[this._key];return this._shallow&&(t=W(t)),this._value=t===void 0?this._defaultValue:t}set value(t){if(this._shallow&&ye(this._raw[this._key])){const n=this._object[this._key];if(ye(n)){n.value=t;return}}this._object[this._key]=t}get dep(){return id(this._raw,this._key)}}function Cd(e,t,n){return new Id(e,t,n)}class Od{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new oi(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Qn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&de!==this)return aa(this,!0),!0}get value(){const t=this.dep.track();return ua(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Ad(e,t,n=!1){let r,s;return B(e)?r=e:(r=e.get,s=e.set),new Od(r,s,n)}const ns={},rs=new WeakMap;let an;function Pd(e,t=!1,n=an){if(n){let r=rs.get(n);r||rs.set(n,r=[]),r.push(e)}}function Ld(e,t,n=se){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:a,call:l}=n,u=g=>s?g:He(g)||s===!1||s===0?At(g,1):At(g);let c,f,d,h,y=!1,w=!1;if(ye(e)?(f=()=>e.value,y=He(e)):Ct(e)?(f=()=>u(e),y=!0):z(e)?(w=!0,y=e.some(g=>Ct(g)||He(g)),f=()=>e.map(g=>{if(ye(g))return g.value;if(Ct(g))return u(g);if(B(g))return l?l(g,2):g()})):B(e)?t?f=l?()=>l(e,2):e:f=()=>{if(d){ut();try{d()}finally{ft()}}const g=an;an=c;try{return l?l(e,3,[h]):e(h)}finally{an=g}}:f=ct,t&&s){const g=f,C=s===!0?1/0:s;f=()=>At(g(),C)}const E=sa(),_=()=>{c.stop(),E&&E.active&&Ys(E.effects,c)};if(i&&t){const g=t;t=(...C)=>{g(...C),_()}}let v=w?new Array(e.length).fill(ns):ns;const T=g=>{if(!(!(c.flags&1)||!c.dirty&&!g))if(t){const C=c.run();if(s||y||(w?C.some((D,P)=>zt(D,v[P])):zt(C,v))){d&&d();const D=an;an=c;try{const P=[C,v===ns?void 0:w&&v[0]===ns?[]:v,h];v=C,l?l(t,3,P):t(...P)}finally{an=D}}}else c.run()};return a&&a(T),c=new ia(f),c.scheduler=o?()=>o(T,!1):T,h=g=>Pd(g,!1,c),d=c.onStop=()=>{const g=rs.get(c);if(g){if(l)l(g,4);else for(const C of g)C();rs.delete(c)}},t?r?T(!0):v=c.run():o?o(T.bind(null,!0),!0):c.run(),_.pause=c.pause.bind(c),_.resume=c.resume.bind(c),_.stop=_,_}function At(e,t=1/0,n){if(t<=0||!pe(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ye(e))At(e.value,t,n);else if(z(e))for(let r=0;r<e.length;r++)At(e[r],t,n);else if(Zo(e)||In(e))e.forEach(r=>{At(r,t,n)});else if(Jo(e)){for(const r in e)At(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&At(e[r],t,n)}return e}const nr=[];let hi=!1;function Pk(e,...t){if(hi)return;hi=!0,ut();const n=nr.length?nr[nr.length-1].component:null,r=n&&n.appContext.config.warnHandler,s=Rd();if(r)An(r,n,11,[e+t.map(i=>{var o,a;return(a=(o=i.toString)==null?void 0:o.call(i))!=null?a:JSON.stringify(i)}).join(""),n&&n.proxy,s.map(({vnode:i})=>`at <${bl(n,i.type)}>`).join(`
14
2
  `),s]);else{const i=[`[Vue warn]: ${e}`,...t];s.length&&i.push(`
15
- `,...ad(s)),console.warn(...i)}ct(),ri=!1}function od(){let e=Xn[Xn.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function ad(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
16
- `],...ld(n))}),t}function ld({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,s=` at <${il(e.component,e.type,r)}`,i=">"+n;return e.props?[s,...cd(e.props),i]:[s+i]}function cd(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...da(r,e[r]))}),n.length>3&&t.push(" ..."),t}function da(e,t,n){return we(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:ye(t)?(t=da(e,ee(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):V(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=ee(t),n?t:[`${e}=`,t])}function En(e,t,n,r){try{return r?e(...r):e()}catch(s){Zr(s,t,n)}}function ut(e,t,n,r){if(V(e)){const s=En(e,t,n,r);return s&&Mo(s)&&s.catch(i=>{Zr(i,t,n)}),s}if(K(e)){const s=[];for(let i=0;i<e.length;i++)s.push(ut(e[i],t,n,r));return s}}function Zr(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||se;if(t){let a=t.parent;const l=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const c=a.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,l,u)===!1)return}a=a.parent}if(i){lt(),En(i,null,10,[e,l,u]),ct();return}}ud(e,n,s,r,o)}function ud(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const De=[];let ft=-1;const Cn=[];let zt=null,On=0;const ha=Promise.resolve();let Yr=null;function pa(e){const t=Yr||ha;return e?t.then(this?e.bind(this):e):t}function fd(e){let t=ft+1,n=De.length;for(;t<n;){const r=t+n>>>1,s=De[r],i=Jn(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function si(e){if(!(e.flags&1)){const t=Jn(e),n=De[De.length-1];!n||!(e.flags&2)&&t>=Jn(n)?De.push(e):De.splice(fd(t),0,e),e.flags|=1,ma()}}function ma(){Yr||(Yr=ha.then(ba))}function dd(e){K(e)?Cn.push(...e):zt&&e.id===-1?zt.splice(On+1,0,e):e.flags&1||(Cn.push(e),e.flags|=1),ma()}function ga(e,t,n=ft+1){for(;n<De.length;n++){const r=De[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;De.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function _a(e){if(Cn.length){const t=[...new Set(Cn)].sort((n,r)=>Jn(n)-Jn(r));if(Cn.length=0,zt){zt.push(...t);return}for(zt=t,On=0;On<zt.length;On++){const n=zt[On];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}zt=null,On=0}}const Jn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function ba(e){try{for(ft=0;ft<De.length;ft++){const t=De[ft];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),En(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ft<De.length;ft++){const t=De[ft];t&&(t.flags&=-2)}ft=-1,De.length=0,_a(),Yr=null,(De.length||Cn.length)&&ba()}}let ze=null,ya=null;function Xr(e){const t=ze;return ze=e,ya=e&&e.type.__scopeId||null,t}function hd(e,t=ze,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&ts(-1);const i=Xr(t);let o;try{o=e(...s)}finally{Xr(i),r._d&&ts(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function pd(e,t){if(ze===null)return e;const n=is(ze),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,o,a,l=se]=t[s];i&&(V(i)&&(i={mounted:i,updated:i}),i.deep&&Ct(o),r.push({dir:i,instance:n,value:o,oldValue:void 0,arg:a,modifiers:l}))}return e}function sn(e,t,n,r){const s=e.dirs,i=t&&t.dirs;for(let o=0;o<s.length;o++){const a=s[o];i&&(a.oldValue=i[o].value);let l=a.dir[r];l&&(lt(),ut(l,n,8,[e.el,a,e,t]),ct())}}const md=Symbol("_vte"),gd=e=>e.__isTeleport,_d=Symbol("_leaveCb");function ii(e,t){e.shapeFlag&6&&e.component?(e.transition=t,ii(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 dt(e,t){return V(e)?Pe({name:e.name},t,{setup:e}):e}function va(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const Jr=new WeakMap;function qn(e,t,n,r,s=!1){if(K(e)){e.forEach((y,w)=>qn(y,t&&(K(t)?t[w]:t),n,r,s));return}if(Qn(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&qn(e,t,n,r.component.subTree);return}const i=r.shapeFlag&4?is(r.component):r.el,o=s?null:i,{i:a,r:l}=e,u=t&&t.r,c=a.refs===se?a.refs={}:a.refs,f=a.setupState,d=ee(f),m=f===se?$o:y=>oe(d,y);if(u!=null&&u!==l){if(wa(t),we(u))c[u]=null,m(u)&&(f[u]=null);else if(ye(u)){u.value=null;const y=t;y.k&&(c[y.k]=null)}}if(V(l))En(l,a,12,[o,c]);else{const y=we(l),w=ye(l);if(y||w){const E=()=>{if(e.f){const _=y?m(l)?f[l]:c[l]:l.value;if(s)K(_)&&Fs(_,i);else if(K(_))_.includes(i)||_.push(i);else if(y)c[l]=[i],m(l)&&(f[l]=c[l]);else{const v=[i];l.value=v,e.k&&(c[e.k]=v)}}else y?(c[l]=o,m(l)&&(f[l]=o)):w&&(l.value=o,e.k&&(c[e.k]=o))};if(o){const _=()=>{E(),Jr.delete(e)};_.id=-1,Jr.set(e,_),Ke(_,n)}else wa(e),E()}}}function wa(e){const t=Jr.get(e);t&&(t.flags|=8,Jr.delete(e))}Mr().requestIdleCallback,Mr().cancelIdleCallback;const Qn=e=>!!e.type.__asyncLoader,ka=e=>e.type.__isKeepAlive;function bd(e,t){xa(e,"a",t)}function yd(e,t){xa(e,"da",t)}function xa(e,t,n=Ne){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(qr(t,r,n),n){let s=n.parent;for(;s&&s.parent;)ka(s.parent.vnode)&&vd(r,t,n,s),s=s.parent}}function vd(e,t,n,r){const s=qr(t,e,r,!0);oi(()=>{Fs(r[t],s)},n)}function qr(e,t,n=Ne,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{lt();const a=ar(n),l=ut(t,n,e,o);return a(),ct(),l});return r?s.unshift(i):s.push(i),i}}const Ot=e=>(t,n=Ne)=>{(!lr||e==="sp")&&qr(e,(...r)=>t(...r),n)},wd=Ot("bm"),er=Ot("m"),kd=Ot("bu"),xd=Ot("u"),Sa=Ot("bum"),oi=Ot("um"),Sd=Ot("sp"),Td=Ot("rtg"),Id=Ot("rtc");function Ed(e,t=Ne){qr("ec",e,t)}const Cd="components";function Od(e,t){return Pd(Cd,e,!0,t)||e}const Ad=Symbol.for("v-ndc");function Pd(e,t,n=!0,r=!1){const s=ze||Ne;if(s){const i=s.type;{const a=sl(i,!1);if(a&&(a===t||a===Ye(t)||a===$r(Ye(t))))return i}const o=Ta(s[e]||i[e],t)||Ta(s.appContext[e],t);return!o&&r?i:o}}function Ta(e,t){return e&&(e[t]||e[Ye(t)]||e[$r(Ye(t))])}function Ia(e,t,n,r){let s;const i=n,o=K(e);if(o||we(e)){const a=o&&Wt(e);let l=!1,u=!1;a&&(l=!Xe(e),u=Ht(e),e=jr(e)),s=new Array(e.length);for(let c=0,f=e.length;c<f;c++)s[c]=t(l?u?Vr(Ce(e[c])):Ce(e[c]):e[c],c,void 0,i)}else if(typeof e=="number"){s=new Array(e);for(let a=0;a<e;a++)s[a]=t(a+1,a,void 0,i)}else if(pe(e))if(e[Symbol.iterator])s=Array.from(e,(a,l)=>t(a,l,void 0,i));else{const a=Object.keys(e);s=new Array(a.length);for(let l=0,u=a.length;l<u;l++){const c=a[l];s[l]=t(e[c],c,l,i)}}else s=[];return s}const ai=e=>e?tl(e)?is(e):ai(e.parent):null,tr=Pe(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=>ai(e.parent),$root:e=>ai(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Aa(e),$forceUpdate:e=>e.f||(e.f=()=>{si(e.update)}),$nextTick:e=>e.n||(e.n=pa.bind(e.proxy)),$watch:e=>eh.bind(e)}),li=(e,t)=>e!==se&&!e.__isScriptSetup&&oe(e,t),Ld={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:i,accessCache:o,type:a,appContext:l}=e;let u;if(t[0]!=="$"){const m=o[t];if(m!==void 0)switch(m){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(li(r,t))return o[t]=1,r[t];if(s!==se&&oe(s,t))return o[t]=2,s[t];if((u=e.propsOptions[0])&&oe(u,t))return o[t]=3,i[t];if(n!==se&&oe(n,t))return o[t]=4,n[t];ci&&(o[t]=0)}}const c=tr[t];let f,d;if(c)return t==="$attrs"&&Re(e.attrs,"get",""),c(e);if((f=a.__cssModules)&&(f=f[t]))return f;if(n!==se&&oe(n,t))return o[t]=4,n[t];if(d=l.config.globalProperties,oe(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return li(s,t)?(s[t]=n,!0):r!==se&&oe(r,t)?(r[t]=n,!0):oe(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,type:o}},a){let l,u;return!!(n[a]||e!==se&&a[0]!=="$"&&oe(e,a)||li(t,a)||(l=i[0])&&oe(l,a)||oe(r,a)||oe(tr,a)||oe(s.config.globalProperties,a)||(u=o.__cssModules)&&u[a])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:oe(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Ea(e){return K(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ci=!0;function Rd(e){const t=Aa(e),n=e.proxy,r=e.ctx;ci=!1,t.beforeCreate&&Ca(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:o,watch:a,provide:l,inject:u,created:c,beforeMount:f,mounted:d,beforeUpdate:m,updated:y,activated:w,deactivated:E,beforeDestroy:_,beforeUnmount:v,destroyed:T,unmounted:g,render:O,renderTracked:M,renderTriggered:P,errorCaptured:F,serverPrefetch:U,expose:Z,inheritAttrs:Q,components:Y,directives:Oe,filters:it}=t;if(u&&$d(u,r,null),o)for(const G in o){const le=o[G];V(le)&&(r[G]=le.bind(n))}if(s){const G=s.call(n,n);pe(G)&&(e.data=zr(G))}if(ci=!0,i)for(const G in i){const le=i[G],Ae=V(le)?le.bind(n,n):V(le.get)?le.get.bind(n,n):at,Mt=!V(le)&&V(le.set)?le.set.bind(n):at,qe=tt({get:Ae,set:Mt});Object.defineProperty(r,G,{enumerable:!0,configurable:!0,get:()=>qe.value,set:He=>qe.value=He})}if(a)for(const G in a)Oa(a[G],r,n,G);if(l){const G=V(l)?l.call(n):l;Reflect.ownKeys(G).forEach(le=>{Ud(le,G[le])})}c&&Ca(c,e,"c");function _e(G,le){K(le)?le.forEach(Ae=>G(Ae.bind(n))):le&&G(le.bind(n))}if(_e(wd,f),_e(er,d),_e(kd,m),_e(xd,y),_e(bd,w),_e(yd,E),_e(Ed,F),_e(Id,M),_e(Td,P),_e(Sa,v),_e(oi,g),_e(Sd,U),K(Z))if(Z.length){const G=e.exposed||(e.exposed={});Z.forEach(le=>{Object.defineProperty(G,le,{get:()=>n[le],set:Ae=>n[le]=Ae,enumerable:!0})})}else e.exposed||(e.exposed={});O&&e.render===at&&(e.render=O),Q!=null&&(e.inheritAttrs=Q),Y&&(e.components=Y),Oe&&(e.directives=Oe),U&&va(e)}function $d(e,t,n=at){K(e)&&(e=ui(e));for(const r in e){const s=e[r];let i;pe(s)?"default"in s?i=je(s.from||r,s.default,!0):i=je(s.from||r):i=je(s),ye(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function Ca(e,t,n){ut(K(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Oa(e,t,n,r){let s=r.includes(".")?Ga(n,r):()=>n[r];if(we(e)){const i=t[e];V(i)&&ht(s,i)}else if(V(e))ht(s,e.bind(n));else if(pe(e))if(K(e))e.forEach(i=>Oa(i,t,n,r));else{const i=V(e.handler)?e.handler.bind(n):t[e.handler];V(i)&&ht(s,i,e)}}function Aa(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,a=i.get(t);let l;return a?l=a:!s.length&&!n&&!r?l=t:(l={},s.length&&s.forEach(u=>Qr(l,u,o,!0)),Qr(l,t,o)),pe(t)&&i.set(t,l),l}function Qr(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&Qr(e,i,n,!0),s&&s.forEach(o=>Qr(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const a=Nd[o]||n&&n[o];e[o]=a?a(e[o],t[o]):t[o]}return e}const Nd={data:Pa,props:La,emits:La,methods:nr,computed:nr,beforeCreate:Fe,created:Fe,beforeMount:Fe,mounted:Fe,beforeUpdate:Fe,updated:Fe,beforeDestroy:Fe,beforeUnmount:Fe,destroyed:Fe,unmounted:Fe,activated:Fe,deactivated:Fe,errorCaptured:Fe,serverPrefetch:Fe,components:nr,directives:nr,watch:Dd,provide:Pa,inject:Md};function Pa(e,t){return t?e?function(){return Pe(V(e)?e.call(this,this):e,V(t)?t.call(this,this):t)}:t:e}function Md(e,t){return nr(ui(e),ui(t))}function ui(e){if(K(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Fe(e,t){return e?[...new Set([].concat(e,t))]:t}function nr(e,t){return e?Pe(Object.create(null),e,t):t}function La(e,t){return e?K(e)&&K(t)?[...new Set([...e,...t])]:Pe(Object.create(null),Ea(e),Ea(t??{})):t}function Dd(e,t){if(!e)return t;if(!t)return e;const n=Pe(Object.create(null),e);for(const r in t)n[r]=Fe(e[r],t[r]);return n}function Ra(){return{app:null,config:{isNativeTag:$o,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 Fd=0;function jd(e,t){return function(r,s=null){V(r)||(r=Pe({},r)),s!=null&&!pe(s)&&(s=null);const i=Ra(),o=new WeakSet,a=[];let l=!1;const u=i.app={_uid:Fd++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:xh,get config(){return i.config},set config(c){},use(c,...f){return o.has(c)||(c&&V(c.install)?(o.add(c),c.install(u,...f)):V(c)&&(o.add(c),c(u,...f))),u},mixin(c){return i.mixins.includes(c)||i.mixins.push(c),u},component(c,f){return f?(i.components[c]=f,u):i.components[c]},directive(c,f){return f?(i.directives[c]=f,u):i.directives[c]},mount(c,f,d){if(!l){const m=u._ceVNode||ke(r,s);return m.appContext=i,d===!0?d="svg":d===!1&&(d=void 0),e(m,c,d),l=!0,u._container=c,c.__vue_app__=u,is(m.component)}},onUnmount(c){a.push(c)},unmount(){l&&(ut(a,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(c,f){return i.provides[c]=f,u},runWithContext(c){const f=on;on=u;try{return c()}finally{on=f}}};return u}}let on=null;function Ud(e,t){if(Ne){let n=Ne.provides;const r=Ne.parent&&Ne.parent.provides;r===n&&(n=Ne.provides=Object.create(r)),n[e]=t}}function je(e,t,n=!1){const r=cn();if(r||on){let s=on?on._context.provides:r?r.parent==null||r.ce?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&V(t)?t.call(r&&r.proxy):t}}function Wd(){return!!(cn()||on)}const $a={},Na=()=>Object.create($a),Ma=e=>Object.getPrototypeOf(e)===$a;function Hd(e,t,n,r=!1){const s={},i=Na();e.propsDefaults=Object.create(null),Da(e,t,s,i);for(const o in e.propsOptions[0])o in s||(s[o]=void 0);n?e.props=r?s:Yf(s):e.type.props?e.props=s:e.props=i,e.attrs=i}function zd(e,t,n,r){const{props:s,attrs:i,vnode:{patchFlag:o}}=e,a=ee(s),[l]=e.propsOptions;let u=!1;if((r||o>0)&&!(o&16)){if(o&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let d=c[f];if(es(e.emitsOptions,d))continue;const m=t[d];if(l)if(oe(i,d))m!==i[d]&&(i[d]=m,u=!0);else{const y=Ye(d);s[y]=fi(l,a,y,m,e,!1)}else m!==i[d]&&(i[d]=m,u=!0)}}}else{Da(e,t,s,i)&&(u=!0);let c;for(const f in a)(!t||!oe(t,f)&&((c=jt(f))===f||!oe(t,c)))&&(l?n&&(n[f]!==void 0||n[c]!==void 0)&&(s[f]=fi(l,a,f,void 0,e,!0)):delete s[f]);if(i!==a)for(const f in i)(!t||!oe(t,f))&&(delete i[f],u=!0)}u&&It(e.attrs,"set","")}function Da(e,t,n,r){const[s,i]=e.propsOptions;let o=!1,a;if(t)for(let l in t){if(zn(l))continue;const u=t[l];let c;s&&oe(s,c=Ye(l))?!i||!i.includes(c)?n[c]=u:(a||(a={}))[c]=u:es(e.emitsOptions,l)||(!(l in r)||u!==r[l])&&(r[l]=u,o=!0)}if(i){const l=ee(n),u=a||se;for(let c=0;c<i.length;c++){const f=i[c];n[f]=fi(s,l,f,u[f],e,!oe(u,f))}}return o}function fi(e,t,n,r,s,i){const o=e[n];if(o!=null){const a=oe(o,"default");if(a&&r===void 0){const l=o.default;if(o.type!==Function&&!o.skipFactory&&V(l)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const c=ar(s);r=u[n]=l.call(null,t),c()}}else r=l;s.ce&&s.ce._setProp(n,r)}o[0]&&(i&&!a?r=!1:o[1]&&(r===""||r===jt(n))&&(r=!0))}return r}const Kd=new WeakMap;function Fa(e,t,n=!1){const r=n?Kd:t.propsCache,s=r.get(e);if(s)return s;const i=e.props,o={},a=[];let l=!1;if(!V(e)){const c=f=>{l=!0;const[d,m]=Fa(f,t,!0);Pe(o,d),m&&a.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!i&&!l)return pe(e)&&r.set(e,Sn),Sn;if(K(i))for(let c=0;c<i.length;c++){const f=Ye(i[c]);ja(f)&&(o[f]=se)}else if(i)for(const c in i){const f=Ye(c);if(ja(f)){const d=i[c],m=o[f]=K(d)||V(d)?{type:d}:Pe({},d),y=m.type;let w=!1,E=!0;if(K(y))for(let _=0;_<y.length;++_){const v=y[_],T=V(v)&&v.name;if(T==="Boolean"){w=!0;break}else T==="String"&&(E=!1)}else w=V(y)&&y.name==="Boolean";m[0]=w,m[1]=E,(w||oe(m,"default"))&&a.push(f)}}const u=[o,a];return pe(e)&&r.set(e,u),u}function ja(e){return e[0]!=="$"&&!zn(e)}const di=e=>e==="_"||e==="_ctx"||e==="$stable",hi=e=>K(e)?e.map(pt):[pt(e)],Vd=(e,t,n)=>{if(t._n)return t;const r=hd((...s)=>hi(t(...s)),n);return r._c=!1,r},Ua=(e,t,n)=>{const r=e._ctx;for(const s in e){if(di(s))continue;const i=e[s];if(V(i))t[s]=Vd(s,i,r);else if(i!=null){const o=hi(i);t[s]=()=>o}}},Wa=(e,t)=>{const n=hi(t);e.slots.default=()=>n},Ha=(e,t,n)=>{for(const r in t)(n||!di(r))&&(e[r]=t[r])},Bd=(e,t,n)=>{const r=e.slots=Na();if(e.vnode.shapeFlag&32){const s=t._;s?(Ha(r,t,n),n&&jo(r,"_",s,!0)):Ua(t,r)}else t&&Wa(e,t)},Gd=(e,t,n)=>{const{vnode:r,slots:s}=e;let i=!0,o=se;if(r.shapeFlag&32){const a=t._;a?n&&a===1?i=!1:Ha(s,t,n):(i=!t.$stable,Ua(t,s)),o=t}else t&&(Wa(e,t),o={default:1});if(i)for(const a in s)!di(a)&&o[a]==null&&delete s[a]},Ke=lh;function Zd(e){return Yd(e)}function Yd(e,t){const n=Mr();n.__VUE__=!0;const{insert:r,remove:s,patchProp:i,createElement:o,createText:a,createComment:l,setText:u,setElementText:c,parentNode:f,nextSibling:d,setScopeId:m=at,insertStaticContent:y}=e,w=(b,k,A,N=null,R=null,$=null,h=void 0,p=null,x=!!k.dynamicChildren)=>{if(b===k)return;b&&!or(b,k)&&(N=Qt(b),He(b,R,$,!0),b=null),k.patchFlag===-2&&(x=!1,k.dynamicChildren=null);const{type:I,ref:D,shapeFlag:L}=k;switch(I){case rr:E(b,k,A,N);break;case Kt:_(b,k,A,N);break;case mi:b==null&&v(k,A,N,h);break;case Ee:Y(b,k,A,N,R,$,h,p,x);break;default:L&1?O(b,k,A,N,R,$,h,p,x):L&6?Oe(b,k,A,N,R,$,h,p,x):(L&64||L&128)&&I.process(b,k,A,N,R,$,h,p,x,St)}D!=null&&R?qn(D,b&&b.ref,$,k||b,!k):D==null&&b&&b.ref!=null&&qn(b.ref,null,$,b,!0)},E=(b,k,A,N)=>{if(b==null)r(k.el=a(k.children),A,N);else{const R=k.el=b.el;k.children!==b.children&&u(R,k.children)}},_=(b,k,A,N)=>{b==null?r(k.el=l(k.children||""),A,N):k.el=b.el},v=(b,k,A,N)=>{[b.el,b.anchor]=y(b.children,k,A,N,b.el,b.anchor)},T=({el:b,anchor:k},A,N)=>{let R;for(;b&&b!==k;)R=d(b),r(b,A,N),b=R;r(k,A,N)},g=({el:b,anchor:k})=>{let A;for(;b&&b!==k;)A=d(b),s(b),b=A;s(k)},O=(b,k,A,N,R,$,h,p,x)=>{k.type==="svg"?h="svg":k.type==="math"&&(h="mathml"),b==null?M(k,A,N,R,$,h,p,x):U(b,k,R,$,h,p,x)},M=(b,k,A,N,R,$,h,p)=>{let x,I;const{props:D,shapeFlag:L,transition:S,dirs:C}=b;if(x=b.el=o(b.type,$,D&&D.is,D),L&8?c(x,b.children):L&16&&F(b.children,x,null,N,R,pi(b,$),h,p),C&&sn(b,null,N,"created"),P(x,b,b.scopeId,h,N),D){for(const z in D)z!=="value"&&!zn(z)&&i(x,z,null,D[z],$,N);"value"in D&&i(x,"value",null,D.value,$),(I=D.onVnodeBeforeMount)&&mt(I,N,b)}C&&sn(b,null,N,"beforeMount");const W=Xd(R,S);W&&S.beforeEnter(x),r(x,k,A),((I=D&&D.onVnodeMounted)||W||C)&&Ke(()=>{I&&mt(I,N,b),W&&S.enter(x),C&&sn(b,null,N,"mounted")},R)},P=(b,k,A,N,R)=>{if(A&&m(b,A),N)for(let $=0;$<N.length;$++)m(b,N[$]);if(R){let $=R.subTree;if(k===$||Ja($.type)&&($.ssContent===k||$.ssFallback===k)){const h=R.vnode;P(b,h,h.scopeId,h.slotScopeIds,R.parent)}}},F=(b,k,A,N,R,$,h,p,x=0)=>{for(let I=x;I<b.length;I++){const D=b[I]=p?Bt(b[I]):pt(b[I]);w(null,D,k,A,N,R,$,h,p)}},U=(b,k,A,N,R,$,h)=>{const p=k.el=b.el;let{patchFlag:x,dynamicChildren:I,dirs:D}=k;x|=b.patchFlag&16;const L=b.props||se,S=k.props||se;let C;if(A&&an(A,!1),(C=S.onVnodeBeforeUpdate)&&mt(C,A,k,b),D&&sn(k,b,A,"beforeUpdate"),A&&an(A,!0),(L.innerHTML&&S.innerHTML==null||L.textContent&&S.textContent==null)&&c(p,""),I?Z(b.dynamicChildren,I,p,A,N,pi(k,R),$):h||le(b,k,p,null,A,N,pi(k,R),$,!1),x>0){if(x&16)Q(p,L,S,A,R);else if(x&2&&L.class!==S.class&&i(p,"class",null,S.class,R),x&4&&i(p,"style",L.style,S.style,R),x&8){const W=k.dynamicProps;for(let z=0;z<W.length;z++){const J=W[z],Ie=L[J],xe=S[J];(xe!==Ie||J==="value")&&i(p,J,Ie,xe,R,A)}}x&1&&b.children!==k.children&&c(p,k.children)}else!h&&I==null&&Q(p,L,S,A,R);((C=S.onVnodeUpdated)||D)&&Ke(()=>{C&&mt(C,A,k,b),D&&sn(k,b,A,"updated")},N)},Z=(b,k,A,N,R,$,h)=>{for(let p=0;p<k.length;p++){const x=b[p],I=k[p],D=x.el&&(x.type===Ee||!or(x,I)||x.shapeFlag&198)?f(x.el):A;w(x,I,D,null,N,R,$,h,!0)}},Q=(b,k,A,N,R)=>{if(k!==A){if(k!==se)for(const $ in k)!zn($)&&!($ in A)&&i(b,$,k[$],null,R,N);for(const $ in A){if(zn($))continue;const h=A[$],p=k[$];h!==p&&$!=="value"&&i(b,$,p,h,R,N)}"value"in A&&i(b,"value",k.value,A.value,R)}},Y=(b,k,A,N,R,$,h,p,x)=>{const I=k.el=b?b.el:a(""),D=k.anchor=b?b.anchor:a("");let{patchFlag:L,dynamicChildren:S,slotScopeIds:C}=k;C&&(p=p?p.concat(C):C),b==null?(r(I,A,N),r(D,A,N),F(k.children||[],A,D,R,$,h,p,x)):L>0&&L&64&&S&&b.dynamicChildren?(Z(b.dynamicChildren,S,A,R,$,h,p),(k.key!=null||R&&k===R.subTree)&&za(b,k,!0)):le(b,k,A,D,R,$,h,p,x)},Oe=(b,k,A,N,R,$,h,p,x)=>{k.slotScopeIds=p,b==null?k.shapeFlag&512?R.ctx.activate(k,A,N,h,x):it(k,A,N,R,$,h,x):qt(b,k,x)},it=(b,k,A,N,R,$,h)=>{const p=b.component=mh(b,N,R);if(ka(b)&&(p.ctx.renderer=St),gh(p,!1,h),p.asyncDep){if(R&&R.registerDep(p,_e,h),!b.el){const x=p.subTree=ke(Kt);_(null,x,k,A),b.placeholder=x.el}}else _e(p,b,k,A,R,$,h)},qt=(b,k,A)=>{const N=k.component=b.component;if(oh(b,k,A))if(N.asyncDep&&!N.asyncResolved){G(N,k,A);return}else N.next=k,N.update();else k.el=b.el,N.vnode=k},_e=(b,k,A,N,R,$,h)=>{const p=()=>{if(b.isMounted){let{next:L,bu:S,u:C,parent:W,vnode:z}=b;{const ot=Ka(b);if(ot){L&&(L.el=z.el,G(b,L,h)),ot.asyncDep.then(()=>{b.isUnmounted||p()});return}}let J=L,Ie;an(b,!1),L?(L.el=z.el,G(b,L,h)):L=z,S&&Nr(S),(Ie=L.props&&L.props.onVnodeBeforeUpdate)&&mt(Ie,W,L,z),an(b,!0);const xe=Ya(b),Qe=b.subTree;b.subTree=xe,w(Qe,xe,f(Qe.el),Qt(Qe),b,R,$),L.el=xe.el,J===null&&ah(b,xe.el),C&&Ke(C,R),(Ie=L.props&&L.props.onVnodeUpdated)&&Ke(()=>mt(Ie,W,L,z),R)}else{let L;const{el:S,props:C}=k,{bm:W,m:z,parent:J,root:Ie,type:xe}=b,Qe=Qn(k);an(b,!1),W&&Nr(W),!Qe&&(L=C&&C.onVnodeBeforeMount)&&mt(L,J,k),an(b,!0);{Ie.ce&&Ie.ce._def.shadowRoot!==!1&&Ie.ce._injectChildStyle(xe);const ot=b.subTree=Ya(b);w(null,ot,A,N,b,R,$),k.el=ot.el}if(z&&Ke(z,R),!Qe&&(L=C&&C.onVnodeMounted)){const ot=k;Ke(()=>mt(L,J,ot),R)}(k.shapeFlag&256||J&&Qn(J.vnode)&&J.vnode.shapeFlag&256)&&b.a&&Ke(b.a,R),b.isMounted=!0,k=A=N=null}};b.scope.on();const x=b.effect=new Bo(p);b.scope.off();const I=b.update=x.run.bind(x),D=b.job=x.runIfDirty.bind(x);D.i=b,D.id=b.uid,x.scheduler=()=>si(D),an(b,!0),I()},G=(b,k,A)=>{k.component=b;const N=b.vnode.props;b.vnode=k,b.next=null,zd(b,k.props,N,A),Gd(b,k.children,A),lt(),ga(b),ct()},le=(b,k,A,N,R,$,h,p,x=!1)=>{const I=b&&b.children,D=b?b.shapeFlag:0,L=k.children,{patchFlag:S,shapeFlag:C}=k;if(S>0){if(S&128){Mt(I,L,A,N,R,$,h,p,x);return}else if(S&256){Ae(I,L,A,N,R,$,h,p,x);return}}C&8?(D&16&&Dt(I,R,$),L!==I&&c(A,L)):D&16?C&16?Mt(I,L,A,N,R,$,h,p,x):Dt(I,R,$,!0):(D&8&&c(A,""),C&16&&F(L,A,N,R,$,h,p,x))},Ae=(b,k,A,N,R,$,h,p,x)=>{b=b||Sn,k=k||Sn;const I=b.length,D=k.length,L=Math.min(I,D);let S;for(S=0;S<L;S++){const C=k[S]=x?Bt(k[S]):pt(k[S]);w(b[S],C,A,null,R,$,h,p,x)}I>D?Dt(b,R,$,!0,!1,L):F(k,A,N,R,$,h,p,x,L)},Mt=(b,k,A,N,R,$,h,p,x)=>{let I=0;const D=k.length;let L=b.length-1,S=D-1;for(;I<=L&&I<=S;){const C=b[I],W=k[I]=x?Bt(k[I]):pt(k[I]);if(or(C,W))w(C,W,A,null,R,$,h,p,x);else break;I++}for(;I<=L&&I<=S;){const C=b[L],W=k[S]=x?Bt(k[S]):pt(k[S]);if(or(C,W))w(C,W,A,null,R,$,h,p,x);else break;L--,S--}if(I>L){if(I<=S){const C=S+1,W=C<D?k[C].el:N;for(;I<=S;)w(null,k[I]=x?Bt(k[I]):pt(k[I]),A,W,R,$,h,p,x),I++}}else if(I>S)for(;I<=L;)He(b[I],R,$,!0),I++;else{const C=I,W=I,z=new Map;for(I=W;I<=S;I++){const Ze=k[I]=x?Bt(k[I]):pt(k[I]);Ze.key!=null&&z.set(Ze.key,I)}let J,Ie=0;const xe=S-W+1;let Qe=!1,ot=0;const Ar=new Array(xe);for(I=0;I<xe;I++)Ar[I]=0;for(I=C;I<=L;I++){const Ze=b[I];if(Ie>=xe){He(Ze,R,$,!0);continue}let Tt;if(Ze.key!=null)Tt=z.get(Ze.key);else for(J=W;J<=S;J++)if(Ar[J-W]===0&&or(Ze,k[J])){Tt=J;break}Tt===void 0?He(Ze,R,$,!0):(Ar[Tt-W]=I+1,Tt>=ot?ot=Tt:Qe=!0,w(Ze,k[Tt],A,null,R,$,h,p,x),Ie++)}const hf=Qe?Jd(Ar):Sn;for(J=hf.length-1,I=xe-1;I>=0;I--){const Ze=W+I,Tt=k[Ze],pf=k[Ze+1],mf=Ze+1<D?pf.el||pf.placeholder:N;Ar[I]===0?w(null,Tt,A,mf,R,$,h,p,x):Qe&&(J<0||I!==hf[J]?qe(Tt,A,mf,2):J--)}}},qe=(b,k,A,N,R=null)=>{const{el:$,type:h,transition:p,children:x,shapeFlag:I}=b;if(I&6){qe(b.component.subTree,k,A,N);return}if(I&128){b.suspense.move(k,A,N);return}if(I&64){h.move(b,k,A,St);return}if(h===Ee){r($,k,A);for(let L=0;L<x.length;L++)qe(x[L],k,A,N);r(b.anchor,k,A);return}if(h===mi){T(b,k,A);return}if(N!==2&&I&1&&p)if(N===0)p.beforeEnter($),r($,k,A),Ke(()=>p.enter($),R);else{const{leave:L,delayLeave:S,afterLeave:C}=p,W=()=>{b.ctx.isUnmounted?s($):r($,k,A)},z=()=>{$._isLeaving&&$[_d](!0),L($,()=>{W(),C&&C()})};S?S($,W,z):z()}else r($,k,A)},He=(b,k,A,N=!1,R=!1)=>{const{type:$,props:h,ref:p,children:x,dynamicChildren:I,shapeFlag:D,patchFlag:L,dirs:S,cacheIndex:C}=b;if(L===-2&&(R=!1),p!=null&&(lt(),qn(p,null,A,b,!0),ct()),C!=null&&(k.renderCache[C]=void 0),D&256){k.ctx.deactivate(b);return}const W=D&1&&S,z=!Qn(b);let J;if(z&&(J=h&&h.onVnodeBeforeUnmount)&&mt(J,k,b),D&6)Ns(b.component,A,N);else{if(D&128){b.suspense.unmount(A,N);return}W&&sn(b,null,k,"beforeUnmount"),D&64?b.type.remove(b,k,A,St,N):I&&!I.hasOnce&&($!==Ee||L>0&&L&64)?Dt(I,k,A,!1,!0):($===Ee&&L&384||!R&&D&16)&&Dt(x,k,A),N&&Wn(b)}(z&&(J=h&&h.onVnodeUnmounted)||W)&&Ke(()=>{J&&mt(J,k,b),W&&sn(b,null,k,"unmounted")},A)},Wn=b=>{const{type:k,el:A,anchor:N,transition:R}=b;if(k===Ee){Or(A,N);return}if(k===mi){g(b);return}const $=()=>{s(A),R&&!R.persisted&&R.afterLeave&&R.afterLeave()};if(b.shapeFlag&1&&R&&!R.persisted){const{leave:h,delayLeave:p}=R,x=()=>h(A,$);p?p(b.el,$,x):x()}else $()},Or=(b,k)=>{let A;for(;b!==k;)A=d(b),s(b),b=A;s(k)},Ns=(b,k,A)=>{const{bum:N,scope:R,job:$,subTree:h,um:p,m:x,a:I}=b;Va(x),Va(I),N&&Nr(N),R.stop(),$&&($.flags|=8,He(h,b,k,A)),p&&Ke(p,k),Ke(()=>{b.isUnmounted=!0},k)},Dt=(b,k,A,N=!1,R=!1,$=0)=>{for(let h=$;h<b.length;h++)He(b[h],k,A,N,R)},Qt=b=>{if(b.shapeFlag&6)return Qt(b.component.subTree);if(b.shapeFlag&128)return b.suspense.next();const k=d(b.anchor||b.el),A=k&&k[md];return A?d(A):k};let en=!1;const Hn=(b,k,A)=>{b==null?k._vnode&&He(k._vnode,null,null,!0):w(k._vnode||null,b,k,null,null,null,A),k._vnode=b,en||(en=!0,ga(),_a(),en=!1)},St={p:w,um:He,m:qe,r:Wn,mt:it,mc:F,pc:le,pbc:Z,n:Qt,o:e};return{render:Hn,hydrate:void 0,createApp:jd(Hn)}}function pi({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 an({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Xd(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function za(e,t,n=!1){const r=e.children,s=t.children;if(K(r)&&K(s))for(let i=0;i<r.length;i++){const o=r[i];let a=s[i];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=s[i]=Bt(s[i]),a.el=o.el),!n&&a.patchFlag!==-2&&za(o,a)),a.type===rr&&a.patchFlag!==-1&&(a.el=o.el),a.type===Kt&&!a.el&&(a.el=o.el)}}function Jd(e){const t=e.slice(),n=[0];let r,s,i,o,a;const l=e.length;for(r=0;r<l;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,o=n.length-1;i<o;)a=i+o>>1,e[n[a]]<u?i=a+1:o=a;u<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function Ka(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Ka(t)}function Va(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const qd=Symbol.for("v-scx"),Qd=()=>je(qd);function ht(e,t,n){return Ba(e,t,n)}function Ba(e,t,n=se){const{immediate:r,deep:s,flush:i,once:o}=n,a=Pe({},n),l=t&&r||!t&&i!=="post";let u;if(lr){if(i==="sync"){const m=Qd();u=m.__watcherHandles||(m.__watcherHandles=[])}else if(!l){const m=()=>{};return m.stop=at,m.resume=at,m.pause=at,m}}const c=Ne;a.call=(m,y,w)=>ut(m,c,y,w);let f=!1;i==="post"?a.scheduler=m=>{Ke(m,c&&c.suspense)}:i!=="sync"&&(f=!0,a.scheduler=(m,y)=>{y?m():si(m)}),a.augmentJob=m=>{t&&(m.flags|=4),f&&(m.flags|=2,c&&(m.id=c.uid,m.i=c))};const d=id(e,t,a);return lr&&(u?u.push(d):l&&d()),d}function eh(e,t,n){const r=this.proxy,s=we(e)?e.includes(".")?Ga(r,e):()=>r[e]:e.bind(r,r);let i;V(t)?i=t:(i=t.handler,n=t);const o=ar(this),a=Ba(s,i.bind(r),n);return o(),a}function Ga(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}}const th=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ye(t)}Modifiers`]||e[`${jt(t)}Modifiers`];function nh(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||se;let s=n;const i=t.startsWith("update:"),o=i&&th(r,t.slice(7));o&&(o.trim&&(s=n.map(c=>we(c)?c.trim():c)),o.number&&(s=n.map(Ws)));let a,l=r[a=Us(t)]||r[a=Us(Ye(t))];!l&&i&&(l=r[a=Us(jt(t))]),l&&ut(l,e,6,s);const u=r[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,ut(u,e,6,s)}}const rh=new WeakMap;function Za(e,t,n=!1){const r=n?rh:t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let o={},a=!1;if(!V(e)){const l=u=>{const c=Za(u,t,!0);c&&(a=!0,Pe(o,c))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!i&&!a?(pe(e)&&r.set(e,null),null):(K(i)?i.forEach(l=>o[l]=null):Pe(o,i),pe(e)&&r.set(e,o),o)}function es(e,t){return!e||!Pr(t)?!1:(t=t.slice(2).replace(/Once$/,""),oe(e,t[0].toLowerCase()+t.slice(1))||oe(e,jt(t))||oe(e,t))}function Ww(){}function Ya(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:o,attrs:a,emit:l,render:u,renderCache:c,props:f,data:d,setupState:m,ctx:y,inheritAttrs:w}=e,E=Xr(e);let _,v;try{if(n.shapeFlag&4){const g=s||r,O=g;_=pt(u.call(O,g,c,f,m,d,y)),v=a}else{const g=t;_=pt(g.length>1?g(f,{attrs:a,slots:o,emit:l}):g(f,null)),v=t.props?a:sh(a)}}catch(g){sr.length=0,Zr(g,e,1),_=ke(Kt)}let T=_;if(v&&w!==!1){const g=Object.keys(v),{shapeFlag:O}=T;g.length&&O&7&&(i&&g.some(Ds)&&(v=ih(v,i)),T=An(T,v,!1,!0))}return n.dirs&&(T=An(T,null,!1,!0),T.dirs=T.dirs?T.dirs.concat(n.dirs):n.dirs),n.transition&&ii(T,n.transition),_=T,Xr(E),_}const sh=e=>{let t;for(const n in e)(n==="class"||n==="style"||Pr(n))&&((t||(t={}))[n]=e[n]);return t},ih=(e,t)=>{const n={};for(const r in e)(!Ds(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function oh(e,t,n){const{props:r,children:s,component:i}=e,{props:o,children:a,patchFlag:l}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?Xa(r,o,u):!!o;if(l&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const d=c[f];if(o[d]!==r[d]&&!es(u,d))return!0}}}else return(s||a)&&(!a||!a.$stable)?!0:r===o?!1:r?o?Xa(r,o,u):!0:!!o;return!1}function Xa(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]&&!es(n,i))return!0}return!1}function ah({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 Ja=e=>e.__isSuspense;function lh(e,t){t&&t.pendingBranch?K(e)?t.effects.push(...e):t.effects.push(e):dd(e)}const Ee=Symbol.for("v-fgt"),rr=Symbol.for("v-txt"),Kt=Symbol.for("v-cmt"),mi=Symbol.for("v-stc"),sr=[];let Ve=null;function B(e=!1){sr.push(Ve=e?null:[])}function ch(){sr.pop(),Ve=sr[sr.length-1]||null}let ir=1;function ts(e,t=!1){ir+=e,e<0&&Ve&&t&&(Ve.hasOnce=!0)}function qa(e){return e.dynamicChildren=ir>0?Ve||Sn:null,ch(),ir>0&&Ve&&Ve.push(e),e}function q(e,t,n,r,s,i){return qa(ce(e,t,n,r,s,i,!0))}function Vt(e,t,n,r,s){return qa(ke(e,t,n,r,s,!0))}function ns(e){return e?e.__v_isVNode===!0:!1}function or(e,t){return e.type===t.type&&e.key===t.key}const Qa=({key:e})=>e??null,rs=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?we(e)||ye(e)||V(e)?{i:ze,r:e,k:t,f:!!n}:e:null);function ce(e,t=null,n=null,r=0,s=null,i=e===Ee?0:1,o=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Qa(t),ref:t&&rs(t),scopeId:ya,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ze};return a?(gi(l,n),i&128&&e.normalize(l)):n&&(l.shapeFlag|=we(n)?8:16),ir>0&&!o&&Ve&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&Ve.push(l),l}const ke=uh;function uh(e,t=null,n=null,r=0,s=null,i=!1){if((!e||e===Ad)&&(e=Kt),ns(e)){const a=An(e,t,!0);return n&&gi(a,n),ir>0&&!i&&Ve&&(a.shapeFlag&6?Ve[Ve.indexOf(e)]=a:Ve.push(a)),a.patchFlag=-2,a}if(kh(e)&&(e=e.__vccOpts),t){t=fh(t);let{class:a,style:l}=t;a&&!we(a)&&(t.class=Kn(a)),pe(l)&&(ti(l)&&!K(l)&&(l=Pe({},l)),t.style=Dr(l))}const o=we(e)?1:Ja(e)?128:gd(e)?64:pe(e)?4:V(e)?2:0;return ce(e,t,n,r,s,o,i,!0)}function fh(e){return e?ti(e)||Ma(e)?Pe({},e):e:null}function An(e,t,n=!1,r=!1){const{props:s,ref:i,patchFlag:o,children:a,transition:l}=e,u=t?dh(s||{},t):s,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Qa(u),ref:t&&t.ref?n&&i?K(i)?i.concat(rs(t)):[i,rs(t)]:rs(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ee?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&An(e.ssContent),ssFallback:e.ssFallback&&An(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&ii(c,l.clone(c)),c}function ln(e=" ",t=0){return ke(rr,null,e,t)}function $e(e="",t=!1){return t?(B(),Vt(Kt,null,e)):ke(Kt,null,e)}function pt(e){return e==null||typeof e=="boolean"?ke(Kt):K(e)?ke(Ee,null,e.slice()):ns(e)?Bt(e):ke(rr,null,String(e))}function Bt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:An(e)}function gi(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(K(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),gi(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!Ma(t)?t._ctx=ze:s===3&&ze&&(ze.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else V(t)?(t={default:t,_ctx:ze},n=32):(t=String(t),r&64?(n=16,t=[ln(t)]):n=8);e.children=t,e.shapeFlag|=n}function dh(...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=Kn([t.class,r.class]));else if(s==="style")t.style=Dr([t.style,r.style]);else if(Pr(s)){const i=t[s],o=r[s];o&&i!==o&&!(K(i)&&i.includes(o))&&(t[s]=i?[].concat(i,o):o)}else s!==""&&(t[s]=r[s])}return t}function mt(e,t,n,r=null){ut(e,t,7,[n,r])}const hh=Ra();let ph=0;function mh(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||hh,i={uid:ph++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ko(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Fa(r,s),emitsOptions:Za(r,s),emit:null,emitted:null,propsDefaults:se,inheritAttrs:r.inheritAttrs,ctx:se,data:se,props:se,attrs:se,slots:se,refs:se,setupState:se,setupContext: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=nh.bind(null,i),e.ce&&e.ce(i),i}let Ne=null;const cn=()=>Ne||ze;let ss,_i;{const e=Mr(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};ss=t("__VUE_INSTANCE_SETTERS__",n=>Ne=n),_i=t("__VUE_SSR_SETTERS__",n=>lr=n)}const ar=e=>{const t=Ne;return ss(e),e.scope.on(),()=>{e.scope.off(),ss(t)}},el=()=>{Ne&&Ne.scope.off(),ss(null)};function tl(e){return e.vnode.shapeFlag&4}let lr=!1;function gh(e,t=!1,n=!1){t&&_i(t);const{props:r,children:s}=e.vnode,i=tl(e);Hd(e,r,i,t),Bd(e,s,n||t);const o=i?_h(e,t):void 0;return t&&_i(!1),o}function _h(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Ld);const{setup:r}=n;if(r){lt();const s=e.setupContext=r.length>1?yh(e):null,i=ar(e),o=En(r,e,0,[e.props,s]),a=Mo(o);if(ct(),i(),(a||e.sp)&&!Qn(e)&&va(e),a){if(o.then(el,el),t)return o.then(l=>{nl(e,l)}).catch(l=>{Zr(l,e,0)});e.asyncDep=o}else nl(e,o)}else rl(e)}function nl(e,t,n){V(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:pe(t)&&(e.setupState=fa(t)),rl(e)}function rl(e,t,n){const r=e.type;e.render||(e.render=r.render||at);{const s=ar(e);lt();try{Rd(e)}finally{ct(),s()}}}const bh={get(e,t){return Re(e,"get",""),e[t]}};function yh(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,bh),slots:e.slots,emit:e.emit,expose:t}}function is(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(fa(ni(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in tr)return tr[n](e)},has(t,n){return n in t||n in tr}})):e.proxy}const vh=/(?:^|[-_])\w/g,wh=e=>e.replace(vh,t=>t.toUpperCase()).replace(/[-_]/g,"");function sl(e,t=!0){return V(e)?e.displayName||e.name:e.name||t&&e.__name}function il(e,t,n=!1){let r=sl(t);if(!r&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(r=s[1])}if(!r&&e&&e.parent){const s=i=>{for(const o in i)if(i[o]===t)return o};r=s(e.components||e.parent.type.components)||s(e.appContext.components)}return r?wh(r):n?"App":"Anonymous"}function kh(e){return V(e)&&"__vccOpts"in e}const tt=(e,t)=>rd(e,t,lr);function cr(e,t,n){try{ts(-1);const r=arguments.length;return r===2?pe(t)&&!K(t)?ns(t)?ke(e,null,[t]):ke(e,t):ke(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&ns(n)&&(n=[n]),ke(e,t,n))}finally{ts(1)}}const xh="3.5.22";/**
17
- * @vue/runtime-dom v3.5.22
18
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
19
- * @license MIT
20
- **/let bi;const ol=typeof window<"u"&&window.trustedTypes;if(ol)try{bi=ol.createPolicy("vue",{createHTML:e=>e})}catch{}const al=bi?e=>bi.createHTML(e):e=>e,Sh="http://www.w3.org/2000/svg",Th="http://www.w3.org/1998/Math/MathML",At=typeof document<"u"?document:null,ll=At&&At.createElement("template"),Ih={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"?At.createElementNS(Sh,e):t==="mathml"?At.createElementNS(Th,e):n?At.createElement(e,{is:n}):At.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>At.createTextNode(e),createComment:e=>At.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>At.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const o=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{ll.innerHTML=al(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const a=ll.content;if(r==="svg"||r==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Eh=Symbol("_vtc");function Ch(e,t,n){const r=e[Eh];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const cl=Symbol("_vod"),Oh=Symbol("_vsh"),Ah=Symbol(""),Ph=/(?:^|;)\s*display\s*:/;function Lh(e,t,n){const r=e.style,s=we(n);let i=!1;if(n&&!s){if(t)if(we(t))for(const o of t.split(";")){const a=o.slice(0,o.indexOf(":")).trim();n[a]==null&&os(r,a,"")}else for(const o in t)n[o]==null&&os(r,o,"");for(const o in n)o==="display"&&(i=!0),os(r,o,n[o])}else if(s){if(t!==n){const o=r[Ah];o&&(n+=";"+o),r.cssText=n,i=Ph.test(n)}}else t&&e.removeAttribute("style");cl in e&&(e[cl]=i?r.display:"",e[Oh]&&(r.display="none"))}const ul=/\s*!important$/;function os(e,t,n){if(K(n))n.forEach(r=>os(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Rh(e,t);ul.test(n)?e.setProperty(jt(r),n.replace(ul,""),"important"):e[r]=n}}const fl=["Webkit","Moz","ms"],yi={};function Rh(e,t){const n=yi[t];if(n)return n;let r=Ye(t);if(r!=="filter"&&r in e)return yi[t]=r;r=$r(r);for(let s=0;s<fl.length;s++){const i=fl[s]+r;if(i in e)return yi[t]=i}return t}const dl="http://www.w3.org/1999/xlink";function hl(e,t,n,r,s,i=Cf(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(dl,t.slice(6,t.length)):e.setAttributeNS(dl,t,n):n==null||i&&!Wo(n)?e.removeAttribute(t):e.setAttribute(t,i?"":Ft(n)?String(n):n)}function pl(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?al(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const a=i==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(a!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=Wo(n):n==null&&a==="string"?(n="",o=!0):a==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(s||t)}function Pn(e,t,n,r){e.addEventListener(t,n,r)}function $h(e,t,n,r){e.removeEventListener(t,n,r)}const ml=Symbol("_vei");function Nh(e,t,n,r,s=null){const i=e[ml]||(e[ml]={}),o=i[t];if(r&&o)o.value=r;else{const[a,l]=Mh(t);if(r){const u=i[t]=jh(r,s);Pn(e,a,u,l)}else o&&($h(e,a,o,l),i[t]=void 0)}}const gl=/(?:Once|Passive|Capture)$/;function Mh(e){let t;if(gl.test(e)){t={};let r;for(;r=e.match(gl);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):jt(e.slice(2)),t]}let vi=0;const Dh=Promise.resolve(),Fh=()=>vi||(Dh.then(()=>vi=0),vi=Date.now());function jh(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;ut(Uh(r,n.value),t,5,[r])};return n.value=e,n.attached=Fh(),n}function Uh(e,t){if(K(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 _l=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Wh=(e,t,n,r,s,i)=>{const o=s==="svg";t==="class"?Ch(e,r,o):t==="style"?Lh(e,n,r):Pr(t)?Ds(t)||Nh(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Hh(e,t,r,o))?(pl(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&hl(e,t,r,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!we(r))?pl(e,Ye(t),r,i,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),hl(e,t,r,o))};function Hh(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&_l(t)&&V(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||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 _l(t)&&we(n)?!1:t in e}const bl=e=>{const t=e.props["onUpdate:modelValue"]||!1;return K(t)?n=>Nr(t,n):t};function zh(e){e.target.composing=!0}function yl(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const wi=Symbol("_assign"),Kh={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[wi]=bl(s);const i=r||s.props&&s.props.type==="number";Pn(e,t?"change":"input",o=>{if(o.target.composing)return;let a=e.value;n&&(a=a.trim()),i&&(a=Ws(a)),e[wi](a)}),n&&Pn(e,"change",()=>{e.value=e.value.trim()}),t||(Pn(e,"compositionstart",zh),Pn(e,"compositionend",yl),Pn(e,"change",yl))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:s,number:i}},o){if(e[wi]=bl(o),e.composing)return;const a=(i||e.type==="number")&&!/^0\d/.test(e.value)?Ws(e.value):e.value,l=t??"";a!==l&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||s&&e.value.trim()===l)||(e.value=l))}},Vh=["ctrl","shift","alt","meta"],Bh={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)=>Vh.some(n=>e[`${n}Key`]&&!t.includes(n))},ki=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=((s,...i)=>{for(let o=0;o<t.length;o++){const a=Bh[t[o]];if(a&&a(s,t))return}return e(s,...i)}))},Gh={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},vl=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=(s=>{if(!("key"in s))return;const i=jt(s.key);if(t.some(o=>o===i||Gh[o]===i))return e(s)}))},Zh=Pe({patchProp:Wh},Ih);let wl;function Yh(){return wl||(wl=Zd(Zh))}const Xh=((...e)=>{const t=Yh().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=qh(r);if(!s)return;const i=t._component;!V(i)&&!i.render&&!i.template&&(i.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const o=n(s,!1,Jh(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},t});function Jh(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function qh(e){return we(e)?document.querySelector(e):e}/*!
21
- * pinia v3.0.3
22
- * (c) 2025 Eduardo San Martin Morote
23
- * @license MIT
24
- */let kl;const as=e=>kl=e,xl=Symbol();function xi(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var ur;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(ur||(ur={}));function Qh(){const e=zs(!0),t=e.run(()=>te({}));let n=[],r=[];const s=ni({install(i){as(s),s._a=i,i.provide(xl,s),i.config.globalProperties.$pinia=s,r.forEach(o=>n.push(o)),r=[]},use(i){return this._a?n.push(i):r.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const Sl=()=>{};function Tl(e,t,n,r=Sl){e.push(t);const s=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),r())};return!n&&Vo()&&Of(s),s}function Ln(e,...t){e.slice().forEach(n=>{n(...t)})}const ep=e=>e(),Il=Symbol(),Si=Symbol();function Ti(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];xi(s)&&xi(r)&&e.hasOwnProperty(n)&&!ye(r)&&!Wt(r)?e[n]=Ti(s,r):e[n]=r}return e}const tp=Symbol();function np(e){return!xi(e)||!Object.prototype.hasOwnProperty.call(e,tp)}const{assign:Gt}=Object;function rp(e){return!!(ye(e)&&e.effect)}function sp(e,t,n,r){const{state:s,actions:i,getters:o}=t,a=n.state.value[e];let l;function u(){a||(n.state.value[e]=s?s():{});const c=Qf(n.state.value[e]);return Gt(c,i,Object.keys(o||{}).reduce((f,d)=>(f[d]=ni(tt(()=>{as(n);const m=n._s.get(e);return o[d].call(m,m)})),f),{}))}return l=El(e,u,t,n,r,!0),l}function El(e,t,n={},r,s,i){let o;const a=Gt({actions:{}},n),l={deep:!0};let u,c,f=[],d=[],m;const y=r.state.value[e];!i&&!y&&(r.state.value[e]={}),te({});let w;function E(F){let U;u=c=!1,typeof F=="function"?(F(r.state.value[e]),U={type:ur.patchFunction,storeId:e,events:m}):(Ti(r.state.value[e],F),U={type:ur.patchObject,payload:F,storeId:e,events:m});const Z=w=Symbol();pa().then(()=>{w===Z&&(u=!0)}),c=!0,Ln(f,U,r.state.value[e])}const _=i?function(){const{state:U}=n,Z=U?U():{};this.$patch(Q=>{Gt(Q,Z)})}:Sl;function v(){o.stop(),f=[],d=[],r._s.delete(e)}const T=(F,U="")=>{if(Il in F)return F[Si]=U,F;const Z=function(){as(r);const Q=Array.from(arguments),Y=[],Oe=[];function it(G){Y.push(G)}function qt(G){Oe.push(G)}Ln(d,{args:Q,name:Z[Si],store:O,after:it,onError:qt});let _e;try{_e=F.apply(this&&this.$id===e?this:O,Q)}catch(G){throw Ln(Oe,G),G}return _e instanceof Promise?_e.then(G=>(Ln(Y,G),G)).catch(G=>(Ln(Oe,G),Promise.reject(G))):(Ln(Y,_e),_e)};return Z[Il]=!0,Z[Si]=U,Z},g={_p:r,$id:e,$onAction:Tl.bind(null,d),$patch:E,$reset:_,$subscribe(F,U={}){const Z=Tl(f,F,U.detached,()=>Q()),Q=o.run(()=>ht(()=>r.state.value[e],Y=>{(U.flush==="sync"?c:u)&&F({storeId:e,type:ur.direct,events:m},Y)},Gt({},l,U)));return Z},$dispose:v},O=zr(g);r._s.set(e,O);const P=(r._a&&r._a.runWithContext||ep)(()=>r._e.run(()=>(o=zs()).run(()=>t({action:T}))));for(const F in P){const U=P[F];if(ye(U)&&!rp(U)||Wt(U))i||(y&&np(U)&&(ye(U)?U.value=y[F]:Ti(U,y[F])),r.state.value[e][F]=U);else if(typeof U=="function"){const Z=T(U,F);P[F]=Z,a.actions[F]=U}}return Gt(O,P),Gt(ee(O),P),Object.defineProperty(O,"$state",{get:()=>r.state.value[e],set:F=>{E(U=>{Gt(U,F)})}}),r._p.forEach(F=>{Gt(O,o.run(()=>F({store:O,app:r._a,pinia:r,options:a})))}),y&&i&&n.hydrate&&n.hydrate(O.$state,y),u=!0,c=!0,O}/*! #__NO_SIDE_EFFECTS__ */function Cl(e,t,n){let r;const s=typeof t=="function";r=s?n:t;function i(o,a){const l=Wd();return o=o||(l?je(xl,null):null),o&&as(o),o=kl,o._s.has(e)||(s?El(e,t,r,o):sp(e,r,o)),o._s.get(e)}return i.$id=e,i}const Ol=Symbol("$auth0");function gt(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var s=0;for(r=Object.getOwnPropertySymbols(e);s<r.length;s++)t.indexOf(r[s])<0&&Object.prototype.propertyIsEnumerable.call(e,r[s])&&(n[r[s]]=e[r[s]])}return n}typeof SuppressedError=="function"&&SuppressedError;var un=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ii(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Ei(e,t){return e(t={exports:{}},t.exports),t.exports}var fn=Ei((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});var n=(function(){function r(){var s=this;this.locked=new Map,this.addToLocked=function(i,o){var a=s.locked.get(i);a===void 0?o===void 0?s.locked.set(i,[]):s.locked.set(i,[o]):o!==void 0&&(a.unshift(o),s.locked.set(i,a))},this.isLocked=function(i){return s.locked.has(i)},this.lock=function(i){return new Promise((function(o,a){s.isLocked(i)?s.addToLocked(i,o):(s.addToLocked(i),o())}))},this.unlock=function(i){var o=s.locked.get(i);if(o!==void 0&&o.length!==0){var a=o.pop();s.locked.set(i,o),a!==void 0&&setTimeout(a,0)}else s.locked.delete(i)}}return r.getInstance=function(){return r.instance===void 0&&(r.instance=new r),r.instance},r})();t.default=function(){return n.getInstance()}}));Ii(fn);var ip=Ii(Ei((function(e,t){var n=un&&un.__awaiter||function(c,f,d,m){return new(d||(d=Promise))((function(y,w){function E(T){try{v(m.next(T))}catch(g){w(g)}}function _(T){try{v(m.throw(T))}catch(g){w(g)}}function v(T){T.done?y(T.value):new d((function(g){g(T.value)})).then(E,_)}v((m=m.apply(c,f||[])).next())}))},r=un&&un.__generator||function(c,f){var d,m,y,w,E={label:0,sent:function(){if(1&y[0])throw y[1];return y[1]},trys:[],ops:[]};return w={next:_(0),throw:_(1),return:_(2)},typeof Symbol=="function"&&(w[Symbol.iterator]=function(){return this}),w;function _(v){return function(T){return(function(g){if(d)throw new TypeError("Generator is already executing.");for(;E;)try{if(d=1,m&&(y=2&g[0]?m.return:g[0]?m.throw||((y=m.return)&&y.call(m),0):m.next)&&!(y=y.call(m,g[1])).done)return y;switch(m=0,y&&(g=[2&g[0],y.value]),g[0]){case 0:case 1:y=g;break;case 4:return E.label++,{value:g[1],done:!1};case 5:E.label++,m=g[1],g=[0];continue;case 7:g=E.ops.pop(),E.trys.pop();continue;default:if(!((y=(y=E.trys).length>0&&y[y.length-1])||g[0]!==6&&g[0]!==2)){E=0;continue}if(g[0]===3&&(!y||g[1]>y[0]&&g[1]<y[3])){E.label=g[1];break}if(g[0]===6&&E.label<y[1]){E.label=y[1],y=g;break}if(y&&E.label<y[2]){E.label=y[2],E.ops.push(g);break}y[2]&&E.ops.pop(),E.trys.pop();continue}g=f.call(c,E)}catch(O){g=[6,O],m=0}finally{d=y=0}if(5&g[0])throw g[1];return{value:g[0]?g[1]:void 0,done:!0}})([v,T])}}},s=un;Object.defineProperty(t,"__esModule",{value:!0});var i="browser-tabs-lock-key",o={key:function(c){return n(s,void 0,void 0,(function(){return r(this,(function(f){throw new Error("Unsupported")}))}))},getItem:function(c){return n(s,void 0,void 0,(function(){return r(this,(function(f){throw new Error("Unsupported")}))}))},clear:function(){return n(s,void 0,void 0,(function(){return r(this,(function(c){return[2,window.localStorage.clear()]}))}))},removeItem:function(c){return n(s,void 0,void 0,(function(){return r(this,(function(f){throw new Error("Unsupported")}))}))},setItem:function(c,f){return n(s,void 0,void 0,(function(){return r(this,(function(d){throw new Error("Unsupported")}))}))},keySync:function(c){return window.localStorage.key(c)},getItemSync:function(c){return window.localStorage.getItem(c)},clearSync:function(){return window.localStorage.clear()},removeItemSync:function(c){return window.localStorage.removeItem(c)},setItemSync:function(c,f){return window.localStorage.setItem(c,f)}};function a(c){return new Promise((function(f){return setTimeout(f,c)}))}function l(c){for(var f="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz",d="",m=0;m<c;m++)d+=f[Math.floor(Math.random()*f.length)];return d}var u=(function(){function c(f){this.acquiredIatSet=new Set,this.storageHandler=void 0,this.id=Date.now().toString()+l(15),this.acquireLock=this.acquireLock.bind(this),this.releaseLock=this.releaseLock.bind(this),this.releaseLock__private__=this.releaseLock__private__.bind(this),this.waitForSomethingToChange=this.waitForSomethingToChange.bind(this),this.refreshLockWhileAcquired=this.refreshLockWhileAcquired.bind(this),this.storageHandler=f,c.waiters===void 0&&(c.waiters=[])}return c.prototype.acquireLock=function(f,d){return d===void 0&&(d=5e3),n(this,void 0,void 0,(function(){var m,y,w,E,_,v,T;return r(this,(function(g){switch(g.label){case 0:m=Date.now()+l(4),y=Date.now()+d,w=i+"-"+f,E=this.storageHandler===void 0?o:this.storageHandler,g.label=1;case 1:return Date.now()<y?[4,a(30)]:[3,8];case 2:return g.sent(),E.getItemSync(w)!==null?[3,5]:(_=this.id+"-"+f+"-"+m,[4,a(Math.floor(25*Math.random()))]);case 3:return g.sent(),E.setItemSync(w,JSON.stringify({id:this.id,iat:m,timeoutKey:_,timeAcquired:Date.now(),timeRefreshed:Date.now()})),[4,a(30)];case 4:return g.sent(),(v=E.getItemSync(w))!==null&&(T=JSON.parse(v)).id===this.id&&T.iat===m?(this.acquiredIatSet.add(m),this.refreshLockWhileAcquired(w,m),[2,!0]):[3,7];case 5:return c.lockCorrector(this.storageHandler===void 0?o:this.storageHandler),[4,this.waitForSomethingToChange(y)];case 6:g.sent(),g.label=7;case 7:return m=Date.now()+l(4),[3,1];case 8:return[2,!1]}}))}))},c.prototype.refreshLockWhileAcquired=function(f,d){return n(this,void 0,void 0,(function(){var m=this;return r(this,(function(y){return setTimeout((function(){return n(m,void 0,void 0,(function(){var w,E,_;return r(this,(function(v){switch(v.label){case 0:return[4,fn.default().lock(d)];case 1:return v.sent(),this.acquiredIatSet.has(d)?(w=this.storageHandler===void 0?o:this.storageHandler,(E=w.getItemSync(f))===null?(fn.default().unlock(d),[2]):((_=JSON.parse(E)).timeRefreshed=Date.now(),w.setItemSync(f,JSON.stringify(_)),fn.default().unlock(d),this.refreshLockWhileAcquired(f,d),[2])):(fn.default().unlock(d),[2])}}))}))}),1e3),[2]}))}))},c.prototype.waitForSomethingToChange=function(f){return n(this,void 0,void 0,(function(){return r(this,(function(d){switch(d.label){case 0:return[4,new Promise((function(m){var y=!1,w=Date.now(),E=!1;function _(){if(E||(window.removeEventListener("storage",_),c.removeFromWaiting(_),clearTimeout(v),E=!0),!y){y=!0;var T=50-(Date.now()-w);T>0?setTimeout(m,T):m(null)}}window.addEventListener("storage",_),c.addToWaiting(_);var v=setTimeout(_,Math.max(0,f-Date.now()))}))];case 1:return d.sent(),[2]}}))}))},c.addToWaiting=function(f){this.removeFromWaiting(f),c.waiters!==void 0&&c.waiters.push(f)},c.removeFromWaiting=function(f){c.waiters!==void 0&&(c.waiters=c.waiters.filter((function(d){return d!==f})))},c.notifyWaiters=function(){c.waiters!==void 0&&c.waiters.slice().forEach((function(f){return f()}))},c.prototype.releaseLock=function(f){return n(this,void 0,void 0,(function(){return r(this,(function(d){switch(d.label){case 0:return[4,this.releaseLock__private__(f)];case 1:return[2,d.sent()]}}))}))},c.prototype.releaseLock__private__=function(f){return n(this,void 0,void 0,(function(){var d,m,y,w;return r(this,(function(E){switch(E.label){case 0:return d=this.storageHandler===void 0?o:this.storageHandler,m=i+"-"+f,(y=d.getItemSync(m))===null?[2]:(w=JSON.parse(y)).id!==this.id?[3,2]:[4,fn.default().lock(w.iat)];case 1:E.sent(),this.acquiredIatSet.delete(w.iat),d.removeItemSync(m),fn.default().unlock(w.iat),c.notifyWaiters(),E.label=2;case 2:return[2]}}))}))},c.lockCorrector=function(f){for(var d=Date.now()-5e3,m=f,y=[],w=0;;){var E=m.keySync(w);if(E===null)break;y.push(E),w++}for(var _=!1,v=0;v<y.length;v++){var T=y[v];if(T.includes(i)){var g=m.getItemSync(T);if(g!==null){var O=JSON.parse(g);(O.timeRefreshed===void 0&&O.timeAcquired<d||O.timeRefreshed!==void 0&&O.timeRefreshed<d)&&(m.removeItemSync(T),_=!0)}}}_&&c.notifyWaiters()},c.waiters=void 0,c})();t.default=u})));const op={timeoutInSeconds:60},Al={name:"auth0-spa-js",version:"2.1.3"},Pl=()=>Date.now();let Be=class Ao extends Error{constructor(t,n){super(n),this.error=t,this.error_description=n,Object.setPrototypeOf(this,Ao.prototype)}static fromPayload({error:t,error_description:n}){return new Ao(t,n)}};class Ci extends Be{constructor(t,n,r,s=null){super(t,n),this.state=r,this.appState=s,Object.setPrototypeOf(this,Ci.prototype)}}class fr extends Be{constructor(){super("timeout","Timeout"),Object.setPrototypeOf(this,fr.prototype)}}let ap=class gf extends fr{constructor(t){super(),this.popup=t,Object.setPrototypeOf(this,gf.prototype)}},lp=class _f extends Be{constructor(t){super("cancelled","Popup closed"),this.popup=t,Object.setPrototypeOf(this,_f.prototype)}},cp=class bf extends Be{constructor(t,n,r){super(t,n),this.mfa_token=r,Object.setPrototypeOf(this,bf.prototype)}},Ll=class yf extends Be{constructor(t,n){super("missing_refresh_token",`Missing Refresh Token (audience: '${Rl(t,["default"])}', scope: '${Rl(n)}')`),this.audience=t,this.scope=n,Object.setPrototypeOf(this,yf.prototype)}};function Rl(e,t=[]){return e&&!t.includes(e)?e:""}const ls=()=>window.crypto,Oi=()=>{const e="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_~.";let t="";return Array.from(ls().getRandomValues(new Uint8Array(43))).forEach((n=>t+=e[n%e.length])),t},$l=e=>btoa(e),Ai=e=>{var{clientId:t}=e,n=gt(e,["clientId"]);return new URLSearchParams((r=>Object.keys(r).filter((s=>r[s]!==void 0)).reduce(((s,i)=>Object.assign(Object.assign({},s),{[i]:r[i]})),{}))(Object.assign({client_id:t},n))).toString()},Nl=e=>(t=>decodeURIComponent(atob(t).split("").map((n=>"%"+("00"+n.charCodeAt(0).toString(16)).slice(-2))).join("")))(e.replace(/_/g,"/").replace(/-/g,"+")),up=async(e,t)=>{const n=await fetch(e,t);return{ok:n.ok,json:await n.json()}},fp=async(e,t,n,r,s,i,o=1e4)=>s?(async(a,l,u,c,f,d,m)=>{return y={auth:{audience:l,scope:u},timeout:f,fetchUrl:a,fetchOptions:c,useFormData:m},w=d,new Promise((function(E,_){const v=new MessageChannel;v.port1.onmessage=function(T){T.data.error?_(new Error(T.data.error)):E(T.data),v.port1.close()},w.postMessage(y,[v.port2])}));var y,w})(e,t,n,r,o,s,i):(async(a,l,u)=>{const c=new AbortController;let f;return l.signal=c.signal,Promise.race([up(a,l),new Promise(((d,m)=>{f=setTimeout((()=>{c.abort(),m(new Error("Timeout when executing 'fetch'"))}),u)}))]).finally((()=>{clearTimeout(f)}))})(e,r,o);async function dp(e,t){var{baseUrl:n,timeout:r,audience:s,scope:i,auth0Client:o,useFormData:a}=e,l=gt(e,["baseUrl","timeout","audience","scope","auth0Client","useFormData"]);const u=a?Ai(l):JSON.stringify(l);return await(async function(c,f,d,m,y,w,E){let _,v=null;for(let F=0;F<3;F++)try{_=await fp(c,d,m,y,w,E,f),v=null;break}catch(U){v=U}if(v)throw v;const T=_.json,{error:g,error_description:O}=T,M=gt(T,["error","error_description"]),{ok:P}=_;if(!P){const F=O||`HTTP error. Unable to fetch ${c}`;throw g==="mfa_required"?new cp(g,F,M.mfa_token):g==="missing_refresh_token"?new Ll(d,m):new Be(g||"request_error",F)}return M})(`${n}/oauth/token`,r,s||"default",i,{method:"POST",body:u,headers:{"Content-Type":a?"application/x-www-form-urlencoded":"application/json","Auth0-Client":btoa(JSON.stringify(o||Al))}},t,a)}const cs=(...e)=>{return(t=e.filter(Boolean).join(" ").trim().split(/\s+/),Array.from(new Set(t))).join(" ");var t};let dn=class Po{constructor(t,n="@@auth0spajs@@",r){this.prefix=n,this.suffix=r,this.clientId=t.clientId,this.scope=t.scope,this.audience=t.audience}toKey(){return[this.prefix,this.clientId,this.audience,this.scope,this.suffix].filter(Boolean).join("::")}static fromKey(t){const[n,r,s,i]=t.split("::");return new Po({clientId:r,scope:i,audience:s},n)}static fromCacheEntry(t){const{scope:n,audience:r,client_id:s}=t;return new Po({scope:n,audience:r,clientId:s})}},hp=class{set(t,n){localStorage.setItem(t,JSON.stringify(n))}get(t){const n=window.localStorage.getItem(t);if(n)try{return JSON.parse(n)}catch{return}}remove(t){localStorage.removeItem(t)}allKeys(){return Object.keys(window.localStorage).filter((t=>t.startsWith("@@auth0spajs@@")))}},Ml=class{constructor(){this.enclosedCache=(function(){let t={};return{set(n,r){t[n]=r},get(n){const r=t[n];if(r)return r},remove(n){delete t[n]},allKeys:()=>Object.keys(t)}})()}},pp=class{constructor(t,n,r){this.cache=t,this.keyManifest=n,this.nowProvider=r||Pl}async setIdToken(t,n,r){var s;const i=this.getIdTokenCacheKey(t);await this.cache.set(i,{id_token:n,decodedToken:r}),await((s=this.keyManifest)===null||s===void 0?void 0:s.add(i))}async getIdToken(t){const n=await this.cache.get(this.getIdTokenCacheKey(t.clientId));if(!n&&t.scope&&t.audience){const r=await this.get(t);return!r||!r.id_token||!r.decodedToken?void 0:{id_token:r.id_token,decodedToken:r.decodedToken}}if(n)return{id_token:n.id_token,decodedToken:n.decodedToken}}async get(t,n=0){var r;let s=await this.cache.get(t.toKey());if(!s){const a=await this.getCacheKeys();if(!a)return;const l=this.matchExistingCacheKey(t,a);l&&(s=await this.cache.get(l))}if(!s)return;const i=await this.nowProvider(),o=Math.floor(i/1e3);return s.expiresAt-n<o?s.body.refresh_token?(s.body={refresh_token:s.body.refresh_token},await this.cache.set(t.toKey(),s),s.body):(await this.cache.remove(t.toKey()),void await((r=this.keyManifest)===null||r===void 0?void 0:r.remove(t.toKey()))):s.body}async set(t){var n;const r=new dn({clientId:t.client_id,scope:t.scope,audience:t.audience}),s=await this.wrapCacheEntry(t);await this.cache.set(r.toKey(),s),await((n=this.keyManifest)===null||n===void 0?void 0:n.add(r.toKey()))}async clear(t){var n;const r=await this.getCacheKeys();r&&(await r.filter((s=>!t||s.includes(t))).reduce((async(s,i)=>{await s,await this.cache.remove(i)}),Promise.resolve()),await((n=this.keyManifest)===null||n===void 0?void 0:n.clear()))}async wrapCacheEntry(t){const n=await this.nowProvider();return{body:t,expiresAt:Math.floor(n/1e3)+t.expires_in}}async getCacheKeys(){var t;return this.keyManifest?(t=await this.keyManifest.get())===null||t===void 0?void 0:t.keys:this.cache.allKeys?this.cache.allKeys():void 0}getIdTokenCacheKey(t){return new dn({clientId:t},"@@auth0spajs@@","@@user@@").toKey()}matchExistingCacheKey(t,n){return n.filter((r=>{var s;const i=dn.fromKey(r),o=new Set(i.scope&&i.scope.split(" ")),a=((s=t.scope)===null||s===void 0?void 0:s.split(" "))||[],l=i.scope&&a.reduce(((u,c)=>u&&o.has(c)),!0);return i.prefix==="@@auth0spajs@@"&&i.clientId===t.clientId&&i.audience===t.audience&&l}))[0]}};class mp{constructor(t,n,r){this.storage=t,this.clientId=n,this.cookieDomain=r,this.storageKey=`a0.spajs.txs.${this.clientId}`}create(t){this.storage.save(this.storageKey,t,{daysUntilExpire:1,cookieDomain:this.cookieDomain})}get(){return this.storage.get(this.storageKey)}remove(){this.storage.remove(this.storageKey,{cookieDomain:this.cookieDomain})}}const dr=e=>typeof e=="number",gp=["iss","aud","exp","nbf","iat","jti","azp","nonce","auth_time","at_hash","c_hash","acr","amr","sub_jwk","cnf","sip_from_tag","sip_date","sip_callid","sip_cseq_num","sip_via_branch","orig","dest","mky","events","toe","txn","rph","sid","vot","vtm"];var hn=Ei((function(e,t){var n=un&&un.__assign||function(){return n=Object.assign||function(l){for(var u,c=1,f=arguments.length;c<f;c++)for(var d in u=arguments[c])Object.prototype.hasOwnProperty.call(u,d)&&(l[d]=u[d]);return l},n.apply(this,arguments)};function r(l,u){if(!u)return"";var c="; "+l;return u===!0?c:c+"="+u}function s(l,u,c){return encodeURIComponent(l).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/\(/g,"%28").replace(/\)/g,"%29")+"="+encodeURIComponent(u).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent)+(function(f){if(typeof f.expires=="number"){var d=new Date;d.setMilliseconds(d.getMilliseconds()+864e5*f.expires),f.expires=d}return r("Expires",f.expires?f.expires.toUTCString():"")+r("Domain",f.domain)+r("Path",f.path)+r("Secure",f.secure)+r("SameSite",f.sameSite)})(c)}function i(l){for(var u={},c=l?l.split("; "):[],f=/(%[\dA-F]{2})+/gi,d=0;d<c.length;d++){var m=c[d].split("="),y=m.slice(1).join("=");y.charAt(0)==='"'&&(y=y.slice(1,-1));try{u[m[0].replace(f,decodeURIComponent)]=y.replace(f,decodeURIComponent)}catch{}}return u}function o(){return i(document.cookie)}function a(l,u,c){document.cookie=s(l,u,n({path:"/"},c))}t.__esModule=!0,t.encode=s,t.parse=i,t.getAll=o,t.get=function(l){return o()[l]},t.set=a,t.remove=function(l,u){a(l,"",n(n({},u),{expires:-1}))}}));Ii(hn),hn.encode,hn.parse,hn.getAll;var _p=hn.get,Dl=hn.set,Fl=hn.remove;const Rn={get(e){const t=_p(e);if(t!==void 0)return JSON.parse(t)},save(e,t,n){let r={};window.location.protocol==="https:"&&(r={secure:!0,sameSite:"none"}),n?.daysUntilExpire&&(r.expires=n.daysUntilExpire),n?.cookieDomain&&(r.domain=n.cookieDomain),Dl(e,JSON.stringify(t),r)},remove(e,t){let n={};t?.cookieDomain&&(n.domain=t.cookieDomain),Fl(e,n)}},bp={get:e=>Rn.get(e)||Rn.get(`_legacy_${e}`),save(e,t,n){let r={};window.location.protocol==="https:"&&(r={secure:!0}),n?.daysUntilExpire&&(r.expires=n.daysUntilExpire),n?.cookieDomain&&(r.domain=n.cookieDomain),Dl(`_legacy_${e}`,JSON.stringify(t),r),Rn.save(e,t,n)},remove(e,t){let n={};t?.cookieDomain&&(n.domain=t.cookieDomain),Fl(e,n),Rn.remove(e,t),Rn.remove(`_legacy_${e}`,t)}},yp={get(e){if(typeof sessionStorage>"u")return;const t=sessionStorage.getItem(e);return t!=null?JSON.parse(t):void 0},save(e,t){sessionStorage.setItem(e,JSON.stringify(t))},remove(e){sessionStorage.removeItem(e)}};var Pi,vp=(function(e){return Pi=Pi||(function(t,n,r){var s=(function(l,u){var c=atob(l);return c})(t),i=s.indexOf(`
25
- `,10)+1,o=s.substring(i)+"",a=new Blob([o],{type:"application/javascript"});return URL.createObjectURL(a)})("Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwohZnVuY3Rpb24oKXsidXNlIHN0cmljdCI7Y2xhc3MgZSBleHRlbmRzIEVycm9ye2NvbnN0cnVjdG9yKHQscil7c3VwZXIociksdGhpcy5lcnJvcj10LHRoaXMuZXJyb3JfZGVzY3JpcHRpb249cixPYmplY3Quc2V0UHJvdG90eXBlT2YodGhpcyxlLnByb3RvdHlwZSl9c3RhdGljIGZyb21QYXlsb2FkKHtlcnJvcjp0LGVycm9yX2Rlc2NyaXB0aW9uOnJ9KXtyZXR1cm4gbmV3IGUodCxyKX19Y2xhc3MgdCBleHRlbmRzIGV7Y29uc3RydWN0b3IoZSxzKXtzdXBlcigibWlzc2luZ19yZWZyZXNoX3Rva2VuIixgTWlzc2luZyBSZWZyZXNoIFRva2VuIChhdWRpZW5jZTogJyR7cihlLFsiZGVmYXVsdCJdKX0nLCBzY29wZTogJyR7cihzKX0nKWApLHRoaXMuYXVkaWVuY2U9ZSx0aGlzLnNjb3BlPXMsT2JqZWN0LnNldFByb3RvdHlwZU9mKHRoaXMsdC5wcm90b3R5cGUpfX1mdW5jdGlvbiByKGUsdD1bXSl7cmV0dXJuIGUmJiF0LmluY2x1ZGVzKGUpP2U6IiJ9ImZ1bmN0aW9uIj09dHlwZW9mIFN1cHByZXNzZWRFcnJvciYmU3VwcHJlc3NlZEVycm9yO2NvbnN0IHM9ZT0+e3ZhcntjbGllbnRJZDp0fT1lLHI9ZnVuY3Rpb24oZSx0KXt2YXIgcj17fTtmb3IodmFyIHMgaW4gZSlPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoZSxzKSYmdC5pbmRleE9mKHMpPDAmJihyW3NdPWVbc10pO2lmKG51bGwhPWUmJiJmdW5jdGlvbiI9PXR5cGVvZiBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKXt2YXIgbz0wO2ZvcihzPU9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMoZSk7bzxzLmxlbmd0aDtvKyspdC5pbmRleE9mKHNbb10pPDAmJk9iamVjdC5wcm90b3R5cGUucHJvcGVydHlJc0VudW1lcmFibGUuY2FsbChlLHNbb10pJiYocltzW29dXT1lW3Nbb11dKX1yZXR1cm4gcn0oZSxbImNsaWVudElkIl0pO3JldHVybiBuZXcgVVJMU2VhcmNoUGFyYW1zKChlPT5PYmplY3Qua2V5cyhlKS5maWx0ZXIoKHQ9PnZvaWQgMCE9PWVbdF0pKS5yZWR1Y2UoKCh0LHIpPT5PYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30sdCkse1tyXTplW3JdfSkpLHt9KSkoT2JqZWN0LmFzc2lnbih7Y2xpZW50X2lkOnR9LHIpKSkudG9TdHJpbmcoKX07bGV0IG89e307Y29uc3Qgbj0oZSx0KT0+YCR7ZX18JHt0fWA7YWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsKGFzeW5jKHtkYXRhOnt0aW1lb3V0OmUsYXV0aDpyLGZldGNoVXJsOmksZmV0Y2hPcHRpb25zOmMsdXNlRm9ybURhdGE6YX0scG9ydHM6W3BdfSk9PntsZXQgZjtjb25zdHthdWRpZW5jZTp1LHNjb3BlOmx9PXJ8fHt9O3RyeXtjb25zdCByPWE/KGU9Pntjb25zdCB0PW5ldyBVUkxTZWFyY2hQYXJhbXMoZSkscj17fTtyZXR1cm4gdC5mb3JFYWNoKCgoZSx0KT0+e3JbdF09ZX0pKSxyfSkoYy5ib2R5KTpKU09OLnBhcnNlKGMuYm9keSk7aWYoIXIucmVmcmVzaF90b2tlbiYmInJlZnJlc2hfdG9rZW4iPT09ci5ncmFudF90eXBlKXtjb25zdCBlPSgoZSx0KT0+b1tuKGUsdCldKSh1LGwpO2lmKCFlKXRocm93IG5ldyB0KHUsbCk7Yy5ib2R5PWE/cyhPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKTpKU09OLnN0cmluZ2lmeShPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30scikse3JlZnJlc2hfdG9rZW46ZX0pKX1sZXQgaCxnOyJmdW5jdGlvbiI9PXR5cGVvZiBBYm9ydENvbnRyb2xsZXImJihoPW5ldyBBYm9ydENvbnRyb2xsZXIsYy5zaWduYWw9aC5zaWduYWwpO3RyeXtnPWF3YWl0IFByb21pc2UucmFjZShbKGQ9ZSxuZXcgUHJvbWlzZSgoZT0+c2V0VGltZW91dChlLGQpKSkpLGZldGNoKGksT2JqZWN0LmFzc2lnbih7fSxjKSldKX1jYXRjaChlKXtyZXR1cm4gdm9pZCBwLnBvc3RNZXNzYWdlKHtlcnJvcjplLm1lc3NhZ2V9KX1pZighZylyZXR1cm4gaCYmaC5hYm9ydCgpLHZvaWQgcC5wb3N0TWVzc2FnZSh7ZXJyb3I6IlRpbWVvdXQgd2hlbiBleGVjdXRpbmcgJ2ZldGNoJyJ9KTtmPWF3YWl0IGcuanNvbigpLGYucmVmcmVzaF90b2tlbj8oKChlLHQscik9PntvW24odCxyKV09ZX0pKGYucmVmcmVzaF90b2tlbix1LGwpLGRlbGV0ZSBmLnJlZnJlc2hfdG9rZW4pOigoZSx0KT0+e2RlbGV0ZSBvW24oZSx0KV19KSh1LGwpLHAucG9zdE1lc3NhZ2Uoe29rOmcub2ssanNvbjpmfSl9Y2F0Y2goZSl7cC5wb3N0TWVzc2FnZSh7b2s6ITEsanNvbjp7ZXJyb3I6ZS5lcnJvcixlcnJvcl9kZXNjcmlwdGlvbjplLm1lc3NhZ2V9fSl9dmFyIGR9KSl9KCk7Cgo="),new Worker(Pi,e)});const Li={};let wp=class{constructor(t,n){this.cache=t,this.clientId=n,this.manifestKey=this.createManifestKeyFrom(this.clientId)}async add(t){var n;const r=new Set(((n=await this.cache.get(this.manifestKey))===null||n===void 0?void 0:n.keys)||[]);r.add(t),await this.cache.set(this.manifestKey,{keys:[...r]})}async remove(t){const n=await this.cache.get(this.manifestKey);if(n){const r=new Set(n.keys);return r.delete(t),r.size>0?await this.cache.set(this.manifestKey,{keys:[...r]}):await this.cache.remove(this.manifestKey)}}get(){return this.cache.get(this.manifestKey)}clear(){return this.cache.remove(this.manifestKey)}createManifestKeyFrom(t){return`@@auth0spajs@@::${t}`}};const kp={memory:()=>new Ml().enclosedCache,localstorage:()=>new hp},jl=e=>kp[e],Ul=e=>{const{openUrl:t,onRedirect:n}=e,r=gt(e,["openUrl","onRedirect"]);return Object.assign(Object.assign({},r),{openUrl:t===!1||t?t:n})},Ri=new ip;let xp=class{constructor(t){let n,r;if(this.userCache=new Ml().enclosedCache,this.defaultOptions={authorizationParams:{scope:"openid profile email"},useRefreshTokensFallback:!1,useFormData:!0},this._releaseLockOnPageHide=async()=>{await Ri.releaseLock("auth0.lock.getTokenSilently"),window.removeEventListener("pagehide",this._releaseLockOnPageHide)},this.options=Object.assign(Object.assign(Object.assign({},this.defaultOptions),t),{authorizationParams:Object.assign(Object.assign({},this.defaultOptions.authorizationParams),t.authorizationParams)}),typeof window<"u"&&(()=>{if(!ls())throw new Error("For security reasons, `window.crypto` is required to run `auth0-spa-js`.");if(ls().subtle===void 0)throw new Error(`
3
+ `,...$d(s)),console.warn(...i)}ft(),hi=!1}function Rd(){let e=nr[nr.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function $d(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
4
+ `],...Nd(n))}),t}function Nd({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,s=` at <${bl(e.component,e.type,r)}`,i=">"+n;return e.props?[s,...Dd(e.props),i]:[s+i]}function Dd(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...Ta(r,e[r]))}),n.length>3&&t.push(" ..."),t}function Ta(e,t,n){return ve(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:ye(t)?(t=Ta(e,ee(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):B(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=ee(t),n?t:[`${e}=`,t])}function An(e,t,n,r){try{return r?e(...r):e()}catch(s){ss(s,t,n)}}function dt(e,t,n,r){if(B(e)){const s=An(e,t,n,r);return s&&Xo(s)&&s.catch(i=>{ss(i,t,n)}),s}if(z(e)){const s=[];for(let i=0;i<e.length;i++)s.push(dt(e[i],t,n,r));return s}}function ss(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||se;if(t){let a=t.parent;const l=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const c=a.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,l,u)===!1)return}a=a.parent}if(i){ut(),An(i,null,10,[e,l,u]),ft();return}}jd(e,n,s,r,o)}function jd(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const je=[];let ht=-1;const Pn=[];let Bt=null,Ln=0;const Ea=Promise.resolve();let is=null;function pi(e){const t=is||Ea;return e?t.then(this?e.bind(this):e):t}function Md(e){let t=ht+1,n=je.length;for(;t<n;){const r=t+n>>>1,s=je[r],i=rr(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function mi(e){if(!(e.flags&1)){const t=rr(e),n=je[je.length-1];!n||!(e.flags&2)&&t>=rr(n)?je.push(e):je.splice(Md(t),0,e),e.flags|=1,Ia()}}function Ia(){is||(is=Ea.then(Aa))}function Fd(e){z(e)?Pn.push(...e):Bt&&e.id===-1?Bt.splice(Ln+1,0,e):e.flags&1||(Pn.push(e),e.flags|=1),Ia()}function Ca(e,t,n=ht+1){for(;n<je.length;n++){const r=je[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;je.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Oa(e){if(Pn.length){const t=[...new Set(Pn)].sort((n,r)=>rr(n)-rr(r));if(Pn.length=0,Bt){Bt.push(...t);return}for(Bt=t,Ln=0;Ln<Bt.length;Ln++){const n=Bt[Ln];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Bt=null,Ln=0}}const rr=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Aa(e){try{for(ht=0;ht<je.length;ht++){const t=je[ht];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),An(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ht<je.length;ht++){const t=je[ht];t&&(t.flags&=-2)}ht=-1,je.length=0,Oa(),is=null,(je.length||Pn.length)&&Aa()}}let ze=null,Pa=null;function os(e){const t=ze;return ze=e,Pa=e&&e.type.__scopeId||null,t}function Ud(e,t=ze,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&fs(-1);const i=os(t);let o;try{o=e(...s)}finally{os(i),r._d&&fs(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Kd(e,t){if(ze===null)return e;const n=ms(ze),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,o,a,l=se]=t[s];i&&(B(i)&&(i={mounted:i,updated:i}),i.deep&&At(o),r.push({dir:i,instance:n,value:o,oldValue:void 0,arg:a,modifiers:l}))}return e}function ln(e,t,n,r){const s=e.dirs,i=t&&t.dirs;for(let o=0;o<s.length;o++){const a=s[o];i&&(a.oldValue=i[o].value);let l=a.dir[r];l&&(ut(),dt(l,n,8,[e.el,a,e,t]),ft())}}function Wd(e,t){if(Ne){let n=Ne.provides;const r=Ne.parent&&Ne.parent.provides;r===n&&(n=Ne.provides=Object.create(r)),n[e]=t}}function Me(e,t,n=!1){const r=Ci();if(r||cn){let s=cn?cn._context.provides:r?r.parent==null||r.ce?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&B(t)?t.call(r&&r.proxy):t}}function Hd(){return!!(Ci()||cn)}const zd=Symbol.for("v-scx"),Vd=()=>Me(zd);function tt(e,t,n){return La(e,t,n)}function La(e,t,n=se){const{immediate:r,deep:s,flush:i,once:o}=n,a=Pe({},n),l=t&&r||!t&&i!=="post";let u;if(hr){if(i==="sync"){const h=Vd();u=h.__watcherHandles||(h.__watcherHandles=[])}else if(!l){const h=()=>{};return h.stop=ct,h.resume=ct,h.pause=ct,h}}const c=Ne;a.call=(h,y,w)=>dt(h,c,y,w);let f=!1;i==="post"?a.scheduler=h=>{Ve(h,c&&c.suspense)}:i!=="sync"&&(f=!0,a.scheduler=(h,y)=>{y?h():mi(h)}),a.augmentJob=h=>{t&&(h.flags|=4),f&&(h.flags|=2,c&&(h.id=c.uid,h.i=c))};const d=Ld(e,t,a);return hr&&(u?u.push(d):l&&d()),d}function Bd(e,t,n){const r=this.proxy,s=ve(e)?e.includes(".")?Ra(r,e):()=>r[e]:e.bind(r,r);let i;B(t)?i=t:(i=t.handler,n=t);const o=dr(this),a=La(s,i.bind(r),n);return o(),a}function Ra(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}}const Gd=Symbol("_vte"),Zd=e=>e.__isTeleport,Xd=Symbol("_leaveCb");function gi(e,t){e.shapeFlag&6&&e.component?(e.transition=t,gi(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 pt(e,t){return B(e)?Pe({name:e.name},t,{setup:e}):e}function $a(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const as=new WeakMap;function sr(e,t,n,r,s=!1){if(z(e)){e.forEach((y,w)=>sr(y,t&&(z(t)?t[w]:t),n,r,s));return}if(ir(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&sr(e,t,n,r.component.subTree);return}const i=r.shapeFlag&4?ms(r.component):r.el,o=s?null:i,{i:a,r:l}=e,u=t&&t.r,c=a.refs===se?a.refs={}:a.refs,f=a.setupState,d=ee(f),h=f===se?Go:y=>oe(d,y);if(u!=null&&u!==l){if(Na(t),ve(u))c[u]=null,h(u)&&(f[u]=null);else if(ye(u)){u.value=null;const y=t;y.k&&(c[y.k]=null)}}if(B(l))An(l,a,12,[o,c]);else{const y=ve(l),w=ye(l);if(y||w){const E=()=>{if(e.f){const _=y?h(l)?f[l]:c[l]:l.value;if(s)z(_)&&Ys(_,i);else if(z(_))_.includes(i)||_.push(i);else if(y)c[l]=[i],h(l)&&(f[l]=c[l]);else{const v=[i];l.value=v,e.k&&(c[e.k]=v)}}else y?(c[l]=o,h(l)&&(f[l]=o)):w&&(l.value=o,e.k&&(c[e.k]=o))};if(o){const _=()=>{E(),as.delete(e)};_.id=-1,as.set(e,_),Ve(_,n)}else Na(e),E()}}}function Na(e){const t=as.get(e);t&&(t.flags|=8,as.delete(e))}Br().requestIdleCallback,Br().cancelIdleCallback;const ir=e=>!!e.type.__asyncLoader,Da=e=>e.type.__isKeepAlive;function Yd(e,t){ja(e,"a",t)}function Jd(e,t){ja(e,"da",t)}function ja(e,t,n=Ne){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(ls(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Da(s.parent.vnode)&&qd(r,t,n,s),s=s.parent}}function qd(e,t,n,r){const s=ls(t,e,r,!0);_i(()=>{Ys(r[t],s)},n)}function ls(e,t,n=Ne,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{ut();const a=dr(n),l=dt(t,n,e,o);return a(),ft(),l});return r?s.unshift(i):s.push(i),i}}const Pt=e=>(t,n=Ne)=>{(!hr||e==="sp")&&ls(e,(...r)=>t(...r),n)},Qd=Pt("bm"),Rn=Pt("m"),eh=Pt("bu"),th=Pt("u"),Ma=Pt("bum"),_i=Pt("um"),nh=Pt("sp"),rh=Pt("rtg"),sh=Pt("rtc");function ih(e,t=Ne){ls("ec",e,t)}const oh="components";function ah(e,t){return ch(oh,e,!0,t)||e}const lh=Symbol.for("v-ndc");function ch(e,t,n=!0,r=!1){const s=ze||Ne;if(s){const i=s.type;{const a=_l(i,!1);if(a&&(a===t||a===Xe(t)||a===zr(Xe(t))))return i}const o=Fa(s[e]||i[e],t)||Fa(s.appContext[e],t);return!o&&r?i:o}}function Fa(e,t){return e&&(e[t]||e[Xe(t)]||e[zr(Xe(t))])}function Ua(e,t,n,r){let s;const i=n,o=z(e);if(o||ve(e)){const a=o&&Ct(e);let l=!1,u=!1;a&&(l=!He(e),u=Ot(e),e=Xr(e)),s=new Array(e.length);for(let c=0,f=e.length;c<f;c++)s[c]=t(l?u?On(et(e[c])):et(e[c]):e[c],c,void 0,i)}else if(typeof e=="number"){s=new Array(e);for(let a=0;a<e;a++)s[a]=t(a+1,a,void 0,i)}else if(pe(e))if(e[Symbol.iterator])s=Array.from(e,(a,l)=>t(a,l,void 0,i));else{const a=Object.keys(e);s=new Array(a.length);for(let l=0,u=a.length;l<u;l++){const c=a[l];s[l]=t(e[c],c,l,i)}}else s=[];return s}const bi=e=>e?pl(e)?ms(e):bi(e.parent):null,or=Pe(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=>bi(e.parent),$root:e=>bi(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>za(e),$forceUpdate:e=>e.f||(e.f=()=>{mi(e.update)}),$nextTick:e=>e.n||(e.n=pi.bind(e.proxy)),$watch:e=>Bd.bind(e)}),yi=(e,t)=>e!==se&&!e.__isScriptSetup&&oe(e,t),uh={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:i,accessCache:o,type:a,appContext:l}=e;if(t[0]!=="$"){const d=o[t];if(d!==void 0)switch(d){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(yi(r,t))return o[t]=1,r[t];if(s!==se&&oe(s,t))return o[t]=2,s[t];if(oe(i,t))return o[t]=3,i[t];if(n!==se&&oe(n,t))return o[t]=4,n[t];wi&&(o[t]=0)}}const u=or[t];let c,f;if(u)return t==="$attrs"&&Re(e.attrs,"get",""),u(e);if((c=a.__cssModules)&&(c=c[t]))return c;if(n!==se&&oe(n,t))return o[t]=4,n[t];if(f=l.config.globalProperties,oe(f,t))return f[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return yi(s,t)?(s[t]=n,!0):r!==se&&oe(r,t)?(r[t]=n,!0):oe(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,props:i,type:o}},a){let l;return!!(n[a]||e!==se&&a[0]!=="$"&&oe(e,a)||yi(t,a)||oe(i,a)||oe(r,a)||oe(or,a)||oe(s.config.globalProperties,a)||(l=o.__cssModules)&&l[a])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:oe(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Ka(e){return z(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let wi=!0;function fh(e){const t=za(e),n=e.proxy,r=e.ctx;wi=!1,t.beforeCreate&&Wa(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:o,watch:a,provide:l,inject:u,created:c,beforeMount:f,mounted:d,beforeUpdate:h,updated:y,activated:w,deactivated:E,beforeDestroy:_,beforeUnmount:v,destroyed:T,unmounted:g,render:C,renderTracked:D,renderTriggered:P,errorCaptured:M,serverPrefetch:U,expose:Z,inheritAttrs:Q,components:X,directives:Oe,filters:at}=t;if(u&&dh(u,r,null),o)for(const G in o){const le=o[G];B(le)&&(r[G]=le.bind(n))}if(s){const G=s.call(n,n);pe(G)&&(e.data=Qr(G))}if(wi=!0,i)for(const G in i){const le=i[G],Ae=B(le)?le.bind(n,n):B(le.get)?le.get.bind(n,n):ct,Ut=!B(le)&&B(le.set)?le.set.bind(n):ct,Je=nt({get:Ae,set:Ut});Object.defineProperty(r,G,{enumerable:!0,configurable:!0,get:()=>Je.value,set:We=>Je.value=We})}if(a)for(const G in a)Ha(a[G],r,n,G);if(l){const G=B(l)?l.call(n):l;Reflect.ownKeys(G).forEach(le=>{Wd(le,G[le])})}c&&Wa(c,e,"c");function _e(G,le){z(le)?le.forEach(Ae=>G(Ae.bind(n))):le&&G(le.bind(n))}if(_e(Qd,f),_e(Rn,d),_e(eh,h),_e(th,y),_e(Yd,w),_e(Jd,E),_e(ih,M),_e(sh,D),_e(rh,P),_e(Ma,v),_e(_i,g),_e(nh,U),z(Z))if(Z.length){const G=e.exposed||(e.exposed={});Z.forEach(le=>{Object.defineProperty(G,le,{get:()=>n[le],set:Ae=>n[le]=Ae,enumerable:!0})})}else e.exposed||(e.exposed={});C&&e.render===ct&&(e.render=C),Q!=null&&(e.inheritAttrs=Q),X&&(e.components=X),Oe&&(e.directives=Oe),U&&$a(e)}function dh(e,t,n=ct){z(e)&&(e=vi(e));for(const r in e){const s=e[r];let i;pe(s)?"default"in s?i=Me(s.from||r,s.default,!0):i=Me(s.from||r):i=Me(s),ye(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function Wa(e,t,n){dt(z(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ha(e,t,n,r){let s=r.includes(".")?Ra(n,r):()=>n[r];if(ve(e)){const i=t[e];B(i)&&tt(s,i)}else if(B(e))tt(s,e.bind(n));else if(pe(e))if(z(e))e.forEach(i=>Ha(i,t,n,r));else{const i=B(e.handler)?e.handler.bind(n):t[e.handler];B(i)&&tt(s,i,e)}}function za(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,a=i.get(t);let l;return a?l=a:!s.length&&!n&&!r?l=t:(l={},s.length&&s.forEach(u=>cs(l,u,o,!0)),cs(l,t,o)),pe(t)&&i.set(t,l),l}function cs(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&cs(e,i,n,!0),s&&s.forEach(o=>cs(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const a=hh[o]||n&&n[o];e[o]=a?a(e[o],t[o]):t[o]}return e}const hh={data:Va,props:Ba,emits:Ba,methods:ar,computed:ar,beforeCreate:Fe,created:Fe,beforeMount:Fe,mounted:Fe,beforeUpdate:Fe,updated:Fe,beforeDestroy:Fe,beforeUnmount:Fe,destroyed:Fe,unmounted:Fe,activated:Fe,deactivated:Fe,errorCaptured:Fe,serverPrefetch:Fe,components:ar,directives:ar,watch:mh,provide:Va,inject:ph};function Va(e,t){return t?e?function(){return Pe(B(e)?e.call(this,this):e,B(t)?t.call(this,this):t)}:t:e}function ph(e,t){return ar(vi(e),vi(t))}function vi(e){if(z(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Fe(e,t){return e?[...new Set([].concat(e,t))]:t}function ar(e,t){return e?Pe(Object.create(null),e,t):t}function Ba(e,t){return e?z(e)&&z(t)?[...new Set([...e,...t])]:Pe(Object.create(null),Ka(e),Ka(t??{})):t}function mh(e,t){if(!e)return t;if(!t)return e;const n=Pe(Object.create(null),e);for(const r in t)n[r]=Fe(e[r],t[r]);return n}function Ga(){return{app:null,config:{isNativeTag:Go,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 gh=0;function _h(e,t){return function(r,s=null){B(r)||(r=Pe({},r)),s!=null&&!pe(s)&&(s=null);const i=Ga(),o=new WeakSet,a=[];let l=!1;const u=i.app={_uid:gh++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:Yh,get config(){return i.config},set config(c){},use(c,...f){return o.has(c)||(c&&B(c.install)?(o.add(c),c.install(u,...f)):B(c)&&(o.add(c),c(u,...f))),u},mixin(c){return i.mixins.includes(c)||i.mixins.push(c),u},component(c,f){return f?(i.components[c]=f,u):i.components[c]},directive(c,f){return f?(i.directives[c]=f,u):i.directives[c]},mount(c,f,d){if(!l){const h=u._ceVNode||ke(r,s);return h.appContext=i,d===!0?d="svg":d===!1&&(d=void 0),e(h,c,d),l=!0,u._container=c,c.__vue_app__=u,ms(h.component)}},onUnmount(c){a.push(c)},unmount(){l&&(dt(a,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(c,f){return i.provides[c]=f,u},runWithContext(c){const f=cn;cn=u;try{return c()}finally{cn=f}}};return u}}let cn=null;const bh=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Xe(t)}Modifiers`]||e[`${Ht(t)}Modifiers`];function yh(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||se;let s=n;const i=t.startsWith("update:"),o=i&&bh(r,t.slice(7));o&&(o.trim&&(s=n.map(c=>ve(c)?c.trim():c)),o.number&&(s=n.map(qs)));let a,l=r[a=Js(t)]||r[a=Js(Xe(t))];!l&&i&&(l=r[a=Js(Ht(t))]),l&&dt(l,e,6,s);const u=r[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,dt(u,e,6,s)}}const wh=new WeakMap;function Za(e,t,n=!1){const r=n?wh:t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let o={},a=!1;if(!B(e)){const l=u=>{const c=Za(u,t,!0);c&&(a=!0,Pe(o,c))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!i&&!a?(pe(e)&&r.set(e,null),null):(z(i)?i.forEach(l=>o[l]=null):Pe(o,i),pe(e)&&r.set(e,o),o)}function us(e,t){return!e||!Ur(t)?!1:(t=t.slice(2).replace(/Once$/,""),oe(e,t[0].toLowerCase()+t.slice(1))||oe(e,Ht(t))||oe(e,t))}function Lk(){}function Xa(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:o,attrs:a,emit:l,render:u,renderCache:c,props:f,data:d,setupState:h,ctx:y,inheritAttrs:w}=e,E=os(e);let _,v;try{if(n.shapeFlag&4){const g=s||r,C=g;_=mt(u.call(C,g,c,f,h,d,y)),v=a}else{const g=t;_=mt(g.length>1?g(f,{attrs:a,slots:o,emit:l}):g(f,null)),v=t.props?a:vh(a)}}catch(g){cr.length=0,ss(g,e,1),_=ke(Gt)}let T=_;if(v&&w!==!1){const g=Object.keys(v),{shapeFlag:C}=T;g.length&&C&7&&(i&&g.some(Xs)&&(v=kh(v,i)),T=$n(T,v,!1,!0))}return n.dirs&&(T=$n(T,null,!1,!0),T.dirs=T.dirs?T.dirs.concat(n.dirs):n.dirs),n.transition&&gi(T,n.transition),_=T,os(E),_}const vh=e=>{let t;for(const n in e)(n==="class"||n==="style"||Ur(n))&&((t||(t={}))[n]=e[n]);return t},kh=(e,t)=>{const n={};for(const r in e)(!Xs(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function xh(e,t,n){const{props:r,children:s,component:i}=e,{props:o,children:a,patchFlag:l}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?Ya(r,o,u):!!o;if(l&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const d=c[f];if(o[d]!==r[d]&&!us(u,d))return!0}}}else return(s||a)&&(!a||!a.$stable)?!0:r===o?!1:r?o?Ya(r,o,u):!0:!!o;return!1}function Ya(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]&&!us(n,i))return!0}return!1}function Sh({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 Ja={},qa=()=>Object.create(Ja),Qa=e=>Object.getPrototypeOf(e)===Ja;function Th(e,t,n,r=!1){const s={},i=qa();e.propsDefaults=Object.create(null),el(e,t,s,i);for(const o in e.propsOptions[0])o in s||(s[o]=void 0);n?e.props=r?s:kd(s):e.type.props?e.props=s:e.props=i,e.attrs=i}function Eh(e,t,n,r){const{props:s,attrs:i,vnode:{patchFlag:o}}=e,a=ee(s),[l]=e.propsOptions;let u=!1;if((r||o>0)&&!(o&16)){if(o&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let d=c[f];if(us(e.emitsOptions,d))continue;const h=t[d];if(l)if(oe(i,d))h!==i[d]&&(i[d]=h,u=!0);else{const y=Xe(d);s[y]=ki(l,a,y,h,e,!1)}else h!==i[d]&&(i[d]=h,u=!0)}}}else{el(e,t,s,i)&&(u=!0);let c;for(const f in a)(!t||!oe(t,f)&&((c=Ht(f))===f||!oe(t,c)))&&(l?n&&(n[f]!==void 0||n[c]!==void 0)&&(s[f]=ki(l,a,f,void 0,e,!0)):delete s[f]);if(i!==a)for(const f in i)(!t||!oe(t,f))&&(delete i[f],u=!0)}u&&Et(e.attrs,"set","")}function el(e,t,n,r){const[s,i]=e.propsOptions;let o=!1,a;if(t)for(let l in t){if(Xn(l))continue;const u=t[l];let c;s&&oe(s,c=Xe(l))?!i||!i.includes(c)?n[c]=u:(a||(a={}))[c]=u:us(e.emitsOptions,l)||(!(l in r)||u!==r[l])&&(r[l]=u,o=!0)}if(i){const l=ee(n),u=a||se;for(let c=0;c<i.length;c++){const f=i[c];n[f]=ki(s,l,f,u[f],e,!oe(u,f))}}return o}function ki(e,t,n,r,s,i){const o=e[n];if(o!=null){const a=oe(o,"default");if(a&&r===void 0){const l=o.default;if(o.type!==Function&&!o.skipFactory&&B(l)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const c=dr(s);r=u[n]=l.call(null,t),c()}}else r=l;s.ce&&s.ce._setProp(n,r)}o[0]&&(i&&!a?r=!1:o[1]&&(r===""||r===Ht(n))&&(r=!0))}return r}const Ih=new WeakMap;function tl(e,t,n=!1){const r=n?Ih:t.propsCache,s=r.get(e);if(s)return s;const i=e.props,o={},a=[];let l=!1;if(!B(e)){const c=f=>{l=!0;const[d,h]=tl(f,t,!0);Pe(o,d),h&&a.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!i&&!l)return pe(e)&&r.set(e,En),En;if(z(i))for(let c=0;c<i.length;c++){const f=Xe(i[c]);nl(f)&&(o[f]=se)}else if(i)for(const c in i){const f=Xe(c);if(nl(f)){const d=i[c],h=o[f]=z(d)||B(d)?{type:d}:Pe({},d),y=h.type;let w=!1,E=!0;if(z(y))for(let _=0;_<y.length;++_){const v=y[_],T=B(v)&&v.name;if(T==="Boolean"){w=!0;break}else T==="String"&&(E=!1)}else w=B(y)&&y.name==="Boolean";h[0]=w,h[1]=E,(w||oe(h,"default"))&&a.push(f)}}const u=[o,a];return pe(e)&&r.set(e,u),u}function nl(e){return e[0]!=="$"&&!Xn(e)}const xi=e=>e==="_"||e==="_ctx"||e==="$stable",Si=e=>z(e)?e.map(mt):[mt(e)],Ch=(e,t,n)=>{if(t._n)return t;const r=Ud((...s)=>Si(t(...s)),n);return r._c=!1,r},rl=(e,t,n)=>{const r=e._ctx;for(const s in e){if(xi(s))continue;const i=e[s];if(B(i))t[s]=Ch(s,i,r);else if(i!=null){const o=Si(i);t[s]=()=>o}}},sl=(e,t)=>{const n=Si(t);e.slots.default=()=>n},il=(e,t,n)=>{for(const r in t)(n||!xi(r))&&(e[r]=t[r])},Oh=(e,t,n)=>{const r=e.slots=qa();if(e.vnode.shapeFlag&32){const s=t._;s?(il(r,t,n),n&&qo(r,"_",s,!0)):rl(t,r)}else t&&sl(e,t)},Ah=(e,t,n)=>{const{vnode:r,slots:s}=e;let i=!0,o=se;if(r.shapeFlag&32){const a=t._;a?n&&a===1?i=!1:il(s,t,n):(i=!t.$stable,rl(t,s)),o=t}else t&&(sl(e,t),o={default:1});if(i)for(const a in s)!xi(a)&&o[a]==null&&delete s[a]},Ve=Nh;function Ph(e){return Lh(e)}function Lh(e,t){const n=Br();n.__VUE__=!0;const{insert:r,remove:s,patchProp:i,createElement:o,createText:a,createComment:l,setText:u,setElementText:c,parentNode:f,nextSibling:d,setScopeId:h=ct,insertStaticContent:y}=e,w=(b,k,A,$=null,R=null,N=null,p=void 0,m=null,x=!!k.dynamicChildren)=>{if(b===k)return;b&&!fr(b,k)&&($=nn(b),We(b,R,N,!0),b=null),k.patchFlag===-2&&(x=!1,k.dynamicChildren=null);const{type:I,ref:j,shapeFlag:L}=k;switch(I){case lr:E(b,k,A,$);break;case Gt:_(b,k,A,$);break;case Ei:b==null&&v(k,A,$,p);break;case Te:X(b,k,A,$,R,N,p,m,x);break;default:L&1?C(b,k,A,$,R,N,p,m,x):L&6?Oe(b,k,A,$,R,N,p,m,x):(L&64||L&128)&&I.process(b,k,A,$,R,N,p,m,x,St)}j!=null&&R?sr(j,b&&b.ref,N,k||b,!k):j==null&&b&&b.ref!=null&&sr(b.ref,null,N,b,!0)},E=(b,k,A,$)=>{if(b==null)r(k.el=a(k.children),A,$);else{const R=k.el=b.el;k.children!==b.children&&u(R,k.children)}},_=(b,k,A,$)=>{b==null?r(k.el=l(k.children||""),A,$):k.el=b.el},v=(b,k,A,$)=>{[b.el,b.anchor]=y(b.children,k,A,$,b.el,b.anchor)},T=({el:b,anchor:k},A,$)=>{let R;for(;b&&b!==k;)R=d(b),r(b,A,$),b=R;r(k,A,$)},g=({el:b,anchor:k})=>{let A;for(;b&&b!==k;)A=d(b),s(b),b=A;s(k)},C=(b,k,A,$,R,N,p,m,x)=>{if(k.type==="svg"?p="svg":k.type==="math"&&(p="mathml"),b==null)D(k,A,$,R,N,p,m,x);else{const I=b.el&&b.el._isVueCE?b.el:null;try{I&&I._beginPatch(),U(b,k,R,N,p,m,x)}finally{I&&I._endPatch()}}},D=(b,k,A,$,R,N,p,m)=>{let x,I;const{props:j,shapeFlag:L,transition:S,dirs:O}=b;if(x=b.el=o(b.type,N,j&&j.is,j),L&8?c(x,b.children):L&16&&M(b.children,x,null,$,R,Ti(b,N),p,m),O&&ln(b,null,$,"created"),P(x,b,b.scopeId,p,$),j){for(const H in j)H!=="value"&&!Xn(H)&&i(x,H,null,j[H],N,$);"value"in j&&i(x,"value",null,j.value,N),(I=j.onVnodeBeforeMount)&&gt(I,$,b)}O&&ln(b,null,$,"beforeMount");const K=Rh(R,S);K&&S.beforeEnter(x),r(x,k,A),((I=j&&j.onVnodeMounted)||K||O)&&Ve(()=>{I&&gt(I,$,b),K&&S.enter(x),O&&ln(b,null,$,"mounted")},R)},P=(b,k,A,$,R)=>{if(A&&h(b,A),$)for(let N=0;N<$.length;N++)h(b,$[N]);if(R){let N=R.subTree;if(k===N||ul(N.type)&&(N.ssContent===k||N.ssFallback===k)){const p=R.vnode;P(b,p,p.scopeId,p.slotScopeIds,R.parent)}}},M=(b,k,A,$,R,N,p,m,x=0)=>{for(let I=x;I<b.length;I++){const j=b[I]=m?Xt(b[I]):mt(b[I]);w(null,j,k,A,$,R,N,p,m)}},U=(b,k,A,$,R,N,p)=>{const m=k.el=b.el;let{patchFlag:x,dynamicChildren:I,dirs:j}=k;x|=b.patchFlag&16;const L=b.props||se,S=k.props||se;let O;if(A&&un(A,!1),(O=S.onVnodeBeforeUpdate)&&gt(O,A,k,b),j&&ln(k,b,A,"beforeUpdate"),A&&un(A,!0),(L.innerHTML&&S.innerHTML==null||L.textContent&&S.textContent==null)&&c(m,""),I?Z(b.dynamicChildren,I,m,A,$,Ti(k,R),N):p||le(b,k,m,null,A,$,Ti(k,R),N,!1),x>0){if(x&16)Q(m,L,S,A,R);else if(x&2&&L.class!==S.class&&i(m,"class",null,S.class,R),x&4&&i(m,"style",L.style,S.style,R),x&8){const K=k.dynamicProps;for(let H=0;H<K.length;H++){const q=K[H],Ce=L[q],xe=S[q];(xe!==Ce||q==="value")&&i(m,q,Ce,xe,R,A)}}x&1&&b.children!==k.children&&c(m,k.children)}else!p&&I==null&&Q(m,L,S,A,R);((O=S.onVnodeUpdated)||j)&&Ve(()=>{O&&gt(O,A,k,b),j&&ln(k,b,A,"updated")},$)},Z=(b,k,A,$,R,N,p)=>{for(let m=0;m<k.length;m++){const x=b[m],I=k[m],j=x.el&&(x.type===Te||!fr(x,I)||x.shapeFlag&198)?f(x.el):A;w(x,I,j,null,$,R,N,p,!0)}},Q=(b,k,A,$,R)=>{if(k!==A){if(k!==se)for(const N in k)!Xn(N)&&!(N in A)&&i(b,N,k[N],null,R,$);for(const N in A){if(Xn(N))continue;const p=A[N],m=k[N];p!==m&&N!=="value"&&i(b,N,m,p,R,$)}"value"in A&&i(b,"value",k.value,A.value,R)}},X=(b,k,A,$,R,N,p,m,x)=>{const I=k.el=b?b.el:a(""),j=k.anchor=b?b.anchor:a("");let{patchFlag:L,dynamicChildren:S,slotScopeIds:O}=k;O&&(m=m?m.concat(O):O),b==null?(r(I,A,$),r(j,A,$),M(k.children||[],A,j,R,N,p,m,x)):L>0&&L&64&&S&&b.dynamicChildren&&b.dynamicChildren.length===S.length?(Z(b.dynamicChildren,S,A,R,N,p,m),(k.key!=null||R&&k===R.subTree)&&ol(b,k,!0)):le(b,k,A,j,R,N,p,m,x)},Oe=(b,k,A,$,R,N,p,m,x)=>{k.slotScopeIds=m,b==null?k.shapeFlag&512?R.ctx.activate(k,A,$,p,x):at(k,A,$,R,N,p,x):tn(b,k,x)},at=(b,k,A,$,R,N,p)=>{const m=b.component=Wh(b,$,R);if(Da(b)&&(m.ctx.renderer=St),Hh(m,!1,p),m.asyncDep){if(R&&R.registerDep(m,_e,p),!b.el){const x=m.subTree=ke(Gt);_(null,x,k,A),b.placeholder=x.el}}else _e(m,b,k,A,R,N,p)},tn=(b,k,A)=>{const $=k.component=b.component;if(xh(b,k,A))if($.asyncDep&&!$.asyncResolved){G($,k,A);return}else $.next=k,$.update();else k.el=b.el,$.vnode=k},_e=(b,k,A,$,R,N,p)=>{const m=()=>{if(b.isMounted){let{next:L,bu:S,u:O,parent:K,vnode:H}=b;{const lt=al(b);if(lt){L&&(L.el=H.el,G(b,L,p)),lt.asyncDep.then(()=>{b.isUnmounted||m()});return}}let q=L,Ce;un(b,!1),L?(L.el=H.el,G(b,L,p)):L=H,S&&Vr(S),(Ce=L.props&&L.props.onVnodeBeforeUpdate)&&gt(Ce,K,L,H),un(b,!0);const xe=Xa(b),qe=b.subTree;b.subTree=xe,w(qe,xe,f(qe.el),nn(qe),b,R,N),L.el=xe.el,q===null&&Sh(b,xe.el),O&&Ve(O,R),(Ce=L.props&&L.props.onVnodeUpdated)&&Ve(()=>gt(Ce,K,L,H),R)}else{let L;const{el:S,props:O}=k,{bm:K,m:H,parent:q,root:Ce,type:xe}=b,qe=ir(k);un(b,!1),K&&Vr(K),!qe&&(L=O&&O.onVnodeBeforeMount)&&gt(L,q,k),un(b,!0);{Ce.ce&&Ce.ce._def.shadowRoot!==!1&&Ce.ce._injectChildStyle(xe);const lt=b.subTree=Xa(b);w(null,lt,A,$,b,R,N),k.el=lt.el}if(H&&Ve(H,R),!qe&&(L=O&&O.onVnodeMounted)){const lt=k;Ve(()=>gt(L,q,lt),R)}(k.shapeFlag&256||q&&ir(q.vnode)&&q.vnode.shapeFlag&256)&&b.a&&Ve(b.a,R),b.isMounted=!0,k=A=$=null}};b.scope.on();const x=b.effect=new ia(m);b.scope.off();const I=b.update=x.run.bind(x),j=b.job=x.runIfDirty.bind(x);j.i=b,j.id=b.uid,x.scheduler=()=>mi(j),un(b,!0),I()},G=(b,k,A)=>{k.component=b;const $=b.vnode.props;b.vnode=k,b.next=null,Eh(b,k.props,$,A),Ah(b,k.children,A),ut(),Ca(b),ft()},le=(b,k,A,$,R,N,p,m,x=!1)=>{const I=b&&b.children,j=b?b.shapeFlag:0,L=k.children,{patchFlag:S,shapeFlag:O}=k;if(S>0){if(S&128){Ut(I,L,A,$,R,N,p,m,x);return}else if(S&256){Ae(I,L,A,$,R,N,p,m,x);return}}O&8?(j&16&&Kt(I,R,N),L!==I&&c(A,L)):j&16?O&16?Ut(I,L,A,$,R,N,p,m,x):Kt(I,R,N,!0):(j&8&&c(A,""),O&16&&M(L,A,$,R,N,p,m,x))},Ae=(b,k,A,$,R,N,p,m,x)=>{b=b||En,k=k||En;const I=b.length,j=k.length,L=Math.min(I,j);let S;for(S=0;S<L;S++){const O=k[S]=x?Xt(k[S]):mt(k[S]);w(b[S],O,A,null,R,N,p,m,x)}I>j?Kt(b,R,N,!0,!1,L):M(k,A,$,R,N,p,m,x,L)},Ut=(b,k,A,$,R,N,p,m,x)=>{let I=0;const j=k.length;let L=b.length-1,S=j-1;for(;I<=L&&I<=S;){const O=b[I],K=k[I]=x?Xt(k[I]):mt(k[I]);if(fr(O,K))w(O,K,A,null,R,N,p,m,x);else break;I++}for(;I<=L&&I<=S;){const O=b[L],K=k[S]=x?Xt(k[S]):mt(k[S]);if(fr(O,K))w(O,K,A,null,R,N,p,m,x);else break;L--,S--}if(I>L){if(I<=S){const O=S+1,K=O<j?k[O].el:$;for(;I<=S;)w(null,k[I]=x?Xt(k[I]):mt(k[I]),A,K,R,N,p,m,x),I++}}else if(I>S)for(;I<=L;)We(b[I],R,N,!0),I++;else{const O=I,K=I,H=new Map;for(I=K;I<=S;I++){const Ze=k[I]=x?Xt(k[I]):mt(k[I]);Ze.key!=null&&H.set(Ze.key,I)}let q,Ce=0;const xe=S-K+1;let qe=!1,lt=0;const Fr=new Array(xe);for(I=0;I<xe;I++)Fr[I]=0;for(I=O;I<=L;I++){const Ze=b[I];if(Ce>=xe){We(Ze,R,N,!0);continue}let Tt;if(Ze.key!=null)Tt=H.get(Ze.key);else for(q=K;q<=S;q++)if(Fr[q-K]===0&&fr(Ze,k[q])){Tt=q;break}Tt===void 0?We(Ze,R,N,!0):(Fr[Tt-K]=I+1,Tt>=lt?lt=Tt:qe=!0,w(Ze,k[Tt],A,null,R,N,p,m,x),Ce++)}const Nf=qe?$h(Fr):En;for(q=Nf.length-1,I=xe-1;I>=0;I--){const Ze=K+I,Tt=k[Ze],Df=k[Ze+1],jf=Ze+1<j?Df.el||cl(Df):$;Fr[I]===0?w(null,Tt,A,jf,R,N,p,m,x):qe&&(q<0||I!==Nf[q]?Je(Tt,A,jf,2):q--)}}},Je=(b,k,A,$,R=null)=>{const{el:N,type:p,transition:m,children:x,shapeFlag:I}=b;if(I&6){Je(b.component.subTree,k,A,$);return}if(I&128){b.suspense.move(k,A,$);return}if(I&64){p.move(b,k,A,St);return}if(p===Te){r(N,k,A);for(let L=0;L<x.length;L++)Je(x[L],k,A,$);r(b.anchor,k,A);return}if(p===Ei){T(b,k,A);return}if($!==2&&I&1&&m)if($===0)m.beforeEnter(N),r(N,k,A),Ve(()=>m.enter(N),R);else{const{leave:L,delayLeave:S,afterLeave:O}=m,K=()=>{b.ctx.isUnmounted?s(N):r(N,k,A)},H=()=>{N._isLeaving&&N[Xd](!0),L(N,()=>{K(),O&&O()})};S?S(N,K,H):H()}else r(N,k,A)},We=(b,k,A,$=!1,R=!1)=>{const{type:N,props:p,ref:m,children:x,dynamicChildren:I,shapeFlag:j,patchFlag:L,dirs:S,cacheIndex:O}=b;if(L===-2&&(R=!1),m!=null&&(ut(),sr(m,null,A,b,!0),ft()),O!=null&&(k.renderCache[O]=void 0),j&256){k.ctx.deactivate(b);return}const K=j&1&&S,H=!ir(b);let q;if(H&&(q=p&&p.onVnodeBeforeUnmount)&&gt(q,k,b),j&6)Gs(b.component,A,$);else{if(j&128){b.suspense.unmount(A,$);return}K&&ln(b,null,k,"beforeUnmount"),j&64?b.type.remove(b,k,A,St,$):I&&!I.hasOnce&&(N!==Te||L>0&&L&64)?Kt(I,k,A,!1,!0):(N===Te&&L&384||!R&&j&16)&&Kt(x,k,A),$&&Gn(b)}(H&&(q=p&&p.onVnodeUnmounted)||K)&&Ve(()=>{q&&gt(q,k,b),K&&ln(b,null,k,"unmounted")},A)},Gn=b=>{const{type:k,el:A,anchor:$,transition:R}=b;if(k===Te){Mr(A,$);return}if(k===Ei){g(b);return}const N=()=>{s(A),R&&!R.persisted&&R.afterLeave&&R.afterLeave()};if(b.shapeFlag&1&&R&&!R.persisted){const{leave:p,delayLeave:m}=R,x=()=>p(A,N);m?m(b.el,N,x):x()}else N()},Mr=(b,k)=>{let A;for(;b!==k;)A=d(b),s(b),b=A;s(k)},Gs=(b,k,A)=>{const{bum:$,scope:R,job:N,subTree:p,um:m,m:x,a:I}=b;ll(x),ll(I),$&&Vr($),R.stop(),N&&(N.flags|=8,We(p,b,k,A)),m&&Ve(m,k),Ve(()=>{b.isUnmounted=!0},k)},Kt=(b,k,A,$=!1,R=!1,N=0)=>{for(let p=N;p<b.length;p++)We(b[p],k,A,$,R)},nn=b=>{if(b.shapeFlag&6)return nn(b.component.subTree);if(b.shapeFlag&128)return b.suspense.next();const k=d(b.anchor||b.el),A=k&&k[Gd];return A?d(A):k};let rn=!1;const Zn=(b,k,A)=>{let $;b==null?k._vnode&&(We(k._vnode,null,null,!0),$=k._vnode.component):w(k._vnode||null,b,k,null,null,null,A),k._vnode=b,rn||(rn=!0,Ca($),Oa(),rn=!1)},St={p:w,um:We,m:Je,r:Gn,mt:at,mc:M,pc:le,pbc:Z,n:nn,o:e};return{render:Zn,hydrate:void 0,createApp:_h(Zn)}}function Ti({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 un({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Rh(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ol(e,t,n=!1){const r=e.children,s=t.children;if(z(r)&&z(s))for(let i=0;i<r.length;i++){const o=r[i];let a=s[i];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=s[i]=Xt(s[i]),a.el=o.el),!n&&a.patchFlag!==-2&&ol(o,a)),a.type===lr&&(a.patchFlag!==-1?a.el=o.el:a.__elIndex=i+(e.type===Te?1:0)),a.type===Gt&&!a.el&&(a.el=o.el)}}function $h(e){const t=e.slice(),n=[0];let r,s,i,o,a;const l=e.length;for(r=0;r<l;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,o=n.length-1;i<o;)a=i+o>>1,e[n[a]]<u?i=a+1:o=a;u<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function al(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:al(t)}function ll(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function cl(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?cl(t.subTree):null}const ul=e=>e.__isSuspense;function Nh(e,t){t&&t.pendingBranch?z(e)?t.effects.push(...e):t.effects.push(e):Fd(e)}const Te=Symbol.for("v-fgt"),lr=Symbol.for("v-txt"),Gt=Symbol.for("v-cmt"),Ei=Symbol.for("v-stc"),cr=[];let Be=null;function V(e=!1){cr.push(Be=e?null:[])}function Dh(){cr.pop(),Be=cr[cr.length-1]||null}let ur=1;function fs(e,t=!1){ur+=e,e<0&&Be&&t&&(Be.hasOnce=!0)}function fl(e){return e.dynamicChildren=ur>0?Be||En:null,Dh(),ur>0&&Be&&Be.push(e),e}function Y(e,t,n,r,s,i){return fl(ce(e,t,n,r,s,i,!0))}function Zt(e,t,n,r,s){return fl(ke(e,t,n,r,s,!0))}function ds(e){return e?e.__v_isVNode===!0:!1}function fr(e,t){return e.type===t.type&&e.key===t.key}const dl=({key:e})=>e??null,hs=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ve(e)||ye(e)||B(e)?{i:ze,r:e,k:t,f:!!n}:e:null);function ce(e,t=null,n=null,r=0,s=null,i=e===Te?0:1,o=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&dl(t),ref:t&&hs(t),scopeId:Pa,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ze};return a?(Ii(l,n),i&128&&e.normalize(l)):n&&(l.shapeFlag|=ve(n)?8:16),ur>0&&!o&&Be&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&Be.push(l),l}const ke=jh;function jh(e,t=null,n=null,r=0,s=null,i=!1){if((!e||e===lh)&&(e=Gt),ds(e)){const a=$n(e,t,!0);return n&&Ii(a,n),ur>0&&!i&&Be&&(a.shapeFlag&6?Be[Be.indexOf(e)]=a:Be.push(a)),a.patchFlag=-2,a}if(Xh(e)&&(e=e.__vccOpts),t){t=Mh(t);let{class:a,style:l}=t;a&&!ve(a)&&(t.class=Yn(a)),pe(l)&&(ts(l)&&!z(l)&&(l=Pe({},l)),t.style=Gr(l))}const o=ve(e)?1:ul(e)?128:Zd(e)?64:pe(e)?4:B(e)?2:0;return ce(e,t,n,r,s,o,i,!0)}function Mh(e){return e?ts(e)||Qa(e)?Pe({},e):e:null}function $n(e,t,n=!1,r=!1){const{props:s,ref:i,patchFlag:o,children:a,transition:l}=e,u=t?Fh(s||{},t):s,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&dl(u),ref:t&&t.ref?n&&i?z(i)?i.concat(hs(t)):[i,hs(t)]:hs(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Te?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&$n(e.ssContent),ssFallback:e.ssFallback&&$n(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&gi(c,l.clone(c)),c}function fn(e=" ",t=0){return ke(lr,null,e,t)}function $e(e="",t=!1){return t?(V(),Zt(Gt,null,e)):ke(Gt,null,e)}function mt(e){return e==null||typeof e=="boolean"?ke(Gt):z(e)?ke(Te,null,e.slice()):ds(e)?Xt(e):ke(lr,null,String(e))}function Xt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:$n(e)}function Ii(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(z(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),Ii(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!Qa(t)?t._ctx=ze:s===3&&ze&&(ze.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else B(t)?(t={default:t,_ctx:ze},n=32):(t=String(t),r&64?(n=16,t=[fn(t)]):n=8);e.children=t,e.shapeFlag|=n}function Fh(...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=Yn([t.class,r.class]));else if(s==="style")t.style=Gr([t.style,r.style]);else if(Ur(s)){const i=t[s],o=r[s];o&&i!==o&&!(z(i)&&i.includes(o))&&(t[s]=i?[].concat(i,o):o)}else s!==""&&(t[s]=r[s])}return t}function gt(e,t,n,r=null){dt(e,t,7,[n,r])}const Uh=Ga();let Kh=0;function Wh(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||Uh,i={uid:Kh++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new ra(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:tl(r,s),emitsOptions:Za(r,s),emit:null,emitted:null,propsDefaults:se,inheritAttrs:r.inheritAttrs,ctx:se,data:se,props:se,attrs:se,slots:se,refs:se,setupState:se,setupContext: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=yh.bind(null,i),e.ce&&e.ce(i),i}let Ne=null;const Ci=()=>Ne||ze;let ps,Oi;{const e=Br(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};ps=t("__VUE_INSTANCE_SETTERS__",n=>Ne=n),Oi=t("__VUE_SSR_SETTERS__",n=>hr=n)}const dr=e=>{const t=Ne;return ps(e),e.scope.on(),()=>{e.scope.off(),ps(t)}},hl=()=>{Ne&&Ne.scope.off(),ps(null)};function pl(e){return e.vnode.shapeFlag&4}let hr=!1;function Hh(e,t=!1,n=!1){t&&Oi(t);const{props:r,children:s}=e.vnode,i=pl(e);Th(e,r,i,t),Oh(e,s,n||t);const o=i?zh(e,t):void 0;return t&&Oi(!1),o}function zh(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,uh);const{setup:r}=n;if(r){ut();const s=e.setupContext=r.length>1?Bh(e):null,i=dr(e),o=An(r,e,0,[e.props,s]),a=Xo(o);if(ft(),i(),(a||e.sp)&&!ir(e)&&$a(e),a){if(o.then(hl,hl),t)return o.then(l=>{ml(e,l)}).catch(l=>{ss(l,e,0)});e.asyncDep=o}else ml(e,o)}else gl(e)}function ml(e,t,n){B(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:pe(t)&&(e.setupState=Sa(t)),gl(e)}function gl(e,t,n){const r=e.type;e.render||(e.render=r.render||ct);{const s=dr(e);ut();try{fh(e)}finally{ft(),s()}}}const Vh={get(e,t){return Re(e,"get",""),e[t]}};function Bh(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Vh),slots:e.slots,emit:e.emit,expose:t}}function ms(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Sa(di(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in or)return or[n](e)},has(t,n){return n in t||n in or}})):e.proxy}const Gh=/(?:^|[-_])\w/g,Zh=e=>e.replace(Gh,t=>t.toUpperCase()).replace(/[-_]/g,"");function _l(e,t=!0){return B(e)?e.displayName||e.name:e.name||t&&e.__name}function bl(e,t,n=!1){let r=_l(t);if(!r&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(r=s[1])}if(!r&&e){const s=i=>{for(const o in i)if(i[o]===t)return o};r=s(e.components)||e.parent&&s(e.parent.type.components)||s(e.appContext.components)}return r?Zh(r):n?"App":"Anonymous"}function Xh(e){return B(e)&&"__vccOpts"in e}const nt=(e,t)=>Ad(e,t,hr);function pr(e,t,n){try{fs(-1);const r=arguments.length;return r===2?pe(t)&&!z(t)?ds(t)?ke(e,null,[t]):ke(e,t):ke(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&ds(n)&&(n=[n]),ke(e,t,n))}finally{fs(1)}}const Yh="3.5.26";let Ai;const yl=typeof window<"u"&&window.trustedTypes;if(yl)try{Ai=yl.createPolicy("vue",{createHTML:e=>e})}catch{}const wl=Ai?e=>Ai.createHTML(e):e=>e,Jh="http://www.w3.org/2000/svg",qh="http://www.w3.org/1998/Math/MathML",Lt=typeof document<"u"?document:null,vl=Lt&&Lt.createElement("template"),Qh={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"?Lt.createElementNS(Jh,e):t==="mathml"?Lt.createElementNS(qh,e):n?Lt.createElement(e,{is:n}):Lt.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Lt.createTextNode(e),createComment:e=>Lt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Lt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const o=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{vl.innerHTML=wl(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const a=vl.content;if(r==="svg"||r==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},ep=Symbol("_vtc");function tp(e,t,n){const r=e[ep];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const kl=Symbol("_vod"),np=Symbol("_vsh"),rp=Symbol(""),sp=/(?:^|;)\s*display\s*:/;function ip(e,t,n){const r=e.style,s=ve(n);let i=!1;if(n&&!s){if(t)if(ve(t))for(const o of t.split(";")){const a=o.slice(0,o.indexOf(":")).trim();n[a]==null&&gs(r,a,"")}else for(const o in t)n[o]==null&&gs(r,o,"");for(const o in n)o==="display"&&(i=!0),gs(r,o,n[o])}else if(s){if(t!==n){const o=r[rp];o&&(n+=";"+o),r.cssText=n,i=sp.test(n)}}else t&&e.removeAttribute("style");kl in e&&(e[kl]=i?r.display:"",e[np]&&(r.display="none"))}const xl=/\s*!important$/;function gs(e,t,n){if(z(n))n.forEach(r=>gs(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=op(e,t);xl.test(n)?e.setProperty(Ht(r),n.replace(xl,""),"important"):e[r]=n}}const Sl=["Webkit","Moz","ms"],Pi={};function op(e,t){const n=Pi[t];if(n)return n;let r=Xe(t);if(r!=="filter"&&r in e)return Pi[t]=r;r=zr(r);for(let s=0;s<Sl.length;s++){const i=Sl[s]+r;if(i in e)return Pi[t]=i}return t}const Tl="http://www.w3.org/1999/xlink";function El(e,t,n,r,s,i=td(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Tl,t.slice(6,t.length)):e.setAttributeNS(Tl,t,n):n==null||i&&!ea(n)?e.removeAttribute(t):e.setAttribute(t,i?"":Wt(n)?String(n):n)}function Il(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?wl(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const a=i==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(a!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=ea(n):n==null&&a==="string"?(n="",o=!0):a==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(s||t)}function Nn(e,t,n,r){e.addEventListener(t,n,r)}function ap(e,t,n,r){e.removeEventListener(t,n,r)}const Cl=Symbol("_vei");function lp(e,t,n,r,s=null){const i=e[Cl]||(e[Cl]={}),o=i[t];if(r&&o)o.value=r;else{const[a,l]=cp(t);if(r){const u=i[t]=dp(r,s);Nn(e,a,u,l)}else o&&(ap(e,a,o,l),i[t]=void 0)}}const Ol=/(?:Once|Passive|Capture)$/;function cp(e){let t;if(Ol.test(e)){t={};let r;for(;r=e.match(Ol);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Ht(e.slice(2)),t]}let Li=0;const up=Promise.resolve(),fp=()=>Li||(up.then(()=>Li=0),Li=Date.now());function dp(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;dt(hp(r,n.value),t,5,[r])};return n.value=e,n.attached=fp(),n}function hp(e,t){if(z(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 Al=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,pp=(e,t,n,r,s,i)=>{const o=s==="svg";t==="class"?tp(e,r,o):t==="style"?ip(e,n,r):Ur(t)?Xs(t)||lp(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):mp(e,t,r,o))?(Il(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&El(e,t,r,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!ve(r))?Il(e,Xe(t),r,i,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),El(e,t,r,o))};function mp(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Al(t)&&B(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||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 Al(t)&&ve(n)?!1:t in e}const Pl=e=>{const t=e.props["onUpdate:modelValue"]||!1;return z(t)?n=>Vr(t,n):t};function gp(e){e.target.composing=!0}function Ll(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ri=Symbol("_assign");function Rl(e,t,n){return t&&(e=e.trim()),n&&(e=qs(e)),e}const _p={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[Ri]=Pl(s);const i=r||s.props&&s.props.type==="number";Nn(e,t?"change":"input",o=>{o.target.composing||e[Ri](Rl(e.value,n,i))}),(n||i)&&Nn(e,"change",()=>{e.value=Rl(e.value,n,i)}),t||(Nn(e,"compositionstart",gp),Nn(e,"compositionend",Ll),Nn(e,"change",Ll))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:s,number:i}},o){if(e[Ri]=Pl(o),e.composing)return;const a=(i||e.type==="number")&&!/^0\d/.test(e.value)?qs(e.value):e.value,l=t??"";a!==l&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||s&&e.value.trim()===l)||(e.value=l))}},bp=["ctrl","shift","alt","meta"],yp={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)=>bp.some(n=>e[`${n}Key`]&&!t.includes(n))},$i=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=((s,...i)=>{for(let o=0;o<t.length;o++){const a=yp[t[o]];if(a&&a(s,t))return}return e(s,...i)}))},wp={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},$l=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=(s=>{if(!("key"in s))return;const i=Ht(s.key);if(t.some(o=>o===i||wp[o]===i))return e(s)}))},vp=Pe({patchProp:pp},Qh);let Nl;function kp(){return Nl||(Nl=Ph(vp))}const xp=((...e)=>{const t=kp().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Tp(r);if(!s)return;const i=t._component;!B(i)&&!i.render&&!i.template&&(i.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const o=n(s,!1,Sp(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},t});function Sp(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Tp(e){return ve(e)?document.querySelector(e):e}let Dl;const _s=e=>Dl=e,jl=Symbol();function Ni(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var mr;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(mr||(mr={}));function Ep(){const e=ei(!0),t=e.run(()=>te({}));let n=[],r=[];const s=di({install(i){_s(s),s._a=i,i.provide(jl,s),i.config.globalProperties.$pinia=s,r.forEach(o=>n.push(o)),r=[]},use(i){return this._a?n.push(i):r.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const Ml=()=>{};function Fl(e,t,n,r=Ml){e.add(t);const s=()=>{e.delete(t)&&r()};return!n&&sa()&&nd(s),s}function Dn(e,...t){e.forEach(n=>{n(...t)})}const Ip=e=>e(),Ul=Symbol(),Di=Symbol();function ji(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];Ni(s)&&Ni(r)&&e.hasOwnProperty(n)&&!ye(r)&&!Ct(r)?e[n]=ji(s,r):e[n]=r}return e}const Cp=Symbol();function Op(e){return!Ni(e)||!Object.prototype.hasOwnProperty.call(e,Cp)}const{assign:Yt}=Object;function Ap(e){return!!(ye(e)&&e.effect)}function Pp(e,t,n,r){const{state:s,actions:i,getters:o}=t,a=n.state.value[e];let l;function u(){a||(n.state.value[e]=s?s():{});const c=Ed(n.state.value[e]);return Yt(c,i,Object.keys(o||{}).reduce((f,d)=>(f[d]=di(nt(()=>{_s(n);const h=n._s.get(e);return o[d].call(h,h)})),f),{}))}return l=Kl(e,u,t,n,r,!0),l}function Kl(e,t,n={},r,s,i){let o;const a=Yt({actions:{}},n),l={deep:!0};let u,c,f=new Set,d=new Set,h;const y=r.state.value[e];!i&&!y&&(r.state.value[e]={}),te({});let w;function E(M){let U;u=c=!1,typeof M=="function"?(M(r.state.value[e]),U={type:mr.patchFunction,storeId:e,events:h}):(ji(r.state.value[e],M),U={type:mr.patchObject,payload:M,storeId:e,events:h});const Z=w=Symbol();pi().then(()=>{w===Z&&(u=!0)}),c=!0,Dn(f,U,r.state.value[e])}const _=i?function(){const{state:U}=n,Z=U?U():{};this.$patch(Q=>{Yt(Q,Z)})}:Ml;function v(){o.stop(),f.clear(),d.clear(),r._s.delete(e)}const T=(M,U="")=>{if(Ul in M)return M[Di]=U,M;const Z=function(){_s(r);const Q=Array.from(arguments),X=new Set,Oe=new Set;function at(G){X.add(G)}function tn(G){Oe.add(G)}Dn(d,{args:Q,name:Z[Di],store:C,after:at,onError:tn});let _e;try{_e=M.apply(this&&this.$id===e?this:C,Q)}catch(G){throw Dn(Oe,G),G}return _e instanceof Promise?_e.then(G=>(Dn(X,G),G)).catch(G=>(Dn(Oe,G),Promise.reject(G))):(Dn(X,_e),_e)};return Z[Ul]=!0,Z[Di]=U,Z},g={_p:r,$id:e,$onAction:Fl.bind(null,d),$patch:E,$reset:_,$subscribe(M,U={}){const Z=Fl(f,M,U.detached,()=>Q()),Q=o.run(()=>tt(()=>r.state.value[e],X=>{(U.flush==="sync"?c:u)&&M({storeId:e,type:mr.direct,events:h},X)},Yt({},l,U)));return Z},$dispose:v},C=Qr(g);r._s.set(e,C);const P=(r._a&&r._a.runWithContext||Ip)(()=>r._e.run(()=>(o=ei()).run(()=>t({action:T}))));for(const M in P){const U=P[M];if(ye(U)&&!Ap(U)||Ct(U))i||(y&&Op(U)&&(ye(U)?U.value=y[M]:ji(U,y[M])),r.state.value[e][M]=U);else if(typeof U=="function"){const Z=T(U,M);P[M]=Z,a.actions[M]=U}}return Yt(C,P),Yt(ee(C),P),Object.defineProperty(C,"$state",{get:()=>r.state.value[e],set:M=>{E(U=>{Yt(U,M)})}}),r._p.forEach(M=>{Yt(C,o.run(()=>M({store:C,app:r._a,pinia:r,options:a})))}),y&&i&&n.hydrate&&n.hydrate(C.$state,y),u=!0,c=!0,C}function Wl(e,t,n){let r;const s=typeof t=="function";r=s?n:t;function i(o,a){const l=Hd();return o=o||(l?Me(jl,null):null),o&&_s(o),o=Dl,o._s.has(e)||(s?Kl(e,t,r,o):Pp(e,r,o)),o._s.get(e)}return i.$id=e,i}const Hl=Symbol("$auth0");function _t(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var s=0;for(r=Object.getOwnPropertySymbols(e);s<r.length;s++)t.indexOf(r[s])<0&&Object.prototype.propertyIsEnumerable.call(e,r[s])&&(n[r[s]]=e[r[s]])}return n}typeof SuppressedError=="function"&&SuppressedError;var dn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Mi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Fi(e,t){return e(t={exports:{}},t.exports),t.exports}var hn=Fi((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});var n=(function(){function r(){var s=this;this.locked=new Map,this.addToLocked=function(i,o){var a=s.locked.get(i);a===void 0?o===void 0?s.locked.set(i,[]):s.locked.set(i,[o]):o!==void 0&&(a.unshift(o),s.locked.set(i,a))},this.isLocked=function(i){return s.locked.has(i)},this.lock=function(i){return new Promise((function(o,a){s.isLocked(i)?s.addToLocked(i,o):(s.addToLocked(i),o())}))},this.unlock=function(i){var o=s.locked.get(i);if(o!==void 0&&o.length!==0){var a=o.pop();s.locked.set(i,o),a!==void 0&&setTimeout(a,0)}else s.locked.delete(i)}}return r.getInstance=function(){return r.instance===void 0&&(r.instance=new r),r.instance},r})();t.default=function(){return n.getInstance()}}));Mi(hn);var Lp=Mi(Fi((function(e,t){var n=dn&&dn.__awaiter||function(c,f,d,h){return new(d||(d=Promise))((function(y,w){function E(T){try{v(h.next(T))}catch(g){w(g)}}function _(T){try{v(h.throw(T))}catch(g){w(g)}}function v(T){T.done?y(T.value):new d((function(g){g(T.value)})).then(E,_)}v((h=h.apply(c,f||[])).next())}))},r=dn&&dn.__generator||function(c,f){var d,h,y,w,E={label:0,sent:function(){if(1&y[0])throw y[1];return y[1]},trys:[],ops:[]};return w={next:_(0),throw:_(1),return:_(2)},typeof Symbol=="function"&&(w[Symbol.iterator]=function(){return this}),w;function _(v){return function(T){return(function(g){if(d)throw new TypeError("Generator is already executing.");for(;E;)try{if(d=1,h&&(y=2&g[0]?h.return:g[0]?h.throw||((y=h.return)&&y.call(h),0):h.next)&&!(y=y.call(h,g[1])).done)return y;switch(h=0,y&&(g=[2&g[0],y.value]),g[0]){case 0:case 1:y=g;break;case 4:return E.label++,{value:g[1],done:!1};case 5:E.label++,h=g[1],g=[0];continue;case 7:g=E.ops.pop(),E.trys.pop();continue;default:if(!((y=(y=E.trys).length>0&&y[y.length-1])||g[0]!==6&&g[0]!==2)){E=0;continue}if(g[0]===3&&(!y||g[1]>y[0]&&g[1]<y[3])){E.label=g[1];break}if(g[0]===6&&E.label<y[1]){E.label=y[1],y=g;break}if(y&&E.label<y[2]){E.label=y[2],E.ops.push(g);break}y[2]&&E.ops.pop(),E.trys.pop();continue}g=f.call(c,E)}catch(C){g=[6,C],h=0}finally{d=y=0}if(5&g[0])throw g[1];return{value:g[0]?g[1]:void 0,done:!0}})([v,T])}}},s=dn;Object.defineProperty(t,"__esModule",{value:!0});var i="browser-tabs-lock-key",o={key:function(c){return n(s,void 0,void 0,(function(){return r(this,(function(f){throw new Error("Unsupported")}))}))},getItem:function(c){return n(s,void 0,void 0,(function(){return r(this,(function(f){throw new Error("Unsupported")}))}))},clear:function(){return n(s,void 0,void 0,(function(){return r(this,(function(c){return[2,window.localStorage.clear()]}))}))},removeItem:function(c){return n(s,void 0,void 0,(function(){return r(this,(function(f){throw new Error("Unsupported")}))}))},setItem:function(c,f){return n(s,void 0,void 0,(function(){return r(this,(function(d){throw new Error("Unsupported")}))}))},keySync:function(c){return window.localStorage.key(c)},getItemSync:function(c){return window.localStorage.getItem(c)},clearSync:function(){return window.localStorage.clear()},removeItemSync:function(c){return window.localStorage.removeItem(c)},setItemSync:function(c,f){return window.localStorage.setItem(c,f)}};function a(c){return new Promise((function(f){return setTimeout(f,c)}))}function l(c){for(var f="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz",d="",h=0;h<c;h++)d+=f[Math.floor(Math.random()*f.length)];return d}var u=(function(){function c(f){this.acquiredIatSet=new Set,this.storageHandler=void 0,this.id=Date.now().toString()+l(15),this.acquireLock=this.acquireLock.bind(this),this.releaseLock=this.releaseLock.bind(this),this.releaseLock__private__=this.releaseLock__private__.bind(this),this.waitForSomethingToChange=this.waitForSomethingToChange.bind(this),this.refreshLockWhileAcquired=this.refreshLockWhileAcquired.bind(this),this.storageHandler=f,c.waiters===void 0&&(c.waiters=[])}return c.prototype.acquireLock=function(f,d){return d===void 0&&(d=5e3),n(this,void 0,void 0,(function(){var h,y,w,E,_,v,T;return r(this,(function(g){switch(g.label){case 0:h=Date.now()+l(4),y=Date.now()+d,w=i+"-"+f,E=this.storageHandler===void 0?o:this.storageHandler,g.label=1;case 1:return Date.now()<y?[4,a(30)]:[3,8];case 2:return g.sent(),E.getItemSync(w)!==null?[3,5]:(_=this.id+"-"+f+"-"+h,[4,a(Math.floor(25*Math.random()))]);case 3:return g.sent(),E.setItemSync(w,JSON.stringify({id:this.id,iat:h,timeoutKey:_,timeAcquired:Date.now(),timeRefreshed:Date.now()})),[4,a(30)];case 4:return g.sent(),(v=E.getItemSync(w))!==null&&(T=JSON.parse(v)).id===this.id&&T.iat===h?(this.acquiredIatSet.add(h),this.refreshLockWhileAcquired(w,h),[2,!0]):[3,7];case 5:return c.lockCorrector(this.storageHandler===void 0?o:this.storageHandler),[4,this.waitForSomethingToChange(y)];case 6:g.sent(),g.label=7;case 7:return h=Date.now()+l(4),[3,1];case 8:return[2,!1]}}))}))},c.prototype.refreshLockWhileAcquired=function(f,d){return n(this,void 0,void 0,(function(){var h=this;return r(this,(function(y){return setTimeout((function(){return n(h,void 0,void 0,(function(){var w,E,_;return r(this,(function(v){switch(v.label){case 0:return[4,hn.default().lock(d)];case 1:return v.sent(),this.acquiredIatSet.has(d)?(w=this.storageHandler===void 0?o:this.storageHandler,(E=w.getItemSync(f))===null?(hn.default().unlock(d),[2]):((_=JSON.parse(E)).timeRefreshed=Date.now(),w.setItemSync(f,JSON.stringify(_)),hn.default().unlock(d),this.refreshLockWhileAcquired(f,d),[2])):(hn.default().unlock(d),[2])}}))}))}),1e3),[2]}))}))},c.prototype.waitForSomethingToChange=function(f){return n(this,void 0,void 0,(function(){return r(this,(function(d){switch(d.label){case 0:return[4,new Promise((function(h){var y=!1,w=Date.now(),E=!1;function _(){if(E||(window.removeEventListener("storage",_),c.removeFromWaiting(_),clearTimeout(v),E=!0),!y){y=!0;var T=50-(Date.now()-w);T>0?setTimeout(h,T):h(null)}}window.addEventListener("storage",_),c.addToWaiting(_);var v=setTimeout(_,Math.max(0,f-Date.now()))}))];case 1:return d.sent(),[2]}}))}))},c.addToWaiting=function(f){this.removeFromWaiting(f),c.waiters!==void 0&&c.waiters.push(f)},c.removeFromWaiting=function(f){c.waiters!==void 0&&(c.waiters=c.waiters.filter((function(d){return d!==f})))},c.notifyWaiters=function(){c.waiters!==void 0&&c.waiters.slice().forEach((function(f){return f()}))},c.prototype.releaseLock=function(f){return n(this,void 0,void 0,(function(){return r(this,(function(d){switch(d.label){case 0:return[4,this.releaseLock__private__(f)];case 1:return[2,d.sent()]}}))}))},c.prototype.releaseLock__private__=function(f){return n(this,void 0,void 0,(function(){var d,h,y,w;return r(this,(function(E){switch(E.label){case 0:return d=this.storageHandler===void 0?o:this.storageHandler,h=i+"-"+f,(y=d.getItemSync(h))===null?[2]:(w=JSON.parse(y)).id!==this.id?[3,2]:[4,hn.default().lock(w.iat)];case 1:E.sent(),this.acquiredIatSet.delete(w.iat),d.removeItemSync(h),hn.default().unlock(w.iat),c.notifyWaiters(),E.label=2;case 2:return[2]}}))}))},c.lockCorrector=function(f){for(var d=Date.now()-5e3,h=f,y=[],w=0;;){var E=h.keySync(w);if(E===null)break;y.push(E),w++}for(var _=!1,v=0;v<y.length;v++){var T=y[v];if(T.includes(i)){var g=h.getItemSync(T);if(g!==null){var C=JSON.parse(g);(C.timeRefreshed===void 0&&C.timeAcquired<d||C.timeRefreshed!==void 0&&C.timeRefreshed<d)&&(h.removeItemSync(T),_=!0)}}}_&&c.notifyWaiters()},c.waiters=void 0,c})();t.default=u})));const Rp={timeoutInSeconds:60},zl={name:"auth0-spa-js",version:"2.10.0"},Vl=()=>Date.now();let Ee=class Ho extends Error{constructor(t,n){super(n),this.error=t,this.error_description=n,Object.setPrototypeOf(this,Ho.prototype)}static fromPayload({error:t,error_description:n}){return new Ho(t,n)}},$p=class Mf extends Ee{constructor(t,n,r,s=null){super(t,n),this.state=r,this.appState=s,Object.setPrototypeOf(this,Mf.prototype)}};class Ui extends Ee{constructor(t,n,r,s,i=null){super(t,n),this.connection=r,this.state=s,this.appState=i,Object.setPrototypeOf(this,Ui.prototype)}}class gr extends Ee{constructor(){super("timeout","Timeout"),Object.setPrototypeOf(this,gr.prototype)}}let Np=class Ff extends gr{constructor(t){super(),this.popup=t,Object.setPrototypeOf(this,Ff.prototype)}},Dp=class Uf extends Ee{constructor(t){super("cancelled","Popup closed"),this.popup=t,Object.setPrototypeOf(this,Uf.prototype)}},jp=class Kf extends Ee{constructor(){super("popup_open","Unable to open a popup for loginWithPopup - window.open returned `null`"),Object.setPrototypeOf(this,Kf.prototype)}},Mp=class Wf extends Ee{constructor(t,n,r){super(t,n),this.mfa_token=r,Object.setPrototypeOf(this,Wf.prototype)}},Bl=class Hf extends Ee{constructor(t,n){super("missing_refresh_token",`Missing Refresh Token (audience: '${bs(t,["default"])}', scope: '${bs(n)}')`),this.audience=t,this.scope=n,Object.setPrototypeOf(this,Hf.prototype)}},Fp=class zf extends Ee{constructor(t,n){super("missing_scopes",`Missing requested scopes after refresh (audience: '${bs(t,["default"])}', missing scope: '${bs(n)}')`),this.audience=t,this.scope=n,Object.setPrototypeOf(this,zf.prototype)}},Gl=class Vf extends Ee{constructor(t){super("use_dpop_nonce","Server rejected DPoP proof: wrong nonce"),this.newDpopNonce=t,Object.setPrototypeOf(this,Vf.prototype)}};function bs(e,t=[]){return e&&!t.includes(e)?e:""}const ys=()=>window.crypto,_r=()=>{const e="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_~.";let t="";return Array.from(ys().getRandomValues(new Uint8Array(43))).forEach((n=>t+=e[n%e.length])),t},Ki=e=>btoa(e),Up=[{key:"name",type:["string"]},{key:"version",type:["string","number"]},{key:"env",type:["object"]}],Kp=e=>Object.keys(e).reduce(((t,n)=>{const r=Up.find((s=>s.key===n));return r&&r.type.includes(typeof e[n])&&(t[n]=e[n]),t}),{}),Wi=e=>{var{clientId:t}=e,n=_t(e,["clientId"]);return new URLSearchParams((r=>Object.keys(r).filter((s=>r[s]!==void 0)).reduce(((s,i)=>Object.assign(Object.assign({},s),{[i]:r[i]})),{}))(Object.assign({client_id:t},n))).toString()},Zl=async e=>await ys().subtle.digest({name:"SHA-256"},new TextEncoder().encode(e)),Xl=e=>(t=>decodeURIComponent(atob(t).split("").map((n=>"%"+("00"+n.charCodeAt(0).toString(16)).slice(-2))).join("")))(e.replace(/_/g,"/").replace(/-/g,"+")),Yl=e=>{const t=new Uint8Array(e);return(n=>{const r={"+":"-","/":"_","=":""};return n.replace(/[+/=]/g,(s=>r[s]))})(window.btoa(String.fromCharCode(...Array.from(t))))},Wp=new TextEncoder,Hp=new TextDecoder;function br(e){return typeof e=="string"?Wp.encode(e):Hp.decode(e)}function Jl(e){if(typeof e.modulusLength!="number"||e.modulusLength<2048)throw new zp(`${e.name} modulusLength must be at least 2048 bits`)}let Hi;Uint8Array.prototype.toBase64?Hi=e=>(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),e.toBase64({alphabet:"base64url",omitPadding:!0})):Hi=t=>{t instanceof ArrayBuffer&&(t=new Uint8Array(t));const n=[];for(let r=0;r<t.byteLength;r+=32768)n.push(String.fromCharCode.apply(null,t.subarray(r,r+32768)));return btoa(n.join("")).replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")};function yr(e){return Hi(e)}let jn=class extends Error{constructor(t){var n;super(t??"operation not supported"),this.name=this.constructor.name,(n=Error.captureStackTrace)===null||n===void 0||n.call(Error,this,this.constructor)}},zp=class extends Error{constructor(t){var n;super(t),this.name=this.constructor.name,(n=Error.captureStackTrace)===null||n===void 0||n.call(Error,this,this.constructor)}};function Vp(e){switch(e.algorithm.name){case"RSA-PSS":return(function(t){if(t.algorithm.hash.name==="SHA-256")return"PS256";throw new jn("unsupported RsaHashedKeyAlgorithm hash name")})(e);case"RSASSA-PKCS1-v1_5":return(function(t){if(t.algorithm.hash.name==="SHA-256")return"RS256";throw new jn("unsupported RsaHashedKeyAlgorithm hash name")})(e);case"ECDSA":return(function(t){if(t.algorithm.namedCurve==="P-256")return"ES256";throw new jn("unsupported EcKeyAlgorithm namedCurve")})(e);case"Ed25519":return"Ed25519";default:throw new jn("unsupported CryptoKey algorithm name")}}function ql(e){return e instanceof CryptoKey}function Ql(e){return ql(e)&&e.type==="public"}async function Bp(e,t,n,r,s,i){const o=e?.privateKey,a=e?.publicKey;if(!ql(l=o)||l.type!=="private")throw new TypeError('"keypair.privateKey" must be a private CryptoKey');var l;if(!Ql(a))throw new TypeError('"keypair.publicKey" must be a public CryptoKey');if(a.extractable!==!0)throw new TypeError('"keypair.publicKey.extractable" must be true');if(typeof t!="string")throw new TypeError('"htu" must be a string');if(typeof n!="string")throw new TypeError('"htm" must be a string');if(r!==void 0&&typeof r!="string")throw new TypeError('"nonce" must be a string or undefined');if(s!==void 0&&typeof s!="string")throw new TypeError('"accessToken" must be a string or undefined');return(async function(u,c,f){if(f.usages.includes("sign")===!1)throw new TypeError('private CryptoKey instances used for signing assertions must include "sign" in their "usages"');const d=`${yr(br(JSON.stringify(u)))}.${yr(br(JSON.stringify(c)))}`;return`${d}.${yr(await crypto.subtle.sign((function(h){switch(h.algorithm.name){case"ECDSA":return{name:h.algorithm.name,hash:"SHA-256"};case"RSA-PSS":return Jl(h.algorithm),{name:h.algorithm.name,saltLength:32};case"RSASSA-PKCS1-v1_5":return Jl(h.algorithm),{name:h.algorithm.name};case"Ed25519":return{name:h.algorithm.name}}throw new jn})(f),f,br(d)))}`})({alg:Vp(o),typ:"dpop+jwt",jwk:await ec(a)},Object.assign(Object.assign({},i),{iat:Math.floor(Date.now()/1e3),jti:crypto.randomUUID(),htm:n,nonce:r,htu:t,ath:s?yr(await crypto.subtle.digest("SHA-256",br(s))):void 0}),o)}async function ec(e){const{kty:t,e:n,n:r,x:s,y:i,crv:o}=await crypto.subtle.exportKey("jwk",e);return{kty:t,crv:o,e:n,n:r,x:s,y:i}}const Gp=["authorization_code","refresh_token","urn:ietf:params:oauth:grant-type:token-exchange"],Zp=async(e,t)=>{const n=await fetch(e,t);return{ok:n.ok,json:await n.json(),headers:(r=n.headers,[...r].reduce(((s,[i,o])=>(s[i]=o,s)),{}))};var r},Xp=async(e,t,n,r,s,i,o=1e4,a)=>s?(async(l,u,c,f,d,h,y,w)=>{return E={auth:{audience:u,scope:c},timeout:d,fetchUrl:l,fetchOptions:f,useFormData:y,useMrrt:w},_=h,new Promise((function(v,T){const g=new MessageChannel;g.port1.onmessage=function(C){C.data.error?T(new Error(C.data.error)):v(C.data),g.port1.close()},_.postMessage(E,[g.port2])}));var E,_})(e,t,n,r,o,s,i,a):(async(l,u,c)=>{const f=new AbortController;let d;return u.signal=f.signal,Promise.race([Zp(l,u),new Promise(((h,y)=>{d=setTimeout((()=>{f.abort(),y(new Error("Timeout when executing 'fetch'"))}),c)}))]).finally((()=>{clearTimeout(d)}))})(e,r,o);async function tc(e,t,n,r,s,i,o,a,l,u){if(l){const T=await l.generateProof({url:e,method:s.method||"GET",nonce:await l.getNonce()});s.headers=Object.assign(Object.assign({},s.headers),{dpop:T})}let c,f=null;for(let T=0;T<3;T++)try{c=await Xp(e,n,r,s,i,o,t,a),f=null;break}catch(g){f=g}if(f)throw f;const d=c.json,{error:h,error_description:y}=d,w=_t(d,["error","error_description"]),{headers:E,ok:_}=c;let v;if(l&&(v=E["dpop-nonce"],v&&await l.setNonce(v)),!_){const T=y||`HTTP error. Unable to fetch ${e}`;if(h==="mfa_required")throw new Mp(h,T,w.mfa_token);if(h==="missing_refresh_token")throw new Bl(n,r);if(h==="use_dpop_nonce"){if(!l||!v||u)throw new Gl(v);return tc(e,t,n,r,s,i,o,a,l,!0)}throw new Ee(h||"request_error",T)}return w}async function Yp(e,t){var{baseUrl:n,timeout:r,audience:s,scope:i,auth0Client:o,useFormData:a,useMrrt:l,dpop:u}=e,c=_t(e,["baseUrl","timeout","audience","scope","auth0Client","useFormData","useMrrt","dpop"]);const f=c.grant_type==="urn:ietf:params:oauth:grant-type:token-exchange",d=c.grant_type==="refresh_token"&&l,h=Object.assign(Object.assign(Object.assign(Object.assign({},c),f&&s&&{audience:s}),f&&i&&{scope:i}),d&&{audience:s,scope:i}),y=a?Wi(h):JSON.stringify(h),w=(E=c.grant_type,Gp.includes(E));var E;return await tc(`${n}/oauth/token`,r,s||"default",i,{method:"POST",body:y,headers:{"Content-Type":a?"application/x-www-form-urlencoded":"application/json","Auth0-Client":btoa(JSON.stringify(Kp(o||zl)))}},t,a,l,w?u:void 0)}const ws=(...e)=>{return(t=e.filter(Boolean).join(" ").trim().split(/\s+/),Array.from(new Set(t))).join(" ");var t},vs=(e,t,n)=>{let r;return n&&(r=e[n]),r||(r=e.default),ws(r,t)};let Rt=class zo{constructor(t,n="@@auth0spajs@@",r){this.prefix=n,this.suffix=r,this.clientId=t.clientId,this.scope=t.scope,this.audience=t.audience}toKey(){return[this.prefix,this.clientId,this.audience,this.scope,this.suffix].filter(Boolean).join("::")}static fromKey(t){const[n,r,s,i]=t.split("::");return new zo({clientId:r,scope:i,audience:s},n)}static fromCacheEntry(t){const{scope:n,audience:r,client_id:s}=t;return new zo({scope:n,audience:r,clientId:s})}},Jp=class{set(t,n){localStorage.setItem(t,JSON.stringify(n))}get(t){const n=window.localStorage.getItem(t);if(n)try{return JSON.parse(n)}catch{return}}remove(t){localStorage.removeItem(t)}allKeys(){return Object.keys(window.localStorage).filter((t=>t.startsWith("@@auth0spajs@@")))}},nc=class{constructor(){this.enclosedCache=(function(){let t={};return{set(n,r){t[n]=r},get(n){const r=t[n];if(r)return r},remove(n){delete t[n]},allKeys:()=>Object.keys(t)}})()}},qp=class{constructor(t,n,r){this.cache=t,this.keyManifest=n,this.nowProvider=r||Vl}async setIdToken(t,n,r){var s;const i=this.getIdTokenCacheKey(t);await this.cache.set(i,{id_token:n,decodedToken:r}),await((s=this.keyManifest)===null||s===void 0?void 0:s.add(i))}async getIdToken(t){const n=await this.cache.get(this.getIdTokenCacheKey(t.clientId));if(!n&&t.scope&&t.audience){const r=await this.get(t);return!r||!r.id_token||!r.decodedToken?void 0:{id_token:r.id_token,decodedToken:r.decodedToken}}if(n)return{id_token:n.id_token,decodedToken:n.decodedToken}}async get(t,n=0,r=!1,s){var i;let o=await this.cache.get(t.toKey());if(!o){const u=await this.getCacheKeys();if(!u)return;const c=this.matchExistingCacheKey(t,u);if(c&&(o=await this.cache.get(c)),!c&&r&&s!=="cache-only")return this.getEntryWithRefreshToken(t,u)}if(!o)return;const a=await this.nowProvider(),l=Math.floor(a/1e3);return o.expiresAt-n<l?o.body.refresh_token?this.modifiedCachedEntry(o,t):(await this.cache.remove(t.toKey()),void await((i=this.keyManifest)===null||i===void 0?void 0:i.remove(t.toKey()))):o.body}async modifiedCachedEntry(t,n){return t.body={refresh_token:t.body.refresh_token,audience:t.body.audience,scope:t.body.scope},await this.cache.set(n.toKey(),t),{refresh_token:t.body.refresh_token,audience:t.body.audience,scope:t.body.scope}}async set(t){var n;const r=new Rt({clientId:t.client_id,scope:t.scope,audience:t.audience}),s=await this.wrapCacheEntry(t);await this.cache.set(r.toKey(),s),await((n=this.keyManifest)===null||n===void 0?void 0:n.add(r.toKey()))}async remove(t,n,r){const s=new Rt({clientId:t,scope:r,audience:n});await this.cache.remove(s.toKey())}async clear(t){var n;const r=await this.getCacheKeys();r&&(await r.filter((s=>!t||s.includes(t))).reduce((async(s,i)=>{await s,await this.cache.remove(i)}),Promise.resolve()),await((n=this.keyManifest)===null||n===void 0?void 0:n.clear()))}async wrapCacheEntry(t){const n=await this.nowProvider();return{body:t,expiresAt:Math.floor(n/1e3)+t.expires_in}}async getCacheKeys(){var t;return this.keyManifest?(t=await this.keyManifest.get())===null||t===void 0?void 0:t.keys:this.cache.allKeys?this.cache.allKeys():void 0}getIdTokenCacheKey(t){return new Rt({clientId:t},"@@auth0spajs@@","@@user@@").toKey()}matchExistingCacheKey(t,n){return n.filter((r=>{var s;const i=Rt.fromKey(r),o=new Set(i.scope&&i.scope.split(" ")),a=((s=t.scope)===null||s===void 0?void 0:s.split(" "))||[],l=i.scope&&a.reduce(((u,c)=>u&&o.has(c)),!0);return i.prefix==="@@auth0spajs@@"&&i.clientId===t.clientId&&i.audience===t.audience&&l}))[0]}async getEntryWithRefreshToken(t,n){var r;for(const s of n){const i=Rt.fromKey(s);if(i.prefix==="@@auth0spajs@@"&&i.clientId===t.clientId){const o=await this.cache.get(s);if(!((r=o?.body)===null||r===void 0)&&r.refresh_token)return this.modifiedCachedEntry(o,t)}}}async updateEntry(t,n){var r;const s=await this.getCacheKeys();if(s)for(const i of s){const o=await this.cache.get(i);if(((r=o?.body)===null||r===void 0?void 0:r.refresh_token)===t){const a=Object.assign(Object.assign({},o.body),{refresh_token:n});await this.set(a)}}}},Qp=class{constructor(t,n,r){this.storage=t,this.clientId=n,this.cookieDomain=r,this.storageKey=`a0.spajs.txs.${this.clientId}`}create(t){this.storage.save(this.storageKey,t,{daysUntilExpire:1,cookieDomain:this.cookieDomain})}get(){return this.storage.get(this.storageKey)}remove(){this.storage.remove(this.storageKey,{cookieDomain:this.cookieDomain})}};const wr=e=>typeof e=="number",em=["iss","aud","exp","nbf","iat","jti","azp","nonce","auth_time","at_hash","c_hash","acr","amr","sub_jwk","cnf","sip_from_tag","sip_date","sip_callid","sip_cseq_num","sip_via_branch","orig","dest","mky","events","toe","txn","rph","sid","vot","vtm"];var pn=Fi((function(e,t){var n=dn&&dn.__assign||function(){return n=Object.assign||function(l){for(var u,c=1,f=arguments.length;c<f;c++)for(var d in u=arguments[c])Object.prototype.hasOwnProperty.call(u,d)&&(l[d]=u[d]);return l},n.apply(this,arguments)};function r(l,u){if(!u)return"";var c="; "+l;return u===!0?c:c+"="+u}function s(l,u,c){return encodeURIComponent(l).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/\(/g,"%28").replace(/\)/g,"%29")+"="+encodeURIComponent(u).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent)+(function(f){if(typeof f.expires=="number"){var d=new Date;d.setMilliseconds(d.getMilliseconds()+864e5*f.expires),f.expires=d}return r("Expires",f.expires?f.expires.toUTCString():"")+r("Domain",f.domain)+r("Path",f.path)+r("Secure",f.secure)+r("SameSite",f.sameSite)})(c)}function i(l){for(var u={},c=l?l.split("; "):[],f=/(%[\dA-F]{2})+/gi,d=0;d<c.length;d++){var h=c[d].split("="),y=h.slice(1).join("=");y.charAt(0)==='"'&&(y=y.slice(1,-1));try{u[h[0].replace(f,decodeURIComponent)]=y.replace(f,decodeURIComponent)}catch{}}return u}function o(){return i(document.cookie)}function a(l,u,c){document.cookie=s(l,u,n({path:"/"},c))}t.__esModule=!0,t.encode=s,t.parse=i,t.getAll=o,t.get=function(l){return o()[l]},t.set=a,t.remove=function(l,u){a(l,"",n(n({},u),{expires:-1}))}}));Mi(pn),pn.encode,pn.parse,pn.getAll;var tm=pn.get,rc=pn.set,sc=pn.remove;const Mn={get(e){const t=tm(e);if(t!==void 0)return JSON.parse(t)},save(e,t,n){let r={};window.location.protocol==="https:"&&(r={secure:!0,sameSite:"none"}),n?.daysUntilExpire&&(r.expires=n.daysUntilExpire),n?.cookieDomain&&(r.domain=n.cookieDomain),rc(e,JSON.stringify(t),r)},remove(e,t){let n={};t?.cookieDomain&&(n.domain=t.cookieDomain),sc(e,n)}},nm={get:e=>Mn.get(e)||Mn.get(`_legacy_${e}`),save(e,t,n){let r={};window.location.protocol==="https:"&&(r={secure:!0}),n?.daysUntilExpire&&(r.expires=n.daysUntilExpire),n?.cookieDomain&&(r.domain=n.cookieDomain),rc(`_legacy_${e}`,JSON.stringify(t),r),Mn.save(e,t,n)},remove(e,t){let n={};t?.cookieDomain&&(n.domain=t.cookieDomain),sc(e,n),Mn.remove(e,t),Mn.remove(`_legacy_${e}`,t)}},rm={get(e){if(typeof sessionStorage>"u")return;const t=sessionStorage.getItem(e);return t!=null?JSON.parse(t):void 0},save(e,t){sessionStorage.setItem(e,JSON.stringify(t))},remove(e){sessionStorage.removeItem(e)}};var mn;(function(e){e.Code="code",e.ConnectCode="connect_code"})(mn||(mn={}));var zi,sm=(function(e){return zi=zi||(function(t,n,r){var s=(function(l,u){var c=atob(l);return c})(t),i=s.indexOf(`
5
+ `,10)+1,o=s.substring(i)+"",a=new Blob([o],{type:"application/javascript"});return URL.createObjectURL(a)})("Lyogcm9sbHVwLXBsdWdpbi13ZWItd29ya2VyLWxvYWRlciAqLwohZnVuY3Rpb24oKXsidXNlIHN0cmljdCI7Y2xhc3MgZSBleHRlbmRzIEVycm9ye2NvbnN0cnVjdG9yKHQscil7c3VwZXIociksdGhpcy5lcnJvcj10LHRoaXMuZXJyb3JfZGVzY3JpcHRpb249cixPYmplY3Quc2V0UHJvdG90eXBlT2YodGhpcyxlLnByb3RvdHlwZSl9c3RhdGljIGZyb21QYXlsb2FkKHtlcnJvcjp0LGVycm9yX2Rlc2NyaXB0aW9uOnJ9KXtyZXR1cm4gbmV3IGUodCxyKX19Y2xhc3MgdCBleHRlbmRzIGV7Y29uc3RydWN0b3IoZSxzKXtzdXBlcigibWlzc2luZ19yZWZyZXNoX3Rva2VuIixgTWlzc2luZyBSZWZyZXNoIFRva2VuIChhdWRpZW5jZTogJyR7cihlLFsiZGVmYXVsdCJdKX0nLCBzY29wZTogJyR7cihzKX0nKWApLHRoaXMuYXVkaWVuY2U9ZSx0aGlzLnNjb3BlPXMsT2JqZWN0LnNldFByb3RvdHlwZU9mKHRoaXMsdC5wcm90b3R5cGUpfX1mdW5jdGlvbiByKGUsdD1bXSl7cmV0dXJuIGUmJiF0LmluY2x1ZGVzKGUpP2U6IiJ9ImZ1bmN0aW9uIj09dHlwZW9mIFN1cHByZXNzZWRFcnJvciYmU3VwcHJlc3NlZEVycm9yO2NvbnN0IHM9ZT0+e3ZhcntjbGllbnRJZDp0fT1lLHI9ZnVuY3Rpb24oZSx0KXt2YXIgcj17fTtmb3IodmFyIHMgaW4gZSlPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoZSxzKSYmdC5pbmRleE9mKHMpPDAmJihyW3NdPWVbc10pO2lmKG51bGwhPWUmJiJmdW5jdGlvbiI9PXR5cGVvZiBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKXt2YXIgbz0wO2ZvcihzPU9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMoZSk7bzxzLmxlbmd0aDtvKyspdC5pbmRleE9mKHNbb10pPDAmJk9iamVjdC5wcm90b3R5cGUucHJvcGVydHlJc0VudW1lcmFibGUuY2FsbChlLHNbb10pJiYocltzW29dXT1lW3Nbb11dKX1yZXR1cm4gcn0oZSxbImNsaWVudElkIl0pO3JldHVybiBuZXcgVVJMU2VhcmNoUGFyYW1zKChlPT5PYmplY3Qua2V5cyhlKS5maWx0ZXIoKHQ9PnZvaWQgMCE9PWVbdF0pKS5yZWR1Y2UoKCh0LHIpPT5PYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30sdCkse1tyXTplW3JdfSkpLHt9KSkoT2JqZWN0LmFzc2lnbih7Y2xpZW50X2lkOnR9LHIpKSkudG9TdHJpbmcoKX07bGV0IG89e307Y29uc3Qgbj0oZSx0KT0+YCR7ZX18JHt0fWA7YWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsKGFzeW5jKHtkYXRhOnt0aW1lb3V0OmUsYXV0aDpyLGZldGNoVXJsOmksZmV0Y2hPcHRpb25zOmMsdXNlRm9ybURhdGE6YSx1c2VNcnJ0OmZ9LHBvcnRzOltwXX0pPT57bGV0IGgsdSxsPXt9O2NvbnN0e2F1ZGllbmNlOmQsc2NvcGU6eX09cnx8e307dHJ5e2NvbnN0IHI9YT8oZT0+e2NvbnN0IHQ9bmV3IFVSTFNlYXJjaFBhcmFtcyhlKSxyPXt9O3JldHVybiB0LmZvckVhY2goKChlLHQpPT57clt0XT1lfSkpLHJ9KShjLmJvZHkpOkpTT04ucGFyc2UoYy5ib2R5KTtpZighci5yZWZyZXNoX3Rva2VuJiYicmVmcmVzaF90b2tlbiI9PT1yLmdyYW50X3R5cGUpe2lmKHU9KChlLHQpPT5vW24oZSx0KV0pKGQseSksIXUmJmYpe2NvbnN0IGU9by5sYXRlc3RfcmVmcmVzaF90b2tlbix0PSgoZSx0KT0+e2NvbnN0IHI9T2JqZWN0LmtleXMobykuZmluZCgocj0+e2lmKCJsYXRlc3RfcmVmcmVzaF90b2tlbiIhPT1yKXtjb25zdCBzPSgoZSx0KT0+dC5zdGFydHNXaXRoKGAke2V9fGApKSh0LHIpLG89ci5zcGxpdCgifCIpWzFdLnNwbGl0KCIgIiksbj1lLnNwbGl0KCIgIikuZXZlcnkoKGU9Pm8uaW5jbHVkZXMoZSkpKTtyZXR1cm4gcyYmbn19KSk7cmV0dXJuISFyfSkoeSxkKTtlJiYhdCYmKHU9ZSl9aWYoIXUpdGhyb3cgbmV3IHQoZCx5KTtjLmJvZHk9YT9zKE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbih7fSxyKSx7cmVmcmVzaF90b2tlbjp1fSkpOkpTT04uc3RyaW5naWZ5KE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbih7fSxyKSx7cmVmcmVzaF90b2tlbjp1fSkpfWxldCBqLGs7ImZ1bmN0aW9uIj09dHlwZW9mIEFib3J0Q29udHJvbGxlciYmKGo9bmV3IEFib3J0Q29udHJvbGxlcixjLnNpZ25hbD1qLnNpZ25hbCk7dHJ5e2s9YXdhaXQgUHJvbWlzZS5yYWNlKFsoXz1lLG5ldyBQcm9taXNlKChlPT5zZXRUaW1lb3V0KGUsXykpKSksZmV0Y2goaSxPYmplY3QuYXNzaWduKHt9LGMpKV0pfWNhdGNoKGUpe3JldHVybiB2b2lkIHAucG9zdE1lc3NhZ2Uoe2Vycm9yOmUubWVzc2FnZX0pfWlmKCFrKXJldHVybiBqJiZqLmFib3J0KCksdm9pZCBwLnBvc3RNZXNzYWdlKHtlcnJvcjoiVGltZW91dCB3aGVuIGV4ZWN1dGluZyAnZmV0Y2gnIn0pO2c9ay5oZWFkZXJzLGw9Wy4uLmddLnJlZHVjZSgoKGUsW3Qscl0pPT4oZVt0XT1yLGUpKSx7fSksaD1hd2FpdCBrLmpzb24oKSxoLnJlZnJlc2hfdG9rZW4/KGYmJihvLmxhdGVzdF9yZWZyZXNoX3Rva2VuPWgucmVmcmVzaF90b2tlbixPPXUsYj1oLnJlZnJlc2hfdG9rZW4sT2JqZWN0LmVudHJpZXMobykuZm9yRWFjaCgoKFtlLHRdKT0+e3Q9PT1PJiYob1tlXT1iKX0pKSksKChlLHQscik9PntvW24odCxyKV09ZX0pKGgucmVmcmVzaF90b2tlbixkLHkpLGRlbGV0ZSBoLnJlZnJlc2hfdG9rZW4pOigoZSx0KT0+e2RlbGV0ZSBvW24oZSx0KV19KShkLHkpLHAucG9zdE1lc3NhZ2Uoe29rOmsub2ssanNvbjpoLGhlYWRlcnM6bH0pfWNhdGNoKGUpe3AucG9zdE1lc3NhZ2Uoe29rOiExLGpzb246e2Vycm9yOmUuZXJyb3IsZXJyb3JfZGVzY3JpcHRpb246ZS5tZXNzYWdlfSxoZWFkZXJzOmx9KX12YXIgTyxiLGcsX30pKX0oKTsKCg=="),new Worker(zi,e)});const Vi={};let im=class{constructor(t,n){this.cache=t,this.clientId=n,this.manifestKey=this.createManifestKeyFrom(this.clientId)}async add(t){var n;const r=new Set(((n=await this.cache.get(this.manifestKey))===null||n===void 0?void 0:n.keys)||[]);r.add(t),await this.cache.set(this.manifestKey,{keys:[...r]})}async remove(t){const n=await this.cache.get(this.manifestKey);if(n){const r=new Set(n.keys);return r.delete(t),r.size>0?await this.cache.set(this.manifestKey,{keys:[...r]}):await this.cache.remove(this.manifestKey)}}get(){return this.cache.get(this.manifestKey)}clear(){return this.cache.remove(this.manifestKey)}createManifestKeyFrom(t){return`@@auth0spajs@@::${t}`}};const om={memory:()=>new nc().enclosedCache,localstorage:()=>new Jp},ic=e=>om[e],oc=e=>{const{openUrl:t,onRedirect:n}=e,r=_t(e,["openUrl","onRedirect"]);return Object.assign(Object.assign({},r),{openUrl:t===!1||t?t:n})},ac=(e,t)=>{const n=t?.split(" ")||[];return(e?.split(" ")||[]).every((r=>n.includes(r)))},gn={NONCE:"nonce",KEYPAIR:"keypair"};let am=class{constructor(t){this.clientId=t}getVersion(){return 1}createDbHandle(){const t=window.indexedDB.open("auth0-spa-js",this.getVersion());return new Promise(((n,r)=>{t.onupgradeneeded=()=>Object.values(gn).forEach((s=>t.result.createObjectStore(s))),t.onerror=()=>r(t.error),t.onsuccess=()=>n(t.result)}))}async getDbHandle(){return this.dbHandle||(this.dbHandle=await this.createDbHandle()),this.dbHandle}async executeDbRequest(t,n,r){const s=r((await this.getDbHandle()).transaction(t,n).objectStore(t));return new Promise(((i,o)=>{s.onsuccess=()=>i(s.result),s.onerror=()=>o(s.error)}))}buildKey(t){const n=t?`_${t}`:"auth0";return`${this.clientId}::${n}`}setNonce(t,n){return this.save(gn.NONCE,this.buildKey(n),t)}setKeyPair(t){return this.save(gn.KEYPAIR,this.buildKey(),t)}async save(t,n,r){await this.executeDbRequest(t,"readwrite",(s=>s.put(r,n)))}findNonce(t){return this.find(gn.NONCE,this.buildKey(t))}findKeyPair(){return this.find(gn.KEYPAIR,this.buildKey())}find(t,n){return this.executeDbRequest(t,"readonly",(r=>r.get(n)))}async deleteBy(t,n){const r=await this.executeDbRequest(t,"readonly",(s=>s.getAllKeys()));r?.filter(n).map((s=>this.executeDbRequest(t,"readwrite",(i=>i.delete(s)))))}deleteByClientId(t,n){return this.deleteBy(t,(r=>typeof r=="string"&&r.startsWith(`${n}::`)))}clearNonces(){return this.deleteByClientId(gn.NONCE,this.clientId)}clearKeyPairs(){return this.deleteByClientId(gn.KEYPAIR,this.clientId)}},lm=class{constructor(t){this.storage=new am(t)}getNonce(t){return this.storage.findNonce(t)}setNonce(t,n){return this.storage.setNonce(t,n)}async getOrGenerateKeyPair(){let t=await this.storage.findKeyPair();return t||(t=await(async function(n,r){var s;let i;return i={name:"ECDSA",namedCurve:"P-256"},crypto.subtle.generateKey(i,(s=r?.extractable)!==null&&s!==void 0&&s,["sign","verify"])})(0,{extractable:!1}),await this.storage.setKeyPair(t)),t}async generateProof(t){const n=await this.getOrGenerateKeyPair();return(function({keyPair:r,url:s,method:i,nonce:o,accessToken:a}){const l=(function(u){const c=new URL(u);return c.search="",c.hash="",c.href})(s);return Bp(r,l,i,o,a)})(Object.assign({keyPair:n},t))}async calculateThumbprint(){return(function(t){return(async function(n){if(!Ql(n))throw new TypeError('"publicKey" must be a public CryptoKey');if(n.extractable!==!0)throw new TypeError('"publicKey.extractable" must be true');const r=await ec(n);let s;switch(r.kty){case"EC":s={crv:r.crv,kty:r.kty,x:r.x,y:r.y};break;case"OKP":s={crv:r.crv,kty:r.kty,x:r.x};break;case"RSA":s={e:r.e,kty:r.kty,n:r.n};break;default:throw new jn("unsupported JWK kty")}return yr(await crypto.subtle.digest({name:"SHA-256"},br(JSON.stringify(s))))})(t.publicKey)})(await this.getOrGenerateKeyPair())}async clear(){await Promise.all([this.storage.clearNonces(),this.storage.clearKeyPairs()])}};var Fn;(function(e){e.Bearer="Bearer",e.DPoP="DPoP"})(Fn||(Fn={}));let cm=class{constructor(t,n){this.hooks=n,this.config=Object.assign(Object.assign({},t),{fetch:t.fetch||(typeof window>"u"?fetch:window.fetch.bind(window))})}isAbsoluteUrl(t){return/^(https?:)?\/\//i.test(t)}buildUrl(t,n){if(n){if(this.isAbsoluteUrl(n))return n;if(t)return`${t.replace(/\/?\/$/,"")}/${n.replace(/^\/+/,"")}`}throw new TypeError("`url` must be absolute or `baseUrl` non-empty.")}getAccessToken(t){return this.config.getAccessToken?this.config.getAccessToken(t):this.hooks.getAccessToken(t)}extractUrl(t){return typeof t=="string"?t:t instanceof URL?t.href:t.url}buildBaseRequest(t,n){if(!this.config.baseUrl)return new Request(t,n);const r=this.buildUrl(this.config.baseUrl,this.extractUrl(t)),s=t instanceof Request?new Request(r,t):r;return new Request(s,n)}setAuthorizationHeader(t,n,r=Fn.Bearer){t.headers.set("authorization",`${r} ${n}`)}async setDpopProofHeader(t,n){if(!this.config.dpopNonceId)return;const r=await this.hooks.getDpopNonce(),s=await this.hooks.generateDpopProof({accessToken:n,method:t.method,nonce:r,url:t.url});t.headers.set("dpop",s)}async prepareRequest(t,n){const r=await this.getAccessToken(n);let s,i;typeof r=="string"?(s=this.config.dpopNonceId?Fn.DPoP:Fn.Bearer,i=r):(s=r.token_type,i=r.access_token),this.setAuthorizationHeader(t,i,s),s===Fn.DPoP&&await this.setDpopProofHeader(t,i)}getHeader(t,n){return Array.isArray(t)?new Headers(t).get(n)||"":typeof t.get=="function"?t.get(n)||"":t[n]||""}hasUseDpopNonceError(t){if(t.status!==401)return!1;const n=this.getHeader(t.headers,"www-authenticate");return n.includes("invalid_dpop_nonce")||n.includes("use_dpop_nonce")}async handleResponse(t,n){const r=this.getHeader(t.headers,"dpop-nonce");if(r&&await this.hooks.setDpopNonce(r),!this.hasUseDpopNonceError(t))return t;if(!r||!n.onUseDpopNonceError)throw new Gl(r);return n.onUseDpopNonceError()}async internalFetchWithAuth(t,n,r,s){const i=this.buildBaseRequest(t,n);await this.prepareRequest(i,s);const o=await this.config.fetch(i);return this.handleResponse(o,r)}fetchWithAuth(t,n,r){const s={onUseDpopNonceError:()=>this.internalFetchWithAuth(t,n,Object.assign(Object.assign({},s),{onUseDpopNonceError:void 0}),r)};return this.internalFetchWithAuth(t,n,s,r)}},um=class{constructor(t,n){this.myAccountFetcher=t,this.apiBase=n}async connectAccount(t){const n=await this.myAccountFetcher.fetchWithAuth(`${this.apiBase}v1/connected-accounts/connect`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return this._handleResponse(n)}async completeAccount(t){const n=await this.myAccountFetcher.fetchWithAuth(`${this.apiBase}v1/connected-accounts/complete`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return this._handleResponse(n)}async _handleResponse(t){let n;try{n=await t.text(),n=JSON.parse(n)}catch(r){throw new lc({type:"invalid_json",status:t.status,title:"Invalid JSON response",detail:n||String(r)})}if(t.ok)return n;throw new lc(n)}},lc=class Bf extends Error{constructor({type:t,status:n,title:r,detail:s,validation_errors:i}){super(s),this.name="MyAccountApiError",this.type=t,this.status=n,this.title=r,this.detail=s,this.validation_errors=i,Object.setPrototypeOf(this,Bf.prototype)}};const Bi=new Lp;let fm=class{constructor(t){let n,r;if(this.userCache=new nc().enclosedCache,this.activeLockKeys=new Set,this.defaultOptions={authorizationParams:{scope:"openid profile email"},useRefreshTokensFallback:!1,useFormData:!0},this._releaseLockOnPageHide=async()=>{const l=Array.from(this.activeLockKeys);for(const u of l)await Bi.releaseLock(u);this.activeLockKeys.clear(),window.removeEventListener("pagehide",this._releaseLockOnPageHide)},this.options=Object.assign(Object.assign(Object.assign({},this.defaultOptions),t),{authorizationParams:Object.assign(Object.assign({},this.defaultOptions.authorizationParams),t.authorizationParams)}),typeof window<"u"&&(()=>{if(!ys())throw new Error("For security reasons, `window.crypto` is required to run `auth0-spa-js`.");if(ys().subtle===void 0)throw new Error(`
26
6
  auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/main/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information.
27
- `)})(),t.cache&&t.cacheLocation&&console.warn("Both `cache` and `cacheLocation` options have been specified in the Auth0Client configuration; ignoring `cacheLocation` and using `cache`."),t.cache)r=t.cache;else{if(n=t.cacheLocation||"memory",!jl(n))throw new Error(`Invalid cache location "${n}"`);r=jl(n)()}this.httpTimeoutMs=t.httpTimeoutInSeconds?1e3*t.httpTimeoutInSeconds:1e4,this.cookieStorage=t.legacySameSiteCookie===!1?Rn:bp,this.orgHintCookieName=`auth0.${this.options.clientId}.organization_hint`,this.isAuthenticatedCookieName=(o=>`auth0.${this.options.clientId}.is.authenticated`)(),this.sessionCheckExpiryDays=t.sessionCheckExpiryDays||1;const s=t.useCookiesForTransactions?this.cookieStorage:yp;var i;this.scope=cs("openid",this.options.authorizationParams.scope,this.options.useRefreshTokens?"offline_access":""),this.transactionManager=new mp(s,this.options.clientId,this.options.cookieDomain),this.nowProvider=this.options.nowProvider||Pl,this.cacheManager=new pp(r,r.allKeys?void 0:new wp(r,this.options.clientId),this.nowProvider),this.domainUrl=(i=this.options.domain,/^https?:\/\//.test(i)?i:`https://${i}`),this.tokenIssuer=((o,a)=>o?o.startsWith("https://")?o:`https://${o}/`:`${a}/`)(this.options.issuer,this.domainUrl),typeof window<"u"&&window.Worker&&this.options.useRefreshTokens&&n==="memory"&&(this.options.workerUrl?this.worker=new Worker(this.options.workerUrl):this.worker=new vp)}_url(t){const n=encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client||Al)));return`${this.domainUrl}${t}&auth0Client=${n}`}_authorizeUrl(t){return this._url(`/authorize?${Ai(t)}`)}async _verifyIdToken(t,n,r){const s=await this.nowProvider();return(o=>{if(!o.id_token)throw new Error("ID token is required but missing");const a=(f=>{const d=f.split("."),[m,y,w]=d;if(d.length!==3||!m||!y||!w)throw new Error("ID token could not be decoded");const E=JSON.parse(Nl(y)),_={__raw:f},v={};return Object.keys(E).forEach((T=>{_[T]=E[T],gp.includes(T)||(v[T]=E[T])})),{encoded:{header:m,payload:y,signature:w},header:JSON.parse(Nl(m)),claims:_,user:v}})(o.id_token);if(!a.claims.iss)throw new Error("Issuer (iss) claim must be a string present in the ID token");if(a.claims.iss!==o.iss)throw new Error(`Issuer (iss) claim mismatch in the ID token; expected "${o.iss}", found "${a.claims.iss}"`);if(!a.user.sub)throw new Error("Subject (sub) claim must be a string present in the ID token");if(a.header.alg!=="RS256")throw new Error(`Signature algorithm of "${a.header.alg}" is not supported. Expected the ID token to be signed with "RS256".`);if(!a.claims.aud||typeof a.claims.aud!="string"&&!Array.isArray(a.claims.aud))throw new Error("Audience (aud) claim must be a string or array of strings present in the ID token");if(Array.isArray(a.claims.aud)){if(!a.claims.aud.includes(o.aud))throw new Error(`Audience (aud) claim mismatch in the ID token; expected "${o.aud}" but was not one of "${a.claims.aud.join(", ")}"`);if(a.claims.aud.length>1){if(!a.claims.azp)throw new Error("Authorized Party (azp) claim must be a string present in the ID token when Audience (aud) claim has multiple values");if(a.claims.azp!==o.aud)throw new Error(`Authorized Party (azp) claim mismatch in the ID token; expected "${o.aud}", found "${a.claims.azp}"`)}}else if(a.claims.aud!==o.aud)throw new Error(`Audience (aud) claim mismatch in the ID token; expected "${o.aud}" but found "${a.claims.aud}"`);if(o.nonce){if(!a.claims.nonce)throw new Error("Nonce (nonce) claim must be a string present in the ID token");if(a.claims.nonce!==o.nonce)throw new Error(`Nonce (nonce) claim mismatch in the ID token; expected "${o.nonce}", found "${a.claims.nonce}"`)}if(o.max_age&&!dr(a.claims.auth_time))throw new Error("Authentication Time (auth_time) claim must be a number present in the ID token when Max Age (max_age) is specified");if(a.claims.exp==null||!dr(a.claims.exp))throw new Error("Expiration Time (exp) claim must be a number present in the ID token");if(!dr(a.claims.iat))throw new Error("Issued At (iat) claim must be a number present in the ID token");const l=o.leeway||60,u=new Date(o.now||Date.now()),c=new Date(0);if(c.setUTCSeconds(a.claims.exp+l),u>c)throw new Error(`Expiration Time (exp) claim error in the ID token; current time (${u}) is after expiration time (${c})`);if(a.claims.nbf!=null&&dr(a.claims.nbf)){const f=new Date(0);if(f.setUTCSeconds(a.claims.nbf-l),u<f)throw new Error(`Not Before time (nbf) claim in the ID token indicates that this token can't be used just yet. Current time (${u}) is before ${f}`)}if(a.claims.auth_time!=null&&dr(a.claims.auth_time)){const f=new Date(0);if(f.setUTCSeconds(parseInt(a.claims.auth_time)+o.max_age+l),u>f)throw new Error(`Authentication Time (auth_time) claim in the ID token indicates that too much time has passed since the last end-user authentication. Current time (${u}) is after last auth at ${f}`)}if(o.organization){const f=o.organization.trim();if(f.startsWith("org_")){const d=f;if(!a.claims.org_id)throw new Error("Organization ID (org_id) claim must be a string present in the ID token");if(d!==a.claims.org_id)throw new Error(`Organization ID (org_id) claim mismatch in the ID token; expected "${d}", found "${a.claims.org_id}"`)}else{const d=f.toLowerCase();if(!a.claims.org_name)throw new Error("Organization Name (org_name) claim must be a string present in the ID token");if(d!==a.claims.org_name)throw new Error(`Organization Name (org_name) claim mismatch in the ID token; expected "${d}", found "${a.claims.org_name}"`)}}return a})({iss:this.tokenIssuer,aud:this.options.clientId,id_token:t,nonce:n,organization:r,leeway:this.options.leeway,max_age:(i=this.options.authorizationParams.max_age,typeof i!="string"?i:parseInt(i,10)||void 0),now:s});var i}_processOrgHint(t){t?this.cookieStorage.save(this.orgHintCookieName,t,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}):this.cookieStorage.remove(this.orgHintCookieName,{cookieDomain:this.options.cookieDomain})}async _prepareAuthorizeUrl(t,n,r){const s=$l(Oi()),i=$l(Oi()),o=Oi(),a=(c=>{const f=new Uint8Array(c);return(d=>{const m={"+":"-","/":"_","=":""};return d.replace(/[+/=]/g,(y=>m[y]))})(window.btoa(String.fromCharCode(...Array.from(f))))})(await(async c=>await ls().subtle.digest({name:"SHA-256"},new TextEncoder().encode(c)))(o)),l=((c,f,d,m,y,w,E,_)=>Object.assign(Object.assign(Object.assign({client_id:c.clientId},c.authorizationParams),d),{scope:cs(f,d.scope),response_type:"code",response_mode:_||"query",state:m,nonce:y,redirect_uri:E||c.authorizationParams.redirect_uri,code_challenge:w,code_challenge_method:"S256"}))(this.options,this.scope,t,s,i,a,t.redirect_uri||this.options.authorizationParams.redirect_uri||r,n?.response_mode),u=this._authorizeUrl(l);return{nonce:i,code_verifier:o,scope:l.scope,audience:l.audience||"default",redirect_uri:l.redirect_uri,state:s,url:u}}async loginWithPopup(t,n){var r;if(t=t||{},!(n=n||{}).popup&&(n.popup=(a=>{const l=window.screenX+(window.innerWidth-400)/2,u=window.screenY+(window.innerHeight-600)/2;return window.open("","auth0:authorize:popup",`left=${l},top=${u},width=400,height=600,resizable,scrollbars=yes,status=1`)})(),!n.popup))throw new Error("Unable to open a popup for loginWithPopup - window.open returned `null`");const s=await this._prepareAuthorizeUrl(t.authorizationParams||{},{response_mode:"web_message"},window.location.origin);n.popup.location.href=s.url;const i=await(a=>new Promise(((l,u)=>{let c;const f=setInterval((()=>{a.popup&&a.popup.closed&&(clearInterval(f),clearTimeout(d),window.removeEventListener("message",c,!1),u(new lp(a.popup)))}),1e3),d=setTimeout((()=>{clearInterval(f),u(new ap(a.popup)),window.removeEventListener("message",c,!1)}),1e3*(a.timeoutInSeconds||60));c=function(m){if(m.data&&m.data.type==="authorization_response"){if(clearTimeout(d),clearInterval(f),window.removeEventListener("message",c,!1),a.popup.close(),m.data.response.error)return u(Be.fromPayload(m.data.response));l(m.data.response)}},window.addEventListener("message",c)})))(Object.assign(Object.assign({},n),{timeoutInSeconds:n.timeoutInSeconds||this.options.authorizeTimeoutInSeconds||60}));if(s.state!==i.state)throw new Be("state_mismatch","Invalid state");const o=((r=t.authorizationParams)===null||r===void 0?void 0:r.organization)||this.options.authorizationParams.organization;await this._requestToken({audience:s.audience,scope:s.scope,code_verifier:s.code_verifier,grant_type:"authorization_code",code:i.code,redirect_uri:s.redirect_uri},{nonceIn:s.nonce,organization:o})}async getUser(){var t;const n=await this._getIdTokenFromCache();return(t=n?.decodedToken)===null||t===void 0?void 0:t.user}async getIdTokenClaims(){var t;const n=await this._getIdTokenFromCache();return(t=n?.decodedToken)===null||t===void 0?void 0:t.claims}async loginWithRedirect(t={}){var n;const r=Ul(t),{openUrl:s,fragment:i,appState:o}=r,a=gt(r,["openUrl","fragment","appState"]),l=((n=a.authorizationParams)===null||n===void 0?void 0:n.organization)||this.options.authorizationParams.organization,u=await this._prepareAuthorizeUrl(a.authorizationParams||{}),{url:c}=u,f=gt(u,["url"]);this.transactionManager.create(Object.assign(Object.assign(Object.assign({},f),{appState:o}),l&&{organization:l}));const d=i?`${c}#${i}`:c;s?await s(d):window.location.assign(d)}async handleRedirectCallback(t=window.location.href){const n=t.split("?").slice(1);if(n.length===0)throw new Error("There are no query params available for parsing.");const{state:r,code:s,error:i,error_description:o}=(f=>{f.indexOf("#")>-1&&(f=f.substring(0,f.indexOf("#")));const d=new URLSearchParams(f);return{state:d.get("state"),code:d.get("code")||void 0,error:d.get("error")||void 0,error_description:d.get("error_description")||void 0}})(n.join("")),a=this.transactionManager.get();if(!a)throw new Be("missing_transaction","Invalid state");if(this.transactionManager.remove(),i)throw new Ci(i,o||i,r,a.appState);if(!a.code_verifier||a.state&&a.state!==r)throw new Be("state_mismatch","Invalid state");const l=a.organization,u=a.nonce,c=a.redirect_uri;return await this._requestToken(Object.assign({audience:a.audience,scope:a.scope,code_verifier:a.code_verifier,grant_type:"authorization_code",code:s},c?{redirect_uri:c}:{}),{nonceIn:u,organization:l}),{appState:a.appState}}async checkSession(t){if(!this.cookieStorage.get(this.isAuthenticatedCookieName)){if(!this.cookieStorage.get("auth0.is.authenticated"))return;this.cookieStorage.save(this.isAuthenticatedCookieName,!0,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}),this.cookieStorage.remove("auth0.is.authenticated")}try{await this.getTokenSilently(t)}catch{}}async getTokenSilently(t={}){var n;const r=Object.assign(Object.assign({cacheMode:"on"},t),{authorizationParams:Object.assign(Object.assign(Object.assign({},this.options.authorizationParams),t.authorizationParams),{scope:cs(this.scope,(n=t.authorizationParams)===null||n===void 0?void 0:n.scope)})}),s=await((i,o)=>{let a=Li[o];return a||(a=i().finally((()=>{delete Li[o],a=null})),Li[o]=a),a})((()=>this._getTokenSilently(r)),`${this.options.clientId}::${r.authorizationParams.audience}::${r.authorizationParams.scope}`);return t.detailedResponse?s:s?.access_token}async _getTokenSilently(t){const{cacheMode:n}=t,r=gt(t,["cacheMode"]);if(n!=="off"){const s=await this._getEntryFromCache({scope:r.authorizationParams.scope,audience:r.authorizationParams.audience||"default",clientId:this.options.clientId});if(s)return s}if(n!=="cache-only"){if(!await(async(s,i=3)=>{for(let o=0;o<i;o++)if(await s())return!0;return!1})((()=>Ri.acquireLock("auth0.lock.getTokenSilently",5e3)),10))throw new fr;try{if(window.addEventListener("pagehide",this._releaseLockOnPageHide),n!=="off"){const u=await this._getEntryFromCache({scope:r.authorizationParams.scope,audience:r.authorizationParams.audience||"default",clientId:this.options.clientId});if(u)return u}const s=this.options.useRefreshTokens?await this._getTokenUsingRefreshToken(r):await this._getTokenFromIFrame(r),{id_token:i,access_token:o,oauthTokenScope:a,expires_in:l}=s;return Object.assign(Object.assign({id_token:i,access_token:o},a?{scope:a}:null),{expires_in:l})}finally{await Ri.releaseLock("auth0.lock.getTokenSilently"),window.removeEventListener("pagehide",this._releaseLockOnPageHide)}}}async getTokenWithPopup(t={},n={}){var r;const s=Object.assign(Object.assign({},t),{authorizationParams:Object.assign(Object.assign(Object.assign({},this.options.authorizationParams),t.authorizationParams),{scope:cs(this.scope,(r=t.authorizationParams)===null||r===void 0?void 0:r.scope)})});return n=Object.assign(Object.assign({},op),n),await this.loginWithPopup(s,n),(await this.cacheManager.get(new dn({scope:s.authorizationParams.scope,audience:s.authorizationParams.audience||"default",clientId:this.options.clientId}))).access_token}async isAuthenticated(){return!!await this.getUser()}_buildLogoutUrl(t){t.clientId!==null?t.clientId=t.clientId||this.options.clientId:delete t.clientId;const n=t.logoutParams||{},{federated:r}=n,s=gt(n,["federated"]),i=r?"&federated":"";return this._url(`/v2/logout?${Ai(Object.assign({clientId:t.clientId},s))}`)+i}async logout(t={}){const n=Ul(t),{openUrl:r}=n,s=gt(n,["openUrl"]);t.clientId===null?await this.cacheManager.clear():await this.cacheManager.clear(t.clientId||this.options.clientId),this.cookieStorage.remove(this.orgHintCookieName,{cookieDomain:this.options.cookieDomain}),this.cookieStorage.remove(this.isAuthenticatedCookieName,{cookieDomain:this.options.cookieDomain}),this.userCache.remove("@@user@@");const i=this._buildLogoutUrl(s);r?await r(i):r!==!1&&window.location.assign(i)}async _getTokenFromIFrame(t){const n=Object.assign(Object.assign({},t.authorizationParams),{prompt:"none"}),r=this.cookieStorage.get(this.orgHintCookieName);r&&!n.organization&&(n.organization=r);const{url:s,state:i,nonce:o,code_verifier:a,redirect_uri:l,scope:u,audience:c}=await this._prepareAuthorizeUrl(n,{response_mode:"web_message"},window.location.origin);try{if(window.crossOriginIsolated)throw new Be("login_required","The application is running in a Cross-Origin Isolated context, silently retrieving a token without refresh token is not possible.");const f=t.timeoutInSeconds||this.options.authorizeTimeoutInSeconds,d=await((y,w,E=60)=>new Promise(((_,v)=>{const T=window.document.createElement("iframe");T.setAttribute("width","0"),T.setAttribute("height","0"),T.style.display="none";const g=()=>{window.document.body.contains(T)&&(window.document.body.removeChild(T),window.removeEventListener("message",O,!1))};let O;const M=setTimeout((()=>{v(new fr),g()}),1e3*E);O=function(P){if(P.origin!=w||!P.data||P.data.type!=="authorization_response")return;const F=P.source;F&&F.close(),P.data.response.error?v(Be.fromPayload(P.data.response)):_(P.data.response),clearTimeout(M),window.removeEventListener("message",O,!1),setTimeout(g,2e3)},window.addEventListener("message",O,!1),window.document.body.appendChild(T),T.setAttribute("src",y)})))(s,this.domainUrl,f);if(i!==d.state)throw new Be("state_mismatch","Invalid state");const m=await this._requestToken(Object.assign(Object.assign({},t.authorizationParams),{code_verifier:a,code:d.code,grant_type:"authorization_code",redirect_uri:l,timeout:t.authorizationParams.timeout||this.httpTimeoutMs}),{nonceIn:o,organization:n.organization});return Object.assign(Object.assign({},m),{scope:u,oauthTokenScope:m.scope,audience:c})}catch(f){throw f.error==="login_required"&&this.logout({openUrl:!1}),f}}async _getTokenUsingRefreshToken(t){const n=await this.cacheManager.get(new dn({scope:t.authorizationParams.scope,audience:t.authorizationParams.audience||"default",clientId:this.options.clientId}));if(!(n&&n.refresh_token||this.worker)){if(this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);throw new Ll(t.authorizationParams.audience||"default",t.authorizationParams.scope)}const r=t.authorizationParams.redirect_uri||this.options.authorizationParams.redirect_uri||window.location.origin,s=typeof t.timeoutInSeconds=="number"?1e3*t.timeoutInSeconds:null;try{const i=await this._requestToken(Object.assign(Object.assign(Object.assign({},t.authorizationParams),{grant_type:"refresh_token",refresh_token:n&&n.refresh_token,redirect_uri:r}),s&&{timeout:s}));return Object.assign(Object.assign({},i),{scope:t.authorizationParams.scope,oauthTokenScope:i.scope,audience:t.authorizationParams.audience||"default"})}catch(i){if((i.message.indexOf("Missing Refresh Token")>-1||i.message&&i.message.indexOf("invalid refresh token")>-1)&&this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);throw i}}async _saveEntryInCache(t){const{id_token:n,decodedToken:r}=t,s=gt(t,["id_token","decodedToken"]);this.userCache.set("@@user@@",{id_token:n,decodedToken:r}),await this.cacheManager.setIdToken(this.options.clientId,t.id_token,t.decodedToken),await this.cacheManager.set(s)}async _getIdTokenFromCache(){const t=this.options.authorizationParams.audience||"default",n=await this.cacheManager.getIdToken(new dn({clientId:this.options.clientId,audience:t,scope:this.scope})),r=this.userCache.get("@@user@@");return n&&n.id_token===r?.id_token?r:(this.userCache.set("@@user@@",n),n)}async _getEntryFromCache({scope:t,audience:n,clientId:r}){const s=await this.cacheManager.get(new dn({scope:t,audience:n,clientId:r}),60);if(s&&s.access_token){const{access_token:i,oauthTokenScope:o,expires_in:a}=s,l=await this._getIdTokenFromCache();return l&&Object.assign(Object.assign({id_token:l.id_token,access_token:i},o?{scope:o}:null),{expires_in:a})}}async _requestToken(t,n){const{nonceIn:r,organization:s}=n||{},i=await dp(Object.assign({baseUrl:this.domainUrl,client_id:this.options.clientId,auth0Client:this.options.auth0Client,useFormData:this.options.useFormData,timeout:this.httpTimeoutMs},t),this.worker),o=await this._verifyIdToken(i.id_token,r,s);return await this._saveEntryInCache(Object.assign(Object.assign(Object.assign(Object.assign({},i),{decodedToken:o,scope:t.scope,audience:t.audience||"default"}),i.scope?{oauthTokenScope:i.scope}:null),{client_id:this.options.clientId})),this.cookieStorage.save(this.isAuthenticatedCookieName,!0,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}),this._processOrgHint(s||o.claims.org_id),Object.assign(Object.assign({},i),{decodedToken:o})}};function hr(e){e?.redirect_uri&&(console.warn("Using `redirect_uri` has been deprecated, please use `authorizationParams.redirect_uri` instead as `redirectUri` will be no longer supported in a future version"),e.authorizationParams=e.authorizationParams||{},e.authorizationParams.redirect_uri=e.redirect_uri,delete e.redirect_uri)}const pn=()=>{console.error("Please ensure Auth0's Vue plugin is correctly installed.")},Sp={isLoading:te(!1),isAuthenticated:te(!1),user:te(void 0),idTokenClaims:te(void 0),error:te(null),loginWithPopup:pn,loginWithRedirect:pn,getAccessTokenSilently:pn,getAccessTokenWithPopup:pn,logout:pn,checkSession:pn,handleRedirectCallback:pn},Tp=te(Sp);let Ip=class{constructor(t,n){var r,s;this.clientOptions=t,this.pluginOptions=n,this.isLoading=te(!0),this.isAuthenticated=te(!1),this.user=te({}),this.idTokenClaims=te(),this.error=te(null),r=this,s=["constructor"],Object.getOwnPropertyNames(Object.getPrototypeOf(r)).filter((i=>!s.includes(i))).forEach((i=>r[i]=r[i].bind(r)))}install(t){this._client=new xp(Object.assign(Object.assign({},this.clientOptions),{auth0Client:{name:"auth0-vue",version:"2.3.1"}})),this.__checkSession(t.config.globalProperties.$router),t.config.globalProperties.$auth0=this,t.provide(Ol,this),Tp.value=this}async loginWithRedirect(t){return hr(t),this._client.loginWithRedirect(t)}async loginWithPopup(t,n){return hr(t),this.__proxy((()=>this._client.loginWithPopup(t,n)))}async logout(t){return t?.openUrl||t?.openUrl===!1?this.__proxy((()=>this._client.logout(t))):this._client.logout(t)}async getAccessTokenSilently(t={}){return hr(t),this.__proxy((()=>this._client.getTokenSilently(t)))}async getAccessTokenWithPopup(t,n){return hr(t),this.__proxy((()=>this._client.getTokenWithPopup(t,n)))}async checkSession(t){return this.__proxy((()=>this._client.checkSession(t)))}async handleRedirectCallback(t){return this.__proxy((()=>this._client.handleRedirectCallback(t)))}async __checkSession(t){var n,r,s;const i=window.location.search;try{if((i.includes("code=")||i.includes("error="))&&i.includes("state=")&&!(!((n=this.pluginOptions)===null||n===void 0)&&n.skipRedirectCallback)){const o=await this.handleRedirectCallback(),a=o?.appState,l=(r=a?.target)!==null&&r!==void 0?r:"/";return window.history.replaceState({},"","/"),t&&t.push(l),o}await this.checkSession()}catch{window.history.replaceState({},"","/"),t&&t.push(((s=this.pluginOptions)===null||s===void 0?void 0:s.errorPath)||"/")}}async __refreshState(){this.isAuthenticated.value=await this._client.isAuthenticated(),this.user.value=await this._client.getUser(),this.idTokenClaims.value=await this._client.getIdTokenClaims(),this.isLoading.value=!1}async __proxy(t,n=!0){let r;try{r=await t(),this.error.value=null}catch(s){throw this.error.value=s,s}finally{n&&await this.__refreshState()}return r}};function Wl(e,t){return hr(e),new Ip(e,t)}function Ep(){return je(Ol)}/*!
28
- * shared v11.1.12
29
- * (c) 2025 kazuya kawaguchi
30
- * Released under the MIT License.
31
- */function Cp(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const us=typeof window<"u",Zt=(e,t=!1)=>t?Symbol.for(e):Symbol(e),Op=(e,t,n)=>Ap({l:e,k:t,s:n}),Ap=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Se=e=>typeof e=="number"&&isFinite(e),Pp=e=>$i(e)==="[object Date]",$n=e=>$i(e)==="[object RegExp]",fs=e=>X(e)&&Object.keys(e).length===0,Te=Object.assign,Lp=Object.create,fe=(e=null)=>Lp(e);let Hl;const mn=()=>Hl||(Hl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:fe());function zl(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/\//g,"&#x2F;").replace(/=/g,"&#x3D;")}function Kl(e){return e.replace(/&(?![a-zA-Z0-9#]{2,6};)/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Rp(e){return e=e.replace(/(\w+)\s*=\s*"([^"]*)"/g,(r,s,i)=>`${s}="${Kl(i)}"`),e=e.replace(/(\w+)\s*=\s*'([^']*)'/g,(r,s,i)=>`${s}='${Kl(i)}'`),/\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi.test(e)&&(e=e.replace(/(\s+)(on)(\w+\s*=)/gi,"$1&#111;n$3")),[/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi].forEach(r=>{e=e.replace(r,"$1javascript&#58;")}),e}const $p=Object.prototype.hasOwnProperty;function nt(e,t){return $p.call(e,t)}const ve=Array.isArray,me=e=>typeof e=="function",j=e=>typeof e=="string",ne=e=>typeof e=="boolean",ie=e=>e!==null&&typeof e=="object",Np=e=>ie(e)&&me(e.then)&&me(e.catch),Vl=Object.prototype.toString,$i=e=>Vl.call(e),X=e=>$i(e)==="[object Object]",Mp=e=>e==null?"":ve(e)||X(e)&&e.toString===Vl?JSON.stringify(e,null,2):String(e);function Ni(e,t=""){return e.reduce((n,r,s)=>s===0?n+r:n+t+r,"")}const ds=e=>!ie(e)||ve(e);function hs(e,t){if(ds(e)||ds(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=>{i!=="__proto__"&&(ie(r[i])&&!ie(s[i])&&(s[i]=Array.isArray(r[i])?[]:fe()),ds(s[i])||ds(r[i])?s[i]=r[i]:n.push({src:r[i],des:s[i]}))})}}/*!
32
- * message-compiler v11.1.12
33
- * (c) 2025 kazuya kawaguchi
34
- * Released under the MIT License.
35
- */function Dp(e,t,n){return{line:e,column:t,offset:n}}function Mi(e,t,n){return{start:e,end:t}}const ae={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},Fp=17;function ps(e,t,n={}){const{domain:r,messages:s,args:i}=n,o=e,a=new SyntaxError(String(o));return a.code=e,t&&(a.location=t),a.domain=r,a}function jp(e){throw e}const _t=" ",Up="\r",Me=`
36
- `,Wp="\u2028",Hp="\u2029";function zp(e){const t=e;let n=0,r=1,s=1,i=0;const o=P=>t[P]===Up&&t[P+1]===Me,a=P=>t[P]===Me,l=P=>t[P]===Hp,u=P=>t[P]===Wp,c=P=>o(P)||a(P)||l(P)||u(P),f=()=>n,d=()=>r,m=()=>s,y=()=>i,w=P=>o(P)||l(P)||u(P)?Me:t[P],E=()=>w(n),_=()=>w(n+i);function v(){return i=0,c(n)&&(r++,s=0),o(n)&&n++,n++,s++,t[n]}function T(){return o(n+i)&&i++,i++,t[n+i]}function g(){n=0,r=1,s=1,i=0}function O(P=0){i=P}function M(){const P=n+i;for(;P!==n;)v();i=0}return{index:f,line:d,column:m,peekOffset:y,charAt:w,currentChar:E,currentPeek:_,next:v,peek:T,reset:g,resetPeek:O,skipToPeek:M}}const Pt=void 0,Kp=".",Bl="'",Vp="tokenizer";function Bp(e,t={}){const n=t.location!==!1,r=zp(e),s=()=>r.index(),i=()=>Dp(r.line(),r.column(),r.index()),o=i(),a=s(),l={currentType:13,offset:a,startLoc:o,endLoc:o,lastType:13,lastOffset:a,lastStartLoc:o,lastEndLoc:o,braceNest:0,inLinked:!1,text:""},u=()=>l,{onError:c}=t;function f(h,p,x,...I){const D=u();if(p.column+=x,p.offset+=x,c){const L=n?Mi(D.startLoc,p):null,S=ps(h,L,{domain:Vp,args:I});c(S)}}function d(h,p,x){h.endLoc=i(),h.currentType=p;const I={type:p};return n&&(I.loc=Mi(h.startLoc,h.endLoc)),x!=null&&(I.value=x),I}const m=h=>d(h,13);function y(h,p){return h.currentChar()===p?(h.next(),p):(f(ae.EXPECTED_TOKEN,i(),0,p),"")}function w(h){let p="";for(;h.currentPeek()===_t||h.currentPeek()===Me;)p+=h.currentPeek(),h.peek();return p}function E(h){const p=w(h);return h.skipToPeek(),p}function _(h){if(h===Pt)return!1;const p=h.charCodeAt(0);return p>=97&&p<=122||p>=65&&p<=90||p===95}function v(h){if(h===Pt)return!1;const p=h.charCodeAt(0);return p>=48&&p<=57}function T(h,p){const{currentType:x}=p;if(x!==2)return!1;w(h);const I=_(h.currentPeek());return h.resetPeek(),I}function g(h,p){const{currentType:x}=p;if(x!==2)return!1;w(h);const I=h.currentPeek()==="-"?h.peek():h.currentPeek(),D=v(I);return h.resetPeek(),D}function O(h,p){const{currentType:x}=p;if(x!==2)return!1;w(h);const I=h.currentPeek()===Bl;return h.resetPeek(),I}function M(h,p){const{currentType:x}=p;if(x!==7)return!1;w(h);const I=h.currentPeek()===".";return h.resetPeek(),I}function P(h,p){const{currentType:x}=p;if(x!==8)return!1;w(h);const I=_(h.currentPeek());return h.resetPeek(),I}function F(h,p){const{currentType:x}=p;if(!(x===7||x===11))return!1;w(h);const I=h.currentPeek()===":";return h.resetPeek(),I}function U(h,p){const{currentType:x}=p;if(x!==9)return!1;const I=()=>{const L=h.currentPeek();return L==="{"?_(h.peek()):L==="@"||L==="|"||L===":"||L==="."||L===_t||!L?!1:L===Me?(h.peek(),I()):Q(h,!1)},D=I();return h.resetPeek(),D}function Z(h){w(h);const p=h.currentPeek()==="|";return h.resetPeek(),p}function Q(h,p=!0){const x=(D=!1,L="")=>{const S=h.currentPeek();return S==="{"||S==="@"||!S?D:S==="|"?!(L===_t||L===Me):S===_t?(h.peek(),x(!0,_t)):S===Me?(h.peek(),x(!0,Me)):!0},I=x();return p&&h.resetPeek(),I}function Y(h,p){const x=h.currentChar();return x===Pt?Pt:p(x)?(h.next(),x):null}function Oe(h){const p=h.charCodeAt(0);return p>=97&&p<=122||p>=65&&p<=90||p>=48&&p<=57||p===95||p===36}function it(h){return Y(h,Oe)}function qt(h){const p=h.charCodeAt(0);return p>=97&&p<=122||p>=65&&p<=90||p>=48&&p<=57||p===95||p===36||p===45}function _e(h){return Y(h,qt)}function G(h){const p=h.charCodeAt(0);return p>=48&&p<=57}function le(h){return Y(h,G)}function Ae(h){const p=h.charCodeAt(0);return p>=48&&p<=57||p>=65&&p<=70||p>=97&&p<=102}function Mt(h){return Y(h,Ae)}function qe(h){let p="",x="";for(;p=le(h);)x+=p;return x}function He(h){let p="";for(;;){const x=h.currentChar();if(x==="{"||x==="}"||x==="@"||x==="|"||!x)break;if(x===_t||x===Me)if(Q(h))p+=x,h.next();else{if(Z(h))break;p+=x,h.next()}else p+=x,h.next()}return p}function Wn(h){E(h);let p="",x="";for(;p=_e(h);)x+=p;const I=h.currentChar();if(I&&I!=="}"&&I!==Pt&&I!==_t&&I!==Me&&I!==" "){const D=St(h);return f(ae.INVALID_TOKEN_IN_PLACEHOLDER,i(),0,x+D),x+D}return h.currentChar()===Pt&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),x}function Or(h){E(h);let p="";return h.currentChar()==="-"?(h.next(),p+=`-${qe(h)}`):p+=qe(h),h.currentChar()===Pt&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),p}function Ns(h){return h!==Bl&&h!==Me}function Dt(h){E(h),y(h,"'");let p="",x="";for(;p=Y(h,Ns);)p==="\\"?x+=Qt(h):x+=p;const I=h.currentChar();return I===Me||I===Pt?(f(ae.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,i(),0),I===Me&&(h.next(),y(h,"'")),x):(y(h,"'"),x)}function Qt(h){const p=h.currentChar();switch(p){case"\\":case"'":return h.next(),`\\${p}`;case"u":return en(h,p,4);case"U":return en(h,p,6);default:return f(ae.UNKNOWN_ESCAPE_SEQUENCE,i(),0,p),""}}function en(h,p,x){y(h,p);let I="";for(let D=0;D<x;D++){const L=Mt(h);if(!L){f(ae.INVALID_UNICODE_ESCAPE_SEQUENCE,i(),0,`\\${p}${I}${h.currentChar()}`);break}I+=L}return`\\${p}${I}`}function Hn(h){return h!=="{"&&h!=="}"&&h!==_t&&h!==Me}function St(h){E(h);let p="",x="";for(;p=Y(h,Hn);)x+=p;return x}function Ms(h){let p="",x="";for(;p=it(h);)x+=p;return x}function b(h){const p=x=>{const I=h.currentChar();return I==="{"||I==="@"||I==="|"||I==="("||I===")"||!I||I===_t?x:(x+=I,h.next(),p(x))};return p("")}function k(h){E(h);const p=y(h,"|");return E(h),p}function A(h,p){let x=null;switch(h.currentChar()){case"{":return p.braceNest>=1&&f(ae.NOT_ALLOW_NEST_PLACEHOLDER,i(),0),h.next(),x=d(p,2,"{"),E(h),p.braceNest++,x;case"}":return p.braceNest>0&&p.currentType===2&&f(ae.EMPTY_PLACEHOLDER,i(),0),h.next(),x=d(p,3,"}"),p.braceNest--,p.braceNest>0&&E(h),p.inLinked&&p.braceNest===0&&(p.inLinked=!1),x;case"@":return p.braceNest>0&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),x=N(h,p)||m(p),p.braceNest=0,x;default:{let D=!0,L=!0,S=!0;if(Z(h))return p.braceNest>0&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),x=d(p,1,k(h)),p.braceNest=0,p.inLinked=!1,x;if(p.braceNest>0&&(p.currentType===4||p.currentType===5||p.currentType===6))return f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),p.braceNest=0,R(h,p);if(D=T(h,p))return x=d(p,4,Wn(h)),E(h),x;if(L=g(h,p))return x=d(p,5,Or(h)),E(h),x;if(S=O(h,p))return x=d(p,6,Dt(h)),E(h),x;if(!D&&!L&&!S)return x=d(p,12,St(h)),f(ae.INVALID_TOKEN_IN_PLACEHOLDER,i(),0,x.value),E(h),x;break}}return x}function N(h,p){const{currentType:x}=p;let I=null;const D=h.currentChar();switch((x===7||x===8||x===11||x===9)&&(D===Me||D===_t)&&f(ae.INVALID_LINKED_FORMAT,i(),0),D){case"@":return h.next(),I=d(p,7,"@"),p.inLinked=!0,I;case".":return E(h),h.next(),d(p,8,".");case":":return E(h),h.next(),d(p,9,":");default:return Z(h)?(I=d(p,1,k(h)),p.braceNest=0,p.inLinked=!1,I):M(h,p)||F(h,p)?(E(h),N(h,p)):P(h,p)?(E(h),d(p,11,Ms(h))):U(h,p)?(E(h),D==="{"?A(h,p)||I:d(p,10,b(h))):(x===7&&f(ae.INVALID_LINKED_FORMAT,i(),0),p.braceNest=0,p.inLinked=!1,R(h,p))}}function R(h,p){let x={type:13};if(p.braceNest>0)return A(h,p)||m(p);if(p.inLinked)return N(h,p)||m(p);switch(h.currentChar()){case"{":return A(h,p)||m(p);case"}":return f(ae.UNBALANCED_CLOSING_BRACE,i(),0),h.next(),d(p,3,"}");case"@":return N(h,p)||m(p);default:{if(Z(h))return x=d(p,1,k(h)),p.braceNest=0,p.inLinked=!1,x;if(Q(h))return d(p,0,He(h));break}}return x}function $(){const{currentType:h,offset:p,startLoc:x,endLoc:I}=l;return l.lastType=h,l.lastOffset=p,l.lastStartLoc=x,l.lastEndLoc=I,l.offset=s(),l.startLoc=i(),r.currentChar()===Pt?d(l,13):R(r,l)}return{nextToken:$,currentOffset:s,currentPosition:i,context:u}}const Gp="parser",Zp=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function Yp(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function Xp(e={}){const t=e.location!==!1,{onError:n}=e;function r(_,v,T,g,...O){const M=_.currentPosition();if(M.offset+=g,M.column+=g,n){const P=t?Mi(T,M):null,F=ps(v,P,{domain:Gp,args:O});n(F)}}function s(_,v,T){const g={type:_};return t&&(g.start=v,g.end=v,g.loc={start:T,end:T}),g}function i(_,v,T,g){t&&(_.end=v,_.loc&&(_.loc.end=T))}function o(_,v){const T=_.context(),g=s(3,T.offset,T.startLoc);return g.value=v,i(g,_.currentOffset(),_.currentPosition()),g}function a(_,v){const T=_.context(),{lastOffset:g,lastStartLoc:O}=T,M=s(5,g,O);return M.index=parseInt(v,10),_.nextToken(),i(M,_.currentOffset(),_.currentPosition()),M}function l(_,v){const T=_.context(),{lastOffset:g,lastStartLoc:O}=T,M=s(4,g,O);return M.key=v,_.nextToken(),i(M,_.currentOffset(),_.currentPosition()),M}function u(_,v){const T=_.context(),{lastOffset:g,lastStartLoc:O}=T,M=s(9,g,O);return M.value=v.replace(Zp,Yp),_.nextToken(),i(M,_.currentOffset(),_.currentPosition()),M}function c(_){const v=_.nextToken(),T=_.context(),{lastOffset:g,lastStartLoc:O}=T,M=s(8,g,O);return v.type!==11?(r(_,ae.UNEXPECTED_EMPTY_LINKED_MODIFIER,T.lastStartLoc,0),M.value="",i(M,g,O),{nextConsumeToken:v,node:M}):(v.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,T.lastStartLoc,0,bt(v)),M.value=v.value||"",i(M,_.currentOffset(),_.currentPosition()),{node:M})}function f(_,v){const T=_.context(),g=s(7,T.offset,T.startLoc);return g.value=v,i(g,_.currentOffset(),_.currentPosition()),g}function d(_){const v=_.context(),T=s(6,v.offset,v.startLoc);let g=_.nextToken();if(g.type===8){const O=c(_);T.modifier=O.node,g=O.nextConsumeToken||_.nextToken()}switch(g.type!==9&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(g)),g=_.nextToken(),g.type===2&&(g=_.nextToken()),g.type){case 10:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(g)),T.key=f(_,g.value||"");break;case 4:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(g)),T.key=l(_,g.value||"");break;case 5:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(g)),T.key=a(_,g.value||"");break;case 6:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(g)),T.key=u(_,g.value||"");break;default:{r(_,ae.UNEXPECTED_EMPTY_LINKED_KEY,v.lastStartLoc,0);const O=_.context(),M=s(7,O.offset,O.startLoc);return M.value="",i(M,O.offset,O.startLoc),T.key=M,i(T,O.offset,O.startLoc),{nextConsumeToken:g,node:T}}}return i(T,_.currentOffset(),_.currentPosition()),{node:T}}function m(_){const v=_.context(),T=v.currentType===1?_.currentOffset():v.offset,g=v.currentType===1?v.endLoc:v.startLoc,O=s(2,T,g);O.items=[];let M=null;do{const U=M||_.nextToken();switch(M=null,U.type){case 0:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(U)),O.items.push(o(_,U.value||""));break;case 5:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(U)),O.items.push(a(_,U.value||""));break;case 4:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(U)),O.items.push(l(_,U.value||""));break;case 6:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(U)),O.items.push(u(_,U.value||""));break;case 7:{const Z=d(_);O.items.push(Z.node),M=Z.nextConsumeToken||null;break}}}while(v.currentType!==13&&v.currentType!==1);const P=v.currentType===1?v.lastOffset:_.currentOffset(),F=v.currentType===1?v.lastEndLoc:_.currentPosition();return i(O,P,F),O}function y(_,v,T,g){const O=_.context();let M=g.items.length===0;const P=s(1,v,T);P.cases=[],P.cases.push(g);do{const F=m(_);M||(M=F.items.length===0),P.cases.push(F)}while(O.currentType!==13);return M&&r(_,ae.MUST_HAVE_MESSAGES_IN_PLURAL,T,0),i(P,_.currentOffset(),_.currentPosition()),P}function w(_){const v=_.context(),{offset:T,startLoc:g}=v,O=m(_);return v.currentType===13?O:y(_,T,g,O)}function E(_){const v=Bp(_,Te({},e)),T=v.context(),g=s(0,T.offset,T.startLoc);return t&&g.loc&&(g.loc.source=_),g.body=w(v),e.onCacheKey&&(g.cacheKey=e.onCacheKey(_)),T.currentType!==13&&r(v,ae.UNEXPECTED_LEXICAL_ANALYSIS,T.lastStartLoc,0,_[T.offset]||""),i(g,v.currentOffset(),v.currentPosition()),g}return{parse:E}}function bt(e){if(e.type===13)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function Jp(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:i=>(n.helpers.add(i),i)}}function Gl(e,t){for(let n=0;n<e.length;n++)Di(e[n],t)}function Di(e,t){switch(e.type){case 1:Gl(e.cases,t),t.helper("plural");break;case 2:Gl(e.items,t);break;case 6:{Di(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 qp(e,t={}){const n=Jp(e);n.helper("normalize"),e.body&&Di(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function Qp(e){const t=e.body;return t.type===2?Zl(t):t.cases.forEach(n=>Zl(n)),e}function Zl(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=Ni(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}function Nn(e){switch(e.t=e.type,e.type){case 0:{const t=e;Nn(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++)Nn(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++)Nn(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;Nn(t.key),t.k=t.key,delete t.key,t.modifier&&(Nn(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}}delete e.type}function em(e,t){const{filename:n,breakLineCode:r,needIndent:s}=t,i=t.location!==!1,o={filename:n,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:r,needIndent:s,indentLevel:0};i&&e.loc&&(o.source=e.loc.source);const a=()=>o;function l(w,E){o.code+=w}function u(w,E=!0){const _=E?r:"";l(s?_+" ".repeat(w):_)}function c(w=!0){const E=++o.indentLevel;w&&u(E)}function f(w=!0){const E=--o.indentLevel;w&&u(E)}function d(){u(o.indentLevel)}return{context:a,push:l,indent:c,deindent:f,newline:d,helper:w=>`_${w}`,needIndent:()=>o.needIndent}}function tm(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),Mn(e,t.key),t.modifier?(e.push(", "),Mn(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function nm(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&&(Mn(e,t.items[i]),i!==s-1);i++)e.push(", ");e.deindent(r()),e.push("])")}function rm(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&&(Mn(e,t.cases[i]),i!==s-1);i++)e.push(", ");e.deindent(r()),e.push("])")}}function sm(e,t){t.body?Mn(e,t.body):e.push("null")}function Mn(e,t){const{helper:n}=e;switch(t.type){case 0:sm(e,t);break;case 1:rm(e,t);break;case 2:nm(e,t);break;case 6:tm(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}}const im=(e,t={})=>{const n=j(t.mode)?t.mode:"normal",r=j(t.filename)?t.filename:"message.intl";t.sourceMap;const s=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
37
- `,i=t.needIndent?t.needIndent:n!=="arrow",o=e.helpers||[],a=em(e,{filename:r,breakLineCode:s,needIndent:i});a.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),a.indent(i),o.length>0&&(a.push(`const { ${Ni(o.map(c=>`${c}: _${c}`),", ")} } = ctx`),a.newline()),a.push("return "),Mn(a,e),a.deindent(i),a.push("}"),delete e.helpers;const{code:l,map:u}=a.context();return{ast:e,code:l,map:u?u.toJSON():void 0}};function om(e,t={}){const n=Te({},t),r=!!n.jit,s=!!n.minify,i=n.optimize==null?!0:n.optimize,a=Xp(n).parse(e);return r?(i&&Qp(a),s&&Nn(a),{ast:a,code:""}):(qp(a,n),im(a,n))}/*!
38
- * core-base v11.1.12
39
- * (c) 2025 kazuya kawaguchi
40
- * Released under the MIT License.
41
- */function am(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(mn().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(mn().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}function yt(e){return ie(e)&&Fi(e)===0&&(nt(e,"b")||nt(e,"body"))}const Yl=["b","body"];function lm(e){return Yt(e,Yl)}const Xl=["c","cases"];function cm(e){return Yt(e,Xl,[])}const Jl=["s","static"];function um(e){return Yt(e,Jl)}const ql=["i","items"];function fm(e){return Yt(e,ql,[])}const Ql=["t","type"];function Fi(e){return Yt(e,Ql)}const ec=["v","value"];function ms(e,t){const n=Yt(e,ec);if(n!=null)return n;throw pr(t)}const tc=["m","modifier"];function dm(e){return Yt(e,tc)}const nc=["k","key"];function hm(e){const t=Yt(e,nc);if(t)return t;throw pr(6)}function Yt(e,t,n){for(let r=0;r<t.length;r++){const s=t[r];if(nt(e,s)&&e[s]!=null)return e[s]}return n}const rc=[...Yl,...Xl,...Jl,...ql,...nc,...tc,...ec,...Ql];function pr(e){return new Error(`unhandled node type: ${e}`)}function ji(e){return n=>pm(n,e)}function pm(e,t){const n=lm(t);if(n==null)throw pr(0);if(Fi(n)===1){const i=cm(n);return e.plural(i.reduce((o,a)=>[...o,sc(e,a)],[]))}else return sc(e,n)}function sc(e,t){const n=um(t);if(n!=null)return e.type==="text"?n:e.normalize([n]);{const r=fm(t).reduce((s,i)=>[...s,Ui(e,i)],[]);return e.normalize(r)}}function Ui(e,t){const n=Fi(t);switch(n){case 3:return ms(t,n);case 9:return ms(t,n);case 4:{const r=t;if(nt(r,"k")&&r.k)return e.interpolate(e.named(r.k));if(nt(r,"key")&&r.key)return e.interpolate(e.named(r.key));throw pr(n)}case 5:{const r=t;if(nt(r,"i")&&Se(r.i))return e.interpolate(e.list(r.i));if(nt(r,"index")&&Se(r.index))return e.interpolate(e.list(r.index));throw pr(n)}case 6:{const r=t,s=dm(r),i=hm(r);return e.linked(Ui(e,i),s?Ui(e,s):void 0,e.type)}case 7:return ms(t,n);case 8:return ms(t,n);default:throw new Error(`unhandled node on format message part: ${n}`)}}const mm=e=>e;let gs=fe();function gm(e,t={}){let n=!1;const r=t.onError||jp;return t.onError=s=>{n=!0,r(s)},{...om(e,t),detectError:n}}function _m(e,t){if(!__INTLIFY_DROP_MESSAGE_COMPILER__&&j(e)){ne(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||mm)(e),s=gs[r];if(s)return s;const{ast:i,detectError:o}=gm(e,{...t,location:!1,jit:!0}),a=ji(i);return o?a:gs[r]=a}else{const n=e.cacheKey;if(n){const r=gs[n];return r||(gs[n]=ji(e))}else return ji(e)}}let mr=null;function bm(e){mr=e}function ym(e,t,n){mr&&mr.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const vm=wm("function:translate");function wm(e){return t=>mr&&mr.emit(e,t)}const Lt={INVALID_ARGUMENT:Fp,INVALID_DATE_ARGUMENT:18,INVALID_ISO_DATE_ARGUMENT:19,NOT_SUPPORT_LOCALE_PROMISE_VALUE:21,NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:22,NOT_SUPPORT_LOCALE_TYPE:23},km=24;function Rt(e){return ps(e,null,void 0)}function Wi(e,t){return t.locale!=null?ic(t.locale):ic(e.locale)}let Hi;function ic(e){if(j(e))return e;if(me(e)){if(e.resolvedOnce&&Hi!=null)return Hi;if(e.constructor.name==="Function"){const t=e();if(Np(t))throw Rt(Lt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Hi=t}else throw Rt(Lt.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Rt(Lt.NOT_SUPPORT_LOCALE_TYPE)}function xm(e,t,n){return[...new Set([n,...ve(t)?t:ie(t)?Object.keys(t):j(t)?[t]:[n]])]}function oc(e,t,n){const r=j(n)?n:gr,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let i=s.__localeChainCache.get(r);if(!i){i=[];let o=[n];for(;ve(o);)o=ac(i,o,t);const a=ve(t)||!X(t)?t:t.default?t.default:null;o=j(a)?[a]:a,ve(o)&&ac(i,o,!1),s.__localeChainCache.set(r,i)}return i}function ac(e,t,n){let r=!0;for(let s=0;s<t.length&&ne(r);s++){const i=t[s];j(i)&&(r=Sm(e,t[s],n))}return r}function Sm(e,t,n){let r;const s=t.split("-");do{const i=s.join("-");r=Tm(e,i,n),s.splice(-1,1)}while(s.length&&r===!0);return r}function Tm(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),(ve(n)||X(n))&&n[s]&&(r=n[s])}return r}const Xt=[];Xt[0]={w:[0],i:[3,0],"[":[4],o:[7]},Xt[1]={w:[1],".":[2],"[":[4],o:[7]},Xt[2]={w:[2],i:[3,0],0:[3,0]},Xt[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]},Xt[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]},Xt[5]={"'":[4,0],o:8,l:[5,0]},Xt[6]={'"':[4,0],o:8,l:[6,0]};const Im=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Em(e){return Im.test(e)}function Cm(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 Om(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 Am(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:Em(t)?Cm(t):"*"+t}function Pm(e){const t=[];let n=-1,r=0,s=0,i,o,a,l,u,c,f;const d=[];d[0]=()=>{o===void 0?o=a:o+=a},d[1]=()=>{o!==void 0&&(t.push(o),o=void 0)},d[2]=()=>{d[0](),s++},d[3]=()=>{if(s>0)s--,r=4,d[0]();else{if(s=0,o===void 0||(o=Am(o),o===!1))return!1;d[1]()}};function m(){const y=e[n+1];if(r===5&&y==="'"||r===6&&y==='"')return n++,a="\\"+y,d[0](),!0}for(;r!==null;)if(n++,i=e[n],!(i==="\\"&&m())){if(l=Om(i),f=Xt[r],u=f[l]||f.l||8,u===8||(r=u[0],u[1]!==void 0&&(c=d[u[1]],c&&(a=i,c()===!1))))return;if(r===7)return t}}const lc=new Map;function Lm(e,t){return ie(e)?e[t]:null}function Rm(e,t){if(!ie(e))return null;let n=lc.get(t);if(n||(n=Pm(t),n&&lc.set(t,n)),!n)return null;const r=n.length;let s=e,i=0;for(;i<r;){const o=n[i];if(rc.includes(o)&&yt(s))return null;const a=s[o];if(a===void 0||me(s))return null;s=a,i++}return s}const $m="11.1.12",_s=-1,gr="en-US",cc="",uc=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function Nm(){return{upper:(e,t)=>t==="text"&&j(e)?e.toUpperCase():t==="vnode"&&ie(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&j(e)?e.toLowerCase():t==="vnode"&&ie(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&j(e)?uc(e):t==="vnode"&&ie(e)&&"__v_isVNode"in e?uc(e.children):e}}let fc;function Mm(e){fc=e}let dc;function Dm(e){dc=e}let hc;function Fm(e){hc=e}let pc=null;const jm=e=>{pc=e},Um=()=>pc;let mc=null;const gc=e=>{mc=e},Wm=()=>mc;let _c=0;function Hm(e={}){const t=me(e.onWarn)?e.onWarn:Cp,n=j(e.version)?e.version:$m,r=j(e.locale)||me(e.locale)?e.locale:gr,s=me(r)?gr:r,i=ve(e.fallbackLocale)||X(e.fallbackLocale)||j(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,o=X(e.messages)?e.messages:zi(s),a=X(e.datetimeFormats)?e.datetimeFormats:zi(s),l=X(e.numberFormats)?e.numberFormats:zi(s),u=Te(fe(),e.modifiers,Nm()),c=e.pluralRules||fe(),f=me(e.missing)?e.missing:null,d=ne(e.missingWarn)||$n(e.missingWarn)?e.missingWarn:!0,m=ne(e.fallbackWarn)||$n(e.fallbackWarn)?e.fallbackWarn:!0,y=!!e.fallbackFormat,w=!!e.unresolving,E=me(e.postTranslation)?e.postTranslation:null,_=X(e.processor)?e.processor:null,v=ne(e.warnHtmlMessage)?e.warnHtmlMessage:!0,T=!!e.escapeParameter,g=me(e.messageCompiler)?e.messageCompiler:fc,O=me(e.messageResolver)?e.messageResolver:dc||Lm,M=me(e.localeFallbacker)?e.localeFallbacker:hc||xm,P=ie(e.fallbackContext)?e.fallbackContext:void 0,F=e,U=ie(F.__datetimeFormatters)?F.__datetimeFormatters:new Map,Z=ie(F.__numberFormatters)?F.__numberFormatters:new Map,Q=ie(F.__meta)?F.__meta:{};_c++;const Y={version:n,cid:_c,locale:r,fallbackLocale:i,messages:o,modifiers:u,pluralRules:c,missing:f,missingWarn:d,fallbackWarn:m,fallbackFormat:y,unresolving:w,postTranslation:E,processor:_,warnHtmlMessage:v,escapeParameter:T,messageCompiler:g,messageResolver:O,localeFallbacker:M,fallbackContext:P,onWarn:t,__meta:Q};return Y.datetimeFormats=a,Y.numberFormats=l,Y.__datetimeFormatters=U,Y.__numberFormatters=Z,__INTLIFY_PROD_DEVTOOLS__&&ym(Y,n,Q),Y}const zi=e=>({[e]:fe()});function Ki(e,t,n,r,s){const{missing:i,onWarn:o}=e;if(i!==null){const a=i(e,n,t,s);return j(a)?a:t}else return t}function _r(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function zm(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function Km(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let r=n+1;r<t.length;r++)if(zm(e,t[r]))return!0;return!1}function bc(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:s,onWarn:i,localeFallbacker:o}=e,{__datetimeFormatters:a}=e,[l,u,c,f]=Vi(...t),d=ne(c.missingWarn)?c.missingWarn:e.missingWarn;ne(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn;const m=!!c.part,y=Wi(e,c),w=o(e,s,y);if(!j(l)||l==="")return new Intl.DateTimeFormat(y,f).format(u);let E={},_,v=null;const T="datetime format";for(let M=0;M<w.length&&(_=w[M],E=n[_]||{},v=E[l],!X(v));M++)Ki(e,l,_,d,T);if(!X(v)||!j(_))return r?_s:l;let g=`${_}__${l}`;fs(f)||(g=`${g}__${JSON.stringify(f)}`);let O=a.get(g);return O||(O=new Intl.DateTimeFormat(_,Te({},v,f)),a.set(g,O)),m?O.formatToParts(u):O.format(u)}const yc=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Vi(...e){const[t,n,r,s]=e,i=fe();let o=fe(),a;if(j(t)){const l=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!l)throw Rt(Lt.INVALID_ISO_DATE_ARGUMENT);const u=l[3]?l[3].trim().startsWith("T")?`${l[1].trim()}${l[3].trim()}`:`${l[1].trim()}T${l[3].trim()}`:l[1].trim();a=new Date(u);try{a.toISOString()}catch{throw Rt(Lt.INVALID_ISO_DATE_ARGUMENT)}}else if(Pp(t)){if(isNaN(t.getTime()))throw Rt(Lt.INVALID_DATE_ARGUMENT);a=t}else if(Se(t))a=t;else throw Rt(Lt.INVALID_ARGUMENT);return j(n)?i.key=n:X(n)&&Object.keys(n).forEach(l=>{yc.includes(l)?o[l]=n[l]:i[l]=n[l]}),j(r)?i.locale=r:X(r)&&(o=r),X(s)&&(o=s),[i.key||"",a,i,o]}function vc(e,t,n){const r=e;for(const s in n){const i=`${t}__${s}`;r.__datetimeFormatters.has(i)&&r.__datetimeFormatters.delete(i)}}function wc(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:s,onWarn:i,localeFallbacker:o}=e,{__numberFormatters:a}=e,[l,u,c,f]=Bi(...t),d=ne(c.missingWarn)?c.missingWarn:e.missingWarn;ne(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn;const m=!!c.part,y=Wi(e,c),w=o(e,s,y);if(!j(l)||l==="")return new Intl.NumberFormat(y,f).format(u);let E={},_,v=null;const T="number format";for(let M=0;M<w.length&&(_=w[M],E=n[_]||{},v=E[l],!X(v));M++)Ki(e,l,_,d,T);if(!X(v)||!j(_))return r?_s:l;let g=`${_}__${l}`;fs(f)||(g=`${g}__${JSON.stringify(f)}`);let O=a.get(g);return O||(O=new Intl.NumberFormat(_,Te({},v,f)),a.set(g,O)),m?O.formatToParts(u):O.format(u)}const kc=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Bi(...e){const[t,n,r,s]=e,i=fe();let o=fe();if(!Se(t))throw Rt(Lt.INVALID_ARGUMENT);const a=t;return j(n)?i.key=n:X(n)&&Object.keys(n).forEach(l=>{kc.includes(l)?o[l]=n[l]:i[l]=n[l]}),j(r)?i.locale=r:X(r)&&(o=r),X(s)&&(o=s),[i.key||"",a,i,o]}function xc(e,t,n){const r=e;for(const s in n){const i=`${t}__${s}`;r.__numberFormatters.has(i)&&r.__numberFormatters.delete(i)}}const Vm=e=>e,Bm=e=>"",Gm="text",Zm=e=>e.length===0?"":Ni(e),Ym=Mp;function Sc(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function Xm(e){const t=Se(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Se(e.named.count)||Se(e.named.n))?Se(e.named.count)?e.named.count:Se(e.named.n)?e.named.n:t:t}function Jm(e,t){t.count||(t.count=e),t.n||(t.n=e)}function qm(e={}){const t=e.locale,n=Xm(e),r=ie(e.pluralRules)&&j(t)&&me(e.pluralRules[t])?e.pluralRules[t]:Sc,s=ie(e.pluralRules)&&j(t)&&me(e.pluralRules[t])?Sc:void 0,i=_=>_[r(n,_.length,s)],o=e.list||[],a=_=>o[_],l=e.named||fe();Se(e.pluralIndex)&&Jm(n,l);const u=_=>l[_];function c(_,v){const T=me(e.messages)?e.messages(_,!!v):ie(e.messages)?e.messages[_]:!1;return T||(e.parent?e.parent.message(_):Bm)}const f=_=>e.modifiers?e.modifiers[_]:Vm,d=X(e.processor)&&me(e.processor.normalize)?e.processor.normalize:Zm,m=X(e.processor)&&me(e.processor.interpolate)?e.processor.interpolate:Ym,y=X(e.processor)&&j(e.processor.type)?e.processor.type:Gm,E={list:a,named:u,plural:i,linked:(_,...v)=>{const[T,g]=v;let O="text",M="";v.length===1?ie(T)?(M=T.modifier||M,O=T.type||O):j(T)&&(M=T||M):v.length===2&&(j(T)&&(M=T||M),j(g)&&(O=g||O));const P=c(_,!0)(E),F=O==="vnode"&&ve(P)&&M?P[0]:P;return M?f(M)(F,O):F},message:c,type:y,interpolate:m,normalize:d,values:Te(fe(),o,l)};return E}const Tc=()=>"",Je=e=>me(e);function Ic(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:s,messageCompiler:i,fallbackLocale:o,messages:a}=e,[l,u]=Gi(...t),c=ne(u.missingWarn)?u.missingWarn:e.missingWarn,f=ne(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn,d=ne(u.escapeParameter)?u.escapeParameter:e.escapeParameter,m=!!u.resolvedMessage,y=j(u.default)||ne(u.default)?ne(u.default)?i?l:()=>l:u.default:n?i?l:()=>l:null,w=n||y!=null&&(j(y)||me(y)),E=Wi(e,u);d&&Qm(u);let[_,v,T]=m?[l,E,a[E]||fe()]:Ec(e,l,E,o,f,c),g=_,O=l;if(!m&&!(j(g)||yt(g)||Je(g))&&w&&(g=y,O=g),!m&&(!(j(g)||yt(g)||Je(g))||!j(v)))return s?_s:l;let M=!1;const P=()=>{M=!0},F=Je(g)?g:Cc(e,l,v,g,O,P);if(M)return g;const U=ng(e,v,T,u),Z=qm(U),Q=eg(e,F,Z);let Y=r?r(Q,l):Q;if(d&&j(Y)&&(Y=Rp(Y)),__INTLIFY_PROD_DEVTOOLS__){const Oe={timestamp:Date.now(),key:j(l)?l:Je(g)?g.key:"",locale:v||(Je(g)?g.locale:""),format:j(g)?g:Je(g)?g.source:"",message:Y};Oe.meta=Te({},e.__meta,Um()||{}),vm(Oe)}return Y}function Qm(e){ve(e.list)?e.list=e.list.map(t=>j(t)?zl(t):t):ie(e.named)&&Object.keys(e.named).forEach(t=>{j(e.named[t])&&(e.named[t]=zl(e.named[t]))})}function Ec(e,t,n,r,s,i){const{messages:o,onWarn:a,messageResolver:l,localeFallbacker:u}=e,c=u(e,r,n);let f=fe(),d,m=null;const y="translate";for(let w=0;w<c.length&&(d=c[w],f=o[d]||fe(),(m=l(f,t))===null&&(m=f[t]),!(j(m)||yt(m)||Je(m)));w++)if(!Km(d,c)){const E=Ki(e,t,d,i,y);E!==t&&(m=E)}return[m,d,f]}function Cc(e,t,n,r,s,i){const{messageCompiler:o,warnHtmlMessage:a}=e;if(Je(r)){const u=r;return u.locale=u.locale||n,u.key=u.key||t,u}if(o==null){const u=(()=>r);return u.locale=n,u.key=t,u}const l=o(r,tg(e,n,s,r,a,i));return l.locale=n,l.key=t,l.source=r,l}function eg(e,t,n){return t(n)}function Gi(...e){const[t,n,r]=e,s=fe();if(!j(t)&&!Se(t)&&!Je(t)&&!yt(t))throw Rt(Lt.INVALID_ARGUMENT);const i=Se(t)?String(t):(Je(t),t);return Se(n)?s.plural=n:j(n)?s.default=n:X(n)&&!fs(n)?s.named=n:ve(n)&&(s.list=n),Se(r)?s.plural=r:j(r)?s.default=r:X(r)&&Te(s,r),[i,s]}function tg(e,t,n,r,s,i){return{locale:t,key:n,warnHtmlMessage:s,onError:o=>{throw i&&i(o),o},onCacheKey:o=>Op(t,n,o)}}function ng(e,t,n,r){const{modifiers:s,pluralRules:i,messageResolver:o,fallbackLocale:a,fallbackWarn:l,missingWarn:u,fallbackContext:c}=e,d={locale:t,modifiers:s,pluralRules:i,messages:(m,y)=>{let w=o(n,m);if(w==null&&(c||y)){const[,,E]=Ec(c||e,m,t,a,l,u);w=o(E,m)}if(j(w)||yt(w)){let E=!1;const v=Cc(e,m,t,w,m,()=>{E=!0});return E?Tc:v}else return Je(w)?w:Tc}};return e.processor&&(d.processor=e.processor),r.list&&(d.list=r.list),r.named&&(d.named=r.named),Se(r.plural)&&(d.pluralIndex=r.plural),d}am();/*!
42
- * vue-i18n v11.1.12
43
- * (c) 2025 kazuya kawaguchi
44
- * Released under the MIT License.
45
- */const rg="11.1.12";function sg(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(mn().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(mn().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(mn().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(mn().__INTLIFY_PROD_DEVTOOLS__=!1)}const We={UNEXPECTED_RETURN_TYPE:km,INVALID_ARGUMENT:25,MUST_BE_CALL_SETUP_TOP:26,NOT_INSTALLED:27,REQUIRED_VALUE:28,INVALID_VALUE:29,NOT_INSTALLED_WITH_PROVIDE:31,UNEXPECTED_ERROR:32};function Ge(e,...t){return ps(e,null,void 0)}const Zi=Zt("__translateVNode"),Yi=Zt("__datetimeParts"),Xi=Zt("__numberParts"),Oc=Zt("__setPluralRules"),Ac=Zt("__injectWithOption"),Ji=Zt("__dispose");function br(e){if(!ie(e)||yt(e))return e;for(const t in e)if(nt(e,t))if(!t.includes("."))ie(e[t])&&br(e[t]);else{const n=t.split("."),r=n.length-1;let s=e,i=!1;for(let o=0;o<r;o++){if(n[o]==="__proto__")throw new Error(`unsafe key: ${n[o]}`);if(n[o]in s||(s[n[o]]=fe()),!ie(s[n[o]])){i=!0;break}s=s[n[o]]}if(i||(yt(s)?rc.includes(n[r])||delete e[t]:(s[n[r]]=e[t],delete e[t])),!yt(s)){const o=s[n[r]];ie(o)&&br(o)}}return e}function qi(e,t){const{messages:n,__i18n:r,messageResolver:s,flatJson:i}=t,o=X(n)?n:ve(r)?fe():{[e]:fe()};if(ve(r)&&r.forEach(a=>{if("locale"in a&&"resource"in a){const{locale:l,resource:u}=a;l?(o[l]=o[l]||fe(),hs(u,o[l])):hs(u,o)}else j(a)&&hs(JSON.parse(a),o)}),s==null&&i)for(const a in o)nt(o,a)&&br(o[a]);return o}function Pc(e){return e.type}function Lc(e,t,n){let r=ie(t.messages)?t.messages:fe();"__i18nGlobal"in n&&(r=qi(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(i=>{e.mergeLocaleMessage(i,r[i])});{if(ie(t.datetimeFormats)){const i=Object.keys(t.datetimeFormats);i.length&&i.forEach(o=>{e.mergeDateTimeFormat(o,t.datetimeFormats[o])})}if(ie(t.numberFormats)){const i=Object.keys(t.numberFormats);i.length&&i.forEach(o=>{e.mergeNumberFormat(o,t.numberFormats[o])})}}}function Rc(e){return ke(rr,null,e,0)}const $c="__INTLIFY_META__",Nc=()=>[],ig=()=>!1;let Mc=0;function Dc(e){return((t,n,r,s)=>e(n,r,cn()||void 0,s))}const og=()=>{const e=cn();let t=null;return e&&(t=Pc(e)[$c])?{[$c]:t}:null};function Qi(e={}){const{__root:t,__injectWithOption:n}=e,r=t===void 0,s=e.flatJson,i=us?te:Xf;let o=ne(e.inheritLocale)?e.inheritLocale:!0;const a=i(t&&o?t.locale.value:j(e.locale)?e.locale:gr),l=i(t&&o?t.fallbackLocale.value:j(e.fallbackLocale)||ve(e.fallbackLocale)||X(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:a.value),u=i(qi(a.value,e)),c=i(X(e.datetimeFormats)?e.datetimeFormats:{[a.value]:{}}),f=i(X(e.numberFormats)?e.numberFormats:{[a.value]:{}});let d=t?t.missingWarn:ne(e.missingWarn)||$n(e.missingWarn)?e.missingWarn:!0,m=t?t.fallbackWarn:ne(e.fallbackWarn)||$n(e.fallbackWarn)?e.fallbackWarn:!0,y=t?t.fallbackRoot:ne(e.fallbackRoot)?e.fallbackRoot:!0,w=!!e.fallbackFormat,E=me(e.missing)?e.missing:null,_=me(e.missing)?Dc(e.missing):null,v=me(e.postTranslation)?e.postTranslation:null,T=t?t.warnHtmlMessage:ne(e.warnHtmlMessage)?e.warnHtmlMessage:!0,g=!!e.escapeParameter;const O=t?t.modifiers:X(e.modifiers)?e.modifiers:{};let M=e.pluralRules||t&&t.pluralRules,P;P=(()=>{r&&gc(null);const S={version:rg,locale:a.value,fallbackLocale:l.value,messages:u.value,modifiers:O,pluralRules:M,missing:_===null?void 0:_,missingWarn:d,fallbackWarn:m,fallbackFormat:w,unresolving:!0,postTranslation:v===null?void 0:v,warnHtmlMessage:T,escapeParameter:g,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};S.datetimeFormats=c.value,S.numberFormats=f.value,S.__datetimeFormatters=X(P)?P.__datetimeFormatters:void 0,S.__numberFormatters=X(P)?P.__numberFormatters:void 0;const C=Hm(S);return r&&gc(C),C})(),_r(P,a.value,l.value);function U(){return[a.value,l.value,u.value,c.value,f.value]}const Z=tt({get:()=>a.value,set:S=>{P.locale=S,a.value=S}}),Q=tt({get:()=>l.value,set:S=>{P.fallbackLocale=S,l.value=S,_r(P,a.value,S)}}),Y=tt(()=>u.value),Oe=tt(()=>c.value),it=tt(()=>f.value);function qt(){return me(v)?v:null}function _e(S){v=S,P.postTranslation=S}function G(){return E}function le(S){S!==null&&(_=Dc(S)),E=S,P.missing=_}const Ae=(S,C,W,z,J,Ie)=>{U();let xe;try{__INTLIFY_PROD_DEVTOOLS__,r||(P.fallbackContext=t?Wm():void 0),xe=S(P)}finally{__INTLIFY_PROD_DEVTOOLS__,r||(P.fallbackContext=void 0)}if(W!=="translate exists"&&Se(xe)&&xe===_s||W==="translate exists"&&!xe){const[Qe,ot]=C();return t&&y?z(t):J(Qe)}else{if(Ie(xe))return xe;throw Ge(We.UNEXPECTED_RETURN_TYPE)}};function Mt(...S){return Ae(C=>Reflect.apply(Ic,null,[C,...S]),()=>Gi(...S),"translate",C=>Reflect.apply(C.t,C,[...S]),C=>C,C=>j(C))}function qe(...S){const[C,W,z]=S;if(z&&!ie(z))throw Ge(We.INVALID_ARGUMENT);return Mt(C,W,Te({resolvedMessage:!0},z||{}))}function He(...S){return Ae(C=>Reflect.apply(bc,null,[C,...S]),()=>Vi(...S),"datetime format",C=>Reflect.apply(C.d,C,[...S]),()=>cc,C=>j(C)||ve(C))}function Wn(...S){return Ae(C=>Reflect.apply(wc,null,[C,...S]),()=>Bi(...S),"number format",C=>Reflect.apply(C.n,C,[...S]),()=>cc,C=>j(C)||ve(C))}function Or(S){return S.map(C=>j(C)||Se(C)||ne(C)?Rc(String(C)):C)}const Dt={normalize:Or,interpolate:S=>S,type:"vnode"};function Qt(...S){return Ae(C=>{let W;const z=C;try{z.processor=Dt,W=Reflect.apply(Ic,null,[z,...S])}finally{z.processor=null}return W},()=>Gi(...S),"translate",C=>C[Zi](...S),C=>[Rc(C)],C=>ve(C))}function en(...S){return Ae(C=>Reflect.apply(wc,null,[C,...S]),()=>Bi(...S),"number format",C=>C[Xi](...S),Nc,C=>j(C)||ve(C))}function Hn(...S){return Ae(C=>Reflect.apply(bc,null,[C,...S]),()=>Vi(...S),"datetime format",C=>C[Yi](...S),Nc,C=>j(C)||ve(C))}function St(S){M=S,P.pluralRules=M}function Ms(S,C){return Ae(()=>{if(!S)return!1;const W=j(C)?C:a.value,z=A(W),J=P.messageResolver(z,S);return yt(J)||Je(J)||j(J)},()=>[S],"translate exists",W=>Reflect.apply(W.te,W,[S,C]),ig,W=>ne(W))}function b(S){let C=null;const W=oc(P,l.value,a.value);for(let z=0;z<W.length;z++){const J=u.value[W[z]]||{},Ie=P.messageResolver(J,S);if(Ie!=null){C=Ie;break}}return C}function k(S){const C=b(S);return C??(t?t.tm(S)||{}:{})}function A(S){return u.value[S]||{}}function N(S,C){if(s){const W={[S]:C};for(const z in W)nt(W,z)&&br(W[z]);C=W[S]}u.value[S]=C,P.messages=u.value}function R(S,C){u.value[S]=u.value[S]||{};const W={[S]:C};if(s)for(const z in W)nt(W,z)&&br(W[z]);C=W[S],hs(C,u.value[S]),P.messages=u.value}function $(S){return c.value[S]||{}}function h(S,C){c.value[S]=C,P.datetimeFormats=c.value,vc(P,S,C)}function p(S,C){c.value[S]=Te(c.value[S]||{},C),P.datetimeFormats=c.value,vc(P,S,C)}function x(S){return f.value[S]||{}}function I(S,C){f.value[S]=C,P.numberFormats=f.value,xc(P,S,C)}function D(S,C){f.value[S]=Te(f.value[S]||{},C),P.numberFormats=f.value,xc(P,S,C)}Mc++,t&&us&&(ht(t.locale,S=>{o&&(a.value=S,P.locale=S,_r(P,a.value,l.value))}),ht(t.fallbackLocale,S=>{o&&(l.value=S,P.fallbackLocale=S,_r(P,a.value,l.value))}));const L={id:Mc,locale:Z,fallbackLocale:Q,get inheritLocale(){return o},set inheritLocale(S){o=S,S&&t&&(a.value=t.locale.value,l.value=t.fallbackLocale.value,_r(P,a.value,l.value))},get availableLocales(){return Object.keys(u.value).sort()},messages:Y,get modifiers(){return O},get pluralRules(){return M||{}},get isGlobal(){return r},get missingWarn(){return d},set missingWarn(S){d=S,P.missingWarn=d},get fallbackWarn(){return m},set fallbackWarn(S){m=S,P.fallbackWarn=m},get fallbackRoot(){return y},set fallbackRoot(S){y=S},get fallbackFormat(){return w},set fallbackFormat(S){w=S,P.fallbackFormat=w},get warnHtmlMessage(){return T},set warnHtmlMessage(S){T=S,P.warnHtmlMessage=S},get escapeParameter(){return g},set escapeParameter(S){g=S,P.escapeParameter=S},t:Mt,getLocaleMessage:A,setLocaleMessage:N,mergeLocaleMessage:R,getPostTranslationHandler:qt,setPostTranslationHandler:_e,getMissingHandler:G,setMissingHandler:le,[Oc]:St};return L.datetimeFormats=Oe,L.numberFormats=it,L.rt=qe,L.te=Ms,L.tm=k,L.d=He,L.n=Wn,L.getDateTimeFormat=$,L.setDateTimeFormat=h,L.mergeDateTimeFormat=p,L.getNumberFormat=x,L.setNumberFormat=I,L.mergeNumberFormat=D,L[Ac]=n,L[Zi]=Qt,L[Yi]=Hn,L[Xi]=en,L}function ag(e){const t=j(e.locale)?e.locale:gr,n=j(e.fallbackLocale)||ve(e.fallbackLocale)||X(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=me(e.missing)?e.missing:void 0,s=ne(e.silentTranslationWarn)||$n(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,i=ne(e.silentFallbackWarn)||$n(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,o=ne(e.fallbackRoot)?e.fallbackRoot:!0,a=!!e.formatFallbackMessages,l=X(e.modifiers)?e.modifiers:{},u=e.pluralizationRules,c=me(e.postTranslation)?e.postTranslation:void 0,f=j(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,d=!!e.escapeParameterHtml,m=ne(e.sync)?e.sync:!0;let y=e.messages;if(X(e.sharedMessages)){const O=e.sharedMessages;y=Object.keys(O).reduce((P,F)=>{const U=P[F]||(P[F]={});return Te(U,O[F]),P},y||{})}const{__i18n:w,__root:E,__injectWithOption:_}=e,v=e.datetimeFormats,T=e.numberFormats,g=e.flatJson;return{locale:t,fallbackLocale:n,messages:y,flatJson:g,datetimeFormats:v,numberFormats:T,missing:r,missingWarn:s,fallbackWarn:i,fallbackRoot:o,fallbackFormat:a,modifiers:l,pluralRules:u,postTranslation:c,warnHtmlMessage:f,escapeParameter:d,messageResolver:e.messageResolver,inheritLocale:m,__i18n:w,__root:E,__injectWithOption:_}}function eo(e={}){const t=Qi(ag(e)),{__extender:n}=e,r={id:t.id,get locale(){return t.locale.value},set locale(s){t.locale.value=s},get fallbackLocale(){return t.fallbackLocale.value},set fallbackLocale(s){t.fallbackLocale.value=s},get messages(){return t.messages.value},get datetimeFormats(){return t.datetimeFormats.value},get numberFormats(){return t.numberFormats.value},get availableLocales(){return t.availableLocales},get missing(){return t.getMissingHandler()},set missing(s){t.setMissingHandler(s)},get silentTranslationWarn(){return ne(t.missingWarn)?!t.missingWarn:t.missingWarn},set silentTranslationWarn(s){t.missingWarn=ne(s)?!s:s},get silentFallbackWarn(){return ne(t.fallbackWarn)?!t.fallbackWarn:t.fallbackWarn},set silentFallbackWarn(s){t.fallbackWarn=ne(s)?!s:s},get modifiers(){return t.modifiers},get formatFallbackMessages(){return t.fallbackFormat},set formatFallbackMessages(s){t.fallbackFormat=s},get postTranslation(){return t.getPostTranslationHandler()},set postTranslation(s){t.setPostTranslationHandler(s)},get sync(){return t.inheritLocale},set sync(s){t.inheritLocale=s},get warnHtmlInMessage(){return t.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(s){t.warnHtmlMessage=s!=="off"},get escapeParameterHtml(){return t.escapeParameter},set escapeParameterHtml(s){t.escapeParameter=s},get pluralizationRules(){return t.pluralRules||{}},__composer:t,t(...s){return Reflect.apply(t.t,t,[...s])},rt(...s){return Reflect.apply(t.rt,t,[...s])},te(s,i){return t.te(s,i)},tm(s){return t.tm(s)},getLocaleMessage(s){return t.getLocaleMessage(s)},setLocaleMessage(s,i){t.setLocaleMessage(s,i)},mergeLocaleMessage(s,i){t.mergeLocaleMessage(s,i)},d(...s){return Reflect.apply(t.d,t,[...s])},getDateTimeFormat(s){return t.getDateTimeFormat(s)},setDateTimeFormat(s,i){t.setDateTimeFormat(s,i)},mergeDateTimeFormat(s,i){t.mergeDateTimeFormat(s,i)},n(...s){return Reflect.apply(t.n,t,[...s])},getNumberFormat(s){return t.getNumberFormat(s)},setNumberFormat(s,i){t.setNumberFormat(s,i)},mergeNumberFormat(s,i){t.mergeNumberFormat(s,i)}};return r.__extender=n,r}function lg(e,t,n){return{beforeCreate(){const r=cn();if(!r)throw Ge(We.UNEXPECTED_ERROR);const s=this.$options;if(s.i18n){const i=s.i18n;if(s.__i18n&&(i.__i18n=s.__i18n),i.__root=t,this===this.$root)this.$i18n=Fc(e,i);else{i.__injectWithOption=!0,i.__extender=n.__vueI18nExtend,this.$i18n=eo(i);const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}}else if(s.__i18n)if(this===this.$root)this.$i18n=Fc(e,s);else{this.$i18n=eo({__i18n:s.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}else this.$i18n=e;s.__i18nGlobal&&Lc(t,s,s),this.$t=(...i)=>this.$i18n.t(...i),this.$rt=(...i)=>this.$i18n.rt(...i),this.$te=(i,o)=>this.$i18n.te(i,o),this.$d=(...i)=>this.$i18n.d(...i),this.$n=(...i)=>this.$i18n.n(...i),this.$tm=i=>this.$i18n.tm(i),n.__setInstance(r,this.$i18n)},mounted(){},unmounted(){const r=cn();if(!r)throw Ge(We.UNEXPECTED_ERROR);const s=this.$i18n;delete this.$t,delete this.$rt,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,s.__disposer&&(s.__disposer(),delete s.__disposer,delete s.__extender),n.__deleteInstance(r),delete this.$i18n}}}function Fc(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[Oc](t.pluralizationRules||e.pluralizationRules);const n=qi(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const to={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function cg({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,s)=>[...r,...s.type===Ee?s.children:[s]],[]):t.reduce((n,r)=>{const s=e[r];return s&&(n[r]=s()),n},fe())}function jc(){return Ee}const Uc=dt({name:"i18n-t",props:Te({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Se(e)||!isNaN(e)}},to),setup(e,t){const{slots:n,attrs:r}=t,s=e.i18n||vt({useScope:e.scope,__useComponent:!0});return()=>{const i=Object.keys(n).filter(f=>f[0]!=="_"),o=fe();e.locale&&(o.locale=e.locale),e.plural!==void 0&&(o.plural=j(e.plural)?+e.plural:e.plural);const a=cg(t,i),l=s[Zi](e.keypath,a,o),u=Te(fe(),r),c=j(e.tag)||ie(e.tag)?e.tag:jc();return cr(c,u,l)}}});function ug(e){return ve(e)&&!j(e[0])}function Wc(e,t,n,r){const{slots:s,attrs:i}=t;return()=>{const o={part:!0};let a=fe();e.locale&&(o.locale=e.locale),j(e.format)?o.key=e.format:ie(e.format)&&(j(e.format.key)&&(o.key=e.format.key),a=Object.keys(e.format).reduce((d,m)=>n.includes(m)?Te(fe(),d,{[m]:e.format[m]}):d,fe()));const l=r(e.value,o,a);let u=[o.key];ve(l)?u=l.map((d,m)=>{const y=s[d.type],w=y?y({[d.type]:d.value,index:m,parts:l}):[d.value];return ug(w)&&(w[0].key=`${d.type}-${m}`),w}):j(l)&&(u=[l]);const c=Te(fe(),i),f=j(e.tag)||ie(e.tag)?e.tag:jc();return cr(f,c,u)}}const Hc=dt({name:"i18n-n",props:Te({value:{type:Number,required:!0},format:{type:[String,Object]}},to),setup(e,t){const n=e.i18n||vt({useScope:e.scope,__useComponent:!0});return Wc(e,t,kc,(...r)=>n[Xi](...r))}});function fg(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 dg(e){const t=o=>{const{instance:a,value:l}=o;if(!a||!a.$)throw Ge(We.UNEXPECTED_ERROR);const u=fg(e,a.$),c=zc(l);return[Reflect.apply(u.t,u,[...Kc(c)]),u]};return{created:(o,a)=>{const[l,u]=t(a);us&&e.global===u&&(o.__i18nWatcher=ht(u.locale,()=>{a.instance&&a.instance.$forceUpdate()})),o.__composer=u,o.textContent=l},unmounted:o=>{us&&o.__i18nWatcher&&(o.__i18nWatcher(),o.__i18nWatcher=void 0,delete o.__i18nWatcher),o.__composer&&(o.__composer=void 0,delete o.__composer)},beforeUpdate:(o,{value:a})=>{if(o.__composer){const l=o.__composer,u=zc(a);o.textContent=Reflect.apply(l.t,l,[...Kc(u)])}},getSSRProps:o=>{const[a]=t(o);return{textContent:a}}}}function zc(e){if(j(e))return{path:e};if(X(e)){if(!("path"in e))throw Ge(We.REQUIRED_VALUE,"path");return e}else throw Ge(We.INVALID_VALUE)}function Kc(e){const{path:t,locale:n,args:r,choice:s,plural:i}=e,o={},a=r||{};return j(n)&&(o.locale=n),Se(s)&&(o.plural=s),Se(i)&&(o.plural=i),[t,a,o]}function hg(e,t,...n){const r=X(n[0])?n[0]:{};(ne(r.globalInstall)?r.globalInstall:!0)&&([Uc.name,"I18nT"].forEach(i=>e.component(i,Uc)),[Hc.name,"I18nN"].forEach(i=>e.component(i,Hc)),[Bc.name,"I18nD"].forEach(i=>e.component(i,Bc))),e.directive("t",dg(t))}const pg=Zt("global-vue-i18n");function mg(e={}){const t=__VUE_I18N_LEGACY_API__&&ne(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,n=ne(e.globalInjection)?e.globalInjection:!0,r=new Map,[s,i]=gg(e,t),o=Zt("");function a(f){return r.get(f)||null}function l(f,d){r.set(f,d)}function u(f){r.delete(f)}const c={get mode(){return __VUE_I18N_LEGACY_API__&&t?"legacy":"composition"},async install(f,...d){if(f.__VUE_I18N_SYMBOL__=o,f.provide(f.__VUE_I18N_SYMBOL__,c),X(d[0])){const w=d[0];c.__composerExtend=w.__composerExtend,c.__vueI18nExtend=w.__vueI18nExtend}let m=null;!t&&n&&(m=Sg(f,c.global)),__VUE_I18N_FULL_INSTALL__&&hg(f,c,...d),__VUE_I18N_LEGACY_API__&&t&&f.mixin(lg(i,i.__composer,c));const y=f.unmount;f.unmount=()=>{m&&m(),c.dispose(),y()}},get global(){return i},dispose(){s.stop()},__instances:r,__getInstance:a,__setInstance:l,__deleteInstance:u};return c}function vt(e={}){const t=cn();if(t==null)throw Ge(We.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Ge(We.NOT_INSTALLED);const n=_g(t),r=yg(n),s=Pc(t),i=bg(e,s);if(i==="global")return Lc(r,e,s),r;if(i==="parent"){let l=vg(n,t,e.__useComponent);return l==null&&(l=r),l}const o=n;let a=o.__getInstance(t);if(a==null){const l=Te({},e);"__i18n"in s&&(l.__i18n=s.__i18n),r&&(l.__root=r),a=Qi(l),o.__composerExtend&&(a[Ji]=o.__composerExtend(a)),kg(o,t,a),o.__setInstance(t,a)}return a}function gg(e,t){const n=zs(),r=__VUE_I18N_LEGACY_API__&&t?n.run(()=>eo(e)):n.run(()=>Qi(e));if(r==null)throw Ge(We.UNEXPECTED_ERROR);return[n,r]}function _g(e){const t=je(e.isCE?pg:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Ge(e.isCE?We.NOT_INSTALLED_WITH_PROVIDE:We.UNEXPECTED_ERROR);return t}function bg(e,t){return fs(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function yg(e){return e.mode==="composition"?e.global:e.global.__composer}function vg(e,t,n=!1){let r=null;const s=t.root;let i=wg(t,n);for(;i!=null;){const o=e;if(e.mode==="composition")r=o.__getInstance(i);else if(__VUE_I18N_LEGACY_API__){const a=o.__getInstance(i);a!=null&&(r=a.__composer,n&&r&&!r[Ac]&&(r=null))}if(r!=null||s===i)break;i=i.parent}return r}function wg(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function kg(e,t,n){er(()=>{},t),oi(()=>{const r=n;e.__deleteInstance(t);const s=r[Ji];s&&(s(),delete r[Ji])},t)}const xg=["locale","fallbackLocale","availableLocales"],Vc=["t","rt","d","n","tm","te"];function Sg(e,t){const n=Object.create(null);return xg.forEach(s=>{const i=Object.getOwnPropertyDescriptor(t,s);if(!i)throw Ge(We.UNEXPECTED_ERROR);const o=ye(i.value)?{get(){return i.value.value},set(a){i.value.value=a}}:{get(){return i.get&&i.get()}};Object.defineProperty(n,s,o)}),e.config.globalProperties.$i18n=n,Vc.forEach(s=>{const i=Object.getOwnPropertyDescriptor(t,s);if(!i||!i.value)throw Ge(We.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,i)}),()=>{delete e.config.globalProperties.$i18n,Vc.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}const Bc=dt({name:"i18n-d",props:Te({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},to),setup(e,t){const n=e.i18n||vt({useScope:e.scope,__useComponent:!0});return Wc(e,t,yc,(...r)=>n[Yi](...r))}});if(sg(),Mm(_m),Dm(Rm),Fm(oc),__INTLIFY_PROD_DEVTOOLS__){const e=mn();e.__INTLIFY__=!0,bm(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}function Gc(e,t){for(var n=-1,r=e==null?0:e.length,s=Array(r);++n<r;)s[n]=t(e[n],n,e);return s}function Tg(){this.__data__=[],this.size=0}function Zc(e,t){return e===t||e!==e&&t!==t}function bs(e,t){for(var n=e.length;n--;)if(Zc(e[n][0],t))return n;return-1}var Ig=Array.prototype,Eg=Ig.splice;function Cg(e){var t=this.__data__,n=bs(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():Eg.call(t,n,1),--this.size,!0}function Og(e){var t=this.__data__,n=bs(t,e);return n<0?void 0:t[n][1]}function Ag(e){return bs(this.__data__,e)>-1}function Pg(e,t){var n=this.__data__,r=bs(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function $t(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}$t.prototype.clear=Tg,$t.prototype.delete=Cg,$t.prototype.get=Og,$t.prototype.has=Ag,$t.prototype.set=Pg;function Lg(){this.__data__=new $t,this.size=0}function Rg(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function $g(e){return this.__data__.get(e)}function Ng(e){return this.__data__.has(e)}var Yc=typeof global=="object"&&global&&global.Object===Object&&global,Mg=typeof self=="object"&&self&&self.Object===Object&&self,wt=Yc||Mg||Function("return this")(),kt=wt.Symbol,Xc=Object.prototype,Dg=Xc.hasOwnProperty,Fg=Xc.toString,yr=kt?kt.toStringTag:void 0;function jg(e){var t=Dg.call(e,yr),n=e[yr];try{e[yr]=void 0;var r=!0}catch{}var s=Fg.call(e);return r&&(t?e[yr]=n:delete e[yr]),s}var Ug=Object.prototype,Wg=Ug.toString;function Hg(e){return Wg.call(e)}var zg="[object Null]",Kg="[object Undefined]",Jc=kt?kt.toStringTag:void 0;function gn(e){return e==null?e===void 0?Kg:zg:Jc&&Jc in Object(e)?jg(e):Hg(e)}function ys(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Vg="[object AsyncFunction]",Bg="[object Function]",Gg="[object GeneratorFunction]",Zg="[object Proxy]";function qc(e){if(!ys(e))return!1;var t=gn(e);return t==Bg||t==Gg||t==Vg||t==Zg}var no=wt["__core-js_shared__"],Qc=(function(){var e=/[^.]+$/.exec(no&&no.keys&&no.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function Yg(e){return!!Qc&&Qc in e}var Xg=Function.prototype,Jg=Xg.toString;function _n(e){if(e!=null){try{return Jg.call(e)}catch{}try{return e+""}catch{}}return""}var qg=/[\\^$.*+?()[\]{}|]/g,Qg=/^\[object .+?Constructor\]$/,e_=Function.prototype,t_=Object.prototype,n_=e_.toString,r_=t_.hasOwnProperty,s_=RegExp("^"+n_.call(r_).replace(qg,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function i_(e){if(!ys(e)||Yg(e))return!1;var t=qc(e)?s_:Qg;return t.test(_n(e))}function o_(e,t){return e?.[t]}function bn(e,t){var n=o_(e,t);return i_(n)?n:void 0}var vr=bn(wt,"Map"),wr=bn(Object,"create");function a_(){this.__data__=wr?wr(null):{},this.size=0}function l_(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var c_="__lodash_hash_undefined__",u_=Object.prototype,f_=u_.hasOwnProperty;function d_(e){var t=this.__data__;if(wr){var n=t[e];return n===c_?void 0:n}return f_.call(t,e)?t[e]:void 0}var h_=Object.prototype,p_=h_.hasOwnProperty;function m_(e){var t=this.__data__;return wr?t[e]!==void 0:p_.call(t,e)}var g_="__lodash_hash_undefined__";function __(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=wr&&t===void 0?g_:t,this}function yn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}yn.prototype.clear=a_,yn.prototype.delete=l_,yn.prototype.get=d_,yn.prototype.has=m_,yn.prototype.set=__;function b_(){this.size=0,this.__data__={hash:new yn,map:new(vr||$t),string:new yn}}function y_(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function vs(e,t){var n=e.__data__;return y_(t)?n[typeof t=="string"?"string":"hash"]:n.map}function v_(e){var t=vs(this,e).delete(e);return this.size-=t?1:0,t}function w_(e){return vs(this,e).get(e)}function k_(e){return vs(this,e).has(e)}function x_(e,t){var n=vs(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function Jt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Jt.prototype.clear=b_,Jt.prototype.delete=v_,Jt.prototype.get=w_,Jt.prototype.has=k_,Jt.prototype.set=x_;var S_=200;function T_(e,t){var n=this.__data__;if(n instanceof $t){var r=n.__data__;if(!vr||r.length<S_-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Jt(r)}return n.set(e,t),this.size=n.size,this}function Dn(e){var t=this.__data__=new $t(e);this.size=t.size}Dn.prototype.clear=Lg,Dn.prototype.delete=Rg,Dn.prototype.get=$g,Dn.prototype.has=Ng,Dn.prototype.set=T_;function I_(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}var ws=(function(){try{var e=bn(Object,"defineProperty");return e({},"",{}),e}catch{}})();function eu(e,t,n){t=="__proto__"&&ws?ws(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var E_=Object.prototype,C_=E_.hasOwnProperty;function tu(e,t,n){var r=e[t];(!(C_.call(e,t)&&Zc(r,n))||n===void 0&&!(t in e))&&eu(e,t,n)}function O_(e,t,n,r){var s=!n;n||(n={});for(var i=-1,o=t.length;++i<o;){var a=t[i],l=void 0;l===void 0&&(l=e[a]),s?eu(n,a,l):tu(n,a,l)}return n}function A_(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function vn(e){return e!=null&&typeof e=="object"}var P_="[object Arguments]";function nu(e){return vn(e)&&gn(e)==P_}var ru=Object.prototype,L_=ru.hasOwnProperty,R_=ru.propertyIsEnumerable,su=nu((function(){return arguments})())?nu:function(e){return vn(e)&&L_.call(e,"callee")&&!R_.call(e,"callee")},wn=Array.isArray;function $_(){return!1}var iu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ou=iu&&typeof module=="object"&&module&&!module.nodeType&&module,N_=ou&&ou.exports===iu,au=N_?wt.Buffer:void 0,M_=au?au.isBuffer:void 0,lu=M_||$_,D_=9007199254740991,F_=/^(?:0|[1-9]\d*)$/;function j_(e,t){var n=typeof e;return t=t??D_,!!t&&(n=="number"||n!="symbol"&&F_.test(e))&&e>-1&&e%1==0&&e<t}var U_=9007199254740991;function cu(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=U_}var W_="[object Arguments]",H_="[object Array]",z_="[object Boolean]",K_="[object Date]",V_="[object Error]",B_="[object Function]",G_="[object Map]",Z_="[object Number]",Y_="[object Object]",X_="[object RegExp]",J_="[object Set]",q_="[object String]",Q_="[object WeakMap]",eb="[object ArrayBuffer]",tb="[object DataView]",nb="[object Float32Array]",rb="[object Float64Array]",sb="[object Int8Array]",ib="[object Int16Array]",ob="[object Int32Array]",ab="[object Uint8Array]",lb="[object Uint8ClampedArray]",cb="[object Uint16Array]",ub="[object Uint32Array]",ge={};ge[nb]=ge[rb]=ge[sb]=ge[ib]=ge[ob]=ge[ab]=ge[lb]=ge[cb]=ge[ub]=!0,ge[W_]=ge[H_]=ge[eb]=ge[z_]=ge[tb]=ge[K_]=ge[V_]=ge[B_]=ge[G_]=ge[Z_]=ge[Y_]=ge[X_]=ge[J_]=ge[q_]=ge[Q_]=!1;function fb(e){return vn(e)&&cu(e.length)&&!!ge[gn(e)]}function ro(e){return function(t){return e(t)}}var uu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,kr=uu&&typeof module=="object"&&module&&!module.nodeType&&module,db=kr&&kr.exports===uu,so=db&&Yc.process,Fn=(function(){try{var e=kr&&kr.require&&kr.require("util").types;return e||so&&so.binding&&so.binding("util")}catch{}})(),fu=Fn&&Fn.isTypedArray,hb=fu?ro(fu):fb;function pb(e,t){var n=wn(e),r=!n&&su(e),s=!n&&!r&&lu(e),i=!n&&!r&&!s&&hb(e),o=n||r||s||i,a=o?A_(e.length,String):[],l=a.length;for(var u in e)o&&(u=="length"||s&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||j_(u,l))||a.push(u);return a}var mb=Object.prototype;function gb(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||mb;return e===n}function _b(e,t){return function(n){return e(t(n))}}function bb(e){return e!=null&&cu(e.length)&&!qc(e)}function yb(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var vb=Object.prototype,wb=vb.hasOwnProperty;function kb(e){if(!ys(e))return yb(e);var t=gb(e),n=[];for(var r in e)r=="constructor"&&(t||!wb.call(e,r))||n.push(r);return n}function xb(e){return bb(e)?pb(e):kb(e)}var du=typeof exports=="object"&&exports&&!exports.nodeType&&exports,hu=du&&typeof module=="object"&&module&&!module.nodeType&&module,Sb=hu&&hu.exports===du,pu=Sb?wt.Buffer:void 0;pu&&pu.allocUnsafe;function Tb(e,t){return e.slice()}function Ib(e,t){for(var n=-1,r=e==null?0:e.length,s=0,i=[];++n<r;){var o=e[n];t(o,n,e)&&(i[s++]=o)}return i}function mu(){return[]}var Eb=Object.prototype,Cb=Eb.propertyIsEnumerable,gu=Object.getOwnPropertySymbols,Ob=gu?function(e){return e==null?[]:(e=Object(e),Ib(gu(e),function(t){return Cb.call(e,t)}))}:mu;function io(e,t){for(var n=-1,r=t.length,s=e.length;++n<r;)e[s+n]=t[n];return e}var _u=_b(Object.getPrototypeOf,Object),Ab=Object.getOwnPropertySymbols,Pb=Ab?function(e){for(var t=[];e;)io(t,Ob(e)),e=_u(e);return t}:mu;function Lb(e,t,n){var r=t(e);return wn(e)?r:io(r,n(e))}function bu(e){return Lb(e,xb,Pb)}var oo=bn(wt,"DataView"),ao=bn(wt,"Promise"),lo=bn(wt,"Set"),co=bn(wt,"WeakMap"),yu="[object Map]",Rb="[object Object]",vu="[object Promise]",wu="[object Set]",ku="[object WeakMap]",xu="[object DataView]",$b=_n(oo),Nb=_n(vr),Mb=_n(ao),Db=_n(lo),Fb=_n(co),Nt=gn;(oo&&Nt(new oo(new ArrayBuffer(1)))!=xu||vr&&Nt(new vr)!=yu||ao&&Nt(ao.resolve())!=vu||lo&&Nt(new lo)!=wu||co&&Nt(new co)!=ku)&&(Nt=function(e){var t=gn(e),n=t==Rb?e.constructor:void 0,r=n?_n(n):"";if(r)switch(r){case $b:return xu;case Nb:return yu;case Mb:return vu;case Db:return wu;case Fb:return ku}return t});var jb=Object.prototype,Ub=jb.hasOwnProperty;function Wb(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&Ub.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var Su=wt.Uint8Array;function uo(e){var t=new e.constructor(e.byteLength);return new Su(t).set(new Su(e)),t}function Hb(e,t){var n=uo(e.buffer);return new e.constructor(n,e.byteOffset,e.byteLength)}var zb=/\w*$/;function Kb(e){var t=new e.constructor(e.source,zb.exec(e));return t.lastIndex=e.lastIndex,t}var Tu=kt?kt.prototype:void 0,Iu=Tu?Tu.valueOf:void 0;function Vb(e){return Iu?Object(Iu.call(e)):{}}function Bb(e,t){var n=uo(e.buffer);return new e.constructor(n,e.byteOffset,e.length)}var Gb="[object Boolean]",Zb="[object Date]",Yb="[object Map]",Xb="[object Number]",Jb="[object RegExp]",qb="[object Set]",Qb="[object String]",ey="[object Symbol]",ty="[object ArrayBuffer]",ny="[object DataView]",ry="[object Float32Array]",sy="[object Float64Array]",iy="[object Int8Array]",oy="[object Int16Array]",ay="[object Int32Array]",ly="[object Uint8Array]",cy="[object Uint8ClampedArray]",uy="[object Uint16Array]",fy="[object Uint32Array]";function dy(e,t,n){var r=e.constructor;switch(t){case ty:return uo(e);case Gb:case Zb:return new r(+e);case ny:return Hb(e);case ry:case sy:case iy:case oy:case ay:case ly:case cy:case uy:case fy:return Bb(e);case Yb:return new r;case Xb:case Qb:return new r(e);case Jb:return Kb(e);case qb:return new r;case ey:return Vb(e)}}var hy="[object Map]";function py(e){return vn(e)&&Nt(e)==hy}var Eu=Fn&&Fn.isMap,my=Eu?ro(Eu):py,gy="[object Set]";function _y(e){return vn(e)&&Nt(e)==gy}var Cu=Fn&&Fn.isSet,by=Cu?ro(Cu):_y,Ou="[object Arguments]",yy="[object Array]",vy="[object Boolean]",wy="[object Date]",ky="[object Error]",Au="[object Function]",xy="[object GeneratorFunction]",Sy="[object Map]",Ty="[object Number]",Pu="[object Object]",Iy="[object RegExp]",Ey="[object Set]",Cy="[object String]",Oy="[object Symbol]",Ay="[object WeakMap]",Py="[object ArrayBuffer]",Ly="[object DataView]",Ry="[object Float32Array]",$y="[object Float64Array]",Ny="[object Int8Array]",My="[object Int16Array]",Dy="[object Int32Array]",Fy="[object Uint8Array]",jy="[object Uint8ClampedArray]",Uy="[object Uint16Array]",Wy="[object Uint32Array]",he={};he[Ou]=he[yy]=he[Py]=he[Ly]=he[vy]=he[wy]=he[Ry]=he[$y]=he[Ny]=he[My]=he[Dy]=he[Sy]=he[Ty]=he[Pu]=he[Iy]=he[Ey]=he[Cy]=he[Oy]=he[Fy]=he[jy]=he[Uy]=he[Wy]=!0,he[ky]=he[Au]=he[Ay]=!1;function ks(e,t,n,r,s,i){var o;if(n&&(o=s?n(e,r,s,i):n(e)),o!==void 0)return o;if(!ys(e))return e;var a=wn(e);if(a)o=Wb(e);else{var l=Nt(e),u=l==Au||l==xy;if(lu(e))return Tb(e);if(l==Pu||l==Ou||u&&!s)o={};else{if(!he[l])return s?e:{};o=dy(e,l)}}i||(i=new Dn);var c=i.get(e);if(c)return c;i.set(e,o),by(e)?e.forEach(function(m){o.add(ks(m,t,n,m,e,i))}):my(e)&&e.forEach(function(m,y){o.set(y,ks(m,t,n,y,e,i))});var f=bu,d=a?void 0:f(e);return I_(d||e,function(m,y){d&&(y=m,m=e[y]),tu(o,y,ks(m,t,n,y,e,i))}),o}var Hy="[object Symbol]";function fo(e){return typeof e=="symbol"||vn(e)&&gn(e)==Hy}var zy=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ky=/^\w*$/;function Vy(e,t){if(wn(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||fo(e)?!0:Ky.test(e)||!zy.test(e)||t!=null&&e in Object(t)}var By="Expected a function";function ho(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(By);var n=function(){var r=arguments,s=t?t.apply(this,r):r[0],i=n.cache;if(i.has(s))return i.get(s);var o=e.apply(this,r);return n.cache=i.set(s,o)||i,o};return n.cache=new(ho.Cache||Jt),n}ho.Cache=Jt;var Gy=500;function Zy(e){var t=ho(e,function(r){return n.size===Gy&&n.clear(),r}),n=t.cache;return t}var Yy=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xy=/\\(\\)?/g,Jy=Zy(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Yy,function(n,r,s,i){t.push(s?i.replace(Xy,"$1"):r||n)}),t}),Lu=kt?kt.prototype:void 0,Ru=Lu?Lu.toString:void 0;function $u(e){if(typeof e=="string")return e;if(wn(e))return Gc(e,$u)+"";if(fo(e))return Ru?Ru.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function qy(e){return e==null?"":$u(e)}function po(e,t){return wn(e)?e:Vy(e,t)?[e]:Jy(qy(e))}function Qy(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function Nu(e){if(typeof e=="string"||fo(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function ev(e,t){t=po(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[Nu(t[n++])];return n&&n==r?e:void 0}function tv(e,t,n){var r=-1,s=e.length;t<0&&(t=-t>s?0:s+t),n=n>s?s:n,n<0&&(n+=s),s=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(s);++r<s;)i[r]=e[r+t];return i}function nv(e,t){return t.length<2?e:ev(e,tv(t,0,-1))}function rv(e,t){return t=po(t,e),e=nv(e,t),e==null||delete e[Nu(Qy(t))]}var sv="[object Object]",iv=Function.prototype,ov=Object.prototype,Mu=iv.toString,av=ov.hasOwnProperty,lv=Mu.call(Object);function cv(e){if(!vn(e)||gn(e)!=sv)return!1;var t=_u(e);if(t===null)return!0;var n=av.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Mu.call(n)==lv}function uv(e){return cv(e)?void 0:e}var Du=kt?kt.isConcatSpreadable:void 0;function fv(e){return wn(e)||su(e)||!!(Du&&e&&e[Du])}function dv(e,t,n,r,s){var i=-1,o=e.length;for(n||(n=fv),s||(s=[]);++i<o;){var a=e[i];n(a)?io(s,a):s[s.length]=a}return s}function hv(e){var t=e==null?0:e.length;return t?dv(e):[]}function pv(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var Fu=Math.max;function mv(e,t,n){return t=Fu(t===void 0?e.length-1:t,0),function(){for(var r=arguments,s=-1,i=Fu(r.length-t,0),o=Array(i);++s<i;)o[s]=r[t+s];s=-1;for(var a=Array(t+1);++s<t;)a[s]=r[s];return a[t]=n(o),pv(e,this,a)}}function gv(e){return function(){return e}}function _v(e){return e}var bv=ws?function(e,t){return ws(e,"toString",{configurable:!0,enumerable:!1,value:gv(t),writable:!0})}:_v,yv=800,vv=16,wv=Date.now;function kv(e){var t=0,n=0;return function(){var r=wv(),s=vv-(r-n);if(n=r,s>0){if(++t>=yv)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var xv=kv(bv);function Sv(e){return xv(mv(e,void 0,hv),e+"")}var Tv=1,Iv=2,Ev=4,Cv=Sv(function(e,t){var n={};if(e==null)return n;var r=!1;t=Gc(t,function(i){return i=po(i,e),r||(r=i.length>1),i}),O_(e,bu(e),n),r&&(n=ks(n,Tv|Iv|Ev,uv));for(var s=t.length;s--;)rv(n,t[s]);return n});const ju={de:{admin:"Admin",anonymous:"Anonym",approve_hint:"Wir werden Ihren Kommentar innerhalb von 24 Stunden beantworten, ohne Ihre E-Mail zu spammen. Schauen Sie bitte bald wieder vorbei. :)",discussion:"Diskussion",edit:"Bearbeiten",load_more:"Mehr laden",login:"Anmelden",logout:"Abmelden",placeholder:"Schreiben Sie ein Kommentar...",post_comment:"Kommentar absenden",post_reply:"Antwort absenden",reply:"Antwort",reply_to:"Antwort auf",save_editing:"Speichern",ui_texts:["Seien Sie der Erste, der die Diskussion beginnt!","Beteiligen Sie sich an der Konversation (#)","Laden...","Kommentare laden"],your_comment:"Dein Kommentar"},en:{admin:"Admin",anonymous:"Anonymous",approve_hint:"We’ll reply to your comment within 24 hours without spamming your email, so please check back soon :)",discussion:"Discussion",edit:"Edit",load_more:"Load More",login:"LOGIN",logout:"Logout",placeholder:"Write a comment...",post_comment:"POST COMMENT",post_reply:"POST REPLY",reply:"Reply",reply_to:"reply to",save_editing:"Save",ui_texts:["Be the first to start the discussion!","Join the Conversation (#)","Loading...","Load Comments"],your_comment:"Your comment"},es:{admin:"Administrador",anonymous:"Anónimo",approve_hint:"los comentarios son normalmente aprobados dentro de 24 horas",discussion:"Discusión",edit:"Editar",load_more:"Cargar Más",login:"INICIAR SESIÓN",logout:"Cerrar Sesión",placeholder:"Escribe un comentario...",post_comment:"PUBLICAR COMENTARIO",post_reply:"PUBLICAR RESPUESTA",reply:"Responder",reply_to:"Responder a",save_editing:"Guardar",ui_texts:["¡Sé el primero en iniciar la discusión!","Únete a la Conversación (#)","Cargando...","Cargar Comentarios"],your_comment:"Tu comentario"},fr:{admin:"Admin",anonymous:"Anonyme",approve_hint:"Nous répondrons à votre commentaire dans les 24 heures sans vous spammer par e-mail, alors revenez bientôt :)",discussion:"Discussion",edit:"Modifier",load_more:"Charger plus",login:"CONNEXION",logout:"Déconnexion",placeholder:"Écrivez un commentaire...",post_comment:"POSTER UN COMMENTAIRE",post_reply:"POSTER UNE RÉPONSE",reply:"Répondre",reply_to:"répondre à",save_editing:"Enregistrer",ui_texts:["Soyez le premier à lancer la discussion !","Rejoignez la conversation (#)","Chargement...","Charger les commentaires"],your_comment:"Votre commentaire"},id:{admin:"Admin",anonymous:"Anonim",approve_hint:"komentar biasanya disetujui dalam waktu 24 jam",discussion:"Diskusi",edit:"Edit",load_more:"Muat Lebih Banyak",login:"MASUK",logout:"Keluar",placeholder:"Tulis komentar...",post_comment:"KIRIM KOMENTAR",post_reply:"KIRIM BALASAN",reply:"Balas",reply_to:"balas ke",save_editing:"Simpan",your_comment:"Komentar Anda"},it:{admin:"Amministratore",anonymous:"Anonimo",approve_hint:"i commenti vengono normalmente approvati entro 24 ore",discussion:"Discussione",edit:"Modifica",load_more:"Carica Altri",login:"ACCEDI",logout:"Esci",placeholder:"Scrivi un commento...",post_comment:"INVIA COMMENTO",post_reply:"INVIA RISPOSTA",reply:"Risposta",reply_to:"rispondi a",save_editing:"Salva",your_comment:"Il tuo commento"},ja:{admin:"管理者",anonymous:"匿名",approve_hint:"コメントは通常24時間以内に承認されます",discussion:"ディスカッション",edit:"編集",load_more:"もっと読み込む",login:"ログイン",logout:"ログアウト",placeholder:"コメントを書く...",post_comment:"コメントを投稿",post_reply:"返信を投稿",reply:"返信",reply_to:"返信先",save_editing:"保存",your_comment:"あなたのコメント"},ko:{admin:"관리자",anonymous:"익명",approve_hint:"댓글은 보통 24시간 내에 승인됩니다",discussion:"토론",edit:"편집",load_more:"더 보기",login:"로그인",logout:"로그아웃",placeholder:"댓글을 입력하세요...",post_comment:"댓글 게시",post_reply:"답글 게시",reply:"답장",reply_to:"답장 대상",save_editing:"저장",your_comment:"당신의 댓글"},pt:{admin:"Administrador",anonymous:"Anônimo",approve_hint:"os comentários são normalmente aprovados dentro de 24 horas",discussion:"Discussão",edit:"Editar",load_more:"Carregar Mais",login:"ENTRAR",logout:"Sair",placeholder:"Escreva um comentário...",post_comment:"PUBLICAR COMENTÁRIO",post_reply:"PUBLICAR RESPOSTA",reply:"Responder",reply_to:"responder a",save_editing:"Salvar",your_comment:"Seu comentário"},th:{admin:"แอดมิน",anonymous:"นิรนาม",approve_hint:"โดยปกติความคิดเห็นจะได้รับการอนุมัติภายใน 24 ชั่วโมง",discussion:"การอภิปราย",edit:"แก้ไข",load_more:"โหลดเพิ่ม",login:"ลงชื่อเข้าใช้",logout:"ลงชื่อออก",placeholder:"เขียนความคิดเห็น...",post_comment:"โพสต์ความคิดเห็น",post_reply:"โพสต์การตอบกลับ",reply:"ตอบกลับ",reply_to:"ตอบกลับถึง",save_editing:"บันทึก",ui_texts:["เป็นคนแรกที่เริ่มการอภิปราย","เข้าร่วมการสนทนา (#)","กำลังโหลด...","โหลดความคิดเห็น"],your_comment:"ความคิดเห็นของคุณ"},zh:{admin:"管理員",anonymous:"匿名",approve_hint:"評論通常在24小時內獲得批準,並且每壹條評論都會獲得回復",discussion:"討論",edit:"修改",load_more:"加載更多",login:"登錄",logout:"登出",placeholder:"寫評論...",post_comment:"發表評論",post_reply:"發表回複",reply:"回複",reply_to:"回複給",save_editing:"保存",your_comment:"您的評論"},cn:{admin:"管理员",anonymous:"匿名",approve_hint:"评论通常在24小时内公开(我们也会回复您)",discussion:"讨论",edit:"编辑",load_more:"加载更多",login:"登录",logout:"登出",placeholder:"写评论...",post_comment:"发表评论",post_reply:"发表回复",reply:"回复",reply_to:"回复给",save_editing:"保存",your_comment:"您的评论"}};function Ov(){return!!navigator.userAgent.match(/Macintosh/)}function Av(e,t){return(Ov()?e.metaKey:e.ctrlKey)&&e.key===t}const Pv={maxConsecutivePunctuation:5,maxConsecutiveSpaces:3,maxConsecutiveNewlines:3,minLength:5,maxLength:5e3,minWords:1,allowedPunctuation:[],blockPatterns:[]};function Lv(e,t={}){const n={...Pv,...t},r=[];if(!e||typeof e!="string")return{valid:!1,errors:["Content is required"]};const s=e.trim();s.length<n.minLength&&r.push(`Content must be at least ${n.minLength} characters`),s.length>n.maxLength&&r.push(`Content must not exceed ${n.maxLength} characters`);const i=Rv(s,n.maxConsecutivePunctuation);i.valid||r.push(...i.errors),/^\w{35,}$/.test(s)&&r.push("Content contains too many consecutive letters");const o=$v(s,n.maxConsecutiveSpaces);o.valid||r.push(...o.errors);const a=Nv(s,n.maxConsecutiveNewlines);a.valid||r.push(...a.errors);const l=Mv(s,n.minWords);if(l.valid||r.push(...l.errors),n.blockPatterns.length>0){const u=Dv(s,n.blockPatterns);u.valid||r.push(...u.errors)}return{valid:r.length===0,errors:r}}function Rv(e,t){const n=[],r=["!","?",".",",",";",":","!","?","。",",",";",":","…","~","~"];for(const o of r){const a=new RegExp(`\\${o}{${t+1},}`,"g"),l=e.match(a);l&&n.push(`Too many consecutive "${o}" (max ${t}). Found: ${l[0]}`)}const s=new RegExp(`[${r.join("")}]{${t+1},}`,"g"),i=e.match(s);return i&&n.push(`Too many consecutive punctuation marks (max ${t}). Found: ${i[0]}`),{valid:n.length===0,errors:n}}function $v(e,t){const n=new RegExp(` {${t+1},}`,"g");return e.match(n)?{valid:!1,errors:[`Too many consecutive spaces (max ${t})`]}:{valid:!0,errors:[]}}function Nv(e,t){const n=new RegExp(`
46
- {${t+1},}`,"g");return e.match(n)?{valid:!1,errors:[`Too many consecutive line breaks (max ${t})`]}:{valid:!0,errors:[]}}function Mv(e,t){const n=e.replace(/[^\p{L}\p{N}\s]/gu," ").trim(),r=n.match(/[\u4e00-\u9fa5]/g);if(r&&r.length>n.length*.3){if(n.replace(/\s+/g,"").length<t)return{valid:!1,errors:[`Content must contain at least ${t} characters`]}}else if(n.split(/\s+/).filter(o=>o.length>0).length<t)return{valid:!1,errors:[`Content must contain at least ${t} words`]};return{valid:!0,errors:[]}}function Dv(e,t){const n=[];for(const r of t)r.test(e)&&n.push(`Content contains blocked pattern: ${r.source}`);return{valid:n.length===0,errors:n}}var xs=(e=>(e[e.Pending=0]="Pending",e[e.Approved=1]="Approved",e[e.Rejected=2]="Rejected",e[e.UnReplied=255]="UnReplied",e[e["Replied to Admin"]=256]="Replied to Admin",e))(xs||{});const Fv=/@([a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/;function Ss(e){return e<10?`0${e}`:`${e}`}function Uu(e){return e=`${e.substring(0,10)}T${e.substring(11,19)}Z`,new Date(e)}function Wu(e){const t=e.getFullYear(),n=e.getMonth()+1,r=e.getDate();return`${t}-${Ss(n)}-${Ss(r)}`}function Hu(e){e instanceof Date||(e=Uu(e));const t=new Date,n=Wu(e);if(Wu(t)===n){const r=e.getHours(),s=e.getMinutes();return`${Ss(r)}:${Ss(s)}`}return n}function jv(e){const{id:t,created_at:n,parent_id:r,ancestor_id:s,post_id:i,user_id:o,...a}=e;return{...a,id:Number(t),user_id:o,userId:o,parentId:Number(r),post_id:i,postId:i,ancestorId:Number(s),status:Number(e.status),createdAt:Uu(n)}}const mo="awesome-comment-comments",zu=localStorage.getItem(mo),jn=zu?JSON.parse(zu):{},Un=Cl("store",()=>{const e=je("postId"),t=je("comments"),n=je("total"),r=te(!!t?.length),s=te(0),i=te(""),o=te([]),a=te(n||0),l=je("ApiBaseUrl"),u=te(!1),c=te(!1);function f(E){const _={},v=[];E.forEach(g=>{y(Number(g.id));const O=jv(g);!g.ancestor_id||Number(g.ancestor_id)===0?_[g.id]=O:v.push(O)});const T=jn[e];T&&(T.createdAt=new Date(T.createdAt),!T.ancestorId||Number(T.ancestorId)===0?_[T.id]=T:v.push(T)),v.forEach(g=>{if(g.ancestorId in _){const O=_[g.ancestorId];O.children=[g,...O.children||[]]}});for(const g in _){const O=_[g];O.children&&(O.children=O.children.sort((M,P)=>M.id-P.id))}return _}async function d(E=!1){if(u.value)return;i.value="",u.value=!0;let _;if(E&&t?.length)_=f(t);else{const v=new URLSearchParams;v.append("postId",e),v.append("start",s.value.toString());const T=await fetch(`${l}/api/comments?${v}`);if(!T.ok){i.value="Load comments failed. "+T.statusText,r.value=!0,u.value=!1;return}const g=await T.json();if(g.code!==0){i.value="Load comments failed. "+g.message,r.value=!0,u.value=!1;return}_=f(g.data||[]),a.value=g.meta?.total||g.data?.length||0}c.value=Object.keys(_).length>20,c.value&&delete _[Object.keys(_)[0]],Object.assign(o.value,_),r.value=!0,u.value=!1}function m(E,_,v,T=xs.Pending,g,O){const{sub:M="",name:P="",picture:F="",email:U="",nickname:Z=""}=v,Q={id:E,post_id:e,postId:e,content:_,createdAt:new Date,user:{avatar:F,email:U,name:Z||P},user_id:M,userId:M,status:T,isNew:!0};if(g||O){Q.ancestorId=g,Q.parentId=O;const Y=o.value[g];if(Y.children||(Y.children=[]),g===O)Y.children.unshift(Q);else{const Oe=Y.children.findIndex(it=>Number(it.id)===O);Y.children.splice(Oe+1,0,Q)}}else Q.ancestorId=0,Q.parentId=0,o.value={[E]:Q,...o.value};a.value++,T!==xs.Approved&&(jn[e]=Q,localStorage.setItem(mo,JSON.stringify(jn)))}function y(E){jn[e]?.id===E&&(delete jn[e],localStorage.setItem(mo,JSON.stringify(jn)))}function w(E,_){let v=o.value[E];if(!v){for(const T of Object.values(o.value))if(T.children&&(v=T.children.find(g=>Number(g.id)===E),v))break}v&&Object.assign(v,_)}return{isLoaded:r,message:i,postId:e,comments:o,total:a,start:s,hasMore:c,loadingMore:u,loadComments:d,addComment:m,updateComment:w}});var Ku={exports:{}},Vu;function Uv(){return Vu||(Vu=1,(function(e){var t=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function s(l,u,c){this.fn=l,this.context=u,this.once=c||!1}function i(l,u,c,f,d){if(typeof c!="function")throw new TypeError("The listener must be a function");var m=new s(c,f||l,d),y=n?n+u:u;return l._events[y]?l._events[y].fn?l._events[y]=[l._events[y],m]:l._events[y].push(m):(l._events[y]=m,l._eventsCount++),l}function o(l,u){--l._eventsCount===0?l._events=new r:delete l._events[u]}function a(){this._events=new r,this._eventsCount=0}a.prototype.eventNames=function(){var l=[],u,c;if(this._eventsCount===0)return l;for(c in u=this._events)t.call(u,c)&&l.push(n?c.slice(1):c);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(u)):l},a.prototype.listeners=function(l){var u=n?n+l:l,c=this._events[u];if(!c)return[];if(c.fn)return[c.fn];for(var f=0,d=c.length,m=new Array(d);f<d;f++)m[f]=c[f].fn;return m},a.prototype.listenerCount=function(l){var u=n?n+l:l,c=this._events[u];return c?c.fn?1:c.length:0},a.prototype.emit=function(l,u,c,f,d,m){var y=n?n+l:l;if(!this._events[y])return!1;var w=this._events[y],E=arguments.length,_,v;if(w.fn){switch(w.once&&this.removeListener(l,w.fn,void 0,!0),E){case 1:return w.fn.call(w.context),!0;case 2:return w.fn.call(w.context,u),!0;case 3:return w.fn.call(w.context,u,c),!0;case 4:return w.fn.call(w.context,u,c,f),!0;case 5:return w.fn.call(w.context,u,c,f,d),!0;case 6:return w.fn.call(w.context,u,c,f,d,m),!0}for(v=1,_=new Array(E-1);v<E;v++)_[v-1]=arguments[v];w.fn.apply(w.context,_)}else{var T=w.length,g;for(v=0;v<T;v++)switch(w[v].once&&this.removeListener(l,w[v].fn,void 0,!0),E){case 1:w[v].fn.call(w[v].context);break;case 2:w[v].fn.call(w[v].context,u);break;case 3:w[v].fn.call(w[v].context,u,c);break;case 4:w[v].fn.call(w[v].context,u,c,f);break;default:if(!_)for(g=1,_=new Array(E-1);g<E;g++)_[g-1]=arguments[g];w[v].fn.apply(w[v].context,_)}}return!0},a.prototype.on=function(l,u,c){return i(this,l,u,c,!1)},a.prototype.once=function(l,u,c){return i(this,l,u,c,!0)},a.prototype.removeListener=function(l,u,c,f){var d=n?n+l:l;if(!this._events[d])return this;if(!u)return o(this,d),this;var m=this._events[d];if(m.fn)m.fn===u&&(!f||m.once)&&(!c||m.context===c)&&o(this,d);else{for(var y=0,w=[],E=m.length;y<E;y++)(m[y].fn!==u||f&&!m[y].once||c&&m[y].context!==c)&&w.push(m[y]);w.length?this._events[d]=w.length===1?w[0]:w:o(this,d)}return this},a.prototype.removeAllListeners=function(l){var u;return l?(u=n?n+l:l,this._events[u]&&o(this,u)):(this._events=new r,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=n,a.EventEmitter=a,e.exports=a})(Ku)),Ku.exports}Uv();let Wv=class extends Error{};Wv.prototype.name="InvalidTokenError";var Hv=typeof global=="object"&&global&&global.Object===Object&&global,zv=typeof self=="object"&&self&&self.Object===Object&&self,Kv=Hv||zv||Function("return this")(),Ts=Kv.Symbol;Ts&&Ts.toStringTag,Ts&&Ts.toStringTag;var Is=(e=>(e.INIT="init",e.VERIFYING="verifying",e.VERIFIED="verified",e.REFRESH="refresh",e.ERROR="error",e))(Is||{});const go=Cl("auth",()=>{const e=je("awesomeAuth"),t=!e&&Ep(),n=te(!1),r=te(!1),s=te(),i=!!e,o=tt(()=>e?e.root:"");async function a(){return e?e.accessToken:t?await t.getAccessTokenSilently():""}function l(){e?e.doSignIn():t&&t.loginWithPopup()}function u(c){e?e.doSignOut():t&&t.logout(c)}return e?(e.on(Is.INIT,c=>{r.value=c,c&&(n.value=!1)}),e.on(Is.VERIFYING,c=>{r.value=c}),e.on(Is.VERIFIED,c=>{n.value=c,s.value=c?e.user:void 0}),r.value=e.isVerifying,n.value=e.isVerified,s.value=e.user):t&&(ht(t.isLoading,c=>{r.value=c},{immediate:!0}),ht(t.isAuthenticated,c=>{n.value=c},{immediate:!0}),ht(t.user,c=>{s.value=c},{immediate:!0})),{isAuthenticated:n,isAwesomeAuth:i,isLoading:r,authEndpoint:o,user:s,getAccessToken:a,login:l,logout:u}}),Vv={class:"ac-form-control bg-base-200 rounded-lg"},Bv={class:"sr-only",for:"ac-comment"},Gv=["placeholder"],Zv={class:"p-2 rounded-b-lg bg-base-300 flex items-center"},Yv={key:0,class:"text-xs text-neutral-400/40"},Xv={key:1,class:"ac-alert ac-alert-error mx-4 py-1"},Jv=["disabled"],qv={key:0,class:"ac-loading ac-loading-spinner"},Es=dt({...{name:"CommentForm"},props:{noVersion:{type:Boolean},currentId:{},parentId:{},ancestorId:{},content:{},status:{}},emits:["close","update"],setup(e,{emit:t}){const n=e,r=t,s=go(),i=Un(),{t:o}=vt(),a=je("ApiBaseUrl"),l=je("Auth0Domain"),u="0.9.14",c=te(),f=te(!1),d=te(n.content||""),m=te("");async function y(v){if(!s.user)return w();if(v.target.matches(":invalid"))return;const T=d.value.trim();if(!T)return;if(!Lv(T).valid){m.value="We encourage meaningful contributions to foster a positive community. Thank you for your understanding!";return}f.value=!0,m.value="";let g=a+"/api/comment",O="POST";n.currentId&&(g+="/"+n.currentId,O="PATCH");try{const M=await s.getAccessToken(),P=s.authEndpoint,F=await fetch(g,{method:O,headers:{"Content-Type":"application/json",Authorization:`Bearer ${M}`,"Auth-Endpoint":P},body:JSON.stringify({comment:T,postId:i.postId,domain:l,ancestorId:n.ancestorId?Number(n.ancestorId):void 0,parentId:n.parentId?Number(n.parentId):void 0,status:n.status,window:`${window.innerWidth}x${window.innerHeight} / ${screen.width,screen.height}`,customData:window.custom_comment_data,extraData:`${window.BM_LEVEL}:${window.BM_VALUE}`})}),U=await F.json();if(!F.ok||U.message){m.value="Failed to post comment: "+(U.message||"Unknown"),f.value=!1;return}const{id:Z,status:Q}=U.data;n.ancestorId||n.parentId?i.addComment(Z,T,s.user,Q,n.ancestorId,n.parentId):n.currentId?r("update",T):i.addComment(Z,T,s.user,Q),d.value="",r("close")}catch(M){m.value=M.message||String(M)}f.value=!1}function w(){s.login()}function E(v){Av(v,"Enter")&&y(v)}function _(){r("close")}return er(()=>{c.value?.focus()}),(v,T)=>(B(),q("form",{class:"mb-6",onSubmit:ki(y,["prevent"])},[ce("div",Vv,[ce("label",Bv,be(H(o)("your_comment")),1),pd(ce("textarea",{id:"ac-comment",ref_key:"textarea",ref:c,"onUpdate:modelValue":T[0]||(T[0]=g=>d.value=g),placeholder:H(o)("placeholder"),class:"ac-textarea ac-textarea-bordered bg-base-200 rounded-b-none focus:outline-none",required:"",rows:"3",onKeydown:[T[1]||(T[1]=ki(()=>{},["stop"])),vl(E,["enter"]),vl(_,["esc"])],onKeyup:T[2]||(T[2]=ki(()=>{},["stop"]))},null,40,Gv),[[Kh,d.value]]),ce("div",Zv,[e.noVersion?$e("",!0):(B(),q("div",Yv," v"+be(H(u)),1)),m.value?(B(),q("div",Xv,be(m.value),1)):$e("",!0),ce("button",{disabled:f.value,class:"ac-btn ac-btn-primary ac-btn-sm ms-auto"},[f.value?(B(),q("span",qv)):$e("",!0),e.currentId?(B(),q(Ee,{key:1},[ln(be(H(o)("save_editing")),1)],64)):e.parentId?(B(),q(Ee,{key:2},[ln(be(H(o)("post_reply")),1)],64)):(B(),q(Ee,{key:3},[ln(be(H(o)("post_comment")),1)],64))],8,Jv)])])],32))}});/**
47
- * @license lucide-vue-next v0.544.0 - ISC
48
- *
49
- * This source code is licensed under the ISC license.
50
- * See the LICENSE file in the root directory of this source tree.
51
- */const Bu=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Qv=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase()),e0=e=>{const t=Qv(e);return t.charAt(0).toUpperCase()+t.slice(1)},t0=(...e)=>e.filter((t,n,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===n).join(" ").trim(),Gu=e=>e==="";/**
52
- * @license lucide-vue-next v0.544.0 - ISC
53
- *
54
- * This source code is licensed under the ISC license.
55
- * See the LICENSE file in the root directory of this source tree.
56
- */var xr={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};/**
57
- * @license lucide-vue-next v0.544.0 - ISC
58
- *
59
- * This source code is licensed under the ISC license.
60
- * See the LICENSE file in the root directory of this source tree.
61
- */const n0=({name:e,iconNode:t,absoluteStrokeWidth:n,"absolute-stroke-width":r,strokeWidth:s,"stroke-width":i,size:o=xr.width,color:a=xr.stroke,...l},{slots:u})=>cr("svg",{...xr,...l,width:o,height:o,stroke:a,"stroke-width":Gu(n)||Gu(r)||n===!0||r===!0?Number(s||i||xr["stroke-width"])*24/Number(o):s||i||xr["stroke-width"],class:t0("lucide",l.class,...e?[`lucide-${Bu(e0(e))}-icon`,`lucide-${Bu(e)}`]:["lucide-icon"])},[...t.map(c=>cr(...c)),...u.default?[u.default()]:[]]);/**
62
- * @license lucide-vue-next v0.544.0 - ISC
63
- *
64
- * This source code is licensed under the ISC license.
65
- * See the LICENSE file in the root directory of this source tree.
66
- */const Cs=(e,t)=>(n,{slots:r,attrs:s})=>cr(n0,{...s,...n,iconNode:t,name:e},r);/**
67
- * @license lucide-vue-next v0.544.0 - ISC
68
- *
69
- * This source code is licensed under the ISC license.
70
- * See the LICENSE file in the root directory of this source tree.
71
- */const r0=Cs("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);/**
72
- * @license lucide-vue-next v0.544.0 - ISC
73
- *
74
- * This source code is licensed under the ISC license.
75
- * See the LICENSE file in the root directory of this source tree.
76
- */const s0=Cs("reply",[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]]);/**
77
- * @license lucide-vue-next v0.544.0 - ISC
78
- *
79
- * This source code is licensed under the ISC license.
80
- * See the LICENSE file in the root directory of this source tree.
81
- */const i0=Cs("thumbs-down",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]);/**
82
- * @license lucide-vue-next v0.544.0 - ISC
83
- *
84
- * This source code is licensed under the ISC license.
85
- * See the LICENSE file in the root directory of this source tree.
86
- */const o0=Cs("thumbs-up",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]),a0={class:"flex items-center gap-2"},l0=["aria-label","title","disabled"],c0={key:0,class:"ac-loading ac-loading-spinner"},u0={class:"text-sm text-gray-500 dark:text-gray-400"},f0=["aria-label","title","disabled"],d0={key:0,class:"ac-loading ac-loading-spinner"},h0=["aria-label","title"],_o="awesome-comment-likes",p0=dt({__name:"comment-actions",props:{comment:{}},emits:["reply"],setup(e,{emit:t}){const n=e,r=t,s=Un(),{t:i}=vt(),o=je("ApiBaseUrl"),a=te(0);async function l(u=!0){if(a.value)return;const c=localStorage.getItem(_o);if(c){const m=JSON.parse(c),y=Date.now(),w=m[n.comment.id];if(m[n.comment.id]=y,localStorage.setItem(_o,JSON.stringify(m)),w&&y-w<6e4){s.updateComment(n.comment.id,{like:Math.max((n.comment.like||0)+(u?1:-1),0)});return}}else localStorage.setItem(_o,JSON.stringify({[n.comment.id]:Date.now()}));a.value=u?1:-1;const d=await(await fetch(`${o}/api/like/${n.comment.id}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({like:u,postId:n.comment.postId})})).json();s.updateComment(n.comment.id,{like:d.data?.like||0}),a.value=0}return(u,c)=>(B(),q("div",a0,[ce("button",{"aria-label":H(i)("like"),title:H(i)("like"),class:"ac-btn ac-btn-sm ac-btn-circle border-0 shadow-none",disabled:a.value!==0,type:"button",onClick:c[0]||(c[0]=f=>l())},[a.value>0?(B(),q("span",c0)):(B(),Vt(H(o0),{key:1,size:16}))],8,l0),ce("span",u0,be(e.comment.like||0),1),ce("button",{"aria-label":H(i)("dislike"),title:H(i)("dislike"),class:"ac-btn ac-btn-sm ac-btn-circle border-0 shadow-none",disabled:a.value!==0,type:"button",onClick:c[1]||(c[1]=f=>l(!1))},[a.value<0?(B(),q("span",d0)):(B(),Vt(H(i0),{key:1,size:16}))],8,f0),ce("button",{"aria-label":H(i)("reply"),title:H(i)("reply"),class:"ac-btn ac-btn-sm ac-btn-circle border-0 shadow-none -me-1.5",type:"button",onClick:c[2]||(c[2]=f=>r("reply"))},[ke(H(s0),{size:16})],8,h0)]))}});function bo(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var kn=bo();function Zu(e){kn=e}var Sr={exec:()=>null};function re(e,t=""){let n=typeof e=="string"?e:e.source,r={replace:(s,i)=>{let o=typeof i=="string"?i:i.source;return o=o.replace(Ue.caret,"$1"),n=n.replace(s,o),r},getRegex:()=>new RegExp(n,t)};return r}var Ue={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:e=>new RegExp(`^( {0,3}${e})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}#`),htmlBeginRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}<(?:[a-z].*>|!--)`,"i")},m0=/^(?:[ \t]*(?:\n|$))+/,g0=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,_0=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Tr=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,b0=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,yo=/(?:[*+-]|\d{1,9}[.)])/,Yu=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,Xu=re(Yu).replace(/bull/g,yo).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),y0=re(Yu).replace(/bull/g,yo).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),vo=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,v0=/^[^\n]+/,wo=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,w0=re(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",wo).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),k0=re(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,yo).getRegex(),Os="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",ko=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,x0=re("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",ko).replace("tag",Os).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Ju=re(vo).replace("hr",Tr).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Os).getRegex(),S0=re(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Ju).getRegex(),xo={blockquote:S0,code:g0,def:w0,fences:_0,heading:b0,hr:Tr,html:x0,lheading:Xu,list:k0,newline:m0,paragraph:Ju,table:Sr,text:v0},qu=re("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Tr).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Os).getRegex(),T0={...xo,lheading:y0,table:qu,paragraph:re(vo).replace("hr",Tr).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",qu).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Os).getRegex()},I0={...xo,html:re(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",ko).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:Sr,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:re(vo).replace("hr",Tr).replace("heading",` *#{1,6} *[^
87
- ]`).replace("lheading",Xu).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},E0=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,C0=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,Qu=/^( {2,}|\\)\n(?!\s*$)/,O0=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,As=/[\p{P}\p{S}]/u,So=/[\s\p{P}\p{S}]/u,ef=/[^\s\p{P}\p{S}]/u,A0=re(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,So).getRegex(),tf=/(?!~)[\p{P}\p{S}]/u,P0=/(?!~)[\s\p{P}\p{S}]/u,L0=/(?:[^\s\p{P}\p{S}]|~)/u,R0=re(/link|code|html/,"g").replace("link",/\[(?:[^\[\]`]|(?<!`)(?<a>`+)[^`]+\k<a>(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace("code",/(?<!`)(?<b>`+)[^`]+\k<b>(?!`)/).replace("html",/<(?! )[^<>]*?>/).getRegex(),nf=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,$0=re(nf,"u").replace(/punct/g,As).getRegex(),N0=re(nf,"u").replace(/punct/g,tf).getRegex(),rf="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",M0=re(rf,"gu").replace(/notPunctSpace/g,ef).replace(/punctSpace/g,So).replace(/punct/g,As).getRegex(),D0=re(rf,"gu").replace(/notPunctSpace/g,L0).replace(/punctSpace/g,P0).replace(/punct/g,tf).getRegex(),F0=re("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,ef).replace(/punctSpace/g,So).replace(/punct/g,As).getRegex(),j0=re(/\\(punct)/,"gu").replace(/punct/g,As).getRegex(),U0=re(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),W0=re(ko).replace("(?:-->|$)","-->").getRegex(),H0=re("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",W0).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Ps=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+[^`]*?`+(?!`)|[^\[\]\\`])*?/,z0=re(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",Ps).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),sf=re(/^!?\[(label)\]\[(ref)\]/).replace("label",Ps).replace("ref",wo).getRegex(),of=re(/^!?\[(ref)\](?:\[\])?/).replace("ref",wo).getRegex(),K0=re("reflink|nolink(?!\\()","g").replace("reflink",sf).replace("nolink",of).getRegex(),af=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/,To={_backpedal:Sr,anyPunctuation:j0,autolink:U0,blockSkip:R0,br:Qu,code:C0,del:Sr,emStrongLDelim:$0,emStrongRDelimAst:M0,emStrongRDelimUnd:F0,escape:E0,link:z0,nolink:of,punctuation:A0,reflink:sf,reflinkSearch:K0,tag:H0,text:O0,url:Sr},V0={...To,link:re(/^!?\[(label)\]\((.*?)\)/).replace("label",Ps).getRegex(),reflink:re(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Ps).getRegex()},Io={...To,emStrongRDelimAst:D0,emStrongLDelim:N0,url:re(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace("protocol",af).replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:re(/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|protocol:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/).replace("protocol",af).getRegex()},B0={...Io,br:re(Qu).replace("{2,}","*").getRegex(),text:re(Io.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Ls={normal:xo,gfm:T0,pedantic:I0},Ir={normal:To,gfm:Io,breaks:B0,pedantic:V0},G0={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},lf=e=>G0[e];function xt(e,t){if(t){if(Ue.escapeTest.test(e))return e.replace(Ue.escapeReplace,lf)}else if(Ue.escapeTestNoEncode.test(e))return e.replace(Ue.escapeReplaceNoEncode,lf);return e}function cf(e){try{e=encodeURI(e).replace(Ue.percentDecode,"%")}catch{return null}return e}function uf(e,t){let n=e.replace(Ue.findPipe,(i,o,a)=>{let l=!1,u=o;for(;--u>=0&&a[u]==="\\";)l=!l;return l?"|":" |"}),r=n.split(Ue.splitPipe),s=0;if(r[0].trim()||r.shift(),r.length>0&&!r.at(-1)?.trim()&&r.pop(),t)if(r.length>t)r.splice(t);else for(;r.length<t;)r.push("");for(;s<r.length;s++)r[s]=r[s].trim().replace(Ue.slashPipe,"|");return r}function Er(e,t,n){let r=e.length;if(r===0)return"";let s=0;for(;s<r&&e.charAt(r-s-1)===t;)s++;return e.slice(0,r-s)}function Z0(e,t){if(e.indexOf(t[1])===-1)return-1;let n=0;for(let r=0;r<e.length;r++)if(e[r]==="\\")r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&(n--,n<0))return r;return n>0?-2:-1}function ff(e,t,n,r,s){let i=t.href,o=t.title||null,a=e[1].replace(s.other.outputLinkReplace,"$1");r.state.inLink=!0;let l={type:e[0].charAt(0)==="!"?"image":"link",raw:n,href:i,title:o,text:a,tokens:r.inlineTokens(a)};return r.state.inLink=!1,l}function Y0(e,t,n){let r=e.match(n.other.indentCodeCompensation);if(r===null)return t;let s=r[1];return t.split(`
7
+ `)})(),t.cache&&t.cacheLocation&&console.warn("Both `cache` and `cacheLocation` options have been specified in the Auth0Client configuration; ignoring `cacheLocation` and using `cache`."),t.cache)r=t.cache;else{if(n=t.cacheLocation||"memory",!ic(n))throw new Error(`Invalid cache location "${n}"`);r=ic(n)()}this.httpTimeoutMs=t.httpTimeoutInSeconds?1e3*t.httpTimeoutInSeconds:1e4,this.cookieStorage=t.legacySameSiteCookie===!1?Mn:nm,this.orgHintCookieName=`auth0.${this.options.clientId}.organization_hint`,this.isAuthenticatedCookieName=(l=>`auth0.${this.options.clientId}.is.authenticated`)(),this.sessionCheckExpiryDays=t.sessionCheckExpiryDays||1;const s=t.useCookiesForTransactions?this.cookieStorage:rm;var i;this.scope=((l,u,...c)=>{if(typeof l!="object")return{default:ws(u,l,...c)};let f={default:ws(u,...c)};return Object.keys(l).forEach((d=>{const h=l[d];f[d]=ws(u,h,...c)})),f})(this.options.authorizationParams.scope,"openid",this.options.useRefreshTokens?"offline_access":""),this.transactionManager=new Qp(s,this.options.clientId,this.options.cookieDomain),this.nowProvider=this.options.nowProvider||Vl,this.cacheManager=new qp(r,r.allKeys?void 0:new im(r,this.options.clientId),this.nowProvider),this.dpop=this.options.useDpop?new lm(this.options.clientId):void 0,this.domainUrl=(i=this.options.domain,/^https?:\/\//.test(i)?i:`https://${i}`),this.tokenIssuer=((l,u)=>l?l.startsWith("https://")?l:`https://${l}/`:`${u}/`)(this.options.issuer,this.domainUrl);const o=`${this.domainUrl}/me/`,a=this.createFetcher(Object.assign(Object.assign({},this.options.useDpop&&{dpopNonceId:"__auth0_my_account_api__"}),{getAccessToken:()=>this.getTokenSilently({authorizationParams:{scope:"create:me:connected_accounts",audience:o},detailedResponse:!0})}));this.myAccountApi=new um(a,o),typeof window<"u"&&window.Worker&&this.options.useRefreshTokens&&n==="memory"&&(this.options.workerUrl?this.worker=new Worker(this.options.workerUrl):this.worker=new sm)}_url(t){const n=encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client||zl)));return`${this.domainUrl}${t}&auth0Client=${n}`}_authorizeUrl(t){return this._url(`/authorize?${Wi(t)}`)}async _verifyIdToken(t,n,r){const s=await this.nowProvider();return(o=>{if(!o.id_token)throw new Error("ID token is required but missing");const a=(f=>{const d=f.split("."),[h,y,w]=d;if(d.length!==3||!h||!y||!w)throw new Error("ID token could not be decoded");const E=JSON.parse(Xl(y)),_={__raw:f},v={};return Object.keys(E).forEach((T=>{_[T]=E[T],em.includes(T)||(v[T]=E[T])})),{encoded:{header:h,payload:y,signature:w},header:JSON.parse(Xl(h)),claims:_,user:v}})(o.id_token);if(!a.claims.iss)throw new Error("Issuer (iss) claim must be a string present in the ID token");if(a.claims.iss!==o.iss)throw new Error(`Issuer (iss) claim mismatch in the ID token; expected "${o.iss}", found "${a.claims.iss}"`);if(!a.user.sub)throw new Error("Subject (sub) claim must be a string present in the ID token");if(a.header.alg!=="RS256")throw new Error(`Signature algorithm of "${a.header.alg}" is not supported. Expected the ID token to be signed with "RS256".`);if(!a.claims.aud||typeof a.claims.aud!="string"&&!Array.isArray(a.claims.aud))throw new Error("Audience (aud) claim must be a string or array of strings present in the ID token");if(Array.isArray(a.claims.aud)){if(!a.claims.aud.includes(o.aud))throw new Error(`Audience (aud) claim mismatch in the ID token; expected "${o.aud}" but was not one of "${a.claims.aud.join(", ")}"`);if(a.claims.aud.length>1){if(!a.claims.azp)throw new Error("Authorized Party (azp) claim must be a string present in the ID token when Audience (aud) claim has multiple values");if(a.claims.azp!==o.aud)throw new Error(`Authorized Party (azp) claim mismatch in the ID token; expected "${o.aud}", found "${a.claims.azp}"`)}}else if(a.claims.aud!==o.aud)throw new Error(`Audience (aud) claim mismatch in the ID token; expected "${o.aud}" but found "${a.claims.aud}"`);if(o.nonce){if(!a.claims.nonce)throw new Error("Nonce (nonce) claim must be a string present in the ID token");if(a.claims.nonce!==o.nonce)throw new Error(`Nonce (nonce) claim mismatch in the ID token; expected "${o.nonce}", found "${a.claims.nonce}"`)}if(o.max_age&&!wr(a.claims.auth_time))throw new Error("Authentication Time (auth_time) claim must be a number present in the ID token when Max Age (max_age) is specified");if(a.claims.exp==null||!wr(a.claims.exp))throw new Error("Expiration Time (exp) claim must be a number present in the ID token");if(!wr(a.claims.iat))throw new Error("Issued At (iat) claim must be a number present in the ID token");const l=o.leeway||60,u=new Date(o.now||Date.now()),c=new Date(0);if(c.setUTCSeconds(a.claims.exp+l),u>c)throw new Error(`Expiration Time (exp) claim error in the ID token; current time (${u}) is after expiration time (${c})`);if(a.claims.nbf!=null&&wr(a.claims.nbf)){const f=new Date(0);if(f.setUTCSeconds(a.claims.nbf-l),u<f)throw new Error(`Not Before time (nbf) claim in the ID token indicates that this token can't be used just yet. Current time (${u}) is before ${f}`)}if(a.claims.auth_time!=null&&wr(a.claims.auth_time)){const f=new Date(0);if(f.setUTCSeconds(parseInt(a.claims.auth_time)+o.max_age+l),u>f)throw new Error(`Authentication Time (auth_time) claim in the ID token indicates that too much time has passed since the last end-user authentication. Current time (${u}) is after last auth at ${f}`)}if(o.organization){const f=o.organization.trim();if(f.startsWith("org_")){const d=f;if(!a.claims.org_id)throw new Error("Organization ID (org_id) claim must be a string present in the ID token");if(d!==a.claims.org_id)throw new Error(`Organization ID (org_id) claim mismatch in the ID token; expected "${d}", found "${a.claims.org_id}"`)}else{const d=f.toLowerCase();if(!a.claims.org_name)throw new Error("Organization Name (org_name) claim must be a string present in the ID token");if(d!==a.claims.org_name)throw new Error(`Organization Name (org_name) claim mismatch in the ID token; expected "${d}", found "${a.claims.org_name}"`)}}return a})({iss:this.tokenIssuer,aud:this.options.clientId,id_token:t,nonce:n,organization:r,leeway:this.options.leeway,max_age:(i=this.options.authorizationParams.max_age,typeof i!="string"?i:parseInt(i,10)||void 0),now:s});var i}_processOrgHint(t){t?this.cookieStorage.save(this.orgHintCookieName,t,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}):this.cookieStorage.remove(this.orgHintCookieName,{cookieDomain:this.options.cookieDomain})}async _prepareAuthorizeUrl(t,n,r){var s;const i=Ki(_r()),o=Ki(_r()),a=_r(),l=await Zl(a),u=Yl(l),c=await((s=this.dpop)===null||s===void 0?void 0:s.calculateThumbprint()),f=((h,y,w,E,_,v,T,g,C)=>Object.assign(Object.assign(Object.assign({client_id:h.clientId},h.authorizationParams),w),{scope:vs(y,w.scope,w.audience),response_type:"code",response_mode:g||"query",state:E,nonce:_,redirect_uri:T||h.authorizationParams.redirect_uri,code_challenge:v,code_challenge_method:"S256",dpop_jkt:C}))(this.options,this.scope,t,i,o,u,t.redirect_uri||this.options.authorizationParams.redirect_uri||r,n?.response_mode,c),d=this._authorizeUrl(f);return{nonce:o,code_verifier:a,scope:f.scope,audience:f.audience||"default",redirect_uri:f.redirect_uri,state:i,url:d}}async loginWithPopup(t,n){var r;if(t=t||{},!(n=n||{}).popup&&(n.popup=(a=>{const l=window.screenX+(window.innerWidth-400)/2,u=window.screenY+(window.innerHeight-600)/2;return window.open("","auth0:authorize:popup",`left=${l},top=${u},width=400,height=600,resizable,scrollbars=yes,status=1`)})(),!n.popup))throw new jp;const s=await this._prepareAuthorizeUrl(t.authorizationParams||{},{response_mode:"web_message"},window.location.origin);n.popup.location.href=s.url;const i=await(a=>new Promise(((l,u)=>{let c;const f=setInterval((()=>{a.popup&&a.popup.closed&&(clearInterval(f),clearTimeout(d),window.removeEventListener("message",c,!1),u(new Dp(a.popup)))}),1e3),d=setTimeout((()=>{clearInterval(f),u(new Np(a.popup)),window.removeEventListener("message",c,!1)}),1e3*(a.timeoutInSeconds||60));c=function(h){if(h.data&&h.data.type==="authorization_response"){if(clearTimeout(d),clearInterval(f),window.removeEventListener("message",c,!1),a.popup.close(),h.data.response.error)return u(Ee.fromPayload(h.data.response));l(h.data.response)}},window.addEventListener("message",c)})))(Object.assign(Object.assign({},n),{timeoutInSeconds:n.timeoutInSeconds||this.options.authorizeTimeoutInSeconds||60}));if(s.state!==i.state)throw new Ee("state_mismatch","Invalid state");const o=((r=t.authorizationParams)===null||r===void 0?void 0:r.organization)||this.options.authorizationParams.organization;await this._requestToken({audience:s.audience,scope:s.scope,code_verifier:s.code_verifier,grant_type:"authorization_code",code:i.code,redirect_uri:s.redirect_uri},{nonceIn:s.nonce,organization:o})}async getUser(){var t;const n=await this._getIdTokenFromCache();return(t=n?.decodedToken)===null||t===void 0?void 0:t.user}async getIdTokenClaims(){var t;const n=await this._getIdTokenFromCache();return(t=n?.decodedToken)===null||t===void 0?void 0:t.claims}async loginWithRedirect(t={}){var n;const r=oc(t),{openUrl:s,fragment:i,appState:o}=r,a=_t(r,["openUrl","fragment","appState"]),l=((n=a.authorizationParams)===null||n===void 0?void 0:n.organization)||this.options.authorizationParams.organization,u=await this._prepareAuthorizeUrl(a.authorizationParams||{}),{url:c}=u,f=_t(u,["url"]);this.transactionManager.create(Object.assign(Object.assign(Object.assign({},f),{appState:o,response_type:mn.Code}),l&&{organization:l}));const d=i?`${c}#${i}`:c;s?await s(d):window.location.assign(d)}async handleRedirectCallback(t=window.location.href){const n=t.split("?").slice(1);if(n.length===0)throw new Error("There are no query params available for parsing.");const r=this.transactionManager.get();if(!r)throw new Ee("missing_transaction","Invalid state");this.transactionManager.remove();const s=(i=>{i.indexOf("#")>-1&&(i=i.substring(0,i.indexOf("#")));const o=new URLSearchParams(i);return{state:o.get("state"),code:o.get("code")||void 0,connect_code:o.get("connect_code")||void 0,error:o.get("error")||void 0,error_description:o.get("error_description")||void 0}})(n.join(""));return r.response_type===mn.ConnectCode?this._handleConnectAccountRedirectCallback(s,r):this._handleLoginRedirectCallback(s,r)}async _handleLoginRedirectCallback(t,n){const{code:r,state:s,error:i,error_description:o}=t;if(i)throw new $p(i,o||i,s,n.appState);if(!n.code_verifier||n.state&&n.state!==s)throw new Ee("state_mismatch","Invalid state");const a=n.organization,l=n.nonce,u=n.redirect_uri;return await this._requestToken(Object.assign({audience:n.audience,scope:n.scope,code_verifier:n.code_verifier,grant_type:"authorization_code",code:r},u?{redirect_uri:u}:{}),{nonceIn:l,organization:a}),{appState:n.appState,response_type:mn.Code}}async _handleConnectAccountRedirectCallback(t,n){const{connect_code:r,state:s,error:i,error_description:o}=t;if(i)throw new Ui(i,o||i,n.connection,s,n.appState);if(!r)throw new Ee("missing_connect_code","Missing connect code");if(!(n.code_verifier&&n.state&&n.auth_session&&n.redirect_uri&&n.state===s))throw new Ee("state_mismatch","Invalid state");const a=await this.myAccountApi.completeAccount({auth_session:n.auth_session,connect_code:r,redirect_uri:n.redirect_uri,code_verifier:n.code_verifier});return Object.assign(Object.assign({},a),{appState:n.appState,response_type:mn.ConnectCode})}async checkSession(t){if(!this.cookieStorage.get(this.isAuthenticatedCookieName)){if(!this.cookieStorage.get("auth0.is.authenticated"))return;this.cookieStorage.save(this.isAuthenticatedCookieName,!0,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}),this.cookieStorage.remove("auth0.is.authenticated")}try{await this.getTokenSilently(t)}catch{}}async getTokenSilently(t={}){var n,r;const s=Object.assign(Object.assign({cacheMode:"on"},t),{authorizationParams:Object.assign(Object.assign(Object.assign({},this.options.authorizationParams),t.authorizationParams),{scope:vs(this.scope,(n=t.authorizationParams)===null||n===void 0?void 0:n.scope,((r=t.authorizationParams)===null||r===void 0?void 0:r.audience)||this.options.authorizationParams.audience)})}),i=await((o,a)=>{let l=Vi[a];return l||(l=o().finally((()=>{delete Vi[a],l=null})),Vi[a]=l),l})((()=>this._getTokenSilently(s)),`${this.options.clientId}::${s.authorizationParams.audience}::${s.authorizationParams.scope}`);return t.detailedResponse?i:i?.access_token}async _getTokenSilently(t){const{cacheMode:n}=t,r=_t(t,["cacheMode"]);if(n!=="off"){const i=await this._getEntryFromCache({scope:r.authorizationParams.scope,audience:r.authorizationParams.audience||"default",clientId:this.options.clientId,cacheMode:n});if(i)return i}if(n==="cache-only")return;const s=`auth0.lock.getTokenSilently.${this.options.clientId}.${r.authorizationParams.audience||"default"}`;if(!await(async(i,o=3)=>{for(let a=0;a<o;a++)if(await i())return!0;return!1})((()=>Bi.acquireLock(s,5e3)),10))throw new gr;this.activeLockKeys.add(s),this.activeLockKeys.size===1&&window.addEventListener("pagehide",this._releaseLockOnPageHide);try{if(n!=="off"){const f=await this._getEntryFromCache({scope:r.authorizationParams.scope,audience:r.authorizationParams.audience||"default",clientId:this.options.clientId});if(f)return f}const i=this.options.useRefreshTokens?await this._getTokenUsingRefreshToken(r):await this._getTokenFromIFrame(r),{id_token:o,token_type:a,access_token:l,oauthTokenScope:u,expires_in:c}=i;return Object.assign(Object.assign({id_token:o,token_type:a,access_token:l},u?{scope:u}:null),{expires_in:c})}finally{await Bi.releaseLock(s),this.activeLockKeys.delete(s),this.activeLockKeys.size===0&&window.removeEventListener("pagehide",this._releaseLockOnPageHide)}}async getTokenWithPopup(t={},n={}){var r,s;const i=Object.assign(Object.assign({},t),{authorizationParams:Object.assign(Object.assign(Object.assign({},this.options.authorizationParams),t.authorizationParams),{scope:vs(this.scope,(r=t.authorizationParams)===null||r===void 0?void 0:r.scope,((s=t.authorizationParams)===null||s===void 0?void 0:s.audience)||this.options.authorizationParams.audience)})});return n=Object.assign(Object.assign({},Rp),n),await this.loginWithPopup(i,n),(await this.cacheManager.get(new Rt({scope:i.authorizationParams.scope,audience:i.authorizationParams.audience||"default",clientId:this.options.clientId}),void 0,this.options.useMrrt)).access_token}async isAuthenticated(){return!!await this.getUser()}_buildLogoutUrl(t){t.clientId!==null?t.clientId=t.clientId||this.options.clientId:delete t.clientId;const n=t.logoutParams||{},{federated:r}=n,s=_t(n,["federated"]),i=r?"&federated":"";return this._url(`/v2/logout?${Wi(Object.assign({clientId:t.clientId},s))}`)+i}async logout(t={}){var n;const r=oc(t),{openUrl:s}=r,i=_t(r,["openUrl"]);t.clientId===null?await this.cacheManager.clear():await this.cacheManager.clear(t.clientId||this.options.clientId),this.cookieStorage.remove(this.orgHintCookieName,{cookieDomain:this.options.cookieDomain}),this.cookieStorage.remove(this.isAuthenticatedCookieName,{cookieDomain:this.options.cookieDomain}),this.userCache.remove("@@user@@"),await((n=this.dpop)===null||n===void 0?void 0:n.clear());const o=this._buildLogoutUrl(i);s?await s(o):s!==!1&&window.location.assign(o)}async _getTokenFromIFrame(t){const n=Object.assign(Object.assign({},t.authorizationParams),{prompt:"none"}),r=this.cookieStorage.get(this.orgHintCookieName);r&&!n.organization&&(n.organization=r);const{url:s,state:i,nonce:o,code_verifier:a,redirect_uri:l,scope:u,audience:c}=await this._prepareAuthorizeUrl(n,{response_mode:"web_message"},window.location.origin);try{if(window.crossOriginIsolated)throw new Ee("login_required","The application is running in a Cross-Origin Isolated context, silently retrieving a token without refresh token is not possible.");const f=t.timeoutInSeconds||this.options.authorizeTimeoutInSeconds;let d;try{d=new URL(this.domainUrl).origin}catch{d=this.domainUrl}const h=await((w,E,_=60)=>new Promise(((v,T)=>{const g=window.document.createElement("iframe");g.setAttribute("width","0"),g.setAttribute("height","0"),g.style.display="none";const C=()=>{window.document.body.contains(g)&&(window.document.body.removeChild(g),window.removeEventListener("message",D,!1))};let D;const P=setTimeout((()=>{T(new gr),C()}),1e3*_);D=function(M){if(M.origin!=E||!M.data||M.data.type!=="authorization_response")return;const U=M.source;U&&U.close(),M.data.response.error?T(Ee.fromPayload(M.data.response)):v(M.data.response),clearTimeout(P),window.removeEventListener("message",D,!1),setTimeout(C,2e3)},window.addEventListener("message",D,!1),window.document.body.appendChild(g),g.setAttribute("src",w)})))(s,d,f);if(i!==h.state)throw new Ee("state_mismatch","Invalid state");const y=await this._requestToken(Object.assign(Object.assign({},t.authorizationParams),{code_verifier:a,code:h.code,grant_type:"authorization_code",redirect_uri:l,timeout:t.authorizationParams.timeout||this.httpTimeoutMs}),{nonceIn:o,organization:n.organization});return Object.assign(Object.assign({},y),{scope:u,oauthTokenScope:y.scope,audience:c})}catch(f){throw f.error==="login_required"&&this.logout({openUrl:!1}),f}}async _getTokenUsingRefreshToken(t){const n=await this.cacheManager.get(new Rt({scope:t.authorizationParams.scope,audience:t.authorizationParams.audience||"default",clientId:this.options.clientId}),void 0,this.options.useMrrt);if(!(n&&n.refresh_token||this.worker)){if(this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);throw new Bl(t.authorizationParams.audience||"default",t.authorizationParams.scope)}const r=t.authorizationParams.redirect_uri||this.options.authorizationParams.redirect_uri||window.location.origin,s=typeof t.timeoutInSeconds=="number"?1e3*t.timeoutInSeconds:null,i=((c,f,d,h)=>{var y;if(c&&d&&h){if(f.audience!==d)return f.scope;const w=h.split(" "),E=((y=f.scope)===null||y===void 0?void 0:y.split(" "))||[],_=E.every((v=>w.includes(v)));return w.length>=E.length&&_?h:f.scope}return f.scope})(this.options.useMrrt,t.authorizationParams,n?.audience,n?.scope);try{const c=await this._requestToken(Object.assign(Object.assign(Object.assign({},t.authorizationParams),{grant_type:"refresh_token",refresh_token:n&&n.refresh_token,redirect_uri:r}),s&&{timeout:s}),{scopesToRequest:i});if(c.refresh_token&&this.options.useMrrt&&n?.refresh_token&&await this.cacheManager.updateEntry(n.refresh_token,c.refresh_token),this.options.useMrrt&&(o=n?.audience,a=n?.scope,l=t.authorizationParams.audience,u=t.authorizationParams.scope,!(o===l&&ac(u,a)||ac(i,c.scope)))){if(this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);await this.cacheManager.remove(this.options.clientId,t.authorizationParams.audience,t.authorizationParams.scope);const f=((d,h)=>{const y=d?.split(" ")||[],w=h?.split(" ")||[];return y.filter((E=>w.indexOf(E)==-1)).join(",")})(i,c.scope);throw new Fp(t.authorizationParams.audience||"default",f)}return Object.assign(Object.assign({},c),{scope:t.authorizationParams.scope,oauthTokenScope:c.scope,audience:t.authorizationParams.audience||"default"})}catch(c){if((c.message.indexOf("Missing Refresh Token")>-1||c.message&&c.message.indexOf("invalid refresh token")>-1)&&this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);throw c}var o,a,l,u}async _saveEntryInCache(t){const{id_token:n,decodedToken:r}=t,s=_t(t,["id_token","decodedToken"]);this.userCache.set("@@user@@",{id_token:n,decodedToken:r}),await this.cacheManager.setIdToken(this.options.clientId,t.id_token,t.decodedToken),await this.cacheManager.set(s)}async _getIdTokenFromCache(){const t=this.options.authorizationParams.audience||"default",n=this.scope[t],r=await this.cacheManager.getIdToken(new Rt({clientId:this.options.clientId,audience:t,scope:n})),s=this.userCache.get("@@user@@");return r&&r.id_token===s?.id_token?s:(this.userCache.set("@@user@@",r),r)}async _getEntryFromCache({scope:t,audience:n,clientId:r,cacheMode:s}){const i=await this.cacheManager.get(new Rt({scope:t,audience:n,clientId:r}),60,this.options.useMrrt,s);if(i&&i.access_token){const{token_type:o,access_token:a,oauthTokenScope:l,expires_in:u}=i,c=await this._getIdTokenFromCache();return c&&Object.assign(Object.assign({id_token:c.id_token,token_type:o||"Bearer",access_token:a},l?{scope:l}:null),{expires_in:u})}}async _requestToken(t,n){const{nonceIn:r,organization:s,scopesToRequest:i}=n||{},o=await Yp(Object.assign(Object.assign({baseUrl:this.domainUrl,client_id:this.options.clientId,auth0Client:this.options.auth0Client,useFormData:this.options.useFormData,timeout:this.httpTimeoutMs,useMrrt:this.options.useMrrt,dpop:this.dpop},t),{scope:i||t.scope}),this.worker),a=await this._verifyIdToken(o.id_token,r,s);return await this._saveEntryInCache(Object.assign(Object.assign(Object.assign(Object.assign({},o),{decodedToken:a,scope:t.scope,audience:t.audience||"default"}),o.scope?{oauthTokenScope:o.scope}:null),{client_id:this.options.clientId})),this.cookieStorage.save(this.isAuthenticatedCookieName,!0,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}),this._processOrgHint(s||a.claims.org_id),Object.assign(Object.assign({},o),{decodedToken:a})}async exchangeToken(t){return this._requestToken({grant_type:"urn:ietf:params:oauth:grant-type:token-exchange",subject_token:t.subject_token,subject_token_type:t.subject_token_type,scope:vs(this.scope,t.scope,t.audience||this.options.authorizationParams.audience),audience:t.audience||this.options.authorizationParams.audience})}_assertDpop(t){if(!t)throw new Error("`useDpop` option must be enabled before using DPoP.")}getDpopNonce(t){return this._assertDpop(this.dpop),this.dpop.getNonce(t)}setDpopNonce(t,n){return this._assertDpop(this.dpop),this.dpop.setNonce(t,n)}generateDpopProof(t){return this._assertDpop(this.dpop),this.dpop.generateProof(t)}createFetcher(t={}){return new cm(t,{isDpopEnabled:()=>!!this.options.useDpop,getAccessToken:n=>{var r;return this.getTokenSilently({authorizationParams:{scope:(r=n?.scope)===null||r===void 0?void 0:r.join(" "),audience:n?.audience},detailedResponse:!0})},getDpopNonce:()=>this.getDpopNonce(t.dpopNonceId),setDpopNonce:n=>this.setDpopNonce(n,t.dpopNonceId),generateDpopProof:n=>this.generateDpopProof(n)})}async connectAccountWithRedirect(t){const{openUrl:n,appState:r,connection:s,scopes:i,authorization_params:o,redirectUri:a=this.options.authorizationParams.redirect_uri||window.location.origin}=t;if(!s)throw new Error("connection is required");const l=Ki(_r()),u=_r(),c=await Zl(u),f=Yl(c),{connect_uri:d,connect_params:h,auth_session:y}=await this.myAccountApi.connectAccount({connection:s,scopes:i,redirect_uri:a,state:l,code_challenge:f,code_challenge_method:"S256",authorization_params:o});this.transactionManager.create({state:l,code_verifier:u,auth_session:y,redirect_uri:a,appState:r,connection:s,response_type:mn.ConnectCode});const w=new URL(d);w.searchParams.set("ticket",h.ticket),n?await n(w.toString()):window.location.assign(w)}};function vr(e){e?.redirect_uri&&(console.warn("Using `redirect_uri` has been deprecated, please use `authorizationParams.redirect_uri` instead as `redirectUri` will be no longer supported in a future version"),e.authorizationParams=e.authorizationParams||{},e.authorizationParams.redirect_uri=e.redirect_uri,delete e.redirect_uri)}const rt=()=>{console.error("Please ensure Auth0's Vue plugin is correctly installed.")},dm={isLoading:te(!1),isAuthenticated:te(!1),user:te(void 0),idTokenClaims:te(void 0),error:te(null),loginWithPopup:rt,loginWithRedirect:rt,getAccessTokenSilently:rt,getAccessTokenWithPopup:rt,logout:rt,checkSession:rt,handleRedirectCallback:rt,getDpopNonce:rt,setDpopNonce:rt,generateDpopProof:rt,createFetcher:rt},hm=te(dm);class pm{constructor(t,n){var r,s;this.clientOptions=t,this.pluginOptions=n,this.isLoading=te(!0),this.isAuthenticated=te(!1),this.user=te({}),this.idTokenClaims=te(),this.error=te(null),r=this,s=["constructor"],Object.getOwnPropertyNames(Object.getPrototypeOf(r)).filter((i=>!s.includes(i))).forEach((i=>r[i]=r[i].bind(r)))}install(t){this._client=new fm(Object.assign(Object.assign({},this.clientOptions),{auth0Client:{name:"auth0-vue",version:"2.3.1"}})),this.__checkSession(t.config.globalProperties.$router),t.config.globalProperties.$auth0=this,t.provide(Hl,this),hm.value=this}async loginWithRedirect(t){return vr(t),this._client.loginWithRedirect(t)}async loginWithPopup(t,n){return vr(t),this.__proxy((()=>this._client.loginWithPopup(t,n)))}async logout(t){return t?.openUrl||t?.openUrl===!1?this.__proxy((()=>this._client.logout(t))):this._client.logout(t)}async getAccessTokenSilently(t={}){return vr(t),this.__proxy((()=>this._client.getTokenSilently(t)))}async getAccessTokenWithPopup(t,n){return vr(t),this.__proxy((()=>this._client.getTokenWithPopup(t,n)))}async checkSession(t){return this.__proxy((()=>this._client.checkSession(t)))}async handleRedirectCallback(t){return this.__proxy((()=>this._client.handleRedirectCallback(t)))}async getDpopNonce(t){return this.__proxy((()=>this._client.getDpopNonce(t)))}async setDpopNonce(t,n){return this.__proxy((()=>this._client.setDpopNonce(t,n)))}async generateDpopProof(t){return this.__proxy((()=>this._client.generateDpopProof(t)))}createFetcher(t){return this._client.createFetcher(t)}async __checkSession(t){var n,r,s;const i=window.location.search;try{if((i.includes("code=")||i.includes("error="))&&i.includes("state=")&&!(!((n=this.pluginOptions)===null||n===void 0)&&n.skipRedirectCallback)){const o=await this.handleRedirectCallback(),a=o?.appState,l=(r=a?.target)!==null&&r!==void 0?r:"/";return window.history.replaceState({},"","/"),t&&t.push(l),o}await this.checkSession()}catch{window.history.replaceState({},"","/"),t&&t.push(((s=this.pluginOptions)===null||s===void 0?void 0:s.errorPath)||"/")}}async __refreshState(){this.isAuthenticated.value=await this._client.isAuthenticated(),this.user.value=await this._client.getUser(),this.idTokenClaims.value=await this._client.getIdTokenClaims(),this.isLoading.value=!1}async __proxy(t,n=!0){let r;try{r=await t(),this.error.value=null}catch(s){throw this.error.value=s,s}finally{n&&await this.__refreshState()}return r}}function cc(e,t){return vr(e),new pm(e,t)}function mm(){return Me(Hl)}function gm(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const ks=typeof window<"u",Jt=(e,t=!1)=>t?Symbol.for(e):Symbol(e),_m=(e,t,n)=>bm({l:e,k:t,s:n}),bm=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Se=e=>typeof e=="number"&&isFinite(e),ym=e=>Gi(e)==="[object Date]",Un=e=>Gi(e)==="[object RegExp]",xs=e=>J(e)&&Object.keys(e).length===0,Ie=Object.assign,wm=Object.create,fe=(e=null)=>wm(e);let uc;const _n=()=>uc||(uc=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:fe());function fc(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/\//g,"&#x2F;").replace(/=/g,"&#x3D;")}function dc(e){return e.replace(/&(?![a-zA-Z0-9#]{2,6};)/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function vm(e){return e=e.replace(/(\w+)\s*=\s*"([^"]*)"/g,(r,s,i)=>`${s}="${dc(i)}"`),e=e.replace(/(\w+)\s*=\s*'([^']*)'/g,(r,s,i)=>`${s}='${dc(i)}'`),/\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi.test(e)&&(e=e.replace(/(\s+)(on)(\w+\s*=)/gi,"$1&#111;n$3")),[/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi].forEach(r=>{e=e.replace(r,"$1javascript&#58;")}),e}const km=Object.prototype.hasOwnProperty;function st(e,t){return km.call(e,t)}const we=Array.isArray,me=e=>typeof e=="function",F=e=>typeof e=="string",ne=e=>typeof e=="boolean",ie=e=>e!==null&&typeof e=="object",xm=e=>ie(e)&&me(e.then)&&me(e.catch),hc=Object.prototype.toString,Gi=e=>hc.call(e),J=e=>Gi(e)==="[object Object]",Sm=e=>e==null?"":we(e)||J(e)&&e.toString===hc?JSON.stringify(e,null,2):String(e);function Zi(e,t=""){return e.reduce((n,r,s)=>s===0?n+r:n+t+r,"")}const Ss=e=>!ie(e)||we(e);function Ts(e,t){if(Ss(e)||Ss(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=>{i!=="__proto__"&&(ie(r[i])&&!ie(s[i])&&(s[i]=Array.isArray(r[i])?[]:fe()),Ss(s[i])||Ss(r[i])?s[i]=r[i]:n.push({src:r[i],des:s[i]}))})}}function Tm(e,t,n){return{line:e,column:t,offset:n}}function Xi(e,t,n){return{start:e,end:t}}const ae={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},Em=17;function Es(e,t,n={}){const{domain:r,messages:s,args:i}=n,o=e,a=new SyntaxError(String(o));return a.code=e,t&&(a.location=t),a.domain=r,a}function Im(e){throw e}const bt=" ",Cm="\r",De=`
8
+ `,Om="\u2028",Am="\u2029";function Pm(e){const t=e;let n=0,r=1,s=1,i=0;const o=P=>t[P]===Cm&&t[P+1]===De,a=P=>t[P]===De,l=P=>t[P]===Am,u=P=>t[P]===Om,c=P=>o(P)||a(P)||l(P)||u(P),f=()=>n,d=()=>r,h=()=>s,y=()=>i,w=P=>o(P)||l(P)||u(P)?De:t[P],E=()=>w(n),_=()=>w(n+i);function v(){return i=0,c(n)&&(r++,s=0),o(n)&&n++,n++,s++,t[n]}function T(){return o(n+i)&&i++,i++,t[n+i]}function g(){n=0,r=1,s=1,i=0}function C(P=0){i=P}function D(){const P=n+i;for(;P!==n;)v();i=0}return{index:f,line:d,column:h,peekOffset:y,charAt:w,currentChar:E,currentPeek:_,next:v,peek:T,reset:g,resetPeek:C,skipToPeek:D}}const $t=void 0,Lm=".",pc="'",Rm="tokenizer";function $m(e,t={}){const n=t.location!==!1,r=Pm(e),s=()=>r.index(),i=()=>Tm(r.line(),r.column(),r.index()),o=i(),a=s(),l={currentType:13,offset:a,startLoc:o,endLoc:o,lastType:13,lastOffset:a,lastStartLoc:o,lastEndLoc:o,braceNest:0,inLinked:!1,text:""},u=()=>l,{onError:c}=t;function f(p,m,x,...I){const j=u();if(m.column+=x,m.offset+=x,c){const L=n?Xi(j.startLoc,m):null,S=Es(p,L,{domain:Rm,args:I});c(S)}}function d(p,m,x){p.endLoc=i(),p.currentType=m;const I={type:m};return n&&(I.loc=Xi(p.startLoc,p.endLoc)),x!=null&&(I.value=x),I}const h=p=>d(p,13);function y(p,m){return p.currentChar()===m?(p.next(),m):(f(ae.EXPECTED_TOKEN,i(),0,m),"")}function w(p){let m="";for(;p.currentPeek()===bt||p.currentPeek()===De;)m+=p.currentPeek(),p.peek();return m}function E(p){const m=w(p);return p.skipToPeek(),m}function _(p){if(p===$t)return!1;const m=p.charCodeAt(0);return m>=97&&m<=122||m>=65&&m<=90||m===95}function v(p){if(p===$t)return!1;const m=p.charCodeAt(0);return m>=48&&m<=57}function T(p,m){const{currentType:x}=m;if(x!==2)return!1;w(p);const I=_(p.currentPeek());return p.resetPeek(),I}function g(p,m){const{currentType:x}=m;if(x!==2)return!1;w(p);const I=p.currentPeek()==="-"?p.peek():p.currentPeek(),j=v(I);return p.resetPeek(),j}function C(p,m){const{currentType:x}=m;if(x!==2)return!1;w(p);const I=p.currentPeek()===pc;return p.resetPeek(),I}function D(p,m){const{currentType:x}=m;if(x!==7)return!1;w(p);const I=p.currentPeek()===".";return p.resetPeek(),I}function P(p,m){const{currentType:x}=m;if(x!==8)return!1;w(p);const I=_(p.currentPeek());return p.resetPeek(),I}function M(p,m){const{currentType:x}=m;if(!(x===7||x===11))return!1;w(p);const I=p.currentPeek()===":";return p.resetPeek(),I}function U(p,m){const{currentType:x}=m;if(x!==9)return!1;const I=()=>{const L=p.currentPeek();return L==="{"?_(p.peek()):L==="@"||L==="|"||L===":"||L==="."||L===bt||!L?!1:L===De?(p.peek(),I()):Q(p,!1)},j=I();return p.resetPeek(),j}function Z(p){w(p);const m=p.currentPeek()==="|";return p.resetPeek(),m}function Q(p,m=!0){const x=(j=!1,L="")=>{const S=p.currentPeek();return S==="{"||S==="@"||!S?j:S==="|"?!(L===bt||L===De):S===bt?(p.peek(),x(!0,bt)):S===De?(p.peek(),x(!0,De)):!0},I=x();return m&&p.resetPeek(),I}function X(p,m){const x=p.currentChar();return x===$t?$t:m(x)?(p.next(),x):null}function Oe(p){const m=p.charCodeAt(0);return m>=97&&m<=122||m>=65&&m<=90||m>=48&&m<=57||m===95||m===36}function at(p){return X(p,Oe)}function tn(p){const m=p.charCodeAt(0);return m>=97&&m<=122||m>=65&&m<=90||m>=48&&m<=57||m===95||m===36||m===45}function _e(p){return X(p,tn)}function G(p){const m=p.charCodeAt(0);return m>=48&&m<=57}function le(p){return X(p,G)}function Ae(p){const m=p.charCodeAt(0);return m>=48&&m<=57||m>=65&&m<=70||m>=97&&m<=102}function Ut(p){return X(p,Ae)}function Je(p){let m="",x="";for(;m=le(p);)x+=m;return x}function We(p){let m="";for(;;){const x=p.currentChar();if(x==="{"||x==="}"||x==="@"||x==="|"||!x)break;if(x===bt||x===De)if(Q(p))m+=x,p.next();else{if(Z(p))break;m+=x,p.next()}else m+=x,p.next()}return m}function Gn(p){E(p);let m="",x="";for(;m=_e(p);)x+=m;const I=p.currentChar();if(I&&I!=="}"&&I!==$t&&I!==bt&&I!==De&&I!==" "){const j=St(p);return f(ae.INVALID_TOKEN_IN_PLACEHOLDER,i(),0,x+j),x+j}return p.currentChar()===$t&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),x}function Mr(p){E(p);let m="";return p.currentChar()==="-"?(p.next(),m+=`-${Je(p)}`):m+=Je(p),p.currentChar()===$t&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),m}function Gs(p){return p!==pc&&p!==De}function Kt(p){E(p),y(p,"'");let m="",x="";for(;m=X(p,Gs);)m==="\\"?x+=nn(p):x+=m;const I=p.currentChar();return I===De||I===$t?(f(ae.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,i(),0),I===De&&(p.next(),y(p,"'")),x):(y(p,"'"),x)}function nn(p){const m=p.currentChar();switch(m){case"\\":case"'":return p.next(),`\\${m}`;case"u":return rn(p,m,4);case"U":return rn(p,m,6);default:return f(ae.UNKNOWN_ESCAPE_SEQUENCE,i(),0,m),""}}function rn(p,m,x){y(p,m);let I="";for(let j=0;j<x;j++){const L=Ut(p);if(!L){f(ae.INVALID_UNICODE_ESCAPE_SEQUENCE,i(),0,`\\${m}${I}${p.currentChar()}`);break}I+=L}return`\\${m}${I}`}function Zn(p){return p!=="{"&&p!=="}"&&p!==bt&&p!==De}function St(p){E(p);let m="",x="";for(;m=X(p,Zn);)x+=m;return x}function Zs(p){let m="",x="";for(;m=at(p);)x+=m;return x}function b(p){const m=x=>{const I=p.currentChar();return I==="{"||I==="@"||I==="|"||I==="("||I===")"||!I||I===bt?x:(x+=I,p.next(),m(x))};return m("")}function k(p){E(p);const m=y(p,"|");return E(p),m}function A(p,m){let x=null;switch(p.currentChar()){case"{":return m.braceNest>=1&&f(ae.NOT_ALLOW_NEST_PLACEHOLDER,i(),0),p.next(),x=d(m,2,"{"),E(p),m.braceNest++,x;case"}":return m.braceNest>0&&m.currentType===2&&f(ae.EMPTY_PLACEHOLDER,i(),0),p.next(),x=d(m,3,"}"),m.braceNest--,m.braceNest>0&&E(p),m.inLinked&&m.braceNest===0&&(m.inLinked=!1),x;case"@":return m.braceNest>0&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),x=$(p,m)||h(m),m.braceNest=0,x;default:{let j=!0,L=!0,S=!0;if(Z(p))return m.braceNest>0&&f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),x=d(m,1,k(p)),m.braceNest=0,m.inLinked=!1,x;if(m.braceNest>0&&(m.currentType===4||m.currentType===5||m.currentType===6))return f(ae.UNTERMINATED_CLOSING_BRACE,i(),0),m.braceNest=0,R(p,m);if(j=T(p,m))return x=d(m,4,Gn(p)),E(p),x;if(L=g(p,m))return x=d(m,5,Mr(p)),E(p),x;if(S=C(p,m))return x=d(m,6,Kt(p)),E(p),x;if(!j&&!L&&!S)return x=d(m,12,St(p)),f(ae.INVALID_TOKEN_IN_PLACEHOLDER,i(),0,x.value),E(p),x;break}}return x}function $(p,m){const{currentType:x}=m;let I=null;const j=p.currentChar();switch((x===7||x===8||x===11||x===9)&&(j===De||j===bt)&&f(ae.INVALID_LINKED_FORMAT,i(),0),j){case"@":return p.next(),I=d(m,7,"@"),m.inLinked=!0,I;case".":return E(p),p.next(),d(m,8,".");case":":return E(p),p.next(),d(m,9,":");default:return Z(p)?(I=d(m,1,k(p)),m.braceNest=0,m.inLinked=!1,I):D(p,m)||M(p,m)?(E(p),$(p,m)):P(p,m)?(E(p),d(m,11,Zs(p))):U(p,m)?(E(p),j==="{"?A(p,m)||I:d(m,10,b(p))):(x===7&&f(ae.INVALID_LINKED_FORMAT,i(),0),m.braceNest=0,m.inLinked=!1,R(p,m))}}function R(p,m){let x={type:13};if(m.braceNest>0)return A(p,m)||h(m);if(m.inLinked)return $(p,m)||h(m);switch(p.currentChar()){case"{":return A(p,m)||h(m);case"}":return f(ae.UNBALANCED_CLOSING_BRACE,i(),0),p.next(),d(m,3,"}");case"@":return $(p,m)||h(m);default:{if(Z(p))return x=d(m,1,k(p)),m.braceNest=0,m.inLinked=!1,x;if(Q(p))return d(m,0,We(p));break}}return x}function N(){const{currentType:p,offset:m,startLoc:x,endLoc:I}=l;return l.lastType=p,l.lastOffset=m,l.lastStartLoc=x,l.lastEndLoc=I,l.offset=s(),l.startLoc=i(),r.currentChar()===$t?d(l,13):R(r,l)}return{nextToken:N,currentOffset:s,currentPosition:i,context:u}}const Nm="parser",Dm=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function jm(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function Mm(e={}){const t=e.location!==!1,{onError:n}=e;function r(_,v,T,g,...C){const D=_.currentPosition();if(D.offset+=g,D.column+=g,n){const P=t?Xi(T,D):null,M=Es(v,P,{domain:Nm,args:C});n(M)}}function s(_,v,T){const g={type:_};return t&&(g.start=v,g.end=v,g.loc={start:T,end:T}),g}function i(_,v,T,g){t&&(_.end=v,_.loc&&(_.loc.end=T))}function o(_,v){const T=_.context(),g=s(3,T.offset,T.startLoc);return g.value=v,i(g,_.currentOffset(),_.currentPosition()),g}function a(_,v){const T=_.context(),{lastOffset:g,lastStartLoc:C}=T,D=s(5,g,C);return D.index=parseInt(v,10),_.nextToken(),i(D,_.currentOffset(),_.currentPosition()),D}function l(_,v){const T=_.context(),{lastOffset:g,lastStartLoc:C}=T,D=s(4,g,C);return D.key=v,_.nextToken(),i(D,_.currentOffset(),_.currentPosition()),D}function u(_,v){const T=_.context(),{lastOffset:g,lastStartLoc:C}=T,D=s(9,g,C);return D.value=v.replace(Dm,jm),_.nextToken(),i(D,_.currentOffset(),_.currentPosition()),D}function c(_){const v=_.nextToken(),T=_.context(),{lastOffset:g,lastStartLoc:C}=T,D=s(8,g,C);return v.type!==11?(r(_,ae.UNEXPECTED_EMPTY_LINKED_MODIFIER,T.lastStartLoc,0),D.value="",i(D,g,C),{nextConsumeToken:v,node:D}):(v.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,T.lastStartLoc,0,yt(v)),D.value=v.value||"",i(D,_.currentOffset(),_.currentPosition()),{node:D})}function f(_,v){const T=_.context(),g=s(7,T.offset,T.startLoc);return g.value=v,i(g,_.currentOffset(),_.currentPosition()),g}function d(_){const v=_.context(),T=s(6,v.offset,v.startLoc);let g=_.nextToken();if(g.type===8){const C=c(_);T.modifier=C.node,g=C.nextConsumeToken||_.nextToken()}switch(g.type!==9&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(g)),g=_.nextToken(),g.type===2&&(g=_.nextToken()),g.type){case 10:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(g)),T.key=f(_,g.value||"");break;case 4:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(g)),T.key=l(_,g.value||"");break;case 5:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(g)),T.key=a(_,g.value||"");break;case 6:g.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(g)),T.key=u(_,g.value||"");break;default:{r(_,ae.UNEXPECTED_EMPTY_LINKED_KEY,v.lastStartLoc,0);const C=_.context(),D=s(7,C.offset,C.startLoc);return D.value="",i(D,C.offset,C.startLoc),T.key=D,i(T,C.offset,C.startLoc),{nextConsumeToken:g,node:T}}}return i(T,_.currentOffset(),_.currentPosition()),{node:T}}function h(_){const v=_.context(),T=v.currentType===1?_.currentOffset():v.offset,g=v.currentType===1?v.endLoc:v.startLoc,C=s(2,T,g);C.items=[];let D=null;do{const U=D||_.nextToken();switch(D=null,U.type){case 0:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(U)),C.items.push(o(_,U.value||""));break;case 5:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(U)),C.items.push(a(_,U.value||""));break;case 4:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(U)),C.items.push(l(_,U.value||""));break;case 6:U.value==null&&r(_,ae.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,yt(U)),C.items.push(u(_,U.value||""));break;case 7:{const Z=d(_);C.items.push(Z.node),D=Z.nextConsumeToken||null;break}}}while(v.currentType!==13&&v.currentType!==1);const P=v.currentType===1?v.lastOffset:_.currentOffset(),M=v.currentType===1?v.lastEndLoc:_.currentPosition();return i(C,P,M),C}function y(_,v,T,g){const C=_.context();let D=g.items.length===0;const P=s(1,v,T);P.cases=[],P.cases.push(g);do{const M=h(_);D||(D=M.items.length===0),P.cases.push(M)}while(C.currentType!==13);return D&&r(_,ae.MUST_HAVE_MESSAGES_IN_PLURAL,T,0),i(P,_.currentOffset(),_.currentPosition()),P}function w(_){const v=_.context(),{offset:T,startLoc:g}=v,C=h(_);return v.currentType===13?C:y(_,T,g,C)}function E(_){const v=$m(_,Ie({},e)),T=v.context(),g=s(0,T.offset,T.startLoc);return t&&g.loc&&(g.loc.source=_),g.body=w(v),e.onCacheKey&&(g.cacheKey=e.onCacheKey(_)),T.currentType!==13&&r(v,ae.UNEXPECTED_LEXICAL_ANALYSIS,T.lastStartLoc,0,_[T.offset]||""),i(g,v.currentOffset(),v.currentPosition()),g}return{parse:E}}function yt(e){if(e.type===13)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function Fm(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:i=>(n.helpers.add(i),i)}}function mc(e,t){for(let n=0;n<e.length;n++)Yi(e[n],t)}function Yi(e,t){switch(e.type){case 1:mc(e.cases,t),t.helper("plural");break;case 2:mc(e.items,t);break;case 6:{Yi(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 Um(e,t={}){const n=Fm(e);n.helper("normalize"),e.body&&Yi(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function Km(e){const t=e.body;return t.type===2?gc(t):t.cases.forEach(n=>gc(n)),e}function gc(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=Zi(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}function Kn(e){switch(e.t=e.type,e.type){case 0:{const t=e;Kn(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++)Kn(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++)Kn(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;Kn(t.key),t.k=t.key,delete t.key,t.modifier&&(Kn(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}}delete e.type}function Wm(e,t){const{filename:n,breakLineCode:r,needIndent:s}=t,i=t.location!==!1,o={filename:n,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:r,needIndent:s,indentLevel:0};i&&e.loc&&(o.source=e.loc.source);const a=()=>o;function l(w,E){o.code+=w}function u(w,E=!0){const _=E?r:"";l(s?_+" ".repeat(w):_)}function c(w=!0){const E=++o.indentLevel;w&&u(E)}function f(w=!0){const E=--o.indentLevel;w&&u(E)}function d(){u(o.indentLevel)}return{context:a,push:l,indent:c,deindent:f,newline:d,helper:w=>`_${w}`,needIndent:()=>o.needIndent}}function Hm(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),Wn(e,t.key),t.modifier?(e.push(", "),Wn(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function zm(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&&(Wn(e,t.items[i]),i!==s-1);i++)e.push(", ");e.deindent(r()),e.push("])")}function Vm(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&&(Wn(e,t.cases[i]),i!==s-1);i++)e.push(", ");e.deindent(r()),e.push("])")}}function Bm(e,t){t.body?Wn(e,t.body):e.push("null")}function Wn(e,t){const{helper:n}=e;switch(t.type){case 0:Bm(e,t);break;case 1:Vm(e,t);break;case 2:zm(e,t);break;case 6:Hm(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}}const Gm=(e,t={})=>{const n=F(t.mode)?t.mode:"normal",r=F(t.filename)?t.filename:"message.intl";t.sourceMap;const s=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
9
+ `,i=t.needIndent?t.needIndent:n!=="arrow",o=e.helpers||[],a=Wm(e,{filename:r,breakLineCode:s,needIndent:i});a.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),a.indent(i),o.length>0&&(a.push(`const { ${Zi(o.map(c=>`${c}: _${c}`),", ")} } = ctx`),a.newline()),a.push("return "),Wn(a,e),a.deindent(i),a.push("}"),delete e.helpers;const{code:l,map:u}=a.context();return{ast:e,code:l,map:u?u.toJSON():void 0}};function Zm(e,t={}){const n=Ie({},t),r=!!n.jit,s=!!n.minify,i=n.optimize==null?!0:n.optimize,a=Mm(n).parse(e);return r?(i&&Km(a),s&&Kn(a),{ast:a,code:""}):(Um(a,n),Gm(a,n))}function Xm(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(_n().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(_n().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}function wt(e){return ie(e)&&Ji(e)===0&&(st(e,"b")||st(e,"body"))}const _c=["b","body"];function Ym(e){return qt(e,_c)}const bc=["c","cases"];function Jm(e){return qt(e,bc,[])}const yc=["s","static"];function qm(e){return qt(e,yc)}const wc=["i","items"];function Qm(e){return qt(e,wc,[])}const vc=["t","type"];function Ji(e){return qt(e,vc)}const kc=["v","value"];function Is(e,t){const n=qt(e,kc);if(n!=null)return n;throw kr(t)}const xc=["m","modifier"];function eg(e){return qt(e,xc)}const Sc=["k","key"];function tg(e){const t=qt(e,Sc);if(t)return t;throw kr(6)}function qt(e,t,n){for(let r=0;r<t.length;r++){const s=t[r];if(st(e,s)&&e[s]!=null)return e[s]}return n}const Tc=[..._c,...bc,...yc,...wc,...Sc,...xc,...kc,...vc];function kr(e){return new Error(`unhandled node type: ${e}`)}function qi(e){return n=>ng(n,e)}function ng(e,t){const n=Ym(t);if(n==null)throw kr(0);if(Ji(n)===1){const i=Jm(n);return e.plural(i.reduce((o,a)=>[...o,Ec(e,a)],[]))}else return Ec(e,n)}function Ec(e,t){const n=qm(t);if(n!=null)return e.type==="text"?n:e.normalize([n]);{const r=Qm(t).reduce((s,i)=>[...s,Qi(e,i)],[]);return e.normalize(r)}}function Qi(e,t){const n=Ji(t);switch(n){case 3:return Is(t,n);case 9:return Is(t,n);case 4:{const r=t;if(st(r,"k")&&r.k)return e.interpolate(e.named(r.k));if(st(r,"key")&&r.key)return e.interpolate(e.named(r.key));throw kr(n)}case 5:{const r=t;if(st(r,"i")&&Se(r.i))return e.interpolate(e.list(r.i));if(st(r,"index")&&Se(r.index))return e.interpolate(e.list(r.index));throw kr(n)}case 6:{const r=t,s=eg(r),i=tg(r);return e.linked(Qi(e,i),s?Qi(e,s):void 0,e.type)}case 7:return Is(t,n);case 8:return Is(t,n);default:throw new Error(`unhandled node on format message part: ${n}`)}}const rg=e=>e;let Cs=fe();function sg(e,t={}){let n=!1;const r=t.onError||Im;return t.onError=s=>{n=!0,r(s)},{...Zm(e,t),detectError:n}}function ig(e,t){if(!__INTLIFY_DROP_MESSAGE_COMPILER__&&F(e)){ne(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||rg)(e),s=Cs[r];if(s)return s;const{ast:i,detectError:o}=sg(e,{...t,location:!1,jit:!0}),a=qi(i);return o?a:Cs[r]=a}else{const n=e.cacheKey;if(n){const r=Cs[n];return r||(Cs[n]=qi(e))}else return qi(e)}}let xr=null;function og(e){xr=e}function ag(e,t,n){xr&&xr.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const lg=cg("function:translate");function cg(e){return t=>xr&&xr.emit(e,t)}const Nt={INVALID_ARGUMENT:Em,INVALID_DATE_ARGUMENT:18,INVALID_ISO_DATE_ARGUMENT:19,NOT_SUPPORT_LOCALE_PROMISE_VALUE:21,NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:22,NOT_SUPPORT_LOCALE_TYPE:23},ug=24;function Dt(e){return Es(e,null,void 0)}function eo(e,t){return t.locale!=null?Ic(t.locale):Ic(e.locale)}let to;function Ic(e){if(F(e))return e;if(me(e)){if(e.resolvedOnce&&to!=null)return to;if(e.constructor.name==="Function"){const t=e();if(xm(t))throw Dt(Nt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return to=t}else throw Dt(Nt.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Dt(Nt.NOT_SUPPORT_LOCALE_TYPE)}function fg(e,t,n){return[...new Set([n,...we(t)?t:ie(t)?Object.keys(t):F(t)?[t]:[n]])]}function Cc(e,t,n){const r=F(n)?n:Sr,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let i=s.__localeChainCache.get(r);if(!i){i=[];let o=[n];for(;we(o);)o=Oc(i,o,t);const a=we(t)||!J(t)?t:t.default?t.default:null;o=F(a)?[a]:a,we(o)&&Oc(i,o,!1),s.__localeChainCache.set(r,i)}return i}function Oc(e,t,n){let r=!0;for(let s=0;s<t.length&&ne(r);s++){const i=t[s];F(i)&&(r=dg(e,t[s],n))}return r}function dg(e,t,n){let r;const s=t.split("-");do{const i=s.join("-");r=hg(e,i,n),s.splice(-1,1)}while(s.length&&r===!0);return r}function hg(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),(we(n)||J(n))&&n[s]&&(r=n[s])}return r}const Qt=[];Qt[0]={w:[0],i:[3,0],"[":[4],o:[7]},Qt[1]={w:[1],".":[2],"[":[4],o:[7]},Qt[2]={w:[2],i:[3,0],0:[3,0]},Qt[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]},Qt[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]},Qt[5]={"'":[4,0],o:8,l:[5,0]},Qt[6]={'"':[4,0],o:8,l:[6,0]};const pg=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function mg(e){return pg.test(e)}function gg(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 _g(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 bg(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:mg(t)?gg(t):"*"+t}function yg(e){const t=[];let n=-1,r=0,s=0,i,o,a,l,u,c,f;const d=[];d[0]=()=>{o===void 0?o=a:o+=a},d[1]=()=>{o!==void 0&&(t.push(o),o=void 0)},d[2]=()=>{d[0](),s++},d[3]=()=>{if(s>0)s--,r=4,d[0]();else{if(s=0,o===void 0||(o=bg(o),o===!1))return!1;d[1]()}};function h(){const y=e[n+1];if(r===5&&y==="'"||r===6&&y==='"')return n++,a="\\"+y,d[0](),!0}for(;r!==null;)if(n++,i=e[n],!(i==="\\"&&h())){if(l=_g(i),f=Qt[r],u=f[l]||f.l||8,u===8||(r=u[0],u[1]!==void 0&&(c=d[u[1]],c&&(a=i,c()===!1))))return;if(r===7)return t}}const Ac=new Map;function wg(e,t){return ie(e)?e[t]:null}function vg(e,t){if(!ie(e))return null;let n=Ac.get(t);if(n||(n=yg(t),n&&Ac.set(t,n)),!n)return null;const r=n.length;let s=e,i=0;for(;i<r;){const o=n[i];if(Tc.includes(o)&&wt(s))return null;const a=s[o];if(a===void 0||me(s))return null;s=a,i++}return s}const kg="11.2.8",Os=-1,Sr="en-US",Pc="",Lc=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function xg(){return{upper:(e,t)=>t==="text"&&F(e)?e.toUpperCase():t==="vnode"&&ie(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&F(e)?e.toLowerCase():t==="vnode"&&ie(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&F(e)?Lc(e):t==="vnode"&&ie(e)&&"__v_isVNode"in e?Lc(e.children):e}}let Rc;function Sg(e){Rc=e}let $c;function Tg(e){$c=e}let Nc;function Eg(e){Nc=e}let Dc=null;const Ig=e=>{Dc=e},Cg=()=>Dc;let jc=null;const Mc=e=>{jc=e},Og=()=>jc;let Fc=0;function Ag(e={}){const t=me(e.onWarn)?e.onWarn:gm,n=F(e.version)?e.version:kg,r=F(e.locale)||me(e.locale)?e.locale:Sr,s=me(r)?Sr:r,i=we(e.fallbackLocale)||J(e.fallbackLocale)||F(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,o=J(e.messages)?e.messages:no(s),a=J(e.datetimeFormats)?e.datetimeFormats:no(s),l=J(e.numberFormats)?e.numberFormats:no(s),u=Ie(fe(),e.modifiers,xg()),c=e.pluralRules||fe(),f=me(e.missing)?e.missing:null,d=ne(e.missingWarn)||Un(e.missingWarn)?e.missingWarn:!0,h=ne(e.fallbackWarn)||Un(e.fallbackWarn)?e.fallbackWarn:!0,y=!!e.fallbackFormat,w=!!e.unresolving,E=me(e.postTranslation)?e.postTranslation:null,_=J(e.processor)?e.processor:null,v=ne(e.warnHtmlMessage)?e.warnHtmlMessage:!0,T=!!e.escapeParameter,g=me(e.messageCompiler)?e.messageCompiler:Rc,C=me(e.messageResolver)?e.messageResolver:$c||wg,D=me(e.localeFallbacker)?e.localeFallbacker:Nc||fg,P=ie(e.fallbackContext)?e.fallbackContext:void 0,M=e,U=ie(M.__datetimeFormatters)?M.__datetimeFormatters:new Map,Z=ie(M.__numberFormatters)?M.__numberFormatters:new Map,Q=ie(M.__meta)?M.__meta:{};Fc++;const X={version:n,cid:Fc,locale:r,fallbackLocale:i,messages:o,modifiers:u,pluralRules:c,missing:f,missingWarn:d,fallbackWarn:h,fallbackFormat:y,unresolving:w,postTranslation:E,processor:_,warnHtmlMessage:v,escapeParameter:T,messageCompiler:g,messageResolver:C,localeFallbacker:D,fallbackContext:P,onWarn:t,__meta:Q};return X.datetimeFormats=a,X.numberFormats=l,X.__datetimeFormatters=U,X.__numberFormatters=Z,__INTLIFY_PROD_DEVTOOLS__&&ag(X,n,Q),X}const no=e=>({[e]:fe()});function ro(e,t,n,r,s){const{missing:i,onWarn:o}=e;if(i!==null){const a=i(e,n,t,s);return F(a)?a:t}else return t}function Tr(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Pg(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function Lg(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let r=n+1;r<t.length;r++)if(Pg(e,t[r]))return!0;return!1}function Uc(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:s,onWarn:i,localeFallbacker:o}=e,{__datetimeFormatters:a}=e,[l,u,c,f]=so(...t),d=ne(c.missingWarn)?c.missingWarn:e.missingWarn;ne(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn;const h=!!c.part,y=eo(e,c),w=o(e,s,y);if(!F(l)||l==="")return new Intl.DateTimeFormat(y,f).format(u);let E={},_,v=null;const T="datetime format";for(let D=0;D<w.length&&(_=w[D],E=n[_]||{},v=E[l],!J(v));D++)ro(e,l,_,d,T);if(!J(v)||!F(_))return r?Os:l;let g=`${_}__${l}`;xs(f)||(g=`${g}__${JSON.stringify(f)}`);let C=a.get(g);return C||(C=new Intl.DateTimeFormat(_,Ie({},v,f)),a.set(g,C)),h?C.formatToParts(u):C.format(u)}const Kc=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function so(...e){const[t,n,r,s]=e,i=fe();let o=fe(),a;if(F(t)){const l=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!l)throw Dt(Nt.INVALID_ISO_DATE_ARGUMENT);const u=l[3]?l[3].trim().startsWith("T")?`${l[1].trim()}${l[3].trim()}`:`${l[1].trim()}T${l[3].trim()}`:l[1].trim();a=new Date(u);try{a.toISOString()}catch{throw Dt(Nt.INVALID_ISO_DATE_ARGUMENT)}}else if(ym(t)){if(isNaN(t.getTime()))throw Dt(Nt.INVALID_DATE_ARGUMENT);a=t}else if(Se(t))a=t;else throw Dt(Nt.INVALID_ARGUMENT);return F(n)?i.key=n:J(n)&&Object.keys(n).forEach(l=>{Kc.includes(l)?o[l]=n[l]:i[l]=n[l]}),F(r)?i.locale=r:J(r)&&(o=r),J(s)&&(o=s),[i.key||"",a,i,o]}function Wc(e,t,n){const r=e;for(const s in n){const i=`${t}__${s}`;r.__datetimeFormatters.has(i)&&r.__datetimeFormatters.delete(i)}}function Hc(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:s,onWarn:i,localeFallbacker:o}=e,{__numberFormatters:a}=e,[l,u,c,f]=io(...t),d=ne(c.missingWarn)?c.missingWarn:e.missingWarn;ne(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn;const h=!!c.part,y=eo(e,c),w=o(e,s,y);if(!F(l)||l==="")return new Intl.NumberFormat(y,f).format(u);let E={},_,v=null;const T="number format";for(let D=0;D<w.length&&(_=w[D],E=n[_]||{},v=E[l],!J(v));D++)ro(e,l,_,d,T);if(!J(v)||!F(_))return r?Os:l;let g=`${_}__${l}`;xs(f)||(g=`${g}__${JSON.stringify(f)}`);let C=a.get(g);return C||(C=new Intl.NumberFormat(_,Ie({},v,f)),a.set(g,C)),h?C.formatToParts(u):C.format(u)}const zc=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function io(...e){const[t,n,r,s]=e,i=fe();let o=fe();if(!Se(t))throw Dt(Nt.INVALID_ARGUMENT);const a=t;return F(n)?i.key=n:J(n)&&Object.keys(n).forEach(l=>{zc.includes(l)?o[l]=n[l]:i[l]=n[l]}),F(r)?i.locale=r:J(r)&&(o=r),J(s)&&(o=s),[i.key||"",a,i,o]}function Vc(e,t,n){const r=e;for(const s in n){const i=`${t}__${s}`;r.__numberFormatters.has(i)&&r.__numberFormatters.delete(i)}}const Rg=e=>e,$g=e=>"",Ng="text",Dg=e=>e.length===0?"":Zi(e),jg=Sm;function Bc(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function Mg(e){const t=Se(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Se(e.named.count)||Se(e.named.n))?Se(e.named.count)?e.named.count:Se(e.named.n)?e.named.n:t:t}function Fg(e,t){t.count||(t.count=e),t.n||(t.n=e)}function Ug(e={}){const t=e.locale,n=Mg(e),r=ie(e.pluralRules)&&F(t)&&me(e.pluralRules[t])?e.pluralRules[t]:Bc,s=ie(e.pluralRules)&&F(t)&&me(e.pluralRules[t])?Bc:void 0,i=_=>_[r(n,_.length,s)],o=e.list||[],a=_=>o[_],l=e.named||fe();Se(e.pluralIndex)&&Fg(n,l);const u=_=>l[_];function c(_,v){const T=me(e.messages)?e.messages(_,!!v):ie(e.messages)?e.messages[_]:!1;return T||(e.parent?e.parent.message(_):$g)}const f=_=>e.modifiers?e.modifiers[_]:Rg,d=J(e.processor)&&me(e.processor.normalize)?e.processor.normalize:Dg,h=J(e.processor)&&me(e.processor.interpolate)?e.processor.interpolate:jg,y=J(e.processor)&&F(e.processor.type)?e.processor.type:Ng,E={list:a,named:u,plural:i,linked:(_,...v)=>{const[T,g]=v;let C="text",D="";v.length===1?ie(T)?(D=T.modifier||D,C=T.type||C):F(T)&&(D=T||D):v.length===2&&(F(T)&&(D=T||D),F(g)&&(C=g||C));const P=c(_,!0)(E),M=C==="vnode"&&we(P)&&D?P[0]:P;return D?f(D)(M,C):M},message:c,type:y,interpolate:h,normalize:d,values:Ie(fe(),o,l)};return E}const Gc=()=>"",Ye=e=>me(e);function Zc(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:s,messageCompiler:i,fallbackLocale:o,messages:a}=e,[l,u]=oo(...t),c=ne(u.missingWarn)?u.missingWarn:e.missingWarn,f=ne(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn,d=ne(u.escapeParameter)?u.escapeParameter:e.escapeParameter,h=!!u.resolvedMessage,y=F(u.default)||ne(u.default)?ne(u.default)?i?l:()=>l:u.default:n?i?l:()=>l:null,w=n||y!=null&&(F(y)||me(y)),E=eo(e,u);d&&Kg(u);let[_,v,T]=h?[l,E,a[E]||fe()]:Xc(e,l,E,o,f,c),g=_,C=l;if(!h&&!(F(g)||wt(g)||Ye(g))&&w&&(g=y,C=g),!h&&(!(F(g)||wt(g)||Ye(g))||!F(v)))return s?Os:l;let D=!1;const P=()=>{D=!0},M=Ye(g)?g:Yc(e,l,v,g,C,P);if(D)return g;const U=zg(e,v,T,u),Z=Ug(U),Q=Wg(e,M,Z);let X=r?r(Q,l):Q;if(d&&F(X)&&(X=vm(X)),__INTLIFY_PROD_DEVTOOLS__){const Oe={timestamp:Date.now(),key:F(l)?l:Ye(g)?g.key:"",locale:v||(Ye(g)?g.locale:""),format:F(g)?g:Ye(g)?g.source:"",message:X};Oe.meta=Ie({},e.__meta,Cg()||{}),lg(Oe)}return X}function Kg(e){we(e.list)?e.list=e.list.map(t=>F(t)?fc(t):t):ie(e.named)&&Object.keys(e.named).forEach(t=>{F(e.named[t])&&(e.named[t]=fc(e.named[t]))})}function Xc(e,t,n,r,s,i){const{messages:o,onWarn:a,messageResolver:l,localeFallbacker:u}=e,c=u(e,r,n);let f=fe(),d,h=null;const y="translate";for(let w=0;w<c.length&&(d=c[w],f=o[d]||fe(),(h=l(f,t))===null&&(h=f[t]),!(F(h)||wt(h)||Ye(h)));w++)if(!Lg(d,c)){const E=ro(e,t,d,i,y);E!==t&&(h=E)}return[h,d,f]}function Yc(e,t,n,r,s,i){const{messageCompiler:o,warnHtmlMessage:a}=e;if(Ye(r)){const u=r;return u.locale=u.locale||n,u.key=u.key||t,u}if(o==null){const u=(()=>r);return u.locale=n,u.key=t,u}const l=o(r,Hg(e,n,s,r,a,i));return l.locale=n,l.key=t,l.source=r,l}function Wg(e,t,n){return t(n)}function oo(...e){const[t,n,r]=e,s=fe();if(!F(t)&&!Se(t)&&!Ye(t)&&!wt(t))throw Dt(Nt.INVALID_ARGUMENT);const i=Se(t)?String(t):(Ye(t),t);return Se(n)?s.plural=n:F(n)?s.default=n:J(n)&&!xs(n)?s.named=n:we(n)&&(s.list=n),Se(r)?s.plural=r:F(r)?s.default=r:J(r)&&Ie(s,r),[i,s]}function Hg(e,t,n,r,s,i){return{locale:t,key:n,warnHtmlMessage:s,onError:o=>{throw i&&i(o),o},onCacheKey:o=>_m(t,n,o)}}function zg(e,t,n,r){const{modifiers:s,pluralRules:i,messageResolver:o,fallbackLocale:a,fallbackWarn:l,missingWarn:u,fallbackContext:c}=e,d={locale:t,modifiers:s,pluralRules:i,messages:(h,y)=>{let w=o(n,h);if(w==null&&(c||y)){const[,,E]=Xc(c||e,h,t,a,l,u);w=o(E,h)}if(F(w)||wt(w)){let E=!1;const v=Yc(e,h,t,w,h,()=>{E=!0});return E?Gc:v}else return Ye(w)?w:Gc}};return e.processor&&(d.processor=e.processor),r.list&&(d.list=r.list),r.named&&(d.named=r.named),Se(r.plural)&&(d.pluralIndex=r.plural),d}Xm();const Vg="11.2.8";function Bg(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(_n().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(_n().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(_n().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(_n().__INTLIFY_PROD_DEVTOOLS__=!1)}const Ke={UNEXPECTED_RETURN_TYPE:ug,INVALID_ARGUMENT:25,MUST_BE_CALL_SETUP_TOP:26,NOT_INSTALLED:27,REQUIRED_VALUE:28,INVALID_VALUE:29,NOT_INSTALLED_WITH_PROVIDE:31,UNEXPECTED_ERROR:32};function Ge(e,...t){return Es(e,null,void 0)}const ao=Jt("__translateVNode"),lo=Jt("__datetimeParts"),co=Jt("__numberParts"),Jc=Jt("__setPluralRules"),qc=Jt("__injectWithOption"),uo=Jt("__dispose");function Er(e){if(!ie(e)||wt(e))return e;for(const t in e)if(st(e,t))if(!t.includes("."))ie(e[t])&&Er(e[t]);else{const n=t.split("."),r=n.length-1;let s=e,i=!1;for(let o=0;o<r;o++){if(n[o]==="__proto__")throw new Error(`unsafe key: ${n[o]}`);if(n[o]in s||(s[n[o]]=fe()),!ie(s[n[o]])){i=!0;break}s=s[n[o]]}if(i||(wt(s)?Tc.includes(n[r])||delete e[t]:(s[n[r]]=e[t],delete e[t])),!wt(s)){const o=s[n[r]];ie(o)&&Er(o)}}return e}function fo(e,t){const{messages:n,__i18n:r,messageResolver:s,flatJson:i}=t,o=J(n)?n:we(r)?fe():{[e]:fe()};if(we(r)&&r.forEach(a=>{if("locale"in a&&"resource"in a){const{locale:l,resource:u}=a;l?(o[l]=o[l]||fe(),Ts(u,o[l])):Ts(u,o)}else F(a)&&Ts(JSON.parse(a),o)}),s==null&&i)for(const a in o)st(o,a)&&Er(o[a]);return o}function Qc(e){return e.type}function eu(e,t,n){let r=ie(t.messages)?t.messages:fe();"__i18nGlobal"in n&&(r=fo(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(i=>{e.mergeLocaleMessage(i,r[i])});{if(ie(t.datetimeFormats)){const i=Object.keys(t.datetimeFormats);i.length&&i.forEach(o=>{e.mergeDateTimeFormat(o,t.datetimeFormats[o])})}if(ie(t.numberFormats)){const i=Object.keys(t.numberFormats);i.length&&i.forEach(o=>{e.mergeNumberFormat(o,t.numberFormats[o])})}}}function tu(e){return ke(lr,null,e,0)}function Ir(){return Ci()}const nu="__INTLIFY_META__",ru=()=>[],Gg=()=>!1;let su=0;function iu(e){return((t,n,r,s)=>e(n,r,Ir()||void 0,s))}const Zg=()=>{const e=Ir();let t=null;return e&&(t=Qc(e)[nu])?{[nu]:t}:null};function ho(e={}){const{__root:t,__injectWithOption:n}=e,r=t===void 0,s=e.flatJson,i=ks?te:xd;let o=ne(e.inheritLocale)?e.inheritLocale:!0;const a=i(t&&o?t.locale.value:F(e.locale)?e.locale:Sr),l=i(t&&o?t.fallbackLocale.value:F(e.fallbackLocale)||we(e.fallbackLocale)||J(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:a.value),u=i(fo(a.value,e)),c=i(J(e.datetimeFormats)?e.datetimeFormats:{[a.value]:{}}),f=i(J(e.numberFormats)?e.numberFormats:{[a.value]:{}});let d=t?t.missingWarn:ne(e.missingWarn)||Un(e.missingWarn)?e.missingWarn:!0,h=t?t.fallbackWarn:ne(e.fallbackWarn)||Un(e.fallbackWarn)?e.fallbackWarn:!0,y=t?t.fallbackRoot:ne(e.fallbackRoot)?e.fallbackRoot:!0,w=!!e.fallbackFormat,E=me(e.missing)?e.missing:null,_=me(e.missing)?iu(e.missing):null,v=me(e.postTranslation)?e.postTranslation:null,T=t?t.warnHtmlMessage:ne(e.warnHtmlMessage)?e.warnHtmlMessage:!0,g=!!e.escapeParameter;const C=t?t.modifiers:J(e.modifiers)?e.modifiers:{};let D=e.pluralRules||t&&t.pluralRules,P;P=(()=>{r&&Mc(null);const S={version:Vg,locale:a.value,fallbackLocale:l.value,messages:u.value,modifiers:C,pluralRules:D,missing:_===null?void 0:_,missingWarn:d,fallbackWarn:h,fallbackFormat:w,unresolving:!0,postTranslation:v===null?void 0:v,warnHtmlMessage:T,escapeParameter:g,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};S.datetimeFormats=c.value,S.numberFormats=f.value,S.__datetimeFormatters=J(P)?P.__datetimeFormatters:void 0,S.__numberFormatters=J(P)?P.__numberFormatters:void 0;const O=Ag(S);return r&&Mc(O),O})(),Tr(P,a.value,l.value);function U(){return[a.value,l.value,u.value,c.value,f.value]}const Z=nt({get:()=>a.value,set:S=>{P.locale=S,a.value=S}}),Q=nt({get:()=>l.value,set:S=>{P.fallbackLocale=S,l.value=S,Tr(P,a.value,S)}}),X=nt(()=>u.value),Oe=nt(()=>c.value),at=nt(()=>f.value);function tn(){return me(v)?v:null}function _e(S){v=S,P.postTranslation=S}function G(){return E}function le(S){S!==null&&(_=iu(S)),E=S,P.missing=_}const Ae=(S,O,K,H,q,Ce)=>{U();let xe;try{__INTLIFY_PROD_DEVTOOLS__,r||(P.fallbackContext=t?Og():void 0),xe=S(P)}finally{__INTLIFY_PROD_DEVTOOLS__,r||(P.fallbackContext=void 0)}if(K!=="translate exists"&&Se(xe)&&xe===Os||K==="translate exists"&&!xe){const[qe,lt]=O();return t&&y?H(t):q(qe)}else{if(Ce(xe))return xe;throw Ge(Ke.UNEXPECTED_RETURN_TYPE)}};function Ut(...S){return Ae(O=>Reflect.apply(Zc,null,[O,...S]),()=>oo(...S),"translate",O=>Reflect.apply(O.t,O,[...S]),O=>O,O=>F(O))}function Je(...S){const[O,K,H]=S;if(H&&!ie(H))throw Ge(Ke.INVALID_ARGUMENT);return Ut(O,K,Ie({resolvedMessage:!0},H||{}))}function We(...S){return Ae(O=>Reflect.apply(Uc,null,[O,...S]),()=>so(...S),"datetime format",O=>Reflect.apply(O.d,O,[...S]),()=>Pc,O=>F(O)||we(O))}function Gn(...S){return Ae(O=>Reflect.apply(Hc,null,[O,...S]),()=>io(...S),"number format",O=>Reflect.apply(O.n,O,[...S]),()=>Pc,O=>F(O)||we(O))}function Mr(S){return S.map(O=>F(O)||Se(O)||ne(O)?tu(String(O)):O)}const Kt={normalize:Mr,interpolate:S=>S,type:"vnode"};function nn(...S){return Ae(O=>{let K;const H=O;try{H.processor=Kt,K=Reflect.apply(Zc,null,[H,...S])}finally{H.processor=null}return K},()=>oo(...S),"translate",O=>O[ao](...S),O=>[tu(O)],O=>we(O))}function rn(...S){return Ae(O=>Reflect.apply(Hc,null,[O,...S]),()=>io(...S),"number format",O=>O[co](...S),ru,O=>F(O)||we(O))}function Zn(...S){return Ae(O=>Reflect.apply(Uc,null,[O,...S]),()=>so(...S),"datetime format",O=>O[lo](...S),ru,O=>F(O)||we(O))}function St(S){D=S,P.pluralRules=D}function Zs(S,O){return Ae(()=>{if(!S)return!1;const K=F(O)?O:a.value,H=A(K),q=P.messageResolver(H,S);return wt(q)||Ye(q)||F(q)},()=>[S],"translate exists",K=>Reflect.apply(K.te,K,[S,O]),Gg,K=>ne(K))}function b(S){let O=null;const K=Cc(P,l.value,a.value);for(let H=0;H<K.length;H++){const q=u.value[K[H]]||{},Ce=P.messageResolver(q,S);if(Ce!=null){O=Ce;break}}return O}function k(S){const O=b(S);return O??(t?t.tm(S)||{}:{})}function A(S){return u.value[S]||{}}function $(S,O){if(s){const K={[S]:O};for(const H in K)st(K,H)&&Er(K[H]);O=K[S]}u.value[S]=O,P.messages=u.value}function R(S,O){u.value[S]=u.value[S]||{};const K={[S]:O};if(s)for(const H in K)st(K,H)&&Er(K[H]);O=K[S],Ts(O,u.value[S]),P.messages=u.value}function N(S){return c.value[S]||{}}function p(S,O){c.value[S]=O,P.datetimeFormats=c.value,Wc(P,S,O)}function m(S,O){c.value[S]=Ie(c.value[S]||{},O),P.datetimeFormats=c.value,Wc(P,S,O)}function x(S){return f.value[S]||{}}function I(S,O){f.value[S]=O,P.numberFormats=f.value,Vc(P,S,O)}function j(S,O){f.value[S]=Ie(f.value[S]||{},O),P.numberFormats=f.value,Vc(P,S,O)}su++,t&&ks&&(tt(t.locale,S=>{o&&(a.value=S,P.locale=S,Tr(P,a.value,l.value))}),tt(t.fallbackLocale,S=>{o&&(l.value=S,P.fallbackLocale=S,Tr(P,a.value,l.value))}));const L={id:su,locale:Z,fallbackLocale:Q,get inheritLocale(){return o},set inheritLocale(S){o=S,S&&t&&(a.value=t.locale.value,l.value=t.fallbackLocale.value,Tr(P,a.value,l.value))},get availableLocales(){return Object.keys(u.value).sort()},messages:X,get modifiers(){return C},get pluralRules(){return D||{}},get isGlobal(){return r},get missingWarn(){return d},set missingWarn(S){d=S,P.missingWarn=d},get fallbackWarn(){return h},set fallbackWarn(S){h=S,P.fallbackWarn=h},get fallbackRoot(){return y},set fallbackRoot(S){y=S},get fallbackFormat(){return w},set fallbackFormat(S){w=S,P.fallbackFormat=w},get warnHtmlMessage(){return T},set warnHtmlMessage(S){T=S,P.warnHtmlMessage=S},get escapeParameter(){return g},set escapeParameter(S){g=S,P.escapeParameter=S},t:Ut,getLocaleMessage:A,setLocaleMessage:$,mergeLocaleMessage:R,getPostTranslationHandler:tn,setPostTranslationHandler:_e,getMissingHandler:G,setMissingHandler:le,[Jc]:St};return L.datetimeFormats=Oe,L.numberFormats=at,L.rt=Je,L.te=Zs,L.tm=k,L.d=We,L.n=Gn,L.getDateTimeFormat=N,L.setDateTimeFormat=p,L.mergeDateTimeFormat=m,L.getNumberFormat=x,L.setNumberFormat=I,L.mergeNumberFormat=j,L[qc]=n,L[ao]=nn,L[lo]=Zn,L[co]=rn,L}function Xg(e){const t=F(e.locale)?e.locale:Sr,n=F(e.fallbackLocale)||we(e.fallbackLocale)||J(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=me(e.missing)?e.missing:void 0,s=ne(e.silentTranslationWarn)||Un(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,i=ne(e.silentFallbackWarn)||Un(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,o=ne(e.fallbackRoot)?e.fallbackRoot:!0,a=!!e.formatFallbackMessages,l=J(e.modifiers)?e.modifiers:{},u=e.pluralizationRules,c=me(e.postTranslation)?e.postTranslation:void 0,f=F(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,d=!!e.escapeParameterHtml,h=ne(e.sync)?e.sync:!0;let y=e.messages;if(J(e.sharedMessages)){const C=e.sharedMessages;y=Object.keys(C).reduce((P,M)=>{const U=P[M]||(P[M]={});return Ie(U,C[M]),P},y||{})}const{__i18n:w,__root:E,__injectWithOption:_}=e,v=e.datetimeFormats,T=e.numberFormats,g=e.flatJson;return{locale:t,fallbackLocale:n,messages:y,flatJson:g,datetimeFormats:v,numberFormats:T,missing:r,missingWarn:s,fallbackWarn:i,fallbackRoot:o,fallbackFormat:a,modifiers:l,pluralRules:u,postTranslation:c,warnHtmlMessage:f,escapeParameter:d,messageResolver:e.messageResolver,inheritLocale:h,__i18n:w,__root:E,__injectWithOption:_}}function po(e={}){const t=ho(Xg(e)),{__extender:n}=e,r={id:t.id,get locale(){return t.locale.value},set locale(s){t.locale.value=s},get fallbackLocale(){return t.fallbackLocale.value},set fallbackLocale(s){t.fallbackLocale.value=s},get messages(){return t.messages.value},get datetimeFormats(){return t.datetimeFormats.value},get numberFormats(){return t.numberFormats.value},get availableLocales(){return t.availableLocales},get missing(){return t.getMissingHandler()},set missing(s){t.setMissingHandler(s)},get silentTranslationWarn(){return ne(t.missingWarn)?!t.missingWarn:t.missingWarn},set silentTranslationWarn(s){t.missingWarn=ne(s)?!s:s},get silentFallbackWarn(){return ne(t.fallbackWarn)?!t.fallbackWarn:t.fallbackWarn},set silentFallbackWarn(s){t.fallbackWarn=ne(s)?!s:s},get modifiers(){return t.modifiers},get formatFallbackMessages(){return t.fallbackFormat},set formatFallbackMessages(s){t.fallbackFormat=s},get postTranslation(){return t.getPostTranslationHandler()},set postTranslation(s){t.setPostTranslationHandler(s)},get sync(){return t.inheritLocale},set sync(s){t.inheritLocale=s},get warnHtmlInMessage(){return t.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(s){t.warnHtmlMessage=s!=="off"},get escapeParameterHtml(){return t.escapeParameter},set escapeParameterHtml(s){t.escapeParameter=s},get pluralizationRules(){return t.pluralRules||{}},__composer:t,t(...s){return Reflect.apply(t.t,t,[...s])},rt(...s){return Reflect.apply(t.rt,t,[...s])},te(s,i){return t.te(s,i)},tm(s){return t.tm(s)},getLocaleMessage(s){return t.getLocaleMessage(s)},setLocaleMessage(s,i){t.setLocaleMessage(s,i)},mergeLocaleMessage(s,i){t.mergeLocaleMessage(s,i)},d(...s){return Reflect.apply(t.d,t,[...s])},getDateTimeFormat(s){return t.getDateTimeFormat(s)},setDateTimeFormat(s,i){t.setDateTimeFormat(s,i)},mergeDateTimeFormat(s,i){t.mergeDateTimeFormat(s,i)},n(...s){return Reflect.apply(t.n,t,[...s])},getNumberFormat(s){return t.getNumberFormat(s)},setNumberFormat(s,i){t.setNumberFormat(s,i)},mergeNumberFormat(s,i){t.mergeNumberFormat(s,i)}};return r.__extender=n,r}function Yg(e,t,n){return{beforeCreate(){const r=Ir();if(!r)throw Ge(Ke.UNEXPECTED_ERROR);const s=this.$options;if(s.i18n){const i=s.i18n;if(s.__i18n&&(i.__i18n=s.__i18n),i.__root=t,this===this.$root)this.$i18n=ou(e,i);else{i.__injectWithOption=!0,i.__extender=n.__vueI18nExtend,this.$i18n=po(i);const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}}else if(s.__i18n)if(this===this.$root)this.$i18n=ou(e,s);else{this.$i18n=po({__i18n:s.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}else this.$i18n=e;s.__i18nGlobal&&eu(t,s,s),this.$t=(...i)=>this.$i18n.t(...i),this.$rt=(...i)=>this.$i18n.rt(...i),this.$te=(i,o)=>this.$i18n.te(i,o),this.$d=(...i)=>this.$i18n.d(...i),this.$n=(...i)=>this.$i18n.n(...i),this.$tm=i=>this.$i18n.tm(i),n.__setInstance(r,this.$i18n)},mounted(){},unmounted(){const r=Ir();if(!r)throw Ge(Ke.UNEXPECTED_ERROR);const s=this.$i18n;delete this.$t,delete this.$rt,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,s.__disposer&&(s.__disposer(),delete s.__disposer,delete s.__extender),n.__deleteInstance(r),delete this.$i18n}}}function ou(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[Jc](t.pluralizationRules||e.pluralizationRules);const n=fo(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const mo={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function Jg({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,s)=>[...r,...s.type===Te?s.children:[s]],[]):t.reduce((n,r)=>{const s=e[r];return s&&(n[r]=s()),n},fe())}function au(){return Te}const lu=pt({name:"i18n-t",props:Ie({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Se(e)||!isNaN(e)}},mo),setup(e,t){const{slots:n,attrs:r}=t,s=e.i18n||vt({useScope:e.scope,__useComponent:!0});return()=>{const i=Object.keys(n).filter(f=>f[0]!=="_"),o=fe();e.locale&&(o.locale=e.locale),e.plural!==void 0&&(o.plural=F(e.plural)?+e.plural:e.plural);const a=Jg(t,i),l=s[ao](e.keypath,a,o),u=Ie(fe(),r),c=F(e.tag)||ie(e.tag)?e.tag:au();return pr(c,u,l)}}});function qg(e){return we(e)&&!F(e[0])}function cu(e,t,n,r){const{slots:s,attrs:i}=t;return()=>{const o={part:!0};let a=fe();e.locale&&(o.locale=e.locale),F(e.format)?o.key=e.format:ie(e.format)&&(F(e.format.key)&&(o.key=e.format.key),a=Object.keys(e.format).reduce((d,h)=>n.includes(h)?Ie(fe(),d,{[h]:e.format[h]}):d,fe()));const l=r(e.value,o,a);let u=[o.key];we(l)?u=l.map((d,h)=>{const y=s[d.type],w=y?y({[d.type]:d.value,index:h,parts:l}):[d.value];return qg(w)&&(w[0].key=`${d.type}-${h}`),w}):F(l)&&(u=[l]);const c=Ie(fe(),i),f=F(e.tag)||ie(e.tag)?e.tag:au();return pr(f,c,u)}}const uu=pt({name:"i18n-n",props:Ie({value:{type:Number,required:!0},format:{type:[String,Object]}},mo),setup(e,t){const n=e.i18n||vt({useScope:e.scope,__useComponent:!0});return cu(e,t,zc,(...r)=>n[co](...r))}});function Qg(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 e_(e){const t=o=>{const{instance:a,value:l}=o;if(!a||!a.$)throw Ge(Ke.UNEXPECTED_ERROR);const u=Qg(e,a.$),c=fu(l);return[Reflect.apply(u.t,u,[...du(c)]),u]};return{created:(o,a)=>{const[l,u]=t(a);ks&&e.global===u&&(o.__i18nWatcher=tt(u.locale,()=>{a.instance&&a.instance.$forceUpdate()})),o.__composer=u,o.textContent=l},unmounted:o=>{ks&&o.__i18nWatcher&&(o.__i18nWatcher(),o.__i18nWatcher=void 0,delete o.__i18nWatcher),o.__composer&&(o.__composer=void 0,delete o.__composer)},beforeUpdate:(o,{value:a})=>{if(o.__composer){const l=o.__composer,u=fu(a);o.textContent=Reflect.apply(l.t,l,[...du(u)])}},getSSRProps:o=>{const[a]=t(o);return{textContent:a}}}}function fu(e){if(F(e))return{path:e};if(J(e)){if(!("path"in e))throw Ge(Ke.REQUIRED_VALUE,"path");return e}else throw Ge(Ke.INVALID_VALUE)}function du(e){const{path:t,locale:n,args:r,choice:s,plural:i}=e,o={},a=r||{};return F(n)&&(o.locale=n),Se(s)&&(o.plural=s),Se(i)&&(o.plural=i),[t,a,o]}function t_(e,t,...n){const r=J(n[0])?n[0]:{};(!ne(r.globalInstall)||r.globalInstall)&&([lu.name,"I18nT"].forEach(i=>e.component(i,lu)),[uu.name,"I18nN"].forEach(i=>e.component(i,uu)),[pu.name,"I18nD"].forEach(i=>e.component(i,pu))),e.directive("t",e_(t))}const n_=Jt("global-vue-i18n");function r_(e={}){const t=__VUE_I18N_LEGACY_API__&&ne(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,n=ne(e.globalInjection)?e.globalInjection:!0,r=new Map,[s,i]=s_(e,t),o=Jt("");function a(f){return r.get(f)||null}function l(f,d){r.set(f,d)}function u(f){r.delete(f)}const c={get mode(){return __VUE_I18N_LEGACY_API__&&t?"legacy":"composition"},async install(f,...d){if(f.__VUE_I18N_SYMBOL__=o,f.provide(f.__VUE_I18N_SYMBOL__,c),J(d[0])){const w=d[0];c.__composerExtend=w.__composerExtend,c.__vueI18nExtend=w.__vueI18nExtend}let h=null;!t&&n&&(h=d_(f,c.global)),__VUE_I18N_FULL_INSTALL__&&t_(f,c,...d),__VUE_I18N_LEGACY_API__&&t&&f.mixin(Yg(i,i.__composer,c));const y=f.unmount;f.unmount=()=>{h&&h(),c.dispose(),y()}},get global(){return i},dispose(){s.stop()},__instances:r,__getInstance:a,__setInstance:l,__deleteInstance:u};return c}function vt(e={}){const t=Ir();if(t==null)throw Ge(Ke.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Ge(Ke.NOT_INSTALLED);const n=i_(t),r=a_(n),s=Qc(t),i=o_(e,s);if(i==="global")return eu(r,e,s),r;if(i==="parent"){let l=l_(n,t,e.__useComponent);return l==null&&(l=r),l}const o=n;let a=o.__getInstance(t);if(a==null){const l=Ie({},e);"__i18n"in s&&(l.__i18n=s.__i18n),r&&(l.__root=r),a=ho(l),o.__composerExtend&&(a[uo]=o.__composerExtend(a)),u_(o,t,a),o.__setInstance(t,a)}return a}function s_(e,t){const n=ei(),r=__VUE_I18N_LEGACY_API__&&t?n.run(()=>po(e)):n.run(()=>ho(e));if(r==null)throw Ge(Ke.UNEXPECTED_ERROR);return[n,r]}function i_(e){const t=Me(e.isCE?n_:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Ge(e.isCE?Ke.NOT_INSTALLED_WITH_PROVIDE:Ke.UNEXPECTED_ERROR);return t}function o_(e,t){return xs(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function a_(e){return e.mode==="composition"?e.global:e.global.__composer}function l_(e,t,n=!1){let r=null;const s=t.root;let i=c_(t,n);for(;i!=null;){const o=e;if(e.mode==="composition")r=o.__getInstance(i);else if(__VUE_I18N_LEGACY_API__){const a=o.__getInstance(i);a!=null&&(r=a.__composer,n&&r&&!r[qc]&&(r=null))}if(r!=null||s===i)break;i=i.parent}return r}function c_(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function u_(e,t,n){Rn(()=>{},t),_i(()=>{const r=n;e.__deleteInstance(t);const s=r[uo];s&&(s(),delete r[uo])},t)}const f_=["locale","fallbackLocale","availableLocales"],hu=["t","rt","d","n","tm","te"];function d_(e,t){const n=Object.create(null);return f_.forEach(s=>{const i=Object.getOwnPropertyDescriptor(t,s);if(!i)throw Ge(Ke.UNEXPECTED_ERROR);const o=ye(i.value)?{get(){return i.value.value},set(a){i.value.value=a}}:{get(){return i.get&&i.get()}};Object.defineProperty(n,s,o)}),e.config.globalProperties.$i18n=n,hu.forEach(s=>{const i=Object.getOwnPropertyDescriptor(t,s);if(!i||!i.value)throw Ge(Ke.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,i)}),()=>{delete e.config.globalProperties.$i18n,hu.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}const pu=pt({name:"i18n-d",props:Ie({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},mo),setup(e,t){const n=e.i18n||vt({useScope:e.scope,__useComponent:!0});return cu(e,t,Kc,(...r)=>n[lo](...r))}});if(Bg(),Sg(ig),Tg(vg),Eg(Cc),__INTLIFY_PROD_DEVTOOLS__){const e=_n();e.__INTLIFY__=!0,og(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}function mu(e,t){for(var n=-1,r=e==null?0:e.length,s=Array(r);++n<r;)s[n]=t(e[n],n,e);return s}function h_(){this.__data__=[],this.size=0}function gu(e,t){return e===t||e!==e&&t!==t}function As(e,t){for(var n=e.length;n--;)if(gu(e[n][0],t))return n;return-1}var p_=Array.prototype,m_=p_.splice;function g_(e){var t=this.__data__,n=As(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():m_.call(t,n,1),--this.size,!0}function __(e){var t=this.__data__,n=As(t,e);return n<0?void 0:t[n][1]}function b_(e){return As(this.__data__,e)>-1}function y_(e,t){var n=this.__data__,r=As(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function jt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}jt.prototype.clear=h_,jt.prototype.delete=g_,jt.prototype.get=__,jt.prototype.has=b_,jt.prototype.set=y_;function w_(){this.__data__=new jt,this.size=0}function v_(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function k_(e){return this.__data__.get(e)}function x_(e){return this.__data__.has(e)}var _u=typeof global=="object"&&global&&global.Object===Object&&global,S_=typeof self=="object"&&self&&self.Object===Object&&self,kt=_u||S_||Function("return this")(),xt=kt.Symbol,bu=Object.prototype,T_=bu.hasOwnProperty,E_=bu.toString,Cr=xt?xt.toStringTag:void 0;function I_(e){var t=T_.call(e,Cr),n=e[Cr];try{e[Cr]=void 0;var r=!0}catch{}var s=E_.call(e);return r&&(t?e[Cr]=n:delete e[Cr]),s}var C_=Object.prototype,O_=C_.toString;function A_(e){return O_.call(e)}var P_="[object Null]",L_="[object Undefined]",yu=xt?xt.toStringTag:void 0;function bn(e){return e==null?e===void 0?L_:P_:yu&&yu in Object(e)?I_(e):A_(e)}function Ps(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var R_="[object AsyncFunction]",$_="[object Function]",N_="[object GeneratorFunction]",D_="[object Proxy]";function wu(e){if(!Ps(e))return!1;var t=bn(e);return t==$_||t==N_||t==R_||t==D_}var go=kt["__core-js_shared__"],vu=(function(){var e=/[^.]+$/.exec(go&&go.keys&&go.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function j_(e){return!!vu&&vu in e}var M_=Function.prototype,F_=M_.toString;function yn(e){if(e!=null){try{return F_.call(e)}catch{}try{return e+""}catch{}}return""}var U_=/[\\^$.*+?()[\]{}|]/g,K_=/^\[object .+?Constructor\]$/,W_=Function.prototype,H_=Object.prototype,z_=W_.toString,V_=H_.hasOwnProperty,B_=RegExp("^"+z_.call(V_).replace(U_,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function G_(e){if(!Ps(e)||j_(e))return!1;var t=wu(e)?B_:K_;return t.test(yn(e))}function Z_(e,t){return e?.[t]}function wn(e,t){var n=Z_(e,t);return G_(n)?n:void 0}var Or=wn(kt,"Map"),Ar=wn(Object,"create");function X_(){this.__data__=Ar?Ar(null):{},this.size=0}function Y_(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var J_="__lodash_hash_undefined__",q_=Object.prototype,Q_=q_.hasOwnProperty;function eb(e){var t=this.__data__;if(Ar){var n=t[e];return n===J_?void 0:n}return Q_.call(t,e)?t[e]:void 0}var tb=Object.prototype,nb=tb.hasOwnProperty;function rb(e){var t=this.__data__;return Ar?t[e]!==void 0:nb.call(t,e)}var sb="__lodash_hash_undefined__";function ib(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Ar&&t===void 0?sb:t,this}function vn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}vn.prototype.clear=X_,vn.prototype.delete=Y_,vn.prototype.get=eb,vn.prototype.has=rb,vn.prototype.set=ib;function ob(){this.size=0,this.__data__={hash:new vn,map:new(Or||jt),string:new vn}}function ab(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Ls(e,t){var n=e.__data__;return ab(t)?n[typeof t=="string"?"string":"hash"]:n.map}function lb(e){var t=Ls(this,e).delete(e);return this.size-=t?1:0,t}function cb(e){return Ls(this,e).get(e)}function ub(e){return Ls(this,e).has(e)}function fb(e,t){var n=Ls(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function en(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}en.prototype.clear=ob,en.prototype.delete=lb,en.prototype.get=cb,en.prototype.has=ub,en.prototype.set=fb;var db=200;function hb(e,t){var n=this.__data__;if(n instanceof jt){var r=n.__data__;if(!Or||r.length<db-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new en(r)}return n.set(e,t),this.size=n.size,this}function Hn(e){var t=this.__data__=new jt(e);this.size=t.size}Hn.prototype.clear=w_,Hn.prototype.delete=v_,Hn.prototype.get=k_,Hn.prototype.has=x_,Hn.prototype.set=hb;function pb(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}var Rs=(function(){try{var e=wn(Object,"defineProperty");return e({},"",{}),e}catch{}})();function ku(e,t,n){t=="__proto__"&&Rs?Rs(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var mb=Object.prototype,gb=mb.hasOwnProperty;function xu(e,t,n){var r=e[t];(!(gb.call(e,t)&&gu(r,n))||n===void 0&&!(t in e))&&ku(e,t,n)}function _b(e,t,n,r){var s=!n;n||(n={});for(var i=-1,o=t.length;++i<o;){var a=t[i],l=void 0;l===void 0&&(l=e[a]),s?ku(n,a,l):xu(n,a,l)}return n}function bb(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function kn(e){return e!=null&&typeof e=="object"}var yb="[object Arguments]";function Su(e){return kn(e)&&bn(e)==yb}var Tu=Object.prototype,wb=Tu.hasOwnProperty,vb=Tu.propertyIsEnumerable,Eu=Su((function(){return arguments})())?Su:function(e){return kn(e)&&wb.call(e,"callee")&&!vb.call(e,"callee")},xn=Array.isArray;function kb(){return!1}var Iu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Cu=Iu&&typeof module=="object"&&module&&!module.nodeType&&module,xb=Cu&&Cu.exports===Iu,Ou=xb?kt.Buffer:void 0,Sb=Ou?Ou.isBuffer:void 0,Au=Sb||kb,Tb=9007199254740991,Eb=/^(?:0|[1-9]\d*)$/;function Ib(e,t){var n=typeof e;return t=t??Tb,!!t&&(n=="number"||n!="symbol"&&Eb.test(e))&&e>-1&&e%1==0&&e<t}var Cb=9007199254740991;function Pu(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Cb}var Ob="[object Arguments]",Ab="[object Array]",Pb="[object Boolean]",Lb="[object Date]",Rb="[object Error]",$b="[object Function]",Nb="[object Map]",Db="[object Number]",jb="[object Object]",Mb="[object RegExp]",Fb="[object Set]",Ub="[object String]",Kb="[object WeakMap]",Wb="[object ArrayBuffer]",Hb="[object DataView]",zb="[object Float32Array]",Vb="[object Float64Array]",Bb="[object Int8Array]",Gb="[object Int16Array]",Zb="[object Int32Array]",Xb="[object Uint8Array]",Yb="[object Uint8ClampedArray]",Jb="[object Uint16Array]",qb="[object Uint32Array]",ge={};ge[zb]=ge[Vb]=ge[Bb]=ge[Gb]=ge[Zb]=ge[Xb]=ge[Yb]=ge[Jb]=ge[qb]=!0,ge[Ob]=ge[Ab]=ge[Wb]=ge[Pb]=ge[Hb]=ge[Lb]=ge[Rb]=ge[$b]=ge[Nb]=ge[Db]=ge[jb]=ge[Mb]=ge[Fb]=ge[Ub]=ge[Kb]=!1;function Qb(e){return kn(e)&&Pu(e.length)&&!!ge[bn(e)]}function _o(e){return function(t){return e(t)}}var Lu=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Pr=Lu&&typeof module=="object"&&module&&!module.nodeType&&module,ey=Pr&&Pr.exports===Lu,bo=ey&&_u.process,zn=(function(){try{var e=Pr&&Pr.require&&Pr.require("util").types;return e||bo&&bo.binding&&bo.binding("util")}catch{}})(),Ru=zn&&zn.isTypedArray,ty=Ru?_o(Ru):Qb;function ny(e,t){var n=xn(e),r=!n&&Eu(e),s=!n&&!r&&Au(e),i=!n&&!r&&!s&&ty(e),o=n||r||s||i,a=o?bb(e.length,String):[],l=a.length;for(var u in e)o&&(u=="length"||s&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Ib(u,l))||a.push(u);return a}var ry=Object.prototype;function sy(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||ry;return e===n}function iy(e,t){return function(n){return e(t(n))}}function oy(e){return e!=null&&Pu(e.length)&&!wu(e)}function ay(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var ly=Object.prototype,cy=ly.hasOwnProperty;function uy(e){if(!Ps(e))return ay(e);var t=sy(e),n=[];for(var r in e)r=="constructor"&&(t||!cy.call(e,r))||n.push(r);return n}function fy(e){return oy(e)?ny(e):uy(e)}var $u=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Nu=$u&&typeof module=="object"&&module&&!module.nodeType&&module,dy=Nu&&Nu.exports===$u,Du=dy?kt.Buffer:void 0;Du&&Du.allocUnsafe;function hy(e,t){return e.slice()}function py(e,t){for(var n=-1,r=e==null?0:e.length,s=0,i=[];++n<r;){var o=e[n];t(o,n,e)&&(i[s++]=o)}return i}function ju(){return[]}var my=Object.prototype,gy=my.propertyIsEnumerable,Mu=Object.getOwnPropertySymbols,_y=Mu?function(e){return e==null?[]:(e=Object(e),py(Mu(e),function(t){return gy.call(e,t)}))}:ju;function yo(e,t){for(var n=-1,r=t.length,s=e.length;++n<r;)e[s+n]=t[n];return e}var Fu=iy(Object.getPrototypeOf,Object),by=Object.getOwnPropertySymbols,yy=by?function(e){for(var t=[];e;)yo(t,_y(e)),e=Fu(e);return t}:ju;function wy(e,t,n){var r=t(e);return xn(e)?r:yo(r,n(e))}function Uu(e){return wy(e,fy,yy)}var wo=wn(kt,"DataView"),vo=wn(kt,"Promise"),ko=wn(kt,"Set"),xo=wn(kt,"WeakMap"),Ku="[object Map]",vy="[object Object]",Wu="[object Promise]",Hu="[object Set]",zu="[object WeakMap]",Vu="[object DataView]",ky=yn(wo),xy=yn(Or),Sy=yn(vo),Ty=yn(ko),Ey=yn(xo),Mt=bn;(wo&&Mt(new wo(new ArrayBuffer(1)))!=Vu||Or&&Mt(new Or)!=Ku||vo&&Mt(vo.resolve())!=Wu||ko&&Mt(new ko)!=Hu||xo&&Mt(new xo)!=zu)&&(Mt=function(e){var t=bn(e),n=t==vy?e.constructor:void 0,r=n?yn(n):"";if(r)switch(r){case ky:return Vu;case xy:return Ku;case Sy:return Wu;case Ty:return Hu;case Ey:return zu}return t});var Iy=Object.prototype,Cy=Iy.hasOwnProperty;function Oy(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&Cy.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var Bu=kt.Uint8Array;function So(e){var t=new e.constructor(e.byteLength);return new Bu(t).set(new Bu(e)),t}function Ay(e,t){var n=So(e.buffer);return new e.constructor(n,e.byteOffset,e.byteLength)}var Py=/\w*$/;function Ly(e){var t=new e.constructor(e.source,Py.exec(e));return t.lastIndex=e.lastIndex,t}var Gu=xt?xt.prototype:void 0,Zu=Gu?Gu.valueOf:void 0;function Ry(e){return Zu?Object(Zu.call(e)):{}}function $y(e,t){var n=So(e.buffer);return new e.constructor(n,e.byteOffset,e.length)}var Ny="[object Boolean]",Dy="[object Date]",jy="[object Map]",My="[object Number]",Fy="[object RegExp]",Uy="[object Set]",Ky="[object String]",Wy="[object Symbol]",Hy="[object ArrayBuffer]",zy="[object DataView]",Vy="[object Float32Array]",By="[object Float64Array]",Gy="[object Int8Array]",Zy="[object Int16Array]",Xy="[object Int32Array]",Yy="[object Uint8Array]",Jy="[object Uint8ClampedArray]",qy="[object Uint16Array]",Qy="[object Uint32Array]";function ew(e,t,n){var r=e.constructor;switch(t){case Hy:return So(e);case Ny:case Dy:return new r(+e);case zy:return Ay(e);case Vy:case By:case Gy:case Zy:case Xy:case Yy:case Jy:case qy:case Qy:return $y(e);case jy:return new r;case My:case Ky:return new r(e);case Fy:return Ly(e);case Uy:return new r;case Wy:return Ry(e)}}var tw="[object Map]";function nw(e){return kn(e)&&Mt(e)==tw}var Xu=zn&&zn.isMap,rw=Xu?_o(Xu):nw,sw="[object Set]";function iw(e){return kn(e)&&Mt(e)==sw}var Yu=zn&&zn.isSet,ow=Yu?_o(Yu):iw,Ju="[object Arguments]",aw="[object Array]",lw="[object Boolean]",cw="[object Date]",uw="[object Error]",qu="[object Function]",fw="[object GeneratorFunction]",dw="[object Map]",hw="[object Number]",Qu="[object Object]",pw="[object RegExp]",mw="[object Set]",gw="[object String]",_w="[object Symbol]",bw="[object WeakMap]",yw="[object ArrayBuffer]",ww="[object DataView]",vw="[object Float32Array]",kw="[object Float64Array]",xw="[object Int8Array]",Sw="[object Int16Array]",Tw="[object Int32Array]",Ew="[object Uint8Array]",Iw="[object Uint8ClampedArray]",Cw="[object Uint16Array]",Ow="[object Uint32Array]",he={};he[Ju]=he[aw]=he[yw]=he[ww]=he[lw]=he[cw]=he[vw]=he[kw]=he[xw]=he[Sw]=he[Tw]=he[dw]=he[hw]=he[Qu]=he[pw]=he[mw]=he[gw]=he[_w]=he[Ew]=he[Iw]=he[Cw]=he[Ow]=!0,he[uw]=he[qu]=he[bw]=!1;function $s(e,t,n,r,s,i){var o;if(n&&(o=s?n(e,r,s,i):n(e)),o!==void 0)return o;if(!Ps(e))return e;var a=xn(e);if(a)o=Oy(e);else{var l=Mt(e),u=l==qu||l==fw;if(Au(e))return hy(e);if(l==Qu||l==Ju||u&&!s)o={};else{if(!he[l])return s?e:{};o=ew(e,l)}}i||(i=new Hn);var c=i.get(e);if(c)return c;i.set(e,o),ow(e)?e.forEach(function(h){o.add($s(h,t,n,h,e,i))}):rw(e)&&e.forEach(function(h,y){o.set(y,$s(h,t,n,y,e,i))});var f=Uu,d=a?void 0:f(e);return pb(d||e,function(h,y){d&&(y=h,h=e[y]),xu(o,y,$s(h,t,n,y,e,i))}),o}var Aw="[object Symbol]";function To(e){return typeof e=="symbol"||kn(e)&&bn(e)==Aw}var Pw=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Lw=/^\w*$/;function Rw(e,t){if(xn(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||To(e)?!0:Lw.test(e)||!Pw.test(e)||t!=null&&e in Object(t)}var $w="Expected a function";function Eo(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError($w);var n=function(){var r=arguments,s=t?t.apply(this,r):r[0],i=n.cache;if(i.has(s))return i.get(s);var o=e.apply(this,r);return n.cache=i.set(s,o)||i,o};return n.cache=new(Eo.Cache||en),n}Eo.Cache=en;var Nw=500;function Dw(e){var t=Eo(e,function(r){return n.size===Nw&&n.clear(),r}),n=t.cache;return t}var jw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Mw=/\\(\\)?/g,Fw=Dw(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(jw,function(n,r,s,i){t.push(s?i.replace(Mw,"$1"):r||n)}),t}),ef=xt?xt.prototype:void 0,tf=ef?ef.toString:void 0;function nf(e){if(typeof e=="string")return e;if(xn(e))return mu(e,nf)+"";if(To(e))return tf?tf.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Uw(e){return e==null?"":nf(e)}function Io(e,t){return xn(e)?e:Rw(e,t)?[e]:Fw(Uw(e))}function Kw(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function rf(e){if(typeof e=="string"||To(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Ww(e,t){t=Io(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[rf(t[n++])];return n&&n==r?e:void 0}function Hw(e,t,n){var r=-1,s=e.length;t<0&&(t=-t>s?0:s+t),n=n>s?s:n,n<0&&(n+=s),s=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(s);++r<s;)i[r]=e[r+t];return i}function zw(e,t){return t.length<2?e:Ww(e,Hw(t,0,-1))}var Vw=Object.prototype,Bw=Vw.hasOwnProperty;function Gw(e,t){t=Io(t,e);var n=-1,r=t.length;if(!r)return!0;for(var s=e==null||typeof e!="object"&&typeof e!="function";++n<r;){var i=t[n];if(typeof i=="string"){if(i==="__proto__"&&!Bw.call(e,"__proto__"))return!1;if(i==="constructor"&&n+1<r&&typeof t[n+1]=="string"&&t[n+1]==="prototype"){if(s&&n===0)continue;return!1}}}var o=zw(e,t);return o==null||delete o[rf(Kw(t))]}var Zw="[object Object]",Xw=Function.prototype,Yw=Object.prototype,sf=Xw.toString,Jw=Yw.hasOwnProperty,qw=sf.call(Object);function Qw(e){if(!kn(e)||bn(e)!=Zw)return!1;var t=Fu(e);if(t===null)return!0;var n=Jw.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&sf.call(n)==qw}function ev(e){return Qw(e)?void 0:e}var of=xt?xt.isConcatSpreadable:void 0;function tv(e){return xn(e)||Eu(e)||!!(of&&e&&e[of])}function nv(e,t,n,r,s){var i=-1,o=e.length;for(n||(n=tv),s||(s=[]);++i<o;){var a=e[i];n(a)?yo(s,a):s[s.length]=a}return s}function rv(e){var t=e==null?0:e.length;return t?nv(e):[]}function sv(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var af=Math.max;function iv(e,t,n){return t=af(t===void 0?e.length-1:t,0),function(){for(var r=arguments,s=-1,i=af(r.length-t,0),o=Array(i);++s<i;)o[s]=r[t+s];s=-1;for(var a=Array(t+1);++s<t;)a[s]=r[s];return a[t]=n(o),sv(e,this,a)}}function ov(e){return function(){return e}}function av(e){return e}var lv=Rs?function(e,t){return Rs(e,"toString",{configurable:!0,enumerable:!1,value:ov(t),writable:!0})}:av,cv=800,uv=16,fv=Date.now;function dv(e){var t=0,n=0;return function(){var r=fv(),s=uv-(r-n);if(n=r,s>0){if(++t>=cv)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var hv=dv(lv);function pv(e){return hv(iv(e,void 0,rv),e+"")}var mv=1,gv=2,_v=4,bv=pv(function(e,t){var n={};if(e==null)return n;var r=!1;t=mu(t,function(i){return i=Io(i,e),r||(r=i.length>1),i}),_b(e,Uu(e),n),r&&(n=$s(n,mv|gv|_v,ev));for(var s=t.length;s--;)Gw(n,t[s]);return n});const lf={de:{admin:"Admin",anonymous:"Anonym",approve_hint:"Wir werden Ihren Kommentar innerhalb von 24 Stunden beantworten, ohne Ihre E-Mail zu spammen. Schauen Sie bitte bald wieder vorbei. :)",discussion:"Diskussion",edit:"Bearbeiten",load_more:"Mehr laden",login:"Anmelden",logout:"Abmelden",placeholder:"Schreiben Sie ein Kommentar...",post_comment:"Kommentar absenden",post_reply:"Antwort absenden",reply:"Antwort",reply_to:"Antwort auf",save_editing:"Speichern",ui_texts:["Seien Sie der Erste, der die Diskussion beginnt!","Beteiligen Sie sich an der Konversation (#)","Laden...","Kommentare laden"],your_comment:"Dein Kommentar"},en:{admin:"Admin",anonymous:"Anonymous",approve_hint:"We’ll reply to your comment within 24 hours without spamming your email, so please check back soon :)",discussion:"Discussion",edit:"Edit",load_more:"Load More",login:"LOGIN",logout:"Logout",placeholder:"Write a comment...",post_comment:"POST COMMENT",post_reply:"POST REPLY",reply:"Reply",reply_to:"reply to",save_editing:"Save",ui_texts:["Be the first to start the discussion!","Join the Conversation (#)","Loading...","Load Comments"],your_comment:"Your comment"},es:{admin:"Administrador",anonymous:"Anónimo",approve_hint:"los comentarios son normalmente aprobados dentro de 24 horas",discussion:"Discusión",edit:"Editar",load_more:"Cargar Más",login:"INICIAR SESIÓN",logout:"Cerrar Sesión",placeholder:"Escribe un comentario...",post_comment:"PUBLICAR COMENTARIO",post_reply:"PUBLICAR RESPUESTA",reply:"Responder",reply_to:"Responder a",save_editing:"Guardar",ui_texts:["¡Sé el primero en iniciar la discusión!","Únete a la Conversación (#)","Cargando...","Cargar Comentarios"],your_comment:"Tu comentario"},fr:{admin:"Admin",anonymous:"Anonyme",approve_hint:"Nous répondrons à votre commentaire dans les 24 heures sans vous spammer par e-mail, alors revenez bientôt :)",discussion:"Discussion",edit:"Modifier",load_more:"Charger plus",login:"CONNEXION",logout:"Déconnexion",placeholder:"Écrivez un commentaire...",post_comment:"POSTER UN COMMENTAIRE",post_reply:"POSTER UNE RÉPONSE",reply:"Répondre",reply_to:"répondre à",save_editing:"Enregistrer",ui_texts:["Soyez le premier à lancer la discussion !","Rejoignez la conversation (#)","Chargement...","Charger les commentaires"],your_comment:"Votre commentaire"},id:{admin:"Admin",anonymous:"Anonim",approve_hint:"komentar biasanya disetujui dalam waktu 24 jam",discussion:"Diskusi",edit:"Edit",load_more:"Muat Lebih Banyak",login:"MASUK",logout:"Keluar",placeholder:"Tulis komentar...",post_comment:"KIRIM KOMENTAR",post_reply:"KIRIM BALASAN",reply:"Balas",reply_to:"balas ke",save_editing:"Simpan",your_comment:"Komentar Anda"},it:{admin:"Amministratore",anonymous:"Anonimo",approve_hint:"i commenti vengono normalmente approvati entro 24 ore",discussion:"Discussione",edit:"Modifica",load_more:"Carica Altri",login:"ACCEDI",logout:"Esci",placeholder:"Scrivi un commento...",post_comment:"INVIA COMMENTO",post_reply:"INVIA RISPOSTA",reply:"Risposta",reply_to:"rispondi a",save_editing:"Salva",your_comment:"Il tuo commento"},ja:{admin:"管理者",anonymous:"匿名",approve_hint:"コメントは通常24時間以内に承認されます",discussion:"ディスカッション",edit:"編集",load_more:"もっと読み込む",login:"ログイン",logout:"ログアウト",placeholder:"コメントを書く...",post_comment:"コメントを投稿",post_reply:"返信を投稿",reply:"返信",reply_to:"返信先",save_editing:"保存",your_comment:"あなたのコメント"},ko:{admin:"관리자",anonymous:"익명",approve_hint:"댓글은 보통 24시간 내에 승인됩니다",discussion:"토론",edit:"편집",load_more:"더 보기",login:"로그인",logout:"로그아웃",placeholder:"댓글을 입력하세요...",post_comment:"댓글 게시",post_reply:"답글 게시",reply:"답장",reply_to:"답장 대상",save_editing:"저장",your_comment:"당신의 댓글"},pt:{admin:"Administrador",anonymous:"Anônimo",approve_hint:"os comentários são normalmente aprovados dentro de 24 horas",discussion:"Discussão",edit:"Editar",load_more:"Carregar Mais",login:"ENTRAR",logout:"Sair",placeholder:"Escreva um comentário...",post_comment:"PUBLICAR COMENTÁRIO",post_reply:"PUBLICAR RESPOSTA",reply:"Responder",reply_to:"responder a",save_editing:"Salvar",your_comment:"Seu comentário"},th:{admin:"แอดมิน",anonymous:"นิรนาม",approve_hint:"โดยปกติความคิดเห็นจะได้รับการอนุมัติภายใน 24 ชั่วโมง",discussion:"การอภิปราย",edit:"แก้ไข",load_more:"โหลดเพิ่ม",login:"ลงชื่อเข้าใช้",logout:"ลงชื่อออก",placeholder:"เขียนความคิดเห็น...",post_comment:"โพสต์ความคิดเห็น",post_reply:"โพสต์การตอบกลับ",reply:"ตอบกลับ",reply_to:"ตอบกลับถึง",save_editing:"บันทึก",ui_texts:["เป็นคนแรกที่เริ่มการอภิปราย","เข้าร่วมการสนทนา (#)","กำลังโหลด...","โหลดความคิดเห็น"],your_comment:"ความคิดเห็นของคุณ"},zh:{admin:"管理員",anonymous:"匿名",approve_hint:"評論通常在24小時內獲得批準,並且每壹條評論都會獲得回復",discussion:"討論",edit:"修改",load_more:"加載更多",login:"登錄",logout:"登出",placeholder:"寫評論...",post_comment:"發表評論",post_reply:"發表回複",reply:"回複",reply_to:"回複給",save_editing:"保存",your_comment:"您的評論"},cn:{admin:"管理员",anonymous:"匿名",approve_hint:"评论通常在24小时内公开(我们也会回复您)",discussion:"讨论",edit:"编辑",load_more:"加载更多",login:"登录",logout:"登出",placeholder:"写评论...",post_comment:"发表评论",post_reply:"发表回复",reply:"回复",reply_to:"回复给",save_editing:"保存",your_comment:"您的评论"}};function yv(){return!!navigator.userAgent.match(/Macintosh/)}function wv(e,t){return(yv()?e.metaKey:e.ctrlKey)&&e.key===t}const vv={maxConsecutivePunctuation:5,maxConsecutiveSpaces:3,maxConsecutiveNewlines:3,minLength:5,maxLength:5e3,minWords:1,allowedPunctuation:[],blockPatterns:[]};function kv(e,t={}){const n={...vv,...t},r=[];if(!e||typeof e!="string")return{valid:!1,errors:["Content is required"]};const s=e.trim();s.length<n.minLength&&r.push(`Content must be at least ${n.minLength} characters`),s.length>n.maxLength&&r.push(`Content must not exceed ${n.maxLength} characters`);const i=xv(s,n.maxConsecutivePunctuation);i.valid||r.push(...i.errors),/^\w{35,}$/.test(s)&&r.push("Content contains too many consecutive letters");const o=Sv(s,n.maxConsecutiveSpaces);o.valid||r.push(...o.errors);const a=Tv(s,n.maxConsecutiveNewlines);a.valid||r.push(...a.errors);const l=Ev(s,n.minWords);if(l.valid||r.push(...l.errors),n.blockPatterns.length>0){const u=Iv(s,n.blockPatterns);u.valid||r.push(...u.errors)}return{valid:r.length===0,errors:r}}function xv(e,t){const n=[],r=["!","?",".",",",";",":","!","?","。",",",";",":","…","~","~"];for(const o of r){const a=new RegExp(`\\${o}{${t+1},}`,"g"),l=e.match(a);l&&n.push(`Too many consecutive "${o}" (max ${t}). Found: ${l[0]}`)}const s=new RegExp(`[${r.join("")}]{${t+1},}`,"g"),i=e.match(s);return i&&n.push(`Too many consecutive punctuation marks (max ${t}). Found: ${i[0]}`),{valid:n.length===0,errors:n}}function Sv(e,t){const n=new RegExp(` {${t+1},}`,"g");return e.match(n)?{valid:!1,errors:[`Too many consecutive spaces (max ${t})`]}:{valid:!0,errors:[]}}function Tv(e,t){const n=new RegExp(`
10
+ {${t+1},}`,"g");return e.match(n)?{valid:!1,errors:[`Too many consecutive line breaks (max ${t})`]}:{valid:!0,errors:[]}}function Ev(e,t){const n=e.replace(/[^\p{L}\p{N}\s]/gu," ").trim(),r=n.match(/[\u4e00-\u9fa5]/g);if(r&&r.length>n.length*.3){if(n.replace(/\s+/g,"").length<t)return{valid:!1,errors:[`Content must contain at least ${t} characters`]}}else if(n.split(/\s+/).filter(o=>o.length>0).length<t)return{valid:!1,errors:[`Content must contain at least ${t} words`]};return{valid:!0,errors:[]}}function Iv(e,t){const n=[];for(const r of t)r.test(e)&&n.push(`Content contains blocked pattern: ${r.source}`);return{valid:n.length===0,errors:n}}var Ns=(e=>(e[e.Pending=0]="Pending",e[e.Approved=1]="Approved",e[e.Rejected=2]="Rejected",e[e.UnReplied=255]="UnReplied",e[e["Replied to Admin"]=256]="Replied to Admin",e))(Ns||{});const Cv=/@([a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$/;function Ds(e){return e<10?`0${e}`:`${e}`}function cf(e){return e=`${e.substring(0,10)}T${e.substring(11,19)}Z`,new Date(e)}function uf(e){const t=e.getFullYear(),n=e.getMonth()+1,r=e.getDate();return`${t}-${Ds(n)}-${Ds(r)}`}function ff(e){e instanceof Date||(e=cf(e));const t=new Date,n=uf(e);if(uf(t)===n){const r=e.getHours(),s=e.getMinutes();return`${Ds(r)}:${Ds(s)}`}return n}function Ov(e){const{id:t,created_at:n,parent_id:r,ancestor_id:s,post_id:i,user_id:o,...a}=e;return{...a,id:Number(t),user_id:o,userId:o,parentId:Number(r),post_id:i,postId:i,ancestorId:Number(s),status:Number(e.status),createdAt:cf(n)}}const Co="awesome-comment-comments",df=localStorage.getItem(Co),Vn=df?JSON.parse(df):{},Bn=Wl("store",()=>{const e=Me("postId"),t=Me("comments"),n=Me("total"),r=te(!!t?.length),s=te(0),i=te(""),o=te([]),a=te(n||0),l=Me("ApiBaseUrl"),u=te(!1),c=te(!1);function f(E){const _={},v=[];E.forEach(g=>{y(Number(g.id));const C=Ov(g);!g.ancestor_id||Number(g.ancestor_id)===0?_[g.id]=C:v.push(C)});const T=Vn[e];T&&(T.createdAt=new Date(T.createdAt),!T.ancestorId||Number(T.ancestorId)===0?_[T.id]=T:v.push(T)),v.forEach(g=>{if(g.ancestorId in _){const C=_[g.ancestorId];C.children=[g,...C.children||[]]}});for(const g in _){const C=_[g];C.children&&(C.children=C.children.sort((D,P)=>D.id-P.id))}return _}async function d(E=!1){if(u.value)return;i.value="",u.value=!0;let _;if(E&&t?.length)_=f(t);else{const v=new URLSearchParams;v.append("postId",e),v.append("start",s.value.toString());const T=await fetch(`${l}/api/comments?${v}`);if(!T.ok){i.value="Load comments failed. "+T.statusText,r.value=!0,u.value=!1;return}const g=await T.json();if(g.code!==0){i.value="Load comments failed. "+g.message,r.value=!0,u.value=!1;return}_=f(g.data||[]),a.value=g.meta?.total||g.data?.length||0}c.value=Object.keys(_).length>20,c.value&&delete _[Object.keys(_)[0]],Object.assign(o.value,_),r.value=!0,u.value=!1}function h(E,_,v,T=Ns.Pending,g,C){const{sub:D="",name:P="",picture:M="",email:U="",nickname:Z=""}=v,Q={id:E,post_id:e,postId:e,content:_,createdAt:new Date,user:{avatar:M,email:U,name:Z||P},user_id:D,userId:D,status:T,isNew:!0};if(g||C){Q.ancestorId=g,Q.parentId=C;const X=o.value[g];if(X.children||(X.children=[]),g===C)X.children.unshift(Q);else{const Oe=X.children.findIndex(at=>Number(at.id)===C);X.children.splice(Oe+1,0,Q)}}else Q.ancestorId=0,Q.parentId=0,o.value={[E]:Q,...o.value};a.value++,T!==Ns.Approved&&(Vn[e]=Q,localStorage.setItem(Co,JSON.stringify(Vn)))}function y(E){Vn[e]?.id===E&&(delete Vn[e],localStorage.setItem(Co,JSON.stringify(Vn)))}function w(E,_){let v=o.value[E];if(!v){for(const T of Object.values(o.value))if(T.children&&(v=T.children.find(g=>Number(g.id)===E),v))break}v&&Object.assign(v,_)}return{isLoaded:r,message:i,postId:e,comments:o,total:a,start:s,hasMore:c,loadingMore:u,loadComments:d,addComment:h,updateComment:w}});var hf={exports:{}},pf;function Av(){return pf||(pf=1,(function(e){var t=Object.prototype.hasOwnProperty,n="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(n=!1));function s(l,u,c){this.fn=l,this.context=u,this.once=c||!1}function i(l,u,c,f,d){if(typeof c!="function")throw new TypeError("The listener must be a function");var h=new s(c,f||l,d),y=n?n+u:u;return l._events[y]?l._events[y].fn?l._events[y]=[l._events[y],h]:l._events[y].push(h):(l._events[y]=h,l._eventsCount++),l}function o(l,u){--l._eventsCount===0?l._events=new r:delete l._events[u]}function a(){this._events=new r,this._eventsCount=0}a.prototype.eventNames=function(){var l=[],u,c;if(this._eventsCount===0)return l;for(c in u=this._events)t.call(u,c)&&l.push(n?c.slice(1):c);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(u)):l},a.prototype.listeners=function(l){var u=n?n+l:l,c=this._events[u];if(!c)return[];if(c.fn)return[c.fn];for(var f=0,d=c.length,h=new Array(d);f<d;f++)h[f]=c[f].fn;return h},a.prototype.listenerCount=function(l){var u=n?n+l:l,c=this._events[u];return c?c.fn?1:c.length:0},a.prototype.emit=function(l,u,c,f,d,h){var y=n?n+l:l;if(!this._events[y])return!1;var w=this._events[y],E=arguments.length,_,v;if(w.fn){switch(w.once&&this.removeListener(l,w.fn,void 0,!0),E){case 1:return w.fn.call(w.context),!0;case 2:return w.fn.call(w.context,u),!0;case 3:return w.fn.call(w.context,u,c),!0;case 4:return w.fn.call(w.context,u,c,f),!0;case 5:return w.fn.call(w.context,u,c,f,d),!0;case 6:return w.fn.call(w.context,u,c,f,d,h),!0}for(v=1,_=new Array(E-1);v<E;v++)_[v-1]=arguments[v];w.fn.apply(w.context,_)}else{var T=w.length,g;for(v=0;v<T;v++)switch(w[v].once&&this.removeListener(l,w[v].fn,void 0,!0),E){case 1:w[v].fn.call(w[v].context);break;case 2:w[v].fn.call(w[v].context,u);break;case 3:w[v].fn.call(w[v].context,u,c);break;case 4:w[v].fn.call(w[v].context,u,c,f);break;default:if(!_)for(g=1,_=new Array(E-1);g<E;g++)_[g-1]=arguments[g];w[v].fn.apply(w[v].context,_)}}return!0},a.prototype.on=function(l,u,c){return i(this,l,u,c,!1)},a.prototype.once=function(l,u,c){return i(this,l,u,c,!0)},a.prototype.removeListener=function(l,u,c,f){var d=n?n+l:l;if(!this._events[d])return this;if(!u)return o(this,d),this;var h=this._events[d];if(h.fn)h.fn===u&&(!f||h.once)&&(!c||h.context===c)&&o(this,d);else{for(var y=0,w=[],E=h.length;y<E;y++)(h[y].fn!==u||f&&!h[y].once||c&&h[y].context!==c)&&w.push(h[y]);w.length?this._events[d]=w.length===1?w[0]:w:o(this,d)}return this},a.prototype.removeAllListeners=function(l){var u;return l?(u=n?n+l:l,this._events[u]&&o(this,u)):(this._events=new r,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=n,a.EventEmitter=a,e.exports=a})(hf)),hf.exports}Av();let Pv=class extends Error{};Pv.prototype.name="InvalidTokenError";var Lv=typeof global=="object"&&global&&global.Object===Object&&global,Rv=typeof self=="object"&&self&&self.Object===Object&&self,$v=Lv||Rv||Function("return this")(),js=$v.Symbol;js&&js.toStringTag,js&&js.toStringTag;var Ms=(e=>(e.INIT="init",e.VERIFYING="verifying",e.VERIFIED="verified",e.REFRESH="refresh",e.ERROR="error",e))(Ms||{});const Oo=Wl("auth",()=>{const e=Me("awesomeAuth"),t=!e&&mm(),n=te(!1),r=te(!1),s=te(),i=!!e,o=nt(()=>e?e.root:"");async function a(){return e?e.accessToken:t?await t.getAccessTokenSilently():""}function l(){e?e.doSignIn():t&&t.loginWithPopup()}function u(f){e?e.doSignOut():t&&t.logout(f)}async function c(f,d){e&&await e.renderButton(f,d)}return e?(e.on(Ms.INIT,f=>{r.value=f,f&&(n.value=!1)}),e.on(Ms.VERIFYING,f=>{r.value=f}),e.on(Ms.VERIFIED,f=>{n.value=f,s.value=f?e.user:void 0}),r.value=e.isVerifying,n.value=e.isVerified,s.value=e.user):t&&(tt(t.isLoading,f=>{r.value=f},{immediate:!0}),tt(t.isAuthenticated,f=>{n.value=f},{immediate:!0}),tt(t.user,f=>{s.value=f},{immediate:!0})),{isAuthenticated:n,isAwesomeAuth:i,isLoading:r,authEndpoint:o,user:s,getAccessToken:a,renderGoogleButton:c,login:l,logout:u}}),Nv={class:"ac-form-control bg-base-200 rounded-lg"},Dv={class:"sr-only",for:"ac-comment"},jv=["placeholder"],Mv={class:"p-2 rounded-b-lg bg-base-300 flex items-center"},Fv={key:0,class:"text-xs text-neutral-400/40"},Uv={key:1,class:"ac-alert ac-alert-error mx-4 py-1"},Kv=["disabled"],Wv={key:0,class:"ac-loading ac-loading-spinner"},Fs=pt({...{name:"CommentForm"},props:{noVersion:{type:Boolean},currentId:{},parentId:{},ancestorId:{},content:{},status:{}},emits:["close","update"],setup(e,{emit:t}){const n=e,r=t,s=Oo(),i=Bn(),{t:o}=vt(),a=Me("ApiBaseUrl"),l=Me("Auth0Domain"),u="0.9.15",c=te(),f=te(!1),d=te(n.content||""),h=te("");async function y(v){if(!s.user)return w();if(v.target.matches(":invalid"))return;const T=d.value.trim();if(!T)return;if(!kv(T).valid){h.value="We encourage meaningful contributions to foster a positive community. Thank you for your understanding!";return}f.value=!0,h.value="";let g=a+"/api/comment",C="POST";n.currentId&&(g+="/"+n.currentId,C="PATCH");try{const D=await s.getAccessToken(),P=s.authEndpoint,M=await fetch(g,{method:C,headers:{"Content-Type":"application/json",Authorization:`Bearer ${D}`,"Auth-Endpoint":P},body:JSON.stringify({comment:T,postId:i.postId,domain:l,ancestorId:n.ancestorId?Number(n.ancestorId):void 0,parentId:n.parentId?Number(n.parentId):void 0,status:n.status,window:`${window.innerWidth}x${window.innerHeight} / ${screen.width,screen.height}`,customData:window.custom_comment_data,extraData:`${window.BM_LEVEL}:${window.BM_VALUE}`})}),U=await M.json();if(!M.ok||U.message){h.value="Failed to post comment: "+(U.message||"Unknown"),f.value=!1;return}const{id:Z,status:Q}=U.data;n.ancestorId||n.parentId?i.addComment(Z,T,s.user,Q,n.ancestorId,n.parentId):n.currentId?r("update",T):i.addComment(Z,T,s.user,Q),d.value="",r("close")}catch(D){h.value=D.message||String(D)}f.value=!1}function w(){s.login()}function E(v){wv(v,"Enter")&&y(v)}function _(){r("close")}return Rn(()=>{c.value?.focus()}),(v,T)=>(V(),Y("form",{class:"mb-6",onSubmit:$i(y,["prevent"])},[ce("div",Nv,[ce("label",Dv,be(W(o)("your_comment")),1),Kd(ce("textarea",{id:"ac-comment",ref_key:"textarea",ref:c,"onUpdate:modelValue":T[0]||(T[0]=g=>d.value=g),placeholder:W(o)("placeholder"),class:"ac-textarea ac-textarea-bordered bg-base-200 rounded-b-none focus:outline-none",required:"",rows:"3",onKeydown:[T[1]||(T[1]=$i(()=>{},["stop"])),$l(E,["enter"]),$l(_,["esc"])],onKeyup:T[2]||(T[2]=$i(()=>{},["stop"]))},null,40,jv),[[_p,d.value]]),ce("div",Mv,[e.noVersion?$e("",!0):(V(),Y("div",Fv," v"+be(W(u)),1)),h.value?(V(),Y("div",Uv,be(h.value),1)):$e("",!0),ce("button",{disabled:f.value,class:"ac-btn ac-btn-primary ac-btn-sm ms-auto"},[f.value?(V(),Y("span",Wv)):$e("",!0),e.currentId?(V(),Y(Te,{key:1},[fn(be(W(o)("save_editing")),1)],64)):e.parentId?(V(),Y(Te,{key:2},[fn(be(W(o)("post_reply")),1)],64)):(V(),Y(Te,{key:3},[fn(be(W(o)("post_comment")),1)],64))],8,Kv)])])],32))}});const mf=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Hv=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase()),zv=e=>{const t=Hv(e);return t.charAt(0).toUpperCase()+t.slice(1)},Vv=(...e)=>e.filter((t,n,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===n).join(" ").trim(),gf=e=>e==="";var Lr={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};const Bv=({name:e,iconNode:t,absoluteStrokeWidth:n,"absolute-stroke-width":r,strokeWidth:s,"stroke-width":i,size:o=Lr.width,color:a=Lr.stroke,...l},{slots:u})=>pr("svg",{...Lr,...l,width:o,height:o,stroke:a,"stroke-width":gf(n)||gf(r)||n===!0||r===!0?Number(s||i||Lr["stroke-width"])*24/Number(o):s||i||Lr["stroke-width"],class:Vv("lucide",l.class,...e?[`lucide-${mf(zv(e))}-icon`,`lucide-${mf(e)}`]:["lucide-icon"])},[...t.map(c=>pr(...c)),...u.default?[u.default()]:[]]);const Us=(e,t)=>(n,{slots:r,attrs:s})=>pr(Bv,{...s,...n,iconNode:t,name:e},r);const Gv=Us("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const Zv=Us("reply",[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]]);const Xv=Us("thumbs-down",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]);const Yv=Us("thumbs-up",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]),Jv={class:"flex items-center gap-2"},qv=["aria-label","title","disabled"],Qv={key:0,class:"ac-loading ac-loading-spinner"},e0={class:"text-sm text-gray-500 dark:text-gray-400"},t0=["aria-label","title","disabled"],n0={key:0,class:"ac-loading ac-loading-spinner"},r0=["aria-label","title"],Ao="awesome-comment-likes",s0=pt({__name:"comment-actions",props:{comment:{}},emits:["reply"],setup(e,{emit:t}){const n=e,r=t,s=Bn(),{t:i}=vt(),o=Me("ApiBaseUrl"),a=te(0);async function l(u=!0){if(a.value)return;const c=localStorage.getItem(Ao);if(c){const h=JSON.parse(c),y=Date.now(),w=h[n.comment.id];if(h[n.comment.id]=y,localStorage.setItem(Ao,JSON.stringify(h)),w&&y-w<6e4){s.updateComment(n.comment.id,{like:Math.max((n.comment.like||0)+(u?1:-1),0)});return}}else localStorage.setItem(Ao,JSON.stringify({[n.comment.id]:Date.now()}));a.value=u?1:-1;const d=await(await fetch(`${o}/api/like/${n.comment.id}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({like:u,postId:n.comment.postId})})).json();s.updateComment(n.comment.id,{like:d.data?.like||0}),a.value=0}return(u,c)=>(V(),Y("div",Jv,[ce("button",{"aria-label":W(i)("like"),title:W(i)("like"),class:"ac-btn ac-btn-sm ac-btn-circle border-0 shadow-none",disabled:a.value!==0,type:"button",onClick:c[0]||(c[0]=f=>l())},[a.value>0?(V(),Y("span",Qv)):(V(),Zt(W(Yv),{key:1,size:16}))],8,qv),ce("span",e0,be(e.comment.like||0),1),ce("button",{"aria-label":W(i)("dislike"),title:W(i)("dislike"),class:"ac-btn ac-btn-sm ac-btn-circle border-0 shadow-none",disabled:a.value!==0,type:"button",onClick:c[1]||(c[1]=f=>l(!1))},[a.value<0?(V(),Y("span",n0)):(V(),Zt(W(Xv),{key:1,size:16}))],8,t0),ce("button",{"aria-label":W(i)("reply"),title:W(i)("reply"),class:"ac-btn ac-btn-sm ac-btn-circle border-0 shadow-none -me-1.5",type:"button",onClick:c[2]||(c[2]=f=>r("reply"))},[ke(W(Zv),{size:16})],8,r0)]))}});function Po(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Sn=Po();function _f(e){Sn=e}var Rr={exec:()=>null};function re(e,t=""){let n=typeof e=="string"?e:e.source,r={replace:(s,i)=>{let o=typeof i=="string"?i:i.source;return o=o.replace(Ue.caret,"$1"),n=n.replace(s,o),r},getRegex:()=>new RegExp(n,t)};return r}var i0=(()=>{try{return!!new RegExp("(?<=1)(?<!1)")}catch{return!1}})(),Ue={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] +\S/,listReplaceTask:/^\[[ xX]\] +/,listTaskCheckbox:/\[[ xX]\]/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:e=>new RegExp(`^( {0,3}${e})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}#`),htmlBeginRegex:e=>new RegExp(`^ {0,${Math.min(3,e-1)}}<(?:[a-z].*>|!--)`,"i")},o0=/^(?:[ \t]*(?:\n|$))+/,a0=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,l0=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,$r=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,c0=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Lo=/(?:[*+-]|\d{1,9}[.)])/,bf=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,yf=re(bf).replace(/bull/g,Lo).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),u0=re(bf).replace(/bull/g,Lo).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Ro=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,f0=/^[^\n]+/,$o=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,d0=re(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",$o).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),h0=re(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Lo).getRegex(),Ks="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",No=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,p0=re("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",No).replace("tag",Ks).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),wf=re(Ro).replace("hr",$r).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Ks).getRegex(),m0=re(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",wf).getRegex(),Do={blockquote:m0,code:a0,def:d0,fences:l0,heading:c0,hr:$r,html:p0,lheading:yf,list:h0,newline:o0,paragraph:wf,table:Rr,text:f0},vf=re("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",$r).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Ks).getRegex(),g0={...Do,lheading:u0,table:vf,paragraph:re(Ro).replace("hr",$r).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",vf).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Ks).getRegex()},_0={...Do,html:re(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",No).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:Rr,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:re(Ro).replace("hr",$r).replace("heading",` *#{1,6} *[^
11
+ ]`).replace("lheading",yf).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},b0=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,y0=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,kf=/^( {2,}|\\)\n(?!\s*$)/,w0=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Ws=/[\p{P}\p{S}]/u,jo=/[\s\p{P}\p{S}]/u,xf=/[^\s\p{P}\p{S}]/u,v0=re(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,jo).getRegex(),Sf=/(?!~)[\p{P}\p{S}]/u,k0=/(?!~)[\s\p{P}\p{S}]/u,x0=/(?:[^\s\p{P}\p{S}]|~)/u,S0=re(/link|precode-code|html/,"g").replace("link",/\[(?:[^\[\]`]|(?<a>`+)[^`]+\k<a>(?!`))*?\]\((?:\\[\s\S]|[^\\\(\)]|\((?:\\[\s\S]|[^\\\(\)])*\))*\)/).replace("precode-",i0?"(?<!`)()":"(^^|[^`])").replace("code",/(?<b>`+)[^`]+\k<b>(?!`)/).replace("html",/<(?! )[^<>]*?>/).getRegex(),Tf=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,T0=re(Tf,"u").replace(/punct/g,Ws).getRegex(),E0=re(Tf,"u").replace(/punct/g,Sf).getRegex(),Ef="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",I0=re(Ef,"gu").replace(/notPunctSpace/g,xf).replace(/punctSpace/g,jo).replace(/punct/g,Ws).getRegex(),C0=re(Ef,"gu").replace(/notPunctSpace/g,x0).replace(/punctSpace/g,k0).replace(/punct/g,Sf).getRegex(),O0=re("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,xf).replace(/punctSpace/g,jo).replace(/punct/g,Ws).getRegex(),A0=re(/\\(punct)/,"gu").replace(/punct/g,Ws).getRegex(),P0=re(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),L0=re(No).replace("(?:-->|$)","-->").getRegex(),R0=re("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",L0).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Hs=/(?:\[(?:\\[\s\S]|[^\[\]\\])*\]|\\[\s\S]|`+[^`]*?`+(?!`)|[^\[\]\\`])*?/,$0=re(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",Hs).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),If=re(/^!?\[(label)\]\[(ref)\]/).replace("label",Hs).replace("ref",$o).getRegex(),Cf=re(/^!?\[(ref)\](?:\[\])?/).replace("ref",$o).getRegex(),N0=re("reflink|nolink(?!\\()","g").replace("reflink",If).replace("nolink",Cf).getRegex(),Of=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/,Mo={_backpedal:Rr,anyPunctuation:A0,autolink:P0,blockSkip:S0,br:kf,code:y0,del:Rr,emStrongLDelim:T0,emStrongRDelimAst:I0,emStrongRDelimUnd:O0,escape:b0,link:$0,nolink:Cf,punctuation:v0,reflink:If,reflinkSearch:N0,tag:R0,text:w0,url:Rr},D0={...Mo,link:re(/^!?\[(label)\]\((.*?)\)/).replace("label",Hs).getRegex(),reflink:re(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Hs).getRegex()},Fo={...Mo,emStrongRDelimAst:C0,emStrongLDelim:E0,url:re(/^((?:protocol):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/).replace("protocol",Of).replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\[\s\S]|[^\\])*?(?:\\[\s\S]|[^\s~\\]))\1(?=[^~]|$)/,text:re(/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|protocol:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/).replace("protocol",Of).getRegex()},j0={...Fo,br:re(kf).replace("{2,}","*").getRegex(),text:re(Fo.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},zs={normal:Do,gfm:g0,pedantic:_0},Nr={normal:Mo,gfm:Fo,breaks:j0,pedantic:D0},M0={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Af=e=>M0[e];function Ft(e,t){if(t){if(Ue.escapeTest.test(e))return e.replace(Ue.escapeReplace,Af)}else if(Ue.escapeTestNoEncode.test(e))return e.replace(Ue.escapeReplaceNoEncode,Af);return e}function Pf(e){try{e=encodeURI(e).replace(Ue.percentDecode,"%")}catch{return null}return e}function Lf(e,t){let n=e.replace(Ue.findPipe,(i,o,a)=>{let l=!1,u=o;for(;--u>=0&&a[u]==="\\";)l=!l;return l?"|":" |"}),r=n.split(Ue.splitPipe),s=0;if(r[0].trim()||r.shift(),r.length>0&&!r.at(-1)?.trim()&&r.pop(),t)if(r.length>t)r.splice(t);else for(;r.length<t;)r.push("");for(;s<r.length;s++)r[s]=r[s].trim().replace(Ue.slashPipe,"|");return r}function Dr(e,t,n){let r=e.length;if(r===0)return"";let s=0;for(;s<r&&e.charAt(r-s-1)===t;)s++;return e.slice(0,r-s)}function F0(e,t){if(e.indexOf(t[1])===-1)return-1;let n=0;for(let r=0;r<e.length;r++)if(e[r]==="\\")r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&(n--,n<0))return r;return n>0?-2:-1}function Rf(e,t,n,r,s){let i=t.href,o=t.title||null,a=e[1].replace(s.other.outputLinkReplace,"$1");r.state.inLink=!0;let l={type:e[0].charAt(0)==="!"?"image":"link",raw:n,href:i,title:o,text:a,tokens:r.inlineTokens(a)};return r.state.inLink=!1,l}function U0(e,t,n){let r=e.match(n.other.indentCodeCompensation);if(r===null)return t;let s=r[1];return t.split(`
88
12
  `).map(i=>{let o=i.match(n.other.beginningSpace);if(o===null)return i;let[a]=o;return a.length>=s.length?i.slice(s.length):i}).join(`
89
- `)}var Rs=class{options;rules;lexer;constructor(e){this.options=e||kn}space(e){let t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){let t=this.rules.block.code.exec(e);if(t){let n=t[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:Er(n,`
90
- `)}}}fences(e){let t=this.rules.block.fences.exec(e);if(t){let n=t[0],r=Y0(n,t[3]||"",this.rules);return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:r}}}heading(e){let t=this.rules.block.heading.exec(e);if(t){let n=t[2].trim();if(this.rules.other.endingHash.test(n)){let r=Er(n,"#");(this.options.pedantic||!r||this.rules.other.endingSpaceChar.test(r))&&(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(e){let t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:Er(t[0],`
91
- `)}}blockquote(e){let t=this.rules.block.blockquote.exec(e);if(t){let n=Er(t[0],`
13
+ `)}var Vs=class{options;rules;lexer;constructor(e){this.options=e||Sn}space(e){let t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){let t=this.rules.block.code.exec(e);if(t){let n=t[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:Dr(n,`
14
+ `)}}}fences(e){let t=this.rules.block.fences.exec(e);if(t){let n=t[0],r=U0(n,t[3]||"",this.rules);return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:r}}}heading(e){let t=this.rules.block.heading.exec(e);if(t){let n=t[2].trim();if(this.rules.other.endingHash.test(n)){let r=Dr(n,"#");(this.options.pedantic||!r||this.rules.other.endingSpaceChar.test(r))&&(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(e){let t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:Dr(t[0],`
15
+ `)}}blockquote(e){let t=this.rules.block.blockquote.exec(e);if(t){let n=Dr(t[0],`
92
16
  `).split(`
93
17
  `),r="",s="",i=[];for(;n.length>0;){let o=!1,a=[],l;for(l=0;l<n.length;l++)if(this.rules.other.blockquoteStart.test(n[l]))a.push(n[l]),o=!0;else if(!o)a.push(n[l]);else break;n=n.slice(l);let u=a.join(`
94
18
  `),c=u.replace(this.rules.other.blockquoteSetextReplace,`
95
19
  $1`).replace(this.rules.other.blockquoteSetextReplace2,"");r=r?`${r}
96
20
  ${u}`:u,s=s?`${s}
97
- ${c}`:c;let f=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(c,i,!0),this.lexer.state.top=f,n.length===0)break;let d=i.at(-1);if(d?.type==="code")break;if(d?.type==="blockquote"){let m=d,y=m.raw+`
21
+ ${c}`:c;let f=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(c,i,!0),this.lexer.state.top=f,n.length===0)break;let d=i.at(-1);if(d?.type==="code")break;if(d?.type==="blockquote"){let h=d,y=h.raw+`
98
22
  `+n.join(`
99
- `),w=this.blockquote(y);i[i.length-1]=w,r=r.substring(0,r.length-m.raw.length)+w.raw,s=s.substring(0,s.length-m.text.length)+w.text;break}else if(d?.type==="list"){let m=d,y=m.raw+`
23
+ `),w=this.blockquote(y);i[i.length-1]=w,r=r.substring(0,r.length-h.raw.length)+w.raw,s=s.substring(0,s.length-h.text.length)+w.text;break}else if(d?.type==="list"){let h=d,y=h.raw+`
100
24
  `+n.join(`
101
- `),w=this.list(y);i[i.length-1]=w,r=r.substring(0,r.length-d.raw.length)+w.raw,s=s.substring(0,s.length-m.raw.length)+w.raw,n=y.substring(i.at(-1).raw.length).split(`
25
+ `),w=this.list(y);i[i.length-1]=w,r=r.substring(0,r.length-d.raw.length)+w.raw,s=s.substring(0,s.length-h.raw.length)+w.raw,n=y.substring(i.at(-1).raw.length).split(`
102
26
  `);continue}}return{type:"blockquote",raw:r,tokens:i,text:s}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n=t[1].trim(),r=n.length>1,s={type:"list",raw:"",ordered:r,start:r?+n.slice(0,-1):"",loose:!1,items:[]};n=r?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=r?n:"[*+-]");let i=this.rules.other.listItemRegex(n),o=!1;for(;e;){let l=!1,u="",c="";if(!(t=i.exec(e))||this.rules.block.hr.test(e))break;u=t[0],e=e.substring(u.length);let f=t[2].split(`
103
- `,1)[0].replace(this.rules.other.listReplaceTabs,_=>" ".repeat(3*_.length)),d=e.split(`
104
- `,1)[0],m=!f.trim(),y=0;if(this.options.pedantic?(y=2,c=f.trimStart()):m?y=t[1].length+1:(y=t[2].search(this.rules.other.nonSpaceChar),y=y>4?1:y,c=f.slice(y),y+=t[1].length),m&&this.rules.other.blankLine.test(d)&&(u+=d+`
105
- `,e=e.substring(d.length+1),l=!0),!l){let _=this.rules.other.nextBulletRegex(y),v=this.rules.other.hrRegex(y),T=this.rules.other.fencesBeginRegex(y),g=this.rules.other.headingBeginRegex(y),O=this.rules.other.htmlBeginRegex(y);for(;e;){let M=e.split(`
106
- `,1)[0],P;if(d=M,this.options.pedantic?(d=d.replace(this.rules.other.listReplaceNesting," "),P=d):P=d.replace(this.rules.other.tabCharGlobal," "),T.test(d)||g.test(d)||O.test(d)||_.test(d)||v.test(d))break;if(P.search(this.rules.other.nonSpaceChar)>=y||!d.trim())c+=`
107
- `+P.slice(y);else{if(m||f.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||T.test(f)||g.test(f)||v.test(f))break;c+=`
108
- `+d}!m&&!d.trim()&&(m=!0),u+=M+`
109
- `,e=e.substring(M.length+1),f=P.slice(y)}}s.loose||(o?s.loose=!0:this.rules.other.doubleBlankLine.test(u)&&(o=!0));let w=null,E;this.options.gfm&&(w=this.rules.other.listIsTask.exec(c),w&&(E=w[0]!=="[ ] ",c=c.replace(this.rules.other.listReplaceTask,""))),s.items.push({type:"list_item",raw:u,task:!!w,checked:E,loose:!1,text:c,tokens:[]}),s.raw+=u}let a=s.items.at(-1);if(a)a.raw=a.raw.trimEnd(),a.text=a.text.trimEnd();else return;s.raw=s.raw.trimEnd();for(let l=0;l<s.items.length;l++)if(this.lexer.state.top=!1,s.items[l].tokens=this.lexer.blockTokens(s.items[l].text,[]),!s.loose){let u=s.items[l].tokens.filter(f=>f.type==="space"),c=u.length>0&&u.some(f=>this.rules.other.anyLine.test(f.raw));s.loose=c}if(s.loose)for(let l=0;l<s.items.length;l++)s.items[l].loose=!0;return s}}html(e){let t=this.rules.block.html.exec(e);if(t)return{type:"html",block:!0,raw:t[0],pre:t[1]==="pre"||t[1]==="script"||t[1]==="style",text:t[0]}}def(e){let t=this.rules.block.def.exec(e);if(t){let n=t[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),r=t[2]?t[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:s}}}table(e){let t=this.rules.block.table.exec(e);if(!t||!this.rules.other.tableDelimiter.test(t[2]))return;let n=uf(t[1]),r=t[2].replace(this.rules.other.tableAlignChars,"").split("|"),s=t[3]?.trim()?t[3].replace(this.rules.other.tableRowBlankLine,"").split(`
110
- `):[],i={type:"table",raw:t[0],header:[],align:[],rows:[]};if(n.length===r.length){for(let o of r)this.rules.other.tableAlignRight.test(o)?i.align.push("right"):this.rules.other.tableAlignCenter.test(o)?i.align.push("center"):this.rules.other.tableAlignLeft.test(o)?i.align.push("left"):i.align.push(null);for(let o=0;o<n.length;o++)i.header.push({text:n[o],tokens:this.lexer.inline(n[o]),header:!0,align:i.align[o]});for(let o of s)i.rows.push(uf(o,i.header.length).map((a,l)=>({text:a,tokens:this.lexer.inline(a),header:!1,align:i.align[l]})));return i}}lheading(e){let t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:t[2].charAt(0)==="="?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){let t=this.rules.block.paragraph.exec(e);if(t){let n=t[1].charAt(t[1].length-1)===`
111
- `?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}text(e){let t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){let t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:t[1]}}tag(e){let t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&this.rules.other.startATag.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){let t=this.rules.inline.link.exec(e);if(t){let n=t[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let i=Er(n.slice(0,-1),"\\");if((n.length-i.length)%2===0)return}else{let i=Z0(t[2],"()");if(i===-2)return;if(i>-1){let o=(t[0].indexOf("!")===0?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,o).trim(),t[3]=""}}let r=t[2],s="";if(this.options.pedantic){let i=this.rules.other.pedanticHrefTitle.exec(r);i&&(r=i[1],s=i[3])}else s=t[3]?t[3].slice(1,-1):"";return r=r.trim(),this.rules.other.startAngleBracket.test(r)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?r=r.slice(1):r=r.slice(1,-1)),ff(t,{href:r&&r.replace(this.rules.inline.anyPunctuation,"$1"),title:s&&s.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer,this.rules)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let r=(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," "),s=t[r.toLowerCase()];if(!s){let i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return ff(n,s,n[0],this.lexer,this.rules)}}emStrong(e,t,n=""){let r=this.rules.inline.emStrongLDelim.exec(e);if(!(!r||r[3]&&n.match(this.rules.other.unicodeAlphaNumeric))&&(!(r[1]||r[2])||!n||this.rules.inline.punctuation.exec(n))){let s=[...r[0]].length-1,i,o,a=s,l=0,u=r[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,t=t.slice(-1*e.length+s);(r=u.exec(t))!=null;){if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!i)continue;if(o=[...i].length,r[3]||r[4]){a+=o;continue}else if((r[5]||r[6])&&s%3&&!((s+o)%3)){l+=o;continue}if(a-=o,a>0)continue;o=Math.min(o,o+a+l);let c=[...r[0]][0].length,f=e.slice(0,s+r.index+c+o);if(Math.min(s,o)%2){let m=f.slice(1,-1);return{type:"em",raw:f,text:m,tokens:this.lexer.inlineTokens(m)}}let d=f.slice(2,-2);return{type:"strong",raw:f,text:d,tokens:this.lexer.inlineTokens(d)}}}}codespan(e){let t=this.rules.inline.code.exec(e);if(t){let n=t[2].replace(this.rules.other.newLineCharGlobal," "),r=this.rules.other.nonSpaceChar.test(n),s=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return r&&s&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:t[0],text:n}}}br(e){let t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){let t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){let t=this.rules.inline.autolink.exec(e);if(t){let n,r;return t[2]==="@"?(n=t[1],r="mailto:"+n):(n=t[1],r=n),{type:"link",raw:t[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let n,r;if(t[2]==="@")n=t[0],r="mailto:"+n;else{let s;do s=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??"";while(s!==t[0]);n=t[0],t[1]==="www."?r="http://"+t[0]:r=t[0]}return{type:"link",raw:t[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(e){let t=this.rules.inline.text.exec(e);if(t){let n=this.lexer.state.inRawBlock;return{type:"text",raw:t[0],text:t[0],escaped:n}}}},rt=class Lo{tokens;options;state;tokenizer;inlineQueue;constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||kn,this.options.tokenizer=this.options.tokenizer||new Rs,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let n={other:Ue,block:Ls.normal,inline:Ir.normal};this.options.pedantic?(n.block=Ls.pedantic,n.inline=Ir.pedantic):this.options.gfm&&(n.block=Ls.gfm,this.options.breaks?n.inline=Ir.breaks:n.inline=Ir.gfm),this.tokenizer.rules=n}static get rules(){return{block:Ls,inline:Ir}}static lex(t,n){return new Lo(n).lex(t)}static lexInline(t,n){return new Lo(n).inlineTokens(t)}lex(t){t=t.replace(Ue.carriageReturn,`
27
+ `,1)[0].replace(this.rules.other.listReplaceTabs,w=>" ".repeat(3*w.length)),d=e.split(`
28
+ `,1)[0],h=!f.trim(),y=0;if(this.options.pedantic?(y=2,c=f.trimStart()):h?y=t[1].length+1:(y=t[2].search(this.rules.other.nonSpaceChar),y=y>4?1:y,c=f.slice(y),y+=t[1].length),h&&this.rules.other.blankLine.test(d)&&(u+=d+`
29
+ `,e=e.substring(d.length+1),l=!0),!l){let w=this.rules.other.nextBulletRegex(y),E=this.rules.other.hrRegex(y),_=this.rules.other.fencesBeginRegex(y),v=this.rules.other.headingBeginRegex(y),T=this.rules.other.htmlBeginRegex(y);for(;e;){let g=e.split(`
30
+ `,1)[0],C;if(d=g,this.options.pedantic?(d=d.replace(this.rules.other.listReplaceNesting," "),C=d):C=d.replace(this.rules.other.tabCharGlobal," "),_.test(d)||v.test(d)||T.test(d)||w.test(d)||E.test(d))break;if(C.search(this.rules.other.nonSpaceChar)>=y||!d.trim())c+=`
31
+ `+C.slice(y);else{if(h||f.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||_.test(f)||v.test(f)||E.test(f))break;c+=`
32
+ `+d}!h&&!d.trim()&&(h=!0),u+=g+`
33
+ `,e=e.substring(g.length+1),f=C.slice(y)}}s.loose||(o?s.loose=!0:this.rules.other.doubleBlankLine.test(u)&&(o=!0)),s.items.push({type:"list_item",raw:u,task:!!this.options.gfm&&this.rules.other.listIsTask.test(c),loose:!1,text:c,tokens:[]}),s.raw+=u}let a=s.items.at(-1);if(a)a.raw=a.raw.trimEnd(),a.text=a.text.trimEnd();else return;s.raw=s.raw.trimEnd();for(let l of s.items){if(this.lexer.state.top=!1,l.tokens=this.lexer.blockTokens(l.text,[]),l.task){if(l.text=l.text.replace(this.rules.other.listReplaceTask,""),l.tokens[0]?.type==="text"||l.tokens[0]?.type==="paragraph"){l.tokens[0].raw=l.tokens[0].raw.replace(this.rules.other.listReplaceTask,""),l.tokens[0].text=l.tokens[0].text.replace(this.rules.other.listReplaceTask,"");for(let c=this.lexer.inlineQueue.length-1;c>=0;c--)if(this.rules.other.listIsTask.test(this.lexer.inlineQueue[c].src)){this.lexer.inlineQueue[c].src=this.lexer.inlineQueue[c].src.replace(this.rules.other.listReplaceTask,"");break}}let u=this.rules.other.listTaskCheckbox.exec(l.raw);if(u){let c={type:"checkbox",raw:u[0]+" ",checked:u[0]!=="[ ]"};l.checked=c.checked,s.loose?l.tokens[0]&&["paragraph","text"].includes(l.tokens[0].type)&&"tokens"in l.tokens[0]&&l.tokens[0].tokens?(l.tokens[0].raw=c.raw+l.tokens[0].raw,l.tokens[0].text=c.raw+l.tokens[0].text,l.tokens[0].tokens.unshift(c)):l.tokens.unshift({type:"paragraph",raw:c.raw,text:c.raw,tokens:[c]}):l.tokens.unshift(c)}}if(!s.loose){let u=l.tokens.filter(f=>f.type==="space"),c=u.length>0&&u.some(f=>this.rules.other.anyLine.test(f.raw));s.loose=c}}if(s.loose)for(let l of s.items){l.loose=!0;for(let u of l.tokens)u.type==="text"&&(u.type="paragraph")}return s}}html(e){let t=this.rules.block.html.exec(e);if(t)return{type:"html",block:!0,raw:t[0],pre:t[1]==="pre"||t[1]==="script"||t[1]==="style",text:t[0]}}def(e){let t=this.rules.block.def.exec(e);if(t){let n=t[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),r=t[2]?t[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:s}}}table(e){let t=this.rules.block.table.exec(e);if(!t||!this.rules.other.tableDelimiter.test(t[2]))return;let n=Lf(t[1]),r=t[2].replace(this.rules.other.tableAlignChars,"").split("|"),s=t[3]?.trim()?t[3].replace(this.rules.other.tableRowBlankLine,"").split(`
34
+ `):[],i={type:"table",raw:t[0],header:[],align:[],rows:[]};if(n.length===r.length){for(let o of r)this.rules.other.tableAlignRight.test(o)?i.align.push("right"):this.rules.other.tableAlignCenter.test(o)?i.align.push("center"):this.rules.other.tableAlignLeft.test(o)?i.align.push("left"):i.align.push(null);for(let o=0;o<n.length;o++)i.header.push({text:n[o],tokens:this.lexer.inline(n[o]),header:!0,align:i.align[o]});for(let o of s)i.rows.push(Lf(o,i.header.length).map((a,l)=>({text:a,tokens:this.lexer.inline(a),header:!1,align:i.align[l]})));return i}}lheading(e){let t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:t[2].charAt(0)==="="?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){let t=this.rules.block.paragraph.exec(e);if(t){let n=t[1].charAt(t[1].length-1)===`
35
+ `?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}text(e){let t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){let t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:t[1]}}tag(e){let t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&this.rules.other.startATag.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){let t=this.rules.inline.link.exec(e);if(t){let n=t[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let i=Dr(n.slice(0,-1),"\\");if((n.length-i.length)%2===0)return}else{let i=F0(t[2],"()");if(i===-2)return;if(i>-1){let o=(t[0].indexOf("!")===0?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,o).trim(),t[3]=""}}let r=t[2],s="";if(this.options.pedantic){let i=this.rules.other.pedanticHrefTitle.exec(r);i&&(r=i[1],s=i[3])}else s=t[3]?t[3].slice(1,-1):"";return r=r.trim(),this.rules.other.startAngleBracket.test(r)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?r=r.slice(1):r=r.slice(1,-1)),Rf(t,{href:r&&r.replace(this.rules.inline.anyPunctuation,"$1"),title:s&&s.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer,this.rules)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let r=(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," "),s=t[r.toLowerCase()];if(!s){let i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return Rf(n,s,n[0],this.lexer,this.rules)}}emStrong(e,t,n=""){let r=this.rules.inline.emStrongLDelim.exec(e);if(!(!r||r[3]&&n.match(this.rules.other.unicodeAlphaNumeric))&&(!(r[1]||r[2])||!n||this.rules.inline.punctuation.exec(n))){let s=[...r[0]].length-1,i,o,a=s,l=0,u=r[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,t=t.slice(-1*e.length+s);(r=u.exec(t))!=null;){if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!i)continue;if(o=[...i].length,r[3]||r[4]){a+=o;continue}else if((r[5]||r[6])&&s%3&&!((s+o)%3)){l+=o;continue}if(a-=o,a>0)continue;o=Math.min(o,o+a+l);let c=[...r[0]][0].length,f=e.slice(0,s+r.index+c+o);if(Math.min(s,o)%2){let h=f.slice(1,-1);return{type:"em",raw:f,text:h,tokens:this.lexer.inlineTokens(h)}}let d=f.slice(2,-2);return{type:"strong",raw:f,text:d,tokens:this.lexer.inlineTokens(d)}}}}codespan(e){let t=this.rules.inline.code.exec(e);if(t){let n=t[2].replace(this.rules.other.newLineCharGlobal," "),r=this.rules.other.nonSpaceChar.test(n),s=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return r&&s&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:t[0],text:n}}}br(e){let t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){let t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){let t=this.rules.inline.autolink.exec(e);if(t){let n,r;return t[2]==="@"?(n=t[1],r="mailto:"+n):(n=t[1],r=n),{type:"link",raw:t[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let n,r;if(t[2]==="@")n=t[0],r="mailto:"+n;else{let s;do s=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??"";while(s!==t[0]);n=t[0],t[1]==="www."?r="http://"+t[0]:r=t[0]}return{type:"link",raw:t[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(e){let t=this.rules.inline.text.exec(e);if(t){let n=this.lexer.state.inRawBlock;return{type:"text",raw:t[0],text:t[0],escaped:n}}}},it=class Vo{tokens;options;state;inlineQueue;tokenizer;constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||Sn,this.options.tokenizer=this.options.tokenizer||new Vs,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let n={other:Ue,block:zs.normal,inline:Nr.normal};this.options.pedantic?(n.block=zs.pedantic,n.inline=Nr.pedantic):this.options.gfm&&(n.block=zs.gfm,this.options.breaks?n.inline=Nr.breaks:n.inline=Nr.gfm),this.tokenizer.rules=n}static get rules(){return{block:zs,inline:Nr}}static lex(t,n){return new Vo(n).lex(t)}static lexInline(t,n){return new Vo(n).inlineTokens(t)}lex(t){t=t.replace(Ue.carriageReturn,`
112
36
  `),this.blockTokens(t,this.tokens);for(let n=0;n<this.inlineQueue.length;n++){let r=this.inlineQueue[n];this.inlineTokens(r.src,r.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(t,n=[],r=!1){for(this.options.pedantic&&(t=t.replace(Ue.tabCharGlobal," ").replace(Ue.spaceLine,""));t;){let s;if(this.options.extensions?.block?.some(o=>(s=o.call({lexer:this},t,n))?(t=t.substring(s.raw.length),n.push(s),!0):!1))continue;if(s=this.tokenizer.space(t)){t=t.substring(s.raw.length);let o=n.at(-1);s.raw.length===1&&o!==void 0?o.raw+=`
113
37
  `:n.push(s);continue}if(s=this.tokenizer.code(t)){t=t.substring(s.raw.length);let o=n.at(-1);o?.type==="paragraph"||o?.type==="text"?(o.raw+=(o.raw.endsWith(`
114
38
  `)?"":`
@@ -122,17 +46,17 @@ ${c}`:c;let f=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTo
122
46
  `+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=o.text):n.push(s),r=i.length!==t.length,t=t.substring(s.raw.length);continue}if(s=this.tokenizer.text(t)){t=t.substring(s.raw.length);let o=n.at(-1);o?.type==="text"?(o.raw+=(o.raw.endsWith(`
123
47
  `)?"":`
124
48
  `)+s.raw,o.text+=`
125
- `+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=o.text):n.push(s);continue}if(t){let o="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(o);break}else throw new Error(o)}}return this.state.top=!0,n}inline(t,n=[]){return this.inlineQueue.push({src:t,tokens:n}),n}inlineTokens(t,n=[]){let r=t,s=null;if(this.tokens.links){let a=Object.keys(this.tokens.links);if(a.length>0)for(;(s=this.tokenizer.rules.inline.reflinkSearch.exec(r))!=null;)a.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(r=r.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+r.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(s=this.tokenizer.rules.inline.anyPunctuation.exec(r))!=null;)r=r.slice(0,s.index)+"++"+r.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(s=this.tokenizer.rules.inline.blockSkip.exec(r))!=null;)r=r.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+r.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);r=this.options.hooks?.emStrongMask?.call({lexer:this},r)??r;let i=!1,o="";for(;t;){i||(o=""),i=!1;let a;if(this.options.extensions?.inline?.some(u=>(a=u.call({lexer:this},t,n))?(t=t.substring(a.raw.length),n.push(a),!0):!1))continue;if(a=this.tokenizer.escape(t)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.tag(t)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.link(t)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(a.raw.length);let u=n.at(-1);a.type==="text"&&u?.type==="text"?(u.raw+=a.raw,u.text+=a.text):n.push(a);continue}if(a=this.tokenizer.emStrong(t,r,o)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.codespan(t)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.br(t)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.del(t)){t=t.substring(a.raw.length),n.push(a);continue}if(a=this.tokenizer.autolink(t)){t=t.substring(a.raw.length),n.push(a);continue}if(!this.state.inLink&&(a=this.tokenizer.url(t))){t=t.substring(a.raw.length),n.push(a);continue}let l=t;if(this.options.extensions?.startInline){let u=1/0,c=t.slice(1),f;this.options.extensions.startInline.forEach(d=>{f=d.call({lexer:this},c),typeof f=="number"&&f>=0&&(u=Math.min(u,f))}),u<1/0&&u>=0&&(l=t.substring(0,u+1))}if(a=this.tokenizer.inlineText(l)){t=t.substring(a.raw.length),a.raw.slice(-1)!=="_"&&(o=a.raw.slice(-1)),i=!0;let u=n.at(-1);u?.type==="text"?(u.raw+=a.raw,u.text+=a.text):n.push(a);continue}if(t){let u="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(u);break}else throw new Error(u)}}return n}},$s=class{options;parser;constructor(e){this.options=e||kn}space(e){return""}code({text:e,lang:t,escaped:n}){let r=(t||"").match(Ue.notSpaceStart)?.[0],s=e.replace(Ue.endingNewline,"")+`
126
- `;return r?'<pre><code class="language-'+xt(r)+'">'+(n?s:xt(s,!0))+`</code></pre>
127
- `:"<pre><code>"+(n?s:xt(s,!0))+`</code></pre>
49
+ `+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=o.text):n.push(s);continue}if(t){let o="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(o);break}else throw new Error(o)}}return this.state.top=!0,n}inline(t,n=[]){return this.inlineQueue.push({src:t,tokens:n}),n}inlineTokens(t,n=[]){let r=t,s=null;if(this.tokens.links){let l=Object.keys(this.tokens.links);if(l.length>0)for(;(s=this.tokenizer.rules.inline.reflinkSearch.exec(r))!=null;)l.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(r=r.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+r.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(s=this.tokenizer.rules.inline.anyPunctuation.exec(r))!=null;)r=r.slice(0,s.index)+"++"+r.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);let i;for(;(s=this.tokenizer.rules.inline.blockSkip.exec(r))!=null;)i=s[2]?s[2].length:0,r=r.slice(0,s.index+i)+"["+"a".repeat(s[0].length-i-2)+"]"+r.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);r=this.options.hooks?.emStrongMask?.call({lexer:this},r)??r;let o=!1,a="";for(;t;){o||(a=""),o=!1;let l;if(this.options.extensions?.inline?.some(c=>(l=c.call({lexer:this},t,n))?(t=t.substring(l.raw.length),n.push(l),!0):!1))continue;if(l=this.tokenizer.escape(t)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.tag(t)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.link(t)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(l.raw.length);let c=n.at(-1);l.type==="text"&&c?.type==="text"?(c.raw+=l.raw,c.text+=l.text):n.push(l);continue}if(l=this.tokenizer.emStrong(t,r,a)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.codespan(t)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.br(t)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.del(t)){t=t.substring(l.raw.length),n.push(l);continue}if(l=this.tokenizer.autolink(t)){t=t.substring(l.raw.length),n.push(l);continue}if(!this.state.inLink&&(l=this.tokenizer.url(t))){t=t.substring(l.raw.length),n.push(l);continue}let u=t;if(this.options.extensions?.startInline){let c=1/0,f=t.slice(1),d;this.options.extensions.startInline.forEach(h=>{d=h.call({lexer:this},f),typeof d=="number"&&d>=0&&(c=Math.min(c,d))}),c<1/0&&c>=0&&(u=t.substring(0,c+1))}if(l=this.tokenizer.inlineText(u)){t=t.substring(l.raw.length),l.raw.slice(-1)!=="_"&&(a=l.raw.slice(-1)),o=!0;let c=n.at(-1);c?.type==="text"?(c.raw+=l.raw,c.text+=l.text):n.push(l);continue}if(t){let c="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(c);break}else throw new Error(c)}}return n}},Bs=class{options;parser;constructor(e){this.options=e||Sn}space(e){return""}code({text:e,lang:t,escaped:n}){let r=(t||"").match(Ue.notSpaceStart)?.[0],s=e.replace(Ue.endingNewline,"")+`
50
+ `;return r?'<pre><code class="language-'+Ft(r)+'">'+(n?s:Ft(s,!0))+`</code></pre>
51
+ `:"<pre><code>"+(n?s:Ft(s,!0))+`</code></pre>
128
52
  `}blockquote({tokens:e}){return`<blockquote>
129
53
  ${this.parser.parse(e)}</blockquote>
130
54
  `}html({text:e}){return e}def(e){return""}heading({tokens:e,depth:t}){return`<h${t}>${this.parser.parseInline(e)}</h${t}>
131
55
  `}hr(e){return`<hr>
132
56
  `}list(e){let t=e.ordered,n=e.start,r="";for(let o=0;o<e.items.length;o++){let a=e.items[o];r+=this.listitem(a)}let s=t?"ol":"ul",i=t&&n!==1?' start="'+n+'"':"";return"<"+s+i+`>
133
57
  `+r+"</"+s+`>
134
- `}listitem(e){let t="";if(e.task){let n=this.checkbox({checked:!!e.checked});e.loose?e.tokens[0]?.type==="paragraph"?(e.tokens[0].text=n+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&e.tokens[0].tokens[0].type==="text"&&(e.tokens[0].tokens[0].text=n+" "+xt(e.tokens[0].tokens[0].text),e.tokens[0].tokens[0].escaped=!0)):e.tokens.unshift({type:"text",raw:n+" ",text:n+" ",escaped:!0}):t+=n+" "}return t+=this.parser.parse(e.tokens,!!e.loose),`<li>${t}</li>
135
- `}checkbox({checked:e}){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:e}){return`<p>${this.parser.parseInline(e)}</p>
58
+ `}listitem(e){return`<li>${this.parser.parse(e.tokens)}</li>
59
+ `}checkbox({checked:e}){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"> '}paragraph({tokens:e}){return`<p>${this.parser.parseInline(e)}</p>
136
60
  `}table(e){let t="",n="";for(let s=0;s<e.header.length;s++)n+=this.tablecell(e.header[s]);t+=this.tablerow({text:n});let r="";for(let s=0;s<e.rows.length;s++){let i=e.rows[s];n="";for(let o=0;o<i.length;o++)n+=this.tablecell(i[o]);r+=this.tablerow({text:n})}return r&&(r=`<tbody>${r}</tbody>`),`<table>
137
61
  <thead>
138
62
  `+t+`</thead>
@@ -140,6 +64,5 @@ ${this.parser.parse(e)}</blockquote>
140
64
  `}tablerow({text:e}){return`<tr>
141
65
  ${e}</tr>
142
66
  `}tablecell(e){let t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+`</${n}>
143
- `}strong({tokens:e}){return`<strong>${this.parser.parseInline(e)}</strong>`}em({tokens:e}){return`<em>${this.parser.parseInline(e)}</em>`}codespan({text:e}){return`<code>${xt(e,!0)}</code>`}br(e){return"<br>"}del({tokens:e}){return`<del>${this.parser.parseInline(e)}</del>`}link({href:e,title:t,tokens:n}){let r=this.parser.parseInline(n),s=cf(e);if(s===null)return r;e=s;let i='<a href="'+e+'"';return t&&(i+=' title="'+xt(t)+'"'),i+=">"+r+"</a>",i}image({href:e,title:t,text:n,tokens:r}){r&&(n=this.parser.parseInline(r,this.parser.textRenderer));let s=cf(e);if(s===null)return xt(n);e=s;let i=`<img src="${e}" alt="${n}"`;return t&&(i+=` title="${xt(t)}"`),i+=">",i}text(e){return"tokens"in e&&e.tokens?this.parser.parseInline(e.tokens):"escaped"in e&&e.escaped?e.text:xt(e.text)}},Eo=class{strong({text:e}){return e}em({text:e}){return e}codespan({text:e}){return e}del({text:e}){return e}html({text:e}){return e}text({text:e}){return e}link({text:e}){return""+e}image({text:e}){return""+e}br(){return""}},st=class Ro{options;renderer;textRenderer;constructor(t){this.options=t||kn,this.options.renderer=this.options.renderer||new $s,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Eo}static parse(t,n){return new Ro(n).parse(t)}static parseInline(t,n){return new Ro(n).parseInline(t)}parse(t,n=!0){let r="";for(let s=0;s<t.length;s++){let i=t[s];if(this.options.extensions?.renderers?.[i.type]){let a=i,l=this.options.extensions.renderers[a.type].call({parser:this},a);if(l!==!1||!["space","hr","heading","code","table","blockquote","list","html","def","paragraph","text"].includes(a.type)){r+=l||"";continue}}let o=i;switch(o.type){case"space":{r+=this.renderer.space(o);continue}case"hr":{r+=this.renderer.hr(o);continue}case"heading":{r+=this.renderer.heading(o);continue}case"code":{r+=this.renderer.code(o);continue}case"table":{r+=this.renderer.table(o);continue}case"blockquote":{r+=this.renderer.blockquote(o);continue}case"list":{r+=this.renderer.list(o);continue}case"html":{r+=this.renderer.html(o);continue}case"def":{r+=this.renderer.def(o);continue}case"paragraph":{r+=this.renderer.paragraph(o);continue}case"text":{let a=o,l=this.renderer.text(a);for(;s+1<t.length&&t[s+1].type==="text";)a=t[++s],l+=`
144
- `+this.renderer.text(a);n?r+=this.renderer.paragraph({type:"paragraph",raw:l,text:l,tokens:[{type:"text",raw:l,text:l,escaped:!0}]}):r+=l;continue}default:{let a='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return r}parseInline(t,n=this.renderer){let r="";for(let s=0;s<t.length;s++){let i=t[s];if(this.options.extensions?.renderers?.[i.type]){let a=this.options.extensions.renderers[i.type].call({parser:this},i);if(a!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type)){r+=a||"";continue}}let o=i;switch(o.type){case"escape":{r+=n.text(o);break}case"html":{r+=n.html(o);break}case"link":{r+=n.link(o);break}case"image":{r+=n.image(o);break}case"strong":{r+=n.strong(o);break}case"em":{r+=n.em(o);break}case"codespan":{r+=n.codespan(o);break}case"br":{r+=n.br(o);break}case"del":{r+=n.del(o);break}case"text":{r+=n.text(o);break}default:{let a='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return r}},Cr=class{options;block;constructor(e){this.options=e||kn}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens","emStrongMask"]);static passThroughHooksRespectAsync=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}emStrongMask(e){return e}provideLexer(){return this.block?rt.lex:rt.lexInline}provideParser(){return this.block?st.parse:st.parseInline}},X0=class{defaults=bo();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=st;Renderer=$s;TextRenderer=Eo;Lexer=rt;Tokenizer=Rs;Hooks=Cr;constructor(...e){this.use(...e)}walkTokens(e,t){let n=[];for(let r of e)switch(n=n.concat(t.call(this,r)),r.type){case"table":{let s=r;for(let i of s.header)n=n.concat(this.walkTokens(i.tokens,t));for(let i of s.rows)for(let o of i)n=n.concat(this.walkTokens(o.tokens,t));break}case"list":{let s=r;n=n.concat(this.walkTokens(s.items,t));break}default:{let s=r;this.defaults.extensions?.childTokens?.[s.type]?this.defaults.extensions.childTokens[s.type].forEach(i=>{let o=s[i].flat(1/0);n=n.concat(this.walkTokens(o,t))}):s.tokens&&(n=n.concat(this.walkTokens(s.tokens,t)))}}return n}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(n=>{let r={...n};if(r.async=this.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach(s=>{if(!s.name)throw new Error("extension name required");if("renderer"in s){let i=t.renderers[s.name];i?t.renderers[s.name]=function(...o){let a=s.renderer.apply(this,o);return a===!1&&(a=i.apply(this,o)),a}:t.renderers[s.name]=s.renderer}if("tokenizer"in s){if(!s.level||s.level!=="block"&&s.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let i=t[s.level];i?i.unshift(s.tokenizer):t[s.level]=[s.tokenizer],s.start&&(s.level==="block"?t.startBlock?t.startBlock.push(s.start):t.startBlock=[s.start]:s.level==="inline"&&(t.startInline?t.startInline.push(s.start):t.startInline=[s.start]))}"childTokens"in s&&s.childTokens&&(t.childTokens[s.name]=s.childTokens)}),r.extensions=t),n.renderer){let s=this.defaults.renderer||new $s(this.defaults);for(let i in n.renderer){if(!(i in s))throw new Error(`renderer '${i}' does not exist`);if(["options","parser"].includes(i))continue;let o=i,a=n.renderer[o],l=s[o];s[o]=(...u)=>{let c=a.apply(s,u);return c===!1&&(c=l.apply(s,u)),c||""}}r.renderer=s}if(n.tokenizer){let s=this.defaults.tokenizer||new Rs(this.defaults);for(let i in n.tokenizer){if(!(i in s))throw new Error(`tokenizer '${i}' does not exist`);if(["options","rules","lexer"].includes(i))continue;let o=i,a=n.tokenizer[o],l=s[o];s[o]=(...u)=>{let c=a.apply(s,u);return c===!1&&(c=l.apply(s,u)),c}}r.tokenizer=s}if(n.hooks){let s=this.defaults.hooks||new Cr;for(let i in n.hooks){if(!(i in s))throw new Error(`hook '${i}' does not exist`);if(["options","block"].includes(i))continue;let o=i,a=n.hooks[o],l=s[o];Cr.passThroughHooks.has(i)?s[o]=u=>{if(this.defaults.async&&Cr.passThroughHooksRespectAsync.has(i))return(async()=>{let f=await a.call(s,u);return l.call(s,f)})();let c=a.call(s,u);return l.call(s,c)}:s[o]=(...u)=>{if(this.defaults.async)return(async()=>{let f=await a.apply(s,u);return f===!1&&(f=await l.apply(s,u)),f})();let c=a.apply(s,u);return c===!1&&(c=l.apply(s,u)),c}}r.hooks=s}if(n.walkTokens){let s=this.defaults.walkTokens,i=n.walkTokens;r.walkTokens=function(o){let a=[];return a.push(i.call(this,o)),s&&(a=a.concat(s.call(this,o))),a}}this.defaults={...this.defaults,...r}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return rt.lex(e,t??this.defaults)}parser(e,t){return st.parse(e,t??this.defaults)}parseMarkdown(e){return(t,n)=>{let r={...n},s={...this.defaults,...r},i=this.onError(!!s.silent,!!s.async);if(this.defaults.async===!0&&r.async===!1)return i(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof t>"u"||t===null)return i(new Error("marked(): input parameter is undefined or null"));if(typeof t!="string")return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));if(s.hooks&&(s.hooks.options=s,s.hooks.block=e),s.async)return(async()=>{let o=s.hooks?await s.hooks.preprocess(t):t,a=await(s.hooks?await s.hooks.provideLexer():e?rt.lex:rt.lexInline)(o,s),l=s.hooks?await s.hooks.processAllTokens(a):a;s.walkTokens&&await Promise.all(this.walkTokens(l,s.walkTokens));let u=await(s.hooks?await s.hooks.provideParser():e?st.parse:st.parseInline)(l,s);return s.hooks?await s.hooks.postprocess(u):u})().catch(i);try{s.hooks&&(t=s.hooks.preprocess(t));let o=(s.hooks?s.hooks.provideLexer():e?rt.lex:rt.lexInline)(t,s);s.hooks&&(o=s.hooks.processAllTokens(o)),s.walkTokens&&this.walkTokens(o,s.walkTokens);let a=(s.hooks?s.hooks.provideParser():e?st.parse:st.parseInline)(o,s);return s.hooks&&(a=s.hooks.postprocess(a)),a}catch(o){return i(o)}}}onError(e,t){return n=>{if(n.message+=`
145
- Please report this to https://github.com/markedjs/marked.`,e){let r="<p>An error occurred:</p><pre>"+xt(n.message+"",!0)+"</pre>";return t?Promise.resolve(r):r}if(t)return Promise.reject(n);throw n}}},xn=new X0;function ue(e,t){return xn.parse(e,t)}ue.options=ue.setOptions=function(e){return xn.setOptions(e),ue.defaults=xn.defaults,Zu(ue.defaults),ue},ue.getDefaults=bo,ue.defaults=kn,ue.use=function(...e){return xn.use(...e),ue.defaults=xn.defaults,Zu(ue.defaults),ue},ue.walkTokens=function(e,t){return xn.walkTokens(e,t)},ue.parseInline=xn.parseInline,ue.Parser=st,ue.parser=st.parse,ue.Renderer=$s,ue.TextRenderer=Eo,ue.Lexer=rt,ue.lexer=rt.lex,ue.Tokenizer=Rs,ue.Hooks=Cr,ue.parse=ue,ue.options,ue.setOptions,ue.use,ue.walkTokens,ue.parseInline,st.parse,rt.lex;const J0=["href"],q0=["innerHTML"],Q0={key:1,class:"text-gray-500 break-words overflow-x-auto whitespace-pre-line pb-3 mb-0 dark:text-gray-400"},ew=["href"],tw=dt({__name:"comment-content",props:{ancestorId:{},comment:{}},setup(e){const t=e,{t:n}=vt(),r=Un();function s(o){return ue(o).replace(/<a/g,'<a target="_blank"')}function i(o){if(t.ancestorId){const l=r.comments[t.ancestorId]?.children?.find(u=>Number(u.id)===Number(o));return l?.isAdmin?n("admin"):l?.user?.name||l?.user?.email||""}return""}return(o,a)=>e.comment.isAdmin?(B(),q(Ee,{key:0},[e.comment.parentId&&e.comment.parentId!==e.comment.ancestorId?(B(),q("a",{key:0,href:`#awcm-${e.comment.parentId}`,class:"inline-block px-2 py-1 rounded-lg mt-2 bg-base-300 text-gray-500 dark:bg-neutral-400/20 dark:text-gray-400",target:"_self"},"@"+be(i(e.comment.parentId)),9,J0)):$e("",!0),ce("article",{class:"text-gray-500 break-words overflow-x-auto dark:text-gray-400",innerHTML:s(e.comment.content)},null,8,q0)],64)):(B(),q("p",Q0,[e.comment.parentId&&e.comment.parentId!==e.comment.ancestorId?(B(),q("a",{key:0,href:`#awcm-${e.comment.parentId}`,class:"inline-block px-2 py-1 rounded-lg me-1 bg-base-300 text-gray-500 dark:bg-neutral-400/20 dark:text-gray-400",target:"_self"},"@"+be(i(e.comment.parentId)),9,ew)):$e("",!0),ln(be(e.comment.content),1)]))}});function nw(e){let t=0;for(let r=0;r<e.length;r++)t=e.charCodeAt(r)+((t<<5)-t);let n="#";for(let r=0;r<3;r++){const s=t>>r*8&255;n+=("00"+s.toString(16)).slice(-2)}return n}const rw={class:"flex items-center gap-2 text-sm text-base-content dark:text-white"},sw={class:"ac-avatar"},iw={key:0,class:"w-6 h-6"},ow=["alt","src"],aw={class:"text-neutral-content mix-blend-color-dodge uppercase font-bold leading-6"},lw=["data-tip"],cw=["href"],uw=["datetime","title"],fw=dt({__name:"comment-header",props:{comment:{},isEditing:{type:Boolean},isEditable:{type:Boolean}},emits:["edit"],setup(e,{emit:t}){const n=e,r=t,{t:s}=vt(),i=tt(()=>{if(n.comment.isAdmin)return s("admin");let a=n.comment.user?.name||s("anonymous");return a=a.replace(Fv,""),a});function o(a){return`${location.origin}${location.pathname}#awcm-${a}`}return(a,l)=>(B(),q("div",rw,[ce("div",sw,[e.comment.user?.avatar?(B(),q("div",iw,[ce("img",{alt:i.value,src:e.comment.user?.avatar,class:"rounded-full max-w-full max-h-full"},null,8,ow)])):(B(),q("div",{key:1,style:Dr({"background-color":H(nw)(i.value)}),class:"avatar-char rounded-full w-6 h-6 text-center"},[ce("span",aw,be(i.value.substring(0,1)),1)],4))]),ln(" "+be(i.value)+" ",1),e.comment.isAdmin?(B(),q("div",{key:0,"data-tip":H(s)("admin"),class:"ac-tooltip text-success"},[ke(H(r0),{class:"block",size:18})],8,lw)):$e("",!0),ce("a",{href:o(e.comment.id),class:"no-underline hover:underline hover:decoration-green-middle"},[ce("time",{datetime:e.comment.createdAt.toISOString(),title:H(Hu)(e.comment.createdAt),class:"text-xs text-gray-600 dark:text-gray-400"},be(H(Hu)(e.comment.createdAt)),9,uw)],8,cw),e.isEditable?(B(),q("button",{key:1,class:"ac-btn ac-btn-link ac-btn-xs hover:no-underline",type:"button",onClick:l[0]||(l[0]=u=>r("edit"))},be(H(s)("edit")),1)):$e("",!0)]))}}),dw=["id"],hw={class:"flex justify-between items-center font-sans"},pw={key:0,class:"italic mt-4 text-emerald-600 mb-0 text-sm dark:text-emerald-300"},mw=dt({...{name:"CommentItem"},props:{comment:{},isFirst:{type:Boolean},isFirstLevel:{type:Boolean},isLast:{type:Boolean},ancestorId:{}},setup(e){const t=e,{t:n}=vt(),r=Un(),s=go();let i;const o=te(Date.now()),a=te(!1),l=te(!1),u=tt(()=>t.comment.userId===s.user?.sub&&o.value-t.comment.createdAt.getTime()<36e5);return er(()=>{u.value&&(i=setInterval(()=>{o.value=Date.now(),u.value||clearInterval(i)},1e3))}),Sa(()=>{clearInterval(i)}),(c,f)=>{const d=Od("comment-item",!0);return B(),q("div",{id:"awcm-"+e.comment.id,class:Kn([[{"animated flash":e.comment.isNew},e.isFirstLevel?"mb-4":e.isFirst?"-mt-4":"mt-1"],"comment-item target:outline target:outline-green-500 target:outline-2 dark:target:outline-1"]),onAnimationend:f[6]||(f[6]=m=>H(r).updateComment(e.comment.id,{isNew:!1}))},[ce("div",{class:Kn(["pt-2 px-4 text-base bg-base-200 dark:bg-gray-900",[{"rounded-lg":e.isFirstLevel,"rounded-b-lg":e.isLast,"rounded-t-lg shadow-outline-md":e.isFirst},e.comment.children?.length?"pb-6":"pb-3"]])},[ce("header",hw,[ke(fw,{comment:e.comment,"is-editable":u.value,"is-editing":a.value,onEdit:f[0]||(f[0]=m=>a.value=!a.value)},null,8,["comment","is-editable","is-editing"]),ke(p0,{comment:e.comment,onReply:f[1]||(f[1]=m=>l.value=!l.value)},null,8,["comment"])]),ke(tw,{"ancestor-id":e.ancestorId,comment:e.comment},null,8,["ancestor-id","comment"]),e.comment.status===H(xs).Pending?(B(),q("p",pw,be(H(n)("approve_hint")),1)):$e("",!0)],2),a.value?(B(),Vt(Es,{key:0,content:e.comment.content,"current-id":e.comment.id,status:e.comment.status,class:"mt-3","no-version":"",onClose:f[2]||(f[2]=m=>a.value=!1),onUpdate:f[3]||(f[3]=m=>H(r).updateComment(e.comment.id,{content:m}))},null,8,["content","current-id","status"])):$e("",!0),l.value&&e.isFirstLevel?(B(),Vt(Es,{key:1,"ancestor-id":e.ancestorId,"parent-id":Number(e.comment.id),class:"mt-2 ms-7","no-version":"",onClose:f[4]||(f[4]=m=>l.value=!1)},null,8,["ancestor-id","parent-id"])):$e("",!0),e.comment.children?.length?(B(!0),q(Ee,{key:2},Ia(e.comment.children,(m,y)=>(B(),Vt(d,{key:m.id,"ancestor-id":e.ancestorId,comment:m,"is-first":y===0,"is-first-level":!1,"is-last":y===e.comment.children.length-1,class:"ms-7"},null,8,["ancestor-id","comment","is-first","is-last"]))),128)):$e("",!0),l.value&&!e.isFirstLevel?(B(),Vt(Es,{key:3,"ancestor-id":e.ancestorId,"parent-id":e.comment.id,class:"mt-2 ms-7","no-version":"",onClose:f[5]||(f[5]=m=>l.value=!1)},null,8,["ancestor-id","parent-id"])):$e("",!0)],42,dw)}}}),gw={key:0,class:"comments-wrapper"},_w=["disabled"],bw={key:0,class:"ac-loading ac-loading-xs ac-loading-spinner"},yw={key:1,class:"py-8 text-center"},vw=dt({...{name:"CommentSections"},setup(e){const{t}=vt(),n=Un();function r(){n.start+=20,n.loadComments()}return er(()=>{n.isLoaded||n.loadComments()}),(s,i)=>H(n).isLoaded?(B(),q("div",gw,[(B(!0),q(Ee,null,Ia(Object.values(H(n).comments).reverse(),o=>(B(),Vt(mw,{key:o.id,"ancestor-id":o.id,comment:o,"parent-id":o.parentId,"is-first-level":""},null,8,["ancestor-id","comment","parent-id"]))),128)),H(n).hasMore?(B(),q("button",{key:0,disabled:H(n).loadingMore,class:"ac-btn h-11 min-h-fit ac-btn-block text-white border-0 bg-green-middle hover:bg-green-middle/75 hover:text-white",type:"button",onClick:r},[H(n).loadingMore?(B(),q("span",bw)):$e("",!0),ln(" "+be(H(t)("load_more")),1)],8,_w)):$e("",!0)])):(B(),q("div",yw,[...i[0]||(i[0]=[ce("span",{class:"ac-loading ac-loading-spinner text-base-content"},null,-1)])]))}}),ww={class:"awesome-comment"},kw={key:0,class:"ac-alert ac-alert-error mb-4"},xw={class:"flex justify-between items-center py-2"},Sw={class:"text-lg font-bold text-base-content my-0"},Tw={key:0,class:"ac-loading ac-loading-spinner"},Iw={key:1,class:"ac-dropdown ac-dropdown-end"},Ew={key:0,class:"ac-avatar flex",tabindex:"0"},Cw={class:"block w-6 h-6 rounded-full"},Ow=["alt","src"],Aw={key:1,class:"ac-btn ac-btn-ghost",tabindex:"0"},Pw={class:"ac-dropdown-content z-10 ac-menu p-2 shadow bg-base-100 rounded-box w-52",tabindex:"0"},Lw={key:0,class:"border-b border-neutral pb-2 mb-2 pointer-events-none"},Rw={class:"text-base-content"},$w=["disabled"],Nw=["disabled"],Mw=dt({__name:"App",setup(e){const t=Un(),{t:n}=vt(),r=go(),s=tt(()=>{const a=t.hasMore?t.total+"+":t.total;if(t.total===0)return"0";const l=new CustomEvent("AwesomeComment:total",{bubbles:!0,cancelable:!0,detail:t.total});return document.body.dispatchEvent(l),a});function i(){r.login()}function o(){r.logout({openUrl:!1})}return(a,l)=>(B(),q("div",ww,[H(t).message?(B(),q("div",kw,[ce("p",null,be(H(t).message),1)])):$e("",!0),ce("header",xw,[ce("h2",Sw,be(H(n)("discussion"))+" ("+be(s.value)+") ",1),H(r).isLoading?(B(),q("span",Tw)):(B(),q("div",Iw,[H(r).isAuthenticated&&H(r).user?(B(),q(Ee,{key:0},[H(r).user.picture?(B(),q("label",Ew,[ce("span",Cw,[ce("img",{alt:H(r).user.name||H(r).user.email,src:H(r).user.picture,class:"w-full h-full block"},null,8,Ow)])])):(B(),q("label",Aw,be(H(r).user.email),1)),ce("ul",Pw,[H(r).user.picture?(B(),q("li",Lw,[ce("span",Rw,be(H(r).user.email),1)])):$e("",!0),ce("li",null,[ce("button",{disabled:H(r).isLoading,class:"border-0 bg-base-100",type:"button",onClick:o},be(H(n)("logout")),9,$w)])])],64)):(B(),q("button",{key:1,disabled:H(r).isLoading,class:"ac-btn ac-btn-secondary ac-btn-xs",type:"button",onClick:i},be(H(n)("login")),9,Nw))]))]),ke(Es),ke(vw)]))}}),df=[];let Co=0,Oo=null;function Dw({domain:e,clientId:t,locale:n=navigator.language}){const r=Xh(Mw),s=Qh(),i=Oo||e&&t&&Wl({domain:e,clientId:t,authorizationParams:{redirect_uri:location.origin}}),o=mg({legacy:!1,locale:n,fallbackLocale:"en",messages:{...Cv(ju,"cn"),"zh-CN":ju.cn}});return i&&r.use(i),r.use(s),r.use(o),r}return{postId:"",apiUrl:"",domain:"",clientId:"",locale:"",awesomeAuth:void 0,init(e,{postId:t,apiUrl:n,domain:r,clientId:s,awesomeAuth:i,locale:o=navigator.language}={}){t??=this.postId,n??=this.apiUrl,r??=this.domain||"",s??=this.clientId,i??=this.awesomeAuth;const a=Dw({domain:r,clientId:s,locale:o});a.provide("ApiBaseUrl",n),a.provide("postId",t),a.provide("Auth0Domain",r),a.provide("comments",df),a.provide("total",Co),a.provide("awesomeAuth",i),a.mount(e)},async preload({postId:e,apiUrl:t,domain:n,clientId:r,awesomeAuth:s}){if(this.postId=e||"",this.apiUrl=t||"",this.domain=n||"",this.clientId=r||"",n&&r&&(Oo=Wl({domain:n,clientId:r,authorizationParams:{redirect_uri:window.location.origin}})),!Oo&&!s)throw new Error("You need at least 1 Auth provider.");this.awesomeAuth=s;const i=await fetch(`${t}/api/comments?postId=${e}`);i.ok||console.log("[Awesome comment] Failed to preload comments.");const o=await i.json();if(o.data){df.push(...o.data),Co=o.meta?.total||o.data.length;const a=new CustomEvent("AwesomeComment:total",{bubbles:!0,cancelable:!0,detail:Co});document.body.dispatchEvent(a)}}}}));
67
+ `}strong({tokens:e}){return`<strong>${this.parser.parseInline(e)}</strong>`}em({tokens:e}){return`<em>${this.parser.parseInline(e)}</em>`}codespan({text:e}){return`<code>${Ft(e,!0)}</code>`}br(e){return"<br>"}del({tokens:e}){return`<del>${this.parser.parseInline(e)}</del>`}link({href:e,title:t,tokens:n}){let r=this.parser.parseInline(n),s=Pf(e);if(s===null)return r;e=s;let i='<a href="'+e+'"';return t&&(i+=' title="'+Ft(t)+'"'),i+=">"+r+"</a>",i}image({href:e,title:t,text:n,tokens:r}){r&&(n=this.parser.parseInline(r,this.parser.textRenderer));let s=Pf(e);if(s===null)return Ft(n);e=s;let i=`<img src="${e}" alt="${n}"`;return t&&(i+=` title="${Ft(t)}"`),i+=">",i}text(e){return"tokens"in e&&e.tokens?this.parser.parseInline(e.tokens):"escaped"in e&&e.escaped?e.text:Ft(e.text)}},Uo=class{strong({text:e}){return e}em({text:e}){return e}codespan({text:e}){return e}del({text:e}){return e}html({text:e}){return e}text({text:e}){return e}link({text:e}){return""+e}image({text:e}){return""+e}br(){return""}checkbox({raw:e}){return e}},ot=class Bo{options;renderer;textRenderer;constructor(t){this.options=t||Sn,this.options.renderer=this.options.renderer||new Bs,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Uo}static parse(t,n){return new Bo(n).parse(t)}static parseInline(t,n){return new Bo(n).parseInline(t)}parse(t){let n="";for(let r=0;r<t.length;r++){let s=t[r];if(this.options.extensions?.renderers?.[s.type]){let o=s,a=this.options.extensions.renderers[o.type].call({parser:this},o);if(a!==!1||!["space","hr","heading","code","table","blockquote","list","html","def","paragraph","text"].includes(o.type)){n+=a||"";continue}}let i=s;switch(i.type){case"space":{n+=this.renderer.space(i);break}case"hr":{n+=this.renderer.hr(i);break}case"heading":{n+=this.renderer.heading(i);break}case"code":{n+=this.renderer.code(i);break}case"table":{n+=this.renderer.table(i);break}case"blockquote":{n+=this.renderer.blockquote(i);break}case"list":{n+=this.renderer.list(i);break}case"checkbox":{n+=this.renderer.checkbox(i);break}case"html":{n+=this.renderer.html(i);break}case"def":{n+=this.renderer.def(i);break}case"paragraph":{n+=this.renderer.paragraph(i);break}case"text":{n+=this.renderer.text(i);break}default:{let o='Token with "'+i.type+'" type was not found.';if(this.options.silent)return console.error(o),"";throw new Error(o)}}}return n}parseInline(t,n=this.renderer){let r="";for(let s=0;s<t.length;s++){let i=t[s];if(this.options.extensions?.renderers?.[i.type]){let a=this.options.extensions.renderers[i.type].call({parser:this},i);if(a!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type)){r+=a||"";continue}}let o=i;switch(o.type){case"escape":{r+=n.text(o);break}case"html":{r+=n.html(o);break}case"link":{r+=n.link(o);break}case"image":{r+=n.image(o);break}case"checkbox":{r+=n.checkbox(o);break}case"strong":{r+=n.strong(o);break}case"em":{r+=n.em(o);break}case"codespan":{r+=n.codespan(o);break}case"br":{r+=n.br(o);break}case"del":{r+=n.del(o);break}case"text":{r+=n.text(o);break}default:{let a='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return r}},jr=class{options;block;constructor(e){this.options=e||Sn}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens","emStrongMask"]);static passThroughHooksRespectAsync=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}emStrongMask(e){return e}provideLexer(){return this.block?it.lex:it.lexInline}provideParser(){return this.block?ot.parse:ot.parseInline}},K0=class{defaults=Po();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=ot;Renderer=Bs;TextRenderer=Uo;Lexer=it;Tokenizer=Vs;Hooks=jr;constructor(...e){this.use(...e)}walkTokens(e,t){let n=[];for(let r of e)switch(n=n.concat(t.call(this,r)),r.type){case"table":{let s=r;for(let i of s.header)n=n.concat(this.walkTokens(i.tokens,t));for(let i of s.rows)for(let o of i)n=n.concat(this.walkTokens(o.tokens,t));break}case"list":{let s=r;n=n.concat(this.walkTokens(s.items,t));break}default:{let s=r;this.defaults.extensions?.childTokens?.[s.type]?this.defaults.extensions.childTokens[s.type].forEach(i=>{let o=s[i].flat(1/0);n=n.concat(this.walkTokens(o,t))}):s.tokens&&(n=n.concat(this.walkTokens(s.tokens,t)))}}return n}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(n=>{let r={...n};if(r.async=this.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach(s=>{if(!s.name)throw new Error("extension name required");if("renderer"in s){let i=t.renderers[s.name];i?t.renderers[s.name]=function(...o){let a=s.renderer.apply(this,o);return a===!1&&(a=i.apply(this,o)),a}:t.renderers[s.name]=s.renderer}if("tokenizer"in s){if(!s.level||s.level!=="block"&&s.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let i=t[s.level];i?i.unshift(s.tokenizer):t[s.level]=[s.tokenizer],s.start&&(s.level==="block"?t.startBlock?t.startBlock.push(s.start):t.startBlock=[s.start]:s.level==="inline"&&(t.startInline?t.startInline.push(s.start):t.startInline=[s.start]))}"childTokens"in s&&s.childTokens&&(t.childTokens[s.name]=s.childTokens)}),r.extensions=t),n.renderer){let s=this.defaults.renderer||new Bs(this.defaults);for(let i in n.renderer){if(!(i in s))throw new Error(`renderer '${i}' does not exist`);if(["options","parser"].includes(i))continue;let o=i,a=n.renderer[o],l=s[o];s[o]=(...u)=>{let c=a.apply(s,u);return c===!1&&(c=l.apply(s,u)),c||""}}r.renderer=s}if(n.tokenizer){let s=this.defaults.tokenizer||new Vs(this.defaults);for(let i in n.tokenizer){if(!(i in s))throw new Error(`tokenizer '${i}' does not exist`);if(["options","rules","lexer"].includes(i))continue;let o=i,a=n.tokenizer[o],l=s[o];s[o]=(...u)=>{let c=a.apply(s,u);return c===!1&&(c=l.apply(s,u)),c}}r.tokenizer=s}if(n.hooks){let s=this.defaults.hooks||new jr;for(let i in n.hooks){if(!(i in s))throw new Error(`hook '${i}' does not exist`);if(["options","block"].includes(i))continue;let o=i,a=n.hooks[o],l=s[o];jr.passThroughHooks.has(i)?s[o]=u=>{if(this.defaults.async&&jr.passThroughHooksRespectAsync.has(i))return(async()=>{let f=await a.call(s,u);return l.call(s,f)})();let c=a.call(s,u);return l.call(s,c)}:s[o]=(...u)=>{if(this.defaults.async)return(async()=>{let f=await a.apply(s,u);return f===!1&&(f=await l.apply(s,u)),f})();let c=a.apply(s,u);return c===!1&&(c=l.apply(s,u)),c}}r.hooks=s}if(n.walkTokens){let s=this.defaults.walkTokens,i=n.walkTokens;r.walkTokens=function(o){let a=[];return a.push(i.call(this,o)),s&&(a=a.concat(s.call(this,o))),a}}this.defaults={...this.defaults,...r}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return it.lex(e,t??this.defaults)}parser(e,t){return ot.parse(e,t??this.defaults)}parseMarkdown(e){return(t,n)=>{let r={...n},s={...this.defaults,...r},i=this.onError(!!s.silent,!!s.async);if(this.defaults.async===!0&&r.async===!1)return i(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof t>"u"||t===null)return i(new Error("marked(): input parameter is undefined or null"));if(typeof t!="string")return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));if(s.hooks&&(s.hooks.options=s,s.hooks.block=e),s.async)return(async()=>{let o=s.hooks?await s.hooks.preprocess(t):t,a=await(s.hooks?await s.hooks.provideLexer():e?it.lex:it.lexInline)(o,s),l=s.hooks?await s.hooks.processAllTokens(a):a;s.walkTokens&&await Promise.all(this.walkTokens(l,s.walkTokens));let u=await(s.hooks?await s.hooks.provideParser():e?ot.parse:ot.parseInline)(l,s);return s.hooks?await s.hooks.postprocess(u):u})().catch(i);try{s.hooks&&(t=s.hooks.preprocess(t));let o=(s.hooks?s.hooks.provideLexer():e?it.lex:it.lexInline)(t,s);s.hooks&&(o=s.hooks.processAllTokens(o)),s.walkTokens&&this.walkTokens(o,s.walkTokens);let a=(s.hooks?s.hooks.provideParser():e?ot.parse:ot.parseInline)(o,s);return s.hooks&&(a=s.hooks.postprocess(a)),a}catch(o){return i(o)}}}onError(e,t){return n=>{if(n.message+=`
68
+ Please report this to https://github.com/markedjs/marked.`,e){let r="<p>An error occurred:</p><pre>"+Ft(n.message+"",!0)+"</pre>";return t?Promise.resolve(r):r}if(t)return Promise.reject(n);throw n}}},Tn=new K0;function ue(e,t){return Tn.parse(e,t)}ue.options=ue.setOptions=function(e){return Tn.setOptions(e),ue.defaults=Tn.defaults,_f(ue.defaults),ue},ue.getDefaults=Po,ue.defaults=Sn,ue.use=function(...e){return Tn.use(...e),ue.defaults=Tn.defaults,_f(ue.defaults),ue},ue.walkTokens=function(e,t){return Tn.walkTokens(e,t)},ue.parseInline=Tn.parseInline,ue.Parser=ot,ue.parser=ot.parse,ue.Renderer=Bs,ue.TextRenderer=Uo,ue.Lexer=it,ue.lexer=it.lex,ue.Tokenizer=Vs,ue.Hooks=jr,ue.parse=ue,ue.options,ue.setOptions,ue.use,ue.walkTokens,ue.parseInline,ot.parse,it.lex;const W0=["href"],H0=["innerHTML"],z0={key:1,class:"text-gray-500 break-words overflow-x-auto whitespace-pre-line pb-3 mb-0 dark:text-gray-400"},V0=["href"],B0=pt({__name:"comment-content",props:{ancestorId:{},comment:{}},setup(e){const t=e,{t:n}=vt(),r=Bn();function s(o){return ue(o).replace(/<a/g,'<a target="_blank"')}function i(o){if(t.ancestorId){const l=r.comments[t.ancestorId]?.children?.find(u=>Number(u.id)===Number(o));return l?.isAdmin?n("admin"):l?.user?.name||l?.user?.email||""}return""}return(o,a)=>e.comment.isAdmin?(V(),Y(Te,{key:0},[e.comment.parentId&&e.comment.parentId!==e.comment.ancestorId?(V(),Y("a",{key:0,href:`#awcm-${e.comment.parentId}`,class:"inline-block px-2 py-1 rounded-lg mt-2 bg-base-300 text-gray-500 dark:bg-neutral-400/20 dark:text-gray-400",target:"_self"},"@"+be(i(e.comment.parentId)),9,W0)):$e("",!0),ce("article",{class:"text-gray-500 break-words overflow-x-auto dark:text-gray-400",innerHTML:s(e.comment.content)},null,8,H0)],64)):(V(),Y("p",z0,[e.comment.parentId&&e.comment.parentId!==e.comment.ancestorId?(V(),Y("a",{key:0,href:`#awcm-${e.comment.parentId}`,class:"inline-block px-2 py-1 rounded-lg me-1 bg-base-300 text-gray-500 dark:bg-neutral-400/20 dark:text-gray-400",target:"_self"},"@"+be(i(e.comment.parentId)),9,V0)):$e("",!0),fn(be(e.comment.content),1)]))}});function G0(e){let t=0;for(let r=0;r<e.length;r++)t=e.charCodeAt(r)+((t<<5)-t);let n="#";for(let r=0;r<3;r++){const s=t>>r*8&255;n+=("00"+s.toString(16)).slice(-2)}return n}const Z0={class:"flex items-center gap-2 text-sm text-base-content dark:text-white"},X0={class:"ac-avatar"},Y0={key:0,class:"w-6 h-6"},J0=["alt","src"],q0={class:"text-neutral-content mix-blend-color-dodge uppercase font-bold leading-6"},Q0=["data-tip"],ek=["href"],tk=["datetime","title"],nk=pt({__name:"comment-header",props:{comment:{},isEditing:{type:Boolean},isEditable:{type:Boolean}},emits:["edit"],setup(e,{emit:t}){const n=e,r=t,{t:s}=vt(),i=nt(()=>{if(n.comment.isAdmin)return s("admin");let a=n.comment.user?.name||s("anonymous");return a=a.replace(Cv,""),a});function o(a){return`${location.origin}${location.pathname}#awcm-${a}`}return(a,l)=>(V(),Y("div",Z0,[ce("div",X0,[e.comment.user?.avatar?(V(),Y("div",Y0,[ce("img",{alt:i.value,src:e.comment.user?.avatar,class:"rounded-full max-w-full max-h-full"},null,8,J0)])):(V(),Y("div",{key:1,style:Gr({"background-color":W(G0)(i.value)}),class:"avatar-char rounded-full w-6 h-6 text-center"},[ce("span",q0,be(i.value.substring(0,1)),1)],4))]),fn(" "+be(i.value)+" ",1),e.comment.isAdmin?(V(),Y("div",{key:0,"data-tip":W(s)("admin"),class:"ac-tooltip text-success"},[ke(W(Gv),{class:"block",size:18})],8,Q0)):$e("",!0),ce("a",{href:o(e.comment.id),class:"no-underline hover:underline hover:decoration-green-middle"},[ce("time",{datetime:e.comment.createdAt.toISOString(),title:W(ff)(e.comment.createdAt),class:"text-xs text-gray-600 dark:text-gray-400"},be(W(ff)(e.comment.createdAt)),9,tk)],8,ek),e.isEditable?(V(),Y("button",{key:1,class:"ac-btn ac-btn-link ac-btn-xs hover:no-underline",type:"button",onClick:l[0]||(l[0]=u=>r("edit"))},be(W(s)("edit")),1)):$e("",!0)]))}}),rk=["id"],sk={class:"flex justify-between items-center font-sans"},ik={key:0,class:"italic mt-4 text-emerald-600 mb-0 text-sm dark:text-emerald-300"},ok=pt({...{name:"CommentItem"},props:{comment:{},isFirst:{type:Boolean},isFirstLevel:{type:Boolean},isLast:{type:Boolean},ancestorId:{}},setup(e){const t=e,{t:n}=vt(),r=Bn(),s=Oo();let i;const o=te(Date.now()),a=te(!1),l=te(!1),u=nt(()=>t.comment.userId===s.user?.sub&&o.value-t.comment.createdAt.getTime()<36e5);return Rn(()=>{u.value&&(i=setInterval(()=>{o.value=Date.now(),u.value||clearInterval(i)},1e3))}),Ma(()=>{clearInterval(i)}),(c,f)=>{const d=ah("comment-item",!0);return V(),Y("div",{id:"awcm-"+e.comment.id,class:Yn([[{"animated flash":e.comment.isNew},e.isFirstLevel?"mb-4":e.isFirst?"-mt-4":"mt-1"],"comment-item target:outline target:outline-green-500 target:outline-2 dark:target:outline-1"]),onAnimationend:f[6]||(f[6]=h=>W(r).updateComment(e.comment.id,{isNew:!1}))},[ce("div",{class:Yn(["pt-2 px-4 text-base bg-base-200 dark:bg-gray-900",[{"rounded-lg":e.isFirstLevel,"rounded-b-lg":e.isLast,"rounded-t-lg shadow-outline-md":e.isFirst},e.comment.children?.length?"pb-6":"pb-3"]])},[ce("header",sk,[ke(nk,{comment:e.comment,"is-editable":u.value,"is-editing":a.value,onEdit:f[0]||(f[0]=h=>a.value=!a.value)},null,8,["comment","is-editable","is-editing"]),ke(s0,{comment:e.comment,onReply:f[1]||(f[1]=h=>l.value=!l.value)},null,8,["comment"])]),ke(B0,{"ancestor-id":e.ancestorId,comment:e.comment},null,8,["ancestor-id","comment"]),e.comment.status===W(Ns).Pending?(V(),Y("p",ik,be(W(n)("approve_hint")),1)):$e("",!0)],2),a.value?(V(),Zt(Fs,{key:0,content:e.comment.content,"current-id":e.comment.id,status:e.comment.status,class:"mt-3","no-version":"",onClose:f[2]||(f[2]=h=>a.value=!1),onUpdate:f[3]||(f[3]=h=>W(r).updateComment(e.comment.id,{content:h}))},null,8,["content","current-id","status"])):$e("",!0),l.value&&e.isFirstLevel?(V(),Zt(Fs,{key:1,"ancestor-id":e.ancestorId,"parent-id":Number(e.comment.id),class:"mt-2 ms-7","no-version":"",onClose:f[4]||(f[4]=h=>l.value=!1)},null,8,["ancestor-id","parent-id"])):$e("",!0),e.comment.children?.length?(V(!0),Y(Te,{key:2},Ua(e.comment.children,(h,y)=>(V(),Zt(d,{key:h.id,"ancestor-id":e.ancestorId,comment:h,"is-first":y===0,"is-first-level":!1,"is-last":y===e.comment.children.length-1,class:"ms-7"},null,8,["ancestor-id","comment","is-first","is-last"]))),128)):$e("",!0),l.value&&!e.isFirstLevel?(V(),Zt(Fs,{key:3,"ancestor-id":e.ancestorId,"parent-id":e.comment.id,class:"mt-2 ms-7","no-version":"",onClose:f[5]||(f[5]=h=>l.value=!1)},null,8,["ancestor-id","parent-id"])):$e("",!0)],42,rk)}}}),ak={key:0,class:"comments-wrapper"},lk=["disabled"],ck={key:0,class:"ac-loading ac-loading-xs ac-loading-spinner"},uk={key:1,class:"py-8 text-center"},fk=pt({...{name:"CommentSections"},setup(e){const{t}=vt(),n=Bn();function r(){n.start+=20,n.loadComments()}return Rn(()=>{n.isLoaded||n.loadComments()}),(s,i)=>W(n).isLoaded?(V(),Y("div",ak,[(V(!0),Y(Te,null,Ua(Object.values(W(n).comments).reverse(),o=>(V(),Zt(ok,{key:o.id,"ancestor-id":o.id,comment:o,"parent-id":o.parentId,"is-first-level":""},null,8,["ancestor-id","comment","parent-id"]))),128)),W(n).hasMore?(V(),Y("button",{key:0,disabled:W(n).loadingMore,class:"ac-btn h-11 min-h-fit ac-btn-block text-white border-0 bg-green-middle hover:bg-green-middle/75 hover:text-white",type:"button",onClick:r},[W(n).loadingMore?(V(),Y("span",ck)):$e("",!0),fn(" "+be(W(t)("load_more")),1)],8,lk)):$e("",!0)])):(V(),Y("div",uk,[...i[0]||(i[0]=[ce("span",{class:"ac-loading ac-loading-spinner text-base-content"},null,-1)])]))}}),dk={class:"awesome-comment"},hk={key:0,class:"ac-alert ac-alert-error mb-4"},pk={class:"flex justify-between items-center py-2"},mk={class:"text-lg font-bold text-base-content my-0"},gk={key:0,class:"ac-loading ac-loading-spinner"},_k={key:1,class:"ac-dropdown ac-dropdown-end"},bk={key:0,class:"ac-avatar flex",tabindex:"0"},yk={class:"block w-6 h-6 rounded-full"},wk=["alt","src"],vk={key:1,class:"ac-btn ac-btn-ghost",tabindex:"0"},kk={class:"ac-dropdown-content z-10 ac-menu p-2 shadow bg-base-100 rounded-box w-52",tabindex:"0"},xk={key:0,class:"border-b border-neutral pb-2 mb-2 pointer-events-none"},Sk={class:"text-base-content"},Tk=["disabled"],Ek=["disabled"],Ik=pt({__name:"App",setup(e){const t=Bn(),{t:n}=vt(),r=Oo(),s=te(),i=nt(()=>{const u=t.hasMore?t.total+"+":t.total;if(t.total===0)return"0";const c=new CustomEvent("AwesomeComment:total",{bubbles:!0,cancelable:!0,detail:t.total});return document.body.dispatchEvent(c),u});function o(){r.login()}function a(){r.logout({openUrl:!1})}async function l(){if(!r.isAwesomeAuth||r.isAuthenticated)return;await pi();const u=s.value;u&&(u.innerHTML="",await r.renderGoogleButton(u,{theme:"outline",size:"medium",text:"signin_with",shape:"pill"}))}return Rn(()=>{l()}),tt(()=>r.isAuthenticated,u=>{u||l()}),(u,c)=>(V(),Y("div",dk,[W(t).message?(V(),Y("div",hk,[ce("p",null,be(W(t).message),1)])):$e("",!0),ce("header",pk,[ce("h2",mk,be(W(n)("discussion"))+" ("+be(i.value)+") ",1),W(r).isLoading?(V(),Y("span",gk)):(V(),Y("div",_k,[W(r).isAuthenticated&&W(r).user?(V(),Y(Te,{key:0},[W(r).user.picture?(V(),Y("label",bk,[ce("span",yk,[ce("img",{alt:W(r).user.name||W(r).user.email,src:W(r).user.picture,class:"w-full h-full block"},null,8,wk)])])):(V(),Y("label",vk,be(W(r).user.email),1)),ce("ul",kk,[W(r).user.picture?(V(),Y("li",xk,[ce("span",Sk,be(W(r).user.email),1)])):$e("",!0),ce("li",null,[ce("button",{disabled:W(r).isLoading,class:"border-0 bg-base-100",type:"button",onClick:a},be(W(n)("logout")),9,Tk)])])],64)):W(r).isAwesomeAuth?(V(),Y("div",{key:2,ref_key:"googleButton",ref:s},null,512)):(V(),Y("button",{key:1,disabled:W(r).isLoading,class:"ac-btn ac-btn-secondary ac-btn-xs",type:"button",onClick:o},be(W(n)("login")),9,Ek))]))]),ke(Fs),ke(fk)]))}}),$f=[];let Ko=0,Wo=null;function Ck({domain:e,clientId:t,locale:n=navigator.language}){const r=xp(Ik),s=Ep(),i=Wo||e&&t&&cc({domain:e,clientId:t,authorizationParams:{redirect_uri:location.origin}}),o=r_({legacy:!1,locale:n,fallbackLocale:"en",messages:{...bv(lf,"cn"),"zh-CN":lf.cn}});return i&&r.use(i),r.use(s),r.use(o),r}return{postId:"",apiUrl:"",domain:"",clientId:"",locale:"",awesomeAuth:void 0,init(e,{postId:t,apiUrl:n,domain:r,clientId:s,awesomeAuth:i,locale:o=navigator.language}={}){t??=this.postId,n??=this.apiUrl,r??=this.domain||"",s??=this.clientId,i??=this.awesomeAuth;const a=Ck({domain:r,clientId:s,locale:o});a.provide("ApiBaseUrl",n),a.provide("postId",t),a.provide("Auth0Domain",r),a.provide("comments",$f),a.provide("total",Ko),a.provide("awesomeAuth",i),a.mount(e)},async preload({postId:e,apiUrl:t,domain:n,clientId:r,awesomeAuth:s}){if(this.postId=e||"",this.apiUrl=t||"",this.domain=n||"",this.clientId=r||"",n&&r&&(Wo=cc({domain:n,clientId:r,authorizationParams:{redirect_uri:window.location.origin}})),!Wo&&!s)throw new Error("You need at least 1 Auth provider.");this.awesomeAuth=s;const i=await fetch(`${t}/api/comments?postId=${e}`);i.ok||console.log("[Awesome comment] Failed to preload comments.");const o=await i.json();if(o.data){$f.push(...o.data),Ko=o.meta?.total||o.data.length;const a=new CustomEvent("AwesomeComment:total",{bubbles:!0,cancelable:!0,detail:Ko});document.body.dispatchEvent(a)}}}}));