@moonbase.sh/storefront 0.4.41 → 0.4.43

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.
package/dist/moonbase.js CHANGED
@@ -308,7 +308,7 @@ class Nt {
308
308
  }
309
309
  const Ce = Object.freeze({
310
310
  status: "aborted"
311
- }), Po = (e) => ({ status: "dirty", value: e }), jt = (e) => ({ status: "valid", value: e }), Al = (e) => e.status === "aborted", Dl = (e) => e.status === "dirty", Ms = (e) => e.status === "valid", Vs = (e) => typeof Promise < "u" && e instanceof Promise;
311
+ }), Po = (e) => ({ status: "dirty", value: e }), Ut = (e) => ({ status: "valid", value: e }), Al = (e) => e.status === "aborted", Dl = (e) => e.status === "dirty", Ms = (e) => e.status === "valid", Vs = (e) => typeof Promise < "u" && e instanceof Promise;
312
312
  function ra(e, t, n, r) {
313
313
  if (typeof t == "function" ? e !== t || !0 : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
314
314
  return t.get(e);
@@ -1230,7 +1230,7 @@ class Rs extends Ve {
1230
1230
  received: r.parsedType
1231
1231
  }), Ce;
1232
1232
  }
1233
- return jt(t.data);
1233
+ return Ut(t.data);
1234
1234
  }
1235
1235
  }
1236
1236
  Rs.create = (e) => new Rs({
@@ -1326,7 +1326,7 @@ class oa extends Ve {
1326
1326
  received: r.parsedType
1327
1327
  }), Ce;
1328
1328
  }
1329
- return jt(t.data);
1329
+ return Ut(t.data);
1330
1330
  }
1331
1331
  }
1332
1332
  oa.create = (e) => new oa({
@@ -1343,7 +1343,7 @@ class Ls extends Ve {
1343
1343
  received: r.parsedType
1344
1344
  }), Ce;
1345
1345
  }
1346
- return jt(t.data);
1346
+ return Ut(t.data);
1347
1347
  }
1348
1348
  }
1349
1349
  Ls.create = (e) => new Ls({
@@ -1360,7 +1360,7 @@ class js extends Ve {
1360
1360
  received: r.parsedType
1361
1361
  }), Ce;
1362
1362
  }
1363
- return jt(t.data);
1363
+ return Ut(t.data);
1364
1364
  }
1365
1365
  }
1366
1366
  js.create = (e) => new js({
@@ -1372,7 +1372,7 @@ class Ho extends Ve {
1372
1372
  super(...arguments), this._any = !0;
1373
1373
  }
1374
1374
  _parse(t) {
1375
- return jt(t.data);
1375
+ return Ut(t.data);
1376
1376
  }
1377
1377
  }
1378
1378
  Ho.create = (e) => new Ho({
@@ -1384,7 +1384,7 @@ class Xr extends Ve {
1384
1384
  super(...arguments), this._unknown = !0;
1385
1385
  }
1386
1386
  _parse(t) {
1387
- return jt(t.data);
1387
+ return Ut(t.data);
1388
1388
  }
1389
1389
  }
1390
1390
  Xr.create = (e) => new Xr({
@@ -1415,7 +1415,7 @@ class sa extends Ve {
1415
1415
  received: r.parsedType
1416
1416
  }), Ce;
1417
1417
  }
1418
- return jt(t.data);
1418
+ return Ut(t.data);
1419
1419
  }
1420
1420
  }
1421
1421
  sa.create = (e) => new sa({
@@ -2248,7 +2248,7 @@ class Do extends Ve {
2248
2248
  const s = { errorMap: n.common.contextualErrorMap }, i = n.data;
2249
2249
  if (this._def.returns instanceof qo) {
2250
2250
  const a = this;
2251
- return jt(async function(...l) {
2251
+ return Ut(async function(...l) {
2252
2252
  const u = new Xt([]), c = await a._def.args.parseAsync(l, s).catch((h) => {
2253
2253
  throw u.addIssue(r(l, h)), u;
2254
2254
  }), d = await Reflect.apply(i, this, c);
@@ -2258,7 +2258,7 @@ class Do extends Ve {
2258
2258
  });
2259
2259
  } else {
2260
2260
  const a = this;
2261
- return jt(function(...l) {
2261
+ return Ut(function(...l) {
2262
2262
  const u = a._def.args.safeParse(l, s);
2263
2263
  if (!u.success)
2264
2264
  throw new Xt([r(l, u.error)]);
@@ -2365,7 +2365,7 @@ class Nr extends Ve {
2365
2365
  options: r
2366
2366
  }), Ce;
2367
2367
  }
2368
- return jt(t.data);
2368
+ return Ut(t.data);
2369
2369
  }
2370
2370
  get options() {
2371
2371
  return this._def.values;
@@ -2425,7 +2425,7 @@ class qs extends Ve {
2425
2425
  options: o
2426
2426
  }), Ce;
2427
2427
  }
2428
- return jt(t.data);
2428
+ return Ut(t.data);
2429
2429
  }
2430
2430
  get enum() {
2431
2431
  return this._def.values;
@@ -2450,7 +2450,7 @@ class qo extends Ve {
2450
2450
  received: n.parsedType
2451
2451
  }), Ce;
2452
2452
  const r = n.parsedType === fe.promise ? n.data : Promise.resolve(n.data);
2453
- return jt(r.then((o) => this._def.type.parseAsync(o, {
2453
+ return Ut(r.then((o) => this._def.type.parseAsync(o, {
2454
2454
  path: n.path,
2455
2455
  errorMap: n.common.contextualErrorMap
2456
2456
  })));
@@ -2552,7 +2552,7 @@ vn.createWithPreprocess = (e, t, n) => new vn({
2552
2552
  });
2553
2553
  class Mn extends Ve {
2554
2554
  _parse(t) {
2555
- return this._getType(t) === fe.undefined ? jt(void 0) : this._def.innerType._parse(t);
2555
+ return this._getType(t) === fe.undefined ? Ut(void 0) : this._def.innerType._parse(t);
2556
2556
  }
2557
2557
  unwrap() {
2558
2558
  return this._def.innerType;
@@ -2565,7 +2565,7 @@ Mn.create = (e, t) => new Mn({
2565
2565
  });
2566
2566
  class Pr extends Ve {
2567
2567
  _parse(t) {
2568
- return this._getType(t) === fe.null ? jt(null) : this._def.innerType._parse(t);
2568
+ return this._getType(t) === fe.null ? Ut(null) : this._def.innerType._parse(t);
2569
2569
  }
2570
2570
  unwrap() {
2571
2571
  return this._def.innerType;
@@ -2763,7 +2763,7 @@ var m = /* @__PURE__ */ Object.freeze({
2763
2763
  ParseStatus: Nt,
2764
2764
  INVALID: Ce,
2765
2765
  DIRTY: Po,
2766
- OK: jt,
2766
+ OK: Ut,
2767
2767
  isAborted: Al,
2768
2768
  isDirty: Dl,
2769
2769
  isValid: Ms,
@@ -3115,9 +3115,9 @@ var Ml = { exports: {} };
3115
3115
  var C = new M(null, { status: 0, statusText: "" });
3116
3116
  return C.type = "error", C;
3117
3117
  };
3118
- var se = [301, 302, 303, 307, 308];
3118
+ var ie = [301, 302, 303, 307, 308];
3119
3119
  M.redirect = function(C, H) {
3120
- if (se.indexOf(H) === -1)
3120
+ if (ie.indexOf(H) === -1)
3121
3121
  throw new RangeError("Invalid status code");
3122
3122
  return new M(null, { status: H, headers: { location: C } });
3123
3123
  }, i.DOMException = a.DOMException;
@@ -3874,6 +3874,7 @@ var So = /* @__PURE__ */ ((e) => (e.Open = "Open", e.PaymentProcessing = "Paymen
3874
3874
  })
3875
3875
  ]), K0 = m.object({
3876
3876
  title: m.string(),
3877
+ description: m.string().nullish(),
3877
3878
  currentCycleNumber: m.number(),
3878
3879
  currentNormalizedCycleNumber: m.number(),
3879
3880
  currentCycleIsCompleted: m.boolean(),
@@ -4219,7 +4220,7 @@ const Ye = wf.NODE_ENV !== "production" ? Object.freeze({}) : {}, Vo = wf.NODE_E
4219
4220
  ), Ra = (e) => {
4220
4221
  const t = /* @__PURE__ */ Object.create(null);
4221
4222
  return (n) => t[n] || (t[n] = e(n));
4222
- }, db = /-(\w)/g, Rt = Ra(
4223
+ }, db = /-(\w)/g, Lt = Ra(
4223
4224
  (e) => e.replace(db, (t, n) => n ? n.toUpperCase() : "")
4224
4225
  ), fb = /\B([A-Z])/g, Dr = Ra(
4225
4226
  (e) => e.replace(fb, "-$1").toLowerCase()
@@ -4682,7 +4683,7 @@ function Tb(e, t) {
4682
4683
  }
4683
4684
  function bo(e) {
4684
4685
  const t = Oe(e);
4685
- return t === e ? t : (bt(t, "iterate", Xs), Lt(e) ? t : t.map(kt));
4686
+ return t === e ? t : (bt(t, "iterate", Xs), jt(e) ? t : t.map(kt));
4686
4687
  }
4687
4688
  function La(e) {
4688
4689
  return bt(e = Oe(e), "iterate", Xs), e;
@@ -4778,14 +4779,14 @@ const $b = {
4778
4779
  };
4779
4780
  function sl(e, t, n) {
4780
4781
  const r = La(e), o = r[t]();
4781
- return r !== e && !Lt(e) && (o._next = o.next, o.next = () => {
4782
+ return r !== e && !jt(e) && (o._next = o.next, o.next = () => {
4782
4783
  const s = o._next();
4783
4784
  return s.value && (s.value = n(s.value)), s;
4784
4785
  }), o;
4785
4786
  }
4786
4787
  const Ab = Array.prototype;
4787
4788
  function Fn(e, t, n, r, o, s) {
4788
- const i = La(e), a = i !== e && !Lt(e), l = i[t];
4789
+ const i = La(e), a = i !== e && !jt(e), l = i[t];
4789
4790
  if (l !== Ab[t]) {
4790
4791
  const d = l.apply(e, s);
4791
4792
  return a ? kt(d) : d;
@@ -4802,7 +4803,7 @@ function Fn(e, t, n, r, o, s) {
4802
4803
  function vc(e, t, n, r) {
4803
4804
  const o = La(e);
4804
4805
  let s = n;
4805
- return o !== e && (Lt(e) ? n.length > 3 && (s = function(i, a, l) {
4806
+ return o !== e && (jt(e) ? n.length > 3 && (s = function(i, a, l) {
4806
4807
  return n.call(this, i, a, l, e);
4807
4808
  }) : s = function(i, a, l) {
4808
4809
  return n.call(this, i, kt(a), l, e);
@@ -4871,7 +4872,7 @@ class Bf extends Uf {
4871
4872
  let s = t[n];
4872
4873
  if (!this._isShallow) {
4873
4874
  const l = Un(s);
4874
- if (!Lt(r) && !Un(r) && (s = Oe(s), r = Oe(r)), !ve(t) && Xe(s) && !Xe(r))
4875
+ if (!jt(r) && !Un(r) && (s = Oe(s), r = Oe(r)), !ve(t) && Xe(s) && !Xe(r))
4875
4876
  return l ? !1 : (s.value = r, !0);
4876
4877
  }
4877
4878
  const i = ve(t) && ku(n) ? Number(n) < t.length : Be(t, n), a = Reflect.set(
@@ -4985,12 +4986,12 @@ function Ub(e, t) {
4985
4986
  clear: Ni("clear")
4986
4987
  } : {
4987
4988
  add(o) {
4988
- !t && !Lt(o) && !Un(o) && (o = Oe(o));
4989
+ !t && !jt(o) && !Un(o) && (o = Oe(o));
4989
4990
  const s = Oe(this);
4990
4991
  return Ci(s).has.call(s, o) || (s.add(o), An(s, "add", o, o)), this;
4991
4992
  },
4992
4993
  set(o, s) {
4993
- !t && !Lt(s) && !Un(s) && (s = Oe(s));
4994
+ !t && !jt(s) && !Un(s) && (s = Oe(s));
4994
4995
  const i = Oe(this), { has: a, get: l } = Ci(i);
4995
4996
  let u = a.call(i, o);
4996
4997
  u ? Ge.NODE_ENV !== "production" && yc(i, a, o) : (o = Oe(o), u = a.call(i, o));
@@ -5131,7 +5132,7 @@ function bn(e) {
5131
5132
  function Un(e) {
5132
5133
  return !!(e && e.__v_isReadonly);
5133
5134
  }
5134
- function Lt(e) {
5135
+ function jt(e) {
5135
5136
  return !!(e && e.__v_isShallow);
5136
5137
  }
5137
5138
  function Zo(e) {
@@ -5169,7 +5170,7 @@ class Gb {
5169
5170
  }) : this.dep.track(), this._value;
5170
5171
  }
5171
5172
  set value(t) {
5172
- const n = this._rawValue, r = this.__v_isShallow || Lt(t) || Un(t);
5173
+ const n = this._rawValue, r = this.__v_isShallow || jt(t) || Un(t);
5173
5174
  t = r ? t : Oe(t), Or(t, n) && (this._rawValue = t, this._value = r ? t : kt(t), Ge.NODE_ENV !== "production" ? this.dep.trigger({
5174
5175
  target: this,
5175
5176
  type: "set",
@@ -5277,9 +5278,9 @@ function ng(e, t, n = Ye) {
5277
5278
  B,
5278
5279
  "A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types."
5279
5280
  );
5280
- }, c = (B) => o ? B : Lt(B) || o === !1 || o === 0 ? yr(B, 1) : yr(B);
5281
+ }, c = (B) => o ? B : jt(B) || o === !1 || o === 0 ? yr(B, 1) : yr(B);
5281
5282
  let d, f, h, p, g = !1, _ = !1;
5282
- if (Xe(e) ? (f = () => e.value, g = Lt(e)) : bn(e) ? (f = () => c(e), g = !0) : ve(e) ? (_ = !0, g = e.some((B) => bn(B) || Lt(B)), f = () => e.map((B) => {
5283
+ if (Xe(e) ? (f = () => e.value, g = jt(e)) : bn(e) ? (f = () => c(e), g = !0) : ve(e) ? (_ = !0, g = e.some((B) => bn(B) || jt(B)), f = () => e.map((B) => {
5283
5284
  if (Xe(B))
5284
5285
  return B.value;
5285
5286
  if (bn(B))
@@ -5787,7 +5788,7 @@ function ba(e) {
5787
5788
  const t = pt;
5788
5789
  return pt = e, ah = e && e.type.__scopeId || null, t;
5789
5790
  }
5790
- function x(e, t = pt, n) {
5791
+ function k(e, t = pt, n) {
5791
5792
  if (!t || e._n)
5792
5793
  return e;
5793
5794
  const r = (...o) => {
@@ -6206,9 +6207,9 @@ function ql(e, t, n, r, o) {
6206
6207
  $ = S || u, T = R || c, M = z || d;
6207
6208
  else
6208
6209
  return;
6209
- let se = !1;
6210
+ let ie = !1;
6210
6211
  const xe = I[$i] = (C) => {
6211
- se || (se = !0, C ? D(M, [I]) : D(T, [I]), P.delayedLeave && P.delayedLeave(), I[$i] = void 0);
6212
+ ie || (ie = !0, C ? D(M, [I]) : D(T, [I]), P.delayedLeave && P.delayedLeave(), I[$i] = void 0);
6212
6213
  };
6213
6214
  $ ? y($, [I, xe]) : xe();
6214
6215
  },
@@ -6221,10 +6222,10 @@ function ql(e, t, n, r, o) {
6221
6222
  return $();
6222
6223
  D(f, [I]);
6223
6224
  let M = !1;
6224
- const se = I[mr] = (xe) => {
6225
+ const ie = I[mr] = (xe) => {
6225
6226
  M || (M = !0, $(), xe ? D(g, [I]) : D(p, [I]), I[mr] = void 0, B[T] === e && delete B[T]);
6226
6227
  };
6227
- B[T] = e, h ? y(h, [I, se]) : se();
6228
+ B[T] = e, h ? y(h, [I, ie]) : ie();
6228
6229
  },
6229
6230
  clone(I) {
6230
6231
  const $ = ql(
@@ -6361,7 +6362,7 @@ function $g(e, t, n, r) {
6361
6362
  !0
6362
6363
  /* prepend */
6363
6364
  );
6364
- Bt(() => {
6365
+ Ft(() => {
6365
6366
  _u(r[t], o);
6366
6367
  }, n);
6367
6368
  }
@@ -6386,7 +6387,7 @@ const ir = (e) => (t, n = ht) => {
6386
6387
  "bu"
6387
6388
  ), Ig = ir("u"), $u = ir(
6388
6389
  "bum"
6389
- ), Bt = ir("um"), Mg = ir(
6390
+ ), Ft = ir("um"), Mg = ir(
6390
6391
  "sp"
6391
6392
  ), Vg = ir("rtg"), Rg = ir("rtc");
6392
6393
  function Lg(e, t = ht) {
@@ -6405,7 +6406,7 @@ function Ug(e, t, n = !0, r = !1) {
6405
6406
  s,
6406
6407
  !1
6407
6408
  );
6408
- if (a && (a === t || a === Rt(t) || a === lo(Rt(t))))
6409
+ if (a && (a === t || a === Lt(t) || a === lo(Lt(t))))
6409
6410
  return s;
6410
6411
  }
6411
6412
  const i = (
@@ -6421,7 +6422,7 @@ If this is a native custom element, make sure to exclude it from component resol
6421
6422
  );
6422
6423
  }
6423
6424
  function Cc(e, t) {
6424
- return e && (e[t] || e[Rt(t)] || e[lo(Rt(t))]);
6425
+ return e && (e[t] || e[Lt(t)] || e[lo(Lt(t))]);
6425
6426
  }
6426
6427
  function mt(e, t, n, r) {
6427
6428
  let o;
@@ -6429,7 +6430,7 @@ function mt(e, t, n, r) {
6429
6430
  if (i || rt(e)) {
6430
6431
  const a = i && bn(e);
6431
6432
  let l = !1, u = !1;
6432
- a && (l = !Lt(e), u = Un(e), e = La(e)), o = new Array(e.length);
6433
+ a && (l = !jt(e), u = Un(e), e = La(e)), o = new Array(e.length);
6433
6434
  for (let c = 0, d = e.length; c < d; c++)
6434
6435
  o[c] = t(
6435
6436
  l ? u ? da(kt(e[c])) : kt(e[c]) : e[c],
@@ -6474,7 +6475,7 @@ function ga(e, t) {
6474
6475
  }
6475
6476
  function Pt(e, t, n = {}, r, o) {
6476
6477
  if (pt.ce || pt.parent && Lo(pt.parent) && pt.parent.ce)
6477
- return t !== "default" && (n.name = t), b(), Y(
6478
+ return t !== "default" && (n.name = t), b(), Z(
6478
6479
  _e,
6479
6480
  null,
6480
6481
  [E("slot", n, r)],
@@ -6486,7 +6487,7 @@ function Pt(e, t, n = {}, r, o) {
6486
6487
  ), s = () => []), s && s._c && (s._d = !1), b();
6487
6488
  const i = s && wh(s(n)), a = n.key || // slot content array of a dynamic conditional slot may have a branch
6488
6489
  // key attached in the `createSlots` helper, respect that
6489
- i && i.key, l = Y(
6490
+ i && i.key, l = Z(
6490
6491
  _e,
6491
6492
  {
6492
6493
  key: (a && !sr(a) ? a : `_${t}`) + // #7256 force differentiate fallback content from actual content
@@ -6706,7 +6707,7 @@ function qg(e) {
6706
6707
  inheritAttrs: T,
6707
6708
  // assets
6708
6709
  components: M,
6709
- directives: se,
6710
+ directives: ie,
6710
6711
  filters: xe
6711
6712
  } = t, C = N.NODE_ENV !== "production" ? Hg() : null;
6712
6713
  if (N.NODE_ENV !== "production") {
@@ -6777,7 +6778,7 @@ function qg(e) {
6777
6778
  function H(U, ne) {
6778
6779
  ve(ne) ? ne.forEach((be) => U(be.bind(n))) : ne && U(ne.bind(n));
6779
6780
  }
6780
- if (H(Ag, d), H(ze, f), H(Dg, h), H(Ig, p), H(Pg, g), H(Tg, _), H(Lg, P), H(Rg, D), H(Vg, y), H($u, R), H(Bt, q), H(Mg, I), ve($))
6781
+ if (H(Ag, d), H(ze, f), H(Dg, h), H(Ig, p), H(Pg, g), H(Tg, _), H(Lg, P), H(Rg, D), H(Vg, y), H($u, R), H(Ft, q), H(Mg, I), ve($))
6781
6782
  if ($.length) {
6782
6783
  const U = e.exposed || (e.exposed = {});
6783
6784
  $.forEach((ne) => {
@@ -6787,7 +6788,7 @@ function qg(e) {
6787
6788
  });
6788
6789
  });
6789
6790
  } else e.exposed || (e.exposed = {});
6790
- B && e.render === gt && (e.render = B), T != null && (e.inheritAttrs = T), M && (e.components = M), se && (e.directives = se), I && vh(e);
6791
+ B && e.render === gt && (e.render = B), T != null && (e.inheritAttrs = T), M && (e.components = M), ie && (e.directives = ie), I && vh(e);
6791
6792
  }
6792
6793
  function Wg(e, t, n = gt) {
6793
6794
  ve(e) && (e = Gl(e));
@@ -7097,7 +7098,7 @@ function tv(e, t, n, r) {
7097
7098
  if (Be(s, f))
7098
7099
  h !== s[f] && (s[f] = h, u = !0);
7099
7100
  else {
7100
- const p = Rt(f);
7101
+ const p = Lt(f);
7101
7102
  o[p] = Kl(
7102
7103
  l,
7103
7104
  a,
@@ -7143,7 +7144,7 @@ function Ph(e, t, n, r) {
7143
7144
  continue;
7144
7145
  const u = t[l];
7145
7146
  let c;
7146
- o && Be(o, c = Rt(l)) ? !s || !s.includes(c) ? n[c] = u : (a || (a = {}))[c] = u : za(e.emitsOptions, l) || (!(l in r) || u !== r[l]) && (r[l] = u, i = !0);
7147
+ o && Be(o, c = Lt(l)) ? !s || !s.includes(c) ? n[c] = u : (a || (a = {}))[c] = u : za(e.emitsOptions, l) || (!(l in r) || u !== r[l]) && (r[l] = u, i = !0);
7147
7148
  }
7148
7149
  if (s) {
7149
7150
  const l = Oe(n), u = a || Ye;
@@ -7212,13 +7213,13 @@ function Th(e, t, n = !1) {
7212
7213
  if (ve(s))
7213
7214
  for (let c = 0; c < s.length; c++) {
7214
7215
  N.NODE_ENV !== "production" && !rt(s[c]) && X("props must be strings when using array syntax.", s[c]);
7215
- const d = Rt(s[c]);
7216
+ const d = Lt(s[c]);
7216
7217
  Ac(d) && (i[d] = Ye);
7217
7218
  }
7218
7219
  else if (s) {
7219
7220
  N.NODE_ENV !== "production" && !He(s) && X("invalid props options", s);
7220
7221
  for (const c in s) {
7221
- const d = Rt(c);
7222
+ const d = Lt(c);
7222
7223
  if (Ac(d)) {
7223
7224
  const f = s[c], h = i[d] = ve(f) || ke(f) ? { type: f } : it({}, f), p = h.type;
7224
7225
  let g = !1, _ = !0;
@@ -7252,7 +7253,7 @@ function rv(e) {
7252
7253
  return e === null ? "null" : typeof e == "function" ? e.name || "" : typeof e == "object" && e.constructor && e.constructor.name || "";
7253
7254
  }
7254
7255
  function $h(e, t, n) {
7255
- const r = Oe(t), o = n.propsOptions[0], s = Object.keys(e).map((i) => Rt(i));
7256
+ const r = Oe(t), o = n.propsOptions[0], s = Object.keys(e).map((i) => Lt(i));
7256
7257
  for (const i in o) {
7257
7258
  let a = o[i];
7258
7259
  a != null && ov(
@@ -7322,7 +7323,7 @@ function lv(...e) {
7322
7323
  const Du = (e) => e[0] === "_" || e === "$stable", Iu = (e) => ve(e) ? e.map(cn) : [cn(e)], uv = (e, t, n) => {
7323
7324
  if (t._n)
7324
7325
  return t;
7325
- const r = x((...o) => (N.NODE_ENV !== "production" && ht && !(n === null && pt) && !(n && n.root !== ht.root) && X(
7326
+ const r = k((...o) => (N.NODE_ENV !== "production" && ht && !(n === null && pt) && !(n && n.root !== ht.root) && X(
7326
7327
  `Slot "${e}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`
7327
7328
  ), Iu(t(...o))), n);
7328
7329
  return r._c = !1, r;
@@ -7419,29 +7420,29 @@ function pv(e, t) {
7419
7420
  nextSibling: f,
7420
7421
  setScopeId: h = gt,
7421
7422
  insertStaticContent: p
7422
- } = e, g = (w, k, F, G = null, W = null, Z = null, ae = void 0, oe = null, re = N.NODE_ENV !== "production" && hn ? !1 : !!k.dynamicChildren) => {
7423
- if (w === k)
7423
+ } = e, g = (w, x, F, G = null, W = null, Y = null, ae = void 0, oe = null, re = N.NODE_ENV !== "production" && hn ? !1 : !!x.dynamicChildren) => {
7424
+ if (w === x)
7424
7425
  return;
7425
- w && !Wr(w, k) && (G = Oi(w), Pe(w, W, Z, !0), w = null), k.patchFlag === -2 && (re = !1, k.dynamicChildren = null);
7426
- const { type: K, ref: Ee, shapeFlag: le } = k;
7426
+ w && !Wr(w, x) && (G = Oi(w), Pe(w, W, Y, !0), w = null), x.patchFlag === -2 && (re = !1, x.dynamicChildren = null);
7427
+ const { type: K, ref: Ee, shapeFlag: le } = x;
7427
7428
  switch (K) {
7428
7429
  case vi:
7429
- _(w, k, F, G);
7430
+ _(w, x, F, G);
7430
7431
  break;
7431
7432
  case lt:
7432
- S(w, k, F, G);
7433
+ S(w, x, F, G);
7433
7434
  break;
7434
7435
  case As:
7435
- w == null ? R(k, F, G, ae) : N.NODE_ENV !== "production" && z(w, k, F, ae);
7436
+ w == null ? R(x, F, G, ae) : N.NODE_ENV !== "production" && z(w, x, F, ae);
7436
7437
  break;
7437
7438
  case _e:
7438
- se(
7439
+ ie(
7439
7440
  w,
7440
- k,
7441
+ x,
7441
7442
  F,
7442
7443
  G,
7443
7444
  W,
7444
- Z,
7445
+ Y,
7445
7446
  ae,
7446
7447
  oe,
7447
7448
  re
@@ -7450,110 +7451,110 @@ function pv(e, t) {
7450
7451
  default:
7451
7452
  le & 1 ? D(
7452
7453
  w,
7453
- k,
7454
+ x,
7454
7455
  F,
7455
7456
  G,
7456
7457
  W,
7457
- Z,
7458
+ Y,
7458
7459
  ae,
7459
7460
  oe,
7460
7461
  re
7461
7462
  ) : le & 6 ? xe(
7462
7463
  w,
7463
- k,
7464
+ x,
7464
7465
  F,
7465
7466
  G,
7466
7467
  W,
7467
- Z,
7468
+ Y,
7468
7469
  ae,
7469
7470
  oe,
7470
7471
  re
7471
7472
  ) : le & 64 || le & 128 ? K.process(
7472
7473
  w,
7473
- k,
7474
+ x,
7474
7475
  F,
7475
7476
  G,
7476
7477
  W,
7477
- Z,
7478
+ Y,
7478
7479
  ae,
7479
7480
  oe,
7480
7481
  re,
7481
7482
  as
7482
7483
  ) : N.NODE_ENV !== "production" && X("Invalid VNode type:", K, `(${typeof K})`);
7483
7484
  }
7484
- Ee != null && W ? Ts(Ee, w && w.ref, Z, k || w, !k) : Ee == null && w && w.ref != null && Ts(w.ref, null, Z, w, !0);
7485
- }, _ = (w, k, F, G) => {
7485
+ Ee != null && W ? Ts(Ee, w && w.ref, Y, x || w, !x) : Ee == null && w && w.ref != null && Ts(w.ref, null, Y, w, !0);
7486
+ }, _ = (w, x, F, G) => {
7486
7487
  if (w == null)
7487
7488
  r(
7488
- k.el = a(k.children),
7489
+ x.el = a(x.children),
7489
7490
  F,
7490
7491
  G
7491
7492
  );
7492
7493
  else {
7493
- const W = k.el = w.el;
7494
- k.children !== w.children && u(W, k.children);
7494
+ const W = x.el = w.el;
7495
+ x.children !== w.children && u(W, x.children);
7495
7496
  }
7496
- }, S = (w, k, F, G) => {
7497
+ }, S = (w, x, F, G) => {
7497
7498
  w == null ? r(
7498
- k.el = l(k.children || ""),
7499
+ x.el = l(x.children || ""),
7499
7500
  F,
7500
7501
  G
7501
- ) : k.el = w.el;
7502
- }, R = (w, k, F, G) => {
7502
+ ) : x.el = w.el;
7503
+ }, R = (w, x, F, G) => {
7503
7504
  [w.el, w.anchor] = p(
7504
7505
  w.children,
7505
- k,
7506
+ x,
7506
7507
  F,
7507
7508
  G,
7508
7509
  w.el,
7509
7510
  w.anchor
7510
7511
  );
7511
- }, z = (w, k, F, G) => {
7512
- if (k.children !== w.children) {
7512
+ }, z = (w, x, F, G) => {
7513
+ if (x.children !== w.children) {
7513
7514
  const W = f(w.anchor);
7514
- B(w), [k.el, k.anchor] = p(
7515
- k.children,
7515
+ B(w), [x.el, x.anchor] = p(
7516
+ x.children,
7516
7517
  F,
7517
7518
  W,
7518
7519
  G
7519
7520
  );
7520
7521
  } else
7521
- k.el = w.el, k.anchor = w.anchor;
7522
- }, q = ({ el: w, anchor: k }, F, G) => {
7522
+ x.el = w.el, x.anchor = w.anchor;
7523
+ }, q = ({ el: w, anchor: x }, F, G) => {
7523
7524
  let W;
7524
- for (; w && w !== k; )
7525
+ for (; w && w !== x; )
7525
7526
  W = f(w), r(w, F, G), w = W;
7526
- r(k, F, G);
7527
- }, B = ({ el: w, anchor: k }) => {
7527
+ r(x, F, G);
7528
+ }, B = ({ el: w, anchor: x }) => {
7528
7529
  let F;
7529
- for (; w && w !== k; )
7530
+ for (; w && w !== x; )
7530
7531
  F = f(w), o(w), w = F;
7531
- o(k);
7532
- }, D = (w, k, F, G, W, Z, ae, oe, re) => {
7533
- k.type === "svg" ? ae = "svg" : k.type === "math" && (ae = "mathml"), w == null ? y(
7534
- k,
7532
+ o(x);
7533
+ }, D = (w, x, F, G, W, Y, ae, oe, re) => {
7534
+ x.type === "svg" ? ae = "svg" : x.type === "math" && (ae = "mathml"), w == null ? y(
7535
+ x,
7535
7536
  F,
7536
7537
  G,
7537
7538
  W,
7538
- Z,
7539
+ Y,
7539
7540
  ae,
7540
7541
  oe,
7541
7542
  re
7542
7543
  ) : $(
7543
7544
  w,
7544
- k,
7545
+ x,
7545
7546
  W,
7546
- Z,
7547
+ Y,
7547
7548
  ae,
7548
7549
  oe,
7549
7550
  re
7550
7551
  );
7551
- }, y = (w, k, F, G, W, Z, ae, oe) => {
7552
+ }, y = (w, x, F, G, W, Y, ae, oe) => {
7552
7553
  let re, K;
7553
7554
  const { props: Ee, shapeFlag: le, transition: ye, dirs: Ne } = w;
7554
7555
  if (re = w.el = i(
7555
7556
  w.type,
7556
- Z,
7557
+ Y,
7557
7558
  Ee && Ee.is,
7558
7559
  Ee
7559
7560
  ), le & 8 ? c(re, w.children) : le & 16 && I(
@@ -7562,26 +7563,26 @@ function pv(e, t) {
7562
7563
  null,
7563
7564
  G,
7564
7565
  W,
7565
- fl(w, Z),
7566
+ fl(w, Y),
7566
7567
  ae,
7567
7568
  oe
7568
7569
  ), Ne && Rr(w, null, G, "created"), P(re, w, w.scopeId, ae, G), Ee) {
7569
7570
  for (const Je in Ee)
7570
- Je !== "value" && !Cs(Je) && s(re, Je, null, Ee[Je], Z, G);
7571
- "value" in Ee && s(re, "value", null, Ee.value, Z), (K = Ee.onVnodeBeforeMount) && Nn(K, G, w);
7571
+ Je !== "value" && !Cs(Je) && s(re, Je, null, Ee[Je], Y, G);
7572
+ "value" in Ee && s(re, "value", null, Ee.value, Y), (K = Ee.onVnodeBeforeMount) && Nn(K, G, w);
7572
7573
  }
7573
7574
  N.NODE_ENV !== "production" && (Gs(re, "__vnode", w, !0), Gs(re, "__vueParentComponent", G, !0)), Ne && Rr(w, null, G, "beforeMount");
7574
7575
  const Ue = mv(W, ye);
7575
- Ue && ye.beforeEnter(re), r(re, k, F), ((K = Ee && Ee.onVnodeMounted) || Ue || Ne) && It(() => {
7576
+ Ue && ye.beforeEnter(re), r(re, x, F), ((K = Ee && Ee.onVnodeMounted) || Ue || Ne) && It(() => {
7576
7577
  K && Nn(K, G, w), Ue && ye.enter(re), Ne && Rr(w, null, G, "mounted");
7577
7578
  }, W);
7578
- }, P = (w, k, F, G, W) => {
7579
+ }, P = (w, x, F, G, W) => {
7579
7580
  if (F && h(w, F), G)
7580
- for (let Z = 0; Z < G.length; Z++)
7581
- h(w, G[Z]);
7581
+ for (let Y = 0; Y < G.length; Y++)
7582
+ h(w, G[Y]);
7582
7583
  if (W) {
7583
- let Z = W.subTree;
7584
- if (N.NODE_ENV !== "production" && Z.patchFlag > 0 && Z.patchFlag & 2048 && (Z = Vu(Z.children) || Z), k === Z || Lh(Z.type) && (Z.ssContent === k || Z.ssFallback === k)) {
7584
+ let Y = W.subTree;
7585
+ if (N.NODE_ENV !== "production" && Y.patchFlag > 0 && Y.patchFlag & 2048 && (Y = Vu(Y.children) || Y), x === Y || Lh(Y.type) && (Y.ssContent === x || Y.ssFallback === x)) {
7585
7586
  const ae = W.vnode;
7586
7587
  P(
7587
7588
  w,
@@ -7592,64 +7593,64 @@ function pv(e, t) {
7592
7593
  );
7593
7594
  }
7594
7595
  }
7595
- }, I = (w, k, F, G, W, Z, ae, oe, re = 0) => {
7596
+ }, I = (w, x, F, G, W, Y, ae, oe, re = 0) => {
7596
7597
  for (let K = re; K < w.length; K++) {
7597
7598
  const Ee = w[K] = oe ? br(w[K]) : cn(w[K]);
7598
7599
  g(
7599
7600
  null,
7600
7601
  Ee,
7601
- k,
7602
+ x,
7602
7603
  F,
7603
7604
  G,
7604
7605
  W,
7605
- Z,
7606
+ Y,
7606
7607
  ae,
7607
7608
  oe
7608
7609
  );
7609
7610
  }
7610
- }, $ = (w, k, F, G, W, Z, ae) => {
7611
- const oe = k.el = w.el;
7612
- N.NODE_ENV !== "production" && (oe.__vnode = k);
7613
- let { patchFlag: re, dynamicChildren: K, dirs: Ee } = k;
7611
+ }, $ = (w, x, F, G, W, Y, ae) => {
7612
+ const oe = x.el = w.el;
7613
+ N.NODE_ENV !== "production" && (oe.__vnode = x);
7614
+ let { patchFlag: re, dynamicChildren: K, dirs: Ee } = x;
7614
7615
  re |= w.patchFlag & 16;
7615
- const le = w.props || Ye, ye = k.props || Ye;
7616
+ const le = w.props || Ye, ye = x.props || Ye;
7616
7617
  let Ne;
7617
- if (F && Lr(F, !1), (Ne = ye.onVnodeBeforeUpdate) && Nn(Ne, F, k, w), Ee && Rr(k, w, F, "beforeUpdate"), F && Lr(F, !0), N.NODE_ENV !== "production" && hn && (re = 0, ae = !1, K = null), (le.innerHTML && ye.innerHTML == null || le.textContent && ye.textContent == null) && c(oe, ""), K ? (T(
7618
+ if (F && Lr(F, !1), (Ne = ye.onVnodeBeforeUpdate) && Nn(Ne, F, x, w), Ee && Rr(x, w, F, "beforeUpdate"), F && Lr(F, !0), N.NODE_ENV !== "production" && hn && (re = 0, ae = !1, K = null), (le.innerHTML && ye.innerHTML == null || le.textContent && ye.textContent == null) && c(oe, ""), K ? (T(
7618
7619
  w.dynamicChildren,
7619
7620
  K,
7620
7621
  oe,
7621
7622
  F,
7622
7623
  G,
7623
- fl(k, W),
7624
- Z
7625
- ), N.NODE_ENV !== "production" && $s(w, k)) : ae || be(
7624
+ fl(x, W),
7625
+ Y
7626
+ ), N.NODE_ENV !== "production" && $s(w, x)) : ae || be(
7626
7627
  w,
7627
- k,
7628
+ x,
7628
7629
  oe,
7629
7630
  null,
7630
7631
  F,
7631
7632
  G,
7632
- fl(k, W),
7633
- Z,
7633
+ fl(x, W),
7634
+ Y,
7634
7635
  !1
7635
7636
  ), re > 0) {
7636
7637
  if (re & 16)
7637
7638
  M(oe, le, ye, F, W);
7638
7639
  else if (re & 2 && le.class !== ye.class && s(oe, "class", null, ye.class, W), re & 4 && s(oe, "style", le.style, ye.style, W), re & 8) {
7639
- const Ue = k.dynamicProps;
7640
+ const Ue = x.dynamicProps;
7640
7641
  for (let Je = 0; Je < Ue.length; Je++) {
7641
- const We = Ue[Je], zt = le[We], Ht = ye[We];
7642
- (Ht !== zt || We === "value") && s(oe, We, zt, Ht, W, F);
7642
+ const We = Ue[Je], Ht = le[We], qt = ye[We];
7643
+ (qt !== Ht || We === "value") && s(oe, We, Ht, qt, W, F);
7643
7644
  }
7644
7645
  }
7645
- re & 1 && w.children !== k.children && c(oe, k.children);
7646
+ re & 1 && w.children !== x.children && c(oe, x.children);
7646
7647
  } else !ae && K == null && M(oe, le, ye, F, W);
7647
7648
  ((Ne = ye.onVnodeUpdated) || Ee) && It(() => {
7648
- Ne && Nn(Ne, F, k, w), Ee && Rr(k, w, F, "updated");
7649
+ Ne && Nn(Ne, F, x, w), Ee && Rr(x, w, F, "updated");
7649
7650
  }, G);
7650
- }, T = (w, k, F, G, W, Z, ae) => {
7651
- for (let oe = 0; oe < k.length; oe++) {
7652
- const re = w[oe], K = k[oe], Ee = (
7651
+ }, T = (w, x, F, G, W, Y, ae) => {
7652
+ for (let oe = 0; oe < x.length; oe++) {
7653
+ const re = w[oe], K = x[oe], Ee = (
7653
7654
  // oldVNode may be an errored async setup() component inside Suspense
7654
7655
  // which will not have a mounted element
7655
7656
  re.el && // - In the case of a Fragment, we need to provide the actual parent
@@ -7670,44 +7671,44 @@ function pv(e, t) {
7670
7671
  null,
7671
7672
  G,
7672
7673
  W,
7673
- Z,
7674
+ Y,
7674
7675
  ae,
7675
7676
  !0
7676
7677
  );
7677
7678
  }
7678
- }, M = (w, k, F, G, W) => {
7679
- if (k !== F) {
7680
- if (k !== Ye)
7681
- for (const Z in k)
7682
- !Cs(Z) && !(Z in F) && s(
7679
+ }, M = (w, x, F, G, W) => {
7680
+ if (x !== F) {
7681
+ if (x !== Ye)
7682
+ for (const Y in x)
7683
+ !Cs(Y) && !(Y in F) && s(
7683
7684
  w,
7684
- Z,
7685
- k[Z],
7685
+ Y,
7686
+ x[Y],
7686
7687
  null,
7687
7688
  W,
7688
7689
  G
7689
7690
  );
7690
- for (const Z in F) {
7691
- if (Cs(Z)) continue;
7692
- const ae = F[Z], oe = k[Z];
7693
- ae !== oe && Z !== "value" && s(w, Z, oe, ae, W, G);
7691
+ for (const Y in F) {
7692
+ if (Cs(Y)) continue;
7693
+ const ae = F[Y], oe = x[Y];
7694
+ ae !== oe && Y !== "value" && s(w, Y, oe, ae, W, G);
7694
7695
  }
7695
- "value" in F && s(w, "value", k.value, F.value, W);
7696
+ "value" in F && s(w, "value", x.value, F.value, W);
7696
7697
  }
7697
- }, se = (w, k, F, G, W, Z, ae, oe, re) => {
7698
- const K = k.el = w ? w.el : a(""), Ee = k.anchor = w ? w.anchor : a("");
7699
- let { patchFlag: le, dynamicChildren: ye, slotScopeIds: Ne } = k;
7698
+ }, ie = (w, x, F, G, W, Y, ae, oe, re) => {
7699
+ const K = x.el = w ? w.el : a(""), Ee = x.anchor = w ? w.anchor : a("");
7700
+ let { patchFlag: le, dynamicChildren: ye, slotScopeIds: Ne } = x;
7700
7701
  N.NODE_ENV !== "production" && // #5523 dev root fragment may inherit directives
7701
7702
  (hn || le & 2048) && (le = 0, re = !1, ye = null), Ne && (oe = oe ? oe.concat(Ne) : Ne), w == null ? (r(K, F, G), r(Ee, F, G), I(
7702
7703
  // #10007
7703
7704
  // such fragment like `<></>` will be compiled into
7704
7705
  // a fragment which doesn't have a children.
7705
7706
  // In this case fallback to an empty array
7706
- k.children || [],
7707
+ x.children || [],
7707
7708
  F,
7708
7709
  Ee,
7709
7710
  W,
7710
- Z,
7711
+ Y,
7711
7712
  ae,
7712
7713
  oe,
7713
7714
  re
@@ -7718,48 +7719,48 @@ function pv(e, t) {
7718
7719
  ye,
7719
7720
  F,
7720
7721
  W,
7721
- Z,
7722
+ Y,
7722
7723
  ae,
7723
7724
  oe
7724
- ), N.NODE_ENV !== "production" ? $s(w, k) : (
7725
+ ), N.NODE_ENV !== "production" ? $s(w, x) : (
7725
7726
  // #2080 if the stable fragment has a key, it's a <template v-for> that may
7726
7727
  // get moved around. Make sure all root level vnodes inherit el.
7727
7728
  // #2134 or if it's a component root, it may also get moved around
7728
7729
  // as the component is being moved.
7729
- (k.key != null || W && k === W.subTree) && $s(
7730
+ (x.key != null || W && x === W.subTree) && $s(
7730
7731
  w,
7731
- k,
7732
+ x,
7732
7733
  !0
7733
7734
  /* shallow */
7734
7735
  )
7735
7736
  )) : be(
7736
7737
  w,
7737
- k,
7738
+ x,
7738
7739
  F,
7739
7740
  Ee,
7740
7741
  W,
7741
- Z,
7742
+ Y,
7742
7743
  ae,
7743
7744
  oe,
7744
7745
  re
7745
7746
  );
7746
- }, xe = (w, k, F, G, W, Z, ae, oe, re) => {
7747
- k.slotScopeIds = oe, w == null ? k.shapeFlag & 512 ? W.ctx.activate(
7748
- k,
7747
+ }, xe = (w, x, F, G, W, Y, ae, oe, re) => {
7748
+ x.slotScopeIds = oe, w == null ? x.shapeFlag & 512 ? W.ctx.activate(
7749
+ x,
7749
7750
  F,
7750
7751
  G,
7751
7752
  ae,
7752
7753
  re
7753
7754
  ) : C(
7754
- k,
7755
+ x,
7755
7756
  F,
7756
7757
  G,
7757
7758
  W,
7758
- Z,
7759
+ Y,
7759
7760
  ae,
7760
7761
  re
7761
- ) : H(w, k, re);
7762
- }, C = (w, k, F, G, W, Z, ae) => {
7762
+ ) : H(w, x, re);
7763
+ }, C = (w, x, F, G, W, Y, ae) => {
7763
7764
  const oe = w.component = Av(
7764
7765
  w,
7765
7766
  G,
@@ -7768,30 +7769,30 @@ function pv(e, t) {
7768
7769
  if (N.NODE_ENV !== "production" && oe.type.__hmrId && dg(oe), N.NODE_ENV !== "production" && (zi(w), go(oe, "mount")), gi(w) && (oe.ctx.renderer = as), N.NODE_ENV !== "production" && go(oe, "init"), Iv(oe, !1, ae), N.NODE_ENV !== "production" && vo(oe, "init"), N.NODE_ENV !== "production" && hn && (w.el = null), oe.asyncDep) {
7769
7770
  if (W && W.registerDep(oe, U, ae), !w.el) {
7770
7771
  const re = oe.subTree = E(lt);
7771
- S(null, re, k, F);
7772
+ S(null, re, x, F);
7772
7773
  }
7773
7774
  } else
7774
7775
  U(
7775
7776
  oe,
7776
7777
  w,
7777
- k,
7778
+ x,
7778
7779
  F,
7779
7780
  W,
7780
- Z,
7781
+ Y,
7781
7782
  ae
7782
7783
  );
7783
7784
  N.NODE_ENV !== "production" && (Hi(), vo(oe, "mount"));
7784
- }, H = (w, k, F) => {
7785
- const G = k.component = w.component;
7786
- if (xv(w, k, F))
7785
+ }, H = (w, x, F) => {
7786
+ const G = x.component = w.component;
7787
+ if (xv(w, x, F))
7787
7788
  if (G.asyncDep && !G.asyncResolved) {
7788
- N.NODE_ENV !== "production" && zi(k), ne(G, k, F), N.NODE_ENV !== "production" && Hi();
7789
+ N.NODE_ENV !== "production" && zi(x), ne(G, x, F), N.NODE_ENV !== "production" && Hi();
7789
7790
  return;
7790
7791
  } else
7791
- G.next = k, G.update();
7792
+ G.next = x, G.update();
7792
7793
  else
7793
- k.el = w.el, G.vnode = k;
7794
- }, U = (w, k, F, G, W, Z, ae) => {
7794
+ x.el = w.el, G.vnode = x;
7795
+ }, U = (w, x, F, G, W, Y, ae) => {
7795
7796
  const oe = () => {
7796
7797
  if (w.isMounted) {
7797
7798
  let { next: le, bu: ye, u: Ne, parent: Ue, vnode: Je } = w;
@@ -7804,32 +7805,32 @@ function pv(e, t) {
7804
7805
  return;
7805
7806
  }
7806
7807
  }
7807
- let We = le, zt;
7808
- N.NODE_ENV !== "production" && zi(le || w.vnode), Lr(w, !1), le ? (le.el = Je.el, ne(w, le, ae)) : le = Je, ye && us(ye), (zt = le.props && le.props.onVnodeBeforeUpdate) && Nn(zt, Ue, le, Je), Lr(w, !0), N.NODE_ENV !== "production" && go(w, "render");
7809
- const Ht = Vc(w);
7808
+ let We = le, Ht;
7809
+ N.NODE_ENV !== "production" && zi(le || w.vnode), Lr(w, !1), le ? (le.el = Je.el, ne(w, le, ae)) : le = Je, ye && us(ye), (Ht = le.props && le.props.onVnodeBeforeUpdate) && Nn(Ht, Ue, le, Je), Lr(w, !0), N.NODE_ENV !== "production" && go(w, "render");
7810
+ const qt = Vc(w);
7810
7811
  N.NODE_ENV !== "production" && vo(w, "render");
7811
7812
  const On = w.subTree;
7812
- w.subTree = Ht, N.NODE_ENV !== "production" && go(w, "patch"), g(
7813
+ w.subTree = qt, N.NODE_ENV !== "production" && go(w, "patch"), g(
7813
7814
  On,
7814
- Ht,
7815
+ qt,
7815
7816
  // parent may have changed if it's in a teleport
7816
7817
  d(On.el),
7817
7818
  // anchor may have changed if it's in a fragment
7818
7819
  Oi(On),
7819
7820
  w,
7820
7821
  W,
7821
- Z
7822
- ), N.NODE_ENV !== "production" && vo(w, "patch"), le.el = Ht.el, We === null && Ov(w, Ht.el), Ne && It(Ne, W), (zt = le.props && le.props.onVnodeUpdated) && It(
7823
- () => Nn(zt, Ue, le, Je),
7822
+ Y
7823
+ ), N.NODE_ENV !== "production" && vo(w, "patch"), le.el = qt.el, We === null && Ov(w, qt.el), Ne && It(Ne, W), (Ht = le.props && le.props.onVnodeUpdated) && It(
7824
+ () => Nn(Ht, Ue, le, Je),
7824
7825
  W
7825
7826
  ), N.NODE_ENV !== "production" && sh(w), N.NODE_ENV !== "production" && Hi();
7826
7827
  } else {
7827
7828
  let le;
7828
- const { el: ye, props: Ne } = k, { bm: Ue, m: Je, parent: We, root: zt, type: Ht } = w, On = Lo(k);
7829
- Lr(w, !1), Ue && us(Ue), !On && (le = Ne && Ne.onVnodeBeforeMount) && Nn(le, We, k), Lr(w, !0);
7829
+ const { el: ye, props: Ne } = x, { bm: Ue, m: Je, parent: We, root: Ht, type: qt } = w, On = Lo(x);
7830
+ Lr(w, !1), Ue && us(Ue), !On && (le = Ne && Ne.onVnodeBeforeMount) && Nn(le, We, x), Lr(w, !0);
7830
7831
  {
7831
- zt.ce && // @ts-expect-error _def is private
7832
- zt.ce._def.shadowRoot !== !1 && zt.ce._injectChildStyle(Ht), N.NODE_ENV !== "production" && go(w, "render");
7832
+ Ht.ce && // @ts-expect-error _def is private
7833
+ Ht.ce._def.shadowRoot !== !1 && Ht.ce._injectChildStyle(qt), N.NODE_ENV !== "production" && go(w, "render");
7833
7834
  const Sn = w.subTree = Vc(w);
7834
7835
  N.NODE_ENV !== "production" && vo(w, "render"), N.NODE_ENV !== "production" && go(w, "patch"), g(
7835
7836
  null,
@@ -7838,17 +7839,17 @@ function pv(e, t) {
7838
7839
  G,
7839
7840
  w,
7840
7841
  W,
7841
- Z
7842
- ), N.NODE_ENV !== "production" && vo(w, "patch"), k.el = Sn.el;
7842
+ Y
7843
+ ), N.NODE_ENV !== "production" && vo(w, "patch"), x.el = Sn.el;
7843
7844
  }
7844
7845
  if (Je && It(Je, W), !On && (le = Ne && Ne.onVnodeMounted)) {
7845
- const Sn = k;
7846
+ const Sn = x;
7846
7847
  It(
7847
7848
  () => Nn(le, We, Sn),
7848
7849
  W
7849
7850
  );
7850
7851
  }
7851
- (k.shapeFlag & 256 || We && Lo(We.vnode) && We.vnode.shapeFlag & 256) && w.a && It(w.a, W), w.isMounted = !0, N.NODE_ENV !== "production" && gg(w), k = F = G = null;
7852
+ (x.shapeFlag & 256 || We && Lo(We.vnode) && We.vnode.shapeFlag & 256) && w.a && It(w.a, W), w.isMounted = !0, N.NODE_ENV !== "production" && gg(w), x = F = G = null;
7852
7853
  }
7853
7854
  };
7854
7855
  w.scope.on();
@@ -7856,12 +7857,12 @@ function pv(e, t) {
7856
7857
  w.scope.off();
7857
7858
  const K = w.update = re.run.bind(re), Ee = w.job = re.runIfDirty.bind(re);
7858
7859
  Ee.i = w, Ee.id = w.uid, re.scheduler = () => Ba(Ee), Lr(w, !0), N.NODE_ENV !== "production" && (re.onTrack = w.rtc ? (le) => us(w.rtc, le) : void 0, re.onTrigger = w.rtg ? (le) => us(w.rtg, le) : void 0), K();
7859
- }, ne = (w, k, F) => {
7860
- k.component = w;
7860
+ }, ne = (w, x, F) => {
7861
+ x.component = w;
7861
7862
  const G = w.vnode.props;
7862
- w.vnode = k, w.next = null, tv(w, k.props, G, F), dv(w, k.children, F), _n(), wc(w), wn();
7863
- }, be = (w, k, F, G, W, Z, ae, oe, re = !1) => {
7864
- const K = w && w.children, Ee = w ? w.shapeFlag : 0, le = k.children, { patchFlag: ye, shapeFlag: Ne } = k;
7863
+ w.vnode = x, w.next = null, tv(w, x.props, G, F), dv(w, x.children, F), _n(), wc(w), wn();
7864
+ }, be = (w, x, F, G, W, Y, ae, oe, re = !1) => {
7865
+ const K = w && w.children, Ee = w ? w.shapeFlag : 0, le = x.children, { patchFlag: ye, shapeFlag: Ne } = x;
7865
7866
  if (ye > 0) {
7866
7867
  if (ye & 128) {
7867
7868
  he(
@@ -7870,7 +7871,7 @@ function pv(e, t) {
7870
7871
  F,
7871
7872
  G,
7872
7873
  W,
7873
- Z,
7874
+ Y,
7874
7875
  ae,
7875
7876
  oe,
7876
7877
  re
@@ -7883,7 +7884,7 @@ function pv(e, t) {
7883
7884
  F,
7884
7885
  G,
7885
7886
  W,
7886
- Z,
7887
+ Y,
7887
7888
  ae,
7888
7889
  oe,
7889
7890
  re
@@ -7891,39 +7892,39 @@ function pv(e, t) {
7891
7892
  return;
7892
7893
  }
7893
7894
  }
7894
- Ne & 8 ? (Ee & 16 && is(K, W, Z), le !== K && c(F, le)) : Ee & 16 ? Ne & 16 ? he(
7895
+ Ne & 8 ? (Ee & 16 && is(K, W, Y), le !== K && c(F, le)) : Ee & 16 ? Ne & 16 ? he(
7895
7896
  K,
7896
7897
  le,
7897
7898
  F,
7898
7899
  G,
7899
7900
  W,
7900
- Z,
7901
+ Y,
7901
7902
  ae,
7902
7903
  oe,
7903
7904
  re
7904
- ) : is(K, W, Z, !0) : (Ee & 8 && c(F, ""), Ne & 16 && I(
7905
+ ) : is(K, W, Y, !0) : (Ee & 8 && c(F, ""), Ne & 16 && I(
7905
7906
  le,
7906
7907
  F,
7907
7908
  G,
7908
7909
  W,
7909
- Z,
7910
+ Y,
7910
7911
  ae,
7911
7912
  oe,
7912
7913
  re
7913
7914
  ));
7914
- }, ce = (w, k, F, G, W, Z, ae, oe, re) => {
7915
- w = w || Vo, k = k || Vo;
7916
- const K = w.length, Ee = k.length, le = Math.min(K, Ee);
7915
+ }, ce = (w, x, F, G, W, Y, ae, oe, re) => {
7916
+ w = w || Vo, x = x || Vo;
7917
+ const K = w.length, Ee = x.length, le = Math.min(K, Ee);
7917
7918
  let ye;
7918
7919
  for (ye = 0; ye < le; ye++) {
7919
- const Ne = k[ye] = re ? br(k[ye]) : cn(k[ye]);
7920
+ const Ne = x[ye] = re ? br(x[ye]) : cn(x[ye]);
7920
7921
  g(
7921
7922
  w[ye],
7922
7923
  Ne,
7923
7924
  F,
7924
7925
  null,
7925
7926
  W,
7926
- Z,
7927
+ Y,
7927
7928
  ae,
7928
7929
  oe,
7929
7930
  re
@@ -7932,27 +7933,27 @@ function pv(e, t) {
7932
7933
  K > Ee ? is(
7933
7934
  w,
7934
7935
  W,
7935
- Z,
7936
+ Y,
7936
7937
  !0,
7937
7938
  !1,
7938
7939
  le
7939
7940
  ) : I(
7940
- k,
7941
+ x,
7941
7942
  F,
7942
7943
  G,
7943
7944
  W,
7944
- Z,
7945
+ Y,
7945
7946
  ae,
7946
7947
  oe,
7947
7948
  re,
7948
7949
  le
7949
7950
  );
7950
- }, he = (w, k, F, G, W, Z, ae, oe, re) => {
7951
+ }, he = (w, x, F, G, W, Y, ae, oe, re) => {
7951
7952
  let K = 0;
7952
- const Ee = k.length;
7953
+ const Ee = x.length;
7953
7954
  let le = w.length - 1, ye = Ee - 1;
7954
7955
  for (; K <= le && K <= ye; ) {
7955
- const Ne = w[K], Ue = k[K] = re ? br(k[K]) : cn(k[K]);
7956
+ const Ne = w[K], Ue = x[K] = re ? br(x[K]) : cn(x[K]);
7956
7957
  if (Wr(Ne, Ue))
7957
7958
  g(
7958
7959
  Ne,
@@ -7960,7 +7961,7 @@ function pv(e, t) {
7960
7961
  F,
7961
7962
  null,
7962
7963
  W,
7963
- Z,
7964
+ Y,
7964
7965
  ae,
7965
7966
  oe,
7966
7967
  re
@@ -7970,7 +7971,7 @@ function pv(e, t) {
7970
7971
  K++;
7971
7972
  }
7972
7973
  for (; K <= le && K <= ye; ) {
7973
- const Ne = w[le], Ue = k[ye] = re ? br(k[ye]) : cn(k[ye]);
7974
+ const Ne = w[le], Ue = x[ye] = re ? br(x[ye]) : cn(x[ye]);
7974
7975
  if (Wr(Ne, Ue))
7975
7976
  g(
7976
7977
  Ne,
@@ -7978,7 +7979,7 @@ function pv(e, t) {
7978
7979
  F,
7979
7980
  null,
7980
7981
  W,
7981
- Z,
7982
+ Y,
7982
7983
  ae,
7983
7984
  oe,
7984
7985
  re
@@ -7989,15 +7990,15 @@ function pv(e, t) {
7989
7990
  }
7990
7991
  if (K > le) {
7991
7992
  if (K <= ye) {
7992
- const Ne = ye + 1, Ue = Ne < Ee ? k[Ne].el : G;
7993
+ const Ne = ye + 1, Ue = Ne < Ee ? x[Ne].el : G;
7993
7994
  for (; K <= ye; )
7994
7995
  g(
7995
7996
  null,
7996
- k[K] = re ? br(k[K]) : cn(k[K]),
7997
+ x[K] = re ? br(x[K]) : cn(x[K]),
7997
7998
  F,
7998
7999
  Ue,
7999
8000
  W,
8000
- Z,
8001
+ Y,
8001
8002
  ae,
8002
8003
  oe,
8003
8004
  re
@@ -8005,26 +8006,26 @@ function pv(e, t) {
8005
8006
  }
8006
8007
  } else if (K > ye)
8007
8008
  for (; K <= le; )
8008
- Pe(w[K], W, Z, !0), K++;
8009
+ Pe(w[K], W, Y, !0), K++;
8009
8010
  else {
8010
8011
  const Ne = K, Ue = K, Je = /* @__PURE__ */ new Map();
8011
8012
  for (K = Ue; K <= ye; K++) {
8012
- const $t = k[K] = re ? br(k[K]) : cn(k[K]);
8013
+ const $t = x[K] = re ? br(x[K]) : cn(x[K]);
8013
8014
  $t.key != null && (N.NODE_ENV !== "production" && Je.has($t.key) && X(
8014
8015
  "Duplicate keys found during update:",
8015
8016
  JSON.stringify($t.key),
8016
8017
  "Make sure keys are unique."
8017
8018
  ), Je.set($t.key, K));
8018
8019
  }
8019
- let We, zt = 0;
8020
- const Ht = ye - Ue + 1;
8020
+ let We, Ht = 0;
8021
+ const qt = ye - Ue + 1;
8021
8022
  let On = !1, Sn = 0;
8022
- const ls = new Array(Ht);
8023
- for (K = 0; K < Ht; K++) ls[K] = 0;
8023
+ const ls = new Array(qt);
8024
+ for (K = 0; K < qt; K++) ls[K] = 0;
8024
8025
  for (K = Ne; K <= le; K++) {
8025
8026
  const $t = w[K];
8026
- if (zt >= Ht) {
8027
- Pe($t, W, Z, !0);
8027
+ if (Ht >= qt) {
8028
+ Pe($t, W, Y, !0);
8028
8029
  continue;
8029
8030
  }
8030
8031
  let Cn;
@@ -8032,81 +8033,81 @@ function pv(e, t) {
8032
8033
  Cn = Je.get($t.key);
8033
8034
  else
8034
8035
  for (We = Ue; We <= ye; We++)
8035
- if (ls[We - Ue] === 0 && Wr($t, k[We])) {
8036
+ if (ls[We - Ue] === 0 && Wr($t, x[We])) {
8036
8037
  Cn = We;
8037
8038
  break;
8038
8039
  }
8039
- Cn === void 0 ? Pe($t, W, Z, !0) : (ls[Cn - Ue] = K + 1, Cn >= Sn ? Sn = Cn : On = !0, g(
8040
+ Cn === void 0 ? Pe($t, W, Y, !0) : (ls[Cn - Ue] = K + 1, Cn >= Sn ? Sn = Cn : On = !0, g(
8040
8041
  $t,
8041
- k[Cn],
8042
+ x[Cn],
8042
8043
  F,
8043
8044
  null,
8044
8045
  W,
8045
- Z,
8046
+ Y,
8046
8047
  ae,
8047
8048
  oe,
8048
8049
  re
8049
- ), zt++);
8050
+ ), Ht++);
8050
8051
  }
8051
8052
  const lc = On ? bv(ls) : Vo;
8052
- for (We = lc.length - 1, K = Ht - 1; K >= 0; K--) {
8053
- const $t = Ue + K, Cn = k[$t], uc = $t + 1 < Ee ? k[$t + 1].el : G;
8053
+ for (We = lc.length - 1, K = qt - 1; K >= 0; K--) {
8054
+ const $t = Ue + K, Cn = x[$t], uc = $t + 1 < Ee ? x[$t + 1].el : G;
8054
8055
  ls[K] === 0 ? g(
8055
8056
  null,
8056
8057
  Cn,
8057
8058
  F,
8058
8059
  uc,
8059
8060
  W,
8060
- Z,
8061
+ Y,
8061
8062
  ae,
8062
8063
  oe,
8063
8064
  re
8064
8065
  ) : On && (We < 0 || K !== lc[We] ? we(Cn, F, uc, 2) : We--);
8065
8066
  }
8066
8067
  }
8067
- }, we = (w, k, F, G, W = null) => {
8068
- const { el: Z, type: ae, transition: oe, children: re, shapeFlag: K } = w;
8068
+ }, we = (w, x, F, G, W = null) => {
8069
+ const { el: Y, type: ae, transition: oe, children: re, shapeFlag: K } = w;
8069
8070
  if (K & 6) {
8070
- we(w.component.subTree, k, F, G);
8071
+ we(w.component.subTree, x, F, G);
8071
8072
  return;
8072
8073
  }
8073
8074
  if (K & 128) {
8074
- w.suspense.move(k, F, G);
8075
+ w.suspense.move(x, F, G);
8075
8076
  return;
8076
8077
  }
8077
8078
  if (K & 64) {
8078
- ae.move(w, k, F, as);
8079
+ ae.move(w, x, F, as);
8079
8080
  return;
8080
8081
  }
8081
8082
  if (ae === _e) {
8082
- r(Z, k, F);
8083
+ r(Y, x, F);
8083
8084
  for (let le = 0; le < re.length; le++)
8084
- we(re[le], k, F, G);
8085
- r(w.anchor, k, F);
8085
+ we(re[le], x, F, G);
8086
+ r(w.anchor, x, F);
8086
8087
  return;
8087
8088
  }
8088
8089
  if (ae === As) {
8089
- q(w, k, F);
8090
+ q(w, x, F);
8090
8091
  return;
8091
8092
  }
8092
8093
  if (G !== 2 && K & 1 && oe)
8093
8094
  if (G === 0)
8094
- oe.beforeEnter(Z), r(Z, k, F), It(() => oe.enter(Z), W);
8095
+ oe.beforeEnter(Y), r(Y, x, F), It(() => oe.enter(Y), W);
8095
8096
  else {
8096
8097
  const { leave: le, delayLeave: ye, afterLeave: Ne } = oe, Ue = () => {
8097
- w.ctx.isUnmounted ? o(Z) : r(Z, k, F);
8098
+ w.ctx.isUnmounted ? o(Y) : r(Y, x, F);
8098
8099
  }, Je = () => {
8099
- le(Z, () => {
8100
+ le(Y, () => {
8100
8101
  Ue(), Ne && Ne();
8101
8102
  });
8102
8103
  };
8103
- ye ? ye(Z, Ue, Je) : Je();
8104
+ ye ? ye(Y, Ue, Je) : Je();
8104
8105
  }
8105
8106
  else
8106
- r(Z, k, F);
8107
- }, Pe = (w, k, F, G = !1, W = !1) => {
8107
+ r(Y, x, F);
8108
+ }, Pe = (w, x, F, G = !1, W = !1) => {
8108
8109
  const {
8109
- type: Z,
8110
+ type: Y,
8110
8111
  props: ae,
8111
8112
  ref: oe,
8112
8113
  children: re,
@@ -8116,22 +8117,22 @@ function pv(e, t) {
8116
8117
  dirs: ye,
8117
8118
  cacheIndex: Ne
8118
8119
  } = w;
8119
- if (le === -2 && (W = !1), oe != null && (_n(), Ts(oe, null, F, w, !0), wn()), Ne != null && (k.renderCache[Ne] = void 0), Ee & 256) {
8120
- k.ctx.deactivate(w);
8120
+ if (le === -2 && (W = !1), oe != null && (_n(), Ts(oe, null, F, w, !0), wn()), Ne != null && (x.renderCache[Ne] = void 0), Ee & 256) {
8121
+ x.ctx.deactivate(w);
8121
8122
  return;
8122
8123
  }
8123
8124
  const Ue = Ee & 1 && ye, Je = !Lo(w);
8124
8125
  let We;
8125
- if (Je && (We = ae && ae.onVnodeBeforeUnmount) && Nn(We, k, w), Ee & 6)
8126
+ if (Je && (We = ae && ae.onVnodeBeforeUnmount) && Nn(We, x, w), Ee & 6)
8126
8127
  wm(w.component, F, G);
8127
8128
  else {
8128
8129
  if (Ee & 128) {
8129
8130
  w.suspense.unmount(F, G);
8130
8131
  return;
8131
8132
  }
8132
- Ue && Rr(w, null, k, "beforeUnmount"), Ee & 64 ? w.type.remove(
8133
+ Ue && Rr(w, null, x, "beforeUnmount"), Ee & 64 ? w.type.remove(
8133
8134
  w,
8134
- k,
8135
+ x,
8135
8136
  F,
8136
8137
  as,
8137
8138
  G
@@ -8141,48 +8142,48 @@ function pv(e, t) {
8141
8142
  // so that it doesn't take the fast path during unmount - otherwise
8142
8143
  // components nested in v-once are never unmounted.
8143
8144
  !K.hasOnce && // #1153: fast path should not be taken for non-stable (v-for) fragments
8144
- (Z !== _e || le > 0 && le & 64) ? is(
8145
+ (Y !== _e || le > 0 && le & 64) ? is(
8145
8146
  K,
8146
- k,
8147
+ x,
8147
8148
  F,
8148
8149
  !1,
8149
8150
  !0
8150
- ) : (Z === _e && le & 384 || !W && Ee & 16) && is(re, k, F), G && vt(w);
8151
+ ) : (Y === _e && le & 384 || !W && Ee & 16) && is(re, x, F), G && vt(w);
8151
8152
  }
8152
8153
  (Je && (We = ae && ae.onVnodeUnmounted) || Ue) && It(() => {
8153
- We && Nn(We, k, w), Ue && Rr(w, null, k, "unmounted");
8154
+ We && Nn(We, x, w), Ue && Rr(w, null, x, "unmounted");
8154
8155
  }, F);
8155
8156
  }, vt = (w) => {
8156
- const { type: k, el: F, anchor: G, transition: W } = w;
8157
- if (k === _e) {
8157
+ const { type: x, el: F, anchor: G, transition: W } = w;
8158
+ if (x === _e) {
8158
8159
  N.NODE_ENV !== "production" && w.patchFlag > 0 && w.patchFlag & 2048 && W && !W.persisted ? w.children.forEach((ae) => {
8159
8160
  ae.type === lt ? o(ae.el) : vt(ae);
8160
8161
  }) : lr(F, G);
8161
8162
  return;
8162
8163
  }
8163
- if (k === As) {
8164
+ if (x === As) {
8164
8165
  B(w);
8165
8166
  return;
8166
8167
  }
8167
- const Z = () => {
8168
+ const Y = () => {
8168
8169
  o(F), W && !W.persisted && W.afterLeave && W.afterLeave();
8169
8170
  };
8170
8171
  if (w.shapeFlag & 1 && W && !W.persisted) {
8171
- const { leave: ae, delayLeave: oe } = W, re = () => ae(F, Z);
8172
- oe ? oe(w.el, Z, re) : re();
8172
+ const { leave: ae, delayLeave: oe } = W, re = () => ae(F, Y);
8173
+ oe ? oe(w.el, Y, re) : re();
8173
8174
  } else
8174
- Z();
8175
- }, lr = (w, k) => {
8175
+ Y();
8176
+ }, lr = (w, x) => {
8176
8177
  let F;
8177
- for (; w !== k; )
8178
+ for (; w !== x; )
8178
8179
  F = f(w), o(w), w = F;
8179
- o(k);
8180
- }, wm = (w, k, F) => {
8180
+ o(x);
8181
+ }, wm = (w, x, F) => {
8181
8182
  N.NODE_ENV !== "production" && w.type.__hmrId && fg(w);
8182
8183
  const {
8183
8184
  bum: G,
8184
8185
  scope: W,
8185
- job: Z,
8186
+ job: Y,
8186
8187
  subTree: ae,
8187
8188
  um: oe,
8188
8189
  m: re,
@@ -8192,31 +8193,31 @@ function pv(e, t) {
8192
8193
  } = w;
8193
8194
  Mc(re), Mc(K), G && us(G), Ee && ve(le) && le.forEach((ye) => {
8194
8195
  Ee.renderCache[ye] = void 0;
8195
- }), W.stop(), Z && (Z.flags |= 8, Pe(ae, w, k, F)), oe && It(oe, k), It(() => {
8196
+ }), W.stop(), Y && (Y.flags |= 8, Pe(ae, w, x, F)), oe && It(oe, x), It(() => {
8196
8197
  w.isUnmounted = !0;
8197
- }, k), k && k.pendingBranch && !k.isUnmounted && w.asyncDep && !w.asyncResolved && w.suspenseId === k.pendingId && (k.deps--, k.deps === 0 && k.resolve()), N.NODE_ENV !== "production" && yg(w);
8198
- }, is = (w, k, F, G = !1, W = !1, Z = 0) => {
8199
- for (let ae = Z; ae < w.length; ae++)
8200
- Pe(w[ae], k, F, G, W);
8198
+ }, x), x && x.pendingBranch && !x.isUnmounted && w.asyncDep && !w.asyncResolved && w.suspenseId === x.pendingId && (x.deps--, x.deps === 0 && x.resolve()), N.NODE_ENV !== "production" && yg(w);
8199
+ }, is = (w, x, F, G = !1, W = !1, Y = 0) => {
8200
+ for (let ae = Y; ae < w.length; ae++)
8201
+ Pe(w[ae], x, F, G, W);
8201
8202
  }, Oi = (w) => {
8202
8203
  if (w.shapeFlag & 6)
8203
8204
  return Oi(w.component.subTree);
8204
8205
  if (w.shapeFlag & 128)
8205
8206
  return w.suspense.next();
8206
- const k = f(w.anchor || w.el), F = k && k[uh];
8207
- return F ? f(F) : k;
8207
+ const x = f(w.anchor || w.el), F = x && x[uh];
8208
+ return F ? f(F) : x;
8208
8209
  };
8209
8210
  let el = !1;
8210
- const ac = (w, k, F) => {
8211
- w == null ? k._vnode && Pe(k._vnode, null, null, !0) : g(
8212
- k._vnode || null,
8211
+ const ac = (w, x, F) => {
8212
+ w == null ? x._vnode && Pe(x._vnode, null, null, !0) : g(
8213
+ x._vnode || null,
8213
8214
  w,
8214
- k,
8215
+ x,
8215
8216
  null,
8216
8217
  null,
8217
8218
  null,
8218
8219
  F
8219
- ), k._vnode = w, el || (el = !0, wc(), th(), el = !1);
8220
+ ), x._vnode = w, el || (el = !0, wc(), th(), el = !1);
8220
8221
  }, as = {
8221
8222
  p: g,
8222
8223
  um: Pe,
@@ -8351,7 +8352,7 @@ function Mh(e, t) {
8351
8352
  return r;
8352
8353
  };
8353
8354
  }
8354
- const _v = (e, t) => t === "modelValue" || t === "model-value" ? e.modelModifiers : e[`${t}Modifiers`] || e[`${Rt(t)}Modifiers`] || e[`${Dr(t)}Modifiers`];
8355
+ const _v = (e, t) => t === "modelValue" || t === "model-value" ? e.modelModifiers : e[`${t}Modifiers`] || e[`${Lt(t)}Modifiers`] || e[`${Dr(t)}Modifiers`];
8355
8356
  function wv(e, t, ...n) {
8356
8357
  if (e.isUnmounted) return;
8357
8358
  const r = e.vnode.props || Ye;
@@ -8362,8 +8363,8 @@ function wv(e, t, ...n) {
8362
8363
  } = e;
8363
8364
  if (c)
8364
8365
  if (!(t in c))
8365
- (!d || !(Fr(Rt(t)) in d)) && X(
8366
- `Component emitted event "${t}" but it is neither declared in the emits option nor as an "${Fr(Rt(t))}" prop.`
8366
+ (!d || !(Fr(Lt(t)) in d)) && X(
8367
+ `Component emitted event "${t}" but it is neither declared in the emits option nor as an "${Fr(Lt(t))}" prop.`
8367
8368
  );
8368
8369
  else {
8369
8370
  const f = c[t];
@@ -8386,7 +8387,7 @@ function wv(e, t, ...n) {
8386
8387
  );
8387
8388
  }
8388
8389
  let a, l = r[a = Fr(t)] || // also try camelCase event handler (#2249)
8389
- r[a = Fr(Rt(t))];
8390
+ r[a = Fr(Lt(t))];
8390
8391
  !l && s && (l = r[a = Fr(Dr(t))]), l && En(
8391
8392
  l,
8392
8393
  e,
@@ -8632,7 +8633,7 @@ function O(e, t, n, r, o, s) {
8632
8633
  )
8633
8634
  );
8634
8635
  }
8635
- function Y(e, t, n, r, o) {
8636
+ function Z(e, t, n, r, o) {
8636
8637
  return jh(
8637
8638
  E(
8638
8639
  e,
@@ -8798,8 +8799,8 @@ function zh(e, t) {
8798
8799
  const n = E(As, null, e);
8799
8800
  return n.staticCount = t, n;
8800
8801
  }
8801
- function ie(e = "", t = !1) {
8802
- return t ? (b(), Y(lt, null, e)) : E(lt, null, e);
8802
+ function se(e = "", t = !1) {
8803
+ return t ? (b(), Z(lt, null, e)) : E(lt, null, e);
8803
8804
  }
8804
8805
  function cn(e) {
8805
8806
  return e == null || typeof e == "boolean" ? E(lt) : ve(e) ? E(
@@ -9180,7 +9181,7 @@ function Bv() {
9180
9181
  return [
9181
9182
  "div",
9182
9183
  {},
9183
- ["span", e, Lt(d) ? "ShallowReactive" : "Reactive"],
9184
+ ["span", e, jt(d) ? "ShallowReactive" : "Reactive"],
9184
9185
  "<",
9185
9186
  a(d),
9186
9187
  `>${Un(d) ? " (readonly)" : ""}`
@@ -9189,7 +9190,7 @@ function Bv() {
9189
9190
  return [
9190
9191
  "div",
9191
9192
  {},
9192
- ["span", e, Lt(d) ? "ShallowReadonly" : "Readonly"],
9193
+ ["span", e, jt(d) ? "ShallowReadonly" : "Readonly"],
9193
9194
  "<",
9194
9195
  a(d),
9195
9196
  ">"
@@ -9271,7 +9272,7 @@ function Bv() {
9271
9272
  return !0;
9272
9273
  }
9273
9274
  function c(d) {
9274
- return Lt(d) ? "ShallowRef" : d.effect ? "ComputedRef" : "Ref";
9275
+ return jt(d) ? "ShallowRef" : d.effect ? "ComputedRef" : "Ref";
9275
9276
  }
9276
9277
  window.devtoolsFormatters ? window.devtoolsFormatters.push(o) : window.devtoolsFormatters = [o];
9277
9278
  }
@@ -9396,14 +9397,14 @@ function Zv(e) {
9396
9397
  onBeforeAppear: D = S,
9397
9398
  onAppear: y = R,
9398
9399
  onAppearCancelled: P = z
9399
- } = t, I = (M, se, xe, C) => {
9400
- M._enterCancelled = C, Ur(M, se ? c : a), Ur(M, se ? u : i), xe && xe();
9401
- }, $ = (M, se) => {
9402
- M._isLeaving = !1, Ur(M, d), Ur(M, h), Ur(M, f), se && se();
9403
- }, T = (M) => (se, xe) => {
9404
- const C = M ? y : R, H = () => I(se, M, xe);
9405
- jr(C, [se, H]), Zc(() => {
9406
- Ur(se, M ? l : s), zn(se, M ? c : a), Wc(C) || Yc(se, r, g, H);
9400
+ } = t, I = (M, ie, xe, C) => {
9401
+ M._enterCancelled = C, Ur(M, ie ? c : a), Ur(M, ie ? u : i), xe && xe();
9402
+ }, $ = (M, ie) => {
9403
+ M._isLeaving = !1, Ur(M, d), Ur(M, h), Ur(M, f), ie && ie();
9404
+ }, T = (M) => (ie, xe) => {
9405
+ const C = M ? y : R, H = () => I(ie, M, xe);
9406
+ jr(C, [ie, H]), Zc(() => {
9407
+ Ur(ie, M ? l : s), zn(ie, M ? c : a), Wc(C) || Yc(ie, r, g, H);
9407
9408
  });
9408
9409
  };
9409
9410
  return it(t, {
@@ -9415,9 +9416,9 @@ function Zv(e) {
9415
9416
  },
9416
9417
  onEnter: T(!1),
9417
9418
  onAppear: T(!0),
9418
- onLeave(M, se) {
9419
+ onLeave(M, ie) {
9419
9420
  M._isLeaving = !0;
9420
- const xe = () => $(M, se);
9421
+ const xe = () => $(M, ie);
9421
9422
  zn(M, d), M._enterCancelled ? (zn(M, f), Xc()) : (Xc(), zn(M, f)), Zc(() => {
9422
9423
  M._isLeaving && (Ur(M, d), zn(M, h), Wc(q) || Yc(M, r, _, xe));
9423
9424
  }), jr(q, [M, xe]);
@@ -9556,7 +9557,7 @@ function ry(e, t) {
9556
9557
  const n = pl[t];
9557
9558
  if (n)
9558
9559
  return n;
9559
- let r = Rt(t);
9560
+ let r = Lt(t);
9560
9561
  if (r !== "filter" && r in e)
9561
9562
  return pl[t] = r;
9562
9563
  r = lo(r);
@@ -9675,7 +9676,7 @@ function dy(e, t) {
9675
9676
  const ad = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // lowercase letter
9676
9677
  e.charCodeAt(2) > 96 && e.charCodeAt(2) < 123, fy = (e, t, n, r, o, s) => {
9677
9678
  const i = o === "svg";
9678
- t === "class" ? Xv(e, r, i) : t === "style" ? ty(e, n, r) : ci(t) ? ua(t) || iy(e, t, n, r, s) : (t[0] === "." ? (t = t.slice(1), !0) : t[0] === "^" ? (t = t.slice(1), !1) : hy(e, t, r, i)) ? (rd(e, t, r), !e.tagName.includes("-") && (t === "value" || t === "checked" || t === "selected") && nd(e, t, r, i, s, t !== "value")) : /* #11081 force set props for possible async custom element */ e._isVueCE && (/[A-Z]/.test(t) || !rt(r)) ? rd(e, Rt(t), r, s, t) : (t === "true-value" ? e._trueValue = r : t === "false-value" && (e._falseValue = r), nd(e, t, r, i));
9679
+ t === "class" ? Xv(e, r, i) : t === "style" ? ty(e, n, r) : ci(t) ? ua(t) || iy(e, t, n, r, s) : (t[0] === "." ? (t = t.slice(1), !0) : t[0] === "^" ? (t = t.slice(1), !1) : hy(e, t, r, i)) ? (rd(e, t, r), !e.tagName.includes("-") && (t === "value" || t === "checked" || t === "selected") && nd(e, t, r, i, s, t !== "value")) : /* #11081 force set props for possible async custom element */ e._isVueCE && (/[A-Z]/.test(t) || !rt(r)) ? rd(e, Lt(t), r, s, t) : (t === "true-value" ? e._trueValue = r : t === "false-value" && (e._falseValue = r), nd(e, t, r, i));
9679
9680
  };
9680
9681
  function hy(e, t, n, r) {
9681
9682
  if (r)
@@ -9803,7 +9804,7 @@ function xs(e, t, n) {
9803
9804
  const r = e.random || (e.rng || Sy)();
9804
9805
  return r[6] = r[6] & 15 | 64, r[8] = r[8] & 63 | 128, Cy(r);
9805
9806
  }
9806
- var Ft = Symbol("storefront");
9807
+ var zt = Symbol("storefront");
9807
9808
  function Py(e, t = 100) {
9808
9809
  let n = 0;
9809
9810
  return async (...o) => {
@@ -9985,7 +9986,7 @@ var wi = class at {
9985
9986
  window.addEventListener("moonbase-checkout-closed", (n) => t(n.detail.intent));
9986
9987
  }
9987
9988
  install(t) {
9988
- t.provide(Ft, this), console.log("Moonbase.sh storefront installed, learn more at https://moonbase.sh/docs");
9989
+ t.provide(zt, this), console.log("Moonbase.sh storefront installed, learn more at https://moonbase.sh/docs");
9989
9990
  }
9990
9991
  async updateUser() {
9991
9992
  try {
@@ -10089,7 +10090,7 @@ wi.storefrontKey = "moonbase_storefront";
10089
10090
  wi.utmKey = "moonbase_utm";
10090
10091
  var Ry = wi;
10091
10092
  function Ly(e, t) {
10092
- const n = me(Ft);
10093
+ const n = me(zt);
10093
10094
  if (!n)
10094
10095
  throw new Error("No storefront configured");
10095
10096
  const r = n.stateFactory(`activation-request-${ur(e)}`, null), o = n.stateFactory(`activation-request-${ur(e)}-error`, null), s = n.stateFactory(`activation-request-${ur(e)}-loading`, !0), i = n.stateFactory(`activation-request-${ur(e)}-fulfilling`, !1), a = n.stateFactory(`activation-request-${ur(e)}-completing`, !1), l = n.stateFactory(`activation-request-${ur(e)}-completion-timeout`, null), u = async () => {
@@ -10145,7 +10146,7 @@ function Ly(e, t) {
10145
10146
  };
10146
10147
  }
10147
10148
  function nt(e) {
10148
- const t = e ?? me(Ft);
10149
+ const t = e ?? me(zt);
10149
10150
  if (!t)
10150
10151
  throw new Error("No storefront configured");
10151
10152
  return {
@@ -10190,19 +10191,19 @@ function nt(e) {
10190
10191
  };
10191
10192
  }
10192
10193
  function Gi(e, t) {
10193
- const n = t ?? me(Ft);
10194
+ const n = t ?? me(zt);
10194
10195
  if (!n)
10195
10196
  throw new Error("No storefront configured");
10196
10197
  return te(() => n.storefront.value.bundles.find((r) => r.id === e) || null);
10197
10198
  }
10198
10199
  function jy(e) {
10199
- const t = me(Ft);
10200
+ const t = me(zt);
10200
10201
  if (!t)
10201
10202
  throw new Error("No storefront configured");
10202
10203
  return te(() => t.storefront.value.bundles);
10203
10204
  }
10204
10205
  function er(e) {
10205
- const t = e ?? me(Ft);
10206
+ const t = e ?? me(zt);
10206
10207
  if (!t)
10207
10208
  throw new Error("No storefront configured");
10208
10209
  const n = te(() => {
@@ -10350,7 +10351,7 @@ function er(e) {
10350
10351
  }
10351
10352
  async function Uy(e, t, n) {
10352
10353
  var r, o;
10353
- const s = n ?? me(Ft);
10354
+ const s = n ?? me(zt);
10354
10355
  if (!s)
10355
10356
  throw new Error("No storefront configured");
10356
10357
  const i = [];
@@ -10413,7 +10414,7 @@ async function Uy(e, t, n) {
10413
10414
  }
10414
10415
  }
10415
10416
  function ho(e) {
10416
- const t = me(Ft);
10417
+ const t = me(zt);
10417
10418
  if (!t)
10418
10419
  throw new Error("No storefront configured");
10419
10420
  return {
@@ -10464,7 +10465,7 @@ function ho(e) {
10464
10465
  };
10465
10466
  }
10466
10467
  function By(e, t) {
10467
- const n = me(Ft);
10468
+ const n = me(zt);
10468
10469
  if (!n)
10469
10470
  throw new Error("No storefront configured");
10470
10471
  return te(() => {
@@ -10473,7 +10474,7 @@ function By(e, t) {
10473
10474
  });
10474
10475
  }
10475
10476
  function Fy(e) {
10476
- const t = me(Ft);
10477
+ const t = me(zt);
10477
10478
  if (!t)
10478
10479
  throw new Error("No storefront configured");
10479
10480
  return te(() => {
@@ -10487,19 +10488,19 @@ function zy(e, t) {
10487
10488
  );
10488
10489
  }
10489
10490
  function Is(e, t) {
10490
- const n = t ?? me(Ft);
10491
+ const n = t ?? me(zt);
10491
10492
  if (!n)
10492
10493
  throw new Error("No storefront configured");
10493
10494
  return te(() => n.storefront.value.products.find((r) => r.id === e) || null);
10494
10495
  }
10495
10496
  function Hy(e) {
10496
- const t = me(Ft);
10497
+ const t = me(zt);
10497
10498
  if (!t)
10498
10499
  throw new Error("No storefront configured");
10499
10500
  return te(() => t.storefront.value.products);
10500
10501
  }
10501
10502
  function Kh(e) {
10502
- const t = me(Ft);
10503
+ const t = me(zt);
10503
10504
  if (!t)
10504
10505
  throw new Error("No storefront configured");
10505
10506
  return {
@@ -11293,8 +11294,8 @@ function ou(e, t, n = {}, r, o, s) {
11293
11294
  }
11294
11295
  const R = s ? function() {
11295
11296
  const { state: T } = n, M = T ? T() : {};
11296
- this.$patch((se) => {
11297
- nn(se, M);
11297
+ this.$patch((ie) => {
11298
+ nn(ie, M);
11298
11299
  });
11299
11300
  } : (
11300
11301
  /* istanbul ignore next */
@@ -11310,7 +11311,7 @@ function ou(e, t, n = {}, r, o, s) {
11310
11311
  return $[gl] = T, $;
11311
11312
  const M = function() {
11312
11313
  ri(r);
11313
- const se = Array.from(arguments), xe = [], C = [];
11314
+ const ie = Array.from(arguments), xe = [], C = [];
11314
11315
  function H(be) {
11315
11316
  xe.push(be);
11316
11317
  }
@@ -11318,7 +11319,7 @@ function ou(e, t, n = {}, r, o, s) {
11318
11319
  C.push(be);
11319
11320
  }
11320
11321
  _o(f, {
11321
- args: se,
11322
+ args: ie,
11322
11323
  name: M[gl],
11323
11324
  store: y,
11324
11325
  after: H,
@@ -11326,7 +11327,7 @@ function ou(e, t, n = {}, r, o, s) {
11326
11327
  });
11327
11328
  let ne;
11328
11329
  try {
11329
- ne = $.apply(this && this.$id === e ? this : y, se);
11330
+ ne = $.apply(this && this.$id === e ? this : y, ie);
11330
11331
  } catch (be) {
11331
11332
  throw _o(C, be), be;
11332
11333
  }
@@ -11346,7 +11347,7 @@ function ou(e, t, n = {}, r, o, s) {
11346
11347
  $patch: S,
11347
11348
  $reset: R,
11348
11349
  $subscribe($, T = {}) {
11349
- const M = fd(d, $, T.detached, () => se()), se = i.run(() => Ke(() => r.state.value[e], (xe) => {
11350
+ const M = fd(d, $, T.detached, () => ie()), ie = i.run(() => Ke(() => r.state.value[e], (xe) => {
11350
11351
  (T.flush === "sync" ? c : u) && $({
11351
11352
  storeId: e,
11352
11353
  type: Vn.direct,
@@ -11393,8 +11394,8 @@ function ou(e, t, n = {}, r, o, s) {
11393
11394
  }), je.NODE_ENV !== "production" && (y._hotUpdate = Er(($) => {
11394
11395
  y._hotUpdating = !0, $._hmrPayload.state.forEach((T) => {
11395
11396
  if (T in y.$state) {
11396
- const M = $.$state[T], se = y.$state[T];
11397
- typeof M == "object" && fo(M) && fo(se) ? lp(M, se) : $.$state[T] = se;
11397
+ const M = $.$state[T], ie = y.$state[T];
11398
+ typeof M == "object" && fo(M) && fo(ie) ? lp(M, ie) : $.$state[T] = ie;
11398
11399
  }
11399
11400
  Di(y, T, al($.$state, T));
11400
11401
  }), Object.keys(y.$state).forEach((T) => {
@@ -11407,11 +11408,11 @@ function ou(e, t, n = {}, r, o, s) {
11407
11408
  Di(y, T, q(M, T));
11408
11409
  }
11409
11410
  for (const T in $._hmrPayload.getters) {
11410
- const M = $._hmrPayload.getters[T], se = s ? (
11411
+ const M = $._hmrPayload.getters[T], ie = s ? (
11411
11412
  // special handling of options api
11412
11413
  te(() => (ri(r), M.call(y, y)))
11413
11414
  ) : M;
11414
- Di(y, T, se);
11415
+ Di(y, T, ie);
11415
11416
  }
11416
11417
  Object.keys(y._hmrPayload.getters).forEach((T) => {
11417
11418
  T in $._hmrPayload.getters || bl(y, T);
@@ -12010,7 +12011,7 @@ const hs = Object.assign(
12010
12011
  const o = L(null);
12011
12012
  r({ el: o, $el: o });
12012
12013
  const s = te(() => ts(o)), i = L(!1);
12013
- ze(() => i.value = !0), Bt(() => i.value = !1), T1(
12014
+ ze(() => i.value = !0), Ft(() => i.value = !1), T1(
12014
12015
  { ownerDocument: s },
12015
12016
  te(() => i.value && !!(e.features & 16))
12016
12017
  );
@@ -12117,7 +12118,7 @@ function T1({ ownerDocument: e }, t) {
12117
12118
  },
12118
12119
  { flush: "post" }
12119
12120
  );
12120
- }), Bt(() => {
12121
+ }), Ft(() => {
12121
12122
  t.value && oo(n());
12122
12123
  });
12123
12124
  }
@@ -12127,7 +12128,7 @@ function $1({
12127
12128
  initialFocus: n
12128
12129
  }, r) {
12129
12130
  const o = L(null), s = L(!1);
12130
- return ze(() => s.value = !0), Bt(() => s.value = !1), ze(() => {
12131
+ return ze(() => s.value = !0), Ft(() => s.value = !1), ze(() => {
12131
12132
  Ke(
12132
12133
  // Handle initial focus
12133
12134
  [t, n, r],
@@ -12188,7 +12189,7 @@ function vp(e, t) {
12188
12189
  }
12189
12190
  function D1(e) {
12190
12191
  const t = Yb(e.getSnapshot());
12191
- return Bt(
12192
+ return Ft(
12192
12193
  e.subscribe(() => {
12193
12194
  t.value = e.getSnapshot();
12194
12195
  })
@@ -12636,7 +12637,7 @@ function K1({
12636
12637
  },
12637
12638
  { immediate: !0, flush: "sync" }
12638
12639
  );
12639
- }), Bt(() => {
12640
+ }), Ft(() => {
12640
12641
  t.value && s(1, e, n);
12641
12642
  }), Zt(Ep, s);
12642
12643
  }
@@ -12695,7 +12696,7 @@ const iu = Symbol("PortalParentContext"), kp = Symbol("PortalGroupContext"), Q1
12695
12696
  if (u || !l)
12696
12697
  return;
12697
12698
  const d = Re(r);
12698
- d && (Bt(l.register(d), c), u = !0);
12699
+ d && (Ft(l.register(d), c), u = !0);
12699
12700
  }), () => {
12700
12701
  if (!a.value || i.value === null)
12701
12702
  return null;
@@ -12840,13 +12841,13 @@ const Mi = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", n_ = /* @__PURE__ */ pe({
12840
12841
  return Array.from(((ce = f.value) == null ? void 0 : ce.querySelectorAll("body > *")) ?? []).find((he) => he.id === "moonbase" ? !1 : he.contains(Re(y)) && he instanceof HTMLElement) ?? null;
12841
12842
  });
12842
12843
  gd(M, T);
12843
- const se = te(() => R.value ? !0 : g.value), xe = te(() => {
12844
+ const ie = te(() => R.value ? !0 : g.value), xe = te(() => {
12844
12845
  var ce;
12845
12846
  return Array.from(
12846
12847
  ((ce = f.value) == null ? void 0 : ce.querySelectorAll("[data-moonbase-portal]")) ?? []
12847
12848
  ).find((he) => he.contains(Re(y)) && he instanceof HTMLElement) ?? null;
12848
12849
  });
12849
- gd(xe, se), K1({
12850
+ gd(xe, ie), K1({
12850
12851
  type: "Dialog",
12851
12852
  enabled: te(
12852
12853
  () => p.value === 0
@@ -13005,7 +13006,7 @@ const Mi = "DC8F892D-2EBD-447C-A4C8-A03058436FF4", n_ = /* @__PURE__ */ pe({
13005
13006
  setup(e, { attrs: t, slots: n }) {
13006
13007
  const r = Wu("DialogTitle");
13007
13008
  return ze(() => {
13008
- r.setTitleId(e.id), Bt(() => r.setTitleId(null));
13009
+ r.setTitleId(e.id), Ft(() => r.setTitleId(null));
13009
13010
  }), () => {
13010
13011
  const { id: o, ...s } = e;
13011
13012
  return Tt({
@@ -13247,7 +13248,7 @@ const Zu = Symbol("TabsSSRContext"), a_ = /* @__PURE__ */ pe({
13247
13248
  },
13248
13249
  setup(e, { attrs: t, slots: n, expose: r }) {
13249
13250
  const o = Ya("Tab"), s = L(null);
13250
- r({ el: s, $el: s }), ze(() => o.registerTab(s)), Bt(() => o.unregisterTab(s));
13251
+ r({ el: s, $el: s }), ze(() => o.registerTab(s)), Ft(() => o.unregisterTab(s));
13251
13252
  const i = me(Zu), a = te(() => {
13252
13253
  if (i.value) {
13253
13254
  const _ = i.value.tabs.indexOf(e.id);
@@ -13362,7 +13363,7 @@ const Zu = Symbol("TabsSSRContext"), a_ = /* @__PURE__ */ pe({
13362
13363
  },
13363
13364
  setup(e, { attrs: t, slots: n, expose: r }) {
13364
13365
  const o = Ya("TabPanel"), s = L(null);
13365
- r({ el: s, $el: s }), ze(() => o.registerPanel(s)), Bt(() => o.unregisterPanel(s));
13366
+ r({ el: s, $el: s }), ze(() => o.registerPanel(s)), Ft(() => o.unregisterPanel(s));
13366
13367
  const i = me(Zu), a = te(() => {
13367
13368
  if (i.value) {
13368
13369
  const c = i.value.panels.indexOf(e.id);
@@ -13468,7 +13469,7 @@ function Ga(e) {
13468
13469
  }
13469
13470
  function Sp(e) {
13470
13471
  const t = L([]), n = L(!1);
13471
- ze(() => n.value = !0), Bt(() => n.value = !1);
13472
+ ze(() => n.value = !0), Ft(() => n.value = !1);
13472
13473
  function r(s, i = xr.Hidden) {
13473
13474
  const a = t.value.findIndex(({ id: l }) => l === s);
13474
13475
  a !== -1 && (Jt(i, {
@@ -13549,8 +13550,8 @@ const Cp = Yo.RenderStrategy, uu = /* @__PURE__ */ pe({
13549
13550
  !z.value && _.value !== "hidden" && (_.value = "hidden", g(R), u());
13550
13551
  });
13551
13552
  ze(() => {
13552
- const se = p(R);
13553
- Bt(se);
13553
+ const ie = p(R);
13554
+ Ft(ie);
13554
13555
  }), Qt(() => {
13555
13556
  if (d.value === xr.Hidden && R) {
13556
13557
  if (f.value && _.value !== "visible") {
@@ -13567,15 +13568,15 @@ const Cp = Yo.RenderStrategy, uu = /* @__PURE__ */ pe({
13567
13568
  ze(() => {
13568
13569
  Qt(() => {
13569
13570
  if (_.value === "visible") {
13570
- const se = Re(c);
13571
- if (se instanceof Comment && se.data === "")
13571
+ const ie = Re(c);
13572
+ if (ie instanceof Comment && ie.data === "")
13572
13573
  throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
13573
13574
  }
13574
13575
  });
13575
13576
  });
13576
- function M(se) {
13577
+ function M(ie) {
13577
13578
  const xe = S.value && !h.value, C = Re(c);
13578
- !C || !(C instanceof HTMLElement) || xe || (z.value = !0, f.value && i(), f.value || l(), se(
13579
+ !C || !(C instanceof HTMLElement) || xe || (z.value = !0, f.value && i(), f.value || l(), ie(
13579
13580
  f.value ? Ed(
13580
13581
  C,
13581
13582
  B,
@@ -13600,7 +13601,7 @@ const Cp = Yo.RenderStrategy, uu = /* @__PURE__ */ pe({
13600
13601
  return ze(() => {
13601
13602
  Ke(
13602
13603
  [f],
13603
- (se, xe, C) => {
13604
+ (ie, xe, C) => {
13604
13605
  M(C), S.value = !1;
13605
13606
  },
13606
13607
  { immediate: !0 }
@@ -13614,7 +13615,7 @@ const Cp = Yo.RenderStrategy, uu = /* @__PURE__ */ pe({
13614
13615
  )
13615
13616
  ), () => {
13616
13617
  const {
13617
- appear: se,
13618
+ appear: ie,
13618
13619
  show: xe,
13619
13620
  // Class names
13620
13621
  enter: C,
@@ -14157,11 +14158,11 @@ const tt = /* @__PURE__ */ ar(U_, [["render", F_]]), z_ = ["data-contain"], H_ =
14157
14158
  t.show(ue.Customer, a ? Q.ViewProducts : Q.ViewAccount);
14158
14159
  }
14159
14160
  }
14160
- return (a, l) => (b(), Y(v(Np), {
14161
+ return (a, l) => (b(), Z(v(Np), {
14161
14162
  as: "template",
14162
14163
  show: v(t).active !== v(ue).None
14163
14164
  }, {
14164
- default: x(() => {
14165
+ default: k(() => {
14165
14166
  var u, c, d;
14166
14167
  return [
14167
14168
  E(v(n_), {
@@ -14172,7 +14173,7 @@ const tt = /* @__PURE__ */ ar(U_, [["render", F_]]), z_ = ["data-contain"], H_ =
14172
14173
  "lock-scroll": !((d = v(r)) != null && d.target),
14173
14174
  onClose: l[2] || (l[2] = (f) => v(t).reset())
14174
14175
  }, {
14175
- default: x(() => {
14176
+ default: k(() => {
14176
14177
  var f;
14177
14178
  return [
14178
14179
  j("div", {
@@ -14180,7 +14181,7 @@ const tt = /* @__PURE__ */ ar(U_, [["render", F_]]), z_ = ["data-contain"], H_ =
14180
14181
  "data-contain": !!((f = v(r)) != null && f.target) || void 0
14181
14182
  }, [
14182
14183
  E(v(uu), { as: "template" }, {
14183
- default: x(() => {
14184
+ default: k(() => {
14184
14185
  var h;
14185
14186
  return [
14186
14187
  E(v(r_), {
@@ -14192,7 +14193,7 @@ const tt = /* @__PURE__ */ ar(U_, [["render", F_]]), z_ = ["data-contain"], H_ =
14192
14193
  _: 1
14193
14194
  }),
14194
14195
  E(v(uu), { as: "template" }, {
14195
- default: x(() => {
14196
+ default: k(() => {
14196
14197
  var h, p;
14197
14198
  return [
14198
14199
  E(v(o_), {
@@ -14200,49 +14201,49 @@ const tt = /* @__PURE__ */ ar(U_, [["render", F_]]), z_ = ["data-contain"], H_ =
14200
14201
  "data-contain": !!((h = v(r)) != null && h.target) || void 0,
14201
14202
  "data-background": (p = v(r)) == null ? void 0 : p.theme.colors.background
14202
14203
  }, {
14203
- default: x(() => {
14204
+ default: k(() => {
14204
14205
  var g, _;
14205
14206
  return [
14206
14207
  j("div", H_, [
14207
- v(t).history.length > 0 ? (b(), Y(Uo, {
14208
+ v(t).history.length > 0 ? (b(), Z(Uo, {
14208
14209
  key: 0,
14209
14210
  variant: "subtle",
14210
14211
  onClick: l[0] || (l[0] = (S) => v(t).back())
14211
14212
  }, {
14212
- default: x(() => [
14213
+ default: k(() => [
14213
14214
  E(v(y_))
14214
14215
  ]),
14215
14216
  _: 1
14216
- })) : (b(), Y(Uo, {
14217
+ })) : (b(), Z(Uo, {
14217
14218
  key: 1,
14218
14219
  variant: "subtle",
14219
14220
  onClick: l[1] || (l[1] = (S) => v(t).reset())
14220
14221
  }, {
14221
- default: x(() => [
14222
+ default: k(() => [
14222
14223
  E(v(D_))
14223
14224
  ]),
14224
14225
  _: 1
14225
14226
  })),
14226
- v(t).active === v(ue).Cart && ((g = v(r)) != null && g.auth.signIn.enabled) ? (b(), Y(Uo, {
14227
+ v(t).active === v(ue).Cart && ((g = v(r)) != null && g.auth.signIn.enabled) ? (b(), Z(Uo, {
14227
14228
  key: 2,
14228
14229
  variant: "subtle",
14229
14230
  onClick: i
14230
14231
  }, {
14231
- default: x(() => [
14232
+ default: k(() => [
14232
14233
  E(v(A_))
14233
14234
  ]),
14234
14235
  _: 1
14235
- })) : ie("", !0)
14236
+ })) : se("", !0)
14236
14237
  ]),
14237
14238
  E(v(xp), { as: j_ }, {
14238
- default: x(() => [
14239
+ default: k(() => [
14239
14240
  A(V(o.value) + " ", 1),
14240
- s.value ? (b(), Y(tt, { key: 0 }, {
14241
- default: x(() => [
14241
+ s.value ? (b(), Z(tt, { key: 0 }, {
14242
+ default: k(() => [
14242
14243
  A(V(s.value), 1)
14243
14244
  ]),
14244
14245
  _: 1
14245
- })) : ie("", !0)
14246
+ })) : se("", !0)
14246
14247
  ]),
14247
14248
  _: 1
14248
14249
  }),
@@ -14254,7 +14255,7 @@ const tt = /* @__PURE__ */ ar(U_, [["render", F_]]), z_ = ["data-contain"], H_ =
14254
14255
  name: v(t).direction === v(zu).Forward ? "moonbase:slide-left" : "moonbase:slide-right",
14255
14256
  mode: "out-in"
14256
14257
  }, {
14257
- default: x(() => [
14258
+ default: k(() => [
14258
14259
  Pt(a.$slots, "default")
14259
14260
  ]),
14260
14261
  _: 3
@@ -14320,7 +14321,7 @@ const Bo = /* @__PURE__ */ ar(Z_, [["render", G_]]), K_ = ["data-visible", "data
14320
14321
  }, [
14321
14322
  (f = v(s)) != null && f.toolbar.show.moonbase ? (b(), O("a", X_, u[1] || (u[1] = [
14322
14323
  zh('<svg viewBox="0 0 512 512" height="18px" width="18px"><g><path fill="currentColor" d="m493.17795,174.6135c6.257,75.3 -30.577,150.948 -100.579,190.758c-66.292,37.697 -145.001,33.405 -205.402,-4.415c0.409,-1.248 0.638,-2.577 0.638,-3.96c0,-7.026 -5.717,-12.743 -12.743,-12.743c-2.876,0 -5.524,0.969 -7.659,2.582c-18.813,-15.259 -35.159,-34.207 -47.856,-56.534c-54.663,-96.122 -21.054,-218.358 75.069,-273.021a201.218,201.218 0 0 1 33.302,-15.124c-32.428,3.667 -64.663,13.809 -94.827,30.962c-104.526,59.443 -149.511,183.241 -113.473,293.249c-3.376,3.057 -5.513,7.459 -5.513,12.362c0,9.207 7.491,16.698 16.698,16.698c0.136,0 0.267,-0.017 0.401,-0.02a252.205,252.205 0 0 0 8.683,16.691c67.869,119.344 219.635,161.073 338.98,93.204a250.416,250.416 0 0 0 32.893,-22.333c1.045,0.331 2.157,0.513 3.311,0.513c6.047,0 10.968,-4.921 10.968,-10.968c0,-0.605 -0.063,-1.196 -0.157,-1.775c69.545,-64.988 96.008,-165.054 67.266,-256.126m-446.526,25.112a5.071,5.071 0 0 1 -5.066,-5.066a5.072,5.072 0 0 1 5.066,-5.067a5.073,5.073 0 0 1 5.066,5.067a5.072,5.072 0 0 1 -5.066,5.066m-15.819,153.944c-8.238,0 -14.94,-6.702 -14.94,-14.94c0,-8.239 6.702,-14.941 14.94,-14.941c8.239,0 14.941,6.702 14.941,14.941c-0.001,8.238 -6.703,14.94 -14.941,14.94m144.258,-7.659c6.057,0 10.985,4.928 10.985,10.986c0,6.058 -4.928,10.985 -10.985,10.985c-6.058,0 -10.986,-4.928 -10.986,-10.985c0.001,-6.059 4.928,-10.986 10.986,-10.986m70.829,133.004c-5.079,0 -9.21,-4.132 -9.21,-9.21c0,-5.079 4.131,-9.21 9.21,-9.21c5.078,0 9.209,4.131 9.209,9.21c0,5.078 -4.13,9.21 -9.209,9.21m169.18,-37.289c-5.078,0 -9.209,-4.132 -9.209,-9.21s4.131,-9.209 9.209,-9.209s9.21,4.131 9.21,9.209s-4.132,9.21 -9.21,9.21"></path><path fill="currentColor" d="m144.78195,275.9675c46.746,82.201 151.278,110.943 233.48,64.197c59.864,-34.044 91.363,-98.736 86.013,-163.13a170.094,170.094 0 0 0 -5.515,-31.052c-23.045,0.567 -63.864,10.137 -104.194,61.671c-52.045,66.5 -186.285,49.153 -228.855,17.372c3.503,17.443 9.796,34.632 19.071,50.942m233.513,-65.677a8.663,8.663 0 1 1 -8.663,8.663a8.662,8.662 0 0 1 8.663,-8.663m-37.006,62.618c7.02,0 12.712,5.691 12.712,12.712s-5.692,12.712 -12.712,12.712c-7.021,0 -12.712,-5.691 -12.712,-12.712s5.691,-12.712 12.712,-12.712m-102.544,12.712a6.78,6.78 0 1 1 0,13.56a6.78,6.78 0 0 1 0,-13.56"></path><ellipse fill="currentColor" ry="7.3075" rx="7.3075" cy="152.05851" cx="251.33138"></ellipse><ellipse fill="currentColor" ry="5.35076" rx="5.35076" cy="210.31151" cx="204.89499"></ellipse><ellipse fill="currentColor" ry="12.09273" rx="12.09273" cy="200.15625" cx="302.28597"></ellipse></g></svg>', 1)
14323
- ]))) : ie("", !0),
14324
+ ]))) : se("", !0),
14324
14325
  (h = v(s)) != null && h.toolbar.show.account && v(s).auth.signIn.enabled && !v(r).user.value ? (b(), O("button", {
14325
14326
  key: 1,
14326
14327
  class: "moonbase:toolbar-action",
@@ -14329,7 +14330,7 @@ const Bo = /* @__PURE__ */ ar(Z_, [["render", G_]]), K_ = ["data-visible", "data
14329
14330
  onClick: a
14330
14331
  }, [
14331
14332
  E(Bo, null, {
14332
- default: x(() => u[2] || (u[2] = [
14333
+ default: k(() => u[2] || (u[2] = [
14333
14334
  A("Log in")
14334
14335
  ])),
14335
14336
  _: 1,
@@ -14342,7 +14343,7 @@ const Bo = /* @__PURE__ */ ar(Z_, [["render", G_]]), K_ = ["data-visible", "data
14342
14343
  onClick: a
14343
14344
  }, [
14344
14345
  E(Bo, null, {
14345
- default: x(() => {
14346
+ default: k(() => {
14346
14347
  var _;
14347
14348
  return [
14348
14349
  A(V((_ = v(r).user.value) == null ? void 0 : _.name), 1)
@@ -14350,7 +14351,7 @@ const Bo = /* @__PURE__ */ ar(Z_, [["render", G_]]), K_ = ["data-visible", "data
14350
14351
  }),
14351
14352
  _: 1
14352
14353
  })
14353
- ])) : ie("", !0),
14354
+ ])) : se("", !0),
14354
14355
  (g = v(s)) != null && g.toolbar.show.cart ? (b(), O("button", {
14355
14356
  key: 3,
14356
14357
  class: "moonbase:toolbar-action",
@@ -14358,14 +14359,14 @@ const Bo = /* @__PURE__ */ ar(Z_, [["render", G_]]), K_ = ["data-visible", "data
14358
14359
  onClick: u[0] || (u[0] = (_) => v(n).show(v(ue).Cart, v(Q).AddToCart))
14359
14360
  }, [
14360
14361
  E(Bo, null, {
14361
- default: x(() => u[3] || (u[3] = [
14362
+ default: k(() => u[3] || (u[3] = [
14362
14363
  A(" Cart ")
14363
14364
  ])),
14364
14365
  _: 1,
14365
14366
  __: [3]
14366
14367
  }),
14367
- i.value > 0 ? (b(), O("span", Q_, V(i.value), 1)) : ie("", !0)
14368
- ])) : ie("", !0)
14368
+ i.value > 0 ? (b(), O("span", Q_, V(i.value), 1)) : se("", !0)
14369
+ ])) : se("", !0)
14369
14370
  ], 8, K_);
14370
14371
  };
14371
14372
  }
@@ -14473,7 +14474,7 @@ function tw() {
14473
14474
  }
14474
14475
  }
14475
14476
  }, { immediate: !0, deep: !0 }), Ke([s, d, _, p], ([q, B, D, y]) => {
14476
- var P, I, $, T, M, se, xe, C, H;
14477
+ var P, I, $, T, M, ie, xe, C, H;
14477
14478
  if (q) {
14478
14479
  for (const U of q) {
14479
14480
  const ne = ((P = U.dataset.moonbaseRender) == null ? void 0 : P.split(".")) ?? [], be = ne[1];
@@ -14503,7 +14504,7 @@ function tw() {
14503
14504
  U.textContent = ((M = we.discount) == null ? void 0 : M.description) ?? U.dataset.moonbaseOriginal ?? "";
14504
14505
  break;
14505
14506
  case "discount_total":
14506
- U.textContent = (se = we.discount) != null && se.total ? Vt(we.discount.total[y], y) : U.dataset.moonbaseOriginal ?? "";
14507
+ U.textContent = (ie = we.discount) != null && ie.total ? Vt(we.discount.total[y], y) : U.dataset.moonbaseOriginal ?? "";
14507
14508
  break;
14508
14509
  }
14509
14510
  else U.dataset.moonbaseOriginal ? U.textContent = U.dataset.moonbaseOriginal : U.textContent = "";
@@ -14531,7 +14532,7 @@ function tw() {
14531
14532
  }
14532
14533
  }
14533
14534
  }, { immediate: !0, deep: !0 }), Ke([i, f, S, p], ([q, B, D, y]) => {
14534
- var P, I, $, T, M, se, xe, C, H;
14535
+ var P, I, $, T, M, ie, xe, C, H;
14535
14536
  if (q) {
14536
14537
  for (const U of q) {
14537
14538
  const ne = ((P = U.dataset.moonbaseRender) == null ? void 0 : P.split(".")) ?? [], be = ne[1];
@@ -14561,7 +14562,7 @@ function tw() {
14561
14562
  U.textContent = ((M = we.discount) == null ? void 0 : M.description) ?? U.dataset.moonbaseOriginal ?? "";
14562
14563
  break;
14563
14564
  case "discount_total":
14564
- U.textContent = (se = we.discount) != null && se.total ? Vt(we.discount.total[y], y) : U.dataset.moonbaseOriginal ?? "";
14565
+ U.textContent = (ie = we.discount) != null && ie.total ? Vt(we.discount.total[y], y) : U.dataset.moonbaseOriginal ?? "";
14565
14566
  break;
14566
14567
  }
14567
14568
  else U.dataset.moonbaseOriginal ? U.textContent = U.dataset.moonbaseOriginal : U.textContent = "";
@@ -14677,7 +14678,7 @@ function tw() {
14677
14678
  attributeOldValue: !0,
14678
14679
  attributeFilter: ["data-moonbase-if", "data-moonbase-render"]
14679
14680
  }), document.querySelectorAll("[data-moonbase-render], [data-moonbase-if]").forEach((B) => R(B));
14680
- }), Bt(() => e.value && e.value.disconnect());
14681
+ }), Ft(() => e.value && e.value.disconnect());
14681
14682
  }
14682
14683
  const bs = /^#?\?mb_intent=/;
14683
14684
  function nw() {
@@ -14724,7 +14725,7 @@ function nw() {
14724
14725
  attributeOldValue: !0,
14725
14726
  attributeFilter: ["href"]
14726
14727
  }), document.querySelectorAll('a[href^="?mb_intent="], a[href^="#?mb_intent="]').forEach((o) => n(o));
14727
- }), Bt(() => e.value && e.value.disconnect());
14728
+ }), Ft(() => e.value && e.value.disconnect());
14728
14729
  }
14729
14730
  const { min: rw, max: ow } = Math, so = (e, t = 0, n = 1) => rw(ow(t, e), n), Ku = (e) => {
14730
14731
  e._clipped = !1, e._unclipped = e.slice(0);
@@ -15659,17 +15660,17 @@ function Oa(e) {
15659
15660
  else {
15660
15661
  if (Le(l) === "array")
15661
15662
  for (let M = 0; M < s.length; M++) {
15662
- const se = s[M];
15663
- if ($ <= se) {
15663
+ const ie = s[M];
15664
+ if ($ <= ie) {
15664
15665
  I = l[M];
15665
15666
  break;
15666
15667
  }
15667
- if ($ >= se && M === s.length - 1) {
15668
+ if ($ >= ie && M === s.length - 1) {
15668
15669
  I = l[M];
15669
15670
  break;
15670
15671
  }
15671
- if ($ > se && $ < s[M + 1]) {
15672
- $ = ($ - se) / (s[M + 1] - se), I = Me.interpolate(
15672
+ if ($ > ie && $ < s[M + 1]) {
15673
+ $ = ($ - ie) / (s[M + 1] - ie), I = Me.interpolate(
15673
15674
  l[M],
15674
15675
  l[M + 1],
15675
15676
  $,
@@ -15717,8 +15718,8 @@ function Oa(e) {
15717
15718
  if (T <= 0 || T >= 1) return T;
15718
15719
  let M = 0;
15719
15720
  for (; T >= $[M + 1]; ) M++;
15720
- const se = (T - $[M]) / ($[M + 1] - $[M]);
15721
- return I[M] + se * (I[M + 1] - I[M]);
15721
+ const ie = (T - $[M]) / ($[M + 1] - $[M]);
15722
+ return I[M] + ie * (I[M + 1] - I[M]);
15722
15723
  });
15723
15724
  }
15724
15725
  }
@@ -15735,11 +15736,11 @@ function Oa(e) {
15735
15736
  return y == null && (y = !0), f = y, B(), f ? R = function(P) {
15736
15737
  const I = q(0, !0).lab()[0], $ = q(1, !0).lab()[0], T = I > $;
15737
15738
  let M = q(P, !0).lab()[0];
15738
- const se = I + ($ - I) * P;
15739
- let xe = M - se, C = 0, H = 1, U = 20;
15739
+ const ie = I + ($ - I) * P;
15740
+ let xe = M - ie, C = 0, H = 1, U = 20;
15740
15741
  for (; Math.abs(xe) > 0.01 && U-- > 0; )
15741
15742
  (function() {
15742
- return T && (xe *= -1), xe < 0 ? (C = P, P += (H - P) * 0.5) : (H = P, P += (C - P) * 0.5), M = q(P, !0).lab()[0], xe = M - se;
15743
+ return T && (xe *= -1), xe < 0 ? (C = P, P += (H - P) * 0.5) : (H = P, P += (C - P) * 0.5), M = q(P, !0).lab()[0], xe = M - ie;
15743
15744
  })();
15744
15745
  return P;
15745
15746
  } : R = (P) => P, D;
@@ -15761,7 +15762,7 @@ function Oa(e) {
15761
15762
  e = [];
15762
15763
  let $ = [];
15763
15764
  if (a && a.length > 2)
15764
- for (let T = 1, M = a.length, se = 1 <= M; se ? T < M : T > M; se ? T++ : T--)
15765
+ for (let T = 1, M = a.length, ie = 1 <= M; ie ? T < M : T > M; ie ? T++ : T--)
15765
15766
  $.push((a[T - 1] + a[T]) * 0.5);
15766
15767
  else
15767
15768
  $ = o;
@@ -16024,10 +16025,10 @@ function U2(e, t, n = 1, r = 1, o = 1) {
16024
16025
  };
16025
16026
  e = new J(e), t = new J(t);
16026
16027
  const [a, l, u] = Array.from(e.lab()), [c, d, f] = Array.from(t.lab()), h = (a + c) / 2, p = qn(ct(l, 2) + ct(u, 2)), g = qn(ct(d, 2) + ct(f, 2)), _ = (p + g) / 2, S = 0.5 * (1 - qn(ct(_, 7) / (ct(_, 7) + ct(25, 7)))), R = l * (1 + S), z = d * (1 + S), q = qn(ct(R, 2) + ct(u, 2)), B = qn(ct(z, 2) + ct(f, 2)), D = (q + B) / 2, y = s($d(u, R)), P = s($d(f, z)), I = y >= 0 ? y : y + 360, $ = P >= 0 ? P : P + 360, T = Ad(I - $) > 180 ? (I + $ + 360) / 2 : (I + $) / 2, M = 1 - 0.17 * ji(i(T - 30)) + 0.24 * ji(i(2 * T)) + 0.32 * ji(i(3 * T + 6)) - 0.2 * ji(i(4 * T - 63));
16027
- let se = $ - I;
16028
- se = Ad(se) <= 180 ? se : $ <= I ? se + 360 : se - 360, se = 2 * qn(q * B) * Dd(i(se) / 2);
16028
+ let ie = $ - I;
16029
+ ie = Ad(ie) <= 180 ? ie : $ <= I ? ie + 360 : ie - 360, ie = 2 * qn(q * B) * Dd(i(ie) / 2);
16029
16030
  const xe = c - a, C = B - q, H = 1 + 0.015 * ct(h - 50, 2) / qn(20 + ct(h - 50, 2)), U = 1 + 0.045 * D, ne = 1 + 0.015 * D * M, be = 30 * j2(-ct((T - 275) / 25, 2)), he = -(2 * qn(ct(D, 7) / (ct(D, 7) + ct(25, 7)))) * Dd(2 * i(be)), we = qn(
16030
- ct(xe / (n * H), 2) + ct(C / (r * U), 2) + ct(se / (o * ne), 2) + he * (C / (r * U)) * (se / (o * ne))
16031
+ ct(xe / (n * H), 2) + ct(C / (r * U), 2) + ct(ie / (o * ne), 2) + he * (C / (r * U)) * (ie / (o * ne))
16031
16032
  );
16032
16033
  return L2(0, R2(100, we));
16033
16034
  }
@@ -17284,7 +17285,7 @@ const en = /* @__PURE__ */ ar(uE, [["render", dE], ["__scopeId", "data-v-687bcaf
17284
17285
  const t = e, n = me(ut), r = te(() => t.success ? t.successLabel ?? t.label : t.error ? t.errorLabel ?? t.label : t.label), o = te(() => t.variant ? t.variant === "secondary" ? `secondary-${(n == null ? void 0 : n.value.theme.buttons) ?? "light"}` : t.variant : "primary");
17285
17286
  return (s, i) => {
17286
17287
  var a, l;
17287
- return b(), Y(Wl(s.type === "anchor" ? "a" : "button"), {
17288
+ return b(), Z(Wl(s.type === "anchor" ? "a" : "button"), {
17288
17289
  class: "moonbase:button",
17289
17290
  type: s.type || "button",
17290
17291
  disabled: s.success || s.error || s.working || s.disabled,
@@ -17298,9 +17299,9 @@ const en = /* @__PURE__ */ ar(uE, [["render", dE], ["__scopeId", "data-v-687bcaf
17298
17299
  "data-icon-visible": s.working || s.success || s.error || !!s.icon || void 0,
17299
17300
  onClick: i[0] || (i[0] = (u) => s.$emit("click", u))
17300
17301
  }, {
17301
- default: x(() => [
17302
+ default: k(() => [
17302
17303
  j("div", fE, [
17303
- s.working ? (b(), Y(en, { key: 0 })) : s.success ? (b(), Y(v(k_), { key: 1 })) : s.error ? (b(), Y(v(C_), { key: 2 })) : s.icon ? (b(), Y(Wl(s.icon), { key: 3 })) : ie("", !0)
17304
+ s.working ? (b(), Z(en, { key: 0 })) : s.success ? (b(), Z(v(k_), { key: 1 })) : s.error ? (b(), Z(v(C_), { key: 2 })) : s.icon ? (b(), Z(Wl(s.icon), { key: 3 })) : se("", !0)
17304
17305
  ]),
17305
17306
  A(" " + V(r.value), 1)
17306
17307
  ]),
@@ -17333,7 +17334,7 @@ const en = /* @__PURE__ */ ar(uE, [["render", dE], ["__scopeId", "data-v-687bcaf
17333
17334
  o.value = !0, await Yt(2500), o.value = !1;
17334
17335
  }
17335
17336
  }
17336
- return (i, a) => (b(), Y(sc, {
17337
+ return (i, a) => (b(), Z(sc, {
17337
17338
  label: i.label,
17338
17339
  working: n.value,
17339
17340
  "success-label": i.success,
@@ -17362,24 +17363,24 @@ function vE(e, t) {
17362
17363
  const Ae = /* @__PURE__ */ ar(bE, [["render", vE]]), yE = { class: "moonbase:about" }, _E = /* @__PURE__ */ pe({
17363
17364
  __name: "About",
17364
17365
  setup(e) {
17365
- const t = $e(), n = "0.4.41";
17366
+ const t = $e(), n = "0.4.43";
17366
17367
  return (r, o) => (b(), O("div", yE, [
17367
17368
  o[2] || (o[2] = zh('<svg viewBox="0 0 512 512" height="56px" width="56px"><g><path fill="currentColor" d="m493.17795,174.6135c6.257,75.3 -30.577,150.948 -100.579,190.758c-66.292,37.697 -145.001,33.405 -205.402,-4.415c0.409,-1.248 0.638,-2.577 0.638,-3.96c0,-7.026 -5.717,-12.743 -12.743,-12.743c-2.876,0 -5.524,0.969 -7.659,2.582c-18.813,-15.259 -35.159,-34.207 -47.856,-56.534c-54.663,-96.122 -21.054,-218.358 75.069,-273.021a201.218,201.218 0 0 1 33.302,-15.124c-32.428,3.667 -64.663,13.809 -94.827,30.962c-104.526,59.443 -149.511,183.241 -113.473,293.249c-3.376,3.057 -5.513,7.459 -5.513,12.362c0,9.207 7.491,16.698 16.698,16.698c0.136,0 0.267,-0.017 0.401,-0.02a252.205,252.205 0 0 0 8.683,16.691c67.869,119.344 219.635,161.073 338.98,93.204a250.416,250.416 0 0 0 32.893,-22.333c1.045,0.331 2.157,0.513 3.311,0.513c6.047,0 10.968,-4.921 10.968,-10.968c0,-0.605 -0.063,-1.196 -0.157,-1.775c69.545,-64.988 96.008,-165.054 67.266,-256.126m-446.526,25.112a5.071,5.071 0 0 1 -5.066,-5.066a5.072,5.072 0 0 1 5.066,-5.067a5.073,5.073 0 0 1 5.066,5.067a5.072,5.072 0 0 1 -5.066,5.066m-15.819,153.944c-8.238,0 -14.94,-6.702 -14.94,-14.94c0,-8.239 6.702,-14.941 14.94,-14.941c8.239,0 14.941,6.702 14.941,14.941c-0.001,8.238 -6.703,14.94 -14.941,14.94m144.258,-7.659c6.057,0 10.985,4.928 10.985,10.986c0,6.058 -4.928,10.985 -10.985,10.985c-6.058,0 -10.986,-4.928 -10.986,-10.985c0.001,-6.059 4.928,-10.986 10.986,-10.986m70.829,133.004c-5.079,0 -9.21,-4.132 -9.21,-9.21c0,-5.079 4.131,-9.21 9.21,-9.21c5.078,0 9.209,4.131 9.209,9.21c0,5.078 -4.13,9.21 -9.209,9.21m169.18,-37.289c-5.078,0 -9.209,-4.132 -9.209,-9.21s4.131,-9.209 9.209,-9.209s9.21,4.131 9.21,9.209s-4.132,9.21 -9.21,9.21"></path><path fill="currentColor" d="m144.78195,275.9675c46.746,82.201 151.278,110.943 233.48,64.197c59.864,-34.044 91.363,-98.736 86.013,-163.13a170.094,170.094 0 0 0 -5.515,-31.052c-23.045,0.567 -63.864,10.137 -104.194,61.671c-52.045,66.5 -186.285,49.153 -228.855,17.372c3.503,17.443 9.796,34.632 19.071,50.942m233.513,-65.677a8.663,8.663 0 1 1 -8.663,8.663a8.662,8.662 0 0 1 8.663,-8.663m-37.006,62.618c7.02,0 12.712,5.691 12.712,12.712s-5.692,12.712 -12.712,12.712c-7.021,0 -12.712,-5.691 -12.712,-12.712s5.691,-12.712 12.712,-12.712m-102.544,12.712a6.78,6.78 0 1 1 0,13.56a6.78,6.78 0 0 1 0,-13.56"></path><ellipse fill="currentColor" ry="7.3075" rx="7.3075" cy="152.05851" cx="251.33138"></ellipse><ellipse fill="currentColor" ry="5.35076" rx="5.35076" cy="210.31151" cx="204.89499"></ellipse><ellipse fill="currentColor" ry="12.09273" rx="12.09273" cy="200.15625" cx="302.28597"></ellipse></g></svg>', 1)),
17368
17369
  E(v(xp), { as: "h3" }, {
17369
- default: x(() => o[0] || (o[0] = [
17370
+ default: k(() => o[0] || (o[0] = [
17370
17371
  A(" Moonbase Embedded Storefront ")
17371
17372
  ])),
17372
17373
  _: 1,
17373
17374
  __: [0]
17374
17375
  }),
17375
17376
  E(Ae, null, {
17376
- default: x(() => [
17377
+ default: k(() => [
17377
17378
  A(" Version " + V(v(n)), 1)
17378
17379
  ]),
17379
17380
  _: 1
17380
17381
  }),
17381
17382
  E(et, null, {
17382
- default: x(() => o[1] || (o[1] = [
17383
+ default: k(() => o[1] || (o[1] = [
17383
17384
  A(" This store is using the "),
17384
17385
  j("a", {
17385
17386
  href: "https://moonbase.sh/solutions/payments",
@@ -17398,7 +17399,7 @@ const Ae = /* @__PURE__ */ ar(bE, [["render", vE]]), yE = { class: "moonbase:abo
17398
17399
  ]));
17399
17400
  }
17400
17401
  });
17401
- var qt = /* @__PURE__ */ ((e) => (e.SignedIn = "signed-in", e.SignedUp = "signed-up", e.SignedOut = "signed-out", e.RedeemedVoucher = "redeemed-voucher", e.DownloadedProduct = "downloaded-product", e.ActivatedProduct = "activated-product", e.AddedToCart = "added-to-cart", e.CheckoutInitiated = "checkout-initiated", e.CheckoutClosed = "checkout-closed", e.CheckoutCompleted = "checkout-completed", e))(qt || {});
17402
+ var Wt = /* @__PURE__ */ ((e) => (e.SignedIn = "signed-in", e.SignedUp = "signed-up", e.SignedOut = "signed-out", e.RedeemedVoucher = "redeemed-voucher", e.DownloadedProduct = "downloaded-product", e.ActivatedProduct = "activated-product", e.AddedToCart = "added-to-cart", e.CheckoutInitiated = "checkout-initiated", e.CheckoutClosed = "checkout-closed", e.CheckoutCompleted = "checkout-completed", e))(Wt || {});
17402
17403
  const wE = ["data-corners", "data-variant"], EE = { class: "moonbase:card-content" }, ln = /* @__PURE__ */ pe({
17403
17404
  __name: "MoonCard",
17404
17405
  setup(e) {
@@ -17420,7 +17421,7 @@ const wE = ["data-corners", "data-variant"], EE = { class: "moonbase:card-conten
17420
17421
  }), kE = ["data-corners"], xE = ["href"], OE = ["src"], SE = ["src"], CE = {
17421
17422
  key: 2,
17422
17423
  class: "moonbase:image-placeholder"
17423
- }, Ut = /* @__PURE__ */ pe({
17424
+ }, Bt = /* @__PURE__ */ pe({
17424
17425
  __name: "ProductIcon",
17425
17426
  props: {
17426
17427
  url: {},
@@ -17466,15 +17467,15 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17466
17467
  product: {}
17467
17468
  },
17468
17469
  setup(e) {
17469
- return (t, n) => (b(), Y(ln, { class: "moonbase:product-card" }, {
17470
- default: x(() => [
17471
- E(Ut, {
17470
+ return (t, n) => (b(), Z(ln, { class: "moonbase:product-card" }, {
17471
+ default: k(() => [
17472
+ E(Bt, {
17472
17473
  url: t.product.iconUrl,
17473
17474
  size: 72
17474
17475
  }, null, 8, ["url"]),
17475
17476
  j("div", $E, [
17476
17477
  E(Xo, null, {
17477
- default: x(() => {
17478
+ default: k(() => {
17478
17479
  var r;
17479
17480
  return [
17480
17481
  A(V((r = t.product) == null ? void 0 : r.name), 1)
@@ -17483,7 +17484,7 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17483
17484
  _: 1
17484
17485
  }),
17485
17486
  E(Ae, null, {
17486
- default: x(() => {
17487
+ default: k(() => {
17487
17488
  var r;
17488
17489
  return [
17489
17490
  A(V((r = t.product) == null ? void 0 : r.tagline), 1)
@@ -17551,10 +17552,10 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17551
17552
  error: c,
17552
17553
  fulfillLicense: d,
17553
17554
  fulfillTrial: f
17554
- } = Ly(s), h = me(Ft);
17555
+ } = Ly(s), h = me(zt);
17555
17556
  Ke(i, (y) => {
17556
17557
  var P;
17557
- !l.value && !u.value && (y == null ? void 0 : y.status) === dn.Requested && ((P = y == null ? void 0 : y.licenseEligibility) != null && P.eligible) && d(), (y == null ? void 0 : y.status) === dn.Completed && (o == null || o(qt.ActivatedProduct, {
17558
+ !l.value && !u.value && (y == null ? void 0 : y.status) === dn.Requested && ((P = y == null ? void 0 : y.licenseEligibility) != null && P.eligible) && d(), (y == null ? void 0 : y.status) === dn.Completed && (o == null || o(Wt.ActivatedProduct, {
17558
17559
  product: y.product,
17559
17560
  fulfillmentType: y.fulfillmentType,
17560
17561
  user: n.value
@@ -17592,39 +17593,39 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17592
17593
  ), n.value ? t.show(ue.Customer, Q.RedeemVoucher) : t.show(ue.Redeem, Q.RedeemVoucher);
17593
17594
  }
17594
17595
  return (y, P) => {
17595
- var I, $, T, M, se, xe, C;
17596
+ var I, $, T, M, ie, xe, C;
17596
17597
  return b(), O("div", AE, [
17597
17598
  v(a) || !v(r) || !((I = v(h)) != null && I.loadedStorefront) ? (b(), O("div", DE, [
17598
17599
  E(en)
17599
17600
  ])) : v(c) ? (b(), O("div", IE, [
17600
17601
  E(tt, null, {
17601
- default: x(() => P[0] || (P[0] = [
17602
+ default: k(() => P[0] || (P[0] = [
17602
17603
  A(" Uh oh ")
17603
17604
  ])),
17604
17605
  _: 1,
17605
17606
  __: [0]
17606
17607
  }),
17607
17608
  E(et, null, {
17608
- default: x(() => [
17609
+ default: k(() => [
17609
17610
  A(V(v(c)), 1)
17610
17611
  ]),
17611
17612
  _: 1
17612
17613
  })
17613
17614
  ])) : v(i) ? (b(), O("div", VE, [
17614
- v(i).product ? (b(), Y(im, {
17615
+ v(i).product ? (b(), Z(im, {
17615
17616
  key: 0,
17616
17617
  product: v(i).product
17617
- }, null, 8, ["product"])) : ie("", !0),
17618
+ }, null, 8, ["product"])) : se("", !0),
17618
17619
  (($ = v(i)) == null ? void 0 : $.status) === v(dn).Cancelled ? (b(), O("div", RE, [
17619
17620
  E(tt, null, {
17620
- default: x(() => P[3] || (P[3] = [
17621
+ default: k(() => P[3] || (P[3] = [
17621
17622
  A(" Uh oh ")
17622
17623
  ])),
17623
17624
  _: 1,
17624
17625
  __: [3]
17625
17626
  }),
17626
17627
  E(et, null, {
17627
- default: x(() => P[4] || (P[4] = [
17628
+ default: k(() => P[4] || (P[4] = [
17628
17629
  A(" This activation request was cancelled, open your app to try again. ")
17629
17630
  ])),
17630
17631
  _: 1,
@@ -17633,21 +17634,21 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17633
17634
  ])) : v(l) || v(u) ? (b(), O("div", LE, [
17634
17635
  E(en),
17635
17636
  E(et, null, {
17636
- default: x(() => [
17637
+ default: k(() => [
17637
17638
  A(" Activating " + V(v(i).product.name) + "... ", 1)
17638
17639
  ]),
17639
17640
  _: 1
17640
17641
  })
17641
17642
  ])) : ((T = v(i)) == null ? void 0 : T.status) === v(dn).Completed ? (b(), O("div", jE, [
17642
17643
  E(tt, null, {
17643
- default: x(() => P[5] || (P[5] = [
17644
+ default: k(() => P[5] || (P[5] = [
17644
17645
  A(" Done! ")
17645
17646
  ])),
17646
17647
  _: 1,
17647
17648
  __: [5]
17648
17649
  }),
17649
17650
  E(et, null, {
17650
- default: x(() => P[6] || (P[6] = [
17651
+ default: k(() => P[6] || (P[6] = [
17651
17652
  A(" Your product is activated. "),
17652
17653
  j("br", null, null, -1),
17653
17654
  A(" You may close this window and return to the app. ")
@@ -17658,14 +17659,14 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17658
17659
  ])) : (b(), O("div", UE, [
17659
17660
  g.value ? (b(), O("div", BE, [
17660
17661
  E(tt, null, {
17661
- default: x(() => P[7] || (P[7] = [
17662
+ default: k(() => P[7] || (P[7] = [
17662
17663
  A(" Option 1: Purchase product ")
17663
17664
  ])),
17664
17665
  _: 1,
17665
17666
  __: [7]
17666
17667
  }),
17667
17668
  E(et, null, {
17668
- default: x(() => [
17669
+ default: k(() => [
17669
17670
  A(" Buy a copy of " + V(p.value.name) + " for ", 1),
17670
17671
  j("strong", null, V(v(Vt)(p.value.defaultVariation.price[v(_)], v(_))), 1),
17671
17672
  P[8] || (P[8] = A(". "))
@@ -17680,16 +17681,16 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17680
17681
  handler: () => B()
17681
17682
  }, null, 8, ["handler"])
17682
17683
  ])
17683
- ])) : ie("", !0),
17684
- v(n) ? !v(n).ownedProducts || !((M = v(n).ownedProducts) != null && M.includes(v(i).product.id)) && !v(n).subscribedProducts || !((se = v(n).subscribedProducts) != null && se.includes(v(i).product.id)) ? (b(), O("div", qE, [
17684
+ ])) : se("", !0),
17685
+ v(n) ? !v(n).ownedProducts || !((M = v(n).ownedProducts) != null && M.includes(v(i).product.id)) && !v(n).subscribedProducts || !((ie = v(n).subscribedProducts) != null && ie.includes(v(i).product.id)) ? (b(), O("div", qE, [
17685
17686
  E(tt, null, {
17686
- default: x(() => [
17687
+ default: k(() => [
17687
17688
  A(" Option " + V(g.value ? "2" : "1") + ": Use license ", 1)
17688
17689
  ]),
17689
17690
  _: 1
17690
17691
  }),
17691
17692
  E(et, null, {
17692
- default: x(() => P[10] || (P[10] = [
17693
+ default: k(() => P[10] || (P[10] = [
17693
17694
  A(" You don't own any licenses for this product. ")
17694
17695
  ])),
17695
17696
  _: 1,
@@ -17697,13 +17698,13 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17697
17698
  })
17698
17699
  ])) : (xe = v(n).ownedProducts) != null && xe.includes(v(i).product.id) || (C = v(n).subscribedProducts) != null && C.includes(v(i).product.id) ? (b(), O("div", WE, [
17699
17700
  E(tt, null, {
17700
- default: x(() => [
17701
+ default: k(() => [
17701
17702
  A(" Option " + V(g.value ? "2" : "1") + ": Use license ", 1)
17702
17703
  ]),
17703
17704
  _: 1
17704
17705
  }),
17705
17706
  E(et, null, {
17706
- default: x(() => P[11] || (P[11] = [
17707
+ default: k(() => P[11] || (P[11] = [
17707
17708
  A(" You don't have enough free seats on your licenses to activate this device. Either free up a seat or purchase additional licenses. ")
17708
17709
  ])),
17709
17710
  _: 1,
@@ -17716,15 +17717,15 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17716
17717
  handler: () => z()
17717
17718
  }, null, 8, ["handler"])
17718
17719
  ])
17719
- ])) : ie("", !0) : (b(), O("div", zE, [
17720
+ ])) : se("", !0) : (b(), O("div", zE, [
17720
17721
  E(tt, null, {
17721
- default: x(() => [
17722
+ default: k(() => [
17722
17723
  A(" Option " + V(g.value ? "2" : "1") + ": Use license ", 1)
17723
17724
  ]),
17724
17725
  _: 1
17725
17726
  }),
17726
17727
  E(et, null, {
17727
- default: x(() => P[9] || (P[9] = [
17728
+ default: k(() => P[9] || (P[9] = [
17728
17729
  A(" Please sign in to use a license for this product. ")
17729
17730
  ])),
17730
17731
  _: 1,
@@ -17740,29 +17741,29 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17740
17741
  ])),
17741
17742
  v(i).trialEligibility ? (b(), O("div", YE, [
17742
17743
  E(tt, null, {
17743
- default: x(() => [
17744
+ default: k(() => [
17744
17745
  A(" Option " + V(g.value ? "3" : "2") + ": Start trial ", 1)
17745
17746
  ]),
17746
17747
  _: 1
17747
17748
  }),
17748
- v(i).trialEligibility.eligible && v(i).trialEligibility.requiresAccount && !v(n) ? (b(), Y(et, { key: 0 }, {
17749
- default: x(() => P[12] || (P[12] = [
17749
+ v(i).trialEligibility.eligible && v(i).trialEligibility.requiresAccount && !v(n) ? (b(), Z(et, { key: 0 }, {
17750
+ default: k(() => P[12] || (P[12] = [
17750
17751
  A(" You need to be signed in to start a trial for this product. ")
17751
17752
  ])),
17752
17753
  _: 1,
17753
17754
  __: [12]
17754
- })) : v(i).trialEligibility.eligible && v(i).trialEligibility.existing ? (b(), Y(et, { key: 1 }, {
17755
- default: x(() => [
17755
+ })) : v(i).trialEligibility.eligible && v(i).trialEligibility.existing ? (b(), Z(et, { key: 1 }, {
17756
+ default: k(() => [
17756
17757
  A(" You are eligible for a " + V(v(i).trialEligibility.numberOfDaysPerProduct) + " day trial of which you have " + V(v(i).trialEligibility.numberOfDaysRemaining) + " days remaining. ", 1)
17757
17758
  ]),
17758
17759
  _: 1
17759
- })) : v(i).trialEligibility.eligible ? (b(), Y(et, { key: 2 }, {
17760
- default: x(() => [
17760
+ })) : v(i).trialEligibility.eligible ? (b(), Z(et, { key: 2 }, {
17761
+ default: k(() => [
17761
17762
  A(" You are eligible for a " + V(v(i).trialEligibility.numberOfDaysPerProduct) + " day trial. ", 1)
17762
17763
  ]),
17763
17764
  _: 1
17764
- })) : (b(), Y(et, { key: 3 }, {
17765
- default: x(() => P[13] || (P[13] = [
17765
+ })) : (b(), Z(et, { key: 3 }, {
17766
+ default: k(() => P[13] || (P[13] = [
17766
17767
  A(" This device or product is not eligible for a trial. ")
17767
17768
  ])),
17768
17769
  _: 1,
@@ -17780,11 +17781,11 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17780
17781
  variant: "secondary",
17781
17782
  handler: v(f)
17782
17783
  }, null, 8, ["handler"])
17783
- ])) : ie("", !0)
17784
- ])) : ie("", !0),
17784
+ ])) : se("", !0)
17785
+ ])) : se("", !0),
17785
17786
  P[15] || (P[15] = j("div", { class: "moonbase:grow" }, null, -1)),
17786
17787
  E(Ae, { class: "moonbase:auto-activation-redeem" }, {
17787
- default: x(() => [
17788
+ default: k(() => [
17788
17789
  P[14] || (P[14] = A(" Have a voucher code? ")),
17789
17790
  j("button", {
17790
17791
  type: "button",
@@ -17797,14 +17798,14 @@ const Xo = /* @__PURE__ */ ar(NE, [["render", TE]]), $E = { class: "moonbase:pro
17797
17798
  ]))
17798
17799
  ])) : (b(), O("div", ME, [
17799
17800
  E(tt, null, {
17800
- default: x(() => P[1] || (P[1] = [
17801
+ default: k(() => P[1] || (P[1] = [
17801
17802
  A(" Uh oh ")
17802
17803
  ])),
17803
17804
  _: 1,
17804
17805
  __: [1]
17805
17806
  }),
17806
17807
  E(et, null, {
17807
- default: x(() => P[2] || (P[2] = [
17808
+ default: k(() => P[2] || (P[2] = [
17808
17809
  A(" Could not find activation request ")
17809
17810
  ])),
17810
17811
  _: 1,
@@ -17820,7 +17821,7 @@ function e5(e, t) {
17820
17821
  Pt(e.$slots, "default")
17821
17822
  ]);
17822
17823
  }
17823
- const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 = ["accept"], r5 = { "data-error": "" }, o5 = /* @__PURE__ */ pe({
17824
+ const Rt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 = ["accept"], r5 = { "data-error": "" }, o5 = /* @__PURE__ */ pe({
17824
17825
  __name: "DeviceTokenInput",
17825
17826
  props: {
17826
17827
  error: {}
@@ -17910,7 +17911,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
17910
17911
  }
17911
17912
  return (l, u) => (b(), O("div", s5, [
17912
17913
  E(et, null, {
17913
- default: x(() => u[2] || (u[2] = [
17914
+ default: k(() => u[2] || (u[2] = [
17914
17915
  A(" Upload your machine file here to get a license file for activating offline devices. The machine file can be generated in the installed app. ")
17915
17916
  ])),
17916
17917
  _: 1,
@@ -17920,8 +17921,8 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
17920
17921
  mode: "out-in",
17921
17922
  name: "moonbase:slide-left"
17922
17923
  }, {
17923
- default: x(() => [
17924
- o.value === 0 ? (b(), Y(o5, {
17924
+ default: k(() => [
17925
+ o.value === 0 ? (b(), Z(o5, {
17925
17926
  key: 0,
17926
17927
  error: s.value,
17927
17928
  onInput: u[0] || (u[0] = (c) => a(c)),
@@ -17930,32 +17931,32 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
17930
17931
  E(en)
17931
17932
  ])) : o.value === 2 && i.value ? (b(), O("div", a5, [
17932
17933
  E(tt, null, {
17933
- default: x(() => u[3] || (u[3] = [
17934
+ default: k(() => u[3] || (u[3] = [
17934
17935
  A(" Success! ")
17935
17936
  ])),
17936
17937
  _: 1,
17937
17938
  __: [3]
17938
17939
  }),
17939
17940
  E(et, null, {
17940
- default: x(() => u[4] || (u[4] = [
17941
+ default: k(() => u[4] || (u[4] = [
17941
17942
  A(" Your license can be downloaded below: ")
17942
17943
  ])),
17943
17944
  _: 1,
17944
17945
  __: [4]
17945
17946
  }),
17946
- i.value.license.product ? (b(), Y(im, {
17947
+ i.value.license.product ? (b(), Z(im, {
17947
17948
  key: 0,
17948
17949
  product: i.value.license.product
17949
17950
  }, {
17950
- description: x(() => [
17951
- E(Wt, null, {
17952
- default: x(() => [
17951
+ description: k(() => [
17952
+ E(Rt, null, {
17953
+ default: k(() => [
17953
17954
  A(V(i.value.license.activeNumberOfActivations) + " of " + V(i.value.license.maxNumberOfActivations) + " devices activated ", 1)
17954
17955
  ]),
17955
17956
  _: 1
17956
17957
  })
17957
17958
  ]),
17958
- default: x(() => {
17959
+ default: k(() => {
17959
17960
  var c;
17960
17961
  return [
17961
17962
  E(Uo, {
@@ -17964,7 +17965,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
17964
17965
  download: ((c = v(t)) == null ? void 0 : c.activation.licenseTokenFileName) ?? "license-file.mb",
17965
17966
  class: "moonbase:manual-activation-download-button"
17966
17967
  }, {
17967
- default: x(() => [
17968
+ default: k(() => [
17968
17969
  E(v(O_))
17969
17970
  ]),
17970
17971
  _: 1
@@ -17972,10 +17973,10 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
17972
17973
  ];
17973
17974
  }),
17974
17975
  _: 1
17975
- }, 8, ["product"])) : ie("", !0),
17976
+ }, 8, ["product"])) : se("", !0),
17976
17977
  u[5] || (u[5] = j("div", null, null, -1)),
17977
17978
  u[6] || (u[6] = j("div", null, null, -1))
17978
- ])) : ie("", !0)
17979
+ ])) : se("", !0)
17979
17980
  ]),
17980
17981
  _: 1
17981
17982
  })
@@ -17986,7 +17987,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
17986
17987
  setup(e) {
17987
17988
  const t = $e();
17988
17989
  return (n, r) => (b(), O("div", u5, [
17989
- v(t).getParameter("token") ? (b(), Y(XE, { key: 0 })) : (b(), Y(l5, { key: 1 }))
17990
+ v(t).getParameter("token") ? (b(), Z(XE, { key: 0 })) : (b(), Z(l5, { key: 1 }))
17990
17991
  ]));
17991
17992
  }
17992
17993
  }), d5 = ["disabled"], am = Symbol("form-state"), tr = /* @__PURE__ */ pe({
@@ -18075,7 +18076,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18075
18076
  key: 1,
18076
18077
  id: `mb-${n.name}-hint`,
18077
18078
  class: "moonbase:input-hint"
18078
- }, V(n.hint), 9, b5)) : ie("", !0)
18079
+ }, V(n.hint), 9, b5)) : se("", !0)
18079
18080
  ], 8, f5);
18080
18081
  };
18081
18082
  }
@@ -18095,7 +18096,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18095
18096
  isError: r,
18096
18097
  disabled: o
18097
18098
  } = me(am);
18098
- return (s, i) => (b(), Y(sc, {
18099
+ return (s, i) => (b(), Z(sc, {
18099
18100
  label: s.label,
18100
18101
  working: v(t),
18101
18102
  "success-label": s.success,
@@ -18117,16 +18118,16 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18117
18118
  u.value = null;
18118
18119
  try {
18119
18120
  const d = await o.signIn(a.value, l.value);
18120
- i == null || i(qt.SignedIn, { user: d }), Yt(1500).then(() => n("signedIn", d));
18121
+ i == null || i(Wt.SignedIn, { user: d }), Yt(1500).then(() => n("signedIn", d));
18121
18122
  } catch (d) {
18122
18123
  throw d instanceof $r ? u.value = "User not found" : u.value = d.message, d;
18123
18124
  }
18124
18125
  }
18125
- return (d, f) => (b(), Y(tr, {
18126
+ return (d, f) => (b(), Z(tr, {
18126
18127
  handler: c,
18127
18128
  class: "moonbase:sign-in"
18128
18129
  }, {
18129
- default: x(() => {
18130
+ default: k(() => {
18130
18131
  var h, p, g;
18131
18132
  return [
18132
18133
  E(Ct, {
@@ -18159,12 +18160,12 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18159
18160
  error: "Error"
18160
18161
  }),
18161
18162
  j("div", v5, [
18162
- (h = v(s)) != null && h.auth.signUp.enabled ? (b(), Y(Qe, {
18163
+ (h = v(s)) != null && h.auth.signUp.enabled ? (b(), Z(Qe, {
18163
18164
  key: 0,
18164
18165
  label: "Create account",
18165
18166
  variant: "subtle",
18166
18167
  handler: () => v(r).show(v(ue).Authentication, v(Q).SignUp, { email: a.value })
18167
- }, null, 8, ["handler"])) : ie("", !0),
18168
+ }, null, 8, ["handler"])) : se("", !0),
18168
18169
  E(Qe, {
18169
18170
  label: "Forgot password",
18170
18171
  variant: "subtle",
@@ -18178,12 +18179,12 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18178
18179
  }, [
18179
18180
  E(v(N_)),
18180
18181
  E(Ae, null, {
18181
- default: x(() => [
18182
+ default: k(() => [
18182
18183
  A(V(v(s).auth.signIn.hint), 1)
18183
18184
  ]),
18184
18185
  _: 1
18185
18186
  })
18186
- ], 8, y5)) : ie("", !0)
18187
+ ], 8, y5)) : se("", !0)
18187
18188
  ];
18188
18189
  }),
18189
18190
  _: 1
@@ -18256,12 +18257,12 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18256
18257
  throw c.value = _.message, _;
18257
18258
  }
18258
18259
  }
18259
- return (p, g) => (b(), Y(tr, {
18260
+ return (p, g) => (b(), Z(tr, {
18260
18261
  handler: h,
18261
18262
  disabled: f.value,
18262
18263
  class: "moonbase:confirm-account"
18263
18264
  }, {
18264
- default: x(() => [
18265
+ default: k(() => [
18265
18266
  i.value ? (b(), O("div", w5, [
18266
18267
  E(en)
18267
18268
  ])) : a.value ? (b(), O(_e, { key: 2 }, [
@@ -18289,16 +18290,16 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18289
18290
  onBlur: g[1] || (g[1] = (_) => u.value = !0)
18290
18291
  }, null, 8, ["modelValue"]),
18291
18292
  u.value && f.value ? (b(), O("div", k5, [
18292
- (b(!0), O(_e, null, mt(d.value.filter((_) => !_.test(l.value)), (_) => (b(), Y(Ae, {
18293
+ (b(!0), O(_e, null, mt(d.value.filter((_) => !_.test(l.value)), (_) => (b(), Z(Ae, {
18293
18294
  key: _.title,
18294
18295
  "data-error": ""
18295
18296
  }, {
18296
- default: x(() => [
18297
+ default: k(() => [
18297
18298
  A(V(_.title), 1)
18298
18299
  ]),
18299
18300
  _: 2
18300
18301
  }, 1024))), 128))
18301
- ])) : ie("", !0),
18302
+ ])) : se("", !0),
18302
18303
  E(nr, {
18303
18304
  success: "Password saved",
18304
18305
  label: "Save password",
@@ -18340,18 +18341,18 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18340
18341
  E(en)
18341
18342
  ])) : a.value ? (b(), O("div", N5, V(a.value), 1)) : (b(), O(_e, { key: 2 }, [
18342
18343
  E(tt, null, {
18343
- default: x(() => u[0] || (u[0] = [
18344
+ default: k(() => u[0] || (u[0] = [
18344
18345
  A(" Success! ")
18345
18346
  ])),
18346
18347
  _: 1,
18347
18348
  __: [0]
18348
18349
  }),
18349
18350
  u[1] || (u[1] = j("p", null, " Thanks for confirming your new email. ", -1)),
18350
- v(o) ? (b(), Y(Qe, {
18351
+ v(o) ? (b(), Z(Qe, {
18351
18352
  key: 0,
18352
18353
  handler: () => v(r).show(v(ue).Customer, v(Q).ViewAccount, void 0, !0),
18353
18354
  label: "Continue"
18354
- }, null, 8, ["handler"])) : ie("", !0)
18355
+ }, null, 8, ["handler"])) : se("", !0)
18355
18356
  ], 64))
18356
18357
  ]));
18357
18358
  }
@@ -18403,12 +18404,12 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18403
18404
  throw a instanceof $r ? o.value = "User not found" : o.value = a.message, a;
18404
18405
  }
18405
18406
  }
18406
- return (a, l) => (b(), Y(tr, {
18407
+ return (a, l) => (b(), Z(tr, {
18407
18408
  handler: i,
18408
18409
  class: "moonbase:sign-in",
18409
18410
  "no-reset": ""
18410
18411
  }, {
18411
- default: x(({ disabled: u }) => [
18412
+ default: k(({ disabled: u }) => [
18412
18413
  l[1] || (l[1] = j("p", null, " Please enter your email address below. You will receive an email message with instructions on how to reset your password. ", -1)),
18413
18414
  E(Ct, {
18414
18415
  modelValue: r.value,
@@ -18458,12 +18459,12 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18458
18459
  throw u.value = p.message, p;
18459
18460
  }
18460
18461
  }
18461
- return (h, p) => (b(), Y(tr, {
18462
+ return (h, p) => (b(), Z(tr, {
18462
18463
  handler: f,
18463
18464
  disabled: d.value,
18464
18465
  class: "moonbase:reset-password"
18465
18466
  }, {
18466
- default: x(() => [
18467
+ default: k(() => [
18467
18468
  j("h3", null, " Hi " + V(i.value) + ", ", 1),
18468
18469
  p[2] || (p[2] = j("p", null, " Please create a new password for your account: ", -1)),
18469
18470
  E(Ct, {
@@ -18488,16 +18489,16 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18488
18489
  onBlur: p[1] || (p[1] = (g) => l.value = !0)
18489
18490
  }, null, 8, ["modelValue"]),
18490
18491
  l.value && d.value ? (b(), O("div", V5, [
18491
- (b(!0), O(_e, null, mt(c.value.filter((g) => !g.test(a.value)), (g) => (b(), Y(Ae, {
18492
+ (b(!0), O(_e, null, mt(c.value.filter((g) => !g.test(a.value)), (g) => (b(), Z(Ae, {
18492
18493
  key: g.title,
18493
18494
  "data-error": ""
18494
18495
  }, {
18495
- default: x(() => [
18496
+ default: k(() => [
18496
18497
  A(V(g.title), 1)
18497
18498
  ]),
18498
18499
  _: 2
18499
18500
  }, 1024))), 128))
18500
- ])) : ie("", !0),
18501
+ ])) : se("", !0),
18501
18502
  E(nr, {
18502
18503
  success: "Password saved",
18503
18504
  label: "Save password",
@@ -18553,7 +18554,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18553
18554
  }, V(t.error), 9, H5)) : t.hint ? (b(), O("p", {
18554
18555
  key: 1,
18555
18556
  id: `mb-${t.name}-hint`
18556
- }, V(t.hint), 9, q5)) : ie("", !0)
18557
+ }, V(t.hint), 9, q5)) : se("", !0)
18557
18558
  ])
18558
18559
  ]));
18559
18560
  }
@@ -18577,17 +18578,17 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18577
18578
  !0,
18578
18579
  f.value
18579
18580
  );
18580
- i == null || i(qt.SignedUp, { user: S }), Yt(1500).then(() => n("signedUp", S));
18581
+ i == null || i(Wt.SignedUp, { user: S }), Yt(1500).then(() => n("signedUp", S));
18581
18582
  } catch (S) {
18582
18583
  throw h.value = S.message, S;
18583
18584
  }
18584
18585
  }
18585
- return (S, R) => (b(), Y(tr, {
18586
+ return (S, R) => (b(), Z(tr, {
18586
18587
  handler: _,
18587
18588
  disabled: g.value,
18588
18589
  class: "moonbase:sign-up"
18589
18590
  }, {
18590
- default: x(() => [
18591
+ default: k(() => [
18591
18592
  E(Ct, {
18592
18593
  modelValue: l.value,
18593
18594
  "onUpdate:modelValue": R[0] || (R[0] = (z) => l.value = z),
@@ -18620,16 +18621,16 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18620
18621
  onBlur: R[3] || (R[3] = (z) => d.value = !0)
18621
18622
  }, null, 8, ["modelValue"]),
18622
18623
  d.value && g.value ? (b(), O("div", W5, [
18623
- (b(!0), O(_e, null, mt(p.value.filter((z) => !z.test(c.value)), (z) => (b(), Y(Ae, {
18624
+ (b(!0), O(_e, null, mt(p.value.filter((z) => !z.test(c.value)), (z) => (b(), Z(Ae, {
18624
18625
  key: z.title,
18625
18626
  "data-error": ""
18626
18627
  }, {
18627
- default: x(() => [
18628
+ default: k(() => [
18628
18629
  A(V(z.title), 1)
18629
18630
  ]),
18630
18631
  _: 2
18631
18632
  }, 1024))), 128))
18632
- ])) : ie("", !0),
18633
+ ])) : se("", !0),
18633
18634
  E(lm, {
18634
18635
  modelValue: f.value,
18635
18636
  "onUpdate:modelValue": R[4] || (R[4] = (z) => f.value = z),
@@ -18637,7 +18638,7 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18637
18638
  name: "newsletter-opt-in"
18638
18639
  }, null, 8, ["modelValue"]),
18639
18640
  E(Ae, null, {
18640
- default: x(() => [
18641
+ default: k(() => [
18641
18642
  R[5] || (R[5] = A(" By signing up, you accept our ")),
18642
18643
  j("a", {
18643
18644
  href: `${v(s)}/terms-of-use`,
@@ -18685,20 +18686,20 @@ const Wt = /* @__PURE__ */ ar(JE, [["render", e5]]), t5 = ["data-corners"], n5 =
18685
18686
  name: v(t).direction === v(zu).Forward ? "moonbase:slide-left" : "moonbase:slide-right",
18686
18687
  mode: "out-in"
18687
18688
  }, {
18688
- default: x(() => [
18689
- v(n) ? v(t).intent === v(Q).SignIn ? (b(), Y(_5, {
18689
+ default: k(() => [
18690
+ v(n) ? v(t).intent === v(Q).SignIn ? (b(), Z(_5, {
18690
18691
  key: 1,
18691
18692
  onSignedIn: o[0] || (o[0] = (s) => v(t).dequeue())
18692
- })) : v(t).intent === v(Q).SignUp ? (b(), Y(K5, {
18693
+ })) : v(t).intent === v(Q).SignUp ? (b(), Z(K5, {
18693
18694
  key: 2,
18694
18695
  onSignedUp: o[1] || (o[1] = (s) => v(t).next ? v(t).dequeue() : v(t).show(v(ue).Customer, v(Q).ViewAccount, void 0, !0))
18695
- })) : v(t).intent === v(Q).ConfirmAccount ? (b(), Y(O5, {
18696
+ })) : v(t).intent === v(Q).ConfirmAccount ? (b(), Z(O5, {
18696
18697
  key: 3,
18697
18698
  onConfirmedAccount: o[2] || (o[2] = (s) => v(t).show(v(ue).Customer, v(Q).ViewAccount, void 0, !0))
18698
- })) : v(t).intent === v(Q).ConfirmEmail ? (b(), Y(P5, { key: 4 })) : v(t).intent === v(Q).ConfirmEmailChange ? (b(), Y(D5, { key: 5 })) : v(t).intent === v(Q).ForgotPassword ? (b(), Y(M5, { key: 6 })) : v(t).intent === v(Q).ResetPassword ? (b(), Y(L5, {
18699
+ })) : v(t).intent === v(Q).ConfirmEmail ? (b(), Z(P5, { key: 4 })) : v(t).intent === v(Q).ConfirmEmailChange ? (b(), Z(D5, { key: 5 })) : v(t).intent === v(Q).ForgotPassword ? (b(), Z(M5, { key: 6 })) : v(t).intent === v(Q).ResetPassword ? (b(), Z(L5, {
18699
18700
  key: 7,
18700
18701
  onPasswordReset: o[3] || (o[3] = (s) => v(t).show(v(ue).Customer, v(Q).ViewAccount, void 0))
18701
- })) : ie("", !0) : (b(), O("div", J5, [
18702
+ })) : se("", !0) : (b(), O("div", J5, [
18702
18703
  E(en)
18703
18704
  ]))
18704
18705
  ]),
@@ -18714,7 +18715,7 @@ function nk(e, t) {
18714
18715
  }
18715
18716
  const st = /* @__PURE__ */ ar(ek, [["render", nk]]);
18716
18717
  function Ja() {
18717
- const e = me(Ft);
18718
+ const e = me(zt);
18718
18719
  return e || console.warn("No storefront injectable"), {
18719
18720
  reportProblem: async (t, n) => {
18720
18721
  try {
@@ -18751,7 +18752,7 @@ const rk = ["data-corners", "data-cards"], um = /* @__PURE__ */ pe({
18751
18752
  E(v(P_))
18752
18753
  ]),
18753
18754
  E(Ae, null, {
18754
- default: x(() => [
18755
+ default: k(() => [
18755
18756
  A(V(n.modelValue.toString().padStart(2, "0")), 1)
18756
18757
  ]),
18757
18758
  _: 1
@@ -18804,17 +18805,17 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18804
18805
  i.value && (i.value.style.height = a ? `${i.value.scrollHeight}px` : "0px");
18805
18806
  }), (a, l) => {
18806
18807
  var u;
18807
- return b(), Y(ln, { class: "moonbase:bundle-cart-item" }, ga({
18808
- default: x(() => {
18808
+ return b(), Z(ln, { class: "moonbase:bundle-cart-item" }, ga({
18809
+ default: k(() => {
18809
18810
  var c, d, f, h, p, g;
18810
18811
  return [
18811
- E(Ut, {
18812
+ E(Bt, {
18812
18813
  url: (c = a.lineItem.bundle) == null ? void 0 : c.iconUrl,
18813
18814
  size: 72
18814
18815
  }, null, 8, ["url"]),
18815
18816
  j("div", ok, [
18816
18817
  E(st, null, {
18817
- default: x(() => {
18818
+ default: k(() => {
18818
18819
  var _;
18819
18820
  return [
18820
18821
  A(V((_ = a.lineItem.bundle) == null ? void 0 : _.name), 1)
@@ -18826,7 +18827,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18826
18827
  class: "moonbase:bundle-cart-item-tagline",
18827
18828
  "data-truncate": a.lineItem.variation && a.lineItem.variation.id !== ((f = (d = v(n)) == null ? void 0 : d.defaultVariation) == null ? void 0 : f.id) || void 0
18828
18829
  }, {
18829
- default: x(() => {
18830
+ default: k(() => {
18830
18831
  var _;
18831
18832
  return [
18832
18833
  A(V((_ = a.lineItem.bundle) == null ? void 0 : _.tagline), 1)
@@ -18834,52 +18835,52 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18834
18835
  }),
18835
18836
  _: 1
18836
18837
  }, 8, ["data-truncate"]),
18837
- a.lineItem.variation && a.lineItem.variation.id !== ((p = (h = v(n)) == null ? void 0 : h.defaultVariation) == null ? void 0 : p.id) ? (b(), Y(Ae, {
18838
+ a.lineItem.variation && a.lineItem.variation.id !== ((p = (h = v(n)) == null ? void 0 : h.defaultVariation) == null ? void 0 : p.id) ? (b(), Z(Ae, {
18838
18839
  key: 0,
18839
18840
  class: "moonbase:bundle-cart-item-variation"
18840
18841
  }, {
18841
- default: x(() => [
18842
+ default: k(() => [
18842
18843
  A(V(a.lineItem.variation.name), 1)
18843
18844
  ]),
18844
18845
  _: 1
18845
- })) : ie("", !0)
18846
+ })) : se("", !0)
18846
18847
  ]),
18847
18848
  a.lineItem.variation ? (b(), O("div", sk, [
18848
18849
  E(Bo, null, {
18849
- default: x(() => {
18850
+ default: k(() => {
18850
18851
  var _;
18851
18852
  return [
18852
- a.lineItem.variation.hasDiscount ? (b(), O("span", ik, V(v(Vt)(a.lineItem.variation.originalPrice[a.currency] * a.lineItem.quantity, a.currency)), 1)) : ie("", !0),
18853
+ a.lineItem.variation.hasDiscount ? (b(), O("span", ik, V(v(Vt)(a.lineItem.variation.originalPrice[a.currency] * a.lineItem.quantity, a.currency)), 1)) : se("", !0),
18853
18854
  A(" " + V(v(Vt)(a.lineItem.variation.price[a.currency] * a.lineItem.quantity, a.currency)) + " ", 1),
18854
- ((_ = a.lineItem.variation) == null ? void 0 : _.recurrence.type) === "Recurring" ? (b(), Y(et, { key: 1 }, {
18855
- default: x(() => [
18855
+ ((_ = a.lineItem.variation) == null ? void 0 : _.recurrence.type) === "Recurring" ? (b(), Z(et, { key: 1 }, {
18856
+ default: k(() => [
18856
18857
  A(" / " + V(v(ai)(a.lineItem.variation.recurrence.cycleLength)), 1)
18857
18858
  ]),
18858
18859
  _: 1
18859
- })) : ie("", !0)
18860
+ })) : se("", !0)
18860
18861
  ];
18861
18862
  }),
18862
18863
  _: 1
18863
18864
  }),
18864
- ((g = v(r)) == null ? void 0 : g.cart.quantity) === "selectable" ? (b(), Y(um, {
18865
+ ((g = v(r)) == null ? void 0 : g.cart.quantity) === "selectable" ? (b(), Z(um, {
18865
18866
  key: 0,
18866
18867
  "model-value": a.lineItem.quantity,
18867
18868
  "onUpdate:modelValue": l[0] || (l[0] = (_) => v(o).setQuantity(a.lineItem, _))
18868
- }, null, 8, ["model-value"])) : (b(), Y(Qe, {
18869
+ }, null, 8, ["model-value"])) : (b(), Z(Qe, {
18869
18870
  key: 1,
18870
18871
  label: "Remove",
18871
18872
  variant: "subtle-danger",
18872
18873
  size: "small",
18873
18874
  handler: () => v(o).setQuantity(a.lineItem, 0)
18874
18875
  }, null, 8, ["handler"]))
18875
- ])) : ie("", !0)
18876
+ ])) : se("", !0)
18876
18877
  ];
18877
18878
  }),
18878
18879
  _: 2
18879
18880
  }, [
18880
18881
  (u = v(r)) != null && u.cart.bundles.showProducts ? {
18881
18882
  name: "addon",
18882
- fn: x(() => {
18883
+ fn: k(() => {
18883
18884
  var c;
18884
18885
  return [
18885
18886
  j("div", ak, [
@@ -18888,13 +18889,13 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18888
18889
  onClick: l[1] || (l[1] = (d) => s.value = !s.value)
18889
18890
  }, [
18890
18891
  E(st, null, {
18891
- default: x(() => {
18892
+ default: k(() => {
18892
18893
  var d, f, h;
18893
18894
  return [
18894
18895
  A(V((d = a.lineItem.bundle) == null ? void 0 : d.products.filter((p) => p.included).length) + " ", 1),
18895
18896
  (f = a.lineItem.bundle) != null && f.products.some((p) => !p.included) ? (b(), O(_e, { key: 0 }, [
18896
18897
  A(" of " + V((h = a.lineItem.bundle) == null ? void 0 : h.products.length), 1)
18897
- ], 64)) : ie("", !0),
18898
+ ], 64)) : se("", !0),
18898
18899
  l[2] || (l[2] = A(" products "))
18899
18900
  ];
18900
18901
  }),
@@ -18902,7 +18903,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18902
18903
  __: [2]
18903
18904
  }),
18904
18905
  E(Ae, null, {
18905
- default: x(() => [
18906
+ default: k(() => [
18906
18907
  A(V(s.value ? "Hide" : "Show") + " ", 1),
18907
18908
  (b(), O("svg", {
18908
18909
  "data-open": s.value || void 0,
@@ -18920,7 +18921,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18920
18921
  ]),
18921
18922
  _: 1
18922
18923
  })
18923
- ])) : ie("", !0)
18924
+ ])) : se("", !0)
18924
18925
  ]),
18925
18926
  j("div", {
18926
18927
  ref_key: "productListRef",
@@ -18933,7 +18934,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18933
18934
  key: d.id,
18934
18935
  class: "moonbase:bundle-cart-item-product-list-item"
18935
18936
  }, [
18936
- E(Ut, {
18937
+ E(Bt, {
18937
18938
  url: d == null ? void 0 : d.iconUrl,
18938
18939
  size: 48
18939
18940
  }, null, 8, ["url"]),
@@ -18941,25 +18942,25 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18941
18942
  E(st, {
18942
18943
  "data-included": d.included || void 0
18943
18944
  }, {
18944
- default: x(() => [
18945
+ default: k(() => [
18945
18946
  d.included ? (b(), O("svg", dk, l[4] || (l[4] = [
18946
18947
  j("path", {
18947
18948
  "stroke-linecap": "round",
18948
18949
  "stroke-linejoin": "round",
18949
18950
  d: "m4.5 12.75 6 6 9-13.5"
18950
18951
  }, null, -1)
18951
- ]))) : ie("", !0),
18952
+ ]))) : se("", !0),
18952
18953
  A(" " + V(d == null ? void 0 : d.name), 1)
18953
18954
  ]),
18954
18955
  _: 2
18955
18956
  }, 1032, ["data-included"]),
18956
- d.included ? d != null && d.tagline ? (b(), Y(Ae, { key: 1 }, {
18957
- default: x(() => [
18957
+ d.included ? d != null && d.tagline ? (b(), Z(Ae, { key: 1 }, {
18958
+ default: k(() => [
18958
18959
  A(V(d.tagline), 1)
18959
18960
  ]),
18960
18961
  _: 2
18961
- }, 1024)) : ie("", !0) : (b(), Y(Ae, { key: 0 }, {
18962
- default: x(() => l[5] || (l[5] = [
18962
+ }, 1024)) : se("", !0) : (b(), Z(Ae, { key: 0 }, {
18963
+ default: k(() => l[5] || (l[5] = [
18963
18964
  A(" You already own this ")
18964
18965
  ])),
18965
18966
  _: 1,
@@ -18998,16 +18999,16 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
18998
18999
  var c;
18999
19000
  return (c = t.offer.target.defaultVariation) == null ? void 0 : c.originalPrice;
19000
19001
  }), l = te(() => t.offer.target.defaultVariation ? _f.subtract(t.offer.target.defaultVariation.price, yu.apply(t.offer.discount, t.offer.target.defaultVariation.price)) : a.value), u = te(() => !cp(a.value, l.value));
19001
- return (c, d) => (b(), Y(ln, { class: "moonbase:cart-offer" }, ga({
19002
- default: x(() => [
19003
- E(Ut, {
19002
+ return (c, d) => (b(), Z(ln, { class: "moonbase:cart-offer" }, ga({
19003
+ default: k(() => [
19004
+ E(Bt, {
19004
19005
  url: c.offer.target.iconUrl,
19005
19006
  href: c.offer.target.type === "Product" ? c.offer.target.website : void 0,
19006
19007
  size: 64
19007
19008
  }, null, 8, ["url", "href"]),
19008
19009
  j("div", hk, [
19009
19010
  E(st, { class: "moonbase:cart-offer-name" }, {
19010
- default: x(() => [
19011
+ default: k(() => [
19011
19012
  c.offer.target.type === "Product" && c.offer.target.website ? (b(), O("a", {
19012
19013
  key: 0,
19013
19014
  href: c.offer.target.website
@@ -19017,24 +19018,24 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19017
19018
  ]),
19018
19019
  _: 1
19019
19020
  }),
19020
- c.offer.discount.description ? (b(), Y(Ae, {
19021
+ c.offer.discount.description ? (b(), Z(Ae, {
19021
19022
  key: 0,
19022
19023
  class: "moonbase:cart-offer-description"
19023
19024
  }, {
19024
- default: x(() => [
19025
+ default: k(() => [
19025
19026
  A(V(c.offer.discount.description), 1)
19026
19027
  ]),
19027
19028
  _: 1
19028
- })) : ie("", !0)
19029
+ })) : se("", !0)
19029
19030
  ]),
19030
19031
  j("div", mk, [
19031
- l.value ? (b(), Y(Bo, { key: 0 }, {
19032
- default: x(() => [
19033
- u.value && a.value ? (b(), O("span", bk, V(v(Vt)(a.value[v(o)], v(o))), 1)) : ie("", !0),
19032
+ l.value ? (b(), Z(Bo, { key: 0 }, {
19033
+ default: k(() => [
19034
+ u.value && a.value ? (b(), O("span", bk, V(v(Vt)(a.value[v(o)], v(o))), 1)) : se("", !0),
19034
19035
  A(" " + V(v(Vt)(l.value[v(o)], v(o))), 1)
19035
19036
  ]),
19036
19037
  _: 1
19037
- })) : ie("", !0),
19038
+ })) : se("", !0),
19038
19039
  E(Qe, {
19039
19040
  label: "Add to cart",
19040
19041
  variant: "secondary",
@@ -19052,7 +19053,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19052
19053
  }, [
19053
19054
  c.offer.target.type === "Bundle" ? {
19054
19055
  name: "addon",
19055
- fn: x(() => {
19056
+ fn: k(() => {
19056
19057
  var f;
19057
19058
  return [
19058
19059
  j("div", gk, [
@@ -19061,13 +19062,13 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19061
19062
  onClick: d[0] || (d[0] = (h) => s.value = !s.value)
19062
19063
  }, [
19063
19064
  E(st, null, {
19064
- default: x(() => {
19065
+ default: k(() => {
19065
19066
  var h, p, g;
19066
19067
  return [
19067
19068
  A(" Contains " + V((h = c.offer.target) == null ? void 0 : h.products.filter((_) => _.included).length) + " ", 1),
19068
19069
  (p = c.offer.target) != null && p.products.some((_) => !_.included) ? (b(), O(_e, { key: 0 }, [
19069
19070
  A(" of " + V((g = c.offer.target) == null ? void 0 : g.products.length), 1)
19070
- ], 64)) : ie("", !0),
19071
+ ], 64)) : se("", !0),
19071
19072
  d[1] || (d[1] = A(" products "))
19072
19073
  ];
19073
19074
  }),
@@ -19075,7 +19076,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19075
19076
  __: [1]
19076
19077
  }),
19077
19078
  E(Ae, null, {
19078
- default: x(() => [
19079
+ default: k(() => [
19079
19080
  A(V(s.value ? "Hide" : "Show") + " ", 1),
19080
19081
  (b(), O("svg", {
19081
19082
  "data-open": s.value || void 0,
@@ -19093,7 +19094,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19093
19094
  ]),
19094
19095
  _: 1
19095
19096
  })
19096
- ])) : ie("", !0)
19097
+ ])) : se("", !0)
19097
19098
  ]),
19098
19099
  j("div", {
19099
19100
  ref_key: "productListRef",
@@ -19106,7 +19107,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19106
19107
  key: h.id,
19107
19108
  class: "moonbase:cart-offer-bundle-product-list-item"
19108
19109
  }, [
19109
- E(Ut, {
19110
+ E(Bt, {
19110
19111
  url: h.iconUrl,
19111
19112
  href: h.website,
19112
19113
  size: 48
@@ -19115,14 +19116,14 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19115
19116
  E(st, {
19116
19117
  "data-included": h.included || void 0
19117
19118
  }, {
19118
- default: x(() => [
19119
+ default: k(() => [
19119
19120
  h.included ? (b(), O("svg", wk, d[3] || (d[3] = [
19120
19121
  j("path", {
19121
19122
  "stroke-linecap": "round",
19122
19123
  "stroke-linejoin": "round",
19123
19124
  d: "m4.5 12.75 6 6 9-13.5"
19124
19125
  }, null, -1)
19125
- ]))) : ie("", !0),
19126
+ ]))) : se("", !0),
19126
19127
  h.website ? (b(), O("a", {
19127
19128
  key: 1,
19128
19129
  href: h.website
@@ -19132,13 +19133,13 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19132
19133
  ]),
19133
19134
  _: 2
19134
19135
  }, 1032, ["data-included"]),
19135
- h.included ? h.tagline ? (b(), Y(Ae, { key: 1 }, {
19136
- default: x(() => [
19136
+ h.included ? h.tagline ? (b(), Z(Ae, { key: 1 }, {
19137
+ default: k(() => [
19137
19138
  A(V(h.tagline), 1)
19138
19139
  ]),
19139
19140
  _: 2
19140
- }, 1024)) : ie("", !0) : (b(), Y(Ae, { key: 0 }, {
19141
- default: x(() => d[4] || (d[4] = [
19141
+ }, 1024)) : se("", !0) : (b(), Z(Ae, { key: 0 }, {
19142
+ default: k(() => d[4] || (d[4] = [
19142
19143
  A(" You already own this ")
19143
19144
  ])),
19144
19145
  _: 1,
@@ -19180,17 +19181,17 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19180
19181
  return u.length > 0 ? u[u.length - 1] : null;
19181
19182
  }
19182
19183
  const a = er();
19183
- return (l, u) => (b(), Y(ln, { class: "moonbase:product-cart-item" }, {
19184
- default: x(() => {
19184
+ return (l, u) => (b(), Z(ln, { class: "moonbase:product-cart-item" }, {
19185
+ default: k(() => {
19185
19186
  var c, d, f, h, p, g;
19186
19187
  return [
19187
- E(Ut, {
19188
+ E(Bt, {
19188
19189
  url: (c = l.lineItem.product) == null ? void 0 : c.iconUrl,
19189
19190
  size: 72
19190
19191
  }, null, 8, ["url"]),
19191
19192
  j("div", xk, [
19192
19193
  E(st, null, {
19193
- default: x(() => {
19194
+ default: k(() => {
19194
19195
  var _;
19195
19196
  return [
19196
19197
  A(V((_ = l.lineItem.product) == null ? void 0 : _.name), 1)
@@ -19202,7 +19203,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19202
19203
  class: "moonbase:product-cart-item-tagline",
19203
19204
  "data-truncate": l.lineItem.variation && l.lineItem.variation.id !== ((f = (d = v(n)) == null ? void 0 : d.defaultVariation) == null ? void 0 : f.id) || void 0
19204
19205
  }, {
19205
- default: x(() => {
19206
+ default: k(() => {
19206
19207
  var _;
19207
19208
  return [
19208
19209
  A(V((_ = l.lineItem.product) == null ? void 0 : _.tagline), 1)
@@ -19210,38 +19211,38 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19210
19211
  }),
19211
19212
  _: 1
19212
19213
  }, 8, ["data-truncate"]),
19213
- l.lineItem.variation && l.lineItem.variation.id !== ((p = (h = v(n)) == null ? void 0 : h.defaultVariation) == null ? void 0 : p.id) ? (b(), Y(Ae, {
19214
+ l.lineItem.variation && l.lineItem.variation.id !== ((p = (h = v(n)) == null ? void 0 : h.defaultVariation) == null ? void 0 : p.id) ? (b(), Z(Ae, {
19214
19215
  key: 0,
19215
19216
  class: "moonbase:product-cart-item-variation"
19216
19217
  }, {
19217
- default: x(() => [
19218
+ default: k(() => [
19218
19219
  A(V(l.lineItem.variation.name), 1)
19219
19220
  ]),
19220
19221
  _: 1
19221
- })) : ie("", !0)
19222
+ })) : se("", !0)
19222
19223
  ]),
19223
19224
  j("div", Ok, [
19224
- l.lineItem.variation ? (b(), Y(Bo, { key: 0 }, {
19225
- default: x(() => {
19225
+ l.lineItem.variation ? (b(), Z(Bo, { key: 0 }, {
19226
+ default: k(() => {
19226
19227
  var _;
19227
19228
  return [
19228
- l.lineItem.variation.hasDiscount || s(l.lineItem) ? (b(), O("span", Sk, V(v(Vt)(l.lineItem.variation.originalPrice[l.currency] * l.lineItem.quantity, l.currency)), 1)) : ie("", !0),
19229
+ l.lineItem.variation.hasDiscount || s(l.lineItem) ? (b(), O("span", Sk, V(v(Vt)(l.lineItem.variation.originalPrice[l.currency] * l.lineItem.quantity, l.currency)), 1)) : se("", !0),
19229
19230
  A(" " + V(v(Vt)(o(l.lineItem) * l.lineItem.quantity, l.currency)) + " ", 1),
19230
- ((_ = l.lineItem.variation) == null ? void 0 : _.recurrence.type) === "Recurring" ? (b(), Y(et, { key: 1 }, {
19231
- default: x(() => [
19231
+ ((_ = l.lineItem.variation) == null ? void 0 : _.recurrence.type) === "Recurring" ? (b(), Z(et, { key: 1 }, {
19232
+ default: k(() => [
19232
19233
  A(" / " + V(v(ai)(l.lineItem.variation.recurrence.cycleLength)), 1)
19233
19234
  ]),
19234
19235
  _: 1
19235
- })) : ie("", !0)
19236
+ })) : se("", !0)
19236
19237
  ];
19237
19238
  }),
19238
19239
  _: 1
19239
- })) : ie("", !0),
19240
- ((g = v(r)) == null ? void 0 : g.cart.quantity) === "selectable" ? (b(), Y(um, {
19240
+ })) : se("", !0),
19241
+ ((g = v(r)) == null ? void 0 : g.cart.quantity) === "selectable" ? (b(), Z(um, {
19241
19242
  key: 1,
19242
19243
  "model-value": l.lineItem.quantity,
19243
19244
  "onUpdate:modelValue": u[0] || (u[0] = (_) => v(a).setQuantity(l.lineItem, _))
19244
- }, null, 8, ["model-value"])) : (b(), Y(Qe, {
19245
+ }, null, 8, ["model-value"])) : (b(), Z(Qe, {
19245
19246
  key: 2,
19246
19247
  label: "Remove",
19247
19248
  variant: "subtle-danger",
@@ -19298,21 +19299,21 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19298
19299
  (b(!0), O(_e, null, mt(v(n), (g) => (b(), O("li", {
19299
19300
  key: g.id
19300
19301
  }, [
19301
- g.type === "Product" ? (b(), Y(Ck, {
19302
+ g.type === "Product" ? (b(), Z(Ck, {
19302
19303
  key: 0,
19303
19304
  "line-item": g,
19304
19305
  currency: v(o)
19305
- }, null, 8, ["line-item", "currency"])) : g.type === "Bundle" ? (b(), Y(fk, {
19306
+ }, null, 8, ["line-item", "currency"])) : g.type === "Bundle" ? (b(), Z(fk, {
19306
19307
  key: 1,
19307
19308
  "line-item": g,
19308
19309
  currency: v(o)
19309
- }, null, 8, ["line-item", "currency"])) : ie("", !0)
19310
+ }, null, 8, ["line-item", "currency"])) : se("", !0)
19310
19311
  ]))), 128)),
19311
19312
  l.value ? (b(), O(_e, { key: 0 }, [
19312
19313
  f[0] || (f[0] = j("li", { class: "moonbase:grow" }, null, -1)),
19313
19314
  j("li", null, [
19314
19315
  E(st, null, {
19315
- default: x(() => {
19316
+ default: k(() => {
19316
19317
  var g;
19317
19318
  return [
19318
19319
  A(V((g = v(i)) == null ? void 0 : g.cart.offers.label), 1)
@@ -19322,7 +19323,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19322
19323
  }),
19323
19324
  E(kk, { offer: l.value }, null, 8, ["offer"])
19324
19325
  ])
19325
- ], 64)) : ie("", !0)
19326
+ ], 64)) : se("", !0)
19326
19327
  ], 8, Pk)) : (b(), O("div", {
19327
19328
  key: 1,
19328
19329
  class: "moonbase:cart-empty",
@@ -19330,7 +19331,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19330
19331
  }, [
19331
19332
  E(v($_)),
19332
19333
  E(st, null, {
19333
- default: x(() => f[1] || (f[1] = [
19334
+ default: k(() => f[1] || (f[1] = [
19334
19335
  A(" Your cart is empty ")
19335
19336
  ])),
19336
19337
  _: 1,
@@ -19387,11 +19388,11 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19387
19388
  }
19388
19389
  async function S() {
19389
19390
  const B = { ...n.value };
19390
- await s(), i == null || i(qt.SignedOut, { user: B }), t.reset();
19391
+ await s(), i == null || i(Wt.SignedOut, { user: B }), t.reset();
19391
19392
  }
19392
19393
  return (B, D) => (b(), O("div", Ik, [
19393
19394
  E(tr, { handler: g }, {
19394
- default: x(() => [
19395
+ default: k(() => [
19395
19396
  E(Ct, {
19396
19397
  modelValue: a.value,
19397
19398
  "onUpdate:modelValue": D[0] || (D[0] = (y) => a.value = y),
@@ -19421,12 +19422,12 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19421
19422
  error: "Error",
19422
19423
  success: "Updated"
19423
19424
  }),
19424
- c.value ? (b(), O("p", Mk, V(c.value.message), 1)) : d.value ? (b(), O("p", Vk, " You need to confirm your new email address, please check your inbox ")) : ie("", !0)
19425
+ c.value ? (b(), O("p", Mk, V(c.value.message), 1)) : d.value ? (b(), O("p", Vk, " You need to confirm your new email address, please check your inbox ")) : se("", !0)
19425
19426
  ]),
19426
19427
  _: 1
19427
19428
  }),
19428
19429
  E(tr, { handler: _ }, {
19429
- default: x(() => [
19430
+ default: k(() => [
19430
19431
  E(Ct, {
19431
19432
  modelValue: f.value,
19432
19433
  "onUpdate:modelValue": D[3] || (D[3] = (y) => f.value = y),
@@ -19450,7 +19451,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19450
19451
  error: "Error",
19451
19452
  success: "Password changed"
19452
19453
  }),
19453
- p.value ? (b(), O("p", Rk, V(p.value.message), 1)) : ie("", !0)
19454
+ p.value ? (b(), O("p", Rk, V(p.value.message), 1)) : se("", !0)
19454
19455
  ]),
19455
19456
  _: 1
19456
19457
  }),
@@ -19481,7 +19482,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19481
19482
  for (r.value = o.items; o.hasMore && o.next; )
19482
19483
  o = await n(o.next), r.value.push(...o.items);
19483
19484
  }), (o, s) => (b(), O("div", jk, [
19484
- r.value ? r.value.length === 0 ? (b(), O("div", Bk, " No products found ")) : ie("", !0) : (b(), O("div", Uk, [
19485
+ r.value ? r.value.length === 0 ? (b(), O("div", Bk, " No products found ")) : se("", !0) : (b(), O("div", Uk, [
19485
19486
  E(en),
19486
19487
  s[0] || (s[0] = A(" Loading products.. "))
19487
19488
  ])),
@@ -19504,31 +19505,31 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19504
19505
  d: "m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499"
19505
19506
  })
19506
19507
  ], -1)
19507
- ]))) : ie("", !0),
19508
- E(Ut, {
19508
+ ]))) : se("", !0),
19509
+ E(Bt, {
19509
19510
  url: i.iconUrl,
19510
19511
  size: 48
19511
19512
  }, null, 8, ["url"]),
19512
19513
  j("div", Hk, [
19513
19514
  E(st, null, {
19514
- default: x(() => [
19515
+ default: k(() => [
19515
19516
  A(V(i.name), 1)
19516
19517
  ]),
19517
19518
  _: 2
19518
19519
  }, 1024),
19519
- i.numberOfLicenses || i.subscriptionLicenses ? (b(), Y(Ae, { key: 0 }, {
19520
- default: x(() => [
19520
+ i.numberOfLicenses || i.subscriptionLicenses ? (b(), Z(Ae, { key: 0 }, {
19521
+ default: k(() => [
19521
19522
  A(V((i.numberOfLicenses ?? 0) + (i.subscriptionLicenses ?? 0)) + " licenses ", 1)
19522
19523
  ]),
19523
19524
  _: 2
19524
- }, 1024)) : ie("", !0)
19525
+ }, 1024)) : se("", !0)
19525
19526
  ]),
19526
19527
  j("div", null, [
19527
19528
  E(Uo, {
19528
19529
  variant: "subtle",
19529
19530
  onClick: (a) => v(t).show(v(ue).Product, v(Q).ViewProduct, { product_id: i.id })
19530
19531
  }, {
19531
- default: x(() => [
19532
+ default: k(() => [
19532
19533
  E(v(Pp)),
19533
19534
  s[2] || (s[2] = j("span", { class: "moonbase:clickable" }, null, -1))
19534
19535
  ]),
@@ -19549,8 +19550,8 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19549
19550
  const t = L(!1), n = L(null);
19550
19551
  return Ke(t, (r) => {
19551
19552
  n.value && (n.value.style.height = r ? `${n.value.scrollHeight}px` : "0px");
19552
- }), (r, o) => (b(), Y(ln, { class: "moonbase:bundle-redemption-item" }, {
19553
- addon: x(() => {
19553
+ }), (r, o) => (b(), Z(ln, { class: "moonbase:bundle-redemption-item" }, {
19554
+ addon: k(() => {
19554
19555
  var s;
19555
19556
  return [
19556
19557
  j("div", Zk, [
@@ -19559,7 +19560,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19559
19560
  onClick: o[0] || (o[0] = (i) => t.value = !t.value)
19560
19561
  }, [
19561
19562
  E(st, null, {
19562
- default: x(() => {
19563
+ default: k(() => {
19563
19564
  var i;
19564
19565
  return [
19565
19566
  A(V((i = r.bundle) == null ? void 0 : i.products.length) + " products ", 1)
@@ -19568,7 +19569,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19568
19569
  _: 1
19569
19570
  }),
19570
19571
  E(Ae, null, {
19571
- default: x(() => [
19572
+ default: k(() => [
19572
19573
  A(V(t.value ? "Hide" : "Show") + " ", 1),
19573
19574
  (b(), O("svg", {
19574
19575
  "data-open": t.value || void 0,
@@ -19586,7 +19587,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19586
19587
  ]),
19587
19588
  _: 1
19588
19589
  })
19589
- ])) : ie("", !0)
19590
+ ])) : se("", !0)
19590
19591
  ]),
19591
19592
  j("div", {
19592
19593
  ref_key: "productListRef",
@@ -19598,36 +19599,36 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19598
19599
  (b(!0), O(_e, null, mt(((s = r.bundle) == null ? void 0 : s.products) || [], (i) => (b(), O("div", {
19599
19600
  key: i.id
19600
19601
  }, [
19601
- E(Ut, {
19602
+ E(Bt, {
19602
19603
  url: i.iconUrl,
19603
19604
  size: 48
19604
19605
  }, null, 8, ["url"]),
19605
19606
  j("div", null, [
19606
19607
  E(st, null, {
19607
- default: x(() => [
19608
+ default: k(() => [
19608
19609
  A(V(i.name), 1)
19609
19610
  ]),
19610
19611
  _: 2
19611
19612
  }, 1024),
19612
- i.tagline ? (b(), Y(Ae, { key: 0 }, {
19613
- default: x(() => [
19613
+ i.tagline ? (b(), Z(Ae, { key: 0 }, {
19614
+ default: k(() => [
19614
19615
  A(V(i.tagline), 1)
19615
19616
  ]),
19616
19617
  _: 2
19617
- }, 1024)) : ie("", !0)
19618
+ }, 1024)) : se("", !0)
19618
19619
  ])
19619
19620
  ]))), 128))
19620
19621
  ], 8, Gk)
19621
19622
  ];
19622
19623
  }),
19623
- default: x(() => [
19624
- E(Ut, {
19624
+ default: k(() => [
19625
+ E(Bt, {
19625
19626
  url: r.bundle.iconUrl,
19626
19627
  size: 72
19627
19628
  }, null, 8, ["url"]),
19628
19629
  j("div", Wk, [
19629
19630
  E(st, null, {
19630
- default: x(() => {
19631
+ default: k(() => {
19631
19632
  var s;
19632
19633
  return [
19633
19634
  A(V((s = r.bundle) == null ? void 0 : s.name), 1)
@@ -19636,7 +19637,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19636
19637
  _: 1
19637
19638
  }),
19638
19639
  E(Ae, { class: "moonbase:bundle-redemption-item-tagline" }, {
19639
- default: x(() => {
19640
+ default: k(() => {
19640
19641
  var s;
19641
19642
  return [
19642
19643
  A(V((s = r.bundle) == null ? void 0 : s.tagline), 1)
@@ -19656,15 +19657,15 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19656
19657
  quantity: {}
19657
19658
  },
19658
19659
  setup(e) {
19659
- return (t, n) => (b(), Y(ln, { class: "moonbase:product-redemption-item" }, {
19660
- default: x(() => [
19661
- E(Ut, {
19660
+ return (t, n) => (b(), Z(ln, { class: "moonbase:product-redemption-item" }, {
19661
+ default: k(() => [
19662
+ E(Bt, {
19662
19663
  url: t.product.iconUrl,
19663
19664
  size: 72
19664
19665
  }, null, 8, ["url"]),
19665
19666
  j("div", Kk, [
19666
19667
  E(st, null, {
19667
- default: x(() => {
19668
+ default: k(() => {
19668
19669
  var r;
19669
19670
  return [
19670
19671
  A(V((r = t.product) == null ? void 0 : r.name), 1)
@@ -19673,7 +19674,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19673
19674
  _: 1
19674
19675
  }),
19675
19676
  E(Ae, { class: "moonbase:product-redemption-item-tagline" }, {
19676
- default: x(() => {
19677
+ default: k(() => {
19677
19678
  var r;
19678
19679
  return [
19679
19680
  A(V((r = t.product) == null ? void 0 : r.tagline), 1)
@@ -19703,7 +19704,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19703
19704
  i.value = null;
19704
19705
  try {
19705
19706
  const u = await t(a.value);
19706
- s.value = u, o == null || o(qt.RedeemedVoucher, { voucher: u, user: r.user.value });
19707
+ s.value = u, o == null || o(Wt.RedeemedVoucher, { voucher: u, user: r.user.value });
19707
19708
  } catch (u) {
19708
19709
  throw i.value = u, u;
19709
19710
  }
@@ -19713,23 +19714,23 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19713
19714
  mode: "out-in",
19714
19715
  name: "moonbase:slide-left"
19715
19716
  }, {
19716
- default: x(() => [
19717
+ default: k(() => [
19717
19718
  s.value ? (b(), O("div", Qk, [
19718
19719
  j("div", null, [
19719
19720
  E(Xo, null, {
19720
- default: x(() => [
19721
+ default: k(() => [
19721
19722
  A(V(s.value.name), 1)
19722
19723
  ]),
19723
19724
  _: 1
19724
19725
  }),
19725
- s.value.description ? (b(), Y(tt, { key: 0 }, {
19726
- default: x(() => [
19726
+ s.value.description ? (b(), Z(tt, { key: 0 }, {
19727
+ default: k(() => [
19727
19728
  A(' "' + V(s.value.description) + '" ', 1)
19728
19729
  ]),
19729
19730
  _: 1
19730
- })) : ie("", !0),
19731
+ })) : se("", !0),
19731
19732
  E(Ae, null, {
19732
- default: x(() => [
19733
+ default: k(() => [
19733
19734
  E(v(E_)),
19734
19735
  c[2] || (c[2] = A(" Licenses have been added to your account. "))
19735
19736
  ]),
@@ -19737,7 +19738,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19737
19738
  __: [2]
19738
19739
  }),
19739
19740
  E(Ae, null, {
19740
- default: x(() => [
19741
+ default: k(() => [
19741
19742
  c[3] || (c[3] = A(" Code: ")),
19742
19743
  j("strong", null, V(s.value.code), 1)
19743
19744
  ]),
@@ -19746,24 +19747,24 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19746
19747
  })
19747
19748
  ]),
19748
19749
  E(tt, null, {
19749
- default: x(() => c[4] || (c[4] = [
19750
+ default: k(() => c[4] || (c[4] = [
19750
19751
  A(" Voucher summary ")
19751
19752
  ])),
19752
19753
  _: 1,
19753
19754
  __: [4]
19754
19755
  }),
19755
19756
  s.value.redeemsProducts.length > 0 || s.value.redeemsBundles.length > 0 ? (b(), O("div", ex, [
19756
- (b(!0), O(_e, null, mt(s.value.redeemsProducts, ({ value: d, quantity: f }) => (b(), Y(dm, {
19757
+ (b(!0), O(_e, null, mt(s.value.redeemsProducts, ({ value: d, quantity: f }) => (b(), Z(dm, {
19757
19758
  key: d.id,
19758
19759
  product: d,
19759
19760
  quantity: f
19760
19761
  }, null, 8, ["product", "quantity"]))), 128)),
19761
- (b(!0), O(_e, null, mt(s.value.redeemsBundles, ({ value: d, quantity: f }) => (b(), Y(cm, {
19762
+ (b(!0), O(_e, null, mt(s.value.redeemsBundles, ({ value: d, quantity: f }) => (b(), Z(cm, {
19762
19763
  key: d.id,
19763
19764
  bundle: d,
19764
19765
  quantity: f
19765
19766
  }, null, 8, ["bundle", "quantity"]))), 128))
19766
- ])) : ie("", !0),
19767
+ ])) : se("", !0),
19767
19768
  v(n).next && v(n).next[0] === v(ue).Activation && (s.value.redeemsProducts.some((d) => {
19768
19769
  var f, h;
19769
19770
  return d.value.id === ((h = (f = v(n).next) == null ? void 0 : f[2]) == null ? void 0 : h.product_id);
@@ -19777,16 +19778,16 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19777
19778
  icon: v(w_),
19778
19779
  handler: () => v(n).dequeue()
19779
19780
  }, null, 8, ["icon", "handler"])
19780
- ])) : ie("", !0)
19781
- ])) : (b(), Y(tr, {
19781
+ ])) : se("", !0)
19782
+ ])) : (b(), Z(tr, {
19782
19783
  key: 0,
19783
19784
  handler: l
19784
19785
  }, {
19785
- default: x(() => {
19786
+ default: k(() => {
19786
19787
  var d;
19787
19788
  return [
19788
19789
  E(et, null, {
19789
- default: x(() => c[1] || (c[1] = [
19790
+ default: k(() => c[1] || (c[1] = [
19790
19791
  A(" Do you have a voucher you want to redeem? "),
19791
19792
  j("br", null, null, -1),
19792
19793
  A(" Please enter the code below: ")
@@ -19838,7 +19839,7 @@ const ok = { class: "moonbase:bundle-cart-item-content" }, sk = {
19838
19839
  t.progress.events[o + 1] ? (b(), O("span", {
19839
19840
  key: 0,
19840
19841
  "data-fulfilled": t.progress.events[o + 1].some((s) => s.fulfilled) || void 0
19841
- }, null, 8, ox)) : ie("", !0)
19842
+ }, null, 8, ox)) : se("", !0)
19842
19843
  ]))), 128))
19843
19844
  ], 4));
19844
19845
  }
@@ -21166,7 +21167,7 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21166
21167
  for (o.value = s.items; s.hasMore && s.next; )
21167
21168
  s = await n(s.next), o.value.push(...s.items);
21168
21169
  }), (s, i) => (b(), O("div", EO, [
21169
- o.value ? o.value.length === 0 ? (b(), O("div", xO, " No subscriptions found ")) : ie("", !0) : (b(), O("div", kO, [
21170
+ o.value ? o.value.length === 0 ? (b(), O("div", xO, " No subscriptions found ")) : se("", !0) : (b(), O("div", kO, [
21170
21171
  E(en),
21171
21172
  i[0] || (i[0] = A(" Loading subscriptions.. "))
21172
21173
  ])),
@@ -21178,38 +21179,38 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21178
21179
  class: "moonbase:subscriptions-item"
21179
21180
  }, [
21180
21181
  a.content.type === "Product" ? (b(), O(_e, { key: 0 }, [
21181
- E(Ut, {
21182
+ E(Bt, {
21182
21183
  url: a.content.product.iconUrl,
21183
21184
  size: 48
21184
21185
  }, null, 8, ["url"]),
21185
21186
  j("div", SO, [
21186
21187
  E(st, null, {
21187
- default: x(() => [
21188
+ default: k(() => [
21188
21189
  A(V(a.content.quantity) + " x " + V(a.content.product.name), 1)
21189
21190
  ]),
21190
21191
  _: 2
21191
21192
  }, 1024),
21192
21193
  E(Ae, null, {
21193
- default: x(() => [
21194
+ default: k(() => [
21194
21195
  A(V(a.status === v(Ar).Active ? "Renews" : a.expiresAt > r.value ? "Expires" : "Expired") + " " + V(v(Jo)(a.expiresAt)), 1)
21195
21196
  ]),
21196
21197
  _: 2
21197
21198
  }, 1024)
21198
21199
  ])
21199
21200
  ], 64)) : (b(), O(_e, { key: 1 }, [
21200
- E(Ut, {
21201
+ E(Bt, {
21201
21202
  url: a.content.bundle.iconUrl,
21202
21203
  size: 48
21203
21204
  }, null, 8, ["url"]),
21204
21205
  j("div", CO, [
21205
21206
  E(st, null, {
21206
- default: x(() => [
21207
+ default: k(() => [
21207
21208
  A(V(a.content.quantity) + " x " + V(a.content.bundle.name), 1)
21208
21209
  ]),
21209
21210
  _: 2
21210
21211
  }, 1024),
21211
21212
  E(Ae, null, {
21212
- default: x(() => [
21213
+ default: k(() => [
21213
21214
  A(V(a.status === v(Ar).Active ? "Renews" : a.expiresAt > r.value ? "Expires" : "Expired") + " " + V(v(Jo)(a.expiresAt)), 1)
21214
21215
  ]),
21215
21216
  _: 2
@@ -21221,7 +21222,7 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21221
21222
  variant: "subtle",
21222
21223
  onClick: (l) => v(t).show(v(ue).Subscription, v(Q).ManageSubscription, { subscription_id: a.id })
21223
21224
  }, {
21224
- default: x(() => [
21225
+ default: k(() => [
21225
21226
  E(v(Pp)),
21226
21227
  i[1] || (i[1] = j("span", { class: "moonbase:clickable" }, null, -1))
21227
21228
  ]),
@@ -21233,13 +21234,13 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21233
21234
  a.milestoneProgress ? (b(), O("div", NO, [
21234
21235
  j("div", PO, [
21235
21236
  E(st, null, {
21236
- default: x(() => [
21237
+ default: k(() => [
21237
21238
  A(V(a.milestoneProgress.title), 1)
21238
21239
  ]),
21239
21240
  _: 2
21240
21241
  }, 1024),
21241
- E(Wt, null, {
21242
- default: x(() => [
21242
+ E(Rt, null, {
21243
+ default: k(() => [
21243
21244
  A(V(a.milestoneProgress.currentNormalizedCycleNumber - (a.milestoneProgress.currentCycleIsCompleted ? 0 : 1)) + " / " + V(a.milestoneProgress.toNormalizedCycleNumber) + " " + V(v(ai)(a.cycleLength)) + "s ", 1)
21244
21245
  ]),
21245
21246
  _: 2
@@ -21248,7 +21249,7 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21248
21249
  E(fm, {
21249
21250
  progress: a.milestoneProgress
21250
21251
  }, null, 8, ["progress"])
21251
- ])) : ie("", !0)
21252
+ ])) : se("", !0)
21252
21253
  ], 64))), 128))
21253
21254
  ]));
21254
21255
  }
@@ -21289,18 +21290,18 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21289
21290
  "selected-index": s.value,
21290
21291
  onChange: i
21291
21292
  }, {
21292
- default: x(() => {
21293
+ default: k(() => {
21293
21294
  var u, c;
21294
21295
  return [
21295
21296
  E(v(l_), {
21296
21297
  "data-corners": (u = v(r)) == null ? void 0 : u.theme.corners,
21297
21298
  "data-background": (c = v(r)) == null ? void 0 : c.theme.colors.background
21298
21299
  }, {
21299
- default: x(() => [
21300
- (b(!0), O(_e, null, mt(o.value, (d) => (b(), Y(v(u_), {
21300
+ default: k(() => [
21301
+ (b(!0), O(_e, null, mt(o.value, (d) => (b(), Z(v(u_), {
21301
21302
  key: d.intent
21302
21303
  }, {
21303
- default: x(() => [
21304
+ default: k(() => [
21304
21305
  A(V(d.title), 1)
21305
21306
  ]),
21306
21307
  _: 2
@@ -21309,12 +21310,12 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21309
21310
  _: 1
21310
21311
  }, 8, ["data-corners", "data-background"]),
21311
21312
  E(v(c_), null, {
21312
- default: x(() => [
21313
- (b(!0), O(_e, null, mt(o.value, (d) => (b(), Y(v(d_), {
21313
+ default: k(() => [
21314
+ (b(!0), O(_e, null, mt(o.value, (d) => (b(), Z(v(d_), {
21314
21315
  key: d.intent
21315
21316
  }, {
21316
- default: x(() => [
21317
- (b(), Y(Wl(d.content)))
21317
+ default: k(() => [
21318
+ (b(), Z(Wl(d.content)))
21318
21319
  ]),
21319
21320
  _: 2
21320
21321
  }, 1024))), 128))
@@ -21334,8 +21335,8 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21334
21335
  },
21335
21336
  setup(e) {
21336
21337
  const t = L(!1), n = L(null), r = te(() => n.value && n.value.$el && n.value.$el.scrollHeight > n.value.$el.clientHeight);
21337
- return (o, s) => (b(), Y(ln, { class: "moonbase:product-card" }, {
21338
- addon: x(() => [
21338
+ return (o, s) => (b(), Z(ln, { class: "moonbase:product-card" }, {
21339
+ addon: k(() => [
21339
21340
  j("div", {
21340
21341
  class: "moonbase:product-card-description",
21341
21342
  "data-open": t.value || void 0
@@ -21344,7 +21345,7 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21344
21345
  ref_key: "descriptionRef",
21345
21346
  ref: n
21346
21347
  }, {
21347
- default: x(() => [
21348
+ default: k(() => [
21348
21349
  A(V(o.product.description), 1)
21349
21350
  ]),
21350
21351
  _: 1
@@ -21354,23 +21355,23 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21354
21355
  onClick: s[0] || (s[0] = (i) => t.value = !0)
21355
21356
  }, [
21356
21357
  E(st, null, {
21357
- default: x(() => s[1] || (s[1] = [
21358
+ default: k(() => s[1] || (s[1] = [
21358
21359
  A(" read more ")
21359
21360
  ])),
21360
21361
  _: 1,
21361
21362
  __: [1]
21362
21363
  })
21363
- ])) : ie("", !0)
21364
+ ])) : se("", !0)
21364
21365
  ], 8, IO)
21365
21366
  ]),
21366
- default: x(() => [
21367
- E(Ut, {
21367
+ default: k(() => [
21368
+ E(Bt, {
21368
21369
  url: o.product.iconUrl,
21369
21370
  size: 72
21370
21371
  }, null, 8, ["url"]),
21371
21372
  j("div", DO, [
21372
21373
  E(Xo, null, {
21373
- default: x(() => {
21374
+ default: k(() => {
21374
21375
  var i;
21375
21376
  return [
21376
21377
  A(V((i = o.product) == null ? void 0 : i.name), 1)
@@ -21379,7 +21380,7 @@ const EO = { class: "moonbase:subscriptions" }, kO = {
21379
21380
  _: 1
21380
21381
  }),
21381
21382
  E(Ae, { class: "moonbase:product-card-tagline" }, {
21382
- default: x(() => {
21383
+ default: k(() => {
21383
21384
  var i;
21384
21385
  return [
21385
21386
  A(V((i = o.product) == null ? void 0 : i.tagline), 1)
@@ -21441,7 +21442,7 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21441
21442
  ], g = te(() => p.flatMap((S) => [...(t.product.downloads ?? []).filter((R) => R.platform === S)]));
21442
21443
  async function _(S) {
21443
21444
  try {
21444
- await i(S), s == null || s(qt.DownloadedProduct, {
21445
+ await i(S), s == null || s(Wt.DownloadedProduct, {
21445
21446
  product: t.product,
21446
21447
  download: S,
21447
21448
  user: r.user.value
@@ -21469,10 +21470,10 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21469
21470
  }
21470
21471
  return (S, R) => (b(), O("div", RO, [
21471
21472
  E(tt, null, {
21472
- default: x(() => [
21473
+ default: k(() => [
21473
21474
  R[1] || (R[1] = A(" Downloads ")),
21474
21475
  E(Ae, null, {
21475
- default: x(() => [
21476
+ default: k(() => [
21476
21477
  A(" Version " + V(S.product.version), 1)
21477
21478
  ]),
21478
21479
  _: 1
@@ -21490,7 +21491,7 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21490
21491
  ref_key: "descriptionRef",
21491
21492
  ref: l
21492
21493
  }, {
21493
- default: x(() => [
21494
+ default: k(() => [
21494
21495
  A(V(S.product.releaseDescription), 1)
21495
21496
  ]),
21496
21497
  _: 1
@@ -21500,17 +21501,17 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21500
21501
  onClick: R[0] || (R[0] = (z) => a.value = !0)
21501
21502
  }, [
21502
21503
  E(st, null, {
21503
- default: x(() => R[2] || (R[2] = [
21504
+ default: k(() => R[2] || (R[2] = [
21504
21505
  A(" read more ")
21505
21506
  ])),
21506
21507
  _: 1,
21507
21508
  __: [2]
21508
21509
  })
21509
- ])) : ie("", !0)
21510
- ], 8, LO)) : ie("", !0),
21510
+ ])) : se("", !0)
21511
+ ], 8, LO)) : se("", !0),
21511
21512
  S.product.downloadsNeedsUser && S.product.downloadsNeedsOwnership && !S.product.numberOfLicenses && !S.product.subscriptionLicenses ? (b(), O("div", jO, [
21512
21513
  E(et, { "data-center": "" }, {
21513
- default: x(() => R[3] || (R[3] = [
21514
+ default: k(() => R[3] || (R[3] = [
21514
21515
  A(" This product requires ownership to download ")
21515
21516
  ])),
21516
21517
  _: 1,
@@ -21522,7 +21523,7 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21522
21523
  })
21523
21524
  ])) : S.product.downloadsNeedsUser && !v(r).user ? (b(), O("div", UO, [
21524
21525
  E(et, { "data-center": "" }, {
21525
- default: x(() => R[4] || (R[4] = [
21526
+ default: k(() => R[4] || (R[4] = [
21526
21527
  A(" This product requires an account to download ")
21527
21528
  ])),
21528
21529
  _: 1,
@@ -21534,7 +21535,7 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21534
21535
  })
21535
21536
  ])) : S.product.downloadsNeedsOwnership && !S.product.numberOfLicenses && !S.product.subscriptionLicenses ? (b(), O("div", BO, [
21536
21537
  E(et, { "data-center": "" }, {
21537
- default: x(() => R[5] || (R[5] = [
21538
+ default: k(() => R[5] || (R[5] = [
21538
21539
  A(" This product requires ownership to download ")
21539
21540
  ])),
21540
21541
  _: 1,
@@ -21542,11 +21543,11 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21542
21543
  })
21543
21544
  ])) : (b(), O("div", FO, [
21544
21545
  j("div", zO, [
21545
- (b(!0), O(_e, null, mt(g.value, (z) => (b(), Y(ln, {
21546
+ (b(!0), O(_e, null, mt(g.value, (z) => (b(), Z(ln, {
21546
21547
  key: z.key,
21547
21548
  class: "moonbase:product-downloads-download"
21548
21549
  }, {
21549
- addon: x(() => [
21550
+ addon: k(() => [
21550
21551
  j("div", HO, [
21551
21552
  E(Qe, {
21552
21553
  label: `Download for ${z.platform}`,
@@ -21557,16 +21558,16 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21557
21558
  }, null, 8, ["label", "variant", "handler", "icon"])
21558
21559
  ])
21559
21560
  ]),
21560
- default: x(() => [
21561
+ default: k(() => [
21561
21562
  j("div", null, [
21562
21563
  E(tt, null, {
21563
- default: x(() => [
21564
+ default: k(() => [
21564
21565
  A(V(z.platform), 1)
21565
21566
  ]),
21566
21567
  _: 2
21567
21568
  }, 1024),
21568
- E(Wt, null, {
21569
- default: x(() => [
21569
+ E(Rt, null, {
21570
+ default: k(() => [
21570
21571
  A(V(z.name) + " - " + V(v(VO)(z.size)), 1)
21571
21572
  ]),
21572
21573
  _: 2
@@ -21576,16 +21577,16 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21576
21577
  _: 2
21577
21578
  }, 1024))), 128))
21578
21579
  ]),
21579
- g.value.length === 0 ? (b(), Y(et, {
21580
+ g.value.length === 0 ? (b(), Z(et, {
21580
21581
  key: 0,
21581
21582
  "data-center": ""
21582
21583
  }, {
21583
- default: x(() => R[6] || (R[6] = [
21584
+ default: k(() => R[6] || (R[6] = [
21584
21585
  A(" No downloadable files found ")
21585
21586
  ])),
21586
21587
  _: 1,
21587
21588
  __: [6]
21588
- })) : ie("", !0)
21589
+ })) : se("", !0)
21589
21590
  ]))
21590
21591
  ]));
21591
21592
  }
@@ -21657,14 +21658,14 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21657
21658
  }
21658
21659
  return (f, h) => (b(), O("div", WO, [
21659
21660
  E(tt, null, {
21660
- default: x(() => [
21661
+ default: k(() => [
21661
21662
  h[0] || (h[0] = A(" Licenses ")),
21662
- f.product.maxActivations && f.product.maxActivations > 0 ? (b(), Y(Ae, { key: 0 }, {
21663
- default: x(() => [
21663
+ f.product.maxActivations && f.product.maxActivations > 0 ? (b(), Z(Ae, { key: 0 }, {
21664
+ default: k(() => [
21664
21665
  A(V(f.product.currentActivations ?? 0) + " of " + V(f.product.maxActivations) + " seats used ", 1)
21665
21666
  ]),
21666
21667
  _: 1
21667
- })) : ie("", !0)
21668
+ })) : se("", !0)
21668
21669
  ]),
21669
21670
  _: 1,
21670
21671
  __: [0]
@@ -21673,88 +21674,88 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21673
21674
  E(en)
21674
21675
  ])) : !f.product.numberOfLicenses && !f.product.subscriptionLicenses ? (b(), O("div", YO, [
21675
21676
  E(et, null, {
21676
- default: x(() => h[1] || (h[1] = [
21677
+ default: k(() => h[1] || (h[1] = [
21677
21678
  A(" You don't own any licenses for this product yet ")
21678
21679
  ])),
21679
21680
  _: 1,
21680
21681
  __: [1]
21681
21682
  }),
21682
- f.product && f.product.website ? (b(), Y(sc, {
21683
+ f.product && f.product.website ? (b(), Z(sc, {
21683
21684
  key: 0,
21684
21685
  type: "anchor",
21685
21686
  href: f.product.website,
21686
21687
  label: "Purchase",
21687
21688
  icon: v(__)
21688
- }, null, 8, ["href", "icon"])) : ie("", !0)
21689
- ])) : ie("", !0),
21690
- c.value ? ie("", !0) : (b(), O(_e, { key: 2 }, [
21689
+ }, null, 8, ["href", "icon"])) : se("", !0)
21690
+ ])) : se("", !0),
21691
+ c.value ? se("", !0) : (b(), O(_e, { key: 2 }, [
21691
21692
  f.product.maxActivations && f.product.maxActivations > 0 && !f.product.currentActivations ? (b(), O("div", GO, [
21692
21693
  E(v(kd)),
21693
21694
  E(tt, null, {
21694
- default: x(() => h[2] || (h[2] = [
21695
+ default: k(() => h[2] || (h[2] = [
21695
21696
  A(" No activations yet ")
21696
21697
  ])),
21697
21698
  _: 1,
21698
21699
  __: [2]
21699
21700
  })
21700
- ])) : ie("", !0),
21701
+ ])) : se("", !0),
21701
21702
  f.product.maxActivations && l.value ? (b(), O("div", KO, [
21702
- (b(!0), O(_e, null, mt(l.value ?? [], (p) => (b(), Y(ln, {
21703
+ (b(!0), O(_e, null, mt(l.value ?? [], (p) => (b(), Z(ln, {
21703
21704
  key: p.id,
21704
21705
  class: "moonbase:product-licenses-activation"
21705
21706
  }, ga({
21706
- default: x(() => [
21707
+ default: k(() => [
21707
21708
  j("div", null, [
21708
- E(Wt, null, {
21709
- default: x(() => h[3] || (h[3] = [
21709
+ E(Rt, null, {
21710
+ default: k(() => h[3] || (h[3] = [
21710
21711
  A(" Device ")
21711
21712
  ])),
21712
21713
  _: 1,
21713
21714
  __: [3]
21714
21715
  }),
21715
21716
  E(tt, null, {
21716
- default: x(() => [
21717
+ default: k(() => [
21717
21718
  A(V(p.name), 1)
21718
21719
  ]),
21719
21720
  _: 2
21720
21721
  }, 1024)
21721
21722
  ]),
21722
21723
  j("div", null, [
21723
- E(Wt, null, {
21724
- default: x(() => h[4] || (h[4] = [
21724
+ E(Rt, null, {
21725
+ default: k(() => h[4] || (h[4] = [
21725
21726
  A(" Activation ")
21726
21727
  ])),
21727
21728
  _: 1,
21728
21729
  __: [4]
21729
21730
  }),
21730
21731
  E(tt, null, {
21731
- default: x(() => [
21732
+ default: k(() => [
21732
21733
  A(V(p.activationMethod), 1)
21733
21734
  ]),
21734
21735
  _: 2
21735
21736
  }, 1024)
21736
21737
  ]),
21737
21738
  p.lastValidatedAt ? (b(), O("div", XO, [
21738
- E(Wt, null, {
21739
- default: x(() => h[5] || (h[5] = [
21739
+ E(Rt, null, {
21740
+ default: k(() => h[5] || (h[5] = [
21740
21741
  A(" First activated ")
21741
21742
  ])),
21742
21743
  _: 1,
21743
21744
  __: [5]
21744
21745
  }),
21745
21746
  E(tt, null, {
21746
- default: x(() => [
21747
+ default: k(() => [
21747
21748
  A(V(v(wO)(p.firstValidatedAt)), 1)
21748
21749
  ]),
21749
21750
  _: 2
21750
21751
  }, 1024)
21751
- ])) : ie("", !0)
21752
+ ])) : se("", !0)
21752
21753
  ]),
21753
21754
  _: 2
21754
21755
  }, [
21755
21756
  p.activationMethod === v(Ia).Online ? {
21756
21757
  name: "addon",
21757
- fn: x(() => [
21758
+ fn: k(() => [
21758
21759
  j("div", JO, [
21759
21760
  E(Qe, {
21760
21761
  label: "Revoke",
@@ -21767,36 +21768,36 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21767
21768
  key: "0"
21768
21769
  } : void 0
21769
21770
  ]), 1024))), 128))
21770
- ])) : ie("", !0),
21771
+ ])) : se("", !0),
21771
21772
  (!u.value || u.value.length === 0) && !f.product.maxActivations && (f.product.numberOfLicenses || f.product.subscriptionLicenses) ? (b(), O("div", QO, [
21772
21773
  E(v(kd)),
21773
- f.product.numberOfLicenses ? (b(), Y(tt, { key: 0 }, {
21774
- default: x(() => [
21774
+ f.product.numberOfLicenses ? (b(), Z(tt, { key: 0 }, {
21775
+ default: k(() => [
21775
21776
  A(" You own " + V(f.product.numberOfLicenses) + " license" + V(f.product.numberOfLicenses !== 1 ? "s" : "") + " for this product ", 1)
21776
21777
  ]),
21777
21778
  _: 1
21778
- })) : ie("", !0),
21779
- f.product.subscriptionLicenses ? (b(), Y(tt, { key: 1 }, {
21780
- default: x(() => [
21779
+ })) : se("", !0),
21780
+ f.product.subscriptionLicenses ? (b(), Z(tt, { key: 1 }, {
21781
+ default: k(() => [
21781
21782
  A(" You have " + V(f.product.subscriptionLicenses) + " subscription license" + V(f.product.subscriptionLicenses !== 1 ? "s" : "") + " for this product ", 1)
21782
21783
  ]),
21783
21784
  _: 1
21784
- })) : ie("", !0)
21785
+ })) : se("", !0)
21785
21786
  ])) : f.product.externalLicenses && u.value ? (b(), O("div", e3, [
21786
- (b(!0), O(_e, null, mt((u.value ?? []).filter((p) => p.externalFulfillment), (p) => (b(), Y(ln, {
21787
+ (b(!0), O(_e, null, mt((u.value ?? []).filter((p) => p.externalFulfillment), (p) => (b(), Z(ln, {
21787
21788
  key: p.id,
21788
21789
  class: "moonbase:product-licenses-license"
21789
21790
  }, ga({
21790
- default: x(() => [
21791
+ default: k(() => [
21791
21792
  j("div", null, [
21792
- E(Wt, null, {
21793
- default: x(() => [
21793
+ E(Rt, null, {
21794
+ default: k(() => [
21794
21795
  A(V(f.product.name) + " license ", 1)
21795
21796
  ]),
21796
21797
  _: 1
21797
21798
  }),
21798
21799
  E(tt, null, {
21799
- default: x(() => [
21800
+ default: k(() => [
21800
21801
  A(V(p.id), 1)
21801
21802
  ]),
21802
21803
  _: 2
@@ -21807,13 +21808,13 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21807
21808
  }, [
21808
21809
  p.externalFulfillment ? {
21809
21810
  name: "addon",
21810
- fn: x(() => [
21811
+ fn: k(() => [
21811
21812
  j("code", null, V(p.externalFulfillment), 1)
21812
21813
  ]),
21813
21814
  key: "0"
21814
21815
  } : void 0
21815
21816
  ]), 1024))), 128))
21816
- ])) : ie("", !0)
21817
+ ])) : se("", !0)
21817
21818
  ], 64))
21818
21819
  ]));
21819
21820
  }
@@ -21847,15 +21848,15 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21847
21848
  E(en)
21848
21849
  ])) : i.value ? (b(), O("div", o3, V(i.value), 1)) : s.value ? (b(), O("div", i3, [
21849
21850
  E(MO, { product: s.value }, null, 8, ["product"]),
21850
- s.value.downloads ? (b(), Y(qO, {
21851
+ s.value.downloads ? (b(), Z(qO, {
21851
21852
  key: 0,
21852
21853
  product: s.value
21853
- }, null, 8, ["product"])) : ie("", !0),
21854
- v(n).user.value ? (b(), Y(t3, {
21854
+ }, null, 8, ["product"])) : se("", !0),
21855
+ v(n).user.value ? (b(), Z(t3, {
21855
21856
  key: 1,
21856
21857
  product: s.value,
21857
21858
  onRevoked: u[0] || (u[0] = (c) => s.value.currentActivations = (s.value.currentActivations ?? 1) - 1)
21858
- }, null, 8, ["product"])) : ie("", !0)
21859
+ }, null, 8, ["product"])) : se("", !0)
21859
21860
  ])) : (b(), O("div", s3, " Could not find product "))
21860
21861
  ]));
21861
21862
  }
@@ -21894,23 +21895,23 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21894
21895
  mode: "out-in",
21895
21896
  name: "moonbase:slide-left"
21896
21897
  }, {
21897
- default: x(() => [
21898
+ default: k(() => [
21898
21899
  r.value ? (b(), O("div", c3, [
21899
21900
  j("div", null, [
21900
21901
  E(Xo, null, {
21901
- default: x(() => [
21902
+ default: k(() => [
21902
21903
  A(V(r.value.name), 1)
21903
21904
  ]),
21904
21905
  _: 1
21905
21906
  }),
21906
- r.value.description ? (b(), Y(tt, { key: 0 }, {
21907
- default: x(() => [
21907
+ r.value.description ? (b(), Z(tt, { key: 0 }, {
21908
+ default: k(() => [
21908
21909
  A(' "' + V(r.value.description) + '" ', 1)
21909
21910
  ]),
21910
21911
  _: 1
21911
- })) : ie("", !0),
21912
+ })) : se("", !0),
21912
21913
  E(Ae, null, {
21913
- default: x(() => [
21914
+ default: k(() => [
21914
21915
  c[2] || (c[2] = A(" Code: ")),
21915
21916
  j("strong", null, V(r.value.code), 1)
21916
21917
  ]),
@@ -21919,27 +21920,27 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21919
21920
  })
21920
21921
  ]),
21921
21922
  E(tt, null, {
21922
- default: x(() => c[3] || (c[3] = [
21923
+ default: k(() => c[3] || (c[3] = [
21923
21924
  A(" Voucher summary ")
21924
21925
  ])),
21925
21926
  _: 1,
21926
21927
  __: [3]
21927
21928
  }),
21928
21929
  r.value.redeemsProducts.length > 0 || r.value.redeemsBundles.length > 0 ? (b(), O("div", d3, [
21929
- (b(!0), O(_e, null, mt(r.value.redeemsProducts, ({ value: d, quantity: f }) => (b(), Y(dm, {
21930
+ (b(!0), O(_e, null, mt(r.value.redeemsProducts, ({ value: d, quantity: f }) => (b(), Z(dm, {
21930
21931
  key: d.id,
21931
21932
  product: d,
21932
21933
  quantity: f
21933
21934
  }, null, 8, ["product", "quantity"]))), 128)),
21934
- (b(!0), O(_e, null, mt(r.value.redeemsBundles, ({ value: d, quantity: f }) => (b(), Y(cm, {
21935
+ (b(!0), O(_e, null, mt(r.value.redeemsBundles, ({ value: d, quantity: f }) => (b(), Z(cm, {
21935
21936
  key: d.id,
21936
21937
  bundle: d,
21937
21938
  quantity: f
21938
21939
  }, null, 8, ["bundle", "quantity"]))), 128))
21939
- ])) : ie("", !0),
21940
+ ])) : se("", !0),
21940
21941
  j("div", f3, [
21941
21942
  E(et, null, {
21942
- default: x(() => c[4] || (c[4] = [
21943
+ default: k(() => c[4] || (c[4] = [
21943
21944
  A(" Sign in or create an account to redeem products ")
21944
21945
  ])),
21945
21946
  _: 1,
@@ -21956,15 +21957,15 @@ const RO = { class: "moonbase:product-downloads" }, LO = ["data-open"], jO = {
21956
21957
  handler: l
21957
21958
  })
21958
21959
  ])
21959
- ])) : (b(), Y(tr, {
21960
+ ])) : (b(), Z(tr, {
21960
21961
  key: 0,
21961
21962
  handler: i
21962
21963
  }, {
21963
- default: x(() => {
21964
+ default: k(() => {
21964
21965
  var d;
21965
21966
  return [
21966
21967
  E(et, null, {
21967
- default: x(() => c[1] || (c[1] = [
21968
+ default: k(() => c[1] || (c[1] = [
21968
21969
  A(" Do you have a voucher you want to redeem? "),
21969
21970
  j("br", null, null, -1),
21970
21971
  A(" Please enter the code below: ")
@@ -22020,11 +22021,11 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22020
22021
  },
22021
22022
  setup(e) {
22022
22023
  const t = L(/* @__PURE__ */ new Date()), n = L(!1), r = L(null), o = te(() => r.value && r.value.$el && r.value.$el.scrollHeight > r.value.$el.clientHeight);
22023
- return (s, i) => s.subscription.content.type === "Product" ? (b(), Y(ln, {
22024
+ return (s, i) => s.subscription.content.type === "Product" ? (b(), Z(ln, {
22024
22025
  key: 0,
22025
22026
  class: "moonbase:subscription-content-card"
22026
22027
  }, {
22027
- addon: x(() => [
22028
+ addon: k(() => [
22028
22029
  j("div", {
22029
22030
  class: "moonbase:subscription-content-card-description",
22030
22031
  "data-open": n.value || void 0
@@ -22033,7 +22034,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22033
22034
  ref_key: "descriptionRef",
22034
22035
  ref: r
22035
22036
  }, {
22036
- default: x(() => [
22037
+ default: k(() => [
22037
22038
  A(V(s.subscription.content.product.description), 1)
22038
22039
  ]),
22039
22040
  _: 1
@@ -22043,23 +22044,23 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22043
22044
  onClick: i[0] || (i[0] = (a) => n.value = !0)
22044
22045
  }, [
22045
22046
  E(st, null, {
22046
- default: x(() => i[2] || (i[2] = [
22047
+ default: k(() => i[2] || (i[2] = [
22047
22048
  A(" read more ")
22048
22049
  ])),
22049
22050
  _: 1,
22050
22051
  __: [2]
22051
22052
  })
22052
- ])) : ie("", !0)
22053
+ ])) : se("", !0)
22053
22054
  ], 8, m3)
22054
22055
  ]),
22055
- default: x(() => [
22056
- E(Ut, {
22056
+ default: k(() => [
22057
+ E(Bt, {
22057
22058
  url: s.subscription.content.product.iconUrl,
22058
22059
  size: 72
22059
22060
  }, null, 8, ["url"]),
22060
22061
  j("div", p3, [
22061
22062
  E(Xo, null, {
22062
- default: x(() => {
22063
+ default: k(() => {
22063
22064
  var a;
22064
22065
  return [
22065
22066
  A(V((a = s.subscription.content.product) == null ? void 0 : a.name), 1)
@@ -22068,7 +22069,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22068
22069
  _: 1
22069
22070
  }),
22070
22071
  E(Ae, { class: "moonbase:subscription-content-card-tagline" }, {
22071
- default: x(() => {
22072
+ default: k(() => {
22072
22073
  var a;
22073
22074
  return [
22074
22075
  A(V((a = s.subscription.content.product) == null ? void 0 : a.tagline), 1)
@@ -22077,7 +22078,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22077
22078
  _: 1
22078
22079
  }),
22079
22080
  E(Ae, { class: "moonbase:subscription-content-card-expiry" }, {
22080
- default: x(() => [
22081
+ default: k(() => [
22081
22082
  A(V(s.subscription.status === v(Ar).Active ? "Renews" : s.subscription.expiresAt > t.value ? "Expires" : "Expired") + " ", 1),
22082
22083
  j("strong", null, V(v(Jo)(s.subscription.expiresAt)), 1)
22083
22084
  ]),
@@ -22086,11 +22087,11 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22086
22087
  ])
22087
22088
  ]),
22088
22089
  _: 1
22089
- })) : (b(), Y(ln, {
22090
+ })) : (b(), Z(ln, {
22090
22091
  key: 1,
22091
22092
  class: "moonbase:subscription-content-card"
22092
22093
  }, {
22093
- addon: x(() => [
22094
+ addon: k(() => [
22094
22095
  j("div", {
22095
22096
  class: "moonbase:subscription-content-card-description",
22096
22097
  "data-open": n.value || void 0
@@ -22099,7 +22100,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22099
22100
  ref_key: "descriptionRef",
22100
22101
  ref: r
22101
22102
  }, {
22102
- default: x(() => [
22103
+ default: k(() => [
22103
22104
  A(V(s.subscription.content.bundle.description), 1)
22104
22105
  ]),
22105
22106
  _: 1
@@ -22109,23 +22110,23 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22109
22110
  onClick: i[1] || (i[1] = (a) => n.value = !0)
22110
22111
  }, [
22111
22112
  E(st, null, {
22112
- default: x(() => i[3] || (i[3] = [
22113
+ default: k(() => i[3] || (i[3] = [
22113
22114
  A(" read more ")
22114
22115
  ])),
22115
22116
  _: 1,
22116
22117
  __: [3]
22117
22118
  })
22118
- ])) : ie("", !0)
22119
+ ])) : se("", !0)
22119
22120
  ], 8, g3)
22120
22121
  ]),
22121
- default: x(() => [
22122
- E(Ut, {
22122
+ default: k(() => [
22123
+ E(Bt, {
22123
22124
  url: s.subscription.content.bundle.iconUrl,
22124
22125
  size: 72
22125
22126
  }, null, 8, ["url"]),
22126
22127
  j("div", b3, [
22127
22128
  E(Xo, null, {
22128
- default: x(() => {
22129
+ default: k(() => {
22129
22130
  var a;
22130
22131
  return [
22131
22132
  A(V((a = s.subscription.content.bundle) == null ? void 0 : a.name), 1)
@@ -22134,7 +22135,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22134
22135
  _: 1
22135
22136
  }),
22136
22137
  E(Ae, { class: "moonbase:subscription-content-card-tagline" }, {
22137
- default: x(() => {
22138
+ default: k(() => {
22138
22139
  var a;
22139
22140
  return [
22140
22141
  A(V((a = s.subscription.content.bundle) == null ? void 0 : a.tagline), 1)
@@ -22143,7 +22144,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22143
22144
  _: 1
22144
22145
  }),
22145
22146
  E(Ae, { class: "moonbase:subscription-content-card-expiry" }, {
22146
- default: x(() => [
22147
+ default: k(() => [
22147
22148
  A(V(s.subscription.status === v(Ar).Active ? "Renews" : s.subscription.expiresAt > t.value ? "Expires" : "Expired") + " ", 1),
22148
22149
  j("strong", null, V(v(Jo)(s.subscription.expiresAt)), 1)
22149
22150
  ]),
@@ -22162,7 +22163,7 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22162
22163
  setup(e) {
22163
22164
  return (t, n) => (b(), O("div", y3, [
22164
22165
  E(st, null, {
22165
- default: x(() => n[0] || (n[0] = [
22166
+ default: k(() => n[0] || (n[0] = [
22166
22167
  A(" Rewards: ")
22167
22168
  ])),
22168
22169
  _: 1,
@@ -22174,14 +22175,14 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22174
22175
  class: "moonbase:milestone-rewards-item"
22175
22176
  }, [
22176
22177
  E(Ae, null, {
22177
- default: x(() => [
22178
+ default: k(() => [
22178
22179
  A(V(r.message), 1)
22179
22180
  ]),
22180
22181
  _: 2
22181
22182
  }, 1024),
22182
22183
  r.type === "CouponCodeMilestone" && r.fulfilled && r.code ? (b(), O("div", w3, [
22183
- E(Wt, null, {
22184
- default: x(() => n[1] || (n[1] = [
22184
+ E(Rt, null, {
22185
+ default: k(() => n[1] || (n[1] = [
22185
22186
  A(" Your coupon code: ")
22186
22187
  ])),
22187
22188
  _: 1,
@@ -22190,15 +22191,15 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22190
22191
  n[2] || (n[2] = j("br", null, null, -1)),
22191
22192
  j("code", null, V(r.code), 1)
22192
22193
  ])) : r.type === "PerpetualLicenseConversionMilestone" && r.fulfilled ? (b(), O("div", E3, [
22193
- E(Wt, null, {
22194
- default: x(() => [
22194
+ E(Rt, null, {
22195
+ default: k(() => [
22195
22196
  E(v(vm), { class: "moonbase:success-icon" }),
22196
22197
  n[3] || (n[3] = A(" Your licenses have been converted to perpetual licenses. "))
22197
22198
  ]),
22198
22199
  _: 1,
22199
22200
  __: [3]
22200
22201
  })
22201
- ])) : ie("", !0)
22202
+ ])) : se("", !0)
22202
22203
  ]))), 128))
22203
22204
  ])
22204
22205
  ]));
@@ -22286,13 +22287,13 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22286
22287
  l.value.milestoneProgress ? (b(), O("div", P3, [
22287
22288
  j("div", T3, [
22288
22289
  E(st, null, {
22289
- default: x(() => [
22290
+ default: k(() => [
22290
22291
  A(V(l.value.milestoneProgress.title), 1)
22291
22292
  ]),
22292
22293
  _: 1
22293
22294
  }),
22294
- E(Wt, null, {
22295
- default: x(() => [
22295
+ E(Rt, null, {
22296
+ default: k(() => [
22296
22297
  A(V(l.value.milestoneProgress.currentNormalizedCycleNumber - (l.value.milestoneProgress.currentCycleIsCompleted ? 0 : 1)) + " / " + V(l.value.milestoneProgress.toNormalizedCycleNumber) + " " + V(v(ai)(l.value.cycleLength)) + "s ", 1)
22297
22298
  ]),
22298
22299
  _: 1
@@ -22301,11 +22302,17 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22301
22302
  E(fm, {
22302
22303
  progress: l.value.milestoneProgress
22303
22304
  }, null, 8, ["progress"]),
22304
- Object.values(l.value.milestoneProgress.events).flatMap((S) => S).some((S) => S.fulfilled) ? (b(), Y(k3, {
22305
- key: 0,
22305
+ l.value.milestoneProgress.description ? (b(), Z(Rt, { key: 0 }, {
22306
+ default: k(() => [
22307
+ A(V(l.value.milestoneProgress.description), 1)
22308
+ ]),
22309
+ _: 1
22310
+ })) : se("", !0),
22311
+ Object.values(l.value.milestoneProgress.events).flatMap((S) => S).some((S) => S.fulfilled) ? (b(), Z(k3, {
22312
+ key: 1,
22306
22313
  progress: l.value.milestoneProgress
22307
- }, null, 8, ["progress"])) : ie("", !0)
22308
- ])) : ie("", !0),
22314
+ }, null, 8, ["progress"])) : se("", !0)
22315
+ ])) : se("", !0),
22309
22316
  j("div", $3, [
22310
22317
  l.value.status === v(Ar).Active ? (b(), O(_e, { key: 0 }, [
22311
22318
  E(Qe, {
@@ -22318,22 +22325,22 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22318
22325
  variant: "danger",
22319
22326
  handler: h
22320
22327
  }),
22321
- E(Wt, null, {
22322
- default: x(() => [
22328
+ E(Rt, null, {
22329
+ default: k(() => [
22323
22330
  _[1] || (_[1] = A(" Cancelling a subscription will let you use the products to the end of the current period, after which you will lose access. If you want to continue using the products later, you may simply renew this subscription whenever you wish. You are currently paying ")),
22324
22331
  j("strong", null, V(v(Vt)(l.value.total.due)), 1),
22325
22332
  A(" per " + V(v(ai)(l.value.cycleLength)) + " for this subscription", 1),
22326
22333
  l.value.paymentMethod ? (b(), O(_e, { key: 0 }, [
22327
22334
  _[0] || (_[0] = A(" using payment method ")),
22328
22335
  j("strong", null, V(l.value.paymentMethod), 1)
22329
- ], 64)) : ie("", !0),
22336
+ ], 64)) : se("", !0),
22330
22337
  _[2] || (_[2] = A(". "))
22331
22338
  ]),
22332
22339
  _: 1,
22333
22340
  __: [1, 2]
22334
22341
  })
22335
- ], 64)) : l.value.status === v(Ar).Completed ? (b(), Y(Wt, { key: 1 }, {
22336
- default: x(() => [
22342
+ ], 64)) : l.value.status === v(Ar).Completed ? (b(), Z(Rt, { key: 1 }, {
22343
+ default: k(() => [
22337
22344
  E(v(vm), { class: "moonbase:success-icon" }),
22338
22345
  _[3] || (_[3] = A(" This subscription has been completed, and cannot be renewed. "))
22339
22346
  ]),
@@ -22351,8 +22358,8 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22351
22358
  variant: "danger",
22352
22359
  handler: h
22353
22360
  }),
22354
- E(Wt, null, {
22355
- default: x(() => [
22361
+ E(Rt, null, {
22362
+ default: k(() => [
22356
22363
  A(" We could not renew this subscription on the expiry date, the next attempt will be " + V(v(Jo)(l.value.nextPaymentScheduledAt)) + ". To make sure you can use your products un-interrupted, continue the subscription, or cancel it if you do not wish to keep using these products. ", 1)
22357
22364
  ]),
22358
22365
  _: 1
@@ -22363,8 +22370,8 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22363
22370
  variant: "primary",
22364
22371
  handler: f
22365
22372
  }),
22366
- E(Wt, null, {
22367
- default: x(() => [
22373
+ E(Rt, null, {
22374
+ default: k(() => [
22368
22375
  A(" This subscription has been stopped, and " + V(l.value.expiresAt > u.value ? "expires" : "expired") + " " + V(v(Jo)(l.value.expiresAt)) + ". If you want to continue using the products after this date, you may continue the subscription to regain access. ", 1)
22369
22376
  ]),
22370
22377
  _: 1
@@ -22407,10 +22414,10 @@ const p3 = { class: "moonbase:subscription-content-card-content" }, m3 = ["data-
22407
22414
  }, { immediate: !0 }), tw(), nw(), (o, s) => {
22408
22415
  var i;
22409
22416
  return b(), O(_e, null, [
22410
- (i = v(t)) != null && i.toolbar.enabled ? (b(), Y(ew, { key: 0 })) : ie("", !0),
22417
+ (i = v(t)) != null && i.toolbar.enabled ? (b(), Z(ew, { key: 0 })) : se("", !0),
22411
22418
  E(W_, null, {
22412
- default: x(() => [
22413
- v(n).active === v(ue).Cart ? (b(), Y(Dk, { key: 0 })) : v(n).active === v(ue).Authentication ? (b(), Y(Q5, { key: 1 })) : v(n).active === v(ue).Activation ? (b(), Y(c5, { key: 2 })) : v(n).active === v(ue).Product ? (b(), Y(a3, { key: 3 })) : v(n).active === v(ue).Subscription ? (b(), Y(A3, { key: 4 })) : v(n).active === v(ue).Customer ? (b(), Y(AO, { key: 5 })) : v(n).active === v(ue).Redeem ? (b(), Y(h3, { key: 6 })) : v(n).active === v(ue).About ? (b(), Y(_E, { key: 7 })) : ie("", !0)
22419
+ default: k(() => [
22420
+ v(n).active === v(ue).Cart ? (b(), Z(Dk, { key: 0 })) : v(n).active === v(ue).Authentication ? (b(), Z(Q5, { key: 1 })) : v(n).active === v(ue).Activation ? (b(), Z(c5, { key: 2 })) : v(n).active === v(ue).Product ? (b(), Z(a3, { key: 3 })) : v(n).active === v(ue).Subscription ? (b(), Z(A3, { key: 4 })) : v(n).active === v(ue).Customer ? (b(), Z(AO, { key: 5 })) : v(n).active === v(ue).Redeem ? (b(), Z(h3, { key: 6 })) : v(n).active === v(ue).About ? (b(), Z(_E, { key: 7 })) : se("", !0)
22414
22421
  ]),
22415
22422
  _: 1
22416
22423
  })
@@ -22469,18 +22476,18 @@ class V3 {
22469
22476
  this.storefront = qy(s), this.pinia = b1(), vy(D3).use(this.storefront).use(this.pinia).provide(ut, this.options).provide(ym, s.replace(/\/$/, "")).provide(mo, fr).provide(M3, this).mount("#moonbase"), this.initialized = !0, window && window.location && this.handleLocationIntent(window.location);
22470
22477
  const a = $e(this.pinia), l = nt(this.storefront);
22471
22478
  (c = this.storefront) == null || c.onCheckoutInitiated((d, f) => {
22472
- fr(qt.CheckoutInitiated, {
22479
+ fr(Wt.CheckoutInitiated, {
22473
22480
  order: d,
22474
22481
  total: f,
22475
22482
  user: l.user.value
22476
22483
  });
22477
22484
  }), this.storefront.onCheckoutClosed((d) => {
22478
- fr(qt.CheckoutClosed, {
22485
+ fr(Wt.CheckoutClosed, {
22479
22486
  order: this.storefront.currentOrder.value,
22480
22487
  user: l.user.value
22481
22488
  }), d === Q.ViewProducts && (l.user ? a.show(ue.Customer, Q.ViewProducts) : a.show(ue.Cart, Q.ViewCart));
22482
22489
  }), this.storefront.onCheckoutCompleted((d) => {
22483
- fr(qt.CheckoutCompleted, {
22490
+ fr(Wt.CheckoutCompleted, {
22484
22491
  order: d,
22485
22492
  user: l.user.value
22486
22493
  });
@@ -22611,7 +22618,7 @@ class V3 {
22611
22618
  const g = Is(t.product_id, this.storefront);
22612
22619
  if (g.value) {
22613
22620
  let _ = n.addToCart(g.value, (s = g.value.variations) == null ? void 0 : s.find((S) => S.id === t.variation_id), (o == null ? void 0 : o.value) || void 0);
22614
- t != null && t.quantity && (_ = n.setQuantity(_, _.quantity + t.quantity - 1)), ((i = this.options) == null ? void 0 : i.value.cart.quantity) === "single" && (_ = n.setQuantity(_, 1)), fr(qt.AddedToCart, {
22621
+ t != null && t.quantity && (_ = n.setQuantity(_, _.quantity + t.quantity - 1)), ((i = this.options) == null ? void 0 : i.value.cart.quantity) === "single" && (_ = n.setQuantity(_, 1)), fr(Wt.AddedToCart, {
22615
22622
  item: _,
22616
22623
  currency: n.currency.value,
22617
22624
  user: r.user.value
@@ -22621,7 +22628,7 @@ class V3 {
22621
22628
  const _ = Is(t.product_id, this.storefront);
22622
22629
  if (_.value) {
22623
22630
  let S = n.addToCart(_.value, (a = _.value.variations) == null ? void 0 : a.find((R) => R.id === t.variation_id), (o == null ? void 0 : o.value) || void 0);
22624
- t != null && t.quantity && (S = n.setQuantity(S, S.quantity + t.quantity - 1)), ((l = this.options) == null ? void 0 : l.value.cart.quantity) === "single" && (S = n.setQuantity(S, 1)), fr(qt.AddedToCart, {
22631
+ t != null && t.quantity && (S = n.setQuantity(S, S.quantity + t.quantity - 1)), ((l = this.options) == null ? void 0 : l.value.cart.quantity) === "single" && (S = n.setQuantity(S, 1)), fr(Wt.AddedToCart, {
22625
22632
  item: S,
22626
22633
  currency: n.currency.value,
22627
22634
  user: r.user.value
@@ -22635,7 +22642,7 @@ class V3 {
22635
22642
  if (g.value) {
22636
22643
  const _ = (u = g.value.variations) == null ? void 0 : u.find((R) => R.id === t.variation_id);
22637
22644
  let S = n.addToCart(g.value, _, (o == null ? void 0 : o.value) || void 0, { bundleBehaviour: (c = this.options) == null ? void 0 : c.value.cart.bundles.onAdd });
22638
- t != null && t.quantity && (S = n.setQuantity(S, S.quantity + t.quantity - 1)), ((d = this.options) == null ? void 0 : d.value.cart.quantity) === "single" && (S = n.setQuantity(S, 1)), fr(qt.AddedToCart, {
22645
+ t != null && t.quantity && (S = n.setQuantity(S, S.quantity + t.quantity - 1)), ((d = this.options) == null ? void 0 : d.value.cart.quantity) === "single" && (S = n.setQuantity(S, 1)), fr(Wt.AddedToCart, {
22639
22646
  item: S,
22640
22647
  currency: n.currency.value,
22641
22648
  user: r.user.value
@@ -22646,7 +22653,7 @@ class V3 {
22646
22653
  if (_.value) {
22647
22654
  const S = (f = _.value.variations) == null ? void 0 : f.find((z) => z.id === t.variation_id);
22648
22655
  let R = n.addToCart(_.value, S, (o == null ? void 0 : o.value) || void 0, { bundleBehaviour: (h = this.options) == null ? void 0 : h.value.cart.bundles.onAdd });
22649
- t != null && t.quantity && (R = n.setQuantity(R, R.quantity + t.quantity - 1)), ((p = this.options) == null ? void 0 : p.value.cart.quantity) === "single" && (R = n.setQuantity(R, 1)), fr(qt.AddedToCart, {
22656
+ t != null && t.quantity && (R = n.setQuantity(R, R.quantity + t.quantity - 1)), ((p = this.options) == null ? void 0 : p.value.cart.quantity) === "single" && (R = n.setQuantity(R, 1)), fr(Wt.AddedToCart, {
22650
22657
  item: R,
22651
22658
  currency: n.currency.value,
22652
22659
  user: r.user.value