@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.
- package/dist/css/dialtone-default-theme.css +20 -1
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +20 -1
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +92071 -92071
- package/dist/vue3/common/dates/index.js +4 -4
- package/dist/vue3/common/utils/index.js +3 -3
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +349 -347
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/attachment-carousel/attachment-carousel.js +1 -1
- package/dist/vue3/lib/avatar/avatar.js +10 -10
- package/dist/vue3/lib/badge/badge.js +5 -5
- package/dist/vue3/lib/banner/banner.js +1 -1
- package/dist/vue3/lib/breadcrumbs/breadcrumb-item.js +2 -2
- package/dist/vue3/lib/breadcrumbs/breadcrumbs.js +1 -1
- package/dist/vue3/lib/button/button.js +14 -14
- package/dist/vue3/lib/button-group/button-group.js +2 -2
- package/dist/vue3/lib/button-group/buttons-decorator.js +2 -2
- package/dist/vue3/lib/callbar-button/callbar-button.js +2 -2
- package/dist/vue3/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
- package/dist/vue3/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +9 -9
- package/dist/vue3/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
- package/dist/vue3/lib/callbar-button-with-popover/callbar-button-with-popover.js +9 -9
- package/dist/vue3/lib/callbox/callbox.js +1 -1
- package/dist/vue3/lib/card/card.js +4 -4
- package/dist/vue3/lib/checkbox/checkbox.js +5 -5
- package/dist/vue3/lib/checkbox-group/checkboxes-decorator.js +1 -1
- package/dist/vue3/lib/chip/chip.js +7 -7
- package/dist/vue3/lib/codeblock/codeblock.js +2 -2
- package/dist/vue3/lib/collapsible/collapsible-lazy-show.js +3 -3
- package/dist/vue3/lib/collapsible/collapsible.js +8 -8
- package/dist/vue3/lib/combobox/combobox-empty-list.js +2 -2
- package/dist/vue3/lib/combobox/combobox-loading-list.js +3 -3
- package/dist/vue3/lib/combobox/combobox.cjs +1 -1
- package/dist/vue3/lib/combobox/combobox.js +8 -8
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js +1 -1
- package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
- package/dist/vue3/lib/combobox-with-popover/combobox-with-popover.js +10 -10
- package/dist/vue3/lib/contact-centers-row/contact-centers-row.js +7 -7
- package/dist/vue3/lib/contact-info/contact-info.js +1 -1
- package/dist/vue3/lib/contact-row/contact-row.js +1 -1
- package/dist/vue3/lib/datepicker/datepicker.cjs +1 -1
- package/dist/vue3/lib/datepicker/datepicker.cjs.map +1 -1
- package/dist/vue3/lib/datepicker/datepicker.js +306 -242
- package/dist/vue3/lib/datepicker/datepicker.js.map +1 -1
- package/dist/vue3/lib/datepicker/utils.cjs +1 -1
- package/dist/vue3/lib/datepicker/utils.cjs.map +1 -1
- package/dist/vue3/lib/datepicker/utils.js +40 -40
- package/dist/vue3/lib/datepicker/utils.js.map +1 -1
- package/dist/vue3/lib/description-list/description-list.js +3 -3
- package/dist/vue3/lib/dropdown/dropdown-list.js +4 -4
- package/dist/vue3/lib/dropdown/dropdown-separator.js +2 -2
- package/dist/vue3/lib/dropdown/dropdown.js +2 -2
- package/dist/vue3/lib/editor/editor.js +9 -9
- package/dist/vue3/lib/emoji/emoji.js +2 -2
- package/dist/vue3/lib/emoji-picker/emoji-picker.js +1 -1
- package/dist/vue3/lib/emoji-row/emoji-row.js +6 -6
- package/dist/vue3/lib/empty-state/empty-state.js +7 -7
- package/dist/vue3/lib/feed-item-pill/feed-item-pill.js +1 -1
- package/dist/vue3/lib/feed-item-row/feed-item-row.js +15 -15
- package/dist/vue3/lib/general-row/general-row.js +13 -13
- package/dist/vue3/lib/general-row/index.cjs +1 -1
- package/dist/vue3/lib/general-row/index.js +6 -4
- package/dist/vue3/lib/general-row/index.js.map +1 -1
- package/dist/vue3/lib/general-row/leftbar-general-row-icon.js +5 -5
- package/dist/vue3/lib/group-row/group-row.js +2 -2
- package/dist/vue3/lib/grouped-chip/grouped-chip.js +14 -14
- package/dist/vue3/lib/hovercard/hovercard.js +2 -2
- package/dist/vue3/lib/icon/icon.js +3 -3
- package/dist/vue3/lib/illustration/illustration.js +3 -3
- package/dist/vue3/lib/image-viewer/image-viewer.js +12 -12
- package/dist/vue3/lib/input/input.js +10 -10
- package/dist/vue3/lib/input-group/input-group.js +8 -8
- package/dist/vue3/lib/item-layout/item-layout.js +13 -13
- package/dist/vue3/lib/ivr-node/ivr-node.js +9 -9
- package/dist/vue3/lib/keyboard-shortcut/keyboard-shortcut.js +3 -3
- package/dist/vue3/lib/lazy-show/lazy-show.js +2 -2
- package/dist/vue3/lib/link/link.js +2 -2
- package/dist/vue3/lib/list-item/list-item.js +3 -3
- package/dist/vue3/lib/list-item-group/list-item-group.js +5 -5
- package/dist/vue3/lib/loader/loader.js +2 -2
- package/dist/vue3/lib/message-input/message-input-button.js +5 -5
- package/dist/vue3/lib/message-input/message-input-link.js +2 -2
- package/dist/vue3/lib/message-input/message-input-topbar.js +2 -2
- package/dist/vue3/lib/message-input/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input/message-input.js +17 -16
- package/dist/vue3/lib/message-input/message-input.js.map +1 -1
- package/dist/vue3/lib/modal/modal.js +1 -1
- package/dist/vue3/lib/motion-text/motion-text.js +5 -5
- package/dist/vue3/lib/notice/notice-action.js +1 -1
- package/dist/vue3/lib/notice/notice-content.js +6 -6
- package/dist/vue3/lib/notice/notice-icon.js +4 -4
- package/dist/vue3/lib/notice/notice.js +1 -1
- package/dist/vue3/lib/pagination/pagination.js +1 -1
- package/dist/vue3/lib/popover/popover-constants.js +3 -3
- package/dist/vue3/lib/popover/popover-header-footer.js +6 -6
- package/dist/vue3/lib/popover/popover.js +7 -7
- package/dist/vue3/lib/presence/presence.js +4 -4
- package/dist/vue3/lib/radio/radio.js +10 -10
- package/dist/vue3/lib/radio-group/radios-decorator.js +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +4 -4
- package/dist/vue3/lib/root-layout/root-layout.js +3 -3
- package/dist/vue3/lib/scroller/scroller.js +1 -1
- package/dist/vue3/lib/select-menu/select-menu.js +12 -12
- package/dist/vue3/lib/settings-menu-button/settings-menu-button.js +3 -3
- package/dist/vue3/lib/skeleton/skeleton-list-item.js +2 -2
- package/dist/vue3/lib/skeleton/skeleton-paragraph.js +1 -1
- package/dist/vue3/lib/skeleton/skeleton-shape.js +2 -2
- package/dist/vue3/lib/skeleton/skeleton-text.js +4 -4
- package/dist/vue3/lib/skeleton/skeleton.js +1 -1
- package/dist/vue3/lib/split-button/split-button-alpha.js +2 -2
- package/dist/vue3/lib/split-button/split-button-omega.js +2 -2
- package/dist/vue3/lib/split-button/split-button.js +13 -13
- package/dist/vue3/lib/stack/stack.js +2 -2
- package/dist/vue3/lib/stack/utils.js +5 -5
- package/dist/vue3/lib/stack/validators.js +7 -7
- package/dist/vue3/lib/tab/tab-group.js +2 -2
- package/dist/vue3/lib/tab/tab-panel.js +2 -2
- package/dist/vue3/lib/tab/tab.js +2 -2
- package/dist/vue3/lib/time-pill/time-pill.js +2 -2
- package/dist/vue3/lib/toast/toast.js +1 -1
- package/dist/vue3/lib/toggle/toggle.js +7 -7
- package/dist/vue3/lib/tooltip/tooltip.js +5 -5
- package/dist/vue3/lib/top-banner-info/top-banner-info.js +2 -2
- package/dist/vue3/lib/unread-pill/unread-pill.js +1 -1
- package/dist/vue3/lib/validation-messages/validation-messages.js +6 -6
- package/dist/vue3/node_modules/@tiptap/vue-3.cjs.map +1 -1
- package/dist/vue3/node_modules/@tiptap/vue-3.js.map +1 -1
- package/dist/vue3/shared/sr_only_close_button.js +2 -2
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts +4 -0
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +8 -0
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +4 -0
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/utils.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/utils.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +1 -0
- package/package.json +3 -14
|
@@ -29,14 +29,14 @@ import Ne from "@tiptap/extension-font-family";
|
|
|
29
29
|
import { PluginKey as T, Plugin as Oe } from "@tiptap/pm/state";
|
|
30
30
|
import De from "@tiptap/suggestion";
|
|
31
31
|
import { emojiPattern as z } from "regex-combined-emojis";
|
|
32
|
-
import { resolveComponent as d,
|
|
32
|
+
import { resolveComponent as d, openBlock as l, createBlock as m, withCtx as u, createVNode as f, createElementBlock as _, withDirectives as Ae, createElementVNode as k, Fragment as Pe, renderList as je, withModifiers as j, normalizeClass as X, resolveDynamicComponent as He, vShow as Ke, createTextVNode as C, toDisplayString as h, markRaw as M, createCommentVNode as w, mergeProps as Fe } from "vue";
|
|
33
33
|
import { _ as g } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
34
34
|
import J from "../emoji/emoji.js";
|
|
35
35
|
import { getEmojiData as Ve, emojiRegex as qe, stringToUnicode as Ue, codeToEmojiData as H, emojiShortCodeRegex as We } from "../../common/emoji/index.js";
|
|
36
36
|
import ze from "../list-item/list-item.js";
|
|
37
37
|
import E from "../stack/stack.js";
|
|
38
38
|
import B from "tippy.js";
|
|
39
|
-
import {
|
|
39
|
+
import { linkRegex as Xe, getPhoneNumberRegex as Je, warnIfUnmounted as Ge, returnFirstEl as F } from "../../common/utils/index.js";
|
|
40
40
|
import Ye from "@tiptap/extension-image";
|
|
41
41
|
import K from "@tiptap/extension-mention";
|
|
42
42
|
import G from "../link/link.js";
|
|
@@ -441,7 +441,7 @@ function vt(e, t, o, n) {
|
|
|
441
441
|
for (const a of i)
|
|
442
442
|
a.mark.type === n && o.removeMark(a.from, a.to, n);
|
|
443
443
|
}
|
|
444
|
-
const q =
|
|
444
|
+
const q = Je(1, 15);
|
|
445
445
|
function U(e, t, o, n, r, s) {
|
|
446
446
|
if (!e)
|
|
447
447
|
return;
|
|
@@ -458,7 +458,7 @@ function U(e, t, o, n, r, s) {
|
|
|
458
458
|
"right",
|
|
459
459
|
q
|
|
460
460
|
), y = e.slice(c.from, p.to);
|
|
461
|
-
Et(y,
|
|
461
|
+
Et(y, Xe, St).forEach((D) => {
|
|
462
462
|
const x = Lt(D[0]), L = t + c.from + D.index + 1, Y = L + x.length;
|
|
463
463
|
r.addMark(L, Y, s.create());
|
|
464
464
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ROOT_LAYOUT_SIDEBAR_POSITIONS as d, ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as l } from "./root-layout-constants.js";
|
|
2
|
+
import { openBlock as i, createElementBlock as n, normalizeClass as o, createElementVNode as a, renderSlot as r } from "vue";
|
|
3
3
|
import { _ as u } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const y = {
|
|
5
5
|
compatConfig: { MODE: 3 },
|
|
@@ -108,7 +108,7 @@ const y = {
|
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
110
|
function f(t, c, e, p, _, s) {
|
|
111
|
-
return
|
|
111
|
+
return i(), n("div", {
|
|
112
112
|
class: o([
|
|
113
113
|
"root-layout",
|
|
114
114
|
"d-root-layout",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { reactive as ce, ref as U, computed as E, watch as fe, onMounted as xe, nextTick as Fe,
|
|
1
|
+
import { reactive as ce, ref as U, computed as E, watch as fe, onMounted as xe, nextTick as Fe, openBlock as P, createElementBlock as de, normalizeClass as ue, createBlock as L, resolveDynamicComponent as X, normalizeStyle as he, unref as Ae, withCtx as V, Fragment as Oe, renderList as Ue, mergeProps as pe, toHandlers as Pe, renderSlot as G, markRaw as Re, shallowReactive as Be, h as Ve, resolveComponent as me, createVNode as Me, normalizeProps as ve, guardReactiveProps as ye, provide as He } from "vue";
|
|
2
2
|
import { returnFirstEl as w } from "../../common/utils/index.js";
|
|
3
3
|
import { _ as qe } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const ze = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveComponent as h,
|
|
1
|
+
import { resolveComponent as h, openBlock as i, createElementBlock as r, mergeProps as l, createElementVNode as n, renderSlot as c, createTextVNode as m, toDisplayString as u, createCommentVNode as p, normalizeClass as g, toHandlers as y, Fragment as C, renderList as b, createVNode as E, warn as _ } from "vue";
|
|
2
2
|
import { DESCRIPTION_SIZE_MODIFIERS as I, LABEL_SIZE_MODIFIERS as O } from "../../common/constants/index.js";
|
|
3
3
|
import { SELECT_STATE_MODIFIERS as v, SELECT_SIZE_MODIFIERS as S } from "./select-menu-constants.js";
|
|
4
4
|
import { addClassStyleAttrs as A, removeClassStyleAttrs as D, getUniqueString as M, getValidationState as P, hasSlotContent as V } from "../../common/utils/index.js";
|
|
@@ -203,9 +203,9 @@ const F = {
|
|
|
203
203
|
}, K = ["aria-details"], N = ["id"], k = ["disabled", "value"], q = ["value"];
|
|
204
204
|
function Z(e, d, t, w, a, s) {
|
|
205
205
|
const f = h("dt-validation-messages");
|
|
206
|
-
return
|
|
206
|
+
return i(), r("div", l({ class: t.rootClass }, s.addClassStyleAttrs(e.$attrs)), [
|
|
207
207
|
n("label", null, [
|
|
208
|
-
a.hasSlotContent(e.$slots.label) || t.label ? (
|
|
208
|
+
a.hasSlotContent(e.$slots.label) || t.label ? (i(), r("div", l({
|
|
209
209
|
key: 0,
|
|
210
210
|
"aria-details": s.labelAriaDetails,
|
|
211
211
|
class: [
|
|
@@ -215,10 +215,10 @@ function Z(e, d, t, w, a, s) {
|
|
|
215
215
|
]
|
|
216
216
|
}, t.labelChildProps, { "data-qa": "dt-select-label" }), [
|
|
217
217
|
c(e.$slots, "label", {}, () => [
|
|
218
|
-
|
|
218
|
+
m(u(t.label), 1)
|
|
219
219
|
])
|
|
220
|
-
], 16, K)) :
|
|
221
|
-
a.hasSlotContent(e.$slots.description) || t.description ? (
|
|
220
|
+
], 16, K)) : p("", !0),
|
|
221
|
+
a.hasSlotContent(e.$slots.description) || t.description ? (i(), r("div", l({
|
|
222
222
|
key: 1,
|
|
223
223
|
id: s.descriptionKey,
|
|
224
224
|
class: [
|
|
@@ -228,11 +228,11 @@ function Z(e, d, t, w, a, s) {
|
|
|
228
228
|
]
|
|
229
229
|
}, t.descriptionChildProps, { "data-qa": "dt-select-description" }), [
|
|
230
230
|
c(e.$slots, "description", {}, () => [
|
|
231
|
-
|
|
231
|
+
m(u(t.description), 1)
|
|
232
232
|
])
|
|
233
|
-
], 16, N)) :
|
|
233
|
+
], 16, N)) : p("", !0),
|
|
234
234
|
n("div", {
|
|
235
|
-
class:
|
|
235
|
+
class: g([
|
|
236
236
|
"d-select",
|
|
237
237
|
a.SELECT_SIZE_MODIFIERS[t.size],
|
|
238
238
|
t.selectClass,
|
|
@@ -250,9 +250,9 @@ function Z(e, d, t, w, a, s) {
|
|
|
250
250
|
"data-qa": "dt-select",
|
|
251
251
|
disabled: t.disabled,
|
|
252
252
|
value: t.modelValue
|
|
253
|
-
},
|
|
253
|
+
}, y(s.selectListeners, !0)), [
|
|
254
254
|
c(e.$slots, "default", {}, () => [
|
|
255
|
-
(
|
|
255
|
+
(i(!0), r(C, null, b(t.options, (o) => (i(), r("option", l({
|
|
256
256
|
key: s.getOptionKey(o.value),
|
|
257
257
|
value: o.value,
|
|
258
258
|
class: t.optionClass
|
|
@@ -261,7 +261,7 @@ function Z(e, d, t, w, a, s) {
|
|
|
261
261
|
], 16, k)
|
|
262
262
|
], 2)
|
|
263
263
|
]),
|
|
264
|
-
|
|
264
|
+
E(f, l({
|
|
265
265
|
"validation-messages": e.formattedMessages,
|
|
266
266
|
"show-messages": e.showMessages,
|
|
267
267
|
class: e.messagesClass
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import p from "../button/button.js";
|
|
2
2
|
import { DtIconMoreVertical as u } from "@dialpad/dialtone-icons/vue3";
|
|
3
|
-
import { resolveComponent as r,
|
|
3
|
+
import { resolveComponent as r, openBlock as i, createBlock as s, mergeProps as l, withCtx as o, renderSlot as m, createVNode as c } from "vue";
|
|
4
4
|
import { _ as d } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const _ = {
|
|
6
6
|
compatConfig: { MODE: 3 },
|
|
@@ -31,7 +31,7 @@ const _ = {
|
|
|
31
31
|
};
|
|
32
32
|
function f(e, b, t, g, v, k) {
|
|
33
33
|
const a = r("dt-icon-more-vertical"), n = r("dt-button");
|
|
34
|
-
return t.updateAvailable ? (
|
|
34
|
+
return t.updateAvailable ? (i(), s(n, l({
|
|
35
35
|
key: 0,
|
|
36
36
|
importance: "outlined",
|
|
37
37
|
size: "xs",
|
|
@@ -46,7 +46,7 @@ function f(e, b, t, g, v, k) {
|
|
|
46
46
|
m(e.$slots, "default")
|
|
47
47
|
]),
|
|
48
48
|
_: 3
|
|
49
|
-
}, 16, ["aria-label"])) : (
|
|
49
|
+
}, 16, ["aria-label"])) : (i(), s(n, l({
|
|
50
50
|
key: 1,
|
|
51
51
|
importance: "clear",
|
|
52
52
|
kind: "inverted",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SKELETON_SHAPES as i } from "./skeleton-constants.js";
|
|
2
2
|
import l from "./skeleton-shape.js";
|
|
3
3
|
import r from "./skeleton-paragraph.js";
|
|
4
|
-
import { resolveComponent as a,
|
|
4
|
+
import { resolveComponent as a, openBlock as m, createElementBlock as c, normalizeClass as d, createVNode as n, createElementVNode as f, mergeProps as p } from "vue";
|
|
5
5
|
import { _ as u } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
const _ = {
|
|
7
7
|
compatConfig: { MODE: 3 },
|
|
@@ -81,7 +81,7 @@ const _ = {
|
|
|
81
81
|
}, h = { class: "d-skeleton-list-item__paragraph-container" };
|
|
82
82
|
function k(t, g, e, S, y, D) {
|
|
83
83
|
const o = a("dt-skeleton-shape"), s = a("dt-skeleton-paragraph");
|
|
84
|
-
return
|
|
84
|
+
return m(), c("div", {
|
|
85
85
|
"data-qa": "skeleton-list-item",
|
|
86
86
|
class: d([
|
|
87
87
|
"d-skeleton-list-item",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import u from "./skeleton-text.js";
|
|
2
|
-
import { resolveComponent as c,
|
|
2
|
+
import { resolveComponent as c, openBlock as r, createElementBlock as m, normalizeClass as h, Fragment as f, renderList as p, createBlock as g } from "vue";
|
|
3
3
|
import { _ as y } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const o = (e) => e !== "" && !Number.isNaN(Number(e)), w = {
|
|
5
5
|
compatConfig: { MODE: 3 },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import s from "../../common/mixins/skeleton.js";
|
|
2
2
|
import { SKELETON_SHAPE_SIZES as i, SKELETON_SHAPES as a } from "./skeleton-constants.js";
|
|
3
|
-
import {
|
|
3
|
+
import { openBlock as l, createElementBlock as r, normalizeStyle as m, normalizeClass as c } from "vue";
|
|
4
4
|
import { _ as p } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const d = {
|
|
6
6
|
compatConfig: { MODE: 3 },
|
|
@@ -78,7 +78,7 @@ const d = {
|
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
80
|
function S(e, f, t, h, n, o) {
|
|
81
|
-
return
|
|
81
|
+
return l(), r("div", {
|
|
82
82
|
ref: "skeleton",
|
|
83
83
|
"data-qa": "skeleton-shape",
|
|
84
84
|
class: c([
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SKELETON_HEADING_HEIGHTS as n, SKELETON_TEXT_TYPES as s } from "./skeleton-constants.js";
|
|
2
2
|
import r from "../../common/mixins/skeleton.js";
|
|
3
|
-
import {
|
|
3
|
+
import { openBlock as a, createElementBlock as l, normalizeStyle as o, normalizeClass as d, createCommentVNode as m } from "vue";
|
|
4
4
|
import { _ as c } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const f = {
|
|
6
6
|
compatConfig: { MODE: 3 },
|
|
@@ -74,7 +74,7 @@ const f = {
|
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
function y(t, k, e, u, i, h) {
|
|
77
|
-
return e.type === "body" ? (
|
|
77
|
+
return e.type === "body" ? (a(), l("div", {
|
|
78
78
|
key: 0,
|
|
79
79
|
ref: "skeleton",
|
|
80
80
|
"data-qa": "skeleton-text-body",
|
|
@@ -90,7 +90,7 @@ function y(t, k, e, u, i, h) {
|
|
|
90
90
|
width: e.width,
|
|
91
91
|
...t.skeletonStyle
|
|
92
92
|
})
|
|
93
|
-
}, null, 6)) : e.type === "heading" ? (
|
|
93
|
+
}, null, 6)) : e.type === "heading" ? (a(), l("div", {
|
|
94
94
|
key: 1,
|
|
95
95
|
ref: "skeleton",
|
|
96
96
|
"data-qa": "skeleton-text-heading",
|
|
@@ -2,7 +2,7 @@ import u from "./skeleton-shape.js";
|
|
|
2
2
|
import p from "./skeleton-list-item.js";
|
|
3
3
|
import d from "./skeleton-paragraph.js";
|
|
4
4
|
import c from "./skeleton-text.js";
|
|
5
|
-
import { resolveComponent as n,
|
|
5
|
+
import { resolveComponent as n, openBlock as e, createElementBlock as h, createBlock as o, mergeProps as i } from "vue";
|
|
6
6
|
import { _ as O } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
7
7
|
import "./skeleton-constants.js";
|
|
8
8
|
const _ = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveComponent as d, resolveDirective as r, withDirectives as c,
|
|
1
|
+
import { resolveComponent as d, resolveDirective as r, withDirectives as c, openBlock as f, createBlock as u, normalizeClass as p, withCtx as i, renderSlot as a } from "vue";
|
|
2
2
|
import { _ as m } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
3
|
import _ from "../button/button.js";
|
|
4
4
|
import { BUTTON_ICON_SIZES as b } from "../button/button-constants.js";
|
|
@@ -104,7 +104,7 @@ const g = {
|
|
|
104
104
|
};
|
|
105
105
|
function v(e, S, t, y, l, o) {
|
|
106
106
|
const n = d("dt-button"), s = r("dt-tooltip");
|
|
107
|
-
return c((
|
|
107
|
+
return c((f(), u(n, {
|
|
108
108
|
"data-qa": "dt-split-button-alpha",
|
|
109
109
|
active: t.active,
|
|
110
110
|
"aria-label": t.ariaLabel,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SPLIT_BUTTON_ICON_SIZES as l } from "./split-button-constants.js";
|
|
2
2
|
import { DtIconChevronDown as r } from "@dialpad/dialtone-icons/vue3";
|
|
3
3
|
import { getUniqueString as c } from "../../common/utils/index.js";
|
|
4
|
-
import { resolveComponent as i, resolveDirective as s, withDirectives as _,
|
|
4
|
+
import { resolveComponent as i, resolveDirective as s, withDirectives as _, openBlock as m, createBlock as f, normalizeClass as u, withCtx as S, renderSlot as p, createVNode as g } from "vue";
|
|
5
5
|
import { _ as v } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
import b from "../button/button.js";
|
|
7
7
|
const z = {
|
|
@@ -78,7 +78,7 @@ const z = {
|
|
|
78
78
|
};
|
|
79
79
|
function T(n, B, t, I, e, y) {
|
|
80
80
|
const o = i("dt-icon-chevron-down"), a = i("dt-button"), d = s("dt-tooltip");
|
|
81
|
-
return _((
|
|
81
|
+
return _((m(), f(a, {
|
|
82
82
|
id: t.id,
|
|
83
83
|
"data-qa": "dt-split-button-omega",
|
|
84
84
|
active: t.active,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import b from "./split-button-alpha.js";
|
|
2
2
|
import O from "./split-button-omega.js";
|
|
3
3
|
import { hasSlotContent as p, warnIfUnmounted as v, returnFirstEl as B } from "../../common/utils/index.js";
|
|
4
|
-
import { resolveComponent as r,
|
|
4
|
+
import { resolveComponent as r, openBlock as d, createElementBlock as S, normalizeStyle as k, normalizeClass as I, createVNode as c, mergeProps as m, withCtx as a, renderSlot as i, createBlock as f } from "vue";
|
|
5
5
|
import { _ as T } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
import P from "../dropdown/dropdown.js";
|
|
7
7
|
import { BUTTON_SIZE_MODIFIERS as w, BUTTON_KIND_MODIFIERS as $, BUTTON_IMPORTANCE_MODIFIERS as D, ICON_POSITION_MODIFIERS as C } from "../button/button-constants.js";
|
|
@@ -280,41 +280,41 @@ function z(t, o, l, _, s, n) {
|
|
|
280
280
|
ref: "alphaButton",
|
|
281
281
|
onClick: o[0] || (o[0] = (e) => t.$emit("alpha-clicked"))
|
|
282
282
|
}), {
|
|
283
|
-
icon:
|
|
284
|
-
|
|
283
|
+
icon: a(({ size: e }) => [
|
|
284
|
+
i(t.$slots, "alphaIcon", { size: e })
|
|
285
285
|
]),
|
|
286
|
-
default:
|
|
287
|
-
|
|
286
|
+
default: a(() => [
|
|
287
|
+
i(t.$slots, "default")
|
|
288
288
|
]),
|
|
289
289
|
_: 3
|
|
290
290
|
}, 16),
|
|
291
|
-
|
|
291
|
+
i(t.$slots, "omega", {}, () => [
|
|
292
292
|
t.$slots.dropdownList ? (d(), f(y, {
|
|
293
293
|
key: 0,
|
|
294
294
|
placement: l.dropdownPlacement,
|
|
295
295
|
onClick: o[2] || (o[2] = (e) => s.isDropdownOpen = !0),
|
|
296
296
|
onOpened: o[3] || (o[3] = (e) => s.isDropdownOpen = e)
|
|
297
297
|
}, {
|
|
298
|
-
anchor:
|
|
298
|
+
anchor: a((e) => [
|
|
299
299
|
c(u, m({ ...e, ...n.omegaButtonProps }, {
|
|
300
300
|
active: s.isDropdownOpen,
|
|
301
301
|
onClick: o[1] || (o[1] = (h) => t.$emit("omega-clicked"))
|
|
302
302
|
}), {
|
|
303
|
-
icon:
|
|
304
|
-
|
|
303
|
+
icon: a(({ size: h }) => [
|
|
304
|
+
i(t.$slots, "omegaIcon", { size: h })
|
|
305
305
|
]),
|
|
306
306
|
_: 3
|
|
307
307
|
}, 16, ["active"])
|
|
308
308
|
]),
|
|
309
|
-
list:
|
|
310
|
-
|
|
309
|
+
list: a(({ close: e }) => [
|
|
310
|
+
i(t.$slots, "dropdownList", { close: e })
|
|
311
311
|
]),
|
|
312
312
|
_: 3
|
|
313
313
|
}, 8, ["placement"])) : (d(), f(u, m({ key: 1 }, n.omegaButtonProps, {
|
|
314
314
|
onClick: o[4] || (o[4] = (e) => t.$emit("omega-clicked"))
|
|
315
315
|
}), {
|
|
316
|
-
icon:
|
|
317
|
-
|
|
316
|
+
icon: a(({ size: e }) => [
|
|
317
|
+
i(t.$slots, "omegaIcon", { size: e })
|
|
318
318
|
]),
|
|
319
319
|
_: 3
|
|
320
320
|
}, 16))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DT_STACK_JUSTIFY as i, DT_STACK_ALIGN as r, DT_STACK_RESPONSIVE_BREAKPOINTS as s, DT_STACK_GAP as l, DT_STACK_DIRECTION as n } from "./stack-constants.js";
|
|
2
2
|
import { justifyValidator as o, alignValidator as d, gapValidator as u, directionValidator as f } from "./validators.js";
|
|
3
3
|
import { getResponsiveClasses as c, getDefaultJustifyClass as p, getDefaultAlignClass as g, getDefaultDirectionClass as _, getDefaultGapClass as m } from "./utils.js";
|
|
4
|
-
import {
|
|
4
|
+
import { openBlock as D, createBlock as S, resolveDynamicComponent as C, normalizeClass as y, withCtx as T, renderSlot as A } from "vue";
|
|
5
5
|
import { _ as h } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
const v = {
|
|
7
7
|
compatConfig: { MODE: 3 },
|
|
@@ -96,7 +96,7 @@ const v = {
|
|
|
96
96
|
}
|
|
97
97
|
};
|
|
98
98
|
function j(t, k, e, O, I, a) {
|
|
99
|
-
return
|
|
99
|
+
return D(), S(C(e.as), {
|
|
100
100
|
"data-qa": "dt-stack",
|
|
101
101
|
class: y([
|
|
102
102
|
"d-stack",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DT_STACK_ALIGN as f, DT_STACK_DIRECTION as r, DT_STACK_GAP as g, DT_STACK_JUSTIFY as d, DT_STACK_RESPONSIVE_BREAKPOINTS as p } from "./stack-constants.js";
|
|
2
2
|
function o(n) {
|
|
3
3
|
return n === r.default;
|
|
4
4
|
}
|
|
@@ -29,10 +29,10 @@ function _(n) {
|
|
|
29
29
|
return a(n, "", r);
|
|
30
30
|
}
|
|
31
31
|
function A(n) {
|
|
32
|
-
return a(n, "gap",
|
|
32
|
+
return a(n, "gap", g);
|
|
33
33
|
}
|
|
34
34
|
function T(n) {
|
|
35
|
-
return a(n, "align",
|
|
35
|
+
return a(n, "align", f);
|
|
36
36
|
}
|
|
37
37
|
function $(n) {
|
|
38
38
|
return typeof n != "object" || n === null ? [] : p.map((t) => {
|
|
@@ -52,11 +52,11 @@ function R(n, t, e, s) {
|
|
|
52
52
|
}
|
|
53
53
|
function v(n) {
|
|
54
54
|
const t = i(n);
|
|
55
|
-
return
|
|
55
|
+
return g.includes(t) ? `d-stack--gap-${t}` : null;
|
|
56
56
|
}
|
|
57
57
|
function I(n) {
|
|
58
58
|
const t = i(n);
|
|
59
|
-
return
|
|
59
|
+
return f.includes(t) ? `d-stack--align-${t}` : null;
|
|
60
60
|
}
|
|
61
61
|
function C(n) {
|
|
62
62
|
return {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DT_STACK_ALIGN as r, DT_STACK_DIRECTION as n, DT_STACK_GAP as f, DT_STACK_JUSTIFY as u } from "./stack-constants.js";
|
|
2
2
|
function o(e) {
|
|
3
3
|
if (typeof e == "string")
|
|
4
|
-
return Object.keys(
|
|
4
|
+
return Object.keys(n).includes(e);
|
|
5
5
|
if (typeof e == "object") {
|
|
6
6
|
const { default: t } = e;
|
|
7
|
-
return Object.keys(
|
|
7
|
+
return Object.keys(n).includes(t);
|
|
8
8
|
}
|
|
9
9
|
return !1;
|
|
10
10
|
}
|
|
@@ -20,19 +20,19 @@ function i(e) {
|
|
|
20
20
|
function s(e) {
|
|
21
21
|
if (e === void 0) return !0;
|
|
22
22
|
if (typeof e == "string")
|
|
23
|
-
return
|
|
23
|
+
return r.includes(e);
|
|
24
24
|
if (typeof e == "object") {
|
|
25
25
|
const { default: t } = e;
|
|
26
|
-
return
|
|
26
|
+
return r.includes(t);
|
|
27
27
|
}
|
|
28
28
|
return !1;
|
|
29
29
|
}
|
|
30
30
|
function c(e) {
|
|
31
31
|
if (typeof e == "string")
|
|
32
|
-
return
|
|
32
|
+
return u.includes(e);
|
|
33
33
|
if (typeof e == "object") {
|
|
34
34
|
const { default: t } = e;
|
|
35
|
-
return
|
|
35
|
+
return u.includes(t);
|
|
36
36
|
}
|
|
37
37
|
return !1;
|
|
38
38
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TAB_LIST_IMPORTANCE_MODIFIERS as b, TAB_LIST_KIND_MODIFIERS as o, TAB_LIST_SIZE_MODIFIERS as u, TAB_LIST_SIZES as c } from "./tabs-constants.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as h, createElementBlock as f, createElementVNode as I, mergeProps as T, withKeys as i, renderSlot as r } from "vue";
|
|
3
3
|
import { _ as g } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const m = {
|
|
5
5
|
compatConfig: { MODE: 3 },
|
|
@@ -193,7 +193,7 @@ const m = {
|
|
|
193
193
|
}
|
|
194
194
|
}, S = { "data-qa": "dt-tab-group" }, p = ["aria-label"];
|
|
195
195
|
function O(t, e, d, n, l, s) {
|
|
196
|
-
return
|
|
196
|
+
return h(), f("div", S, [
|
|
197
197
|
I("div", T({
|
|
198
198
|
ref: "tabs",
|
|
199
199
|
class: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import r from "../../common/mixins/modal.js";
|
|
2
2
|
import { returnFirstEl as l } from "../../common/utils/index.js";
|
|
3
|
-
import { withDirectives as s,
|
|
3
|
+
import { withDirectives as s, openBlock as d, createElementBlock as o, normalizeClass as u, renderSlot as c, vShow as m } from "vue";
|
|
4
4
|
import { _ as b } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const f = {
|
|
6
6
|
compatConfig: { MODE: 3 },
|
|
@@ -67,7 +67,7 @@ const f = {
|
|
|
67
67
|
}
|
|
68
68
|
}, h = ["id", "tabindex", "aria-labelledby", "aria-hidden"];
|
|
69
69
|
function p(e, t, a, F, n, i) {
|
|
70
|
-
return s((
|
|
70
|
+
return s((d(), o("div", {
|
|
71
71
|
id: `dt-panel-${a.id}`,
|
|
72
72
|
role: "tabpanel",
|
|
73
73
|
tabindex: n.isFirstElementFocusable ? -1 : 0,
|
package/dist/vue3/lib/tab/tab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TAB_IMPORTANCE_MODIFIERS as r } from "./tabs-constants.js";
|
|
2
|
-
import { resolveComponent as d,
|
|
2
|
+
import { resolveComponent as d, openBlock as i, createBlock as n, mergeProps as o, toHandlers as c, withCtx as u, renderSlot as b } from "vue";
|
|
3
3
|
import { _ as f } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import m from "../button/button.js";
|
|
5
5
|
const p = {
|
|
@@ -98,7 +98,7 @@ const p = {
|
|
|
98
98
|
};
|
|
99
99
|
function _(e, h, t, C, s, a) {
|
|
100
100
|
const l = d("dt-button");
|
|
101
|
-
return
|
|
101
|
+
return i(), n(l, o({
|
|
102
102
|
id: `dt-tab-${t.id}`,
|
|
103
103
|
class: [
|
|
104
104
|
"d-tab",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { openBlock as a, createElementBlock as r, toDisplayString as n } from "vue";
|
|
2
2
|
import { _ as o } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
3
|
const c = {
|
|
4
4
|
compatConfig: { MODE: 3 },
|
|
@@ -26,7 +26,7 @@ const c = {
|
|
|
26
26
|
}
|
|
27
27
|
}, s = ["dateTime"];
|
|
28
28
|
function m(t, e, i, p, l, d) {
|
|
29
|
-
return
|
|
29
|
+
return a(), r("time", {
|
|
30
30
|
"data-qa": "dt-recipe-time-pill",
|
|
31
31
|
dateTime: i.dateTime,
|
|
32
32
|
class: "d-recipe-time-pill"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TOAST_ROLES as A, TOAST_ALTERNATE_KINDS as L, TOAST_MIN_DURATION as v, TOAST_LAYOUTS as V } from "./toast-constants.js";
|
|
2
2
|
import m, { extractVueListeners as O } from "../../common/utils/index.js";
|
|
3
|
-
import { resolveComponent as l,
|
|
3
|
+
import { resolveComponent as l, openBlock as d, createElementBlock as T, normalizeClass as B, createElementVNode as u, createBlock as _, mergeProps as s, withCtx as o, renderSlot as i, createCommentVNode as r, createVNode as h, createTextVNode as C, toDisplayString as p, resolveDynamicComponent as N } from "vue";
|
|
4
4
|
import { _ as y } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import E from "../notice/notice-action.js";
|
|
6
6
|
import b from "../notice/notice-content.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { openBlock as l, createElementBlock as s, mergeProps as i, renderSlot as h, createCommentVNode as n, createElementVNode as c, warn as u } from "vue";
|
|
2
2
|
import { addClassStyleAttrs as g, removeClassStyleAttrs as m, hasSlotContent as C, getUniqueString as f } from "../../common/utils/index.js";
|
|
3
|
-
import {
|
|
3
|
+
import { TOGGLE_SIZE_MODIFIERS as o, TOGGLE_CHECKED_VALUES as b } from "./toggle-constants.js";
|
|
4
4
|
import { _ as k } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const p = {
|
|
6
6
|
compatConfig: { MODE: 3 },
|
|
@@ -162,17 +162,17 @@ const p = {
|
|
|
162
162
|
class: "d-toggle__inner"
|
|
163
163
|
};
|
|
164
164
|
function V(e, d, t, E, r, a) {
|
|
165
|
-
return
|
|
165
|
+
return l(), s("div", i({
|
|
166
166
|
class: ["d-toggle-wrapper", t.wrapperClass]
|
|
167
167
|
}, a.addClassStyleAttrs(e.$attrs)), [
|
|
168
|
-
r.hasSlotContent(e.$slots.default) ? (
|
|
168
|
+
r.hasSlotContent(e.$slots.default) ? (l(), s("label", i({
|
|
169
169
|
key: 0,
|
|
170
170
|
class: t.labelClass,
|
|
171
171
|
for: t.id
|
|
172
172
|
}, t.labelChildProps, { "data-qa": "toggle-label" }), [
|
|
173
|
-
|
|
173
|
+
h(e.$slots, "default")
|
|
174
174
|
], 16, S)) : n("", !0),
|
|
175
|
-
|
|
175
|
+
c("button", i({
|
|
176
176
|
id: t.id,
|
|
177
177
|
role: a.toggleRole,
|
|
178
178
|
type: "button",
|
|
@@ -181,7 +181,7 @@ function V(e, d, t, E, r, a) {
|
|
|
181
181
|
"aria-disabled": t.disabled.toString(),
|
|
182
182
|
class: a.toggleClasses
|
|
183
183
|
}, a.inputListeners), [
|
|
184
|
-
t.showIcon ? (
|
|
184
|
+
t.showIcon ? (l(), s("span", _)) : n("", !0)
|
|
185
185
|
], 16, y)
|
|
186
186
|
], 16);
|
|
187
187
|
}
|
|
@@ -2,7 +2,7 @@ import { TOOLTIP_DELAY_MS as s, TOOLTIP_KIND_MODIFIERS as c, TOOLTIP_STICKY_VALU
|
|
|
2
2
|
import { POPOVER_APPEND_TO_VALUES as m } from "../popover/popover-constants.js";
|
|
3
3
|
import { returnFirstEl as r, flushPromises as w, warnIfUnmounted as y, hasSlotContent as E, getUniqueString as S } from "../../common/utils/index.js";
|
|
4
4
|
import { getPopperOptions as a, createTippy as v, getAnchor as g } from "../popover/tippy-utils.js";
|
|
5
|
-
import {
|
|
5
|
+
import { openBlock as h, createElementBlock as l, withKeys as A, renderSlot as d, createCommentVNode as T, createElementVNode as P, normalizeClass as L, createTextVNode as O, toDisplayString as b } from "vue";
|
|
6
6
|
import { _ as x } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
7
7
|
const I = {
|
|
8
8
|
compatConfig: { MODE: 3 },
|
|
@@ -353,8 +353,8 @@ const I = {
|
|
|
353
353
|
}
|
|
354
354
|
}, k = { "data-qa": "dt-tooltip-container" }, C = ["id"];
|
|
355
355
|
function M(e, t, n, _, u, o) {
|
|
356
|
-
return
|
|
357
|
-
n.externalAnchor ?
|
|
356
|
+
return h(), l("div", k, [
|
|
357
|
+
n.externalAnchor ? T("", !0) : (h(), l("span", {
|
|
358
358
|
key: 0,
|
|
359
359
|
ref: "anchor",
|
|
360
360
|
"data-qa": "dt-tooltip-anchor",
|
|
@@ -362,11 +362,11 @@ function M(e, t, n, _, u, o) {
|
|
|
362
362
|
onFocusout: t[1] || (t[1] = (...i) => o.onLeaveAnchor && o.onLeaveAnchor(...i)),
|
|
363
363
|
onMouseenter: t[2] || (t[2] = (...i) => o.onEnterAnchor && o.onEnterAnchor(...i)),
|
|
364
364
|
onMouseleave: t[3] || (t[3] = (...i) => o.onLeaveAnchor && o.onLeaveAnchor(...i)),
|
|
365
|
-
onKeydown: t[4] || (t[4] =
|
|
365
|
+
onKeydown: t[4] || (t[4] = A((...i) => o.onLeaveAnchor && o.onLeaveAnchor(...i), ["esc"]))
|
|
366
366
|
}, [
|
|
367
367
|
d(e.$slots, "anchor")
|
|
368
368
|
], 544)),
|
|
369
|
-
|
|
369
|
+
P("div", {
|
|
370
370
|
id: n.id,
|
|
371
371
|
ref: "content",
|
|
372
372
|
"data-qa": "dt-tooltip",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { COLOR_CODES as i } from "./top-banner-info-constants.js";
|
|
2
|
-
import {
|
|
2
|
+
import { openBlock as t, createElementBlock as a, normalizeClass as s, createElementVNode as n, renderSlot as o } from "vue";
|
|
3
3
|
import { _ as c } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
const d = {
|
|
5
5
|
compatConfig: { MODE: 3 },
|
|
@@ -37,7 +37,7 @@ const d = {
|
|
|
37
37
|
"data-qa": "banner-info--middle"
|
|
38
38
|
}, f = { class: "d-recipe-top-banner-info__right" };
|
|
39
39
|
function _(e, b, m, g, u, r) {
|
|
40
|
-
return
|
|
40
|
+
return t(), a("div", {
|
|
41
41
|
class: s(["d-recipe-top-banner-info", r.bannerInfoClass]),
|
|
42
42
|
"data-qa": "banner-info"
|
|
43
43
|
}, [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DtIconArrowDown as d, DtIconArrowUp as l } from "@dialpad/dialtone-icons/vue3";
|
|
2
2
|
import { UNREAD_PILL_DIRECTIONS as p, UNREAD_PILL_KINDS as s } from "./unread-pill-constants.js";
|
|
3
3
|
import { DialtoneLocalization as _ } from "../../localization/index.js";
|
|
4
|
-
import { resolveComponent as o,
|
|
4
|
+
import { resolveComponent as o, openBlock as t, createElementBlock as u, mergeProps as m, toHandlers as f, createBlock as i, createElementVNode as D, renderSlot as E, createTextVNode as L, toDisplayString as I } from "vue";
|
|
5
5
|
import { _ as N } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
const k = {
|
|
7
7
|
compatConfig: { MODE: 3 },
|