doph-js 0.3.67 → 0.3.68

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/dophJs.js CHANGED
@@ -134,7 +134,7 @@ const Fe = (n, t) => {
134
134
  });
135
135
  return t({
136
136
  elementSize: () => Br(s)
137
- }), (g, _) => (d(), w(we, null, [
137
+ }), (g, D) => (d(), w(we, null, [
138
138
  o.value ? N("", !0) : (d(), w("div", {
139
139
  key: 0,
140
140
  title: r.title,
@@ -516,12 +516,12 @@ const Fe = (n, t) => {
516
516
  t("nodedrop", K);
517
517
  }, g = (K) => {
518
518
  t("nodecontext", K);
519
- }, _ = C(() => [
519
+ }, D = C(() => [
520
520
  U.actions.isItemSelected(e.treeId, e.model.id) ? "selected" : "",
521
521
  a.value ? "node-over " : "",
522
522
  s.value ? "node-top " : "",
523
523
  o.value ? "node-bottom " : ""
524
- ]), E = C(() => e.search ? !1 : e.model.draggable === !0), M = (K) => {
524
+ ]), P = C(() => e.search ? !1 : e.model.draggable === !0), M = (K) => {
525
525
  var me;
526
526
  let j = Jt.data;
527
527
  if (j === void 0 || j.model === void 0)
@@ -532,7 +532,7 @@ const Fe = (n, t) => {
532
532
  return !1;
533
533
  let ae = "";
534
534
  s.value ? ae = "before" : o.value ? ae = "after" : ae = "inside", t("nodedrop", { e: K, model: e.model, place: ae }), U.actions.moveTreeNode(j.id, e.treeId, e.items, j.model.id, e.model.id, ae, (me = j.model) == null ? void 0 : me.transfer), a.value = !1, s.value = !1, o.value = !1;
535
- }, D = (K) => {
535
+ }, k = (K) => {
536
536
  t("nodedragover", { e: K, model: e.model });
537
537
  let j = Jt.data;
538
538
  if (!e.model.droppable)
@@ -561,18 +561,18 @@ const Fe = (n, t) => {
561
561
  tag: "li",
562
562
  class: "tree-item-component",
563
563
  "transfer-data": { id: e.treeId, model: e.model },
564
- draggable: E.value,
564
+ draggable: P.value,
565
565
  onDrop: Le(M, ["stop"]),
566
566
  onDragenter: j[1] || (j[1] = Le(() => {
567
567
  }, ["prevent"])),
568
- onDragover: Le(D, ["prevent", "stop"]),
568
+ onDragover: Le(k, ["prevent", "stop"]),
569
569
  onDragleave: Le(y, ["prevent"])
570
570
  }, {
571
571
  default: Q(() => [
572
572
  qe((d(), w("div", {
573
573
  ref_key: "node",
574
574
  ref: r,
575
- class: ne(_.value),
575
+ class: ne(D.value),
576
576
  onContextmenu: j[0] || (j[0] = Le((H) => t("nodecontext", { e: H, model: e.model }), ["prevent"]))
577
577
  }, [
578
578
  (d(), R(We(G(Mt).getters.getComponent(e.model.component).component), Tr(Lr(G(Mt).getters.getComponent(e.model.component).props)), null, 16))
@@ -586,11 +586,11 @@ const Fe = (n, t) => {
586
586
  tag: "li",
587
587
  class: "tree-item",
588
588
  "transfer-data": { id: e.treeId, model: e.model },
589
- draggable: E.value,
589
+ draggable: P.value,
590
590
  onDrop: Le(M, ["stop"]),
591
591
  onDragenter: j[4] || (j[4] = Le(() => {
592
592
  }, ["prevent"])),
593
- onDragover: Le(D, ["prevent", "stop"]),
593
+ onDragover: Le(k, ["prevent", "stop"]),
594
594
  onDragleave: Le(y, ["prevent"])
595
595
  }, {
596
596
  default: Q(() => {
@@ -599,7 +599,7 @@ const Fe = (n, t) => {
599
599
  T("div", {
600
600
  ref_key: "node",
601
601
  ref: r,
602
- class: ne(_.value),
602
+ class: ne(D.value),
603
603
  onDblclick: j[2] || (j[2] = Le((J) => t("nodedoubleclick", { e: J, model: e.model }), ["prevent"])),
604
604
  onContextmenu: j[3] || (j[3] = Le((J) => t("nodecontext", { e: J, model: e.model }), ["prevent"]))
605
605
  }, [
@@ -1049,12 +1049,12 @@ const Ue = Cs(), U = {
1049
1049
  U.actions.toggleItem(l, O.model), e("foldericonclick", O);
1050
1050
  }, g = (O = null) => {
1051
1051
  e("over", O);
1052
- }, _ = (O = null) => {
1052
+ }, D = (O = null) => {
1053
1053
  e("drop", O);
1054
- }, E = () => a.value.elementSize(), M = () => {
1054
+ }, P = () => a.value.elementSize(), M = () => {
1055
1055
  for (let O = 0; O < r.items.length; O++)
1056
1056
  r.items[O].expanded = !0;
1057
- }, D = () => {
1057
+ }, k = () => {
1058
1058
  for (let O = 0; O < r.items.length; O++)
1059
1059
  r.items[O].expanded = !1;
1060
1060
  }, y = () => l, b = (O) => U.actions.deepSearch(r.items, O), z = (O) => {
@@ -1070,9 +1070,9 @@ const Ue = Cs(), U = {
1070
1070
  return de;
1071
1071
  };
1072
1072
  return t({
1073
- elementSize: E,
1073
+ elementSize: P,
1074
1074
  expandAll: M,
1075
- collapseAll: D,
1075
+ collapseAll: k,
1076
1076
  getId: y,
1077
1077
  getNode: b,
1078
1078
  selectNode: z,
@@ -1096,7 +1096,7 @@ const Ue = Cs(), U = {
1096
1096
  onNodeclick: v,
1097
1097
  onNodedoubleclick: x,
1098
1098
  onNodedragover: g,
1099
- onNodedrop: _,
1099
+ onNodedrop: D,
1100
1100
  onNodecontext: H,
1101
1101
  onNodefoldericonclick: S
1102
1102
  }, null, 8, ["model", "treeId", "items", "search"]))), 128)),
@@ -1497,9 +1497,9 @@ const zs = 1001, Hs = 999, As = 998, ff = {
1497
1497
  }), g = C(() => {
1498
1498
  const { sidebarWidth: b, sidebarCollapsedWidth: z } = e, K = e.isMobile ? 0 : z, j = h.value ? K : b;
1499
1499
  return e.sidebarVisible ? j : 0;
1500
- }), _ = C(() => e.isMobile ? 0 : g.value), E = C(() => c.value ? _.value : 0), M = C(
1500
+ }), D = C(() => e.isMobile ? 0 : g.value), P = C(() => c.value ? D.value : 0), M = C(
1501
1501
  () => !e.isMobile && !c.value && e.headerVisible ? e.headerHeight : 0
1502
- ), D = C(() => {
1502
+ ), k = C(() => {
1503
1503
  let b = 0;
1504
1504
  return e.fixedHeaderAndTab && (e.headerVisible && (b += e.headerHeight), e.tabVisible && (b += e.tabHeight)), b;
1505
1505
  }), y = C(() => e.fixedFooter && e.footerVisible ? e.footerHeight : 0);
@@ -1512,7 +1512,7 @@ const zs = 1001, Hs = 999, As = 998, ff = {
1512
1512
  "z-index": zs,
1513
1513
  "min-width": n.minWidth,
1514
1514
  height: n.headerHeight,
1515
- "padding-left": E.value,
1515
+ "padding-left": P.value,
1516
1516
  style: o.value
1517
1517
  }), {
1518
1518
  default: Q(() => [
@@ -1526,7 +1526,7 @@ const zs = 1001, Hs = 999, As = 998, ff = {
1526
1526
  "min-width": n.minWidth,
1527
1527
  top: n.headerHeight,
1528
1528
  height: n.tabHeight,
1529
- "padding-left": _.value,
1529
+ "padding-left": D.value,
1530
1530
  style: o.value
1531
1531
  }), {
1532
1532
  default: Q(() => [
@@ -1551,9 +1551,9 @@ const zs = 1001, Hs = 999, As = 998, ff = {
1551
1551
  onClick: v
1552
1552
  }, null, 4)) : N("", !0),
1553
1553
  W(Fs, $t(i.value, {
1554
- "padding-top": D.value,
1554
+ "padding-top": k.value,
1555
1555
  "padding-bottom": y.value,
1556
- "padding-left": _.value,
1556
+ "padding-left": D.value,
1557
1557
  "overflow-hidden": n.addMainOverflowHidden
1558
1558
  }), {
1559
1559
  default: Q(() => [
@@ -1566,7 +1566,7 @@ const zs = 1001, Hs = 999, As = 998, ff = {
1566
1566
  "z-index": As,
1567
1567
  "min-width": n.minWidth,
1568
1568
  height: n.footerHeight,
1569
- "padding-left": _.value,
1569
+ "padding-left": D.value,
1570
1570
  style: l.value
1571
1571
  }), {
1572
1572
  default: Q(() => [
@@ -1879,8 +1879,8 @@ const Gs = { style: { display: "flex", "flex-direction": "row", "justify-content
1879
1879
  return;
1880
1880
  }
1881
1881
  s.value.show(), e("open"), Ht(() => {
1882
- const S = s.value.elementSize(), g = o.value.elementSize(), _ = window.innerWidth, E = window.innerHeight;
1883
- l.value = _ - (g.x + g.width) < S.width ? g.left - S.width + g.width : g.left, i.value = E - (g.y + g.height) < S.height ? g.top - S.height - 5 : g.height + g.top + 5;
1882
+ const S = s.value.elementSize(), g = o.value.elementSize(), D = window.innerWidth, P = window.innerHeight;
1883
+ l.value = D - (g.x + g.width) < S.width ? g.left - S.width + g.width : g.left, i.value = P - (g.y + g.height) < S.height ? g.top - S.height - 5 : g.height + g.top + 5;
1884
1884
  });
1885
1885
  }, f = (x) => {
1886
1886
  e("select", x);
@@ -2167,7 +2167,7 @@ const yn = "[-+]?[0-9]*.?[0-9]+", fr = [
2167
2167
  }, g = () => {
2168
2168
  var H;
2169
2169
  e.pauseOnHover && ((H = s.value) == null || H.resume());
2170
- }, _ = (H) => {
2170
+ }, D = (H) => {
2171
2171
  if (H.group || (H.group = ""), H.data || (H.data = {}), e.group !== H.group)
2172
2172
  return;
2173
2173
  if (H.clean || H.clear) {
@@ -2187,15 +2187,15 @@ const yn = "[-+]?[0-9]*.?[0-9]+", fr = [
2187
2187
  ce >= 0 && (s.value = new lo(() => y(Ce), Ce.length, Ce));
2188
2188
  const ut = e.reverse ? !v.value : v.value;
2189
2189
  let tt = -1;
2190
- const ht = c.value.some((P) => P.title === H.title && P.text === H.text);
2190
+ const ht = c.value.some((E) => E.title === H.title && E.text === H.text);
2191
2191
  (!O || !ht) && (ut ? (a.value.push(Ce), t("start", Ce), c.value.length > e.max && (tt = 0)) : (a.value.unshift(Ce), t("start", Ce), c.value.length > e.max && (tt = c.value.length - 1)), tt !== -1 && y(c.value[tt]));
2192
- }, E = (H) => {
2192
+ }, P = (H) => {
2193
2193
  b(H);
2194
2194
  }, M = (H) => [
2195
2195
  "d-notification-template",
2196
2196
  e.classes,
2197
2197
  H.type || ""
2198
- ], D = (H) => l.value ? void 0 : { transition: `all ${H.speed}ms` }, y = (H) => {
2198
+ ], k = (H) => l.value ? void 0 : { transition: `all ${H.speed}ms` }, y = (H) => {
2199
2199
  clearTimeout(H.timer), H.state = r.DESTROYED, me(), t("destroy", H);
2200
2200
  }, b = (H) => {
2201
2201
  const ce = a.value.find((J) => J.id === H);
@@ -2227,7 +2227,7 @@ const yn = "[-+]?[0-9]*.?[0-9]+", fr = [
2227
2227
  a.value = a.value.filter((H) => H.state !== r.DESTROYED);
2228
2228
  }
2229
2229
  return Qe(() => {
2230
- Ue.on("notification-add", _), Ue.on("notification-close", E);
2230
+ Ue.on("notification-add", D), Ue.on("notification-close", P);
2231
2231
  }), (H, ce) => (d(), w("div", {
2232
2232
  class: "d-notification-group",
2233
2233
  style: ge(h.value)
@@ -2242,7 +2242,7 @@ const yn = "[-+]?[0-9]*.?[0-9]+", fr = [
2242
2242
  (d(!0), w(we, null, Ae(c.value, (J) => (d(), w("div", {
2243
2243
  key: J.id,
2244
2244
  class: "d-notification-wrapper",
2245
- style: ge(D(J)),
2245
+ style: ge(k(J)),
2246
2246
  "data-id": J.id,
2247
2247
  onMouseenter: S,
2248
2248
  onMouseleave: g
@@ -2722,52 +2722,53 @@ const xf = {
2722
2722
  default: !0
2723
2723
  }
2724
2724
  },
2725
- setup(n) {
2726
- const t = n;
2727
- let e, r;
2728
- const a = V(null), s = V(null), o = new Image();
2729
- o.onload = () => {
2730
- if (t.canvas) {
2725
+ emits: ["loading", "loaded"],
2726
+ setup(n, { emit: t }) {
2727
+ const e = n;
2728
+ let r, a;
2729
+ const s = V(null), o = V(null), l = new Image();
2730
+ l.onload = () => {
2731
+ if (e.canvas) {
2731
2732
  const {
2732
- offsetX: i,
2733
- offsetY: c,
2734
- width: f,
2735
- height: h
2736
- } = l(t.width, t.height, o.width, o.height);
2737
- r.drawImage(o, i, c, f, h);
2733
+ offsetX: c,
2734
+ offsetY: f,
2735
+ width: h,
2736
+ height: v
2737
+ } = i(e.width, e.height, l.width, l.height);
2738
+ a.drawImage(l, c, f, h, v), t("loaded");
2738
2739
  } else
2739
- s.value = o.src;
2740
- }, o.onerror = () => {
2741
- o.src = t.srcFail;
2740
+ o.value = l.src, t("loaded");
2741
+ }, l.onerror = () => {
2742
+ l.src = e.srcFail, t("loaded");
2742
2743
  };
2743
- const l = (i, c, f, h, v = 1, x = 0.5, S = 0.5) => {
2744
- const g = f / h, _ = i / c;
2745
- let E = i * v, M = c * v;
2746
- return g < _ ? M = E / g : E = M * g, {
2747
- width: E,
2748
- height: M,
2749
- offsetX: (i - E) * x,
2750
- offsetY: (c - M) * S
2744
+ const i = (c, f, h, v, x = 1, S = 0.5, g = 0.5) => {
2745
+ const D = h / v, P = c / f;
2746
+ let M = c * x, k = f * x;
2747
+ return D < P ? k = M / D : M = k * D, {
2748
+ width: M,
2749
+ height: k,
2750
+ offsetX: (c - M) * S,
2751
+ offsetY: (f - k) * g
2751
2752
  };
2752
2753
  };
2753
2754
  return Qe(() => {
2754
- t.canvas && (e = a.value, r = e.getContext("2d")), o.src = t.src;
2755
- }), (i, c) => t.canvas ? (d(), w("canvas", {
2755
+ e.canvas && (r = s.value, a = r.getContext("2d")), t("loading"), l.src = e.src;
2756
+ }), (c, f) => e.canvas ? (d(), w("canvas", {
2756
2757
  key: 0,
2757
2758
  ref_key: "imgRef",
2758
- ref: a,
2759
- width: t.width,
2760
- height: t.height,
2761
- title: t.title,
2762
- style: ge({ borderRadius: t.radius })
2759
+ ref: s,
2760
+ width: e.width,
2761
+ height: e.height,
2762
+ title: e.title,
2763
+ style: ge({ borderRadius: e.radius })
2763
2764
  }, null, 12, oi)) : (d(), w("div", {
2764
2765
  key: 1,
2765
- title: t.title,
2766
+ title: e.title,
2766
2767
  style: ge([{
2767
- backgroundImage: `url(${s.value})`,
2768
- width: `${t.width}px`,
2769
- height: `${t.height}px`,
2770
- borderRadius: t.radius
2768
+ backgroundImage: `url(${o.value})`,
2769
+ width: `${e.width}px`,
2770
+ height: `${e.height}px`,
2771
+ borderRadius: e.radius
2771
2772
  }, { "background-size": "cover", "background-position": "center", display: "inline-block", transform: "translate3d(0px, 0px, 0.1px)", overflow: "hidden" }])
2772
2773
  }, null, 12, ii));
2773
2774
  }
@@ -2926,31 +2927,31 @@ const ki = new Si(), Xe = {
2926
2927
  };
2927
2928
  class _i {
2928
2929
  validate(t, e) {
2929
- var a, s, o, l, i, c, f, h, v, x, S, g, _, E;
2930
+ var a, s, o, l, i, c, f, h, v, x, S, g, D, P;
2930
2931
  let r = "";
2931
2932
  if (e) {
2932
2933
  let M = !1;
2933
- for (let D in e)
2934
+ for (let k in e)
2934
2935
  if (!M)
2935
- switch (D) {
2936
+ switch (k) {
2936
2937
  case "url":
2937
- r = Xe.RulesUrl.validate(t, "https") || t.length === 0 ? "" : Xe.RulesUrl.message("url", (a = e[D]) != null && a.message ? (s = e[D]) == null ? void 0 : s.message : "url_incorrect"), M = r !== "";
2938
+ r = Xe.RulesUrl.validate(t, "https") || t.length === 0 ? "" : Xe.RulesUrl.message("url", (a = e[k]) != null && a.message ? (s = e[k]) == null ? void 0 : s.message : "url_incorrect"), M = r !== "";
2938
2939
  break;
2939
2940
  case "required":
2940
- r = Xe.RulesRequired.validate(t) ? "" : Xe.RulesRequired.message((o = e[D]) != null && o.message ? (l = e[D]) == null ? void 0 : l.message : "required"), M = r !== "";
2941
+ r = Xe.RulesRequired.validate(t) ? "" : Xe.RulesRequired.message((o = e[k]) != null && o.message ? (l = e[k]) == null ? void 0 : l.message : "required"), M = r !== "";
2941
2942
  break;
2942
2943
  case "min":
2943
- r = Xe.RulesMin.validate(t, (i = e[D]) == null ? void 0 : i.value) ? "" : Xe.RulesMin.message((c = e[D]) != null && c.message ? (f = e[D]) == null ? void 0 : f.message : "very_small"), M = r !== "";
2944
+ r = Xe.RulesMin.validate(t, (i = e[k]) == null ? void 0 : i.value) ? "" : Xe.RulesMin.message((c = e[k]) != null && c.message ? (f = e[k]) == null ? void 0 : f.message : "very_small"), M = r !== "";
2944
2945
  break;
2945
2946
  case "max":
2946
- r = Xe.RulesMax.validate(t, (h = e[D]) == null ? void 0 : h.value) ? "" : Xe.RulesMax.message((v = e[D]) != null && v.message ? (x = e[D]) == null ? void 0 : x.message : "vary_large"), M = r !== "";
2947
+ r = Xe.RulesMax.validate(t, (h = e[k]) == null ? void 0 : h.value) ? "" : Xe.RulesMax.message((v = e[k]) != null && v.message ? (x = e[k]) == null ? void 0 : x.message : "vary_large"), M = r !== "";
2947
2948
  break;
2948
2949
  case "email":
2949
- r = Xe.RulesEmail.validate(t) ? "" : Xe.RulesMax.message((S = e[D]) != null && S.message ? (g = e[D]) == null ? void 0 : g.message : "email_incorrect"), M = r !== "";
2950
+ r = Xe.RulesEmail.validate(t) ? "" : Xe.RulesMax.message((S = e[k]) != null && S.message ? (g = e[k]) == null ? void 0 : g.message : "email_incorrect"), M = r !== "";
2950
2951
  break;
2951
2952
  case "number":
2952
2953
  r = Xe.RulesNumber.validate(t) ? "" : Xe.RulesNumber.message(
2953
- (_ = e[D]) != null && _.message ? (E = e[D]) == null ? void 0 : E.message : "number_incorrect"
2954
+ (D = e[k]) != null && D.message ? (P = e[k]) == null ? void 0 : P.message : "number_incorrect"
2954
2955
  ), M = r !== "";
2955
2956
  break;
2956
2957
  }
@@ -3039,13 +3040,13 @@ const qr = new _i(), Di = { style: { display: "flex", "flex-direction": "column"
3039
3040
  const g = () => {
3040
3041
  var y;
3041
3042
  (y = f.value) == null || y.focus();
3042
- }, _ = () => {
3043
+ }, D = () => {
3043
3044
  c.value = c.value === "password" ? "text" : "password";
3044
- }, E = (y) => {
3045
+ }, P = (y) => {
3045
3046
  l.value = y;
3046
3047
  }, M = (y) => {
3047
3048
  s.value = y;
3048
- }, D = (y) => {
3049
+ }, k = (y) => {
3049
3050
  e("blur", y);
3050
3051
  };
3051
3052
  return t({
@@ -3073,9 +3074,9 @@ const qr = new _i(), Di = { style: { display: "flex", "flex-direction": "column"
3073
3074
  type: c.value,
3074
3075
  placeholder: r.placeholder,
3075
3076
  onInput: x,
3076
- onFocus: b[1] || (b[1] = (K) => E(!0)),
3077
- onBlur: D,
3078
- onFocusout: b[2] || (b[2] = (K) => E(!1)),
3077
+ onFocus: b[1] || (b[1] = (K) => P(!0)),
3078
+ onBlur: k,
3079
+ onFocusout: b[2] || (b[2] = (K) => P(!1)),
3079
3080
  class: ne([
3080
3081
  G(a).pre ? "has-pre" : "",
3081
3082
  G(a).post ? "has-post" : "",
@@ -3089,7 +3090,7 @@ const qr = new _i(), Di = { style: { display: "flex", "flex-direction": "column"
3089
3090
  r.toggleView ? (d(), w("div", {
3090
3091
  key: 0,
3091
3092
  class: "d-post-inside-button",
3092
- onClick: _
3093
+ onClick: D
3093
3094
  }, [
3094
3095
  c.value === "password" ? (d(), w("svg", Ti, Oi)) : (d(), w("svg", Fi, zi))
3095
3096
  ])) : N("", !0)
@@ -4151,13 +4152,13 @@ const ul = { style: { display: "flex", "flex-direction": "column" } }, cl = {
4151
4152
  const g = () => {
4152
4153
  var y;
4153
4154
  (y = c.value) == null || y.focus();
4154
- }, _ = () => {
4155
+ }, D = () => {
4155
4156
  f.value = "";
4156
- }, E = (y) => {
4157
+ }, P = (y) => {
4157
4158
  l.value = y;
4158
4159
  }, M = (y) => {
4159
4160
  s.value = y;
4160
- }, D = (y) => {
4161
+ }, k = (y) => {
4161
4162
  e("blur", y);
4162
4163
  };
4163
4164
  return t({
@@ -4188,9 +4189,9 @@ const ul = { style: { display: "flex", "flex-direction": "column" } }, cl = {
4188
4189
  type: h.value,
4189
4190
  placeholder: r.placeholder,
4190
4191
  onInput: x,
4191
- onFocus: b[1] || (b[1] = (j) => E(!0)),
4192
- onBlur: D,
4193
- onFocusout: b[2] || (b[2] = (j) => E(!1)),
4192
+ onFocus: b[1] || (b[1] = (j) => P(!0)),
4193
+ onBlur: k,
4194
+ onFocusout: b[2] || (b[2] = (j) => P(!1)),
4194
4195
  class: ne([
4195
4196
  G(a).pre ? "has-pre" : "",
4196
4197
  G(a).post ? "has-post" : "",
@@ -4208,7 +4209,7 @@ const ul = { style: { display: "flex", "flex-direction": "column" } }, cl = {
4208
4209
  r.clear && ((K = f.value) == null ? void 0 : K.length) > 0 ? (d(), w("div", {
4209
4210
  key: 0,
4210
4211
  class: "d-post-inside-button",
4211
- onClick: _
4212
+ onClick: D
4212
4213
  }, vl)) : N("", !0)
4213
4214
  ]),
4214
4215
  G(a).post ? (d(), w("div", yl, [
@@ -4838,7 +4839,7 @@ function Qr(n) {
4838
4839
  return t.style = l[t.dir][t.ort], t;
4839
4840
  }
4840
4841
  function iu(n, t, e) {
4841
- var r = Pl(), a = Ll(), s = a && Tl(), o = n, l, i, c, f, h, v = t.spectrum, x = [], S = [], g = [], _ = 0, E = {}, M = n.ownerDocument, D = t.documentElement || M.documentElement, y = M.body, b = M.dir === "rtl" || t.ort === 1 ? 0 : 100;
4842
+ var r = Pl(), a = Ll(), s = a && Tl(), o = n, l, i, c, f, h, v = t.spectrum, x = [], S = [], g = [], D = 0, P = {}, M = n.ownerDocument, k = t.documentElement || M.documentElement, y = M.body, b = M.dir === "rtl" || t.ort === 1 ? 0 : 100;
4842
4843
  function z(u, p) {
4843
4844
  var m = M.createElement("div");
4844
4845
  return p && Be(m, p), u.appendChild(m), m;
@@ -4965,7 +4966,7 @@ function iu(n, t, e) {
4965
4966
  function ht() {
4966
4967
  f && (mr(f), f = null);
4967
4968
  }
4968
- function k(u) {
4969
+ function _(u) {
4969
4970
  ht();
4970
4971
  var p = ut(u), m = u.filter, $ = u.format || {
4971
4972
  to: function(A) {
@@ -4974,7 +4975,7 @@ function iu(n, t, e) {
4974
4975
  };
4975
4976
  return f = o.appendChild(tt(p, m, $)), f;
4976
4977
  }
4977
- function P() {
4978
+ function E() {
4978
4979
  var u = l.getBoundingClientRect(), p = "offset" + ["Width", "Height"][t.ort];
4979
4980
  return t.ort === 0 ? u.width || l[p] : u.height || l[p];
4980
4981
  }
@@ -5013,7 +5014,7 @@ function iu(n, t, e) {
5013
5014
  return p = p || jr(M), (A || I) && (te = u.clientX + p.x, q = u.clientY + p.y), u.pageOffset = p, u.points = [te, q], u.cursor = A || I, u;
5014
5015
  }
5015
5016
  function B(u) {
5016
- var p = u - $l(l, t.ort), m = p * 100 / P();
5017
+ var p = u - $l(l, t.ort), m = p * 100 / E();
5017
5018
  return m = yr(m), t.dir ? 100 - m : m;
5018
5019
  }
5019
5020
  function ee(u) {
@@ -5035,9 +5036,9 @@ function iu(n, t, e) {
5035
5036
  nr(m > 0, $, p.locations, p.handleNumbers, p.connect);
5036
5037
  }
5037
5038
  function Ve(u, p) {
5038
- p.handle && (Zt(p.handle, t.cssClasses.active), _ -= 1), p.listeners.forEach(function(m) {
5039
- D.removeEventListener(m[0], m[1]);
5040
- }), _ === 0 && (Zt(o, t.cssClasses.drag), pn(), u.cursor && (y.style.cursor = "", y.removeEventListener("selectstart", gr))), t.events.smoothSteps && (p.handleNumbers.forEach(function(m) {
5039
+ p.handle && (Zt(p.handle, t.cssClasses.active), D -= 1), p.listeners.forEach(function(m) {
5040
+ k.removeEventListener(m[0], m[1]);
5041
+ }), D === 0 && (Zt(o, t.cssClasses.drag), pn(), u.cursor && (y.style.cursor = "", y.removeEventListener("selectstart", gr))), t.events.smoothSteps && (p.handleNumbers.forEach(function(m) {
5041
5042
  mt(m, S[m], !0, !0, !1, !1);
5042
5043
  }), p.handleNumbers.forEach(function(m) {
5043
5044
  Me("update", m);
@@ -5050,10 +5051,10 @@ function iu(n, t, e) {
5050
5051
  var m;
5051
5052
  if (p.handleNumbers.length === 1) {
5052
5053
  var $ = i[p.handleNumbers[0]];
5053
- m = $.children[0], _ += 1, Be(m, t.cssClasses.active);
5054
+ m = $.children[0], D += 1, Be(m, t.cssClasses.active);
5054
5055
  }
5055
5056
  u.stopPropagation();
5056
- var A = [], I = F(r.move, D, Ie, {
5057
+ var A = [], I = F(r.move, k, Ie, {
5057
5058
  // The event target has changed so we need to propagate the original one so that we keep
5058
5059
  // relying on it to extract target touches.
5059
5060
  target: u.target,
@@ -5061,18 +5062,18 @@ function iu(n, t, e) {
5061
5062
  connect: p.connect,
5062
5063
  listeners: A,
5063
5064
  startCalcPoint: u.calcPoint,
5064
- baseSize: P(),
5065
+ baseSize: E(),
5065
5066
  pageOffset: u.pageOffset,
5066
5067
  handleNumbers: p.handleNumbers,
5067
5068
  buttonsProperty: u.buttons,
5068
5069
  locations: S.slice()
5069
- }), te = F(r.end, D, Ve, {
5070
+ }), te = F(r.end, k, Ve, {
5070
5071
  target: u.target,
5071
5072
  handle: m,
5072
5073
  listeners: A,
5073
5074
  doNotReject: !0,
5074
5075
  handleNumbers: p.handleNumbers
5075
- }), q = F("mouseout", D, le, {
5076
+ }), q = F("mouseout", k, le, {
5076
5077
  target: u.target,
5077
5078
  handle: m,
5078
5079
  listeners: A,
@@ -5091,8 +5092,8 @@ function iu(n, t, e) {
5091
5092
  }
5092
5093
  function Wt(u) {
5093
5094
  var p = B(u.calcPoint), m = v.getStep(p), $ = v.fromStepping(m);
5094
- Object.keys(E).forEach(function(A) {
5095
- A.split(".")[0] === "hover" && E[A].forEach(function(I) {
5095
+ Object.keys(P).forEach(function(A) {
5096
+ A.split(".")[0] === "hover" && P[A].forEach(function(I) {
5096
5097
  I.call(Ut, $);
5097
5098
  });
5098
5099
  });
@@ -5136,7 +5137,7 @@ function iu(n, t, e) {
5136
5137
  });
5137
5138
  }
5138
5139
  function dn(u, p) {
5139
- E[u] = E[u] || [], E[u].push(p), u.split(".")[0] === "update" && i.forEach(function(m, $) {
5140
+ P[u] = P[u] || [], P[u].push(p), u.split(".")[0] === "update" && i.forEach(function(m, $) {
5140
5141
  Me("update", $);
5141
5142
  });
5142
5143
  }
@@ -5145,15 +5146,15 @@ function iu(n, t, e) {
5145
5146
  }
5146
5147
  function Ot(u) {
5147
5148
  var p = u && u.split(".")[0], m = p ? u.substring(p.length) : u;
5148
- Object.keys(E).forEach(function($) {
5149
+ Object.keys(P).forEach(function($) {
5149
5150
  var A = $.split(".")[0], I = $.substring(A.length);
5150
- (!p || p === A) && (!m || m === I) && (!wa(I) || m === I) && delete E[$];
5151
+ (!p || p === A) && (!m || m === I) && (!wa(I) || m === I) && delete P[$];
5151
5152
  });
5152
5153
  }
5153
5154
  function Me(u, p, m) {
5154
- Object.keys(E).forEach(function($) {
5155
+ Object.keys(P).forEach(function($) {
5155
5156
  var A = $.split(".")[0];
5156
- u === A && E[$].forEach(function(I) {
5157
+ u === A && P[$].forEach(function(I) {
5157
5158
  I.call(
5158
5159
  // Use the slider public API as the scope ('this')
5159
5160
  Ut,
@@ -5296,10 +5297,10 @@ function iu(n, t, e) {
5296
5297
  var A = Qr(e);
5297
5298
  $.forEach(function(I) {
5298
5299
  u[I] !== void 0 && (t[I] = A[I]);
5299
- }), v = A.spectrum, t.margin = A.margin, t.limit = A.limit, t.padding = A.padding, t.pips ? k(t.pips) : ht(), t.tooltips ? X() : xe(), S = [], jt(_n(u.start) ? u.start : m, p);
5300
+ }), v = A.spectrum, t.margin = A.margin, t.limit = A.limit, t.padding = A.padding, t.pips ? _(t.pips) : ht(), t.tooltips ? X() : xe(), S = [], jt(_n(u.start) ? u.start : m, p);
5300
5301
  }
5301
5302
  function $a() {
5302
- l = me(o), ae(t.connect, l), ba(t.events), jt(t.start), t.pips && k(t.pips), t.tooltips && X(), re();
5303
+ l = me(o), ae(t.connect, l), ba(t.events), jt(t.start), t.pips && _(t.pips), t.tooltips && X(), re();
5303
5304
  }
5304
5305
  $a();
5305
5306
  var Ut = {
@@ -5331,7 +5332,7 @@ function iu(n, t, e) {
5331
5332
  getOrigins: function() {
5332
5333
  return i;
5333
5334
  },
5334
- pips: k
5335
+ pips: _
5335
5336
  // Issue #594
5336
5337
  };
5337
5338
  return Ut;
@@ -5460,30 +5461,30 @@ const wr = {
5460
5461
  animationDuration: r.duration
5461
5462
  };
5462
5463
  let l = null;
5463
- ot(() => s.value, (g, _) => {
5464
+ ot(() => s.value, (g, D) => {
5464
5465
  if (!r.selectable)
5465
5466
  return;
5466
5467
  const M = document.querySelector(`#${a}`).querySelectorAll("[data-handle]");
5467
- for (let D in M) M.hasOwnProperty(D) && M[D].classList.remove("selected");
5468
+ for (let k in M) M.hasOwnProperty(k) && M[k].classList.remove("selected");
5468
5469
  g !== null && document.querySelector(`#${a} [data-handle="${g}"]`).classList.add("selected");
5469
5470
  }), Qe(() => {
5470
5471
  l = document.getElementById(a), wr.create(l, o), e("init"), i();
5471
5472
  });
5472
5473
  const i = () => {
5473
- l.noUiSlider.on("start", (g, _, E, M, D, y) => {
5474
- s.value = _, e("start", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5475
- }), l.noUiSlider.on("slide", (g, _, E, M, D, y) => {
5476
- s.value = _, e("slide", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5477
- }), l.noUiSlider.on("drag", (g, _, E, M, D, y) => {
5478
- s.value = _, e("drag", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5479
- }), l.noUiSlider.on("update", (g, _, E, M, D, y) => {
5480
- s.value = _, e("update", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5481
- }), l.noUiSlider.on("change", (g, _, E, M, D, y) => {
5482
- s.value = _, e("change", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5483
- }), l.noUiSlider.on("set", (g, _, E, M, D, y) => {
5484
- s.value = _, e("set", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5485
- }), l.noUiSlider.on("end", (g, _, E, M, D, y) => {
5486
- s.value = _, e("end", { values: g, index: _, eunencoded: E, tap: M, positions: D, slider: y, selectedIndex: s });
5474
+ l.noUiSlider.on("start", (g, D, P, M, k, y) => {
5475
+ s.value = D, e("start", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5476
+ }), l.noUiSlider.on("slide", (g, D, P, M, k, y) => {
5477
+ s.value = D, e("slide", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5478
+ }), l.noUiSlider.on("drag", (g, D, P, M, k, y) => {
5479
+ s.value = D, e("drag", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5480
+ }), l.noUiSlider.on("update", (g, D, P, M, k, y) => {
5481
+ s.value = D, e("update", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5482
+ }), l.noUiSlider.on("change", (g, D, P, M, k, y) => {
5483
+ s.value = D, e("change", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5484
+ }), l.noUiSlider.on("set", (g, D, P, M, k, y) => {
5485
+ s.value = D, e("set", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5486
+ }), l.noUiSlider.on("end", (g, D, P, M, k, y) => {
5487
+ s.value = D, e("end", { values: g, index: D, eunencoded: P, tap: M, positions: k, slider: y, selectedIndex: s });
5487
5488
  });
5488
5489
  };
5489
5490
  return t({
@@ -5499,7 +5500,7 @@ const wr = {
5499
5500
  updateStart: (g) => {
5500
5501
  s.value = null, l.noUiSlider.destroy(), o.start = g, wr.create(l, o), e("init"), i();
5501
5502
  }
5502
- }), (g, _) => (d(), w("div", {
5503
+ }), (g, D) => (d(), w("div", {
5503
5504
  id: a,
5504
5505
  class: ne(["slider-styled slider-round", [r.type, r.tooltipHide ? "slider-tooltip-hide" : null]])
5505
5506
  }, null, 2));
@@ -5770,7 +5771,7 @@ St.parse = /* @__PURE__ */ function() {
5770
5771
  return t.length > 0 && e("Invalid input not EOF"), X;
5771
5772
  }
5772
5773
  function a() {
5773
- return D(s);
5774
+ return k(s);
5774
5775
  }
5775
5776
  function s() {
5776
5777
  return o(
@@ -5797,7 +5798,7 @@ St.parse = /* @__PURE__ */ function() {
5797
5798
  return ut && (de(n.comma) || e("Missing comma before color stops")), {
5798
5799
  type: X,
5799
5800
  orientation: ut,
5800
- colorStops: D(y)
5801
+ colorStops: k(y)
5801
5802
  };
5802
5803
  });
5803
5804
  }
@@ -5825,15 +5826,15 @@ St.parse = /* @__PURE__ */ function() {
5825
5826
  function v() {
5826
5827
  var X = x() || S();
5827
5828
  if (X)
5828
- X.at = _();
5829
+ X.at = D();
5829
5830
  else {
5830
5831
  var re = g();
5831
5832
  if (re) {
5832
5833
  X = re;
5833
- var ue = _();
5834
+ var ue = D();
5834
5835
  ue && (X.at = ue);
5835
5836
  } else {
5836
- var Ce = E();
5837
+ var Ce = P();
5837
5838
  Ce && (X = {
5838
5839
  type: "default-radial",
5839
5840
  at: Ce
@@ -5853,13 +5854,13 @@ St.parse = /* @__PURE__ */ function() {
5853
5854
  function g() {
5854
5855
  return O("extent-keyword", n.extentKeywords, 1);
5855
5856
  }
5856
- function _() {
5857
+ function D() {
5857
5858
  if (O("position", /^at/, 0)) {
5858
- var X = E();
5859
+ var X = P();
5859
5860
  return X || e("Missing positioning value"), X;
5860
5861
  }
5861
5862
  }
5862
- function E() {
5863
+ function P() {
5863
5864
  var X = M();
5864
5865
  if (X.x || X.y)
5865
5866
  return {
@@ -5873,7 +5874,7 @@ St.parse = /* @__PURE__ */ function() {
5873
5874
  y: H()
5874
5875
  };
5875
5876
  }
5876
- function D(X) {
5877
+ function k(X) {
5877
5878
  var re = X(), ue = [];
5878
5879
  if (re)
5879
5880
  for (ue.push(re); de(n.comma); )
@@ -5897,7 +5898,7 @@ St.parse = /* @__PURE__ */ function() {
5897
5898
  return l(n.rgbColor, function() {
5898
5899
  return {
5899
5900
  type: "rgb",
5900
- value: D(me)
5901
+ value: k(me)
5901
5902
  };
5902
5903
  });
5903
5904
  }
@@ -5905,7 +5906,7 @@ St.parse = /* @__PURE__ */ function() {
5905
5906
  return l(n.rgbaColor, function() {
5906
5907
  return {
5907
5908
  type: "rgba",
5908
- value: D(me)
5909
+ value: k(me)
5909
5910
  };
5910
5911
  });
5911
5912
  }
@@ -5992,8 +5993,8 @@ const Mu = {
5992
5993
  Je.mutations.addIcons({ MinusSharp: bu });
5993
5994
  const r = C({
5994
5995
  get: () => e.modelValue,
5995
- set: (D) => {
5996
- t("update:modelValue", D);
5996
+ set: (k) => {
5997
+ t("update:modelValue", k);
5997
5998
  }
5998
5999
  }), a = V(null), s = V(null), o = V([{ code: "#FFFFFF" }]), l = V(""), i = V("linear"), c = V("0"), f = V("");
5999
6000
  let h = 1;
@@ -6017,18 +6018,18 @@ const Mu = {
6017
6018
  }
6018
6019
  }, g = () => {
6019
6020
  r.value = l.value, a.value.hide(), f.value = `${e.text}: ${o.value.length}`, t("change", r.value);
6020
- }, _ = () => {
6021
+ }, D = () => {
6021
6022
  if (h < e.maxColors) {
6022
6023
  o.value.push({ code: "#FFFFFF" }), h++;
6023
- const D = Math.round(100 / h), y = [];
6024
+ const k = Math.round(100 / h), y = [];
6024
6025
  for (let b = 0; b < h; b++)
6025
- y.push(b * D);
6026
+ y.push(b * k);
6026
6027
  s.value.updateStart(y);
6027
6028
  }
6028
- }, E = (D) => {
6029
+ }, P = (k) => {
6029
6030
  if (h > 1) {
6030
6031
  const y = s.value.get();
6031
- y.splice(D, 1), o.value.splice(D, 1), s.value.updateStart(y), h--;
6032
+ y.splice(k, 1), o.value.splice(k, 1), s.value.updateStart(y), h--;
6032
6033
  }
6033
6034
  };
6034
6035
  Qe(() => {
@@ -6037,14 +6038,14 @@ const Mu = {
6037
6038
  const M = () => {
6038
6039
  if (!s.value)
6039
6040
  return;
6040
- const D = i.value + "-gradient", y = s.value.position();
6041
+ const k = i.value + "-gradient", y = s.value.position();
6041
6042
  let b = [];
6042
6043
  b.push(i.value === "radial" ? "circle" : `${c.value}deg`);
6043
6044
  for (let z = 0; z < o.value.length; z++)
6044
6045
  b.push(`${o.value[z].code} ${parseInt(y[z])}%`);
6045
- l.value = `background: ${o.value[0].code};`, o.value.length > 1 && (l.value += `background: ${D}(${b.join(", ")})`);
6046
+ l.value = `background: ${o.value[0].code};`, o.value.length > 1 && (l.value += `background: ${k}(${b.join(", ")})`);
6046
6047
  };
6047
- return (D, y) => (d(), w("div", null, [
6048
+ return (k, y) => (d(), w("div", null, [
6048
6049
  W(on, {
6049
6050
  pre: S,
6050
6051
  label: e.label,
@@ -6123,11 +6124,11 @@ const Mu = {
6123
6124
  G(h) > 1 ? (d(), R(Oe, {
6124
6125
  key: 0,
6125
6126
  icon: "MinusSharp",
6126
- onClick: (K) => E(z)
6127
+ onClick: (K) => P(z)
6127
6128
  }, null, 8, ["onClick"])) : N("", !0)
6128
6129
  ]))), 128)),
6129
6130
  G(h) < e.maxColors ? (d(), w("div", Eu, [
6130
- W(Oe, { onClick: _ }, {
6131
+ W(Oe, { onClick: D }, {
6131
6132
  default: Q(() => [
6132
6133
  ye(Z(e.add), 1)
6133
6134
  ]),
@@ -6175,7 +6176,7 @@ const Mu = {
6175
6176
  },
6176
6177
  emits: ["ready", "resize", "resized", "pane-click", "pane-maximize", "pane-add", "pane-remove", "splitter-click"],
6177
6178
  setup(n, { emit: t }) {
6178
- const e = n, r = xt(), a = V([]), s = C(() => a.value.length), o = C(() => a.value.reduce((k, P) => (k[~~P.id] = P) && k, {})), l = V(null), i = V(!1), c = V({
6179
+ const e = n, r = xt(), a = V([]), s = C(() => a.value.length), o = C(() => a.value.reduce((_, E) => (_[~~E.id] = E) && _, {})), l = V(null), i = V(!1), c = V({
6179
6180
  mouseDown: !1,
6180
6181
  dragging: !1,
6181
6182
  activeSplitter: null
@@ -6187,46 +6188,46 @@ const Mu = {
6187
6188
  document.addEventListener("mousemove", S, { passive: !1 }), document.addEventListener("mouseup", g), "ontouchstart" in window && (document.addEventListener("touchmove", S, { passive: !1 }), document.addEventListener("touchend", g));
6188
6189
  }, v = () => {
6189
6190
  document.removeEventListener("mousemove", S, { passive: !1 }), document.removeEventListener("mouseup", g), "ontouchstart" in window && (document.removeEventListener("touchmove", S, { passive: !1 }), document.removeEventListener("touchend", g));
6190
- }, x = (k, P) => {
6191
- h(), c.value.mouseDown = !0, c.value.activeSplitter = P;
6192
- }, S = (k) => {
6193
- e.movable && c.value.mouseDown && (k.preventDefault(), c.value.dragging = !0, b(D(k)), t("resize", a.value.map((P) => ({ min: P.min, max: P.max, size: P.size }))));
6191
+ }, x = (_, E) => {
6192
+ h(), c.value.mouseDown = !0, c.value.activeSplitter = E;
6193
+ }, S = (_) => {
6194
+ e.movable && c.value.mouseDown && (_.preventDefault(), c.value.dragging = !0, b(k(_)), t("resize", a.value.map((E) => ({ min: E.min, max: E.max, size: E.size }))));
6194
6195
  }, g = () => {
6195
- c.value.dragging && t("resized", a.value.map((k) => ({ min: k.min, max: k.max, size: k.size }))), c.value.mouseDown = !1, setTimeout(() => {
6196
+ c.value.dragging && t("resized", a.value.map((_) => ({ min: _.min, max: _.max, size: _.size }))), c.value.mouseDown = !1, setTimeout(() => {
6196
6197
  c.value.dragging = !1, v();
6197
6198
  }, 100);
6198
- }, _ = (k, P) => {
6199
- "ontouchstart" in window && (k.preventDefault(), e.dblClickSplitter && (f.value.splitter === P ? (clearTimeout(f.value.timeoutId), f.value.timeoutId = null, E(k, P), f.value.splitter = null) : (f.value.splitter = P, f.value.timeoutId = setTimeout(() => {
6199
+ }, D = (_, E) => {
6200
+ "ontouchstart" in window && (_.preventDefault(), e.dblClickSplitter && (f.value.splitter === E ? (clearTimeout(f.value.timeoutId), f.value.timeoutId = null, P(_, E), f.value.splitter = null) : (f.value.splitter = E, f.value.timeoutId = setTimeout(() => {
6200
6201
  f.value.splitter = null;
6201
- }, 500)))), c.value.dragging || t("splitter-click", a.value[P]);
6202
- }, E = (k, P) => {
6202
+ }, 500)))), c.value.dragging || t("splitter-click", a.value[E]);
6203
+ }, P = (_, E) => {
6203
6204
  let F = 0;
6204
- a.value = a.value.map((L, B) => (L.size = B === P ? L.max : L.min, B !== P && (F += L.min), L)), a.value[P].size -= F, t("pane-maximize", a.value[P]), t("resized", a.value.map((L) => ({ min: L.min, max: L.max, size: L.size })));
6205
- }, M = (k, P) => {
6206
- t("pane-click", o.value[P]);
6207
- }, D = (k) => {
6208
- const P = l.value.getBoundingClientRect(), { clientX: F, clientY: L } = "ontouchstart" in window && k.touches ? k.touches[0] : k;
6205
+ a.value = a.value.map((L, B) => (L.size = B === E ? L.max : L.min, B !== E && (F += L.min), L)), a.value[E].size -= F, t("pane-maximize", a.value[E]), t("resized", a.value.map((L) => ({ min: L.min, max: L.max, size: L.size })));
6206
+ }, M = (_, E) => {
6207
+ t("pane-click", o.value[E]);
6208
+ }, k = (_) => {
6209
+ const E = l.value.getBoundingClientRect(), { clientX: F, clientY: L } = "ontouchstart" in window && _.touches ? _.touches[0] : _;
6209
6210
  return {
6210
- x: F - P.left,
6211
- y: L - P.top
6211
+ x: F - E.left,
6212
+ y: L - E.top
6212
6213
  };
6213
- }, y = (k) => {
6214
- k = k[e.horizontal ? "y" : "x"];
6215
- const P = l.value[e.horizontal ? "clientHeight" : "clientWidth"];
6216
- return e.rtl && !e.horizontal && (k = P - k), k * 100 / P;
6217
- }, b = (k) => {
6218
- const P = c.value.activeSplitter;
6214
+ }, y = (_) => {
6215
+ _ = _[e.horizontal ? "y" : "x"];
6216
+ const E = l.value[e.horizontal ? "clientHeight" : "clientWidth"];
6217
+ return e.rtl && !e.horizontal && (_ = E - _), _ * 100 / E;
6218
+ }, b = (_) => {
6219
+ const E = c.value.activeSplitter;
6219
6220
  let F = {
6220
- prevPanesSize: K(P),
6221
- nextPanesSize: j(P),
6221
+ prevPanesSize: K(E),
6222
+ nextPanesSize: j(E),
6222
6223
  prevReachedMinPanes: 0,
6223
6224
  nextReachedMinPanes: 0
6224
6225
  };
6225
- const L = 0 + (e.pushOtherPanes ? 0 : F.prevPanesSize), B = 100 - (e.pushOtherPanes ? 0 : F.nextPanesSize), ee = Math.max(Math.min(y(k), B), L);
6226
- let le = [P, P + 1], Ie = a.value[le[0]] || null, Ve = a.value[le[1]] || null;
6227
- const _t = Ie.max < 100 && ee >= Ie.max + F.prevPanesSize, cn = Ve.max < 100 && ee <= 100 - (Ve.max + j(P + 1));
6226
+ const L = 0 + (e.pushOtherPanes ? 0 : F.prevPanesSize), B = 100 - (e.pushOtherPanes ? 0 : F.nextPanesSize), ee = Math.max(Math.min(y(_), B), L);
6227
+ let le = [E, E + 1], Ie = a.value[le[0]] || null, Ve = a.value[le[1]] || null;
6228
+ const _t = Ie.max < 100 && ee >= Ie.max + F.prevPanesSize, cn = Ve.max < 100 && ee <= 100 - (Ve.max + j(E + 1));
6228
6229
  if (_t || cn) {
6229
- _t ? (Ie.size = Ie.max, Ve.size = Math.max(100 - Ie.max - F.prevPanesSize - F.nextPanesSize, 0)) : (Ie.size = Math.max(100 - Ve.max - F.prevPanesSize - j(P + 1), 0), Ve.size = Ve.max);
6230
+ _t ? (Ie.size = Ie.max, Ve.size = Math.max(100 - Ie.max - F.prevPanesSize - F.nextPanesSize, 0)) : (Ie.size = Math.max(100 - Ve.max - F.prevPanesSize - j(E + 1), 0), Ve.size = Ve.max);
6230
6231
  return;
6231
6232
  }
6232
6233
  if (e.pushOtherPanes) {
@@ -6235,103 +6236,103 @@ const Mu = {
6235
6236
  ({ sums: F, panesToResize: le } = Wt), Ie = a.value[le[0]] || null, Ve = a.value[le[1]] || null;
6236
6237
  }
6237
6238
  Ie !== null && (Ie.size = Math.min(Math.max(ee - F.prevPanesSize - F.prevReachedMinPanes, Ie.min), Ie.max)), Ve !== null && (Ve.size = Math.min(Math.max(100 - ee - F.nextPanesSize - F.nextReachedMinPanes, Ve.min), Ve.max));
6238
- }, z = (k, P) => {
6239
+ }, z = (_, E) => {
6239
6240
  const F = c.value.activeSplitter, L = [F, F + 1];
6240
- return P < k.prevPanesSize + a.value[L[0]].min && (L[0] = ae(F).index, k.prevReachedMinPanes = 0, L[0] < F && a.value.forEach((B, ee) => {
6241
- ee > L[0] && ee <= F && (B.size = B.min, k.prevReachedMinPanes += B.min);
6242
- }), k.prevPanesSize = K(L[0]), L[0] === void 0) ? (k.prevReachedMinPanes = 0, a.value[0].size = a.value[0].min, a.value.forEach((B, ee) => {
6243
- ee > 0 && ee <= F && (B.size = B.min, k.prevReachedMinPanes += B.min);
6244
- }), a.value[L[1]].size = 100 - k.prevReachedMinPanes - a.value[0].min - k.prevPanesSize - k.nextPanesSize, null) : P > 100 - k.nextPanesSize - a.value[L[1]].min && (L[1] = me(F).index, k.nextReachedMinPanes = 0, L[1] > F + 1 && a.value.forEach((B, ee) => {
6245
- ee > F && ee < L[1] && (B.size = B.min, k.nextReachedMinPanes += B.min);
6246
- }), k.nextPanesSize = j(L[1] - 1), L[1] === void 0) ? (k.nextReachedMinPanes = 0, a.value[s.value - 1].size = a.value[s.value - 1].min.value, a.value.forEach((B, ee) => {
6247
- ee < s.value - 1 && ee >= F + 1 && (B.size = B.min, k.nextReachedMinPanes += B.min);
6248
- }), a.value[L[0]].size = 100 - k.prevPanesSize - k.nextReachedMinPanes - a.value[s.value - 1].min - k.nextPanesSize.value, null) : { sums: k, panesToResize: L };
6249
- }, K = (k) => a.value.reduce((P, F, L) => P + (L < k ? F.size : 0), 0), j = (k) => a.value.reduce((P, F, L) => P + (L > k + 1 ? F.size : 0), 0), ae = (k) => [...a.value].reverse().find((F) => F.index < k && F.size > F.min) || {}, me = (k) => a.value.find((F) => F.index > k + 1 && F.size > F.min) || {}, H = () => {
6250
- var P;
6251
- Array.from(((P = l.value) == null ? void 0 : P.children) || []).forEach((F) => {
6241
+ return E < _.prevPanesSize + a.value[L[0]].min && (L[0] = ae(F).index, _.prevReachedMinPanes = 0, L[0] < F && a.value.forEach((B, ee) => {
6242
+ ee > L[0] && ee <= F && (B.size = B.min, _.prevReachedMinPanes += B.min);
6243
+ }), _.prevPanesSize = K(L[0]), L[0] === void 0) ? (_.prevReachedMinPanes = 0, a.value[0].size = a.value[0].min, a.value.forEach((B, ee) => {
6244
+ ee > 0 && ee <= F && (B.size = B.min, _.prevReachedMinPanes += B.min);
6245
+ }), a.value[L[1]].size = 100 - _.prevReachedMinPanes - a.value[0].min - _.prevPanesSize - _.nextPanesSize, null) : E > 100 - _.nextPanesSize - a.value[L[1]].min && (L[1] = me(F).index, _.nextReachedMinPanes = 0, L[1] > F + 1 && a.value.forEach((B, ee) => {
6246
+ ee > F && ee < L[1] && (B.size = B.min, _.nextReachedMinPanes += B.min);
6247
+ }), _.nextPanesSize = j(L[1] - 1), L[1] === void 0) ? (_.nextReachedMinPanes = 0, a.value[s.value - 1].size = a.value[s.value - 1].min.value, a.value.forEach((B, ee) => {
6248
+ ee < s.value - 1 && ee >= F + 1 && (B.size = B.min, _.nextReachedMinPanes += B.min);
6249
+ }), a.value[L[0]].size = 100 - _.prevPanesSize - _.nextReachedMinPanes - a.value[s.value - 1].min - _.nextPanesSize.value, null) : { sums: _, panesToResize: L };
6250
+ }, K = (_) => a.value.reduce((E, F, L) => E + (L < _ ? F.size : 0), 0), j = (_) => a.value.reduce((E, F, L) => E + (L > _ + 1 ? F.size : 0), 0), ae = (_) => [...a.value].reverse().find((F) => F.index < _ && F.size > F.min) || {}, me = (_) => a.value.find((F) => F.index > _ + 1 && F.size > F.min) || {}, H = () => {
6251
+ var E;
6252
+ Array.from(((E = l.value) == null ? void 0 : E.children) || []).forEach((F) => {
6252
6253
  const L = F.classList.contains("d-splitter__panel"), B = F.classList.contains("d-splitter__splitter");
6253
6254
  !L && !B && (F.remove(), console.warn("DSplitter: Only <d-splitter-panels> elements are allowed at the root of <d-splitter>. One of your DOM nodes was removed."));
6254
6255
  });
6255
- }, ce = (k, P, F = !1) => {
6256
- const L = k - 1, B = document.createElement("div");
6257
- B.classList.add("d-splitter__splitter"), B.style.width = `${e.horizontal ? "auto" : e.size + "px"}`, B.style.height = `${e.horizontal ? e.size + "px" : "auto"}`, B.style.display = `${e.size === 0 ? "none" : "block"}`, F || (B.onmousedown = (ee) => x(ee, L), typeof window < "u" && "ontouchstart" in window && (B.ontouchstart = (ee) => x(ee, L)), B.onclick = (ee) => _(ee, L + 1)), e.dblClickSplitter && (B.ondblclick = (ee) => E(ee, L + 1)), P.parentNode.insertBefore(B, P);
6258
- }, J = (k) => {
6259
- k.onmousedown = void 0, k.onclick = void 0, k.ondblclick = void 0, k.remove();
6256
+ }, ce = (_, E, F = !1) => {
6257
+ const L = _ - 1, B = document.createElement("div");
6258
+ B.classList.add("d-splitter__splitter"), B.style.width = `${e.horizontal ? "auto" : e.size + "px"}`, B.style.height = `${e.horizontal ? e.size + "px" : "auto"}`, B.style.display = `${e.size === 0 ? "none" : "block"}`, F || (B.onmousedown = (ee) => x(ee, L), typeof window < "u" && "ontouchstart" in window && (B.ontouchstart = (ee) => x(ee, L)), B.onclick = (ee) => D(ee, L + 1)), e.dblClickSplitter && (B.ondblclick = (ee) => P(ee, L + 1)), E.parentNode.insertBefore(B, E);
6259
+ }, J = (_) => {
6260
+ _.onmousedown = void 0, _.onclick = void 0, _.ondblclick = void 0, _.remove();
6260
6261
  }, O = () => {
6261
6262
  var F;
6262
- const k = Array.from(((F = l.value) == null ? void 0 : F.children) || []);
6263
- k.forEach((L) => {
6263
+ const _ = Array.from(((F = l.value) == null ? void 0 : F.children) || []);
6264
+ _.forEach((L) => {
6264
6265
  L.className.includes("d-splitter__splitter") && J(L);
6265
6266
  });
6266
- let P = 0;
6267
- k.forEach((L) => {
6268
- L.className.includes("d-splitter__panel") && (!P && e.firstSplitter ? ce(P, L, !0) : P && ce(P, L), P++);
6267
+ let E = 0;
6268
+ _.forEach((L) => {
6269
+ L.className.includes("d-splitter__panel") && (!E && e.firstSplitter ? ce(E, L, !0) : E && ce(E, L), E++);
6269
6270
  });
6270
- }, de = ({ uid: k, ...P }) => {
6271
- const F = o.value[k];
6272
- Object.entries(P).forEach(([L, B]) => F[L] = B);
6273
- }, xe = (k) => {
6271
+ }, de = ({ uid: _, ...E }) => {
6272
+ const F = o.value[_];
6273
+ Object.entries(E).forEach(([L, B]) => F[L] = B);
6274
+ }, xe = (_) => {
6274
6275
  var F;
6275
- let P = -1;
6276
- Array.from(((F = l.value) == null ? void 0 : F.children) || []).some((L) => (L.className.includes("d-splitter__panel") && P++, L.isSameNode(k.el))), a.value.splice(P, 0, { ...k, index: P }), a.value.forEach((L, B) => L.index = B), i.value && Ht(() => {
6277
- O(), re({ addedPane: a.value[P] }), t("pane-add", { index: P, panes: a.value.map((L) => ({ min: L.min, max: L.max, size: L.size })) });
6276
+ let E = -1;
6277
+ Array.from(((F = l.value) == null ? void 0 : F.children) || []).some((L) => (L.className.includes("d-splitter__panel") && E++, L.isSameNode(_.el))), a.value.splice(E, 0, { ..._, index: E }), a.value.forEach((L, B) => L.index = B), i.value && Ht(() => {
6278
+ O(), re({ addedPane: a.value[E] }), t("pane-add", { index: E, panes: a.value.map((L) => ({ min: L.min, max: L.max, size: L.size })) });
6278
6279
  });
6279
- }, X = (k) => {
6280
- const P = a.value.findIndex((L) => L.id === k), F = a.value.splice(P, 1)[0];
6280
+ }, X = (_) => {
6281
+ const E = a.value.findIndex((L) => L.id === _), F = a.value.splice(E, 1)[0];
6281
6282
  a.value.forEach((L, B) => L.index = B), Ht(() => {
6282
- O(), re({ removedPane: { ...F, index: P } }), t("pane-remove", { removed: F, panes: a.value.map((L) => ({ min: L.min, max: L.max, size: L.size })) });
6283
+ O(), re({ removedPane: { ...F, index: E } }), t("pane-remove", { removed: F, panes: a.value.map((L) => ({ min: L.min, max: L.max, size: L.size })) });
6283
6284
  });
6284
- }, re = (k = {}) => {
6285
- !k.addedPane && !k.removedPane ? Ce() : a.value.some((P) => P.givenSize !== null || P.min || P.max < 100) ? ut(k) : ue(), i.value && t("resized", a.value.map((P) => ({ min: P.min, max: P.max, size: P.size })));
6285
+ }, re = (_ = {}) => {
6286
+ !_.addedPane && !_.removedPane ? Ce() : a.value.some((E) => E.givenSize !== null || E.min || E.max < 100) ? ut(_) : ue(), i.value && t("resized", a.value.map((E) => ({ min: E.min, max: E.max, size: E.size })));
6286
6287
  }, ue = () => {
6287
- const k = 100 / s.value;
6288
- let P = 0;
6288
+ const _ = 100 / s.value;
6289
+ let E = 0;
6289
6290
  const F = [], L = [];
6290
6291
  a.value.forEach((B) => {
6291
- B.size = Math.max(Math.min(k, B.max), B.min), P -= B.size, B.size >= B.max && F.push(B.id), B.size <= B.min && L.push(B.id);
6292
- }), P > 0.1 && tt(P, F, L);
6292
+ B.size = Math.max(Math.min(_, B.max), B.min), E -= B.size, B.size >= B.max && F.push(B.id), B.size <= B.min && L.push(B.id);
6293
+ }), E > 0.1 && tt(E, F, L);
6293
6294
  }, Ce = () => {
6294
- let k = 100;
6295
- const P = [], F = [];
6295
+ let _ = 100;
6296
+ const E = [], F = [];
6296
6297
  let L = 0;
6297
6298
  a.value.forEach((ee) => {
6298
- k -= ee.size, ee.givenSize !== null && L++, ee.size >= ee.max && P.push(ee.id), ee.size <= ee.min && F.push(ee.id);
6299
+ _ -= ee.size, ee.givenSize !== null && L++, ee.size >= ee.max && E.push(ee.id), ee.size <= ee.min && F.push(ee.id);
6299
6300
  });
6300
6301
  let B = 100;
6301
- k > 0.1 && (a.value.forEach((ee) => {
6302
- ee.givenSize === null && (ee.size = Math.max(Math.min(k / (s.value - L), ee.max), ee.min)), B -= ee.size;
6303
- }), B > 0.1 && tt(B, P, F));
6304
- }, ut = ({ addedPane: k, removedPane: P } = {}) => {
6302
+ _ > 0.1 && (a.value.forEach((ee) => {
6303
+ ee.givenSize === null && (ee.size = Math.max(Math.min(_ / (s.value - L), ee.max), ee.min)), B -= ee.size;
6304
+ }), B > 0.1 && tt(B, E, F));
6305
+ }, ut = ({ addedPane: _, removedPane: E } = {}) => {
6305
6306
  let F = 100 / s.value, L = 0;
6306
6307
  const B = [], ee = [];
6307
- (k == null ? void 0 : k.givenSize) !== null && (F = (100 - k.givenSize) / (s.value - 1).value), a.value.forEach((le) => {
6308
+ (_ == null ? void 0 : _.givenSize) !== null && (F = (100 - _.givenSize) / (s.value - 1).value), a.value.forEach((le) => {
6308
6309
  L -= le.size, le.size >= le.max && B.push(le.id), le.size <= le.min && ee.push(le.id);
6309
6310
  }), !(Math.abs(L) < 0.1) && (a.value.forEach((le) => {
6310
- (k == null ? void 0 : k.givenSize) !== null && (k == null ? void 0 : k.id) === le.id || (le.size = Math.max(Math.min(F, le.max), le.min)), L -= le.size, le.size >= le.max && B.push(le.id), le.size <= le.min && ee.push(le.id);
6311
+ (_ == null ? void 0 : _.givenSize) !== null && (_ == null ? void 0 : _.id) === le.id || (le.size = Math.max(Math.min(F, le.max), le.min)), L -= le.size, le.size >= le.max && B.push(le.id), le.size <= le.min && ee.push(le.id);
6311
6312
  }), L > 0.1 && tt(L, B, ee));
6312
- }, tt = (k, P, F) => {
6313
+ }, tt = (_, E, F) => {
6313
6314
  let L;
6314
- k > 0 ? L = k / (s.value - P.length) : L = k / (s.value - F.length), a.value.forEach((B, ee) => {
6315
- if (k > 0 && !P.includes(B.id)) {
6315
+ _ > 0 ? L = _ / (s.value - E.length) : L = _ / (s.value - F.length), a.value.forEach((B, ee) => {
6316
+ if (_ > 0 && !E.includes(B.id)) {
6316
6317
  const le = Math.max(Math.min(B.size + L, B.max), B.min), Ie = le - B.size;
6317
- k -= Ie, B.size = le;
6318
+ _ -= Ie, B.size = le;
6318
6319
  } else if (!F.includes(B.id)) {
6319
6320
  const le = Math.max(Math.min(B.size + L, B.max), B.min), Ie = le - B.size;
6320
- k -= Ie, B.size = le;
6321
+ _ -= Ie, B.size = le;
6321
6322
  }
6322
- }), Math.abs(k) > 0.1 && Ht(() => {
6323
+ }), Math.abs(_) > 0.1 && Ht(() => {
6323
6324
  i.value && console.warn("D-Splitter: Could not resize panes correctly due to their constraints.");
6324
6325
  });
6325
6326
  };
6326
- ot(() => e.firstSplitter, () => O()), ot(() => e.dblClickSplitter, (k) => {
6327
+ ot(() => e.firstSplitter, () => O()), ot(() => e.dblClickSplitter, (_) => {
6327
6328
  [...l.value.querySelectorAll(".d-splitter__splitter")].forEach((F, L) => {
6328
- F.ondblclick = k ? (B) => E(B, L) : void 0;
6329
+ F.ondblclick = _ ? (B) => P(B, L) : void 0;
6329
6330
  });
6330
6331
  }), Rr(() => i.value = !1), Qe(() => {
6331
6332
  H(), O(), re(), t("ready"), i.value = !0;
6332
6333
  });
6333
6334
  const ht = () => {
6334
- var k;
6335
+ var _;
6335
6336
  return At(
6336
6337
  "div",
6337
6338
  {
@@ -6342,10 +6343,10 @@ const Mu = {
6342
6343
  { "d-splitter--dragging": c.value.dragging }
6343
6344
  ]
6344
6345
  },
6345
- (k = r.default) == null ? void 0 : k.call(r)
6346
+ (_ = r.default) == null ? void 0 : _.call(r)
6346
6347
  );
6347
6348
  };
6348
- return gt("panes", a), gt("indexedPanes", o), gt("horizontal", C(() => e.horizontal)), gt("requestUpdate", de), gt("onPaneAdd", xe), gt("onPaneRemove", X), gt("onPaneClick", M), (k, P) => (d(), R(We(ht)));
6349
+ return gt("panes", a), gt("indexedPanes", o), gt("horizontal", C(() => e.horizontal)), gt("requestUpdate", de), gt("onPaneAdd", xe), gt("onPaneRemove", X), gt("onPaneClick", M), (_, E) => (d(), R(We(ht)));
6349
6350
  }
6350
6351
  }, Lf = {
6351
6352
  __name: "DSplitterPanel",
@@ -6357,17 +6358,17 @@ const Mu = {
6357
6358
  setup(n) {
6358
6359
  var g;
6359
6360
  const t = n, e = Dt("requestUpdate"), r = Dt("onPaneAdd"), a = Dt("horizontal"), s = Dt("onPaneRemove"), o = Dt("onPaneClick"), l = (g = an()) == null ? void 0 : g.uid, i = Dt("indexedPanes"), c = C(() => i.value[l]), f = V(null), h = C(() => {
6360
- const _ = isNaN(t.size) || t.size === void 0 ? 0 : parseFloat(t.size);
6361
- return Math.max(Math.min(_, x.value), v.value);
6361
+ const D = isNaN(t.size) || t.size === void 0 ? 0 : parseFloat(t.size);
6362
+ return Math.max(Math.min(D, x.value), v.value);
6362
6363
  }), v = C(() => {
6363
- const _ = parseFloat(t.minSize);
6364
- return isNaN(_) ? 0 : _;
6364
+ const D = parseFloat(t.minSize);
6365
+ return isNaN(D) ? 0 : D;
6365
6366
  }), x = C(() => {
6366
- const _ = parseFloat(t.maxSize);
6367
- return isNaN(_) ? 100 : _;
6367
+ const D = parseFloat(t.maxSize);
6368
+ return isNaN(D) ? 100 : D;
6368
6369
  }), S = C(() => {
6369
- var _;
6370
- return `${a.value ? "height" : "width"}: ${(_ = c.value) == null ? void 0 : _.size}%`;
6370
+ var D;
6371
+ return `${a.value ? "height" : "width"}: ${(D = c.value) == null ? void 0 : D.size}%`;
6371
6372
  });
6372
6373
  return Qe(() => {
6373
6374
  r({
@@ -6380,14 +6381,14 @@ const Mu = {
6380
6381
  size: h.value
6381
6382
  // The computed current size at any time.
6382
6383
  });
6383
- }), ot(() => h.value, (_) => e({ uid: l, size: _ })), ot(() => v.value, (_) => e({ uid: l, min: _ })), ot(() => x.value, (_) => e({ uid: l, max: _ })), Rr(() => s(l)), (_, E) => (d(), w("div", {
6384
+ }), ot(() => h.value, (D) => e({ uid: l, size: D })), ot(() => v.value, (D) => e({ uid: l, min: D })), ot(() => x.value, (D) => e({ uid: l, max: D })), Rr(() => s(l)), (D, P) => (d(), w("div", {
6384
6385
  ref_key: "paneEl",
6385
6386
  ref: f,
6386
6387
  class: "d-splitter__panel",
6387
- onClick: E[0] || (E[0] = (M) => G(o)(M, _._.uid)),
6388
+ onClick: P[0] || (P[0] = (M) => G(o)(M, D._.uid)),
6388
6389
  style: ge(S.value)
6389
6390
  }, [
6390
- oe(_.$slots, "default")
6391
+ oe(D.$slots, "default")
6391
6392
  ], 4));
6392
6393
  }
6393
6394
  }, Tu = {
@@ -7686,28 +7687,28 @@ function Lc(n, t, e) {
7686
7687
  }
7687
7688
  const Oc = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Fc = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Ic = /^'([^]*?)'?$/, zc = /''/g, Hc = /[a-zA-Z]/;
7688
7689
  function it(n, t, e) {
7689
- var f, h, v, x, S, g, _, E;
7690
- const r = kt(), a = (e == null ? void 0 : e.locale) ?? r.locale ?? ra, s = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((h = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : h.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((x = (v = r.locale) == null ? void 0 : v.options) == null ? void 0 : x.firstWeekContainsDate) ?? 1, o = (e == null ? void 0 : e.weekStartsOn) ?? ((g = (S = e == null ? void 0 : e.locale) == null ? void 0 : S.options) == null ? void 0 : g.weekStartsOn) ?? r.weekStartsOn ?? ((E = (_ = r.locale) == null ? void 0 : _.options) == null ? void 0 : E.weekStartsOn) ?? 0, l = ie(n, e == null ? void 0 : e.in);
7690
+ var f, h, v, x, S, g, D, P;
7691
+ const r = kt(), a = (e == null ? void 0 : e.locale) ?? r.locale ?? ra, s = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((h = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : h.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((x = (v = r.locale) == null ? void 0 : v.options) == null ? void 0 : x.firstWeekContainsDate) ?? 1, o = (e == null ? void 0 : e.weekStartsOn) ?? ((g = (S = e == null ? void 0 : e.locale) == null ? void 0 : S.options) == null ? void 0 : g.weekStartsOn) ?? r.weekStartsOn ?? ((P = (D = r.locale) == null ? void 0 : D.options) == null ? void 0 : P.weekStartsOn) ?? 0, l = ie(n, e == null ? void 0 : e.in);
7691
7692
  if (!Bu(l))
7692
7693
  throw new RangeError("Invalid time value");
7693
7694
  let i = t.match(Fc).map((M) => {
7694
- const D = M[0];
7695
- if (D === "p" || D === "P") {
7696
- const y = Cn[D];
7695
+ const k = M[0];
7696
+ if (k === "p" || k === "P") {
7697
+ const y = Cn[k];
7697
7698
  return y(M, a.formatLong);
7698
7699
  }
7699
7700
  return M;
7700
7701
  }).join("").match(Oc).map((M) => {
7701
7702
  if (M === "''")
7702
7703
  return { isToken: !1, value: "'" };
7703
- const D = M[0];
7704
- if (D === "'")
7704
+ const k = M[0];
7705
+ if (k === "'")
7705
7706
  return { isToken: !1, value: Ac(M) };
7706
- if (Sr[D])
7707
+ if (Sr[k])
7707
7708
  return { isToken: !0, value: M };
7708
- if (D.match(Hc))
7709
+ if (k.match(Hc))
7709
7710
  throw new RangeError(
7710
- "Format string contains an unescaped latin alphabet character `" + D + "`"
7711
+ "Format string contains an unescaped latin alphabet character `" + k + "`"
7711
7712
  );
7712
7713
  return { isToken: !1, value: M };
7713
7714
  });
@@ -7719,10 +7720,10 @@ function it(n, t, e) {
7719
7720
  };
7720
7721
  return i.map((M) => {
7721
7722
  if (!M.isToken) return M.value;
7722
- const D = M.value;
7723
- (!(e != null && e.useAdditionalWeekYearTokens) && la(D) || !(e != null && e.useAdditionalDayOfYearTokens) && ia(D)) && $n(D, t, String(n));
7724
- const y = Sr[D[0]];
7725
- return y(l, D, a.localize, c);
7723
+ const k = M.value;
7724
+ (!(e != null && e.useAdditionalWeekYearTokens) && la(k) || !(e != null && e.useAdditionalDayOfYearTokens) && ia(k)) && $n(k, t, String(n));
7725
+ const y = Sr[k[0]];
7726
+ return y(l, k, a.localize, c);
7726
7727
  }).join("");
7727
7728
  }
7728
7729
  function Ac(n) {
@@ -9214,8 +9215,8 @@ const Md = {
9214
9215
  T: new $d()
9215
9216
  }, Ed = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Pd = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Td = /^'([^]*?)'?$/, Ld = /''/g, Od = /\S/, Fd = /[a-zA-Z]/;
9216
9217
  function Id(n, t, e, r) {
9217
- var _, E, M, D;
9218
- const a = () => De(e, NaN), s = Rc(), o = s.locale ?? ra, l = s.firstWeekContainsDate ?? ((E = (_ = s.locale) == null ? void 0 : _.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, i = s.weekStartsOn ?? ((D = (M = s.locale) == null ? void 0 : M.options) == null ? void 0 : D.weekStartsOn) ?? 0;
9218
+ var D, P, M, k;
9219
+ const a = () => De(e, NaN), s = Rc(), o = s.locale ?? ra, l = s.firstWeekContainsDate ?? ((P = (D = s.locale) == null ? void 0 : D.options) == null ? void 0 : P.firstWeekContainsDate) ?? 1, i = s.weekStartsOn ?? ((k = (M = s.locale) == null ? void 0 : M.options) == null ? void 0 : k.weekStartsOn) ?? 0;
9219
9220
  if (!t)
9220
9221
  return n ? a() : ie(e, r == null ? void 0 : r.in);
9221
9222
  const c = {
@@ -9428,7 +9429,7 @@ const Bd = {
9428
9429
  day: g.display,
9429
9430
  disabled: g.disabled,
9430
9431
  wide: !0,
9431
- onSelect: (_) => f(_, g)
9432
+ onSelect: (D) => f(D, g)
9432
9433
  }, null, 8, ["day", "disabled", "onSelect"]))), 128))
9433
9434
  ])
9434
9435
  ], 64));
@@ -9470,17 +9471,17 @@ const Bd = {
9470
9471
  emits: ["update:pageDate", "monthClick", "yearClick", "select"],
9471
9472
  setup(n, { emit: t }) {
9472
9473
  const e = n, r = C(
9473
- () => (D) => (y) => it(y, D, {
9474
+ () => (k) => (y) => it(y, k, {
9474
9475
  locale: e.locale,
9475
9476
  weekStartsOn: e.weekStartsOn
9476
9477
  })
9477
9478
  ), a = C(
9478
- () => (D) => it(D, "LLLL", {
9479
+ () => (k) => it(k, "LLLL", {
9479
9480
  locale: e.locale
9480
9481
  })
9481
- ), s = (D, y, b, z) => {
9482
+ ), s = (k, y, b, z) => {
9482
9483
  var K, j;
9483
- return (K = z == null ? void 0 : z.dates) != null && K.some((ae) => wn(D, ae)) || (j = z == null ? void 0 : z.predicate) != null && j.call(z, D) ? !1 : !y && !b ? !0 : y && Vt(D, Bt(y)) ? !1 : !(b && Nt(D, Nu(b)));
9484
+ return (K = z == null ? void 0 : z.dates) != null && K.some((ae) => wn(k, ae)) || (j = z == null ? void 0 : z.predicate) != null && j.call(z, k) ? !1 : !y && !b ? !0 : y && Vt(k, Bt(y)) ? !1 : !(b && Nt(k, Nu(b)));
9484
9485
  }, o = C(
9485
9486
  () => e.lowerLimit && (Mn(e.lowerLimit, e.pageDate) || Vt(e.pageDate, e.lowerLimit))
9486
9487
  ), l = C(
@@ -9496,21 +9497,21 @@ const Bd = {
9496
9497
  weekStartsOn: e.weekStartsOn
9497
9498
  })
9498
9499
  })), v = C(() => {
9499
- const D = e.weekStartsOn, y = r.value(e.weekdayFormat);
9500
- return Array.from(Array(7)).map((b, z) => (D + z) % 7).map(
9500
+ const k = e.weekStartsOn, y = r.value(e.weekdayFormat);
9501
+ return Array.from(Array(7)).map((b, z) => (k + z) % 7).map(
9501
9502
  (b) => un(/* @__PURE__ */ new Date(), b, {
9502
9503
  weekStartsOn: e.weekStartsOn
9503
9504
  })
9504
9505
  ).map(y);
9505
9506
  }), x = C(() => {
9506
- const D = /* @__PURE__ */ new Date(), y = r.value(e.format);
9507
+ const k = /* @__PURE__ */ new Date(), y = r.value(e.format);
9507
9508
  return Vu(h.value).map(
9508
9509
  (b) => ({
9509
9510
  value: b,
9510
9511
  display: y(b),
9511
9512
  //selected: !!props.selected && isSameDay(props.selected, value),
9512
9513
  selected: !!e.pageDate && wn(e.pageDate, b),
9513
- current: wn(D, b),
9514
+ current: wn(k, b),
9514
9515
  disabled: !e.allowOutsideInterval && !Hd(b, f.value) || !s(
9515
9516
  b,
9516
9517
  e.lowerLimit,
@@ -9524,13 +9525,13 @@ const Bd = {
9524
9525
  t("monthClick");
9525
9526
  }, g = () => {
9526
9527
  t("yearClick");
9527
- }, _ = (D, y) => {
9528
+ }, D = (k, y) => {
9528
9529
  t("update:pageDate", y.value), t("select", y);
9529
- }, E = () => t("update:pageDate", Rd(e.pageDate, 1)), M = () => t("update:pageDate", qn(e.pageDate, 1));
9530
- return (D, y) => (d(), w(we, null, [
9530
+ }, P = () => t("update:pageDate", Rd(e.pageDate, 1)), M = () => t("update:pageDate", qn(e.pageDate, 1));
9531
+ return (k, y) => (d(), w(we, null, [
9531
9532
  T("div", Wd, [
9532
9533
  W(je, {
9533
- onClick: E,
9534
+ onClick: P,
9534
9535
  component: G(Vn),
9535
9536
  size: "20",
9536
9537
  style: { cursor: "pointer" },
@@ -9567,7 +9568,7 @@ const Bd = {
9567
9568
  disabled: b.disabled,
9568
9569
  selected: b.selected,
9569
9570
  wide: !0,
9570
- onSelect: (z) => _(z, b)
9571
+ onSelect: (z) => D(z, b)
9571
9572
  }, null, 8, ["day", "disabled", "selected", "onSelect"]))), 128))
9572
9573
  ])
9573
9574
  ], 64));
@@ -9601,7 +9602,7 @@ const Bd = {
9601
9602
  () => (g) => it(g, e.format, {
9602
9603
  locale: e.locale
9603
9604
  })
9604
- ), o = (g, _, E) => !_ && !E ? !0 : _ && Vt(g, ta(_)) ? !1 : !(E && Nt(g, ea(E))), l = C(
9605
+ ), o = (g, D, P) => !D && !P ? !0 : D && Vt(g, ta(D)) ? !1 : !(P && Nt(g, ea(P))), l = C(
9605
9606
  () => e.lowerLimit && (Cr(e.lowerLimit, e.pageDate) || Vt(e.pageDate, e.lowerLimit))
9606
9607
  ), i = C(
9607
9608
  () => e.upperLimit && (Cr(e.upperLimit, e.pageDate) || Nt(e.pageDate, e.upperLimit))
@@ -9620,10 +9621,10 @@ const Bd = {
9620
9621
  )
9621
9622
  ), f = C(() => Ge(e.pageDate)), h = () => {
9622
9623
  t("yearClick");
9623
- }, v = (g, _) => {
9624
- t("update:pageDate", _.value), t("dayClick");
9624
+ }, v = (g, D) => {
9625
+ t("update:pageDate", D.value), t("dayClick");
9625
9626
  }, x = () => t("update:pageDate", pa(e.pageDate, 1)), S = () => t("update:pageDate", jn(e.pageDate, 1));
9626
- return (g, _) => (d(), w(we, null, [
9627
+ return (g, D) => (d(), w(we, null, [
9627
9628
  T("div", Ud, [
9628
9629
  W(je, {
9629
9630
  onClick: x,
@@ -9645,13 +9646,13 @@ const Bd = {
9645
9646
  }, null, 8, ["component", "class"])
9646
9647
  ]),
9647
9648
  T("div", Xd, [
9648
- (d(!0), w(we, null, Ae(c.value, (E) => (d(), R(Qn, {
9649
+ (d(!0), w(we, null, Ae(c.value, (P) => (d(), R(Qn, {
9649
9650
  class: "cell",
9650
- key: E.key,
9651
- day: E.display,
9651
+ key: P.key,
9652
+ day: P.display,
9652
9653
  wide: !0,
9653
- disabled: E.disabled,
9654
- onSelect: (M) => v(M, E)
9654
+ disabled: P.disabled,
9655
+ onSelect: (M) => v(M, P)
9655
9656
  }, null, 8, ["day", "disabled", "onSelect"]))), 128))
9656
9657
  ])
9657
9658
  ], 64));
@@ -9802,8 +9803,8 @@ const Bd = {
9802
9803
  }
9803
9804
  }), a = V(null), s = V(r.value ? Id(r.value, e.inputFormat, /* @__PURE__ */ new Date()) : /* @__PURE__ */ new Date()), o = V(e.mode), l = () => {
9804
9805
  o.value = e.mode, a.value.show();
9805
- }, i = (g, _) => {
9806
- s.value = _, t("monthPageChanged", _);
9806
+ }, i = (g, D) => {
9807
+ s.value = D, t("monthPageChanged", D);
9807
9808
  }, c = () => {
9808
9809
  o.value = "day";
9809
9810
  }, f = () => {
@@ -9819,11 +9820,11 @@ const Bd = {
9819
9820
  locale: e.locale
9820
9821
  }), t("apply", it(s.value, e.inputFormat, { locale: e.locale })), a.value.hide();
9821
9822
  };
9822
- return (g, _) => (d(), w("div", null, [
9823
+ return (g, D) => (d(), w("div", null, [
9823
9824
  W(on, {
9824
9825
  label: e.label,
9825
9826
  modelValue: r.value,
9826
- "onUpdate:modelValue": _[0] || (_[0] = (E) => r.value = E),
9827
+ "onUpdate:modelValue": D[0] || (D[0] = (P) => r.value = P),
9827
9828
  onClick: l,
9828
9829
  readonly: e.readOnly
9829
9830
  }, null, 8, ["label", "modelValue", "readonly"]),
@@ -9843,7 +9844,7 @@ const Bd = {
9843
9844
  locale: e.locale,
9844
9845
  "lower-limit": e.lowerLimit,
9845
9846
  "upper-limit": e.upperLimit,
9846
- "onUpdate:pageDate": _[1] || (_[1] = (E) => i("day", E)),
9847
+ "onUpdate:pageDate": D[1] || (D[1] = (P) => i("day", P)),
9847
9848
  onMonthClick: f,
9848
9849
  onYearClick: h,
9849
9850
  onSelect: x
@@ -9854,7 +9855,7 @@ const Bd = {
9854
9855
  locale: e.locale,
9855
9856
  "lower-limit": e.lowerLimit,
9856
9857
  "upper-limit": e.upperLimit,
9857
- "onUpdate:pageDate": _[2] || (_[2] = (E) => i("day", E)),
9858
+ "onUpdate:pageDate": D[2] || (D[2] = (P) => i("day", P)),
9858
9859
  onDayClick: c,
9859
9860
  onYearClick: h
9860
9861
  }, null, 8, ["page-date", "locale", "lower-limit", "upper-limit"])) : N("", !0),
@@ -9864,7 +9865,7 @@ const Bd = {
9864
9865
  locale: e.locale,
9865
9866
  "lower-limit": e.lowerLimit,
9866
9867
  "upper-limit": e.upperLimit,
9867
- "onUpdate:pageDate": _[3] || (_[3] = (E) => i("day", E)),
9868
+ "onUpdate:pageDate": D[3] || (D[3] = (P) => i("day", P)),
9868
9869
  onYearClick: f
9869
9870
  }, null, 8, ["page-date", "locale", "lower-limit", "upper-limit"])) : N("", !0),
9870
9871
  n.showCurrentDate ? (d(), w("div", Zd, Z(v.value), 1)) : N("", !0)
@@ -9881,7 +9882,7 @@ const Bd = {
9881
9882
  _: 1
9882
9883
  }),
9883
9884
  W(Oe, {
9884
- onClick: _[4] || (_[4] = (E) => a.value.hide())
9885
+ onClick: D[4] || (D[4] = (P) => a.value.hide())
9885
9886
  }, {
9886
9887
  default: Q(() => [
9887
9888
  ye(Z(e.close), 1)
@@ -9948,7 +9949,7 @@ const Bd = {
9948
9949
  setup(n, { expose: t, emit: e }) {
9949
9950
  const r = n, a = V(null), s = V(r.initDate ? r.initDate : /* @__PURE__ */ new Date()), o = V(r.mode), l = () => {
9950
9951
  o.value = r.mode, a.value.show();
9951
- }, i = (E, M) => {
9952
+ }, i = (P, M) => {
9952
9953
  s.value = M, e("monthPageChanged", M);
9953
9954
  }, c = () => {
9954
9955
  o.value = "day";
@@ -9958,16 +9959,16 @@ const Bd = {
9958
9959
  o.value = "year";
9959
9960
  }, v = C(() => it(s.value, r.inputFormat, {
9960
9961
  locale: r.locale
9961
- })), x = (E) => {
9962
- e("select", E);
9962
+ })), x = (P) => {
9963
+ e("select", P);
9963
9964
  }, S = () => {
9964
9965
  e("apply", it(s.value, r.inputFormat, { locale: r.locale })), a.value.hide();
9965
9966
  };
9966
9967
  return t({ show: () => {
9967
9968
  l();
9968
- }, setDate: (E) => {
9969
- s.value = E;
9970
- } }), (E, M) => (d(), w("div", null, [
9969
+ }, setDate: (P) => {
9970
+ s.value = P;
9971
+ } }), (P, M) => (d(), w("div", null, [
9971
9972
  W(Lt, {
9972
9973
  ref_key: "modalRef",
9973
9974
  ref: a,
@@ -9984,7 +9985,7 @@ const Bd = {
9984
9985
  locale: r.locale,
9985
9986
  "lower-limit": r.lowerLimit,
9986
9987
  "upper-limit": r.upperLimit,
9987
- "onUpdate:pageDate": M[0] || (M[0] = (D) => i("day", D)),
9988
+ "onUpdate:pageDate": M[0] || (M[0] = (k) => i("day", k)),
9988
9989
  onMonthClick: f,
9989
9990
  onYearClick: h,
9990
9991
  onSelect: x
@@ -9995,7 +9996,7 @@ const Bd = {
9995
9996
  locale: r.locale,
9996
9997
  "lower-limit": r.lowerLimit,
9997
9998
  "upper-limit": r.upperLimit,
9998
- "onUpdate:pageDate": M[1] || (M[1] = (D) => i("day", D)),
9999
+ "onUpdate:pageDate": M[1] || (M[1] = (k) => i("day", k)),
9999
10000
  onDayClick: c,
10000
10001
  onYearClick: h
10001
10002
  }, null, 8, ["page-date", "locale", "lower-limit", "upper-limit"])) : N("", !0),
@@ -10005,7 +10006,7 @@ const Bd = {
10005
10006
  locale: r.locale,
10006
10007
  "lower-limit": r.lowerLimit,
10007
10008
  "upper-limit": r.upperLimit,
10008
- "onUpdate:pageDate": M[2] || (M[2] = (D) => i("day", D)),
10009
+ "onUpdate:pageDate": M[2] || (M[2] = (k) => i("day", k)),
10009
10010
  onYearClick: f
10010
10011
  }, null, 8, ["page-date", "locale", "lower-limit", "upper-limit"])) : N("", !0),
10011
10012
  n.showCurrentDate ? (d(), w("div", tf, Z(v.value), 1)) : N("", !0)
@@ -10022,7 +10023,7 @@ const Bd = {
10022
10023
  _: 1
10023
10024
  }),
10024
10025
  W(Oe, {
10025
- onClick: M[3] || (M[3] = (D) => a.value.hide())
10026
+ onClick: M[3] || (M[3] = (k) => a.value.hide())
10026
10027
  }, {
10027
10028
  default: Q(() => [
10028
10029
  ye(Z(r.close), 1)