@dialpad/dialtone-vue 2.111.0 → 2.111.1

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.
@@ -1,12 +1,12 @@
1
- import { S as Le, e as M, M as J, b as Zt, D as ue, f as Jt, d as fe, L as Ce, P as pe, g as ea, h as ta, a as wt, i as aa, c as he, j as na } from "./stack-bbvMVTEH.js";
2
- import { o as Uc, p as Yc, n as Kc, k as zc, l as Gc, m as Xc, A as Qc, z as Zc, B as Jc, w as eu, q as tu, v as au, r as nu, t as ru, s as su, u as iu, x as ou, y as lu } from "./stack-bbvMVTEH.js";
3
- import { w as y, y as D, C as ra, M as sa, E as ia, F as V, G as Dt, H as It, J as xt, K as Ot, N as Ee, B as oa, D as la } from "./emoji-5ohx0_fO.js";
4
- import { U as cu, Q as uu, P as fu, O as pu, R as hu, $ as mu, a2 as _u, a1 as gu, a0 as vu, A as bu, z as yu, S as Su, I as Cu, W as wu, V as Du, T as Iu, x as xu, L as Ou, a7 as ku, a3 as Tu, a4 as $u, a6 as Lu, a5 as Eu, _ as Mu, Z as Au, X as Ru, Y as Pu } from "./emoji-5ohx0_fO.js";
5
- import { n as c, u as T, g as O, c as Me, E as C, f as Ze, T as da, j as Je, k as Oe, L as ca, m as ua, D as me, s as Ae, o as fa } from "./tooltip-UOWkfPpb.js";
1
+ import { S as $e, e as M, M as J, b as Zt, D as fe, f as Jt, d as pe, L as we, P as he, g as ea, h as ta, a as wt, i as aa, c as me, j as na } from "./stack-JXwTwRNx.js";
2
+ import { o as Uc, p as Yc, n as Kc, k as zc, l as Gc, m as Xc, A as Qc, z as Zc, B as Jc, w as eu, q as tu, v as au, r as nu, t as ru, s as su, u as iu, x as ou, y as lu } from "./stack-JXwTwRNx.js";
3
+ import { w as y, y as D, C as ra, M as sa, E as ia, F as V, G as Dt, H as It, J as xt, K as Ot, N as Le, B as oa, D as la } from "./emoji-u-6Ujtra.js";
4
+ import { U as cu, Q as uu, P as fu, O as pu, R as hu, $ as mu, a2 as _u, a1 as gu, a0 as vu, A as bu, z as yu, S as Su, I as Cu, W as wu, V as Du, T as Iu, x as xu, L as Ou, a7 as ku, a3 as Tu, a4 as $u, a6 as Lu, a5 as Eu, _ as Mu, Z as Au, X as Ru, Y as Pu } from "./emoji-u-6Ujtra.js";
5
+ import { n as c, u as T, g as O, c as Ee, E as C, f as Qe, T as da, j as Ze, k as xe, L as ca, m as ua, D as _e, s as Me, o as fa } from "./tooltip-UOWkfPpb.js";
6
6
  import { q as Bu, p as Fu, x as qu, v as Hu, w as Wu, V as Vu, r as ju } from "./tooltip-UOWkfPpb.js";
7
- import _e, { reactive as pa, nextTick as ne } from "vue";
8
- import { D as Re } from "./emoji_text_wrapper-ySpZj2Hd.js";
9
- const et = {
7
+ import ge, { reactive as pa, nextTick as ne } from "vue";
8
+ import { D as Ae } from "./emoji_text_wrapper-ueIn3-wT.js";
9
+ const Je = {
10
10
  default: "",
11
11
  info: "d-badge--info",
12
12
  success: "d-badge--success",
@@ -14,10 +14,10 @@ const et = {
14
14
  critical: "d-badge--critical",
15
15
  bulletin: "d-badge--bulletin",
16
16
  ai: "d-badge--ai"
17
- }, tt = {
17
+ }, et = {
18
18
  label: "",
19
19
  count: "d-badge--count"
20
- }, at = {
20
+ }, tt = {
21
21
  "black-400": "d-badge--decorate-black-400",
22
22
  "black-500": "d-badge--decorate-black-500",
23
23
  "black-900": "d-badge--decorate-black-900",
@@ -77,7 +77,7 @@ const et = {
77
77
  kind: {
78
78
  type: String,
79
79
  default: "label",
80
- validator: (t) => Object.keys(tt).includes(t)
80
+ validator: (t) => Object.keys(et).includes(t)
81
81
  },
82
82
  /**
83
83
  * Color for the badge background
@@ -86,7 +86,7 @@ const et = {
86
86
  type: {
87
87
  type: String,
88
88
  default: "default",
89
- validator: (t) => Object.keys(et).includes(t)
89
+ validator: (t) => Object.keys(Je).includes(t)
90
90
  },
91
91
  /**
92
92
  * Decoration for the badge. This can be only used with kind: label and type: default
@@ -98,7 +98,7 @@ const et = {
98
98
  decoration: {
99
99
  type: String,
100
100
  default: void 0,
101
- validator: (t) => Object.keys(at).includes(t)
101
+ validator: (t) => Object.keys(tt).includes(t)
102
102
  },
103
103
  /**
104
104
  * Used to customize the label container
@@ -110,9 +110,9 @@ const et = {
110
110
  },
111
111
  data() {
112
112
  return {
113
- BADGE_TYPE_MODIFIERS: et,
114
- BADGE_KIND_MODIFIERS: tt,
115
- BADGE_DECORATION_MODIFIERS: at
113
+ BADGE_TYPE_MODIFIERS: Je,
114
+ BADGE_KIND_MODIFIERS: et,
115
+ BADGE_DECORATION_MODIFIERS: tt
116
116
  };
117
117
  },
118
118
  computed: {
@@ -161,7 +161,7 @@ var ma = function() {
161
161
  null,
162
162
  null
163
163
  );
164
- const Pe = ga.exports, ee = ["base", "error", "info", "success", "warning"], va = ["alert", "alertdialog", "status"], ba = /* @__PURE__ */ new Map([
164
+ const Re = ga.exports, ee = ["base", "error", "info", "success", "warning"], va = ["alert", "alertdialog", "status"], ba = /* @__PURE__ */ new Map([
165
165
  ["info", "info"],
166
166
  ["success", "check-circle"],
167
167
  ["warning", "alert-triangle"],
@@ -206,7 +206,7 @@ var Sa = function() {
206
206
  null,
207
207
  null
208
208
  );
209
- const Ne = wa.exports, Da = {
209
+ const Pe = wa.exports, Da = {
210
210
  name: "DtNoticeContent",
211
211
  props: {
212
212
  /**
@@ -249,12 +249,12 @@ var Ia = function() {
249
249
  null,
250
250
  null
251
251
  );
252
- const Be = Oa.exports, ka = {
252
+ const Ne = Oa.exports, ka = {
253
253
  name: "DtNoticeAction",
254
254
  components: {
255
255
  DtIcon: y,
256
256
  DtButton: D,
257
- SrOnlyCloseButton: Le
257
+ SrOnlyCloseButton: $e
258
258
  },
259
259
  mixins: [M],
260
260
  props: {
@@ -323,12 +323,12 @@ var Ta = function() {
323
323
  null,
324
324
  null
325
325
  );
326
- const Fe = La.exports, Ea = {
326
+ const Be = La.exports, Ea = {
327
327
  name: "DtNotice",
328
328
  components: {
329
- DtNoticeIcon: Ne,
330
- DtNoticeContent: Be,
331
- DtNoticeAction: Fe
329
+ DtNoticeIcon: Pe,
330
+ DtNoticeContent: Ne,
331
+ DtNoticeAction: Be
332
332
  },
333
333
  mixins: [M],
334
334
  props: {
@@ -446,9 +446,9 @@ var Ma = function() {
446
446
  const zd = Ra.exports, Pa = {
447
447
  name: "DtBanner",
448
448
  components: {
449
- DtNoticeIcon: Ne,
450
- DtNoticeContent: Be,
451
- DtNoticeAction: Fe
449
+ DtNoticeIcon: Pe,
450
+ DtNoticeContent: Ne,
451
+ DtNoticeAction: Be
452
452
  },
453
453
  mixins: [J, M],
454
454
  props: {
@@ -738,7 +738,7 @@ var za = function() {
738
738
  null,
739
739
  null
740
740
  );
741
- const Xd = Xa.exports, nt = {
741
+ const Xd = Xa.exports, at = {
742
742
  start: "d-btn-group--start",
743
743
  end: "d-btn-group--end",
744
744
  "space-between": "d-btn-group--space-between"
@@ -751,12 +751,12 @@ const Xd = Xa.exports, nt = {
751
751
  alignment: {
752
752
  type: String,
753
753
  default: "start",
754
- validator: (t) => Object.keys(nt).includes(t)
754
+ validator: (t) => Object.keys(at).includes(t)
755
755
  }
756
756
  },
757
757
  data() {
758
758
  return {
759
- BUTTON_GROUP_ALIGNMENT: nt
759
+ BUTTON_GROUP_ALIGNMENT: at
760
760
  };
761
761
  }
762
762
  };
@@ -1059,7 +1059,7 @@ const Zd = cn.exports, un = {
1059
1059
  }
1060
1060
  }), pn = {
1061
1061
  name: "ComboboxLoadingList",
1062
- components: { DtListItem: ue, DtSkeleton: ia }
1062
+ components: { DtListItem: fe, DtSkeleton: ia }
1063
1063
  };
1064
1064
  var hn = function() {
1065
1065
  var e = this, a = e._self._c;
@@ -1078,7 +1078,7 @@ var hn = function() {
1078
1078
  );
1079
1079
  const Tt = _n.exports, gn = {
1080
1080
  name: "ComboboxEmptyList",
1081
- components: { DtListItem: ue },
1081
+ components: { DtListItem: fe },
1082
1082
  props: {
1083
1083
  /**
1084
1084
  * Message to display when list is empty
@@ -1543,7 +1543,7 @@ const $n = Tn.exports, Ln = {
1543
1543
  components: {
1544
1544
  DtButton: D,
1545
1545
  DtCollapsibleLazyShow: $n,
1546
- DtLazyShow: Me,
1546
+ DtLazyShow: Ee,
1547
1547
  DtIcon: y
1548
1548
  },
1549
1549
  props: {
@@ -1794,8 +1794,8 @@ const Jd = Vn.exports, Q = {
1794
1794
  }, jn = {
1795
1795
  name: "DtDropdown",
1796
1796
  components: {
1797
- DtPopover: fe,
1798
- SrOnlyCloseButton: Le
1797
+ DtPopover: pe,
1798
+ SrOnlyCloseButton: $e
1799
1799
  },
1800
1800
  mixins: [
1801
1801
  kt({
@@ -1890,8 +1890,8 @@ const Jd = Vn.exports, Q = {
1890
1890
  */
1891
1891
  navigationType: {
1892
1892
  type: String,
1893
- default: Ce.ARROW_KEYS,
1894
- validator: (t) => Object.values(Ce).includes(t)
1893
+ default: we.ARROW_KEYS,
1894
+ validator: (t) => Object.values(we).includes(t)
1895
1895
  },
1896
1896
  /**
1897
1897
  * If the dropdown does not fit in the direction described by "placement",
@@ -1943,7 +1943,7 @@ const Jd = Vn.exports, Q = {
1943
1943
  appendTo: {
1944
1944
  type: [HTMLElement, String],
1945
1945
  default: "body",
1946
- validator: (t) => pe.includes(t) || t instanceof HTMLElement
1946
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
1947
1947
  },
1948
1948
  /**
1949
1949
  * If set to false the dialog will display over top of the anchor when there is insufficient space.
@@ -1993,7 +1993,7 @@ const Jd = Vn.exports, Q = {
1993
1993
  ],
1994
1994
  data() {
1995
1995
  return {
1996
- LIST_ITEM_NAVIGATION_TYPES: Ce,
1996
+ LIST_ITEM_NAVIGATION_TYPES: we,
1997
1997
  DROPDOWN_PADDING_CLASSES: Q,
1998
1998
  EVENT_KEYNAMES: C,
1999
1999
  openedWithKeyboard: !1,
@@ -2170,19 +2170,19 @@ const ec = Zn.exports, Jn = /* @__PURE__ */ function() {
2170
2170
  } else
2171
2171
  a = setTimeout(() => {
2172
2172
  t.value = d, r = d;
2173
- }, Ze);
2173
+ }, Qe);
2174
2174
  }
2175
2175
  function i() {
2176
2176
  a && (clearTimeout(a), a = null), n = Date.now(), e = setTimeout(() => {
2177
2177
  t.value = null, r = null;
2178
- }, Ze);
2178
+ }, Qe);
2179
2179
  }
2180
2180
  let l = null;
2181
2181
  return () => (l === null && (l = { current: t, enter: s, leave: i }), l);
2182
2182
  }(), er = {
2183
2183
  name: "DtHovercard",
2184
2184
  components: {
2185
- DtPopover: fe
2185
+ DtPopover: pe
2186
2186
  },
2187
2187
  props: {
2188
2188
  /**
@@ -2282,7 +2282,7 @@ const ec = Zn.exports, Jn = /* @__PURE__ */ function() {
2282
2282
  appendTo: {
2283
2283
  type: [HTMLElement, String],
2284
2284
  default: "body",
2285
- validator: (t) => pe.includes(t) || t instanceof HTMLElement
2285
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
2286
2286
  }
2287
2287
  },
2288
2288
  emits: [
@@ -2569,22 +2569,22 @@ const lr = or.exports, dr = {
2569
2569
  }
2570
2570
  },
2571
2571
  data() {
2572
- const t = Je(this.messages);
2572
+ const t = Ze(this.messages);
2573
2573
  return {
2574
2574
  // wrap values in object to make reactive
2575
2575
  provideObj: {
2576
2576
  name: this.name,
2577
2577
  disabled: this.disabled,
2578
- validationState: Oe(t)
2578
+ validationState: xe(t)
2579
2579
  }
2580
2580
  };
2581
2581
  },
2582
2582
  computed: {
2583
2583
  formattedMessages() {
2584
- return Je(this.messages);
2584
+ return Ze(this.messages);
2585
2585
  },
2586
2586
  validationState() {
2587
- return Oe(this.formattedMessages);
2587
+ return xe(this.formattedMessages);
2588
2588
  }
2589
2589
  },
2590
2590
  watch: {
@@ -2605,7 +2605,7 @@ const lr = or.exports, dr = {
2605
2605
  }
2606
2606
  },
2607
2607
  mounted() {
2608
- !this.legend && !this.$slots.legend && !this.$attrs["aria-label"] && _e.util.warn("It is expected that an aria-label is provided when there is no legend.", this);
2608
+ !this.legend && !this.$slots.legend && !this.$attrs["aria-label"] && ge.util.warn("It is expected that an aria-label is provided when there is no legend.", this);
2609
2609
  }
2610
2610
  }, cr = {
2611
2611
  name: "DtInputGroup",
@@ -2685,13 +2685,13 @@ var ur = function() {
2685
2685
  null,
2686
2686
  null
2687
2687
  );
2688
- const Et = pr.exports, rt = {
2688
+ const Et = pr.exports, nt = {
2689
2689
  default: "",
2690
2690
  danger: "d-modal--danger"
2691
- }, st = {
2691
+ }, rt = {
2692
2692
  default: "",
2693
2693
  full: "d-modal--full"
2694
- }, it = {
2694
+ }, st = {
2695
2695
  error: "d-modal__banner--critical",
2696
2696
  info: "d-modal__banner--info",
2697
2697
  success: "d-modal__banner--success",
@@ -2700,10 +2700,10 @@ const Et = pr.exports, rt = {
2700
2700
  }, hr = {
2701
2701
  name: "DtModal",
2702
2702
  components: {
2703
- DtLazyShow: Me,
2703
+ DtLazyShow: Ee,
2704
2704
  DtButton: D,
2705
2705
  DtIcon: y,
2706
- SrOnlyCloseButton: Le
2706
+ SrOnlyCloseButton: $e
2707
2707
  },
2708
2708
  mixins: [J, M],
2709
2709
  props: {
@@ -2771,7 +2771,7 @@ const Et = pr.exports, rt = {
2771
2771
  kind: {
2772
2772
  type: String,
2773
2773
  default: "default",
2774
- validator: (t) => Object.keys(rt).includes(t)
2774
+ validator: (t) => Object.keys(nt).includes(t)
2775
2775
  },
2776
2776
  /**
2777
2777
  * The size of the modal. size - default or full,
@@ -2780,7 +2780,7 @@ const Et = pr.exports, rt = {
2780
2780
  size: {
2781
2781
  type: String,
2782
2782
  default: "default",
2783
- validator: (t) => Object.keys(st).includes(t)
2783
+ validator: (t) => Object.keys(rt).includes(t)
2784
2784
  },
2785
2785
  /**
2786
2786
  * Additional class name for the root modal element.
@@ -2878,9 +2878,9 @@ const Et = pr.exports, rt = {
2878
2878
  ],
2879
2879
  data() {
2880
2880
  return {
2881
- MODAL_KIND_MODIFIERS: rt,
2882
- MODAL_SIZE_MODIFIERS: st,
2883
- MODAL_BANNER_KINDS: it,
2881
+ MODAL_KIND_MODIFIERS: nt,
2882
+ MODAL_SIZE_MODIFIERS: rt,
2883
+ MODAL_BANNER_KINDS: st,
2884
2884
  EVENT_KEYNAMES: C
2885
2885
  };
2886
2886
  },
@@ -2915,7 +2915,7 @@ const Et = pr.exports, rt = {
2915
2915
  return !!this.$slots.footer;
2916
2916
  },
2917
2917
  bannerKindClass() {
2918
- return it[this.bannerKind];
2918
+ return st[this.bannerKind];
2919
2919
  }
2920
2920
  },
2921
2921
  watch: {
@@ -3171,7 +3171,7 @@ const rc = Ir.exports, xr = {
3171
3171
  }, Or = {
3172
3172
  name: "DtRadio",
3173
3173
  components: { DtValidationMessages: V },
3174
- mixins: [It, xt, Ot, Ee],
3174
+ mixins: [It, xt, Ot, Le],
3175
3175
  inheritAttrs: !1,
3176
3176
  props: {
3177
3177
  /**
@@ -3429,7 +3429,7 @@ const oc = Br.exports, Fr = {
3429
3429
  }, qr = {
3430
3430
  name: "DtCheckbox",
3431
3431
  components: { DtValidationMessages: V },
3432
- mixins: [It, xt, Ot, Ee],
3432
+ mixins: [It, xt, Ot, Le],
3433
3433
  inheritAttrs: !1,
3434
3434
  emits: [
3435
3435
  /**
@@ -3540,7 +3540,7 @@ const lc = Vr.exports, jr = {
3540
3540
  value: {
3541
3541
  type: [],
3542
3542
  default: null,
3543
- validator: (t) => t ? (_e.util.warn(
3543
+ validator: (t) => t ? (ge.util.warn(
3544
3544
  "Component uses selectedValues to initialize the model, value is not supported by this component",
3545
3545
  void 0
3546
3546
  ), !1) : !0
@@ -3631,7 +3631,7 @@ var Kr = /* @__PURE__ */ c(
3631
3631
  null,
3632
3632
  null
3633
3633
  );
3634
- const dc = Kr.exports, ot = {
3634
+ const dc = Kr.exports, it = {
3635
3635
  xs: "d-chip__label--xs",
3636
3636
  sm: "d-chip__label--sm",
3637
3637
  md: ""
@@ -3675,7 +3675,7 @@ const dc = Kr.exports, ot = {
3675
3675
  size: {
3676
3676
  type: String,
3677
3677
  default: "md",
3678
- validator: (t) => Object.keys(ot).includes(t)
3678
+ validator: (t) => Object.keys(it).includes(t)
3679
3679
  },
3680
3680
  /**
3681
3681
  * The interactivity of the chip.
@@ -3766,7 +3766,7 @@ const dc = Kr.exports, ot = {
3766
3766
  chipClasses() {
3767
3767
  return [
3768
3768
  this.$attrs["grouped-chip"] ? "d-chip" : "d-chip__label",
3769
- ot[this.size],
3769
+ it[this.size],
3770
3770
  this.labelClass
3771
3771
  ];
3772
3772
  },
@@ -3798,7 +3798,7 @@ var Qr = function() {
3798
3798
  null,
3799
3799
  null
3800
3800
  );
3801
- const Mt = Jr.exports, lt = {
3801
+ const Mt = Jr.exports, ot = {
3802
3802
  xs: "d-select--xs",
3803
3803
  sm: "d-select--sm",
3804
3804
  md: "",
@@ -3811,7 +3811,7 @@ const Mt = Jr.exports, lt = {
3811
3811
  }, ts = (t) => !t.index || typeof t.index == "number", as = (t) => t.value ? typeof t.value == "string" || typeof t.value == "number" : !1, ns = (t) => t.label ? typeof t.label == "string" : !1, rs = (t) => t ? t.every((e) => !(!ts(e) || !as(e) || !ns(e))) : !0, ss = {
3812
3812
  name: "DtSelectMenu",
3813
3813
  components: { DtValidationMessages: V },
3814
- mixins: [Ee],
3814
+ mixins: [Le],
3815
3815
  inheritAttrs: !1,
3816
3816
  props: {
3817
3817
  /**
@@ -3856,7 +3856,7 @@ const Mt = Jr.exports, lt = {
3856
3856
  size: {
3857
3857
  type: String,
3858
3858
  default: "md",
3859
- validator: (t) => Object.keys(lt).includes(t)
3859
+ validator: (t) => Object.keys(ot).includes(t)
3860
3860
  },
3861
3861
  /**
3862
3862
  * Used to customize the label container
@@ -3936,7 +3936,7 @@ const Mt = Jr.exports, lt = {
3936
3936
  return {
3937
3937
  LABEL_SIZE_MODIFIERS: ca,
3938
3938
  DESCRIPTION_SIZE_MODIFIERS: ua,
3939
- SELECT_SIZE_MODIFIERS: lt,
3939
+ SELECT_SIZE_MODIFIERS: ot,
3940
3940
  SELECT_STATE_MODIFIERS: es
3941
3941
  };
3942
3942
  },
@@ -3959,7 +3959,7 @@ const Mt = Jr.exports, lt = {
3959
3959
  };
3960
3960
  },
3961
3961
  state() {
3962
- return Oe(this.formattedMessages);
3962
+ return xe(this.formattedMessages);
3963
3963
  },
3964
3964
  selectKey() {
3965
3965
  return O();
@@ -3986,7 +3986,7 @@ const Mt = Jr.exports, lt = {
3986
3986
  },
3987
3987
  validateOptionsPresence() {
3988
3988
  var t;
3989
- ((t = this.options) == null ? void 0 : t.length) < 1 && !this.$slots.default && _e.util.warn("Options are expected to be provided via prop or slot", this);
3989
+ ((t = this.options) == null ? void 0 : t.length) < 1 && !this.$slots.default && ge.util.warn("Options are expected to be provided via prop or slot", this);
3990
3990
  }
3991
3991
  }
3992
3992
  };
@@ -4027,12 +4027,12 @@ var is = function() {
4027
4027
  null,
4028
4028
  null
4029
4029
  );
4030
- const cc = ls.exports, ds = ["status", "alert"], dt = 6e3, cs = {
4030
+ const cc = ls.exports, ds = ["status", "alert"], lt = 6e3, cs = {
4031
4031
  name: "DtToast",
4032
4032
  components: {
4033
- DtNoticeIcon: Ne,
4034
- DtNoticeContent: Be,
4035
- DtNoticeAction: Fe
4033
+ DtNoticeIcon: Pe,
4034
+ DtNoticeContent: Ne,
4035
+ DtNoticeAction: Be
4036
4036
  },
4037
4037
  mixins: [M],
4038
4038
  props: {
@@ -4131,7 +4131,7 @@ const cc = ls.exports, ds = ["status", "alert"], dt = 6e3, cs = {
4131
4131
  duration: {
4132
4132
  type: Number,
4133
4133
  default: null,
4134
- validator: (t) => t >= dt
4134
+ validator: (t) => t >= lt
4135
4135
  }
4136
4136
  },
4137
4137
  emits: [
@@ -4151,7 +4151,7 @@ const cc = ls.exports, ds = ["status", "alert"], dt = 6e3, cs = {
4151
4151
  data() {
4152
4152
  return {
4153
4153
  isShown: !1,
4154
- minDuration: dt
4154
+ minDuration: lt
4155
4155
  };
4156
4156
  },
4157
4157
  computed: {
@@ -4216,7 +4216,7 @@ var us = function() {
4216
4216
  null,
4217
4217
  null
4218
4218
  );
4219
- const uc = ps.exports, ct = {
4219
+ const uc = ps.exports, dt = {
4220
4220
  sm: "d-toggle--small",
4221
4221
  md: ""
4222
4222
  }, hs = [!1, !0, "mixed"], ms = {
@@ -4270,7 +4270,7 @@ const uc = ps.exports, ct = {
4270
4270
  size: {
4271
4271
  type: String,
4272
4272
  default: "md",
4273
- validator: (t) => Object.keys(ct).includes(t)
4273
+ validator: (t) => Object.keys(dt).includes(t)
4274
4274
  },
4275
4275
  /**
4276
4276
  * Shows the icon
@@ -4326,7 +4326,7 @@ const uc = ps.exports, ct = {
4326
4326
  toggleClasses() {
4327
4327
  return [
4328
4328
  "d-toggle",
4329
- ct[this.size],
4329
+ dt[this.size],
4330
4330
  {
4331
4331
  "d-toggle--checked": this.internalChecked === !0,
4332
4332
  "d-toggle--disabled": this.disabled,
@@ -4354,7 +4354,7 @@ const uc = ps.exports, ct = {
4354
4354
  this.validateInputLabels(this.hasSlotLabel(), this.$attrs["aria-label"]);
4355
4355
  },
4356
4356
  validateInputLabels(t, e) {
4357
- !t && !e && _e.util.warn(
4357
+ !t && !e && ge.util.warn(
4358
4358
  "You must provide an aria-label when there is no label passed",
4359
4359
  this
4360
4360
  );
@@ -4460,7 +4460,7 @@ var Ss = function() {
4460
4460
  null,
4461
4461
  null
4462
4462
  );
4463
- const hc = ws.exports, ut = {
4463
+ const hc = ws.exports, ct = {
4464
4464
  LEFT: "left",
4465
4465
  RIGHT: "right"
4466
4466
  }, Ds = ["sm", "md", "lg", null], Is = {
@@ -4526,7 +4526,7 @@ const hc = ws.exports, ut = {
4526
4526
  sidebarPosition: {
4527
4527
  type: String,
4528
4528
  default: "left",
4529
- validator: (t) => Object.values(ut).includes(t)
4529
+ validator: (t) => Object.values(ct).includes(t)
4530
4530
  },
4531
4531
  /**
4532
4532
  * Additional class name for the footer element
@@ -4554,7 +4554,7 @@ const hc = ws.exports, ut = {
4554
4554
  },
4555
4555
  computed: {
4556
4556
  isInverted() {
4557
- return this.sidebarPosition === ut.RIGHT;
4557
+ return this.sidebarPosition === ct.RIGHT;
4558
4558
  }
4559
4559
  }
4560
4560
  };
@@ -4608,7 +4608,7 @@ function j(t, e) {
4608
4608
  var a = p(t), n = b(e);
4609
4609
  return isNaN(n) ? /* @__PURE__ */ new Date(NaN) : (n && a.setDate(a.getDate() + n), a);
4610
4610
  }
4611
- function ge(t, e) {
4611
+ function ve(t, e) {
4612
4612
  f(2, arguments);
4613
4613
  var a = p(t), n = b(e);
4614
4614
  if (isNaN(n))
@@ -4623,7 +4623,7 @@ function ge(t, e) {
4623
4623
  function K(t, e) {
4624
4624
  if (f(2, arguments), !e || W(e) !== "object")
4625
4625
  return /* @__PURE__ */ new Date(NaN);
4626
- var a = e.years ? b(e.years) : 0, n = e.months ? b(e.months) : 0, r = e.weeks ? b(e.weeks) : 0, s = e.days ? b(e.days) : 0, i = e.hours ? b(e.hours) : 0, l = e.minutes ? b(e.minutes) : 0, d = e.seconds ? b(e.seconds) : 0, u = p(t), _ = n || a ? ge(u, n + a * 12) : u, o = s || r ? j(_, s + r * 7) : _, m = l + i * 60, h = d + m * 60, g = h * 1e3, I = new Date(o.getTime() + g);
4626
+ var a = e.years ? b(e.years) : 0, n = e.months ? b(e.months) : 0, r = e.weeks ? b(e.weeks) : 0, s = e.days ? b(e.days) : 0, i = e.hours ? b(e.hours) : 0, l = e.minutes ? b(e.minutes) : 0, d = e.seconds ? b(e.seconds) : 0, u = p(t), _ = n || a ? ve(u, n + a * 12) : u, o = s || r ? j(_, s + r * 7) : _, m = l + i * 60, h = d + m * 60, g = h * 1e3, I = new Date(o.getTime() + g);
4627
4627
  return I;
4628
4628
  }
4629
4629
  function Ts(t, e) {
@@ -4635,7 +4635,7 @@ var $s = {};
4635
4635
  function F() {
4636
4636
  return $s;
4637
4637
  }
4638
- function ke(t, e) {
4638
+ function Oe(t, e) {
4639
4639
  var a, n, r, s, i, l, d, u;
4640
4640
  f(1, arguments);
4641
4641
  var _ = F(), o = b((a = (n = (r = (s = e == null ? void 0 : e.weekStartsOn) !== null && s !== void 0 ? s : e == null || (i = e.locale) === null || i === void 0 || (l = i.options) === null || l === void 0 ? void 0 : l.weekStartsOn) !== null && r !== void 0 ? r : _.weekStartsOn) !== null && n !== void 0 ? n : (d = _.locale) === null || d === void 0 || (u = d.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && a !== void 0 ? a : 0);
@@ -4648,7 +4648,7 @@ function Z(t) {
4648
4648
  var e = new Date(Date.UTC(t.getFullYear(), t.getMonth(), t.getDate(), t.getHours(), t.getMinutes(), t.getSeconds(), t.getMilliseconds()));
4649
4649
  return e.setUTCFullYear(t.getFullYear()), t.getTime() - e.getTime();
4650
4650
  }
4651
- function ie(t) {
4651
+ function oe(t) {
4652
4652
  f(1, arguments);
4653
4653
  var e = p(t);
4654
4654
  return e.setHours(0, 0, 0, 0), e;
@@ -4656,7 +4656,7 @@ function ie(t) {
4656
4656
  var Ls = 864e5;
4657
4657
  function Es(t, e) {
4658
4658
  f(2, arguments);
4659
- var a = ie(t), n = ie(e), r = a.getTime() - Z(a), s = n.getTime() - Z(n);
4659
+ var a = oe(t), n = oe(e), r = a.getTime() - Z(a), s = n.getTime() - Z(n);
4660
4660
  return Math.round((r - s) / Ls);
4661
4661
  }
4662
4662
  function N(t, e) {
@@ -4667,7 +4667,7 @@ function N(t, e) {
4667
4667
  var Ms = 6e4, As = 36e5;
4668
4668
  function At(t, e) {
4669
4669
  f(2, arguments);
4670
- var a = ie(t), n = ie(e);
4670
+ var a = oe(t), n = oe(e);
4671
4671
  return a.getTime() === n.getTime();
4672
4672
  }
4673
4673
  function Rs(t) {
@@ -4689,21 +4689,21 @@ function Bs(t, e) {
4689
4689
  var a = p(t), n = p(e);
4690
4690
  return a.getFullYear() - n.getFullYear();
4691
4691
  }
4692
- function ft(t, e) {
4692
+ function ut(t, e) {
4693
4693
  var a = t.getFullYear() - e.getFullYear() || t.getMonth() - e.getMonth() || t.getDate() - e.getDate() || t.getHours() - e.getHours() || t.getMinutes() - e.getMinutes() || t.getSeconds() - e.getSeconds() || t.getMilliseconds() - e.getMilliseconds();
4694
4694
  return a < 0 ? -1 : a > 0 ? 1 : a;
4695
4695
  }
4696
4696
  function Fs(t, e) {
4697
4697
  f(2, arguments);
4698
- var a = p(t), n = p(e), r = ft(a, n), s = Math.abs(Es(a, n));
4698
+ var a = p(t), n = p(e), r = ut(a, n), s = Math.abs(Es(a, n));
4699
4699
  a.setDate(a.getDate() - r * s);
4700
- var i = +(ft(a, n) === -r), l = r * (s - i);
4700
+ var i = +(ut(a, n) === -r), l = r * (s - i);
4701
4701
  return l === 0 ? 0 : l;
4702
4702
  }
4703
- function qe(t, e) {
4703
+ function Fe(t, e) {
4704
4704
  return f(2, arguments), p(t).getTime() - p(e).getTime();
4705
4705
  }
4706
- var pt = {
4706
+ var ft = {
4707
4707
  ceil: Math.ceil,
4708
4708
  round: Math.round,
4709
4709
  floor: Math.floor,
@@ -4712,18 +4712,18 @@ var pt = {
4712
4712
  }
4713
4713
  // Math.trunc is not supported by IE
4714
4714
  }, qs = "trunc";
4715
- function He(t) {
4716
- return t ? pt[t] : pt[qs];
4715
+ function qe(t) {
4716
+ return t ? ft[t] : ft[qs];
4717
4717
  }
4718
4718
  function Hs(t, e, a) {
4719
4719
  f(2, arguments);
4720
- var n = qe(t, e) / As;
4721
- return He(a == null ? void 0 : a.roundingMethod)(n);
4720
+ var n = Fe(t, e) / As;
4721
+ return qe(a == null ? void 0 : a.roundingMethod)(n);
4722
4722
  }
4723
4723
  function Ws(t, e, a) {
4724
4724
  f(2, arguments);
4725
- var n = qe(t, e) / Ms;
4726
- return He(a == null ? void 0 : a.roundingMethod)(n);
4725
+ var n = Fe(t, e) / Ms;
4726
+ return qe(a == null ? void 0 : a.roundingMethod)(n);
4727
4727
  }
4728
4728
  function Vs(t) {
4729
4729
  f(1, arguments);
@@ -4754,8 +4754,8 @@ function Pt(t, e) {
4754
4754
  }
4755
4755
  function Nt(t, e, a) {
4756
4756
  f(2, arguments);
4757
- var n = qe(t, e) / 1e3;
4758
- return He(a == null ? void 0 : a.roundingMethod)(n);
4757
+ var n = Fe(t, e) / 1e3;
4758
+ return qe(a == null ? void 0 : a.roundingMethod)(n);
4759
4759
  }
4760
4760
  function Us(t, e) {
4761
4761
  f(2, arguments);
@@ -4782,7 +4782,7 @@ function Gs(t) {
4782
4782
  var n = e.getTime(), r = a - n;
4783
4783
  return Math.floor(r / zs) + 1;
4784
4784
  }
4785
- function oe(t) {
4785
+ function le(t) {
4786
4786
  f(1, arguments);
4787
4787
  var e = 1, a = p(t), n = a.getUTCDay(), r = (n < e ? 7 : 0) + n - e;
4788
4788
  return a.setUTCDate(a.getUTCDate() - r), a.setUTCHours(0, 0, 0, 0), a;
@@ -4791,25 +4791,25 @@ function Bt(t) {
4791
4791
  f(1, arguments);
4792
4792
  var e = p(t), a = e.getUTCFullYear(), n = /* @__PURE__ */ new Date(0);
4793
4793
  n.setUTCFullYear(a + 1, 0, 4), n.setUTCHours(0, 0, 0, 0);
4794
- var r = oe(n), s = /* @__PURE__ */ new Date(0);
4794
+ var r = le(n), s = /* @__PURE__ */ new Date(0);
4795
4795
  s.setUTCFullYear(a, 0, 4), s.setUTCHours(0, 0, 0, 0);
4796
- var i = oe(s);
4796
+ var i = le(s);
4797
4797
  return e.getTime() >= r.getTime() ? a + 1 : e.getTime() >= i.getTime() ? a : a - 1;
4798
4798
  }
4799
4799
  function Xs(t) {
4800
4800
  f(1, arguments);
4801
4801
  var e = Bt(t), a = /* @__PURE__ */ new Date(0);
4802
4802
  a.setUTCFullYear(e, 0, 4), a.setUTCHours(0, 0, 0, 0);
4803
- var n = oe(a);
4803
+ var n = le(a);
4804
4804
  return n;
4805
4805
  }
4806
4806
  var Qs = 6048e5;
4807
4807
  function Zs(t) {
4808
4808
  f(1, arguments);
4809
- var e = p(t), a = oe(e).getTime() - Xs(e).getTime();
4809
+ var e = p(t), a = le(e).getTime() - Xs(e).getTime();
4810
4810
  return Math.round(a / Qs) + 1;
4811
4811
  }
4812
- function le(t, e) {
4812
+ function de(t, e) {
4813
4813
  var a, n, r, s, i, l, d, u;
4814
4814
  f(1, arguments);
4815
4815
  var _ = F(), o = b((a = (n = (r = (s = e == null ? void 0 : e.weekStartsOn) !== null && s !== void 0 ? s : e == null || (i = e.locale) === null || i === void 0 || (l = i.options) === null || l === void 0 ? void 0 : l.weekStartsOn) !== null && r !== void 0 ? r : _.weekStartsOn) !== null && n !== void 0 ? n : (d = _.locale) === null || d === void 0 || (u = d.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && a !== void 0 ? a : 0);
@@ -4826,9 +4826,9 @@ function Ft(t, e) {
4826
4826
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
4827
4827
  var g = /* @__PURE__ */ new Date(0);
4828
4828
  g.setUTCFullYear(o + 1, 0, h), g.setUTCHours(0, 0, 0, 0);
4829
- var I = le(g, e), w = /* @__PURE__ */ new Date(0);
4829
+ var I = de(g, e), w = /* @__PURE__ */ new Date(0);
4830
4830
  w.setUTCFullYear(o, 0, h), w.setUTCHours(0, 0, 0, 0);
4831
- var k = le(w, e);
4831
+ var k = de(w, e);
4832
4832
  return _.getTime() >= I.getTime() ? o + 1 : _.getTime() >= k.getTime() ? o : o - 1;
4833
4833
  }
4834
4834
  function Js(t, e) {
@@ -4836,13 +4836,13 @@ function Js(t, e) {
4836
4836
  f(1, arguments);
4837
4837
  var _ = F(), o = b((a = (n = (r = (s = e == null ? void 0 : e.firstWeekContainsDate) !== null && s !== void 0 ? s : e == null || (i = e.locale) === null || i === void 0 || (l = i.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && r !== void 0 ? r : _.firstWeekContainsDate) !== null && n !== void 0 ? n : (d = _.locale) === null || d === void 0 || (u = d.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && a !== void 0 ? a : 1), m = Ft(t, e), h = /* @__PURE__ */ new Date(0);
4838
4838
  h.setUTCFullYear(m, 0, o), h.setUTCHours(0, 0, 0, 0);
4839
- var g = le(h, e);
4839
+ var g = de(h, e);
4840
4840
  return g;
4841
4841
  }
4842
4842
  var ei = 6048e5;
4843
4843
  function ti(t, e) {
4844
4844
  f(1, arguments);
4845
- var a = p(t), n = le(a, e).getTime() - Js(a, e).getTime();
4845
+ var a = p(t), n = de(a, e).getTime() - Js(a, e).getTime();
4846
4846
  return Math.round(n / ei) + 1;
4847
4847
  }
4848
4848
  function v(t, e) {
@@ -5387,7 +5387,7 @@ var H = {
5387
5387
  return "Z";
5388
5388
  switch (a) {
5389
5389
  case "X":
5390
- return mt(i);
5390
+ return ht(i);
5391
5391
  case "XXXX":
5392
5392
  case "XX":
5393
5393
  return P(i);
@@ -5402,7 +5402,7 @@ var H = {
5402
5402
  var s = r._originalDate || e, i = s.getTimezoneOffset();
5403
5403
  switch (a) {
5404
5404
  case "x":
5405
- return mt(i);
5405
+ return ht(i);
5406
5406
  case "xxxx":
5407
5407
  case "xx":
5408
5408
  return P(i);
@@ -5419,7 +5419,7 @@ var H = {
5419
5419
  case "O":
5420
5420
  case "OO":
5421
5421
  case "OOO":
5422
- return "GMT" + ht(i, ":");
5422
+ return "GMT" + pt(i, ":");
5423
5423
  case "OOOO":
5424
5424
  default:
5425
5425
  return "GMT" + P(i, ":");
@@ -5432,7 +5432,7 @@ var H = {
5432
5432
  case "z":
5433
5433
  case "zz":
5434
5434
  case "zzz":
5435
- return "GMT" + ht(i, ":");
5435
+ return "GMT" + pt(i, ":");
5436
5436
  case "zzzz":
5437
5437
  default:
5438
5438
  return "GMT" + P(i, ":");
@@ -5449,14 +5449,14 @@ var H = {
5449
5449
  return v(i, a.length);
5450
5450
  }
5451
5451
  };
5452
- function ht(t, e) {
5452
+ function pt(t, e) {
5453
5453
  var a = t > 0 ? "-" : "+", n = Math.abs(t), r = Math.floor(n / 60), s = n % 60;
5454
5454
  if (s === 0)
5455
5455
  return a + String(r);
5456
5456
  var i = e || "";
5457
5457
  return a + String(r) + i + v(s, 2);
5458
5458
  }
5459
- function mt(t, e) {
5459
+ function ht(t, e) {
5460
5460
  if (t % 60 === 0) {
5461
5461
  var a = t > 0 ? "-" : "+";
5462
5462
  return a + v(Math.abs(t) / 60, 2);
@@ -5468,7 +5468,7 @@ function P(t, e) {
5468
5468
  return n + s + a + i;
5469
5469
  }
5470
5470
  const ri = ni;
5471
- var _t = function(e, a) {
5471
+ var mt = function(e, a) {
5472
5472
  switch (e) {
5473
5473
  case "P":
5474
5474
  return a.date({
@@ -5511,7 +5511,7 @@ var _t = function(e, a) {
5511
5511
  }, si = function(e, a) {
5512
5512
  var n = e.match(/(P+)(p+)?/) || [], r = n[1], s = n[2];
5513
5513
  if (!s)
5514
- return _t(e, a);
5514
+ return mt(e, a);
5515
5515
  var i;
5516
5516
  switch (r) {
5517
5517
  case "P":
@@ -5536,7 +5536,7 @@ var _t = function(e, a) {
5536
5536
  });
5537
5537
  break;
5538
5538
  }
5539
- return i.replace("{{date}}", _t(r, a)).replace("{{time}}", qt(s, a));
5539
+ return i.replace("{{date}}", mt(r, a)).replace("{{time}}", qt(s, a));
5540
5540
  }, ii = {
5541
5541
  p: qt,
5542
5542
  P: si
@@ -5549,7 +5549,7 @@ function ci(t) {
5549
5549
  function ui(t) {
5550
5550
  return di.indexOf(t) !== -1;
5551
5551
  }
5552
- function gt(t, e, a) {
5552
+ function _t(t, e, a) {
5553
5553
  if (t === "YYYY")
5554
5554
  throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(e, "`) for formatting years to the input `").concat(a, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
5555
5555
  if (t === "YY")
@@ -5626,7 +5626,7 @@ var fi = {
5626
5626
  return typeof s == "string" ? r = s : a === 1 ? r = s.one : r = s.other.replace("{{count}}", a.toString()), n != null && n.addSuffix ? n.comparison && n.comparison > 0 ? "in " + r : r + " ago" : r;
5627
5627
  };
5628
5628
  const hi = pi;
5629
- function we(t) {
5629
+ function De(t) {
5630
5630
  return function() {
5631
5631
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, a = e.width ? String(e.width) : t.defaultWidth, n = t.formats[a] || t.formats[t.defaultWidth];
5632
5632
  return n;
@@ -5648,15 +5648,15 @@ var mi = {
5648
5648
  medium: "{{date}}, {{time}}",
5649
5649
  short: "{{date}}, {{time}}"
5650
5650
  }, vi = {
5651
- date: we({
5651
+ date: De({
5652
5652
  formats: mi,
5653
5653
  defaultWidth: "full"
5654
5654
  }),
5655
- time: we({
5655
+ time: De({
5656
5656
  formats: _i,
5657
5657
  defaultWidth: "full"
5658
5658
  }),
5659
- dateTime: we({
5659
+ dateTime: De({
5660
5660
  formats: gi,
5661
5661
  defaultWidth: "full"
5662
5662
  })
@@ -5948,16 +5948,16 @@ var Gi = {
5948
5948
  firstWeekContainsDate: 1
5949
5949
  }
5950
5950
  };
5951
- const We = Gi;
5951
+ const He = Gi;
5952
5952
  var Xi = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Qi = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Zi = /^'([^]*?)'?$/, Ji = /''/g, eo = /[a-zA-Z]/;
5953
5953
  function A(t, e, a) {
5954
- var n, r, s, i, l, d, u, _, o, m, h, g, I, w, k, q, R, be;
5954
+ var n, r, s, i, l, d, u, _, o, m, h, g, I, w, k, q, R, ye;
5955
5955
  f(2, arguments);
5956
- var Kt = String(e), U = F(), Y = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : U.locale) !== null && n !== void 0 ? n : We, ye = b((s = (i = (l = (d = a == null ? void 0 : a.firstWeekContainsDate) !== null && d !== void 0 ? d : a == null || (u = a.locale) === null || u === void 0 || (_ = u.options) === null || _ === void 0 ? void 0 : _.firstWeekContainsDate) !== null && l !== void 0 ? l : U.firstWeekContainsDate) !== null && i !== void 0 ? i : (o = U.locale) === null || o === void 0 || (m = o.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && s !== void 0 ? s : 1);
5957
- if (!(ye >= 1 && ye <= 7))
5956
+ var Kt = String(e), U = F(), Y = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : U.locale) !== null && n !== void 0 ? n : He, Se = b((s = (i = (l = (d = a == null ? void 0 : a.firstWeekContainsDate) !== null && d !== void 0 ? d : a == null || (u = a.locale) === null || u === void 0 || (_ = u.options) === null || _ === void 0 ? void 0 : _.firstWeekContainsDate) !== null && l !== void 0 ? l : U.firstWeekContainsDate) !== null && i !== void 0 ? i : (o = U.locale) === null || o === void 0 || (m = o.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && s !== void 0 ? s : 1);
5957
+ if (!(Se >= 1 && Se <= 7))
5958
5958
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
5959
- var Se = b((h = (g = (I = (w = a == null ? void 0 : a.weekStartsOn) !== null && w !== void 0 ? w : a == null || (k = a.locale) === null || k === void 0 || (q = k.options) === null || q === void 0 ? void 0 : q.weekStartsOn) !== null && I !== void 0 ? I : U.weekStartsOn) !== null && g !== void 0 ? g : (R = U.locale) === null || R === void 0 || (be = R.options) === null || be === void 0 ? void 0 : be.weekStartsOn) !== null && h !== void 0 ? h : 0);
5960
- if (!(Se >= 0 && Se <= 6))
5959
+ var Ce = b((h = (g = (I = (w = a == null ? void 0 : a.weekStartsOn) !== null && w !== void 0 ? w : a == null || (k = a.locale) === null || k === void 0 || (q = k.options) === null || q === void 0 ? void 0 : q.weekStartsOn) !== null && I !== void 0 ? I : U.weekStartsOn) !== null && g !== void 0 ? g : (R = U.locale) === null || R === void 0 || (ye = R.options) === null || ye === void 0 ? void 0 : ye.weekStartsOn) !== null && h !== void 0 ? h : 0);
5960
+ if (!(Ce >= 0 && Ce <= 6))
5961
5961
  throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
5962
5962
  if (!Y.localize)
5963
5963
  throw new RangeError("locale must contain localize property");
@@ -5967,8 +5967,8 @@ function A(t, e, a) {
5967
5967
  if (!Ps(te))
5968
5968
  throw new RangeError("Invalid time value");
5969
5969
  var zt = Z(te), Gt = Ks(te, zt), Xt = {
5970
- firstWeekContainsDate: ye,
5971
- weekStartsOn: Se,
5970
+ firstWeekContainsDate: Se,
5971
+ weekStartsOn: Ce,
5972
5972
  locale: Y,
5973
5973
  _originalDate: te
5974
5974
  }, Qt = Kt.match(Qi).map(function(x) {
@@ -5986,7 +5986,7 @@ function A(t, e, a) {
5986
5986
  return to(x);
5987
5987
  var ae = ri[$];
5988
5988
  if (ae)
5989
- return !(a != null && a.useAdditionalWeekYearTokens) && ui(x) && gt(x, e, String(t)), !(a != null && a.useAdditionalDayOfYearTokens) && ci(x) && gt(x, e, String(t)), ae(Gt, x, Y.localize, Xt);
5989
+ return !(a != null && a.useAdditionalWeekYearTokens) && ui(x) && _t(x, e, String(t)), !(a != null && a.useAdditionalDayOfYearTokens) && ci(x) && _t(x, e, String(t)), ae(Gt, x, Y.localize, Xt);
5990
5990
  if ($.match(eo))
5991
5991
  throw new RangeError("Format string contains an unescaped latin alphabet character `" + $ + "`");
5992
5992
  return x;
@@ -6007,11 +6007,11 @@ function Ht(t, e) {
6007
6007
  function ao(t) {
6008
6008
  return Ht({}, t);
6009
6009
  }
6010
- var vt = 1440, no = 2520, De = 43200, ro = 86400;
6010
+ var gt = 1440, no = 2520, Ie = 43200, ro = 86400;
6011
6011
  function so(t, e, a) {
6012
6012
  var n, r;
6013
6013
  f(2, arguments);
6014
- var s = F(), i = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : s.locale) !== null && n !== void 0 ? n : We;
6014
+ var s = F(), i = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : s.locale) !== null && n !== void 0 ? n : He;
6015
6015
  if (!i.formatDistance)
6016
6016
  throw new RangeError("locale must contain formatDistance property");
6017
6017
  var l = N(t, e);
@@ -6029,20 +6029,20 @@ function so(t, e, a) {
6029
6029
  return i.formatDistance("xMinutes", h, d);
6030
6030
  if (h < 90)
6031
6031
  return i.formatDistance("aboutXHours", 1, d);
6032
- if (h < vt) {
6032
+ if (h < gt) {
6033
6033
  var I = Math.round(h / 60);
6034
6034
  return i.formatDistance("aboutXHours", I, d);
6035
6035
  } else {
6036
6036
  if (h < no)
6037
6037
  return i.formatDistance("xDays", 1, d);
6038
- if (h < De) {
6039
- var w = Math.round(h / vt);
6038
+ if (h < Ie) {
6039
+ var w = Math.round(h / gt);
6040
6040
  return i.formatDistance("xDays", w, d);
6041
6041
  } else if (h < ro)
6042
- return g = Math.round(h / De), i.formatDistance("aboutXMonths", g, d);
6042
+ return g = Math.round(h / Ie), i.formatDistance("aboutXMonths", g, d);
6043
6043
  }
6044
6044
  if (g = Pt(_, u), g < 12) {
6045
- var k = Math.round(h / De);
6045
+ var k = Math.round(h / Ie);
6046
6046
  return i.formatDistance("xMonths", k, d);
6047
6047
  } else {
6048
6048
  var q = g % 12, R = Math.floor(g / 12);
@@ -6054,7 +6054,7 @@ function oo(t, e) {
6054
6054
  var a, n, r, s, i;
6055
6055
  if (arguments.length < 1)
6056
6056
  throw new TypeError("1 argument required, but only ".concat(arguments.length, " present"));
6057
- var l = F(), d = (a = (n = e == null ? void 0 : e.locale) !== null && n !== void 0 ? n : l.locale) !== null && a !== void 0 ? a : We, u = (r = e == null ? void 0 : e.format) !== null && r !== void 0 ? r : io, _ = (s = e == null ? void 0 : e.zero) !== null && s !== void 0 ? s : !1, o = (i = e == null ? void 0 : e.delimiter) !== null && i !== void 0 ? i : " ";
6057
+ var l = F(), d = (a = (n = e == null ? void 0 : e.locale) !== null && n !== void 0 ? n : l.locale) !== null && a !== void 0 ? a : He, u = (r = e == null ? void 0 : e.format) !== null && r !== void 0 ? r : io, _ = (s = e == null ? void 0 : e.zero) !== null && s !== void 0 ? s : !1, o = (i = e == null ? void 0 : e.delimiter) !== null && i !== void 0 ? i : " ";
6058
6058
  if (!d.formatDistance)
6059
6059
  return "";
6060
6060
  var m = u.reduce(function(h, g) {
@@ -6065,12 +6065,12 @@ function oo(t, e) {
6065
6065
  }, []).join(o);
6066
6066
  return m;
6067
6067
  }
6068
- function Ve(t) {
6068
+ function We(t) {
6069
6069
  f(1, arguments);
6070
6070
  var e = p(t), a = e.getDate();
6071
6071
  return a;
6072
6072
  }
6073
- function de(t) {
6073
+ function ce(t) {
6074
6074
  f(1, arguments);
6075
6075
  var e = p(t), a = e.getDay();
6076
6076
  return a;
@@ -6080,12 +6080,12 @@ function lo(t) {
6080
6080
  var e = p(t), a = e.getFullYear(), n = e.getMonth(), r = /* @__PURE__ */ new Date(0);
6081
6081
  return r.setFullYear(a, n + 1, 0), r.setHours(0, 0, 0, 0), r.getDate();
6082
6082
  }
6083
- function re(t) {
6083
+ function se(t) {
6084
6084
  f(1, arguments);
6085
6085
  var e = p(t), a = e.getMonth();
6086
6086
  return a;
6087
6087
  }
6088
- function Te(t) {
6088
+ function ke(t) {
6089
6089
  return f(1, arguments), p(t).getFullYear();
6090
6090
  }
6091
6091
  function co(t) {
@@ -6125,7 +6125,7 @@ function uo(t, e) {
6125
6125
  }
6126
6126
  function fo(t, e, a) {
6127
6127
  f(2, arguments);
6128
- var n = ke(t, a), r = ke(e, a);
6128
+ var n = Oe(t, a), r = Oe(e, a);
6129
6129
  return n.getTime() === r.getTime();
6130
6130
  }
6131
6131
  function po(t, e) {
@@ -6166,12 +6166,12 @@ function yo(t, e) {
6166
6166
  function Wt(t, e) {
6167
6167
  f(2, arguments);
6168
6168
  var a = b(e);
6169
- return ge(t, -a);
6169
+ return ve(t, -a);
6170
6170
  }
6171
- const Vt = 0, jt = "MMMM", $e = (t) => t ? new Date(t) : /* @__PURE__ */ new Date(), So = (t, e, a) => {
6172
- const n = $e(JSON.parse(JSON.stringify(t))), r = [];
6171
+ const Vt = 0, jt = "MMMM", Te = (t) => t ? new Date(t) : /* @__PURE__ */ new Date(), So = (t, e, a) => {
6172
+ const n = Te(JSON.parse(JSON.stringify(t))), r = [];
6173
6173
  for (let s = 0; s < 7; s++) {
6174
- const i = j(n, s), l = re(i) !== e;
6174
+ const i = j(n, s), l = se(i) !== e;
6175
6175
  r.push({
6176
6176
  text: i.getDate(),
6177
6177
  value: i,
@@ -6183,7 +6183,7 @@ const Vt = 0, jt = "MMMM", $e = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
6183
6183
  }
6184
6184
  return r;
6185
6185
  }, Co = (t, e) => !t || !e ? !1 : uo(t, e), wo = (t, e, a) => {
6186
- const n = [], r = $e(new Date(e, t)), s = $e(new Date(e, t + 1, 0)), l = ke(r, { weekStartsOn: Vt }), d = (u) => {
6186
+ const n = [], r = Te(new Date(e, t)), s = Te(new Date(e, t + 1, 0)), l = Oe(r, { weekStartsOn: Vt }), d = (u) => {
6187
6187
  const _ = So(u, t, a);
6188
6188
  if (n.push({ days: _ }), !n[n.length - 1].days.some(
6189
6189
  (o) => Co(o.value, s)
@@ -6197,17 +6197,17 @@ const Vt = 0, jt = "MMMM", $e = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
6197
6197
  const a = [1, 2, 3, 4, 5, 6, 7].map((s) => new Intl.DateTimeFormat(t, { weekday: "short", timeZone: "UTC" }).format(/* @__PURE__ */ new Date(`2017-01-0${s}T00:00:00+00:00`)).slice(0, 2)), n = a.slice(0, e), r = a.slice(e + 1, a.length);
6198
6198
  return [a[e]].concat(...r).concat(...n);
6199
6199
  }, Io = (t, e) => A(new Date(2e3, t, 1), e), xo = (t) => {
6200
- const e = new Date(t), a = de(e), n = ge(e, 1), r = Ys(n), s = de(r), i = (a - s + 7) % 7, l = j(r, i);
6201
- return Ve(l);
6200
+ const e = new Date(t), a = ce(e), n = ve(e, 1), r = Ys(n), s = ce(r), i = (a - s + 7) % 7, l = j(r, i);
6201
+ return We(l);
6202
6202
  }, Oo = (t) => {
6203
- const e = new Date(t), a = de(e);
6203
+ const e = new Date(t), a = ce(e);
6204
6204
  let r = Rt(Wt(e, 1));
6205
- for (; de(r) !== a; )
6205
+ for (; ce(r) !== a; )
6206
6206
  r = j(r, -1);
6207
- return Ve(r);
6207
+ return We(r);
6208
6208
  }, ko = {
6209
6209
  name: "DtDatepickerMonthYearPicker",
6210
- components: { DtButton: D, DtTooltip: me, DtStack: wt, DtIcon: y },
6210
+ components: { DtButton: D, DtTooltip: _e, DtStack: wt, DtIcon: y },
6211
6211
  props: {
6212
6212
  prevMonthLabel: {
6213
6213
  type: String,
@@ -6263,8 +6263,8 @@ const Vt = 0, jt = "MMMM", $e = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
6263
6263
  ],
6264
6264
  data() {
6265
6265
  return {
6266
- selectMonth: re(this.selectedDate),
6267
- selectYear: Te(this.selectedDate),
6266
+ selectMonth: se(this.selectedDate),
6267
+ selectYear: ke(this.selectedDate),
6268
6268
  highlightedDay: null,
6269
6269
  focusPicker: 0,
6270
6270
  focusRefs: []
@@ -6326,13 +6326,13 @@ const Vt = 0, jt = "MMMM", $e = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
6326
6326
  }
6327
6327
  },
6328
6328
  highlightDay() {
6329
- const t = Te(this.selectedDate), e = re(this.selectedDate);
6330
- t !== this.selectYear || e !== this.selectMonth ? this.highlightedDay = null : this.highlightedDay = Ve(this.selectedDate);
6329
+ const t = ke(this.selectedDate), e = se(this.selectedDate);
6330
+ t !== this.selectYear || e !== this.selectMonth ? this.highlightedDay = null : this.highlightedDay = We(this.selectedDate);
6331
6331
  },
6332
6332
  changeMonth(t) {
6333
6333
  (this.selectMonth === 0 && t === -1 || this.selectMonth === 11 && t === 1) && (this.selectYear += t);
6334
- const e = yo(this.selectedDate, { month: this.selectMonth, year: this.selectYear }), a = t === 1 ? ge(e, 1) : Wt(e, 1);
6335
- this.selectMonth = re(a);
6334
+ const e = yo(this.selectedDate, { month: this.selectMonth, year: this.selectYear }), a = t === 1 ? ve(e, 1) : Wt(e, 1);
6335
+ this.selectMonth = se(a);
6336
6336
  },
6337
6337
  changeYear(t) {
6338
6338
  this.selectYear = this.selectYear + t;
@@ -6448,7 +6448,7 @@ const Eo = Lo.exports, Mo = {
6448
6448
  },
6449
6449
  methods: {
6450
6450
  dayAriaLabel(t) {
6451
- return `${this.selectDayLabel} ${t.text} ${A(t.value, jt)} ${Te(t.value)}`;
6451
+ return `${this.selectDayLabel} ${t.text} ${A(t.value, jt)} ${ke(t.value)}`;
6452
6452
  },
6453
6453
  setDayRef(t, e) {
6454
6454
  !this.daysRef.some((a) => a.el === t) && e.currentMonth && this.daysRef.push({ el: t, day: e });
@@ -6692,7 +6692,7 @@ const Wo = {
6692
6692
  name: "DtRecipeComboboxWithPopover",
6693
6693
  components: {
6694
6694
  DtCombobox: In,
6695
- DtPopover: fe,
6695
+ DtPopover: pe,
6696
6696
  ComboboxLoadingList: Tt,
6697
6697
  ComboboxEmptyList: $t
6698
6698
  },
@@ -6863,7 +6863,7 @@ const Wo = {
6863
6863
  appendTo: {
6864
6864
  type: [HTMLElement, String],
6865
6865
  default: "body",
6866
- validator: (t) => pe.includes(t) || t instanceof HTMLElement
6866
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
6867
6867
  },
6868
6868
  /**
6869
6869
  * Named transition when the content display is toggled.
@@ -7155,7 +7155,7 @@ const Yo = Uo.exports, Ko = {
7155
7155
  appendTo: {
7156
7156
  type: [HTMLElement, String],
7157
7157
  default: "body",
7158
- validator: (t) => pe.includes(t) || t instanceof HTMLElement
7158
+ validator: (t) => he.includes(t) || t instanceof HTMLElement
7159
7159
  },
7160
7160
  /**
7161
7161
  * Named transition when the content display is toggled.
@@ -7397,7 +7397,7 @@ var Qo = function() {
7397
7397
  );
7398
7398
  const Cc = Jo.exports, Ut = ["sm", "md", "lg", "xl"], el = {
7399
7399
  name: "DtRecipeCallbarButton",
7400
- components: { DtButton: D, DtTooltip: me },
7400
+ components: { DtButton: D, DtTooltip: _e },
7401
7401
  inheritAttrs: !1,
7402
7402
  props: {
7403
7403
  /**
@@ -7556,7 +7556,7 @@ var tl = function() {
7556
7556
  );
7557
7557
  const rl = nl.exports, sl = {
7558
7558
  name: "DtRecipeCallbarButtonWithPopover",
7559
- components: { DtRecipeCallbarButton: rl, DtPopover: fe, DtButton: D, DtIcon: y },
7559
+ components: { DtRecipeCallbarButton: rl, DtPopover: pe, DtButton: D, DtIcon: y },
7560
7560
  /* inheritAttrs: false is generally an option we want to set on library
7561
7561
  components. This allows any attributes passed in that are not recognized
7562
7562
  as props to be passed down to another element or component using v-bind:$attrs
@@ -7767,8 +7767,8 @@ var il = function() {
7767
7767
  const wc = ll.exports, dl = {
7768
7768
  name: "DtRecipeContactInfo",
7769
7769
  components: {
7770
- DtAvatar: he,
7771
- DtListItem: ue
7770
+ DtAvatar: me,
7771
+ DtListItem: fe
7772
7772
  },
7773
7773
  /* inheritAttrs: false is generally an option we want to set on library
7774
7774
  components. This allows any attributes passed in that are not recognized
@@ -7954,24 +7954,24 @@ var ml = function() {
7954
7954
  null,
7955
7955
  null
7956
7956
  );
7957
- const Ic = gl.exports, je = "promptmenu", Ue = "promptcollect", Ye = "promptplay", Ke = "gotoexpert", ve = "goto", ze = "branch", Ge = "transfer", Xe = "hangup", vl = {
7958
- [je]: "keypad",
7959
- [Ue]: "dialer",
7960
- [Ye]: "volume-2",
7961
- [Ke]: "expert-node",
7962
- [ze]: "branch",
7963
- [ve]: "call-merge",
7964
- [Ge]: "transfer",
7965
- [Xe]: "phone-hang-up"
7957
+ const Ic = gl.exports, Ve = "promptmenu", je = "promptcollect", Ue = "promptplay", Ye = "gotoexpert", be = "goto", Ke = "branch", ze = "transfer", Ge = "hangup", vl = {
7958
+ [Ve]: "keypad",
7959
+ [je]: "dialer",
7960
+ [Ue]: "volume-2",
7961
+ [Ye]: "expert-node",
7962
+ [Ke]: "branch",
7963
+ [be]: "call-merge",
7964
+ [ze]: "transfer",
7965
+ [Ge]: "phone-hang-up"
7966
7966
  }, xc = {
7967
- [je]: "Menu",
7968
- [Ue]: "Collect",
7969
- [Ye]: "Play",
7970
- [Ke]: "Expert",
7971
- [ze]: "Branch",
7972
- [ve]: "Go-to",
7973
- [Ge]: "Transfer",
7974
- [Xe]: "Hangup"
7967
+ [Ve]: "Menu",
7968
+ [je]: "Collect",
7969
+ [Ue]: "Play",
7970
+ [Ye]: "Expert",
7971
+ [Ke]: "Branch",
7972
+ [be]: "Go-to",
7973
+ [ze]: "Transfer",
7974
+ [Ge]: "Hangup"
7975
7975
  }, E = {
7976
7976
  PROMPT: {
7977
7977
  normal: "d-bc-blue-200",
@@ -7986,14 +7986,14 @@ const Ic = gl.exports, je = "promptmenu", Ue = "promptcollect", Ye = "promptplay
7986
7986
  selected: "d-bc-red-200"
7987
7987
  }
7988
7988
  }, bl = {
7989
+ [Ve]: E.PROMPT,
7989
7990
  [je]: E.PROMPT,
7990
7991
  [Ue]: E.PROMPT,
7991
- [Ye]: E.PROMPT,
7992
+ [Ye]: E.LOGIC,
7992
7993
  [Ke]: E.LOGIC,
7993
- [ze]: E.LOGIC,
7994
- [ve]: E.LOGIC,
7995
- [Ge]: E.TERMINAL,
7996
- [Xe]: E.TERMINAL
7994
+ [be]: E.LOGIC,
7995
+ [ze]: E.TERMINAL,
7996
+ [Ge]: E.TERMINAL
7997
7997
  }, yl = {
7998
7998
  name: "DtRecipeIvrNode",
7999
7999
  components: {
@@ -8062,7 +8062,7 @@ const Ic = gl.exports, je = "promptmenu", Ue = "promptcollect", Ye = "promptplay
8062
8062
  return this.isSelected ? e : t;
8063
8063
  },
8064
8064
  isGotoNode() {
8065
- return this.nodeType === ve;
8065
+ return this.nodeType === be;
8066
8066
  }
8067
8067
  },
8068
8068
  methods: {
@@ -8216,7 +8216,7 @@ const Tc = Ll.exports, S = {
8216
8216
  "channel unread": "hash-bold",
8217
8217
  [S.ASSIGNED]: "at-sign",
8218
8218
  [S.DIGITAL]: "message"
8219
- }, ce = {
8219
+ }, ue = {
8220
8220
  "magenta-200": "d-bgc-magenta-200",
8221
8221
  "green-200": "d-bgc-green-200",
8222
8222
  "gold-300": "d-bgc-gold-300",
@@ -8228,7 +8228,7 @@ const Tc = Ll.exports, S = {
8228
8228
  "magenta-400": "d-bgc-magenta-400",
8229
8229
  "magenta-100": "d-bgc-magenta-100",
8230
8230
  "black-300": "d-bgc-black-300"
8231
- }, Ml = "If type is contact center, color must be oneof the following:" + Object.keys(ce).join(", "), Al = [
8231
+ }, Ml = "If type is contact center, color must be oneof the following:" + Object.keys(ue).join(", "), Al = [
8232
8232
  "300",
8233
8233
  "200"
8234
8234
  ], Rl = {
@@ -8264,7 +8264,7 @@ const Tc = Ll.exports, S = {
8264
8264
  contactCenterIconClasses() {
8265
8265
  return [
8266
8266
  "dt-leftbar-row__icon-cc",
8267
- ce[this.color]
8267
+ ue[this.color]
8268
8268
  ];
8269
8269
  },
8270
8270
  dialbotClasses() {
@@ -8292,11 +8292,11 @@ var Pl = function() {
8292
8292
  const Fl = Bl.exports, ql = {
8293
8293
  name: "DtRecipeGeneralRow",
8294
8294
  components: {
8295
- DtEmojiTextWrapper: Re,
8296
- DtBadge: Pe,
8295
+ DtEmojiTextWrapper: Ae,
8296
+ DtBadge: Re,
8297
8297
  DtIcon: y,
8298
8298
  DtButton: D,
8299
- DtTooltip: me,
8299
+ DtTooltip: _e,
8300
8300
  DtRecipeLeftbarGeneralRowIcon: Fl
8301
8301
  },
8302
8302
  inheritAttrs: !1,
@@ -8331,7 +8331,7 @@ const Fl = Bl.exports, ql = {
8331
8331
  color: {
8332
8332
  type: String,
8333
8333
  default: null,
8334
- validator: (t) => Object.keys(ce).includes(t)
8334
+ validator: (t) => Object.keys(ue).includes(t)
8335
8335
  },
8336
8336
  /**
8337
8337
  * Styles the row with an increased font weight to convey it has unreads. This must be true to see
@@ -8471,7 +8471,7 @@ const Fl = Bl.exports, ql = {
8471
8471
  return this.type;
8472
8472
  },
8473
8473
  getAriaLabel() {
8474
- return this.ariaLabel ? this.ariaLabel : Ae([this.description, this.unreadCountTooltip, this.dndTextTooltip]);
8474
+ return this.ariaLabel ? this.ariaLabel : Me([this.description, this.unreadCountTooltip, this.dndTextTooltip]);
8475
8475
  },
8476
8476
  hasActions() {
8477
8477
  return this.dndText || this.activeVoiceChat || this.showUnreadCount || this.hasCallButton;
@@ -8497,7 +8497,7 @@ const Fl = Bl.exports, ql = {
8497
8497
  },
8498
8498
  methods: {
8499
8499
  validateProps() {
8500
- this.type === S.CONTACT_CENTER && !Object.keys(ce).includes(this.color) && console.error(Ml);
8500
+ this.type === S.CONTACT_CENTER && !Object.keys(ue).includes(this.color) && console.error(Ml);
8501
8501
  },
8502
8502
  adjustLabelWidth() {
8503
8503
  var r, s, i, l, d, u;
@@ -8607,7 +8607,7 @@ const Yt = Vl.exports, jl = {
8607
8607
  ],
8608
8608
  computed: {
8609
8609
  ariaLabel() {
8610
- return Ae([this.groupCountText, this.names]);
8610
+ return Me([this.groupCountText, this.names]);
8611
8611
  }
8612
8612
  }
8613
8613
  };
@@ -8629,9 +8629,9 @@ var Ul = function() {
8629
8629
  const $c = Kl.exports, zl = {
8630
8630
  name: "DtRecipeContactRow",
8631
8631
  components: {
8632
- DtAvatar: he,
8632
+ DtAvatar: me,
8633
8633
  DtRecipeGeneralRow: Yt,
8634
- DtEmojiTextWrapper: Re
8634
+ DtEmojiTextWrapper: Ae
8635
8635
  },
8636
8636
  inheritAttrs: !1,
8637
8637
  props: {
@@ -8785,7 +8785,7 @@ const $c = Kl.exports, zl = {
8785
8785
  }
8786
8786
  },
8787
8787
  contactDescription() {
8788
- return Ae([this.name, this.presenceText, this.userStatus]);
8788
+ return Me([this.name, this.presenceText, this.userStatus]);
8789
8789
  },
8790
8790
  iconName() {
8791
8791
  return this.noInitials ? "user" : null;
@@ -8857,17 +8857,17 @@ var td = function() {
8857
8857
  null,
8858
8858
  null
8859
8859
  );
8860
- const Ec = nd.exports, Ie = {
8860
+ const Ec = nd.exports, vt = {
8861
8861
  NORMAL: "",
8862
- SEARCHED: "d-bgc-warning-subtle",
8863
- ERROR: "d-bgc-critical-subtle"
8864
- }, xe = "NORMAL", rd = {
8862
+ SEARCHED: "dt-feed-item-row--state-searched",
8863
+ ERROR: "dt-feed-item-row--state-error"
8864
+ }, re = "NORMAL", rd = {
8865
8865
  name: "DtRecipeFeedItemRow",
8866
8866
  components: {
8867
- DtAvatar: he,
8868
- DtLazyShow: Me,
8869
- DtListItem: ue,
8870
- DtBadge: Pe
8867
+ DtAvatar: me,
8868
+ DtLazyShow: Ee,
8869
+ DtListItem: fe,
8870
+ DtBadge: Re
8871
8871
  },
8872
8872
  mixins: [J],
8873
8873
  inheritAttrs: !1,
@@ -8931,12 +8931,12 @@ const Ec = nd.exports, Ie = {
8931
8931
  default: !1
8932
8932
  },
8933
8933
  /**
8934
- * state for the feed item row. Can be default, searched & error
8934
+ * state for the feed item row. Can be normal, searched & error
8935
8935
  */
8936
8936
  state: {
8937
8937
  type: String,
8938
- default: xe,
8939
- validator: (t) => Object.keys(Ie).includes(t)
8938
+ default: re,
8939
+ validator: (t) => Object.keys(vt).includes(t)
8940
8940
  }
8941
8941
  },
8942
8942
  emits: [
@@ -8964,7 +8964,7 @@ const Ec = nd.exports, Ie = {
8964
8964
  ],
8965
8965
  data() {
8966
8966
  return {
8967
- faded: !1
8967
+ transitionActive: !1
8968
8968
  };
8969
8969
  },
8970
8970
  computed: {
@@ -8975,6 +8975,7 @@ const Ec = nd.exports, Ie = {
8975
8975
  mouseleave: () => this.setHover(!1),
8976
8976
  focusin: () => this.setFocus(!0),
8977
8977
  focusout: () => this.setFocus(!1),
8978
+ transitionend: () => this.transitionComplete(),
8978
8979
  keydown: (t) => {
8979
8980
  switch (t.code) {
8980
8981
  case "Tab":
@@ -8987,19 +8988,25 @@ const Ec = nd.exports, Ie = {
8987
8988
  },
8988
8989
  listItemClasses() {
8989
8990
  return [
8990
- "d-w100p",
8991
- "d-box-border",
8992
- "d-ps-relative",
8993
- "d-px16",
8994
- { "d-bgc-secondary-opaque": this.isActive && this.state === xe },
8995
- Ie[this.state],
8996
8991
  "dt-feed-item-row",
8997
- "d-t",
8998
- "d-tp-bgc"
8992
+ { "dt-feed-item-row--active": this.isActive && this.state === re },
8993
+ { "dt-feed-item-row--state-transition": this.transitionActive },
8994
+ vt[this.state]
8999
8995
  ];
9000
8996
  }
9001
8997
  },
8998
+ watch: {
8999
+ state: {
9000
+ immediate: !0,
9001
+ handler: function(t, e) {
9002
+ t !== re && (this.transitionActive = !0);
9003
+ }
9004
+ }
9005
+ },
9002
9006
  methods: {
9007
+ transitionComplete() {
9008
+ this.state === re && (this.transitionActive = !1);
9009
+ },
9003
9010
  trapFocus(t) {
9004
9011
  this.focusTrappedTabPress(t);
9005
9012
  },
@@ -9008,30 +9015,27 @@ const Ec = nd.exports, Ie = {
9008
9015
  },
9009
9016
  setHover(t) {
9010
9017
  this.$emit("hover", t);
9011
- },
9012
- fade() {
9013
- this.state === xe || this.faded === !0 || (this.$refs.FeedItemRef.$el.classList.remove(Ie[this.state]), this.faded = !0);
9014
9018
  }
9015
9019
  }
9016
9020
  };
9017
9021
  var sd = function() {
9018
9022
  var e = this, a = e._self._c;
9019
- return a("dt-list-item", e._g(e._b({ ref: "FeedItemRef", class: e.listItemClasses, attrs: { "navigation-type": "none", "data-qa": "dt-feed-item-row" }, scopedSlots: e._u([{ key: "left", fn: function() {
9023
+ return a("dt-list-item", e._g(e._b({ ref: "FeedItemRef", class: ["dt-feed-item-row", e.listItemClasses], attrs: { "navigation-type": "none", "data-qa": "dt-feed-item-row" }, scopedSlots: e._u([{ key: "left", fn: function() {
9020
9024
  return [e.showHeader ? e._t("avatar", function() {
9021
9025
  return [a("dt-avatar", { attrs: { "full-name": e.displayName, "image-src": e.avatarImageUrl, seed: e.avatarSeed } })];
9022
- }) : e._e(), e.showHeader ? e._e() : a("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "dt-feed-item-row__left-time", attrs: { "data-qa": "dt-feed-item-row--left-time" } }, [e._v(" " + e._s(e.shortTime) + " ")])];
9026
+ }) : e._e(), e.showHeader ? e._e() : a("span", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "dt-feed-item-row__left-time", attrs: { "data-qa": "dt-feed-item-row--left-time" } }, [e._v(" " + e._s(e.shortTime) + " ")])];
9023
9027
  }, proxy: !0 }, { key: "bottom", fn: function() {
9024
- return [a("div", { staticClass: "dt-feed-item-row__reactions", attrs: { "data-qa": "dt-feed-item-row--reactions" } }, [e._t("reactions")], 2), a("div", { staticClass: "dt-feed-item-row__threading" }, [e._t("threading")], 2)];
9028
+ return [e.$slots.reactions ? a("div", { staticClass: "dt-feed-item-row__reactions", attrs: { "data-qa": "dt-feed-item-row--reactions" } }, [e._t("reactions")], 2) : e._e(), e.$slots.threading ? a("div", { staticClass: "dt-feed-item-row__threading" }, [e._t("threading")], 2) : e._e()];
9025
9029
  }, proxy: !0 }, { key: "right", fn: function() {
9026
9030
  return [a("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "dt-feed-item-row__menu", attrs: { "data-qa": "dt-feed-item-row--menu" } }, [a("dt-lazy-show", { attrs: { appear: !0, transition: "fade", show: e.isActive } }, [e._t("menu")], 2)], 1)];
9027
- }, proxy: !0 }], null, !0) }, "dt-list-item", e.$attrs, !1), e.feedListeners), [a("article", [e.showHeader ? a("div", { staticClass: "dt-feed-item-row__header", attrs: { "data-qa": "dt-feed-item-row--header" } }, [a("p", { staticClass: "dt-feed-item-row__header__name" }, [e._v(" " + e._s(e.displayName) + " ")]), a("time", { staticClass: "dt-feed-item-row__header__time" }, [e._v(" " + e._s(e.time) + " ")]), e.labelText ? a("dt-badge", { attrs: { text: e.labelText } }) : e._e()], 1) : e._e(), a("span", { staticClass: "content-text-wrapper-class", attrs: { "data-qa": "dt-feed-item-row--content" } }, [e._t("default")], 2)])]);
9031
+ }, proxy: !0 }], null, !0) }, "dt-list-item", e.$attrs, !1), e.feedListeners), [a("article", { staticClass: "dt-feed-item-row__content" }, [e.showHeader ? a("div", { staticClass: "dt-feed-item-row__header", attrs: { "data-qa": "dt-feed-item-row--header" } }, [a("p", { staticClass: "dt-feed-item-row__header__name" }, [e._v(" " + e._s(e.displayName) + " ")]), a("time", { staticClass: "dt-feed-item-row__header__time" }, [e._v(" " + e._s(e.time) + " ")]), e.labelText ? a("dt-badge", { attrs: { text: e.labelText } }) : e._e()], 1) : e._e(), a("span", { staticClass: "content-text-wrapper-class", attrs: { "data-qa": "dt-feed-item-row--content" } }, [e._t("default")], 2)])]);
9028
9032
  }, id = [], od = /* @__PURE__ */ c(
9029
9033
  rd,
9030
9034
  sd,
9031
9035
  id,
9032
9036
  !1,
9033
9037
  null,
9034
- "38d7dabd",
9038
+ "bf22186a",
9035
9039
  null,
9036
9040
  null
9037
9041
  );
@@ -9202,7 +9206,7 @@ const Rc = md.exports, _d = [
9202
9206
  "num"
9203
9207
  ], gd = {
9204
9208
  name: "DtRecipeEmojiRow",
9205
- components: { DtTooltip: me, DtButton: D, DtEmoji: la, DtEmojiTextWrapper: Re },
9209
+ components: { DtTooltip: _e, DtButton: D, DtEmoji: la, DtEmojiTextWrapper: Ae },
9206
9210
  mixins: [],
9207
9211
  props: {
9208
9212
  /**
@@ -9494,7 +9498,7 @@ const Nc = Rd.exports, yt = {
9494
9498
  critical: "dt-recipe-callbox--border-critical"
9495
9499
  }, Pd = {
9496
9500
  name: "DtRecipeCallbox",
9497
- components: { DtBadge: Pe, DtAvatar: he },
9501
+ components: { DtBadge: Re, DtAvatar: me },
9498
9502
  inheritAttrs: !1,
9499
9503
  props: {
9500
9504
  /**
@@ -9611,26 +9615,26 @@ var Nd = function() {
9611
9615
  );
9612
9616
  const Bc = Fd.exports;
9613
9617
  let B;
9614
- function se(t, e) {
9615
- return Qe(), A(t, e, {
9618
+ function ie(t, e) {
9619
+ return Xe(), A(t, e, {
9616
9620
  locale: B
9617
9621
  });
9618
9622
  }
9619
9623
  function qd(t, e) {
9620
- return Qe(), oo(t, {
9624
+ return Xe(), oo(t, {
9621
9625
  locale: B,
9622
9626
  format: e
9623
9627
  });
9624
9628
  }
9625
9629
  function Hd(t, e) {
9626
- return Qe(), so(t, e, {
9630
+ return Xe(), so(t, e, {
9627
9631
  locale: B
9628
9632
  });
9629
9633
  }
9630
9634
  function Wd() {
9631
9635
  return B !== void 0;
9632
9636
  }
9633
- function Qe() {
9637
+ function Xe() {
9634
9638
  if (!Wd())
9635
9639
  throw new Error("Locale not set, please call setDateLocale(locale) and pass in a datefns locale object as the locale param before calling this function");
9636
9640
  }
@@ -9638,7 +9642,7 @@ function Fc(t) {
9638
9642
  B = t;
9639
9643
  }
9640
9644
  function qc(t) {
9641
- return se(t, "MMMM d, y");
9645
+ return ie(t, "MMMM d, y");
9642
9646
  }
9643
9647
  function Hc(t) {
9644
9648
  if (t < 60)
@@ -9654,7 +9658,7 @@ function Ct(t) {
9654
9658
  return fa(e.formatToParts(t, "day")[0].value, B.code);
9655
9659
  }
9656
9660
  function Wc(t) {
9657
- return _o(t) ? Ct(0) : vo(t) ? Ct(-1) : ho(t) ? se(t, "EEEE") : mo(t) ? se(t, "EEEE, MMMM d") : se(t, "MMMM d, y");
9661
+ return _o(t) ? Ct(0) : vo(t) ? Ct(-1) : ho(t) ? ie(t, "EEEE") : mo(t) ? ie(t, "EEEE, MMMM d") : ie(t, "MMMM d, y");
9658
9662
  }
9659
9663
  export {
9660
9664
  Uc as AVATAR_COLORS,
@@ -9664,12 +9668,12 @@ export {
9664
9668
  Gc as AVATAR_PRESENCE_SIZE_MODIFIERS,
9665
9669
  Xc as AVATAR_PRESENCE_STATES,
9666
9670
  Qc as AVATAR_SIZE_MODIFIERS,
9667
- at as BADGE_DECORATION_MODIFIERS,
9668
- tt as BADGE_KIND_MODIFIERS,
9669
- et as BADGE_TYPE_MODIFIERS,
9671
+ tt as BADGE_DECORATION_MODIFIERS,
9672
+ et as BADGE_KIND_MODIFIERS,
9673
+ Je as BADGE_TYPE_MODIFIERS,
9670
9674
  Ha as BREADCRUMBS_INVERTED_MODIFIER,
9671
9675
  qa as BREADCRUMB_ITEM_SELECTED_MODIFIER,
9672
- nt as BUTTON_GROUP_ALIGNMENT,
9676
+ at as BUTTON_GROUP_ALIGNMENT,
9673
9677
  cu as BUTTON_ICON_SIZES,
9674
9678
  uu as BUTTON_IMPORTANCE_MODIFIERS,
9675
9679
  fu as BUTTON_KIND_MODIFIERS,
@@ -9681,10 +9685,10 @@ export {
9681
9685
  zr as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
9682
9686
  Gr as CHIP_ICON_SIZES,
9683
9687
  zo as CHIP_SIZES,
9684
- ot as CHIP_SIZE_MODIFIERS,
9688
+ it as CHIP_SIZE_MODIFIERS,
9685
9689
  Go as CHIP_TOP_POSITION,
9686
9690
  pl as COLOR_CODES,
9687
- xe as DEFAULT_FEED_ROW_STATE,
9691
+ re as DEFAULT_FEED_ROW_STATE,
9688
9692
  Bu as DEFAULT_VALIDATION_MESSAGE_TYPE,
9689
9693
  Fu as DESCRIPTION_SIZE_TYPES,
9690
9694
  Q as DROPDOWN_PADDING_CLASSES,
@@ -9692,8 +9696,8 @@ export {
9692
9696
  Zc as DT_STACK_DIRECTION,
9693
9697
  Jt as DT_STACK_GAP,
9694
9698
  Jc as DT_STACK_RESPONSIVE_BREAKPOINTS,
9695
- he as DtAvatar,
9696
- Pe as DtBadge,
9699
+ me as DtAvatar,
9700
+ Re as DtBadge,
9697
9701
  Gd as DtBanner,
9698
9702
  Ya as DtBreadcrumbItem,
9699
9703
  Xd as DtBreadcrumbs,
@@ -9722,17 +9726,17 @@ export {
9722
9726
  na as DtItemLayout,
9723
9727
  kt as DtKeyboardListNavigationMixin,
9724
9728
  hc as DtKeyboardShortcut,
9725
- Me as DtLazyShow,
9729
+ Ee as DtLazyShow,
9726
9730
  Zt as DtLink,
9727
- ue as DtListItem,
9731
+ fe as DtListItem,
9728
9732
  nc as DtListItemGroup,
9729
9733
  ac as DtModal,
9730
9734
  zd as DtNotice,
9731
- Fe as DtNoticeAction,
9732
- Be as DtNoticeContent,
9733
- Ne as DtNoticeIcon,
9735
+ Be as DtNoticeAction,
9736
+ Ne as DtNoticeContent,
9737
+ Pe as DtNoticeIcon,
9734
9738
  rc as DtPagination,
9735
- fe as DtPopover,
9739
+ pe as DtPopover,
9736
9740
  eu as DtPresence,
9737
9741
  sc as DtRadio,
9738
9742
  ic as DtRadioGroup,
@@ -9768,42 +9772,42 @@ export {
9768
9772
  oc as DtTabPanel,
9769
9773
  uc as DtToast,
9770
9774
  fc as DtToggle,
9771
- me as DtTooltip,
9775
+ _e as DtTooltip,
9772
9776
  V as DtValidationMessages,
9773
9777
  bt as FEED_ITEM_PILL_BORDER_COLORS,
9774
- Ie as FEED_ROW_STATE_BACKGROUND_COLOR,
9778
+ vt as FEED_ROW_STATE_BACKGROUND_COLOR,
9775
9779
  Su as ICON_POSITION_MODIFIERS,
9776
9780
  Cu as ICON_SIZE_MODIFIERS,
9777
9781
  wu as INPUT_SIZES,
9778
9782
  Du as INPUT_TYPES,
9779
9783
  Iu as INVALID_COMBINATION,
9780
- ze as IVR_NODE_BRANCH,
9781
- Ke as IVR_NODE_EXPERT,
9782
- ve as IVR_NODE_GO_TO,
9783
- Xe as IVR_NODE_HANGUP,
9784
+ Ke as IVR_NODE_BRANCH,
9785
+ Ye as IVR_NODE_EXPERT,
9786
+ be as IVR_NODE_GO_TO,
9787
+ Ge as IVR_NODE_HANGUP,
9784
9788
  vl as IVR_NODE_ICON_TYPES,
9785
9789
  xc as IVR_NODE_LABELS,
9786
- Ue as IVR_NODE_PROMPT_COLLECT,
9787
- je as IVR_NODE_PROMPT_MENU,
9788
- Ye as IVR_NODE_PROMPT_PLAY,
9789
- Ge as IVR_NODE_TRANSFER,
9790
+ je as IVR_NODE_PROMPT_COLLECT,
9791
+ Ve as IVR_NODE_PROMPT_MENU,
9792
+ Ue as IVR_NODE_PROMPT_PLAY,
9793
+ ze as IVR_NODE_TRANSFER,
9790
9794
  Lt as LABEL_SIZES,
9791
- ce as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
9795
+ ue as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
9792
9796
  Ml as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
9793
9797
  El as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
9794
9798
  Al as LEFTBAR_GENERAL_ROW_ICON_SIZES,
9795
9799
  S as LEFTBAR_GENERAL_ROW_TYPES,
9796
9800
  xu as LINK_KIND_MODIFIERS,
9797
9801
  Ou as LINK_VARIANTS,
9798
- Ce as LIST_ITEM_NAVIGATION_TYPES,
9802
+ we as LIST_ITEM_NAVIGATION_TYPES,
9799
9803
  tu as LIST_ITEM_TYPES,
9800
- it as MODAL_BANNER_KINDS,
9801
- rt as MODAL_KIND_MODIFIERS,
9802
- st as MODAL_SIZE_MODIFIERS,
9804
+ st as MODAL_BANNER_KINDS,
9805
+ nt as MODAL_KIND_MODIFIERS,
9806
+ rt as MODAL_SIZE_MODIFIERS,
9803
9807
  Ko as MULTI_SELECT_SIZES,
9804
9808
  ee as NOTICE_KINDS,
9805
9809
  va as NOTICE_ROLES,
9806
- pe as POPOVER_APPEND_TO_VALUES,
9810
+ he as POPOVER_APPEND_TO_VALUES,
9807
9811
  aa as POPOVER_CONTENT_WIDTHS,
9808
9812
  au as POPOVER_DIRECTIONS,
9809
9813
  nu as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
@@ -9816,8 +9820,8 @@ export {
9816
9820
  xr as RADIO_INPUT_VALIDATION_CLASSES,
9817
9821
  _d as REACTIONS_ATTRIBUTES,
9818
9822
  Ds as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
9819
- ut as ROOT_LAYOUT_SIDEBAR_POSITIONS,
9820
- lt as SELECT_SIZE_MODIFIERS,
9823
+ ct as ROOT_LAYOUT_SIDEBAR_POSITIONS,
9824
+ ot as SELECT_SIZE_MODIFIERS,
9821
9825
  es as SELECT_STATE_MODIFIERS,
9822
9826
  pc as SHORTCUTS_ALIASES_LIST,
9823
9827
  X as SHORTCUTS_ICON_ALIASES,
@@ -9831,11 +9835,11 @@ export {
9831
9835
  Au as TAB_LIST_IMPORTANCE_MODIFIERS,
9832
9836
  Ru as TAB_LIST_KIND_MODIFIERS,
9833
9837
  Pu as TAB_LIST_SIZES,
9834
- dt as TOAST_MIN_DURATION,
9838
+ lt as TOAST_MIN_DURATION,
9835
9839
  ds as TOAST_ROLES,
9836
9840
  hs as TOGGLE_CHECKED_VALUES,
9837
- ct as TOGGLE_SIZE_MODIFIERS,
9838
- Ze as TOOLTIP_DELAY_MS,
9841
+ dt as TOGGLE_SIZE_MODIFIERS,
9842
+ Qe as TOOLTIP_DELAY_MS,
9839
9843
  da as TOOLTIP_DIRECTIONS,
9840
9844
  qu as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
9841
9845
  Hu as TOOLTIP_KIND_MODIFIERS,
@@ -9847,13 +9851,13 @@ export {
9847
9851
  ju as filterFormattedMessages,
9848
9852
  gc as formatLong,
9849
9853
  vc as formatMedium,
9850
- Je as formatMessages,
9854
+ Ze as formatMessages,
9851
9855
  yc as formatNoYear,
9852
9856
  Sc as formatNumerical,
9853
9857
  bc as formatShort,
9854
9858
  qc as getDateMedium,
9855
9859
  O as getUniqueString,
9856
- Oe as getValidationState,
9860
+ xe as getValidationState,
9857
9861
  Wc as relativeDate,
9858
9862
  Fc as setDateLocale,
9859
9863
  Dt as validationMessageValidator