@3cr/viewer-browser 0.0.31 → 0.0.32

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.
@@ -55,7 +55,7 @@ const Te = pc.NODE_ENV !== "production" ? Object.freeze({}) : {}, kl = pc.NODE_E
55
55
  (e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), sa = (e) => e.startsWith("onUpdate:"), He = Object.assign, vr = (e, t) => {
56
56
  const n = e.indexOf(t);
57
57
  n > -1 && e.splice(n, 1);
58
- }, Xv = Object.prototype.hasOwnProperty, Pe = (e, t) => Xv.call(e, t), ye = Array.isArray, nl = (e) => ka(e) === "[object Map]", yc = (e) => ka(e) === "[object Set]", xe = (e) => typeof e == "function", Fe = (e) => typeof e == "string", Yl = (e) => typeof e == "symbol", ke = (e) => e !== null && typeof e == "object", mr = (e) => (ke(e) || xe(e)) && xe(e.then) && xe(e.catch), bc = Object.prototype.toString, ka = (e) => bc.call(e), gr = (e) => ka(e).slice(8, -1), wc = (e) => ka(e) === "[object Object]", hr = (e) => Fe(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, ao = /* @__PURE__ */ gn(
58
+ }, Xv = Object.prototype.hasOwnProperty, Ne = (e, t) => Xv.call(e, t), ye = Array.isArray, nl = (e) => ka(e) === "[object Map]", yc = (e) => ka(e) === "[object Set]", xe = (e) => typeof e == "function", Fe = (e) => typeof e == "string", Yl = (e) => typeof e == "symbol", ke = (e) => e !== null && typeof e == "object", mr = (e) => (ke(e) || xe(e)) && xe(e.then) && xe(e.catch), bc = Object.prototype.toString, ka = (e) => bc.call(e), gr = (e) => ka(e).slice(8, -1), wc = (e) => ka(e) === "[object Object]", hr = (e) => Fe(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, ao = /* @__PURE__ */ gn(
59
59
  // the leading comma is intentional so empty string "" is also included
60
60
  ",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
61
61
  ), qv = /* @__PURE__ */ gn(
@@ -399,7 +399,7 @@ class Pc {
399
399
  Object.getPrototypeOf(t) === Object.getPrototypeOf(l) ? t : void 0;
400
400
  const i = ye(t);
401
401
  if (!o) {
402
- if (i && Pe(bs, n))
402
+ if (i && Ne(bs, n))
403
403
  return Reflect.get(bs, n, l);
404
404
  if (n === "hasOwnProperty")
405
405
  return mm;
@@ -419,11 +419,11 @@ class Dc extends Pc {
419
419
  if (!il(l) && !Rn(l) && (a = ge(a), l = ge(l)), !ye(t) && Le(a) && !Le(l))
420
420
  return s ? !1 : (a.value = l, !0);
421
421
  }
422
- const i = ye(t) && hr(n) ? Number(n) < t.length : Pe(t, n), r = Reflect.set(t, n, l, o);
422
+ const i = ye(t) && hr(n) ? Number(n) < t.length : Ne(t, n), r = Reflect.set(t, n, l, o);
423
423
  return t === ge(o) && (i ? Mn(l, a) && Kt(t, "set", n, l, a) : Kt(t, "add", n, l)), r;
424
424
  }
425
425
  deleteProperty(t, n) {
426
- const l = Pe(t, n), o = t[n], a = Reflect.deleteProperty(t, n);
426
+ const l = Ne(t, n), o = t[n], a = Reflect.deleteProperty(t, n);
427
427
  return a && l && Kt(t, "delete", n, void 0, o), a;
428
428
  }
429
429
  has(t, n) {
@@ -633,7 +633,7 @@ const [
633
633
  function Ra(e, t) {
634
634
  const n = t ? e ? Cm : Em : e ? xm : wm;
635
635
  return (l, o, a) => o === "__v_isReactive" ? !e : o === "__v_isReadonly" ? e : o === "__v_raw" ? l : Reflect.get(
636
- Pe(n, o) && o in l ? n : l,
636
+ Ne(n, o) && o in l ? n : l,
637
637
  o,
638
638
  a
639
639
  );
@@ -880,7 +880,7 @@ class zm {
880
880
  return this._getter();
881
881
  }
882
882
  }
883
- function ue(e, t, n) {
883
+ function se(e, t, n) {
884
884
  return Le(e) ? e : xe(e) ? new zm(e) : ke(e) && arguments.length > 1 ? Gc(e, t, n) : Z(e);
885
885
  }
886
886
  function Gc(e, t, n) {
@@ -1369,7 +1369,7 @@ function ed(e, t, n = !1) {
1369
1369
  return !a && !r ? (ke(e) && l.set(e, null), null) : (ye(a) ? a.forEach((s) => i[s] = null) : He(i, a), ke(e) && l.set(e, i), i);
1370
1370
  }
1371
1371
  function Ha(e, t) {
1372
- return !e || !Oo(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), Pe(e, t[0].toLowerCase() + t.slice(1)) || Pe(e, Tn(t)) || Pe(e, t));
1372
+ return !e || !Oo(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), Ne(e, t[0].toLowerCase() + t.slice(1)) || Ne(e, Tn(t)) || Ne(e, t));
1373
1373
  }
1374
1374
  let We = null, td = null;
1375
1375
  function fa(e) {
@@ -2154,7 +2154,7 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
2154
2154
  $nextTick: (e) => e.n || (e.n = ze.bind(e.proxy)),
2155
2155
  $watch: (e) => pg.bind(e)
2156
2156
  })
2157
- ), Tr = (e) => e === "_" || e === "$", si = (e, t) => e !== Te && !e.__isScriptSetup && Pe(e, t), gd = {
2157
+ ), Tr = (e) => e === "_" || e === "$", si = (e, t) => e !== Te && !e.__isScriptSetup && Ne(e, t), gd = {
2158
2158
  get({ _: e }, t) {
2159
2159
  const { ctx: n, setupState: l, data: o, props: a, accessCache: i, type: r, appContext: s } = e;
2160
2160
  if (V.NODE_ENV !== "production" && t === "__isVue")
@@ -2176,15 +2176,15 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
2176
2176
  else {
2177
2177
  if (si(l, t))
2178
2178
  return i[t] = 1, l[t];
2179
- if (o !== Te && Pe(o, t))
2179
+ if (o !== Te && Ne(o, t))
2180
2180
  return i[t] = 2, o[t];
2181
2181
  if (
2182
2182
  // only cache other properties when instance has declared (thus stable)
2183
2183
  // props
2184
- (c = e.propsOptions[0]) && Pe(c, t)
2184
+ (c = e.propsOptions[0]) && Ne(c, t)
2185
2185
  )
2186
2186
  return i[t] = 3, a[t];
2187
- if (n !== Te && Pe(n, t))
2187
+ if (n !== Te && Ne(n, t))
2188
2188
  return i[t] = 4, n[t];
2189
2189
  Mi && (i[t] = 0);
2190
2190
  }
@@ -2198,16 +2198,16 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
2198
2198
  (u = r.__cssModules) && (u = u[t])
2199
2199
  )
2200
2200
  return u;
2201
- if (n !== Te && Pe(n, t))
2201
+ if (n !== Te && Ne(n, t))
2202
2202
  return i[t] = 4, n[t];
2203
2203
  if (
2204
2204
  // global properties
2205
- v = s.config.globalProperties, Pe(v, t)
2205
+ v = s.config.globalProperties, Ne(v, t)
2206
2206
  )
2207
2207
  return v[t];
2208
2208
  V.NODE_ENV !== "production" && We && (!Fe(t) || // #1091 avoid internal isRef/isVNode checks on component instance leading
2209
2209
  // to infinite warning loop
2210
- t.indexOf("__v") !== 0) && (o !== Te && Tr(t[0]) && Pe(o, t) ? K(
2210
+ t.indexOf("__v") !== 0) && (o !== Te && Tr(t[0]) && Ne(o, t) ? K(
2211
2211
  `Property ${JSON.stringify(
2212
2212
  t
2213
2213
  )} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`
@@ -2217,7 +2217,7 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
2217
2217
  },
2218
2218
  set({ _: e }, t, n) {
2219
2219
  const { data: l, setupState: o, ctx: a } = e;
2220
- return si(o, t) ? (o[t] = n, !0) : V.NODE_ENV !== "production" && o.__isScriptSetup && Pe(o, t) ? (K(`Cannot mutate <script setup> binding "${t}" from Options API.`), !1) : l !== Te && Pe(l, t) ? (l[t] = n, !0) : Pe(e.props, t) ? (V.NODE_ENV !== "production" && K(`Attempting to mutate prop "${t}". Props are readonly.`), !1) : t[0] === "$" && t.slice(1) in e ? (V.NODE_ENV !== "production" && K(
2220
+ return si(o, t) ? (o[t] = n, !0) : V.NODE_ENV !== "production" && o.__isScriptSetup && Ne(o, t) ? (K(`Cannot mutate <script setup> binding "${t}" from Options API.`), !1) : l !== Te && Ne(l, t) ? (l[t] = n, !0) : Ne(e.props, t) ? (V.NODE_ENV !== "production" && K(`Attempting to mutate prop "${t}". Props are readonly.`), !1) : t[0] === "$" && t.slice(1) in e ? (V.NODE_ENV !== "production" && K(
2221
2221
  `Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`
2222
2222
  ), !1) : (V.NODE_ENV !== "production" && t in e.appContext.config.globalProperties ? Object.defineProperty(a, t, {
2223
2223
  enumerable: !0,
@@ -2229,10 +2229,10 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
2229
2229
  _: { data: e, setupState: t, accessCache: n, ctx: l, appContext: o, propsOptions: a }
2230
2230
  }, i) {
2231
2231
  let r;
2232
- return !!n[i] || e !== Te && Pe(e, i) || si(t, i) || (r = a[0]) && Pe(r, i) || Pe(l, i) || Pe(sl, i) || Pe(o.config.globalProperties, i);
2232
+ return !!n[i] || e !== Te && Ne(e, i) || si(t, i) || (r = a[0]) && Ne(r, i) || Ne(l, i) || Ne(sl, i) || Ne(o.config.globalProperties, i);
2233
2233
  },
2234
2234
  defineProperty(e, t, n) {
2235
- return n.get != null ? e._.accessCache[t] = 0 : Pe(n, "value") && this.set(e, t, n.value, null), Reflect.defineProperty(e, t, n);
2235
+ return n.get != null ? e._.accessCache[t] = 0 : Ne(n, "value") && this.set(e, t, n.value, null), Reflect.defineProperty(e, t, n);
2236
2236
  }
2237
2237
  };
2238
2238
  V.NODE_ENV !== "production" && (gd.ownKeys = (e) => (K(
@@ -2718,7 +2718,7 @@ function Lg(e, t, n, l) {
2718
2718
  continue;
2719
2719
  const m = t[v];
2720
2720
  if (s)
2721
- if (Pe(a, v))
2721
+ if (Ne(a, v))
2722
2722
  m !== a[v] && (a[v] = m, c = !0);
2723
2723
  else {
2724
2724
  const h = Dt(v);
@@ -2740,9 +2740,9 @@ function Lg(e, t, n, l) {
2740
2740
  let d;
2741
2741
  for (const u in r)
2742
2742
  (!t || // for camelCase
2743
- !Pe(t, u) && // it's possible the original props was passed in as kebab-case
2743
+ !Ne(t, u) && // it's possible the original props was passed in as kebab-case
2744
2744
  // and converted to camelCase (#955)
2745
- ((d = Tn(u)) === u || !Pe(t, d))) && (s ? n && // for camelCase
2745
+ ((d = Tn(u)) === u || !Ne(t, d))) && (s ? n && // for camelCase
2746
2746
  (n[u] !== void 0 || // for kebab-case
2747
2747
  n[d] !== void 0) && (o[u] = zi(
2748
2748
  s,
@@ -2754,7 +2754,7 @@ function Lg(e, t, n, l) {
2754
2754
  )) : delete o[u]);
2755
2755
  if (a !== r)
2756
2756
  for (const u in a)
2757
- (!t || !Pe(t, u)) && (delete a[u], c = !0);
2757
+ (!t || !Ne(t, u)) && (delete a[u], c = !0);
2758
2758
  }
2759
2759
  c && Kt(e, "set", "$attrs"), V.NODE_ENV !== "production" && wd(t || {}, o, e);
2760
2760
  }
@@ -2767,7 +2767,7 @@ function yd(e, t, n, l) {
2767
2767
  continue;
2768
2768
  const c = t[s];
2769
2769
  let d;
2770
- o && Pe(o, d = Dt(s)) ? !a || !a.includes(d) ? n[d] = c : (r || (r = {}))[d] = c : Ha(e.emitsOptions, s) || (!(s in l) || c !== l[s]) && (l[s] = c, i = !0);
2770
+ o && Ne(o, d = Dt(s)) ? !a || !a.includes(d) ? n[d] = c : (r || (r = {}))[d] = c : Ha(e.emitsOptions, s) || (!(s in l) || c !== l[s]) && (l[s] = c, i = !0);
2771
2771
  }
2772
2772
  if (a) {
2773
2773
  const s = ge(n), c = r || Te;
@@ -2779,7 +2779,7 @@ function yd(e, t, n, l) {
2779
2779
  u,
2780
2780
  c[u],
2781
2781
  e,
2782
- !Pe(c, u)
2782
+ !Ne(c, u)
2783
2783
  );
2784
2784
  }
2785
2785
  }
@@ -2788,7 +2788,7 @@ function yd(e, t, n, l) {
2788
2788
  function zi(e, t, n, l, o, a) {
2789
2789
  const i = e[n];
2790
2790
  if (i != null) {
2791
- const r = Pe(i, "default");
2791
+ const r = Ne(i, "default");
2792
2792
  if (r && l === void 0) {
2793
2793
  const s = i.default;
2794
2794
  if (i.type !== Function && !i.skipFactory && xe(s)) {
@@ -2851,7 +2851,7 @@ function bd(e, t, n = !1) {
2851
2851
  ] = h > -1, m[
2852
2852
  1
2853
2853
  /* shouldCastTrue */
2854
- ] = g < 0 || h < g, (h > -1 || Pe(m, "default")) && r.push(u);
2854
+ ] = g < 0 || h < g, (h > -1 || Ne(m, "default")) && r.push(u);
2855
2855
  }
2856
2856
  }
2857
2857
  }
@@ -2880,7 +2880,7 @@ function wd(e, t, n) {
2880
2880
  l[a],
2881
2881
  i,
2882
2882
  V.NODE_ENV !== "production" ? Nl(l) : l,
2883
- !Pe(e, a) && !Pe(e, Tn(a))
2883
+ !Ne(e, a) && !Ne(e, Tn(a))
2884
2884
  );
2885
2885
  }
2886
2886
  }
@@ -3012,17 +3012,17 @@ function Hi(e, t, n, l, o = !1) {
3012
3012
  return;
3013
3013
  }
3014
3014
  const c = t && t.r, d = r.refs === Te ? r.refs = {} : r.refs, u = r.setupState;
3015
- if (c != null && c !== s && (Fe(c) ? (d[c] = null, Pe(u, c) && (u[c] = null)) : Le(c) && (c.value = null)), xe(s))
3015
+ if (c != null && c !== s && (Fe(c) ? (d[c] = null, Ne(u, c) && (u[c] = null)) : Le(c) && (c.value = null)), xe(s))
3016
3016
  fn(s, r, 12, [i, d]);
3017
3017
  else {
3018
3018
  const v = Fe(s), m = Le(s);
3019
3019
  if (v || m) {
3020
3020
  const h = () => {
3021
3021
  if (e.f) {
3022
- const g = v ? Pe(u, s) ? u[s] : d[s] : s.value;
3023
- o ? ye(g) && vr(g, a) : ye(g) ? g.includes(a) || g.push(a) : v ? (d[s] = [a], Pe(u, s) && (u[s] = d[s])) : (s.value = [a], e.k && (d[e.k] = s.value));
3022
+ const g = v ? Ne(u, s) ? u[s] : d[s] : s.value;
3023
+ o ? ye(g) && vr(g, a) : ye(g) ? g.includes(a) || g.push(a) : v ? (d[s] = [a], Ne(u, s) && (u[s] = d[s])) : (s.value = [a], e.k && (d[e.k] = s.value));
3024
3024
  } else
3025
- v ? (d[s] = i, Pe(u, s) && (u[s] = i)) : m ? (s.value = i, e.k && (d[e.k] = i)) : V.NODE_ENV !== "production" && K("Invalid template ref type:", s, `(${typeof s})`);
3025
+ v ? (d[s] = i, Ne(u, s) && (u[s] = i)) : m ? (s.value = i, e.k && (d[e.k] = i)) : V.NODE_ENV !== "production" && K("Invalid template ref type:", s, `(${typeof s})`);
3026
3026
  };
3027
3027
  i ? (h.id = -1, ht(h, n)) : h();
3028
3028
  } else
@@ -3247,9 +3247,9 @@ function Jg(e, t) {
3247
3247
  value: W,
3248
3248
  enumerable: !1
3249
3249
  })), de && Wn(p, null, W, "beforeMount");
3250
- const se = _g(X, F);
3251
- se && F.beforeEnter(_), l(_, C, H), ((E = I && I.onVnodeMounted) || se || de) && ht(() => {
3252
- E && Xt(E, W, p), se && F.enter(_), de && Wn(p, null, W, "mounted");
3250
+ const ue = _g(X, F);
3251
+ ue && F.beforeEnter(_), l(_, C, H), ((E = I && I.onVnodeMounted) || ue || de) && ht(() => {
3252
+ E && Xt(E, W, p), ue && F.enter(_), de && Wn(p, null, W, "mounted");
3253
3253
  }, X);
3254
3254
  }, O = (p, C, H, W, X) => {
3255
3255
  if (H && m(p, H), W)
@@ -3319,9 +3319,9 @@ function Jg(e, t) {
3319
3319
  X
3320
3320
  );
3321
3321
  else if (_ & 2 && re.class !== F.class && a(Q, "class", null, F.class, X), _ & 4 && a(Q, "style", re.style, F.style, X), _ & 8) {
3322
- const se = C.dynamicProps;
3323
- for (let Oe = 0; Oe < se.length; Oe++) {
3324
- const Ye = se[Oe], lt = re[Ye], Rt = F[Ye];
3322
+ const ue = C.dynamicProps;
3323
+ for (let Oe = 0; Oe < ue.length; Oe++) {
3324
+ const Ye = ue[Oe], lt = re[Ye], Rt = F[Ye];
3325
3325
  (Rt !== lt || Ye === "value") && a(
3326
3326
  Q,
3327
3327
  Ye,
@@ -3510,18 +3510,18 @@ function Jg(e, t) {
3510
3510
  }, le = (p, C, H, W, X, J, ne) => {
3511
3511
  const Q = () => {
3512
3512
  if (p.isMounted) {
3513
- let { next: I, bu: re, u: F, parent: de, vnode: se } = p;
3513
+ let { next: I, bu: re, u: F, parent: de, vnode: ue } = p;
3514
3514
  {
3515
3515
  const yl = Vd(p);
3516
3516
  if (yl) {
3517
- I && (I.el = se.el, M(p, I, ne)), yl.asyncDep.then(() => {
3517
+ I && (I.el = ue.el, M(p, I, ne)), yl.asyncDep.then(() => {
3518
3518
  p.isUnmounted || Q();
3519
3519
  });
3520
3520
  return;
3521
3521
  }
3522
3522
  }
3523
3523
  let Oe = I, Ye;
3524
- V.NODE_ENV !== "production" && ea(I || p.vnode), Xn(p, !1), I ? (I.el = se.el, M(p, I, ne)) : I = se, re && Vl(re), (Ye = I.props && I.props.onVnodeBeforeUpdate) && Xt(Ye, de, I, se), Xn(p, !0), V.NODE_ENV !== "production" && rn(p, "render");
3524
+ V.NODE_ENV !== "production" && ea(I || p.vnode), Xn(p, !1), I ? (I.el = ue.el, M(p, I, ne)) : I = ue, re && Vl(re), (Ye = I.props && I.props.onVnodeBeforeUpdate) && Xt(Ye, de, I, ue), Xn(p, !0), V.NODE_ENV !== "production" && rn(p, "render");
3525
3525
  const lt = ai(p);
3526
3526
  V.NODE_ENV !== "production" && sn(p, "render");
3527
3527
  const Rt = p.subTree;
@@ -3536,12 +3536,12 @@ function Jg(e, t) {
3536
3536
  X,
3537
3537
  J
3538
3538
  ), V.NODE_ENV !== "production" && sn(p, "patch"), I.el = lt.el, Oe === null && ug(p, lt.el), F && ht(F, X), (Ye = I.props && I.props.onVnodeUpdated) && ht(
3539
- () => Xt(Ye, de, I, se),
3539
+ () => Xt(Ye, de, I, ue),
3540
3540
  X
3541
3541
  ), V.NODE_ENV !== "production" && _c(p), V.NODE_ENV !== "production" && ta();
3542
3542
  } else {
3543
3543
  let I;
3544
- const { el: re, props: F } = C, { bm: de, m: se, parent: Oe } = p, Ye = ro(C);
3544
+ const { el: re, props: F } = C, { bm: de, m: ue, parent: Oe } = p, Ye = ro(C);
3545
3545
  if (Xn(p, !1), de && Vl(de), !Ye && (I = F && F.onVnodeBeforeMount) && Xt(I, Oe, C), Xn(p, !0), re && Gn) {
3546
3546
  const lt = () => {
3547
3547
  V.NODE_ENV !== "production" && rn(p, "render"), p.subTree = ai(p), V.NODE_ENV !== "production" && sn(p, "render"), V.NODE_ENV !== "production" && rn(p, "hydrate"), Gn(
@@ -3572,7 +3572,7 @@ function Jg(e, t) {
3572
3572
  J
3573
3573
  ), V.NODE_ENV !== "production" && sn(p, "patch"), C.el = lt.el;
3574
3574
  }
3575
- if (se && ht(se, X), !Ye && (I = F && F.onVnodeMounted)) {
3575
+ if (ue && ht(ue, X), !Ye && (I = F && F.onVnodeMounted)) {
3576
3576
  const lt = C;
3577
3577
  ht(
3578
3578
  () => Xt(I, Oe, lt),
@@ -3687,11 +3687,11 @@ function Jg(e, t) {
3687
3687
  const I = C.length;
3688
3688
  let re = p.length - 1, F = I - 1;
3689
3689
  for (; E <= re && E <= F; ) {
3690
- const de = p[E], se = C[E] = _ ? On(C[E]) : Bt(C[E]);
3691
- if ($n(de, se))
3690
+ const de = p[E], ue = C[E] = _ ? On(C[E]) : Bt(C[E]);
3691
+ if ($n(de, ue))
3692
3692
  g(
3693
3693
  de,
3694
- se,
3694
+ ue,
3695
3695
  H,
3696
3696
  null,
3697
3697
  X,
@@ -3705,11 +3705,11 @@ function Jg(e, t) {
3705
3705
  E++;
3706
3706
  }
3707
3707
  for (; E <= re && E <= F; ) {
3708
- const de = p[re], se = C[F] = _ ? On(C[F]) : Bt(C[F]);
3709
- if ($n(de, se))
3708
+ const de = p[re], ue = C[F] = _ ? On(C[F]) : Bt(C[F]);
3709
+ if ($n(de, ue))
3710
3710
  g(
3711
3711
  de,
3712
- se,
3712
+ ue,
3713
3713
  H,
3714
3714
  null,
3715
3715
  X,
@@ -3724,13 +3724,13 @@ function Jg(e, t) {
3724
3724
  }
3725
3725
  if (E > re) {
3726
3726
  if (E <= F) {
3727
- const de = F + 1, se = de < I ? C[de].el : W;
3727
+ const de = F + 1, ue = de < I ? C[de].el : W;
3728
3728
  for (; E <= F; )
3729
3729
  g(
3730
3730
  null,
3731
3731
  C[E] = _ ? On(C[E]) : Bt(C[E]),
3732
3732
  H,
3733
- se,
3733
+ ue,
3734
3734
  X,
3735
3735
  J,
3736
3736
  ne,
@@ -3742,8 +3742,8 @@ function Jg(e, t) {
3742
3742
  for (; E <= re; )
3743
3743
  te(p[E], X, J, !0), E++;
3744
3744
  else {
3745
- const de = E, se = E, Oe = /* @__PURE__ */ new Map();
3746
- for (E = se; E <= F; E++) {
3745
+ const de = E, ue = E, Oe = /* @__PURE__ */ new Map();
3746
+ for (E = ue; E <= F; E++) {
3747
3747
  const dt = C[E] = _ ? On(C[E]) : Bt(C[E]);
3748
3748
  dt.key != null && (V.NODE_ENV !== "production" && Oe.has(dt.key) && K(
3749
3749
  "Duplicate keys found during update:",
@@ -3752,7 +3752,7 @@ function Jg(e, t) {
3752
3752
  ), Oe.set(dt.key, E));
3753
3753
  }
3754
3754
  let Ye, lt = 0;
3755
- const Rt = F - se + 1;
3755
+ const Rt = F - ue + 1;
3756
3756
  let yl = !1, vs = 0;
3757
3757
  const Ql = new Array(Rt);
3758
3758
  for (E = 0; E < Rt; E++)
@@ -3767,12 +3767,12 @@ function Jg(e, t) {
3767
3767
  if (dt.key != null)
3768
3768
  Wt = Oe.get(dt.key);
3769
3769
  else
3770
- for (Ye = se; Ye <= F; Ye++)
3771
- if (Ql[Ye - se] === 0 && $n(dt, C[Ye])) {
3770
+ for (Ye = ue; Ye <= F; Ye++)
3771
+ if (Ql[Ye - ue] === 0 && $n(dt, C[Ye])) {
3772
3772
  Wt = Ye;
3773
3773
  break;
3774
3774
  }
3775
- Wt === void 0 ? te(dt, X, J, !0) : (Ql[Wt - se] = E + 1, Wt >= vs ? vs = Wt : yl = !0, g(
3775
+ Wt === void 0 ? te(dt, X, J, !0) : (Ql[Wt - ue] = E + 1, Wt >= vs ? vs = Wt : yl = !0, g(
3776
3776
  dt,
3777
3777
  C[Wt],
3778
3778
  H,
@@ -3786,7 +3786,7 @@ function Jg(e, t) {
3786
3786
  }
3787
3787
  const ms = yl ? $g(Ql) : kl;
3788
3788
  for (Ye = ms.length - 1, E = Rt - 1; E >= 0; E--) {
3789
- const dt = se + E, Wt = C[dt], gs = dt + 1 < I ? C[dt + 1].el : W;
3789
+ const dt = ue + E, Wt = C[dt], gs = dt + 1 < I ? C[dt + 1].el : W;
3790
3790
  Ql[E] === 0 ? g(
3791
3791
  null,
3792
3792
  Wt,
@@ -3829,12 +3829,12 @@ function Jg(e, t) {
3829
3829
  if (W === 0)
3830
3830
  Q.beforeEnter(J), l(J, C, H), ht(() => Q.enter(J), X);
3831
3831
  else {
3832
- const { leave: re, delayLeave: F, afterLeave: de } = Q, se = () => l(J, C, H), Oe = () => {
3832
+ const { leave: re, delayLeave: F, afterLeave: de } = Q, ue = () => l(J, C, H), Oe = () => {
3833
3833
  re(J, () => {
3834
- se(), de && de();
3834
+ ue(), de && de();
3835
3835
  });
3836
3836
  };
3837
- F ? F(J, se, Oe) : Oe();
3837
+ F ? F(J, ue, Oe) : Oe();
3838
3838
  }
3839
3839
  else
3840
3840
  l(J, C, H);
@@ -3853,9 +3853,9 @@ function Jg(e, t) {
3853
3853
  C.ctx.deactivate(p);
3854
3854
  return;
3855
3855
  }
3856
- const de = I & 1 && F, se = !ro(p);
3856
+ const de = I & 1 && F, ue = !ro(p);
3857
3857
  let Oe;
3858
- if (se && (Oe = ne && ne.onVnodeBeforeUnmount) && Xt(Oe, C, p), I & 6)
3858
+ if (ue && (Oe = ne && ne.onVnodeBeforeUnmount) && Xt(Oe, C, p), I & 6)
3859
3859
  oe(p.component, H, W);
3860
3860
  else {
3861
3861
  if (I & 128) {
@@ -3878,7 +3878,7 @@ function Jg(e, t) {
3878
3878
  !0
3879
3879
  ) : (J === Ce && re & 384 || !X && I & 16) && Se(_, C, H), W && ce(p);
3880
3880
  }
3881
- (se && (Oe = ne && ne.onVnodeUnmounted) || de) && ht(() => {
3881
+ (ue && (Oe = ne && ne.onVnodeUnmounted) || de) && ht(() => {
3882
3882
  Oe && Xt(Oe, C, p), de && Wn(p, null, C, "unmounted");
3883
3883
  }, H);
3884
3884
  }, ce = (p) => {
@@ -4351,7 +4351,7 @@ function Nd(e) {
4351
4351
  const t = jt(e);
4352
4352
  return ye(e.children) && (t.children = e.children.map(Nd)), t;
4353
4353
  }
4354
- function be(e = " ", t = 0) {
4354
+ function we(e = " ", t = 0) {
4355
4355
  return f(Gl, null, e, t);
4356
4356
  }
4357
4357
  function rh(e, t) {
@@ -4390,7 +4390,7 @@ function zr(e, t) {
4390
4390
  !o && !(ja in t) ? t._ctx = We : o === 3 && We && (We.slots._ === 1 ? t._ = 1 : (t._ = 2, e.patchFlag |= 1024));
4391
4391
  }
4392
4392
  else
4393
- xe(t) ? (t = { default: t, _ctx: We }, n = 32) : (t = String(t), l & 64 ? (n = 16, t = [be(t)]) : n = 8);
4393
+ xe(t) ? (t = { default: t, _ctx: We }, n = 32) : (t = String(t), l & 64 ? (n = 16, t = [we(t)]) : n = 8);
4394
4394
  e.children = t, e.shapeFlag |= n;
4395
4395
  }
4396
4396
  function ve(...e) {
@@ -6401,7 +6401,7 @@ function Jp(e) {
6401
6401
  }
6402
6402
  return !1;
6403
6403
  }
6404
- function we(e) {
6404
+ function be(e) {
6405
6405
  const t = tt("useRender");
6406
6406
  t.render = e;
6407
6407
  }
@@ -8155,7 +8155,7 @@ function Kr(e, t) {
8155
8155
  return a;
8156
8156
  throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${t.description}`);
8157
8157
  }
8158
- const i = ue(e, "value"), r = y(() => !!(a.disabled.value || e.disabled));
8158
+ const i = se(e, "value"), r = y(() => !!(a.disabled.value || e.disabled));
8159
8159
  a.register({
8160
8160
  id: o,
8161
8161
  value: i,
@@ -8241,7 +8241,7 @@ function Ua(e, t) {
8241
8241
  unregister: r,
8242
8242
  selected: o,
8243
8243
  select: c,
8244
- disabled: ue(e, "disabled"),
8244
+ disabled: se(e, "disabled"),
8245
8245
  prev: () => d(l.length - 1),
8246
8246
  next: () => d(1),
8247
8247
  isSelected: (v) => o.value.includes(v),
@@ -8309,14 +8309,14 @@ const Ze = U({
8309
8309
  } = at(e), o = y(() => e.variant && `v-expansion-panels--variant-${e.variant}`);
8310
8310
  return tn({
8311
8311
  VExpansionPanel: {
8312
- color: ue(e, "color"),
8313
- readonly: ue(e, "readonly")
8312
+ color: se(e, "color"),
8313
+ readonly: se(e, "readonly")
8314
8314
  },
8315
8315
  VExpansionPanelTitle: {
8316
- focusable: ue(e, "focusable"),
8317
- static: ue(e, "static")
8316
+ focusable: se(e, "focusable"),
8317
+ static: se(e, "static")
8318
8318
  }
8319
- }), we(() => f(e.tag, {
8319
+ }), be(() => f(e.tag, {
8320
8320
  class: ["v-expansion-panels", {
8321
8321
  "v-expansion-panels--flat": e.flat,
8322
8322
  "v-expansion-panels--tile": e.tile
@@ -8604,7 +8604,7 @@ const Eb = U({
8604
8604
  hasContent: o,
8605
8605
  onAfterLeave: a
8606
8606
  } = Vf(e, l.isSelected);
8607
- return we(() => f(Jr, {
8607
+ return be(() => f(Jr, {
8608
8608
  onAfterLeave: a
8609
8609
  }, {
8610
8610
  default: () => [qe(f("div", {
@@ -8691,7 +8691,7 @@ const Vb = U({
8691
8691
  tag: "i"
8692
8692
  }),
8693
8693
  ...Ke()
8694
- }, "VIcon"), Ne = me()({
8694
+ }, "VIcon"), Pe = me()({
8695
8695
  name: "VIcon",
8696
8696
  props: Vb(),
8697
8697
  setup(e, t) {
@@ -8708,8 +8708,8 @@ const Vb = U({
8708
8708
  } = To(e), {
8709
8709
  textColorClasses: s,
8710
8710
  textColorStyles: c
8711
- } = en(ue(e, "color"));
8712
- return we(() => {
8711
+ } = en(se(e, "color"));
8712
+ return be(() => {
8713
8713
  const d = l.default?.();
8714
8714
  d && (o.value = qd(d).filter((v) => v.type === Gl && v.children && typeof v.children == "string")[0]?.children);
8715
8715
  const u = !!(n.onClick || n.onClickOnce);
@@ -8940,7 +8940,7 @@ const gl = {
8940
8940
  expandIcon: e.expandIcon,
8941
8941
  readonly: e.readonly
8942
8942
  }));
8943
- return we(() => qe(f("button", {
8943
+ return be(() => qe(f("button", {
8944
8944
  class: ["v-expansion-panel-title", {
8945
8945
  "v-expansion-panel-title--active": l.isSelected.value,
8946
8946
  "v-expansion-panel-title--focusable": e.focusable,
@@ -8956,7 +8956,7 @@ const gl = {
8956
8956
  class: "v-expansion-panel-title__overlay"
8957
8957
  }, null), n.default?.(i.value), !e.hideActions && f("span", {
8958
8958
  class: "v-expansion-panel-title__icon"
8959
- }, [n.actions ? n.actions(i.value) : f(Ne, {
8959
+ }, [n.actions ? n.actions(i.value) : f(Pe, {
8960
8960
  icon: l.isSelected.value ? e.collapseIcon : e.expandIcon
8961
8961
  }, null)])]), [[Gt("ripple"), e.ripple]])), {};
8962
8962
  }
@@ -9039,12 +9039,12 @@ const Pb = U({
9039
9039
  });
9040
9040
  return ut(Eo, l), tn({
9041
9041
  VExpansionPanelText: {
9042
- eager: ue(e, "eager")
9042
+ eager: se(e, "eager")
9043
9043
  },
9044
9044
  VExpansionPanelTitle: {
9045
- readonly: ue(e, "readonly")
9045
+ readonly: se(e, "readonly")
9046
9046
  }
9047
- }), we(() => {
9047
+ }), be(() => {
9048
9048
  const v = !!(n.text || e.text), m = !!(n.title || e.title);
9049
9049
  return f(e.tag, {
9050
9050
  class: ["v-expansion-panel", {
@@ -9256,13 +9256,13 @@ const Fb = U({
9256
9256
  return (n, l) => (Ie(), ot(Mf, { class: "font-weight-bold transparent" }, {
9257
9257
  default: L(() => [
9258
9258
  _e("span", null, [
9259
- f(Ne, { small: "" }, {
9259
+ f(Pe, { small: "" }, {
9260
9260
  default: L(() => [
9261
- be(Je(t.miniMenu.icon), 1)
9261
+ we(Je(t.miniMenu.icon), 1)
9262
9262
  ]),
9263
9263
  _: 1
9264
9264
  }),
9265
- be("  " + Je(t.miniMenu.text), 1)
9265
+ we("  " + Je(t.miniMenu.text), 1)
9266
9266
  ]),
9267
9267
  f(el)
9268
9268
  ]),
@@ -9365,7 +9365,7 @@ const Fb = U({
9365
9365
  slim: !0,
9366
9366
  variant: "text"
9367
9367
  }
9368
- }), we(() => f("div", {
9368
+ }), be(() => f("div", {
9369
9369
  class: ["v-card-actions", e.class],
9370
9370
  style: e.style
9371
9371
  }, [n.default?.()])), {};
@@ -9445,7 +9445,7 @@ const Xf = U({
9445
9445
  } = Qb(e), {
9446
9446
  dimensionStyles: o
9447
9447
  } = pl(e);
9448
- return we(() => f("div", {
9448
+ return be(() => f("div", {
9449
9449
  class: ["v-responsive", {
9450
9450
  "v-responsive--inline": e.inline
9451
9451
  }, e.class],
@@ -9568,7 +9568,7 @@ const Ub = {
9568
9568
  const {
9569
9569
  backgroundColorClasses: o,
9570
9570
  backgroundColorStyles: a
9571
- } = pt(ue(e, "color")), {
9571
+ } = pt(se(e, "color")), {
9572
9572
  roundedClasses: i
9573
9573
  } = wt(e), r = tt("VImg"), s = pe(""), c = Z(), d = pe(e.eager ? "loading" : "idle"), u = pe(), v = pe(), m = y(() => e.src && typeof e.src == "object" ? {
9574
9574
  src: e.src.src,
@@ -9705,7 +9705,7 @@ const Ub = {
9705
9705
  }), x());
9706
9706
  });
9707
9707
  }
9708
- return we(() => {
9708
+ return be(() => {
9709
9709
  const x = $u.filterProps(e);
9710
9710
  return qe(f($u, ve({
9711
9711
  class: ["v-img", {
@@ -9827,7 +9827,7 @@ const e0 = U({
9827
9827
  sizeClasses: c,
9828
9828
  sizeStyles: d
9829
9829
  } = To(e);
9830
- return we(() => f(e.tag, {
9830
+ return be(() => f(e.tag, {
9831
9831
  class: ["v-avatar", {
9832
9832
  "v-avatar--start": e.start,
9833
9833
  "v-avatar--end": e.end
@@ -9852,7 +9852,7 @@ const e0 = U({
9852
9852
  src: e.image,
9853
9853
  alt: "",
9854
9854
  cover: !0
9855
- }, null) : e.icon ? f(Ne, {
9855
+ }, null) : e.icon ? f(Pe, {
9856
9856
  key: "icon",
9857
9857
  icon: e.icon
9858
9858
  }, null) : e.text, Ro(!1, "v-avatar")]
@@ -9874,7 +9874,7 @@ const e0 = U({
9874
9874
  let {
9875
9875
  slots: n
9876
9876
  } = t;
9877
- return we(() => {
9877
+ return be(() => {
9878
9878
  const l = !!(e.prependAvatar || e.prependIcon), o = !!(l || n.prepend), a = !!(e.appendAvatar || e.appendIcon), i = !!(a || n.append), r = !!(e.title != null || n.title), s = !!(e.subtitle != null || n.subtitle);
9879
9879
  return f("div", {
9880
9880
  class: ["v-card-item", e.class],
@@ -9899,7 +9899,7 @@ const e0 = U({
9899
9899
  key: "prepend-avatar",
9900
9900
  density: e.density,
9901
9901
  image: e.prependAvatar
9902
- }, null), e.prependIcon && f(Ne, {
9902
+ }, null), e.prependIcon && f(Pe, {
9903
9903
  key: "prepend-icon",
9904
9904
  density: e.density,
9905
9905
  icon: e.prependIcon
@@ -9929,7 +9929,7 @@ const e0 = U({
9929
9929
  icon: e.appendIcon
9930
9930
  }
9931
9931
  }
9932
- }, n.append) : f(Ce, null, [e.appendIcon && f(Ne, {
9932
+ }, n.append) : f(Ce, null, [e.appendIcon && f(Pe, {
9933
9933
  key: "append-icon",
9934
9934
  density: e.density,
9935
9935
  icon: e.appendIcon
@@ -10097,7 +10097,7 @@ const l0 = U({
10097
10097
  } = g.value.getBoundingClientRect(), R = N.value ? x - k.clientX + (T - x) : k.clientX - B;
10098
10098
  l.value = Math.round(R / x * A.value);
10099
10099
  }
10100
- return we(() => f(e.tag, {
10100
+ return be(() => f(e.tag, {
10101
10101
  ref: g,
10102
10102
  class: ["v-progress-linear", {
10103
10103
  "v-progress-linear--absolute": e.absolute,
@@ -10218,11 +10218,11 @@ function _a(e, t) {
10218
10218
  return {
10219
10219
  isLink: l,
10220
10220
  isClickable: o,
10221
- href: ue(e, "href")
10221
+ href: se(e, "href")
10222
10222
  };
10223
10223
  const a = y(() => ({
10224
10224
  ...e,
10225
- to: ue(() => e.to || {})
10225
+ to: se(() => e.to || {})
10226
10226
  })), i = n.useLink(a.value), r = y(() => e.to ? i : void 0), s = i0();
10227
10227
  return {
10228
10228
  isLink: l,
@@ -10324,7 +10324,7 @@ const s0 = U({
10324
10324
  } = Uf(e), {
10325
10325
  roundedClasses: g
10326
10326
  } = wt(e), w = _a(e, n), A = y(() => e.link !== !1 && w.isLink.value), D = y(() => !e.disabled && e.link !== !1 && (e.link || w.isClickable.value));
10327
- return we(() => {
10327
+ return be(() => {
10328
10328
  const P = A.value ? "a" : e.tag, z = !!(l.title || e.title != null), N = !!(l.subtitle || e.subtitle != null), S = z || N, b = !!(l.append || e.appendAvatar || e.appendIcon), O = !!(l.prepend || e.prependAvatar || e.prependIcon), k = !!(l.image || e.image), B = S || O || b, T = !!(l.text || e.text != null);
10329
10329
  return qe(f(P, {
10330
10330
  class: ["v-card", {
@@ -10400,7 +10400,7 @@ function _f(e) {
10400
10400
  appendInner: "appendAction",
10401
10401
  clear: "clear"
10402
10402
  }[o], i = e[`onClick:${o}`], r = i && a ? t(`$vuetify.input.${a}`, e.label ?? "") : void 0;
10403
- return f(Ne, {
10403
+ return f(Pe, {
10404
10404
  icon: e[`${o}Icon`],
10405
10405
  "aria-label": r,
10406
10406
  onClick: i
@@ -10436,7 +10436,7 @@ const u0 = U({
10436
10436
  textColorClasses: o,
10437
10437
  textColorStyles: a
10438
10438
  } = en(y(() => e.color));
10439
- return we(() => f(Pn, {
10439
+ return be(() => f(Pn, {
10440
10440
  transition: e.transition,
10441
10441
  tag: "div",
10442
10442
  class: ["v-messages", o.value, e.class],
@@ -10662,7 +10662,7 @@ const Ho = U({
10662
10662
  resetValidation: P,
10663
10663
  validate: z
10664
10664
  })), b = y(() => e.errorMessages?.length || !g.value && u.value.length ? u.value : e.hint && (e.persistentHint || e.focused) ? e.hint : e.messages);
10665
- return we(() => {
10665
+ return be(() => {
10666
10666
  const O = !!(l.prepend || e.prependIcon), k = !!(l.append || e.appendIcon), B = b.value.length > 0, T = !e.hideDetails || e.hideDetails === "auto" && (B || !!l.details);
10667
10667
  return f("div", {
10668
10668
  class: ["v-input", `v-input--${e.direction}`, {
@@ -10713,7 +10713,7 @@ const Ho = U({
10713
10713
  let {
10714
10714
  slots: n
10715
10715
  } = t;
10716
- return we(() => f("label", {
10716
+ return be(() => f("label", {
10717
10717
  class: ["v-label", {
10718
10718
  "v-label--clickable": !!e.onClick
10719
10719
  }, e.class],
@@ -10820,13 +10820,13 @@ const ev = U({
10820
10820
  } = e;
10821
10821
  const {
10822
10822
  isRtl: r
10823
- } = St(), s = ue(t, "reverse"), c = y(() => t.direction === "vertical"), d = y(() => c.value !== s.value), {
10823
+ } = St(), s = se(t, "reverse"), c = y(() => t.direction === "vertical"), d = y(() => c.value !== s.value), {
10824
10824
  min: u,
10825
10825
  max: v,
10826
10826
  step: m,
10827
10827
  decimals: h,
10828
10828
  roundValue: g
10829
- } = n, w = y(() => parseInt(t.thumbSize, 10)), A = y(() => parseInt(t.tickSize, 10)), D = y(() => parseInt(t.trackSize, 10)), P = y(() => (v.value - u.value) / m.value), z = ue(t, "disabled"), N = y(() => t.error || t.disabled ? void 0 : t.thumbColor ?? t.color), S = y(() => t.error || t.disabled ? void 0 : t.trackColor ?? t.color), b = y(() => t.error || t.disabled ? void 0 : t.trackFillColor ?? t.color), O = pe(!1), k = pe(0), B = Z(), T = Z();
10829
+ } = n, w = y(() => parseInt(t.thumbSize, 10)), A = y(() => parseInt(t.tickSize, 10)), D = y(() => parseInt(t.trackSize, 10)), P = y(() => (v.value - u.value) / m.value), z = se(t, "disabled"), N = y(() => t.error || t.disabled ? void 0 : t.thumbColor ?? t.color), S = y(() => t.error || t.disabled ? void 0 : t.trackColor ?? t.color), b = y(() => t.error || t.disabled ? void 0 : t.trackFillColor ?? t.color), O = pe(!1), k = pe(0), B = Z(), T = Z();
10830
10830
  function x(oe) {
10831
10831
  const Se = t.direction === "vertical", nt = Se ? "top" : "left", je = Se ? "height" : "width", wn = Se ? "clientY" : "clientX", {
10832
10832
  [nt]: It,
@@ -10873,7 +10873,7 @@ const ev = U({
10873
10873
  const q = (oe) => {
10874
10874
  const Se = (oe - u.value) / (v.value - u.value) * 100;
10875
10875
  return Jt(isNaN(Se) ? 0 : Se, 0, 100);
10876
- }, $ = ue(t, "showTicks"), te = y(() => $.value ? t.ticks ? Array.isArray(t.ticks) ? t.ticks.map((oe) => ({
10876
+ }, $ = se(t, "showTicks"), te = y(() => $.value ? t.ticks ? Array.isArray(t.ticks) ? t.ticks.map((oe) => ({
10877
10877
  value: oe,
10878
10878
  position: q(oe),
10879
10879
  label: oe.toString()
@@ -10894,11 +10894,11 @@ const ev = U({
10894
10894
  return !!Se;
10895
10895
  })), Ee = {
10896
10896
  activeThumbRef: T,
10897
- color: ue(t, "color"),
10897
+ color: se(t, "color"),
10898
10898
  decimals: h,
10899
10899
  disabled: z,
10900
- direction: ue(t, "direction"),
10901
- elevation: ue(t, "elevation"),
10900
+ direction: se(t, "direction"),
10901
+ elevation: se(t, "elevation"),
10902
10902
  hasLabels: ce,
10903
10903
  isReversed: s,
10904
10904
  indexFromEnd: d,
@@ -10911,16 +10911,16 @@ const ev = U({
10911
10911
  parsedTicks: te,
10912
10912
  parseMouseMove: x,
10913
10913
  position: q,
10914
- readonly: ue(t, "readonly"),
10915
- rounded: ue(t, "rounded"),
10914
+ readonly: se(t, "readonly"),
10915
+ rounded: se(t, "rounded"),
10916
10916
  roundValue: g,
10917
10917
  showTicks: $,
10918
10918
  startOffset: k,
10919
10919
  step: m,
10920
10920
  thumbSize: w,
10921
10921
  thumbColor: N,
10922
- thumbLabel: ue(t, "thumbLabel"),
10923
- ticks: ue(t, "ticks"),
10922
+ thumbLabel: se(t, "thumbLabel"),
10923
+ ticks: se(t, "ticks"),
10924
10924
  tickSize: A,
10925
10925
  trackColor: S,
10926
10926
  trackContainerRef: B,
@@ -11023,7 +11023,7 @@ const ev = U({
11023
11023
  const q = M(G, e.modelValue);
11024
11024
  q != null && l("update:modelValue", q);
11025
11025
  }
11026
- return we(() => {
11026
+ return be(() => {
11027
11027
  const G = he(P.value ? 100 - e.position : e.position, "%");
11028
11028
  return f("div", {
11029
11029
  class: ["v-slider-thumb", {
@@ -11133,7 +11133,7 @@ const ev = U({
11133
11133
  index: R
11134
11134
  }) ?? x.label])]);
11135
11135
  }) : []);
11136
- return we(() => f("div", {
11136
+ return be(() => f("div", {
11137
11137
  class: ["v-slider-track", w.value, e.class],
11138
11138
  style: [{
11139
11139
  "--v-slider-track-size": he(u.value),
@@ -11228,7 +11228,7 @@ const ev = U({
11228
11228
  focus: S,
11229
11229
  blur: b
11230
11230
  } = Bo(e), O = y(() => D(d.value[0])), k = y(() => D(d.value[1]));
11231
- return we(() => {
11231
+ return be(() => {
11232
11232
  const B = zn.filterProps(e), T = !!(e.label || n.label || n.prepend);
11233
11233
  return f(zn, ve({
11234
11234
  class: ["v-slider", "v-range-slider", {
@@ -11339,7 +11339,7 @@ const ev = U({
11339
11339
  slots: n
11340
11340
  } = t;
11341
11341
  const l = y(() => e.max ? `${e.value} / ${e.max}` : String(e.value));
11342
- return we(() => f(Pn, {
11342
+ return be(() => f(Pn, {
11343
11343
  transition: e.transition
11344
11344
  }, {
11345
11345
  default: () => [qe(f("div", {
@@ -11362,7 +11362,7 @@ const ev = U({
11362
11362
  let {
11363
11363
  slots: n
11364
11364
  } = t;
11365
- return we(() => f(ti, {
11365
+ return be(() => f(ti, {
11366
11366
  class: ["v-field-label", {
11367
11367
  "v-field-label--floating": e.floating
11368
11368
  }, e.class],
@@ -11445,7 +11445,7 @@ const ev = U({
11445
11445
  } = St(), h = y(() => e.dirty || e.active), g = y(() => !e.singleLine && !!(e.label || o.label)), w = Mt(), A = y(() => e.id || `input-${w}`), D = y(() => `${A.value}-messages`), P = Z(), z = Z(), N = Z(), S = y(() => ["plain", "underlined"].includes(e.variant)), {
11446
11446
  backgroundColorClasses: b,
11447
11447
  backgroundColorStyles: O
11448
- } = pt(ue(e, "bgColor")), {
11448
+ } = pt(se(e, "bgColor")), {
11449
11449
  textColorClasses: k,
11450
11450
  textColorStyles: B
11451
11451
  } = en(y(() => e.error || e.disabled ? void 0 : h.value && s.value ? e.color : e.baseColor));
@@ -11485,7 +11485,7 @@ const ev = U({
11485
11485
  function R(j) {
11486
11486
  j.key !== "Enter" && j.key !== " " || (j.preventDefault(), j.stopPropagation(), e["onClick:clear"]?.(new MouseEvent("click")));
11487
11487
  }
11488
- return we(() => {
11488
+ return be(() => {
11489
11489
  const j = e.variant === "outlined", ee = !!(o["prepend-inner"] || e.prependInnerIcon), ie = !!(e.clearable || o.clear), le = !!(o["append-inner"] || e.appendInnerIcon || ie), M = () => o.label ? o.label({
11490
11490
  ...T.value,
11491
11491
  label: e.label,
@@ -11766,7 +11766,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
11766
11766
  });
11767
11767
  }
11768
11768
  }
11769
- return we(() => {
11769
+ return be(() => {
11770
11770
  const S = !!(o.counter || e.counter !== !1 && e.counter != null), b = !!(S || o.details), [O, k] = jr(n), {
11771
11771
  modelValue: B,
11772
11772
  ...T
@@ -11889,7 +11889,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
11889
11889
  }, { deep: !0 }), (s, c) => (Ie(), Ue("div", V0, [
11890
11890
  f(ns, { class: "pb-0 pt-1 text-caption" }, {
11891
11891
  default: L(() => [
11892
- be(Je(s.label), 1)
11892
+ we(Je(s.label), 1)
11893
11893
  ]),
11894
11894
  _: 1
11895
11895
  }),
@@ -12043,7 +12043,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
12043
12043
  focus: P,
12044
12044
  blur: z
12045
12045
  } = Bo(e), N = y(() => g(r.value));
12046
- return we(() => {
12046
+ return be(() => {
12047
12047
  const S = zn.filterProps(e), b = !!(e.label || n.label || n.prepend);
12048
12048
  return f(zn, ve({
12049
12049
  class: ["v-slider", {
@@ -12297,12 +12297,12 @@ const dv = U({
12297
12297
  tn({
12298
12298
  VBtn: {
12299
12299
  height: "auto",
12300
- color: ue(e, "color"),
12301
- density: ue(e, "density"),
12300
+ color: se(e, "color"),
12301
+ density: se(e, "density"),
12302
12302
  flat: !0,
12303
- variant: ue(e, "variant")
12303
+ variant: se(e, "variant")
12304
12304
  }
12305
- }), we(() => f(e.tag, {
12305
+ }), be(() => f(e.tag, {
12306
12306
  class: ["v-btn-group", {
12307
12307
  "v-btn-group--divided": e.divided
12308
12308
  }, l.value, a.value, o.value, i.value, r.value, e.class],
@@ -12330,7 +12330,7 @@ me()({
12330
12330
  select: i,
12331
12331
  selected: r
12332
12332
  } = Ua(e, fv);
12333
- return we(() => {
12333
+ return be(() => {
12334
12334
  const s = tc.filterProps(e);
12335
12335
  return f(tc, ve({
12336
12336
  class: ["v-btn-toggle", e.class]
@@ -12389,10 +12389,10 @@ const M0 = U({
12389
12389
  } = To(e), {
12390
12390
  textColorClasses: c,
12391
12391
  textColorStyles: d
12392
- } = en(ue(e, "color")), {
12392
+ } = en(se(e, "color")), {
12393
12393
  textColorClasses: u,
12394
12394
  textColorStyles: v
12395
- } = en(ue(e, "bgColor")), {
12395
+ } = en(se(e, "bgColor")), {
12396
12396
  intersectionRef: m,
12397
12397
  isIntersecting: h
12398
12398
  } = Zf(), {
@@ -12401,7 +12401,7 @@ const M0 = U({
12401
12401
  } = Fl(), A = y(() => Math.max(0, Math.min(100, parseFloat(e.modelValue)))), D = y(() => Number(e.width)), P = y(() => s.value ? Number(e.size) : w.value ? w.value.width : Math.max(D.value, 32)), z = y(() => l / (1 - D.value / P.value) * 2), N = y(() => D.value / P.value * z.value), S = y(() => he((100 - A.value) / 100 * o));
12402
12402
  return Lt(() => {
12403
12403
  m.value = a.value, g.value = a.value;
12404
- }), we(() => f(e.tag, {
12404
+ }), be(() => f(e.tag, {
12405
12405
  ref: a,
12406
12406
  class: ["v-progress-circular", {
12407
12407
  "v-progress-circular--indeterminate": !!e.indeterminate,
@@ -12542,7 +12542,7 @@ const B0 = U({
12542
12542
  function O(k) {
12543
12543
  N.value || P.isLink.value && (k.metaKey || k.ctrlKey || k.shiftKey || k.button !== 0 || n.target === "_blank") || (P.navigate?.(k), D?.toggle());
12544
12544
  }
12545
- return z0(P, D?.select), we(() => {
12545
+ return z0(P, D?.select), be(() => {
12546
12546
  const k = P.isLink.value ? "a" : e.tag, B = !!(e.prependIcon || l.prepend), T = !!(e.appendIcon || l.append), x = !!(e.icon && e.icon !== !0), R = D?.isSelected.value && (!P.isLink.value || P.isActive?.value) || !D || P.isActive?.value;
12547
12547
  return qe(f(k, {
12548
12548
  type: k === "a" ? void 0 : "button",
@@ -12576,13 +12576,13 @@ const B0 = U({
12576
12576
  icon: e.prependIcon
12577
12577
  }
12578
12578
  }
12579
- }, l.prepend) : f(Ne, {
12579
+ }, l.prepend) : f(Pe, {
12580
12580
  key: "prepend-icon",
12581
12581
  icon: e.prependIcon
12582
12582
  }, null)]), f("span", {
12583
12583
  class: "v-btn__content",
12584
12584
  "data-no-activator": ""
12585
- }, [!l.default && x ? f(Ne, {
12585
+ }, [!l.default && x ? f(Pe, {
12586
12586
  key: "content-icon",
12587
12587
  icon: e.icon
12588
12588
  }, null) : f(Ge, {
@@ -12606,7 +12606,7 @@ const B0 = U({
12606
12606
  icon: e.appendIcon
12607
12607
  }
12608
12608
  }
12609
- }, l.append) : f(Ne, {
12609
+ }, l.append) : f(Pe, {
12610
12610
  key: "append-icon",
12611
12611
  icon: e.appendIcon
12612
12612
  }, null)]), !!e.loading && f("span", {
@@ -12820,7 +12820,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), vv = U({
12820
12820
  return !a.value && (r.value || Math.abs(s.value) > 0);
12821
12821
  }
12822
12822
  }), Y = y(() => Math.abs(s.value) > 0), G = y(() => d.value > Math.abs(s.value) + c.value);
12823
- return we(() => f(e.tag, {
12823
+ return be(() => f(e.tag, {
12824
12824
  class: ["v-slide-group", {
12825
12825
  "v-slide-group--vertical": !u.value,
12826
12826
  "v-slide-group--has-affixes": M.value,
@@ -12837,7 +12837,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), vv = U({
12837
12837
  }],
12838
12838
  onClick: () => Y.value && ee("prev")
12839
12839
  }, [n.prev?.(le.value) ?? f(Wu, null, {
12840
- default: () => [f(Ne, {
12840
+ default: () => [f(Pe, {
12841
12841
  icon: l.value ? e.nextIcon : e.prevIcon
12842
12842
  }, null)]
12843
12843
  })]), f("div", {
@@ -12862,7 +12862,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), vv = U({
12862
12862
  }],
12863
12863
  onClick: () => G.value && ee("next")
12864
12864
  }, [n.next?.(le.value) ?? f(Wu, null, {
12865
- default: () => [f(Ne, {
12865
+ default: () => [f(Pe, {
12866
12866
  icon: l.value ? e.prevIcon : e.nextIcon
12867
12867
  }, null)]
12868
12868
  })])]
@@ -12912,12 +12912,12 @@ me()({
12912
12912
  } = Ua(e, mv);
12913
12913
  return tn({
12914
12914
  VChip: {
12915
- color: ue(e, "color"),
12916
- disabled: ue(e, "disabled"),
12917
- filter: ue(e, "filter"),
12918
- variant: ue(e, "variant")
12915
+ color: se(e, "color"),
12916
+ disabled: se(e, "disabled"),
12917
+ filter: se(e, "filter"),
12918
+ variant: se(e, "variant")
12919
12919
  }
12920
- }), we(() => {
12920
+ }), be(() => {
12921
12921
  const c = oc.filterProps(e);
12922
12922
  return f(oc, ve(c, {
12923
12923
  class: ["v-chip-group", {
@@ -13068,7 +13068,7 @@ const j0 = U({
13068
13068
  icon: e.filterIcon
13069
13069
  }
13070
13070
  }
13071
- }, o.filter) : f(Ne, {
13071
+ }, o.filter) : f(Pe, {
13072
13072
  key: "filter-icon",
13073
13073
  icon: e.filterIcon
13074
13074
  }, null)]), [[Yt, w.isSelected.value]])]
@@ -13088,7 +13088,7 @@ const j0 = U({
13088
13088
  start: !0
13089
13089
  }
13090
13090
  }
13091
- }, o.prepend) : f(Ce, null, [e.prependIcon && f(Ne, {
13091
+ }, o.prepend) : f(Ce, null, [e.prependIcon && f(Pe, {
13092
13092
  key: "prepend-icon",
13093
13093
  icon: e.prependIcon,
13094
13094
  start: !0
@@ -13122,7 +13122,7 @@ const j0 = U({
13122
13122
  icon: e.appendIcon
13123
13123
  }
13124
13124
  }
13125
- }, o.append) : f(Ce, null, [e.appendIcon && f(Ne, {
13125
+ }, o.append) : f(Ce, null, [e.appendIcon && f(Pe, {
13126
13126
  key: "append-icon",
13127
13127
  end: !0,
13128
13128
  icon: e.appendIcon
@@ -13142,7 +13142,7 @@ const j0 = U({
13142
13142
  size: "x-small"
13143
13143
  }
13144
13144
  }
13145
- }, o.close) : f(Ne, {
13145
+ }, o.close) : f(Pe, {
13146
13146
  key: "close-icon",
13147
13147
  icon: e.closeIcon,
13148
13148
  size: "x-small"
@@ -13914,7 +13914,7 @@ const ni = U({
13914
13914
  globalTop: h,
13915
13915
  localTop: g,
13916
13916
  stackStyles: w
13917
- } = o1(i, ue(e, "zIndex"), e._disableGlobalStack), {
13917
+ } = o1(i, se(e, "zIndex"), e._disableGlobalStack), {
13918
13918
  activatorEl: A,
13919
13919
  activatorRef: D,
13920
13920
  target: P,
@@ -13995,7 +13995,7 @@ const ni = U({
13995
13995
  function te() {
13996
13996
  v(), o("afterLeave");
13997
13997
  }
13998
- return we(() => f(Ce, null, [n.activator?.({
13998
+ return be(() => f(Ce, null, [n.activator?.({
13999
13999
  isActive: i.value,
14000
14000
  props: ve({
14001
14001
  ref: D,
@@ -14106,7 +14106,7 @@ const ni = U({
14106
14106
  "aria-haspopup": "dialog",
14107
14107
  "aria-expanded": String(l.value)
14108
14108
  }, e.activatorProps));
14109
- return we(() => {
14109
+ return be(() => {
14110
14110
  const s = jl.filterProps(e);
14111
14111
  return f(jl, ve({
14112
14112
  ref: a,
@@ -14155,11 +14155,11 @@ const ni = U({
14155
14155
  } = at(e), {
14156
14156
  textColorClasses: o,
14157
14157
  textColorStyles: a
14158
- } = en(ue(e, "color")), i = y(() => {
14158
+ } = en(se(e, "color")), i = y(() => {
14159
14159
  const r = {};
14160
14160
  return e.length && (r[e.vertical ? "maxHeight" : "maxWidth"] = he(e.length)), e.thickness && (r[e.vertical ? "borderRightWidth" : "borderTopWidth"] = he(e.thickness)), r;
14161
14161
  });
14162
- return we(() => f("hr", {
14162
+ return be(() => f("hr", {
14163
14163
  class: [{
14164
14164
  "v-divider": !0,
14165
14165
  "v-divider--inset": e.inset,
@@ -14591,8 +14591,8 @@ const ds = (e) => {
14591
14591
  id: pe(),
14592
14592
  root: {
14593
14593
  opened: o,
14594
- activatable: ue(e, "activatable"),
14595
- selectable: ue(e, "selectable"),
14594
+ activatable: se(e, "activatable"),
14595
+ selectable: se(e, "selectable"),
14596
14596
  activated: s,
14597
14597
  selected: c,
14598
14598
  selectedValues: y(() => {
@@ -14764,7 +14764,7 @@ const V1 = Xl({
14764
14764
  isOpen: l,
14765
14765
  open: o,
14766
14766
  id: a
14767
- } = Pv(ue(e, "value"), !0), i = y(() => `v-list-group--id-${String(a.value)}`), r = Sv(), {
14767
+ } = Pv(se(e, "value"), !0), i = y(() => `v-list-group--id-${String(a.value)}`), r = Sv(), {
14768
14768
  isBooted: s
14769
14769
  } = Dv();
14770
14770
  function c(m) {
@@ -14786,7 +14786,7 @@ const V1 = Xl({
14786
14786
  value: e.value
14787
14787
  }
14788
14788
  }));
14789
- return we(() => f(e.tag, {
14789
+ return be(() => f(e.tag, {
14790
14790
  class: ["v-list-group", {
14791
14791
  "v-list-group--prepend": r?.hasPrepend.value,
14792
14792
  "v-list-group--fluid": e.fluid,
@@ -14924,7 +14924,7 @@ const V1 = Xl({
14924
14924
  function Y(G) {
14925
14925
  (G.key === "Enter" || G.key === " ") && (G.preventDefault(), M(G));
14926
14926
  }
14927
- return we(() => {
14927
+ return be(() => {
14928
14928
  const G = D.value ? "a" : e.tag, q = l.title || e.title != null, $ = l.subtitle || e.subtitle != null, te = !!(e.appendAvatar || e.appendIcon), ce = !!(te || l.append), Ee = !!(e.prependAvatar || e.prependIcon), oe = !!(Ee || l.prepend);
14929
14929
  return w?.updateHasPrepend(oe), e.activeColor && Np("active-color", ["color", "base-color"]), qe(f(G, {
14930
14930
  class: ["v-list-item", {
@@ -14967,7 +14967,7 @@ const V1 = Xl({
14967
14967
  key: "prepend-avatar",
14968
14968
  density: e.density,
14969
14969
  image: e.prependAvatar
14970
- }, null), e.prependIcon && f(Ne, {
14970
+ }, null), e.prependIcon && f(Pe, {
14971
14971
  key: "prepend-icon",
14972
14972
  density: e.density,
14973
14973
  icon: e.prependIcon
@@ -15009,7 +15009,7 @@ const V1 = Xl({
15009
15009
  }
15010
15010
  }, {
15011
15011
  default: () => [l.append?.(le.value)]
15012
- }) : f(Ce, null, [e.appendIcon && f(Ne, {
15012
+ }) : f(Ce, null, [e.appendIcon && f(Pe, {
15013
15013
  key: "append-icon",
15014
15014
  density: e.density,
15015
15015
  icon: e.appendIcon
@@ -15045,8 +15045,8 @@ const V1 = Xl({
15045
15045
  const {
15046
15046
  textColorClasses: l,
15047
15047
  textColorStyles: o
15048
- } = en(ue(e, "color"));
15049
- return we(() => {
15048
+ } = en(se(e, "color"));
15049
+ return be(() => {
15050
15050
  const a = !!(n.default || e.title);
15051
15051
  return f(e.tag, {
15052
15052
  class: ["v-list-subheader", {
@@ -15289,7 +15289,7 @@ const R1 = U({
15289
15289
  } = at(e), {
15290
15290
  backgroundColorClasses: a,
15291
15291
  backgroundColorStyles: i
15292
- } = pt(ue(e, "bgColor")), {
15292
+ } = pt(se(e, "bgColor")), {
15293
15293
  borderClasses: r
15294
15294
  } = jn(e), {
15295
15295
  densityClasses: s
@@ -15304,26 +15304,26 @@ const R1 = U({
15304
15304
  open: m,
15305
15305
  parents: h,
15306
15306
  select: g
15307
- } = E1(e), w = y(() => e.lines ? `v-list--${e.lines}-line` : void 0), A = ue(e, "activeColor"), D = ue(e, "baseColor"), P = ue(e, "color");
15307
+ } = E1(e), w = y(() => e.lines ? `v-list--${e.lines}-line` : void 0), A = se(e, "activeColor"), D = se(e, "baseColor"), P = se(e, "color");
15308
15308
  Vv(), tn({
15309
15309
  VListGroup: {
15310
15310
  activeColor: A,
15311
15311
  baseColor: D,
15312
15312
  color: P,
15313
- expandIcon: ue(e, "expandIcon"),
15314
- collapseIcon: ue(e, "collapseIcon")
15313
+ expandIcon: se(e, "expandIcon"),
15314
+ collapseIcon: se(e, "collapseIcon")
15315
15315
  },
15316
15316
  VListItem: {
15317
- activeClass: ue(e, "activeClass"),
15317
+ activeClass: se(e, "activeClass"),
15318
15318
  activeColor: A,
15319
15319
  baseColor: D,
15320
15320
  color: P,
15321
- density: ue(e, "density"),
15322
- disabled: ue(e, "disabled"),
15323
- lines: ue(e, "lines"),
15324
- nav: ue(e, "nav"),
15325
- slim: ue(e, "slim"),
15326
- variant: ue(e, "variant")
15321
+ density: se(e, "density"),
15322
+ disabled: se(e, "disabled"),
15323
+ lines: se(e, "lines"),
15324
+ nav: se(e, "nav"),
15325
+ slim: se(e, "slim"),
15326
+ variant: se(e, "variant")
15327
15327
  }
15328
15328
  });
15329
15329
  const z = pe(!1), N = Z();
@@ -15358,7 +15358,7 @@ const R1 = U({
15358
15358
  if (N.value)
15359
15359
  return Ea(N.value, x);
15360
15360
  }
15361
- return we(() => f(e.tag, {
15361
+ return be(() => f(e.tag, {
15362
15362
  ref: N,
15363
15363
  class: ["v-list", {
15364
15364
  "v-list--disabled": e.disabled,
@@ -15458,7 +15458,7 @@ const R1 = U({
15458
15458
  "aria-owns": i.value,
15459
15459
  onKeydown: m
15460
15460
  }, e.activatorProps));
15461
- return we(() => {
15461
+ return be(() => {
15462
15462
  const g = jl.filterProps(e);
15463
15463
  return f(jl, ve({
15464
15464
  ref: r,
@@ -15746,7 +15746,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
15746
15746
  } = jn(e), {
15747
15747
  backgroundColorClasses: s,
15748
15748
  backgroundColorStyles: c
15749
- } = pt(ue(e, "color")), {
15749
+ } = pt(se(e, "color")), {
15750
15750
  elevationClasses: d
15751
15751
  } = on(e), {
15752
15752
  displayClasses: u,
@@ -15777,7 +15777,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
15777
15777
  isActive: g,
15778
15778
  isTemporary: S,
15779
15779
  width: z,
15780
- touchless: ue(e, "touchless"),
15780
+ touchless: se(e, "touchless"),
15781
15781
  position: N
15782
15782
  }), T = y(() => {
15783
15783
  const G = S.value ? 0 : e.rail && e.expandOnHover ? Number(e.railWidth) : z.value;
@@ -15822,7 +15822,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
15822
15822
  function Y() {
15823
15823
  P.value = !1;
15824
15824
  }
15825
- return we(() => {
15825
+ return be(() => {
15826
15826
  const G = o.image || e.image;
15827
15827
  return f(Ce, null, [f(e.tag, ve({
15828
15828
  ref: D,
@@ -15941,22 +15941,22 @@ me()({
15941
15941
  }
15942
15942
  }), tn({
15943
15943
  [e.defaultsTarget]: {
15944
- color: ue(e, "color"),
15945
- disabled: ue(e, "disabled"),
15946
- density: ue(e, "density"),
15947
- error: ue(e, "error"),
15948
- inline: ue(e, "inline"),
15944
+ color: se(e, "color"),
15945
+ disabled: se(e, "disabled"),
15946
+ density: se(e, "density"),
15947
+ error: se(e, "error"),
15948
+ inline: se(e, "inline"),
15949
15949
  modelValue: l,
15950
15950
  multiple: y(() => !!e.multiple || e.multiple == null && Array.isArray(l.value)),
15951
15951
  name: i,
15952
- falseIcon: ue(e, "falseIcon"),
15953
- trueIcon: ue(e, "trueIcon"),
15954
- readonly: ue(e, "readonly"),
15955
- ripple: ue(e, "ripple"),
15956
- type: ue(e, "type"),
15957
- valueComparator: ue(e, "valueComparator")
15952
+ falseIcon: se(e, "falseIcon"),
15953
+ trueIcon: se(e, "trueIcon"),
15954
+ readonly: se(e, "readonly"),
15955
+ ripple: se(e, "ripple"),
15956
+ type: se(e, "type"),
15957
+ valueComparator: se(e, "valueComparator")
15958
15958
  }
15959
- }), we(() => f("div", {
15959
+ }), be(() => f("div", {
15960
15960
  class: ["v-selection-control-group", {
15961
15961
  "v-selection-control-group--inline": e.inline
15962
15962
  }, e.class],
@@ -16053,7 +16053,7 @@ const mc = me()({
16053
16053
  function S(b) {
16054
16054
  D.value && (e.readonly && o && ze(() => o.forceUpdate()), r.value = b.target.checked);
16055
16055
  }
16056
- return we(() => {
16056
+ return be(() => {
16057
16057
  const b = l.label ? l.label({
16058
16058
  label: e.label,
16059
16059
  props: {
@@ -16106,7 +16106,7 @@ const mc = me()({
16106
16106
  onBlur: z,
16107
16107
  id: A.value
16108
16108
  }
16109
- }) ?? f(Ce, null, [i.value && f(Ne, {
16109
+ }) ?? f(Ce, null, [i.value && f(Pe, {
16110
16110
  key: "icon",
16111
16111
  icon: i.value
16112
16112
  }, null), B])]), [[Gt("ripple"), e.ripple && [!e.disabled && !e.readonly, null, ["center", "circle"]]]])]), b && f(ti, {
@@ -16146,7 +16146,7 @@ const mc = me()({
16146
16146
  l.value && (l.value = !1);
16147
16147
  }
16148
16148
  const i = y(() => l.value ? e.indeterminateIcon : e.falseIcon), r = y(() => l.value ? e.indeterminateIcon : e.trueIcon);
16149
- return we(() => {
16149
+ return be(() => {
16150
16150
  const s = ml(mc.filterProps(e), ["modelValue"]);
16151
16151
  return f(mc, ve(s, {
16152
16152
  modelValue: o.value,
@@ -16182,7 +16182,7 @@ const mc = me()({
16182
16182
  } = Fl(void 0, "border");
16183
16183
  ae(() => i.value?.height, (r) => {
16184
16184
  r != null && l("update:height", r);
16185
- }), we(() => e.renderless ? f(Ce, null, [o.default?.({
16185
+ }), be(() => e.renderless ? f(Ce, null, [o.default?.({
16186
16186
  itemRef: a
16187
16187
  })]) : f("div", ve({
16188
16188
  ref: a,
@@ -16357,7 +16357,7 @@ const lw = U({
16357
16357
  paddingTop: u,
16358
16358
  paddingBottom: v,
16359
16359
  computedItems: m
16360
- } = tw(e, ue(e, "items"));
16360
+ } = tw(e, se(e, "items"));
16361
16361
  return Ut(() => e.renderless, () => {
16362
16362
  function h() {
16363
16363
  const w = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !1) ? "addEventListener" : "removeEventListener";
@@ -16370,7 +16370,7 @@ const lw = U({
16370
16370
  Tt(() => {
16371
16371
  a.value = rf(l.vnode.el, !0), h(!0);
16372
16372
  }), yt(h);
16373
- }), we(() => {
16373
+ }), be(() => {
16374
16374
  const h = m.value.map((g) => f(J1, {
16375
16375
  key: g.index,
16376
16376
  renderless: e.renderless,
@@ -16615,7 +16615,7 @@ const iw = U({
16615
16615
  }
16616
16616
  }), ae(() => e.items, (M, Y) => {
16617
16617
  s.value || w.value && !Y.length && M.length && (s.value = !0);
16618
- }), we(() => {
16618
+ }), be(() => {
16619
16619
  const M = !!(e.chips || n.chip), Y = !!(!e.hideNoData || z.value.length || n["prepend-item"] || n["append-item"] || n["no-data"]), G = v.value.length > 0, q = Ll.filterProps(e), $ = G || !w.value && e.label && !e.persistentPlaceholder ? void 0 : e.placeholder;
16620
16620
  return f(Ll, ve({
16621
16621
  ref: o
@@ -16707,7 +16707,7 @@ const iw = U({
16707
16707
  tabindex: "-1"
16708
16708
  }, null) : void 0, ce.props.prependAvatar && f(vl, {
16709
16709
  image: ce.props.prependAvatar
16710
- }, null), ce.props.prependIcon && f(Ne, {
16710
+ }, null), ce.props.prependIcon && f(Pe, {
16711
16711
  icon: ce.props.prependIcon
16712
16712
  }, null)]);
16713
16713
  }
@@ -16762,12 +16762,12 @@ const iw = U({
16762
16762
  class: "v-select__selection-text"
16763
16763
  }, [te.title, e.multiple && ce < v.value.length - 1 && f("span", {
16764
16764
  class: "v-select__selection-comma"
16765
- }, [be(",")])])]);
16765
+ }, [we(",")])])]);
16766
16766
  })]),
16767
16767
  "append-inner": function() {
16768
16768
  for (var te = arguments.length, ce = new Array(te), Ee = 0; Ee < te; Ee++)
16769
16769
  ce[Ee] = arguments[Ee];
16770
- return f(Ce, null, [n["append-inner"]?.(...ce), e.menuIcon ? f(Ne, {
16770
+ return f(Ce, null, [n["append-inner"]?.(...ce), e.menuIcon ? f(Pe, {
16771
16771
  class: "v-select__menu-icon",
16772
16772
  icon: e.menuIcon
16773
16773
  }, null) : void 0]);
@@ -16876,7 +16876,7 @@ const iw = U({
16876
16876
  T ? (B = new ResizeObserver(k), B.observe(S.value)) : B?.disconnect();
16877
16877
  }), gt(() => {
16878
16878
  B?.disconnect();
16879
- }), we(() => {
16879
+ }), be(() => {
16880
16880
  const T = !!(o.counter || e.counter || e.counterValue), x = !!(T || o.details), [R, j] = jr(n), {
16881
16881
  modelValue: ee,
16882
16882
  ...ie
@@ -16986,7 +16986,7 @@ const iw = U({
16986
16986
  let {
16987
16987
  slots: n
16988
16988
  } = t;
16989
- return we(() => {
16989
+ return be(() => {
16990
16990
  const l = !!(n.default || n.text || e.text);
16991
16991
  return f(e.tag, {
16992
16992
  class: ["v-toolbar-title", e.class],
@@ -17038,7 +17038,7 @@ const iw = U({
17038
17038
  const {
17039
17039
  backgroundColorClasses: l,
17040
17040
  backgroundColorStyles: o
17041
- } = pt(ue(e, "color")), {
17041
+ } = pt(se(e, "color")), {
17042
17042
  borderClasses: a
17043
17043
  } = jn(e), {
17044
17044
  elevationClasses: i
@@ -17053,7 +17053,7 @@ const iw = U({
17053
17053
  VBtn: {
17054
17054
  variant: "text"
17055
17055
  }
17056
- }), we(() => {
17056
+ }), be(() => {
17057
17057
  const m = !!(e.title || n.title), h = !!(n.image || e.image), g = n.extension?.();
17058
17058
  return d.value = !!(e.extended || g), f(e.tag, {
17059
17059
  class: ["v-toolbar", {
@@ -17157,7 +17157,7 @@ const iw = U({
17157
17157
  } = Fo(), a = Mt(), i = y(() => e.id || `v-tooltip-${a}`), r = Z(), s = y(() => e.location.split(" ").length > 1 ? e.location : e.location + " center"), c = y(() => e.origin === "auto" || e.origin === "overlap" || e.origin.split(" ").length > 1 || e.location.split(" ").length > 1 ? e.origin : e.origin + " center"), d = y(() => e.transition ? e.transition : l.value ? "scale-transition" : "fade-transition"), u = y(() => ve({
17158
17158
  "aria-describedby": i.value
17159
17159
  }, e.activatorProps));
17160
- return we(() => {
17160
+ return be(() => {
17161
17161
  const v = jl.filterProps(e);
17162
17162
  return f(jl, ve({
17163
17163
  ref: r,
@@ -17470,13 +17470,13 @@ const iw = U({
17470
17470
  default: L(() => [
17471
17471
  f(lr, null, {
17472
17472
  default: L(() => [
17473
- be("Close Viewer?")
17473
+ we("Close Viewer?")
17474
17474
  ]),
17475
17475
  _: 1
17476
17476
  }),
17477
17477
  f(or, null, {
17478
17478
  default: L(() => [
17479
- be("Are you sure you want to close the Online Viewer?")
17479
+ we("Are you sure you want to close the Online Viewer?")
17480
17480
  ]),
17481
17481
  _: 1
17482
17482
  }),
@@ -17488,7 +17488,7 @@ const iw = U({
17488
17488
  onClick: I[0] || (I[0] = (F) => B.value = !1)
17489
17489
  }, {
17490
17490
  default: L(() => [
17491
- be(" Cancel ")
17491
+ we(" Cancel ")
17492
17492
  ]),
17493
17493
  _: 1
17494
17494
  }),
@@ -17498,7 +17498,7 @@ const iw = U({
17498
17498
  onClick: ce
17499
17499
  }, {
17500
17500
  default: L(() => [
17501
- be(" Close without saving ")
17501
+ we(" Close without saving ")
17502
17502
  ]),
17503
17503
  _: 1
17504
17504
  }),
@@ -17507,7 +17507,7 @@ const iw = U({
17507
17507
  onClick: ce
17508
17508
  }, {
17509
17509
  default: L(() => [
17510
- be(" Save Session ")
17510
+ we(" Save Session ")
17511
17511
  ]),
17512
17512
  _: 1
17513
17513
  })
@@ -17544,15 +17544,15 @@ const iw = U({
17544
17544
  class: "mr-2"
17545
17545
  }), {
17546
17546
  prepend: L(() => [
17547
- f(Ne, null, {
17547
+ f(Pe, null, {
17548
17548
  default: L(() => [
17549
- be("description")
17549
+ we("description")
17550
17550
  ]),
17551
17551
  _: 1
17552
17552
  })
17553
17553
  ]),
17554
17554
  default: L(() => [
17555
- be(" File ")
17555
+ we(" File ")
17556
17556
  ]),
17557
17557
  _: 2
17558
17558
  }, 1040, ["color"])
@@ -17564,9 +17564,9 @@ const iw = U({
17564
17564
  default: L(() => [
17565
17565
  f(zt, { disabled: "" }, {
17566
17566
  prepend: L(() => [
17567
- f(Ne, null, {
17567
+ f(Pe, null, {
17568
17568
  default: L(() => [
17569
- be(" upload ")
17569
+ we(" upload ")
17570
17570
  ]),
17571
17571
  _: 1
17572
17572
  })
@@ -17574,13 +17574,13 @@ const iw = U({
17574
17574
  default: L(() => [
17575
17575
  f(Al, null, {
17576
17576
  default: L(() => [
17577
- be("Load New DICOM Series "),
17577
+ we("Load New DICOM Series "),
17578
17578
  f(ia, {
17579
17579
  "x-small": "",
17580
17580
  color: "success"
17581
17581
  }, {
17582
17582
  default: L(() => [
17583
- be("Coming Soon")
17583
+ we("Coming Soon")
17584
17584
  ]),
17585
17585
  _: 1
17586
17586
  })
@@ -17592,9 +17592,9 @@ const iw = U({
17592
17592
  }),
17593
17593
  f(zt, { disabled: "" }, {
17594
17594
  prepend: L(() => [
17595
- f(Ne, null, {
17595
+ f(Pe, null, {
17596
17596
  default: L(() => [
17597
- be(" sync ")
17597
+ we(" sync ")
17598
17598
  ]),
17599
17599
  _: 1
17600
17600
  })
@@ -17602,13 +17602,13 @@ const iw = U({
17602
17602
  default: L(() => [
17603
17603
  f(Al, null, {
17604
17604
  default: L(() => [
17605
- be("Load Saved Session "),
17605
+ we("Load Saved Session "),
17606
17606
  f(ia, {
17607
17607
  "x-small": "",
17608
17608
  color: "success"
17609
17609
  }, {
17610
17610
  default: L(() => [
17611
- be("Coming Soon")
17611
+ we("Coming Soon")
17612
17612
  ]),
17613
17613
  _: 1
17614
17614
  })
@@ -17620,9 +17620,9 @@ const iw = U({
17620
17620
  }),
17621
17621
  f(zt, { disabled: "" }, {
17622
17622
  prepend: L(() => [
17623
- f(Ne, null, {
17623
+ f(Pe, null, {
17624
17624
  default: L(() => [
17625
- be(" share ")
17625
+ we(" share ")
17626
17626
  ]),
17627
17627
  _: 1
17628
17628
  })
@@ -17630,13 +17630,13 @@ const iw = U({
17630
17630
  default: L(() => [
17631
17631
  f(Al, null, {
17632
17632
  default: L(() => [
17633
- be("Share "),
17633
+ we("Share "),
17634
17634
  f(ia, {
17635
17635
  "x-small": "",
17636
17636
  color: "success"
17637
17637
  }, {
17638
17638
  default: L(() => [
17639
- be("Coming Soon")
17639
+ we("Coming Soon")
17640
17640
  ]),
17641
17641
  _: 1
17642
17642
  })
@@ -17650,9 +17650,9 @@ const iw = U({
17650
17650
  onClick: I[2] || (I[2] = (F) => Ee(!1))
17651
17651
  }, {
17652
17652
  prepend: L(() => [
17653
- f(Ne, null, {
17653
+ f(Pe, null, {
17654
17654
  default: L(() => [
17655
- be(" close ")
17655
+ we(" close ")
17656
17656
  ]),
17657
17657
  _: 1
17658
17658
  })
@@ -17660,7 +17660,7 @@ const iw = U({
17660
17660
  default: L(() => [
17661
17661
  f(Al, null, {
17662
17662
  default: L(() => [
17663
- be("Close Viewer")
17663
+ we("Close Viewer")
17664
17664
  ]),
17665
17665
  _: 1
17666
17666
  })
@@ -17687,15 +17687,15 @@ const iw = U({
17687
17687
  color: de ? "secondary" : "primary"
17688
17688
  }), {
17689
17689
  prepend: L(() => [
17690
- f(Ne, null, {
17690
+ f(Pe, null, {
17691
17691
  default: L(() => [
17692
- be("settings")
17692
+ we("settings")
17693
17693
  ]),
17694
17694
  _: 1
17695
17695
  })
17696
17696
  ]),
17697
17697
  default: L(() => [
17698
- be(" Settings ")
17698
+ we(" Settings ")
17699
17699
  ]),
17700
17700
  _: 2
17701
17701
  }, 1040, ["color"])
@@ -17751,9 +17751,9 @@ const iw = U({
17751
17751
  onClick: I[7] || (I[7] = (F) => je("lo_02"))
17752
17752
  }, {
17753
17753
  default: L(() => [
17754
- f(Ne, null, {
17754
+ f(Pe, null, {
17755
17755
  default: L(() => [
17756
- be("grid_view")
17756
+ we("grid_view")
17757
17757
  ]),
17758
17758
  _: 1
17759
17759
  })
@@ -17768,9 +17768,9 @@ const iw = U({
17768
17768
  onClick: I[8] || (I[8] = (F) => je("lo_03"))
17769
17769
  }, {
17770
17770
  default: L(() => [
17771
- f(Ne, { style: { rotate: "-90deg" } }, {
17771
+ f(Pe, { style: { rotate: "-90deg" } }, {
17772
17772
  default: L(() => [
17773
- be("view_comfy")
17773
+ we("view_comfy")
17774
17774
  ]),
17775
17775
  _: 1
17776
17776
  })
@@ -17784,7 +17784,7 @@ const iw = U({
17784
17784
  onClick: I[9] || (I[9] = (F) => Ee(!1))
17785
17785
  }, {
17786
17786
  default: L(() => [
17787
- be("Close Viewer")
17787
+ we("Close Viewer")
17788
17788
  ]),
17789
17789
  _: 1
17790
17790
  })
@@ -17825,11 +17825,11 @@ const iw = U({
17825
17825
  right: "",
17826
17826
  key: de
17827
17827
  }, {
17828
- activator: L(({ props: se }) => [
17828
+ activator: L(({ props: ue }) => [
17829
17829
  f(zt, ve({
17830
17830
  class: ["px-2", [s.value && "py-1"]],
17831
17831
  target: "_blank"
17832
- }, se, {
17832
+ }, ue, {
17833
17833
  disabled: !(d.value && !c.value),
17834
17834
  onClick: (Oe) => F.click()
17835
17835
  }), {
@@ -17838,12 +17838,12 @@ const iw = U({
17838
17838
  class: Tl([s.value && "mx-auto"]),
17839
17839
  style: An(s.value && "margin-left: 7px !important; margin-right: 7px !important;")
17840
17840
  }, [
17841
- f(Ne, {
17841
+ f(Pe, {
17842
17842
  large: s.value,
17843
17843
  color: F.color
17844
17844
  }, {
17845
17845
  default: L(() => [
17846
- be(Je(F.icon || "radio_button_checked"), 1)
17846
+ we(Je(F.icon || "radio_button_checked"), 1)
17847
17847
  ]),
17848
17848
  _: 2
17849
17849
  }, 1032, ["large", "color"])
@@ -17852,7 +17852,7 @@ const iw = U({
17852
17852
  default: L(() => [
17853
17853
  s.value ? it("", !0) : (Ie(), ot(Al, { key: 0 }, {
17854
17854
  default: L(() => [
17855
- be(Je(F.text), 1)
17855
+ we(Je(F.text), 1)
17856
17856
  ]),
17857
17857
  _: 2
17858
17858
  }, 1024))
@@ -17861,7 +17861,7 @@ const iw = U({
17861
17861
  }, 1040, ["class", "disabled", "onClick"])
17862
17862
  ]),
17863
17863
  default: L(() => [
17864
- be(" " + Je(F.text), 1)
17864
+ we(" " + Je(F.text), 1)
17865
17865
  ]),
17866
17866
  _: 2
17867
17867
  }, 1024))), 128))
@@ -17876,11 +17876,11 @@ const iw = U({
17876
17876
  right: "",
17877
17877
  key: F.text
17878
17878
  }, {
17879
- activator: L(({ props: se }) => [
17879
+ activator: L(({ props: ue }) => [
17880
17880
  f(zt, ve({
17881
17881
  disabled: !(d.value && !c.value),
17882
17882
  class: "px-2 py-1"
17883
- }, se, {
17883
+ }, ue, {
17884
17884
  onClick: (Oe) => {
17885
17885
  h.value = de, s.value = !1;
17886
17886
  }
@@ -17891,9 +17891,9 @@ const iw = U({
17891
17891
  style: { "margin-left": "7px !important", "margin-right": "7px !important" }
17892
17892
  }, {
17893
17893
  default: L(() => [
17894
- f(Ne, { large: "" }, {
17894
+ f(Pe, { large: "" }, {
17895
17895
  default: L(() => [
17896
- be(Je(F.icon || "radio_button_checked"), 1)
17896
+ we(Je(F.icon || "radio_button_checked"), 1)
17897
17897
  ]),
17898
17898
  _: 2
17899
17899
  }, 1024)
@@ -17905,7 +17905,7 @@ const iw = U({
17905
17905
  }, 1040, ["disabled", "onClick"])
17906
17906
  ]),
17907
17907
  default: L(() => [
17908
- be(" " + Je(F.tooltip), 1)
17908
+ we(" " + Je(F.tooltip), 1)
17909
17909
  ]),
17910
17910
  _: 2
17911
17911
  }, 1024))), 128))
@@ -17965,18 +17965,18 @@ const iw = U({
17965
17965
  lines: "three",
17966
17966
  onMousedown: I[12] || (I[12] = ru(() => {
17967
17967
  }, ["prevent"])),
17968
- onClick: (se) => It(fe(no).pr01, de.raw)
17968
+ onClick: (ue) => It(fe(no).pr01, de.raw)
17969
17969
  }), {
17970
17970
  prepend: L(() => [
17971
- f(Ne, {
17971
+ f(Pe, {
17972
17972
  icon: (de.raw.Name, void 0)
17973
17973
  }, null, 8, ["icon"])
17974
17974
  ]),
17975
17975
  subtitle: L(() => [
17976
- be(" Skin Density: "),
17976
+ we(" Skin Density: "),
17977
17977
  _e("span", bw, Je(de.raw.Lower), 1),
17978
17978
  f(el),
17979
- be(" Bone Density: "),
17979
+ we(" Bone Density: "),
17980
17980
  _e("span", ww, Je(de.raw.Upper), 1)
17981
17981
  ]),
17982
17982
  _: 2
@@ -18059,9 +18059,9 @@ const iw = U({
18059
18059
  onClick: I[20] || (I[20] = (F) => s.value = !s.value)
18060
18060
  }, {
18061
18061
  default: L(() => [
18062
- f(Ne, null, {
18062
+ f(Pe, null, {
18063
18063
  default: L(() => [
18064
- be(Je(s.value ? "chevron_right" : "chevron_left"), 1)
18064
+ we(Je(s.value ? "chevron_right" : "chevron_left"), 1)
18065
18065
  ]),
18066
18066
  _: 1
18067
18067
  })
@@ -18095,41 +18095,35 @@ const iw = U({
18095
18095
  _e("div", Cw, [
18096
18096
  qe(_e("div", Vw, [
18097
18097
  u.value.Layout.PositionData.length !== 1 ? (Ie(), Ue("div", Sw, [
18098
- f(Un, { top: "" }, {
18099
- activator: L(({ props: se }) => [
18100
- f(ft, ve({ class: "transparent icon" }, se, {
18101
- icon: "",
18102
- onClick: (Oe) => q(F.DefaultView)
18103
- }), {
18104
- default: L(() => [
18105
- f(Ne, { color: "white" }, {
18106
- default: L(() => [
18107
- be("fullscreen")
18108
- ]),
18109
- _: 1
18110
- })
18111
- ]),
18112
- _: 2
18113
- }, 1040, ["onClick"])
18114
- ]),
18098
+ f(ft, {
18099
+ class: "transparent icon",
18100
+ icon: "fullscreen",
18101
+ color: "white",
18102
+ onClick: (ue) => q(F.DefaultView)
18103
+ }, null, 8, ["onClick"]),
18104
+ f(Un, {
18105
+ target: "cursor",
18106
+ location: "top",
18107
+ activator: "parent"
18108
+ }, {
18115
18109
  default: L(() => [
18116
- be(" Make " + Je(G(Y(F))) + " fullscreen ", 1)
18110
+ we(" Make " + Je(G(Y(F))) + " fullscreen ", 1)
18117
18111
  ]),
18118
18112
  _: 2
18119
18113
  }, 1024)
18120
18114
  ])) : it("", !0),
18121
18115
  u.value.Layout.PositionData.length === 1 ? (Ie(), Ue("div", Ow, [
18122
18116
  f(Un, { top: "" }, {
18123
- activator: L(({ props: se }) => [
18124
- f(ft, ve(se, {
18117
+ activator: L(({ props: ue }) => [
18118
+ f(ft, ve(ue, {
18125
18119
  icon: "",
18126
18120
  class: "transparent icon",
18127
18121
  onClick: I[21] || (I[21] = (Oe) => je(g.value))
18128
18122
  }), {
18129
18123
  default: L(() => [
18130
- f(Ne, { color: "white" }, {
18124
+ f(Pe, { color: "white" }, {
18131
18125
  default: L(() => [
18132
- be("fullscreen_exit")
18126
+ we("fullscreen_exit")
18133
18127
  ]),
18134
18128
  _: 1
18135
18129
  })
@@ -18138,15 +18132,15 @@ const iw = U({
18138
18132
  }, 1040)
18139
18133
  ]),
18140
18134
  default: L(() => [
18141
- be(" Exit Fullscreen View ")
18135
+ we(" Exit Fullscreen View ")
18142
18136
  ]),
18143
18137
  _: 1
18144
18138
  })
18145
18139
  ])) : it("", !0),
18146
18140
  Y(F) === fe(Et).Volume ? (Ie(), Ue("div", Iw, [
18147
18141
  f(Un, { top: "" }, {
18148
- activator: L(({ props: se }) => [
18149
- f(ft, ve(se, {
18142
+ activator: L(({ props: ue }) => [
18143
+ f(ft, ve(ue, {
18150
18144
  icon: "",
18151
18145
  class: "transparent icon",
18152
18146
  onClick: I[22] || (I[22] = (Oe) => {
@@ -18154,9 +18148,9 @@ const iw = U({
18154
18148
  })
18155
18149
  }), {
18156
18150
  default: L(() => [
18157
- f(Ne, { color: "white" }, {
18151
+ f(Pe, { color: "white" }, {
18158
18152
  default: L(() => [
18159
- be("home")
18153
+ we("home")
18160
18154
  ]),
18161
18155
  _: 1
18162
18156
  })
@@ -18165,7 +18159,7 @@ const iw = U({
18165
18159
  }, 1040)
18166
18160
  ]),
18167
18161
  default: L(() => [
18168
- be(" Reset volume to default view ")
18162
+ we(" Reset volume to default view ")
18169
18163
  ]),
18170
18164
  _: 1
18171
18165
  })
@@ -18175,17 +18169,17 @@ const iw = U({
18175
18169
  "close-on-content-click": !1,
18176
18170
  "close-on-click": !0
18177
18171
  }, {
18178
- activator: L(({ props: se }) => [
18172
+ activator: L(({ props: ue }) => [
18179
18173
  f(Un, { top: "" }, {
18180
18174
  activator: L(({ props: Oe }) => [
18181
- f(ft, ve({ ...Oe, ...se }, {
18175
+ f(ft, ve({ ...Oe, ...ue }, {
18182
18176
  icon: "",
18183
18177
  class: "icon transparent"
18184
18178
  }), {
18185
18179
  default: L(() => [
18186
- f(Ne, { color: "white" }, {
18180
+ f(Pe, { color: "white" }, {
18187
18181
  default: L(() => [
18188
- be("cut")
18182
+ we("cut")
18189
18183
  ]),
18190
18184
  _: 1
18191
18185
  })
@@ -18194,7 +18188,7 @@ const iw = U({
18194
18188
  }, 1040)
18195
18189
  ]),
18196
18190
  default: L(() => [
18197
- be(" Slice the 3D Volume ")
18191
+ we(" Slice the 3D Volume ")
18198
18192
  ]),
18199
18193
  _: 2
18200
18194
  }, 1024)
@@ -18207,23 +18201,23 @@ const iw = U({
18207
18201
  default: L(() => [
18208
18202
  f(lr, null, {
18209
18203
  default: L(() => [
18210
- be("Slice into the 3D Volume")
18204
+ we("Slice into the 3D Volume")
18211
18205
  ]),
18212
18206
  _: 1
18213
18207
  }),
18214
18208
  f(_l, ve({
18215
18209
  modelValue: R.value,
18216
- "onUpdate:modelValue": I[23] || (I[23] = (se) => R.value = se),
18210
+ "onUpdate:modelValue": I[23] || (I[23] = (ue) => R.value = ue),
18217
18211
  label: "Transverse"
18218
18212
  }, P.value), null, 16, ["modelValue"]),
18219
18213
  f(_l, ve({
18220
18214
  modelValue: j.value,
18221
- "onUpdate:modelValue": I[24] || (I[24] = (se) => j.value = se),
18215
+ "onUpdate:modelValue": I[24] || (I[24] = (ue) => j.value = ue),
18222
18216
  label: "Sagittal"
18223
18217
  }, z.value), null, 16, ["modelValue"]),
18224
18218
  f(_l, ve({
18225
18219
  modelValue: ee.value,
18226
- "onUpdate:modelValue": I[25] || (I[25] = (se) => ee.value = se),
18220
+ "onUpdate:modelValue": I[25] || (I[25] = (ue) => ee.value = ue),
18227
18221
  label: "Coronal"
18228
18222
  }, N.value), null, 16, ["modelValue"])
18229
18223
  ]),
@@ -18240,17 +18234,17 @@ const iw = U({
18240
18234
  "offset-overflow": "",
18241
18235
  top: ""
18242
18236
  }, {
18243
- activator: L(({ props: se }) => [
18237
+ activator: L(({ props: ue }) => [
18244
18238
  f(Un, { top: "" }, {
18245
18239
  activator: L(({ props: Oe }) => [
18246
- f(ft, ve({ ...se, ...Oe }, {
18240
+ f(ft, ve({ ...ue, ...Oe }, {
18247
18241
  icon: "",
18248
18242
  class: "icon transparent"
18249
18243
  }), {
18250
18244
  default: L(() => [
18251
- f(Ne, { color: "white" }, {
18245
+ f(Pe, { color: "white" }, {
18252
18246
  default: L(() => [
18253
- be("360")
18247
+ we("360")
18254
18248
  ]),
18255
18249
  _: 1
18256
18250
  })
@@ -18259,7 +18253,7 @@ const iw = U({
18259
18253
  }, 1040)
18260
18254
  ]),
18261
18255
  default: L(() => [
18262
- be(" Rotate " + Je(G(Y(F))) + " by an angle ", 1)
18256
+ we(" Rotate " + Je(G(Y(F))) + " by an angle ", 1)
18263
18257
  ]),
18264
18258
  _: 2
18265
18259
  }, 1024)
@@ -18273,7 +18267,7 @@ const iw = U({
18273
18267
  default: L(() => [
18274
18268
  f(ns, null, {
18275
18269
  default: L(() => [
18276
- be("Rotate " + Je(G(Y(F))) + " by an angle", 1)
18270
+ we("Rotate " + Je(G(Y(F))) + " by an angle", 1)
18277
18271
  ]),
18278
18272
  _: 2
18279
18273
  }, 1024),
@@ -18283,7 +18277,7 @@ const iw = U({
18283
18277
  "hide-details": "",
18284
18278
  outlined: "",
18285
18279
  modelValue: S.value,
18286
- "onUpdate:modelValue": I[26] || (I[26] = (se) => S.value = se),
18280
+ "onUpdate:modelValue": I[26] || (I[26] = (ue) => S.value = ue),
18287
18281
  type: "number",
18288
18282
  suffix: "deg"
18289
18283
  }, null, 8, ["modelValue"])
@@ -18295,10 +18289,10 @@ const iw = U({
18295
18289
  f(el),
18296
18290
  f(ft, {
18297
18291
  color: "primary",
18298
- onClick: (se) => M(Y(F), S.value)
18292
+ onClick: (ue) => M(Y(F), S.value)
18299
18293
  }, {
18300
18294
  default: L(() => [
18301
- be("Rotate")
18295
+ we("Rotate")
18302
18296
  ]),
18303
18297
  _: 2
18304
18298
  }, 1032, ["onClick"])
@@ -18319,17 +18313,17 @@ const iw = U({
18319
18313
  Y(F) === fe(Et).Transverse ? (Ie(), ot(xi, ve({
18320
18314
  key: 0,
18321
18315
  value: u.value.Orientations.Transverse.Slice,
18322
- "onUpdate:value": I[27] || (I[27] = (se) => u.value.Orientations.Transverse.Slice = se)
18316
+ "onUpdate:value": I[27] || (I[27] = (ue) => u.value.Orientations.Transverse.Slice = ue)
18323
18317
  }, P.value), null, 16, ["value"])) : it("", !0),
18324
18318
  Y(F) === fe(Et).Coronal ? (Ie(), ot(xi, ve({
18325
18319
  key: 1,
18326
18320
  value: u.value.Orientations.Coronal.Slice,
18327
- "onUpdate:value": I[28] || (I[28] = (se) => u.value.Orientations.Coronal.Slice = se)
18321
+ "onUpdate:value": I[28] || (I[28] = (ue) => u.value.Orientations.Coronal.Slice = ue)
18328
18322
  }, N.value), null, 16, ["value"])) : it("", !0),
18329
18323
  Y(F) === fe(Et).Sagittal ? (Ie(), ot(xi, ve({
18330
18324
  key: 2,
18331
18325
  value: u.value.Orientations.Sagittal.Slice,
18332
- "onUpdate:value": I[29] || (I[29] = (se) => u.value.Orientations.Sagittal.Slice = se)
18326
+ "onUpdate:value": I[29] || (I[29] = (ue) => u.value.Orientations.Sagittal.Slice = ue)
18333
18327
  }, z.value), null, 16, ["value"])) : it("", !0)
18334
18328
  ])) : it("", !0),
18335
18329
  de ? (Ie(), Ue("div", Dw, [
@@ -18391,7 +18385,7 @@ const iw = U({
18391
18385
  } = ib(e), {
18392
18386
  rtlClasses: s
18393
18387
  } = St();
18394
- return we(() => f("div", {
18388
+ return be(() => f("div", {
18395
18389
  ref: r,
18396
18390
  class: ["v-application", l.themeClasses.value, o.value, s.value, e.class],
18397
18391
  style: [e.style]