@dialpad/dialtone-vue 3.212.0 → 3.214.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 (110) hide show
  1. package/dist/component-documentation.json +1 -1
  2. package/dist/lib/button/button.cjs +1 -1
  3. package/dist/lib/button/button.cjs.map +1 -1
  4. package/dist/lib/button/button.js +56 -44
  5. package/dist/lib/button/button.js.map +1 -1
  6. package/dist/lib/editor/EditorToolbarButton.cjs +1 -1
  7. package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -1
  8. package/dist/lib/editor/EditorToolbarButton.js +18 -17
  9. package/dist/lib/editor/EditorToolbarButton.js.map +1 -1
  10. package/dist/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
  11. package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
  12. package/dist/lib/editor/EditorToolbarDropdownButton.js +38 -35
  13. package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
  14. package/dist/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
  15. package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
  16. package/dist/lib/editor/EditorToolbarPopoverButton.js +38 -35
  17. package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
  18. package/dist/lib/editor/editor.cjs +1 -1
  19. package/dist/lib/editor/editor.cjs.map +1 -1
  20. package/dist/lib/editor/editor.js +114 -106
  21. package/dist/lib/editor/editor.js.map +1 -1
  22. package/dist/lib/hovercard/hovercard.cjs +1 -1
  23. package/dist/lib/hovercard/hovercard.cjs.map +1 -1
  24. package/dist/lib/hovercard/hovercard.js +47 -47
  25. package/dist/lib/hovercard/hovercard.js.map +1 -1
  26. package/dist/types/common/sr_only_close_button.vue.d.ts +27 -1
  27. package/dist/types/components/banner/banner.vue.d.ts +54 -2
  28. package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
  29. package/dist/types/components/button/button.vue.d.ts +27 -1
  30. package/dist/types/components/button/button.vue.d.ts.map +1 -1
  31. package/dist/types/components/chip/chip.vue.d.ts +27 -1
  32. package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
  33. package/dist/types/components/collapsible/collapsible.vue.d.ts +27 -1
  34. package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  35. package/dist/types/components/dropdown/dropdown.vue.d.ts +54 -2
  36. package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  37. package/dist/types/components/hovercard/hovercard.vue.d.ts +112 -4
  38. package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
  39. package/dist/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
  40. package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  41. package/dist/types/components/modal/modal.vue.d.ts +54 -2
  42. package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
  43. package/dist/types/components/notice/notice.vue.d.ts +54 -2
  44. package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
  45. package/dist/types/components/notice/notice_action.vue.d.ts +54 -2
  46. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  47. package/dist/types/components/pagination/pagination.vue.d.ts +27 -1
  48. package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
  49. package/dist/types/components/popover/popover.vue.d.ts +54 -2
  50. package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
  51. package/dist/types/components/popover/popover_header_footer.vue.d.ts +27 -1
  52. package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  53. package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +81 -3
  54. package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
  55. package/dist/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
  56. package/dist/types/components/split_button/split_button-omega.vue.d.ts +27 -1
  57. package/dist/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
  58. package/dist/types/components/split_button/split_button.vue.d.ts +108 -4
  59. package/dist/types/components/split_button/split_button.vue.d.ts.map +1 -1
  60. package/dist/types/components/tab/tab.vue.d.ts +27 -1
  61. package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
  62. package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
  63. package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
  64. package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
  65. package/dist/types/components/toast/toast.vue.d.ts +216 -8
  66. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  67. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
  68. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  69. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +108 -4
  70. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  71. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +108 -4
  72. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  73. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +81 -3
  74. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  75. package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
  76. package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
  77. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +54 -2
  78. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  79. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
  80. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  81. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
  82. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  83. package/dist/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
  84. package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +81 -3
  85. package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
  86. package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +81 -3
  87. package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
  88. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
  89. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  90. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
  91. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  92. package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
  93. package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  94. package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
  95. package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
  96. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +108 -4
  97. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  98. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
  99. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  100. package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
  101. package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
  102. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
  103. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  104. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
  105. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  106. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
  107. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  108. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
  109. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  110. package/package.json +6 -6
@@ -1,9 +1,9 @@
1
- import { ref as a, onMounted as b, nextTick as E, onBeforeUnmount as S, watch as A, openBlock as D, createBlock as M, unref as L, withCtx as s, renderSlot as i, createElementVNode as k, normalizeProps as I, guardReactiveProps as N } from "vue";
2
- import { getUniqueString as $ } from "../../common/utils/index.js";
3
- import { TOOLTIP_DELAY_MS as g, TOOLTIP_DIRECTIONS as j } from "../tooltip/tooltip-constants.js";
4
- import B from "../popover/popover.js";
5
- import { POPOVER_APPEND_TO_VALUES as F, POPOVER_PADDING_CLASSES as H } from "../popover/popover-constants.js";
6
- const q = {
1
+ import { ref as n, onMounted as E, nextTick as S, onBeforeUnmount as A, watch as D, openBlock as M, createBlock as L, unref as k, withCtx as s, renderSlot as i, createElementVNode as I, normalizeProps as N, guardReactiveProps as $ } from "vue";
2
+ import { getUniqueString as j } from "../../common/utils/index.js";
3
+ import { TOOLTIP_DELAY_MS as C, TOOLTIP_DIRECTIONS as B } from "../tooltip/tooltip-constants.js";
4
+ import F from "../popover/popover.js";
5
+ import { POPOVER_APPEND_TO_VALUES as w, POPOVER_PADDING_CLASSES as x } from "../popover/popover-constants.js";
6
+ const z = {
7
7
  __name: "hovercard",
8
8
  props: {
9
9
  /**
@@ -47,7 +47,7 @@ const q = {
47
47
  type: String,
48
48
  default: "top-start",
49
49
  validator(e) {
50
- return j.includes(e);
50
+ return B.includes(e);
51
51
  }
52
52
  },
53
53
  /**
@@ -57,7 +57,7 @@ const q = {
57
57
  padding: {
58
58
  type: String,
59
59
  default: "large",
60
- validator: (e) => Object.keys(H).some((n) => n === e)
60
+ validator: (e) => Object.keys(x).some((c) => c === e)
61
61
  },
62
62
  /**
63
63
  * Displaces the content box from its anchor element
@@ -74,7 +74,7 @@ const q = {
74
74
  id: {
75
75
  type: String,
76
76
  default() {
77
- return $();
77
+ return j();
78
78
  }
79
79
  },
80
80
  /**
@@ -113,7 +113,7 @@ const q = {
113
113
  appendTo: {
114
114
  type: [HTMLElement, String],
115
115
  default: "body",
116
- validator: (e) => F.includes(e) || e instanceof HTMLElement
116
+ validator: (e) => w.includes(e) || e instanceof HTMLElement
117
117
  },
118
118
  /**
119
119
  * The enter delay in milliseconds before the hovercard is shown.
@@ -121,7 +121,7 @@ const q = {
121
121
  */
122
122
  enterDelay: {
123
123
  type: Number,
124
- default: g
124
+ default: C
125
125
  },
126
126
  /**
127
127
  * The leave delay in milliseconds before the hovercard is hidden.
@@ -129,7 +129,7 @@ const q = {
129
129
  */
130
130
  leaveDelay: {
131
131
  type: Number,
132
- default: g
132
+ default: C
133
133
  },
134
134
  /**
135
135
  * External anchor element reference. Use this instead of the anchor slot when
@@ -149,49 +149,49 @@ const q = {
149
149
  */
150
150
  "opened"
151
151
  ],
152
- setup(e) {
153
- const n = e, l = a(n.open), c = a(!1), d = a(!1), f = a(null), m = a(null), v = a(null), u = a(null), p = a(null);
154
- b(() => {
155
- E(() => {
152
+ setup(e, { expose: c }) {
153
+ const a = e, l = n(a.open), d = n(!1), f = n(!1), m = n(null), v = n(null), p = n(null), u = n(null), O = n(null);
154
+ E(() => {
155
+ S(() => {
156
156
  var t, r, o;
157
- v.value = (o = (r = (t = p.value) == null ? void 0 : t.$refs) == null ? void 0 : r.anchor) == null ? void 0 : o.firstElementChild, u.value = new MutationObserver(() => {
158
- v.value && !v.value.isConnected && (l.value = !1);
157
+ p.value = (o = (r = (t = O.value) == null ? void 0 : t.$refs) == null ? void 0 : r.anchor) == null ? void 0 : o.firstElementChild, u.value = new MutationObserver(() => {
158
+ p.value && !p.value.isConnected && (l.value = !1);
159
159
  }), u.value.observe(document.body, {
160
160
  childList: !0,
161
161
  subtree: !0
162
162
  });
163
163
  });
164
- }), S(() => {
165
- u.value && u.value.disconnect(), clearTimeout(f), clearTimeout(m);
166
- }), A(() => n.open, (t) => {
164
+ }), A(() => {
165
+ u.value && u.value.disconnect(), clearTimeout(m), clearTimeout(v);
166
+ }), D(() => a.open, (t) => {
167
167
  l.value = t;
168
- }, { immediate: !0 });
169
- function y() {
170
- n.open === null && (clearTimeout(m.value), f.value = setTimeout(() => {
168
+ }, { immediate: !0 }), c({ show: y, hide: h });
169
+ function T() {
170
+ a.open === null && (clearTimeout(v.value), m.value = setTimeout(() => {
171
171
  l.value = !0;
172
- }, n.enterDelay));
172
+ }, a.enterDelay));
173
173
  }
174
- function h() {
175
- n.open === null && (clearTimeout(f.value), m.value = setTimeout(() => {
174
+ function g() {
175
+ a.open === null && (clearTimeout(m.value), v.value = setTimeout(() => {
176
176
  l.value = !1;
177
- }, n.leaveDelay));
178
- }
179
- function O() {
180
- d.value = !0, y();
177
+ }, a.leaveDelay));
181
178
  }
182
- function T() {
183
- d.value = !1, !c.value && h();
179
+ function y() {
180
+ f.value = !0, T();
184
181
  }
185
- function C() {
186
- c.value = !0, y();
182
+ function h() {
183
+ f.value = !1, !d.value && g();
187
184
  }
188
185
  function P() {
189
- c.value = !1, d.value || h();
186
+ d.value = !0, T();
187
+ }
188
+ function b() {
189
+ d.value = !1, f.value || g();
190
190
  }
191
- return (t, r) => (D(), M(L(B), {
191
+ return (t, r) => (M(), L(k(F), {
192
192
  id: e.id,
193
193
  ref_key: "popover",
194
- ref: p,
194
+ ref: O,
195
195
  open: l.value,
196
196
  placement: e.placement,
197
197
  "content-class": e.contentClass,
@@ -210,18 +210,18 @@ const q = {
210
210
  "enter-delay": e.enterDelay,
211
211
  "leave-delay": e.leaveDelay,
212
212
  onOpened: r[0] || (r[0] = (o) => t.$emit("opened", o)),
213
- onMouseenterPopover: O,
214
- onMouseleavePopover: T,
215
- onMouseenterPopoverAnchor: O,
216
- onMouseleavePopoverAnchor: T
213
+ onMouseenterPopover: y,
214
+ onMouseleavePopover: h,
215
+ onMouseenterPopoverAnchor: y,
216
+ onMouseleavePopoverAnchor: h
217
217
  }, {
218
218
  anchor: s(({ attrs: o }) => [
219
- i(t.$slots, "anchor", I(N(o)))
219
+ i(t.$slots, "anchor", N($(o)))
220
220
  ]),
221
221
  content: s(() => [
222
- k("div", {
223
- onFocusin: C,
224
- onFocusout: P
222
+ I("div", {
223
+ onFocusin: P,
224
+ onFocusout: b
225
225
  }, [
226
226
  i(t.$slots, "content")
227
227
  ], 32)
@@ -237,6 +237,6 @@ const q = {
237
237
  }
238
238
  };
239
239
  export {
240
- q as default
240
+ z as default
241
241
  };
242
242
  //# sourceMappingURL=hovercard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"hovercard.js","sources":["../../../components/hovercard/hovercard.vue"],"sourcesContent":["<!-- eslint-disable vue/multi-word-component-names -->\n<template>\n <dt-popover\n :id=\"id\"\n ref=\"popover\"\n :open=\"hovercardOpen\"\n :placement=\"placement\"\n :content-class=\"contentClass\"\n :dialog-class=\"dialogClass\"\n :fallback-placements=\"fallbackPlacements\"\n :padding=\"padding\"\n :transition=\"transition ? 'fade' : null\"\n :offset=\"offset\"\n :modal=\"false\"\n initial-focus-element=\"none\"\n :header-class=\"headerClass\"\n :footer-class=\"footerClass\"\n :append-to=\"appendTo\"\n :external-anchor-element=\"externalAnchorElement\"\n data-qa=\"dt-hovercard\"\n :enter-delay=\"enterDelay\"\n :leave-delay=\"leaveDelay\"\n @opened=\"(e) => ($emit('opened', e))\"\n @mouseenter-popover=\"onMouseEnter\"\n @mouseleave-popover=\"onMouseLeave\"\n @mouseenter-popover-anchor=\"onMouseEnter\"\n @mouseleave-popover-anchor=\"onMouseLeave\"\n >\n <template #anchor=\"{ attrs }\">\n <!-- @slot Anchor element that activates the hovercard. Usually a button. -->\n <slot\n name=\"anchor\"\n v-bind=\"attrs\"\n />\n </template>\n <template #content>\n <div\n @focusin=\"onContentFocusIn\"\n @focusout=\"onContentFocusOut\"\n >\n <!-- @slot Slot for the content that is displayed in the hovercard. -->\n <slot name=\"content\" />\n </div>\n </template>\n <template #headerContent>\n <!-- @slot Slot for hovercard header content -->\n <slot name=\"headerContent\" />\n </template>\n\n <template #footerContent>\n <!-- @slot Slot for the footer content. -->\n <slot name=\"footerContent\" />\n </template>\n </dt-popover>\n</template>\n\n<script setup>\nimport { ref, watch, nextTick, onMounted, onBeforeUnmount } from 'vue';\nimport { POPOVER_APPEND_TO_VALUES, POPOVER_PADDING_CLASSES, DtPopover } from '@/components/popover/index.js';\nimport { TOOLTIP_DIRECTIONS, TOOLTIP_DELAY_MS } from '@/components/tooltip/index.js';\nimport { getUniqueString } from '@/common/utils';\n\nconst props = defineProps({\n /**\n * Fade transition when the content display is toggled.\n * @type boolean\n * @values true, false\n */\n transition: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Controls whether the hovercard is shown. Leaving this null will have the hovercard trigger on hover by default.\n * If you set this value, the default trigger behavior will be disabled, and you can control it as you need.\n * Supports .sync modifier\n * @values null, true, false\n */\n open: {\n type: Boolean,\n default: null,\n },\n\n /**\n * If the popover does not fit in the direction described by \"placement\",\n * it will attempt to change its direction to the \"fallbackPlacements\".\n * @see https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements\"\n */\n fallbackPlacements: {\n type: Array,\n default: () => {\n return ['auto'];\n },\n },\n\n /**\n * The direction the popover displays relative to the anchor.\n * @see https://atomiks.github.io/tippyjs/v6/all-props/#placement\"\n * @values top, top-start, top-end,\n * right, right-start, right-end,\n * left, left-start, left-end,\n * bottom, bottom-start, bottom-end,\n * auto, auto-start, auto-end\n */\n placement: {\n type: String,\n default: 'top-start',\n validator (placement) {\n return TOOLTIP_DIRECTIONS.includes(placement);\n },\n },\n\n /**\n * Padding size class for the popover content.\n * @values none, small, medium, large\n */\n padding: {\n type: String,\n default: 'large',\n validator: (padding) => {\n return Object.keys(POPOVER_PADDING_CLASSES).some((item) => item === padding);\n },\n },\n\n /**\n * Displaces the content box from its anchor element\n * by the specified number of pixels.\n * @see https://atomiks.github.io/tippyjs/v6/all-props/#offset\"\n */\n offset: {\n type: Array,\n default: () => [0, 16],\n },\n\n /**\n * The id of the tooltip\n */\n id: {\n type: String,\n default () { return getUniqueString(); },\n },\n\n /**\n * Additional class name for the header content wrapper element.\n */\n headerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the footer content wrapper element.\n */\n footerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the dialog element.\n */\n dialogClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the content wrapper element.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Sets the element to which the popover is going to append to.\n * 'body' will append to the nearest body (supports shadow DOM).\n * @values 'body', 'parent', HTMLElement,\n */\n appendTo: {\n type: [HTMLElement, String],\n default: 'body',\n validator: appendTo => {\n return POPOVER_APPEND_TO_VALUES.includes(appendTo) ||\n (appendTo instanceof HTMLElement);\n },\n },\n\n /**\n * The enter delay in milliseconds before the hovercard is shown.\n * @type number\n */\n enterDelay: {\n type: Number,\n default: TOOLTIP_DELAY_MS,\n },\n\n /**\n * The leave delay in milliseconds before the hovercard is hidden.\n * @type number\n */\n leaveDelay: {\n type: Number,\n default: TOOLTIP_DELAY_MS,\n },\n\n /**\n * External anchor element reference. Use this instead of the anchor slot when\n * the anchor may be inside a Shadow DOM, as querySelector cannot pierce shadow boundaries.\n */\n externalAnchorElement: {\n type: HTMLElement,\n default: null,\n },\n});\n\ndefineEmits([\n /**\n * Emitted when hovercard is shown or hidden\n *\n * @event opened\n * @type {Boolean | Array}\n */\n 'opened',\n]);\n\nconst hovercardOpen = ref(props.open);\nconst contentFocused = ref(false);\nconst mouseOverHovercard = ref(false);\nconst inTimer = ref(null);\nconst outTimer = ref(null);\nconst anchorEl = ref(null);\nconst observer = ref(null);\nconst popover = ref(null);\n\nonMounted(() => {\n nextTick(() => {\n anchorEl.value = popover.value?.$refs?.anchor?.firstElementChild;\n\n observer.value = new MutationObserver(() => {\n if (anchorEl.value && !anchorEl.value.isConnected) {\n hovercardOpen.value = false;\n }\n });\n\n observer.value.observe(document.body, {\n childList: true,\n subtree: true,\n });\n });\n});\n\nonBeforeUnmount(() => {\n if (observer.value) {\n observer.value.disconnect();\n }\n clearTimeout(inTimer);\n clearTimeout(outTimer);\n});\nwatch(() => props.open, (open) => {\n hovercardOpen.value = open;\n}, { immediate: true });\n\nfunction setInTimer () {\n if (props.open === null) {\n clearTimeout(outTimer.value);\n inTimer.value = setTimeout(() => {\n hovercardOpen.value = true;\n }, props.enterDelay);\n }\n}\n\nfunction setOutTimer () {\n if (props.open === null) {\n clearTimeout(inTimer.value);\n outTimer.value = setTimeout(() => {\n hovercardOpen.value = false;\n }, props.leaveDelay);\n }\n}\n\nfunction onMouseEnter () {\n mouseOverHovercard.value = true;\n setInTimer();\n}\n\nfunction onMouseLeave () {\n mouseOverHovercard.value = false;\n if (contentFocused.value) {\n return;\n }\n setOutTimer();\n}\n\nfunction onContentFocusIn () {\n contentFocused.value = true;\n setInTimer();\n}\n\nfunction onContentFocusOut () {\n contentFocused.value = false;\n\n // If mouse is not over the hovercard, close it\n if (!mouseOverHovercard.value) {\n setOutTimer();\n }\n}\n</script>\n"],"names":["props","__props","hovercardOpen","ref","contentFocused","mouseOverHovercard","inTimer","outTimer","anchorEl","observer","popover","onMounted","nextTick","_c","_b","_a","onBeforeUnmount","watch","open","setInTimer","setOutTimer","onMouseEnter","onMouseLeave","onContentFocusIn","onContentFocusOut","_createBlock","_unref","DtPopover","_cache","e","$emit","_withCtx","attrs","_renderSlot","_ctx","_createElementVNode"],"mappings":"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"}
1
+ {"version":3,"file":"hovercard.js","sources":["../../../components/hovercard/hovercard.vue"],"sourcesContent":["<!-- eslint-disable vue/multi-word-component-names -->\n<template>\n <dt-popover\n :id=\"id\"\n ref=\"popover\"\n :open=\"hovercardOpen\"\n :placement=\"placement\"\n :content-class=\"contentClass\"\n :dialog-class=\"dialogClass\"\n :fallback-placements=\"fallbackPlacements\"\n :padding=\"padding\"\n :transition=\"transition ? 'fade' : null\"\n :offset=\"offset\"\n :modal=\"false\"\n initial-focus-element=\"none\"\n :header-class=\"headerClass\"\n :footer-class=\"footerClass\"\n :append-to=\"appendTo\"\n :external-anchor-element=\"externalAnchorElement\"\n data-qa=\"dt-hovercard\"\n :enter-delay=\"enterDelay\"\n :leave-delay=\"leaveDelay\"\n @opened=\"(e) => ($emit('opened', e))\"\n @mouseenter-popover=\"onMouseEnter\"\n @mouseleave-popover=\"onMouseLeave\"\n @mouseenter-popover-anchor=\"onMouseEnter\"\n @mouseleave-popover-anchor=\"onMouseLeave\"\n >\n <template #anchor=\"{ attrs }\">\n <!-- @slot Anchor element that activates the hovercard. Usually a button. -->\n <slot\n name=\"anchor\"\n v-bind=\"attrs\"\n />\n </template>\n <template #content>\n <div\n @focusin=\"onContentFocusIn\"\n @focusout=\"onContentFocusOut\"\n >\n <!-- @slot Slot for the content that is displayed in the hovercard. -->\n <slot name=\"content\" />\n </div>\n </template>\n <template #headerContent>\n <!-- @slot Slot for hovercard header content -->\n <slot name=\"headerContent\" />\n </template>\n\n <template #footerContent>\n <!-- @slot Slot for the footer content. -->\n <slot name=\"footerContent\" />\n </template>\n </dt-popover>\n</template>\n\n<script setup>\nimport { ref, watch, nextTick, onMounted, onBeforeUnmount } from 'vue';\nimport { POPOVER_APPEND_TO_VALUES, POPOVER_PADDING_CLASSES, DtPopover } from '@/components/popover/index.js';\nimport { TOOLTIP_DIRECTIONS, TOOLTIP_DELAY_MS } from '@/components/tooltip/index.js';\nimport { getUniqueString } from '@/common/utils';\n\nconst props = defineProps({\n /**\n * Fade transition when the content display is toggled.\n * @type boolean\n * @values true, false\n */\n transition: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Controls whether the hovercard is shown. Leaving this null will have the hovercard trigger on hover by default.\n * If you set this value, the default trigger behavior will be disabled, and you can control it as you need.\n * Supports .sync modifier\n * @values null, true, false\n */\n open: {\n type: Boolean,\n default: null,\n },\n\n /**\n * If the popover does not fit in the direction described by \"placement\",\n * it will attempt to change its direction to the \"fallbackPlacements\".\n * @see https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements\"\n */\n fallbackPlacements: {\n type: Array,\n default: () => {\n return ['auto'];\n },\n },\n\n /**\n * The direction the popover displays relative to the anchor.\n * @see https://atomiks.github.io/tippyjs/v6/all-props/#placement\"\n * @values top, top-start, top-end,\n * right, right-start, right-end,\n * left, left-start, left-end,\n * bottom, bottom-start, bottom-end,\n * auto, auto-start, auto-end\n */\n placement: {\n type: String,\n default: 'top-start',\n validator (placement) {\n return TOOLTIP_DIRECTIONS.includes(placement);\n },\n },\n\n /**\n * Padding size class for the popover content.\n * @values none, small, medium, large\n */\n padding: {\n type: String,\n default: 'large',\n validator: (padding) => {\n return Object.keys(POPOVER_PADDING_CLASSES).some((item) => item === padding);\n },\n },\n\n /**\n * Displaces the content box from its anchor element\n * by the specified number of pixels.\n * @see https://atomiks.github.io/tippyjs/v6/all-props/#offset\"\n */\n offset: {\n type: Array,\n default: () => [0, 16],\n },\n\n /**\n * The id of the tooltip\n */\n id: {\n type: String,\n default () { return getUniqueString(); },\n },\n\n /**\n * Additional class name for the header content wrapper element.\n */\n headerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the footer content wrapper element.\n */\n footerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the dialog element.\n */\n dialogClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the content wrapper element.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Sets the element to which the popover is going to append to.\n * 'body' will append to the nearest body (supports shadow DOM).\n * @values 'body', 'parent', HTMLElement,\n */\n appendTo: {\n type: [HTMLElement, String],\n default: 'body',\n validator: appendTo => {\n return POPOVER_APPEND_TO_VALUES.includes(appendTo) ||\n (appendTo instanceof HTMLElement);\n },\n },\n\n /**\n * The enter delay in milliseconds before the hovercard is shown.\n * @type number\n */\n enterDelay: {\n type: Number,\n default: TOOLTIP_DELAY_MS,\n },\n\n /**\n * The leave delay in milliseconds before the hovercard is hidden.\n * @type number\n */\n leaveDelay: {\n type: Number,\n default: TOOLTIP_DELAY_MS,\n },\n\n /**\n * External anchor element reference. Use this instead of the anchor slot when\n * the anchor may be inside a Shadow DOM, as querySelector cannot pierce shadow boundaries.\n */\n externalAnchorElement: {\n type: HTMLElement,\n default: null,\n },\n});\n\ndefineEmits([\n /**\n * Emitted when hovercard is shown or hidden\n *\n * @event opened\n * @type {Boolean | Array}\n */\n 'opened',\n]);\n\nconst hovercardOpen = ref(props.open);\nconst contentFocused = ref(false);\nconst mouseOverHovercard = ref(false);\nconst inTimer = ref(null);\nconst outTimer = ref(null);\nconst anchorEl = ref(null);\nconst observer = ref(null);\nconst popover = ref(null);\n\nonMounted(() => {\n nextTick(() => {\n anchorEl.value = popover.value?.$refs?.anchor?.firstElementChild;\n\n observer.value = new MutationObserver(() => {\n if (anchorEl.value && !anchorEl.value.isConnected) {\n hovercardOpen.value = false;\n }\n });\n\n observer.value.observe(document.body, {\n childList: true,\n subtree: true,\n });\n });\n});\n\nonBeforeUnmount(() => {\n if (observer.value) {\n observer.value.disconnect();\n }\n clearTimeout(inTimer);\n clearTimeout(outTimer);\n});\nwatch(() => props.open, (open) => {\n hovercardOpen.value = open;\n}, { immediate: true });\n\ndefineExpose({ show: onMouseEnter, hide: onMouseLeave });\n\nfunction setInTimer () {\n if (props.open === null) {\n clearTimeout(outTimer.value);\n inTimer.value = setTimeout(() => {\n hovercardOpen.value = true;\n }, props.enterDelay);\n }\n}\n\nfunction setOutTimer () {\n if (props.open === null) {\n clearTimeout(inTimer.value);\n outTimer.value = setTimeout(() => {\n hovercardOpen.value = false;\n }, props.leaveDelay);\n }\n}\n\nfunction onMouseEnter () {\n mouseOverHovercard.value = true;\n setInTimer();\n}\n\nfunction onMouseLeave () {\n mouseOverHovercard.value = false;\n if (contentFocused.value) {\n return;\n }\n setOutTimer();\n}\n\nfunction onContentFocusIn () {\n contentFocused.value = true;\n setInTimer();\n}\n\nfunction onContentFocusOut () {\n contentFocused.value = false;\n\n // If mouse is not over the hovercard, close it\n if (!mouseOverHovercard.value) {\n setOutTimer();\n }\n}\n</script>\n"],"names":["props","__props","hovercardOpen","ref","contentFocused","mouseOverHovercard","inTimer","outTimer","anchorEl","observer","popover","onMounted","nextTick","_c","_b","_a","onBeforeUnmount","watch","open","__expose","onMouseEnter","onMouseLeave","setInTimer","setOutTimer","onContentFocusIn","onContentFocusOut","_createBlock","_unref","DtPopover","_cache","e","$emit","_withCtx","attrs","_renderSlot","_ctx","_createElementVNode"],"mappings":"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"}
@@ -162,6 +162,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
162
162
  };
163
163
  computedAriaLive(): unknown;
164
164
  iconSize(): any;
165
+ loaderSize(): any;
165
166
  }, {
166
167
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
167
168
  buttonClasses(): any[];
@@ -280,7 +281,32 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
280
281
  width: string;
281
282
  assertiveOnFocus: boolean;
282
283
  rel: string;
283
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
284
+ }, {}, {
285
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
286
+ ariaLabel: {
287
+ type: StringConstructor;
288
+ default: string;
289
+ };
290
+ size: {
291
+ type: StringConstructor;
292
+ default: string;
293
+ validator: (s: unknown) => boolean;
294
+ };
295
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
296
+ ariaLabel: {
297
+ type: StringConstructor;
298
+ default: string;
299
+ };
300
+ size: {
301
+ type: StringConstructor;
302
+ default: string;
303
+ validator: (s: unknown) => boolean;
304
+ };
305
+ }>> & Readonly<{}>, {
306
+ size: string;
307
+ ariaLabel: string;
308
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
309
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
284
310
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
285
311
  export default _default;
286
312
  //# sourceMappingURL=sr_only_close_button.vue.d.ts.map
@@ -546,6 +546,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
546
546
  };
547
547
  computedAriaLive(): unknown;
548
548
  iconSize(): any;
549
+ loaderSize(): any;
549
550
  }, {
550
551
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
551
552
  buttonClasses(): any[];
@@ -664,7 +665,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
664
665
  width: string;
665
666
  assertiveOnFocus: boolean;
666
667
  rel: string;
667
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
668
+ }, {}, {
669
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
670
+ ariaLabel: {
671
+ type: StringConstructor;
672
+ default: string;
673
+ };
674
+ size: {
675
+ type: StringConstructor;
676
+ default: string;
677
+ validator: (s: unknown) => boolean;
678
+ };
679
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
680
+ ariaLabel: {
681
+ type: StringConstructor;
682
+ default: string;
683
+ };
684
+ size: {
685
+ type: StringConstructor;
686
+ default: string;
687
+ validator: (s: unknown) => boolean;
688
+ };
689
+ }>> & Readonly<{}>, {
690
+ size: string;
691
+ ariaLabel: string;
692
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
693
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
668
694
  SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
669
695
  i18n: any;
670
696
  }, {
@@ -829,6 +855,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
829
855
  };
830
856
  computedAriaLive(): unknown;
831
857
  iconSize(): any;
858
+ loaderSize(): any;
832
859
  }, {
833
860
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
834
861
  buttonClasses(): any[];
@@ -947,7 +974,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
947
974
  width: string;
948
975
  assertiveOnFocus: boolean;
949
976
  rel: string;
950
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
977
+ }, {}, {
978
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
979
+ ariaLabel: {
980
+ type: StringConstructor;
981
+ default: string;
982
+ };
983
+ size: {
984
+ type: StringConstructor;
985
+ default: string;
986
+ validator: (s: unknown) => boolean;
987
+ };
988
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
989
+ ariaLabel: {
990
+ type: StringConstructor;
991
+ default: string;
992
+ };
993
+ size: {
994
+ type: StringConstructor;
995
+ default: string;
996
+ validator: (s: unknown) => boolean;
997
+ };
998
+ }>> & Readonly<{}>, {
999
+ size: string;
1000
+ ariaLabel: string;
1001
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1002
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
951
1003
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
952
1004
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
953
1005
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"banner.vue.d.ts","sourceRoot":"","sources":["../../../../components/banner/banner.vue"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAgPA,IAlIW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkIX,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAyMjF,GAzMiF"}
1
+ {"version":3,"file":"banner.vue.d.ts","sourceRoot":"","sources":["../../../../components/banner/banner.vue"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAgPA,IAlIW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkIX,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyMjF,GAzMiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAyMjF,GAzMiF"}
@@ -124,6 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
124
124
  };
125
125
  computedAriaLive(): unknown;
126
126
  iconSize(): any;
127
+ loaderSize(): any;
127
128
  }, {
128
129
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
129
130
  buttonClasses(): any[];
@@ -242,6 +243,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
242
243
  width: string;
243
244
  assertiveOnFocus: boolean;
244
245
  rel: string;
245
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
246
+ }, {}, {
247
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
248
+ ariaLabel: {
249
+ type: StringConstructor;
250
+ default: string;
251
+ };
252
+ size: {
253
+ type: StringConstructor;
254
+ default: string;
255
+ validator: (s: unknown) => boolean;
256
+ };
257
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
258
+ ariaLabel: {
259
+ type: StringConstructor;
260
+ default: string;
261
+ };
262
+ size: {
263
+ type: StringConstructor;
264
+ default: string;
265
+ validator: (s: unknown) => boolean;
266
+ };
267
+ }>> & Readonly<{}>, {
268
+ size: string;
269
+ ariaLabel: string;
270
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
271
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
246
272
  export default _default;
247
273
  //# sourceMappingURL=button.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../../components/button/button.vue"],"names":[],"mappings":"AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA6c+B,gBAAgB"}
1
+ {"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../../components/button/button.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA0d+B,gBAAgB"}
@@ -223,6 +223,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
223
223
  };
224
224
  computedAriaLive(): unknown;
225
225
  iconSize(): any;
226
+ loaderSize(): any;
226
227
  }, {
227
228
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
228
229
  buttonClasses(): any[];
@@ -341,7 +342,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
341
342
  width: string;
342
343
  assertiveOnFocus: boolean;
343
344
  rel: string;
344
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
345
+ }, {}, {
346
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
347
+ ariaLabel: {
348
+ type: StringConstructor;
349
+ default: string;
350
+ };
351
+ size: {
352
+ type: StringConstructor;
353
+ default: string;
354
+ validator: (s: unknown) => boolean;
355
+ };
356
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
357
+ ariaLabel: {
358
+ type: StringConstructor;
359
+ default: string;
360
+ };
361
+ size: {
362
+ type: StringConstructor;
363
+ default: string;
364
+ validator: (s: unknown) => boolean;
365
+ };
366
+ }>> & Readonly<{}>, {
367
+ size: string;
368
+ ariaLabel: string;
369
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
370
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
345
371
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
346
372
  size: {
347
373
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"chip.vue.d.ts","sourceRoot":"","sources":["../../../../components/chip/chip.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgQA,GAnNS;;;;;;;+BA0NuC,gBAAgB"}
1
+ {"version":3,"file":"chip.vue.d.ts","sourceRoot":"","sources":["../../../../components/chip/chip.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgQA,GAnNS;;;;;;;+BA0NuC,gBAAgB"}
@@ -241,6 +241,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
241
241
  };
242
242
  computedAriaLive(): unknown;
243
243
  iconSize(): any;
244
+ loaderSize(): any;
244
245
  }, {
245
246
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
246
247
  buttonClasses(): any[];
@@ -359,7 +360,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
359
360
  width: string;
360
361
  assertiveOnFocus: boolean;
361
362
  rel: string;
362
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
363
+ }, {}, {
364
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
365
+ ariaLabel: {
366
+ type: StringConstructor;
367
+ default: string;
368
+ };
369
+ size: {
370
+ type: StringConstructor;
371
+ default: string;
372
+ validator: (s: unknown) => boolean;
373
+ };
374
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
375
+ ariaLabel: {
376
+ type: StringConstructor;
377
+ default: string;
378
+ };
379
+ size: {
380
+ type: StringConstructor;
381
+ default: string;
382
+ validator: (s: unknown) => boolean;
383
+ };
384
+ }>> & Readonly<{}>, {
385
+ size: string;
386
+ ariaLabel: string;
387
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
388
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
363
389
  DtCollapsibleLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
364
390
  show: {
365
391
  type: BooleanConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"collapsible.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible.vue"],"names":[],"mappings":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4RA,GA1O6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0O7B,GA1O6B;;;;;;;+BA0OwC,gBAAgB"}
1
+ {"version":3,"file":"collapsible.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible.vue"],"names":[],"mappings":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4RA,GA1O6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0O7B,GA1O6B;;;;;;;+BA0OwC,gBAAgB"}
@@ -850,6 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
850
850
  };
851
851
  computedAriaLive(): unknown;
852
852
  iconSize(): any;
853
+ loaderSize(): any;
853
854
  }, {
854
855
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
855
856
  buttonClasses(): any[];
@@ -968,7 +969,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
968
969
  width: string;
969
970
  assertiveOnFocus: boolean;
970
971
  rel: string;
971
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
972
+ }, {}, {
973
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
974
+ ariaLabel: {
975
+ type: StringConstructor;
976
+ default: string;
977
+ };
978
+ size: {
979
+ type: StringConstructor;
980
+ default: string;
981
+ validator: (s: unknown) => boolean;
982
+ };
983
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
984
+ ariaLabel: {
985
+ type: StringConstructor;
986
+ default: string;
987
+ };
988
+ size: {
989
+ type: StringConstructor;
990
+ default: string;
991
+ validator: (s: unknown) => boolean;
992
+ };
993
+ }>> & Readonly<{}>, {
994
+ size: string;
995
+ ariaLabel: string;
996
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
997
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
972
998
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
973
999
  DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
974
1000
  show: {
@@ -1169,6 +1195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1169
1195
  };
1170
1196
  computedAriaLive(): unknown;
1171
1197
  iconSize(): any;
1198
+ loaderSize(): any;
1172
1199
  }, {
1173
1200
  resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
1174
1201
  buttonClasses(): any[];
@@ -1287,7 +1314,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1287
1314
  width: string;
1288
1315
  assertiveOnFocus: boolean;
1289
1316
  rel: string;
1290
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1317
+ }, {}, {
1318
+ DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1319
+ ariaLabel: {
1320
+ type: StringConstructor;
1321
+ default: string;
1322
+ };
1323
+ size: {
1324
+ type: StringConstructor;
1325
+ default: string;
1326
+ validator: (s: unknown) => boolean;
1327
+ };
1328
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1329
+ ariaLabel: {
1330
+ type: StringConstructor;
1331
+ default: string;
1332
+ };
1333
+ size: {
1334
+ type: StringConstructor;
1335
+ default: string;
1336
+ validator: (s: unknown) => boolean;
1337
+ };
1338
+ }>> & Readonly<{}>, {
1339
+ size: string;
1340
+ ariaLabel: string;
1341
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1342
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1291
1343
  DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1292
1344
  size: {
1293
1345
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsfA,IApYK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAoYL,GA7ce;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6cf,GA7ce"}
1
+ {"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsfA,IApYK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAoYL,GA7ce;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6cf,GA7ce"}