blhs/dist/assets/index-zJphMIID.js

17 lines
76 KiB
JavaScript

(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))n(i);new MutationObserver(i=>{for(const r of i)if(r.type==="childList")for(const o of r.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&n(o)}).observe(document,{childList:!0,subtree:!0});function s(i){const r={};return i.integrity&&(r.integrity=i.integrity),i.referrerPolicy&&(r.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?r.credentials="include":i.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function n(i){if(i.ep)return;i.ep=!0;const r=s(i);fetch(i.href,r)}})();/**
* @vue/shared v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function $s(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const K={},ct=[],Pe=()=>{},Gi=()=>!1,zt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ds=e=>e.startsWith("onUpdate:"),ce=Object.assign,Ls=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Ji=Object.prototype.hasOwnProperty,D=(e,t)=>Ji.call(e,t),W=Array.isArray,ft=e=>Zt(e)==="[object Map]",$n=e=>Zt(e)==="[object Set]",P=e=>typeof e=="function",Z=e=>typeof e=="string",Ge=e=>typeof e=="symbol",G=e=>e!==null&&typeof e=="object",Vs=e=>(G(e)||P(e))&&P(e.then)&&P(e.catch),Dn=Object.prototype.toString,Zt=e=>Dn.call(e),Yi=e=>Zt(e).slice(8,-1),Ln=e=>Zt(e)==="[object Object]",Hs=e=>Z(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,St=$s(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Qt=e=>{const t=Object.create(null);return s=>t[s]||(t[s]=e(s))},Xi=/-(\w)/g,Ke=Qt(e=>e.replace(Xi,(t,s)=>s?s.toUpperCase():"")),zi=/\B([A-Z])/g,rt=Qt(e=>e.replace(zi,"-$1").toLowerCase()),Vn=Qt(e=>e.charAt(0).toUpperCase()+e.slice(1)),ls=Qt(e=>e?`on${Vn(e)}`:""),qe=(e,t)=>!Object.is(e,t),cs=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},Hn=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},Zi=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Qi=e=>{const t=Z(e)?Number(e):NaN;return isNaN(t)?e:t};let an;const es=()=>an||(an=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ts(e){if(W(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],i=Z(n)?nr(n):ts(n);if(i)for(const r in i)t[r]=i[r]}return t}else if(Z(e)||G(e))return e}const er=/;(?![^(]*\))/g,tr=/:([^]+)/,sr=/\/\*[^]*?\*\//g;function nr(e){const t={};return e.replace(sr,"").split(er).forEach(s=>{if(s){const n=s.split(tr);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function ks(e){let t="";if(Z(e))t=e;else if(W(e))for(let s=0;s<e.length;s++){const n=ks(e[s]);n&&(t+=n+" ")}else if(G(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const ir="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",rr=$s(ir);function kn(e){return!!e||e===""}const Un=e=>!!(e&&e.__v_isRef===!0),ys=e=>Z(e)?e:e==null?"":W(e)||G(e)&&(e.toString===Dn||!P(e.toString))?Un(e)?ys(e.value):JSON.stringify(e,jn,2):String(e),jn=(e,t)=>Un(t)?jn(e,t.value):ft(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[n,i],r)=>(s[fs(n,r)+" =>"]=i,s),{})}:$n(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>fs(s))}:Ge(t)?fs(t):G(t)&&!W(t)&&!Ln(t)?String(t):t,fs=(e,t="")=>{var s;return Ge(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};/**
* @vue/reactivity v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let ye;class or{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ye,!t&&ye&&(this.index=(ye.scopes||(ye.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=ye;try{return ye=this,t()}finally{ye=s}}}on(){ye=this}off(){ye=this.parent}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0}}}function lr(){return ye}let q;const as=new WeakSet;class qn{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,ye&&ye.active&&ye.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,as.has(this)&&(as.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Gn(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,un(this),Jn(this);const t=q,s=Be;q=this,Be=!0;try{return this.fn()}finally{Yn(this),q=t,Be=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)qs(t);this.deps=this.depsTail=void 0,un(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?as.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){vs(this)&&this.run()}get dirty(){return vs(this)}}let Kn=0,xt,It;function Gn(e,t=!1){if(e.flags|=8,t){e.next=It,It=e;return}e.next=xt,xt=e}function Us(){Kn++}function js(){if(--Kn>0)return;if(It){let t=It;for(It=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;xt;){let t=xt;for(xt=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function Jn(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Yn(e){let t,s=e.depsTail,n=s;for(;n;){const i=n.prevDep;n.version===-1?(n===s&&(s=i),qs(n),cr(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=i}e.deps=t,e.depsTail=s}function vs(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Xn(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Xn(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Tt))return;e.globalVersion=Tt;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!vs(e)){e.flags&=-3;return}const s=q,n=Be;q=e,Be=!0;try{Jn(e);const i=e.fn(e._value);(t.version===0||qe(i,e._value))&&(e._value=i,t.version++)}catch(i){throw t.version++,i}finally{q=s,Be=n,Yn(e),e.flags&=-3}}function qs(e,t=!1){const{dep:s,prevSub:n,nextSub:i}=e;if(n&&(n.nextSub=i,e.prevSub=void 0),i&&(i.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let r=s.computed.deps;r;r=r.nextDep)qs(r,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function cr(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let Be=!0;const zn=[];function Je(){zn.push(Be),Be=!1}function Ye(){const e=zn.pop();Be=e===void 0?!0:e}function un(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=q;q=void 0;try{t()}finally{q=s}}}let Tt=0;class fr{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ks{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}track(t){if(!q||!Be||q===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==q)s=this.activeLink=new fr(q,this),q.deps?(s.prevDep=q.depsTail,q.depsTail.nextDep=s,q.depsTail=s):q.deps=q.depsTail=s,Zn(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=q.depsTail,s.nextDep=void 0,q.depsTail.nextDep=s,q.depsTail=s,q.deps===s&&(q.deps=n)}return s}trigger(t){this.version++,Tt++,this.notify(t)}notify(t){Us();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{js()}}}function Zn(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)Zn(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const ws=new WeakMap,st=Symbol(""),Ss=Symbol(""),At=Symbol("");function se(e,t,s){if(Be&&q){let n=ws.get(e);n||ws.set(e,n=new Map);let i=n.get(s);i||(n.set(s,i=new Ks),i.map=n,i.key=s),i.track()}}function $e(e,t,s,n,i,r){const o=ws.get(e);if(!o){Tt++;return}const l=f=>{f&&f.trigger()};if(Us(),t==="clear")o.forEach(l);else{const f=W(e),h=f&&Hs(s);if(f&&s==="length"){const u=Number(n);o.forEach((d,y)=>{(y==="length"||y===At||!Ge(y)&&y>=u)&&l(d)})}else switch((s!==void 0||o.has(void 0))&&l(o.get(s)),h&&l(o.get(At)),t){case"add":f?h&&l(o.get("length")):(l(o.get(st)),ft(e)&&l(o.get(Ss)));break;case"delete":f||(l(o.get(st)),ft(e)&&l(o.get(Ss)));break;case"set":ft(e)&&l(o.get(st));break}}js()}function ot(e){const t=$(e);return t===e?t:(se(t,"iterate",At),Se(e)?t:t.map(ne))}function ss(e){return se(e=$(e),"iterate",At),e}const ar={__proto__:null,[Symbol.iterator](){return us(this,Symbol.iterator,ne)},concat(...e){return ot(this).concat(...e.map(t=>W(t)?ot(t):t))},entries(){return us(this,"entries",e=>(e[1]=ne(e[1]),e))},every(e,t){return Ne(this,"every",e,t,void 0,arguments)},filter(e,t){return Ne(this,"filter",e,t,s=>s.map(ne),arguments)},find(e,t){return Ne(this,"find",e,t,ne,arguments)},findIndex(e,t){return Ne(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ne(this,"findLast",e,t,ne,arguments)},findLastIndex(e,t){return Ne(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ne(this,"forEach",e,t,void 0,arguments)},includes(...e){return ds(this,"includes",e)},indexOf(...e){return ds(this,"indexOf",e)},join(e){return ot(this).join(e)},lastIndexOf(...e){return ds(this,"lastIndexOf",e)},map(e,t){return Ne(this,"map",e,t,void 0,arguments)},pop(){return yt(this,"pop")},push(...e){return yt(this,"push",e)},reduce(e,...t){return dn(this,"reduce",e,t)},reduceRight(e,...t){return dn(this,"reduceRight",e,t)},shift(){return yt(this,"shift")},some(e,t){return Ne(this,"some",e,t,void 0,arguments)},splice(...e){return yt(this,"splice",e)},toReversed(){return ot(this).toReversed()},toSorted(e){return ot(this).toSorted(e)},toSpliced(...e){return ot(this).toSpliced(...e)},unshift(...e){return yt(this,"unshift",e)},values(){return us(this,"values",ne)}};function us(e,t,s){const n=ss(e),i=n[t]();return n!==e&&!Se(e)&&(i._next=i.next,i.next=()=>{const r=i._next();return r.value&&(r.value=s(r.value)),r}),i}const ur=Array.prototype;function Ne(e,t,s,n,i,r){const o=ss(e),l=o!==e&&!Se(e),f=o[t];if(f!==ur[t]){const d=f.apply(e,r);return l?ne(d):d}let h=s;o!==e&&(l?h=function(d,y){return s.call(this,ne(d),y,e)}:s.length>2&&(h=function(d,y){return s.call(this,d,y,e)}));const u=f.call(o,h,n);return l&&i?i(u):u}function dn(e,t,s,n){const i=ss(e);let r=s;return i!==e&&(Se(e)?s.length>3&&(r=function(o,l,f){return s.call(this,o,l,f,e)}):r=function(o,l,f){return s.call(this,o,ne(l),f,e)}),i[t](r,...n)}function ds(e,t,s){const n=$(e);se(n,"iterate",At);const i=n[t](...s);return(i===-1||i===!1)&&Xs(s[0])?(s[0]=$(s[0]),n[t](...s)):i}function yt(e,t,s=[]){Je(),Us();const n=$(e)[t].apply(e,s);return js(),Ye(),n}const dr=$s("__proto__,__v_isRef,__isVue"),Qn=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ge));function hr(e){Ge(e)||(e=String(e));const t=$(this);return se(t,"has",e),t.hasOwnProperty(e)}class ei{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const i=this._isReadonly,r=this._isShallow;if(s==="__v_isReactive")return!i;if(s==="__v_isReadonly")return i;if(s==="__v_isShallow")return r;if(s==="__v_raw")return n===(i?r?xr:ii:r?ni:si).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const o=W(t);if(!i){let f;if(o&&(f=ar[s]))return f;if(s==="hasOwnProperty")return hr}const l=Reflect.get(t,s,re(t)?t:n);return(Ge(s)?Qn.has(s):dr(s))||(i||se(t,"get",s),r)?l:re(l)?o&&Hs(s)?l:l.value:G(l)?i?ri(l):Js(l):l}}class ti extends ei{constructor(t=!1){super(!1,t)}set(t,s,n,i){let r=t[s];if(!this._isShallow){const f=nt(r);if(!Se(n)&&!nt(n)&&(r=$(r),n=$(n)),!W(t)&&re(r)&&!re(n))return f?!1:(r.value=n,!0)}const o=W(t)&&Hs(s)?Number(s)<t.length:D(t,s),l=Reflect.set(t,s,n,re(t)?t:i);return t===$(i)&&(o?qe(n,r)&&$e(t,"set",s,n):$e(t,"add",s,n)),l}deleteProperty(t,s){const n=D(t,s);t[s];const i=Reflect.deleteProperty(t,s);return i&&n&&$e(t,"delete",s,void 0),i}has(t,s){const n=Reflect.has(t,s);return(!Ge(s)||!Qn.has(s))&&se(t,"has",s),n}ownKeys(t){return se(t,"iterate",W(t)?"length":st),Reflect.ownKeys(t)}}class pr extends ei{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const gr=new ti,mr=new pr,_r=new ti(!0);const xs=e=>e,$t=e=>Reflect.getPrototypeOf(e);function br(e,t,s){return function(...n){const i=this.__v_raw,r=$(i),o=ft(r),l=e==="entries"||e===Symbol.iterator&&o,f=e==="keys"&&o,h=i[e](...n),u=s?xs:t?Is:ne;return!t&&se(r,"iterate",f?Ss:st),{next(){const{value:d,done:y}=h.next();return y?{value:d,done:y}:{value:l?[u(d[0]),u(d[1])]:u(d),done:y}},[Symbol.iterator](){return this}}}}function Dt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function yr(e,t){const s={get(i){const r=this.__v_raw,o=$(r),l=$(i);e||(qe(i,l)&&se(o,"get",i),se(o,"get",l));const{has:f}=$t(o),h=t?xs:e?Is:ne;if(f.call(o,i))return h(r.get(i));if(f.call(o,l))return h(r.get(l));r!==o&&r.get(i)},get size(){const i=this.__v_raw;return!e&&se($(i),"iterate",st),Reflect.get(i,"size",i)},has(i){const r=this.__v_raw,o=$(r),l=$(i);return e||(qe(i,l)&&se(o,"has",i),se(o,"has",l)),i===l?r.has(i):r.has(i)||r.has(l)},forEach(i,r){const o=this,l=o.__v_raw,f=$(l),h=t?xs:e?Is:ne;return!e&&se(f,"iterate",st),l.forEach((u,d)=>i.call(r,h(u),h(d),o))}};return ce(s,e?{add:Dt("add"),set:Dt("set"),delete:Dt("delete"),clear:Dt("clear")}:{add(i){!t&&!Se(i)&&!nt(i)&&(i=$(i));const r=$(this);return $t(r).has.call(r,i)||(r.add(i),$e(r,"add",i,i)),this},set(i,r){!t&&!Se(r)&&!nt(r)&&(r=$(r));const o=$(this),{has:l,get:f}=$t(o);let h=l.call(o,i);h||(i=$(i),h=l.call(o,i));const u=f.call(o,i);return o.set(i,r),h?qe(r,u)&&$e(o,"set",i,r):$e(o,"add",i,r),this},delete(i){const r=$(this),{has:o,get:l}=$t(r);let f=o.call(r,i);f||(i=$(i),f=o.call(r,i)),l&&l.call(r,i);const h=r.delete(i);return f&&$e(r,"delete",i,void 0),h},clear(){const i=$(this),r=i.size!==0,o=i.clear();return r&&$e(i,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(i=>{s[i]=br(i,e,t)}),s}function Gs(e,t){const s=yr(e,t);return(n,i,r)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?n:Reflect.get(D(s,i)&&i in n?s:n,i,r)}const vr={get:Gs(!1,!1)},wr={get:Gs(!1,!0)},Sr={get:Gs(!0,!1)};const si=new WeakMap,ni=new WeakMap,ii=new WeakMap,xr=new WeakMap;function Ir(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Br(e){return e.__v_skip||!Object.isExtensible(e)?0:Ir(Yi(e))}function Js(e){return nt(e)?e:Ys(e,!1,gr,vr,si)}function Er(e){return Ys(e,!1,_r,wr,ni)}function ri(e){return Ys(e,!0,mr,Sr,ii)}function Ys(e,t,s,n,i){if(!G(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const r=i.get(e);if(r)return r;const o=Br(e);if(o===0)return e;const l=new Proxy(e,o===2?n:s);return i.set(e,l),l}function at(e){return nt(e)?at(e.__v_raw):!!(e&&e.__v_isReactive)}function nt(e){return!!(e&&e.__v_isReadonly)}function Se(e){return!!(e&&e.__v_isShallow)}function Xs(e){return e?!!e.__v_raw:!1}function $(e){const t=e&&e.__v_raw;return t?$(t):e}function Cr(e){return!D(e,"__v_skip")&&Object.isExtensible(e)&&Hn(e,"__v_skip",!0),e}const ne=e=>G(e)?Js(e):e,Is=e=>G(e)?ri(e):e;function re(e){return e?e.__v_isRef===!0:!1}function Bs(e){return Tr(e,!1)}function Tr(e,t){return re(e)?e:new Ar(e,t)}class Ar{constructor(t,s){this.dep=new Ks,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:$(t),this._value=s?t:ne(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,n=this.__v_isShallow||Se(t)||nt(t);t=n?t:$(t),qe(t,s)&&(this._rawValue=t,this._value=n?t:ne(t),this.dep.trigger())}}function oi(e){return re(e)?e.value:e}const Or={get:(e,t,s)=>t==="__v_raw"?e:oi(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const i=e[t];return re(i)&&!re(s)?(i.value=s,!0):Reflect.set(e,t,s,n)}};function li(e){return at(e)?e:new Proxy(e,Or)}class Wr{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new Ks(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Tt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&q!==this)return Gn(this,!0),!0}get value(){const t=this.dep.track();return Xn(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Mr(e,t,s=!1){let n,i;return P(e)?n=e:(n=e.get,i=e.set),new Wr(n,i,s)}const Lt={},jt=new WeakMap;let tt;function Pr(e,t=!1,s=tt){if(s){let n=jt.get(s);n||jt.set(s,n=[]),n.push(e)}}function Fr(e,t,s=K){const{immediate:n,deep:i,once:r,scheduler:o,augmentJob:l,call:f}=s,h=A=>i?A:Se(A)||i===!1||i===0?Ue(A,1):Ue(A);let u,d,y,x,T=!1,M=!1;if(re(e)?(d=()=>e.value,T=Se(e)):at(e)?(d=()=>h(e),T=!0):W(e)?(M=!0,T=e.some(A=>at(A)||Se(A)),d=()=>e.map(A=>{if(re(A))return A.value;if(at(A))return h(A);if(P(A))return f?f(A,2):A()})):P(e)?t?d=f?()=>f(e,2):e:d=()=>{if(y){Je();try{y()}finally{Ye()}}const A=tt;tt=u;try{return f?f(e,3,[x]):e(x)}finally{tt=A}}:d=Pe,t&&i){const A=d,B=i===!0?1/0:i;d=()=>Ue(A(),B)}const J=lr(),R=()=>{u.stop(),J&&J.active&&Ls(J.effects,u)};if(r&&t){const A=t;t=(...B)=>{A(...B),R()}}let L=M?new Array(e.length).fill(Lt):Lt;const H=A=>{if(!(!(u.flags&1)||!u.dirty&&!A))if(t){const B=u.run();if(i||T||(M?B.some((F,Y)=>qe(F,L[Y])):qe(B,L))){y&&y();const F=tt;tt=u;try{const Y=[B,L===Lt?void 0:M&&L[0]===Lt?[]:L,x];f?f(t,3,Y):t(...Y),L=B}finally{tt=F}}}else u.run()};return l&&l(H),u=new qn(d),u.scheduler=o?()=>o(H,!1):H,x=A=>Pr(A,!1,u),y=u.onStop=()=>{const A=jt.get(u);if(A){if(f)f(A,4);else for(const B of A)B();jt.delete(u)}},t?n?H(!0):L=u.run():o?o(H.bind(null,!0),!0):u.run(),R.pause=u.pause.bind(u),R.resume=u.resume.bind(u),R.stop=R,R}function Ue(e,t=1/0,s){if(t<=0||!G(e)||e.__v_skip||(s=s||new Set,s.has(e)))return e;if(s.add(e),t--,re(e))Ue(e.value,t,s);else if(W(e))for(let n=0;n<e.length;n++)Ue(e[n],t,s);else if($n(e)||ft(e))e.forEach(n=>{Ue(n,t,s)});else if(Ln(e)){for(const n in e)Ue(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Ue(e[n],t,s)}return e}/**
* @vue/runtime-core v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function Pt(e,t,s,n){try{return n?e(...n):e()}catch(i){Ft(i,t,s)}}function Fe(e,t,s,n){if(P(e)){const i=Pt(e,t,s,n);return i&&Vs(i)&&i.catch(r=>{Ft(r,t,s)}),i}if(W(e)){const i=[];for(let r=0;r<e.length;r++)i.push(Fe(e[r],t,s,n));return i}}function Ft(e,t,s,n=!0){const i=t?t.vnode:null,{errorHandler:r,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||K;if(t){let l=t.parent;const f=t.proxy,h=`https://vuejs.org/error-reference/#runtime-${s}`;for(;l;){const u=l.ec;if(u){for(let d=0;d<u.length;d++)if(u[d](e,f,h)===!1)return}l=l.parent}if(r){Je(),Pt(r,null,10,[e,f,h]),Ye();return}}Nr(e,s,i,n,o)}function Nr(e,t,s,n=!0,i=!1){if(i)throw e;console.error(e)}const le=[];let Me=-1;const ut=[];let He=null,lt=0;const ci=Promise.resolve();let qt=null;function Rr(e){const t=qt||ci;return e?t.then(this?e.bind(this):e):t}function $r(e){let t=Me+1,s=le.length;for(;t<s;){const n=t+s>>>1,i=le[n],r=Ot(i);r<e||r===e&&i.flags&2?t=n+1:s=n}return t}function zs(e){if(!(e.flags&1)){const t=Ot(e),s=le[le.length-1];!s||!(e.flags&2)&&t>=Ot(s)?le.push(e):le.splice($r(t),0,e),e.flags|=1,fi()}}function fi(){qt||(qt=ci.then(ui))}function Es(e){W(e)?ut.push(...e):He&&e.id===-1?He.splice(lt+1,0,e):e.flags&1||(ut.push(e),e.flags|=1),fi()}function hn(e,t,s=Me+1){for(;s<le.length;s++){const n=le[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;le.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function ai(e){if(ut.length){const t=[...new Set(ut)].sort((s,n)=>Ot(s)-Ot(n));if(ut.length=0,He){He.push(...t);return}for(He=t,lt=0;lt<He.length;lt++){const s=He[lt];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}He=null,lt=0}}const Ot=e=>e.id==null?e.flags&2?-1:1/0:e.id;function ui(e){try{for(Me=0;Me<le.length;Me++){const t=le[Me];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Pt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Me<le.length;Me++){const t=le[Me];t&&(t.flags&=-2)}Me=-1,le.length=0,ai(),qt=null,(le.length||ut.length)&&ui()}}let Ie=null,di=null;function Kt(e){const t=Ie;return Ie=e,di=e&&e.type.__scopeId||null,t}function Zs(e,t=Ie,s){if(!t||e._n)return e;const n=(...i)=>{n._d&&In(-1);const r=Kt(t);let o;try{o=e(...i)}finally{Kt(r),n._d&&In(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function Qe(e,t,s,n){const i=e.dirs,r=t&&t.dirs;for(let o=0;o<i.length;o++){const l=i[o];r&&(l.oldValue=r[o].value);let f=l.dir[n];f&&(Je(),Fe(f,s,8,[e.el,l,e,t]),Ye())}}const Dr=Symbol("_vte"),Lr=e=>e.__isTeleport;function Qs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Qs(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 hi(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Gt(e,t,s,n,i=!1){if(W(e)){e.forEach((T,M)=>Gt(T,t&&(W(t)?t[M]:t),s,n,i));return}if(Bt(n)&&!i){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&Gt(e,t,s,n.component.subTree);return}const r=n.shapeFlag&4?rn(n.component):n.el,o=i?null:r,{i:l,r:f}=e,h=t&&t.r,u=l.refs===K?l.refs={}:l.refs,d=l.setupState,y=$(d),x=d===K?()=>!1:T=>D(y,T);if(h!=null&&h!==f&&(Z(h)?(u[h]=null,x(h)&&(d[h]=null)):re(h)&&(h.value=null)),P(f))Pt(f,l,12,[o,u]);else{const T=Z(f),M=re(f);if(T||M){const J=()=>{if(e.f){const R=T?x(f)?d[f]:u[f]:f.value;i?W(R)&&Ls(R,r):W(R)?R.includes(r)||R.push(r):T?(u[f]=[r],x(f)&&(d[f]=u[f])):(f.value=[r],e.k&&(u[e.k]=f.value))}else T?(u[f]=o,x(f)&&(d[f]=o)):M&&(f.value=o,e.k&&(u[e.k]=o))};o?(J.id=-1,be(J,s)):J()}}}es().requestIdleCallback;es().cancelIdleCallback;const Bt=e=>!!e.type.__asyncLoader,pi=e=>e.type.__isKeepAlive;function Vr(e,t){gi(e,"a",t)}function Hr(e,t){gi(e,"da",t)}function gi(e,t,s=ie){const n=e.__wdc||(e.__wdc=()=>{let i=s;for(;i;){if(i.isDeactivated)return;i=i.parent}return e()});if(ns(t,n,s),s){let i=s.parent;for(;i&&i.parent;)pi(i.parent.vnode)&&kr(n,t,s,i),i=i.parent}}function kr(e,t,s,n){const i=ns(t,e,n,!0);mi(()=>{Ls(n[t],i)},s)}function ns(e,t,s=ie,n=!1){if(s){const i=s[e]||(s[e]=[]),r=t.__weh||(t.__weh=(...o)=>{Je();const l=it(s),f=Fe(t,s,e,o);return l(),Ye(),f});return n?i.unshift(r):i.push(r),r}}const Ve=e=>(t,s=ie)=>{(!Mt||e==="sp")&&ns(e,(...n)=>t(...n),s)},Ur=Ve("bm"),jr=Ve("m"),qr=Ve("bu"),Kr=Ve("u"),Gr=Ve("bum"),mi=Ve("um"),Jr=Ve("sp"),Yr=Ve("rtg"),Xr=Ve("rtc");function zr(e,t=ie){ns("ec",e,t)}const Zr=Symbol.for("v-ndc");function pn(e,t,s,n){let i;const r=s,o=W(e);if(o||Z(e)){const l=o&&at(e);let f=!1;l&&(f=!Se(e),e=ss(e)),i=new Array(e.length);for(let h=0,u=e.length;h<u;h++)i[h]=t(f?ne(e[h]):e[h],h,void 0,r)}else if(typeof e=="number"){i=new Array(e);for(let l=0;l<e;l++)i[l]=t(l+1,l,void 0,r)}else if(G(e))if(e[Symbol.iterator])i=Array.from(e,(l,f)=>t(l,f,void 0,r));else{const l=Object.keys(e);i=new Array(l.length);for(let f=0,h=l.length;f<h;f++){const u=l[f];i[f]=t(e[u],u,f,r)}}else i=[];return i}const Cs=e=>e?Vi(e)?rn(e):Cs(e.parent):null,Et=ce(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=>Cs(e.parent),$root:e=>Cs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>bi(e),$forceUpdate:e=>e.f||(e.f=()=>{zs(e.update)}),$nextTick:e=>e.n||(e.n=Rr.bind(e.proxy)),$watch:e=>So.bind(e)}),hs=(e,t)=>e!==K&&!e.__isScriptSetup&&D(e,t),Qr={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:i,props:r,accessCache:o,type:l,appContext:f}=e;let h;if(t[0]!=="$"){const x=o[t];if(x!==void 0)switch(x){case 1:return n[t];case 2:return i[t];case 4:return s[t];case 3:return r[t]}else{if(hs(n,t))return o[t]=1,n[t];if(i!==K&&D(i,t))return o[t]=2,i[t];if((h=e.propsOptions[0])&&D(h,t))return o[t]=3,r[t];if(s!==K&&D(s,t))return o[t]=4,s[t];Ts&&(o[t]=0)}}const u=Et[t];let d,y;if(u)return t==="$attrs"&&se(e.attrs,"get",""),u(e);if((d=l.__cssModules)&&(d=d[t]))return d;if(s!==K&&D(s,t))return o[t]=4,s[t];if(y=f.config.globalProperties,D(y,t))return y[t]},set({_:e},t,s){const{data:n,setupState:i,ctx:r}=e;return hs(i,t)?(i[t]=s,!0):n!==K&&D(n,t)?(n[t]=s,!0):D(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(r[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:i,propsOptions:r}},o){let l;return!!s[o]||e!==K&&D(e,o)||hs(t,o)||(l=r[0])&&D(l,o)||D(n,o)||D(Et,o)||D(i.config.globalProperties,o)},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:D(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function gn(e){return W(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}function eo(e){const t=jo();let s=e();return Fs(),Vs(s)&&(s=s.catch(n=>{throw it(t),n})),[s,()=>it(t)]}let Ts=!0;function to(e){const t=bi(e),s=e.proxy,n=e.ctx;Ts=!1,t.beforeCreate&&mn(t.beforeCreate,e,"bc");const{data:i,computed:r,methods:o,watch:l,provide:f,inject:h,created:u,beforeMount:d,mounted:y,beforeUpdate:x,updated:T,activated:M,deactivated:J,beforeDestroy:R,beforeUnmount:L,destroyed:H,unmounted:A,render:B,renderTracked:F,renderTriggered:Y,errorCaptured:Q,serverPrefetch:ee,expose:X,inheritAttrs:ge,components:fe,directives:we,filters:Ee}=t;if(h&&so(h,n,null),o)for(const k in o){const U=o[k];P(U)&&(n[k]=U.bind(s))}if(i){const k=i.call(s,s);G(k)&&(e.data=Js(k))}if(Ts=!0,r)for(const k in r){const U=r[k],ze=P(U)?U.bind(s,s):P(U.get)?U.get.bind(s,s):Pe,Nt=!P(U)&&P(U.set)?U.set.bind(s):Pe,Ze=ki({get:ze,set:Nt});Object.defineProperty(n,k,{enumerable:!0,configurable:!0,get:()=>Ze.value,set:Ce=>Ze.value=Ce})}if(l)for(const k in l)_i(l[k],n,s,k);if(f){const k=P(f)?f.call(s):f;Reflect.ownKeys(k).forEach(U=>{co(U,k[U])})}u&&mn(u,e,"c");function z(k,U){W(U)?U.forEach(ze=>k(ze.bind(s))):U&&k(U.bind(s))}if(z(Ur,d),z(jr,y),z(qr,x),z(Kr,T),z(Vr,M),z(Hr,J),z(zr,Q),z(Xr,F),z(Yr,Y),z(Gr,L),z(mi,A),z(Jr,ee),W(X))if(X.length){const k=e.exposed||(e.exposed={});X.forEach(U=>{Object.defineProperty(k,U,{get:()=>s[U],set:ze=>s[U]=ze})})}else e.exposed||(e.exposed={});B&&e.render===Pe&&(e.render=B),ge!=null&&(e.inheritAttrs=ge),fe&&(e.components=fe),we&&(e.directives=we),ee&&hi(e)}function so(e,t,s=Pe){W(e)&&(e=As(e));for(const n in e){const i=e[n];let r;G(i)?"default"in i?r=Vt(i.from||n,i.default,!0):r=Vt(i.from||n):r=Vt(i),re(r)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>r.value,set:o=>r.value=o}):t[n]=r}}function mn(e,t,s){Fe(W(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function _i(e,t,s,n){let i=n.includes(".")?Mi(s,n):()=>s[n];if(Z(e)){const r=t[e];P(r)&&gs(i,r)}else if(P(e))gs(i,e.bind(s));else if(G(e))if(W(e))e.forEach(r=>_i(r,t,s,n));else{const r=P(e.handler)?e.handler.bind(s):t[e.handler];P(r)&&gs(i,r,e)}}function bi(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:i,optionsCache:r,config:{optionMergeStrategies:o}}=e.appContext,l=r.get(t);let f;return l?f=l:!i.length&&!s&&!n?f=t:(f={},i.length&&i.forEach(h=>Jt(f,h,o,!0)),Jt(f,t,o)),G(t)&&r.set(t,f),f}function Jt(e,t,s,n=!1){const{mixins:i,extends:r}=t;r&&Jt(e,r,s,!0),i&&i.forEach(o=>Jt(e,o,s,!0));for(const o in t)if(!(n&&o==="expose")){const l=no[o]||s&&s[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const no={data:_n,props:bn,emits:bn,methods:vt,computed:vt,beforeCreate:oe,created:oe,beforeMount:oe,mounted:oe,beforeUpdate:oe,updated:oe,beforeDestroy:oe,beforeUnmount:oe,destroyed:oe,unmounted:oe,activated:oe,deactivated:oe,errorCaptured:oe,serverPrefetch:oe,components:vt,directives:vt,watch:ro,provide:_n,inject:io};function _n(e,t){return t?e?function(){return ce(P(e)?e.call(this,this):e,P(t)?t.call(this,this):t)}:t:e}function io(e,t){return vt(As(e),As(t))}function As(e){if(W(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function oe(e,t){return e?[...new Set([].concat(e,t))]:t}function vt(e,t){return e?ce(Object.create(null),e,t):t}function bn(e,t){return e?W(e)&&W(t)?[...new Set([...e,...t])]:ce(Object.create(null),gn(e),gn(t??{})):t}function ro(e,t){if(!e)return t;if(!t)return e;const s=ce(Object.create(null),e);for(const n in t)s[n]=oe(e[n],t[n]);return s}function yi(){return{app:null,config:{isNativeTag:Gi,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 oo=0;function lo(e,t){return function(n,i=null){P(n)||(n=ce({},n)),i!=null&&!G(i)&&(i=null);const r=yi(),o=new WeakSet,l=[];let f=!1;const h=r.app={_uid:oo++,_component:n,_props:i,_container:null,_context:r,_instance:null,version:Xo,get config(){return r.config},set config(u){},use(u,...d){return o.has(u)||(u&&P(u.install)?(o.add(u),u.install(h,...d)):P(u)&&(o.add(u),u(h,...d))),h},mixin(u){return r.mixins.includes(u)||r.mixins.push(u),h},component(u,d){return d?(r.components[u]=d,h):r.components[u]},directive(u,d){return d?(r.directives[u]=d,h):r.directives[u]},mount(u,d,y){if(!f){const x=h._ceVNode||te(n,i);return x.appContext=r,y===!0?y="svg":y===!1&&(y=void 0),e(x,u,y),f=!0,h._container=u,u.__vue_app__=h,rn(x.component)}},onUnmount(u){l.push(u)},unmount(){f&&(Fe(l,h._instance,16),e(null,h._container),delete h._container.__vue_app__)},provide(u,d){return r.provides[u]=d,h},runWithContext(u){const d=dt;dt=h;try{return u()}finally{dt=d}}};return h}}let dt=null;function co(e,t){if(ie){let s=ie.provides;const n=ie.parent&&ie.parent.provides;n===s&&(s=ie.provides=Object.create(n)),s[e]=t}}function Vt(e,t,s=!1){const n=ie||Ie;if(n||dt){const i=dt?dt._context.provides:n?n.parent==null?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(i&&e in i)return i[e];if(arguments.length>1)return s&&P(t)?t.call(n&&n.proxy):t}}const vi={},wi=()=>Object.create(vi),Si=e=>Object.getPrototypeOf(e)===vi;function fo(e,t,s,n=!1){const i={},r=wi();e.propsDefaults=Object.create(null),xi(e,t,i,r);for(const o in e.propsOptions[0])o in i||(i[o]=void 0);s?e.props=n?i:Er(i):e.type.props?e.props=i:e.props=r,e.attrs=r}function ao(e,t,s,n){const{props:i,attrs:r,vnode:{patchFlag:o}}=e,l=$(i),[f]=e.propsOptions;let h=!1;if((n||o>0)&&!(o&16)){if(o&8){const u=e.vnode.dynamicProps;for(let d=0;d<u.length;d++){let y=u[d];if(is(e.emitsOptions,y))continue;const x=t[y];if(f)if(D(r,y))x!==r[y]&&(r[y]=x,h=!0);else{const T=Ke(y);i[T]=Os(f,l,T,x,e,!1)}else x!==r[y]&&(r[y]=x,h=!0)}}}else{xi(e,t,i,r)&&(h=!0);let u;for(const d in l)(!t||!D(t,d)&&((u=rt(d))===d||!D(t,u)))&&(f?s&&(s[d]!==void 0||s[u]!==void 0)&&(i[d]=Os(f,l,d,void 0,e,!0)):delete i[d]);if(r!==l)for(const d in r)(!t||!D(t,d))&&(delete r[d],h=!0)}h&&$e(e.attrs,"set","")}function xi(e,t,s,n){const[i,r]=e.propsOptions;let o=!1,l;if(t)for(let f in t){if(St(f))continue;const h=t[f];let u;i&&D(i,u=Ke(f))?!r||!r.includes(u)?s[u]=h:(l||(l={}))[u]=h:is(e.emitsOptions,f)||(!(f in n)||h!==n[f])&&(n[f]=h,o=!0)}if(r){const f=$(s),h=l||K;for(let u=0;u<r.length;u++){const d=r[u];s[d]=Os(i,f,d,h[d],e,!D(h,d))}}return o}function Os(e,t,s,n,i,r){const o=e[s];if(o!=null){const l=D(o,"default");if(l&&n===void 0){const f=o.default;if(o.type!==Function&&!o.skipFactory&&P(f)){const{propsDefaults:h}=i;if(s in h)n=h[s];else{const u=it(i);n=h[s]=f.call(null,t),u()}}else n=f;i.ce&&i.ce._setProp(s,n)}o[0]&&(r&&!l?n=!1:o[1]&&(n===""||n===rt(s))&&(n=!0))}return n}const uo=new WeakMap;function Ii(e,t,s=!1){const n=s?uo:t.propsCache,i=n.get(e);if(i)return i;const r=e.props,o={},l=[];let f=!1;if(!P(e)){const u=d=>{f=!0;const[y,x]=Ii(d,t,!0);ce(o,y),x&&l.push(...x)};!s&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!r&&!f)return G(e)&&n.set(e,ct),ct;if(W(r))for(let u=0;u<r.length;u++){const d=Ke(r[u]);yn(d)&&(o[d]=K)}else if(r)for(const u in r){const d=Ke(u);if(yn(d)){const y=r[u],x=o[d]=W(y)||P(y)?{type:y}:ce({},y),T=x.type;let M=!1,J=!0;if(W(T))for(let R=0;R<T.length;++R){const L=T[R],H=P(L)&&L.name;if(H==="Boolean"){M=!0;break}else H==="String"&&(J=!1)}else M=P(T)&&T.name==="Boolean";x[0]=M,x[1]=J,(M||D(x,"default"))&&l.push(d)}}const h=[o,l];return G(e)&&n.set(e,h),h}function yn(e){return e[0]!=="$"&&!St(e)}const Bi=e=>e[0]==="_"||e==="$stable",en=e=>W(e)?e.map(xe):[xe(e)],ho=(e,t,s)=>{if(t._n)return t;const n=Zs((...i)=>en(t(...i)),s);return n._c=!1,n},Ei=(e,t,s)=>{const n=e._ctx;for(const i in e){if(Bi(i))continue;const r=e[i];if(P(r))t[i]=ho(i,r,n);else if(r!=null){const o=en(r);t[i]=()=>o}}},Ci=(e,t)=>{const s=en(t);e.slots.default=()=>s},Ti=(e,t,s)=>{for(const n in t)(s||n!=="_")&&(e[n]=t[n])},po=(e,t,s)=>{const n=e.slots=wi();if(e.vnode.shapeFlag&32){const i=t._;i?(Ti(n,t,s),s&&Hn(n,"_",i,!0)):Ei(t,n)}else t&&Ci(e,t)},go=(e,t,s)=>{const{vnode:n,slots:i}=e;let r=!0,o=K;if(n.shapeFlag&32){const l=t._;l?s&&l===1?r=!1:Ti(i,t,s):(r=!t.$stable,Ei(t,i)),o=t}else t&&(Ci(e,t),o={default:1});if(r)for(const l in i)!Bi(l)&&o[l]==null&&delete i[l]},be=Fo;function mo(e){return _o(e)}function _o(e,t){const s=es();s.__VUE__=!0;const{insert:n,remove:i,patchProp:r,createElement:o,createText:l,createComment:f,setText:h,setElementText:u,parentNode:d,nextSibling:y,setScopeId:x=Pe,insertStaticContent:T}=e,M=(c,a,p,_=null,g=null,m=null,S=void 0,w=null,v=!!a.dynamicChildren)=>{if(c===a)return;c&&!je(c,a)&&(_=Rt(c),Ce(c,g,m,!0),c=null),a.patchFlag===-2&&(v=!1,a.dynamicChildren=null);const{type:b,ref:C,shapeFlag:I}=a;switch(b){case rs:J(c,a,p,_);break;case Le:R(c,a,p,_);break;case Ht:c==null&&L(a,p,_,S);break;case ve:fe(c,a,p,_,g,m,S,w,v);break;default:I&1?B(c,a,p,_,g,m,S,w,v):I&6?we(c,a,p,_,g,m,S,w,v):(I&64||I&128)&&b.process(c,a,p,_,g,m,S,w,v,_t)}C!=null&&g&&Gt(C,c&&c.ref,m,a||c,!a)},J=(c,a,p,_)=>{if(c==null)n(a.el=l(a.children),p,_);else{const g=a.el=c.el;a.children!==c.children&&h(g,a.children)}},R=(c,a,p,_)=>{c==null?n(a.el=f(a.children||""),p,_):a.el=c.el},L=(c,a,p,_)=>{[c.el,c.anchor]=T(c.children,a,p,_,c.el,c.anchor)},H=({el:c,anchor:a},p,_)=>{let g;for(;c&&c!==a;)g=y(c),n(c,p,_),c=g;n(a,p,_)},A=({el:c,anchor:a})=>{let p;for(;c&&c!==a;)p=y(c),i(c),c=p;i(a)},B=(c,a,p,_,g,m,S,w,v)=>{a.type==="svg"?S="svg":a.type==="math"&&(S="mathml"),c==null?F(a,p,_,g,m,S,w,v):ee(c,a,g,m,S,w,v)},F=(c,a,p,_,g,m,S,w)=>{let v,b;const{props:C,shapeFlag:I,transition:E,dirs:O}=c;if(v=c.el=o(c.type,m,C&&C.is,C),I&8?u(v,c.children):I&16&&Q(c.children,v,null,_,g,ps(c,m),S,w),O&&Qe(c,null,_,"created"),Y(v,c,c.scopeId,S,_),C){for(const j in C)j!=="value"&&!St(j)&&r(v,j,null,C[j],m,_);"value"in C&&r(v,"value",null,C.value,m),(b=C.onVnodeBeforeMount)&&We(b,_,c)}O&&Qe(c,null,_,"beforeMount");const N=bo(g,E);N&&E.beforeEnter(v),n(v,a,p),((b=C&&C.onVnodeMounted)||N||O)&&be(()=>{b&&We(b,_,c),N&&E.enter(v),O&&Qe(c,null,_,"mounted")},g)},Y=(c,a,p,_,g)=>{if(p&&x(c,p),_)for(let m=0;m<_.length;m++)x(c,_[m]);if(g){let m=g.subTree;if(a===m||Fi(m.type)&&(m.ssContent===a||m.ssFallback===a)){const S=g.vnode;Y(c,S,S.scopeId,S.slotScopeIds,g.parent)}}},Q=(c,a,p,_,g,m,S,w,v=0)=>{for(let b=v;b<c.length;b++){const C=c[b]=w?ke(c[b]):xe(c[b]);M(null,C,a,p,_,g,m,S,w)}},ee=(c,a,p,_,g,m,S)=>{const w=a.el=c.el;let{patchFlag:v,dynamicChildren:b,dirs:C}=a;v|=c.patchFlag&16;const I=c.props||K,E=a.props||K;let O;if(p&&et(p,!1),(O=E.onVnodeBeforeUpdate)&&We(O,p,a,c),C&&Qe(a,c,p,"beforeUpdate"),p&&et(p,!0),(I.innerHTML&&E.innerHTML==null||I.textContent&&E.textContent==null)&&u(w,""),b?X(c.dynamicChildren,b,w,p,_,ps(a,g),m):S||U(c,a,w,null,p,_,ps(a,g),m,!1),v>0){if(v&16)ge(w,I,E,p,g);else if(v&2&&I.class!==E.class&&r(w,"class",null,E.class,g),v&4&&r(w,"style",I.style,E.style,g),v&8){const N=a.dynamicProps;for(let j=0;j<N.length;j++){const V=N[j],me=I[V],ae=E[V];(ae!==me||V==="value")&&r(w,V,me,ae,g,p)}}v&1&&c.children!==a.children&&u(w,a.children)}else!S&&b==null&&ge(w,I,E,p,g);((O=E.onVnodeUpdated)||C)&&be(()=>{O&&We(O,p,a,c),C&&Qe(a,c,p,"updated")},_)},X=(c,a,p,_,g,m,S)=>{for(let w=0;w<a.length;w++){const v=c[w],b=a[w],C=v.el&&(v.type===ve||!je(v,b)||v.shapeFlag&70)?d(v.el):p;M(v,b,C,null,_,g,m,S,!0)}},ge=(c,a,p,_,g)=>{if(a!==p){if(a!==K)for(const m in a)!St(m)&&!(m in p)&&r(c,m,a[m],null,g,_);for(const m in p){if(St(m))continue;const S=p[m],w=a[m];S!==w&&m!=="value"&&r(c,m,w,S,g,_)}"value"in p&&r(c,"value",a.value,p.value,g)}},fe=(c,a,p,_,g,m,S,w,v)=>{const b=a.el=c?c.el:l(""),C=a.anchor=c?c.anchor:l("");let{patchFlag:I,dynamicChildren:E,slotScopeIds:O}=a;O&&(w=w?w.concat(O):O),c==null?(n(b,p,_),n(C,p,_),Q(a.children||[],p,C,g,m,S,w,v)):I>0&&I&64&&E&&c.dynamicChildren?(X(c.dynamicChildren,E,p,g,m,S,w),(a.key!=null||g&&a===g.subTree)&&Ai(c,a,!0)):U(c,a,p,C,g,m,S,w,v)},we=(c,a,p,_,g,m,S,w,v)=>{a.slotScopeIds=w,c==null?a.shapeFlag&512?g.ctx.activate(a,p,_,S,v):Ee(a,p,_,g,m,S,v):Xe(c,a,v)},Ee=(c,a,p,_,g,m,S)=>{const w=c.component=Uo(c,_,g);if(pi(c)&&(w.ctx.renderer=_t),qo(w,!1,S),w.asyncDep){if(g&&g.registerDep(w,z,S),!c.el){const v=w.subTree=te(Le);R(null,v,a,p)}}else z(w,c,a,p,g,m,S)},Xe=(c,a,p)=>{const _=a.component=c.component;if(To(c,a,p))if(_.asyncDep&&!_.asyncResolved){k(_,a,p);return}else _.next=a,_.update();else a.el=c.el,_.vnode=a},z=(c,a,p,_,g,m,S)=>{const w=()=>{if(c.isMounted){let{next:I,bu:E,u:O,parent:N,vnode:j}=c;{const Ae=Oi(c);if(Ae){I&&(I.el=j.el,k(c,I,S)),Ae.asyncDep.then(()=>{c.isUnmounted||w()});return}}let V=I,me;et(c,!1),I?(I.el=j.el,k(c,I,S)):I=j,E&&cs(E),(me=I.props&&I.props.onVnodeBeforeUpdate)&&We(me,N,I,j),et(c,!0);const ae=wn(c),Te=c.subTree;c.subTree=ae,M(Te,ae,d(Te.el),Rt(Te),c,g,m),I.el=ae.el,V===null&&tn(c,ae.el),O&&be(O,g),(me=I.props&&I.props.onVnodeUpdated)&&be(()=>We(me,N,I,j),g)}else{let I;const{el:E,props:O}=a,{bm:N,m:j,parent:V,root:me,type:ae}=c,Te=Bt(a);et(c,!1),N&&cs(N),!Te&&(I=O&&O.onVnodeBeforeMount)&&We(I,V,a),et(c,!0);{me.ce&&me.ce._injectChildStyle(ae);const Ae=c.subTree=wn(c);M(null,Ae,p,_,c,g,m),a.el=Ae.el}if(j&&be(j,g),!Te&&(I=O&&O.onVnodeMounted)){const Ae=a;be(()=>We(I,V,Ae),g)}(a.shapeFlag&256||V&&Bt(V.vnode)&&V.vnode.shapeFlag&256)&&c.a&&be(c.a,g),c.isMounted=!0,a=p=_=null}};c.scope.on();const v=c.effect=new qn(w);c.scope.off();const b=c.update=v.run.bind(v),C=c.job=v.runIfDirty.bind(v);C.i=c,C.id=c.uid,v.scheduler=()=>zs(C),et(c,!0),b()},k=(c,a,p)=>{a.component=c;const _=c.vnode.props;c.vnode=a,c.next=null,ao(c,a.props,_,p),go(c,a.children,p),Je(),hn(c),Ye()},U=(c,a,p,_,g,m,S,w,v=!1)=>{const b=c&&c.children,C=c?c.shapeFlag:0,I=a.children,{patchFlag:E,shapeFlag:O}=a;if(E>0){if(E&128){Nt(b,I,p,_,g,m,S,w,v);return}else if(E&256){ze(b,I,p,_,g,m,S,w,v);return}}O&8?(C&16&&mt(b,g,m),I!==b&&u(p,I)):C&16?O&16?Nt(b,I,p,_,g,m,S,w,v):mt(b,g,m,!0):(C&8&&u(p,""),O&16&&Q(I,p,_,g,m,S,w,v))},ze=(c,a,p,_,g,m,S,w,v)=>{c=c||ct,a=a||ct;const b=c.length,C=a.length,I=Math.min(b,C);let E;for(E=0;E<I;E++){const O=a[E]=v?ke(a[E]):xe(a[E]);M(c[E],O,p,null,g,m,S,w,v)}b>C?mt(c,g,m,!0,!1,I):Q(a,p,_,g,m,S,w,v,I)},Nt=(c,a,p,_,g,m,S,w,v)=>{let b=0;const C=a.length;let I=c.length-1,E=C-1;for(;b<=I&&b<=E;){const O=c[b],N=a[b]=v?ke(a[b]):xe(a[b]);if(je(O,N))M(O,N,p,null,g,m,S,w,v);else break;b++}for(;b<=I&&b<=E;){const O=c[I],N=a[E]=v?ke(a[E]):xe(a[E]);if(je(O,N))M(O,N,p,null,g,m,S,w,v);else break;I--,E--}if(b>I){if(b<=E){const O=E+1,N=O<C?a[O].el:_;for(;b<=E;)M(null,a[b]=v?ke(a[b]):xe(a[b]),p,N,g,m,S,w,v),b++}}else if(b>E)for(;b<=I;)Ce(c[b],g,m,!0),b++;else{const O=b,N=b,j=new Map;for(b=N;b<=E;b++){const _e=a[b]=v?ke(a[b]):xe(a[b]);_e.key!=null&&j.set(_e.key,b)}let V,me=0;const ae=E-N+1;let Te=!1,Ae=0;const bt=new Array(ae);for(b=0;b<ae;b++)bt[b]=0;for(b=O;b<=I;b++){const _e=c[b];if(me>=ae){Ce(_e,g,m,!0);continue}let Oe;if(_e.key!=null)Oe=j.get(_e.key);else for(V=N;V<=E;V++)if(bt[V-N]===0&&je(_e,a[V])){Oe=V;break}Oe===void 0?Ce(_e,g,m,!0):(bt[Oe-N]=b+1,Oe>=Ae?Ae=Oe:Te=!0,M(_e,a[Oe],p,null,g,m,S,w,v),me++)}const cn=Te?yo(bt):ct;for(V=cn.length-1,b=ae-1;b>=0;b--){const _e=N+b,Oe=a[_e],fn=_e+1<C?a[_e+1].el:_;bt[b]===0?M(null,Oe,p,fn,g,m,S,w,v):Te&&(V<0||b!==cn[V]?Ze(Oe,p,fn,2):V--)}}},Ze=(c,a,p,_,g=null)=>{const{el:m,type:S,transition:w,children:v,shapeFlag:b}=c;if(b&6){Ze(c.component.subTree,a,p,_);return}if(b&128){c.suspense.move(a,p,_);return}if(b&64){S.move(c,a,p,_t);return}if(S===ve){n(m,a,p);for(let I=0;I<v.length;I++)Ze(v[I],a,p,_);n(c.anchor,a,p);return}if(S===Ht){H(c,a,p);return}if(_!==2&&b&1&&w)if(_===0)w.beforeEnter(m),n(m,a,p),be(()=>w.enter(m),g);else{const{leave:I,delayLeave:E,afterLeave:O}=w,N=()=>n(m,a,p),j=()=>{I(m,()=>{N(),O&&O()})};E?E(m,N,j):j()}else n(m,a,p)},Ce=(c,a,p,_=!1,g=!1)=>{const{type:m,props:S,ref:w,children:v,dynamicChildren:b,shapeFlag:C,patchFlag:I,dirs:E,cacheIndex:O}=c;if(I===-2&&(g=!1),w!=null&&Gt(w,null,p,c,!0),O!=null&&(a.renderCache[O]=void 0),C&256){a.ctx.deactivate(c);return}const N=C&1&&E,j=!Bt(c);let V;if(j&&(V=S&&S.onVnodeBeforeUnmount)&&We(V,a,c),C&6)Ki(c.component,p,_);else{if(C&128){c.suspense.unmount(p,_);return}N&&Qe(c,null,a,"beforeUnmount"),C&64?c.type.remove(c,a,p,_t,_):b&&!b.hasOnce&&(m!==ve||I>0&&I&64)?mt(b,a,p,!1,!0):(m===ve&&I&384||!g&&C&16)&&mt(v,a,p),_&&on(c)}(j&&(V=S&&S.onVnodeUnmounted)||N)&&be(()=>{V&&We(V,a,c),N&&Qe(c,null,a,"unmounted")},p)},on=c=>{const{type:a,el:p,anchor:_,transition:g}=c;if(a===ve){qi(p,_);return}if(a===Ht){A(c);return}const m=()=>{i(p),g&&!g.persisted&&g.afterLeave&&g.afterLeave()};if(c.shapeFlag&1&&g&&!g.persisted){const{leave:S,delayLeave:w}=g,v=()=>S(p,m);w?w(c.el,m,v):v()}else m()},qi=(c,a)=>{let p;for(;c!==a;)p=y(c),i(c),c=p;i(a)},Ki=(c,a,p)=>{const{bum:_,scope:g,job:m,subTree:S,um:w,m:v,a:b}=c;vn(v),vn(b),_&&cs(_),g.stop(),m&&(m.flags|=8,Ce(S,c,a,p)),w&&be(w,a),be(()=>{c.isUnmounted=!0},a),a&&a.pendingBranch&&!a.isUnmounted&&c.asyncDep&&!c.asyncResolved&&c.suspenseId===a.pendingId&&(a.deps--,a.deps===0&&a.resolve())},mt=(c,a,p,_=!1,g=!1,m=0)=>{for(let S=m;S<c.length;S++)Ce(c[S],a,p,_,g)},Rt=c=>{if(c.shapeFlag&6)return Rt(c.component.subTree);if(c.shapeFlag&128)return c.suspense.next();const a=y(c.anchor||c.el),p=a&&a[Dr];return p?y(p):a};let os=!1;const ln=(c,a,p)=>{c==null?a._vnode&&Ce(a._vnode,null,null,!0):M(a._vnode||null,c,a,null,null,null,p),a._vnode=c,os||(os=!0,hn(),ai(),os=!1)},_t={p:M,um:Ce,m:Ze,r:on,mt:Ee,mc:Q,pc:U,pbc:X,n:Rt,o:e};return{render:ln,hydrate:void 0,createApp:lo(ln)}}function ps({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function et({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function bo(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ai(e,t,s=!1){const n=e.children,i=t.children;if(W(n)&&W(i))for(let r=0;r<n.length;r++){const o=n[r];let l=i[r];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=i[r]=ke(i[r]),l.el=o.el),!s&&l.patchFlag!==-2&&Ai(o,l)),l.type===rs&&(l.el=o.el)}}function yo(e){const t=e.slice(),s=[0];let n,i,r,o,l;const f=e.length;for(n=0;n<f;n++){const h=e[n];if(h!==0){if(i=s[s.length-1],e[i]<h){t[n]=i,s.push(n);continue}for(r=0,o=s.length-1;r<o;)l=r+o>>1,e[s[l]]<h?r=l+1:o=l;h<e[s[r]]&&(r>0&&(t[n]=s[r-1]),s[r]=n)}}for(r=s.length,o=s[r-1];r-- >0;)s[r]=o,o=t[o];return s}function Oi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Oi(t)}function vn(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const vo=Symbol.for("v-scx"),wo=()=>Vt(vo);function gs(e,t,s){return Wi(e,t,s)}function Wi(e,t,s=K){const{immediate:n,deep:i,flush:r,once:o}=s,l=ce({},s),f=t&&n||!t&&r!=="post";let h;if(Mt){if(r==="sync"){const x=wo();h=x.__watcherHandles||(x.__watcherHandles=[])}else if(!f){const x=()=>{};return x.stop=Pe,x.resume=Pe,x.pause=Pe,x}}const u=ie;l.call=(x,T,M)=>Fe(x,u,T,M);let d=!1;r==="post"?l.scheduler=x=>{be(x,u&&u.suspense)}:r!=="sync"&&(d=!0,l.scheduler=(x,T)=>{T?x():zs(x)}),l.augmentJob=x=>{t&&(x.flags|=4),d&&(x.flags|=2,u&&(x.id=u.uid,x.i=u))};const y=Fr(e,t,l);return Mt&&(h?h.push(y):f&&y()),y}function So(e,t,s){const n=this.proxy,i=Z(e)?e.includes(".")?Mi(n,e):()=>n[e]:e.bind(n,n);let r;P(t)?r=t:(r=t.handler,s=t);const o=it(this),l=Wi(i,r.bind(n),s);return o(),l}function Mi(e,t){const s=t.split(".");return()=>{let n=e;for(let i=0;i<s.length&&n;i++)n=n[s[i]];return n}}const xo=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ke(t)}Modifiers`]||e[`${rt(t)}Modifiers`];function Io(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||K;let i=s;const r=t.startsWith("update:"),o=r&&xo(n,t.slice(7));o&&(o.trim&&(i=s.map(u=>Z(u)?u.trim():u)),o.number&&(i=s.map(Zi)));let l,f=n[l=ls(t)]||n[l=ls(Ke(t))];!f&&r&&(f=n[l=ls(rt(t))]),f&&Fe(f,e,6,i);const h=n[l+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Fe(h,e,6,i)}}function Pi(e,t,s=!1){const n=t.emitsCache,i=n.get(e);if(i!==void 0)return i;const r=e.emits;let o={},l=!1;if(!P(e)){const f=h=>{const u=Pi(h,t,!0);u&&(l=!0,ce(o,u))};!s&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}return!r&&!l?(G(e)&&n.set(e,null),null):(W(r)?r.forEach(f=>o[f]=null):ce(o,r),G(e)&&n.set(e,o),o)}function is(e,t){return!e||!zt(t)?!1:(t=t.slice(2).replace(/Once$/,""),D(e,t[0].toLowerCase()+t.slice(1))||D(e,rt(t))||D(e,t))}function wn(e){const{type:t,vnode:s,proxy:n,withProxy:i,propsOptions:[r],slots:o,attrs:l,emit:f,render:h,renderCache:u,props:d,data:y,setupState:x,ctx:T,inheritAttrs:M}=e,J=Kt(e);let R,L;try{if(s.shapeFlag&4){const A=i||n,B=A;R=xe(h.call(B,A,u,d,x,y,T)),L=l}else{const A=t;R=xe(A.length>1?A(d,{attrs:l,slots:o,emit:f}):A(d,null)),L=t.props?l:Eo(l)}}catch(A){Ct.length=0,Ft(A,e,1),R=te(Le)}let H=R;if(L&&M!==!1){const A=Object.keys(L),{shapeFlag:B}=H;A.length&&B&7&&(r&&A.some(Ds)&&(L=Co(L,r)),H=gt(H,L,!1,!0))}return s.dirs&&(H=gt(H,null,!1,!0),H.dirs=H.dirs?H.dirs.concat(s.dirs):s.dirs),s.transition&&Qs(H,s.transition),R=H,Kt(J),R}function Bo(e,t=!0){let s;for(let n=0;n<e.length;n++){const i=e[n];if(sn(i)){if(i.type!==Le||i.children==="v-if"){if(s)return;s=i}}else return}return s}const Eo=e=>{let t;for(const s in e)(s==="class"||s==="style"||zt(s))&&((t||(t={}))[s]=e[s]);return t},Co=(e,t)=>{const s={};for(const n in e)(!Ds(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function To(e,t,s){const{props:n,children:i,component:r}=e,{props:o,children:l,patchFlag:f}=t,h=r.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&f>=0){if(f&1024)return!0;if(f&16)return n?Sn(n,o,h):!!o;if(f&8){const u=t.dynamicProps;for(let d=0;d<u.length;d++){const y=u[d];if(o[y]!==n[y]&&!is(h,y))return!0}}}else return(i||l)&&(!l||!l.$stable)?!0:n===o?!1:n?o?Sn(n,o,h):!0:!!o;return!1}function Sn(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let i=0;i<n.length;i++){const r=n[i];if(t[r]!==e[r]&&!is(s,r))return!0}return!1}function tn({vnode:e,parent:t},s){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=s,t=t.parent;else break}}const Fi=e=>e.__isSuspense;let Ws=0;const Ao={name:"Suspense",__isSuspense:!0,process(e,t,s,n,i,r,o,l,f,h){if(e==null)Oo(t,s,n,i,r,o,l,f,h);else{if(r&&r.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}Wo(e,t,s,n,i,o,l,f,h)}},hydrate:Mo,normalize:Po},Ni=Ao;function Wt(e,t){const s=e.props&&e.props[t];P(s)&&s()}function Oo(e,t,s,n,i,r,o,l,f){const{p:h,o:{createElement:u}}=f,d=u("div"),y=e.suspense=Ri(e,i,n,t,d,s,r,o,l,f);h(null,y.pendingBranch=e.ssContent,d,null,n,y,r,o),y.deps>0?(Wt(e,"onPending"),Wt(e,"onFallback"),h(null,e.ssFallback,t,s,n,null,r,o),ht(y,e.ssFallback)):y.resolve(!1,!0)}function Wo(e,t,s,n,i,r,o,l,{p:f,um:h,o:{createElement:u}}){const d=t.suspense=e.suspense;d.vnode=t,t.el=e.el;const y=t.ssContent,x=t.ssFallback,{activeBranch:T,pendingBranch:M,isInFallback:J,isHydrating:R}=d;if(M)d.pendingBranch=y,je(y,M)?(f(M,y,d.hiddenContainer,null,i,d,r,o,l),d.deps<=0?d.resolve():J&&(R||(f(T,x,s,n,i,null,r,o,l),ht(d,x)))):(d.pendingId=Ws++,R?(d.isHydrating=!1,d.activeBranch=M):h(M,i,d),d.deps=0,d.effects.length=0,d.hiddenContainer=u("div"),J?(f(null,y,d.hiddenContainer,null,i,d,r,o,l),d.deps<=0?d.resolve():(f(T,x,s,n,i,null,r,o,l),ht(d,x))):T&&je(y,T)?(f(T,y,s,n,i,d,r,o,l),d.resolve(!0)):(f(null,y,d.hiddenContainer,null,i,d,r,o,l),d.deps<=0&&d.resolve()));else if(T&&je(y,T))f(T,y,s,n,i,d,r,o,l),ht(d,y);else if(Wt(t,"onPending"),d.pendingBranch=y,y.shapeFlag&512?d.pendingId=y.component.suspenseId:d.pendingId=Ws++,f(null,y,d.hiddenContainer,null,i,d,r,o,l),d.deps<=0)d.resolve();else{const{timeout:L,pendingId:H}=d;L>0?setTimeout(()=>{d.pendingId===H&&d.fallback(x)},L):L===0&&d.fallback(x)}}function Ri(e,t,s,n,i,r,o,l,f,h,u=!1){const{p:d,m:y,um:x,n:T,o:{parentNode:M,remove:J}}=h;let R;const L=No(e);L&&t&&t.pendingBranch&&(R=t.pendingId,t.deps++);const H=e.props?Qi(e.props.timeout):void 0,A=r,B={vnode:e,parent:t,parentComponent:s,namespace:o,container:n,hiddenContainer:i,deps:0,pendingId:Ws++,timeout:typeof H=="number"?H:-1,activeBranch:null,pendingBranch:null,isInFallback:!u,isHydrating:u,isUnmounted:!1,effects:[],resolve(F=!1,Y=!1){const{vnode:Q,activeBranch:ee,pendingBranch:X,pendingId:ge,effects:fe,parentComponent:we,container:Ee}=B;let Xe=!1;B.isHydrating?B.isHydrating=!1:F||(Xe=ee&&X.transition&&X.transition.mode==="out-in",Xe&&(ee.transition.afterLeave=()=>{ge===B.pendingId&&(y(X,Ee,r===A?T(ee):r,0),Es(fe))}),ee&&(M(ee.el)===Ee&&(r=T(ee)),x(ee,we,B,!0)),Xe||y(X,Ee,r,0)),ht(B,X),B.pendingBranch=null,B.isInFallback=!1;let z=B.parent,k=!1;for(;z;){if(z.pendingBranch){z.effects.push(...fe),k=!0;break}z=z.parent}!k&&!Xe&&Es(fe),B.effects=[],L&&t&&t.pendingBranch&&R===t.pendingId&&(t.deps--,t.deps===0&&!Y&&t.resolve()),Wt(Q,"onResolve")},fallback(F){if(!B.pendingBranch)return;const{vnode:Y,activeBranch:Q,parentComponent:ee,container:X,namespace:ge}=B;Wt(Y,"onFallback");const fe=T(Q),we=()=>{B.isInFallback&&(d(null,F,X,fe,ee,null,ge,l,f),ht(B,F))},Ee=F.transition&&F.transition.mode==="out-in";Ee&&(Q.transition.afterLeave=we),B.isInFallback=!0,x(Q,ee,null,!0),Ee||we()},move(F,Y,Q){B.activeBranch&&y(B.activeBranch,F,Y,Q),B.container=F},next(){return B.activeBranch&&T(B.activeBranch)},registerDep(F,Y,Q){const ee=!!B.pendingBranch;ee&&B.deps++;const X=F.vnode.el;F.asyncDep.catch(ge=>{Ft(ge,F,0)}).then(ge=>{if(F.isUnmounted||B.isUnmounted||B.pendingId!==F.suspenseId)return;F.asyncResolved=!0;const{vnode:fe}=F;Ns(F,ge),X&&(fe.el=X);const we=!X&&F.subTree.el;Y(F,fe,M(X||F.subTree.el),X?null:T(F.subTree),B,o,Q),we&&J(we),tn(F,fe.el),ee&&--B.deps===0&&B.resolve()})},unmount(F,Y){B.isUnmounted=!0,B.activeBranch&&x(B.activeBranch,s,F,Y),B.pendingBranch&&x(B.pendingBranch,s,F,Y)}};return B}function Mo(e,t,s,n,i,r,o,l,f){const h=t.suspense=Ri(t,n,s,e.parentNode,document.createElement("div"),null,i,r,o,l,!0),u=f(e,h.pendingBranch=t.ssContent,s,h,r,o);return h.deps===0&&h.resolve(!1,!0),u}function Po(e){const{shapeFlag:t,children:s}=e,n=t&32;e.ssContent=xn(n?s.default:s),e.ssFallback=n?xn(s.fallback):te(Le)}function xn(e){let t;if(P(e)){const s=pt&&e._c;s&&(e._d=!1,he()),e=e(),s&&(e._d=!0,t=pe,$i())}return W(e)&&(e=Bo(e)),e=xe(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(s=>s!==e)),e}function Fo(e,t){t&&t.pendingBranch?W(e)?t.effects.push(...e):t.effects.push(e):Es(e)}function ht(e,t){e.activeBranch=t;const{vnode:s,parentComponent:n}=e;let i=t.el;for(;!i&&t.component;)t=t.component.subTree,i=t.el;s.el=i,n&&n.subTree===s&&(n.vnode.el=i,tn(n,i))}function No(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const ve=Symbol.for("v-fgt"),rs=Symbol.for("v-txt"),Le=Symbol.for("v-cmt"),Ht=Symbol.for("v-stc"),Ct=[];let pe=null;function he(e=!1){Ct.push(pe=e?null:[])}function $i(){Ct.pop(),pe=Ct[Ct.length-1]||null}let pt=1;function In(e,t=!1){pt+=e,e<0&&pe&&t&&(pe.hasOnce=!0)}function Di(e){return e.dynamicChildren=pt>0?pe||ct:null,$i(),pt>0&&pe&&pe.push(e),e}function De(e,t,s,n,i,r){return Di(de(e,t,s,n,i,r,!0))}function Yt(e,t,s,n,i){return Di(te(e,t,s,n,i,!0))}function sn(e){return e?e.__v_isVNode===!0:!1}function je(e,t){return e.type===t.type&&e.key===t.key}const Li=({key:e})=>e??null,kt=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?Z(e)||re(e)||P(e)?{i:Ie,r:e,k:t,f:!!s}:e:null);function de(e,t=null,s=null,n=0,i=null,r=e===ve?0:1,o=!1,l=!1){const f={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Li(t),ref:t&&kt(t),scopeId:di,slotScopeIds:null,children:s,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:r,patchFlag:n,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Ie};return l?(nn(f,s),r&128&&e.normalize(f)):s&&(f.shapeFlag|=Z(s)?8:16),pt>0&&!o&&pe&&(f.patchFlag>0||r&6)&&f.patchFlag!==32&&pe.push(f),f}const te=Ro;function Ro(e,t=null,s=null,n=0,i=null,r=!1){if((!e||e===Zr)&&(e=Le),sn(e)){const l=gt(e,t,!0);return s&&nn(l,s),pt>0&&!r&&pe&&(l.shapeFlag&6?pe[pe.indexOf(e)]=l:pe.push(l)),l.patchFlag=-2,l}if(Yo(e)&&(e=e.__vccOpts),t){t=$o(t);let{class:l,style:f}=t;l&&!Z(l)&&(t.class=ks(l)),G(f)&&(Xs(f)&&!W(f)&&(f=ce({},f)),t.style=ts(f))}const o=Z(e)?1:Fi(e)?128:Lr(e)?64:G(e)?4:P(e)?2:0;return de(e,t,s,n,i,o,r,!0)}function $o(e){return e?Xs(e)||Si(e)?ce({},e):e:null}function gt(e,t,s=!1,n=!1){const{props:i,ref:r,patchFlag:o,children:l,transition:f}=e,h=t?Vo(i||{},t):i,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&Li(h),ref:t&&t.ref?s&&r?W(r)?r.concat(kt(t)):[r,kt(t)]:kt(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ve?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:f,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&gt(e.ssContent),ssFallback:e.ssFallback&&gt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return f&&n&&Qs(u,f.clone(u)),u}function Do(e=" ",t=0){return te(rs,null,e,t)}function Lo(e,t){const s=te(Ht,null,e);return s.staticCount=t,s}function Ms(e="",t=!1){return t?(he(),Yt(Le,null,e)):te(Le,null,e)}function xe(e){return e==null||typeof e=="boolean"?te(Le):W(e)?te(ve,null,e.slice()):sn(e)?ke(e):te(rs,null,String(e))}function ke(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:gt(e)}function nn(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(W(t))s=16;else if(typeof t=="object")if(n&65){const i=t.default;i&&(i._c&&(i._d=!1),nn(e,i()),i._c&&(i._d=!0));return}else{s=32;const i=t._;!i&&!Si(t)?t._ctx=Ie:i===3&&Ie&&(Ie.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else P(t)?(t={default:t,_ctx:Ie},s=32):(t=String(t),n&64?(s=16,t=[Do(t)]):s=8);e.children=t,e.shapeFlag|=s}function Vo(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const i in n)if(i==="class")t.class!==n.class&&(t.class=ks([t.class,n.class]));else if(i==="style")t.style=ts([t.style,n.style]);else if(zt(i)){const r=t[i],o=n[i];o&&r!==o&&!(W(r)&&r.includes(o))&&(t[i]=r?[].concat(r,o):o)}else i!==""&&(t[i]=n[i])}return t}function We(e,t,s,n=null){Fe(e,t,7,[s,n])}const Ho=yi();let ko=0;function Uo(e,t,s){const n=e.type,i=(t?t.appContext:e.appContext)||Ho,r={uid:ko++,vnode:e,type:n,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new or(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Ii(n,i),emitsOptions:Pi(n,i),emit:null,emitted:null,propsDefaults:K,inheritAttrs:n.inheritAttrs,ctx:K,data:K,props:K,attrs:K,slots:K,refs:K,setupState:K,setupContext:null,suspense:s,suspenseId:s?s.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 r.ctx={_:r},r.root=t?t.root:r,r.emit=Io.bind(null,r),e.ce&&e.ce(r),r}let ie=null;const jo=()=>ie||Ie;let Xt,Ps;{const e=es(),t=(s,n)=>{let i;return(i=e[s])||(i=e[s]=[]),i.push(n),r=>{i.length>1?i.forEach(o=>o(r)):i[0](r)}};Xt=t("__VUE_INSTANCE_SETTERS__",s=>ie=s),Ps=t("__VUE_SSR_SETTERS__",s=>Mt=s)}const it=e=>{const t=ie;return Xt(e),e.scope.on(),()=>{e.scope.off(),Xt(t)}},Fs=()=>{ie&&ie.scope.off(),Xt(null)};function Vi(e){return e.vnode.shapeFlag&4}let Mt=!1;function qo(e,t=!1,s=!1){t&&Ps(t);const{props:n,children:i}=e.vnode,r=Vi(e);fo(e,n,r,t),po(e,i,s);const o=r?Ko(e,t):void 0;return t&&Ps(!1),o}function Ko(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Qr);const{setup:n}=s;if(n){Je();const i=e.setupContext=n.length>1?Jo(e):null,r=it(e),o=Pt(n,e,0,[e.props,i]),l=Vs(o);if(Ye(),r(),(l||e.sp)&&!Bt(e)&&hi(e),l){if(o.then(Fs,Fs),t)return o.then(f=>{Ns(e,f)}).catch(f=>{Ft(f,e,0)});e.asyncDep=o}else Ns(e,o)}else Hi(e)}function Ns(e,t,s){P(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:G(t)&&(e.setupState=li(t)),Hi(e)}function Hi(e,t,s){const n=e.type;e.render||(e.render=n.render||Pe);{const i=it(e);Je();try{to(e)}finally{Ye(),i()}}}const Go={get(e,t){return se(e,"get",""),e[t]}};function Jo(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,Go),slots:e.slots,emit:e.emit,expose:t}}function rn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(li(Cr(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in Et)return Et[s](e)},has(t,s){return s in t||s in Et}})):e.proxy}function Yo(e){return P(e)&&"__vccOpts"in e}const ki=(e,t)=>Mr(e,t,Mt),Xo="3.5.13";/**
* @vue/runtime-dom v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Rs;const Bn=typeof window<"u"&&window.trustedTypes;if(Bn)try{Rs=Bn.createPolicy("vue",{createHTML:e=>e})}catch{}const Ui=Rs?e=>Rs.createHTML(e):e=>e,zo="http://www.w3.org/2000/svg",Zo="http://www.w3.org/1998/Math/MathML",Re=typeof document<"u"?document:null,En=Re&&Re.createElement("template"),Qo={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const i=t==="svg"?Re.createElementNS(zo,e):t==="mathml"?Re.createElementNS(Zo,e):s?Re.createElement(e,{is:s}):Re.createElement(e);return e==="select"&&n&&n.multiple!=null&&i.setAttribute("multiple",n.multiple),i},createText:e=>Re.createTextNode(e),createComment:e=>Re.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Re.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,i,r){const o=s?s.previousSibling:t.lastChild;if(i&&(i===r||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),s),!(i===r||!(i=i.nextSibling)););else{En.innerHTML=Ui(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const l=En.content;if(n==="svg"||n==="mathml"){const f=l.firstChild;for(;f.firstChild;)l.appendChild(f.firstChild);l.removeChild(f)}t.insertBefore(l,s)}return[o?o.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},el=Symbol("_vtc");function tl(e,t,s){const n=e[el];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const Cn=Symbol("_vod"),sl=Symbol("_vsh"),nl=Symbol(""),il=/(^|;)\s*display\s*:/;function rl(e,t,s){const n=e.style,i=Z(s);let r=!1;if(s&&!i){if(t)if(Z(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();s[l]==null&&Ut(n,l,"")}else for(const o in t)s[o]==null&&Ut(n,o,"");for(const o in s)o==="display"&&(r=!0),Ut(n,o,s[o])}else if(i){if(t!==s){const o=n[nl];o&&(s+=";"+o),n.cssText=s,r=il.test(s)}}else t&&e.removeAttribute("style");Cn in e&&(e[Cn]=r?n.display:"",e[sl]&&(n.display="none"))}const Tn=/\s*!important$/;function Ut(e,t,s){if(W(s))s.forEach(n=>Ut(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=ol(e,t);Tn.test(s)?e.setProperty(rt(n),s.replace(Tn,""),"important"):e[n]=s}}const An=["Webkit","Moz","ms"],ms={};function ol(e,t){const s=ms[t];if(s)return s;let n=Ke(t);if(n!=="filter"&&n in e)return ms[t]=n;n=Vn(n);for(let i=0;i<An.length;i++){const r=An[i]+n;if(r in e)return ms[t]=r}return t}const On="http://www.w3.org/1999/xlink";function Wn(e,t,s,n,i,r=rr(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(On,t.slice(6,t.length)):e.setAttributeNS(On,t,s):s==null||r&&!kn(s)?e.removeAttribute(t):e.setAttribute(t,r?"":Ge(s)?String(s):s)}function Mn(e,t,s,n,i){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?Ui(s):s);return}const r=e.tagName;if(t==="value"&&r!=="PROGRESS"&&!r.includes("-")){const l=r==="OPTION"?e.getAttribute("value")||"":e.value,f=s==null?e.type==="checkbox"?"on":"":String(s);(l!==f||!("_value"in e))&&(e.value=f),s==null&&e.removeAttribute(t),e._value=s;return}let o=!1;if(s===""||s==null){const l=typeof e[t];l==="boolean"?s=kn(s):s==null&&l==="string"?(s="",o=!0):l==="number"&&(s=0,o=!0)}try{e[t]=s}catch{}o&&e.removeAttribute(i||t)}function ll(e,t,s,n){e.addEventListener(t,s,n)}function cl(e,t,s,n){e.removeEventListener(t,s,n)}const Pn=Symbol("_vei");function fl(e,t,s,n,i=null){const r=e[Pn]||(e[Pn]={}),o=r[t];if(n&&o)o.value=n;else{const[l,f]=al(t);if(n){const h=r[t]=hl(n,i);ll(e,l,h,f)}else o&&(cl(e,l,o,f),r[t]=void 0)}}const Fn=/(?:Once|Passive|Capture)$/;function al(e){let t;if(Fn.test(e)){t={};let n;for(;n=e.match(Fn);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):rt(e.slice(2)),t]}let _s=0;const ul=Promise.resolve(),dl=()=>_s||(ul.then(()=>_s=0),_s=Date.now());function hl(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;Fe(pl(n,s.value),t,5,[n])};return s.value=e,s.attached=dl(),s}function pl(e,t){if(W(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>i=>!i._stopped&&n&&n(i))}else return t}const Nn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,gl=(e,t,s,n,i,r)=>{const o=i==="svg";t==="class"?tl(e,n,o):t==="style"?rl(e,s,n):zt(t)?Ds(t)||fl(e,t,s,n,r):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):ml(e,t,n,o))?(Mn(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Wn(e,t,n,o,r,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Z(n))?Mn(e,Ke(t),n,r,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),Wn(e,t,n,o))};function ml(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&Nn(t)&&P(s));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const i=e.tagName;if(i==="IMG"||i==="VIDEO"||i==="CANVAS"||i==="SOURCE")return!1}return Nn(t)&&Z(s)?!1:t in e}const _l=ce({patchProp:gl},Qo);let Rn;function bl(){return Rn||(Rn=mo(_l))}const yl=(...e)=>{const t=bl().createApp(...e),{mount:s}=t;return t.mount=n=>{const i=wl(n);if(!i)return;const r=t._component;!P(r)&&!r.render&&!r.template&&(r.template=i.innerHTML),i.nodeType===1&&(i.textContent="");const o=s(i,!1,vl(i));return i instanceof Element&&(i.removeAttribute("v-cloak"),i.setAttribute("data-v-app","")),o},t};function vl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function wl(e){return Z(e)?document.querySelector(e):e}const ji=(e,t)=>{const s=e.__vccOpts||e;for(const[n,i]of t)s[n]=i;return s},Sl=["src","alt"],xl={key:0,class:"app-label"},Il={key:1,class:"app-package"},Bl={__name:"AppIcon",props:{packageName:{type:String,required:!0},label:{type:String,required:!1,default:"UNSETLABEL"},hideLabel:{type:Boolean,required:!1}},async setup(e){let t,s;const n=e;let i;Bridge.getSystemNightMode()=="yes"?i=!0:i=!1;const r=Bs("");r.value=([t,s]=eo(()=>Bridge.getDefaultAppIconURL(n.packageName)),t=await t,s(),t);const o=Bs("");n.label.length>=12?o.value=`${n.label.slice(0,9).trim()}...`:o.value=n.label;function l(){Bridge.requestLaunchApp(n.packageName)}return(f,h)=>(he(),De("div",{class:"app-icon",onClick:h[0]||(h[0]=u=>l()),style:ts({"--label-color":oi(i)?"#000000":"#ffffff"})},[de("img",{src:r.value,alt:o.value,class:"app-image"},null,8,Sl),n.hideLabel?Ms("",!0):(he(),De("span",xl,ys(o.value),1)),n.hideLabel?Ms("",!0):(he(),De("span",Il,ys(n.packageName),1))],4))}},wt=ji(Bl,[["__scopeId","data-v-a45179cd"]]),El={id:"dock"},Cl={__name:"Dock",setup(e){return(t,s)=>(he(),Yt(Ni,null,{default:Zs(()=>[de("div",El,[te(wt,{packageName:"app.revenge",hideLabel:!0}),te(wt,{packageName:"com.radolyn.ayugram",hideLabel:!0}),te(wt,{packageName:"org.mozilla.fennec_fdroid",hideLabel:!0}),te(wt,{packageName:"org.akanework.gramophone",hideLabel:!0})])]),_:1}))}},Tl="/vite.svg",Al="/vue.svg",Ol="/com.tored.bridgelauncher.png",Wl={class:"section"},Ml={__name:"Settings",setup(e){function t(){console.log("Changed Bridge Button visibility to..."),Bridge.getBridgeButtonVisibility()=="shown"?(Bridge.requestSetBridgeButtonVisibility("hidden"),console.log("hidden")):(Bridge.requestSetBridgeButtonVisibility("shown"),console.log("shown"))}function s(){console.log("Changed draw system wallpapers to..."),Bridge.getDrawSystemWallpaperBehindWebViewEnabled()?(Bridge.requestSetDrawSystemWallpaperBehindWebViewEnabled(!1),document.body.style.backgroundColor="",console.log("false")):(Bridge.requestSetDrawSystemWallpaperBehindWebViewEnabled(!0),console.log("true"),document.body.style.backgroundColor="transparent")}function n(){console.log("Changed overscrolling effect to..."),Bridge.getOverscrollEffects=="default"?(Bridge.requestSetOverscrollEffects("none"),console.log("none")):(Bridge.requestSetOverscrollEffects("default"),console.log("default"))}function i(){Bridge.requestOpenBridgeAppDrawer()}function r(){window.location.reload()}return(o,l)=>(he(),De(ve,null,[de("div",Wl,[de("button",{class:"ui-button",onClick:l[0]||(l[0]=f=>t())},"Toggle Bridge button"),de("button",{class:"ui-button",onClick:l[1]||(l[1]=f=>i())},"Open Bridge App Drawer"),de("button",{class:"ui-button",onClick:l[2]||(l[2]=f=>s())},"Toggle system wallpaper visibility"),de("button",{class:"ui-button",onClick:l[3]||(l[3]=f=>n())},"Toggle overscrolling"),de("button",{class:"ui-button",onClick:l[4]||(l[4]=f=>r())},"Reload"),l[5]||(l[5]=de("br",null,null,-1)),l[6]||(l[6]=de("small",{style:{"font-size":"xx-small"}},"Everything else can be configured through Bridge's Settings",-1))]),l[7]||(l[7]=Lo('<div class="section" style="display:flex;flex-direction:column;align-items:center;" data-v-27ae4006><span style="width:max-content;" data-v-27ae4006>Made with</span><div style="display:flex;justify-content:space-around;width:100%;" data-v-27ae4006><img src="'+Tl+'" data-v-27ae4006><img src="'+Al+'" data-v-27ae4006><img src="'+Ol+'" alt="Bridge" data-v-27ae4006></div></div>',1))],64))}},Pl=ji(Ml,[["__scopeId","data-v-27ae4006"]]),Fl={id:"applist-wrapper"},Nl={id:"applist"},Rl={key:0,class:"applist-page"},bs=4*6,$l={__name:"App",setup(e){const t=Bs([]);async function s(){const r=await(await fetch(Bridge.getAppsURL())).json();t.value=r.apps.sort((o,l)=>o.label.localeCompare(l.label,void 0,{sensitivity:"base"}))}s();const n=ki(()=>Array(Math.ceil(t.value.length/bs)).fill().map((i,r)=>t.value.slice(r*bs,(r+1)*bs)));return(i,r)=>(he(),De(ve,null,[de("div",Fl,[(he(),Yt(Ni,null,{default:Zs(()=>[de("div",Nl,[(he(!0),De(ve,null,pn(n.value,(o,l)=>(he(),De("div",{class:"applist-page",key:l},[(he(!0),De(ve,null,pn(o,f=>(he(),Yt(wt,{key:f.packageName,packageName:f.packageName,label:f.label},null,8,["packageName","label"]))),128))]))),128)),n.value.length>0?(he(),De("div",Rl,[te(Pl)])):Ms("",!0)])]),_:1}))]),te(Cl)],64))}};function ue(e,t,s,n){return{left:e,top:t,right:s,bottom:n}}function Dl(){return{apiLevel:34,bridgeVersionCode:3,bridgeVersionName:"0.0.3alpha",logRaisedBridgeEvents:!0,projectUrl:"/",appsUrl:"/mock/apps.json",makeGetIconPacksUrl:e=>"/mock/icons/icon-packs.json",makeGetIconPackInfoUrl:(e,t)=>`/mock/icons/${e}/info.json`,makeGetIconPackAppFilterXMLUrl:e=>`/mock/icons/${e}/appfilter.xml`,makeGetAppIconUrl:(e,t)=>`/mock/icons/${t??"default"}/${e}.png`,makeGetDefaultIconUrl:e=>`/mock/icons/default/${e}.png`,makeGetIconPackAppIconUrl:(e,t)=>`/mock/icons/${e}/${t}.png`,makeGetIconPackItemUrl:(e,t)=>`/mock/icons/${e}/${t}.png`,makeGetIconPackDrawableUrl:(e,t)=>`/mock/icons/${e}/${t}.png`,logWallpaperEvents:!0,logWallpaperScrolling:!1,initialBridgeButtonVisibility:"hidden",initialDrawSystemWallpaperBehindWebViewEnabled:!0,initialOverscrollEffects:"none",canRequestSystemNightMode:!0,initialSystemNightMode:"auto",initialBridgeTheme:"system",initialCanLockScreen:!1,initialStatusBarAppearance:"hide",initialNavigationBarAppearance:"hide",statusBarHeight:24,navigationBarHeight:48,captionBarWindowInsets:ue(0,0,0,0),captionBarIgnoringVisibilityWindowInsets:ue(0,0,0,0),imeWindowInsets:ue(0,0,0,0),imeAnimationSourceWindowInsets:ue(0,0,0,0),imeAnimationTargetWindowInsets:ue(0,0,0,0),tappableElementWindowInsets:ue(0,0,0,0),tappableElementIgnoringVisibilityWindowInsets:ue(0,0,0,0),systemGesturesWindowInsets:ue(0,0,0,0),mandatorySystemGesturesWindowInsets:ue(0,0,0,0),displayCutoutWindowInsets:ue(0,0,0,0),waterfallWindowInsets:ue(0,0,0,0),displayCutoutPath:null,displayShapePath:null}}var Ll=class{constructor(e){this._prefix="[BridgeMock]",this.lastErrorMessage=null,this.wallpaperOffsetStepsX=1,this.wallpaperOffsetStepsY=1,this.wallpaperOffsetX=0,this.wallpaperOffsetY=0,this.config=e??Dl(),this.bridgeButtonVisibility=this.config.initialBridgeButtonVisibility,this.drawSystemWallpaperBehindWebViewEnabled=this.config.initialDrawSystemWallpaperBehindWebViewEnabled,this.overscrollEffects=this.config.initialOverscrollEffects,this.systemNightMode=this.config.initialSystemNightMode,this.bridgeTheme=this.config.initialBridgeTheme,this.statusBarAppearance=this.config.initialStatusBarAppearance,this.navigationBarAppearance=this.config.initialNavigationBarAppearance,this.canLockScreen=this.config.initialCanLockScreen}getAndroidAPILevel(){return this.config.apiLevel}getBridgeVersionCode(){return this.config.bridgeVersionCode}getBridgeVersionName(){return this.config.bridgeVersionName}getLastErrorMessage(){return this.lastErrorMessage}getProjectURL(){return this.config.projectUrl}getAppsURL(){return this.config.appsUrl}requestAppUninstall(e,t){return alert(`${this._prefix} requestAppUninstall: ${e}`),this.raiseBridgeEvent({name:"appRemoved",packageName:e}),!0}requestOpenAppInfo(e,t){return alert(`${this._prefix} requestOpenAppInfo: ${e}`),!0}requestLaunchApp(e,t){return alert(`${this._prefix} Requested launch ${e}`),!0}getDefaultAppIconURL(e){return this.config.makeGetDefaultIconUrl(e)}_padNum(e){const t=e.toFixed(4);return`${" ".repeat(Math.max(0,6-t.length))}${t}`}setWallpaperOffsetSteps(e,t){this.wallpaperOffsetStepsX=e,this.wallpaperOffsetStepsY=t,this.config.logWallpaperEvents&&console.log(`${this._prefix} setWallpaperOffsetSteps: x = ${this._padNum(e)} y = ${t} (pages: x = ${Math.round(1/e)-1}, y = ${Math.round(1/t)-1})`)}setWallpaperOffsets(e,t){this.wallpaperOffsetX=e,this.wallpaperOffsetY=t,this.config.logWallpaperScrolling&&console.log(`${this._prefix} setWallpaperOffsets: x = ${this._padNum(e)} y = ${this._padNum(t)} (pages: x = ${this._padNum(e/this.wallpaperOffsetStepsX)} y = ${this._padNum(t/this.wallpaperOffsetStepsY)})`)}sendWallpaperTap(e,t,s=0){this.config.logWallpaperEvents&&console.log(`${this._prefix} sendWallpaperTap: x = ${e}, y = ${t}`)}requestChangeSystemWallpaper(e){return alert(`${this._prefix} requestChangeSystemWallpaper`),!0}getBridgeButtonVisibility(){return this.bridgeButtonVisibility}requestSetBridgeButtonVisibility(e,t){return this.bridgeButtonVisibility=e,this.raiseBridgeEvent({name:"bridgeButtonVisibilityChanged",newValue:e}),!0}getDrawSystemWallpaperBehindWebViewEnabled(){return this.drawSystemWallpaperBehindWebViewEnabled}requestSetDrawSystemWallpaperBehindWebViewEnabled(e,t){return this.drawSystemWallpaperBehindWebViewEnabled=e,this.raiseBridgeEvent({name:"drawSystemWallpaperBehindWebViewChanged",newValue:e}),!0}getOverscrollEffects(){return this.overscrollEffects}requestSetOverscrollEffects(e,t){return this.overscrollEffects=e,this.raiseBridgeEvent({name:"overscrollEffectsChanged",newValue:e}),!0}getSystemNightMode(){return this.systemNightMode}resolveIsSystemInDarkTheme(){return this.systemNightMode==="yes"||this.systemNightMode!=="no"&&matchMedia("(prefers-color-scheme: dark)").matches}getCanRequestSystemNightMode(){return this.config.canRequestSystemNightMode}requestSetSystemNightMode(e,t){return this.systemNightMode=e,this.raiseBridgeEvent({name:"systemNightModeChanged",newValue:e}),!0}getBridgeTheme(){return this.bridgeTheme}requestSetBridgeTheme(e,t){return this.bridgeTheme=e,this.raiseBridgeEvent({name:"bridgeThemeChanged",newValue:e}),!0}getStatusBarAppearance(){return this.statusBarAppearance}requestSetStatusBarAppearance(e,t){return this.statusBarAppearance=e,this.raiseBridgeEvent({name:"statusBarAppearanceChanged",newValue:e}),this.raiseBridgeEvent({name:"statusBarsWindowInsetsChanged",newValue:this._getStatusBarsWindowInsets()}),this.raiseBridgeEvent({name:"systemBarsWindowInsetsChanged",newValue:this._getSystemBarsWindowInsets()}),!0}getNavigationBarAppearance(){return this.navigationBarAppearance}requestSetNavigationBarAppearance(e,t){return this.navigationBarAppearance=e,this.raiseBridgeEvent({name:"navigationBarAppearanceChanged",newValue:e}),this.raiseBridgeEvent({name:"navigationBarsWindowInsetsChanged",newValue:this._getNavigationBarsWindowInsets()}),this.raiseBridgeEvent({name:"systemBarsWindowInsetsChanged",newValue:this._getSystemBarsWindowInsets()}),!0}getCanLockScreen(){return this.canLockScreen}requestLockScreen(e){return alert(`${this._prefix} requestLockScreen`),!0}requestOpenBridgeSettings(e){return alert(`${this._prefix} requestOpenBridgeSettings`),!0}requestOpenBridgeAppDrawer(e){return alert(`${this._prefix} requestOpenBridgeAppDrawer`),!0}requestOpenDeveloperConsole(e){return alert(`${this._prefix} requestOpenDeveloperConsole`),!0}requestExpandNotificationShade(e){return alert(`${this._prefix} requestExpandNotificationShade`),!0}requestOpenAndroidSettings(e){return alert(`${this._prefix} requestOpenAndroidSettings`),!0}showToast(e,t){console.log(`${this._prefix} showToast: ${t?"long":"short"}, message: ${e}`)}_getStatusBarsWindowInsets(){return ue(0,this.statusBarAppearance==="hide"?0:this.config.statusBarHeight,0,0)}getStatusBarsWindowInsets(){return this.windowInsetsString(this._getStatusBarsWindowInsets())}getStatusBarsIgnoringVisibilityWindowInsets(){return this.windowInsetsString(0,this.config.statusBarHeight,0,0)}_getNavigationBarsWindowInsets(){return ue(0,0,0,this.navigationBarAppearance==="hide"?0:this.config.navigationBarHeight)}getNavigationBarsWindowInsets(){return this.windowInsetsString(this._getNavigationBarsWindowInsets())}getNavigationBarsIgnoringVisibilityWindowInsets(){return this.windowInsetsString(0,0,0,this.config.navigationBarHeight)}getCaptionBarWindowInsets(){return this.windowInsetsString(this.config.captionBarWindowInsets)}getCaptionBarIgnoringVisibilityWindowInsets(){return this.windowInsetsString(this.config.captionBarIgnoringVisibilityWindowInsets)}_getSystemBarsWindowInsets(){return ue(0,this.statusBarAppearance==="hide"?0:this.config.statusBarHeight,0,this.navigationBarAppearance==="hide"?0:this.config.navigationBarHeight)}getSystemBarsWindowInsets(){return this.windowInsetsString(this._getSystemBarsWindowInsets())}getSystemBarsIgnoringVisibilityWindowInsets(){return this.windowInsetsString(0,this.config.statusBarHeight,0,this.config.navigationBarHeight)}getImeWindowInsets(){return this.windowInsetsString(this.config.imeWindowInsets)}getImeAnimationSourceWindowInsets(){return this.windowInsetsString(this.config.imeAnimationSourceWindowInsets)}getImeAnimationTargetWindowInsets(){return this.windowInsetsString(this.config.imeAnimationTargetWindowInsets)}getTappableElementWindowInsets(){return this.windowInsetsString(this.config.tappableElementWindowInsets)}getTappableElementIgnoringVisibilityWindowInsets(){return this.windowInsetsString(this.config.tappableElementIgnoringVisibilityWindowInsets)}getSystemGesturesWindowInsets(){return this.windowInsetsString(this.config.systemGesturesWindowInsets)}getMandatorySystemGesturesWindowInsets(){return this.windowInsetsString(this.config.mandatorySystemGesturesWindowInsets)}getDisplayCutoutWindowInsets(){return this.windowInsetsString(this.config.displayCutoutWindowInsets)}getWaterfallWindowInsets(){return this.windowInsetsString(this.config.waterfallWindowInsets)}getDisplayCutoutPath(){return this.config.displayCutoutPath}getDisplayShapePath(){return this.config.displayShapePath}windowInsetsString(e,t,s,n){return JSON.stringify(typeof e=="object"?e:{left:e,top:t,right:s,bottom:n})}raiseBridgeEvent(e){this.config.logRaisedBridgeEvents&&console.log("[BridgeMock] raiseBridgeEvent:",e),typeof onBridgeEvent=="function"&&onBridgeEvent(e)}};window.Bridge||(window.Bridge=new Ll({appsUrl:"/mock/apps.json",makeGetDefaultIconUrl:e=>`/mock/icons/default/${e}.png`}));Bridge.requestSetBridgeTheme("system");yl($l).mount("#app");