@quoreadmin/ui 0.24.2 → 0.24.3

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as ue, computed as Z, resolveComponent as H, openBlock as g, createElementBlock as C, normalizeClass as N, renderSlot as $, normalizeProps as Nt, guardReactiveProps as er, createElementVNode as E, createCommentVNode as M, toDisplayString as q, createVNode as T, Transition as qt, withCtx as K, ref as V, getCurrentInstance as di, onMounted as Ze, onUnmounted as Vn, nextTick as Jn, unref as On, inject as sr, cloneVNode as Ob, h as Et, Fragment as ee, provide as si, watchEffect as ot, watch as tt, getCurrentScope as Tb, onScopeDispose as Eb, reactive as Cr, useSlots as Nd, onUpdated as Ib, pushScopeId as p2, popScopeId as m2, mergeProps as O, readonly as Mb, resolveDirective as xt, renderList as ve, withDirectives as De, createBlock as D, shallowRef as Bd, Text as xb, normalizeStyle as Fd, Teleport as Vd, toRef as Ab, isVNode as Pb, createTextVNode as Fe, resolveDynamicComponent as re, vShow as Eo, withKeys as Ct, withModifiers as Re, toHandlerKey as oc, createSlots as Gs, toHandlers as vl, onBeforeUnmount as rs, markRaw as Db, customRef as Lb } from "vue";
1
+ import { defineComponent as ue, computed as z, resolveComponent as H, openBlock as g, createElementBlock as C, normalizeClass as N, renderSlot as $, normalizeProps as Nt, guardReactiveProps as er, createElementVNode as E, createCommentVNode as M, toDisplayString as q, createVNode as T, Transition as qt, withCtx as K, ref as V, getCurrentInstance as di, onMounted as Ze, onUnmounted as Vn, nextTick as Jn, unref as On, inject as sr, cloneVNode as Ob, h as Et, Fragment as ee, provide as si, watchEffect as ot, watch as tt, getCurrentScope as Tb, onScopeDispose as Eb, reactive as Cr, useSlots as Nd, onUpdated as Ib, pushScopeId as p2, popScopeId as m2, mergeProps as O, readonly as Mb, resolveDirective as xt, renderList as ve, withDirectives as De, createBlock as D, shallowRef as Bd, Text as xb, normalizeStyle as Fd, Teleport as Vd, toRef as Ab, isVNode as Pb, createTextVNode as Fe, resolveDynamicComponent as re, vShow as Eo, withKeys as Ct, withModifiers as Re, toHandlerKey as oc, createSlots as Gs, toHandlers as vl, onBeforeUnmount as rs, markRaw as Db, customRef as Lb } from "vue";
2
2
  const Rb = ue({
3
3
  name: "QAccordion",
4
4
  props: {
@@ -35,13 +35,13 @@ const Rb = ue({
35
35
  },
36
36
  emits: ["update:modelValue"],
37
37
  setup(t, { emit: e, slots: n }) {
38
- const r = Z({
38
+ const r = z({
39
39
  get: () => !!t.modelValue,
40
40
  set: (u) => e("update:modelValue", u)
41
- }), i = Z(() => !!n.text), o = Z(() => {
41
+ }), i = z(() => !!n.text), o = z(() => {
42
42
  const u = r.value ? "Hide" : "Show";
43
43
  return s.value ? u : t.triggerText;
44
- }), s = Z(() => t.variant === "bubble"), a = Z(() => [
44
+ }), s = z(() => t.variant === "bubble"), a = z(() => [
45
45
  "leading-normal font-bold",
46
46
  {
47
47
  "text-md": t.variant === "white"
@@ -241,9 +241,9 @@ const $U = /* @__PURE__ */ we(Zb, [["render", Ub], ["__scopeId", "data-v-8edf76b
241
241
  }
242
242
  },
243
243
  setup(t, e) {
244
- const n = Z(function() {
244
+ const n = z(function() {
245
245
  return t.color ? `bg-${t.color}` : "";
246
- }), r = Z(function() {
246
+ }), r = z(function() {
247
247
  return !!e.slots.icon;
248
248
  });
249
249
  return {
@@ -611,15 +611,15 @@ class p6 {
611
611
  y[0] !== !1 ? c[0] - y[0] : 0,
612
612
  y[1] !== !1 ? c[1] - y[1] : 0
613
613
  ];
614
- const b = ac(v, l), S = s ? n : [0, 0];
615
- return v = N1(i, ac(v, o), S), {
614
+ const w = ac(v, l), k = s ? n : [0, 0];
615
+ return v = N1(i, ac(v, o), k), {
616
616
  ...p,
617
617
  intentional: y[0] !== !1 || y[1] !== !1,
618
618
  _initial: o,
619
619
  _movement: m,
620
620
  movement: v,
621
621
  values: e,
622
- offset: N1(i, b, S),
622
+ offset: N1(i, w, k),
623
623
  delta: g5(v, u)
624
624
  };
625
625
  }
@@ -1296,24 +1296,24 @@ let I5 = b5.RenderStrategy, e8 = ue({ props: { as: { type: [Object, String], def
1296
1296
  }
1297
1297
  if (!J6() && W6())
1298
1298
  return () => Et(M5, { ...t, onBeforeEnter: s, onAfterEnter: a, onBeforeLeave: l, onAfterLeave: u }, r);
1299
- let c = V(null), d = Z(() => t.unmount ? qr.Unmount : qr.Hidden);
1299
+ let c = V(null), d = z(() => t.unmount ? qr.Unmount : qr.Hidden);
1300
1300
  i({ el: c, $el: c });
1301
- let { show: f, appear: h } = Q6(), { register: p, unregister: y } = X6(), m = V(f.value ? "visible" : "hidden"), v = { value: !0 }, b = V6(), S = { value: !1 }, w = E5(() => {
1302
- !S.value && m.value !== "hidden" && (m.value = "hidden", y(b), u());
1301
+ let { show: f, appear: h } = Q6(), { register: p, unregister: y } = X6(), m = V(f.value ? "visible" : "hidden"), v = { value: !0 }, w = V6(), k = { value: !1 }, b = E5(() => {
1302
+ !k.value && m.value !== "hidden" && (m.value = "hidden", y(w), u());
1303
1303
  });
1304
1304
  Ze(() => {
1305
- let X = p(b);
1305
+ let X = p(w);
1306
1306
  Vn(X);
1307
1307
  }), ot(() => {
1308
- if (d.value === qr.Hidden && b) {
1308
+ if (d.value === qr.Hidden && w) {
1309
1309
  if (f.value && m.value !== "visible") {
1310
1310
  m.value = "visible";
1311
1311
  return;
1312
1312
  }
1313
- qs(m.value, { hidden: () => y(b), visible: () => p(b) });
1313
+ qs(m.value, { hidden: () => y(w), visible: () => p(w) });
1314
1314
  }
1315
1315
  });
1316
- let x = Ei(t.enter), k = Ei(t.enterFrom), A = Ei(t.enterTo), P = Ei(t.entered), L = Ei(t.leave), z = Ei(t.leaveFrom), W = Ei(t.leaveTo);
1316
+ let x = Ei(t.enter), S = Ei(t.enterFrom), A = Ei(t.enterTo), P = Ei(t.entered), L = Ei(t.leave), j = Ei(t.leaveFrom), W = Ei(t.leaveTo);
1317
1317
  Ze(() => {
1318
1318
  ot(() => {
1319
1319
  if (m.value === "visible") {
@@ -1325,29 +1325,29 @@ let I5 = b5.RenderStrategy, e8 = ue({ props: { as: { type: [Object, String], def
1325
1325
  });
1326
1326
  function U(X) {
1327
1327
  let ae = v.value && !h.value, J = F1(c);
1328
- !J || !(J instanceof HTMLElement) || ae || (S.value = !0, f.value && s(), f.value || l(), X(f.value ? H1(J, x, k, A, P, (oe) => {
1329
- S.value = !1, oe === cc.Finished && a();
1330
- }) : H1(J, L, z, W, P, (oe) => {
1331
- S.value = !1, oe === cc.Finished && (g2(w) || (m.value = "hidden", y(b), u()));
1328
+ !J || !(J instanceof HTMLElement) || ae || (k.value = !0, f.value && s(), f.value || l(), X(f.value ? H1(J, x, S, A, P, (oe) => {
1329
+ k.value = !1, oe === cc.Finished && a();
1330
+ }) : H1(J, L, j, W, P, (oe) => {
1331
+ k.value = !1, oe === cc.Finished && (g2(b) || (m.value = "hidden", y(w), u()));
1332
1332
  })));
1333
1333
  }
1334
1334
  return Ze(() => {
1335
1335
  tt([f], (X, ae, J) => {
1336
1336
  U(J), v.value = !1;
1337
1337
  }, { immediate: !0 });
1338
- }), si(jd, w), U6(Z(() => qs(m.value, { visible: pr.Open, hidden: pr.Closed }) | o.value)), () => {
1339
- let { appear: X, show: ae, enter: J, enterFrom: oe, enterTo: he, entered: Ce, leave: ft, leaveFrom: Pt, leaveTo: bt, ...wt } = t, Tn = { ref: c }, Jt = { ...wt, ...h.value && f.value && j6.isServer ? { class: N([n.class, wt.class, ...x, ...k]) } : {} };
1338
+ }), si(jd, b), U6(z(() => qs(m.value, { visible: pr.Open, hidden: pr.Closed }) | o.value)), () => {
1339
+ let { appear: X, show: ae, enter: J, enterFrom: oe, enterTo: he, entered: Ce, leave: ft, leaveFrom: Pt, leaveTo: bt, ...wt } = t, Tn = { ref: c }, Jt = { ...wt, ...h.value && f.value && j6.isServer ? { class: N([n.class, wt.class, ...x, ...S]) } : {} };
1340
1340
  return w5({ theirProps: Jt, ourProps: Tn, slot: {}, slots: r, attrs: n, features: I5, visible: m.value === "visible", name: "TransitionChild" });
1341
1341
  };
1342
1342
  } }), t8 = e8, M5 = ue({ inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: !0 }, appear: { type: [Boolean], default: !1 }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => !0, afterEnter: () => !0, beforeLeave: () => !0, afterLeave: () => !0 }, setup(t, { emit: e, attrs: n, slots: r }) {
1343
- let i = T5(), o = Z(() => t.show === null && i !== null ? (i.value & pr.Open) === pr.Open : t.show);
1343
+ let i = T5(), o = z(() => t.show === null && i !== null ? (i.value & pr.Open) === pr.Open : t.show);
1344
1344
  ot(() => {
1345
1345
  if (![!0, !1].includes(o.value))
1346
1346
  throw new Error('A <Transition /> is used but it is missing a `:show="true | false"` prop.');
1347
1347
  });
1348
1348
  let s = V(o.value ? "visible" : "hidden"), a = E5(() => {
1349
1349
  s.value = "hidden";
1350
- }), l = V(!0), u = { show: o, appear: Z(() => t.appear || !l.value) };
1350
+ }), l = V(!0), u = { show: o, appear: z(() => t.appear || !l.value) };
1351
1351
  return Ze(() => {
1352
1352
  ot(() => {
1353
1353
  l.value = !1, o.value ? s.value = "visible" : g2(a) || (s.value = "hidden");
@@ -1490,7 +1490,7 @@ function f8() {
1490
1490
  }
1491
1491
  function P5(t) {
1492
1492
  const e = f8();
1493
- return Z(() => (e.value, !!t()));
1493
+ return z(() => (e.value, !!t()));
1494
1494
  }
1495
1495
  function ys(t, e = {}) {
1496
1496
  const { window: n = so } = e, r = P5(() => n && "matchMedia" in n && typeof n.matchMedia == "function");
@@ -1522,7 +1522,7 @@ function h8(t, e = {}) {
1522
1522
  }), c), {});
1523
1523
  function u() {
1524
1524
  const c = Object.keys(t).map((d) => [d, s(d)]);
1525
- return Z(() => c.filter(([, d]) => d.value).map(([d]) => d));
1525
+ return z(() => c.filter(([, d]) => d.value).map(([d]) => d));
1526
1526
  }
1527
1527
  return Object.assign(l, {
1528
1528
  greaterOrEqual: s,
@@ -1554,7 +1554,7 @@ function h8(t, e = {}) {
1554
1554
  current: u,
1555
1555
  active() {
1556
1556
  const c = u();
1557
- return Z(() => c.value.length === 0 ? "" : c.value.at(-1));
1557
+ return z(() => c.value.length === 0 ? "" : c.value.at(-1));
1558
1558
  }
1559
1559
  });
1560
1560
  }
@@ -1565,7 +1565,7 @@ function p8(t, e, n = {}) {
1565
1565
  threshold: o = 0.1,
1566
1566
  window: s = so,
1567
1567
  immediate: a = !0
1568
- } = n, l = P5(() => s && "IntersectionObserver" in s), u = Z(() => {
1568
+ } = n, l = P5(() => s && "IntersectionObserver" in s), u = z(() => {
1569
1569
  const p = ai(t);
1570
1570
  return (Array.isArray(p) ? p : [p]).map(mr).filter(n8);
1571
1571
  });
@@ -1611,31 +1611,31 @@ function m8(t, e = {}) {
1611
1611
  onSwipeStart: o,
1612
1612
  passive: s = !0,
1613
1613
  window: a = so
1614
- } = e, l = Cr({ x: 0, y: 0 }), u = Cr({ x: 0, y: 0 }), c = Z(() => l.x - u.x), d = Z(() => l.y - u.y), { max: f, abs: h } = Math, p = Z(() => f(h(c.value), h(d.value)) >= n), y = V(!1), m = Z(() => p.value ? h(c.value) > h(d.value) ? c.value > 0 ? "left" : "right" : d.value > 0 ? "up" : "down" : "none"), v = (L) => [L.touches[0].clientX, L.touches[0].clientY], b = (L, z) => {
1615
- l.x = L, l.y = z;
1616
- }, S = (L, z) => {
1617
- u.x = L, u.y = z;
1614
+ } = e, l = Cr({ x: 0, y: 0 }), u = Cr({ x: 0, y: 0 }), c = z(() => l.x - u.x), d = z(() => l.y - u.y), { max: f, abs: h } = Math, p = z(() => f(h(c.value), h(d.value)) >= n), y = V(!1), m = z(() => p.value ? h(c.value) > h(d.value) ? c.value > 0 ? "left" : "right" : d.value > 0 ? "up" : "down" : "none"), v = (L) => [L.touches[0].clientX, L.touches[0].clientY], w = (L, j) => {
1615
+ l.x = L, l.y = j;
1616
+ }, k = (L, j) => {
1617
+ u.x = L, u.y = j;
1618
1618
  };
1619
- let w;
1619
+ let b;
1620
1620
  const x = g8(a == null ? void 0 : a.document);
1621
- s ? w = x ? { passive: !0 } : { capture: !1 } : w = x ? { passive: !1, capture: !0 } : { capture: !0 };
1622
- const k = (L) => {
1621
+ s ? b = x ? { passive: !0 } : { capture: !1 } : b = x ? { passive: !1, capture: !0 } : { capture: !0 };
1622
+ const S = (L) => {
1623
1623
  y.value && (i == null || i(L, m.value)), y.value = !1;
1624
1624
  }, A = [
1625
1625
  st(t, "touchstart", (L) => {
1626
1626
  if (L.touches.length !== 1)
1627
1627
  return;
1628
- w.capture && !w.passive && L.preventDefault();
1629
- const [z, W] = v(L);
1630
- b(z, W), S(z, W), o == null || o(L);
1631
- }, w),
1628
+ b.capture && !b.passive && L.preventDefault();
1629
+ const [j, W] = v(L);
1630
+ w(j, W), k(j, W), o == null || o(L);
1631
+ }, b),
1632
1632
  st(t, "touchmove", (L) => {
1633
1633
  if (L.touches.length !== 1)
1634
1634
  return;
1635
- const [z, W] = v(L);
1636
- S(z, W), !y.value && p.value && (y.value = !0), y.value && (r == null || r(L));
1637
- }, w),
1638
- st(t, ["touchend", "touchcancel"], k, w)
1635
+ const [j, W] = v(L);
1636
+ k(j, W), !y.value && p.value && (y.value = !0), y.value && (r == null || r(L));
1637
+ }, b),
1638
+ st(t, ["touchend", "touchcancel"], S, b)
1639
1639
  ];
1640
1640
  return {
1641
1641
  isPassiveEventSupported: x,
@@ -1666,14 +1666,14 @@ function y8(t = {}) {
1666
1666
  x: V(0),
1667
1667
  y: V(0)
1668
1668
  };
1669
- const r = V(e.scrollX), i = V(e.scrollY), o = Z({
1669
+ const r = V(e.scrollX), i = V(e.scrollY), o = z({
1670
1670
  get() {
1671
1671
  return r.value;
1672
1672
  },
1673
1673
  set(a) {
1674
1674
  scrollTo({ left: a, behavior: n });
1675
1675
  }
1676
- }), s = Z({
1676
+ }), s = z({
1677
1677
  get() {
1678
1678
  return i.value;
1679
1679
  },
@@ -1820,23 +1820,23 @@ function Ud(t) {
1820
1820
  const s = { done: !1, value: e };
1821
1821
  let { stiffness: a, damping: l, mass: u, velocity: c, duration: d, isResolvedFromDuration: f } = D8(o), h = W1, p = W1;
1822
1822
  function y() {
1823
- const m = c ? -(c / 1e3) : 0, v = n - e, b = l / (2 * Math.sqrt(a * u)), S = Math.sqrt(a / u) / 1e3;
1824
- if (i === void 0 && (i = Math.min(Math.abs(n - e) / 100, 0.4)), b < 1) {
1825
- const w = mc(S, b);
1823
+ const m = c ? -(c / 1e3) : 0, v = n - e, w = l / (2 * Math.sqrt(a * u)), k = Math.sqrt(a / u) / 1e3;
1824
+ if (i === void 0 && (i = Math.min(Math.abs(n - e) / 100, 0.4)), w < 1) {
1825
+ const b = mc(k, w);
1826
1826
  h = (x) => {
1827
- const k = Math.exp(-b * S * x);
1828
- return n - k * ((m + b * S * v) / w * Math.sin(w * x) + v * Math.cos(w * x));
1827
+ const S = Math.exp(-w * k * x);
1828
+ return n - S * ((m + w * k * v) / b * Math.sin(b * x) + v * Math.cos(b * x));
1829
1829
  }, p = (x) => {
1830
- const k = Math.exp(-b * S * x);
1831
- return b * S * k * (Math.sin(w * x) * (m + b * S * v) / w + v * Math.cos(w * x)) - k * (Math.cos(w * x) * (m + b * S * v) - w * v * Math.sin(w * x));
1830
+ const S = Math.exp(-w * k * x);
1831
+ return w * k * S * (Math.sin(b * x) * (m + w * k * v) / b + v * Math.cos(b * x)) - S * (Math.cos(b * x) * (m + w * k * v) - b * v * Math.sin(b * x));
1832
1832
  };
1833
- } else if (b === 1)
1834
- h = (w) => n - Math.exp(-S * w) * (v + (m + S * v) * w);
1833
+ } else if (w === 1)
1834
+ h = (b) => n - Math.exp(-k * b) * (v + (m + k * v) * b);
1835
1835
  else {
1836
- const w = S * Math.sqrt(b * b - 1);
1836
+ const b = k * Math.sqrt(w * w - 1);
1837
1837
  h = (x) => {
1838
- const k = Math.exp(-b * S * x), A = Math.min(w * x, 300);
1839
- return n - k * ((m + b * S * v) * Math.sinh(A) + w * v * Math.cosh(A)) / w;
1838
+ const S = Math.exp(-w * k * x), A = Math.min(b * x, 300);
1839
+ return n - S * ((m + w * k * v) * Math.sinh(A) + b * v * Math.cosh(A)) / b;
1840
1840
  };
1841
1841
  }
1842
1842
  }
@@ -1846,8 +1846,8 @@ function Ud(t) {
1846
1846
  if (f)
1847
1847
  s.done = m >= d;
1848
1848
  else {
1849
- const b = p(m) * 1e3, S = Math.abs(b) <= r, w = Math.abs(n - v) <= i;
1850
- s.done = S && w;
1849
+ const w = p(m) * 1e3, k = Math.abs(w) <= r, b = Math.abs(n - v) <= i;
1850
+ s.done = k && b;
1851
1851
  }
1852
1852
  return s.value = s.done ? n : v, s;
1853
1853
  },
@@ -2139,24 +2139,24 @@ const ww = (t) => {
2139
2139
  };
2140
2140
  function i3(t) {
2141
2141
  var e, n, { from: r, autoplay: i = !0, driver: o = ww, elapsed: s = 0, repeat: a = 0, repeatType: l = "loop", repeatDelay: u = 0, onPlay: c, onStop: d, onComplete: f, onRepeat: h, onUpdate: p } = t, y = N5(t, ["from", "autoplay", "driver", "elapsed", "repeat", "repeatType", "repeatDelay", "onPlay", "onStop", "onComplete", "onRepeat", "onUpdate"]);
2142
- let { to: m } = y, v, b = 0, S = y.duration, w, x = !1, k = !0, A;
2142
+ let { to: m } = y, v, w = 0, k = y.duration, b, x = !1, S = !0, A;
2143
2143
  const P = yw(y);
2144
2144
  !((n = (e = P).needsInterpolation) === null || n === void 0) && n.call(e, r, m) && (A = Y5([0, 100], [r, m], {
2145
2145
  clamp: !1
2146
2146
  }), r = 0, m = 100);
2147
2147
  const L = P(Object.assign(Object.assign({}, y), { from: r, to: m }));
2148
- function z() {
2149
- b++, l === "reverse" ? (k = b % 2 === 0, s = vw(s, S, u, k)) : (s = r3(s, S, u), l === "mirror" && L.flipTarget()), x = !1, h && h();
2148
+ function j() {
2149
+ w++, l === "reverse" ? (S = w % 2 === 0, s = vw(s, k, u, S)) : (s = r3(s, k, u), l === "mirror" && L.flipTarget()), x = !1, h && h();
2150
2150
  }
2151
2151
  function W() {
2152
2152
  v.stop(), f && f();
2153
2153
  }
2154
2154
  function U(ae) {
2155
- if (k || (ae = -ae), s += ae, !x) {
2155
+ if (S || (ae = -ae), s += ae, !x) {
2156
2156
  const J = L.next(Math.max(0, s));
2157
- w = J.value, A && (w = A(w)), x = k ? J.done : s <= 0;
2157
+ b = J.value, A && (b = A(b)), x = S ? J.done : s <= 0;
2158
2158
  }
2159
- p == null || p(w), x && (b === 0 && (S ?? (S = s)), b < a ? bw(s, S, u, k) && z() : W());
2159
+ p == null || p(b), x && (w === 0 && (k ?? (k = s)), w < a ? bw(s, k, u, S) && j() : W());
2160
2160
  }
2161
2161
  function X() {
2162
2162
  c == null || c(), v = o(U), v.start();
@@ -2172,35 +2172,35 @@ function o3(t, e) {
2172
2172
  }
2173
2173
  function Cw({ from: t = 0, velocity: e = 0, min: n, max: r, power: i = 0.8, timeConstant: o = 750, bounceStiffness: s = 500, bounceDamping: a = 10, restDelta: l = 1, modifyTarget: u, driver: c, onUpdate: d, onComplete: f, onStop: h }) {
2174
2174
  let p;
2175
- function y(S) {
2176
- return n !== void 0 && S < n || r !== void 0 && S > r;
2175
+ function y(k) {
2176
+ return n !== void 0 && k < n || r !== void 0 && k > r;
2177
2177
  }
2178
- function m(S) {
2179
- return n === void 0 ? r : r === void 0 || Math.abs(n - S) < Math.abs(r - S) ? n : r;
2178
+ function m(k) {
2179
+ return n === void 0 ? r : r === void 0 || Math.abs(n - k) < Math.abs(r - k) ? n : r;
2180
2180
  }
2181
- function v(S) {
2182
- p == null || p.stop(), p = i3(Object.assign(Object.assign({}, S), {
2181
+ function v(k) {
2182
+ p == null || p.stop(), p = i3(Object.assign(Object.assign({}, k), {
2183
2183
  driver: c,
2184
- onUpdate: (w) => {
2184
+ onUpdate: (b) => {
2185
2185
  var x;
2186
- d == null || d(w), (x = S.onUpdate) === null || x === void 0 || x.call(S, w);
2186
+ d == null || d(b), (x = k.onUpdate) === null || x === void 0 || x.call(k, b);
2187
2187
  },
2188
2188
  onComplete: f,
2189
2189
  onStop: h
2190
2190
  }));
2191
2191
  }
2192
- function b(S) {
2193
- v(Object.assign({ type: "spring", stiffness: s, damping: a, restDelta: l }, S));
2192
+ function w(k) {
2193
+ v(Object.assign({ type: "spring", stiffness: s, damping: a, restDelta: l }, k));
2194
2194
  }
2195
2195
  if (y(t))
2196
- b({ from: t, velocity: e, to: m(t) });
2196
+ w({ from: t, velocity: e, to: m(t) });
2197
2197
  else {
2198
- let S = i * e + t;
2199
- typeof u < "u" && (S = u(S));
2200
- const w = m(S), x = w === n ? -1 : 1;
2201
- let k, A;
2198
+ let k = i * e + t;
2199
+ typeof u < "u" && (k = u(k));
2200
+ const b = m(k), x = b === n ? -1 : 1;
2201
+ let S, A;
2202
2202
  const P = (L) => {
2203
- k = A, A = L, e = o3(L - k, $5().delta), (x === 1 && L > w || x === -1 && L < w) && b({ from: L, to: w, velocity: e });
2203
+ S = A, A = L, e = o3(L - S, $5().delta), (x === 1 && L > b || x === -1 && L < b) && w({ from: L, to: b, velocity: e });
2204
2204
  };
2205
2205
  v({
2206
2206
  type: "decay",
@@ -2210,7 +2210,7 @@ function Cw({ from: t = 0, velocity: e = 0, min: n, max: r, power: i = 0.8, time
2210
2210
  power: i,
2211
2211
  restDelta: l,
2212
2212
  modifyTarget: u,
2213
- onUpdate: y(S) ? P : void 0
2213
+ onUpdate: y(k) ? P : void 0
2214
2214
  });
2215
2215
  }
2216
2216
  return {
@@ -2701,10 +2701,10 @@ function e9(t, e = {}, { motionValues: n, push: r, stop: i } = ef()) {
2701
2701
  }
2702
2702
  const tf = typeof window < "u", t9 = () => tf && window.onpointerdown === null, n9 = () => tf && window.ontouchstart === null, r9 = () => tf && window.onmousedown === null;
2703
2703
  function i9({ target: t, state: e, variants: n, apply: r }) {
2704
- const i = On(n), o = V(!1), s = V(!1), a = V(!1), l = Z(() => {
2704
+ const i = On(n), o = V(!1), s = V(!1), a = V(!1), l = z(() => {
2705
2705
  let c = [];
2706
2706
  return i && (i.hovered && (c = [...c, ...Object.keys(i.hovered)]), i.tapped && (c = [...c, ...Object.keys(i.tapped)]), i.focused && (c = [...c, ...Object.keys(i.focused)])), c;
2707
- }), u = Z(() => {
2707
+ }), u = z(() => {
2708
2708
  const c = {};
2709
2709
  Object.assign(c, e.value), o.value && i.hovered && Object.assign(c, i.hovered), s.value && i.tapped && Object.assign(c, i.tapped), a.value && i.focused && Object.assign(c, i.focused);
2710
2710
  for (const d in c)
@@ -2956,7 +2956,7 @@ function of(t, e) {
2956
2956
  function w9(t = {}) {
2957
2957
  const e = On(t), n = V();
2958
2958
  return {
2959
- state: Z(() => {
2959
+ state: z(() => {
2960
2960
  if (n.value)
2961
2961
  return e[n.value];
2962
2962
  }),
@@ -3363,10 +3363,10 @@ ue({
3363
3363
  const e = Nd(), n = Cr({});
3364
3364
  if (!t.is && !e.default)
3365
3365
  return () => Et("div", {});
3366
- const r = Z(() => {
3366
+ const r = z(() => {
3367
3367
  let l;
3368
3368
  return t.preset && (l = Q9[t.preset]), l;
3369
- }), i = Z(() => ({
3369
+ }), i = z(() => ({
3370
3370
  initial: t.initial,
3371
3371
  enter: t.enter,
3372
3372
  leave: t.leave,
@@ -3375,14 +3375,14 @@ ue({
3375
3375
  hovered: t.hovered,
3376
3376
  tapped: t.tapped,
3377
3377
  focused: t.focused
3378
- })), o = Z(() => {
3378
+ })), o = z(() => {
3379
3379
  const l = {
3380
3380
  ...i.value,
3381
3381
  ...r.value || {},
3382
3382
  ...t.variants || {}
3383
3383
  };
3384
3384
  return t.delay && (l.enter.transition = { ...l.enter.transition }, l.enter.transition.delay = parseInt(t.delay)), l;
3385
- }), s = Z(() => {
3385
+ }), s = z(() => {
3386
3386
  if (!t.is)
3387
3387
  return;
3388
3388
  let l = t.is;
@@ -3473,64 +3473,64 @@ const X9 = ue({
3473
3473
  ease: "linear",
3474
3474
  duration: 0,
3475
3475
  delay: 0
3476
- }, d = Z(function() {
3476
+ }, d = z(function() {
3477
3477
  return t.backgroundColor ? `bg-${t.backgroundColor}` : "";
3478
- }), f = Z({
3478
+ }), f = z({
3479
3479
  get: () => t.modelValue,
3480
- set: (k) => e("update:model-value", k)
3481
- }), h = Z(() => t.modelValue ? "z-[201]" : "-z-40"), p = Z(() => !!(n != null && n.headerAction)), y = () => {
3480
+ set: (S) => e("update:model-value", S)
3481
+ }), h = z(() => t.modelValue ? "z-[201]" : "-z-40"), p = z(() => !!(n != null && n.headerAction)), y = () => {
3482
3482
  o.value = window.innerHeight;
3483
3483
  }, m = () => {
3484
- t.allowOnClickOutside && b({ clickOutside: !0 });
3484
+ t.allowOnClickOutside && w({ clickOutside: !0 });
3485
3485
  }, v = () => {
3486
3486
  f.value = !0;
3487
- }, b = async (k = { clickOutside: !1 }) => {
3488
- if (f.value = !1, await Jn(), k.clickOutside) {
3487
+ }, w = async (S = { clickOutside: !1 }) => {
3488
+ if (f.value = !1, await Jn(), S.clickOutside) {
3489
3489
  f.value = !1;
3490
3490
  return;
3491
3491
  }
3492
- }, S = (k) => {
3492
+ }, k = (S) => {
3493
3493
  if (!t.allowDrag)
3494
3494
  return;
3495
3495
  s.value = !1;
3496
- const { dragging: A } = k;
3497
- A ? w(k) : x(k);
3498
- }, w = (k) => {
3499
- if (k.tap)
3496
+ const { dragging: A } = S;
3497
+ A ? b(S) : x(S);
3498
+ }, b = (S) => {
3499
+ if (S.tap)
3500
3500
  return;
3501
3501
  s.value = !0;
3502
3502
  const {
3503
3503
  movement: [, A]
3504
- } = k, P = a.value + A;
3504
+ } = S, P = a.value + A;
3505
3505
  A < -Math.abs(o.value) + o.value / 3 || u("y", P, l, c);
3506
- }, x = (k) => {
3507
- if (k.tap || k.direction[0] === 1 || k.direction[0] === -1)
3506
+ }, x = (S) => {
3507
+ if (S.tap || S.direction[0] === 1 || S.direction[0] === -1)
3508
3508
  return;
3509
3509
  s.value = !1;
3510
3510
  const {
3511
3511
  swipe: [, A],
3512
3512
  movement: [, P]
3513
- } = k;
3513
+ } = S;
3514
3514
  if (A > 0) {
3515
- b();
3515
+ w();
3516
3516
  return;
3517
3517
  } else if (A < 0) {
3518
3518
  v();
3519
3519
  return;
3520
3520
  }
3521
- if (a.value = a.value + P, o.value - a.value > o.value / 3 && k.direction[1] < 0) {
3521
+ if (a.value = a.value + P, o.value - a.value > o.value / 3 && S.direction[1] < 0) {
3522
3522
  v();
3523
3523
  return;
3524
- } else if (k.direction[1] > 0) {
3525
- b();
3524
+ } else if (S.direction[1] > 0) {
3525
+ w();
3526
3526
  return;
3527
3527
  }
3528
3528
  };
3529
3529
  return Vn(() => {
3530
- t.setNoScroll && (document.body.classList.remove("scroll-disabled"), document.documentElement.classList.remove("overscroll-none")), b();
3530
+ t.setNoScroll && (document.body.classList.remove("scroll-disabled"), document.documentElement.classList.remove("overscroll-none")), w();
3531
3531
  }), Ze(() => {
3532
3532
  v(), t.setNoScroll && (document.body.classList.add("scroll-disabled"), document.documentElement.classList.add("overscroll-none")), window.addEventListener("resize", y);
3533
- }), v5(S, {
3533
+ }), v5(k, {
3534
3534
  // domTarget: sheetRef,
3535
3535
  domTarget: i,
3536
3536
  // top portion should be the only part that is draggable
@@ -3549,10 +3549,10 @@ const X9 = ue({
3549
3549
  hasHeaderAction: p,
3550
3550
  // methods
3551
3551
  onClickOutside: m,
3552
- onClose: b,
3552
+ onClose: w,
3553
3553
  onOpen: v,
3554
- dragHandler: S,
3555
- handleDrag: w,
3554
+ dragHandler: k,
3555
+ handleDrag: b,
3556
3556
  handleDragEnd: x
3557
3557
  };
3558
3558
  }
@@ -3675,7 +3675,7 @@ const BU = /* @__PURE__ */ we(X9, [["render", lC], ["__scopeId", "data-v-e040090
3675
3675
  }
3676
3676
  },
3677
3677
  setup(t) {
3678
- const e = Z(() => [
3678
+ const e = z(() => [
3679
3679
  vo + t.size,
3680
3680
  {
3681
3681
  [vo + t.status]: t.status
@@ -3687,7 +3687,7 @@ const BU = /* @__PURE__ */ we(X9, [["render", lC], ["__scopeId", "data-v-e040090
3687
3687
  {
3688
3688
  [vo + "outline"]: !!t.hasOutline || t.status === "secondary"
3689
3689
  }
3690
- ]), n = Z(() => ({
3690
+ ]), n = z(() => ({
3691
3691
  disabled: !!t.disabled,
3692
3692
  "aria-disabled": !!t.disabled
3693
3693
  }));
@@ -3977,8 +3977,8 @@ var I = {
3977
3977
  d.push(f);
3978
3978
  else if (h === "object") {
3979
3979
  var p = Array.isArray(f) ? o(s, f) : Object.entries(f).map(function(y) {
3980
- var m = au(y, 2), v = m[0], b = m[1];
3981
- return s === "style" && (b || b === 0) ? "".concat(v.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), ":").concat(b) : b ? v : void 0;
3980
+ var m = au(y, 2), v = m[0], w = m[1];
3981
+ return s === "style" && (w || w === 0) ? "".concat(v.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), ":").concat(w) : w ? v : void 0;
3982
3982
  });
3983
3983
  d = p.length ? d.concat(p.filter(function(y) {
3984
3984
  return !!y;
@@ -5032,24 +5032,24 @@ function QC(t) {
5032
5032
  }
5033
5033
  var XC = 0;
5034
5034
  function b3(t) {
5035
- var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = V(!1), r = V(t), i = V(null), o = I.isClient() ? window.document : void 0, s = e.document, a = s === void 0 ? o : s, l = e.immediate, u = l === void 0 ? !0 : l, c = e.manual, d = c === void 0 ? !1 : c, f = e.name, h = f === void 0 ? "style_".concat(++XC) : f, p = e.id, y = p === void 0 ? void 0 : p, m = e.media, v = m === void 0 ? void 0 : m, b = e.nonce, S = b === void 0 ? void 0 : b, w = e.props, x = w === void 0 ? {} : w, k = function() {
5036
- }, A = function(z) {
5035
+ var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = V(!1), r = V(t), i = V(null), o = I.isClient() ? window.document : void 0, s = e.document, a = s === void 0 ? o : s, l = e.immediate, u = l === void 0 ? !0 : l, c = e.manual, d = c === void 0 ? !1 : c, f = e.name, h = f === void 0 ? "style_".concat(++XC) : f, p = e.id, y = p === void 0 ? void 0 : p, m = e.media, v = m === void 0 ? void 0 : m, w = e.nonce, k = w === void 0 ? void 0 : w, b = e.props, x = b === void 0 ? {} : b, S = function() {
5036
+ }, A = function(j) {
5037
5037
  var W = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5038
5038
  if (a) {
5039
- var U = ch(ch({}, x), W), X = U.name || h, ae = U.id || y, J = U.nonce || S;
5040
- i.value = a.querySelector('style[data-primevue-style-id="'.concat(X, '"]')) || a.getElementById(ae) || a.createElement("style"), i.value.isConnected || (r.value = z || t, I.setAttributes(i.value, {
5039
+ var U = ch(ch({}, x), W), X = U.name || h, ae = U.id || y, J = U.nonce || k;
5040
+ i.value = a.querySelector('style[data-primevue-style-id="'.concat(X, '"]')) || a.getElementById(ae) || a.createElement("style"), i.value.isConnected || (r.value = j || t, I.setAttributes(i.value, {
5041
5041
  type: "text/css",
5042
5042
  id: ae,
5043
5043
  media: v,
5044
5044
  nonce: J
5045
- }), a.head.appendChild(i.value), I.setAttribute(i.value, "data-primevue-style-id", h), I.setAttributes(i.value, U)), !n.value && (k = tt(r, function(oe) {
5045
+ }), a.head.appendChild(i.value), I.setAttribute(i.value, "data-primevue-style-id", h), I.setAttributes(i.value, U)), !n.value && (S = tt(r, function(oe) {
5046
5046
  i.value.textContent = oe;
5047
5047
  }, {
5048
5048
  immediate: !0
5049
5049
  }), n.value = !0);
5050
5050
  }
5051
5051
  }, P = function() {
5052
- !a || !n.value || (k(), I.isExist(i.value) && a.head.removeChild(i.value), n.value = !1);
5052
+ !a || !n.value || (S(), I.isExist(i.value) && a.head.removeChild(i.value), n.value = !1);
5053
5053
  };
5054
5054
  return u && !d && QC(A), {
5055
5055
  id: y,
@@ -5329,10 +5329,10 @@ var ke = {
5329
5329
  },
5330
5330
  _getPTValue: function() {
5331
5331
  var e, n, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "", s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {}, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = function() {
5332
- var b = ke._getOptionValue.apply(ke, arguments);
5333
- return R.isString(b) || R.isArray(b) ? {
5334
- class: b
5335
- } : b;
5332
+ var w = ke._getOptionValue.apply(ke, arguments);
5333
+ return R.isString(w) || R.isArray(w) ? {
5334
+ class: w
5335
+ } : w;
5336
5336
  }, u = ((e = r.binding) === null || e === void 0 || (e = e.value) === null || e === void 0 ? void 0 : e.ptOptions) || ((n = r.$config) === null || n === void 0 ? void 0 : n.ptOptions) || {}, c = u.mergeSections, d = c === void 0 ? !0 : c, f = u.mergeProps, h = f === void 0 ? !1 : f, p = a ? ke._useDefaultPT(r, r.defaultPT(), l, o, s) : void 0, y = ke._usePT(r, ke._getPT(i, r.$name), l, o, He(He({}, s), {}, {
5337
5337
  global: p || {}
5338
5338
  })), m = ke._getPTDatasets(r, o);
@@ -5414,20 +5414,20 @@ var ke = {
5414
5414
  },
5415
5415
  /* instance's methods */
5416
5416
  ptm: function() {
5417
- var m, v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5418
- return ke._getPTValue(s.$instance, (m = s.$instance) === null || m === void 0 || (m = m.$binding) === null || m === void 0 || (m = m.value) === null || m === void 0 ? void 0 : m.pt, v, He({}, b));
5417
+ var m, v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", w = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5418
+ return ke._getPTValue(s.$instance, (m = s.$instance) === null || m === void 0 || (m = m.$binding) === null || m === void 0 || (m = m.value) === null || m === void 0 ? void 0 : m.pt, v, He({}, w));
5419
5419
  },
5420
5420
  ptmo: function() {
5421
- var m = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, v = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", b = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5422
- return ke._getPTValue(s.$instance, m, v, b, !1);
5421
+ var m = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, v = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", w = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5422
+ return ke._getPTValue(s.$instance, m, v, w, !1);
5423
5423
  },
5424
5424
  cx: function() {
5425
- var m, v, b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", S = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5426
- return (m = s.$instance) !== null && m !== void 0 && m.isUnstyled() ? void 0 : ke._getOptionValue((v = s.$instance) === null || v === void 0 || (v = v.$style) === null || v === void 0 ? void 0 : v.classes, b, He({}, S));
5425
+ var m, v, w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", k = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5426
+ return (m = s.$instance) !== null && m !== void 0 && m.isUnstyled() ? void 0 : ke._getOptionValue((v = s.$instance) === null || v === void 0 || (v = v.$style) === null || v === void 0 ? void 0 : v.classes, w, He({}, k));
5427
5427
  },
5428
5428
  sx: function() {
5429
- var m, v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, S = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5430
- return b ? ke._getOptionValue((m = s.$instance) === null || m === void 0 || (m = m.$style) === null || m === void 0 ? void 0 : m.inlineStyles, v, He({}, S)) : void 0;
5429
+ var m, v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", w = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, k = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5430
+ return w ? ke._getOptionValue((m = s.$instance) === null || m === void 0 || (m = m.$style) === null || m === void 0 ? void 0 : m.inlineStyles, v, He({}, k)) : void 0;
5431
5431
  }
5432
5432
  }, p), s.$instance = s._$instances[e], (c = (d = s.$instance)[o]) === null || c === void 0 || c.call(d, s, a, l, u), s["$".concat(e)] = s.$instance, ke._hook(e, o, s, a, l, u);
5433
5433
  };
@@ -6324,7 +6324,7 @@ const WS = ue({
6324
6324
  emits: ["update:modelValue"],
6325
6325
  setup(t, { emit: e }) {
6326
6326
  return {
6327
- selected: Z({
6327
+ selected: z({
6328
6328
  get: () => t.modelValue,
6329
6329
  set: (r) => {
6330
6330
  const i = !r || Array.isArray(r) && r.length === 0 ? t.modelValue : r;
@@ -6407,10 +6407,10 @@ const FU = /* @__PURE__ */ we(WS, [["render", qS]]), YS = "data:image/svg+xml,%3
6407
6407
  }
6408
6408
  },
6409
6409
  setup(t) {
6410
- const e = Z(() => {
6410
+ const e = z(() => {
6411
6411
  const r = t.type === "outline" || t.type === "fill" ? "-" + t.type : "";
6412
6412
  return `${YS}#icon-${t.icon}${r}`;
6413
- }), n = Z(() => t.customSize && (!!t.width || !!t.height));
6413
+ }), n = z(() => t.customSize && (!!t.width || !!t.height));
6414
6414
  return {
6415
6415
  iconPath: e,
6416
6416
  customizedSize: n
@@ -10452,17 +10452,17 @@ let je = class Ue {
10452
10452
  if (f && c)
10453
10453
  throw new Do("Can't mix ordinal dates with month/day");
10454
10454
  const y = p || o.weekday && !h;
10455
- let m, v, b = xl(l, u);
10456
- y ? (m = tT, v = XO, b = d0(b, s, a)) : c ? (m = nT, v = eT, b = hu(b)) : (m = ky, v = Sy);
10457
- let S = !1;
10458
- for (const z of m) {
10459
- const W = o[z];
10460
- ce(W) ? S ? o[z] = v[z] : o[z] = b[z] : S = !0;
10461
- }
10462
- const w = y ? xk(o, s, a) : c ? Ak(o) : q3(o), x = w || Y3(o);
10455
+ let m, v, w = xl(l, u);
10456
+ y ? (m = tT, v = XO, w = d0(w, s, a)) : c ? (m = nT, v = eT, w = hu(w)) : (m = ky, v = Sy);
10457
+ let k = !1;
10458
+ for (const j of m) {
10459
+ const W = o[j];
10460
+ ce(W) ? k ? o[j] = v[j] : o[j] = w[j] : k = !0;
10461
+ }
10462
+ const b = y ? xk(o, s, a) : c ? Ak(o) : q3(o), x = b || Y3(o);
10463
10463
  if (x)
10464
10464
  return Ue.invalid(x);
10465
- const k = y ? xh(o, s, a) : c ? Ah(o) : o, [A, P] = e0(k, u, r), L = new Ue({
10465
+ const S = y ? xh(o, s, a) : c ? Ah(o) : o, [A, P] = e0(S, u, r), L = new Ue({
10466
10466
  ts: A,
10467
10467
  zone: r,
10468
10468
  o: P,
@@ -12499,22 +12499,22 @@ function NT(t = {}) {
12499
12499
  Ot(t.pluralIndex) && $T(n, l);
12500
12500
  const u = (v) => l[v];
12501
12501
  function c(v) {
12502
- const b = ze(t.messages) ? t.messages(v) : Ie(t.messages) ? t.messages[v] : !1;
12503
- return b || (t.parent ? t.parent.message(v) : AT);
12502
+ const w = ze(t.messages) ? t.messages(v) : Ie(t.messages) ? t.messages[v] : !1;
12503
+ return w || (t.parent ? t.parent.message(v) : AT);
12504
12504
  }
12505
12505
  const d = (v) => t.modifiers ? t.modifiers[v] : xT, f = Te(t.processor) && ze(t.processor.normalize) ? t.processor.normalize : DT, h = Te(t.processor) && ze(t.processor.interpolate) ? t.processor.interpolate : LT, p = Te(t.processor) && ie(t.processor.type) ? t.processor.type : PT, m = {
12506
12506
  list: a,
12507
12507
  named: u,
12508
12508
  plural: o,
12509
- linked: (v, ...b) => {
12510
- const [S, w] = b;
12511
- let x = "text", k = "";
12512
- b.length === 1 ? Ie(S) ? (k = S.modifier || k, x = S.type || x) : ie(S) && (k = S || k) : b.length === 2 && (ie(S) && (k = S || k), ie(w) && (x = w || x));
12509
+ linked: (v, ...w) => {
12510
+ const [k, b] = w;
12511
+ let x = "text", S = "";
12512
+ w.length === 1 ? Ie(k) ? (S = k.modifier || S, x = k.type || x) : ie(k) && (S = k || S) : w.length === 2 && (ie(k) && (S = k || S), ie(b) && (x = b || x));
12513
12513
  const A = c(v)(m), P = (
12514
12514
  // The message in vnode resolved with linked are returned as an array by processor.nomalize
12515
- x === "vnode" && it(A) && k ? A[0] : A
12515
+ x === "vnode" && it(A) && S ? A[0] : A
12516
12516
  );
12517
- return k ? d(k)(P, x) : P;
12517
+ return S ? d(S)(P, x) : P;
12518
12518
  },
12519
12519
  message: c,
12520
12520
  type: p,
@@ -12679,9 +12679,9 @@ const ip = (t) => {
12679
12679
  }, XT = () => Ry;
12680
12680
  let op = 0;
12681
12681
  function eE(t = {}) {
12682
- const e = ze(t.onWarn) ? t.onWarn : cs, n = ie(t.version) ? t.version : UT, r = ie(t.locale) || ze(t.locale) ? t.locale : g0, i = ze(r) ? g0 : r, o = it(t.fallbackLocale) || Te(t.fallbackLocale) || ie(t.fallbackLocale) || t.fallbackLocale === !1 ? t.fallbackLocale : i, s = Te(t.messages) ? t.messages : { [i]: {} }, a = Te(t.datetimeFormats) ? t.datetimeFormats : { [i]: {} }, l = Te(t.numberFormats) ? t.numberFormats : { [i]: {} }, u = It({}, t.modifiers || {}, KT()), c = t.pluralRules || {}, d = ze(t.missing) ? t.missing : null, f = Xe(t.missingWarn) || p0(t.missingWarn) ? t.missingWarn : !0, h = Xe(t.fallbackWarn) || p0(t.fallbackWarn) ? t.fallbackWarn : !0, p = !!t.fallbackFormat, y = !!t.unresolving, m = ze(t.postTranslation) ? t.postTranslation : null, v = Te(t.processor) ? t.processor : null, b = Xe(t.warnHtmlMessage) ? t.warnHtmlMessage : !0, S = !!t.escapeParameter, w = ze(t.messageCompiler) ? t.messageCompiler : GT;
12682
+ const e = ze(t.onWarn) ? t.onWarn : cs, n = ie(t.version) ? t.version : UT, r = ie(t.locale) || ze(t.locale) ? t.locale : g0, i = ze(r) ? g0 : r, o = it(t.fallbackLocale) || Te(t.fallbackLocale) || ie(t.fallbackLocale) || t.fallbackLocale === !1 ? t.fallbackLocale : i, s = Te(t.messages) ? t.messages : { [i]: {} }, a = Te(t.datetimeFormats) ? t.datetimeFormats : { [i]: {} }, l = Te(t.numberFormats) ? t.numberFormats : { [i]: {} }, u = It({}, t.modifiers || {}, KT()), c = t.pluralRules || {}, d = ze(t.missing) ? t.missing : null, f = Xe(t.missingWarn) || p0(t.missingWarn) ? t.missingWarn : !0, h = Xe(t.fallbackWarn) || p0(t.fallbackWarn) ? t.fallbackWarn : !0, p = !!t.fallbackFormat, y = !!t.unresolving, m = ze(t.postTranslation) ? t.postTranslation : null, v = Te(t.processor) ? t.processor : null, w = Xe(t.warnHtmlMessage) ? t.warnHtmlMessage : !0, k = !!t.escapeParameter, b = ze(t.messageCompiler) ? t.messageCompiler : GT;
12683
12683
  process.env.NODE_ENV !== "production" && ze(t.messageCompiler) && pT(eo(Lt.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
12684
- const x = ze(t.messageResolver) ? t.messageResolver : Py || IT, k = ze(t.localeFallbacker) ? t.localeFallbacker : Dy || jT, A = Ie(t.fallbackContext) ? t.fallbackContext : void 0, P = t, L = Ie(P.__datetimeFormatters) ? P.__datetimeFormatters : /* @__PURE__ */ new Map(), z = Ie(P.__numberFormatters) ? P.__numberFormatters : /* @__PURE__ */ new Map(), W = Ie(P.__meta) ? P.__meta : {};
12684
+ const x = ze(t.messageResolver) ? t.messageResolver : Py || IT, S = ze(t.localeFallbacker) ? t.localeFallbacker : Dy || jT, A = Ie(t.fallbackContext) ? t.fallbackContext : void 0, P = t, L = Ie(P.__datetimeFormatters) ? P.__datetimeFormatters : /* @__PURE__ */ new Map(), j = Ie(P.__numberFormatters) ? P.__numberFormatters : /* @__PURE__ */ new Map(), W = Ie(P.__meta) ? P.__meta : {};
12685
12685
  op++;
12686
12686
  const U = {
12687
12687
  version: n,
@@ -12698,16 +12698,16 @@ function eE(t = {}) {
12698
12698
  unresolving: y,
12699
12699
  postTranslation: m,
12700
12700
  processor: v,
12701
- warnHtmlMessage: b,
12702
- escapeParameter: S,
12703
- messageCompiler: w,
12701
+ warnHtmlMessage: w,
12702
+ escapeParameter: k,
12703
+ messageCompiler: b,
12704
12704
  messageResolver: x,
12705
- localeFallbacker: k,
12705
+ localeFallbacker: S,
12706
12706
  fallbackContext: A,
12707
12707
  onWarn: e,
12708
12708
  __meta: W
12709
12709
  };
12710
- return U.datetimeFormats = a, U.numberFormats = l, U.__datetimeFormatters = L, U.__numberFormatters = z, process.env.NODE_ENV !== "production" && (U.__v_emitter = P.__v_emitter != null ? P.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && FT(U, n, W), U;
12710
+ return U.datetimeFormats = a, U.numberFormats = l, U.__datetimeFormatters = L, U.__numberFormatters = j, process.env.NODE_ENV !== "production" && (U.__v_emitter = P.__v_emitter != null ? P.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && FT(U, n, W), U;
12711
12711
  }
12712
12712
  function E2(t, e) {
12713
12713
  return t instanceof RegExp ? t.test(e) : t;
@@ -12740,28 +12740,28 @@ const Wo = (t) => Ie(t) && (t.t === 0 || t.type === 0) && ("b" in t || "body" in
12740
12740
  function ap(t, ...e) {
12741
12741
  const { fallbackFormat: n, postTranslation: r, unresolving: i, messageCompiler: o, fallbackLocale: s, messages: a } = t, [l, u] = Dc(...e), c = Xe(u.missingWarn) ? u.missingWarn : t.missingWarn, d = Xe(u.fallbackWarn) ? u.fallbackWarn : t.fallbackWarn, f = Xe(u.escapeParameter) ? u.escapeParameter : t.escapeParameter, h = !!u.resolvedMessage, p = ie(u.default) || Xe(u.default) ? Xe(u.default) ? o ? l : () => l : u.default : n ? o ? l : () => l : "", y = n || p !== "", m = bf(t, u);
12742
12742
  f && tE(u);
12743
- let [v, b, S] = h ? [
12743
+ let [v, w, k] = h ? [
12744
12744
  l,
12745
12745
  m,
12746
12746
  a[m] || {}
12747
- ] : Ny(t, l, m, s, d, c), w = v, x = l;
12748
- if (!h && !(ie(w) || Wo(w) || mn(w)) && y && (w = p, x = w), !h && (!(ie(w) || Wo(w) || mn(w)) || !ie(b)))
12747
+ ] : Ny(t, l, m, s, d, c), b = v, x = l;
12748
+ if (!h && !(ie(b) || Wo(b) || mn(b)) && y && (b = p, x = b), !h && (!(ie(b) || Wo(b) || mn(b)) || !ie(w)))
12749
12749
  return i ? T2 : l;
12750
- if (process.env.NODE_ENV !== "production" && ie(w) && t.messageCompiler == null)
12750
+ if (process.env.NODE_ENV !== "production" && ie(b) && t.messageCompiler == null)
12751
12751
  return cs(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${l}'.`), l;
12752
- let k = !1;
12752
+ let S = !1;
12753
12753
  const A = () => {
12754
- k = !0;
12755
- }, P = mn(w) ? w : By(t, l, b, w, x, A);
12756
- if (k)
12757
- return w;
12758
- const L = oE(t, b, S, u), z = NT(L), W = nE(t, P, z), U = r ? r(W, l) : W;
12754
+ S = !0;
12755
+ }, P = mn(b) ? b : By(t, l, w, b, x, A);
12756
+ if (S)
12757
+ return b;
12758
+ const L = oE(t, w, k, u), j = NT(L), W = nE(t, P, j), U = r ? r(W, l) : W;
12759
12759
  if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
12760
12760
  const X = {
12761
12761
  timestamp: Date.now(),
12762
- key: ie(l) ? l : mn(w) ? w.key : "",
12763
- locale: b || (mn(w) ? w.locale : ""),
12764
- format: ie(w) ? w : mn(w) ? w.source : "",
12762
+ key: ie(l) ? l : mn(b) ? b.key : "",
12763
+ locale: w || (mn(b) ? b.locale : ""),
12764
+ format: ie(b) ? b : mn(b) ? b.source : "",
12765
12765
  message: U
12766
12766
  };
12767
12767
  X.meta = It({}, t.__meta, /* @__PURE__ */ QT() || {}), VT(X);
@@ -12782,8 +12782,8 @@ function Ny(t, e, n, r, i, o) {
12782
12782
  key: e,
12783
12783
  target: f
12784
12784
  })), process.env.NODE_ENV !== "production" && n !== f) {
12785
- const k = t.__v_emitter;
12786
- k && k.emit("fallback", {
12785
+ const S = t.__v_emitter;
12786
+ S && S.emit("fallback", {
12787
12787
  type: m,
12788
12788
  key: e,
12789
12789
  from: p,
@@ -12792,16 +12792,16 @@ function Ny(t, e, n, r, i, o) {
12792
12792
  });
12793
12793
  }
12794
12794
  d = s[f] || {};
12795
- let b = null, S, w;
12796
- if (process.env.NODE_ENV !== "production" && kr && (b = window.performance.now(), S = "intlify-message-resolve-start", w = "intlify-message-resolve-end", nn && nn(S)), (h = l(d, e)) === null && (h = d[e]), process.env.NODE_ENV !== "production" && kr) {
12797
- const k = window.performance.now(), A = t.__v_emitter;
12798
- A && b && h && A.emit("message-resolve", {
12795
+ let w = null, k, b;
12796
+ if (process.env.NODE_ENV !== "production" && kr && (w = window.performance.now(), k = "intlify-message-resolve-start", b = "intlify-message-resolve-end", nn && nn(k)), (h = l(d, e)) === null && (h = d[e]), process.env.NODE_ENV !== "production" && kr) {
12797
+ const S = window.performance.now(), A = t.__v_emitter;
12798
+ A && w && h && A.emit("message-resolve", {
12799
12799
  type: "message-resolve",
12800
12800
  key: e,
12801
12801
  message: h,
12802
- time: k - b,
12802
+ time: S - w,
12803
12803
  groupId: `${m}:${e}`
12804
- }), S && w && nn && Xi && (nn(w), Xi("intlify message resolve", S, w));
12804
+ }), k && b && nn && Xi && (nn(b), Xi("intlify message resolve", k, b));
12805
12805
  }
12806
12806
  if (ie(h) || Wo(h) || mn(h))
12807
12807
  break;
@@ -12930,32 +12930,32 @@ function up(t, ...e) {
12930
12930
  );
12931
12931
  if (!ie(l) || l === "")
12932
12932
  return new Intl.DateTimeFormat(y, d).format(u);
12933
- let v = {}, b, S = null, w = y, x = null;
12934
- const k = "datetime format";
12933
+ let v = {}, w, k = null, b = y, x = null;
12934
+ const S = "datetime format";
12935
12935
  for (let L = 0; L < m.length; L++) {
12936
- if (b = x = m[L], process.env.NODE_ENV !== "production" && y !== b && E2(h, l) && o(eo(Lt.FALLBACK_TO_DATE_FORMAT, {
12936
+ if (w = x = m[L], process.env.NODE_ENV !== "production" && y !== w && E2(h, l) && o(eo(Lt.FALLBACK_TO_DATE_FORMAT, {
12937
12937
  key: l,
12938
- target: b
12939
- })), process.env.NODE_ENV !== "production" && y !== b) {
12940
- const z = t.__v_emitter;
12941
- z && z.emit("fallback", {
12942
- type: k,
12938
+ target: w
12939
+ })), process.env.NODE_ENV !== "production" && y !== w) {
12940
+ const j = t.__v_emitter;
12941
+ j && j.emit("fallback", {
12942
+ type: S,
12943
12943
  key: l,
12944
- from: w,
12944
+ from: b,
12945
12945
  to: x,
12946
- groupId: `${k}:${l}`
12946
+ groupId: `${S}:${l}`
12947
12947
  });
12948
12948
  }
12949
- if (v = n[b] || {}, S = v[l], Te(S))
12949
+ if (v = n[w] || {}, k = v[l], Te(k))
12950
12950
  break;
12951
- wf(t, l, b, f, k), w = x;
12951
+ wf(t, l, w, f, S), b = x;
12952
12952
  }
12953
- if (!Te(S) || !ie(b))
12953
+ if (!Te(k) || !ie(w))
12954
12954
  return r ? T2 : l;
12955
- let A = `${b}__${l}`;
12955
+ let A = `${w}__${l}`;
12956
12956
  O2(d) || (A = `${A}__${JSON.stringify(d)}`);
12957
12957
  let P = a.get(A);
12958
- return P || (P = new Intl.DateTimeFormat(b, It({}, S, d)), a.set(A, P)), p ? P.formatToParts(u) : P.format(u);
12958
+ return P || (P = new Intl.DateTimeFormat(w, It({}, k, d)), a.set(A, P)), p ? P.formatToParts(u) : P.format(u);
12959
12959
  }
12960
12960
  const Vy = [
12961
12961
  "localeMatcher",
@@ -13024,32 +13024,32 @@ function dp(t, ...e) {
13024
13024
  );
13025
13025
  if (!ie(l) || l === "")
13026
13026
  return new Intl.NumberFormat(y, d).format(u);
13027
- let v = {}, b, S = null, w = y, x = null;
13028
- const k = "number format";
13027
+ let v = {}, w, k = null, b = y, x = null;
13028
+ const S = "number format";
13029
13029
  for (let L = 0; L < m.length; L++) {
13030
- if (b = x = m[L], process.env.NODE_ENV !== "production" && y !== b && E2(h, l) && o(eo(Lt.FALLBACK_TO_NUMBER_FORMAT, {
13030
+ if (w = x = m[L], process.env.NODE_ENV !== "production" && y !== w && E2(h, l) && o(eo(Lt.FALLBACK_TO_NUMBER_FORMAT, {
13031
13031
  key: l,
13032
- target: b
13033
- })), process.env.NODE_ENV !== "production" && y !== b) {
13034
- const z = t.__v_emitter;
13035
- z && z.emit("fallback", {
13036
- type: k,
13032
+ target: w
13033
+ })), process.env.NODE_ENV !== "production" && y !== w) {
13034
+ const j = t.__v_emitter;
13035
+ j && j.emit("fallback", {
13036
+ type: S,
13037
13037
  key: l,
13038
- from: w,
13038
+ from: b,
13039
13039
  to: x,
13040
- groupId: `${k}:${l}`
13040
+ groupId: `${S}:${l}`
13041
13041
  });
13042
13042
  }
13043
- if (v = n[b] || {}, S = v[l], Te(S))
13043
+ if (v = n[w] || {}, k = v[l], Te(k))
13044
13044
  break;
13045
- wf(t, l, b, f, k), w = x;
13045
+ wf(t, l, w, f, S), b = x;
13046
13046
  }
13047
- if (!Te(S) || !ie(b))
13047
+ if (!Te(k) || !ie(w))
13048
13048
  return r ? T2 : l;
13049
- let A = `${b}__${l}`;
13049
+ let A = `${w}__${l}`;
13050
13050
  O2(d) || (A = `${A}__${JSON.stringify(d)}`);
13051
13051
  let P = a.get(A);
13052
- return P || (P = new Intl.NumberFormat(b, It({}, S, d)), a.set(A, P)), p ? P.formatToParts(u) : P.format(u);
13052
+ return P || (P = new Intl.NumberFormat(w, It({}, k, d)), a.set(A, P)), p ? P.formatToParts(u) : P.format(u);
13053
13053
  }
13054
13054
  const Hy = [
13055
13055
  "localeMatcher",
@@ -13260,8 +13260,8 @@ function mE(t = {}, e) {
13260
13260
  // prettier-ignore
13261
13261
  n && a ? n.fallbackLocale.value : ie(t.fallbackLocale) || it(t.fallbackLocale) || Te(t.fallbackLocale) || t.fallbackLocale === !1 ? t.fallbackLocale : l.value
13262
13262
  ), c = s(jy(l.value, t)), d = s(Te(t.datetimeFormats) ? t.datetimeFormats : { [l.value]: {} }), f = s(Te(t.numberFormats) ? t.numberFormats : { [l.value]: {} });
13263
- let h = n ? n.missingWarn : Xe(t.missingWarn) || p0(t.missingWarn) ? t.missingWarn : !0, p = n ? n.fallbackWarn : Xe(t.fallbackWarn) || p0(t.fallbackWarn) ? t.fallbackWarn : !0, y = n ? n.fallbackRoot : Xe(t.fallbackRoot) ? t.fallbackRoot : !0, m = !!t.fallbackFormat, v = ze(t.missing) ? t.missing : null, b = ze(t.missing) ? yp(t.missing) : null, S = ze(t.postTranslation) ? t.postTranslation : null, w = n ? n.warnHtmlMessage : Xe(t.warnHtmlMessage) ? t.warnHtmlMessage : !0, x = !!t.escapeParameter;
13264
- const k = n ? n.modifiers : Te(t.modifiers) ? t.modifiers : {};
13263
+ let h = n ? n.missingWarn : Xe(t.missingWarn) || p0(t.missingWarn) ? t.missingWarn : !0, p = n ? n.fallbackWarn : Xe(t.fallbackWarn) || p0(t.fallbackWarn) ? t.fallbackWarn : !0, y = n ? n.fallbackRoot : Xe(t.fallbackRoot) ? t.fallbackRoot : !0, m = !!t.fallbackFormat, v = ze(t.missing) ? t.missing : null, w = ze(t.missing) ? yp(t.missing) : null, k = ze(t.postTranslation) ? t.postTranslation : null, b = n ? n.warnHtmlMessage : Xe(t.warnHtmlMessage) ? t.warnHtmlMessage : !0, x = !!t.escapeParameter;
13264
+ const S = n ? n.modifiers : Te(t.modifiers) ? t.modifiers : {};
13265
13265
  let A = t.pluralRules || n && n.pluralRules, P;
13266
13266
  P = (() => {
13267
13267
  i && ip(null);
@@ -13270,25 +13270,25 @@ function mE(t = {}, e) {
13270
13270
  locale: l.value,
13271
13271
  fallbackLocale: u.value,
13272
13272
  messages: c.value,
13273
- modifiers: k,
13273
+ modifiers: S,
13274
13274
  pluralRules: A,
13275
- missing: b === null ? void 0 : b,
13275
+ missing: w === null ? void 0 : w,
13276
13276
  missingWarn: h,
13277
13277
  fallbackWarn: p,
13278
13278
  fallbackFormat: m,
13279
13279
  unresolving: !0,
13280
- postTranslation: S === null ? void 0 : S,
13281
- warnHtmlMessage: w,
13280
+ postTranslation: k === null ? void 0 : k,
13281
+ warnHtmlMessage: b,
13282
13282
  escapeParameter: x,
13283
13283
  messageResolver: t.messageResolver,
13284
13284
  messageCompiler: t.messageCompiler,
13285
13285
  __meta: { framework: "vue" }
13286
13286
  };
13287
13287
  B.datetimeFormats = d.value, B.numberFormats = f.value, B.__datetimeFormatters = Te(P) ? P.__datetimeFormatters : void 0, B.__numberFormatters = Te(P) ? P.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (B.__v_emitter = Te(P) ? P.__v_emitter : void 0);
13288
- const j = eE(B);
13289
- return i && ip(j), j;
13288
+ const Z = eE(B);
13289
+ return i && ip(Z), Z;
13290
13290
  })(), ws(P, l.value, u.value);
13291
- function z() {
13291
+ function j() {
13292
13292
  return [
13293
13293
  l.value,
13294
13294
  u.value,
@@ -13297,34 +13297,34 @@ function mE(t = {}, e) {
13297
13297
  f.value
13298
13298
  ];
13299
13299
  }
13300
- const W = Z({
13300
+ const W = z({
13301
13301
  get: () => l.value,
13302
13302
  set: (B) => {
13303
13303
  l.value = B, P.locale = l.value;
13304
13304
  }
13305
- }), U = Z({
13305
+ }), U = z({
13306
13306
  get: () => u.value,
13307
13307
  set: (B) => {
13308
13308
  u.value = B, P.fallbackLocale = u.value, ws(P, l.value, B);
13309
13309
  }
13310
- }), X = Z(() => c.value), ae = /* @__PURE__ */ Z(() => d.value), J = /* @__PURE__ */ Z(() => f.value);
13310
+ }), X = z(() => c.value), ae = /* @__PURE__ */ z(() => d.value), J = /* @__PURE__ */ z(() => f.value);
13311
13311
  function oe() {
13312
- return ze(S) ? S : null;
13312
+ return ze(k) ? k : null;
13313
13313
  }
13314
13314
  function he(B) {
13315
- S = B, P.postTranslation = B;
13315
+ k = B, P.postTranslation = B;
13316
13316
  }
13317
13317
  function Ce() {
13318
13318
  return v;
13319
13319
  }
13320
13320
  function ft(B) {
13321
- B !== null && (b = yp(B)), v = B, P.missing = b;
13321
+ B !== null && (w = yp(B)), v = B, P.missing = w;
13322
13322
  }
13323
- function Pt(B, j) {
13324
- return B !== "translate" || !j.resolvedMessage;
13323
+ function Pt(B, Z) {
13324
+ return B !== "translate" || !Z.resolvedMessage;
13325
13325
  }
13326
- const bt = (B, j, be, Ve, lr, mo) => {
13327
- z();
13326
+ const bt = (B, Z, be, Ve, lr, mo) => {
13327
+ j();
13328
13328
  let Dr;
13329
13329
  try {
13330
13330
  process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, i || (P.fallbackContext = n ? XT() : void 0), Dr = B(P);
@@ -13333,7 +13333,7 @@ function mE(t = {}, e) {
13333
13333
  }
13334
13334
  if (be !== "translate exists" && // for not `te` (e.g `t`)
13335
13335
  Ot(Dr) && Dr === T2 || be === "translate exists" && !Dr) {
13336
- const [ur, F] = j();
13336
+ const [ur, F] = Z();
13337
13337
  if (process.env.NODE_ENV !== "production" && n && ie(ur) && Pt(be, F) && (y && (E2(p, ur) || $y(h, ur)) && cs(Cf(hn.FALLBACK_TO_ROOT, {
13338
13338
  key: ur,
13339
13339
  type: be
@@ -13354,22 +13354,22 @@ function mE(t = {}, e) {
13354
13354
  }
13355
13355
  };
13356
13356
  function wt(...B) {
13357
- return bt((j) => Reflect.apply(ap, null, [j, ...B]), () => Dc(...B), "translate", (j) => Reflect.apply(j.t, j, [...B]), (j) => j, (j) => ie(j));
13357
+ return bt((Z) => Reflect.apply(ap, null, [Z, ...B]), () => Dc(...B), "translate", (Z) => Reflect.apply(Z.t, Z, [...B]), (Z) => Z, (Z) => ie(Z));
13358
13358
  }
13359
13359
  function Tn(...B) {
13360
- const [j, be, Ve] = B;
13360
+ const [Z, be, Ve] = B;
13361
13361
  if (Ve && !Ie(Ve))
13362
13362
  throw la(Je.INVALID_ARGUMENT);
13363
- return wt(j, be, It({ resolvedMessage: !0 }, Ve || {}));
13363
+ return wt(Z, be, It({ resolvedMessage: !0 }, Ve || {}));
13364
13364
  }
13365
13365
  function Jt(...B) {
13366
- return bt((j) => Reflect.apply(up, null, [j, ...B]), () => Lc(...B), "datetime format", (j) => Reflect.apply(j.d, j, [...B]), () => y0, (j) => ie(j));
13366
+ return bt((Z) => Reflect.apply(up, null, [Z, ...B]), () => Lc(...B), "datetime format", (Z) => Reflect.apply(Z.d, Z, [...B]), () => y0, (Z) => ie(Z));
13367
13367
  }
13368
13368
  function Qt(...B) {
13369
- return bt((j) => Reflect.apply(dp, null, [j, ...B]), () => Rc(...B), "number format", (j) => Reflect.apply(j.n, j, [...B]), () => y0, (j) => ie(j));
13369
+ return bt((Z) => Reflect.apply(dp, null, [Z, ...B]), () => Rc(...B), "number format", (Z) => Reflect.apply(Z.n, Z, [...B]), () => y0, (Z) => ie(Z));
13370
13370
  }
13371
13371
  function En(B) {
13372
- return B.map((j) => ie(j) || Ot(j) || Xe(j) ? hp(String(j)) : j);
13372
+ return B.map((Z) => ie(Z) || Ot(Z) || Xe(Z) ? hp(String(Z)) : Z);
13373
13373
  }
13374
13374
  const In = {
13375
13375
  normalize: En,
@@ -13378,9 +13378,9 @@ function mE(t = {}, e) {
13378
13378
  };
13379
13379
  function xr(...B) {
13380
13380
  return bt(
13381
- (j) => {
13381
+ (Z) => {
13382
13382
  let be;
13383
- const Ve = j;
13383
+ const Ve = Z;
13384
13384
  try {
13385
13385
  Ve.processor = In, be = Reflect.apply(ap, null, [Ve, ...B]);
13386
13386
  } finally {
@@ -13391,97 +13391,97 @@ function mE(t = {}, e) {
13391
13391
  () => Dc(...B),
13392
13392
  "translate",
13393
13393
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
13394
- (j) => j[$c](...B),
13395
- (j) => [hp(j)],
13396
- (j) => it(j)
13394
+ (Z) => Z[$c](...B),
13395
+ (Z) => [hp(Z)],
13396
+ (Z) => it(Z)
13397
13397
  );
13398
13398
  }
13399
13399
  function Hn(...B) {
13400
13400
  return bt(
13401
- (j) => Reflect.apply(dp, null, [j, ...B]),
13401
+ (Z) => Reflect.apply(dp, null, [Z, ...B]),
13402
13402
  () => Rc(...B),
13403
13403
  "number format",
13404
13404
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
13405
- (j) => j[Bc](...B),
13405
+ (Z) => Z[Bc](...B),
13406
13406
  mp,
13407
- (j) => ie(j) || it(j)
13407
+ (Z) => ie(Z) || it(Z)
13408
13408
  );
13409
13409
  }
13410
13410
  function Ar(...B) {
13411
13411
  return bt(
13412
- (j) => Reflect.apply(up, null, [j, ...B]),
13412
+ (Z) => Reflect.apply(up, null, [Z, ...B]),
13413
13413
  () => Lc(...B),
13414
13414
  "datetime format",
13415
13415
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
13416
- (j) => j[Nc](...B),
13416
+ (Z) => Z[Nc](...B),
13417
13417
  mp,
13418
- (j) => ie(j) || it(j)
13418
+ (Z) => ie(Z) || it(Z)
13419
13419
  );
13420
13420
  }
13421
13421
  function uo(B) {
13422
13422
  A = B, P.pluralRules = A;
13423
13423
  }
13424
- function Ci(B, j) {
13424
+ function Ci(B, Z) {
13425
13425
  return bt(() => {
13426
13426
  if (!B)
13427
13427
  return !1;
13428
- const be = ie(j) ? j : l.value, Ve = Pr(be), lr = P.messageResolver(Ve, B);
13428
+ const be = ie(Z) ? Z : l.value, Ve = Pr(be), lr = P.messageResolver(Ve, B);
13429
13429
  return Wo(lr) || mn(lr) || ie(lr);
13430
- }, () => [B], "translate exists", (be) => Reflect.apply(be.te, be, [B, j]), hE, (be) => Xe(be));
13430
+ }, () => [B], "translate exists", (be) => Reflect.apply(be.te, be, [B, Z]), hE, (be) => Xe(be));
13431
13431
  }
13432
13432
  function co(B) {
13433
- let j = null;
13433
+ let Z = null;
13434
13434
  const be = Ay(P, u.value, l.value);
13435
13435
  for (let Ve = 0; Ve < be.length; Ve++) {
13436
13436
  const lr = c.value[be[Ve]] || {}, mo = P.messageResolver(lr, B);
13437
13437
  if (mo != null) {
13438
- j = mo;
13438
+ Z = mo;
13439
13439
  break;
13440
13440
  }
13441
13441
  }
13442
- return j;
13442
+ return Z;
13443
13443
  }
13444
13444
  function fo(B) {
13445
- const j = co(B);
13446
- return j ?? (n ? n.tm(B) || {} : {});
13445
+ const Z = co(B);
13446
+ return Z ?? (n ? n.tm(B) || {} : {});
13447
13447
  }
13448
13448
  function Pr(B) {
13449
13449
  return c.value[B] || {};
13450
13450
  }
13451
- function Si(B, j) {
13451
+ function Si(B, Z) {
13452
13452
  if (o) {
13453
- const be = { [B]: j };
13453
+ const be = { [B]: Z };
13454
13454
  for (const Ve in be)
13455
13455
  m0(be, Ve) && ua(be[Ve]);
13456
- j = be[B];
13456
+ Z = be[B];
13457
13457
  }
13458
- c.value[B] = j, P.messages = c.value;
13458
+ c.value[B] = Z, P.messages = c.value;
13459
13459
  }
13460
- function ho(B, j) {
13460
+ function ho(B, Z) {
13461
13461
  c.value[B] = c.value[B] || {};
13462
- const be = { [B]: j };
13462
+ const be = { [B]: Z };
13463
13463
  if (o)
13464
13464
  for (const Ve in be)
13465
13465
  m0(be, Ve) && ua(be[Ve]);
13466
- j = be[B], t0(j, c.value[B]), P.messages = c.value;
13466
+ Z = be[B], t0(Z, c.value[B]), P.messages = c.value;
13467
13467
  }
13468
13468
  function po(B) {
13469
13469
  return d.value[B] || {};
13470
13470
  }
13471
- function Mn(B, j) {
13472
- d.value[B] = j, P.datetimeFormats = d.value, cp(P, B, j);
13471
+ function Mn(B, Z) {
13472
+ d.value[B] = Z, P.datetimeFormats = d.value, cp(P, B, Z);
13473
13473
  }
13474
- function _n(B, j) {
13475
- d.value[B] = It(d.value[B] || {}, j), P.datetimeFormats = d.value, cp(P, B, j);
13474
+ function _n(B, Z) {
13475
+ d.value[B] = It(d.value[B] || {}, Z), P.datetimeFormats = d.value, cp(P, B, Z);
13476
13476
  }
13477
13477
  function ki(B) {
13478
13478
  return f.value[B] || {};
13479
13479
  }
13480
- function ar(B, j) {
13481
- f.value[B] = j, P.numberFormats = f.value, fp(P, B, j);
13480
+ function ar(B, Z) {
13481
+ f.value[B] = Z, P.numberFormats = f.value, fp(P, B, Z);
13482
13482
  }
13483
- function Oi(B, j) {
13484
- f.value[B] = It(f.value[B] || {}, j), P.numberFormats = f.value, fp(P, B, j);
13483
+ function Oi(B, Z) {
13484
+ f.value[B] = It(f.value[B] || {}, Z), P.numberFormats = f.value, fp(P, B, Z);
13485
13485
  }
13486
13486
  gp++, n && kr && (tt(n.locale, (B) => {
13487
13487
  a && (l.value = B, P.locale = B, ws(P, l.value, u.value));
@@ -13503,7 +13503,7 @@ function mE(t = {}, e) {
13503
13503
  },
13504
13504
  messages: X,
13505
13505
  get modifiers() {
13506
- return k;
13506
+ return S;
13507
13507
  },
13508
13508
  get pluralRules() {
13509
13509
  return A || {};
@@ -13536,10 +13536,10 @@ function mE(t = {}, e) {
13536
13536
  m = B, P.fallbackFormat = m;
13537
13537
  },
13538
13538
  get warnHtmlMessage() {
13539
- return w;
13539
+ return b;
13540
13540
  },
13541
13541
  set warnHtmlMessage(B) {
13542
- w = B, P.warnHtmlMessage = B;
13542
+ b = B, P.warnHtmlMessage = B;
13543
13543
  },
13544
13544
  get escapeParameter() {
13545
13545
  return x;
@@ -13843,27 +13843,27 @@ const RE = /* @__PURE__ */ we(TE, [["render", LE], ["__scopeId", "data-v-bd24b7a
13843
13843
  },
13844
13844
  emits: ["update:modelValue"],
13845
13845
  setup(t, { emit: e }) {
13846
- const n = V(!1), r = V(""), i = V(null), o = Z(() => n.value === !0 && t.reposition === !0 ? a(t.align) : t.align), s = Z(() => n.value === !0 && t.reposition === !0 ? l(t.position) : t.position), a = (m) => {
13846
+ const n = V(!1), r = V(""), i = V(null), o = z(() => n.value === !0 && t.reposition === !0 ? a(t.align) : t.align), s = z(() => n.value === !0 && t.reposition === !0 ? l(t.position) : t.position), a = (m) => {
13847
13847
  if (!i.value || u(i.value.children[1]))
13848
13848
  return m;
13849
- const v = i.value.children[0].getBoundingClientRect(), b = i.value.children[1].getBoundingClientRect();
13849
+ const v = i.value.children[0].getBoundingClientRect(), w = i.value.children[1].getBoundingClientRect();
13850
13850
  if (m === "left" || m === "right" || m === "center") {
13851
- const S = v.left;
13852
- return window.innerWidth - S < b.width ? "right" : "left";
13851
+ const k = v.left;
13852
+ return window.innerWidth - k < w.width ? "right" : "left";
13853
13853
  } else {
13854
- const S = v.top;
13855
- return window.innerHeight - S < b.height ? "bottom" : "top";
13854
+ const k = v.top;
13855
+ return window.innerHeight - k < w.height ? "bottom" : "top";
13856
13856
  }
13857
13857
  }, l = (m) => {
13858
13858
  if (!i.value || u(i.value.children[1]))
13859
13859
  return m;
13860
- const v = i.value.children[0].getBoundingClientRect(), b = i.value.children[1].getBoundingClientRect();
13860
+ const v = i.value.children[0].getBoundingClientRect(), w = i.value.children[1].getBoundingClientRect();
13861
13861
  if (m === "top" || m === "bottom") {
13862
- const S = v.top;
13863
- return window.innerHeight - S < b.height ? "top" : "bottom";
13862
+ const k = v.top;
13863
+ return window.innerHeight - k < w.height ? "top" : "bottom";
13864
13864
  } else {
13865
- const S = v.left;
13866
- return window.innerWidth - S < b.width ? "left" : "right";
13865
+ const k = v.left;
13866
+ return window.innerWidth - k < w.width ? "left" : "right";
13867
13867
  }
13868
13868
  }, u = (m) => {
13869
13869
  const v = m.getBoundingClientRect();
@@ -13878,19 +13878,19 @@ const RE = /* @__PURE__ */ we(TE, [["render", LE], ["__scopeId", "data-v-bd24b7a
13878
13878
  var v;
13879
13879
  const m = (v = i.value) == null ? void 0 : v.children[0];
13880
13880
  if (m) {
13881
- const b = m.clientWidth, S = m.clientHeight;
13881
+ const w = m.clientWidth, k = m.clientHeight;
13882
13882
  switch (o.value) {
13883
13883
  case "left":
13884
- r.value = `margin-left: ${b / 2 - 10}px;`;
13884
+ r.value = `margin-left: ${w / 2 - 10}px;`;
13885
13885
  break;
13886
13886
  case "right":
13887
- r.value = `margin-right: ${b / 2 - 10}px;`;
13887
+ r.value = `margin-right: ${w / 2 - 10}px;`;
13888
13888
  break;
13889
13889
  case "top":
13890
- r.value = `margin-top: ${S / 2 - 10}px;`;
13890
+ r.value = `margin-top: ${k / 2 - 10}px;`;
13891
13891
  break;
13892
13892
  case "bottom":
13893
- r.value = `margin-bottom: ${S / 2 - 10}px;`;
13893
+ r.value = `margin-bottom: ${k / 2 - 10}px;`;
13894
13894
  break;
13895
13895
  }
13896
13896
  }
@@ -13966,10 +13966,15 @@ const BE = /* @__PURE__ */ we($E, [["render", NE], ["__scopeId", "data-v-86f2575
13966
13966
  type: [Number, String],
13967
13967
  default: null
13968
13968
  },
13969
- /** Permitted actions for comment */
13970
- permittedActions: {
13971
- type: Object,
13972
- default: { canEdit: !1, canDelete: !1 }
13969
+ /** Can delete a comment */
13970
+ canDelete: {
13971
+ type: Boolean,
13972
+ default: !1
13973
+ },
13974
+ /** Can edit a comment */
13975
+ canEdit: {
13976
+ type: Boolean,
13977
+ default: !1
13973
13978
  },
13974
13979
  /** User object to populate user related information */
13975
13980
  user: {
@@ -14008,20 +14013,20 @@ const BE = /* @__PURE__ */ we($E, [["render", NE], ["__scopeId", "data-v-86f2575
14008
14013
  props: FE,
14009
14014
  emits: ["edit:comment", "delete:comment"],
14010
14015
  setup(t) {
14011
- const { t: e } = ds(), n = [{ text: e("HC_CANCEL") }], r = V(!1), i = Z(() => {
14016
+ const { t: e } = ds(), n = [{ text: e("HC_CANCEL") }], r = V(!1), i = z(() => {
14012
14017
  const u = [];
14013
- return t.permittedActions.canEdit && u.push({
14018
+ return t.canEdit && u.push({
14014
14019
  text: e("HC_EDIT_COMMENT"),
14015
14020
  classes: "!text-blue-20 md:!text-inkwell-0",
14016
14021
  click: "edit:comment"
14017
- }), t.permittedActions.canDelete && u.push({
14022
+ }), t.canDelete && u.push({
14018
14023
  text: e("HC_DELETE_COMMENT"),
14019
14024
  classes: "!text-red-20",
14020
14025
  click: "delete:comment"
14021
14026
  }), u;
14022
- }), o = Z(() => t.user.firstName + " " + t.user.lastName.substring(0, 1)), s = Z(() => je.fromISO(t.dateUtc).toLocaleString(
14027
+ }), o = z(() => t.user.firstName + " " + t.user.lastName.substring(0, 1)), s = z(() => je.fromISO(t.dateUtc).toLocaleString(
14023
14028
  je.DATETIME_MED
14024
- )), a = Z(() => t.user.name.split(" ").map((u) => u.trim().charAt(0)).join("").toUpperCase());
14029
+ )), a = z(() => t.user.name.split(" ").map((u) => u.trim().charAt(0)).join("").toUpperCase());
14025
14030
  return {
14026
14031
  // static
14027
14032
  menuActions: n,
@@ -14609,19 +14614,19 @@ function xI(t, e, n) {
14609
14614
  function AI(t, e) {
14610
14615
  var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
14611
14616
  try {
14612
- var r = n.locale, i = r === void 0 ? Of : r, o = n.backupDate, s = o === void 0 ? /* @__PURE__ */ new Date() : o, a = xI(t, e, i), l = a.year, u = a.month, c = a.day, d = a.hour, f = a.minute, h = a.second, p = a.millisecond, y = a.isPM, m = a.date, v = a.offset, b = a.weekday, S = a.week;
14617
+ var r = n.locale, i = r === void 0 ? Of : r, o = n.backupDate, s = o === void 0 ? /* @__PURE__ */ new Date() : o, a = xI(t, e, i), l = a.year, u = a.month, c = a.day, d = a.hour, f = a.minute, h = a.second, p = a.millisecond, y = a.isPM, m = a.date, v = a.offset, w = a.weekday, k = a.week;
14613
14618
  if (m)
14614
14619
  return m;
14615
- var w = [l, u, c, d, f, h, p];
14616
- if (w[3] = TI(w[3], y), S !== void 0 && u === void 0 && c === void 0) {
14620
+ var b = [l, u, c, d, f, h, p];
14621
+ if (b[3] = TI(b[3], y), k !== void 0 && u === void 0 && c === void 0) {
14617
14622
  var x = qy(l === void 0 ? s : new Date(l, 3), {
14618
14623
  firstDayOfWeek: i.firstDayOfWeek,
14619
14624
  firstWeekContainsDate: i.firstWeekContainsDate
14620
14625
  });
14621
- return new Date(x.getTime() + (S - 1) * 7 * 24 * 3600 * 1e3);
14626
+ return new Date(x.getTime() + (k - 1) * 7 * 24 * 3600 * 1e3);
14622
14627
  }
14623
- var k, A = EI(w, s);
14624
- return v !== void 0 ? (A[6] += v * 60 * 1e3, k = MI.apply(void 0, Sp(A))) : k = II.apply(void 0, Sp(A)), b !== void 0 && k.getDay() !== b ? /* @__PURE__ */ new Date(NaN) : k;
14628
+ var S, A = EI(b, s);
14629
+ return v !== void 0 ? (A[6] += v * 60 * 1e3, S = MI.apply(void 0, Sp(A))) : S = II.apply(void 0, Sp(A)), w !== void 0 && S.getDay() !== w ? /* @__PURE__ */ new Date(NaN) : S;
14625
14630
  } catch {
14626
14631
  return /* @__PURE__ */ new Date(NaN);
14627
14632
  }
@@ -14704,7 +14709,7 @@ function xf() {
14704
14709
  return sr(av, Bd(_c()));
14705
14710
  }
14706
14711
  function BI(t) {
14707
- const e = Z(() => Jr(t.value) ? sv(_c(), t.value) : _c(t.value));
14712
+ const e = z(() => Jr(t.value) ? sv(_c(), t.value) : _c(t.value));
14708
14713
  return si(av, e), e;
14709
14714
  }
14710
14715
  function FI(t) {
@@ -14956,7 +14961,7 @@ function fM(t, {
14956
14961
  clearable: !0,
14957
14962
  range: !1,
14958
14963
  multiple: !1
14959
- }), r = Ht(), i = V(null), o = Z(() => n.separator || (n.range ? " ~ " : ",")), s = (h) => n.range ? zi(h) : n.multiple ? lM(h) : Or(h), a = (h) => Array.isArray(h) ? h.some((p) => n.disabledDate(p)) : n.disabledDate(h), l = Z(() => i.value !== null ? i.value : typeof n.renderInputText == "function" ? n.renderInputText(n.value) : s(n.value) ? Array.isArray(n.value) ? n.value.map((h) => n.formatDate(h)).join(o.value) : n.formatDate(n.value) : ""), u = (h) => {
14964
+ }), r = Ht(), i = V(null), o = z(() => n.separator || (n.range ? " ~ " : ",")), s = (h) => n.range ? zi(h) : n.multiple ? lM(h) : Or(h), a = (h) => Array.isArray(h) ? h.some((p) => n.disabledDate(p)) : n.disabledDate(h), l = z(() => i.value !== null ? i.value : typeof n.renderInputText == "function" ? n.renderInputText(n.value) : s(n.value) ? Array.isArray(n.value) ? n.value.map((h) => n.formatDate(h)).join(o.value) : n.formatDate(n.value) : ""), u = (h) => {
14960
14965
  var p;
14961
14966
  h && h.stopPropagation(), n.onChange(n.range ? [null, null] : null), (p = n.onClear) == null || p.call(n);
14962
14967
  }, c = () => {
@@ -15027,73 +15032,73 @@ function mM(t, {
15027
15032
  confirmText: "OK"
15028
15033
  });
15029
15034
  FI(r.prefixClass), VI(((n = r.formatter) == null ? void 0 : n.getWeek) || kf);
15030
- const i = BI(Ab(t, "lang")), o = V(), s = () => o.value, a = V(!1), l = Z(() => !r.disabled && (typeof r.open == "boolean" ? r.open : a.value)), u = () => {
15031
- var k, A;
15032
- r.disabled || l.value || (a.value = !0, (k = r["onUpdate:open"]) == null || k.call(r, !0), (A = r.onOpen) == null || A.call(r));
15035
+ const i = BI(Ab(t, "lang")), o = V(), s = () => o.value, a = V(!1), l = z(() => !r.disabled && (typeof r.open == "boolean" ? r.open : a.value)), u = () => {
15036
+ var S, A;
15037
+ r.disabled || l.value || (a.value = !0, (S = r["onUpdate:open"]) == null || S.call(r, !0), (A = r.onOpen) == null || A.call(r));
15033
15038
  }, c = () => {
15034
- var k, A;
15035
- l.value && (a.value = !1, (k = r["onUpdate:open"]) == null || k.call(r, !1), (A = r.onClose) == null || A.call(r));
15036
- }, d = (k, A) => (A = A || r.format, Jr(r.formatter) && typeof r.formatter.stringify == "function" ? r.formatter.stringify(k, A) : Tf(k, A, {
15039
+ var S, A;
15040
+ l.value && (a.value = !1, (S = r["onUpdate:open"]) == null || S.call(r, !1), (A = r.onClose) == null || A.call(r));
15041
+ }, d = (S, A) => (A = A || r.format, Jr(r.formatter) && typeof r.formatter.stringify == "function" ? r.formatter.stringify(S, A) : Tf(S, A, {
15037
15042
  locale: i.value.formatLocale
15038
- })), f = (k, A) => {
15043
+ })), f = (S, A) => {
15039
15044
  if (A = A || r.format, Jr(r.formatter) && typeof r.formatter.parse == "function")
15040
- return r.formatter.parse(k, A);
15045
+ return r.formatter.parse(S, A);
15041
15046
  const P = /* @__PURE__ */ new Date();
15042
- return AI(k, A, {
15047
+ return AI(S, A, {
15043
15048
  locale: i.value.formatLocale,
15044
15049
  backupDate: P
15045
15050
  });
15046
- }, h = (k) => {
15051
+ }, h = (S) => {
15047
15052
  switch (r.valueType) {
15048
15053
  case "date":
15049
- return k instanceof Date ? new Date(k.getTime()) : /* @__PURE__ */ new Date(NaN);
15054
+ return S instanceof Date ? new Date(S.getTime()) : /* @__PURE__ */ new Date(NaN);
15050
15055
  case "timestamp":
15051
- return typeof k == "number" ? new Date(k) : /* @__PURE__ */ new Date(NaN);
15056
+ return typeof S == "number" ? new Date(S) : /* @__PURE__ */ new Date(NaN);
15052
15057
  case "format":
15053
- return typeof k == "string" ? f(k) : /* @__PURE__ */ new Date(NaN);
15058
+ return typeof S == "string" ? f(S) : /* @__PURE__ */ new Date(NaN);
15054
15059
  default:
15055
- return typeof k == "string" ? f(k, r.valueType) : /* @__PURE__ */ new Date(NaN);
15060
+ return typeof S == "string" ? f(S, r.valueType) : /* @__PURE__ */ new Date(NaN);
15056
15061
  }
15057
- }, p = (k) => {
15058
- if (!Or(k))
15062
+ }, p = (S) => {
15063
+ if (!Or(S))
15059
15064
  return null;
15060
15065
  switch (r.valueType) {
15061
15066
  case "date":
15062
- return k;
15067
+ return S;
15063
15068
  case "timestamp":
15064
- return k.getTime();
15069
+ return S.getTime();
15065
15070
  case "format":
15066
- return d(k);
15071
+ return d(S);
15067
15072
  default:
15068
- return d(k, r.valueType);
15069
- }
15070
- }, y = Z(() => {
15071
- const k = r.value;
15072
- return r.range ? (Array.isArray(k) ? k.slice(0, 2) : [null, null]).map(h) : r.multiple ? (Array.isArray(k) ? k : []).map(h) : h(k);
15073
- }), m = (k, A, P = !0) => {
15074
- var L, z;
15075
- const W = Array.isArray(k) ? k.map(p) : p(k);
15076
- return (L = r["onUpdate:value"]) == null || L.call(r, W), (z = r.onChange) == null || z.call(r, W, A), P && c(), W;
15073
+ return d(S, r.valueType);
15074
+ }
15075
+ }, y = z(() => {
15076
+ const S = r.value;
15077
+ return r.range ? (Array.isArray(S) ? S.slice(0, 2) : [null, null]).map(h) : r.multiple ? (Array.isArray(S) ? S : []).map(h) : h(S);
15078
+ }), m = (S, A, P = !0) => {
15079
+ var L, j;
15080
+ const W = Array.isArray(S) ? S.map(p) : p(S);
15081
+ return (L = r["onUpdate:value"]) == null || L.call(r, W), (j = r.onChange) == null || j.call(r, W, A), P && c(), W;
15077
15082
  }, v = V(/* @__PURE__ */ new Date());
15078
15083
  ot(() => {
15079
15084
  l.value && (v.value = y.value);
15080
15085
  });
15081
- const b = (k, A) => {
15082
- r.confirm ? v.value = k : m(k, A, !r.multiple && (A === r.type || A === "time"));
15083
- }, S = () => {
15084
- var k;
15086
+ const w = (S, A) => {
15087
+ r.confirm ? v.value = S : m(S, A, !r.multiple && (A === r.type || A === "time"));
15088
+ }, k = () => {
15089
+ var S;
15085
15090
  const A = m(v.value);
15086
- (k = r.onConfirm) == null || k.call(r, A);
15087
- }, w = (k) => r.disabledDate(k) || r.disabledTime(k), x = (k) => {
15091
+ (S = r.onConfirm) == null || S.call(r, A);
15092
+ }, b = (S) => r.disabledDate(S) || r.disabledTime(S), x = (S) => {
15088
15093
  var A;
15089
15094
  const {
15090
15095
  prefixClass: P
15091
15096
  } = r;
15092
15097
  return T("div", {
15093
15098
  class: `${P}-datepicker-sidebar`
15094
- }, [(A = e.sidebar) == null ? void 0 : A.call(e, k), (r.shortcuts || []).map((L, z) => T("button", {
15095
- key: z,
15096
- "data-index": z,
15099
+ }, [(A = e.sidebar) == null ? void 0 : A.call(e, S), (r.shortcuts || []).map((L, j) => T("button", {
15100
+ key: j,
15101
+ "data-index": j,
15097
15102
  type: "button",
15098
15103
  class: `${P}-btn ${P}-btn-text ${P}-btn-shortcut`,
15099
15104
  onClick: () => {
@@ -15104,27 +15109,27 @@ function mM(t, {
15104
15109
  }, [L.text]))]);
15105
15110
  };
15106
15111
  return () => {
15107
- var k, A;
15112
+ var S, A;
15108
15113
  const {
15109
15114
  prefixClass: P,
15110
15115
  disabled: L,
15111
- confirm: z,
15116
+ confirm: j,
15112
15117
  range: W,
15113
15118
  popupClass: U,
15114
15119
  popupStyle: X,
15115
15120
  appendToBody: ae
15116
15121
  } = r, J = {
15117
15122
  value: v.value,
15118
- "onUpdate:value": b,
15123
+ "onUpdate:value": w,
15119
15124
  emit: m
15120
15125
  }, oe = e.header && T("div", {
15121
15126
  class: `${P}-datepicker-header`
15122
- }, [e.header(J)]), he = (e.footer || z) && T("div", {
15127
+ }, [e.header(J)]), he = (e.footer || j) && T("div", {
15123
15128
  class: `${P}-datepicker-footer`
15124
- }, [(k = e.footer) == null ? void 0 : k.call(e, J), z && T("button", {
15129
+ }, [(S = e.footer) == null ? void 0 : S.call(e, J), j && T("button", {
15125
15130
  type: "button",
15126
15131
  class: `${P}-btn ${P}-datepicker-btn-confirm`,
15127
- onClick: S
15132
+ onClick: k
15128
15133
  }, [r.confirmText])]), Ce = (A = e.content) == null ? void 0 : A.call(e, J), ft = (e.sidebar || r.shortcuts) && x(J);
15129
15134
  return T("div", {
15130
15135
  ref: o,
@@ -15137,7 +15142,7 @@ function mM(t, {
15137
15142
  value: y.value,
15138
15143
  formatDate: d,
15139
15144
  parseDate: f,
15140
- disabledDate: w,
15145
+ disabledDate: b,
15141
15146
  onChange: m,
15142
15147
  onClick: u,
15143
15148
  onFocus: u,
@@ -15229,21 +15234,21 @@ function vM({
15229
15234
  monthBeforeYear: y,
15230
15235
  monthFormat: m = "MMM",
15231
15236
  formatLocale: v
15232
- } = h, b = v.firstDayOfWeek || 0;
15233
- let S = h.days || v.weekdaysMin;
15234
- S = S.concat(S).slice(b, b + 7);
15235
- const w = t.getFullYear(), x = t.getMonth(), k = Mf(cM({
15236
- firstDayOfWeek: b,
15237
- year: w,
15237
+ } = h, w = v.firstDayOfWeek || 0;
15238
+ let k = h.days || v.weekdaysMin;
15239
+ k = k.concat(k).slice(w, w + 7);
15240
+ const b = t.getFullYear(), x = t.getMonth(), S = Mf(cM({
15241
+ firstDayOfWeek: w,
15242
+ year: b,
15238
15243
  month: x
15239
15244
  }), 7), A = (J, oe) => Tf(J, oe, {
15240
15245
  locale: h.formatLocale
15241
15246
  }), P = (J) => {
15242
15247
  a(J);
15243
15248
  }, L = (J) => {
15244
- const oe = J.getAttribute("data-index"), [he, Ce] = oe.split(",").map((Pt) => parseInt(Pt, 10)), ft = k[he][Ce];
15249
+ const oe = J.getAttribute("data-index"), [he, Ce] = oe.split(",").map((Pt) => parseInt(Pt, 10)), ft = S[he][Ce];
15245
15250
  return new Date(ft);
15246
- }, z = (J) => {
15251
+ }, j = (J) => {
15247
15252
  s(L(J.currentTarget));
15248
15253
  }, W = (J) => {
15249
15254
  u && u(L(J.currentTarget));
@@ -15274,9 +15279,9 @@ function vM({
15274
15279
  class: `${d}-table ${d}-table-date`
15275
15280
  }, [T("thead", null, [T("tr", null, [n && T("th", {
15276
15281
  class: `${d}-week-number-header`
15277
- }, null), S.map((J) => T("th", {
15282
+ }, null), k.map((J) => T("th", {
15278
15283
  key: J
15279
- }, [J]))])]), T("tbody", null, [k.map((J, oe) => T("tr", {
15284
+ }, [J]))])]), T("tbody", null, [S.map((J, oe) => T("tr", {
15280
15285
  key: oe,
15281
15286
  class: [`${d}-date-row`, {
15282
15287
  [`${d}-active-week`]: i(J)
@@ -15284,13 +15289,13 @@ function vM({
15284
15289
  }, [n && T("td", {
15285
15290
  class: `${d}-week-number`,
15286
15291
  "data-index": `${oe},0`,
15287
- onClick: z
15292
+ onClick: j
15288
15293
  }, [T("div", null, [f(J[0])])]), J.map((he, Ce) => T("td", {
15289
15294
  key: Ce,
15290
15295
  class: ["cell", o(he)],
15291
15296
  title: A(he, r),
15292
15297
  "data-index": `${oe},${Ce}`,
15293
- onClick: z,
15298
+ onClick: j,
15294
15299
  onMouseenter: W,
15295
15300
  onMouseleave: U
15296
15301
  }, [T("div", null, [he.getDate()])]))]))])])])]);
@@ -15381,63 +15386,63 @@ function SM(t) {
15381
15386
  disabledDate: () => !1,
15382
15387
  getClasses: () => [],
15383
15388
  titleFormat: "YYYY-MM-DD"
15384
- }), n = Z(() => (Array.isArray(e.value) ? e.value : [e.value]).filter(Or).map((b) => e.type === "year" ? uM(b) : e.type === "month" ? Ip(b) : li(b))), r = V(/* @__PURE__ */ new Date());
15389
+ }), n = z(() => (Array.isArray(e.value) ? e.value : [e.value]).filter(Or).map((w) => e.type === "year" ? uM(w) : e.type === "month" ? Ip(w) : li(w))), r = V(/* @__PURE__ */ new Date());
15385
15390
  ot(() => {
15386
15391
  let v = e.calendar;
15387
15392
  if (!Or(v)) {
15388
15393
  const {
15389
- length: b
15394
+ length: w
15390
15395
  } = n.value;
15391
- v = x2(b > 0 ? n.value[b - 1] : e.defaultValue);
15396
+ v = x2(w > 0 ? n.value[w - 1] : e.defaultValue);
15392
15397
  }
15393
15398
  r.value = Ip(v);
15394
15399
  });
15395
15400
  const i = (v) => {
15396
- var b;
15397
- r.value = v, (b = e.onCalendarChange) == null || b.call(e, v);
15401
+ var w;
15402
+ r.value = v, (w = e.onCalendarChange) == null || w.call(e, v);
15398
15403
  }, o = V("date");
15399
15404
  ot(() => {
15400
- const v = ["date", "month", "year"], b = Math.max(v.indexOf(e.type), v.indexOf(e.defaultPanel));
15401
- o.value = b !== -1 ? v[b] : "date";
15405
+ const v = ["date", "month", "year"], w = Math.max(v.indexOf(e.type), v.indexOf(e.defaultPanel));
15406
+ o.value = w !== -1 ? v[w] : "date";
15402
15407
  });
15403
15408
  const s = (v) => {
15404
- var b;
15405
- const S = o.value;
15406
- o.value = v, (b = e.onPanelChange) == null || b.call(e, v, S);
15407
- }, a = (v) => e.disabledDate(new Date(v), n.value), l = (v, b) => {
15408
- var S, w, x;
15409
+ var w;
15410
+ const k = o.value;
15411
+ o.value = v, (w = e.onPanelChange) == null || w.call(e, v, k);
15412
+ }, a = (v) => e.disabledDate(new Date(v), n.value), l = (v, w) => {
15413
+ var k, b, x;
15409
15414
  if (!a(v))
15410
- if ((S = e.onPick) == null || S.call(e, v), e.multiple === !0) {
15411
- const k = n.value.filter((A) => A.getTime() !== v.getTime());
15412
- k.length === n.value.length && k.push(v), (w = e["onUpdate:value"]) == null || w.call(e, k, b);
15415
+ if ((k = e.onPick) == null || k.call(e, v), e.multiple === !0) {
15416
+ const S = n.value.filter((A) => A.getTime() !== v.getTime());
15417
+ S.length === n.value.length && S.push(v), (b = e["onUpdate:value"]) == null || b.call(e, S, w);
15413
15418
  } else
15414
- (x = e["onUpdate:value"]) == null || x.call(e, v, b);
15419
+ (x = e["onUpdate:value"]) == null || x.call(e, v, w);
15415
15420
  }, u = (v) => {
15416
15421
  l(v, e.type === "week" ? "week" : "date");
15417
15422
  }, c = (v) => {
15418
15423
  if (e.type === "year")
15419
15424
  l(v, "year");
15420
15425
  else if (i(v), s("month"), e.partialUpdate && n.value.length === 1) {
15421
- const b = Lo(n.value[0], v.getFullYear());
15422
- l(b, "year");
15426
+ const w = Lo(n.value[0], v.getFullYear());
15427
+ l(w, "year");
15423
15428
  }
15424
15429
  }, d = (v) => {
15425
15430
  if (e.type === "month")
15426
15431
  l(v, "month");
15427
15432
  else if (i(v), s("date"), e.partialUpdate && n.value.length === 1) {
15428
- const b = b0(Lo(n.value[0], v.getFullYear()), v.getMonth());
15429
- l(b, "month");
15433
+ const w = b0(Lo(n.value[0], v.getFullYear()), v.getMonth());
15434
+ l(w, "month");
15430
15435
  }
15431
- }, f = (v, b = []) => (a(v) ? b.push("disabled") : n.value.some((S) => S.getTime() === v.getTime()) && b.push("active"), b.concat(e.getClasses(v, n.value, b.join(" ")))), h = (v) => {
15432
- const b = v.getMonth() !== r.value.getMonth(), S = [];
15433
- return v.getTime() === (/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0) && S.push("today"), b && S.push("not-current-month"), f(v, S);
15436
+ }, f = (v, w = []) => (a(v) ? w.push("disabled") : n.value.some((k) => k.getTime() === v.getTime()) && w.push("active"), w.concat(e.getClasses(v, n.value, w.join(" ")))), h = (v) => {
15437
+ const w = v.getMonth() !== r.value.getMonth(), k = [];
15438
+ return v.getTime() === (/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0) && k.push("today"), w && k.push("not-current-month"), f(v, k);
15434
15439
  }, p = (v) => e.type !== "month" ? r.value.getMonth() === v.getMonth() ? "active" : "" : f(v), y = (v) => e.type !== "year" ? r.value.getFullYear() === v.getFullYear() ? "active" : "" : f(v), m = (v) => {
15435
15440
  if (e.type !== "week")
15436
15441
  return !1;
15437
- const b = v[0].getTime(), S = v[6].getTime();
15438
- return n.value.some((w) => {
15439
- const x = w.getTime();
15440
- return x >= b && x <= S;
15442
+ const w = v[0].getTime(), k = v[6].getTime();
15443
+ return n.value.some((b) => {
15444
+ const x = b.getTime();
15445
+ return x >= w && x <= k;
15441
15446
  });
15442
15447
  };
15443
15448
  return () => o.value === "year" ? T(CM, {
@@ -15477,7 +15482,7 @@ function kM(t) {
15477
15482
  const e = Mr(t, {
15478
15483
  defaultValue: /* @__PURE__ */ new Date(),
15479
15484
  type: "date"
15480
- }), n = Ht(), r = Z(() => {
15485
+ }), n = Ht(), r = z(() => {
15481
15486
  let m = Array.isArray(e.defaultValue) ? e.defaultValue : [e.defaultValue, e.defaultValue];
15482
15487
  return m = m.map((v) => li(v)), zi(m) ? m : [/* @__PURE__ */ new Date(), /* @__PURE__ */ new Date()].map((v) => li(v));
15483
15488
  }), i = V([/* @__PURE__ */ new Date(NaN), /* @__PURE__ */ new Date(NaN)]);
@@ -15485,17 +15490,17 @@ function kM(t) {
15485
15490
  zi(e.value) && (i.value = e.value);
15486
15491
  });
15487
15492
  const o = (m, v) => {
15488
- var b;
15489
- const [S, w] = i.value;
15490
- Or(S) && !Or(w) ? (S.getTime() > m.getTime() ? i.value = [m, S] : i.value = [S, m], (b = e["onUpdate:value"]) == null || b.call(e, i.value, v)) : i.value = [m, /* @__PURE__ */ new Date(NaN)];
15491
- }, s = V([/* @__PURE__ */ new Date(), /* @__PURE__ */ new Date()]), a = Z(() => zi(e.calendar) ? e.calendar : s.value), l = Z(() => e.type === "year" ? 10 * 12 : e.type === "month" ? 1 * 12 : 1), u = (m, v) => {
15492
- var b;
15493
- const S = dM(m[0], m[1]), w = l.value - S;
15494
- if (w > 0) {
15493
+ var w;
15494
+ const [k, b] = i.value;
15495
+ Or(k) && !Or(b) ? (k.getTime() > m.getTime() ? i.value = [m, k] : i.value = [k, m], (w = e["onUpdate:value"]) == null || w.call(e, i.value, v)) : i.value = [m, /* @__PURE__ */ new Date(NaN)];
15496
+ }, s = V([/* @__PURE__ */ new Date(), /* @__PURE__ */ new Date()]), a = z(() => zi(e.calendar) ? e.calendar : s.value), l = z(() => e.type === "year" ? 10 * 12 : e.type === "month" ? 1 * 12 : 1), u = (m, v) => {
15497
+ var w;
15498
+ const k = dM(m[0], m[1]), b = l.value - k;
15499
+ if (b > 0) {
15495
15500
  const x = v === 1 ? 0 : 1;
15496
- m[x] = b0(m[x], (k) => k + (x === 0 ? -w : w));
15501
+ m[x] = b0(m[x], (S) => S + (x === 0 ? -b : b));
15497
15502
  }
15498
- s.value = m, (b = e.onCalendarChange) == null || b.call(e, m, v);
15503
+ s.value = m, (w = e.onCalendarChange) == null || w.call(e, m, v);
15499
15504
  }, c = (m) => {
15500
15505
  u([m, a.value[1]], 0);
15501
15506
  }, d = (m) => {
@@ -15505,25 +15510,25 @@ function kM(t) {
15505
15510
  const m = zi(e.value) ? e.value : r.value;
15506
15511
  u(m.slice(0, 2));
15507
15512
  });
15508
- const f = V(null), h = (m) => f.value = m, p = () => f.value = null, y = (m, v, b) => {
15509
- const S = e.getClasses ? e.getClasses(m, v, b) : [], w = Array.isArray(S) ? S : [S];
15510
- return /disabled|active/.test(b) ? w : (v.length === 2 && xp(m, v) && w.push("in-range"), v.length === 1 && f.value && xp(m, [v[0], f.value]) ? w.concat("hover-in-range") : w);
15513
+ const f = V(null), h = (m) => f.value = m, p = () => f.value = null, y = (m, v, w) => {
15514
+ const k = e.getClasses ? e.getClasses(m, v, w) : [], b = Array.isArray(k) ? k : [k];
15515
+ return /disabled|active/.test(w) ? b : (v.length === 2 && xp(m, v) && b.push("in-range"), v.length === 1 && f.value && xp(m, [v[0], f.value]) ? b.concat("hover-in-range") : b);
15511
15516
  };
15512
15517
  return () => {
15513
- const m = a.value.map((v, b) => {
15514
- const S = Cn(at({}, e), {
15518
+ const m = a.value.map((v, w) => {
15519
+ const k = Cn(at({}, e), {
15515
15520
  calendar: v,
15516
15521
  value: i.value,
15517
- defaultValue: r.value[b],
15522
+ defaultValue: r.value[w],
15518
15523
  getClasses: y,
15519
15524
  partialUpdate: !1,
15520
15525
  multiple: !1,
15521
15526
  "onUpdate:value": o,
15522
- onCalendarChange: b === 0 ? c : d,
15527
+ onCalendarChange: w === 0 ? c : d,
15523
15528
  onDateMouseLeave: p,
15524
15529
  onDateMouseEnter: h
15525
15530
  });
15526
- return T(P2, S, null);
15531
+ return T(P2, k, null);
15527
15532
  });
15528
15533
  return T("div", {
15529
15534
  class: `${n}-calendar-range`
@@ -15565,8 +15570,8 @@ const dv = ue({
15565
15570
  } = p, {
15566
15571
  scrollHeight: m,
15567
15572
  clientHeight: v
15568
- } = r.value, S = (y - c) * m / v;
15569
- r.value.scrollTop = S;
15573
+ } = r.value, k = (y - c) * m / v;
15574
+ r.value.scrollTop = k;
15570
15575
  }, h = () => {
15571
15576
  u = !1;
15572
15577
  };
@@ -15772,23 +15777,23 @@ function xM(t) {
15772
15777
  const m = new Date(y);
15773
15778
  return s([m.getTime(), m.setSeconds(0, 0), m.setSeconds(59, 999)]);
15774
15779
  }, u = (y) => {
15775
- const m = new Date(y), v = m.getHours() < 12 ? 0 : 12, b = v + 11;
15776
- return s([m.getTime(), m.setHours(v, 0, 0, 0), m.setHours(b, 59, 59, 999)]);
15780
+ const m = new Date(y), v = m.getHours() < 12 ? 0 : 12, w = v + 11;
15781
+ return s([m.getTime(), m.setHours(v, 0, 0, 0), m.setHours(w, 59, 59, 999)]);
15777
15782
  }, c = (y, m) => m === "hour" ? a(y) : m === "minute" ? l(y) : m === "ampm" ? u(y) : s(y), d = (y, m) => {
15778
15783
  var v;
15779
15784
  if (!c(y, m)) {
15780
- const b = new Date(y);
15781
- o.value = b, s(b) || (v = e["onUpdate:value"]) == null || v.call(e, b, m);
15785
+ const w = new Date(y);
15786
+ o.value = w, s(w) || (v = e["onUpdate:value"]) == null || v.call(e, w, m);
15782
15787
  }
15783
15788
  }, f = (y, m) => c(y, m) ? "disabled" : y.getTime() === o.value.getTime() ? "active" : "", h = V(), p = (y) => {
15784
15789
  if (!h.value)
15785
15790
  return;
15786
15791
  const m = h.value.querySelectorAll(".active");
15787
15792
  for (let v = 0; v < m.length; v++) {
15788
- const b = m[v], S = Af(b, h.value);
15789
- if (S) {
15790
- const w = b.offsetTop;
15791
- fv(S, w, y);
15793
+ const w = m[v], k = Af(w, h.value);
15794
+ if (k) {
15795
+ const b = w.offsetTop;
15796
+ fv(k, b, y);
15792
15797
  }
15793
15798
  }
15794
15799
  };
@@ -15868,7 +15873,7 @@ function hv(t) {
15868
15873
  var o;
15869
15874
  e.value = !0, (o = t.onShowTimePanelChange) == null || o.call(t, !0);
15870
15875
  };
15871
- return { timeVisible: Z(() => typeof t.showTimePanel == "boolean" ? t.showTimePanel : e.value), openTimePanel: r, closeTimePanel: n };
15876
+ return { timeVisible: z(() => typeof t.showTimePanel == "boolean" ? t.showTimePanel : e.value), openTimePanel: r, closeTimePanel: n };
15872
15877
  }
15873
15878
  function PM(t) {
15874
15879
  const e = Mr(t, {
@@ -16158,7 +16163,7 @@ const KM = ue({
16158
16163
  },
16159
16164
  emits: ["update:modelValue"],
16160
16165
  setup(t) {
16161
- const e = V("bottom"), n = V(), r = V(!1), i = V(t.modelValue || ""), o = Z(() => t.disabledAfterToday ? s : t.disabledBeforeToday ? a : t.disabledDate), s = (u) => u > /* @__PURE__ */ new Date(), a = (u) => {
16166
+ const e = V("bottom"), n = V(), r = V(!1), i = V(t.modelValue || ""), o = z(() => t.disabledAfterToday ? s : t.disabledBeforeToday ? a : t.disabledDate), s = (u) => u > /* @__PURE__ */ new Date(), a = (u) => {
16162
16167
  const c = /* @__PURE__ */ new Date();
16163
16168
  return c.setHours(0, 0, 0, 0), u < c;
16164
16169
  }, l = () => {
@@ -16246,7 +16251,7 @@ const zU = /* @__PURE__ */ we(KM, [["render", qM], ["__scopeId", "data-v-6535051
16246
16251
  emits: ["update:modelValue"],
16247
16252
  setup(t, { slots: e }) {
16248
16253
  return {
16249
- hasSlotContent: Z(() => !!e.default)
16254
+ hasSlotContent: z(() => !!e.default)
16250
16255
  };
16251
16256
  }
16252
16257
  }), JM = { class: "divider relative flex items-center w-full" };
@@ -19434,55 +19439,57 @@ const fP = ue({
19434
19439
  },
19435
19440
  emits: ["update:model-value", "update:activeIndex"],
19436
19441
  setup(t, { emit: e }) {
19437
- const n = V(null), r = Z(() => {
19438
- var S;
19439
- return (S = n.value) == null ? void 0 : S.offsetWidth;
19440
- }), i = V(null), o = V("0"), s = V(1), a = V(nr.md ? 1 : 0.9), l = V(0), u = V(t.files), c = V(!1), d = Z(() => t.files.filter((S) => S.type.startsWith("image"))), f = Z(() => [
19442
+ const n = V(null), r = z(() => {
19443
+ var b;
19444
+ return (b = n.value) == null ? void 0 : b.offsetWidth;
19445
+ }), i = V(null), o = V("0"), s = V(1), a = V(nr.md ? 1 : 0.9), l = V(0), u = V(t.files), c = V(!1), d = z(() => [
19446
+ `z-[${t.baseZIndex + 1}]`
19447
+ ]), f = z(() => t.files.filter((b) => b.type.startsWith("image"))), h = z(() => [
19441
19448
  "rounded-lg relative mx-auto object-cover grow-1",
19442
19449
  "md:w-full md:h-full md:min-h-[592px] md:min-w-[592px]",
19443
- { animated: !v }
19444
- ]), h = (S, w) => {
19445
- const x = (A) => A.name === (w == null ? void 0 : w.name), k = d.value.findIndex(x);
19446
- l.value = k || S, c.value = !0;
19447
- }, p = (S) => {
19448
- e("update:model-value", S);
19449
- }, y = (S) => {
19450
- const { keyCode: w } = S;
19450
+ { animated: !w }
19451
+ ]), p = (b, x) => {
19452
+ const S = (P) => P.original.url === (x == null ? void 0 : x.original.url), A = f.value.findIndex(S);
19453
+ l.value = A || b, c.value = !0;
19454
+ }, y = (b) => {
19455
+ e("update:model-value", b);
19456
+ }, m = (b) => {
19457
+ const { keyCode: x } = b;
19451
19458
  if (c.value)
19452
- switch (w) {
19459
+ switch (x) {
19453
19460
  case 37:
19454
- l.value = l.value ? l.value - 1 : d.value.length - 1, e("update:activeIndex", l.value);
19461
+ l.value = l.value ? l.value - 1 : f.value.length - 1, e("update:activeIndex", l.value);
19455
19462
  break;
19456
19463
  case 39:
19457
- l.value = l.value < d.value.length - 1 ? l.value + 1 : 0, e("update:activeIndex", l.value);
19464
+ l.value = l.value < f.value.length - 1 ? l.value + 1 : 0, e("update:activeIndex", l.value);
19458
19465
  break;
19459
19466
  case 27:
19460
19467
  c.value = !1;
19461
19468
  break;
19462
19469
  }
19463
- }, m = (S) => {
19464
- window.open(S.original.url);
19465
- }, { isSwiping: v, lengthX: b } = m8(i, {
19470
+ }, v = (b) => {
19471
+ window.location.href = b.original.url;
19472
+ }, { isSwiping: w, lengthX: k } = m8(i, {
19466
19473
  passive: !1,
19467
19474
  onSwipe() {
19468
- const S = Math.abs(b.value);
19469
- r.value && (s.value = 1.1 - S / r.value, o.value = b.value < 0 ? `${S / 4}px` : `-${S / 4}px`);
19475
+ const b = Math.abs(k.value);
19476
+ r.value && (s.value = 1.1 - b / r.value, o.value = k.value < 0 ? `${b / 4}px` : `-${b / 4}px`);
19470
19477
  },
19471
19478
  onSwipeEnd() {
19472
- const S = l.value <= 0, w = l.value >= d.value.length - 1, x = Math.abs(b.value);
19473
- r.value && x / r.value >= 0.5 ? (b.value < 0 ? l.value = S ? d.value.length - 1 : l.value - 1 : l.value = w ? 0 : l.value + 1, o.value = "0", s.value = 1) : (o.value = "0", s.value = 1);
19479
+ const b = l.value <= 0, x = l.value >= f.value.length - 1, S = Math.abs(k.value);
19480
+ r.value && S / r.value >= 0.5 ? (k.value < 0 ? l.value = b ? f.value.length - 1 : l.value - 1 : l.value = x ? 0 : l.value + 1, o.value = "0", s.value = 1) : (o.value = "0", s.value = 1);
19474
19481
  }
19475
19482
  });
19476
19483
  return Ze(() => {
19477
- window.addEventListener("keyup", y);
19484
+ window.addEventListener("keyup", m);
19478
19485
  }), {
19479
19486
  // Ref elements
19480
19487
  container: n,
19481
19488
  containerWidth: r,
19482
19489
  featuredPhoto: i,
19483
19490
  // Animation Refs
19484
- isSwiping: v,
19485
- lengthX: b,
19491
+ isSwiping: w,
19492
+ lengthX: k,
19486
19493
  left: o,
19487
19494
  opacity: s,
19488
19495
  scale: a,
@@ -19491,13 +19498,14 @@ const fP = ue({
19491
19498
  active: l,
19492
19499
  fileList: u,
19493
19500
  // Computed
19494
- itemClasses: f,
19495
- images: d,
19501
+ closeIconClasses: d,
19502
+ itemClasses: h,
19503
+ images: f,
19496
19504
  // Methods
19497
- onOpenCarousel: h,
19498
- onOpenFile: m,
19499
- onRemoveFile: p,
19500
- onKeyboardNavigation: y,
19505
+ onOpenCarousel: p,
19506
+ onOpenFile: v,
19507
+ onRemoveFile: y,
19508
+ onKeyboardNavigation: m,
19501
19509
  // Composable
19502
19510
  mq: nr
19503
19511
  };
@@ -19533,16 +19541,17 @@ function SP(t, e, n, r, i, o) {
19533
19541
  }, {
19534
19542
  closeicon: K(() => [
19535
19543
  T(s, {
19544
+ class: N(t.closeIconClasses),
19536
19545
  icon: "times-circle",
19537
19546
  type: "outline",
19538
19547
  size: "lg",
19539
19548
  color: "white"
19540
- })
19549
+ }, null, 8, ["class"])
19541
19550
  ]),
19542
19551
  item: K(({ item: u }) => [
19543
19552
  E("div", pP, [
19544
19553
  E("img", {
19545
- src: (u == null ? void 0 : u.itemImageSrc) || (u == null ? void 0 : u.objectURL) || (u == null ? void 0 : u.original.url),
19554
+ src: (u == null ? void 0 : u.original.url) || (u == null ? void 0 : u.objectURL),
19546
19555
  alt: u == null ? void 0 : u.alt,
19547
19556
  class: N(t.itemClasses),
19548
19557
  style: Fd([
@@ -19554,7 +19563,7 @@ function SP(t, e, n, r, i, o) {
19554
19563
  ]),
19555
19564
  thumbnail: K(({ item: u }) => [
19556
19565
  E("img", {
19557
- src: u.thumbnailImageSrc || (u == null ? void 0 : u.objectURL) || (u == null ? void 0 : u.thumbnail.url),
19566
+ src: (u == null ? void 0 : u.thumbnail.url) || (u == null ? void 0 : u.objectURL),
19558
19567
  alt: u.alt,
19559
19568
  class: "rounded-lg block min-h-24 min-w-24 max-w-24 max-h-24 object-cover"
19560
19569
  }, null, 8, gP)
@@ -19596,59 +19605,56 @@ function SP(t, e, n, r, i, o) {
19596
19605
  _: 1
19597
19606
  }, 8, ["activeIndex", "visible", "value", "numVisible", "showItemNavigators", "showThumbnails", "showIndicators", "base-z-index"]),
19598
19607
  t.files ? (g(), C("div", yP, [
19599
- (g(!0), C(ee, null, ve(t.files, (u, c) => {
19600
- var d;
19601
- return g(), C("div", {
19602
- key: u.name || ((d = u.original) == null ? void 0 : d.name) || c,
19603
- class: "py-3 pr-4 relative",
19604
- onMouseover: (f) => u.isHovered = !0,
19605
- onMouseleave: (f) => u.isHovered = !1
19608
+ (g(!0), C(ee, null, ve(t.files, (u, c) => (g(), C("div", {
19609
+ key: u.id || c,
19610
+ class: "py-3 pr-4 relative",
19611
+ onMouseover: (d) => u.isHovered = !0,
19612
+ onMouseleave: (d) => u.isHovered = !1
19613
+ }, [
19614
+ u.type && u.type.includes("image") ? (g(), C("img", {
19615
+ key: 0,
19616
+ src: (u == null ? void 0 : u.thumbnail.url) || (u == null ? void 0 : u.objectURL),
19617
+ alt: u == null ? void 0 : u.alt,
19618
+ class: "rounded-lg cursor-pointer w-20 h-20 object-cover",
19619
+ onClick: (d) => t.onOpenCarousel(c, u)
19620
+ }, null, 8, bP)) : (g(), C("div", {
19621
+ key: 1,
19622
+ class: "bg-gray-00 cursor-pointer p-3 w-20 h-20 max-w-20 rounded-lg border border-gray-20 flex flex-col flex-nowrap justify-center",
19623
+ onClick: (d) => t.onOpenFile(u)
19606
19624
  }, [
19607
- u.type && u.type.includes("image") ? (g(), C("img", {
19608
- key: 0,
19609
- src: (u == null ? void 0 : u.thumbnailImageSrc) || (u == null ? void 0 : u.objectURL) || (u == null ? void 0 : u.thumbnail.url),
19610
- alt: u == null ? void 0 : u.alt,
19611
- class: "rounded-lg cursor-pointer w-20 h-20 object-cover",
19612
- onClick: (f) => t.onOpenCarousel(c, u)
19613
- }, null, 8, bP)) : (g(), C("div", {
19614
- key: 1,
19615
- class: "bg-gray-00 cursor-pointer p-3 w-20 h-20 max-w-20 rounded-lg border border-gray-20 flex flex-col flex-nowrap justify-center",
19616
- onClick: (f) => t.onOpenFile(u)
19617
- }, [
19618
- T(s, {
19619
- icon: "file-document",
19620
- size: "md",
19621
- color: "inkwell-30",
19622
- class: "mx-auto"
19623
- }),
19624
- E("p", {
19625
- class: "text-inkwell-30 text-sm leading-normal text-ellipsis overflow-hidden max-h-5 text-center",
19626
- title: u.name || u.original.name
19627
- }, q(u.name || u.original.name), 9, CP)
19628
- ], 8, wP)),
19629
- t.showRemove && (u.isHovered || !t.mq.md) ? (g(), D(l, {
19630
- key: 2,
19625
+ T(s, {
19626
+ icon: "file-document",
19627
+ size: "md",
19631
19628
  color: "inkwell-30",
19632
- shape: "circle",
19633
- class: "cursor-pointer absolute top-1 right-2 shadow-solid",
19634
- onClick: (f) => t.onRemoveFile(u)
19635
- }, {
19636
- icon: K(() => [
19637
- T(s, {
19638
- icon: "close",
19639
- size: "sm",
19640
- type: "line",
19641
- color: "white"
19642
- })
19643
- ]),
19644
- _: 2
19645
- }, 1032, ["onClick"])) : M("", !0)
19646
- ], 40, vP);
19647
- }), 128))
19629
+ class: "mx-auto"
19630
+ }),
19631
+ E("p", {
19632
+ class: "text-inkwell-30 text-sm leading-normal text-ellipsis overflow-hidden max-h-5 text-center",
19633
+ title: u.original.name
19634
+ }, q(u.original.name), 9, CP)
19635
+ ], 8, wP)),
19636
+ t.showRemove && (u.isHovered || !t.mq.md) ? (g(), D(l, {
19637
+ key: 2,
19638
+ color: "inkwell-30",
19639
+ shape: "circle",
19640
+ class: "cursor-pointer absolute top-1 right-2 shadow-solid",
19641
+ onClick: (d) => t.onRemoveFile(u)
19642
+ }, {
19643
+ icon: K(() => [
19644
+ T(s, {
19645
+ icon: "close",
19646
+ size: "sm",
19647
+ type: "line",
19648
+ color: "white"
19649
+ })
19650
+ ]),
19651
+ _: 2
19652
+ }, 1032, ["onClick"])) : M("", !0)
19653
+ ], 40, vP))), 128))
19648
19654
  ])) : M("", !0)
19649
19655
  ], 512);
19650
19656
  }
19651
- const kP = /* @__PURE__ */ we(fP, [["render", SP], ["__scopeId", "data-v-09f9eb74"]]), OP = ue({
19657
+ const kP = /* @__PURE__ */ we(fP, [["render", SP], ["__scopeId", "data-v-d1090e16"]]), OP = ue({
19652
19658
  name: "QFileUpload",
19653
19659
  components: {
19654
19660
  FileUpload: kv,
@@ -19884,21 +19890,21 @@ const UU = /* @__PURE__ */ we($P, [["render", HP], ["__scopeId", "data-v-f2d32e2
19884
19890
  let h = !1;
19885
19891
  d.forEach((p) => {
19886
19892
  const y = p && p.key ? p.key : f, m = p && y;
19887
- let v, b = "", S = null;
19888
- m && (v = y.split(/\./), b = v[0], S = v[1] || null, // If only a key, check the value of that key.
19889
- !S && // If the selected value is a string,
19893
+ let v, w = "", k = null;
19894
+ m && (v = y.split(/\./), w = v[0], k = v[1] || null, // If only a key, check the value of that key.
19895
+ !k && // If the selected value is a string,
19890
19896
  // compare it to the row value.
19891
- (typeof p.value != "boolean" && a[b] !== p.value || // This checks if there's an object when
19897
+ (typeof p.value != "boolean" && a[w] !== p.value || // This checks if there's an object when
19892
19898
  // the selected value is a boolean.
19893
- typeof p.value == "boolean" && typeof a[b] != "boolean" && !!a[b] !== p.value || // This checks a boolean against a boolean
19894
- typeof p.value == "boolean" && typeof a[b] == "boolean" && a[b] !== p.value) || // If there is a key/attribute combo, need to
19899
+ typeof p.value == "boolean" && typeof a[w] != "boolean" && !!a[w] !== p.value || // This checks a boolean against a boolean
19900
+ typeof p.value == "boolean" && typeof a[w] == "boolean" && a[w] !== p.value) || // If there is a key/attribute combo, need to
19895
19901
  // dig down to check the attribute value.
19896
- S && // If the selected value is a string,
19902
+ k && // If the selected value is a string,
19897
19903
  // compare it to the row value.
19898
- (typeof p.value != "boolean" && a[b][S] !== p.value || // This checks if there's an object when
19904
+ (typeof p.value != "boolean" && a[w][k] !== p.value || // This checks if there's an object when
19899
19905
  // the selected value is a boolean.
19900
- typeof p.value == "boolean" && typeof a[b][S] != "boolean" && !!a[b][S] !== p.value || // This checks a boolean against a boolean
19901
- typeof p.value == "boolean" && typeof a[b][S] == "boolean" && a[b][S] !== p.value) || (h = !0));
19906
+ typeof p.value == "boolean" && typeof a[w][k] != "boolean" && !!a[w][k] !== p.value || // This checks a boolean against a boolean
19907
+ typeof p.value == "boolean" && typeof a[w][k] == "boolean" && a[w][k] !== p.value) || (h = !0));
19902
19908
  }), l.push(h);
19903
19909
  });
19904
19910
  const u = l.filter((c) => !!c).length;
@@ -20002,7 +20008,7 @@ const UU = /* @__PURE__ */ we($P, [["render", HP], ["__scopeId", "data-v-f2d32e2
20002
20008
  },
20003
20009
  emits: ["select-grid-item", "filters-updated"],
20004
20010
  setup(t, { emit: e }) {
20005
- const { t: n } = ds(), r = V(""), i = Z(() => {
20011
+ const { t: n } = ds(), r = V(""), i = z(() => {
20006
20012
  const d = t.filters, f = Av(
20007
20013
  t.gridData,
20008
20014
  r.value,
@@ -20012,7 +20018,7 @@ const UU = /* @__PURE__ */ we($P, [["render", HP], ["__scopeId", "data-v-f2d32e2
20012
20018
  t.exclude
20013
20019
  );
20014
20020
  return e("filters-updated", f), f;
20015
- }), o = Z(() => t.columns ? `q-grid-cols-${t.columns}` : ""), s = Z(() => i.value.length % t.columns === 0), a = Z(() => t.noResultMessage || n("HC_NO_RESULTS_FOUND")), l = Z(() => {
20021
+ }), o = z(() => t.columns ? `q-grid-cols-${t.columns}` : ""), s = z(() => i.value.length % t.columns === 0), a = z(() => t.noResultMessage || n("HC_NO_RESULTS_FOUND")), l = z(() => {
20016
20022
  const d = [], f = {};
20017
20023
  return [...Array(t.skeletonRows * t.columns)].forEach(() => {
20018
20024
  d.push(f);
@@ -20031,16 +20037,16 @@ const UU = /* @__PURE__ */ we($P, [["render", HP], ["__scopeId", "data-v-f2d32e2
20031
20037
  getCellClasses: (d) => {
20032
20038
  const f = i.value.length ? i.value : l.value, h = Math.ceil(
20033
20039
  f.length / t.columns
20034
- ), p = Math.floor(d / t.columns), y = p === 0, m = p === h - 1, v = d === f.length - 1, b = p === h - 2, S = d + t.columns >= f.length;
20040
+ ), p = Math.floor(d / t.columns), y = p === 0, m = p === h - 1, v = d === f.length - 1, w = p === h - 2, k = d + t.columns >= f.length;
20035
20041
  return {
20036
20042
  "!border-t-[0.09375rem]": y,
20037
- "!border-b-[0.09375rem]": m || S && b,
20043
+ "!border-b-[0.09375rem]": m || k && w,
20038
20044
  "!border-l-[0.09375rem]": d % t.columns === 0,
20039
20045
  "!border-r-[0.09375rem]": d % t.columns === t.columns - 1 || v,
20040
20046
  "!rounded-tl-md": y && d % t.columns === 0,
20041
20047
  "!rounded-tr-md": y && (d % t.columns === t.columns - 1 || v),
20042
20048
  "!rounded-bl-md": m && d % t.columns === 0,
20043
- "!rounded-br-md": v || b && f.length % t.columns !== 0 && d % t.columns === t.columns - 1
20049
+ "!rounded-br-md": v || w && f.length % t.columns !== 0 && d % t.columns === t.columns - 1
20044
20050
  };
20045
20051
  },
20046
20052
  selectGridItem: (d) => {
@@ -20192,7 +20198,7 @@ const KU = /* @__PURE__ */ we(_P, [["render", JP], ["__scopeId", "data-v-cfe195f
20192
20198
  },
20193
20199
  emits: ["update:modelValue"],
20194
20200
  setup(t, { emit: e }) {
20195
- const n = V(null), r = Z(() => t.isChecklist ? t.options.filter(
20201
+ const n = V(null), r = z(() => t.isChecklist ? t.options.filter(
20196
20202
  (o) => o.state === "pass"
20197
20203
  ) : t.options);
20198
20204
  return {
@@ -20369,10 +20375,10 @@ const GU = /* @__PURE__ */ we(QP, [["render", rD], ["__scopeId", "data-v-80f2446
20369
20375
  },
20370
20376
  emits: ["update:model-value", "update-type"],
20371
20377
  setup(t, { emit: e }) {
20372
- const n = Nd(), r = V(null), i = V(!1), o = V(t.type === "password" ? _p : ""), s = Z(() => !!t.disabled), a = Z(() => {
20378
+ const n = Nd(), r = V(null), i = V(!1), o = V(t.type === "password" ? _p : ""), s = z(() => !!t.disabled), a = z(() => {
20373
20379
  const p = o.value;
20374
20380
  return !!t.modelValue && !s.value && (c.value && t.iconPosition === "left" || !p);
20375
- }), l = Z(() => [
20381
+ }), l = z(() => [
20376
20382
  "control flex items-center",
20377
20383
  { focused: !!i.value },
20378
20384
  { disabled: s.value },
@@ -20381,12 +20387,12 @@ const GU = /* @__PURE__ */ we(QP, [["render", rD], ["__scopeId", "data-v-80f2446
20381
20387
  },
20382
20388
  t.controlClass,
20383
20389
  { ["size-" + t.size]: t.size }
20384
- ]), u = Z(() => [
20390
+ ]), u = z(() => [
20385
20391
  "input",
20386
20392
  { [t.status]: t.status && !s.value },
20387
20393
  { [t.inputClass]: !!t.inputClass },
20388
20394
  { populated: !!t.modelValue }
20389
- ]), c = Z(() => !!(n != null && n.default)), d = () => {
20395
+ ]), c = z(() => !!(n != null && n.default)), d = () => {
20390
20396
  const p = t.type === "password", y = t.type === "text" && o.value === zp;
20391
20397
  (p || y) && f();
20392
20398
  }, f = () => {
@@ -20555,7 +20561,7 @@ const qU = /* @__PURE__ */ we(iD, [["render", sD], ["__scopeId", "data-v-320db1d
20555
20561
  ease: "linear",
20556
20562
  duration: 0,
20557
20563
  delay: 0
20558
- }, u = V(null), c = V(null), { motionProperties: d } = of(u), { push: f } = ef(), h = V(""), p = Z(() => {
20564
+ }, u = V(null), c = V(null), { motionProperties: d } = of(u), { push: f } = ef(), h = V(""), p = z(() => {
20559
20565
  const x = Av(
20560
20566
  t.data,
20561
20567
  y.value,
@@ -20565,8 +20571,8 @@ const qU = /* @__PURE__ */ we(iD, [["render", sD], ["__scopeId", "data-v-320db1d
20565
20571
  t.exclude
20566
20572
  );
20567
20573
  return e("filters-updated", x), x;
20568
- }), y = Z(() => t.searchText || h.value), m = (x) => {
20569
- n.value > 0 || (o.value ? b(x) : v(x));
20574
+ }), y = z(() => t.searchText || h.value), m = (x) => {
20575
+ n.value > 0 || (o.value ? w(x) : v(x));
20570
20576
  };
20571
20577
  s.value && v5(m, {
20572
20578
  domTarget: u,
@@ -20576,25 +20582,25 @@ const qU = /* @__PURE__ */ we(iD, [["render", sD], ["__scopeId", "data-v-320db1d
20576
20582
  });
20577
20583
  const v = (x) => {
20578
20584
  x.tap || (o.value = !0);
20579
- }, b = (x) => {
20585
+ }, w = (x) => {
20580
20586
  if (x.tap)
20581
20587
  return;
20582
- const k = x.direction[1], A = k >= 0, P = k <= 0 && n.value <= 0;
20583
- !a.value && (A || P) && S(!P), o.value = !1;
20584
- }, S = async (x) => {
20588
+ const S = x.direction[1], A = S >= 0, P = S <= 0 && n.value <= 0;
20589
+ !a.value && (A || P) && k(!P), o.value = !1;
20590
+ }, k = async (x) => {
20585
20591
  a.value = x, await Jn();
20586
- const k = c.value ? c.value.offsetHeight : 0;
20587
- f("y", k, d, l);
20588
- }, w = c8(() => {
20592
+ const S = c.value ? c.value.offsetHeight : 0;
20593
+ f("y", S, d, l);
20594
+ }, b = c8(() => {
20589
20595
  const x = Math.max(0, n.value) > r.value ? "down" : "up";
20590
20596
  x !== i.value && (i.value = x);
20591
- const k = window.innerHeight + n.value >= document.body.offsetHeight;
20592
- n.value < 0 || i.value === "up" && !a.value && !k ? S(!0) : i.value === "down" && a.value && S(!1), r.value = Math.max(0, n.value);
20597
+ const S = window.innerHeight + n.value >= document.body.offsetHeight;
20598
+ n.value < 0 || i.value === "up" && !a.value && !S ? k(!0) : i.value === "down" && a.value && k(!1), r.value = Math.max(0, n.value);
20593
20599
  }, 50);
20594
20600
  return Ze(() => {
20595
- s.value && window.addEventListener("scroll", w);
20601
+ s.value && window.addEventListener("scroll", b);
20596
20602
  }), Vn(() => {
20597
- s.value && window.removeEventListener("scroll", w);
20603
+ s.value && window.removeEventListener("scroll", b);
20598
20604
  }), {
20599
20605
  // Refs
20600
20606
  isDragging: o,
@@ -20608,8 +20614,8 @@ const qU = /* @__PURE__ */ we(iD, [["render", sD], ["__scopeId", "data-v-320db1d
20608
20614
  filteredData: p,
20609
20615
  searchBy: y,
20610
20616
  // Methods
20611
- onScroll: w,
20612
- toggleSearch: S,
20617
+ onScroll: b,
20618
+ toggleSearch: k,
20613
20619
  // Composable
20614
20620
  mq: nr
20615
20621
  };
@@ -20897,7 +20903,7 @@ const JU = /* @__PURE__ */ we(LD, [["render", RD], ["__scopeId", "data-v-8867a05
20897
20903
  }
20898
20904
  },
20899
20905
  setup(t, { slots: e }) {
20900
- const n = sr("size"), r = Z(() => !!e.header), i = Z(() => !!e.footer);
20906
+ const n = sr("size"), r = z(() => !!e.header), i = z(() => !!e.footer);
20901
20907
  return { modalSize: n, hasHeader: r, hasFooter: i };
20902
20908
  }
20903
20909
  }), ND = {
@@ -22287,42 +22293,42 @@ const aL = ue({
22287
22293
  },
22288
22294
  emits: ["update:model-value"],
22289
22295
  setup(t, { slots: e, emit: n }) {
22290
- const { t: r } = ds(), i = V(null), o = V(null), s = V(t.modelValue), a = V(""), l = Z(() => t.noResultMessage || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), u = Z(() => t.tagPlaceholder || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), c = Z(() => !!e.action), d = Z(() => t.taggable || t.showTags), f = (b) => {
22291
- n("update:model-value", b);
22292
- }, h = (b) => {
22293
- a.value = b;
22294
- }, p = async (b) => {
22295
- const S = {
22296
- label: b,
22297
- name: b,
22296
+ const { t: r } = ds(), i = V(null), o = V(null), s = V(t.modelValue), a = V(""), l = z(() => t.noResultMessage || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), u = z(() => t.tagPlaceholder || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), c = z(() => !!e.action), d = z(() => t.taggable || t.showTags), f = (w) => {
22297
+ n("update:model-value", w);
22298
+ }, h = (w) => {
22299
+ a.value = w;
22300
+ }, p = async (w) => {
22301
+ const k = {
22302
+ label: w,
22303
+ name: w,
22298
22304
  added: !0
22299
22305
  // maybe change this to class - I am going to use this for external emails
22300
22306
  };
22301
- if (!t.validationMethod(S)) {
22302
- await Jn(), i.value.search = b;
22307
+ if (!t.validationMethod(k)) {
22308
+ await Jn(), i.value.search = w;
22303
22309
  return;
22304
22310
  }
22305
- }, y = (b) => {
22306
- typeof b == "number" && b >= 0 ? s.value.splice(b, 1) : s.value = [], Jn(() => {
22311
+ }, y = (w) => {
22312
+ typeof w == "number" && w >= 0 ? s.value.splice(w, 1) : s.value = [], Jn(() => {
22307
22313
  n("update:model-value", s.value);
22308
22314
  });
22309
- }, m = (b) => {
22310
- t.multiple && s.value && b.length === s.value.length && Jn(() => {
22315
+ }, m = (w) => {
22316
+ t.multiple && s.value && w.length === s.value.length && Jn(() => {
22311
22317
  s.value = [], n("update:model-value", s.value);
22312
22318
  });
22313
22319
  }, v = async () => {
22314
22320
  if (o.value && t.searchable) {
22315
22321
  await Jn();
22316
- const b = o.value.querySelector(
22322
+ const w = o.value.querySelector(
22317
22323
  ".multiselect__content-wrapper"
22318
- ), S = o.value.querySelector(
22324
+ ), k = o.value.querySelector(
22319
22325
  ".multiselect__input"
22320
22326
  );
22321
- S.style.width = b.clientWidth + "px";
22327
+ k.style.width = w.clientWidth + "px";
22322
22328
  }
22323
22329
  };
22324
- return tt(() => t.modelValue, (b) => {
22325
- s.value = b;
22330
+ return tt(() => t.modelValue, (w) => {
22331
+ s.value = w;
22326
22332
  }), {
22327
22333
  currentSelect: i,
22328
22334
  search: a,
@@ -23285,23 +23291,23 @@ var Hf = {
23285
23291
  var a = this.first, l = this.element, u = l.scrollTop, c = u === void 0 ? 0 : u, d = l.scrollLeft, f = d === void 0 ? 0 : d, h = this.calculateNumItems(), p = h.numToleratedItems, y = this.getContentPosition(), m = this.itemSize, v = function() {
23286
23292
  var P = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, L = arguments.length > 1 ? arguments[1] : void 0;
23287
23293
  return P <= L ? 0 : P;
23288
- }, b = function(P, L, z) {
23289
- return P * L + z;
23290
- }, S = function() {
23294
+ }, w = function(P, L, j) {
23295
+ return P * L + j;
23296
+ }, k = function() {
23291
23297
  var P = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, L = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
23292
23298
  return n.scrollTo({
23293
23299
  left: P,
23294
23300
  top: L,
23295
23301
  behavior: r
23296
23302
  });
23297
- }, w = i ? {
23303
+ }, b = i ? {
23298
23304
  rows: 0,
23299
23305
  cols: 0
23300
- } : 0, x = !1, k = !1;
23301
- i ? (w = {
23306
+ } : 0, x = !1, S = !1;
23307
+ i ? (b = {
23302
23308
  rows: v(e[0], p[0]),
23303
23309
  cols: v(e[1], p[1])
23304
- }, S(b(w.cols, m[1], y.left), b(w.rows, m[0], y.top)), k = this.lastScrollPos.top !== c || this.lastScrollPos.left !== f, x = w.rows !== a.rows || w.cols !== a.cols) : (w = v(e, p), o ? S(b(w, m, y.left), c) : S(f, b(w, m, y.top)), k = this.lastScrollPos !== (o ? f : c), x = w !== a), this.isRangeChanged = x, k && (this.first = w);
23310
+ }, k(w(b.cols, m[1], y.left), w(b.rows, m[0], y.top)), S = this.lastScrollPos.top !== c || this.lastScrollPos.left !== f, x = b.rows !== a.rows || b.cols !== a.cols) : (b = v(e, p), o ? k(w(b, m, y.left), c) : k(f, w(b, m, y.top)), S = this.lastScrollPos !== (o ? f : c), x = b !== a), this.isRangeChanged = x, S && (this.first = b);
23305
23311
  }
23306
23312
  },
23307
23313
  scrollInView: function(e, n) {
@@ -23312,10 +23318,10 @@ var Hf = {
23312
23318
  }) : e > -1;
23313
23319
  if (a) {
23314
23320
  var l = this.getRenderedRange(), u = l.first, c = l.viewport, d = function() {
23315
- var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
23321
+ var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, w = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
23316
23322
  return r.scrollTo({
23317
23323
  left: v,
23318
- top: b,
23324
+ top: w,
23319
23325
  behavior: i
23320
23326
  });
23321
23327
  }, f = n === "to-start", h = n === "to-end";
@@ -23498,31 +23504,31 @@ var Hf = {
23498
23504
  cols: 0
23499
23505
  } : 0, y = this.last, m = !1, v = this.lastScrollPos;
23500
23506
  if (i) {
23501
- var b = this.lastScrollPos.top <= f, S = this.lastScrollPos.left <= h;
23502
- if (!this.appendOnly || this.appendOnly && (b || S)) {
23503
- var w = {
23507
+ var w = this.lastScrollPos.top <= f, k = this.lastScrollPos.left <= h;
23508
+ if (!this.appendOnly || this.appendOnly && (w || k)) {
23509
+ var b = {
23504
23510
  rows: l(f, this.itemSize[0]),
23505
23511
  cols: l(h, this.itemSize[1])
23506
23512
  }, x = {
23507
- rows: u(w.rows, this.first.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0], b),
23508
- cols: u(w.cols, this.first.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], S)
23513
+ rows: u(b.rows, this.first.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0], w),
23514
+ cols: u(b.cols, this.first.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], k)
23509
23515
  };
23510
23516
  p = {
23511
- rows: c(w.rows, x.rows, this.first.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0], b),
23512
- cols: c(w.cols, x.cols, this.first.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], S)
23517
+ rows: c(b.rows, x.rows, this.first.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0], w),
23518
+ cols: c(b.cols, x.cols, this.first.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], k)
23513
23519
  }, y = {
23514
- rows: d(w.rows, p.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0]),
23515
- cols: d(w.cols, p.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], !0)
23520
+ rows: d(b.rows, p.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0]),
23521
+ cols: d(b.cols, p.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], !0)
23516
23522
  }, m = p.rows !== this.first.rows || y.rows !== this.last.rows || p.cols !== this.first.cols || y.cols !== this.last.cols || this.isRangeChanged, v = {
23517
23523
  top: f,
23518
23524
  left: h
23519
23525
  };
23520
23526
  }
23521
23527
  } else {
23522
- var k = o ? h : f, A = this.lastScrollPos <= k;
23528
+ var S = o ? h : f, A = this.lastScrollPos <= S;
23523
23529
  if (!this.appendOnly || this.appendOnly && A) {
23524
- var P = l(k, this.itemSize), L = u(P, this.first, this.last, this.numItemsInViewport, this.d_numToleratedItems, A);
23525
- p = c(P, L, this.first, this.last, this.numItemsInViewport, this.d_numToleratedItems, A), y = d(P, p, this.last, this.numItemsInViewport, this.d_numToleratedItems), m = p !== this.first || y !== this.last || this.isRangeChanged, v = k;
23530
+ var P = l(S, this.itemSize), L = u(P, this.first, this.last, this.numItemsInViewport, this.d_numToleratedItems, A);
23531
+ p = c(P, L, this.first, this.last, this.numItemsInViewport, this.d_numToleratedItems, A), y = d(P, p, this.last, this.numItemsInViewport, this.d_numToleratedItems), m = p !== this.first || y !== this.last || this.isRangeChanged, v = S;
23526
23532
  }
23527
23533
  }
23528
23534
  return {
@@ -24862,73 +24868,73 @@ function vR(t, e, n, r, i, o) {
24862
24868
  pt: t.ptm("virtualScroller")
24863
24869
  }), Gs({
24864
24870
  content: K(function(f) {
24865
- var h = f.styleClass, p = f.contentRef, y = f.items, m = f.getItemOptions, v = f.contentStyle, b = f.itemSize;
24871
+ var h = f.styleClass, p = f.contentRef, y = f.items, m = f.getItemOptions, v = f.contentStyle, w = f.itemSize;
24866
24872
  return [E("ul", O({
24867
- ref: function(w) {
24868
- return o.listRef(w, p);
24873
+ ref: function(b) {
24874
+ return o.listRef(b, p);
24869
24875
  },
24870
24876
  id: i.id + "_list",
24871
24877
  class: [t.cx("list"), h],
24872
24878
  style: v,
24873
24879
  role: "listbox"
24874
- }, t.ptm("list")), [(g(!0), C(ee, null, ve(y, function(S, w) {
24880
+ }, t.ptm("list")), [(g(!0), C(ee, null, ve(y, function(k, b) {
24875
24881
  return g(), C(ee, {
24876
- key: o.getOptionRenderKey(S, o.getOptionIndex(w, m))
24877
- }, [o.isOptionGroup(S) ? (g(), C("li", O({
24882
+ key: o.getOptionRenderKey(k, o.getOptionIndex(b, m))
24883
+ }, [o.isOptionGroup(k) ? (g(), C("li", O({
24878
24884
  key: 0,
24879
- id: i.id + "_" + o.getOptionIndex(w, m),
24885
+ id: i.id + "_" + o.getOptionIndex(b, m),
24880
24886
  style: {
24881
- height: b ? b + "px" : void 0
24887
+ height: w ? w + "px" : void 0
24882
24888
  },
24883
24889
  class: t.cx("itemGroup"),
24884
24890
  role: "option"
24885
24891
  }, t.ptm("itemGroup")), [$(t.$slots, "optiongroup", {
24886
- option: S.optionGroup,
24887
- index: o.getOptionIndex(w, m)
24892
+ option: k.optionGroup,
24893
+ index: o.getOptionIndex(b, m)
24888
24894
  }, function() {
24889
24895
  return [E("span", O({
24890
24896
  class: t.cx("itemGroupLabel")
24891
- }, t.ptm("itemGroupLabel")), q(o.getOptionGroupLabel(S.optionGroup)), 17)];
24897
+ }, t.ptm("itemGroupLabel")), q(o.getOptionGroupLabel(k.optionGroup)), 17)];
24892
24898
  })], 16, gR)) : De((g(), C("li", O({
24893
24899
  key: 1,
24894
- id: i.id + "_" + o.getOptionIndex(w, m),
24900
+ id: i.id + "_" + o.getOptionIndex(b, m),
24895
24901
  class: t.cx("item", {
24896
- option: S,
24897
- focusedOption: o.getOptionIndex(w, m)
24902
+ option: k,
24903
+ focusedOption: o.getOptionIndex(b, m)
24898
24904
  }),
24899
24905
  style: {
24900
- height: b ? b + "px" : void 0
24906
+ height: w ? w + "px" : void 0
24901
24907
  },
24902
24908
  role: "option",
24903
- "aria-label": o.getOptionLabel(S),
24904
- "aria-selected": o.isSelected(S),
24905
- "aria-disabled": o.isOptionDisabled(S),
24909
+ "aria-label": o.getOptionLabel(k),
24910
+ "aria-selected": o.isSelected(k),
24911
+ "aria-disabled": o.isOptionDisabled(k),
24906
24912
  "aria-setsize": o.ariaSetSize,
24907
- "aria-posinset": o.getAriaPosInset(o.getOptionIndex(w, m)),
24908
- onClick: function(k) {
24909
- return o.onOptionSelect(k, S);
24913
+ "aria-posinset": o.getAriaPosInset(o.getOptionIndex(b, m)),
24914
+ onClick: function(S) {
24915
+ return o.onOptionSelect(S, k);
24910
24916
  },
24911
- onMousemove: function(k) {
24912
- return o.onOptionMouseMove(k, o.getOptionIndex(w, m));
24917
+ onMousemove: function(S) {
24918
+ return o.onOptionMouseMove(S, o.getOptionIndex(b, m));
24913
24919
  },
24914
- "data-p-highlight": o.isSelected(S),
24915
- "data-p-focused": i.focusedOptionIndex === o.getOptionIndex(w, m),
24916
- "data-p-disabled": o.isOptionDisabled(S)
24917
- }, o.getPTItemOptions(S, m, w, "item")), [t.checkmark ? (g(), C(ee, {
24920
+ "data-p-highlight": o.isSelected(k),
24921
+ "data-p-focused": i.focusedOptionIndex === o.getOptionIndex(b, m),
24922
+ "data-p-disabled": o.isOptionDisabled(k)
24923
+ }, o.getPTItemOptions(k, m, b, "item")), [t.checkmark ? (g(), C(ee, {
24918
24924
  key: 0
24919
- }, [o.isSelected(S) ? (g(), D(a, O({
24925
+ }, [o.isSelected(k) ? (g(), D(a, O({
24920
24926
  key: 0,
24921
24927
  class: t.cx("checkIcon")
24922
24928
  }, t.ptm("checkIcon")), null, 16, ["class"])) : (g(), D(l, O({
24923
24929
  key: 1,
24924
24930
  class: t.cx("blankIcon")
24925
24931
  }, t.ptm("blankIcon")), null, 16, ["class"]))], 64)) : M("", !0), $(t.$slots, "option", {
24926
- option: S,
24927
- index: o.getOptionIndex(w, m)
24932
+ option: k,
24933
+ index: o.getOptionIndex(b, m)
24928
24934
  }, function() {
24929
24935
  return [E("span", O({
24930
24936
  class: t.cx("itemLabel")
24931
- }, t.ptm("itemLabel")), q(o.getOptionLabel(S)), 17)];
24937
+ }, t.ptm("itemLabel")), q(o.getOptionLabel(k)), 17)];
24932
24938
  })], 16, yR)), [[d]])], 64);
24933
24939
  }), 128)), i.filterValue && (!y || y && y.length === 0) ? (g(), C("li", O({
24934
24940
  key: 0,
@@ -25838,21 +25844,21 @@ var jv = {
25838
25844
  if (r === "range-insert") {
25839
25845
  var h = this.parseValue((o || "").slice(0, c)), p = h !== null ? h.toString() : "", y = p.split("").join("(".concat(this.groupChar, ")?")), m = new RegExp(y, "g");
25840
25846
  m.test(s);
25841
- var v = n.split("").join("(".concat(this.groupChar, ")?")), b = new RegExp(v, "g");
25842
- b.test(s.slice(m.lastIndex)), d = m.lastIndex + b.lastIndex, this.$refs.input.$el.setSelectionRange(d, d);
25847
+ var v = n.split("").join("(".concat(this.groupChar, ")?")), w = new RegExp(v, "g");
25848
+ w.test(s.slice(m.lastIndex)), d = m.lastIndex + w.lastIndex, this.$refs.input.$el.setSelectionRange(d, d);
25843
25849
  } else if (f === a)
25844
25850
  if (r === "insert" || r === "delete-back-single") {
25845
- var S = /[.,]/g, w = d + Number(S.test(e) || S.test(n));
25846
- this.$refs.input.$el.setSelectionRange(w, w);
25851
+ var k = /[.,]/g, b = d + Number(k.test(e) || k.test(n));
25852
+ this.$refs.input.$el.setSelectionRange(b, b);
25847
25853
  } else
25848
25854
  r === "delete-single" ? this.$refs.input.$el.setSelectionRange(d - 1, d - 1) : (r === "delete-range" || r === "spin") && this.$refs.input.$el.setSelectionRange(d, d);
25849
25855
  else if (r === "delete-back-single") {
25850
- var x = o.charAt(d - 1), k = o.charAt(d), A = a - f, P = this._group.test(k);
25856
+ var x = o.charAt(d - 1), S = o.charAt(d), A = a - f, P = this._group.test(S);
25851
25857
  P && A === 1 ? d += 1 : !P && this.isNumeralChar(x) && (d += -1 * A + 1), this._group.lastIndex = 0, this.$refs.input.$el.setSelectionRange(d, d);
25852
25858
  } else if (o === "-" && r === "insert") {
25853
25859
  this.$refs.input.$el.setSelectionRange(0, 0);
25854
- var L = this.initCursor(), z = L + n.length + 1;
25855
- this.$refs.input.$el.setSelectionRange(z, z);
25860
+ var L = this.initCursor(), j = L + n.length + 1;
25861
+ this.$refs.input.$el.setSelectionRange(j, j);
25856
25862
  } else
25857
25863
  d = d + (f - a), this.$refs.input.$el.setSelectionRange(d, d);
25858
25864
  }
@@ -26864,8 +26870,8 @@ function m$(t, e, n, r, i, o) {
26864
26870
  key: 0,
26865
26871
  "aria-label": o.getAriaLabel("firstPageLabel"),
26866
26872
  template: t.$slots.firstpagelinkicon,
26867
- onClick: e[0] || (e[0] = function(b) {
26868
- return o.changePageToFirst(b);
26873
+ onClick: e[0] || (e[0] = function(w) {
26874
+ return o.changePageToFirst(w);
26869
26875
  }),
26870
26876
  disabled: o.isFirstPage || o.empty,
26871
26877
  unstyled: t.unstyled,
@@ -26874,8 +26880,8 @@ function m$(t, e, n, r, i, o) {
26874
26880
  key: 1,
26875
26881
  "aria-label": o.getAriaLabel("prevPageLabel"),
26876
26882
  template: t.$slots.prevpagelinkicon,
26877
- onClick: e[1] || (e[1] = function(b) {
26878
- return o.changePageToPrev(b);
26883
+ onClick: e[1] || (e[1] = function(w) {
26884
+ return o.changePageToPrev(w);
26879
26885
  }),
26880
26886
  disabled: o.isFirstPage || o.empty,
26881
26887
  unstyled: t.unstyled,
@@ -26884,8 +26890,8 @@ function m$(t, e, n, r, i, o) {
26884
26890
  key: 2,
26885
26891
  "aria-label": o.getAriaLabel("nextPageLabel"),
26886
26892
  template: t.$slots.nextpagelinkicon,
26887
- onClick: e[2] || (e[2] = function(b) {
26888
- return o.changePageToNext(b);
26893
+ onClick: e[2] || (e[2] = function(w) {
26894
+ return o.changePageToNext(w);
26889
26895
  }),
26890
26896
  disabled: o.isLastPage || o.empty,
26891
26897
  unstyled: t.unstyled,
@@ -26894,8 +26900,8 @@ function m$(t, e, n, r, i, o) {
26894
26900
  key: 3,
26895
26901
  "aria-label": o.getAriaLabel("lastPageLabel"),
26896
26902
  template: t.$slots.lastpagelinkicon,
26897
- onClick: e[3] || (e[3] = function(b) {
26898
- return o.changePageToLast(b);
26903
+ onClick: e[3] || (e[3] = function(w) {
26904
+ return o.changePageToLast(w);
26899
26905
  }),
26900
26906
  disabled: o.isLastPage || o.empty,
26901
26907
  unstyled: t.unstyled,
@@ -26905,8 +26911,8 @@ function m$(t, e, n, r, i, o) {
26905
26911
  "aria-label": o.getAriaLabel("pageLabel"),
26906
26912
  value: o.pageLinks,
26907
26913
  page: o.page,
26908
- onClick: e[4] || (e[4] = function(b) {
26909
- return o.changePageLink(b);
26914
+ onClick: e[4] || (e[4] = function(w) {
26915
+ return o.changePageLink(w);
26910
26916
  }),
26911
26917
  pt: t.pt
26912
26918
  }, null, 8, ["aria-label", "value", "page", "pt"])) : v === "CurrentPageReport" ? (g(), D(d, {
@@ -26926,8 +26932,8 @@ function m$(t, e, n, r, i, o) {
26926
26932
  "aria-label": o.getAriaLabel("rowsPerPageLabel"),
26927
26933
  rows: i.d_rows,
26928
26934
  options: t.rowsPerPageOptions,
26929
- onRowsChange: e[5] || (e[5] = function(b) {
26930
- return o.onRowChange(b);
26935
+ onRowsChange: e[5] || (e[5] = function(w) {
26936
+ return o.onRowChange(w);
26931
26937
  }),
26932
26938
  disabled: o.empty,
26933
26939
  templates: t.$slots,
@@ -26938,8 +26944,8 @@ function m$(t, e, n, r, i, o) {
26938
26944
  "aria-label": o.getAriaLabel("jumpToPageDropdownLabel"),
26939
26945
  page: o.page,
26940
26946
  pageCount: o.pageCount,
26941
- onPageChange: e[6] || (e[6] = function(b) {
26942
- return o.changePage(b);
26947
+ onPageChange: e[6] || (e[6] = function(w) {
26948
+ return o.changePage(w);
26943
26949
  }),
26944
26950
  disabled: o.empty,
26945
26951
  templates: t.$slots,
@@ -26948,8 +26954,8 @@ function m$(t, e, n, r, i, o) {
26948
26954
  }, null, 8, ["aria-label", "page", "pageCount", "disabled", "templates", "unstyled", "pt"])) : v === "JumpToPageInput" ? (g(), D(p, {
26949
26955
  key: 8,
26950
26956
  page: o.currentPage,
26951
- onPageChange: e[7] || (e[7] = function(b) {
26952
- return o.changePage(b);
26957
+ onPageChange: e[7] || (e[7] = function(w) {
26958
+ return o.changePage(w);
26953
26959
  }),
26954
26960
  disabled: o.empty,
26955
26961
  unstyled: t.unstyled,
@@ -32169,8 +32175,8 @@ var b4 = {
32169
32175
  if (e) {
32170
32176
  this.clearEditingMetaData();
32171
32177
  var r = this.getActiveFilters(this.filters), i;
32172
- r.global && (i = this.globalFilterFields || this.columns.map(function(w) {
32173
- return n.columnProp(w, "filterField") || n.columnProp(w, "field");
32178
+ r.global && (i = this.globalFilterFields || this.columns.map(function(b) {
32179
+ return n.columnProp(b, "filterField") || n.columnProp(b, "field");
32174
32180
  }));
32175
32181
  for (var o = [], s = 0; s < e.length; s++) {
32176
32182
  var a = !0, l = !1, u = !1;
@@ -32186,8 +32192,8 @@ var b4 = {
32186
32192
  if (a = this.executeLocalFilter(d, e[s], y), f.operator === C0.OR && a || f.operator === C0.AND && !a)
32187
32193
  break;
32188
32194
  }
32189
- } catch (w) {
32190
- h.e(w);
32195
+ } catch (b) {
32196
+ h.e(b);
32191
32197
  } finally {
32192
32198
  h.f();
32193
32199
  }
@@ -32202,12 +32208,12 @@ var b4 = {
32202
32208
  if (l = Gc.filters[r.global.matchMode || nt.CONTAINS](R.resolveFieldData(e[s], v), r.global.value, this.filterLocale), l)
32203
32209
  break;
32204
32210
  }
32205
- var b = void 0;
32206
- r.global ? b = u ? u && a && l : l : b = u && a, b && o.push(e[s]);
32211
+ var w = void 0;
32212
+ r.global ? w = u ? u && a && l : l : w = u && a, w && o.push(e[s]);
32207
32213
  }
32208
32214
  (o.length === this.value.length || Object.keys(r).length == 0) && (o = e);
32209
- var S = this.createLazyLoadEvent();
32210
- return S.filteredValue = o, this.$emit("filter", S), this.$nextTick(function() {
32215
+ var k = this.createLazyLoadEvent();
32216
+ return k.filteredValue = o, this.$emit("filter", k), this.$nextTick(function() {
32211
32217
  n.$emit("value-change", n.processedData);
32212
32218
  }), o;
32213
32219
  }
@@ -32231,7 +32237,7 @@ var b4 = {
32231
32237
  if (this.isSingleSelectionMode())
32232
32238
  this.$emit("update:selection", null);
32233
32239
  else {
32234
- var c = this.findIndexInSelection(o), d = this.selection.filter(function(w, x) {
32240
+ var c = this.findIndexInSelection(o), d = this.selection.filter(function(b, x) {
32235
32241
  return x != c;
32236
32242
  });
32237
32243
  this.$emit("update:selection", d);
@@ -32270,7 +32276,7 @@ var b4 = {
32270
32276
  }));
32271
32277
  else if (this.selectionMode === "multiple")
32272
32278
  if (a) {
32273
- var h = this.findIndexInSelection(o), p = this.selection.filter(function(w, x) {
32279
+ var h = this.findIndexInSelection(o), p = this.selection.filter(function(b, x) {
32274
32280
  return x != h;
32275
32281
  });
32276
32282
  this.$emit("update:selection", p), this.$emit("row-unselect", {
@@ -32291,11 +32297,11 @@ var b4 = {
32291
32297
  }
32292
32298
  }
32293
32299
  if (this.rowTouched = !1, i) {
32294
- var m, v, b;
32300
+ var m, v, w;
32295
32301
  if (((m = n.target) === null || m === void 0 ? void 0 : m.getAttribute("data-pc-section")) === "rowtogglericon" || ((v = n.target) === null || v === void 0 || (v = v.parentElement) === null || v === void 0 ? void 0 : v.getAttribute("data-pc-section")) === "rowtogglericon")
32296
32302
  return;
32297
- var S = (b = n.target) === null || b === void 0 ? void 0 : b.closest('tr[data-p-selectable-row="true"]');
32298
- i.tabIndex = "-1", S.tabIndex = "0";
32303
+ var k = (w = n.target) === null || w === void 0 ? void 0 : w.closest('tr[data-p-selectable-row="true"]');
32304
+ i.tabIndex = "-1", k.tabIndex = "0";
32299
32305
  }
32300
32306
  }
32301
32307
  },
@@ -32674,8 +32680,8 @@ var b4 = {
32674
32680
  if (r.preventDefault(), this.draggedColumnElement) {
32675
32681
  var o = I.index(this.draggedColumnElement), s = I.index(this.findParentHeader(r.target)), a = o !== s;
32676
32682
  if (a && (s - o === 1 && this.dropPosition === -1 || s - o === -1 && this.dropPosition === 1) && (a = !1), a) {
32677
- var l = function(v, b) {
32678
- return n.columnProp(v, "columnKey") || n.columnProp(b, "columnKey") ? n.columnProp(v, "columnKey") === n.columnProp(b, "columnKey") : n.columnProp(v, "field") === n.columnProp(b, "field");
32683
+ var l = function(v, w) {
32684
+ return n.columnProp(v, "columnKey") || n.columnProp(w, "columnKey") ? n.columnProp(v, "columnKey") === n.columnProp(w, "columnKey") : n.columnProp(v, "field") === n.columnProp(w, "field");
32679
32685
  }, u = this.columns.findIndex(function(m) {
32680
32686
  return l(m, n.draggedColumn);
32681
32687
  }), c = this.columns.findIndex(function(m) {
@@ -34010,32 +34016,32 @@ const _B = /* @__PURE__ */ we(BB, [["render", HB], ["__scopeId", "data-v-9d861ae
34010
34016
  },
34011
34017
  // Merge any other filters passed in via prop.
34012
34018
  ...t.filters
34013
- }), p = Z(() => {
34019
+ }), p = z(() => {
34014
34020
  var A;
34015
- const k = !t.loading && ((A = n.value) == null ? void 0 : A.empty);
34016
- return e("is-empty", k), k;
34017
- }), y = Z(() => {
34018
- const k = [], A = {};
34021
+ const S = !t.loading && ((A = n.value) == null ? void 0 : A.empty);
34022
+ return e("is-empty", S), S;
34023
+ }), y = z(() => {
34024
+ const S = [], A = {};
34019
34025
  let P = 0;
34020
34026
  return t.columns.forEach((L) => {
34021
34027
  A[L.key] = "";
34022
34028
  }), [...Array(t.skeletonRows)].forEach(() => {
34023
- k.push({
34029
+ S.push({
34024
34030
  ...A,
34025
34031
  shimmer: P % 2 ? "bg-gray-10" : "bg-gray-30"
34026
34032
  }), P++;
34027
- }), k;
34033
+ }), S;
34028
34034
  }), m = () => {
34029
- var k, A;
34030
- l.value.scrollWidth > l.value.clientWidth ? (r.value = !0, (k = l.value) == null || k.classList.add("is-scrolled")) : (r.value = !1, (A = l.value) == null || A.classList.remove("is-scrolled")), x();
34031
- }, v = (k) => {
34032
- t.rowSelect(k);
34033
- }, b = (k) => {
34034
- t.rowUnselect(k);
34035
- }, S = () => {
34036
- var L, z;
34037
- const k = d.value.offsetTop - t.fixedTopOffset, A = document.querySelector('div[data-pc-section="header"]'), P = (L = l.value) == null ? void 0 : L.querySelector("thead");
34038
- if (i.value = !!t.fixedTopOffset && d.value && window.scrollY >= k, i.value) {
34035
+ var S, A;
34036
+ l.value.scrollWidth > l.value.clientWidth ? (r.value = !0, (S = l.value) == null || S.classList.add("is-scrolled")) : (r.value = !1, (A = l.value) == null || A.classList.remove("is-scrolled")), x();
34037
+ }, v = (S) => {
34038
+ t.rowSelect(S);
34039
+ }, w = (S) => {
34040
+ t.rowUnselect(S);
34041
+ }, k = () => {
34042
+ var L, j;
34043
+ const S = d.value.offsetTop - t.fixedTopOffset, A = document.querySelector('div[data-pc-section="header"]'), P = (L = l.value) == null ? void 0 : L.querySelector("thead");
34044
+ if (i.value = !!t.fixedTopOffset && d.value && window.scrollY >= S, i.value) {
34039
34045
  if (A.style.top = t.fixedTopOffset + "px", !r.value) {
34040
34046
  const W = t.fixedTopOffset + A.clientHeight + 1;
34041
34047
  P.style.top = W + "px";
@@ -34046,7 +34052,7 @@ const _B = /* @__PURE__ */ we(BB, [["render", HB], ["__scopeId", "data-v-9d861ae
34046
34052
  const W = document.querySelector(
34047
34053
  'div[data-pc-section="header"] > div[data-pc-section="wrapper"]'
34048
34054
  );
34049
- (z = W == null ? void 0 : W.querySelectorAll("th")) == null || z.forEach((U, X) => {
34055
+ (j = W == null ? void 0 : W.querySelectorAll("th")) == null || j.forEach((U, X) => {
34050
34056
  var oe;
34051
34057
  const ae = (oe = l.value) == null ? void 0 : oe.querySelector(
34052
34058
  `th:nth-child(${X + 1})`
@@ -34055,12 +34061,12 @@ const _B = /* @__PURE__ */ we(BB, [["render", HB], ["__scopeId", "data-v-9d861ae
34055
34061
  });
34056
34062
  }
34057
34063
  x();
34058
- }, w = () => {
34059
- var A, P, L, z;
34060
- const k = (A = l.value) == null ? void 0 : A.cloneNode(!0);
34061
- if (k) {
34064
+ }, b = () => {
34065
+ var A, P, L, j;
34066
+ const S = (A = l.value) == null ? void 0 : A.cloneNode(!0);
34067
+ if (S) {
34062
34068
  const W = document.querySelector('div[data-pc-section="header"]');
34063
- W == null || W.append(k);
34069
+ W == null || W.append(S);
34064
34070
  const U = W == null ? void 0 : W.querySelector('div[data-pc-section="wrapper"]');
34065
34071
  (P = U == null ? void 0 : U.querySelector("tbody")) == null || P.remove(), U == null || U.addEventListener("scroll", () => {
34066
34072
  l.value.scrollLeft = U.scrollLeft;
@@ -34070,7 +34076,7 @@ const _B = /* @__PURE__ */ we(BB, [["render", HB], ["__scopeId", "data-v-9d861ae
34070
34076
  U.scrollLeft = l.value.scrollLeft;
34071
34077
  const X = l.value.scrollWidth - l.value.clientWidth;
34072
34078
  s.value = l.value.scrollLeft === 0, o.value = l.value.scrollLeft === X;
34073
- }), (z = U == null ? void 0 : U.querySelectorAll("th")) == null || z.forEach((X, ae) => {
34079
+ }), (j = U == null ? void 0 : U.querySelectorAll("th")) == null || j.forEach((X, ae) => {
34074
34080
  X == null || X.addEventListener("click", async () => {
34075
34081
  var J;
34076
34082
  if (i.value && r.value) {
@@ -34083,13 +34089,13 @@ const _B = /* @__PURE__ */ we(BB, [["render", HB], ["__scopeId", "data-v-9d861ae
34083
34089
  });
34084
34090
  }
34085
34091
  }, x = () => {
34086
- const k = l.value.clientWidth + "px", A = document.querySelector('div[data-pc-section="header"]'), P = A.querySelector('div[data-pc-section="wrapper"] thead');
34087
- A.style.width = k, l.value.querySelector("thead").style.width = k, P && (P.style.width = k);
34092
+ const S = l.value.clientWidth + "px", A = document.querySelector('div[data-pc-section="header"]'), P = A.querySelector('div[data-pc-section="wrapper"] thead');
34093
+ A.style.width = S, l.value.querySelector("thead").style.width = S, P && (P.style.width = S);
34088
34094
  };
34089
34095
  return Ze(() => {
34090
- l.value = document.querySelector('div[data-pc-section="wrapper"]'), m(), window.addEventListener("resize", m), window.addEventListener("scroll", S), w();
34096
+ l.value = document.querySelector('div[data-pc-section="wrapper"]'), m(), window.addEventListener("resize", m), window.addEventListener("scroll", k), b();
34091
34097
  }), Vn(() => {
34092
- window.removeEventListener("resize", m), window.removeEventListener("scroll", S);
34098
+ window.removeEventListener("resize", m), window.removeEventListener("scroll", k);
34093
34099
  }), {
34094
34100
  // Refs
34095
34101
  dataTableRef: n,
@@ -34111,7 +34117,7 @@ const _B = /* @__PURE__ */ we(BB, [["render", HB], ["__scopeId", "data-v-9d861ae
34111
34117
  // determineFixed,
34112
34118
  onPageResizeOrLoad: m,
34113
34119
  onSelectRow: v,
34114
- onUnselectRow: b,
34120
+ onUnselectRow: w,
34115
34121
  // Composable
34116
34122
  mq: nr
34117
34123
  };
@@ -34345,13 +34351,13 @@ const rK = /* @__PURE__ */ we(tF, [["render", nF], ["__scopeId", "data-v-1a01844
34345
34351
  },
34346
34352
  emits: [bm],
34347
34353
  setup(t, { attrs: e, emit: n, slots: r }) {
34348
- const i = V(!1), o = V(), s = Z(() => !!r.actions), a = Z(() => !!e.disabled || !!t.isDisabled), l = Z(() => [
34354
+ const i = V(!1), o = V(), s = z(() => !!r.actions), a = z(() => !!e.disabled || !!t.isDisabled), l = z(() => [
34349
34355
  {
34350
34356
  [`has-${t.status}`]: t.status && !a.value
34351
34357
  },
34352
34358
  { "is-focused": i.value },
34353
34359
  { "is-disabled": a.value }
34354
- ]), u = Z(() => [
34360
+ ]), u = z(() => [
34355
34361
  "textarea",
34356
34362
  t.textareaClass,
34357
34363
  { [t.status]: t.status && !a.value },
@@ -34462,16 +34468,16 @@ const iK = /* @__PURE__ */ we(rF, [["render", aF], ["__scopeId", "data-v-fda7354
34462
34468
  },
34463
34469
  emits: [wm, Cm, Sm],
34464
34470
  setup(t, { emit: e }) {
34465
- const n = V(null), r = Z({
34471
+ const n = V(null), r = z({
34466
34472
  get: () => t.modelValue,
34467
34473
  set: (u) => {
34468
34474
  e(wm, u);
34469
34475
  }
34470
- }), i = Z(
34476
+ }), i = z(
34471
34477
  () => t.variant ? "is-" + t.variant : ""
34472
- ), o = Z(
34478
+ ), o = z(
34473
34479
  () => t.position ? "toast-fixed " + t.position : ""
34474
- ), s = Z(
34480
+ ), s = z(
34475
34481
  () => t.withTransition && "component-slide-right"
34476
34482
  ), a = () => {
34477
34483
  e(Cm);
@@ -38406,8 +38412,8 @@ function XF(t, e, n, r) {
38406
38412
  for (let y = 0; y < s.length; y++) {
38407
38413
  let m = s[(y + l) % s.length], v = !0;
38408
38414
  m < 0 && (v = !1, m = -m);
38409
- let b = i.node(m - 1), S = i.index(m - 1);
38410
- if (b.canReplaceWith(S, S, p.type, p.marks))
38415
+ let w = i.node(m - 1), k = i.index(m - 1);
38416
+ if (w.canReplaceWith(k, k, p.type, p.marks))
38411
38417
  return t.replace(i.before(m), v ? o.after(m) : n, new Q(W4(r.content, 0, r.openStart, h), h, r.openEnd));
38412
38418
  }
38413
38419
  }
@@ -41914,7 +41920,7 @@ Vt.drop = (t, e) => {
41914
41920
  u.setSelection(new se(h));
41915
41921
  else {
41916
41922
  let p = u.mapping.map(l);
41917
- u.mapping.maps[u.mapping.maps.length - 1].forEach((y, m, v, b) => p = b), u.setSelection(Jf(t, h, u.doc.resolve(p)));
41923
+ u.mapping.maps[u.mapping.maps.length - 1].forEach((y, m, v, w) => p = w), u.setSelection(Jf(t, h, u.doc.resolve(p)));
41918
41924
  }
41919
41925
  t.focus(), t.dispatch(u.setMeta("uiEvent", "drop"));
41920
41926
  };
@@ -42315,11 +42321,11 @@ function vH(t, e, n, r, i, o, s) {
42315
42321
  n.maps[u].forEach((f, h, p, y) => {
42316
42322
  let m = y - p - (h - f);
42317
42323
  for (let v = 0; v < a.length; v += 3) {
42318
- let b = a[v + 1];
42319
- if (b < 0 || f > b + c - d)
42324
+ let w = a[v + 1];
42325
+ if (w < 0 || f > w + c - d)
42320
42326
  continue;
42321
- let S = a[v] + c - d;
42322
- h >= S ? a[v + 1] = f <= S ? -2 : -1 : f >= c && m && (a[v] += m, a[v + 1] += m);
42327
+ let k = a[v] + c - d;
42328
+ h >= k ? a[v + 1] = f <= k ? -2 : -1 : f >= c && m && (a[v] += m, a[v + 1] += m);
42323
42329
  }
42324
42330
  d += m;
42325
42331
  }), c = n.maps[u].map(c, -1);
@@ -42620,12 +42626,12 @@ function EH(t, e, n) {
42620
42626
  let { node: r, fromOffset: i, toOffset: o, from: s, to: a } = t.docView.parseRange(e, n), l = t.domSelectionRange(), u, c = l.anchorNode;
42621
42627
  if (c && t.dom.contains(c.nodeType == 1 ? c : c.parentNode) && (u = [{ node: c, offset: l.anchorOffset }], V2(l) || u.push({ node: l.focusNode, offset: l.focusOffset })), Tt && t.input.lastKeyCode === 8)
42622
42628
  for (let m = o; m > i; m--) {
42623
- let v = r.childNodes[m - 1], b = v.pmViewDesc;
42624
- if (v.nodeName == "BR" && !b) {
42629
+ let v = r.childNodes[m - 1], w = v.pmViewDesc;
42630
+ if (v.nodeName == "BR" && !w) {
42625
42631
  o = m;
42626
42632
  break;
42627
42633
  }
42628
- if (!b || b.size)
42634
+ if (!w || w.size)
42629
42635
  break;
42630
42636
  }
42631
42637
  let d = t.state.doc, f = t.someProp("domParser") || Uo.fromSchema(t.state.schema), h = d.resolve(s), p = null, y = f.parse(r, {
@@ -42663,11 +42669,11 @@ const MH = /^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|df
42663
42669
  function xH(t, e, n, r, i) {
42664
42670
  let o = t.input.compositionPendingChanges || (t.composing ? t.input.compositionID : 0);
42665
42671
  if (t.input.compositionPendingChanges = 0, e < 0) {
42666
- let L = t.input.lastSelectionTime > Date.now() - 50 ? t.input.lastSelectionOrigin : null, z = Yf(t, L);
42667
- if (z && !t.state.selection.eq(z)) {
42672
+ let L = t.input.lastSelectionTime > Date.now() - 50 ? t.input.lastSelectionOrigin : null, j = Yf(t, L);
42673
+ if (j && !t.state.selection.eq(j)) {
42668
42674
  if (Tt && Pn && t.input.lastKeyCode === 13 && Date.now() - 100 < t.input.lastKeyCodeTime && t.someProp("handleKeyDown", (U) => U(t, Bi(13, "Enter"))))
42669
42675
  return;
42670
- let W = t.state.tr.setSelection(z);
42676
+ let W = t.state.tr.setSelection(j);
42671
42677
  L == "pointer" ? W.setMeta("pointer", !0) : L == "key" && W.scrollIntoView(), o && W.setMeta("composition", o), t.dispatch(W);
42672
42678
  }
42673
42679
  return;
@@ -42688,8 +42694,8 @@ function xH(t, e, n, r, i) {
42688
42694
  if (u.sel) {
42689
42695
  let L = dg(t, t.state.doc, u.sel);
42690
42696
  if (L && !L.eq(t.state.selection)) {
42691
- let z = t.state.tr.setSelection(L);
42692
- o && z.setMeta("composition", o), t.dispatch(z);
42697
+ let j = t.state.tr.setSelection(L);
42698
+ o && j.setMeta("composition", o), t.dispatch(j);
42693
42699
  }
42694
42700
  }
42695
42701
  return;
@@ -42699,8 +42705,8 @@ function xH(t, e, n, r, i) {
42699
42705
  u.sel = { anchor: u.sel.anchor + L, head: u.sel.anchor + L };
42700
42706
  }
42701
42707
  t.input.domChangeCount++, t.state.selection.from < t.state.selection.to && p.start == p.endB && t.state.selection instanceof de && (p.start > t.state.selection.from && p.start <= t.state.selection.from + 2 && t.state.selection.from >= u.from ? p.start = t.state.selection.from : p.endA < t.state.selection.to && p.endA >= t.state.selection.to - 2 && t.state.selection.to <= u.to && (p.endB += t.state.selection.to - p.endA, p.endA = t.state.selection.to)), Ut && ni <= 11 && p.endB == p.start + 1 && p.endA == p.start && p.start > u.from && u.doc.textBetween(p.start - u.from - 1, p.start - u.from + 1) == "  " && (p.start--, p.endA--, p.endB--);
42702
- let y = u.doc.resolveNoCache(p.start - u.from), m = u.doc.resolveNoCache(p.endB - u.from), v = c.resolve(p.start), b = y.sameParent(m) && y.parent.inlineContent && v.end() >= p.endA, S;
42703
- if ((qo && t.input.lastIOSEnter > Date.now() - 225 && (!b || i.some((L) => L.nodeName == "DIV" || L.nodeName == "P")) || !b && y.pos < u.doc.content.size && !y.sameParent(m) && (S = ye.findFrom(u.doc.resolve(y.pos + 1), 1, !0)) && S.head == m.pos) && t.someProp("handleKeyDown", (L) => L(t, Bi(13, "Enter")))) {
42708
+ let y = u.doc.resolveNoCache(p.start - u.from), m = u.doc.resolveNoCache(p.endB - u.from), v = c.resolve(p.start), w = y.sameParent(m) && y.parent.inlineContent && v.end() >= p.endA, k;
42709
+ if ((qo && t.input.lastIOSEnter > Date.now() - 225 && (!w || i.some((L) => L.nodeName == "DIV" || L.nodeName == "P")) || !w && y.pos < u.doc.content.size && !y.sameParent(m) && (k = ye.findFrom(u.doc.resolve(y.pos + 1), 1, !0)) && k.head == m.pos) && t.someProp("handleKeyDown", (L) => L(t, Bi(13, "Enter")))) {
42704
42710
  t.input.lastIOSEnter = 0;
42705
42711
  return;
42706
42712
  }
@@ -42708,32 +42714,32 @@ function xH(t, e, n, r, i) {
42708
42714
  Pn && Tt && t.domObserver.suppressSelectionUpdates();
42709
42715
  return;
42710
42716
  }
42711
- Tt && Pn && p.endB == p.start && (t.input.lastAndroidDelete = Date.now()), Pn && !b && y.start() != m.start() && m.parentOffset == 0 && y.depth == m.depth && u.sel && u.sel.anchor == u.sel.head && u.sel.head == p.endA && (p.endB -= 2, m = u.doc.resolveNoCache(p.endB - u.from), setTimeout(() => {
42717
+ Tt && Pn && p.endB == p.start && (t.input.lastAndroidDelete = Date.now()), Pn && !w && y.start() != m.start() && m.parentOffset == 0 && y.depth == m.depth && u.sel && u.sel.anchor == u.sel.head && u.sel.head == p.endA && (p.endB -= 2, m = u.doc.resolveNoCache(p.endB - u.from), setTimeout(() => {
42712
42718
  t.someProp("handleKeyDown", function(L) {
42713
42719
  return L(t, Bi(13, "Enter"));
42714
42720
  });
42715
42721
  }, 20));
42716
- let w = p.start, x = p.endA, k, A, P;
42717
- if (b) {
42722
+ let b = p.start, x = p.endA, S, A, P;
42723
+ if (w) {
42718
42724
  if (y.pos == m.pos)
42719
- Ut && ni <= 11 && y.parentOffset == 0 && (t.domObserver.suppressSelectionUpdates(), setTimeout(() => wr(t), 20)), k = t.state.tr.delete(w, x), A = c.resolve(p.start).marksAcross(c.resolve(p.endA));
42725
+ Ut && ni <= 11 && y.parentOffset == 0 && (t.domObserver.suppressSelectionUpdates(), setTimeout(() => wr(t), 20)), S = t.state.tr.delete(b, x), A = c.resolve(p.start).marksAcross(c.resolve(p.endA));
42720
42726
  else if (
42721
42727
  // Adding or removing a mark
42722
42728
  p.endA == p.endB && (P = AH(y.parent.content.cut(y.parentOffset, m.parentOffset), v.parent.content.cut(v.parentOffset, p.endA - v.start())))
42723
42729
  )
42724
- k = t.state.tr, P.type == "add" ? k.addMark(w, x, P.mark) : k.removeMark(w, x, P.mark);
42730
+ S = t.state.tr, P.type == "add" ? S.addMark(b, x, P.mark) : S.removeMark(b, x, P.mark);
42725
42731
  else if (y.parent.child(y.index()).isText && y.index() == m.index() - (m.textOffset ? 0 : 1)) {
42726
42732
  let L = y.parent.textBetween(y.parentOffset, m.parentOffset);
42727
- if (t.someProp("handleTextInput", (z) => z(t, w, x, L)))
42733
+ if (t.someProp("handleTextInput", (j) => j(t, b, x, L)))
42728
42734
  return;
42729
- k = t.state.tr.insertText(L, w, x);
42735
+ S = t.state.tr.insertText(L, b, x);
42730
42736
  }
42731
42737
  }
42732
- if (k || (k = t.state.tr.replace(w, x, u.doc.slice(p.start - u.from, p.endB - u.from))), u.sel) {
42733
- let L = dg(t, k.doc, u.sel);
42734
- L && !(Tt && Pn && t.composing && L.empty && (p.start != p.endB || t.input.lastAndroidDelete < Date.now() - 100) && (L.head == w || L.head == k.mapping.map(x) - 1) || Ut && L.empty && L.head == w) && k.setSelection(L);
42738
+ if (S || (S = t.state.tr.replace(b, x, u.doc.slice(p.start - u.from, p.endB - u.from))), u.sel) {
42739
+ let L = dg(t, S.doc, u.sel);
42740
+ L && !(Tt && Pn && t.composing && L.empty && (p.start != p.endB || t.input.lastAndroidDelete < Date.now() - 100) && (L.head == b || L.head == S.mapping.map(x) - 1) || Ut && L.empty && L.head == b) && S.setSelection(L);
42735
42741
  }
42736
- A && k.ensureMarks(A), o && k.setMeta("composition", o), t.dispatch(k.scrollIntoView());
42742
+ A && S.ensureMarks(A), o && S.setMeta("composition", o), t.dispatch(S.scrollIntoView());
42737
42743
  }
42738
42744
  function dg(t, e, n) {
42739
42745
  return Math.max(n.anchor, n.head) > e.content.size ? null : Jf(t, e.resolve(n.anchor), e.resolve(n.head));
@@ -43963,11 +43969,11 @@ function y_(t, e) {
43963
43969
  options: u.options,
43964
43970
  storage: u.storage,
43965
43971
  editor: e
43966
- }, f = t.reduce((v, b) => {
43967
- const S = ne(b, "extendNodeSchema", d);
43972
+ }, f = t.reduce((v, w) => {
43973
+ const k = ne(w, "extendNodeSchema", d);
43968
43974
  return {
43969
43975
  ...v,
43970
- ...S ? S(u) : {}
43976
+ ...k ? k(u) : {}
43971
43977
  };
43972
43978
  }, {}), h = wg({
43973
43979
  ...f,
@@ -43982,8 +43988,8 @@ function y_(t, e) {
43982
43988
  defining: ge(ne(u, "defining", d)),
43983
43989
  isolating: ge(ne(u, "isolating", d)),
43984
43990
  attrs: Object.fromEntries(c.map((v) => {
43985
- var b;
43986
- return [v.name, { default: (b = v == null ? void 0 : v.attribute) === null || b === void 0 ? void 0 : b.default }];
43991
+ var w;
43992
+ return [v.name, { default: (w = v == null ? void 0 : v.attribute) === null || w === void 0 ? void 0 : w.default }];
43987
43993
  }))
43988
43994
  }), p = ge(ne(u, "parseHTML", d));
43989
43995
  p && (h.parseDOM = p.map((v) => bg(v, c)));
@@ -44001,10 +44007,10 @@ function y_(t, e) {
44001
44007
  storage: u.storage,
44002
44008
  editor: e
44003
44009
  }, f = t.reduce((m, v) => {
44004
- const b = ne(v, "extendMarkSchema", d);
44010
+ const w = ne(v, "extendMarkSchema", d);
44005
44011
  return {
44006
44012
  ...m,
44007
- ...b ? b(u) : {}
44013
+ ...w ? w(u) : {}
44008
44014
  };
44009
44015
  }, {}), h = wg({
44010
44016
  ...f,
@@ -44093,7 +44099,7 @@ function Zu(t) {
44093
44099
  }), m = {
44094
44100
  from: r - (h[0].length - o.length),
44095
44101
  to: i
44096
- }, { commands: v, chain: b, can: S } = new j2({
44102
+ }, { commands: v, chain: w, can: k } = new j2({
44097
44103
  editor: n,
44098
44104
  state: y
44099
44105
  });
@@ -44102,8 +44108,8 @@ function Zu(t) {
44102
44108
  range: m,
44103
44109
  match: h,
44104
44110
  commands: v,
44105
- chain: b,
44106
- can: S
44111
+ chain: w,
44112
+ can: k
44107
44113
  }) === null || !p.steps.length || (p.setMeta(a, {
44108
44114
  transform: p,
44109
44115
  from: r,
@@ -44195,16 +44201,16 @@ function O_(t) {
44195
44201
  if (!h.isTextblock || h.type.spec.code)
44196
44202
  return;
44197
44203
  const y = Math.max(r, p), m = Math.min(i, p + h.content.size), v = h.textBetween(y - p, m - p, void 0, "");
44198
- k_(v, o.find, s).forEach((S) => {
44199
- if (S.index === void 0)
44204
+ k_(v, o.find, s).forEach((k) => {
44205
+ if (k.index === void 0)
44200
44206
  return;
44201
- const w = y + S.index + 1, x = w + S[0].length, k = {
44202
- from: n.tr.mapping.map(w),
44207
+ const b = y + k.index + 1, x = b + k[0].length, S = {
44208
+ from: n.tr.mapping.map(b),
44203
44209
  to: n.tr.mapping.map(x)
44204
44210
  }, A = o.handler({
44205
44211
  state: n,
44206
- range: k,
44207
- match: S,
44212
+ range: S,
44213
+ match: k,
44208
44214
  commands: l,
44209
44215
  chain: u,
44210
44216
  can: c,
@@ -44248,20 +44254,20 @@ function T_(t) {
44248
44254
  const m = d.doc.content.findDiffStart(f.doc.content), v = d.doc.content.findDiffEnd(f.doc.content);
44249
44255
  if (!C_(m) || !v || m === v.b)
44250
44256
  return;
44251
- const b = f.tr, S = z2({
44257
+ const w = f.tr, k = z2({
44252
44258
  state: f,
44253
- transaction: b
44259
+ transaction: w
44254
44260
  });
44255
44261
  if (!(!O_({
44256
44262
  editor: e,
44257
- state: S,
44263
+ state: k,
44258
44264
  from: Math.max(m - 1, 0),
44259
44265
  to: v.b - 1,
44260
44266
  rule: u,
44261
44267
  pasteEvent: s,
44262
44268
  dropEvent: a
44263
- }) || !b.steps.length))
44264
- return a = typeof DragEvent < "u" ? new DragEvent("drop") : null, s = typeof ClipboardEvent < "u" ? new ClipboardEvent("paste") : null, b;
44269
+ }) || !w.steps.length))
44270
+ return a = typeof DragEvent < "u" ? new DragEvent("drop") : null, s = typeof ClipboardEvent < "u" ? new ClipboardEvent("paste") : null, w;
44265
44271
  }
44266
44272
  }));
44267
44273
  }
@@ -44957,11 +44963,11 @@ function Cd(t, e, n = {}) {
44957
44963
  t.doc.nodesBetween(h, p, (y, m) => {
44958
44964
  if (!y.isText && !y.marks.length)
44959
44965
  return;
44960
- const v = Math.max(h, m), b = Math.min(p, m + y.nodeSize), S = b - v;
44961
- s += S, a.push(...y.marks.map((w) => ({
44962
- mark: w,
44966
+ const v = Math.max(h, m), w = Math.min(p, m + y.nodeSize), k = w - v;
44967
+ s += k, a.push(...y.marks.map((b) => ({
44968
+ mark: b,
44963
44969
  from: v,
44964
- to: b
44970
+ to: w
44965
44971
  })));
44966
44972
  });
44967
44973
  }), s === 0)
@@ -45126,16 +45132,16 @@ const Vz = ({ keepMarks: t = !0 } = {}) => ({ tr: e, state: n, dispatch: r, edit
45126
45132
  const v = a.index(-1) ? 1 : a.index(-2) ? 2 : 3;
45127
45133
  for (let A = a.depth - v; A >= a.depth - 3; A -= 1)
45128
45134
  m = _.from(a.node(A).copy(m));
45129
- const b = a.indexAfter(-1) < a.node(-2).childCount ? 1 : a.indexAfter(-2) < a.node(-3).childCount ? 2 : 3, S = r0(d, a.node().type.name, a.node().attrs), w = ((o = s.contentMatch.defaultType) === null || o === void 0 ? void 0 : o.createAndFill(S)) || void 0;
45130
- m = m.append(_.from(s.createAndFill(null, w) || void 0));
45135
+ const w = a.indexAfter(-1) < a.node(-2).childCount ? 1 : a.indexAfter(-2) < a.node(-3).childCount ? 2 : 3, k = r0(d, a.node().type.name, a.node().attrs), b = ((o = s.contentMatch.defaultType) === null || o === void 0 ? void 0 : o.createAndFill(k)) || void 0;
45136
+ m = m.append(_.from(s.createAndFill(null, b) || void 0));
45131
45137
  const x = a.before(a.depth - (v - 1));
45132
- e.replace(x, a.after(-b), new Q(m, 4 - v, 0));
45133
- let k = -1;
45138
+ e.replace(x, a.after(-w), new Q(m, 4 - v, 0));
45139
+ let S = -1;
45134
45140
  e.doc.nodesBetween(x, e.doc.content.size, (A, P) => {
45135
- if (k > -1)
45141
+ if (S > -1)
45136
45142
  return !1;
45137
- A.isTextblock && A.content.size === 0 && (k = P + 1);
45138
- }), k > -1 && e.setSelection(de.near(e.doc.resolve(k))), e.scrollIntoView();
45143
+ A.isTextblock && A.content.size === 0 && (S = P + 1);
45144
+ }), S > -1 && e.setSelection(de.near(e.doc.resolve(S))), e.scrollIntoView();
45139
45145
  }
45140
45146
  return !0;
45141
45147
  }
@@ -45148,11 +45154,11 @@ const Vz = ({ keepMarks: t = !0 } = {}) => ({ tr: e, state: n, dispatch: r, edit
45148
45154
  if (!Ho(e.doc, a.pos, 2))
45149
45155
  return !1;
45150
45156
  if (r) {
45151
- const { selection: m, storedMarks: v } = n, { splittableMarks: b } = i.extensionManager, S = v || m.$to.parentOffset && m.$from.marks();
45152
- if (e.split(a.pos, 2, y).scrollIntoView(), !S || !r)
45157
+ const { selection: m, storedMarks: v } = n, { splittableMarks: w } = i.extensionManager, k = v || m.$to.parentOffset && m.$from.marks();
45158
+ if (e.split(a.pos, 2, y).scrollIntoView(), !k || !r)
45153
45159
  return !0;
45154
- const w = S.filter((x) => b.includes(x.type.name));
45155
- e.ensureMarks(w);
45160
+ const b = k.filter((x) => w.includes(x.type.name));
45161
+ e.ensureMarks(b);
45156
45162
  }
45157
45163
  return !0;
45158
45164
  }, Uu = (t, e) => {
@@ -45174,19 +45180,19 @@ const Vz = ({ keepMarks: t = !0 } = {}) => ({ tr: e, state: n, dispatch: r, edit
45174
45180
  const i = t.doc.nodeAt(r);
45175
45181
  return n.node.type === (i == null ? void 0 : i.type) && gi(t.doc, r) && t.join(r), !0;
45176
45182
  }, _z = (t, e, n, r = {}) => ({ editor: i, tr: o, state: s, dispatch: a, chain: l, commands: u, can: c }) => {
45177
- const { extensions: d, splittableMarks: f } = i.extensionManager, h = dt(t, s.schema), p = dt(e, s.schema), { selection: y, storedMarks: m } = s, { $from: v, $to: b } = y, S = v.blockRange(b), w = m || y.$to.parentOffset && y.$from.marks();
45178
- if (!S)
45183
+ const { extensions: d, splittableMarks: f } = i.extensionManager, h = dt(t, s.schema), p = dt(e, s.schema), { selection: y, storedMarks: m } = s, { $from: v, $to: w } = y, k = v.blockRange(w), b = m || y.$to.parentOffset && y.$from.marks();
45184
+ if (!k)
45179
45185
  return !1;
45180
- const x = c1((k) => Og(k.type.name, d))(y);
45181
- if (S.depth >= 1 && x && S.depth - x.depth <= 1) {
45186
+ const x = c1((S) => Og(S.type.name, d))(y);
45187
+ if (k.depth >= 1 && x && k.depth - x.depth <= 1) {
45182
45188
  if (x.node.type === h)
45183
45189
  return u.liftListItem(p);
45184
45190
  if (Og(x.node.type.name, d) && h.validContent(x.node.content) && a)
45185
45191
  return l().command(() => (o.setNodeMarkup(x.pos, h), !0)).command(() => Uu(o, h)).command(() => Ku(o, h)).run();
45186
45192
  }
45187
- return !n || !w || !a ? l().command(() => c().wrapInList(h, r) ? !0 : u.clearNodes()).wrapInList(h, r).command(() => Uu(o, h)).command(() => Ku(o, h)).run() : l().command(() => {
45188
- const k = c().wrapInList(h, r), A = w.filter((P) => f.includes(P.type.name));
45189
- return o.ensureMarks(A), k ? !0 : u.clearNodes();
45193
+ return !n || !b || !a ? l().command(() => c().wrapInList(h, r) ? !0 : u.clearNodes()).wrapInList(h, r).command(() => Uu(o, h)).command(() => Ku(o, h)).run() : l().command(() => {
45194
+ const S = c().wrapInList(h, r), A = b.filter((P) => f.includes(P.type.name));
45195
+ return o.ensureMarks(A), S ? !0 : u.clearNodes();
45190
45196
  }).wrapInList(h, r).command(() => Uu(o, h)).command(() => Ku(o, h)).run();
45191
45197
  }, zz = (t, e = {}, n = {}) => ({ state: r, commands: i }) => {
45192
45198
  const { extendEmptyMarkRange: o = !1 } = n, s = vi(t, r.schema);
@@ -46345,8 +46351,8 @@ var Tj = function(e, n) {
46345
46351
  function Ej(t) {
46346
46352
  var e, n = t.state, r = t.name, i = t.options, o = n.elements.arrow, s = n.modifiersData.popperOffsets, a = tr(n.placement), l = m1(a), u = [Gt, kn].indexOf(a) >= 0, c = u ? "height" : "width";
46347
46353
  if (!(!o || !s)) {
46348
- var d = Tj(i.padding, n), f = p1(o), h = l === "y" ? Kt : Gt, p = l === "y" ? Sn : kn, y = n.rects.reference[c] + n.rects.reference[l] - s[l] - n.rects.popper[c], m = s[l] - n.rects.reference[l], v = ml(o), b = v ? l === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, S = y / 2 - m / 2, w = d[h], x = b - f[c] - d[p], k = b / 2 - f[c] / 2 + S, A = zs(w, k, x), P = l;
46349
- n.modifiersData[r] = (e = {}, e[P] = A, e.centerOffset = A - k, e);
46354
+ var d = Tj(i.padding, n), f = p1(o), h = l === "y" ? Kt : Gt, p = l === "y" ? Sn : kn, y = n.rects.reference[c] + n.rects.reference[l] - s[l] - n.rects.popper[c], m = s[l] - n.rects.reference[l], v = ml(o), w = v ? l === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, k = y / 2 - m / 2, b = d[h], x = w - f[c] - d[p], S = w / 2 - f[c] / 2 + k, A = zs(b, S, x), P = l;
46355
+ n.modifiersData[r] = (e = {}, e[P] = A, e.centerOffset = A - S, e);
46350
46356
  }
46351
46357
  }
46352
46358
  function Ij(t) {
@@ -46387,24 +46393,24 @@ function Mg(t) {
46387
46393
  y
46388
46394
  };
46389
46395
  h = m.x, y = m.y;
46390
- var v = s.hasOwnProperty("x"), b = s.hasOwnProperty("y"), S = Gt, w = Kt, x = window;
46396
+ var v = s.hasOwnProperty("x"), w = s.hasOwnProperty("y"), k = Gt, b = Kt, x = window;
46391
46397
  if (u) {
46392
- var k = ml(n), A = "clientHeight", P = "clientWidth";
46393
- if (k === sn(n) && (k = bi(n), Tr(k).position !== "static" && a === "absolute" && (A = "scrollHeight", P = "scrollWidth")), k = k, i === Kt || (i === Gt || i === kn) && o === za) {
46394
- w = Sn;
46395
- var L = d && k === x && x.visualViewport ? x.visualViewport.height : (
46398
+ var S = ml(n), A = "clientHeight", P = "clientWidth";
46399
+ if (S === sn(n) && (S = bi(n), Tr(S).position !== "static" && a === "absolute" && (A = "scrollHeight", P = "scrollWidth")), S = S, i === Kt || (i === Gt || i === kn) && o === za) {
46400
+ b = Sn;
46401
+ var L = d && S === x && x.visualViewport ? x.visualViewport.height : (
46396
46402
  // $FlowFixMe[prop-missing]
46397
- k[A]
46403
+ S[A]
46398
46404
  );
46399
46405
  y -= L - r.height, y *= l ? 1 : -1;
46400
46406
  }
46401
46407
  if (i === Gt || (i === Kt || i === Sn) && o === za) {
46402
- S = kn;
46403
- var z = d && k === x && x.visualViewport ? x.visualViewport.width : (
46408
+ k = kn;
46409
+ var j = d && S === x && x.visualViewport ? x.visualViewport.width : (
46404
46410
  // $FlowFixMe[prop-missing]
46405
- k[P]
46411
+ S[P]
46406
46412
  );
46407
- h -= z - r.width, h *= l ? 1 : -1;
46413
+ h -= j - r.width, h *= l ? 1 : -1;
46408
46414
  }
46409
46415
  }
46410
46416
  var W = Object.assign({
@@ -46418,9 +46424,9 @@ function Mg(t) {
46418
46424
  };
46419
46425
  if (h = U.x, y = U.y, l) {
46420
46426
  var X;
46421
- return Object.assign({}, W, (X = {}, X[w] = b ? "0" : "", X[S] = v ? "0" : "", X.transform = (x.devicePixelRatio || 1) <= 1 ? "translate(" + h + "px, " + y + "px)" : "translate3d(" + h + "px, " + y + "px, 0)", X));
46427
+ return Object.assign({}, W, (X = {}, X[b] = w ? "0" : "", X[k] = v ? "0" : "", X.transform = (x.devicePixelRatio || 1) <= 1 ? "translate(" + h + "px, " + y + "px)" : "translate3d(" + h + "px, " + y + "px, 0)", X));
46422
46428
  }
46423
- return Object.assign({}, W, (e = {}, e[w] = b ? y + "px" : "", e[S] = v ? h + "px" : "", e.transform = "", e));
46429
+ return Object.assign({}, W, (e = {}, e[b] = w ? y + "px" : "", e[k] = v ? h + "px" : "", e.transform = "", e));
46424
46430
  }
46425
46431
  function Pj(t) {
46426
46432
  var e = t.state, n = t.options, r = n.gpuAcceleration, i = r === void 0 ? !0 : r, o = n.adaptive, s = o === void 0 ? !0 : o, a = n.roundOffsets, l = a === void 0 ? !0 : a, u = {
@@ -46620,12 +46626,12 @@ function eb(t) {
46620
46626
  }
46621
46627
  function ja(t, e) {
46622
46628
  e === void 0 && (e = {});
46623
- var n = e, r = n.placement, i = r === void 0 ? t.placement : r, o = n.strategy, s = o === void 0 ? t.strategy : o, a = n.boundary, l = a === void 0 ? lj : a, u = n.rootBoundary, c = u === void 0 ? W7 : u, d = n.elementContext, f = d === void 0 ? Ts : d, h = n.altBoundary, p = h === void 0 ? !1 : h, y = n.padding, m = y === void 0 ? 0 : y, v = J7(typeof m != "number" ? m : Q7(m, pl)), b = f === Ts ? uj : Ts, S = t.rects.popper, w = t.elements[p ? b : f], x = _j(oo(w) ? w : w.contextElement || bi(t.elements.popper), l, c, s), k = es(t.elements.reference), A = eb({
46624
- reference: k,
46625
- element: S,
46629
+ var n = e, r = n.placement, i = r === void 0 ? t.placement : r, o = n.strategy, s = o === void 0 ? t.strategy : o, a = n.boundary, l = a === void 0 ? lj : a, u = n.rootBoundary, c = u === void 0 ? W7 : u, d = n.elementContext, f = d === void 0 ? Ts : d, h = n.altBoundary, p = h === void 0 ? !1 : h, y = n.padding, m = y === void 0 ? 0 : y, v = J7(typeof m != "number" ? m : Q7(m, pl)), w = f === Ts ? uj : Ts, k = t.rects.popper, b = t.elements[p ? w : f], x = _j(oo(b) ? b : b.contextElement || bi(t.elements.popper), l, c, s), S = es(t.elements.reference), A = eb({
46630
+ reference: S,
46631
+ element: k,
46626
46632
  strategy: "absolute",
46627
46633
  placement: i
46628
- }), P = Td(Object.assign({}, S, A)), L = f === Ts ? P : k, z = {
46634
+ }), P = Td(Object.assign({}, k, A)), L = f === Ts ? P : S, j = {
46629
46635
  top: x.top - L.top + v.top,
46630
46636
  bottom: L.bottom - x.bottom + v.bottom,
46631
46637
  left: x.left - L.left + v.left,
@@ -46633,12 +46639,12 @@ function ja(t, e) {
46633
46639
  }, W = t.modifiersData.offset;
46634
46640
  if (f === Ts && W) {
46635
46641
  var U = W[i];
46636
- Object.keys(z).forEach(function(X) {
46642
+ Object.keys(j).forEach(function(X) {
46637
46643
  var ae = [kn, Sn].indexOf(X) >= 0 ? 1 : -1, J = [Kt, Sn].indexOf(X) >= 0 ? "y" : "x";
46638
- z[X] += U[J] * ae;
46644
+ j[X] += U[J] * ae;
46639
46645
  });
46640
46646
  }
46641
- return z;
46647
+ return j;
46642
46648
  }
46643
46649
  function zj(t, e) {
46644
46650
  e === void 0 && (e = {});
@@ -46669,7 +46675,7 @@ function jj(t) {
46669
46675
  function Zj(t) {
46670
46676
  var e = t.state, n = t.options, r = t.name;
46671
46677
  if (!e.modifiersData[r]._skip) {
46672
- for (var i = n.mainAxis, o = i === void 0 ? !0 : i, s = n.altAxis, a = s === void 0 ? !0 : s, l = n.fallbackPlacements, u = n.padding, c = n.boundary, d = n.rootBoundary, f = n.altBoundary, h = n.flipVariations, p = h === void 0 ? !0 : h, y = n.allowedAutoPlacements, m = e.options.placement, v = tr(m), b = v === m, S = l || (b || !p ? [i0(m)] : jj(m)), w = [m].concat(S).reduce(function(Jt, Qt) {
46678
+ for (var i = n.mainAxis, o = i === void 0 ? !0 : i, s = n.altAxis, a = s === void 0 ? !0 : s, l = n.fallbackPlacements, u = n.padding, c = n.boundary, d = n.rootBoundary, f = n.altBoundary, h = n.flipVariations, p = h === void 0 ? !0 : h, y = n.allowedAutoPlacements, m = e.options.placement, v = tr(m), w = v === m, k = l || (w || !p ? [i0(m)] : jj(m)), b = [m].concat(k).reduce(function(Jt, Qt) {
46673
46679
  return Jt.concat(tr(Qt) === f1 ? zj(e, {
46674
46680
  placement: Qt,
46675
46681
  boundary: c,
@@ -46678,15 +46684,15 @@ function Zj(t) {
46678
46684
  flipVariations: p,
46679
46685
  allowedAutoPlacements: y
46680
46686
  }) : Qt);
46681
- }, []), x = e.rects.reference, k = e.rects.popper, A = /* @__PURE__ */ new Map(), P = !0, L = w[0], z = 0; z < w.length; z++) {
46682
- var W = w[z], U = tr(W), X = ts(W) === Qo, ae = [Kt, Sn].indexOf(U) >= 0, J = ae ? "width" : "height", oe = ja(e, {
46687
+ }, []), x = e.rects.reference, S = e.rects.popper, A = /* @__PURE__ */ new Map(), P = !0, L = b[0], j = 0; j < b.length; j++) {
46688
+ var W = b[j], U = tr(W), X = ts(W) === Qo, ae = [Kt, Sn].indexOf(U) >= 0, J = ae ? "width" : "height", oe = ja(e, {
46683
46689
  placement: W,
46684
46690
  boundary: c,
46685
46691
  rootBoundary: d,
46686
46692
  altBoundary: f,
46687
46693
  padding: u
46688
46694
  }), he = ae ? X ? kn : Gt : X ? Sn : Kt;
46689
- x[J] > k[J] && (he = i0(he));
46695
+ x[J] > S[J] && (he = i0(he));
46690
46696
  var Ce = i0(he), ft = [];
46691
46697
  if (o && ft.push(oe[U] <= 0), a && ft.push(oe[he] <= 0, oe[Ce] <= 0), ft.every(function(Jt) {
46692
46698
  return Jt;
@@ -46698,7 +46704,7 @@ function Zj(t) {
46698
46704
  }
46699
46705
  if (P)
46700
46706
  for (var Pt = p ? 3 : 1, bt = function(Qt) {
46701
- var En = w.find(function(wi) {
46707
+ var En = b.find(function(wi) {
46702
46708
  var In = A.get(wi);
46703
46709
  if (In)
46704
46710
  return In.slice(0, Qt).every(function(xr) {
@@ -46814,9 +46820,9 @@ function eZ(t) {
46814
46820
  rootBoundary: u,
46815
46821
  padding: d,
46816
46822
  altBoundary: c
46817
- }), v = tr(e.placement), b = ts(e.placement), S = !b, w = m1(v), x = Xj(w), k = e.modifiersData.popperOffsets, A = e.rects.reference, P = e.rects.popper, L = typeof y == "function" ? y(Object.assign({}, e.rects, {
46823
+ }), v = tr(e.placement), w = ts(e.placement), k = !w, b = m1(v), x = Xj(b), S = e.modifiersData.popperOffsets, A = e.rects.reference, P = e.rects.popper, L = typeof y == "function" ? y(Object.assign({}, e.rects, {
46818
46824
  placement: e.placement
46819
- })) : y, z = typeof L == "number" ? {
46825
+ })) : y, j = typeof L == "number" ? {
46820
46826
  mainAxis: L,
46821
46827
  altAxis: L
46822
46828
  } : Object.assign({
@@ -46826,17 +46832,17 @@ function eZ(t) {
46826
46832
  x: 0,
46827
46833
  y: 0
46828
46834
  };
46829
- if (k) {
46835
+ if (S) {
46830
46836
  if (o) {
46831
- var X, ae = w === "y" ? Kt : Gt, J = w === "y" ? Sn : kn, oe = w === "y" ? "height" : "width", he = k[w], Ce = he + m[ae], ft = he - m[J], Pt = h ? -P[oe] / 2 : 0, bt = b === Qo ? A[oe] : P[oe], wt = b === Qo ? -P[oe] : -A[oe], Tn = e.elements.arrow, Jt = h && Tn ? p1(Tn) : {
46837
+ var X, ae = b === "y" ? Kt : Gt, J = b === "y" ? Sn : kn, oe = b === "y" ? "height" : "width", he = S[b], Ce = he + m[ae], ft = he - m[J], Pt = h ? -P[oe] / 2 : 0, bt = w === Qo ? A[oe] : P[oe], wt = w === Qo ? -P[oe] : -A[oe], Tn = e.elements.arrow, Jt = h && Tn ? p1(Tn) : {
46832
46838
  width: 0,
46833
46839
  height: 0
46834
- }, Qt = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Y7(), En = Qt[ae], wi = Qt[J], In = zs(0, A[oe], Jt[oe]), xr = S ? A[oe] / 2 - Pt - In - En - z.mainAxis : bt - In - En - z.mainAxis, Hn = S ? -A[oe] / 2 + Pt + In + wi + z.mainAxis : wt + In + wi + z.mainAxis, Ar = e.elements.arrow && ml(e.elements.arrow), uo = Ar ? w === "y" ? Ar.clientTop || 0 : Ar.clientLeft || 0 : 0, Ci = (X = W == null ? void 0 : W[w]) != null ? X : 0, co = he + xr - Ci - uo, fo = he + Hn - Ci, Pr = zs(h ? N0(Ce, co) : Ce, he, h ? Qi(ft, fo) : ft);
46835
- k[w] = Pr, U[w] = Pr - he;
46840
+ }, Qt = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Y7(), En = Qt[ae], wi = Qt[J], In = zs(0, A[oe], Jt[oe]), xr = k ? A[oe] / 2 - Pt - In - En - j.mainAxis : bt - In - En - j.mainAxis, Hn = k ? -A[oe] / 2 + Pt + In + wi + j.mainAxis : wt + In + wi + j.mainAxis, Ar = e.elements.arrow && ml(e.elements.arrow), uo = Ar ? b === "y" ? Ar.clientTop || 0 : Ar.clientLeft || 0 : 0, Ci = (X = W == null ? void 0 : W[b]) != null ? X : 0, co = he + xr - Ci - uo, fo = he + Hn - Ci, Pr = zs(h ? N0(Ce, co) : Ce, he, h ? Qi(ft, fo) : ft);
46841
+ S[b] = Pr, U[b] = Pr - he;
46836
46842
  }
46837
46843
  if (a) {
46838
- var Si, ho = w === "x" ? Kt : Gt, po = w === "x" ? Sn : kn, Mn = k[x], _n = x === "y" ? "height" : "width", ki = Mn + m[ho], ar = Mn - m[po], Oi = [Kt, Gt].indexOf(v) !== -1, $e = (Si = W == null ? void 0 : W[x]) != null ? Si : 0, B = Oi ? ki : Mn - A[_n] - P[_n] - $e + z.altAxis, j = Oi ? Mn + A[_n] + P[_n] - $e - z.altAxis : ar, be = h && Oi ? Oj(B, Mn, j) : zs(h ? B : ki, Mn, h ? j : ar);
46839
- k[x] = be, U[x] = be - Mn;
46844
+ var Si, ho = b === "x" ? Kt : Gt, po = b === "x" ? Sn : kn, Mn = S[x], _n = x === "y" ? "height" : "width", ki = Mn + m[ho], ar = Mn - m[po], Oi = [Kt, Gt].indexOf(v) !== -1, $e = (Si = W == null ? void 0 : W[x]) != null ? Si : 0, B = Oi ? ki : Mn - A[_n] - P[_n] - $e + j.altAxis, Z = Oi ? Mn + A[_n] + P[_n] - $e - j.altAxis : ar, be = h && Oi ? Oj(B, Mn, Z) : zs(h ? B : ki, Mn, h ? Z : ar);
46845
+ S[x] = be, U[x] = be - Mn;
46840
46846
  }
46841
46847
  e.modifiersData[r] = U;
46842
46848
  }
@@ -46958,14 +46964,14 @@ function cZ(t) {
46958
46964
  }, d = [], f = !1, h = {
46959
46965
  state: c,
46960
46966
  setOptions: function(v) {
46961
- var b = typeof v == "function" ? v(c.options) : v;
46962
- y(), c.options = Object.assign({}, o, c.options, b), c.scrollParents = {
46967
+ var w = typeof v == "function" ? v(c.options) : v;
46968
+ y(), c.options = Object.assign({}, o, c.options, w), c.scrollParents = {
46963
46969
  reference: oo(a) ? js(a) : a.contextElement ? js(a.contextElement) : [],
46964
46970
  popper: js(l)
46965
46971
  };
46966
- var S = aZ(uZ([].concat(r, c.options.modifiers)));
46967
- return c.orderedModifiers = S.filter(function(w) {
46968
- return w.enabled;
46972
+ var k = aZ(uZ([].concat(r, c.options.modifiers)));
46973
+ return c.orderedModifiers = k.filter(function(b) {
46974
+ return b.enabled;
46969
46975
  }), p(), h.update();
46970
46976
  },
46971
46977
  // Sync update – it will always be executed, even if not necessary. This
@@ -46975,21 +46981,21 @@ function cZ(t) {
46975
46981
  // prefer the async Popper#update method
46976
46982
  forceUpdate: function() {
46977
46983
  if (!f) {
46978
- var v = c.elements, b = v.reference, S = v.popper;
46979
- if (Rg(b, S)) {
46984
+ var v = c.elements, w = v.reference, k = v.popper;
46985
+ if (Rg(w, k)) {
46980
46986
  c.rects = {
46981
- reference: oZ(b, ml(S), c.options.strategy === "fixed"),
46982
- popper: p1(S)
46983
- }, c.reset = !1, c.placement = c.options.placement, c.orderedModifiers.forEach(function(z) {
46984
- return c.modifiersData[z.name] = Object.assign({}, z.data);
46987
+ reference: oZ(w, ml(k), c.options.strategy === "fixed"),
46988
+ popper: p1(k)
46989
+ }, c.reset = !1, c.placement = c.options.placement, c.orderedModifiers.forEach(function(j) {
46990
+ return c.modifiersData[j.name] = Object.assign({}, j.data);
46985
46991
  });
46986
- for (var w = 0; w < c.orderedModifiers.length; w++) {
46992
+ for (var b = 0; b < c.orderedModifiers.length; b++) {
46987
46993
  if (c.reset === !0) {
46988
- c.reset = !1, w = -1;
46994
+ c.reset = !1, b = -1;
46989
46995
  continue;
46990
46996
  }
46991
- var x = c.orderedModifiers[w], k = x.fn, A = x.options, P = A === void 0 ? {} : A, L = x.name;
46992
- typeof k == "function" && (c = k({
46997
+ var x = c.orderedModifiers[b], S = x.fn, A = x.options, P = A === void 0 ? {} : A, L = x.name;
46998
+ typeof S == "function" && (c = S({
46993
46999
  state: c,
46994
47000
  options: P,
46995
47001
  name: L,
@@ -47017,16 +47023,16 @@ function cZ(t) {
47017
47023
  });
47018
47024
  function p() {
47019
47025
  c.orderedModifiers.forEach(function(m) {
47020
- var v = m.name, b = m.options, S = b === void 0 ? {} : b, w = m.effect;
47021
- if (typeof w == "function") {
47022
- var x = w({
47026
+ var v = m.name, w = m.options, k = w === void 0 ? {} : w, b = m.effect;
47027
+ if (typeof b == "function") {
47028
+ var x = b({
47023
47029
  state: c,
47024
47030
  name: v,
47025
47031
  instance: h,
47026
- options: S
47027
- }), k = function() {
47032
+ options: k
47033
+ }), S = function() {
47028
47034
  };
47029
- d.push(x || k);
47035
+ d.push(x || S);
47030
47036
  }
47031
47037
  });
47032
47038
  }
@@ -47144,8 +47150,8 @@ function TZ(t, e) {
47144
47150
  var o = i.popperRect, s = i.popperState, a = i.props, l = a.interactiveBorder, u = bZ(s.placement), c = s.modifiersData.offset;
47145
47151
  if (!c)
47146
47152
  return !0;
47147
- var d = u === "bottom" ? c.top.y : 0, f = u === "top" ? c.bottom.y : 0, h = u === "right" ? c.left.x : 0, p = u === "left" ? c.right.x : 0, y = o.top - r + d > l, m = r - o.bottom - f > l, v = o.left - n + h > l, b = n - o.right - p > l;
47148
- return y || m || v || b;
47153
+ var d = u === "bottom" ? c.top.y : 0, f = u === "top" ? c.bottom.y : 0, h = u === "right" ? c.left.x : 0, p = u === "left" ? c.right.x : 0, y = o.top - r + d > l, m = r - o.bottom - f > l, v = o.left - n + h > l, w = n - o.right - p > l;
47154
+ return y || m || v || w;
47149
47155
  });
47150
47156
  }
47151
47157
  function Yu(t, e, n) {
@@ -47403,7 +47409,7 @@ function db(t) {
47403
47409
  db.$$tippy = !0;
47404
47410
  var VZ = 1, jl = [], Ju = [];
47405
47411
  function HZ(t, e) {
47406
- var n = zg(t, Object.assign({}, tn, ub(Bg(e)))), r, i, o, s = !1, a = !1, l = !1, u = !1, c, d, f, h = [], p = $g(co, n.interactiveDebounce), y, m = VZ++, v = null, b = vZ(n.plugins), S = {
47412
+ var n = zg(t, Object.assign({}, tn, ub(Bg(e)))), r, i, o, s = !1, a = !1, l = !1, u = !1, c, d, f, h = [], p = $g(co, n.interactiveDebounce), y, m = VZ++, v = null, w = vZ(n.plugins), k = {
47407
47413
  // Is the instance currently enabled?
47408
47414
  isEnabled: !0,
47409
47415
  // Is the tippy currently showing and not transitioning out?
@@ -47414,18 +47420,18 @@ function HZ(t, e) {
47414
47420
  isMounted: !1,
47415
47421
  // Has the tippy finished transitioning in?
47416
47422
  isShown: !1
47417
- }, w = {
47423
+ }, b = {
47418
47424
  // properties
47419
47425
  id: m,
47420
47426
  reference: t,
47421
47427
  popper: Zs(),
47422
47428
  popperInstance: v,
47423
47429
  props: n,
47424
- state: S,
47425
- plugins: b,
47430
+ state: k,
47431
+ plugins: w,
47426
47432
  // methods
47427
47433
  clearDelayTimeouts: B,
47428
- setProps: j,
47434
+ setProps: Z,
47429
47435
  setContent: be,
47430
47436
  show: Ve,
47431
47437
  hide: lr,
@@ -47436,27 +47442,27 @@ function HZ(t, e) {
47436
47442
  destroy: ur
47437
47443
  };
47438
47444
  if (!n.render)
47439
- return process.env.NODE_ENV !== "production" && Ed(!0, "render() function has not been supplied."), w;
47440
- var x = n.render(w), k = x.popper, A = x.onUpdate;
47441
- k.setAttribute("data-tippy-root", ""), k.id = "tippy-" + w.id, w.popper = k, t._tippy = w, k._tippy = w;
47442
- var P = b.map(function(F) {
47443
- return F.fn(w);
47445
+ return process.env.NODE_ENV !== "production" && Ed(!0, "render() function has not been supplied."), b;
47446
+ var x = n.render(b), S = x.popper, A = x.onUpdate;
47447
+ S.setAttribute("data-tippy-root", ""), S.id = "tippy-" + b.id, b.popper = S, t._tippy = b, S._tippy = b;
47448
+ var P = w.map(function(F) {
47449
+ return F.fn(b);
47444
47450
  }), L = t.hasAttribute("aria-expanded");
47445
- return Ar(), Pt(), he(), Ce("onCreate", [w]), n.showOnCreate && ki(), k.addEventListener("mouseenter", function() {
47446
- w.props.interactive && w.state.isVisible && w.clearDelayTimeouts();
47447
- }), k.addEventListener("mouseleave", function() {
47448
- w.props.interactive && w.props.trigger.indexOf("mouseenter") >= 0 && ae().addEventListener("mousemove", p);
47449
- }), w;
47450
- function z() {
47451
- var F = w.props.touch;
47451
+ return Ar(), Pt(), he(), Ce("onCreate", [b]), n.showOnCreate && ki(), S.addEventListener("mouseenter", function() {
47452
+ b.props.interactive && b.state.isVisible && b.clearDelayTimeouts();
47453
+ }), S.addEventListener("mouseleave", function() {
47454
+ b.props.interactive && b.props.trigger.indexOf("mouseenter") >= 0 && ae().addEventListener("mousemove", p);
47455
+ }), b;
47456
+ function j() {
47457
+ var F = b.props.touch;
47452
47458
  return Array.isArray(F) ? F : [F, 0];
47453
47459
  }
47454
47460
  function W() {
47455
- return z()[0] === "hold";
47461
+ return j()[0] === "hold";
47456
47462
  }
47457
47463
  function U() {
47458
47464
  var F;
47459
- return !!((F = w.props.render) != null && F.$$tippy);
47465
+ return !!((F = b.props.render) != null && F.$$tippy);
47460
47466
  }
47461
47467
  function X() {
47462
47468
  return y || t;
@@ -47466,29 +47472,29 @@ function HZ(t, e) {
47466
47472
  return F ? OZ(F) : document;
47467
47473
  }
47468
47474
  function J() {
47469
- return Md(k);
47475
+ return Md(S);
47470
47476
  }
47471
47477
  function oe(F) {
47472
- return w.state.isMounted && !w.state.isVisible || qn.isTouch || c && c.type === "focus" ? 0 : Gu(w.props.delay, F ? 0 : 1, tn.delay);
47478
+ return b.state.isMounted && !b.state.isVisible || qn.isTouch || c && c.type === "focus" ? 0 : Gu(b.props.delay, F ? 0 : 1, tn.delay);
47473
47479
  }
47474
47480
  function he(F) {
47475
- F === void 0 && (F = !1), k.style.pointerEvents = w.props.interactive && !F ? "" : "none", k.style.zIndex = "" + w.props.zIndex;
47481
+ F === void 0 && (F = !1), S.style.pointerEvents = b.props.interactive && !F ? "" : "none", S.style.zIndex = "" + b.props.zIndex;
47476
47482
  }
47477
47483
  function Ce(F, te, le) {
47478
47484
  if (le === void 0 && (le = !0), P.forEach(function(Se) {
47479
47485
  Se[F] && Se[F].apply(Se, te);
47480
47486
  }), le) {
47481
47487
  var xe;
47482
- (xe = w.props)[F].apply(xe, te);
47488
+ (xe = b.props)[F].apply(xe, te);
47483
47489
  }
47484
47490
  }
47485
47491
  function ft() {
47486
- var F = w.props.aria;
47492
+ var F = b.props.aria;
47487
47493
  if (F.content) {
47488
- var te = "aria-" + F.content, le = k.id, xe = Ao(w.props.triggerTarget || t);
47494
+ var te = "aria-" + F.content, le = S.id, xe = Ao(b.props.triggerTarget || t);
47489
47495
  xe.forEach(function(Se) {
47490
47496
  var Dt = Se.getAttribute(te);
47491
- if (w.state.isVisible)
47497
+ if (b.state.isVisible)
47492
47498
  Se.setAttribute(te, Dt ? Dt + " " + le : le);
47493
47499
  else {
47494
47500
  var un = Dt && Dt.replace(le, "").trim();
@@ -47498,10 +47504,10 @@ function HZ(t, e) {
47498
47504
  }
47499
47505
  }
47500
47506
  function Pt() {
47501
- if (!(L || !w.props.aria.expanded)) {
47502
- var F = Ao(w.props.triggerTarget || t);
47507
+ if (!(L || !b.props.aria.expanded)) {
47508
+ var F = Ao(b.props.triggerTarget || t);
47503
47509
  F.forEach(function(te) {
47504
- w.props.interactive ? te.setAttribute("aria-expanded", w.state.isVisible && te === X() ? "true" : "false") : te.removeAttribute("aria-expanded");
47510
+ b.props.interactive ? te.setAttribute("aria-expanded", b.state.isVisible && te === X() ? "true" : "false") : te.removeAttribute("aria-expanded");
47505
47511
  });
47506
47512
  }
47507
47513
  }
@@ -47513,17 +47519,17 @@ function HZ(t, e) {
47513
47519
  function wt(F) {
47514
47520
  if (!(qn.isTouch && (l || F.type === "mousedown"))) {
47515
47521
  var te = F.composedPath && F.composedPath()[0] || F.target;
47516
- if (!(w.props.interactive && Vg(k, te))) {
47517
- if (Ao(w.props.triggerTarget || t).some(function(le) {
47522
+ if (!(b.props.interactive && Vg(S, te))) {
47523
+ if (Ao(b.props.triggerTarget || t).some(function(le) {
47518
47524
  return Vg(le, te);
47519
47525
  })) {
47520
- if (qn.isTouch || w.state.isVisible && w.props.trigger.indexOf("click") >= 0)
47526
+ if (qn.isTouch || b.state.isVisible && b.props.trigger.indexOf("click") >= 0)
47521
47527
  return;
47522
47528
  } else
47523
- Ce("onClickOutside", [w, F]);
47524
- w.props.hideOnClick === !0 && (w.clearDelayTimeouts(), w.hide(), a = !0, setTimeout(function() {
47529
+ Ce("onClickOutside", [b, F]);
47530
+ b.props.hideOnClick === !0 && (b.clearDelayTimeouts(), b.hide(), a = !0, setTimeout(function() {
47525
47531
  a = !1;
47526
- }), w.state.isMounted || En());
47532
+ }), b.state.isMounted || En());
47527
47533
  }
47528
47534
  }
47529
47535
  }
@@ -47543,7 +47549,7 @@ function HZ(t, e) {
47543
47549
  }
47544
47550
  function wi(F, te) {
47545
47551
  xr(F, function() {
47546
- !w.state.isVisible && k.parentNode && k.parentNode.contains(k) && te();
47552
+ !b.state.isVisible && S.parentNode && S.parentNode.contains(S) && te();
47547
47553
  });
47548
47554
  }
47549
47555
  function In(F, te) {
@@ -47560,7 +47566,7 @@ function HZ(t, e) {
47560
47566
  }
47561
47567
  function Hn(F, te, le) {
47562
47568
  le === void 0 && (le = !1);
47563
- var xe = Ao(w.props.triggerTarget || t);
47569
+ var xe = Ao(b.props.triggerTarget || t);
47564
47570
  xe.forEach(function(Se) {
47565
47571
  Se.addEventListener(F, te, le), h.push({
47566
47572
  node: Se,
@@ -47575,7 +47581,7 @@ function HZ(t, e) {
47575
47581
  passive: !0
47576
47582
  }), Hn("touchend", fo, {
47577
47583
  passive: !0
47578
- })), yZ(w.props.trigger).forEach(function(F) {
47584
+ })), yZ(b.props.trigger).forEach(function(F) {
47579
47585
  if (F !== "manual")
47580
47586
  switch (Hn(F, Ci), F) {
47581
47587
  case "mouseenter":
@@ -47598,17 +47604,17 @@ function HZ(t, e) {
47598
47604
  }
47599
47605
  function Ci(F) {
47600
47606
  var te, le = !1;
47601
- if (!(!w.state.isEnabled || Si(F) || a)) {
47607
+ if (!(!b.state.isEnabled || Si(F) || a)) {
47602
47608
  var xe = ((te = c) == null ? void 0 : te.type) === "focus";
47603
- c = F, y = F.currentTarget, Pt(), !w.state.isVisible && CZ(F) && jl.forEach(function(Se) {
47609
+ c = F, y = F.currentTarget, Pt(), !b.state.isVisible && CZ(F) && jl.forEach(function(Se) {
47604
47610
  return Se(F);
47605
- }), F.type === "click" && (w.props.trigger.indexOf("mouseenter") < 0 || s) && w.props.hideOnClick !== !1 && w.state.isVisible ? le = !0 : ki(F), F.type === "click" && (s = !le), le && !xe && ar(F);
47611
+ }), F.type === "click" && (b.props.trigger.indexOf("mouseenter") < 0 || s) && b.props.hideOnClick !== !1 && b.state.isVisible ? le = !0 : ki(F), F.type === "click" && (s = !le), le && !xe && ar(F);
47606
47612
  }
47607
47613
  }
47608
47614
  function co(F) {
47609
- var te = F.target, le = X().contains(te) || k.contains(te);
47615
+ var te = F.target, le = X().contains(te) || S.contains(te);
47610
47616
  if (!(F.type === "mousemove" && le)) {
47611
- var xe = _n().concat(k).map(function(Se) {
47617
+ var xe = _n().concat(S).map(function(Se) {
47612
47618
  var Dt, un = Se._tippy, go = (Dt = un.popperInstance) == null ? void 0 : Dt.state;
47613
47619
  return go ? {
47614
47620
  popperRect: Se.getBoundingClientRect(),
@@ -47620,24 +47626,24 @@ function HZ(t, e) {
47620
47626
  }
47621
47627
  }
47622
47628
  function fo(F) {
47623
- var te = Si(F) || w.props.trigger.indexOf("click") >= 0 && s;
47629
+ var te = Si(F) || b.props.trigger.indexOf("click") >= 0 && s;
47624
47630
  if (!te) {
47625
- if (w.props.interactive) {
47626
- w.hideWithInteractivity(F);
47631
+ if (b.props.interactive) {
47632
+ b.hideWithInteractivity(F);
47627
47633
  return;
47628
47634
  }
47629
47635
  ar(F);
47630
47636
  }
47631
47637
  }
47632
47638
  function Pr(F) {
47633
- w.props.trigger.indexOf("focusin") < 0 && F.target !== X() || w.props.interactive && F.relatedTarget && k.contains(F.relatedTarget) || ar(F);
47639
+ b.props.trigger.indexOf("focusin") < 0 && F.target !== X() || b.props.interactive && F.relatedTarget && S.contains(F.relatedTarget) || ar(F);
47634
47640
  }
47635
47641
  function Si(F) {
47636
47642
  return qn.isTouch ? W() !== F.type.indexOf("touch") >= 0 : !1;
47637
47643
  }
47638
47644
  function ho() {
47639
47645
  po();
47640
- var F = w.props, te = F.popperOptions, le = F.placement, xe = F.offset, Se = F.getReferenceClientRect, Dt = F.moveTransition, un = U() ? Md(k).arrow : null, go = Se ? {
47646
+ var F = b.props, te = F.popperOptions, le = F.placement, xe = F.offset, Se = F.getReferenceClientRect, Dt = F.moveTransition, un = U() ? Md(S).arrow : null, go = Se ? {
47641
47647
  getBoundingClientRect: Se,
47642
47648
  contextElement: Se.contextElement || X()
47643
47649
  } : t, x1 = {
@@ -47686,18 +47692,18 @@ function HZ(t, e) {
47686
47692
  element: un,
47687
47693
  padding: 3
47688
47694
  }
47689
- }), Ti.push.apply(Ti, (te == null ? void 0 : te.modifiers) || []), w.popperInstance = fZ(go, k, Object.assign({}, te, {
47695
+ }), Ti.push.apply(Ti, (te == null ? void 0 : te.modifiers) || []), b.popperInstance = fZ(go, S, Object.assign({}, te, {
47690
47696
  placement: le,
47691
47697
  onFirstUpdate: f,
47692
47698
  modifiers: Ti
47693
47699
  }));
47694
47700
  }
47695
47701
  function po() {
47696
- w.popperInstance && (w.popperInstance.destroy(), w.popperInstance = null);
47702
+ b.popperInstance && (b.popperInstance.destroy(), b.popperInstance = null);
47697
47703
  }
47698
47704
  function Mn() {
47699
- var F = w.props.appendTo, te, le = X();
47700
- w.props.interactive && F === ib || F === "parent" ? te = le.parentNode : te = ob(F, [le]), te.contains(k) || te.appendChild(k), w.state.isMounted = !0, ho(), process.env.NODE_ENV !== "production" && hr(w.props.interactive && F === tn.appendTo && le.nextElementSibling !== k, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
47705
+ var F = b.props.appendTo, te, le = X();
47706
+ b.props.interactive && F === ib || F === "parent" ? te = le.parentNode : te = ob(F, [le]), te.contains(S) || te.appendChild(S), b.state.isMounted = !0, ho(), process.env.NODE_ENV !== "production" && hr(b.props.interactive && F === tn.appendTo && le.nextElementSibling !== S, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
47701
47707
 
47702
47708
  `, "Using a wrapper <div> or <span> tag around the reference element", "solves this by creating a new parentNode context.", `
47703
47709
 
@@ -47706,101 +47712,101 @@ function HZ(t, e) {
47706
47712
  `, "See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "));
47707
47713
  }
47708
47714
  function _n() {
47709
- return B0(k.querySelectorAll("[data-tippy-root]"));
47715
+ return B0(S.querySelectorAll("[data-tippy-root]"));
47710
47716
  }
47711
47717
  function ki(F) {
47712
- w.clearDelayTimeouts(), F && Ce("onTrigger", [w, F]), Qt();
47713
- var te = oe(!0), le = z(), xe = le[0], Se = le[1];
47718
+ b.clearDelayTimeouts(), F && Ce("onTrigger", [b, F]), Qt();
47719
+ var te = oe(!0), le = j(), xe = le[0], Se = le[1];
47714
47720
  qn.isTouch && xe === "hold" && Se && (te = Se), te ? r = setTimeout(function() {
47715
- w.show();
47716
- }, te) : w.show();
47721
+ b.show();
47722
+ }, te) : b.show();
47717
47723
  }
47718
47724
  function ar(F) {
47719
- if (w.clearDelayTimeouts(), Ce("onUntrigger", [w, F]), !w.state.isVisible) {
47725
+ if (b.clearDelayTimeouts(), Ce("onUntrigger", [b, F]), !b.state.isVisible) {
47720
47726
  En();
47721
47727
  return;
47722
47728
  }
47723
- if (!(w.props.trigger.indexOf("mouseenter") >= 0 && w.props.trigger.indexOf("click") >= 0 && ["mouseleave", "mousemove"].indexOf(F.type) >= 0 && s)) {
47729
+ if (!(b.props.trigger.indexOf("mouseenter") >= 0 && b.props.trigger.indexOf("click") >= 0 && ["mouseleave", "mousemove"].indexOf(F.type) >= 0 && s)) {
47724
47730
  var te = oe(!1);
47725
47731
  te ? i = setTimeout(function() {
47726
- w.state.isVisible && w.hide();
47732
+ b.state.isVisible && b.hide();
47727
47733
  }, te) : o = requestAnimationFrame(function() {
47728
- w.hide();
47734
+ b.hide();
47729
47735
  });
47730
47736
  }
47731
47737
  }
47732
47738
  function Oi() {
47733
- w.state.isEnabled = !0;
47739
+ b.state.isEnabled = !0;
47734
47740
  }
47735
47741
  function $e() {
47736
- w.hide(), w.state.isEnabled = !1;
47742
+ b.hide(), b.state.isEnabled = !1;
47737
47743
  }
47738
47744
  function B() {
47739
47745
  clearTimeout(r), clearTimeout(i), cancelAnimationFrame(o);
47740
47746
  }
47741
- function j(F) {
47742
- if (process.env.NODE_ENV !== "production" && hr(w.state.isDestroyed, Oo("setProps")), !w.state.isDestroyed) {
47743
- Ce("onBeforeUpdate", [w, F]), uo();
47744
- var te = w.props, le = zg(t, Object.assign({}, te, Bg(F), {
47747
+ function Z(F) {
47748
+ if (process.env.NODE_ENV !== "production" && hr(b.state.isDestroyed, Oo("setProps")), !b.state.isDestroyed) {
47749
+ Ce("onBeforeUpdate", [b, F]), uo();
47750
+ var te = b.props, le = zg(t, Object.assign({}, te, Bg(F), {
47745
47751
  ignoreAttributes: !0
47746
47752
  }));
47747
- w.props = le, Ar(), te.interactiveDebounce !== le.interactiveDebounce && (bt(), p = $g(co, le.interactiveDebounce)), te.triggerTarget && !le.triggerTarget ? Ao(te.triggerTarget).forEach(function(xe) {
47753
+ b.props = le, Ar(), te.interactiveDebounce !== le.interactiveDebounce && (bt(), p = $g(co, le.interactiveDebounce)), te.triggerTarget && !le.triggerTarget ? Ao(te.triggerTarget).forEach(function(xe) {
47748
47754
  xe.removeAttribute("aria-expanded");
47749
- }) : le.triggerTarget && t.removeAttribute("aria-expanded"), Pt(), he(), A && A(te, le), w.popperInstance && (ho(), _n().forEach(function(xe) {
47755
+ }) : le.triggerTarget && t.removeAttribute("aria-expanded"), Pt(), he(), A && A(te, le), b.popperInstance && (ho(), _n().forEach(function(xe) {
47750
47756
  requestAnimationFrame(xe._tippy.popperInstance.forceUpdate);
47751
- })), Ce("onAfterUpdate", [w, F]);
47757
+ })), Ce("onAfterUpdate", [b, F]);
47752
47758
  }
47753
47759
  }
47754
47760
  function be(F) {
47755
- w.setProps({
47761
+ b.setProps({
47756
47762
  content: F
47757
47763
  });
47758
47764
  }
47759
47765
  function Ve() {
47760
- process.env.NODE_ENV !== "production" && hr(w.state.isDestroyed, Oo("show"));
47761
- var F = w.state.isVisible, te = w.state.isDestroyed, le = !w.state.isEnabled, xe = qn.isTouch && !w.props.touch, Se = Gu(w.props.duration, 0, tn.duration);
47762
- if (!(F || te || le || xe) && !X().hasAttribute("disabled") && (Ce("onShow", [w], !1), w.props.onShow(w) !== !1)) {
47763
- if (w.state.isVisible = !0, U() && (k.style.visibility = "visible"), he(), Qt(), w.state.isMounted || (k.style.transition = "none"), U()) {
47766
+ process.env.NODE_ENV !== "production" && hr(b.state.isDestroyed, Oo("show"));
47767
+ var F = b.state.isVisible, te = b.state.isDestroyed, le = !b.state.isEnabled, xe = qn.isTouch && !b.props.touch, Se = Gu(b.props.duration, 0, tn.duration);
47768
+ if (!(F || te || le || xe) && !X().hasAttribute("disabled") && (Ce("onShow", [b], !1), b.props.onShow(b) !== !1)) {
47769
+ if (b.state.isVisible = !0, U() && (S.style.visibility = "visible"), he(), Qt(), b.state.isMounted || (S.style.transition = "none"), U()) {
47764
47770
  var Dt = J(), un = Dt.box, go = Dt.content;
47765
47771
  qu([un, go], 0);
47766
47772
  }
47767
47773
  f = function() {
47768
47774
  var Ti;
47769
- if (!(!w.state.isVisible || u)) {
47770
- if (u = !0, k.offsetHeight, k.style.transition = w.props.moveTransition, U() && w.props.animation) {
47775
+ if (!(!b.state.isVisible || u)) {
47776
+ if (u = !0, S.offsetHeight, S.style.transition = b.props.moveTransition, U() && b.props.animation) {
47771
47777
  var Y2 = J(), gl = Y2.box, yo = Y2.content;
47772
47778
  qu([gl, yo], Se), Fg([gl, yo], "visible");
47773
47779
  }
47774
- ft(), Pt(), Ng(Ju, w), (Ti = w.popperInstance) == null || Ti.forceUpdate(), Ce("onMount", [w]), w.props.animation && U() && In(Se, function() {
47775
- w.state.isShown = !0, Ce("onShown", [w]);
47780
+ ft(), Pt(), Ng(Ju, b), (Ti = b.popperInstance) == null || Ti.forceUpdate(), Ce("onMount", [b]), b.props.animation && U() && In(Se, function() {
47781
+ b.state.isShown = !0, Ce("onShown", [b]);
47776
47782
  });
47777
47783
  }
47778
47784
  }, Mn();
47779
47785
  }
47780
47786
  }
47781
47787
  function lr() {
47782
- process.env.NODE_ENV !== "production" && hr(w.state.isDestroyed, Oo("hide"));
47783
- var F = !w.state.isVisible, te = w.state.isDestroyed, le = !w.state.isEnabled, xe = Gu(w.props.duration, 1, tn.duration);
47784
- if (!(F || te || le) && (Ce("onHide", [w], !1), w.props.onHide(w) !== !1)) {
47785
- if (w.state.isVisible = !1, w.state.isShown = !1, u = !1, s = !1, U() && (k.style.visibility = "hidden"), bt(), En(), he(!0), U()) {
47788
+ process.env.NODE_ENV !== "production" && hr(b.state.isDestroyed, Oo("hide"));
47789
+ var F = !b.state.isVisible, te = b.state.isDestroyed, le = !b.state.isEnabled, xe = Gu(b.props.duration, 1, tn.duration);
47790
+ if (!(F || te || le) && (Ce("onHide", [b], !1), b.props.onHide(b) !== !1)) {
47791
+ if (b.state.isVisible = !1, b.state.isShown = !1, u = !1, s = !1, U() && (S.style.visibility = "hidden"), bt(), En(), he(!0), U()) {
47786
47792
  var Se = J(), Dt = Se.box, un = Se.content;
47787
- w.props.animation && (qu([Dt, un], xe), Fg([Dt, un], "hidden"));
47793
+ b.props.animation && (qu([Dt, un], xe), Fg([Dt, un], "hidden"));
47788
47794
  }
47789
- ft(), Pt(), w.props.animation ? U() && wi(xe, w.unmount) : w.unmount();
47795
+ ft(), Pt(), b.props.animation ? U() && wi(xe, b.unmount) : b.unmount();
47790
47796
  }
47791
47797
  }
47792
47798
  function mo(F) {
47793
- process.env.NODE_ENV !== "production" && hr(w.state.isDestroyed, Oo("hideWithInteractivity")), ae().addEventListener("mousemove", p), Ng(jl, p), p(F);
47799
+ process.env.NODE_ENV !== "production" && hr(b.state.isDestroyed, Oo("hideWithInteractivity")), ae().addEventListener("mousemove", p), Ng(jl, p), p(F);
47794
47800
  }
47795
47801
  function Dr() {
47796
- process.env.NODE_ENV !== "production" && hr(w.state.isDestroyed, Oo("unmount")), w.state.isVisible && w.hide(), w.state.isMounted && (po(), _n().forEach(function(F) {
47802
+ process.env.NODE_ENV !== "production" && hr(b.state.isDestroyed, Oo("unmount")), b.state.isVisible && b.hide(), b.state.isMounted && (po(), _n().forEach(function(F) {
47797
47803
  F._tippy.unmount();
47798
- }), k.parentNode && k.parentNode.removeChild(k), Ju = Ju.filter(function(F) {
47799
- return F !== w;
47800
- }), w.state.isMounted = !1, Ce("onHidden", [w]));
47804
+ }), S.parentNode && S.parentNode.removeChild(S), Ju = Ju.filter(function(F) {
47805
+ return F !== b;
47806
+ }), b.state.isMounted = !1, Ce("onHidden", [b]));
47801
47807
  }
47802
47808
  function ur() {
47803
- process.env.NODE_ENV !== "production" && hr(w.state.isDestroyed, Oo("destroy")), !w.state.isDestroyed && (w.clearDelayTimeouts(), w.unmount(), uo(), delete t._tippy, w.state.isDestroyed = !0, Ce("onDestroy", [w]));
47809
+ process.env.NODE_ENV !== "production" && hr(b.state.isDestroyed, Oo("destroy")), !b.state.isDestroyed && (b.clearDelayTimeouts(), b.unmount(), uo(), delete t._tippy, b.state.isDestroyed = !0, Ce("onDestroy", [b]));
47804
47810
  }
47805
47811
  }
47806
47812
  function ms(t, e) {
@@ -47879,14 +47885,14 @@ class _Z {
47879
47885
  if (y || !l && !u)
47880
47886
  return;
47881
47887
  this.createTooltip();
47882
- const { ranges: b } = m, S = Math.min(...b.map((k) => k.$from.pos)), w = Math.max(...b.map((k) => k.$to.pos));
47888
+ const { ranges: w } = m, k = Math.min(...w.map((S) => S.$from.pos)), b = Math.max(...w.map((S) => S.$to.pos));
47883
47889
  if (!((d = this.shouldShow) === null || d === void 0 ? void 0 : d.call(this, {
47884
47890
  editor: this.editor,
47885
47891
  view: a,
47886
47892
  state: p,
47887
47893
  oldState: c,
47888
- from: S,
47889
- to: w
47894
+ from: k,
47895
+ to: b
47890
47896
  }))) {
47891
47897
  this.hide();
47892
47898
  return;
@@ -47894,12 +47900,12 @@ class _Z {
47894
47900
  (f = this.tippy) === null || f === void 0 || f.setProps({
47895
47901
  getReferenceClientRect: ((h = this.tippyOptions) === null || h === void 0 ? void 0 : h.getReferenceClientRect) || (() => {
47896
47902
  if (Pz(p.selection)) {
47897
- let k = a.nodeDOM(S);
47898
- const A = k.dataset.nodeViewWrapper ? k : k.querySelector("[data-node-view-wrapper]");
47899
- if (A && (k = A.firstChild), k)
47900
- return k.getBoundingClientRect();
47903
+ let S = a.nodeDOM(k);
47904
+ const A = S.dataset.nodeViewWrapper ? S : S.querySelector("[data-node-view-wrapper]");
47905
+ if (A && (S = A.firstChild), S)
47906
+ return S.getBoundingClientRect();
47901
47907
  }
47902
- return Z7(a, S, w);
47908
+ return Z7(a, k, b);
47903
47909
  })
47904
47910
  }), this.show();
47905
47911
  }, this.editor = e, this.element = n, this.view = r, this.updateDelay = o, s && (this.shouldShow = s), this.element.addEventListener("mousedown", this.mousedownHandler, { capture: !0 }), this.view.dom.addEventListener("dragstart", this.dragstartHandler), this.editor.on("focus", this.focusHandler), this.editor.on("blur", this.blurHandler), this.tippyOptions = i, this.element.remove(), this.element.style.visibility = "visible";
@@ -49762,8 +49768,8 @@ const gb = (t, e) => {
49762
49768
  name: "starterKit",
49763
49769
  addExtensions() {
49764
49770
  var t, e, n, r, i, o, s, a, l, u, c, d, f, h, p, y, m, v;
49765
- const b = [];
49766
- return this.options.blockquote !== !1 && b.push(KZ.configure((t = this.options) === null || t === void 0 ? void 0 : t.blockquote)), this.options.bold !== !1 && b.push(QZ.configure((e = this.options) === null || e === void 0 ? void 0 : e.bold)), this.options.bulletList !== !1 && b.push(eW.configure((n = this.options) === null || n === void 0 ? void 0 : n.bulletList)), this.options.code !== !1 && b.push(rW.configure((r = this.options) === null || r === void 0 ? void 0 : r.code)), this.options.codeBlock !== !1 && b.push(sW.configure((i = this.options) === null || i === void 0 ? void 0 : i.codeBlock)), this.options.document !== !1 && b.push(aW.configure((o = this.options) === null || o === void 0 ? void 0 : o.document)), this.options.dropcursor !== !1 && b.push(cW.configure((s = this.options) === null || s === void 0 ? void 0 : s.dropcursor)), this.options.gapcursor !== !1 && b.push(vW.configure((a = this.options) === null || a === void 0 ? void 0 : a.gapcursor)), this.options.hardBreak !== !1 && b.push(bW.configure((l = this.options) === null || l === void 0 ? void 0 : l.hardBreak)), this.options.heading !== !1 && b.push(wW.configure((u = this.options) === null || u === void 0 ? void 0 : u.heading)), this.options.history !== !1 && b.push(xW.configure((c = this.options) === null || c === void 0 ? void 0 : c.history)), this.options.horizontalRule !== !1 && b.push(AW.configure((d = this.options) === null || d === void 0 ? void 0 : d.horizontalRule)), this.options.italic !== !1 && b.push($W.configure((f = this.options) === null || f === void 0 ? void 0 : f.italic)), this.options.listItem !== !1 && b.push(NW.configure((h = this.options) === null || h === void 0 ? void 0 : h.listItem)), this.options.orderedList !== !1 && b.push(FW.configure((p = this.options) === null || p === void 0 ? void 0 : p.orderedList)), this.options.paragraph !== !1 && b.push(VW.configure((y = this.options) === null || y === void 0 ? void 0 : y.paragraph)), this.options.strike !== !1 && b.push(zW.configure((m = this.options) === null || m === void 0 ? void 0 : m.strike)), this.options.text !== !1 && b.push(jW.configure((v = this.options) === null || v === void 0 ? void 0 : v.text)), b;
49771
+ const w = [];
49772
+ return this.options.blockquote !== !1 && w.push(KZ.configure((t = this.options) === null || t === void 0 ? void 0 : t.blockquote)), this.options.bold !== !1 && w.push(QZ.configure((e = this.options) === null || e === void 0 ? void 0 : e.bold)), this.options.bulletList !== !1 && w.push(eW.configure((n = this.options) === null || n === void 0 ? void 0 : n.bulletList)), this.options.code !== !1 && w.push(rW.configure((r = this.options) === null || r === void 0 ? void 0 : r.code)), this.options.codeBlock !== !1 && w.push(sW.configure((i = this.options) === null || i === void 0 ? void 0 : i.codeBlock)), this.options.document !== !1 && w.push(aW.configure((o = this.options) === null || o === void 0 ? void 0 : o.document)), this.options.dropcursor !== !1 && w.push(cW.configure((s = this.options) === null || s === void 0 ? void 0 : s.dropcursor)), this.options.gapcursor !== !1 && w.push(vW.configure((a = this.options) === null || a === void 0 ? void 0 : a.gapcursor)), this.options.hardBreak !== !1 && w.push(bW.configure((l = this.options) === null || l === void 0 ? void 0 : l.hardBreak)), this.options.heading !== !1 && w.push(wW.configure((u = this.options) === null || u === void 0 ? void 0 : u.heading)), this.options.history !== !1 && w.push(xW.configure((c = this.options) === null || c === void 0 ? void 0 : c.history)), this.options.horizontalRule !== !1 && w.push(AW.configure((d = this.options) === null || d === void 0 ? void 0 : d.horizontalRule)), this.options.italic !== !1 && w.push($W.configure((f = this.options) === null || f === void 0 ? void 0 : f.italic)), this.options.listItem !== !1 && w.push(NW.configure((h = this.options) === null || h === void 0 ? void 0 : h.listItem)), this.options.orderedList !== !1 && w.push(FW.configure((p = this.options) === null || p === void 0 ? void 0 : p.orderedList)), this.options.paragraph !== !1 && w.push(VW.configure((y = this.options) === null || y === void 0 ? void 0 : y.paragraph)), this.options.strike !== !1 && w.push(zW.configure((m = this.options) === null || m === void 0 ? void 0 : m.strike)), this.options.text !== !1 && w.push(jW.configure((v = this.options) === null || v === void 0 ? void 0 : v.text)), w;
49767
49773
  }
49768
49774
  }), WW = on.create({
49769
49775
  name: "underline",
@@ -50438,16 +50444,16 @@ function sU(t) {
50438
50444
  me(y, e.domain, f), me(p, e.domain, f), G(p, Un, h), G(p, Kn, y);
50439
50445
  const m = G(p, Gr);
50440
50446
  me(m, e.numeric, i5);
50441
- const v = G(a, Kn), b = G(a, Un);
50442
- me(v, e.domain, a), me(b, i, s), me(b, e.domain, a);
50443
- const S = fn(Gl);
50444
- me(b, e.tld, S), me(b, e.utld, S), me(S, e.domain, a), me(S, i, s), G(S, Un, b), G(S, Kn, v), G(S, Zr, c);
50445
- const w = G(S, Gr), x = fn(Gl);
50446
- me(w, e.numeric, x);
50447
- const k = fn(Gl), A = fn();
50448
- me(k, n, k), me(k, r, A), me(A, n, k), me(A, r, A), G(S, Gn, k), G(x, Gn, k);
50449
- const P = G(l, Gr), L = G(u, Gr), z = G(L, Gn), W = G(z, Gn);
50450
- me(l, e.domain, a), G(l, Un, b), G(l, Kn, v), me(u, e.domain, a), G(u, Un, b), G(u, Kn, v), me(P, e.domain, k), G(P, Gn, k), me(W, e.domain, k), me(W, n, k), G(W, Gn, k);
50447
+ const v = G(a, Kn), w = G(a, Un);
50448
+ me(v, e.domain, a), me(w, i, s), me(w, e.domain, a);
50449
+ const k = fn(Gl);
50450
+ me(w, e.tld, k), me(w, e.utld, k), me(k, e.domain, a), me(k, i, s), G(k, Un, w), G(k, Kn, v), G(k, Zr, c);
50451
+ const b = G(k, Gr), x = fn(Gl);
50452
+ me(b, e.numeric, x);
50453
+ const S = fn(Gl), A = fn();
50454
+ me(S, n, S), me(S, r, A), me(A, n, S), me(A, r, A), G(k, Gn, S), G(x, Gn, S);
50455
+ const P = G(l, Gr), L = G(u, Gr), j = G(L, Gn), W = G(j, Gn);
50456
+ me(l, e.domain, a), G(l, Un, w), G(l, Kn, v), me(u, e.domain, a), G(u, Un, w), G(u, Kn, v), me(P, e.domain, S), G(P, Gn, S), me(W, e.domain, S), me(W, n, S), G(W, Gn, S);
50451
50457
  const U = [
50452
50458
  [Ws, Us],
50453
50459
  // {}
@@ -50467,14 +50473,14 @@ function sU(t) {
50467
50473
  // <>
50468
50474
  ];
50469
50475
  for (let X = 0; X < U.length; X++) {
50470
- const [ae, J] = U[X], oe = G(k, ae);
50471
- G(A, ae, oe), G(oe, J, k);
50476
+ const [ae, J] = U[X], oe = G(S, ae);
50477
+ G(A, ae, oe), G(oe, J, S);
50472
50478
  const he = fn(Gl);
50473
50479
  me(oe, n, he);
50474
50480
  const Ce = fn();
50475
- me(oe, r), me(he, n, he), me(he, r, Ce), me(Ce, n, he), me(Ce, r, Ce), G(he, J, k), G(Ce, J, k);
50481
+ me(oe, r), me(he, n, he), me(he, r, Ce), me(Ce, n, he), me(Ce, r, Ce), G(he, J, S), G(Ce, J, S);
50476
50482
  }
50477
- return G(o, Ua, S), G(o, S1, oU), {
50483
+ return G(o, Ua, k), G(o, S1, oU), {
50478
50484
  start: o,
50479
50485
  tokens: Cb
50480
50486
  };
@@ -50770,24 +50776,24 @@ const gU = on.create({
50770
50776
  },
50771
50777
  emits: ["update:modelValue", "click-attachment"],
50772
50778
  setup(t, e) {
50773
- const n = V(!1), r = V(""), i = V(), o = V(), s = V(!1), a = V(!1), l = V(!1), u = Z(() => b.value.getAttributes("textStyle").color || "#121517"), c = Z(() => t.modelValue), d = () => {
50774
- const S = window.prompt("URL");
50775
- b.value.chain().focus().extendMarkRange("link").setLink({ href: S || "" }).run();
50776
- }, f = (S) => {
50777
- b.value.chain().focus().setColor(S).run(), p();
50779
+ const n = V(!1), r = V(""), i = V(), o = V(), s = V(!1), a = V(!1), l = V(!1), u = z(() => w.value.getAttributes("textStyle").color || "#121517"), c = z(() => t.modelValue), d = () => {
50780
+ const k = window.prompt("URL");
50781
+ w.value.chain().focus().extendMarkRange("link").setLink({ href: k || "" }).run();
50782
+ }, f = (k) => {
50783
+ w.value.chain().focus().setColor(k).run(), p();
50778
50784
  }, h = () => {
50779
50785
  s.value = !s.value;
50780
50786
  }, p = () => {
50781
50787
  s.value = !1;
50782
50788
  }, y = () => {
50783
50789
  e.emit("click-attachment");
50784
- }, m = (S) => {
50785
- b.value.chain().focus().insertContent(S).run(), i.value.$el.click();
50790
+ }, m = (k) => {
50791
+ w.value.chain().focus().insertContent(k).run(), i.value.$el.click();
50786
50792
  };
50787
- function v(S) {
50788
- b.value.chain().focus().insertContent(S.i).run(), i.value.$el.click();
50793
+ function v(k) {
50794
+ w.value.chain().focus().insertContent(k.i).run(), i.value.$el.click();
50789
50795
  }
50790
- const b = V(
50796
+ const w = V(
50791
50797
  WZ({
50792
50798
  extensions: [
50793
50799
  ZW.configure({
@@ -50809,14 +50815,14 @@ const gU = on.create({
50809
50815
  ],
50810
50816
  content: c.value,
50811
50817
  onUpdate: () => {
50812
- let S = "";
50813
- b.value.isEmpty || (S = t.allowFormatting ? b.value.getHTML() : b.value.getText()), e.emit("update:modelValue", S);
50818
+ let k = "";
50819
+ w.value.isEmpty || (k = t.allowFormatting ? w.value.getHTML() : w.value.getText()), e.emit("update:modelValue", k);
50814
50820
  }
50815
50821
  })
50816
50822
  );
50817
50823
  return rs(() => {
50818
- var S;
50819
- (S = b.value) == null || S.destroy();
50824
+ var k;
50825
+ (k = w.value) == null || k.destroy();
50820
50826
  }), {
50821
50827
  colors: Oy.theme.colors,
50822
50828
  colorExclusions: [
@@ -50837,7 +50843,7 @@ const gU = on.create({
50837
50843
  "recurring",
50838
50844
  "workorder"
50839
50845
  ],
50840
- editor: b,
50846
+ editor: w,
50841
50847
  // refs
50842
50848
  showEmojiPicker: n,
50843
50849
  emojiSearch: r,