@dialpad/dialtone-vue 2.205.4 → 2.206.0-next.2
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/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +283 -277
- package/dist/dialtone-vue.js.map +1 -1
- package/dist/lib/filter-pill/filter-pill.cjs +2 -0
- package/dist/lib/filter-pill/filter-pill.cjs.map +1 -0
- package/dist/lib/filter-pill/filter-pill.js +245 -0
- package/dist/lib/filter-pill/filter-pill.js.map +1 -0
- package/dist/lib/filter-pill/index.cjs +2 -0
- package/dist/lib/filter-pill/index.cjs.map +1 -0
- package/dist/lib/filter-pill/index.js +5 -0
- package/dist/lib/filter-pill/index.js.map +1 -0
- package/dist/lib/mode-island/index.cjs +2 -0
- package/dist/lib/mode-island/index.cjs.map +1 -0
- package/dist/lib/mode-island/index.js +7 -0
- package/dist/lib/mode-island/index.js.map +1 -0
- package/dist/lib/mode-island/mode-island-constants.cjs +2 -0
- package/dist/lib/mode-island/mode-island-constants.cjs.map +1 -0
- package/dist/lib/mode-island/mode-island-constants.js +12 -0
- package/dist/lib/mode-island/mode-island-constants.js.map +1 -0
- package/dist/lib/mode-island/mode-island.cjs +2 -0
- package/dist/lib/mode-island/mode-island.cjs.map +1 -0
- package/dist/lib/mode-island/mode-island.js +124 -0
- package/dist/lib/mode-island/mode-island.js.map +1 -0
- package/dist/lib/mode-island/utils.cjs +2 -0
- package/dist/lib/mode-island/utils.cjs.map +1 -0
- package/dist/lib/mode-island/utils.js +32 -0
- package/dist/lib/mode-island/utils.js.map +1 -0
- package/dist/lib/mode-island/validators.cjs +2 -0
- package/dist/lib/mode-island/validators.cjs.map +1 -0
- package/dist/lib/mode-island/validators.js +12 -0
- package/dist/lib/mode-island/validators.js.map +1 -0
- package/dist/lib/pagination/pagination.cjs +1 -1
- package/dist/lib/pagination/pagination.cjs.map +1 -1
- package/dist/lib/pagination/pagination.js +8 -8
- package/dist/lib/pagination/pagination.js.map +1 -1
- package/dist/lib/popover/popover.cjs.map +1 -1
- package/dist/lib/popover/popover.js +3 -19
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/localization/en-US.cjs +2 -0
- package/dist/localization/en-US.cjs.map +1 -1
- package/dist/localization/en-US.js +2 -0
- package/dist/localization/en-US.js.map +1 -1
- package/dist/types/components/filter_pill/filter_pill.vue.d.ts +150 -0
- package/dist/types/components/filter_pill/filter_pill.vue.d.ts.map +1 -0
- package/dist/types/components/filter_pill/index.d.ts +2 -0
- package/dist/types/components/filter_pill/index.d.ts.map +1 -0
- package/dist/types/components/mode_island/index.d.ts +3 -0
- package/dist/types/components/mode_island/index.d.ts.map +1 -0
- package/dist/types/components/mode_island/mode_island.vue.d.ts +3 -0
- package/dist/types/components/mode_island/mode_island.vue.d.ts.map +1 -0
- package/dist/types/components/mode_island/mode_island_constants.d.ts +10 -0
- package/dist/types/components/mode_island/mode_island_constants.d.ts.map +1 -0
- package/dist/types/components/mode_island/utils.d.ts +12 -0
- package/dist/types/components/mode_island/utils.d.ts.map +1 -0
- package/dist/types/components/mode_island/validators.d.ts +6 -0
- package/dist/types/components/mode_island/validators.d.ts.map +1 -0
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
- package/dist/types/components/split_button/split_button.vue.d.ts +2 -2
- package/dist/types/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -1
- package/package.json +3 -3
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DEFAULT_VALIDATION_MESSAGE_TYPE as e, DESCRIPTION_SIZE_TYPES as r, VALIDATION_MESSAGE_TYPES as a } from "./common/constants/index.js";
|
|
2
2
|
import { validationMessageValidator as _ } from "./common/validators/index.js";
|
|
3
3
|
import { disableRootScrolling as f, enableRootScrolling as D, filterFormattedMessages as S, formatMessages as T, getUniqueString as O, getValidationState as p } from "./common/utils/index.js";
|
|
4
|
-
import { durationInHHMM as R, getDateMedium as
|
|
5
|
-
import { codeToEmojiData as
|
|
4
|
+
import { durationInHHMM as R, getDateMedium as l, relativeDate as x, setDateLocale as i } from "./common/dates/index.js";
|
|
5
|
+
import { codeToEmojiData as A, customEmojiAssetUrl as N, defaultEmojiAssetUrl as d, emojiFileExtensionLarge as u, emojiFileExtensionSmall as C, emojiImageUrlLarge as L, emojiImageUrlSmall as P, emojiJson as M, emojiRegex as n, emojiShortCodeRegex as c, emojiVersion as B, filterValidShortCodes as U, findEmojis as V, findShortCodes as F, getEmojiData as G, getEmojiShortCode as g, setCustomEmojiJson as K, setCustomEmojiUrl as b, setEmojiAssetUrlLarge as j, setEmojiAssetUrlSmall as H, shortcodeToEmojiData as Z, stringToUnicode as h, unicodeToString as Y, validateCustomEmojiJson as k } from "./common/emoji/index.js";
|
|
6
6
|
import { DialtoneLocalization as v } from "./localization/index.js";
|
|
7
7
|
import { DtTooltipDirective as X } from "./lib/tooltip-directive/tooltip.js";
|
|
8
8
|
import { DtScrollbarDirective as J } from "./lib/scrollbar-directive/scrollbar.js";
|
|
@@ -13,10 +13,10 @@ import { default as Et } from "./common/mixins/keyboard-list-navigation.js";
|
|
|
13
13
|
import { default as It } from "./common/mixins/modal.js";
|
|
14
14
|
import { default as Dt } from "./common/mixins/skeleton.js";
|
|
15
15
|
import { default as Tt } from "./lib/avatar/avatar.js";
|
|
16
|
-
import { AVATAR_COLORS as pt, AVATAR_GROUP_VALIDATOR as mt, AVATAR_ICON_SIZES as Rt, AVATAR_KIND_MODIFIERS as
|
|
17
|
-
import { default as
|
|
16
|
+
import { AVATAR_COLORS as pt, AVATAR_GROUP_VALIDATOR as mt, AVATAR_ICON_SIZES as Rt, AVATAR_KIND_MODIFIERS as lt, AVATAR_PRESENCE_SIZE_MODIFIERS as xt, AVATAR_PRESENCE_STATES as it, AVATAR_RANDOM_COLORS as st, AVATAR_SIZE_MODIFIERS as At } from "./lib/avatar/avatar-constants.js";
|
|
17
|
+
import { default as dt } from "./lib/badge/badge.js";
|
|
18
18
|
import { BADGE_DECORATION_MODIFIERS as Ct, BADGE_KIND_MODIFIERS as Lt, BADGE_TYPE_MODIFIERS as Pt } from "./lib/badge/badge-constants.js";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as nt } from "./lib/banner/banner.js";
|
|
20
20
|
import { default as Bt } from "./lib/breadcrumbs/breadcrumbs.js";
|
|
21
21
|
import { default as Vt } from "./lib/breadcrumbs/breadcrumb-item.js";
|
|
22
22
|
import { BREADCRUMBS_INVERTED_MODIFIER as Gt, BREADCRUMB_ITEM_SELECTED_MODIFIER as gt } from "./lib/breadcrumbs/breadcrumbs-constants.js";
|
|
@@ -33,10 +33,10 @@ import { default as Do } from "./lib/codeblock/codeblock.js";
|
|
|
33
33
|
import { default as To } from "./lib/collapsible/collapsible.js";
|
|
34
34
|
import { default as po } from "./lib/combobox/combobox.js";
|
|
35
35
|
import { COMBOBOX_LABEL_SIZES as Ro } from "./lib/combobox/combobox-constants.js";
|
|
36
|
-
import { default as
|
|
37
|
-
import { formatLong as
|
|
36
|
+
import { default as xo } from "./lib/datepicker/datepicker.js";
|
|
37
|
+
import { formatLong as so, formatMedium as Ao, formatNoYear as No, formatNumerical as uo, formatShort as Co } from "./lib/datepicker/formatUtils.js";
|
|
38
38
|
import { default as Po } from "./lib/description-list/description-list.js";
|
|
39
|
-
import { DT_DESCRIPTION_LIST_DIRECTION as
|
|
39
|
+
import { DT_DESCRIPTION_LIST_DIRECTION as no } from "./lib/description-list/description-list-constants.js";
|
|
40
40
|
import { default as Bo } from "./lib/dropdown/dropdown.js";
|
|
41
41
|
import { default as Vo } from "./lib/dropdown/dropdown-separator.js";
|
|
42
42
|
import { DROPDOWN_PADDING_CLASSES as Go } from "./lib/dropdown/dropdown-constants.js";
|
|
@@ -46,111 +46,114 @@ import { CDN_URL as Zo, EMOJIS_PER_ROW as ho, EMOJI_PICKER_SKIN_TONE_MODIFIERS a
|
|
|
46
46
|
import { default as Wo } from "./lib/emoji-text-wrapper/emoji-text-wrapper.js";
|
|
47
47
|
import { default as wo } from "./lib/empty-state/empty-state.js";
|
|
48
48
|
import { EMPTY_STATE_SIZE_MODIFIERS as yo } from "./lib/empty-state/empty-state-constants.js";
|
|
49
|
-
import { default as zo } from "./lib/
|
|
50
|
-
import { default as Qo } from "./lib/
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import { default as De } from "./lib/
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as ie } from "./lib/
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import { default as Ce } from "./lib/
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import { default as Ye } from "./lib/
|
|
68
|
-
import { default as We } from "./lib/
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import { default as Qe } from "./lib/
|
|
72
|
-
import {
|
|
73
|
-
import { default as er } from "./lib/notice/notice
|
|
74
|
-
import {
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import {
|
|
78
|
-
import { default as
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import { default as Ur } from "./lib/
|
|
84
|
-
import {
|
|
85
|
-
import { default as
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import { default as
|
|
91
|
-
import {
|
|
92
|
-
import { default as Qr } from "./lib/skeleton/skeleton
|
|
93
|
-
import { default as ta } from "./lib/skeleton/skeleton-
|
|
94
|
-
import {
|
|
95
|
-
import { default as
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import { default as
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import { default as
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import { default as
|
|
111
|
-
import {
|
|
112
|
-
import { default as $a } from "./lib/
|
|
113
|
-
import { default as oE } from "./lib/callbar-button
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import {
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import {
|
|
122
|
-
import { default as VE } from "./lib/
|
|
123
|
-
import {
|
|
124
|
-
import { default as KE } from "./lib/
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import { default as
|
|
130
|
-
import {
|
|
131
|
-
import { default as qE } from "./lib/
|
|
132
|
-
import { default as $E } from "./lib/
|
|
133
|
-
import {
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import {
|
|
141
|
-
import { default as
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
49
|
+
import { default as zo } from "./lib/filter-pill/filter-pill.js";
|
|
50
|
+
import { default as Qo } from "./lib/hovercard/hovercard.js";
|
|
51
|
+
import { default as te } from "./lib/icon/icon.js";
|
|
52
|
+
import { ICON_NAMES as ee, ICON_SIZE_MODIFIERS as re } from "./lib/icon/icon-constants.js";
|
|
53
|
+
import { default as Ee } from "./lib/illustration/illustration.js";
|
|
54
|
+
import { ILLUSTRATION_NAMES as Ie } from "./lib/illustration/illustration-constants.js";
|
|
55
|
+
import { default as De } from "./lib/image-viewer/image-viewer.js";
|
|
56
|
+
import { default as Te } from "./lib/input/input.js";
|
|
57
|
+
import { INPUT_SIZES as pe, INPUT_TYPES as me } from "./lib/input/input-constants.js";
|
|
58
|
+
import { default as le } from "./lib/input-group/input-group.js";
|
|
59
|
+
import { default as ie } from "./lib/item-layout/item-layout.js";
|
|
60
|
+
import { default as Ae } from "./lib/keyboard-shortcut/keyboard-shortcut.js";
|
|
61
|
+
import { SHORTCUTS_ALIASES_LIST as de } from "./lib/keyboard-shortcut/keyboard-shortcut-constants.js";
|
|
62
|
+
import { default as Ce } from "./lib/lazy-show/lazy-show.js";
|
|
63
|
+
import { default as Pe } from "./lib/link/link.js";
|
|
64
|
+
import { DANGER as ne, LINK_KIND_MODIFIERS as ce, LINK_VARIANTS as Be, MENTION as Ue, MUTED as Ve, SUCCESS as Fe, WARNING as Ge, getLinkKindModifier as ge } from "./lib/link/link-constants.js";
|
|
65
|
+
import { default as be } from "./lib/list-item/list-item.js";
|
|
66
|
+
import { LIST_ITEM_NAVIGATION_TYPES as He, LIST_ITEM_TYPES as Ze } from "./lib/list-item/list-item-constants.js";
|
|
67
|
+
import { default as Ye } from "./lib/list-item-group/list-item-group.js";
|
|
68
|
+
import { default as We } from "./lib/loader/loader.js";
|
|
69
|
+
import { default as we } from "./lib/modal/modal.js";
|
|
70
|
+
import { MODAL_BANNER_KINDS as ye, MODAL_KIND_MODIFIERS as Je, MODAL_SIZE_MODIFIERS as ze } from "./lib/modal/modal-constants.js";
|
|
71
|
+
import { default as Qe } from "./lib/mode-island/mode-island.js";
|
|
72
|
+
import { DT_MODE_ISLAND_TYPES as tr } from "./lib/mode-island/mode-island-constants.js";
|
|
73
|
+
import { default as er } from "./lib/notice/notice.js";
|
|
74
|
+
import { default as ar } from "./lib/notice/notice-action.js";
|
|
75
|
+
import { default as _r } from "./lib/notice/notice-icon.js";
|
|
76
|
+
import { default as fr } from "./lib/notice/notice-content.js";
|
|
77
|
+
import { NOTICE_KINDS as Sr, NOTICE_ROLES as Tr } from "./lib/notice/notice-constants.js";
|
|
78
|
+
import { default as pr } from "./lib/pagination/pagination.js";
|
|
79
|
+
import { default as Rr } from "./lib/popover/popover.js";
|
|
80
|
+
import { POPOVER_APPEND_TO_VALUES as xr, POPOVER_CONTENT_WIDTHS as ir, POPOVER_DIRECTIONS as sr, POPOVER_HEADER_FOOTER_PADDING_CLASSES as Ar, POPOVER_INITIAL_FOCUS_STRINGS as Nr, POPOVER_PADDING_CLASSES as dr, POPOVER_ROLES as ur, POPOVER_STICKY_VALUES as Cr } from "./lib/popover/popover-constants.js";
|
|
81
|
+
import { default as Pr } from "./lib/presence/presence.js";
|
|
82
|
+
import { PRESENCE_STATES as nr, PRESENCE_STATES_LIST as cr } from "./lib/presence/presence-constants.js";
|
|
83
|
+
import { default as Ur } from "./lib/radio/radio.js";
|
|
84
|
+
import { RADIO_INPUT_VALIDATION_CLASSES as Fr } from "./lib/radio/radio-constants.js";
|
|
85
|
+
import { default as gr } from "./lib/radio-group/radio-group.js";
|
|
86
|
+
import { default as br } from "./lib/rich-text-editor/rich-text-editor.js";
|
|
87
|
+
import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as Hr, RICH_TEXT_EDITOR_OUTPUT_FORMATS as Zr } from "./lib/rich-text-editor/rich-text-editor-constants.js";
|
|
88
|
+
import { default as Yr } from "./lib/root-layout/root-layout.js";
|
|
89
|
+
import { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as Wr, ROOT_LAYOUT_SIDEBAR_POSITIONS as vr } from "./lib/root-layout/root-layout-constants.js";
|
|
90
|
+
import { default as Xr } from "./lib/select-menu/select-menu.js";
|
|
91
|
+
import { SELECT_SIZE_MODIFIERS as Jr, SELECT_STATE_MODIFIERS as zr } from "./lib/select-menu/select-menu-constants.js";
|
|
92
|
+
import { default as Qr } from "./lib/skeleton/skeleton.js";
|
|
93
|
+
import { default as ta } from "./lib/skeleton/skeleton-list-item.js";
|
|
94
|
+
import { default as ea } from "./lib/skeleton/skeleton-text.js";
|
|
95
|
+
import { default as aa } from "./lib/skeleton/skeleton-shape.js";
|
|
96
|
+
import { default as _a } from "./lib/skeleton/skeleton-paragraph.js";
|
|
97
|
+
import { SKELETON_HEADING_HEIGHTS as fa, SKELETON_RIPPLE_DURATION as Da, SKELETON_SHAPES as Sa, SKELETON_SHAPE_SIZES as Ta, SKELETON_TEXT_TYPES as Oa } from "./lib/skeleton/skeleton-constants.js";
|
|
98
|
+
import { default as ma } from "./lib/split-button/split-button.js";
|
|
99
|
+
import { SPLIT_BUTTON_ICON_SIZES as la } from "./lib/split-button/split-button-constants.js";
|
|
100
|
+
import { default as ia } from "./lib/stack/stack.js";
|
|
101
|
+
import { DT_STACK_DIRECTION as Aa, DT_STACK_GAP as Na, DT_STACK_RESPONSIVE_BREAKPOINTS as da } from "./lib/stack/stack-constants.js";
|
|
102
|
+
import { default as Ca } from "./lib/tab/tab-group.js";
|
|
103
|
+
import { default as Pa } from "./lib/tab/tab.js";
|
|
104
|
+
import { default as na } from "./lib/tab/tab-panel.js";
|
|
105
|
+
import { TAB_IMPORTANCE_MODIFIERS as Ba, TAB_LIST_IMPORTANCE_MODIFIERS as Ua, TAB_LIST_KIND_MODIFIERS as Va, TAB_LIST_SIZES as Fa } from "./lib/tab/tabs-constants.js";
|
|
106
|
+
import { default as ga } from "./lib/toast/toast.js";
|
|
107
|
+
import { TOAST_MIN_DURATION as ba, TOAST_ROLES as ja } from "./lib/toast/toast-constants.js";
|
|
108
|
+
import { default as Za } from "./lib/toggle/toggle.js";
|
|
109
|
+
import { TOGGLE_CHECKED_VALUES as Ya, TOGGLE_SIZE_MODIFIERS as ka } from "./lib/toggle/toggle-constants.js";
|
|
110
|
+
import { default as va } from "./lib/tooltip/tooltip.js";
|
|
111
|
+
import { TOOLTIP_DELAY_MS as Xa, TOOLTIP_DIRECTIONS as ya, TOOLTIP_HIDE_ON_CLICK_VARIANTS as Ja, TOOLTIP_KIND_MODIFIERS as za, TOOLTIP_STICKY_VALUES as qa } from "./lib/tooltip/tooltip-constants.js";
|
|
112
|
+
import { default as $a } from "./lib/validation-messages/validation-messages.js";
|
|
113
|
+
import { default as oE } from "./lib/callbar-button/callbar-button.js";
|
|
114
|
+
import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as rE } from "./lib/callbar-button/callbar-button-constants.js";
|
|
115
|
+
import { default as EE } from "./lib/callbar-button-with-popover/callbar-button-with-popover.js";
|
|
116
|
+
import { default as IE } from "./lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js";
|
|
117
|
+
import { default as DE } from "./lib/ivr-node/ivr-node.js";
|
|
118
|
+
import { IVR_NODE_ASSIGN as TE, IVR_NODE_BRANCH as OE, IVR_NODE_CUSTOMER_DATA as pE, IVR_NODE_EXPERT as mE, IVR_NODE_GO_TO as RE, IVR_NODE_HANGUP as lE, IVR_NODE_ICON_TYPES as xE, IVR_NODE_LABELS as iE, IVR_NODE_PROMPT_COLLECT as sE, IVR_NODE_PROMPT_MENU as AE, IVR_NODE_PROMPT_PLAY as NE, IVR_NODE_TRANSFER as dE } from "./lib/ivr-node/ivr-node-constants.js";
|
|
119
|
+
import { default as CE } from "./lib/grouped-chip/grouped-chip.js";
|
|
120
|
+
import { default as PE } from "./lib/combobox-multi-select/combobox-multi-select.js";
|
|
121
|
+
import { CHIP_SIZES as nE, CHIP_TOP_POSITION as cE, MULTI_SELECT_SIZES as BE } from "./lib/combobox-multi-select/combobox-multi-select-constants.js";
|
|
122
|
+
import { default as VE } from "./lib/combobox-with-popover/combobox-with-popover.js";
|
|
123
|
+
import { default as GE } from "./lib/attachment-carousel/attachment-carousel.js";
|
|
124
|
+
import { default as KE } from "./lib/editor/editor.js";
|
|
125
|
+
import { default as jE } from "./lib/emoji-row/emoji-row.js";
|
|
126
|
+
import { REACTIONS_ATTRIBUTES as ZE } from "./lib/emoji-row/emoji-row-constants.js";
|
|
127
|
+
import { default as YE } from "./lib/feed-item-pill/feed-item-pill.js";
|
|
128
|
+
import { FEED_ITEM_PILL_BORDER_COLORS as WE } from "./lib/feed-item-pill/feed-item-pill-constants.js";
|
|
129
|
+
import { default as wE } from "./lib/feed-item-row/feed-item-row.js";
|
|
130
|
+
import { DEFAULT_FEED_ROW_STATE as yE, FEED_ROW_STATE_BACKGROUND_COLOR as JE } from "./lib/feed-item-row/feed-item-row-constants.js";
|
|
131
|
+
import { default as qE } from "./lib/message-input/message-input.js";
|
|
132
|
+
import { default as $E } from "./lib/time-pill/time-pill.js";
|
|
133
|
+
import { default as o_ } from "./lib/settings-menu-button/settings-menu-button.js";
|
|
134
|
+
import { default as r_ } from "./lib/contact-info/contact-info.js";
|
|
135
|
+
import { default as E_ } from "./lib/callbox/callbox.js";
|
|
136
|
+
import { CALLBOX_BADGE_COLORS as I_, CALLBOX_BORDER_COLORS as f_ } from "./lib/callbox/callbox-constants.js";
|
|
137
|
+
import { default as S_ } from "./lib/contact-centers-row/contact-centers-row.js";
|
|
138
|
+
import { default as O_ } from "./lib/contact-row/contact-row.js";
|
|
139
|
+
import { default as m_ } from "./lib/general-row/general-row.js";
|
|
140
|
+
import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as l_, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as x_, LEFTBAR_GENERAL_ROW_ICON_SIZES as i_, LEFTBAR_GENERAL_ROW_TYPES as s_ } from "./lib/general-row/general-row-constants.js";
|
|
141
|
+
import { default as N_ } from "./lib/group-row/group-row.js";
|
|
142
|
+
import { default as u_ } from "./lib/unread-pill/unread-pill.js";
|
|
143
|
+
import { UNREAD_PILL_DIRECTIONS as L_, UNREAD_PILL_KINDS as P_ } from "./lib/unread-pill/unread-pill-constants.js";
|
|
144
|
+
import { default as n_ } from "./lib/motion-text/motion-text.js";
|
|
145
|
+
import { MOTION_TEXT_ANIMATION_MODES as B_, MOTION_TEXT_SPEEDS as U_, MOTION_TEXT_TIMING_PRESETS as V_ } from "./lib/motion-text/motion-text-constants.js";
|
|
146
|
+
import { default as G_ } from "./lib/top-banner-info/top-banner-info.js";
|
|
147
|
+
import { COLOR_CODES as K_ } from "./lib/top-banner-info/top-banner-info-constants.js";
|
|
145
148
|
export {
|
|
146
149
|
pt as AVATAR_COLORS,
|
|
147
150
|
mt as AVATAR_GROUP_VALIDATOR,
|
|
148
151
|
Rt as AVATAR_ICON_SIZES,
|
|
149
|
-
|
|
150
|
-
|
|
152
|
+
lt as AVATAR_KIND_MODIFIERS,
|
|
153
|
+
xt as AVATAR_PRESENCE_SIZE_MODIFIERS,
|
|
151
154
|
it as AVATAR_PRESENCE_STATES,
|
|
152
|
-
|
|
153
|
-
|
|
155
|
+
st as AVATAR_RANDOM_COLORS,
|
|
156
|
+
At as AVATAR_SIZE_MODIFIERS,
|
|
154
157
|
Ct as BADGE_DECORATION_MODIFIERS,
|
|
155
158
|
Lt as BADGE_KIND_MODIFIERS,
|
|
156
159
|
Pt as BADGE_TYPE_MODIFIERS,
|
|
@@ -162,30 +165,31 @@ export {
|
|
|
162
165
|
ht as BUTTON_KIND_MODIFIERS,
|
|
163
166
|
Yt as BUTTON_SIZE_MODIFIERS,
|
|
164
167
|
kt as BUTTON_TYPES,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
+
rE as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
|
|
169
|
+
I_ as CALLBOX_BADGE_COLORS,
|
|
170
|
+
f_ as CALLBOX_BORDER_COLORS,
|
|
168
171
|
Zo as CDN_URL,
|
|
169
172
|
Eo as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
|
|
170
173
|
_o as CHIP_ICON_SIZES,
|
|
171
|
-
|
|
174
|
+
nE as CHIP_SIZES,
|
|
172
175
|
Io as CHIP_SIZE_MODIFIERS,
|
|
173
|
-
|
|
174
|
-
|
|
176
|
+
cE as CHIP_TOP_POSITION,
|
|
177
|
+
K_ as COLOR_CODES,
|
|
175
178
|
Ro as COMBOBOX_LABEL_SIZES,
|
|
176
|
-
|
|
177
|
-
|
|
179
|
+
ne as DANGER,
|
|
180
|
+
yE as DEFAULT_FEED_ROW_STATE,
|
|
178
181
|
e as DEFAULT_VALIDATION_MESSAGE_TYPE,
|
|
179
182
|
r as DESCRIPTION_SIZE_TYPES,
|
|
180
183
|
Go as DROPDOWN_PADDING_CLASSES,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
no as DT_DESCRIPTION_LIST_DIRECTION,
|
|
185
|
+
tr as DT_MODE_ISLAND_TYPES,
|
|
186
|
+
Aa as DT_STACK_DIRECTION,
|
|
187
|
+
Na as DT_STACK_GAP,
|
|
188
|
+
da as DT_STACK_RESPONSIVE_BREAKPOINTS,
|
|
185
189
|
v as DialtoneLocalization,
|
|
186
190
|
Tt as DtAvatar,
|
|
187
|
-
|
|
188
|
-
|
|
191
|
+
dt as DtBadge,
|
|
192
|
+
nt as DtBanner,
|
|
189
193
|
Vt as DtBreadcrumbItem,
|
|
190
194
|
Bt as DtBreadcrumbs,
|
|
191
195
|
bt as DtButton,
|
|
@@ -199,7 +203,7 @@ export {
|
|
|
199
203
|
To as DtCollapsible,
|
|
200
204
|
po as DtCombobox,
|
|
201
205
|
q as DtDOMMixin,
|
|
202
|
-
|
|
206
|
+
xo as DtDatepicker,
|
|
203
207
|
Po as DtDescriptionList,
|
|
204
208
|
Bo as DtDropdown,
|
|
205
209
|
Vo as DtDropdownSeparator,
|
|
@@ -207,175 +211,177 @@ export {
|
|
|
207
211
|
jo as DtEmojiPicker,
|
|
208
212
|
Wo as DtEmojiTextWrapper,
|
|
209
213
|
wo as DtEmptyState,
|
|
214
|
+
zo as DtFilterPill,
|
|
210
215
|
tt as DtGroupableInputMixin,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
216
|
+
Qo as DtHovercard,
|
|
217
|
+
te as DtIcon,
|
|
218
|
+
Ee as DtIllustration,
|
|
219
|
+
De as DtImageViewer,
|
|
220
|
+
Te as DtInput,
|
|
221
|
+
le as DtInputGroup,
|
|
217
222
|
rt as DtInputGroupMixin,
|
|
218
223
|
ot as DtInputMixin,
|
|
219
|
-
|
|
224
|
+
ie as DtItemLayout,
|
|
220
225
|
Et as DtKeyboardListNavigationMixin,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
Ae as DtKeyboardShortcut,
|
|
227
|
+
Ce as DtLazyShow,
|
|
228
|
+
Pe as DtLink,
|
|
229
|
+
be as DtListItem,
|
|
230
|
+
Ye as DtListItemGroup,
|
|
231
|
+
We as DtLoader,
|
|
232
|
+
we as DtModal,
|
|
228
233
|
It as DtModalMixin,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
oE as
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
PE as
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
234
|
+
Qe as DtModeIsland,
|
|
235
|
+
er as DtNotice,
|
|
236
|
+
ar as DtNoticeAction,
|
|
237
|
+
fr as DtNoticeContent,
|
|
238
|
+
_r as DtNoticeIcon,
|
|
239
|
+
pr as DtPagination,
|
|
240
|
+
Rr as DtPopover,
|
|
241
|
+
Pr as DtPresence,
|
|
242
|
+
Ur as DtRadio,
|
|
243
|
+
gr as DtRadioGroup,
|
|
244
|
+
GE as DtRecipeAttachmentCarousel,
|
|
245
|
+
oE as DtRecipeCallbarButton,
|
|
246
|
+
IE as DtRecipeCallbarButtonWithDropdown,
|
|
247
|
+
EE as DtRecipeCallbarButtonWithPopover,
|
|
248
|
+
E_ as DtRecipeCallbox,
|
|
249
|
+
PE as DtRecipeComboboxMultiSelect,
|
|
250
|
+
VE as DtRecipeComboboxWithPopover,
|
|
251
|
+
S_ as DtRecipeContactCentersRow,
|
|
252
|
+
r_ as DtRecipeContactInfo,
|
|
253
|
+
O_ as DtRecipeContactRow,
|
|
254
|
+
KE as DtRecipeEditor,
|
|
255
|
+
jE as DtRecipeEmojiRow,
|
|
256
|
+
YE as DtRecipeFeedItemPill,
|
|
257
|
+
wE as DtRecipeFeedItemRow,
|
|
258
|
+
m_ as DtRecipeGeneralRow,
|
|
259
|
+
N_ as DtRecipeGroupRow,
|
|
260
|
+
CE as DtRecipeGroupedChip,
|
|
261
|
+
DE as DtRecipeIvrNode,
|
|
262
|
+
qE as DtRecipeMessageInput,
|
|
263
|
+
n_ as DtRecipeMotionText,
|
|
264
|
+
o_ as DtRecipeSettingsMenuButton,
|
|
265
|
+
$E as DtRecipeTimePill,
|
|
266
|
+
G_ as DtRecipeTopBannerInfo,
|
|
267
|
+
u_ as DtRecipeUnreadPill,
|
|
268
|
+
br as DtRichTextEditor,
|
|
269
|
+
Yr as DtRootLayout,
|
|
264
270
|
J as DtScrollbarDirective,
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
271
|
+
Xr as DtSelectMenu,
|
|
272
|
+
Qr as DtSkeleton,
|
|
273
|
+
ta as DtSkeletonListItem,
|
|
268
274
|
Dt as DtSkeletonMixin,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
275
|
+
_a as DtSkeletonParagraph,
|
|
276
|
+
aa as DtSkeletonShape,
|
|
277
|
+
ea as DtSkeletonText,
|
|
278
|
+
ma as DtSplitButton,
|
|
279
|
+
ia as DtStack,
|
|
280
|
+
Pa as DtTab,
|
|
281
|
+
Ca as DtTabGroup,
|
|
282
|
+
na as DtTabPanel,
|
|
283
|
+
ga as DtToast,
|
|
284
|
+
Za as DtToggle,
|
|
285
|
+
va as DtTooltip,
|
|
280
286
|
X as DtTooltipDirective,
|
|
281
|
-
|
|
287
|
+
$a as DtValidationMessages,
|
|
282
288
|
ho as EMOJIS_PER_ROW,
|
|
283
289
|
Yo as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
|
|
284
290
|
yo as EMPTY_STATE_SIZE_MODIFIERS,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
291
|
+
WE as FEED_ITEM_PILL_BORDER_COLORS,
|
|
292
|
+
JE as FEED_ROW_STATE_BACKGROUND_COLOR,
|
|
293
|
+
ee as ICON_NAMES,
|
|
288
294
|
Wt as ICON_POSITION_MODIFIERS,
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
295
|
+
re as ICON_SIZE_MODIFIERS,
|
|
296
|
+
Ie as ILLUSTRATION_NAMES,
|
|
297
|
+
pe as INPUT_SIZES,
|
|
298
|
+
me as INPUT_TYPES,
|
|
293
299
|
vt as INVALID_COMBINATION,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
300
|
+
TE as IVR_NODE_ASSIGN,
|
|
301
|
+
OE as IVR_NODE_BRANCH,
|
|
302
|
+
pE as IVR_NODE_CUSTOMER_DATA,
|
|
303
|
+
mE as IVR_NODE_EXPERT,
|
|
304
|
+
RE as IVR_NODE_GO_TO,
|
|
305
|
+
lE as IVR_NODE_HANGUP,
|
|
306
|
+
xE as IVR_NODE_ICON_TYPES,
|
|
307
|
+
iE as IVR_NODE_LABELS,
|
|
308
|
+
sE as IVR_NODE_PROMPT_COLLECT,
|
|
309
|
+
AE as IVR_NODE_PROMPT_MENU,
|
|
310
|
+
NE as IVR_NODE_PROMPT_PLAY,
|
|
311
|
+
dE as IVR_NODE_TRANSFER,
|
|
312
|
+
l_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
|
|
313
|
+
x_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
|
|
314
|
+
i_ as LEFTBAR_GENERAL_ROW_ICON_SIZES,
|
|
315
|
+
s_ as LEFTBAR_GENERAL_ROW_TYPES,
|
|
316
|
+
ce as LINK_KIND_MODIFIERS,
|
|
317
|
+
Be as LINK_VARIANTS,
|
|
318
|
+
He as LIST_ITEM_NAVIGATION_TYPES,
|
|
319
|
+
Ze as LIST_ITEM_TYPES,
|
|
320
|
+
Ue as MENTION,
|
|
321
|
+
ye as MODAL_BANNER_KINDS,
|
|
322
|
+
Je as MODAL_KIND_MODIFIERS,
|
|
323
|
+
ze as MODAL_SIZE_MODIFIERS,
|
|
324
|
+
B_ as MOTION_TEXT_ANIMATION_MODES,
|
|
325
|
+
U_ as MOTION_TEXT_SPEEDS,
|
|
326
|
+
V_ as MOTION_TEXT_TIMING_PRESETS,
|
|
327
|
+
BE as MULTI_SELECT_SIZES,
|
|
328
|
+
Ve as MUTED,
|
|
329
|
+
Sr as NOTICE_KINDS,
|
|
330
|
+
Tr as NOTICE_ROLES,
|
|
331
|
+
xr as POPOVER_APPEND_TO_VALUES,
|
|
332
|
+
ir as POPOVER_CONTENT_WIDTHS,
|
|
333
|
+
sr as POPOVER_DIRECTIONS,
|
|
334
|
+
Ar as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
|
|
335
|
+
Nr as POPOVER_INITIAL_FOCUS_STRINGS,
|
|
336
|
+
dr as POPOVER_PADDING_CLASSES,
|
|
337
|
+
ur as POPOVER_ROLES,
|
|
338
|
+
Cr as POPOVER_STICKY_VALUES,
|
|
339
|
+
nr as PRESENCE_STATES,
|
|
340
|
+
cr as PRESENCE_STATES_LIST,
|
|
341
|
+
Fr as RADIO_INPUT_VALIDATION_CLASSES,
|
|
342
|
+
ZE as REACTIONS_ATTRIBUTES,
|
|
343
|
+
Hr as RICH_TEXT_EDITOR_AUTOFOCUS_TYPES,
|
|
344
|
+
Zr as RICH_TEXT_EDITOR_OUTPUT_FORMATS,
|
|
345
|
+
Wr as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
|
|
346
|
+
vr as ROOT_LAYOUT_SIDEBAR_POSITIONS,
|
|
347
|
+
Jr as SELECT_SIZE_MODIFIERS,
|
|
348
|
+
zr as SELECT_STATE_MODIFIERS,
|
|
349
|
+
de as SHORTCUTS_ALIASES_LIST,
|
|
350
|
+
fa as SKELETON_HEADING_HEIGHTS,
|
|
351
|
+
Da as SKELETON_RIPPLE_DURATION,
|
|
352
|
+
Sa as SKELETON_SHAPES,
|
|
353
|
+
Ta as SKELETON_SHAPE_SIZES,
|
|
354
|
+
Oa as SKELETON_TEXT_TYPES,
|
|
355
|
+
la as SPLIT_BUTTON_ICON_SIZES,
|
|
356
|
+
Fe as SUCCESS,
|
|
357
|
+
Ba as TAB_IMPORTANCE_MODIFIERS,
|
|
358
|
+
Ua as TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
359
|
+
Va as TAB_LIST_KIND_MODIFIERS,
|
|
360
|
+
Fa as TAB_LIST_SIZES,
|
|
361
|
+
ba as TOAST_MIN_DURATION,
|
|
362
|
+
ja as TOAST_ROLES,
|
|
363
|
+
Ya as TOGGLE_CHECKED_VALUES,
|
|
364
|
+
ka as TOGGLE_SIZE_MODIFIERS,
|
|
365
|
+
Xa as TOOLTIP_DELAY_MS,
|
|
366
|
+
ya as TOOLTIP_DIRECTIONS,
|
|
367
|
+
Ja as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
|
|
368
|
+
za as TOOLTIP_KIND_MODIFIERS,
|
|
369
|
+
qa as TOOLTIP_STICKY_VALUES,
|
|
370
|
+
L_ as UNREAD_PILL_DIRECTIONS,
|
|
371
|
+
P_ as UNREAD_PILL_KINDS,
|
|
366
372
|
a as VALIDATION_MESSAGE_TYPES,
|
|
367
|
-
|
|
368
|
-
|
|
373
|
+
Ge as WARNING,
|
|
374
|
+
A as codeToEmojiData,
|
|
369
375
|
N as customEmojiAssetUrl,
|
|
370
|
-
|
|
376
|
+
d as defaultEmojiAssetUrl,
|
|
371
377
|
f as disableRootScrolling,
|
|
372
378
|
R as durationInHHMM,
|
|
373
|
-
|
|
379
|
+
u as emojiFileExtensionLarge,
|
|
374
380
|
C as emojiFileExtensionSmall,
|
|
375
381
|
L as emojiImageUrlLarge,
|
|
376
382
|
P as emojiImageUrlSmall,
|
|
377
|
-
|
|
378
|
-
|
|
383
|
+
M as emojiJson,
|
|
384
|
+
n as emojiRegex,
|
|
379
385
|
c as emojiShortCodeRegex,
|
|
380
386
|
B as emojiVersion,
|
|
381
387
|
D as enableRootScrolling,
|
|
@@ -383,19 +389,19 @@ export {
|
|
|
383
389
|
U as filterValidShortCodes,
|
|
384
390
|
V as findEmojis,
|
|
385
391
|
F as findShortCodes,
|
|
386
|
-
|
|
387
|
-
|
|
392
|
+
so as formatLong,
|
|
393
|
+
Ao as formatMedium,
|
|
388
394
|
T as formatMessages,
|
|
389
395
|
No as formatNoYear,
|
|
390
396
|
uo as formatNumerical,
|
|
391
397
|
Co as formatShort,
|
|
392
|
-
|
|
398
|
+
l as getDateMedium,
|
|
393
399
|
G as getEmojiData,
|
|
394
400
|
g as getEmojiShortCode,
|
|
395
|
-
|
|
401
|
+
ge as getLinkKindModifier,
|
|
396
402
|
O as getUniqueString,
|
|
397
403
|
p as getValidationState,
|
|
398
|
-
|
|
404
|
+
x as relativeDate,
|
|
399
405
|
K as setCustomEmojiJson,
|
|
400
406
|
b as setCustomEmojiUrl,
|
|
401
407
|
i as setDateLocale,
|