@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.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +76 -0
- package/README.md +1 -1
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +5770 -13134
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +9 -10
- package/dist/emoji-BKjUPoIz.js +139639 -0
- package/dist/emoji-uAsjUKCr.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +30 -24
- package/dist/style.css +1 -1
- package/dist/tooltip-N61DaooE.cjs +21 -0
- package/dist/tooltip-_ykHbRFm.js +2473 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts +1 -1
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -1
- package/dist/types/common/sr_only_close_button.vue.d.ts +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
- package/dist/types/components/badge/badge.vue.d.ts +9 -2
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/types/components/button/button.vue.d.ts +1 -1
- package/dist/types/components/button/index.d.ts +1 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts +6 -1
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -1
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip_constants.d.ts +1 -0
- package/dist/types/components/chip/index.d.ts +1 -1
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox.vue.d.ts +15 -3
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox_constants.d.ts +4 -0
- package/dist/types/components/combobox/index.d.ts +1 -0
- package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +1 -1
- package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/formatUtils.d.ts +8 -0
- package/dist/types/components/datepicker/index.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown_constants.d.ts +4 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/index.d.ts +1 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +70 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +27 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/index.d.ts +3 -0
- package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +19 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +30 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +320 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +55 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +69 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/types/components/icon/index.d.ts +1 -0
- package/dist/types/components/input/input.vue.d.ts +15 -0
- package/dist/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/types/components/input/input_constants.d.ts +1 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts +1 -1
- package/dist/types/components/input_group/input_group.vue.d.ts +8 -1
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/types/components/link/link_constants.d.ts +5 -0
- package/dist/types/components/list_item/index.d.ts +1 -0
- package/dist/types/components/list_item/list_item.vue.d.ts +1 -1
- package/dist/types/components/modal/index.d.ts +1 -1
- package/dist/types/components/notice/index.d.ts +1 -1
- package/dist/types/components/popover/index.d.ts +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +5 -2
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover_constants.d.ts +11 -0
- package/dist/types/components/radio/index.d.ts +1 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts +2 -10
- package/dist/types/components/radio_group/radio_group.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/rich_text_editor/rich_text_editor_constants.d.ts +5 -0
- package/dist/types/components/stack/index.d.ts +1 -0
- package/dist/types/components/stack/stack_constants.d.ts +6 -0
- package/dist/types/components/toast/toast.vue.d.ts +4 -1
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/components/toggle/index.d.ts +1 -0
- package/dist/types/components/toggle/toggle_constants.d.ts +1 -0
- package/dist/types/components/tooltip/index.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip_constants.d.ts +8 -0
- package/dist/types/emoji.d.ts +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -18
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +9 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -2
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +3 -3
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +2 -2
- package/package.json +55 -46
- package/dist/_plugin-vue2_normalizer-1P4G3Z0k.cjs +0 -1
- package/dist/_plugin-vue2_normalizer-u6G_3nkj.js +0 -32
- package/dist/emoji--HwFbqwW.js +0 -48702
- package/dist/emoji-c9hpZE0O.cjs +0 -1
- package/dist/tooltip_constants-IjzmwQZI.js +0 -2541
- package/dist/tooltip_constants-eQzi1S-l.cjs +0 -25
- package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
- package/dist/types/components/list_section/index.d.ts +0 -2
- package/dist/types/components/list_section/index.d.ts.map +0 -1
- package/dist/types/components/list_section/list_section.vue.d.ts +0 -70
- package/dist/types/components/list_section/list_section.vue.d.ts.map +0 -1
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -7
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts.map +0 -1
|
@@ -43,7 +43,7 @@ declare function _default({ listItemRole, indexKey, idKey, listElementKey, activ
|
|
|
43
43
|
onHomeKey(): void;
|
|
44
44
|
onEndKey(): void;
|
|
45
45
|
onNavigationKey(key: any): void;
|
|
46
|
-
|
|
46
|
+
isValidLetter(key: any): boolean;
|
|
47
47
|
jumpToBeginning(): void;
|
|
48
48
|
jumpToEnd(): void;
|
|
49
49
|
setHighlightIndex(num: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard_list_navigation.d.ts","sourceRoot":"","sources":["../../../../common/mixins/keyboard_list_navigation.js"],"names":[],"mappings":"AA6Be;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"keyboard_list_navigation.d.ts","sourceRoot":"","sources":["../../../../common/mixins/keyboard_list_navigation.js"],"names":[],"mappings":"AA6Be;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuNb"}
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
}, {}, {}, {}, {
|
|
11
11
|
close(): void;
|
|
12
|
-
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin,
|
|
12
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "close"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
/**
|
|
14
14
|
* Label for the visually hidden close button
|
|
15
15
|
* Required if visuallyHiddenClose is set to `true`
|
|
@@ -345,12 +345,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
345
345
|
}>>, {
|
|
346
346
|
presence: string;
|
|
347
347
|
id: string;
|
|
348
|
-
color: string;
|
|
349
348
|
size: string;
|
|
350
349
|
iconSize: string;
|
|
351
350
|
fullName: string;
|
|
352
351
|
imageSrc: string;
|
|
353
352
|
seed: string;
|
|
353
|
+
color: string;
|
|
354
354
|
avatarClass: string | Record<string, any> | unknown[];
|
|
355
355
|
canvasClass: string | Record<string, any> | unknown[];
|
|
356
356
|
iconClass: string | Record<string, any> | unknown[];
|
|
@@ -77,7 +77,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
77
|
BADGE_DECORATION_MODIFIERS: {
|
|
78
78
|
'black-400': string;
|
|
79
79
|
'black-500': string;
|
|
80
|
-
'black-900': string;
|
|
80
|
+
'black-900': string; /**
|
|
81
|
+
* Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
|
|
82
|
+
* https://dialpad.design/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
|
|
83
|
+
* will automatically be shown here, but this can be overridden by setting this prop.
|
|
84
|
+
*/
|
|
81
85
|
'red-200': string;
|
|
82
86
|
'red-300': string;
|
|
83
87
|
'red-400': string;
|
|
@@ -85,7 +89,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
89
|
'purple-300': string;
|
|
86
90
|
'purple-400': string;
|
|
87
91
|
'purple-500': string;
|
|
88
|
-
'blue-200': string;
|
|
92
|
+
'blue-200': string; /**
|
|
93
|
+
* Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
|
|
94
|
+
* https://dialpad.design/components/icon.html#icon-catalog
|
|
95
|
+
*/
|
|
89
96
|
'blue-300': string;
|
|
90
97
|
'blue-400': string;
|
|
91
98
|
'green-300': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge.vue.js"],"names":[],"mappings":";IAkBI;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG
|
|
1
|
+
{"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge.vue.js"],"names":[],"mappings":";IAkBI;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;6BA9DH;;;;WAIG;;;;;;;;4BAMH;;;WAGG;;;;;;;;;;;;;;;;;;;;IAbH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG"}
|
|
@@ -303,13 +303,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
303
303
|
circle: boolean;
|
|
304
304
|
size: string;
|
|
305
305
|
loading: boolean;
|
|
306
|
-
width: string;
|
|
307
306
|
kind: string;
|
|
308
307
|
labelClass: string | Record<string, any> | unknown[];
|
|
309
308
|
iconPosition: string;
|
|
310
309
|
importance: string;
|
|
311
310
|
linkKind: string;
|
|
312
311
|
disabled: boolean;
|
|
312
|
+
width: string;
|
|
313
313
|
assertiveOnFocus: boolean;
|
|
314
314
|
}>;
|
|
315
315
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export { default as DtButton } from "./button.vue";
|
|
2
|
+
export { BUTTON_SIZE_MODIFIERS, BUTTON_KIND_MODIFIERS, BUTTON_IMPORTANCE_MODIFIERS, BUTTON_TYPES, ICON_POSITION_MODIFIERS, INVALID_COMBINATION, BUTTON_ICON_SIZES } from "./button_constants.js";
|
|
2
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -29,7 +29,12 @@ declare const _default: import("vue").DefineComponent<{}, any, {}, {
|
|
|
29
29
|
};
|
|
30
30
|
disabled: {
|
|
31
31
|
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
32
|
+
default: boolean; /**
|
|
33
|
+
* Native input focusout event
|
|
34
|
+
*
|
|
35
|
+
* @event focusout
|
|
36
|
+
* @type {FocusEvent}
|
|
37
|
+
*/
|
|
33
38
|
};
|
|
34
39
|
validationState: {
|
|
35
40
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox/checkbox.vue.js"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox/checkbox.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA2CI;;;;;eAKG"}
|
|
@@ -133,7 +133,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
legend: {
|
|
134
134
|
type: StringConstructor;
|
|
135
135
|
default: string;
|
|
136
|
-
};
|
|
136
|
+
}; /**
|
|
137
|
+
* A data qa tag for the radio group
|
|
138
|
+
*/
|
|
137
139
|
disabled: {
|
|
138
140
|
type: BooleanConstructor;
|
|
139
141
|
default: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox_group/checkbox_group.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7BH;;;eAGG;;;;;;;;;;;;;;;;;;;;;eAHH;;;eAGG
|
|
1
|
+
{"version":3,"file":"checkbox_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox_group/checkbox_group.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7BH;;;eAGG;;;;;;;;;;;;;;;;;;;;;eAHH;;;eAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAQH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAjCH;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsible_lazy_show.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible_lazy_show.vue.js"],"names":[],"mappings":";IASI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;IAoBH;;;;;OAKG;oBADU,OAAO;;IAmBpB;;OAEG;yBADQ,WAAW;
|
|
1
|
+
{"version":3,"file":"collapsible_lazy_show.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible_lazy_show.vue.js"],"names":[],"mappings":";IASI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;IAoBH;;;;;OAKG;oBADU,OAAO;;IAmBpB;;OAEG;yBADQ,WAAW;IAUtB;;OAEG;mBADQ,WAAW;IAUtB;;OAEG;wBADQ,WAAW;IAMtB;;OAEG;yBADQ,WAAW;IAUtB;;OAEG;mBADQ,WAAW;IAUtB;;OAEG;wBADQ,WAAW;;IAjHtB;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -153,11 +153,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
153
|
scrollElementIntoView(ref: Element, opt_scrollToTop: any, opt_behavior: any, opt_parent: any): void;
|
|
154
154
|
scrollIntoViewIfNeeded(ref: any, opt_center: any, opt_behavior: any, opt_parent: any): void;
|
|
155
155
|
scrollIntoView(ref: any, opt_dir: any, opt_ifNeeded: any, opt_behavior: any, opt_parent: any): void;
|
|
156
|
+
/**
|
|
157
|
+
* If the list is rendered outside the component, like when using popover as the list wrapper.
|
|
158
|
+
* @values true, false
|
|
159
|
+
*/
|
|
156
160
|
_setScrollTop(el: any, scrollTop: any, bounds: any, offsetTop: any, offsetBottom: any, opt_isNeeded: any, opt_behavior: any): void;
|
|
157
161
|
_getElementHeight(el: any): any;
|
|
158
162
|
_getScrollBounds(el: any): {
|
|
159
163
|
top: any;
|
|
160
|
-
bottom: any;
|
|
164
|
+
bottom: any; /**
|
|
165
|
+
* Programmatically click on the active list item element when a selection
|
|
166
|
+
* comes from keyboard navigation, i.e. pressing the "Enter" key.
|
|
167
|
+
* @values true, false
|
|
168
|
+
*/
|
|
161
169
|
};
|
|
162
170
|
_inScrollBounds(top: any, bottom: any, bounds: any): boolean;
|
|
163
171
|
};
|
|
@@ -173,13 +181,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
181
|
methods: {
|
|
174
182
|
_getListElement(): any;
|
|
175
183
|
_itemsLength(): any;
|
|
176
|
-
_getListItemNodes(): any;
|
|
184
|
+
_getListItemNodes(): any; /**
|
|
185
|
+
* Additional class name for the empty list element.
|
|
186
|
+
* Can accept all of String, Object, and Array, i.e. has the
|
|
187
|
+
* same api as Vue's built-in handling of the class attribute.
|
|
188
|
+
*/
|
|
177
189
|
onUpKey(): void;
|
|
178
190
|
onDownKey(): void;
|
|
179
191
|
onHomeKey(): void;
|
|
180
192
|
onEndKey(): void;
|
|
181
193
|
onNavigationKey(key: any): void;
|
|
182
|
-
|
|
194
|
+
isValidLetter(key: any): boolean;
|
|
183
195
|
jumpToBeginning(): void;
|
|
184
196
|
jumpToEnd(): void;
|
|
185
197
|
setHighlightIndex(num: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../../components/combobox/combobox.vue.js"],"names":[],"mappings":";IAkCI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG
|
|
1
|
+
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../../components/combobox/combobox.vue.js"],"names":[],"mappings":";IAkCI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAjDH;;;eAGG;;;;;6BA0CH;;;;mBAIG;;;;;;;;;;;;;;;;kCAdH;;;;WAIG;;;;;;;;;;;;;;;;;IA5GH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("close-datepicker" | "selected-date")[], string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=datepicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datepicker.vue.d.ts","sourceRoot":"","sources":["../../../../components/datepicker/datepicker.vue.js"],"names":[],"mappings":""}
|
|
@@ -3,4 +3,12 @@ export function formatMedium(date: any): string;
|
|
|
3
3
|
export function formatShort(date: any, showWeekday?: boolean): string;
|
|
4
4
|
export function formatNoYear(date: any, abbreviated?: boolean): string;
|
|
5
5
|
export function formatNumerical(date: any): string;
|
|
6
|
+
declare namespace _default {
|
|
7
|
+
export { formatLong };
|
|
8
|
+
export { formatMedium };
|
|
9
|
+
export { formatShort };
|
|
10
|
+
export { formatNoYear };
|
|
11
|
+
export { formatNumerical };
|
|
12
|
+
}
|
|
13
|
+
export default _default;
|
|
6
14
|
//# sourceMappingURL=formatUtils.d.ts.map
|
|
@@ -271,7 +271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
271
271
|
onHomeKey(): void;
|
|
272
272
|
onEndKey(): void;
|
|
273
273
|
onNavigationKey(key: any): void;
|
|
274
|
-
|
|
274
|
+
isValidLetter(key: any): boolean;
|
|
275
275
|
jumpToBeginning(): void;
|
|
276
276
|
jumpToEnd(): void;
|
|
277
277
|
setHighlightIndex(num: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown.vue.js"],"names":[],"mappings":";IAmCI;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;;IAOH;;;;;;;;;SASK;;;;;IAQL;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;IAUH;;;;;;;;;;;OAWG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7KH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;;IAOH;;;;;;;;;SASK;;;;;IAQL;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;IAUH;;;;;;;;;;;OAWG;;;;;IAMH;;;OAGG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* List's heading.
|
|
4
|
+
*/
|
|
5
|
+
heading: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Additional class for the wrapper list element.
|
|
11
|
+
*/
|
|
12
|
+
listClass: {
|
|
13
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
/**
|
|
18
|
+
* List's heading.
|
|
19
|
+
*/
|
|
20
|
+
heading: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Additional class for the wrapper list element.
|
|
26
|
+
*/
|
|
27
|
+
listClass: {
|
|
28
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>>, {
|
|
32
|
+
heading: string;
|
|
33
|
+
listClass: string | Record<string, any> | unknown[];
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
36
|
+
//# sourceMappingURL=dropdown_list.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown_list.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown_list.vue.js"],"names":[],"mappings":";IAKI;;OAEG;;;;;IAMH;;OAEG;;;;;;IAVH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
recentlyUsedEmojis: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
};
|
|
5
|
+
searchPlaceholderLabel: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
searchResultsLabel: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
searchNoResultsLabel: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
tabSetLabels: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
skinTone: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
};
|
|
24
|
+
skinSelectorButtonTooltipLabel: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
}, {}, {
|
|
29
|
+
searchQuery: string;
|
|
30
|
+
highlightedEmoji: null;
|
|
31
|
+
selectedTabset: {};
|
|
32
|
+
scrollIntoTab: number;
|
|
33
|
+
isScrolling: boolean;
|
|
34
|
+
}, {
|
|
35
|
+
showRecentlyUsedTab(): boolean;
|
|
36
|
+
}, {
|
|
37
|
+
scrollToSelectedTabset(tabId: any): void;
|
|
38
|
+
updateScrollIntoTab(value: any): void;
|
|
39
|
+
updateIsScrolling(value: any): void;
|
|
40
|
+
updateHighlightedEmoji(emoji: any): void;
|
|
41
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
recentlyUsedEmojis: {
|
|
43
|
+
type: ArrayConstructor;
|
|
44
|
+
};
|
|
45
|
+
searchPlaceholderLabel: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
searchResultsLabel: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
searchNoResultsLabel: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
tabSetLabels: {
|
|
58
|
+
type: ArrayConstructor;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
skinTone: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
};
|
|
64
|
+
skinSelectorButtonTooltipLabel: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
}>>, {}>;
|
|
69
|
+
export default _default;
|
|
70
|
+
//# sourceMappingURL=emoji_picker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emoji_picker.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_picker/emoji_picker.vue.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export const CDN_URL: "https://static.dialpadcdn.com/joypixels/png/unicode/32/";
|
|
2
|
+
export const EMOJIS_PER_ROW: 9;
|
|
3
|
+
export namespace EMOJI_PICKER_SKIN_TONE_MODIFIERS {
|
|
4
|
+
let DEFAULT: string;
|
|
5
|
+
let LIGHT: string;
|
|
6
|
+
let MEDIUM_LIGHT: string;
|
|
7
|
+
let MEDIUM: string;
|
|
8
|
+
let MEDIUM_DARK: string;
|
|
9
|
+
let DARK: string;
|
|
10
|
+
}
|
|
11
|
+
export namespace EMOJI_PICKER_CATEGORIES {
|
|
12
|
+
let MOST_RECENTLY_USED: string;
|
|
13
|
+
let SMILEYS_AND_PEOPLE: string;
|
|
14
|
+
let NATURE: string;
|
|
15
|
+
let FOOD: string;
|
|
16
|
+
let ACTIVITY: string;
|
|
17
|
+
let TRAVEL: string;
|
|
18
|
+
let OBJECTS: string;
|
|
19
|
+
let SYMBOLS: string;
|
|
20
|
+
let FLAGS: string;
|
|
21
|
+
}
|
|
22
|
+
declare namespace _default {
|
|
23
|
+
export { EMOJI_PICKER_SKIN_TONE_MODIFIERS };
|
|
24
|
+
export { EMOJI_PICKER_CATEGORIES };
|
|
25
|
+
}
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=emoji_picker_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emoji_picker_constants.d.ts","sourceRoot":"","sources":["../../../../components/emoji_picker/emoji_picker_constants.js"],"names":[],"mappings":"AAAA,gFAAiF;AACjF,+BAAgC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export namespace emojisGrouped {
|
|
2
|
+
export { ActivityDefault };
|
|
3
|
+
export { ActivityLight };
|
|
4
|
+
export { ActivityMediumLight };
|
|
5
|
+
export { ActivityMedium };
|
|
6
|
+
export { ActivityMediumDark };
|
|
7
|
+
export { ActivityDark };
|
|
8
|
+
export { Flags };
|
|
9
|
+
export { Food };
|
|
10
|
+
export { Nature };
|
|
11
|
+
export { ObjectsDefault };
|
|
12
|
+
export { ObjectsLight };
|
|
13
|
+
export { ObjectsMediumLight };
|
|
14
|
+
export { ObjectsMedium };
|
|
15
|
+
export { ObjectsMediumDark };
|
|
16
|
+
export { ObjectsDark };
|
|
17
|
+
export { PeopleDefault };
|
|
18
|
+
export { PeopleLight };
|
|
19
|
+
export { PeopleMediumLight };
|
|
20
|
+
export { PeopleMedium };
|
|
21
|
+
export { PeopleMediumDark };
|
|
22
|
+
export { PeopleDark };
|
|
23
|
+
export { Symbols };
|
|
24
|
+
export { Travel };
|
|
25
|
+
}
|
|
26
|
+
export const emojisIndexed: {};
|
|
27
|
+
import ActivityDefault from './activity-default.json';
|
|
28
|
+
import ActivityLight from './activity-light.json';
|
|
29
|
+
import ActivityMediumLight from './activity-medium-light.json';
|
|
30
|
+
import ActivityMedium from './activity-medium.json';
|
|
31
|
+
import ActivityMediumDark from './activity-medium-dark.json';
|
|
32
|
+
import ActivityDark from './activity-dark.json';
|
|
33
|
+
import Flags from './flags.json';
|
|
34
|
+
import Food from './food.json';
|
|
35
|
+
import Nature from './nature.json';
|
|
36
|
+
import ObjectsDefault from './objects-default.json';
|
|
37
|
+
import ObjectsLight from './objects-light.json';
|
|
38
|
+
import ObjectsMediumLight from './objects-medium-light.json';
|
|
39
|
+
import ObjectsMedium from './objects-medium.json';
|
|
40
|
+
import ObjectsMediumDark from './objects-medium-dark.json';
|
|
41
|
+
import ObjectsDark from './objects-dark.json';
|
|
42
|
+
import PeopleDefault from './people-default.json';
|
|
43
|
+
import PeopleLight from './people-light.json';
|
|
44
|
+
import PeopleMediumLight from './people-medium-light.json';
|
|
45
|
+
import PeopleMedium from './people-medium.json';
|
|
46
|
+
import PeopleMediumDark from './people-medium-dark.json';
|
|
47
|
+
import PeopleDark from './people-dark.json';
|
|
48
|
+
import Symbols from './symbols.json';
|
|
49
|
+
import Travel from './travel.json';
|
|
50
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/emojis/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAkDA,+BAGO;4BArDqB,yBAAyB;0BAC3B,uBAAuB;gCACjB,8BAA8B;2BACnC,wBAAwB;+BACpB,6BAA6B;yBACnC,sBAAsB;kBAC7B,cAAc;iBACf,aAAa;mBACX,eAAe;2BACP,wBAAwB;yBAC1B,sBAAsB;+BAChB,6BAA6B;0BAClC,uBAAuB;8BACnB,4BAA4B;wBAClC,qBAAqB;0BACnB,uBAAuB;wBACzB,qBAAqB;8BACf,4BAA4B;yBACjC,sBAAsB;6BAClB,2BAA2B;uBACjC,oBAAoB;oBACvB,gBAAgB;mBACjB,eAAe"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/emoji_picker/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Emoji data
|
|
4
|
+
* @type {Object}
|
|
5
|
+
* @default null
|
|
6
|
+
*/
|
|
7
|
+
emoji: Object;
|
|
8
|
+
}, {}, {
|
|
9
|
+
CDN_URL: string;
|
|
10
|
+
}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
/**
|
|
12
|
+
* Emoji data
|
|
13
|
+
* @type {Object}
|
|
14
|
+
* @default null
|
|
15
|
+
*/
|
|
16
|
+
emoji: Object;
|
|
17
|
+
}>>, {}>;
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=emoji_description.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emoji_description.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_description.vue.js"],"names":[],"mappings":";IAQI;;;;OAIG;WAFO,MAAM;;;;IAFhB;;;;OAIG;WAFO,MAAM"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
searchPlaceholderLabel: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {}, {}, {
|
|
11
|
+
updateModelValue(value: any): void;
|
|
12
|
+
focusEmojiSelector(): void;
|
|
13
|
+
focusTabset(): void;
|
|
14
|
+
selectFirstEmoji(): void;
|
|
15
|
+
clearSearch(): void;
|
|
16
|
+
focusSearchInput(): void;
|
|
17
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
searchPlaceholderLabel: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
27
|
+
modelValue: string;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
//# sourceMappingURL=emoji_search.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue.js"],"names":[],"mappings":""}
|