@oub/fusion 0.2.72 → 0.2.74

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/fusion.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as ve, openBlock as d, createElementBlock as m, createStaticVNode as jo, ref as ae, resolveComponent as me, normalizeClass as W, createBlock as de, renderSlot as $, createTextVNode as dt, toDisplayString as oe, createElementVNode as y, createCommentVNode as D, withDirectives as Qt, withKeys as be, vModelText as Er, createVNode as ke, resolveDynamicComponent as Rt, withCtx as he, getCurrentScope as qr, onScopeDispose as Jr, unref as A, toRef as ba, readonly as Go, customRef as Zo, watch as ct, h as Xr, computed as j, vModelDynamic as _o, mergeProps as ze, Fragment as Te, renderList as Re, createSlots as et, pushScopeId as Un, popScopeId as Vn, withScopeId as $o, Transition as Gt, vShow as ha, reactive as Pa, useSlots as Zt, onMounted as it, nextTick as Ht, onUnmounted as Qn, isRef as cr, normalizeProps as Ge, guardReactiveProps as rt, Teleport as ei, render as pr, withModifiers as Me, normalizeStyle as mt, onBeforeUpdate as ti } from "vue";
1
+ import { defineComponent as ve, openBlock as d, createElementBlock as m, createStaticVNode as jo, ref as ae, resolveComponent as me, normalizeClass as W, createBlock as de, renderSlot as Z, createTextVNode as dt, toDisplayString as oe, createElementVNode as y, createCommentVNode as D, withDirectives as Qt, withKeys as be, vModelText as Er, createVNode as ke, resolveDynamicComponent as Rt, withCtx as he, getCurrentScope as qr, onScopeDispose as Jr, unref as A, toRef as ba, readonly as Go, customRef as Zo, watch as ct, h as Xr, computed as j, vModelDynamic as _o, mergeProps as ze, Fragment as Te, renderList as Re, createSlots as et, pushScopeId as Un, popScopeId as Vn, withScopeId as $o, Transition as Gt, vShow as ha, reactive as Pa, useSlots as Zt, onMounted as it, nextTick as Ht, onUnmounted as Qn, isRef as cr, normalizeProps as Ge, guardReactiveProps as rt, Teleport as ei, render as pr, withModifiers as Me, normalizeStyle as mt, onBeforeUpdate as ti } from "vue";
2
2
  const ai = ve({
3
3
  name: "FusionLoadingSpinner",
4
4
  props: {
@@ -162,7 +162,7 @@ function di(e, t, n, r, a, o) {
162
162
  key: 0,
163
163
  "spinner-colour": e.spinnerColourValue
164
164
  }, null, 8, ["spinner-colour"])) : (d(), m("span", ui, [
165
- $(e.$slots, "icon"),
165
+ Z(e.$slots, "icon"),
166
166
  dt(" " + oe(e.label), 1)
167
167
  ]))
168
168
  ], 42, li);
@@ -380,7 +380,7 @@ function Pi(e, t, n, r, a, o) {
380
380
  ]))
381
381
  ], 8, yi);
382
382
  }
383
- const Mm = /* @__PURE__ */ ye(gi, [["render", Pi], ["__scopeId", "data-v-012698c6"]]), Ti = ve({
383
+ const Hm = /* @__PURE__ */ ye(gi, [["render", Pi], ["__scopeId", "data-v-012698c6"]]), Ti = ve({
384
384
  name: "SVGTick"
385
385
  }), Bi = {
386
386
  width: "20",
@@ -526,7 +526,7 @@ function Ri(e, t, n, r, a, o) {
526
526
  e.label ? (d(), m("span", Li, oe(e.label), 1)) : D("", !0),
527
527
  e.helperText ? (d(), m("span", Hi, oe(e.helperText), 1)) : D("", !0)
528
528
  ]),
529
- $(e.$slots, "default", {}, void 0, !0)
529
+ Z(e.$slots, "default", {}, void 0, !0)
530
530
  ], 10, Ui);
531
531
  }
532
532
  const Kr = /* @__PURE__ */ ye(Ii, [["render", Ri], ["__scopeId", "data-v-70be7e3e"]]), Ei = ve({
@@ -590,6 +590,14 @@ const Kr = /* @__PURE__ */ ye(Ii, [["render", Ri], ["__scopeId", "data-v-70be7e3
590
590
  return this.inputValue === this.value;
591
591
  }
592
592
  },
593
+ watch: {
594
+ modelValue: {
595
+ handler(e) {
596
+ this.inputValue = e;
597
+ },
598
+ immediate: !0
599
+ }
600
+ },
593
601
  methods: {
594
602
  handleChange: function() {
595
603
  this.inputValue = this.value, this.$emit("update:modelValue", this.value);
@@ -643,7 +651,7 @@ function Wi(e, t, n, r, a, o) {
643
651
  ], 2)
644
652
  ], 10, qi);
645
653
  }
646
- const ji = /* @__PURE__ */ ye(Ei, [["render", Wi], ["__scopeId", "data-v-ace1e44e"]]), Gi = ve({
654
+ const ji = /* @__PURE__ */ ye(Ei, [["render", Wi], ["__scopeId", "data-v-ee8a32dc"]]), Gi = ve({
647
655
  name: "FusionTextLink",
648
656
  props: {
649
657
  id: {
@@ -738,14 +746,14 @@ function _i(e, t, n, r, a, o) {
738
746
  class: W(["fusion-text-link-icon", e.size === "small" ? "small-icon" : "regular-icon"]),
739
747
  "data-test": "link-icon"
740
748
  }, [
741
- $(e.$slots, "icon", {}, void 0, !0)
749
+ Z(e.$slots, "icon", {}, void 0, !0)
742
750
  ], 2)) : D("", !0)
743
751
  ]),
744
752
  _: 3
745
753
  }, 40, ["id", "href", "target", "type", "class", "tabindex"]))
746
754
  ], 10, Zi);
747
755
  }
748
- const Nm = /* @__PURE__ */ ye(Gi, [["render", _i], ["__scopeId", "data-v-3d2dcada"]]);
756
+ const Rm = /* @__PURE__ */ ye(Gi, [["render", _i], ["__scopeId", "data-v-3d2dcada"]]);
749
757
  function Ln(e) {
750
758
  return qr() ? (Jr(e), !0) : !1;
751
759
  }
@@ -1194,7 +1202,7 @@ function Ms(e, t, n, r, a, o) {
1194
1202
  ]),
1195
1203
  y("div", Is, [
1196
1204
  e.$slots.icon ? (d(), m("span", Us, [
1197
- $(e.$slots, "icon", {}, void 0, !0)
1205
+ Z(e.$slots, "icon", {}, void 0, !0)
1198
1206
  ])) : D("", !0),
1199
1207
  Qt(y("input", {
1200
1208
  id: e.id,
@@ -1228,7 +1236,7 @@ function Ms(e, t, n, r, a, o) {
1228
1236
  ke(i, { "data-test": "error-icon" }),
1229
1237
  y("span", Qs, oe(e.errorLabel), 1)
1230
1238
  ], 2)) : D("", !0),
1231
- $(e.$slots, "content", {}, void 0, !0)
1239
+ Z(e.$slots, "content", {}, void 0, !0)
1232
1240
  ], 10, Fs);
1233
1241
  }
1234
1242
  const En = /* @__PURE__ */ ye(Bs, [["render", Ms], ["__scopeId", "data-v-b357f331"]]), Ns = {
@@ -1337,10 +1345,10 @@ function Es(e, t, n, r, a, o) {
1337
1345
  }), {
1338
1346
  default: he(() => [
1339
1347
  e.$slots.icon ? (d(), m("div", Ls, [
1340
- $(e.$slots, "icon", {}, void 0, !0)
1348
+ Z(e.$slots, "icon", {}, void 0, !0)
1341
1349
  ])) : D("", !0),
1342
1350
  y("div", Hs, [
1343
- $(e.$slots, "content", {}, void 0, !0)
1351
+ Z(e.$slots, "content", {}, void 0, !0)
1344
1352
  ]),
1345
1353
  n.selected ? (d(), m("span", Rs, [
1346
1354
  ke(i)
@@ -1527,7 +1535,7 @@ function sl(e, t, n, r, a, o) {
1527
1535
  ])
1528
1536
  ])) : e.$slots["custom-list"] ? (d(), m("div", tl, [
1529
1537
  y("div", al, [
1530
- $(e.$slots, "custom-list", {}, void 0, !0)
1538
+ Z(e.$slots, "custom-list", {}, void 0, !0)
1531
1539
  ])
1532
1540
  ])) : e.options.length ? (d(), m("div", nl, [
1533
1541
  (d(!0), m(Te, null, Re(e.options, (h, w) => (d(), de(c, {
@@ -1830,7 +1838,7 @@ function Cl(e, t, n, r, a, o) {
1830
1838
  ], 2)) : D("", !0)
1831
1839
  ], 8, ml);
1832
1840
  }
1833
- const Lm = /* @__PURE__ */ ye(vl, [["render", Cl], ["__scopeId", "data-v-89b7ee3d"]]), Sl = ve({
1841
+ const Em = /* @__PURE__ */ ye(vl, [["render", Cl], ["__scopeId", "data-v-89b7ee3d"]]), Sl = ve({
1834
1842
  name: "FusionPasswordInput",
1835
1843
  components: {
1836
1844
  FusionInput: En,
@@ -1970,7 +1978,7 @@ function Tl(e, t, n, r, a, o) {
1970
1978
  ]), 1032, ["id", "input", "type", "placeholder", "autocomplete", "required", "class", "disabled", "label", "helper-label", "name", "error-label", "onUpdate:input", "onBlur", "onFocus", "onKeydown"])
1971
1979
  ], 8, Dl);
1972
1980
  }
1973
- const Hm = /* @__PURE__ */ ye(Sl, [["render", Tl], ["__scopeId", "data-v-0facf0fc"]]), Aa = {
1981
+ const qm = /* @__PURE__ */ ye(Sl, [["render", Tl], ["__scopeId", "data-v-0facf0fc"]]), Aa = {
1974
1982
  default: {
1975
1983
  code: "GB",
1976
1984
  dialCode: 44,
@@ -2909,7 +2917,7 @@ function $l(e, t, n, r, a, o) {
2909
2917
  ])) : D("", !0)
2910
2918
  ], 8, zl);
2911
2919
  }
2912
- const Rm = /* @__PURE__ */ ye(Xl, [["render", $l], ["__scopeId", "data-v-aa7af1cf"]]), eu = ve({
2920
+ const Jm = /* @__PURE__ */ ye(Xl, [["render", $l], ["__scopeId", "data-v-aa7af1cf"]]), eu = ve({
2913
2921
  name: "FusionRadioGroup",
2914
2922
  components: { SVGExclamationTriangle: Pt, FusionRadio: ji },
2915
2923
  props: {
@@ -2974,7 +2982,7 @@ function lu(e, t, n, r, a, o) {
2974
2982
  ])
2975
2983
  ]);
2976
2984
  }
2977
- const Em = /* @__PURE__ */ ye(eu, [["render", lu], ["__scopeId", "data-v-92546a39"]]), uu = ve({
2985
+ const Xm = /* @__PURE__ */ ye(eu, [["render", lu], ["__scopeId", "data-v-92546a39"]]), uu = ve({
2978
2986
  name: "FusionCheckboxGroup",
2979
2987
  components: { SVGExclamationTriangle: Pt, FusionCheckbox: Kr },
2980
2988
  props: {
@@ -3033,7 +3041,7 @@ function gu(e, t, n, r, a, o) {
3033
3041
  ])
3034
3042
  ]);
3035
3043
  }
3036
- const qm = /* @__PURE__ */ ye(uu, [["render", gu], ["__scopeId", "data-v-0961114b"]]), yu = ve({
3044
+ const zm = /* @__PURE__ */ ye(uu, [["render", gu], ["__scopeId", "data-v-0961114b"]]), yu = ve({
3037
3045
  name: "SVGInformationCircle"
3038
3046
  }), bu = {
3039
3047
  width: "24",
@@ -3241,7 +3249,7 @@ function Ju(e, t, n, r, a, o) {
3241
3249
  y("div", Hu, [
3242
3250
  e.showTitle && e.title ? (d(), m("p", Ru, oe(e.title), 1)) : D("", !0),
3243
3251
  e.message && !e.$slots.content ? (d(), m("p", Eu, oe(e.message), 1)) : (d(), m("div", qu, [
3244
- $(e.$slots, "content", {}, void 0, !0)
3252
+ Z(e.$slots, "content", {}, void 0, !0)
3245
3253
  ]))
3246
3254
  ]),
3247
3255
  e.isDismissible ? (d(), m("button", {
@@ -3262,7 +3270,7 @@ function Ju(e, t, n, r, a, o) {
3262
3270
  _: 3
3263
3271
  });
3264
3272
  }
3265
- const Jm = /* @__PURE__ */ ye(Mu, [["render", Ju], ["__scopeId", "data-v-d1afd31b"]]);
3273
+ const Km = /* @__PURE__ */ ye(Mu, [["render", Ju], ["__scopeId", "data-v-d1afd31b"]]);
3266
3274
  function pt(e) {
3267
3275
  "@babel/helpers - typeof";
3268
3276
  return pt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
@@ -6637,14 +6645,14 @@ function Dn(e, t, n, r) {
6637
6645
  }), P = ge(n);
6638
6646
  if (isNaN(P.getTime()))
6639
6647
  return /* @__PURE__ */ new Date(NaN);
6640
- var Q = so(P, Ha(P)), Z = {}, ne = Ar(l), I;
6648
+ var Q = so(P, Ha(P)), _ = {}, ne = Ar(l), I;
6641
6649
  try {
6642
6650
  for (ne.s(); !(I = ne.n()).done; ) {
6643
6651
  var g = I.value;
6644
6652
  if (!g.validate(Q, E))
6645
6653
  return /* @__PURE__ */ new Date(NaN);
6646
- var ue = g.set(Q, Z, E);
6647
- Array.isArray(ue) ? (Q = ue[0], oc(Z, ue[1])) : Q = ue;
6654
+ var ue = g.set(Q, _, E);
6655
+ Array.isArray(ue) ? (Q = ue[0], oc(_, ue[1])) : Q = ue;
6648
6656
  }
6649
6657
  } catch (ce) {
6650
6658
  ne.e(ce);
@@ -7894,7 +7902,7 @@ const af = (e, t, n) => {
7894
7902
  return t.modelType ? t.modelType === "date" || t.modelType === "timestamp" ? p(new Date(l)) : t.modelType === "format" && (typeof t.format == "string" || !t.format) ? Dn(l, o(), /* @__PURE__ */ new Date()) : p(Dn(l, t.modelType, /* @__PURE__ */ new Date())) : p(new Date(l));
7895
7903
  }, x = (l) => l ? t.utc ? pf(l, t.utc === "preserve", t.enableSeconds) : t.modelType ? t.modelType === "timestamp" ? +u(l) : t.modelType === "format" && (typeof t.format == "string" || !t.format) ? c(u(l)) : c(u(l), t.modelType, !0) : u(l) : "", B = (l, P = !1) => {
7896
7904
  if (e("update:model-value", l), t.emitTimezone && P) {
7897
- const Q = Array.isArray(l) ? l.map((Z) => yt(Ze(Z)), t.emitTimezone) : yt(Ze(l), t.emitTimezone);
7905
+ const Q = Array.isArray(l) ? l.map((_) => yt(Ze(_)), t.emitTimezone) : yt(Ze(l), t.emitTimezone);
7898
7906
  e("update:model-timezone-value", Q);
7899
7907
  }
7900
7908
  }, q = (l) => Array.isArray(r.value) ? t.multiDates ? r.value.map((P) => l(P)) : [
@@ -8054,12 +8062,12 @@ const If = ({
8054
8062
  l.setAttribute("id", "dp--temp-container");
8055
8063
  const Q = (q = r.value) != null && q.clientWidth ? r.value : document.body;
8056
8064
  Q.append(l);
8057
- const Z = V(P), ne = Xr(
8065
+ const _ = V(P), ne = Xr(
8058
8066
  b,
8059
8067
  {
8060
8068
  ...x,
8061
8069
  shadow: !0,
8062
- style: { opacity: 0, position: "absolute", ...Z }
8070
+ style: { opacity: 0, position: "absolute", ..._ }
8063
8071
  },
8064
8072
  Object.fromEntries(
8065
8073
  Object.keys(s).filter((I) => ["right-sidebar", "left-sidebar"].includes(I)).map((I) => [I, s[I]])
@@ -8614,9 +8622,9 @@ const If = ({
8614
8622
  }), (V, b) => {
8615
8623
  var x;
8616
8624
  return d(), m("div", { onClick: k }, [
8617
- V.$slots.trigger && !V.$slots["dp-input"] && !A(s).enabled ? $(V.$slots, "trigger", { key: 0 }) : D("", !0),
8625
+ V.$slots.trigger && !V.$slots["dp-input"] && !A(s).enabled ? Z(V.$slots, "trigger", { key: 0 }) : D("", !0),
8618
8626
  !V.$slots.trigger && (!A(s).enabled || A(s).input) ? (d(), m("div", Nf, [
8619
- V.$slots["dp-input"] && !V.$slots.trigger && !A(s).enabled ? $(V.$slots, "dp-input", {
8627
+ V.$slots["dp-input"] && !V.$slots.trigger && !A(s).enabled ? Z(V.$slots, "dp-input", {
8620
8628
  key: 0,
8621
8629
  value: e.inputValue,
8622
8630
  isMenuOpen: e.isMenuOpen,
@@ -8664,7 +8672,7 @@ const If = ({
8664
8672
  class: "dp__input_icon",
8665
8673
  onClick: b[0] || (b[0] = (B) => r("toggle"))
8666
8674
  }, [
8667
- $(V.$slots, "input-icon")
8675
+ Z(V.$slots, "input-icon")
8668
8676
  ])) : D("", !0),
8669
8677
  !V.$slots["input-icon"] && !V.hideInputIcon && !V.$slots["dp-input"] ? (d(), de(A(Ta), {
8670
8678
  key: 1,
@@ -8673,7 +8681,7 @@ const If = ({
8673
8681
  })) : D("", !0)
8674
8682
  ]),
8675
8683
  V.$slots["clear-icon"] && e.inputValue && V.clearable && !V.disabled && !V.readonly ? (d(), m("span", Hf, [
8676
- $(V.$slots, "clear-icon", { clear: E })
8684
+ Z(V.$slots, "clear-icon", { clear: E })
8677
8685
  ])) : D("", !0),
8678
8686
  V.clearable && !V.$slots["clear-icon"] && e.inputValue && !V.disabled && !V.readonly ? (d(), de(A(Po), {
8679
8687
  key: 3,
@@ -8747,7 +8755,7 @@ const If = ({
8747
8755
  class: "dp__action_row",
8748
8756
  style: mt(e.calendarWidth ? { width: `${e.calendarWidth}px` } : {})
8749
8757
  }, [
8750
- k.$slots["action-row"] ? $(k.$slots, "action-row", Ge(ze({ key: 0 }, {
8758
+ k.$slots["action-row"] ? Z(k.$slots, "action-row", Ge(ze({ key: 0 }, {
8751
8759
  internalModelValue: k.internalModelValue,
8752
8760
  disabled: L.value,
8753
8761
  selectDate: () => k.$emit("select-date"),
@@ -8758,7 +8766,7 @@ const If = ({
8758
8766
  class: "dp__selection_preview",
8759
8767
  title: N.value
8760
8768
  }, [
8761
- k.$slots["action-preview"] ? $(k.$slots, "action-preview", {
8769
+ k.$slots["action-preview"] ? Z(k.$slots, "action-preview", {
8762
8770
  key: 0,
8763
8771
  value: k.internalModelValue
8764
8772
  }) : D("", !0),
@@ -8767,7 +8775,7 @@ const If = ({
8767
8775
  ], 64))
8768
8776
  ], 8, Ef)) : D("", !0),
8769
8777
  y("div", qf, [
8770
- k.$slots["action-buttons"] ? $(k.$slots, "action-buttons", {
8778
+ k.$slots["action-buttons"] ? Z(k.$slots, "action-buttons", {
8771
8779
  key: 0,
8772
8780
  value: k.internalModelValue
8773
8781
  }) : D("", !0),
@@ -8882,8 +8890,8 @@ const If = ({
8882
8890
  );
8883
8891
  const F = () => {
8884
8892
  Ht().then(() => {
8885
- const f = je(w), l = je(S), P = je(O), Q = je(z), Z = P ? P.getBoundingClientRect().height : 0;
8886
- l && (l.getBoundingClientRect().height ? U.value = l.getBoundingClientRect().height - Z : U.value = c.value.modeHeight - Z), f && Q && (Q.scrollTop = f.offsetTop - Q.offsetTop - (U.value / 2 - f.getBoundingClientRect().height) - Z);
8893
+ const f = je(w), l = je(S), P = je(O), Q = je(z), _ = P ? P.getBoundingClientRect().height : 0;
8894
+ l && (l.getBoundingClientRect().height ? U.value = l.getBoundingClientRect().height - _ : U.value = c.value.modeHeight - _), f && Q && (Q.scrollTop = f.offsetTop - Q.offsetTop - (U.value / 2 - f.getBoundingClientRect().height) - _);
8887
8895
  });
8888
8896
  }, E = (f) => {
8889
8897
  f.disabled || i("selected", f.value);
@@ -8927,17 +8935,17 @@ const If = ({
8927
8935
  style: mt({ height: `${U.value}px` })
8928
8936
  }, [
8929
8937
  y("div", Kf, [
8930
- $(f.$slots, "header")
8938
+ Z(f.$slots, "header")
8931
8939
  ]),
8932
- f.$slots.overlay ? $(f.$slots, "overlay", { key: 0 }) : (d(!0), m(Te, { key: 1 }, Re(f.items, (Q, Z) => (d(), m("div", {
8933
- key: Z,
8940
+ f.$slots.overlay ? Z(f.$slots, "overlay", { key: 0 }) : (d(!0), m(Te, { key: 1 }, Re(f.items, (Q, _) => (d(), m("div", {
8941
+ key: _,
8934
8942
  class: W(["dp__overlay_row", { dp__flex_row: f.items.length >= 3 }]),
8935
8943
  role: "row"
8936
8944
  }, [
8937
8945
  (d(!0), m(Te, null, Re(Q, (ne, I) => (d(), m("div", {
8938
8946
  key: ne.value,
8939
8947
  ref_for: !0,
8940
- ref: (g) => b(g, ne, Z, I),
8948
+ ref: (g) => b(g, ne, _, I),
8941
8949
  role: "gridcell",
8942
8950
  class: W(fe.value),
8943
8951
  "aria-selected": ne.active,
@@ -8953,7 +8961,7 @@ const If = ({
8953
8961
  y("div", {
8954
8962
  class: W(ne.className)
8955
8963
  }, [
8956
- f.$slots.item ? $(f.$slots, "item", {
8964
+ f.$slots.item ? Z(f.$slots, "item", {
8957
8965
  key: 0,
8958
8966
  item: ne
8959
8967
  }) : D("", !0),
@@ -8978,7 +8986,7 @@ const If = ({
8978
8986
  be(te, ["tab"])
8979
8987
  ]
8980
8988
  }, [
8981
- $(f.$slots, "button-icon")
8989
+ Z(f.$slots, "button-icon")
8982
8990
  ], 42, Wf)), [
8983
8991
  [ha, !A(v)(f.hideNavigation, f.type)]
8984
8992
  ]) : D("", !0)
@@ -9008,7 +9016,7 @@ const If = ({
9008
9016
  key: i,
9009
9017
  class: W(r.value)
9010
9018
  }, [
9011
- $(a.$slots, "default", {
9019
+ Z(a.$slots, "default", {
9012
9020
  instance: i,
9013
9021
  index: s
9014
9022
  })
@@ -9044,7 +9052,7 @@ const If = ({
9044
9052
  y("span", {
9045
9053
  class: W(["dp__inner_nav", { dp__inner_nav_disabled: a.disabled }])
9046
9054
  }, [
9047
- $(a.$slots, "default")
9055
+ Z(a.$slots, "default")
9048
9056
  ], 2)
9049
9057
  ], 40, jf));
9050
9058
  }
@@ -9078,7 +9086,7 @@ const If = ({
9078
9086
  onActivate: K[0] || (K[0] = (T) => S(!1))
9079
9087
  }, {
9080
9088
  default: he(() => [
9081
- L.$slots["arrow-left"] ? $(L.$slots, "arrow-left", { key: 0 }) : D("", !0),
9089
+ L.$slots["arrow-left"] ? Z(L.$slots, "arrow-left", { key: 0 }) : D("", !0),
9082
9090
  L.$slots["arrow-left"] ? D("", !0) : (d(), de(A(_n), { key: 1 }))
9083
9091
  ]),
9084
9092
  _: 3
@@ -9091,7 +9099,7 @@ const If = ({
9091
9099
  onClick: K[1] || (K[1] = () => h(!1)),
9092
9100
  onKeydown: K[2] || (K[2] = be(() => h(!1), ["enter"]))
9093
9101
  }, [
9094
- L.$slots.year ? $(L.$slots, "year", {
9102
+ L.$slots.year ? Z(L.$slots, "year", {
9095
9103
  key: 0,
9096
9104
  year: e.year
9097
9105
  }) : D("", !0),
@@ -9107,7 +9115,7 @@ const If = ({
9107
9115
  onActivate: K[3] || (K[3] = (T) => S(!0))
9108
9116
  }, {
9109
9117
  default: he(() => [
9110
- L.$slots["arrow-right"] ? $(L.$slots, "arrow-right", { key: 0 }) : D("", !0),
9118
+ L.$slots["arrow-right"] ? Z(L.$slots, "arrow-right", { key: 0 }) : D("", !0),
9111
9119
  L.$slots["arrow-right"] ? D("", !0) : (d(), de(A($n), { key: 1 }))
9112
9120
  ]),
9113
9121
  _: 3
@@ -9129,7 +9137,7 @@ const If = ({
9129
9137
  onSelected: K[4] || (K[4] = (T) => w(T))
9130
9138
  }, et({
9131
9139
  "button-icon": he(() => [
9132
- L.$slots["calendar-icon"] ? $(L.$slots, "calendar-icon", { key: 0 }) : D("", !0),
9140
+ L.$slots["calendar-icon"] ? Z(L.$slots, "calendar-icon", { key: 0 }) : D("", !0),
9133
9141
  L.$slots["calendar-icon"] ? D("", !0) : (d(), de(A(Ta), { key: 1 }))
9134
9142
  ]),
9135
9143
  _: 2
@@ -9137,7 +9145,7 @@ const If = ({
9137
9145
  L.$slots["year-overlay-value"] ? {
9138
9146
  name: "item",
9139
9147
  fn: he(({ item: T }) => [
9140
- $(L.$slots, "year-overlay-value", {
9148
+ Z(L.$slots, "year-overlay-value", {
9141
9149
  text: T.text,
9142
9150
  value: T.value
9143
9151
  })
@@ -9365,7 +9373,7 @@ const If = ({
9365
9373
  stretch: ""
9366
9374
  }, {
9367
9375
  default: he(({ instance: G }) => [
9368
- N.$slots["month-year"] ? $(N.$slots, "month-year", Ge(ze({ key: 0 }, {
9376
+ N.$slots["month-year"] ? Z(N.$slots, "month-year", Ge(ze({ key: 0 }, {
9369
9377
  year: A(p),
9370
9378
  months: A(s)(G),
9371
9379
  years: A(u)(G),
@@ -9400,7 +9408,7 @@ const If = ({
9400
9408
  Re(A(o), (k, F) => ({
9401
9409
  name: k,
9402
9410
  fn: he((E) => [
9403
- $(N.$slots, k, Ge(rt(E)))
9411
+ Z(N.$slots, k, Ge(rt(E)))
9404
9412
  ])
9405
9413
  }))
9406
9414
  ]), 1040, ["items", "instance", "show-year-picker", "year", "is-disabled", "onHandleYear", "onYearSelect", "onToggleYearPicker"])
@@ -9453,7 +9461,7 @@ const If = ({
9453
9461
  modelValue: i,
9454
9462
  selectYear: u
9455
9463
  }) }), (v, h) => (d(), m("div", null, [
9456
- v.$slots["month-year"] ? $(v.$slots, "month-year", Ge(ze({ key: 0 }, {
9464
+ v.$slots["month-year"] ? Z(v.$slots, "month-year", Ge(ze({ key: 0 }, {
9457
9465
  years: A(o),
9458
9466
  selectYear: A(u)
9459
9467
  }))) : (d(), de(xa, {
@@ -9472,7 +9480,7 @@ const If = ({
9472
9480
  v.$slots["year-overlay-value"] ? {
9473
9481
  name: "item",
9474
9482
  fn: he(({ item: w }) => [
9475
- $(v.$slots, "year-overlay-value", {
9483
+ Z(v.$slots, "year-overlay-value", {
9476
9484
  text: w.text,
9477
9485
  value: w.value
9478
9486
  })
@@ -9576,7 +9584,7 @@ const If = ({
9576
9584
  );
9577
9585
  }, P = (g) => a.is24 ? g : (g >= 12 ? S.value = "PM" : S.value = "AM", nf(g)), Q = () => {
9578
9586
  S.value === "PM" ? (S.value = "AM", r("update:hours", a.hours - 12)) : (S.value = "PM", r("update:hours", a.hours + 12)), r("am-pm-change", S.value);
9579
- }, Z = (g) => {
9587
+ }, _ = (g) => {
9580
9588
  w[g] = !0;
9581
9589
  }, ne = (g, ue, ce) => {
9582
9590
  if (g && a.arrowNavigation) {
@@ -9588,7 +9596,7 @@ const If = ({
9588
9596
  i(a.closeTimePickerBtn), L.value && (X[1] = X[1].concat(L.value)), o(X, a.order);
9589
9597
  }
9590
9598
  }, I = (g, ue) => (q(g), g === "hours" && !a.is24 ? r(`update:${g}`, S.value === "PM" ? ue + 12 : ue) : r(`update:${g}`, ue));
9591
- return t({ openChildCmp: Z }), (g, ue) => {
9599
+ return t({ openChildCmp: _ }), (g, ue) => {
9592
9600
  var ce;
9593
9601
  return g.disabled ? D("", !0) : (d(), m("div", av, [
9594
9602
  (d(!0), m(Te, null, Re(F.value, (X, Ae) => {
@@ -9623,7 +9631,7 @@ const If = ({
9623
9631
  rv,
9624
9632
  ov
9625
9633
  ], 64)) : (d(), m(Te, { key: 0 }, [
9626
- g.$slots["arrow-up"] ? $(g.$slots, "arrow-up", { key: 0 }) : D("", !0),
9634
+ g.$slots["arrow-up"] ? Z(g.$slots, "arrow-up", { key: 0 }) : D("", !0),
9627
9635
  g.$slots["arrow-up"] ? D("", !0) : (d(), de(A(tr), { key: 1 }))
9628
9636
  ], 64))
9629
9637
  ], 42, nv),
@@ -9647,7 +9655,7 @@ const If = ({
9647
9655
  ],
9648
9656
  onClick: (Pe) => q(X.type)
9649
9657
  }, [
9650
- g.$slots[X.type] ? $(g.$slots, X.type, {
9658
+ g.$slots[X.type] ? Z(g.$slots, X.type, {
9651
9659
  key: 0,
9652
9660
  text: te.value(X.type).text,
9653
9661
  value: te.value(X.type).value
@@ -9679,7 +9687,7 @@ const If = ({
9679
9687
  lv,
9680
9688
  uv
9681
9689
  ], 64)) : (d(), m(Te, { key: 0 }, [
9682
- g.$slots["arrow-down"] ? $(g.$slots, "arrow-down", { key: 0 }) : D("", !0),
9690
+ g.$slots["arrow-down"] ? Z(g.$slots, "arrow-down", { key: 0 }) : D("", !0),
9683
9691
  g.$slots["arrow-down"] ? D("", !0) : (d(), de(A(ar), { key: 1 }))
9684
9692
  ], 64))
9685
9693
  ], 42, sv)
@@ -9687,7 +9695,7 @@ const If = ({
9687
9695
  ], 2);
9688
9696
  }), 128)),
9689
9697
  g.is24 ? D("", !0) : (d(), m("div", dv, [
9690
- g.$slots["am-pm-button"] ? $(g.$slots, "am-pm-button", {
9698
+ g.$slots["am-pm-button"] ? Z(g.$slots, "am-pm-button", {
9691
9699
  key: 0,
9692
9700
  toggle: Q,
9693
9701
  value: S.value
@@ -9728,7 +9736,7 @@ const If = ({
9728
9736
  onResetFlow: ue[0] || (ue[0] = (pe) => g.$emit("reset-flow"))
9729
9737
  }, et({
9730
9738
  "button-icon": he(() => [
9731
- g.$slots["clock-icon"] ? $(g.$slots, "clock-icon", { key: 0 }) : D("", !0),
9739
+ g.$slots["clock-icon"] ? Z(g.$slots, "clock-icon", { key: 0 }) : D("", !0),
9732
9740
  g.$slots["clock-icon"] ? D("", !0) : (d(), de(A(er), { key: 1 }))
9733
9741
  ]),
9734
9742
  _: 2
@@ -9736,7 +9744,7 @@ const If = ({
9736
9744
  g.$slots[`${X.type}-overlay-value`] ? {
9737
9745
  name: "item",
9738
9746
  fn: he(({ item: pe }) => [
9739
- $(g.$slots, `${X.type}-overlay-value`, {
9747
+ Z(g.$slots, `${X.type}-overlay-value`, {
9740
9748
  text: pe.text,
9741
9749
  value: pe.value
9742
9750
  })
@@ -9830,7 +9838,7 @@ const If = ({
9830
9838
  ],
9831
9839
  onClick: x[2] || (x[2] = (q) => N(!0))
9832
9840
  }, [
9833
- b.$slots["clock-icon"] ? $(b.$slots, "clock-icon", { key: 0 }) : D("", !0),
9841
+ b.$slots["clock-icon"] ? Z(b.$slots, "clock-icon", { key: 0 }) : D("", !0),
9834
9842
  b.$slots["clock-icon"] ? D("", !0) : (d(), de(A(er), { key: 1 }))
9835
9843
  ], 42, vv)), [
9836
9844
  [ha, !A(S)(b.hideNavigation, "time")]
@@ -9860,7 +9868,7 @@ const If = ({
9860
9868
  ),
9861
9869
  style: { display: "flex" }
9862
9870
  }, [
9863
- b.$slots["time-picker-overlay"] ? $(b.$slots, "time-picker-overlay", {
9871
+ b.$slots["time-picker-overlay"] ? Z(b.$slots, "time-picker-overlay", {
9864
9872
  key: 0,
9865
9873
  hours: e.hours,
9866
9874
  minutes: e.minutes,
@@ -9896,8 +9904,8 @@ const If = ({
9896
9904
  }), et({ _: 2 }, [
9897
9905
  Re(A(G), (P, Q) => ({
9898
9906
  name: P,
9899
- fn: he((Z) => [
9900
- $(b.$slots, P, Ge(rt(Z)))
9907
+ fn: he((_) => [
9908
+ Z(b.$slots, P, Ge(rt(_)))
9901
9909
  ])
9902
9910
  }))
9903
9911
  ]), 1040, ["validate-time", "onUpdate:hours", "onUpdate:minutes", "onUpdate:seconds"])), [
@@ -9918,7 +9926,7 @@ const If = ({
9918
9926
  ],
9919
9927
  onClick: x[6] || (x[6] = (f) => N(!1))
9920
9928
  }, [
9921
- b.$slots["calendar-icon"] ? $(b.$slots, "calendar-icon", { key: 0 }) : D("", !0),
9929
+ b.$slots["calendar-icon"] ? Z(b.$slots, "calendar-icon", { key: 0 }) : D("", !0),
9922
9930
  b.$slots["calendar-icon"] ? D("", !0) : (d(), de(A(Ta), { key: 1 }))
9923
9931
  ], 42, hv)), [
9924
9932
  [ha, !A(S)(b.hideNavigation, "time")]
@@ -10075,7 +10083,7 @@ const If = ({
10075
10083
  Re(A(i), (S, L) => ({
10076
10084
  name: S,
10077
10085
  fn: he((K) => [
10078
- $(h.$slots, S, Ge(rt(K)))
10086
+ Z(h.$slots, S, Ge(rt(K)))
10079
10087
  ])
10080
10088
  }))
10081
10089
  ]), 1040, ["hours", "minutes", "seconds", "internal-model-value", "disabled-times-config", "validate-time"])
@@ -10127,11 +10135,11 @@ const If = ({
10127
10135
  l.value,
10128
10136
  Io(a.year, a.minDate),
10129
10137
  Uo(a.year, a.maxDate)
10130
- ) || u.value.months.includes(l.value), Z = Ho(c.value, l.value, a.year);
10131
- return { active: P, disabled: Q, highlighted: Z };
10138
+ ) || u.value.months.includes(l.value), _ = Ho(c.value, l.value, a.year);
10139
+ return { active: P, disabled: Q, highlighted: _ };
10132
10140
  })), E = j(() => ia(a.years, (l) => {
10133
- const P = a.year === l.value, Q = Da(l.value, sa(a.minDate), sa(a.maxDate)) || u.value.years.includes(l.value), Z = sr(c.value, l.value);
10134
- return { active: P, disabled: Q, highlighted: Z };
10141
+ const P = a.year === l.value, Q = Da(l.value, sa(a.minDate), sa(a.maxDate)) || u.value.years.includes(l.value), _ = sr(c.value, l.value);
10142
+ return { active: P, disabled: Q, highlighted: _ };
10135
10143
  })), te = (l, P) => {
10136
10144
  P !== void 0 ? l.value = P : l.value = !l.value, l.value || r("overlay-closed");
10137
10145
  }, V = (l = !1, P) => {
@@ -10174,9 +10182,9 @@ const If = ({
10174
10182
  toggleYearPicker: b,
10175
10183
  handleMonthYearChange: S
10176
10184
  }), (l, P) => {
10177
- var Q, Z, ne;
10185
+ var Q, _, ne;
10178
10186
  return d(), m("div", bv, [
10179
- l.$slots["month-year"] ? $(l.$slots, "month-year", Ge(ze({ key: 0 }, { month: e.month, year: e.year, months: e.months, years: e.years, updateMonthYear: A(K), handleMonthYearChange: A(S), instance: e.instance }))) : (d(), m(Te, { key: 1 }, [
10187
+ l.$slots["month-year"] ? Z(l.$slots, "month-year", Ge(ze({ key: 0 }, { month: e.month, year: e.year, months: e.months, years: e.years, updateMonthYear: A(K), handleMonthYearChange: A(S), instance: e.instance }))) : (d(), m(Te, { key: 1 }, [
10180
10188
  A(O)(A(s), e.instance) && !l.vertical ? (d(), de(ya, {
10181
10189
  key: 0,
10182
10190
  "aria-label": (Q = A(i)) == null ? void 0 : Q.prevMonth,
@@ -10185,7 +10193,7 @@ const If = ({
10185
10193
  onSetRef: P[1] || (P[1] = (I) => B(I, 0))
10186
10194
  }, {
10187
10195
  default: he(() => [
10188
- l.$slots["arrow-left"] ? $(l.$slots, "arrow-left", { key: 0 }) : D("", !0),
10196
+ l.$slots["arrow-left"] ? Z(l.$slots, "arrow-left", { key: 0 }) : D("", !0),
10189
10197
  l.$slots["arrow-left"] ? D("", !0) : (d(), de(A(_n), { key: 1 }))
10190
10198
  ]),
10191
10199
  _: 3
@@ -10211,7 +10219,7 @@ const If = ({
10211
10219
  be(Me(I.toggle, ["prevent"]), ["space"])
10212
10220
  ]
10213
10221
  }, [
10214
- l.$slots[I.type] ? $(l.$slots, I.type, {
10222
+ l.$slots[I.type] ? Z(l.$slots, I.type, {
10215
10223
  key: 0,
10216
10224
  text: I.text,
10217
10225
  value: a[I.type]
@@ -10241,7 +10249,7 @@ const If = ({
10241
10249
  onToggle: I.toggle
10242
10250
  }, et({
10243
10251
  "button-icon": he(() => [
10244
- l.$slots["calendar-icon"] ? $(l.$slots, "calendar-icon", { key: 0 }) : D("", !0),
10252
+ l.$slots["calendar-icon"] ? Z(l.$slots, "calendar-icon", { key: 0 }) : D("", !0),
10245
10253
  l.$slots["calendar-icon"] ? D("", !0) : (d(), de(A(Ta), { key: 1 }))
10246
10254
  ]),
10247
10255
  _: 2
@@ -10249,7 +10257,7 @@ const If = ({
10249
10257
  l.$slots[`${I.type}-overlay-value`] ? {
10250
10258
  name: "item",
10251
10259
  fn: he(({ item: ue }) => [
10252
- $(l.$slots, `${I.type}-overlay-value`, {
10260
+ Z(l.$slots, `${I.type}-overlay-value`, {
10253
10261
  text: ue.text,
10254
10262
  value: ue.value
10255
10263
  })
@@ -10259,14 +10267,14 @@ const If = ({
10259
10267
  l.$slots[`${I.type}-overlay`] ? {
10260
10268
  name: "overlay",
10261
10269
  fn: he(() => [
10262
- $(l.$slots, `${I.type}-overlay`, Ge(rt(G.value(I.type))))
10270
+ Z(l.$slots, `${I.type}-overlay`, Ge(rt(G.value(I.type))))
10263
10271
  ]),
10264
10272
  key: "1"
10265
10273
  } : void 0,
10266
10274
  l.$slots[`${I.type}-overlay-header`] ? {
10267
10275
  name: "header",
10268
10276
  fn: he(() => [
10269
- $(l.$slots, `${I.type}-overlay-header`, {
10277
+ Z(l.$slots, `${I.type}-overlay-header`, {
10270
10278
  toggle: I.toggle
10271
10279
  })
10272
10280
  ]),
@@ -10280,12 +10288,12 @@ const If = ({
10280
10288
  ], 2),
10281
10289
  A(O)(A(s), e.instance) && l.vertical ? (d(), de(ya, {
10282
10290
  key: 1,
10283
- "aria-label": (Z = A(i)) == null ? void 0 : Z.prevMonth,
10291
+ "aria-label": (_ = A(i)) == null ? void 0 : _.prevMonth,
10284
10292
  disabled: A(L)(!1),
10285
10293
  onActivate: P[2] || (P[2] = (I) => A(S)(!1, !0))
10286
10294
  }, {
10287
10295
  default: he(() => [
10288
- l.$slots["arrow-up"] ? $(l.$slots, "arrow-up", { key: 0 }) : D("", !0),
10296
+ l.$slots["arrow-up"] ? Z(l.$slots, "arrow-up", { key: 0 }) : D("", !0),
10289
10297
  l.$slots["arrow-up"] ? D("", !0) : (d(), de(A(tr), { key: 1 }))
10290
10298
  ]),
10291
10299
  _: 3
@@ -10299,7 +10307,7 @@ const If = ({
10299
10307
  onSetRef: P[4] || (P[4] = (I) => B(I, l.disableYearSelect ? 2 : 3))
10300
10308
  }, {
10301
10309
  default: he(() => [
10302
- l.$slots[l.vertical ? "arrow-down" : "arrow-right"] ? $(l.$slots, l.vertical ? "arrow-down" : "arrow-right", { key: 0 }) : D("", !0),
10310
+ l.$slots[l.vertical ? "arrow-down" : "arrow-right"] ? Z(l.$slots, l.vertical ? "arrow-down" : "arrow-right", { key: 0 }) : D("", !0),
10303
10311
  l.$slots[l.vertical ? "arrow-down" : "arrow-right"] ? D("", !0) : (d(), de(Rt(l.vertical ? A(ar) : A($n)), { key: 1 }))
10304
10312
  ]),
10305
10313
  _: 3
@@ -10413,7 +10421,7 @@ const If = ({
10413
10421
  }, P = (I) => c.value.type === "local" ? fc(I.value, { weekStartsOn: +a.weekStart }) : c.value.type === "iso" ? uc(I.value) : typeof c.value.type == "function" ? c.value.type(I.value) : "", Q = (I) => {
10414
10422
  const g = I[0];
10415
10423
  return c.value.hideOnOffsetDates ? I.some((ue) => ue.current) ? P(g) : "" : P(g);
10416
- }, Z = (I, g) => {
10424
+ }, _ = (I, g) => {
10417
10425
  Nt(I, s.value), r("select-date", g);
10418
10426
  }, ne = (I) => {
10419
10427
  Nt(I, s.value);
@@ -10438,7 +10446,7 @@ const If = ({
10438
10446
  class: "dp__calendar_header_item",
10439
10447
  role: "gridcell"
10440
10448
  }, [
10441
- I.$slots["calendar-header"] ? $(I.$slots, "calendar-header", {
10449
+ I.$slots["calendar-header"] ? Z(I.$slots, "calendar-header", {
10442
10450
  key: 0,
10443
10451
  day: ce,
10444
10452
  index: X
@@ -10483,7 +10491,7 @@ const If = ({
10483
10491
  "aria-disabled": pe.classData.dp__cell_disabled || void 0,
10484
10492
  "aria-label": (Pe = (ee = A(u)) == null ? void 0 : ee.day) == null ? void 0 : Pe.call(ee, pe),
10485
10493
  tabindex: "0",
10486
- onClick: Me((Le) => Z(Le, pe), ["prevent"]),
10494
+ onClick: Me((Le) => _(Le, pe), ["prevent"]),
10487
10495
  onKeydown: [
10488
10496
  be((Le) => I.$emit("select-date", pe), ["enter"]),
10489
10497
  be((Le) => I.$emit("handle-space", pe), ["space"])
@@ -10494,7 +10502,7 @@ const If = ({
10494
10502
  y("div", {
10495
10503
  class: W(["dp__cell_inner", pe.classData])
10496
10504
  }, [
10497
- I.$slots.day && E.value(pe) ? $(I.$slots, "day", {
10505
+ I.$slots.day && E.value(pe) ? Z(I.$slots, "day", {
10498
10506
  key: 0,
10499
10507
  day: +pe.text,
10500
10508
  date: pe.value
@@ -10503,7 +10511,7 @@ const If = ({
10503
10511
  dt(oe(pe.text), 1)
10504
10512
  ], 64)),
10505
10513
  pe.marker && E.value(pe) ? (d(), m(Te, { key: 2 }, [
10506
- I.$slots.marker ? $(I.$slots, "marker", {
10514
+ I.$slots.marker ? Z(I.$slots, "marker", {
10507
10515
  key: 0,
10508
10516
  marker: pe.marker,
10509
10517
  day: +pe.text,
@@ -10531,7 +10539,7 @@ const If = ({
10531
10539
  key: st,
10532
10540
  class: "dp__tooltip_text"
10533
10541
  }, [
10534
- I.$slots["marker-tooltip"] ? $(I.$slots, "marker-tooltip", {
10542
+ I.$slots["marker-tooltip"] ? Z(I.$slots, "marker-tooltip", {
10535
10543
  key: 0,
10536
10544
  tooltip: Le,
10537
10545
  day: pe.value
@@ -10570,8 +10578,8 @@ const If = ({
10570
10578
  ), H = j(
10571
10579
  () => (C) => i.value[C] ? i.value[C].year : 0
10572
10580
  ), R = (C, Y, Ce) => {
10573
- var Fe, _;
10574
- i.value[C] || (i.value[C] = { month: 0, year: 0 }), i.value[C].month = Vr(Y) ? (Fe = i.value[C]) == null ? void 0 : Fe.month : Y, i.value[C].year = Vr(Ce) ? (_ = i.value[C]) == null ? void 0 : _.year : Ce;
10581
+ var Fe, $;
10582
+ i.value[C] || (i.value[C] = { month: 0, year: 0 }), i.value[C].month = Vr(Y) ? (Fe = i.value[C]) == null ? void 0 : Fe.month : Y, i.value[C].year = Vr(Ce) ? ($ = i.value[C]) == null ? void 0 : $.year : Ce;
10575
10583
  }, N = () => {
10576
10584
  e.autoApply && t("select-date");
10577
10585
  };
@@ -10593,8 +10601,8 @@ const If = ({
10593
10601
  }, F = (C, Y = !1) => {
10594
10602
  if ((!u.value.count || !u.value.static || Y) && R(0, Ie(C), Be(C)), u.value.count && !u.value.solo)
10595
10603
  for (let Ce = 1; Ce < u.value.count; Ce++) {
10596
- const Fe = qe(J(), { month: T.value(Ce - 1), year: H.value(Ce - 1) }), _ = ro(Fe, { months: 1 });
10597
- i.value[Ce] = { month: Ie(_), year: Be(_) };
10604
+ const Fe = qe(J(), { month: T.value(Ce - 1), year: H.value(Ce - 1) }), $ = ro(Fe, { months: 1 });
10605
+ i.value[Ce] = { month: Ie($), year: Be($) };
10598
10606
  }
10599
10607
  }, E = (C, Y) => {
10600
10608
  F(C), K("hours", gt(C)), K("minutes", Dt(C)), K("seconds", ra(C)), u.value.count && Y && f();
@@ -10608,9 +10616,9 @@ const If = ({
10608
10616
  return 1;
10609
10617
  }, V = (C, Y) => {
10610
10618
  C[1] && e.showLastInRange ? F(C[te(C)], Y) : F(C[0], Y);
10611
- const Ce = (Fe, _) => [
10619
+ const Ce = (Fe, $) => [
10612
10620
  Fe(C[0]),
10613
- C[1] ? Fe(C[1]) : s[_][1]
10621
+ C[1] ? Fe(C[1]) : s[$][1]
10614
10622
  ];
10615
10623
  K("hours", Ce(gt, "hours")), K("minutes", Ce(Dt, "minutes")), K("seconds", Ce(ra, "seconds"));
10616
10624
  }, b = (C, Y) => {
@@ -10639,8 +10647,8 @@ const If = ({
10639
10647
  if (Array.isArray(o.value) && o.value.length === 2) {
10640
10648
  const C = J(
10641
10649
  J(o.value[1] ? o.value[1] : ht(o.value[0], 1))
10642
- ), [Y, Ce] = [Ie(o.value[0]), Be(o.value[0])], [Fe, _] = [Ie(o.value[1]), Be(o.value[1])];
10643
- (Y !== Fe || Y === Fe && Ce !== _) && u.value.solo && R(1, Ie(C), Be(C));
10650
+ ), [Y, Ce] = [Ie(o.value[0]), Be(o.value[0])], [Fe, $] = [Ie(o.value[1]), Be(o.value[1])];
10651
+ (Y !== Fe || Y === Fe && Ce !== $) && u.value.solo && R(1, Ie(C), Be(C));
10644
10652
  } else
10645
10653
  o.value && !Array.isArray(o.value) && (R(0, Ie(o.value), Be(o.value)), F(J()));
10646
10654
  }, l = () => {
@@ -10648,8 +10656,8 @@ const If = ({
10648
10656
  }, P = (C, Y) => {
10649
10657
  e.monthChangeOnScroll && B(e.monthChangeOnScroll !== "inverse" ? -C.deltaY : C.deltaY, Y);
10650
10658
  }, Q = (C, Y, Ce = !1) => {
10651
- e.monthChangeOnArrows && e.vertical === Ce && Z(C, Y);
10652
- }, Z = (C, Y) => {
10659
+ e.monthChangeOnArrows && e.vertical === Ce && _(C, Y);
10660
+ }, _ = (C, Y) => {
10653
10661
  B(C === "right" ? -1 : 1, Y);
10654
10662
  }, ne = (C) => e.markers.find(
10655
10663
  (Y) => Qe(ff(C.value), yt(J(Y.date), e.timezone))
@@ -10668,8 +10676,8 @@ const If = ({
10668
10676
  }
10669
10677
  }, g = (C, Y, Ce, Fe) => {
10670
10678
  if (e.sixWeeks && C.length < 6) {
10671
- const _ = 6 - C.length, De = (Y.getDay() + 7 - Fe) % 7, Se = 6 - (Ce.getDay() + 7 - Fe) % 7, [Bt, kt] = I(De, Se);
10672
- for (let qt = 1; qt <= _; qt++)
10679
+ const $ = 6 - C.length, De = (Y.getDay() + 7 - Fe) % 7, Se = 6 - (Ce.getDay() + 7 - Fe) % 7, [Bt, kt] = I(De, Se);
10680
+ for (let qt = 1; qt <= $; qt++)
10673
10681
  if (kt ? !!(qt % 2) == Bt : Bt) {
10674
10682
  const Ot = C[0].days[0], tn = ue(Ft(Ot.value, -7), Ie(Y));
10675
10683
  C.unshift({ days: tn });
@@ -10681,8 +10689,8 @@ const If = ({
10681
10689
  return C;
10682
10690
  }, ue = (C, Y) => {
10683
10691
  const Ce = J(C), Fe = [];
10684
- for (let _ = 0; _ < 7; _++) {
10685
- const De = Ft(Ce, _), Se = Ie(De) !== Y;
10692
+ for (let $ = 0; $ < 7; $++) {
10693
+ const De = Ft(Ce, $), Se = Ie(De) !== Y;
10686
10694
  Fe.push({
10687
10695
  text: e.hideOffsetDates && Se ? "" : De.getDate(),
10688
10696
  value: De,
@@ -10692,16 +10700,16 @@ const If = ({
10692
10700
  }
10693
10701
  return Fe;
10694
10702
  }, ce = (C, Y) => {
10695
- const Ce = [], Fe = new Date(Y, C), _ = new Date(Y, C + 1, 0), De = e.weekStart, Se = Wt(Fe, { weekStartsOn: De }), Bt = (kt) => {
10703
+ const Ce = [], Fe = new Date(Y, C), $ = new Date(Y, C + 1, 0), De = e.weekStart, Se = Wt(Fe, { weekStartsOn: De }), Bt = (kt) => {
10696
10704
  const qt = ue(kt, C);
10697
10705
  if (Ce.push({ days: qt }), !Ce[Ce.length - 1].days.some(
10698
- (Ot) => Qe(ot(Ot.value), ot(_))
10706
+ (Ot) => Qe(ot(Ot.value), ot($))
10699
10707
  )) {
10700
10708
  const Ot = Ft(kt, 7);
10701
10709
  Bt(Ot);
10702
10710
  }
10703
10711
  };
10704
- return Bt(Se), g(Ce, Fe, _, De);
10712
+ return Bt(Se), g(Ce, Fe, $, De);
10705
10713
  }, X = (C) => (o.value = Ma(J(C.value), e.timezone, e.weekStart), t("date-update", C.value), G()), Ae = (C) => {
10706
10714
  const Y = Lt(J(C.value), s.hours, s.minutes, la());
10707
10715
  t("date-update", Y), e.multiDates ? lr(Y, o, e.multiDatesLimit) : o.value = Y, r(), Ht().then(() => {
@@ -10716,10 +10724,10 @@ const If = ({
10716
10724
  const Y = Ie(J(C)), Ce = Be(J(C));
10717
10725
  if (R(0, Y, Ce), u.value.count > 0)
10718
10726
  for (let Fe = 1; Fe < u.value.count; Fe++) {
10719
- const _ = vf(
10727
+ const $ = vf(
10720
10728
  qe(J(C), { year: T.value(Fe - 1), month: H.value(Fe - 1) })
10721
10729
  );
10722
- R(Fe, _.month, _.year);
10730
+ R(Fe, $.month, $.year);
10723
10731
  }
10724
10732
  }, re = (C) => Array.isArray(o.value) && o.value.length === 2 ? e.fixedStart && (tt(C, o.value[0]) || Qe(C, o.value[0])) ? [o.value[0], C] : e.fixedEnd && ($e(C, o.value[1]) || Qe(C, o.value[1])) ? [C, o.value[1]] : (t("invalid-fixed-range", C), o.value) : [], Le = (C) => {
10725
10733
  if (pe(C.value) || !w(C.value, o.value, e.fixedStart ? 0 : 1))
@@ -10782,7 +10790,7 @@ const If = ({
10782
10790
  getCalendarDays: ce,
10783
10791
  getMarker: ne,
10784
10792
  handleScroll: P,
10785
- handleSwipe: Z,
10793
+ handleSwipe: _,
10786
10794
  handleArrow: Q,
10787
10795
  selectDate: Ga,
10788
10796
  updateMonthYear: Za,
@@ -10851,35 +10859,35 @@ const If = ({
10851
10859
  },
10852
10860
  { deep: !0 }
10853
10861
  );
10854
- const q = j(() => (Q) => h(i.value(Q), s.value(Q)).map((Z) => ({
10855
- ...Z,
10856
- days: Z.days.map((ne) => (ne.marker = w(ne), ne.classData = fe(ne), ne))
10862
+ const q = j(() => (Q) => h(i.value(Q), s.value(Q)).map((_) => ({
10863
+ ..._,
10864
+ days: _.days.map((ne) => (ne.marker = w(ne), ne.classData = fe(ne), ne))
10857
10865
  })));
10858
10866
  function f(Q) {
10859
- var Z;
10860
- Q || Q === 0 ? (Z = E.value[Q]) == null || Z.triggerTransition(i.value(Q), s.value(Q)) : E.value.forEach((ne, I) => ne.triggerTransition(i.value(I), s.value(I)));
10867
+ var _;
10868
+ Q || Q === 0 ? (_ = E.value[Q]) == null || _.triggerTransition(i.value(Q), s.value(Q)) : E.value.forEach((ne, I) => ne.triggerTransition(i.value(I), s.value(I)));
10861
10869
  }
10862
10870
  function l() {
10863
10871
  r("update-flow-step");
10864
10872
  }
10865
- const P = (Q, Z = !1) => {
10866
- O(Q, Z), a.spaceConfirm && r("select-date");
10873
+ const P = (Q, _ = !1) => {
10874
+ O(Q, _), a.spaceConfirm && r("select-date");
10867
10875
  };
10868
10876
  return t({
10869
10877
  clearHoverDate: G,
10870
10878
  presetDate: z,
10871
10879
  selectCurrentDate: T,
10872
- toggleMonthPicker: (Q, Z, ne = 0) => {
10880
+ toggleMonthPicker: (Q, _, ne = 0) => {
10873
10881
  var I;
10874
- (I = F.value[ne]) == null || I.toggleMonthPicker(Q, Z);
10882
+ (I = F.value[ne]) == null || I.toggleMonthPicker(Q, _);
10875
10883
  },
10876
- toggleYearPicker: (Q, Z, ne = 0) => {
10884
+ toggleYearPicker: (Q, _, ne = 0) => {
10877
10885
  var I;
10878
- (I = F.value[ne]) == null || I.toggleYearPicker(Q, Z);
10886
+ (I = F.value[ne]) == null || I.toggleYearPicker(Q, _);
10879
10887
  },
10880
- toggleTimePicker: (Q, Z, ne) => {
10888
+ toggleTimePicker: (Q, _, ne) => {
10881
10889
  var I;
10882
- (I = te.value) == null || I.toggleTimePicker(Q, Z, ne);
10890
+ (I = te.value) == null || I.toggleTimePicker(Q, _, ne);
10883
10891
  },
10884
10892
  handleArrow: S,
10885
10893
  updateMonthYear: U,
@@ -10893,7 +10901,7 @@ const If = ({
10893
10901
  selectDate: O,
10894
10902
  presetDate: z
10895
10903
  })
10896
- }), (Q, Z) => (d(), m(Te, null, [
10904
+ }), (Q, _) => (d(), m(Te, null, [
10897
10905
  ke(Ya, {
10898
10906
  "multi-calendars": A(k).count
10899
10907
  }, {
@@ -10909,15 +10917,15 @@ const If = ({
10909
10917
  year: A(s)(ne),
10910
10918
  instance: ne
10911
10919
  }, Q.$props, {
10912
- onMount: Z[0] || (Z[0] = (g) => B(A(Yt).header)),
10913
- onResetFlow: Z[1] || (Z[1] = (g) => Q.$emit("reset-flow")),
10920
+ onMount: _[0] || (_[0] = (g) => B(A(Yt).header)),
10921
+ onResetFlow: _[1] || (_[1] = (g) => Q.$emit("reset-flow")),
10914
10922
  onUpdateMonthYear: (g) => A(U)(ne, g),
10915
- onOverlayClosed: Z[2] || (Z[2] = (g) => Q.$emit("focus-menu"))
10923
+ onOverlayClosed: _[2] || (_[2] = (g) => Q.$emit("focus-menu"))
10916
10924
  }), et({ _: 2 }, [
10917
10925
  Re(A(b), (g, ue) => ({
10918
10926
  name: g,
10919
10927
  fn: he((ce) => [
10920
- $(Q.$slots, g, Ge(rt(ce)))
10928
+ Z(Q.$slots, g, Ge(rt(ce)))
10921
10929
  ])
10922
10930
  }))
10923
10931
  ]), 1040, ["months", "years", "month", "year", "instance", "onUpdateMonthYear"])),
@@ -10932,18 +10940,18 @@ const If = ({
10932
10940
  }, Q.$props, {
10933
10941
  onSelectDate: (g) => A(O)(g, ne !== 1),
10934
10942
  onHandleSpace: (g) => P(g, ne !== 1),
10935
- onSetHoverDate: Z[3] || (Z[3] = (g) => A(N)(g)),
10943
+ onSetHoverDate: _[3] || (_[3] = (g) => A(N)(g)),
10936
10944
  onHandleScroll: (g) => A(L)(g, ne),
10937
10945
  onHandleSwipe: (g) => A(K)(g, ne),
10938
- onMount: Z[4] || (Z[4] = (g) => B(A(Yt).calendar)),
10939
- onResetFlow: Z[5] || (Z[5] = (g) => Q.$emit("reset-flow")),
10940
- onTooltipOpen: Z[6] || (Z[6] = (g) => Q.$emit("tooltip-open", g)),
10941
- onTooltipClose: Z[7] || (Z[7] = (g) => Q.$emit("tooltip-close", g))
10946
+ onMount: _[4] || (_[4] = (g) => B(A(Yt).calendar)),
10947
+ onResetFlow: _[5] || (_[5] = (g) => Q.$emit("reset-flow")),
10948
+ onTooltipOpen: _[6] || (_[6] = (g) => Q.$emit("tooltip-open", g)),
10949
+ onTooltipClose: _[7] || (_[7] = (g) => Q.$emit("tooltip-close", g))
10942
10950
  }), et({ _: 2 }, [
10943
10951
  Re(A(V), (g, ue) => ({
10944
10952
  name: g,
10945
10953
  fn: he((ce) => [
10946
- $(Q.$slots, g, Ge(rt({ ...ce })))
10954
+ Z(Q.$slots, g, Ge(rt({ ...ce })))
10947
10955
  ])
10948
10956
  }))
10949
10957
  ]), 1040, ["mapped-dates", "month", "year", "instance", "onSelectDate", "onHandleSpace", "onHandleScroll", "onHandleSwipe"])
@@ -10951,7 +10959,7 @@ const If = ({
10951
10959
  _: 3
10952
10960
  }, 8, ["multi-calendars"]),
10953
10961
  Q.enableTimePicker ? (d(), m("div", Iv, [
10954
- Q.$slots["time-picker"] ? $(Q.$slots, "time-picker", Ge(ze({ key: 0 }, { time: A(p), updateTime: A(H) }))) : (d(), de(Xo, ze({
10962
+ Q.$slots["time-picker"] ? Z(Q.$slots, "time-picker", Ge(ze({ key: 0 }, { time: A(p), updateTime: A(H) }))) : (d(), de(Xo, ze({
10955
10963
  key: 1,
10956
10964
  ref_key: "timePickerRef",
10957
10965
  ref: te
@@ -10962,19 +10970,19 @@ const If = ({
10962
10970
  "internal-model-value": Q.internalModelValue,
10963
10971
  "disabled-times-config": A(c),
10964
10972
  "validate-time": A(v),
10965
- onMount: Z[8] || (Z[8] = (ne) => B(A(Yt).timePicker)),
10966
- "onUpdate:hours": Z[9] || (Z[9] = (ne) => A(H)(ne)),
10967
- "onUpdate:minutes": Z[10] || (Z[10] = (ne) => A(H)(ne, !1)),
10968
- "onUpdate:seconds": Z[11] || (Z[11] = (ne) => A(H)(ne, !1, !0)),
10969
- onResetFlow: Z[12] || (Z[12] = (ne) => Q.$emit("reset-flow")),
10970
- onOverlayClosed: Z[13] || (Z[13] = (ne) => Q.$emit("time-picker-close")),
10971
- onOverlayOpened: Z[14] || (Z[14] = (ne) => Q.$emit("time-picker-open", ne)),
10972
- onAmPmChange: Z[15] || (Z[15] = (ne) => Q.$emit("am-pm-change", ne))
10973
+ onMount: _[8] || (_[8] = (ne) => B(A(Yt).timePicker)),
10974
+ "onUpdate:hours": _[9] || (_[9] = (ne) => A(H)(ne)),
10975
+ "onUpdate:minutes": _[10] || (_[10] = (ne) => A(H)(ne, !1)),
10976
+ "onUpdate:seconds": _[11] || (_[11] = (ne) => A(H)(ne, !1, !0)),
10977
+ onResetFlow: _[12] || (_[12] = (ne) => Q.$emit("reset-flow")),
10978
+ onOverlayClosed: _[13] || (_[13] = (ne) => Q.$emit("time-picker-close")),
10979
+ onOverlayOpened: _[14] || (_[14] = (ne) => Q.$emit("time-picker-open", ne)),
10980
+ onAmPmChange: _[15] || (_[15] = (ne) => Q.$emit("am-pm-change", ne))
10973
10981
  }), et({ _: 2 }, [
10974
10982
  Re(A(x), (ne, I) => ({
10975
10983
  name: ne,
10976
10984
  fn: he((g) => [
10977
- $(Q.$slots, ne, Ge(rt(g)))
10985
+ Z(Q.$slots, ne, Ge(rt(g)))
10978
10986
  ])
10979
10987
  }))
10980
10988
  ]), 1040, ["hours", "minutes", "seconds", "internal-model-value", "disabled-times-config", "validate-time"]))
@@ -11108,7 +11116,7 @@ const If = ({
11108
11116
  Re(A(i), (N, fe) => ({
11109
11117
  name: N,
11110
11118
  fn: he((G) => [
11111
- $(T.$slots, N, Ge(rt(G)))
11119
+ Z(T.$slots, N, Ge(rt(G)))
11112
11120
  ])
11113
11121
  }))
11114
11122
  ]), 1040, ["items", "instance", "show-year-picker", "year", "is-disabled", "onHandleYear", "onYearSelect", "onToggleYearPicker"])
@@ -11127,7 +11135,7 @@ const If = ({
11127
11135
  onClick: (G) => A(K)(N.value, R, N.disabled),
11128
11136
  onMouseover: (G) => A(L)(N.value)
11129
11137
  }, [
11130
- T.$slots.quarter ? $(T.$slots, "quarter", {
11138
+ T.$slots.quarter ? Z(T.$slots, "quarter", {
11131
11139
  key: 0,
11132
11140
  value: N.value,
11133
11141
  text: N.text
@@ -11237,7 +11245,7 @@ const If = ({
11237
11245
  Nt(M, h.value, !0);
11238
11246
  }, Q = () => {
11239
11247
  a.escClose && r("close-picker");
11240
- }, Z = (M) => {
11248
+ }, _ = (M) => {
11241
11249
  if (a.arrowNavigation) {
11242
11250
  if (M === "up")
11243
11251
  return N();
@@ -11287,10 +11295,10 @@ const If = ({
11287
11295
  onClick: P,
11288
11296
  onKeydown: [
11289
11297
  be(Q, ["esc"]),
11290
- ee[18] || (ee[18] = be(Me((re) => Z("left"), ["prevent"]), ["left"])),
11291
- ee[19] || (ee[19] = be(Me((re) => Z("up"), ["prevent"]), ["up"])),
11292
- ee[20] || (ee[20] = be(Me((re) => Z("down"), ["prevent"]), ["down"])),
11293
- ee[21] || (ee[21] = be(Me((re) => Z("right"), ["prevent"]), ["right"])),
11298
+ ee[18] || (ee[18] = be(Me((re) => _("left"), ["prevent"]), ["left"])),
11299
+ ee[19] || (ee[19] = be(Me((re) => _("up"), ["prevent"]), ["up"])),
11300
+ ee[20] || (ee[20] = be(Me((re) => _("down"), ["prevent"]), ["down"])),
11301
+ ee[21] || (ee[21] = be(Me((re) => _("right"), ["prevent"]), ["right"])),
11294
11302
  ne
11295
11303
  ]
11296
11304
  }, [
@@ -11311,11 +11319,11 @@ const If = ({
11311
11319
  style: mt({ "--dp-menu-width": `${S.value}px` })
11312
11320
  }, [
11313
11321
  M.$slots["left-sidebar"] ? (d(), m("div", Hv, [
11314
- $(M.$slots, "left-sidebar", Ge(rt(V.value)))
11322
+ Z(M.$slots, "left-sidebar", Ge(rt(V.value)))
11315
11323
  ])) : D("", !0),
11316
11324
  M.presetDates.length ? (d(), m("div", Rv, [
11317
11325
  (d(!0), m(Te, null, Re(M.presetDates, (re, Le) => (d(), m(Te, { key: Le }, [
11318
- re.slot ? $(M.$slots, re.slot, {
11326
+ re.slot ? Z(M.$slots, re.slot, {
11319
11327
  key: 0,
11320
11328
  presetDate: Ae,
11321
11329
  label: re.label,
@@ -11369,16 +11377,16 @@ const If = ({
11369
11377
  Re(B.value, (re, Le) => ({
11370
11378
  name: re,
11371
11379
  fn: he((st) => [
11372
- $(M.$slots, re, Ge(rt({ ...st })))
11380
+ Z(M.$slots, re, Ge(rt({ ...st })))
11373
11381
  ])
11374
11382
  }))
11375
11383
  ]), 1040, ["flow-step", "onMount", "onUpdateFlowStep", "onResetFlow"]))
11376
11384
  ], 512),
11377
11385
  M.$slots["right-sidebar"] ? (d(), m("div", qv, [
11378
- $(M.$slots, "right-sidebar", Ge(rt(V.value)))
11386
+ Z(M.$slots, "right-sidebar", Ge(rt(V.value)))
11379
11387
  ])) : D("", !0),
11380
11388
  M.$slots["action-extra"] ? (d(), m("div", Jv, [
11381
- M.$slots["action-extra"] ? $(M.$slots, "action-extra", {
11389
+ M.$slots["action-extra"] ? Z(M.$slots, "action-extra", {
11382
11390
  key: 0,
11383
11391
  selectCurrentDate: X
11384
11392
  }) : D("", !0)
@@ -11397,7 +11405,7 @@ const If = ({
11397
11405
  Re(A(x), (re, Le) => ({
11398
11406
  name: re,
11399
11407
  fn: he((st) => [
11400
- $(M.$slots, re, Ge(rt({ ...st })))
11408
+ Z(M.$slots, re, Ge(rt({ ...st })))
11401
11409
  ])
11402
11410
  }))
11403
11411
  ]), 1040, ["menu-mount", "calendar-width"])) : D("", !0)
@@ -11470,8 +11478,8 @@ const If = ({
11470
11478
  const F = j(() => U());
11471
11479
  Qn(() => {
11472
11480
  if (!N.value.enabled) {
11473
- const _ = q(w.value);
11474
- _ && _.removeEventListener("scroll", Ae), window.removeEventListener("resize", pe);
11481
+ const $ = q(w.value);
11482
+ $ && $.removeEventListener("scroll", Ae), window.removeEventListener("resize", pe);
11475
11483
  }
11476
11484
  fe.value.tabOutClosesMenu && document.removeEventListener("keyup", M);
11477
11485
  });
@@ -11496,7 +11504,7 @@ const If = ({
11496
11504
  inputValue: l,
11497
11505
  internalModelValue: P,
11498
11506
  parseExternalModelValue: Q,
11499
- emitModelValue: Z,
11507
+ emitModelValue: _,
11500
11508
  formatInputValue: ne,
11501
11509
  checkBeforeEmit: I
11502
11510
  } = xf(r, a, h), g = j(
@@ -11514,58 +11522,58 @@ const If = ({
11514
11522
  i.value && (fe.value.closeOnScroll ? ut() : B());
11515
11523
  }, pe = () => {
11516
11524
  i.value && B();
11517
- }, M = (_) => {
11518
- _.key === "Tab" && !N.value.enabled && !a.teleport && (w.value.contains(document.activeElement) || ut());
11525
+ }, M = ($) => {
11526
+ $.key === "Tab" && !N.value.enabled && !a.teleport && (w.value.contains(document.activeElement) || ut());
11519
11527
  }, ee = () => {
11520
11528
  !a.disabled && !a.readonly && (f(Rr, a), B(!1), i.value = !0, i.value && r("open"), i.value || da(), Q(a.modelValue));
11521
11529
  }, Pe = () => {
11522
- var _;
11523
- l.value = "", da(), (_ = v.value) == null || _.setParsedDate(null), r("update:model-value", null), r("update:model-timezone-value", null), r("cleared"), fe.value.closeOnClearValue && ut();
11530
+ var $;
11531
+ l.value = "", da(), ($ = v.value) == null || $.setParsedDate(null), r("update:model-value", null), r("update:model-timezone-value", null), r("cleared"), fe.value.closeOnClearValue && ut();
11524
11532
  }, re = () => {
11525
- const _ = P.value;
11526
- return !_ || !Array.isArray(_) && z(_) ? !0 : Array.isArray(_) ? a.multiDates || _.length === 2 && z(_[0]) && z(_[1]) ? !0 : a.partialRange && !a.timePicker ? z(_[0]) : !1 : !1;
11533
+ const $ = P.value;
11534
+ return !$ || !Array.isArray($) && z($) ? !0 : Array.isArray($) ? a.multiDates || $.length === 2 && z($[0]) && z($[1]) ? !0 : a.partialRange && !a.timePicker ? z($[0]) : !1 : !1;
11527
11535
  }, Le = () => {
11528
- I() && re() ? (Z(), ut()) : r("invalid-select", P.value);
11529
- }, st = (_) => {
11530
- la(), Z(), fe.value.closeOnAutoApply && !_ && ut();
11536
+ I() && re() ? (_(), ut()) : r("invalid-select", P.value);
11537
+ }, st = ($) => {
11538
+ la(), _(), fe.value.closeOnAutoApply && !$ && ut();
11531
11539
  }, la = () => {
11532
11540
  v.value && R.value.enabled && v.value.setParsedDate(P.value);
11533
- }, ua = (_ = !1) => {
11534
- a.autoApply && T(P.value) && re() && (a.range && Array.isArray(P.value) ? (a.partialRange || P.value.length === 2) && st(_) : st(_));
11541
+ }, ua = ($ = !1) => {
11542
+ a.autoApply && T(P.value) && re() && (a.range && Array.isArray(P.value) ? (a.partialRange || P.value.length === 2) && st($) : st($));
11535
11543
  }, da = () => {
11536
11544
  R.value.enabled || (P.value = null);
11537
11545
  }, ut = () => {
11538
11546
  N.value.enabled || (i.value && (i.value = !1, x.value = !1, L(!1), K(!1), O(), r("closed"), l.value && Q(s.value)), da(), r("blur"));
11539
- }, Ga = (_, De, Se = !1) => {
11540
- if (!_) {
11547
+ }, Ga = ($, De, Se = !1) => {
11548
+ if (!$) {
11541
11549
  P.value = null;
11542
11550
  return;
11543
11551
  }
11544
- const Bt = Array.isArray(_) ? !_.some((qt) => !z(qt)) : z(_), kt = T(_);
11545
- Bt && kt && (P.value = _, De && (S.value = Se, Le(), r("text-submit")));
11552
+ const Bt = Array.isArray($) ? !$.some((qt) => !z(qt)) : z($), kt = T($);
11553
+ Bt && kt && (P.value = $, De && (S.value = Se, Le(), r("text-submit")));
11546
11554
  }, Za = () => {
11547
- a.autoApply && T(P.value) && Z(), la();
11548
- }, Oa = () => i.value ? ut() : ee(), _a = (_) => {
11549
- P.value = _;
11555
+ a.autoApply && T(P.value) && _(), la();
11556
+ }, Oa = () => i.value ? ut() : ee(), _a = ($) => {
11557
+ P.value = $;
11550
11558
  }, $a = () => {
11551
11559
  R.value.enabled && (h.value = !0, ne()), r("focus");
11552
11560
  }, en = () => {
11553
11561
  if (R.value.enabled && (h.value = !1, Q(a.modelValue), S.value)) {
11554
- const _ = df(w.value);
11555
- _ == null || _.focus();
11562
+ const $ = df(w.value);
11563
+ $ == null || $.focus();
11556
11564
  }
11557
11565
  r("blur");
11558
- }, C = (_) => {
11566
+ }, C = ($) => {
11559
11567
  c.value && c.value.updateMonthYear(0, {
11560
- month: Ur(_.month),
11561
- year: Ur(_.year)
11568
+ month: Ur($.month),
11569
+ year: Ur($.year)
11562
11570
  });
11563
- }, Y = (_) => {
11564
- Q(_ ?? a.modelValue);
11565
- }, Ce = (_, De) => {
11571
+ }, Y = ($) => {
11572
+ Q($ ?? a.modelValue);
11573
+ }, Ce = ($, De) => {
11566
11574
  var Se;
11567
- (Se = c.value) == null || Se.switchView(_, De);
11568
- }, Fe = (_) => fe.value.onClickOutside ? fe.value.onClickOutside(_) : ut();
11575
+ (Se = c.value) == null || Se.switchView($, De);
11576
+ }, Fe = ($) => fe.value.onClickOutside ? fe.value.onClickOutside($) : ut();
11569
11577
  return Yv(p, v, () => Fe(re)), t({
11570
11578
  closeMenu: ut,
11571
11579
  selectDate: Le,
@@ -11580,7 +11588,7 @@ const If = ({
11580
11588
  parseModel: Y,
11581
11589
  switchView: Ce,
11582
11590
  toggleMenu: Oa
11583
- }), (_, De) => (d(), m("div", {
11591
+ }), ($, De) => (d(), m("div", {
11584
11592
  ref_key: "pickerWrapperRef",
11585
11593
  ref: w,
11586
11594
  class: W(g.value)
@@ -11591,11 +11599,11 @@ const If = ({
11591
11599
  "input-value": A(l),
11592
11600
  "onUpdate:inputValue": De[0] || (De[0] = (Se) => cr(l) ? l.value = Se : null),
11593
11601
  "is-menu-open": i.value
11594
- }, _.$props, {
11602
+ }, $.$props, {
11595
11603
  onClear: Pe,
11596
11604
  onOpen: ee,
11597
11605
  onSetInputDate: Ga,
11598
- onSetEmptyDate: A(Z),
11606
+ onSetEmptyDate: A(_),
11599
11607
  onSelectDate: Le,
11600
11608
  onToggle: Oa,
11601
11609
  onClose: ut,
@@ -11606,7 +11614,7 @@ const If = ({
11606
11614
  Re(A(te), (Se, Bt) => ({
11607
11615
  name: Se,
11608
11616
  fn: he((kt) => [
11609
- $(_.$slots, Se, Ge(rt(kt)))
11617
+ Z($.$slots, Se, Ge(rt(kt)))
11610
11618
  ])
11611
11619
  }))
11612
11620
  ]), 1040, ["input-value", "is-menu-open", "onSetEmptyDate"]),
@@ -11615,7 +11623,7 @@ const If = ({
11615
11623
  css: A(k) && !A(N).enabled
11616
11624
  }, {
11617
11625
  default: he(() => [
11618
- i.value ? (d(), de(Rt(_.teleport ? ei : "div"), ze({
11626
+ i.value ? (d(), de(Rt($.teleport ? ei : "div"), ze({
11619
11627
  key: 0,
11620
11628
  ref_key: "dpWrapMenuRef",
11621
11629
  ref: p
@@ -11627,11 +11635,11 @@ const If = ({
11627
11635
  ke(Rr, ze({
11628
11636
  ref_key: "dpMenuRef",
11629
11637
  ref: c
11630
- }, _.$props, {
11638
+ }, $.$props, {
11631
11639
  "internal-model-value": A(P),
11632
11640
  "onUpdate:internalModelValue": De[2] || (De[2] = (Se) => cr(P) ? P.value = Se : null),
11633
- class: { [ue.value]: !0, "dp--menu-wrapper": _.teleport },
11634
- style: _.teleport ? A(b) : void 0,
11641
+ class: { [ue.value]: !0, "dp--menu-wrapper": $.teleport },
11642
+ style: $.teleport ? A(b) : void 0,
11635
11643
  "open-on-top": A(V),
11636
11644
  "arr-map-values": F.value,
11637
11645
  "no-overlay-focus": X.value,
@@ -11639,26 +11647,26 @@ const If = ({
11639
11647
  onSelectDate: Le,
11640
11648
  onAutoApply: ua,
11641
11649
  onTimeUpdate: Za,
11642
- onFlowStep: De[3] || (De[3] = (Se) => _.$emit("flow-step", Se)),
11643
- onUpdateMonthYear: De[4] || (De[4] = (Se) => _.$emit("update-month-year", Se)),
11644
- onInvalidSelect: De[5] || (De[5] = (Se) => _.$emit("invalid-select", A(P))),
11645
- onAutoApplyInvalid: De[6] || (De[6] = (Se) => _.$emit("invalid-select", Se)),
11646
- onInvalidFixedRange: De[7] || (De[7] = (Se) => _.$emit("invalid-fixed-range", Se)),
11650
+ onFlowStep: De[3] || (De[3] = (Se) => $.$emit("flow-step", Se)),
11651
+ onUpdateMonthYear: De[4] || (De[4] = (Se) => $.$emit("update-month-year", Se)),
11652
+ onInvalidSelect: De[5] || (De[5] = (Se) => $.$emit("invalid-select", A(P))),
11653
+ onAutoApplyInvalid: De[6] || (De[6] = (Se) => $.$emit("invalid-select", Se)),
11654
+ onInvalidFixedRange: De[7] || (De[7] = (Se) => $.$emit("invalid-fixed-range", Se)),
11647
11655
  onRecalculatePosition: A(B),
11648
- onTooltipOpen: De[8] || (De[8] = (Se) => _.$emit("tooltip-open", Se)),
11649
- onTooltipClose: De[9] || (De[9] = (Se) => _.$emit("tooltip-close", Se)),
11650
- onTimePickerOpen: De[10] || (De[10] = (Se) => _.$emit("time-picker-open", Se)),
11651
- onTimePickerClose: De[11] || (De[11] = (Se) => _.$emit("time-picker-close", Se)),
11652
- onAmPmChange: De[12] || (De[12] = (Se) => _.$emit("am-pm-change", Se)),
11653
- onRangeStart: De[13] || (De[13] = (Se) => _.$emit("range-start", Se)),
11654
- onRangeEnd: De[14] || (De[14] = (Se) => _.$emit("range-end", Se)),
11655
- onDateUpdate: De[15] || (De[15] = (Se) => _.$emit("date-update", Se)),
11656
- onInvalidDate: De[16] || (De[16] = (Se) => _.$emit("invalid-date", Se))
11656
+ onTooltipOpen: De[8] || (De[8] = (Se) => $.$emit("tooltip-open", Se)),
11657
+ onTooltipClose: De[9] || (De[9] = (Se) => $.$emit("tooltip-close", Se)),
11658
+ onTimePickerOpen: De[10] || (De[10] = (Se) => $.$emit("time-picker-open", Se)),
11659
+ onTimePickerClose: De[11] || (De[11] = (Se) => $.$emit("time-picker-close", Se)),
11660
+ onAmPmChange: De[12] || (De[12] = (Se) => $.$emit("am-pm-change", Se)),
11661
+ onRangeStart: De[13] || (De[13] = (Se) => $.$emit("range-start", Se)),
11662
+ onRangeEnd: De[14] || (De[14] = (Se) => $.$emit("range-end", Se)),
11663
+ onDateUpdate: De[15] || (De[15] = (Se) => $.$emit("date-update", Se)),
11664
+ onInvalidDate: De[16] || (De[16] = (Se) => $.$emit("invalid-date", Se))
11657
11665
  }), et({ _: 2 }, [
11658
11666
  Re(A(E), (Se, Bt) => ({
11659
11667
  name: Se,
11660
11668
  fn: he((kt) => [
11661
- $(_.$slots, Se, Ge(rt({ ...kt })))
11669
+ Z($.$slots, Se, Ge(rt({ ...kt })))
11662
11670
  ])
11663
11671
  }))
11664
11672
  ]), 1040, ["internal-model-value", "class", "style", "open-on-top", "arr-map-values", "no-overlay-focus", "onRecalculatePosition"])
@@ -11906,7 +11914,7 @@ function u1(e, t, n, r, a, o) {
11906
11914
  ])) : D("", !0)
11907
11915
  ], 8, r1);
11908
11916
  }
11909
- const Xm = /* @__PURE__ */ ye(n1, [["render", u1], ["__scopeId", "data-v-33df37bc"]]), d1 = ve({
11917
+ const Ym = /* @__PURE__ */ ye(n1, [["render", u1], ["__scopeId", "data-v-33df37bc"]]), d1 = ve({
11910
11918
  name: "FusionSearchableInput",
11911
11919
  components: {
11912
11920
  SVGSearch: Zr,
@@ -12134,7 +12142,7 @@ function m1(e, t, n, r, a, o) {
12134
12142
  ])
12135
12143
  ], 8, c1);
12136
12144
  }
12137
- const zm = /* @__PURE__ */ ye(d1, [["render", m1], ["__scopeId", "data-v-a461d669"]]), h1 = ve({
12145
+ const Wm = /* @__PURE__ */ ye(d1, [["render", m1], ["__scopeId", "data-v-a461d669"]]), h1 = ve({
12138
12146
  name: "SVGDecrement"
12139
12147
  }), g1 = {
12140
12148
  width: "24",
@@ -12325,7 +12333,7 @@ function U1(e, t, n, r, a, o) {
12325
12333
  key: 0,
12326
12334
  "spinner-colour": e.spinnerColourValue
12327
12335
  }, null, 8, ["spinner-colour"])) : (d(), m("span", I1, [
12328
- $(e.$slots, "icon")
12336
+ Z(e.$slots, "icon")
12329
12337
  ]))
12330
12338
  ], 42, O1);
12331
12339
  }
@@ -12453,7 +12461,7 @@ function L1(e, t, n, r, a, o) {
12453
12461
  ])
12454
12462
  ], 8, Q1);
12455
12463
  }
12456
- const Km = /* @__PURE__ */ ye(V1, [["render", L1], ["__scopeId", "data-v-c9dd10c1"]]), H1 = ve({
12464
+ const jm = /* @__PURE__ */ ye(V1, [["render", L1], ["__scopeId", "data-v-c9dd10c1"]]), H1 = ve({
12457
12465
  name: "FusionTag",
12458
12466
  props: {
12459
12467
  variantStyle: {
@@ -12524,12 +12532,12 @@ function E1(e, t, n, r, a, o) {
12524
12532
  class: W(["fusion-tag-icon", `fusion-tag-icon-${e.variantTypeClass}`]),
12525
12533
  "data-test": "fusion-tag-icon"
12526
12534
  }, [
12527
- $(e.$slots, "icon", {}, void 0, !0)
12535
+ Z(e.$slots, "icon", {}, void 0, !0)
12528
12536
  ], 2)) : D("", !0),
12529
12537
  y("div", R1, oe(e.label), 1)
12530
12538
  ], 2);
12531
12539
  }
12532
- const Ym = /* @__PURE__ */ ye(H1, [["render", E1], ["__scopeId", "data-v-09d45301"]]), q1 = ve({
12540
+ const Gm = /* @__PURE__ */ ye(H1, [["render", E1], ["__scopeId", "data-v-09d45301"]]), q1 = ve({
12533
12541
  name: "FusionDivider"
12534
12542
  });
12535
12543
  const J1 = {
@@ -12601,7 +12609,7 @@ function Z1(e, t, n, r, a, o) {
12601
12609
  }, [
12602
12610
  y("div", W1, [
12603
12611
  y("div", j1, [
12604
- $(e.$slots, "content", {}, void 0, !0)
12612
+ Z(e.$slots, "content", {}, void 0, !0)
12605
12613
  ]),
12606
12614
  e.$slots.footer && !e.$slots.image ? (d(), de(i, {
12607
12615
  key: 0,
@@ -12613,15 +12621,15 @@ function Z1(e, t, n, r, a, o) {
12613
12621
  onClick: t[0] || (t[0] = Me(() => {
12614
12622
  }, ["stop"]))
12615
12623
  }, [
12616
- $(e.$slots, "footer", {}, void 0, !0)
12624
+ Z(e.$slots, "footer", {}, void 0, !0)
12617
12625
  ])) : D("", !0)
12618
12626
  ]),
12619
12627
  e.$slots.image && !e.$slots.footer ? (d(), m("div", G1, [
12620
- $(e.$slots, "image", {}, void 0, !0)
12628
+ Z(e.$slots, "image", {}, void 0, !0)
12621
12629
  ])) : D("", !0)
12622
12630
  ], 42, Y1);
12623
12631
  }
12624
- const Wm = /* @__PURE__ */ ye(K1, [["render", Z1], ["__scopeId", "data-v-65e787f9"]]), _1 = {
12632
+ const Zm = /* @__PURE__ */ ye(K1, [["render", Z1], ["__scopeId", "data-v-65e787f9"]]), _1 = {
12625
12633
  name: "FusionProgressBarStep",
12626
12634
  props: {
12627
12635
  stepLabel: {
@@ -12694,26 +12702,35 @@ function s0(e, t, n, r, a, o) {
12694
12702
  ])
12695
12703
  ]);
12696
12704
  }
12697
- const jm = /* @__PURE__ */ ye(r0, [["render", s0], ["__scopeId", "data-v-9b0b914a"]]), l0 = {
12698
- name: "FusionPlatformBar"
12699
- };
12700
- const u0 = { class: "fusion-platform-bar" };
12705
+ const _m = /* @__PURE__ */ ye(r0, [["render", s0], ["__scopeId", "data-v-9b0b914a"]]), l0 = ve({
12706
+ name: "FusionContextMenu"
12707
+ });
12708
+ const u0 = { class: "fusion-context-menu" };
12701
12709
  function d0(e, t, n, r, a, o) {
12702
12710
  return d(), m("div", u0, [
12703
- $(e.$slots, "left-icon", {}, void 0, !0),
12704
- $(e.$slots, "logo", {}, void 0, !0),
12705
- $(e.$slots, "right-icon", {}, void 0, !0)
12711
+ Z(e.$slots, "default", {}, void 0, !0)
12706
12712
  ]);
12707
12713
  }
12708
- const Gm = /* @__PURE__ */ ye(l0, [["render", d0], ["__scopeId", "data-v-fcdfbcf9"]]), c0 = ve({
12714
+ const $m = /* @__PURE__ */ ye(l0, [["render", d0], ["__scopeId", "data-v-387ad277"]]), c0 = {
12715
+ name: "FusionPlatformBar"
12716
+ };
12717
+ const p0 = { class: "fusion-platform-bar" };
12718
+ function f0(e, t, n, r, a, o) {
12719
+ return d(), m("div", p0, [
12720
+ Z(e.$slots, "left-icon", {}, void 0, !0),
12721
+ Z(e.$slots, "logo", {}, void 0, !0),
12722
+ Z(e.$slots, "right-icon", {}, void 0, !0)
12723
+ ]);
12724
+ }
12725
+ const eh = /* @__PURE__ */ ye(c0, [["render", f0], ["__scopeId", "data-v-fcdfbcf9"]]), v0 = ve({
12709
12726
  name: "SVGXMark"
12710
- }), p0 = {
12727
+ }), m0 = {
12711
12728
  width: "28",
12712
12729
  height: "28",
12713
12730
  viewBox: "0 0 28 28",
12714
12731
  fill: "none",
12715
12732
  xmlns: "http://www.w3.org/2000/svg"
12716
- }, f0 = /* @__PURE__ */ y("mask", {
12733
+ }, h0 = /* @__PURE__ */ y("mask", {
12717
12734
  id: "mask0_5103_4",
12718
12735
  style: { "mask-type": "alpha" },
12719
12736
  maskUnits: "userSpaceOnUse",
@@ -12727,19 +12744,19 @@ const Gm = /* @__PURE__ */ ye(l0, [["render", d0], ["__scopeId", "data-v-fcdfbcf
12727
12744
  height: "28",
12728
12745
  fill: "currentColor"
12729
12746
  })
12730
- ], -1), v0 = /* @__PURE__ */ y("g", { mask: "url(#mask0_5103_4)" }, [
12747
+ ], -1), g0 = /* @__PURE__ */ y("g", { mask: "url(#mask0_5103_4)" }, [
12731
12748
  /* @__PURE__ */ y("path", {
12732
12749
  d: "M14.0001 15.6333L8.28339 21.35C8.0695 21.5639 7.79728 21.6708 7.46672 21.6708C7.13617 21.6708 6.86395 21.5639 6.65006 21.35C6.43617 21.1361 6.32922 20.8639 6.32922 20.5333C6.32922 20.2028 6.43617 19.9306 6.65006 19.7167L12.3667 14L6.65006 8.28333C6.43617 8.06944 6.32922 7.79722 6.32922 7.46666C6.32922 7.13611 6.43617 6.86388 6.65006 6.65C6.86395 6.43611 7.13617 6.32916 7.46672 6.32916C7.79728 6.32916 8.0695 6.43611 8.28339 6.65L14.0001 12.3667L19.7167 6.65C19.9306 6.43611 20.2028 6.32916 20.5334 6.32916C20.8639 6.32916 21.1362 6.43611 21.3501 6.65C21.5639 6.86388 21.6709 7.13611 21.6709 7.46666C21.6709 7.79722 21.5639 8.06944 21.3501 8.28333L15.6334 14L21.3501 19.7167C21.5639 19.9306 21.6709 20.2028 21.6709 20.5333C21.6709 20.8639 21.5639 21.1361 21.3501 21.35C21.1362 21.5639 20.8639 21.6708 20.5334 21.6708C20.2028 21.6708 19.9306 21.5639 19.7167 21.35L14.0001 15.6333Z",
12733
12750
  fill: "currentColor"
12734
12751
  })
12735
- ], -1), m0 = [
12736
- f0,
12737
- v0
12752
+ ], -1), y0 = [
12753
+ h0,
12754
+ g0
12738
12755
  ];
12739
- function h0(e, t, n, r, a, o) {
12740
- return d(), m("svg", p0, m0);
12756
+ function b0(e, t, n, r, a, o) {
12757
+ return d(), m("svg", m0, y0);
12741
12758
  }
12742
- const Yo = /* @__PURE__ */ ye(c0, [["render", h0]]), g0 = ve({
12759
+ const Yo = /* @__PURE__ */ ye(v0, [["render", b0]]), k0 = ve({
12743
12760
  name: "FusionSideNavigation",
12744
12761
  components: { FusionIconButton: ja, SVGXMark: Yo },
12745
12762
  props: {
@@ -12786,8 +12803,8 @@ const Yo = /* @__PURE__ */ ye(c0, [["render", h0]]), g0 = ve({
12786
12803
  }
12787
12804
  }
12788
12805
  });
12789
- const y0 = { class: "flex items-center p-sm" }, b0 = { class: "fusion-side-navigation-content-wrapper" }, k0 = { class: "fusion-side-navigation-list" };
12790
- function A0(e, t, n, r, a, o) {
12806
+ const A0 = { class: "flex items-center p-sm" }, w0 = { class: "fusion-side-navigation-content-wrapper" }, C0 = { class: "fusion-side-navigation-list" };
12807
+ function S0(e, t, n, r, a, o) {
12791
12808
  const i = me("SVGXMark"), s = me("FusionIconButton");
12792
12809
  return d(), m(Te, null, [
12793
12810
  y("aside", {
@@ -12801,8 +12818,8 @@ function A0(e, t, n, r, a, o) {
12801
12818
  key: 0,
12802
12819
  class: W(["fusion-side-navigation-header", { "has-shadow": e.hasScrolledDown }])
12803
12820
  }, [
12804
- y("div", y0, [
12805
- $(e.$slots, "header", {}, void 0, !0),
12821
+ y("div", A0, [
12822
+ Z(e.$slots, "header", {}, void 0, !0),
12806
12823
  ke(s, {
12807
12824
  class: "fusion-side-navigation-header-icon",
12808
12825
  label: "Close navigation",
@@ -12818,14 +12835,14 @@ function A0(e, t, n, r, a, o) {
12818
12835
  }, 8, ["onClick"])
12819
12836
  ])
12820
12837
  ], 2)) : D("", !0),
12821
- y("div", b0, [
12838
+ y("div", w0, [
12822
12839
  y("nav", {
12823
12840
  ref: "contentRef",
12824
12841
  class: "fusion-side-navigation-content",
12825
12842
  onScroll: t[0] || (t[0] = (...u) => e.handleScroll && e.handleScroll(...u))
12826
12843
  }, [
12827
- y("ul", k0, [
12828
- $(e.$slots, "default", {}, void 0, !0)
12844
+ y("ul", C0, [
12845
+ Z(e.$slots, "default", {}, void 0, !0)
12829
12846
  ])
12830
12847
  ], 544)
12831
12848
  ]),
@@ -12833,7 +12850,7 @@ function A0(e, t, n, r, a, o) {
12833
12850
  key: 1,
12834
12851
  class: W(["fusion-side-navigation-footer", { "has-shadow": e.hasScrolledUp }])
12835
12852
  }, [
12836
- $(e.$slots, "footer", {}, void 0, !0)
12853
+ Z(e.$slots, "footer", {}, void 0, !0)
12837
12854
  ], 2)) : D("", !0)
12838
12855
  ], 2),
12839
12856
  e.isMobile && e.isOpen ? (d(), m("div", {
@@ -12844,7 +12861,7 @@ function A0(e, t, n, r, a, o) {
12844
12861
  })) : D("", !0)
12845
12862
  ], 64);
12846
12863
  }
12847
- const Zm = /* @__PURE__ */ ye(g0, [["render", A0], ["__scopeId", "data-v-7a2d38d7"]]), w0 = ve({
12864
+ const th = /* @__PURE__ */ ye(k0, [["render", S0], ["__scopeId", "data-v-7a2d38d7"]]), D0 = ve({
12848
12865
  name: "FusionSideNavigationItem",
12849
12866
  props: {
12850
12867
  item: {
@@ -12882,11 +12899,11 @@ const Zm = /* @__PURE__ */ ye(g0, [["render", A0], ["__scopeId", "data-v-7a2d38d
12882
12899
  }
12883
12900
  }
12884
12901
  });
12885
- const C0 = ["tabindex", "aria-disabled", "aria-current", "aria-label"], S0 = ["href"], D0 = {
12902
+ const P0 = ["tabindex", "aria-disabled", "aria-current", "aria-label"], T0 = ["href"], B0 = {
12886
12903
  key: 1,
12887
12904
  class: "fusion-side-navigation-item-label"
12888
12905
  };
12889
- function P0(e, t, n, r, a, o) {
12906
+ function F0(e, t, n, r, a, o) {
12890
12907
  var i, s;
12891
12908
  return d(), m("li", {
12892
12909
  tabindex: e.disabled ? -1 : 0,
@@ -12912,13 +12929,13 @@ function P0(e, t, n, r, a, o) {
12912
12929
  key: 0,
12913
12930
  class: W(["fusion-side-navigation-item-icon", { selected: e.selected }])
12914
12931
  }, [
12915
- $(e.$slots, "icon", {}, void 0, !0)
12932
+ Z(e.$slots, "icon", {}, void 0, !0)
12916
12933
  ], 2)) : D("", !0),
12917
- (s = e.item) != null && s.label ? (d(), m("span", D0, oe(e.item.label), 1)) : D("", !0)
12918
- ], 8, S0)
12919
- ], 42, C0);
12934
+ (s = e.item) != null && s.label ? (d(), m("span", B0, oe(e.item.label), 1)) : D("", !0)
12935
+ ], 8, T0)
12936
+ ], 42, P0);
12920
12937
  }
12921
- const _m = /* @__PURE__ */ ye(w0, [["render", P0], ["__scopeId", "data-v-3a17c014"]]), T0 = {
12938
+ const ah = /* @__PURE__ */ ye(D0, [["render", F0], ["__scopeId", "data-v-3a17c014"]]), x0 = {
12922
12939
  name: "FusionListItem",
12923
12940
  components: {
12924
12941
  SVGTick: Nn
@@ -12995,8 +13012,8 @@ const _m = /* @__PURE__ */ ye(w0, [["render", P0], ["__scopeId", "data-v-3a17c01
12995
13012
  }
12996
13013
  }
12997
13014
  };
12998
- const B0 = { class: "fusion-list-item-content" };
12999
- function F0(e, t, n, r, a, o) {
13015
+ const O0 = { class: "fusion-list-item-content" };
13016
+ function I0(e, t, n, r, a, o) {
13000
13017
  return d(), de(Rt(o.componentTag), ze({
13001
13018
  class: ["fusion-list-item", {
13002
13019
  hover: a.isHovered,
@@ -13017,22 +13034,22 @@ function F0(e, t, n, r, a, o) {
13017
13034
  onMouseup: o.handleMouseUp
13018
13035
  }), {
13019
13036
  default: he(() => [
13020
- y("div", B0, [
13021
- $(e.$slots, "default", {}, void 0, !0)
13037
+ y("div", O0, [
13038
+ Z(e.$slots, "default", {}, void 0, !0)
13022
13039
  ])
13023
13040
  ]),
13024
13041
  _: 3
13025
13042
  }, 16, ["class", "tabindex", "onClick", "onKeydown", "onMouseover", "onMouseout", "onMousedown", "onMouseup"]);
13026
13043
  }
13027
- const $m = /* @__PURE__ */ ye(T0, [["render", F0], ["__scopeId", "data-v-31387a17"]]), x0 = ve({
13044
+ const nh = /* @__PURE__ */ ye(x0, [["render", I0], ["__scopeId", "data-v-31387a17"]]), U0 = ve({
13028
13045
  name: "SVGArrowRight"
13029
- }), O0 = {
13046
+ }), V0 = {
13030
13047
  width: "24",
13031
13048
  height: "24",
13032
13049
  viewBox: "0 0 24 24",
13033
13050
  fill: "none",
13034
13051
  xmlns: "http://www.w3.org/2000/svg"
13035
- }, I0 = /* @__PURE__ */ y("mask", {
13052
+ }, Q0 = /* @__PURE__ */ y("mask", {
13036
13053
  id: "mask0_4977_2591",
13037
13054
  style: { "mask-type": "alpha" },
13038
13055
  maskUnits: "userSpaceOnUse",
@@ -13046,22 +13063,22 @@ const $m = /* @__PURE__ */ ye(T0, [["render", F0], ["__scopeId", "data-v-31387a1
13046
13063
  height: "24",
13047
13064
  fill: "currentColor"
13048
13065
  })
13049
- ], -1), U0 = /* @__PURE__ */ y("g", { mask: "url(#mask0_4977_2591)" }, [
13066
+ ], -1), M0 = /* @__PURE__ */ y("g", { mask: "url(#mask0_4977_2591)" }, [
13050
13067
  /* @__PURE__ */ y("path", {
13051
13068
  d: "M12.8999 12.0002L8.99995 8.10019C8.81661 7.91686 8.72495 7.68353 8.72495 7.40019C8.72495 7.11686 8.81661 6.88353 8.99995 6.70019C9.18328 6.51686 9.41661 6.42519 9.69995 6.42519C9.98328 6.42519 10.2166 6.51686 10.3999 6.70019L14.9999 11.3002C15.0999 11.4002 15.1708 11.5085 15.2124 11.6252C15.2541 11.7419 15.2749 11.8669 15.2749 12.0002C15.2749 12.1335 15.2541 12.2585 15.2124 12.3752C15.1708 12.4919 15.0999 12.6002 14.9999 12.7002L10.3999 17.3002C10.2166 17.4835 9.98328 17.5752 9.69995 17.5752C9.41661 17.5752 9.18328 17.4835 8.99995 17.3002C8.81661 17.1169 8.72495 16.8835 8.72495 16.6002C8.72495 16.3169 8.81661 16.0835 8.99995 15.9002L12.8999 12.0002Z",
13052
13069
  fill: "currentColor"
13053
13070
  })
13054
- ], -1), V0 = [
13055
- I0,
13056
- U0
13071
+ ], -1), N0 = [
13072
+ Q0,
13073
+ M0
13057
13074
  ];
13058
- function Q0(e, t, n, r, a, o) {
13059
- return d(), m("svg", O0, V0);
13075
+ function L0(e, t, n, r, a, o) {
13076
+ return d(), m("svg", V0, N0);
13060
13077
  }
13061
- const M0 = /* @__PURE__ */ ye(x0, [["render", Q0]]), N0 = ve({
13078
+ const H0 = /* @__PURE__ */ ye(U0, [["render", L0]]), R0 = ve({
13062
13079
  name: "FusionWidget",
13063
13080
  components: {
13064
- SVGArrowRight: M0
13081
+ SVGArrowRight: H0
13065
13082
  },
13066
13083
  props: {
13067
13084
  title: {
@@ -13078,26 +13095,26 @@ const M0 = /* @__PURE__ */ ye(x0, [["render", Q0]]), N0 = ve({
13078
13095
  }
13079
13096
  }
13080
13097
  });
13081
- const L0 = ["href", "tabindex"], H0 = { class: "fusion-widget-header" }, R0 = { class: "fusion-widget-title" }, E0 = { class: "fusion-widget-arrow" }, q0 = { class: "fusion-widget-content" };
13082
- function J0(e, t, n, r, a, o) {
13098
+ const E0 = ["href", "tabindex"], q0 = { class: "fusion-widget-header" }, J0 = { class: "fusion-widget-title" }, X0 = { class: "fusion-widget-arrow" }, z0 = { class: "fusion-widget-content" };
13099
+ function K0(e, t, n, r, a, o) {
13083
13100
  const i = me("SVGArrowRight");
13084
13101
  return d(), m("a", {
13085
13102
  href: e.disabled ? void 0 : e.url,
13086
13103
  class: W(["fusion-widget", { "fusion-widget-disabled": e.disabled }]),
13087
13104
  tabindex: e.disabled ? -1 : 0
13088
13105
  }, [
13089
- y("div", H0, [
13090
- y("span", R0, oe(e.title), 1),
13091
- y("span", E0, [
13106
+ y("div", q0, [
13107
+ y("span", J0, oe(e.title), 1),
13108
+ y("span", X0, [
13092
13109
  ke(i)
13093
13110
  ])
13094
13111
  ]),
13095
- y("div", q0, [
13096
- $(e.$slots, "default", {}, void 0, !0)
13112
+ y("div", z0, [
13113
+ Z(e.$slots, "default", {}, void 0, !0)
13097
13114
  ])
13098
- ], 10, L0);
13115
+ ], 10, E0);
13099
13116
  }
13100
- const eh = /* @__PURE__ */ ye(N0, [["render", J0], ["__scopeId", "data-v-3fd7581a"]]), X0 = ve({
13117
+ const rh = /* @__PURE__ */ ye(R0, [["render", K0], ["__scopeId", "data-v-3fd7581a"]]), Y0 = ve({
13101
13118
  name: "FusionToastMessage",
13102
13119
  components: {
13103
13120
  SVGCheckCircle: Na,
@@ -13145,24 +13162,24 @@ const eh = /* @__PURE__ */ ye(N0, [["render", J0], ["__scopeId", "data-v-3fd7581
13145
13162
  }
13146
13163
  }
13147
13164
  });
13148
- const z0 = { class: "fusion-toast-message-icon" }, K0 = { class: "fusion-toast-message-content" }, Y0 = {
13165
+ const W0 = { class: "fusion-toast-message-icon" }, j0 = { class: "fusion-toast-message-content" }, G0 = {
13149
13166
  key: 0,
13150
13167
  class: "fusion-toast-message-title"
13151
- }, W0 = {
13168
+ }, Z0 = {
13152
13169
  key: 1,
13153
13170
  class: "fusion-toast-message-text"
13154
13171
  };
13155
- function j0(e, t, n, r, a, o) {
13172
+ function _0(e, t, n, r, a, o) {
13156
13173
  const i = me("SVGClose");
13157
13174
  return d(), m("div", {
13158
13175
  class: W(["fusion-toast-message", e.toastTypeClass])
13159
13176
  }, [
13160
- y("div", z0, [
13177
+ y("div", W0, [
13161
13178
  (d(), de(Rt(e.iconComponent)))
13162
13179
  ]),
13163
- y("div", K0, [
13164
- e.title ? (d(), m("div", Y0, oe(e.title), 1)) : D("", !0),
13165
- e.message ? (d(), m("div", W0, oe(e.message), 1)) : D("", !0)
13180
+ y("div", j0, [
13181
+ e.title ? (d(), m("div", G0, oe(e.title), 1)) : D("", !0),
13182
+ e.message ? (d(), m("div", Z0, oe(e.message), 1)) : D("", !0)
13166
13183
  ]),
13167
13184
  e.dismissable ? (d(), m("button", {
13168
13185
  key: 0,
@@ -13175,15 +13192,15 @@ function j0(e, t, n, r, a, o) {
13175
13192
  ])) : D("", !0)
13176
13193
  ], 2);
13177
13194
  }
13178
- const th = /* @__PURE__ */ ye(X0, [["render", j0], ["__scopeId", "data-v-2065baea"]]), G0 = ve({
13195
+ const oh = /* @__PURE__ */ ye(Y0, [["render", _0], ["__scopeId", "data-v-2065baea"]]), $0 = ve({
13179
13196
  name: "SVGArrowLeft"
13180
- }), Z0 = {
13197
+ }), em = {
13181
13198
  width: "28",
13182
13199
  height: "28",
13183
13200
  viewBox: "0 0 28 28",
13184
13201
  fill: "none",
13185
13202
  xmlns: "http://www.w3.org/2000/svg"
13186
- }, _0 = /* @__PURE__ */ y("mask", {
13203
+ }, tm = /* @__PURE__ */ y("mask", {
13187
13204
  id: "mask0_5193_483",
13188
13205
  style: { "mask-type": "alpha" },
13189
13206
  maskUnits: "userSpaceOnUse",
@@ -13197,23 +13214,23 @@ const th = /* @__PURE__ */ ye(X0, [["render", j0], ["__scopeId", "data-v-2065bae
13197
13214
  height: "28",
13198
13215
  fill: "currentColor"
13199
13216
  })
13200
- ], -1), $0 = /* @__PURE__ */ y("g", { mask: "url(#mask0_5193_483)" }, [
13217
+ ], -1), am = /* @__PURE__ */ y("g", { mask: "url(#mask0_5193_483)" }, [
13201
13218
  /* @__PURE__ */ y("path", {
13202
13219
  d: "M11.1417 14L19.7167 22.575C20.0083 22.8667 20.1493 23.2069 20.1396 23.5958C20.1299 23.9847 19.9792 24.325 19.6875 24.6167C19.3958 24.9083 19.0556 25.0542 18.6667 25.0542C18.2778 25.0542 17.9375 24.9083 17.6458 24.6167L8.6625 15.6625C8.42917 15.4292 8.25417 15.1667 8.1375 14.875C8.02083 14.5833 7.9625 14.2917 7.9625 14C7.9625 13.7083 8.02083 13.4167 8.1375 13.125C8.25417 12.8333 8.42917 12.5708 8.6625 12.3375L17.6458 3.35417C17.9375 3.0625 18.2826 2.92153 18.6813 2.93125C19.0799 2.94097 19.425 3.09167 19.7167 3.38333C20.0083 3.675 20.1542 4.01528 20.1542 4.40417C20.1542 4.79305 20.0083 5.13333 19.7167 5.425L11.1417 14Z",
13203
13220
  fill: "currentColor"
13204
13221
  })
13205
- ], -1), em = [
13206
- _0,
13207
- $0
13222
+ ], -1), nm = [
13223
+ tm,
13224
+ am
13208
13225
  ];
13209
- function tm(e, t, n, r, a, o) {
13210
- return d(), m("svg", Z0, em);
13226
+ function rm(e, t, n, r, a, o) {
13227
+ return d(), m("svg", em, nm);
13211
13228
  }
13212
- const am = /* @__PURE__ */ ye(G0, [["render", tm]]), nm = ve({
13229
+ const om = /* @__PURE__ */ ye($0, [["render", rm]]), im = ve({
13213
13230
  name: "FusionToolBar",
13214
13231
  components: {
13215
13232
  FusionIconButton: ja,
13216
- SVGArrowLeft: am
13233
+ SVGArrowLeft: om
13217
13234
  },
13218
13235
  props: {
13219
13236
  title: {
@@ -13240,16 +13257,16 @@ const am = /* @__PURE__ */ ye(G0, [["render", tm]]), nm = ve({
13240
13257
  }
13241
13258
  }
13242
13259
  });
13243
- const rm = { class: "fusion-toolbar" }, om = { class: "fusion-toolbar-content" }, im = {
13260
+ const sm = { class: "fusion-toolbar" }, lm = { class: "fusion-toolbar-content" }, um = {
13244
13261
  key: 0,
13245
13262
  class: "fusion-toolbar-title"
13246
- }, sm = {
13263
+ }, dm = {
13247
13264
  key: 1,
13248
13265
  class: "fusion-toolbar-helper-text"
13249
13266
  };
13250
- function lm(e, t, n, r, a, o) {
13267
+ function cm(e, t, n, r, a, o) {
13251
13268
  const i = me("SVGArrowLeft"), s = me("FusionIconButton");
13252
- return d(), m("div", rm, [
13269
+ return d(), m("div", sm, [
13253
13270
  e.showBackButton ? (d(), de(s, {
13254
13271
  key: 0,
13255
13272
  "variant-style": "ghost",
@@ -13263,13 +13280,13 @@ function lm(e, t, n, r, a, o) {
13263
13280
  ]),
13264
13281
  _: 1
13265
13282
  }, 8, ["onClick"])) : D("", !0),
13266
- y("div", om, [
13267
- e.title ? (d(), m("h2", im, oe(e.title), 1)) : D("", !0),
13268
- e.helperText ? (d(), m("p", sm, oe(e.helperText), 1)) : D("", !0)
13283
+ y("div", lm, [
13284
+ e.title ? (d(), m("h2", um, oe(e.title), 1)) : D("", !0),
13285
+ e.helperText ? (d(), m("p", dm, oe(e.helperText), 1)) : D("", !0)
13269
13286
  ])
13270
13287
  ]);
13271
13288
  }
13272
- const ah = /* @__PURE__ */ ye(nm, [["render", lm], ["__scopeId", "data-v-406fe148"]]), um = {
13289
+ const ih = /* @__PURE__ */ ye(im, [["render", cm], ["__scopeId", "data-v-406fe148"]]), pm = {
13273
13290
  name: "FusionKeyValuePair",
13274
13291
  props: {
13275
13292
  keyText: {
@@ -13290,22 +13307,22 @@ const ah = /* @__PURE__ */ ye(nm, [["render", lm], ["__scopeId", "data-v-406fe14
13290
13307
  }
13291
13308
  }
13292
13309
  };
13293
- const dm = { class: "fusion-key-value-pair-key" }, cm = { class: "flex gap-2xs" }, pm = {
13310
+ const fm = { class: "fusion-key-value-pair-key" }, vm = { class: "flex gap-2xs" }, mm = {
13294
13311
  key: 0,
13295
13312
  class: "fusion-key-value-pair-secondary-value"
13296
- }, fm = { class: "fusion-key-value-pair-value" };
13297
- function vm(e, t, n, r, a, o) {
13313
+ }, hm = { class: "fusion-key-value-pair-value" };
13314
+ function gm(e, t, n, r, a, o) {
13298
13315
  return d(), m("div", {
13299
13316
  class: W(["fusion-key-value-pair", n.orientation])
13300
13317
  }, [
13301
- y("span", dm, oe(n.keyText), 1),
13302
- y("div", cm, [
13303
- n.secondaryValueText ? (d(), m("del", pm, oe(n.secondaryValueText), 1)) : D("", !0),
13304
- y("span", fm, oe(n.valueText), 1)
13318
+ y("span", fm, oe(n.keyText), 1),
13319
+ y("div", vm, [
13320
+ n.secondaryValueText ? (d(), m("del", mm, oe(n.secondaryValueText), 1)) : D("", !0),
13321
+ y("span", hm, oe(n.valueText), 1)
13305
13322
  ])
13306
13323
  ], 2);
13307
13324
  }
13308
- const nh = /* @__PURE__ */ ye(um, [["render", vm], ["__scopeId", "data-v-1f46aea5"]]), mm = ve({
13325
+ const sh = /* @__PURE__ */ ye(pm, [["render", gm], ["__scopeId", "data-v-1f46aea5"]]), ym = ve({
13309
13326
  name: "FusionFooterBar",
13310
13327
  components: {
13311
13328
  FusionButton: zr
@@ -13358,19 +13375,19 @@ const nh = /* @__PURE__ */ ye(um, [["render", vm], ["__scopeId", "data-v-1f46aea
13358
13375
  }
13359
13376
  }
13360
13377
  });
13361
- const hm = {
13378
+ const bm = {
13362
13379
  key: 0,
13363
13380
  class: "fusion-footer-bar-content"
13364
- }, gm = { class: "fusion-footer-bar-actions" };
13365
- function ym(e, t, n, r, a, o) {
13381
+ }, km = { class: "fusion-footer-bar-actions" };
13382
+ function Am(e, t, n, r, a, o) {
13366
13383
  const i = me("FusionButton");
13367
13384
  return d(), m("footer", {
13368
13385
  class: W(["fusion-footer-bar", { "fusion-footer-bar-mobile": e.isMobile }])
13369
13386
  }, [
13370
- e.$slots.content ? (d(), m("div", hm, [
13371
- $(e.$slots, "content", {}, void 0, !0)
13387
+ e.$slots.content ? (d(), m("div", bm, [
13388
+ Z(e.$slots, "content", {}, void 0, !0)
13372
13389
  ])) : D("", !0),
13373
- y("div", gm, [
13390
+ y("div", km, [
13374
13391
  e.hideCancelButton ? D("", !0) : (d(), de(i, {
13375
13392
  key: 0,
13376
13393
  label: e.cancelButtonLabel,
@@ -13404,7 +13421,7 @@ function ym(e, t, n, r, a, o) {
13404
13421
  ])
13405
13422
  ], 2);
13406
13423
  }
13407
- const rh = /* @__PURE__ */ ye(mm, [["render", ym], ["__scopeId", "data-v-38ad950f"]]), bm = {
13424
+ const lh = /* @__PURE__ */ ye(ym, [["render", Am], ["__scopeId", "data-v-38ad950f"]]), wm = {
13408
13425
  name: "FusionSubheadingBar",
13409
13426
  props: {
13410
13427
  label: {
@@ -13413,14 +13430,14 @@ const rh = /* @__PURE__ */ ye(mm, [["render", ym], ["__scopeId", "data-v-38ad950
13413
13430
  }
13414
13431
  }
13415
13432
  };
13416
- const km = { class: "fusion-subheading-bar" }, Am = { class: "fusion-subheading-bar-subtitle" };
13417
- function wm(e, t, n, r, a, o) {
13418
- return d(), m("div", km, [
13419
- y("span", Am, oe(n.label), 1),
13420
- $(e.$slots, "tag", {}, void 0, !0)
13433
+ const Cm = { class: "fusion-subheading-bar" }, Sm = { class: "fusion-subheading-bar-subtitle" };
13434
+ function Dm(e, t, n, r, a, o) {
13435
+ return d(), m("div", Cm, [
13436
+ y("span", Sm, oe(n.label), 1),
13437
+ Z(e.$slots, "tag", {}, void 0, !0)
13421
13438
  ]);
13422
13439
  }
13423
- const oh = /* @__PURE__ */ ye(bm, [["render", wm], ["__scopeId", "data-v-45ba5287"]]), Cm = {
13440
+ const uh = /* @__PURE__ */ ye(wm, [["render", Dm], ["__scopeId", "data-v-45ba5287"]]), Pm = {
13424
13441
  name: "FusionModalHeader",
13425
13442
  components: {
13426
13443
  FusionIconButton: ja,
@@ -13452,8 +13469,8 @@ const oh = /* @__PURE__ */ ye(bm, [["render", wm], ["__scopeId", "data-v-45ba528
13452
13469
  }
13453
13470
  }
13454
13471
  };
13455
- const Sm = ["id"];
13456
- function Dm(e, t, n, r, a, o) {
13472
+ const Tm = ["id"];
13473
+ function Bm(e, t, n, r, a, o) {
13457
13474
  const i = me("SVGXMark"), s = me("FusionIconButton");
13458
13475
  return d(), m("header", {
13459
13476
  class: W(["fusion-modal-header", { shadow: n.hasShadow }])
@@ -13461,7 +13478,7 @@ function Dm(e, t, n, r, a, o) {
13461
13478
  y("h2", {
13462
13479
  id: o.headingId,
13463
13480
  class: "fusion-modal-header-title"
13464
- }, oe(n.title), 9, Sm),
13481
+ }, oe(n.title), 9, Tm),
13465
13482
  ke(s, {
13466
13483
  size: "small",
13467
13484
  "variant-style": "ghost",
@@ -13477,7 +13494,7 @@ function Dm(e, t, n, r, a, o) {
13477
13494
  }, 8, ["onClick"])
13478
13495
  ], 2);
13479
13496
  }
13480
- const Pm = /* @__PURE__ */ ye(Cm, [["render", Dm], ["__scopeId", "data-v-37ccd524"]]), Tm = {
13497
+ const Fm = /* @__PURE__ */ ye(Pm, [["render", Bm], ["__scopeId", "data-v-37ccd524"]]), xm = {
13481
13498
  name: "FusionModalFooter",
13482
13499
  components: {
13483
13500
  FusionButton: zr
@@ -13536,7 +13553,7 @@ const Pm = /* @__PURE__ */ ye(Cm, [["render", Dm], ["__scopeId", "data-v-37ccd52
13536
13553
  }
13537
13554
  }
13538
13555
  };
13539
- function Bm(e, t, n, r, a, o) {
13556
+ function Om(e, t, n, r, a, o) {
13540
13557
  const i = me("FusionButton");
13541
13558
  return d(), m("footer", {
13542
13559
  class: W(["fusion-modal-footer", { shadow: n.hasShadow, "fusion-modal-footer-mobile": a.isMobile }])
@@ -13559,11 +13576,11 @@ function Bm(e, t, n, r, a, o) {
13559
13576
  }, null, 8, ["label", "variant-type", "onClick"]))
13560
13577
  ], 2);
13561
13578
  }
13562
- const Fm = /* @__PURE__ */ ye(Tm, [["render", Bm], ["__scopeId", "data-v-35a2398b"]]), xm = {
13579
+ const Im = /* @__PURE__ */ ye(xm, [["render", Om], ["__scopeId", "data-v-35a2398b"]]), Um = {
13563
13580
  name: "FusionModal",
13564
13581
  components: {
13565
- FusionModalHeader: Pm,
13566
- FusionModalFooter: Fm,
13582
+ FusionModalHeader: Fm,
13583
+ FusionModalFooter: Im,
13567
13584
  OnClickOutside: jr
13568
13585
  },
13569
13586
  props: {
@@ -13643,11 +13660,11 @@ const Fm = /* @__PURE__ */ ye(Tm, [["render", Bm], ["__scopeId", "data-v-35a2398
13643
13660
  }
13644
13661
  }
13645
13662
  };
13646
- const Om = (e) => (Un("data-v-e52f3fcf"), e = e(), Vn(), e), Im = ["aria-labelledby"], Um = /* @__PURE__ */ Om(() => /* @__PURE__ */ y("div", {
13663
+ const Vm = (e) => (Un("data-v-e52f3fcf"), e = e(), Vn(), e), Qm = ["aria-labelledby"], Mm = /* @__PURE__ */ Vm(() => /* @__PURE__ */ y("div", {
13647
13664
  class: "fusion-modal-background",
13648
13665
  "aria-hidden": "true"
13649
13666
  }, null, -1));
13650
- function Vm(e, t, n, r, a, o) {
13667
+ function Nm(e, t, n, r, a, o) {
13651
13668
  const i = me("FusionModalHeader"), s = me("FusionModalFooter"), u = me("OnClickOutside");
13652
13669
  return d(), m("div", {
13653
13670
  class: W(["fusion-modal", { "fusion-modal-mobile": a.isMobile }])
@@ -13677,7 +13694,7 @@ function Vm(e, t, n, r, a, o) {
13677
13694
  class: "fusion-modal-dialog-content",
13678
13695
  onScroll: t[0] || (t[0] = (...p) => o.handleScroll && o.handleScroll(...p))
13679
13696
  }, [
13680
- $(e.$slots, "content", {}, void 0, !0)
13697
+ Z(e.$slots, "content", {}, void 0, !0)
13681
13698
  ], 544),
13682
13699
  n.hideCancel && n.hideConfirm ? D("", !0) : (d(), de(s, {
13683
13700
  key: 0,
@@ -13691,46 +13708,47 @@ function Vm(e, t, n, r, a, o) {
13691
13708
  onCancel: o.cancelModal,
13692
13709
  onConfirm: o.confirmModal
13693
13710
  }, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "onCancel", "onConfirm"]))
13694
- ], 8, Im)
13711
+ ], 8, Qm)
13695
13712
  ]),
13696
13713
  _: 3
13697
13714
  }, 8, ["options", "onTrigger"]),
13698
- Um
13715
+ Mm
13699
13716
  ], 2);
13700
13717
  }
13701
- const ih = /* @__PURE__ */ ye(xm, [["render", Vm], ["__scopeId", "data-v-e52f3fcf"]]);
13718
+ const dh = /* @__PURE__ */ ye(Um, [["render", Nm], ["__scopeId", "data-v-e52f3fcf"]]);
13702
13719
  export {
13703
- Jm as FusionBanner,
13720
+ Km as FusionBanner,
13704
13721
  zr as FusionButton,
13705
- Wm as FusionCard,
13722
+ Zm as FusionCard,
13706
13723
  Kr as FusionCheckbox,
13707
- qm as FusionCheckboxGroup,
13708
- Xm as FusionDatePicker,
13724
+ zm as FusionCheckboxGroup,
13725
+ $m as FusionContextMenu,
13726
+ Ym as FusionDatePicker,
13709
13727
  z1 as FusionDivider,
13710
- rh as FusionFooterBar,
13728
+ lh as FusionFooterBar,
13711
13729
  ja as FusionIconButton,
13712
13730
  En as FusionInput,
13713
- nh as FusionKeyValuePair,
13714
- $m as FusionListItem,
13731
+ sh as FusionKeyValuePair,
13732
+ nh as FusionListItem,
13715
13733
  Mn as FusionLoadingSpinner,
13716
13734
  _r as FusionMenuItem,
13717
- ih as FusionModal,
13718
- Km as FusionNumericInputStepper,
13719
- Hm as FusionPasswordInput,
13720
- Rm as FusionPhoneInput,
13721
- Gm as FusionPlatformBar,
13722
- jm as FusionProgressBar,
13735
+ dh as FusionModal,
13736
+ jm as FusionNumericInputStepper,
13737
+ qm as FusionPasswordInput,
13738
+ Jm as FusionPhoneInput,
13739
+ eh as FusionPlatformBar,
13740
+ _m as FusionProgressBar,
13723
13741
  ji as FusionRadio,
13724
- Em as FusionRadioGroup,
13725
- zm as FusionSearchableInput,
13726
- Lm as FusionSelect,
13727
- Zm as FusionSideNavigation,
13728
- _m as FusionSideNavigationItem,
13729
- oh as FusionSubheadingBar,
13730
- Ym as FusionTag,
13731
- Nm as FusionTextLink,
13732
- Mm as FusionTextarea,
13733
- th as FusionToastMessage,
13734
- ah as FusionToolBar,
13735
- eh as FusionWidget
13742
+ Xm as FusionRadioGroup,
13743
+ Wm as FusionSearchableInput,
13744
+ Em as FusionSelect,
13745
+ th as FusionSideNavigation,
13746
+ ah as FusionSideNavigationItem,
13747
+ uh as FusionSubheadingBar,
13748
+ Gm as FusionTag,
13749
+ Rm as FusionTextLink,
13750
+ Hm as FusionTextarea,
13751
+ oh as FusionToastMessage,
13752
+ ih as FusionToolBar,
13753
+ rh as FusionWidget
13736
13754
  };