@dialpad/dialtone-vue 2.200.1 → 2.201.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 +262 -260
- 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/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 +151 -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/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 +1 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -1
- package/package.json +5 -5
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
|
-
import { disableRootScrolling as f, enableRootScrolling as D, filterFormattedMessages as S, formatMessages as T, getUniqueString as
|
|
3
|
+
import { disableRootScrolling as f, enableRootScrolling as D, filterFormattedMessages as S, formatMessages as T, getUniqueString as p, getValidationState as O } from "./common/utils/index.js";
|
|
4
4
|
import { durationInHHMM as R, getDateMedium as l, relativeDate as x, setDateLocale as i } from "./common/dates/index.js";
|
|
5
|
-
import { codeToEmojiData as
|
|
5
|
+
import { codeToEmojiData as A, customEmojiAssetUrl as N, defaultEmojiAssetUrl as u, emojiFileExtensionLarge as d, emojiFileExtensionSmall as C, emojiImageUrlLarge as L, emojiImageUrlSmall as P, emojiJson as n, emojiRegex as M, 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,7 +13,7 @@ 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
|
|
16
|
+
import { AVATAR_COLORS as Ot, 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
17
|
import { default as ut } 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
19
|
import { default as Mt } from "./lib/banner/banner.js";
|
|
@@ -31,10 +31,10 @@ import { default as ro } from "./lib/chip/chip.js";
|
|
|
31
31
|
import { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS as Eo, CHIP_ICON_SIZES as _o, CHIP_SIZE_MODIFIERS as Io } from "./lib/chip/chip-constants.js";
|
|
32
32
|
import { default as Do } from "./lib/codeblock/codeblock.js";
|
|
33
33
|
import { default as To } from "./lib/collapsible/collapsible.js";
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as Oo } from "./lib/combobox/combobox.js";
|
|
35
35
|
import { COMBOBOX_LABEL_SIZES as Ro } from "./lib/combobox/combobox-constants.js";
|
|
36
36
|
import { default as xo } from "./lib/datepicker/datepicker.js";
|
|
37
|
-
import { formatLong as
|
|
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
39
|
import { DT_DESCRIPTION_LIST_DIRECTION as Mo } from "./lib/description-list/description-list-constants.js";
|
|
40
40
|
import { default as Bo } from "./lib/dropdown/dropdown.js";
|
|
@@ -46,109 +46,110 @@ 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 le } from "./lib/
|
|
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/notice/notice
|
|
72
|
-
import { default as tr } from "./lib/notice/notice-
|
|
73
|
-
import { default as er } from "./lib/notice/notice-
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import { default as Dr } from "./lib/
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import { default as Ur } from "./lib/
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import { default as yr } from "./lib/skeleton/skeleton
|
|
91
|
-
import { default as zr } from "./lib/skeleton/skeleton-
|
|
92
|
-
import { default as Qr } from "./lib/skeleton/skeleton-
|
|
93
|
-
import { default as ta } from "./lib/skeleton/skeleton-
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as ua } from "./lib/tab/tab
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import { default as Ja } from "./lib/
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import { default as oE } from "./lib/callbar-button-with-
|
|
114
|
-
import { default as rE } from "./lib/
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import { default as
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import { default as ME } from "./lib/
|
|
121
|
-
import { default as BE } from "./lib/
|
|
122
|
-
import { default as VE } from "./lib/
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import { default as XE } from "./lib/
|
|
130
|
-
import { default as JE } from "./lib/
|
|
131
|
-
import { default as qE } from "./lib/
|
|
132
|
-
import { default as $E } from "./lib/
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import { default as __ } from "./lib/contact-row/contact-row.js";
|
|
136
|
-
import { default as f_ } from "./lib/
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import { default as x_ } from "./lib/
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
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 Oe, 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 ue } 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 Me, 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/notice/notice.js";
|
|
72
|
+
import { default as tr } from "./lib/notice/notice-action.js";
|
|
73
|
+
import { default as er } from "./lib/notice/notice-icon.js";
|
|
74
|
+
import { default as ar } from "./lib/notice/notice-content.js";
|
|
75
|
+
import { NOTICE_KINDS as _r, NOTICE_ROLES as Ir } from "./lib/notice/notice-constants.js";
|
|
76
|
+
import { default as Dr } from "./lib/pagination/pagination.js";
|
|
77
|
+
import { default as Tr } from "./lib/popover/popover.js";
|
|
78
|
+
import { POPOVER_APPEND_TO_VALUES as Or, POPOVER_CONTENT_WIDTHS as mr, POPOVER_DIRECTIONS as Rr, POPOVER_HEADER_FOOTER_PADDING_CLASSES as lr, POPOVER_INITIAL_FOCUS_STRINGS as xr, POPOVER_PADDING_CLASSES as ir, POPOVER_ROLES as sr, POPOVER_STICKY_VALUES as Ar } from "./lib/popover/popover-constants.js";
|
|
79
|
+
import { default as ur } from "./lib/presence/presence.js";
|
|
80
|
+
import { PRESENCE_STATES as Cr, PRESENCE_STATES_LIST as Lr } from "./lib/presence/presence-constants.js";
|
|
81
|
+
import { default as nr } from "./lib/radio/radio.js";
|
|
82
|
+
import { RADIO_INPUT_VALIDATION_CLASSES as cr } from "./lib/radio/radio-constants.js";
|
|
83
|
+
import { default as Ur } from "./lib/radio-group/radio-group.js";
|
|
84
|
+
import { default as Fr } from "./lib/rich-text-editor/rich-text-editor.js";
|
|
85
|
+
import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as gr, RICH_TEXT_EDITOR_OUTPUT_FORMATS as Kr } from "./lib/rich-text-editor/rich-text-editor-constants.js";
|
|
86
|
+
import { default as jr } from "./lib/root-layout/root-layout.js";
|
|
87
|
+
import { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as Zr, ROOT_LAYOUT_SIDEBAR_POSITIONS as hr } from "./lib/root-layout/root-layout-constants.js";
|
|
88
|
+
import { default as kr } from "./lib/select-menu/select-menu.js";
|
|
89
|
+
import { SELECT_SIZE_MODIFIERS as vr, SELECT_STATE_MODIFIERS as wr } from "./lib/select-menu/select-menu-constants.js";
|
|
90
|
+
import { default as yr } from "./lib/skeleton/skeleton.js";
|
|
91
|
+
import { default as zr } from "./lib/skeleton/skeleton-list-item.js";
|
|
92
|
+
import { default as Qr } from "./lib/skeleton/skeleton-text.js";
|
|
93
|
+
import { default as ta } from "./lib/skeleton/skeleton-shape.js";
|
|
94
|
+
import { default as ea } from "./lib/skeleton/skeleton-paragraph.js";
|
|
95
|
+
import { SKELETON_HEADING_HEIGHTS as aa, SKELETON_RIPPLE_DURATION as Ea, SKELETON_SHAPES as _a, SKELETON_SHAPE_SIZES as Ia, SKELETON_TEXT_TYPES as fa } from "./lib/skeleton/skeleton-constants.js";
|
|
96
|
+
import { default as Sa } from "./lib/split-button/split-button.js";
|
|
97
|
+
import { SPLIT_BUTTON_ICON_SIZES as pa } from "./lib/split-button/split-button-constants.js";
|
|
98
|
+
import { default as ma } from "./lib/stack/stack.js";
|
|
99
|
+
import { DT_STACK_DIRECTION as la, DT_STACK_GAP as xa, DT_STACK_RESPONSIVE_BREAKPOINTS as ia } from "./lib/stack/stack-constants.js";
|
|
100
|
+
import { default as Aa } from "./lib/tab/tab-group.js";
|
|
101
|
+
import { default as ua } from "./lib/tab/tab.js";
|
|
102
|
+
import { default as Ca } from "./lib/tab/tab-panel.js";
|
|
103
|
+
import { TAB_IMPORTANCE_MODIFIERS as Pa, TAB_LIST_IMPORTANCE_MODIFIERS as na, TAB_LIST_KIND_MODIFIERS as Ma, TAB_LIST_SIZES as ca } from "./lib/tab/tabs-constants.js";
|
|
104
|
+
import { default as Ua } from "./lib/toast/toast.js";
|
|
105
|
+
import { TOAST_MIN_DURATION as Fa, TOAST_ROLES as Ga } from "./lib/toast/toast-constants.js";
|
|
106
|
+
import { default as Ka } from "./lib/toggle/toggle.js";
|
|
107
|
+
import { TOGGLE_CHECKED_VALUES as ja, TOGGLE_SIZE_MODIFIERS as Ha } from "./lib/toggle/toggle-constants.js";
|
|
108
|
+
import { default as ha } from "./lib/tooltip/tooltip.js";
|
|
109
|
+
import { TOOLTIP_DELAY_MS as ka, TOOLTIP_DIRECTIONS as Wa, TOOLTIP_HIDE_ON_CLICK_VARIANTS as va, TOOLTIP_KIND_MODIFIERS as wa, TOOLTIP_STICKY_VALUES as Xa } from "./lib/tooltip/tooltip-constants.js";
|
|
110
|
+
import { default as Ja } from "./lib/validation-messages/validation-messages.js";
|
|
111
|
+
import { default as qa } from "./lib/callbar-button/callbar-button.js";
|
|
112
|
+
import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as $a } from "./lib/callbar-button/callbar-button-constants.js";
|
|
113
|
+
import { default as oE } from "./lib/callbar-button-with-popover/callbar-button-with-popover.js";
|
|
114
|
+
import { default as rE } from "./lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js";
|
|
115
|
+
import { default as EE } from "./lib/ivr-node/ivr-node.js";
|
|
116
|
+
import { IVR_NODE_ASSIGN as IE, IVR_NODE_BRANCH as fE, IVR_NODE_CUSTOMER_DATA as DE, IVR_NODE_EXPERT as SE, IVR_NODE_GO_TO as TE, IVR_NODE_HANGUP as pE, IVR_NODE_ICON_TYPES as OE, IVR_NODE_LABELS as mE, IVR_NODE_PROMPT_COLLECT as RE, IVR_NODE_PROMPT_MENU as lE, IVR_NODE_PROMPT_PLAY as xE, IVR_NODE_TRANSFER as iE } from "./lib/ivr-node/ivr-node-constants.js";
|
|
117
|
+
import { default as AE } from "./lib/grouped-chip/grouped-chip.js";
|
|
118
|
+
import { default as uE } from "./lib/combobox-multi-select/combobox-multi-select.js";
|
|
119
|
+
import { CHIP_SIZES as CE, CHIP_TOP_POSITION as LE, MULTI_SELECT_SIZES as PE } from "./lib/combobox-multi-select/combobox-multi-select-constants.js";
|
|
120
|
+
import { default as ME } from "./lib/combobox-with-popover/combobox-with-popover.js";
|
|
121
|
+
import { default as BE } from "./lib/attachment-carousel/attachment-carousel.js";
|
|
122
|
+
import { default as VE } from "./lib/editor/editor.js";
|
|
123
|
+
import { default as GE } from "./lib/emoji-row/emoji-row.js";
|
|
124
|
+
import { REACTIONS_ATTRIBUTES as KE } from "./lib/emoji-row/emoji-row-constants.js";
|
|
125
|
+
import { default as jE } from "./lib/feed-item-pill/feed-item-pill.js";
|
|
126
|
+
import { FEED_ITEM_PILL_BORDER_COLORS as ZE } from "./lib/feed-item-pill/feed-item-pill-constants.js";
|
|
127
|
+
import { default as YE } from "./lib/feed-item-row/feed-item-row.js";
|
|
128
|
+
import { DEFAULT_FEED_ROW_STATE as WE, FEED_ROW_STATE_BACKGROUND_COLOR as vE } from "./lib/feed-item-row/feed-item-row-constants.js";
|
|
129
|
+
import { default as XE } from "./lib/message-input/message-input.js";
|
|
130
|
+
import { default as JE } from "./lib/time-pill/time-pill.js";
|
|
131
|
+
import { default as qE } from "./lib/settings-menu-button/settings-menu-button.js";
|
|
132
|
+
import { default as $E } from "./lib/contact-info/contact-info.js";
|
|
133
|
+
import { default as o_ } from "./lib/callbox/callbox.js";
|
|
134
|
+
import { CALLBOX_BADGE_COLORS as r_, CALLBOX_BORDER_COLORS as a_ } from "./lib/callbox/callbox-constants.js";
|
|
135
|
+
import { default as __ } from "./lib/contact-centers-row/contact-centers-row.js";
|
|
136
|
+
import { default as f_ } from "./lib/contact-row/contact-row.js";
|
|
137
|
+
import { default as S_ } from "./lib/general-row/general-row.js";
|
|
138
|
+
import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as p_, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as O_, LEFTBAR_GENERAL_ROW_ICON_SIZES as m_, LEFTBAR_GENERAL_ROW_TYPES as R_ } from "./lib/general-row/general-row-constants.js";
|
|
139
|
+
import { default as x_ } from "./lib/group-row/group-row.js";
|
|
140
|
+
import { default as s_ } from "./lib/unread-pill/unread-pill.js";
|
|
141
|
+
import { UNREAD_PILL_DIRECTIONS as N_, UNREAD_PILL_KINDS as u_ } from "./lib/unread-pill/unread-pill-constants.js";
|
|
142
|
+
import { default as C_ } from "./lib/top-banner-info/top-banner-info.js";
|
|
143
|
+
import { COLOR_CODES as P_ } from "./lib/top-banner-info/top-banner-info-constants.js";
|
|
143
144
|
export {
|
|
144
|
-
|
|
145
|
+
Ot as AVATAR_COLORS,
|
|
145
146
|
mt as AVATAR_GROUP_VALIDATOR,
|
|
146
147
|
Rt as AVATAR_ICON_SIZES,
|
|
147
148
|
lt as AVATAR_KIND_MODIFIERS,
|
|
148
149
|
xt as AVATAR_PRESENCE_SIZE_MODIFIERS,
|
|
149
150
|
it as AVATAR_PRESENCE_STATES,
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
st as AVATAR_RANDOM_COLORS,
|
|
152
|
+
At as AVATAR_SIZE_MODIFIERS,
|
|
152
153
|
Ct as BADGE_DECORATION_MODIFIERS,
|
|
153
154
|
Lt as BADGE_KIND_MODIFIERS,
|
|
154
155
|
Pt as BADGE_TYPE_MODIFIERS,
|
|
@@ -160,26 +161,26 @@ export {
|
|
|
160
161
|
ht as BUTTON_KIND_MODIFIERS,
|
|
161
162
|
Yt as BUTTON_SIZE_MODIFIERS,
|
|
162
163
|
kt as BUTTON_TYPES,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
$a as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
|
|
165
|
+
r_ as CALLBOX_BADGE_COLORS,
|
|
166
|
+
a_ as CALLBOX_BORDER_COLORS,
|
|
166
167
|
Zo as CDN_URL,
|
|
167
168
|
Eo as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
|
|
168
169
|
_o as CHIP_ICON_SIZES,
|
|
169
|
-
|
|
170
|
+
CE as CHIP_SIZES,
|
|
170
171
|
Io as CHIP_SIZE_MODIFIERS,
|
|
171
|
-
|
|
172
|
-
|
|
172
|
+
LE as CHIP_TOP_POSITION,
|
|
173
|
+
P_ as COLOR_CODES,
|
|
173
174
|
Ro as COMBOBOX_LABEL_SIZES,
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
Me as DANGER,
|
|
176
|
+
WE as DEFAULT_FEED_ROW_STATE,
|
|
176
177
|
e as DEFAULT_VALIDATION_MESSAGE_TYPE,
|
|
177
178
|
r as DESCRIPTION_SIZE_TYPES,
|
|
178
179
|
Go as DROPDOWN_PADDING_CLASSES,
|
|
179
180
|
Mo as DT_DESCRIPTION_LIST_DIRECTION,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
la as DT_STACK_DIRECTION,
|
|
182
|
+
xa as DT_STACK_GAP,
|
|
183
|
+
ia as DT_STACK_RESPONSIVE_BREAKPOINTS,
|
|
183
184
|
v as DialtoneLocalization,
|
|
184
185
|
Tt as DtAvatar,
|
|
185
186
|
ut as DtBadge,
|
|
@@ -195,7 +196,7 @@ export {
|
|
|
195
196
|
ro as DtChip,
|
|
196
197
|
Do as DtCodeblock,
|
|
197
198
|
To as DtCollapsible,
|
|
198
|
-
|
|
199
|
+
Oo as DtCombobox,
|
|
199
200
|
q as DtDOMMixin,
|
|
200
201
|
xo as DtDatepicker,
|
|
201
202
|
Po as DtDescriptionList,
|
|
@@ -205,161 +206,162 @@ export {
|
|
|
205
206
|
jo as DtEmojiPicker,
|
|
206
207
|
Wo as DtEmojiTextWrapper,
|
|
207
208
|
wo as DtEmptyState,
|
|
209
|
+
zo as DtFilterPill,
|
|
208
210
|
tt as DtGroupableInputMixin,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
211
|
+
Qo as DtHovercard,
|
|
212
|
+
te as DtIcon,
|
|
213
|
+
Ee as DtIllustration,
|
|
214
|
+
De as DtImageViewer,
|
|
215
|
+
Te as DtInput,
|
|
216
|
+
le as DtInputGroup,
|
|
215
217
|
rt as DtInputGroupMixin,
|
|
216
218
|
ot as DtInputMixin,
|
|
217
|
-
|
|
219
|
+
ie as DtItemLayout,
|
|
218
220
|
Et as DtKeyboardListNavigationMixin,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
221
|
+
Ae as DtKeyboardShortcut,
|
|
222
|
+
Ce as DtLazyShow,
|
|
223
|
+
Pe as DtLink,
|
|
224
|
+
be as DtListItem,
|
|
225
|
+
Ye as DtListItemGroup,
|
|
226
|
+
We as DtLoader,
|
|
227
|
+
we as DtModal,
|
|
226
228
|
It as DtModalMixin,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
229
|
+
Qe as DtNotice,
|
|
230
|
+
tr as DtNoticeAction,
|
|
231
|
+
ar as DtNoticeContent,
|
|
232
|
+
er as DtNoticeIcon,
|
|
233
|
+
Dr as DtPagination,
|
|
234
|
+
Tr as DtPopover,
|
|
235
|
+
ur as DtPresence,
|
|
236
|
+
nr as DtRadio,
|
|
237
|
+
Ur as DtRadioGroup,
|
|
238
|
+
BE as DtRecipeAttachmentCarousel,
|
|
239
|
+
qa as DtRecipeCallbarButton,
|
|
240
|
+
rE as DtRecipeCallbarButtonWithDropdown,
|
|
241
|
+
oE as DtRecipeCallbarButtonWithPopover,
|
|
242
|
+
o_ as DtRecipeCallbox,
|
|
243
|
+
uE as DtRecipeComboboxMultiSelect,
|
|
244
|
+
ME as DtRecipeComboboxWithPopover,
|
|
245
|
+
__ as DtRecipeContactCentersRow,
|
|
246
|
+
$E as DtRecipeContactInfo,
|
|
247
|
+
f_ as DtRecipeContactRow,
|
|
248
|
+
VE as DtRecipeEditor,
|
|
249
|
+
GE as DtRecipeEmojiRow,
|
|
250
|
+
jE as DtRecipeFeedItemPill,
|
|
251
|
+
YE as DtRecipeFeedItemRow,
|
|
252
|
+
S_ as DtRecipeGeneralRow,
|
|
253
|
+
x_ as DtRecipeGroupRow,
|
|
254
|
+
AE as DtRecipeGroupedChip,
|
|
255
|
+
EE as DtRecipeIvrNode,
|
|
256
|
+
XE as DtRecipeMessageInput,
|
|
257
|
+
qE as DtRecipeSettingsMenuButton,
|
|
258
|
+
JE as DtRecipeTimePill,
|
|
259
|
+
C_ as DtRecipeTopBannerInfo,
|
|
260
|
+
s_ as DtRecipeUnreadPill,
|
|
261
|
+
Fr as DtRichTextEditor,
|
|
262
|
+
jr as DtRootLayout,
|
|
261
263
|
J as DtScrollbarDirective,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
kr as DtSelectMenu,
|
|
265
|
+
yr as DtSkeleton,
|
|
266
|
+
zr as DtSkeletonListItem,
|
|
265
267
|
Dt as DtSkeletonMixin,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
268
|
+
ea as DtSkeletonParagraph,
|
|
269
|
+
ta as DtSkeletonShape,
|
|
270
|
+
Qr as DtSkeletonText,
|
|
271
|
+
Sa as DtSplitButton,
|
|
272
|
+
ma as DtStack,
|
|
273
|
+
ua as DtTab,
|
|
274
|
+
Aa as DtTabGroup,
|
|
275
|
+
Ca as DtTabPanel,
|
|
276
|
+
Ua as DtToast,
|
|
277
|
+
Ka as DtToggle,
|
|
278
|
+
ha as DtTooltip,
|
|
277
279
|
X as DtTooltipDirective,
|
|
278
|
-
|
|
280
|
+
Ja as DtValidationMessages,
|
|
279
281
|
ho as EMOJIS_PER_ROW,
|
|
280
282
|
Yo as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
|
|
281
283
|
yo as EMPTY_STATE_SIZE_MODIFIERS,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
284
|
+
ZE as FEED_ITEM_PILL_BORDER_COLORS,
|
|
285
|
+
vE as FEED_ROW_STATE_BACKGROUND_COLOR,
|
|
286
|
+
ee as ICON_NAMES,
|
|
285
287
|
Wt as ICON_POSITION_MODIFIERS,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
re as ICON_SIZE_MODIFIERS,
|
|
289
|
+
Ie as ILLUSTRATION_NAMES,
|
|
290
|
+
Oe as INPUT_SIZES,
|
|
291
|
+
me as INPUT_TYPES,
|
|
290
292
|
vt as INVALID_COMBINATION,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
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
|
-
|
|
293
|
+
IE as IVR_NODE_ASSIGN,
|
|
294
|
+
fE as IVR_NODE_BRANCH,
|
|
295
|
+
DE as IVR_NODE_CUSTOMER_DATA,
|
|
296
|
+
SE as IVR_NODE_EXPERT,
|
|
297
|
+
TE as IVR_NODE_GO_TO,
|
|
298
|
+
pE as IVR_NODE_HANGUP,
|
|
299
|
+
OE as IVR_NODE_ICON_TYPES,
|
|
300
|
+
mE as IVR_NODE_LABELS,
|
|
301
|
+
RE as IVR_NODE_PROMPT_COLLECT,
|
|
302
|
+
lE as IVR_NODE_PROMPT_MENU,
|
|
303
|
+
xE as IVR_NODE_PROMPT_PLAY,
|
|
304
|
+
iE as IVR_NODE_TRANSFER,
|
|
305
|
+
p_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
|
|
306
|
+
O_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
|
|
307
|
+
m_ as LEFTBAR_GENERAL_ROW_ICON_SIZES,
|
|
308
|
+
R_ as LEFTBAR_GENERAL_ROW_TYPES,
|
|
309
|
+
ce as LINK_KIND_MODIFIERS,
|
|
310
|
+
Be as LINK_VARIANTS,
|
|
311
|
+
He as LIST_ITEM_NAVIGATION_TYPES,
|
|
312
|
+
Ze as LIST_ITEM_TYPES,
|
|
313
|
+
Ue as MENTION,
|
|
314
|
+
ye as MODAL_BANNER_KINDS,
|
|
315
|
+
Je as MODAL_KIND_MODIFIERS,
|
|
316
|
+
ze as MODAL_SIZE_MODIFIERS,
|
|
317
|
+
PE as MULTI_SELECT_SIZES,
|
|
318
|
+
Ve as MUTED,
|
|
319
|
+
_r as NOTICE_KINDS,
|
|
320
|
+
Ir as NOTICE_ROLES,
|
|
321
|
+
Or as POPOVER_APPEND_TO_VALUES,
|
|
322
|
+
mr as POPOVER_CONTENT_WIDTHS,
|
|
323
|
+
Rr as POPOVER_DIRECTIONS,
|
|
324
|
+
lr as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
|
|
325
|
+
xr as POPOVER_INITIAL_FOCUS_STRINGS,
|
|
326
|
+
ir as POPOVER_PADDING_CLASSES,
|
|
327
|
+
sr as POPOVER_ROLES,
|
|
328
|
+
Ar as POPOVER_STICKY_VALUES,
|
|
329
|
+
Cr as PRESENCE_STATES,
|
|
330
|
+
Lr as PRESENCE_STATES_LIST,
|
|
331
|
+
cr as RADIO_INPUT_VALIDATION_CLASSES,
|
|
332
|
+
KE as REACTIONS_ATTRIBUTES,
|
|
333
|
+
gr as RICH_TEXT_EDITOR_AUTOFOCUS_TYPES,
|
|
334
|
+
Kr as RICH_TEXT_EDITOR_OUTPUT_FORMATS,
|
|
335
|
+
Zr as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
|
|
336
|
+
hr as ROOT_LAYOUT_SIDEBAR_POSITIONS,
|
|
337
|
+
vr as SELECT_SIZE_MODIFIERS,
|
|
338
|
+
wr as SELECT_STATE_MODIFIERS,
|
|
339
|
+
ue as SHORTCUTS_ALIASES_LIST,
|
|
340
|
+
aa as SKELETON_HEADING_HEIGHTS,
|
|
341
|
+
Ea as SKELETON_RIPPLE_DURATION,
|
|
342
|
+
_a as SKELETON_SHAPES,
|
|
343
|
+
Ia as SKELETON_SHAPE_SIZES,
|
|
344
|
+
fa as SKELETON_TEXT_TYPES,
|
|
345
|
+
pa as SPLIT_BUTTON_ICON_SIZES,
|
|
346
|
+
Fe as SUCCESS,
|
|
347
|
+
Pa as TAB_IMPORTANCE_MODIFIERS,
|
|
348
|
+
na as TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
349
|
+
Ma as TAB_LIST_KIND_MODIFIERS,
|
|
350
|
+
ca as TAB_LIST_SIZES,
|
|
351
|
+
Fa as TOAST_MIN_DURATION,
|
|
352
|
+
Ga as TOAST_ROLES,
|
|
353
|
+
ja as TOGGLE_CHECKED_VALUES,
|
|
354
|
+
Ha as TOGGLE_SIZE_MODIFIERS,
|
|
355
|
+
ka as TOOLTIP_DELAY_MS,
|
|
356
|
+
Wa as TOOLTIP_DIRECTIONS,
|
|
357
|
+
va as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
|
|
358
|
+
wa as TOOLTIP_KIND_MODIFIERS,
|
|
359
|
+
Xa as TOOLTIP_STICKY_VALUES,
|
|
360
|
+
N_ as UNREAD_PILL_DIRECTIONS,
|
|
361
|
+
u_ as UNREAD_PILL_KINDS,
|
|
360
362
|
a as VALIDATION_MESSAGE_TYPES,
|
|
361
|
-
|
|
362
|
-
|
|
363
|
+
Ge as WARNING,
|
|
364
|
+
A as codeToEmojiData,
|
|
363
365
|
N as customEmojiAssetUrl,
|
|
364
366
|
u as defaultEmojiAssetUrl,
|
|
365
367
|
f as disableRootScrolling,
|
|
@@ -377,8 +379,8 @@ export {
|
|
|
377
379
|
U as filterValidShortCodes,
|
|
378
380
|
V as findEmojis,
|
|
379
381
|
F as findShortCodes,
|
|
380
|
-
|
|
381
|
-
|
|
382
|
+
so as formatLong,
|
|
383
|
+
Ao as formatMedium,
|
|
382
384
|
T as formatMessages,
|
|
383
385
|
No as formatNoYear,
|
|
384
386
|
uo as formatNumerical,
|
|
@@ -386,9 +388,9 @@ export {
|
|
|
386
388
|
l as getDateMedium,
|
|
387
389
|
G as getEmojiData,
|
|
388
390
|
g as getEmojiShortCode,
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
391
|
+
ge as getLinkKindModifier,
|
|
392
|
+
p as getUniqueString,
|
|
393
|
+
O as getValidationState,
|
|
392
394
|
x as relativeDate,
|
|
393
395
|
K as setCustomEmojiJson,
|
|
394
396
|
b as setCustomEmojiUrl,
|