@oub/fusion 0.2.75 → 0.2.77

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 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";
1
+ import { defineComponent as ve, openBlock as d, createElementBlock as m, createStaticVNode as jo, ref as ae, resolveComponent as me, normalizeClass as Y, 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: {
@@ -149,7 +149,7 @@ function di(e, t, n, r, a, o) {
149
149
  id: "fusion-btn",
150
150
  ref: "fusionButtonEl",
151
151
  disabled: e.isDisabled || e.isLoading,
152
- class: W(["fusion-button", [e.variantTypeClass, e.variantStyleClass, e.buttonSizeClass, e.buttonHasIcon, e.isLoadingClass]]),
152
+ class: Y(["fusion-button", [e.variantTypeClass, e.variantStyleClass, e.buttonSizeClass, e.buttonHasIcon, e.isLoadingClass]]),
153
153
  "data-test": e.dataTest,
154
154
  type: e.type,
155
155
  onFocus: t[0] || (t[0] = (s) => e.focus = !0),
@@ -324,20 +324,20 @@ function Pi(e, t, n, r, a, o) {
324
324
  }, [
325
325
  y("div", bi, [
326
326
  y("label", {
327
- class: W(["fusion-textarea label", e.stateClasses]),
327
+ class: Y(["fusion-textarea label", e.stateClasses]),
328
328
  for: e.id,
329
329
  "data-test": "label"
330
330
  }, oe(e.label), 11, ki),
331
331
  e.helperLabel ? (d(), m("div", {
332
332
  key: 0,
333
- class: W(["fusion-textarea helper-label", e.stateClasses]),
333
+ class: Y(["fusion-textarea helper-label", e.stateClasses]),
334
334
  "data-test": "helper-label"
335
335
  }, oe(e.helperLabel), 3)) : D("", !0)
336
336
  ]),
337
337
  Qt(y("textarea", {
338
338
  id: e.id,
339
339
  "onUpdate:modelValue": t[0] || (t[0] = (s) => e.inputValue = s),
340
- class: W(["fusion-textarea field", [e.disabled, e.stateClasses]]),
340
+ class: Y(["fusion-textarea field", [e.disabled, e.stateClasses]]),
341
341
  name: e.name,
342
342
  rows: e.rows,
343
343
  cols: e.cols,
@@ -359,18 +359,18 @@ function Pi(e, t, n, r, a, o) {
359
359
  ]),
360
360
  e.disabled ? D("", !0) : (d(), m("div", wi, [
361
361
  y("div", {
362
- class: W(e.errorLabel && e.showCharLength ? "fusion-textarea-error-wrapper" : "")
362
+ class: Y(e.errorLabel && e.showCharLength ? "fusion-textarea-error-wrapper" : "")
363
363
  }, [
364
364
  e.errorLabel ? (d(), m("div", {
365
365
  key: 0,
366
- class: W(["fusion-textarea error-label-wrapper", e.stateClasses])
366
+ class: Y(["fusion-textarea error-label-wrapper", e.stateClasses])
367
367
  }, [
368
368
  ke(i, { "data-test": "error-icon" }),
369
369
  y("span", Ci, oe(e.errorLabel), 1)
370
370
  ], 2)) : D("", !0),
371
371
  !e.disabled && e.showCharLength ? (d(), m("div", {
372
372
  key: 1,
373
- class: W(["fusion-textarea text-count-label", !e.disabled && e.showCharLength ? "fusion-textarea-character-amount-wrapper" : ""]),
373
+ class: Y(["fusion-textarea text-count-label", !e.disabled && e.showCharLength ? "fusion-textarea-character-amount-wrapper" : ""]),
374
374
  "data-test": "text-count-label"
375
375
  }, [
376
376
  y("span", Si, oe(e.inputValue.length), 1),
@@ -380,7 +380,7 @@ function Pi(e, t, n, r, a, o) {
380
380
  ]))
381
381
  ], 8, yi);
382
382
  }
383
- const Hm = /* @__PURE__ */ ye(gi, [["render", Pi], ["__scopeId", "data-v-012698c6"]]), Ti = ve({
383
+ const Nm = /* @__PURE__ */ ye(gi, [["render", Pi], ["__scopeId", "data-v-012698c6"]]), Ti = ve({
384
384
  name: "SVGTick"
385
385
  }), Bi = {
386
386
  width: "20",
@@ -503,12 +503,12 @@ const Ui = ["data-test"], Vi = { class: "fusion-checkbox-input-wrapper" }, Qi =
503
503
  function Ri(e, t, n, r, a, o) {
504
504
  const i = me("SVGTick");
505
505
  return d(), m("label", {
506
- class: W(["fusion-checkbox-wrapper", e.stateClasses]),
506
+ class: Y(["fusion-checkbox-wrapper", e.stateClasses]),
507
507
  "data-test": e.dataTest
508
508
  }, [
509
509
  y("span", Vi, [
510
510
  y("input", {
511
- class: W(["fusion-checkbox-input", e.stateClasses]),
511
+ class: Y(["fusion-checkbox-input", e.stateClasses]),
512
512
  checked: e.defaultValue,
513
513
  disabled: e.disabled,
514
514
  type: "checkbox",
@@ -616,13 +616,13 @@ const qi = ["data-test"], Ji = { class: "fusion-radio-input-container" }, Xi = [
616
616
  };
617
617
  function Wi(e, t, n, r, a, o) {
618
618
  return d(), m("div", {
619
- class: W(["fusion-radio-wrapper", e.stateClasses]),
619
+ class: Y(["fusion-radio-wrapper", e.stateClasses]),
620
620
  "data-test": e.dataTest
621
621
  }, [
622
622
  y("div", Ji, [
623
623
  y("input", {
624
624
  id: e.id,
625
- class: W(["fusion-radio input", e.stateClasses]),
625
+ class: Y(["fusion-radio input", e.stateClasses]),
626
626
  type: "radio",
627
627
  name: e.name,
628
628
  required: e.required,
@@ -637,12 +637,12 @@ function Wi(e, t, n, r, a, o) {
637
637
  }, null, 42, Xi)
638
638
  ]),
639
639
  y("div", {
640
- class: W(["fusion-radio label-container", e.stateClasses])
640
+ class: Y(["fusion-radio label-container", e.stateClasses])
641
641
  }, [
642
642
  y("div", zi, [
643
643
  y("label", {
644
644
  id: `label-${e.id}`,
645
- class: W(["fusion-radio label", e.stateClasses]),
645
+ class: Y(["fusion-radio label", e.stateClasses]),
646
646
  for: e.id,
647
647
  "data-test": "label"
648
648
  }, oe(e.label), 11, Ki),
@@ -725,7 +725,7 @@ const ji = /* @__PURE__ */ ye(Ei, [["render", Wi], ["__scopeId", "data-v-ee8a32d
725
725
  const Zi = ["data-test"];
726
726
  function _i(e, t, n, r, a, o) {
727
727
  return d(), m("span", {
728
- class: W(["fusion-text-link-container", e.disabled ? "disabled" : ""]),
728
+ class: Y(["fusion-text-link-container", e.disabled ? "disabled" : ""]),
729
729
  "data-test": e.dataTest
730
730
  }, [
731
731
  (d(), de(Rt(e.elementType), {
@@ -733,7 +733,7 @@ function _i(e, t, n, r, a, o) {
733
733
  href: e.isButton ? null : e.href,
734
734
  target: e.isButton ? null : e.target,
735
735
  type: e.isButton ? "button" : null,
736
- class: W(["fusion-text-link", [{ disabled: e.disabled }, e.variationClasses, e.sizeClasses, e.iconClasses, e.buttonClasses]]),
736
+ class: Y(["fusion-text-link", [{ disabled: e.disabled }, e.variationClasses, e.sizeClasses, e.iconClasses, e.buttonClasses]]),
737
737
  tabindex: e.disabled ? -1 : e.tabIndex,
738
738
  "data-test": "link",
739
739
  onBlur: t[0] || (t[0] = (i) => e.$emit("input:blur", i)),
@@ -743,7 +743,7 @@ function _i(e, t, n, r, a, o) {
743
743
  dt(oe(e.label) + " ", 1),
744
744
  e.$slots.icon ? (d(), m("span", {
745
745
  key: 0,
746
- class: W(["fusion-text-link-icon", e.size === "small" ? "small-icon" : "regular-icon"]),
746
+ class: Y(["fusion-text-link-icon", e.size === "small" ? "small-icon" : "regular-icon"]),
747
747
  "data-test": "link-icon"
748
748
  }, [
749
749
  Z(e.$slots, "icon", {}, void 0, !0)
@@ -753,7 +753,7 @@ function _i(e, t, n, r, a, o) {
753
753
  }, 40, ["id", "href", "target", "type", "class", "tabindex"]))
754
754
  ], 10, Zi);
755
755
  }
756
- const Rm = /* @__PURE__ */ ye(Gi, [["render", _i], ["__scopeId", "data-v-3d2dcada"]]);
756
+ const Lm = /* @__PURE__ */ ye(Gi, [["render", _i], ["__scopeId", "data-v-3d2dcada"]]);
757
757
  function Ln(e) {
758
758
  return qr() ? (Jr(e), !0) : !1;
759
759
  }
@@ -1184,19 +1184,19 @@ const Fs = ["data-test"], xs = { class: "fusion-input-label-wrapper" }, Os = ["f
1184
1184
  function Ms(e, t, n, r, a, o) {
1185
1185
  const i = me("SVGExclamationTriangle");
1186
1186
  return d(), m("div", {
1187
- class: W(["fusion-input-container", e.stateClasses]),
1187
+ class: Y(["fusion-input-container", e.stateClasses]),
1188
1188
  "data-test": e.dataTest
1189
1189
  }, [
1190
1190
  y("div", xs, [
1191
1191
  e.label ? (d(), m("label", {
1192
1192
  key: 0,
1193
- class: W(["fusion-input label", e.stateClasses]),
1193
+ class: Y(["fusion-input label", e.stateClasses]),
1194
1194
  for: e.id,
1195
1195
  "data-test": "label"
1196
1196
  }, oe(e.label), 11, Os)) : D("", !0),
1197
1197
  e.helperLabel ? (d(), m("div", {
1198
1198
  key: 1,
1199
- class: W(["fusion-input helper-label", e.stateClasses]),
1199
+ class: Y(["fusion-input helper-label", e.stateClasses]),
1200
1200
  "data-test": "helper-label"
1201
1201
  }, oe(e.helperLabel), 3)) : D("", !0)
1202
1202
  ]),
@@ -1208,7 +1208,7 @@ function Ms(e, t, n, r, a, o) {
1208
1208
  id: e.id,
1209
1209
  ref: "input",
1210
1210
  "onUpdate:modelValue": t[0] || (t[0] = (s) => e.inputValue = s),
1211
- class: W(["fusion-input field", e.stateClasses]),
1211
+ class: Y(["fusion-input field", e.stateClasses]),
1212
1212
  name: e.name,
1213
1213
  type: e.type,
1214
1214
  placeholder: e.placeholder,
@@ -1231,7 +1231,7 @@ function Ms(e, t, n, r, a, o) {
1231
1231
  ]),
1232
1232
  e.errorLabel ? (d(), m("div", {
1233
1233
  key: 0,
1234
- class: W(["fusion-input error-wrapper", e.stateClasses])
1234
+ class: Y(["fusion-input error-wrapper", e.stateClasses])
1235
1235
  }, [
1236
1236
  ke(i, { "data-test": "error-icon" }),
1237
1237
  y("span", Qs, oe(e.errorLabel), 1)
@@ -1782,19 +1782,19 @@ function Cl(e, t, n, r, a, o) {
1782
1782
  y("div", hl, [
1783
1783
  e.label ? (d(), m("label", {
1784
1784
  key: 0,
1785
- class: W(["fusion-select label", e.stateClasses]),
1785
+ class: Y(["fusion-select label", e.stateClasses]),
1786
1786
  for: e.id,
1787
1787
  "data-test": "label"
1788
1788
  }, oe(e.label), 11, gl)) : D("", !0),
1789
1789
  e.helperLabel ? (d(), m("div", {
1790
1790
  key: 1,
1791
- class: W(["fusion-select helper-label", e.stateClasses]),
1791
+ class: Y(["fusion-select helper-label", e.stateClasses]),
1792
1792
  "data-test": "helper-label"
1793
1793
  }, oe(e.helperLabel), 3)) : D("", !0)
1794
1794
  ]),
1795
1795
  y("button", {
1796
1796
  id: e.id,
1797
- class: W(["fusion-select field", e.stateClasses]),
1797
+ class: Y(["fusion-select field", e.stateClasses]),
1798
1798
  "data-test": "select",
1799
1799
  tabindex: e.tabIndex,
1800
1800
  autofocus: e.autofocus,
@@ -1811,7 +1811,7 @@ function Cl(e, t, n, r, a, o) {
1811
1811
  y("span", bl, [
1812
1812
  e.selected.label ? (d(), m("span", Al, oe(e.selected.label), 1)) : (d(), m("span", kl, oe(e.placeholder), 1)),
1813
1813
  ke(i, {
1814
- class: W([[e.interactionStates.opened ? "open" : "", e.stateClasses], "fusion-select arrow-icon"])
1814
+ class: Y([[e.interactionStates.opened ? "open" : "", e.stateClasses], "fusion-select arrow-icon"])
1815
1815
  }, null, 8, ["class"])
1816
1816
  ])
1817
1817
  ], 42, yl),
@@ -1832,14 +1832,14 @@ function Cl(e, t, n, r, a, o) {
1832
1832
  }, null, 8, ["select-id", "options", "search-text", "search-disabled", "search-placeholder", "search-loading", "search-error-title", "search-error-description", "selected", "onHandle:select", "onHandle:close"])) : D("", !0),
1833
1833
  e.errorLabel ? (d(), m("div", {
1834
1834
  key: 1,
1835
- class: W(["fusion-select error-wrapper", e.stateClasses])
1835
+ class: Y(["fusion-select error-wrapper", e.stateClasses])
1836
1836
  }, [
1837
1837
  ke(u, { "data-test": "error-icon" }),
1838
1838
  y("span", wl, oe(e.errorLabel), 1)
1839
1839
  ], 2)) : D("", !0)
1840
1840
  ], 8, ml);
1841
1841
  }
1842
- const Em = /* @__PURE__ */ ye(vl, [["render", Cl], ["__scopeId", "data-v-728f74b0"]]), Sl = ve({
1842
+ const Hm = /* @__PURE__ */ ye(vl, [["render", Cl], ["__scopeId", "data-v-728f74b0"]]), Sl = ve({
1843
1843
  name: "FusionPasswordInput",
1844
1844
  components: {
1845
1845
  FusionInput: En,
@@ -1946,7 +1946,7 @@ function Tl(e, t, n, r, a, o) {
1946
1946
  placeholder: e.placeholder,
1947
1947
  autocomplete: e.autocomplete,
1948
1948
  required: e.required,
1949
- class: W(["fusion-password-input field", { disabled: e.disabled }]),
1949
+ class: Y(["fusion-password-input field", { disabled: e.disabled }]),
1950
1950
  "data-test": "password-input",
1951
1951
  disabled: e.disabled,
1952
1952
  label: e.label,
@@ -1979,7 +1979,7 @@ function Tl(e, t, n, r, a, o) {
1979
1979
  ]), 1032, ["id", "input", "type", "placeholder", "autocomplete", "required", "class", "disabled", "label", "helper-label", "name", "error-label", "onUpdate:input", "onBlur", "onFocus", "onKeydown"])
1980
1980
  ], 8, Dl);
1981
1981
  }
1982
- const qm = /* @__PURE__ */ ye(Sl, [["render", Tl], ["__scopeId", "data-v-0facf0fc"]]), Aa = {
1982
+ const Rm = /* @__PURE__ */ ye(Sl, [["render", Tl], ["__scopeId", "data-v-0facf0fc"]]), Aa = {
1983
1983
  default: {
1984
1984
  code: "GB",
1985
1985
  dialCode: 44,
@@ -2661,7 +2661,7 @@ const Hl = ["data-test"], Rl = {
2661
2661
  function ql(e, t, n, r, a, o) {
2662
2662
  const i = me("CountryFlag"), s = me("SVGArrowDown");
2663
2663
  return d(), m("div", {
2664
- class: W(["country-selector-wrapper", { disabled: n.disabled }]),
2664
+ class: Y(["country-selector-wrapper", { disabled: n.disabled }]),
2665
2665
  "data-test": n.dataTest
2666
2666
  }, [
2667
2667
  y("div", Rl, [
@@ -2675,7 +2675,7 @@ function ql(e, t, n, r, a, o) {
2675
2675
  class: "flag"
2676
2676
  }, null, 8, ["country"]),
2677
2677
  ke(s, {
2678
- class: W(["arrow-icon", { active: n.isOpen }])
2678
+ class: Y(["arrow-icon", { active: n.isOpen }])
2679
2679
  }, null, 8, ["class"])
2680
2680
  ]),
2681
2681
  y("div", El, "(+" + oe(n.country.dialCode) + ")", 1)
@@ -2849,19 +2849,19 @@ function $l(e, t, n, r, a, o) {
2849
2849
  y("div", Kl, [
2850
2850
  e.label ? (d(), m("label", {
2851
2851
  key: 0,
2852
- class: W(["fusion-phone-input label", e.stateClasses]),
2852
+ class: Y(["fusion-phone-input label", e.stateClasses]),
2853
2853
  for: e.id,
2854
2854
  "data-test": "label"
2855
2855
  }, oe(e.label), 11, Yl)) : D("", !0),
2856
2856
  e.helperLabel ? (d(), m("div", {
2857
2857
  key: 1,
2858
- class: W(["fusion-phone-input helper-label", e.stateClasses]),
2858
+ class: Y(["fusion-phone-input helper-label", e.stateClasses]),
2859
2859
  "data-test": "helper-label"
2860
2860
  }, oe(e.helperLabel), 3)) : D("", !0)
2861
2861
  ]),
2862
2862
  y("div", Wl, [
2863
2863
  y("div", {
2864
- class: W(["field-wrapper", e.stateClasses])
2864
+ class: Y(["field-wrapper", e.stateClasses])
2865
2865
  }, [
2866
2866
  ke(i, {
2867
2867
  country: e.selectedCountryData,
@@ -2877,7 +2877,7 @@ function $l(e, t, n, r, a, o) {
2877
2877
  placeholder: e.placeholder || e.defaultPlaceholder,
2878
2878
  required: e.required,
2879
2879
  maxlength: "12",
2880
- class: W(["fusion-phone-input field", e.stateClasses]),
2880
+ class: Y(["fusion-phone-input field", e.stateClasses]),
2881
2881
  disabled: e.disabled || e.readonly,
2882
2882
  tabindex: e.tabIndex,
2883
2883
  autocomplete: e.autocomplete,
@@ -2918,7 +2918,7 @@ function $l(e, t, n, r, a, o) {
2918
2918
  ])) : D("", !0)
2919
2919
  ], 8, zl);
2920
2920
  }
2921
- const Jm = /* @__PURE__ */ ye(Xl, [["render", $l], ["__scopeId", "data-v-aa7af1cf"]]), eu = ve({
2921
+ const Em = /* @__PURE__ */ ye(Xl, [["render", $l], ["__scopeId", "data-v-aa7af1cf"]]), eu = ve({
2922
2922
  name: "FusionRadioGroup",
2923
2923
  components: { SVGExclamationTriangle: Pt, FusionRadio: ji },
2924
2924
  props: {
@@ -2983,7 +2983,7 @@ function lu(e, t, n, r, a, o) {
2983
2983
  ])
2984
2984
  ]);
2985
2985
  }
2986
- const Xm = /* @__PURE__ */ ye(eu, [["render", lu], ["__scopeId", "data-v-92546a39"]]), uu = ve({
2986
+ const qm = /* @__PURE__ */ ye(eu, [["render", lu], ["__scopeId", "data-v-92546a39"]]), uu = ve({
2987
2987
  name: "FusionCheckboxGroup",
2988
2988
  components: { SVGExclamationTriangle: Pt, FusionCheckbox: Kr },
2989
2989
  props: {
@@ -3042,7 +3042,7 @@ function gu(e, t, n, r, a, o) {
3042
3042
  ])
3043
3043
  ]);
3044
3044
  }
3045
- const zm = /* @__PURE__ */ ye(uu, [["render", gu], ["__scopeId", "data-v-0961114b"]]), yu = ve({
3045
+ const Jm = /* @__PURE__ */ ye(uu, [["render", gu], ["__scopeId", "data-v-0961114b"]]), yu = ve({
3046
3046
  name: "SVGInformationCircle"
3047
3047
  }), bu = {
3048
3048
  width: "24",
@@ -3225,7 +3225,7 @@ function Ju(e, t, n, r, a, o) {
3225
3225
  return d(), de(Gt, { name: "fade" }, {
3226
3226
  default: he(() => [
3227
3227
  Qt(y("div", {
3228
- class: W(["fusion-banner", e.variantTypeClass]),
3228
+ class: Y(["fusion-banner", e.variantTypeClass]),
3229
3229
  role: "alert",
3230
3230
  "data-test": e.dataTest
3231
3231
  }, [
@@ -3271,7 +3271,7 @@ function Ju(e, t, n, r, a, o) {
3271
3271
  _: 3
3272
3272
  });
3273
3273
  }
3274
- const Km = /* @__PURE__ */ ye(Mu, [["render", Ju], ["__scopeId", "data-v-d1afd31b"]]);
3274
+ const Xm = /* @__PURE__ */ ye(Mu, [["render", Ju], ["__scopeId", "data-v-d1afd31b"]]);
3275
3275
  function pt(e) {
3276
3276
  "@babel/helpers - typeof";
3277
3277
  return pt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
@@ -8643,7 +8643,7 @@ const If = ({
8643
8643
  ref_key: "inputRef",
8644
8644
  ref: w,
8645
8645
  name: V.name,
8646
- class: W(K.value),
8646
+ class: Y(K.value),
8647
8647
  inputmode: A(o).enabled ? "text" : "none",
8648
8648
  placeholder: V.placeholder,
8649
8649
  disabled: V.disabled,
@@ -8916,7 +8916,7 @@ const If = ({
8916
8916
  return d(), m("div", {
8917
8917
  ref_key: "gridWrapRef",
8918
8918
  ref: S,
8919
- class: W(R.value),
8919
+ class: Y(R.value),
8920
8920
  style: mt(N.value),
8921
8921
  role: "dialog",
8922
8922
  tabindex: "0",
@@ -8931,7 +8931,7 @@ const If = ({
8931
8931
  y("div", {
8932
8932
  ref_key: "containerRef",
8933
8933
  ref: z,
8934
- class: W(k.value),
8934
+ class: Y(k.value),
8935
8935
  role: "grid",
8936
8936
  style: mt({ height: `${U.value}px` })
8937
8937
  }, [
@@ -8940,7 +8940,7 @@ const If = ({
8940
8940
  ]),
8941
8941
  f.$slots.overlay ? Z(f.$slots, "overlay", { key: 0 }) : (d(!0), m(Te, { key: 1 }, Re(f.items, (Q, _) => (d(), m("div", {
8942
8942
  key: _,
8943
- class: W(["dp__overlay_row", { dp__flex_row: f.items.length >= 3 }]),
8943
+ class: Y(["dp__overlay_row", { dp__flex_row: f.items.length >= 3 }]),
8944
8944
  role: "row"
8945
8945
  }, [
8946
8946
  (d(!0), m(Te, null, Re(Q, (ne, I) => (d(), m("div", {
@@ -8948,7 +8948,7 @@ const If = ({
8948
8948
  ref_for: !0,
8949
8949
  ref: (g) => b(g, ne, _, I),
8950
8950
  role: "gridcell",
8951
- class: W(fe.value),
8951
+ class: Y(fe.value),
8952
8952
  "aria-selected": ne.active,
8953
8953
  "aria-disabled": ne.disabled || void 0,
8954
8954
  tabindex: "0",
@@ -8960,7 +8960,7 @@ const If = ({
8960
8960
  onMouseover: (g) => q(ne.value)
8961
8961
  }, [
8962
8962
  y("div", {
8963
- class: W(ne.className)
8963
+ class: Y(ne.className)
8964
8964
  }, [
8965
8965
  f.$slots.item ? Z(f.$slots, "item", {
8966
8966
  key: 0,
@@ -8979,7 +8979,7 @@ const If = ({
8979
8979
  ref: O,
8980
8980
  type: "button",
8981
8981
  "aria-label": (P = A(u)) == null ? void 0 : P.toggleOverlay,
8982
- class: W(G.value),
8982
+ class: Y(G.value),
8983
8983
  tabindex: "0",
8984
8984
  onClick: te,
8985
8985
  onKeydown: [
@@ -9007,7 +9007,7 @@ const If = ({
9007
9007
  dp__instance_calendar: t.multiCalendars > 0
9008
9008
  }));
9009
9009
  return (a, o) => (d(), m("div", {
9010
- class: W({
9010
+ class: Y({
9011
9011
  dp__menu_inner: !a.stretch,
9012
9012
  "dp--menu--inner-stretched": a.stretch,
9013
9013
  dp__flex_display: a.multiCalendars > 0
@@ -9015,7 +9015,7 @@ const If = ({
9015
9015
  }, [
9016
9016
  (d(!0), m(Te, null, Re(n.value, (i, s) => (d(), m("div", {
9017
9017
  key: i,
9018
- class: W(r.value)
9018
+ class: Y(r.value)
9019
9019
  }, [
9020
9020
  Z(a.$slots, "default", {
9021
9021
  instance: i,
@@ -9051,7 +9051,7 @@ const If = ({
9051
9051
  ]
9052
9052
  }, [
9053
9053
  y("span", {
9054
- class: W(["dp__inner_nav", { dp__inner_nav_disabled: a.disabled }])
9054
+ class: Y(["dp__inner_nav", { dp__inner_nav_disabled: a.disabled }])
9055
9055
  }, [
9056
9056
  Z(a.$slots, "default")
9057
9057
  ], 2)
@@ -9604,7 +9604,7 @@ const If = ({
9604
9604
  var pe, M, ee;
9605
9605
  return d(), m("div", {
9606
9606
  key: Ae,
9607
- class: W(k.value)
9607
+ class: Y(k.value)
9608
9608
  }, [
9609
9609
  X.separator ? (d(), m(Te, { key: 0 }, [
9610
9610
  dt(" : ")
@@ -9613,7 +9613,7 @@ const If = ({
9613
9613
  ref_for: !0,
9614
9614
  ref: (Pe) => ne(Pe, Ae, 0),
9615
9615
  type: "button",
9616
- class: W({
9616
+ class: Y({
9617
9617
  dp__btn: !0,
9618
9618
  dp__inc_dec_button: !g.timePickerInline,
9619
9619
  dp__inc_dec_button_inline: g.timePickerInline,
@@ -9641,7 +9641,7 @@ const If = ({
9641
9641
  ref: (Pe) => ne(Pe, Ae, 1),
9642
9642
  type: "button",
9643
9643
  "aria-label": (M = A(s)) == null ? void 0 : M.openTpOverlay(X.type),
9644
- class: W({
9644
+ class: Y({
9645
9645
  dp__time_display: !0,
9646
9646
  dp__time_display_block: !g.timePickerInline,
9647
9647
  dp__time_display_inline: g.timePickerInline,
@@ -9669,7 +9669,7 @@ const If = ({
9669
9669
  ref_for: !0,
9670
9670
  ref: (Pe) => ne(Pe, Ae, 2),
9671
9671
  type: "button",
9672
- class: W({
9672
+ class: Y({
9673
9673
  dp__btn: !0,
9674
9674
  dp__inc_dec_button: !g.timePickerInline,
9675
9675
  dp__inc_dec_button_inline: g.timePickerInline,
@@ -9830,7 +9830,7 @@ const If = ({
9830
9830
  ref_key: "openTimePickerBtn",
9831
9831
  ref: L,
9832
9832
  type: "button",
9833
- class: W(fe.value),
9833
+ class: Y(fe.value),
9834
9834
  "aria-label": (B = A(p)) == null ? void 0 : B.openTimePicker,
9835
9835
  tabindex: b.noOverlayFocus ? void 0 : 0,
9836
9836
  onKeydown: [
@@ -9855,7 +9855,7 @@ const If = ({
9855
9855
  key: 0,
9856
9856
  ref_key: "overlayRef",
9857
9857
  ref: U,
9858
- class: W({
9858
+ class: Y({
9859
9859
  dp__overlay: !b.timePickerInline,
9860
9860
  "dp--overlay-absolute": !a.timePicker && !b.timePickerInline,
9861
9861
  "dp--overlay-relative": a.timePicker
@@ -9864,7 +9864,7 @@ const If = ({
9864
9864
  tabindex: b.timePickerInline ? void 0 : 0
9865
9865
  }, [
9866
9866
  y("div", {
9867
- class: W(
9867
+ class: Y(
9868
9868
  b.timePickerInline ? "dp__time_picker_inline_container" : "dp__overlay_container dp__container_flex dp__time_picker_overlay_container"
9869
9869
  ),
9870
9870
  style: { display: "flex" }
@@ -9880,7 +9880,7 @@ const If = ({
9880
9880
  }) : D("", !0),
9881
9881
  b.$slots["time-picker-overlay"] ? D("", !0) : (d(), m("div", {
9882
9882
  key: 1,
9883
- class: W(b.timePickerInline ? "dp__flex" : "dp__overlay_row dp__flex_row")
9883
+ class: Y(b.timePickerInline ? "dp__flex" : "dp__overlay_row dp__flex_row")
9884
9884
  }, [
9885
9885
  (d(!0), m(Te, null, Re(R.value, (f, l) => Qt((d(), de(pv, ze({ key: l }, {
9886
9886
  ...b.$props,
@@ -9918,7 +9918,7 @@ const If = ({
9918
9918
  ref_key: "closeTimePickerBtn",
9919
9919
  ref: K,
9920
9920
  type: "button",
9921
- class: W(fe.value),
9921
+ class: Y(fe.value),
9922
9922
  "aria-label": (q = A(p)) == null ? void 0 : q.closeTimePicker,
9923
9923
  tabindex: "0",
9924
9924
  onKeydown: [
@@ -10200,7 +10200,7 @@ const If = ({
10200
10200
  _: 3
10201
10201
  }, 8, ["aria-label", "disabled"])) : D("", !0),
10202
10202
  y("div", {
10203
- class: W(["dp__month_year_wrap", {
10203
+ class: Y(["dp__month_year_wrap", {
10204
10204
  dp__year_disable_select: l.disableYearSelect
10205
10205
  }])
10206
10206
  }, [
@@ -10430,13 +10430,13 @@ const If = ({
10430
10430
  return t({ triggerTransition: N }), (I, g) => {
10431
10431
  var ue;
10432
10432
  return d(), m("div", {
10433
- class: W(F.value)
10433
+ class: Y(F.value)
10434
10434
  }, [
10435
10435
  y("div", {
10436
10436
  ref_key: "calendarWrapRef",
10437
10437
  ref: S,
10438
10438
  role: "grid",
10439
- class: W(fe.value),
10439
+ class: Y(fe.value),
10440
10440
  "aria-label": (ue = A(u)) == null ? void 0 : ue.calendarWrap
10441
10441
  }, [
10442
10442
  (d(), m(Te, { key: 0 }, [
@@ -10501,7 +10501,7 @@ const If = ({
10501
10501
  onMouseleave: (Le) => V(pe)
10502
10502
  }, [
10503
10503
  y("div", {
10504
- class: W(["dp__cell_inner", pe.classData])
10504
+ class: Y(["dp__cell_inner", pe.classData])
10505
10505
  }, [
10506
10506
  I.$slots.day && E.value(pe) ? Z(I.$slots, "day", {
10507
10507
  key: 0,
@@ -10519,7 +10519,7 @@ const If = ({
10519
10519
  date: pe.value
10520
10520
  }) : (d(), m("div", {
10521
10521
  key: 1,
10522
- class: W(G.value(pe.marker)),
10522
+ class: Y(G.value(pe.marker)),
10523
10523
  style: mt(pe.marker.color ? { backgroundColor: pe.marker.color } : {})
10524
10524
  }, null, 6))
10525
10525
  ], 64)) : D("", !0),
@@ -10578,14 +10578,14 @@ const If = ({
10578
10578
  () => (C) => i.value[C] ? i.value[C].month : 0
10579
10579
  ), H = j(
10580
10580
  () => (C) => i.value[C] ? i.value[C].year : 0
10581
- ), R = (C, Y, Ce) => {
10581
+ ), R = (C, W, Ce) => {
10582
10582
  var Fe, $;
10583
- 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;
10583
+ i.value[C] || (i.value[C] = { month: 0, year: 0 }), i.value[C].month = Vr(W) ? (Fe = i.value[C]) == null ? void 0 : Fe.month : W, i.value[C].year = Vr(Ce) ? ($ = i.value[C]) == null ? void 0 : $.year : Ce;
10584
10584
  }, N = () => {
10585
10585
  e.autoApply && t("select-date");
10586
10586
  };
10587
- ct(o, (C, Y) => {
10588
- JSON.stringify(C) !== JSON.stringify(Y) && k();
10587
+ ct(o, (C, W) => {
10588
+ JSON.stringify(C) !== JSON.stringify(W) && k();
10589
10589
  }), it(() => {
10590
10590
  e.shadow || (o.value || (l(), p.value && O(p.value)), k(!0), e.focusStartDate && e.startDate && l());
10591
10591
  });
@@ -10599,99 +10599,99 @@ const If = ({
10599
10599
  return Array.isArray(o.value) ? (a.value = o.value, x(C)) : E(o.value, C);
10600
10600
  if (u.value.count && C && !e.startDate)
10601
10601
  return F(J(), C);
10602
- }, F = (C, Y = !1) => {
10603
- if ((!u.value.count || !u.value.static || Y) && R(0, Ie(C), Be(C)), u.value.count && !u.value.solo)
10602
+ }, F = (C, W = !1) => {
10603
+ if ((!u.value.count || !u.value.static || W) && R(0, Ie(C), Be(C)), u.value.count && !u.value.solo)
10604
10604
  for (let Ce = 1; Ce < u.value.count; Ce++) {
10605
10605
  const Fe = qe(J(), { month: T.value(Ce - 1), year: H.value(Ce - 1) }), $ = ro(Fe, { months: 1 });
10606
10606
  i.value[Ce] = { month: Ie($), year: Be($) };
10607
10607
  }
10608
- }, E = (C, Y) => {
10609
- F(C), K("hours", gt(C)), K("minutes", Dt(C)), K("seconds", ra(C)), u.value.count && Y && f();
10608
+ }, E = (C, W) => {
10609
+ F(C), K("hours", gt(C)), K("minutes", Dt(C)), K("seconds", ra(C)), u.value.count && W && f();
10610
10610
  }, te = (C) => {
10611
10611
  if (u.value.count) {
10612
10612
  if (u.value.solo)
10613
10613
  return 0;
10614
- const Y = Ie(C[0]), Ce = Ie(C[1]);
10615
- return Math.abs(Ce - Y) < u.value.count ? 0 : 1;
10614
+ const W = Ie(C[0]), Ce = Ie(C[1]);
10615
+ return Math.abs(Ce - W) < u.value.count ? 0 : 1;
10616
10616
  }
10617
10617
  return 1;
10618
- }, V = (C, Y) => {
10619
- C[1] && e.showLastInRange ? F(C[te(C)], Y) : F(C[0], Y);
10618
+ }, V = (C, W) => {
10619
+ C[1] && e.showLastInRange ? F(C[te(C)], W) : F(C[0], W);
10620
10620
  const Ce = (Fe, $) => [
10621
10621
  Fe(C[0]),
10622
10622
  C[1] ? Fe(C[1]) : s[$][1]
10623
10623
  ];
10624
10624
  K("hours", Ce(gt, "hours")), K("minutes", Ce(Dt, "minutes")), K("seconds", Ce(ra, "seconds"));
10625
- }, b = (C, Y) => {
10625
+ }, b = (C, W) => {
10626
10626
  if ((e.range || e.weekPicker) && !e.multiDates)
10627
- return V(C, Y);
10628
- if (e.multiDates && Y) {
10627
+ return V(C, W);
10628
+ if (e.multiDates && W) {
10629
10629
  const Ce = C[C.length - 1];
10630
- return E(Ce, Y);
10630
+ return E(Ce, W);
10631
10631
  }
10632
10632
  }, x = (C) => {
10633
- const Y = o.value;
10634
- b(Y, C), u.value.count && u.value.solo && f();
10635
- }, B = (C, Y) => {
10636
- const Ce = qe(J(), { month: T.value(Y), year: H.value(Y) }), Fe = C < 0 ? ht(Ce, 1) : oa(Ce, 1);
10637
- c(Ie(Fe), Be(Fe), C < 0, e.preventMinMaxNavigation) && (R(Y, Ie(Fe), Be(Fe)), t("update-month-year", { instance: Y, month: Ie(Fe), year: Be(Fe) }), u.value.count && !u.value.solo && q(Y), n());
10633
+ const W = o.value;
10634
+ b(W, C), u.value.count && u.value.solo && f();
10635
+ }, B = (C, W) => {
10636
+ const Ce = qe(J(), { month: T.value(W), year: H.value(W) }), Fe = C < 0 ? ht(Ce, 1) : oa(Ce, 1);
10637
+ c(Ie(Fe), Be(Fe), C < 0, e.preventMinMaxNavigation) && (R(W, Ie(Fe), Be(Fe)), t("update-month-year", { instance: W, month: Ie(Fe), year: Be(Fe) }), u.value.count && !u.value.solo && q(W), n());
10638
10638
  }, q = (C) => {
10639
- for (let Y = C - 1; Y >= 0; Y--) {
10640
- const Ce = oa(qe(J(), { month: T.value(Y + 1), year: H.value(Y + 1) }), 1);
10641
- R(Y, Ie(Ce), Be(Ce));
10639
+ for (let W = C - 1; W >= 0; W--) {
10640
+ const Ce = oa(qe(J(), { month: T.value(W + 1), year: H.value(W + 1) }), 1);
10641
+ R(W, Ie(Ce), Be(Ce));
10642
10642
  }
10643
- for (let Y = C + 1; Y <= u.value.count - 1; Y++) {
10644
- const Ce = ht(qe(J(), { month: T.value(Y - 1), year: H.value(Y - 1) }), 1);
10645
- R(Y, Ie(Ce), Be(Ce));
10643
+ for (let W = C + 1; W <= u.value.count - 1; W++) {
10644
+ const Ce = ht(qe(J(), { month: T.value(W - 1), year: H.value(W - 1) }), 1);
10645
+ R(W, Ie(Ce), Be(Ce));
10646
10646
  }
10647
10647
  }, f = () => {
10648
10648
  if (Array.isArray(o.value) && o.value.length === 2) {
10649
10649
  const C = J(
10650
10650
  J(o.value[1] ? o.value[1] : ht(o.value[0], 1))
10651
- ), [Y, Ce] = [Ie(o.value[0]), Be(o.value[0])], [Fe, $] = [Ie(o.value[1]), Be(o.value[1])];
10652
- (Y !== Fe || Y === Fe && Ce !== $) && u.value.solo && R(1, Ie(C), Be(C));
10651
+ ), [W, Ce] = [Ie(o.value[0]), Be(o.value[0])], [Fe, $] = [Ie(o.value[1]), Be(o.value[1])];
10652
+ (W !== Fe || W === Fe && Ce !== $) && u.value.solo && R(1, Ie(C), Be(C));
10653
10653
  } else
10654
10654
  o.value && !Array.isArray(o.value) && (R(0, Ie(o.value), Be(o.value)), F(J()));
10655
10655
  }, l = () => {
10656
10656
  e.startDate && (R(0, Ie(J(e.startDate)), Be(J(e.startDate))), u.value.count && q(0));
10657
- }, P = (C, Y) => {
10658
- e.monthChangeOnScroll && B(e.monthChangeOnScroll !== "inverse" ? -C.deltaY : C.deltaY, Y);
10659
- }, Q = (C, Y, Ce = !1) => {
10660
- e.monthChangeOnArrows && e.vertical === Ce && _(C, Y);
10661
- }, _ = (C, Y) => {
10662
- B(C === "right" ? -1 : 1, Y);
10657
+ }, P = (C, W) => {
10658
+ e.monthChangeOnScroll && B(e.monthChangeOnScroll !== "inverse" ? -C.deltaY : C.deltaY, W);
10659
+ }, Q = (C, W, Ce = !1) => {
10660
+ e.monthChangeOnArrows && e.vertical === Ce && _(C, W);
10661
+ }, _ = (C, W) => {
10662
+ B(C === "right" ? -1 : 1, W);
10663
10663
  }, ne = (C) => e.markers.find(
10664
- (Y) => Qe(ff(C.value), yt(J(Y.date), e.timezone))
10665
- ), I = (C, Y) => {
10664
+ (W) => Qe(ff(C.value), yt(J(W.date), e.timezone))
10665
+ ), I = (C, W) => {
10666
10666
  switch (e.sixWeeks === !0 ? "append" : e.sixWeeks) {
10667
10667
  case "prepend":
10668
10668
  return [!0, !1];
10669
10669
  case "center":
10670
10670
  return [C == 0, !0];
10671
10671
  case "fair":
10672
- return [C == 0 || Y > C, !0];
10672
+ return [C == 0 || W > C, !0];
10673
10673
  case "append":
10674
10674
  return [!1, !1];
10675
10675
  default:
10676
10676
  return [!1, !1];
10677
10677
  }
10678
- }, g = (C, Y, Ce, Fe) => {
10678
+ }, g = (C, W, Ce, Fe) => {
10679
10679
  if (e.sixWeeks && C.length < 6) {
10680
- const $ = 6 - C.length, De = (Y.getDay() + 7 - Fe) % 7, Se = 6 - (Ce.getDay() + 7 - Fe) % 7, [Bt, kt] = I(De, Se);
10680
+ const $ = 6 - C.length, De = (W.getDay() + 7 - Fe) % 7, Se = 6 - (Ce.getDay() + 7 - Fe) % 7, [Bt, kt] = I(De, Se);
10681
10681
  for (let qt = 1; qt <= $; qt++)
10682
10682
  if (kt ? !!(qt % 2) == Bt : Bt) {
10683
- const Ot = C[0].days[0], tn = ue(Ft(Ot.value, -7), Ie(Y));
10683
+ const Ot = C[0].days[0], tn = ue(Ft(Ot.value, -7), Ie(W));
10684
10684
  C.unshift({ days: tn });
10685
10685
  } else {
10686
- const Ot = C[C.length - 1], tn = Ot.days[Ot.days.length - 1], Wo = ue(Ft(tn.value, 1), Ie(Y));
10686
+ const Ot = C[C.length - 1], tn = Ot.days[Ot.days.length - 1], Wo = ue(Ft(tn.value, 1), Ie(W));
10687
10687
  C.push({ days: Wo });
10688
10688
  }
10689
10689
  }
10690
10690
  return C;
10691
- }, ue = (C, Y) => {
10691
+ }, ue = (C, W) => {
10692
10692
  const Ce = J(C), Fe = [];
10693
10693
  for (let $ = 0; $ < 7; $++) {
10694
- const De = Ft(Ce, $), Se = Ie(De) !== Y;
10694
+ const De = Ft(Ce, $), Se = Ie(De) !== W;
10695
10695
  Fe.push({
10696
10696
  text: e.hideOffsetDates && Se ? "" : De.getDate(),
10697
10697
  value: De,
@@ -10700,8 +10700,8 @@ const If = ({
10700
10700
  });
10701
10701
  }
10702
10702
  return Fe;
10703
- }, ce = (C, Y) => {
10704
- const Ce = [], Fe = new Date(Y, C), $ = new Date(Y, C + 1, 0), De = e.weekStart, Se = Wt(Fe, { weekStartsOn: De }), Bt = (kt) => {
10703
+ }, ce = (C, W) => {
10704
+ const Ce = [], Fe = new Date(W, C), $ = new Date(W, C + 1, 0), De = e.weekStart, Se = Wt(Fe, { weekStartsOn: De }), Bt = (kt) => {
10705
10705
  const qt = ue(kt, C);
10706
10706
  if (Ce.push({ days: qt }), !Ce[Ce.length - 1].days.some(
10707
10707
  (Ot) => Qe(ot(Ot.value), ot($))
@@ -10712,18 +10712,18 @@ const If = ({
10712
10712
  };
10713
10713
  return Bt(Se), g(Ce, Fe, $, De);
10714
10714
  }, X = (C) => (o.value = Ma(J(C.value), e.timezone, e.weekStart), t("date-update", C.value), G()), Ae = (C) => {
10715
- const Y = Lt(J(C.value), s.hours, s.minutes, la());
10716
- t("date-update", Y), e.multiDates ? lr(Y, o, e.multiDatesLimit) : o.value = Y, r(), Ht().then(() => {
10715
+ const W = Lt(J(C.value), s.hours, s.minutes, la());
10716
+ t("date-update", W), e.multiDates ? lr(W, o, e.multiDatesLimit) : o.value = W, r(), Ht().then(() => {
10717
10717
  G();
10718
10718
  });
10719
- }, pe = (C) => e.noDisabledRange ? Qo(a.value[0], C).some((Y) => v(Y)) : !1, M = () => {
10719
+ }, pe = (C) => e.noDisabledRange ? Qo(a.value[0], C).some((W) => v(W)) : !1, M = () => {
10720
10720
  a.value = o.value ? o.value.slice() : [], a.value.length === 2 && !(e.fixedStart || e.fixedEnd) && (a.value = []);
10721
- }, ee = (C, Y) => {
10721
+ }, ee = (C, W) => {
10722
10722
  const Ce = [J(C.value), Ft(J(C.value), +e.autoRange)];
10723
- h(Ce) ? (Y && Pe(C.value), a.value = Ce) : t("invalid-date", C.value);
10723
+ h(Ce) ? (W && Pe(C.value), a.value = Ce) : t("invalid-date", C.value);
10724
10724
  }, Pe = (C) => {
10725
- const Y = Ie(J(C)), Ce = Be(J(C));
10726
- if (R(0, Y, Ce), u.value.count > 0)
10725
+ const W = Ie(J(C)), Ce = Be(J(C));
10726
+ if (R(0, W, Ce), u.value.count > 0)
10727
10727
  for (let Fe = 1; Fe < u.value.count; Fe++) {
10728
10728
  const $ = vf(
10729
10729
  qe(J(C), { year: T.value(Fe - 1), month: H.value(Fe - 1) })
@@ -10734,9 +10734,9 @@ const If = ({
10734
10734
  if (pe(C.value) || !w(C.value, o.value, e.fixedStart ? 0 : 1))
10735
10735
  return t("invalid-date", C.value);
10736
10736
  a.value = re(J(C.value));
10737
- }, st = (C, Y) => {
10737
+ }, st = (C, W) => {
10738
10738
  if (M(), e.autoRange)
10739
- return ee(C, Y);
10739
+ return ee(C, W);
10740
10740
  if (e.fixedStart || e.fixedEnd)
10741
10741
  return Le(C);
10742
10742
  a.value[0] ? w(J(C.value), o.value) && !pe(C.value) ? $e(J(C.value), J(a.value[0])) ? (a.value.unshift(J(C.value)), t("range-end", a.value[0])) : (a.value[1] = J(C.value), t("range-end", a.value[1])) : (e.autoApply && t("auto-apply-invalid", C.value), t("invalid-date", C.value)) : (a.value[0] = J(C.value), t("range-start", a.value[0]));
@@ -10748,25 +10748,25 @@ const If = ({
10748
10748
  la(C !== 1)
10749
10749
  );
10750
10750
  }, da = () => {
10751
- var C, Y;
10752
- a.value[0] && a.value[1] && +((C = a.value) == null ? void 0 : C[0]) > +((Y = a.value) == null ? void 0 : Y[1]) && (a.value.reverse(), t("range-start", a.value[0]), t("range-end", a.value[1]));
10751
+ var C, W;
10752
+ a.value[0] && a.value[1] && +((C = a.value) == null ? void 0 : C[0]) > +((W = a.value) == null ? void 0 : W[1]) && (a.value.reverse(), t("range-start", a.value[0]), t("range-end", a.value[1]));
10753
10753
  }, ut = () => {
10754
10754
  a.value.length && (a.value[0] && !a.value[1] ? ua(0) : (ua(0), ua(1), r()), da(), o.value = a.value.slice(), Wa(a.value, t, e.autoApply, e.modelAuto));
10755
- }, Ga = (C, Y = !1) => {
10755
+ }, Ga = (C, W = !1) => {
10756
10756
  if (v(C.value) || !C.current && e.hideOffsetDates)
10757
10757
  return t("invalid-date", C.value);
10758
10758
  if (e.weekPicker)
10759
10759
  return X(C);
10760
10760
  if (!e.range)
10761
10761
  return Ae(C);
10762
- Hr(s.hours) && Hr(s.minutes) && !e.multiDates && (st(C, Y), ut());
10763
- }, Za = (C, Y) => {
10762
+ Hr(s.hours) && Hr(s.minutes) && !e.multiDates && (st(C, W), ut());
10763
+ }, Za = (C, W) => {
10764
10764
  var Ce;
10765
- R(C, Y.month, Y.year), u.value.count && !u.value.solo && q(C), t("update-month-year", { instance: C, month: Y.month, year: Y.year }), n(u.value.solo ? C : void 0);
10765
+ R(C, W.month, W.year), u.value.count && !u.value.solo && q(C), t("update-month-year", { instance: C, month: W.month, year: W.year }), n(u.value.solo ? C : void 0);
10766
10766
  const Fe = (Ce = e.flow) != null && Ce.length ? e.flow[e.flowStep] : void 0;
10767
- !Y.fromNav && (Fe === At.month || Fe === At.year) && r();
10768
- }, Oa = (C, Y) => {
10769
- qo({ value: C, modelValue: o, range: e.range, timezone: Y ? void 0 : e.timezone }), N(), e.multiCalendars && Ht().then(() => k(!0));
10767
+ !W.fromNav && (Fe === At.month || Fe === At.year) && r();
10768
+ }, Oa = (C, W) => {
10769
+ qo({ value: C, modelValue: o, range: e.range, timezone: W ? void 0 : e.timezone }), N(), e.multiCalendars && Ht().then(() => k(!0));
10770
10770
  }, _a = () => {
10771
10771
  e.range ? o.value && Array.isArray(o.value) && o.value[0] ? o.value = $e(J(), o.value[0]) ? [J(), o.value[0]] : [o.value[0], J()] : o.value = [J()] : o.value = J(), N();
10772
10772
  }, $a = () => {
@@ -10775,7 +10775,7 @@ const If = ({
10775
10775
  const C = en();
10776
10776
  o.value[o.value.length - 1] = L(C);
10777
10777
  } else
10778
- o.value = o.value.map((C, Y) => C && L(C, Y));
10778
+ o.value = o.value.map((C, W) => C && L(C, W));
10779
10779
  else
10780
10780
  o.value = L(o.value);
10781
10781
  t("time-update");
@@ -10797,8 +10797,8 @@ const If = ({
10797
10797
  updateMonthYear: Za,
10798
10798
  presetDate: Oa,
10799
10799
  selectCurrentDate: _a,
10800
- updateTime: (C, Y = !0, Ce = !1) => {
10801
- S(C, Y, Ce, $a);
10800
+ updateTime: (C, W = !0, Ce = !1) => {
10801
+ S(C, W, Ce, $a);
10802
10802
  }
10803
10803
  };
10804
10804
  }, Iv = { key: 0 }, Uv = /* @__PURE__ */ ve({
@@ -11126,7 +11126,7 @@ const If = ({
11126
11126
  (d(!0), m(Te, null, Re(A(h)(R), (N, fe) => (d(), m("div", { key: fe }, [
11127
11127
  y("button", {
11128
11128
  type: "button",
11129
- class: W(["dp--qr-btn", {
11129
+ class: Y(["dp--qr-btn", {
11130
11130
  "dp--qr-btn-active": N.active,
11131
11131
  "dp--qr-btn-between": N.isBetween,
11132
11132
  "dp--qr-btn-disabled": N.disabled,
@@ -11291,7 +11291,7 @@ const If = ({
11291
11291
  ref: L,
11292
11292
  tabindex: "0",
11293
11293
  role: "dialog",
11294
- class: W(l.value),
11294
+ class: Y(l.value),
11295
11295
  onMouseleave: pe,
11296
11296
  onClick: P,
11297
11297
  onKeydown: [
@@ -11305,16 +11305,16 @@ const If = ({
11305
11305
  }, [
11306
11306
  (M.disabled || M.readonly) && A(v).enabled ? (d(), m("div", {
11307
11307
  key: 0,
11308
- class: W(f.value)
11308
+ class: Y(f.value)
11309
11309
  }, null, 2)) : D("", !0),
11310
11310
  !A(v).enabled && !M.teleportCenter ? (d(), m("div", {
11311
11311
  key: 1,
11312
- class: W(q.value)
11312
+ class: Y(q.value)
11313
11313
  }, null, 2)) : D("", !0),
11314
11314
  y("div", {
11315
11315
  ref_key: "innerMenuRef",
11316
11316
  ref: K,
11317
- class: W({
11317
+ class: Y({
11318
11318
  dp__menu_content_wrapper: ((Pe = M.presetDates) == null ? void 0 : Pe.length) || !!M.$slots["left-sidebar"] || !!M.$slots["right-sidebar"]
11319
11319
  }),
11320
11320
  style: mt({ "--dp-menu-width": `${S.value}px` })
@@ -11569,7 +11569,7 @@ const If = ({
11569
11569
  month: Ur($.month),
11570
11570
  year: Ur($.year)
11571
11571
  });
11572
- }, Y = ($) => {
11572
+ }, W = ($) => {
11573
11573
  Q($ ?? a.modelValue);
11574
11574
  }, Ce = ($, De) => {
11575
11575
  var Se;
@@ -11586,13 +11586,13 @@ const If = ({
11586
11586
  updateInternalModelValue: _a,
11587
11587
  // modify internal modelValue
11588
11588
  setMonthYear: C,
11589
- parseModel: Y,
11589
+ parseModel: W,
11590
11590
  switchView: Ce,
11591
11591
  toggleMenu: Oa
11592
11592
  }), ($, De) => (d(), m("div", {
11593
11593
  ref_key: "pickerWrapperRef",
11594
11594
  ref: w,
11595
- class: W(g.value)
11595
+ class: Y(g.value)
11596
11596
  }, [
11597
11597
  ke(Rf, ze({
11598
11598
  ref_key: "inputRef",
@@ -11866,12 +11866,12 @@ function u1(e, t, n, r, a, o) {
11866
11866
  }, [
11867
11867
  y("div", o1, [
11868
11868
  y("label", {
11869
- class: W(["fusion-date-picker label", e.stateClasses]),
11869
+ class: Y(["fusion-date-picker label", e.stateClasses]),
11870
11870
  for: `dp-input-${e.id}`
11871
11871
  }, oe(e.label), 11, i1),
11872
11872
  e.helperLabel ? (d(), m("div", {
11873
11873
  key: 0,
11874
- class: W(["fusion-date-picker helper-label", e.stateClasses]),
11874
+ class: Y(["fusion-date-picker helper-label", e.stateClasses]),
11875
11875
  "data-test": "helper-label"
11876
11876
  }, oe(e.helperLabel), 3)) : D("", !0)
11877
11877
  ]),
@@ -11891,7 +11891,7 @@ function u1(e, t, n, r, a, o) {
11891
11891
  "text-input": e.datePickerInputOptions,
11892
11892
  name: e.name,
11893
11893
  "hide-offset-dates": "",
11894
- class: W(["fusion-date-picker cmp", e.stateClasses]),
11894
+ class: Y(["fusion-date-picker cmp", e.stateClasses]),
11895
11895
  "input-class-name": "fusion-date-picker field",
11896
11896
  "max-date": e.maxDate,
11897
11897
  "min-date": e.minDate,
@@ -11915,7 +11915,7 @@ function u1(e, t, n, r, a, o) {
11915
11915
  ])) : D("", !0)
11916
11916
  ], 8, r1);
11917
11917
  }
11918
- const Ym = /* @__PURE__ */ ye(n1, [["render", u1], ["__scopeId", "data-v-33df37bc"]]), d1 = ve({
11918
+ const zm = /* @__PURE__ */ ye(n1, [["render", u1], ["__scopeId", "data-v-33df37bc"]]), d1 = ve({
11919
11919
  name: "FusionSearchableInput",
11920
11920
  components: {
11921
11921
  SVGSearch: Zr,
@@ -12085,13 +12085,13 @@ function m1(e, t, n, r, a, o) {
12085
12085
  y("div", p1, [
12086
12086
  e.label ? (d(), m("label", {
12087
12087
  key: 0,
12088
- class: W(["fusion-searchable-input label", e.stateClasses]),
12088
+ class: Y(["fusion-searchable-input label", e.stateClasses]),
12089
12089
  for: e.id,
12090
12090
  "data-test": "label"
12091
12091
  }, oe(e.label), 11, f1)) : D("", !0),
12092
12092
  e.helperLabel ? (d(), m("div", {
12093
12093
  key: 1,
12094
- class: W(["fusion-searchable-input helper-label", e.stateClasses]),
12094
+ class: Y(["fusion-searchable-input helper-label", e.stateClasses]),
12095
12095
  "data-test": "helper-label"
12096
12096
  }, oe(e.helperLabel), 3)) : D("", !0)
12097
12097
  ]),
@@ -12099,7 +12099,7 @@ function m1(e, t, n, r, a, o) {
12099
12099
  ke(s, {
12100
12100
  id: e.id,
12101
12101
  name: "fusion-searchable-input",
12102
- class: W(["fusion-searchable-input field", e.stateClasses]),
12102
+ class: Y(["fusion-searchable-input field", e.stateClasses]),
12103
12103
  "data-test": "searchable-input",
12104
12104
  tabindex: e.tabIndex,
12105
12105
  autofocus: e.autofocus,
@@ -12143,7 +12143,7 @@ function m1(e, t, n, r, a, o) {
12143
12143
  ])
12144
12144
  ], 8, c1);
12145
12145
  }
12146
- const Wm = /* @__PURE__ */ ye(d1, [["render", m1], ["__scopeId", "data-v-a461d669"]]), h1 = ve({
12146
+ const Km = /* @__PURE__ */ ye(d1, [["render", m1], ["__scopeId", "data-v-a461d669"]]), h1 = ve({
12147
12147
  name: "SVGDecrement"
12148
12148
  }), g1 = {
12149
12149
  width: "24",
@@ -12321,7 +12321,7 @@ function U1(e, t, n, r, a, o) {
12321
12321
  id: "fusion-icon-btn",
12322
12322
  ref: "fusionIconButtonEl",
12323
12323
  disabled: e.isDisabled || e.isLoading,
12324
- class: W(["fusion-icon-button fusion-button", [e.variantTypeClass, e.variantStyleClass, e.buttonSizeClass]]),
12324
+ class: Y(["fusion-icon-button fusion-button", [e.variantTypeClass, e.variantStyleClass, e.buttonSizeClass]]),
12325
12325
  "data-test": e.dataTest,
12326
12326
  type: e.type,
12327
12327
  onFocus: t[0] || (t[0] = (s) => e.focus = !0),
@@ -12419,12 +12419,12 @@ function L1(e, t, n, r, a, o) {
12419
12419
  y("div", M1, [
12420
12420
  e.label ? (d(), m("label", {
12421
12421
  key: 0,
12422
- class: W(["fusion-numeric-input-stepper label", e.stateClasses]),
12422
+ class: Y(["fusion-numeric-input-stepper label", e.stateClasses]),
12423
12423
  "data-test": "label"
12424
12424
  }, oe(e.label), 3)) : D("", !0),
12425
12425
  e.helperLabel ? (d(), m("div", {
12426
12426
  key: 1,
12427
- class: W(["fusion-numeric-input-stepper helper-label", e.stateClasses]),
12427
+ class: Y(["fusion-numeric-input-stepper helper-label", e.stateClasses]),
12428
12428
  "data-test": "helper-label"
12429
12429
  }, oe(e.helperLabel), 3)) : D("", !0)
12430
12430
  ]),
@@ -12444,7 +12444,7 @@ function L1(e, t, n, r, a, o) {
12444
12444
  }, 8, ["disabled", "onClick"]),
12445
12445
  y("span", {
12446
12446
  "data-text": "fusion-numeric-input-stepper-value",
12447
- class: W(["fusion-numeric-input-stepper value", e.stateClasses])
12447
+ class: Y(["fusion-numeric-input-stepper value", e.stateClasses])
12448
12448
  }, oe(e.state.value), 3),
12449
12449
  ke(s, {
12450
12450
  disabled: e.isMaxDisabled || e.disabled,
@@ -12462,7 +12462,7 @@ function L1(e, t, n, r, a, o) {
12462
12462
  ])
12463
12463
  ], 8, Q1);
12464
12464
  }
12465
- const jm = /* @__PURE__ */ ye(V1, [["render", L1], ["__scopeId", "data-v-c9dd10c1"]]), H1 = ve({
12465
+ const Ym = /* @__PURE__ */ ye(V1, [["render", L1], ["__scopeId", "data-v-c9dd10c1"]]), H1 = ve({
12466
12466
  name: "FusionTag",
12467
12467
  props: {
12468
12468
  variantStyle: {
@@ -12525,12 +12525,12 @@ const R1 = {
12525
12525
  };
12526
12526
  function E1(e, t, n, r, a, o) {
12527
12527
  return d(), m("div", {
12528
- class: W(["fusion-tag", `fusion-tag-${e.variantTypeClass}`]),
12528
+ class: Y(["fusion-tag", `fusion-tag-${e.variantTypeClass}`]),
12529
12529
  "data-test": "fusion-tag"
12530
12530
  }, [
12531
12531
  e.$slots.icon ? (d(), m("span", {
12532
12532
  key: 0,
12533
- class: W(["fusion-tag-icon", `fusion-tag-icon-${e.variantTypeClass}`]),
12533
+ class: Y(["fusion-tag-icon", `fusion-tag-icon-${e.variantTypeClass}`]),
12534
12534
  "data-test": "fusion-tag-icon"
12535
12535
  }, [
12536
12536
  Z(e.$slots, "icon", {}, void 0, !0)
@@ -12538,7 +12538,7 @@ function E1(e, t, n, r, a, o) {
12538
12538
  y("div", R1, oe(e.label), 1)
12539
12539
  ], 2);
12540
12540
  }
12541
- const Gm = /* @__PURE__ */ ye(H1, [["render", E1], ["__scopeId", "data-v-09d45301"]]), q1 = ve({
12541
+ const Wm = /* @__PURE__ */ ye(H1, [["render", E1], ["__scopeId", "data-v-09d45301"]]), q1 = ve({
12542
12542
  name: "FusionDivider"
12543
12543
  });
12544
12544
  const J1 = {
@@ -12589,7 +12589,7 @@ const Y1 = ["role", "aria-pressed", "tabindex", "aria-disabled"], W1 = { class:
12589
12589
  function Z1(e, t, n, r, a, o) {
12590
12590
  const i = me("FusionDivider");
12591
12591
  return d(), m("div", {
12592
- class: W(["fusion-card", {
12592
+ class: Y(["fusion-card", {
12593
12593
  "fusion-card-shadow": e.shadow,
12594
12594
  "fusion-card-gradient": e.variant === "gradient",
12595
12595
  "fusion-card-default": !e.variant || e.variant === "default",
@@ -12630,7 +12630,7 @@ function Z1(e, t, n, r, a, o) {
12630
12630
  ])) : D("", !0)
12631
12631
  ], 42, Y1);
12632
12632
  }
12633
- const Zm = /* @__PURE__ */ ye(K1, [["render", Z1], ["__scopeId", "data-v-65e787f9"]]), _1 = {
12633
+ const jm = /* @__PURE__ */ ye(K1, [["render", Z1], ["__scopeId", "data-v-65e787f9"]]), _1 = {
12634
12634
  name: "FusionProgressBarStep",
12635
12635
  props: {
12636
12636
  stepLabel: {
@@ -12658,7 +12658,7 @@ const Zm = /* @__PURE__ */ ye(K1, [["render", Z1], ["__scopeId", "data-v-65e787f
12658
12658
  const Ko = (e) => (Un("data-v-55681af3"), e = e(), Vn(), e), $1 = /* @__PURE__ */ Ko(() => /* @__PURE__ */ y("div", { class: "fusion-progress-bar-item-track" }, null, -1)), e0 = /* @__PURE__ */ Ko(() => /* @__PURE__ */ y("div", { class: "fusion-progress-bar-item-circle" }, null, -1)), t0 = { class: "fusion-progress-bar-item-label" };
12659
12659
  function a0(e, t, n, r, a, o) {
12660
12660
  return d(), m("div", {
12661
- class: W(["fusion-progress-bar-item", [n.active ? "active" : "", n.completed ? "completed" : ""]])
12661
+ class: Y(["fusion-progress-bar-item", [n.active ? "active" : "", n.completed ? "completed" : ""]])
12662
12662
  }, [
12663
12663
  $1,
12664
12664
  e0,
@@ -12703,7 +12703,7 @@ function s0(e, t, n, r, a, o) {
12703
12703
  ])
12704
12704
  ]);
12705
12705
  }
12706
- const _m = /* @__PURE__ */ ye(r0, [["render", s0], ["__scopeId", "data-v-9b0b914a"]]), l0 = ve({
12706
+ const Gm = /* @__PURE__ */ ye(r0, [["render", s0], ["__scopeId", "data-v-9b0b914a"]]), l0 = ve({
12707
12707
  name: "FusionContextMenu"
12708
12708
  });
12709
12709
  const u0 = { class: "fusion-context-menu" };
@@ -12712,7 +12712,7 @@ function d0(e, t, n, r, a, o) {
12712
12712
  Z(e.$slots, "default", {}, void 0, !0)
12713
12713
  ]);
12714
12714
  }
12715
- const $m = /* @__PURE__ */ ye(l0, [["render", d0], ["__scopeId", "data-v-387ad277"]]), c0 = {
12715
+ const Zm = /* @__PURE__ */ ye(l0, [["render", d0], ["__scopeId", "data-v-387ad277"]]), c0 = {
12716
12716
  name: "FusionPlatformBar"
12717
12717
  };
12718
12718
  const p0 = { class: "fusion-platform-bar" };
@@ -12723,7 +12723,7 @@ function f0(e, t, n, r, a, o) {
12723
12723
  Z(e.$slots, "right-icon", {}, void 0, !0)
12724
12724
  ]);
12725
12725
  }
12726
- const eh = /* @__PURE__ */ ye(c0, [["render", f0], ["__scopeId", "data-v-fcdfbcf9"]]), v0 = ve({
12726
+ const _m = /* @__PURE__ */ ye(c0, [["render", f0], ["__scopeId", "data-v-fcdfbcf9"]]), v0 = ve({
12727
12727
  name: "SVGXMark"
12728
12728
  }), m0 = {
12729
12729
  width: "28",
@@ -12809,7 +12809,7 @@ function S0(e, t, n, r, a, o) {
12809
12809
  const i = me("SVGXMark"), s = me("FusionIconButton");
12810
12810
  return d(), m(Te, null, [
12811
12811
  y("aside", {
12812
- class: W(["fusion-side-navigation", {
12812
+ class: Y(["fusion-side-navigation", {
12813
12813
  "fusion-side-navigation-open": e.isOpen,
12814
12814
  "fusion-side-navigation-mobile": e.isMobile
12815
12815
  }]),
@@ -12817,7 +12817,7 @@ function S0(e, t, n, r, a, o) {
12817
12817
  }, [
12818
12818
  e.$slots.header && e.isMobile ? (d(), m("div", {
12819
12819
  key: 0,
12820
- class: W(["fusion-side-navigation-header", { "has-shadow": e.hasScrolledDown }])
12820
+ class: Y(["fusion-side-navigation-header", { "has-shadow": e.hasScrolledDown }])
12821
12821
  }, [
12822
12822
  y("div", A0, [
12823
12823
  Z(e.$slots, "header", {}, void 0, !0),
@@ -12849,7 +12849,7 @@ function S0(e, t, n, r, a, o) {
12849
12849
  ]),
12850
12850
  e.$slots.footer ? (d(), m("div", {
12851
12851
  key: 1,
12852
- class: W(["fusion-side-navigation-footer", { "has-shadow": e.hasScrolledUp }])
12852
+ class: Y(["fusion-side-navigation-footer", { "has-shadow": e.hasScrolledUp }])
12853
12853
  }, [
12854
12854
  Z(e.$slots, "footer", {}, void 0, !0)
12855
12855
  ], 2)) : D("", !0)
@@ -12862,7 +12862,7 @@ function S0(e, t, n, r, a, o) {
12862
12862
  })) : D("", !0)
12863
12863
  ], 64);
12864
12864
  }
12865
- const th = /* @__PURE__ */ ye(k0, [["render", S0], ["__scopeId", "data-v-7a2d38d7"]]), D0 = ve({
12865
+ const $m = /* @__PURE__ */ ye(k0, [["render", S0], ["__scopeId", "data-v-7a2d38d7"]]), D0 = ve({
12866
12866
  name: "FusionSideNavigationItem",
12867
12867
  props: {
12868
12868
  item: {
@@ -12908,7 +12908,7 @@ function F0(e, t, n, r, a, o) {
12908
12908
  var i, s;
12909
12909
  return d(), m("li", {
12910
12910
  tabindex: e.disabled ? -1 : 0,
12911
- class: W(["fusion-side-navigation-item", { selected: e.selected, disabled: e.disabled, active: e.active }]),
12911
+ class: Y(["fusion-side-navigation-item", { selected: e.selected, disabled: e.disabled, active: e.active }]),
12912
12912
  "aria-disabled": e.disabled,
12913
12913
  "aria-current": e.selected ? "page" : void 0,
12914
12914
  "aria-label": (i = e.item) == null ? void 0 : i.label,
@@ -12928,7 +12928,7 @@ function F0(e, t, n, r, a, o) {
12928
12928
  }, [
12929
12929
  e.$slots.icon ? (d(), m("div", {
12930
12930
  key: 0,
12931
- class: W(["fusion-side-navigation-item-icon", { selected: e.selected }])
12931
+ class: Y(["fusion-side-navigation-item-icon", { selected: e.selected }])
12932
12932
  }, [
12933
12933
  Z(e.$slots, "icon", {}, void 0, !0)
12934
12934
  ], 2)) : D("", !0),
@@ -12936,7 +12936,7 @@ function F0(e, t, n, r, a, o) {
12936
12936
  ], 8, T0)
12937
12937
  ], 42, P0);
12938
12938
  }
12939
- const ah = /* @__PURE__ */ ye(D0, [["render", F0], ["__scopeId", "data-v-3a17c014"]]), x0 = {
12939
+ const eh = /* @__PURE__ */ ye(D0, [["render", F0], ["__scopeId", "data-v-3a17c014"]]), x0 = {
12940
12940
  name: "FusionListItem",
12941
12941
  components: {
12942
12942
  SVGTick: Nn
@@ -13042,7 +13042,7 @@ function I0(e, t, n, r, a, o) {
13042
13042
  _: 3
13043
13043
  }, 16, ["class", "tabindex", "onClick", "onKeydown", "onMouseover", "onMouseout", "onMousedown", "onMouseup"]);
13044
13044
  }
13045
- const nh = /* @__PURE__ */ ye(x0, [["render", I0], ["__scopeId", "data-v-31387a17"]]), U0 = ve({
13045
+ const th = /* @__PURE__ */ ye(x0, [["render", I0], ["__scopeId", "data-v-31387a17"]]), U0 = ve({
13046
13046
  name: "SVGArrowRight"
13047
13047
  }), V0 = {
13048
13048
  width: "24",
@@ -13101,7 +13101,7 @@ function K0(e, t, n, r, a, o) {
13101
13101
  const i = me("SVGArrowRight");
13102
13102
  return d(), m("a", {
13103
13103
  href: e.disabled ? void 0 : e.url,
13104
- class: W(["fusion-widget", { "fusion-widget-disabled": e.disabled }]),
13104
+ class: Y(["fusion-widget", { "fusion-widget-disabled": e.disabled }]),
13105
13105
  tabindex: e.disabled ? -1 : 0
13106
13106
  }, [
13107
13107
  y("div", q0, [
@@ -13115,7 +13115,7 @@ function K0(e, t, n, r, a, o) {
13115
13115
  ])
13116
13116
  ], 10, E0);
13117
13117
  }
13118
- const rh = /* @__PURE__ */ ye(R0, [["render", K0], ["__scopeId", "data-v-3fd7581a"]]), Y0 = ve({
13118
+ const ah = /* @__PURE__ */ ye(R0, [["render", K0], ["__scopeId", "data-v-3fd7581a"]]), Y0 = ve({
13119
13119
  name: "FusionToastMessage",
13120
13120
  components: {
13121
13121
  SVGCheckCircle: Na,
@@ -13173,7 +13173,7 @@ const W0 = { class: "fusion-toast-message-icon" }, j0 = { class: "fusion-toast-m
13173
13173
  function _0(e, t, n, r, a, o) {
13174
13174
  const i = me("SVGClose");
13175
13175
  return d(), m("div", {
13176
- class: W(["fusion-toast-message", e.toastTypeClass])
13176
+ class: Y(["fusion-toast-message", e.toastTypeClass])
13177
13177
  }, [
13178
13178
  y("div", W0, [
13179
13179
  (d(), de(Rt(e.iconComponent)))
@@ -13193,7 +13193,7 @@ function _0(e, t, n, r, a, o) {
13193
13193
  ])) : D("", !0)
13194
13194
  ], 2);
13195
13195
  }
13196
- const oh = /* @__PURE__ */ ye(Y0, [["render", _0], ["__scopeId", "data-v-2065baea"]]), $0 = ve({
13196
+ const nh = /* @__PURE__ */ ye(Y0, [["render", _0], ["__scopeId", "data-v-2065baea"]]), $0 = ve({
13197
13197
  name: "SVGArrowLeft"
13198
13198
  }), em = {
13199
13199
  width: "28",
@@ -13287,7 +13287,7 @@ function cm(e, t, n, r, a, o) {
13287
13287
  ])
13288
13288
  ]);
13289
13289
  }
13290
- const ih = /* @__PURE__ */ ye(im, [["render", cm], ["__scopeId", "data-v-406fe148"]]), pm = {
13290
+ const rh = /* @__PURE__ */ ye(im, [["render", cm], ["__scopeId", "data-v-406fe148"]]), pm = {
13291
13291
  name: "FusionKeyValuePair",
13292
13292
  props: {
13293
13293
  keyText: {
@@ -13298,32 +13298,69 @@ const ih = /* @__PURE__ */ ye(im, [["render", cm], ["__scopeId", "data-v-406fe14
13298
13298
  type: String,
13299
13299
  default: "Value"
13300
13300
  },
13301
- orientation: {
13301
+ order: {
13302
13302
  type: String,
13303
- default: "horizontal"
13303
+ default: "keyValue"
13304
+ },
13305
+ valueTextEmphasis: {
13306
+ type: Number,
13307
+ required: !1,
13308
+ default: 1
13304
13309
  },
13305
13310
  secondaryValueText: {
13306
13311
  type: String,
13307
13312
  default: ""
13313
+ },
13314
+ strikeThroughSecondaryValueText: {
13315
+ type: Boolean,
13316
+ default: !1
13317
+ }
13318
+ },
13319
+ computed: {
13320
+ orderClass: function() {
13321
+ switch (this.order) {
13322
+ case "keyValue":
13323
+ return "flex-col";
13324
+ case "valueKey":
13325
+ return "flex-col-reverse";
13326
+ default:
13327
+ return "flex-col";
13328
+ }
13329
+ },
13330
+ valueTextEmphasisClass: function() {
13331
+ switch (this.valueTextEmphasis) {
13332
+ case 1:
13333
+ return "text-base";
13334
+ case 2:
13335
+ return "text-medium";
13336
+ case 3:
13337
+ return "text-heading-xl";
13338
+ case 4:
13339
+ return "text-heading-3xl";
13340
+ default:
13341
+ return "text-base";
13342
+ }
13308
13343
  }
13309
13344
  }
13310
13345
  };
13311
- const fm = { class: "fusion-key-value-pair-key" }, vm = { class: "flex gap-2xs" }, mm = {
13312
- key: 0,
13313
- class: "fusion-key-value-pair-secondary-value"
13314
- }, hm = { class: "fusion-key-value-pair-value" };
13315
- function gm(e, t, n, r, a, o) {
13346
+ const fm = { class: "fusion-key-value-pair-key" }, vm = { class: "flex items-center gap-2xs" };
13347
+ function mm(e, t, n, r, a, o) {
13316
13348
  return d(), m("div", {
13317
- class: W(["fusion-key-value-pair", n.orientation])
13349
+ class: Y(["fusion-key-value-pair", o.orderClass])
13318
13350
  }, [
13319
13351
  y("span", fm, oe(n.keyText), 1),
13320
13352
  y("div", vm, [
13321
- n.secondaryValueText ? (d(), m("del", mm, oe(n.secondaryValueText), 1)) : D("", !0),
13322
- y("span", hm, oe(n.valueText), 1)
13353
+ y("span", {
13354
+ class: Y(["fusion-key-value-pair-value", o.valueTextEmphasisClass])
13355
+ }, oe(n.valueText), 3),
13356
+ n.secondaryValueText ? (d(), m("span", {
13357
+ key: 0,
13358
+ class: Y(["fusion-key-value-pair-secondary-value", { "line-through": n.strikeThroughSecondaryValueText }])
13359
+ }, oe(n.secondaryValueText), 3)) : D("", !0)
13323
13360
  ])
13324
13361
  ], 2);
13325
13362
  }
13326
- const sh = /* @__PURE__ */ ye(pm, [["render", gm], ["__scopeId", "data-v-1f46aea5"]]), ym = ve({
13363
+ const oh = /* @__PURE__ */ ye(pm, [["render", mm], ["__scopeId", "data-v-7782a95e"]]), hm = ve({
13327
13364
  name: "FusionFooterBar",
13328
13365
  components: {
13329
13366
  FusionButton: zr
@@ -13376,19 +13413,19 @@ const sh = /* @__PURE__ */ ye(pm, [["render", gm], ["__scopeId", "data-v-1f46aea
13376
13413
  }
13377
13414
  }
13378
13415
  });
13379
- const bm = {
13416
+ const gm = {
13380
13417
  key: 0,
13381
13418
  class: "fusion-footer-bar-content"
13382
- }, km = { class: "fusion-footer-bar-actions" };
13383
- function Am(e, t, n, r, a, o) {
13419
+ }, ym = { class: "fusion-footer-bar-actions" };
13420
+ function bm(e, t, n, r, a, o) {
13384
13421
  const i = me("FusionButton");
13385
13422
  return d(), m("footer", {
13386
- class: W(["fusion-footer-bar", { "fusion-footer-bar-mobile": e.isMobile }])
13423
+ class: Y(["fusion-footer-bar", { "fusion-footer-bar-mobile": e.isMobile }])
13387
13424
  }, [
13388
- e.$slots.content ? (d(), m("div", bm, [
13425
+ e.$slots.content ? (d(), m("div", gm, [
13389
13426
  Z(e.$slots, "content", {}, void 0, !0)
13390
13427
  ])) : D("", !0),
13391
- y("div", km, [
13428
+ y("div", ym, [
13392
13429
  e.hideCancelButton ? D("", !0) : (d(), de(i, {
13393
13430
  key: 0,
13394
13431
  label: e.cancelButtonLabel,
@@ -13422,7 +13459,7 @@ function Am(e, t, n, r, a, o) {
13422
13459
  ])
13423
13460
  ], 2);
13424
13461
  }
13425
- const lh = /* @__PURE__ */ ye(ym, [["render", Am], ["__scopeId", "data-v-38ad950f"]]), wm = {
13462
+ const ih = /* @__PURE__ */ ye(hm, [["render", bm], ["__scopeId", "data-v-38ad950f"]]), km = {
13426
13463
  name: "FusionSubheadingBar",
13427
13464
  props: {
13428
13465
  label: {
@@ -13431,14 +13468,14 @@ const lh = /* @__PURE__ */ ye(ym, [["render", Am], ["__scopeId", "data-v-38ad950
13431
13468
  }
13432
13469
  }
13433
13470
  };
13434
- const Cm = { class: "fusion-subheading-bar" }, Sm = { class: "fusion-subheading-bar-subtitle" };
13435
- function Dm(e, t, n, r, a, o) {
13436
- return d(), m("div", Cm, [
13437
- y("span", Sm, oe(n.label), 1),
13471
+ const Am = { class: "fusion-subheading-bar" }, wm = { class: "fusion-subheading-bar-subtitle" };
13472
+ function Cm(e, t, n, r, a, o) {
13473
+ return d(), m("div", Am, [
13474
+ y("span", wm, oe(n.label), 1),
13438
13475
  Z(e.$slots, "tag", {}, void 0, !0)
13439
13476
  ]);
13440
13477
  }
13441
- const uh = /* @__PURE__ */ ye(wm, [["render", Dm], ["__scopeId", "data-v-45ba5287"]]), Pm = {
13478
+ const sh = /* @__PURE__ */ ye(km, [["render", Cm], ["__scopeId", "data-v-45ba5287"]]), Sm = {
13442
13479
  name: "FusionModalHeader",
13443
13480
  components: {
13444
13481
  FusionIconButton: ja,
@@ -13470,16 +13507,16 @@ const uh = /* @__PURE__ */ ye(wm, [["render", Dm], ["__scopeId", "data-v-45ba528
13470
13507
  }
13471
13508
  }
13472
13509
  };
13473
- const Tm = ["id"];
13474
- function Bm(e, t, n, r, a, o) {
13510
+ const Dm = ["id"];
13511
+ function Pm(e, t, n, r, a, o) {
13475
13512
  const i = me("SVGXMark"), s = me("FusionIconButton");
13476
13513
  return d(), m("header", {
13477
- class: W(["fusion-modal-header", { shadow: n.hasShadow }])
13514
+ class: Y(["fusion-modal-header", { shadow: n.hasShadow }])
13478
13515
  }, [
13479
13516
  y("h2", {
13480
13517
  id: o.headingId,
13481
13518
  class: "fusion-modal-header-title"
13482
- }, oe(n.title), 9, Tm),
13519
+ }, oe(n.title), 9, Dm),
13483
13520
  ke(s, {
13484
13521
  size: "small",
13485
13522
  "variant-style": "ghost",
@@ -13495,7 +13532,7 @@ function Bm(e, t, n, r, a, o) {
13495
13532
  }, 8, ["onClick"])
13496
13533
  ], 2);
13497
13534
  }
13498
- const Fm = /* @__PURE__ */ ye(Pm, [["render", Bm], ["__scopeId", "data-v-37ccd524"]]), xm = {
13535
+ const Tm = /* @__PURE__ */ ye(Sm, [["render", Pm], ["__scopeId", "data-v-37ccd524"]]), Bm = {
13499
13536
  name: "FusionModalFooter",
13500
13537
  components: {
13501
13538
  FusionButton: zr
@@ -13554,10 +13591,10 @@ const Fm = /* @__PURE__ */ ye(Pm, [["render", Bm], ["__scopeId", "data-v-37ccd52
13554
13591
  }
13555
13592
  }
13556
13593
  };
13557
- function Om(e, t, n, r, a, o) {
13594
+ function Fm(e, t, n, r, a, o) {
13558
13595
  const i = me("FusionButton");
13559
13596
  return d(), m("footer", {
13560
- class: W(["fusion-modal-footer", { shadow: n.hasShadow, "fusion-modal-footer-mobile": a.isMobile }])
13597
+ class: Y(["fusion-modal-footer", { shadow: n.hasShadow, "fusion-modal-footer-mobile": a.isMobile }])
13561
13598
  }, [
13562
13599
  n.hideCancel ? D("", !0) : (d(), de(i, {
13563
13600
  key: 0,
@@ -13577,11 +13614,11 @@ function Om(e, t, n, r, a, o) {
13577
13614
  }, null, 8, ["label", "variant-type", "onClick"]))
13578
13615
  ], 2);
13579
13616
  }
13580
- const Im = /* @__PURE__ */ ye(xm, [["render", Om], ["__scopeId", "data-v-35a2398b"]]), Um = {
13617
+ const xm = /* @__PURE__ */ ye(Bm, [["render", Fm], ["__scopeId", "data-v-35a2398b"]]), Om = {
13581
13618
  name: "FusionModal",
13582
13619
  components: {
13583
- FusionModalHeader: Fm,
13584
- FusionModalFooter: Im,
13620
+ FusionModalHeader: Tm,
13621
+ FusionModalFooter: xm,
13585
13622
  OnClickOutside: jr
13586
13623
  },
13587
13624
  props: {
@@ -13661,14 +13698,14 @@ const Im = /* @__PURE__ */ ye(xm, [["render", Om], ["__scopeId", "data-v-35a2398
13661
13698
  }
13662
13699
  }
13663
13700
  };
13664
- const Vm = (e) => (Un("data-v-e52f3fcf"), e = e(), Vn(), e), Qm = ["aria-labelledby"], Mm = /* @__PURE__ */ Vm(() => /* @__PURE__ */ y("div", {
13701
+ const Im = (e) => (Un("data-v-e52f3fcf"), e = e(), Vn(), e), Um = ["aria-labelledby"], Vm = /* @__PURE__ */ Im(() => /* @__PURE__ */ y("div", {
13665
13702
  class: "fusion-modal-background",
13666
13703
  "aria-hidden": "true"
13667
13704
  }, null, -1));
13668
- function Nm(e, t, n, r, a, o) {
13705
+ function Qm(e, t, n, r, a, o) {
13669
13706
  const i = me("FusionModalHeader"), s = me("FusionModalFooter"), u = me("OnClickOutside");
13670
13707
  return d(), m("div", {
13671
- class: W(["fusion-modal", { "fusion-modal-mobile": a.isMobile }])
13708
+ class: Y(["fusion-modal", { "fusion-modal-mobile": a.isMobile }])
13672
13709
  }, [
13673
13710
  ke(u, {
13674
13711
  options: { ignore: [".fusion-modal-dialog"] },
@@ -13709,47 +13746,47 @@ function Nm(e, t, n, r, a, o) {
13709
13746
  onCancel: o.cancelModal,
13710
13747
  onConfirm: o.confirmModal
13711
13748
  }, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "onCancel", "onConfirm"]))
13712
- ], 8, Qm)
13749
+ ], 8, Um)
13713
13750
  ]),
13714
13751
  _: 3
13715
13752
  }, 8, ["options", "onTrigger"]),
13716
- Mm
13753
+ Vm
13717
13754
  ], 2);
13718
13755
  }
13719
- const dh = /* @__PURE__ */ ye(Um, [["render", Nm], ["__scopeId", "data-v-e52f3fcf"]]);
13756
+ const lh = /* @__PURE__ */ ye(Om, [["render", Qm], ["__scopeId", "data-v-e52f3fcf"]]);
13720
13757
  export {
13721
- Km as FusionBanner,
13758
+ Xm as FusionBanner,
13722
13759
  zr as FusionButton,
13723
- Zm as FusionCard,
13760
+ jm as FusionCard,
13724
13761
  Kr as FusionCheckbox,
13725
- zm as FusionCheckboxGroup,
13726
- $m as FusionContextMenu,
13727
- Ym as FusionDatePicker,
13762
+ Jm as FusionCheckboxGroup,
13763
+ Zm as FusionContextMenu,
13764
+ zm as FusionDatePicker,
13728
13765
  z1 as FusionDivider,
13729
- lh as FusionFooterBar,
13766
+ ih as FusionFooterBar,
13730
13767
  ja as FusionIconButton,
13731
13768
  En as FusionInput,
13732
- sh as FusionKeyValuePair,
13733
- nh as FusionListItem,
13769
+ oh as FusionKeyValuePair,
13770
+ th as FusionListItem,
13734
13771
  Mn as FusionLoadingSpinner,
13735
13772
  _r as FusionMenuItem,
13736
- dh as FusionModal,
13737
- jm as FusionNumericInputStepper,
13738
- qm as FusionPasswordInput,
13739
- Jm as FusionPhoneInput,
13740
- eh as FusionPlatformBar,
13741
- _m as FusionProgressBar,
13773
+ lh as FusionModal,
13774
+ Ym as FusionNumericInputStepper,
13775
+ Rm as FusionPasswordInput,
13776
+ Em as FusionPhoneInput,
13777
+ _m as FusionPlatformBar,
13778
+ Gm as FusionProgressBar,
13742
13779
  ji as FusionRadio,
13743
- Xm as FusionRadioGroup,
13744
- Wm as FusionSearchableInput,
13745
- Em as FusionSelect,
13746
- th as FusionSideNavigation,
13747
- ah as FusionSideNavigationItem,
13748
- uh as FusionSubheadingBar,
13749
- Gm as FusionTag,
13750
- Rm as FusionTextLink,
13751
- Hm as FusionTextarea,
13752
- oh as FusionToastMessage,
13753
- ih as FusionToolBar,
13754
- rh as FusionWidget
13780
+ qm as FusionRadioGroup,
13781
+ Km as FusionSearchableInput,
13782
+ Hm as FusionSelect,
13783
+ $m as FusionSideNavigation,
13784
+ eh as FusionSideNavigationItem,
13785
+ sh as FusionSubheadingBar,
13786
+ Wm as FusionTag,
13787
+ Lm as FusionTextLink,
13788
+ Nm as FusionTextarea,
13789
+ nh as FusionToastMessage,
13790
+ rh as FusionToolBar,
13791
+ ah as FusionWidget
13755
13792
  };