@lidhium/cli
Version:
micro-frontend cli packed with webpack
13 lines • 122 kB
JavaScript
(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const s of i)if(s.type==="childList")for(const o of s.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(i){const s={};return i.integrity&&(s.integrity=i.integrity),i.referrerPolicy&&(s.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?s.credentials="include":i.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function r(i){if(i.ep)return;i.ep=!0;const s=n(i);fetch(i.href,s)}})();/**
* @vue/shared v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function Mr(t){const e=Object.create(null);for(const n of t.split(","))e[n]=1;return n=>n in e}const Q={},ve=[],Ht=()=>{},Vo=()=>!1,Fn=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),$r=t=>t.startsWith("onUpdate:"),lt=Object.assign,Rr=(t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},ko=Object.prototype.hasOwnProperty,W=(t,e)=>ko.call(t,e),k=Array.isArray,xe=t=>Dn(t)==="[object Map]",rs=t=>Dn(t)==="[object Set]",V=t=>typeof t=="function",nt=t=>typeof t=="string",re=t=>typeof t=="symbol",Z=t=>t!==null&&typeof t=="object",is=t=>(Z(t)||V(t))&&V(t.then)&&V(t.catch),ss=Object.prototype.toString,Dn=t=>ss.call(t),Bo=t=>Dn(t).slice(8,-1),os=t=>Dn(t)==="[object Object]",Or=t=>nt(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,Le=Mr(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Hn=t=>{const e=Object.create(null);return n=>e[n]||(e[n]=t(n))},Uo=/-(\w)/g,bt=Hn(t=>t.replace(Uo,(e,n)=>n?n.toUpperCase():"")),Ko=/\B([A-Z])/g,ge=Hn(t=>t.replace(Ko,"-$1").toLowerCase()),Ln=Hn(t=>t.charAt(0).toUpperCase()+t.slice(1)),qn=Hn(t=>t?`on${Ln(t)}`:""),ne=(t,e)=>!Object.is(t,e),Gn=(t,...e)=>{for(let n=0;n<t.length;n++)t[n](...e)},ls=(t,e,n,r=!1)=>{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,writable:r,value:n})},jo=t=>{const e=parseFloat(t);return isNaN(e)?t:e};let fi;const Vn=()=>fi||(fi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ir(t){if(k(t)){const e={};for(let n=0;n<t.length;n++){const r=t[n],i=nt(r)?Yo(r):Ir(r);if(i)for(const s in i)e[s]=i[s]}return e}else if(nt(t)||Z(t))return t}const zo=/;(?![^(]*\))/g,Wo=/:([^]+)/,Xo=/\/\*[^]*?\*\//g;function Yo(t){const e={};return t.replace(Xo,"").split(zo).forEach(n=>{if(n){const r=n.split(Wo);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e}function Pr(t){let e="";if(nt(t))e=t;else if(k(t))for(let n=0;n<t.length;n++){const r=Pr(t[n]);r&&(e+=r+" ")}else if(Z(t))for(const n in t)t[n]&&(e+=n+" ");return e.trim()}const qo="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Go=Mr(qo);function cs(t){return!!t||t===""}const fs=t=>!!(t&&t.__v_isRef===!0),us=t=>nt(t)?t:t==null?"":k(t)||Z(t)&&(t.toString===ss||!V(t.toString))?fs(t)?us(t.value):JSON.stringify(t,as,2):String(t),as=(t,e)=>fs(e)?as(t,e.value):xe(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((n,[r,i],s)=>(n[Jn(r,s)+" =>"]=i,n),{})}:rs(e)?{[`Set(${e.size})`]:[...e.values()].map(n=>Jn(n))}:re(e)?Jn(e):Z(e)&&!k(e)&&!os(e)?String(e):e,Jn=(t,e="")=>{var n;return re(t)?`Symbol(${(n=t.description)!=null?n:e})`:t};/**
* @vue/reactivity v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let vt;class Jo{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=vt,!e&&vt&&(this.index=(vt.scopes||(vt.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].pause();for(e=0,n=this.effects.length;e<n;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].resume();for(e=0,n=this.effects.length;e<n;e++)this.effects[e].resume()}}run(e){if(this._active){const n=vt;try{return vt=this,e()}finally{vt=n}}}on(){vt=this}off(){vt=this.parent}stop(e){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&&!e){const i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0}}}function Qo(){return vt}let J;const Qn=new WeakSet;class hs{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,vt&&vt.active&&vt.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Qn.has(this)&&(Qn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ps(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,ui(this),gs(this);const e=J,n=Et;J=this,Et=!0;try{return this.fn()}finally{_s(this),J=e,Et=n,this.flags&=-3}}stop(){if(this.flags&1){for(let e=this.deps;e;e=e.nextDep)Hr(e);this.deps=this.depsTail=void 0,ui(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Qn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ur(this)&&this.run()}get dirty(){return ur(this)}}let ds=0,Ve,ke;function ps(t,e=!1){if(t.flags|=8,e){t.next=ke,ke=t;return}t.next=Ve,Ve=t}function Fr(){ds++}function Dr(){if(--ds>0)return;if(ke){let e=ke;for(ke=void 0;e;){const n=e.next;e.next=void 0,e.flags&=-9,e=n}}let t;for(;Ve;){let e=Ve;for(Ve=void 0;e;){const n=e.next;if(e.next=void 0,e.flags&=-9,e.flags&1)try{e.trigger()}catch(r){t||(t=r)}e=n}}if(t)throw t}function gs(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}function _s(t){let e,n=t.depsTail,r=n;for(;r;){const i=r.prevDep;r.version===-1?(r===n&&(n=i),Hr(r),Zo(r)):e=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=i}t.deps=e,t.depsTail=n}function ur(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(ms(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}function ms(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===ze))return;t.globalVersion=ze;const e=t.dep;if(t.flags|=2,e.version>0&&!t.isSSR&&t.deps&&!ur(t)){t.flags&=-3;return}const n=J,r=Et;J=t,Et=!0;try{gs(t);const i=t.fn(t._value);(e.version===0||ne(i,t._value))&&(t._value=i,e.version++)}catch(i){throw e.version++,i}finally{J=n,Et=r,_s(t),t.flags&=-3}}function Hr(t,e=!1){const{dep:n,prevSub:r,nextSub:i}=t;if(r&&(r.nextSub=i,t.prevSub=void 0),i&&(i.prevSub=r,t.nextSub=void 0),n.subs===t&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let s=n.computed.deps;s;s=s.nextDep)Hr(s,!0)}!e&&!--n.sc&&n.map&&n.map.delete(n.key)}function Zo(t){const{prevDep:e,nextDep:n}=t;e&&(e.nextDep=n,t.prevDep=void 0),n&&(n.prevDep=e,t.nextDep=void 0)}let Et=!0;const ys=[];function ie(){ys.push(Et),Et=!1}function se(){const t=ys.pop();Et=t===void 0?!0:t}function ui(t){const{cleanup:e}=t;if(t.cleanup=void 0,e){const n=J;J=void 0;try{e()}finally{J=n}}}let ze=0;class tl{constructor(e,n){this.sub=e,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Lr{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(e){if(!J||!Et||J===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==J)n=this.activeLink=new tl(J,this),J.deps?(n.prevDep=J.depsTail,J.depsTail.nextDep=n,J.depsTail=n):J.deps=J.depsTail=n,vs(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=J.depsTail,n.nextDep=void 0,J.depsTail.nextDep=n,J.depsTail=n,J.deps===n&&(J.deps=r)}return n}trigger(e){this.version++,ze++,this.notify(e)}notify(e){Fr();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Dr()}}}function vs(t){if(t.dep.sc++,t.sub.flags&4){const e=t.dep.computed;if(e&&!t.dep.subs){e.flags|=20;for(let r=e.deps;r;r=r.nextDep)vs(r)}const n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}const ar=new WeakMap,ae=Symbol(""),hr=Symbol(""),We=Symbol("");function it(t,e,n){if(Et&&J){let r=ar.get(t);r||ar.set(t,r=new Map);let i=r.get(n);i||(r.set(n,i=new Lr),i.map=r,i.key=n),i.track()}}function zt(t,e,n,r,i,s){const o=ar.get(t);if(!o){ze++;return}const l=c=>{c&&c.trigger()};if(Fr(),e==="clear")o.forEach(l);else{const c=k(t),f=c&&Or(n);if(c&&n==="length"){const u=Number(r);o.forEach((d,h)=>{(h==="length"||h===We||!re(h)&&h>=u)&&l(d)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),f&&l(o.get(We)),e){case"add":c?f&&l(o.get("length")):(l(o.get(ae)),xe(t)&&l(o.get(hr)));break;case"delete":c||(l(o.get(ae)),xe(t)&&l(o.get(hr)));break;case"set":xe(t)&&l(o.get(ae));break}}Dr()}function me(t){const e=z(t);return e===t?e:(it(e,"iterate",We),Ct(t)?e:e.map(ft))}function Vr(t){return it(t=z(t),"iterate",We),t}const el={__proto__:null,[Symbol.iterator](){return Zn(this,Symbol.iterator,ft)},concat(...t){return me(this).concat(...t.map(e=>k(e)?me(e):e))},entries(){return Zn(this,"entries",t=>(t[1]=ft(t[1]),t))},every(t,e){return Bt(this,"every",t,e,void 0,arguments)},filter(t,e){return Bt(this,"filter",t,e,n=>n.map(ft),arguments)},find(t,e){return Bt(this,"find",t,e,ft,arguments)},findIndex(t,e){return Bt(this,"findIndex",t,e,void 0,arguments)},findLast(t,e){return Bt(this,"findLast",t,e,ft,arguments)},findLastIndex(t,e){return Bt(this,"findLastIndex",t,e,void 0,arguments)},forEach(t,e){return Bt(this,"forEach",t,e,void 0,arguments)},includes(...t){return tr(this,"includes",t)},indexOf(...t){return tr(this,"indexOf",t)},join(t){return me(this).join(t)},lastIndexOf(...t){return tr(this,"lastIndexOf",t)},map(t,e){return Bt(this,"map",t,e,void 0,arguments)},pop(){return Re(this,"pop")},push(...t){return Re(this,"push",t)},reduce(t,...e){return ai(this,"reduce",t,e)},reduceRight(t,...e){return ai(this,"reduceRight",t,e)},shift(){return Re(this,"shift")},some(t,e){return Bt(this,"some",t,e,void 0,arguments)},splice(...t){return Re(this,"splice",t)},toReversed(){return me(this).toReversed()},toSorted(t){return me(this).toSorted(t)},toSpliced(...t){return me(this).toSpliced(...t)},unshift(...t){return Re(this,"unshift",t)},values(){return Zn(this,"values",ft)}};function Zn(t,e,n){const r=Vr(t),i=r[e]();return r!==t&&!Ct(t)&&(i._next=i.next,i.next=()=>{const s=i._next();return s.value&&(s.value=n(s.value)),s}),i}const nl=Array.prototype;function Bt(t,e,n,r,i,s){const o=Vr(t),l=o!==t&&!Ct(t),c=o[e];if(c!==nl[e]){const d=c.apply(t,s);return l?ft(d):d}let f=n;o!==t&&(l?f=function(d,h){return n.call(this,ft(d),h,t)}:n.length>2&&(f=function(d,h){return n.call(this,d,h,t)}));const u=c.call(o,f,r);return l&&i?i(u):u}function ai(t,e,n,r){const i=Vr(t);let s=n;return i!==t&&(Ct(t)?n.length>3&&(s=function(o,l,c){return n.call(this,o,l,c,t)}):s=function(o,l,c){return n.call(this,o,ft(l),c,t)}),i[e](s,...r)}function tr(t,e,n){const r=z(t);it(r,"iterate",We);const i=r[e](...n);return(i===-1||i===!1)&&Kr(n[0])?(n[0]=z(n[0]),r[e](...n)):i}function Re(t,e,n=[]){ie(),Fr();const r=z(t)[e].apply(t,n);return Dr(),se(),r}const rl=Mr("__proto__,__v_isRef,__isVue"),xs=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(re));function il(t){re(t)||(t=String(t));const e=z(this);return it(e,"has",t),e.hasOwnProperty(t)}class ws{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,r){if(n==="__v_skip")return e.__v_skip;const i=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!i;if(n==="__v_isReadonly")return i;if(n==="__v_isShallow")return s;if(n==="__v_raw")return r===(i?s?pl:Es:s?Ss:As).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(r)?e:void 0;const o=k(e);if(!i){let c;if(o&&(c=el[n]))return c;if(n==="hasOwnProperty")return il}const l=Reflect.get(e,n,ot(e)?e:r);return(re(n)?xs.has(n):rl(n))||(i||it(e,"get",n),s)?l:ot(l)?o&&Or(n)?l:l.value:Z(l)?i?Cs(l):Br(l):l}}class bs extends ws{constructor(e=!1){super(!1,e)}set(e,n,r,i){let s=e[n];if(!this._isShallow){const c=de(s);if(!Ct(r)&&!de(r)&&(s=z(s),r=z(r)),!k(e)&&ot(s)&&!ot(r))return c?!1:(s.value=r,!0)}const o=k(e)&&Or(n)?Number(n)<e.length:W(e,n),l=Reflect.set(e,n,r,ot(e)?e:i);return e===z(i)&&(o?ne(r,s)&&zt(e,"set",n,r):zt(e,"add",n,r)),l}deleteProperty(e,n){const r=W(e,n);e[n];const i=Reflect.deleteProperty(e,n);return i&&r&&zt(e,"delete",n,void 0),i}has(e,n){const r=Reflect.has(e,n);return(!re(n)||!xs.has(n))&&it(e,"has",n),r}ownKeys(e){return it(e,"iterate",k(e)?"length":ae),Reflect.ownKeys(e)}}class sl extends ws{constructor(e=!1){super(!0,e)}set(e,n){return!0}deleteProperty(e,n){return!0}}const ol=new bs,ll=new sl,cl=new bs(!0);const dr=t=>t,cn=t=>Reflect.getPrototypeOf(t);function fl(t,e,n){return function(...r){const i=this.__v_raw,s=z(i),o=xe(s),l=t==="entries"||t===Symbol.iterator&&o,c=t==="keys"&&o,f=i[t](...r),u=n?dr:e?pr:ft;return!e&&it(s,"iterate",c?hr:ae),{next(){const{value:d,done:h}=f.next();return h?{value:d,done:h}:{value:l?[u(d[0]),u(d[1])]:u(d),done:h}},[Symbol.iterator](){return this}}}}function fn(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function ul(t,e){const n={get(i){const s=this.__v_raw,o=z(s),l=z(i);t||(ne(i,l)&&it(o,"get",i),it(o,"get",l));const{has:c}=cn(o),f=e?dr:t?pr:ft;if(c.call(o,i))return f(s.get(i));if(c.call(o,l))return f(s.get(l));s!==o&&s.get(i)},get size(){const i=this.__v_raw;return!t&&it(z(i),"iterate",ae),Reflect.get(i,"size",i)},has(i){const s=this.__v_raw,o=z(s),l=z(i);return t||(ne(i,l)&&it(o,"has",i),it(o,"has",l)),i===l?s.has(i):s.has(i)||s.has(l)},forEach(i,s){const o=this,l=o.__v_raw,c=z(l),f=e?dr:t?pr:ft;return!t&&it(c,"iterate",ae),l.forEach((u,d)=>i.call(s,f(u),f(d),o))}};return lt(n,t?{add:fn("add"),set:fn("set"),delete:fn("delete"),clear:fn("clear")}:{add(i){!e&&!Ct(i)&&!de(i)&&(i=z(i));const s=z(this);return cn(s).has.call(s,i)||(s.add(i),zt(s,"add",i,i)),this},set(i,s){!e&&!Ct(s)&&!de(s)&&(s=z(s));const o=z(this),{has:l,get:c}=cn(o);let f=l.call(o,i);f||(i=z(i),f=l.call(o,i));const u=c.call(o,i);return o.set(i,s),f?ne(s,u)&&zt(o,"set",i,s):zt(o,"add",i,s),this},delete(i){const s=z(this),{has:o,get:l}=cn(s);let c=o.call(s,i);c||(i=z(i),c=o.call(s,i)),l&&l.call(s,i);const f=s.delete(i);return c&&zt(s,"delete",i,void 0),f},clear(){const i=z(this),s=i.size!==0,o=i.clear();return s&&zt(i,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(i=>{n[i]=fl(i,t,e)}),n}function kr(t,e){const n=ul(t,e);return(r,i,s)=>i==="__v_isReactive"?!t:i==="__v_isReadonly"?t:i==="__v_raw"?r:Reflect.get(W(n,i)&&i in r?n:r,i,s)}const al={get:kr(!1,!1)},hl={get:kr(!1,!0)},dl={get:kr(!0,!1)};const As=new WeakMap,Ss=new WeakMap,Es=new WeakMap,pl=new WeakMap;function gl(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function _l(t){return t.__v_skip||!Object.isExtensible(t)?0:gl(Bo(t))}function Br(t){return de(t)?t:Ur(t,!1,ol,al,As)}function ml(t){return Ur(t,!1,cl,hl,Ss)}function Cs(t){return Ur(t,!0,ll,dl,Es)}function Ur(t,e,n,r,i){if(!Z(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const s=i.get(t);if(s)return s;const o=_l(t);if(o===0)return t;const l=new Proxy(t,o===2?r:n);return i.set(t,l),l}function Be(t){return de(t)?Be(t.__v_raw):!!(t&&t.__v_isReactive)}function de(t){return!!(t&&t.__v_isReadonly)}function Ct(t){return!!(t&&t.__v_isShallow)}function Kr(t){return t?!!t.__v_raw:!1}function z(t){const e=t&&t.__v_raw;return e?z(e):t}function yl(t){return!W(t,"__v_skip")&&Object.isExtensible(t)&&ls(t,"__v_skip",!0),t}const ft=t=>Z(t)?Br(t):t,pr=t=>Z(t)?Cs(t):t;function ot(t){return t?t.__v_isRef===!0:!1}function er(t){return vl(t,!1)}function vl(t,e){return ot(t)?t:new xl(t,e)}class xl{constructor(e,n){this.dep=new Lr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?e:z(e),this._value=n?e:ft(e),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(e){const n=this._rawValue,r=this.__v_isShallow||Ct(e)||de(e);e=r?e:z(e),ne(e,n)&&(this._rawValue=e,this._value=r?e:ft(e),this.dep.trigger())}}function wl(t){return ot(t)?t.value:t}const bl={get:(t,e,n)=>e==="__v_raw"?t:wl(Reflect.get(t,e,n)),set:(t,e,n,r)=>{const i=t[e];return ot(i)&&!ot(n)?(i.value=n,!0):Reflect.set(t,e,n,r)}};function Ts(t){return Be(t)?t:new Proxy(t,bl)}class Al{constructor(e,n,r){this.fn=e,this.setter=n,this._value=void 0,this.dep=new Lr(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ze-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&J!==this)return ps(this,!0),!0}get value(){const e=this.dep.track();return ms(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}function Sl(t,e,n=!1){let r,i;return V(t)?r=t:(r=t.get,i=t.set),new Al(r,i,n)}const un={},bn=new WeakMap;let fe;function El(t,e=!1,n=fe){if(n){let r=bn.get(n);r||bn.set(n,r=[]),r.push(t)}}function Cl(t,e,n=Q){const{immediate:r,deep:i,once:s,scheduler:o,augmentJob:l,call:c}=n,f=_=>i?_:Ct(_)||i===!1||i===0?te(_,1):te(_);let u,d,h,p,b=!1,y=!1;if(ot(t)?(d=()=>t.value,b=Ct(t)):Be(t)?(d=()=>f(t),b=!0):k(t)?(y=!0,b=t.some(_=>Be(_)||Ct(_)),d=()=>t.map(_=>{if(ot(_))return _.value;if(Be(_))return f(_);if(V(_))return c?c(_,2):_()})):V(t)?e?d=c?()=>c(t,2):t:d=()=>{if(h){ie();try{h()}finally{se()}}const _=fe;fe=u;try{return c?c(t,3,[p]):t(p)}finally{fe=_}}:d=Ht,e&&i){const _=d,R=i===!0?1/0:i;d=()=>te(_(),R)}const v=Qo(),w=()=>{u.stop(),v&&v.active&&Rr(v.effects,u)};if(s&&e){const _=e;e=(...R)=>{_(...R),w()}}let m=y?new Array(t.length).fill(un):un;const A=_=>{if(!(!(u.flags&1)||!u.dirty&&!_))if(e){const R=u.run();if(i||b||(y?R.some((P,D)=>ne(P,m[D])):ne(R,m))){h&&h();const P=fe;fe=u;try{const D=[R,m===un?void 0:y&&m[0]===un?[]:m,p];c?c(e,3,D):e(...D),m=R}finally{fe=P}}}else u.run()};return l&&l(A),u=new hs(d),u.scheduler=o?()=>o(A,!1):A,p=_=>El(_,!1,u),h=u.onStop=()=>{const _=bn.get(u);if(_){if(c)c(_,4);else for(const R of _)R();bn.delete(u)}},e?r?A(!0):m=u.run():o?o(A.bind(null,!0),!0):u.run(),w.pause=u.pause.bind(u),w.resume=u.resume.bind(u),w.stop=w,w}function te(t,e=1/0,n){if(e<=0||!Z(t)||t.__v_skip||(n=n||new Set,n.has(t)))return t;if(n.add(t),e--,ot(t))te(t.value,e,n);else if(k(t))for(let r=0;r<t.length;r++)te(t[r],e,n);else if(rs(t)||xe(t))t.forEach(r=>{te(r,e,n)});else if(os(t)){for(const r in t)te(t[r],e,n);for(const r of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,r)&&te(t[r],e,n)}return t}/**
* @vue/runtime-core v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function nn(t,e,n,r){try{return r?t(...r):t()}catch(i){kn(i,e,n)}}function Vt(t,e,n,r){if(V(t)){const i=nn(t,e,n,r);return i&&is(i)&&i.catch(s=>{kn(s,e,n)}),i}if(k(t)){const i=[];for(let s=0;s<t.length;s++)i.push(Vt(t[s],e,n,r));return i}}function kn(t,e,n,r=!0){const i=e?e.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:o}=e&&e.appContext.config||Q;if(e){let l=e.parent;const c=e.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const u=l.ec;if(u){for(let d=0;d<u.length;d++)if(u[d](t,c,f)===!1)return}l=l.parent}if(s){ie(),nn(s,null,10,[t,c,f]),se();return}}Tl(t,n,i,r,o)}function Tl(t,e,n,r=!0,i=!1){if(i)throw t;console.error(t)}const ut=[];let Ft=-1;const we=[];let Jt=null,ye=0;const Ns=Promise.resolve();let An=null;function Nl(t){const e=An||Ns;return t?e.then(this?t.bind(this):t):e}function Ml(t){let e=Ft+1,n=ut.length;for(;e<n;){const r=e+n>>>1,i=ut[r],s=Xe(i);s<t||s===t&&i.flags&2?e=r+1:n=r}return e}function jr(t){if(!(t.flags&1)){const e=Xe(t),n=ut[ut.length-1];!n||!(t.flags&2)&&e>=Xe(n)?ut.push(t):ut.splice(Ml(e),0,t),t.flags|=1,Ms()}}function Ms(){An||(An=Ns.then(Rs))}function $l(t){k(t)?we.push(...t):Jt&&t.id===-1?Jt.splice(ye+1,0,t):t.flags&1||(we.push(t),t.flags|=1),Ms()}function hi(t,e,n=Ft+1){for(;n<ut.length;n++){const r=ut[n];if(r&&r.flags&2){if(t&&r.id!==t.uid)continue;ut.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function $s(t){if(we.length){const e=[...new Set(we)].sort((n,r)=>Xe(n)-Xe(r));if(we.length=0,Jt){Jt.push(...e);return}for(Jt=e,ye=0;ye<Jt.length;ye++){const n=Jt[ye];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Jt=null,ye=0}}const Xe=t=>t.id==null?t.flags&2?-1:1/0:t.id;function Rs(t){try{for(Ft=0;Ft<ut.length;Ft++){const e=ut[Ft];e&&!(e.flags&8)&&(e.flags&4&&(e.flags&=-2),nn(e,e.i,e.i?15:14),e.flags&4||(e.flags&=-2))}}finally{for(;Ft<ut.length;Ft++){const e=ut[Ft];e&&(e.flags&=-2)}Ft=-1,ut.length=0,$s(),An=null,(ut.length||we.length)&&Rs()}}let St=null,Os=null;function Sn(t){const e=St;return St=t,Os=t&&t.type.__scopeId||null,e}function Rl(t,e=St,n){if(!e||t._n)return t;const r=(...i)=>{r._d&&bi(-1);const s=Sn(e);let o;try{o=t(...i)}finally{Sn(s),r._d&&bi(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function le(t,e,n,r){const i=t.dirs,s=e&&e.dirs;for(let o=0;o<i.length;o++){const l=i[o];s&&(l.oldValue=s[o].value);let c=l.dir[r];c&&(ie(),Vt(c,n,8,[t.el,l,t,e]),se())}}const Ol=Symbol("_vte"),Il=t=>t.__isTeleport;function zr(t,e){t.shapeFlag&6&&t.component?(t.transition=e,zr(t.component.subTree,e)):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}/*! #__NO_SIDE_EFFECTS__ */function Is(t,e){return V(t)?lt({name:t.name},e,{setup:t}):t}function Ps(t){t.ids=[t.ids[0]+t.ids[2]+++"-",0,0]}function En(t,e,n,r,i=!1){if(k(t)){t.forEach((b,y)=>En(b,e&&(k(e)?e[y]:e),n,r,i));return}if(Ue(r)&&!i){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&En(t,e,n,r.component.subTree);return}const s=r.shapeFlag&4?qr(r.component):r.el,o=i?null:s,{i:l,r:c}=t,f=e&&e.r,u=l.refs===Q?l.refs={}:l.refs,d=l.setupState,h=z(d),p=d===Q?()=>!1:b=>W(h,b);if(f!=null&&f!==c&&(nt(f)?(u[f]=null,p(f)&&(d[f]=null)):ot(f)&&(f.value=null)),V(c))nn(c,l,12,[o,u]);else{const b=nt(c),y=ot(c);if(b||y){const v=()=>{if(t.f){const w=b?p(c)?d[c]:u[c]:c.value;i?k(w)&&Rr(w,s):k(w)?w.includes(s)||w.push(s):b?(u[c]=[s],p(c)&&(d[c]=u[c])):(c.value=[s],t.k&&(u[t.k]=c.value))}else b?(u[c]=o,p(c)&&(d[c]=o)):y&&(c.value=o,t.k&&(u[t.k]=o))};o?(v.id=-1,yt(v,n)):v()}}}Vn().requestIdleCallback;Vn().cancelIdleCallback;const Ue=t=>!!t.type.__asyncLoader,Fs=t=>t.type.__isKeepAlive;function Pl(t,e){Ds(t,"a",e)}function Fl(t,e){Ds(t,"da",e)}function Ds(t,e,n=st){const r=t.__wdc||(t.__wdc=()=>{let i=n;for(;i;){if(i.isDeactivated)return;i=i.parent}return t()});if(Bn(e,r,n),n){let i=n.parent;for(;i&&i.parent;)Fs(i.parent.vnode)&&Dl(r,e,n,i),i=i.parent}}function Dl(t,e,n,r){const i=Bn(e,t,r,!0);Wr(()=>{Rr(r[e],i)},n)}function Bn(t,e,n=st,r=!1){if(n){const i=n[t]||(n[t]=[]),s=e.__weh||(e.__weh=(...o)=>{ie();const l=rn(n),c=Vt(e,n,t,o);return l(),se(),c});return r?i.unshift(s):i.push(s),s}}const qt=t=>(e,n=st)=>{(!Ge||t==="sp")&&Bn(t,(...r)=>e(...r),n)},Hl=qt("bm"),Hs=qt("m"),Ll=qt("bu"),Vl=qt("u"),kl=qt("bum"),Wr=qt("um"),Bl=qt("sp"),Ul=qt("rtg"),Kl=qt("rtc");function jl(t,e=st){Bn("ec",t,e)}const zl="components";function Wl(t,e){return Yl(zl,t,!0,e)||t}const Xl=Symbol.for("v-ndc");function Yl(t,e,n=!0,r=!1){const i=St||st;if(i){const s=i.type;{const l=Lc(s,!1);if(l&&(l===e||l===bt(e)||l===Ln(bt(e))))return s}const o=di(i[t]||s[t],e)||di(i.appContext[t],e);return!o&&r?s:o}}function di(t,e){return t&&(t[e]||t[bt(e)]||t[Ln(bt(e))])}const gr=t=>t?oo(t)?qr(t):gr(t.parent):null,Ke=lt(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>gr(t.parent),$root:t=>gr(t.root),$host:t=>t.ce,$emit:t=>t.emit,$options:t=>Vs(t),$forceUpdate:t=>t.f||(t.f=()=>{jr(t.update)}),$nextTick:t=>t.n||(t.n=Nl.bind(t.proxy)),$watch:t=>_c.bind(t)}),nr=(t,e)=>t!==Q&&!t.__isScriptSetup&&W(t,e),ql={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:r,data:i,props:s,accessCache:o,type:l,appContext:c}=t;let f;if(e[0]!=="$"){const p=o[e];if(p!==void 0)switch(p){case 1:return r[e];case 2:return i[e];case 4:return n[e];case 3:return s[e]}else{if(nr(r,e))return o[e]=1,r[e];if(i!==Q&&W(i,e))return o[e]=2,i[e];if((f=t.propsOptions[0])&&W(f,e))return o[e]=3,s[e];if(n!==Q&&W(n,e))return o[e]=4,n[e];_r&&(o[e]=0)}}const u=Ke[e];let d,h;if(u)return e==="$attrs"&&it(t.attrs,"get",""),u(t);if((d=l.__cssModules)&&(d=d[e]))return d;if(n!==Q&&W(n,e))return o[e]=4,n[e];if(h=c.config.globalProperties,W(h,e))return h[e]},set({_:t},e,n){const{data:r,setupState:i,ctx:s}=t;return nr(i,e)?(i[e]=n,!0):r!==Q&&W(r,e)?(r[e]=n,!0):W(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(s[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:r,appContext:i,propsOptions:s}},o){let l;return!!n[o]||t!==Q&&W(t,o)||nr(e,o)||(l=s[0])&&W(l,o)||W(r,o)||W(Ke,o)||W(i.config.globalProperties,o)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:W(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};function pi(t){return k(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}let _r=!0;function Gl(t){const e=Vs(t),n=t.proxy,r=t.ctx;_r=!1,e.beforeCreate&&gi(e.beforeCreate,t,"bc");const{data:i,computed:s,methods:o,watch:l,provide:c,inject:f,created:u,beforeMount:d,mounted:h,beforeUpdate:p,updated:b,activated:y,deactivated:v,beforeDestroy:w,beforeUnmount:m,destroyed:A,unmounted:_,render:R,renderTracked:P,renderTriggered:D,errorCaptured:H,serverPrefetch:K,expose:B,inheritAttrs:j,components:rt,directives:tt,filters:Nt}=e;if(f&&Jl(f,r,null),o)for(const q in o){const Y=o[q];V(Y)&&(r[q]=Y.bind(n))}if(i){const q=i.call(n,n);Z(q)&&(t.data=Br(q))}if(_r=!0,s)for(const q in s){const Y=s[q],Mt=V(Y)?Y.bind(n,n):V(Y.get)?Y.get.bind(n,n):Ht,Gt=!V(Y)&&V(Y.set)?Y.set.bind(n):Ht,oe=co({get:Mt,set:Gt});Object.defineProperty(r,q,{enumerable:!0,configurable:!0,get:()=>oe.value,set:$t=>oe.value=$t})}if(l)for(const q in l)Ls(l[q],r,n,q);if(c){const q=V(c)?c.call(n):c;Reflect.ownKeys(q).forEach(Y=>{rc(Y,q[Y])})}u&&gi(u,t,"c");function et(q,Y){k(Y)?Y.forEach(Mt=>q(Mt.bind(n))):Y&&q(Y.bind(n))}if(et(Hl,d),et(Hs,h),et(Ll,p),et(Vl,b),et(Pl,y),et(Fl,v),et(jl,H),et(Kl,P),et(Ul,D),et(kl,m),et(Wr,_),et(Bl,K),k(B))if(B.length){const q=t.exposed||(t.exposed={});B.forEach(Y=>{Object.defineProperty(q,Y,{get:()=>n[Y],set:Mt=>n[Y]=Mt})})}else t.exposed||(t.exposed={});R&&t.render===Ht&&(t.render=R),j!=null&&(t.inheritAttrs=j),rt&&(t.components=rt),tt&&(t.directives=tt),K&&Ps(t)}function Jl(t,e,n=Ht){k(t)&&(t=mr(t));for(const r in t){const i=t[r];let s;Z(i)?"default"in i?s=gn(i.from||r,i.default,!0):s=gn(i.from||r):s=gn(i),ot(s)?Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:o=>s.value=o}):e[r]=s}}function gi(t,e,n){Vt(k(t)?t.map(r=>r.bind(e.proxy)):t.bind(e.proxy),e,n)}function Ls(t,e,n,r){let i=r.includes(".")?Zs(n,r):()=>n[r];if(nt(t)){const s=e[t];V(s)&&ir(i,s)}else if(V(t))ir(i,t.bind(n));else if(Z(t))if(k(t))t.forEach(s=>Ls(s,e,n,r));else{const s=V(t.handler)?t.handler.bind(n):e[t.handler];V(s)&&ir(i,s,t)}}function Vs(t){const e=t.type,{mixins:n,extends:r}=e,{mixins:i,optionsCache:s,config:{optionMergeStrategies:o}}=t.appContext,l=s.get(e);let c;return l?c=l:!i.length&&!n&&!r?c=e:(c={},i.length&&i.forEach(f=>Cn(c,f,o,!0)),Cn(c,e,o)),Z(e)&&s.set(e,c),c}function Cn(t,e,n,r=!1){const{mixins:i,extends:s}=e;s&&Cn(t,s,n,!0),i&&i.forEach(o=>Cn(t,o,n,!0));for(const o in e)if(!(r&&o==="expose")){const l=Ql[o]||n&&n[o];t[o]=l?l(t[o],e[o]):e[o]}return t}const Ql={data:_i,props:mi,emits:mi,methods:Pe,computed:Pe,beforeCreate:ct,created:ct,beforeMount:ct,mounted:ct,beforeUpdate:ct,updated:ct,beforeDestroy:ct,beforeUnmount:ct,destroyed:ct,unmounted:ct,activated:ct,deactivated:ct,errorCaptured:ct,serverPrefetch:ct,components:Pe,directives:Pe,watch:tc,provide:_i,inject:Zl};function _i(t,e){return e?t?function(){return lt(V(t)?t.call(this,this):t,V(e)?e.call(this,this):e)}:e:t}function Zl(t,e){return Pe(mr(t),mr(e))}function mr(t){if(k(t)){const e={};for(let n=0;n<t.length;n++)e[t[n]]=t[n];return e}return t}function ct(t,e){return t?[...new Set([].concat(t,e))]:e}function Pe(t,e){return t?lt(Object.create(null),t,e):e}function mi(t,e){return t?k(t)&&k(e)?[...new Set([...t,...e])]:lt(Object.create(null),pi(t),pi(e??{})):e}function tc(t,e){if(!t)return e;if(!e)return t;const n=lt(Object.create(null),t);for(const r in e)n[r]=ct(t[r],e[r]);return n}function ks(){return{app:null,config:{isNativeTag:Vo,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 ec=0;function nc(t,e){return function(r,i=null){V(r)||(r=lt({},r)),i!=null&&!Z(i)&&(i=null);const s=ks(),o=new WeakSet,l=[];let c=!1;const f=s.app={_uid:ec++,_component:r,_props:i,_container:null,_context:s,_instance:null,version:kc,get config(){return s.config},set config(u){},use(u,...d){return o.has(u)||(u&&V(u.install)?(o.add(u),u.install(f,...d)):V(u)&&(o.add(u),u(f,...d))),f},mixin(u){return s.mixins.includes(u)||s.mixins.push(u),f},component(u,d){return d?(s.components[u]=d,f):s.components[u]},directive(u,d){return d?(s.directives[u]=d,f):s.directives[u]},mount(u,d,h){if(!c){const p=f._ceVNode||Xt(r,i);return p.appContext=s,h===!0?h="svg":h===!1&&(h=void 0),t(p,u,h),c=!0,f._container=u,u.__vue_app__=f,qr(p.component)}},onUnmount(u){l.push(u)},unmount(){c&&(Vt(l,f._instance,16),t(null,f._container),delete f._container.__vue_app__)},provide(u,d){return s.provides[u]=d,f},runWithContext(u){const d=be;be=f;try{return u()}finally{be=d}}};return f}}let be=null;function rc(t,e){if(st){let n=st.provides;const r=st.parent&&st.parent.provides;r===n&&(n=st.provides=Object.create(r)),n[t]=e}}function gn(t,e,n=!1){const r=st||St;if(r||be){const i=be?be._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(i&&t in i)return i[t];if(arguments.length>1)return n&&V(e)?e.call(r&&r.proxy):e}}const Bs={},Us=()=>Object.create(Bs),Ks=t=>Object.getPrototypeOf(t)===Bs;function ic(t,e,n,r=!1){const i={},s=Us();t.propsDefaults=Object.create(null),js(t,e,i,s);for(const o in t.propsOptions[0])o in i||(i[o]=void 0);n?t.props=r?i:ml(i):t.type.props?t.props=i:t.props=s,t.attrs=s}function sc(t,e,n,r){const{props:i,attrs:s,vnode:{patchFlag:o}}=t,l=z(i),[c]=t.propsOptions;let f=!1;if((r||o>0)&&!(o&16)){if(o&8){const u=t.vnode.dynamicProps;for(let d=0;d<u.length;d++){let h=u[d];if(Un(t.emitsOptions,h))continue;const p=e[h];if(c)if(W(s,h))p!==s[h]&&(s[h]=p,f=!0);else{const b=bt(h);i[b]=yr(c,l,b,p,t,!1)}else p!==s[h]&&(s[h]=p,f=!0)}}}else{js(t,e,i,s)&&(f=!0);let u;for(const d in l)(!e||!W(e,d)&&((u=ge(d))===d||!W(e,u)))&&(c?n&&(n[d]!==void 0||n[u]!==void 0)&&(i[d]=yr(c,l,d,void 0,t,!0)):delete i[d]);if(s!==l)for(const d in s)(!e||!W(e,d))&&(delete s[d],f=!0)}f&&zt(t.attrs,"set","")}function js(t,e,n,r){const[i,s]=t.propsOptions;let o=!1,l;if(e)for(let c in e){if(Le(c))continue;const f=e[c];let u;i&&W(i,u=bt(c))?!s||!s.includes(u)?n[u]=f:(l||(l={}))[u]=f:Un(t.emitsOptions,c)||(!(c in r)||f!==r[c])&&(r[c]=f,o=!0)}if(s){const c=z(n),f=l||Q;for(let u=0;u<s.length;u++){const d=s[u];n[d]=yr(i,c,d,f[d],t,!W(f,d))}}return o}function yr(t,e,n,r,i,s){const o=t[n];if(o!=null){const l=W(o,"default");if(l&&r===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&V(c)){const{propsDefaults:f}=i;if(n in f)r=f[n];else{const u=rn(i);r=f[n]=c.call(null,e),u()}}else r=c;i.ce&&i.ce._setProp(n,r)}o[0]&&(s&&!l?r=!1:o[1]&&(r===""||r===ge(n))&&(r=!0))}return r}const oc=new WeakMap;function zs(t,e,n=!1){const r=n?oc:e.propsCache,i=r.get(t);if(i)return i;const s=t.props,o={},l=[];let c=!1;if(!V(t)){const u=d=>{c=!0;const[h,p]=zs(d,e,!0);lt(o,h),p&&l.push(...p)};!n&&e.mixins.length&&e.mixins.forEach(u),t.extends&&u(t.extends),t.mixins&&t.mixins.forEach(u)}if(!s&&!c)return Z(t)&&r.set(t,ve),ve;if(k(s))for(let u=0;u<s.length;u++){const d=bt(s[u]);yi(d)&&(o[d]=Q)}else if(s)for(const u in s){const d=bt(u);if(yi(d)){const h=s[u],p=o[d]=k(h)||V(h)?{type:h}:lt({},h),b=p.type;let y=!1,v=!0;if(k(b))for(let w=0;w<b.length;++w){const m=b[w],A=V(m)&&m.name;if(A==="Boolean"){y=!0;break}else A==="String"&&(v=!1)}else y=V(b)&&b.name==="Boolean";p[0]=y,p[1]=v,(y||W(p,"default"))&&l.push(d)}}const f=[o,l];return Z(t)&&r.set(t,f),f}function yi(t){return t[0]!=="$"&&!Le(t)}const Ws=t=>t[0]==="_"||t==="$stable",Xr=t=>k(t)?t.map(Dt):[Dt(t)],lc=(t,e,n)=>{if(e._n)return e;const r=Rl((...i)=>Xr(e(...i)),n);return r._c=!1,r},Xs=(t,e,n)=>{const r=t._ctx;for(const i in t){if(Ws(i))continue;const s=t[i];if(V(s))e[i]=lc(i,s,r);else if(s!=null){const o=Xr(s);e[i]=()=>o}}},Ys=(t,e)=>{const n=Xr(e);t.slots.default=()=>n},qs=(t,e,n)=>{for(const r in e)(n||r!=="_")&&(t[r]=e[r])},cc=(t,e,n)=>{const r=t.slots=Us();if(t.vnode.shapeFlag&32){const i=e._;i?(qs(r,e,n),n&&ls(r,"_",i,!0)):Xs(e,r)}else e&&Ys(t,e)},fc=(t,e,n)=>{const{vnode:r,slots:i}=t;let s=!0,o=Q;if(r.shapeFlag&32){const l=e._;l?n&&l===1?s=!1:qs(i,e,n):(s=!e.$stable,Xs(e,i)),o=e}else e&&(Ys(t,e),o={default:1});if(s)for(const l in i)!Ws(l)&&o[l]==null&&delete i[l]},yt=Ac;function uc(t){return ac(t)}function ac(t,e){const n=Vn();n.__VUE__=!0;const{insert:r,remove:i,patchProp:s,createElement:o,createText:l,createComment:c,setText:f,setElementText:u,parentNode:d,nextSibling:h,setScopeId:p=Ht,insertStaticContent:b}=t,y=(a,g,x,C=null,S=null,E=null,$=void 0,M=null,N=!!g.dynamicChildren)=>{if(a===g)return;a&&!Oe(a,g)&&(C=ln(a),$t(a,S,E,!0),a=null),g.patchFlag===-2&&(N=!1,g.dynamicChildren=null);const{type:T,ref:F,shapeFlag:O}=g;switch(T){case Kn:v(a,g,x,C);break;case Ye:w(a,g,x,C);break;case _n:a==null&&m(g,x,C,$);break;case jt:rt(a,g,x,C,S,E,$,M,N);break;default:O&1?R(a,g,x,C,S,E,$,M,N):O&6?tt(a,g,x,C,S,E,$,M,N):(O&64||O&128)&&T.process(a,g,x,C,S,E,$,M,N,Me)}F!=null&&S&&En(F,a&&a.ref,E,g||a,!g)},v=(a,g,x,C)=>{if(a==null)r(g.el=l(g.children),x,C);else{const S=g.el=a.el;g.children!==a.children&&f(S,g.children)}},w=(a,g,x,C)=>{a==null?r(g.el=c(g.children||""),x,C):g.el=a.el},m=(a,g,x,C)=>{[a.el,a.anchor]=b(a.children,g,x,C,a.el,a.anchor)},A=({el:a,anchor:g},x,C)=>{let S;for(;a&&a!==g;)S=h(a),r(a,x,C),a=S;r(g,x,C)},_=({el:a,anchor:g})=>{let x;for(;a&&a!==g;)x=h(a),i(a),a=x;i(g)},R=(a,g,x,C,S,E,$,M,N)=>{g.type==="svg"?$="svg":g.type==="math"&&($="mathml"),a==null?P(g,x,C,S,E,$,M,N):K(a,g,S,E,$,M,N)},P=(a,g,x,C,S,E,$,M)=>{let N,T;const{props:F,shapeFlag:O,transition:I,dirs:L}=a;if(N=a.el=o(a.type,E,F&&F.is,F),O&8?u(N,a.children):O&16&&H(a.children,N,null,C,S,rr(a,E),$,M),L&&le(a,null,C,"created"),D(N,a,a.scopeId,$,C),F){for(const G in F)G!=="value"&&!Le(G)&&s(N,G,null,F[G],E,C);"value"in F&&s(N,"value",null,F.value,E),(T=F.onVnodeBeforeMount)&&Pt(T,C,a)}L&&le(a,null,C,"beforeMount");const U=hc(S,I);U&&I.beforeEnter(N),r(N,g,x),((T=F&&F.onVnodeMounted)||U||L)&&yt(()=>{T&&Pt(T,C,a),U&&I.enter(N),L&&le(a,null,C,"mounted")},S)},D=(a,g,x,C,S)=>{if(x&&p(a,x),C)for(let E=0;E<C.length;E++)p(a,C[E]);if(S){let E=S.subTree;if(g===E||eo(E.type)&&(E.ssContent===g||E.ssFallback===g)){const $=S.vnode;D(a,$,$.scopeId,$.slotScopeIds,S.parent)}}},H=(a,g,x,C,S,E,$,M,N=0)=>{for(let T=N;T<a.length;T++){const F=a[T]=M?Qt(a[T]):Dt(a[T]);y(null,F,g,x,C,S,E,$,M)}},K=(a,g,x,C,S,E,$)=>{const M=g.el=a.el;let{patchFlag:N,dynamicChildren:T,dirs:F}=g;N|=a.patchFlag&16;const O=a.props||Q,I=g.props||Q;let L;if(x&&ce(x,!1),(L=I.onVnodeBeforeUpdate)&&Pt(L,x,g,a),F&&le(g,a,x,"beforeUpdate"),x&&ce(x,!0),(O.innerHTML&&I.innerHTML==null||O.textContent&&I.textContent==null)&&u(M,""),T?B(a.dynamicChildren,T,M,x,C,rr(g,S),E):$||Y(a,g,M,null,x,C,rr(g,S),E,!1),N>0){if(N&16)j(M,O,I,x,S);else if(N&2&&O.class!==I.class&&s(M,"class",null,I.class,S),N&4&&s(M,"style",O.style,I.style,S),N&8){const U=g.dynamicProps;for(let G=0;G<U.length;G++){const X=U[G],_t=O[X],pt=I[X];(pt!==_t||X==="value")&&s(M,X,_t,pt,S,x)}}N&1&&a.children!==g.children&&u(M,g.children)}else!$&&T==null&&j(M,O,I,x,S);((L=I.onVnodeUpdated)||F)&&yt(()=>{L&&Pt(L,x,g,a),F&&le(g,a,x,"updated")},C)},B=(a,g,x,C,S,E,$)=>{for(let M=0;M<g.length;M++){const N=a[M],T=g[M],F=N.el&&(N.type===jt||!Oe(N,T)||N.shapeFlag&70)?d(N.el):x;y(N,T,F,null,C,S,E,$,!0)}},j=(a,g,x,C,S)=>{if(g!==x){if(g!==Q)for(const E in g)!Le(E)&&!(E in x)&&s(a,E,g[E],null,S,C);for(const E in x){if(Le(E))continue;const $=x[E],M=g[E];$!==M&&E!=="value"&&s(a,E,M,$,S,C)}"value"in x&&s(a,"value",g.value,x.value,S)}},rt=(a,g,x,C,S,E,$,M,N)=>{const T=g.el=a?a.el:l(""),F=g.anchor=a?a.anchor:l("");let{patchFlag:O,dynamicChildren:I,slotScopeIds:L}=g;L&&(M=M?M.concat(L):L),a==null?(r(T,x,C),r(F,x,C),H(g.children||[],x,F,S,E,$,M,N)):O>0&&O&64&&I&&a.dynamicChildren?(B(a.dynamicChildren,I,x,S,E,$,M),(g.key!=null||S&&g===S.subTree)&&Gs(a,g,!0)):Y(a,g,x,F,S,E,$,M,N)},tt=(a,g,x,C,S,E,$,M,N)=>{g.slotScopeIds=M,a==null?g.shapeFlag&512?S.ctx.activate(g,x,C,$,N):Nt(g,x,C,S,E,$,N):_e(a,g,N)},Nt=(a,g,x,C,S,E,$)=>{const M=a.component=Ic(a,C,S);if(Fs(a)&&(M.ctx.renderer=Me),Pc(M,!1,$),M.asyncDep){if(S&&S.registerDep(M,et,$),!a.el){const N=M.subTree=Xt(Ye);w(null,N,g,x)}}else et(M,a,g,x,S,E,$)},_e=(a,g,x)=>{const C=g.component=a.component;if(wc(a,g,x))if(C.asyncDep&&!C.asyncResolved){q(C,g,x);return}else C.next=g,C.update();else g.el=a.el,C.vnode=g},et=(a,g,x,C,S,E,$)=>{const M=()=>{if(a.isMounted){let{next:O,bu:I,u:L,parent:U,vnode:G}=a;{const Ot=Js(a);if(Ot){O&&(O.el=G.el,q(a,O,$)),Ot.asyncDep.then(()=>{a.isUnmounted||M()});return}}let X=O,_t;ce(a,!1),O?(O.el=G.el,q(a,O,$)):O=G,I&&Gn(I),(_t=O.props&&O.props.onVnodeBeforeUpdate)&&Pt(_t,U,O,G),ce(a,!0);const pt=xi(a),Rt=a.subTree;a.subTree=pt,y(Rt,pt,d(Rt.el),ln(Rt),a,S,E),O.el=pt.el,X===null&&bc(a,pt.el),L&&yt(L,S),(_t=O.props&&O.props.onVnodeUpdated)&&yt(()=>Pt(_t,U,O,G),S)}else{let O;const{el:I,props:L}=g,{bm:U,m:G,parent:X,root:_t,type:pt}=a,Rt=Ue(g);ce(a,!1),U&&Gn(U),!Rt&&(O=L&&L.onVnodeBeforeMount)&&Pt(O,X,g),ce(a,!0);{_t.ce&&_t.ce._injectChildStyle(pt);const Ot=a.subTree=xi(a);y(null,Ot,x,C,a,S,E),g.el=Ot.el}if(G&&yt(G,S),!Rt&&(O=L&&L.onVnodeMounted)){const Ot=g;yt(()=>Pt(O,X,Ot),S)}(g.shapeFlag&256||X&&Ue(X.vnode)&&X.vnode.shapeFlag&256)&&a.a&&yt(a.a,S),a.isMounted=!0,g=x=C=null}};a.scope.on();const N=a.effect=new hs(M);a.scope.off();const T=a.update=N.run.bind(N),F=a.job=N.runIfDirty.bind(N);F.i=a,F.id=a.uid,N.scheduler=()=>jr(F),ce(a,!0),T()},q=(a,g,x)=>{g.component=a;const C=a.vnode.props;a.vnode=g,a.next=null,sc(a,g.props,C,x),fc(a,g.children,x),ie(),hi(a),se()},Y=(a,g,x,C,S,E,$,M,N=!1)=>{const T=a&&a.children,F=a?a.shapeFlag:0,O=g.children,{patchFlag:I,shapeFlag:L}=g;if(I>0){if(I&128){Gt(T,O,x,C,S,E,$,M,N);return}else if(I&256){Mt(T,O,x,C,S,E,$,M,N);return}}L&8?(F&16&&Ne(T,S,E),O!==T&&u(x,O)):F&16?L&16?Gt(T,O,x,C,S,E,$,M,N):Ne(T,S,E,!0):(F&8&&u(x,""),L&16&&H(O,x,C,S,E,$,M,N))},Mt=(a,g,x,C,S,E,$,M,N)=>{a=a||ve,g=g||ve;const T=a.length,F=g.length,O=Math.min(T,F);let I;for(I=0;I<O;I++){const L=g[I]=N?Qt(g[I]):Dt(g[I]);y(a[I],L,x,null,S,E,$,M,N)}T>F?Ne(a,S,E,!0,!1,O):H(g,x,C,S,E,$,M,N,O)},Gt=(a,g,x,C,S,E,$,M,N)=>{let T=0;const F=g.length;let O=a.length-1,I=F-1;for(;T<=O&&T<=I;){const L=a[T],U=g[T]=N?Qt(g[T]):Dt(g[T]);if(Oe(L,U))y(L,U,x,null,S,E,$,M,N);else break;T++}for(;T<=O&&T<=I;){const L=a[O],U=g[I]=N?Qt(g[I]):Dt(g[I]);if(Oe(L,U))y(L,U,x,null,S,E,$,M,N);else break;O--,I--}if(T>O){if(T<=I){const L=I+1,U=L<F?g[L].el:C;for(;T<=I;)y(null,g[T]=N?Qt(g[T]):Dt(g[T]),x,U,S,E,$,M,N),T++}}else if(T>I)for(;T<=O;)$t(a[T],S,E,!0),T++;else{const L=T,U=T,G=new Map;for(T=U;T<=I;T++){const mt=g[T]=N?Qt(g[T]):Dt(g[T]);mt.key!=null&&G.set(mt.key,T)}let X,_t=0;const pt=I-U+1;let Rt=!1,Ot=0;const $e=new Array(pt);for(T=0;T<pt;T++)$e[T]=0;for(T=L;T<=O;T++){const mt=a[T];if(_t>=pt){$t(mt,S,E,!0);continue}let It;if(mt.key!=null)It=G.get(mt.key);else for(X=U;X<=I;X++)if($e[X-U]===0&&Oe(mt,g[X])){It=X;break}It===void 0?$t(mt,S,E,!0):($e[It-U]=T+1,It>=Ot?Ot=It:Rt=!0,y(mt,g[It],x,null,S,E,$,M,N),_t++)}const li=Rt?dc($e):ve;for(X=li.length-1,T=pt-1;T>=0;T--){const mt=U+T,It=g[mt],ci=mt+1<F?g[mt+1].el:C;$e[T]===0?y(null,It,x,ci,S,E,$,M,N):Rt&&(X<0||T!==li[X]?oe(It,x,ci,2):X--)}}},oe=(a,g,x,C,S=null)=>{const{el:E,type:$,transition:M,children:N,shapeFlag:T}=a;if(T&6){oe(a.component.subTree,g,x,C);return}if(T&128){a.suspense.move(g,x,C);return}if(T&64){$.move(a,g,x,Me);return}if($===jt){r(E,g,x);for(let O=0;O<N.length;O++)oe(N[O],g,x,C);r(a.anchor,g,x);return}if($===_n){A(a,g,x);return}if(C!==2&&T&1&&M)if(C===0)M.beforeEnter(E),r(E,g,x),yt(()=>M.enter(E),S);else{const{leave:O,delayLeave:I,afterLeave:L}=M,U=()=>r(E,g,x),G=()=>{O(E,()=>{U(),L&&L()})};I?I(E,U,G):G()}else r(E,g,x)},$t=(a,g,x,C=!1,S=!1)=>{const{type:E,props:$,ref:M,children:N,dynamicChildren:T,shapeFlag:F,patchFlag:O,dirs:I,cacheIndex:L}=a;if(O===-2&&(S=!1),M!=null&&En(M,null,x,a,!0),L!=null&&(g.renderCache[L]=void 0),F&256){g.ctx.deactivate(a);return}const U=F&1&&I,G=!Ue(a);let X;if(G&&(X=$&&$.onVnodeBeforeUnmount)&&Pt(X,g,a),F&6)Lo(a.component,x,C);else{if(F&128){a.suspense.unmount(x,C);return}U&&le(a,null,g,"beforeUnmount"),F&64?a.type.remove(a,g,x,Me,C):T&&!T.hasOnce&&(E!==jt||O>0&&O&64)?Ne(T,g,x,!1,!0):(E===jt&&O&384||!S&&F&16)&&Ne(N,g,x),C&&si(a)}(G&&(X=$&&$.onVnodeUnmounted)||U)&&yt(()=>{X&&Pt(X,g,a),U&&le(a,null,g,"unmounted")},x)},si=a=>{const{type:g,el:x,anchor:C,transition:S}=a;if(g===jt){Ho(x,C);return}if(g===_n){_(a);return}const E=()=>{i(x),S&&!S.persisted&&S.afterLeave&&S.afterLeave()};if(a.shapeFlag&1&&S&&!S.persisted){const{leave:$,delayLeave:M}=S,N=()=>$(x,E);M?M(a.el,E,N):N()}else E()},Ho=(a,g)=>{let x;for(;a!==g;)x=h(a),i(a),a=x;i(g)},Lo=(a,g,x)=>{const{bum:C,scope:S,job:E,subTree:$,um:M,m:N,a:T}=a;vi(N),vi(T),C&&Gn(C),S.stop(),E&&(E.flags|=8,$t($,a,g,x)),M&&yt(M,g),yt(()=>{a.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&a.asyncDep&&!a.asyncResolved&&a.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},Ne=(a,g,x,C=!1,S=!1,E=0)=>{for(let $=E;$<a.length;$++)$t(a[$],g,x,C,S)},ln=a=>{if(a.shapeFlag&6)return ln(a.component.subTree);if(a.shapeFlag&128)return a.suspense.next();const g=h(a.anchor||a.el),x=g&&g[Ol];return x?h(x):g};let Yn=!1;const oi=(a,g,x)=>{a==null?g._vnode&&$t(g._vnode,null,null,!0):y(g._vnode||null,a,g,null,null,null,x),g._vnode=a,Yn||(Yn=!0,hi(),$s(),Yn=!1)},Me={p:y,um:$t,m:oe,r:si,mt:Nt,mc:H,pc:Y,pbc:B,n:ln,o:t};return{render:oi,hydrate:void 0,createApp:nc(oi)}}function rr({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}function ce({effect:t,job:e},n){n?(t.flags|=32,e.flags|=4):(t.flags&=-33,e.flags&=-5)}function hc(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function Gs(t,e,n=!1){const r=t.children,i=e.children;if(k(r)&&k(i))for(let s=0;s<r.length;s++){const o=r[s];let l=i[s];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=i[s]=Qt(i[s]),l.el=o.el),!n&&l.patchFlag!==-2&&Gs(o,l)),l.type===Kn&&(l.el=o.el)}}function dc(t){const e=t.slice(),n=[0];let r,i,s,o,l;const c=t.length;for(r=0;r<c;r++){const f=t[r];if(f!==0){if(i=n[n.length-1],t[i]<f){e[r]=i,n.push(r);continue}for(s=0,o=n.length-1;s<o;)l=s+o>>1,t[n[l]]<f?s=l+1:o=l;f<t[n[s]]&&(s>0&&(e[r]=n[s-1]),n[s]=r)}}for(s=n.length,o=n[s-1];s-- >0;)n[s]=o,o=e[o];return n}function Js(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:Js(e)}function vi(t){if(t)for(let e=0;e<t.length;e++)t[e].flags|=8}const pc=Symbol.for("v-scx"),gc=()=>gn(pc);function ir(t,e,n){return Qs(t,e,n)}function Qs(t,e,n=Q){const{immediate:r,deep:i,flush:s,once:o}=n,l=lt({},n),c=e&&r||!e&&s!=="post";let f;if(Ge){if(s==="sync"){const p=gc();f=p.__watcherHandles||(p.__watcherHandles=[])}else if(!c){const p=()=>{};return p.stop=Ht,p.resume=Ht,p.pause=Ht,p}}const u=st;l.call=(p,b,y)=>Vt(p,u,b,y);let d=!1;s==="post"?l.scheduler=p=>{yt(p,u&&u.suspense)}:s!=="sync"&&(d=!0,l.scheduler=(p,b)=>{b?p():jr(p)}),l.augmentJob=p=>{e&&(p.flags|=4),d&&(p.flags|=2,u&&(p.id=u.uid,p.i=u))};const h=Cl(t,e,l);return Ge&&(f?f.push(h):c&&h()),h}function _c(t,e,n){const r=this.proxy,i=nt(t)?t.includes(".")?Zs(r,t):()=>r[t]:t.bind(r,r);let s;V(e)?s=e:(s=e.handler,n=e);const o=rn(this),l=Qs(i,s.bind(r),n);return o(),l}function Zs(t,e){const n=e.split(".");return()=>{let r=t;for(let i=0;i<n.length&&r;i++)r=r[n[i]];return r}}const mc=(t,e)=>e==="modelValue"||e==="model-value"?t.modelModifiers:t[`${e}Modifiers`]||t[`${bt(e)}Modifiers`]||t[`${ge(e)}Modifiers`];function yc(t,e,...n){if(t.isUnmounted)return;const r=t.vnode.props||Q;let i=n;const s=e.startsWith("update:"),o=s&&mc(r,e.slice(7));o&&(o.trim&&(i=n.map(u=>nt(u)?u.trim():u)),o.number&&(i=n.map(jo)));let l,c=r[l=qn(e)]||r[l=qn(bt(e))];!c&&s&&(c=r[l=qn(ge(e))]),c&&Vt(c,t,6,i);const f=r[l+"Once"];if(f){if(!t.emitted)t.emitted={};else if(t.emitted[l])return;t.emitted[l]=!0,Vt(f,t,6,i)}}function to(t,e,n=!1){const r=e.emitsCache,i=r.get(t);if(i!==void 0)return i;const s=t.emits;let o={},l=!1;if(!V(t)){const c=f=>{const u=to(f,e,!0);u&&(l=!0,lt(o,u))};!n&&e.mixins.length&&e.mixins.forEach(c),t.extends&&c(t.extends),t.mixins&&t.mixins.forEach(c)}return!s&&!l?(Z(t)&&r.set(t,null),null):(k(s)?s.forEach(c=>o[c]=null):lt(o,s),Z(t)&&r.set(t,o),o)}function Un(t,e){return!t||!Fn(e)?!1:(e=e.slice(2).replace(/Once$/,""),W(t,e[0].toLowerCase()+e.slice(1))||W(t,ge(e))||W(t,e))}function xi(t){const{type:e,vnode:n,proxy:r,withProxy:i,propsOptions:[s],slots:o,attrs:l,emit:c,render:f,renderCache:u,props:d,data:h,setupState:p,ctx:b,inheritAttrs:y}=t,v=Sn(t);let w,m;try{if(n.shapeFlag&4){const _=i||r,R=_;w=Dt(f.call(R,_,u,d,p,h,b)),m=l}else{const _=e;w=Dt(_.length>1?_(d,{attrs:l,slots:o,emit:c}):_(d,null)),m=e.props?l:vc(l)}}catch(_){je.length=0,kn(_,t,1),w=Xt(Ye)}let A=w;if(m&&y!==!1){const _=Object.keys(m),{shapeFlag:R}=A;_.length&&R&7&&(s&&_.some($r)&&(m=xc(m,s)),A=Ee(A,m,!1,!0))}return n.dirs&&(A=Ee(A,null,!1,!0),A.dirs=A.dirs?A.dirs.concat(n.dirs):n.dirs),n.transition&&zr(A,n.transition),w=A,Sn(v),w}const vc=t=>{let e;for(const n in t)(n==="class"||n==="style"||Fn(n))&&((e||(e={}))[n]=t[n]);return e},xc=(t,e)=>{const n={};for(const r in t)(!$r(r)||!(r.slice(9)in e))&&(n[r]=t[r]);return n};function wc(t,e,n){const{props:r,children:i,component:s}=t,{props:o,children:l,patchFlag:c}=e,f=s.emitsOptions;if(e.dirs||e.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?wi(r,o,f):!!o;if(c&8){const u=e.dynamicProps;for(let d=0;d<u.length;d++){const h=u[d];if(o[h]!==r[h]&&!Un(f,h))return!0}}}else return(i||l)&&(!l||!l.$stable)?!0:r===o?!1:r?o?wi(r,o,f):!0:!!o;return!1}function wi(t,e,n){const r=Object.keys(e);if(r.length!==Object.keys(t).length)return!0;for(let i=0;i<r.length;i++){const s=r[i];if(e[s]!==t[s]&&!Un(n,s))return!0}return!1}function bc({vnode:t,parent:e},n){for(;e;){const r=e.subTree;if(r.suspense&&r.suspense.activeBranch===t&&(r.el=t.el),r===t)(t=e.vnode).el=n,e=e.parent;else break}}const eo=t=>t.__isSuspense;function Ac(t,e){e&&e.pendingBranch?k(t)?e.effects.push(...t):e.effects.push(t):$l(t)}const jt=Symbol.for("v-fgt"),Kn=Symbol.for("v-txt"),Ye=Symbol.for("v-cmt"),_n=Symbol.for("v-stc"),je=[];let xt=null;function no(t=!1){je.push(xt=t?null:[])}function Sc(){je.pop(),xt=je[je.length-1]||null}let qe=1;function bi(t,e=!1){qe+=t,t<0&&xt&&e&&(xt.hasOnce=!0)}function Ec(t){return t.dynamicChildren=qe>0?xt||ve:null,Sc(),qe>0&&xt&&xt.push(t),t}function ro(t,e,n,r,i,s){return Ec(Tn(t,e,n,r,i,s,!0))}function io(t){return t?t.__v_isVNode===!0:!1}function Oe(t,e){return t.type===e.type&&t.key===e.key}const so=({key:t})=>t??null,mn=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?nt(t)||ot(t)||V(t)?{i:St,r:t,k:e,f:!!n}:t:null);function Tn(t,e=null,n=null,r=0,i=null,s=t===jt?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&so(e),ref:e&&mn(e),scopeId:Os,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:s,patchFlag:r,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:St};return l?(Yr(c,n),s&128&&t.normalize(c)):n&&(c.shapeFlag|=nt(n)?8:16),qe>0&&!o&&xt&&(c.patchFlag>0||s&6)&&c.patchFlag!==32&&xt.push(c),c}const Xt=Cc;function Cc(t,e=null,n=null,r=0,i=null,s=!1){if((!t||t===Xl)&&(t=Ye),io(t)){const l=Ee(t,e,!0);return n&&Yr(l,n),qe>0&&!s&&xt&&(l.shapeFlag&6?xt[xt.indexOf(t)]=l:xt.push(l)),l.patchFlag=-2,l}if(Vc(t)&&(t=t.__vccOpts),e){e=Tc(e);let{class:l,style:c}=e;l&&!nt(l)&&(e.class=Pr(l)),Z(c)&&(Kr(c)&&!k(c)&&(c=lt({},c)),e.style=Ir(c))}const o=nt(t)?1:eo(t)?128:Il(t)?64:Z(t)?4:V(t)?2:0;return Tn(t,e,n,r,i,o,s,!0)}function Tc(t){return t?Kr(t)||Ks(t)?lt({},t):t:null}function Ee(t,e,n=!1,r=!1){const{props:i,ref:s,patchFlag:o,children:l,transition:c}=t,f=e?$c(i||{},e):i,u={__v_isVNode:!0,__v_skip:!0,type:t.type,props:f,key:f&&so(f),ref:e&&e.ref?n&&s?k(s)?s.concat(mn(e)):[s,mn(e)]:mn(e):s,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:l,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==jt?o===-1?16:o|16:o,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:c,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&Ee(t.ssContent),ssFallback:t.ssFallback&&Ee(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return c&&r&&zr(u,c.clone(u)),u}function Nc(t=" ",e=0){return Xt(Kn,null,t,e)}function Mc(t,e){const n=Xt(_n,null,t);return n.staticCount=e,n}function Dt(t){return t==null||typeof t=="boole