@dialpad/dialtone 9.14.2 → 9.15.0

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.
Files changed (96) hide show
  1. package/dist/css/CHANGELOG.json +1 -1
  2. package/dist/css/dialtone.css +69 -29
  3. package/dist/css/dialtone.min.css +1 -1
  4. package/dist/icons/dialtone-icon@2.mjs +1006 -971
  5. package/dist/icons/dialtone-icon@2.umd.js +1 -1
  6. package/dist/icons/dialtone-icon@3.mjs +3809 -3741
  7. package/dist/icons/dialtone-icon@3.umd.js +1 -1
  8. package/dist/icons/icons.json +1 -1
  9. package/dist/icons/keywords.json +1 -1
  10. package/dist/icons/svg/dialpad-ai-color-reversed.svg +1 -0
  11. package/dist/icons/svg/dialpad-ai-reversed.svg +1 -0
  12. package/dist/tokens/android/java/tokens-dark.kt +6 -6
  13. package/dist/tokens/android/java/tokens-light.kt +6 -6
  14. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  15. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  16. package/dist/tokens/android/res/values/dimens.xml +4 -4
  17. package/dist/tokens/css/variables-dark.css +10 -10
  18. package/dist/tokens/css/variables-light.css +10 -10
  19. package/dist/tokens/doc.json +444 -444
  20. package/dist/tokens/ios/tokens-dark.swift +2 -2
  21. package/dist/tokens/ios/tokens-light.swift +2 -2
  22. package/dist/tokens/less/variables-dark.less +10 -10
  23. package/dist/tokens/less/variables-light.less +10 -10
  24. package/dist/tokens/tokens-dark.json +72 -72
  25. package/dist/tokens/tokens-light.json +70 -70
  26. package/dist/vue2/component-documentation.json +1 -1
  27. package/dist/vue2/dialtone-vue.cjs +2 -2
  28. package/dist/vue2/dialtone-vue.js +198 -207
  29. package/dist/vue2/directives.cjs +1 -1
  30. package/dist/vue2/directives.js +5 -25
  31. package/dist/vue2/emoji.cjs +1 -1
  32. package/dist/vue2/emoji.js +4 -4
  33. package/dist/vue2/{emoji_picker-xC7uJDCX.js → emoji_picker-OJ6lh20K.js} +2 -2
  34. package/dist/vue2/{emoji_picker-PV3E1ESP.cjs → emoji_picker-z-B8k83O.cjs} +1 -1
  35. package/dist/vue2/{emoji_text_wrapper-lhfBdf65.cjs → emoji_text_wrapper-KI_hDGH2.cjs} +1 -1
  36. package/dist/vue2/{emoji_text_wrapper-DHv6GfAX.js → emoji_text_wrapper-M-VioW2S.js} +2 -2
  37. package/dist/vue2/{index-EEKICgH6.js → index-6ISTdsJ4.js} +1441 -1404
  38. package/dist/vue2/index-sX8rogLr.cjs +1 -0
  39. package/dist/vue2/message_input.cjs +1 -1
  40. package/dist/vue2/message_input.js +21 -6
  41. package/dist/vue2/{rich_text_editor-DhEmmg9W.cjs → rich_text_editor-ZG0IhFjX.cjs} +2 -2
  42. package/dist/vue2/{rich_text_editor-WaW2IVbb.js → rich_text_editor-vIzUWZRb.js} +12 -4
  43. package/dist/vue2/style.css +1 -1
  44. package/dist/vue2/{tooltip-s5-t4SPy.js → tooltip-AVHt9lw0.js} +8 -8
  45. package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +17 -0
  46. package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
  47. package/dist/vue2/types/components/list_item/list_item.vue.d.ts +9 -0
  48. package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
  49. package/dist/vue2/types/directives/tooltip/tooltip.d.ts.map +1 -1
  50. package/dist/vue2/types/index.d.ts +1 -1
  51. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +31 -0
  52. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  53. package/dist/vue2/types/recipes/{list_items → item_layout}/contact_info/contact_info.vue.d.ts +1 -16
  54. package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -0
  55. package/dist/vue2/types/recipes/item_layout/contact_info/index.d.ts.map +1 -0
  56. package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
  57. package/dist/vue3/component-documentation.json +1 -1
  58. package/dist/vue3/dialtone-vue.cjs +2 -2
  59. package/dist/vue3/dialtone-vue.js +447 -446
  60. package/dist/vue3/directives.cjs +1 -1
  61. package/dist/vue3/directives.js +29 -49
  62. package/dist/vue3/{emoji-ppApZXjY.js → emoji-Sc_SzVCR.js} +3864 -3794
  63. package/dist/vue3/emoji-czIMeeWW.cjs +1 -0
  64. package/dist/vue3/emoji.cjs +1 -1
  65. package/dist/vue3/emoji.js +4 -4
  66. package/dist/vue3/{emoji_picker-XHD9NN0X.js → emoji_picker-CZ0cEXh2.js} +2 -2
  67. package/dist/vue3/{emoji_picker-mKaAu1dm.cjs → emoji_picker-grujwrLW.cjs} +1 -1
  68. package/dist/vue3/{emoji_text_wrapper-rnrD1UpL.js → emoji_text_wrapper-PsH5vDPn.js} +1 -1
  69. package/dist/vue3/{emoji_text_wrapper-U7jKFbg1.cjs → emoji_text_wrapper-f58KMEzk.cjs} +1 -1
  70. package/dist/vue3/message_input.cjs +1 -1
  71. package/dist/vue3/message_input.js +32 -16
  72. package/dist/vue3/{rich_text_editor-G1GLwWlk.js → rich_text_editor-ILEwVbEw.js} +579 -568
  73. package/dist/vue3/{rich_text_editor-CkZ82uQY.cjs → rich_text_editor-g3YVFGwk.cjs} +2 -2
  74. package/dist/vue3/style.css +1 -1
  75. package/dist/vue3/{tooltip-Ooi51wOv.js → tooltip-Od71Luh6.js} +10 -10
  76. package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +21 -1
  77. package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
  78. package/dist/vue3/types/components/list_item/list_item.vue.d.ts +12 -1
  79. package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
  80. package/dist/vue3/types/directives/tooltip/tooltip.d.ts.map +1 -1
  81. package/dist/vue3/types/index.d.ts +1 -1
  82. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +31 -0
  83. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  84. package/dist/vue3/types/recipes/{list_items → item_layout}/contact_info/contact_info.vue.d.ts +1 -16
  85. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -0
  86. package/dist/vue3/types/recipes/item_layout/contact_info/index.d.ts.map +1 -0
  87. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
  88. package/package.json +1 -1
  89. package/dist/vue2/index-vDKY4OP8.cjs +0 -1
  90. package/dist/vue2/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +0 -1
  91. package/dist/vue2/types/recipes/list_items/contact_info/index.d.ts.map +0 -1
  92. package/dist/vue3/emoji-HI8urLsM.cjs +0 -1
  93. package/dist/vue3/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +0 -1
  94. package/dist/vue3/types/recipes/list_items/contact_info/index.d.ts.map +0 -1
  95. /package/dist/vue2/types/recipes/{list_items → item_layout}/contact_info/index.d.ts +0 -0
  96. /package/dist/vue3/types/recipes/{list_items → item_layout}/contact_info/index.d.ts +0 -0
@@ -1,11 +1,11 @@
1
- import { S as Rt, c as Ce, M as et, d as vn, e as pt, f as yn, D as tt, L as Dt, P as bt, g as _n, h as Qe, i as Sn, j as vt, k as wn, a as Cn, R as kn, b as In } from "./rich_text_editor-G1GLwWlk.js";
2
- import { p as Ah, q as Mh, o as xh, l as Bh, m as Ph, n as Rh, A as $h, B as Nh, C as Fh, x as zh, r as qh, w as Hh, s as Vh, u as Wh, t as Uh, v as jh, y as Kh, z as Yh } from "./rich_text_editor-G1GLwWlk.js";
3
- import { w as V, t as j, F as Tn, M as Dn, G as On, H as Fe, J as Wa, K as Ua, N as ja, O as Ka, P as $t, x as Ya, D as Ln } from "./emoji-ppApZXjY.js";
4
- import { W as Qh, S as Xh, R as Zh, Q as Jh, T as ef, a1 as tf, a4 as af, a3 as nf, a2 as sf, z as rf, y as of, U as lf, I as df, Y as cf, X as uf, V as hf, C as ff, L as mf, a9 as gf, a5 as pf, a6 as bf, a8 as vf, a7 as yf, a0 as _f, $ as Sf, Z as wf, _ as Cf } from "./emoji-ppApZXjY.js";
5
- import { resolveComponent as p, openBlock as d, createElementBlock as u, normalizeClass as C, createCommentVNode as w, createVNode as g, createElementVNode as b, renderSlot as m, createTextVNode as z, toDisplayString as M, createBlock as D, mergeProps as A, withCtx as c, normalizeStyle as ke, withKeys as de, Fragment as Q, renderList as J, withModifiers as ce, normalizeProps as ze, Transition as Nt, withDirectives as Ae, resolveDynamicComponent as Se, guardReactiveProps as yt, vShow as Me, toHandlers as K, ref as Z, reactive as At, unref as L, Teleport as En, warn as _t, computed as Le, watch as Ze, onMounted as Ga, nextTick as Ye, markRaw as An, shallowReactive as Mn, h as xn, provide as Bn, createSlots as Ft, pushScopeId as Pn, popScopeId as Rn } from "vue";
6
- import { _ as I, h as ae, u as we, g as re, i as zt, p as at, E as X, m as va, T as $n, b as ya, a as Mt, L as Nn, q as Fn, D as _e, s as qt, r as zn } from "./tooltip-Ooi51wOv.js";
7
- import { v as If, c as Tf, y as Df, w as Of, x as Lf, V as Ef, f as Af } from "./tooltip-Ooi51wOv.js";
8
- import { _ as Ht } from "./emoji_text_wrapper-rnrD1UpL.js";
1
+ import { S as Rt, c as we, M as et, d as yn, e as $t, f as _n, D as tt, L as Dt, P as gt, g as Sn, h as Qe, i as wn, j as bt, k as Wa, a as Cn, R as kn, b as In } from "./rich_text_editor-ILEwVbEw.js";
2
+ import { p as Ah, q as Mh, o as xh, l as Bh, m as Ph, n as Rh, A as $h, B as Nh, C as Fh, x as zh, r as qh, w as Hh, s as Vh, u as Wh, t as Uh, v as jh, y as Kh, z as Yh } from "./rich_text_editor-ILEwVbEw.js";
3
+ import { w as V, t as j, F as Tn, M as Dn, G as On, H as Fe, J as Ua, K as ja, N as Ka, O as Ya, P as Nt, x as Ga, D as Ln } from "./emoji-Sc_SzVCR.js";
4
+ import { W as Qh, S as Xh, R as Zh, Q as Jh, T as ef, a1 as tf, a4 as af, a3 as nf, a2 as sf, z as rf, y as of, U as lf, I as df, Y as cf, X as uf, V as hf, C as ff, L as mf, a9 as pf, a5 as gf, a6 as bf, a8 as vf, a7 as yf, a0 as _f, $ as Sf, Z as wf, _ as Cf } from "./emoji-Sc_SzVCR.js";
5
+ import { resolveComponent as g, openBlock as d, createElementBlock as u, normalizeClass as C, createCommentVNode as w, createVNode as p, createElementVNode as b, renderSlot as m, createTextVNode as z, toDisplayString as M, createBlock as D, mergeProps as A, withCtx as c, normalizeStyle as Ce, withKeys as de, Fragment as Q, renderList as J, withModifiers as ce, normalizeProps as ze, Transition as Ft, withDirectives as Ee, resolveDynamicComponent as Se, guardReactiveProps as vt, vShow as Ae, toHandlers as K, ref as Z, reactive as At, unref as L, Teleport as En, warn as yt, computed as Oe, watch as Ze, onMounted as Qa, nextTick as Ye, markRaw as An, shallowReactive as Mn, h as xn, provide as Bn, createSlots as _t, pushScopeId as Pn, popScopeId as Rn } from "vue";
6
+ import { _ as I, h as ae, u as Me, g as re, e as zt, o as at, E as X, l as va, p as $n, b as ya, a as Mt, L as Nn, q as Fn, D as _e, s as qt, r as zn } from "./tooltip-Od71Luh6.js";
7
+ import { v as If, c as Tf, y as Df, w as Of, x as Lf, V as Ef, f as Af } from "./tooltip-Od71Luh6.js";
8
+ import { _ as Ht } from "./emoji_text_wrapper-PsH5vDPn.js";
9
9
  const _a = {
10
10
  default: "",
11
11
  info: "d-badge--info",
@@ -151,7 +151,7 @@ const _a = {
151
151
  class: "d-badge__icon-right"
152
152
  };
153
153
  function Un(e, a, t, i, s, n) {
154
- const r = p("dt-icon");
154
+ const r = g("dt-icon");
155
155
  return d(), u("span", {
156
156
  class: C([
157
157
  "d-badge",
@@ -163,7 +163,7 @@ function Un(e, a, t, i, s, n) {
163
163
  }, [
164
164
  t.decoration ? (d(), u("span", Hn)) : w("", !0),
165
165
  t.iconLeft || t.type === "ai" ? (d(), u("span", Vn, [
166
- g(r, {
166
+ p(r, {
167
167
  name: t.iconLeft || "dialpad-ai",
168
168
  size: "200"
169
169
  }, null, 8, ["name"])
@@ -176,7 +176,7 @@ function Un(e, a, t, i, s, n) {
176
176
  ])
177
177
  ], 2),
178
178
  t.iconRight ? (d(), u("span", Wn, [
179
- g(r, {
179
+ p(r, {
180
180
  name: t.iconRight,
181
181
  size: "200"
182
182
  }, null, 8, ["name"])
@@ -223,10 +223,10 @@ const Vt = /* @__PURE__ */ I(qn, [["render", Un]]), nt = ["base", "error", "info
223
223
  class: "d-notice__icon"
224
224
  };
225
225
  function Qn(e, a, t, i, s, n) {
226
- const r = p("dt-icon");
226
+ const r = g("dt-icon");
227
227
  return n.defaultIcon || s.hasSlotContent(e.$slots.default) ? (d(), u("div", Gn, [
228
228
  m(e.$slots, "default", {}, () => [
229
- g(r, {
229
+ p(r, {
230
230
  name: n.defaultIcon,
231
231
  size: "400"
232
232
  }, null, 8, ["name"])
@@ -297,7 +297,7 @@ const Ut = /* @__PURE__ */ I(Xn, [["render", ti]]), ai = {
297
297
  DtButton: j,
298
298
  SrOnlyCloseButton: Rt
299
299
  },
300
- mixins: [Ce],
300
+ mixins: [we],
301
301
  props: {
302
302
  /**
303
303
  * Props for the notice close button.
@@ -343,7 +343,7 @@ const Ut = /* @__PURE__ */ I(Xn, [["render", ti]]), ai = {
343
343
  "data-qa": "notice-content-actions"
344
344
  };
345
345
  function ii(e, a, t, i, s, n) {
346
- const r = p("dt-icon"), l = p("dt-button"), o = p("sr-only-close-button");
346
+ const r = g("dt-icon"), l = g("dt-button"), o = g("sr-only-close-button");
347
347
  return d(), u("div", ni, [
348
348
  m(e.$slots, "default"),
349
349
  t.hideClose ? w("", !0) : (d(), D(l, A({
@@ -356,7 +356,7 @@ function ii(e, a, t, i, s, n) {
356
356
  "aria-label": t.closeButtonProps.ariaLabel ? t.closeButtonProps.ariaLabel : "Close"
357
357
  }, t.closeButtonProps, { onClick: n.close }), {
358
358
  icon: c(() => [
359
- g(r, {
359
+ p(r, {
360
360
  name: "close",
361
361
  size: "200"
362
362
  })
@@ -377,7 +377,7 @@ const jt = /* @__PURE__ */ I(ai, [["render", ii]]), si = {
377
377
  DtNoticeContent: Ut,
378
378
  DtNoticeAction: jt
379
379
  },
380
- mixins: [Ce],
380
+ mixins: [we],
381
381
  props: {
382
382
  /**
383
383
  * Sets an ID on the title element of the component. Useful for aria-describedby
@@ -483,18 +483,18 @@ const jt = /* @__PURE__ */ I(ai, [["render", ii]]), si = {
483
483
  }
484
484
  };
485
485
  function ri(e, a, t, i, s, n) {
486
- const r = p("dt-notice-icon"), l = p("dt-notice-content"), o = p("dt-notice-action");
486
+ const r = g("dt-notice-icon"), l = g("dt-notice-content"), o = g("dt-notice-action");
487
487
  return d(), u("aside", {
488
488
  class: C(n.noticeClass),
489
489
  "data-qa": "notice"
490
490
  }, [
491
- g(r, { kind: t.kind }, {
491
+ p(r, { kind: t.kind }, {
492
492
  default: c(() => [
493
493
  m(e.$slots, "icon")
494
494
  ]),
495
495
  _: 3
496
496
  }, 8, ["kind"]),
497
- g(l, {
497
+ p(l, {
498
498
  "title-id": t.titleId,
499
499
  "content-id": t.contentId,
500
500
  title: t.title,
@@ -508,7 +508,7 @@ function ri(e, a, t, i, s, n) {
508
508
  ]),
509
509
  _: 3
510
510
  }, 8, ["title-id", "content-id", "title", "role"]),
511
- g(o, {
511
+ p(o, {
512
512
  "hide-close": t.hideClose,
513
513
  "close-button-props": t.closeButtonProps,
514
514
  "visually-hidden-close": e.visuallyHiddenClose,
@@ -529,7 +529,7 @@ const Mu = /* @__PURE__ */ I(si, [["render", ri]]), oi = {
529
529
  DtNoticeContent: Ut,
530
530
  DtNoticeAction: jt
531
531
  },
532
- mixins: [et, Ce],
532
+ mixins: [et, we],
533
533
  props: {
534
534
  /**
535
535
  * Sets an ID on the title element of the component. Useful for aria-describedby
@@ -538,7 +538,7 @@ const Mu = /* @__PURE__ */ I(si, [["render", ri]]), oi = {
538
538
  titleId: {
539
539
  type: String,
540
540
  default() {
541
- return we.getUniqueString();
541
+ return Me.getUniqueString();
542
542
  }
543
543
  },
544
544
  /**
@@ -548,7 +548,7 @@ const Mu = /* @__PURE__ */ I(si, [["render", ri]]), oi = {
548
548
  contentId: {
549
549
  type: String,
550
550
  default() {
551
- return we.getUniqueString();
551
+ return Me.getUniqueString();
552
552
  }
553
553
  },
554
554
  /**
@@ -677,10 +677,10 @@ const Mu = /* @__PURE__ */ I(si, [["render", ri]]), oi = {
677
677
  }
678
678
  }, li = ["role", "aria-labelledby", "aria-describedby"];
679
679
  function di(e, a, t, i, s, n) {
680
- const r = p("dt-notice-icon"), l = p("dt-notice-content"), o = p("dt-notice-action");
680
+ const r = g("dt-notice-icon"), l = g("dt-notice-content"), o = g("dt-notice-action");
681
681
  return d(), u("aside", {
682
682
  class: C(n.bannerClass),
683
- style: ke(n.bannerBackgroundImage),
683
+ style: Ce(n.bannerBackgroundImage),
684
684
  onKeydown: a[1] || (a[1] = de((...h) => n.trapFocus && n.trapFocus(...h), ["tab"]))
685
685
  }, [
686
686
  b("div", {
@@ -698,7 +698,7 @@ function di(e, a, t, i, s, n) {
698
698
  ]),
699
699
  _: 3
700
700
  }, 8, ["kind"])),
701
- g(l, {
701
+ p(l, {
702
702
  "title-id": t.titleId,
703
703
  "content-id": t.contentId,
704
704
  title: t.title
@@ -711,7 +711,7 @@ function di(e, a, t, i, s, n) {
711
711
  ]),
712
712
  _: 3
713
713
  }, 8, ["title-id", "content-id", "title"]),
714
- g(o, {
714
+ p(o, {
715
715
  "hide-close": t.hideClose,
716
716
  "close-button-props": t.closeButtonProps,
717
717
  "visually-hidden-close": e.visuallyHiddenClose,
@@ -729,7 +729,7 @@ function di(e, a, t, i, s, n) {
729
729
  const xu = /* @__PURE__ */ I(oi, [["render", di]]), ci = "d-breadcrumbs__item--selected", ui = "d-breadcrumbs--inverted", hi = {
730
730
  name: "DtBreadcrumbItem",
731
731
  components: {
732
- DtLink: vn
732
+ DtLink: yn
733
733
  },
734
734
  inheritAttrs: !1,
735
735
  props: {
@@ -770,7 +770,7 @@ const xu = /* @__PURE__ */ I(oi, [["render", di]]), ci = "d-breadcrumbs__item--s
770
770
  }
771
771
  };
772
772
  function fi(e, a, t, i, s, n) {
773
- const r = p("dt-link");
773
+ const r = g("dt-link");
774
774
  return d(), u("li", {
775
775
  "data-qa": "dt-breadcrumb-item",
776
776
  class: C([
@@ -778,7 +778,7 @@ function fi(e, a, t, i, s, n) {
778
778
  { [s.BREADCRUMB_ITEM_SELECTED_MODIFIER]: t.selected }
779
779
  ])
780
780
  }, [
781
- g(r, A({
781
+ p(r, A({
782
782
  kind: n.linkKind,
783
783
  "aria-current": n.ariaCurrent,
784
784
  "data-qa": "breadcrumb-item"
@@ -792,7 +792,7 @@ function fi(e, a, t, i, s, n) {
792
792
  }, 16, ["kind", "aria-current"])
793
793
  ], 2);
794
794
  }
795
- const mi = /* @__PURE__ */ I(hi, [["render", fi]]), gi = {
795
+ const mi = /* @__PURE__ */ I(hi, [["render", fi]]), pi = {
796
796
  name: "DtBreadcrumbs",
797
797
  components: {
798
798
  DtBreadcrumbItem: mi
@@ -831,12 +831,12 @@ const mi = /* @__PURE__ */ I(hi, [["render", fi]]), gi = {
831
831
  },
832
832
  methods: {
833
833
  getBreadcrumbItemKey(e) {
834
- return `breadcrumbs-item-${e}-${we.getUniqueString()}`;
834
+ return `breadcrumbs-item-${e}-${Me.getUniqueString()}`;
835
835
  }
836
836
  }
837
- }, pi = ["aria-label"];
837
+ }, gi = ["aria-label"];
838
838
  function bi(e, a, t, i, s, n) {
839
- const r = p("dt-breadcrumb-item");
839
+ const r = g("dt-breadcrumb-item");
840
840
  return d(), u("nav", {
841
841
  "aria-label": t.ariaLabel,
842
842
  "data-qa": "dt-breadcrumbs",
@@ -853,9 +853,9 @@ function bi(e, a, t, i, s, n) {
853
853
  }, l), null, 16, ["inverted"]))), 128))
854
854
  ])
855
855
  ])
856
- ], 10, pi);
856
+ ], 10, gi);
857
857
  }
858
- const Bu = /* @__PURE__ */ I(gi, [["render", bi]]), Ca = {
858
+ const Bu = /* @__PURE__ */ I(pi, [["render", bi]]), Ca = {
859
859
  start: "d-btn-group--start",
860
860
  end: "d-btn-group--end",
861
861
  "space-between": "d-btn-group--space-between"
@@ -956,7 +956,7 @@ function Si(e, a, t, i, s, n) {
956
956
  "d-card__content",
957
957
  t.contentClass
958
958
  ]),
959
- style: ke({ "max-height": t.maxHeight })
959
+ style: Ce({ "max-height": t.maxHeight })
960
960
  }, [
961
961
  m(e.$slots, "content")
962
962
  ], 6),
@@ -1060,7 +1060,7 @@ const Ru = /* @__PURE__ */ I(Ci, [["render", Ii]]), Ti = {
1060
1060
  return a <= t.bottom + 3 * i / 4 && e >= t.top - i / 4;
1061
1061
  }
1062
1062
  }
1063
- }, Di = "listElementKey is required or the referenced element doesn't exist. Received listElement: ", Qa = ({
1063
+ }, Di = "listElementKey is required or the referenced element doesn't exist. Received listElement: ", Xa = ({
1064
1064
  // Role of the list items in the component. This is used to identify the list items
1065
1065
  // so you must update this if the role of your list items is anything other than 'option'
1066
1066
  listItemRole: e = "option",
@@ -1182,21 +1182,21 @@ const Ru = /* @__PURE__ */ I(Ci, [["render", Ii]]), Ti = {
1182
1182
  }
1183
1183
  }), Oi = {
1184
1184
  name: "ComboboxLoadingList",
1185
- components: { DtListItem: pt, DtSkeleton: On }
1185
+ components: { DtListItem: $t, DtSkeleton: On }
1186
1186
  }, Li = {
1187
1187
  class: "d-combobox__loading-list",
1188
1188
  "aria-busy": "true"
1189
1189
  };
1190
1190
  function Ei(e, a, t, i, s, n) {
1191
- const r = p("dt-skeleton"), l = p("dt-list-item");
1191
+ const r = g("dt-skeleton"), l = g("dt-list-item");
1192
1192
  return d(), u("ol", Li, [
1193
- (d(), u(Q, null, J(7, (o) => g(l, {
1193
+ (d(), u(Q, null, J(7, (o) => p(l, {
1194
1194
  key: o,
1195
1195
  role: "option",
1196
1196
  "navigation-type": "none"
1197
1197
  }, {
1198
1198
  default: c(() => [
1199
- g(r, {
1199
+ p(r, {
1200
1200
  "text-option": { type: "body" },
1201
1201
  offset: 0
1202
1202
  })
@@ -1205,9 +1205,9 @@ function Ei(e, a, t, i, s, n) {
1205
1205
  }, 1024)), 64))
1206
1206
  ]);
1207
1207
  }
1208
- const Xa = /* @__PURE__ */ I(Oi, [["render", Ei]]), Ai = {
1208
+ const Za = /* @__PURE__ */ I(Oi, [["render", Ei]]), Ai = {
1209
1209
  name: "ComboboxEmptyList",
1210
- components: { DtListItem: pt },
1210
+ components: { DtListItem: $t },
1211
1211
  props: {
1212
1212
  /**
1213
1213
  * Message to display when list is empty
@@ -1231,10 +1231,10 @@ const Xa = /* @__PURE__ */ I(Oi, [["render", Ei]]), Ai = {
1231
1231
  "data-qa": "dt-combobox-empty-list"
1232
1232
  };
1233
1233
  function xi(e, a, t, i, s, n) {
1234
- const r = p("dt-list-item");
1234
+ const r = g("dt-list-item");
1235
1235
  return d(), u("ol", Mi, [
1236
1236
  m(e.$slots, "default", {}, () => [
1237
- g(r, {
1237
+ p(r, {
1238
1238
  role: "option",
1239
1239
  "navigation-type": "none",
1240
1240
  type: "custom",
@@ -1248,7 +1248,7 @@ function xi(e, a, t, i, s, n) {
1248
1248
  ])
1249
1249
  ]);
1250
1250
  }
1251
- const Za = /* @__PURE__ */ I(Ai, [["render", xi]]), Ja = {
1251
+ const Ja = /* @__PURE__ */ I(Ai, [["render", xi]]), en = {
1252
1252
  EXTRA_SMALL: "xs",
1253
1253
  SMALL: "sm",
1254
1254
  DEFAULT: "md",
@@ -1257,11 +1257,11 @@ const Za = /* @__PURE__ */ I(Ai, [["render", xi]]), Ja = {
1257
1257
  }, Bi = {
1258
1258
  name: "DtCombobox",
1259
1259
  components: {
1260
- ComboboxLoadingList: Xa,
1261
- ComboboxEmptyList: Za
1260
+ ComboboxLoadingList: Za,
1261
+ ComboboxEmptyList: Ja
1262
1262
  },
1263
1263
  mixins: [
1264
- Qa({
1264
+ Xa({
1265
1265
  indexKey: "highlightIndex",
1266
1266
  idKey: "highlightId",
1267
1267
  listElementKey: "getListElement",
@@ -1294,7 +1294,7 @@ const Za = /* @__PURE__ */ I(Ai, [["render", xi]]), Ja = {
1294
1294
  size: {
1295
1295
  type: String,
1296
1296
  default: null,
1297
- validator: (e) => Object.values(Ja).includes(e)
1297
+ validator: (e) => Object.values(en).includes(e)
1298
1298
  },
1299
1299
  /**
1300
1300
  * Description for the input
@@ -1526,7 +1526,7 @@ const Za = /* @__PURE__ */ I(Ai, [["render", xi]]), Ja = {
1526
1526
  }
1527
1527
  }, Pi = { "data-qa": "dt-combobox-input-wrapper" };
1528
1528
  function Ri(e, a, t, i, s, n) {
1529
- const r = p("combobox-loading-list"), l = p("combobox-empty-list");
1529
+ const r = g("combobox-loading-list"), l = g("combobox-empty-list");
1530
1530
  return d(), u("div", {
1531
1531
  onKeydown: [
1532
1532
  a[3] || (a[3] = de(ce((o) => n.onKeyValidation(o, "onEscapeKey"), ["stop"]), ["esc"])),
@@ -1676,7 +1676,7 @@ const $i = /* @__PURE__ */ I(Bi, [["render", Ri]]), Ni = {
1676
1676
  }
1677
1677
  };
1678
1678
  function Fi(e, a, t, i, s, n) {
1679
- return d(), D(Nt, A({
1679
+ return d(), D(Ft, A({
1680
1680
  appear: t.appear,
1681
1681
  "enter-active-class": "enter-active",
1682
1682
  "leave-active-class": "leave-active"
@@ -1690,13 +1690,13 @@ function Fi(e, a, t, i, s, n) {
1690
1690
  onAfterLeave: n.afterLeave
1691
1691
  }), {
1692
1692
  default: c(() => [
1693
- Ae((d(), D(Se(t.elementType), ze(yt(e.$attrs)), {
1693
+ Ee((d(), D(Se(t.elementType), ze(vt(e.$attrs)), {
1694
1694
  default: c(() => [
1695
1695
  s.initialized ? m(e.$slots, "default", { key: 0 }) : w("", !0)
1696
1696
  ]),
1697
1697
  _: 3
1698
1698
  }, 16)), [
1699
- [Me, t.show]
1699
+ [Ae, t.show]
1700
1700
  ])
1701
1701
  ]),
1702
1702
  _: 3
@@ -1856,7 +1856,7 @@ const zi = /* @__PURE__ */ I(Ni, [["render", Fi]]), qi = {
1856
1856
  }
1857
1857
  }, Hi = ["id"], Vi = ["title"];
1858
1858
  function Wi(e, a, t, i, s, n) {
1859
- const r = p("dt-icon"), l = p("dt-button"), o = p("dt-collapsible-lazy-show");
1859
+ const r = g("dt-icon"), l = g("dt-button"), o = g("dt-collapsible-lazy-show");
1860
1860
  return d(), D(Se(t.elementType), A({ ref: "collapsible" }, K(n.collapsibleListeners)), {
1861
1861
  default: c(() => [
1862
1862
  b("div", {
@@ -1871,18 +1871,18 @@ function Wi(e, a, t, i, s, n) {
1871
1871
  role: "button"
1872
1872
  }
1873
1873
  }, () => [
1874
- g(l, {
1874
+ p(l, {
1875
1875
  importance: "clear",
1876
1876
  kind: "muted",
1877
1877
  "aria-controls": t.id,
1878
1878
  "aria-expanded": `${s.isOpen}`,
1879
- style: ke({
1879
+ style: Ce({
1880
1880
  width: t.maxWidth
1881
1881
  }),
1882
1882
  onClick: n.defaultToggleOpen
1883
1883
  }, {
1884
1884
  default: c(() => [
1885
- g(r, {
1885
+ p(r, {
1886
1886
  name: s.isOpen ? "chevron-down" : "chevron-right",
1887
1887
  class: "d-collapsible__icon",
1888
1888
  size: "300"
@@ -1896,7 +1896,7 @@ function Wi(e, a, t, i, s, n) {
1896
1896
  }, 8, ["aria-controls", "aria-expanded", "style", "onClick"])
1897
1897
  ])
1898
1898
  ], 10, Hi),
1899
- g(o, A({
1899
+ p(o, A({
1900
1900
  id: t.id,
1901
1901
  ref: "contentWrapper",
1902
1902
  "aria-hidden": `${!s.isOpen}`,
@@ -1953,7 +1953,7 @@ const Ui = /* @__PURE__ */ I(qi, [["render", Wi]]), ji = ["row", "column"], Ki =
1953
1953
  gap: {
1954
1954
  type: String,
1955
1955
  default: "400",
1956
- validator: (e) => yn.includes(e)
1956
+ validator: (e) => _n.includes(e)
1957
1957
  },
1958
1958
  /**
1959
1959
  * Used to customize the term element
@@ -2012,7 +2012,7 @@ const $u = /* @__PURE__ */ I(Qi, [["render", Xi]]), Xe = {
2012
2012
  SrOnlyCloseButton: Rt
2013
2013
  },
2014
2014
  mixins: [
2015
- Qa({
2015
+ Xa({
2016
2016
  indexKey: "highlightIndex",
2017
2017
  idKey: "highlightId",
2018
2018
  listElementKey: "getListElement",
@@ -2023,7 +2023,7 @@ const $u = /* @__PURE__ */ I(Qi, [["render", Xi]]), Xe = {
2023
2023
  activeItemKey: "activeItemEl",
2024
2024
  focusOnKeyboardNavigation: !0
2025
2025
  }),
2026
- Ce
2026
+ we
2027
2027
  ],
2028
2028
  inheritAttrs: !1,
2029
2029
  props: {
@@ -2158,7 +2158,7 @@ const $u = /* @__PURE__ */ I(Qi, [["render", Xi]]), Xe = {
2158
2158
  appendTo: {
2159
2159
  type: [HTMLElement, String],
2160
2160
  default: "body",
2161
- validator: (e) => bt.includes(e) || e instanceof HTMLElement
2161
+ validator: (e) => gt.includes(e) || e instanceof HTMLElement
2162
2162
  },
2163
2163
  /**
2164
2164
  * If set to false the dialog will display over top of the anchor when there is insufficient space.
@@ -2342,7 +2342,7 @@ const $u = /* @__PURE__ */ I(Qi, [["render", Xi]]), Xe = {
2342
2342
  }
2343
2343
  }, Ji = ["id"];
2344
2344
  function es(e, a, t, i, s, n) {
2345
- const r = p("sr-only-close-button"), l = p("dt-popover");
2345
+ const r = g("sr-only-close-button"), l = g("dt-popover");
2346
2346
  return d(), D(l, A({
2347
2347
  ref: "popover",
2348
2348
  "content-width": t.contentWidth,
@@ -2468,7 +2468,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
2468
2468
  padding: {
2469
2469
  type: String,
2470
2470
  default: "large",
2471
- validator: (e) => Object.keys(_n).some((a) => a === e)
2471
+ validator: (e) => Object.keys(Sn).some((a) => a === e)
2472
2472
  },
2473
2473
  /**
2474
2474
  * Displaces the content box from its anchor element
@@ -2524,7 +2524,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
2524
2524
  appendTo: {
2525
2525
  type: [HTMLElement, String],
2526
2526
  default: "body",
2527
- validator: (e) => bt.includes(e) || e instanceof HTMLElement
2527
+ validator: (e) => gt.includes(e) || e instanceof HTMLElement
2528
2528
  }
2529
2529
  },
2530
2530
  emits: ["opened"],
@@ -2549,7 +2549,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
2549
2549
  onOpened: i[0] || (i[0] = (s) => t.$emit("opened", s))
2550
2550
  }, {
2551
2551
  anchor: c(({ attrs: s }) => [
2552
- m(t.$slots, "anchor", ze(yt(s)))
2552
+ m(t.$slots, "anchor", ze(vt(s)))
2553
2553
  ]),
2554
2554
  content: c(() => [
2555
2555
  m(t.$slots, "content")
@@ -2698,9 +2698,9 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
2698
2698
  "aria-modal": "true"
2699
2699
  }, cs = ["src", "alt"];
2700
2700
  function us(e, a, t, i, s, n) {
2701
- const r = p("dt-button"), l = p("dt-icon");
2701
+ const r = g("dt-button"), l = g("dt-icon");
2702
2702
  return d(), u("div", null, [
2703
- g(r, {
2703
+ p(r, {
2704
2704
  "data-qa": "dt-image-viewer-preview",
2705
2705
  class: "d-image-viewer__preview-button",
2706
2706
  "aria-label": t.ariaLabel,
@@ -2737,7 +2737,7 @@ function us(e, a, t, i, s, n) {
2737
2737
  alt: t.imageAlt
2738
2738
  }, null, 8, cs)
2739
2739
  ]),
2740
- g(Nt, { name: "fade" }, {
2740
+ p(Ft, { name: "fade" }, {
2741
2741
  default: c(() => [
2742
2742
  s.showCloseButton ? (d(), D(r, {
2743
2743
  key: 0,
@@ -2752,7 +2752,7 @@ function us(e, a, t, i, s, n) {
2752
2752
  onClick: n.close
2753
2753
  }, {
2754
2754
  icon: c(() => [
2755
- g(l, {
2755
+ p(l, {
2756
2756
  class: "d-image-viewer__close-button",
2757
2757
  name: "close",
2758
2758
  size: "400"
@@ -2821,7 +2821,7 @@ const hs = /* @__PURE__ */ I(rs, [["render", us]]), fs = {
2821
2821
  messages: {
2822
2822
  type: Array,
2823
2823
  default: () => [],
2824
- validator: (e) => Wa(e)
2824
+ validator: (e) => Ua(e)
2825
2825
  },
2826
2826
  /**
2827
2827
  * Show validation messages
@@ -2906,7 +2906,7 @@ const hs = /* @__PURE__ */ I(rs, [["render", us]]), fs = {
2906
2906
  }
2907
2907
  },
2908
2908
  mounted() {
2909
- !this.legend && !this.$slots.legend && !this.$attrs["aria-label"] && _t("It is expected that an aria-label is provided when there is no legend.", this);
2909
+ !this.legend && !this.$slots.legend && !this.$attrs["aria-label"] && yt("It is expected that an aria-label is provided when there is no legend.", this);
2910
2910
  }
2911
2911
  }, ms = {
2912
2912
  name: "DtInputGroup",
@@ -2962,9 +2962,9 @@ const hs = /* @__PURE__ */ I(rs, [["render", us]]), fs = {
2962
2962
  return `input-group-message-${e}-${a}-${this.id}`;
2963
2963
  }
2964
2964
  }
2965
- }, gs = ["data-qa"], ps = ["data-qa"];
2965
+ }, ps = ["data-qa"], gs = ["data-qa"];
2966
2966
  function bs(e, a, t, i, s, n) {
2967
- const r = p("dt-validation-messages");
2967
+ const r = g("dt-validation-messages");
2968
2968
  return d(), u("fieldset", {
2969
2969
  class: "d-input-group__fieldset",
2970
2970
  "data-qa": t.dataQaGroup
@@ -2976,17 +2976,17 @@ function bs(e, a, t, i, s, n) {
2976
2976
  m(e.$slots, "legend", {}, () => [
2977
2977
  z(M(e.legend), 1)
2978
2978
  ])
2979
- ], 16, ps)) : w("", !0),
2979
+ ], 16, gs)) : w("", !0),
2980
2980
  m(e.$slots, "default"),
2981
- g(r, A({
2981
+ p(r, A({
2982
2982
  "validation-messages": e.formattedMessages,
2983
2983
  "show-messages": e.showMessages,
2984
2984
  class: e.messagesClass,
2985
2985
  "data-qa": t.dataQaGroupMessages
2986
2986
  }, e.messagesChildProps), null, 16, ["validation-messages", "show-messages", "class", "data-qa"])
2987
- ], 8, gs);
2987
+ ], 8, ps);
2988
2988
  }
2989
- const en = /* @__PURE__ */ I(ms, [["render", bs]]), ka = {
2989
+ const tn = /* @__PURE__ */ I(ms, [["render", bs]]), ka = {
2990
2990
  default: "",
2991
2991
  danger: "d-modal--danger"
2992
2992
  }, Ia = {
@@ -3006,7 +3006,7 @@ const en = /* @__PURE__ */ I(ms, [["render", bs]]), ka = {
3006
3006
  DtIcon: V,
3007
3007
  SrOnlyCloseButton: Rt
3008
3008
  },
3009
- mixins: [et, Ce],
3009
+ mixins: [et, we],
3010
3010
  props: {
3011
3011
  /**
3012
3012
  * A set of props to be passed into the modal's close button.
@@ -3257,7 +3257,7 @@ const en = /* @__PURE__ */ I(ms, [["render", bs]]), ka = {
3257
3257
  class: "d-modal__footer"
3258
3258
  };
3259
3259
  function Cs(e, a, t, i, s, n) {
3260
- const r = p("dt-icon"), l = p("dt-button"), o = p("sr-only-close-button"), h = p("dt-lazy-show");
3260
+ const r = g("dt-icon"), l = g("dt-button"), o = g("sr-only-close-button"), h = g("dt-lazy-show");
3261
3261
  return d(), D(h, A({
3262
3262
  transition: "d-zoom",
3263
3263
  show: t.show,
@@ -3284,12 +3284,12 @@ function Cs(e, a, t, i, s, n) {
3284
3284
  z(M(t.bannerTitle), 1)
3285
3285
  ])
3286
3286
  ], 2)) : w("", !0),
3287
- g(Nt, {
3287
+ p(Ft, {
3288
3288
  appear: "",
3289
3289
  name: "d-modal__dialog"
3290
3290
  }, {
3291
3291
  default: c(() => [
3292
- Ae(b("div", {
3292
+ Ee(b("div", {
3293
3293
  class: C([
3294
3294
  "d-modal__dialog",
3295
3295
  { "d-modal__dialog--scrollable": t.fixedHeaderFooter },
@@ -3342,7 +3342,7 @@ function Cs(e, a, t, i, s, n) {
3342
3342
  "aria-label": t.closeButtonProps.ariaLabel
3343
3343
  }, t.closeButtonProps, { onClick: n.close }), {
3344
3344
  icon: c(() => [
3345
- g(r, {
3345
+ p(r, {
3346
3346
  name: "close",
3347
3347
  size: "400"
3348
3348
  })
@@ -3355,7 +3355,7 @@ function Cs(e, a, t, i, s, n) {
3355
3355
  onClose: n.close
3356
3356
  }, null, 8, ["visually-hidden-close-label", "onClose"])) : w("", !0)
3357
3357
  ], 10, ys), [
3358
- [Me, t.show]
3358
+ [Ae, t.show]
3359
3359
  ])
3360
3360
  ]),
3361
3361
  _: 3
@@ -3533,12 +3533,12 @@ const qu = /* @__PURE__ */ I(ks, [["render", Ds]]), Os = {
3533
3533
  "data-qa": "dt-pagination-separator"
3534
3534
  };
3535
3535
  function As(e, a, t, i, s, n) {
3536
- const r = p("dt-icon"), l = p("dt-button");
3536
+ const r = g("dt-icon"), l = g("dt-button");
3537
3537
  return d(), u("nav", {
3538
3538
  "aria-label": t.ariaLabel,
3539
3539
  class: "d-pagination"
3540
3540
  }, [
3541
- g(l, {
3541
+ p(l, {
3542
3542
  class: C(["d-pagination__button", n.isFirstPage ? "d-fc-black-300 d-bgc-transparent" : "d-fc-tertiary"]),
3543
3543
  "data-qa": "dt-pagination-prev",
3544
3544
  "aria-label": t.prevAriaLabel,
@@ -3548,7 +3548,7 @@ function As(e, a, t, i, s, n) {
3548
3548
  onClick: a[0] || (a[0] = (o) => n.changePage(s.currentPage - 1))
3549
3549
  }, {
3550
3550
  icon: c(() => [
3551
- g(r, {
3551
+ p(r, {
3552
3552
  name: "chevron-left",
3553
3553
  size: "300"
3554
3554
  })
@@ -3560,7 +3560,7 @@ function As(e, a, t, i, s, n) {
3560
3560
  class: C({ "d-pagination__separator": isNaN(Number(o)) })
3561
3561
  }, [
3562
3562
  isNaN(Number(o)) ? (d(), u("div", Es, [
3563
- g(r, {
3563
+ p(r, {
3564
3564
  name: "more-horizontal",
3565
3565
  size: "300"
3566
3566
  })
@@ -3578,7 +3578,7 @@ function As(e, a, t, i, s, n) {
3578
3578
  _: 2
3579
3579
  }, 1032, ["aria-label", "kind", "importance", "onClick"]))
3580
3580
  ], 2))), 128)),
3581
- g(l, {
3581
+ p(l, {
3582
3582
  class: C(["d-pagination__button", n.isLastPage ? "d-fc-black-300 d-bgc-transparent" : "d-fc-tertiary"]),
3583
3583
  "data-qa": "dt-pagination-next",
3584
3584
  "aria-label": t.nextAriaLabel,
@@ -3588,7 +3588,7 @@ function As(e, a, t, i, s, n) {
3588
3588
  onClick: a[1] || (a[1] = (o) => n.changePage(s.currentPage + 1))
3589
3589
  }, {
3590
3590
  icon: c(() => [
3591
- g(r, {
3591
+ p(r, {
3592
3592
  name: "chevron-right",
3593
3593
  size: "300"
3594
3594
  })
@@ -3604,7 +3604,7 @@ const Hu = /* @__PURE__ */ I(Os, [["render", As]]), Ms = {
3604
3604
  }, xs = {
3605
3605
  name: "DtRadio",
3606
3606
  components: { DtValidationMessages: Fe },
3607
- mixins: [Ua, ja, Ka, $t],
3607
+ mixins: [ja, Ka, Ya, Nt],
3608
3608
  inheritAttrs: !1,
3609
3609
  props: {
3610
3610
  /**
@@ -3698,7 +3698,7 @@ const Hu = /* @__PURE__ */ I(Os, [["render", As]]), Ms = {
3698
3698
  "data-qa": "radio-label-description-container"
3699
3699
  };
3700
3700
  function $s(e, a, t, i, s, n) {
3701
- const r = p("dt-validation-messages");
3701
+ const r = g("dt-validation-messages");
3702
3702
  return d(), u("div", null, [
3703
3703
  b("label", null, [
3704
3704
  b("div", {
@@ -3728,7 +3728,7 @@ function $s(e, a, t, i, s, n) {
3728
3728
  z(M(e.description), 1)
3729
3729
  ])
3730
3730
  ], 16)) : w("", !0),
3731
- g(r, A({
3731
+ p(r, A({
3732
3732
  "validation-messages": e.formattedMessages,
3733
3733
  "show-messages": e.showMessages,
3734
3734
  class: e.messagesClass
@@ -3740,7 +3740,7 @@ function $s(e, a, t, i, s, n) {
3740
3740
  }
3741
3741
  const Vu = /* @__PURE__ */ I(xs, [["render", $s]]), Wu = {
3742
3742
  name: "DtRadioGroup",
3743
- extends: en,
3743
+ extends: tn,
3744
3744
  props: {
3745
3745
  /**
3746
3746
  * A provided value for the radio group
@@ -3878,7 +3878,7 @@ const Vu = /* @__PURE__ */ I(xs, [["render", $s]]), Wu = {
3878
3878
  }
3879
3879
  }, Fs = ["id", "tabindex", "aria-labelledby", "aria-hidden"];
3880
3880
  function zs(e, a, t, i, s, n) {
3881
- return Ae((d(), u("div", {
3881
+ return Ee((d(), u("div", {
3882
3882
  id: `dt-panel-${t.id}`,
3883
3883
  role: "tabpanel",
3884
3884
  tabindex: s.isFirstElementFocusable ? -1 : 0,
@@ -3889,7 +3889,7 @@ function zs(e, a, t, i, s, n) {
3889
3889
  }, [
3890
3890
  m(e.$slots, "default")
3891
3891
  ], 10, Fs)), [
3892
- [Me, !n.hidePanel]
3892
+ [Ae, !n.hidePanel]
3893
3893
  ]);
3894
3894
  }
3895
3895
  const Uu = /* @__PURE__ */ I(Ns, [["render", zs]]), qs = {
@@ -3899,7 +3899,7 @@ const Uu = /* @__PURE__ */ I(Ns, [["render", zs]]), qs = {
3899
3899
  }, Hs = {
3900
3900
  name: "DtCheckbox",
3901
3901
  components: { DtValidationMessages: Fe },
3902
- mixins: [Ua, ja, Ka, $t],
3902
+ mixins: [ja, Ka, Ya, Nt],
3903
3903
  inheritAttrs: !1,
3904
3904
  emits: [
3905
3905
  /**
@@ -3982,7 +3982,7 @@ const Uu = /* @__PURE__ */ I(Ns, [["render", zs]]), qs = {
3982
3982
  "data-qa": "checkbox-label-description-container"
3983
3983
  };
3984
3984
  function js(e, a, t, i, s, n) {
3985
- const r = p("dt-validation-messages");
3985
+ const r = g("dt-validation-messages");
3986
3986
  return d(), u("div", null, [
3987
3987
  b("label", null, [
3988
3988
  b("div", {
@@ -4015,7 +4015,7 @@ function js(e, a, t, i, s, n) {
4015
4015
  z(M(e.description), 1)
4016
4016
  ])
4017
4017
  ], 16)) : w("", !0),
4018
- g(r, A({
4018
+ p(r, A({
4019
4019
  "validation-messages": e.formattedMessages,
4020
4020
  "show-messages": e.showMessages,
4021
4021
  class: e.messagesClass
@@ -4027,7 +4027,7 @@ function js(e, a, t, i, s, n) {
4027
4027
  }
4028
4028
  const ju = /* @__PURE__ */ I(Hs, [["render", js]]), Ku = {
4029
4029
  name: "DtCheckboxGroup",
4030
- extends: en,
4030
+ extends: tn,
4031
4031
  model: {
4032
4032
  prop: "selectedValues"
4033
4033
  },
@@ -4038,7 +4038,7 @@ const ju = /* @__PURE__ */ I(Hs, [["render", js]]), Ku = {
4038
4038
  value: {
4039
4039
  type: [],
4040
4040
  default: null,
4041
- validator: (e) => e ? (_t(
4041
+ validator: (e) => e ? (yt(
4042
4042
  "Component uses selectedValues to initialize the model, value is not supported by this component",
4043
4043
  void 0
4044
4044
  ), !1) : !0
@@ -4275,7 +4275,7 @@ const ju = /* @__PURE__ */ I(Hs, [["render", js]]), Ku = {
4275
4275
  "data-qa": "dt-chip-avatar"
4276
4276
  }, Js = ["id"];
4277
4277
  function er(e, a, t, i, s, n) {
4278
- const r = p("dt-icon"), l = p("dt-button");
4278
+ const r = g("dt-icon"), l = g("dt-button");
4279
4279
  return d(), u("span", Qs, [
4280
4280
  (d(), D(Se(t.interactive ? "button" : "span"), A({
4281
4281
  id: t.id,
@@ -4309,7 +4309,7 @@ function er(e, a, t, i, s, n) {
4309
4309
  onClick: a[0] || (a[0] = (o) => e.$emit("close"))
4310
4310
  }), {
4311
4311
  icon: c(() => [
4312
- g(r, {
4312
+ p(r, {
4313
4313
  name: "close",
4314
4314
  size: n.closeButtonIconSize
4315
4315
  }, null, 8, ["size"])
@@ -4318,7 +4318,7 @@ function er(e, a, t, i, s, n) {
4318
4318
  }, 16, ["class", "aria-label"]))
4319
4319
  ]);
4320
4320
  }
4321
- const tn = /* @__PURE__ */ I(Gs, [["render", er]]), Oa = {
4321
+ const an = /* @__PURE__ */ I(Gs, [["render", er]]), Oa = {
4322
4322
  xs: "d-select--xs",
4323
4323
  sm: "d-select--sm",
4324
4324
  md: "",
@@ -4331,7 +4331,7 @@ const tn = /* @__PURE__ */ I(Gs, [["render", er]]), Oa = {
4331
4331
  }, ar = (e) => !e.index || typeof e.index == "number", nr = (e) => e.value ? typeof e.value == "string" || typeof e.value == "number" : !1, ir = (e) => e.label ? typeof e.label == "string" : !1, sr = (e) => e ? e.every((a) => !(!ar(a) || !nr(a) || !ir(a))) : !0, rr = {
4332
4332
  name: "DtSelectMenu",
4333
4333
  components: { DtValidationMessages: Fe },
4334
- mixins: [$t],
4334
+ mixins: [Nt],
4335
4335
  inheritAttrs: !1,
4336
4336
  props: {
4337
4337
  /**
@@ -4502,12 +4502,12 @@ const tn = /* @__PURE__ */ I(Gs, [["render", er]]), Oa = {
4502
4502
  },
4503
4503
  validateOptionsPresence() {
4504
4504
  var e;
4505
- ((e = this.options) == null ? void 0 : e.length) < 1 && !this.$slots.default && _t("Options are expected to be provided via prop or slot", this);
4505
+ ((e = this.options) == null ? void 0 : e.length) < 1 && !this.$slots.default && yt("Options are expected to be provided via prop or slot", this);
4506
4506
  }
4507
4507
  }
4508
4508
  }, or = ["aria-details"], lr = ["id"], dr = ["disabled"], cr = ["value"];
4509
4509
  function ur(e, a, t, i, s, n) {
4510
- const r = p("dt-validation-messages");
4510
+ const r = g("dt-validation-messages");
4511
4511
  return d(), u("div", null, [
4512
4512
  b("label", null, [
4513
4513
  s.hasSlotContent(e.$slots.label) || t.label ? (d(), u("div", A({
@@ -4565,7 +4565,7 @@ function ur(e, a, t, i, s, n) {
4565
4565
  ], 16, dr)
4566
4566
  ], 2)
4567
4567
  ]),
4568
- g(r, A({
4568
+ p(r, A({
4569
4569
  "validation-messages": e.formattedMessages,
4570
4570
  "show-messages": e.showMessages,
4571
4571
  class: e.messagesClass
@@ -4579,7 +4579,7 @@ const Yu = /* @__PURE__ */ I(rr, [["render", ur]]), hr = ["status", "alert"], La
4579
4579
  DtNoticeContent: Ut,
4580
4580
  DtNoticeAction: jt
4581
4581
  },
4582
- mixins: [Ce],
4582
+ mixins: [we],
4583
4583
  props: {
4584
4584
  /**
4585
4585
  * Sets an ID on the title element of the component. Useful for aria-describedby
@@ -4588,7 +4588,7 @@ const Yu = /* @__PURE__ */ I(rr, [["render", ur]]), hr = ["status", "alert"], La
4588
4588
  titleId: {
4589
4589
  type: String,
4590
4590
  default() {
4591
- return we.getUniqueString();
4591
+ return Me.getUniqueString();
4592
4592
  }
4593
4593
  },
4594
4594
  /**
@@ -4598,7 +4598,7 @@ const Yu = /* @__PURE__ */ I(rr, [["render", ur]]), hr = ["status", "alert"], La
4598
4598
  contentId: {
4599
4599
  type: String,
4600
4600
  default() {
4601
- return we.getUniqueString();
4601
+ return Me.getUniqueString();
4602
4602
  }
4603
4603
  },
4604
4604
  /**
@@ -4741,9 +4741,9 @@ const Yu = /* @__PURE__ */ I(rr, [["render", ur]]), hr = ["status", "alert"], La
4741
4741
  }, this.duration));
4742
4742
  }
4743
4743
  }
4744
- }, mr = ["aria-hidden"], gr = { class: "d-toast__dialog" };
4745
- function pr(e, a, t, i, s, n) {
4746
- const r = p("dt-notice-icon"), l = p("dt-notice-content"), o = p("dt-notice-action");
4744
+ }, mr = ["aria-hidden"], pr = { class: "d-toast__dialog" };
4745
+ function gr(e, a, t, i, s, n) {
4746
+ const r = g("dt-notice-icon"), l = g("dt-notice-content"), o = g("dt-notice-action");
4747
4747
  return s.isShown ? (d(), u("div", {
4748
4748
  key: 0,
4749
4749
  class: C([
@@ -4754,14 +4754,14 @@ function pr(e, a, t, i, s, n) {
4754
4754
  "data-qa": "dt-toast",
4755
4755
  "aria-hidden": (!s.isShown).toString()
4756
4756
  }, [
4757
- b("div", gr, [
4758
- g(r, { kind: t.kind }, {
4757
+ b("div", pr, [
4758
+ p(r, { kind: t.kind }, {
4759
4759
  default: c(() => [
4760
4760
  m(e.$slots, "icon")
4761
4761
  ]),
4762
4762
  _: 3
4763
4763
  }, 8, ["kind"]),
4764
- g(l, {
4764
+ p(l, {
4765
4765
  "title-id": t.titleId,
4766
4766
  "content-id": t.contentId,
4767
4767
  title: t.title,
@@ -4777,7 +4777,7 @@ function pr(e, a, t, i, s, n) {
4777
4777
  ]),
4778
4778
  _: 3
4779
4779
  }, 8, ["title-id", "content-id", "title", "role"]),
4780
- g(o, {
4780
+ p(o, {
4781
4781
  "hide-close": t.hideClose,
4782
4782
  "close-button-props": t.closeButtonProps,
4783
4783
  "visually-hidden-close": e.visuallyHiddenClose,
@@ -4792,7 +4792,7 @@ function pr(e, a, t, i, s, n) {
4792
4792
  ])
4793
4793
  ], 10, mr)) : w("", !0);
4794
4794
  }
4795
- const Gu = /* @__PURE__ */ I(fr, [["render", pr]]), Ea = {
4795
+ const Gu = /* @__PURE__ */ I(fr, [["render", gr]]), Ea = {
4796
4796
  sm: "d-toggle--small",
4797
4797
  md: ""
4798
4798
  }, br = [!1, !0, "mixed"], vr = {
@@ -4931,7 +4931,7 @@ const Gu = /* @__PURE__ */ I(fr, [["render", pr]]), Ea = {
4931
4931
  this.validateInputLabels(this.hasSlotLabel(), this.$attrs["aria-label"]);
4932
4932
  },
4933
4933
  validateInputLabels(e, a) {
4934
- !e && !a && _t(
4934
+ !e && !a && yt(
4935
4935
  "You must provide an aria-label when there is no label passed",
4936
4936
  this
4937
4937
  );
@@ -5029,7 +5029,7 @@ const Qu = /* @__PURE__ */ I(vr, [["render", Cr]]), Ge = {
5029
5029
  class: "sr-only"
5030
5030
  }, Dr = ["innerHTML"];
5031
5031
  function Or(e, a, t, i, s, n) {
5032
- const r = p("dt-icon");
5032
+ const r = g("dt-icon");
5033
5033
  return d(), u("kbd", {
5034
5034
  class: C([
5035
5035
  "d-keyboard-shortcut",
@@ -5207,7 +5207,7 @@ function Ar(e, a, t, i, s, n) {
5207
5207
  ], 2)
5208
5208
  ], 2);
5209
5209
  }
5210
- const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5210
+ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), nn = {
5211
5211
  __name: "core_scroller",
5212
5212
  props: {
5213
5213
  /**
@@ -5303,32 +5303,32 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5303
5303
  setup(e, { expose: a, emit: t }) {
5304
5304
  const i = e, s = t, n = At(/* @__PURE__ */ new Map()), r = At(/* @__PURE__ */ new Map()), l = Z([]), o = Z(null), h = Z(!1), v = Z(null), f = Z("top");
5305
5305
  let y = 0, _ = 0, S = !1, N = 0, T = null, k = null, W = 0, ne = 0;
5306
- const Ie = Le(() => {
5306
+ const ke = Oe(() => {
5307
5307
  if (i.itemSize === null) {
5308
5308
  const x = {
5309
5309
  "-1": { accumulator: 0 }
5310
5310
  }, R = i.items, B = i.sizeField, ue = i.minItemSize;
5311
- let te = 1e4, ge = 0, H;
5311
+ let te = 1e4, pe = 0, H;
5312
5312
  for (let ie = 0, Ve = R.length; ie < Ve; ie++)
5313
- H = R[ie][B] || ue, H < te && (te = H), ge += H, x[ie] = { accumulator: ge, size: H };
5313
+ H = R[ie][B] || ue, H < te && (te = H), pe += H, x[ie] = { accumulator: pe, size: H };
5314
5314
  return k = te, x;
5315
5315
  }
5316
5316
  return [];
5317
- }), Ct = Le(() => i.items.length && typeof i.items[0] != "object"), Te = Le(() => {
5317
+ }), Ct = Oe(() => i.items.length && typeof i.items[0] != "object"), Ie = Oe(() => {
5318
5318
  const x = {};
5319
5319
  for (let R = 0, B = i.items.length; R < B; R++)
5320
5320
  x[i.items[R][i.keyField]] = R;
5321
5321
  return x;
5322
5322
  });
5323
- Ze(Ie, () => {
5323
+ Ze(ke, () => {
5324
5324
  Re(!1);
5325
- }, { deep: !0 }), Ga(() => {
5325
+ }, { deep: !0 }), Qa(() => {
5326
5326
  Ye(() => {
5327
5327
  Re(!0), h.value = !0;
5328
5328
  });
5329
5329
  });
5330
5330
  const me = (x, R, B, ue, te) => {
5331
- const ge = An({
5331
+ const pe = An({
5332
5332
  id: ne++,
5333
5333
  index: R,
5334
5334
  used: !0,
@@ -5337,10 +5337,10 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5337
5337
  }), H = Mn({
5338
5338
  item: B,
5339
5339
  position: 0,
5340
- nr: ge
5340
+ nr: pe
5341
5341
  });
5342
5342
  return x.value.push(H), H;
5343
- }, De = (x, R = !1) => {
5343
+ }, Te = (x, R = !1) => {
5344
5344
  const B = r, ue = x.nr.type;
5345
5345
  let te = B.get(ue);
5346
5346
  te || (te = [], B.set(ue, te)), te.push(x), R || (x.nr.used = !1, x.position = -9999);
@@ -5361,11 +5361,11 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5361
5361
  }, kt = () => {
5362
5362
  l.value.sort((x, R) => x.nr.index - R.nr.index);
5363
5363
  }, Re = (x, R = !1) => {
5364
- var la, da, ca, ua, ha, fa, ma, ga;
5365
- const B = i.itemSize, ue = k, te = Ct.value ? null : i.keyField, ge = i.items, H = ge.length, ie = Ie.value, Ve = n, ra = r, it = l, bn = Te;
5366
- let se, Y, st, he, pe;
5364
+ var la, da, ca, ua, ha, fa, ma, pa;
5365
+ const B = i.itemSize, ue = k, te = Ct.value ? null : i.keyField, pe = i.items, H = pe.length, ie = ke.value, Ve = n, ra = r, it = l, vn = Ie;
5366
+ let se, Y, st, he, ge;
5367
5367
  if (!H)
5368
- se = Y = he = pe = st = 0;
5368
+ se = Y = he = ge = st = 0;
5369
5369
  else {
5370
5370
  const F = He();
5371
5371
  if (R) {
@@ -5378,20 +5378,20 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5378
5378
  N = F.start;
5379
5379
  const oe = i.buffer;
5380
5380
  if (F.start -= oe, F.end += oe, B === null) {
5381
- let U, We = 0, pa = H - 1, le = ~~(H / 2), ba;
5381
+ let U, We = 0, ga = H - 1, le = ~~(H / 2), ba;
5382
5382
  do
5383
- ba = le, U = (la = ie[le]) == null ? void 0 : la.accumulator, U < F.start ? We = le : le < H - 1 && ((da = ie[le + 1]) == null ? void 0 : da.accumulator) > F.start && (pa = le), le = ~~((We + pa) / 2);
5383
+ ba = le, U = (la = ie[le]) == null ? void 0 : la.accumulator, U < F.start ? We = le : le < H - 1 && ((da = ie[le + 1]) == null ? void 0 : da.accumulator) > F.start && (ga = le), le = ~~((We + ga) / 2);
5384
5384
  while (le !== ba);
5385
5385
  for (le < 0 && (le = 0), se = le, st = (ca = ie[H - 1]) == null ? void 0 : ca.accumulator, Y = le; Y < H && ((ua = ie[Y]) == null ? void 0 : ua.accumulator) < F.end; Y++)
5386
5386
  ;
5387
- for (Y === -1 ? Y = ge.length - 1 : (Y++, Y > H && (Y = H)), he = y; he < H && ((ha = ie[he]) == null ? void 0 : ha.accumulator) < F.start; he++)
5387
+ for (Y === -1 ? Y = pe.length - 1 : (Y++, Y > H && (Y = H)), he = y; he < H && ((ha = ie[he]) == null ? void 0 : ha.accumulator) < F.start; he++)
5388
5388
  ;
5389
- for (pe = he; pe < H && ((fa = ie[pe]) == null ? void 0 : fa.accumulator) < F.end; pe++)
5389
+ for (ge = he; ge < H && ((fa = ie[ge]) == null ? void 0 : fa.accumulator) < F.end; ge++)
5390
5390
  ;
5391
5391
  } else {
5392
5392
  se = ~~(F.start / B);
5393
5393
  const U = se % 1;
5394
- se -= U, Y = Math.ceil(F.end / B), he = Math.max(0, Math.floor(F.start / B)), pe = Math.floor(F.end / B), se < 0 && (se = 0), Y > H && (Y = H), he < 0 && (he = 0), pe > H && (pe = H), st = Math.ceil(H / 1) * B;
5394
+ se -= U, Y = Math.ceil(F.end / B), he = Math.max(0, Math.floor(F.start / B)), ge = Math.floor(F.end / B), se < 0 && (se = 0), Y > H && (Y = H), he < 0 && (he = 0), ge > H && (ge = H), st = Math.ceil(H / 1) * B;
5395
5395
  }
5396
5396
  }
5397
5397
  Y - se > 1e3 && Pe(), W = st;
@@ -5399,27 +5399,27 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5399
5399
  const rt = se <= _ && Y >= se;
5400
5400
  if (rt)
5401
5401
  for (let F = 0, oe = it.value.length; F < oe; F++)
5402
- P = it.value[F], P != null && P.nr.used && (x && (P.nr.index = bn[P.item[te]]), (P.nr.index == null || P.nr.index < se || P.nr.index >= Y) && De(P));
5402
+ P = it.value[F], P != null && P.nr.used && (x && (P.nr.index = vn[P.item[te]]), (P.nr.index == null || P.nr.index < se || P.nr.index >= Y) && Te(P));
5403
5403
  const oa = rt ? null : /* @__PURE__ */ new Map();
5404
5404
  let fe, be, ot;
5405
5405
  for (let F = se; F < Y; F++) {
5406
- fe = ge[F];
5406
+ fe = pe[F];
5407
5407
  const oe = te ? fe == null ? void 0 : fe[te] : fe;
5408
5408
  if (oe == null)
5409
5409
  throw new Error(`Key is ${oe} on item (keyField is '${te}')`);
5410
5410
  if (P = Ve.get(oe), !B && !((ma = ie[F]) != null && ma.size)) {
5411
- P && De(P);
5411
+ P && Te(P);
5412
5412
  continue;
5413
5413
  }
5414
5414
  be = fe.type;
5415
5415
  let U = ra.get(be);
5416
5416
  if (!P)
5417
- rt ? U && U.length ? P = U.pop() : P = me(it, F, fe, oe, be) : (ot = oa.get(be) || 0, (!U || ot >= U.length) && (P = me(it, F, fe, oe, be), De(P, !0), U = ra.get(be)), P = U[ot], oa.set(be, ot + 1)), Ve.delete(P.nr.key), P.nr.used = !0, P.nr.index = F, P.nr.key = oe, P.nr.type = be, Ve.set(oe, P);
5417
+ rt ? U && U.length ? P = U.pop() : P = me(it, F, fe, oe, be) : (ot = oa.get(be) || 0, (!U || ot >= U.length) && (P = me(it, F, fe, oe, be), Te(P, !0), U = ra.get(be)), P = U[ot], oa.set(be, ot + 1)), Ve.delete(P.nr.key), P.nr.used = !0, P.nr.index = F, P.nr.key = oe, P.nr.type = be, Ve.set(oe, P);
5418
5418
  else if (!P.nr.used && (P.nr.used = !0, U)) {
5419
5419
  const We = U.indexOf(P);
5420
5420
  We !== -1 && U.splice(We, 1);
5421
5421
  }
5422
- P.item = fe, B === null ? (P.position = (ga = ie[F - 1]) == null ? void 0 : ga.accumulator, P.offset = 0) : (P.position = Math.floor(F) * B, P.offset = F % 1 * B);
5422
+ P.item = fe, B === null ? (P.position = (pa = ie[F - 1]) == null ? void 0 : pa.accumulator, P.offset = 0) : (P.position = Math.floor(F) * B, P.offset = F % 1 * B);
5423
5423
  }
5424
5424
  return y = se, _ = Y, clearTimeout(T), T = setTimeout(kt, 300), {
5425
5425
  continuous: rt
@@ -5430,7 +5430,7 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5430
5430
  }, Tt = (x) => {
5431
5431
  var B;
5432
5432
  let R;
5433
- i.itemSize === null ? R = x > 0 ? (B = Ie.value[x - 1]) == null ? void 0 : B.accumulator : 0 : R = Math.floor(x) * i.itemSize, It(R);
5433
+ i.itemSize === null ? R = x > 0 ? (B = ke.value[x - 1]) == null ? void 0 : B.accumulator : 0 : R = Math.floor(x) * i.itemSize, It(R);
5434
5434
  }, ee = () => {
5435
5435
  const x = v.value;
5436
5436
  f.value !== "middle" && (f.value = "middle", s("user-position", "middle")), x.scrollTop === 0 && (f.value = "top", s("user-position", "top")), x.scrollTop + x.clientHeight === x.scrollHeight && (f.value = "bottom", s("user-position", "bottom")), S || (S = !0, requestAnimationFrame(() => {
@@ -5451,7 +5451,7 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5451
5451
  }, [
5452
5452
  (d(), D(Se(e.listTag), {
5453
5453
  ref: "wrapper",
5454
- style: ke({ [e.direction === "vertical" ? "minHeight" : "minWidth"]: `${L(W)}px` }),
5454
+ style: Ce({ [e.direction === "vertical" ? "minHeight" : "minWidth"]: `${L(W)}px` }),
5455
5455
  class: C(["vue-recycle-scroller__item-wrapper", e.listClass])
5456
5456
  }, {
5457
5457
  default: c(() => [
@@ -5613,7 +5613,7 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5613
5613
  }, xr = {
5614
5614
  name: "DynamicScroller",
5615
5615
  components: {
5616
- CoreScroller: an,
5616
+ CoreScroller: nn,
5617
5617
  DtScrollerItem: Mr
5618
5618
  },
5619
5619
  provide() {
@@ -5783,7 +5783,7 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), an = {
5783
5783
  }
5784
5784
  };
5785
5785
  function Br(e, a, t, i, s, n) {
5786
- const r = p("dt-scroller-item"), l = p("core-scroller");
5786
+ const r = g("dt-scroller-item"), l = g("core-scroller");
5787
5787
  return d(), D(l, A({
5788
5788
  ref: "scroller",
5789
5789
  items: n.itemsWithSize,
@@ -5794,7 +5794,7 @@ function Br(e, a, t, i, s, n) {
5794
5794
  "item-tag": t.itemTag
5795
5795
  }, e.$attrs), {
5796
5796
  default: c(({ item: o, index: h, active: v }) => [
5797
- g(r, {
5797
+ p(r, {
5798
5798
  item: o,
5799
5799
  active: v,
5800
5800
  "size-dependencies": [
@@ -5803,7 +5803,7 @@ function Br(e, a, t, i, s, n) {
5803
5803
  "data-index": h
5804
5804
  }, {
5805
5805
  default: c(() => [
5806
- m(e.$slots, "default", ze(yt({
5806
+ m(e.$slots, "default", ze(vt({
5807
5807
  item: o.item,
5808
5808
  index: h,
5809
5809
  active: v,
@@ -5919,7 +5919,7 @@ const Pr = /* @__PURE__ */ I(xr, [["render", Br]]), eh = {
5919
5919
  setup(e, { expose: a, emit: t }) {
5920
5920
  const i = e;
5921
5921
  Bn("emit", t);
5922
- const n = Z(null), r = Le(() => ({
5922
+ const n = Z(null), r = Oe(() => ({
5923
5923
  width: typeof i.scrollerWidth == "number" ? `${i.scrollerWidth}px` : i.scrollerWidth,
5924
5924
  height: typeof i.scrollerHeight == "number" ? `${i.scrollerHeight}px` : i.scrollerHeight
5925
5925
  }));
@@ -5946,7 +5946,7 @@ const Pr = /* @__PURE__ */ I(xr, [["render", Br]]), eh = {
5946
5946
  scrollToItem: o,
5947
5947
  updateItems: h,
5948
5948
  updateItemsFromBottom: v
5949
- }), (y, _) => (d(), D(Se(e.dynamic ? Pr : an), {
5949
+ }), (y, _) => (d(), D(Se(e.dynamic ? Pr : nn), {
5950
5950
  ref_key: "scroller",
5951
5951
  ref: n,
5952
5952
  "data-qa": "dt-scroller",
@@ -5957,12 +5957,12 @@ const Pr = /* @__PURE__ */ I(xr, [["render", Br]]), eh = {
5957
5957
  "key-field": e.keyField,
5958
5958
  "list-tag": e.listTag,
5959
5959
  "item-tag": e.itemTag,
5960
- style: ke(r.value),
5960
+ style: Ce(r.value),
5961
5961
  tabindex: "0",
5962
5962
  onUserPosition: _[0] || (_[0] = (S) => y.$emit("user-position", S))
5963
5963
  }, {
5964
5964
  default: c(({ item: S, index: N, active: T }) => [
5965
- m(y.$slots, "default", ze(yt({
5965
+ m(y.$slots, "default", ze(vt({
5966
5966
  item: S,
5967
5967
  index: N,
5968
5968
  active: T
@@ -5971,7 +5971,7 @@ const Pr = /* @__PURE__ */ I(xr, [["render", Br]]), eh = {
5971
5971
  _: 3
5972
5972
  }, 40, ["items", "item-size", "min-item-size", "direction", "key-field", "list-tag", "item-tag", "style"]));
5973
5973
  }
5974
- }, nn = 0, Rr = "MMMM", Ot = "long";
5974
+ }, sn = 0, Rr = "MMMM", Ot = "long";
5975
5975
  function Ne(e) {
5976
5976
  "@babel/helpers - typeof";
5977
5977
  return Ne = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) {
@@ -6051,13 +6051,13 @@ function zr(e, a) {
6051
6051
  var t = ut(e), i = ut(a), s = t.getTime() - Je(t), n = i.getTime() - Je(i);
6052
6052
  return Math.round((s - n) / Fr);
6053
6053
  }
6054
- function Ee(e, a) {
6054
+ function Le(e, a) {
6055
6055
  O(2, arguments);
6056
6056
  var t = E(e), i = E(a), s = t.getTime() - i.getTime();
6057
6057
  return s < 0 ? -1 : s > 0 ? 1 : s;
6058
6058
  }
6059
6059
  var qr = 6e4, Hr = 36e5;
6060
- function sn(e, a) {
6060
+ function rn(e, a) {
6061
6061
  O(2, arguments);
6062
6062
  var t = ut(e), i = ut(a);
6063
6063
  return t.getTime() === i.getTime();
@@ -6122,7 +6122,7 @@ function Xr(e) {
6122
6122
  var a = E(e);
6123
6123
  return a.setHours(23, 59, 59, 999), a;
6124
6124
  }
6125
- function rn(e) {
6125
+ function on(e) {
6126
6126
  O(1, arguments);
6127
6127
  var a = E(e), t = a.getMonth();
6128
6128
  return a.setFullYear(a.getFullYear(), t + 1, 0), a.setHours(23, 59, 59, 999), a;
@@ -6130,30 +6130,30 @@ function rn(e) {
6130
6130
  function Zr(e) {
6131
6131
  O(1, arguments);
6132
6132
  var a = E(e);
6133
- return Xr(a).getTime() === rn(a).getTime();
6133
+ return Xr(a).getTime() === on(a).getTime();
6134
6134
  }
6135
- function on(e, a) {
6135
+ function ln(e, a) {
6136
6136
  O(2, arguments);
6137
- var t = E(e), i = E(a), s = Ee(t, i), n = Math.abs(Ur(t, i)), r;
6137
+ var t = E(e), i = E(a), s = Le(t, i), n = Math.abs(Ur(t, i)), r;
6138
6138
  if (n < 1)
6139
6139
  r = 0;
6140
6140
  else {
6141
6141
  t.getMonth() === 1 && t.getDate() > 27 && t.setDate(30), t.setMonth(t.getMonth() - s * n);
6142
- var l = Ee(t, i) === -s;
6143
- Zr(E(e)) && n === 1 && Ee(e, i) === 1 && (l = !1), r = s * (n - Number(l));
6142
+ var l = Le(t, i) === -s;
6143
+ Zr(E(e)) && n === 1 && Le(e, i) === 1 && (l = !1), r = s * (n - Number(l));
6144
6144
  }
6145
6145
  return r === 0 ? 0 : r;
6146
6146
  }
6147
- function ln(e, a, t) {
6147
+ function dn(e, a, t) {
6148
6148
  O(2, arguments);
6149
6149
  var i = Kt(e, a) / 1e3;
6150
6150
  return Yt(t == null ? void 0 : t.roundingMethod)(i);
6151
6151
  }
6152
6152
  function Jr(e, a) {
6153
6153
  O(2, arguments);
6154
- var t = E(e), i = E(a), s = Ee(t, i), n = Math.abs(jr(t, i));
6154
+ var t = E(e), i = E(a), s = Le(t, i), n = Math.abs(jr(t, i));
6155
6155
  t.setFullYear(1584), i.setFullYear(1584);
6156
- var r = Ee(t, i) === -s, l = s * (n - Number(r));
6156
+ var r = Le(t, i) === -s, l = s * (n - Number(r));
6157
6157
  return l === 0 ? 0 : l;
6158
6158
  }
6159
6159
  function eo(e) {
@@ -6179,7 +6179,7 @@ function ht(e) {
6179
6179
  var a = 1, t = E(e), i = t.getUTCDay(), s = (i < a ? 7 : 0) + i - a;
6180
6180
  return t.setUTCDate(t.getUTCDate() - s), t.setUTCHours(0, 0, 0, 0), t;
6181
6181
  }
6182
- function dn(e) {
6182
+ function cn(e) {
6183
6183
  O(1, arguments);
6184
6184
  var a = E(e), t = a.getUTCFullYear(), i = /* @__PURE__ */ new Date(0);
6185
6185
  i.setUTCFullYear(t + 1, 0, 4), i.setUTCHours(0, 0, 0, 0);
@@ -6190,7 +6190,7 @@ function dn(e) {
6190
6190
  }
6191
6191
  function io(e) {
6192
6192
  O(1, arguments);
6193
- var a = dn(e), t = /* @__PURE__ */ new Date(0);
6193
+ var a = cn(e), t = /* @__PURE__ */ new Date(0);
6194
6194
  t.setUTCFullYear(a, 0, 4), t.setUTCHours(0, 0, 0, 0);
6195
6195
  var i = ht(t);
6196
6196
  return i;
@@ -6210,7 +6210,7 @@ function ft(e, a) {
6210
6210
  var y = E(e), _ = y.getUTCDay(), S = (_ < f ? 7 : 0) + _ - f;
6211
6211
  return y.setUTCDate(y.getUTCDate() - S), y.setUTCHours(0, 0, 0, 0), y;
6212
6212
  }
6213
- function cn(e, a) {
6213
+ function un(e, a) {
6214
6214
  var t, i, s, n, r, l, o, h;
6215
6215
  O(1, arguments);
6216
6216
  var v = E(e), f = v.getUTCFullYear(), y = Be(), _ = q((t = (i = (s = (n = a == null ? void 0 : a.firstWeekContainsDate) !== null && n !== void 0 ? n : a == null || (r = a.locale) === null || r === void 0 || (l = r.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && s !== void 0 ? s : y.firstWeekContainsDate) !== null && i !== void 0 ? i : (o = y.locale) === null || o === void 0 || (h = o.options) === null || h === void 0 ? void 0 : h.firstWeekContainsDate) !== null && t !== void 0 ? t : 1);
@@ -6226,7 +6226,7 @@ function cn(e, a) {
6226
6226
  function oo(e, a) {
6227
6227
  var t, i, s, n, r, l, o, h;
6228
6228
  O(1, arguments);
6229
- var v = Be(), f = q((t = (i = (s = (n = a == null ? void 0 : a.firstWeekContainsDate) !== null && n !== void 0 ? n : a == null || (r = a.locale) === null || r === void 0 || (l = r.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && s !== void 0 ? s : v.firstWeekContainsDate) !== null && i !== void 0 ? i : (o = v.locale) === null || o === void 0 || (h = o.options) === null || h === void 0 ? void 0 : h.firstWeekContainsDate) !== null && t !== void 0 ? t : 1), y = cn(e, a), _ = /* @__PURE__ */ new Date(0);
6229
+ var v = Be(), f = q((t = (i = (s = (n = a == null ? void 0 : a.firstWeekContainsDate) !== null && n !== void 0 ? n : a == null || (r = a.locale) === null || r === void 0 || (l = r.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && s !== void 0 ? s : v.firstWeekContainsDate) !== null && i !== void 0 ? i : (o = v.locale) === null || o === void 0 || (h = o.options) === null || h === void 0 ? void 0 : h.firstWeekContainsDate) !== null && t !== void 0 ? t : 1), y = un(e, a), _ = /* @__PURE__ */ new Date(0);
6230
6230
  _.setUTCFullYear(y, 0, f), _.setUTCHours(0, 0, 0, 0);
6231
6231
  var S = ft(_, a);
6232
6232
  return S;
@@ -6339,7 +6339,7 @@ var $e = {
6339
6339
  },
6340
6340
  // Local week-numbering year
6341
6341
  Y: function(a, t, i, s) {
6342
- var n = cn(a, s), r = n > 0 ? n : 1 - n;
6342
+ var n = un(a, s), r = n > 0 ? n : 1 - n;
6343
6343
  if (t === "YY") {
6344
6344
  var l = r % 100;
6345
6345
  return $(l, 2);
@@ -6350,7 +6350,7 @@ var $e = {
6350
6350
  },
6351
6351
  // ISO week-numbering year
6352
6352
  R: function(a, t) {
6353
- var i = dn(a);
6353
+ var i = cn(a);
6354
6354
  return $(i, t.length);
6355
6355
  },
6356
6356
  // Extended year. This is a single number designating the year of this calendar system.
@@ -6782,11 +6782,11 @@ var $e = {
6782
6782
  return Pa(r);
6783
6783
  case "XXXX":
6784
6784
  case "XX":
6785
- return Oe(r);
6785
+ return De(r);
6786
6786
  case "XXXXX":
6787
6787
  case "XXX":
6788
6788
  default:
6789
- return Oe(r, ":");
6789
+ return De(r, ":");
6790
6790
  }
6791
6791
  },
6792
6792
  // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
@@ -6797,11 +6797,11 @@ var $e = {
6797
6797
  return Pa(r);
6798
6798
  case "xxxx":
6799
6799
  case "xx":
6800
- return Oe(r);
6800
+ return De(r);
6801
6801
  case "xxxxx":
6802
6802
  case "xxx":
6803
6803
  default:
6804
- return Oe(r, ":");
6804
+ return De(r, ":");
6805
6805
  }
6806
6806
  },
6807
6807
  // Timezone (GMT)
@@ -6814,7 +6814,7 @@ var $e = {
6814
6814
  return "GMT" + Ba(r, ":");
6815
6815
  case "OOOO":
6816
6816
  default:
6817
- return "GMT" + Oe(r, ":");
6817
+ return "GMT" + De(r, ":");
6818
6818
  }
6819
6819
  },
6820
6820
  // Timezone (specific non-location)
@@ -6827,7 +6827,7 @@ var $e = {
6827
6827
  return "GMT" + Ba(r, ":");
6828
6828
  case "zzzz":
6829
6829
  default:
6830
- return "GMT" + Oe(r, ":");
6830
+ return "GMT" + De(r, ":");
6831
6831
  }
6832
6832
  },
6833
6833
  // Seconds timestamp
@@ -6853,9 +6853,9 @@ function Pa(e, a) {
6853
6853
  var t = e > 0 ? "-" : "+";
6854
6854
  return t + $(Math.abs(e) / 60, 2);
6855
6855
  }
6856
- return Oe(e, a);
6856
+ return De(e, a);
6857
6857
  }
6858
- function Oe(e, a) {
6858
+ function De(e, a) {
6859
6859
  var t = a || "", i = e > 0 ? "-" : "+", s = Math.abs(e), n = $(Math.floor(s / 60), 2), r = $(s % 60, 2);
6860
6860
  return i + n + t + r;
6861
6861
  }
@@ -6880,7 +6880,7 @@ var Ra = function(a, t) {
6880
6880
  width: "full"
6881
6881
  });
6882
6882
  }
6883
- }, un = function(a, t) {
6883
+ }, hn = function(a, t) {
6884
6884
  switch (a) {
6885
6885
  case "p":
6886
6886
  return t.time({
@@ -6928,12 +6928,12 @@ var Ra = function(a, t) {
6928
6928
  });
6929
6929
  break;
6930
6930
  }
6931
- return r.replace("{{date}}", Ra(s, t)).replace("{{time}}", un(n, t));
6932
- }, go = {
6933
- p: un,
6931
+ return r.replace("{{date}}", Ra(s, t)).replace("{{time}}", hn(n, t));
6932
+ }, po = {
6933
+ p: hn,
6934
6934
  P: mo
6935
6935
  };
6936
- const po = go;
6936
+ const go = po;
6937
6937
  var bo = ["D", "DD"], vo = ["YY", "YYYY"];
6938
6938
  function yo(e) {
6939
6939
  return bo.indexOf(e) !== -1;
@@ -7342,13 +7342,13 @@ var il = {
7342
7342
  };
7343
7343
  const Gt = il;
7344
7344
  var sl = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, rl = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, ol = /^'([^]*?)'?$/, ll = /''/g, dl = /[a-zA-Z]/;
7345
- function hn(e, a, t) {
7346
- var i, s, n, r, l, o, h, v, f, y, _, S, N, T, k, W, ne, Ie;
7345
+ function fn(e, a, t) {
7346
+ var i, s, n, r, l, o, h, v, f, y, _, S, N, T, k, W, ne, ke;
7347
7347
  O(2, arguments);
7348
- var Ct = String(a), Te = Be(), me = (i = (s = t == null ? void 0 : t.locale) !== null && s !== void 0 ? s : Te.locale) !== null && i !== void 0 ? i : Gt, De = q((n = (r = (l = (o = t == null ? void 0 : t.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (h = t.locale) === null || h === void 0 || (v = h.options) === null || v === void 0 ? void 0 : v.firstWeekContainsDate) !== null && l !== void 0 ? l : Te.firstWeekContainsDate) !== null && r !== void 0 ? r : (f = Te.locale) === null || f === void 0 || (y = f.options) === null || y === void 0 ? void 0 : y.firstWeekContainsDate) !== null && n !== void 0 ? n : 1);
7349
- if (!(De >= 1 && De <= 7))
7348
+ var Ct = String(a), Ie = Be(), me = (i = (s = t == null ? void 0 : t.locale) !== null && s !== void 0 ? s : Ie.locale) !== null && i !== void 0 ? i : Gt, Te = q((n = (r = (l = (o = t == null ? void 0 : t.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (h = t.locale) === null || h === void 0 || (v = h.options) === null || v === void 0 ? void 0 : v.firstWeekContainsDate) !== null && l !== void 0 ? l : Ie.firstWeekContainsDate) !== null && r !== void 0 ? r : (f = Ie.locale) === null || f === void 0 || (y = f.options) === null || y === void 0 ? void 0 : y.firstWeekContainsDate) !== null && n !== void 0 ? n : 1);
7349
+ if (!(Te >= 1 && Te <= 7))
7350
7350
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
7351
- var He = q((_ = (S = (N = (T = t == null ? void 0 : t.weekStartsOn) !== null && T !== void 0 ? T : t == null || (k = t.locale) === null || k === void 0 || (W = k.options) === null || W === void 0 ? void 0 : W.weekStartsOn) !== null && N !== void 0 ? N : Te.weekStartsOn) !== null && S !== void 0 ? S : (ne = Te.locale) === null || ne === void 0 || (Ie = ne.options) === null || Ie === void 0 ? void 0 : Ie.weekStartsOn) !== null && _ !== void 0 ? _ : 0);
7351
+ var He = q((_ = (S = (N = (T = t == null ? void 0 : t.weekStartsOn) !== null && T !== void 0 ? T : t == null || (k = t.locale) === null || k === void 0 || (W = k.options) === null || W === void 0 ? void 0 : W.weekStartsOn) !== null && N !== void 0 ? N : Ie.weekStartsOn) !== null && S !== void 0 ? S : (ne = Ie.locale) === null || ne === void 0 || (ke = ne.options) === null || ke === void 0 ? void 0 : ke.weekStartsOn) !== null && _ !== void 0 ? _ : 0);
7352
7352
  if (!(He >= 0 && He <= 6))
7353
7353
  throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
7354
7354
  if (!me.localize)
@@ -7359,14 +7359,14 @@ function hn(e, a, t) {
7359
7359
  if (!Wr(Pe))
7360
7360
  throw new RangeError("Invalid time value");
7361
7361
  var kt = Je(Pe), Re = to(Pe, kt), It = {
7362
- firstWeekContainsDate: De,
7362
+ firstWeekContainsDate: Te,
7363
7363
  weekStartsOn: He,
7364
7364
  locale: me,
7365
7365
  _originalDate: Pe
7366
7366
  }, Tt = Ct.match(rl).map(function(ee) {
7367
7367
  var x = ee[0];
7368
7368
  if (x === "p" || x === "P") {
7369
- var R = po[x];
7369
+ var R = go[x];
7370
7370
  return R(ee, me.formatLong);
7371
7371
  }
7372
7372
  return ee;
@@ -7389,7 +7389,7 @@ function cl(e) {
7389
7389
  var a = e.match(ol);
7390
7390
  return a ? a[1].replace(ll, "'") : e;
7391
7391
  }
7392
- function fn(e, a) {
7392
+ function mn(e, a) {
7393
7393
  if (e == null)
7394
7394
  throw new TypeError("assign requires that input parameter not be null or undefined");
7395
7395
  for (var t in a)
@@ -7397,7 +7397,7 @@ function fn(e, a) {
7397
7397
  return e;
7398
7398
  }
7399
7399
  function ul(e) {
7400
- return fn({}, e);
7400
+ return mn({}, e);
7401
7401
  }
7402
7402
  var Na = 1440, hl = 2520, Et = 43200, fl = 86400;
7403
7403
  function ml(e, a, t) {
@@ -7406,15 +7406,15 @@ function ml(e, a, t) {
7406
7406
  var n = Be(), r = (i = (s = t == null ? void 0 : t.locale) !== null && s !== void 0 ? s : n.locale) !== null && i !== void 0 ? i : Gt;
7407
7407
  if (!r.formatDistance)
7408
7408
  throw new RangeError("locale must contain formatDistance property");
7409
- var l = Ee(e, a);
7409
+ var l = Le(e, a);
7410
7410
  if (isNaN(l))
7411
7411
  throw new RangeError("Invalid time value");
7412
- var o = fn(ul(t), {
7412
+ var o = mn(ul(t), {
7413
7413
  addSuffix: !!(t != null && t.addSuffix),
7414
7414
  comparison: l
7415
7415
  }), h, v;
7416
7416
  l > 0 ? (h = E(a), v = E(e)) : (h = E(e), v = E(a));
7417
- var f = ln(v, h), y = (Je(v) - Je(h)) / 1e3, _ = Math.round((f - y) / 60), S;
7417
+ var f = dn(v, h), y = (Je(v) - Je(h)) / 1e3, _ = Math.round((f - y) / 60), S;
7418
7418
  if (_ < 2)
7419
7419
  return t != null && t.includeSeconds ? f < 5 ? r.formatDistance("lessThanXSeconds", 5, o) : f < 10 ? r.formatDistance("lessThanXSeconds", 10, o) : f < 20 ? r.formatDistance("lessThanXSeconds", 20, o) : f < 40 ? r.formatDistance("halfAMinute", 0, o) : f < 60 ? r.formatDistance("lessThanXMinutes", 1, o) : r.formatDistance("xMinutes", 1, o) : _ === 0 ? r.formatDistance("lessThanXMinutes", 1, o) : r.formatDistance("xMinutes", _, o);
7420
7420
  if (_ < 45)
@@ -7433,7 +7433,7 @@ function ml(e, a, t) {
7433
7433
  } else if (_ < fl)
7434
7434
  return S = Math.round(_ / Et), r.formatDistance("aboutXMonths", S, o);
7435
7435
  }
7436
- if (S = on(v, h), S < 12) {
7436
+ if (S = ln(v, h), S < 12) {
7437
7437
  var k = Math.round(_ / Et);
7438
7438
  return r.formatDistance("xMonths", k, o);
7439
7439
  } else {
@@ -7441,12 +7441,12 @@ function ml(e, a, t) {
7441
7441
  return W < 3 ? r.formatDistance("aboutXYears", ne, o) : W < 9 ? r.formatDistance("overXYears", ne, o) : r.formatDistance("almostXYears", ne + 1, o);
7442
7442
  }
7443
7443
  }
7444
- var gl = ["years", "months", "weeks", "days", "hours", "minutes", "seconds"];
7445
- function pl(e, a) {
7444
+ var pl = ["years", "months", "weeks", "days", "hours", "minutes", "seconds"];
7445
+ function gl(e, a) {
7446
7446
  var t, i, s, n, r;
7447
7447
  if (arguments.length < 1)
7448
7448
  throw new TypeError("1 argument required, but only ".concat(arguments.length, " present"));
7449
- var l = Be(), o = (t = (i = a == null ? void 0 : a.locale) !== null && i !== void 0 ? i : l.locale) !== null && t !== void 0 ? t : Gt, h = (s = a == null ? void 0 : a.format) !== null && s !== void 0 ? s : gl, v = (n = a == null ? void 0 : a.zero) !== null && n !== void 0 ? n : !1, f = (r = a == null ? void 0 : a.delimiter) !== null && r !== void 0 ? r : " ";
7449
+ var l = Be(), o = (t = (i = a == null ? void 0 : a.locale) !== null && i !== void 0 ? i : l.locale) !== null && t !== void 0 ? t : Gt, h = (s = a == null ? void 0 : a.format) !== null && s !== void 0 ? s : pl, v = (n = a == null ? void 0 : a.zero) !== null && n !== void 0 ? n : !1, f = (r = a == null ? void 0 : a.delimiter) !== null && r !== void 0 ? r : " ";
7450
7450
  if (!o.formatDistance)
7451
7451
  return "";
7452
7452
  var y = h.reduce(function(_, S) {
@@ -7489,10 +7489,10 @@ function vl(e) {
7489
7489
  throw new RangeError("End Date is invalid");
7490
7490
  var i = {};
7491
7491
  i.years = Math.abs(Jr(t, a));
7492
- var s = Ee(t, a), n = Ue(a, {
7492
+ var s = Le(t, a), n = Ue(a, {
7493
7493
  years: s * i.years
7494
7494
  });
7495
- i.months = Math.abs(on(t, n));
7495
+ i.months = Math.abs(ln(t, n));
7496
7496
  var r = Ue(n, {
7497
7497
  months: s * i.months
7498
7498
  });
@@ -7508,7 +7508,7 @@ function vl(e) {
7508
7508
  var h = Ue(o, {
7509
7509
  minutes: s * i.minutes
7510
7510
  });
7511
- return i.seconds = Math.abs(ln(t, h)), i;
7511
+ return i.seconds = Math.abs(dn(t, h)), i;
7512
7512
  }
7513
7513
  function yl(e, a) {
7514
7514
  O(2, arguments);
@@ -7532,7 +7532,7 @@ function Cl(e) {
7532
7532
  return O(1, arguments), Sl(e, Date.now());
7533
7533
  }
7534
7534
  function kl(e) {
7535
- return O(1, arguments), sn(e, Date.now());
7535
+ return O(1, arguments), rn(e, Date.now());
7536
7536
  }
7537
7537
  function Il(e, a) {
7538
7538
  O(2, arguments);
@@ -7540,7 +7540,7 @@ function Il(e, a) {
7540
7540
  return qe(e, -t);
7541
7541
  }
7542
7542
  function Tl(e) {
7543
- return O(1, arguments), sn(e, Il(Date.now(), 1));
7543
+ return O(1, arguments), rn(e, Il(Date.now(), 1));
7544
7544
  }
7545
7545
  function Dl(e, a) {
7546
7546
  O(2, arguments);
@@ -7555,7 +7555,7 @@ function Ol(e, a) {
7555
7555
  var t = E(e);
7556
7556
  return isNaN(t.getTime()) ? /* @__PURE__ */ new Date(NaN) : (a.year != null && t.setFullYear(a.year), a.month != null && (t = Dl(t, a.month)), a.date != null && t.setDate(q(a.date)), a.hours != null && t.setHours(q(a.hours)), a.minutes != null && t.setMinutes(q(a.minutes)), a.seconds != null && t.setSeconds(q(a.seconds)), a.milliseconds != null && t.setMilliseconds(q(a.milliseconds)), t);
7557
7557
  }
7558
- function mn(e, a) {
7558
+ function pn(e, a) {
7559
7559
  O(2, arguments);
7560
7560
  var t = q(a);
7561
7561
  return St(e, -t);
@@ -7575,7 +7575,7 @@ const Pt = (e) => e ? new Date(e) : /* @__PURE__ */ new Date(), Ll = (e, a, t) =
7575
7575
  }
7576
7576
  return s;
7577
7577
  }, El = (e, a) => !e || !a ? !1 : yl(e, a), Al = (e, a, t) => {
7578
- const i = [], s = Pt(new Date(a, e)), n = Pt(new Date(a, e + 1, 0)), l = xt(s, { weekStartsOn: nn }), o = (h) => {
7578
+ const i = [], s = Pt(new Date(a, e)), n = Pt(new Date(a, e + 1, 0)), l = xt(s, { weekStartsOn: sn }), o = (h) => {
7579
7579
  const v = Ll(h, e, t);
7580
7580
  if (i.push({ days: v }), !i[i.length - 1].days.some(
7581
7581
  (f) => El(f.value, n)
@@ -7593,13 +7593,13 @@ const Pt = (e) => e ? new Date(e) : /* @__PURE__ */ new Date(), Ll = (e, a, t) =
7593
7593
  return Qt(l);
7594
7594
  }, Pl = (e) => {
7595
7595
  const a = new Date(e), t = mt(a);
7596
- let s = rn(mn(a, 1));
7596
+ let s = on(pn(a, 1));
7597
7597
  for (; mt(s) !== t; )
7598
7598
  s = qe(s, -1);
7599
7599
  return Qt(s);
7600
7600
  };
7601
7601
  function Rl(e, a) {
7602
- const t = Z(dt(e.selectedDate)), i = Z(Bt(e.selectedDate)), s = Z(null), n = Z(0), r = Z([]), l = Le(() => Al(t.value, i.value, s.value)), o = Le(() => (k, W, ne) => xl(k, W, ne));
7602
+ const t = Z(dt(e.selectedDate)), i = Z(Bt(e.selectedDate)), s = Z(null), n = Z(0), r = Z([]), l = Oe(() => Al(t.value, i.value, s.value)), o = Oe(() => (k, W, ne) => xl(k, W, ne));
7603
7603
  Ze(t, () => {
7604
7604
  y(), a("calendar-days", l.value);
7605
7605
  }, { immediate: !0 }), Ze(i, () => {
@@ -7636,7 +7636,7 @@ function Rl(e, a) {
7636
7636
  }
7637
7637
  function _(k) {
7638
7638
  (t.value === 0 && k === -1 || t.value === 11 && k === 1) && (i.value += k);
7639
- const W = Ol(e.selectedDate, { month: t.value, year: i.value }), ne = k === 1 ? St(W, 1) : mn(W, 1);
7639
+ const W = Ol(e.selectedDate, { month: t.value, year: i.value }), ne = k === 1 ? St(W, 1) : pn(W, 1);
7640
7640
  t.value = dt(ne);
7641
7641
  }
7642
7642
  function S(k) {
@@ -7736,7 +7736,7 @@ const $l = {
7736
7736
  goToNextMonth: _,
7737
7737
  goToPrevMonth: S
7738
7738
  } = Rl(i, s);
7739
- return Ga(() => {
7739
+ return Qa(() => {
7740
7740
  h();
7741
7741
  }), a({
7742
7742
  focusMonthYearPicker: h,
@@ -7748,19 +7748,19 @@ const $l = {
7748
7748
  gap: "300"
7749
7749
  }, {
7750
7750
  default: c(() => [
7751
- g(L(Qe), {
7751
+ p(L(Qe), {
7752
7752
  as: "nav",
7753
7753
  direction: "row",
7754
7754
  gap: "200",
7755
7755
  class: "d-datepicker__nav"
7756
7756
  }, {
7757
7757
  default: c(() => [
7758
- g(L(_e), {
7758
+ p(L(_e), {
7759
7759
  message: e.prevYearLabel,
7760
7760
  placement: "top"
7761
7761
  }, {
7762
7762
  anchor: c(() => [
7763
- g(L(j), {
7763
+ p(L(j), {
7764
7764
  id: "prevYearButton",
7765
7765
  ref: (k) => {
7766
7766
  k && L(o)(k);
@@ -7776,7 +7776,7 @@ const $l = {
7776
7776
  onKeydown: T[1] || (T[1] = (k) => L(v)(k))
7777
7777
  }, {
7778
7778
  default: c(() => [
7779
- g(L(V), {
7779
+ p(L(V), {
7780
7780
  name: "chevrons-left",
7781
7781
  size: "200"
7782
7782
  })
@@ -7786,12 +7786,12 @@ const $l = {
7786
7786
  ]),
7787
7787
  _: 1
7788
7788
  }, 8, ["message"]),
7789
- g(L(_e), {
7789
+ p(L(_e), {
7790
7790
  message: e.prevMonthLabel,
7791
7791
  placement: "top"
7792
7792
  }, {
7793
7793
  anchor: c(() => [
7794
- g(L(j), {
7794
+ p(L(j), {
7795
7795
  id: "prevMonthButton",
7796
7796
  ref: (k) => {
7797
7797
  k && L(o)(k);
@@ -7807,7 +7807,7 @@ const $l = {
7807
7807
  onKeydown: T[3] || (T[3] = (k) => L(v)(k))
7808
7808
  }, {
7809
7809
  default: c(() => [
7810
- g(L(V), {
7810
+ p(L(V), {
7811
7811
  name: "chevron-left",
7812
7812
  size: "200"
7813
7813
  })
@@ -7821,19 +7821,19 @@ const $l = {
7821
7821
  _: 1
7822
7822
  }),
7823
7823
  b("div", $l, M(L(l)(L(n), L(Ot), e.locale)) + " " + M(L(r)), 1),
7824
- g(L(Qe), {
7824
+ p(L(Qe), {
7825
7825
  as: "nav",
7826
7826
  direction: "row",
7827
7827
  gap: "200",
7828
7828
  class: "d-datepicker__nav"
7829
7829
  }, {
7830
7830
  default: c(() => [
7831
- g(L(_e), {
7831
+ p(L(_e), {
7832
7832
  message: e.nextMonthLabel,
7833
7833
  placement: "top"
7834
7834
  }, {
7835
7835
  anchor: c(() => [
7836
- g(L(j), {
7836
+ p(L(j), {
7837
7837
  id: "nextMonthButton",
7838
7838
  ref: (k) => {
7839
7839
  k && L(o)(k);
@@ -7849,7 +7849,7 @@ const $l = {
7849
7849
  onKeydown: T[5] || (T[5] = (k) => L(v)(k))
7850
7850
  }, {
7851
7851
  default: c(() => [
7852
- g(L(V), {
7852
+ p(L(V), {
7853
7853
  name: "chevron-right",
7854
7854
  size: "200"
7855
7855
  })
@@ -7859,12 +7859,12 @@ const $l = {
7859
7859
  ]),
7860
7860
  _: 1
7861
7861
  }, 8, ["message"]),
7862
- g(L(_e), {
7862
+ p(L(_e), {
7863
7863
  message: e.nextYearLabel,
7864
7864
  placement: "top"
7865
7865
  }, {
7866
7866
  anchor: c(() => [
7867
- g(L(j), {
7867
+ p(L(j), {
7868
7868
  id: "nextYearButton",
7869
7869
  ref: (k) => {
7870
7870
  k && L(o)(k);
@@ -7880,7 +7880,7 @@ const $l = {
7880
7880
  onKeydown: T[7] || (T[7] = (k) => L(v)(k))
7881
7881
  }, {
7882
7882
  default: c(() => [
7883
- g(L(V), {
7883
+ p(L(V), {
7884
7884
  name: "chevrons-right",
7885
7885
  size: "200"
7886
7886
  })
@@ -7899,12 +7899,12 @@ const $l = {
7899
7899
  }
7900
7900
  };
7901
7901
  function Fl(e, a) {
7902
- const t = Z(null), i = Z(0), s = Z([]), n = Le(() => Ml(e.locale, nn));
7902
+ const t = Z(null), i = Z(0), s = Z([]), n = Oe(() => Ml(e.locale, sn));
7903
7903
  Ze(() => e.calendarDays, () => {
7904
7904
  i.value = 0, s.value = [], t.value = null;
7905
7905
  });
7906
7906
  function r(y) {
7907
- return `${e.selectDayLabel} ${y.text} ${hn(y.value, Rr)} ${Bt(y.value)}`;
7907
+ return `${e.selectDayLabel} ${y.text} ${fn(y.value, Rr)} ${Bt(y.value)}`;
7908
7908
  }
7909
7909
  function l(y, _) {
7910
7910
  !s.value.some((S) => S.el === y) && _.currentMonth && s.value.push({ el: y, day: _ });
@@ -8056,7 +8056,7 @@ const zl = {
8056
8056
  key: N + k,
8057
8057
  class: "d-datepicker__cell"
8058
8058
  }, [
8059
- g(L(j), {
8059
+ p(L(j), {
8060
8060
  ref_for: !0,
8061
8061
  ref: (W) => {
8062
8062
  W && L(o)(W, T);
@@ -8193,7 +8193,7 @@ const zl = {
8193
8193
  }, {
8194
8194
  default: c(() => [
8195
8195
  b("div", Vl, [
8196
- g(Nl, {
8196
+ p(Nl, {
8197
8197
  ref: "monthYearPicker",
8198
8198
  locale: e.locale,
8199
8199
  "prev-month-label": e.prevMonthLabel,
@@ -8209,7 +8209,7 @@ const zl = {
8209
8209
  }, null, 8, ["locale", "prev-month-label", "next-month-label", "prev-year-label", "next-year-label", "change-to-label", "selected-date"])
8210
8210
  ]),
8211
8211
  b("div", Wl, [
8212
- g(Hl, {
8212
+ p(Hl, {
8213
8213
  ref: "calendar",
8214
8214
  locale: e.locale,
8215
8215
  "calendar-days": a.value,
@@ -8248,10 +8248,10 @@ const Ul = {
8248
8248
  components: {
8249
8249
  DtCombobox: $i,
8250
8250
  DtPopover: tt,
8251
- ComboboxLoadingList: Xa,
8252
- ComboboxEmptyList: Za
8251
+ ComboboxLoadingList: Za,
8252
+ ComboboxEmptyList: Ja
8253
8253
  },
8254
- mixins: [Ce],
8254
+ mixins: [we],
8255
8255
  props: {
8256
8256
  /**
8257
8257
  * String to use for the input label.
@@ -8275,7 +8275,7 @@ const Ul = {
8275
8275
  size: {
8276
8276
  type: String,
8277
8277
  default: null,
8278
- validator: (e) => Object.values(Ja).includes(e)
8278
+ validator: (e) => Object.values(en).includes(e)
8279
8279
  },
8280
8280
  /**
8281
8281
  * Description for the input
@@ -8356,7 +8356,7 @@ const Ul = {
8356
8356
  contentWidth: {
8357
8357
  type: String,
8358
8358
  default: null,
8359
- validator: (e) => Sn.includes(e)
8359
+ validator: (e) => wn.includes(e)
8360
8360
  },
8361
8361
  /**
8362
8362
  * If the list should be shown by pressing up or down arrow key on the input element.
@@ -8418,7 +8418,7 @@ const Ul = {
8418
8418
  appendTo: {
8419
8419
  type: [HTMLElement, String],
8420
8420
  default: "body",
8421
- validator: (e) => bt.includes(e) || e instanceof HTMLElement
8421
+ validator: (e) => gt.includes(e) || e instanceof HTMLElement
8422
8422
  },
8423
8423
  /**
8424
8424
  * Named transition when the content display is toggled.
@@ -8526,7 +8526,7 @@ const Ul = {
8526
8526
  }
8527
8527
  }, jl = ["id"], Kl = { ref: "header" }, Yl = ["onMouseleave", "onFocusout"], Gl = { ref: "footer" };
8528
8528
  function Ql(e, a, t, i, s, n) {
8529
- const r = p("combobox-loading-list"), l = p("combobox-empty-list"), o = p("dt-popover"), h = p("dt-combobox");
8529
+ const r = g("combobox-loading-list"), l = g("combobox-empty-list"), o = g("dt-popover"), h = g("dt-combobox");
8530
8530
  return d(), D(h, A({
8531
8531
  ref: "combobox",
8532
8532
  loading: t.loading,
@@ -8560,7 +8560,7 @@ function Ql(e, a, t, i, s, n) {
8560
8560
  ], 40, jl)
8561
8561
  ]),
8562
8562
  list: c(({ opened: v, listProps: f, clearHighlightIndex: y }) => [
8563
- g(o, {
8563
+ p(o, {
8564
8564
  ref: "popover",
8565
8565
  open: s.isListShown,
8566
8566
  "onUpdate:open": a[3] || (a[3] = (_) => s.isListShown = _),
@@ -8584,7 +8584,7 @@ function Ql(e, a, t, i, s, n) {
8584
8584
  "visually-hidden-close-label": e.visuallyHiddenCloseLabel,
8585
8585
  "visually-hidden-close": e.visuallyHiddenClose,
8586
8586
  onOpened: v
8587
- }, Ft({
8587
+ }, _t({
8588
8588
  content: c(() => [
8589
8589
  b("div", {
8590
8590
  ref: "listWrapper",
@@ -8640,11 +8640,11 @@ const Xl = /* @__PURE__ */ I(Ul, [["render", Ql]]), Zl = {
8640
8640
  name: "DtRecipeComboboxMultiSelect",
8641
8641
  components: {
8642
8642
  DtRecipeComboboxWithPopover: Xl,
8643
- DtInput: Ya,
8644
- DtChip: tn,
8643
+ DtInput: Ga,
8644
+ DtChip: an,
8645
8645
  DtValidationMessages: Fe
8646
8646
  },
8647
- mixins: [Ce],
8647
+ mixins: [we],
8648
8648
  props: {
8649
8649
  /**
8650
8650
  * String to use for the input label.
@@ -8681,7 +8681,7 @@ const Xl = /* @__PURE__ */ I(Ul, [["render", Ql]]), Zl = {
8681
8681
  inputMessages: {
8682
8682
  type: Array,
8683
8683
  default: () => [],
8684
- validator: (e) => Wa(e)
8684
+ validator: (e) => Ua(e)
8685
8685
  },
8686
8686
  /**
8687
8687
  * Show input validation message
@@ -8778,7 +8778,7 @@ const Xl = /* @__PURE__ */ I(Ul, [["render", Ql]]), Zl = {
8778
8778
  appendTo: {
8779
8779
  type: [HTMLElement, String],
8780
8780
  default: "body",
8781
- validator: (e) => bt.includes(e) || e instanceof HTMLElement
8781
+ validator: (e) => gt.includes(e) || e instanceof HTMLElement
8782
8782
  },
8783
8783
  /**
8784
8784
  * Named transition when the content display is toggled.
@@ -8997,7 +8997,7 @@ const Xl = /* @__PURE__ */ I(Ul, [["render", Ql]]), Zl = {
8997
8997
  class: "combobox__list--loading"
8998
8998
  }, rd = { ref: "footer" };
8999
8999
  function od(e, a, t, i, s, n) {
9000
- const r = p("dt-chip"), l = p("dt-input"), o = p("dt-validation-messages"), h = p("dt-recipe-combobox-with-popover");
9000
+ const r = g("dt-chip"), l = g("dt-input"), o = g("dt-validation-messages"), h = g("dt-recipe-combobox-with-popover");
9001
9001
  return d(), D(h, {
9002
9002
  ref: "comboboxWithPopover",
9003
9003
  label: t.label,
@@ -9011,7 +9011,7 @@ function od(e, a, t, i, s, n) {
9011
9011
  "append-to": t.appendTo,
9012
9012
  transition: t.transition,
9013
9013
  onSelect: n.onComboboxSelect
9014
- }, Ft({
9014
+ }, _t({
9015
9015
  input: c(({ onInput: v }) => [
9016
9016
  b("span", ad, [
9017
9017
  b("span", nd, [
@@ -9033,7 +9033,7 @@ function od(e, a, t, i, s, n) {
9033
9033
  _: 2
9034
9034
  }, 1040, ["size", "onKeyup", "onClose"]))), 128))
9035
9035
  ], 512),
9036
- g(l, A({
9036
+ p(l, A({
9037
9037
  ref: "input",
9038
9038
  modelValue: s.value,
9039
9039
  "onUpdate:modelValue": a[0] || (a[0] = (f) => s.value = f),
@@ -9046,7 +9046,7 @@ function od(e, a, t, i, s, n) {
9046
9046
  messages: t.inputMessages,
9047
9047
  size: t.size
9048
9048
  }, K(n.inputListeners), { onInput: v }), null, 16, ["modelValue", "aria-label", "label", "description", "placeholder", "show-messages", "messages", "size", "onInput"]),
9049
- g(o, {
9049
+ p(o, {
9050
9050
  "validation-messages": t.maxSelectedMessage,
9051
9051
  "show-messages": s.showValidationMessages
9052
9052
  }, null, 8, ["validation-messages", "show-messages"])
@@ -9094,7 +9094,7 @@ const oh = /* @__PURE__ */ I(td, [["render", od], ["__scopeId", "data-v-659a1a3d
9094
9094
  id: {
9095
9095
  type: String,
9096
9096
  default() {
9097
- return we.getUniqueString();
9097
+ return Me.getUniqueString();
9098
9098
  }
9099
9099
  },
9100
9100
  /**
@@ -9226,7 +9226,7 @@ const oh = /* @__PURE__ */ I(td, [["render", od], ["__scopeId", "data-v-659a1a3d
9226
9226
  }
9227
9227
  };
9228
9228
  function dd(e, a, t, i, s, n) {
9229
- const r = p("dt-button"), l = p("dt-tooltip");
9229
+ const r = g("dt-button"), l = g("dt-tooltip");
9230
9230
  return d(), D(l, {
9231
9231
  id: t.id,
9232
9232
  offset: [0, 8]
@@ -9235,7 +9235,7 @@ function dd(e, a, t, i, s, n) {
9235
9235
  b("span", {
9236
9236
  class: C({ "dt-recipe-callbar-button--disabled": t.disabled })
9237
9237
  }, [
9238
- g(r, A({
9238
+ p(r, A({
9239
9239
  importance: n.buttonImportance,
9240
9240
  kind: "muted",
9241
9241
  "icon-position": "top",
@@ -9276,7 +9276,7 @@ const cd = /* @__PURE__ */ I(ld, [["render", dd]]), ud = {
9276
9276
  id: {
9277
9277
  type: String,
9278
9278
  default() {
9279
- return we.getUniqueString();
9279
+ return Me.getUniqueString();
9280
9280
  }
9281
9281
  },
9282
9282
  /**
@@ -9465,9 +9465,9 @@ const cd = /* @__PURE__ */ I(ld, [["render", dd]]), ud = {
9465
9465
  }
9466
9466
  }, hd = { class: "dt-recipe--callbar-button-with-popover" };
9467
9467
  function fd(e, a, t, i, s, n) {
9468
- const r = p("dt-recipe-callbar-button"), l = p("dt-icon"), o = p("dt-button"), h = p("dt-popover");
9468
+ const r = g("dt-recipe-callbar-button"), l = g("dt-icon"), o = g("dt-button"), h = g("dt-popover");
9469
9469
  return d(), u("div", hd, [
9470
- g(r, {
9470
+ p(r, {
9471
9471
  "aria-label": t.ariaLabel,
9472
9472
  disabled: t.disabled,
9473
9473
  active: t.active,
@@ -9507,7 +9507,7 @@ function fd(e, a, t, i, s, n) {
9507
9507
  onOpened: n.onModalIsOpened
9508
9508
  }), {
9509
9509
  anchor: c(() => [
9510
- g(o, {
9510
+ p(o, {
9511
9511
  circle: "",
9512
9512
  importance: "clear",
9513
9513
  size: "lg",
@@ -9521,7 +9521,7 @@ function fd(e, a, t, i, s, n) {
9521
9521
  onClick: n.arrowClick
9522
9522
  }, {
9523
9523
  icon: c(() => [
9524
- g(l, {
9524
+ p(l, {
9525
9525
  name: "chevron-up",
9526
9526
  class: "dt-recipe--callbar-button-with-popover--arrow__icon",
9527
9527
  size: "200"
@@ -9546,8 +9546,8 @@ function fd(e, a, t, i, s, n) {
9546
9546
  const lh = /* @__PURE__ */ I(ud, [["render", fd]]), md = {
9547
9547
  name: "DtRecipeContactInfo",
9548
9548
  components: {
9549
- DtAvatar: vt,
9550
- DtListItem: pt
9549
+ DtAvatar: bt,
9550
+ DtItemLayout: Wa
9551
9551
  },
9552
9552
  /* inheritAttrs: false is generally an option we want to set on library
9553
9553
  components. This allows any attributes passed in that are not recognized
@@ -9555,15 +9555,6 @@ const lh = /* @__PURE__ */ I(ud, [["render", fd]]), md = {
9555
9555
  more info: https://vuejs.org/v2/api/#inheritAttrs */
9556
9556
  // inheritAttrs: false,
9557
9557
  props: {
9558
- /**
9559
- * Id for the item.
9560
- */
9561
- id: {
9562
- type: String,
9563
- default() {
9564
- return we.getUniqueString();
9565
- }
9566
- },
9567
9558
  /**
9568
9559
  * String to use for the item's role.
9569
9560
  */
@@ -9654,50 +9645,17 @@ const lh = /* @__PURE__ */ I(ud, [["render", fd]]), md = {
9654
9645
  this.$emit("avatar-click");
9655
9646
  }
9656
9647
  }
9657
- }, gd = ["aria-labelledby"], pd = {
9648
+ }, pd = ["aria-labelledby"], gd = {
9658
9649
  key: 0,
9659
9650
  class: "dt-contact-info--avatars"
9660
9651
  }, bd = { "data-qa": "contact-info-header" }, vd = { "data-qa": "contact-info-subtitle" }, yd = { "data-qa": "contact-info-bottom" }, _d = { "data-qa": "contact-info-right" };
9661
9652
  function Sd(e, a, t, i, s, n) {
9662
- const r = p("dt-avatar"), l = p("dt-list-item");
9653
+ const r = g("dt-avatar"), l = g("dt-item-layout");
9663
9654
  return d(), D(l, {
9664
- id: t.id,
9665
9655
  role: t.role,
9666
- "element-type": "div",
9667
9656
  "data-qa": "contact-info",
9668
9657
  class: "dt-contact-info"
9669
- }, {
9670
- left: c(() => [
9671
- t.showAvatar ? (d(), u("button", {
9672
- key: 0,
9673
- class: "dt-contact-info__left",
9674
- "data-qa": "contact-info-left",
9675
- "aria-labelledby": t.avatarAriaLabel,
9676
- onClick: a[0] || (a[0] = (...o) => n.avatarClick && n.avatarClick(...o))
9677
- }, [
9678
- t.avatarList ? (d(), u("span", pd, [
9679
- (d(!0), u(Q, null, J(t.avatarList, (o, h) => (d(), D(r, {
9680
- key: h,
9681
- size: t.avatarSize,
9682
- seed: o.seed,
9683
- "full-name": o.fullName,
9684
- "image-src": o.src,
9685
- "icon-name": t.avatarIcon,
9686
- "overlay-icon": o.icon,
9687
- "overlay-text": o.text,
9688
- "avatar-class": [{ "d-mln24": h > 0, "d-bc-brand": !!o.halo }]
9689
- }, null, 8, ["size", "seed", "full-name", "image-src", "icon-name", "overlay-icon", "overlay-text", "avatar-class"]))), 128))
9690
- ])) : (d(), D(r, {
9691
- key: 1,
9692
- size: t.avatarSize,
9693
- "full-name": t.avatarFullName,
9694
- "image-src": t.avatarSrc,
9695
- "icon-name": t.avatarIcon,
9696
- seed: t.avatarSeed,
9697
- presence: t.presence
9698
- }, null, 8, ["size", "full-name", "image-src", "icon-name", "seed", "presence"]))
9699
- ], 8, gd)) : w("", !0)
9700
- ]),
9658
+ }, _t({
9701
9659
  default: c(() => [
9702
9660
  b("div", bd, [
9703
9661
  m(e.$slots, "header", {}, void 0, !0)
@@ -9708,20 +9666,63 @@ function Sd(e, a, t, i, s, n) {
9708
9666
  m(e.$slots, "subtitle", {}, void 0, !0)
9709
9667
  ])
9710
9668
  ]),
9711
- bottom: c(() => [
9712
- b("div", yd, [
9713
- m(e.$slots, "bottom", {}, void 0, !0)
9714
- ])
9715
- ]),
9716
- right: c(() => [
9717
- b("div", _d, [
9718
- m(e.$slots, "right", {}, void 0, !0)
9719
- ])
9720
- ]),
9721
- _: 3
9722
- }, 8, ["id", "role"]);
9669
+ _: 2
9670
+ }, [
9671
+ t.showAvatar ? {
9672
+ name: "left",
9673
+ fn: c(() => [
9674
+ b("button", {
9675
+ class: "dt-contact-info__left",
9676
+ "data-qa": "contact-info-left",
9677
+ "aria-labelledby": t.avatarAriaLabel,
9678
+ onClick: a[0] || (a[0] = (...o) => n.avatarClick && n.avatarClick(...o))
9679
+ }, [
9680
+ t.avatarList ? (d(), u("span", gd, [
9681
+ (d(!0), u(Q, null, J(t.avatarList, (o, h) => (d(), D(r, {
9682
+ key: h,
9683
+ size: t.avatarSize,
9684
+ seed: o.seed,
9685
+ "full-name": o.fullName,
9686
+ "image-src": o.src,
9687
+ "icon-name": t.avatarIcon,
9688
+ "overlay-icon": o.icon,
9689
+ "overlay-text": o.text,
9690
+ "avatar-class": [{ "d-mln24": h > 0, "d-bc-brand": !!o.halo }]
9691
+ }, null, 8, ["size", "seed", "full-name", "image-src", "icon-name", "overlay-icon", "overlay-text", "avatar-class"]))), 128))
9692
+ ])) : (d(), D(r, {
9693
+ key: 1,
9694
+ size: t.avatarSize,
9695
+ "full-name": t.avatarFullName,
9696
+ "image-src": t.avatarSrc,
9697
+ "icon-name": t.avatarIcon,
9698
+ seed: t.avatarSeed,
9699
+ presence: t.presence
9700
+ }, null, 8, ["size", "full-name", "image-src", "icon-name", "seed", "presence"]))
9701
+ ], 8, pd)
9702
+ ]),
9703
+ key: "0"
9704
+ } : void 0,
9705
+ e.$slots.bottom ? {
9706
+ name: "bottom",
9707
+ fn: c(() => [
9708
+ b("div", yd, [
9709
+ m(e.$slots, "bottom", {}, void 0, !0)
9710
+ ])
9711
+ ]),
9712
+ key: "1"
9713
+ } : void 0,
9714
+ e.$slots.right ? {
9715
+ name: "right",
9716
+ fn: c(() => [
9717
+ b("div", _d, [
9718
+ m(e.$slots, "right", {}, void 0, !0)
9719
+ ])
9720
+ ]),
9721
+ key: "2"
9722
+ } : void 0
9723
+ ]), 1032, ["role"]);
9723
9724
  }
9724
- const dh = /* @__PURE__ */ I(md, [["render", Sd], ["__scopeId", "data-v-20548ad1"]]), wd = [
9725
+ const dh = /* @__PURE__ */ I(md, [["render", Sd], ["__scopeId", "data-v-192ef233"]]), wd = [
9725
9726
  "green300",
9726
9727
  "green100",
9727
9728
  "red200",
@@ -9906,7 +9907,7 @@ const ch = /* @__PURE__ */ I(Cd, [["render", Dd]]), Xt = "promptmenu", Zt = "pro
9906
9907
  "data-qa": "ivr-node-label"
9907
9908
  }, xd = { class: "ivr_node__dropdown-list" };
9908
9909
  function Bd(e, a, t, i, s, n) {
9909
- const r = p("dt-icon"), l = p("dt-button"), o = p("dt-dropdown"), h = p("dt-card");
9910
+ const r = g("dt-icon"), l = g("dt-button"), o = g("dt-dropdown"), h = g("dt-card");
9910
9911
  return d(), u("div", A({ class: "ivr_node" }, K(n.nodeListeners, !0)), [
9911
9912
  t.dtmfKey ? (d(), u("div", {
9912
9913
  key: 0,
@@ -9919,7 +9920,7 @@ function Bd(e, a, t, i, s, n) {
9919
9920
  "data-qa": "dt-top-connector",
9920
9921
  class: C(["ivr-connector", { "ivr-connector--selected": t.isSelected }])
9921
9922
  }, null, 2)) : w("", !0),
9922
- g(h, {
9923
+ p(h, {
9923
9924
  "content-class": "d-bt d-bc-black-300 d-px12 d-pt8 d-pb12",
9924
9925
  "container-class": [
9925
9926
  "d-w100p",
@@ -9937,14 +9938,14 @@ function Bd(e, a, t, i, s, n) {
9937
9938
  }, {
9938
9939
  header: c(() => [
9939
9940
  b("div", Ad, [
9940
- g(l, {
9941
+ p(l, {
9941
9942
  "aria-label": t.nodeType,
9942
9943
  importance: "clear",
9943
9944
  kind: "muted",
9944
9945
  "data-qa": "dt-ivr-node-icon"
9945
9946
  }, {
9946
9947
  icon: c(() => [
9947
- g(r, {
9948
+ p(r, {
9948
9949
  name: n.nodeIcon,
9949
9950
  size: "200",
9950
9951
  class: C(["", { ivr_node__goto_icon: n.isGotoNode }])
@@ -9954,20 +9955,20 @@ function Bd(e, a, t, i, s, n) {
9954
9955
  }, 8, ["aria-label"]),
9955
9956
  b("p", Md, M(t.nodeLabel), 1)
9956
9957
  ]),
9957
- g(o, {
9958
+ p(o, {
9958
9959
  open: s.isOpen,
9959
9960
  "onUpdate:open": a[0] || (a[0] = (v) => s.isOpen = v),
9960
9961
  placement: "bottom"
9961
9962
  }, {
9962
9963
  anchor: c(() => [
9963
- g(l, {
9964
+ p(l, {
9964
9965
  importance: "clear",
9965
9966
  kind: "muted",
9966
9967
  "aria-label": t.menuButtonAriaLabel,
9967
9968
  onClick: ce(n.openMenu, ["stop", "prevent"])
9968
9969
  }, {
9969
9970
  icon: c(() => [
9970
- g(r, {
9971
+ p(r, {
9971
9972
  name: "more-vertical",
9972
9973
  size: "200"
9973
9974
  })
@@ -9993,7 +9994,7 @@ function Bd(e, a, t, i, s, n) {
9993
9994
  const hh = /* @__PURE__ */ I(Ed, [["render", Bd]]), Pd = {
9994
9995
  name: "DtRecipeGroupedChip",
9995
9996
  components: {
9996
- DtChip: tn
9997
+ DtChip: an
9997
9998
  },
9998
9999
  data() {
9999
10000
  return {
@@ -10017,16 +10018,16 @@ const hh = /* @__PURE__ */ I(Ed, [["render", Bd]]), Pd = {
10017
10018
  "data-qa": "right-grouped-chip-content"
10018
10019
  };
10019
10020
  function qd(e, a, t, i, s, n) {
10020
- const r = p("dt-chip");
10021
+ const r = g("dt-chip");
10021
10022
  return d(), u("div", Rd, [
10022
- g(r, {
10023
+ p(r, {
10023
10024
  "hide-close": !0,
10024
10025
  interactive: !1,
10025
10026
  "content-class": "d-fs100",
10026
10027
  size: "xs",
10027
10028
  "grouped-chip": !0,
10028
10029
  class: "dt-chip-content dt-chip-content--left"
10029
- }, Ft({
10030
+ }, _t({
10030
10031
  default: c(() => [
10031
10032
  s.hasSlotContent(e.$slots.leftContent) ? (d(), u("div", Nd, [
10032
10033
  m(e.$slots, "leftContent")
@@ -10044,7 +10045,7 @@ function qd(e, a, t, i, s, n) {
10044
10045
  key: "0"
10045
10046
  } : void 0
10046
10047
  ]), 1024),
10047
- g(r, {
10048
+ p(r, {
10048
10049
  "hide-close": !0,
10049
10050
  interactive: !1,
10050
10051
  "content-class": "d-fs100",
@@ -10093,7 +10094,7 @@ const fh = /* @__PURE__ */ I(Pd, [["render", qd]]), Hd = {
10093
10094
  }
10094
10095
  };
10095
10096
  function Vd(e, a, t, i, s, n) {
10096
- const r = p("dt-icon"), l = p("dt-button");
10097
+ const r = g("dt-icon"), l = g("dt-button");
10097
10098
  return t.updateAvailable ? (d(), D(l, A({
10098
10099
  key: 0,
10099
10100
  importance: "outlined",
@@ -10103,7 +10104,7 @@ function Vd(e, a, t, i, s, n) {
10103
10104
  "aria-label": t.ariaLabel
10104
10105
  }, e.$attrs), {
10105
10106
  icon: c(() => [
10106
- g(r, {
10107
+ p(r, {
10107
10108
  name: "more-vertical",
10108
10109
  size: "300"
10109
10110
  })
@@ -10120,7 +10121,7 @@ function Vd(e, a, t, i, s, n) {
10120
10121
  "aria-label": t.ariaLabel
10121
10122
  }, e.$attrs), {
10122
10123
  icon: c(() => [
10123
- g(r, {
10124
+ p(r, {
10124
10125
  name: "more-vertical",
10125
10126
  size: "300"
10126
10127
  })
@@ -10154,7 +10155,7 @@ const mh = /* @__PURE__ */ I(Hd, [["render", Vd], ["__scopeId", "data-v-b0dfa8b3
10154
10155
  "channel unread": "hash-bold",
10155
10156
  [G.ASSIGNED]: "at-sign",
10156
10157
  [G.DIGITAL]: "laptop-2"
10157
- }, gt = {
10158
+ }, pt = {
10158
10159
  "magenta-200": "d-bgc-magenta-200",
10159
10160
  "green-200": "d-bgc-green-200",
10160
10161
  "gold-300": "d-bgc-gold-300",
@@ -10166,7 +10167,7 @@ const mh = /* @__PURE__ */ I(Hd, [["render", Vd], ["__scopeId", "data-v-b0dfa8b3
10166
10167
  "magenta-400": "d-bgc-magenta-400",
10167
10168
  "magenta-100": "d-bgc-magenta-100",
10168
10169
  "black-300": "d-bgc-black-300"
10169
- }, Ud = "If type is contact center, color must be oneof the following:" + Object.keys(gt).join(", "), jd = [
10170
+ }, Ud = "If type is contact center, color must be oneof the following:" + Object.keys(pt).join(", "), jd = [
10170
10171
  "300",
10171
10172
  "200"
10172
10173
  ], Kd = {
@@ -10202,7 +10203,7 @@ const mh = /* @__PURE__ */ I(Hd, [["render", Vd], ["__scopeId", "data-v-b0dfa8b3
10202
10203
  contactCenterIconClasses() {
10203
10204
  return [
10204
10205
  "dt-leftbar-row__icon-cc",
10205
- gt[this.color]
10206
+ pt[this.color]
10206
10207
  ];
10207
10208
  },
10208
10209
  dialbotClasses() {
@@ -10215,7 +10216,7 @@ const mh = /* @__PURE__ */ I(Hd, [["render", Vd], ["__scopeId", "data-v-b0dfa8b3
10215
10216
  }
10216
10217
  };
10217
10218
  function Yd(e, a, t, i, s, n) {
10218
- const r = p("dt-icon");
10219
+ const r = g("dt-icon");
10219
10220
  return n.isIconType ? (d(), D(r, {
10220
10221
  key: 0,
10221
10222
  name: n.getIconName,
@@ -10228,7 +10229,7 @@ function Yd(e, a, t, i, s, n) {
10228
10229
  class: C(n.dialbotClasses),
10229
10230
  "data-qa": "general-row-dialbot"
10230
10231
  }, [
10231
- g(r, {
10232
+ p(r, {
10232
10233
  name: "dialbot",
10233
10234
  size: "500"
10234
10235
  })
@@ -10276,7 +10277,7 @@ const Gd = /* @__PURE__ */ I(Kd, [["render", Yd]]), Qd = {
10276
10277
  color: {
10277
10278
  type: String,
10278
10279
  default: null,
10279
- validator: (e) => Object.keys(gt).includes(e)
10280
+ validator: (e) => Object.keys(pt).includes(e)
10280
10281
  },
10281
10282
  /**
10282
10283
  * Styles the row with an increased font weight to convey it has unreads. This must be true to see
@@ -10438,7 +10439,7 @@ const Gd = /* @__PURE__ */ I(Kd, [["render", Yd]]), Qd = {
10438
10439
  },
10439
10440
  methods: {
10440
10441
  validateProps() {
10441
- this.type === G.CONTACT_CENTER && !Object.keys(gt).includes(this.color) && console.error(Ud);
10442
+ this.type === G.CONTACT_CENTER && !Object.keys(pt).includes(this.color) && console.error(Ud);
10442
10443
  },
10443
10444
  adjustLabelWidth() {
10444
10445
  var s, n, r, l, o, h;
@@ -10465,7 +10466,7 @@ const Gd = /* @__PURE__ */ I(Kd, [["render", Yd]]), Qd = {
10465
10466
  "data-qa": "dt-leftbar-row-action"
10466
10467
  };
10467
10468
  function oc(e, a, t, i, s, n) {
10468
- const r = p("dt-recipe-leftbar-general-row-icon"), l = p("dt-emoji-text-wrapper"), o = p("dt-tooltip"), h = p("dt-icon"), v = p("dt-badge"), f = p("dt-button");
10469
+ const r = g("dt-recipe-leftbar-general-row-icon"), l = g("dt-emoji-text-wrapper"), o = g("dt-tooltip"), h = g("dt-icon"), v = g("dt-badge"), f = g("dt-button");
10469
10470
  return d(), u("div", {
10470
10471
  class: C(n.leftbarGeneralRowClasses),
10471
10472
  "data-qa": "dt-leftbar-row"
@@ -10479,7 +10480,7 @@ function oc(e, a, t, i, s, n) {
10479
10480
  }, e.$attrs, K(n.generalRowListeners, !0)), [
10480
10481
  b("div", Zd, [
10481
10482
  t.isTyping ? (d(), u("div", Jd, nc)) : m(e.$slots, "left", { key: 1 }, () => [
10482
- g(r, {
10483
+ p(r, {
10483
10484
  type: n.getIcon,
10484
10485
  color: t.color,
10485
10486
  "icon-size": t.iconSize,
@@ -10489,10 +10490,10 @@ function oc(e, a, t, i, s, n) {
10489
10490
  ]),
10490
10491
  b("div", {
10491
10492
  class: "dt-leftbar-row__label",
10492
- style: ke(`flex-basis: ${s.labelWidth}`)
10493
+ style: Ce(`flex-basis: ${s.labelWidth}`)
10493
10494
  }, [
10494
10495
  m(e.$slots, "label", {}, () => [
10495
- g(l, {
10496
+ p(l, {
10496
10497
  class: "dt-leftbar-row__description",
10497
10498
  "data-qa": "dt-leftbar-row-description",
10498
10499
  size: "200"
@@ -10521,7 +10522,7 @@ function oc(e, a, t, i, s, n) {
10521
10522
  _: 1
10522
10523
  }, 8, ["message"])) : w("", !0),
10523
10524
  t.activeVoiceChat ? (d(), u("div", sc, [
10524
- g(h, {
10525
+ p(h, {
10525
10526
  size: "300",
10526
10527
  name: "waveform"
10527
10528
  })
@@ -10531,7 +10532,7 @@ function oc(e, a, t, i, s, n) {
10531
10532
  placement: "top"
10532
10533
  }, {
10533
10534
  anchor: c(() => [
10534
- g(v, {
10535
+ p(v, {
10535
10536
  kind: "count",
10536
10537
  type: "bulletin",
10537
10538
  "data-qa": "dt-leftbar-row-unread-badge",
@@ -10546,12 +10547,12 @@ function oc(e, a, t, i, s, n) {
10546
10547
  _: 1
10547
10548
  }, 8, ["message"])) : w("", !0),
10548
10549
  t.hasCallButton ? (d(), u("div", rc, [
10549
- g(o, {
10550
+ p(o, {
10550
10551
  message: t.callButtonTooltip,
10551
10552
  placement: "top"
10552
10553
  }, {
10553
10554
  anchor: c(() => [
10554
- g(f, {
10555
+ p(f, {
10555
10556
  class: "dt-leftbar-row__action-button",
10556
10557
  "data-qa": "dt-leftbar-row-action-call-button",
10557
10558
  circle: !0,
@@ -10563,7 +10564,7 @@ function oc(e, a, t, i, s, n) {
10563
10564
  onClick: a[2] || (a[2] = ce((y) => e.$emit("call", y), ["stop"]))
10564
10565
  }, {
10565
10566
  icon: c(() => [
10566
- g(h, {
10567
+ p(h, {
10567
10568
  name: "phone",
10568
10569
  size: "200"
10569
10570
  })
@@ -10577,11 +10578,11 @@ function oc(e, a, t, i, s, n) {
10577
10578
  ])) : w("", !0)
10578
10579
  ], 2);
10579
10580
  }
10580
- const pn = /* @__PURE__ */ I(Qd, [["render", oc], ["__scopeId", "data-v-49d75ce6"]]), lc = {
10581
+ const bn = /* @__PURE__ */ I(Qd, [["render", oc], ["__scopeId", "data-v-49d75ce6"]]), lc = {
10581
10582
  name: "DtRecipeGroupRow",
10582
10583
  components: {
10583
10584
  DtIcon: V,
10584
- DtRecipeGeneralRow: pn
10585
+ DtRecipeGeneralRow: bn
10585
10586
  },
10586
10587
  inheritAttrs: !1,
10587
10588
  props: {
@@ -10647,7 +10648,7 @@ const pn = /* @__PURE__ */ I(Qd, [["render", oc], ["__scopeId", "data-v-49d75ce6
10647
10648
  }
10648
10649
  };
10649
10650
  function dc(e, a, t, i, s, n) {
10650
- const r = p("dt-icon"), l = p("dt-recipe-general-row");
10651
+ const r = g("dt-icon"), l = g("dt-recipe-general-row");
10651
10652
  return d(), D(l, A({
10652
10653
  description: t.names,
10653
10654
  "aria-label": n.ariaLabel,
@@ -10658,7 +10659,7 @@ function dc(e, a, t, i, s, n) {
10658
10659
  "is-typing": t.isTyping
10659
10660
  }, e.$attrs, K(n.contactRowListeners)), {
10660
10661
  left: c(() => [
10661
- g(r, {
10662
+ p(r, {
10662
10663
  name: "users",
10663
10664
  size: "300"
10664
10665
  })
@@ -10666,11 +10667,11 @@ function dc(e, a, t, i, s, n) {
10666
10667
  _: 1
10667
10668
  }, 16, ["description", "aria-label", "unread-count", "has-unreads", "unread-count-tooltip", "selected", "is-typing"]);
10668
10669
  }
10669
- const gh = /* @__PURE__ */ I(lc, [["render", dc]]), cc = {
10670
+ const ph = /* @__PURE__ */ I(lc, [["render", dc]]), cc = {
10670
10671
  name: "DtRecipeContactRow",
10671
10672
  components: {
10672
- DtAvatar: vt,
10673
- DtRecipeGeneralRow: pn,
10673
+ DtAvatar: bt,
10674
+ DtRecipeGeneralRow: bn,
10674
10675
  DtEmojiTextWrapper: Ht
10675
10676
  },
10676
10677
  inheritAttrs: !1,
@@ -10829,7 +10830,7 @@ const gh = /* @__PURE__ */ I(lc, [["render", dc]]), cc = {
10829
10830
  }
10830
10831
  }, uc = { class: "dt-leftbar-row__status" };
10831
10832
  function hc(e, a, t, i, s, n) {
10832
- const r = p("dt-avatar"), l = p("dt-emoji-text-wrapper"), o = p("dt-recipe-general-row");
10833
+ const r = g("dt-avatar"), l = g("dt-emoji-text-wrapper"), o = g("dt-recipe-general-row");
10833
10834
  return d(), D(o, A({
10834
10835
  "unread-count": t.unreadCount,
10835
10836
  description: n.contactDescription,
@@ -10844,7 +10845,7 @@ function hc(e, a, t, i, s, n) {
10844
10845
  onCall: a[0] || (a[0] = (h) => e.$emit("call", h))
10845
10846
  }), {
10846
10847
  left: c(() => [
10847
- g(r, {
10848
+ p(r, {
10848
10849
  "full-name": t.name,
10849
10850
  "image-src": t.avatarSrc,
10850
10851
  "image-alt": t.avatarAlt,
@@ -10856,7 +10857,7 @@ function hc(e, a, t, i, s, n) {
10856
10857
  }, null, 8, ["full-name", "image-src", "image-alt", "icon-name", "seed", "presence"])
10857
10858
  ]),
10858
10859
  label: c(() => [
10859
- g(l, {
10860
+ p(l, {
10860
10861
  class: "dt-leftbar-row__description",
10861
10862
  "data-qa": "dt-leftbar-row-description",
10862
10863
  size: "200"
@@ -10889,7 +10890,7 @@ function hc(e, a, t, i, s, n) {
10889
10890
  _: 1
10890
10891
  }, 16, ["unread-count", "description", "has-unreads", "selected", "has-call-button", "muted", "is-typing", "call-button-tooltip", "unread-count-tooltip"]);
10891
10892
  }
10892
- const ph = /* @__PURE__ */ I(cc, [["render", hc]]), fc = ["up", "down"], mc = ["mentions", "messages"], gc = {
10893
+ const gh = /* @__PURE__ */ I(cc, [["render", hc]]), fc = ["up", "down"], mc = ["mentions", "messages"], pc = {
10893
10894
  name: "DtRecipeUnreadPill",
10894
10895
  components: {
10895
10896
  DtIcon: V
@@ -10930,33 +10931,33 @@ const ph = /* @__PURE__ */ I(cc, [["render", hc]]), fc = ["up", "down"], mc = ["
10930
10931
  };
10931
10932
  }
10932
10933
  }
10933
- }, pc = { "data-qa": "dt-leftbar-unread-pill__label" };
10934
+ }, gc = { "data-qa": "dt-leftbar-unread-pill__label" };
10934
10935
  function bc(e, a, t, i, s, n) {
10935
- const r = p("dt-icon");
10936
+ const r = g("dt-icon");
10936
10937
  return d(), u("button", A({
10937
10938
  class: ["dt-leftbar-unread-pill", `dt-leftbar-unread-pill--${t.kind}`],
10938
10939
  type: "button",
10939
10940
  "data-qa": "dt-leftbar-unread-pill"
10940
10941
  }, K(n.unreadChipListeners, !0)), [
10941
- g(r, {
10942
+ p(r, {
10942
10943
  name: `arrow-${t.direction}`,
10943
10944
  size: "300"
10944
10945
  }, null, 8, ["name"]),
10945
- b("span", pc, [
10946
+ b("span", gc, [
10946
10947
  m(e.$slots, "default")
10947
10948
  ])
10948
10949
  ], 16);
10949
10950
  }
10950
- const bh = /* @__PURE__ */ I(gc, [["render", bc]]), Fa = {
10951
+ const bh = /* @__PURE__ */ I(pc, [["render", bc]]), Fa = {
10951
10952
  NORMAL: "",
10952
10953
  SEARCHED: "dt-feed-item-row--state-searched",
10953
10954
  ERROR: "dt-feed-item-row--state-error"
10954
10955
  }, lt = "NORMAL", vc = {
10955
10956
  name: "DtRecipeFeedItemRow",
10956
10957
  components: {
10957
- DtAvatar: vt,
10958
+ DtAvatar: bt,
10958
10959
  DtLazyShow: zt,
10959
- DtListItem: pt,
10960
+ DtListItem: $t,
10960
10961
  DtBadge: Vt
10961
10962
  },
10962
10963
  mixins: [et],
@@ -11125,7 +11126,7 @@ const bh = /* @__PURE__ */ I(gc, [["render", bc]]), Fa = {
11125
11126
  class: "dt-feed-item-row__menu"
11126
11127
  };
11127
11128
  function Oc(e, a, t, i, s, n) {
11128
- const r = p("dt-avatar"), l = p("dt-badge"), o = p("dt-lazy-show"), h = p("dt-list-item");
11129
+ const r = g("dt-avatar"), l = g("dt-badge"), o = g("dt-lazy-show"), h = g("dt-list-item");
11129
11130
  return d(), D(h, A({
11130
11131
  ref: "FeedItemRef",
11131
11132
  "navigation-type": "none"
@@ -11136,19 +11137,19 @@ function Oc(e, a, t, i, s, n) {
11136
11137
  left: c(() => [
11137
11138
  t.showHeader ? (d(), u("div", yc, [
11138
11139
  m(e.$slots, "avatar", {}, () => [
11139
- g(r, {
11140
+ p(r, {
11140
11141
  "full-name": t.displayName,
11141
11142
  "image-src": t.avatarImageUrl,
11142
11143
  seed: t.avatarSeed
11143
11144
  }, null, 8, ["full-name", "image-src", "seed"])
11144
11145
  ], !0)
11145
11146
  ])) : w("", !0),
11146
- t.showHeader ? w("", !0) : Ae((d(), u("span", {
11147
+ t.showHeader ? w("", !0) : Ee((d(), u("span", {
11147
11148
  key: 1,
11148
11149
  class: "dt-feed-item-row__left-time",
11149
11150
  "data-qa": "dt-feed-item-row--left-time"
11150
11151
  }, M(t.shortTime), 513)), [
11151
- [Me, t.isActive]
11152
+ [Ae, t.isActive]
11152
11153
  ])
11153
11154
  ]),
11154
11155
  bottom: c(() => [
@@ -11160,8 +11161,8 @@ function Oc(e, a, t, i, s, n) {
11160
11161
  ])) : w("", !0)
11161
11162
  ]),
11162
11163
  right: c(() => [
11163
- Ae(b("div", Dc, [
11164
- g(o, {
11164
+ Ee(b("div", Dc, [
11165
+ p(o, {
11165
11166
  appear: !0,
11166
11167
  transition: "fade",
11167
11168
  show: t.isActive
@@ -11172,7 +11173,7 @@ function Oc(e, a, t, i, s, n) {
11172
11173
  _: 3
11173
11174
  }, 8, ["show"])
11174
11175
  ], 512), [
11175
- [Me, t.isActive]
11176
+ [Ae, t.isActive]
11176
11177
  ])
11177
11178
  ]),
11178
11179
  default: c(() => [
@@ -11193,13 +11194,13 @@ function Oc(e, a, t, i, s, n) {
11193
11194
  _: 3
11194
11195
  }, 16, ["class"]);
11195
11196
  }
11196
- const vh = /* @__PURE__ */ I(vc, [["render", Oc], ["__scopeId", "data-v-6f22a9bd"]]), za = {
11197
+ const vh = /* @__PURE__ */ I(vc, [["render", Oc], ["__scopeId", "data-v-a387e328"]]), za = {
11197
11198
  default: "dt-recipe-feed-item-pill__border-default",
11198
11199
  ai: "dt-recipe-feed-item-pill__border-ai",
11199
11200
  critical: "dt-recipe-feed-item-pill__border-critical"
11200
11201
  }, Lc = {
11201
11202
  name: "DtRecipeFeedItemPill",
11202
- components: { DtItemLayout: wn, DtIcon: V, DtCollapsible: Ui },
11203
+ components: { DtItemLayout: Wa, DtIcon: V, DtCollapsible: Ui },
11203
11204
  props: {
11204
11205
  /**
11205
11206
  * Accepts a DtIcon name to be shown in the left
@@ -11281,12 +11282,12 @@ const vh = /* @__PURE__ */ I(vc, [["render", Oc], ["__scopeId", "data-v-6f22a9bd
11281
11282
  }
11282
11283
  }, Ec = { class: "dt-recipe-feed-item-pill__wrapper" }, Ac = ["aria-label"], Mc = { class: "dt-recipe-feed-item-pill__title" }, xc = { class: "dt-recipe-feed-item-pill__content" };
11283
11284
  function Bc(e, a, t, i, s, n) {
11284
- const r = p("dt-icon"), l = p("dt-item-layout"), o = p("dt-collapsible");
11285
+ const r = g("dt-icon"), l = g("dt-item-layout"), o = g("dt-collapsible");
11285
11286
  return d(), u("div", {
11286
11287
  class: C(["dt-recipe-feed-item-pill__border", n.borderClass, t.wrapperClass])
11287
11288
  }, [
11288
11289
  b("div", Ec, [
11289
- g(o, { open: s.expanded }, {
11290
+ p(o, { open: s.expanded }, {
11290
11291
  anchor: c(() => [
11291
11292
  b("button", {
11292
11293
  "data-qa": "dt-recipe-feed-item-pill",
@@ -11298,9 +11299,9 @@ function Bc(e, a, t, i, s, n) {
11298
11299
  onMouseleave: a[3] || (a[3] = (h) => s.hover = !1),
11299
11300
  onClick: a[4] || (a[4] = (...h) => n.onClick && n.onClick(...h))
11300
11301
  }, [
11301
- g(l, { class: "dt-recipe-feed-item-pill__layout" }, {
11302
+ p(l, { class: "dt-recipe-feed-item-pill__layout" }, {
11302
11303
  left: c(() => [
11303
- g(r, {
11304
+ p(r, {
11304
11305
  "data-qa": "dt-recipe-feed-item-pill__icon",
11305
11306
  size: "300",
11306
11307
  class: "dt-recipe-feed-item-pill__icon",
@@ -11408,20 +11409,20 @@ const _h = /* @__PURE__ */ I(Pc, [["render", $c]]), Nc = [
11408
11409
  }
11409
11410
  }, zc = { class: "dt-emoji-row" }, qc = ["reaction"], Hc = { "aria-hidden": "true" }, Vc = { class: "dt-emoji-row__emoji" }, Wc = { class: "dt-emoji-row__reaction-number" };
11410
11411
  function Uc(e, a, t, i, s, n) {
11411
- const r = p("dt-emoji-text-wrapper"), l = p("dt-emoji"), o = p("dt-button"), h = p("dt-tooltip");
11412
+ const r = g("dt-emoji-text-wrapper"), l = g("dt-emoji"), o = g("dt-button"), h = g("dt-tooltip");
11412
11413
  return d(), u("span", zc, [
11413
11414
  (d(!0), u(Q, null, J(t.reactions, (v) => (d(), u("span", {
11414
11415
  key: v.unicodeOutput,
11415
11416
  reaction: v
11416
11417
  }, [
11417
- g(h, {
11418
+ p(h, {
11418
11419
  class: "dt-emoji-row__tooltip",
11419
11420
  "content-class": "d-wmx464",
11420
11421
  sticky: "popper",
11421
11422
  onShown: (f) => n.emojiHovered(v, f)
11422
11423
  }, {
11423
11424
  anchor: c(({ attrs: f }) => [
11424
- g(o, {
11425
+ p(o, {
11425
11426
  importance: "clear",
11426
11427
  size: "sm",
11427
11428
  "data-qa": "feed-item-reaction-button",
@@ -11432,7 +11433,7 @@ function Uc(e, a, t, i, s, n) {
11432
11433
  }, {
11433
11434
  default: c(() => [
11434
11435
  b("span", Vc, [
11435
- g(l, {
11436
+ p(l, {
11436
11437
  size: "200",
11437
11438
  code: v.emojiUnicodeOrShortname
11438
11439
  }, null, 8, ["code"])
@@ -11444,7 +11445,7 @@ function Uc(e, a, t, i, s, n) {
11444
11445
  ]),
11445
11446
  default: c(() => [
11446
11447
  b("span", Hc, [
11447
- g(r, { size: "200" }, {
11448
+ p(r, { size: "200" }, {
11448
11449
  default: c(() => [
11449
11450
  z(M(v.tooltip), 1)
11450
11451
  ]),
@@ -11507,7 +11508,7 @@ function Qc(e, a, t, i, s, n) {
11507
11508
  }, [
11508
11509
  (d(), u("svg", {
11509
11510
  class: "progress-bar",
11510
- style: ke(n.cssVars)
11511
+ style: Ce(n.cssVars)
11511
11512
  }, [
11512
11513
  b("circle", Yc, null, 512),
11513
11514
  Gc
@@ -11560,9 +11561,9 @@ const Xc = /* @__PURE__ */ I(jc, [["render", Qc]]), Zc = {
11560
11561
  }
11561
11562
  }, Jc = { class: "dt-attachment-image" }, eu = { class: "dt-attachment-image__top-right" };
11562
11563
  function tu(e, a, t, i, s, n) {
11563
- const r = p("dt-image-viewer"), l = p("dt-progress-bar"), o = p("dt-icon"), h = p("dt-button");
11564
+ const r = g("dt-image-viewer"), l = g("dt-progress-bar"), o = g("dt-icon"), h = g("dt-button");
11564
11565
  return d(), u("li", Jc, [
11565
- g(r, {
11566
+ p(r, {
11566
11567
  "image-button-class": "dt-attachment-image__image-viewer",
11567
11568
  "image-src": t.mediaItem.path,
11568
11569
  "image-alt": t.mediaItem.altText,
@@ -11576,7 +11577,7 @@ function tu(e, a, t, i, s, n) {
11576
11577
  progress: t.mediaItem.progress,
11577
11578
  "progressbar-aria-label": t.progressbarAriaLabel
11578
11579
  }, null, 8, ["progress", "progressbar-aria-label"])) : w("", !0),
11579
- g(h, {
11580
+ p(h, {
11580
11581
  id: `closeButton-${t.index}`,
11581
11582
  tabindex: "0",
11582
11583
  class: "dt-attachment-image__close-button",
@@ -11587,7 +11588,7 @@ function tu(e, a, t, i, s, n) {
11587
11588
  onClick: a[0] || (a[0] = (v) => n.removeMediaItem(t.index))
11588
11589
  }, {
11589
11590
  icon: c(() => [
11590
- g(o, {
11591
+ p(o, {
11591
11592
  name: "close",
11592
11593
  size: "200"
11593
11594
  })
@@ -11710,7 +11711,7 @@ const au = /* @__PURE__ */ I(Zc, [["render", tu]]), nu = 64, iu = {
11710
11711
  role: "presentation"
11711
11712
  };
11712
11713
  function ru(e, a, t, i, s, n) {
11713
- const r = p("dt-icon"), l = p("dt-button");
11714
+ const r = g("dt-icon"), l = g("dt-button");
11714
11715
  return d(), u("div", su, [
11715
11716
  t.mediaList.length > 0 ? (d(), u("ul", {
11716
11717
  key: 0,
@@ -11729,7 +11730,7 @@ function ru(e, a, t, i, s, n) {
11729
11730
  onFocusin: n.onItemFocus
11730
11731
  }, null, 40, ["index", "media-item", "close-aria-label", "click-to-open-aria-label", "progressbar-aria-label", "onRemoveMedia", "onFocusin"]))), 128))
11731
11732
  ], 544)) : w("", !0),
11732
- Ae(g(l, {
11733
+ Ee(p(l, {
11733
11734
  tabindex: "-1",
11734
11735
  "aria-label": t.leftArrowAriaLabel,
11735
11736
  class: "dt-attachment-carousel__arrow dt-attachment-carousel__arrow--left",
@@ -11739,16 +11740,16 @@ function ru(e, a, t, i, s, n) {
11739
11740
  onClick: n.leftScroll
11740
11741
  }, {
11741
11742
  icon: c(() => [
11742
- g(r, {
11743
+ p(r, {
11743
11744
  name: "arrow-left",
11744
11745
  size: "100"
11745
11746
  })
11746
11747
  ]),
11747
11748
  _: 1
11748
11749
  }, 8, ["aria-label", "onClick"]), [
11749
- [Me, s.showLeftArrow]
11750
+ [Ae, s.showLeftArrow]
11750
11751
  ]),
11751
- Ae(g(l, {
11752
+ Ee(p(l, {
11752
11753
  tabindex: "-1",
11753
11754
  "aria-label": t.rightArrowAriaLabel,
11754
11755
  class: "dt-attachment-carousel__arrow dt-attachment-carousel__arrow--right",
@@ -11758,14 +11759,14 @@ function ru(e, a, t, i, s, n) {
11758
11759
  onClick: n.rightScroll
11759
11760
  }, {
11760
11761
  icon: c(() => [
11761
- g(r, {
11762
+ p(r, {
11762
11763
  name: "arrow-right",
11763
11764
  size: "100"
11764
11765
  })
11765
11766
  ]),
11766
11767
  _: 1
11767
11768
  }, 8, ["aria-label", "onClick"]), [
11768
- [Me, s.showRightArrow]
11769
+ [Ae, s.showRightArrow]
11769
11770
  ])
11770
11771
  ]);
11771
11772
  }
@@ -11784,7 +11785,7 @@ const wh = /* @__PURE__ */ I(iu, [["render", ru]]), ou = [
11784
11785
  DtIcon: V,
11785
11786
  DtPopover: tt,
11786
11787
  DtStack: Qe,
11787
- DtInput: Ya,
11788
+ DtInput: Ga,
11788
11789
  DtTooltip: _e
11789
11790
  },
11790
11791
  mixins: [],
@@ -12161,14 +12162,14 @@ const wh = /* @__PURE__ */ I(iu, [["render", ru]]), ou = [
12161
12162
  }
12162
12163
  }, cu = /* @__PURE__ */ b("div", { class: "dt-editor--button-group-divider" }, null, -1), uu = { key: 0 }, hu = { class: "d-ml8 d-mr12" };
12163
12164
  function fu(e, a, t, i, s, n) {
12164
- const r = p("dt-icon"), l = p("dt-button"), o = p("dt-tooltip"), h = p("dt-stack"), v = p("dt-input"), f = p("dt-popover"), y = p("dt-rich-text-editor");
12165
+ const r = g("dt-icon"), l = g("dt-button"), o = g("dt-tooltip"), h = g("dt-stack"), v = g("dt-input"), f = g("dt-popover"), y = g("dt-rich-text-editor");
12165
12166
  return d(), u("div", {
12166
12167
  "data-qa": "dt-editor",
12167
12168
  role: "presentation",
12168
12169
  class: "d-d-flex d-fd-column",
12169
12170
  onClick: a[4] || (a[4] = (_) => e.$refs.richTextEditor.focusEditor())
12170
12171
  }, [
12171
- g(h, {
12172
+ p(h, {
12172
12173
  direction: "row",
12173
12174
  gap: "450",
12174
12175
  class: "d-p8 dt-editor--top-bar-background"
@@ -12188,7 +12189,7 @@ function fu(e, a, t, i, s, n) {
12188
12189
  anchor: c(() => {
12189
12190
  var N, T;
12190
12191
  return [
12191
- g(l, {
12192
+ p(l, {
12192
12193
  "data-qa": S.dataQA,
12193
12194
  importance: "clear",
12194
12195
  kind: "muted",
@@ -12197,7 +12198,7 @@ function fu(e, a, t, i, s, n) {
12197
12198
  onClick: (k) => S.onClick()
12198
12199
  }, {
12199
12200
  icon: c(() => [
12200
- g(r, {
12201
+ p(r, {
12201
12202
  name: S.iconName,
12202
12203
  size: "200",
12203
12204
  class: "d-fw-bold"
@@ -12219,7 +12220,7 @@ function fu(e, a, t, i, s, n) {
12219
12220
  gap: "300"
12220
12221
  }, {
12221
12222
  default: c(() => [
12222
- g(f, {
12223
+ p(f, {
12223
12224
  open: s.showLinkInput,
12224
12225
  placement: "bottom-start",
12225
12226
  "visually-hidden-close": !0,
@@ -12241,7 +12242,7 @@ function fu(e, a, t, i, s, n) {
12241
12242
  anchor: c(() => {
12242
12243
  var _, S;
12243
12244
  return [
12244
- g(l, {
12245
+ p(l, {
12245
12246
  "data-qa": n.linkButton.dataQA,
12246
12247
  importance: "clear",
12247
12248
  kind: "muted",
@@ -12251,7 +12252,7 @@ function fu(e, a, t, i, s, n) {
12251
12252
  onClick: a[0] || (a[0] = (N) => n.linkButton.onClick())
12252
12253
  }, {
12253
12254
  icon: c(() => [
12254
- g(r, {
12255
+ p(r, {
12255
12256
  name: n.linkButton.iconName,
12256
12257
  size: "200",
12257
12258
  class: "d-fw-bold"
@@ -12266,7 +12267,7 @@ function fu(e, a, t, i, s, n) {
12266
12267
  ]),
12267
12268
  content: c(() => [
12268
12269
  t.showAddLink.setLinkTitle.length > 0 ? (d(), u("span", uu, M(t.showAddLink.setLinkTitle), 1)) : w("", !0),
12269
- g(v, {
12270
+ p(v, {
12270
12271
  modelValue: s.linkInput,
12271
12272
  "onUpdate:modelValue": a[1] || (a[1] = (_) => s.linkInput = _),
12272
12273
  "input-aria-label": t.showAddLink.setLinkInputAriaLabel,
@@ -12283,7 +12284,7 @@ function fu(e, a, t, i, s, n) {
12283
12284
  ]),
12284
12285
  footerContent: c(() => [
12285
12286
  b("div", hu, [
12286
- g(l, {
12287
+ p(l, {
12287
12288
  class: "d-mx2",
12288
12289
  "aria-label": t.removeLinkButton.ariaLabel,
12289
12290
  importance: "clear",
@@ -12297,7 +12298,7 @@ function fu(e, a, t, i, s, n) {
12297
12298
  ]),
12298
12299
  _: 1
12299
12300
  }, 8, ["aria-label", "onClick"]),
12300
- g(l, {
12301
+ p(l, {
12301
12302
  class: "d-mx2",
12302
12303
  "aria-label": t.cancelSetLinkButton.ariaLabel,
12303
12304
  importance: "clear",
@@ -12311,7 +12312,7 @@ function fu(e, a, t, i, s, n) {
12311
12312
  ]),
12312
12313
  _: 1
12313
12314
  }, 8, ["aria-label", "onClick"]),
12314
- g(l, {
12315
+ p(l, {
12315
12316
  class: "d-mx2",
12316
12317
  size: "sm",
12317
12318
  "aria-label": t.confirmSetLinkButton.ariaLabel,
@@ -12335,9 +12336,9 @@ function fu(e, a, t, i, s, n) {
12335
12336
  }),
12336
12337
  b("div", {
12337
12338
  class: "d-of-auto d-mx16 d-mt8 d-mb16 d-c-text",
12338
- style: ke({ "max-height": t.maxHeight })
12339
+ style: Ce({ "max-height": t.maxHeight })
12339
12340
  }, [
12340
- g(y, A({
12341
+ p(y, A({
12341
12342
  ref: "richTextEditor",
12342
12343
  modelValue: s.internalInputValue,
12343
12344
  "onUpdate:modelValue": a[2] || (a[2] = (_) => s.internalInputValue = _),
@@ -12366,7 +12367,7 @@ const Ch = /* @__PURE__ */ I(du, [["render", fu]]), qa = {
12366
12367
  critical: "dt-recipe-callbox--border-critical"
12367
12368
  }, mu = {
12368
12369
  name: "DtRecipeCallbox",
12369
- components: { DtBadge: Vt, DtAvatar: vt },
12370
+ components: { DtBadge: Vt, DtAvatar: bt },
12370
12371
  inheritAttrs: !1,
12371
12372
  props: {
12372
12373
  /**
@@ -12465,10 +12466,10 @@ const Ch = /* @__PURE__ */ I(du, [["render", fu]]), qa = {
12465
12466
  this.clickable && this.$emit("click", e);
12466
12467
  }
12467
12468
  }
12468
- }, gu = {
12469
+ }, pu = {
12469
12470
  "data-qa": "dt-recipe-callbox",
12470
12471
  class: "dt-recipe-callbox"
12471
- }, pu = {
12472
+ }, gu = {
12472
12473
  key: 0,
12473
12474
  "data-qa": "dt-recipe-callbox--video-wrapper",
12474
12475
  class: "dt-recipe-callbox--video"
@@ -12490,9 +12491,9 @@ const Ch = /* @__PURE__ */ I(du, [["render", fu]]), qa = {
12490
12491
  class: "dt-recipe-callbox--main-content-bottom"
12491
12492
  };
12492
12493
  function Cu(e, a, t, i, s, n) {
12493
- const r = p("dt-avatar"), l = p("dt-badge");
12494
- return d(), u("div", gu, [
12495
- e.$slots.video ? (d(), u("div", pu, [
12494
+ const r = g("dt-avatar"), l = g("dt-badge");
12495
+ return d(), u("div", pu, [
12496
+ e.$slots.video ? (d(), u("div", gu, [
12496
12497
  m(e.$slots, "video", {}, void 0, !0)
12497
12498
  ])) : w("", !0),
12498
12499
  b("div", {
@@ -12524,7 +12525,7 @@ function Cu(e, a, t, i, s, n) {
12524
12525
  }, 8, ["onClick"])),
12525
12526
  e.$slots.badge || t.badgeText ? (d(), u("div", yu, [
12526
12527
  m(e.$slots, "badge", {}, () => [
12527
- g(l, {
12528
+ p(l, {
12528
12529
  class: C(n.badgeClass),
12529
12530
  text: t.badgeText
12530
12531
  }, null, 8, ["class", "text"])
@@ -12547,12 +12548,12 @@ function Cu(e, a, t, i, s, n) {
12547
12548
  const kh = /* @__PURE__ */ I(mu, [["render", Cu], ["__scopeId", "data-v-66800ae7"]]);
12548
12549
  let xe;
12549
12550
  function ct(e, a) {
12550
- return sa(), hn(e, a, {
12551
+ return sa(), fn(e, a, {
12551
12552
  locale: xe
12552
12553
  });
12553
12554
  }
12554
12555
  function ku(e, a) {
12555
- return sa(), pl(e, {
12556
+ return sa(), gl(e, {
12556
12557
  locale: xe,
12557
12558
  format: a
12558
12559
  });
@@ -12625,9 +12626,9 @@ export {
12625
12626
  Xe as DROPDOWN_PADDING_CLASSES,
12626
12627
  ji as DT_DESCRIPTION_LIST_DIRECTION,
12627
12628
  Nh as DT_STACK_DIRECTION,
12628
- yn as DT_STACK_GAP,
12629
+ _n as DT_STACK_GAP,
12629
12630
  Fh as DT_STACK_RESPONSIVE_BREAKPOINTS,
12630
- vt as DtAvatar,
12631
+ bt as DtAvatar,
12631
12632
  Vt as DtBadge,
12632
12633
  xu as DtBanner,
12633
12634
  mi as DtBreadcrumbItem,
@@ -12635,10 +12636,10 @@ export {
12635
12636
  j as DtButton,
12636
12637
  Pu as DtButtonGroup,
12637
12638
  wi as DtCard,
12638
- ja as DtCheckableInputMixin,
12639
+ Ka as DtCheckableInputMixin,
12639
12640
  ju as DtCheckbox,
12640
12641
  Ku as DtCheckboxGroup,
12641
- tn as DtChip,
12642
+ an as DtChip,
12642
12643
  Ru as DtCodeblock,
12643
12644
  Ui as DtCollapsible,
12644
12645
  $i as DtCombobox,
@@ -12646,20 +12647,20 @@ export {
12646
12647
  $u as DtDescriptionList,
12647
12648
  ts as DtDropdown,
12648
12649
  Nu as DtDropdownSeparator,
12649
- Ka as DtGroupableInputMixin,
12650
+ Ya as DtGroupableInputMixin,
12650
12651
  Fu as DtHovercard,
12651
12652
  V as DtIcon,
12652
12653
  hs as DtImageViewer,
12653
- Ya as DtInput,
12654
- en as DtInputGroup,
12654
+ Ga as DtInput,
12655
+ tn as DtInputGroup,
12655
12656
  fs as DtInputGroupMixin,
12656
- Ua as DtInputMixin,
12657
- wn as DtItemLayout,
12658
- Qa as DtKeyboardListNavigationMixin,
12657
+ ja as DtInputMixin,
12658
+ Wa as DtItemLayout,
12659
+ Xa as DtKeyboardListNavigationMixin,
12659
12660
  Zu as DtKeyboardShortcut,
12660
12661
  zt as DtLazyShow,
12661
- vn as DtLink,
12662
- pt as DtListItem,
12662
+ yn as DtLink,
12663
+ $t as DtListItem,
12663
12664
  qu as DtListItemGroup,
12664
12665
  zu as DtModal,
12665
12666
  Mu as DtNotice,
@@ -12678,12 +12679,12 @@ export {
12678
12679
  oh as DtRecipeComboboxMultiSelect,
12679
12680
  Xl as DtRecipeComboboxWithPopover,
12680
12681
  dh as DtRecipeContactInfo,
12681
- ph as DtRecipeContactRow,
12682
+ gh as DtRecipeContactRow,
12682
12683
  Sh as DtRecipeEmojiRow,
12683
12684
  yh as DtRecipeFeedItemPill,
12684
12685
  vh as DtRecipeFeedItemRow,
12685
- pn as DtRecipeGeneralRow,
12686
- gh as DtRecipeGroupRow,
12686
+ bn as DtRecipeGeneralRow,
12687
+ ph as DtRecipeGroupRow,
12687
12688
  fh as DtRecipeGroupedChip,
12688
12689
  hh as DtRecipeIvrNode,
12689
12690
  mh as DtRecipeSettingsMenuButton,
@@ -12724,8 +12725,8 @@ export {
12724
12725
  Xt as IVR_NODE_PROMPT_MENU,
12725
12726
  Jt as IVR_NODE_PROMPT_PLAY,
12726
12727
  aa as IVR_NODE_TRANSFER,
12727
- Ja as LABEL_SIZES,
12728
- gt as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
12728
+ en as LABEL_SIZES,
12729
+ pt as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
12729
12730
  Ud as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
12730
12731
  Wd as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
12731
12732
  jd as LEFTBAR_GENERAL_ROW_ICON_SIZES,
@@ -12740,12 +12741,12 @@ export {
12740
12741
  Zl as MULTI_SELECT_SIZES,
12741
12742
  nt as NOTICE_KINDS,
12742
12743
  jn as NOTICE_ROLES,
12743
- bt as POPOVER_APPEND_TO_VALUES,
12744
- Sn as POPOVER_CONTENT_WIDTHS,
12744
+ gt as POPOVER_APPEND_TO_VALUES,
12745
+ wn as POPOVER_CONTENT_WIDTHS,
12745
12746
  Hh as POPOVER_DIRECTIONS,
12746
12747
  Vh as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
12747
12748
  Wh as POPOVER_INITIAL_FOCUS_STRINGS,
12748
- _n as POPOVER_PADDING_CLASSES,
12749
+ Sn as POPOVER_PADDING_CLASSES,
12749
12750
  Uh as POPOVER_ROLES,
12750
12751
  jh as POPOVER_STICKY_VALUES,
12751
12752
  Kh as PRESENCE_STATES,
@@ -12759,8 +12760,8 @@ export {
12759
12760
  Xu as SHORTCUTS_ALIASES_LIST,
12760
12761
  Ge as SHORTCUTS_ICON_ALIASES,
12761
12762
  kr as SHORTCUTS_ICON_SEPARATOR,
12762
- gf as SKELETON_HEADING_HEIGHTS,
12763
- pf as SKELETON_RIPPLE_DURATION,
12763
+ pf as SKELETON_HEADING_HEIGHTS,
12764
+ gf as SKELETON_RIPPLE_DURATION,
12764
12765
  bf as SKELETON_SHAPES,
12765
12766
  vf as SKELETON_SHAPE_SIZES,
12766
12767
  yf as SKELETON_TEXT_TYPES,
@@ -12793,5 +12794,5 @@ export {
12793
12794
  Mt as getValidationState,
12794
12795
  Oh as relativeDate,
12795
12796
  Ih as setDateLocale,
12796
- Wa as validationMessageValidator
12797
+ Ua as validationMessageValidator
12797
12798
  };