@dialpad/dialtone-vue 2.105.1 → 2.105.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +76 -0
  3. package/README.md +1 -1
  4. package/dist/component-documentation.json +1 -1
  5. package/dist/dialtone-vue.cjs +6 -6
  6. package/dist/dialtone-vue.js +5770 -13134
  7. package/dist/directives.cjs +1 -1
  8. package/dist/directives.js +9 -10
  9. package/dist/emoji-BKjUPoIz.js +139639 -0
  10. package/dist/emoji-uAsjUKCr.cjs +1 -0
  11. package/dist/emoji.cjs +1 -1
  12. package/dist/emoji.js +30 -24
  13. package/dist/style.css +1 -1
  14. package/dist/tooltip-N61DaooE.cjs +21 -0
  15. package/dist/tooltip-_ykHbRFm.js +2473 -0
  16. package/dist/types/common/mixins/keyboard_list_navigation.d.ts +1 -1
  17. package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -1
  18. package/dist/types/common/sr_only_close_button.vue.d.ts +1 -1
  19. package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
  20. package/dist/types/components/badge/badge.vue.d.ts +9 -2
  21. package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
  22. package/dist/types/components/button/button.vue.d.ts +1 -1
  23. package/dist/types/components/button/index.d.ts +1 -0
  24. package/dist/types/components/checkbox/checkbox.vue.d.ts +6 -1
  25. package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  26. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -1
  27. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  28. package/dist/types/components/chip/chip_constants.d.ts +1 -0
  29. package/dist/types/components/chip/index.d.ts +1 -1
  30. package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -1
  31. package/dist/types/components/combobox/combobox.vue.d.ts +15 -3
  32. package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
  33. package/dist/types/components/combobox/combobox_constants.d.ts +4 -0
  34. package/dist/types/components/combobox/index.d.ts +1 -0
  35. package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +1 -1
  36. package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
  37. package/dist/types/components/datepicker/formatUtils.d.ts +8 -0
  38. package/dist/types/components/datepicker/index.d.ts +1 -1
  39. package/dist/types/components/dropdown/dropdown.vue.d.ts +1 -1
  40. package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  41. package/dist/types/components/dropdown/dropdown_constants.d.ts +4 -0
  42. package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
  43. package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
  44. package/dist/types/components/dropdown/index.d.ts +1 -0
  45. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +70 -0
  46. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
  47. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +27 -0
  48. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
  49. package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
  50. package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
  51. package/dist/types/components/emoji_picker/index.d.ts +3 -0
  52. package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
  53. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +19 -0
  54. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
  55. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +30 -0
  56. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
  57. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +320 -0
  58. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
  59. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +55 -0
  60. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
  61. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +69 -0
  62. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
  63. package/dist/types/components/icon/index.d.ts +1 -0
  64. package/dist/types/components/input/input.vue.d.ts +15 -0
  65. package/dist/types/components/input/input.vue.d.ts.map +1 -1
  66. package/dist/types/components/input/input_constants.d.ts +1 -0
  67. package/dist/types/components/input_group/decorators/input.vue.d.ts +1 -1
  68. package/dist/types/components/input_group/input_group.vue.d.ts +8 -1
  69. package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
  70. package/dist/types/components/link/link_constants.d.ts +5 -0
  71. package/dist/types/components/list_item/index.d.ts +1 -0
  72. package/dist/types/components/list_item/list_item.vue.d.ts +1 -1
  73. package/dist/types/components/modal/index.d.ts +1 -1
  74. package/dist/types/components/notice/index.d.ts +1 -1
  75. package/dist/types/components/popover/index.d.ts +1 -1
  76. package/dist/types/components/popover/popover.vue.d.ts +5 -2
  77. package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
  78. package/dist/types/components/popover/popover_constants.d.ts +11 -0
  79. package/dist/types/components/radio/index.d.ts +1 -0
  80. package/dist/types/components/radio_group/radio_group.vue.d.ts +2 -10
  81. package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
  82. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
  83. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +5 -0
  84. package/dist/types/components/stack/index.d.ts +1 -0
  85. package/dist/types/components/stack/stack_constants.d.ts +6 -0
  86. package/dist/types/components/toast/toast.vue.d.ts +4 -1
  87. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  88. package/dist/types/components/toggle/index.d.ts +1 -0
  89. package/dist/types/components/toggle/toggle_constants.d.ts +1 -0
  90. package/dist/types/components/tooltip/index.d.ts +1 -1
  91. package/dist/types/components/tooltip/tooltip.vue.d.ts +1 -1
  92. package/dist/types/components/tooltip/tooltip_constants.d.ts +8 -0
  93. package/dist/types/emoji.d.ts +1 -0
  94. package/dist/types/index.d.ts +1 -1
  95. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  96. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
  97. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
  98. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
  99. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -18
  100. package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +1 -1
  101. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +9 -0
  102. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  103. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -2
  104. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  105. package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +1 -0
  106. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +1 -1
  107. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  108. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +3 -3
  109. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  110. package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
  111. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +2 -2
  112. package/package.json +55 -46
  113. package/dist/_plugin-vue2_normalizer-1P4G3Z0k.cjs +0 -1
  114. package/dist/_plugin-vue2_normalizer-u6G_3nkj.js +0 -32
  115. package/dist/emoji--HwFbqwW.js +0 -48702
  116. package/dist/emoji-c9hpZE0O.cjs +0 -1
  117. package/dist/tooltip_constants-IjzmwQZI.js +0 -2541
  118. package/dist/tooltip_constants-eQzi1S-l.cjs +0 -25
  119. package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
  120. package/dist/types/components/list_section/index.d.ts +0 -2
  121. package/dist/types/components/list_section/index.d.ts.map +0 -1
  122. package/dist/types/components/list_section/list_section.vue.d.ts +0 -70
  123. package/dist/types/components/list_section/list_section.vue.d.ts.map +0 -1
  124. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -7
  125. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts.map +0 -1
@@ -0,0 +1,320 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ emojiFilter: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ skinTone: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ tabSetLabels: {
11
+ type: ArrayConstructor;
12
+ required: true;
13
+ };
14
+ selectedTabset: {
15
+ type: ObjectConstructor;
16
+ required: true;
17
+ };
18
+ searchResultsLabel: {
19
+ type: StringConstructor;
20
+ required: true;
21
+ };
22
+ searchNoResultsLabel: {
23
+ type: StringConstructor;
24
+ required: true;
25
+ };
26
+ recentlyUsedEmojis: {
27
+ type: ArrayConstructor;
28
+ default: () => never[];
29
+ };
30
+ }, {}, {
31
+ emojiRefs: never[];
32
+ emojiFilteredRefs: never[];
33
+ isFiltering: boolean;
34
+ hoverFirstEmoji: boolean;
35
+ fixedLabel: string;
36
+ filteredEmojis: never[];
37
+ TABS_DATA: string[];
38
+ tabLabelObserver: null;
39
+ }, {
40
+ currentEmojis(): any[];
41
+ emojis(): {
42
+ ActivityDefault: {
43
+ name: string;
44
+ category: string;
45
+ shortname: string;
46
+ shortname_alternates: string[];
47
+ keywords: string[];
48
+ unicode_output: string;
49
+ unicode_character: string;
50
+ }[];
51
+ ActivityLight: {
52
+ name: string;
53
+ category: string;
54
+ shortname: string;
55
+ shortname_alternates: string[];
56
+ keywords: string[];
57
+ unicode_output: string;
58
+ unicode_character: string;
59
+ }[];
60
+ ActivityMediumLight: {
61
+ name: string;
62
+ category: string;
63
+ shortname: string;
64
+ shortname_alternates: string[];
65
+ keywords: string[];
66
+ unicode_output: string;
67
+ unicode_character: string;
68
+ }[];
69
+ ActivityMedium: {
70
+ name: string;
71
+ category: string;
72
+ shortname: string;
73
+ shortname_alternates: string[];
74
+ keywords: string[];
75
+ unicode_output: string;
76
+ unicode_character: string;
77
+ }[];
78
+ ActivityMediumDark: {
79
+ name: string;
80
+ category: string;
81
+ shortname: string;
82
+ shortname_alternates: string[];
83
+ keywords: string[];
84
+ unicode_output: string;
85
+ unicode_character: string;
86
+ }[];
87
+ ActivityDark: {
88
+ name: string;
89
+ category: string;
90
+ shortname: string;
91
+ shortname_alternates: string[];
92
+ keywords: string[];
93
+ unicode_output: string;
94
+ unicode_character: string;
95
+ }[];
96
+ Flags: {
97
+ name: string;
98
+ category: string;
99
+ shortname: string;
100
+ shortname_alternates: string[];
101
+ keywords: string[];
102
+ unicode_output: string;
103
+ unicode_character: string;
104
+ }[];
105
+ Food: {
106
+ name: string;
107
+ category: string;
108
+ shortname: string;
109
+ shortname_alternates: string[];
110
+ keywords: string[];
111
+ unicode_output: string;
112
+ unicode_character: string;
113
+ }[];
114
+ Nature: {
115
+ name: string;
116
+ category: string;
117
+ shortname: string;
118
+ shortname_alternates: string[];
119
+ keywords: string[];
120
+ unicode_output: string;
121
+ unicode_character: string;
122
+ }[];
123
+ ObjectsDefault: {
124
+ name: string;
125
+ category: string;
126
+ shortname: string;
127
+ shortname_alternates: string[];
128
+ keywords: string[];
129
+ unicode_output: string;
130
+ unicode_character: string;
131
+ }[];
132
+ ObjectsLight: ({
133
+ name: string;
134
+ category: string;
135
+ shortname: string;
136
+ shortname_alternates: string[];
137
+ keywords: string[];
138
+ unicode_output: string;
139
+ unicode_character: string;
140
+ key?: undefined;
141
+ } | {
142
+ name: string;
143
+ category: string;
144
+ shortname: string;
145
+ shortname_alternates: string[];
146
+ keywords: string[];
147
+ unicode_output: string;
148
+ unicode_character: string;
149
+ key: string;
150
+ })[];
151
+ ObjectsMediumLight: {
152
+ name: string;
153
+ category: string;
154
+ shortname: string;
155
+ shortname_alternates: string[];
156
+ keywords: string[];
157
+ unicode_output: string;
158
+ unicode_character: string;
159
+ }[];
160
+ ObjectsMedium: {
161
+ name: string;
162
+ category: string;
163
+ shortname: string;
164
+ shortname_alternates: string[];
165
+ keywords: string[];
166
+ unicode_output: string;
167
+ unicode_character: string;
168
+ }[];
169
+ ObjectsMediumDark: {
170
+ name: string;
171
+ category: string;
172
+ shortname: string;
173
+ shortname_alternates: string[];
174
+ keywords: string[];
175
+ unicode_output: string;
176
+ unicode_character: string;
177
+ }[];
178
+ ObjectsDark: {
179
+ name: string;
180
+ category: string;
181
+ shortname: string;
182
+ shortname_alternates: string[];
183
+ keywords: string[];
184
+ unicode_output: string;
185
+ unicode_character: string;
186
+ }[];
187
+ PeopleDefault: {
188
+ name: string;
189
+ category: string;
190
+ shortname: string;
191
+ shortname_alternates: string[];
192
+ keywords: string[];
193
+ unicode_output: string;
194
+ unicode_character: string;
195
+ }[];
196
+ PeopleLight: {
197
+ name: string;
198
+ category: string;
199
+ shortname: string;
200
+ shortname_alternates: string[];
201
+ keywords: string[];
202
+ unicode_output: string;
203
+ unicode_character: string;
204
+ }[];
205
+ PeopleMediumLight: {
206
+ name: string;
207
+ category: string;
208
+ shortname: string;
209
+ shortname_alternates: string[];
210
+ keywords: string[];
211
+ unicode_output: string;
212
+ unicode_character: string;
213
+ }[];
214
+ PeopleMedium: {
215
+ name: string;
216
+ category: string;
217
+ shortname: string;
218
+ shortname_alternates: string[];
219
+ keywords: string[];
220
+ unicode_output: string;
221
+ unicode_character: string;
222
+ }[];
223
+ PeopleMediumDark: {
224
+ name: string;
225
+ category: string;
226
+ shortname: string;
227
+ shortname_alternates: string[];
228
+ keywords: string[];
229
+ unicode_output: string;
230
+ unicode_character: string;
231
+ }[];
232
+ PeopleDark: {
233
+ name: string;
234
+ category: string;
235
+ shortname: string;
236
+ shortname_alternates: string[];
237
+ keywords: string[];
238
+ unicode_output: string;
239
+ unicode_character: string;
240
+ }[];
241
+ Symbols: {
242
+ name: string;
243
+ category: string;
244
+ shortname: string;
245
+ shortname_alternates: string[];
246
+ keywords: string[];
247
+ unicode_output: string;
248
+ unicode_character: string;
249
+ }[];
250
+ Travel: {
251
+ name: string;
252
+ category: string;
253
+ shortname: string;
254
+ shortname_alternates: string[];
255
+ keywords: string[];
256
+ unicode_output: string;
257
+ unicode_character: string;
258
+ }[];
259
+ };
260
+ CDN_URL(): "https://static.dialpadcdn.com/joypixels/png/unicode/32/";
261
+ tabLabels(): any;
262
+ tabs(): string[];
263
+ }, {
264
+ setupTabLabelRefs(): void;
265
+ setupFilteredRefs(): void;
266
+ setupEmojiRefs(): void;
267
+ searchByNameAndKeywords(): void;
268
+ debounce: (fn: any, delay: any) => (...args: any[]) => void;
269
+ getImgSrc: (emoji: any) => string;
270
+ handleImageError: (event: any) => void;
271
+ scrollToTab: (tabIndex: any, focusFirstEmoji: any) => void;
272
+ resetScroll: () => void;
273
+ focusEmojiSelector: () => void;
274
+ hoverEmoji(emoji: any, isFirst: any): void;
275
+ setEmojiRef: (el: any, indexTab: any, indexEmoji: any) => void;
276
+ setFilteredRef: (el: any, index: any) => void;
277
+ focusEmoji: (indexTab: any, indexEmoji: any) => boolean;
278
+ handleKeyDown: (event: any, indexTab: any, indexEmoji: any, emoji: any) => void;
279
+ handleHorizontalNavigation: (direction: any, indexTab: any, indexEmoji: any) => void;
280
+ handleArrowLeftFiltered: (indexTab: any, indexEmoji: any) => void;
281
+ handleArrowRightFiltered: (indexTab: any, indexEmoji: any) => void;
282
+ handleArrowLeft: (indexTab: any, indexEmoji: any) => void;
283
+ handleArrowRight: (indexTab: any, indexEmoji: any) => void;
284
+ handleKeyDownFilteredEmojis(event: any, indexEmoji: any, emoji: any): void;
285
+ setTabLabelObserver(): void;
286
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
287
+ emojiFilter: {
288
+ type: StringConstructor;
289
+ default: string;
290
+ };
291
+ skinTone: {
292
+ type: StringConstructor;
293
+ required: true;
294
+ };
295
+ tabSetLabels: {
296
+ type: ArrayConstructor;
297
+ required: true;
298
+ };
299
+ selectedTabset: {
300
+ type: ObjectConstructor;
301
+ required: true;
302
+ };
303
+ searchResultsLabel: {
304
+ type: StringConstructor;
305
+ required: true;
306
+ };
307
+ searchNoResultsLabel: {
308
+ type: StringConstructor;
309
+ required: true;
310
+ };
311
+ recentlyUsedEmojis: {
312
+ type: ArrayConstructor;
313
+ default: () => never[];
314
+ };
315
+ }>>, {
316
+ emojiFilter: string;
317
+ recentlyUsedEmojis: unknown[];
318
+ }>;
319
+ export default _default;
320
+ //# sourceMappingURL=emoji_selector.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emoji_selector.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_selector.vue.js"],"names":[],"mappings":""}
@@ -0,0 +1,55 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ skinTone: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ isHovering: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ skinSelectorButtonTooltipLabel: {
11
+ type: StringConstructor;
12
+ required: true;
13
+ };
14
+ }, {}, {
15
+ isOpen: boolean;
16
+ skinSelected: null;
17
+ skinsRef: never[];
18
+ cdnUrl: string;
19
+ }, {
20
+ skinPassedIn(): {
21
+ name: string;
22
+ unicode_output: string;
23
+ skinTone: string;
24
+ skinCode: string;
25
+ } | undefined;
26
+ skinList(): {
27
+ name: string;
28
+ unicode_output: string;
29
+ skinTone: string;
30
+ skinCode: string;
31
+ }[];
32
+ }, {
33
+ setupSkinRefs(): void;
34
+ focusSkinSelector(): void;
35
+ selectSkin(skin: any): void;
36
+ handleKeyDown(event: any, skin: any, index: any): void;
37
+ toggleSkinList(): void;
38
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
39
+ skinTone: {
40
+ type: StringConstructor;
41
+ required: true;
42
+ };
43
+ isHovering: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ skinSelectorButtonTooltipLabel: {
48
+ type: StringConstructor;
49
+ required: true;
50
+ };
51
+ }>>, {
52
+ isHovering: boolean;
53
+ }>;
54
+ export default _default;
55
+ //# sourceMappingURL=emoji_skin_selector.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emoji_skin_selector.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_skin_selector.vue.js"],"names":[],"mappings":""}
@@ -0,0 +1,69 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ showRecentlyUsedTab: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ scrollIntoTab: {
7
+ type: NumberConstructor;
8
+ required: true;
9
+ };
10
+ isScrolling: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ emojiFilter: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ tabSetLabels: {
19
+ type: ArrayConstructor;
20
+ required: true;
21
+ };
22
+ }, {}, {
23
+ selectedTab: string;
24
+ tabsetRef: never[];
25
+ TABS_DATA: {
26
+ label: string;
27
+ icon: string;
28
+ }[];
29
+ }, {
30
+ tabs(): {
31
+ label: any;
32
+ id: string;
33
+ panelId: string;
34
+ icon: string;
35
+ }[];
36
+ isSearching(): boolean;
37
+ }, {
38
+ selectTabset(id: any): void;
39
+ setTabsetRef(): void;
40
+ focusTabset(): void;
41
+ handleKeyDown(event: any, tabId: any): void;
42
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
43
+ showRecentlyUsedTab: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ scrollIntoTab: {
48
+ type: NumberConstructor;
49
+ required: true;
50
+ };
51
+ isScrolling: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ emojiFilter: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ tabSetLabels: {
60
+ type: ArrayConstructor;
61
+ required: true;
62
+ };
63
+ }>>, {
64
+ showRecentlyUsedTab: boolean;
65
+ isScrolling: boolean;
66
+ emojiFilter: string;
67
+ }>;
68
+ export default _default;
69
+ //# sourceMappingURL=emoji_tabset.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emoji_tabset.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_tabset.vue.js"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  export { default as DtIcon } from "./icon.vue";
2
+ export { ICON_SIZE_MODIFIERS } from "./icon_constants";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -117,6 +117,13 @@ declare const _default: import("vue").DefineComponent<{
117
117
  type: ObjectConstructor;
118
118
  default: null;
119
119
  };
120
+ /**
121
+ * hidden allows to use input without the element visually present in DOM
122
+ */
123
+ hidden: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
120
127
  }, {}, {
121
128
  descriptionSizeClasses: {
122
129
  lg: string;
@@ -324,6 +331,13 @@ declare const _default: import("vue").DefineComponent<{
324
331
  type: ObjectConstructor;
325
332
  default: null;
326
333
  };
334
+ /**
335
+ * hidden allows to use input without the element visually present in DOM
336
+ */
337
+ hidden: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
327
341
  }>>, {
328
342
  name: string;
329
343
  value: string | number;
@@ -334,6 +348,7 @@ declare const _default: import("vue").DefineComponent<{
334
348
  iconSize: string;
335
349
  validate: Record<string, any>;
336
350
  disabled: boolean;
351
+ hidden: boolean;
337
352
  labelVisible: boolean;
338
353
  inputClass: string | Record<string, any> | unknown[];
339
354
  inputWrapperClass: string | Record<string, any> | unknown[];
@@ -1 +1 @@
1
- {"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../../components/input/input.vue.js"],"names":[],"mappings":";IA4BI;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9HH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../../components/input/input.vue.js"],"names":[],"mappings":";IA4BI;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAtIH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG"}
@@ -6,6 +6,7 @@ export namespace INPUT_TYPES {
6
6
  let NUMBER: string;
7
7
  let DATE: string;
8
8
  let TIME: string;
9
+ let FILE: string;
9
10
  }
10
11
  export namespace INPUT_SIZES {
11
12
  let EXTRA_SMALL: string;
@@ -97,6 +97,6 @@ declare const _default: import("vue").DefineComponent<{}, any, {}, {
97
97
  };
98
98
  };
99
99
  created(): void;
100
- }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
100
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
101
101
  export default _default;
102
102
  //# sourceMappingURL=input.vue.d.ts.map
@@ -76,6 +76,9 @@ declare const _default: import("vue").DefineComponent<{
76
76
  };
77
77
  props: {
78
78
  id: {
79
+ /**
80
+ * A data qa tag for the input group legend
81
+ */
79
82
  type: StringConstructor;
80
83
  default(): string;
81
84
  };
@@ -85,7 +88,11 @@ declare const _default: import("vue").DefineComponent<{
85
88
  };
86
89
  name: {
87
90
  type: StringConstructor;
88
- required: boolean;
91
+ required: boolean; /**
92
+ * Native input event
93
+ *
94
+ * @event input
95
+ */
89
96
  };
90
97
  legend: {
91
98
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAlBH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVH;;eAEG;;;;;;;;;;+BAgBH;;;;eAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9BH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -13,4 +13,9 @@ export namespace LINK_KIND_MODIFIERS {
13
13
  export let muted: string;
14
14
  export let inverted: string;
15
15
  }
16
+ declare namespace _default {
17
+ export { LINK_VARIANTS };
18
+ export { LINK_KIND_MODIFIERS };
19
+ }
20
+ export default _default;
16
21
  //# sourceMappingURL=link_constants.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export { default as DtListItem } from "./list_item.vue";
2
+ export { LIST_ITEM_TYPES, LIST_ITEM_NAVIGATION_TYPES } from "./list_item_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -136,8 +136,8 @@ declare const _default: import("vue").DefineComponent<{
136
136
  };
137
137
  }>>, {
138
138
  type: string;
139
- id: string;
140
139
  role: string;
140
+ id: string;
141
141
  selected: boolean;
142
142
  elementType: string;
143
143
  navigationType: string;
@@ -1,3 +1,3 @@
1
1
  export { default as DtModal } from "./modal.vue";
2
- export { MODAL_KIND_MODIFIERS, MODAL_SIZE_MODIFIERS, MODAL_BANNER_KINDS } from "./modal_constants";
2
+ export { MODAL_KIND_MODIFIERS, MODAL_BANNER_KINDS, MODAL_SIZE_MODIFIERS } from "./modal_constants";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -2,5 +2,5 @@ export { default as DtNotice } from "./notice.vue";
2
2
  export { default as DtNoticeAction } from "./notice_action.vue";
3
3
  export { default as DtNoticeIcon } from "./notice_icon.vue";
4
4
  export { default as DtNoticeContent } from "./notice_content.vue";
5
- export { NOTICE_KINDS } from "./notice_constants";
5
+ export { NOTICE_KINDS, NOTICE_ROLES } from "./notice_constants";
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export { default as DtPopover } from "./popover.vue";
2
- export { POPOVER_PADDING_CLASSES, POPOVER_HEADER_FOOTER_PADDING_CLASSES, POPOVER_ROLES, POPOVER_CONTENT_WIDTHS, POPOVER_INITIAL_FOCUS_STRINGS } from "./popover_constants";
2
+ export { POPOVER_PADDING_CLASSES, POPOVER_HEADER_FOOTER_PADDING_CLASSES, POPOVER_ROLES, POPOVER_CONTENT_WIDTHS, POPOVER_INITIAL_FOCUS_STRINGS, POPOVER_APPEND_TO_VALUES, POPOVER_STICKY_VALUES, POPOVER_DIRECTIONS } from "./popover_constants";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -413,7 +413,10 @@ declare const _default: import("vue").DefineComponent<{
413
413
  methods: {
414
414
  getFirstFocusableElement(el: object): Promise<any>;
415
415
  focusFirstElement(el?: object): Promise<void>;
416
- focusElementById(elementId: any): Promise<void>;
416
+ focusElementById(elementId: any): Promise<void>; /**
417
+ * ARIA role for the content of the popover. Defaults to "dialog".
418
+ * <a class="d-link" href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
419
+ */
417
420
  _getFirstFocusElement(focusableElements: any): any;
418
421
  _getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
419
422
  focusTrappedTabPress(e: object, el: object): void;
@@ -724,8 +727,8 @@ declare const _default: import("vue").DefineComponent<{
724
727
  validator: (appendTo: unknown) => boolean;
725
728
  };
726
729
  }>>, {
727
- id: string;
728
730
  role: string;
731
+ id: string;
729
732
  ariaLabel: string;
730
733
  closeButtonProps: Record<string, any>;
731
734
  dialogClass: string | Record<string, any> | unknown[];
@@ -1 +1 @@
1
- {"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue.js"],"names":[],"mappings":";IAyCI;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7UH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue.js"],"names":[],"mappings":";IAyCI;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAvSH;;;WAGG;;;;;;IAzCH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG"}
@@ -20,4 +20,15 @@ export const POPOVER_INITIAL_FOCUS_STRINGS: string[];
20
20
  export const POPOVER_APPEND_TO_VALUES: string[];
21
21
  export const POPOVER_STICKY_VALUES: (string | boolean)[];
22
22
  export const POPOVER_DIRECTIONS: string[];
23
+ declare namespace _default {
24
+ export { POPOVER_PADDING_CLASSES };
25
+ export { POPOVER_HEADER_FOOTER_PADDING_CLASSES };
26
+ export { POPOVER_ROLES };
27
+ export { POPOVER_CONTENT_WIDTHS };
28
+ export { POPOVER_INITIAL_FOCUS_STRINGS };
29
+ export { POPOVER_APPEND_TO_VALUES };
30
+ export { POPOVER_STICKY_VALUES };
31
+ export { POPOVER_DIRECTIONS };
32
+ }
33
+ export default _default;
23
34
  //# sourceMappingURL=popover_constants.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export { default as DtRadio } from "./radio.vue";
2
+ export { RADIO_INPUT_VALIDATION_CLASSES } from "./radio_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -157,10 +157,7 @@ declare const _default: import("vue").DefineComponent<{
157
157
  };
158
158
  };
159
159
  computed: {
160
- formattedMessages(): any; /**
161
- * A provided value for the radio group
162
- * @model value
163
- */
160
+ formattedMessages(): any;
164
161
  validationState(): string | null;
165
162
  };
166
163
  watch: {
@@ -169,12 +166,7 @@ declare const _default: import("vue").DefineComponent<{
169
166
  };
170
167
  methods: {
171
168
  setGroupValue(newValue: any): void;
172
- }; /**
173
- * Native input event
174
- *
175
- * @event input
176
- * @type {String | Number}
177
- */
169
+ };
178
170
  mounted(): void;
179
171
  }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
180
172
  dataQaGroup: {