@dialpad/dialtone-vue 3.68.0 → 3.69.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.
@@ -1,6 +1,6 @@
1
- import { openBlock as a, createElementBlock as l, toDisplayString as I, createCommentVNode as p, createElementVNode as _, normalizeClass as y, warn as we, resolveComponent as f, renderSlot as d, createBlock as S, mergeProps as C, createVNode as m, createTextVNode as x, withKeys as V, withModifiers as W, withCtx as c, normalizeStyle as re, Fragment as Y, renderList as ee, resolveDynamicComponent as X, toHandlers as M, createSlots as ke, normalizeProps as Ee, Transition as We, withDirectives as Se, guardReactiveProps as Ue, vShow as Ce, Teleport as jt, reactive as kt, ref as pe, computed as Re, watch as Gt, onMounted as Ss, nextTick as Cs, unref as Wt, markRaw as Is, shallowReactive as ws, h as ks, provide as Es, createStaticVNode as Os } from "vue";
2
- import { _ as v, D as P, g as F, a as Ls, h as $, b as K, u as J, L as Ts, c as As, I as Ds, M as xs, d as Ps, e as $e, f as Ze, T as Rs, i as Bs, j as $s, k as Ns, E as H, l as me, v as Ut, m as Et, n as Ge, o as Zt, C as Yt, G as Qt, p as Ye, q as zs, r as Ms, s as Hs, t as Qe, w as Xe, x as Vs } from "./emoji_text_wrapper-c1ed0afc.js";
3
- import { z as xd, y as Pd, X as Rd, $ as Bd, Z as $d, Y as Nd, J as zd, H as Md, a5 as Hd, F as Vd, B as qd, a4 as Fd, a0 as Kd, a1 as jd, a3 as Gd, a2 as Wd, P as Ud, O as Zd, K as Yd, N as Qd, R as Xd, Q as Jd, W as ec, S as tc, U as sc, V as ic, A as nc } from "./emoji_text_wrapper-c1ed0afc.js";
1
+ import { openBlock as a, createElementBlock as l, toDisplayString as I, createCommentVNode as f, createElementVNode as _, normalizeClass as y, warn as we, resolveComponent as p, renderSlot as d, createBlock as S, mergeProps as C, createVNode as m, createTextVNode as x, withKeys as V, withModifiers as W, withCtx as c, normalizeStyle as re, Fragment as Y, renderList as ee, resolveDynamicComponent as X, toHandlers as M, createSlots as ke, normalizeProps as Ee, Transition as We, withDirectives as Se, guardReactiveProps as Ue, vShow as Ce, Teleport as jt, reactive as kt, ref as fe, computed as Re, watch as Gt, onMounted as Ss, nextTick as Cs, unref as Wt, markRaw as Is, shallowReactive as ws, h as ks, provide as Es, createStaticVNode as Os } from "vue";
2
+ import { _ as v, D as P, g as F, a as Ls, h as $, b as K, u as J, L as Ts, c as As, I as Ds, M as xs, d as Ps, e as $e, f as Ze, T as Rs, i as Bs, j as $s, k as Ns, E as H, l as me, v as Ut, m as Et, n as Ge, o as Zt, C as Yt, G as Qt, p as Ye, q as zs, r as Ms, s as Hs, t as Qe, w as Xe, x as Vs } from "./emoji_text_wrapper-ec9bfaf1.js";
3
+ import { z as xd, y as Pd, X as Rd, $ as Bd, Z as $d, Y as Nd, J as zd, H as Md, a5 as Hd, F as Vd, B as qd, a4 as Fd, a0 as Kd, a1 as jd, a3 as Gd, a2 as Wd, P as Ud, O as Zd, K as Yd, N as Qd, R as Xd, Q as Jd, W as ec, S as tc, U as sc, V as ic, A as nc } from "./emoji_text_wrapper-ec9bfaf1.js";
4
4
  const be = {
5
5
  BUSY: "busy",
6
6
  AWAY: "away",
@@ -46,7 +46,7 @@ function Gs(e, s, t, o, n, i) {
46
46
  role: "status",
47
47
  "aria-live": e.$attrs.ariaLive || "off"
48
48
  }, [
49
- t.srText ? (a(), l("span", js, I(t.srText), 1)) : p("", !0),
49
+ t.srText ? (a(), l("span", js, I(t.srText), 1)) : f("", !0),
50
50
  _("div", {
51
51
  class: y(["d-presence__inner", {
52
52
  "d-presence__inner--active": t.presence === "active",
@@ -223,8 +223,7 @@ const Ys = {
223
223
  imageLoadedSuccessfully: null,
224
224
  slottedInitials: "",
225
225
  formattedInitials: "",
226
- initializing: !1,
227
- internalColor: ""
226
+ initializing: !1
228
227
  };
229
228
  },
230
229
  computed: {
@@ -235,7 +234,7 @@ const Ys = {
235
234
  this.avatarClass,
236
235
  {
237
236
  "d-avatar--group": this.showGroup,
238
- [`d-avatar--color-${this.internalColor}`]: this.kind !== "icon" && this.internalColor
237
+ [`d-avatar--color-${this.getColor()}`]: this.kind !== "icon"
239
238
  }
240
239
  ];
241
240
  },
@@ -261,20 +260,6 @@ const Ys = {
261
260
  return this.group ? "xs" : this.size;
262
261
  }
263
262
  },
264
- watch: {
265
- color: {
266
- handler: function() {
267
- this.getColor();
268
- },
269
- immediate: !0
270
- },
271
- seed: {
272
- handler: function() {
273
- this.getColor();
274
- },
275
- immediate: !0
276
- }
277
- },
278
263
  mounted() {
279
264
  this.init();
280
265
  },
@@ -331,9 +316,8 @@ const Ys = {
331
316
  var s;
332
317
  return ((s = e == null ? void 0 : e.tagName) == null ? void 0 : s.toUpperCase()) === "IMG";
333
318
  },
334
- async getColor() {
335
- const e = this.color ?? await Ls(Zs, this.seed);
336
- this.internalColor = e;
319
+ getColor() {
320
+ return this.color ?? Ls(Zs, this.seed);
337
321
  },
338
322
  validateImageAttrsPresence() {
339
323
  const e = !this.$refs.canvas.children[0].getAttribute("src"), s = this.$refs.canvas.children[0].getAttribute("alt") === null;
@@ -355,7 +339,7 @@ const Ys = {
355
339
  "data-qa": "dt-avatar-count"
356
340
  };
357
341
  function ei(e, s, t, o, n, i) {
358
- const r = f("dt-icon"), h = f("dt-presence");
342
+ const r = p("dt-icon"), h = p("dt-presence");
359
343
  return a(), l("div", {
360
344
  id: t.id,
361
345
  class: y(i.avatarClasses),
@@ -365,11 +349,11 @@ function ei(e, s, t, o, n, i) {
365
349
  ref: "canvas",
366
350
  class: y([t.canvasClass, "d-avatar__canvas"])
367
351
  }, [
368
- i.showDefaultSlot ? d(e.$slots, "default", { key: 0 }) : p("", !0),
352
+ i.showDefaultSlot ? d(e.$slots, "default", { key: 0 }) : f("", !0),
369
353
  i.showInitials ? (a(), l("span", {
370
354
  key: 1,
371
355
  class: y(["d-ps-absolute d-zi-base", n.AVATAR_KIND_MODIFIERS.initials])
372
- }, I(n.formattedInitials), 3)) : p("", !0)
356
+ }, I(n.formattedInitials), 3)) : f("", !0)
373
357
  ], 2),
374
358
  t.overlayIcon || t.overlayText ? (a(), l("div", {
375
359
  key: 0,
@@ -379,9 +363,9 @@ function ei(e, s, t, o, n, i) {
379
363
  key: 0,
380
364
  class: "d-fc-white d-w100p",
381
365
  name: t.overlayIcon
382
- }, null, 8, ["name"])) : t.overlayText ? (a(), l("p", Xs, I(t.overlayText), 1)) : p("", !0)
383
- ], 2)) : p("", !0),
384
- i.showGroup ? (a(), l("span", Js, I(i.formattedGroup), 1)) : p("", !0),
366
+ }, null, 8, ["name"])) : t.overlayText ? (a(), l("p", Xs, I(t.overlayText), 1)) : f("", !0)
367
+ ], 2)) : f("", !0),
368
+ i.showGroup ? (a(), l("span", Js, I(i.formattedGroup), 1)) : f("", !0),
385
369
  t.presence && !i.showGroup ? (a(), S(h, C({
386
370
  key: 2,
387
371
  presence: t.presence,
@@ -389,7 +373,7 @@ function ei(e, s, t, o, n, i) {
389
373
  "d-avatar__presence",
390
374
  n.AVATAR_PRESENCE_SIZE_MODIFIERS[t.size]
391
375
  ]]
392
- }, t.presenceProps, { "data-qa": "dt-presence" }), null, 16, ["presence", "class"])) : p("", !0)
376
+ }, t.presenceProps, { "data-qa": "dt-presence" }), null, 16, ["presence", "class"])) : f("", !0)
393
377
  ], 10, Qs);
394
378
  }
395
379
  const Je = /* @__PURE__ */ v(Ys, [["render", ei]]), At = {
@@ -530,7 +514,7 @@ const Je = /* @__PURE__ */ v(Ys, [["render", ei]]), At = {
530
514
  class: "d-badge__icon-right"
531
515
  };
532
516
  function oi(e, s, t, o, n, i) {
533
- const r = f("dt-icon");
517
+ const r = p("dt-icon");
534
518
  return a(), l("span", {
535
519
  class: y([
536
520
  "d-badge",
@@ -540,13 +524,13 @@ function oi(e, s, t, o, n, i) {
540
524
  ]),
541
525
  "data-qa": "dt-badge"
542
526
  }, [
543
- t.decoration ? (a(), l("span", si)) : p("", !0),
527
+ t.decoration ? (a(), l("span", si)) : f("", !0),
544
528
  t.iconLeft || t.type === "ai" ? (a(), l("span", ii, [
545
529
  m(r, {
546
530
  name: t.iconLeft || "dialpad-ai",
547
531
  size: "200"
548
532
  }, null, 8, ["name"])
549
- ])) : p("", !0),
533
+ ])) : f("", !0),
550
534
  _("span", ni, [
551
535
  d(e.$slots, "default", {}, () => [
552
536
  x(I(t.text), 1)
@@ -557,7 +541,7 @@ function oi(e, s, t, o, n, i) {
557
541
  name: t.iconRight,
558
542
  size: "200"
559
543
  }, null, 8, ["name"])
560
- ])) : p("", !0)
544
+ ])) : f("", !0)
561
545
  ], 2);
562
546
  }
563
547
  const li = /* @__PURE__ */ v(ti, [["render", oi]]), Oe = ["base", "error", "info", "success", "warning"], ri = ["alert", "alertdialog", "status"], di = /* @__PURE__ */ new Map([
@@ -600,7 +584,7 @@ const li = /* @__PURE__ */ v(ti, [["render", oi]]), Oe = ["base", "error", "info
600
584
  class: "d-notice__icon"
601
585
  };
602
586
  function hi(e, s, t, o, n, i) {
603
- const r = f("dt-icon");
587
+ const r = p("dt-icon");
604
588
  return i.defaultIcon || n.hasSlotContent(e.$slots.default) ? (a(), l("div", ui, [
605
589
  d(e.$slots, "default", {}, () => [
606
590
  m(r, {
@@ -608,9 +592,9 @@ function hi(e, s, t, o, n, i) {
608
592
  size: "400"
609
593
  }, null, 8, ["name"])
610
594
  ])
611
- ])) : p("", !0);
595
+ ])) : f("", !0);
612
596
  }
613
- const et = /* @__PURE__ */ v(ci, [["render", hi]]), fi = {
597
+ const et = /* @__PURE__ */ v(ci, [["render", hi]]), pi = {
614
598
  name: "DtNoticeContent",
615
599
  props: {
616
600
  /**
@@ -642,12 +626,12 @@ const et = /* @__PURE__ */ v(ci, [["render", hi]]), fi = {
642
626
  hasSlotContent: $
643
627
  };
644
628
  }
645
- }, pi = {
629
+ }, fi = {
646
630
  class: "d-notice__content",
647
631
  "data-qa": "notice-content"
648
632
  }, mi = ["id"], gi = ["id"];
649
633
  function _i(e, s, t, o, n, i) {
650
- return a(), l("div", pi, [
634
+ return a(), l("div", fi, [
651
635
  t.title || n.hasSlotContent(e.$slots.titleOverride) ? (a(), l("p", {
652
636
  key: 0,
653
637
  id: t.titleId,
@@ -657,7 +641,7 @@ function _i(e, s, t, o, n, i) {
657
641
  d(e.$slots, "titleOverride", {}, () => [
658
642
  x(I(t.title), 1)
659
643
  ])
660
- ], 8, mi)) : p("", !0),
644
+ ], 8, mi)) : f("", !0),
661
645
  _("p", {
662
646
  id: t.contentId,
663
647
  class: "d-notice__message",
@@ -667,7 +651,7 @@ function _i(e, s, t, o, n, i) {
667
651
  ], 8, gi)
668
652
  ]);
669
653
  }
670
- const tt = /* @__PURE__ */ v(fi, [["render", _i]]), ie = {
654
+ const tt = /* @__PURE__ */ v(pi, [["render", _i]]), ie = {
671
655
  props: {
672
656
  /**
673
657
  * If true, a hidden close button is included for screen readers
@@ -730,7 +714,7 @@ const tt = /* @__PURE__ */ v(fi, [["render", _i]]), ie = {
730
714
  }
731
715
  };
732
716
  function yi(e, s, t, o, n, i) {
733
- const r = f("dt-icon"), h = f("dt-button");
717
+ const r = p("dt-icon"), h = p("dt-button");
734
718
  return a(), S(h, {
735
719
  id: "sr-only-close-button",
736
720
  "data-qa": "dt-sr-only-close-button",
@@ -798,10 +782,10 @@ const Ne = /* @__PURE__ */ v(bi, [["render", yi]]), vi = {
798
782
  "data-qa": "notice-content-actions"
799
783
  };
800
784
  function Ci(e, s, t, o, n, i) {
801
- const r = f("dt-icon"), h = f("dt-button"), u = f("sr-only-close-button");
785
+ const r = p("dt-icon"), h = p("dt-button"), u = p("sr-only-close-button");
802
786
  return a(), l("div", Si, [
803
787
  d(e.$slots, "default"),
804
- t.hideClose ? p("", !0) : (a(), S(h, C({
788
+ t.hideClose ? f("", !0) : (a(), S(h, C({
805
789
  key: 0,
806
790
  ref: "closeButton",
807
791
  "data-qa": "dt-notice-action-close-button",
@@ -822,7 +806,7 @@ function Ci(e, s, t, o, n, i) {
822
806
  key: 1,
823
807
  "visually-hidden-close-label": e.visuallyHiddenCloseLabel,
824
808
  onClose: i.close
825
- }, null, 8, ["visually-hidden-close-label", "onClose"])) : p("", !0)
809
+ }, null, 8, ["visually-hidden-close-label", "onClose"])) : f("", !0)
826
810
  ]);
827
811
  }
828
812
  const st = /* @__PURE__ */ v(vi, [["render", Ci]]), Xt = ':not(:disabled):not([aria-disabled="true"]):not([role="presentation"])', Ii = `${Xt}:not([tabindex="-1"])`, wi = "button,[href],input,select,textarea,details,[tabindex]", Le = {
@@ -1047,7 +1031,7 @@ const st = /* @__PURE__ */ v(vi, [["render", Ci]]), Xt = ':not(:disabled):not([a
1047
1031
  }
1048
1032
  }, Ei = ["role", "aria-labelledby", "aria-describedby"];
1049
1033
  function Oi(e, s, t, o, n, i) {
1050
- const r = f("dt-notice-icon"), h = f("dt-notice-content"), u = f("dt-notice-action");
1034
+ const r = p("dt-notice-icon"), h = p("dt-notice-content"), u = p("dt-notice-action");
1051
1035
  return a(), l("aside", {
1052
1036
  class: y(i.bannerClass),
1053
1037
  style: re(i.bannerBackgroundImage),
@@ -1059,7 +1043,7 @@ function Oi(e, s, t, o, n, i) {
1059
1043
  "aria-labelledby": t.titleId,
1060
1044
  "aria-describedby": t.contentId
1061
1045
  }, [
1062
- t.hideIcon ? p("", !0) : (a(), S(r, {
1046
+ t.hideIcon ? f("", !0) : (a(), S(r, {
1063
1047
  key: 0,
1064
1048
  kind: t.kind
1065
1049
  }, {
@@ -1172,7 +1156,7 @@ const xi = /* @__PURE__ */ v(Ai, [["render", Di]]), Pi = {
1172
1156
  }
1173
1157
  };
1174
1158
  function Ri(e, s, t, o, n, i) {
1175
- const r = f("dt-link");
1159
+ const r = p("dt-link");
1176
1160
  return a(), l("li", {
1177
1161
  "data-qa": "dt-breadcrumb-item",
1178
1162
  class: y([
@@ -1238,7 +1222,7 @@ const Bi = /* @__PURE__ */ v(Pi, [["render", Ri]]), $i = {
1238
1222
  }
1239
1223
  }, Ni = ["aria-label"];
1240
1224
  function zi(e, s, t, o, n, i) {
1241
- const r = f("dt-breadcrumb-item");
1225
+ const r = p("dt-breadcrumb-item");
1242
1226
  return a(), l("nav", {
1243
1227
  "aria-label": t.ariaLabel,
1244
1228
  "data-qa": "dt-breadcrumbs",
@@ -1352,7 +1336,7 @@ function qi(e, s, t, o, n, i) {
1352
1336
  ])
1353
1337
  }, [
1354
1338
  d(e.$slots, "header")
1355
- ], 2)) : p("", !0),
1339
+ ], 2)) : f("", !0),
1356
1340
  _("div", {
1357
1341
  class: y([
1358
1342
  "d-card__content",
@@ -1370,7 +1354,7 @@ function qi(e, s, t, o, n, i) {
1370
1354
  ])
1371
1355
  }, [
1372
1356
  d(e.$slots, "footer")
1373
- ], 2)) : p("", !0)
1357
+ ], 2)) : f("", !0)
1374
1358
  ], 2);
1375
1359
  }
1376
1360
  const Fi = /* @__PURE__ */ v(Vi, [["render", qi]]), Ki = {
@@ -1533,10 +1517,10 @@ const Ur = /* @__PURE__ */ v(Ki, [["render", Gi]]), Wi = {
1533
1517
  this.jumpToEnd(), this.scrollActiveItemIntoViewIfNeeded(), this.focusActiveItemIfNeeded();
1534
1518
  },
1535
1519
  onNavigationKey(b) {
1536
- const L = this._getListItemNodes(), B = L.filter((fe) => fe.textContent.trim().toLowerCase().startsWith(b.toLowerCase()));
1520
+ const L = this._getListItemNodes(), B = L.filter((pe) => pe.textContent.trim().toLowerCase().startsWith(b.toLowerCase()));
1537
1521
  if (B.length <= 0)
1538
1522
  return;
1539
- const de = B.findIndex((fe) => this[s] === L.indexOf(fe)), he = L.indexOf(
1523
+ const de = B.findIndex((pe) => this[s] === L.indexOf(pe)), he = L.indexOf(
1540
1524
  de < B.length - 1 ? B[de + 1] : B[0]
1541
1525
  );
1542
1526
  this.setHighlightIndex(he), this.scrollActiveItemIntoViewIfNeeded(), this.focusActiveItemIfNeeded();
@@ -1614,25 +1598,25 @@ function sn(e, s, t, o, n, i) {
1614
1598
  return a(), l("div", Yi, [
1615
1599
  n.hasSlotContent(e.$slots.left) ? (a(), l("section", Qi, [
1616
1600
  d(e.$slots, "left")
1617
- ])) : p("", !0),
1601
+ ])) : f("", !0),
1618
1602
  _("section", Xi, [
1619
1603
  n.hasSlotContent(e.$slots.default) ? (a(), l("div", Ji, [
1620
1604
  d(e.$slots, "default")
1621
- ])) : p("", !0),
1605
+ ])) : f("", !0),
1622
1606
  n.hasSlotContent(e.$slots.subtitle) ? (a(), l("div", {
1623
1607
  key: 1,
1624
1608
  "data-qa": "dt-default-list-item-subtitle-wrapper",
1625
1609
  class: y(["d-fs-100 d-fc-tertiary", { "d-mtn2": e.$slots.default }])
1626
1610
  }, [
1627
1611
  d(e.$slots, "subtitle")
1628
- ], 2)) : p("", !0),
1612
+ ], 2)) : f("", !0),
1629
1613
  n.hasSlotContent(e.$slots.bottom) ? (a(), l("div", en, [
1630
1614
  d(e.$slots, "bottom")
1631
- ])) : p("", !0)
1615
+ ])) : f("", !0)
1632
1616
  ]),
1633
1617
  n.hasSlotContent(e.$slots.right) ? (a(), l("section", tn, [
1634
1618
  d(e.$slots, "right")
1635
- ])) : p("", !0),
1619
+ ])) : f("", !0),
1636
1620
  d(e.$slots, "selected")
1637
1621
  ]);
1638
1622
  }
@@ -1789,7 +1773,7 @@ const nn = {
1789
1773
  }
1790
1774
  };
1791
1775
  function an(e, s, t, o, n, i) {
1792
- const r = f("dt-icon");
1776
+ const r = p("dt-icon");
1793
1777
  return a(), S(X(t.elementType), C({
1794
1778
  id: t.id,
1795
1779
  class: ["dt-list-item d-ls-none", {
@@ -1833,7 +1817,7 @@ const ze = /* @__PURE__ */ v(nn, [["render", an]]), on = {
1833
1817
  "aria-busy": "true"
1834
1818
  };
1835
1819
  function rn(e, s, t, o, n, i) {
1836
- const r = f("dt-skeleton"), h = f("dt-list-item");
1820
+ const r = p("dt-skeleton"), h = p("dt-list-item");
1837
1821
  return a(), l("ol", ln, [
1838
1822
  (a(), l(Y, null, ee(7, (u) => m(h, {
1839
1823
  key: u,
@@ -1877,7 +1861,7 @@ const dn = {
1877
1861
  "data-qa": "dt-combobox-empty-list"
1878
1862
  };
1879
1863
  function un(e, s, t, o, n, i) {
1880
- const r = f("dt-list-item");
1864
+ const r = p("dt-list-item");
1881
1865
  return a(), l("ol", cn, [
1882
1866
  d(e.$slots, "default", {}, () => [
1883
1867
  m(r, {
@@ -2170,9 +2154,9 @@ const ts = /* @__PURE__ */ v(dn, [["render", un]]), ss = {
2170
2154
  empty message.`);
2171
2155
  }
2172
2156
  }
2173
- }, fn = { "data-qa": "dt-combobox-input-wrapper" };
2174
- function pn(e, s, t, o, n, i) {
2175
- const r = f("combobox-loading-list"), h = f("combobox-empty-list");
2157
+ }, pn = { "data-qa": "dt-combobox-input-wrapper" };
2158
+ function fn(e, s, t, o, n, i) {
2159
+ const r = p("combobox-loading-list"), h = p("combobox-empty-list");
2176
2160
  return a(), l("div", {
2177
2161
  onKeydown: [
2178
2162
  s[3] || (s[3] = V(W((u) => i.onKeyValidation(u, "onEscapeKey"), ["stop"]), ["esc"])),
@@ -2183,7 +2167,7 @@ function pn(e, s, t, o, n, i) {
2183
2167
  s[8] || (s[8] = V(W((u) => i.onKeyValidation(u, "onEndKey"), ["stop", "prevent"]), ["end"]))
2184
2168
  ]
2185
2169
  }, [
2186
- _("div", fn, [
2170
+ _("div", pn, [
2187
2171
  d(e.$slots, "input", { inputProps: i.inputProps })
2188
2172
  ]),
2189
2173
  t.showList ? (a(), l("div", {
@@ -2208,10 +2192,10 @@ function pn(e, s, t, o, n, i) {
2208
2192
  opened: i.onOpen,
2209
2193
  clearHighlightIndex: i.clearHighlightIndex
2210
2194
  })
2211
- ], 544)) : p("", !0)
2195
+ ], 544)) : f("", !0)
2212
2196
  ], 32);
2213
2197
  }
2214
- const mn = /* @__PURE__ */ v(hn, [["render", pn]]);
2198
+ const mn = /* @__PURE__ */ v(hn, [["render", fn]]);
2215
2199
  const gn = {
2216
2200
  name: "DtCollapsibleLazyShow",
2217
2201
  inheritAttrs: !1,
@@ -2339,7 +2323,7 @@ function _n(e, s, t, o, n, i) {
2339
2323
  default: c(() => [
2340
2324
  Se((a(), S(X(t.elementType), Ee(Ue(e.$attrs)), {
2341
2325
  default: c(() => [
2342
- n.initialized ? d(e.$slots, "default", { key: 0 }) : p("", !0)
2326
+ n.initialized ? d(e.$slots, "default", { key: 0 }) : f("", !0)
2343
2327
  ]),
2344
2328
  _: 3
2345
2329
  }, 16)), [
@@ -2503,7 +2487,7 @@ const bn = /* @__PURE__ */ v(gn, [["render", _n]]), yn = {
2503
2487
  }
2504
2488
  }, vn = ["id"], Sn = ["title"];
2505
2489
  function Cn(e, s, t, o, n, i) {
2506
- const r = f("dt-icon"), h = f("dt-button"), u = f("dt-collapsible-lazy-show");
2490
+ const r = p("dt-icon"), h = p("dt-button"), u = p("dt-collapsible-lazy-show");
2507
2491
  return a(), S(X(t.elementType), C({ ref: "collapsible" }, M(i.collapsibleListeners)), {
2508
2492
  default: c(() => [
2509
2493
  _("div", {
@@ -2650,7 +2634,7 @@ const Zr = /* @__PURE__ */ v(yn, [["render", Cn]]), Bt = {
2650
2634
  }
2651
2635
  };
2652
2636
  function Ln(e, s, t, o, n, i) {
2653
- const r = f("dt-icon"), h = f("dt-button");
2637
+ const r = p("dt-icon"), h = p("dt-button");
2654
2638
  return a(), l("div", {
2655
2639
  "data-qa": "dt-popover-header-footer",
2656
2640
  class: y({
@@ -2664,7 +2648,7 @@ function Ln(e, s, t, o, n, i) {
2664
2648
  class: y(["d-to-ellipsis", "d-w100p", t.contentClass])
2665
2649
  }, [
2666
2650
  d(e.$slots, "content")
2667
- ], 2)) : p("", !0),
2651
+ ], 2)) : f("", !0),
2668
2652
  t.showCloseButton ? (a(), S(h, C({
2669
2653
  key: 1,
2670
2654
  ref: "popover__close-button",
@@ -2683,7 +2667,7 @@ function Ln(e, s, t, o, n, i) {
2683
2667
  })
2684
2668
  ]),
2685
2669
  _: 1
2686
- }, 16)) : p("", !0)
2670
+ }, 16)) : f("", !0)
2687
2671
  ], 2);
2688
2672
  }
2689
2673
  const Tn = /* @__PURE__ */ v(On, [["render", Ln]]);
@@ -3277,7 +3261,7 @@ const An = {
3277
3261
  }
3278
3262
  }, Dn = ["aria-hidden"], xn = ["id", "tabindex"];
3279
3263
  function Pn(e, s, t, o, n, i) {
3280
- const r = f("popover-header-footer"), h = f("sr-only-close-button"), u = f("dt-lazy-show");
3264
+ const r = p("popover-header-footer"), h = p("sr-only-close-button"), u = p("dt-lazy-show");
3281
3265
  return a(), l("div", null, [
3282
3266
  t.modal && n.isOpen ? (a(), S(jt, {
3283
3267
  key: 0,
@@ -3289,7 +3273,7 @@ function Pn(e, s, t, o, n, i) {
3289
3273
  onClick: s[0] || (s[0] = W(() => {
3290
3274
  }, ["prevent", "stop"]))
3291
3275
  }, null, 8, Dn)
3292
- ])) : p("", !0),
3276
+ ])) : f("", !0),
3293
3277
  (a(), S(X(t.elementType), {
3294
3278
  ref: "popover",
3295
3279
  class: y(["d-popover", { "d-popover__anchor--opened": n.isOpen }]),
@@ -3354,7 +3338,7 @@ function Pn(e, s, t, o, n, i) {
3354
3338
  d(e.$slots, "headerContent", { close: i.closePopover })
3355
3339
  ]),
3356
3340
  _: 3
3357
- }, 8, ["class", "content-class", "show-close-button", "close-button-props", "onClose"])) : p("", !0),
3341
+ }, 8, ["class", "content-class", "show-close-button", "close-button-props", "onClose"])) : f("", !0),
3358
3342
  _("div", {
3359
3343
  ref: "popover__content",
3360
3344
  "data-qa": "dt-popover-content",
@@ -3377,12 +3361,12 @@ function Pn(e, s, t, o, n, i) {
3377
3361
  d(e.$slots, "footerContent", { close: i.closePopover })
3378
3362
  ]),
3379
3363
  _: 3
3380
- }, 8, ["class", "content-class"])) : p("", !0),
3364
+ }, 8, ["class", "content-class"])) : f("", !0),
3381
3365
  e.showVisuallyHiddenClose ? (a(), S(h, {
3382
3366
  key: 2,
3383
3367
  "visually-hidden-close-label": e.visuallyHiddenCloseLabel,
3384
3368
  onClose: i.closePopover
3385
- }, null, 8, ["visually-hidden-close-label", "onClose"])) : p("", !0)
3369
+ }, null, 8, ["visually-hidden-close-label", "onClose"])) : f("", !0)
3386
3370
  ]),
3387
3371
  _: 3
3388
3372
  }, 16, ["id", "role", "aria-hidden", "aria-labelledby", "aria-label", "aria-modal", "transition", "show", "appear", "class", "style", "css", "tabindex"])
@@ -3735,7 +3719,7 @@ const Rn = {
3735
3719
  }
3736
3720
  }, Bn = ["id"];
3737
3721
  function $n(e, s, t, o, n, i) {
3738
- const r = f("sr-only-close-button"), h = f("dt-popover");
3722
+ const r = p("sr-only-close-button"), h = p("dt-popover");
3739
3723
  return a(), S(h, C({
3740
3724
  ref: "popover",
3741
3725
  "content-width": t.contentWidth,
@@ -3773,7 +3757,7 @@ function $n(e, s, t, o, n, i) {
3773
3757
  "visually-hidden-close-label": e.visuallyHiddenCloseLabel,
3774
3758
  tabindex: i.isArrowKeyNav ? -1 : 0,
3775
3759
  onClose: u
3776
- }, null, 8, ["visually-hidden-close-label", "tabindex", "onClose"])) : p("", !0)
3760
+ }, null, 8, ["visually-hidden-close-label", "tabindex", "onClose"])) : f("", !0)
3777
3761
  ], 42, Bn)
3778
3762
  ]),
3779
3763
  _: 3
@@ -3924,7 +3908,7 @@ const Yr = /* @__PURE__ */ v(zn, [["render", Hn]]), Vn = {
3924
3908
  "aria-modal": "true"
3925
3909
  }, jn = ["src", "alt"];
3926
3910
  function Gn(e, s, t, o, n, i) {
3927
- const r = f("dt-button"), h = f("dt-icon");
3911
+ const r = p("dt-button"), h = p("dt-icon");
3928
3912
  return a(), l("div", null, [
3929
3913
  m(r, {
3930
3914
  "data-qa": "dt-image-viewer-preview",
@@ -3984,12 +3968,12 @@ function Gn(e, s, t, o, n, i) {
3984
3968
  })
3985
3969
  ]),
3986
3970
  _: 1
3987
- }, 8, ["aria-label", "onClick"])) : p("", !0)
3971
+ }, 8, ["aria-label", "onClick"])) : f("", !0)
3988
3972
  ]),
3989
3973
  _: 1
3990
3974
  })
3991
3975
  ], 16, Fn)
3992
- ])) : p("", !0)
3976
+ ])) : f("", !0)
3993
3977
  ]);
3994
3978
  }
3995
3979
  const Qr = /* @__PURE__ */ v(Vn, [["render", Gn]]), Wn = {
@@ -4189,7 +4173,7 @@ const Qr = /* @__PURE__ */ v(Vn, [["render", Gn]]), Wn = {
4189
4173
  }
4190
4174
  }, Zn = ["data-qa"], Yn = ["data-qa"];
4191
4175
  function Qn(e, s, t, o, n, i) {
4192
- const r = f("dt-validation-messages");
4176
+ const r = p("dt-validation-messages");
4193
4177
  return a(), l("fieldset", { "data-qa": t.dataQaGroup }, [
4194
4178
  n.hasSlotContent(e.$slots.legend) || e.legend ? (a(), l("legend", C({
4195
4179
  key: 0,
@@ -4198,7 +4182,7 @@ function Qn(e, s, t, o, n, i) {
4198
4182
  d(e.$slots, "legend", {}, () => [
4199
4183
  x(I(e.legend), 1)
4200
4184
  ])
4201
- ], 16, Yn)) : p("", !0),
4185
+ ], 16, Yn)) : f("", !0),
4202
4186
  d(e.$slots, "default"),
4203
4187
  m(r, C({
4204
4188
  "validation-messages": e.formattedMessages,
@@ -4333,7 +4317,7 @@ const ns = /* @__PURE__ */ v(Un, [["render", Qn]]), $t = {
4333
4317
  }
4334
4318
  };
4335
4319
  function Jn(e, s, t, o, n, i) {
4336
- const r = f("dt-notice-icon"), h = f("dt-notice-content"), u = f("dt-notice-action");
4320
+ const r = p("dt-notice-icon"), h = p("dt-notice-content"), u = p("dt-notice-action");
4337
4321
  return a(), l("aside", {
4338
4322
  class: y(i.noticeClass),
4339
4323
  "data-qa": "notice"
@@ -4631,7 +4615,7 @@ const Xr = /* @__PURE__ */ v(Xn, [["render", Jn]]), ea = {
4631
4615
  class: "d-modal__footer"
4632
4616
  };
4633
4617
  function aa(e, s, t, o, n, i) {
4634
- const r = f("dt-icon"), h = f("dt-button"), u = f("sr-only-close-button"), g = f("dt-lazy-show");
4618
+ const r = p("dt-icon"), h = p("dt-button"), u = p("sr-only-close-button"), g = p("dt-lazy-show");
4635
4619
  return a(), S(g, C({
4636
4620
  transition: "d-zoom",
4637
4621
  show: t.show,
@@ -4657,7 +4641,7 @@ function aa(e, s, t, o, n, i) {
4657
4641
  d(e.$slots, "banner", {}, () => [
4658
4642
  x(I(t.bannerTitle), 1)
4659
4643
  ])
4660
- ], 2)) : p("", !0),
4644
+ ], 2)) : f("", !0),
4661
4645
  m(We, {
4662
4646
  appear: "",
4663
4647
  name: "d-modal__dialog"
@@ -4706,8 +4690,8 @@ function aa(e, s, t, o, n, i) {
4706
4690
  }, I(t.copy), 3)),
4707
4691
  i.hasFooterSlot ? (a(), l("footer", na, [
4708
4692
  d(e.$slots, "footer")
4709
- ])) : p("", !0),
4710
- t.hideClose ? p("", !0) : (a(), S(h, C({
4693
+ ])) : f("", !0),
4694
+ t.hideClose ? f("", !0) : (a(), S(h, C({
4711
4695
  key: 5,
4712
4696
  class: "d-modal__close",
4713
4697
  circle: "",
@@ -4727,7 +4711,7 @@ function aa(e, s, t, o, n, i) {
4727
4711
  key: 6,
4728
4712
  "visually-hidden-close-label": e.visuallyHiddenCloseLabel,
4729
4713
  onClose: i.close
4730
- }, null, 8, ["visually-hidden-close-label", "onClose"])) : p("", !0)
4714
+ }, null, 8, ["visually-hidden-close-label", "onClose"])) : f("", !0)
4731
4715
  ], 10, ta), [
4732
4716
  [Ce, t.show]
4733
4717
  ])
@@ -4816,7 +4800,7 @@ const oa = {
4816
4800
  }
4817
4801
  }, la = ["id", "aria-labelledby"], ra = ["id"], da = ["id"], ca = ["id"], ua = { class: "d-d-flex" };
4818
4802
  function ha(e, s, t, o, n, i) {
4819
- const r = f("vnodes"), h = f("dt-button");
4803
+ const r = p("vnodes"), h = p("dt-button");
4820
4804
  return a(), l("div", {
4821
4805
  id: t.id,
4822
4806
  role: "group",
@@ -4835,7 +4819,7 @@ function ha(e, s, t, o, n, i) {
4835
4819
  key: 0,
4836
4820
  id: `${t.id}-list-section-header`,
4837
4821
  class: "d-pl12 d-mt6"
4838
- }, I(t.header), 9, ra)) : p("", !0),
4822
+ }, I(t.header), 9, ra)) : f("", !0),
4839
4823
  !i.isCollapsible || n.showAll ? (a(), l("ol", {
4840
4824
  key: 1,
4841
4825
  id: `${t.id}-list-section-content`
@@ -4859,12 +4843,12 @@ function ha(e, s, t, o, n, i) {
4859
4843
  x(I(i.showMoreLessText), 1)
4860
4844
  ]),
4861
4845
  _: 1
4862
- }, 8, ["id", "onClick"])) : p("", !0),
4846
+ }, 8, ["id", "onClick"])) : f("", !0),
4863
4847
  d(e.$slots, "footer")
4864
4848
  ])
4865
4849
  ], 10, la);
4866
4850
  }
4867
- const ed = /* @__PURE__ */ v(oa, [["render", ha]]), fa = {
4851
+ const ed = /* @__PURE__ */ v(oa, [["render", ha]]), pa = {
4868
4852
  name: "DtListItemGroup",
4869
4853
  props: {
4870
4854
  /**
@@ -4898,7 +4882,7 @@ const ed = /* @__PURE__ */ v(oa, [["render", ha]]), fa = {
4898
4882
  default: ""
4899
4883
  }
4900
4884
  }
4901
- }, pa = ["id", "aria-labelledby"], ma = ["id"];
4885
+ }, fa = ["id", "aria-labelledby"], ma = ["id"];
4902
4886
  function ga(e, s, t, o, n, i) {
4903
4887
  return a(), l("ul", {
4904
4888
  id: t.id,
@@ -4917,11 +4901,11 @@ function ga(e, s, t, o, n, i) {
4917
4901
  d(e.$slots, "headingSlot", {}, () => [
4918
4902
  x(I(t.heading), 1)
4919
4903
  ])
4920
- ], 10, ma)) : p("", !0),
4904
+ ], 10, ma)) : f("", !0),
4921
4905
  d(e.$slots, "default")
4922
- ], 10, pa);
4906
+ ], 10, fa);
4923
4907
  }
4924
- const td = /* @__PURE__ */ v(fa, [["render", ga]]), _a = {
4908
+ const td = /* @__PURE__ */ v(pa, [["render", ga]]), _a = {
4925
4909
  name: "DtPagination",
4926
4910
  components: {
4927
4911
  DtButton: K,
@@ -5033,7 +5017,7 @@ const td = /* @__PURE__ */ v(fa, [["render", ga]]), _a = {
5033
5017
  "data-qa": "dt-pagination-separator"
5034
5018
  };
5035
5019
  function va(e, s, t, o, n, i) {
5036
- const r = f("dt-icon"), h = f("dt-button");
5020
+ const r = p("dt-icon"), h = p("dt-button");
5037
5021
  return a(), l("nav", {
5038
5022
  "aria-label": t.ariaLabel,
5039
5023
  class: "d-d-flex d-fd-row d-gg4 d-ai-center"
@@ -5198,7 +5182,7 @@ const sd = /* @__PURE__ */ v(_a, [["render", va]]), Sa = {
5198
5182
  "data-qa": "radio-label-description-container"
5199
5183
  };
5200
5184
  function Ea(e, s, t, o, n, i) {
5201
- const r = f("dt-validation-messages");
5185
+ const r = p("dt-validation-messages");
5202
5186
  return a(), l("label", null, [
5203
5187
  _("div", {
5204
5188
  class: y(["d-radio-group", { "d-radio-group--disabled": e.internalDisabled }])
@@ -5226,7 +5210,7 @@ function Ea(e, s, t, o, n, i) {
5226
5210
  d(e.$slots, "description", {}, () => [
5227
5211
  x(I(e.description), 1)
5228
5212
  ])
5229
- ], 16)) : p("", !0),
5213
+ ], 16)) : f("", !0),
5230
5214
  m(r, C({
5231
5215
  "validation-messages": e.formattedMessages,
5232
5216
  "show-messages": e.showMessages,
@@ -5485,7 +5469,7 @@ const ad = /* @__PURE__ */ v(Oa, [["render", Ta]]), Aa = {
5485
5469
  "data-qa": "checkbox-label-description-container"
5486
5470
  };
5487
5471
  function Ba(e, s, t, o, n, i) {
5488
- const r = f("dt-validation-messages");
5472
+ const r = p("dt-validation-messages");
5489
5473
  return a(), l("label", null, [
5490
5474
  _("div", {
5491
5475
  class: y(["d-checkbox-group", { "d-checkbox-group--disabled": e.internalDisabled }])
@@ -5508,7 +5492,7 @@ function Ba(e, s, t, o, n, i) {
5508
5492
  d(e.$slots, "default", {}, () => [
5509
5493
  x(I(e.label), 1)
5510
5494
  ])
5511
- ], 16)) : p("", !0),
5495
+ ], 16)) : f("", !0),
5512
5496
  i.hasDescription ? (a(), l("div", C({
5513
5497
  key: 1,
5514
5498
  class: ["d-description", e.descriptionClass]
@@ -5516,13 +5500,13 @@ function Ba(e, s, t, o, n, i) {
5516
5500
  d(e.$slots, "description", {}, () => [
5517
5501
  x(I(e.description), 1)
5518
5502
  ])
5519
- ], 16)) : p("", !0),
5503
+ ], 16)) : f("", !0),
5520
5504
  m(r, C({
5521
5505
  "validation-messages": e.formattedMessages,
5522
5506
  "show-messages": e.showMessages,
5523
5507
  class: e.messagesClass
5524
5508
  }, e.messagesChildProps, { "data-qa": "dt-checkbox-validation-messages" }), null, 16, ["validation-messages", "show-messages", "class"])
5525
- ])) : p("", !0)
5509
+ ])) : f("", !0)
5526
5510
  ], 2)
5527
5511
  ]);
5528
5512
  }
@@ -5776,7 +5760,7 @@ const od = /* @__PURE__ */ v(Da, [["render", Ba]]), ld = {
5776
5760
  "data-qa": "dt-chip-avatar"
5777
5761
  }, qa = ["id"];
5778
5762
  function Fa(e, s, t, o, n, i) {
5779
- const r = f("dt-icon"), h = f("dt-button");
5763
+ const r = p("dt-icon"), h = p("dt-button");
5780
5764
  return a(), l("span", Ma, [
5781
5765
  (a(), S(X(t.interactive ? "button" : "span"), C({
5782
5766
  id: t.id,
@@ -5791,7 +5775,7 @@ function Fa(e, s, t, o, n, i) {
5791
5775
  d(e.$slots, "icon")
5792
5776
  ])) : n.hasSlotContent(e.$slots.avatar) ? (a(), l("span", Va, [
5793
5777
  d(e.$slots, "avatar")
5794
- ])) : p("", !0),
5778
+ ])) : f("", !0),
5795
5779
  n.hasSlotContent(e.$slots.default) ? (a(), l("span", {
5796
5780
  key: 2,
5797
5781
  id: `${t.id}-content`,
@@ -5799,11 +5783,11 @@ function Fa(e, s, t, o, n, i) {
5799
5783
  class: y(["d-truncate", "d-chip__text", t.contentClass])
5800
5784
  }, [
5801
5785
  d(e.$slots, "default")
5802
- ], 10, qa)) : p("", !0)
5786
+ ], 10, qa)) : f("", !0)
5803
5787
  ]),
5804
5788
  _: 3
5805
5789
  }, 16, ["id", "type", "class", "aria-labelledby", "aria-label"])),
5806
- t.hideClose ? p("", !0) : (a(), S(h, C({ key: 0 }, t.closeButtonProps, {
5790
+ t.hideClose ? f("", !0) : (a(), S(h, C({ key: 0 }, t.closeButtonProps, {
5807
5791
  class: i.chipCloseButtonClasses(),
5808
5792
  "data-qa": "dt-chip-close",
5809
5793
  "aria-label": t.closeButtonProps.ariaLabel,
@@ -6000,7 +5984,7 @@ const as = /* @__PURE__ */ v(za, [["render", Fa]]), Ht = {
6000
5984
  }
6001
5985
  }, Ya = ["aria-details"], Qa = ["id"], Xa = ["disabled"], Ja = ["value"];
6002
5986
  function eo(e, s, t, o, n, i) {
6003
- const r = f("dt-validation-messages");
5987
+ const r = p("dt-validation-messages");
6004
5988
  return a(), l("div", null, [
6005
5989
  _("label", null, [
6006
5990
  n.hasSlotContent(e.$slots.label) || t.label ? (a(), l("div", C({
@@ -6015,7 +5999,7 @@ function eo(e, s, t, o, n, i) {
6015
5999
  d(e.$slots, "label", {}, () => [
6016
6000
  x(I(t.label), 1)
6017
6001
  ])
6018
- ], 16, Ya)) : p("", !0),
6002
+ ], 16, Ya)) : f("", !0),
6019
6003
  n.hasSlotContent(e.$slots.description) || t.description ? (a(), l("div", C({
6020
6004
  key: 1,
6021
6005
  id: i.descriptionKey,
@@ -6028,7 +6012,7 @@ function eo(e, s, t, o, n, i) {
6028
6012
  d(e.$slots, "description", {}, () => [
6029
6013
  x(I(t.description), 1)
6030
6014
  ])
6031
- ], 16, Qa)) : p("", !0),
6015
+ ], 16, Qa)) : f("", !0),
6032
6016
  _("div", {
6033
6017
  class: y([
6034
6018
  "d-select",
@@ -6235,7 +6219,7 @@ const rd = /* @__PURE__ */ v(Za, [["render", eo]]), to = ["status", "alert"], Vt
6235
6219
  }
6236
6220
  }, io = ["aria-hidden"], no = { class: "d-toast__dialog" };
6237
6221
  function ao(e, s, t, o, n, i) {
6238
- const r = f("dt-notice-icon"), h = f("dt-notice-content"), u = f("dt-notice-action");
6222
+ const r = p("dt-notice-icon"), h = p("dt-notice-content"), u = p("dt-notice-action");
6239
6223
  return n.isShown ? (a(), l("div", {
6240
6224
  key: 0,
6241
6225
  class: y([
@@ -6282,7 +6266,7 @@ function ao(e, s, t, o, n, i) {
6282
6266
  _: 3
6283
6267
  }, 8, ["hide-close", "close-button-props", "visually-hidden-close", "visually-hidden-close-label", "onClose"])
6284
6268
  ])
6285
- ], 10, io)) : p("", !0);
6269
+ ], 10, io)) : f("", !0);
6286
6270
  }
6287
6271
  const dd = /* @__PURE__ */ v(so, [["render", ao]]), qt = {
6288
6272
  sm: "d-toggle--small",
@@ -6433,7 +6417,7 @@ const dd = /* @__PURE__ */ v(so, [["render", ao]]), qt = {
6433
6417
  key: 0,
6434
6418
  class: "d-toggle__inner"
6435
6419
  };
6436
- function fo(e, s, t, o, n, i) {
6420
+ function po(e, s, t, o, n, i) {
6437
6421
  return a(), l("div", ro, [
6438
6422
  n.hasSlotContent(e.$slots.default) ? (a(), l("label", C({
6439
6423
  key: 0,
@@ -6441,7 +6425,7 @@ function fo(e, s, t, o, n, i) {
6441
6425
  for: t.id
6442
6426
  }, t.labelChildProps, { "data-qa": "toggle-label" }), [
6443
6427
  d(e.$slots, "default")
6444
- ], 16, co)) : p("", !0),
6428
+ ], 16, co)) : f("", !0),
6445
6429
  _("button", C({
6446
6430
  id: t.id,
6447
6431
  role: i.toggleRole,
@@ -6451,18 +6435,18 @@ function fo(e, s, t, o, n, i) {
6451
6435
  "aria-disabled": t.disabled.toString(),
6452
6436
  class: i.toggleClasses
6453
6437
  }, i.inputListeners), [
6454
- t.showIcon ? (a(), l("span", ho)) : p("", !0)
6438
+ t.showIcon ? (a(), l("span", ho)) : f("", !0)
6455
6439
  ], 16, uo)
6456
6440
  ]);
6457
6441
  }
6458
- const cd = /* @__PURE__ */ v(lo, [["render", fo]]), ye = {
6442
+ const cd = /* @__PURE__ */ v(lo, [["render", po]]), ye = {
6459
6443
  "{win}": "layout-grid",
6460
6444
  "{arrow-right}": "arrow-right",
6461
6445
  "{arrow-left}": "arrow-left",
6462
6446
  "{arrow-up}": "arrow-up",
6463
6447
  "{arrow-down}": "arrow-down",
6464
6448
  "{cmd}": "command"
6465
- }, po = {
6449
+ }, fo = {
6466
6450
  "{plus}": "plus"
6467
6451
  }, ud = Object.keys(ye), mo = {
6468
6452
  name: "DtKeyboardShortcut",
@@ -6502,7 +6486,7 @@ const cd = /* @__PURE__ */ v(lo, [["render", fo]]), ye = {
6502
6486
  },
6503
6487
  computed: {
6504
6488
  icons() {
6505
- return { ...ye, ...po };
6489
+ return { ...ye, ...fo };
6506
6490
  },
6507
6491
  shortcutWithSeparator() {
6508
6492
  return this.shortcut.replace(this.separator, "{plus}");
@@ -6521,7 +6505,7 @@ const cd = /* @__PURE__ */ v(lo, [["render", fo]]), ye = {
6521
6505
  class: "sr-only"
6522
6506
  }, _o = ["innerHTML"];
6523
6507
  function bo(e, s, t, o, n, i) {
6524
- const r = f("dt-icon");
6508
+ const r = p("dt-icon");
6525
6509
  return a(), l("kbd", {
6526
6510
  class: y([
6527
6511
  "d-d-inline-flex",
@@ -6536,7 +6520,7 @@ function bo(e, s, t, o, n, i) {
6536
6520
  t.inverted ? "d-bc-inverted-moderate" : "d-bc-default"
6537
6521
  ])
6538
6522
  }, [
6539
- t.screenReaderText ? (a(), l("span", go, I(t.screenReaderText), 1)) : p("", !0),
6523
+ t.screenReaderText ? (a(), l("span", go, I(t.screenReaderText), 1)) : f("", !0),
6540
6524
  (a(!0), l(Y, null, ee(i.formattedShortcutSplit, (h, u) => (a(), l(Y, null, [
6541
6525
  i.icons[h] ? (a(), S(r, {
6542
6526
  key: `${u}-${h}`,
@@ -6640,7 +6624,7 @@ function So(e, s, t, o, n, i) {
6640
6624
  "data-qa": "dt-root-layout-sidebar"
6641
6625
  }, [
6642
6626
  d(e.$slots, "sidebar")
6643
- ], 6)) : p("", !0),
6627
+ ], 6)) : f("", !0),
6644
6628
  n.hasSlotContent(e.$slots.content) ? (a(), l("main", {
6645
6629
  key: 1,
6646
6630
  ref: "root-layout-content",
@@ -6649,7 +6633,7 @@ function So(e, s, t, o, n, i) {
6649
6633
  tabindex: "0"
6650
6634
  }, [
6651
6635
  d(e.$slots, "content")
6652
- ], 2)) : p("", !0)
6636
+ ], 2)) : f("", !0)
6653
6637
  ], 2);
6654
6638
  }
6655
6639
  const Co = /* @__PURE__ */ v(vo, [["render", So]]), Io = {
@@ -6767,7 +6751,7 @@ const Co = /* @__PURE__ */ v(vo, [["render", So]]), Io = {
6767
6751
  }
6768
6752
  };
6769
6753
  function wo(e, s, t, o, n, i) {
6770
- const r = f("dt-root-layout-body");
6754
+ const r = p("dt-root-layout-body");
6771
6755
  return a(), l("div", {
6772
6756
  class: y(["root-layout d-root-layout", { "d-root-layout--fixed": t.fixed }, i.responsiveClass]),
6773
6757
  "data-qa": "dt-root-layout"
@@ -6779,7 +6763,7 @@ function wo(e, s, t, o, n, i) {
6779
6763
  "data-qa": "dt-root-layout-header"
6780
6764
  }, [
6781
6765
  d(e.$slots, "header")
6782
- ], 6)) : p("", !0),
6766
+ ], 6)) : f("", !0),
6783
6767
  m(r, {
6784
6768
  "body-class": t.bodyClass,
6785
6769
  "content-class": t.contentClass,
@@ -6812,10 +6796,10 @@ function wo(e, s, t, o, n, i) {
6812
6796
  "data-qa": "dt-root-layout-footer"
6813
6797
  }, [
6814
6798
  d(e.$slots, "footer")
6815
- ], 6)) : p("", !0)
6799
+ ], 6)) : f("", !0)
6816
6800
  ], 2);
6817
6801
  }
6818
- const fd = /* @__PURE__ */ v(Io, [["render", wo]]), ue = {
6802
+ const pd = /* @__PURE__ */ v(Io, [["render", wo]]), ue = {
6819
6803
  default: "column",
6820
6804
  column: "column",
6821
6805
  row: "row",
@@ -6924,7 +6908,7 @@ function Do(e, s, t, o, n, i) {
6924
6908
  _: 3
6925
6909
  }, 8, ["class"]);
6926
6910
  }
6927
- const pd = /* @__PURE__ */ v(Ao, [["render", Do]]);
6911
+ const fd = /* @__PURE__ */ v(Ao, [["render", Do]]);
6928
6912
  const rs = {
6929
6913
  __name: "core_scroller",
6930
6914
  props: {
@@ -7019,8 +7003,8 @@ const rs = {
7019
7003
  },
7020
7004
  emits: ["user-position"],
7021
7005
  setup(e, { expose: s, emit: t }) {
7022
- const o = e, n = kt(/* @__PURE__ */ new Map()), i = kt(/* @__PURE__ */ new Map()), r = pe([]), h = pe(null), u = pe(!1), g = pe(null), w = pe("top");
7023
- let b = 0, L = 0, B = !1, de = 0, he = null, fe = null, Ve = 0, us = 0;
7006
+ const o = e, n = kt(/* @__PURE__ */ new Map()), i = kt(/* @__PURE__ */ new Map()), r = fe([]), h = fe(null), u = fe(!1), g = fe(null), w = fe("top");
7007
+ let b = 0, L = 0, B = !1, de = 0, he = null, pe = null, Ve = 0, us = 0;
7024
7008
  const qe = Re(() => {
7025
7009
  if (o.itemSize === null) {
7026
7010
  const O = {
@@ -7029,10 +7013,10 @@ const rs = {
7029
7013
  let q = 1e4, ne = 0, D;
7030
7014
  for (let j = 0, ge = A.length; j < ge; j++)
7031
7015
  D = A[j][k] || Q, D < q && (q = D), ne += D, O[j] = { accumulator: ne, size: D };
7032
- return fe = q, O;
7016
+ return pe = q, O;
7033
7017
  }
7034
7018
  return [];
7035
- }), hs = Re(() => o.items.length && typeof o.items[0] != "object"), fs = Re(() => {
7019
+ }), hs = Re(() => o.items.length && typeof o.items[0] != "object"), ps = Re(() => {
7036
7020
  const O = {};
7037
7021
  for (let A = 0, k = o.items.length; A < k; A++)
7038
7022
  O[o.items[A][o.keyField]] = A;
@@ -7062,7 +7046,7 @@ const rs = {
7062
7046
  const k = i, Q = O.nr.type;
7063
7047
  let q = k.get(Q);
7064
7048
  q || (q = [], k.set(Q, q)), q.push(O), A || (O.nr.used = !1, O.position = -9999);
7065
- }, ps = () => {
7049
+ }, fs = () => {
7066
7050
  const O = o.direction === "vertical";
7067
7051
  let A;
7068
7052
  return O ? A = {
@@ -7080,12 +7064,12 @@ const rs = {
7080
7064
  r.value.sort((O, A) => O.nr.index - A.nr.index);
7081
7065
  }, Te = (O, A = !1) => {
7082
7066
  var mt, gt, _t, bt, yt, vt, St, Ct;
7083
- const k = o.itemSize, Q = fe, q = hs.value ? null : o.keyField, ne = o.items, D = ne.length, j = qe.value, ge = n, ft = i, Ae = r, vs = fs;
7067
+ const k = o.itemSize, Q = pe, q = hs.value ? null : o.keyField, ne = o.items, D = ne.length, j = qe.value, ge = n, pt = i, Ae = r, vs = ps;
7084
7068
  let G, N, De, te, ae;
7085
7069
  if (!D)
7086
7070
  G = N = te = ae = De = 0;
7087
7071
  else {
7088
- const T = ps();
7072
+ const T = fs();
7089
7073
  if (A) {
7090
7074
  let R = T.start - de.value;
7091
7075
  if (R < 0 && (R = -R), k === null && R < Q.value || R < k)
@@ -7118,7 +7102,7 @@ const rs = {
7118
7102
  if (xe)
7119
7103
  for (let T = 0, U = Ae.value.length; T < U; T++)
7120
7104
  E = Ae.value[T], E != null && E.nr.used && (O && (E.nr.index = vs[E.item[q]]), (E.nr.index == null || E.nr.index < G || E.nr.index >= N) && Fe(E));
7121
- const pt = xe ? null : /* @__PURE__ */ new Map();
7105
+ const ft = xe ? null : /* @__PURE__ */ new Map();
7122
7106
  let se, oe, Pe;
7123
7107
  for (let T = G; T < N; T++) {
7124
7108
  se = ne[T];
@@ -7130,9 +7114,9 @@ const rs = {
7130
7114
  continue;
7131
7115
  }
7132
7116
  oe = se.type;
7133
- let R = ft.get(oe);
7117
+ let R = pt.get(oe);
7134
7118
  if (!E)
7135
- xe ? R && R.length ? E = R.pop() : E = ht(Ae, T, se, U, oe) : (Pe = pt.get(oe) || 0, (!R || Pe >= R.length) && (E = ht(Ae, T, se, U, oe), Fe(E, !0), R = ft.get(oe)), E = R[Pe], pt.set(oe, Pe + 1)), ge.delete(E.nr.key), E.nr.used = !0, E.nr.index = T, E.nr.key = U, E.nr.type = oe, ge.set(U, E);
7119
+ xe ? R && R.length ? E = R.pop() : E = ht(Ae, T, se, U, oe) : (Pe = ft.get(oe) || 0, (!R || Pe >= R.length) && (E = ht(Ae, T, se, U, oe), Fe(E, !0), R = pt.get(oe)), E = R[Pe], ft.set(oe, Pe + 1)), ge.delete(E.nr.key), E.nr.used = !0, E.nr.index = T, E.nr.key = U, E.nr.type = oe, ge.set(U, E);
7136
7120
  else if (!E.nr.used && (E.nr.used = !0, R)) {
7137
7121
  const _e = R.indexOf(E);
7138
7122
  _e !== -1 && R.splice(_e, 1);
@@ -7493,7 +7477,7 @@ const rs = {
7493
7477
  }
7494
7478
  };
7495
7479
  function Ro(e, s, t, o, n, i) {
7496
- const r = f("dt-scroller-item"), h = f("core-scroller");
7480
+ const r = p("dt-scroller-item"), h = p("core-scroller");
7497
7481
  return a(), S(h, C({
7498
7482
  ref: "scroller",
7499
7483
  items: i.itemsWithSize,
@@ -7629,7 +7613,7 @@ const Bo = /* @__PURE__ */ v(Po, [["render", Ro]]), md = {
7629
7613
  setup(e, { expose: s, emit: t }) {
7630
7614
  const o = e;
7631
7615
  Es("emit", t);
7632
- const n = pe(null), i = Re(() => ({
7616
+ const n = fe(null), i = Re(() => ({
7633
7617
  width: typeof o.scrollerWidth == "number" ? `${o.scrollerWidth}px` : o.scrollerWidth,
7634
7618
  height: typeof o.scrollerHeight == "number" ? `${o.scrollerHeight}px` : o.scrollerHeight
7635
7619
  }));
@@ -7964,7 +7948,7 @@ const Bo = /* @__PURE__ */ v(Po, [["render", Ro]]), md = {
7964
7948
  }
7965
7949
  }, No = ["id"], zo = { ref: "header" }, Mo = ["onMouseleave", "onFocusout"], Ho = { ref: "footer" };
7966
7950
  function Vo(e, s, t, o, n, i) {
7967
- const r = f("combobox-loading-list"), h = f("combobox-empty-list"), u = f("dt-popover"), g = f("dt-combobox");
7951
+ const r = p("combobox-loading-list"), h = p("combobox-empty-list"), u = p("dt-popover"), g = p("dt-combobox");
7968
7952
  return a(), S(g, C({
7969
7953
  ref: "combobox",
7970
7954
  loading: t.loading,
@@ -8434,7 +8418,7 @@ const qo = /* @__PURE__ */ v($o, [["render", Vo]]), Fo = {
8434
8418
  class: "d-ta-center d-py16"
8435
8419
  }, Qo = { ref: "footer" };
8436
8420
  function Xo(e, s, t, o, n, i) {
8437
- const r = f("dt-chip"), h = f("dt-input"), u = f("dt-validation-messages"), g = f("dt-recipe-combobox-with-popover");
8421
+ const r = p("dt-chip"), h = p("dt-input"), u = p("dt-validation-messages"), g = p("dt-recipe-combobox-with-popover");
8438
8422
  return a(), S(g, {
8439
8423
  ref: "comboboxWithPopover",
8440
8424
  label: t.label,
@@ -8650,7 +8634,7 @@ const Jo = {
8650
8634
  }
8651
8635
  };
8652
8636
  function el(e, s, t, o, n, i) {
8653
- const r = f("dt-button"), h = f("dt-tooltip");
8637
+ const r = p("dt-button"), h = p("dt-tooltip");
8654
8638
  return a(), S(h, {
8655
8639
  id: t.id,
8656
8640
  offset: [0, 8]
@@ -8868,7 +8852,7 @@ const sl = {
8868
8852
  }
8869
8853
  }, il = { class: "d-d-flex d-ai-center" };
8870
8854
  function nl(e, s, t, o, n, i) {
8871
- const r = f("dt-recipe-callbar-button"), h = f("dt-icon"), u = f("dt-button"), g = f("dt-popover");
8855
+ const r = p("dt-recipe-callbar-button"), h = p("dt-icon"), u = p("dt-button"), g = p("dt-popover");
8872
8856
  return a(), l("div", il, [
8873
8857
  m(r, {
8874
8858
  "aria-label": t.ariaLabel,
@@ -8935,7 +8919,7 @@ function nl(e, s, t, o, n, i) {
8935
8919
  d(e.$slots, "footerContent")
8936
8920
  ]),
8937
8921
  _: 3
8938
- }, 16, ["id", "open", "placement", "initial-focus-element", "show-close-button", "dialog-class", "onOpened"])) : p("", !0)
8922
+ }, 16, ["id", "open", "placement", "initial-focus-element", "show-close-button", "dialog-class", "onOpened"])) : f("", !0)
8939
8923
  ]);
8940
8924
  }
8941
8925
  const _d = /* @__PURE__ */ v(sl, [["render", nl]]), al = {
@@ -9043,9 +9027,9 @@ const _d = /* @__PURE__ */ v(sl, [["render", nl]]), al = {
9043
9027
  }, ll = {
9044
9028
  key: 0,
9045
9029
  class: "d-mrn4 d-d-flex d-fd-row"
9046
- }, rl = ["src", "alt"], dl = { key: 1 }, cl = ["src", "initials", "seed", "alt"], ul = { key: 1 }, hl = { "data-qa": "contact-info-header" }, fl = { "data-qa": "contact-info-subtitle" }, pl = { "data-qa": "contact-info-bottom" }, ml = { "data-qa": "contact-info-right" };
9030
+ }, rl = ["src", "alt"], dl = { key: 1 }, cl = ["src", "initials", "seed", "alt"], ul = { key: 1 }, hl = { "data-qa": "contact-info-header" }, pl = { "data-qa": "contact-info-subtitle" }, fl = { "data-qa": "contact-info-bottom" }, ml = { "data-qa": "contact-info-right" };
9047
9031
  function gl(e, s, t, o, n, i) {
9048
- const r = f("dt-icon"), h = f("dt-avatar"), u = f("dt-list-item");
9032
+ const r = p("dt-icon"), h = p("dt-avatar"), u = p("dt-list-item");
9049
9033
  return a(), S(u, {
9050
9034
  id: t.id,
9051
9035
  role: t.role,
@@ -9101,7 +9085,7 @@ function gl(e, s, t, o, n, i) {
9101
9085
  ]),
9102
9086
  _: 1
9103
9087
  }, 8, ["size", "initials", "seed", "presence"]))
9104
- ])) : p("", !0)
9088
+ ])) : f("", !0)
9105
9089
  ]),
9106
9090
  default: c(() => [
9107
9091
  _("div", hl, [
@@ -9109,12 +9093,12 @@ function gl(e, s, t, o, n, i) {
9109
9093
  ])
9110
9094
  ]),
9111
9095
  subtitle: c(() => [
9112
- _("div", fl, [
9096
+ _("div", pl, [
9113
9097
  d(e.$slots, "subtitle")
9114
9098
  ])
9115
9099
  ]),
9116
9100
  bottom: c(() => [
9117
- _("div", pl, [
9101
+ _("div", fl, [
9118
9102
  d(e.$slots, "bottom")
9119
9103
  ])
9120
9104
  ]),
@@ -9310,19 +9294,19 @@ const kl = {
9310
9294
  "data-qa": "ivr-node-label"
9311
9295
  }, Ll = { class: "d-w164" };
9312
9296
  function Tl(e, s, t, o, n, i) {
9313
- const r = f("dt-icon"), h = f("dt-button"), u = f("dt-dropdown"), g = f("dt-card");
9297
+ const r = p("dt-icon"), h = p("dt-button"), u = p("dt-dropdown"), g = p("dt-card");
9314
9298
  return a(), l("div", C({ class: "d-d-flex d-fd-column d-ai-center d-c-pointer ivr_node__width" }, M(i.nodeListeners, !0)), [
9315
9299
  t.dtmfKey ? (a(), l("div", {
9316
9300
  key: 0,
9317
9301
  "data-qa": "dt-top-connector-dtmf",
9318
9302
  class: y(["ivr-connector d-w24 d-h24 d-bar-circle d-mbn12 d-fc-white d-fs-200", { "d-mbn16": t.isSelected }])
9319
- }, I(t.dtmfKey), 3)) : p("", !0),
9320
- e.$slots.connector ? d(e.$slots, "connector", { key: 1 }) : p("", !0),
9303
+ }, I(t.dtmfKey), 3)) : f("", !0),
9304
+ e.$slots.connector ? d(e.$slots, "connector", { key: 1 }) : f("", !0),
9321
9305
  !t.dtmfKey && !e.$slots.connector ? (a(), l("div", {
9322
9306
  key: 2,
9323
9307
  "data-qa": "dt-top-connector",
9324
9308
  class: y(["ivr-connector d-w8 d-h8 d-bar-circle d-mbn4", { "d-mbn8": t.isSelected }])
9325
- }, null, 2)) : p("", !0),
9309
+ }, null, 2)) : f("", !0),
9326
9310
  m(g, {
9327
9311
  "content-class": "d-bt d-bc-black-300 d-px12 d-pt8 d-pb12",
9328
9312
  "container-class": [
@@ -9422,7 +9406,7 @@ const Al = {
9422
9406
  "data-qa": "right-grouped-chip-content"
9423
9407
  };
9424
9408
  function $l(e, s, t, o, n, i) {
9425
- const r = f("dt-chip");
9409
+ const r = p("dt-chip");
9426
9410
  return a(), l("div", Dl, [
9427
9411
  m(r, {
9428
9412
  "hide-close": !0,
@@ -9435,7 +9419,7 @@ function $l(e, s, t, o, n, i) {
9435
9419
  default: c(() => [
9436
9420
  n.hasSlotContent(e.$slots.leftContent) ? (a(), l("div", Pl, [
9437
9421
  d(e.$slots, "leftContent")
9438
- ])) : p("", !0)
9422
+ ])) : f("", !0)
9439
9423
  ]),
9440
9424
  _: 2
9441
9425
  }, [
@@ -9444,7 +9428,7 @@ function $l(e, s, t, o, n, i) {
9444
9428
  fn: c(() => [
9445
9429
  n.hasSlotContent(e.$slots.leftIcon) ? (a(), l("div", xl, [
9446
9430
  d(e.$slots, "leftIcon")
9447
- ])) : p("", !0)
9431
+ ])) : f("", !0)
9448
9432
  ]),
9449
9433
  key: "0"
9450
9434
  } : void 0
@@ -9460,12 +9444,12 @@ function $l(e, s, t, o, n, i) {
9460
9444
  icon: c(() => [
9461
9445
  n.hasSlotContent(e.$slots.rightIcon) ? (a(), l("div", Rl, [
9462
9446
  d(e.$slots, "rightIcon")
9463
- ])) : p("", !0)
9447
+ ])) : f("", !0)
9464
9448
  ]),
9465
9449
  default: c(() => [
9466
9450
  n.hasSlotContent(e.$slots.rightContent) ? (a(), l("div", Bl, [
9467
9451
  d(e.$slots, "rightContent")
9468
- ])) : p("", !0)
9452
+ ])) : f("", !0)
9469
9453
  ]),
9470
9454
  _: 3
9471
9455
  })
@@ -9499,7 +9483,7 @@ const Nl = {
9499
9483
  }
9500
9484
  };
9501
9485
  function zl(e, s, t, o, n, i) {
9502
- const r = f("dt-icon"), h = f("dt-button");
9486
+ const r = p("dt-icon"), h = p("dt-button");
9503
9487
  return t.updateAvailable ? (a(), S(h, C({
9504
9488
  key: 0,
9505
9489
  importance: "outlined",
@@ -9638,7 +9622,7 @@ const Wl = /* @__PURE__ */ v(ql, [["render", Gl]]), Ul = {
9638
9622
  }
9639
9623
  };
9640
9624
  function Zl(e, s, t, o, n, i) {
9641
- const r = f("dt-icon"), h = f("icon-dialbot");
9625
+ const r = p("dt-icon"), h = p("icon-dialbot");
9642
9626
  return i.isIconType ? (a(), S(r, {
9643
9627
  key: 0,
9644
9628
  name: i.getIconName,
@@ -9652,7 +9636,7 @@ function Zl(e, s, t, o, n, i) {
9652
9636
  "data-qa": "general-row-dialbot"
9653
9637
  }, [
9654
9638
  m(h, { class: "d-svg--size24" })
9655
- ], 2)) : p("", !0);
9639
+ ], 2)) : f("", !0);
9656
9640
  }
9657
9641
  const Yl = /* @__PURE__ */ v(Ul, [["render", Zl]]);
9658
9642
  const Ql = {
@@ -9864,7 +9848,7 @@ const Ql = {
9864
9848
  "data-qa": "dt-leftbar-row-action"
9865
9849
  };
9866
9850
  function cr(e, s, t, o, n, i) {
9867
- const r = f("dt-recipe-leftbar-general-row-icon"), h = f("dt-emoji-text-wrapper"), u = f("dt-tooltip"), g = f("dt-icon"), w = f("dt-badge"), b = f("dt-button");
9851
+ const r = p("dt-recipe-leftbar-general-row-icon"), h = p("dt-emoji-text-wrapper"), u = p("dt-tooltip"), g = p("dt-icon"), w = p("dt-badge"), b = p("dt-button");
9868
9852
  return a(), l("div", {
9869
9853
  class: y(i.leftbarGeneralRowClasses),
9870
9854
  "data-qa": "dt-leftbar-row"
@@ -9909,7 +9893,7 @@ function cr(e, s, t, o, n, i) {
9909
9893
  _("div", lr, I(t.dndText), 1)
9910
9894
  ]),
9911
9895
  _: 1
9912
- }, 8, ["message"])) : p("", !0),
9896
+ }, 8, ["message"])) : f("", !0),
9913
9897
  t.activeVoiceChat ? (a(), l("div", rr, [
9914
9898
  m(g, {
9915
9899
  size: "300",
@@ -9933,7 +9917,7 @@ function cr(e, s, t, o, n, i) {
9933
9917
  })
9934
9918
  ]),
9935
9919
  _: 1
9936
- }, 8, ["message"])) : p("", !0)
9920
+ }, 8, ["message"])) : f("", !0)
9937
9921
  ])
9938
9922
  ], 16, Xl),
9939
9923
  t.hasCallButton ? (a(), l("div", dr, [
@@ -9965,7 +9949,7 @@ function cr(e, s, t, o, n, i) {
9965
9949
  ]),
9966
9950
  _: 1
9967
9951
  }, 8, ["message"])
9968
- ])) : p("", !0)
9952
+ ])) : f("", !0)
9969
9953
  ], 2);
9970
9954
  }
9971
9955
  const cs = /* @__PURE__ */ v(Ql, [["render", cr]]), ur = {
@@ -10038,7 +10022,7 @@ const cs = /* @__PURE__ */ v(Ql, [["render", cr]]), ur = {
10038
10022
  ]
10039
10023
  };
10040
10024
  function hr(e, s, t, o, n, i) {
10041
- const r = f("dt-icon"), h = f("dt-recipe-general-row");
10025
+ const r = p("dt-icon"), h = p("dt-recipe-general-row");
10042
10026
  return a(), S(h, C({
10043
10027
  description: t.names,
10044
10028
  "aria-label": `${t.groupCountText} ${t.names}`,
@@ -10057,7 +10041,7 @@ function hr(e, s, t, o, n, i) {
10057
10041
  _: 1
10058
10042
  }, 16, ["description", "aria-label", "unread-count", "has-unreads", "unread-count-tooltip", "selected", "is-typing"]);
10059
10043
  }
10060
- const wd = /* @__PURE__ */ v(ur, [["render", hr]]), fr = {
10044
+ const wd = /* @__PURE__ */ v(ur, [["render", hr]]), pr = {
10061
10045
  name: "DtRecipeGroupRow",
10062
10046
  components: {
10063
10047
  DtAvatar: Je,
@@ -10209,9 +10193,9 @@ const wd = /* @__PURE__ */ v(ur, [["render", hr]]), fr = {
10209
10193
  return ((e = this.name) == null ? void 0 : e[0]) ?? "";
10210
10194
  }
10211
10195
  }
10212
- }, pr = ["src"], mr = { class: "dt-leftbar-row__status" };
10196
+ }, fr = ["src"], mr = { class: "dt-leftbar-row__status" };
10213
10197
  function gr(e, s, t, o, n, i) {
10214
- const r = f("dt-icon"), h = f("dt-avatar"), u = f("dt-emoji-text-wrapper"), g = f("dt-recipe-general-row");
10198
+ const r = p("dt-icon"), h = p("dt-avatar"), u = p("dt-emoji-text-wrapper"), g = p("dt-recipe-general-row");
10215
10199
  return a(), S(g, C({
10216
10200
  "unread-count": t.unreadCount,
10217
10201
  description: `${t.name} ${t.presenceText} ${t.userStatus}`,
@@ -10237,7 +10221,7 @@ function gr(e, s, t, o, n, i) {
10237
10221
  "data-qa": "dt-avatar-image",
10238
10222
  src: t.avatarSrc,
10239
10223
  alt: ""
10240
- }, null, 8, pr)) : t.noInitials ? (a(), S(r, {
10224
+ }, null, 8, fr)) : t.noInitials ? (a(), S(r, {
10241
10225
  key: 1,
10242
10226
  name: "user",
10243
10227
  size: "200"
@@ -10264,7 +10248,7 @@ function gr(e, s, t, o, n, i) {
10264
10248
  key: 0,
10265
10249
  "data-qa": "dt-leftbar-row-presence-text",
10266
10250
  class: y(["dt-leftbar-row__meta-context", i.presenceColorClass])
10267
- }, I(t.presenceText), 3)) : p("", !0),
10251
+ }, I(t.presenceText), 3)) : f("", !0),
10268
10252
  t.userStatus ? (a(), S(u, {
10269
10253
  key: 1,
10270
10254
  size: "100",
@@ -10276,13 +10260,13 @@ function gr(e, s, t, o, n, i) {
10276
10260
  x(I(t.userStatus), 1)
10277
10261
  ]),
10278
10262
  _: 1
10279
- })) : p("", !0)
10263
+ })) : f("", !0)
10280
10264
  ])
10281
10265
  ]),
10282
10266
  _: 1
10283
10267
  }, 16, ["unread-count", "description", "has-unreads", "selected", "has-call-button", "muted", "is-typing", "call-button-tooltip", "unread-count-tooltip"]);
10284
10268
  }
10285
- const kd = /* @__PURE__ */ v(fr, [["render", gr]]), _r = ["up", "down"], br = ["mentions", "messages"];
10269
+ const kd = /* @__PURE__ */ v(pr, [["render", gr]]), _r = ["up", "down"], br = ["mentions", "messages"];
10286
10270
  const yr = {
10287
10271
  name: "DtRecipeUnreadPill",
10288
10272
  components: {
@@ -10326,7 +10310,7 @@ const yr = {
10326
10310
  }
10327
10311
  }, vr = { "data-qa": "dt-leftbar-unread-pill__label" };
10328
10312
  function Sr(e, s, t, o, n, i) {
10329
- const r = f("dt-icon");
10313
+ const r = p("dt-icon");
10330
10314
  return a(), l("button", C({
10331
10315
  class: ["dt-leftbar-unread-pill", `dt-leftbar-unread-pill--${t.kind}`],
10332
10316
  type: "button",
@@ -10453,7 +10437,7 @@ const Cr = {
10453
10437
  class: "d-ps-absolute d-tn16 d-r12"
10454
10438
  };
10455
10439
  function Ar(e, s, t, o, n, i) {
10456
- const r = f("dt-avatar"), h = f("dt-lazy-show"), u = f("dt-list-item");
10440
+ const r = p("dt-avatar"), h = p("dt-lazy-show"), u = p("dt-list-item");
10457
10441
  return a(), S(u, C({
10458
10442
  ref: "FeedItemRef",
10459
10443
  "navigation-type": "none"
@@ -10473,11 +10457,11 @@ function Ar(e, s, t, o, n, i) {
10473
10457
  "data-qa": "feed-item-row-avatar-img",
10474
10458
  alt: "",
10475
10459
  src: t.avatarImageUrl
10476
- }, null, 8, Ir)) : p("", !0)
10460
+ }, null, 8, Ir)) : f("", !0)
10477
10461
  ]),
10478
10462
  _: 1
10479
- }, 8, ["initials"])) : p("", !0),
10480
- t.showHeader ? p("", !0) : Se((a(), l("div", {
10463
+ }, 8, ["initials"])) : f("", !0),
10464
+ t.showHeader ? f("", !0) : Se((a(), l("div", {
10481
10465
  key: 1,
10482
10466
  class: "d-fs-100 d-fw-normal d-ws-nowrap d-lh-100 d-fc-tertiary d-mb6",
10483
10467
  "data-qa": "feed-item-row-left-time"
@@ -10512,7 +10496,7 @@ function Ar(e, s, t, o, n, i) {
10512
10496
  t.showHeader ? (a(), l("div", wr, [
10513
10497
  _("p", kr, I(t.displayName), 1),
10514
10498
  _("time", Er, I(t.time), 1)
10515
- ])) : p("", !0),
10499
+ ])) : f("", !0),
10516
10500
  _("span", Or, [
10517
10501
  d(e.$slots, "default")
10518
10502
  ])
@@ -10594,7 +10578,7 @@ const Ld = /* @__PURE__ */ v(Dr, [["render", Pr]]), Rr = [
10594
10578
  }
10595
10579
  }, $r = { class: "d-d-flex d-fw-wrap" }, Nr = ["reaction"], zr = { "aria-hidden": "true" }, Mr = { class: "d-mr4" }, Hr = { class: "d-fw-bold d-fs-100" };
10596
10580
  function Vr(e, s, t, o, n, i) {
10597
- const r = f("dt-emoji-text-wrapper"), h = f("dt-emoji"), u = f("dt-button"), g = f("dt-tooltip");
10581
+ const r = p("dt-emoji-text-wrapper"), h = p("dt-emoji"), u = p("dt-button"), g = p("dt-tooltip");
10598
10582
  return a(), l("span", $r, [
10599
10583
  (a(!0), l(Y, null, ee(t.reactions, (w) => (a(), l("span", {
10600
10584
  key: w.unicodeOutput,
@@ -10721,7 +10705,7 @@ export {
10721
10705
  Ld as DtRecipeTimePill,
10722
10706
  yd as DtRecipeTopBannerInfo,
10723
10707
  Ed as DtRecipeUnreadPill,
10724
- fd as DtRootLayout,
10708
+ pd as DtRootLayout,
10725
10709
  md as DtScroller,
10726
10710
  rd as DtSelectMenu,
10727
10711
  Ps as DtSkeleton,
@@ -10729,7 +10713,7 @@ export {
10729
10713
  Bd as DtSkeletonParagraph,
10730
10714
  $d as DtSkeletonShape,
10731
10715
  Nd as DtSkeletonText,
10732
- pd as DtStack,
10716
+ fd as DtStack,
10733
10717
  zd as DtTab,
10734
10718
  Md as DtTabGroup,
10735
10719
  ad as DtTabPanel,
@@ -10775,7 +10759,7 @@ export {
10775
10759
  Ka as SELECT_STATE_MODIFIERS,
10776
10760
  ud as SHORTCUTS_ALIASES_LIST,
10777
10761
  ye as SHORTCUTS_ICON_ALIASES,
10778
- po as SHORTCUTS_ICON_SEPARATOR,
10762
+ fo as SHORTCUTS_ICON_SEPARATOR,
10779
10763
  Fd as SKELETON_HEADING_HEIGHTS,
10780
10764
  Kd as SKELETON_RIPPLE_DURATION,
10781
10765
  jd as SKELETON_SHAPES,