flasher.meshcore.dev/lib/vue.min.js
Rastislav Vysoky de525c90d5 initial commit
2025-02-23 10:19:53 +01:00

25 lines
No EOL
258 KiB
JavaScript

function makeMap(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return e=>e in t}const EMPTY_OBJ=Object.freeze({}),EMPTY_ARR=Object.freeze([]),NOOP=()=>{},NO=()=>!1,isOn=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(122<e.charCodeAt(2)||e.charCodeAt(2)<97),isModelListener=e=>e.startsWith("onUpdate:"),extend=Object.assign,remove=(e,t)=>{t=e.indexOf(t);-1<t&&e.splice(t,1)},hasOwnProperty$1=Object.prototype.hasOwnProperty,hasOwn=(e,t)=>hasOwnProperty$1.call(e,t),isArray=Array.isArray,isMap=e=>"[object Map]"===toTypeString(e),isSet=e=>"[object Set]"===toTypeString(e),isDate=e=>"[object Date]"===toTypeString(e),isRegExp=e=>"[object RegExp]"===toTypeString(e),isFunction=e=>"function"==typeof e,isString=e=>"string"==typeof e,isSymbol=e=>"symbol"==typeof e,isObject=e=>null!==e&&"object"==typeof e,isPromise=e=>(isObject(e)||isFunction(e))&&isFunction(e.then)&&isFunction(e.catch),objectToString=Object.prototype.toString,toTypeString=e=>objectToString.call(e),toRawType=e=>toTypeString(e).slice(8,-1),isPlainObject=e=>"[object Object]"===toTypeString(e),isIntegerKey=e=>isString(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),isBuiltInDirective=makeMap("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),cacheStringFunction=t=>{const n=Object.create(null);return e=>{return n[e]||(n[e]=t(e))}},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(e=>e.replace(camelizeRE,(e,t)=>t?t.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(e=>e.replace(hyphenateRE,"-$1").toLowerCase()),capitalize=cacheStringFunction(e=>e.charAt(0).toUpperCase()+e.slice(1)),toHandlerKey=cacheStringFunction(e=>{return e?"on"+capitalize(e):""}),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(t,...n)=>{for(let e=0;e<t.length;e++)t[e](...n)},def=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},looseToNumber=e=>{var t=parseFloat(e);return isNaN(t)?e:t},toNumber=e=>{var t=isString(e)?Number(e):NaN;return isNaN(t)?e:t};let _globalThis;const getGlobalThis=()=>_globalThis=_globalThis||("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function genCacheKey(e,t){return e+JSON.stringify(t,(e,t)=>"function"==typeof t?t.toString():t)}const PatchFlagNames={[1]:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"NEED_HYDRATION",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT","-1":"HOISTED","-2":"BAIL"},slotFlagsText={[1]:"STABLE",2:"DYNAMIC",3:"FORWARDED"},GLOBALS_ALLOWED="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol",isGloballyAllowed=makeMap(GLOBALS_ALLOWED),range=2;function generateCodeFrame(e,n=0,r=e.length){if(n=Math.max(0,Math.min(n,e.length)),(r=Math.max(0,Math.min(r,e.length)))<n)return"";let o=e.split(/(\r?\n)/);var s,i,a,l,c=o.filter((e,t)=>t%2==1);o=o.filter((e,t)=>t%2==0);let p=0;const d=[];for(let t=0;t<o.length;t++)if((p+=o[t].length+(c[t]&&c[t].length||0))>=n){for(let e=t-range;e<=t+range||r>p;e++)e<0||e>=o.length||(s=e+1,d.push(""+s+" ".repeat(Math.max(3-String(s).length,0))+"| "+o[e]),s=o[e].length,i=c[e]&&c[e].length||0,e===t?(l=n-(p-(s+i)),a=Math.max(1,r>p?s-l:r-n),d.push(" | "+" ".repeat(l)+"^".repeat(a))):e>t&&(r>p&&(l=Math.max(Math.min(r-p,s),1),d.push(" | "+"^".repeat(l))),p+=s+i));break}return d.join("\n")}function normalizeStyle(t){if(isArray(t)){const o={};for(let e=0;e<t.length;e++){var n=t[e],r=(isString(n)?parseStringStyle:normalizeStyle)(n);if(r)for(const s in r)o[s]=r[s]}return o}if(isString(t)||isObject(t))return t}const listDelimiterRE=/;(?![^(]*\))/g,propertyDelimiterRE=/:([^]+)/,styleCommentRE=/\/\*[^]*?\*\//g;function parseStringStyle(e){const n={};return e.replace(styleCommentRE,"").split(listDelimiterRE).forEach(e=>{if(e){const t=e.split(propertyDelimiterRE);1<t.length&&(n[t[0].trim()]=t[1].trim())}}),n}function stringifyStyle(e){if(!e)return"";if(isString(e))return e;let t="";for(const o in e){var n,r=e[o];!isString(r)&&"number"!=typeof r||(n=o.startsWith("--")?o:hyphenate(o),t+=n+`:${r};`)}return t}function normalizeClass(t){let n="";if(isString(t))n=t;else if(isArray(t))for(let e=0;e<t.length;e++){var r=normalizeClass(t[e]);r&&(n+=r+" ")}else if(isObject(t))for(const e in t)t[e]&&(n+=e+" ");return n.trim()}function normalizeProps(e){if(!e)return null;var{class:t,style:n}=e;return t&&!isString(t)&&(e.class=normalizeClass(t)),n&&(e.style=normalizeStyle(n)),e}const HTML_TAGS="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot",SVG_TAGS="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",MATH_TAGS="annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics",VOID_TAGS="area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr",isHTMLTag=makeMap(HTML_TAGS),isSVGTag=makeMap(SVG_TAGS),isMathMLTag=makeMap(MATH_TAGS),isVoidTag=makeMap(VOID_TAGS),specialBooleanAttrs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",isSpecialBooleanAttr=makeMap(specialBooleanAttrs),isBooleanAttr=makeMap(specialBooleanAttrs+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");function includeBooleanAttr(e){return!!e||""===e}const isKnownHtmlAttr=makeMap("accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap"),isKnownSvgAttr=makeMap("xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan");function isRenderableAttrValue(e){if(null==e)return!1;e=typeof e;return"string"==e||"number"==e||"boolean"==e}const cssVarNameEscapeSymbolsRE=/[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g;function getEscapedCssVarName(e,t){return e.replace(cssVarNameEscapeSymbolsRE,e=>"\\"+e)}function looseCompareArrays(t,n){if(t.length!==n.length)return!1;let r=!0;for(let e=0;r&&e<t.length;e++)r=looseEqual(t[e],n[e]);return r}function looseEqual(e,t){if(e===t)return!0;let n=isDate(e),r=isDate(t);if(n||r)return!(!n||!r)&&e.getTime()===t.getTime();if(n=isSymbol(e),r=isSymbol(t),n||r)return e===t;if(n=isArray(e),r=isArray(t),n||r)return!(!n||!r)&&looseCompareArrays(e,t);if(n=isObject(e),r=isObject(t),n||r){if(!n||!r)return!1;if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const i in e){var o=e.hasOwnProperty(i),s=t.hasOwnProperty(i);if(o&&!s||!o&&s||!looseEqual(e[i],t[i]))return!1}}return String(e)===String(t)}function looseIndexOf(e,t){return e.findIndex(e=>looseEqual(e,t))}const isRef$1=e=>!(!e||!0!==e.__v_isRef),toDisplayString=e=>isString(e)?e:null==e?"":isArray(e)||isObject(e)&&(e.toString===objectToString||!isFunction(e.toString))?isRef$1(e)?toDisplayString(e.value):JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>isRef$1(t)?replacer(e,t.value):isMap(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,n],r)=>(e[stringifySymbol(t,r)+" =>"]=n,e),{})}:isSet(t)?{[`Set(${t.size})`]:[...t.values()].map(e=>stringifySymbol(e))}:isSymbol(t)?stringifySymbol(t):!isObject(t)||isArray(t)||isPlainObject(t)?t:String(t),stringifySymbol=(e,t="")=>{var n;return isSymbol(e)?`Symbol(${null!=(n=e.description)?n:t})`:e};function warn$2(e,...t){console.warn("[Vue warn] "+e,...t)}let activeEffectScope;class EffectScope{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=activeEffectScope,!e&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,t;if(this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let e,t;if(this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){var t=activeEffectScope;try{return activeEffectScope=this,e()}finally{activeEffectScope=t}}else warn$2("cannot run an inactive effect scope.")}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(n){if(this._active){this._active=!1;let e,t;for(e=0,t=this.effects.length;e<t;e++)this.effects[e].stop();for(this.effects.length=0,e=0,t=this.cleanups.length;e<t;e++)this.cleanups[e]();if(this.cleanups.length=0,this.scopes){for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!n){const r=this.parent.scopes.pop();r&&r!==this&&((this.parent.scopes[this.index]=r).index=this.index)}this.parent=void 0}}}function effectScope(e){return new EffectScope(e)}function getCurrentScope(){return activeEffectScope}function onScopeDispose(e,t=!1){activeEffectScope?activeEffectScope.cleanups.push(e):t||warn$2("onScopeDispose() is called when there is no active effect scope to be associated with.")}let activeSub;const pausedQueueEffects=new WeakSet;class ReactiveEffect{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,activeEffectScope&&activeEffectScope.active&&activeEffectScope.effects.push(this)}pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,pausedQueueEffects.has(this)&&(pausedQueueEffects.delete(this),this.trigger()))}notify(){2&this.flags&&!(32&this.flags)||8&this.flags||batch(this)}run(){if(!(1&this.flags))return this.fn();this.flags|=2,cleanupEffect(this),prepareDeps(this);var e=activeSub,t=shouldTrack;activeSub=this,shouldTrack=!0;try{return this.fn()}finally{activeSub!==this&&warn$2("Active effect was not restored correctly - this is likely a Vue internal bug."),cleanupDeps(this),activeSub=e,shouldTrack=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)removeSub(e);this.deps=this.depsTail=void 0,cleanupEffect(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?pausedQueueEffects.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){isDirty(this)&&this.run()}get dirty(){return isDirty(this)}}let batchDepth=0,batchedSub,batchedComputed;function batch(e,t=!1){if(e.flags|=8,t)return e.next=batchedComputed,void(batchedComputed=e);e.next=batchedSub,batchedSub=e}function startBatch(){batchDepth++}function endBatch(){if(!(0<--batchDepth)){if(batchedComputed){let e=batchedComputed;for(batchedComputed=void 0;e;){var n=e.next;e.next=void 0,e.flags&=-9,e=n}}let t;for(;batchedSub;){let e=batchedSub;for(batchedSub=void 0;e;){var r=e.next;if(e.next=void 0,e.flags&=-9,1&e.flags)try{e.trigger()}catch(e){t=t||e}e=r}}if(t)throw t}}function prepareDeps(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}function cleanupDeps(e){let t,n=e.depsTail,r=n;for(;r;){var o=r.prevDep;-1===r.version?(r===n&&(n=o),removeSub(r),removeDep(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function isDirty(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(refreshComputed(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}function refreshComputed(e){if((!(4&e.flags)||16&e.flags)&&(e.flags&=-17,e.globalVersion!==globalVersion)){e.globalVersion=globalVersion;const o=e.dep;if(e.flags|=2,0<o.version&&!e.isSSR&&e.deps&&!isDirty(e))e.flags&=-3;else{var t=activeSub,n=shouldTrack;activeSub=e,shouldTrack=!0;try{prepareDeps(e);var r=e.fn(e._value);0!==o.version&&!hasChanged(r,e._value)||(e._value=r,o.version++)}catch(e){throw o.version++,e}finally{activeSub=t,shouldTrack=n,cleanupDeps(e),e.flags&=-3}}}}function removeSub(e,t=!1){const{dep:n,prevSub:r,nextSub:o}=e;if(r&&(r.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=r,e.nextSub=void 0),n.subsHead===e&&(n.subsHead=o),n.subs===e&&!(n.subs=r)&&n.computed){n.computed.flags&=-5;for(let e=n.computed.deps;e;e=e.nextDep)removeSub(e,!0)}t||--n.sc||!n.map||n.map.delete(n.key)}function removeDep(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}function effect(e,t){e.effect instanceof ReactiveEffect&&(e=e.effect.fn);const n=new ReactiveEffect(e);t&&extend(n,t);try{n.run()}catch(e){throw n.stop(),e}const r=n.run.bind(n);return r.effect=n,r}function stop(e){e.effect.stop()}let shouldTrack=!0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){var e=trackStack.pop();shouldTrack=void 0===e||e}function cleanupEffect(e){const t=e["cleanup"];if(e.cleanup=void 0,t){e=activeSub;activeSub=void 0;try{t()}finally{activeSub=e}}}let globalVersion=0;class Link{constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Dep{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,this.subsHead=void 0}track(t){if(activeSub&&shouldTrack&&activeSub!==this.computed){let e=this.activeLink;if(void 0===e||e.sub!==activeSub)e=this.activeLink=new Link(activeSub,this),activeSub.deps?(e.prevDep=activeSub.depsTail,activeSub.depsTail.nextDep=e,activeSub.depsTail=e):activeSub.deps=activeSub.depsTail=e,addSub(e);else if(-1===e.version&&(e.version=this.version,e.nextDep)){const n=e.nextDep;n.prevDep=e.prevDep,e.prevDep&&(e.prevDep.nextDep=n),e.prevDep=activeSub.depsTail,e.nextDep=void 0,activeSub.depsTail.nextDep=e,activeSub.depsTail=e,activeSub.deps===e&&(activeSub.deps=n)}return activeSub.onTrack&&activeSub.onTrack(extend({effect:activeSub},t)),e}}trigger(e){this.version++,globalVersion++,this.notify(e)}notify(t){startBatch();try{for(let e=this.subsHead;e;e=e.nextSub)!e.sub.onTrigger||8&e.sub.flags||e.sub.onTrigger(extend({effect:e.sub},t));for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{endBatch()}}}function addSub(e){if(e.dep.sc++,4&e.sub.flags){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let e=t.deps;e;e=e.nextDep)addSub(e)}const n=e.dep.subs;n!==e&&(e.prevSub=n)&&(n.nextSub=e),void 0===e.dep.subsHead&&(e.dep.subsHead=e),e.dep.subs=e}}const targetMap=new WeakMap,ITERATE_KEY=Symbol("Object iterate"),MAP_KEY_ITERATE_KEY=Symbol("Map keys iterate"),ARRAY_ITERATE_KEY=Symbol("Array iterate");function track(n,r,o){if(shouldTrack&&activeSub){let e=targetMap.get(n),t=(e||targetMap.set(n,e=new Map),e.get(o));t||(e.set(o,t=new Dep),t.map=e,t.key=o),t.track({target:n,type:r,key:o})}}function trigger(t,n,r,o,s,i){const e=targetMap.get(t);if(e){const c=e=>{e&&e.trigger({target:t,type:n,key:r,newValue:o,oldValue:s,oldTarget:i})};if(startBatch(),"clear"===n)e.forEach(c);else{var a=isArray(t),l=a&&isIntegerKey(r);if(a&&"length"===r){const p=Number(o);e.forEach((e,t)=>{("length"===t||t===ARRAY_ITERATE_KEY||!isSymbol(t)&&t>=p)&&c(e)})}else switch(void 0===r&&!e.has(void 0)||c(e.get(r)),l&&c(e.get(ARRAY_ITERATE_KEY)),n){case"add":a?l&&c(e.get("length")):(c(e.get(ITERATE_KEY)),isMap(t)&&c(e.get(MAP_KEY_ITERATE_KEY)));break;case"delete":a||(c(e.get(ITERATE_KEY)),isMap(t)&&c(e.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(t)&&c(e.get(ITERATE_KEY))}}endBatch()}else globalVersion++}function getDepFromReactive(e,t){const n=targetMap.get(e);return n&&n.get(t)}function reactiveReadArray(e){const t=toRaw(e);return t===e?t:(track(t,"iterate",ARRAY_ITERATE_KEY),isShallow(e)?t:t.map(toReactive))}function shallowReadArray(e){return track(e=toRaw(e),"iterate",ARRAY_ITERATE_KEY),e}const arrayInstrumentations={__proto__:null,[Symbol.iterator](){return iterator(this,Symbol.iterator,toReactive)},concat(...e){return reactiveReadArray(this).concat(...e.map(e=>isArray(e)?reactiveReadArray(e):e))},entries(){return iterator(this,"entries",e=>(e[1]=toReactive(e[1]),e))},every(e,t){return apply(this,"every",e,t,void 0,arguments)},filter(e,t){return apply(this,"filter",e,t,e=>e.map(toReactive),arguments)},find(e,t){return apply(this,"find",e,t,toReactive,arguments)},findIndex(e,t){return apply(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return apply(this,"findLast",e,t,toReactive,arguments)},findLastIndex(e,t){return apply(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return apply(this,"forEach",e,t,void 0,arguments)},includes(...e){return searchProxy(this,"includes",e)},indexOf(...e){return searchProxy(this,"indexOf",e)},join(e){return reactiveReadArray(this).join(e)},lastIndexOf(...e){return searchProxy(this,"lastIndexOf",e)},map(e,t){return apply(this,"map",e,t,void 0,arguments)},pop(){return noTracking(this,"pop")},push(...e){return noTracking(this,"push",e)},reduce(e,...t){return reduce(this,"reduce",e,t)},reduceRight(e,...t){return reduce(this,"reduceRight",e,t)},shift(){return noTracking(this,"shift")},some(e,t){return apply(this,"some",e,t,void 0,arguments)},splice(...e){return noTracking(this,"splice",e)},toReversed(){return reactiveReadArray(this).toReversed()},toSorted(e){return reactiveReadArray(this).toSorted(e)},toSpliced(...e){return reactiveReadArray(this).toSpliced(...e)},unshift(...e){return noTracking(this,"unshift",e)},values(){return iterator(this,"values",toReactive)}};function iterator(e,t,n){const r=shallowReadArray(e),o=r[t]();return r===e||isShallow(e)||(o._next=o.next,o.next=()=>{const e=o._next();return e.value&&(e.value=n(e.value)),e}),o}const arrayProto=Array.prototype;function apply(n,e,r,t,o,s){var i=shallowReadArray(n),a=i!==n&&!isShallow(n);const l=i[e];if(l!==arrayProto[e])return e=l.apply(n,s),a?toReactive(e):e;let c=r;i!==n&&(a?c=function(e,t){return r.call(this,toReactive(e),t,n)}:2<r.length&&(c=function(e,t){return r.call(this,e,t,n)}));s=l.call(i,c,t);return a&&o?o(s):s}function reduce(r,e,o,t){const n=shallowReadArray(r);let s=o;return n!==r&&(isShallow(r)?3<o.length&&(s=function(e,t,n){return o.call(this,e,t,n,r)}):s=function(e,t,n){return o.call(this,e,toReactive(t),n,r)}),n[e](s,...t)}function searchProxy(e,t,n){const r=toRaw(e);track(r,"iterate",ARRAY_ITERATE_KEY);e=r[t](...n);return-1!==e&&!1!==e||!isProxy(n[0])?e:(n[0]=toRaw(n[0]),r[t](...n))}function noTracking(e,t,n=[]){pauseTracking(),startBatch();t=toRaw(e)[t].apply(e,n);return endBatch(),resetTracking(),t}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>"arguments"!==e&&"caller"!==e).map(e=>Symbol[e]).filter(isSymbol));function hasOwnProperty(e){isSymbol(e)||(e=String(e));const t=toRaw(this);return track(t,"has",e),t.hasOwnProperty(e)}class BaseReactiveHandler{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,n){if("__v_skip"===t)return e.__v_skip;var r=this._isReadonly,o=this._isShallow;if("__v_isReactive"===t)return!r;if("__v_isReadonly"===t)return r;if("__v_isShallow"===t)return o;if("__v_raw"===t)return n===(r?o?shallowReadonlyMap:readonlyMap:o?shallowReactiveMap:reactiveMap).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;var s=isArray(e);if(!r){let e;if(s&&(e=arrayInstrumentations[t]))return e;if("hasOwnProperty"===t)return hasOwnProperty}n=Reflect.get(e,t,isRef(e)?e:n);return(isSymbol(t)?builtInSymbols.has(t):isNonTrackableKeys(t))?n:(r||track(e,"get",t),o?n:isRef(n)?s&&isIntegerKey(t)?n:n.value:isObject(n)?(r?readonly:reactive)(n):n)}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(e=!1){super(!1,e)}set(e,t,n,r){let o=e[t];if(!this._isShallow){var s=isReadonly(o);if(isShallow(n)||isReadonly(n)||(o=toRaw(o),n=toRaw(n)),!isArray(e)&&isRef(o)&&!isRef(n))return!s&&(o.value=n,!0)}var s=isArray(e)&&isIntegerKey(t)?Number(t)<e.length:hasOwn(e,t),i=Reflect.set(e,t,n,isRef(e)?e:r);return e===toRaw(r)&&(s?hasChanged(n,o)&&trigger(e,"set",t,n,o):trigger(e,"add",t,n)),i}deleteProperty(e,t){var n=hasOwn(e,t),r=e[t],o=Reflect.deleteProperty(e,t);return o&&n&&trigger(e,"delete",t,void 0,r),o}has(e,t){var n=Reflect.has(e,t);return isSymbol(t)&&builtInSymbols.has(t)||track(e,"has",t),n}ownKeys(e){return track(e,"iterate",isArray(e)?"length":ITERATE_KEY),Reflect.ownKeys(e)}}class ReadonlyReactiveHandler extends BaseReactiveHandler{constructor(e=!1){super(!0,e)}set(e,t){return warn$2(`Set operation on key "${String(t)}" failed: target is readonly.`,e),!0}deleteProperty(e,t){return warn$2(`Delete operation on key "${String(t)}" failed: target is readonly.`,e),!0}}const mutableHandlers=new MutableReactiveHandler,readonlyHandlers=new ReadonlyReactiveHandler,shallowReactiveHandlers=new MutableReactiveHandler(!0),shallowReadonlyHandlers=new ReadonlyReactiveHandler(!0),toShallow=e=>e,getProto=e=>Reflect.getPrototypeOf(e);function createIterableMethod(a,l,c){return function(...e){const t=this.__v_raw;var n=toRaw(t),r=isMap(n);const o="entries"===a||a===Symbol.iterator&&r;r="keys"===a&&r;const s=t[a](...e),i=c?toShallow:l?toReadonly:toReactive;return l||track(n,"iterate",r?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){var{value:e,done:t}=s.next();return t?{value:e,done:t}:{value:o?[i(e[0]),i(e[1])]:i(e),done:t}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(t){return function(...e){e=e[0]?`on key "${e[0]}" `:"";return warn$2(capitalize(t)+` operation ${e}failed: target is readonly.`,toRaw(this)),"delete"!==t&&("clear"===t?void 0:this)}}function createInstrumentations(i,a){const t={get(e){const t=this.__v_raw;var n=toRaw(t),r=toRaw(e);i||(hasChanged(e,r)&&track(n,"get",e),track(n,"get",r));const o=getProto(n)["has"],s=a?toShallow:i?toReadonly:toReactive;return o.call(n,e)?s(t.get(e)):o.call(n,r)?s(t.get(r)):void(t!==n&&t.get(e))},get size(){var e=this.__v_raw;return i||track(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)},has(e){const t=this.__v_raw;var n=toRaw(t),r=toRaw(e);return i||(hasChanged(e,r)&&track(n,"has",e),track(n,"has",r)),e===r?t.has(e):t.has(e)||t.has(r)},forEach(n,r){const o=this,e=o.__v_raw;var t=toRaw(e);const s=a?toShallow:i?toReadonly:toReactive;return i||track(t,"iterate",ITERATE_KEY),e.forEach((e,t)=>n.call(r,s(e),s(t),o))}},e=(extend(t,i?{add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear")}:{add(e){a||isShallow(e)||isReadonly(e)||(e=toRaw(e));const t=toRaw(this),n=getProto(t);return n.has.call(t,e)||(t.add(e),trigger(t,"add",e,e)),this},set(e,t){a||isShallow(t)||isReadonly(t)||(t=toRaw(t));const n=toRaw(this),{has:r,get:o}=getProto(n);let s=r.call(n,e);s?checkIdentityKeys(n,r,e):(e=toRaw(e),s=r.call(n,e));var i=o.call(n,e);return n.set(e,t),s?hasChanged(t,i)&&trigger(n,"set",e,t,i):trigger(n,"add",e,t),this},delete(e){const t=toRaw(this),{has:n,get:r}=getProto(t);let o=n.call(t,e);o?checkIdentityKeys(t,n,e):(e=toRaw(e),o=n.call(t,e));var s=r?r.call(t,e):void 0,i=t.delete(e);return o&&trigger(t,"delete",e,void 0,s),i},clear(){const e=toRaw(this);var t=0!==e.size,n=new(isMap(e)?Map:Set)(e),r=e.clear();return t&&trigger(e,"clear",void 0,void 0,n),r}}),["keys","values","entries",Symbol.iterator]);return e.forEach(e=>{t[e]=createIterableMethod(e,i,a)}),t}function createInstrumentationGetter(r,e){const o=createInstrumentations(r,e);return(e,t,n)=>"__v_isReactive"===t?!r:"__v_isReadonly"===t?r:"__v_raw"===t?e:Reflect.get(hasOwn(o,t)&&t in e?o:e,t,n)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},shallowReadonlyCollectionHandlers={get:createInstrumentationGetter(!0,!0)};function checkIdentityKeys(e,t,n){var r=toRaw(n);r!==n&&t.call(e,r)&&warn$2(`Reactive ${n=toRawType(e)} contains both the raw and reactive versions of the same object${"Map"===n?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}const reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(e){return createReactiveObject(e,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(e,t,n,r,o){if(!isObject(e))return warn$2(`value cannot be made ${t?"readonly":"reactive"}: `+String(e)),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;t=o.get(e);if(t)return t;t=getTargetType(e);if(0===t)return e;t=new Proxy(e,2===t?r:n);return o.set(e,t),t}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!(!e||!e.__v_isReactive)}function isReadonly(e){return!(!e||!e.__v_isReadonly)}function isShallow(e){return!(!e||!e.__v_isShallow)}function isProxy(e){return!!e&&!!e.__v_raw}function toRaw(e){var t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return!hasOwn(e,"__v_skip")&&Object.isExtensible(e)&&def(e,"__v_skip",!0),e}const toReactive=e=>isObject(e)?reactive(e):e,toReadonly=e=>isObject(e)?readonly(e):e;function isRef(e){return!!e&&!0===e.__v_isRef}function ref(e){return createRef(e,!1)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(e,t){this.dep=new Dep,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:toRaw(e),this._value=t?e:toReactive(e),this.__v_isShallow=t}get value(){return this.dep.track({target:this,type:"get",key:"value"}),this._value}set value(e){var t=this._rawValue,n=this.__v_isShallow||isShallow(e)||isReadonly(e);e=n?e:toRaw(e),hasChanged(e,t)&&(this._rawValue=e,this._value=n?e:toReactive(e),this.dep.trigger({target:this,type:"set",key:"value",newValue:e,oldValue:t}))}}function triggerRef(e){e.dep&&e.dep.trigger({target:e,type:"set",key:"value",newValue:e._value})}function unref(e){return isRef(e)?e.value:e}function toValue(e){return isFunction(e)?e():unref(e)}const shallowUnwrapHandlers={get:(e,t,n)=>"__v_raw"===t?e:unref(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return isRef(o)&&!isRef(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class CustomRefImpl{constructor(e){this.__v_isRef=!0,this._value=void 0;const t=this.dep=new Dep;var{get:e,set:n}=e(t.track.bind(t),t.trigger.bind(t));this._get=e,this._set=n}get value(){return this._value=this._get()}set value(e){this._set(e)}}function customRef(e){return new CustomRefImpl(e)}function toRefs(e){isProxy(e)||warn$2("toRefs() expects a reactive object but received a plain one.");const t=isArray(e)?new Array(e.length):{};for(const n in e)t[n]=propertyToRef(e,n);return t}class ObjectRefImpl{constructor(e,t,n){this._object=e,this._key=t,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0}get value(){var e=this._object[this._key];return this._value=void 0===e?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return getDepFromReactive(toRaw(this._object),this._key)}}class GetterRefImpl{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function toRef(e,t,n){return isRef(e)?e:isFunction(e)?new GetterRefImpl(e):isObject(e)&&1<arguments.length?propertyToRef(e,t,n):ref(e)}function propertyToRef(e,t,n){var r=e[t];return isRef(r)?r:new ObjectRefImpl(e,t,n)}class ComputedRefImpl{constructor(e,t,n){this.fn=e,this.setter=t,this._value=void 0,this.dep=new Dep(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=globalVersion-1,this.next=void 0,(this.effect=this).__v_isReadonly=!t,this.isSSR=n}notify(){if(this.flags|=16,!(8&this.flags)&&activeSub!==this)return batch(this,!0),!0}get value(){const e=this.dep.track({target:this,type:"get",key:"value"});return refreshComputed(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter?this.setter(e):warn$2("Write operation failed: computed value is readonly")}}function computed$1(e,t,n=!1){let r,o;isFunction(e)?r=e:(r=e.get,o=e.set);const s=new ComputedRefImpl(r,o,n);return t&&!n&&(s.onTrack=t.onTrack,s.onTrigger=t.onTrigger),s}const TrackOpTypes={GET:"get",HAS:"has",ITERATE:"iterate"},TriggerOpTypes={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},INITIAL_WATCHER_VALUE={},cleanupMap=new WeakMap;let activeWatcher=void 0;function getCurrentWatcher(){return activeWatcher}function onWatcherCleanup(t,e=!1,n=activeWatcher){if(n){let e=cleanupMap.get(n);e||cleanupMap.set(n,e=[]),e.push(t)}else e||warn$2("onWatcherCleanup() was called when there was no active watcher to associate with.")}function watch$1(t,r,n=EMPTY_OBJ){const{immediate:e,deep:o,once:s,scheduler:i,augmentJob:a,call:l}=n,c=e=>{(n.onWarn||warn$2)("Invalid watch source: ",e,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},p=e=>o?e:isShallow(e)||!1===o||0===o?traverse(e,1):traverse(e);let d,u,h,f,m=!1,g=!1;if(isRef(t)?(u=()=>t.value,m=isShallow(t)):isReactive(t)?(u=()=>p(t),m=!0):isArray(t)?(g=!0,m=t.some(e=>isReactive(e)||isShallow(e)),u=()=>t.map(e=>isRef(e)?e.value:isReactive(e)?p(e):isFunction(e)?l?l(e,2):e():void c(e))):isFunction(t)?u=r?l?()=>l(t,2):t:()=>{if(h){pauseTracking();try{h()}finally{resetTracking()}}var e=activeWatcher;activeWatcher=d;try{return l?l(t,3,[f]):t(f)}finally{activeWatcher=e}}:(u=NOOP,c(t)),r&&o){const E=u,C=!0===o?1/0:o;u=()=>traverse(E(),C)}const v=getCurrentScope(),y=()=>{d.stop(),v&&v.active&&remove(v.effects,d)};if(s&&r){const T=r;r=(...e)=>{T(...e),y()}}let S=g?new Array(t.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const b=e=>{if(1&d.flags&&(d.dirty||e))if(r){const n=d.run();if(o||m||(g?n.some((e,t)=>hasChanged(e,S[t])):hasChanged(n,S))){h&&h();e=activeWatcher;activeWatcher=d;try{var t=[n,S===INITIAL_WATCHER_VALUE?void 0:g&&S[0]===INITIAL_WATCHER_VALUE?[]:S,f];l?l(r,3,t):r(...t),S=n}finally{activeWatcher=e}}}else d.run()};return a&&a(b),(d=new ReactiveEffect(u)).scheduler=i?()=>i(b,!1):b,f=e=>onWatcherCleanup(e,!1,d),h=d.onStop=()=>{var e=cleanupMap.get(d);if(e){if(l)l(e,4);else for(const t of e)t();cleanupMap.delete(d)}},d.onTrack=n.onTrack,d.onTrigger=n.onTrigger,r?e?b(!0):S=d.run():i?i(b.bind(null,!0),!0):d.run(),y.pause=d.pause.bind(d),y.resume=d.resume.bind(d),y.stop=y}function traverse(t,n=1/0,r){if(n<=0||!isObject(t)||t.__v_skip)return t;if((r=r||new Set).has(t))return t;if(r.add(t),n--,isRef(t))traverse(t.value,n,r);else if(isArray(t))for(let e=0;e<t.length;e++)traverse(t[e],n,r);else if(isSet(t)||isMap(t))t.forEach(e=>{traverse(e,n,r)});else if(isPlainObject(t)){for(const e in t)traverse(t[e],n,r);for(const o of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,o)&&traverse(t[o],n,r)}return t}const stack$1=[];function pushWarningContext(e){stack$1.push(e)}function popWarningContext(){stack$1.pop()}let isWarning=!1;function warn$1(e,...t){if(!isWarning){isWarning=!0,pauseTracking();const r=stack$1.length?stack$1[stack$1.length-1].component:null;var n=r&&r.appContext.config.warnHandler;const o=getComponentTrace();if(n)callWithErrorHandling(n,r,11,[e+t.map(e=>{var t;return null!=(t=null==(t=e.toString)?void 0:t.call(e))?t:JSON.stringify(e)}).join(""),r&&r.proxy,o.map(({vnode:e})=>`at <${formatComponentName(r,e.type)}>`).join("\n"),o]);else{const s=["[Vue warn]: "+e,...t];o.length&&s.push(`
`,...formatTrace(o)),console.warn(...s)}resetTracking(),isWarning=!1}}function getComponentTrace(){let e=stack$1[stack$1.length-1];if(!e)return[];const t=[];for(;e;){const r=t[0];r&&r.vnode===e?r.recurseCount++:t.push({vnode:e,recurseCount:0});var n=e.component&&e.component.parent;e=n&&n.vnode}return t}function formatTrace(e){const n=[];return e.forEach((e,t)=>{n.push(...0===t?[]:[`
`],...formatTraceEntry(e))}),n}function formatTraceEntry({vnode:e,recurseCount:t}){var t=0<t?`... (${t} recursive calls)`:"",n=!!e.component&&null==e.component.parent,n=" at <"+formatComponentName(e.component,e.type,n),t=">"+t;return e.props?[n,...formatProps(e.props),t]:[n+t]}function formatProps(t){const n=[],e=Object.keys(t);return e.slice(0,3).forEach(e=>{n.push(...formatProp(e,t[e]))}),3<e.length&&n.push(" ..."),n}function formatProp(e,t,n){return isString(t)?(t=JSON.stringify(t),n?t:[e+"="+t]):"number"==typeof t||"boolean"==typeof t||null==t?n?t:[e+"="+t]:isRef(t)?(t=formatProp(e,toRaw(t.value),!0),n?t:[e+"=Ref<",t,">"]):isFunction(t)?[e+"=fn"+(t.name?`<${t.name}>`:"")]:(t=toRaw(t),n?t:[e+"=",t])}function assertNumber(e,t){void 0!==e&&("number"!=typeof e?warn$1(`${t} is not a valid number - got ${JSON.stringify(e)}.`):isNaN(e)&&warn$1(t+" is NaN - the duration expression might be incorrect."))}const ErrorCodes={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER",COMPONENT_UPDATE:15,15:"COMPONENT_UPDATE",APP_UNMOUNT_CLEANUP:16,16:"APP_UNMOUNT_CLEANUP"},ErrorTypeStrings$1={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",[0]:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function callWithErrorHandling(e,t,n,r){try{return r?e(...r):e()}catch(e){handleError(e,t,n)}}function callWithAsyncErrorHandling(t,n,r,o){if(isFunction(t)){const e=callWithErrorHandling(t,n,r,o);return e&&isPromise(e)&&e.catch(e=>{handleError(e,n,r)}),e}if(isArray(t)){const s=[];for(let e=0;e<t.length;e++)s.push(callWithAsyncErrorHandling(t[e],n,r,o));return s}warn$1("Invalid value type passed to callWithAsyncErrorHandling(): "+typeof t)}function handleError(t,n,r,e=!0){var o=n?n.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:i}=n&&n.appContext.config||EMPTY_OBJ;if(n){let e=n.parent;for(var a=n.proxy,l=ErrorTypeStrings$1[r];e;){const c=e.ec;if(c)for(let e=0;e<c.length;e++)if(!1===c[e](t,a,l))return;e=e.parent}if(s)return pauseTracking(),callWithErrorHandling(s,null,10,[t,a,l]),void resetTracking()}logError(t,r,o,e,i)}function logError(e,t,n,r=!0,o){t=ErrorTypeStrings$1[t];if(n&&pushWarningContext(n),warn$1("Unhandled error"+(t?" during execution of "+t:"")),n&&popWarningContext(),r)throw e;console.error(e)}const queue=[];let flushIndex=-1;const pendingPostFlushCbs=[];let activePostFlushCbs=null,postFlushIndex=0;const resolvedPromise=Promise.resolve();let currentFlushPromise=null;const RECURSION_LIMIT=100;function nextTick(e){const t=currentFlushPromise||resolvedPromise;return e?t.then(this?e.bind(this):e):t}function findInsertionIndex(e){let t=flushIndex+1,n=queue.length;for(;t<n;){var r=t+n>>>1,o=queue[r],s=getId(o);s<e||s===e&&2&o.flags?t=1+r:n=r}return t}function queueJob(e){var t,n;1&e.flags||(t=getId(e),!(n=queue[queue.length-1])||!(2&e.flags)&&t>=getId(n)?queue.push(e):queue.splice(findInsertionIndex(t),0,e),e.flags|=1,queueFlush())}function queueFlush(){currentFlushPromise=currentFlushPromise||resolvedPromise.then(flushJobs)}function queuePostFlushCb(e){isArray(e)?pendingPostFlushCbs.push(...e):activePostFlushCbs&&-1===e.id?activePostFlushCbs.splice(postFlushIndex+1,0,e):1&e.flags||(pendingPostFlushCbs.push(e),e.flags|=1),queueFlush()}function flushPreFlushCbs(e,t,n=flushIndex+1){for(t=t||new Map;n<queue.length;n++){const r=queue[n];r&&2&r.flags&&(e&&r.id!==e.uid||checkRecursiveUpdates(t,r)||(queue.splice(n,1),n--,4&r.flags&&(r.flags&=-2),r(),4&r.flags||(r.flags&=-2)))}}function flushPostFlushCbs(e){if(pendingPostFlushCbs.length){var t=[...new Set(pendingPostFlushCbs)].sort((e,t)=>getId(e)-getId(t));if(pendingPostFlushCbs.length=0,activePostFlushCbs)activePostFlushCbs.push(...t);else{for(activePostFlushCbs=t,e=e||new Map,postFlushIndex=0;postFlushIndex<activePostFlushCbs.length;postFlushIndex++){const n=activePostFlushCbs[postFlushIndex];checkRecursiveUpdates(e,n)||(4&n.flags&&(n.flags&=-2),8&n.flags||n(),n.flags&=-2)}activePostFlushCbs=null,postFlushIndex=0}}}const getId=e=>null==e.id?2&e.flags?-1:1/0:e.id;function flushJobs(e){e=e||new Map;var t;try{for(flushIndex=0;flushIndex<queue.length;flushIndex++){const n=queue[flushIndex];!n||8&n.flags||(t=n,checkRecursiveUpdates(e,t)||(4&n.flags&&(n.flags&=-2),callWithErrorHandling(n,n.i,n.i?15:14),4&n.flags||(n.flags&=-2)))}}finally{for(;flushIndex<queue.length;flushIndex++){const r=queue[flushIndex];r&&(r.flags&=-2)}flushIndex=-1,queue.length=0,flushPostFlushCbs(e),currentFlushPromise=null,(queue.length||pendingPostFlushCbs.length)&&flushJobs(e)}}function checkRecursiveUpdates(e,t){var n,r=e.get(t)||0;return r>RECURSION_LIMIT?(handleError(`Maximum recursive updates exceeded${(n=(n=t.i)&&getComponentName(n.type))?` in component <${n}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0):(e.set(t,r+1),!1)}let isHmrUpdating=!1;const hmrDirtyComponents=new Map,map=(getGlobalThis().__VUE_HMR_RUNTIME__={createRecord:tryWrap(createRecord),rerender:tryWrap(rerender),reload:tryWrap(reload)},new Map);function registerHMR(e){var t=e.type.__hmrId;let n=map.get(t);n||(createRecord(t,e.type),n=map.get(t)),n.instances.add(e)}function unregisterHMR(e){map.get(e.type.__hmrId).instances.delete(e)}function createRecord(e,t){return!map.has(e)&&(map.set(e,{initialDef:normalizeClassComponent(t),instances:new Set}),!0)}function normalizeClassComponent(e){return isClassComponent(e)?e.__vccOpts:e}function rerender(e,t){const n=map.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(e=>{t&&(e.render=t,normalizeClassComponent(e.type).render=t),e.renderCache=[],isHmrUpdating=!0,e.update(),isHmrUpdating=!1}))}function reload(e,n){var r=map.get(e);if(r){n=normalizeClassComponent(n),updateComponentDef(r.initialDef,n);var o=[...r.instances];for(let t=0;t<o.length;t++){const i=o[t];var s=normalizeClassComponent(i.type);let e=hmrDirtyComponents.get(s);e||(s!==r.initialDef&&updateComponentDef(s,n),hmrDirtyComponents.set(s,e=new Set)),e.add(i),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(e.add(i),i.ceReload(n.styles),e.delete(i)):i.parent?queueJob(()=>{isHmrUpdating=!0,i.parent.update(),isHmrUpdating=!1,e.delete(i)}):i.appContext.reload?i.appContext.reload():"undefined"!=typeof window?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),i.root.ce&&i!==i.root&&i.root.ce._removeChildStyle(s)}queuePostFlushCb(()=>{hmrDirtyComponents.clear()})}}function updateComponentDef(e,t){extend(e,t);for(const n in e)"__file"===n||n in t||delete e[n]}function tryWrap(n){return(e,t)=>{try{return n(e,t)}catch(e){console.error(e),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let devtools$1,buffer=[],devtoolsNotInstalled=!1;function emit$1(e,...t){devtools$1?devtools$1.emit(e,...t):devtoolsNotInstalled||buffer.push({event:e,args:t})}function setDevtoolsHook$1(e,t){if(devtools$1=e)devtools$1.enabled=!0,buffer.forEach(({event:e,args:t})=>devtools$1.emit(e,...t)),buffer=[];else if("undefined"==typeof window||!window.HTMLElement||null!=(e=null==(e=window.navigator)?void 0:e.userAgent)&&e.includes("jsdom"))devtoolsNotInstalled=!0,buffer=[];else{const n=t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[];n.push(e=>{setDevtoolsHook$1(e,t)}),setTimeout(()=>{devtools$1||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,devtoolsNotInstalled=!0,buffer=[])},3e3)}}function devtoolsInitApp(e,t){emit$1("app:init",e,t,{Fragment:Fragment,Text:Text,Comment:Comment,Static:Static})}function devtoolsUnmountApp(e){emit$1("app:unmount",e)}const devtoolsComponentAdded=createDevtoolsComponentHook("component:added"),devtoolsComponentUpdated=createDevtoolsComponentHook("component:updated"),_devtoolsComponentRemoved=createDevtoolsComponentHook("component:removed"),devtoolsComponentRemoved=e=>{devtools$1&&"function"==typeof devtools$1.cleanupBuffer&&!devtools$1.cleanupBuffer(e)&&_devtoolsComponentRemoved(e)};function createDevtoolsComponentHook(t){return e=>{emit$1(t,e.appContext.app,e.uid,e.parent?e.parent.uid:void 0,e)}}const devtoolsPerfStart=createDevtoolsPerformanceHook("perf:start"),devtoolsPerfEnd=createDevtoolsPerformanceHook("perf:end");function createDevtoolsPerformanceHook(r){return(e,t,n)=>{emit$1(r,e.appContext.app,e.uid,e,t,n)}}function devtoolsComponentEmit(e,t,n){emit$1("component:emit",e.appContext.app,e,t,n)}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(e){var t=currentRenderingInstance;return currentRenderingInstance=e,currentScopeId=e&&e.type.__scopeId||null,t}function pushScopeId(e){currentScopeId=e}function popScopeId(){currentScopeId=null}const withScopeId=e=>withCtx;function withCtx(r,o=currentRenderingInstance,e){if(!o)return r;if(r._n)return r;const s=(...e)=>{s._d&&setBlockTracking(-1);var t=setCurrentRenderingInstance(o);let n;try{n=r(...e)}finally{setCurrentRenderingInstance(t),s._d&&setBlockTracking(1)}return devtoolsComponentUpdated(o),n};return s._n=!0,s._c=!0,s._d=!0,s}function validateDirectiveName(e){isBuiltInDirective(e)&&warn$1("Do not use built-in directive ids as custom directive id: "+e)}function withDirectives(e,s){if(null===currentRenderingInstance)return warn$1("withDirectives can only be used inside render functions."),e;var i=getComponentPublicInstance(currentRenderingInstance);const a=e.dirs||(e.dirs=[]);for(let o=0;o<s.length;o++){let[e,t,n,r=EMPTY_OBJ]=s[o];e&&((e=isFunction(e)?{mounted:e,updated:e}:e).deep&&traverse(t),a.push({dir:e,instance:i,value:t,oldValue:void 0,arg:n,modifiers:r}))}return e}function invokeDirectiveHook(t,n,r,o){var s=t.dirs,i=n&&n.dirs;for(let e=0;e<s.length;e++){const l=s[e];i&&(l.oldValue=i[e].value);var a=l.dir[o];a&&(pauseTracking(),callWithAsyncErrorHandling(a,r,8,[t.el,l,t,n]),resetTracking())}}const TeleportEndKey=Symbol("_vte"),isTeleport=e=>e.__isTeleport,isTeleportDisabled=e=>e&&(e.disabled||""===e.disabled),isTeleportDeferred=e=>e&&(e.defer||""===e.defer),isTargetSVG=e=>"undefined"!=typeof SVGElement&&e instanceof SVGElement,isTargetMathML=e=>"function"==typeof MathMLElement&&e instanceof MathMLElement,resolveTarget=(e,t)=>{var n=e&&e.to;return isString(n)?t?((t=t(n))||isTeleportDisabled(e)||warn$1(`Failed to locate Teleport target with selector "${n}". Note the target element must exist before the component is mounted - i.e. the target cannot be rendered by the component itself, and ideally should be outside of the entire Vue component tree.`),t):(warn$1("Current renderer does not support string target for Teleports. (missing querySelector renderer option)"),null):(n||isTeleportDisabled(e)||warn$1("Invalid Teleport target: "+n),n)},TeleportImpl={name:"Teleport",__isTeleport:!0,process(e,n,t,r,o,s,i,a,l,c){const{mc:p,pc:d,pbc:u,o:{insert:h,querySelector:f,createText:m,createComment:g}}=c,v=isTeleportDisabled(n.props);let{shapeFlag:y,children:S,dynamicChildren:b}=n;if(isHmrUpdating&&(l=!1,b=null),null==e){var E=n.el=g("teleport start"),C=n.anchor=g("teleport end");h(E,t,r),h(C,t,r);const R=(e,t)=>{16&y&&(o&&o.isCE&&(o.ce._teleportTarget=e),p(S,e,t,o,s,i,a,l))},O=()=>{var e=n.target=resolveTarget(n.props,f),t=prepareAnchor(e,n,m,h);e?("svg"!==i&&isTargetSVG(e)?i="svg":"mathml"!==i&&isTargetMathML(e)&&(i="mathml"),v||(R(e,t),updateCssVars(n,!1))):v||warn$1("Invalid Teleport target on mount:",e,`(${typeof e})`)};v&&(R(t,C),updateCssVars(n,!0)),isTeleportDeferred(n.props)?queuePostRenderEffect(()=>{O(),n.el.__isMounted=!0},s):O()}else{var T,x,_,w;isTeleportDeferred(n.props)&&!e.el.__isMounted?queuePostRenderEffect(()=>{TeleportImpl.process(e,n,t,r,o,s,i,a,l,c),delete e.el.__isMounted},s):(n.el=e.el,n.targetStart=e.targetStart,E=n.anchor=e.anchor,C=n.target=e.target,T=n.targetAnchor=e.targetAnchor,w=(x=isTeleportDisabled(e.props))?t:C,_=x?E:T,"svg"===i||isTargetSVG(C)?i="svg":"mathml"!==i&&!isTargetMathML(C)||(i="mathml"),b?(u(e.dynamicChildren,b,w,o,s,i,a),traverseStaticChildren(e,n,!0)):l||d(e,n,w,_,o,s,i,a,!1),v?x?n.props&&e.props&&n.props.to!==e.props.to&&(n.props.to=e.props.to):moveTeleport(n,t,E,c,1):(n.props&&n.props.to)!==(e.props&&e.props.to)?(w=n.target=resolveTarget(n.props,f))?moveTeleport(n,w,null,c,0):warn$1("Invalid Teleport target on update:",C,`(${typeof C})`):x&&moveTeleport(n,C,T,c,1),updateCssVars(n,v))}},remove(e,t,n,{um:r,o:{remove:o}},s){var{shapeFlag:e,children:i,anchor:a,targetStart:l,targetAnchor:c,target:p,props:d}=e;if(p&&(o(l),o(c)),s&&o(a),16&e){var u=s||!isTeleportDisabled(d);for(let e=0;e<i.length;e++){var h=i[e];r(h,t,n,u,!!h.dynamicChildren)}}},move:moveTeleport,hydrate:hydrateTeleport};function moveTeleport(e,t,n,{o:{insert:r},m:o},s=2){0===s&&r(e.targetAnchor,t,n);var{el:e,anchor:i,shapeFlag:a,children:l,props:c}=e,s=2===s;if(s&&r(e,t,n),(!s||isTeleportDisabled(c))&&16&a)for(let e=0;e<l.length;e++)o(l[e],t,n,2);s&&r(i,t,n)}function hydrateTeleport(t,n,r,o,s,i,{o:{nextSibling:a,parentNode:e,querySelector:l,insert:c,createText:p}},d){const u=n.target=resolveTarget(n.props,l);if(u){var l=isTeleportDisabled(n.props),h=u._lpa||u.firstChild;if(16&n.shapeFlag)if(l)n.anchor=d(a(t),n,e(t),r,o,s,i),n.targetStart=h,n.targetAnchor=h&&a(h);else{n.anchor=a(t);let e=h;for(;e;){if(e&&8===e.nodeType)if("teleport start anchor"===e.data)n.targetStart=e;else if("teleport anchor"===e.data){n.targetAnchor=e,u._lpa=n.targetAnchor&&a(n.targetAnchor);break}e=a(e)}n.targetAnchor||prepareAnchor(u,n,p,c),d(h&&a(h),n,u,r,o,s,i)}updateCssVars(n,l)}return n.anchor&&a(n.anchor)}const Teleport=TeleportImpl;function updateCssVars(n,r){const o=n.ctx;if(o&&o.ut){let e,t;for(t=r?(e=n.el,n.anchor):(e=n.targetStart,n.targetAnchor);e&&e!==t;)1===e.nodeType&&e.setAttribute("data-v-owner",o.uid),e=e.nextSibling;o.ut()}}function prepareAnchor(e,t,n,r){const o=t.targetStart=n("");t=t.targetAnchor=n("");return o[TeleportEndKey]=t,e&&(r(o,e),r(t,e)),t}const leaveCbKey=Symbol("_leaveCb"),enterCbKey$1=Symbol("_enterCb");function useTransitionState(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return onMounted(()=>{e.isMounted=!0}),onBeforeUnmount(()=>{e.isUnmounting=!0}),e}const TransitionHookValidator=[Function,Array],BaseTransitionPropsValidators={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:TransitionHookValidator,onEnter:TransitionHookValidator,onAfterEnter:TransitionHookValidator,onEnterCancelled:TransitionHookValidator,onBeforeLeave:TransitionHookValidator,onLeave:TransitionHookValidator,onAfterLeave:TransitionHookValidator,onLeaveCancelled:TransitionHookValidator,onBeforeAppear:TransitionHookValidator,onAppear:TransitionHookValidator,onAfterAppear:TransitionHookValidator,onAppearCancelled:TransitionHookValidator},recursiveGetSubtree=e=>{e=e.subTree;return e.component?recursiveGetSubtree(e.component):e},BaseTransitionImpl={name:"BaseTransition",props:BaseTransitionPropsValidators,setup(e,{slots:o}){const a=getCurrentInstance(),l=useTransitionState();return()=>{var t=o.default&&getTransitionRawChildren(o.default(),!0);if(t&&t.length){var t=findNonCommentChild(t),n=toRaw(e),r=n["mode"];if(r&&"in-out"!==r&&"out-in"!==r&&"default"!==r&&warn$1("invalid <transition> mode: "+r),l.isLeaving)return emptyPlaceholder(t);var i=getInnerChild$1(t);if(!i)return emptyPlaceholder(t);let o=resolveTransitionHooks(i,n,l,a,e=>o=e),s=(i.type!==Comment&&setTransitionHooks(i,o),a.subTree&&getInnerChild$1(a.subTree));if(s&&s.type!==Comment&&!isSameVNodeType(i,s)&&recursiveGetSubtree(a).type!==Comment){let e=resolveTransitionHooks(s,n,l,a);if(setTransitionHooks(s,e),"out-in"===r&&i.type!==Comment)return l.isLeaving=!0,e.afterLeave=()=>{l.isLeaving=!1,8&a.job.flags||a.update(),delete e.afterLeave,s=void 0},emptyPlaceholder(t);"in-out"===r&&i.type!==Comment?e.delayLeave=(e,t,n)=>{const r=getLeavingNodesForType(l,s);r[String(s.key)]=s,e[leaveCbKey]=()=>{t(),e[leaveCbKey]=void 0,delete o.delayedLeave,s=void 0},o.delayedLeave=()=>{n(),delete o.delayedLeave,s=void 0}}:s=void 0}else s=s&&void 0;return t}}}};function findNonCommentChild(t){let n=t[0];if(1<t.length){let e=!1;for(const r of t)if(r.type!==Comment){if(e){warn$1("<transition> can only be used on a single element or component. Use <transition-group> for lists.");break}n=r,e=!0}}return n}const BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(e,t){const n=e["leavingVNodes"];let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function resolveTransitionHooks(s,t,i,n,r){const{appear:a,mode:e,persisted:o=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:p,onEnterCancelled:d,onBeforeLeave:u,onLeave:h,onAfterLeave:f,onLeaveCancelled:m,onBeforeAppear:g,onAppear:v,onAfterAppear:y,onAppearCancelled:S}=t,b=String(s.key),E=getLeavingNodesForType(i,s),C=(e,t)=>{e&&callWithAsyncErrorHandling(e,n,9,t)},T=(e,t)=>{const n=t[1];C(e,t),isArray(e)?e.every(e=>e.length<=1)&&n():e.length<=1&&n()},x={mode:e,persisted:o,beforeEnter(e){let t=l;if(!i.isMounted){if(!a)return;t=g||l}e[leaveCbKey]&&e[leaveCbKey](!0);const n=E[b];n&&isSameVNodeType(s,n)&&n.el[leaveCbKey]&&n.el[leaveCbKey](),C(t,[e])},enter(t){let e=c,n=p,r=d;if(!i.isMounted){if(!a)return;e=v||c,n=y||p,r=S||d}let o=!1;var s=t[enterCbKey$1]=e=>{o||(o=!0,e?C(r,[t]):C(n,[t]),x.delayedLeave&&x.delayedLeave(),t[enterCbKey$1]=void 0)};e?T(e,[t,s]):s()},leave(t,n){const r=String(s.key);if(t[enterCbKey$1]&&t[enterCbKey$1](!0),i.isUnmounting)return n();C(u,[t]);let o=!1;var e=t[leaveCbKey]=e=>{o||(o=!0,n(),e?C(m,[t]):C(f,[t]),t[leaveCbKey]=void 0,E[r]===s&&delete E[r])};E[r]=s,h?T(h,[t,e]):e()},clone(e){e=resolveTransitionHooks(e,t,i,n,r);return r&&r(e),e}};return x}function emptyPlaceholder(e){if(isKeepAlive(e))return(e=cloneVNode(e)).children=null,e}function getInnerChild$1(e){if(!isKeepAlive(e))return isTeleport(e.type)&&e.children?findNonCommentChild(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;return n?16&t?n[0]:32&t&&isFunction(n.default)?n.default():void 0:void 0}function setTransitionHooks(e,t){6&e.shapeFlag&&e.component?(e.transition=t,setTransitionHooks(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function getTransitionRawChildren(t,n=!1,r){let o=[],s=0;for(let e=0;e<t.length;e++){var i=t[e],a=null==r?i.key:String(r)+String(null!=i.key?i.key:e);i.type===Fragment?(128&i.patchFlag&&s++,o=o.concat(getTransitionRawChildren(i.children,n,a))):!n&&i.type===Comment||o.push(null!=a?cloneVNode(i,{key:a}):i)}if(1<s)for(let e=0;e<o.length;e++)o[e].patchFlag=-2;return o}function defineComponent(e,t){return isFunction(e)?(()=>extend({name:e.name},t,{setup:e}))():e}function useId(){const e=getCurrentInstance();return e?(e.appContext.config.idPrefix||"v")+"-"+e.ids[0]+e.ids[1]++:(warn$1("useId() is called when there is no active component instance to be associated with."),"")}function markAsyncBoundary(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const knownTemplateRefs=new WeakSet;function useTemplateRef(e){const t=getCurrentInstance(),n=shallowRef(null);t?(r=t.refs===EMPTY_OBJ?t.refs={}:t.refs,(o=Object.getOwnPropertyDescriptor(r,e))&&!o.configurable?warn$1(`useTemplateRef('${e}') already exists.`):Object.defineProperty(r,e,{enumerable:!0,get:()=>n.value,set:e=>n.value=e})):warn$1("useTemplateRef() is called when there is no active component instance to be associated with.");var r,o=readonly(n);return knownTemplateRefs.add(o),o}function setRef(t,n,r,o,s=!1){if(isArray(t))t.forEach((e,t)=>setRef(e,n&&(isArray(n)?n[t]:n),r,o,s));else if(isAsyncWrapper(o)&&!s)512&o.shapeFlag&&o.type.__asyncResolved&&o.component.subTree.component&&setRef(t,n,r,o.component.subTree);else{const i=4&o.shapeFlag?getComponentPublicInstance(o.component):o.el,a=s?null:i,{i:l,r:c}=t;if(l){const p=n&&n.r,d=l.refs===EMPTY_OBJ?l.refs={}:l.refs,u=l.setupState,h=toRaw(u),f=u===EMPTY_OBJ?()=>!1:e=>(hasOwn(h,e)&&!isRef(h[e])&&warn$1(`Template ref "${e}" used on a non-ref value. It will not work in the production build.`),knownTemplateRefs.has(h[e])?!1:hasOwn(h,e));if(null!=p&&p!==c&&(isString(p)?(d[p]=null,f(p)&&(u[p]=null)):isRef(p)&&(p.value=null)),isFunction(c))callWithErrorHandling(c,l,12,[a,d]);else{const m=isString(c),g=isRef(c);var e;m||g?(e=()=>{if(t.f){const e=m?(f(c)?u:d)[c]:c.value;s?isArray(e)&&remove(e,i):isArray(e)?e.includes(i)||e.push(i):m?(d[c]=[i],f(c)&&(u[c]=d[c])):(c.value=[i],t.k&&(d[t.k]=c.value))}else m?(d[c]=a,f(c)&&(u[c]=a)):g?(c.value=a,t.k&&(d[t.k]=a)):warn$1("Invalid template ref type:",c,`(${typeof c})`)},a?(e.id=-1,queuePostRenderEffect(e,r)):e()):warn$1("Invalid template ref type:",c,`(${typeof c})`)}}else warn$1("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.")}}let hasLoggedMismatchError=!1;const logMismatchError=()=>{hasLoggedMismatchError||(console.error("Hydration completed but contains mismatches."),hasLoggedMismatchError=!0)},isSVGContainer=e=>e.namespaceURI.includes("svg")&&"foreignObject"!==e.tagName,isMathMLContainer=e=>e.namespaceURI.includes("MathML"),getContainerType=e=>{if(1===e.nodeType)return isSVGContainer(e)?"svg":isMathMLContainer(e)?"mathml":void 0},isComment=e=>8===e.nodeType;function createHydrationFunctions(g){const{mt:v,p:u,o:{patchProp:y,createText:S,nextSibling:b,parentNode:E,remove:C,insert:T,createComment:a}}=g;const x=(t,n,e,r,o,s=!1)=>{s=s||!!n.dynamicChildren;const i=isComment(t)&&"["===t.data;var a=()=>O(t,n,e,r,o,i),{type:l,ref:c,shapeFlag:p,patchFlag:d}=n;let u=t.nodeType,h=(n.el=t,def(t,"__vnode",n,!0),def(t,"__vueParentComponent",e,!0),-2===d&&(s=!1,n.dynamicChildren=null),null);switch(l){case Text:h=3!==u?""===n.children?(T(n.el=S(""),E(t),t),t):a():(t.data!==n.children&&(warn$1("Hydration text mismatch in",t.parentNode,`
- rendered on server: ${JSON.stringify(t.data)}
- expected on client: `+JSON.stringify(n.children)),logMismatchError(),t.data=n.children),b(t));break;case Comment:N(t)?(h=b(t),k(n.el=t.content.firstChild,t,e)):h=8!==u||i?a():b(t);break;case Static:if(i&&(t=b(t),u=t.nodeType),1===u||3===u){h=t;var f=!n.children.length;for(let e=0;e<n.staticCount;e++)f&&(n.children+=1===h.nodeType?h.outerHTML:h.data),e===n.staticCount-1&&(n.anchor=h),h=b(h);return i?b(h):h}a();break;case Fragment:h=i?R(t,n,e,r,o,s):a();break;default:if(1&p)h=1===u&&n.type.toLowerCase()===t.tagName.toLowerCase()||N(t)?_(t,n,e,r,o,s):a();else if(6&p){n.slotScopeIds=o;var m=E(t);if(h=i?A(t):isComment(t)&&"teleport start"===t.data?A(t,t.data,"teleport end"):b(t),v(n,m,null,e,r,getContainerType(m),s),isAsyncWrapper(n)&&!n.type.__asyncResolved){let e;i?(e=createVNode(Fragment)).anchor=h?h.previousSibling:m.lastChild:e=3===t.nodeType?createTextVNode(""):createVNode("div"),e.el=t,n.component.subTree=e}}else 64&p?h=8!==u?a():n.type.hydrate(t,n,e,r,o,s,g,w):128&p?h=n.type.hydrate(t,n,e,r,getContainerType(E(t)),o,s,g,x):warn$1("Invalid HostVNode type:",l,`(${typeof l})`)}return null!=c&&setRef(c,null,r,n),h},_=(n,r,o,s,i,a)=>{a=a||!!r.dynamicChildren;const{type:e,props:l,shapeFlag:c,dirs:p,transition:d}=r;var u,h="input"===e||"option"===e;{p&&invokeDirectiveHook(r,null,o,"created");let e=!1;if(N(n)&&(e=needTransition(null,d)&&o&&o.vnode.props&&o.vnode.props.appear,u=n.content.firstChild,e&&d.beforeEnter(u),k(u,n,o),r.el=n=u),16&c&&(!l||!l.innerHTML&&!l.textContent)){let e=w(n.firstChild,r,n,o,s,i,a),t=!1;for(;e;){isMismatchAllowed(n,1)||(t||(warn$1("Hydration children mismatch on",n,`
Server rendered element contains more child nodes than client vdom.`),t=!0),logMismatchError());var f=e;e=e.nextSibling,C(f)}}else if(8&c){let e=r.children;"\n"!==e[0]||"PRE"!==n.tagName&&"TEXTAREA"!==n.tagName||(e=e.slice(1)),n.textContent!==e&&(isMismatchAllowed(n,0)||(warn$1("Hydration text content mismatch on",n,`
- rendered on server: ${n.textContent}
- expected on client: `+r.children),logMismatchError()),n.textContent=r.children)}if(l){var m=n.tagName.includes("-");for(const g in l)p&&p.some(e=>e.dir.created)||!propHasMismatch(n,g,l[g],r,o)||logMismatchError(),(h&&(g.endsWith("value")||"indeterminate"===g)||isOn(g)&&!isReservedProp(g)||"."===g[0]||m)&&y(n,g,null,l[g],void 0,o)}let t;(t=l&&l.onVnodeBeforeMount)&&invokeVNodeHook(t,o,r),p&&invokeDirectiveHook(r,null,o,"beforeMount"),((t=l&&l.onVnodeMounted)||p||e)&&queueEffectWithSuspense(()=>{t&&invokeVNodeHook(t,o,r),e&&d.enter(n),p&&invokeDirectiveHook(r,null,o,"mounted")},s)}return n.nextSibling},w=(t,e,n,r,o,s,i)=>{i=i||!!e.dynamicChildren;const a=e.children;var l=a.length;let c=!1;for(let e=0;e<l;e++){const d=i?a[e]:a[e]=normalizeVNode(a[e]);var p=d.type===Text;t?(p&&!i&&e+1<l&&normalizeVNode(a[e+1]).type===Text&&(T(S(t.data.slice(d.children.length)),n,b(t)),t.data=d.children),t=x(t,d,r,o,s,i)):p&&!d.children?T(d.el=S(""),n):(isMismatchAllowed(n,1)||(c||(warn$1("Hydration children mismatch on",n,`
Server rendered element contains fewer child nodes than client vdom.`),c=!0),logMismatchError()),u(null,d,n,null,r,o,getContainerType(n),s))}return t},R=(e,t,n,r,o,s)=>{var i=t["slotScopeIds"],i=(i&&(o=o?o.concat(i):i),E(e)),e=w(b(e),t,i,n,r,o,s);return e&&isComment(e)&&"]"===e.data?b(t.anchor=e):(logMismatchError(),T(t.anchor=a("]"),i,e),e)},O=(e,t,n,r,o,s)=>{if(isMismatchAllowed(e.parentElement,1)||(warn$1(`Hydration node mismatch:
- rendered on server:`,e,3===e.nodeType?"(text)":isComment(e)&&"["===e.data?"(start of fragment)":"",`
- expected on client:`,t.type),logMismatchError()),t.el=null,s)for(var i=A(e);;){var a=b(e);if(!a||a===i)break;C(a)}var s=b(e),l=E(e);return C(e),u(null,t,l,s,n,r,getContainerType(l),o),n&&(n.vnode.el=t.el,updateHOCHostEl(n,t.el)),s},A=(e,t="[",n="]")=>{let r=0;for(;e;)if((e=b(e))&&isComment(e)&&(e.data===t&&r++,e.data===n)){if(0===r)return b(e);r--}return e},k=(e,t,n)=>{const r=t.parentNode;r&&r.replaceChild(e,t);let o=n;for(;o;)o.vnode.el===t&&(o.vnode.el=o.subTree.el=e),o=o.parent},N=e=>1===e.nodeType&&"TEMPLATE"===e.tagName;return[(e,t)=>{if(!t.hasChildNodes())return warn$1("Attempting to hydrate existing markup but container is empty. Performing full mount instead."),u(null,e,t),flushPostFlushCbs(),void(t._vnode=e);x(t.firstChild,e,null,null,null),flushPostFlushCbs(),t._vnode=e},x]}function propHasMismatch(e,t,n,r,o){let s,i,a,l;if("class"===t)a=e.getAttribute("class"),l=normalizeClass(n),isSetEqual(toClassSet(a||""),toClassSet(l))||(s=2,i="class");else if("style"===t){a=e.getAttribute("style")||"",l=isString(n)?n:stringifyStyle(normalizeStyle(n));var c=toStyleMap(a);const u=toStyleMap(l);if(r.dirs)for(var{dir:p,value:d}of r.dirs)"show"!==p.name||d||u.set("display","none");o&&resolveCssVars(o,r,u),isMapEqual(c,u)||(s=3,i="style")}else(e instanceof SVGElement&&isKnownSvgAttr(t)||e instanceof HTMLElement&&(isBooleanAttr(t)||isKnownHtmlAttr(t)))&&(l=isBooleanAttr(t)?(a=e.hasAttribute(t),includeBooleanAttr(n)):null==n?(a=e.hasAttribute(t),!1):(a=e.hasAttribute(t)?e.getAttribute(t):"value"===t&&"TEXTAREA"===e.tagName&&e.value,!!isRenderableAttrValue(n)&&String(n)),a!==l&&(s=4,i=t));return null!=s&&!isMismatchAllowed(e,s)&&(o=e=>!1===e?"(not rendered)":i+`="${e}"`,warn$1(`Hydration ${MismatchTypeString[s]} mismatch on`,e,`
- rendered on server: ${o(a)}
- expected on client: ${o(l)}
Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.
You should fix the source of the mismatch.`),!0)}function toClassSet(e){return new Set(e.trim().split(/\s+/))}function isSetEqual(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function toStyleMap(e){const n=new Map;for(const r of e.split(";")){let[e,t]=r.split(":");e=e.trim(),t=t&&t.trim(),e&&t&&n.set(e,t)}return n}function isMapEqual(e,t){if(e.size!==t.size)return!1;for(var[n,r]of e)if(r!==t.get(n))return!1;return!0}function resolveCssVars(e,t,n){const r=e.subTree;if(e.getCssVars&&(t===r||r&&r.type===Fragment&&r.children.includes(t))){var o=e.getCssVars();for(const s in o)n.set("--"+getEscapedCssVarName(s),String(o[s]))}t===r&&e.parent&&resolveCssVars(e.parent,e.vnode,n)}const allowMismatchAttr="data-allow-mismatch",MismatchTypeString={[0]:"text",1:"children",2:"class",3:"style",4:"attribute"};function isMismatchAllowed(e,t){if(0===t||1===t)for(;e&&!e.hasAttribute(allowMismatchAttr);)e=e.parentElement;const n=e&&e.getAttribute(allowMismatchAttr);if(null==n)return!1;if(""===n)return!0;{const r=n.split(",");return 0===t&&r.includes("children")?!0:n.split(",").includes(MismatchTypeString[t])}}const requestIdleCallback=getGlobalThis().requestIdleCallback||(e=>setTimeout(e,1)),cancelIdleCallback=getGlobalThis().cancelIdleCallback||(e=>clearTimeout(e)),hydrateOnIdle=(n=1e4)=>e=>{const t=requestIdleCallback(e,{timeout:n});return()=>cancelIdleCallback(t)};function elementIsVisibleInViewport(e){var{top:e,left:t,bottom:n,right:r}=e.getBoundingClientRect(),{innerHeight:o,innerWidth:s}=window;return(0<e&&e<o||0<n&&n<o)&&(0<t&&t<s||0<r&&r<s)}const hydrateOnVisible=t=>(n,e)=>{const r=new IntersectionObserver(e=>{for(const t of e)if(t.isIntersecting){r.disconnect(),n();break}},t);return e(e=>{if(e instanceof Element)return elementIsVisibleInViewport(e)?(n(),r.disconnect(),!1):void r.observe(e)}),()=>r.disconnect()},hydrateOnMediaQuery=n=>e=>{if(n){const t=matchMedia(n);if(!t.matches)return t.addEventListener("change",e,{once:!0}),()=>t.removeEventListener("change",e);e()}},hydrateOnInteraction=(s=[])=>(t,e)=>{isString(s)&&(s=[s]);let n=!1;const r=e=>{n||(n=!0,o(),t(),e.target.dispatchEvent(new e.constructor(e.type,e)))},o=()=>{e(e=>{for(const t of s)e.removeEventListener(t,r)})};return e(e=>{for(const t of s)e.addEventListener(t,r,{once:!0})}),o};function forEachElement(n,r){if(isComment(n)&&"["===n.data){let e=1,t=n.nextSibling;for(;t;){if(1===t.nodeType){if(!1===r(t))break}else if(isComment(t))if("]"===t.data){if(0==--e)break}else"["===t.data&&e++;t=t.nextSibling}}else r(n)}const isAsyncWrapper=e=>!!e.type.__asyncLoader;function defineAsyncComponent(e){const{loader:n,loadingComponent:s,errorComponent:i,delay:a=200,hydrate:o,timeout:l,suspensible:c=!0,onError:r}=e=isFunction(e)?{loader:e}:e;let p=null,d,u=0;const h=()=>{let t;return p||(t=p=n().catch(n=>{if(n=n instanceof Error?n:new Error(String(n)),r)return new Promise((e,t)=>{r(n,()=>e((u++,p=null,h())),()=>t(n),u+1)});throw n}).then(e=>{if(t!==p&&p)return p;if(e||warn$1("Async component loader resolved to undefined. If you are using retry(), make sure to return its return value."),!(e=e&&(e.__esModule||"Module"===e[Symbol.toStringTag])?e.default:e)||isObject(e)||isFunction(e))return d=e;throw new Error("Invalid async component load result: "+e)}))};return defineComponent({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(t,n,r){const e=o?()=>{var e=o(r,e=>forEachElement(t,e));e&&(n.bum||(n.bum=[])).push(e)}:r;d?e():h().then(()=>!n.isUnmounted&&e())},get __asyncResolved(){return d},setup(){const t=currentInstance;if(markAsyncBoundary(t),d)return()=>createInnerComp(d,t);const n=e=>{p=null,handleError(e,t,13,!i)};if(c&&t.suspense||isInSSRComponentSetup)return h().then(e=>()=>createInnerComp(e,t)).catch(e=>(n(e),()=>i?createVNode(i,{error:e}):null));const r=ref(!1),o=ref(),e=ref(!!a);return a&&setTimeout(()=>{e.value=!1},a),null!=l&&setTimeout(()=>{var e;r.value||o.value||(e=new Error(`Async component timed out after ${l}ms.`),n(e),o.value=e)},l),h().then(()=>{r.value=!0,t.parent&&isKeepAlive(t.parent.vnode)&&t.parent.update()}).catch(e=>{n(e),o.value=e}),()=>r.value&&d?createInnerComp(d,t):o.value&&i?createVNode(i,{error:o.value}):s&&!e.value?createVNode(s):void 0}})}function createInnerComp(e,t){var{ref:n,props:r,children:o,ce:s}=t.vnode;const i=createVNode(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const isKeepAlive=e=>e.type.__isKeepAlive,KeepAliveImpl={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(a,{slots:l}){const r=getCurrentInstance(),e=r.ctx;if(!e.renderer)return()=>{var e=l.default&&l.default();return e&&1===e.length?e[0]:e};const c=new Map,p=new Set;let d=null;r.__v_cache=c;const i=r.suspense,{p:u,m:h,um:t,o:{createElement:n}}=e["renderer"],o=n("div");function s(e){resetShapeFlag(e),t(e,r,i,!0)}function f(n){c.forEach((e,t)=>{e=getComponentName(e.type);e&&!n(e)&&m(t)})}function m(e){var t=c.get(e);!t||d&&isSameVNodeType(t,d)?d&&resetShapeFlag(d):s(t),c.delete(e),p.delete(e)}e.activate=(t,e,n,r,o)=>{const s=t.component;h(t,e,n,0,i),u(s.vnode,t,e,n,s,i,r,t.slotScopeIds,o),queuePostRenderEffect(()=>{s.isDeactivated=!1,s.a&&invokeArrayFns(s.a);var e=t.props&&t.props.onVnodeMounted;e&&invokeVNodeHook(e,s.parent,t)},i),devtoolsComponentAdded(s)},e.deactivate=t=>{const n=t.component;invalidateMount(n.m),invalidateMount(n.a),h(t,o,null,1,i),queuePostRenderEffect(()=>{n.da&&invokeArrayFns(n.da);var e=t.props&&t.props.onVnodeUnmounted;e&&invokeVNodeHook(e,n.parent,t),n.isDeactivated=!0},i),devtoolsComponentAdded(n)},watch(()=>[a.include,a.exclude],([t,n])=>{t&&f(e=>matches(t,e)),n&&f(e=>!matches(n,e))},{flush:"post",deep:!0});let g=null;var v=()=>{null!=g&&(isSuspense(r.subTree.type)?queuePostRenderEffect(()=>{c.set(g,getInnerChild(r.subTree))},r.subTree.suspense):c.set(g,getInnerChild(r.subTree)))};return onMounted(v),onUpdated(v),onBeforeUnmount(()=>{c.forEach(e=>{var{subTree:t,suspense:n}=r,t=getInnerChild(t);if(e.type===t.type&&e.key===t.key)return resetShapeFlag(t),void((t=t.component.da)&&queuePostRenderEffect(t,n));s(e)})}),()=>{if(g=null,!l.default)return d=null;var e=l.default();const t=e[0];if(1<e.length)return warn$1("KeepAlive should contain exactly one component child."),d=null,e;if(!(isVNode(t)&&(4&t.shapeFlag||128&t.shapeFlag)))return d=null,t;let n=getInnerChild(t);if(n.type===Comment)return d=null,n;var e=n.type,r=getComponentName(isAsyncWrapper(n)?n.type.__asyncResolved||{}:e),{include:o,exclude:s,max:i}=a;if(o&&(!r||!matches(o,r))||s&&r&&matches(s,r))return n.shapeFlag&=-257,d=n,t;o=null==n.key?e:n.key,s=c.get(o);return n.el&&(n=cloneVNode(n),128&t.shapeFlag&&(t.ssContent=n)),g=o,s?(n.el=s.el,n.component=s.component,n.transition&&setTransitionHooks(n,n.transition),n.shapeFlag|=512,p.delete(o),p.add(o)):(p.add(o),i&&p.size>parseInt(i,10)&&m(p.values().next().value)),n.shapeFlag|=256,d=n,isSuspense(t.type)?t:n}}},KeepAlive=KeepAliveImpl;function matches(e,t){return isArray(e)?e.some(e=>matches(e,t)):isString(e)?e.split(",").includes(t):!!isRegExp(e)&&(e.lastIndex=0,e.test(t))}function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(t,n,r=currentInstance){var o=t.__wdc||(t.__wdc=()=>{let e=r;for(;e;){if(e.isDeactivated)return;e=e.parent}return t()});if(injectHook(n,o,r),r){let e=r.parent;for(;e&&e.parent;)isKeepAlive(e.parent.vnode)&&injectToKeepAliveRoot(o,n,r,e),e=e.parent}}function injectToKeepAliveRoot(e,t,n,r){const o=injectHook(t,e,r,!0);onUnmounted(()=>{remove(r[t],o)},n)}function resetShapeFlag(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function getInnerChild(e){return 128&e.shapeFlag?e.ssContent:e}function injectHook(n,r,o=currentInstance,e=!1){if(o){const s=o[n]||(o[n]=[]);var t=r.__weh||(r.__weh=(...e)=>{pauseTracking();const t=setCurrentInstance(o);e=callWithAsyncErrorHandling(r,o,n,e);return t(),resetTracking(),e});return e?s.unshift(t):s.push(t),t}warn$1(toHandlerKey(ErrorTypeStrings$1[n].replace(/ hook$/,""))+" is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.")}const createHook=n=>(t,e=currentInstance)=>{isInSSRComponentSetup&&"sp"!==n||injectHook(n,(...e)=>t(...e),e)},onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(e,t=currentInstance){injectHook("ec",e,t)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(e,t){return resolveAsset(COMPONENTS,e,!0,t)||e}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDynamicComponent(e){return isString(e)?resolveAsset(COMPONENTS,e,!1)||e:e||NULL_DYNAMIC_COMPONENT}function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,n=!0,r=!1){var o=currentRenderingInstance||currentInstance;if(o){var s=o.type;if(e===COMPONENTS){var i=getComponentName(s,!1);if(i&&(i===t||i===camelize(t)||i===capitalize(camelize(t))))return s}i=resolve(o[e]||s[e],t)||resolve(o.appContext[e],t);return!i&&r?s:(n&&!i&&(o=e===COMPONENTS?`
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.`:"",warn$1(`Failed to resolve ${e.slice(0,-1)}: `+t+o)),i)}warn$1(`resolve${capitalize(e.slice(0,-1))} can only be used in render() or setup().`)}function resolve(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize(camelize(t))])}function renderList(r,o,e,t){let s;const i=e&&e[t];var a=isArray(r);if(a||isString(r)){let n=!1;a&&isReactive(r)&&(n=!isShallow(r),r=shallowReadArray(r)),s=new Array(r.length);for(let e=0,t=r.length;e<t;e++)s[e]=o(n?toReactive(r[e]):r[e],e,void 0,i&&i[e])}else if("number"==typeof r){Number.isInteger(r)||warn$1(`The v-for range expect an integer value but got ${r}.`),s=new Array(r);for(let e=0;e<r;e++)s[e]=o(e+1,e,void 0,i&&i[e])}else if(isObject(r))if(r[Symbol.iterator])s=Array.from(r,(e,t)=>o(e,t,void 0,i&&i[t]));else{var n=Object.keys(r);s=new Array(n.length);for(let e=0,t=n.length;e<t;e++){var l=n[e];s[e]=o(r[l],l,e,i&&i[e])}}else s=[];return e&&(e[t]=s),s}function createSlots(t,n){for(let e=0;e<n.length;e++){const r=n[e];if(isArray(r))for(let e=0;e<r.length;e++)t[r[e].name]=r[e].fn;else r&&(t[r.name]=r.key?(...e)=>{const t=r.fn(...e);return t&&(t.key=r.key),t}:r.fn)}return t}function renderSlot(e,t,n={},r,o){if(currentRenderingInstance.ce||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&&currentRenderingInstance.parent.ce)return"default"!==t&&(n.name=t),openBlock(),createBlock(Fragment,null,[createVNode("slot",n,r&&r())],64);let s=e[t];s&&1<s.length&&(warn$1("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),s=()=>[]),s&&s._c&&(s._d=!1),openBlock();var i=s&&ensureValidVNode(s(n)),n=n.key||i&&i.key;const a=createBlock(Fragment,{key:(n&&!isSymbol(n)?n:"_"+t)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&1===e._?64:-2);return!o&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),s&&s._c&&(s._d=!0),a}function ensureValidVNode(e){return e.some(e=>!isVNode(e)||e.type!==Comment&&!(e.type===Fragment&&!ensureValidVNode(e.children)))?e:null}function toHandlers(e,t){const n={};if(!isObject(e))return warn$1("v-on with no argument expects an object value."),n;for(const r in e)n[t&&/[A-Z]/.test(r)?"on:"+r:toHandlerKey(r)]=e[r];return n}const getPublicInstance=e=>e?isStatefulComponent(e)?getComponentPublicInstance(e):getPublicInstance(e.parent):null,publicPropertiesMap=extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>shallowReadonly(e.props),$attrs:e=>shallowReadonly(e.attrs),$slots:e=>shallowReadonly(e.slots),$refs:e=>shallowReadonly(e.refs),$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{queueJob(e.update)}),$nextTick:e=>e.n||(e.n=nextTick.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),isReservedPrefix=e=>"_"===e||"$"===e,hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn(e,t),PublicInstanceProxyHandlers={get({_:e},t){if("__v_skip"===t)return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:a,appContext:l}=e;if("__isVue"===t)return!0;if("$"!==t[0]){var c=i[t];if(void 0!==c)switch(c){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(hasSetupBinding(r,t))return i[t]=1,r[t];if(o!==EMPTY_OBJ&&hasOwn(o,t))return i[t]=2,o[t];if((c=e.propsOptions[0])&&hasOwn(c,t))return i[t]=3,s[t];if(n!==EMPTY_OBJ&&hasOwn(n,t))return i[t]=4,n[t];shouldCacheAccess&&(i[t]=0)}}const p=publicPropertiesMap[t];let d,u;return p?("$attrs"===t?(track(e.attrs,"get",""),markAttrsAccessed()):"$slots"===t&&track(e,"get",t),p(e)):(d=a.__cssModules)&&(d=d[t])?d:n!==EMPTY_OBJ&&hasOwn(n,t)?(i[t]=4,n[t]):(u=l.config.globalProperties,hasOwn(u,t)?u[t]:void(!currentRenderingInstance||isString(t)&&0===t.indexOf("__v")||(o!==EMPTY_OBJ&&isReservedPrefix(t[0])&&hasOwn(o,t)?warn$1(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===currentRenderingInstance&&warn$1(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))))},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return hasSetupBinding(o,t)?(o[t]=n,!0):o.__isScriptSetup&&hasOwn(o,t)?(warn$1(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==EMPTY_OBJ&&hasOwn(r,t)?(r[t]=n,!0):hasOwn(e.props,t)?(warn$1(`Attempting to mutate prop "${t}". Props are readonly.`),!1):"$"===t[0]&&t.slice(1)in e?(warn$1(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(t in e.appContext.config.globalProperties?Object.defineProperty(s,t,{enumerable:!0,configurable:!0,value:n}):s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){return!!n[i]||e!==EMPTY_OBJ&&hasOwn(e,i)||hasSetupBinding(t,i)||(n=s[0])&&hasOwn(n,i)||hasOwn(r,i)||hasOwn(publicPropertiesMap,i)||hasOwn(o.config.globalProperties,i)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:hasOwn(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)},ownKeys:e=>(warn$1("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e))},RuntimeCompiledPublicInstanceProxyHandlers=extend({},PublicInstanceProxyHandlers,{get(e,t){if(t!==Symbol.unscopables)return PublicInstanceProxyHandlers.get(e,t,e)},has(e,t){var n="_"!==t[0]&&!isGloballyAllowed(t);return!n&&PublicInstanceProxyHandlers.has(e,t)&&warn$1(`Property ${JSON.stringify(t)} should not start with _ which is a reserved prefix for Vue internals.`),n}});function createDevRenderContext(t){const n={};return Object.defineProperty(n,"_",{configurable:!0,enumerable:!1,get:()=>t}),Object.keys(publicPropertiesMap).forEach(e=>{Object.defineProperty(n,e,{configurable:!0,enumerable:!1,get:()=>publicPropertiesMap[e](t),set:NOOP})}),n}function exposePropsOnRenderContext(t){const{ctx:n,propsOptions:[e]}=t;e&&Object.keys(e).forEach(e=>{Object.defineProperty(n,e,{enumerable:!0,configurable:!0,get:()=>t.props[e],set:NOOP})})}function exposeSetupStateOnRenderContext(e){const{ctx:t,setupState:n}=e;Object.keys(toRaw(n)).forEach(e=>{n.__isScriptSetup||(isReservedPrefix(e[0])?warn$1(`setup() return property ${JSON.stringify(e)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`):Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:()=>n[e],set:NOOP}))})}const warnRuntimeUsage=e=>warn$1(e+"() is a compiler-hint helper that is only usable inside <script setup> of a single file component. Its arguments should be compiled away and passing it at runtime has no effect.");function defineProps(){return warnRuntimeUsage("defineProps"),null}function defineEmits(){return warnRuntimeUsage("defineEmits"),null}function defineExpose(e){warnRuntimeUsage("defineExpose")}function defineOptions(e){warnRuntimeUsage("defineOptions")}function defineSlots(){return warnRuntimeUsage("defineSlots"),null}function defineModel(){warnRuntimeUsage("defineModel")}function withDefaults(e,t){return warnRuntimeUsage("withDefaults"),null}function useSlots(){return getContext().slots}function useAttrs(){return getContext().attrs}function getContext(){const e=getCurrentInstance();return e||warn$1("useContext() called without active instance."),e.setupContext||(e.setupContext=createSetupContext(e))}function normalizePropsOrEmits(e){return isArray(e)?e.reduce((e,t)=>(e[t]=null,e),{}):e}function mergeDefaults(e,t){const n=normalizePropsOrEmits(e);for(const r in t)if(!r.startsWith("__skip")){let e=n[r];e?isArray(e)||isFunction(e)?e=n[r]={type:e,default:t[r]}:e.default=t[r]:null===e?e=n[r]={default:t[r]}:warn$1(`props default key "${r}" has no corresponding declaration.`),e&&t["__skip_"+r]&&(e.skipFactory=!0)}return n}function mergeModels(e,t){return e&&t?isArray(e)&&isArray(t)?e.concat(t):extend({},normalizePropsOrEmits(e),normalizePropsOrEmits(t)):e||t}function createPropsRestProxy(e,t){var n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function withAsyncContext(e){const t=getCurrentInstance();t||warn$1("withAsyncContext called without active current instance. This is likely a bug.");let n=e();return unsetCurrentInstance(),[n=isPromise(n)?n.catch(e=>{throw setCurrentInstance(t),e}):n,()=>setCurrentInstance(t)]}function createDuplicateChecker(){const n=Object.create(null);return(e,t)=>{n[t]?warn$1(`${e} property "${t}" is already defined in ${n[t]}.`):n[t]=e}}let shouldCacheAccess=!0;function applyOptions(e){var t=resolveMergedOptions(e);const n=e.proxy;var r=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook$1(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:i,watch:a,provide:l,inject:c,created:p,beforeMount:d,mounted:u,beforeUpdate:h,updated:f,activated:m,deactivated:D,beforeUnmount:F,unmounted:L,render:g,renderTracked:$,renderTriggered:H,errorCaptured:B,serverPrefetch:v,expose:y,inheritAttrs:S,components:b,directives:E}=t,C=createDuplicateChecker();var[t]=e.propsOptions;if(t)for(const _ in t)C("Props",_);if(c&&resolveInjections(c,r,C),i)for(const w in i){const R=i[w];isFunction(R)?(Object.defineProperty(r,w,{value:R.bind(n),configurable:!0,enumerable:!0,writable:!0}),C("Methods",w)):warn$1(`Method "${w}" has type "${typeof R}" in the component definition. Did you reference the function correctly?`)}if(o){isFunction(o)||warn$1("The data option must be a function. Plain object usage is no longer supported.");const O=o.call(n,n);if(isPromise(O)&&warn$1("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),isObject(O)){e.data=reactive(O);for(const A in O)C("Data",A),isReservedPrefix(A[0])||Object.defineProperty(r,A,{configurable:!0,enumerable:!0,get:()=>O[A],set:NOOP})}else warn$1("data() should return an object.")}if(shouldCacheAccess=!0,s)for(const k in s){const N=s[k];var T=isFunction(N)?N.bind(n,n):isFunction(N.get)?N.get.bind(n,n):NOOP,j=(T===NOOP&&warn$1(`Computed property "${k}" has no getter.`),!isFunction(N)&&isFunction(N.set)?N.set.bind(n):()=>{warn$1(`Write operation failed: computed property "${k}" is readonly.`)});const I=computed({get:T,set:j});Object.defineProperty(r,k,{enumerable:!0,configurable:!0,get:()=>I.value,set:e=>I.value=e}),C("Computed",k)}if(a)for(const P in a)createWatcher(a[P],r,n,P);if(l){const M=isFunction(l)?l.call(n):l;Reflect.ownKeys(M).forEach(e=>{provide(e,M[e])})}function x(t,e){isArray(e)?e.forEach(e=>t(e.bind(n))):e&&t(e.bind(n))}if(p&&callHook$1(p,e,"c"),x(onBeforeMount,d),x(onMounted,u),x(onBeforeUpdate,h),x(onUpdated,f),x(onActivated,m),x(onDeactivated,D),x(onErrorCaptured,B),x(onRenderTracked,$),x(onRenderTriggered,H),x(onBeforeUnmount,F),x(onUnmounted,L),x(onServerPrefetch,v),isArray(y))if(y.length){const V=e.exposed||(e.exposed={});y.forEach(t=>{Object.defineProperty(V,t,{get:()=>n[t],set:e=>n[t]=e})})}else e.exposed||(e.exposed={});g&&e.render===NOOP&&(e.render=g),null!=S&&(e.inheritAttrs=S),b&&(e.components=b),E&&(e.directives=E),v&&markAsyncBoundary(e)}function resolveInjections(e,n,r=NOOP){for(const s in e=isArray(e)?normalizeInject(e):e){var o=e[s];let t;isRef(t=isObject(o)?"default"in o?inject(o.from||s,o.default,!0):inject(o.from||s):inject(o))?Object.defineProperty(n,s,{enumerable:!0,configurable:!0,get:()=>t.value,set:e=>t.value=e}):n[s]=t,r("Inject",s)}}function callHook$1(e,t,n){callWithAsyncErrorHandling(isArray(e)?e.map(e=>e.bind(t.proxy)):e.bind(t.proxy),t,n)}function createWatcher(e,t,n,r){var o,s=r.includes(".")?createPathGetter(n,r):()=>n[r];isString(e)?(o=t[e],isFunction(o)?watch(s,o):warn$1(`Invalid watch handler specified by key "${e}"`,o)):isFunction(e)?watch(s,e.bind(n)):isObject(e)?isArray(e)?e.forEach(e=>createWatcher(e,t,n,r)):(o=isFunction(e.handler)?e.handler.bind(n):t[e.handler],isFunction(o)?watch(s,o,e):warn$1(`Invalid watch handler specified by key "${e.handler}"`,o)):warn$1(`Invalid watch option: "${r}"`,e)}function resolveMergedOptions(e){var t=e.type,{mixins:n,extends:r}=t;const{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext;e=s.get(t);let a;return e?a=e:o.length||n||r?(a={},o.length&&o.forEach(e=>mergeOptions(a,e,i,!0)),mergeOptions(a,t,i)):a=t,isObject(t)&&s.set(t,a),a}function mergeOptions(t,e,n,r=!1){const{mixins:o,extends:s}=e;s&&mergeOptions(t,s,n,!0),o&&o.forEach(e=>mergeOptions(t,e,n,!0));for(const i in e)if(r&&"expose"===i)warn$1('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=internalOptionMergeStrats[i]||n&&n[i];t[i]=a?a(t[i],e[i]):e[i]}return t}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray$1,created:mergeAsArray$1,beforeMount:mergeAsArray$1,mounted:mergeAsArray$1,beforeUpdate:mergeAsArray$1,updated:mergeAsArray$1,beforeDestroy:mergeAsArray$1,beforeUnmount:mergeAsArray$1,destroyed:mergeAsArray$1,unmounted:mergeAsArray$1,activated:mergeAsArray$1,deactivated:mergeAsArray$1,errorCaptured:mergeAsArray$1,serverPrefetch:mergeAsArray$1,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend(isFunction(e)?e.call(this,this):e,isFunction(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(t){if(isArray(t)){const n={};for(let e=0;e<t.length;e++)n[t[e]]=t[e];return n}return t}function mergeAsArray$1(e,t){return e?[...new Set([].concat(e,t))]:t}function mergeObjectOptions(e,t){return e?extend(Object.create(null),e,t):t}function mergeEmitsOrPropsOptions(e,t){return e?isArray(e)&&isArray(t)?[...new Set([...e,...t])]:extend(Object.create(null),normalizePropsOrEmits(e),normalizePropsOrEmits(null!=t?t:{})):t}function mergeWatchOptions(e,t){if(!e)return t;if(!t)return e;const n=extend(Object.create(null),e);for(const r in t)n[r]=mergeAsArray$1(e[r],t[r]);return n}function createAppContext(){return{app:null,config:{isNativeTag:NO,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 uid$1=0;function createAppAPI(c,p){return function(o,s=null){isFunction(o)||(o=extend({},o)),null==s||isObject(s)||(warn$1("root props passed to app.mount() must be an object."),s=null);const i=createAppContext(),n=new WeakSet,t=[];let a=!1;const l=i.app={_uid:uid$1++,_component:o,_props:s,_container:null,_context:i,_instance:null,version:version,get config(){return i.config},set config(e){warn$1("app.config cannot be replaced. Modify individual options instead.")},use(e,...t){return n.has(e)?warn$1("Plugin has already been applied to target app."):e&&isFunction(e.install)?(n.add(e),e.install(l,...t)):isFunction(e)?(n.add(e),e(l,...t)):warn$1('A plugin must either be a function or an object with an "install" function.'),l},mixin(e){return i.mixins.includes(e)?warn$1("Mixin has already been applied to target app"+(e.name?": "+e.name:"")):i.mixins.push(e),l},component(e,t){return validateComponentName(e,i.config),t?(i.components[e]&&warn$1(`Component "${e}" has already been registered in target app.`),i.components[e]=t,l):i.components[e]},directive(e,t){return validateDirectiveName(e),t?(i.directives[e]&&warn$1(`Directive "${e}" has already been registered in target app.`),i.directives[e]=t,l):i.directives[e]},mount(e,t,n){if(!a){e.__vue_app__&&warn$1("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const r=l._ceVNode||createVNode(o,s);return r.appContext=i,!0===n?n="svg":!1===n&&(n=void 0),i.reload=()=>{c(cloneVNode(r),e,n)},t&&p?p(r,e):c(r,e,n),a=!0,((l._container=e).__vue_app__=l)._instance=r.component,devtoolsInitApp(l,version),getComponentPublicInstance(r.component)}warn$1("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`")},onUnmount(e){"function"!=typeof e&&warn$1("Expected function as first argument to app.onUnmount(), but got "+typeof e),t.push(e)},unmount(){a?(callWithAsyncErrorHandling(t,l._instance,16),c(null,l._container),l._instance=null,devtoolsUnmountApp(l),delete l._container.__vue_app__):warn$1("Cannot unmount an app that is not mounted.")},provide(e,t){return e in i.provides&&warn$1(`App already provides property with key "${String(e)}". It will be overwritten with the new value.`),i.provides[e]=t,l},runWithContext(e){var t=currentApp;currentApp=l;try{return e()}finally{currentApp=t}}};return l}}let currentApp=null;function provide(t,n){if(currentInstance){let e=currentInstance.provides;var r=currentInstance.parent&&currentInstance.parent.provides;(e=r===e?currentInstance.provides=Object.create(r):e)[t]=n}else warn$1("provide() can only be used inside setup().")}function inject(e,t,n=!1){var r,o=currentInstance||currentRenderingInstance;if(o||currentApp)return(r=currentApp?currentApp._context.provides:o?null==o.parent?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:void 0)&&e in r?r[e]:1<arguments.length?n&&isFunction(t)?t.call(o&&o.proxy):t:void warn$1(`injection "${String(e)}" not found.`);warn$1("inject() can only be used inside setup() or functional components.")}function hasInjectionContext(){return!!(currentInstance||currentRenderingInstance||currentApp)}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=e=>Object.getPrototypeOf(e)===internalObjectProto;function initProps(e,t,n,r=!1){const o={};var s=createInternalObject();e.propsDefaults=Object.create(null),setFullProps(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);validateProps(t||{},o,e),n?e.props=r?o:shallowReactive(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function isInHmrContext(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}function updateProps(t,n,r,e){const{props:o,attrs:s,vnode:{patchFlag:i}}=t;var a=toRaw(o),[l]=t.propsOptions;let c=!1;if(isInHmrContext(t)||!(e||0<i)||16&i){setFullProps(t,n,o,s)&&(c=!0);let e;for(const h in a)n&&(hasOwn(n,h)||(e=hyphenate(h))!==h&&hasOwn(n,e))||(l?!r||void 0===r[h]&&void 0===r[e]||(o[h]=resolvePropValue(l,a,h,void 0,t,!0)):delete o[h]);if(s!==a)for(const f in s)n&&hasOwn(n,f)||(delete s[f],c=!0)}else if(8&i){var p=t.vnode.dynamicProps;for(let e=0;e<p.length;e++){var d,u=p[e];isEmitListener(t.emitsOptions,u)||(d=n[u],!l||hasOwn(s,u)?d!==s[u]&&(s[u]=d,c=!0):(u=camelize(u),o[u]=resolvePropValue(l,a,u,d,t,!1)))}}c&&trigger(t.attrs,"set",""),validateProps(n||{},o,t)}function setFullProps(t,n,r,o){const[s,i]=t.propsOptions;let a=!1,l;if(n)for(var c in n)if(!isReservedProp(c)){var p=n[c];let e;s&&hasOwn(s,e=camelize(c))?i&&i.includes(e)?(l=l||{})[e]=p:r[e]=p:isEmitListener(t.emitsOptions,c)||c in o&&p===o[c]||(o[c]=p,a=!0)}if(i){var d=toRaw(r),u=l||EMPTY_OBJ;for(let e=0;e<i.length;e++){var h=i[e];r[h]=resolvePropValue(s,d,h,u[h],t,!hasOwn(u,h))}}return a}function resolvePropValue(e,t,n,r,o,s){e=e[n];if(null!=e){var i=hasOwn(e,"default");if(i&&void 0===r){const a=e.default;if(e.type!==Function&&!e.skipFactory&&isFunction(a)){const l=o["propsDefaults"];if(n in l)r=l[n];else{const c=setCurrentInstance(o);r=l[n]=a.call(null,t),c()}}else r=a;o.ce&&o.ce._setProp(n,r)}e[0]&&(s&&!i?r=!1:!e[1]||""!==r&&r!==hyphenate(n)||(r=!0))}return r}const mixinPropsCache=new WeakMap;function normalizePropsOptions(e,n,t=!1){const r=t?mixinPropsCache:n.propsCache;var o=r.get(e);if(o)return o;var s=e.props;const i={},a=[];let l=!1;if(isFunction(e)||(o=e=>{l=!0;var[e,t]=normalizePropsOptions(e,n,!0);extend(i,e),t&&a.push(...t)},!t&&n.mixins.length&&n.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)),!s&&!l)return isObject(e)&&r.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray(s))for(let e=0;e<s.length;e++){isString(s[e])||warn$1("props must be strings when using array syntax.",s[e]);var c=camelize(s[e]);validatePropName(c)&&(i[c]=EMPTY_OBJ)}else if(s){isObject(s)||warn$1("invalid props options",s);for(const f in s){var p=camelize(f);if(validatePropName(p)){var d=s[f];const m=i[p]=isArray(d)||isFunction(d)?{type:d}:extend({},d);var u=m.type;let t=!1,n=!0;if(isArray(u))for(let e=0;e<u.length;++e){var h=u[e],h=isFunction(h)&&h.name;if("Boolean"===h){t=!0;break}"String"===h&&(n=!1)}else t=isFunction(u)&&"Boolean"===u.name;m[0]=t,m[1]=n,(t||hasOwn(m,"default"))&&a.push(p)}}}t=[i,a];return isObject(e)&&r.set(e,t),t}function validatePropName(e){return"$"!==e[0]&&!isReservedProp(e)||(warn$1(`Invalid prop name: "${e}" is a reserved property.`),!1)}function getType(e){return null===e?"null":"function"==typeof e?e.name||"":"object"==typeof e&&e.constructor&&e.constructor.name||""}function validateProps(e,t,n){var r=toRaw(t),o=n.propsOptions[0];const s=Object.keys(e).map(e=>camelize(e));for(const a in o){var i=o[a];null!=i&&validateProp(a,r[a],i,shallowReadonly(r),!s.includes(a))}}function validateProp(e,n,t,r,o){const{type:s,required:i,validator:a,skipCheck:l}=t;if(i&&o)warn$1('Missing required prop: "'+e+'"');else if(null!=n||i){if(null!=s&&!0!==s&&!l){let t=!1;var c=isArray(s)?s:[s];const u=[];for(let e=0;e<c.length&&!t;e++){var{valid:p,expectedType:d}=assertType(n,c[e]);u.push(d||""),t=p}if(!t)return void warn$1(getInvalidTypeMessage(e,n,u))}a&&!a(n,r)&&warn$1('Invalid prop: custom validator check failed for prop "'+e+'".')}}const isSimpleType=makeMap("String,Number,Boolean,Function,Symbol,BigInt");function assertType(e,t){let n;const r=getType(t);var o;return"null"===r?n=null===e:isSimpleType(r)?(o=typeof e,(n=o===r.toLowerCase())||"object"!=o||(n=e instanceof t)):n="Object"===r?isObject(e):"Array"===r?isArray(e):e instanceof t,{valid:n,expectedType:r}}function getInvalidTypeMessage(e,t,n){if(0===n.length)return`Prop type [] for prop "${e}" won't match anything. Did you mean to use type Array instead?`;let r=`Invalid prop: type check failed for prop "${e}". Expected `+n.map(capitalize).join(" | ");var e=n[0],o=toRawType(t),s=styleValue(t,e),t=styleValue(t,o);return 1===n.length&&isExplicable(e)&&!isBoolean(e,o)&&(r+=" with value "+s),r+=`, got ${o} `,isExplicable(o)&&(r+=`with value ${t}.`),r}function styleValue(e,t){return"String"===t?`"${e}"`:"Number"===t?""+Number(e):""+e}function isExplicable(t){return["string","number","boolean"].some(e=>t.toLowerCase()===e)}function isBoolean(...e){return e.some(e=>"boolean"===e.toLowerCase())}const isInternalKey=e=>"_"===e[0]||"$stable"===e,normalizeSlotValue=e=>isArray(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(t,n,r)=>{if(n._n)return n;const e=withCtx((...e)=>(!currentInstance||r&&r.root!==currentInstance.root||warn$1(`Slot "${t}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),normalizeSlotValue(n(...e))),r);return e._c=!1,e},normalizeObjectSlots=(e,t,n)=>{var r=e._ctx;for(const s in e)if(!isInternalKey(s)){var o=e[s];if(isFunction(o))t[s]=normalizeSlot(s,o,r);else if(null!=o){warn$1(`Non-function value encountered for slot "${s}". Prefer function slots for better performance.`);const i=normalizeSlotValue(o);t[s]=()=>i}}},normalizeVNodeSlots=(e,t)=>{isKeepAlive(e.vnode)||warn$1("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=normalizeSlotValue(t);e.slots.default=()=>n},assignSlots=(e,t,n)=>{for(const r in t)!n&&"_"===r||(e[r]=t[r])},initSlots=(e,t,n)=>{var r,o=e.slots=createInternalObject();32&e.vnode.shapeFlag?(r=t._)?(assignSlots(o,t,n),n&&def(o,"_",r,!0)):normalizeObjectSlots(t,o):t&&normalizeVNodeSlots(e,t)},updateSlots=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,i=EMPTY_OBJ;var a;if(32&r.shapeFlag?((a=t._)?isHmrUpdating?(assignSlots(o,t,n),trigger(e,"set","$slots")):n&&1===a?s=!1:assignSlots(o,t,n):(s=!t.$stable,normalizeObjectSlots(t,o)),i=t):t&&(normalizeVNodeSlots(e,t),i={default:1}),s)for(const l in o)isInternalKey(l)||null!=i[l]||delete o[l]};let supported,perf;function startMeasure(e,t){e.appContext.config.performance&&isSupported()&&perf.mark(`vue-${t}-`+e.uid),devtoolsPerfStart(e,t,(isSupported()?perf:Date).now())}function endMeasure(e,t){var n,r;e.appContext.config.performance&&isSupported()&&(r=(n=`vue-${t}-`+e.uid)+":end",perf.mark(r),perf.measure(`<${formatComponentName(e,e.type)}> `+t,n,r),perf.clearMarks(n),perf.clearMarks(r)),devtoolsPerfEnd(e,t,(isSupported()?perf:Date).now())}function isSupported(){return void 0!==supported||("undefined"!=typeof window&&window.performance?(supported=!0,perf=window.performance):supported=!1),supported}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(e){return baseCreateRenderer(e)}function createHydrationRenderer(e){return baseCreateRenderer(e,createHydrationFunctions)}function baseCreateRenderer(e,t){const n=getGlobalThis(),{insert:L,remove:u,patchProp:y,createElement:g,createText:$,createComment:o,setText:X,setElementText:x,parentNode:E,nextSibling:H,setScopeId:i=NOOP,insertStaticContent:B}=(n.__VUE__=!0,setDevtoolsHook$1(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n),e),O=(r,o,s,i=null,a=null,l=null,c=void 0,p=null,d=!isHmrUpdating&&!!o.dynamicChildren)=>{if(r!==o){r&&!isSameVNodeType(r,o)&&(i=G(r),Y(r,a,l,!0),r=null),-2===o.patchFlag&&(d=!1,o.dynamicChildren=null);const{type:A,ref:k,shapeFlag:N}=o;switch(A){case Text:var e=r,t=o,n=s,u=i;if(e==null)L(t.el=$(t.children),n,u);else{const I=t.el=e.el;if(t.children!==e.children)X(I,t.children)}break;case Comment:j(r,o,s,i);break;case Static:if(null==r)n=o,u=s,e=i,t=c,[n.el,n.anchor]=B(n.children,u,e,t,n.el,n.anchor);else{var h=r,f=o,m=s,g=c;if(f.children!==h.children){const P=H(h.anchor);U(h);[f.el,f.anchor]=B(f.children,m,P,g)}else{f.el=h.el;f.anchor=h.anchor}}break;case Fragment:{m=r;g=o;f=s;h=i;var v=a;var y=l;var S=c;var b=p;var E=d;const M=g.el=m?m.el:$(""),V=g.anchor=m?m.anchor:$("");let{patchFlag:e,dynamicChildren:t,slotScopeIds:n}=g;if(isHmrUpdating||e&2048){e=0;E=false;t=null}if(n)b=b?b.concat(n):n;if(m==null){L(M,f,h);L(V,f,h);z(g.children||[],f,V,v,y,S,b,E)}else if(e>0&&e&64&&t&&m.dynamicChildren){K(m.dynamicChildren,t,f,v,y,S,b);traverseStaticChildren(m,g)}else q(m,g,f,V,v,y,S,b,E)}break;default:if(1&N){var v=r,y=o,S=s,b=i,E=a,C=l,T=c,x=p,_=d;if(y.type==="svg")T="svg";else if(y.type==="math")T="mathml";if(v==null)Z(y,S,b,E,C,T,x,_);else Q(v,y,E,C,T,x,_)}else if(6&N){var C=r,T=o,x=s,_=i,w=a,D=l,R=c,F=p,O=d;if(T.slotScopeIds=F,C==null)if(T.shapeFlag&512)w.ctx.activate(T,x,_,R,O);else W(T,x,_,w,D,R,O);else ee(C,T,O)}else 64&N||128&N?A.process(r,o,s,i,a,l,c,p,d,J):warn$1("Invalid VNode type:",A,`(${typeof A})`)}null!=k&&a&&setRef(k,r&&r.ref,l,o||r,!o)}},j=(e,t,n,r)=>{null==e?L(t.el=o(t.children||""),n,r):t.el=e.el},U=({el:e,anchor:t})=>{for(var n;e&&e!==t;)n=H(e),u(e),e=n;u(t)},Z=(e,t,n,r,o,s,i,a)=>{let l,c;const{props:p,shapeFlag:d,transition:u,dirs:h}=e;if(l=e.el=g(e.type,s,p&&p.is,p),8&d?x(l,e.children):16&d&&z(e.children,l,null,r,o,resolveChildrenNamespace(e,s),i,a),h&&invokeDirectiveHook(e,null,r,"created"),v(l,e,e.scopeId,i,r),p){for(const m in p)"value"===m||isReservedProp(m)||y(l,m,null,p[m],s,r);"value"in p&&y(l,"value",null,p.value,s),(c=p.onVnodeBeforeMount)&&invokeVNodeHook(c,r,e)}def(l,"__vnode",e,!0),def(l,"__vueParentComponent",r,!0),h&&invokeDirectiveHook(e,null,r,"beforeMount");const f=needTransition(o,u);f&&u.beforeEnter(l),L(l,t,n),((c=p&&p.onVnodeMounted)||f||h)&&queuePostRenderEffect(()=>{c&&invokeVNodeHook(c,r,e),f&&u.enter(l),h&&invokeDirectiveHook(e,null,r,"mounted")},o)},v=(t,n,r,o,s)=>{if(r&&i(t,r),o)for(let e=0;e<o.length;e++)i(t,o[e]);if(s){let e=s.subTree;n!==(e=0<e.patchFlag&&2048&e.patchFlag?filterSingleRoot(e.children)||e:e)&&(!isSuspense(e.type)||e.ssContent!==n&&e.ssFallback!==n)||(r=s.vnode,v(t,r,r.scopeId,r.slotScopeIds,s.parent))}},z=(t,n,r,o,s,i,a,l,c=0)=>{for(let e=c;e<t.length;e++){var p=t[e]=(l?cloneIfMounted:normalizeVNode)(t[e]);O(null,p,n,r,o,s,i,a,l)}},Q=(e,t,n,r,o,s,i)=>{const a=t.el=e.el;let{patchFlag:l,dynamicChildren:c,dirs:p}=a.__vnode=t;l|=16&e.patchFlag;var d=e.props||EMPTY_OBJ,u=t.props||EMPTY_OBJ;let h;if(n&&toggleRecurse(n,!1),(h=u.onVnodeBeforeUpdate)&&invokeVNodeHook(h,n,t,e),p&&invokeDirectiveHook(t,e,n,"beforeUpdate"),n&&toggleRecurse(n,!0),isHmrUpdating&&(l=0,i=!1,c=null),(d.innerHTML&&null==u.innerHTML||d.textContent&&null==u.textContent)&&x(a,""),c?(K(e.dynamicChildren,c,a,n,r,resolveChildrenNamespace(t,o),s),traverseStaticChildren(e,t)):i||q(e,t,a,null,n,r,resolveChildrenNamespace(t,o),s,!1),0<l){if(16&l)S(a,d,u,n,o);else if(2&l&&d.class!==u.class&&y(a,"class",null,u.class,o),4&l&&y(a,"style",d.style,u.style,o),8&l){var f=t.dynamicProps;for(let e=0;e<f.length;e++){var m=f[e],g=d[m],v=u[m];v===g&&"value"!==m||y(a,m,g,v,o,n)}}1&l&&e.children!==t.children&&x(a,t.children)}else i||null!=c||S(a,d,u,n,o);((h=u.onVnodeUpdated)||p)&&queuePostRenderEffect(()=>{h&&invokeVNodeHook(h,n,t,e),p&&invokeDirectiveHook(t,e,n,"updated")},r)},K=(t,n,r,o,s,i,a)=>{for(let e=0;e<n.length;e++){var l=t[e],c=n[e],p=l.el&&(l.type===Fragment||!isSameVNodeType(l,c)||70&l.shapeFlag)?E(l.el):r;O(l,c,p,null,o,s,i,a,!0)}},S=(e,t,n,r,o)=>{if(t!==n){if(t!==EMPTY_OBJ)for(const a in t)isReservedProp(a)||a in n||y(e,a,t[a],null,o,r);for(const l in n){var s,i;isReservedProp(l)||(s=n[l])!==(i=t[l])&&"value"!==l&&y(e,l,i,s,o,r)}"value"in n&&y(e,"value",t.value,n.value,o)}},W=(e,t,n,r,o,s,i)=>{const a=e.component=createComponentInstance(e,r,o);a.type.__hmrId&&registerHMR(a),pushWarningContext(e),startMeasure(a,"mount"),isKeepAlive(e)&&(a.ctx.renderer=J),startMeasure(a,"init"),setupComponent(a,!1,i),endMeasure(a,"init"),a.asyncDep?(isHmrUpdating&&(e.el=null),o&&o.registerDep(a,l,i),e.el||(r=a.subTree=createVNode(Comment),j(null,r,t,n))):l(a,e,t,n,o,s,i),popWarningContext(),endMeasure(a,"mount")},ee=(e,t,n)=>{const r=t.component=e.component;shouldUpdateComponent(e,t,n)?r.asyncDep&&!r.asyncResolved?(pushWarningContext(t),C(r,t,n),popWarningContext()):(r.next=t,r.update()):(t.el=e.el,r.vnode=t)},l=(h,f,m,g,v,y,S)=>{const b=()=>{if(h.isMounted){let{next:e,bu:t,u:n,parent:r,vnode:o}=h;{const c=locateNonHydratedAsyncRoot(h);if(c)return e&&(e.el=o.el,C(h,e,S)),void c.asyncDep.then(()=>{h.isUnmounted||b()})}var i=e;let s;pushWarningContext(e||h.vnode),toggleRecurse(h,!1),e?(e.el=o.el,C(h,e,S)):e=o,t&&invokeArrayFns(t),(s=e.props&&e.props.onVnodeBeforeUpdate)&&invokeVNodeHook(s,r,e,o),toggleRecurse(h,!0),startMeasure(h,"render");var a=renderComponentRoot(h),l=(endMeasure(h,"render"),h.subTree);h.subTree=a,startMeasure(h,"patch"),O(l,a,E(l.el),G(l),h,v,y),endMeasure(h,"patch"),e.el=a.el,null===i&&updateHOCHostEl(h,a.el),n&&queuePostRenderEffect(n,v),(s=e.props&&e.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(s,r,e,o),v),devtoolsComponentUpdated(h),popWarningContext()}else{let e;const{el:t,props:n}=f,{bm:r,m:o,parent:s,root:p,type:d}=h;l=isAsyncWrapper(f);if(toggleRecurse(h,!1),r&&invokeArrayFns(r),!l&&(e=n&&n.onVnodeBeforeMount)&&invokeVNodeHook(e,s,f),toggleRecurse(h,!0),t&&T?(i=()=>{startMeasure(h,"render"),h.subTree=renderComponentRoot(h),endMeasure(h,"render"),startMeasure(h,"hydrate"),T(t,h.subTree,h,v,null),endMeasure(h,"hydrate")},l&&d.__asyncHydrate?d.__asyncHydrate(t,h,i):i()):(p.ce&&p.ce._injectChildStyle(d),startMeasure(h,"render"),a=h.subTree=renderComponentRoot(h),endMeasure(h,"render"),startMeasure(h,"patch"),O(null,a,m,g,h,v,y),endMeasure(h,"patch"),f.el=a.el),o&&queuePostRenderEffect(o,v),!l&&(e=n&&n.onVnodeMounted)){const u=f;queuePostRenderEffect(()=>invokeVNodeHook(e,s,u),v)}(256&f.shapeFlag||s&&isAsyncWrapper(s.vnode)&&256&s.vnode.shapeFlag)&&h.a&&queuePostRenderEffect(h.a,v),h.isMounted=!0,devtoolsComponentAdded(h),f=m=g=null}},e=(h.scope.on(),h.effect=new ReactiveEffect(b)),t=(h.scope.off(),h.update=e.run.bind(e)),n=h.job=e.runIfDirty.bind(e);n.i=h,n.id=h.uid,e.scheduler=()=>queueJob(n),toggleRecurse(h,!0),e.onTrack=h.rtc?e=>invokeArrayFns(h.rtc,e):void 0,e.onTrigger=h.rtg?e=>invokeArrayFns(h.rtg,e):void 0,t()},C=(e,t,n)=>{var r=(t.component=e).vnode.props;e.vnode=t,e.next=null,updateProps(e,t.props,r,n),updateSlots(e,t.children,n),pauseTracking(),flushPreFlushCbs(e),resetTracking()},q=(e,t,n,r,o,s,i,a,l=!1)=>{var c=e&&e.children,e=e?e.shapeFlag:0,p=t.children,{patchFlag:t,shapeFlag:d}=t;if(0<t){if(128&t)return void _(c,p,n,r,o,s,i,a,l);if(256&t){{var u=c;var h=p;var f=n;t=r;var m=o;var g=s;var v=i;var y=a;var S=l;u=u||EMPTY_ARR,h=h||EMPTY_ARR;const b=u.length,E=h.length,C=Math.min(b,E);let e;for(e=0;e<C;e++){const T=h[e]=S?cloneIfMounted(h[e]):normalizeVNode(h[e]);O(u[e],T,f,null,m,g,v,y,S)}if(b>E)w(u,m,g,true,false,C);else z(h,f,t,m,g,v,y,S,C)}return}}8&d?(16&e&&w(c,o,s),p!==c&&x(n,p)):16&e?16&d?_(c,p,n,r,o,s,i,a,l):w(c,o,s,!0):(8&e&&x(n,""),16&d&&z(p,n,r,o,s,i,a,l))},_=(e,s,i,a,l,c,p,d,u)=>{let h=0;var f=s.length;let m=e.length-1,g=f-1;for(;h<=m&&h<=g;){var t=e[h],n=s[h]=(u?cloneIfMounted:normalizeVNode)(s[h]);if(!isSameVNodeType(t,n))break;O(t,n,i,null,l,c,p,d,u),h++}for(;h<=m&&h<=g;){var r=e[m],o=s[g]=(u?cloneIfMounted:normalizeVNode)(s[g]);if(!isSameVNodeType(r,o))break;O(r,o,i,null,l,c,p,d,u),m--,g--}if(h>m){if(h<=g)for(var v=g+1,y=v<f?s[v].el:a;h<=g;)O(null,s[h]=(u?cloneIfMounted:normalizeVNode)(s[h]),i,y,l,c,p,d,u),h++}else if(h>g)for(;h<=m;)Y(e[h],l,c,!0),h++;else{var v=h,S=h;const w=new Map;for(h=S;h<=g;h++){var b=s[h]=(u?cloneIfMounted:normalizeVNode)(s[h]);null!=b.key&&(w.has(b.key)&&warn$1("Duplicate keys found during update:",JSON.stringify(b.key),"Make sure keys are unique."),w.set(b.key,h))}let t,n=0;var E=g-S+1;let r=!1,o=0;const R=new Array(E);for(h=0;h<E;h++)R[h]=0;for(h=v;h<=m;h++){var C=e[h];if(n>=E)Y(C,l,c,!0);else{let e;if(null!=C.key)e=w.get(C.key);else for(t=S;t<=g;t++)if(0===R[t-S]&&isSameVNodeType(C,s[t])){e=t;break}void 0===e?Y(C,l,c,!0):(R[e-S]=h+1,e>=o?o=e:r=!0,O(C,s[e],i,null,l,c,p,d,u),n++)}}var T=r?getSequence(R):EMPTY_ARR;for(t=T.length-1,h=E-1;0<=h;h--){var x=S+h,_=s[x],x=x+1<f?s[x+1].el:a;0===R[h]?O(null,_,i,x,l,c,p,d,u):r&&(t<0||h!==T[t]?A(_,i,x,2):t--)}}},A=(e,t,n,r,o=null)=>{const{el:s,type:i,transition:a,children:l,shapeFlag:c}=e;if(6&c)A(e.component.subTree,t,n,r);else if(128&c)e.suspense.move(t,n,r);else if(64&c)i.move(e,t,n,J);else if(i===Fragment){L(s,t,n);for(let e=0;e<l.length;e++)A(l[e],t,n,r);L(e.anchor,t,n)}else if(i===Static){for(var p,[{el:d,anchor:u},h,f]=[e,t,n];d&&d!==u;)p=H(d),L(d,h,f),d=p;L(u,h,f)}else if(2!==r&&1&c&&a)if(0===r)a.beforeEnter(s),L(s,t,n),queuePostRenderEffect(()=>a.enter(s),o);else{const{leave:m,delayLeave:g,afterLeave:v}=a,y=()=>L(s,t,n);e=()=>{m(s,()=>{y(),v&&v()})};g?g(s,y,e):e()}else L(s,t,n)},Y=(t,n,r,o=!1,s=!1)=>{var{type:i,props:a,ref:l,children:c,dynamicChildren:p,shapeFlag:d,patchFlag:u,dirs:h,cacheIndex:e}=t;if(-2===u&&(s=!1),null!=l&&setRef(l,null,r,t,!0),null!=e&&(n.renderCache[e]=void 0),256&d)n.ctx.deactivate(t);else{const f=1&d&&h;l=!isAsyncWrapper(t);let e;if(l&&(e=a&&a.onVnodeBeforeUnmount)&&invokeVNodeHook(e,n,t),6&d)b(t.component,r,o);else{if(128&d)return void t.suspense.unmount(r,o);f&&invokeDirectiveHook(t,null,n,"beforeUnmount"),64&d?t.type.remove(t,n,r,J,o):p&&!p.hasOnce&&(i!==Fragment||0<u&&64&u)?w(p,n,r,!1,!0):(i===Fragment&&384&u||!s&&16&d)&&w(c,n,r),o&&m(t)}(l&&(e=a&&a.onVnodeUnmounted)||f)&&queuePostRenderEffect(()=>{e&&invokeVNodeHook(e,n,t),f&&invokeDirectiveHook(t,null,n,"unmounted")},r)}},m=e=>{const{type:t,el:n,anchor:r,transition:o}=e;if(t===Fragment)if(0<e.patchFlag&&2048&e.patchFlag&&o&&!o.persisted)e.children.forEach(e=>{e.type===Comment?u(e.el):m(e)});else{var s=n;var i=r;var a;for(;s!==i;)a=H(s),u(s),s=a;u(i)}else if(t===Static)U(e);else{const c=()=>{u(n),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&e.shapeFlag&&o&&!o.persisted){const{leave:p,delayLeave:d}=o;var l=()=>p(n,c);d?d(e.el,c,l):l()}else c()}},b=(e,t,n)=>{e.type.__hmrId&&unregisterHMR(e);const{bum:r,scope:o,job:s,subTree:i,um:a,m:l,a:c}=e;invalidateMount(l),invalidateMount(c),r&&invokeArrayFns(r),o.stop(),s&&(s.flags|=8,Y(i,e,t,n)),a&&queuePostRenderEffect(a,t),queuePostRenderEffect(()=>{e.isUnmounted=!0},t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve()),devtoolsComponentRemoved(e)},w=(t,n,r,o=!1,s=!1,i=0)=>{for(let e=i;e<t.length;e++)Y(t[e],n,r,o,s)},G=e=>{if(6&e.shapeFlag)return G(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();var e=H(e.anchor||e.el),t=e&&e[TeleportEndKey];return t?H(t):e};let r=!1;var s=(e,t,n)=>{null==e?t._vnode&&Y(t._vnode,null,null,!0):O(t._vnode||null,e,t,null,null,null,n),t._vnode=e,r||(r=!0,flushPreFlushCbs(),flushPostFlushCbs(),r=!1)};const J={p:O,um:Y,m:A,r:m,mt:W,mc:z,pc:q,pbc:K,n:G,o:e};let a,T;return t&&([a,T]=t(J)),{render:s,hydrate:a,createApp:createAppAPI(s,a)}}function resolveChildrenNamespace({type:e,props:t},n){return"svg"===n&&"foreignObject"===e||"mathml"===n&&"annotation-xml"===e&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function toggleRecurse({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function needTransition(e,t){return(!e||!e.pendingBranch)&&t&&!t.persisted}function traverseStaticChildren(e,t,n=!1){var r=e.children;const o=t.children;if(isArray(r)&&isArray(o))for(let t=0;t<r.length;t++){var s=r[t];let e=o[t];1&e.shapeFlag&&!e.dynamicChildren&&((e.patchFlag<=0||32===e.patchFlag)&&((e=o[t]=cloneIfMounted(o[t])).el=s.el),n||-2===e.patchFlag||traverseStaticChildren(s,e)),e.type===Text&&(e.el=s.el),e.type!==Comment||e.el||(e.el=s.el)}}function getSequence(e){const t=e.slice(),n=[0];let r,o,s,i,a;var l=e.length;for(r=0;r<l;r++){var c=e[r];if(0!==c)if(e[o=n[n.length-1]]<c)t[r]=o,n.push(r);else{for(s=0,i=n.length-1;s<i;)a=s+i>>1,e[n[a]]<c?s=1+a:i=a;c<e[n[s]]&&(0<s&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,i=n[s-1];0<s--;)n[s]=i,i=t[i];return n}function locateNonHydratedAsyncRoot(e){e=e.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:locateNonHydratedAsyncRoot(e)}function invalidateMount(t){if(t)for(let e=0;e<t.length;e++)t[e].flags|=8}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>{var e=inject(ssrContextKey);return e||warn$1("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e};function watchEffect(e,t){return doWatch(e,null,t)}function watchPostEffect(e,t){return doWatch(e,null,extend({},t,{flush:"post"}))}function watchSyncEffect(e,t){return doWatch(e,null,extend({},t,{flush:"sync"}))}function watch(e,t,n){return isFunction(t)||warn$1("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),doWatch(e,t,n)}function doWatch(e,t,n=EMPTY_OBJ){var{immediate:r,deep:o,flush:s,once:i}=n;t||(void 0!==r&&warn$1('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==o&&warn$1('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),void 0!==i&&warn$1('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=extend({},n);a.onWarn=warn$1;o=t&&r||!t&&"post"!==s;let l;if(isInSSRComponentSetup)if("sync"===s){const u=useSSRContext();l=u.__watcherHandles||(u.__watcherHandles=[])}else if(!o)return(i=()=>{}).stop=NOOP,i.resume=NOOP,i.pause=NOOP,i;const c=currentInstance;let p=!(a.call=(e,t,n)=>callWithAsyncErrorHandling(e,c,t,n));"post"===s?a.scheduler=e=>{queuePostRenderEffect(e,c&&c.suspense)}:"sync"!==s&&(p=!0,a.scheduler=(e,t)=>{t?e():queueJob(e)}),a.augmentJob=e=>{t&&(e.flags|=4),p&&(e.flags|=2,c&&(e.id=c.uid,e.i=c))};const d=watch$1(e,t,a);return isInSSRComponentSetup&&(l?l.push(d):o&&d()),d}function instanceWatch(e,t,n){const r=this.proxy;var o=isString(e)?e.includes(".")?createPathGetter(r,e):()=>r[e]:e.bind(r,r);let s;isFunction(t)?s=t:(s=t.handler,n=t);const i=setCurrentInstance(this);t=doWatch(o,s.bind(r),n);return i(),t}function createPathGetter(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}function useModel(t,a,l=EMPTY_OBJ){const c=getCurrentInstance();if(!c)return warn$1("useModel() called without active instance."),ref();const p=camelize(a);if(!c.propsOptions[0][p])return warn$1(`useModel() called with prop "${a}" which is not declared.`),ref();const d=hyphenate(a),n=getModelModifiers(t,p),r=customRef((e,r)=>{let o,s=EMPTY_OBJ,i;return watchSyncEffect(()=>{var e=t[p];hasChanged(o,e)&&(o=e,r())}),{get(){return e(),l.get?l.get(o):o},set(e){var t,n=l.set?l.set(e):e;(hasChanged(n,o)||s!==EMPTY_OBJ&&hasChanged(e,s))&&((t=c.vnode.props)&&(a in t||p in t||d in t)&&("onUpdate:"+a in t||"onUpdate:"+p in t||"onUpdate:"+d in t)||(o=e,r()),c.emit("update:"+a,n),hasChanged(e,n)&&hasChanged(e,s)&&!hasChanged(n,i)&&r(),s=e,i=n)}}});return r[Symbol.iterator]=()=>{let e=0;return{next(){return e<2?{value:e++?n||EMPTY_OBJ:r,done:!1}:{done:!0}}}},r}const getModelModifiers=(e,t)=>"modelValue"===t||"model-value"===t?e.modelModifiers:e[t+"Modifiers"]||e[camelize(t)+"Modifiers"]||e[hyphenate(t)+"Modifiers"];function emit(r,o,...s){if(!r.isUnmounted){var i=r.vnode.props||EMPTY_OBJ,{emitsOptions:a,propsOptions:[l]}=r;if(a)if(o in a){const c=a[o];isFunction(c)&&!c(...s)&&warn$1(`Invalid event arguments: event validation failed for event "${o}".`)}else l&&toHandlerKey(camelize(o))in l||warn$1(`Component emitted event "${o}" but it is neither declared in the emits option nor as an "${toHandlerKey(camelize(o))}" prop.`);let e=s;a=o.startsWith("update:"),l=a&&getModelModifiers(i,o.slice(7)),l=(l&&(l.trim&&(e=s.map(e=>isString(e)?e.trim():e)),l.number&&(e=s.map(looseToNumber))),devtoolsComponentEmit(r,o,e),o.toLowerCase());l!==o&&i[toHandlerKey(l)]&&warn$1(`Event "${l}" is emitted in component ${formatComponentName(r,r.type)} but the handler is registered for "${o}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${hyphenate(o)}" instead of "${o}".`);let t,n=i[t=toHandlerKey(o)]||i[t=toHandlerKey(camelize(o))];(n=!n&&a?i[t=toHandlerKey(hyphenate(o))]:n)&&callWithAsyncErrorHandling(n,r,6,e);s=i[t+"Once"];if(s){if(r.emitted){if(r.emitted[t])return}else r.emitted={};r.emitted[t]=!0,callWithAsyncErrorHandling(s,r,6,e)}}}function normalizeEmitsOptions(e,t,n=!1){const r=t.emitsCache;var o=r.get(e);if(void 0!==o)return o;const s=e.emits;let i={},a=!1;return isFunction(e)||(o=e=>{e=normalizeEmitsOptions(e,t,!0);e&&(a=!0,extend(i,e))},!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)),s||a?(isArray(s)?s.forEach(e=>i[e]=null):extend(i,s),isObject(e)&&r.set(e,i),i):(isObject(e)&&r.set(e,null),null)}function isEmitListener(e,t){return!(!e||!isOn(t))&&(t=t.slice(2).replace(/Once$/,""),hasOwn(e,t[0].toLowerCase()+t.slice(1))||hasOwn(e,hyphenate(t))||hasOwn(e,t))}let accessedAttrs=!1;function markAttrsAccessed(){accessedAttrs=!0}function renderComponentRoot(t){const{type:e,vnode:n,proxy:r,withProxy:o,propsOptions:[s],slots:i,attrs:a,emit:l,render:c,renderCache:p,props:d,data:u,setupState:h,ctx:f,inheritAttrs:m}=t;var g=setCurrentRenderingInstance(t);let v,y;accessedAttrs=!1;try{if(4&n.shapeFlag){var S=o||r,b=h.__isScriptSetup?new Proxy(S,{get(e,t,n){return warn$1(`Property '${String(t)}' was accessed via 'this'. Avoid using 'this' in templates.`),Reflect.get(e,t,n)}}):S;v=normalizeVNode(c.call(b,S,p,shallowReadonly(d),h,u,f)),y=a}else{const x=e;a===d&&markAttrsAccessed(),v=normalizeVNode(1<x.length?x(shallowReadonly(d),{get attrs(){return markAttrsAccessed(),shallowReadonly(a)},slots:i,emit:l}):x(shallowReadonly(d),null)),y=e.props?a:getFunctionalFallthrough(a)}}catch(e){blockStack.length=0,handleError(e,t,1),v=createVNode(Comment)}let E=v,C=void 0;if(0<v.patchFlag&&2048&v.patchFlag&&([E,C]=getChildRoot(v)),y&&!1!==m){const _=Object.keys(y);b=E["shapeFlag"];if(_.length)if(7&b)s&&_.some(isModelListener)&&(y=filterModelListeners(y,s)),E=cloneVNode(E,y,!1,!0);else if(!accessedAttrs&&E.type!==Comment){var T=Object.keys(a);const w=[],R=[];for(let e=0,t=T.length;e<t;e++){const O=T[e];isOn(O)?isModelListener(O)||w.push(O[2].toLowerCase()+O.slice(3)):R.push(O)}R.length&&warn$1(`Extraneous non-props attributes (${R.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text or teleport root nodes.`),w.length&&warn$1(`Extraneous non-emits event listeners (${w.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}return n.dirs&&(isElementRoot(E)||warn$1("Runtime directive used on component with non-element root node. The directives will not function as intended."),(E=cloneVNode(E,null,!1,!0)).dirs=E.dirs?E.dirs.concat(n.dirs):n.dirs),n.transition&&(isElementRoot(E)||warn$1("Component inside <Transition> renders non-element root node that cannot be animated."),setTransitionHooks(E,n.transition)),C?C(E):v=E,setCurrentRenderingInstance(g),v}const getChildRoot=t=>{const n=t.children,r=t.dynamicChildren;var e=filterSingleRoot(n,!1);if(!e)return[t,void 0];if(0<e.patchFlag&&2048&e.patchFlag)return getChildRoot(e);const o=n.indexOf(e),s=r?r.indexOf(e):-1;return[normalizeVNode(e),e=>{n[o]=e,r&&(-1<s?r[s]=e:0<e.patchFlag&&(t.dynamicChildren=[...r,e]))}]};function filterSingleRoot(t,n=!0){let r;for(let e=0;e<t.length;e++){var o=t[e];if(!isVNode(o))return;if(o.type!==Comment||"v-if"===o.children){if(r)return;if(r=o,n&&0<r.patchFlag&&2048&r.patchFlag)return filterSingleRoot(r.children)}}return r}const getFunctionalFallthrough=e=>{let t;for(const n in e)"class"!==n&&"style"!==n&&!isOn(n)||((t=t||{})[n]=e[n]);return t},filterModelListeners=(e,t)=>{const n={};for(const r in e)isModelListener(r)&&r.slice(9)in t||(n[r]=e[r]);return n},isElementRoot=e=>7&e.shapeFlag||e.type===Comment;function shouldUpdateComponent(e,t,n){var{props:r,children:e,component:o}=e,{props:s,children:i,patchFlag:a}=t,l=o.emitsOptions;if((e||i)&&isHmrUpdating)return!0;if(t.dirs||t.transition)return!0;if(!(n&&0<=a))return!(!e&&!i||i&&i.$stable)||r!==s&&(r?!s||hasPropsChanged(r,s,l):!!s);if(1024&a)return!0;if(16&a)return r?hasPropsChanged(r,s,l):!!s;if(8&a){var c=t.dynamicProps;for(let e=0;e<c.length;e++){var p=c[e];if(s[p]!==r[p]&&!isEmitListener(l,p))return!0}}return!1}function hasPropsChanged(t,n,r){var o=Object.keys(n);if(o.length!==Object.keys(t).length)return!0;for(let e=0;e<o.length;e++){var s=o[e];if(n[s]!==t[s]&&!isEmitListener(r,s))return!0}return!1}function updateHOCHostEl({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r!==e)break;(e=t.vnode).el=n,t=t.parent}}const isSuspense=e=>e.__isSuspense;let suspenseId=0;const SuspenseImpl={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,s,i,a,l,c){if(null==e)mountSuspense(t,n,r,o,s,i,a,l,c);else{if(s&&0<s.deps&&!e.suspense.isInFallback)return t.suspense=e.suspense,void((t.suspense.vnode=t).el=e.el);patchSuspense(e,t,n,r,o,i,a,l,c)}},hydrate:hydrateSuspense,normalize:normalizeSuspenseChildren},Suspense=SuspenseImpl;function triggerEvent(e,t){const n=e.props&&e.props[t];isFunction(n)&&n()}function mountSuspense(e,t,n,r,o,s,i,a,l){const{p:c,o:{createElement:p}}=l;var d=p("div");const u=e.suspense=createSuspenseBoundary(e,o,r,t,d,n,s,i,a,l);c(null,u.pendingBranch=e.ssContent,d,null,r,u,s,i),0<u.deps?(triggerEvent(e,"onPending"),triggerEvent(e,"onFallback"),c(null,e.ssFallback,t,n,r,null,s,i),setActiveBranch(u,e.ssFallback)):u.resolve(!1,!0)}function patchSuspense(e,t,n,r,o,s,i,a,{p:l,um:c,o:{createElement:p}}){const d=t.suspense=e.suspense;(d.vnode=t).el=e.el;e=t.ssContent;const u=t.ssFallback;var{activeBranch:h,pendingBranch:f,isInFallback:m,isHydrating:g}=d;if(f)isSameVNodeType(d.pendingBranch=e,f)?(l(f,e,d.hiddenContainer,null,o,d,s,i,a),d.deps<=0?d.resolve():m&&!g&&(l(h,u,n,r,o,null,s,i,a),setActiveBranch(d,u))):(d.pendingId=suspenseId++,g?(d.isHydrating=!1,d.activeBranch=f):c(f,o,d),d.deps=0,d.effects.length=0,d.hiddenContainer=p("div"),m?(l(null,e,d.hiddenContainer,null,o,d,s,i,a),d.deps<=0?d.resolve():(l(h,u,n,r,o,null,s,i,a),setActiveBranch(d,u))):h&&isSameVNodeType(e,h)?(l(h,e,n,r,o,d,s,i,a),d.resolve(!0)):(l(null,e,d.hiddenContainer,null,o,d,s,i,a),d.deps<=0&&d.resolve()));else if(h&&isSameVNodeType(e,h))l(h,e,n,r,o,d,s,i,a),setActiveBranch(d,e);else if(triggerEvent(t,"onPending"),512&(d.pendingBranch=e).shapeFlag?d.pendingId=e.component.suspenseId:d.pendingId=suspenseId++,l(null,e,d.hiddenContainer,null,o,d,s,i,a),d.deps<=0)d.resolve();else{const{timeout:v,pendingId:y}=d;0<v?setTimeout(()=>{d.pendingId===y&&d.fallback(u)},v):0===v&&d.fallback(u)}}let hasWarned=!1;function createSuspenseBoundary(e,u,n,t,r,h,a,c,p,o,s=!1){hasWarned||(hasWarned=!0,console[console.info?"info":"log"]("<Suspense> is an experimental feature and its API will likely change."));const{p:d,m:f,um:m,n:g,o:{parentNode:v,remove:l}}=o;let y;const S=isVNodeSuspensible(e);S&&u&&u.pendingBranch&&(y=u.pendingId,u.deps++);o=e.props?toNumber(e.props.timeout):void 0;assertNumber(o,"Suspense timeout");const b=h,E={vnode:e,parent:u,parentComponent:n,namespace:a,container:t,hiddenContainer:r,deps:0,pendingId:suspenseId++,timeout:"number"==typeof o?o:-1,activeBranch:null,pendingBranch:null,isInFallback:!s,isHydrating:s,isUnmounted:!1,effects:[],resolve(e=!1,t=!1){if(!e&&!E.pendingBranch)throw new Error("suspense.resolve() is called without a pending branch.");if(E.isUnmounted)throw new Error("suspense.resolve() is called on an already unmounted suspense boundary.");const{vnode:n,activeBranch:r,pendingBranch:o,pendingId:s,effects:i,parentComponent:a,container:l}=E;let c=!1,p=(E.isHydrating?E.isHydrating=!1:e||((c=r&&o.transition&&"out-in"===o.transition.mode)&&(r.transition.afterLeave=()=>{s===E.pendingId&&(f(o,l,h===b?g(r):h,0),queuePostFlushCb(i))}),r&&(v(r.el)===l&&(h=g(r)),m(r,a,E,!0)),c||f(o,l,h,0)),setActiveBranch(E,o),E.pendingBranch=null,E.isInFallback=!1,E.parent),d=!1;for(;p;){if(p.pendingBranch){p.effects.push(...i),d=!0;break}p=p.parent}d||c||queuePostFlushCb(i),E.effects=[],S&&u&&u.pendingBranch&&y===u.pendingId&&(u.deps--,0!==u.deps||t||u.resolve()),triggerEvent(n,"onResolve")},fallback(e){if(E.pendingBranch){const{vnode:r,activeBranch:o,parentComponent:s,container:i,namespace:a}=E,l=(triggerEvent(r,"onFallback"),g(o));var t=()=>{E.isInFallback&&(d(null,e,i,l,s,null,a,c,p),setActiveBranch(E,e))},n=e.transition&&"out-in"===e.transition.mode;n&&(o.transition.afterLeave=t),E.isInFallback=!0,m(o,s,null,!0),n||t()}},move(e,t,n){E.activeBranch&&f(E.activeBranch,e,t,n),E.container=e},next(){return E.activeBranch&&g(E.activeBranch)},registerDep(n,r,o){const s=!!E.pendingBranch,i=(s&&E.deps++,n.vnode.el);n.asyncDep.catch(e=>{handleError(e,n,0)}).then(e=>{if(!n.isUnmounted&&!E.isUnmounted&&E.pendingId===n.suspenseId){n.asyncResolved=!0;const t=n["vnode"];pushWarningContext(t),handleSetupResult(n,e,!1),i&&(t.el=i);e=!i&&n.subTree.el;r(n,t,v(i||n.subTree.el),i?null:g(n.subTree),E,a,o),e&&l(e),updateHOCHostEl(n,t.el),popWarningContext(),s&&0==--E.deps&&E.resolve()}})},unmount(e,t){E.isUnmounted=!0,E.activeBranch&&m(E.activeBranch,n,e,t),E.pendingBranch&&m(E.pendingBranch,n,e,t)}};return E}function hydrateSuspense(e,t,n,r,o,s,i,a,l){const c=t.suspense=createSuspenseBoundary(t,r,n,e.parentNode,document.createElement("div"),null,o,s,i,a,!0);r=l(e,c.pendingBranch=t.ssContent,n,c,s,i);return 0===c.deps&&c.resolve(!1,!0),r}function normalizeSuspenseChildren(e){var{shapeFlag:t,children:n}=e,t=32&t;e.ssContent=normalizeSuspenseSlot(t?n.default:n),e.ssFallback=t?normalizeSuspenseSlot(n.fallback):createVNode(Comment)}function normalizeSuspenseSlot(t){let e;var n;return isFunction(t)&&((n=isBlockTreeEnabled&&t._c)&&(t._d=!1,openBlock()),t=t(),n&&(t._d=!0,e=currentBlock,closeBlock())),isArray(t)&&(!(n=filterSingleRoot(t))&&0<t.filter(e=>e!==NULL_DYNAMIC_COMPONENT).length&&warn$1("<Suspense> slots expect a single root node."),t=n),t=normalizeVNode(t),e&&!t.dynamicChildren&&(t.dynamicChildren=e.filter(e=>e!==t)),t}function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}function setActiveBranch(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let o=t.el;for(;!o&&t.component;)t=t.component.subTree,o=t.el;n.el=o,r&&r.subTree===n&&(r.vnode.el=o,updateHOCHostEl(r,o))}function isVNodeSuspensible(e){e=e.props&&e.props.suspensible;return null!=e&&!1!==e}const Fragment=Symbol.for("v-fgt"),Text=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e,t=!1){isBlockTreeEnabled+=e,e<0&&currentBlock&&t&&(currentBlock.hasOnce=!0)}function setupBlock(e){return e.dynamicChildren=0<isBlockTreeEnabled?currentBlock||EMPTY_ARR:null,closeBlock(),0<isBlockTreeEnabled&&currentBlock&&currentBlock.push(e),e}function createElementBlock(e,t,n,r,o,s){return setupBlock(createBaseVNode(e,t,n,r,o,s,!0))}function createBlock(e,t,n,r,o){return setupBlock(createVNode(e,t,n,r,o,!0))}function isVNode(e){return!!e&&!0===e.__v_isVNode}function isSameVNodeType(e,t){if(6&t.shapeFlag&&e.component){const n=hmrDirtyComponents.get(t.type);if(n&&n.has(e.component))return e.shapeFlag&=-257,t.shapeFlag&=-513,!1}return e.type===t.type&&e.key===t.key}let vnodeArgsTransformer;function transformVNodeArgs(e){vnodeArgsTransformer=e}const createVNodeWithArgsTransform=(...e)=>_createVNode(...vnodeArgsTransformer?vnodeArgsTransformer(e,currentRenderingInstance):e),normalizeKey=({key:e})=>null!=e?e:null,normalizeRef=({ref:e,ref_key:t,ref_for:n})=>null!=(e="number"==typeof e?""+e:e)?isString(e)||isRef(e)||isFunction(e)?{i:currentRenderingInstance,r:e,k:t,f:!!n}:e:null;function createBaseVNode(e,t=null,n=null,r=0,o=null,s=e===Fragment?0:1,i=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,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:o,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return a?(normalizeChildren(l,n),128&s&&e.normalize(l)):n&&(l.shapeFlag|=isString(n)?8:16),l.key!=l.key&&warn$1("VNode created with invalid key (NaN). VNode type:",l.type),0<isBlockTreeEnabled&&!i&&currentBlock&&(0<l.patchFlag||6&s)&&32!==l.patchFlag&&currentBlock.push(l),l}const createVNode=createVNodeWithArgsTransform;function _createVNode(e,n=null,t=null,r=0,o=null,s=!1){if(e&&e!==NULL_DYNAMIC_COMPONENT||(e||warn$1(`Invalid vnode type when creating vnode: ${e}.`),e=Comment),isVNode(e)){const a=cloneVNode(e,n,!0);return t&&normalizeChildren(a,t),0<isBlockTreeEnabled&&!s&&currentBlock&&(6&a.shapeFlag?currentBlock[currentBlock.indexOf(e)]=a:currentBlock.push(a)),a.patchFlag=-2,a}if(isClassComponent(e)&&(e=e.__vccOpts),n){let{class:e,style:t}=n=guardReactiveProps(n);e&&!isString(e)&&(n.class=normalizeClass(e)),isObject(t)&&(isProxy(t)&&!isArray(t)&&(t=extend({},t)),n.style=normalizeStyle(t))}var i=isString(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject(e)?4:isFunction(e)?2:0;return 4&i&&isProxy(e)&&warn$1("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
Component that was made reactive: `,e=toRaw(e)),createBaseVNode(e,n,t,r,o,i,s,!0)}function guardReactiveProps(e){return e?isProxy(e)||isInternalObject(e)?extend({},e):e:null}function cloneVNode(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:i,children:a,transition:l}=e;var c=t?mergeProps(o||{},t):o,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&normalizeKey(c),ref:t&&t.ref?n&&s?isArray(s)?s.concat(normalizeRef(t)):[s,normalizeRef(t)]:normalizeRef(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:-1===i&&isArray(a)?a.map(deepCloneVNode):a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?-1===i?16:16|i:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&setTransitionHooks(c,l.clone(c)),c}function deepCloneVNode(e){const t=cloneVNode(e);return isArray(e.children)&&(t.children=e.children.map(deepCloneVNode)),t}function createTextVNode(e=" ",t=0){return createVNode(Text,null,e,t)}function createStaticVNode(e,t){const n=createVNode(Static,null,e);return n.staticCount=t,n}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return null==e||"boolean"==typeof e?createVNode(Comment):isArray(e)?createVNode(Fragment,null,e.slice()):isVNode(e)?cloneIfMounted(e):createVNode(Text,null,String(e))}function cloneIfMounted(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let n=0;var r=e["shapeFlag"];if(null==t)t=null;else if(isArray(t))n=16;else if("object"==typeof t){if(65&r){const s=t.default;return void(s&&(s._c&&(s._d=!1),normalizeChildren(e,s()),s._c&&(s._d=!0)))}n=32;var o=t._;o||isInternalObject(t)?3===o&&currentRenderingInstance&&(1===currentRenderingInstance.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=currentRenderingInstance}else isFunction(t)?(t={default:t,_ctx:currentRenderingInstance},n=32):(t=String(t),64&r?(n=16,t=[createTextVNode(t)]):n=8);e.children=t,e.shapeFlag|=n}function mergeProps(...t){const n={};for(let e=0;e<t.length;e++){var r=t[e];for(const s in r)if("class"===s)n.class!==r.class&&(n.class=normalizeClass([n.class,r.class]));else if("style"===s)n.style=normalizeStyle([n.style,r.style]);else if(isOn(s)){const i=n[s];var o=r[s];!o||i===o||isArray(i)&&i.includes(o)||(n[s]=i?[].concat(i,o):o)}else""!==s&&(n[s]=r[s])}return n}function invokeVNodeHook(e,t,n,r=null){callWithAsyncErrorHandling(e,t,7,[n,r])}const emptyAppContext=createAppContext();let uid=0;function createComponentInstance(e,t,n){var r=e.type,o=(t||e).appContext||emptyAppContext;const s={uid:uid++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new EffectScope(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:normalizePropsOptions(r,o),emitsOptions:normalizeEmitsOptions(r,o),emit:null,emitted:null,propsDefaults:EMPTY_OBJ,inheritAttrs:r.inheritAttrs,ctx:EMPTY_OBJ,data:EMPTY_OBJ,props:EMPTY_OBJ,attrs:EMPTY_OBJ,slots:EMPTY_OBJ,refs:EMPTY_OBJ,setupState:EMPTY_OBJ,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx=createDevRenderContext(s),s.root=t?t.root:s,s.emit=emit.bind(null,s),e.ce&&e.ce(s),s}let currentInstance=null;const getCurrentInstance=()=>currentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const lK=getGlobalThis(),mK=(e,t)=>{let n;return(n=(n=lK[e])?n:lK[e]=[]).push(t),t=>{1<n.length?n.forEach(e=>e(t)):n[0](t)}};internalSetCurrentInstance=mK("__VUE_INSTANCE_SETTERS__",e=>currentInstance=e),setInSSRSetupState=mK("__VUE_SSR_SETTERS__",e=>isInSSRComponentSetup=e)}const setCurrentInstance=e=>{const t=currentInstance;return internalSetCurrentInstance(e),e.scope.on(),()=>{e.scope.off(),internalSetCurrentInstance(t)}},unsetCurrentInstance=()=>{currentInstance&&currentInstance.scope.off(),internalSetCurrentInstance(null)},isBuiltInTag=makeMap("slot,component");function validateComponentName(e,{isNativeTag:t}){(isBuiltInTag(e)||t(e))&&warn$1("Do not use built-in or reserved HTML elements as component id: "+e)}function isStatefulComponent(e){return 4&e.vnode.shapeFlag}let isInSSRComponentSetup=!1;function setupComponent(e,t=!1,n=!1){t&&setInSSRSetupState(t);var{props:r,children:o}=e.vnode,s=isStatefulComponent(e),r=(initProps(e,r,s,t),initSlots(e,o,n),s?setupStatefulComponent(e,t):void 0);return t&&setInSSRSetupState(!1),r}function setupStatefulComponent(t,n){var e=t.type;if(e.name&&validateComponentName(e.name,t.appContext.config),e.components){var r=Object.keys(e.components);for(let e=0;e<r.length;e++)validateComponentName(r[e],t.appContext.config)}if(e.directives){var o=Object.keys(e.directives);for(let e=0;e<o.length;e++)validateDirectiveName(o[e])}e.compilerOptions&&isRuntimeOnly()&&warn$1('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.'),t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,PublicInstanceProxyHandlers),exposePropsOnRenderContext(t);var s=e["setup"];if(s){pauseTracking();var i=t.setupContext=1<s.length?createSetupContext(t):null;const a=setCurrentInstance(t),l=callWithErrorHandling(s,t,0,[shallowReadonly(t.props),i]);s=isPromise(l);if(resetTracking(),a(),!s&&!t.sp||isAsyncWrapper(t)||markAsyncBoundary(t),s){if(l.then(unsetCurrentInstance,unsetCurrentInstance),n)return l.then(e=>{handleSetupResult(t,e,n)}).catch(e=>{handleError(e,t,0)});t.asyncDep=l,t.suspense||warn$1(`Component <${null!=(i=e.name)?i:"Anonymous"}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}else handleSetupResult(t,l,n)}else finishComponentSetup(t,n)}function handleSetupResult(e,t,n){isFunction(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject(t)?(isVNode(t)&&warn$1("setup() should not return VNodes directly - return a render function instead."),e.devtoolsRawSetupState=t,e.setupState=proxyRefs(t),exposeSetupStateOnRenderContext(e)):void 0!==t&&warn$1("setup() should return an object. Received: "+(null===t?"null":typeof t)),finishComponentSetup(e,n)}let compile$1,installWithProxy;function registerRuntimeCompiler(e){compile$1=e,installWithProxy=e=>{e.render._rc&&(e.withProxy=new Proxy(e.ctx,RuntimeCompiledPublicInstanceProxyHandlers))}}const isRuntimeOnly=()=>!compile$1;function finishComponentSetup(e,t,n){const r=e.type;var o,s,i,a,l;e.render||(t||!compile$1||r.render||(o=r.template||resolveMergedOptions(e).template)&&(startMeasure(e,"compile"),{isCustomElement:l,compilerOptions:s}=e.appContext.config,{delimiters:i,compilerOptions:a}=r,l=extend(extend({isCustomElement:l,delimiters:i},s),a),r.render=compile$1(o,l),endMeasure(e,"compile")),e.render=r.render||NOOP,installWithProxy&&installWithProxy(e));{const c=setCurrentInstance(e);pauseTracking();try{applyOptions(e)}finally{resetTracking(),c()}}r.render||e.render!==NOOP||t||(!compile$1&&r.template?warn$1('Component provided template option but runtime compilation is not supported in this build of Vue. Use "vue.esm-browser.js" instead.'):warn$1("Component is missing template or render function: ",r))}const attrsProxyHandlers={get(e,t){return markAttrsAccessed(),track(e,"get",""),e[t]},set(){return warn$1("setupContext.attrs is readonly."),!1},deleteProperty(){return warn$1("setupContext.attrs is readonly."),!1}};function getSlotsProxy(n){return new Proxy(n.slots,{get(e,t){return track(n,"get","$slots"),e[t]}})}function createSetupContext(n){{let e,t;return Object.freeze({get attrs(){return e=e||new Proxy(n.attrs,attrsProxyHandlers)},get slots(){return t=t||getSlotsProxy(n)},get emit(){return(e,...t)=>n.emit(e,...t)},expose:t=>{if(n.exposed&&warn$1("expose() should be called only once per setup()."),null!=t){let e=typeof t;"object"===e&&(isArray(t)?e="array":isRef(t)&&(e="ref")),"object"!==e&&warn$1(`expose() should be passed a plain object, received ${e}.`)}n.exposed=t||{}}})}}function getComponentPublicInstance(n){return n.exposed?n.exposeProxy||(n.exposeProxy=new Proxy(proxyRefs(markRaw(n.exposed)),{get(e,t){return t in e?e[t]:t in publicPropertiesMap?publicPropertiesMap[t](n):void 0},has(e,t){return t in e||t in publicPropertiesMap}})):n.proxy}const classifyRE=/(?:^|[-_])(\w)/g,classify=e=>e.replace(classifyRE,e=>e.toUpperCase()).replace(/[-_]/g,"");function getComponentName(e,t=!0){return isFunction(e)?e.displayName||e.name:e.name||t&&e.__name}function formatComponentName(e,n,t=!1){let r=getComponentName(n);var o;return!(r=!r&&n.__file&&(o=n.__file.match(/([^/\\]+)\.\w+$/))?o[1]:r)&&e&&e.parent&&(o=e=>{for(const t in e)if(e[t]===n)return t},r=o(e.components||e.parent.type.components)||o(e.appContext.components)),r?classify(r):t?"App":"Anonymous"}function isClassComponent(e){return isFunction(e)&&"__vccOpts"in e}const computed=(e,t)=>{const n=computed$1(e,t,isInSSRComponentSetup);e=getCurrentInstance();return e&&e.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0),n};function h(e,t,n){var r=arguments.length;return 2===r?isObject(t)&&!isArray(t)?isVNode(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(3<r?n=Array.prototype.slice.call(arguments,2):3===r&&isVNode(n)&&(n=[n]),createVNode(e,t,n))}function initCustomFormatter(){if("undefined"!=typeof window){const t={style:"color:#3ba776"},s={style:"color:#1677ff"},i={style:"color:#f5222d"},a={style:"color:#eb2f96"};var e={__vue_custom_formatter:!0,header(e){return isObject(e)?e.__isVue?["div",t,"VueInstance"]:isRef(e)?["div",{},["span",t,function(e){if(isShallow(e))return"ShallowRef";if(e.effect)return"ComputedRef";return"Ref"}(e)],"<",n("_value"in e?e._value:e),">"]:isReactive(e)?["div",{},["span",t,isShallow(e)?"ShallowReactive":"Reactive"],"<",n(e),">"+(isReadonly(e)?" (readonly)":"")]:isReadonly(e)?["div",{},["span",t,isShallow(e)?"ShallowReadonly":"Readonly"],"<",n(e),">"]:null:null},hasBody(e){return e&&e.__isVue},body(e){if(e&&e.__isVue)return["div",{},...function(e){const t=[];e.type.props&&e.props&&t.push(r("props",toRaw(e.props)));e.setupState!==EMPTY_OBJ&&t.push(r("setup",e.setupState));e.data!==EMPTY_OBJ&&t.push(r("data",toRaw(e.data)));var n=o(e,"computed");n&&t.push(r("computed",n));n=o(e,"inject");n&&t.push(r("injected",n));return t.push(["div",{},["span",{style:a.style+";opacity:0.66"},"$ (internal): "],["object",{object:e}]]),t}(e.$)]}};function r(e,t){return t=extend({},t),Object.keys(t).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},e],["div",{style:"padding-left:1.25em"},...Object.keys(t).map(e=>["div",{},["span",a,e+": "],n(t[e],!1)])]]:["span",{}]}function n(e,t=!0){return"number"==typeof e?["span",s,e]:"string"==typeof e?["span",i,JSON.stringify(e)]:"boolean"==typeof e?["span",a,e]:isObject(e)?["object",{object:t?toRaw(e):e}]:["span",i,String(e)]}function o(e,t){var n=e.type;if(!isFunction(n)){const r={};for(const o in e.ctx)!function t(e,n,r){const o=e[r];if(isArray(o)&&o.includes(n)||isObject(o)&&n in o)return!0;if(e.extends&&t(e.extends,n,r))return!0;if(e.mixins&&e.mixins.some(e=>t(e,n,r)))return!0}(n,o,t)||(r[o]=e.ctx[o]);return r}}window.devtoolsFormatters?window.devtoolsFormatters.push(e):window.devtoolsFormatters=[e]}}function withMemo(e,t,n,r){var o=n[r];if(o&&isMemoSame(o,e))return o;const s=t();return s.memo=e.slice(),n[s.cacheIndex=r]=s}function isMemoSame(e,t){var n=e.memo;if(n.length!=t.length)return!1;for(let e=0;e<n.length;e++)if(hasChanged(n[e],t[e]))return!1;return 0<isBlockTreeEnabled&&currentBlock&&currentBlock.push(e),!0}const version="3.5.13",warn=warn$1,ErrorTypeStrings=ErrorTypeStrings$1,devtools=devtools$1,setDevtoolsHook=setDevtoolsHook$1,_ssrUtils={createComponentInstance:createComponentInstance,setupComponent:setupComponent,renderComponentRoot:renderComponentRoot,setCurrentRenderingInstance:setCurrentRenderingInstance,isVNode:isVNode,normalizeVNode:normalizeVNode,getComponentPublicInstance:getComponentPublicInstance,ensureValidVNode:ensureValidVNode,pushWarningContext:pushWarningContext,popWarningContext:popWarningContext},ssrUtils=_ssrUtils,resolveFilter=null,compatUtils=null,DeprecationTypes=null;let policy=void 0;const tt="undefined"!=typeof window&&window.trustedTypes;if(tt)try{policy=tt.createPolicy("vue",{createHTML:e=>e})}catch(e){warn("Error creating trusted types policy: "+e)}const unsafeToTrustedHTML=policy?e=>policy.createHTML(e):e=>e,svgNS="http://www.w3.org/2000/svg",mathmlNS="http://www.w3.org/1998/Math/MathML",doc="undefined"!=typeof document?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o="svg"===t?doc.createElementNS(svgNS,e):"mathml"===t?doc.createElementNS(mathmlNS,e):n?doc.createElement(e,{is:n}):doc.createElement(e);return"select"===e&&r&&null!=r.multiple&&o.setAttribute("multiple",r.multiple),o},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,s){var i=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling)){for(;;)if(t.insertBefore(o.cloneNode(!0),n),o===s||!(o=o.nextSibling))break}else{templateContainer.innerHTML=unsafeToTrustedHTML("svg"===r?`<svg>${e}</svg>`:"mathml"===r?`<math>${e}</math>`:e);const l=templateContainer.content;if("svg"===r||"mathml"===r){for(var a=l.firstChild;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},TRANSITION$1="transition",ANIMATION="animation",vtcKey=Symbol("_vtc"),DOMTransitionPropsValidators={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},TransitionPropsValidators=extend({},BaseTransitionPropsValidators,DOMTransitionPropsValidators),decorate$1=e=>(e.displayName="Transition",e.props=TransitionPropsValidators,e),Transition=decorate$1((e,{slots:t})=>h(BaseTransition,resolveTransitionProps(e),t)),callHook=(e,t=[])=>{isArray(e)?e.forEach(e=>e(...t)):e&&e(...t)},hasExplicitCallback=e=>!!e&&(isArray(e)?e.some(e=>1<e.length):1<e.length);function resolveTransitionProps(e){const t={};for(const R in e)R in DOMTransitionPropsValidators||(t[R]=e[R]);if(!1===e.css)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=n+"-enter-from",enterActiveClass:o=n+"-enter-active",enterToClass:a=n+"-enter-to",appearFromClass:l=i,appearActiveClass:c=o,appearToClass:p=a,leaveFromClass:d=n+"-leave-from",leaveActiveClass:u=n+"-leave-active",leaveToClass:h=n+"-leave-to"}=e;var f=normalizeDuration(r);const m=f&&f[0],g=f&&f[1],{onBeforeEnter:v,onEnter:y,onEnterCancelled:S,onLeave:b,onLeaveCancelled:E,onBeforeAppear:C=v,onAppear:T=y,onAppearCancelled:x=S}=t,_=(e,t,n,r)=>{e._enterCancelled=r,removeTransitionClass(e,t?p:a),removeTransitionClass(e,t?c:o),n&&n()},w=(e,t)=>{e._isLeaving=!1,removeTransitionClass(e,d),removeTransitionClass(e,h),removeTransitionClass(e,u),t&&t()};f=o=>(e,t)=>{const n=o?T:y,r=()=>_(e,o,t);callHook(n,[e,r]),nextFrame(()=>{removeTransitionClass(e,o?l:i),addTransitionClass(e,o?p:a),hasExplicitCallback(n)||whenTransitionEnds(e,s,m,r)})};return extend(t,{onBeforeEnter(e){callHook(v,[e]),addTransitionClass(e,i),addTransitionClass(e,o)},onBeforeAppear(e){callHook(C,[e]),addTransitionClass(e,l),addTransitionClass(e,c)},onEnter:f(!1),onAppear:f(!0),onLeave(e,t){e._isLeaving=!0;const n=()=>w(e,t);addTransitionClass(e,d),e._enterCancelled?(addTransitionClass(e,u),forceReflow()):(forceReflow(),addTransitionClass(e,u)),nextFrame(()=>{e._isLeaving&&(removeTransitionClass(e,d),addTransitionClass(e,h),hasExplicitCallback(b)||whenTransitionEnds(e,s,g,n))}),callHook(b,[e,n])},onEnterCancelled(e){_(e,!1,void 0,!0),callHook(S,[e])},onAppearCancelled(e){_(e,!0,void 0,!0),callHook(x,[e])},onLeaveCancelled(e){w(e),callHook(E,[e])}})}function normalizeDuration(e){return null==e?null:isObject(e)?[NumberOf(e.enter),NumberOf(e.leave)]:[e=NumberOf(e),e]}function NumberOf(e){e=toNumber(e);return assertNumber(e,"<transition> explicit duration"),e}function addTransitionClass(t,e){e.split(/\s+/).forEach(e=>e&&t.classList.add(e)),(t[vtcKey]||(t[vtcKey]=new Set)).add(e)}function removeTransitionClass(t,e){e.split(/\s+/).forEach(e=>e&&t.classList.remove(e));const n=t[vtcKey];n&&(n.delete(e),n.size||(t[vtcKey]=void 0))}function nextFrame(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let endId=0;function whenTransitionEnds(t,e,n,r){const o=t._endId=++endId,s=()=>{o===t._endId&&r()};if(null!=n)return setTimeout(s,n);const{type:i,timeout:a,propCount:l}=getTransitionInfo(t,e);if(!i)return r();const c=i+"end";let p=0;const d=()=>{t.removeEventListener(c,u),s()},u=e=>{e.target===t&&++p>=l&&d()};setTimeout(()=>{p<l&&d()},a+1),t.addEventListener(c,u)}function getTransitionInfo(e,t){const n=window.getComputedStyle(e);var e=e=>(n[e]||"").split(", "),r=e(TRANSITION$1+"Delay"),o=e(TRANSITION$1+"Duration"),r=getTimeout(r,o),s=e(ANIMATION+"Delay"),i=e(ANIMATION+"Duration"),s=getTimeout(s,i);let a=null,l=0,c=0;t===TRANSITION$1?0<r&&(a=TRANSITION$1,l=r,c=o.length):t===ANIMATION?0<s&&(a=ANIMATION,l=s,c=i.length):(l=Math.max(r,s),a=0<l?s<r?TRANSITION$1:ANIMATION:null,c=a?(a===TRANSITION$1?o:i).length:0);t=a===TRANSITION$1&&/\b(transform|all)(,|$)/.test(e(TRANSITION$1+"Property").toString());return{type:a,timeout:l,propCount:c,hasTransform:t}}function getTimeout(n,e){for(;n.length<e.length;)n=n.concat(n);return Math.max(...e.map((e,t)=>toMs(e)+toMs(n[t])))}function toMs(e){return"auto"===e?0:1e3*Number(e.slice(0,-1).replace(",","."))}function forceReflow(){return document.body.offsetHeight}function patchClass(e,t,n){var r=e[vtcKey];null==(t=r?(t?[t,...r]:[...r]).join(" "):t)?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(e,{value:t},{transition:n}){e[vShowOriginalDisplay]="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):setDisplay(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),setDisplay(e,!0),r.enter(e)):r.leave(e,()=>{setDisplay(e,!1)}):setDisplay(e,t))},beforeUnmount(e,{value:t}){setDisplay(e,t)}};function setDisplay(e,t){e.style.display=t?e[vShowOriginalDisplay]:"none",e[vShowHidden]=!t}function initVShowForSSR(){vShow.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}vShow.name="show";const CSS_VAR_TEXT=Symbol("CSS_VAR_TEXT");function useCssVars(n){const r=getCurrentInstance();if(r){const t=r.ut=(t=n(r.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${r.uid}"]`)).forEach(e=>setVarsOnNode(e,t))},o=(r.getCssVars=()=>n(r.proxy),()=>{var e=n(r.proxy);r.ce?setVarsOnNode(r.ce,e):setVarsOnVNode(r.subTree,e),t(e)});onBeforeUpdate(()=>{queuePostFlushCb(o)}),onMounted(()=>{watch(o,NOOP,{flush:"post"});const e=new MutationObserver(o);e.observe(r.subTree.el.parentNode,{childList:!0}),onUnmounted(()=>e.disconnect())})}else warn("useCssVars is called without current active component instance.")}function setVarsOnVNode(n,r){if(128&n.shapeFlag){const e=n.suspense;n=e.activeBranch,e.pendingBranch&&!e.isHydrating&&e.effects.push(()=>{setVarsOnVNode(e.activeBranch,r)})}for(;n.component;)n=n.component.subTree;if(1&n.shapeFlag&&n.el)setVarsOnNode(n.el,r);else if(n.type===Fragment)n.children.forEach(e=>setVarsOnVNode(e,r));else if(n.type===Static){let{el:e,anchor:t}=n;for(;e&&(setVarsOnNode(e,r),e!==t);)e=e.nextSibling}}function setVarsOnNode(t,n){if(1===t.nodeType){const r=t.style;let e="";for(const o in n)r.setProperty("--"+o,n[o]),e+=`--${o}: ${n[o]};`;r[CSS_VAR_TEXT]=e}}const displayRE=/(^|;)\s*display\s*:/;function patchStyle(e,t,n){const r=e.style;var o=isString(n);let s=!1;if(n&&!o){if(t)if(isString(t))for(const a of t.split(";")){var i=a.slice(0,a.indexOf(":")).trim();null==n[i]&&setStyle(r,i,"")}else for(const l in t)null==n[l]&&setStyle(r,l,"");for(const c in n)"display"===c&&(s=!0),setStyle(r,c,n[c])}else o?t!==n&&((o=r[CSS_VAR_TEXT])&&(n+=";"+o),r.cssText=n,s=displayRE.test(n)):t&&e.removeAttribute("style");vShowOriginalDisplay in e&&(e[vShowOriginalDisplay]=s?r.display:"",e[vShowHidden]&&(r.display="none"))}const semicolonRE=/[^\\];\s*$/,importantRE=/\s*!important$/;function setStyle(t,n,e){var r;isArray(e)?e.forEach(e=>setStyle(t,n,e)):(null==e&&(e=""),semicolonRE.test(e)&&warn(`Unexpected semicolon at the end of '${n}' style value: '${e}'`),n.startsWith("--")?t.setProperty(n,e):(r=autoPrefix(t,n),importantRE.test(e)?t.setProperty(hyphenate(r),e.replace(importantRE,""),"important"):t[r]=e))}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(t,n){var e=prefixCache[n];if(e)return e;let r=camelize(n);if("filter"!==r&&r in t)return prefixCache[n]=r;r=capitalize(r);for(let e=0;e<prefixes.length;e++){var o=prefixes[e]+r;if(o in t)return prefixCache[n]=o}return n}const xlinkNS="http://www.w3.org/1999/xlink";function patchAttr(e,t,n,r,o,s=isSpecialBooleanAttr(t)){r&&t.startsWith("xlink:")?null==n?e.removeAttributeNS(xlinkNS,t.slice(6,t.length)):e.setAttributeNS(xlinkNS,t,n):null==n||s&&!includeBooleanAttr(n)?e.removeAttribute(t):e.setAttribute(t,s?"":isSymbol(n)?String(n):n)}function patchDOMProp(e,n,r,t,o){if("innerHTML"===n||"textContent"===n)null!=r&&(e[n]="innerHTML"===n?unsafeToTrustedHTML(r):r);else{const i=e.tagName;var s;if("value"===n&&"PROGRESS"!==i&&!i.includes("-"))return("OPTION"===i?e.getAttribute("value")||"":e.value)===(s=null==r?"checkbox"===e.type?"on":"":String(r))&&"_value"in e||(e.value=s),null==r&&e.removeAttribute(n),void(e._value=r);let t=!1;""!==r&&null!=r||("boolean"==(s=typeof e[n])?r=includeBooleanAttr(r):null==r&&"string"==s?(r="",t=!0):"number"==s&&(r=0,t=!0));try{e[n]=r}catch(e){t||warn(`Failed setting prop "${n}" on <${i.toLowerCase()}>: value ${r} is invalid.`,e)}t&&e.removeAttribute(o||n)}}function addEventListener(e,t,n,r){e.addEventListener(t,n,r)}function removeEventListener(e,t,n,r){e.removeEventListener(t,n,r)}const veiKey=Symbol("_vei");function patchEvent(e,t,n,r,o=null){const s=e[veiKey]||(e[veiKey]={}),i=s[t];var a,l;r&&i?i.value=sanitizeEventValue(r,t):([a,l]=parseName(t),r?addEventListener(e,a,s[t]=createInvoker(sanitizeEventValue(r,t),o),l):i&&(removeEventListener(e,a,i,l),s[t]=void 0))}const optionsModifierRE=/(?:Once|Passive|Capture)$/;function parseName(t){let n;if(optionsModifierRE.test(t)){n={};let e;for(;e=t.match(optionsModifierRE);)t=t.slice(0,t.length-e[0].length),n[e[0].toLowerCase()]=!0}return[":"===t[2]?t.slice(3):hyphenate(t.slice(2)),n]}let cachedNow=0;const p=Promise.resolve(),getNow=()=>cachedNow||(p.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();callWithAsyncErrorHandling(patchStopImmediatePropagation(e,n.value),t,5,[e])};return n.value=e,n.attached=getNow(),n}function sanitizeEventValue(e,t){return isFunction(e)||isArray(e)?e:(warn(`Wrong type passed as event handler to ${t} - did you forget @ or : in front of your prop?
Expected function or array of functions, received type ${typeof e}.`),NOOP)}function patchStopImmediatePropagation(e,t){if(isArray(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(t=>e=>!e._stopped&&t&&t(e))}return t}const isNativeOn=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&96<e.charCodeAt(2)&&e.charCodeAt(2)<123,patchProp=(e,t,n,r,o,s)=>{o="svg"===o;"class"===t?patchClass(e,r,o):"style"===t?patchStyle(e,n,r):isOn(t)?isModelListener(t)||patchEvent(e,t,n,r,s):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):shouldSetAsProp(e,t,r,o))?(patchDOMProp(e,t,r),e.tagName.includes("-")||"value"!==t&&"checked"!==t&&"selected"!==t||patchAttr(e,t,r,o,s,"value"!==t)):!e._isVueCE||!/[A-Z]/.test(t)&&isString(r)?("true-value"===t?e._trueValue=r:"false-value"===t&&(e._falseValue=r),patchAttr(e,t,r,o)):patchDOMProp(e,camelize(t),r,s,t)};function shouldSetAsProp(e,t,n,r){if(r)return"innerHTML"===t||"textContent"===t||!!(t in e&&isNativeOn(t)&&isFunction(n));if("spellcheck"===t||"draggable"===t||"translate"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if("width"===t||"height"===t){r=e.tagName;if("IMG"===r||"VIDEO"===r||"CANVAS"===r||"SOURCE"===r)return!1}return(!isNativeOn(t)||!isString(n))&&t in e}const REMOVAL={};function defineCustomElement(e,t,n){const r=defineComponent(e,t);isPlainObject(r)&&extend(r,t);class o extends VueElement{constructor(e){super(r,e,n)}}return o.def=r,o}const defineSSRCustomElement=(e,t)=>defineCustomElement(e,t,createSSRApp),BaseClass="undefined"!=typeof HTMLElement?HTMLElement:class{};class VueElement extends BaseClass{constructor(e,t={},n=createApp){super(),this._def=e,this._props=t,this._createApp=n,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&n!==createApp?this._root=this.shadowRoot:(this.shadowRoot&&warn("Custom element has pre-rendered declarative shadow root but is not defined as hydratable. Use `defineSSRCustomElement`."),!1!==e.shadowRoot?(this.attachShadow({mode:"open"}),this._root=this.shadowRoot):this._root=this),this._def.__asyncLoader||this._resolveProps(this._def)}connectedCallback(){if(this.isConnected){this.shadowRoot||this._parseSlots(),this._connected=!0;let e=this;for(;e=e&&(e.parentNode||e.host);)if(e instanceof VueElement){this._parent=e;break}this._instance||(this._resolved?(this._setParent(),this._update()):e&&e._pendingResolve?this._pendingResolve=e._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}}_setParent(e=this._parent){e&&(this._instance.parent=e._instance,this._instance.provides=e._instance.provides)}disconnectedCallback(){this._connected=!1,nextTick(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null)})}_resolveDef(){if(!this._pendingResolve){for(let e=0;e<this.attributes.length;e++)this._setAttr(this.attributes[e].name);this._ob=new MutationObserver(e=>{for(const t of e)this._setAttr(t.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(e,t=!1)=>{this._resolved=!0,this._pendingResolve=void 0;var{props:n,styles:r}=e;let o;if(n&&!isArray(n))for(const i in n){var s=n[i];(s===Number||s&&s.type===Number)&&(i in this._props&&(this._props[i]=toNumber(this._props[i])),(o=o||Object.create(null))[camelize(i)]=!0)}this._numberProps=o,t&&this._resolveProps(e),this.shadowRoot?this._applyStyles(r):r&&warn("Custom element style injection is not supported when using shadowRoot: false"),this._mount(e)},e=this._def.__asyncLoader;e?this._pendingResolve=e().then(e=>t(this._def=e,!0)):t(this._def)}}_mount(e){e.name||(e.name="VueElement"),this._app=this._createApp(e),e.configureApp&&e.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const t=this._instance&&this._instance.exposed;if(t)for(const n in t)hasOwn(this,n)?warn(`Exposed property "${n}" already exists on custom element.`):Object.defineProperty(this,n,{get:()=>unref(t[n])})}_resolveProps(e){e=e.props;const t=isArray(e)?e:Object.keys(e||{});for(const n of Object.keys(this))"_"!==n[0]&&t.includes(n)&&this._setProp(n,this[n]);for(const r of t.map(camelize))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(e){this._setProp(r,e,!0,!0)}})}_setAttr(t){if(!t.startsWith("data-v-")){var n=this.hasAttribute(t);let e=n?this.getAttribute(t):REMOVAL;t=camelize(t);n&&this._numberProps&&this._numberProps[t]&&(e=toNumber(e)),this._setProp(t,e,!1,!0)}}_getProp(e){return this._props[e]}_setProp(e,t,n=!0,r=!1){if(t!==this._props[e]&&(t===REMOVAL?delete this._props[e]:(this._props[e]=t,"key"===e&&this._app&&(this._app._ceVNode.key=t)),r&&this._instance&&this._update(),n)){const o=this._ob;o&&o.disconnect(),!0===t?this.setAttribute(hyphenate(e),""):"string"==typeof t||"number"==typeof t?this.setAttribute(hyphenate(e),t+""):t||this.removeAttribute(hyphenate(e)),o&&o.observe(this,{attributes:!0})}}_update(){render(this._createVNode(),this._root)}_createVNode(){const e={},t=(this.shadowRoot||(e.onVnodeMounted=e.onVnodeUpdated=this._renderSlots.bind(this)),createVNode(this._def,extend(e,this._props)));return this._instance||(t.ce=e=>{(this._instance=e).ce=this,e.isCE=!0,e.ceReload=e=>{this._styles&&(this._styles.forEach(e=>this._root.removeChild(e)),this._styles.length=0),this._applyStyles(e),this._instance=null,this._update()};const n=(e,t)=>{this.dispatchEvent(new CustomEvent(e,isPlainObject(t[0])?extend({detail:t},t[0]):{detail:t}))};e.emit=(e,...t)=>{n(e,t),hyphenate(e)!==e&&n(hyphenate(e),t)},this._setParent()}),t}_applyStyles(t,n){if(t){if(n){if(n===this._def||this._styleChildren.has(n))return;this._styleChildren.add(n)}var r=this._nonce;for(let e=t.length-1;0<=e;e--){const o=document.createElement("style");if(r&&o.setAttribute("nonce",r),o.textContent=t[e],this.shadowRoot.prepend(o),n){if(n.__hmrId){this._childStyles||(this._childStyles=new Map);let e=this._childStyles.get(n.__hmrId);e||this._childStyles.set(n.__hmrId,e=[]),e.push(o)}}else(this._styles||(this._styles=[])).push(o)}}}_parseSlots(){const e=this._slots={};let t;for(;t=this.firstChild;){var n=1===t.nodeType&&t.getAttribute("slot")||"default";(e[n]||(e[n]=[])).push(t),this.removeChild(t)}}_renderSlots(){var t=(this._teleportTarget||this).querySelectorAll("slot"),n=this._instance.type.__scopeId;for(let e=0;e<t.length;e++){const s=t[e];var r=s.getAttribute("name")||"default",r=this._slots[r];const i=s.parentNode;if(r)for(const a of r){if(n&&1===a.nodeType){var o=n+"-s";const l=document.createTreeWalker(a,1);a.setAttribute(o,"");let e;for(;e=l.nextNode();)e.setAttribute(o,"")}i.insertBefore(a,s)}else for(;s.firstChild;)i.insertBefore(s.firstChild,s);i.removeChild(s)}}_injectChildStyle(e){this._applyStyles(e.styles,e)}_removeChildStyle(e){if(this._styleChildren.delete(e),this._childStyles&&e.__hmrId){const t=this._childStyles.get(e.__hmrId);t&&(t.forEach(e=>this._root.removeChild(e)),t.length=0)}}}function useHost(e){var t=getCurrentInstance(),n=t&&t.ce;return n||(t?warn(`${e||"useHost"} can only be used in components defined via defineCustomElement.`):warn(`${e||"useHost"} called without an active component instance.`),null)}function useShadowRoot(){var e=useHost("useShadowRoot");return e&&e.shadowRoot}function useCssModule(e="$style"){var t=getCurrentInstance();if(!t)return warn("useCssModule must be called inside setup()"),EMPTY_OBJ;t=t.type.__cssModules;if(!t)return warn("Current instance does not have CSS modules injected."),EMPTY_OBJ;t=t[e];return t||(warn(`Current instance does not have CSS module named "${e}".`),EMPTY_OBJ)}const positionMap=new WeakMap,newPositionMap=new WeakMap,moveCbKey=Symbol("_moveCb"),enterCbKey=Symbol("_enterCb"),decorate=e=>(delete e.props.mode,e),TransitionGroupImpl=decorate({name:"TransitionGroup",props:extend({},TransitionPropsValidators,{tag:String,moveClass:String}),setup(s,{slots:o}){const i=getCurrentInstance(),a=useTransitionState();let l,c;return onUpdated(()=>{if(l.length){const o=s.moveClass||`${s.name||"v"}-move`;if(hasCSSTransform(l[0].el,i.vnode.el,o)){l.forEach(callPendingCbs),l.forEach(recordPosition);const e=l.filter(applyTranslation);forceReflow(),e.forEach(e=>{const t=e.el,n=t.style,r=(addTransitionClass(t,o),n.transform=n.webkitTransform=n.transitionDuration="",t[moveCbKey]=e=>{e&&e.target!==t||e&&!/transform$/.test(e.propertyName)||(t.removeEventListener("transitionend",r),t[moveCbKey]=null,removeTransitionClass(t,o))});t.addEventListener("transitionend",r)})}}}),()=>{var e=toRaw(s),t=resolveTransitionProps(e),e=e.tag||Fragment;if(l=[],c)for(let e=0;e<c.length;e++){const r=c[e];r.el&&r.el instanceof Element&&(l.push(r),setTransitionHooks(r,resolveTransitionHooks(r,t,a,i)),positionMap.set(r,r.el.getBoundingClientRect()))}c=o.default?getTransitionRawChildren(o.default()):[];for(let e=0;e<c.length;e++){var n=c[e];null!=n.key?setTransitionHooks(n,resolveTransitionHooks(n,t,a,i)):n.type!==Text&&warn("<TransitionGroup> children must be keyed.")}return createVNode(e,null,c)}}}),TransitionGroup=TransitionGroupImpl;function callPendingCbs(e){const t=e.el;t[moveCbKey]&&t[moveCbKey](),t[enterCbKey]&&t[enterCbKey]()}function recordPosition(e){newPositionMap.set(e,e.el.getBoundingClientRect())}function applyTranslation(e){var t=positionMap.get(e),n=newPositionMap.get(e),r=t.left-n.left,t=t.top-n.top;if(r||t){const o=e.el.style;return o.transform=o.webkitTransform=`translate(${r}px,${t}px)`,o.transitionDuration="0s",e}}function hasCSSTransform(e,t,n){const r=e.cloneNode(),o=e[vtcKey],s=(o&&o.forEach(e=>{e.split(/\s+/).forEach(e=>e&&r.classList.remove(e))}),n.split(/\s+/).forEach(e=>e&&r.classList.add(e)),r.style.display="none",1===t.nodeType?t:t.parentNode);s.appendChild(r);e=getTransitionInfo(r).hasTransform;return s.removeChild(r),e}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray(t)?e=>invokeArrayFns(t,e):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign"),vModelText={created(t,{modifiers:{lazy:e,trim:n,number:r}},o){t[assignKey]=getModelAssigner(o);const s=r||o.props&&"number"===o.props.type;addEventListener(t,e?"change":"input",e=>{if(!e.target.composing){let e=t.value;n&&(e=e.trim()),s&&(e=looseToNumber(e)),t[assignKey](e)}}),n&&addEventListener(t,"change",()=>{t.value=t.value.trim()}),e||(addEventListener(t,"compositionstart",onCompositionStart),addEventListener(t,"compositionend",onCompositionEnd),addEventListener(t,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:o,number:s}},i){if(e[assignKey]=getModelAssigner(i),!e.composing){i=!s&&"number"!==e.type||/^0\d/.test(e.value)?e.value:looseToNumber(e.value),s=null==t?"":t;if(i!==s){if(document.activeElement===e&&"range"!==e.type){if(r&&t===n)return;if(o&&e.value.trim()===s)return}e.value=s}}}},vModelCheckbox={deep:!0,created(l,e,t){l[assignKey]=getModelAssigner(t),addEventListener(l,"change",()=>{const e=l._modelValue;var t=getValue(l),n=l.checked;const r=l[assignKey];if(isArray(e)){var o=looseIndexOf(e,t),s=-1!==o;if(n&&!s)r(e.concat(t));else if(!n&&s){const i=[...e];i.splice(o,1),r(i)}}else if(isSet(e)){const a=new Set(e);n?a.add(t):a.delete(t),r(a)}else r(getCheckboxValue(l,n))})},mounted:setChecked,beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n),setChecked(e,t,n)}};function setChecked(e,{value:t,oldValue:n},r){e._modelValue=t;let o;if(isArray(t))o=-1<looseIndexOf(t,r.props.value);else if(isSet(t))o=t.has(r.props.value);else{if(t===n)return;o=looseEqual(t,getCheckboxValue(e,!0))}e.checked!==o&&(e.checked=o)}const vModelRadio={created(e,{value:t},n){e.checked=looseEqual(t,n.props.value),e[assignKey]=getModelAssigner(n),addEventListener(e,"change",()=>{e[assignKey](getValue(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[assignKey]=getModelAssigner(r),t!==n&&(e.checked=looseEqual(t,r.props.value))}},vModelSelect={deep:!0,created(t,{value:e,modifiers:{number:n}},r){const o=isSet(e);addEventListener(t,"change",()=>{var e=Array.prototype.filter.call(t.options,e=>e.selected).map(e=>n?looseToNumber(getValue(e)):getValue(e));t[assignKey](t.multiple?o?new Set(e):e:e[0]),t._assigning=!0,nextTick(()=>{t._assigning=!1})}),t[assignKey]=getModelAssigner(r)},mounted(e,{value:t}){setSelected(e,t)},beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n)},updated(e,{value:t}){e._assigning||setSelected(e,t)}};function setSelected(n,r){var o,s=n.multiple,i=isArray(r);if(!s||i||isSet(r)){for(let e=0,t=n.options.length;e<t;e++){const a=n.options[e],l=getValue(a);if(s)i?(o=typeof l,a.selected="string"==o||"number"==o?r.some(e=>String(e)===String(l)):-1<looseIndexOf(r,l)):a.selected=r.has(l);else if(looseEqual(getValue(a),r))return void(n.selectedIndex!==e&&(n.selectedIndex=e))}s||-1===n.selectedIndex||(n.selectedIndex=-1)}else warn(`<select multiple v-model> expects an Array or Set value for its binding, but got ${Object.prototype.toString.call(r).slice(8,-1)}.`)}function getValue(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){var n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const vModelDynamic={created(e,t,n){callModelHook(e,t,n,null,"created")},mounted(e,t,n){callModelHook(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){callModelHook(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){callModelHook(e,t,n,r,"updated")}};function resolveDynamicModel(e,t){switch(e){case"SELECT":return vModelSelect;case"TEXTAREA":return vModelText;default:switch(t){case"checkbox":return vModelCheckbox;case"radio":return vModelRadio;default:return vModelText}}}function callModelHook(e,t,n,r,o){const s=resolveDynamicModel(e.tagName,n.props&&n.props.type)[o];s&&s(e,t,n,r)}function initVModelForSSR(){vModelText.getSSRProps=({value:e})=>({value:e}),vModelRadio.getSSRProps=({value:e},t)=>{if(t.props&&looseEqual(t.props.value,e))return{checked:!0}},vModelCheckbox.getSSRProps=({value:e},t)=>{if(isArray(e)){if(t.props&&-1<looseIndexOf(e,t.props.value))return{checked:!0}}else if(isSet(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},vModelDynamic.getSSRProps=(e,t)=>{if("string"==typeof t.type){const n=resolveDynamicModel(t.type.toUpperCase(),t.props&&t.props.type);return n.getSSRProps?n.getSSRProps(e,t):void 0}}}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(t,n)=>systemModifiers.some(e=>t[e+"Key"]&&!n.includes(e))},withModifiers=(r,o)=>{const e=r._withMods||(r._withMods={});var t=o.join(".");return e[t]||(e[t]=(t,...e)=>{for(let e=0;e<o.length;e++){const n=modifierGuards[o[e]];if(n&&n(t,o))return}return r(t,...e)})},keyNames={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},withKeys=(n,r)=>{const e=n._withKeys||(n._withKeys={});var t=r.join(".");return e[t]||(e[t]=e=>{if("key"in e){const t=hyphenate(e.key);return r.some(e=>e===t||keyNames[e]===t)?n(e):void 0}})},rendererOptions=extend({patchProp:patchProp},nodeOps);let renderer,enabledHydration=!1;function ensureRenderer(){return renderer=renderer||createRenderer(rendererOptions)}function ensureHydrationRenderer(){return renderer=enabledHydration?renderer:createHydrationRenderer(rendererOptions),enabledHydration=!0,renderer}const render=(...e)=>{ensureRenderer().render(...e)},hydrate=(...e)=>{ensureHydrationRenderer().hydrate(...e)},createApp=(...e)=>{const r=ensureRenderer().createApp(...e),o=(injectNativeTagCheck(r),injectCompilerOptionsCheck(r),r)["mount"];return r.mount=e=>{const t=normalizeContainer(e);if(t){const n=r._component;isFunction(n)||n.render||n.template||(n.template=t.innerHTML),1===t.nodeType&&(t.textContent="");e=o(t,!1,resolveRootNamespace(t));return t instanceof Element&&(t.removeAttribute("v-cloak"),t.setAttribute("data-v-app","")),e}},r},createSSRApp=(...e)=>{const t=ensureHydrationRenderer().createApp(...e),n=(injectNativeTagCheck(t),injectCompilerOptionsCheck(t),t)["mount"];return t.mount=e=>{e=normalizeContainer(e);if(e)return n(e,!0,resolveRootNamespace(e))},t};function resolveRootNamespace(e){return e instanceof SVGElement?"svg":"function"==typeof MathMLElement&&e instanceof MathMLElement?"mathml":void 0}function injectNativeTagCheck(e){Object.defineProperty(e.config,"isNativeTag",{value:e=>isHTMLTag(e)||isSVGTag(e)||isMathMLTag(e),writable:!1})}function injectCompilerOptionsCheck(e){if(isRuntimeOnly()){const t=e.config.isCustomElement,n=(Object.defineProperty(e.config,"isCustomElement",{get(){return t},set(){warn("The `isCustomElement` config option is deprecated. Use `compilerOptions.isCustomElement` instead.")}}),e.config.compilerOptions),r='The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime compiler (aka "full build"). Since you are using the runtime-only build, `compilerOptions` must be passed to `@vue/compiler-dom` in the build setup instead.\n- For vue-loader: pass it via vue-loader\'s `compilerOptions` loader option.\n- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-sfc';Object.defineProperty(e.config,"compilerOptions",{get(){return warn(r),n},set(){warn(r)}})}}function normalizeContainer(e){var t;return isString(e)?((t=document.querySelector(e))||warn(`Failed to mount app: mount target selector "${e}" returned null.`),t):(window.ShadowRoot&&e instanceof window.ShadowRoot&&"closed"===e.mode&&warn('mounting on a ShadowRoot with `{mode: "closed"}` may lead to unpredictable bugs'),e)}let ssrDirectiveInitialized=!1;const initDirectivesForSSR=()=>{ssrDirectiveInitialized||(ssrDirectiveInitialized=!0,initVModelForSSR(),initVShowForSSR())};var runtimeDom=Object.freeze({__proto__:null,BaseTransition:BaseTransition,BaseTransitionPropsValidators:BaseTransitionPropsValidators,Comment:Comment,DeprecationTypes:DeprecationTypes,EffectScope:EffectScope,ErrorCodes:ErrorCodes,ErrorTypeStrings:ErrorTypeStrings,Fragment:Fragment,KeepAlive:KeepAlive,ReactiveEffect:ReactiveEffect,Static:Static,Suspense:Suspense,Teleport:Teleport,Text:Text,TrackOpTypes:TrackOpTypes,Transition:Transition,TransitionGroup:TransitionGroup,TriggerOpTypes:TriggerOpTypes,VueElement:VueElement,assertNumber:assertNumber,callWithAsyncErrorHandling:callWithAsyncErrorHandling,callWithErrorHandling:callWithErrorHandling,camelize:camelize,capitalize:capitalize,cloneVNode:cloneVNode,compatUtils:compatUtils,computed:computed,createApp:createApp,createBlock:createBlock,createCommentVNode:createCommentVNode,createElementBlock:createElementBlock,createElementVNode:createBaseVNode,createHydrationRenderer:createHydrationRenderer,createPropsRestProxy:createPropsRestProxy,createRenderer:createRenderer,createSSRApp:createSSRApp,createSlots:createSlots,createStaticVNode:createStaticVNode,createTextVNode:createTextVNode,createVNode:createVNode,customRef:customRef,defineAsyncComponent:defineAsyncComponent,defineComponent:defineComponent,defineCustomElement:defineCustomElement,defineEmits:defineEmits,defineExpose:defineExpose,defineModel:defineModel,defineOptions:defineOptions,defineProps:defineProps,defineSSRCustomElement:defineSSRCustomElement,defineSlots:defineSlots,devtools:devtools,effect:effect,effectScope:effectScope,getCurrentInstance:getCurrentInstance,getCurrentScope:getCurrentScope,getCurrentWatcher:getCurrentWatcher,getTransitionRawChildren:getTransitionRawChildren,guardReactiveProps:guardReactiveProps,h:h,handleError:handleError,hasInjectionContext:hasInjectionContext,hydrate:hydrate,hydrateOnIdle:hydrateOnIdle,hydrateOnInteraction:hydrateOnInteraction,hydrateOnMediaQuery:hydrateOnMediaQuery,hydrateOnVisible:hydrateOnVisible,initCustomFormatter:initCustomFormatter,initDirectivesForSSR:initDirectivesForSSR,inject:inject,isMemoSame:isMemoSame,isProxy:isProxy,isReactive:isReactive,isReadonly:isReadonly,isRef:isRef,isRuntimeOnly:isRuntimeOnly,isShallow:isShallow,isVNode:isVNode,markRaw:markRaw,mergeDefaults:mergeDefaults,mergeModels:mergeModels,mergeProps:mergeProps,nextTick:nextTick,normalizeClass:normalizeClass,normalizeProps:normalizeProps,normalizeStyle:normalizeStyle,onActivated:onActivated,onBeforeMount:onBeforeMount,onBeforeUnmount:onBeforeUnmount,onBeforeUpdate:onBeforeUpdate,onDeactivated:onDeactivated,onErrorCaptured:onErrorCaptured,onMounted:onMounted,onRenderTracked:onRenderTracked,onRenderTriggered:onRenderTriggered,onScopeDispose:onScopeDispose,onServerPrefetch:onServerPrefetch,onUnmounted:onUnmounted,onUpdated:onUpdated,onWatcherCleanup:onWatcherCleanup,openBlock:openBlock,popScopeId:popScopeId,provide:provide,proxyRefs:proxyRefs,pushScopeId:pushScopeId,queuePostFlushCb:queuePostFlushCb,reactive:reactive,readonly:readonly,ref:ref,registerRuntimeCompiler:registerRuntimeCompiler,render:render,renderList:renderList,renderSlot:renderSlot,resolveComponent:resolveComponent,resolveDirective:resolveDirective,resolveDynamicComponent:resolveDynamicComponent,resolveFilter:resolveFilter,resolveTransitionHooks:resolveTransitionHooks,setBlockTracking:setBlockTracking,setDevtoolsHook:setDevtoolsHook,setTransitionHooks:setTransitionHooks,shallowReactive:shallowReactive,shallowReadonly:shallowReadonly,shallowRef:shallowRef,ssrContextKey:ssrContextKey,ssrUtils:ssrUtils,stop:stop,toDisplayString:toDisplayString,toHandlerKey:toHandlerKey,toHandlers:toHandlers,toRaw:toRaw,toRef:toRef,toRefs:toRefs,toValue:toValue,transformVNodeArgs:transformVNodeArgs,triggerRef:triggerRef,unref:unref,useAttrs:useAttrs,useCssModule:useCssModule,useCssVars:useCssVars,useHost:useHost,useId:useId,useModel:useModel,useSSRContext:useSSRContext,useShadowRoot:useShadowRoot,useSlots:useSlots,useTemplateRef:useTemplateRef,useTransitionState:useTransitionState,vModelCheckbox:vModelCheckbox,vModelDynamic:vModelDynamic,vModelRadio:vModelRadio,vModelSelect:vModelSelect,vModelText:vModelText,vShow:vShow,version:version,warn:warn,watch:watch,watchEffect:watchEffect,watchPostEffect:watchPostEffect,watchSyncEffect:watchSyncEffect,withAsyncContext:withAsyncContext,withCtx:withCtx,withDefaults:withDefaults,withDirectives:withDirectives,withKeys:withKeys,withMemo:withMemo,withModifiers:withModifiers,withScopeId:withScopeId});function initDev(){console.info(`You are running a development build of Vue.
Make sure to use the production build (*.prod.js) when deploying for production.`),initCustomFormatter()}const FRAGMENT=Symbol("Fragment"),TELEPORT=Symbol("Teleport"),SUSPENSE=Symbol("Suspense"),KEEP_ALIVE=Symbol("KeepAlive"),BASE_TRANSITION=Symbol("BaseTransition"),OPEN_BLOCK=Symbol("openBlock"),CREATE_BLOCK=Symbol("createBlock"),CREATE_ELEMENT_BLOCK=Symbol("createElementBlock"),CREATE_VNODE=Symbol("createVNode"),CREATE_ELEMENT_VNODE=Symbol("createElementVNode"),CREATE_COMMENT=Symbol("createCommentVNode"),CREATE_TEXT=Symbol("createTextVNode"),CREATE_STATIC=Symbol("createStaticVNode"),RESOLVE_COMPONENT=Symbol("resolveComponent"),RESOLVE_DYNAMIC_COMPONENT=Symbol("resolveDynamicComponent"),RESOLVE_DIRECTIVE=Symbol("resolveDirective"),RESOLVE_FILTER=Symbol("resolveFilter"),WITH_DIRECTIVES=Symbol("withDirectives"),RENDER_LIST=Symbol("renderList"),RENDER_SLOT=Symbol("renderSlot"),CREATE_SLOTS=Symbol("createSlots"),TO_DISPLAY_STRING=Symbol("toDisplayString"),MERGE_PROPS=Symbol("mergeProps"),NORMALIZE_CLASS=Symbol("normalizeClass"),NORMALIZE_STYLE=Symbol("normalizeStyle"),NORMALIZE_PROPS=Symbol("normalizeProps"),GUARD_REACTIVE_PROPS=Symbol("guardReactiveProps"),TO_HANDLERS=Symbol("toHandlers"),CAMELIZE=Symbol("camelize"),CAPITALIZE=Symbol("capitalize"),TO_HANDLER_KEY=Symbol("toHandlerKey"),SET_BLOCK_TRACKING=Symbol("setBlockTracking"),PUSH_SCOPE_ID=Symbol("pushScopeId"),POP_SCOPE_ID=Symbol("popScopeId"),WITH_CTX=Symbol("withCtx"),UNREF=Symbol("unref"),IS_REF=Symbol("isRef"),WITH_MEMO=Symbol("withMemo"),IS_MEMO_SAME=Symbol("isMemoSame"),helperNameMap={[FRAGMENT]:"Fragment",[TELEPORT]:"Teleport",[SUSPENSE]:"Suspense",[KEEP_ALIVE]:"KeepAlive",[BASE_TRANSITION]:"BaseTransition",[OPEN_BLOCK]:"openBlock",[CREATE_BLOCK]:"createBlock",[CREATE_ELEMENT_BLOCK]:"createElementBlock",[CREATE_VNODE]:"createVNode",[CREATE_ELEMENT_VNODE]:"createElementVNode",[CREATE_COMMENT]:"createCommentVNode",[CREATE_TEXT]:"createTextVNode",[CREATE_STATIC]:"createStaticVNode",[RESOLVE_COMPONENT]:"resolveComponent",[RESOLVE_DYNAMIC_COMPONENT]:"resolveDynamicComponent",[RESOLVE_DIRECTIVE]:"resolveDirective",[RESOLVE_FILTER]:"resolveFilter",[WITH_DIRECTIVES]:"withDirectives",[RENDER_LIST]:"renderList",[RENDER_SLOT]:"renderSlot",[CREATE_SLOTS]:"createSlots",[TO_DISPLAY_STRING]:"toDisplayString",[MERGE_PROPS]:"mergeProps",[NORMALIZE_CLASS]:"normalizeClass",[NORMALIZE_STYLE]:"normalizeStyle",[NORMALIZE_PROPS]:"normalizeProps",[GUARD_REACTIVE_PROPS]:"guardReactiveProps",[TO_HANDLERS]:"toHandlers",[CAMELIZE]:"camelize",[CAPITALIZE]:"capitalize",[TO_HANDLER_KEY]:"toHandlerKey",[SET_BLOCK_TRACKING]:"setBlockTracking",[PUSH_SCOPE_ID]:"pushScopeId",[POP_SCOPE_ID]:"popScopeId",[WITH_CTX]:"withCtx",[UNREF]:"unref",[IS_REF]:"isRef",[WITH_MEMO]:"withMemo",[IS_MEMO_SAME]:"isMemoSame"};function registerRuntimeHelpers(t){Object.getOwnPropertySymbols(t).forEach(e=>{helperNameMap[e]=t[e]})}const locStub={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function createRoot(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:locStub}}function createVNodeCall(e,t,n,r,o,s,i,a=!1,l=!1,c=!1,p=locStub){return e&&(a?(e.helper(OPEN_BLOCK),e.helper(getVNodeBlockHelper(e.inSSR,c))):e.helper(getVNodeHelper(e.inSSR,c)),i&&e.helper(WITH_DIRECTIVES)),{type:13,tag:t,props:n,children:r,patchFlag:o,dynamicProps:s,directives:i,isBlock:a,disableTracking:l,isComponent:c,loc:p}}function createArrayExpression(e,t=locStub){return{type:17,loc:t,elements:e}}function createObjectExpression(e,t=locStub){return{type:15,loc:t,properties:e}}function createObjectProperty(e,t){return{type:16,loc:locStub,key:isString(e)?createSimpleExpression(e,!0):e,value:t}}function createSimpleExpression(e,t=!1,n=locStub,r=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:r}}function createCompoundExpression(e,t=locStub){return{type:8,loc:t,children:e}}function createCallExpression(e,t=[],n=locStub){return{type:14,loc:n,callee:e,arguments:t}}function createFunctionExpression(e,t=void 0,n=!1,r=!1,o=locStub){return{type:18,params:e,returns:t,newline:n,isSlot:r,loc:o}}function createConditionalExpression(e,t,n,r=!0){return{type:19,test:e,consequent:t,alternate:n,newline:r,loc:locStub}}function createCacheExpression(e,t,n=!1,r=!1){return{type:20,index:e,value:t,needPauseTracking:n,inVOnce:r,needArraySpread:!1,loc:locStub}}function createBlockStatement(e){return{type:21,body:e,loc:locStub}}function getVNodeHelper(e,t){return e||t?CREATE_VNODE:CREATE_ELEMENT_VNODE}function getVNodeBlockHelper(e,t){return e||t?CREATE_BLOCK:CREATE_ELEMENT_BLOCK}function convertToBlock(e,{helper:t,removeHelper:n,inSSR:r}){e.isBlock||(e.isBlock=!0,n(getVNodeHelper(r,e.isComponent)),t(OPEN_BLOCK),t(getVNodeBlockHelper(r,e.isComponent)))}const defaultDelimitersOpen=new Uint8Array([123,123]),defaultDelimitersClose=new Uint8Array([125,125]);function isTagStartChar(e){return 97<=e&&e<=122||65<=e&&e<=90}function isWhitespace(e){return 32===e||10===e||9===e||12===e||13===e}function isEndOfTagSection(e){return 47===e||62===e||isWhitespace(e)}function toCharCodes(t){const n=new Uint8Array(t.length);for(let e=0;e<t.length;e++)n[e]=t.charCodeAt(e);return n}const Sequences={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};class Tokenizer{constructor(e,t){this.stack=e,this.cbs=t,this.state=1,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=1,this.inRCDATA=!1,this.inXML=!1,this.inVPre=!1,this.newlines=[],this.mode=0,this.delimiterOpen=defaultDelimitersOpen,this.delimiterClose=defaultDelimitersClose,this.delimiterIndex=-1,this.currentSequence=void 0,this.sequenceIndex=0}get inSFCRoot(){return 2===this.mode&&0===this.stack.length}reset(){this.state=1,this.mode=0,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=1,this.inRCDATA=!1,this.currentSequence=void 0,this.newlines.length=0,this.delimiterOpen=defaultDelimitersOpen,this.delimiterClose=defaultDelimitersClose}getPos(t){let n=1,r=t+1;for(let e=this.newlines.length-1;0<=e;e--){var o=this.newlines[e];if(o<t){n=e+2,r=t-o;break}}return{column:r,line:n,offset:t}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(e){60===e?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):this.inVPre||e!==this.delimiterOpen[0]||(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(e))}stateInterpolationOpen(e){var t;e===this.delimiterOpen[this.delimiterIndex]?this.delimiterIndex===this.delimiterOpen.length-1?((t=this.index+1-this.delimiterOpen.length)>this.sectionStart&&this.cbs.ontext(this.sectionStart,t),this.state=3,this.sectionStart=t):this.delimiterIndex++:this.inRCDATA?(this.state=32,this.stateInRCDATA(e)):(this.state=1,this.stateText(e))}stateInterpolation(e){e===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(e))}stateInterpolationClose(e){e===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(e))}stateSpecialStartSequence(e){var t=this.sequenceIndex===this.currentSequence.length;if(t?isEndOfTagSection(e):(32|e)===this.currentSequence[this.sequenceIndex]){if(!t)return void this.sequenceIndex++}else this.inRCDATA=!1;this.sequenceIndex=0,this.state=6,this.stateInTagName(e)}stateInRCDATA(e){if(this.sequenceIndex===this.currentSequence.length){var t,n;if(62===e||isWhitespace(e))return t=this.index-this.currentSequence.length,this.sectionStart<t&&(n=this.index,this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=n),this.sectionStart=2+t,this.stateInClosingTagName(e),void(this.inRCDATA=!1);this.sequenceIndex=0}(32|e)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===Sequences.TitleEnd||this.currentSequence===Sequences.TextareaEnd&&!this.inSFCRoot?this.inVPre||e!==this.delimiterOpen[0]||(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(e)):this.fastForwardTo(60)&&(this.sequenceIndex=1):this.sequenceIndex=Number(60===e)}stateCDATASequence(e){e===Sequences.Cdata[this.sequenceIndex]?++this.sequenceIndex===Sequences.Cdata.length&&(this.state=28,this.currentSequence=Sequences.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=23,this.stateInDeclaration(e))}fastForwardTo(e){for(;++this.index<this.buffer.length;){var t=this.buffer.charCodeAt(this.index);if(10===t&&this.newlines.push(this.index),t===e)return!0}return this.index=this.buffer.length-1,!1}stateInCommentLike(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===Sequences.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index-2):this.cbs.oncomment(this.sectionStart,this.index-2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=1):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}startSpecial(e,t){this.enterRCDATA(e,t),this.state=31}enterRCDATA(e,t){this.inRCDATA=!0,this.currentSequence=e,this.sequenceIndex=t}stateBeforeTagName(e){33===e?(this.state=22,this.sectionStart=this.index+1):63===e?(this.state=24,this.sectionStart=this.index+1):isTagStartChar(e)?(this.sectionStart=this.index,0===this.mode?this.state=6:this.inSFCRoot?this.state=34:this.inXML?this.state=6:this.state=116===e?30:115===e?29:6):47===e?this.state=8:(this.state=1,this.stateText(e))}stateInTagName(e){isEndOfTagSection(e)&&this.handleTagName(e)}stateInSFCRootTagName(e){var t;isEndOfTagSection(e)&&("template"!==(t=this.buffer.slice(this.sectionStart,this.index))&&this.enterRCDATA(toCharCodes("</"+t),0),this.handleTagName(e))}handleTagName(e){this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(e)}stateBeforeClosingTagName(e){isWhitespace(e)||(62===e?(this.cbs.onerr(14,this.index),this.state=1,this.sectionStart=this.index+1):(this.state=isTagStartChar(e)?9:27,this.sectionStart=this.index))}stateInClosingTagName(e){62!==e&&!isWhitespace(e)||(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=10,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){62===e&&(this.state=1,this.sectionStart=this.index+1)}stateBeforeAttrName(e){62===e?(this.cbs.onopentagend(this.index),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):47===e?(this.state=7,62!==this.peek()&&this.cbs.onerr(22,this.index)):60===e&&47===this.peek()?(this.cbs.onopentagend(this.index),this.state=5,this.sectionStart=this.index):isWhitespace(e)||(61===e&&this.cbs.onerr(19,this.index),this.handleAttrStart(e))}handleAttrStart(e){118===e&&45===this.peek()?(this.state=13,this.sectionStart=this.index):46===e||58===e||64===e||35===e?(this.cbs.ondirname(this.index,this.index+1),this.state=14,this.sectionStart=this.index+1):(this.state=12,this.sectionStart=this.index)}stateInSelfClosingTag(e){62===e?(this.cbs.onselfclosingtag(this.index),this.state=1,this.sectionStart=this.index+1,this.inRCDATA=!1):isWhitespace(e)||(this.state=11,this.stateBeforeAttrName(e))}stateInAttrName(e){61===e||isEndOfTagSection(e)?(this.cbs.onattribname(this.sectionStart,this.index),this.handleAttrNameEnd(e)):34!==e&&39!==e&&60!==e||this.cbs.onerr(17,this.index)}stateInDirName(e){61===e||isEndOfTagSection(e)?(this.cbs.ondirname(this.sectionStart,this.index),this.handleAttrNameEnd(e)):58===e?(this.cbs.ondirname(this.sectionStart,this.index),this.state=14,this.sectionStart=this.index+1):46===e&&(this.cbs.ondirname(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}stateInDirArg(e){61===e||isEndOfTagSection(e)?(this.cbs.ondirarg(this.sectionStart,this.index),this.handleAttrNameEnd(e)):91===e?this.state=15:46===e&&(this.cbs.ondirarg(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}stateInDynamicDirArg(e){93===e?this.state=14:61!==e&&!isEndOfTagSection(e)||(this.cbs.ondirarg(this.sectionStart,this.index+1),this.handleAttrNameEnd(e),this.cbs.onerr(27,this.index))}stateInDirModifier(e){61===e||isEndOfTagSection(e)?(this.cbs.ondirmodifier(this.sectionStart,this.index),this.handleAttrNameEnd(e)):46===e&&(this.cbs.ondirmodifier(this.sectionStart,this.index),this.sectionStart=this.index+1)}handleAttrNameEnd(e){this.sectionStart=this.index,this.state=17,this.cbs.onattribnameend(this.index),this.stateAfterAttrName(e)}stateAfterAttrName(e){61===e?this.state=18:47===e||62===e?(this.cbs.onattribend(0,this.sectionStart),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(e)):isWhitespace(e)||(this.cbs.onattribend(0,this.sectionStart),this.handleAttrStart(e))}stateBeforeAttrValue(e){34===e?(this.state=19,this.sectionStart=this.index+1):39===e?(this.state=20,this.sectionStart=this.index+1):isWhitespace(e)||(this.sectionStart=this.index,this.state=21,this.stateInAttrValueNoQuotes(e))}handleInAttrValue(e,t){e!==t&&!this.fastForwardTo(t)||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(34===t?3:2,this.index+1),this.state=11)}stateInAttrValueDoubleQuotes(e){this.handleInAttrValue(e,34)}stateInAttrValueSingleQuotes(e){this.handleInAttrValue(e,39)}stateInAttrValueNoQuotes(e){isWhitespace(e)||62===e?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(1,this.index),this.state=11,this.stateBeforeAttrName(e)):34!==e&&39!==e&&60!==e&&61!==e&&96!==e||this.cbs.onerr(18,this.index)}stateBeforeDeclaration(e){91===e?(this.state=26,this.sequenceIndex=0):this.state=45===e?25:23}stateInDeclaration(e){62!==e&&!this.fastForwardTo(62)||(this.state=1,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){62!==e&&!this.fastForwardTo(62)||(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}stateBeforeComment(e){45===e?(this.state=28,this.currentSequence=Sequences.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=23}stateInSpecialComment(e){62!==e&&!this.fastForwardTo(62)||(this.cbs.oncomment(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){e===Sequences.ScriptEnd[3]?this.startSpecial(Sequences.ScriptEnd,4):e===Sequences.StyleEnd[3]?this.startSpecial(Sequences.StyleEnd,4):(this.state=6,this.stateInTagName(e))}stateBeforeSpecialT(e){e===Sequences.TitleEnd[3]?this.startSpecial(Sequences.TitleEnd,4):e===Sequences.TextareaEnd[3]?this.startSpecial(Sequences.TextareaEnd,4):(this.state=6,this.stateInTagName(e))}startEntity(){}stateInEntity(){}parse(e){for(this.buffer=e;this.index<this.buffer.length;){var t=this.buffer.charCodeAt(this.index);switch(10===t&&this.newlines.push(this.index),this.state){case 1:this.stateText(t);break;case 2:this.stateInterpolationOpen(t);break;case 3:this.stateInterpolation(t);break;case 4:this.stateInterpolationClose(t);break;case 31:this.stateSpecialStartSequence(t);break;case 32:this.stateInRCDATA(t);break;case 26:this.stateCDATASequence(t);break;case 19:this.stateInAttrValueDoubleQuotes(t);break;case 12:this.stateInAttrName(t);break;case 13:this.stateInDirName(t);break;case 14:this.stateInDirArg(t);break;case 15:this.stateInDynamicDirArg(t);break;case 16:this.stateInDirModifier(t);break;case 28:this.stateInCommentLike(t);break;case 27:this.stateInSpecialComment(t);break;case 11:this.stateBeforeAttrName(t);break;case 6:this.stateInTagName(t);break;case 34:this.stateInSFCRootTagName(t);break;case 9:this.stateInClosingTagName(t);break;case 5:this.stateBeforeTagName(t);break;case 17:this.stateAfterAttrName(t);break;case 20:this.stateInAttrValueSingleQuotes(t);break;case 18:this.stateBeforeAttrValue(t);break;case 8:this.stateBeforeClosingTagName(t);break;case 10:this.stateAfterClosingTagName(t);break;case 29:this.stateBeforeSpecialS(t);break;case 30:this.stateBeforeSpecialT(t);break;case 21:this.stateInAttrValueNoQuotes(t);break;case 7:this.stateInSelfClosingTag(t);break;case 23:this.stateInDeclaration(t);break;case 22:this.stateBeforeDeclaration(t);break;case 25:this.stateBeforeComment(t);break;case 24:this.stateInProcessingInstruction(t);break;case 33:this.stateInEntity()}this.index++}this.cleanup(),this.finish()}cleanup(){this.sectionStart!==this.index&&(1===this.state||32===this.state&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):19!==this.state&&20!==this.state&&21!==this.state||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}finish(){this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){var e=this.buffer.length;this.sectionStart>=e||(28===this.state?this.currentSequence===Sequences.CdataEnd?this.cbs.oncdata(this.sectionStart,e):this.cbs.oncomment(this.sectionStart,e):6!==this.state&&11!==this.state&&18!==this.state&&17!==this.state&&12!==this.state&&13!==this.state&&14!==this.state&&15!==this.state&&16!==this.state&&20!==this.state&&19!==this.state&&21!==this.state&&9!==this.state&&this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){}}function defaultOnError(e){throw e}function defaultOnWarn(e){console.warn("[Vue warn] "+e.message)}function createCompilerError(e,t,n,r){n=(n||errorMessages)[e]+(r||"");const o=new SyntaxError(String(n));return o.code=e,o.loc=t,o}const errorMessages={[0]:"Illegal comment.",1:"CDATA section is allowed only in XML context.",2:"Duplicate attribute.",3:"End tag cannot have attributes.",4:"Illegal '/' in tags.",5:"Unexpected EOF in tag.",6:"Unexpected EOF in CDATA section.",7:"Unexpected EOF in comment.",8:"Unexpected EOF in script.",9:"Unexpected EOF in tag.",10:"Incorrectly closed comment.",11:"Incorrectly opened comment.",12:"Illegal tag name. Use '&lt;' to print '<'.",13:"Attribute value was expected.",14:"End tag name was expected.",15:"Whitespace was expected.",16:"Unexpected '\x3c!--' in comment.",17:`Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<).`,18:"Unquoted attribute value cannot contain U+0022 (\"), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).",19:"Attribute name cannot start with '='.",21:"'<?' is allowed only in XML context.",20:"Unexpected null character.",22:"Illegal '/' in tags.",23:"Invalid end tag.",24:"Element is missing end tag.",25:"Interpolation end sign was not found.",27:"End bracket for dynamic directive argument was not found. Note that dynamic directive argument cannot contain spaces.",26:"Legal directive name was expected.",28:"v-if/v-else-if is missing expression.",29:"v-if/else branches must use unique keys.",30:"v-else/v-else-if has no adjacent v-if or v-else-if.",31:"v-for is missing expression.",32:"v-for has invalid expression.",33:"<template v-for> key should be placed on the <template> tag.",34:"v-bind is missing expression.",52:"v-bind with same-name shorthand only allows static argument.",35:"v-on is missing expression.",36:"Unexpected custom directive on <slot> outlet.",37:"Mixed v-slot usage on both the component and nested <template>. When there are multiple named slots, all slots should use <template> syntax to avoid scope ambiguity.",38:"Duplicate slot names found. ",39:"Extraneous children found when component already has explicitly named default slot. These children will be ignored.",40:"v-slot can only be used on components or <template> tags.",41:"v-model is missing expression.",42:"v-model value must be a valid JavaScript member expression.",43:"v-model cannot be used on v-for or v-slot scope variables because they are not writable.",44:`v-model cannot be used on a prop, because local prop bindings are not writable.
Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,45:"Error parsing JavaScript expression: ",46:"<KeepAlive> expects exactly one child component.",51:"@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.",47:'"prefixIdentifiers" option is not supported in this build of compiler.',48:"ES module mode is not supported in this build of compiler.",49:'"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',50:'"scopeId" option is only supported in module mode.',53:""},isStaticExp=e=>4===e.type&&e.isStatic;function isCoreComponent(e){switch(e){case"Teleport":case"teleport":return TELEPORT;case"Suspense":case"suspense":return SUSPENSE;case"KeepAlive":case"keep-alive":return KEEP_ALIVE;case"BaseTransition":case"base-transition":return BASE_TRANSITION}}const nonIdentifierRE=/^\d|[^\$\w\xA0-\uFFFF]/,isSimpleIdentifier=e=>!nonIdentifierRE.test(e),validFirstIdentCharRE=/[A-Za-z_$\xA0-\uFFFF]/,validIdentCharRE=/[\.\?\w$\xA0-\uFFFF]/,whitespaceRE=/\s+[.[]\s*|\s*[.[]\s+/g,getExpSource=e=>4===e.type?e.content:e.loc.source,isMemberExpressionBrowser=e=>{const t=getExpSource(e).trim().replace(whitespaceRE,e=>e.trim());let n=0,r=[],o=0,s=0,i=null;for(let e=0;e<t.length;e++){var a=t.charAt(e);switch(n){case 0:if("["===a)r.push(n),n=1,o++;else if("("===a)r.push(n),n=2,s++;else if(!(0===e?validFirstIdentCharRE:validIdentCharRE).test(a))return!1;break;case 1:"'"===a||'"'===a||"`"===a?(r.push(n),n=3,i=a):"["===a?o++:"]"!==a||--o||(n=r.pop());break;case 2:if("'"===a||'"'===a||"`"===a)r.push(n),n=3,i=a;else if("("===a)s++;else if(")"===a){if(e===t.length-1)return!1;--s||(n=r.pop())}break;case 3:a===i&&(n=r.pop(),i=null)}}return!o&&!s},isMemberExpression=isMemberExpressionBrowser,fnExpRE=/^\s*(async\s*)?(\([^)]*?\)|[\w$_]+)\s*(:[^=]+)?=>|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,isFnExpressionBrowser=e=>fnExpRE.test(getExpSource(e)),isFnExpression=isFnExpressionBrowser;function assert(e,t){if(!e)throw new Error(t||"unexpected compiler condition")}function findDir(t,n,r=!1){for(let e=0;e<t.props.length;e++){var o=t.props[e];if(7===o.type&&(r||o.exp)&&(isString(n)?o.name===n:n.test(o.name)))return o}}function findProp(t,n,r=!1,o=!1){for(let e=0;e<t.props.length;e++){var s=t.props[e];if(6===s.type){if(!r&&s.name===n&&(s.value||o))return s}else if("bind"===s.name&&(s.exp||o)&&isStaticArgOf(s.arg,n))return s}}function isStaticArgOf(e,t){return!(!e||!isStaticExp(e)||e.content!==t)}function hasDynamicKeyVBind(e){return e.props.some(e=>!(7!==e.type||"bind"!==e.name||e.arg&&4===e.arg.type&&e.arg.isStatic))}function isText$1(e){return 5===e.type||2===e.type}function isVSlot(e){return 7===e.type&&"slot"===e.name}function isTemplateNode(e){return 1===e.type&&3===e.tagType}function isSlotOutlet(e){return 1===e.type&&2===e.tagType}const propsHelperSet=new Set([NORMALIZE_PROPS,GUARD_REACTIVE_PROPS]);function getUnnormalizedProps(e,t=[]){if(e&&!isString(e)&&14===e.type){var n=e.callee;if(!isString(n)&&propsHelperSet.has(n))return getUnnormalizedProps(e.arguments[0],t.concat(e))}return[e,t]}function injectProp(e,t,n){let r,o=13===e.type?e.props:e.arguments[2],s=[],i;var a;if(o&&!isString(o)&&14===o.type&&(a=getUnnormalizedProps(o),o=a[0],s=a[1],i=s[s.length-1]),null==o||isString(o))r=createObjectExpression([t]);else if(14===o.type){const l=o.arguments[0];isString(l)||15!==l.type?o.callee===TO_HANDLERS?r=createCallExpression(n.helper(MERGE_PROPS),[createObjectExpression([t]),o]):o.arguments.unshift(createObjectExpression([t])):hasProp(t,l)||l.properties.unshift(t),r=r||o}else 15===o.type?(hasProp(t,o)||o.properties.unshift(t),r=o):(r=createCallExpression(n.helper(MERGE_PROPS),[createObjectExpression([t]),o]),i&&i.callee===GUARD_REACTIVE_PROPS&&(i=s[s.length-2]));13===e.type?i?i.arguments[0]=r:e.props=r:i?i.arguments[0]=r:e.arguments[2]=r}function hasProp(e,t){let n=!1;if(4===e.key.type){const r=e.key.content;n=t.properties.some(e=>4===e.key.type&&e.key.content===r)}return n}function toValidAssetId(n,e){return`_${e}_`+n.replace(/[^\w]/g,(e,t)=>"-"===e?"_":n.charCodeAt(t).toString())}function getMemoedVNodeCall(e){return 14===e.type&&e.callee===WITH_MEMO?e.arguments[1].returns:e}const forAliasRE=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/,defaultParserOptions={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:()=>0,isVoidTag:NO,isPreTag:NO,isIgnoreNewlineTag:NO,isCustomElement:NO,onError:defaultOnError,onWarn:defaultOnWarn,comments:!0,prefixIdentifiers:!1};let currentOptions=defaultParserOptions,currentRoot=null,currentInput="",currentOpenTag=null,currentProp=null,currentAttrValue="",currentAttrStartIndex=-1,currentAttrEndIndex=-1,inPre=0,inVPre=!1,currentVPreBoundary=null;const stack=[],tokenizer=new Tokenizer(stack,{onerr:emitError,ontext(e,t){onText(getSlice(e,t),e,t)},ontextentity(e,t,n){onText(e,t,n)},oninterpolation(e,t){if(inVPre)return onText(getSlice(e,t),e,t);let n=e+tokenizer.delimiterOpen.length,r=t-tokenizer.delimiterClose.length;for(;isWhitespace(currentInput.charCodeAt(n));)n++;for(;isWhitespace(currentInput.charCodeAt(r-1));)r--;let o=getSlice(n,r);addNode({type:5,content:createExp(o=o.includes("&")?currentOptions.decodeEntities(o,!1):o,!1,getLoc(n,r)),loc:getLoc(e,t)})},onopentagname(e,t){var n=getSlice(e,t);currentOpenTag={type:1,tag:n,ns:currentOptions.getNamespace(n,stack[0],currentOptions.ns),tagType:0,props:[],children:[],loc:getLoc(e-1,t),codegenNode:void 0}},onopentagend(e){endOpenTag(e)},onclosetag(t,n){const r=getSlice(t,n);if(!currentOptions.isVoidTag(r)){let e=!1;for(let t=0;t<stack.length;t++){const o=stack[t];if(o.tag.toLowerCase()===r.toLowerCase()){e=!0,0<t&&emitError(24,stack[0].loc.start.offset);for(let e=0;e<=t;e++)onCloseTag(stack.shift(),n,e<t);break}}e||emitError(23,backTrack(t,60))}},onselfclosingtag(e){var t=currentOpenTag.tag;currentOpenTag.isSelfClosing=!0,endOpenTag(e),stack[0]&&stack[0].tag===t&&onCloseTag(stack.shift(),e)},onattribname(e,t){currentProp={type:6,name:getSlice(e,t),nameLoc:getLoc(e,t),value:void 0,loc:getLoc(e)}},ondirname(e,t){const n=getSlice(e,t);var r="."===n||":"===n?"bind":"@"===n?"on":"#"===n?"slot":n.slice(2);if(inVPre||""!==r||emitError(26,e),inVPre||""===r)currentProp={type:6,name:n,nameLoc:getLoc(e,t),value:void 0,loc:getLoc(e)};else if(currentProp={type:7,name:r,rawName:n,exp:void 0,arg:void 0,modifiers:"."===n?[createSimpleExpression("prop")]:[],loc:getLoc(e)},"pre"===r){inVPre=tokenizer.inVPre=!0;const o=(currentVPreBoundary=currentOpenTag).props;for(let e=0;e<o.length;e++)7===o[e].type&&(o[e]=dirToAttr(o[e]))}},ondirarg(e,t){if(e!==t){const r=getSlice(e,t);var n;inVPre?(currentProp.name+=r,setLocEnd(currentProp.nameLoc,t)):(n="["!==r[0],currentProp.arg=createExp(n?r:r.slice(1,-1),n,getLoc(e,t),n?3:0))}},ondirmodifier(e,t){var n=getSlice(e,t);if(inVPre)currentProp.name+="."+n,setLocEnd(currentProp.nameLoc,t);else if("slot"===currentProp.name){const r=currentProp.arg;r&&(r.content+="."+n,setLocEnd(r.loc,t))}else{n=createSimpleExpression(n,!0,getLoc(e,t));currentProp.modifiers.push(n)}},onattribdata(e,t){currentAttrValue+=getSlice(e,t),currentAttrStartIndex<0&&(currentAttrStartIndex=e),currentAttrEndIndex=t},onattribentity(e,t,n){currentAttrValue+=e,currentAttrStartIndex<0&&(currentAttrStartIndex=t),currentAttrEndIndex=n},onattribnameend(e){var t=currentProp.loc.start.offset;const n=getSlice(t,e);7===currentProp.type&&(currentProp.rawName=n),currentOpenTag.props.some(e=>(7===e.type?e.rawName:e.name)===n)&&emitError(2,t)},onattribend(e,t){currentOpenTag&&currentProp&&(setLocEnd(currentProp.loc,t),0!==e&&(currentAttrValue.includes("&")&&(currentAttrValue=currentOptions.decodeEntities(currentAttrValue,!0)),6===currentProp.type?("class"===currentProp.name&&(currentAttrValue=condense(currentAttrValue).trim()),1!==e||currentAttrValue||emitError(13,t),currentProp.value={type:2,content:currentAttrValue,loc:1===e?getLoc(currentAttrStartIndex,currentAttrEndIndex):getLoc(currentAttrStartIndex-1,currentAttrEndIndex+1)},tokenizer.inSFCRoot&&"template"===currentOpenTag.tag&&"lang"===currentProp.name&&currentAttrValue&&"html"!==currentAttrValue&&tokenizer.enterRCDATA(toCharCodes("</template"),0)):(currentProp.exp=createExp(currentAttrValue,!1,getLoc(currentAttrStartIndex,currentAttrEndIndex),0,0),"for"===currentProp.name&&(currentProp.forParseResult=parseForExpression(currentProp.exp)))),7===currentProp.type&&"pre"===currentProp.name||currentOpenTag.props.push(currentProp)),currentAttrValue="",currentAttrStartIndex=currentAttrEndIndex=-1},oncomment(e,t){currentOptions.comments&&addNode({type:3,content:getSlice(e,t),loc:getLoc(e-4,t+3)})},onend(){var t=currentInput.length;if(1!==tokenizer.state)switch(tokenizer.state){case 5:case 8:emitError(5,t);break;case 3:case 4:emitError(25,tokenizer.sectionStart);break;case 28:tokenizer.currentSequence===Sequences.CdataEnd?emitError(6,t):emitError(7,t);break;case 6:case 7:case 9:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:emitError(9,t)}for(let e=0;e<stack.length;e++)onCloseTag(stack[e],t-1),emitError(24,stack[e].loc.start.offset)},oncdata(e,t){0!==stack[0].ns?onText(getSlice(e,t),e,t):emitError(1,e-9)},onprocessinginstruction(e){0===(stack[0]||currentOptions).ns&&emitError(21,e-1)}}),forIteratorRE=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,stripParensRE=/^\(|\)$/g;function parseForExpression(n){const r=n.loc,o=n.content;n=o.match(forAliasRE);if(n){const[,e,l]=n;n=(e,t,n=!1)=>{t=r.start.offset+t;return createExp(e,!1,getLoc(t,t+e.length),0,n?1:0)};const c={source:n(l.trim(),o.indexOf(l,e.length)),value:void 0,key:void 0,index:void 0,finalized:!1};let t=e.trim().replace(stripParensRE,"").trim();var s=e.indexOf(t);const p=t.match(forIteratorRE);if(p){t=t.replace(forIteratorRE,"").trim();var i,a=p[1].trim();let e;a&&(e=o.indexOf(a,s+t.length),c.key=n(a,e,!0)),!p[2]||(i=p[2].trim())&&(c.index=n(i,o.indexOf(i,c.key?e+a.length:s+t.length),!0))}return t&&(c.value=n(t,s,!0)),c}}function getSlice(e,t){return currentInput.slice(e,t)}function endOpenTag(e){tokenizer.inSFCRoot&&(currentOpenTag.innerLoc=getLoc(e+1,e+1)),addNode(currentOpenTag);var{tag:t,ns:n}=currentOpenTag;0===n&&currentOptions.isPreTag(t)&&inPre++,currentOptions.isVoidTag(t)?onCloseTag(currentOpenTag,e):(stack.unshift(currentOpenTag),1!==n&&2!==n||(tokenizer.inXML=!0)),currentOpenTag=null}function onText(e,t,n){var r=stack[0]&&stack[0].tag;"script"!==r&&"style"!==r&&e.includes("&")&&(e=currentOptions.decodeEntities(e,!1));const o=stack[0]||currentRoot,s=o.children[o.children.length-1];s&&2===s.type?(s.content+=e,setLocEnd(s.loc,n)):o.children.push({type:2,content:e,loc:getLoc(t,n)})}function onCloseTag(e,t,n=!1){setLocEnd(e.loc,n?backTrack(t,60):lookAhead(t,62)+1),tokenizer.inSFCRoot&&(e.children.length?e.innerLoc.end=extend({},e.children[e.children.length-1].loc.end):e.innerLoc.end=extend({},e.innerLoc.start),e.innerLoc.source=getSlice(e.innerLoc.start.offset,e.innerLoc.end.offset));var{tag:n,ns:t,children:r}=e;if(inVPre||("slot"===n?e.tagType=2:isFragmentTemplate(e)?e.tagType=3:isComponent(e)&&(e.tagType=1)),tokenizer.inRCDATA||(e.children=condenseWhitespace(r)),0===t&&currentOptions.isIgnoreNewlineTag(n)){const o=r[0];o&&2===o.type&&(o.content=o.content.replace(/^\r?\n/,""))}0===t&&currentOptions.isPreTag(n)&&inPre--,currentVPreBoundary===e&&(inVPre=tokenizer.inVPre=!1,currentVPreBoundary=null),tokenizer.inXML&&0===(stack[0]||currentOptions).ns&&(tokenizer.inXML=!1)}function lookAhead(e,t){let n=e;for(;currentInput.charCodeAt(n)!==t&&n<currentInput.length-1;)n++;return n}function backTrack(e,t){let n=e;for(;currentInput.charCodeAt(n)!==t&&0<=n;)n--;return n}const specialTemplateDir=new Set(["if","else","else-if","for","slot"]);function isFragmentTemplate({tag:e,props:t}){if("template"===e)for(let e=0;e<t.length;e++)if(7===t[e].type&&specialTemplateDir.has(t[e].name))return!0;return!1}function isComponent({tag:e,props:t}){if(currentOptions.isCustomElement(e))return!1;if("component"===e||isUpperCase(e.charCodeAt(0))||isCoreComponent(e)||currentOptions.isBuiltInComponent&&currentOptions.isBuiltInComponent(e)||currentOptions.isNativeTag&&!currentOptions.isNativeTag(e))return!0;for(let e=0;e<t.length;e++){const n=t[e];if(6===n.type&&"is"===n.name&&n.value&&n.value.content.startsWith("vue:"))return!0}return!1}function isUpperCase(e){return 64<e&&e<91}const windowsNewlineRE=/\r\n/g;function condenseWhitespace(t,e){var n,r,o="preserve"!==currentOptions.whitespace;let s=!1;for(let e=0;e<t.length;e++){const i=t[e];2===i.type&&(inPre?i.content=i.content.replace(windowsNewlineRE,"\n"):isAllWhitespace(i.content)?(n=t[e-1]&&t[e-1].type,r=t[e+1]&&t[e+1].type,!n||!r||o&&(3===n&&(3===r||1===r)||1===n&&(3===r||1===r&&hasNewlineChar(i.content)))?(s=!0,t[e]=null):i.content=" "):o&&(i.content=condense(i.content)))}return s?t.filter(Boolean):t}function isAllWhitespace(t){for(let e=0;e<t.length;e++)if(!isWhitespace(t.charCodeAt(e)))return!1;return!0}function hasNewlineChar(t){for(let e=0;e<t.length;e++){var n=t.charCodeAt(e);if(10===n||13===n)return!0}return!1}function condense(t){let n="",r=!1;for(let e=0;e<t.length;e++)isWhitespace(t.charCodeAt(e))?r||(n+=" ",r=!0):(n+=t[e],r=!1);return n}function addNode(e){(stack[0]||currentRoot).children.push(e)}function getLoc(e,t){return{start:tokenizer.getPos(e),end:null==t?t:tokenizer.getPos(t),source:null==t?t:getSlice(e,t)}}function cloneLoc(e){return getLoc(e.start.offset,e.end.offset)}function setLocEnd(e,t){e.end=tokenizer.getPos(t),e.source=getSlice(e.start.offset,t)}function dirToAttr(e){const t={type:6,name:e.rawName,nameLoc:getLoc(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};if(e.exp){const n=e.exp.loc;n.end.offset<e.loc.end.offset&&(n.start.offset--,n.start.column--,n.end.offset++,n.end.column++),t.value={type:2,content:e.exp.content,loc:n}}return t}function createExp(e,t=!1,n,r=0,o){return createSimpleExpression(e,t,n,r)}function emitError(e,t,n){currentOptions.onError(createCompilerError(e,getLoc(t,t),void 0,n))}function reset(){tokenizer.reset(),currentOpenTag=null,currentProp=null,currentAttrValue="",currentAttrStartIndex=-1,currentAttrEndIndex=-1,stack.length=0}function baseParse(e,t){if(reset(),currentInput=e,currentOptions=extend({},defaultParserOptions),t){let e;for(e in t)null!=t[e]&&(currentOptions[e]=t[e])}if(!currentOptions.decodeEntities)throw new Error("[@vue/compiler-core] decodeEntities option is required in browser builds.");tokenizer.mode="html"===currentOptions.parseMode?1:"sfc"===currentOptions.parseMode?2:0,tokenizer.inXML=1===currentOptions.ns||2===currentOptions.ns;var n=t&&t.delimiters;n&&(tokenizer.delimiterOpen=toCharCodes(n[0]),tokenizer.delimiterClose=toCharCodes(n[1]));const r=currentRoot=createRoot([],e);return tokenizer.parse(currentInput),r.loc=getLoc(0,e.length),r.children=condenseWhitespace(r.children),currentRoot=null,r}function cacheStatic(e,t){walk(e,void 0,t,isSingleElementRoot(e,e.children[0]))}function isSingleElementRoot(e,t){e=e.children;return 1===e.length&&1===t.type&&!isSlotOutlet(t)}function walk(t,e,n,r=!1,o=!1){var s=t["children"];const i=[];for(let e=0;e<s.length;e++){const u=s[e];if(1===u.type&&0===u.tagType){var a=r?0:getConstantType(u,n);if(0<a){if(2<=a){u.codegenNode.patchFlag=-1,i.push(u);continue}}else{const h=u.codegenNode;13===h.type&&((void 0===(a=h.patchFlag)||512===a||1===a)&&2<=getGeneratedPropsConstantType(u,n)&&(a=getNodeProps(u))&&(h.props=n.hoist(a)),h.dynamicProps&&(h.dynamicProps=n.hoist(h.dynamicProps)))}}else if(12===u.type)if(2<=(r?0:getConstantType(u,n))){i.push(u);continue}if(1===u.type){a=1===u.tagType;a&&n.scopes.vSlot++,walk(u,t,n,!1,o),a&&n.scopes.vSlot--}else if(11===u.type)walk(u,t,n,1===u.children.length,!0);else if(9===u.type)for(let e=0;e<u.branches.length;e++)walk(u.branches[e],t,n,1===u.branches[e].children.length,o)}let l=!1;if(i.length===s.length&&1===t.type)if(0===t.tagType&&t.codegenNode&&13===t.codegenNode.type&&isArray(t.codegenNode.children))t.codegenNode.children=p(createArrayExpression(t.codegenNode.children)),l=!0;else if(1===t.tagType&&t.codegenNode&&13===t.codegenNode.type&&t.codegenNode.children&&!isArray(t.codegenNode.children)&&15===t.codegenNode.children.type){const f=d(t.codegenNode,"default");f&&(f.returns=p(createArrayExpression(f.returns)),l=!0)}else if(3===t.tagType&&e&&1===e.type&&1===e.tagType&&e.codegenNode&&13===e.codegenNode.type&&e.codegenNode.children&&!isArray(e.codegenNode.children)&&15===e.codegenNode.children.type){var c=findDir(t,"slot",!0);const m=c&&c.arg&&d(e.codegenNode,c.arg);m&&(m.returns=p(createArrayExpression(m.returns)),l=!0)}if(!l)for(const g of i)g.codegenNode=n.cache(g.codegenNode);function p(e){const t=n.cache(e);return o&&n.hmr&&(t.needArraySpread=!0),t}function d(e,t){if(e.children&&!isArray(e.children)&&15===e.children.type)return(e=e.children.properties.find(e=>e.key===t||e.key.content===t))&&e.value}i.length&&n.transformHoist&&n.transformHoist(s,n,t)}function getConstantType(n,r){const o=r["constantCache"];switch(n.type){case 1:if(0!==n.tagType)return 0;var e=o.get(n);if(void 0!==e)return e;const l=n.codegenNode;if(13!==l.type)return 0;if(l.isBlock&&"svg"!==n.tag&&"foreignObject"!==n.tag&&"math"!==n.tag)return 0;if(void 0!==l.patchFlag)return o.set(n,0),0;{let t=3;e=getGeneratedPropsConstantType(n,r);if(0===e)return o.set(n,0),0;e<t&&(t=e);for(let e=0;e<n.children.length;e++){var s=getConstantType(n.children[e],r);if(0===s)return o.set(n,0),0;s<t&&(t=s)}if(1<t)for(let e=0;e<n.props.length;e++){var i=n.props[e];if(7===i.type&&"bind"===i.name&&i.exp){i=getConstantType(i.exp,r);if(0===i)return o.set(n,0),0;i<t&&(t=i)}}if(l.isBlock){for(let e=0;e<n.props.length;e++)if(7===n.props[e].type)return o.set(n,0),0;r.removeHelper(OPEN_BLOCK),r.removeHelper(getVNodeBlockHelper(r.inSSR,l.isComponent)),l.isBlock=!1,r.helper(getVNodeHelper(r.inSSR,l.isComponent))}return o.set(n,t),t}case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return getConstantType(n.content,r);case 4:return n.constType;case 8:let t=3;for(let e=0;e<n.children.length;e++){var a=n.children[e];if(!isString(a)&&!isSymbol(a)){a=getConstantType(a,r);if(0===a)return 0;a<t&&(t=a)}}return t;case 20:return 2;default:return 0}}const allowHoistedHelperSet=new Set([NORMALIZE_CLASS,NORMALIZE_STYLE,NORMALIZE_PROPS,GUARD_REACTIVE_PROPS]);function getConstantTypeOfHelperCall(e,t){if(14===e.type&&!isString(e.callee)&&allowHoistedHelperSet.has(e.callee)){e=e.arguments[0];if(4===e.type)return getConstantType(e,t);if(14===e.type)return getConstantTypeOfHelperCall(e,t)}return 0}function getGeneratedPropsConstantType(e,n){let r=3;e=getNodeProps(e);if(e&&15===e.type){var o=e["properties"];for(let t=0;t<o.length;t++){var{key:s,value:i}=o[t],s=getConstantType(s,n);if(0===s)return s;s<r&&(r=s);let e;if(0===(e=4===i.type?getConstantType(i,n):14===i.type?getConstantTypeOfHelperCall(i,n):0))return e;e<r&&(r=e)}}return r}function getNodeProps(e){e=e.codegenNode;if(13===e.type)return e.props}function createTransformContext(e,{filename:t="",prefixIdentifiers:n=!1,hoistStatic:r=!1,hmr:o=!1,cacheHandlers:s=!1,nodeTransforms:i=[],directiveTransforms:a={},transformHoist:l=null,isBuiltInComponent:c=NOOP,isCustomElement:p=NOOP,expressionPlugins:d=[],scopeId:u=null,slotted:h=!0,ssr:f=!1,inSSR:m=!1,ssrCssVars:g="",bindingMetadata:v=EMPTY_OBJ,inline:y=!1,isTS:S=!1,onError:b=defaultOnError,onWarn:E=defaultOnWarn,compatConfig:C}){var T=t.replace(/\?.*$/,"").match(/([^/\\]+)\.\w+$/);const x={filename:t,selfName:T&&capitalize(camelize(T[1])),prefixIdentifiers:n,hoistStatic:r,hmr:o,cacheHandlers:s,nodeTransforms:i,directiveTransforms:a,transformHoist:l,isBuiltInComponent:c,isCustomElement:p,expressionPlugins:d,scopeId:u,slotted:h,ssr:f,inSSR:m,ssrCssVars:g,bindingMetadata:v,inline:y,isTS:S,onError:b,onWarn:E,compatConfig:C,root:e,helpers:new Map,components:new Set,directives:new Set,hoists:[],imports:[],cached:[],constantCache:new WeakMap,temps:0,identifiers:Object.create(null),scopes:{vFor:0,vSlot:0,vPre:0,vOnce:0},parent:null,grandParent:null,currentNode:e,childIndex:0,inVOnce:!1,helper(e){var t=x.helpers.get(e)||0;return x.helpers.set(e,t+1),e},removeHelper(e){var t=x.helpers.get(e);t&&((t=t-1)?x.helpers.set(e,t):x.helpers.delete(e))},helperString(e){return"_"+helperNameMap[x.helper(e)]},replaceNode(e){if(!x.currentNode)throw new Error("Node being replaced is already removed.");if(!x.parent)throw new Error("Cannot replace root node.");x.parent.children[x.childIndex]=x.currentNode=e},removeNode(e){if(!x.parent)throw new Error("Cannot remove root node.");const t=x.parent.children;var n=e?t.indexOf(e):x.currentNode?x.childIndex:-1;if(n<0)throw new Error("node being removed is not a child of current parent");e&&e!==x.currentNode?x.childIndex>n&&(x.childIndex--,x.onNodeRemoved()):(x.currentNode=null,x.onNodeRemoved()),x.parent.children.splice(n,1)},onNodeRemoved:NOOP,addIdentifiers(e){},removeIdentifiers(e){},hoist(e){isString(e)&&(e=createSimpleExpression(e)),x.hoists.push(e);const t=createSimpleExpression("_hoisted_"+x.hoists.length,!1,e.loc,2);return t.hoisted=e,t},cache(e,t=!1,n=!1){e=createCacheExpression(x.cached.length,e,t,n);return x.cached.push(e),e}};return x}function transform(e,t){const n=createTransformContext(e,t);traverseNode(e,n),t.hoistStatic&&cacheStatic(e,n),t.ssr||createRootCodegen(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.transformed=!0}function createRootCodegen(t,n){const r=n["helper"],o=t["children"];if(1===o.length){var e,s=o[0];isSingleElementRoot(t,s)&&s.codegenNode?(13===(e=s.codegenNode).type&&convertToBlock(e,n),t.codegenNode=e):t.codegenNode=s}else if(1<o.length){let e=64;1===o.filter(e=>3!==e.type).length&&(e|=2048),t.codegenNode=createVNodeCall(n,r(FRAGMENT),void 0,t.children,e,void 0,void 0,!0,void 0,!1)}}function traverseChildren(e,t){let n=0;for(var r=()=>{n--};n<e.children.length;n++){var o=e.children[n];isString(o)||(t.grandParent=t.parent,t.parent=e,t.childIndex=n,t.onNodeRemoved=r,traverseNode(o,t))}}function traverseNode(t,n){n.currentNode=t;const r=n["nodeTransforms"],o=[];for(let e=0;e<r.length;e++){var s=r[e](t,n);if(s&&(isArray(s)?o.push(...s):o.push(s)),!n.currentNode)return;t=n.currentNode}switch(t.type){case 3:n.ssr||n.helper(CREATE_COMMENT);break;case 5:n.ssr||n.helper(TO_DISPLAY_STRING);break;case 9:for(let e=0;e<t.branches.length;e++)traverseNode(t.branches[e],n);break;case 10:case 11:case 1:case 0:traverseChildren(t,n)}n.currentNode=t;let e=o.length;for(;e--;)o[e]()}function createStructuralDirectiveTransform(t,i){const a=isString(t)?e=>e===t:e=>t.test(e);return(t,n)=>{if(1===t.type){const o=t["props"];if(3!==t.tagType||!o.some(isVSlot)){const s=[];for(let e=0;e<o.length;e++){var r=o[e];7===r.type&&a(r.name)&&(o.splice(e,1),e--,(r=i(t,r,n))&&s.push(r))}return s}}}}const PURE_ANNOTATION="/*@__PURE__*/",aliasHelper=e=>helperNameMap[e]+": _"+helperNameMap[e];function createCodegenContext(e,{mode:t="function",prefixIdentifiers:n="module"===t,sourceMap:r=!1,filename:o="template.vue.html",scopeId:s=null,optimizeImports:i=!1,runtimeGlobalName:a="Vue",runtimeModuleName:l="vue",ssrRuntimeModuleName:c="vue/server-renderer",ssr:p=!1,isTS:d=!1,inSSR:u=!1}){const h={mode:t,prefixIdentifiers:n,sourceMap:r,filename:o,scopeId:s,optimizeImports:i,runtimeGlobalName:a,runtimeModuleName:l,ssrRuntimeModuleName:c,ssr:p,isTS:d,inSSR:u,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(e){return"_"+helperNameMap[e]},push(e,t=0,n){h.code+=e},indent(){f(++h.indentLevel)},deindent(e=!1){e?--h.indentLevel:f(--h.indentLevel)},newline(){f(h.indentLevel)}};function f(e){h.push("\n"+" ".repeat(e),0)}return h}function generate(t,e={}){const n=createCodegenContext(t,e),{mode:r,push:o,prefixIdentifiers:s,indent:i,deindent:a,newline:l,ssr:c}=(e.onContextCreated&&e.onContextCreated(n),n),p=Array.from(t.helpers);var e=0<p.length,d=!s&&"module"!==r,u=(genFunctionPreamble(t,n),c?"ssrRender":"render");const h=c?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"];var f=h.join(", ");if(o(`function ${u}(${f}) {`),i(),d&&(o("with (_ctx) {"),i(),e&&(o(`const { ${p.map(aliasHelper).join(", ")} } = _Vue
`,-1),l())),t.components.length&&(genAssets(t.components,"component",n),(t.directives.length||0<t.temps)&&l()),t.directives.length&&(genAssets(t.directives,"directive",n),0<t.temps&&l()),0<t.temps){o("let ");for(let e=0;e<t.temps;e++)o(`${0<e?", ":""}_temp`+e)}return(t.components.length||t.directives.length||t.temps)&&(o(`
`,0),l()),c||o("return "),t.codegenNode?genNode(t.codegenNode,n):o("null"),d&&(a(),o("}")),a(),o("}"),{ast:t,code:n.code,preamble:"",map:n.map?n.map.toJSON():void 0}}function genFunctionPreamble(e,t){const{push:n,newline:r,runtimeGlobalName:o}=t;var s=o;const i=Array.from(e.helpers);0<i.length&&(n(`const _Vue = ${s}
`,-1),e.hoists.length&&(s=[CREATE_VNODE,CREATE_ELEMENT_VNODE,CREATE_COMMENT,CREATE_TEXT,CREATE_STATIC].filter(e=>i.includes(e)).map(aliasHelper).join(", "),n(`const { ${s} } = _Vue
`,-1))),genHoists(e.hoists,t),r(),n("return ")}function genAssets(n,r,{helper:e,push:o,newline:s,isTS:i}){var a=e("component"===r?RESOLVE_COMPONENT:RESOLVE_DIRECTIVE);for(let t=0;t<n.length;t++){let e=n[t];var l=e.endsWith("__self");o(`const ${toValidAssetId(e=l?e.slice(0,-6):e,r)} = ${a}(${JSON.stringify(e)}${l?", true":""})`+(i?"!":"")),t<n.length-1&&s()}}function genHoists(t,n){if(t.length){n.pure=!0;const{push:o,newline:s}=n;s();for(let e=0;e<t.length;e++){var r=t[e];r&&(o(`const _hoisted_${e+1} = `),genNode(r,n),s())}n.pure=!1}}function isText(e){return isString(e)||4===e.type||2===e.type||5===e.type||8===e.type}function genNodeListAsArray(e,t){var n=3<e.length||e.some(e=>isArray(e)||!isText(e));t.push("["),n&&t.indent(),genNodeList(e,t,n),n&&t.deindent(),t.push("]")}function genNodeList(t,n,r=!1,o=!0){const{push:s,newline:i}=n;for(let e=0;e<t.length;e++){var a=t[e];isString(a)?s(a,-3):(isArray(a)?genNodeListAsArray:genNode)(a,n),e<t.length-1&&(r?(o&&s(","),i()):o&&s(", "))}}function genNode(e,t){if(isString(e))t.push(e,-3);else if(isSymbol(e))t.push(t.helper(e));else switch(e.type){case 1:case 9:case 11:assert(null!=e.codegenNode,"Codegen node is missing for element/if/for node. Apply appropriate transforms first."),genNode(e.codegenNode,t);break;case 2:genText(e,t);break;case 4:genExpression(e,t);break;case 5:genInterpolation(e,t);break;case 12:genNode(e.codegenNode,t);break;case 8:genCompoundExpression(e,t);break;case 3:genComment(e,t);break;case 13:genVNodeCall(e,t);break;case 14:genCallExpression(e,t);break;case 15:genObjectExpression(e,t);break;case 17:genArrayExpression(e,t);break;case 18:genFunctionExpression(e,t);break;case 19:genConditionalExpression(e,t);break;case 20:genCacheExpression(e,t);break;case 21:genNodeList(e.body,t,!0,!1);break;case 22:case 23:case 24:case 25:case 26:case 10:break;default:return assert(!1,"unhandled codegen node type: "+e.type),e}}function genText(e,t){t.push(JSON.stringify(e.content),-3,e)}function genExpression(e,t){var{content:n,isStatic:r}=e;t.push(r?JSON.stringify(n):n,-3,e)}function genInterpolation(e,t){const{push:n,helper:r,pure:o}=t;o&&n(PURE_ANNOTATION),n(r(TO_DISPLAY_STRING)+"("),genNode(e.content,t),n(")")}function genCompoundExpression(t,n){for(let e=0;e<t.children.length;e++){var r=t.children[e];isString(r)?n.push(r,-3):genNode(r,n)}}function genExpressionAsPropertyKey(e,t){const n=t["push"];8===e.type?(n("["),genCompoundExpression(e,t),n("]")):e.isStatic?(t=isSimpleIdentifier(e.content)?e.content:JSON.stringify(e.content),n(t,-2,e)):n(`[${e.content}]`,-3,e)}function genComment(e,t){const{push:n,helper:r,pure:o}=t;o&&n(PURE_ANNOTATION),n(`${r(CREATE_COMMENT)}(${JSON.stringify(e.content)})`,-3,e)}function genVNodeCall(e,t){const{push:n,helper:r,pure:o}=t,{tag:s,props:i,children:a,patchFlag:l,dynamicProps:c,directives:p,isBlock:d,disableTracking:u,isComponent:h}=e;let f;l&&(f=l<0?l+` /* ${PatchFlagNames[l]} */`:(m=Object.keys(PatchFlagNames).map(Number).filter(e=>0<e&&l&e).map(e=>PatchFlagNames[e]).join(", "),l+` /* ${m} */`)),p&&n(r(WITH_DIRECTIVES)+"("),d&&n(`(${r(OPEN_BLOCK)}(${u?"true":""}), `),o&&n(PURE_ANNOTATION);var m=(d?getVNodeBlockHelper:getVNodeHelper)(t.inSSR,h);n(r(m)+"(",-2,e),genNodeList(genNullableArgs([s,i,a,f,c]),t),n(")"),d&&n(")"),p&&(n(", "),genNode(p,t),n(")"))}function genNullableArgs(e){let t=e.length;for(;t--&&null==e[t];);return e.slice(0,t+1).map(e=>e||"null")}function genCallExpression(e,t){const{push:n,helper:r,pure:o}=t;var s=isString(e.callee)?e.callee:r(e.callee);o&&n(PURE_ANNOTATION),n(s+"(",-2,e),genNodeList(e.arguments,t),n(")")}function genObjectExpression(e,t){const{push:n,indent:r,deindent:o,newline:s}=t,i=e["properties"];if(i.length){var a=1<i.length||i.some(e=>4!==e.value.type);n(a?"{":"{ "),a&&r();for(let e=0;e<i.length;e++){var{key:l,value:c}=i[e];genExpressionAsPropertyKey(l,t),n(": "),genNode(c,t),e<i.length-1&&(n(","),s())}a&&o(),n(a?"}":" }")}else n("{}",-2,e)}function genArrayExpression(e,t){genNodeListAsArray(e.elements,t)}function genFunctionExpression(e,t){const{push:n,indent:r,deindent:o}=t;var{params:s,returns:i,body:a,newline:l,isSlot:c}=e;c&&n(`_${helperNameMap[WITH_CTX]}(`),n("(",-2,e),isArray(s)?genNodeList(s,t):s&&genNode(s,t),n(") => "),(l||a)&&(n("{"),r()),i?(l&&n("return "),(isArray(i)?genNodeListAsArray:genNode)(i,t)):a&&genNode(a,t),(l||a)&&(o(),n("}")),c&&n(")")}function genConditionalExpression(e,t){var{test:e,consequent:n,alternate:r,newline:o}=e;const{push:s,indent:i,deindent:a,newline:l}=t;4===e.type?((c=!isSimpleIdentifier(e.content))&&s("("),genExpression(e,t),c&&s(")")):(s("("),genNode(e,t),s(")")),o&&i(),t.indentLevel++,o||s(" "),s("? "),genNode(n,t),t.indentLevel--,o&&l(),o||s(" "),s(": ");var c=19===r.type;c||t.indentLevel++,genNode(r,t),c||t.indentLevel--,o&&a(!0)}function genCacheExpression(e,t){const{push:n,helper:r,indent:o,deindent:s,newline:i}=t;var{needPauseTracking:a,needArraySpread:l}=e;l&&n("[...("),n(`_cache[${e.index}] || (`),a&&(o(),n(r(SET_BLOCK_TRACKING)+"(-1"),e.inVOnce&&n(", true"),n("),"),i(),n("(")),n(`_cache[${e.index}] = `),genNode(e.value,t),a&&(n(`).cacheIndex = ${e.index},`),i(),n(r(SET_BLOCK_TRACKING)+"(1),"),i(),n(`_cache[${e.index}]`),s()),n(")"),l&&n(")]")}const prohibitedKeywordRE=new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b"),stripStringRE=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g;function validateBrowserExpression(n,r,e=!1,o=!1){const s=n.content;if(s.trim())try{new Function(o?` ${s} `:"return "+(e?`(${s}) => {}`:`(${s})`))}catch(e){let t=e.message;o=s.replace(stripStringRE,"").match(prohibitedKeywordRE);o&&(t=`avoid using JavaScript keyword as property name: "${o[0]}"`),r.onError(createCompilerError(45,n.loc,void 0,t))}}const transformExpression=(t,n)=>{if(5===t.type)t.content=processExpression(t.content,n);else if(1===t.type){var r,o,s=findDir(t,"memo");for(let e=0;e<t.props.length;e++){const i=t.props[e];7===i.type&&"for"!==i.name&&(r=i.exp,o=i.arg,!r||4!==r.type||"on"===i.name&&o||s&&o&&4===o.type&&"key"===o.content||(i.exp=processExpression(r,n,"slot"===i.name)),o&&4===o.type&&!o.isStatic&&(i.arg=processExpression(o,n)))}}};function processExpression(e,t,n=!1,r=!1,o=Object.create(t.identifiers)){return validateBrowserExpression(e,t,n,r),e}const transformIf=createStructuralDirectiveTransform(/^(if|else|else-if)$/,(e,t,a)=>processIf(e,t,a,(t,n,r)=>{const e=a.parent.children;let o=e.indexOf(t),s=0;for(;0<=o--;){var i=e[o];i&&9===i.type&&(s+=i.branches.length)}return()=>{if(r)t.codegenNode=createCodegenNodeForBranch(n,s,a);else{const e=getParentCondition(t.codegenNode);e.alternate=createCodegenNodeForBranch(n,s+t.branches.length-1,a)}}}));function processIf(t,n,r,o){if("else"===n.name||n.exp&&n.exp.content.trim()||(e=(n.exp||t).loc,r.onError(createCompilerError(28,n.loc)),n.exp=createSimpleExpression("true",!1,e)),n.exp&&validateBrowserExpression(n.exp,r),"if"===n.name){var e=createIfBranch(t,n),s={type:9,loc:cloneLoc(t.loc),branches:[e]};if(r.replaceNode(s),o)return o(s,e,!0)}else{const i=r.parent.children,a=[];let e=i.indexOf(t);for(;-1<=e--;){const l=i[e];if(l&&3===l.type)r.removeNode(l),a.unshift(l);else{if(!l||2!==l.type||l.content.trim().length){if(l&&9===l.type){"else-if"===n.name&&void 0===l.branches[l.branches.length-1].condition&&r.onError(createCompilerError(30,t.loc)),r.removeNode();const c=createIfBranch(t,n);a.length&&(!r.parent||1!==r.parent.type||"transition"!==r.parent.tag&&"Transition"!==r.parent.tag)&&(c.children=[...a,...c.children]);{const d=c.userKey;d&&l.branches.forEach(({userKey:e})=>{isSameKey(e,d)&&r.onError(createCompilerError(29,c.userKey.loc))})}l.branches.push(c);const p=o&&o(l,c,!1);traverseNode(c,r),p&&p(),r.currentNode=null}else r.onError(createCompilerError(30,t.loc));break}r.removeNode(l)}}}}function createIfBranch(e,t){var n=3===e.tagType;return{type:10,loc:e.loc,condition:"else"===t.name?void 0:t.exp,children:n&&!findDir(e,"for")?e.children:[e],userKey:findProp(e,"key"),isTemplateIf:n}}function createCodegenNodeForBranch(e,t,n){return e.condition?createConditionalExpression(e.condition,createChildrenCodegenNode(e,t,n),createCallExpression(n.helper(CREATE_COMMENT),['"v-if"',"true"])):createChildrenCodegenNode(e,t,n)}function createChildrenCodegenNode(t,n,r){const o=r["helper"];n=createObjectProperty("key",createSimpleExpression(""+n,!1,locStub,2));const s=t["children"];var e,i,a=s[0];if(1===s.length&&1===a.type)return 13===(i=getMemoedVNodeCall(e=a.codegenNode)).type&&convertToBlock(i,r),injectProp(i,n,r),e;if(1===s.length&&11===a.type)return injectProp(i=a.codegenNode,n,r),i;{let e=64;return t.isTemplateIf||1!==s.filter(e=>3!==e.type).length||(e|=2048),createVNodeCall(r,o(FRAGMENT),createObjectExpression([n]),s,e,void 0,void 0,!0,!1,!1,t.loc)}}function isSameKey(e,t){if(!e||e.type!==t.type)return!1;if(6===e.type){if(e.value.content!==t.value.content)return!1}else{e=e.exp,t=t.exp;if(e.type!==t.type)return!1;if(4!==e.type||e.isStatic!==t.isStatic||e.content!==t.content)return!1}return!0}function getParentCondition(e){for(;;)if(19===e.type){if(19!==e.alternate.type)return e;e=e.alternate}else 20===e.type&&(e=e.value)}const transformBind=(e,t,n)=>{const{modifiers:r,loc:o}=e,s=e.arg;let i=e["exp"];if(!(i=i&&4===i.type&&!i.content.trim()?void 0:i)){if(4!==s.type||!s.isStatic)return n.onError(createCompilerError(52,s.loc)),{props:[createObjectProperty(s,createSimpleExpression("",!0,o))]};transformBindShorthand(e),i=e.exp}return 4!==s.type?(s.children.unshift("("),s.children.push(') || ""')):s.isStatic||(s.content=s.content+' || ""'),r.some(e=>"camel"===e.content)&&(4===s.type?s.isStatic?s.content=camelize(s.content):s.content=`${n.helperString(CAMELIZE)}(${s.content})`:(s.children.unshift(n.helperString(CAMELIZE)+"("),s.children.push(")"))),n.inSSR||(r.some(e=>"prop"===e.content)&&injectPrefix(s,"."),r.some(e=>"attr"===e.content)&&injectPrefix(s,"^")),{props:[createObjectProperty(s,i)]}},transformBindShorthand=(e,t)=>{var n=e.arg,r=camelize(n.content);e.exp=createSimpleExpression(r,!1,n.loc)},injectPrefix=(e,t)=>{4===e.type?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},transformFor=createStructuralDirectiveTransform("for",(u,e,h)=>{const{helper:f,removeHelper:m}=h;return processFor(u,e,h,s=>{const i=createCallExpression(f(RENDER_LIST),[s.source]),a=isTemplateNode(u),l=findDir(u,"memo");var e=findProp(u,"key",!1,!0);e&&7===e.type&&!e.exp&&transformBindShorthand(e);let c=e&&(6===e.type?e.value?createSimpleExpression(e.value.content,!0):void 0:e.exp);const p=e&&c?createObjectProperty("key",c):null,d=4===s.source.type&&0<s.source.constType;e=d?64:e?128:256;return s.codegenNode=createVNodeCall(h,f(FRAGMENT),void 0,i,e,void 0,void 0,!0,!d,!1,u.loc),()=>{let e;var t=s["children"],n=(a&&u.children.some(e=>{if(1===e.type){e=findProp(e,"key");if(e)return h.onError(createCompilerError(33,e.loc)),!0}}),1!==t.length||1!==t[0].type),r=isSlotOutlet(u)?u:a&&1===u.children.length&&isSlotOutlet(u.children[0])?u.children[0]:null;if(r?(e=r.codegenNode,a&&p&&injectProp(e,p,h)):n?e=createVNodeCall(h,f(FRAGMENT),p?createObjectExpression([p]):void 0,u.children,64,void 0,void 0,!0,void 0,!1):(e=t[0].codegenNode,a&&p&&injectProp(e,p,h),e.isBlock!==!d&&(e.isBlock?(m(OPEN_BLOCK),m(getVNodeBlockHelper(h.inSSR,e.isComponent))):m(getVNodeHelper(h.inSSR,e.isComponent))),e.isBlock=!d,e.isBlock?(f(OPEN_BLOCK),f(getVNodeBlockHelper(h.inSSR,e.isComponent))):f(getVNodeHelper(h.inSSR,e.isComponent))),l){const o=createFunctionExpression(createForLoopParams(s.parseResult,[createSimpleExpression("_cached")]));o.body=createBlockStatement([createCompoundExpression(["const _memo = (",l.exp,")"]),createCompoundExpression(["if (_cached",...c?[" && _cached.key === ",c]:[],` && ${h.helperString(IS_MEMO_SAME)}(_cached, _memo)) return _cached`]),createCompoundExpression(["const _item = ",e]),createSimpleExpression("_item.memo = _memo"),createSimpleExpression("return _item")]),i.arguments.push(o,createSimpleExpression("_cache"),createSimpleExpression(String(h.cached.length))),h.cached.push(null)}else i.arguments.push(createFunctionExpression(createForLoopParams(s.parseResult),e,!0))}})});function processFor(e,t,n,r){if(t.exp){var o=t.forParseResult;if(o){finalizeForParseResult(o,n);const c=n["scopes"];var{source:s,value:i,key:a,index:l}=o,s={type:11,loc:t.loc,source:s,valueAlias:i,keyAlias:a,objectIndexAlias:l,parseResult:o,children:isTemplateNode(e)?e.children:[e]};n.replaceNode(s),c.vFor++;const p=r&&r(s);return()=>{c.vFor--,p&&p()}}n.onError(createCompilerError(32,t.loc))}else n.onError(createCompilerError(31,t.loc))}function finalizeForParseResult(e,t){e.finalized||(validateBrowserExpression(e.source,t),e.key&&validateBrowserExpression(e.key,t,!0),e.index&&validateBrowserExpression(e.index,t,!0),e.value&&validateBrowserExpression(e.value,t,!0),e.finalized=!0)}function createForLoopParams({value:e,key:t,index:n},r=[]){return createParamsList([e,t,n,...r])}function createParamsList(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((e,t)=>e||createSimpleExpression("_".repeat(t+1),!1))}const defaultFallback=createSimpleExpression("undefined",!1),trackSlotScopes=(e,t)=>{if(1===e.type&&(1===e.tagType||3===e.tagType)){e=findDir(e,"slot");if(e)return e.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},buildClientSlotFn=(e,t,n,r)=>createFunctionExpression(e,n,!1,!0,n.length?n[0].loc:r);function buildSlots(e,r,o=buildClientSlotFn){r.helper(WITH_CTX);const{children:s,loc:n}=e,i=[],a=[];let l=0<r.scopes.vSlot||0<r.scopes.vFor;var t,c=findDir(e,"slot",!0);c&&({arg:t,exp:C}=c,t&&!isStaticExp(t)&&(l=!0),i.push(createObjectProperty(t||createSimpleExpression("default",!0),o(C,void 0,s,n))));let p=!1,d=!1;const u=[],h=new Set;let f=0;for(let n=0;n<s.length;n++){var m=s[n];let t;if(isTemplateNode(m)&&(t=findDir(m,"slot",!0))){if(c){r.onError(createCompilerError(37,t.loc));break}p=!0;var{children:g,loc:v}=m,{arg:y=createSimpleExpression("default",!0),exp:S,loc:b}=t;let e;isStaticExp(y)?e=y?y.content:"default":l=!0;var E=findDir(m,"for"),S=o(S,E,g,v);if(g=findDir(m,"if"))l=!0,a.push(createConditionalExpression(g.exp,buildDynamicSlot(y,S,f++),defaultFallback));else if(v=findDir(m,/^else(-if)?$/,!0)){let e=n,t;for(;e--&&3===(t=s[e]).type;);if(t&&isTemplateNode(t)&&findDir(t,/^(else-)?if$/)){let e=a[a.length-1];for(;19===e.alternate.type;)e=e.alternate;e.alternate=v.exp?createConditionalExpression(v.exp,buildDynamicSlot(y,S,f++),defaultFallback):buildDynamicSlot(y,S,f++)}else r.onError(createCompilerError(30,v.loc))}else if(E){l=!0;g=E.forParseResult;g?(finalizeForParseResult(g,r),a.push(createCallExpression(r.helper(RENDER_LIST),[g.source,createFunctionExpression(createForLoopParams(g),buildDynamicSlot(y,S),!0)]))):r.onError(createCompilerError(32,E.loc))}else{if(e){if(h.has(e)){r.onError(createCompilerError(38,b));continue}h.add(e),"default"===e&&(d=!0)}i.push(createObjectProperty(y,S))}}else 3!==m.type&&u.push(m)}c||(t=(e,t)=>{return createObjectProperty("default",o(e,void 0,t,n))},p?u.length&&u.some(e=>isNonWhitespaceContent(e))&&(d?r.onError(createCompilerError(39,u[0].loc)):i.push(t(void 0,u))):i.push(t(void 0,s)));var C=l?2:hasForwardedSlots(e.children)?3:1;let T=createObjectExpression(i.concat(createObjectProperty("_",createSimpleExpression(C+` /* ${slotFlagsText[C]} */`,!1))),n);return{slots:T=a.length?createCallExpression(r.helper(CREATE_SLOTS),[T,createArrayExpression(a)]):T,hasDynamicSlots:l}}function buildDynamicSlot(e,t,n){const r=[createObjectProperty("name",e),createObjectProperty("fn",t)];return null!=n&&r.push(createObjectProperty("key",createSimpleExpression(String(n),!0))),createObjectExpression(r)}function hasForwardedSlots(t){for(let e=0;e<t.length;e++){var n=t[e];switch(n.type){case 1:if(2===n.tagType||hasForwardedSlots(n.children))return!0;break;case 9:if(hasForwardedSlots(n.branches))return!0;break;case 10:case 11:if(hasForwardedSlots(n.children))return!0}}return!1}function isNonWhitespaceContent(e){return 2!==e.type&&12!==e.type||(2===e.type?!!e.content.trim():isNonWhitespaceContent(e.content))}const directiveImportMap=new WeakMap,transformElement=(h,f)=>function(){if(1===(h=f.currentNode).type&&(0===h.tagType||1===h.tagType)){var{tag:a,props:l}=h,c=1===h.tagType,p=c?resolveComponentType(h,f):`"${a}"`,d=isObject(p)&&p.callee===RESOLVE_DYNAMIC_COMPONENT;let e,t,n=0,r,o,s,i=d||p===TELEPORT||p===SUSPENSE||!c&&("svg"===a||"foreignObject"===a||"math"===a);if(0<l.length){var a=buildProps(h,f,void 0,c,d);e=a.props,n=a.patchFlag,o=a.dynamicPropNames;const u=a.directives;s=u&&u.length?createArrayExpression(u.map(e=>buildDirectiveArgs(e,f))):void 0,a.shouldUseBlock&&(i=!0)}0<h.children.length&&(p===KEEP_ALIVE&&(i=!0,n|=1024,1<h.children.length&&f.onError(createCompilerError(46,{start:h.children[0].loc.start,end:h.children[h.children.length-1].loc.end,source:""}))),c&&p!==TELEPORT&&p!==KEEP_ALIVE?({slots:l,hasDynamicSlots:d}=buildSlots(h,f),t=l,d&&(n|=1024)):t=1===h.children.length&&p!==TELEPORT?((d=5===(l=(a=h.children[0]).type)||8===l)&&0===getConstantType(a,f)&&(n|=1),d||2===l?a:h.children):h.children),o&&o.length&&(r=stringifyDynamicPropNames(o)),h.codegenNode=createVNodeCall(f,p,e,t,0===n?void 0:n,r,s,!!i,!1,c,h.loc)}};function resolveComponentType(e,t,n=!1){let r=e["tag"];var o=isComponentTag(r);const s=findProp(e,"is",!1,!0);if(s)if(o){let e;if(e=6===s.type?s.value&&createSimpleExpression(s.value.content,!0):(e=s.exp)||createSimpleExpression("is",!1,s.arg.loc))return createCallExpression(t.helper(RESOLVE_DYNAMIC_COMPONENT),[e])}else 6===s.type&&s.value.content.startsWith("vue:")&&(r=s.value.content.slice(4));e=isCoreComponent(r)||t.isBuiltInComponent(r);return e?(n||t.helper(e),e):(t.helper(RESOLVE_COMPONENT),t.components.add(r),toValidAssetId(r,"component"))}function buildProps(t,o,n=t.props,r,D,s=!1){const{tag:i,loc:a,children:F}=t;let l=[];const c=[],p=[];var d=0<F.length;let u=!1,h=0,f=!1,m=!1,g=!1,L=!1,v=!1,$=!1;const y=[];var S=e=>{l.length&&(c.push(createObjectExpression(dedupeProperties(l),a)),l=[]),e&&c.push(e)},b=()=>{0<o.scopes.vFor&&l.push(createObjectProperty(createSimpleExpression("ref_for",!0),createSimpleExpression("true")))},H=({key:e,value:t})=>{if(isStaticExp(e)){const n=e.content;e=isOn(n);!e||r&&!D||"onclick"===n.toLowerCase()||"onUpdate:modelValue"===n||isReservedProp(n)||(L=!0),e&&isReservedProp(n)&&($=!0),20===(t=e&&14===t.type?t.arguments[0]:t).type||(4===t.type||8===t.type)&&0<getConstantType(t,o)||("ref"===n?f=!0:"class"===n?m=!0:"style"===n?g=!0:"key"===n||y.includes(n)||y.push(n),!r||"class"!==n&&"style"!==n||y.includes(n)||y.push(n))}else v=!0};for(let e=0;e<n.length;e++){var E=n[e];if(6===E.type){const{loc:B,name:w,nameLoc:j,value:R}=E;"ref"===w&&(f=!0,b()),"is"===w&&(isComponentTag(i)||R&&R.content.startsWith("vue:"))||l.push(createObjectProperty(createSimpleExpression(w,!0,j),createSimpleExpression(R?R.content:"",!0,R?R.loc:B)))}else{const{name:O,arg:A,exp:k,loc:N,modifiers:U}=E;var C="bind"===O,T="on"===O;if("slot"===O)r||o.onError(createCompilerError(40,N));else if("once"!==O&&"memo"!==O&&!("is"===O||C&&isStaticArgOf(A,"is")&&isComponentTag(i)||T&&s))if((C&&isStaticArgOf(A,"key")||T&&d&&isStaticArgOf(A,"vue:before-update"))&&(u=!0),C&&isStaticArgOf(A,"ref")&&b(),A||!C&&!T){C&&U.some(e=>"prop"===e.content)&&(h|=32);const I=o.directiveTransforms[O];if(I){const{props:P,needRuntime:M}=I(E,t,o);s||P.forEach(H),T&&A&&!isStaticExp(A)?S(createObjectExpression(P,a)):l.push(...P),M&&(p.push(E),isSymbol(M)&&directiveImportMap.set(E,M))}else isBuiltInDirective(O)||(p.push(E),d&&(u=!0))}else v=!0,k?C?(b(),S(),c.push(k)):S({type:14,loc:N,callee:o.helper(TO_HANDLERS),arguments:r?[k]:[k,"true"]}):o.onError(createCompilerError(C?34:35,N))}}let x=void 0;if(c.length?(S(),x=1<c.length?createCallExpression(o.helper(MERGE_PROPS),c,a):c[0]):l.length&&(x=createObjectExpression(dedupeProperties(l),a)),v?h|=16:(m&&!r&&(h|=2),g&&!r&&(h|=4),y.length&&(h|=8),L&&(h|=32)),u||0!==h&&32!==h||!(f||$||0<p.length)||(h|=512),!o.inSSR&&x)switch(x.type){case 15:let t=-1,n=-1,r=!1;for(let e=0;e<x.properties.length;e++){var _=x.properties[e].key;isStaticExp(_)?"class"===_.content?t=e:"style"===_.content&&(n=e):_.isHandlerKey||(r=!0)}const e=x.properties[t],V=x.properties[n];r?x=createCallExpression(o.helper(NORMALIZE_PROPS),[x]):(e&&!isStaticExp(e.value)&&(e.value=createCallExpression(o.helper(NORMALIZE_CLASS),[e.value])),V&&(g||4===V.value.type&&"["===V.value.content.trim()[0]||17===V.value.type)&&(V.value=createCallExpression(o.helper(NORMALIZE_STYLE),[V.value])));break;case 14:break;default:x=createCallExpression(o.helper(NORMALIZE_PROPS),[createCallExpression(o.helper(GUARD_REACTIVE_PROPS),[x])])}return{props:x,directives:p,patchFlag:h,dynamicPropNames:y,shouldUseBlock:u}}function dedupeProperties(t){const n=new Map,r=[];for(let e=0;e<t.length;e++){var o,s,i=t[e];8!==i.key.type&&i.key.isStatic?(o=i.key.content,(s=n.get(o))?"style"!==o&&"class"!==o&&!isOn(o)||mergeAsArray(s,i):(n.set(o,i),r.push(i))):r.push(i)}return r}function mergeAsArray(e,t){17===e.value.type?e.value.elements.push(t.value):e.value=createArrayExpression([e.value,t.value],e.loc)}function buildDirectiveArgs(e,t){const n=[];var r=directiveImportMap.get(e),r=(r?n.push(t.helperString(r)):(t.helper(RESOLVE_DIRECTIVE),t.directives.add(e.name),n.push(toValidAssetId(e.name,"directive"))),e)["loc"];if(e.exp&&n.push(e.exp),e.arg&&(e.exp||n.push("void 0"),n.push(e.arg)),Object.keys(e.modifiers).length){e.arg||(e.exp||n.push("void 0"),n.push("void 0"));const o=createSimpleExpression("true",!1,r);n.push(createObjectExpression(e.modifiers.map(e=>createObjectProperty(e,o)),r))}return createArrayExpression(n,e.loc)}function stringifyDynamicPropNames(n){let r="[";for(let e=0,t=n.length;e<t;e++)r+=JSON.stringify(n[e]),e<t-1&&(r+=", ");return r+"]"}function isComponentTag(e){return"component"===e||"Component"===e}const transformSlotOutlet=(t,n)=>{if(isSlotOutlet(t)){var{children:r,loc:o}=t,{slotName:s,slotProps:i}=processSlotOutlet(t,n);const a=[n.prefixIdentifiers?"_ctx.$slots":"$slots",s,"{}","undefined","true"];let e=2;i&&(a[2]=i,e=3),r.length&&(a[3]=createFunctionExpression([],r,!1,!1,o),e=4),n.scopeId&&!n.slotted&&(e=5),a.splice(e),t.codegenNode=createCallExpression(n.helper(RENDER_SLOT),a,o)}};function processSlotOutlet(t,e){let n='"default"',r=void 0;const o=[];for(let e=0;e<t.props.length;e++){const l=t.props[e];var s;6===l.type?l.value&&("name"===l.name?n=JSON.stringify(l.value.content):(l.name=camelize(l.name),o.push(l))):"bind"===l.name&&isStaticArgOf(l.arg,"name")?l.exp?n=l.exp:l.arg&&4===l.arg.type&&(s=camelize(l.arg.content),n=l.exp=createSimpleExpression(s,!1,l.arg.loc)):("bind"===l.name&&l.arg&&isStaticExp(l.arg)&&(l.arg.content=camelize(l.arg.content)),o.push(l))}var i,a;return 0<o.length&&({props:i,directives:a}=buildProps(t,e,o,!1,!1),r=i,a.length&&e.onError(createCompilerError(36,a[0].loc))),{slotName:n,slotProps:r}}const transformOn$1=(e,t,n,r)=>{var{loc:o,modifiers:s,arg:i}=e;e.exp||s.length||n.onError(createCompilerError(35,o));let a;if(4===i.type)if(i.isStatic){let e=i.content;e.startsWith("vnode")&&n.onError(createCompilerError(51,i.loc)),e.startsWith("vue:")&&(e="vnode-"+e.slice(4));s=0!==t.tagType||e.startsWith("vnode")||!/[A-Z]/.test(e)?toHandlerKey(camelize(e)):"on:"+e;a=createSimpleExpression(s,!0,i.loc)}else a=createCompoundExpression([n.helperString(TO_HANDLER_KEY)+"(",i,")"]);else(a=i).children.unshift(n.helperString(TO_HANDLER_KEY)+"("),a.children.push(")");let l=e.exp;l&&!l.content.trim()&&(l=void 0);t=n.cacheHandlers&&!l&&!n.inVOnce;l&&(i=!((s=isMemberExpression(l))||isFnExpression(l)),e=l.content.includes(";"),validateBrowserExpression(l,n,!1,e),(i||t&&s)&&(l=createCompoundExpression([`${i?"$event":"(...args)"} => `+(e?"{":"("),l,e?"}":")"])));let c={props:[createObjectProperty(a,l||createSimpleExpression("() => {}",!1,o))]};return r&&(c=r(c)),t&&(c.props[0].value=n.cache(c.props[0].value)),c.props.forEach(e=>e.key.isHandlerKey=!0),c},transformText=(a,l)=>{if(0===a.type||1===a.type||11===a.type||10===a.type)return()=>{const n=a.children;let r=void 0,e=!1;for(let t=0;t<n.length;t++){var o=n[t];if(isText$1(o)){e=!0;for(let e=t+1;e<n.length;e++){var s=n[e];if(!isText$1(s)){r=void 0;break}(r=r||(n[t]=createCompoundExpression([o],o.loc))).children.push(" + ",s),n.splice(e,1),e--}}}if(e&&(1!==n.length||0!==a.type&&(1!==a.type||0!==a.tagType||a.props.find(e=>7===e.type&&!l.directiveTransforms[e.name]))))for(let e=0;e<n.length;e++){var t=n[e];if(isText$1(t)||8===t.type){const i=[];2===t.type&&" "===t.content||i.push(t),l.ssr||0!==getConstantType(t,l)||i.push(1+` /* ${PatchFlagNames[1]} */`),n[e]={type:12,content:t,loc:t.loc,codegenNode:createCallExpression(l.helper(CREATE_TEXT),i)}}}}},seen$1=new WeakSet,transformOnce=(e,t)=>{if(1===e.type&&findDir(e,"once",!0)&&!(seen$1.has(e)||t.inVOnce||t.inSSR))return seen$1.add(e),t.inVOnce=!0,t.helper(SET_BLOCK_TRACKING),()=>{t.inVOnce=!1;const e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))}},transformModel$1=(e,t,n)=>{const{exp:r,arg:o}=e;if(!r)return n.onError(createCompilerError(41,e.loc)),createTransformProps();var s=r.loc.source.trim();const i=4===r.type?r.content:s;s=n.bindingMetadata[s];if("props"===s||"props-aliased"===s)return n.onError(createCompilerError(44,r.loc)),createTransformProps();if(!i.trim()||!isMemberExpression(r))return n.onError(createCompilerError(42,r.loc)),createTransformProps();var s=o||createSimpleExpression("modelValue",!0),a=o?isStaticExp(o)?"onUpdate:"+camelize(o.content):createCompoundExpression(['"onUpdate:" + ',o]):"onUpdate:modelValue",n=createCompoundExpression([(n.isTS?"($event: any)":"$event")+" => ((",r,") = $event)"]);const l=[createObjectProperty(s,e.exp),createObjectProperty(a,n)];return e.modifiers.length&&1===t.tagType&&(s=e.modifiers.map(e=>e.content).map(e=>(isSimpleIdentifier(e)?e:JSON.stringify(e))+": true").join(", "),a=o?isStaticExp(o)?o.content+"Modifiers":createCompoundExpression([o,' + "Modifiers"']):"modelModifiers",l.push(createObjectProperty(a,createSimpleExpression(`{ ${s} }`,!1,e.loc,2)))),createTransformProps(l)};function createTransformProps(e=[]){return{props:e}}const seen=new WeakSet,transformMemo=(t,n)=>{if(1===t.type){const r=findDir(t,"memo");if(r&&!seen.has(t))return seen.add(t),()=>{var e=t.codegenNode||n.currentNode.codegenNode;e&&13===e.type&&(1!==t.tagType&&convertToBlock(e,n),t.codegenNode=createCallExpression(n.helper(WITH_MEMO),[r.exp,createFunctionExpression(void 0,e),"_cache",String(n.cached.length)]),n.cached.push(null))}}};function getBaseTransformPreset(e){return[[transformOnce,transformIf,transformMemo,transformFor,transformExpression,transformSlotOutlet,transformElement,trackSlotScopes,transformText],{on:transformOn$1,bind:transformBind,model:transformModel$1}]}function baseCompile(e,t={}){const n=t.onError||defaultOnError;var r="module"===t.mode,r=(!0===t.prefixIdentifiers?n(createCompilerError(47)):r&&n(createCompilerError(48)),t.cacheHandlers&&n(createCompilerError(49)),t.scopeId&&!r&&n(createCompilerError(50)),extend({},t,{prefixIdentifiers:!1})),e=isString(e)?baseParse(e,r):e,[o,s]=getBaseTransformPreset();return transform(e,extend({},r,{nodeTransforms:[...o,...t.nodeTransforms||[]],directiveTransforms:extend({},s,t.directiveTransforms||{})})),generate(e,r)}const noopDirectiveTransform=()=>({props:[]}),V_MODEL_RADIO=Symbol("vModelRadio"),V_MODEL_CHECKBOX=Symbol("vModelCheckbox"),V_MODEL_TEXT=Symbol("vModelText"),V_MODEL_SELECT=Symbol("vModelSelect"),V_MODEL_DYNAMIC=Symbol("vModelDynamic"),V_ON_WITH_MODIFIERS=Symbol("vOnModifiersGuard"),V_ON_WITH_KEYS=Symbol("vOnKeysGuard"),V_SHOW=Symbol("vShow"),TRANSITION=Symbol("Transition"),TRANSITION_GROUP=Symbol("TransitionGroup");registerRuntimeHelpers({[V_MODEL_RADIO]:"vModelRadio",[V_MODEL_CHECKBOX]:"vModelCheckbox",[V_MODEL_TEXT]:"vModelText",[V_MODEL_SELECT]:"vModelSelect",[V_MODEL_DYNAMIC]:"vModelDynamic",[V_ON_WITH_MODIFIERS]:"withModifiers",[V_ON_WITH_KEYS]:"withKeys",[V_SHOW]:"vShow",[TRANSITION]:"Transition",[TRANSITION_GROUP]:"TransitionGroup"});let decoder;function decodeHtmlBrowser(e,t=!1){return decoder=decoder||document.createElement("div"),t?(decoder.innerHTML=`<div foo="${e.replace(/"/g,"&quot;")}">`,decoder.children[0].getAttribute("foo")):(decoder.innerHTML=e,decoder.textContent)}const parserOptions={parseMode:"html",isVoidTag:isVoidTag,isNativeTag:e=>isHTMLTag(e)||isSVGTag(e)||isMathMLTag(e),isPreTag:e=>"pre"===e,isIgnoreNewlineTag:e=>"pre"===e||"textarea"===e,decodeEntities:decodeHtmlBrowser,isBuiltInComponent:e=>"Transition"===e||"transition"===e?TRANSITION:"TransitionGroup"===e||"transition-group"===e?TRANSITION_GROUP:void 0,getNamespace(e,t,n){let r=t?t.ns:n;if(t&&2===r)if("annotation-xml"===t.tag){if("svg"===e)return 1;t.props.some(e=>6===e.type&&"encoding"===e.name&&null!=e.value&&("text/html"===e.value.content||"application/xhtml+xml"===e.value.content))&&(r=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&"mglyph"!==e&&"malignmark"!==e&&(r=0);else!t||1!==r||"foreignObject"!==t.tag&&"desc"!==t.tag&&"title"!==t.tag||(r=0);if(0===r){if("svg"===e)return 1;if("math"===e)return 2}return r}},transformStyle=n=>{1===n.type&&n.props.forEach((e,t)=>{6===e.type&&"style"===e.name&&e.value&&(n.props[t]={type:7,name:"bind",arg:createSimpleExpression("style",!0,e.loc),exp:parseInlineCSS(e.value.content,e.loc),modifiers:[],loc:e.loc})})},parseInlineCSS=(e,t)=>{e=parseStringStyle(e);return createSimpleExpression(JSON.stringify(e),!1,t,3)};function createDOMCompilerError(e,t){return createCompilerError(e,t,DOMErrorMessages)}const DOMErrorMessages={[53]:"v-html is missing expression.",54:"v-html will override element children.",55:"v-text is missing expression.",56:"v-text will override element children.",57:"v-model can only be used on <input>, <textarea> and <select> elements.",58:"v-model argument is not supported on plain elements.",59:"v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.",60:"Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.",61:"v-show is missing expression.",62:"<Transition> expects exactly one child element or component.",63:"Tags with side effect (<script> and <style>) are ignored in client component templates."},transformVHtml=(e,t,n)=>{var{exp:e,loc:r}=e;return e||n.onError(createDOMCompilerError(53,r)),t.children.length&&(n.onError(createDOMCompilerError(54,r)),t.children.length=0),{props:[createObjectProperty(createSimpleExpression("innerHTML",!0,r),e||createSimpleExpression("",!0))]}},transformVText=(e,t,n)=>{var{exp:e,loc:r}=e;return e||n.onError(createDOMCompilerError(55,r)),t.children.length&&(n.onError(createDOMCompilerError(56,r)),t.children.length=0),{props:[createObjectProperty(createSimpleExpression("textContent",!0),e?0<getConstantType(e,n)?e:createCallExpression(n.helperString(TO_DISPLAY_STRING),[e],r):createSimpleExpression("",!0))]}},transformModel=(n,r,o)=>{const s=transformModel$1(n,r,o);if(!s.props.length||1===r.tagType)return s;function i(){var e=findDir(r,"bind");e&&isStaticArgOf(e.arg,"value")&&o.onError(createDOMCompilerError(60,e.loc))}n.arg&&o.onError(createDOMCompilerError(58,n.arg.loc));var a=r["tag"],l=o.isCustomElement(a);if("input"===a||"textarea"===a||"select"===a||l){let e=V_MODEL_TEXT,t=!1;if("input"===a||l){l=findProp(r,"type");if(l){if(7===l.type)e=V_MODEL_DYNAMIC;else if(l.value)switch(l.value.content){case"radio":e=V_MODEL_RADIO;break;case"checkbox":e=V_MODEL_CHECKBOX;break;case"file":t=!0,o.onError(createDOMCompilerError(59,n.loc));break;default:i()}}else hasDynamicKeyVBind(r)?e=V_MODEL_DYNAMIC:i()}else"select"===a?e=V_MODEL_SELECT:i();t||(s.needRuntime=o.helper(e))}else o.onError(createDOMCompilerError(57,n.loc));return s.props=s.props.filter(e=>!(4===e.key.type&&"modelValue"===e.key.content)),s},isEventOptionModifier=makeMap("passive,once,capture"),isNonKeyModifier=makeMap("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),maybeKeyModifier=makeMap("left,right"),isKeyboardEvent=makeMap("onkeyup,onkeydown,onkeypress"),resolveModifiers=(t,n,e,r)=>{const o=[],s=[],i=[];for(let e=0;e<n.length;e++){var a=n[e].content;isEventOptionModifier(a)?i.push(a):maybeKeyModifier(a)?isStaticExp(t)?(isKeyboardEvent(t.content.toLowerCase())?o:s).push(a):(o.push(a),s.push(a)):(isNonKeyModifier(a)?s:o).push(a)}return{keyModifiers:o,nonKeyModifiers:s,eventOptionModifiers:i}},transformClick=(e,t)=>{return isStaticExp(e)&&"onclick"===e.content.toLowerCase()?createSimpleExpression(t,!0):4!==e.type?createCompoundExpression(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e},transformOn=(a,e,l)=>transformOn$1(a,e,l,e=>{var t=a["modifiers"];if(!t.length)return e;let{key:n,value:r}=e.props[0];const{keyModifiers:o,nonKeyModifiers:s,eventOptionModifiers:i}=resolveModifiers(n,t,l,a.loc);return s.includes("right")&&(n=transformClick(n,"onContextmenu")),s.includes("middle")&&(n=transformClick(n,"onMouseup")),s.length&&(r=createCallExpression(l.helper(V_ON_WITH_MODIFIERS),[r,JSON.stringify(s)])),!o.length||isStaticExp(n)&&!isKeyboardEvent(n.content.toLowerCase())||(r=createCallExpression(l.helper(V_ON_WITH_KEYS),[r,JSON.stringify(o)])),i.length&&(e=i.map(capitalize).join(""),n=isStaticExp(n)?createSimpleExpression(""+n.content+e,!0):createCompoundExpression(["(",n,`) + "${e}"`])),{props:[createObjectProperty(n,r)]}}),transformShow=(e,t,n)=>{var{exp:e,loc:r}=e;return e||n.onError(createDOMCompilerError(61,r)),{props:[],needRuntime:n.helper(V_SHOW)}},transformTransition=(n,r)=>{if(1===n.type&&1===n.tagType&&r.isBuiltInComponent(n.tag)===TRANSITION)return()=>{if(n.children.length){hasMultipleChildren(n)&&r.onError(createDOMCompilerError(62,{start:n.children[0].loc.start,end:n.children[n.children.length-1].loc.end,source:""}));var e=n.children[0];if(1===e.type)for(const t of e.props)7===t.type&&"show"===t.name&&n.props.push({type:6,name:"persisted",nameLoc:n.loc,value:void 0,loc:n.loc})}}};function hasMultipleChildren(e){e=e.children=e.children.filter(e=>3!==e.type&&!(2===e.type&&!e.content.trim()));const t=e[0];return 1!==e.length||11===t.type||9===t.type&&t.branches.some(hasMultipleChildren)}const ignoreSideEffectTags=(e,t)=>{1!==e.type||0!==e.tagType||"script"!==e.tag&&"style"!==e.tag||(t.onError(createDOMCompilerError(63,e.loc)),t.removeNode())};function isValidHTMLNesting(e,t){return e in onlyValidChildren?onlyValidChildren[e].has(t):t in onlyValidParents?onlyValidParents[t].has(e):!(e in knownInvalidChildren&&knownInvalidChildren[e].has(t))&&!(t in knownInvalidParents&&knownInvalidParents[t].has(e))}const headings=new Set(["h1","h2","h3","h4","h5","h6"]),emptySet=new Set([]),onlyValidChildren={head:new Set(["base","basefront","bgsound","link","meta","title","noscript","noframes","style","script","template"]),optgroup:new Set(["option"]),select:new Set(["optgroup","option","hr"]),table:new Set(["caption","colgroup","tbody","tfoot","thead"]),tr:new Set(["td","th"]),colgroup:new Set(["col"]),tbody:new Set(["tr"]),thead:new Set(["tr"]),tfoot:new Set(["tr"]),script:emptySet,iframe:emptySet,option:emptySet,textarea:emptySet,style:emptySet,title:emptySet},onlyValidParents={html:emptySet,body:new Set(["html"]),head:new Set(["html"]),td:new Set(["tr"]),colgroup:new Set(["table"]),caption:new Set(["table"]),tbody:new Set(["table"]),tfoot:new Set(["table"]),col:new Set(["colgroup"]),th:new Set(["tr"]),thead:new Set(["table"]),tr:new Set(["tbody","thead","tfoot"]),dd:new Set(["dl","div"]),dt:new Set(["dl","div"]),figcaption:new Set(["figure"]),summary:new Set(["details"]),area:new Set(["map"])},knownInvalidChildren={p:new Set(["address","article","aside","blockquote","center","details","dialog","dir","div","dl","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","menu","ol","p","pre","section","table","ul"]),svg:new Set(["b","blockquote","br","code","dd","div","dl","dt","em","embed","h1","h2","h3","h4","h5","h6","hr","i","img","li","menu","meta","ol","p","pre","ruby","s","small","span","strong","sub","sup","table","u","ul","var"])},knownInvalidParents={a:new Set(["a"]),button:new Set(["button"]),dd:new Set(["dd","dt"]),dt:new Set(["dd","dt"]),form:new Set(["form"]),li:new Set(["li"]),h1:headings,h2:headings,h3:headings,h4:headings,h5:headings,h6:headings},validateHtmlNesting=(e,t)=>{if(1===e.type&&0===e.tagType&&t.parent&&1===t.parent.type&&0===t.parent.tagType&&!isValidHTMLNesting(t.parent.tag,e.tag)){const n=new SyntaxError(`<${e.tag}> cannot be child of <${t.parent.tag}>, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality.`);n.loc=e.loc,t.onWarn(n)}},DOMNodeTransforms=[transformStyle,transformTransition,validateHtmlNesting],DOMDirectiveTransforms={cloak:noopDirectiveTransform,html:transformVHtml,text:transformVText,model:transformModel,on:transformOn,show:transformShow};function compile(e,t={}){return baseCompile(e,extend({},parserOptions,t,{nodeTransforms:[ignoreSideEffectTags,...DOMNodeTransforms,...t.nodeTransforms||[]],directiveTransforms:extend({},DOMDirectiveTransforms,t.directiveTransforms||{}),transformHoist:null}))}initDev();const compileCache=Object.create(null);function compileToFunction(n,e){if(!isString(n)){if(!n.nodeType)return warn("invalid template option: ",n),NOOP;n=n.innerHTML}var t=genCacheKey(n,e),r=compileCache[t];if(r)return r;"#"===n[0]&&((r=document.querySelector(n))||warn("Template element not found or is empty: "+n),n=r?r.innerHTML:"");const o=extend({hoistStatic:!0,onError:s,onWarn:e=>s(e,!0)},e);o.isCustomElement||"undefined"==typeof customElements||(o.isCustomElement=e=>!!customElements.get(e));r=compile(n,o).code;function s(e,t=!1){t=t?e.message:"Template compilation error: "+e.message,e=e.loc&&generateCodeFrame(n,e.loc.start.offset,e.loc.end.offset);warn(e?t+`
`+e:t)}const i=new Function("Vue",r)(runtimeDom);return i._rc=!0,compileCache[t]=i}registerRuntimeCompiler(compileToFunction);export{BaseTransition,BaseTransitionPropsValidators,Comment,DeprecationTypes,EffectScope,ErrorCodes,ErrorTypeStrings,Fragment,KeepAlive,ReactiveEffect,Static,Suspense,Teleport,Text,TrackOpTypes,Transition,TransitionGroup,TriggerOpTypes,VueElement,assertNumber,callWithAsyncErrorHandling,callWithErrorHandling,camelize,capitalize,cloneVNode,compatUtils,compileToFunction as compile,computed,createApp,createBlock,createCommentVNode,createElementBlock,createBaseVNode as createElementVNode,createHydrationRenderer,createPropsRestProxy,createRenderer,createSSRApp,createSlots,createStaticVNode,createTextVNode,createVNode,customRef,defineAsyncComponent,defineComponent,defineCustomElement,defineEmits,defineExpose,defineModel,defineOptions,defineProps,defineSSRCustomElement,defineSlots,devtools,effect,effectScope,getCurrentInstance,getCurrentScope,getCurrentWatcher,getTransitionRawChildren,guardReactiveProps,h,handleError,hasInjectionContext,hydrate,hydrateOnIdle,hydrateOnInteraction,hydrateOnMediaQuery,hydrateOnVisible,initCustomFormatter,initDirectivesForSSR,inject,isMemoSame,isProxy,isReactive,isReadonly,isRef,isRuntimeOnly,isShallow,isVNode,markRaw,mergeDefaults,mergeModels,mergeProps,nextTick,normalizeClass,normalizeProps,normalizeStyle,onActivated,onBeforeMount,onBeforeUnmount,onBeforeUpdate,onDeactivated,onErrorCaptured,onMounted,onRenderTracked,onRenderTriggered,onScopeDispose,onServerPrefetch,onUnmounted,onUpdated,onWatcherCleanup,openBlock,popScopeId,provide,proxyRefs,pushScopeId,queuePostFlushCb,reactive,readonly,ref,registerRuntimeCompiler,render,renderList,renderSlot,resolveComponent,resolveDirective,resolveDynamicComponent,resolveFilter,resolveTransitionHooks,setBlockTracking,setDevtoolsHook,setTransitionHooks,shallowReactive,shallowReadonly,shallowRef,ssrContextKey,ssrUtils,stop,toDisplayString,toHandlerKey,toHandlers,toRaw,toRef,toRefs,toValue,transformVNodeArgs,triggerRef,unref,useAttrs,useCssModule,useCssVars,useHost,useId,useModel,useSSRContext,useShadowRoot,useSlots,useTemplateRef,useTransitionState,vModelCheckbox,vModelDynamic,vModelRadio,vModelSelect,vModelText,vShow,version,warn,watch,watchEffect,watchPostEffect,watchSyncEffect,withAsyncContext,withCtx,withDefaults,withDirectives,withKeys,withMemo,withModifiers,withScopeId};