@vuebro/loader-sfc 2.0.1 → 2.0.2

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.
@@ -125,7 +125,7 @@ function ur(e) {
125
125
  const zT = /[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g, Vg = (e) => !(!e || e.__v_isRef !== !0), So = (e) => De(e) ? e : e == null ? "" : gt(e) || ss(e) && (e.toString === Dg || !Mg(e.toString)) ? Vg(e) ? So(e.value) : JSON.stringify(e, Hg, 2) : String(e), Hg = (e, t) => Vg(t) ? Hg(e, t.value) : ((s) => $l(s) === "[object Map]")(t) ? { [`Map(${t.size})`]: [...t.entries()].reduce((s, [n, i], o) => (s[cc(n, o) + " =>"] = i, s), {}) } : ((s) => $l(s) === "[object Set]")(t) ? { [`Set(${t.size})`]: [...t.values()].map((s) => cc(s)) } : rs(t) ? cc(t) : !ss(t) || gt(t) || Fg(t) ? t : String(t), cc = (e, t = "") => {
126
126
  var s;
127
127
  return rs(e) ? `Symbol(${(s = e.description) != null ? s : t})` : e;
128
- }, rn = Symbol("Fragment"), Ts = Symbol("Teleport"), dn = Symbol("Suspense"), Qn = Symbol("KeepAlive"), Bp = Symbol("BaseTransition"), Qr = Symbol("openBlock"), Up = Symbol("createBlock"), $p = Symbol("createElementBlock"), gi = Symbol("createVNode"), ia = Symbol("createElementVNode"), fn = Symbol("createCommentVNode"), oa = Symbol("createTextVNode"), aa = Symbol("createStaticVNode"), Zn = Symbol("resolveComponent"), yi = Symbol("resolveDynamicComponent"), ca = Symbol("resolveDirective"), zg = Symbol("resolveFilter"), la = Symbol("withDirectives"), pa = Symbol("renderList"), qp = Symbol("renderSlot"), Vp = Symbol("createSlots"), xi = Symbol("toDisplayString"), Es = Symbol("mergeProps"), ha = Symbol("normalizeClass"), ua = Symbol("normalizeStyle"), sn = Symbol("normalizeProps"), mn = Symbol("guardReactiveProps"), da = Symbol("toHandlers"), Eo = Symbol("camelize"), Wg = Symbol("capitalize"), wo = Symbol("toHandlerKey"), ei = Symbol("setBlockTracking"), Gg = Symbol("pushScopeId"), Xg = Symbol("popScopeId"), fa = Symbol("withCtx"), nn = Symbol("unref"), ti = Symbol("isRef"), ma = Symbol("withMemo"), Hp = Symbol("isMemoSame"), Mt = { [rn]: "Fragment", [Ts]: "Teleport", [dn]: "Suspense", [Qn]: "KeepAlive", [Bp]: "BaseTransition", [Qr]: "openBlock", [Up]: "createBlock", [$p]: "createElementBlock", [gi]: "createVNode", [ia]: "createElementVNode", [fn]: "createCommentVNode", [oa]: "createTextVNode", [aa]: "createStaticVNode", [Zn]: "resolveComponent", [yi]: "resolveDynamicComponent", [ca]: "resolveDirective", [zg]: "resolveFilter", [la]: "withDirectives", [pa]: "renderList", [qp]: "renderSlot", [Vp]: "createSlots", [xi]: "toDisplayString", [Es]: "mergeProps", [ha]: "normalizeClass", [ua]: "normalizeStyle", [sn]: "normalizeProps", [mn]: "guardReactiveProps", [da]: "toHandlers", [Eo]: "camelize", [Wg]: "capitalize", [wo]: "toHandlerKey", [ei]: "setBlockTracking", [Gg]: "pushScopeId", [Xg]: "popScopeId", [fa]: "withCtx", [nn]: "unref", [ti]: "isRef", [ma]: "withMemo", [Hp]: "isMemoSame" };
128
+ }, sn = Symbol("Fragment"), Ts = Symbol("Teleport"), fn = Symbol("Suspense"), Qn = Symbol("KeepAlive"), Bp = Symbol("BaseTransition"), Qr = Symbol("openBlock"), Up = Symbol("createBlock"), $p = Symbol("createElementBlock"), gi = Symbol("createVNode"), ia = Symbol("createElementVNode"), mn = Symbol("createCommentVNode"), oa = Symbol("createTextVNode"), aa = Symbol("createStaticVNode"), Zn = Symbol("resolveComponent"), yi = Symbol("resolveDynamicComponent"), ca = Symbol("resolveDirective"), zg = Symbol("resolveFilter"), la = Symbol("withDirectives"), pa = Symbol("renderList"), qp = Symbol("renderSlot"), Vp = Symbol("createSlots"), xi = Symbol("toDisplayString"), Es = Symbol("mergeProps"), ha = Symbol("normalizeClass"), ua = Symbol("normalizeStyle"), nn = Symbol("normalizeProps"), gn = Symbol("guardReactiveProps"), da = Symbol("toHandlers"), Eo = Symbol("camelize"), Wg = Symbol("capitalize"), wo = Symbol("toHandlerKey"), ei = Symbol("setBlockTracking"), Gg = Symbol("pushScopeId"), Xg = Symbol("popScopeId"), fa = Symbol("withCtx"), on = Symbol("unref"), ti = Symbol("isRef"), ma = Symbol("withMemo"), Hp = Symbol("isMemoSame"), Mt = { [sn]: "Fragment", [Ts]: "Teleport", [fn]: "Suspense", [Qn]: "KeepAlive", [Bp]: "BaseTransition", [Qr]: "openBlock", [Up]: "createBlock", [$p]: "createElementBlock", [gi]: "createVNode", [ia]: "createElementVNode", [mn]: "createCommentVNode", [oa]: "createTextVNode", [aa]: "createStaticVNode", [Zn]: "resolveComponent", [yi]: "resolveDynamicComponent", [ca]: "resolveDirective", [zg]: "resolveFilter", [la]: "withDirectives", [pa]: "renderList", [qp]: "renderSlot", [Vp]: "createSlots", [xi]: "toDisplayString", [Es]: "mergeProps", [ha]: "normalizeClass", [ua]: "normalizeStyle", [nn]: "normalizeProps", [gn]: "guardReactiveProps", [da]: "toHandlers", [Eo]: "camelize", [Wg]: "capitalize", [wo]: "toHandlerKey", [ei]: "setBlockTracking", [Gg]: "pushScopeId", [Xg]: "popScopeId", [fa]: "withCtx", [on]: "unref", [ti]: "isRef", [ma]: "withMemo", [Hp]: "isMemoSame" };
129
129
  function zp(e) {
130
130
  Object.getOwnPropertySymbols(e).forEach((t) => {
131
131
  Mt[t] = e[t];
@@ -135,7 +135,7 @@ const tt = { start: { line: 1, column: 1, offset: 0 }, end: { line: 1, column: 1
135
135
  function Ns(e, t = "") {
136
136
  return { type: 0, source: t, children: e, helpers: /* @__PURE__ */ new Set(), components: [], directives: [], hoists: [], imports: [], cached: [], temps: 0, codegenNode: void 0, loc: tt };
137
137
  }
138
- function on(e, t, s, n, i, o, c, l = !1, p = !1, d = !1, g = tt) {
138
+ function an(e, t, s, n, i, o, c, l = !1, p = !1, d = !1, g = tt) {
139
139
  return e && (l ? (e.helper(Qr), e.helper(_s(e.inSSR, d))) : e.helper(ws(e.inSSR, d)), c && e.helper(la)), { type: 13, tag: t, props: s, children: n, patchFlag: i, dynamicProps: o, directives: c, isBlock: l, disableTracking: p, isComponent: d, loc: g };
140
140
  }
141
141
  function Nr(e, t = tt) {
@@ -571,7 +571,7 @@ function ZT() {
571
571
  let at = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲊᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟍꟐꟑꟓꟕ-Ƛꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", St = "·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࢗ-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‌‍‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・";
572
572
  const Zt = new RegExp("[" + at + "]"), hr = new RegExp("[" + at + St + "]");
573
573
  at = St = null;
574
- const os = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191], Tn = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
574
+ const os = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191], vn = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
575
575
  function Dr(P, r) {
576
576
  let a = 65536;
577
577
  for (let u = 0, b = r.length; u < b; u += 2) {
@@ -584,7 +584,7 @@ function ZT() {
584
584
  return P < 65 ? P === 36 : P <= 90 || (P < 97 ? P === 95 : P <= 122 || (P <= 65535 ? P >= 170 && Zt.test(String.fromCharCode(P)) : Dr(P, os)));
585
585
  }
586
586
  function Fr(P) {
587
- return P < 48 ? P === 36 : P < 58 || !(P < 65) && (P <= 90 || (P < 97 ? P === 95 : P <= 122 || (P <= 65535 ? P >= 170 && hr.test(String.fromCharCode(P)) : Dr(P, os) || Dr(P, Tn))));
587
+ return P < 48 ? P === 36 : P < 58 || !(P < 65) && (P <= 90 || (P < 97 ? P === 95 : P <= 122 || (P <= 65535 ? P >= 170 && hr.test(String.fromCharCode(P)) : Dr(P, os) || Dr(P, vn))));
588
588
  }
589
589
  const Xa = ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"], Ka = ["eval", "arguments"], $0 = /* @__PURE__ */ new Set(["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"]), q0 = new Set(Xa), V0 = new Set(Ka);
590
590
  function Lu(P, r) {
@@ -891,13 +891,13 @@ function ZT() {
891
891
  function Bu(P, r) {
892
892
  P.trailingComments === void 0 ? P.trailingComments = r : P.trailingComments.unshift(...r);
893
893
  }
894
- function vn(P, r) {
894
+ function kn(P, r) {
895
895
  P.innerComments === void 0 ? P.innerComments = r : P.innerComments.unshift(...r);
896
896
  }
897
897
  function cs(P, r, a) {
898
898
  let u = null, b = r.length;
899
899
  for (; u === null && b > 0; ) u = r[--b];
900
- u === null || u.start > a.start ? vn(P, a.comments) : Bu(u, a.comments);
900
+ u === null || u.start > a.start ? kn(P, a.comments) : Bu(u, a.comments);
901
901
  }
902
902
  class rT extends tT {
903
903
  addComment(r) {
@@ -964,9 +964,9 @@ function ZT() {
964
964
  cs(b, b.members, r);
965
965
  break;
966
966
  default:
967
- vn(b, u);
967
+ kn(b, u);
968
968
  }
969
- else vn(b, u);
969
+ else kn(b, u);
970
970
  }
971
971
  }
972
972
  finalizeRemainingComments() {
@@ -1179,9 +1179,9 @@ function ZT() {
1179
1179
  const Re = P.charCodeAt(r);
1180
1180
  let nt;
1181
1181
  if (Re === 95 && I !== "bail") {
1182
- const En = P.charCodeAt(r - 1), ic = P.charCodeAt(r + 1);
1182
+ const wn = P.charCodeAt(r - 1), ic = P.charCodeAt(r + 1);
1183
1183
  if (I) {
1184
- if (Number.isNaN(ic) || !ve(ic) || ne.has(En) || ne.has(ic)) {
1184
+ if (Number.isNaN(ic) || !ve(ic) || ne.has(wn) || ne.has(ic)) {
1185
1185
  if (M) return { n: null, pos: r };
1186
1186
  R.unexpectedNumericSeparator(r, a, u);
1187
1187
  }
@@ -1214,7 +1214,7 @@ function ZT() {
1214
1214
  } else ({ code: _, pos: r } = tc(P, r, a, u, 4, !1, b, S));
1215
1215
  return { code: _, pos: r };
1216
1216
  }
1217
- function kn(P, r, a) {
1217
+ function Sn(P, r, a) {
1218
1218
  return new t(a, P - r, P);
1219
1219
  }
1220
1220
  const oT = /* @__PURE__ */ new Set([103, 109, 115, 105, 121, 117, 100, 118]);
@@ -1226,12 +1226,12 @@ function ZT() {
1226
1226
  }
1227
1227
  class aT extends rT {
1228
1228
  constructor(r, a) {
1229
- super(), this.isLookahead = void 0, this.tokens = [], this.errorHandlers_readInt = { invalidDigit: (u, b, S, _) => !!(2048 & this.optionFlags) && (this.raise(x.InvalidDigit, kn(u, b, S), { radix: _ }), !0), numericSeparatorInEscapeSequence: this.errorBuilder(x.NumericSeparatorInEscapeSequence), unexpectedNumericSeparator: this.errorBuilder(x.UnexpectedNumericSeparator) }, this.errorHandlers_readCodePoint = Object.assign({}, this.errorHandlers_readInt, { invalidEscapeSequence: this.errorBuilder(x.InvalidEscapeSequence), invalidCodePoint: this.errorBuilder(x.InvalidCodePoint) }), this.errorHandlers_readStringContents_string = Object.assign({}, this.errorHandlers_readCodePoint, { strictNumericEscape: (u, b, S) => {
1230
- this.recordStrictModeErrors(x.StrictNumericEscape, kn(u, b, S));
1229
+ super(), this.isLookahead = void 0, this.tokens = [], this.errorHandlers_readInt = { invalidDigit: (u, b, S, _) => !!(2048 & this.optionFlags) && (this.raise(x.InvalidDigit, Sn(u, b, S), { radix: _ }), !0), numericSeparatorInEscapeSequence: this.errorBuilder(x.NumericSeparatorInEscapeSequence), unexpectedNumericSeparator: this.errorBuilder(x.UnexpectedNumericSeparator) }, this.errorHandlers_readCodePoint = Object.assign({}, this.errorHandlers_readInt, { invalidEscapeSequence: this.errorBuilder(x.InvalidEscapeSequence), invalidCodePoint: this.errorBuilder(x.InvalidCodePoint) }), this.errorHandlers_readStringContents_string = Object.assign({}, this.errorHandlers_readCodePoint, { strictNumericEscape: (u, b, S) => {
1230
+ this.recordStrictModeErrors(x.StrictNumericEscape, Sn(u, b, S));
1231
1231
  }, unterminated: (u, b, S) => {
1232
- throw this.raise(x.UnterminatedString, kn(u - 1, b, S));
1232
+ throw this.raise(x.UnterminatedString, Sn(u - 1, b, S));
1233
1233
  } }), this.errorHandlers_readStringContents_template = Object.assign({}, this.errorHandlers_readCodePoint, { strictNumericEscape: this.errorBuilder(x.StrictNumericEscape), unterminated: (u, b, S) => {
1234
- throw this.raise(x.UnterminatedTemplate, kn(u, b, S));
1234
+ throw this.raise(x.UnterminatedTemplate, Sn(u, b, S));
1235
1235
  } }), this.state = new ec(), this.state.init(r), this.input = a, this.length = a.length, this.comments = [], this.isLookahead = !1;
1236
1236
  }
1237
1237
  pushToken(r) {
@@ -1705,7 +1705,7 @@ function ZT() {
1705
1705
  }
1706
1706
  errorBuilder(r) {
1707
1707
  return (a, u, b) => {
1708
- this.raise(r, kn(a, u, b));
1708
+ this.raise(r, Sn(a, u, b));
1709
1709
  };
1710
1710
  }
1711
1711
  }
@@ -5397,7 +5397,7 @@ function ZT() {
5397
5397
  }
5398
5398
  parseAsyncArrowFromCallExpression(r, a) {
5399
5399
  var u;
5400
- return this.resetPreviousNodeTrailingComments(a), this.expect(19), this.parseArrowExpression(r, a.arguments, !0, (u = a.extra) == null ? void 0 : u.trailingCommaLoc), a.innerComments && vn(r, a.innerComments), a.callee.trailingComments && vn(r, a.callee.trailingComments), r;
5400
+ return this.resetPreviousNodeTrailingComments(a), this.expect(19), this.parseArrowExpression(r, a.arguments, !0, (u = a.extra) == null ? void 0 : u.trailingCommaLoc), a.innerComments && kn(r, a.innerComments), a.callee.trailingComments && kn(r, a.callee.trailingComments), r;
5401
5401
  }
5402
5402
  parseNoCallExpr() {
5403
5403
  const r = this.state.startLoc;
@@ -6075,8 +6075,8 @@ function ZT() {
6075
6075
  }
6076
6076
  if (qe(R)) {
6077
6077
  const { loc: M, start: G, value: ne, end: ve } = I, de = G + 1, Pe = n(M.start, 1);
6078
- let He, ct, Re, nt, En;
6079
- He = b.charCodeAt(G - S) === 96 ? new Br({ type: Me(22), value: "`", start: G, end: de, startLoc: M.start, endLoc: Pe }) : new Br({ type: Me(8), value: "}", start: G, end: de, startLoc: M.start, endLoc: Pe }), R === 24 ? (Re = ve - 1, nt = n(M.end, -1), ct = ne === null ? null : ne.slice(1, -1), En = new Br({ type: Me(22), value: "`", start: Re, end: ve, startLoc: nt, endLoc: M.end })) : (Re = ve - 2, nt = n(M.end, -2), ct = ne === null ? null : ne.slice(1, -2), En = new Br({ type: Me(23), value: "${", start: Re, end: ve, startLoc: nt, endLoc: M.end })), u.splice(_, 1, He, new Br({ type: Me(20), value: ct, start: de, end: Re, startLoc: Pe, endLoc: nt }), En), _ += 2;
6078
+ let He, ct, Re, nt, wn;
6079
+ He = b.charCodeAt(G - S) === 96 ? new Br({ type: Me(22), value: "`", start: G, end: de, startLoc: M.start, endLoc: Pe }) : new Br({ type: Me(8), value: "}", start: G, end: de, startLoc: M.start, endLoc: Pe }), R === 24 ? (Re = ve - 1, nt = n(M.end, -1), ct = ne === null ? null : ne.slice(1, -1), wn = new Br({ type: Me(22), value: "`", start: Re, end: ve, startLoc: nt, endLoc: M.end })) : (Re = ve - 2, nt = n(M.end, -2), ct = ne === null ? null : ne.slice(1, -2), wn = new Br({ type: Me(23), value: "${", start: Re, end: ve, startLoc: nt, endLoc: M.end })), u.splice(_, 1, He, new Br({ type: Me(20), value: ct, start: de, end: Re, startLoc: Pe, endLoc: nt }), wn), _ += 2;
6080
6080
  continue;
6081
6081
  }
6082
6082
  I.type = Me(R);
@@ -6939,7 +6939,7 @@ function ZT() {
6939
6939
  for (const a of Object.keys(P)) r[a] = Me(P[a]);
6940
6940
  return r;
6941
6941
  })(Y);
6942
- function Sn(P, r) {
6942
+ function En(P, r) {
6943
6943
  let a = t1;
6944
6944
  const u = /* @__PURE__ */ new Map();
6945
6945
  if (P != null && P.plugins) {
@@ -7012,27 +7012,27 @@ function ZT() {
7012
7012
  const r1 = /* @__PURE__ */ new Map();
7013
7013
  return js.parse = function(P, r) {
7014
7014
  var a;
7015
- if (((a = r) == null ? void 0 : a.sourceType) !== "unambiguous") return Sn(r, P).parse();
7015
+ if (((a = r) == null ? void 0 : a.sourceType) !== "unambiguous") return En(r, P).parse();
7016
7016
  r = Object.assign({}, r);
7017
7017
  try {
7018
7018
  r.sourceType = "module";
7019
- const u = Sn(r, P), b = u.parse();
7019
+ const u = En(r, P), b = u.parse();
7020
7020
  if (u.sawUnambiguousESM) return b;
7021
7021
  if (u.ambiguousScriptDifferentAst) try {
7022
- return r.sourceType = "script", Sn(r, P).parse();
7022
+ return r.sourceType = "script", En(r, P).parse();
7023
7023
  } catch {
7024
7024
  }
7025
7025
  else b.program.sourceType = "script";
7026
7026
  return b;
7027
7027
  } catch (u) {
7028
7028
  try {
7029
- return r.sourceType = "script", Sn(r, P).parse();
7029
+ return r.sourceType = "script", En(r, P).parse();
7030
7030
  } catch {
7031
7031
  }
7032
7032
  throw u;
7033
7033
  }
7034
7034
  }, js.parseExpression = function(P, r) {
7035
- const a = Sn(r, P);
7035
+ const a = En(r, P);
7036
7036
  return a.options.strictMode && (a.state.strict = !0), a.getExpression();
7037
7037
  }, js.tokTypes = kT, js;
7038
7038
  }
@@ -7087,12 +7087,12 @@ function ba(e, t, s = !1, n = [], i = /* @__PURE__ */ Object.create(null)) {
7087
7087
  const p = !!i[c.name], d = Jp(c, l, n);
7088
7088
  (s || d && !p) && t(c, l, n, d, p);
7089
7089
  } else if (c.type === "ObjectProperty" && l?.type === "ObjectPattern") c.inPattern = !0;
7090
- else if (Wr(c)) c.scopeIds ? c.scopeIds.forEach((p) => Vs(p, i)) : Yp(c, (p) => wn(c, p, i));
7091
- else if (c.type === "BlockStatement") c.scopeIds ? c.scopeIds.forEach((p) => Vs(p, i)) : Qp(c, (p) => wn(c, p, i));
7092
- else if (c.type === "SwitchStatement") c.scopeIds ? c.scopeIds.forEach((p) => Vs(p, i)) : iy(c, !1, (p) => wn(c, p, i));
7093
- else if (c.type === "CatchClause" && c.param) if (c.scopeIds) c.scopeIds.forEach((p) => Vs(p, i));
7094
- else for (const p of Yt(c.param)) wn(c, p, i);
7095
- else sy(c) && (c.scopeIds ? c.scopeIds.forEach((p) => Vs(p, i)) : ny(c, !1, (p) => wn(c, p, i)));
7090
+ else if (Wr(c)) c.scopeIds ? c.scopeIds.forEach((p) => Hs(p, i)) : Yp(c, (p) => _n(c, p, i));
7091
+ else if (c.type === "BlockStatement") c.scopeIds ? c.scopeIds.forEach((p) => Hs(p, i)) : Qp(c, (p) => _n(c, p, i));
7092
+ else if (c.type === "SwitchStatement") c.scopeIds ? c.scopeIds.forEach((p) => Hs(p, i)) : iy(c, !1, (p) => _n(c, p, i));
7093
+ else if (c.type === "CatchClause" && c.param) if (c.scopeIds) c.scopeIds.forEach((p) => Hs(p, i));
7094
+ else for (const p of Yt(c.param)) _n(c, p, i);
7095
+ else sy(c) && (c.scopeIds ? c.scopeIds.forEach((p) => Hs(p, i)) : ny(c, !1, (p) => _n(c, p, i)));
7096
7096
  }, leave(c, l) {
7097
7097
  if (l && n.pop(), c !== o && c.scopeIds) for (const p of c.scopeIds) i[p]--, i[p] === 0 && delete i[p];
7098
7098
  } });
@@ -7238,12 +7238,12 @@ function Yt(e, t = []) {
7238
7238
  }
7239
7239
  return t;
7240
7240
  }
7241
- function Vs(e, t) {
7241
+ function Hs(e, t) {
7242
7242
  e in t ? t[e]++ : t[e] = 1;
7243
7243
  }
7244
- function wn(e, t, s) {
7244
+ function _n(e, t, s) {
7245
7245
  const { name: n } = t;
7246
- e.scopeIds && e.scopeIds.has(n) || (Vs(n, s), (e.scopeIds || (e.scopeIds = /* @__PURE__ */ new Set())).add(n));
7246
+ e.scopeIds && e.scopeIds.has(n) || (Hs(n, s), (e.scopeIds || (e.scopeIds = /* @__PURE__ */ new Set())).add(n));
7247
7247
  }
7248
7248
  const Wr = (e) => /Function(?:Expression|Declaration)$|Method$/.test(e.type), Ta = (e) => e && (e.type === "ObjectProperty" || e.type === "ObjectMethod") && !e.computed, oy = (e, t) => Ta(t) && t.key === e, va = ["TSAsExpression", "TSTypeAssertion", "TSNonNullExpression", "TSInstantiationExpression", "TSSatisfiesExpression"];
7249
7249
  function Gt(e) {
@@ -7257,7 +7257,7 @@ function Zp(e) {
7257
7257
  return Ts;
7258
7258
  case "Suspense":
7259
7259
  case "suspense":
7260
- return dn;
7260
+ return fn;
7261
7261
  case "KeepAlive":
7262
7262
  case "keep-alive":
7263
7263
  return Qn;
@@ -7322,13 +7322,13 @@ function Xl(e) {
7322
7322
  function Sa(e) {
7323
7323
  return e.type === 7 && e.name === "slot";
7324
7324
  }
7325
- function an(e) {
7325
+ function cn(e) {
7326
7326
  return e.type === 1 && e.tagType === 3;
7327
7327
  }
7328
- function cn(e) {
7328
+ function ln(e) {
7329
7329
  return e.type === 1 && e.tagType === 2;
7330
7330
  }
7331
- const ov = /* @__PURE__ */ new Set([sn, mn]);
7331
+ const ov = /* @__PURE__ */ new Set([nn, gn]);
7332
7332
  function py(e, t = []) {
7333
7333
  if (e && !De(e) && e.type === 14) {
7334
7334
  const s = e.callee;
@@ -7346,7 +7346,7 @@ function si(e, t, s) {
7346
7346
  else if (o.type === 14) {
7347
7347
  const l = o.arguments[0];
7348
7348
  De(l) || l.type !== 15 ? o.callee === da ? n = we(s.helper(Es), [Ft([t]), o]) : o.arguments.unshift(Ft([t])) : p1(t, l) || l.properties.unshift(t), !n && (n = o);
7349
- } else o.type === 15 ? (p1(t, o) || o.properties.unshift(t), n = o) : (n = we(s.helper(Es), [Ft([t]), o]), i && i.callee === mn && (i = c[c.length - 2]));
7349
+ } else o.type === 15 ? (p1(t, o) || o.properties.unshift(t), n = o) : (n = we(s.helper(Es), [Ft([t]), o]), i && i.callee === gn && (i = c[c.length - 2]));
7350
7350
  e.type === 13 ? i ? i.arguments[0] = n : e.props = n : i ? i.arguments[0] = n : e.arguments[2] = n;
7351
7351
  }
7352
7352
  function p1(e, t) {
@@ -7740,17 +7740,17 @@ const it = [], Ye = new class {
7740
7740
  }, ondirarg(e, t) {
7741
7741
  if (e === t) return;
7742
7742
  const s = Et(e, t);
7743
- if (Hr && !Xl(Fe)) Fe.name += s, Gs(Fe.nameLoc, t);
7743
+ if (Hr && !Xl(Fe)) Fe.name += s, Xs(Fe.nameLoc, t);
7744
7744
  else {
7745
7745
  const n = s[0] !== "[";
7746
7746
  Fe.arg = Mi(n ? s : s.slice(1, -1), n, ot(e, t), n ? 3 : 0);
7747
7747
  }
7748
7748
  }, ondirmodifier(e, t) {
7749
7749
  const s = Et(e, t);
7750
- if (Hr && !Xl(Fe)) Fe.name += "." + s, Gs(Fe.nameLoc, t);
7750
+ if (Hr && !Xl(Fe)) Fe.name += "." + s, Xs(Fe.nameLoc, t);
7751
7751
  else if (Fe.name === "slot") {
7752
7752
  const n = Fe.arg;
7753
- n && (n.content += "." + s, Gs(n.loc, t));
7753
+ n && (n.content += "." + s, Xs(n.loc, t));
7754
7754
  } else {
7755
7755
  const n = ue(s, !0, ot(e, t));
7756
7756
  Fe.modifiers.push(n);
@@ -7764,7 +7764,7 @@ const it = [], Ye = new class {
7764
7764
  Fe.type === 7 && (Fe.rawName = s), Pt.props.some((n) => (n.type === 7 ? n.rawName : n.name) === s) && It(2, t);
7765
7765
  }, onattribend(e, t) {
7766
7766
  if (Pt && Fe) {
7767
- if (Gs(Fe.loc, t), e !== 0) if (Fe.type === 6) Fe.name === "class" && (Xt = gy(Xt).trim()), e !== 1 || Xt || It(13, t), Fe.value = { type: 2, content: Xt, loc: e === 1 ? ot(_r, ps) : ot(_r - 1, ps + 1) }, Ye.inSFCRoot && Pt.tag === "template" && Fe.name === "lang" && Xt && Xt !== "html" && Ye.enterRCDATA(Ao("</template"), 0);
7767
+ if (Xs(Fe.loc, t), e !== 0) if (Fe.type === 6) Fe.name === "class" && (Xt = gy(Xt).trim()), e !== 1 || Xt || It(13, t), Fe.value = { type: 2, content: Xt, loc: e === 1 ? ot(_r, ps) : ot(_r - 1, ps + 1) }, Ye.inSFCRoot && Pt.tag === "template" && Fe.name === "lang" && Xt && Xt !== "html" && Ye.enterRCDATA(Ao("</template"), 0);
7768
7768
  else {
7769
7769
  let s = 0;
7770
7770
  Fe.name === "for" ? s = 3 : Fe.name === "slot" ? s = 1 : Fe.name === "on" && Xt.includes(";") && (s = 2), Fe.exp = Mi(Xt, !1, ot(_r, ps), 0, s), Fe.name === "for" && (Fe.forParseResult = (function(n) {
@@ -7839,10 +7839,10 @@ function u1(e) {
7839
7839
  }
7840
7840
  function Ri(e, t, s) {
7841
7841
  const n = it[0] || Io, i = n.children[n.children.length - 1];
7842
- i && i.type === 2 ? (i.content += e, Gs(i.loc, s)) : n.children.push({ type: 2, content: e, loc: ot(t, s) });
7842
+ i && i.type === 2 ? (i.content += e, Xs(i.loc, s)) : n.children.push({ type: 2, content: e, loc: ot(t, s) });
7843
7843
  }
7844
7844
  function oo(e, t, s = !1) {
7845
- Gs(e.loc, s ? fy(t, 60) : (function(c, l) {
7845
+ Xs(e.loc, s ? fy(t, 60) : (function(c, l) {
7846
7846
  let p = c;
7847
7847
  for (; Or.charCodeAt(p) !== l && p < Or.length - 1; ) p++;
7848
7848
  return p;
@@ -7910,7 +7910,7 @@ function Jl(e) {
7910
7910
  function ot(e, t) {
7911
7911
  return { start: Ye.getPos(e), end: t == null ? t : Ye.getPos(t), source: t == null ? t : Et(e, t) };
7912
7912
  }
7913
- function Gs(e, t) {
7913
+ function Xs(e, t) {
7914
7914
  e.end = Ye.getPos(t), e.source = Et(e.start.offset, t);
7915
7915
  }
7916
7916
  function uv(e) {
@@ -7953,7 +7953,7 @@ function dv(e, t) {
7953
7953
  }
7954
7954
  function yy(e) {
7955
7955
  const t = e.children.filter((s) => s.type !== 3);
7956
- return t.length !== 1 || t[0].type !== 1 || cn(t[0]) ? null : t[0];
7956
+ return t.length !== 1 || t[0].type !== 1 || ln(t[0]) ? null : t[0];
7957
7957
  }
7958
7958
  function ao(e, t, s, n = !1, i = !1) {
7959
7959
  const { children: o } = e, c = [];
@@ -8073,7 +8073,7 @@ function jt(e, t) {
8073
8073
  return 2;
8074
8074
  }
8075
8075
  }
8076
- const fv = /* @__PURE__ */ new Set([ha, ua, sn, mn]);
8076
+ const fv = /* @__PURE__ */ new Set([ha, ua, nn, gn]);
8077
8077
  function xy(e, t) {
8078
8078
  if (e.type === 14 && !De(e.callee) && fv.has(e.callee)) {
8079
8079
  const s = e.arguments[0];
@@ -8143,7 +8143,7 @@ function Ti(e, { filename: t = "", prefixIdentifiers: s = !1, hoistStatic: n = !
8143
8143
  }
8144
8144
  function sh(e, t) {
8145
8145
  const s = Ti(e, t);
8146
- ln(e, s), t.hoistStatic && dv(e, s), t.ssr || (function(n, i) {
8146
+ pn(e, s), t.hoistStatic && dv(e, s), t.ssr || (function(n, i) {
8147
8147
  const { helper: o } = i, { children: c } = n;
8148
8148
  if (c.length === 1) {
8149
8149
  const l = yy(n);
@@ -8153,11 +8153,11 @@ function sh(e, t) {
8153
8153
  } else n.codegenNode = c[0];
8154
8154
  } else if (c.length > 1) {
8155
8155
  let l = 64;
8156
- c.filter((p) => p.type !== 3).length === 1 && (l |= 2048), n.codegenNode = on(i, o(rn), void 0, n.children, l, void 0, void 0, !0, void 0, !1);
8156
+ c.filter((p) => p.type !== 3).length === 1 && (l |= 2048), n.codegenNode = an(i, o(sn), void 0, n.children, l, void 0, void 0, !0, void 0, !1);
8157
8157
  }
8158
8158
  })(e, s), e.helpers = /* @__PURE__ */ new Set([...s.helpers.keys()]), e.components = [...s.components], e.directives = [...s.directives], e.imports = s.imports, e.hoists = s.hoists, e.temps = s.temps, e.cached = s.cached, e.transformed = !0;
8159
8159
  }
8160
- function ln(e, t) {
8160
+ function pn(e, t) {
8161
8161
  t.currentNode = e;
8162
8162
  const { nodeTransforms: s } = t, n = [];
8163
8163
  for (let o = 0; o < s.length; o++) {
@@ -8167,13 +8167,13 @@ function ln(e, t) {
8167
8167
  }
8168
8168
  switch (e.type) {
8169
8169
  case 3:
8170
- t.ssr || t.helper(fn);
8170
+ t.ssr || t.helper(mn);
8171
8171
  break;
8172
8172
  case 5:
8173
8173
  t.ssr || t.helper(xi);
8174
8174
  break;
8175
8175
  case 9:
8176
- for (let o = 0; o < e.branches.length; o++) ln(e.branches[o], t);
8176
+ for (let o = 0; o < e.branches.length; o++) pn(e.branches[o], t);
8177
8177
  break;
8178
8178
  case 10:
8179
8179
  case 11:
@@ -8186,7 +8186,7 @@ function ln(e, t) {
8186
8186
  };
8187
8187
  for (; l < o.children.length; l++) {
8188
8188
  const d = o.children[l];
8189
- De(d) || (c.grandParent = c.parent, c.parent = o, c.childIndex = l, c.onNodeRemoved = p, ln(d, c));
8189
+ De(d) || (c.grandParent = c.parent, c.parent = o, c.childIndex = l, c.onNodeRemoved = p, pn(d, c));
8190
8190
  }
8191
8191
  })(e, t);
8192
8192
  }
@@ -8491,7 +8491,7 @@ function Sy() {
8491
8491
  return JSON.stringify(this.toJSON());
8492
8492
  }, pc.SourceMapGenerator = i, pc;
8493
8493
  }
8494
- var T1, _n = {}, v1 = {};
8494
+ var T1, Pn = {}, v1 = {};
8495
8495
  function yv() {
8496
8496
  return T1 || (T1 = 1, (function(e) {
8497
8497
  function t(s, n, i, o, c, l) {
@@ -8538,7 +8538,7 @@ function xv() {
8538
8538
  }, dc;
8539
8539
  }
8540
8540
  function bv() {
8541
- if (S1) return _n;
8541
+ if (S1) return Pn;
8542
8542
  S1 = 1;
8543
8543
  var e = ki(), t = yv(), s = ky().ArraySet, n = vy(), i = xv().quickSort;
8544
8544
  function o(f, T) {
@@ -8596,7 +8596,7 @@ function bv() {
8596
8596
  else for (var w = x.originalColumn; x && x.originalLine === T && x.originalColumn == w; ) y.push({ line: e.getArg(x, "generatedLine", null), column: e.getArg(x, "generatedColumn", null), lastColumn: e.getArg(x, "lastGeneratedColumn", null) }), x = this._originalMappings[++v];
8597
8597
  }
8598
8598
  return y;
8599
- }, _n.SourceMapConsumer = o, c.prototype = Object.create(o.prototype), c.prototype.consumer = o, c.prototype._findSourceIndex = function(f) {
8599
+ }, Pn.SourceMapConsumer = o, c.prototype = Object.create(o.prototype), c.prototype.consumer = o, c.prototype._findSourceIndex = function(f) {
8600
8600
  var T, m = f;
8601
8601
  if (this.sourceRoot != null && (m = e.relative(this.sourceRoot, m)), this._sources.has(m)) return this._sources.indexOf(m);
8602
8602
  for (T = 0; T < this._absoluteSources.length; ++T) if (this._absoluteSources[T] == f) return T;
@@ -8713,7 +8713,7 @@ function bv() {
8713
8713
  if (v.source === m.source) return { line: e.getArg(v, "generatedLine", null), column: e.getArg(v, "generatedColumn", null), lastColumn: e.getArg(v, "lastGeneratedColumn", null) };
8714
8714
  }
8715
8715
  return { line: null, column: null, lastColumn: null };
8716
- }, _n.BasicSourceMapConsumer = c, g.prototype = Object.create(o.prototype), g.prototype.constructor = o, g.prototype._version = 3, Object.defineProperty(g.prototype, "sources", { get: function() {
8716
+ }, Pn.BasicSourceMapConsumer = c, g.prototype = Object.create(o.prototype), g.prototype.constructor = o, g.prototype._version = 3, Object.defineProperty(g.prototype, "sources", { get: function() {
8717
8717
  for (var f = [], T = 0; T < this._sections.length; T++) for (var m = 0; m < this._sections[T].consumer.sources.length; m++) f.push(this._sections[T].consumer.sources[m]);
8718
8718
  return f;
8719
8719
  } }), g.prototype.originalPositionFor = function(f) {
@@ -8753,7 +8753,7 @@ function bv() {
8753
8753
  this.__generatedMappings.push(A), typeof A.originalLine == "number" && this.__originalMappings.push(A);
8754
8754
  }
8755
8755
  i(this.__generatedMappings, e.compareByGeneratedPositionsDeflated), i(this.__originalMappings, e.compareByOriginalPositions);
8756
- }, _n.IndexedSourceMapConsumer = g, _n;
8756
+ }, Pn.IndexedSourceMapConsumer = g, Pn;
8757
8757
  }
8758
8758
  var E1, w1, fc = {};
8759
8759
  function Tv() {
@@ -8904,7 +8904,7 @@ const ${V.map((j) => `_${Mt[j]} = ${Mt[j]}`).join(", ")}
8904
8904
  const { ssr: O, prefixIdentifiers: F, push: N, newline: D, runtimeModuleName: q, runtimeGlobalName: K, ssrRuntimeModuleName: W } = A, V = O ? `require(${JSON.stringify(q)})` : K, j = Array.from(C.helpers);
8905
8905
  j.length > 0 && (F ? N(`const { ${j.map(Ui).join(", ")} } = ${V}
8906
8906
  `, -1) : (N(`const _Vue = ${V}
8907
- `, -1), C.hoists.length && N(`const { ${[gi, ia, fn, oa, aa].filter((U) => j.includes(U)).map(Ui).join(", ")} } = _Vue
8907
+ `, -1), C.hoists.length && N(`const { ${[gi, ia, mn, oa, aa].filter((U) => j.includes(U)).map(Ui).join(", ")} } = _Vue
8908
8908
  `, -1))), C.ssrHelpers && C.ssrHelpers.length && N(`const { ${C.ssrHelpers.map(Ui).join(", ")} } = require("${W}")
8909
8909
  `, -1), A1(C.hoists, A), D(), N("return ");
8910
8910
  })(e, v);
@@ -8942,9 +8942,9 @@ function co(e, t) {
8942
8942
  const s = e.length > 3 || e.some((n) => gt(n) || !(function(i) {
8943
8943
  return De(i) || i.type === 4 || i.type === 2 || i.type === 5 || i.type === 8;
8944
8944
  })(n));
8945
- t.push("["), s && t.indent(), Hs(e, t, s), s && t.deindent(), t.push("]");
8945
+ t.push("["), s && t.indent(), zs(e, t, s), s && t.deindent(), t.push("]");
8946
8946
  }
8947
- function Hs(e, t, s = !1, n = !0) {
8947
+ function zs(e, t, s = !1, n = !0) {
8948
8948
  const { push: i, newline: o } = t;
8949
8949
  for (let c = 0; c < e.length; c++) {
8950
8950
  const l = e[c];
@@ -8983,7 +8983,7 @@ function Qe(e, t) {
8983
8983
  case 3:
8984
8984
  (function(s, n) {
8985
8985
  const { push: i, helper: o, pure: c } = n;
8986
- c && i(Bi), i(`${o(fn)}(${JSON.stringify(s.content)})`, -3, s);
8986
+ c && i(Bi), i(`${o(mn)}(${JSON.stringify(s.content)})`, -3, s);
8987
8987
  })(e, t);
8988
8988
  break;
8989
8989
  case 13:
@@ -8997,7 +8997,7 @@ function Qe(e, t) {
8997
8997
  }
8998
8998
  T && i(o(la) + "("), m && i(`(${o(Qr)}(${y ? "true" : ""}), `), c && i(Bi);
8999
8999
  const E = m ? _s(n.inSSR, v) : ws(n.inSSR, v);
9000
- i(o(E) + "(", -2, s), Hs((function(w) {
9000
+ i(o(E) + "(", -2, s), zs((function(w) {
9001
9001
  let C = w.length;
9002
9002
  for (; C-- && w[C] == null; ) ;
9003
9003
  return w.slice(0, C + 1).map((A) => A || "null");
@@ -9007,7 +9007,7 @@ function Qe(e, t) {
9007
9007
  case 14:
9008
9008
  (function(s, n) {
9009
9009
  const { push: i, helper: o, pure: c } = n, l = De(s.callee) ? s.callee : o(s.callee);
9010
- c && i(Bi), i(l + "(", -2, s), Hs(s.arguments, n), i(")");
9010
+ c && i(Bi), i(l + "(", -2, s), zs(s.arguments, n), i(")");
9011
9011
  })(e, t);
9012
9012
  break;
9013
9013
  case 15:
@@ -9031,7 +9031,7 @@ function Qe(e, t) {
9031
9031
  case 18:
9032
9032
  (function(s, n) {
9033
9033
  const { push: i, indent: o, deindent: c } = n, { params: l, returns: p, body: d, newline: g, isSlot: f } = s;
9034
- f && i(`_${Mt[fa]}(`), i("(", -2, s), gt(l) ? Hs(l, n) : l && Qe(l, n), i(") => "), (g || d) && (i("{"), o()), p ? (g && i("return "), gt(p) ? co(p, n) : Qe(p, n)) : d && Qe(d, n), (g || d) && (c(), i("}")), f && i(")");
9034
+ f && i(`_${Mt[fa]}(`), i("(", -2, s), gt(l) ? zs(l, n) : l && Qe(l, n), i(") => "), (g || d) && (i("{"), o()), p ? (g && i("return "), gt(p) ? co(p, n) : Qe(p, n)) : d && Qe(d, n), (g || d) && (c(), i("}")), f && i(")");
9035
9035
  })(e, t);
9036
9036
  break;
9037
9037
  case 19:
@@ -9053,7 +9053,7 @@ function Qe(e, t) {
9053
9053
  })(e, t);
9054
9054
  break;
9055
9055
  case 21:
9056
- Hs(e.body, t, !0, !1);
9056
+ zs(e.body, t, !0, !1);
9057
9057
  break;
9058
9058
  case 22:
9059
9059
  (function(s, n) {
@@ -9077,7 +9077,7 @@ function Qe(e, t) {
9077
9077
  break;
9078
9078
  case 25:
9079
9079
  (function(s, n) {
9080
- n.push("("), Hs(s.expressions, n), n.push(")");
9080
+ n.push("("), zs(s.expressions, n), n.push(")");
9081
9081
  })(e, t);
9082
9082
  break;
9083
9083
  case 26:
@@ -9128,7 +9128,7 @@ function yt(e, t, s = !1, n = !1, i = Object.create(t.identifiers)) {
9128
9128
  const w = Fp(c, v) && c[v];
9129
9129
  if (o) {
9130
9130
  const C = x && x.type === "AssignmentExpression" && x.left === E, A = x && x.type === "UpdateExpression" && x.argument === E, O = x && ri(x, f), F = x && ry(f), N = (D) => {
9131
- const q = `${t.helperString(nn)}(${D})`;
9131
+ const q = `${t.helperString(on)}(${D})`;
9132
9132
  return F ? `(${q})` : q;
9133
9133
  };
9134
9134
  if (I1(w) || w === "setup-reactive-const" || i[v]) return v;
@@ -9242,7 +9242,7 @@ function oh(e, t, s, n) {
9242
9242
  }
9243
9243
  p.branches.push(d);
9244
9244
  const g = n && n(p, d, !1);
9245
- ln(d, s), g && g(), s.currentNode = null;
9245
+ pn(d, s), g && g(), s.currentNode = null;
9246
9246
  } else s.onError($e(30, e.loc));
9247
9247
  break;
9248
9248
  }
@@ -9257,7 +9257,7 @@ function N1(e, t) {
9257
9257
  return { type: 10, loc: e.loc, condition: t.name === "else" ? void 0 : t.exp, children: s && !rt(e, "for") ? e.children : [e], userKey: Ut(e, "key"), isTemplateIf: s };
9258
9258
  }
9259
9259
  function O1(e, t, s) {
9260
- return e.condition ? or(e.condition, L1(e, t, s), we(s.helper(fn), ['"v-if"', "true"])) : L1(e, t, s);
9260
+ return e.condition ? or(e.condition, L1(e, t, s), we(s.helper(mn), ['"v-if"', "true"])) : L1(e, t, s);
9261
9261
  }
9262
9262
  function L1(e, t, s) {
9263
9263
  const { helper: n } = s, i = Ve("key", ue(`${t}`, !1, tt, 2)), { children: o } = e, c = o[0];
@@ -9268,7 +9268,7 @@ function L1(e, t, s) {
9268
9268
  }
9269
9269
  {
9270
9270
  let l = 64;
9271
- return e.isTemplateIf || o.filter((p) => p.type !== 3).length !== 1 || (l |= 2048), on(s, n(rn), Ft([i]), o, l, void 0, void 0, !0, !1, !1, e.loc);
9271
+ return e.isTemplateIf || o.filter((p) => p.type !== 3).length !== 1 || (l |= 2048), an(s, n(sn), Ft([i]), o, l, void 0, void 0, !0, !1, !1, e.loc);
9272
9272
  }
9273
9273
  }
9274
9274
  {
@@ -9289,13 +9289,13 @@ function Ev(e, t) {
9289
9289
  const wv = vi("for", (e, t, s) => {
9290
9290
  const { helper: n, removeHelper: i } = s;
9291
9291
  return ah(e, t, s, (o) => {
9292
- const c = we(n(pa), [o.source]), l = an(e), p = rt(e, "memo"), d = Ut(e, "key", !1, !0), g = d && d.type === 7;
9292
+ const c = we(n(pa), [o.source]), l = cn(e), p = rt(e, "memo"), d = Ut(e, "key", !1, !0), g = d && d.type === 7;
9293
9293
  let f = d && (d.type === 6 ? d.value ? ue(d.value.content, !0) : void 0 : d.exp);
9294
9294
  p && f && g && (d.exp = f = yt(f, s));
9295
9295
  const T = d && f ? Ve("key", f) : null;
9296
9296
  l && (p && (p.exp = yt(p.exp, s)), T && d.type !== 6 && (T.value = yt(T.value, s)));
9297
9297
  const m = o.source.type === 4 && o.source.constType > 0, y = m ? 64 : d ? 128 : 256;
9298
- return o.codegenNode = on(s, n(rn), void 0, c, y, void 0, void 0, !0, !m, !1, e.loc), () => {
9298
+ return o.codegenNode = an(s, n(sn), void 0, c, y, void 0, void 0, !0, !m, !1, e.loc), () => {
9299
9299
  let v;
9300
9300
  const { children: x } = o;
9301
9301
  l && e.children.some((C) => {
@@ -9304,8 +9304,8 @@ const wv = vi("for", (e, t, s) => {
9304
9304
  if (A) return s.onError($e(33, A.loc)), !0;
9305
9305
  }
9306
9306
  });
9307
- const E = x.length !== 1 || x[0].type !== 1, w = cn(e) ? e : l && e.children.length === 1 && cn(e.children[0]) ? e.children[0] : null;
9308
- if (w ? (v = w.codegenNode, l && T && si(v, T, s)) : E ? v = on(s, n(rn), T ? Ft([T]) : void 0, e.children, 64, void 0, void 0, !0, void 0, !1) : (v = x[0].codegenNode, l && T && si(v, T, s), v.isBlock !== !m && (v.isBlock ? (i(Qr), i(_s(s.inSSR, v.isComponent))) : i(ws(s.inSSR, v.isComponent))), v.isBlock = !m, v.isBlock ? (n(Qr), n(_s(s.inSSR, v.isComponent))) : n(ws(s.inSSR, v.isComponent))), p) {
9307
+ const E = x.length !== 1 || x[0].type !== 1, w = ln(e) ? e : l && e.children.length === 1 && ln(e.children[0]) ? e.children[0] : null;
9308
+ if (w ? (v = w.codegenNode, l && T && si(v, T, s)) : E ? v = an(s, n(sn), T ? Ft([T]) : void 0, e.children, 64, void 0, void 0, !0, void 0, !1) : (v = x[0].codegenNode, l && T && si(v, T, s), v.isBlock !== !m && (v.isBlock ? (i(Qr), i(_s(s.inSSR, v.isComponent))) : i(ws(s.inSSR, v.isComponent))), v.isBlock = !m, v.isBlock ? (n(Qr), n(_s(s.inSSR, v.isComponent))) : n(ws(s.inSSR, v.isComponent))), p) {
9309
9309
  const C = Wt(ii(o.parseResult, [ue("_cached")]));
9310
9310
  C.body = bi([dt(["const _memo = (", p.exp, ")"]), dt(["if (_cached", ...f ? [" && _cached.key === ", f] : [], ` && ${s.helperString(Hp)}(_cached, _memo)) return _cached`]), dt(["const _item = ", v]), ue("_item.memo = _memo"), ue("return _item")]), c.arguments.push(C, ue("_cache"), ue(String(s.cached.length))), s.cached.push(null);
9311
9311
  } else c.arguments.push(Wt(ii(o.parseResult), v, !0));
@@ -9317,7 +9317,7 @@ function ah(e, t, s, n) {
9317
9317
  const i = t.forParseResult;
9318
9318
  if (!i) return void s.onError($e(32, t.loc));
9319
9319
  ch(i, s);
9320
- const { addIdentifiers: o, removeIdentifiers: c, scopes: l } = s, { source: p, value: d, key: g, index: f } = i, T = { type: 11, loc: t.loc, source: p, valueAlias: d, keyAlias: g, objectIndexAlias: f, parseResult: i, children: an(e) ? e.children : [e] };
9320
+ const { addIdentifiers: o, removeIdentifiers: c, scopes: l } = s, { source: p, value: d, key: g, index: f } = i, T = { type: 11, loc: t.loc, source: p, valueAlias: d, keyAlias: g, objectIndexAlias: f, parseResult: i, children: cn(e) ? e.children : [e] };
9321
9321
  s.replaceNode(T), l.vFor++, s.prefixIdentifiers && (d && o(d), g && o(g), f && o(f));
9322
9322
  const m = n && n(T);
9323
9323
  return () => {
@@ -9346,7 +9346,7 @@ const R1 = ue("undefined", !1), lh = (e, t) => {
9346
9346
  }
9347
9347
  }, ph = (e, t) => {
9348
9348
  let s;
9349
- if (an(e) && e.props.some(Sa) && (s = rt(e, "for"))) {
9349
+ if (cn(e) && e.props.some(Sa) && (s = rt(e, "for"))) {
9350
9350
  const n = s.forParseResult;
9351
9351
  if (n) {
9352
9352
  ch(n, t);
@@ -9373,7 +9373,7 @@ function Un(e, t, s = _v) {
9373
9373
  for (let x = 0; x < n.length; x++) {
9374
9374
  const E = n[x];
9375
9375
  let w;
9376
- if (!an(E) || !(w = rt(E, "slot", !0))) {
9376
+ if (!cn(E) || !(w = rt(E, "slot", !0))) {
9377
9377
  E.type !== 3 && f.push(E);
9378
9378
  continue;
9379
9379
  }
@@ -9391,7 +9391,7 @@ function Un(e, t, s = _v) {
9391
9391
  else if (V = rt(E, /^else(?:-if)?$/, !0)) {
9392
9392
  let j, U = x;
9393
9393
  for (; U-- && (j = n[U], j.type === 3 || !Yl(j)); ) ;
9394
- if (j && an(j) && rt(j, /^(?:else-)?if$/)) {
9394
+ if (j && cn(j) && rt(j, /^(?:else-)?if$/)) {
9395
9395
  let X = c[c.length - 1];
9396
9396
  for (; X.alternate.type === 19; ) X = X.alternate;
9397
9397
  X.alternate = V.exp ? or(V.exp, $i(O, K, m++), R1) : $i(O, K, m++);
@@ -9448,9 +9448,9 @@ const _y = /* @__PURE__ */ new WeakMap(), Py = (e, t) => function() {
9448
9448
  const { tag: s, props: n } = e, i = e.tagType === 1;
9449
9449
  let o = i ? _a(e, t) : `"${s}"`;
9450
9450
  const c = ss(o) && o.callee === yi;
9451
- let l, p, d, g, f, T = 0, m = c || o === Ts || o === dn || !i && (s === "svg" || s === "foreignObject" || s === "math");
9451
+ let l, p, d, g, f, T = 0, m = c || o === Ts || o === fn || !i && (s === "svg" || s === "foreignObject" || s === "math");
9452
9452
  if (n.length > 0) {
9453
- const y = pn(e, t, void 0, i, c);
9453
+ const y = hn(e, t, void 0, i, c);
9454
9454
  l = y.props, T = y.patchFlag, g = y.dynamicPropNames;
9455
9455
  const v = y.directives;
9456
9456
  f = v && v.length ? Nr(v.map((x) => hh(x, t))) : void 0, y.shouldUseBlock && (m = !0);
@@ -9467,7 +9467,7 @@ const _y = /* @__PURE__ */ new WeakMap(), Py = (e, t) => function() {
9467
9467
  let v = "[";
9468
9468
  for (let x = 0, E = y.length; x < E; x++) v += JSON.stringify(y[x]), x < E - 1 && (v += ", ");
9469
9469
  return v + "]";
9470
- })(g)), e.codegenNode = on(t, o, l, p, T === 0 ? void 0 : T, d, f, !!m, !1, i, e.loc);
9470
+ })(g)), e.codegenNode = an(t, o, l, p, T === 0 ? void 0 : T, d, f, !!m, !1, i, e.loc);
9471
9471
  };
9472
9472
  function _a(e, t, s = !1) {
9473
9473
  let { tag: n } = e;
@@ -9495,11 +9495,11 @@ function Ql(e, t) {
9495
9495
  const n = Dt(e), i = Yr(n), o = (d) => s[e] === d ? e : s[n] === d ? n : s[i] === d ? i : void 0, c = o("setup-const") || o("setup-reactive-const") || o("literal-const");
9496
9496
  if (c) return t.inline ? c : `$setup[${JSON.stringify(c)}]`;
9497
9497
  const l = o("setup-let") || o("setup-ref") || o("setup-maybe-ref");
9498
- if (l) return t.inline ? `${t.helperString(nn)}(${l})` : `$setup[${JSON.stringify(l)}]`;
9498
+ if (l) return t.inline ? `${t.helperString(on)}(${l})` : `$setup[${JSON.stringify(l)}]`;
9499
9499
  const p = o("props");
9500
- return p ? `${t.helperString(nn)}(${t.inline ? "__props" : "$props"}[${JSON.stringify(p)}])` : void 0;
9500
+ return p ? `${t.helperString(on)}(${t.inline ? "__props" : "$props"}[${JSON.stringify(p)}])` : void 0;
9501
9501
  }
9502
- function pn(e, t, s = e.props, n, i, o = !1) {
9502
+ function hn(e, t, s = e.props, n, i, o = !1) {
9503
9503
  const { tag: c, loc: l, children: p } = e;
9504
9504
  let d = [];
9505
9505
  const g = [], f = [], T = p.length > 0;
@@ -9554,12 +9554,12 @@ function pn(e, t, s = e.props, n, i, o = !1) {
9554
9554
  vt(ee) ? ee.content === "class" ? K = X : ee.content === "style" && (W = X) : ee.isHandlerKey || (V = !0);
9555
9555
  }
9556
9556
  const j = q.properties[K], U = q.properties[W];
9557
- V ? q = we(t.helper(sn), [q]) : (j && !vt(j.value) && (j.value = we(t.helper(ha), [j.value])), U && (E || U.value.type === 4 && U.value.content.trim()[0] === "[" || U.value.type === 17) && (U.value = we(t.helper(ua), [U.value])));
9557
+ V ? q = we(t.helper(nn), [q]) : (j && !vt(j.value) && (j.value = we(t.helper(ha), [j.value])), U && (E || U.value.type === 4 && U.value.content.trim()[0] === "[" || U.value.type === 17) && (U.value = we(t.helper(ua), [U.value])));
9558
9558
  break;
9559
9559
  case 14:
9560
9560
  break;
9561
9561
  default:
9562
- q = we(t.helper(sn), [we(t.helper(mn), [q])]);
9562
+ q = we(t.helper(nn), [we(t.helper(gn), [q])]);
9563
9563
  }
9564
9564
  return { props: q, directives: f, patchFlag: y, dynamicPropNames: O, shouldUseBlock: m };
9565
9565
  }
@@ -9598,7 +9598,7 @@ function Zl(e) {
9598
9598
  return e === "component" || e === "Component";
9599
9599
  }
9600
9600
  const Av = (e, t) => {
9601
- if (cn(e)) {
9601
+ if (ln(e)) {
9602
9602
  const { children: s, loc: n } = e, { slotName: i, slotProps: o } = uh(e, t), c = [t.prefixIdentifiers ? "_ctx.$slots" : "$slots", i, "{}", "undefined", "true"];
9603
9603
  let l = 2;
9604
9604
  o && (c[2] = o, l = 3), s.length && (c[3] = Wt([], s, !1, !1, n), l = 4), t.scopeId && !t.slotted && (l = 5), c.splice(l), e.codegenNode = we(t.helper(qp), c, n);
@@ -9619,7 +9619,7 @@ function uh(e, t) {
9619
9619
  } else c.name === "bind" && c.arg && vt(c.arg) && (c.arg.content = Dt(c.arg.content)), i.push(c);
9620
9620
  }
9621
9621
  if (i.length > 0) {
9622
- const { props: o, directives: c } = pn(e, t, i, !1, !1);
9622
+ const { props: o, directives: c } = hn(e, t, i, !1, !1);
9623
9623
  s = o, c.length && t.onError($e(36, c[0].loc));
9624
9624
  }
9625
9625
  return { slotName: n, slotProps: s };
@@ -9684,12 +9684,12 @@ const Pa = (e, t, s, n) => {
9684
9684
  });
9685
9685
  }, Aa = (e, t, s) => {
9686
9686
  const { exp: n, arg: i } = e;
9687
- if (!n) return s.onError($e(41, e.loc)), Pn();
9687
+ if (!n) return s.onError($e(41, e.loc)), An();
9688
9688
  const o = n.loc.source.trim(), c = n.type === 4 ? n.content : o, l = s.bindingMetadata[o];
9689
- if (l === "props" || l === "props-aliased") return s.onError($e(44, n.loc)), Pn();
9689
+ if (l === "props" || l === "props-aliased") return s.onError($e(44, n.loc)), An();
9690
9690
  const p = s.inline && (l === "setup-let" || l === "setup-ref" || l === "setup-maybe-ref");
9691
- if (!c.trim() || !eh(n, s) && !p) return s.onError($e(42, n.loc)), Pn();
9692
- if (s.prefixIdentifiers && Lr(c) && s.identifiers[c]) return s.onError($e(43, n.loc)), Pn();
9691
+ if (!c.trim() || !eh(n, s) && !p) return s.onError($e(42, n.loc)), An();
9692
+ if (s.prefixIdentifiers && Lr(c) && s.identifiers[c]) return s.onError($e(43, n.loc)), An();
9693
9693
  const d = i || ue("modelValue", !0), g = i ? vt(i) ? `onUpdate:${Dt(i.content)}` : dt(['"onUpdate:" + ', i]) : "onUpdate:modelValue";
9694
9694
  let f;
9695
9695
  const T = s.isTS ? "($event: any)" : "$event";
@@ -9704,9 +9704,9 @@ const Pa = (e, t, s, n) => {
9704
9704
  const y = e.modifiers.map((x) => x.content).map((x) => (Lr(x) ? x : JSON.stringify(x)) + ": true").join(", "), v = i ? vt(i) ? `${i.content}Modifiers` : dt([i, ' + "Modifiers"']) : "modelModifiers";
9705
9705
  m.push(Ve(v, ue(`{ ${y} }`, !1, e.loc, 2)));
9706
9706
  }
9707
- return Pn(m);
9707
+ return An(m);
9708
9708
  };
9709
- function Pn(e = []) {
9709
+ function An(e = []) {
9710
9710
  return { props: e };
9711
9711
  }
9712
9712
  const j1 = /* @__PURE__ */ new WeakSet(), Nv = (e, t) => {
@@ -9741,9 +9741,9 @@ function B1(e, t = {}) {
9741
9741
  }
9742
9742
  return sh(c, kr({}, o, { nodeTransforms: [...l, ...t.nodeTransforms || []], directiveTransforms: kr({}, p, t.directiveTransforms || {}) })), nh(c, o);
9743
9743
  }
9744
- const $n = () => ({ props: [] }), gh = Symbol("vModelRadio"), yh = Symbol("vModelCheckbox"), xh = Symbol("vModelText"), bh = Symbol("vModelSelect"), Oo = Symbol("vModelDynamic"), Th = Symbol("vOnModifiersGuard"), vh = Symbol("vOnKeysGuard"), kh = Symbol("vShow"), Os = Symbol("Transition"), gn = Symbol("TransitionGroup");
9745
- zp({ [gh]: "vModelRadio", [yh]: "vModelCheckbox", [xh]: "vModelText", [bh]: "vModelSelect", [Oo]: "vModelDynamic", [Th]: "withModifiers", [vh]: "withKeys", [kh]: "vShow", [Os]: "Transition", [gn]: "TransitionGroup" });
9746
- const Js = { parseMode: "html", isVoidTag: $g, isNativeTag: (e) => MT(e) || DT(e) || FT(e), isPreTag: (e) => e === "pre", isIgnoreNewlineTag: (e) => e === "pre" || e === "textarea", decodeEntities: void 0, isBuiltInComponent: (e) => e === "Transition" || e === "transition" ? Os : e === "TransitionGroup" || e === "transition-group" ? gn : void 0, getNamespace(e, t, s) {
9744
+ const $n = () => ({ props: [] }), gh = Symbol("vModelRadio"), yh = Symbol("vModelCheckbox"), xh = Symbol("vModelText"), bh = Symbol("vModelSelect"), Oo = Symbol("vModelDynamic"), Th = Symbol("vOnModifiersGuard"), vh = Symbol("vOnKeysGuard"), kh = Symbol("vShow"), Os = Symbol("Transition"), yn = Symbol("TransitionGroup");
9745
+ zp({ [gh]: "vModelRadio", [yh]: "vModelCheckbox", [xh]: "vModelText", [bh]: "vModelSelect", [Oo]: "vModelDynamic", [Th]: "withModifiers", [vh]: "withKeys", [kh]: "vShow", [Os]: "Transition", [yn]: "TransitionGroup" });
9746
+ const Ys = { parseMode: "html", isVoidTag: $g, isNativeTag: (e) => MT(e) || DT(e) || FT(e), isPreTag: (e) => e === "pre", isIgnoreNewlineTag: (e) => e === "pre" || e === "textarea", decodeEntities: void 0, isBuiltInComponent: (e) => e === "Transition" || e === "transition" ? Os : e === "TransitionGroup" || e === "transition-group" ? yn : void 0, getNamespace(e, t, s) {
9747
9747
  let n = t ? t.ns : s;
9748
9748
  if (t && n === 2) if (t.tag === "annotation-xml") {
9749
9749
  if (e === "svg") return 1;
@@ -9957,15 +9957,15 @@ const qv = (e, t) => {
9957
9957
  const { exp: n, loc: i } = e;
9958
9958
  return n || s.onError(At(61, i)), { props: [], needRuntime: s.helper(kh) };
9959
9959
  } };
9960
- var mc, G1, sp = Object.freeze({ __proto__: null, BASE_TRANSITION: Bp, BindingTypes: { 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" }, CAMELIZE: Eo, CAPITALIZE: Wg, CREATE_BLOCK: Up, CREATE_COMMENT: fn, CREATE_ELEMENT_BLOCK: $p, CREATE_ELEMENT_VNODE: ia, CREATE_SLOTS: Vp, CREATE_STATIC: aa, CREATE_TEXT: oa, CREATE_VNODE: gi, CompilerDeprecationTypes: { COMPILER_IS_ON_ELEMENT: "COMPILER_IS_ON_ELEMENT", COMPILER_V_BIND_SYNC: "COMPILER_V_BIND_SYNC", COMPILER_V_BIND_OBJECT_ORDER: "COMPILER_V_BIND_OBJECT_ORDER", COMPILER_V_ON_NATIVE: "COMPILER_V_ON_NATIVE", COMPILER_V_IF_V_FOR_PRECEDENCE: "COMPILER_V_IF_V_FOR_PRECEDENCE", COMPILER_NATIVE_TEMPLATE: "COMPILER_NATIVE_TEMPLATE", COMPILER_INLINE_TEMPLATE: "COMPILER_INLINE_TEMPLATE", COMPILER_FILTERS: "COMPILER_FILTERS" }, ConstantTypes: { NOT_CONSTANT: 0, 0: "NOT_CONSTANT", CAN_SKIP_PATCH: 1, 1: "CAN_SKIP_PATCH", CAN_CACHE: 2, 2: "CAN_CACHE", CAN_STRINGIFY: 3, 3: "CAN_STRINGIFY" }, DOMDirectiveTransforms: rp, DOMErrorCodes: { X_V_HTML_NO_EXPRESSION: 53, 53: "X_V_HTML_NO_EXPRESSION", X_V_HTML_WITH_CHILDREN: 54, 54: "X_V_HTML_WITH_CHILDREN", X_V_TEXT_NO_EXPRESSION: 55, 55: "X_V_TEXT_NO_EXPRESSION", X_V_TEXT_WITH_CHILDREN: 56, 56: "X_V_TEXT_WITH_CHILDREN", X_V_MODEL_ON_INVALID_ELEMENT: 57, 57: "X_V_MODEL_ON_INVALID_ELEMENT", X_V_MODEL_ARG_ON_ELEMENT: 58, 58: "X_V_MODEL_ARG_ON_ELEMENT", X_V_MODEL_ON_FILE_INPUT_ELEMENT: 59, 59: "X_V_MODEL_ON_FILE_INPUT_ELEMENT", X_V_MODEL_UNNECESSARY_VALUE: 60, 60: "X_V_MODEL_UNNECESSARY_VALUE", X_V_SHOW_NO_EXPRESSION: 61, 61: "X_V_SHOW_NO_EXPRESSION", X_TRANSITION_INVALID_CHILDREN: 62, 62: "X_TRANSITION_INVALID_CHILDREN", X_IGNORED_SIDE_EFFECT_TAG: 63, 63: "X_IGNORED_SIDE_EFFECT_TAG", __EXTEND_POINT__: 64, 64: "__EXTEND_POINT__" }, DOMErrorMessages: Eh, DOMNodeTransforms: tp, ElementTypes: { ELEMENT: 0, 0: "ELEMENT", COMPONENT: 1, 1: "COMPONENT", SLOT: 2, 2: "SLOT", TEMPLATE: 3, 3: "TEMPLATE" }, ErrorCodes: { ABRUPT_CLOSING_OF_EMPTY_COMMENT: 0, 0: "ABRUPT_CLOSING_OF_EMPTY_COMMENT", CDATA_IN_HTML_CONTENT: 1, 1: "CDATA_IN_HTML_CONTENT", DUPLICATE_ATTRIBUTE: 2, 2: "DUPLICATE_ATTRIBUTE", END_TAG_WITH_ATTRIBUTES: 3, 3: "END_TAG_WITH_ATTRIBUTES", END_TAG_WITH_TRAILING_SOLIDUS: 4, 4: "END_TAG_WITH_TRAILING_SOLIDUS", EOF_BEFORE_TAG_NAME: 5, 5: "EOF_BEFORE_TAG_NAME", EOF_IN_CDATA: 6, 6: "EOF_IN_CDATA", EOF_IN_COMMENT: 7, 7: "EOF_IN_COMMENT", EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT: 8, 8: "EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT", EOF_IN_TAG: 9, 9: "EOF_IN_TAG", INCORRECTLY_CLOSED_COMMENT: 10, 10: "INCORRECTLY_CLOSED_COMMENT", INCORRECTLY_OPENED_COMMENT: 11, 11: "INCORRECTLY_OPENED_COMMENT", INVALID_FIRST_CHARACTER_OF_TAG_NAME: 12, 12: "INVALID_FIRST_CHARACTER_OF_TAG_NAME", MISSING_ATTRIBUTE_VALUE: 13, 13: "MISSING_ATTRIBUTE_VALUE", MISSING_END_TAG_NAME: 14, 14: "MISSING_END_TAG_NAME", MISSING_WHITESPACE_BETWEEN_ATTRIBUTES: 15, 15: "MISSING_WHITESPACE_BETWEEN_ATTRIBUTES", NESTED_COMMENT: 16, 16: "NESTED_COMMENT", UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME: 17, 17: "UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME", UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE: 18, 18: "UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE", UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME: 19, 19: "UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME", UNEXPECTED_NULL_CHARACTER: 20, 20: "UNEXPECTED_NULL_CHARACTER", UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME: 21, 21: "UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME", UNEXPECTED_SOLIDUS_IN_TAG: 22, 22: "UNEXPECTED_SOLIDUS_IN_TAG", X_INVALID_END_TAG: 23, 23: "X_INVALID_END_TAG", X_MISSING_END_TAG: 24, 24: "X_MISSING_END_TAG", X_MISSING_INTERPOLATION_END: 25, 25: "X_MISSING_INTERPOLATION_END", X_MISSING_DIRECTIVE_NAME: 26, 26: "X_MISSING_DIRECTIVE_NAME", X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END: 27, 27: "X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END", X_V_IF_NO_EXPRESSION: 28, 28: "X_V_IF_NO_EXPRESSION", X_V_IF_SAME_KEY: 29, 29: "X_V_IF_SAME_KEY", X_V_ELSE_NO_ADJACENT_IF: 30, 30: "X_V_ELSE_NO_ADJACENT_IF", X_V_FOR_NO_EXPRESSION: 31, 31: "X_V_FOR_NO_EXPRESSION", X_V_FOR_MALFORMED_EXPRESSION: 32, 32: "X_V_FOR_MALFORMED_EXPRESSION", X_V_FOR_TEMPLATE_KEY_PLACEMENT: 33, 33: "X_V_FOR_TEMPLATE_KEY_PLACEMENT", X_V_BIND_NO_EXPRESSION: 34, 34: "X_V_BIND_NO_EXPRESSION", X_V_ON_NO_EXPRESSION: 35, 35: "X_V_ON_NO_EXPRESSION", X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET: 36, 36: "X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET", X_V_SLOT_MIXED_SLOT_USAGE: 37, 37: "X_V_SLOT_MIXED_SLOT_USAGE", X_V_SLOT_DUPLICATE_SLOT_NAMES: 38, 38: "X_V_SLOT_DUPLICATE_SLOT_NAMES", X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN: 39, 39: "X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN", X_V_SLOT_MISPLACED: 40, 40: "X_V_SLOT_MISPLACED", X_V_MODEL_NO_EXPRESSION: 41, 41: "X_V_MODEL_NO_EXPRESSION", X_V_MODEL_MALFORMED_EXPRESSION: 42, 42: "X_V_MODEL_MALFORMED_EXPRESSION", X_V_MODEL_ON_SCOPE_VARIABLE: 43, 43: "X_V_MODEL_ON_SCOPE_VARIABLE", X_V_MODEL_ON_PROPS: 44, 44: "X_V_MODEL_ON_PROPS", X_INVALID_EXPRESSION: 45, 45: "X_INVALID_EXPRESSION", X_KEEP_ALIVE_INVALID_CHILDREN: 46, 46: "X_KEEP_ALIVE_INVALID_CHILDREN", X_PREFIX_ID_NOT_SUPPORTED: 47, 47: "X_PREFIX_ID_NOT_SUPPORTED", X_MODULE_MODE_NOT_SUPPORTED: 48, 48: "X_MODULE_MODE_NOT_SUPPORTED", X_CACHE_HANDLER_NOT_SUPPORTED: 49, 49: "X_CACHE_HANDLER_NOT_SUPPORTED", X_SCOPE_ID_NOT_SUPPORTED: 50, 50: "X_SCOPE_ID_NOT_SUPPORTED", X_VNODE_HOOKS: 51, 51: "X_VNODE_HOOKS", X_V_BIND_INVALID_SAME_NAME_ARGUMENT: 52, 52: "X_V_BIND_INVALID_SAME_NAME_ARGUMENT", __EXTEND_POINT__: 53, 53: "__EXTEND_POINT__" }, FRAGMENT: rn, GUARD_REACTIVE_PROPS: mn, IS_MEMO_SAME: Hp, IS_REF: ti, KEEP_ALIVE: Qn, MERGE_PROPS: Es, NORMALIZE_CLASS: ha, NORMALIZE_PROPS: sn, NORMALIZE_STYLE: ua, Namespaces: { HTML: 0, 0: "HTML", SVG: 1, 1: "SVG", MATH_ML: 2, 2: "MATH_ML" }, NodeTypes: { ROOT: 0, 0: "ROOT", ELEMENT: 1, 1: "ELEMENT", TEXT: 2, 2: "TEXT", COMMENT: 3, 3: "COMMENT", SIMPLE_EXPRESSION: 4, 4: "SIMPLE_EXPRESSION", INTERPOLATION: 5, 5: "INTERPOLATION", ATTRIBUTE: 6, 6: "ATTRIBUTE", DIRECTIVE: 7, 7: "DIRECTIVE", COMPOUND_EXPRESSION: 8, 8: "COMPOUND_EXPRESSION", IF: 9, 9: "IF", IF_BRANCH: 10, 10: "IF_BRANCH", FOR: 11, 11: "FOR", TEXT_CALL: 12, 12: "TEXT_CALL", VNODE_CALL: 13, 13: "VNODE_CALL", JS_CALL_EXPRESSION: 14, 14: "JS_CALL_EXPRESSION", JS_OBJECT_EXPRESSION: 15, 15: "JS_OBJECT_EXPRESSION", JS_PROPERTY: 16, 16: "JS_PROPERTY", JS_ARRAY_EXPRESSION: 17, 17: "JS_ARRAY_EXPRESSION", JS_FUNCTION_EXPRESSION: 18, 18: "JS_FUNCTION_EXPRESSION", JS_CONDITIONAL_EXPRESSION: 19, 19: "JS_CONDITIONAL_EXPRESSION", JS_CACHE_EXPRESSION: 20, 20: "JS_CACHE_EXPRESSION", JS_BLOCK_STATEMENT: 21, 21: "JS_BLOCK_STATEMENT", JS_TEMPLATE_LITERAL: 22, 22: "JS_TEMPLATE_LITERAL", JS_IF_STATEMENT: 23, 23: "JS_IF_STATEMENT", JS_ASSIGNMENT_EXPRESSION: 24, 24: "JS_ASSIGNMENT_EXPRESSION", JS_SEQUENCE_EXPRESSION: 25, 25: "JS_SEQUENCE_EXPRESSION", JS_RETURN_STATEMENT: 26, 26: "JS_RETURN_STATEMENT" }, OPEN_BLOCK: Qr, POP_SCOPE_ID: Xg, PUSH_SCOPE_ID: Gg, RENDER_LIST: pa, RENDER_SLOT: qp, RESOLVE_COMPONENT: Zn, RESOLVE_DIRECTIVE: ca, RESOLVE_DYNAMIC_COMPONENT: yi, RESOLVE_FILTER: zg, SET_BLOCK_TRACKING: ei, SUSPENSE: dn, TELEPORT: Ts, TO_DISPLAY_STRING: xi, TO_HANDLERS: da, TO_HANDLER_KEY: wo, TRANSITION: Os, TRANSITION_GROUP: gn, TS_NODE_TYPES: va, UNREF: nn, V_MODEL_CHECKBOX: yh, V_MODEL_DYNAMIC: Oo, V_MODEL_RADIO: gh, V_MODEL_SELECT: bh, V_MODEL_TEXT: xh, V_ON_WITH_KEYS: vh, V_ON_WITH_MODIFIERS: Th, V_SHOW: kh, WITH_CTX: fa, WITH_DIRECTIVES: la, WITH_MEMO: ma, advancePositionWithClone: Wl, advancePositionWithMutation: th, assert: Gl, baseCompile: B1, baseParse: No, buildDirectiveArgs: hh, buildProps: pn, buildSlots: Un, checkCompatEnabled: function(e, t, s, ...n) {
9960
+ var mc, G1, sp = Object.freeze({ __proto__: null, BASE_TRANSITION: Bp, BindingTypes: { 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" }, CAMELIZE: Eo, CAPITALIZE: Wg, CREATE_BLOCK: Up, CREATE_COMMENT: mn, CREATE_ELEMENT_BLOCK: $p, CREATE_ELEMENT_VNODE: ia, CREATE_SLOTS: Vp, CREATE_STATIC: aa, CREATE_TEXT: oa, CREATE_VNODE: gi, CompilerDeprecationTypes: { COMPILER_IS_ON_ELEMENT: "COMPILER_IS_ON_ELEMENT", COMPILER_V_BIND_SYNC: "COMPILER_V_BIND_SYNC", COMPILER_V_BIND_OBJECT_ORDER: "COMPILER_V_BIND_OBJECT_ORDER", COMPILER_V_ON_NATIVE: "COMPILER_V_ON_NATIVE", COMPILER_V_IF_V_FOR_PRECEDENCE: "COMPILER_V_IF_V_FOR_PRECEDENCE", COMPILER_NATIVE_TEMPLATE: "COMPILER_NATIVE_TEMPLATE", COMPILER_INLINE_TEMPLATE: "COMPILER_INLINE_TEMPLATE", COMPILER_FILTERS: "COMPILER_FILTERS" }, ConstantTypes: { NOT_CONSTANT: 0, 0: "NOT_CONSTANT", CAN_SKIP_PATCH: 1, 1: "CAN_SKIP_PATCH", CAN_CACHE: 2, 2: "CAN_CACHE", CAN_STRINGIFY: 3, 3: "CAN_STRINGIFY" }, DOMDirectiveTransforms: rp, DOMErrorCodes: { X_V_HTML_NO_EXPRESSION: 53, 53: "X_V_HTML_NO_EXPRESSION", X_V_HTML_WITH_CHILDREN: 54, 54: "X_V_HTML_WITH_CHILDREN", X_V_TEXT_NO_EXPRESSION: 55, 55: "X_V_TEXT_NO_EXPRESSION", X_V_TEXT_WITH_CHILDREN: 56, 56: "X_V_TEXT_WITH_CHILDREN", X_V_MODEL_ON_INVALID_ELEMENT: 57, 57: "X_V_MODEL_ON_INVALID_ELEMENT", X_V_MODEL_ARG_ON_ELEMENT: 58, 58: "X_V_MODEL_ARG_ON_ELEMENT", X_V_MODEL_ON_FILE_INPUT_ELEMENT: 59, 59: "X_V_MODEL_ON_FILE_INPUT_ELEMENT", X_V_MODEL_UNNECESSARY_VALUE: 60, 60: "X_V_MODEL_UNNECESSARY_VALUE", X_V_SHOW_NO_EXPRESSION: 61, 61: "X_V_SHOW_NO_EXPRESSION", X_TRANSITION_INVALID_CHILDREN: 62, 62: "X_TRANSITION_INVALID_CHILDREN", X_IGNORED_SIDE_EFFECT_TAG: 63, 63: "X_IGNORED_SIDE_EFFECT_TAG", __EXTEND_POINT__: 64, 64: "__EXTEND_POINT__" }, DOMErrorMessages: Eh, DOMNodeTransforms: tp, ElementTypes: { ELEMENT: 0, 0: "ELEMENT", COMPONENT: 1, 1: "COMPONENT", SLOT: 2, 2: "SLOT", TEMPLATE: 3, 3: "TEMPLATE" }, ErrorCodes: { ABRUPT_CLOSING_OF_EMPTY_COMMENT: 0, 0: "ABRUPT_CLOSING_OF_EMPTY_COMMENT", CDATA_IN_HTML_CONTENT: 1, 1: "CDATA_IN_HTML_CONTENT", DUPLICATE_ATTRIBUTE: 2, 2: "DUPLICATE_ATTRIBUTE", END_TAG_WITH_ATTRIBUTES: 3, 3: "END_TAG_WITH_ATTRIBUTES", END_TAG_WITH_TRAILING_SOLIDUS: 4, 4: "END_TAG_WITH_TRAILING_SOLIDUS", EOF_BEFORE_TAG_NAME: 5, 5: "EOF_BEFORE_TAG_NAME", EOF_IN_CDATA: 6, 6: "EOF_IN_CDATA", EOF_IN_COMMENT: 7, 7: "EOF_IN_COMMENT", EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT: 8, 8: "EOF_IN_SCRIPT_HTML_COMMENT_LIKE_TEXT", EOF_IN_TAG: 9, 9: "EOF_IN_TAG", INCORRECTLY_CLOSED_COMMENT: 10, 10: "INCORRECTLY_CLOSED_COMMENT", INCORRECTLY_OPENED_COMMENT: 11, 11: "INCORRECTLY_OPENED_COMMENT", INVALID_FIRST_CHARACTER_OF_TAG_NAME: 12, 12: "INVALID_FIRST_CHARACTER_OF_TAG_NAME", MISSING_ATTRIBUTE_VALUE: 13, 13: "MISSING_ATTRIBUTE_VALUE", MISSING_END_TAG_NAME: 14, 14: "MISSING_END_TAG_NAME", MISSING_WHITESPACE_BETWEEN_ATTRIBUTES: 15, 15: "MISSING_WHITESPACE_BETWEEN_ATTRIBUTES", NESTED_COMMENT: 16, 16: "NESTED_COMMENT", UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME: 17, 17: "UNEXPECTED_CHARACTER_IN_ATTRIBUTE_NAME", UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE: 18, 18: "UNEXPECTED_CHARACTER_IN_UNQUOTED_ATTRIBUTE_VALUE", UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME: 19, 19: "UNEXPECTED_EQUALS_SIGN_BEFORE_ATTRIBUTE_NAME", UNEXPECTED_NULL_CHARACTER: 20, 20: "UNEXPECTED_NULL_CHARACTER", UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME: 21, 21: "UNEXPECTED_QUESTION_MARK_INSTEAD_OF_TAG_NAME", UNEXPECTED_SOLIDUS_IN_TAG: 22, 22: "UNEXPECTED_SOLIDUS_IN_TAG", X_INVALID_END_TAG: 23, 23: "X_INVALID_END_TAG", X_MISSING_END_TAG: 24, 24: "X_MISSING_END_TAG", X_MISSING_INTERPOLATION_END: 25, 25: "X_MISSING_INTERPOLATION_END", X_MISSING_DIRECTIVE_NAME: 26, 26: "X_MISSING_DIRECTIVE_NAME", X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END: 27, 27: "X_MISSING_DYNAMIC_DIRECTIVE_ARGUMENT_END", X_V_IF_NO_EXPRESSION: 28, 28: "X_V_IF_NO_EXPRESSION", X_V_IF_SAME_KEY: 29, 29: "X_V_IF_SAME_KEY", X_V_ELSE_NO_ADJACENT_IF: 30, 30: "X_V_ELSE_NO_ADJACENT_IF", X_V_FOR_NO_EXPRESSION: 31, 31: "X_V_FOR_NO_EXPRESSION", X_V_FOR_MALFORMED_EXPRESSION: 32, 32: "X_V_FOR_MALFORMED_EXPRESSION", X_V_FOR_TEMPLATE_KEY_PLACEMENT: 33, 33: "X_V_FOR_TEMPLATE_KEY_PLACEMENT", X_V_BIND_NO_EXPRESSION: 34, 34: "X_V_BIND_NO_EXPRESSION", X_V_ON_NO_EXPRESSION: 35, 35: "X_V_ON_NO_EXPRESSION", X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET: 36, 36: "X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET", X_V_SLOT_MIXED_SLOT_USAGE: 37, 37: "X_V_SLOT_MIXED_SLOT_USAGE", X_V_SLOT_DUPLICATE_SLOT_NAMES: 38, 38: "X_V_SLOT_DUPLICATE_SLOT_NAMES", X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN: 39, 39: "X_V_SLOT_EXTRANEOUS_DEFAULT_SLOT_CHILDREN", X_V_SLOT_MISPLACED: 40, 40: "X_V_SLOT_MISPLACED", X_V_MODEL_NO_EXPRESSION: 41, 41: "X_V_MODEL_NO_EXPRESSION", X_V_MODEL_MALFORMED_EXPRESSION: 42, 42: "X_V_MODEL_MALFORMED_EXPRESSION", X_V_MODEL_ON_SCOPE_VARIABLE: 43, 43: "X_V_MODEL_ON_SCOPE_VARIABLE", X_V_MODEL_ON_PROPS: 44, 44: "X_V_MODEL_ON_PROPS", X_INVALID_EXPRESSION: 45, 45: "X_INVALID_EXPRESSION", X_KEEP_ALIVE_INVALID_CHILDREN: 46, 46: "X_KEEP_ALIVE_INVALID_CHILDREN", X_PREFIX_ID_NOT_SUPPORTED: 47, 47: "X_PREFIX_ID_NOT_SUPPORTED", X_MODULE_MODE_NOT_SUPPORTED: 48, 48: "X_MODULE_MODE_NOT_SUPPORTED", X_CACHE_HANDLER_NOT_SUPPORTED: 49, 49: "X_CACHE_HANDLER_NOT_SUPPORTED", X_SCOPE_ID_NOT_SUPPORTED: 50, 50: "X_SCOPE_ID_NOT_SUPPORTED", X_VNODE_HOOKS: 51, 51: "X_VNODE_HOOKS", X_V_BIND_INVALID_SAME_NAME_ARGUMENT: 52, 52: "X_V_BIND_INVALID_SAME_NAME_ARGUMENT", __EXTEND_POINT__: 53, 53: "__EXTEND_POINT__" }, FRAGMENT: sn, GUARD_REACTIVE_PROPS: gn, IS_MEMO_SAME: Hp, IS_REF: ti, KEEP_ALIVE: Qn, MERGE_PROPS: Es, NORMALIZE_CLASS: ha, NORMALIZE_PROPS: nn, NORMALIZE_STYLE: ua, Namespaces: { HTML: 0, 0: "HTML", SVG: 1, 1: "SVG", MATH_ML: 2, 2: "MATH_ML" }, NodeTypes: { ROOT: 0, 0: "ROOT", ELEMENT: 1, 1: "ELEMENT", TEXT: 2, 2: "TEXT", COMMENT: 3, 3: "COMMENT", SIMPLE_EXPRESSION: 4, 4: "SIMPLE_EXPRESSION", INTERPOLATION: 5, 5: "INTERPOLATION", ATTRIBUTE: 6, 6: "ATTRIBUTE", DIRECTIVE: 7, 7: "DIRECTIVE", COMPOUND_EXPRESSION: 8, 8: "COMPOUND_EXPRESSION", IF: 9, 9: "IF", IF_BRANCH: 10, 10: "IF_BRANCH", FOR: 11, 11: "FOR", TEXT_CALL: 12, 12: "TEXT_CALL", VNODE_CALL: 13, 13: "VNODE_CALL", JS_CALL_EXPRESSION: 14, 14: "JS_CALL_EXPRESSION", JS_OBJECT_EXPRESSION: 15, 15: "JS_OBJECT_EXPRESSION", JS_PROPERTY: 16, 16: "JS_PROPERTY", JS_ARRAY_EXPRESSION: 17, 17: "JS_ARRAY_EXPRESSION", JS_FUNCTION_EXPRESSION: 18, 18: "JS_FUNCTION_EXPRESSION", JS_CONDITIONAL_EXPRESSION: 19, 19: "JS_CONDITIONAL_EXPRESSION", JS_CACHE_EXPRESSION: 20, 20: "JS_CACHE_EXPRESSION", JS_BLOCK_STATEMENT: 21, 21: "JS_BLOCK_STATEMENT", JS_TEMPLATE_LITERAL: 22, 22: "JS_TEMPLATE_LITERAL", JS_IF_STATEMENT: 23, 23: "JS_IF_STATEMENT", JS_ASSIGNMENT_EXPRESSION: 24, 24: "JS_ASSIGNMENT_EXPRESSION", JS_SEQUENCE_EXPRESSION: 25, 25: "JS_SEQUENCE_EXPRESSION", JS_RETURN_STATEMENT: 26, 26: "JS_RETURN_STATEMENT" }, OPEN_BLOCK: Qr, POP_SCOPE_ID: Xg, PUSH_SCOPE_ID: Gg, RENDER_LIST: pa, RENDER_SLOT: qp, RESOLVE_COMPONENT: Zn, RESOLVE_DIRECTIVE: ca, RESOLVE_DYNAMIC_COMPONENT: yi, RESOLVE_FILTER: zg, SET_BLOCK_TRACKING: ei, SUSPENSE: fn, TELEPORT: Ts, TO_DISPLAY_STRING: xi, TO_HANDLERS: da, TO_HANDLER_KEY: wo, TRANSITION: Os, TRANSITION_GROUP: yn, TS_NODE_TYPES: va, UNREF: on, V_MODEL_CHECKBOX: yh, V_MODEL_DYNAMIC: Oo, V_MODEL_RADIO: gh, V_MODEL_SELECT: bh, V_MODEL_TEXT: xh, V_ON_WITH_KEYS: vh, V_ON_WITH_MODIFIERS: Th, V_SHOW: kh, WITH_CTX: fa, WITH_DIRECTIVES: la, WITH_MEMO: ma, advancePositionWithClone: Wl, advancePositionWithMutation: th, assert: Gl, baseCompile: B1, baseParse: No, buildDirectiveArgs: hh, buildProps: hn, buildSlots: Un, checkCompatEnabled: function(e, t, s, ...n) {
9961
9961
  const i = (function(o, c) {
9962
9962
  const l = Hl("MODE", c), p = Hl(o, c);
9963
9963
  return l === 3 ? p === !0 : p !== !1;
9964
9964
  })(e, t);
9965
9965
  return i && c1(e, t, s, ...n), i;
9966
9966
  }, compile: function(e, t = {}) {
9967
- return B1(e, kr({}, Js, t, { nodeTransforms: [qv, ...tp, ...t.nodeTransforms || []], directiveTransforms: kr({}, rp, t.directiveTransforms || {}), transformHoist: Fv }));
9968
- }, convertToBlock: ga, createArrayExpression: Nr, createAssignmentExpression: io, createBlockStatement: bi, createCacheExpression: Kg, createCallExpression: we, createCompilerError: $e, createCompoundExpression: dt, createConditionalExpression: or, createDOMCompilerError: At, createForLoopParams: ii, createFunctionExpression: Wt, createIfStatement: Po, createInterpolation: _o, createObjectExpression: Ft, createObjectProperty: Ve, createReturnStatement: Yg, createRoot: Ns, createSequenceExpression: Jg, createSimpleExpression: ue, createStructuralDirectiveTransform: vi, createTemplateLiteral: Wp, createTransformContext: Ti, createVNodeCall: on, errorMessages: Xp, extractIdentifiers: Yt, findDir: rt, findProp: Ut, forAliasRE: uy, generate: nh, generateCodeFrame: mi, getBaseTransformPreset: mh, getConstantType: jt, getMemoedVNodeCall: hy, getVNodeBlockHelper: _s, getVNodeHelper: ws, hasDynamicKeyVBind: ka, hasScopeRef: _t, helperNameMap: Mt, injectProp: si, isCoreComponent: Zp, isFnExpression: ly, isFnExpressionBrowser: (e) => iv.test(Co(e)), isFnExpressionNode: cy, isFunctionType: Wr, isInDestructureAssignment: ri, isInNewExpression: ry, isMemberExpression: eh, isMemberExpressionBrowser: (e) => {
9967
+ return B1(e, kr({}, Ys, t, { nodeTransforms: [qv, ...tp, ...t.nodeTransforms || []], directiveTransforms: kr({}, rp, t.directiveTransforms || {}), transformHoist: Fv }));
9968
+ }, convertToBlock: ga, createArrayExpression: Nr, createAssignmentExpression: io, createBlockStatement: bi, createCacheExpression: Kg, createCallExpression: we, createCompilerError: $e, createCompoundExpression: dt, createConditionalExpression: or, createDOMCompilerError: At, createForLoopParams: ii, createFunctionExpression: Wt, createIfStatement: Po, createInterpolation: _o, createObjectExpression: Ft, createObjectProperty: Ve, createReturnStatement: Yg, createRoot: Ns, createSequenceExpression: Jg, createSimpleExpression: ue, createStructuralDirectiveTransform: vi, createTemplateLiteral: Wp, createTransformContext: Ti, createVNodeCall: an, errorMessages: Xp, extractIdentifiers: Yt, findDir: rt, findProp: Ut, forAliasRE: uy, generate: nh, generateCodeFrame: mi, getBaseTransformPreset: mh, getConstantType: jt, getMemoedVNodeCall: hy, getVNodeBlockHelper: _s, getVNodeHelper: ws, hasDynamicKeyVBind: ka, hasScopeRef: _t, helperNameMap: Mt, injectProp: si, isCoreComponent: Zp, isFnExpression: ly, isFnExpressionBrowser: (e) => iv.test(Co(e)), isFnExpressionNode: cy, isFunctionType: Wr, isInDestructureAssignment: ri, isInNewExpression: ry, isMemberExpression: eh, isMemberExpressionBrowser: (e) => {
9969
9969
  const t = Co(e).trim().replace(nv, (l) => l.trim());
9970
9970
  let s = 0, n = [], i = 0, o = 0, c = null;
9971
9971
  for (let l = 0; l < t.length; l++) {
@@ -9992,9 +9992,9 @@ var mc, G1, sp = Object.freeze({ __proto__: null, BASE_TRANSITION: Bp, BindingTy
9992
9992
  }
9993
9993
  }
9994
9994
  return !i && !o;
9995
- }, isMemberExpressionNode: ay, isReferencedIdentifier: Jp, isSimpleIdentifier: Lr, isSlotOutlet: cn, isStaticArgOf: xr, isStaticExp: vt, isStaticProperty: Ta, isStaticPropertyKey: oy, isTemplateNode: an, isText: Bn, isVPre: Xl, isVSlot: Sa, locStub: tt, noopDirectiveTransform: $n, parse: function(e, t = {}) {
9996
- return No(e, kr({}, Js, t));
9997
- }, parserOptions: Js, processExpression: yt, processFor: ah, processIf: oh, processSlotOutlet: uh, registerRuntimeHelpers: zp, resolveComponentType: _a, stringifyExpression: wa, toValidAssetId: ni, trackSlotScopes: lh, trackVForSlotScopes: ph, transform: sh, transformBind: dh, transformElement: Py, transformExpression: ih, transformModel: Aa, transformOn: Pa, transformStyle: Sh, transformVBindShorthand: fh, traverseNode: ln, unwrapTSNode: Gt, validFirstIdentCharRE: zl, walkBlockDeclarations: Qp, walkFunctionParams: Yp, walkIdentifiers: ba, warnDeprecation: c1 });
9995
+ }, isMemberExpressionNode: ay, isReferencedIdentifier: Jp, isSimpleIdentifier: Lr, isSlotOutlet: ln, isStaticArgOf: xr, isStaticExp: vt, isStaticProperty: Ta, isStaticPropertyKey: oy, isTemplateNode: cn, isText: Bn, isVPre: Xl, isVSlot: Sa, locStub: tt, noopDirectiveTransform: $n, parse: function(e, t = {}) {
9996
+ return No(e, kr({}, Ys, t));
9997
+ }, parserOptions: Ys, processExpression: yt, processFor: ah, processIf: oh, processSlotOutlet: uh, registerRuntimeHelpers: zp, resolveComponentType: _a, stringifyExpression: wa, toValidAssetId: ni, trackSlotScopes: lh, trackVForSlotScopes: ph, transform: sh, transformBind: dh, transformElement: Py, transformExpression: ih, transformModel: Aa, transformOn: Pa, transformStyle: Sh, transformVBindShorthand: fh, traverseNode: pn, unwrapTSNode: Gt, validFirstIdentCharRE: zl, walkBlockDeclarations: Qp, walkFunctionParams: Yp, walkIdentifiers: ba, warnDeprecation: c1 });
9998
9998
  function Vv() {
9999
9999
  if (G1) return mc;
10000
10000
  function e(s, n) {
@@ -10115,19 +10115,19 @@ function Fy(e) {
10115
10115
  }
10116
10116
  }
10117
10117
  typeof Zr.setTimeout == "function" && (qr = setTimeout), typeof Zr.clearTimeout == "function" && (Vr = clearTimeout);
10118
- var xs, Ar = [], Ys = !1, ho = -1;
10118
+ var xs, Ar = [], Qs = !1, ho = -1;
10119
10119
  function zv() {
10120
- Ys && xs && (Ys = !1, xs.length ? Ar = xs.concat(Ar) : ho = -1, Ar.length && jy());
10120
+ Qs && xs && (Qs = !1, xs.length ? Ar = xs.concat(Ar) : ho = -1, Ar.length && jy());
10121
10121
  }
10122
10122
  function jy() {
10123
- if (!Ys) {
10123
+ if (!Qs) {
10124
10124
  var e = Fy(zv);
10125
- Ys = !0;
10125
+ Qs = !0;
10126
10126
  for (var t = Ar.length; t; ) {
10127
10127
  for (xs = Ar, Ar = []; ++ho < t; ) xs && xs[ho].run();
10128
10128
  ho = -1, t = Ar.length;
10129
10129
  }
10130
- xs = null, Ys = !1, (function(s) {
10130
+ xs = null, Qs = !1, (function(s) {
10131
10131
  if (Vr === clearTimeout) return clearTimeout(s);
10132
10132
  if ((Vr === Dy || !Vr) && clearTimeout) return Vr = clearTimeout, clearTimeout(s);
10133
10133
  try {
@@ -10150,12 +10150,12 @@ By.prototype.run = function() {
10150
10150
  };
10151
10151
  function Ls() {
10152
10152
  }
10153
- var Wv = Ls, Gv = Ls, Xv = Ls, Kv = Ls, Jv = Ls, Yv = Ls, Qv = Ls, zs = Zr.performance || {}, Zv = zs.now || zs.mozNow || zs.msNow || zs.oNow || zs.webkitNow || function() {
10153
+ var Wv = Ls, Gv = Ls, Xv = Ls, Kv = Ls, Jv = Ls, Yv = Ls, Qv = Ls, Ws = Zr.performance || {}, Zv = Ws.now || Ws.mozNow || Ws.msNow || Ws.oNow || Ws.webkitNow || function() {
10154
10154
  return (/* @__PURE__ */ new Date()).getTime();
10155
10155
  }, ek = /* @__PURE__ */ new Date(), $t = { nextTick: function(e) {
10156
10156
  var t = new Array(arguments.length - 1);
10157
10157
  if (arguments.length > 1) for (var s = 1; s < arguments.length; s++) t[s - 1] = arguments[s];
10158
- Ar.push(new By(e, t)), Ar.length !== 1 || Ys || Fy(jy);
10158
+ Ar.push(new By(e, t)), Ar.length !== 1 || Qs || Fy(jy);
10159
10159
  }, title: "browser", browser: !0, env: {}, argv: [], version: "", versions: {}, on: Wv, addListener: Gv, once: Xv, off: Kv, removeListener: Jv, removeAllListeners: Yv, emit: Qv, binding: function(e) {
10160
10160
  throw new Error("process.binding is not supported");
10161
10161
  }, cwd: function() {
@@ -10165,7 +10165,7 @@ var Wv = Ls, Gv = Ls, Xv = Ls, Kv = Ls, Jv = Ls, Yv = Ls, Qv = Ls, zs = Zr.perfo
10165
10165
  }, umask: function() {
10166
10166
  return 0;
10167
10167
  }, hrtime: function(e) {
10168
- var t = 1e-3 * Zv.call(zs), s = Math.floor(t), n = Math.floor(t % 1 * 1e9);
10168
+ var t = 1e-3 * Zv.call(Ws), s = Math.floor(t), n = Math.floor(t % 1 * 1e9);
10169
10169
  return e && (s -= e[0], (n -= e[1]) < 0 && (s--, n += 1e9)), [s, n];
10170
10170
  }, platform: "browser", release: {}, config: {}, uptime: function() {
10171
10171
  return (/* @__PURE__ */ new Date() - ek) / 1e3;
@@ -10183,7 +10183,7 @@ function Uy(e, t) {
10183
10183
  switch (p.type) {
10184
10184
  case 1:
10185
10185
  let g = p.tag;
10186
- g.includes(".") && (g = g.split(".")[0].trim()), Js.isNativeTag(g) || Js.isBuiltInComponent(g) || (c.add(Dt(g)), c.add(Yr(Dt(g))));
10186
+ g.includes(".") && (g = g.split(".")[0].trim()), Ys.isNativeTag(g) || Ys.isBuiltInComponent(g) || (c.add(Dt(g)), c.add(Yr(Dt(g))));
10187
10187
  for (let f = 0; f < p.props.length; f++) {
10188
10188
  const T = p.props[f];
10189
10189
  T.type === 7 && (jp(T.name) || c.add(`v${Yr(Dt(T.name))}`), T.arg && !T.arg.isStatic && qi(c, T.arg), T.name === "for" ? qi(c, T.forParseResult.source) : T.exp ? qi(c, T.exp) : T.name !== "bind" || T.exp || c.add(Dt(T.arg.content))), T.type === 6 && T.name === "ref" && ((d = T.value) != null && d.content) && c.add(T.value.content);
@@ -10400,7 +10400,7 @@ var lk = "ab".substr(-1) === "b" ? function(e, t, s) {
10400
10400
  return e.substr(t, s);
10401
10401
  } : function(e, t, s) {
10402
10402
  return t < 0 && (t = e.length + t), e.substr(t, s);
10403
- }, pk = Object.freeze({ __proto__: null, basename: Gy, default: Rr, delimiter: ":", dirname: Mo, extname: Ch, isAbsolute: Ah, join: zy, normalize: Ph, relative: Wy, resolve: Ro, sep: "/" }), gc = 2147483647, hk = /[^\x20-\x7E]/, uk = /[\x2E\u3002\uFF0E\uFF61]/g, dk = { overflow: "Overflow: input needs wider integers to process", "not-basic": "Illegal input >= 0x80 (not a basic code point)", "invalid-input": "Invalid input" }, Xs = Math.floor, yc = String.fromCharCode;
10403
+ }, pk = Object.freeze({ __proto__: null, basename: Gy, default: Rr, delimiter: ":", dirname: Mo, extname: Ch, isAbsolute: Ah, join: zy, normalize: Ph, relative: Wy, resolve: Ro, sep: "/" }), gc = 2147483647, hk = /[^\x20-\x7E]/, uk = /[\x2E\u3002\uFF0E\uFF61]/g, dk = { overflow: "Overflow: input needs wider integers to process", "not-basic": "Illegal input >= 0x80 (not a basic code point)", "invalid-input": "Invalid input" }, Ks = Math.floor, yc = String.fromCharCode;
10404
10404
  function td(e) {
10405
10405
  throw new RangeError(dk[e]);
10406
10406
  }
@@ -10409,8 +10409,8 @@ function rd(e, t) {
10409
10409
  }
10410
10410
  function fk(e, t, s) {
10411
10411
  var n = 0;
10412
- for (e = s ? Xs(e / 700) : e >> 1, e += Xs(e / t); e > 455; n += 36) e = Xs(e / 35);
10413
- return Xs(n + 36 * e / (e + 38));
10412
+ for (e = s ? Ks(e / 700) : e >> 1, e += Ks(e / t); e > 455; n += 36) e = Ks(e / 35);
10413
+ return Ks(n + 36 * e / (e + 38));
10414
10414
  }
10415
10415
  function mk(e) {
10416
10416
  return (function(t, s) {
@@ -10430,8 +10430,8 @@ function mk(e) {
10430
10430
  })(s), y = s.length, n = 128, i = 0, l = 72, p = 0; p < y; ++p) (m = s[p]) < 128 && w.push(yc(m));
10431
10431
  for (o = c = w.length, c && w.push("-"); o < y; ) {
10432
10432
  for (d = gc, p = 0; p < y; ++p) (m = s[p]) >= n && m < d && (d = m);
10433
- for (d - n > Xs((gc - i) / (v = o + 1)) && td("overflow"), i += (d - n) * v, n = d, p = 0; p < y; ++p) if ((m = s[p]) < n && ++i > gc && td("overflow"), m == n) {
10434
- for (g = i, f = 36; !(g < (T = f <= l ? 1 : f >= l + 26 ? 26 : f - l)); f += 36) E = g - T, x = 36 - T, w.push(yc(rd(T + E % x, 0))), g = Xs(E / x);
10433
+ for (d - n > Ks((gc - i) / (v = o + 1)) && td("overflow"), i += (d - n) * v, n = d, p = 0; p < y; ++p) if ((m = s[p]) < n && ++i > gc && td("overflow"), m == n) {
10434
+ for (g = i, f = 36; !(g < (T = f <= l ? 1 : f >= l + 26 ? 26 : f - l)); f += 36) E = g - T, x = 36 - T, w.push(yc(rd(T + E % x, 0))), g = Ks(E / x);
10435
10435
  w.push(yc(rd(g, 0))), l = fk(i, v, o == c), i = 0, ++o;
10436
10436
  }
10437
10437
  ++i, ++n;
@@ -11387,13 +11387,13 @@ function hd(e, t, s, n) {
11387
11387
  return i;
11388
11388
  }
11389
11389
  const dx = Zr.URL, fx = Zr.URLSearchParams;
11390
- var qk = { parse: yn, resolve: xx, resolveObject: bx, fileURLToPath: gx, format: yx, Url: Vt, URL: dx, URLSearchParams: fx };
11390
+ var qk = { parse: xn, resolve: xx, resolveObject: bx, fileURLToPath: gx, format: yx, Url: Vt, URL: dx, URLSearchParams: fx };
11391
11391
  function Vt() {
11392
11392
  this.protocol = null, this.slashes = null, this.auth = null, this.host = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.query = null, this.pathname = null, this.path = null, this.href = null;
11393
11393
  }
11394
11394
  var Vk = /^([a-z0-9.+-]+:)/i, Hk = /:[0-9]*$/, zk = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Wk = ["{", "}", "|", "\\", "^", "`"].concat(["<", ">", '"', "`", " ", "\r", `
11395
- `, " "]), ip = ["'"].concat(Wk), ud = ["%", "/", "?", ";", "#"].concat(ip), dd = ["/", "?", "#"], Gk = 255, fd = /^[+a-z0-9A-Z_-]{0,63}$/, Xk = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Kk = { javascript: !0, "javascript:": !0 }, op = { javascript: !0, "javascript:": !0 }, Qs = { http: !0, https: !0, ftp: !0, gopher: !0, file: !0, "http:": !0, "https:": !0, "ftp:": !0, "gopher:": !0, "file:": !0 };
11396
- function yn(e, t, s) {
11395
+ `, " "]), ip = ["'"].concat(Wk), ud = ["%", "/", "?", ";", "#"].concat(ip), dd = ["/", "?", "#"], Gk = 255, fd = /^[+a-z0-9A-Z_-]{0,63}$/, Xk = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Kk = { javascript: !0, "javascript:": !0 }, op = { javascript: !0, "javascript:": !0 }, Zs = { http: !0, https: !0, ftp: !0, gopher: !0, file: !0, "http:": !0, "https:": !0, "ftp:": !0, "gopher:": !0, "file:": !0 };
11396
+ function xn(e, t, s) {
11397
11397
  if (e && Mr(e) && e instanceof Vt) return e;
11398
11398
  var n = new Vt();
11399
11399
  return n.parse(e, t, s), n;
@@ -11416,7 +11416,7 @@ function mx(e, t, s, n) {
11416
11416
  var v = l.substr(0, 2) === "//";
11417
11417
  !v || m && op[m] || (l = l.substr(2), e.slashes = !0);
11418
11418
  }
11419
- if (!op[m] && (v || m && !Qs[m])) {
11419
+ if (!op[m] && (v || m && !Zs[m])) {
11420
11420
  var x, E, w = -1;
11421
11421
  for (d = 0; d < dd.length; d++) (g = l.indexOf(dd[d])) !== -1 && (w === -1 || g < w) && (w = g);
11422
11422
  for ((E = w === -1 ? l.lastIndexOf("@") : l.lastIndexOf("@", w)) !== -1 && (x = l.slice(0, E), l = l.slice(E + 1), e.auth = decodeURIComponent(x)), w = -1, d = 0; d < ud.length; d++) (g = l.indexOf(ud[d])) !== -1 && (w === -1 || g < w) && (w = g);
@@ -11450,7 +11450,7 @@ function mx(e, t, s, n) {
11450
11450
  var X = l.indexOf("#");
11451
11451
  X !== -1 && (e.hash = l.substr(X), l = l.slice(0, X));
11452
11452
  var ee = l.indexOf("?");
11453
- if (ee !== -1 ? (e.search = l.substr(ee), e.query = l.substr(ee + 1), s && (e.query = hd(e.query)), l = l.slice(0, ee)) : s && (e.search = "", e.query = {}), l && (e.pathname = l), Qs[y] && e.hostname && !e.pathname && (e.pathname = "/"), e.pathname || e.search) {
11453
+ if (ee !== -1 ? (e.search = l.substr(ee), e.query = l.substr(ee + 1), s && (e.query = hd(e.query)), l = l.slice(0, ee)) : s && (e.search = "", e.query = {}), l && (e.pathname = l), Zs[y] && e.hostname && !e.pathname && (e.pathname = "/"), e.pathname || e.search) {
11454
11454
  T = e.pathname || "";
11455
11455
  var ce = e.search || "";
11456
11456
  e.path = T + ce;
@@ -11486,15 +11486,15 @@ function $h(e) {
11486
11486
  }).join(d) : "";
11487
11487
  })(e.query));
11488
11488
  var l = e.search || c && "?" + c || "";
11489
- return s && s.substr(-1) !== ":" && (s += ":"), e.slashes || (!s || Qs[s]) && o !== !1 ? (o = "//" + (o || ""), n && n.charAt(0) !== "/" && (n = "/" + n)) : o || (o = ""), i && i.charAt(0) !== "#" && (i = "#" + i), l && l.charAt(0) !== "?" && (l = "?" + l), n = n.replace(/[?#]/g, function(p) {
11489
+ return s && s.substr(-1) !== ":" && (s += ":"), e.slashes || (!s || Zs[s]) && o !== !1 ? (o = "//" + (o || ""), n && n.charAt(0) !== "/" && (n = "/" + n)) : o || (o = ""), i && i.charAt(0) !== "#" && (i = "#" + i), l && l.charAt(0) !== "?" && (l = "?" + l), n = n.replace(/[?#]/g, function(p) {
11490
11490
  return encodeURIComponent(p);
11491
11491
  }), s + o + n + (l = l.replace("#", "%23")) + i;
11492
11492
  }
11493
11493
  function xx(e, t) {
11494
- return yn(e, !1, !0).resolve(t);
11494
+ return xn(e, !1, !0).resolve(t);
11495
11495
  }
11496
11496
  function bx(e, t) {
11497
- return e ? yn(e, !1, !0).resolveObject(t) : t;
11497
+ return e ? xn(e, !1, !0).resolveObject(t) : t;
11498
11498
  }
11499
11499
  function Tx(e) {
11500
11500
  var t = e.host, s = Hk.exec(t);
@@ -11505,7 +11505,7 @@ Vt.prototype.parse = function(e, t, s) {
11505
11505
  }, Vt.prototype.format = function() {
11506
11506
  return $h(this);
11507
11507
  }, Vt.prototype.resolve = function(e) {
11508
- return this.resolveObject(yn(e, !1, !0)).format();
11508
+ return this.resolveObject(xn(e, !1, !0)).format();
11509
11509
  }, Vt.prototype.resolveObject = function(e) {
11510
11510
  if (es(e)) {
11511
11511
  var t = new Vt();
@@ -11521,10 +11521,10 @@ Vt.prototype.parse = function(e, t, s) {
11521
11521
  var d = l[p];
11522
11522
  d !== "protocol" && (n[d] = e[d]);
11523
11523
  }
11524
- return Qs[n.protocol] && n.hostname && !n.pathname && (n.path = n.pathname = "/"), n.href = n.format(), n;
11524
+ return Zs[n.protocol] && n.hostname && !n.pathname && (n.path = n.pathname = "/"), n.href = n.format(), n;
11525
11525
  }
11526
11526
  if (e.protocol && e.protocol !== n.protocol) {
11527
- if (!Qs[e.protocol]) {
11527
+ if (!Zs[e.protocol]) {
11528
11528
  for (var g = Object.keys(e), f = 0; f < g.length; f++) {
11529
11529
  var T = g[f];
11530
11530
  n[T] = e[T];
@@ -11542,7 +11542,7 @@ Vt.prototype.parse = function(e, t, s) {
11542
11542
  }
11543
11543
  return n.slashes = n.slashes || e.slashes, n.href = n.format(), n;
11544
11544
  }
11545
- var v, x = n.pathname && n.pathname.charAt(0) === "/", E = e.host || e.pathname && e.pathname.charAt(0) === "/", w = E || x || n.host && e.pathname, C = w, A = n.pathname && n.pathname.split("/") || [], O = n.protocol && !Qs[n.protocol];
11545
+ var v, x = n.pathname && n.pathname.charAt(0) === "/", E = e.host || e.pathname && e.pathname.charAt(0) === "/", w = E || x || n.host && e.pathname, C = w, A = n.pathname && n.pathname.split("/") || [], O = n.protocol && !Zs[n.protocol];
11546
11546
  if (s = e.pathname && e.pathname.split("/") || [], O && (n.hostname = "", n.port = null, n.host && (A[0] === "" ? A[0] = n.host : A.unshift(n.host)), n.host = "", e.protocol && (e.hostname = null, e.port = null, e.host && (s[0] === "" ? s[0] = e.host : s.unshift(e.host)), e.host = null), w = w && (s[0] === "" || A[0] === "")), E) n.host = e.host || e.host === "" ? e.host : n.host, n.hostname = e.hostname || e.hostname === "" ? e.hostname : n.hostname, n.search = e.search, n.query = e.query, A = s;
11547
11547
  else if (s.length) A || (A = []), A.pop(), A = A.concat(s), n.search = e.search, n.query = e.query;
11548
11548
  else if (!Dh(e.search)) return O && (n.hostname = n.host = A.shift(), (v = !!(n.host && n.host.indexOf("@") > 0) && n.host.split("@")) && (n.auth = v.shift(), n.host = n.hostname = v.shift())), n.search = e.search, n.query = e.query, Ir(n.pathname) && Ir(n.search) || (n.path = (n.pathname ? n.pathname : "") + (n.search ? n.search : "")), n.href = n.format(), n;
@@ -11555,7 +11555,7 @@ Vt.prototype.parse = function(e, t, s) {
11555
11555
  }, Vt.prototype.parseHost = function() {
11556
11556
  return Tx(this);
11557
11557
  };
11558
- var Jk = Object.freeze({ __proto__: null, URL: dx, URLSearchParams: fx, Url: Vt, default: qk, fileURLToPath: gx, format: yx, parse: yn, resolve: xx, resolveObject: bx });
11558
+ var Jk = Object.freeze({ __proto__: null, URL: dx, URLSearchParams: fx, Url: Vt, default: qk, fileURLToPath: gx, format: yx, parse: xn, resolve: xx, resolveObject: bx });
11559
11559
  function vx(e) {
11560
11560
  const t = e.charAt(0);
11561
11561
  return t === "." || t === "~" || t === "@";
@@ -11573,7 +11573,7 @@ function cp(e) {
11573
11573
  const s = e.charAt(1);
11574
11574
  e = e.slice(s === "/" ? 2 : 1);
11575
11575
  }
11576
- return yn(De(t = e) ? t : "", !1, !0);
11576
+ return xn(De(t = e) ? t : "", !1, !0);
11577
11577
  var t;
11578
11578
  }
11579
11579
  var Zk = Object.defineProperty, eS = Object.defineProperties, tS = Object.getOwnPropertyDescriptors, md = Object.getOwnPropertySymbols, rS = Object.prototype.hasOwnProperty, sS = Object.prototype.propertyIsEnumerable, gd = (e, t, s) => t in e ? Zk(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s, Ec = (e, t) => {
@@ -11671,22 +11671,22 @@ function pS(e, t, s = !1, n = !1) {
11671
11671
  }
11672
11672
  function yd(e, t, s = !1) {
11673
11673
  const { children: n } = e;
11674
- return Zs(e, t, !(s || n.length === 1 && n[0].type === 1 || n.length === 1 && n[0].type === 11));
11674
+ return en(e, t, !(s || n.length === 1 && n[0].type === 1 || n.length === 1 && n[0].type === 11));
11675
11675
  }
11676
11676
  const hS = vi("for", ah);
11677
11677
  function uS(e, t, s = !1) {
11678
11678
  const n = !s && (e.children.length !== 1 || e.children[0].type !== 1), i = Wt(ii(e.parseResult));
11679
- i.body = Zs(e, t, n), s || t.pushStringPart("<!--[-->"), t.pushStatement(we(t.helper(Lx), [e.source, i])), s || t.pushStringPart("<!--]-->");
11679
+ i.body = en(e, t, n), s || t.pushStringPart("<!--[-->"), t.pushStatement(we(t.helper(Lx), [e.source, i])), s || t.pushStringPart("<!--]-->");
11680
11680
  }
11681
11681
  const dS = (e, t) => {
11682
- if (cn(e)) {
11682
+ if (ln(e)) {
11683
11683
  const { slotName: s, slotProps: n } = uh(e, t), i = ["_ctx.$slots", s, n || "{}", "null", "_push", "_parent"];
11684
11684
  t.scopeId && t.slotted !== !1 && i.push(`"${t.scopeId}-s"`);
11685
11685
  let o = Px, c = t.parent;
11686
11686
  if (c) {
11687
11687
  const l = c.children;
11688
11688
  let p;
11689
- c.type === 10 && (c = t.grandParent), c.type !== 1 || c.tagType !== 1 || (p = _a(c, t, !0)) !== Os && p !== gn || l.filter((d) => d.type === 1).length !== 1 || (o = Ax, t.scopeId && t.slotted !== !1 || i.push("null"), i.push("true"));
11689
+ c.type === 10 && (c = t.grandParent), c.type !== 1 || c.tagType !== 1 || (p = _a(c, t, !0)) !== Os && p !== yn || l.filter((d) => d.type === 1).length !== 1 || (o = Ax, t.scopeId && t.slotted !== !1 || i.push("null"), i.push("true"));
11690
11690
  }
11691
11691
  e.ssrCodegenNode = we(t.helper(o), i);
11692
11692
  }
@@ -11695,7 +11695,7 @@ function fS(e, t) {
11695
11695
  const s = e.ssrCodegenNode;
11696
11696
  if (e.children.length) {
11697
11697
  const n = Wt([]);
11698
- n.body = Zs(e, t), s.arguments[3] = n;
11698
+ n.body = en(e, t), s.arguments[3] = n;
11699
11699
  }
11700
11700
  if (t.withSlotScopeId) {
11701
11701
  const n = s.arguments[6];
@@ -11715,7 +11715,7 @@ const mS = { 65: "Unsafe attribute name for SSR.", 66: "Missing the 'to' prop on
11715
11715
  }
11716
11716
  const l = i || o;
11717
11717
  if (l) {
11718
- const { props: f, directives: T } = pn(e, t, e.props, !1, !1, !0);
11718
+ const { props: f, directives: T } = hn(e, t, e.props, !1, !1, !0);
11719
11719
  if (f || T.length) {
11720
11720
  const m = hp(f, T, t), y = we(t.helper(qh), [m]);
11721
11721
  if (e.tag === "textarea") {
@@ -11811,7 +11811,7 @@ var TS = Object.defineProperty, vS = Object.defineProperties, kS = Object.getOwn
11811
11811
  const qx = /* @__PURE__ */ new WeakMap(), Vx = Symbol(), Hx = /* @__PURE__ */ new WeakMap(), wS = (e, t) => {
11812
11812
  if (e.type !== 1 || e.tagType !== 1) return;
11813
11813
  const s = _a(e, t, !0), n = ss(s) && s.callee === yi;
11814
- if (Hx.set(e, s), rs(s)) return s === dn ? /* @__PURE__ */ (function(c, l) {
11814
+ if (Hx.set(e, s), rs(s)) return s === fn ? /* @__PURE__ */ (function(c, l) {
11815
11815
  return () => {
11816
11816
  if (c.children.length) {
11817
11817
  const p = { slotsExp: null, wipSlots: [] };
@@ -11821,11 +11821,11 @@ const qx = /* @__PURE__ */ new WeakMap(), Vx = Symbol(), Hx = /* @__PURE__ */ ne
11821
11821
  }).slots;
11822
11822
  }
11823
11823
  };
11824
- })(e, t) : s === gn ? /* @__PURE__ */ (function(c, l) {
11824
+ })(e, t) : s === yn ? /* @__PURE__ */ (function(c, l) {
11825
11825
  return () => {
11826
11826
  const p = Ut(c, "tag");
11827
11827
  if (p) {
11828
- const d = c.props.filter((m) => m !== p), { props: g, directives: f } = pn(c, l, d, !0, !1, !0);
11828
+ const d = c.props.filter((m) => m !== p), { props: g, directives: f } = hn(c, l, d, !0, !1, !0);
11829
11829
  let T = null;
11830
11830
  (g || f.length) && (T = we(l.helper(qh), [hp(g, f, l)])), Ux.set(c, { tag: p, propsExp: T, scopeId: l.scopeId || null });
11831
11831
  }
@@ -11843,7 +11843,7 @@ const qx = /* @__PURE__ */ new WeakMap(), Vx = Symbol(), Hx = /* @__PURE__ */ ne
11843
11843
  var C, A;
11844
11844
  return T && w.push({ type: 7, name: "slot", exp: T, arg: void 0, modifiers: [], loc: tt }), m && w.push(kr({}, m)), (function(F, N, D) {
11845
11845
  const q = Ns([F]), K = Ti(q, N);
11846
- K.ssr = !1, K.scopes = fs({}, D.scopes), K.identifiers = fs({}, D.identifiers), K.imports = D.imports, ln(q, K), ["helpers", "components", "directives"].forEach((W) => {
11846
+ K.ssr = !1, K.scopes = fs({}, D.scopes), K.identifiers = fs({}, D.identifiers), K.imports = D.imports, pn(q, K), ["helpers", "components", "directives"].forEach((W) => {
11847
11847
  K[W].forEach((V, j) => {
11848
11848
  if (W === "helpers") {
11849
11849
  const U = D.helpers.get(j);
@@ -11855,7 +11855,7 @@ const qx = /* @__PURE__ */ new WeakMap(), Vx = Symbol(), Hx = /* @__PURE__ */ ne
11855
11855
  })(d, g, f, t)), Wt(void 0)));
11856
11856
  let c = "null";
11857
11857
  if (e.props.length) {
11858
- const { props: d, directives: g } = pn(e, t, void 0, !0, n);
11858
+ const { props: d, directives: g } = hn(e, t, void 0, !0, n);
11859
11859
  (d || g.length) && (c = hp(d, g, t));
11860
11860
  }
11861
11861
  const l = [];
@@ -11873,7 +11873,7 @@ function _S(e, t, s) {
11873
11873
  const i = qx.get(e) || [];
11874
11874
  for (let o = 0; o < i.length; o++) {
11875
11875
  const { fn: c, vnodeBranch: l } = i[o];
11876
- c.body = Po(ue("_push", !1), Zs(i[o], t, !1, !0), l);
11876
+ c.body = Po(ue("_push", !1), en(i[o], t, !1, !0), l);
11877
11877
  }
11878
11878
  t.withSlotScopeId && e.ssrCodegenNode.arguments.push("_scopeId"), typeof n == "string" ? t.pushStatement(we("_push", [e.ssrCodegenNode])) : t.pushStatement(e.ssrCodegenNode);
11879
11879
  } else {
@@ -11883,19 +11883,19 @@ function _S(e, t, s) {
11883
11883
  let l;
11884
11884
  if (l = c.type === 6 ? c.value && ue(c.value.content, !0) : c.exp, !l) return void o.onError(ai(66, c.loc));
11885
11885
  const p = Ut(i, "disabled", !1, !0), d = p ? p.type === 6 ? "true" : p.exp || "false" : "false", g = Wt(["_push"], void 0, !0, !1, i.loc);
11886
- g.body = Zs(i, o), o.pushStatement(we(o.helper(Dx), ["_push", g, l, d, "_parent"]));
11886
+ g.body = en(i, o), o.pushStatement(we(o.helper(Dx), ["_push", g, l, d, "_parent"]));
11887
11887
  })(e, t);
11888
- if (n === dn) return (function(i, o) {
11888
+ if (n === fn) return (function(i, o) {
11889
11889
  const c = Bx.get(i);
11890
11890
  if (!c) return;
11891
11891
  const { slotsExp: l, wipSlots: p } = c;
11892
11892
  for (let d = 0; d < p.length; d++) {
11893
11893
  const g = p[d];
11894
- g.fn.body = Zs(g, o);
11894
+ g.fn.body = en(g, o);
11895
11895
  }
11896
11896
  o.pushStatement(we(o.helper(Fx), ["_push", l]));
11897
11897
  })(e, t);
11898
- if (n === gn) return (function(i, o) {
11898
+ if (n === yn) return (function(i, o) {
11899
11899
  const c = Ux.get(i);
11900
11900
  if (c) {
11901
11901
  const { tag: l, propsExp: p, scopeId: d } = c;
@@ -11982,7 +11982,7 @@ function Pr(e, t, s = !1, n = !1, i = !1) {
11982
11982
  }
11983
11983
  s && t.pushStringPart("<!--]-->");
11984
11984
  }
11985
- function Zs(e, t, s = !1, n = t.withSlotScopeId) {
11985
+ function en(e, t, s = !1, n = t.withSlotScopeId) {
11986
11986
  const i = (function(o, c = o.withSlotScopeId) {
11987
11987
  return Wx(o.root, o.options, o.helpers, c);
11988
11988
  })(t, n);
@@ -12074,7 +12074,7 @@ var MS = Object.defineProperty, DS = Object.defineProperties, FS = Object.getOwn
12074
12074
  if (kd) for (var s of kd(t)) BS.call(t, s) && Sd(e, s, t[s]);
12075
12075
  return e;
12076
12076
  }, Ed = (e, t) => DS(e, FS(t)), US = Object.freeze({ __proto__: null, compile: function(e, t = {}) {
12077
- t = Ed(Xi(Xi({}, t), Js), { ssr: !0, inSSR: !0, scopeId: t.mode === "function" ? null : t.scopeId, prefixIdentifiers: !0, cacheHandlers: !1, hoistStatic: !1 });
12077
+ t = Ed(Xi(Xi({}, t), Ys), { ssr: !0, inSSR: !0, scopeId: t.mode === "function" ? null : t.scopeId, prefixIdentifiers: !0, cacheHandlers: !1, hoistStatic: !1 });
12078
12078
  const s = typeof e == "string" ? No(e, t) : e;
12079
12079
  return zx.set(s, t), sh(s, Ed(Xi({}, t), { hoistStatic: !1, nodeTransforms: [fh, lS, hS, ph, ih, dS, LS, RS, gS, wS, lh, Sh, ...t.nodeTransforms || []], directiveTransforms: Xi({ bind: dh, on: Pa, model: NS, show: OS, cloak: $n, once: $n, memo: $n }, t.directiveTransforms || {}) })), (function(n, i) {
12080
12080
  const o = Wx(n, i);
@@ -15127,8 +15127,8 @@ function cE() {
15127
15127
  break;
15128
15128
  case w.str:
15129
15129
  if (!Y.attribute || !Y.operator) return this.error("Expected an attribute followed by an operator preceding the string.", { index: Ee[E.FIELDS.START_POS] });
15130
- var os = (0, T.unescapeValue)(fe), Tn = os.unescaped, Dr = os.quoteMark;
15131
- Y.value = Tn, Y.quoteMark = Dr, ae = "value", (0, A.ensureObject)(Y, "raws"), Y.raws.value = fe, ge = !1;
15130
+ var os = (0, T.unescapeValue)(fe), vn = os.unescaped, Dr = os.quoteMark;
15131
+ Y.value = vn, Y.quoteMark = Dr, ae = "value", (0, A.ensureObject)(Y, "raws"), Y.raws.value = fe, ge = !1;
15132
15132
  break;
15133
15133
  case w.equals:
15134
15134
  if (!Y.attribute) return this.expected("attribute", Ee[E.FIELDS.START_POS], fe);
@@ -15305,8 +15305,8 @@ function cE() {
15305
15305
  var os = { value: at.slice(1), source: hr, sourceIndex: Zt };
15306
15306
  qe = new c.default(ee(os, "value"));
15307
15307
  } else if (~ge.indexOf(me)) {
15308
- var Tn = { value: at.slice(1), source: hr, sourceIndex: Zt };
15309
- qe = new p.default(ee(Tn, "value"));
15308
+ var vn = { value: at.slice(1), source: hr, sourceIndex: Zt };
15309
+ qe = new p.default(ee(vn, "value"));
15310
15310
  } else {
15311
15311
  var Dr = { value: at, source: hr, sourceIndex: Zt };
15312
15312
  ee(Dr, "value"), qe = new d.default(Dr);
@@ -15940,7 +15940,7 @@ function Sb() {
15940
15940
  return JSON.stringify(this.toJSON());
15941
15941
  }, kl.SourceMapGenerator = i, kl;
15942
15942
  }
15943
- var rm, An = {}, sm = {};
15943
+ var rm, Cn = {}, sm = {};
15944
15944
  function xE() {
15945
15945
  return rm || (rm = 1, (function(e) {
15946
15946
  function t(s, n, i, o, c, l) {
@@ -15979,7 +15979,7 @@ function bE() {
15979
15979
  }, wl;
15980
15980
  }
15981
15981
  function TE() {
15982
- if (im) return An;
15982
+ if (im) return Cn;
15983
15983
  im = 1;
15984
15984
  var e = Ei(), t = xE(), s = kb().ArraySet, n = vb(), i = bE().quickSort;
15985
15985
  function o(d, g) {
@@ -16052,7 +16052,7 @@ function TE() {
16052
16052
  else for (var x = y.originalColumn; y && y.originalLine === g && y.originalColumn == x; ) T.push({ line: e.getArg(y, "generatedLine", null), column: e.getArg(y, "generatedColumn", null), lastColumn: e.getArg(y, "lastGeneratedColumn", null) }), y = this._originalMappings[++m];
16053
16053
  }
16054
16054
  return T;
16055
- }, An.SourceMapConsumer = o, c.prototype = Object.create(o.prototype), c.prototype.consumer = o, c.prototype._findSourceIndex = function(d) {
16055
+ }, Cn.SourceMapConsumer = o, c.prototype = Object.create(o.prototype), c.prototype.consumer = o, c.prototype._findSourceIndex = function(d) {
16056
16056
  var g, f = d;
16057
16057
  if (this.sourceRoot != null && (f = e.relative(this.sourceRoot, f)), this._sources.has(f)) return this._sources.indexOf(f);
16058
16058
  for (g = 0; g < this._absoluteSources.length; ++g) if (this._absoluteSources[g] == d) return g;
@@ -16137,7 +16137,7 @@ function TE() {
16137
16137
  if (m.source === f.source) return { line: e.getArg(m, "generatedLine", null), column: e.getArg(m, "generatedColumn", null), lastColumn: e.getArg(m, "lastGeneratedColumn", null) };
16138
16138
  }
16139
16139
  return { line: null, column: null, lastColumn: null };
16140
- }, An.BasicSourceMapConsumer = c, p.prototype = Object.create(o.prototype), p.prototype.constructor = o, p.prototype._version = 3, Object.defineProperty(p.prototype, "sources", { get: function() {
16140
+ }, Cn.BasicSourceMapConsumer = c, p.prototype = Object.create(o.prototype), p.prototype.constructor = o, p.prototype._version = 3, Object.defineProperty(p.prototype, "sources", { get: function() {
16141
16141
  for (var d = [], g = 0; g < this._sections.length; g++) for (var f = 0; f < this._sections[g].consumer.sources.length; f++) d.push(this._sections[g].consumer.sources[f]);
16142
16142
  return d;
16143
16143
  } }), p.prototype.originalPositionFor = function(d) {
@@ -16177,7 +16177,7 @@ function TE() {
16177
16177
  this.__generatedMappings.push(w), typeof w.originalLine == "number" && this.__originalMappings.push(w);
16178
16178
  }
16179
16179
  i(this.__generatedMappings, e.compareByGeneratedPositionsDeflated), i(this.__originalMappings, e.compareByOriginalPositions);
16180
- }, An.IndexedSourceMapConsumer = p, An;
16180
+ }, Cn.IndexedSourceMapConsumer = p, Cn;
16181
16181
  }
16182
16182
  var om, am, cm, lm, _l = {};
16183
16183
  function vE() {
@@ -16388,7 +16388,7 @@ function wb(e) {
16388
16388
  function Ot(e, t) {
16389
16389
  return !!(e && t && e.type === "CallExpression" && e.callee.type === "Identifier" && (typeof t == "string" ? e.callee.name === t : t(e.callee.name)));
16390
16390
  }
16391
- function Ks(e) {
16391
+ function Js(e) {
16392
16392
  return e.length > 1 ? `[${e.join(", ")}]` : e[0];
16393
16393
  }
16394
16394
  function gp(e) {
@@ -16443,7 +16443,7 @@ for (let e = 0; e < 64; e++) {
16443
16443
  const t = qE.charCodeAt(e);
16444
16444
  Nb[e] = t, VE[t] = e;
16445
16445
  }
16446
- function Cn(e, t, s) {
16446
+ function In(e, t, s) {
16447
16447
  let n = t - s;
16448
16448
  n = n < 0 ? -n << 1 | 1 : n << 1;
16449
16449
  do {
@@ -16561,7 +16561,7 @@ class GE {
16561
16561
  let g = 0;
16562
16562
  for (let f = 0; f < d.length; f++) {
16563
16563
  const T = d[f];
16564
- f > 0 && n.write(UE), g = Cn(n, T[0], g), T.length !== 1 && (i = Cn(n, T[1], i), o = Cn(n, T[2], o), c = Cn(n, T[3], c), T.length !== 4 && (l = Cn(n, T[4], l)));
16564
+ f > 0 && n.write(UE), g = In(n, T[0], g), T.length !== 1 && (i = In(n, T[1], i), o = In(n, T[2], o), c = In(n, T[3], c), T.length !== 4 && (l = In(n, T[4], l)));
16565
16565
  }
16566
16566
  }
16567
16567
  return n.flush();
@@ -16645,7 +16645,7 @@ class YE {
16645
16645
  this.generatedCodeColumn += s[s.length - 1].length;
16646
16646
  }
16647
16647
  }
16648
- const In = `
16648
+ const Nn = `
16649
16649
  `, Us = { insertLeft: !1, insertRight: !1, storeName: !1 };
16650
16650
  class ja {
16651
16651
  constructor(t, s = {}) {
@@ -16840,24 +16840,24 @@ class ja {
16840
16840
  return this.intro.length ? this.intro[this.intro.length - 1] : "";
16841
16841
  }
16842
16842
  lastLine() {
16843
- let t = this.outro.lastIndexOf(In);
16843
+ let t = this.outro.lastIndexOf(Nn);
16844
16844
  if (t !== -1) return this.outro.substr(t + 1);
16845
16845
  let s = this.outro, n = this.lastChunk;
16846
16846
  do {
16847
16847
  if (n.outro.length > 0) {
16848
- if (t = n.outro.lastIndexOf(In), t !== -1) return n.outro.substr(t + 1) + s;
16848
+ if (t = n.outro.lastIndexOf(Nn), t !== -1) return n.outro.substr(t + 1) + s;
16849
16849
  s = n.outro + s;
16850
16850
  }
16851
16851
  if (n.content.length > 0) {
16852
- if (t = n.content.lastIndexOf(In), t !== -1) return n.content.substr(t + 1) + s;
16852
+ if (t = n.content.lastIndexOf(Nn), t !== -1) return n.content.substr(t + 1) + s;
16853
16853
  s = n.content + s;
16854
16854
  }
16855
16855
  if (n.intro.length > 0) {
16856
- if (t = n.intro.lastIndexOf(In), t !== -1) return n.intro.substr(t + 1) + s;
16856
+ if (t = n.intro.lastIndexOf(Nn), t !== -1) return n.intro.substr(t + 1) + s;
16857
16857
  s = n.intro + s;
16858
16858
  }
16859
16859
  } while (n = n.previous);
16860
- return t = this.intro.lastIndexOf(In), t !== -1 ? this.intro.substr(t + 1) + s : this.intro + s;
16860
+ return t = this.intro.lastIndexOf(Nn), t !== -1 ? this.intro.substr(t + 1) + s : this.intro + s;
16861
16861
  }
16862
16862
  slice(t = 0, s = this.original.length - this.offset) {
16863
16863
  if (t += this.offset, s += this.offset, this.original.length !== 0) {
@@ -17064,7 +17064,7 @@ function Al(e, t, s) {
17064
17064
  return n ? t : i;
17065
17065
  }
17066
17066
  var QE = Object.defineProperty, ZE = Object.defineProperties, ew = Object.getOwnPropertyDescriptors, Em = Object.getOwnPropertySymbols, tw = Object.prototype.hasOwnProperty, rw = Object.prototype.propertyIsEnumerable, wm = (e, t, s) => t in e ? QE(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s;
17067
- const Ws = "__default__";
17067
+ const Gs = "__default__";
17068
17068
  function sw(e, t) {
17069
17069
  var s;
17070
17070
  const n = e.descriptor.script;
@@ -17072,7 +17072,7 @@ function sw(e, t) {
17072
17072
  let c = n.content, l = n.map;
17073
17073
  const p = e.scriptAst, d = Ib(p.body), { cssVars: g } = e.descriptor, { genDefaultAs: f, isProd: T } = e.options;
17074
17074
  if (g.length || f) {
17075
- const m = f || Ws, y = new ja(c);
17075
+ const m = f || Gs, y = new ja(c);
17076
17076
  (function(v, x, E) {
17077
17077
  (function(w) {
17078
17078
  for (const C of w)
@@ -17896,7 +17896,7 @@ function uw(e) {
17896
17896
  let d, g = !1, f = "", T = l && pt(n, l);
17897
17897
  if (T) {
17898
17898
  const m = T.includes("Boolean"), y = T.includes("Function");
17899
- T.includes(Jt) && (m || y ? (T = T.filter((v) => v !== Jt), g = !0) : T = ["null"]), i ? (m || p && y) && (f = `type: ${Ks(T)}`) : f = `type: ${Ks(T)}` + (g ? ", skipCheck: true" : "");
17899
+ T.includes(Jt) && (m || y ? (T = T.filter((v) => v !== Jt), g = !0) : T = ["null"]), i ? (m || p && y) && (f = `type: ${Js(T)}`) : f = `type: ${Js(T)}` + (g ? ", skipCheck: true" : "");
17900
17900
  }
17901
17901
  d = f && p ? n.isTS ? `{ ${f}, ...${p} }` : `Object.assign({ ${f} }, ${p})` : f ? `{ ${f} }` : p || "{}", o += `
17902
17902
  ${JSON.stringify(c)}: ${d},`, o += `
@@ -17916,7 +17916,7 @@ function dw(e, { key: t, required: s, type: n, skipCheck: i }, o) {
17916
17916
  d && (c = d.type === "ObjectProperty" ? `default: ${e.getString(d.value)}` : `${d.async ? "async " : ""}${d.kind !== "method" ? `${d.kind} ` : ""}default() ${e.getString(d.body)}`);
17917
17917
  }
17918
17918
  const p = Pb(t);
17919
- return e.options.isProd ? n.some((d) => d === "Boolean" || (!o || c) && d === "Function") ? `${p}: { ${ym([`type: ${Ks(n)}`, c])} }` : e.isCE ? c ? `${p}: { ${c}, type: ${Ks(n)} }` : `${p}: {type: ${Ks(n)}}` : `${p}: ${c ? `{ ${c} }` : "{}"}` : `${p}: { ${ym([`type: ${Ks(n)}`, `required: ${s}`, i && "skipCheck: true", c])} }`;
17919
+ return e.options.isProd ? n.some((d) => d === "Boolean" || (!o || c) && d === "Function") ? `${p}: { ${ym([`type: ${Js(n)}`, c])} }` : e.isCE ? c ? `${p}: { ${c}, type: ${Js(n)} }` : `${p}: {type: ${Js(n)}}` : `${p}: ${c ? `{ ${c} }` : "{}"}` : `${p}: { ${ym([`type: ${Js(n)}`, `required: ${s}`, i && "skipCheck: true", c])} }`;
17920
17920
  }
17921
17921
  function jb(e, t, s) {
17922
17922
  const n = e.propsDestructuredBindings[t], i = n && n.default;
@@ -18027,9 +18027,9 @@ const Go = "defineExpose";
18027
18027
  function gw(e, t) {
18028
18028
  return !!Ot(t, Go) && (e.hasDefineExposeCall && e.error(`duplicate ${Go}() call`, t), e.hasDefineExposeCall = !0, !0);
18029
18029
  }
18030
- const en = "defineSlots";
18030
+ const tn = "defineSlots";
18031
18031
  function jm(e, t, s) {
18032
- return !!Ot(t, en) && (e.hasDefineSlotsCall && e.error(`duplicate ${en}() call`, t), e.hasDefineSlotsCall = !0, t.arguments.length > 0 && e.error(`${en}() cannot accept arguments`, t), s && e.s.overwrite(e.startOffset + t.start, e.startOffset + t.end, `${e.helper("useSlots")}()`), !0);
18032
+ return !!Ot(t, tn) && (e.hasDefineSlotsCall && e.error(`duplicate ${tn}() call`, t), e.hasDefineSlotsCall = !0, t.arguments.length > 0 && e.error(`${tn}() cannot accept arguments`, t), s && e.s.overwrite(e.startOffset + t.start, e.startOffset + t.end, `${e.helper("useSlots")}()`), !0);
18033
18033
  }
18034
18034
  const dr = "defineOptions";
18035
18035
  function Bm(e, t) {
@@ -18051,7 +18051,7 @@ function Bm(e, t) {
18051
18051
  o = c;
18052
18052
  }
18053
18053
  }
18054
- return s && e.error(`${dr}() cannot be used to declare props. Use ${Tt}() instead.`, s), n && e.error(`${dr}() cannot be used to declare emits. Use ${ks}() instead.`, n), i && e.error(`${dr}() cannot be used to declare expose. Use ${Go}() instead.`, i), o && e.error(`${dr}() cannot be used to declare slots. Use ${en}() instead.`, o), !0;
18054
+ return s && e.error(`${dr}() cannot be used to declare props. Use ${Tt}() instead.`, s), n && e.error(`${dr}() cannot be used to declare emits. Use ${ks}() instead.`, n), i && e.error(`${dr}() cannot be used to declare expose. Use ${Go}() instead.`, i), o && e.error(`${dr}() cannot be used to declare slots. Use ${tn}() instead.`, o), !0;
18055
18055
  }
18056
18056
  function yw(e, t, s, n) {
18057
18057
  const i = t.argument.extra && t.argument.extra.parenthesized ? t.argument.extra.parenStart : t.argument.start, o = e.startOffset, c = e.descriptor.source.slice(i + o, t.argument.end + o), l = /\bawait\b/.test(c);
@@ -18062,12 +18062,12 @@ function yw(e, t, s, n) {
18062
18062
  __temp`}
18063
18063
  )`);
18064
18064
  }
18065
- var xw = Object.defineProperty, bw = Object.defineProperties, Tw = Object.getOwnPropertyDescriptors, Um = Object.getOwnPropertySymbols, vw = Object.prototype.hasOwnProperty, kw = Object.prototype.propertyIsEnumerable, $m = (e, t, s) => t in e ? xw(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s, Nn = (e, t) => {
18065
+ var xw = Object.defineProperty, bw = Object.defineProperties, Tw = Object.getOwnPropertyDescriptors, Um = Object.getOwnPropertySymbols, vw = Object.prototype.hasOwnProperty, kw = Object.prototype.propertyIsEnumerable, $m = (e, t, s) => t in e ? xw(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s, On = (e, t) => {
18066
18066
  for (var s in t || (t = {})) vw.call(t, s) && $m(e, s, t[s]);
18067
18067
  if (Um) for (var s of Um(t)) kw.call(t, s) && $m(e, s, t[s]);
18068
18068
  return e;
18069
18069
  }, Il = (e, t) => bw(e, Tw(t));
18070
- const Sw = [Tt, ks, Go, dr, en, $a, ms];
18070
+ const Sw = [Tt, ks, Go, dr, tn, $a, ms];
18071
18071
  function Ew(e, t) {
18072
18072
  var s, n, i;
18073
18073
  t.id || zn("compileScript now requires passing the `id` option.\nUpgrade your vite or vue-loader version for compatibility with the latest experimental proposals.");
@@ -18129,12 +18129,12 @@ function Ew(e, t) {
18129
18129
  let ie;
18130
18130
  if (E = z, E.declaration.type === "ObjectExpression" ? ie = E.declaration.properties : E.declaration.type === "CallExpression" && E.declaration.arguments[0] && E.declaration.arguments[0].type === "ObjectExpression" && (ie = E.declaration.arguments[0].properties), ie) for (const Ee of ie) Ee.type === "ObjectProperty" && Ee.key.type === "Identifier" && Ee.key.name === "name" && (y.hasDefaultExportName = !0), Ee.type !== "ObjectMethod" && Ee.type !== "ObjectProperty" || Ee.key.type !== "Identifier" || Ee.key.name !== "render" || (y.hasDefaultExportRender = !0);
18131
18131
  const ae = z.start + F, ge = z.declaration.start + F;
18132
- y.s.overwrite(ae, ge, `const ${Ws} = `);
18132
+ y.s.overwrite(ae, ge, `const ${Gs} = `);
18133
18133
  } else if (z.type === "ExportNamedDeclaration") {
18134
18134
  const ie = z.specifiers.find((ae) => ae.exported.type === "Identifier" && ae.exported.name === "default");
18135
- ie && (E = z, z.specifiers.length > 1 ? y.s.remove(ie.start + F, ie.end + F) : y.s.remove(z.start + F, z.end + F), z.source ? y.s.prepend(`import { ${ie.local.name} as ${Ws} } from '${z.source.value}'
18135
+ ie && (E = z, z.specifiers.length > 1 ? y.s.remove(ie.start + F, ie.end + F) : y.s.remove(z.start + F, z.end + F), z.source ? y.s.prepend(`import { ${ie.local.name} as ${Gs} } from '${z.source.value}'
18136
18136
  `) : y.s.appendLeft(N, `
18137
- const ${Ws} = ${ie.local.name}
18137
+ const ${Gs} = ${ie.local.name}
18138
18138
  `)), z.declaration && Nl("script", z.declaration, v, j, d);
18139
18139
  } else z.type !== "VariableDeclaration" && z.type !== "FunctionDeclaration" && z.type !== "ClassDeclaration" && z.type !== "TSEnumDeclaration" || z.declare || Nl("script", z, v, j, d);
18140
18140
  F > A && (/\n$/.test(o.content.trim()) || y.s.appendLeft(N, `
@@ -18204,7 +18204,7 @@ let __temp${z}, __restore${z}
18204
18204
  y.emitDecl && X.push("emit: __emit"), X.length && (U += `, { ${X.join(", ")} }`);
18205
18205
  const Te = uw(y);
18206
18206
  if (!t.inlineTemplate || !e.template && y.hasDefaultExportRender) {
18207
- const z = Nn(Nn({}, v), x);
18207
+ const z = On(On({}, v), x);
18208
18208
  for (const ie in y.userImports) !y.userImports[ie].isType && y.userImports[ie].isUsedInTemplate && (z[ie] = !0);
18209
18209
  ce = "{ ";
18210
18210
  for (const ie in z) if (z[ie] !== !0 || y.userImports[ie].source === "vue" || y.userImports[ie].source.endsWith(".vue")) if (y.bindingMetadata[ie] === "setup-let") {
@@ -18215,7 +18215,7 @@ let __temp${z}, __restore${z}
18215
18215
  ce = ce.replace(/, $/, "") + " }";
18216
18216
  } else if (e.template && !e.template.src) {
18217
18217
  t.templateOptions && t.templateOptions.ssr && (C = !0);
18218
- const { code: z, ast: ie, preamble: ae, tips: ge, errors: Ee, map: fe } = Gx(Il(Nn({ filename: p, ast: e.template.ast, source: e.template.content, inMap: e.template.map }, t.templateOptions), { id: g, scoped: e.styles.some((Oe) => Oe.scoped), isProd: t.isProd, ssrCssVars: e.cssVars, compilerOptions: Il(Nn({}, t.templateOptions && t.templateOptions.compilerOptions), { inline: !0, isTS: y.isTS, bindingMetadata: y.bindingMetadata }) }));
18218
+ const { code: z, ast: ie, preamble: ae, tips: ge, errors: Ee, map: fe } = Gx(Il(On({ filename: p, ast: e.template.ast, source: e.template.content, inMap: e.template.map }, t.templateOptions), { id: g, scoped: e.styles.some((Oe) => Oe.scoped), isProd: t.isProd, ssrCssVars: e.cssVars, compilerOptions: Il(On({}, t.templateOptions && t.templateOptions.compilerOptions), { inline: !0, isTS: y.isTS, bindingMetadata: y.bindingMetadata }) }));
18219
18219
  ee = fe, ge.length && ge.forEach(zn);
18220
18220
  const me = Ee[0];
18221
18221
  if (typeof me == "string") throw new Error(me);
@@ -18224,7 +18224,7 @@ let __temp${z}, __restore${z}
18224
18224
  ` + e.filename + `
18225
18225
  ` + mi(l, me.loc.start.offset, me.loc.end.offset) + `
18226
18226
  `), me;
18227
- ae && y.s.prepend(ae), ie && ie.helpers.has(nn) && y.helperImports.delete("unref"), ce = z;
18227
+ ae && y.s.prepend(ae), ie && ie.helpers.has(on) && y.helperImports.delete("unref"), ce = z;
18228
18228
  } else ce = "() => {}";
18229
18229
  t.inlineTemplate ? y.s.appendRight(O, `
18230
18230
  return ${ce}
@@ -18256,14 +18256,14 @@ return __returned__
18256
18256
  `;
18257
18257
  if (y.isTS) {
18258
18258
  const z = (E ? `
18259
- ...${Ws},` : "") + ($ ? `
18259
+ ...${Gs},` : "") + ($ ? `
18260
18260
  ...${$},` : "");
18261
18261
  y.s.prependLeft(A, `
18262
18262
  ${Q} /*@__PURE__*/${y.helper("defineComponent")}({${z}${pe}
18263
18263
  ${w ? "async " : ""}setup(${U}) {
18264
18264
  ${oe}`), y.s.appendRight(O, "})");
18265
18265
  } else E || $ ? (y.s.prependLeft(A, `
18266
- ${Q} /*@__PURE__*/Object.assign(${E ? `${Ws}, ` : ""}${$ ? `${$}, ` : ""}{${pe}
18266
+ ${Q} /*@__PURE__*/Object.assign(${E ? `${Gs}, ` : ""}${$ ? `${$}, ` : ""}{${pe}
18267
18267
  ${w ? "async " : ""}setup(${U}) {
18268
18268
  ${oe}`), y.s.appendRight(O, "})")) : (y.s.prependLeft(A, `
18269
18269
  ${Q} {${pe}
@@ -18292,9 +18292,9 @@ ${oe}`), y.s.appendRight(O, "}"));
18292
18292
  return fe(ie), fe(ae, ge), Ee._sourceRoot = ie.sourceRoot, Ee._file = ie.file, Ee.toJSON();
18293
18293
  })(se, ee, Y.slice(0, z).split(/\r?\n/).length - 1);
18294
18294
  }
18295
- return Il(Nn({}, c), { bindings: y.bindingMetadata, imports: y.userImports, content: Y, map: se, scriptAst: W?.body, scriptSetupAst: V?.body, deps: y.deps ? [...y.deps] : void 0 });
18295
+ return Il(On({}, c), { bindings: y.bindingMetadata, imports: y.userImports, content: Y, map: se, scriptAst: W?.body, scriptSetupAst: V?.body, deps: y.deps ? [...y.deps] : void 0 });
18296
18296
  }
18297
- function tn(e, t, s) {
18297
+ function rn(e, t, s) {
18298
18298
  e[t.name] = s;
18299
18299
  }
18300
18300
  function Nl(e, t, s, n, i, o = !1) {
@@ -18303,11 +18303,11 @@ function Nl(e, t, s, n, i, o = !1) {
18303
18303
  const l = t.kind === "const";
18304
18304
  c = l && t.declarations.every((p) => p.id.type === "Identifier" && sr(p.init));
18305
18305
  for (const { id: p, init: d } of t.declarations) {
18306
- const g = d && Gt(d), f = l && Ot(g, (T) => T === Tt || T === ks || T === ms || T === en);
18306
+ const g = d && Gt(d), f = l && Ot(g, (T) => T === Tt || T === ks || T === ms || T === tn);
18307
18307
  if (p.type === "Identifier") {
18308
18308
  let T;
18309
18309
  const m = n.reactive;
18310
- T = (i || e === "script") && (c || l && sr(g)) ? "literal-const" : Ot(g, m) ? l ? "setup-reactive-const" : "setup-let" : f || l && $b(g, m) ? Ot(g, Tt) ? "setup-reactive-const" : "setup-const" : l ? Ot(g, (y) => y === n.ref || y === n.computed || y === n.shallowRef || y === n.customRef || y === n.toRef || y === n.useTemplateRef || y === $a) ? "setup-ref" : "setup-maybe-ref" : "setup-let", tn(s, p, T);
18310
+ T = (i || e === "script") && (c || l && sr(g)) ? "literal-const" : Ot(g, m) ? l ? "setup-reactive-const" : "setup-let" : f || l && $b(g, m) ? Ot(g, Tt) ? "setup-reactive-const" : "setup-const" : l ? Ot(g, (y) => y === n.ref || y === n.computed || y === n.shallowRef || y === n.customRef || y === n.toRef || y === n.useTemplateRef || y === $a) ? "setup-ref" : "setup-maybe-ref" : "setup-let", rn(s, p, T);
18311
18311
  } else {
18312
18312
  if (Ot(g, Tt) && o) continue;
18313
18313
  p.type === "ObjectPattern" ? Bb(p, s, l, f) : p.type === "ArrayPattern" && Ub(p, s, l, f);
@@ -18319,11 +18319,11 @@ function Nl(e, t, s, n, i, o = !1) {
18319
18319
  function Bb(e, t, s, n = !1) {
18320
18320
  for (const i of e.properties) if (i.type === "ObjectProperty") if (i.key.type === "Identifier" && i.key === i.value) {
18321
18321
  const o = n ? "setup-const" : s ? "setup-maybe-ref" : "setup-let";
18322
- tn(t, i.key, o);
18322
+ rn(t, i.key, o);
18323
18323
  } else pu(i.value, t, s, n);
18324
18324
  else {
18325
18325
  const o = s ? "setup-const" : "setup-let";
18326
- tn(t, i.argument, o);
18326
+ rn(t, i.argument, o);
18327
18327
  }
18328
18328
  }
18329
18329
  function Ub(e, t, s, n = !1) {
@@ -18331,15 +18331,15 @@ function Ub(e, t, s, n = !1) {
18331
18331
  }
18332
18332
  function pu(e, t, s, n = !1) {
18333
18333
  if (e.type === "Identifier")
18334
- tn(t, e, n ? "setup-const" : s ? "setup-maybe-ref" : "setup-let");
18334
+ rn(t, e, n ? "setup-const" : s ? "setup-maybe-ref" : "setup-let");
18335
18335
  else if (e.type === "RestElement") {
18336
18336
  const i = s ? "setup-const" : "setup-let";
18337
- tn(t, e.argument, i);
18337
+ rn(t, e.argument, i);
18338
18338
  } else if (e.type === "ObjectPattern") Bb(e, t, s);
18339
18339
  else if (e.type === "ArrayPattern") Ub(e, t, s);
18340
18340
  else if (e.type === "AssignmentPattern") if (e.left.type === "Identifier") {
18341
18341
  const i = n ? "setup-const" : s ? "setup-maybe-ref" : "setup-let";
18342
- tn(t, e.left, i);
18342
+ rn(t, e.left, i);
18343
18343
  } else pu(e.left, t, s);
18344
18344
  }
18345
18345
  function $b(e, t) {
@@ -19600,7 +19600,7 @@ for (let e = 0; e < 64; e++) {
19600
19600
  const t = Xw.charCodeAt(e);
19601
19601
  o0[e] = t, Kw[t] = e;
19602
19602
  }
19603
- function On(e, t, s) {
19603
+ function Ln(e, t, s) {
19604
19604
  let n = t - s;
19605
19605
  n = n < 0 ? -n << 1 | 1 : n << 1;
19606
19606
  do {
@@ -19635,7 +19635,7 @@ function Yw(e) {
19635
19635
  let p = 0;
19636
19636
  for (let d = 0; d < l.length; d++) {
19637
19637
  const g = l[d];
19638
- d > 0 && t.write(Ww), p = On(t, g[0], p), g.length !== 1 && (s = On(t, g[1], s), n = On(t, g[2], n), i = On(t, g[3], i), g.length !== 4 && (o = On(t, g[4], o)));
19638
+ d > 0 && t.write(Ww), p = Ln(t, g[0], p), g.length !== 1 && (s = Ln(t, g[1], s), n = Ln(t, g[2], n), i = Ln(t, g[3], i), g.length !== 4 && (o = Ln(t, g[4], o)));
19639
19639
  }
19640
19640
  }
19641
19641
  return t.flush();
@@ -20623,7 +20623,7 @@ function l0() {
20623
20623
  Z(h.question), L(h.colon) && Ms(), Ce(e);
20624
20624
  })() : Le && (function() {
20625
20625
  const e = Ie(0);
20626
- Z(h.question), xn(), Ce(e);
20626
+ Z(h.question), bn(), Ce(e);
20627
20627
  })();
20628
20628
  }
20629
20629
  function Jo(e, t = !1) {
@@ -20679,7 +20679,7 @@ function hi() {
20679
20679
  for (_e(); Z(h.dot); ) _e();
20680
20680
  }
20681
20681
  function ag() {
20682
- te(h._import), te(h.parenL), te(h.string), te(h.parenR), Z(h.dot) && hi(), L(h.lessThan) && hn();
20682
+ te(h._import), te(h.parenL), te(h.string), te(h.parenR), Z(h.dot) && hi(), L(h.lessThan) && un();
20683
20683
  }
20684
20684
  function i_() {
20685
20685
  Z(h._const);
@@ -20713,10 +20713,10 @@ function u0() {
20713
20713
  return k.restoreFromSnapshot(t), s;
20714
20714
  })()) return !1;
20715
20715
  const e = Ie(0);
20716
- return te(h.bracketL), _e(), Pi(), te(h.bracketR), xn(), Qo(), Ce(e), !0;
20716
+ return te(h.bracketL), _e(), Pi(), te(h.bracketR), bn(), Qo(), Ce(e), !0;
20717
20717
  }
20718
20718
  function lg(e) {
20719
- Z(h.question), e || !L(h.parenL) && !L(h.lessThan) ? (xn(), Qo()) : (gu(h.colon), Qo());
20719
+ Z(h.question), e || !L(h.parenL) && !L(h.lessThan) ? (bn(), Qo()) : (gu(h.colon), Qo());
20720
20720
  }
20721
20721
  function o_() {
20722
20722
  if (L(h.parenL) || L(h.lessThan)) return void cg();
@@ -20748,7 +20748,7 @@ function Dl(e) {
20748
20748
  function p_() {
20749
20749
  switch (k.type) {
20750
20750
  case h.name:
20751
- return hi(), void (!Lt() && L(h.lessThan) && hn());
20751
+ return hi(), void (!Lt() && L(h.lessThan) && un());
20752
20752
  case h._void:
20753
20753
  case h._null:
20754
20754
  return void re();
@@ -20758,13 +20758,13 @@ function p_() {
20758
20758
  case h.decimal:
20759
20759
  case h._true:
20760
20760
  case h._false:
20761
- return void un();
20761
+ return void dn();
20762
20762
  case h.minus:
20763
- return re(), void un();
20763
+ return re(), void dn();
20764
20764
  case h._this:
20765
20765
  return re(), void (be(B._is) && !Lt() && (re(), Pi()));
20766
20766
  case h._typeof:
20767
- return te(h._typeof), L(h._import) ? ag() : hi(), void (!Lt() && L(h.lessThan) && hn());
20767
+ return te(h._typeof), L(h._import) ? ag() : hi(), void (!Lt() && L(h.lessThan) && un());
20768
20768
  case h._import:
20769
20769
  return void ag();
20770
20770
  case h.braceL:
@@ -20828,7 +20828,7 @@ function za(e) {
20828
20828
  return be(B._asserts) ? (re(), lt(B._is) ? (et(), !0) : Sp() || L(h._this) ? (re(), lt(B._is) && et(), !0) : (k.restoreFromSnapshot(s), !1)) : Sp() || L(h._this) ? (re(), be(B._is) && !Lt() ? (re(), et(), !0) : (k.restoreFromSnapshot(s), !1)) : !1;
20829
20829
  })() || et(), Ce(t);
20830
20830
  }
20831
- function xn() {
20831
+ function bn() {
20832
20832
  L(h.colon) && Pi();
20833
20833
  }
20834
20834
  function Pi() {
@@ -20849,10 +20849,10 @@ function f0() {
20849
20849
  for (; !L(h.braceL) && !k.error; ) u_(), Z(h.comma);
20850
20850
  }
20851
20851
  function u_() {
20852
- hi(), L(h.lessThan) && hn();
20852
+ hi(), L(h.lessThan) && un();
20853
20853
  }
20854
20854
  function d_() {
20855
- if (L(h.string) ? un() : _e(), Z(h.eq)) {
20855
+ if (L(h.string) ? dn() : _e(), Z(h.eq)) {
20856
20856
  const e = k.tokens.length - 1;
20857
20857
  xt(), k.tokens[e].rhsEndIndex = k.tokens.length;
20858
20858
  }
@@ -20870,7 +20870,7 @@ function m0() {
20870
20870
  be(B._global) ? _e() : L(h.string) ? is() : Ae(), L(h.braceL) ? xu() : Ke();
20871
20871
  }
20872
20872
  function Pp() {
20873
- Ko(), te(h.eq), be(B._require) && Ze() === h.parenL ? (st(B._require), te(h.parenL), L(h.string) || Ae(), un(), te(h.parenR)) : hi(), Ke();
20873
+ Ko(), te(h.eq), be(B._require) && Ze() === h.parenL ? (st(B._require), te(h.parenL), L(h.string) || Ae(), dn(), te(h.parenR)) : hi(), Ke();
20874
20874
  }
20875
20875
  function ug() {
20876
20876
  return Zo(k.contextualKeyword, !0);
@@ -20964,12 +20964,12 @@ function $s(e) {
20964
20964
  }
20965
20965
  function m_() {
20966
20966
  const e = k.snapshot();
20967
- return Yo(), bn(), L(h.colon) && za(h.colon), te(h.arrow), k.error ? (k.restoreFromSnapshot(e), !1) : (Xn(!0), !0);
20967
+ return Yo(), Tn(), L(h.colon) && za(h.colon), te(h.arrow), k.error ? (k.restoreFromSnapshot(e), !1) : (Xn(!0), !0);
20968
20968
  }
20969
20969
  function bu() {
20970
- k.type === h.bitShiftL && (k.pos -= 1, Ne(h.lessThan)), hn();
20970
+ k.type === h.bitShiftL && (k.pos -= 1, Ne(h.lessThan)), un();
20971
20971
  }
20972
- function hn() {
20972
+ function un() {
20973
20973
  const e = Ie(0);
20974
20974
  for (te(h.lessThan); !L(h.greaterThan) && !k.error; ) et(), Z(h.comma);
20975
20975
  e ? (te(h.greaterThan), Ce(e)) : (Ce(e), t0(), te(h.greaterThan), k.tokens[k.tokens.length - 1].isType = !0);
@@ -21216,7 +21216,7 @@ function Tu(e, t = !1) {
21216
21216
  if ((function() {
21217
21217
  k.scopeDepth++;
21218
21218
  const c = k.tokens.length;
21219
- return bn(), Ip() ? (fi(c), !0) : !1;
21219
+ return Tn(), Ip() ? (fi(c), !0) : !1;
21220
21220
  })() && !k.error) return;
21221
21221
  k.restoreFromSnapshot(i);
21222
21222
  }
@@ -21236,7 +21236,7 @@ function k_(e, t, s) {
21236
21236
  const c = k.snapshot();
21237
21237
  if (!i && v0() && m_() || (bu(), !i && Z(h.parenL) ? (k.tokens[k.tokens.length - 1].subscriptStartIndex = n, Xr()) : L(h.backQuote) ? ku() : (k.type === h.greaterThan || k.type !== h.parenL && k.type & h.IS_EXPRESSION_START && !Lt()) && Ae(), !k.error)) return;
21238
21238
  k.restoreFromSnapshot(c);
21239
- } else !i && L(h.questionDot) && Ze() === h.lessThan && (re(), k.tokens[n].isOptionalChainStart = !0, k.tokens[k.tokens.length - 1].subscriptStartIndex = n, hn(), te(h.parenL), Xr());
21239
+ } else !i && L(h.questionDot) && Ze() === h.lessThan && (re(), k.tokens[n].isOptionalChainStart = !0, k.tokens[k.tokens.length - 1].subscriptStartIndex = n, un(), te(h.parenL), Xr());
21240
21240
  Fl(n, i, o);
21241
21241
  } else k.tokens[k.tokens.length - 1].type = h.nonNullAssertion;
21242
21242
  })(e, t, s) : je ? (function(n, i, o) {
@@ -21260,7 +21260,7 @@ function Fl(e, t, s) {
21260
21260
  const n = k.snapshot(), i = k.tokens.length;
21261
21261
  re(), k.tokens[k.tokens.length - 1].subscriptStartIndex = e;
21262
21262
  const o = li();
21263
- k.tokens[k.tokens.length - 1].contextId = o, Xr(), k.tokens[k.tokens.length - 1].contextId = o, (L(h.colon) || L(h.arrow)) && (k.restoreFromSnapshot(n), s.stop = !0, k.scopeDepth++, bn(), (function(c) {
21263
+ k.tokens[k.tokens.length - 1].contextId = o, Xr(), k.tokens[k.tokens.length - 1].contextId = o, (L(h.colon) || L(h.arrow)) && (k.restoreFromSnapshot(n), s.stop = !0, k.scopeDepth++, Tn(), (function(c) {
21264
21264
  Le ? L(h.colon) && Pi() : je && (function() {
21265
21265
  if (L(h.colon)) {
21266
21266
  const l = k.noAnonFunctionType;
@@ -21292,7 +21292,7 @@ function Cp() {
21292
21292
  }
21293
21293
  function is() {
21294
21294
  if (Z(h.modulo)) return _e(), !1;
21295
- if (L(h.jsxText) || L(h.jsxEmptyText)) return un(), !1;
21295
+ if (L(h.jsxText) || L(h.jsxEmptyText)) return dn(), !1;
21296
21296
  if (L(h.lessThan) && qa) return k.type = h.jsxTagStart, b0(), re(), !1;
21297
21297
  const e = k.potentialArrowAt === k.start;
21298
21298
  switch (k.type) {
@@ -21358,7 +21358,7 @@ function is() {
21358
21358
  function ea() {
21359
21359
  Z(h.hash), _e();
21360
21360
  }
21361
- function un() {
21361
+ function dn() {
21362
21362
  re();
21363
21363
  }
21364
21364
  function ro() {
@@ -21377,7 +21377,7 @@ function k0(e) {
21377
21377
  }
21378
21378
  xt(!1, !0);
21379
21379
  }
21380
- return te(h.parenR), e && (L(h.colon) || !zt()) && Ip() ? (k.restoreFromSnapshot(t), k.scopeDepth++, bn(), Ip(), fi(s), !k.error || (k.restoreFromSnapshot(t), k0(!1), !1)) : !1;
21380
+ return te(h.parenR), e && (L(h.colon) || !zt()) && Ip() ? (k.restoreFromSnapshot(t), k.scopeDepth++, Tn(), Ip(), fi(s), !k.error || (k.restoreFromSnapshot(t), k0(!1), !1)) : !1;
21381
21381
  }
21382
21382
  function Ip() {
21383
21383
  return Le ? (function() {
@@ -21437,7 +21437,7 @@ function Np(e, t) {
21437
21437
  const s = li();
21438
21438
  k.scopeDepth++;
21439
21439
  const n = k.tokens.length;
21440
- bn(t, s), S0(e, s);
21440
+ Tn(t, s), S0(e, s);
21441
21441
  const i = k.tokens.length;
21442
21442
  k.scopes.push(new Er(n, i, !0)), k.scopeDepth--;
21443
21443
  }
@@ -21634,7 +21634,7 @@ function _0() {
21634
21634
  }
21635
21635
  return Mp(), te(h.parenR), te(h.arrow), void Bt();
21636
21636
  case h.minus:
21637
- return re(), void un();
21637
+ return re(), void dn();
21638
21638
  case h.string:
21639
21639
  case h.num:
21640
21640
  case h._true:
@@ -21765,7 +21765,7 @@ function Ht(e) {
21765
21765
  if (re(), Kr(), L(h._catch)) {
21766
21766
  re();
21767
21767
  let c = null;
21768
- if (L(h.parenL) && (k.scopeDepth++, c = k.tokens.length, te(h.parenL), Ha(!0), Le && xn(), te(h.parenR)), Kr(), c != null) {
21768
+ if (L(h.parenL) && (k.scopeDepth++, c = k.tokens.length, te(h.parenL), Ha(!0), Le && bn(), te(h.parenR)), Kr(), c != null) {
21769
21769
  const l = k.tokens.length;
21770
21770
  k.scopes.push(new Er(c, l, !1)), k.scopeDepth--;
21771
21771
  }
@@ -21880,7 +21880,7 @@ function N0(e, t) {
21880
21880
  function L_(e) {
21881
21881
  Ha(e), Le ? (function() {
21882
21882
  const t = Ie(0);
21883
- Lt() || Z(h.bang), xn(), Ce(t);
21883
+ Lt() || Z(h.bang), bn(), Ce(t);
21884
21884
  })() : je && L(h.colon) && Ms();
21885
21885
  }
21886
21886
  function Is(e, t, s = !1) {
@@ -21888,11 +21888,11 @@ function Is(e, t, s = !1) {
21888
21888
  let n = null;
21889
21889
  L(h.name) && (t || (n = k.tokens.length, k.scopeDepth++), ts(!1));
21890
21890
  const i = k.tokens.length;
21891
- k.scopeDepth++, bn(), S0(e);
21891
+ k.scopeDepth++, Tn(), S0(e);
21892
21892
  const o = k.tokens.length;
21893
21893
  k.scopes.push(new Er(i, o, !0)), k.scopeDepth--, n !== null && (k.scopes.push(new Er(n, o, !0)), k.scopeDepth--);
21894
21894
  }
21895
- function bn(e = !1, t = 0) {
21895
+ function Tn(e = !1, t = 0) {
21896
21896
  Le ? As() : je && (function() {
21897
21897
  if (L(h.lessThan)) {
21898
21898
  const s = Ie(0);
@@ -21950,7 +21950,7 @@ function R_(e, t) {
21950
21950
  Le && Ep([B._declare, B._public, B._protected, B._private, B._override]);
21951
21951
  let s = !1;
21952
21952
  if (L(h.name) && k.contextualKeyword === B._static) {
21953
- if (_e(), Eg()) return void Ln(e, !1);
21953
+ if (_e(), Eg()) return void Rn(e, !1);
21954
21954
  if (Sg()) return void so();
21955
21955
  if (k.tokens[k.tokens.length - 1].type = h._static, s = !0, L(h.braceL)) return k.tokens[k.tokens.length - 1].contextId = t, void Kr();
21956
21956
  }
@@ -21965,17 +21965,17 @@ function R_(e, t) {
21965
21965
  }
21966
21966
  return !1;
21967
21967
  })(i)) return;
21968
- if (Z(h.star)) return Rn(o), void Ln(n, !1);
21969
- Rn(o);
21968
+ if (Z(h.star)) return Mn(o), void Rn(n, !1);
21969
+ Mn(o);
21970
21970
  let c = !1;
21971
21971
  const l = k.tokens[k.tokens.length - 1];
21972
- l.contextualKeyword === B._constructor && (c = !0), wg(), Eg() ? Ln(n, c) : Sg() ? so() : l.contextualKeyword !== B._async || vr() ? l.contextualKeyword !== B._get && l.contextualKeyword !== B._set || vr() && L(h.star) ? l.contextualKeyword !== B._accessor || vr() ? vr() ? so() : Ae() : (Rn(o), so()) : (l.contextualKeyword === B._get ? k.tokens[k.tokens.length - 1].type = h._get : k.tokens[k.tokens.length - 1].type = h._set, Rn(o), Ln(n, !1)) : (k.tokens[k.tokens.length - 1].type = h._async, L(h.star) && re(), Rn(o), wg(), Ln(n, !1));
21972
+ l.contextualKeyword === B._constructor && (c = !0), wg(), Eg() ? Rn(n, c) : Sg() ? so() : l.contextualKeyword !== B._async || vr() ? l.contextualKeyword !== B._get && l.contextualKeyword !== B._set || vr() && L(h.star) ? l.contextualKeyword !== B._accessor || vr() ? vr() ? so() : Ae() : (Mn(o), so()) : (l.contextualKeyword === B._get ? k.tokens[k.tokens.length - 1].type = h._get : k.tokens[k.tokens.length - 1].type = h._set, Mn(o), Rn(n, !1)) : (k.tokens[k.tokens.length - 1].type = h._async, L(h.star) && re(), Mn(o), wg(), Rn(n, !1));
21973
21973
  })(e, s, t);
21974
21974
  }
21975
- function Ln(e, t) {
21975
+ function Rn(e, t) {
21976
21976
  Le ? As() : je && L(h.lessThan) && pr(), Np(e, t);
21977
21977
  }
21978
- function Rn(e) {
21978
+ function Mn(e) {
21979
21979
  di(e);
21980
21980
  }
21981
21981
  function wg() {
@@ -21985,7 +21985,7 @@ function wg() {
21985
21985
  }
21986
21986
  }
21987
21987
  function so() {
21988
- if (Le ? (Xb(h.bang), xn()) : je && L(h.colon) && Ms(), L(h.eq)) {
21988
+ if (Le ? (Xb(h.bang), bn()) : je && L(h.colon) && Ms(), L(h.eq)) {
21989
21989
  const e = k.tokens.length;
21990
21990
  re(), xt(), k.tokens[e].rhsEndIndex = k.tokens.length;
21991
21991
  }
@@ -23285,7 +23285,7 @@ Cg || (Cg = 1, (function(e) {
23285
23285
  })();
23286
23286
  e.LinesAndColumns = s, e.default = s;
23287
23287
  })(Y_));
23288
- const Mn = (e) => {
23288
+ const Vs = (e) => {
23289
23289
  e.forEach((t) => {
23290
23290
  console.log(t);
23291
23291
  });
@@ -23300,22 +23300,23 @@ const Mn = (e) => {
23300
23300
  const t = URL.createObjectURL(new Blob([e], { type: "application/javascript" })), s = await import(t);
23301
23301
  return URL.revokeObjectURL(t), s;
23302
23302
  }, Z_ = async (e) => {
23303
- const t = { expressionPlugins: ["jsx", "typescript"] }, s = Iw(e), n = {}, { descriptor: i, errors: o } = qy(await (await Og(e)).text() || "<template></template>"), { script: c, scriptSetup: l, slotted: p, styles: d, template: g } = i;
23304
- Mn(o);
23305
- let f = document.getElementById(s);
23306
- if (f instanceof HTMLStyleElement || (f = document.createElement("style"), f.id = s, document.head.appendChild(f)), f.textContent = (await Promise.all(d.map(async ({ content: T, module: m, scoped: y = !1, src: v }) => {
23307
- const { code: x, errors: E } = await ME({ filename: e, id: s, modules: !!m, scoped: y, source: v ? await (await Og(v)).text() : T });
23308
- return Mn(E), x;
23303
+ const t = /* @__PURE__ */ new Set(), s = `data-v-${Iw(e)}`, { descriptor: n, errors: i } = qy(await (await Og(e)).text() || "<template></template>"), { script: o, scriptSetup: c, slotted: l, styles: p, template: d } = n, g = { expressionPlugins: ["jsx", "typescript"], scopeId: s, slotted: l }, f = p.some(({ scoped: y }) => y), T = f ? { __scopeId: s } : {};
23304
+ Vs(i);
23305
+ let m = document.getElementById(s);
23306
+ if (m instanceof HTMLStyleElement || (m = document.createElement("style"), m.id = s, document.head.appendChild(m)), m.textContent = (await Promise.all(p.map(async ({ content: y, module: v, scoped: x = !1, src: E }) => {
23307
+ v && t.add("<style module> is not supported in the playground.");
23308
+ const { code: w, errors: C } = await ME({ filename: e, id: s, scoped: x, source: E ? await (await Og(E)).text() : y });
23309
+ return Vs(C), w;
23309
23310
  }))).join(`
23310
- `), c || l) {
23311
- const { bindings: T, content: m, warnings: y = [] } = Ew(i, { id: s });
23312
- Mn(y), T && (t.bindingMetadata = T), Object.assign(n, (await Lg(Ig(m, Ng).code)).default);
23311
+ `), Vs([...t]), o || c) {
23312
+ const { bindings: y, content: v, warnings: x = [] } = Ew(n, { id: s });
23313
+ Vs(x), y && (g.bindingMetadata = y), Object.assign(T, (await Lg(Ig(v, Ng).code)).default);
23313
23314
  }
23314
- if (g) {
23315
- const { content: T } = g, { code: m, errors: y, tips: v } = Gx({ compilerOptions: t, filename: e, id: s, scoped: d.some(({ scoped: x }) => x), slotted: p, source: T });
23316
- Mn(y), Mn(v), Object.assign(n, await Lg(Ig(m, Ng).code));
23315
+ if (d) {
23316
+ const { ast: y, content: v } = d, { code: x, errors: E, tips: w } = Gx({ ...y && { ast: y }, compilerOptions: g, filename: e, id: s, scoped: f, slotted: l, source: v });
23317
+ Vs(E), Vs(w), Object.assign(T, await Lg(Ig(x, Ng).code));
23317
23318
  }
23318
- return n;
23319
+ return T;
23319
23320
  };
23320
23321
  export {
23321
23322
  Z_ as default