@dialpad/dialtone 9.157.0 → 9.159.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 (144) hide show
  1. package/dist/css/dialtone-default-theme.css +20 -1
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone-docs.json +1 -1
  4. package/dist/css/dialtone.css +20 -1
  5. package/dist/css/dialtone.min.css +1 -1
  6. package/dist/tokens/doc.json +92071 -92071
  7. package/dist/vue3/common/dates/index.js +4 -4
  8. package/dist/vue3/common/utils/index.js +3 -3
  9. package/dist/vue3/component-documentation.json +1 -1
  10. package/dist/vue3/dialtone-vue.cjs +1 -1
  11. package/dist/vue3/dialtone-vue.js +349 -347
  12. package/dist/vue3/dialtone-vue.js.map +1 -1
  13. package/dist/vue3/lib/attachment-carousel/attachment-carousel.js +1 -1
  14. package/dist/vue3/lib/avatar/avatar.js +10 -10
  15. package/dist/vue3/lib/badge/badge.js +5 -5
  16. package/dist/vue3/lib/banner/banner.js +1 -1
  17. package/dist/vue3/lib/breadcrumbs/breadcrumb-item.js +2 -2
  18. package/dist/vue3/lib/breadcrumbs/breadcrumbs.js +1 -1
  19. package/dist/vue3/lib/button/button.js +14 -14
  20. package/dist/vue3/lib/button-group/button-group.js +2 -2
  21. package/dist/vue3/lib/button-group/buttons-decorator.js +2 -2
  22. package/dist/vue3/lib/callbar-button/callbar-button.js +2 -2
  23. package/dist/vue3/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
  24. package/dist/vue3/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +9 -9
  25. package/dist/vue3/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
  26. package/dist/vue3/lib/callbar-button-with-popover/callbar-button-with-popover.js +9 -9
  27. package/dist/vue3/lib/callbox/callbox.js +1 -1
  28. package/dist/vue3/lib/card/card.js +4 -4
  29. package/dist/vue3/lib/checkbox/checkbox.js +5 -5
  30. package/dist/vue3/lib/checkbox-group/checkboxes-decorator.js +1 -1
  31. package/dist/vue3/lib/chip/chip.js +7 -7
  32. package/dist/vue3/lib/codeblock/codeblock.js +2 -2
  33. package/dist/vue3/lib/collapsible/collapsible-lazy-show.js +3 -3
  34. package/dist/vue3/lib/collapsible/collapsible.js +8 -8
  35. package/dist/vue3/lib/combobox/combobox-empty-list.js +2 -2
  36. package/dist/vue3/lib/combobox/combobox-loading-list.js +3 -3
  37. package/dist/vue3/lib/combobox/combobox.cjs +1 -1
  38. package/dist/vue3/lib/combobox/combobox.js +8 -8
  39. package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js +1 -1
  40. package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  41. package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.js +10 -10
  42. package/dist/vue3/lib/contact-centers-row/contact-centers-row.js +7 -7
  43. package/dist/vue3/lib/contact-info/contact-info.js +1 -1
  44. package/dist/vue3/lib/contact-row/contact-row.js +1 -1
  45. package/dist/vue3/lib/datepicker/datepicker.cjs +1 -1
  46. package/dist/vue3/lib/datepicker/datepicker.cjs.map +1 -1
  47. package/dist/vue3/lib/datepicker/datepicker.js +306 -242
  48. package/dist/vue3/lib/datepicker/datepicker.js.map +1 -1
  49. package/dist/vue3/lib/datepicker/utils.cjs +1 -1
  50. package/dist/vue3/lib/datepicker/utils.cjs.map +1 -1
  51. package/dist/vue3/lib/datepicker/utils.js +40 -40
  52. package/dist/vue3/lib/datepicker/utils.js.map +1 -1
  53. package/dist/vue3/lib/description-list/description-list.js +3 -3
  54. package/dist/vue3/lib/dropdown/dropdown-list.js +4 -4
  55. package/dist/vue3/lib/dropdown/dropdown-separator.js +2 -2
  56. package/dist/vue3/lib/dropdown/dropdown.js +2 -2
  57. package/dist/vue3/lib/editor/editor.js +9 -9
  58. package/dist/vue3/lib/emoji/emoji.js +2 -2
  59. package/dist/vue3/lib/emoji-picker/emoji-picker.js +1 -1
  60. package/dist/vue3/lib/emoji-row/emoji-row.js +6 -6
  61. package/dist/vue3/lib/empty-state/empty-state.js +7 -7
  62. package/dist/vue3/lib/feed-item-pill/feed-item-pill.js +1 -1
  63. package/dist/vue3/lib/feed-item-row/feed-item-row.js +15 -15
  64. package/dist/vue3/lib/general-row/general-row.js +13 -13
  65. package/dist/vue3/lib/general-row/index.cjs +1 -1
  66. package/dist/vue3/lib/general-row/index.js +6 -4
  67. package/dist/vue3/lib/general-row/index.js.map +1 -1
  68. package/dist/vue3/lib/general-row/leftbar-general-row-icon.js +5 -5
  69. package/dist/vue3/lib/group-row/group-row.js +2 -2
  70. package/dist/vue3/lib/grouped-chip/grouped-chip.js +14 -14
  71. package/dist/vue3/lib/hovercard/hovercard.js +2 -2
  72. package/dist/vue3/lib/icon/icon.js +3 -3
  73. package/dist/vue3/lib/illustration/illustration.js +3 -3
  74. package/dist/vue3/lib/image-viewer/image-viewer.js +12 -12
  75. package/dist/vue3/lib/input/input.js +10 -10
  76. package/dist/vue3/lib/input-group/input-group.js +8 -8
  77. package/dist/vue3/lib/item-layout/item-layout.js +13 -13
  78. package/dist/vue3/lib/ivr-node/ivr-node.js +9 -9
  79. package/dist/vue3/lib/keyboard-shortcut/keyboard-shortcut.js +3 -3
  80. package/dist/vue3/lib/lazy-show/lazy-show.js +2 -2
  81. package/dist/vue3/lib/link/link.js +2 -2
  82. package/dist/vue3/lib/list-item/list-item.js +3 -3
  83. package/dist/vue3/lib/list-item-group/list-item-group.js +5 -5
  84. package/dist/vue3/lib/loader/loader.js +2 -2
  85. package/dist/vue3/lib/message-input/message-input-button.js +5 -5
  86. package/dist/vue3/lib/message-input/message-input-link.js +2 -2
  87. package/dist/vue3/lib/message-input/message-input-topbar.js +2 -2
  88. package/dist/vue3/lib/message-input/message-input.cjs +1 -1
  89. package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
  90. package/dist/vue3/lib/message-input/message-input.js +17 -16
  91. package/dist/vue3/lib/message-input/message-input.js.map +1 -1
  92. package/dist/vue3/lib/modal/modal.js +1 -1
  93. package/dist/vue3/lib/motion-text/motion-text.js +5 -5
  94. package/dist/vue3/lib/notice/notice-action.js +1 -1
  95. package/dist/vue3/lib/notice/notice-content.js +6 -6
  96. package/dist/vue3/lib/notice/notice-icon.js +4 -4
  97. package/dist/vue3/lib/notice/notice.js +1 -1
  98. package/dist/vue3/lib/pagination/pagination.js +1 -1
  99. package/dist/vue3/lib/popover/popover-constants.js +3 -3
  100. package/dist/vue3/lib/popover/popover-header-footer.js +6 -6
  101. package/dist/vue3/lib/popover/popover.js +7 -7
  102. package/dist/vue3/lib/presence/presence.js +4 -4
  103. package/dist/vue3/lib/radio/radio.js +10 -10
  104. package/dist/vue3/lib/radio-group/radios-decorator.js +1 -1
  105. package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +4 -4
  106. package/dist/vue3/lib/root-layout/root-layout.js +3 -3
  107. package/dist/vue3/lib/scroller/scroller.js +1 -1
  108. package/dist/vue3/lib/select-menu/select-menu.js +12 -12
  109. package/dist/vue3/lib/settings-menu-button/settings-menu-button.js +3 -3
  110. package/dist/vue3/lib/skeleton/skeleton-list-item.js +2 -2
  111. package/dist/vue3/lib/skeleton/skeleton-paragraph.js +1 -1
  112. package/dist/vue3/lib/skeleton/skeleton-shape.js +2 -2
  113. package/dist/vue3/lib/skeleton/skeleton-text.js +4 -4
  114. package/dist/vue3/lib/skeleton/skeleton.js +1 -1
  115. package/dist/vue3/lib/split-button/split-button-alpha.js +2 -2
  116. package/dist/vue3/lib/split-button/split-button-omega.js +2 -2
  117. package/dist/vue3/lib/split-button/split-button.js +13 -13
  118. package/dist/vue3/lib/stack/stack.js +2 -2
  119. package/dist/vue3/lib/stack/utils.js +5 -5
  120. package/dist/vue3/lib/stack/validators.js +7 -7
  121. package/dist/vue3/lib/tab/tab-group.js +2 -2
  122. package/dist/vue3/lib/tab/tab-panel.js +2 -2
  123. package/dist/vue3/lib/tab/tab.js +2 -2
  124. package/dist/vue3/lib/time-pill/time-pill.js +2 -2
  125. package/dist/vue3/lib/toast/toast.js +1 -1
  126. package/dist/vue3/lib/toggle/toggle.js +7 -7
  127. package/dist/vue3/lib/tooltip/tooltip.js +5 -5
  128. package/dist/vue3/lib/top-banner-info/top-banner-info.js +2 -2
  129. package/dist/vue3/lib/unread-pill/unread-pill.js +1 -1
  130. package/dist/vue3/lib/validation-messages/validation-messages.js +6 -6
  131. package/dist/vue3/node_modules/@tiptap/vue-3.cjs.map +1 -1
  132. package/dist/vue3/node_modules/@tiptap/vue-3.js.map +1 -1
  133. package/dist/vue3/shared/sr_only_close_button.js +2 -2
  134. package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts +4 -0
  135. package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -1
  136. package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +8 -0
  137. package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
  138. package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +4 -0
  139. package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
  140. package/dist/vue3/types/components/datepicker/utils.d.ts +1 -1
  141. package/dist/vue3/types/components/datepicker/utils.d.ts.map +1 -1
  142. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  143. package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +1 -0
  144. package/package.json +3 -14
@@ -1,4 +1,4 @@
1
- import { useSlots as x, computed as t, onMounted as D, createBlock as M, openBlock as o, unref as m, normalizeClass as a, withCtx as y, createElementBlock as r, createCommentVNode as c, createVNode as k, renderSlot as i, createElementVNode as O, toDisplayString as S } from "vue";
1
+ import { useSlots as x, computed as t, onMounted as D, openBlock as o, createBlock as M, unref as m, normalizeClass as a, withCtx as y, createElementBlock as r, renderSlot as c, createCommentVNode as i, createVNode as k, createElementVNode as O, toDisplayString as S } from "vue";
2
2
  import { hasSlotContent as d } from "../../common/utils/index.js";
3
3
  import { EMPTY_STATE_SIZE_MODIFIERS as p, EMPTY_STATE_CONTENT_SIZE_MODIFIERS as g, EMPTY_STATE_HEADLINE_SIZE_MODIFIERS as N, EMPTY_STATE_BODY_SIZE_MODIFIERS as Y } from "./empty-state-constants.js";
4
4
  import E from "../stack/stack.js";
@@ -46,11 +46,11 @@ const A = {
46
46
  }, {
47
47
  default: y(() => [
48
48
  h.value ? (o(), r("span", A, [
49
- i(n.$slots, "illustration")
50
- ])) : c("", !0),
49
+ c(n.$slots, "illustration")
50
+ ])) : i("", !0),
51
51
  I.value ? (o(), r("span", B, [
52
- i(n.$slots, "icon", { iconSize: "800" })
53
- ])) : c("", !0),
52
+ c(n.$slots, "icon", { iconSize: "800" })
53
+ ])) : i("", !0),
54
54
  k(m(E), {
55
55
  gap: "450",
56
56
  class: a(["d-empty-state__content", b.value])
@@ -62,11 +62,11 @@ const A = {
62
62
  e.bodyText ? (o(), r("p", {
63
63
  key: 0,
64
64
  class: a(["d-empty-state__body-text", C.value])
65
- }, S(e.bodyText), 3)) : c("", !0)
65
+ }, S(e.bodyText), 3)) : i("", !0)
66
66
  ]),
67
67
  _: 1
68
68
  }, 8, ["class"]),
69
- i(n.$slots, "body")
69
+ c(n.$slots, "body")
70
70
  ]),
71
71
  _: 3
72
72
  }, 8, ["class"]));
@@ -1,7 +1,7 @@
1
1
  import { FEED_ITEM_PILL_BORDER_COLORS as a } from "./feed-item-pill-constants.js";
2
2
  import { DtIconChevronDown as b, DtIconChevronRight as h } from "@dialpad/dialtone-icons/vue3";
3
3
  import { DialtoneLocalization as v } from "../../localization/index.js";
4
- import { resolveComponent as p, createElementBlock as C, openBlock as c, normalizeClass as m, createElementVNode as l, createVNode as f, createSlots as u, withCtx as i, renderSlot as n, toDisplayString as y, createBlock as I, resolveDynamicComponent as k } from "vue";
4
+ import { resolveComponent as p, openBlock as c, createElementBlock as C, normalizeClass as m, createElementVNode as l, createVNode as f, createSlots as u, withCtx as i, renderSlot as n, toDisplayString as y, createBlock as I, resolveDynamicComponent as k } from "vue";
5
5
  import { _ as D } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import E from "../collapsible/collapsible.js";
7
7
  import L from "../item-layout/item-layout.js";
@@ -2,7 +2,7 @@ import { DEFAULT_FEED_ROW_STATE as c, FEED_ROW_STATE_BACKGROUND_COLOR as _ } fro
2
2
  import k from "../../common/mixins/modal.js";
3
3
  import { DtIconUser as C } from "@dialpad/dialtone-icons/vue3";
4
4
  import { hasSlotContent as D } from "../../common/utils/index.js";
5
- import { resolveComponent as r, createBlock as h, openBlock as a, mergeProps as T, toHandlers as b, withCtx as n, createElementVNode as d, createElementBlock as o, createCommentVNode as i, renderSlot as s, toDisplayString as l, withDirectives as u, createVNode as f, vShow as p, createSlots as E } from "vue";
5
+ import { resolveComponent as r, openBlock as a, createBlock as h, mergeProps as T, toHandlers as b, withCtx as n, createElementVNode as d, createElementBlock as o, renderSlot as i, toDisplayString as l, createCommentVNode as s, withDirectives as u, createVNode as f, vShow as p, createSlots as E } from "vue";
6
6
  import { _ as F } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  import I from "../badge/badge.js";
8
8
  import B from "../list-item/list-item.js";
@@ -209,7 +209,7 @@ function G(e, K, t, x, J, m) {
209
209
  }, b(m.feedListeners)), {
210
210
  left: n(() => [
211
211
  t.showHeader ? (a(), o("div", O, [
212
- s(e.$slots, "avatar", {}, () => [
212
+ i(e.$slots, "avatar", {}, () => [
213
213
  f(v, {
214
214
  "full-name": t.displayName,
215
215
  "image-src": t.avatarImageUrl,
@@ -225,8 +225,8 @@ function G(e, K, t, x, J, m) {
225
225
  } : void 0
226
226
  ]), 1032, ["full-name", "image-src", "seed"])
227
227
  ])
228
- ])) : i("", !0),
229
- t.showHeader ? i("", !0) : u((a(), o("span", {
228
+ ])) : s("", !0),
229
+ t.showHeader ? s("", !0) : u((a(), o("span", {
230
230
  key: 1,
231
231
  class: "d-recipe-feed-item-row__left-time",
232
232
  "data-qa": "dt-recipe-feed-item-row--left-time"
@@ -236,11 +236,11 @@ function G(e, K, t, x, J, m) {
236
236
  ]),
237
237
  bottom: n(() => [
238
238
  e.$slots.reactions ? (a(), o("div", P, [
239
- s(e.$slots, "reactions")
240
- ])) : i("", !0),
239
+ i(e.$slots, "reactions")
240
+ ])) : s("", !0),
241
241
  e.$slots.threading ? (a(), o("div", W, [
242
- s(e.$slots, "threading")
243
- ])) : i("", !0),
242
+ i(e.$slots, "threading")
243
+ ])) : s("", !0),
244
244
  u(d("div", j, [
245
245
  f(g, {
246
246
  appear: !0,
@@ -248,7 +248,7 @@ function G(e, K, t, x, J, m) {
248
248
  show: t.isActive
249
249
  }, {
250
250
  default: n(() => [
251
- s(e.$slots, "menu")
251
+ i(e.$slots, "menu")
252
252
  ]),
253
253
  _: 3
254
254
  }, 8, ["show"])
@@ -259,21 +259,21 @@ function G(e, K, t, x, J, m) {
259
259
  default: n(() => [
260
260
  d("article", R, [
261
261
  t.showHeader ? (a(), o("div", L, [
262
- s(e.$slots, "displayName", {}, () => [
262
+ i(e.$slots, "displayName", {}, () => [
263
263
  d("p", z, l(t.displayName), 1)
264
264
  ]),
265
265
  d("time", U, l(t.time), 1),
266
266
  t.labelText ? (a(), h(y, {
267
267
  key: 0,
268
268
  text: t.labelText
269
- }, null, 8, ["text"])) : i("", !0)
270
- ])) : i("", !0),
269
+ }, null, 8, ["text"])) : s("", !0)
270
+ ])) : s("", !0),
271
271
  d("span", V, [
272
- s(e.$slots, "default")
272
+ i(e.$slots, "default")
273
273
  ]),
274
274
  m.hasAttachmentContent ? (a(), o("div", M, [
275
- s(e.$slots, "attachment")
276
- ])) : i("", !0)
275
+ i(e.$slots, "attachment")
276
+ ])) : s("", !0)
277
277
  ])
278
278
  ]),
279
279
  _: 3
@@ -3,7 +3,7 @@ import { DtIconWaveform as M, DtIconPhone as W } from "@dialpad/dialtone-icons/v
3
3
  import I from "./leftbar-general-row-icon.js";
4
4
  import { addClassStyleAttrs as q, removeClassStyleAttrs as z, returnFirstEl as b, safeConcatStrings as v, extractVueListeners as F } from "../../common/utils/index.js";
5
5
  import { DialtoneLocalization as V } from "../../localization/index.js";
6
- import { resolveComponent as o, resolveDirective as G, createElementBlock as h, openBlock as a, mergeProps as O, createElementVNode as i, createCommentVNode as u, toHandlers as x, withDirectives as L, renderSlot as R, createVNode as c, normalizeStyle as j, withCtx as s, createTextVNode as w, toDisplayString as m, createBlock as T, normalizeClass as S, withModifiers as P } from "vue";
6
+ import { resolveComponent as o, resolveDirective as G, openBlock as a, createElementBlock as h, mergeProps as O, createElementVNode as i, toHandlers as x, withDirectives as L, renderSlot as R, createVNode as u, normalizeStyle as j, withCtx as s, createTextVNode as w, toDisplayString as m, createBlock as T, createCommentVNode as c, normalizeClass as S, withModifiers as P } from "vue";
7
7
  import { _ as X } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
8
8
  import H from "../tooltip/tooltip.js";
9
9
  import Y from "../button/button.js";
@@ -300,7 +300,7 @@ function ae(t, n, r, g, l, e) {
300
300
  ])])), [
301
301
  [A, e.typingTooltip]
302
302
  ]) : R(t.$slots, "left", { key: 1 }, () => [
303
- c(_, {
303
+ u(_, {
304
304
  type: e.getIcon,
305
305
  color: r.color,
306
306
  "icon-size": r.iconSize,
@@ -313,7 +313,7 @@ function ae(t, n, r, g, l, e) {
313
313
  style: j(`flex-basis: ${l.labelWidth}`)
314
314
  }, [
315
315
  R(t.$slots, "label", {}, () => [
316
- c(p, {
316
+ u(p, {
317
317
  class: "d-recipe-leftbar-row__description",
318
318
  "data-qa": "dt-recipe-leftbar-row-description",
319
319
  size: "200"
@@ -340,9 +340,9 @@ function ae(t, n, r, g, l, e) {
340
340
  }, m(r.dndText), 513)
341
341
  ]),
342
342
  _: 1
343
- }, 8, ["message"])) : u("", !0),
343
+ }, 8, ["message"])) : c("", !0),
344
344
  r.activeVoiceChat ? L((a(), h("div", re, [
345
- c(f, { size: "300" })
345
+ u(f, { size: "300" })
346
346
  ])), [
347
347
  [A, e.activeVoiceChatTooltip]
348
348
  ]) : e.showUnreadCount || e.showUnreadMentionCount ? (a(), T(d, {
@@ -364,7 +364,7 @@ function ae(t, n, r, g, l, e) {
364
364
  w(m(r.unreadCount), 1)
365
365
  ]),
366
366
  _: 1
367
- }, 8, ["class"])) : u("", !0),
367
+ }, 8, ["class"])) : c("", !0),
368
368
  e.showUnreadMentionCount ? (a(), T(E, {
369
369
  key: 1,
370
370
  kind: "count",
@@ -380,17 +380,17 @@ function ae(t, n, r, g, l, e) {
380
380
  w(m(r.unreadMentionCount), 1)
381
381
  ]),
382
382
  _: 1
383
- }, 8, ["class"])) : u("", !0)
383
+ }, 8, ["class"])) : c("", !0)
384
384
  ]),
385
385
  _: 1
386
- }, 8, ["message"])) : u("", !0),
386
+ }, 8, ["message"])) : c("", !0),
387
387
  r.hasCallButton ? (a(), h("div", ne, [
388
- c(d, {
388
+ u(d, {
389
389
  message: e.callButtonTooltip,
390
390
  placement: "top"
391
391
  }, {
392
392
  anchor: s(() => [
393
- c(B, {
393
+ u(B, {
394
394
  class: "d-recipe-leftbar-row__action-button",
395
395
  "data-qa": "dt-recipe-leftbar-row-action-call-button",
396
396
  circle: "",
@@ -402,15 +402,15 @@ function ae(t, n, r, g, l, e) {
402
402
  onClick: n[2] || (n[2] = P((y) => t.$emit("call", y), ["stop"]))
403
403
  }, {
404
404
  icon: s(() => [
405
- c(U, { size: "200" })
405
+ u(U, { size: "200" })
406
406
  ]),
407
407
  _: 1
408
408
  }, 8, ["aria-label"])
409
409
  ]),
410
410
  _: 1
411
411
  }, 8, ["message"])
412
- ])) : u("", !0)
413
- ])) : u("", !0)
412
+ ])) : c("", !0)
413
+ ])) : c("", !0)
414
414
  ], 16);
415
415
  }
416
416
  const Ce = /* @__PURE__ */ X(J, [["render", ae]]);
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("./general-row.cjs"),R=require("./general-row-constants.cjs");exports.DtRecipeGeneralRow=_.default;exports.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS=R.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS;exports.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR=R.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR;exports.LEFTBAR_GENERAL_ROW_ICON_SIZES=R.LEFTBAR_GENERAL_ROW_ICON_SIZES;exports.LEFTBAR_GENERAL_ROW_TYPES=R.LEFTBAR_GENERAL_ROW_TYPES;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("./general-row.cjs"),E=require("./leftbar-general-row-icon.cjs"),R=require("./general-row-constants.cjs");exports.DtRecipeGeneralRow=_.default;exports.DtRecipeLeftbarGeneralRowIcon=E.default;exports.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS=R.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS;exports.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR=R.LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR;exports.LEFTBAR_GENERAL_ROW_ICON_SIZES=R.LEFTBAR_GENERAL_ROW_ICON_SIZES;exports.LEFTBAR_GENERAL_ROW_TYPES=R.LEFTBAR_GENERAL_ROW_TYPES;
2
2
  //# sourceMappingURL=index.cjs.map
@@ -1,10 +1,12 @@
1
1
  import { default as _ } from "./general-row.js";
2
- import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as T, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as O, LEFTBAR_GENERAL_ROW_ICON_SIZES as L, LEFTBAR_GENERAL_ROW_TYPES as N } from "./general-row-constants.js";
2
+ import { default as A } from "./leftbar-general-row-icon.js";
3
+ import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as L, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as O, LEFTBAR_GENERAL_ROW_ICON_SIZES as N, LEFTBAR_GENERAL_ROW_TYPES as o } from "./general-row-constants.js";
3
4
  export {
4
5
  _ as DtRecipeGeneralRow,
5
- T as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
6
+ A as DtRecipeLeftbarGeneralRowIcon,
7
+ L as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
6
8
  O as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
7
- L as LEFTBAR_GENERAL_ROW_ICON_SIZES,
8
- N as LEFTBAR_GENERAL_ROW_TYPES
9
+ N as LEFTBAR_GENERAL_ROW_ICON_SIZES,
10
+ o as LEFTBAR_GENERAL_ROW_TYPES
9
11
  };
10
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,6 +1,6 @@
1
1
  import { DtIconCalendarClock as c, DtIconLaptop2 as r, DtIconAtSign as a, DtIconHashBold as l, DtIconLockFilled as i, DtIconExternalLink as s, DtIconUsers as C, DtIconSparkle as p, DtIconLock as I, DtIconLayoutTemplate as _, DtIconThread as D, DtIconHash as T, DtIconContacts as d, DtIconInbox as E, DtIconDialbot as u } from "@dialpad/dialtone-icons/vue3";
2
2
  import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as A, LEFTBAR_GENERAL_ROW_TYPES as e } from "./general-row-constants.js";
3
- import { resolveComponent as y, createBlock as L, createElementBlock as o, createCommentVNode as R, openBlock as n, resolveDynamicComponent as f, normalizeClass as O, createVNode as S } from "vue";
3
+ import { resolveComponent as y, openBlock as n, createBlock as L, resolveDynamicComponent as R, createElementBlock as o, normalizeClass as f, createVNode as O, createCommentVNode as S } from "vue";
4
4
  import { _ as h } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const k = /* @__PURE__ */ new Map([
6
6
  [e.INBOX, E],
@@ -78,15 +78,15 @@ const k = /* @__PURE__ */ new Map([
78
78
  };
79
79
  function B(G, H, m, w, z, t) {
80
80
  const N = y("dt-icon-dialbot");
81
- return t.isIconType ? (n(), L(f(t.getIconName), {
81
+ return t.isIconType ? (n(), L(R(t.getIconName), {
82
82
  key: 0,
83
83
  size: m.iconSize
84
84
  }, null, 8, ["size"])) : t.isContactCenterType ? (n(), o("div", {
85
85
  key: 1,
86
- class: O(t.contactCenterIconClasses)
86
+ class: f(t.contactCenterIconClasses)
87
87
  }, null, 2)) : t.isDialbotType ? (n(), o("div", g, [
88
- S(N, { size: "500" })
89
- ])) : R("", !0);
88
+ O(N, { size: "500" })
89
+ ])) : S("", !0);
90
90
  }
91
91
  const P = /* @__PURE__ */ h(b, [["render", B]]);
92
92
  export {
@@ -1,7 +1,7 @@
1
1
  import { DtIconUsers as u } from "@dialpad/dialtone-icons/vue3";
2
2
  import { extractVueListeners as s, safeConcatStrings as n } from "../../common/utils/index.js";
3
3
  import { DialtoneLocalization as d } from "../../localization/index.js";
4
- import { resolveComponent as o, createBlock as c, openBlock as l, mergeProps as p, toHandlers as _, withCtx as m, createVNode as C } from "vue";
4
+ import { resolveComponent as o, openBlock as c, createBlock as l, mergeProps as p, toHandlers as _, withCtx as m, createVNode as C } from "vue";
5
5
  import { _ as h } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import T from "../general-row/general-row.js";
7
7
  const f = {
@@ -96,7 +96,7 @@ const f = {
96
96
  };
97
97
  function g(r, N, t, E, y, e) {
98
98
  const i = o("dt-icon-users"), a = o("dt-recipe-general-row");
99
- return l(), c(a, p({
99
+ return c(), l(a, p({
100
100
  description: t.names,
101
101
  "aria-label": e.ariaLabel,
102
102
  "unread-count": t.unreadCount,
@@ -1,5 +1,5 @@
1
1
  import { hasSlotContent as d } from "../../common/utils/index.js";
2
- import { resolveComponent as h, createElementBlock as o, openBlock as n, createVNode as p, createSlots as l, withCtx as i, createCommentVNode as r, renderSlot as s } from "vue";
2
+ import { resolveComponent as h, openBlock as o, createElementBlock as n, createVNode as p, createSlots as l, withCtx as i, renderSlot as r, createCommentVNode as s } from "vue";
3
3
  import { _ as a } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import u from "../chip/chip.js";
5
5
  const f = {
@@ -31,7 +31,7 @@ const f = {
31
31
  };
32
32
  function S(e, $, k, q, t, y) {
33
33
  const c = h("dt-chip");
34
- return n(), o("div", _, [
34
+ return o(), n("div", _, [
35
35
  p(c, {
36
36
  "hide-close": !0,
37
37
  interactive: !1,
@@ -40,18 +40,18 @@ function S(e, $, k, q, t, y) {
40
40
  class: "d-recipe-grouped-chip__content d-recipe-grouped-chip__content-left"
41
41
  }, l({
42
42
  default: i(() => [
43
- t.hasSlotContent(e.$slots.leftContent) ? (n(), o("div", m, [
44
- s(e.$slots, "leftContent")
45
- ])) : r("", !0)
43
+ t.hasSlotContent(e.$slots.leftContent) ? (o(), n("div", m, [
44
+ r(e.$slots, "leftContent")
45
+ ])) : s("", !0)
46
46
  ]),
47
47
  _: 2
48
48
  }, [
49
49
  t.hasSlotContent(e.$slots.leftIcon) ? {
50
50
  name: "icon",
51
51
  fn: i(() => [
52
- t.hasSlotContent(e.$slots.leftIcon) ? (n(), o("div", g, [
53
- s(e.$slots, "leftIcon")
54
- ])) : r("", !0)
52
+ t.hasSlotContent(e.$slots.leftIcon) ? (o(), n("div", g, [
53
+ r(e.$slots, "leftIcon")
54
+ ])) : s("", !0)
55
55
  ]),
56
56
  key: "0"
57
57
  } : void 0
@@ -64,14 +64,14 @@ function S(e, $, k, q, t, y) {
64
64
  class: "d-recipe-grouped-chip__content d-recipe-grouped-chip__content-right"
65
65
  }, {
66
66
  icon: i(() => [
67
- t.hasSlotContent(e.$slots.rightIcon) ? (n(), o("div", C, [
68
- s(e.$slots, "rightIcon")
69
- ])) : r("", !0)
67
+ t.hasSlotContent(e.$slots.rightIcon) ? (o(), n("div", C, [
68
+ r(e.$slots, "rightIcon")
69
+ ])) : s("", !0)
70
70
  ]),
71
71
  default: i(() => [
72
- t.hasSlotContent(e.$slots.rightContent) ? (n(), o("div", v, [
73
- s(e.$slots, "rightContent")
74
- ])) : r("", !0)
72
+ t.hasSlotContent(e.$slots.rightContent) ? (o(), n("div", v, [
73
+ r(e.$slots, "rightContent")
74
+ ])) : s("", !0)
75
75
  ]),
76
76
  _: 3
77
77
  })
@@ -1,4 +1,4 @@
1
- import { ref as a, onMounted as b, nextTick as S, onBeforeUnmount as A, watch as E, createBlock as D, openBlock as M, unref as k, withCtx as s, renderSlot as i, createElementVNode as L, normalizeProps as I, guardReactiveProps as N } from "vue";
1
+ import { ref as a, onMounted as b, nextTick as S, onBeforeUnmount as A, watch as E, openBlock as D, createBlock as M, unref as k, withCtx as s, renderSlot as i, createElementVNode as L, normalizeProps as I, guardReactiveProps as N } from "vue";
2
2
  import { getUniqueString as $ } from "../../common/utils/index.js";
3
3
  import { TOOLTIP_DELAY_MS as C, TOOLTIP_DIRECTIONS as j } from "../tooltip/tooltip-constants.js";
4
4
  import B from "../popover/popover.js";
@@ -180,7 +180,7 @@ const z = {
180
180
  function P() {
181
181
  c.value = !1, d.value || O();
182
182
  }
183
- return (t, r) => (M(), D(k(B), {
183
+ return (t, r) => (D(), M(k(B), {
184
184
  id: e.id,
185
185
  ref_key: "popover",
186
186
  ref: p,
@@ -1,6 +1,6 @@
1
1
  import { icons as t } from "@dialpad/dialtone-icons/vue3";
2
2
  import { ICON_NAMES as i, ICON_SIZE_MODIFIERS as n } from "./icon-constants.js";
3
- import { createBlock as o, createCommentVNode as c, openBlock as s, resolveDynamicComponent as d } from "vue";
3
+ import { openBlock as o, createBlock as c, resolveDynamicComponent as s, createCommentVNode as d } from "vue";
4
4
  import { _ as l } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const m = {
6
6
  compatConfig: { MODE: 3 },
@@ -46,12 +46,12 @@ const m = {
46
46
  }
47
47
  };
48
48
  function u(e, p, r, f, _, a) {
49
- return a.icon ? (s(), o(d(a.icon), {
49
+ return a.icon ? (o(), c(s(a.icon), {
50
50
  key: 0,
51
51
  size: r.size,
52
52
  "aria-label": a.iconAriaLabel,
53
53
  "data-qa": e.$attrs["data-qa"] ?? "dt-icon"
54
- }, null, 8, ["size", "aria-label", "data-qa"])) : c("", !0);
54
+ }, null, 8, ["size", "aria-label", "data-qa"])) : d("", !0);
55
55
  }
56
56
  const C = /* @__PURE__ */ l(m, [["render", u]]);
57
57
  export {
@@ -1,4 +1,4 @@
1
- import { computed as o, createBlock as n, createCommentVNode as l, openBlock as s, resolveDynamicComponent as i } from "vue";
1
+ import { computed as o, openBlock as n, createBlock as l, resolveDynamicComponent as s, createCommentVNode as i } from "vue";
2
2
  import { illustrations as u } from "@dialpad/dialtone-icons/vue3";
3
3
  import { ILLUSTRATION_NAMES as m } from "./illustration-constants.js";
4
4
  const f = /* @__PURE__ */ Object.assign({
@@ -17,10 +17,10 @@ const f = /* @__PURE__ */ Object.assign({
17
17
  },
18
18
  setup(t) {
19
19
  const e = t, a = o(() => u[`./src/illustrations/${e.name}.vue`]);
20
- return (r, c) => a.value ? (s(), n(i(a.value), {
20
+ return (r, c) => a.value ? (n(), l(s(a.value), {
21
21
  key: 0,
22
22
  "data-qa": r.$attrs["data-qa"] ?? "dt-illustration"
23
- }, null, 8, ["data-qa"])) : l("", !0);
23
+ }, null, 8, ["data-qa"])) : i("", !0);
24
24
  }
25
25
  });
26
26
  export {
@@ -4,7 +4,7 @@ import { EVENT_KEYNAMES as a } from "../../common/constants/index.js";
4
4
  import { DtIconClose as v } from "@dialpad/dialtone-icons/vue3";
5
5
  import w from "../../shared/sr_only_close_button.js";
6
6
  import { DialtoneLocalization as C } from "../../localization/index.js";
7
- import { resolveComponent as u, createElementBlock as B, openBlock as l, createVNode as c, createBlock as m, createCommentVNode as b, withCtx as d, createElementVNode as n, normalizeClass as k, Teleport as O, mergeProps as T, toHandlers as y, Transition as E } from "vue";
7
+ import { resolveComponent as u, openBlock as l, createElementBlock as B, createVNode as c, withCtx as m, createElementVNode as n, normalizeClass as b, createBlock as d, Teleport as k, mergeProps as O, toHandlers as T, Transition as y, createCommentVNode as E } from "vue";
8
8
  import { _ as S } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
9
9
  import A from "../button/button.js";
10
10
  const q = {
@@ -160,24 +160,24 @@ function I(e, t, o, V, i, s) {
160
160
  importance: "clear",
161
161
  onClick: s.openModal
162
162
  }, {
163
- default: d(() => [
163
+ default: m(() => [
164
164
  n("img", {
165
- class: k(o.imageButtonClass),
165
+ class: b(o.imageButtonClass),
166
166
  src: o.imageSrc,
167
167
  alt: o.imageAlt
168
168
  }, null, 10, D)
169
169
  ]),
170
170
  _: 1
171
171
  }, 8, ["aria-label", "onClick"]),
172
- i.isOpen ? (l(), m(O, {
172
+ i.isOpen ? (l(), d(k, {
173
173
  key: 0,
174
174
  to: o.appendTo
175
175
  }, [
176
- n("div", T({
176
+ n("div", O({
177
177
  "aria-hidden": i.isOpen ? "false" : "true",
178
178
  class: "d-modal",
179
179
  "data-qa": "dt-modal"
180
- }, y(s.modalListeners, !0), {
180
+ }, T(s.modalListeners, !0), {
181
181
  onMouseover: t[0] || (t[0] = (r) => i.showCloseButton = !0),
182
182
  onMouseleave: t[1] || (t[1] = (r) => i.showCloseButton = !1),
183
183
  onFocusin: t[2] || (t[2] = (r) => i.showCloseButton = !0),
@@ -190,9 +190,9 @@ function I(e, t, o, V, i, s) {
190
190
  alt: o.imageAlt
191
191
  }, null, 8, N)
192
192
  ]),
193
- c(E, { name: "fade" }, {
194
- default: d(() => [
195
- i.showCloseButton ? (l(), m(p, {
193
+ c(y, { name: "fade" }, {
194
+ default: m(() => [
195
+ i.showCloseButton ? (l(), d(p, {
196
196
  key: 0,
197
197
  ref: "closeImage",
198
198
  "data-qa": "dt-image-viewer-close-btn",
@@ -205,14 +205,14 @@ function I(e, t, o, V, i, s) {
205
205
  title: s.closeButtonTitle,
206
206
  onClick: s.close
207
207
  }, {
208
- icon: d(() => [
208
+ icon: m(() => [
209
209
  c(f, {
210
210
  class: "d-image-viewer__close-button",
211
211
  size: "400"
212
212
  })
213
213
  ]),
214
214
  _: 1
215
- }, 8, ["aria-label", "title", "onClick"])) : (l(), m(_, {
215
+ }, 8, ["aria-label", "title", "onClick"])) : (l(), d(_, {
216
216
  key: 1,
217
217
  onClose: s.close
218
218
  }, null, 8, ["onClose"]))
@@ -220,7 +220,7 @@ function I(e, t, o, V, i, s) {
220
220
  _: 1
221
221
  })
222
222
  ], 16, L)
223
- ], 8, ["to"])) : b("", !0)
223
+ ], 8, ["to"])) : E("", !0)
224
224
  ]);
225
225
  }
226
226
  const G = /* @__PURE__ */ S(q, [["render", I]]);
@@ -2,7 +2,7 @@ import { VALIDATION_MESSAGE_TYPES as C, DESCRIPTION_SIZE_TYPES as b } from "../.
2
2
  import { INPUT_TYPES as o, DESCRIPTION_SIZE_CLASSES as I, LABEL_SIZE_CLASSES as _, INPUT_STATE_CLASSES as E, INPUT_SIZE_CLASSES as V, INPUT_SIZES as m, INPUT_ICON_SIZES as z } from "./input-constants.js";
3
3
  import { addClassStyleAttrs as M, removeClassStyleAttrs as P, getValidationState as T, getUniqueString as A, hasSlotContent as N } from "../../common/utils/index.js";
4
4
  import { MessagesMixin as w } from "../../common/mixins/input.js";
5
- import { resolveComponent as x, createElementBlock as a, openBlock as n, mergeProps as h, createElementVNode as p, createVNode as O, renderSlot as c, createCommentVNode as g, normalizeClass as f, toDisplayString as S, createTextVNode as B, toHandlers as y } from "vue";
5
+ import { resolveComponent as x, openBlock as a, createElementBlock as n, mergeProps as h, createElementVNode as p, renderSlot as c, normalizeClass as f, toDisplayString as S, createCommentVNode as g, createTextVNode as O, toHandlers as y, createVNode as B } from "vue";
6
6
  import { _ as D } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  import q from "../validation-messages/validation-messages.js";
8
8
  const j = {
@@ -374,7 +374,7 @@ const j = {
374
374
  }, W = ["read-only"], Z = ["name", "disabled", "autocomplete", "maxlength"], K = ["value", "name", "type", "disabled", "autocomplete", "maxlength"];
375
375
  function Y(t, s, i, r, u, e) {
376
376
  const d = x("dt-validation-messages");
377
- return n(), a("div", h({
377
+ return a(), n("div", h({
378
378
  ref: "container",
379
379
  class: [i.rootClass, "d-input__root", { "d-input--hidden": i.hidden }]
380
380
  }, e.addClassStyleAttrs(t.$attrs), { "data-qa": "dt-input" }), [
@@ -384,7 +384,7 @@ function Y(t, s, i, r, u, e) {
384
384
  "data-qa": "dt-input-label-wrapper"
385
385
  }, [
386
386
  c(t.$slots, "labelSlot", {}, () => [
387
- i.labelVisible && i.label ? (n(), a("div", {
387
+ i.labelVisible && i.label ? (a(), n("div", {
388
388
  key: 0,
389
389
  ref: "label",
390
390
  "data-qa": "dt-input-label",
@@ -395,7 +395,7 @@ function Y(t, s, i, r, u, e) {
395
395
  ])
396
396
  }, S(i.label), 3)) : g("", !0)
397
397
  ]),
398
- u.hasSlotContent(t.$slots.description) || i.description || e.shouldValidateLength ? (n(), a("div", {
398
+ u.hasSlotContent(t.$slots.description) || i.description || e.shouldValidateLength ? (a(), n("div", {
399
399
  key: 0,
400
400
  id: e.descriptionKey,
401
401
  ref: "description",
@@ -406,12 +406,12 @@ function Y(t, s, i, r, u, e) {
406
406
  ]),
407
407
  "data-qa": "dt-input-description"
408
408
  }, [
409
- u.hasSlotContent(t.$slots.description) || i.description ? (n(), a("div", R, [
409
+ u.hasSlotContent(t.$slots.description) || i.description ? (a(), n("div", R, [
410
410
  c(t.$slots, "description", {}, () => [
411
- B(S(i.description), 1)
411
+ O(S(i.description), 1)
412
412
  ])
413
413
  ])) : g("", !0),
414
- e.shouldValidateLength ? (n(), a("div", U, S(e.validationProps.length.description), 1)) : g("", !0)
414
+ e.shouldValidateLength ? (a(), n("div", U, S(e.validationProps.length.description), 1)) : g("", !0)
415
415
  ], 10, F)) : g("", !0),
416
416
  p("div", {
417
417
  class: f(e.inputWrapperClasses()),
@@ -424,7 +424,7 @@ function Y(t, s, i, r, u, e) {
424
424
  }, [
425
425
  c(t.$slots, "leftIcon", { iconSize: e.iconSize })
426
426
  ], 32),
427
- e.isTextarea ? (n(), a("textarea", h({
427
+ e.isTextarea ? (a(), n("textarea", h({
428
428
  key: 0,
429
429
  ref: "input",
430
430
  name: i.name,
@@ -433,7 +433,7 @@ function Y(t, s, i, r, u, e) {
433
433
  class: e.inputClasses(),
434
434
  maxlength: e.shouldLimitMaxLength ? e.validationProps.length.max : null,
435
435
  "data-qa": "dt-input-input"
436
- }, e.removeClassStyleAttrs(t.$attrs), y(e.inputListeners, !0)), null, 16, Z)) : (n(), a("input", h({
436
+ }, e.removeClassStyleAttrs(t.$attrs), y(e.inputListeners, !0)), null, 16, Z)) : (a(), n("input", h({
437
437
  key: 1,
438
438
  ref: "input",
439
439
  value: i.modelValue,
@@ -457,7 +457,7 @@ function Y(t, s, i, r, u, e) {
457
457
  ], 32)
458
458
  ], 10, W)
459
459
  ], 8, k),
460
- O(d, h({
460
+ B(d, h({
461
461
  "validation-messages": e.validationMessages,
462
462
  "show-messages": t.showMessages,
463
463
  class: t.messagesClass
@@ -1,6 +1,6 @@
1
1
  import { InputGroupMixin as i } from "../../common/mixins/input-group.js";
2
2
  import { hasSlotContent as p } from "../../common/utils/index.js";
3
- import { resolveComponent as u, createElementBlock as t, openBlock as o, createCommentVNode as g, renderSlot as n, createVNode as m, mergeProps as r, createTextVNode as f, toDisplayString as h } from "vue";
3
+ import { resolveComponent as u, openBlock as t, createElementBlock as o, mergeProps as n, renderSlot as r, createTextVNode as g, toDisplayString as m, createCommentVNode as f, createVNode as h } from "vue";
4
4
  import { _ as c } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  import v from "../validation-messages/validation-messages.js";
6
6
  const C = {
@@ -61,20 +61,20 @@ const C = {
61
61
  }, G = ["data-qa"], M = ["data-qa"];
62
62
  function _(e, s, a, S, d, V) {
63
63
  const l = u("dt-validation-messages");
64
- return o(), t("fieldset", {
64
+ return t(), o("fieldset", {
65
65
  class: "d-input-group__fieldset",
66
66
  "data-qa": a.dataQaGroup
67
67
  }, [
68
- d.hasSlotContent(e.$slots.legend) || e.legend ? (o(), t("legend", r({
68
+ d.hasSlotContent(e.$slots.legend) || e.legend ? (t(), o("legend", n({
69
69
  key: 0,
70
70
  class: ["d-label", e.legendClass]
71
71
  }, e.legendChildProps, { "data-qa": a.dataQaGroupLegend }), [
72
- n(e.$slots, "legend", {}, () => [
73
- f(h(e.legend), 1)
72
+ r(e.$slots, "legend", {}, () => [
73
+ g(m(e.legend), 1)
74
74
  ])
75
- ], 16, M)) : g("", !0),
76
- n(e.$slots, "default"),
77
- m(l, r({
75
+ ], 16, M)) : f("", !0),
76
+ r(e.$slots, "default"),
77
+ h(l, n({
78
78
  "validation-messages": e.formattedMessages,
79
79
  "show-messages": e.showMessages,
80
80
  class: e.messagesClass,