@skaldapp/monaco-sfc 1.0.69 → 1.0.71

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.
Files changed (2) hide show
  1. package/dist/vue.worker.js +202 -200
  2. package/package.json +1 -1
@@ -2,7 +2,7 @@ import { initialize as O5t } from "monaco-editor/esm/vs/editor/editor.worker";
2
2
  const e0 = /* @__PURE__ */ Symbol("name"), Qae = /* @__PURE__ */ Symbol("value"), zS = /* @__PURE__ */ Symbol("ns"), lO = /* @__PURE__ */ Symbol("owner"), VS = /* @__PURE__ */ Symbol("owner_document"), o9 = /* @__PURE__ */ Symbol("attributes"), Zb = /* @__PURE__ */ Symbol("prev"), tp = /* @__PURE__ */ Symbol("next"), pf = /* @__PURE__ */ Symbol("child"), _O = /* @__PURE__ */ Symbol("parent"), uO = /* @__PURE__ */ Symbol("data"), EJ = /* @__PURE__ */ Symbol("listeners"), IGe = /* @__PURE__ */ Symbol("isTrusted"), _Ee = /* @__PURE__ */ Symbol("path"), hEe = /* @__PURE__ */ Symbol("stop_immediate_propagation"), DTe = /* @__PURE__ */ Symbol("content"), JS = /* @__PURE__ */ Symbol("hooks"), pO = /* @__PURE__ */ Symbol("is_connected");
3
3
  let Xv = /* @__PURE__ */ (function(l) {
4
4
  return l[l.NODE = 0] = "NODE", l[l.ELEMENT_NODE = 1] = "ELEMENT_NODE", l[l.ATTRIBUTE_NODE = 2] = "ATTRIBUTE_NODE", l[l.TEXT_NODE = 3] = "TEXT_NODE", l[l.CDATA_SECTION_NODE = 4] = "CDATA_SECTION_NODE", l[l.ENTITY_REFERENCE_NODE = 5] = "ENTITY_REFERENCE_NODE", l[l.ENTITY_NODE = 6] = "ENTITY_NODE", l[l.PROCESSING_INSTRUCTION_NODE = 7] = "PROCESSING_INSTRUCTION_NODE", l[l.COMMENT_NODE = 8] = "COMMENT_NODE", l[l.DOCUMENT_NODE = 9] = "DOCUMENT_NODE", l[l.DOCUMENT_TYPE_NODE = 10] = "DOCUMENT_TYPE_NODE", l[l.DOCUMENT_FRAGMENT_NODE = 11] = "DOCUMENT_FRAGMENT_NODE", l;
5
- })({}), Uoe = /* @__PURE__ */ (function(l) {
5
+ })({}), qoe = /* @__PURE__ */ (function(l) {
6
6
  return l.XHTML = "http://www.w3.org/1999/xhtml", l.SVG = "http://www.w3.org/2000/svg", l;
7
7
  })({}), WF = /* @__PURE__ */ (function(l) {
8
8
  return l[l.NONE = 0] = "NONE", l[l.CAPTURING_PHASE = 1] = "CAPTURING_PHASE", l[l.AT_TARGET = 2] = "AT_TARGET", l[l.BUBBLING_PHASE = 3] = "BUBBLING_PHASE", l;
@@ -193,7 +193,7 @@ function OGe(l) {
193
193
  const o = irt(l);
194
194
  return o.unshift(l), o;
195
195
  }
196
- let Voe = class extends Zae {
196
+ let Uoe = class extends Zae {
197
197
  nodeType = Xv.NODE;
198
198
  [e0] = "";
199
199
  [_O] = null;
@@ -217,7 +217,7 @@ let Voe = class extends Zae {
217
217
  return this[pO];
218
218
  }
219
219
  isDefaultNamespace(o) {
220
- return o === Uoe.XHTML;
220
+ return o === qoe.XHTML;
221
221
  }
222
222
  get parentNode() {
223
223
  return this[_O];
@@ -305,7 +305,7 @@ let Voe = class extends Zae {
305
305
  }
306
306
  }
307
307
  };
308
- class NAe extends Voe {
308
+ class NAe extends Uoe {
309
309
  remove() {
310
310
  const o = this.parentNode;
311
311
  o && o.removeChild(this);
@@ -333,7 +333,7 @@ class NAe extends Voe {
333
333
  }
334
334
  }
335
335
  function a9(l, o) {
336
- return o instanceof Voe ? o : l.ownerDocument.createTextNode(String(o));
336
+ return o instanceof Uoe ? o : l.ownerDocument.createTextNode(String(o));
337
337
  }
338
338
  class MGe extends Array {
339
339
  item(o) {
@@ -492,7 +492,7 @@ function hO(l, o) {
492
492
  }
493
493
  return !1;
494
494
  }
495
- class Joe extends NAe {
495
+ class Voe extends NAe {
496
496
  childNodes = new MGe();
497
497
  children = new MGe();
498
498
  appendChild(o) {
@@ -664,7 +664,7 @@ function LGe(l, o, p, f) {
664
664
  if (o === "slot" && (l.slot = f ?? ""), !(v == null || h == null || !h.includes(o)))
665
665
  return v.call(l, o, p, f);
666
666
  }
667
- class PTe extends Voe {
667
+ class PTe extends Uoe {
668
668
  nodeType = Xv.ATTRIBUTE_NODE;
669
669
  [zS] = null;
670
670
  [tp] = null;
@@ -749,9 +749,9 @@ function art(l) {
749
749
  }
750
750
  return "";
751
751
  }
752
- let XF = class extends Joe {
752
+ let XF = class extends Voe {
753
753
  nodeType = Xv.ELEMENT_NODE;
754
- [zS] = Uoe.XHTML;
754
+ [zS] = qoe.XHTML;
755
755
  get namespaceURI() {
756
756
  return this[zS];
757
757
  }
@@ -829,11 +829,11 @@ let XF = class extends Joe {
829
829
  }
830
830
  }
831
831
  };
832
- class $oe extends XF {
833
- [zS] = Uoe.SVG;
832
+ class Joe extends XF {
833
+ [zS] = qoe.SVG;
834
834
  get ownerSVGElement() {
835
835
  let o = null, p = this.parentNode;
836
- for (; p instanceof $oe; )
836
+ for (; p instanceof Joe; )
837
837
  o = p, p = p.parentNode;
838
838
  return o;
839
839
  }
@@ -862,7 +862,7 @@ class crt extends RAe {
862
862
  nodeType = 8;
863
863
  [e0] = "#comment";
864
864
  }
865
- class lrt extends Joe {
865
+ class lrt extends Voe {
866
866
  nodeType = Xv.DOCUMENT_FRAGMENT_NODE;
867
867
  [e0] = "#document-fragment";
868
868
  [VS] = typeof window < "u" ? window.document : null;
@@ -888,7 +888,7 @@ class J5t extends XF {
888
888
  }
889
889
  class $5t extends XF {
890
890
  }
891
- let BGe = class extends Joe {
891
+ let BGe = class extends Voe {
892
892
  nodeType = Xv.DOCUMENT_NODE;
893
893
  [e0] = "#document";
894
894
  [pO] = !0;
@@ -931,8 +931,8 @@ function toe(l, o) {
931
931
  function WGe(l, o, p) {
932
932
  let f;
933
933
  const h = String(o).toLowerCase();
934
- if (p === Uoe.SVG)
935
- f = new $oe();
934
+ if (p === qoe.SVG)
935
+ f = new Joe();
936
936
  else if (h === "template")
937
937
  f = new urt();
938
938
  else {
@@ -1051,8 +1051,8 @@ class qGe extends Zae {
1051
1051
  ClipboardEvent = Y5t;
1052
1052
  EventTarget = Zae;
1053
1053
  CustomEvent = H5t;
1054
- Node = Voe;
1055
- ParentNode = Joe;
1054
+ Node = Uoe;
1055
+ ParentNode = Voe;
1056
1056
  ChildNode = NAe;
1057
1057
  DocumentFragment = lrt;
1058
1058
  Document = BGe;
@@ -1061,7 +1061,7 @@ class qGe extends Zae {
1061
1061
  Text = ort;
1062
1062
  Element = XF;
1063
1063
  HTMLElement = Z5t;
1064
- SVGElement = $oe;
1064
+ SVGElement = Joe;
1065
1065
  HTMLTemplateElement = urt;
1066
1066
  MutationObserver = t8t;
1067
1067
  #t = null;
@@ -2911,7 +2911,7 @@ const f8t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
2911
2911
  get TextDocument() {
2912
2912
  return o1;
2913
2913
  }
2914
- }, Symbol.toStringTag, { value: "Module" })), Hoe = /* @__PURE__ */ QF(f8t);
2914
+ }, Symbol.toStringTag, { value: "Module" })), $oe = /* @__PURE__ */ QF(f8t);
2915
2915
  var wie = {}, uKe;
2916
2916
  function m8t() {
2917
2917
  if (uKe) return wie;
@@ -3727,7 +3727,7 @@ var Fie = {}, wKe;
3727
3727
  function C8t() {
3728
3728
  if (wKe) return Fie;
3729
3729
  wKe = 1, Object.defineProperty(Fie, "__esModule", { value: !0 }), Fie.register = S;
3730
- const l = op(), o = Hoe, p = /* @__PURE__ */ Ud(), f = Wu(), h = KJ(), v = Hp();
3730
+ const l = op(), o = $oe, p = /* @__PURE__ */ Ud(), f = Wu(), h = KJ(), v = Hp();
3731
3731
  function S(k) {
3732
3732
  return async (y, A, C, F, j = f.NoneCancellationToken) => {
3733
3733
  const z = k.language.scripts.get(y);
@@ -4615,7 +4615,7 @@ var GKe;
4615
4615
  function G8t() {
4616
4616
  return GKe || (GKe = 1, (function(l) {
4617
4617
  Object.defineProperty(l, "__esModule", { value: !0 }), l.embeddedContentScheme = void 0, l.createLanguageService = en, l.decodeEmbeddedDocumentUri = kt, l.encodeEmbeddedDocumentUri = Ht;
4618
- const o = op(), p = Hoe, f = /* @__PURE__ */ Ud(), h = m8t(), v = _8t(), S = h8t(), D = g8t(), w = v8t(), k = y8t(), y = b8t(), A = jAe(), C = S8t(), F = w8t(), j = C8t(), z = k8t(), V = T8t(), J = E8t(), ee = A8t(), Z = D8t(), G = P8t(), $ = I8t(), se = F8t(), ne = N8t(), ue = O8t(), de = M8t(), Je = R8t(), Oe = hrt(), ge = frt(), ce = L8t(), fe = j8t(), Q = z8t(), Ae = B8t(), Ee = W8t(), mt = q8t(), it = U8t(), rt = V8t(), Ot = J8t(), _n = $8t(), br = H8t(), gt = Wu(), rn = LAe();
4618
+ const o = op(), p = $oe, f = /* @__PURE__ */ Ud(), h = m8t(), v = _8t(), S = h8t(), D = g8t(), w = v8t(), k = y8t(), y = b8t(), A = jAe(), C = S8t(), F = w8t(), j = C8t(), z = k8t(), V = T8t(), J = E8t(), ee = A8t(), Z = D8t(), G = P8t(), $ = I8t(), se = F8t(), ne = N8t(), ue = O8t(), de = M8t(), Je = R8t(), Oe = hrt(), ge = frt(), ce = L8t(), fe = j8t(), Q = z8t(), Ae = B8t(), Ee = W8t(), mt = q8t(), it = U8t(), rt = V8t(), Ot = J8t(), _n = $8t(), br = H8t(), gt = Wu(), rn = LAe();
4619
4619
  l.embeddedContentScheme = "volar-embedded-content";
4620
4620
  function en(fn, He, $n, En) {
4621
4621
  const vr = (0, rn.createUriMap)(), pr = /* @__PURE__ */ new WeakMap(), ai = {
@@ -7803,15 +7803,15 @@ const Srt = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, oMt
7803
7803
  ",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
7804
7804
  ), Trt = /* @__PURE__ */ Qv(
7805
7805
  "bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"
7806
- ), Goe = (l) => {
7806
+ ), Hoe = (l) => {
7807
7807
  const o = /* @__PURE__ */ Object.create(null);
7808
7808
  return ((p) => o[p] || (o[p] = l(p)));
7809
- }, hMt = /-\w/g, $D = Goe(
7809
+ }, hMt = /-\w/g, $D = Hoe(
7810
7810
  (l) => l.replace(hMt, (o) => o.slice(1).toUpperCase())
7811
- ), gMt = /\B([A-Z])/g, xrt = Goe(
7811
+ ), gMt = /\B([A-Z])/g, xrt = Hoe(
7812
7812
  (l) => l.replace(gMt, "-$1").toLowerCase()
7813
- ), Koe = Goe((l) => l.charAt(0).toUpperCase() + l.slice(1)), Ert = Goe(
7814
- (l) => l ? `on${Koe(l)}` : ""
7813
+ ), Goe = Hoe((l) => l.charAt(0).toUpperCase() + l.slice(1)), Ert = Hoe(
7814
+ (l) => l ? `on${Goe(l)}` : ""
7815
7815
  ), vMt = (l, o) => !Object.is(l, o), yMt = (l, ...o) => {
7816
7816
  for (let p = 0; p < l.length; p++)
7817
7817
  l[p](...o);
@@ -8085,10 +8085,10 @@ function n7t(l, o) {
8085
8085
  if (l.length !== o.length) return !1;
8086
8086
  let p = !0;
8087
8087
  for (let f = 0; p && f < l.length; f++)
8088
- p = Xoe(l[f], o[f]);
8088
+ p = Koe(l[f], o[f]);
8089
8089
  return p;
8090
8090
  }
8091
- function Xoe(l, o) {
8091
+ function Koe(l, o) {
8092
8092
  if (l === o) return !0;
8093
8093
  let p = bEe(l), f = bEe(o);
8094
8094
  if (p || f)
@@ -8105,14 +8105,14 @@ function Xoe(l, o) {
8105
8105
  return !1;
8106
8106
  for (const S in l) {
8107
8107
  const D = l.hasOwnProperty(S), w = o.hasOwnProperty(S);
8108
- if (D && !w || !D && w || !Xoe(l[S], o[S]))
8108
+ if (D && !w || !D && w || !Koe(l[S], o[S]))
8109
8109
  return !1;
8110
8110
  }
8111
8111
  }
8112
8112
  return String(l) === String(o);
8113
8113
  }
8114
8114
  function r7t(l, o) {
8115
- return l.findIndex((p) => Xoe(p, o));
8115
+ return l.findIndex((p) => Koe(p, o));
8116
8116
  }
8117
8117
  const Lrt = (l) => !!(l && l.__v_isRef === !0), jrt = (l) => Ed(l) ? l : l == null ? "" : Qy(l) || iE(l) && (l.toString === qAe || !AJ(l.toString)) ? Lrt(l) ? jrt(l.value) : JSON.stringify(l, zrt, 2) : String(l), zrt = (l, o) => Lrt(o) ? zrt(l, o.value) : wrt(o) ? {
8118
8118
  [`Map(${o.size})`]: [...o.entries()].reduce(
@@ -8146,7 +8146,7 @@ const s7t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
8146
8146
  ShapeFlags: AMt,
8147
8147
  SlotFlags: DMt,
8148
8148
  camelize: $D,
8149
- capitalize: Koe,
8149
+ capitalize: Goe,
8150
8150
  cssVarNameEscapeSymbolsRE: Rrt,
8151
8151
  def: bMt,
8152
8152
  escapeHtml: YMt,
@@ -8191,7 +8191,7 @@ const s7t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
8191
8191
  isString: Ed,
8192
8192
  isSymbol: JF,
8193
8193
  isVoidTag: Ort,
8194
- looseEqual: Xoe,
8194
+ looseEqual: Koe,
8195
8195
  looseIndexOf: r7t,
8196
8196
  looseToNumber: SMt,
8197
8197
  makeMap: Qv,
@@ -8211,81 +8211,81 @@ const s7t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
8211
8211
  toRawType: mMt,
8212
8212
  toTypeString: FO
8213
8213
  }, Symbol.toStringTag, { value: "Module" }));
8214
- const m9 = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Fragment" : ""), u9 = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Teleport" : ""), Qoe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Suspense" : ""), FJ = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "KeepAlive" : ""), $Ae = /* @__PURE__ */ Symbol(
8214
+ const m9 = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Fragment" : ""), u9 = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Teleport" : ""), Xoe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Suspense" : ""), FJ = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "KeepAlive" : ""), $Ae = /* @__PURE__ */ Symbol(
8215
8215
  process.env.NODE_ENV !== "production" ? "BaseTransition" : ""
8216
8216
  ), $F = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "openBlock" : ""), HAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "createBlock" : ""), GAe = /* @__PURE__ */ Symbol(
8217
8217
  process.env.NODE_ENV !== "production" ? "createElementBlock" : ""
8218
- ), Yoe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "createVNode" : ""), Zoe = /* @__PURE__ */ Symbol(
8218
+ ), Qoe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "createVNode" : ""), Yoe = /* @__PURE__ */ Symbol(
8219
8219
  process.env.NODE_ENV !== "production" ? "createElementVNode" : ""
8220
8220
  ), j9 = /* @__PURE__ */ Symbol(
8221
8221
  process.env.NODE_ENV !== "production" ? "createCommentVNode" : ""
8222
- ), ece = /* @__PURE__ */ Symbol(
8222
+ ), Zoe = /* @__PURE__ */ Symbol(
8223
8223
  process.env.NODE_ENV !== "production" ? "createTextVNode" : ""
8224
8224
  ), KAe = /* @__PURE__ */ Symbol(
8225
8225
  process.env.NODE_ENV !== "production" ? "createStaticVNode" : ""
8226
- ), tce = /* @__PURE__ */ Symbol(
8226
+ ), ece = /* @__PURE__ */ Symbol(
8227
8227
  process.env.NODE_ENV !== "production" ? "resolveComponent" : ""
8228
- ), nce = /* @__PURE__ */ Symbol(
8228
+ ), tce = /* @__PURE__ */ Symbol(
8229
8229
  process.env.NODE_ENV !== "production" ? "resolveDynamicComponent" : ""
8230
- ), rce = /* @__PURE__ */ Symbol(
8230
+ ), nce = /* @__PURE__ */ Symbol(
8231
8231
  process.env.NODE_ENV !== "production" ? "resolveDirective" : ""
8232
- ), ice = /* @__PURE__ */ Symbol(
8232
+ ), rce = /* @__PURE__ */ Symbol(
8233
8233
  process.env.NODE_ENV !== "production" ? "resolveFilter" : ""
8234
- ), sce = /* @__PURE__ */ Symbol(
8234
+ ), ice = /* @__PURE__ */ Symbol(
8235
8235
  process.env.NODE_ENV !== "production" ? "withDirectives" : ""
8236
- ), ace = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "renderList" : ""), XAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "renderSlot" : ""), QAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "createSlots" : ""), XJ = /* @__PURE__ */ Symbol(
8236
+ ), sce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "renderList" : ""), XAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "renderSlot" : ""), QAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "createSlots" : ""), XJ = /* @__PURE__ */ Symbol(
8237
8237
  process.env.NODE_ENV !== "production" ? "toDisplayString" : ""
8238
- ), NJ = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "mergeProps" : ""), oce = /* @__PURE__ */ Symbol(
8238
+ ), NJ = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "mergeProps" : ""), ace = /* @__PURE__ */ Symbol(
8239
8239
  process.env.NODE_ENV !== "production" ? "normalizeClass" : ""
8240
- ), cce = /* @__PURE__ */ Symbol(
8240
+ ), oce = /* @__PURE__ */ Symbol(
8241
8241
  process.env.NODE_ENV !== "production" ? "normalizeStyle" : ""
8242
8242
  ), _9 = /* @__PURE__ */ Symbol(
8243
8243
  process.env.NODE_ENV !== "production" ? "normalizeProps" : ""
8244
8244
  ), z9 = /* @__PURE__ */ Symbol(
8245
8245
  process.env.NODE_ENV !== "production" ? "guardReactiveProps" : ""
8246
- ), lce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "toHandlers" : ""), goe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "camelize" : ""), Brt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "capitalize" : ""), voe = /* @__PURE__ */ Symbol(
8246
+ ), cce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "toHandlers" : ""), goe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "camelize" : ""), Brt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "capitalize" : ""), voe = /* @__PURE__ */ Symbol(
8247
8247
  process.env.NODE_ENV !== "production" ? "toHandlerKey" : ""
8248
8248
  ), OJ = /* @__PURE__ */ Symbol(
8249
8249
  process.env.NODE_ENV !== "production" ? "setBlockTracking" : ""
8250
- ), Wrt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "pushScopeId" : ""), qrt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "popScopeId" : ""), uce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "withCtx" : ""), Urt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "unref" : ""), Vrt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "isRef" : ""), pce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "withMemo" : ""), YAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "isMemoSame" : ""), SO = {
8250
+ ), Wrt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "pushScopeId" : ""), qrt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "popScopeId" : ""), lce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "withCtx" : ""), Urt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "unref" : ""), Vrt = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "isRef" : ""), uce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "withMemo" : ""), YAe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "isMemoSame" : ""), SO = {
8251
8251
  [m9]: "Fragment",
8252
8252
  [u9]: "Teleport",
8253
- [Qoe]: "Suspense",
8253
+ [Xoe]: "Suspense",
8254
8254
  [FJ]: "KeepAlive",
8255
8255
  [$Ae]: "BaseTransition",
8256
8256
  [$F]: "openBlock",
8257
8257
  [HAe]: "createBlock",
8258
8258
  [GAe]: "createElementBlock",
8259
- [Yoe]: "createVNode",
8260
- [Zoe]: "createElementVNode",
8259
+ [Qoe]: "createVNode",
8260
+ [Yoe]: "createElementVNode",
8261
8261
  [j9]: "createCommentVNode",
8262
- [ece]: "createTextVNode",
8262
+ [Zoe]: "createTextVNode",
8263
8263
  [KAe]: "createStaticVNode",
8264
- [tce]: "resolveComponent",
8265
- [nce]: "resolveDynamicComponent",
8266
- [rce]: "resolveDirective",
8267
- [ice]: "resolveFilter",
8268
- [sce]: "withDirectives",
8269
- [ace]: "renderList",
8264
+ [ece]: "resolveComponent",
8265
+ [tce]: "resolveDynamicComponent",
8266
+ [nce]: "resolveDirective",
8267
+ [rce]: "resolveFilter",
8268
+ [ice]: "withDirectives",
8269
+ [sce]: "renderList",
8270
8270
  [XAe]: "renderSlot",
8271
8271
  [QAe]: "createSlots",
8272
8272
  [XJ]: "toDisplayString",
8273
8273
  [NJ]: "mergeProps",
8274
- [oce]: "normalizeClass",
8275
- [cce]: "normalizeStyle",
8274
+ [ace]: "normalizeClass",
8275
+ [oce]: "normalizeStyle",
8276
8276
  [_9]: "normalizeProps",
8277
8277
  [z9]: "guardReactiveProps",
8278
- [lce]: "toHandlers",
8278
+ [cce]: "toHandlers",
8279
8279
  [goe]: "camelize",
8280
8280
  [Brt]: "capitalize",
8281
8281
  [voe]: "toHandlerKey",
8282
8282
  [OJ]: "setBlockTracking",
8283
8283
  [Wrt]: "pushScopeId",
8284
8284
  [qrt]: "popScopeId",
8285
- [uce]: "withCtx",
8285
+ [lce]: "withCtx",
8286
8286
  [Urt]: "unref",
8287
8287
  [Vrt]: "isRef",
8288
- [pce]: "withMemo",
8288
+ [uce]: "withMemo",
8289
8289
  [YAe]: "isMemoSame"
8290
8290
  };
8291
8291
  function Jrt(l) {
@@ -8395,7 +8395,7 @@ function $rt(l, o = "") {
8395
8395
  };
8396
8396
  }
8397
8397
  function h9(l, o, p, f, h, v, S, D = !1, w = !1, k = !1, y = gg) {
8398
- return l && (D ? (l.helper($F), l.helper(kO(l.inSSR, k))) : l.helper(CO(l.inSSR, k)), S && l.helper(sce)), {
8398
+ return l && (D ? (l.helper($F), l.helper(kO(l.inSSR, k))) : l.helper(CO(l.inSSR, k)), S && l.helper(ice)), {
8399
8399
  type: 13,
8400
8400
  tag: o,
8401
8401
  props: p,
@@ -8539,12 +8539,12 @@ function _7t(l) {
8539
8539
  };
8540
8540
  }
8541
8541
  function CO(l, o) {
8542
- return l || o ? Yoe : Zoe;
8542
+ return l || o ? Qoe : Yoe;
8543
8543
  }
8544
8544
  function kO(l, o) {
8545
8545
  return l || o ? HAe : GAe;
8546
8546
  }
8547
- function dce(l, { helper: o, removeHelper: p, inSSR: f }) {
8547
+ function pce(l, { helper: o, removeHelper: p, inSSR: f }) {
8548
8548
  l.isBlock || (l.isBlock = !0, p(CO(f, l.isComponent)), o($F), o(kO(f, l.isComponent)));
8549
8549
  }
8550
8550
  const yXe = new Uint8Array([123, 123]), bXe = new Uint8Array([125, 125]);
@@ -9356,7 +9356,7 @@ function eDe(l) {
9356
9356
  return u9;
9357
9357
  case "Suspense":
9358
9358
  case "suspense":
9359
- return Qoe;
9359
+ return Xoe;
9360
9360
  case "KeepAlive":
9361
9361
  case "keep-alive":
9362
9362
  return FJ;
@@ -9487,7 +9487,7 @@ function LJ(l, o, p) {
9487
9487
  f = BS([o]);
9488
9488
  else if (h.type === 14) {
9489
9489
  const D = h.arguments[0];
9490
- !Ed(D) && D.type === 15 ? wXe(o, D) || D.properties.unshift(o) : h.callee === lce ? f = Oh(p.helper(NJ), [
9490
+ !Ed(D) && D.type === 15 ? wXe(o, D) || D.properties.unshift(o) : h.callee === cce ? f = Oh(p.helper(NJ), [
9491
9491
  BS([o]),
9492
9492
  h
9493
9493
  ]) : h.arguments.unshift(BS([o])), !f && (f = h);
@@ -9543,7 +9543,7 @@ function Ck(l, o) {
9543
9543
  }
9544
9544
  }
9545
9545
  function cit(l) {
9546
- return l.type === 14 && l.callee === pce ? l.arguments[1].returns : l;
9546
+ return l.type === 14 && l.callee === uce ? l.arguments[1].returns : l;
9547
9547
  }
9548
9548
  const lit = /([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/;
9549
9549
  function iDe(l) {
@@ -9552,11 +9552,11 @@ function iDe(l) {
9552
9552
  return !1;
9553
9553
  return !0;
9554
9554
  }
9555
- function fce(l) {
9556
- return l.type === 2 && iDe(l.content) || l.type === 12 && fce(l.content);
9555
+ function dce(l) {
9556
+ return l.type === 2 && iDe(l.content) || l.type === 12 && dce(l.content);
9557
9557
  }
9558
- function mce(l) {
9559
- return l.type === 3 || fce(l);
9558
+ function fce(l) {
9559
+ return l.type === 3 || dce(l);
9560
9560
  }
9561
9561
  const uit = {
9562
9562
  parseMode: "base",
@@ -10234,8 +10234,8 @@ function c1(l, o) {
10234
10234
  }
10235
10235
  }
10236
10236
  const X7t = /* @__PURE__ */ new Set([
10237
+ ace,
10237
10238
  oce,
10238
- cce,
10239
10239
  _9,
10240
10240
  z9
10241
10241
  ]);
@@ -10299,7 +10299,7 @@ function vit(l, {
10299
10299
  const ne = o.replace(/\?.*$/, "").match(/([^/\\]+)\.\w+$/), ue = {
10300
10300
  // options
10301
10301
  filename: o,
10302
- selfName: ne && Koe($D(ne[1])),
10302
+ selfName: ne && Goe($D(ne[1])),
10303
10303
  prefixIdentifiers: p,
10304
10304
  hoistStatic: f,
10305
10305
  hmr: h,
@@ -10412,7 +10412,7 @@ function Q7t(l, o) {
10412
10412
  const h = mit(l);
10413
10413
  if (h && h.codegenNode) {
10414
10414
  const v = h.codegenNode;
10415
- v.type === 13 && dce(v, o), l.codegenNode = v;
10415
+ v.type === 13 && pce(v, o), l.codegenNode = v;
10416
10416
  } else
10417
10417
  l.codegenNode = f[0];
10418
10418
  } else if (f.length > 1) {
@@ -10495,7 +10495,7 @@ function oDe(l, o) {
10495
10495
  }
10496
10496
  };
10497
10497
  }
10498
- const _ce = "/*@__PURE__*/", bit = (l) => `${SO[l]}: _${SO[l]}`;
10498
+ const mce = "/*@__PURE__*/", bit = (l) => `${SO[l]}: _${SO[l]}`;
10499
10499
  function Z7t(l, {
10500
10500
  mode: o = "function",
10501
10501
  prefixIdentifiers: p = o === "module",
@@ -10611,10 +10611,10 @@ function eRt(l, o) {
10611
10611
  /* End */
10612
10612
  ), l.hoists.length)) {
10613
10613
  const A = [
10614
+ Qoe,
10614
10615
  Yoe,
10615
- Zoe,
10616
10616
  j9,
10617
- ece,
10617
+ Zoe,
10618
10618
  KAe
10619
10619
  ].filter((C) => y.includes(C)).map(bit).join(", ");
10620
10620
  h(
@@ -10628,7 +10628,7 @@ function eRt(l, o) {
10628
10628
  }
10629
10629
  function zTe(l, o, { helper: p, push: f, newline: h, isTS: v }) {
10630
10630
  const S = p(
10631
- o === "filter" ? ice : o === "component" ? tce : rce
10631
+ o === "filter" ? rce : o === "component" ? ece : nce
10632
10632
  );
10633
10633
  for (let D = 0; D < l.length; D++) {
10634
10634
  let w = l[D];
@@ -10764,7 +10764,7 @@ function wit(l, o) {
10764
10764
  }
10765
10765
  function iRt(l, o) {
10766
10766
  const { push: p, helper: f, pure: h } = o;
10767
- h && p(_ce), p(`${f(XJ)}(`), Yy(l.content, o), p(")");
10767
+ h && p(mce), p(`${f(XJ)}(`), Yy(l.content, o), p(")");
10768
10768
  }
10769
10769
  function Cit(l, o) {
10770
10770
  for (let p = 0; p < l.children.length; p++) {
@@ -10788,7 +10788,7 @@ function sRt(l, o) {
10788
10788
  }
10789
10789
  function aRt(l, o) {
10790
10790
  const { push: p, helper: f, pure: h } = o;
10791
- h && p(_ce), p(
10791
+ h && p(mce), p(
10792
10792
  `${f(j9)}(${JSON.stringify(l.content)})`,
10793
10793
  -3,
10794
10794
  l
@@ -10817,7 +10817,7 @@ function oRt(l, o) {
10817
10817
  }
10818
10818
  else
10819
10819
  j = String(w);
10820
- y && p(f(sce) + "("), A && p(`(${f($F)}(${C ? "true" : ""}), `), h && p(_ce);
10820
+ y && p(f(ice) + "("), A && p(`(${f($F)}(${C ? "true" : ""}), `), h && p(mce);
10821
10821
  const z = A ? kO(o.inSSR, F) : CO(o.inSSR, F);
10822
10822
  p(f(z) + "(", -2, l), ZJ(
10823
10823
  cRt([v, S, D, j, k]),
@@ -10832,7 +10832,7 @@ function cRt(l) {
10832
10832
  }
10833
10833
  function lRt(l, o) {
10834
10834
  const { push: p, helper: f, pure: h } = o, v = Ed(l.callee) ? l.callee : f(l.callee);
10835
- h && p(_ce), p(v + "(", -2, l), ZJ(l.arguments, o), p(")");
10835
+ h && p(mce), p(v + "(", -2, l), ZJ(l.arguments, o), p(")");
10836
10836
  }
10837
10837
  function uRt(l, o) {
10838
10838
  const { push: p, indent: f, deindent: h, newline: v } = o, { properties: S } = l;
@@ -10853,7 +10853,7 @@ function pRt(l, o) {
10853
10853
  }
10854
10854
  function dRt(l, o) {
10855
10855
  const { push: p, indent: f, deindent: h } = o, { params: v, returns: S, body: D, newline: w, isSlot: k } = l;
10856
- k && p(`_${SO[uce]}(`), p("(", -2, l), Qy(v) ? ZJ(v, o) : v && Yy(v, o), p(") => "), (w || D) && (p("{"), f()), S ? (w && p("return "), Qy(S) ? cDe(S, o) : Yy(S, o)) : D && Yy(D, o), (w || D) && (h(), p("}")), k && (l.isNonScopedSlot && p(", undefined, true"), p(")"));
10856
+ k && p(`_${SO[lce]}(`), p("(", -2, l), Qy(v) ? ZJ(v, o) : v && Yy(v, o), p(") => "), (w || D) && (p("{"), f()), S ? (w && p("return "), Qy(S) ? cDe(S, o) : Yy(S, o)) : D && Yy(D, o), (w || D) && (h(), p("}")), k && (l.isNonScopedSlot && p(", undefined, true"), p(")"));
10857
10857
  }
10858
10858
  function fRt(l, o) {
10859
10859
  const { test: p, consequent: f, alternate: h, newline: v } = l, { push: S, indent: D, deindent: w, newline: k } = o;
@@ -10972,7 +10972,7 @@ function xit(l, o, p, f) {
10972
10972
  let S = h.indexOf(l);
10973
10973
  for (; S-- >= -1; ) {
10974
10974
  const D = h[S];
10975
- if (D && mce(D)) {
10975
+ if (D && fce(D)) {
10976
10976
  p.removeNode(D), process.env.NODE_ENV !== "production" && D.type === 3 && v.unshift(D);
10977
10977
  continue;
10978
10978
  }
@@ -11059,7 +11059,7 @@ function AXe(l, o, p) {
11059
11059
  }
11060
11060
  else {
11061
11061
  const w = S.codegenNode, k = cit(w);
11062
- return k.type === 13 && dce(k, p), LJ(k, h, p), w;
11062
+ return k.type === 13 && pce(k, p), LJ(k, h, p), w;
11063
11063
  }
11064
11064
  }
11065
11065
  function vRt(l, o) {
@@ -11089,7 +11089,7 @@ const bRt = oDe(
11089
11089
  (l, o, p) => {
11090
11090
  const { helper: f, removeHelper: h } = p;
11091
11091
  return Eit(l, o, p, (v) => {
11092
- const S = Oh(f(ace), [
11092
+ const S = Oh(f(sce), [
11093
11093
  v.source
11094
11094
  ]), D = v9(l), w = Xy(l, "memo"), k = g9(l, "key", !1, !0);
11095
11095
  k && k.type;
@@ -11256,7 +11256,7 @@ const DXe = jl("undefined", !1), Ait = (l, o) => {
11256
11256
  p.length ? p[0].loc : f
11257
11257
  );
11258
11258
  function Dit(l, o, p = CRt) {
11259
- o.helper(uce);
11259
+ o.helper(lce);
11260
11260
  const { children: f, loc: h } = l, v = [], S = [];
11261
11261
  let D = o.scopes.vSlot > 0 || o.scopes.vFor > 0;
11262
11262
  const w = Xy(l, "slot", !0);
@@ -11310,7 +11310,7 @@ function Dit(l, o, p = CRt) {
11310
11310
  /* allowEmpty */
11311
11311
  )) {
11312
11312
  let ce = V, fe;
11313
- for (; ce-- && (fe = f[ce], !!mce(fe)); )
11313
+ for (; ce-- && (fe = f[ce], !!fce(fe)); )
11314
11314
  ;
11315
11315
  if (fe && v9(fe) && Xy(fe, /^(?:else-)?if$/)) {
11316
11316
  let Q = S[S.length - 1];
@@ -11333,7 +11333,7 @@ function Dit(l, o, p = CRt) {
11333
11333
  D = !0;
11334
11334
  const ce = de.forParseResult;
11335
11335
  ce ? (lDe(ce, o), S.push(
11336
- Oh(o.helper(ace), [
11336
+ Oh(o.helper(sce), [
11337
11337
  ce.source,
11338
11338
  wO(
11339
11339
  Soe(ce),
@@ -11371,7 +11371,7 @@ function Dit(l, o, p = CRt) {
11371
11371
  k ? A.length && // #3766
11372
11372
  // with whitespace: 'preserve', whitespaces between slots will end up in
11373
11373
  // implicitDefaultChildren. Ignore if all implicit children are whitespaces.
11374
- !A.every(fce) && (y ? o.onError(
11374
+ !A.every(dce) && (y ? o.onError(
11375
11375
  ld(
11376
11376
  39,
11377
11377
  A[0].loc
@@ -11436,10 +11436,10 @@ const Pit = /* @__PURE__ */ new WeakMap(), Iit = (l, o) => function() {
11436
11436
  return;
11437
11437
  const { tag: f, props: h } = l, v = l.tagType === 1;
11438
11438
  let S = v ? Fit(l, o) : `"${f}"`;
11439
- const D = iE(S) && S.callee === nce;
11439
+ const D = iE(S) && S.callee === tce;
11440
11440
  let w, k, y = 0, A, C, F, j = (
11441
11441
  // dynamic component may resolve to plain elements
11442
- D || S === u9 || S === Qoe || !v && // <svg> and <foreignObject> must be forced into blocks so that block
11442
+ D || S === u9 || S === Xoe || !v && // <svg> and <foreignObject> must be forced into blocks so that block
11443
11443
  // updates inside get proper isSVG flag at runtime. (#639, #643)
11444
11444
  // This is technically web-specific, but splitting the logic out of core
11445
11445
  // leads to too much unnecessary complexity.
@@ -11506,12 +11506,12 @@ function Fit(l, o, p = !1) {
11506
11506
  )) {
11507
11507
  let D;
11508
11508
  if (v.type === 6 ? D = v.value && jl(v.value.content, !0) : (D = v.exp, D || (D = jl("is", !1, v.arg.loc))), D)
11509
- return Oh(o.helper(nce), [
11509
+ return Oh(o.helper(tce), [
11510
11510
  D
11511
11511
  ]);
11512
11512
  } else v.type === 6 && v.value.content.startsWith("vue:") && (f = v.value.content.slice(4));
11513
11513
  const S = eDe(f) || o.isBuiltInComponent(f);
11514
- return S ? (p || o.helper(S), S) : (o.helper(tce), o.components.add(f), y9(f, "component"));
11514
+ return S ? (p || o.helper(S), S) : (o.helper(ece), o.components.add(f), y9(f, "component"));
11515
11515
  }
11516
11516
  function uDe(l, o, p = l.props, f, h, v = !1) {
11517
11517
  const { tag: S, loc: D, children: w } = l;
@@ -11599,7 +11599,7 @@ function uDe(l, o, p = l.props, f, h, v = !1) {
11599
11599
  se({
11600
11600
  type: 14,
11601
11601
  loc: Q,
11602
- callee: o.helper(lce),
11602
+ callee: o.helper(cce),
11603
11603
  arguments: f ? [fe] : [fe, "true"]
11604
11604
  });
11605
11605
  else
@@ -11640,14 +11640,14 @@ function uDe(l, o, p = l.props, f, h, v = !1) {
11640
11640
  o.helper(_9),
11641
11641
  [de]
11642
11642
  ) : (ce && !t0(ce.value) && (ce.value = Oh(
11643
- o.helper(oce),
11643
+ o.helper(ace),
11644
11644
  [ce.value]
11645
11645
  )), fe && // the static style is compiled into an object,
11646
11646
  // so use `hasStyleBinding` to ensure that it is a dynamic style binding
11647
11647
  (J || fe.value.type === 4 && fe.value.content.trim()[0] === "[" || // v-bind:style and style both exist,
11648
11648
  // v-bind:style with static literal object
11649
11649
  fe.value.type === 17) && (fe.value = Oh(
11650
- o.helper(cce),
11650
+ o.helper(oce),
11651
11651
  [fe.value]
11652
11652
  )));
11653
11653
  break;
@@ -11693,7 +11693,7 @@ function kRt(l, o) {
11693
11693
  }
11694
11694
  function Nit(l, o) {
11695
11695
  const p = [], f = Pit.get(l);
11696
- f ? p.push(o.helperString(f)) : (o.helper(rce), o.directives.add(l.name), p.push(y9(l.name, "directive")));
11696
+ f ? p.push(o.helperString(f)) : (o.helper(nce), o.directives.add(l.name), p.push(y9(l.name, "directive")));
11697
11697
  const { loc: h } = l;
11698
11698
  if (l.exp && p.push(l.exp), l.arg && (l.exp || p.push("void 0"), p.push(l.arg)), Object.keys(l.modifiers).length) {
11699
11699
  l.arg || (l.exp || p.push("void 0"), p.push("void 0"));
@@ -11877,7 +11877,7 @@ const pDe = (l, o, p, f) => {
11877
11877
  content: S,
11878
11878
  loc: S.loc,
11879
11879
  codegenNode: Oh(
11880
- o.helper(ece),
11880
+ o.helper(Zoe),
11881
11881
  D
11882
11882
  )
11883
11883
  };
@@ -12032,7 +12032,7 @@ function NXe(l, o) {
12032
12032
  }
12033
12033
  }
12034
12034
  function IRt(l, o, p) {
12035
- p.helper(ice);
12035
+ p.helper(rce);
12036
12036
  const f = o.indexOf("(");
12037
12037
  if (f < 0)
12038
12038
  return p.filters.add(o), `${y9(o, "filter")}(${l})`;
@@ -12046,7 +12046,7 @@ const OXe = /* @__PURE__ */ new WeakSet(), FRt = (l, o) => {
12046
12046
  const p = Xy(l, "memo");
12047
12047
  return !p || OXe.has(l) || o.inSSR ? void 0 : (OXe.add(l), () => {
12048
12048
  const f = l.codegenNode || o.currentNode.codegenNode;
12049
- f && f.type === 13 && (l.tagType !== 1 && dce(f, o), l.codegenNode = Oh(o.helper(pce), [
12049
+ f && f.type === 13 && (l.tagType !== 1 && pce(f, o), l.codegenNode = Oh(o.helper(uce), [
12050
12050
  p.exp,
12051
12051
  wO(void 0, f),
12052
12052
  "_cache",
@@ -12144,7 +12144,7 @@ const fDe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "vMod
12144
12144
  process.env.NODE_ENV !== "production" ? "vOnModifiersGuard" : ""
12145
12145
  ), vDe = /* @__PURE__ */ Symbol(
12146
12146
  process.env.NODE_ENV !== "production" ? "vOnKeysGuard" : ""
12147
- ), yDe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "vShow" : ""), hce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Transition" : ""), bDe = /* @__PURE__ */ Symbol(
12147
+ ), yDe = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "vShow" : ""), _ce = /* @__PURE__ */ Symbol(process.env.NODE_ENV !== "production" ? "Transition" : ""), bDe = /* @__PURE__ */ Symbol(
12148
12148
  process.env.NODE_ENV !== "production" ? "TransitionGroup" : ""
12149
12149
  );
12150
12150
  Jrt({
@@ -12156,7 +12156,7 @@ Jrt({
12156
12156
  [gDe]: "withModifiers",
12157
12157
  [vDe]: "withKeys",
12158
12158
  [yDe]: "vShow",
12159
- [hce]: "Transition",
12159
+ [_ce]: "Transition",
12160
12160
  [bDe]: "TransitionGroup"
12161
12161
  });
12162
12162
  let WR;
@@ -12172,7 +12172,7 @@ const SDe = {
12172
12172
  decodeEntities: ORt,
12173
12173
  isBuiltInComponent: (l) => {
12174
12174
  if (l === "Transition" || l === "transition")
12175
- return hce;
12175
+ return _ce;
12176
12176
  if (l === "TransitionGroup" || l === "transition-group")
12177
12177
  return bDe;
12178
12178
  },
@@ -12389,7 +12389,7 @@ const RRt = {
12389
12389
  S,
12390
12390
  JSON.stringify(D)
12391
12391
  ])), k.length) {
12392
- const y = k.map(Koe).join("");
12392
+ const y = k.map(Goe).join("");
12393
12393
  v = t0(v) ? jl(`${v.content}${y}`, !0) : Mw(["(", v, `) + "${y}"`]);
12394
12394
  }
12395
12395
  return {
@@ -12404,7 +12404,7 @@ const RRt = {
12404
12404
  needRuntime: p.helper(yDe)
12405
12405
  };
12406
12406
  }, $Rt = (l, o) => {
12407
- if (l.type === 1 && l.tagType === 1 && o.isBuiltInComponent(l.tag) === hce)
12407
+ if (l.type === 1 && l.tagType === 1 && o.isBuiltInComponent(l.tag) === _ce)
12408
12408
  return () => {
12409
12409
  if (!l.children.length)
12410
12410
  return;
@@ -12432,7 +12432,7 @@ const RRt = {
12432
12432
  };
12433
12433
  function Uit(l) {
12434
12434
  const o = l.children = l.children.filter(
12435
- (f) => !mce(f)
12435
+ (f) => !fce(f)
12436
12436
  ), p = o[0];
12437
12437
  return o.length !== 1 || p.type === 11 || p.type === 9 && p.branches.some(Uit);
12438
12438
  }
@@ -12640,11 +12640,11 @@ const YRt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
12640
12640
  CREATE_BLOCK: HAe,
12641
12641
  CREATE_COMMENT: j9,
12642
12642
  CREATE_ELEMENT_BLOCK: GAe,
12643
- CREATE_ELEMENT_VNODE: Zoe,
12643
+ CREATE_ELEMENT_VNODE: Yoe,
12644
12644
  CREATE_SLOTS: QAe,
12645
12645
  CREATE_STATIC: KAe,
12646
- CREATE_TEXT: ece,
12647
- CREATE_VNODE: Yoe,
12646
+ CREATE_TEXT: Zoe,
12647
+ CREATE_VNODE: Qoe,
12648
12648
  CompilerDeprecationTypes: g7t,
12649
12649
  ConstantTypes: l7t,
12650
12650
  DOMDirectiveTransforms: Jit,
@@ -12659,27 +12659,27 @@ const YRt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
12659
12659
  IS_REF: Vrt,
12660
12660
  KEEP_ALIVE: FJ,
12661
12661
  MERGE_PROPS: NJ,
12662
- NORMALIZE_CLASS: oce,
12662
+ NORMALIZE_CLASS: ace,
12663
12663
  NORMALIZE_PROPS: _9,
12664
- NORMALIZE_STYLE: cce,
12664
+ NORMALIZE_STYLE: oce,
12665
12665
  Namespaces: a7t,
12666
12666
  NodeTypes: o7t,
12667
12667
  OPEN_BLOCK: $F,
12668
12668
  POP_SCOPE_ID: qrt,
12669
12669
  PUSH_SCOPE_ID: Wrt,
12670
- RENDER_LIST: ace,
12670
+ RENDER_LIST: sce,
12671
12671
  RENDER_SLOT: XAe,
12672
- RESOLVE_COMPONENT: tce,
12673
- RESOLVE_DIRECTIVE: rce,
12674
- RESOLVE_DYNAMIC_COMPONENT: nce,
12675
- RESOLVE_FILTER: ice,
12672
+ RESOLVE_COMPONENT: ece,
12673
+ RESOLVE_DIRECTIVE: nce,
12674
+ RESOLVE_DYNAMIC_COMPONENT: tce,
12675
+ RESOLVE_FILTER: rce,
12676
12676
  SET_BLOCK_TRACKING: OJ,
12677
- SUSPENSE: Qoe,
12677
+ SUSPENSE: Xoe,
12678
12678
  TELEPORT: u9,
12679
12679
  TO_DISPLAY_STRING: XJ,
12680
- TO_HANDLERS: lce,
12680
+ TO_HANDLERS: cce,
12681
12681
  TO_HANDLER_KEY: voe,
12682
- TRANSITION: hce,
12682
+ TRANSITION: _ce,
12683
12683
  TRANSITION_GROUP: bDe,
12684
12684
  TS_NODE_TYPES: Zrt,
12685
12685
  UNREF: Urt,
@@ -12691,9 +12691,9 @@ const YRt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
12691
12691
  V_ON_WITH_KEYS: vDe,
12692
12692
  V_ON_WITH_MODIFIERS: gDe,
12693
12693
  V_SHOW: yDe,
12694
- WITH_CTX: uce,
12695
- WITH_DIRECTIVES: sce,
12696
- WITH_MEMO: pce,
12694
+ WITH_CTX: lce,
12695
+ WITH_DIRECTIVES: ice,
12696
+ WITH_MEMO: uce,
12697
12697
  advancePositionWithClone: R7t,
12698
12698
  advancePositionWithMutation: sit,
12699
12699
  assert: CEe,
@@ -12704,7 +12704,7 @@ const YRt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
12704
12704
  buildSlots: Dit,
12705
12705
  checkCompatEnabled: TO,
12706
12706
  compile: XRt,
12707
- convertToBlock: dce,
12707
+ convertToBlock: pce,
12708
12708
  createArrayExpression: qF,
12709
12709
  createAssignmentExpression: f7t,
12710
12710
  createBlockStatement: Grt,
@@ -12745,7 +12745,7 @@ const YRt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
12745
12745
  helperNameMap: SO,
12746
12746
  injectProp: LJ,
12747
12747
  isAllWhitespace: iDe,
12748
- isCommentOrWhitespace: mce,
12748
+ isCommentOrWhitespace: fce,
12749
12749
  isCoreComponent: eDe,
12750
12750
  isFnExpression: iit,
12751
12751
  isFnExpressionBrowser: rit,
@@ -12767,7 +12767,7 @@ const YRt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
12767
12767
  isText: soe,
12768
12768
  isVPre: kEe,
12769
12769
  isVSlot: rDe,
12770
- isWhitespaceText: fce,
12770
+ isWhitespaceText: dce,
12771
12771
  locStub: gg,
12772
12772
  noopDirectiveTransform: zit,
12773
12773
  parse: QRt,
@@ -13003,7 +13003,7 @@ function B9() {
13003
13003
  return hse;
13004
13004
  }
13005
13005
  var gse = {}, qXe;
13006
- function gce() {
13006
+ function hce() {
13007
13007
  if (qXe) return gse;
13008
13008
  qXe = 1, Object.defineProperty(gse, "__esModule", { value: !0 }), gse.generateStringLiteralKey = o;
13009
13009
  const l = /* @__PURE__ */ n0();
@@ -13202,10 +13202,10 @@ function zw() {
13202
13202
  return Nx;
13203
13203
  }
13204
13204
  var $Xe;
13205
- function vce() {
13205
+ function gce() {
13206
13206
  if ($Xe) return _se;
13207
13207
  $Xe = 1, Object.defineProperty(_se, "__esModule", { value: !0 }), _se.generateObjectProperty = S;
13208
- const l = Zy, o = /* @__PURE__ */ Jf(), p = /* @__PURE__ */ n0(), f = /* @__PURE__ */ B9(), h = /* @__PURE__ */ gce(), v = /* @__PURE__ */ zw();
13208
+ const l = Zy, o = /* @__PURE__ */ Jf(), p = /* @__PURE__ */ n0(), f = /* @__PURE__ */ B9(), h = /* @__PURE__ */ hce(), v = /* @__PURE__ */ zw();
13209
13209
  function* S(D, w, k, y, A, C = !1, F = !1) {
13210
13210
  if (k.startsWith("[") && k.endsWith("]"))
13211
13211
  F ? yield* (0, v.generateInterpolation)(D, w, D.template, A, k.slice(1, -1), y + 1, "[__VLS_tryAsConstant(", ")]") : yield* (0, v.generateInterpolation)(D, w, D.template, A, k, y);
@@ -13471,7 +13471,7 @@ function wDe() {
13471
13471
  return vse;
13472
13472
  }
13473
13473
  var hk = {}, gk = {}, qTe = {}, UTe, ZXe;
13474
- function yce() {
13474
+ function vce() {
13475
13475
  if (ZXe) return UTe;
13476
13476
  ZXe = 1;
13477
13477
  const l = "\\\\/", o = `[^${l}]`, p = "\\.", f = "\\+", h = "\\?", v = "\\/", S = "(?=.)", D = "[^/]", w = `(?:${v}|$)`, k = `(?:^|${v})`, y = `${p}{1,2}${w}`, A = `(?!${p})`, C = `(?!${k}${y})`, F = `(?!${p}{0,1}${w})`, j = `(?!${y})`, z = `[^.${v}]`, V = `${D}*?`, ee = {
@@ -13648,14 +13648,14 @@ function yce() {
13648
13648
  }, UTe;
13649
13649
  }
13650
13650
  var eQe;
13651
- function bce() {
13651
+ function yce() {
13652
13652
  return eQe || (eQe = 1, (function(l) {
13653
13653
  const {
13654
13654
  REGEX_BACKSLASH: o,
13655
13655
  REGEX_REMOVE_BACKSLASH: p,
13656
13656
  REGEX_SPECIAL_CHARS: f,
13657
13657
  REGEX_SPECIAL_CHARS_GLOBAL: h
13658
- } = /* @__PURE__ */ yce();
13658
+ } = /* @__PURE__ */ vce();
13659
13659
  l.isObject = (v) => v !== null && typeof v == "object" && !Array.isArray(v), l.hasRegexChars = (v) => f.test(v), l.isRegexChar = (v) => v.length === 1 && l.hasRegexChars(v), l.escapeRegex = (v) => v.replace(h, "\\$1"), l.toPosixSlashes = (v) => v.replace(o, "/"), l.isWindows = () => {
13660
13660
  if (typeof navigator < "u" && navigator.platform) {
13661
13661
  const v = navigator.platform.toLowerCase();
@@ -13682,7 +13682,7 @@ var VTe, tQe;
13682
13682
  function t9t() {
13683
13683
  if (tQe) return VTe;
13684
13684
  tQe = 1;
13685
- const l = /* @__PURE__ */ bce(), {
13685
+ const l = /* @__PURE__ */ yce(), {
13686
13686
  CHAR_ASTERISK: o,
13687
13687
  /* * */
13688
13688
  CHAR_AT: p,
@@ -13713,7 +13713,7 @@ function t9t() {
13713
13713
  /* ) */
13714
13714
  CHAR_RIGHT_SQUARE_BRACKET: z
13715
13715
  /* ] */
13716
- } = /* @__PURE__ */ yce(), V = (Z) => Z === D || Z === f, J = (Z) => {
13716
+ } = /* @__PURE__ */ vce(), V = (Z) => Z === D || Z === f, J = (Z) => {
13717
13717
  Z.isPrefix !== !0 && (Z.depth = Z.isGlobstar ? 1 / 0 : 1);
13718
13718
  };
13719
13719
  return VTe = (Z, G) => {
@@ -13868,7 +13868,7 @@ var JTe, nQe;
13868
13868
  function n9t() {
13869
13869
  if (nQe) return JTe;
13870
13870
  nQe = 1;
13871
- const l = /* @__PURE__ */ yce(), o = /* @__PURE__ */ bce(), {
13871
+ const l = /* @__PURE__ */ vce(), o = /* @__PURE__ */ yce(), {
13872
13872
  MAX_LENGTH: p,
13873
13873
  POSIX_REGEX_SOURCE: f,
13874
13874
  REGEX_NON_SPECIAL_CHARS: h,
@@ -14317,7 +14317,7 @@ var $Te, rQe;
14317
14317
  function r9t() {
14318
14318
  if (rQe) return $Te;
14319
14319
  rQe = 1;
14320
- const l = /* @__PURE__ */ t9t(), o = /* @__PURE__ */ n9t(), p = /* @__PURE__ */ bce(), f = /* @__PURE__ */ yce(), h = (S) => S && typeof S == "object" && !Array.isArray(S), v = (S, D, w = !1) => {
14320
+ const l = /* @__PURE__ */ t9t(), o = /* @__PURE__ */ n9t(), p = /* @__PURE__ */ yce(), f = /* @__PURE__ */ vce(), h = (S) => S && typeof S == "object" && !Array.isArray(S), v = (S, D, w = !1) => {
14321
14321
  if (Array.isArray(S)) {
14322
14322
  const V = S.map((ee) => v(ee, D, w));
14323
14323
  return (ee) => {
@@ -14379,7 +14379,7 @@ var HTe, iQe;
14379
14379
  function i9t() {
14380
14380
  if (iQe) return HTe;
14381
14381
  iQe = 1;
14382
- const l = /* @__PURE__ */ r9t(), o = /* @__PURE__ */ bce();
14382
+ const l = /* @__PURE__ */ r9t(), o = /* @__PURE__ */ yce();
14383
14383
  function p(f, h, v = !1) {
14384
14384
  return h && (h.windows === null || h.windows === void 0) && (h = { ...h, windows: o.isWindows() }), l(f, h, v);
14385
14385
  }
@@ -14539,7 +14539,7 @@ function kDe() {
14539
14539
  };
14540
14540
  })();
14541
14541
  Object.defineProperty(gk, "__esModule", { value: !0 }), gk.generateElementProps = ee, gk.generatePropExp = Z;
14542
- const f = p(Yv), h = Zy, v = /* @__PURE__ */ i9t(), S = /* @__PURE__ */ HS(), D = /* @__PURE__ */ lh(), w = /* @__PURE__ */ wDe(), k = p(/* @__PURE__ */ jw()), y = /* @__PURE__ */ Jf(), A = /* @__PURE__ */ n0(), C = /* @__PURE__ */ B9(), F = /* @__PURE__ */ s9t(), j = /* @__PURE__ */ Hit(), z = /* @__PURE__ */ CDe(), V = /* @__PURE__ */ zw(), J = /* @__PURE__ */ vce();
14542
+ const f = p(Yv), h = Zy, v = /* @__PURE__ */ i9t(), S = /* @__PURE__ */ HS(), D = /* @__PURE__ */ lh(), w = /* @__PURE__ */ wDe(), k = p(/* @__PURE__ */ jw()), y = /* @__PURE__ */ Jf(), A = /* @__PURE__ */ n0(), C = /* @__PURE__ */ B9(), F = /* @__PURE__ */ s9t(), j = /* @__PURE__ */ Hit(), z = /* @__PURE__ */ CDe(), V = /* @__PURE__ */ zw(), J = /* @__PURE__ */ gce();
14543
14543
  function* ee(ue, de, Je, Oe, ge, ce) {
14544
14544
  const fe = Je.tagType === f.ElementTypes.COMPONENT;
14545
14545
  for (const Q of Oe)
@@ -14678,7 +14678,7 @@ function Hit() {
14678
14678
  };
14679
14679
  })();
14680
14680
  Object.defineProperty(hk, "__esModule", { value: !0 }), hk.generateElementDirectives = z, hk.generateModifiers = ee;
14681
- const f = p(Yv), h = Zy, v = /* @__PURE__ */ lh(), S = p(/* @__PURE__ */ jw()), D = /* @__PURE__ */ Jf(), w = /* @__PURE__ */ n0(), k = /* @__PURE__ */ B9(), y = /* @__PURE__ */ gce(), A = /* @__PURE__ */ kDe(), C = /* @__PURE__ */ zw(), F = /* @__PURE__ */ vce(), j = /* @__PURE__ */ new Set([
14681
+ const f = p(Yv), h = Zy, v = /* @__PURE__ */ lh(), S = p(/* @__PURE__ */ jw()), D = /* @__PURE__ */ Jf(), w = /* @__PURE__ */ n0(), k = /* @__PURE__ */ B9(), y = /* @__PURE__ */ hce(), A = /* @__PURE__ */ kDe(), C = /* @__PURE__ */ zw(), F = /* @__PURE__ */ gce(), j = /* @__PURE__ */ new Set([
14682
14682
  "cloak",
14683
14683
  "html",
14684
14684
  "memo",
@@ -14731,7 +14731,7 @@ var bse = {}, lQe;
14731
14731
  function Git() {
14732
14732
  if (lQe) return bse;
14733
14733
  lQe = 1, Object.defineProperty(bse, "__esModule", { value: !0 }), bse.generatePropertyAccess = f;
14734
- const l = /* @__PURE__ */ Jf(), o = /* @__PURE__ */ gce(), p = /* @__PURE__ */ zw();
14734
+ const l = /* @__PURE__ */ Jf(), o = /* @__PURE__ */ hce(), p = /* @__PURE__ */ zw();
14735
14735
  function* f(h, v, S, D, w) {
14736
14736
  S.startsWith("[") && S.endsWith("]") ? yield* (0, p.generateInterpolation)(h, v, h.template, w, S, D) : l.identifierRegex.test(S) ? (yield ".", yield [S, "template", D, w]) : (yield "[", yield* (0, o.generateStringLiteralKey)(S, D, w), yield "]");
14737
14737
  }
@@ -14811,7 +14811,7 @@ function Kit() {
14811
14811
  };
14812
14812
  })();
14813
14813
  Object.defineProperty(Ox, "__esModule", { value: !0 }), Ox.generateVSlot = C;
14814
- const f = p(Yv), h = q9(), v = /* @__PURE__ */ W9(), S = /* @__PURE__ */ lh(), D = /* @__PURE__ */ Jf(), w = /* @__PURE__ */ n0(), k = /* @__PURE__ */ zw(), y = /* @__PURE__ */ vce(), A = /* @__PURE__ */ NO();
14814
+ const f = p(Yv), h = q9(), v = /* @__PURE__ */ W9(), S = /* @__PURE__ */ lh(), D = /* @__PURE__ */ Jf(), w = /* @__PURE__ */ n0(), k = /* @__PURE__ */ zw(), y = /* @__PURE__ */ gce(), A = /* @__PURE__ */ NO();
14815
14815
  function* C(j, z, V, J, ee) {
14816
14816
  const Z = z.getInternalVariable();
14817
14817
  if (J)
@@ -14898,7 +14898,7 @@ function o9t() {
14898
14898
  };
14899
14899
  })();
14900
14900
  Object.defineProperty(_k, "__esModule", { value: !0 }), _k.generateComponent = se, _k.generateElement = ue;
14901
- const f = p(Yv), h = Zy, v = q9(), S = /* @__PURE__ */ HS(), D = /* @__PURE__ */ lh(), w = /* @__PURE__ */ wDe(), k = p(/* @__PURE__ */ jw()), y = /* @__PURE__ */ Jf(), A = /* @__PURE__ */ n0(), C = /* @__PURE__ */ B9(), F = /* @__PURE__ */ gce(), j = /* @__PURE__ */ Hit(), z = /* @__PURE__ */ CDe(), V = /* @__PURE__ */ kDe(), J = /* @__PURE__ */ zw(), ee = /* @__PURE__ */ Git(), Z = /* @__PURE__ */ TDe(), G = /* @__PURE__ */ NO(), $ = /* @__PURE__ */ Kit();
14901
+ const f = p(Yv), h = Zy, v = q9(), S = /* @__PURE__ */ HS(), D = /* @__PURE__ */ lh(), w = /* @__PURE__ */ wDe(), k = p(/* @__PURE__ */ jw()), y = /* @__PURE__ */ Jf(), A = /* @__PURE__ */ n0(), C = /* @__PURE__ */ B9(), F = /* @__PURE__ */ hce(), j = /* @__PURE__ */ Hit(), z = /* @__PURE__ */ CDe(), V = /* @__PURE__ */ kDe(), J = /* @__PURE__ */ zw(), ee = /* @__PURE__ */ Git(), Z = /* @__PURE__ */ TDe(), G = /* @__PURE__ */ NO(), $ = /* @__PURE__ */ Kit();
14902
14902
  function* se(fe, Q, Ae) {
14903
14903
  let { tag: Ee, props: mt } = Ae, [it, rt] = (0, S.getElementTagOffsets)(Ae, fe.template), Ot = !1, _n = !1;
14904
14904
  if (Ee.includes("."))
@@ -15370,7 +15370,7 @@ function Qit() {
15370
15370
  };
15371
15371
  })();
15372
15372
  Object.defineProperty(Ix, "__esModule", { value: !0 }), Ix.generateTemplate = y;
15373
- const f = /* @__PURE__ */ lh(), h = p(/* @__PURE__ */ jw()), v = /* @__PURE__ */ Jf(), S = /* @__PURE__ */ n0(), D = /* @__PURE__ */ $it(), w = /* @__PURE__ */ vce(), k = /* @__PURE__ */ NO();
15373
+ const f = /* @__PURE__ */ lh(), h = p(/* @__PURE__ */ jw()), v = /* @__PURE__ */ Jf(), S = /* @__PURE__ */ n0(), D = /* @__PURE__ */ $it(), w = /* @__PURE__ */ gce(), k = /* @__PURE__ */ NO();
15374
15374
  function y(V) {
15375
15375
  const J = (0, D.createTemplateCodegenContext)(), ee = A(V, J), Z = [];
15376
15376
  for (const G of ee)
@@ -25435,7 +25435,7 @@ function XD() {
25435
25435
  return B6;
25436
25436
  }
25437
25437
  var bm = {}, Gse = { exports: {} }, exe, LYe;
25438
- function Sce() {
25438
+ function bce() {
25439
25439
  if (LYe) return exe;
25440
25440
  LYe = 1;
25441
25441
  const l = "2.0.0", o = 256, p = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
@@ -25460,7 +25460,7 @@ function Sce() {
25460
25460
  }, exe;
25461
25461
  }
25462
25462
  var txe, jYe;
25463
- function wce() {
25463
+ function Sce() {
25464
25464
  return jYe || (jYe = 1, txe = typeof process == "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...o) => console.error("SEMVER", ...o) : () => {
25465
25465
  }), txe;
25466
25466
  }
@@ -25471,7 +25471,7 @@ function t$() {
25471
25471
  MAX_SAFE_COMPONENT_LENGTH: p,
25472
25472
  MAX_SAFE_BUILD_LENGTH: f,
25473
25473
  MAX_LENGTH: h
25474
- } = Sce(), v = wce();
25474
+ } = bce(), v = Sce();
25475
25475
  o = l.exports = {};
25476
25476
  const S = o.re = [], D = o.safeRe = [], w = o.src = [], k = o.safeSrc = [], y = o.t = {};
25477
25477
  let A = 0;
@@ -25516,7 +25516,7 @@ var ixe, qYe;
25516
25516
  function r0() {
25517
25517
  if (qYe) return ixe;
25518
25518
  qYe = 1;
25519
- const l = wce(), { MAX_LENGTH: o, MAX_SAFE_INTEGER: p } = Sce(), { safeRe: f, t: h } = t$(), v = FDe(), { compareIdentifiers: S } = wst();
25519
+ const l = Sce(), { MAX_LENGTH: o, MAX_SAFE_INTEGER: p } = bce(), { safeRe: f, t: h } = t$(), v = FDe(), { compareIdentifiers: S } = wst();
25520
25520
  class D {
25521
25521
  constructor(k, y) {
25522
25522
  if (y = v(y), k instanceof D) {
@@ -25824,7 +25824,7 @@ function pjt() {
25824
25824
  return yxe = (p, f) => p.sort((h, v) => l(v, h, f)), yxe;
25825
25825
  }
25826
25826
  var bxe, iZe;
25827
- function Cce() {
25827
+ function wce() {
25828
25828
  if (iZe) return bxe;
25829
25829
  iZe = 1;
25830
25830
  const l = Pk();
@@ -25869,7 +25869,7 @@ var xxe, uZe;
25869
25869
  function Tst() {
25870
25870
  if (uZe) return xxe;
25871
25871
  uZe = 1;
25872
- const l = Cst(), o = kst(), p = Cce(), f = MDe(), h = ODe(), v = RDe();
25872
+ const l = Cst(), o = kst(), p = wce(), f = MDe(), h = ODe(), v = RDe();
25873
25873
  return xxe = (D, w, k, y) => {
25874
25874
  switch (w) {
25875
25875
  case "===":
@@ -26036,13 +26036,13 @@ function Ik() {
26036
26036
  }
26037
26037
  }
26038
26038
  Dxe = o;
26039
- const p = fjt(), f = new p(), h = FDe(), v = kce(), S = wce(), D = r0(), {
26039
+ const p = fjt(), f = new p(), h = FDe(), v = Cce(), S = Sce(), D = r0(), {
26040
26040
  safeRe: w,
26041
26041
  t: k,
26042
26042
  comparatorTrimReplace: y,
26043
26043
  tildeTrimReplace: A,
26044
26044
  caretTrimReplace: C
26045
- } = t$(), { FLAG_INCLUDE_PRERELEASE: F, FLAG_LOOSE: j } = Sce(), z = (fe) => fe.value === "<0.0.0-0", V = (fe) => fe.value === "", J = (fe, Q) => {
26045
+ } = t$(), { FLAG_INCLUDE_PRERELEASE: F, FLAG_LOOSE: j } = bce(), z = (fe) => fe.value === "<0.0.0-0", V = (fe) => fe.value === "", J = (fe, Q) => {
26046
26046
  let Ae = !0;
26047
26047
  const Ee = fe.slice();
26048
26048
  let mt = Ee.pop();
@@ -26090,7 +26090,7 @@ function Ik() {
26090
26090
  return Dxe;
26091
26091
  }
26092
26092
  var Pxe, mZe;
26093
- function kce() {
26093
+ function Cce() {
26094
26094
  if (mZe) return Pxe;
26095
26095
  mZe = 1;
26096
26096
  const l = /* @__PURE__ */ Symbol("SemVer ANY");
@@ -26133,11 +26133,11 @@ function kce() {
26133
26133
  }
26134
26134
  }
26135
26135
  Pxe = o;
26136
- const p = FDe(), { safeRe: f, t: h } = t$(), v = Tst(), S = wce(), D = r0(), w = Ik();
26136
+ const p = FDe(), { safeRe: f, t: h } = t$(), v = Tst(), S = Sce(), D = r0(), w = Ik();
26137
26137
  return Pxe;
26138
26138
  }
26139
26139
  var Ixe, _Ze;
26140
- function Tce() {
26140
+ function kce() {
26141
26141
  if (_Ze) return Ixe;
26142
26142
  _Ze = 1;
26143
26143
  const l = Ik();
@@ -26195,7 +26195,7 @@ var Mxe, yZe;
26195
26195
  function gjt() {
26196
26196
  if (yZe) return Mxe;
26197
26197
  yZe = 1;
26198
- const l = r0(), o = Ik(), p = Cce();
26198
+ const l = r0(), o = Ik(), p = wce();
26199
26199
  return Mxe = (h, v) => {
26200
26200
  h = new o(h, v);
26201
26201
  let S = new l("0.0.0");
@@ -26244,7 +26244,7 @@ var Lxe, SZe;
26244
26244
  function LDe() {
26245
26245
  if (SZe) return Lxe;
26246
26246
  SZe = 1;
26247
- const l = r0(), o = kce(), { ANY: p } = o, f = Ik(), h = Tce(), v = Cce(), S = ODe(), D = RDe(), w = MDe();
26247
+ const l = r0(), o = Cce(), { ANY: p } = o, f = Ik(), h = kce(), v = wce(), S = ODe(), D = RDe(), w = MDe();
26248
26248
  return Lxe = (y, A, C, F) => {
26249
26249
  y = new l(y, F), A = new f(A, F);
26250
26250
  let j, z, V, J, ee;
@@ -26298,7 +26298,7 @@ var Wxe, TZe;
26298
26298
  function wjt() {
26299
26299
  if (TZe) return Wxe;
26300
26300
  TZe = 1;
26301
- const l = Tce(), o = Pk();
26301
+ const l = kce(), o = Pk();
26302
26302
  return Wxe = (p, f, h) => {
26303
26303
  const v = [];
26304
26304
  let S = null, D = null;
@@ -26317,7 +26317,7 @@ var qxe, xZe;
26317
26317
  function Cjt() {
26318
26318
  if (xZe) return qxe;
26319
26319
  xZe = 1;
26320
- const l = Ik(), o = kce(), { ANY: p } = o, f = Tce(), h = Pk(), v = (A, C, F = {}) => {
26320
+ const l = Ik(), o = Cce(), { ANY: p } = o, f = kce(), h = Pk(), v = (A, C, F = {}) => {
26321
26321
  if (A === C)
26322
26322
  return !0;
26323
26323
  A = new l(A, F), C = new l(C, F);
@@ -26404,7 +26404,7 @@ var Uxe, EZe;
26404
26404
  function jDe() {
26405
26405
  if (EZe) return Uxe;
26406
26406
  EZe = 1;
26407
- const l = t$(), o = Sce(), p = r0(), f = wst(), h = V9(), v = ejt(), S = tjt(), D = njt(), w = rjt(), k = ijt(), y = sjt(), A = ajt(), C = ojt(), F = Pk(), j = cjt(), z = ljt(), V = NDe(), J = ujt(), ee = pjt(), Z = Cce(), G = ODe(), $ = Cst(), se = kst(), ne = MDe(), ue = RDe(), de = Tst(), Je = djt(), Oe = kce(), ge = Ik(), ce = Tce(), fe = mjt(), Q = _jt(), Ae = hjt(), Ee = gjt(), mt = vjt(), it = LDe(), rt = yjt(), Ot = bjt(), _n = Sjt(), br = wjt(), gt = Cjt();
26407
+ const l = t$(), o = bce(), p = r0(), f = wst(), h = V9(), v = ejt(), S = tjt(), D = njt(), w = rjt(), k = ijt(), y = sjt(), A = ajt(), C = ojt(), F = Pk(), j = cjt(), z = ljt(), V = NDe(), J = ujt(), ee = pjt(), Z = wce(), G = ODe(), $ = Cst(), se = kst(), ne = MDe(), ue = RDe(), de = Tst(), Je = djt(), Oe = Cce(), ge = Ik(), ce = kce(), fe = mjt(), Q = _jt(), Ae = hjt(), Ee = gjt(), mt = vjt(), it = LDe(), rt = yjt(), Ot = bjt(), _n = Sjt(), br = wjt(), gt = Cjt();
26408
26408
  return Uxe = {
26409
26409
  parse: h,
26410
26410
  valid: v,
@@ -27231,7 +27231,7 @@ function J9() {
27231
27231
  return bm;
27232
27232
  }
27233
27233
  var UV = {}, Xse = {}, NZe;
27234
- function xce() {
27234
+ function Tce() {
27235
27235
  if (NZe) return Xse;
27236
27236
  NZe = 1, Object.defineProperty(Xse, "__esModule", { value: !0 }), Xse.getFormatCodeSettings = o;
27237
27237
  const l = /* @__PURE__ */ XD();
@@ -27307,7 +27307,7 @@ var MZe;
27307
27307
  function xst() {
27308
27308
  if (MZe) return UV;
27309
27309
  MZe = 1, Object.defineProperty(UV, "__esModule", { value: !0 }), UV.getLanguageServiceByDocument = S, UV.create = D;
27310
- const l = /* @__PURE__ */ xce(), o = /* @__PURE__ */ XD(), p = /* @__PURE__ */ Ejt(), f = /* @__PURE__ */ J9(), h = /* @__PURE__ */ new WeakMap();
27310
+ const l = /* @__PURE__ */ Tce(), o = /* @__PURE__ */ XD(), p = /* @__PURE__ */ Ejt(), f = /* @__PURE__ */ J9(), h = /* @__PURE__ */ new WeakMap();
27311
27311
  let v;
27312
27312
  function S(w, k) {
27313
27313
  v || (v = (0, p.createSyntaxOnlyService)(w, !0));
@@ -28165,7 +28165,7 @@ let i$ = class extends ezt {
28165
28165
  return this.identifier ? this.identifier.getText() : "";
28166
28166
  }
28167
28167
  };
28168
- class Ece extends To {
28168
+ class xce extends To {
28169
28169
  constructor(o, p) {
28170
28170
  super(o, p);
28171
28171
  }
@@ -28696,7 +28696,7 @@ class QDe extends To {
28696
28696
  };
28697
28697
  }
28698
28698
  }
28699
- class Ace extends qDe {
28699
+ class Ece extends qDe {
28700
28700
  constructor(o, p) {
28701
28701
  super(o, p), this.needsSemicolon = !0;
28702
28702
  }
@@ -30074,7 +30074,7 @@ function rae(l) {
30074
30074
  function Pw(l) {
30075
30075
  return typeof l < "u";
30076
30076
  }
30077
- class Dce {
30077
+ class Ace {
30078
30078
  constructor(o = new n$()) {
30079
30079
  this.keyframeRegex = /^@(\-(webkit|ms|moz|o)\-)?keyframes$/i, this.scanner = o, this.token = { type: Mt.EOF, offset: -1, len: 0, text: "" }, this.prevToken = void 0;
30080
30080
  }
@@ -31235,7 +31235,7 @@ class _Ae {
31235
31235
  }
31236
31236
  internalFindSymbol(o, p) {
31237
31237
  let f = o;
31238
- if (o.parent instanceof Ece && o.parent.getParent() instanceof df && (f = o.parent.getParent().getDeclarations()), o.parent instanceof O9 && o.parent.getParent() instanceof i$) {
31238
+ if (o.parent instanceof xce && o.parent.getParent() instanceof df && (f = o.parent.getParent().getDeclarations()), o.parent instanceof O9 && o.parent.getParent() instanceof i$) {
31239
31239
  const S = o.parent.getParent().getIdentifier();
31240
31240
  if (S) {
31241
31241
  const D = this.internalFindSymbol(S, [Fu.Function]);
@@ -31473,7 +31473,7 @@ class ePe {
31473
31473
  this.getCompletionsForFunctionArgument(D, D.getParent(), v);
31474
31474
  else if (D instanceof WDe)
31475
31475
  this.getCompletionsForDeclarations(D, v);
31476
- else if (D instanceof Ace)
31476
+ else if (D instanceof Ece)
31477
31477
  this.getCompletionsForVariableDeclaration(D, v);
31478
31478
  else if (D instanceof bO)
31479
31479
  this.getCompletionsForRuleSet(D, v);
@@ -31998,7 +31998,7 @@ class ePe {
31998
31998
  }
31999
31999
  makeTermProposal(o, p, f) {
32000
32000
  o.node;
32001
- const h = p.getChildren().map((S) => S instanceof Ece ? S.getName() : S.getText()), v = o.name + "(" + h.map((S, D) => "${" + (D + 1) + ":" + S + "}").join(", ") + ")";
32001
+ const h = p.getChildren().map((S) => S instanceof xce ? S.getName() : S.getText()), v = o.name + "(" + h.map((S, D) => "${" + (D + 1) + ":" + S + "}").join(", ") + ")";
32002
32002
  return {
32003
32003
  label: o.name,
32004
32004
  detail: o.name + "(" + h.join(", ") + ")",
@@ -32460,7 +32460,7 @@ class SBt {
32460
32460
  S.id += z.id, S.attr += z.attr, S.tag += z.tag;
32461
32461
  continue e;
32462
32462
  }
32463
- const A = new Dce(), C = k[1].getText();
32463
+ const A = new Ace(), C = k[1].getText();
32464
32464
  A.scanner.setSource(C);
32465
32465
  const F = A.scanner.scan(), j = A.scanner.scan();
32466
32466
  if (F.text === "n" || F.text === "-n" && j.text === "of") {
@@ -32779,7 +32779,7 @@ class rPe {
32779
32779
  const S = io.create(o.positionAt(v.offset), o.positionAt(h.end));
32780
32780
  f(v.getText(), r_.Class, S, v, h.getDeclarations());
32781
32781
  }
32782
- } else if (h instanceof Ace)
32782
+ } else if (h instanceof Ece)
32783
32783
  f(h.getName(), r_.Variable, h, h.getVariable(), void 0);
32784
32784
  else if (h instanceof $J)
32785
32785
  f(h.getName(), r_.Method, h, h.getIdentifier(), h.getDeclarations());
@@ -33603,7 +33603,7 @@ const nEe = {
33603
33603
  ThroughOrToExpected: new tEe("scss-throughexpected", qt("'through' or 'to' expected")),
33604
33604
  InExpected: new tEe("scss-fromexpected", qt("'in' expected"))
33605
33605
  };
33606
- class VBt extends Dce {
33606
+ class VBt extends Ace {
33607
33607
  constructor() {
33608
33608
  super(new iat());
33609
33609
  }
@@ -33625,7 +33625,7 @@ class VBt extends Dce {
33625
33625
  _parseVariableDeclaration(o = []) {
33626
33626
  if (!this.peek(bAe))
33627
33627
  return null;
33628
- const p = this.create(Ace);
33628
+ const p = this.create(Ece);
33629
33629
  if (!p.setVariable(this._parseVariable()))
33630
33630
  return null;
33631
33631
  if (!this.accept(Mt.Colon))
@@ -33868,7 +33868,7 @@ class VBt extends Dce {
33868
33868
  return this._parseBody(o, this._parseRuleSetDeclaration.bind(this));
33869
33869
  }
33870
33870
  _parseParameterDeclaration() {
33871
- const o = this.create(Ece);
33871
+ const o = this.create(xce);
33872
33872
  return o.setIdentifier(this._parseVariable()) ? (this.accept(doe), this.accept(Mt.Colon) && !o.setDefaultValue(this._parseExpr(!0)) ? this.finish(o, li.VariableValueExpected, [], [Mt.Comma, Mt.ParenthesisR]) : this.finish(o)) : null;
33873
33873
  }
33874
33874
  _parseMixinContent() {
@@ -34372,7 +34372,7 @@ class sat extends n$ {
34372
34372
  return this.stream.peekChar() === rEe ? (this.stream.advance(1), this.stream.advanceWhileChar((p) => p !== rEe), this.stream.advanceIfChar(rEe) ? Mt.EscapedJavaScript : Mt.BadEscapedJavaScript) : null;
34373
34373
  }
34374
34374
  }
34375
- class KBt extends Dce {
34375
+ class KBt extends Ace {
34376
34376
  constructor() {
34377
34377
  super(new sat());
34378
34378
  }
@@ -34416,7 +34416,7 @@ class KBt extends Dce {
34416
34416
  return this._parseIdent() || this._parseVariable();
34417
34417
  }
34418
34418
  _parseVariableDeclaration(o = []) {
34419
- const p = this.create(Ace), f = this.mark();
34419
+ const p = this.create(Ece), f = this.mark();
34420
34420
  if (!p.setVariable(this._parseVariable(!0)))
34421
34421
  return null;
34422
34422
  if (this.accept(Mt.Colon)) {
@@ -34656,7 +34656,7 @@ class KBt extends Dce {
34656
34656
  return f && (this.accept(Mt.Colon) ? o.setIdentifier(f) : this.restoreAtMark(p)), o.setValue(this._parseDetachedRuleSet() || this._parseExpr(!0)) ? this.finish(o) : (this.restoreAtMark(p), null);
34657
34657
  }
34658
34658
  _parseMixinParameter() {
34659
- const o = this.create(Ece);
34659
+ const o = this.create(xce);
34660
34660
  if (this.peekKeyword("@rest")) {
34661
34661
  const f = this.create(To);
34662
34662
  return this.consumeToken(), this.accept(CAe) ? (o.setIdentifier(this.finish(f)), this.finish(o)) : this.finish(o, li.DotExpected, [], [Mt.Comma, Mt.ParenthesisR]);
@@ -69794,7 +69794,7 @@ function oPe(l, o, p, f, h, v, S) {
69794
69794
  const cPe = {};
69795
69795
  function fWt(l = cPe) {
69796
69796
  const o = new aPe(l);
69797
- return oPe(new Dce(), new ePe(null, l, o), new nPe(l && l.clientCapabilities, o), new rPe(l && l.fileSystemProvider, !1), new iPe(o), new sPe(o), o);
69797
+ return oPe(new Ace(), new ePe(null, l, o), new nPe(l && l.clientCapabilities, o), new rPe(l && l.fileSystemProvider, !1), new iPe(o), new sPe(o), o);
69798
69798
  }
69799
69799
  function mWt(l = cPe) {
69800
69800
  const o = new aPe(l);
@@ -69930,7 +69930,7 @@ var Pet;
69930
69930
  function vWt() {
69931
69931
  if (Pet) return VV;
69932
69932
  Pet = 1, Object.defineProperty(VV, "__esModule", { value: !0 }), VV.resolveReference = f, VV.create = h;
69933
- const l = gWt, o = Hoe, p = /* @__PURE__ */ Ud();
69933
+ const l = gWt, o = $oe, p = /* @__PURE__ */ Ud();
69934
69934
  function f(S, D, w) {
69935
69935
  if (S.match(/^\w[\w\d+.-]*:/))
69936
69936
  return S;
@@ -70767,7 +70767,7 @@ function TWt() {
70767
70767
  return fae;
70768
70768
  }
70769
70769
  var mae = {}, _ae = {}, Bet;
70770
- function Pce() {
70770
+ function Dce() {
70771
70771
  if (Bet) return _ae;
70772
70772
  Bet = 1, Object.defineProperty(_ae, "__esModule", { value: !0 }), _ae.getUserPreferences = f;
70773
70773
  const l = Dk(), o = /* @__PURE__ */ Ud(), p = /* @__PURE__ */ XD();
@@ -71184,7 +71184,7 @@ var Uet;
71184
71184
  function xWt() {
71185
71185
  if (Uet) return mae;
71186
71186
  Uet = 1, Object.defineProperty(mae, "__esModule", { value: !0 }), mae.create = w;
71187
- const l = /* @__PURE__ */ Sm(), o = Zy, p = Dk(), f = /* @__PURE__ */ Pce(), h = /* @__PURE__ */ Ud(), v = /* @__PURE__ */ lPe(), S = /* @__PURE__ */ pat(), D = /* @__PURE__ */ tb();
71187
+ const l = /* @__PURE__ */ Sm(), o = Zy, p = Dk(), f = /* @__PURE__ */ Dce(), h = /* @__PURE__ */ Ud(), v = /* @__PURE__ */ lPe(), S = /* @__PURE__ */ pat(), D = /* @__PURE__ */ tb();
71188
71188
  function w(k, { getImportPathForFile: y }) {
71189
71189
  return {
71190
71190
  name: "vue-document-drop",
@@ -89485,7 +89485,7 @@ var Gx = {}, ZV = {}, att;
89485
89485
  function yat() {
89486
89486
  if (att) return ZV;
89487
89487
  att = 1, Object.defineProperty(ZV, "__esModule", { value: !0 }), ZV.resolveReference = f, ZV.create = h;
89488
- const l = s$, o = Hoe, p = /* @__PURE__ */ Ud();
89488
+ const l = s$, o = $oe, p = /* @__PURE__ */ Ud();
89489
89489
  function f(y, A, C) {
89490
89490
  if (y.match(/^\w[\w\d+.-]*:/))
89491
89491
  return y;
@@ -111380,7 +111380,7 @@ ${sn.join(`
111380
111380
  const t = md(e);
111381
111381
  return 3 <= t && t <= 99 || l8(e) || u8(e);
111382
111382
  }
111383
- function V$t(e) {
111383
+ function J$t(e) {
111384
111384
  return e;
111385
111385
  }
111386
111386
  var jp = {
@@ -255066,7 +255066,7 @@ function uPe() {
255066
255066
  return H6.initProject = f, H6;
255067
255067
  }
255068
255068
  var Xtt;
255069
- function Ice() {
255069
+ function Pce() {
255070
255070
  if (Xtt) return Uae;
255071
255071
  Xtt = 1, Object.defineProperty(Uae, "__esModule", { value: !0 });
255072
255072
  const l = VJt(), o = uPe();
@@ -255138,7 +255138,7 @@ var Ytt;
255138
255138
  function HJt() {
255139
255139
  if (Ytt) return Vae;
255140
255140
  Ytt = 1, Object.defineProperty(Vae, "__esModule", { value: !0 });
255141
- const l = Ice(), o = pPe();
255141
+ const l = Pce(), o = pPe();
255142
255142
  function p(f, h, v, S) {
255143
255143
  return (0, l.default)(f, h, v, S, o.createProject);
255144
255144
  }
@@ -255225,7 +255225,7 @@ var tnt;
255225
255225
  function XJt() {
255226
255226
  if (tnt) return Jae;
255227
255227
  tnt = 1, Object.defineProperty(Jae, "__esModule", { value: !0 });
255228
- const l = Ice(), o = KJt();
255228
+ const l = Pce(), o = KJt();
255229
255229
  function p(f, h, v, S) {
255230
255230
  return (0, l.default)(f, h, v, S, o.createProject);
255231
255231
  }
@@ -255318,7 +255318,7 @@ var int;
255318
255318
  function ZJt() {
255319
255319
  if (int) return $ae;
255320
255320
  int = 1, Object.defineProperty($ae, "__esModule", { value: !0 });
255321
- const l = Ice(), o = YJt();
255321
+ const l = Pce(), o = YJt();
255322
255322
  function p(f, h, v, S) {
255323
255323
  return (0, l.default)(f, h, v, S, o.createProject);
255324
255324
  }
@@ -255328,7 +255328,7 @@ var snt;
255328
255328
  function e$t() {
255329
255329
  if (snt) return eJ;
255330
255330
  snt = 1, Object.defineProperty(eJ, "__esModule", { value: !0 }), eJ.createLanguageService = void 0;
255331
- const l = jDe(), o = RJt(), p = zJt(), f = qJt(), h = Ice(), v = HJt(), S = XJt(), D = ZJt();
255331
+ const l = jDe(), o = RJt(), p = zJt(), f = qJt(), h = Pce(), v = HJt(), S = XJt(), D = ZJt();
255332
255332
  function w(k, y, A, C) {
255333
255333
  if (l.gte(k.version, "5.6.1-rc"))
255334
255334
  return (0, D.default)(k, y, A, C);
@@ -255360,7 +255360,7 @@ var K6 = {}, ont;
255360
255360
  function Pat() {
255361
255361
  if (ont) return K6;
255362
255362
  ont = 1, Object.defineProperty(K6, "__esModule", { value: !0 }), K6.register = v, K6.resolveFixAllCodeAction = S, K6.resolveRefactorCodeAction = D, K6.resolveOrganizeImportsCodeAction = w;
255363
- const l = /* @__PURE__ */ Ud(), o = /* @__PURE__ */ xce(), p = /* @__PURE__ */ Pce(), f = /* @__PURE__ */ XD(), h = /* @__PURE__ */ J9();
255363
+ const l = /* @__PURE__ */ Ud(), o = /* @__PURE__ */ Tce(), p = /* @__PURE__ */ Dce(), f = /* @__PURE__ */ XD(), h = /* @__PURE__ */ J9();
255364
255364
  function v(k) {
255365
255365
  return async (y, A) => {
255366
255366
  const C = y.data, F = k.getTextDocument(l.URI.parse(C.uri)), [j, z] = await Promise.all([
@@ -255388,7 +255388,7 @@ var cnt;
255388
255388
  function n$t() {
255389
255389
  if (cnt) return Hae;
255390
255390
  cnt = 1, Object.defineProperty(Hae, "__esModule", { value: !0 }), Hae.register = D;
255391
- const l = /* @__PURE__ */ xce(), o = /* @__PURE__ */ Pce(), p = /* @__PURE__ */ XD(), f = /* @__PURE__ */ t$t(), h = /* @__PURE__ */ J9(), v = /* @__PURE__ */ Pat(), S = /* @__PURE__ */ new Set([
255391
+ const l = /* @__PURE__ */ Tce(), o = /* @__PURE__ */ Dce(), p = /* @__PURE__ */ XD(), f = /* @__PURE__ */ t$t(), h = /* @__PURE__ */ J9(), v = /* @__PURE__ */ Pat(), S = /* @__PURE__ */ new Set([
255392
255392
  "refactor.rewrite.property.generateAccessors",
255393
255393
  "refactor.extract.type",
255394
255394
  "refactor.extract.interface",
@@ -255617,7 +255617,7 @@ var unt;
255617
255617
  function i$t() {
255618
255618
  if (unt) return zae;
255619
255619
  unt = 1, Object.defineProperty(zae, "__esModule", { value: !0 }), zae.create = j;
255620
- const l = Dk(), o = jDe(), p = e$t(), f = /* @__PURE__ */ Ud(), h = /* @__PURE__ */ xce(), v = /* @__PURE__ */ Pce(), S = /* @__PURE__ */ n$t(), D = /* @__PURE__ */ Pat(), w = /* @__PURE__ */ uat(), k = /* @__PURE__ */ XD(), y = /* @__PURE__ */ J9(), A = /* @__PURE__ */ r$t(), C = [];
255620
+ const l = Dk(), o = jDe(), p = e$t(), f = /* @__PURE__ */ Ud(), h = /* @__PURE__ */ Tce(), v = /* @__PURE__ */ Dce(), S = /* @__PURE__ */ n$t(), D = /* @__PURE__ */ Pat(), w = /* @__PURE__ */ uat(), k = /* @__PURE__ */ XD(), y = /* @__PURE__ */ J9(), A = /* @__PURE__ */ r$t(), C = [];
255621
255621
  function F(V, J, ee) {
255622
255622
  let Z = C.find((G) => G[0] === J && G[1] === ee)?.[2];
255623
255623
  return Z || (Z = V.createDocumentRegistry(J, ee), C.push([J, ee, Z])), Z;
@@ -259322,20 +259322,20 @@ const { options: Oat } = Dat.convertCompilerOptionsFromJson(
259322
259322
  target: "ESNext"
259323
259323
  },
259324
259324
  ""
259325
- ), Mat = ({ path: l }) => l, qoe = (l) => bu.file(l), z$t = s8t.createNpmFileSystem(), B$t = [bu.file("/")], W$t = { fs: z$t, workspaceFolders: B$t }, _Pe = DDe.getDefaultCompilerOptions(), q$t = [
259325
+ ), Mat = ({ path: l }) => l, Ice = (l) => bu.file(l), z$t = s8t.createNpmFileSystem(), B$t = [bu.file("/")], W$t = { fs: z$t, workspaceFolders: B$t }, _Pe = DDe.getDefaultCompilerOptions(), q$t = [
259326
259326
  DDe.createVueLanguagePlugin(
259327
259327
  Yb,
259328
259328
  Oat,
259329
259329
  _Pe,
259330
259330
  Mat
259331
259331
  )
259332
- ], Rat = s$t.create(Yb), U$t = (l) => {
259332
+ ], Rat = s$t.create(Yb), U$t = { asFileName: Mat, asUri: Ice }, V$t = (l) => {
259333
259333
  const o = Rat.create(l), p = o.provide["typescript/languageService"](), f = oJt.postprocessLanguageService(
259334
259334
  Yb,
259335
259335
  l.language,
259336
259336
  p,
259337
259337
  _Pe,
259338
- qoe
259338
+ Ice
259339
259339
  ), h = f.getCodeFixesAtPosition.bind(f), v = f.getCompletionEntryDetails.bind(f), S = f.getCompletionsAtPosition.bind(f), D = f.getDefinitionAndBoundSpan.bind(f), w = f.getQuickInfoAtPosition.bind(f);
259340
259340
  return o.provide["typescript/languageService"] = () => ({
259341
259341
  ...p,
@@ -259346,13 +259346,15 @@ const { options: Oat } = Dat.convertCompilerOptionsFromJson(
259346
259346
  getQuickInfoAtPosition: w
259347
259347
  }), o;
259348
259348
  }, Qx = (l, { languageService: { context: o } }) => {
259349
- const { language: p } = o, f = o.inject("typescript/languageService"), h = o.inject("typescript/languageServiceHost"), v = f.getProgram(), S = p.scripts.get(qoe(l)), D = S?.generated?.root instanceof DDe.VueVirtualCode ? S.generated.root : void 0;
259349
+ const { language: p } = o, f = o.inject(
259350
+ "typescript/languageServiceHost"
259351
+ ), h = o.inject("typescript/languageService").getProgram(), v = p.scripts.get(Ice(l)), S = v?.generated?.root instanceof DDe.VueVirtualCode ? v.generated.root : void 0;
259350
259352
  return {
259351
259353
  language: p,
259352
- languageServiceHost: h,
259353
- program: v,
259354
- sourceScript: S,
259355
- virtualCode: D
259354
+ languageServiceHost: f,
259355
+ program: h,
259356
+ sourceScript: v,
259357
+ virtualCode: S
259356
259358
  };
259357
259359
  };
259358
259360
  qGe.setGlobal(new qGe());
@@ -259364,7 +259366,7 @@ self.onmessage = () => {
259364
259366
  env: W$t,
259365
259367
  languagePlugins: q$t,
259366
259368
  languageServicePlugins: [
259367
- { ...Rat, create: U$t },
259369
+ { ...Rat, create: V$t },
259368
259370
  MJt.create(),
259369
259371
  ...sJt.createVueLanguageServicePlugins(Yb, {
259370
259372
  collectExtractProps(p, f) {
@@ -259443,7 +259445,7 @@ self.onmessage = () => {
259443
259445
  },
259444
259446
  getQuickInfoAtPosition: async (p, f) => {
259445
259447
  const { contents: h } = await o.languageService.getHover(
259446
- qoe(p),
259448
+ Ice(p),
259447
259449
  f
259448
259450
  ) ?? {};
259449
259451
  return (h && j$t.MarkupContent.is(h) ? h.value : (Array.isArray(h) ? h : [h ?? ""]).map(
@@ -259482,7 +259484,7 @@ self.onmessage = () => {
259482
259484
  }).filter(({ name: p }) => !p?.startsWith("vue-template"))
259483
259485
  ],
259484
259486
  typescript: Yb,
259485
- uriConverter: { asFileName: Mat, asUri: qoe },
259487
+ uriConverter: U$t,
259486
259488
  workerContext: l
259487
259489
  });
259488
259490
  return o;