@vue/compiler-dom 3.6.0-beta.8 → 3.6.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -3510,7 +3510,7 @@ const transformFor = createStructuralDirectiveTransform("for", (node, dir, conte
3510
3510
  `)`
3511
3511
  ]),
3512
3512
  createCompoundExpression([
3513
- `if (_cached`,
3513
+ `if (_cached && _cached.el`,
3514
3514
  ...keyExp ? [` && _cached.key === `, keyExp] : [],
3515
3515
  ` && ${context.helperString(IS_MEMO_SAME)}(_cached, _memo)) return _cached`
3516
3516
  ]),
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8,4 +8,4 @@ function e(e){let t=Object.create(null);for(let n of e.split(`,`))t[n]=1;return
8
8
  Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,45:`v-model cannot be used on a const binding because it is not writable.`,46:`Error parsing JavaScript expression: `,47:`<KeepAlive> expects exactly one child component.`,52:`@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.`,48:`"prefixIdentifiers" option is not supported in this build of compiler.`,49:`ES module mode is not supported in this build of compiler.`,50:`"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.`,51:`"scopeId" option is only supported in module mode.`,54:``};function wt(e,t,n=!1,r=[],i=Object.create(null)){}function Tt(e,t,n){return!1}function Et(e,t){if(e&&(e.type===`ObjectProperty`||e.type===`ArrayPattern`)){let e=t.length;for(;e--;){let n=t[e];if(n.type===`AssignmentExpression`)return!0;if(n.type!==`ObjectProperty`&&!n.type.endsWith(`Pattern`))break}}return!1}function Dt(e){let t=e.length;for(;t--;){let n=e[t];if(n.type===`NewExpression`)return!0;if(n.type!==`MemberExpression`)break}return!1}function Ot(e,t){for(let n of e.params)for(let e of F(n))t(e)}function kt(e,t){let n=e.type===`SwitchCase`?e.consequent:e.body;for(let e of n)if(e.type===`VariableDeclaration`){if(e.declare)continue;for(let n of e.declarations)for(let e of F(n.id))t(e)}else if(e.type===`FunctionDeclaration`||e.type===`ClassDeclaration`){if(e.declare||!e.id)continue;t(e.id)}else At(e)?jt(e,!0,t):e.type===`SwitchStatement`&&Mt(e,!0,t)}function At(e){return e.type===`ForOfStatement`||e.type===`ForInStatement`||e.type===`ForStatement`}function jt(e,t,n){let r=e.type===`ForStatement`?e.init:e.left;if(r&&r.type===`VariableDeclaration`&&(r.kind===`var`?t:!t))for(let e of r.declarations)for(let t of F(e.id))n(t)}function Mt(e,t,n){for(let r of e.cases){for(let e of r.consequent)if(e.type===`VariableDeclaration`&&(e.kind===`var`?t:!t))for(let t of e.declarations)for(let e of F(t.id))n(e);kt(r,n)}}function F(e,t=[]){switch(e.type){case`Identifier`:t.push(e);break;case`MemberExpression`:let n=e;for(;n.type===`MemberExpression`;)n=n.object;t.push(n);break;case`ObjectPattern`:for(let n of e.properties)n.type===`RestElement`?F(n.argument,t):F(n.value,t);break;case`ArrayPattern`:e.elements.forEach(e=>{e&&F(e,t)});break;case`RestElement`:F(e.argument,t);break;case`AssignmentPattern`:F(e.left,t);break}return t}const Nt=e=>/Function(?:Expression|Declaration)$|Method$/.test(e.type),Pt=e=>!!e&&(e.type===`ObjectProperty`||e.type===`ObjectMethod`)&&!e.computed,Ft=(e,t)=>Pt(t)&&t.key===e,It=[`TSAsExpression`,`TSTypeAssertion`,`TSNonNullExpression`,`TSInstantiationExpression`,`TSSatisfiesExpression`];function Lt(e){return It.includes(e.type)?Lt(e.expression):e}function I(e){switch(e=Lt(e),e.type){case`UnaryExpression`:return I(e.argument);case`LogicalExpression`:case`BinaryExpression`:return I(e.left)&&I(e.right);case`ConditionalExpression`:return I(e.test)&&I(e.consequent)&&I(e.alternate);case`SequenceExpression`:case`TemplateLiteral`:return e.expressions.every(e=>I(e));case`ParenthesizedExpression`:return I(e.expression);case`StringLiteral`:case`NumericLiteral`:case`BooleanLiteral`:case`NullLiteral`:case`BigIntLiteral`:return!0}return!1}function Rt(e,t){if(I(e))return!0;switch(e=Lt(e),e.type){case`Identifier`:return t[e.name]===`literal-const`;case`RegExpLiteral`:return!0;case`ObjectExpression`:return e.properties.every(e=>e.type===`ObjectMethod`?!1:e.type===`SpreadElement`?Rt(e.argument,t):(!e.computed||Rt(e.key,t))&&Rt(e.value,t));case`ArrayExpression`:return e.elements.every(e=>e===null?!0:e.type===`SpreadElement`?Rt(e.argument,t):Rt(e,t))}return!1}const L=e=>e.type===4&&e.isStatic;function zt(e){switch(e){case`Teleport`:case`teleport`:return w;case`Suspense`:case`suspense`:return ae;case`KeepAlive`:case`keep-alive`:return oe;case`BaseTransition`:case`base-transition`:return se}}const Bt=/^$|^\d|[^\$\w\xA0-\uFFFF]/,Vt=e=>!Bt.test(e),Ht={inMemberExp:0,0:`inMemberExp`,inBrackets:1,1:`inBrackets`,inParens:2,2:`inParens`,inString:3,3:`inString`},Ut=/[A-Za-z_$\xA0-\uFFFF]/,Wt=/[\.\?\w$\xA0-\uFFFF]/,Gt=/\s+[.[]\s*|\s*[.[]\s+/g,Kt=e=>e.type===4?e.content:e.loc.source,qt=e=>{let t=Kt(e).trim().replace(Gt,e=>e.trim()),n=0,r=[],i=0,a=0,o=null;for(let e=0;e<t.length;e++){let s=t.charAt(e);switch(n){case 0:if(s===`[`)r.push(n),n=1,i++;else if(s===`(`)r.push(n),n=2,a++;else if(!(e===0?Ut:Wt).test(s))return!1;break;case 1:s===`'`||s===`"`||s==="`"?(r.push(n),n=3,o=s):s===`[`?i++:s===`]`&&(--i||(n=r.pop()));break;case 2:if(s===`'`||s===`"`||s==="`")r.push(n),n=3,o=s;else if(s===`(`)a++;else if(s===`)`){if(e===t.length-1)return!1;--a||(n=r.pop())}break;case 3:s===o&&(n=r.pop(),o=null);break}}return!i&&!a},Jt=n,Yt=qt,Xt=/^\s*(?:async\s*)?(?:\([^)]*?\)|[\w$_]+)\s*(?::[^=]+)?=>|^\s*(?:async\s+)?function(?:\s+[\w$]+)?\s*\(/,Zt=e=>Xt.test(Kt(e)),Qt=n,$t=Zt;function en(e,t,n=t.length){return tn({offset:e.offset,line:e.line,column:e.column},t,n)}function tn(e,t,n=t.length){let r=0,i=-1;for(let e=0;e<n;e++)t.charCodeAt(e)===10&&(r++,i=e);return e.offset+=n,e.line+=r,e.column=i===-1?e.column+n:n-i,e}function nn(e,t){if(!e)throw Error(t||`unexpected compiler condition`)}function R(e,t,n=!1){for(let r=0;r<e.props.length;r++){let i=e.props[r];if(i.type===7&&(n||i.exp)&&(s(t)?i.name===t:t.test(i.name)))return i}}function rn(e,t,n=!1,r=!1){for(let i=0;i<e.props.length;i++){let a=e.props[i];if(a.type===6){if(n)continue;if(a.name===t&&(a.value||r))return a}else if(a.name===`bind`&&(a.exp||r)&&an(a.arg,t))return a}}function an(e,t){return!!(e&&L(e)&&e.content===t)}function on(e){return e.props.some(e=>e.type===7&&e.name===`bind`&&(!e.arg||e.arg.type!==4||!e.arg.isStatic))}function sn(e){return e.type===5||e.type===2}function cn(e){return e.type===7&&e.name===`pre`}function ln(e){return e.type===7&&e.name===`slot`}function un(e){return e.type===1&&e.tagType===3}function dn(e){return e.type===1&&e.tagType===2}const fn=new Set([Oe,ke]);function pn(e,t=[]){if(e&&!s(e)&&e.type===14){let n=e.callee;if(!s(n)&&fn.has(n))return pn(e.arguments[0],t.concat(e))}return[e,t]}function mn(e,t,n){let r,i=e.type===13?e.props:e.arguments[2],a=[],o;if(i&&!s(i)&&i.type===14){let e=pn(i);i=e[0],a=e[1],o=a[a.length-1]}if(i==null||s(i))r=D([t]);else if(i.type===14){let e=i.arguments[0];!s(e)&&e.type===15?hn(t,e)||e.properties.unshift(t):i.callee===Ae?r=j(n.helper(Te),[D([t]),i]):i.arguments.unshift(D([t])),!r&&(r=i)}else i.type===15?(hn(t,i)||i.properties.unshift(t),r=i):(r=j(n.helper(Te),[D([t]),i]),o&&o.callee===ke&&(o=a[a.length-2]));e.type===13?o?o.arguments[0]=r:e.props=r:o?o.arguments[0]=r:e.arguments[2]=r}function hn(e,t){let n=!1;if(e.key.type===4){let r=e.key.content;n=t.properties.some(e=>e.key.type===4&&e.key.content===r)}return n}function gn(e,t){return`_${t}_${e.replace(/[^\w]/g,(t,n)=>t===`-`?`_`:e.charCodeAt(n).toString())}`}function z(e,t){if(!e||Object.keys(t).length===0)return!1;switch(e.type){case 1:for(let n=0;n<e.props.length;n++){let r=e.props[n];if(r.type===7&&(z(r.arg,t)||z(r.exp,t)))return!0}return e.children.some(e=>z(e,t));case 11:return z(e.source,t)?!0:e.children.some(e=>z(e,t));case 9:return e.branches.some(e=>z(e,t));case 10:return z(e.condition,t)?!0:e.children.some(e=>z(e,t));case 4:return!e.isStatic&&Vt(e.content)&&!!t[e.content];case 8:return e.children.some(e=>l(e)&&z(e,t));case 5:case 12:return z(e.content,t);case 2:case 3:case 20:return!1;default:return!1}}function _n(e){return e.type===14&&e.callee===Be?e.arguments[1].returns:e}function vn(e){return e.children.filter(e=>!wn(e))}function yn(e){return vn(e).length===1}function bn(e){let t=!1;for(let n of vn(e))if(n.type===9||n.type===1&&R(n,`if`)){if(t)return!1;t=!0}else if(!t||!(n.type===1&&R(n,/^else(-if)?$/,!0)))return!1;return!0}const xn=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/;function Sn(e){for(let t=0;t<e.length;t++)if(!M(e.charCodeAt(t)))return!1;return!0}function Cn(e){return e.type===2&&Sn(e.content)||e.type===12&&Cn(e.content)}function wn(e){return e.type===3||Cn(e)}const Tn={parseMode:`base`,ns:0,delimiters:[`{{`,`}}`],getNamespace:()=>0,isVoidTag:r,isPreTag:r,isIgnoreNewlineTag:r,isCustomElement:r,onError:bt,onWarn:xt,comments:!1,prefixIdentifiers:!1};let B=Tn,En=null,V=``,H=null,U=null,W=``,G=-1,Dn=-1,On=0,kn=!1,An=null;const K=[],q=new pt(K,{onerr:X,ontext(e,t){Fn(J(e,t),e,t)},ontextentity(e,t,n){Fn(e,t,n)},oninterpolation(e,t){if(kn)return Fn(J(e,t),e,t);let n=e+q.delimiterOpen.length,r=t-q.delimiterClose.length;for(;M(V.charCodeAt(n));)n++;for(;M(V.charCodeAt(r-1));)r--;let i=J(n,r);i.includes(`&`)&&(i=B.decodeEntities(i,!1)),qn({type:5,content:Zn(i,!1,Y(n,r)),loc:Y(e,t)})},onopentagname(e,t){let n=J(e,t);H={type:1,tag:n,ns:B.getNamespace(n,K[0],B.ns),tagType:0,props:[],children:[],loc:Y(e-1,t),codegenNode:void 0}},onopentagend(e){Pn(e)},onclosetag(e,t){let n=J(e,t);if(!B.isVoidTag(n)){let r=!1;for(let e=0;e<K.length;e++)if(K[e].tag.toLowerCase()===n.toLowerCase()){r=!0,e>0&&X(24,K[0].loc.start.offset);for(let n=0;n<=e;n++)In(K.shift(),t,n<e);break}r||X(23,Rn(e,60))}},onselfclosingtag(e){let t=H.tag;H.isSelfClosing=!0,Pn(e),K[0]&&K[0].tag===t&&In(K.shift(),e)},onattribname(e,t){U={type:6,name:J(e,t),nameLoc:Y(e,t),value:void 0,loc:Y(e)}},ondirname(e,t){let n=J(e,t),r=n===`.`||n===`:`?`bind`:n===`@`?`on`:n===`#`?`slot`:n.slice(2);if(!kn&&r===``&&X(26,e),kn||r===``)U={type:6,name:n,nameLoc:Y(e,t),value:void 0,loc:Y(e)};else if(U={type:7,name:r,rawName:n,exp:void 0,arg:void 0,modifiers:n===`.`?[k(`prop`)]:[],loc:Y(e)},r===`pre`){kn=q.inVPre=!0,An=H;let e=H.props;for(let t=0;t<e.length;t++)e[t].type===7&&(e[t]=Xn(e[t]))}},ondirarg(e,t){if(e===t)return;let n=J(e,t);if(kn&&!cn(U))U.name+=n,Yn(U.nameLoc,t);else{let r=n[0]!==`[`;U.arg=Zn(r?n:n.slice(1,-1),r,Y(e,t),r?3:0)}},ondirmodifier(e,t){let n=J(e,t);if(kn&&!cn(U))U.name+=`.`+n,Yn(U.nameLoc,t);else if(U.name===`slot`){let e=U.arg;e&&(e.content+=`.`+n,Yn(e.loc,t))}else{let r=k(n,!0,Y(e,t));U.modifiers.push(r)}},onattribdata(e,t){W+=J(e,t),G<0&&(G=e),Dn=t},onattribentity(e,t,n){W+=e,G<0&&(G=t),Dn=n},onattribnameend(e){let t=U.loc.start.offset,n=J(t,e);U.type===7&&(U.rawName=n),H.props.some(e=>(e.type===7?e.rawName:e.name)===n)&&X(2,t)},onattribend(e,t){if(H&&U){if(Yn(U.loc,t),e!==0)if(W.includes(`&`)&&(W=B.decodeEntities(W,!0)),U.type===6)U.name===`class`&&(W=Kn(W).trim()),e===1&&!W&&X(13,t),U.value={type:2,content:W,loc:e===1?Y(G,Dn):Y(G-1,Dn+1)},q.inSFCRoot&&H.tag===`template`&&U.name===`lang`&&W&&W!==`html`&&q.enterRCDATA(ft(`</template`),0);else{U.exp=Zn(W,!1,Y(G,Dn),0,0),U.name===`for`&&(U.forParseResult=Nn(U.exp));let e=-1;U.name===`bind`&&(e=U.modifiers.findIndex(e=>e.content===`sync`))>-1&&vt(`COMPILER_V_BIND_SYNC`,B,U.loc,U.arg.loc.source)&&(U.name=`model`,U.modifiers.splice(e,1))}(U.type!==7||U.name!==`pre`)&&H.props.push(U)}W=``,G=Dn=-1},oncomment(e,t){B.comments&&qn({type:3,content:J(e,t),loc:Y(e-4,t+3)})},onend(){let e=V.length;for(let t=0;t<K.length;t++)In(K[t],e-1),X(24,K[t].loc.start.offset)},oncdata(e,t){K[0].ns===0?X(1,e-9):Fn(J(e,t),e,t)},onprocessinginstruction(e){(K[0]?K[0].ns:B.ns)===0&&X(21,e-1)}}),jn=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Mn=/^\(|\)$/g;function Nn(e){let t=e.loc,n=e.content,r=n.match(xn);if(!r)return;let[,i,a]=r,o=(e,n,r=!1)=>{let i=t.start.offset+n;return Zn(e,!1,Y(i,i+e.length),0,r?1:0)},s={source:o(a.trim(),n.indexOf(a,i.length)),value:void 0,key:void 0,index:void 0,finalized:!1},c=i.trim().replace(Mn,``).trim(),l=i.indexOf(c),u=c.match(jn);if(u){c=c.replace(jn,``).trim();let e=u[1].trim(),t;if(e&&(t=n.indexOf(e,l+c.length),s.key=o(e,t,!0)),u[2]){let r=u[2].trim();r&&(s.index=o(r,n.indexOf(r,s.key?t+e.length:l+c.length),!0))}}return c&&(s.value=o(c,l,!0)),s}function J(e,t){return V.slice(e,t)}function Pn(e){q.inSFCRoot&&(H.innerLoc=Y(e+1,e+1)),qn(H);let{tag:t,ns:n}=H;n===0&&B.isPreTag(t)&&On++,B.isVoidTag(t)?In(H,e):(K.unshift(H),(n===1||n===2)&&(q.inXML=!0)),H=null}function Fn(e,t,n){{let t=K[0]&&K[0].tag;t!==`script`&&t!==`style`&&e.includes(`&`)&&(e=B.decodeEntities(e,!1))}let r=K[0]||En,i=r.children[r.children.length-1];i&&i.type===2?(i.content+=e,Yn(i.loc,n)):r.children.push({type:2,content:e,loc:Y(t,n)})}function In(e,t,n=!1){n?Yn(e.loc,Rn(t,60)):Yn(e.loc,Ln(t,62)+1),q.inSFCRoot&&(e.children.length?e.innerLoc.end=a({},e.children[e.children.length-1].loc.end):e.innerLoc.end=a({},e.innerLoc.start),e.innerLoc.source=J(e.innerLoc.start.offset,e.innerLoc.end.offset));let{tag:r,ns:i,children:o}=e;if(kn||(r===`slot`?e.tagType=2:Bn(e)?e.tagType=3:Vn(e)&&(e.tagType=1)),q.inRCDATA||(e.children=Wn(o)),i===0&&B.isIgnoreNewlineTag(r)){let e=o[0];e&&e.type===2&&(e.content=e.content.replace(/^\r?\n/,``))}i===0&&B.isPreTag(r)&&On--,An===e&&(kn=q.inVPre=!1,An=null),q.inXML&&(K[0]?K[0].ns:B.ns)===0&&(q.inXML=!1);{let t=e.props;if(!q.inSFCRoot&&_t(`COMPILER_NATIVE_TEMPLATE`,B)&&e.tag===`template`&&!Bn(e)){let t=K[0]||En,n=t.children.indexOf(e);t.children.splice(n,1,...e.children)}let n=t.find(e=>e.type===6&&e.name===`inline-template`);n&&vt(`COMPILER_INLINE_TEMPLATE`,B,n.loc)&&e.children.length&&(n.value={type:2,content:J(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:n.loc})}}function Ln(e,t){let n=e;for(;V.charCodeAt(n)!==t&&n<V.length-1;)n++;return n}function Rn(e,t){let n=e;for(;V.charCodeAt(n)!==t&&n>=0;)n--;return n}const zn=new Set([`if`,`else`,`else-if`,`for`,`slot`]);function Bn({tag:e,props:t}){if(e===`template`){for(let e=0;e<t.length;e++)if(t[e].type===7&&zn.has(t[e].name))return!0}return!1}function Vn({tag:e,props:t}){if(B.isCustomElement(e))return!1;if(e===`component`||Hn(e.charCodeAt(0))||zt(e)||B.isBuiltInComponent&&B.isBuiltInComponent(e)||B.isNativeTag&&!B.isNativeTag(e))return!0;for(let e=0;e<t.length;e++){let n=t[e];if(n.type===6){if(n.name===`is`&&n.value&&(n.value.content.startsWith(`vue:`)||vt(`COMPILER_IS_ON_ELEMENT`,B,n.loc)))return!0}else if(n.name===`bind`&&an(n.arg,`is`)&&vt(`COMPILER_IS_ON_ELEMENT`,B,n.loc))return!0}return!1}function Hn(e){return e>64&&e<91}const Un=/\r\n/g;function Wn(e){let t=B.whitespace!==`preserve`,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(i.type===2)if(On)i.content=i.content.replace(Un,`
9
9
  `);else if(Sn(i.content)){let a=e[r-1]&&e[r-1].type,o=e[r+1]&&e[r+1].type;!a||!o||t&&(a===3&&(o===3||o===1)||a===1&&(o===3||o===1&&Gn(i.content)))?(n=!0,e[r]=null):i.content=` `}else t&&(i.content=Kn(i.content))}return n?e.filter(Boolean):e}function Gn(e){for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);if(n===10||n===13)return!0}return!1}function Kn(e){let t=``,n=!1;for(let r=0;r<e.length;r++)M(e.charCodeAt(r))?n||(t+=` `,n=!0):(t+=e[r],n=!1);return t}function qn(e){(K[0]||En).children.push(e)}function Y(e,t){return{start:q.getPos(e),end:t==null?t:q.getPos(t),source:t==null?t:J(e,t)}}function Jn(e){return Y(e.start.offset,e.end.offset)}function Yn(e,t){e.end=q.getPos(t),e.source=J(e.start.offset,t)}function Xn(e){let t={type:6,name:e.rawName,nameLoc:Y(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};if(e.exp){let 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 Zn(e,t=!1,n,r=0,i=0){return k(e,t,n,r)}function X(e,t,n){B.onError(P(e,Y(t,t),void 0,n))}function Qn(){q.reset(),H=null,U=null,W=``,G=-1,Dn=-1,K.length=0}function $n(e,t){if(Qn(),V=e,B=a({},Tn),t){let e;for(e in t)t[e]!=null&&(B[e]=t[e])}q.mode=B.parseMode===`html`?1:B.parseMode===`sfc`?2:0,q.inXML=B.ns===1||B.ns===2;let n=t&&t.delimiters;n&&(q.delimiterOpen=ft(n[0]),q.delimiterClose=ft(n[1]));let r=En=qe([],e);return q.parse(V),r.loc=Y(0,e.length),r.children=Wn(r.children),En=null,r}function er(e,t){nr(e,void 0,t,!!tr(e))}function tr(e){let t=e.children.filter(e=>e.type!==3);return t.length===1&&t[0].type===1&&!dn(t[0])?t[0]:null}function nr(e,t,n,r=!1,i=!1){let{children:a}=e,s=[];for(let t=0;t<a.length;t++){let o=a[t];if(o.type===1&&o.tagType===0){let e=r?0:Z(o,n);if(e>0){if(e>=2){o.codegenNode.patchFlag=-1,s.push(o);continue}}else{let e=o.codegenNode;if(e.type===13){let t=e.patchFlag;if((t===void 0||t===512||t===1)&&ar(o,n)>=2){let t=or(o);t&&(e.props=n.hoist(t))}e.dynamicProps&&(e.dynamicProps=n.hoist(e.dynamicProps))}}}else if(o.type===12&&(r?0:Z(o,n))>=2){o.codegenNode.type===14&&o.codegenNode.arguments.length>0&&o.codegenNode.arguments.push(`-1`),s.push(o);continue}if(o.type===1){let t=o.tagType===1;t&&n.scopes.vSlot++,nr(o,e,n,!1,i),t&&n.scopes.vSlot--}else if(o.type===11)nr(o,e,n,o.children.length===1,!0);else if(o.type===9)for(let t=0;t<o.branches.length;t++)nr(o.branches[t],e,n,o.branches[t].children.length===1,i)}let c=!1;if(s.length===a.length&&e.type===1){if(e.tagType===0&&e.codegenNode&&e.codegenNode.type===13&&o(e.codegenNode.children))e.codegenNode.children=l(E(e.codegenNode.children)),c=!0;else if(e.tagType===1&&e.codegenNode&&e.codegenNode.type===13&&e.codegenNode.children&&!o(e.codegenNode.children)&&e.codegenNode.children.type===15){let t=u(e.codegenNode,`default`);t&&(t.returns=l(E(t.returns)),c=!0)}else if(e.tagType===3&&t&&t.type===1&&t.tagType===1&&t.codegenNode&&t.codegenNode.type===13&&t.codegenNode.children&&!o(t.codegenNode.children)&&t.codegenNode.children.type===15){let n=R(e,`slot`,!0),r=n&&n.arg&&u(t.codegenNode,n.arg);r&&(r.returns=l(E(r.returns)),c=!0)}}if(!c)for(let e of s)e.codegenNode=n.cache(e.codegenNode);function l(e){let t=n.cache(e);return t.needArraySpread=!0,t}function u(e,t){if(e.children&&!o(e.children)&&e.children.type===15){let n=e.children.properties.find(e=>e.key===t||e.key.content===t);return n&&n.value}}s.length&&n.transformHoist&&n.transformHoist(a,n,e)}function Z(e,t){let{constantCache:n}=t;switch(e.type){case 1:if(e.tagType!==0)return 0;let r=n.get(e);if(r!==void 0)return r;let i=e.codegenNode;if(i.type!==13||i.isBlock&&e.tag!==`svg`&&e.tag!==`foreignObject`&&e.tag!==`math`)return 0;if(i.patchFlag===void 0){let r=3,a=ar(e,t);if(a===0)return n.set(e,0),0;a<r&&(r=a);for(let i=0;i<e.children.length;i++){let a=Z(e.children[i],t);if(a===0)return n.set(e,0),0;a<r&&(r=a)}if(r>1)for(let i=0;i<e.props.length;i++){let a=e.props[i];if(a.type===7&&a.name===`bind`&&a.exp){let i=Z(a.exp,t);if(i===0)return n.set(e,0),0;i<r&&(r=i)}}if(i.isBlock){for(let t=0;t<e.props.length;t++)if(e.props[t].type===7)return n.set(e,0),0;t.removeHelper(ce),t.removeHelper(ot(t.inSSR,i.isComponent)),i.isBlock=!1,t.helper(at(t.inSSR,i.isComponent))}return n.set(e,r),r}else return n.set(e,0),0;case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return Z(e.content,t);case 4:return e.constType;case 8:let a=3;for(let n=0;n<e.children.length;n++){let r=e.children[n];if(s(r)||c(r))continue;let i=Z(r,t);if(i===0)return 0;i<a&&(a=i)}return a;case 20:return 2;default:return 0}}const rr=new Set([Ee,De,Oe,ke]);function ir(e,t){if(e.type===14&&!s(e.callee)&&rr.has(e.callee)){let n=e.arguments[0];if(n.type===4)return Z(n,t);if(n.type===14)return ir(n,t)}return 0}function ar(e,t){let n=3,r=or(e);if(r&&r.type===15){let{properties:e}=r;for(let r=0;r<e.length;r++){let{key:i,value:a}=e[r],o=Z(i,t);if(o===0)return o;o<n&&(n=o);let s;if(s=a.type===4?Z(a,t):a.type===14?ir(a,t):0,s===0)return s;s<n&&(n=s)}}return n}function or(e){let t=e.codegenNode;if(t.type===13)return t.props}function sr(e){let t=e.replace(/\?.*$/,``).match(/([^/\\]+)\.\w+$/);return t?g(h(t[1])):null}function cr(e,{filename:r=``,prefixIdentifiers:i=!1,hoistStatic:a=!1,hmr:o=!1,cacheHandlers:c=!1,nodeTransforms:l=[],directiveTransforms:u={},transformHoist:d=null,isBuiltInComponent:f=n,isCustomElement:p=n,expressionPlugins:m=[],scopeId:h=null,slotted:g=!0,ssr:_=!1,inSSR:v=!1,ssrCssVars:ee=``,bindingMetadata:y=t,inline:b=!1,isTS:x=!1,onError:te=bt,onWarn:ne=xt,compatConfig:S}){let C={filename:r,selfName:sr(r),prefixIdentifiers:i,hoistStatic:a,hmr:o,cacheHandlers:c,nodeTransforms:l,directiveTransforms:u,transformHoist:d,isBuiltInComponent:f,isCustomElement:p,expressionPlugins:m,scopeId:h,slotted:g,ssr:_,inSSR:v,ssrCssVars:ee,bindingMetadata:y,inline:b,isTS:x,onError:te,onWarn:ne,compatConfig:S,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){let t=C.helpers.get(e)||0;return C.helpers.set(e,t+1),e},removeHelper(e){let t=C.helpers.get(e);if(t){let n=t-1;n?C.helpers.set(e,n):C.helpers.delete(e)}},helperString(e){return`_${He[C.helper(e)]}`},replaceNode(e){C.parent.children[C.childIndex]=C.currentNode=e},removeNode(e){let t=C.parent.children,n=e?t.indexOf(e):C.currentNode?C.childIndex:-1;!e||e===C.currentNode?(C.currentNode=null,C.onNodeRemoved()):C.childIndex>n&&(C.childIndex--,C.onNodeRemoved()),C.parent.children.splice(n,1)},onNodeRemoved:n,addIdentifiers(e){},removeIdentifiers(e){},hoist(e){s(e)&&(e=k(e)),C.hoists.push(e);let t=k(`_hoisted_${C.hoists.length}`,!1,e.loc,2);return t.hoisted=e,t},cache(e,t=!1,n=!1){let r=Qe(C.cached.length,e,t,n);return C.cached.push(r),r}};return C.filters=new Set,C}function lr(e,t){let n=cr(e,t);fr(e,n),t.hoistStatic&&er(e,n),t.ssr||ur(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,e.filters=[...n.filters]}function ur(e,t){let{helper:n}=t,{children:r}=e;if(r.length===1){let n=tr(e);if(n&&n.codegenNode){let r=n.codegenNode;r.type===13&&st(r,t),e.codegenNode=r}else e.codegenNode=r[0]}else r.length>1&&(e.codegenNode=Je(t,n(ie),void 0,e.children,64,void 0,void 0,!0,void 0,!1))}function dr(e,t){let n=0,r=()=>{n--};for(;n<e.children.length;n++){let i=e.children[n];s(i)||(t.grandParent=t.parent,t.parent=e,t.childIndex=n,t.onNodeRemoved=r,fr(i,t))}}function fr(e,t){t.currentNode=e;let{nodeTransforms:n}=t,r=[];for(let i=0;i<n.length;i++){let a=n[i](e,t);if(a&&(o(a)?r.push(...a):r.push(a)),t.currentNode)e=t.currentNode;else return}switch(e.type){case 3:t.ssr||t.helper(pe);break;case 5:t.ssr||t.helper(we);break;case 9:for(let n=0;n<e.branches.length;n++)fr(e.branches[n],t);break;case 10:case 11:case 1:case 0:dr(e,t);break}t.currentNode=e;let i=r.length;for(;i--;)r[i]()}function pr(e,t){let n=s(e)?t=>t===e:t=>e.test(t);return(e,r)=>{if(e.type===1){let{props:i}=e;if(e.tagType===3&&i.some(ln))return;let a=[];for(let o=0;o<i.length;o++){let s=i[o];if(s.type===7&&n(s.name)){i.splice(o,1),o--;let n=t(e,s,r);n&&a.push(n)}}return a}}}const mr=`/*@__PURE__*/`,hr=e=>`${He[e]}: _${He[e]}`,gr={Start:0,0:`Start`,End:-1,"-1":`End`,None:-2,"-2":`None`,Unknown:-3,"-3":`Unknown`};function _r(e,{mode:t=`function`,prefixIdentifiers:n=t===`module`,sourceMap:r=!1,filename:i=`template.vue.html`,scopeId:a=null,optimizeImports:o=!1,runtimeGlobalName:s=`Vue`,runtimeModuleName:c=`vue`,ssrRuntimeModuleName:l=`vue/server-renderer`,ssr:u=!1,isTS:d=!1,inSSR:f=!1}){let p={mode:t,prefixIdentifiers:n,sourceMap:r,filename:i,scopeId:a,optimizeImports:o,runtimeGlobalName:s,runtimeModuleName:c,ssrRuntimeModuleName:l,ssr:u,isTS:d,inSSR:f,source:e.source,code:``,column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(e){return`_${He[e]}`},push(e,t=-2,n){p.code+=e},indent(){m(++p.indentLevel)},deindent(e=!1){e?--p.indentLevel:m(--p.indentLevel)},newline(){m(p.indentLevel)}};function m(e){p.push(`
10
10
  `+` `.repeat(e),0)}return p}function vr(e,t={}){let n=_r(e,t);t.onContextCreated&&t.onContextCreated(n);let{mode:r,push:i,prefixIdentifiers:a,indent:o,deindent:s,newline:c,scopeId:l,ssr:u}=n,d=Array.from(e.helpers),f=d.length>0,p=!a&&r!==`module`;if(yr(e,n),i(`function ${u?`ssrRender`:`render`}(${(u?[`_ctx`,`_push`,`_parent`,`_attrs`]:[`_ctx`,`_cache`]).join(`, `)}) {`),o(),p&&(i(`with (_ctx) {`),o(),f&&(i(`const { ${d.map(hr).join(`, `)} } = _Vue\n`,-1),c())),e.components.length&&(br(e.components,`component`,n),(e.directives.length||e.temps>0)&&c()),e.directives.length&&(br(e.directives,`directive`,n),e.temps>0&&c()),e.filters&&e.filters.length&&(c(),br(e.filters,`filter`,n),c()),e.temps>0){i(`let `);for(let t=0;t<e.temps;t++)i(`${t>0?`, `:``}_temp${t}`)}return(e.components.length||e.directives.length||e.temps)&&(i(`
11
- `,0),c()),u||i(`return `),e.codegenNode?Q(e.codegenNode,n):i(`null`),p&&(s(),i(`}`)),s(),i(`}`),{ast:e,code:n.code,preamble:``,map:n.map?n.map.toJSON():void 0,helpers:e.helpers}}function yr(e,t){let{ssr:n,prefixIdentifiers:r,push:i,newline:a,runtimeModuleName:o,runtimeGlobalName:s,ssrRuntimeModuleName:c}=t,l=s,u=Array.from(e.helpers);u.length>0&&(i(`const _Vue = ${l}\n`,-1),e.hoists.length&&i(`const { ${[de,fe,pe,me,he].filter(e=>u.includes(e)).map(hr).join(`, `)} } = _Vue\n`,-1)),xr(e.hoists,t),a(),i(`return `)}function br(e,t,{helper:n,push:r,newline:i,isTS:a}){let o=n(t===`filter`?ye:t===`component`?ge:ve);for(let n=0;n<e.length;n++){let s=e[n],c=s.endsWith(`__self`);c&&(s=s.slice(0,-6)),r(`const ${gn(s,t)} = ${o}(${JSON.stringify(s)}${c?`, true`:``})${a?`!`:``}`),n<e.length-1&&i()}}function xr(e,t){if(!e.length)return;t.pure=!0;let{push:n,newline:r}=t;r();for(let i=0;i<e.length;i++){let a=e[i];a&&(n(`const _hoisted_${i+1} = `),Q(a,t),r())}t.pure=!1}function Sr(e,t){let n=e.length>3||!1;t.push(`[`),n&&t.indent(),Cr(e,t,n),n&&t.deindent(),t.push(`]`)}function Cr(e,t,n=!1,r=!0){let{push:i,newline:a}=t;for(let c=0;c<e.length;c++){let l=e[c];s(l)?i(l,-3):o(l)?Sr(l,t):Q(l,t),c<e.length-1&&(n?(r&&i(`,`),a()):r&&i(`, `))}}function Q(e,t){if(s(e)){t.push(e,-3);return}if(c(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:Q(e.codegenNode,t);break;case 2:wr(e,t);break;case 4:Tr(e,t);break;case 5:Er(e,t);break;case 12:Q(e.codegenNode,t);break;case 8:Dr(e,t);break;case 3:kr(e,t);break;case 13:Ar(e,t);break;case 14:Mr(e,t);break;case 15:Nr(e,t);break;case 17:Pr(e,t);break;case 18:Fr(e,t);break;case 19:Ir(e,t);break;case 20:Lr(e,t);break;case 21:Cr(e.body,t,!0,!1);break;case 22:break;case 23:break;case 24:break;case 25:break;case 26:break;case 10:break;default:}}function wr(e,t){t.push(JSON.stringify(e.content),-3,e)}function Tr(e,t){let{content:n,isStatic:r}=e;t.push(r?JSON.stringify(n):n,-3,e)}function Er(e,t){let{push:n,helper:r,pure:i}=t;i&&n(mr),n(`${r(we)}(`),Q(e.content,t),n(`)`)}function Dr(e,t){for(let n=0;n<e.children.length;n++){let r=e.children[n];s(r)?t.push(r,-3):Q(r,t)}}function Or(e,t){let{push:n}=t;e.type===8?(n(`[`),Dr(e,t),n(`]`)):e.isStatic?n(Vt(e.content)?e.content:JSON.stringify(e.content),-2,e):n(`[${e.content}]`,-3,e)}function kr(e,t){let{push:n,helper:r,pure:i}=t;i&&n(mr),n(`${r(pe)}(${JSON.stringify(e.content)})`,-3,e)}function Ar(e,t){let{push:n,helper:r,pure:i}=t,{tag:a,props:o,children:s,patchFlag:c,dynamicProps:l,directives:u,isBlock:d,disableTracking:f,isComponent:p}=e,m;c&&(m=String(c)),u&&n(r(be)+`(`),d&&n(`(${r(ce)}(${f?`true`:``}), `),i&&n(mr),n(r(d?ot(t.inSSR,p):at(t.inSSR,p))+`(`,-2,e),Cr(jr([a,o,s,m,l]),t),n(`)`),d&&n(`)`),u&&(n(`, `),Q(u,t),n(`)`))}function jr(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(e=>e||`null`)}function Mr(e,t){let{push:n,helper:r,pure:i}=t,a=s(e.callee)?e.callee:r(e.callee);i&&n(mr),n(a+`(`,-2,e),Cr(e.arguments,t),n(`)`)}function Nr(e,t){let{push:n,indent:r,deindent:i,newline:a}=t,{properties:o}=e;if(!o.length){n(`{}`,-2,e);return}let s=o.length>1||!1;n(s?`{`:`{ `),s&&r();for(let e=0;e<o.length;e++){let{key:r,value:i}=o[e];Or(r,t),n(`: `),Q(i,t),e<o.length-1&&(n(`,`),a())}s&&i(),n(s?`}`:` }`)}function Pr(e,t){Sr(e.elements,t)}function Fr(e,t){let{push:n,indent:r,deindent:i}=t,{params:a,returns:s,body:c,newline:l,isSlot:u}=e;u&&n(`_${He[Le]}(`),n(`(`,-2,e),o(a)?Cr(a,t):a&&Q(a,t),n(`) => `),(l||c)&&(n(`{`),r()),s?(l&&n(`return `),o(s)?Sr(s,t):Q(s,t)):c&&Q(c,t),(l||c)&&(i(),n(`}`)),u&&(e.isNonScopedSlot&&n(`, undefined, true`),n(`)`))}function Ir(e,t){let{test:n,consequent:r,alternate:i,newline:a}=e,{push:o,indent:s,deindent:c,newline:l}=t;if(n.type===4){let e=!Vt(n.content);e&&o(`(`),Tr(n,t),e&&o(`)`)}else o(`(`),Q(n,t),o(`)`);a&&s(),t.indentLevel++,a||o(` `),o(`? `),Q(r,t),t.indentLevel--,a&&l(),a||o(` `),o(`: `);let u=i.type===19;u||t.indentLevel++,Q(i,t),u||t.indentLevel--,a&&c(!0)}function Lr(e,t){let{push:n,helper:r,indent:i,deindent:a,newline:o}=t,{needPauseTracking:s,needArraySpread:c}=e;c&&n(`[...(`),n(`_cache[${e.index}] || (`),s&&(i(),n(`${r(Pe)}(-1`),e.inVOnce&&n(`, true`),n(`),`),o(),n(`(`)),n(`_cache[${e.index}] = `),Q(e.value,t),s&&(n(`).cacheIndex = ${e.index},`),o(),n(`${r(Pe)}(1),`),o(),n(`_cache[${e.index}]`),a()),n(`)`),c&&n(`)]`)}const Rr=e(`true,false,null,this`),zr=(e,t)=>{if(e.type===5)e.content=Br(e.content,t);else if(e.type===1){let n=R(e,`memo`);for(let r=0;r<e.props.length;r++){let i=e.props[r];if(i.type===7&&i.name!==`for`){let e=i.exp,r=i.arg;e&&e.type===4&&!(i.name===`on`&&r)&&!(n&&r&&r.type===4&&r.content===`key`)&&(i.exp=Br(e,t,i.name===`slot`)),r&&r.type===4&&!r.isStatic&&(i.arg=Br(r,t))}}}};function Br(e,t,n=!1,r=!1,i=Object.create(t.identifiers)){return e}function Vr(e){return s(e)?e:e.type===4?e.content:e.children.map(Vr).join(``)}const Hr=pr(/^(?:if|else|else-if)$/,(e,t,n)=>Ur(e,t,n,(e,t,r)=>{let i=n.parent.children,a=i.indexOf(e),o=0;for(;a-->=0;){let e=i[a];e&&e.type===9&&(o+=e.branches.length)}return()=>{if(r)e.codegenNode=Gr(t,o,n);else{let r=qr(e.codegenNode);r.alternate=Gr(t,o+e.branches.length-1,n)}}}));function Ur(e,t,n,r){if(t.name!==`else`&&(!t.exp||!t.exp.content.trim())){let r=t.exp?t.exp.loc:e.loc;n.onError(P(28,t.loc)),t.exp=k(`true`,!1,r)}if(t.name===`if`){let i=Wr(e,t),a={type:9,loc:Jn(e.loc),branches:[i]};if(n.replaceNode(a),r)return r(a,i,!0)}else{let i=n.parent.children,a=i.indexOf(e);for(;a-->=-1;){let o=i[a];if(o&&wn(o)){n.removeNode(o);continue}if(o&&o.type===9){(t.name===`else-if`||t.name===`else`)&&o.branches[o.branches.length-1].condition===void 0&&n.onError(P(30,e.loc)),n.removeNode();let i=Wr(e,t);o.branches.push(i);let a=r&&r(o,i,!1);fr(i,n),a&&a(),n.currentNode=null}else n.onError(P(30,e.loc));break}}}function Wr(e,t){let n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name===`else`?void 0:t.exp,children:n&&!R(e,`for`)?e.children:[e],userKey:rn(e,`key`),isTemplateIf:n}}function Gr(e,t,n){return e.condition?Ze(e.condition,Kr(e,t,n),j(n.helper(pe),[`""`,`true`])):Kr(e,t,n)}function Kr(e,t,n){let{helper:r}=n,i=O(`key`,k(`${t}`,!1,T,2)),{children:a}=e,o=a[0];if(a.length!==1||o.type!==1)if(a.length===1&&o.type===11){let e=o.codegenNode;return mn(e,i,n),e}else return Je(n,r(ie),D([i]),a,64,void 0,void 0,!0,!1,!1,e.loc);else{let e=o.codegenNode,t=_n(e);return t.type===13&&st(t,n),mn(t,i,n),e}}function qr(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const Jr=pr(`for`,(e,t,n)=>{let{helper:r,removeHelper:i}=n;return Yr(e,t,n,t=>{let a=j(r(xe),[t.source]),o=un(e),s=R(e,`memo`),c=rn(e,`key`,!1,!0);c&&c.type;let l=c&&(c.type===6?c.value?k(c.value.content,!0):void 0:c.exp),u=c&&l?O(`key`,l):null,d=t.source.type===4&&t.source.constType>0,f=d?64:c?128:256;return t.codegenNode=Je(n,r(ie),void 0,a,f,void 0,void 0,!0,!d,!1,e.loc),()=>{let c,{children:f}=t,p=f.length!==1||f[0].type!==1,m=dn(e)?e:o&&e.children.length===1&&dn(e.children[0])?e.children[0]:null;if(m?(c=m.codegenNode,o&&u&&mn(c,u,n)):p?c=Je(n,r(ie),u?D([u]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(c=f[0].codegenNode,o&&u&&mn(c,u,n),c.isBlock!==!d&&(c.isBlock?(i(ce),i(ot(n.inSSR,c.isComponent))):i(at(n.inSSR,c.isComponent))),c.isBlock=!d,c.isBlock?(r(ce),r(ot(n.inSSR,c.isComponent))):r(at(n.inSSR,c.isComponent))),s){let e=Xe(Zr(t.parseResult,[k(`_cached`)]));e.body=$e([A([`const _memo = (`,s.exp,`)`]),A([`if (_cached`,...l?[` && _cached.key === `,l]:[],` && ${n.helperString(Ve)}(_cached, _memo)) return _cached`]),A([`const _item = `,c]),k(`_item.memo = _memo`),k(`return _item`)]),a.arguments.push(e,k(`_cache`),k(String(n.cached.length))),n.cached.push(null)}else a.arguments.push(Xe(Zr(t.parseResult),c,!0))}})});function Yr(e,t,n,r){if(!t.exp){n.onError(P(31,t.loc));return}let i=t.forParseResult;if(!i){n.onError(P(32,t.loc));return}Xr(i,n);let{addIdentifiers:a,removeIdentifiers:o,scopes:s}=n,{source:c,value:l,key:u,index:d}=i,f={type:11,loc:t.loc,source:c,valueAlias:l,keyAlias:u,objectIndexAlias:d,parseResult:i,children:un(e)?e.children:[e]};n.replaceNode(f),s.vFor++;let p=r&&r(f);return()=>{s.vFor--,p&&p()}}function Xr(e,t){e.finalized||(e.finalized=!0)}function Zr({value:e,key:t,index:n},r=[]){return Qr([e,t,n,...r])}function Qr(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((e,t)=>e||k(`_`.repeat(t+1),!1))}const $r=k(`undefined`,!1),ei=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){let n=R(e,`slot`);if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},ti=(e,t)=>{let n;if(un(e)&&e.props.some(ln)&&(n=R(e,`for`))){let e=n.forParseResult;if(e){Xr(e,t);let{value:n,key:r,index:i}=e,{addIdentifiers:a,removeIdentifiers:o}=t;return n&&a(n),r&&a(r),i&&a(i),()=>{n&&o(n),r&&o(r),i&&o(i)}}}},ni=(e,t,n,r)=>Xe(e,n,!1,!0,n.length?n[0].loc:r);function ri(e,t,n=ni){t.helper(Le);let{children:r,loc:i}=e,a=[],o=[],s=t.scopes.vSlot>0||t.scopes.vFor>0,c=R(e,`slot`,!0);if(c){let{arg:e,exp:t}=c;e&&!L(e)&&(s=!0),a.push(O(e||k(`default`,!0),n(t,void 0,r,i)))}let l=!1,u=!1,d=[],f=new Set,p=0;for(let e=0;e<r.length;e++){let i=r[e],m;if(!un(i)||!(m=R(i,`slot`,!0))){i.type!==3&&d.push(i);continue}if(c){t.onError(P(37,m.loc));break}l=!0;let{children:h,loc:g}=i,{arg:_=k(`default`,!0),exp:v,loc:ee}=m,y;L(_)?y=_?_.content:`default`:s=!0;let b=R(i,`for`),x=n(v,b,h,g),te,ne;if(te=R(i,`if`))s=!0,o.push(Ze(te.exp,ii(_,x,p++),$r));else if(ne=R(i,/^else(?:-if)?$/,!0)){let n=e,i;for(;n--&&(i=r[n],wn(i)););if(i&&un(i)&&R(i,/^(?:else-)?if$/)){let e=o[o.length-1];for(;e.alternate.type===19;)e=e.alternate;e.alternate=ne.exp?Ze(ne.exp,ii(_,x,p++),$r):ii(_,x,p++)}else t.onError(P(30,ne.loc))}else if(b){s=!0;let e=b.forParseResult;e?(Xr(e,t),o.push(j(t.helper(xe),[e.source,Xe(Zr(e),ii(_,x),!0)]))):t.onError(P(32,b.loc))}else{if(y){if(f.has(y)){t.onError(P(38,ee));continue}f.add(y),y===`default`&&(u=!0)}a.push(O(_,x))}}if(!c){let e=(e,r)=>{let a=n(e,void 0,r,i);return t.compatConfig&&(a.isNonScopedSlot=!0),O(`default`,a)};l?d.length&&!d.every(Cn)&&(u?t.onError(P(39,d[0].loc)):a.push(e(void 0,d))):a.push(e(void 0,r))}let m=s?2:ai(e.children)?3:1,h=D(a.concat(O(`_`,k(m+``,!1))),i);return o.length&&(h=j(t.helper(Ce),[h,E(o)])),{slots:h,hasDynamicSlots:s}}function ii(e,t,n){let r=[O(`name`,e),O(`fn`,t)];return n!=null&&r.push(O(`key`,k(String(n),!0))),D(r)}function ai(e){for(let t=0;t<e.length;t++){let n=e[t];switch(n.type){case 1:if(n.tagType===2||ai(n.children))return!0;break;case 9:if(ai(n.branches))return!0;break;case 10:case 11:if(ai(n.children))return!0;break;default:break}}return!1}const oi=new WeakMap,si=(e,t)=>function(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;let{tag:n,props:r}=e,i=e.tagType===1,a=i?ci(e,t):`"${n}"`,o=l(a)&&a.callee===_e,s,c,u=0,d,f,p,m=o||a===w||a===ae||!i&&(n===`svg`||n===`foreignObject`||n===`math`);if(r.length>0){let n=li(e,t,void 0,i,o);s=n.props,u=n.patchFlag,f=n.dynamicPropNames;let r=n.directives;p=r&&r.length?E(r.map(e=>fi(e,t))):void 0,n.shouldUseBlock&&(m=!0)}if(e.children.length>0)if(a===oe&&(m=!0,u|=1024),i&&a!==w&&a!==oe){let{slots:n,hasDynamicSlots:r}=ri(e,t);c=n,r&&(u|=1024)}else if(e.children.length===1&&a!==w){let n=e.children[0],r=n.type,i=r===5||r===8;i&&Z(n,t)===0&&(u|=1),c=i||r===2?n:e.children}else c=e.children;f&&f.length&&(d=pi(f)),e.codegenNode=Je(t,a,s,c,u===0?void 0:u,d,p,!!m,!1,i,e.loc)};function ci(e,t,n=!1){let{tag:r}=e,i=mi(r),a=rn(e,`is`,!1,!0);if(a)if(i||_t(`COMPILER_IS_ON_ELEMENT`,t)){let e;if(a.type===6?e=a.value&&k(a.value.content,!0):(e=a.exp,e||(e=k(`is`,!1,a.arg.loc))),e)return j(t.helper(_e),[e])}else a.type===6&&a.value.content.startsWith(`vue:`)&&(r=a.value.content.slice(4));let o=zt(r)||t.isBuiltInComponent(r);return o?(n||t.helper(o),o):(t.helper(ge),t.components.add(r),gn(r,`component`))}function li(e,t,n=e.props,r,a,o=!1){let{tag:s,loc:l,children:f}=e,p=[],m=[],h=[],g=f.length>0,_=!1,v=0,ee=!1,y=!1,b=!1,x=!1,te=!1,ne=!1,S=[],C=e=>{p.length&&(m.push(D(ui(p),l)),p=[]),e&&m.push(e)},re=()=>{t.scopes.vFor>0&&p.push(O(k(`ref_for`,!0),k(`true`)))},ie=({key:e,value:n})=>{if(L(e)){let o=e.content,s=i(o);if(s&&(!r||a)&&o.toLowerCase()!==`onclick`&&o!==`onUpdate:modelValue`&&!u(o)&&(x=!0),s&&u(o)&&(ne=!0),s&&n.type===14&&(n=n.arguments[0]),n.type===20||(n.type===4||n.type===8)&&Z(n,t)>0)return;o===`ref`?ee=!0:o===`class`?y=!0:o===`style`?b=!0:o!==`key`&&!S.includes(o)&&S.push(o),r&&(o===`class`||o===`style`)&&!S.includes(o)&&S.push(o)}else te=!0};for(let i=0;i<n.length;i++){let a=n[i];if(a.type===6){let{loc:e,name:n,nameLoc:r,value:i}=a;if(n===`ref`&&(ee=!0,re()),n===`is`&&(mi(s)||i&&i.content.startsWith(`vue:`)||_t(`COMPILER_IS_ON_ELEMENT`,t)))continue;p.push(O(k(n,!0,r),k(i?i.content:``,!0,i?i.loc:e)))}else{let{name:n,arg:i,exp:u,loc:f,modifiers:ee}=a,y=n===`bind`,b=n===`on`;if(n===`slot`){r||t.onError(P(40,f));continue}if(n===`once`||n===`memo`||n===`is`||y&&an(i,`is`)&&(mi(s)||_t(`COMPILER_IS_ON_ELEMENT`,t))||b&&o)continue;if((y&&an(i,`key`)||b&&g&&an(i,`vue:before-update`))&&(_=!0),y&&an(i,`ref`)&&re(),!i&&(y||b)){if(te=!0,u)if(y){if(C(),_t(`COMPILER_V_BIND_OBJECT_ORDER`,t)){m.unshift(u);continue}re(),C(),m.push(u)}else C({type:14,loc:f,callee:t.helper(Ae),arguments:r?[u]:[u,`true`]});else t.onError(P(y?34:35,f));continue}y&&ee.some(e=>e.content===`prop`)&&(v|=32);let x=t.directiveTransforms[n];if(x){let{props:n,needRuntime:r}=x(a,e,t);!o&&n.forEach(ie),b&&i&&!L(i)?C(D(n,l)):p.push(...n),r&&(h.push(a),c(r)&&oi.set(a,r))}else d(n)||(h.push(a),g&&(_=!0))}}let w;if(m.length?(C(),w=m.length>1?j(t.helper(Te),m,l):m[0]):p.length&&(w=D(ui(p),l)),te?v|=16:(y&&!r&&(v|=2),b&&!r&&(v|=4),S.length&&(v|=8),x&&(v|=32)),!_&&(v===0||v===32)&&(ee||ne||h.length>0)&&(v|=512),!t.inSSR&&w)switch(w.type){case 15:let e=-1,n=-1,r=!1;for(let t=0;t<w.properties.length;t++){let i=w.properties[t].key;L(i)?i.content===`class`?e=t:i.content===`style`&&(n=t):i.isHandlerKey||(r=!0)}let i=w.properties[e],a=w.properties[n];r?w=j(t.helper(Oe),[w]):(i&&!L(i.value)&&(i.value=j(t.helper(Ee),[i.value])),a&&(b||a.value.type===4&&a.value.content.trim()[0]===`[`||a.value.type===17)&&(a.value=j(t.helper(De),[a.value])));break;case 14:break;default:w=j(t.helper(Oe),[j(t.helper(ke),[w])]);break}return{props:w,directives:h,patchFlag:v,dynamicPropNames:S,shouldUseBlock:_}}function ui(e){let t=new Map,n=[];for(let r=0;r<e.length;r++){let a=e[r];if(a.key.type===8||!a.key.isStatic){n.push(a);continue}let o=a.key.content,s=t.get(o);s?(o===`style`||o===`class`||i(o))&&di(s,a):(t.set(o,a),n.push(a))}return n}function di(e,t){e.value.type===17?e.value.elements.push(t.value):e.value=E([e.value,t.value],e.loc)}function fi(e,t){let n=[],r=oi.get(e);r?n.push(t.helperString(r)):(t.helper(ve),t.directives.add(e.name),n.push(gn(e.name,`directive`)));let{loc:i}=e;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`));let t=k(`true`,!1,i);n.push(D(e.modifiers.map(e=>O(e,t)),i))}return E(n,e.loc)}function pi(e){let t=`[`;for(let n=0,r=e.length;n<r;n++)t+=JSON.stringify(e[n]),n<r-1&&(t+=`, `);return t+`]`}function mi(e){return e===`component`||e===`Component`}const hi=(e,t)=>{if(dn(e)){let{children:n,loc:r}=e,{slotName:i,slotProps:a}=gi(e,t),o=[t.prefixIdentifiers?`_ctx.$slots`:`$slots`,i,`{}`,`undefined`,`true`],s=2;a&&(o[2]=a,s=3),n.length&&(o[3]=Xe([],n,!1,!1,r),s=4),t.scopeId&&!t.slotted&&(s=5),o.splice(s),e.codegenNode=j(t.helper(Se),o,r)}};function gi(e,t){let n=`"default"`,r,i=[];for(let t=0;t<e.props.length;t++){let r=e.props[t];r.type===6?r.value&&(r.name===`name`?n=JSON.stringify(r.value.content):(r.name=h(r.name),i.push(r))):r.name===`bind`&&an(r.arg,`name`)?r.exp?n=r.exp:r.arg&&r.arg.type===4&&(n=r.exp=k(h(r.arg.content),!1,r.arg.loc)):(r.name===`bind`&&r.arg&&L(r.arg)&&(r.arg.content=h(r.arg.content)),i.push(r))}if(i.length>0){let{props:n,directives:a}=li(e,t,i,!1,!1);r=n,a.length&&t.onError(P(36,a[0].loc))}return{slotName:n,slotProps:r}}const _i=(e,t,n,r)=>{let{loc:i,modifiers:a,arg:o}=e;!e.exp&&!a.length&&n.onError(P(35,i));let s;if(o.type===4)if(o.isStatic){let e=o.content;e.startsWith(`vue:`)&&(e=`vnode-${e.slice(4)}`),s=k(t.tagType!==0||e.startsWith(`vnode`)||!/[A-Z]/.test(e)?_(h(e)):`on:${e}`,!0,o.loc)}else s=A([`${n.helperString(Ne)}(`,o,`)`]);else s=o,s.children.unshift(`${n.helperString(Ne)}(`),s.children.push(`)`);let c=e.exp;c&&!c.content.trim()&&(c=void 0);let l=n.cacheHandlers&&!c&&!n.inVOnce;if(c){let e=Yt(c,n),t=!(e||$t(c,n)),r=c.content.includes(`;`);(t||l&&e)&&(c=A([`${t?`$event`:`(...args)`} => ${r?`{`:`(`}`,c,r?`}`:`)`]))}let u={props:[O(s,c||k(`() => {}`,!1,i))]};return r&&(u=r(u)),l&&(u.props[0].value=n.cache(u.props[0].value)),u.props.forEach(e=>e.key.isHandlerKey=!0),u},vi=(e,t,n)=>{let{modifiers:r,loc:i}=e,a=e.arg,{exp:o}=e;return o&&o.type===4&&!o.content.trim()&&(o=void 0),a.type===4?a.isStatic||(a.content=a.content?`${a.content} || ""`:`""`):(a.children.unshift(`(`),a.children.push(`) || ""`)),r.some(e=>e.content===`camel`)&&(a.type===4?a.isStatic?a.content=h(a.content):a.content=`${n.helperString(je)}(${a.content})`:(a.children.unshift(`${n.helperString(je)}(`),a.children.push(`)`))),n.inSSR||(r.some(e=>e.content===`prop`)&&yi(a,`.`),r.some(e=>e.content===`attr`)&&yi(a,`^`)),{props:[O(a,o)]}},yi=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(`)`))},bi=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{let n=e.children,r,i=!1;for(let e=0;e<n.length;e++){let t=n[e];if(sn(t)){i=!0;for(let i=e+1;i<n.length;i++){let a=n[i];if(sn(a))r||(r=n[e]=A([t],t.loc)),r.children.push(` + `,a),n.splice(i,1),i--;else{r=void 0;break}}}}if(!(!i||n.length===1&&(e.type===0||e.type===1&&e.tagType===0&&!e.props.find(e=>e.type===7&&!t.directiveTransforms[e.name])&&e.tag!==`template`)))for(let e=0;e<n.length;e++){let r=n[e];if(sn(r)||r.type===8){let i=[];(r.type!==2||r.content!==` `)&&i.push(r),!t.ssr&&Z(r,t)===0&&i.push(`1`),n[e]={type:12,content:r,loc:r.loc,codegenNode:j(t.helper(me),i)}}}}},xi=new WeakSet,Si=(e,t)=>{if(e.type===1&&R(e,`once`,!0))return xi.has(e)||t.inVOnce||t.inSSR?void 0:(xi.add(e),t.inVOnce=!0,t.helper(Pe),()=>{t.inVOnce=!1;let e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))})},Ci=(e,t,n)=>{let{exp:r,arg:i}=e;if(!r)return n.onError(P(41,e.loc)),wi();let a=r.loc.source.trim(),o=r.type===4?r.content:a,s=n.bindingMetadata[a];if(s===`props`||s===`props-aliased`)return n.onError(P(44,r.loc)),wi();if(s===`literal-const`||s===`setup-const`)return n.onError(P(45,r.loc)),wi();if(!o.trim()||!Yt(r,n))return n.onError(P(42,r.loc)),wi();let c=i||k(`modelValue`,!0),l=i?L(i)?`onUpdate:${h(i.content)}`:A([`"onUpdate:" + `,i]):`onUpdate:modelValue`,u;u=A([`${n.isTS?`($event: any)`:`$event`} => ((`,r,`) = $event)`]);let d=[O(c,e.exp),O(l,u)];if(e.modifiers.length&&t.tagType===1){let t=e.modifiers.map(e=>e.content).map(e=>(Vt(e)?e:JSON.stringify(e))+`: true`).join(`, `),n=i?L(i)?v(i.content):A([i,` + "Modifiers"`]):`modelModifiers`;d.push(O(n,k(`{ ${t} }`,!1,e.loc,2)))}return wi(d)};function wi(e=[]){return{props:e}}const Ti=/[\w).+\-_$\]]/,Ei=(e,t)=>{_t(`COMPILER_FILTERS`,t)&&(e.type===5?Di(e.content,t):e.type===1&&e.props.forEach(e=>{e.type===7&&e.name!==`for`&&e.exp&&Di(e.exp,t)}))};function Di(e,t){if(e.type===4)Oi(e,t);else for(let n=0;n<e.children.length;n++){let r=e.children[n];typeof r==`object`&&(r.type===4?Oi(r,t):r.type===8?Di(e,t):r.type===5&&Di(r.content,t))}}function Oi(e,t){let n=e.content,r=!1,i=!1,a=!1,o=!1,s=0,c=0,l=0,u=0,d,f,p,m,h=[];for(p=0;p<n.length;p++)if(f=d,d=n.charCodeAt(p),r)d===39&&f!==92&&(r=!1);else if(i)d===34&&f!==92&&(i=!1);else if(a)d===96&&f!==92&&(a=!1);else if(o)d===47&&f!==92&&(o=!1);else if(d===124&&n.charCodeAt(p+1)!==124&&n.charCodeAt(p-1)!==124&&!s&&!c&&!l)m===void 0?(u=p+1,m=n.slice(0,p).trim()):g();else{switch(d){case 34:i=!0;break;case 39:r=!0;break;case 96:a=!0;break;case 40:l++;break;case 41:l--;break;case 91:c++;break;case 93:c--;break;case 123:s++;break;case 125:s--;break}if(d===47){let e=p-1,t;for(;e>=0&&(t=n.charAt(e),t===` `);e--);(!t||!Ti.test(t))&&(o=!0)}}m===void 0?m=n.slice(0,p).trim():u!==0&&g();function g(){h.push(n.slice(u,p).trim()),u=p+1}if(h.length){for(p=0;p<h.length;p++)m=ki(m,h[p],t);e.content=m,e.ast=void 0}}function ki(e,t,n){n.helper(ye);let r=t.indexOf(`(`);if(r<0)return n.filters.add(t),`${gn(t,`filter`)}(${e})`;{let i=t.slice(0,r),a=t.slice(r+1);return n.filters.add(i),`${gn(i,`filter`)}(${e}${a===`)`?a:`,`+a}`}}const Ai=new WeakSet,ji=(e,t)=>{if(e.type===1){let n=R(e,`memo`);return!n||Ai.has(e)||t.inSSR?void 0:(Ai.add(e),()=>{let r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&st(r,t),e.codegenNode=j(t.helper(Be),[n.exp,Xe(void 0,r),`_cache`,String(t.cached.length)]),t.cached.push(null))})}},Mi=(e,t)=>{if(e.type===1){for(let n of e.props)if(n.type===7&&n.name===`bind`&&(!n.exp||n.exp.type===4&&!n.exp.content.trim())&&n.arg){let e=n.arg;if(e.type!==4||!e.isStatic)t.onError(P(53,e.loc)),n.exp=k(``,!0,e.loc);else{let t=h(e.content);(Ut.test(t[0])||t[0]===`-`)&&(n.exp=k(t,!1,e.loc))}}}};function Ni(e){return[[Mi,Si,Hr,ji,Jr,...[Ei],...[],hi,si,ei,bi],{on:_i,bind:vi,model:Ci}]}function Pi(e,t={}){let n=t.onError||bt,r=t.mode===`module`;t.prefixIdentifiers===!0?n(P(48)):r&&n(P(49)),t.cacheHandlers&&n(P(50)),t.scopeId&&!r&&n(P(51));let i=a({},t,{prefixIdentifiers:!1}),o=s(e)?$n(e,i):e,[c,l]=Ni(!1);return lr(o,a({},i,{nodeTransforms:[...c,...t.nodeTransforms||[]],directiveTransforms:a({},l,t.directiveTransforms||{})})),vr(o,i)}const Fi={DATA:`data`,PROPS:`props`,PROPS_ALIASED:`props-aliased`,SETUP_LET:`setup-let`,SETUP_CONST:`setup-const`,SETUP_REACTIVE_CONST:`setup-reactive-const`,SETUP_MAYBE_REF:`setup-maybe-ref`,SETUP_REF:`setup-ref`,OPTIONS:`options`,LITERAL_CONST:`literal-const`},Ii=()=>({props:[]}),Li=Symbol(``),Ri=Symbol(``),zi=Symbol(``),Bi=Symbol(``),Vi=Symbol(``),Hi=Symbol(``),Ui=Symbol(``),Wi=Symbol(``),Gi=Symbol(``),Ki=Symbol(``);Ue({[Li]:`vModelRadio`,[Ri]:`vModelCheckbox`,[zi]:`vModelText`,[Bi]:`vModelSelect`,[Vi]:`vModelDynamic`,[Hi]:`withModifiers`,[Ui]:`withKeys`,[Wi]:`vShow`,[Gi]:`Transition`,[Ki]:`TransitionGroup`});let qi;function Ji(e,t=!1){return qi||(qi=document.createElement(`div`)),t?(qi.innerHTML=`<div foo="${e.replace(/"/g,`&quot;`)}">`,qi.children[0].getAttribute(`foo`)):(qi.innerHTML=e,qi.textContent)}const Yi={parseMode:`html`,isVoidTag:re,isNativeTag:e=>ne(e)||S(e)||C(e),isPreTag:e=>e===`pre`,isIgnoreNewlineTag:e=>e===`pre`||e===`textarea`,decodeEntities:Ji,isBuiltInComponent:e=>{if(e===`Transition`||e===`transition`)return Gi;if(e===`TransitionGroup`||e===`transition-group`)return Ki},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag===`annotation-xml`){if(S(e))return 1;t.props.some(e=>e.type===6&&e.name===`encoding`&&e.value!=null&&(e.value.content===`text/html`||e.value.content===`application/xhtml+xml`))&&(r=0)}else /^m(?:[ions]|text)$/.test(t.tag)&&e!==`mglyph`&&e!==`malignmark`&&(r=0);else t&&r===1&&(t.tag===`foreignObject`||t.tag===`desc`||t.tag===`title`)&&(r=0);if(r===0){if(S(e))return 1;if(C(e))return 2}return r}},Xi=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name===`style`&&t.value&&(e.props[n]={type:7,name:`bind`,arg:k(`style`,!0,t.loc),exp:Zi(t.value.content,t.loc),modifiers:[],loc:t.loc})})},Zi=(e,t)=>{let n=te(e);return k(JSON.stringify(n),!1,t,3)};function $(e,t){return P(e,t,void 0)}const Qi={X_V_HTML_NO_EXPRESSION:54,54:`X_V_HTML_NO_EXPRESSION`,X_V_HTML_WITH_CHILDREN:55,55:`X_V_HTML_WITH_CHILDREN`,X_V_TEXT_NO_EXPRESSION:56,56:`X_V_TEXT_NO_EXPRESSION`,X_V_TEXT_WITH_CHILDREN:57,57:`X_V_TEXT_WITH_CHILDREN`,X_V_MODEL_ON_INVALID_ELEMENT:58,58:`X_V_MODEL_ON_INVALID_ELEMENT`,X_V_MODEL_ARG_ON_ELEMENT:59,59:`X_V_MODEL_ARG_ON_ELEMENT`,X_V_MODEL_ON_FILE_INPUT_ELEMENT:60,60:`X_V_MODEL_ON_FILE_INPUT_ELEMENT`,X_V_MODEL_UNNECESSARY_VALUE:61,61:`X_V_MODEL_UNNECESSARY_VALUE`,X_V_SHOW_NO_EXPRESSION:62,62:`X_V_SHOW_NO_EXPRESSION`,X_TRANSITION_INVALID_CHILDREN:63,63:`X_TRANSITION_INVALID_CHILDREN`,X_IGNORED_SIDE_EFFECT_TAG:64,64:`X_IGNORED_SIDE_EFFECT_TAG`,__EXTEND_POINT__:65,65:`__EXTEND_POINT__`},$i={54:`v-html is missing expression.`,55:`v-html will override element children.`,56:`v-text is missing expression.`,57:`v-text will override element children.`,58:`v-model can only be used on <input>, <textarea> and <select> elements.`,59:`v-model argument is not supported on plain elements.`,60:`v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.`,61:`Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.`,62:`v-show is missing expression.`,63:`<Transition> expects exactly one child element or component.`,64:`Tags with side effect (<script> and <style>) are ignored in client component templates.`,65:``},ea=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(54,i)),t.children.length&&(n.onError($(55,i)),t.children.length=0),{props:[O(k(`innerHTML`,!0,i),r||k(``,!0))]}},ta=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(56,i)),t.children.length&&(n.onError($(57,i)),t.children.length=0),{props:[O(k(`textContent`,!0),r?Z(r,n)>0?r:j(n.helperString(we),[r],i):k(``,!0))]}},na=(e,t,n)=>{let r=Ci(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError($(59,e.arg.loc));let{tag:i}=t,a=n.isCustomElement(i);if(i===`input`||i===`textarea`||i===`select`||a){let o=zi,s=!1;if(i===`input`||a){let r=rn(t,`type`);if(r){if(r.type===7)o=Vi;else if(r.value)switch(r.value.content){case`radio`:o=Li;break;case`checkbox`:o=Ri;break;case`file`:s=!0,n.onError($(60,e.loc));break;default:break}}else on(t)&&(o=Vi)}else i===`select`&&(o=Bi);s||(r.needRuntime=n.helper(o))}else n.onError($(58,e.loc));return r.props=r.props.filter(e=>!(e.key.type===4&&e.key.content===`modelValue`)),r},ra=e(`passive,once,capture`),ia=e(`stop,prevent,self,ctrl,shift,alt,meta,exact,middle`),aa=e(`left,right`),oa=e(`onkeyup,onkeydown,onkeypress`),sa=(e,t,n,r)=>{let i=[],a=[],o=[];for(let c=0;c<t.length;c++){let l=t[c].content;if(l===`native`&&n&&vt(`COMPILER_V_ON_NATIVE`,n,r))o.push(l);else if(ra(l))o.push(l);else{let t=s(e)?e:L(e)?e.content:null;aa(l)?t?oa(t.toLowerCase())?i.push(l):a.push(l):(i.push(l),a.push(l)):ia(l)?a.push(l):i.push(l)}}return{keyModifiers:i,nonKeyModifiers:a,eventOptionModifiers:o}},ca=(e,t)=>L(e)&&e.content.toLowerCase()===`onclick`?k(t,!0):e.type===4?e:A([`(`,e,`) === "onClick" ? "${t}" : (`,e,`)`]),la=(e,t,n)=>_i(e,t,n,t=>{let{modifiers:r}=e;if(!r.length)return t;let{key:i,value:a}=t.props[0],{keyModifiers:o,nonKeyModifiers:s,eventOptionModifiers:c}=sa(i,r,n,e.loc);if(s.includes(`right`)&&(i=ca(i,`onContextmenu`)),s.includes(`middle`)&&(i=ca(i,`onMouseup`)),s.length&&(a=j(n.helper(Hi),[a,JSON.stringify(s)])),o.length&&(!L(i)||oa(i.content.toLowerCase()))&&(a=j(n.helper(Ui),[a,JSON.stringify(o)])),c.length){let e=c.map(g).join(``);i=L(i)?k(`${i.content}${e}`,!0):A([`(`,i,`) + "${e}"`])}return{props:[O(i,a)]}}),ua=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(62,i)),{props:[],needRuntime:n.helper(Wi)}};function da(e,t,n=fa){return()=>{if(!e.children.length)return;n(e)&&t($(63,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:``}));let r=e.children[0];if(r.type===1)for(let t of r.props)t.type===7&&t.name===`show`&&e.props.push({type:6,name:`persisted`,nameLoc:e.loc,value:void 0,loc:e.loc})}}function fa(e){let t=e.children=e.children.filter(e=>!wn(e)),n=t[0];return t.length!==1||n.type===11||n.type===9&&n.branches.some(fa)}const pa=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag===`script`||e.tag===`style`)&&t.removeNode()};function ma(e,t){return e===`template`?!0:e in _a?_a[e].has(t):t in va?va[t].has(e):!(e in ya&&ya[e].has(t)||t in ba&&ba[t].has(e))}const ha=new Set([`h1`,`h2`,`h3`,`h4`,`h5`,`h6`]),ga=new Set([]),_a={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:ga,iframe:ga,option:ga,textarea:ga,style:ga,title:ga},va={html:ga,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`])},ya={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`.split(`.`)),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`.split(`.`))},ba={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:ha,h2:ha,h3:ha,h4:ha,h5:ha,h6:ha},xa=[Xi,...[]],Sa={cloak:Ii,html:ea,text:ta,model:na,on:la,show:ua};function Ca(e,t={}){return Pi(e,a({},Yi,t,{nodeTransforms:[pa,...xa,...t.nodeTransforms||[]],directiveTransforms:a({},Sa,t.directiveTransforms||{}),transformHoist:null}))}function wa(e,t={}){return $n(e,a({},Yi,t))}export{se as BASE_TRANSITION,Fi as BindingTypes,je as CAMELIZE,Me as CAPITALIZE,le as CREATE_BLOCK,pe as CREATE_COMMENT,ue as CREATE_ELEMENT_BLOCK,fe as CREATE_ELEMENT_VNODE,Ce as CREATE_SLOTS,he as CREATE_STATIC,me as CREATE_TEXT,de as CREATE_VNODE,mt as CompilerDeprecationTypes,Ke as ConstantTypes,Sa as DOMDirectiveTransforms,Qi as DOMErrorCodes,$i as DOMErrorMessages,xa as DOMNodeTransforms,Ge as ElementTypes,St as ErrorCodes,ie as FRAGMENT,ke as GUARD_REACTIVE_PROPS,Ve as IS_MEMO_SAME,ze as IS_REF,oe as KEEP_ALIVE,Te as MERGE_PROPS,Ht as MemberExpLexState,Ee as NORMALIZE_CLASS,Oe as NORMALIZE_PROPS,De as NORMALIZE_STYLE,gr as NewlineType,We as NodeTypes,ce as OPEN_BLOCK,Ie as POP_SCOPE_ID,Fe as PUSH_SCOPE_ID,xe as RENDER_LIST,Se as RENDER_SLOT,ge as RESOLVE_COMPONENT,ve as RESOLVE_DIRECTIVE,_e as RESOLVE_DYNAMIC_COMPONENT,ye as RESOLVE_FILTER,Pe as SET_BLOCK_TRACKING,ae as SUSPENSE,w as TELEPORT,we as TO_DISPLAY_STRING,Ae as TO_HANDLERS,Ne as TO_HANDLER_KEY,Gi as TRANSITION,Ki as TRANSITION_GROUP,It as TS_NODE_TYPES,Re as UNREF,Ri as V_MODEL_CHECKBOX,Vi as V_MODEL_DYNAMIC,Li as V_MODEL_RADIO,Bi as V_MODEL_SELECT,zi as V_MODEL_TEXT,Ui as V_ON_WITH_KEYS,Hi as V_ON_WITH_MODIFIERS,Wi as V_SHOW,Le as WITH_CTX,be as WITH_DIRECTIVES,Be as WITH_MEMO,en as advancePositionWithClone,tn as advancePositionWithMutation,nn as assert,Pi as baseCompile,$n as baseParse,fi as buildDirectiveArgs,li as buildProps,ri as buildSlots,vt as checkCompatEnabled,Ca as compile,st as convertToBlock,E as createArrayExpression,nt as createAssignmentExpression,$e as createBlockStatement,Qe as createCacheExpression,j as createCallExpression,P as createCompilerError,A as createCompoundExpression,Ze as createConditionalExpression,$ as createDOMCompilerError,Zr as createForLoopParams,Xe as createFunctionExpression,tt as createIfStatement,Ye as createInterpolation,D as createObjectExpression,O as createObjectProperty,it as createReturnStatement,qe as createRoot,rt as createSequenceExpression,k as createSimpleExpression,pr as createStructuralDirectiveTransform,et as createTemplateLiteral,cr as createTransformContext,Je as createVNodeCall,bt as defaultOnError,xt as defaultOnWarn,Ct as errorMessages,F as extractIdentifiers,vn as filterNonCommentChildren,R as findDir,rn as findProp,xn as forAliasRE,vr as generate,ee as generateCodeFrame,Ni as getBaseTransformPreset,Z as getConstantType,_n as getMemoedVNodeCall,sr as getSelfName,ot as getVNodeBlockHelper,at as getVNodeHelper,on as hasDynamicKeyVBind,z as hasScopeRef,yn as hasSingleChild,He as helperNameMap,mn as injectProp,Sn as isAllWhitespace,wn as isCommentOrWhitespace,Rt as isConstantNode,zt as isCoreComponent,$t as isFnExpression,Zt as isFnExpressionBrowser,Qt as isFnExpressionNode,Nt as isFunctionType,Et as isInDestructureAssignment,Dt as isInNewExpression,oa as isKeyboardEvent,Rr as isLiteralWhitelisted,Yt as isMemberExpression,qt as isMemberExpressionBrowser,Jt as isMemberExpressionNode,Tt as isReferencedIdentifier,Vt as isSimpleIdentifier,bn as isSingleIfBlock,dn as isSlotOutlet,an as isStaticArgOf,L as isStaticExp,I as isStaticNode,Pt as isStaticProperty,Ft as isStaticPropertyKey,un as isTemplateNode,sn as isText,cn as isVPre,ln as isVSlot,ma as isValidHTMLNesting,Cn as isWhitespaceText,T as locStub,Ii as noopDirectiveTransform,wa as parse,Yi as parserOptions,da as postTransformTransition,Br as processExpression,Yr as processFor,Ur as processIf,gi as processSlotOutlet,Ue as registerRuntimeHelpers,ci as resolveComponentType,sa as resolveModifiers,Vr as stringifyExpression,gn as toValidAssetId,ei as trackSlotScopes,ti as trackVForSlotScopes,lr as transform,vi as transformBind,si as transformElement,zr as transformExpression,Ci as transformModel,_i as transformOn,Xi as transformStyle,Mi as transformVBindShorthand,fr as traverseNode,Lt as unwrapTSNode,Ut as validFirstIdentCharRE,kt as walkBlockDeclarations,Ot as walkFunctionParams,wt as walkIdentifiers,yt as warnDeprecation};
11
+ `,0),c()),u||i(`return `),e.codegenNode?Q(e.codegenNode,n):i(`null`),p&&(s(),i(`}`)),s(),i(`}`),{ast:e,code:n.code,preamble:``,map:n.map?n.map.toJSON():void 0,helpers:e.helpers}}function yr(e,t){let{ssr:n,prefixIdentifiers:r,push:i,newline:a,runtimeModuleName:o,runtimeGlobalName:s,ssrRuntimeModuleName:c}=t,l=s,u=Array.from(e.helpers);u.length>0&&(i(`const _Vue = ${l}\n`,-1),e.hoists.length&&i(`const { ${[de,fe,pe,me,he].filter(e=>u.includes(e)).map(hr).join(`, `)} } = _Vue\n`,-1)),xr(e.hoists,t),a(),i(`return `)}function br(e,t,{helper:n,push:r,newline:i,isTS:a}){let o=n(t===`filter`?ye:t===`component`?ge:ve);for(let n=0;n<e.length;n++){let s=e[n],c=s.endsWith(`__self`);c&&(s=s.slice(0,-6)),r(`const ${gn(s,t)} = ${o}(${JSON.stringify(s)}${c?`, true`:``})${a?`!`:``}`),n<e.length-1&&i()}}function xr(e,t){if(!e.length)return;t.pure=!0;let{push:n,newline:r}=t;r();for(let i=0;i<e.length;i++){let a=e[i];a&&(n(`const _hoisted_${i+1} = `),Q(a,t),r())}t.pure=!1}function Sr(e,t){let n=e.length>3||!1;t.push(`[`),n&&t.indent(),Cr(e,t,n),n&&t.deindent(),t.push(`]`)}function Cr(e,t,n=!1,r=!0){let{push:i,newline:a}=t;for(let c=0;c<e.length;c++){let l=e[c];s(l)?i(l,-3):o(l)?Sr(l,t):Q(l,t),c<e.length-1&&(n?(r&&i(`,`),a()):r&&i(`, `))}}function Q(e,t){if(s(e)){t.push(e,-3);return}if(c(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:Q(e.codegenNode,t);break;case 2:wr(e,t);break;case 4:Tr(e,t);break;case 5:Er(e,t);break;case 12:Q(e.codegenNode,t);break;case 8:Dr(e,t);break;case 3:kr(e,t);break;case 13:Ar(e,t);break;case 14:Mr(e,t);break;case 15:Nr(e,t);break;case 17:Pr(e,t);break;case 18:Fr(e,t);break;case 19:Ir(e,t);break;case 20:Lr(e,t);break;case 21:Cr(e.body,t,!0,!1);break;case 22:break;case 23:break;case 24:break;case 25:break;case 26:break;case 10:break;default:}}function wr(e,t){t.push(JSON.stringify(e.content),-3,e)}function Tr(e,t){let{content:n,isStatic:r}=e;t.push(r?JSON.stringify(n):n,-3,e)}function Er(e,t){let{push:n,helper:r,pure:i}=t;i&&n(mr),n(`${r(we)}(`),Q(e.content,t),n(`)`)}function Dr(e,t){for(let n=0;n<e.children.length;n++){let r=e.children[n];s(r)?t.push(r,-3):Q(r,t)}}function Or(e,t){let{push:n}=t;e.type===8?(n(`[`),Dr(e,t),n(`]`)):e.isStatic?n(Vt(e.content)?e.content:JSON.stringify(e.content),-2,e):n(`[${e.content}]`,-3,e)}function kr(e,t){let{push:n,helper:r,pure:i}=t;i&&n(mr),n(`${r(pe)}(${JSON.stringify(e.content)})`,-3,e)}function Ar(e,t){let{push:n,helper:r,pure:i}=t,{tag:a,props:o,children:s,patchFlag:c,dynamicProps:l,directives:u,isBlock:d,disableTracking:f,isComponent:p}=e,m;c&&(m=String(c)),u&&n(r(be)+`(`),d&&n(`(${r(ce)}(${f?`true`:``}), `),i&&n(mr),n(r(d?ot(t.inSSR,p):at(t.inSSR,p))+`(`,-2,e),Cr(jr([a,o,s,m,l]),t),n(`)`),d&&n(`)`),u&&(n(`, `),Q(u,t),n(`)`))}function jr(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(e=>e||`null`)}function Mr(e,t){let{push:n,helper:r,pure:i}=t,a=s(e.callee)?e.callee:r(e.callee);i&&n(mr),n(a+`(`,-2,e),Cr(e.arguments,t),n(`)`)}function Nr(e,t){let{push:n,indent:r,deindent:i,newline:a}=t,{properties:o}=e;if(!o.length){n(`{}`,-2,e);return}let s=o.length>1||!1;n(s?`{`:`{ `),s&&r();for(let e=0;e<o.length;e++){let{key:r,value:i}=o[e];Or(r,t),n(`: `),Q(i,t),e<o.length-1&&(n(`,`),a())}s&&i(),n(s?`}`:` }`)}function Pr(e,t){Sr(e.elements,t)}function Fr(e,t){let{push:n,indent:r,deindent:i}=t,{params:a,returns:s,body:c,newline:l,isSlot:u}=e;u&&n(`_${He[Le]}(`),n(`(`,-2,e),o(a)?Cr(a,t):a&&Q(a,t),n(`) => `),(l||c)&&(n(`{`),r()),s?(l&&n(`return `),o(s)?Sr(s,t):Q(s,t)):c&&Q(c,t),(l||c)&&(i(),n(`}`)),u&&(e.isNonScopedSlot&&n(`, undefined, true`),n(`)`))}function Ir(e,t){let{test:n,consequent:r,alternate:i,newline:a}=e,{push:o,indent:s,deindent:c,newline:l}=t;if(n.type===4){let e=!Vt(n.content);e&&o(`(`),Tr(n,t),e&&o(`)`)}else o(`(`),Q(n,t),o(`)`);a&&s(),t.indentLevel++,a||o(` `),o(`? `),Q(r,t),t.indentLevel--,a&&l(),a||o(` `),o(`: `);let u=i.type===19;u||t.indentLevel++,Q(i,t),u||t.indentLevel--,a&&c(!0)}function Lr(e,t){let{push:n,helper:r,indent:i,deindent:a,newline:o}=t,{needPauseTracking:s,needArraySpread:c}=e;c&&n(`[...(`),n(`_cache[${e.index}] || (`),s&&(i(),n(`${r(Pe)}(-1`),e.inVOnce&&n(`, true`),n(`),`),o(),n(`(`)),n(`_cache[${e.index}] = `),Q(e.value,t),s&&(n(`).cacheIndex = ${e.index},`),o(),n(`${r(Pe)}(1),`),o(),n(`_cache[${e.index}]`),a()),n(`)`),c&&n(`)]`)}const Rr=e(`true,false,null,this`),zr=(e,t)=>{if(e.type===5)e.content=Br(e.content,t);else if(e.type===1){let n=R(e,`memo`);for(let r=0;r<e.props.length;r++){let i=e.props[r];if(i.type===7&&i.name!==`for`){let e=i.exp,r=i.arg;e&&e.type===4&&!(i.name===`on`&&r)&&!(n&&r&&r.type===4&&r.content===`key`)&&(i.exp=Br(e,t,i.name===`slot`)),r&&r.type===4&&!r.isStatic&&(i.arg=Br(r,t))}}}};function Br(e,t,n=!1,r=!1,i=Object.create(t.identifiers)){return e}function Vr(e){return s(e)?e:e.type===4?e.content:e.children.map(Vr).join(``)}const Hr=pr(/^(?:if|else|else-if)$/,(e,t,n)=>Ur(e,t,n,(e,t,r)=>{let i=n.parent.children,a=i.indexOf(e),o=0;for(;a-->=0;){let e=i[a];e&&e.type===9&&(o+=e.branches.length)}return()=>{if(r)e.codegenNode=Gr(t,o,n);else{let r=qr(e.codegenNode);r.alternate=Gr(t,o+e.branches.length-1,n)}}}));function Ur(e,t,n,r){if(t.name!==`else`&&(!t.exp||!t.exp.content.trim())){let r=t.exp?t.exp.loc:e.loc;n.onError(P(28,t.loc)),t.exp=k(`true`,!1,r)}if(t.name===`if`){let i=Wr(e,t),a={type:9,loc:Jn(e.loc),branches:[i]};if(n.replaceNode(a),r)return r(a,i,!0)}else{let i=n.parent.children,a=i.indexOf(e);for(;a-->=-1;){let o=i[a];if(o&&wn(o)){n.removeNode(o);continue}if(o&&o.type===9){(t.name===`else-if`||t.name===`else`)&&o.branches[o.branches.length-1].condition===void 0&&n.onError(P(30,e.loc)),n.removeNode();let i=Wr(e,t);o.branches.push(i);let a=r&&r(o,i,!1);fr(i,n),a&&a(),n.currentNode=null}else n.onError(P(30,e.loc));break}}}function Wr(e,t){let n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name===`else`?void 0:t.exp,children:n&&!R(e,`for`)?e.children:[e],userKey:rn(e,`key`),isTemplateIf:n}}function Gr(e,t,n){return e.condition?Ze(e.condition,Kr(e,t,n),j(n.helper(pe),[`""`,`true`])):Kr(e,t,n)}function Kr(e,t,n){let{helper:r}=n,i=O(`key`,k(`${t}`,!1,T,2)),{children:a}=e,o=a[0];if(a.length!==1||o.type!==1)if(a.length===1&&o.type===11){let e=o.codegenNode;return mn(e,i,n),e}else return Je(n,r(ie),D([i]),a,64,void 0,void 0,!0,!1,!1,e.loc);else{let e=o.codegenNode,t=_n(e);return t.type===13&&st(t,n),mn(t,i,n),e}}function qr(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const Jr=pr(`for`,(e,t,n)=>{let{helper:r,removeHelper:i}=n;return Yr(e,t,n,t=>{let a=j(r(xe),[t.source]),o=un(e),s=R(e,`memo`),c=rn(e,`key`,!1,!0);c&&c.type;let l=c&&(c.type===6?c.value?k(c.value.content,!0):void 0:c.exp),u=c&&l?O(`key`,l):null,d=t.source.type===4&&t.source.constType>0,f=d?64:c?128:256;return t.codegenNode=Je(n,r(ie),void 0,a,f,void 0,void 0,!0,!d,!1,e.loc),()=>{let c,{children:f}=t,p=f.length!==1||f[0].type!==1,m=dn(e)?e:o&&e.children.length===1&&dn(e.children[0])?e.children[0]:null;if(m?(c=m.codegenNode,o&&u&&mn(c,u,n)):p?c=Je(n,r(ie),u?D([u]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(c=f[0].codegenNode,o&&u&&mn(c,u,n),c.isBlock!==!d&&(c.isBlock?(i(ce),i(ot(n.inSSR,c.isComponent))):i(at(n.inSSR,c.isComponent))),c.isBlock=!d,c.isBlock?(r(ce),r(ot(n.inSSR,c.isComponent))):r(at(n.inSSR,c.isComponent))),s){let e=Xe(Zr(t.parseResult,[k(`_cached`)]));e.body=$e([A([`const _memo = (`,s.exp,`)`]),A([`if (_cached && _cached.el`,...l?[` && _cached.key === `,l]:[],` && ${n.helperString(Ve)}(_cached, _memo)) return _cached`]),A([`const _item = `,c]),k(`_item.memo = _memo`),k(`return _item`)]),a.arguments.push(e,k(`_cache`),k(String(n.cached.length))),n.cached.push(null)}else a.arguments.push(Xe(Zr(t.parseResult),c,!0))}})});function Yr(e,t,n,r){if(!t.exp){n.onError(P(31,t.loc));return}let i=t.forParseResult;if(!i){n.onError(P(32,t.loc));return}Xr(i,n);let{addIdentifiers:a,removeIdentifiers:o,scopes:s}=n,{source:c,value:l,key:u,index:d}=i,f={type:11,loc:t.loc,source:c,valueAlias:l,keyAlias:u,objectIndexAlias:d,parseResult:i,children:un(e)?e.children:[e]};n.replaceNode(f),s.vFor++;let p=r&&r(f);return()=>{s.vFor--,p&&p()}}function Xr(e,t){e.finalized||(e.finalized=!0)}function Zr({value:e,key:t,index:n},r=[]){return Qr([e,t,n,...r])}function Qr(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((e,t)=>e||k(`_`.repeat(t+1),!1))}const $r=k(`undefined`,!1),ei=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){let n=R(e,`slot`);if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},ti=(e,t)=>{let n;if(un(e)&&e.props.some(ln)&&(n=R(e,`for`))){let e=n.forParseResult;if(e){Xr(e,t);let{value:n,key:r,index:i}=e,{addIdentifiers:a,removeIdentifiers:o}=t;return n&&a(n),r&&a(r),i&&a(i),()=>{n&&o(n),r&&o(r),i&&o(i)}}}},ni=(e,t,n,r)=>Xe(e,n,!1,!0,n.length?n[0].loc:r);function ri(e,t,n=ni){t.helper(Le);let{children:r,loc:i}=e,a=[],o=[],s=t.scopes.vSlot>0||t.scopes.vFor>0,c=R(e,`slot`,!0);if(c){let{arg:e,exp:t}=c;e&&!L(e)&&(s=!0),a.push(O(e||k(`default`,!0),n(t,void 0,r,i)))}let l=!1,u=!1,d=[],f=new Set,p=0;for(let e=0;e<r.length;e++){let i=r[e],m;if(!un(i)||!(m=R(i,`slot`,!0))){i.type!==3&&d.push(i);continue}if(c){t.onError(P(37,m.loc));break}l=!0;let{children:h,loc:g}=i,{arg:_=k(`default`,!0),exp:v,loc:ee}=m,y;L(_)?y=_?_.content:`default`:s=!0;let b=R(i,`for`),x=n(v,b,h,g),te,ne;if(te=R(i,`if`))s=!0,o.push(Ze(te.exp,ii(_,x,p++),$r));else if(ne=R(i,/^else(?:-if)?$/,!0)){let n=e,i;for(;n--&&(i=r[n],wn(i)););if(i&&un(i)&&R(i,/^(?:else-)?if$/)){let e=o[o.length-1];for(;e.alternate.type===19;)e=e.alternate;e.alternate=ne.exp?Ze(ne.exp,ii(_,x,p++),$r):ii(_,x,p++)}else t.onError(P(30,ne.loc))}else if(b){s=!0;let e=b.forParseResult;e?(Xr(e,t),o.push(j(t.helper(xe),[e.source,Xe(Zr(e),ii(_,x),!0)]))):t.onError(P(32,b.loc))}else{if(y){if(f.has(y)){t.onError(P(38,ee));continue}f.add(y),y===`default`&&(u=!0)}a.push(O(_,x))}}if(!c){let e=(e,r)=>{let a=n(e,void 0,r,i);return t.compatConfig&&(a.isNonScopedSlot=!0),O(`default`,a)};l?d.length&&!d.every(Cn)&&(u?t.onError(P(39,d[0].loc)):a.push(e(void 0,d))):a.push(e(void 0,r))}let m=s?2:ai(e.children)?3:1,h=D(a.concat(O(`_`,k(m+``,!1))),i);return o.length&&(h=j(t.helper(Ce),[h,E(o)])),{slots:h,hasDynamicSlots:s}}function ii(e,t,n){let r=[O(`name`,e),O(`fn`,t)];return n!=null&&r.push(O(`key`,k(String(n),!0))),D(r)}function ai(e){for(let t=0;t<e.length;t++){let n=e[t];switch(n.type){case 1:if(n.tagType===2||ai(n.children))return!0;break;case 9:if(ai(n.branches))return!0;break;case 10:case 11:if(ai(n.children))return!0;break;default:break}}return!1}const oi=new WeakMap,si=(e,t)=>function(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;let{tag:n,props:r}=e,i=e.tagType===1,a=i?ci(e,t):`"${n}"`,o=l(a)&&a.callee===_e,s,c,u=0,d,f,p,m=o||a===w||a===ae||!i&&(n===`svg`||n===`foreignObject`||n===`math`);if(r.length>0){let n=li(e,t,void 0,i,o);s=n.props,u=n.patchFlag,f=n.dynamicPropNames;let r=n.directives;p=r&&r.length?E(r.map(e=>fi(e,t))):void 0,n.shouldUseBlock&&(m=!0)}if(e.children.length>0)if(a===oe&&(m=!0,u|=1024),i&&a!==w&&a!==oe){let{slots:n,hasDynamicSlots:r}=ri(e,t);c=n,r&&(u|=1024)}else if(e.children.length===1&&a!==w){let n=e.children[0],r=n.type,i=r===5||r===8;i&&Z(n,t)===0&&(u|=1),c=i||r===2?n:e.children}else c=e.children;f&&f.length&&(d=pi(f)),e.codegenNode=Je(t,a,s,c,u===0?void 0:u,d,p,!!m,!1,i,e.loc)};function ci(e,t,n=!1){let{tag:r}=e,i=mi(r),a=rn(e,`is`,!1,!0);if(a)if(i||_t(`COMPILER_IS_ON_ELEMENT`,t)){let e;if(a.type===6?e=a.value&&k(a.value.content,!0):(e=a.exp,e||(e=k(`is`,!1,a.arg.loc))),e)return j(t.helper(_e),[e])}else a.type===6&&a.value.content.startsWith(`vue:`)&&(r=a.value.content.slice(4));let o=zt(r)||t.isBuiltInComponent(r);return o?(n||t.helper(o),o):(t.helper(ge),t.components.add(r),gn(r,`component`))}function li(e,t,n=e.props,r,a,o=!1){let{tag:s,loc:l,children:f}=e,p=[],m=[],h=[],g=f.length>0,_=!1,v=0,ee=!1,y=!1,b=!1,x=!1,te=!1,ne=!1,S=[],C=e=>{p.length&&(m.push(D(ui(p),l)),p=[]),e&&m.push(e)},re=()=>{t.scopes.vFor>0&&p.push(O(k(`ref_for`,!0),k(`true`)))},ie=({key:e,value:n})=>{if(L(e)){let o=e.content,s=i(o);if(s&&(!r||a)&&o.toLowerCase()!==`onclick`&&o!==`onUpdate:modelValue`&&!u(o)&&(x=!0),s&&u(o)&&(ne=!0),s&&n.type===14&&(n=n.arguments[0]),n.type===20||(n.type===4||n.type===8)&&Z(n,t)>0)return;o===`ref`?ee=!0:o===`class`?y=!0:o===`style`?b=!0:o!==`key`&&!S.includes(o)&&S.push(o),r&&(o===`class`||o===`style`)&&!S.includes(o)&&S.push(o)}else te=!0};for(let i=0;i<n.length;i++){let a=n[i];if(a.type===6){let{loc:e,name:n,nameLoc:r,value:i}=a;if(n===`ref`&&(ee=!0,re()),n===`is`&&(mi(s)||i&&i.content.startsWith(`vue:`)||_t(`COMPILER_IS_ON_ELEMENT`,t)))continue;p.push(O(k(n,!0,r),k(i?i.content:``,!0,i?i.loc:e)))}else{let{name:n,arg:i,exp:u,loc:f,modifiers:ee}=a,y=n===`bind`,b=n===`on`;if(n===`slot`){r||t.onError(P(40,f));continue}if(n===`once`||n===`memo`||n===`is`||y&&an(i,`is`)&&(mi(s)||_t(`COMPILER_IS_ON_ELEMENT`,t))||b&&o)continue;if((y&&an(i,`key`)||b&&g&&an(i,`vue:before-update`))&&(_=!0),y&&an(i,`ref`)&&re(),!i&&(y||b)){if(te=!0,u)if(y){if(C(),_t(`COMPILER_V_BIND_OBJECT_ORDER`,t)){m.unshift(u);continue}re(),C(),m.push(u)}else C({type:14,loc:f,callee:t.helper(Ae),arguments:r?[u]:[u,`true`]});else t.onError(P(y?34:35,f));continue}y&&ee.some(e=>e.content===`prop`)&&(v|=32);let x=t.directiveTransforms[n];if(x){let{props:n,needRuntime:r}=x(a,e,t);!o&&n.forEach(ie),b&&i&&!L(i)?C(D(n,l)):p.push(...n),r&&(h.push(a),c(r)&&oi.set(a,r))}else d(n)||(h.push(a),g&&(_=!0))}}let w;if(m.length?(C(),w=m.length>1?j(t.helper(Te),m,l):m[0]):p.length&&(w=D(ui(p),l)),te?v|=16:(y&&!r&&(v|=2),b&&!r&&(v|=4),S.length&&(v|=8),x&&(v|=32)),!_&&(v===0||v===32)&&(ee||ne||h.length>0)&&(v|=512),!t.inSSR&&w)switch(w.type){case 15:let e=-1,n=-1,r=!1;for(let t=0;t<w.properties.length;t++){let i=w.properties[t].key;L(i)?i.content===`class`?e=t:i.content===`style`&&(n=t):i.isHandlerKey||(r=!0)}let i=w.properties[e],a=w.properties[n];r?w=j(t.helper(Oe),[w]):(i&&!L(i.value)&&(i.value=j(t.helper(Ee),[i.value])),a&&(b||a.value.type===4&&a.value.content.trim()[0]===`[`||a.value.type===17)&&(a.value=j(t.helper(De),[a.value])));break;case 14:break;default:w=j(t.helper(Oe),[j(t.helper(ke),[w])]);break}return{props:w,directives:h,patchFlag:v,dynamicPropNames:S,shouldUseBlock:_}}function ui(e){let t=new Map,n=[];for(let r=0;r<e.length;r++){let a=e[r];if(a.key.type===8||!a.key.isStatic){n.push(a);continue}let o=a.key.content,s=t.get(o);s?(o===`style`||o===`class`||i(o))&&di(s,a):(t.set(o,a),n.push(a))}return n}function di(e,t){e.value.type===17?e.value.elements.push(t.value):e.value=E([e.value,t.value],e.loc)}function fi(e,t){let n=[],r=oi.get(e);r?n.push(t.helperString(r)):(t.helper(ve),t.directives.add(e.name),n.push(gn(e.name,`directive`)));let{loc:i}=e;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`));let t=k(`true`,!1,i);n.push(D(e.modifiers.map(e=>O(e,t)),i))}return E(n,e.loc)}function pi(e){let t=`[`;for(let n=0,r=e.length;n<r;n++)t+=JSON.stringify(e[n]),n<r-1&&(t+=`, `);return t+`]`}function mi(e){return e===`component`||e===`Component`}const hi=(e,t)=>{if(dn(e)){let{children:n,loc:r}=e,{slotName:i,slotProps:a}=gi(e,t),o=[t.prefixIdentifiers?`_ctx.$slots`:`$slots`,i,`{}`,`undefined`,`true`],s=2;a&&(o[2]=a,s=3),n.length&&(o[3]=Xe([],n,!1,!1,r),s=4),t.scopeId&&!t.slotted&&(s=5),o.splice(s),e.codegenNode=j(t.helper(Se),o,r)}};function gi(e,t){let n=`"default"`,r,i=[];for(let t=0;t<e.props.length;t++){let r=e.props[t];r.type===6?r.value&&(r.name===`name`?n=JSON.stringify(r.value.content):(r.name=h(r.name),i.push(r))):r.name===`bind`&&an(r.arg,`name`)?r.exp?n=r.exp:r.arg&&r.arg.type===4&&(n=r.exp=k(h(r.arg.content),!1,r.arg.loc)):(r.name===`bind`&&r.arg&&L(r.arg)&&(r.arg.content=h(r.arg.content)),i.push(r))}if(i.length>0){let{props:n,directives:a}=li(e,t,i,!1,!1);r=n,a.length&&t.onError(P(36,a[0].loc))}return{slotName:n,slotProps:r}}const _i=(e,t,n,r)=>{let{loc:i,modifiers:a,arg:o}=e;!e.exp&&!a.length&&n.onError(P(35,i));let s;if(o.type===4)if(o.isStatic){let e=o.content;e.startsWith(`vue:`)&&(e=`vnode-${e.slice(4)}`),s=k(t.tagType!==0||e.startsWith(`vnode`)||!/[A-Z]/.test(e)?_(h(e)):`on:${e}`,!0,o.loc)}else s=A([`${n.helperString(Ne)}(`,o,`)`]);else s=o,s.children.unshift(`${n.helperString(Ne)}(`),s.children.push(`)`);let c=e.exp;c&&!c.content.trim()&&(c=void 0);let l=n.cacheHandlers&&!c&&!n.inVOnce;if(c){let e=Yt(c,n),t=!(e||$t(c,n)),r=c.content.includes(`;`);(t||l&&e)&&(c=A([`${t?`$event`:`(...args)`} => ${r?`{`:`(`}`,c,r?`}`:`)`]))}let u={props:[O(s,c||k(`() => {}`,!1,i))]};return r&&(u=r(u)),l&&(u.props[0].value=n.cache(u.props[0].value)),u.props.forEach(e=>e.key.isHandlerKey=!0),u},vi=(e,t,n)=>{let{modifiers:r,loc:i}=e,a=e.arg,{exp:o}=e;return o&&o.type===4&&!o.content.trim()&&(o=void 0),a.type===4?a.isStatic||(a.content=a.content?`${a.content} || ""`:`""`):(a.children.unshift(`(`),a.children.push(`) || ""`)),r.some(e=>e.content===`camel`)&&(a.type===4?a.isStatic?a.content=h(a.content):a.content=`${n.helperString(je)}(${a.content})`:(a.children.unshift(`${n.helperString(je)}(`),a.children.push(`)`))),n.inSSR||(r.some(e=>e.content===`prop`)&&yi(a,`.`),r.some(e=>e.content===`attr`)&&yi(a,`^`)),{props:[O(a,o)]}},yi=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(`)`))},bi=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{let n=e.children,r,i=!1;for(let e=0;e<n.length;e++){let t=n[e];if(sn(t)){i=!0;for(let i=e+1;i<n.length;i++){let a=n[i];if(sn(a))r||(r=n[e]=A([t],t.loc)),r.children.push(` + `,a),n.splice(i,1),i--;else{r=void 0;break}}}}if(!(!i||n.length===1&&(e.type===0||e.type===1&&e.tagType===0&&!e.props.find(e=>e.type===7&&!t.directiveTransforms[e.name])&&e.tag!==`template`)))for(let e=0;e<n.length;e++){let r=n[e];if(sn(r)||r.type===8){let i=[];(r.type!==2||r.content!==` `)&&i.push(r),!t.ssr&&Z(r,t)===0&&i.push(`1`),n[e]={type:12,content:r,loc:r.loc,codegenNode:j(t.helper(me),i)}}}}},xi=new WeakSet,Si=(e,t)=>{if(e.type===1&&R(e,`once`,!0))return xi.has(e)||t.inVOnce||t.inSSR?void 0:(xi.add(e),t.inVOnce=!0,t.helper(Pe),()=>{t.inVOnce=!1;let e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))})},Ci=(e,t,n)=>{let{exp:r,arg:i}=e;if(!r)return n.onError(P(41,e.loc)),wi();let a=r.loc.source.trim(),o=r.type===4?r.content:a,s=n.bindingMetadata[a];if(s===`props`||s===`props-aliased`)return n.onError(P(44,r.loc)),wi();if(s===`literal-const`||s===`setup-const`)return n.onError(P(45,r.loc)),wi();if(!o.trim()||!Yt(r,n))return n.onError(P(42,r.loc)),wi();let c=i||k(`modelValue`,!0),l=i?L(i)?`onUpdate:${h(i.content)}`:A([`"onUpdate:" + `,i]):`onUpdate:modelValue`,u;u=A([`${n.isTS?`($event: any)`:`$event`} => ((`,r,`) = $event)`]);let d=[O(c,e.exp),O(l,u)];if(e.modifiers.length&&t.tagType===1){let t=e.modifiers.map(e=>e.content).map(e=>(Vt(e)?e:JSON.stringify(e))+`: true`).join(`, `),n=i?L(i)?v(i.content):A([i,` + "Modifiers"`]):`modelModifiers`;d.push(O(n,k(`{ ${t} }`,!1,e.loc,2)))}return wi(d)};function wi(e=[]){return{props:e}}const Ti=/[\w).+\-_$\]]/,Ei=(e,t)=>{_t(`COMPILER_FILTERS`,t)&&(e.type===5?Di(e.content,t):e.type===1&&e.props.forEach(e=>{e.type===7&&e.name!==`for`&&e.exp&&Di(e.exp,t)}))};function Di(e,t){if(e.type===4)Oi(e,t);else for(let n=0;n<e.children.length;n++){let r=e.children[n];typeof r==`object`&&(r.type===4?Oi(r,t):r.type===8?Di(e,t):r.type===5&&Di(r.content,t))}}function Oi(e,t){let n=e.content,r=!1,i=!1,a=!1,o=!1,s=0,c=0,l=0,u=0,d,f,p,m,h=[];for(p=0;p<n.length;p++)if(f=d,d=n.charCodeAt(p),r)d===39&&f!==92&&(r=!1);else if(i)d===34&&f!==92&&(i=!1);else if(a)d===96&&f!==92&&(a=!1);else if(o)d===47&&f!==92&&(o=!1);else if(d===124&&n.charCodeAt(p+1)!==124&&n.charCodeAt(p-1)!==124&&!s&&!c&&!l)m===void 0?(u=p+1,m=n.slice(0,p).trim()):g();else{switch(d){case 34:i=!0;break;case 39:r=!0;break;case 96:a=!0;break;case 40:l++;break;case 41:l--;break;case 91:c++;break;case 93:c--;break;case 123:s++;break;case 125:s--;break}if(d===47){let e=p-1,t;for(;e>=0&&(t=n.charAt(e),t===` `);e--);(!t||!Ti.test(t))&&(o=!0)}}m===void 0?m=n.slice(0,p).trim():u!==0&&g();function g(){h.push(n.slice(u,p).trim()),u=p+1}if(h.length){for(p=0;p<h.length;p++)m=ki(m,h[p],t);e.content=m,e.ast=void 0}}function ki(e,t,n){n.helper(ye);let r=t.indexOf(`(`);if(r<0)return n.filters.add(t),`${gn(t,`filter`)}(${e})`;{let i=t.slice(0,r),a=t.slice(r+1);return n.filters.add(i),`${gn(i,`filter`)}(${e}${a===`)`?a:`,`+a}`}}const Ai=new WeakSet,ji=(e,t)=>{if(e.type===1){let n=R(e,`memo`);return!n||Ai.has(e)||t.inSSR?void 0:(Ai.add(e),()=>{let r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&st(r,t),e.codegenNode=j(t.helper(Be),[n.exp,Xe(void 0,r),`_cache`,String(t.cached.length)]),t.cached.push(null))})}},Mi=(e,t)=>{if(e.type===1){for(let n of e.props)if(n.type===7&&n.name===`bind`&&(!n.exp||n.exp.type===4&&!n.exp.content.trim())&&n.arg){let e=n.arg;if(e.type!==4||!e.isStatic)t.onError(P(53,e.loc)),n.exp=k(``,!0,e.loc);else{let t=h(e.content);(Ut.test(t[0])||t[0]===`-`)&&(n.exp=k(t,!1,e.loc))}}}};function Ni(e){return[[Mi,Si,Hr,ji,Jr,...[Ei],...[],hi,si,ei,bi],{on:_i,bind:vi,model:Ci}]}function Pi(e,t={}){let n=t.onError||bt,r=t.mode===`module`;t.prefixIdentifiers===!0?n(P(48)):r&&n(P(49)),t.cacheHandlers&&n(P(50)),t.scopeId&&!r&&n(P(51));let i=a({},t,{prefixIdentifiers:!1}),o=s(e)?$n(e,i):e,[c,l]=Ni(!1);return lr(o,a({},i,{nodeTransforms:[...c,...t.nodeTransforms||[]],directiveTransforms:a({},l,t.directiveTransforms||{})})),vr(o,i)}const Fi={DATA:`data`,PROPS:`props`,PROPS_ALIASED:`props-aliased`,SETUP_LET:`setup-let`,SETUP_CONST:`setup-const`,SETUP_REACTIVE_CONST:`setup-reactive-const`,SETUP_MAYBE_REF:`setup-maybe-ref`,SETUP_REF:`setup-ref`,OPTIONS:`options`,LITERAL_CONST:`literal-const`},Ii=()=>({props:[]}),Li=Symbol(``),Ri=Symbol(``),zi=Symbol(``),Bi=Symbol(``),Vi=Symbol(``),Hi=Symbol(``),Ui=Symbol(``),Wi=Symbol(``),Gi=Symbol(``),Ki=Symbol(``);Ue({[Li]:`vModelRadio`,[Ri]:`vModelCheckbox`,[zi]:`vModelText`,[Bi]:`vModelSelect`,[Vi]:`vModelDynamic`,[Hi]:`withModifiers`,[Ui]:`withKeys`,[Wi]:`vShow`,[Gi]:`Transition`,[Ki]:`TransitionGroup`});let qi;function Ji(e,t=!1){return qi||(qi=document.createElement(`div`)),t?(qi.innerHTML=`<div foo="${e.replace(/"/g,`&quot;`)}">`,qi.children[0].getAttribute(`foo`)):(qi.innerHTML=e,qi.textContent)}const Yi={parseMode:`html`,isVoidTag:re,isNativeTag:e=>ne(e)||S(e)||C(e),isPreTag:e=>e===`pre`,isIgnoreNewlineTag:e=>e===`pre`||e===`textarea`,decodeEntities:Ji,isBuiltInComponent:e=>{if(e===`Transition`||e===`transition`)return Gi;if(e===`TransitionGroup`||e===`transition-group`)return Ki},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag===`annotation-xml`){if(S(e))return 1;t.props.some(e=>e.type===6&&e.name===`encoding`&&e.value!=null&&(e.value.content===`text/html`||e.value.content===`application/xhtml+xml`))&&(r=0)}else /^m(?:[ions]|text)$/.test(t.tag)&&e!==`mglyph`&&e!==`malignmark`&&(r=0);else t&&r===1&&(t.tag===`foreignObject`||t.tag===`desc`||t.tag===`title`)&&(r=0);if(r===0){if(S(e))return 1;if(C(e))return 2}return r}},Xi=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name===`style`&&t.value&&(e.props[n]={type:7,name:`bind`,arg:k(`style`,!0,t.loc),exp:Zi(t.value.content,t.loc),modifiers:[],loc:t.loc})})},Zi=(e,t)=>{let n=te(e);return k(JSON.stringify(n),!1,t,3)};function $(e,t){return P(e,t,void 0)}const Qi={X_V_HTML_NO_EXPRESSION:54,54:`X_V_HTML_NO_EXPRESSION`,X_V_HTML_WITH_CHILDREN:55,55:`X_V_HTML_WITH_CHILDREN`,X_V_TEXT_NO_EXPRESSION:56,56:`X_V_TEXT_NO_EXPRESSION`,X_V_TEXT_WITH_CHILDREN:57,57:`X_V_TEXT_WITH_CHILDREN`,X_V_MODEL_ON_INVALID_ELEMENT:58,58:`X_V_MODEL_ON_INVALID_ELEMENT`,X_V_MODEL_ARG_ON_ELEMENT:59,59:`X_V_MODEL_ARG_ON_ELEMENT`,X_V_MODEL_ON_FILE_INPUT_ELEMENT:60,60:`X_V_MODEL_ON_FILE_INPUT_ELEMENT`,X_V_MODEL_UNNECESSARY_VALUE:61,61:`X_V_MODEL_UNNECESSARY_VALUE`,X_V_SHOW_NO_EXPRESSION:62,62:`X_V_SHOW_NO_EXPRESSION`,X_TRANSITION_INVALID_CHILDREN:63,63:`X_TRANSITION_INVALID_CHILDREN`,X_IGNORED_SIDE_EFFECT_TAG:64,64:`X_IGNORED_SIDE_EFFECT_TAG`,__EXTEND_POINT__:65,65:`__EXTEND_POINT__`},$i={54:`v-html is missing expression.`,55:`v-html will override element children.`,56:`v-text is missing expression.`,57:`v-text will override element children.`,58:`v-model can only be used on <input>, <textarea> and <select> elements.`,59:`v-model argument is not supported on plain elements.`,60:`v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.`,61:`Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.`,62:`v-show is missing expression.`,63:`<Transition> expects exactly one child element or component.`,64:`Tags with side effect (<script> and <style>) are ignored in client component templates.`,65:``},ea=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(54,i)),t.children.length&&(n.onError($(55,i)),t.children.length=0),{props:[O(k(`innerHTML`,!0,i),r||k(``,!0))]}},ta=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(56,i)),t.children.length&&(n.onError($(57,i)),t.children.length=0),{props:[O(k(`textContent`,!0),r?Z(r,n)>0?r:j(n.helperString(we),[r],i):k(``,!0))]}},na=(e,t,n)=>{let r=Ci(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError($(59,e.arg.loc));let{tag:i}=t,a=n.isCustomElement(i);if(i===`input`||i===`textarea`||i===`select`||a){let o=zi,s=!1;if(i===`input`||a){let r=rn(t,`type`);if(r){if(r.type===7)o=Vi;else if(r.value)switch(r.value.content){case`radio`:o=Li;break;case`checkbox`:o=Ri;break;case`file`:s=!0,n.onError($(60,e.loc));break;default:break}}else on(t)&&(o=Vi)}else i===`select`&&(o=Bi);s||(r.needRuntime=n.helper(o))}else n.onError($(58,e.loc));return r.props=r.props.filter(e=>!(e.key.type===4&&e.key.content===`modelValue`)),r},ra=e(`passive,once,capture`),ia=e(`stop,prevent,self,ctrl,shift,alt,meta,exact,middle`),aa=e(`left,right`),oa=e(`onkeyup,onkeydown,onkeypress`),sa=(e,t,n,r)=>{let i=[],a=[],o=[];for(let c=0;c<t.length;c++){let l=t[c].content;if(l===`native`&&n&&vt(`COMPILER_V_ON_NATIVE`,n,r))o.push(l);else if(ra(l))o.push(l);else{let t=s(e)?e:L(e)?e.content:null;aa(l)?t?oa(t.toLowerCase())?i.push(l):a.push(l):(i.push(l),a.push(l)):ia(l)?a.push(l):i.push(l)}}return{keyModifiers:i,nonKeyModifiers:a,eventOptionModifiers:o}},ca=(e,t)=>L(e)&&e.content.toLowerCase()===`onclick`?k(t,!0):e.type===4?e:A([`(`,e,`) === "onClick" ? "${t}" : (`,e,`)`]),la=(e,t,n)=>_i(e,t,n,t=>{let{modifiers:r}=e;if(!r.length)return t;let{key:i,value:a}=t.props[0],{keyModifiers:o,nonKeyModifiers:s,eventOptionModifiers:c}=sa(i,r,n,e.loc);if(s.includes(`right`)&&(i=ca(i,`onContextmenu`)),s.includes(`middle`)&&(i=ca(i,`onMouseup`)),s.length&&(a=j(n.helper(Hi),[a,JSON.stringify(s)])),o.length&&(!L(i)||oa(i.content.toLowerCase()))&&(a=j(n.helper(Ui),[a,JSON.stringify(o)])),c.length){let e=c.map(g).join(``);i=L(i)?k(`${i.content}${e}`,!0):A([`(`,i,`) + "${e}"`])}return{props:[O(i,a)]}}),ua=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(62,i)),{props:[],needRuntime:n.helper(Wi)}};function da(e,t,n=fa){return()=>{if(!e.children.length)return;n(e)&&t($(63,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:``}));let r=e.children[0];if(r.type===1)for(let t of r.props)t.type===7&&t.name===`show`&&e.props.push({type:6,name:`persisted`,nameLoc:e.loc,value:void 0,loc:e.loc})}}function fa(e){let t=e.children=e.children.filter(e=>!wn(e)),n=t[0];return t.length!==1||n.type===11||n.type===9&&n.branches.some(fa)}const pa=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag===`script`||e.tag===`style`)&&t.removeNode()};function ma(e,t){return e===`template`?!0:e in _a?_a[e].has(t):t in va?va[t].has(e):!(e in ya&&ya[e].has(t)||t in ba&&ba[t].has(e))}const ha=new Set([`h1`,`h2`,`h3`,`h4`,`h5`,`h6`]),ga=new Set([]),_a={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:ga,iframe:ga,option:ga,textarea:ga,style:ga,title:ga},va={html:ga,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`])},ya={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`.split(`.`)),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`.split(`.`))},ba={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:ha,h2:ha,h3:ha,h4:ha,h5:ha,h6:ha},xa=[Xi,...[]],Sa={cloak:Ii,html:ea,text:ta,model:na,on:la,show:ua};function Ca(e,t={}){return Pi(e,a({},Yi,t,{nodeTransforms:[pa,...xa,...t.nodeTransforms||[]],directiveTransforms:a({},Sa,t.directiveTransforms||{}),transformHoist:null}))}function wa(e,t={}){return $n(e,a({},Yi,t))}export{se as BASE_TRANSITION,Fi as BindingTypes,je as CAMELIZE,Me as CAPITALIZE,le as CREATE_BLOCK,pe as CREATE_COMMENT,ue as CREATE_ELEMENT_BLOCK,fe as CREATE_ELEMENT_VNODE,Ce as CREATE_SLOTS,he as CREATE_STATIC,me as CREATE_TEXT,de as CREATE_VNODE,mt as CompilerDeprecationTypes,Ke as ConstantTypes,Sa as DOMDirectiveTransforms,Qi as DOMErrorCodes,$i as DOMErrorMessages,xa as DOMNodeTransforms,Ge as ElementTypes,St as ErrorCodes,ie as FRAGMENT,ke as GUARD_REACTIVE_PROPS,Ve as IS_MEMO_SAME,ze as IS_REF,oe as KEEP_ALIVE,Te as MERGE_PROPS,Ht as MemberExpLexState,Ee as NORMALIZE_CLASS,Oe as NORMALIZE_PROPS,De as NORMALIZE_STYLE,gr as NewlineType,We as NodeTypes,ce as OPEN_BLOCK,Ie as POP_SCOPE_ID,Fe as PUSH_SCOPE_ID,xe as RENDER_LIST,Se as RENDER_SLOT,ge as RESOLVE_COMPONENT,ve as RESOLVE_DIRECTIVE,_e as RESOLVE_DYNAMIC_COMPONENT,ye as RESOLVE_FILTER,Pe as SET_BLOCK_TRACKING,ae as SUSPENSE,w as TELEPORT,we as TO_DISPLAY_STRING,Ae as TO_HANDLERS,Ne as TO_HANDLER_KEY,Gi as TRANSITION,Ki as TRANSITION_GROUP,It as TS_NODE_TYPES,Re as UNREF,Ri as V_MODEL_CHECKBOX,Vi as V_MODEL_DYNAMIC,Li as V_MODEL_RADIO,Bi as V_MODEL_SELECT,zi as V_MODEL_TEXT,Ui as V_ON_WITH_KEYS,Hi as V_ON_WITH_MODIFIERS,Wi as V_SHOW,Le as WITH_CTX,be as WITH_DIRECTIVES,Be as WITH_MEMO,en as advancePositionWithClone,tn as advancePositionWithMutation,nn as assert,Pi as baseCompile,$n as baseParse,fi as buildDirectiveArgs,li as buildProps,ri as buildSlots,vt as checkCompatEnabled,Ca as compile,st as convertToBlock,E as createArrayExpression,nt as createAssignmentExpression,$e as createBlockStatement,Qe as createCacheExpression,j as createCallExpression,P as createCompilerError,A as createCompoundExpression,Ze as createConditionalExpression,$ as createDOMCompilerError,Zr as createForLoopParams,Xe as createFunctionExpression,tt as createIfStatement,Ye as createInterpolation,D as createObjectExpression,O as createObjectProperty,it as createReturnStatement,qe as createRoot,rt as createSequenceExpression,k as createSimpleExpression,pr as createStructuralDirectiveTransform,et as createTemplateLiteral,cr as createTransformContext,Je as createVNodeCall,bt as defaultOnError,xt as defaultOnWarn,Ct as errorMessages,F as extractIdentifiers,vn as filterNonCommentChildren,R as findDir,rn as findProp,xn as forAliasRE,vr as generate,ee as generateCodeFrame,Ni as getBaseTransformPreset,Z as getConstantType,_n as getMemoedVNodeCall,sr as getSelfName,ot as getVNodeBlockHelper,at as getVNodeHelper,on as hasDynamicKeyVBind,z as hasScopeRef,yn as hasSingleChild,He as helperNameMap,mn as injectProp,Sn as isAllWhitespace,wn as isCommentOrWhitespace,Rt as isConstantNode,zt as isCoreComponent,$t as isFnExpression,Zt as isFnExpressionBrowser,Qt as isFnExpressionNode,Nt as isFunctionType,Et as isInDestructureAssignment,Dt as isInNewExpression,oa as isKeyboardEvent,Rr as isLiteralWhitelisted,Yt as isMemberExpression,qt as isMemberExpressionBrowser,Jt as isMemberExpressionNode,Tt as isReferencedIdentifier,Vt as isSimpleIdentifier,bn as isSingleIfBlock,dn as isSlotOutlet,an as isStaticArgOf,L as isStaticExp,I as isStaticNode,Pt as isStaticProperty,Ft as isStaticPropertyKey,un as isTemplateNode,sn as isText,cn as isVPre,ln as isVSlot,ma as isValidHTMLNesting,Cn as isWhitespaceText,T as locStub,Ii as noopDirectiveTransform,wa as parse,Yi as parserOptions,da as postTransformTransition,Br as processExpression,Yr as processFor,Ur as processIf,gi as processSlotOutlet,Ue as registerRuntimeHelpers,ci as resolveComponentType,sa as resolveModifiers,Vr as stringifyExpression,gn as toValidAssetId,ei as trackSlotScopes,ti as trackVForSlotScopes,lr as transform,vi as transformBind,si as transformElement,zr as transformExpression,Ci as transformModel,_i as transformOn,Xi as transformStyle,Mi as transformVBindShorthand,fr as traverseNode,Lt as unwrapTSNode,Ut as validFirstIdentCharRE,kt as walkBlockDeclarations,Ot as walkFunctionParams,wt as walkIdentifiers,yt as warnDeprecation};
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -3512,7 +3512,7 @@ var VueCompilerDOM = (function(exports) {
3512
3512
  `)`
3513
3513
  ]),
3514
3514
  createCompoundExpression([
3515
- `if (_cached`,
3515
+ `if (_cached && _cached.el`,
3516
3516
  ...keyExp ? [` && _cached.key === `, keyExp] : [],
3517
3517
  ` && ${context.helperString(IS_MEMO_SAME)}(_cached, _memo)) return _cached`
3518
3518
  ]),
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-dom v3.6.0-beta.8
2
+ * @vue/compiler-dom v3.6.0-beta.9
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8,4 +8,4 @@ var VueCompilerDOM=(function(e){Object.defineProperty(e,Symbol.toStringTag,{valu
8
8
  Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,45:`v-model cannot be used on a const binding because it is not writable.`,46:`Error parsing JavaScript expression: `,47:`<KeepAlive> expects exactly one child component.`,52:`@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.`,48:`"prefixIdentifiers" option is not supported in this build of compiler.`,49:`ES module mode is not supported in this build of compiler.`,50:`"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.`,51:`"scopeId" option is only supported in module mode.`,54:``};function Tt(e,t,n=!1,r=[],i=Object.create(null)){}function Et(e,t,n){return!1}function Dt(e,t){if(e&&(e.type===`ObjectProperty`||e.type===`ArrayPattern`)){let e=t.length;for(;e--;){let n=t[e];if(n.type===`AssignmentExpression`)return!0;if(n.type!==`ObjectProperty`&&!n.type.endsWith(`Pattern`))break}}return!1}function Ot(e){let t=e.length;for(;t--;){let n=e[t];if(n.type===`NewExpression`)return!0;if(n.type!==`MemberExpression`)break}return!1}function kt(e,t){for(let n of e.params)for(let e of F(n))t(e)}function At(e,t){let n=e.type===`SwitchCase`?e.consequent:e.body;for(let e of n)if(e.type===`VariableDeclaration`){if(e.declare)continue;for(let n of e.declarations)for(let e of F(n.id))t(e)}else if(e.type===`FunctionDeclaration`||e.type===`ClassDeclaration`){if(e.declare||!e.id)continue;t(e.id)}else jt(e)?Mt(e,!0,t):e.type===`SwitchStatement`&&Nt(e,!0,t)}function jt(e){return e.type===`ForOfStatement`||e.type===`ForInStatement`||e.type===`ForStatement`}function Mt(e,t,n){let r=e.type===`ForStatement`?e.init:e.left;if(r&&r.type===`VariableDeclaration`&&(r.kind===`var`?t:!t))for(let e of r.declarations)for(let t of F(e.id))n(t)}function Nt(e,t,n){for(let r of e.cases){for(let e of r.consequent)if(e.type===`VariableDeclaration`&&(e.kind===`var`?t:!t))for(let t of e.declarations)for(let e of F(t.id))n(e);At(r,n)}}function F(e,t=[]){switch(e.type){case`Identifier`:t.push(e);break;case`MemberExpression`:let n=e;for(;n.type===`MemberExpression`;)n=n.object;t.push(n);break;case`ObjectPattern`:for(let n of e.properties)n.type===`RestElement`?F(n.argument,t):F(n.value,t);break;case`ArrayPattern`:e.elements.forEach(e=>{e&&F(e,t)});break;case`RestElement`:F(e.argument,t);break;case`AssignmentPattern`:F(e.left,t);break}return t}let Pt=e=>/Function(?:Expression|Declaration)$|Method$/.test(e.type),Ft=e=>!!e&&(e.type===`ObjectProperty`||e.type===`ObjectMethod`)&&!e.computed,It=(e,t)=>Ft(t)&&t.key===e,Lt=[`TSAsExpression`,`TSTypeAssertion`,`TSNonNullExpression`,`TSInstantiationExpression`,`TSSatisfiesExpression`];function Rt(e){return Lt.includes(e.type)?Rt(e.expression):e}function I(e){switch(e=Rt(e),e.type){case`UnaryExpression`:return I(e.argument);case`LogicalExpression`:case`BinaryExpression`:return I(e.left)&&I(e.right);case`ConditionalExpression`:return I(e.test)&&I(e.consequent)&&I(e.alternate);case`SequenceExpression`:case`TemplateLiteral`:return e.expressions.every(e=>I(e));case`ParenthesizedExpression`:return I(e.expression);case`StringLiteral`:case`NumericLiteral`:case`BooleanLiteral`:case`NullLiteral`:case`BigIntLiteral`:return!0}return!1}function zt(e,t){if(I(e))return!0;switch(e=Rt(e),e.type){case`Identifier`:return t[e.name]===`literal-const`;case`RegExpLiteral`:return!0;case`ObjectExpression`:return e.properties.every(e=>e.type===`ObjectMethod`?!1:e.type===`SpreadElement`?zt(e.argument,t):(!e.computed||zt(e.key,t))&&zt(e.value,t));case`ArrayExpression`:return e.elements.every(e=>e===null?!0:e.type===`SpreadElement`?zt(e.argument,t):zt(e,t))}return!1}let L=e=>e.type===4&&e.isStatic;function Bt(e){switch(e){case`Teleport`:case`teleport`:return ae;case`Suspense`:case`suspense`:return oe;case`KeepAlive`:case`keep-alive`:return se;case`BaseTransition`:case`base-transition`:return ce}}let Vt=/^$|^\d|[^\$\w\xA0-\uFFFF]/,Ht=e=>!Vt.test(e),Ut={inMemberExp:0,0:`inMemberExp`,inBrackets:1,1:`inBrackets`,inParens:2,2:`inParens`,inString:3,3:`inString`},Wt=/[A-Za-z_$\xA0-\uFFFF]/,Gt=/[\.\?\w$\xA0-\uFFFF]/,Kt=/\s+[.[]\s*|\s*[.[]\s+/g,qt=e=>e.type===4?e.content:e.loc.source,Jt=e=>{let t=qt(e).trim().replace(Kt,e=>e.trim()),n=0,r=[],i=0,a=0,o=null;for(let e=0;e<t.length;e++){let s=t.charAt(e);switch(n){case 0:if(s===`[`)r.push(n),n=1,i++;else if(s===`(`)r.push(n),n=2,a++;else if(!(e===0?Wt:Gt).test(s))return!1;break;case 1:s===`'`||s===`"`||s==="`"?(r.push(n),n=3,o=s):s===`[`?i++:s===`]`&&(--i||(n=r.pop()));break;case 2:if(s===`'`||s===`"`||s==="`")r.push(n),n=3,o=s;else if(s===`(`)a++;else if(s===`)`){if(e===t.length-1)return!1;--a||(n=r.pop())}break;case 3:s===o&&(n=r.pop(),o=null);break}}return!i&&!a},Yt=r,Xt=Jt,Zt=/^\s*(?:async\s*)?(?:\([^)]*?\)|[\w$_]+)\s*(?::[^=]+)?=>|^\s*(?:async\s+)?function(?:\s+[\w$]+)?\s*\(/,Qt=e=>Zt.test(qt(e)),$t=r,en=Qt;function tn(e,t,n=t.length){return nn({offset:e.offset,line:e.line,column:e.column},t,n)}function nn(e,t,n=t.length){let r=0,i=-1;for(let e=0;e<n;e++)t.charCodeAt(e)===10&&(r++,i=e);return e.offset+=n,e.line+=r,e.column=i===-1?e.column+n:n-i,e}function rn(e,t){if(!e)throw Error(t||`unexpected compiler condition`)}function R(e,t,n=!1){for(let r=0;r<e.props.length;r++){let i=e.props[r];if(i.type===7&&(n||i.exp)&&(c(t)?i.name===t:t.test(i.name)))return i}}function an(e,t,n=!1,r=!1){for(let i=0;i<e.props.length;i++){let a=e.props[i];if(a.type===6){if(n)continue;if(a.name===t&&(a.value||r))return a}else if(a.name===`bind`&&(a.exp||r)&&on(a.arg,t))return a}}function on(e,t){return!!(e&&L(e)&&e.content===t)}function sn(e){return e.props.some(e=>e.type===7&&e.name===`bind`&&(!e.arg||e.arg.type!==4||!e.arg.isStatic))}function cn(e){return e.type===5||e.type===2}function ln(e){return e.type===7&&e.name===`pre`}function un(e){return e.type===7&&e.name===`slot`}function dn(e){return e.type===1&&e.tagType===3}function fn(e){return e.type===1&&e.tagType===2}let pn=new Set([ke,Ae]);function mn(e,t=[]){if(e&&!c(e)&&e.type===14){let n=e.callee;if(!c(n)&&pn.has(n))return mn(e.arguments[0],t.concat(e))}return[e,t]}function hn(e,t,n){let r,i=e.type===13?e.props:e.arguments[2],a=[],o;if(i&&!c(i)&&i.type===14){let e=mn(i);i=e[0],a=e[1],o=a[a.length-1]}if(i==null||c(i))r=E([t]);else if(i.type===14){let e=i.arguments[0];!c(e)&&e.type===15?gn(t,e)||e.properties.unshift(t):i.callee===je?r=A(n.helper(Ee),[E([t]),i]):i.arguments.unshift(E([t])),!r&&(r=i)}else i.type===15?(gn(t,i)||i.properties.unshift(t),r=i):(r=A(n.helper(Ee),[E([t]),i]),o&&o.callee===Ae&&(o=a[a.length-2]));e.type===13?o?o.arguments[0]=r:e.props=r:o?o.arguments[0]=r:e.arguments[2]=r}function gn(e,t){let n=!1;if(e.key.type===4){let r=e.key.content;n=t.properties.some(e=>e.key.type===4&&e.key.content===r)}return n}function _n(e,t){return`_${t}_${e.replace(/[^\w]/g,(t,n)=>t===`-`?`_`:e.charCodeAt(n).toString())}`}function z(e,t){if(!e||Object.keys(t).length===0)return!1;switch(e.type){case 1:for(let n=0;n<e.props.length;n++){let r=e.props[n];if(r.type===7&&(z(r.arg,t)||z(r.exp,t)))return!0}return e.children.some(e=>z(e,t));case 11:return z(e.source,t)?!0:e.children.some(e=>z(e,t));case 9:return e.branches.some(e=>z(e,t));case 10:return z(e.condition,t)?!0:e.children.some(e=>z(e,t));case 4:return!e.isStatic&&Ht(e.content)&&!!t[e.content];case 8:return e.children.some(e=>u(e)&&z(e,t));case 5:case 12:return z(e.content,t);case 2:case 3:case 20:return!1;default:return!1}}function vn(e){return e.type===14&&e.callee===Ve?e.arguments[1].returns:e}function yn(e){return e.children.filter(e=>!Tn(e))}function bn(e){return yn(e).length===1}function xn(e){let t=!1;for(let n of yn(e))if(n.type===9||n.type===1&&R(n,`if`)){if(t)return!1;t=!0}else if(!t||!(n.type===1&&R(n,/^else(-if)?$/,!0)))return!1;return!0}let Sn=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/;function Cn(e){for(let t=0;t<e.length;t++)if(!j(e.charCodeAt(t)))return!1;return!0}function wn(e){return e.type===2&&Cn(e.content)||e.type===12&&wn(e.content)}function Tn(e){return e.type===3||wn(e)}let En={parseMode:`base`,ns:0,delimiters:[`{{`,`}}`],getNamespace:()=>0,isVoidTag:i,isPreTag:i,isIgnoreNewlineTag:i,isCustomElement:i,onError:xt,onWarn:St,comments:!1,prefixIdentifiers:!1},B=En,Dn=null,V=``,H=null,U=null,W=``,G=-1,On=-1,kn=0,An=!1,jn=null,K=[],q=new mt(K,{onerr:X,ontext(e,t){In(J(e,t),e,t)},ontextentity(e,t,n){In(e,t,n)},oninterpolation(e,t){if(An)return In(J(e,t),e,t);let n=e+q.delimiterOpen.length,r=t-q.delimiterClose.length;for(;j(V.charCodeAt(n));)n++;for(;j(V.charCodeAt(r-1));)r--;let i=J(n,r);i.includes(`&`)&&(i=B.decodeEntities(i,!1)),Jn({type:5,content:Qn(i,!1,Y(n,r)),loc:Y(e,t)})},onopentagname(e,t){let n=J(e,t);H={type:1,tag:n,ns:B.getNamespace(n,K[0],B.ns),tagType:0,props:[],children:[],loc:Y(e-1,t),codegenNode:void 0}},onopentagend(e){Fn(e)},onclosetag(e,t){let n=J(e,t);if(!B.isVoidTag(n)){let r=!1;for(let e=0;e<K.length;e++)if(K[e].tag.toLowerCase()===n.toLowerCase()){r=!0,e>0&&X(24,K[0].loc.start.offset);for(let n=0;n<=e;n++)Ln(K.shift(),t,n<e);break}r||X(23,zn(e,60))}},onselfclosingtag(e){let t=H.tag;H.isSelfClosing=!0,Fn(e),K[0]&&K[0].tag===t&&Ln(K.shift(),e)},onattribname(e,t){U={type:6,name:J(e,t),nameLoc:Y(e,t),value:void 0,loc:Y(e)}},ondirname(e,t){let n=J(e,t),r=n===`.`||n===`:`?`bind`:n===`@`?`on`:n===`#`?`slot`:n.slice(2);if(!An&&r===``&&X(26,e),An||r===``)U={type:6,name:n,nameLoc:Y(e,t),value:void 0,loc:Y(e)};else if(U={type:7,name:r,rawName:n,exp:void 0,arg:void 0,modifiers:n===`.`?[O(`prop`)]:[],loc:Y(e)},r===`pre`){An=q.inVPre=!0,jn=H;let e=H.props;for(let t=0;t<e.length;t++)e[t].type===7&&(e[t]=Zn(e[t]))}},ondirarg(e,t){if(e===t)return;let n=J(e,t);if(An&&!ln(U))U.name+=n,Xn(U.nameLoc,t);else{let r=n[0]!==`[`;U.arg=Qn(r?n:n.slice(1,-1),r,Y(e,t),r?3:0)}},ondirmodifier(e,t){let n=J(e,t);if(An&&!ln(U))U.name+=`.`+n,Xn(U.nameLoc,t);else if(U.name===`slot`){let e=U.arg;e&&(e.content+=`.`+n,Xn(e.loc,t))}else{let r=O(n,!0,Y(e,t));U.modifiers.push(r)}},onattribdata(e,t){W+=J(e,t),G<0&&(G=e),On=t},onattribentity(e,t,n){W+=e,G<0&&(G=t),On=n},onattribnameend(e){let t=U.loc.start.offset,n=J(t,e);U.type===7&&(U.rawName=n),H.props.some(e=>(e.type===7?e.rawName:e.name)===n)&&X(2,t)},onattribend(e,t){if(H&&U){if(Xn(U.loc,t),e!==0)if(W.includes(`&`)&&(W=B.decodeEntities(W,!0)),U.type===6)U.name===`class`&&(W=qn(W).trim()),e===1&&!W&&X(13,t),U.value={type:2,content:W,loc:e===1?Y(G,On):Y(G-1,On+1)},q.inSFCRoot&&H.tag===`template`&&U.name===`lang`&&W&&W!==`html`&&q.enterRCDATA(pt(`</template`),0);else{U.exp=Qn(W,!1,Y(G,On),0,0),U.name===`for`&&(U.forParseResult=Pn(U.exp));let e=-1;U.name===`bind`&&(e=U.modifiers.findIndex(e=>e.content===`sync`))>-1&&yt(`COMPILER_V_BIND_SYNC`,B,U.loc,U.arg.loc.source)&&(U.name=`model`,U.modifiers.splice(e,1))}(U.type!==7||U.name!==`pre`)&&H.props.push(U)}W=``,G=On=-1},oncomment(e,t){B.comments&&Jn({type:3,content:J(e,t),loc:Y(e-4,t+3)})},onend(){let e=V.length;for(let t=0;t<K.length;t++)Ln(K[t],e-1),X(24,K[t].loc.start.offset)},oncdata(e,t){K[0].ns===0?X(1,e-9):In(J(e,t),e,t)},onprocessinginstruction(e){(K[0]?K[0].ns:B.ns)===0&&X(21,e-1)}}),Mn=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Nn=/^\(|\)$/g;function Pn(e){let t=e.loc,n=e.content,r=n.match(Sn);if(!r)return;let[,i,a]=r,o=(e,n,r=!1)=>{let i=t.start.offset+n;return Qn(e,!1,Y(i,i+e.length),0,r?1:0)},s={source:o(a.trim(),n.indexOf(a,i.length)),value:void 0,key:void 0,index:void 0,finalized:!1},c=i.trim().replace(Nn,``).trim(),l=i.indexOf(c),u=c.match(Mn);if(u){c=c.replace(Mn,``).trim();let e=u[1].trim(),t;if(e&&(t=n.indexOf(e,l+c.length),s.key=o(e,t,!0)),u[2]){let r=u[2].trim();r&&(s.index=o(r,n.indexOf(r,s.key?t+e.length:l+c.length),!0))}}return c&&(s.value=o(c,l,!0)),s}function J(e,t){return V.slice(e,t)}function Fn(e){q.inSFCRoot&&(H.innerLoc=Y(e+1,e+1)),Jn(H);let{tag:t,ns:n}=H;n===0&&B.isPreTag(t)&&kn++,B.isVoidTag(t)?Ln(H,e):(K.unshift(H),(n===1||n===2)&&(q.inXML=!0)),H=null}function In(e,t,n){{let t=K[0]&&K[0].tag;t!==`script`&&t!==`style`&&e.includes(`&`)&&(e=B.decodeEntities(e,!1))}let r=K[0]||Dn,i=r.children[r.children.length-1];i&&i.type===2?(i.content+=e,Xn(i.loc,n)):r.children.push({type:2,content:e,loc:Y(t,n)})}function Ln(e,t,n=!1){n?Xn(e.loc,zn(t,60)):Xn(e.loc,Rn(t,62)+1),q.inSFCRoot&&(e.children.length?e.innerLoc.end=o({},e.children[e.children.length-1].loc.end):e.innerLoc.end=o({},e.innerLoc.start),e.innerLoc.source=J(e.innerLoc.start.offset,e.innerLoc.end.offset));let{tag:r,ns:i,children:a}=e;if(An||(r===`slot`?e.tagType=2:Vn(e)?e.tagType=3:Hn(e)&&(e.tagType=1)),q.inRCDATA||(e.children=Gn(a)),i===0&&B.isIgnoreNewlineTag(r)){let e=a[0];e&&e.type===2&&(e.content=e.content.replace(/^\r?\n/,``))}i===0&&B.isPreTag(r)&&kn--,jn===e&&(An=q.inVPre=!1,jn=null),q.inXML&&(K[0]?K[0].ns:B.ns)===0&&(q.inXML=!1);{let t=e.props;if(!q.inSFCRoot&&vt(`COMPILER_NATIVE_TEMPLATE`,B)&&e.tag===`template`&&!Vn(e)){let t=K[0]||Dn,n=t.children.indexOf(e);t.children.splice(n,1,...e.children)}let n=t.find(e=>e.type===6&&e.name===`inline-template`);n&&yt(`COMPILER_INLINE_TEMPLATE`,B,n.loc)&&e.children.length&&(n.value={type:2,content:J(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:n.loc})}}function Rn(e,t){let n=e;for(;V.charCodeAt(n)!==t&&n<V.length-1;)n++;return n}function zn(e,t){let n=e;for(;V.charCodeAt(n)!==t&&n>=0;)n--;return n}let Bn=new Set([`if`,`else`,`else-if`,`for`,`slot`]);function Vn({tag:e,props:t}){if(e===`template`){for(let e=0;e<t.length;e++)if(t[e].type===7&&Bn.has(t[e].name))return!0}return!1}function Hn({tag:e,props:t}){if(B.isCustomElement(e))return!1;if(e===`component`||Un(e.charCodeAt(0))||Bt(e)||B.isBuiltInComponent&&B.isBuiltInComponent(e)||B.isNativeTag&&!B.isNativeTag(e))return!0;for(let e=0;e<t.length;e++){let n=t[e];if(n.type===6){if(n.name===`is`&&n.value&&(n.value.content.startsWith(`vue:`)||yt(`COMPILER_IS_ON_ELEMENT`,B,n.loc)))return!0}else if(n.name===`bind`&&on(n.arg,`is`)&&yt(`COMPILER_IS_ON_ELEMENT`,B,n.loc))return!0}return!1}function Un(e){return e>64&&e<91}let Wn=/\r\n/g;function Gn(e){let t=B.whitespace!==`preserve`,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(i.type===2)if(kn)i.content=i.content.replace(Wn,`
9
9
  `);else if(Cn(i.content)){let a=e[r-1]&&e[r-1].type,o=e[r+1]&&e[r+1].type;!a||!o||t&&(a===3&&(o===3||o===1)||a===1&&(o===3||o===1&&Kn(i.content)))?(n=!0,e[r]=null):i.content=` `}else t&&(i.content=qn(i.content))}return n?e.filter(Boolean):e}function Kn(e){for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);if(n===10||n===13)return!0}return!1}function qn(e){let t=``,n=!1;for(let r=0;r<e.length;r++)j(e.charCodeAt(r))?n||(t+=` `,n=!0):(t+=e[r],n=!1);return t}function Jn(e){(K[0]||Dn).children.push(e)}function Y(e,t){return{start:q.getPos(e),end:t==null?t:q.getPos(t),source:t==null?t:J(e,t)}}function Yn(e){return Y(e.start.offset,e.end.offset)}function Xn(e,t){e.end=q.getPos(t),e.source=J(e.start.offset,t)}function Zn(e){let t={type:6,name:e.rawName,nameLoc:Y(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};if(e.exp){let 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 Qn(e,t=!1,n,r=0,i=0){return O(e,t,n,r)}function X(e,t,n){B.onError(P(e,Y(t,t),void 0,n))}function $n(){q.reset(),H=null,U=null,W=``,G=-1,On=-1,K.length=0}function er(e,t){if($n(),V=e,B=o({},En),t){let e;for(e in t)t[e]!=null&&(B[e]=t[e])}q.mode=B.parseMode===`html`?1:B.parseMode===`sfc`?2:0,q.inXML=B.ns===1||B.ns===2;let n=t&&t.delimiters;n&&(q.delimiterOpen=pt(n[0]),q.delimiterClose=pt(n[1]));let r=Dn=Je([],e);return q.parse(V),r.loc=Y(0,e.length),r.children=Gn(r.children),Dn=null,r}function tr(e,t){rr(e,void 0,t,!!nr(e))}function nr(e){let t=e.children.filter(e=>e.type!==3);return t.length===1&&t[0].type===1&&!fn(t[0])?t[0]:null}function rr(e,t,n,r=!1,i=!1){let{children:a}=e,o=[];for(let t=0;t<a.length;t++){let s=a[t];if(s.type===1&&s.tagType===0){let e=r?0:Z(s,n);if(e>0){if(e>=2){s.codegenNode.patchFlag=-1,o.push(s);continue}}else{let e=s.codegenNode;if(e.type===13){let t=e.patchFlag;if((t===void 0||t===512||t===1)&&or(s,n)>=2){let t=sr(s);t&&(e.props=n.hoist(t))}e.dynamicProps&&(e.dynamicProps=n.hoist(e.dynamicProps))}}}else if(s.type===12&&(r?0:Z(s,n))>=2){s.codegenNode.type===14&&s.codegenNode.arguments.length>0&&s.codegenNode.arguments.push(`-1`),o.push(s);continue}if(s.type===1){let t=s.tagType===1;t&&n.scopes.vSlot++,rr(s,e,n,!1,i),t&&n.scopes.vSlot--}else if(s.type===11)rr(s,e,n,s.children.length===1,!0);else if(s.type===9)for(let t=0;t<s.branches.length;t++)rr(s.branches[t],e,n,s.branches[t].children.length===1,i)}let c=!1;if(o.length===a.length&&e.type===1){if(e.tagType===0&&e.codegenNode&&e.codegenNode.type===13&&s(e.codegenNode.children))e.codegenNode.children=l(Xe(e.codegenNode.children)),c=!0;else if(e.tagType===1&&e.codegenNode&&e.codegenNode.type===13&&e.codegenNode.children&&!s(e.codegenNode.children)&&e.codegenNode.children.type===15){let t=u(e.codegenNode,`default`);t&&(t.returns=l(Xe(t.returns)),c=!0)}else if(e.tagType===3&&t&&t.type===1&&t.tagType===1&&t.codegenNode&&t.codegenNode.type===13&&t.codegenNode.children&&!s(t.codegenNode.children)&&t.codegenNode.children.type===15){let n=R(e,`slot`,!0),r=n&&n.arg&&u(t.codegenNode,n.arg);r&&(r.returns=l(Xe(r.returns)),c=!0)}}if(!c)for(let e of o)e.codegenNode=n.cache(e.codegenNode);function l(e){let t=n.cache(e);return t.needArraySpread=!0,t}function u(e,t){if(e.children&&!s(e.children)&&e.children.type===15){let n=e.children.properties.find(e=>e.key===t||e.key.content===t);return n&&n.value}}o.length&&n.transformHoist&&n.transformHoist(a,n,e)}function Z(e,t){let{constantCache:n}=t;switch(e.type){case 1:if(e.tagType!==0)return 0;let r=n.get(e);if(r!==void 0)return r;let i=e.codegenNode;if(i.type!==13||i.isBlock&&e.tag!==`svg`&&e.tag!==`foreignObject`&&e.tag!==`math`)return 0;if(i.patchFlag===void 0){let r=3,a=or(e,t);if(a===0)return n.set(e,0),0;a<r&&(r=a);for(let i=0;i<e.children.length;i++){let a=Z(e.children[i],t);if(a===0)return n.set(e,0),0;a<r&&(r=a)}if(r>1)for(let i=0;i<e.props.length;i++){let a=e.props[i];if(a.type===7&&a.name===`bind`&&a.exp){let i=Z(a.exp,t);if(i===0)return n.set(e,0),0;i<r&&(r=i)}}if(i.isBlock){for(let t=0;t<e.props.length;t++)if(e.props[t].type===7)return n.set(e,0),0;t.removeHelper(le),t.removeHelper(ct(t.inSSR,i.isComponent)),i.isBlock=!1,t.helper(st(t.inSSR,i.isComponent))}return n.set(e,r),r}else return n.set(e,0),0;case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return Z(e.content,t);case 4:return e.constType;case 8:let a=3;for(let n=0;n<e.children.length;n++){let r=e.children[n];if(c(r)||l(r))continue;let i=Z(r,t);if(i===0)return 0;i<a&&(a=i)}return a;case 20:return 2;default:return 0}}let ir=new Set([De,Oe,ke,Ae]);function ar(e,t){if(e.type===14&&!c(e.callee)&&ir.has(e.callee)){let n=e.arguments[0];if(n.type===4)return Z(n,t);if(n.type===14)return ar(n,t)}return 0}function or(e,t){let n=3,r=sr(e);if(r&&r.type===15){let{properties:e}=r;for(let r=0;r<e.length;r++){let{key:i,value:a}=e[r],o=Z(i,t);if(o===0)return o;o<n&&(n=o);let s;if(s=a.type===4?Z(a,t):a.type===14?ar(a,t):0,s===0)return s;s<n&&(n=s)}}return n}function sr(e){let t=e.codegenNode;if(t.type===13)return t.props}function cr(e){let t=e.replace(/\?.*$/,``).match(/([^/\\]+)\.\w+$/);return t?_(g(t[1])):null}function lr(e,{filename:t=``,prefixIdentifiers:i=!1,hoistStatic:a=!1,hmr:o=!1,cacheHandlers:s=!1,nodeTransforms:l=[],directiveTransforms:u={},transformHoist:d=null,isBuiltInComponent:f=r,isCustomElement:p=r,expressionPlugins:m=[],scopeId:h=null,slotted:g=!0,ssr:_=!1,inSSR:v=!1,ssrCssVars:ee=``,bindingMetadata:y=n,inline:b=!1,isTS:x=!1,onError:te=xt,onWarn:S=St,compatConfig:ne}){let C={filename:t,selfName:cr(t),prefixIdentifiers:i,hoistStatic:a,hmr:o,cacheHandlers:s,nodeTransforms:l,directiveTransforms:u,transformHoist:d,isBuiltInComponent:f,isCustomElement:p,expressionPlugins:m,scopeId:h,slotted:g,ssr:_,inSSR:v,ssrCssVars:ee,bindingMetadata:y,inline:b,isTS:x,onError:te,onWarn:S,compatConfig:ne,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){let t=C.helpers.get(e)||0;return C.helpers.set(e,t+1),e},removeHelper(e){let t=C.helpers.get(e);if(t){let n=t-1;n?C.helpers.set(e,n):C.helpers.delete(e)}},helperString(e){return`_${Ue[C.helper(e)]}`},replaceNode(e){C.parent.children[C.childIndex]=C.currentNode=e},removeNode(e){let t=C.parent.children,n=e?t.indexOf(e):C.currentNode?C.childIndex:-1;!e||e===C.currentNode?(C.currentNode=null,C.onNodeRemoved()):C.childIndex>n&&(C.childIndex--,C.onNodeRemoved()),C.parent.children.splice(n,1)},onNodeRemoved:r,addIdentifiers(e){},removeIdentifiers(e){},hoist(e){c(e)&&(e=O(e)),C.hoists.push(e);let t=O(`_hoisted_${C.hoists.length}`,!1,e.loc,2);return t.hoisted=e,t},cache(e,t=!1,n=!1){let r=et(C.cached.length,e,t,n);return C.cached.push(r),r}};return C.filters=new Set,C}function ur(e,t){let n=lr(e,t);pr(e,n),t.hoistStatic&&tr(e,n),t.ssr||dr(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,e.filters=[...n.filters]}function dr(e,t){let{helper:n}=t,{children:r}=e;if(r.length===1){let n=nr(e);if(n&&n.codegenNode){let r=n.codegenNode;r.type===13&&lt(r,t),e.codegenNode=r}else e.codegenNode=r[0]}else r.length>1&&(e.codegenNode=Ye(t,n(w),void 0,e.children,64,void 0,void 0,!0,void 0,!1))}function fr(e,t){let n=0,r=()=>{n--};for(;n<e.children.length;n++){let i=e.children[n];c(i)||(t.grandParent=t.parent,t.parent=e,t.childIndex=n,t.onNodeRemoved=r,pr(i,t))}}function pr(e,t){t.currentNode=e;let{nodeTransforms:n}=t,r=[];for(let i=0;i<n.length;i++){let a=n[i](e,t);if(a&&(s(a)?r.push(...a):r.push(a)),t.currentNode)e=t.currentNode;else return}switch(e.type){case 3:t.ssr||t.helper(me);break;case 5:t.ssr||t.helper(Te);break;case 9:for(let n=0;n<e.branches.length;n++)pr(e.branches[n],t);break;case 10:case 11:case 1:case 0:fr(e,t);break}t.currentNode=e;let i=r.length;for(;i--;)r[i]()}function mr(e,t){let n=c(e)?t=>t===e:t=>e.test(t);return(e,r)=>{if(e.type===1){let{props:i}=e;if(e.tagType===3&&i.some(un))return;let a=[];for(let o=0;o<i.length;o++){let s=i[o];if(s.type===7&&n(s.name)){i.splice(o,1),o--;let n=t(e,s,r);n&&a.push(n)}}return a}}}let hr=`/*@__PURE__*/`,gr=e=>`${Ue[e]}: _${Ue[e]}`,_r={Start:0,0:`Start`,End:-1,"-1":`End`,None:-2,"-2":`None`,Unknown:-3,"-3":`Unknown`};function vr(e,{mode:t=`function`,prefixIdentifiers:n=t===`module`,sourceMap:r=!1,filename:i=`template.vue.html`,scopeId:a=null,optimizeImports:o=!1,runtimeGlobalName:s=`Vue`,runtimeModuleName:c=`vue`,ssrRuntimeModuleName:l=`vue/server-renderer`,ssr:u=!1,isTS:d=!1,inSSR:f=!1}){let p={mode:t,prefixIdentifiers:n,sourceMap:r,filename:i,scopeId:a,optimizeImports:o,runtimeGlobalName:s,runtimeModuleName:c,ssrRuntimeModuleName:l,ssr:u,isTS:d,inSSR:f,source:e.source,code:``,column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(e){return`_${Ue[e]}`},push(e,t=-2,n){p.code+=e},indent(){m(++p.indentLevel)},deindent(e=!1){e?--p.indentLevel:m(--p.indentLevel)},newline(){m(p.indentLevel)}};function m(e){p.push(`
10
10
  `+` `.repeat(e),0)}return p}function yr(e,t={}){let n=vr(e,t);t.onContextCreated&&t.onContextCreated(n);let{mode:r,push:i,prefixIdentifiers:a,indent:o,deindent:s,newline:c,scopeId:l,ssr:u}=n,d=Array.from(e.helpers),f=d.length>0,p=!a&&r!==`module`;if(br(e,n),i(`function ${u?`ssrRender`:`render`}(${(u?[`_ctx`,`_push`,`_parent`,`_attrs`]:[`_ctx`,`_cache`]).join(`, `)}) {`),o(),p&&(i(`with (_ctx) {`),o(),f&&(i(`const { ${d.map(gr).join(`, `)} } = _Vue\n`,-1),c())),e.components.length&&(xr(e.components,`component`,n),(e.directives.length||e.temps>0)&&c()),e.directives.length&&(xr(e.directives,`directive`,n),e.temps>0&&c()),e.filters&&e.filters.length&&(c(),xr(e.filters,`filter`,n),c()),e.temps>0){i(`let `);for(let t=0;t<e.temps;t++)i(`${t>0?`, `:``}_temp${t}`)}return(e.components.length||e.directives.length||e.temps)&&(i(`
11
- `,0),c()),u||i(`return `),e.codegenNode?Q(e.codegenNode,n):i(`null`),p&&(s(),i(`}`)),s(),i(`}`),{ast:e,code:n.code,preamble:``,map:n.map?n.map.toJSON():void 0,helpers:e.helpers}}function br(e,t){let{ssr:n,prefixIdentifiers:r,push:i,newline:a,runtimeModuleName:o,runtimeGlobalName:s,ssrRuntimeModuleName:c}=t,l=s,u=Array.from(e.helpers);u.length>0&&(i(`const _Vue = ${l}\n`,-1),e.hoists.length&&i(`const { ${[fe,pe,me,he,ge].filter(e=>u.includes(e)).map(gr).join(`, `)} } = _Vue\n`,-1)),Sr(e.hoists,t),a(),i(`return `)}function xr(e,t,{helper:n,push:r,newline:i,isTS:a}){let o=n(t===`filter`?be:t===`component`?_e:ye);for(let n=0;n<e.length;n++){let s=e[n],c=s.endsWith(`__self`);c&&(s=s.slice(0,-6)),r(`const ${_n(s,t)} = ${o}(${JSON.stringify(s)}${c?`, true`:``})${a?`!`:``}`),n<e.length-1&&i()}}function Sr(e,t){if(!e.length)return;t.pure=!0;let{push:n,newline:r}=t;r();for(let i=0;i<e.length;i++){let a=e[i];a&&(n(`const _hoisted_${i+1} = `),Q(a,t),r())}t.pure=!1}function Cr(e,t){let n=e.length>3||!1;t.push(`[`),n&&t.indent(),wr(e,t,n),n&&t.deindent(),t.push(`]`)}function wr(e,t,n=!1,r=!0){let{push:i,newline:a}=t;for(let o=0;o<e.length;o++){let l=e[o];c(l)?i(l,-3):s(l)?Cr(l,t):Q(l,t),o<e.length-1&&(n?(r&&i(`,`),a()):r&&i(`, `))}}function Q(e,t){if(c(e)){t.push(e,-3);return}if(l(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:Q(e.codegenNode,t);break;case 2:Tr(e,t);break;case 4:Er(e,t);break;case 5:Dr(e,t);break;case 12:Q(e.codegenNode,t);break;case 8:Or(e,t);break;case 3:Ar(e,t);break;case 13:jr(e,t);break;case 14:Nr(e,t);break;case 15:Pr(e,t);break;case 17:Fr(e,t);break;case 18:Ir(e,t);break;case 19:Lr(e,t);break;case 20:Rr(e,t);break;case 21:wr(e.body,t,!0,!1);break;case 22:break;case 23:break;case 24:break;case 25:break;case 26:break;case 10:break;default:}}function Tr(e,t){t.push(JSON.stringify(e.content),-3,e)}function Er(e,t){let{content:n,isStatic:r}=e;t.push(r?JSON.stringify(n):n,-3,e)}function Dr(e,t){let{push:n,helper:r,pure:i}=t;i&&n(hr),n(`${r(Te)}(`),Q(e.content,t),n(`)`)}function Or(e,t){for(let n=0;n<e.children.length;n++){let r=e.children[n];c(r)?t.push(r,-3):Q(r,t)}}function kr(e,t){let{push:n}=t;e.type===8?(n(`[`),Or(e,t),n(`]`)):e.isStatic?n(Ht(e.content)?e.content:JSON.stringify(e.content),-2,e):n(`[${e.content}]`,-3,e)}function Ar(e,t){let{push:n,helper:r,pure:i}=t;i&&n(hr),n(`${r(me)}(${JSON.stringify(e.content)})`,-3,e)}function jr(e,t){let{push:n,helper:r,pure:i}=t,{tag:a,props:o,children:s,patchFlag:c,dynamicProps:l,directives:u,isBlock:d,disableTracking:f,isComponent:p}=e,m;c&&(m=String(c)),u&&n(r(xe)+`(`),d&&n(`(${r(le)}(${f?`true`:``}), `),i&&n(hr),n(r(d?ct(t.inSSR,p):st(t.inSSR,p))+`(`,-2,e),wr(Mr([a,o,s,m,l]),t),n(`)`),d&&n(`)`),u&&(n(`, `),Q(u,t),n(`)`))}function Mr(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(e=>e||`null`)}function Nr(e,t){let{push:n,helper:r,pure:i}=t,a=c(e.callee)?e.callee:r(e.callee);i&&n(hr),n(a+`(`,-2,e),wr(e.arguments,t),n(`)`)}function Pr(e,t){let{push:n,indent:r,deindent:i,newline:a}=t,{properties:o}=e;if(!o.length){n(`{}`,-2,e);return}let s=o.length>1||!1;n(s?`{`:`{ `),s&&r();for(let e=0;e<o.length;e++){let{key:r,value:i}=o[e];kr(r,t),n(`: `),Q(i,t),e<o.length-1&&(n(`,`),a())}s&&i(),n(s?`}`:` }`)}function Fr(e,t){Cr(e.elements,t)}function Ir(e,t){let{push:n,indent:r,deindent:i}=t,{params:a,returns:o,body:c,newline:l,isSlot:u}=e;u&&n(`_${Ue[Re]}(`),n(`(`,-2,e),s(a)?wr(a,t):a&&Q(a,t),n(`) => `),(l||c)&&(n(`{`),r()),o?(l&&n(`return `),s(o)?Cr(o,t):Q(o,t)):c&&Q(c,t),(l||c)&&(i(),n(`}`)),u&&(e.isNonScopedSlot&&n(`, undefined, true`),n(`)`))}function Lr(e,t){let{test:n,consequent:r,alternate:i,newline:a}=e,{push:o,indent:s,deindent:c,newline:l}=t;if(n.type===4){let e=!Ht(n.content);e&&o(`(`),Er(n,t),e&&o(`)`)}else o(`(`),Q(n,t),o(`)`);a&&s(),t.indentLevel++,a||o(` `),o(`? `),Q(r,t),t.indentLevel--,a&&l(),a||o(` `),o(`: `);let u=i.type===19;u||t.indentLevel++,Q(i,t),u||t.indentLevel--,a&&c(!0)}function Rr(e,t){let{push:n,helper:r,indent:i,deindent:a,newline:o}=t,{needPauseTracking:s,needArraySpread:c}=e;c&&n(`[...(`),n(`_cache[${e.index}] || (`),s&&(i(),n(`${r(Fe)}(-1`),e.inVOnce&&n(`, true`),n(`),`),o(),n(`(`)),n(`_cache[${e.index}] = `),Q(e.value,t),s&&(n(`).cacheIndex = ${e.index},`),o(),n(`${r(Fe)}(1),`),o(),n(`_cache[${e.index}]`),a()),n(`)`),c&&n(`)]`)}let zr=t(`true,false,null,this`),Br=(e,t)=>{if(e.type===5)e.content=Vr(e.content,t);else if(e.type===1){let n=R(e,`memo`);for(let r=0;r<e.props.length;r++){let i=e.props[r];if(i.type===7&&i.name!==`for`){let e=i.exp,r=i.arg;e&&e.type===4&&!(i.name===`on`&&r)&&!(n&&r&&r.type===4&&r.content===`key`)&&(i.exp=Vr(e,t,i.name===`slot`)),r&&r.type===4&&!r.isStatic&&(i.arg=Vr(r,t))}}}};function Vr(e,t,n=!1,r=!1,i=Object.create(t.identifiers)){return e}function Hr(e){return c(e)?e:e.type===4?e.content:e.children.map(Hr).join(``)}let Ur=mr(/^(?:if|else|else-if)$/,(e,t,n)=>Wr(e,t,n,(e,t,r)=>{let i=n.parent.children,a=i.indexOf(e),o=0;for(;a-->=0;){let e=i[a];e&&e.type===9&&(o+=e.branches.length)}return()=>{if(r)e.codegenNode=Kr(t,o,n);else{let r=Jr(e.codegenNode);r.alternate=Kr(t,o+e.branches.length-1,n)}}}));function Wr(e,t,n,r){if(t.name!==`else`&&(!t.exp||!t.exp.content.trim())){let r=t.exp?t.exp.loc:e.loc;n.onError(P(28,t.loc)),t.exp=O(`true`,!1,r)}if(t.name===`if`){let i=Gr(e,t),a={type:9,loc:Yn(e.loc),branches:[i]};if(n.replaceNode(a),r)return r(a,i,!0)}else{let i=n.parent.children,a=i.indexOf(e);for(;a-->=-1;){let o=i[a];if(o&&Tn(o)){n.removeNode(o);continue}if(o&&o.type===9){(t.name===`else-if`||t.name===`else`)&&o.branches[o.branches.length-1].condition===void 0&&n.onError(P(30,e.loc)),n.removeNode();let i=Gr(e,t);o.branches.push(i);let a=r&&r(o,i,!1);pr(i,n),a&&a(),n.currentNode=null}else n.onError(P(30,e.loc));break}}}function Gr(e,t){let n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name===`else`?void 0:t.exp,children:n&&!R(e,`for`)?e.children:[e],userKey:an(e,`key`),isTemplateIf:n}}function Kr(e,t,n){return e.condition?$e(e.condition,qr(e,t,n),A(n.helper(me),[`""`,`true`])):qr(e,t,n)}function qr(e,t,n){let{helper:r}=n,i=D(`key`,O(`${t}`,!1,T,2)),{children:a}=e,o=a[0];if(a.length!==1||o.type!==1)if(a.length===1&&o.type===11){let e=o.codegenNode;return hn(e,i,n),e}else return Ye(n,r(w),E([i]),a,64,void 0,void 0,!0,!1,!1,e.loc);else{let e=o.codegenNode,t=vn(e);return t.type===13&&lt(t,n),hn(t,i,n),e}}function Jr(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}let Yr=mr(`for`,(e,t,n)=>{let{helper:r,removeHelper:i}=n;return Xr(e,t,n,t=>{let a=A(r(Se),[t.source]),o=dn(e),s=R(e,`memo`),c=an(e,`key`,!1,!0);c&&c.type;let l=c&&(c.type===6?c.value?O(c.value.content,!0):void 0:c.exp),u=c&&l?D(`key`,l):null,d=t.source.type===4&&t.source.constType>0,f=d?64:c?128:256;return t.codegenNode=Ye(n,r(w),void 0,a,f,void 0,void 0,!0,!d,!1,e.loc),()=>{let c,{children:f}=t,p=f.length!==1||f[0].type!==1,m=fn(e)?e:o&&e.children.length===1&&fn(e.children[0])?e.children[0]:null;if(m?(c=m.codegenNode,o&&u&&hn(c,u,n)):p?c=Ye(n,r(w),u?E([u]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(c=f[0].codegenNode,o&&u&&hn(c,u,n),c.isBlock!==!d&&(c.isBlock?(i(le),i(ct(n.inSSR,c.isComponent))):i(st(n.inSSR,c.isComponent))),c.isBlock=!d,c.isBlock?(r(le),r(ct(n.inSSR,c.isComponent))):r(st(n.inSSR,c.isComponent))),s){let e=Qe(Qr(t.parseResult,[O(`_cached`)]));e.body=tt([k([`const _memo = (`,s.exp,`)`]),k([`if (_cached`,...l?[` && _cached.key === `,l]:[],` && ${n.helperString(He)}(_cached, _memo)) return _cached`]),k([`const _item = `,c]),O(`_item.memo = _memo`),O(`return _item`)]),a.arguments.push(e,O(`_cache`),O(String(n.cached.length))),n.cached.push(null)}else a.arguments.push(Qe(Qr(t.parseResult),c,!0))}})});function Xr(e,t,n,r){if(!t.exp){n.onError(P(31,t.loc));return}let i=t.forParseResult;if(!i){n.onError(P(32,t.loc));return}Zr(i,n);let{addIdentifiers:a,removeIdentifiers:o,scopes:s}=n,{source:c,value:l,key:u,index:d}=i,f={type:11,loc:t.loc,source:c,valueAlias:l,keyAlias:u,objectIndexAlias:d,parseResult:i,children:dn(e)?e.children:[e]};n.replaceNode(f),s.vFor++;let p=r&&r(f);return()=>{s.vFor--,p&&p()}}function Zr(e,t){e.finalized||(e.finalized=!0)}function Qr({value:e,key:t,index:n},r=[]){return $r([e,t,n,...r])}function $r(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((e,t)=>e||O(`_`.repeat(t+1),!1))}let ei=O(`undefined`,!1),ti=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){let n=R(e,`slot`);if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},ni=(e,t)=>{let n;if(dn(e)&&e.props.some(un)&&(n=R(e,`for`))){let e=n.forParseResult;if(e){Zr(e,t);let{value:n,key:r,index:i}=e,{addIdentifiers:a,removeIdentifiers:o}=t;return n&&a(n),r&&a(r),i&&a(i),()=>{n&&o(n),r&&o(r),i&&o(i)}}}},ri=(e,t,n,r)=>Qe(e,n,!1,!0,n.length?n[0].loc:r);function ii(e,t,n=ri){t.helper(Re);let{children:r,loc:i}=e,a=[],o=[],s=t.scopes.vSlot>0||t.scopes.vFor>0,c=R(e,`slot`,!0);if(c){let{arg:e,exp:t}=c;e&&!L(e)&&(s=!0),a.push(D(e||O(`default`,!0),n(t,void 0,r,i)))}let l=!1,u=!1,d=[],f=new Set,p=0;for(let e=0;e<r.length;e++){let i=r[e],m;if(!dn(i)||!(m=R(i,`slot`,!0))){i.type!==3&&d.push(i);continue}if(c){t.onError(P(37,m.loc));break}l=!0;let{children:h,loc:g}=i,{arg:_=O(`default`,!0),exp:v,loc:ee}=m,y;L(_)?y=_?_.content:`default`:s=!0;let b=R(i,`for`),x=n(v,b,h,g),te,S;if(te=R(i,`if`))s=!0,o.push($e(te.exp,ai(_,x,p++),ei));else if(S=R(i,/^else(?:-if)?$/,!0)){let n=e,i;for(;n--&&(i=r[n],Tn(i)););if(i&&dn(i)&&R(i,/^(?:else-)?if$/)){let e=o[o.length-1];for(;e.alternate.type===19;)e=e.alternate;e.alternate=S.exp?$e(S.exp,ai(_,x,p++),ei):ai(_,x,p++)}else t.onError(P(30,S.loc))}else if(b){s=!0;let e=b.forParseResult;e?(Zr(e,t),o.push(A(t.helper(Se),[e.source,Qe(Qr(e),ai(_,x),!0)]))):t.onError(P(32,b.loc))}else{if(y){if(f.has(y)){t.onError(P(38,ee));continue}f.add(y),y===`default`&&(u=!0)}a.push(D(_,x))}}if(!c){let e=(e,r)=>{let a=n(e,void 0,r,i);return t.compatConfig&&(a.isNonScopedSlot=!0),D(`default`,a)};l?d.length&&!d.every(wn)&&(u?t.onError(P(39,d[0].loc)):a.push(e(void 0,d))):a.push(e(void 0,r))}let m=s?2:oi(e.children)?3:1,h=E(a.concat(D(`_`,O(m+``,!1))),i);return o.length&&(h=A(t.helper(we),[h,Xe(o)])),{slots:h,hasDynamicSlots:s}}function ai(e,t,n){let r=[D(`name`,e),D(`fn`,t)];return n!=null&&r.push(D(`key`,O(String(n),!0))),E(r)}function oi(e){for(let t=0;t<e.length;t++){let n=e[t];switch(n.type){case 1:if(n.tagType===2||oi(n.children))return!0;break;case 9:if(oi(n.branches))return!0;break;case 10:case 11:if(oi(n.children))return!0;break;default:break}}return!1}let si=new WeakMap,ci=(e,t)=>function(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;let{tag:n,props:r}=e,i=e.tagType===1,a=i?li(e,t):`"${n}"`,o=u(a)&&a.callee===ve,s,c,l=0,d,f,p,m=o||a===ae||a===oe||!i&&(n===`svg`||n===`foreignObject`||n===`math`);if(r.length>0){let n=ui(e,t,void 0,i,o);s=n.props,l=n.patchFlag,f=n.dynamicPropNames;let r=n.directives;p=r&&r.length?Xe(r.map(e=>pi(e,t))):void 0,n.shouldUseBlock&&(m=!0)}if(e.children.length>0)if(a===se&&(m=!0,l|=1024),i&&a!==ae&&a!==se){let{slots:n,hasDynamicSlots:r}=ii(e,t);c=n,r&&(l|=1024)}else if(e.children.length===1&&a!==ae){let n=e.children[0],r=n.type,i=r===5||r===8;i&&Z(n,t)===0&&(l|=1),c=i||r===2?n:e.children}else c=e.children;f&&f.length&&(d=mi(f)),e.codegenNode=Ye(t,a,s,c,l===0?void 0:l,d,p,!!m,!1,i,e.loc)};function li(e,t,n=!1){let{tag:r}=e,i=hi(r),a=an(e,`is`,!1,!0);if(a)if(i||vt(`COMPILER_IS_ON_ELEMENT`,t)){let e;if(a.type===6?e=a.value&&O(a.value.content,!0):(e=a.exp,e||(e=O(`is`,!1,a.arg.loc))),e)return A(t.helper(ve),[e])}else a.type===6&&a.value.content.startsWith(`vue:`)&&(r=a.value.content.slice(4));let o=Bt(r)||t.isBuiltInComponent(r);return o?(n||t.helper(o),o):(t.helper(_e),t.components.add(r),_n(r,`component`))}function ui(e,t,n=e.props,r,i,o=!1){let{tag:s,loc:c,children:u}=e,p=[],m=[],h=[],g=u.length>0,_=!1,v=0,ee=!1,y=!1,b=!1,x=!1,te=!1,S=!1,ne=[],C=e=>{p.length&&(m.push(E(di(p),c)),p=[]),e&&m.push(e)},re=()=>{t.scopes.vFor>0&&p.push(D(O(`ref_for`,!0),O(`true`)))},ie=({key:e,value:n})=>{if(L(e)){let o=e.content,s=a(o);if(s&&(!r||i)&&o.toLowerCase()!==`onclick`&&o!==`onUpdate:modelValue`&&!d(o)&&(x=!0),s&&d(o)&&(S=!0),s&&n.type===14&&(n=n.arguments[0]),n.type===20||(n.type===4||n.type===8)&&Z(n,t)>0)return;o===`ref`?ee=!0:o===`class`?y=!0:o===`style`?b=!0:o!==`key`&&!ne.includes(o)&&ne.push(o),r&&(o===`class`||o===`style`)&&!ne.includes(o)&&ne.push(o)}else te=!0};for(let i=0;i<n.length;i++){let a=n[i];if(a.type===6){let{loc:e,name:n,nameLoc:r,value:i}=a;if(n===`ref`&&(ee=!0,re()),n===`is`&&(hi(s)||i&&i.content.startsWith(`vue:`)||vt(`COMPILER_IS_ON_ELEMENT`,t)))continue;p.push(D(O(n,!0,r),O(i?i.content:``,!0,i?i.loc:e)))}else{let{name:n,arg:i,exp:u,loc:d,modifiers:ee}=a,y=n===`bind`,b=n===`on`;if(n===`slot`){r||t.onError(P(40,d));continue}if(n===`once`||n===`memo`||n===`is`||y&&on(i,`is`)&&(hi(s)||vt(`COMPILER_IS_ON_ELEMENT`,t))||b&&o)continue;if((y&&on(i,`key`)||b&&g&&on(i,`vue:before-update`))&&(_=!0),y&&on(i,`ref`)&&re(),!i&&(y||b)){if(te=!0,u)if(y){if(C(),vt(`COMPILER_V_BIND_OBJECT_ORDER`,t)){m.unshift(u);continue}re(),C(),m.push(u)}else C({type:14,loc:d,callee:t.helper(je),arguments:r?[u]:[u,`true`]});else t.onError(P(y?34:35,d));continue}y&&ee.some(e=>e.content===`prop`)&&(v|=32);let x=t.directiveTransforms[n];if(x){let{props:n,needRuntime:r}=x(a,e,t);!o&&n.forEach(ie),b&&i&&!L(i)?C(E(n,c)):p.push(...n),r&&(h.push(a),l(r)&&si.set(a,r))}else f(n)||(h.push(a),g&&(_=!0))}}let w;if(m.length?(C(),w=m.length>1?A(t.helper(Ee),m,c):m[0]):p.length&&(w=E(di(p),c)),te?v|=16:(y&&!r&&(v|=2),b&&!r&&(v|=4),ne.length&&(v|=8),x&&(v|=32)),!_&&(v===0||v===32)&&(ee||S||h.length>0)&&(v|=512),!t.inSSR&&w)switch(w.type){case 15:let e=-1,n=-1,r=!1;for(let t=0;t<w.properties.length;t++){let i=w.properties[t].key;L(i)?i.content===`class`?e=t:i.content===`style`&&(n=t):i.isHandlerKey||(r=!0)}let i=w.properties[e],a=w.properties[n];r?w=A(t.helper(ke),[w]):(i&&!L(i.value)&&(i.value=A(t.helper(De),[i.value])),a&&(b||a.value.type===4&&a.value.content.trim()[0]===`[`||a.value.type===17)&&(a.value=A(t.helper(Oe),[a.value])));break;case 14:break;default:w=A(t.helper(ke),[A(t.helper(Ae),[w])]);break}return{props:w,directives:h,patchFlag:v,dynamicPropNames:ne,shouldUseBlock:_}}function di(e){let t=new Map,n=[];for(let r=0;r<e.length;r++){let i=e[r];if(i.key.type===8||!i.key.isStatic){n.push(i);continue}let o=i.key.content,s=t.get(o);s?(o===`style`||o===`class`||a(o))&&fi(s,i):(t.set(o,i),n.push(i))}return n}function fi(e,t){e.value.type===17?e.value.elements.push(t.value):e.value=Xe([e.value,t.value],e.loc)}function pi(e,t){let n=[],r=si.get(e);r?n.push(t.helperString(r)):(t.helper(ye),t.directives.add(e.name),n.push(_n(e.name,`directive`)));let{loc:i}=e;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`));let t=O(`true`,!1,i);n.push(E(e.modifiers.map(e=>D(e,t)),i))}return Xe(n,e.loc)}function mi(e){let t=`[`;for(let n=0,r=e.length;n<r;n++)t+=JSON.stringify(e[n]),n<r-1&&(t+=`, `);return t+`]`}function hi(e){return e===`component`||e===`Component`}let gi=(e,t)=>{if(fn(e)){let{children:n,loc:r}=e,{slotName:i,slotProps:a}=_i(e,t),o=[t.prefixIdentifiers?`_ctx.$slots`:`$slots`,i,`{}`,`undefined`,`true`],s=2;a&&(o[2]=a,s=3),n.length&&(o[3]=Qe([],n,!1,!1,r),s=4),t.scopeId&&!t.slotted&&(s=5),o.splice(s),e.codegenNode=A(t.helper(Ce),o,r)}};function _i(e,t){let n=`"default"`,r,i=[];for(let t=0;t<e.props.length;t++){let r=e.props[t];r.type===6?r.value&&(r.name===`name`?n=JSON.stringify(r.value.content):(r.name=g(r.name),i.push(r))):r.name===`bind`&&on(r.arg,`name`)?r.exp?n=r.exp:r.arg&&r.arg.type===4&&(n=r.exp=O(g(r.arg.content),!1,r.arg.loc)):(r.name===`bind`&&r.arg&&L(r.arg)&&(r.arg.content=g(r.arg.content)),i.push(r))}if(i.length>0){let{props:n,directives:a}=ui(e,t,i,!1,!1);r=n,a.length&&t.onError(P(36,a[0].loc))}return{slotName:n,slotProps:r}}let vi=(e,t,n,r)=>{let{loc:i,modifiers:a,arg:o}=e;!e.exp&&!a.length&&n.onError(P(35,i));let s;if(o.type===4)if(o.isStatic){let e=o.content;e.startsWith(`vue:`)&&(e=`vnode-${e.slice(4)}`),s=O(t.tagType!==0||e.startsWith(`vnode`)||!/[A-Z]/.test(e)?v(g(e)):`on:${e}`,!0,o.loc)}else s=k([`${n.helperString(Pe)}(`,o,`)`]);else s=o,s.children.unshift(`${n.helperString(Pe)}(`),s.children.push(`)`);let c=e.exp;c&&!c.content.trim()&&(c=void 0);let l=n.cacheHandlers&&!c&&!n.inVOnce;if(c){let e=Xt(c,n),t=!(e||en(c,n)),r=c.content.includes(`;`);(t||l&&e)&&(c=k([`${t?`$event`:`(...args)`} => ${r?`{`:`(`}`,c,r?`}`:`)`]))}let u={props:[D(s,c||O(`() => {}`,!1,i))]};return r&&(u=r(u)),l&&(u.props[0].value=n.cache(u.props[0].value)),u.props.forEach(e=>e.key.isHandlerKey=!0),u},yi=(e,t,n)=>{let{modifiers:r,loc:i}=e,a=e.arg,{exp:o}=e;return o&&o.type===4&&!o.content.trim()&&(o=void 0),a.type===4?a.isStatic||(a.content=a.content?`${a.content} || ""`:`""`):(a.children.unshift(`(`),a.children.push(`) || ""`)),r.some(e=>e.content===`camel`)&&(a.type===4?a.isStatic?a.content=g(a.content):a.content=`${n.helperString(Me)}(${a.content})`:(a.children.unshift(`${n.helperString(Me)}(`),a.children.push(`)`))),n.inSSR||(r.some(e=>e.content===`prop`)&&bi(a,`.`),r.some(e=>e.content===`attr`)&&bi(a,`^`)),{props:[D(a,o)]}},bi=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(`)`))},xi=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{let n=e.children,r,i=!1;for(let e=0;e<n.length;e++){let t=n[e];if(cn(t)){i=!0;for(let i=e+1;i<n.length;i++){let a=n[i];if(cn(a))r||(r=n[e]=k([t],t.loc)),r.children.push(` + `,a),n.splice(i,1),i--;else{r=void 0;break}}}}if(!(!i||n.length===1&&(e.type===0||e.type===1&&e.tagType===0&&!e.props.find(e=>e.type===7&&!t.directiveTransforms[e.name])&&e.tag!==`template`)))for(let e=0;e<n.length;e++){let r=n[e];if(cn(r)||r.type===8){let i=[];(r.type!==2||r.content!==` `)&&i.push(r),!t.ssr&&Z(r,t)===0&&i.push(`1`),n[e]={type:12,content:r,loc:r.loc,codegenNode:A(t.helper(he),i)}}}}},Si=new WeakSet,Ci=(e,t)=>{if(e.type===1&&R(e,`once`,!0))return Si.has(e)||t.inVOnce||t.inSSR?void 0:(Si.add(e),t.inVOnce=!0,t.helper(Fe),()=>{t.inVOnce=!1;let e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))})},wi=(e,t,n)=>{let{exp:r,arg:i}=e;if(!r)return n.onError(P(41,e.loc)),Ti();let a=r.loc.source.trim(),o=r.type===4?r.content:a,s=n.bindingMetadata[a];if(s===`props`||s===`props-aliased`)return n.onError(P(44,r.loc)),Ti();if(s===`literal-const`||s===`setup-const`)return n.onError(P(45,r.loc)),Ti();if(!o.trim()||!Xt(r,n))return n.onError(P(42,r.loc)),Ti();let c=i||O(`modelValue`,!0),l=i?L(i)?`onUpdate:${g(i.content)}`:k([`"onUpdate:" + `,i]):`onUpdate:modelValue`,u;u=k([`${n.isTS?`($event: any)`:`$event`} => ((`,r,`) = $event)`]);let d=[D(c,e.exp),D(l,u)];if(e.modifiers.length&&t.tagType===1){let t=e.modifiers.map(e=>e.content).map(e=>(Ht(e)?e:JSON.stringify(e))+`: true`).join(`, `),n=i?L(i)?ee(i.content):k([i,` + "Modifiers"`]):`modelModifiers`;d.push(D(n,O(`{ ${t} }`,!1,e.loc,2)))}return Ti(d)};function Ti(e=[]){return{props:e}}let Ei=/[\w).+\-_$\]]/,Di=(e,t)=>{vt(`COMPILER_FILTERS`,t)&&(e.type===5?Oi(e.content,t):e.type===1&&e.props.forEach(e=>{e.type===7&&e.name!==`for`&&e.exp&&Oi(e.exp,t)}))};function Oi(e,t){if(e.type===4)ki(e,t);else for(let n=0;n<e.children.length;n++){let r=e.children[n];typeof r==`object`&&(r.type===4?ki(r,t):r.type===8?Oi(e,t):r.type===5&&Oi(r.content,t))}}function ki(e,t){let n=e.content,r=!1,i=!1,a=!1,o=!1,s=0,c=0,l=0,u=0,d,f,p,m,h=[];for(p=0;p<n.length;p++)if(f=d,d=n.charCodeAt(p),r)d===39&&f!==92&&(r=!1);else if(i)d===34&&f!==92&&(i=!1);else if(a)d===96&&f!==92&&(a=!1);else if(o)d===47&&f!==92&&(o=!1);else if(d===124&&n.charCodeAt(p+1)!==124&&n.charCodeAt(p-1)!==124&&!s&&!c&&!l)m===void 0?(u=p+1,m=n.slice(0,p).trim()):g();else{switch(d){case 34:i=!0;break;case 39:r=!0;break;case 96:a=!0;break;case 40:l++;break;case 41:l--;break;case 91:c++;break;case 93:c--;break;case 123:s++;break;case 125:s--;break}if(d===47){let e=p-1,t;for(;e>=0&&(t=n.charAt(e),t===` `);e--);(!t||!Ei.test(t))&&(o=!0)}}m===void 0?m=n.slice(0,p).trim():u!==0&&g();function g(){h.push(n.slice(u,p).trim()),u=p+1}if(h.length){for(p=0;p<h.length;p++)m=Ai(m,h[p],t);e.content=m,e.ast=void 0}}function Ai(e,t,n){n.helper(be);let r=t.indexOf(`(`);if(r<0)return n.filters.add(t),`${_n(t,`filter`)}(${e})`;{let i=t.slice(0,r),a=t.slice(r+1);return n.filters.add(i),`${_n(i,`filter`)}(${e}${a===`)`?a:`,`+a}`}}let ji=new WeakSet,Mi=(e,t)=>{if(e.type===1){let n=R(e,`memo`);return!n||ji.has(e)||t.inSSR?void 0:(ji.add(e),()=>{let r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&lt(r,t),e.codegenNode=A(t.helper(Ve),[n.exp,Qe(void 0,r),`_cache`,String(t.cached.length)]),t.cached.push(null))})}},Ni=(e,t)=>{if(e.type===1){for(let n of e.props)if(n.type===7&&n.name===`bind`&&(!n.exp||n.exp.type===4&&!n.exp.content.trim())&&n.arg){let e=n.arg;if(e.type!==4||!e.isStatic)t.onError(P(53,e.loc)),n.exp=O(``,!0,e.loc);else{let t=g(e.content);(Wt.test(t[0])||t[0]===`-`)&&(n.exp=O(t,!1,e.loc))}}}};function Pi(e){return[[Ni,Ci,Ur,Mi,Yr,...[Di],...[],gi,ci,ti,xi],{on:vi,bind:yi,model:wi}]}function Fi(e,t={}){let n=t.onError||xt,r=t.mode===`module`;t.prefixIdentifiers===!0?n(P(48)):r&&n(P(49)),t.cacheHandlers&&n(P(50)),t.scopeId&&!r&&n(P(51));let i=o({},t,{prefixIdentifiers:!1}),a=c(e)?er(e,i):e,[s,l]=Pi(!1);return ur(a,o({},i,{nodeTransforms:[...s,...t.nodeTransforms||[]],directiveTransforms:o({},l,t.directiveTransforms||{})})),yr(a,i)}let Ii={DATA:`data`,PROPS:`props`,PROPS_ALIASED:`props-aliased`,SETUP_LET:`setup-let`,SETUP_CONST:`setup-const`,SETUP_REACTIVE_CONST:`setup-reactive-const`,SETUP_MAYBE_REF:`setup-maybe-ref`,SETUP_REF:`setup-ref`,OPTIONS:`options`,LITERAL_CONST:`literal-const`},Li=()=>({props:[]}),Ri=Symbol(``),zi=Symbol(``),Bi=Symbol(``),Vi=Symbol(``),Hi=Symbol(``),Ui=Symbol(``),Wi=Symbol(``),Gi=Symbol(``),Ki=Symbol(``),qi=Symbol(``);We({[Ri]:`vModelRadio`,[zi]:`vModelCheckbox`,[Bi]:`vModelText`,[Vi]:`vModelSelect`,[Hi]:`vModelDynamic`,[Ui]:`withModifiers`,[Wi]:`withKeys`,[Gi]:`vShow`,[Ki]:`Transition`,[qi]:`TransitionGroup`});let Ji;function Yi(e,t=!1){return Ji||(Ji=document.createElement(`div`)),t?(Ji.innerHTML=`<div foo="${e.replace(/"/g,`&quot;`)}">`,Ji.children[0].getAttribute(`foo`)):(Ji.innerHTML=e,Ji.textContent)}let Xi={parseMode:`html`,isVoidTag:ie,isNativeTag:e=>ne(e)||C(e)||re(e),isPreTag:e=>e===`pre`,isIgnoreNewlineTag:e=>e===`pre`||e===`textarea`,decodeEntities:Yi,isBuiltInComponent:e=>{if(e===`Transition`||e===`transition`)return Ki;if(e===`TransitionGroup`||e===`transition-group`)return qi},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag===`annotation-xml`){if(C(e))return 1;t.props.some(e=>e.type===6&&e.name===`encoding`&&e.value!=null&&(e.value.content===`text/html`||e.value.content===`application/xhtml+xml`))&&(r=0)}else /^m(?:[ions]|text)$/.test(t.tag)&&e!==`mglyph`&&e!==`malignmark`&&(r=0);else t&&r===1&&(t.tag===`foreignObject`||t.tag===`desc`||t.tag===`title`)&&(r=0);if(r===0){if(C(e))return 1;if(re(e))return 2}return r}},Zi=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name===`style`&&t.value&&(e.props[n]={type:7,name:`bind`,arg:O(`style`,!0,t.loc),exp:Qi(t.value.content,t.loc),modifiers:[],loc:t.loc})})},Qi=(e,t)=>{let n=S(e);return O(JSON.stringify(n),!1,t,3)};function $(e,t){return P(e,t,void 0)}let $i={X_V_HTML_NO_EXPRESSION:54,54:`X_V_HTML_NO_EXPRESSION`,X_V_HTML_WITH_CHILDREN:55,55:`X_V_HTML_WITH_CHILDREN`,X_V_TEXT_NO_EXPRESSION:56,56:`X_V_TEXT_NO_EXPRESSION`,X_V_TEXT_WITH_CHILDREN:57,57:`X_V_TEXT_WITH_CHILDREN`,X_V_MODEL_ON_INVALID_ELEMENT:58,58:`X_V_MODEL_ON_INVALID_ELEMENT`,X_V_MODEL_ARG_ON_ELEMENT:59,59:`X_V_MODEL_ARG_ON_ELEMENT`,X_V_MODEL_ON_FILE_INPUT_ELEMENT:60,60:`X_V_MODEL_ON_FILE_INPUT_ELEMENT`,X_V_MODEL_UNNECESSARY_VALUE:61,61:`X_V_MODEL_UNNECESSARY_VALUE`,X_V_SHOW_NO_EXPRESSION:62,62:`X_V_SHOW_NO_EXPRESSION`,X_TRANSITION_INVALID_CHILDREN:63,63:`X_TRANSITION_INVALID_CHILDREN`,X_IGNORED_SIDE_EFFECT_TAG:64,64:`X_IGNORED_SIDE_EFFECT_TAG`,__EXTEND_POINT__:65,65:`__EXTEND_POINT__`},ea={54:`v-html is missing expression.`,55:`v-html will override element children.`,56:`v-text is missing expression.`,57:`v-text will override element children.`,58:`v-model can only be used on <input>, <textarea> and <select> elements.`,59:`v-model argument is not supported on plain elements.`,60:`v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.`,61:`Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.`,62:`v-show is missing expression.`,63:`<Transition> expects exactly one child element or component.`,64:`Tags with side effect (<script> and <style>) are ignored in client component templates.`,65:``},ta=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(54,i)),t.children.length&&(n.onError($(55,i)),t.children.length=0),{props:[D(O(`innerHTML`,!0,i),r||O(``,!0))]}},na=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(56,i)),t.children.length&&(n.onError($(57,i)),t.children.length=0),{props:[D(O(`textContent`,!0),r?Z(r,n)>0?r:A(n.helperString(Te),[r],i):O(``,!0))]}},ra=(e,t,n)=>{let r=wi(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError($(59,e.arg.loc));let{tag:i}=t,a=n.isCustomElement(i);if(i===`input`||i===`textarea`||i===`select`||a){let o=Bi,s=!1;if(i===`input`||a){let r=an(t,`type`);if(r){if(r.type===7)o=Hi;else if(r.value)switch(r.value.content){case`radio`:o=Ri;break;case`checkbox`:o=zi;break;case`file`:s=!0,n.onError($(60,e.loc));break;default:break}}else sn(t)&&(o=Hi)}else i===`select`&&(o=Vi);s||(r.needRuntime=n.helper(o))}else n.onError($(58,e.loc));return r.props=r.props.filter(e=>!(e.key.type===4&&e.key.content===`modelValue`)),r},ia=t(`passive,once,capture`),aa=t(`stop,prevent,self,ctrl,shift,alt,meta,exact,middle`),oa=t(`left,right`),sa=t(`onkeyup,onkeydown,onkeypress`),ca=(e,t,n,r)=>{let i=[],a=[],o=[];for(let s=0;s<t.length;s++){let l=t[s].content;if(l===`native`&&n&&yt(`COMPILER_V_ON_NATIVE`,n,r))o.push(l);else if(ia(l))o.push(l);else{let t=c(e)?e:L(e)?e.content:null;oa(l)?t?sa(t.toLowerCase())?i.push(l):a.push(l):(i.push(l),a.push(l)):aa(l)?a.push(l):i.push(l)}}return{keyModifiers:i,nonKeyModifiers:a,eventOptionModifiers:o}},la=(e,t)=>L(e)&&e.content.toLowerCase()===`onclick`?O(t,!0):e.type===4?e:k([`(`,e,`) === "onClick" ? "${t}" : (`,e,`)`]),ua=(e,t,n)=>vi(e,t,n,t=>{let{modifiers:r}=e;if(!r.length)return t;let{key:i,value:a}=t.props[0],{keyModifiers:o,nonKeyModifiers:s,eventOptionModifiers:c}=ca(i,r,n,e.loc);if(s.includes(`right`)&&(i=la(i,`onContextmenu`)),s.includes(`middle`)&&(i=la(i,`onMouseup`)),s.length&&(a=A(n.helper(Ui),[a,JSON.stringify(s)])),o.length&&(!L(i)||sa(i.content.toLowerCase()))&&(a=A(n.helper(Wi),[a,JSON.stringify(o)])),c.length){let e=c.map(_).join(``);i=L(i)?O(`${i.content}${e}`,!0):k([`(`,i,`) + "${e}"`])}return{props:[D(i,a)]}}),da=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(62,i)),{props:[],needRuntime:n.helper(Gi)}};function fa(e,t,n=pa){return()=>{if(!e.children.length)return;n(e)&&t($(63,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:``}));let r=e.children[0];if(r.type===1)for(let t of r.props)t.type===7&&t.name===`show`&&e.props.push({type:6,name:`persisted`,nameLoc:e.loc,value:void 0,loc:e.loc})}}function pa(e){let t=e.children=e.children.filter(e=>!Tn(e)),n=t[0];return t.length!==1||n.type===11||n.type===9&&n.branches.some(pa)}let ma=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag===`script`||e.tag===`style`)&&t.removeNode()};function ha(e,t){return e===`template`?!0:e in va?va[e].has(t):t in ya?ya[t].has(e):!(e in ba&&ba[e].has(t)||t in xa&&xa[t].has(e))}let ga=new Set([`h1`,`h2`,`h3`,`h4`,`h5`,`h6`]),_a=new Set([]),va={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:_a,iframe:_a,option:_a,textarea:_a,style:_a,title:_a},ya={html:_a,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`])},ba={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`.split(`.`)),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`.split(`.`))},xa={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:ga,h2:ga,h3:ga,h4:ga,h5:ga,h6:ga},Sa=[Zi,...[]],Ca={cloak:Li,html:ta,text:na,model:ra,on:ua,show:da};function wa(e,t={}){return Fi(e,o({},Xi,t,{nodeTransforms:[ma,...Sa,...t.nodeTransforms||[]],directiveTransforms:o({},Ca,t.directiveTransforms||{}),transformHoist:null}))}function Ta(e,t={}){return er(e,o({},Xi,t))}return e.BASE_TRANSITION=ce,e.BindingTypes=Ii,e.CAMELIZE=Me,e.CAPITALIZE=Ne,e.CREATE_BLOCK=ue,e.CREATE_COMMENT=me,e.CREATE_ELEMENT_BLOCK=de,e.CREATE_ELEMENT_VNODE=pe,e.CREATE_SLOTS=we,e.CREATE_STATIC=ge,e.CREATE_TEXT=he,e.CREATE_VNODE=fe,e.CompilerDeprecationTypes=ht,e.ConstantTypes=qe,e.DOMDirectiveTransforms=Ca,e.DOMErrorCodes=$i,e.DOMErrorMessages=ea,e.DOMNodeTransforms=Sa,e.ElementTypes=Ke,e.ErrorCodes=Ct,e.FRAGMENT=w,e.GUARD_REACTIVE_PROPS=Ae,e.IS_MEMO_SAME=He,e.IS_REF=Be,e.KEEP_ALIVE=se,e.MERGE_PROPS=Ee,e.MemberExpLexState=Ut,e.NORMALIZE_CLASS=De,e.NORMALIZE_PROPS=ke,e.NORMALIZE_STYLE=Oe,e.NewlineType=_r,e.NodeTypes=Ge,e.OPEN_BLOCK=le,e.POP_SCOPE_ID=Le,e.PUSH_SCOPE_ID=Ie,e.RENDER_LIST=Se,e.RENDER_SLOT=Ce,e.RESOLVE_COMPONENT=_e,e.RESOLVE_DIRECTIVE=ye,e.RESOLVE_DYNAMIC_COMPONENT=ve,e.RESOLVE_FILTER=be,e.SET_BLOCK_TRACKING=Fe,e.SUSPENSE=oe,e.TELEPORT=ae,e.TO_DISPLAY_STRING=Te,e.TO_HANDLERS=je,e.TO_HANDLER_KEY=Pe,e.TRANSITION=Ki,e.TRANSITION_GROUP=qi,e.TS_NODE_TYPES=Lt,e.UNREF=ze,e.V_MODEL_CHECKBOX=zi,e.V_MODEL_DYNAMIC=Hi,e.V_MODEL_RADIO=Ri,e.V_MODEL_SELECT=Vi,e.V_MODEL_TEXT=Bi,e.V_ON_WITH_KEYS=Wi,e.V_ON_WITH_MODIFIERS=Ui,e.V_SHOW=Gi,e.WITH_CTX=Re,e.WITH_DIRECTIVES=xe,e.WITH_MEMO=Ve,e.advancePositionWithClone=tn,e.advancePositionWithMutation=nn,e.assert=rn,e.baseCompile=Fi,e.baseParse=er,e.buildDirectiveArgs=pi,e.buildProps=ui,e.buildSlots=ii,e.checkCompatEnabled=yt,e.compile=wa,e.convertToBlock=lt,e.createArrayExpression=Xe,e.createAssignmentExpression=it,e.createBlockStatement=tt,e.createCacheExpression=et,e.createCallExpression=A,e.createCompilerError=P,e.createCompoundExpression=k,e.createConditionalExpression=$e,e.createDOMCompilerError=$,e.createForLoopParams=Qr,e.createFunctionExpression=Qe,e.createIfStatement=rt,e.createInterpolation=Ze,e.createObjectExpression=E,e.createObjectProperty=D,e.createReturnStatement=ot,e.createRoot=Je,e.createSequenceExpression=at,e.createSimpleExpression=O,e.createStructuralDirectiveTransform=mr,e.createTemplateLiteral=nt,e.createTransformContext=lr,e.createVNodeCall=Ye,e.defaultOnError=xt,e.defaultOnWarn=St,e.errorMessages=wt,e.extractIdentifiers=F,e.filterNonCommentChildren=yn,e.findDir=R,e.findProp=an,e.forAliasRE=Sn,e.generate=yr,e.generateCodeFrame=y,e.getBaseTransformPreset=Pi,e.getConstantType=Z,e.getMemoedVNodeCall=vn,e.getSelfName=cr,e.getVNodeBlockHelper=ct,e.getVNodeHelper=st,e.hasDynamicKeyVBind=sn,e.hasScopeRef=z,e.hasSingleChild=bn,e.helperNameMap=Ue,e.injectProp=hn,e.isAllWhitespace=Cn,e.isCommentOrWhitespace=Tn,e.isConstantNode=zt,e.isCoreComponent=Bt,e.isFnExpression=en,e.isFnExpressionBrowser=Qt,e.isFnExpressionNode=$t,e.isFunctionType=Pt,e.isInDestructureAssignment=Dt,e.isInNewExpression=Ot,e.isKeyboardEvent=sa,e.isLiteralWhitelisted=zr,e.isMemberExpression=Xt,e.isMemberExpressionBrowser=Jt,e.isMemberExpressionNode=Yt,e.isReferencedIdentifier=Et,e.isSimpleIdentifier=Ht,e.isSingleIfBlock=xn,e.isSlotOutlet=fn,e.isStaticArgOf=on,e.isStaticExp=L,e.isStaticNode=I,e.isStaticProperty=Ft,e.isStaticPropertyKey=It,e.isTemplateNode=dn,e.isText=cn,e.isVPre=ln,e.isVSlot=un,e.isValidHTMLNesting=ha,e.isWhitespaceText=wn,e.locStub=T,e.noopDirectiveTransform=Li,e.parse=Ta,e.parserOptions=Xi,e.postTransformTransition=fa,e.processExpression=Vr,e.processFor=Xr,e.processIf=Wr,e.processSlotOutlet=_i,e.registerRuntimeHelpers=We,e.resolveComponentType=li,e.resolveModifiers=ca,e.stringifyExpression=Hr,e.toValidAssetId=_n,e.trackSlotScopes=ti,e.trackVForSlotScopes=ni,e.transform=ur,e.transformBind=yi,e.transformElement=ci,e.transformExpression=Br,e.transformModel=wi,e.transformOn=vi,e.transformStyle=Zi,e.transformVBindShorthand=Ni,e.traverseNode=pr,e.unwrapTSNode=Rt,e.validFirstIdentCharRE=Wt,e.walkBlockDeclarations=At,e.walkFunctionParams=kt,e.walkIdentifiers=Tt,e.warnDeprecation=bt,e})({});
11
+ `,0),c()),u||i(`return `),e.codegenNode?Q(e.codegenNode,n):i(`null`),p&&(s(),i(`}`)),s(),i(`}`),{ast:e,code:n.code,preamble:``,map:n.map?n.map.toJSON():void 0,helpers:e.helpers}}function br(e,t){let{ssr:n,prefixIdentifiers:r,push:i,newline:a,runtimeModuleName:o,runtimeGlobalName:s,ssrRuntimeModuleName:c}=t,l=s,u=Array.from(e.helpers);u.length>0&&(i(`const _Vue = ${l}\n`,-1),e.hoists.length&&i(`const { ${[fe,pe,me,he,ge].filter(e=>u.includes(e)).map(gr).join(`, `)} } = _Vue\n`,-1)),Sr(e.hoists,t),a(),i(`return `)}function xr(e,t,{helper:n,push:r,newline:i,isTS:a}){let o=n(t===`filter`?be:t===`component`?_e:ye);for(let n=0;n<e.length;n++){let s=e[n],c=s.endsWith(`__self`);c&&(s=s.slice(0,-6)),r(`const ${_n(s,t)} = ${o}(${JSON.stringify(s)}${c?`, true`:``})${a?`!`:``}`),n<e.length-1&&i()}}function Sr(e,t){if(!e.length)return;t.pure=!0;let{push:n,newline:r}=t;r();for(let i=0;i<e.length;i++){let a=e[i];a&&(n(`const _hoisted_${i+1} = `),Q(a,t),r())}t.pure=!1}function Cr(e,t){let n=e.length>3||!1;t.push(`[`),n&&t.indent(),wr(e,t,n),n&&t.deindent(),t.push(`]`)}function wr(e,t,n=!1,r=!0){let{push:i,newline:a}=t;for(let o=0;o<e.length;o++){let l=e[o];c(l)?i(l,-3):s(l)?Cr(l,t):Q(l,t),o<e.length-1&&(n?(r&&i(`,`),a()):r&&i(`, `))}}function Q(e,t){if(c(e)){t.push(e,-3);return}if(l(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:Q(e.codegenNode,t);break;case 2:Tr(e,t);break;case 4:Er(e,t);break;case 5:Dr(e,t);break;case 12:Q(e.codegenNode,t);break;case 8:Or(e,t);break;case 3:Ar(e,t);break;case 13:jr(e,t);break;case 14:Nr(e,t);break;case 15:Pr(e,t);break;case 17:Fr(e,t);break;case 18:Ir(e,t);break;case 19:Lr(e,t);break;case 20:Rr(e,t);break;case 21:wr(e.body,t,!0,!1);break;case 22:break;case 23:break;case 24:break;case 25:break;case 26:break;case 10:break;default:}}function Tr(e,t){t.push(JSON.stringify(e.content),-3,e)}function Er(e,t){let{content:n,isStatic:r}=e;t.push(r?JSON.stringify(n):n,-3,e)}function Dr(e,t){let{push:n,helper:r,pure:i}=t;i&&n(hr),n(`${r(Te)}(`),Q(e.content,t),n(`)`)}function Or(e,t){for(let n=0;n<e.children.length;n++){let r=e.children[n];c(r)?t.push(r,-3):Q(r,t)}}function kr(e,t){let{push:n}=t;e.type===8?(n(`[`),Or(e,t),n(`]`)):e.isStatic?n(Ht(e.content)?e.content:JSON.stringify(e.content),-2,e):n(`[${e.content}]`,-3,e)}function Ar(e,t){let{push:n,helper:r,pure:i}=t;i&&n(hr),n(`${r(me)}(${JSON.stringify(e.content)})`,-3,e)}function jr(e,t){let{push:n,helper:r,pure:i}=t,{tag:a,props:o,children:s,patchFlag:c,dynamicProps:l,directives:u,isBlock:d,disableTracking:f,isComponent:p}=e,m;c&&(m=String(c)),u&&n(r(xe)+`(`),d&&n(`(${r(le)}(${f?`true`:``}), `),i&&n(hr),n(r(d?ct(t.inSSR,p):st(t.inSSR,p))+`(`,-2,e),wr(Mr([a,o,s,m,l]),t),n(`)`),d&&n(`)`),u&&(n(`, `),Q(u,t),n(`)`))}function Mr(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(e=>e||`null`)}function Nr(e,t){let{push:n,helper:r,pure:i}=t,a=c(e.callee)?e.callee:r(e.callee);i&&n(hr),n(a+`(`,-2,e),wr(e.arguments,t),n(`)`)}function Pr(e,t){let{push:n,indent:r,deindent:i,newline:a}=t,{properties:o}=e;if(!o.length){n(`{}`,-2,e);return}let s=o.length>1||!1;n(s?`{`:`{ `),s&&r();for(let e=0;e<o.length;e++){let{key:r,value:i}=o[e];kr(r,t),n(`: `),Q(i,t),e<o.length-1&&(n(`,`),a())}s&&i(),n(s?`}`:` }`)}function Fr(e,t){Cr(e.elements,t)}function Ir(e,t){let{push:n,indent:r,deindent:i}=t,{params:a,returns:o,body:c,newline:l,isSlot:u}=e;u&&n(`_${Ue[Re]}(`),n(`(`,-2,e),s(a)?wr(a,t):a&&Q(a,t),n(`) => `),(l||c)&&(n(`{`),r()),o?(l&&n(`return `),s(o)?Cr(o,t):Q(o,t)):c&&Q(c,t),(l||c)&&(i(),n(`}`)),u&&(e.isNonScopedSlot&&n(`, undefined, true`),n(`)`))}function Lr(e,t){let{test:n,consequent:r,alternate:i,newline:a}=e,{push:o,indent:s,deindent:c,newline:l}=t;if(n.type===4){let e=!Ht(n.content);e&&o(`(`),Er(n,t),e&&o(`)`)}else o(`(`),Q(n,t),o(`)`);a&&s(),t.indentLevel++,a||o(` `),o(`? `),Q(r,t),t.indentLevel--,a&&l(),a||o(` `),o(`: `);let u=i.type===19;u||t.indentLevel++,Q(i,t),u||t.indentLevel--,a&&c(!0)}function Rr(e,t){let{push:n,helper:r,indent:i,deindent:a,newline:o}=t,{needPauseTracking:s,needArraySpread:c}=e;c&&n(`[...(`),n(`_cache[${e.index}] || (`),s&&(i(),n(`${r(Fe)}(-1`),e.inVOnce&&n(`, true`),n(`),`),o(),n(`(`)),n(`_cache[${e.index}] = `),Q(e.value,t),s&&(n(`).cacheIndex = ${e.index},`),o(),n(`${r(Fe)}(1),`),o(),n(`_cache[${e.index}]`),a()),n(`)`),c&&n(`)]`)}let zr=t(`true,false,null,this`),Br=(e,t)=>{if(e.type===5)e.content=Vr(e.content,t);else if(e.type===1){let n=R(e,`memo`);for(let r=0;r<e.props.length;r++){let i=e.props[r];if(i.type===7&&i.name!==`for`){let e=i.exp,r=i.arg;e&&e.type===4&&!(i.name===`on`&&r)&&!(n&&r&&r.type===4&&r.content===`key`)&&(i.exp=Vr(e,t,i.name===`slot`)),r&&r.type===4&&!r.isStatic&&(i.arg=Vr(r,t))}}}};function Vr(e,t,n=!1,r=!1,i=Object.create(t.identifiers)){return e}function Hr(e){return c(e)?e:e.type===4?e.content:e.children.map(Hr).join(``)}let Ur=mr(/^(?:if|else|else-if)$/,(e,t,n)=>Wr(e,t,n,(e,t,r)=>{let i=n.parent.children,a=i.indexOf(e),o=0;for(;a-->=0;){let e=i[a];e&&e.type===9&&(o+=e.branches.length)}return()=>{if(r)e.codegenNode=Kr(t,o,n);else{let r=Jr(e.codegenNode);r.alternate=Kr(t,o+e.branches.length-1,n)}}}));function Wr(e,t,n,r){if(t.name!==`else`&&(!t.exp||!t.exp.content.trim())){let r=t.exp?t.exp.loc:e.loc;n.onError(P(28,t.loc)),t.exp=O(`true`,!1,r)}if(t.name===`if`){let i=Gr(e,t),a={type:9,loc:Yn(e.loc),branches:[i]};if(n.replaceNode(a),r)return r(a,i,!0)}else{let i=n.parent.children,a=i.indexOf(e);for(;a-->=-1;){let o=i[a];if(o&&Tn(o)){n.removeNode(o);continue}if(o&&o.type===9){(t.name===`else-if`||t.name===`else`)&&o.branches[o.branches.length-1].condition===void 0&&n.onError(P(30,e.loc)),n.removeNode();let i=Gr(e,t);o.branches.push(i);let a=r&&r(o,i,!1);pr(i,n),a&&a(),n.currentNode=null}else n.onError(P(30,e.loc));break}}}function Gr(e,t){let n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name===`else`?void 0:t.exp,children:n&&!R(e,`for`)?e.children:[e],userKey:an(e,`key`),isTemplateIf:n}}function Kr(e,t,n){return e.condition?$e(e.condition,qr(e,t,n),A(n.helper(me),[`""`,`true`])):qr(e,t,n)}function qr(e,t,n){let{helper:r}=n,i=D(`key`,O(`${t}`,!1,T,2)),{children:a}=e,o=a[0];if(a.length!==1||o.type!==1)if(a.length===1&&o.type===11){let e=o.codegenNode;return hn(e,i,n),e}else return Ye(n,r(w),E([i]),a,64,void 0,void 0,!0,!1,!1,e.loc);else{let e=o.codegenNode,t=vn(e);return t.type===13&&lt(t,n),hn(t,i,n),e}}function Jr(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}let Yr=mr(`for`,(e,t,n)=>{let{helper:r,removeHelper:i}=n;return Xr(e,t,n,t=>{let a=A(r(Se),[t.source]),o=dn(e),s=R(e,`memo`),c=an(e,`key`,!1,!0);c&&c.type;let l=c&&(c.type===6?c.value?O(c.value.content,!0):void 0:c.exp),u=c&&l?D(`key`,l):null,d=t.source.type===4&&t.source.constType>0,f=d?64:c?128:256;return t.codegenNode=Ye(n,r(w),void 0,a,f,void 0,void 0,!0,!d,!1,e.loc),()=>{let c,{children:f}=t,p=f.length!==1||f[0].type!==1,m=fn(e)?e:o&&e.children.length===1&&fn(e.children[0])?e.children[0]:null;if(m?(c=m.codegenNode,o&&u&&hn(c,u,n)):p?c=Ye(n,r(w),u?E([u]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(c=f[0].codegenNode,o&&u&&hn(c,u,n),c.isBlock!==!d&&(c.isBlock?(i(le),i(ct(n.inSSR,c.isComponent))):i(st(n.inSSR,c.isComponent))),c.isBlock=!d,c.isBlock?(r(le),r(ct(n.inSSR,c.isComponent))):r(st(n.inSSR,c.isComponent))),s){let e=Qe(Qr(t.parseResult,[O(`_cached`)]));e.body=tt([k([`const _memo = (`,s.exp,`)`]),k([`if (_cached && _cached.el`,...l?[` && _cached.key === `,l]:[],` && ${n.helperString(He)}(_cached, _memo)) return _cached`]),k([`const _item = `,c]),O(`_item.memo = _memo`),O(`return _item`)]),a.arguments.push(e,O(`_cache`),O(String(n.cached.length))),n.cached.push(null)}else a.arguments.push(Qe(Qr(t.parseResult),c,!0))}})});function Xr(e,t,n,r){if(!t.exp){n.onError(P(31,t.loc));return}let i=t.forParseResult;if(!i){n.onError(P(32,t.loc));return}Zr(i,n);let{addIdentifiers:a,removeIdentifiers:o,scopes:s}=n,{source:c,value:l,key:u,index:d}=i,f={type:11,loc:t.loc,source:c,valueAlias:l,keyAlias:u,objectIndexAlias:d,parseResult:i,children:dn(e)?e.children:[e]};n.replaceNode(f),s.vFor++;let p=r&&r(f);return()=>{s.vFor--,p&&p()}}function Zr(e,t){e.finalized||(e.finalized=!0)}function Qr({value:e,key:t,index:n},r=[]){return $r([e,t,n,...r])}function $r(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((e,t)=>e||O(`_`.repeat(t+1),!1))}let ei=O(`undefined`,!1),ti=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){let n=R(e,`slot`);if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},ni=(e,t)=>{let n;if(dn(e)&&e.props.some(un)&&(n=R(e,`for`))){let e=n.forParseResult;if(e){Zr(e,t);let{value:n,key:r,index:i}=e,{addIdentifiers:a,removeIdentifiers:o}=t;return n&&a(n),r&&a(r),i&&a(i),()=>{n&&o(n),r&&o(r),i&&o(i)}}}},ri=(e,t,n,r)=>Qe(e,n,!1,!0,n.length?n[0].loc:r);function ii(e,t,n=ri){t.helper(Re);let{children:r,loc:i}=e,a=[],o=[],s=t.scopes.vSlot>0||t.scopes.vFor>0,c=R(e,`slot`,!0);if(c){let{arg:e,exp:t}=c;e&&!L(e)&&(s=!0),a.push(D(e||O(`default`,!0),n(t,void 0,r,i)))}let l=!1,u=!1,d=[],f=new Set,p=0;for(let e=0;e<r.length;e++){let i=r[e],m;if(!dn(i)||!(m=R(i,`slot`,!0))){i.type!==3&&d.push(i);continue}if(c){t.onError(P(37,m.loc));break}l=!0;let{children:h,loc:g}=i,{arg:_=O(`default`,!0),exp:v,loc:ee}=m,y;L(_)?y=_?_.content:`default`:s=!0;let b=R(i,`for`),x=n(v,b,h,g),te,S;if(te=R(i,`if`))s=!0,o.push($e(te.exp,ai(_,x,p++),ei));else if(S=R(i,/^else(?:-if)?$/,!0)){let n=e,i;for(;n--&&(i=r[n],Tn(i)););if(i&&dn(i)&&R(i,/^(?:else-)?if$/)){let e=o[o.length-1];for(;e.alternate.type===19;)e=e.alternate;e.alternate=S.exp?$e(S.exp,ai(_,x,p++),ei):ai(_,x,p++)}else t.onError(P(30,S.loc))}else if(b){s=!0;let e=b.forParseResult;e?(Zr(e,t),o.push(A(t.helper(Se),[e.source,Qe(Qr(e),ai(_,x),!0)]))):t.onError(P(32,b.loc))}else{if(y){if(f.has(y)){t.onError(P(38,ee));continue}f.add(y),y===`default`&&(u=!0)}a.push(D(_,x))}}if(!c){let e=(e,r)=>{let a=n(e,void 0,r,i);return t.compatConfig&&(a.isNonScopedSlot=!0),D(`default`,a)};l?d.length&&!d.every(wn)&&(u?t.onError(P(39,d[0].loc)):a.push(e(void 0,d))):a.push(e(void 0,r))}let m=s?2:oi(e.children)?3:1,h=E(a.concat(D(`_`,O(m+``,!1))),i);return o.length&&(h=A(t.helper(we),[h,Xe(o)])),{slots:h,hasDynamicSlots:s}}function ai(e,t,n){let r=[D(`name`,e),D(`fn`,t)];return n!=null&&r.push(D(`key`,O(String(n),!0))),E(r)}function oi(e){for(let t=0;t<e.length;t++){let n=e[t];switch(n.type){case 1:if(n.tagType===2||oi(n.children))return!0;break;case 9:if(oi(n.branches))return!0;break;case 10:case 11:if(oi(n.children))return!0;break;default:break}}return!1}let si=new WeakMap,ci=(e,t)=>function(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;let{tag:n,props:r}=e,i=e.tagType===1,a=i?li(e,t):`"${n}"`,o=u(a)&&a.callee===ve,s,c,l=0,d,f,p,m=o||a===ae||a===oe||!i&&(n===`svg`||n===`foreignObject`||n===`math`);if(r.length>0){let n=ui(e,t,void 0,i,o);s=n.props,l=n.patchFlag,f=n.dynamicPropNames;let r=n.directives;p=r&&r.length?Xe(r.map(e=>pi(e,t))):void 0,n.shouldUseBlock&&(m=!0)}if(e.children.length>0)if(a===se&&(m=!0,l|=1024),i&&a!==ae&&a!==se){let{slots:n,hasDynamicSlots:r}=ii(e,t);c=n,r&&(l|=1024)}else if(e.children.length===1&&a!==ae){let n=e.children[0],r=n.type,i=r===5||r===8;i&&Z(n,t)===0&&(l|=1),c=i||r===2?n:e.children}else c=e.children;f&&f.length&&(d=mi(f)),e.codegenNode=Ye(t,a,s,c,l===0?void 0:l,d,p,!!m,!1,i,e.loc)};function li(e,t,n=!1){let{tag:r}=e,i=hi(r),a=an(e,`is`,!1,!0);if(a)if(i||vt(`COMPILER_IS_ON_ELEMENT`,t)){let e;if(a.type===6?e=a.value&&O(a.value.content,!0):(e=a.exp,e||(e=O(`is`,!1,a.arg.loc))),e)return A(t.helper(ve),[e])}else a.type===6&&a.value.content.startsWith(`vue:`)&&(r=a.value.content.slice(4));let o=Bt(r)||t.isBuiltInComponent(r);return o?(n||t.helper(o),o):(t.helper(_e),t.components.add(r),_n(r,`component`))}function ui(e,t,n=e.props,r,i,o=!1){let{tag:s,loc:c,children:u}=e,p=[],m=[],h=[],g=u.length>0,_=!1,v=0,ee=!1,y=!1,b=!1,x=!1,te=!1,S=!1,ne=[],C=e=>{p.length&&(m.push(E(di(p),c)),p=[]),e&&m.push(e)},re=()=>{t.scopes.vFor>0&&p.push(D(O(`ref_for`,!0),O(`true`)))},ie=({key:e,value:n})=>{if(L(e)){let o=e.content,s=a(o);if(s&&(!r||i)&&o.toLowerCase()!==`onclick`&&o!==`onUpdate:modelValue`&&!d(o)&&(x=!0),s&&d(o)&&(S=!0),s&&n.type===14&&(n=n.arguments[0]),n.type===20||(n.type===4||n.type===8)&&Z(n,t)>0)return;o===`ref`?ee=!0:o===`class`?y=!0:o===`style`?b=!0:o!==`key`&&!ne.includes(o)&&ne.push(o),r&&(o===`class`||o===`style`)&&!ne.includes(o)&&ne.push(o)}else te=!0};for(let i=0;i<n.length;i++){let a=n[i];if(a.type===6){let{loc:e,name:n,nameLoc:r,value:i}=a;if(n===`ref`&&(ee=!0,re()),n===`is`&&(hi(s)||i&&i.content.startsWith(`vue:`)||vt(`COMPILER_IS_ON_ELEMENT`,t)))continue;p.push(D(O(n,!0,r),O(i?i.content:``,!0,i?i.loc:e)))}else{let{name:n,arg:i,exp:u,loc:d,modifiers:ee}=a,y=n===`bind`,b=n===`on`;if(n===`slot`){r||t.onError(P(40,d));continue}if(n===`once`||n===`memo`||n===`is`||y&&on(i,`is`)&&(hi(s)||vt(`COMPILER_IS_ON_ELEMENT`,t))||b&&o)continue;if((y&&on(i,`key`)||b&&g&&on(i,`vue:before-update`))&&(_=!0),y&&on(i,`ref`)&&re(),!i&&(y||b)){if(te=!0,u)if(y){if(C(),vt(`COMPILER_V_BIND_OBJECT_ORDER`,t)){m.unshift(u);continue}re(),C(),m.push(u)}else C({type:14,loc:d,callee:t.helper(je),arguments:r?[u]:[u,`true`]});else t.onError(P(y?34:35,d));continue}y&&ee.some(e=>e.content===`prop`)&&(v|=32);let x=t.directiveTransforms[n];if(x){let{props:n,needRuntime:r}=x(a,e,t);!o&&n.forEach(ie),b&&i&&!L(i)?C(E(n,c)):p.push(...n),r&&(h.push(a),l(r)&&si.set(a,r))}else f(n)||(h.push(a),g&&(_=!0))}}let w;if(m.length?(C(),w=m.length>1?A(t.helper(Ee),m,c):m[0]):p.length&&(w=E(di(p),c)),te?v|=16:(y&&!r&&(v|=2),b&&!r&&(v|=4),ne.length&&(v|=8),x&&(v|=32)),!_&&(v===0||v===32)&&(ee||S||h.length>0)&&(v|=512),!t.inSSR&&w)switch(w.type){case 15:let e=-1,n=-1,r=!1;for(let t=0;t<w.properties.length;t++){let i=w.properties[t].key;L(i)?i.content===`class`?e=t:i.content===`style`&&(n=t):i.isHandlerKey||(r=!0)}let i=w.properties[e],a=w.properties[n];r?w=A(t.helper(ke),[w]):(i&&!L(i.value)&&(i.value=A(t.helper(De),[i.value])),a&&(b||a.value.type===4&&a.value.content.trim()[0]===`[`||a.value.type===17)&&(a.value=A(t.helper(Oe),[a.value])));break;case 14:break;default:w=A(t.helper(ke),[A(t.helper(Ae),[w])]);break}return{props:w,directives:h,patchFlag:v,dynamicPropNames:ne,shouldUseBlock:_}}function di(e){let t=new Map,n=[];for(let r=0;r<e.length;r++){let i=e[r];if(i.key.type===8||!i.key.isStatic){n.push(i);continue}let o=i.key.content,s=t.get(o);s?(o===`style`||o===`class`||a(o))&&fi(s,i):(t.set(o,i),n.push(i))}return n}function fi(e,t){e.value.type===17?e.value.elements.push(t.value):e.value=Xe([e.value,t.value],e.loc)}function pi(e,t){let n=[],r=si.get(e);r?n.push(t.helperString(r)):(t.helper(ye),t.directives.add(e.name),n.push(_n(e.name,`directive`)));let{loc:i}=e;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`));let t=O(`true`,!1,i);n.push(E(e.modifiers.map(e=>D(e,t)),i))}return Xe(n,e.loc)}function mi(e){let t=`[`;for(let n=0,r=e.length;n<r;n++)t+=JSON.stringify(e[n]),n<r-1&&(t+=`, `);return t+`]`}function hi(e){return e===`component`||e===`Component`}let gi=(e,t)=>{if(fn(e)){let{children:n,loc:r}=e,{slotName:i,slotProps:a}=_i(e,t),o=[t.prefixIdentifiers?`_ctx.$slots`:`$slots`,i,`{}`,`undefined`,`true`],s=2;a&&(o[2]=a,s=3),n.length&&(o[3]=Qe([],n,!1,!1,r),s=4),t.scopeId&&!t.slotted&&(s=5),o.splice(s),e.codegenNode=A(t.helper(Ce),o,r)}};function _i(e,t){let n=`"default"`,r,i=[];for(let t=0;t<e.props.length;t++){let r=e.props[t];r.type===6?r.value&&(r.name===`name`?n=JSON.stringify(r.value.content):(r.name=g(r.name),i.push(r))):r.name===`bind`&&on(r.arg,`name`)?r.exp?n=r.exp:r.arg&&r.arg.type===4&&(n=r.exp=O(g(r.arg.content),!1,r.arg.loc)):(r.name===`bind`&&r.arg&&L(r.arg)&&(r.arg.content=g(r.arg.content)),i.push(r))}if(i.length>0){let{props:n,directives:a}=ui(e,t,i,!1,!1);r=n,a.length&&t.onError(P(36,a[0].loc))}return{slotName:n,slotProps:r}}let vi=(e,t,n,r)=>{let{loc:i,modifiers:a,arg:o}=e;!e.exp&&!a.length&&n.onError(P(35,i));let s;if(o.type===4)if(o.isStatic){let e=o.content;e.startsWith(`vue:`)&&(e=`vnode-${e.slice(4)}`),s=O(t.tagType!==0||e.startsWith(`vnode`)||!/[A-Z]/.test(e)?v(g(e)):`on:${e}`,!0,o.loc)}else s=k([`${n.helperString(Pe)}(`,o,`)`]);else s=o,s.children.unshift(`${n.helperString(Pe)}(`),s.children.push(`)`);let c=e.exp;c&&!c.content.trim()&&(c=void 0);let l=n.cacheHandlers&&!c&&!n.inVOnce;if(c){let e=Xt(c,n),t=!(e||en(c,n)),r=c.content.includes(`;`);(t||l&&e)&&(c=k([`${t?`$event`:`(...args)`} => ${r?`{`:`(`}`,c,r?`}`:`)`]))}let u={props:[D(s,c||O(`() => {}`,!1,i))]};return r&&(u=r(u)),l&&(u.props[0].value=n.cache(u.props[0].value)),u.props.forEach(e=>e.key.isHandlerKey=!0),u},yi=(e,t,n)=>{let{modifiers:r,loc:i}=e,a=e.arg,{exp:o}=e;return o&&o.type===4&&!o.content.trim()&&(o=void 0),a.type===4?a.isStatic||(a.content=a.content?`${a.content} || ""`:`""`):(a.children.unshift(`(`),a.children.push(`) || ""`)),r.some(e=>e.content===`camel`)&&(a.type===4?a.isStatic?a.content=g(a.content):a.content=`${n.helperString(Me)}(${a.content})`:(a.children.unshift(`${n.helperString(Me)}(`),a.children.push(`)`))),n.inSSR||(r.some(e=>e.content===`prop`)&&bi(a,`.`),r.some(e=>e.content===`attr`)&&bi(a,`^`)),{props:[D(a,o)]}},bi=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(`)`))},xi=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{let n=e.children,r,i=!1;for(let e=0;e<n.length;e++){let t=n[e];if(cn(t)){i=!0;for(let i=e+1;i<n.length;i++){let a=n[i];if(cn(a))r||(r=n[e]=k([t],t.loc)),r.children.push(` + `,a),n.splice(i,1),i--;else{r=void 0;break}}}}if(!(!i||n.length===1&&(e.type===0||e.type===1&&e.tagType===0&&!e.props.find(e=>e.type===7&&!t.directiveTransforms[e.name])&&e.tag!==`template`)))for(let e=0;e<n.length;e++){let r=n[e];if(cn(r)||r.type===8){let i=[];(r.type!==2||r.content!==` `)&&i.push(r),!t.ssr&&Z(r,t)===0&&i.push(`1`),n[e]={type:12,content:r,loc:r.loc,codegenNode:A(t.helper(he),i)}}}}},Si=new WeakSet,Ci=(e,t)=>{if(e.type===1&&R(e,`once`,!0))return Si.has(e)||t.inVOnce||t.inSSR?void 0:(Si.add(e),t.inVOnce=!0,t.helper(Fe),()=>{t.inVOnce=!1;let e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0,!0))})},wi=(e,t,n)=>{let{exp:r,arg:i}=e;if(!r)return n.onError(P(41,e.loc)),Ti();let a=r.loc.source.trim(),o=r.type===4?r.content:a,s=n.bindingMetadata[a];if(s===`props`||s===`props-aliased`)return n.onError(P(44,r.loc)),Ti();if(s===`literal-const`||s===`setup-const`)return n.onError(P(45,r.loc)),Ti();if(!o.trim()||!Xt(r,n))return n.onError(P(42,r.loc)),Ti();let c=i||O(`modelValue`,!0),l=i?L(i)?`onUpdate:${g(i.content)}`:k([`"onUpdate:" + `,i]):`onUpdate:modelValue`,u;u=k([`${n.isTS?`($event: any)`:`$event`} => ((`,r,`) = $event)`]);let d=[D(c,e.exp),D(l,u)];if(e.modifiers.length&&t.tagType===1){let t=e.modifiers.map(e=>e.content).map(e=>(Ht(e)?e:JSON.stringify(e))+`: true`).join(`, `),n=i?L(i)?ee(i.content):k([i,` + "Modifiers"`]):`modelModifiers`;d.push(D(n,O(`{ ${t} }`,!1,e.loc,2)))}return Ti(d)};function Ti(e=[]){return{props:e}}let Ei=/[\w).+\-_$\]]/,Di=(e,t)=>{vt(`COMPILER_FILTERS`,t)&&(e.type===5?Oi(e.content,t):e.type===1&&e.props.forEach(e=>{e.type===7&&e.name!==`for`&&e.exp&&Oi(e.exp,t)}))};function Oi(e,t){if(e.type===4)ki(e,t);else for(let n=0;n<e.children.length;n++){let r=e.children[n];typeof r==`object`&&(r.type===4?ki(r,t):r.type===8?Oi(e,t):r.type===5&&Oi(r.content,t))}}function ki(e,t){let n=e.content,r=!1,i=!1,a=!1,o=!1,s=0,c=0,l=0,u=0,d,f,p,m,h=[];for(p=0;p<n.length;p++)if(f=d,d=n.charCodeAt(p),r)d===39&&f!==92&&(r=!1);else if(i)d===34&&f!==92&&(i=!1);else if(a)d===96&&f!==92&&(a=!1);else if(o)d===47&&f!==92&&(o=!1);else if(d===124&&n.charCodeAt(p+1)!==124&&n.charCodeAt(p-1)!==124&&!s&&!c&&!l)m===void 0?(u=p+1,m=n.slice(0,p).trim()):g();else{switch(d){case 34:i=!0;break;case 39:r=!0;break;case 96:a=!0;break;case 40:l++;break;case 41:l--;break;case 91:c++;break;case 93:c--;break;case 123:s++;break;case 125:s--;break}if(d===47){let e=p-1,t;for(;e>=0&&(t=n.charAt(e),t===` `);e--);(!t||!Ei.test(t))&&(o=!0)}}m===void 0?m=n.slice(0,p).trim():u!==0&&g();function g(){h.push(n.slice(u,p).trim()),u=p+1}if(h.length){for(p=0;p<h.length;p++)m=Ai(m,h[p],t);e.content=m,e.ast=void 0}}function Ai(e,t,n){n.helper(be);let r=t.indexOf(`(`);if(r<0)return n.filters.add(t),`${_n(t,`filter`)}(${e})`;{let i=t.slice(0,r),a=t.slice(r+1);return n.filters.add(i),`${_n(i,`filter`)}(${e}${a===`)`?a:`,`+a}`}}let ji=new WeakSet,Mi=(e,t)=>{if(e.type===1){let n=R(e,`memo`);return!n||ji.has(e)||t.inSSR?void 0:(ji.add(e),()=>{let r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&lt(r,t),e.codegenNode=A(t.helper(Ve),[n.exp,Qe(void 0,r),`_cache`,String(t.cached.length)]),t.cached.push(null))})}},Ni=(e,t)=>{if(e.type===1){for(let n of e.props)if(n.type===7&&n.name===`bind`&&(!n.exp||n.exp.type===4&&!n.exp.content.trim())&&n.arg){let e=n.arg;if(e.type!==4||!e.isStatic)t.onError(P(53,e.loc)),n.exp=O(``,!0,e.loc);else{let t=g(e.content);(Wt.test(t[0])||t[0]===`-`)&&(n.exp=O(t,!1,e.loc))}}}};function Pi(e){return[[Ni,Ci,Ur,Mi,Yr,...[Di],...[],gi,ci,ti,xi],{on:vi,bind:yi,model:wi}]}function Fi(e,t={}){let n=t.onError||xt,r=t.mode===`module`;t.prefixIdentifiers===!0?n(P(48)):r&&n(P(49)),t.cacheHandlers&&n(P(50)),t.scopeId&&!r&&n(P(51));let i=o({},t,{prefixIdentifiers:!1}),a=c(e)?er(e,i):e,[s,l]=Pi(!1);return ur(a,o({},i,{nodeTransforms:[...s,...t.nodeTransforms||[]],directiveTransforms:o({},l,t.directiveTransforms||{})})),yr(a,i)}let Ii={DATA:`data`,PROPS:`props`,PROPS_ALIASED:`props-aliased`,SETUP_LET:`setup-let`,SETUP_CONST:`setup-const`,SETUP_REACTIVE_CONST:`setup-reactive-const`,SETUP_MAYBE_REF:`setup-maybe-ref`,SETUP_REF:`setup-ref`,OPTIONS:`options`,LITERAL_CONST:`literal-const`},Li=()=>({props:[]}),Ri=Symbol(``),zi=Symbol(``),Bi=Symbol(``),Vi=Symbol(``),Hi=Symbol(``),Ui=Symbol(``),Wi=Symbol(``),Gi=Symbol(``),Ki=Symbol(``),qi=Symbol(``);We({[Ri]:`vModelRadio`,[zi]:`vModelCheckbox`,[Bi]:`vModelText`,[Vi]:`vModelSelect`,[Hi]:`vModelDynamic`,[Ui]:`withModifiers`,[Wi]:`withKeys`,[Gi]:`vShow`,[Ki]:`Transition`,[qi]:`TransitionGroup`});let Ji;function Yi(e,t=!1){return Ji||(Ji=document.createElement(`div`)),t?(Ji.innerHTML=`<div foo="${e.replace(/"/g,`&quot;`)}">`,Ji.children[0].getAttribute(`foo`)):(Ji.innerHTML=e,Ji.textContent)}let Xi={parseMode:`html`,isVoidTag:ie,isNativeTag:e=>ne(e)||C(e)||re(e),isPreTag:e=>e===`pre`,isIgnoreNewlineTag:e=>e===`pre`||e===`textarea`,decodeEntities:Yi,isBuiltInComponent:e=>{if(e===`Transition`||e===`transition`)return Ki;if(e===`TransitionGroup`||e===`transition-group`)return qi},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag===`annotation-xml`){if(C(e))return 1;t.props.some(e=>e.type===6&&e.name===`encoding`&&e.value!=null&&(e.value.content===`text/html`||e.value.content===`application/xhtml+xml`))&&(r=0)}else /^m(?:[ions]|text)$/.test(t.tag)&&e!==`mglyph`&&e!==`malignmark`&&(r=0);else t&&r===1&&(t.tag===`foreignObject`||t.tag===`desc`||t.tag===`title`)&&(r=0);if(r===0){if(C(e))return 1;if(re(e))return 2}return r}},Zi=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name===`style`&&t.value&&(e.props[n]={type:7,name:`bind`,arg:O(`style`,!0,t.loc),exp:Qi(t.value.content,t.loc),modifiers:[],loc:t.loc})})},Qi=(e,t)=>{let n=S(e);return O(JSON.stringify(n),!1,t,3)};function $(e,t){return P(e,t,void 0)}let $i={X_V_HTML_NO_EXPRESSION:54,54:`X_V_HTML_NO_EXPRESSION`,X_V_HTML_WITH_CHILDREN:55,55:`X_V_HTML_WITH_CHILDREN`,X_V_TEXT_NO_EXPRESSION:56,56:`X_V_TEXT_NO_EXPRESSION`,X_V_TEXT_WITH_CHILDREN:57,57:`X_V_TEXT_WITH_CHILDREN`,X_V_MODEL_ON_INVALID_ELEMENT:58,58:`X_V_MODEL_ON_INVALID_ELEMENT`,X_V_MODEL_ARG_ON_ELEMENT:59,59:`X_V_MODEL_ARG_ON_ELEMENT`,X_V_MODEL_ON_FILE_INPUT_ELEMENT:60,60:`X_V_MODEL_ON_FILE_INPUT_ELEMENT`,X_V_MODEL_UNNECESSARY_VALUE:61,61:`X_V_MODEL_UNNECESSARY_VALUE`,X_V_SHOW_NO_EXPRESSION:62,62:`X_V_SHOW_NO_EXPRESSION`,X_TRANSITION_INVALID_CHILDREN:63,63:`X_TRANSITION_INVALID_CHILDREN`,X_IGNORED_SIDE_EFFECT_TAG:64,64:`X_IGNORED_SIDE_EFFECT_TAG`,__EXTEND_POINT__:65,65:`__EXTEND_POINT__`},ea={54:`v-html is missing expression.`,55:`v-html will override element children.`,56:`v-text is missing expression.`,57:`v-text will override element children.`,58:`v-model can only be used on <input>, <textarea> and <select> elements.`,59:`v-model argument is not supported on plain elements.`,60:`v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.`,61:`Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.`,62:`v-show is missing expression.`,63:`<Transition> expects exactly one child element or component.`,64:`Tags with side effect (<script> and <style>) are ignored in client component templates.`,65:``},ta=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(54,i)),t.children.length&&(n.onError($(55,i)),t.children.length=0),{props:[D(O(`innerHTML`,!0,i),r||O(``,!0))]}},na=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(56,i)),t.children.length&&(n.onError($(57,i)),t.children.length=0),{props:[D(O(`textContent`,!0),r?Z(r,n)>0?r:A(n.helperString(Te),[r],i):O(``,!0))]}},ra=(e,t,n)=>{let r=wi(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError($(59,e.arg.loc));let{tag:i}=t,a=n.isCustomElement(i);if(i===`input`||i===`textarea`||i===`select`||a){let o=Bi,s=!1;if(i===`input`||a){let r=an(t,`type`);if(r){if(r.type===7)o=Hi;else if(r.value)switch(r.value.content){case`radio`:o=Ri;break;case`checkbox`:o=zi;break;case`file`:s=!0,n.onError($(60,e.loc));break;default:break}}else sn(t)&&(o=Hi)}else i===`select`&&(o=Vi);s||(r.needRuntime=n.helper(o))}else n.onError($(58,e.loc));return r.props=r.props.filter(e=>!(e.key.type===4&&e.key.content===`modelValue`)),r},ia=t(`passive,once,capture`),aa=t(`stop,prevent,self,ctrl,shift,alt,meta,exact,middle`),oa=t(`left,right`),sa=t(`onkeyup,onkeydown,onkeypress`),ca=(e,t,n,r)=>{let i=[],a=[],o=[];for(let s=0;s<t.length;s++){let l=t[s].content;if(l===`native`&&n&&yt(`COMPILER_V_ON_NATIVE`,n,r))o.push(l);else if(ia(l))o.push(l);else{let t=c(e)?e:L(e)?e.content:null;oa(l)?t?sa(t.toLowerCase())?i.push(l):a.push(l):(i.push(l),a.push(l)):aa(l)?a.push(l):i.push(l)}}return{keyModifiers:i,nonKeyModifiers:a,eventOptionModifiers:o}},la=(e,t)=>L(e)&&e.content.toLowerCase()===`onclick`?O(t,!0):e.type===4?e:k([`(`,e,`) === "onClick" ? "${t}" : (`,e,`)`]),ua=(e,t,n)=>vi(e,t,n,t=>{let{modifiers:r}=e;if(!r.length)return t;let{key:i,value:a}=t.props[0],{keyModifiers:o,nonKeyModifiers:s,eventOptionModifiers:c}=ca(i,r,n,e.loc);if(s.includes(`right`)&&(i=la(i,`onContextmenu`)),s.includes(`middle`)&&(i=la(i,`onMouseup`)),s.length&&(a=A(n.helper(Ui),[a,JSON.stringify(s)])),o.length&&(!L(i)||sa(i.content.toLowerCase()))&&(a=A(n.helper(Wi),[a,JSON.stringify(o)])),c.length){let e=c.map(_).join(``);i=L(i)?O(`${i.content}${e}`,!0):k([`(`,i,`) + "${e}"`])}return{props:[D(i,a)]}}),da=(e,t,n)=>{let{exp:r,loc:i}=e;return r||n.onError($(62,i)),{props:[],needRuntime:n.helper(Gi)}};function fa(e,t,n=pa){return()=>{if(!e.children.length)return;n(e)&&t($(63,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:``}));let r=e.children[0];if(r.type===1)for(let t of r.props)t.type===7&&t.name===`show`&&e.props.push({type:6,name:`persisted`,nameLoc:e.loc,value:void 0,loc:e.loc})}}function pa(e){let t=e.children=e.children.filter(e=>!Tn(e)),n=t[0];return t.length!==1||n.type===11||n.type===9&&n.branches.some(pa)}let ma=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag===`script`||e.tag===`style`)&&t.removeNode()};function ha(e,t){return e===`template`?!0:e in va?va[e].has(t):t in ya?ya[t].has(e):!(e in ba&&ba[e].has(t)||t in xa&&xa[t].has(e))}let ga=new Set([`h1`,`h2`,`h3`,`h4`,`h5`,`h6`]),_a=new Set([]),va={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:_a,iframe:_a,option:_a,textarea:_a,style:_a,title:_a},ya={html:_a,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`])},ba={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`.split(`.`)),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`.split(`.`))},xa={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:ga,h2:ga,h3:ga,h4:ga,h5:ga,h6:ga},Sa=[Zi,...[]],Ca={cloak:Li,html:ta,text:na,model:ra,on:ua,show:da};function wa(e,t={}){return Fi(e,o({},Xi,t,{nodeTransforms:[ma,...Sa,...t.nodeTransforms||[]],directiveTransforms:o({},Ca,t.directiveTransforms||{}),transformHoist:null}))}function Ta(e,t={}){return er(e,o({},Xi,t))}return e.BASE_TRANSITION=ce,e.BindingTypes=Ii,e.CAMELIZE=Me,e.CAPITALIZE=Ne,e.CREATE_BLOCK=ue,e.CREATE_COMMENT=me,e.CREATE_ELEMENT_BLOCK=de,e.CREATE_ELEMENT_VNODE=pe,e.CREATE_SLOTS=we,e.CREATE_STATIC=ge,e.CREATE_TEXT=he,e.CREATE_VNODE=fe,e.CompilerDeprecationTypes=ht,e.ConstantTypes=qe,e.DOMDirectiveTransforms=Ca,e.DOMErrorCodes=$i,e.DOMErrorMessages=ea,e.DOMNodeTransforms=Sa,e.ElementTypes=Ke,e.ErrorCodes=Ct,e.FRAGMENT=w,e.GUARD_REACTIVE_PROPS=Ae,e.IS_MEMO_SAME=He,e.IS_REF=Be,e.KEEP_ALIVE=se,e.MERGE_PROPS=Ee,e.MemberExpLexState=Ut,e.NORMALIZE_CLASS=De,e.NORMALIZE_PROPS=ke,e.NORMALIZE_STYLE=Oe,e.NewlineType=_r,e.NodeTypes=Ge,e.OPEN_BLOCK=le,e.POP_SCOPE_ID=Le,e.PUSH_SCOPE_ID=Ie,e.RENDER_LIST=Se,e.RENDER_SLOT=Ce,e.RESOLVE_COMPONENT=_e,e.RESOLVE_DIRECTIVE=ye,e.RESOLVE_DYNAMIC_COMPONENT=ve,e.RESOLVE_FILTER=be,e.SET_BLOCK_TRACKING=Fe,e.SUSPENSE=oe,e.TELEPORT=ae,e.TO_DISPLAY_STRING=Te,e.TO_HANDLERS=je,e.TO_HANDLER_KEY=Pe,e.TRANSITION=Ki,e.TRANSITION_GROUP=qi,e.TS_NODE_TYPES=Lt,e.UNREF=ze,e.V_MODEL_CHECKBOX=zi,e.V_MODEL_DYNAMIC=Hi,e.V_MODEL_RADIO=Ri,e.V_MODEL_SELECT=Vi,e.V_MODEL_TEXT=Bi,e.V_ON_WITH_KEYS=Wi,e.V_ON_WITH_MODIFIERS=Ui,e.V_SHOW=Gi,e.WITH_CTX=Re,e.WITH_DIRECTIVES=xe,e.WITH_MEMO=Ve,e.advancePositionWithClone=tn,e.advancePositionWithMutation=nn,e.assert=rn,e.baseCompile=Fi,e.baseParse=er,e.buildDirectiveArgs=pi,e.buildProps=ui,e.buildSlots=ii,e.checkCompatEnabled=yt,e.compile=wa,e.convertToBlock=lt,e.createArrayExpression=Xe,e.createAssignmentExpression=it,e.createBlockStatement=tt,e.createCacheExpression=et,e.createCallExpression=A,e.createCompilerError=P,e.createCompoundExpression=k,e.createConditionalExpression=$e,e.createDOMCompilerError=$,e.createForLoopParams=Qr,e.createFunctionExpression=Qe,e.createIfStatement=rt,e.createInterpolation=Ze,e.createObjectExpression=E,e.createObjectProperty=D,e.createReturnStatement=ot,e.createRoot=Je,e.createSequenceExpression=at,e.createSimpleExpression=O,e.createStructuralDirectiveTransform=mr,e.createTemplateLiteral=nt,e.createTransformContext=lr,e.createVNodeCall=Ye,e.defaultOnError=xt,e.defaultOnWarn=St,e.errorMessages=wt,e.extractIdentifiers=F,e.filterNonCommentChildren=yn,e.findDir=R,e.findProp=an,e.forAliasRE=Sn,e.generate=yr,e.generateCodeFrame=y,e.getBaseTransformPreset=Pi,e.getConstantType=Z,e.getMemoedVNodeCall=vn,e.getSelfName=cr,e.getVNodeBlockHelper=ct,e.getVNodeHelper=st,e.hasDynamicKeyVBind=sn,e.hasScopeRef=z,e.hasSingleChild=bn,e.helperNameMap=Ue,e.injectProp=hn,e.isAllWhitespace=Cn,e.isCommentOrWhitespace=Tn,e.isConstantNode=zt,e.isCoreComponent=Bt,e.isFnExpression=en,e.isFnExpressionBrowser=Qt,e.isFnExpressionNode=$t,e.isFunctionType=Pt,e.isInDestructureAssignment=Dt,e.isInNewExpression=Ot,e.isKeyboardEvent=sa,e.isLiteralWhitelisted=zr,e.isMemberExpression=Xt,e.isMemberExpressionBrowser=Jt,e.isMemberExpressionNode=Yt,e.isReferencedIdentifier=Et,e.isSimpleIdentifier=Ht,e.isSingleIfBlock=xn,e.isSlotOutlet=fn,e.isStaticArgOf=on,e.isStaticExp=L,e.isStaticNode=I,e.isStaticProperty=Ft,e.isStaticPropertyKey=It,e.isTemplateNode=dn,e.isText=cn,e.isVPre=ln,e.isVSlot=un,e.isValidHTMLNesting=ha,e.isWhitespaceText=wn,e.locStub=T,e.noopDirectiveTransform=Li,e.parse=Ta,e.parserOptions=Xi,e.postTransformTransition=fa,e.processExpression=Vr,e.processFor=Xr,e.processIf=Wr,e.processSlotOutlet=_i,e.registerRuntimeHelpers=We,e.resolveComponentType=li,e.resolveModifiers=ca,e.stringifyExpression=Hr,e.toValidAssetId=_n,e.trackSlotScopes=ti,e.trackVForSlotScopes=ni,e.transform=ur,e.transformBind=yi,e.transformElement=ci,e.transformExpression=Br,e.transformModel=wi,e.transformOn=vi,e.transformStyle=Zi,e.transformVBindShorthand=Ni,e.traverseNode=pr,e.unwrapTSNode=Rt,e.validFirstIdentCharRE=Wt,e.walkBlockDeclarations=At,e.walkFunctionParams=kt,e.walkIdentifiers=Tt,e.warnDeprecation=bt,e})({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-dom",
3
- "version": "3.6.0-beta.8",
3
+ "version": "3.6.0-beta.9",
4
4
  "description": "@vue/compiler-dom",
5
5
  "main": "index.js",
6
6
  "module": "dist/compiler-dom.esm-bundler.js",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
53
53
  "dependencies": {
54
- "@vue/shared": "3.6.0-beta.8",
55
- "@vue/compiler-core": "3.6.0-beta.8"
54
+ "@vue/shared": "3.6.0-beta.9",
55
+ "@vue/compiler-core": "3.6.0-beta.9"
56
56
  }
57
57
  }