@dialpad/dialtone-vue 3.96.0 → 3.96.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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +19 -0
- package/README.md +3 -3
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +2503 -2601
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +1 -1
- package/dist/{emoji-zsImd-qD.js → emoji-64scMQZS.js} +6280 -7196
- package/dist/emoji-zMlz3b9J.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +33 -113
- package/dist/emoji_picker-MrGLDXUn.js +921 -0
- package/dist/emoji_picker-gkXbSV3i.cjs +1 -0
- package/dist/emoji_text_wrapper-5mWcPQ4m.cjs +1 -0
- package/dist/emoji_text_wrapper-GCssca4o.js +86 -0
- package/dist/message_input.cjs +92 -1
- package/dist/message_input.js +13903 -5
- package/dist/stack-_FIkvuMY.cjs +2 -0
- package/dist/stack-q9VLdD1J.js +2722 -0
- package/dist/style.css +1 -1
- package/dist/tooltip-H27s49LR.js +2476 -0
- package/dist/tooltip-gZ2LW6l0.cjs +21 -0
- package/dist/types/common/constants.d.ts +31 -31
- package/dist/types/common/mixins/input.d.ts +38 -38
- package/dist/types/common/mixins/input_group.d.ts +19 -19
- package/dist/types/common/mixins/sr_only_close_button.d.ts +6 -6
- package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts +20 -20
- 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/badge/badge_constants.d.ts +9 -9
- package/dist/types/components/button/button.vue.d.ts +1 -1
- package/dist/types/components/button/button_constants.d.ts +21 -21
- 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/checkbox_constants.d.ts +3 -3
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +9 -2
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip_constants.d.ts +10 -9
- package/dist/types/components/chip/index.d.ts +1 -1
- package/dist/types/components/combobox/combobox.vue.d.ts +16 -8
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox_constants.d.ts +9 -5
- package/dist/types/components/combobox/index.d.ts +1 -0
- package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +2 -2
- 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/datepicker/modules/calendar.vue.d.ts +4 -1
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +7 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +27 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown_constants.d.ts +7 -3
- package/dist/types/components/dropdown/index.d.ts +1 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/{DtEmojiPicker.vue.d.ts → emoji_picker.vue.d.ts} +2 -2
- 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 +22 -17
- package/dist/types/components/emoji_picker/index.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +3 -1
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/types/components/input/input.vue.d.ts +2 -2
- package/dist/types/components/input/input_constants.d.ts +13 -13
- package/dist/types/components/input_group/input_group.vue.d.ts +3 -1
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/types/components/link/link_constants.d.ts +11 -6
- 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/list_item/list_item_constants.d.ts +5 -5
- package/dist/types/components/modal/modal_constants.d.ts +9 -9
- package/dist/types/components/popover/index.d.ts +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +1 -1
- package/dist/types/components/popover/popover_constants.d.ts +19 -8
- package/dist/types/components/presence/presence_constants.d.ts +4 -4
- package/dist/types/components/radio/index.d.ts +1 -0
- package/dist/types/components/radio/radio.vue.d.ts +3 -7
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/types/components/radio/radio_constants.d.ts +3 -3
- package/dist/types/components/radio_group/radio_group.vue.d.ts +1 -3
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts +5 -1
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +2 -2
- 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/root_layout/root_layout_constants.d.ts +2 -2
- package/dist/types/components/scroller/DtScroller.vue.d.ts +11 -1
- package/dist/types/components/scroller/DtScroller.vue.d.ts.map +1 -1
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts +13 -1
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -1
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -1
- package/dist/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/types/components/select_menu/select_menu_constants.d.ts +8 -8
- package/dist/types/components/skeleton/skeleton_constants.d.ts +8 -8
- 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/tabs/tabs_constants.d.ts +4 -4
- 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 +3 -2
- package/dist/types/components/tooltip/tooltip_constants.d.ts +4 -4
- package/dist/types/directives/tooltip/tooltip.d.ts +1 -1
- package/dist/types/index.d.ts +0 -3
- package/dist/types/message_input.d.ts +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +22 -22
- 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 +1 -1
- 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 +13 -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/feed_item_row_constants.d.ts +3 -3
- 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_constants.d.ts +3 -3
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +14 -62
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +4 -4
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +12 -12
- 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 +1 -1
- package/package.json +51 -51
- package/dist/emoji-5anz0QgY.cjs +0 -1
- package/dist/message_input-JdPf8pn2.js +0 -16500
- package/dist/message_input-s1pJ2P6G.cjs +0 -93
- package/dist/tooltip-3LC0ejIh.cjs +0 -25
- package/dist/tooltip-laZwfd56.js +0 -2574
- package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
- package/dist/types/components/emoji_picker/DtEmojiPicker.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 -71
- 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
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export namespace BADGE_TYPE_MODIFIERS {
|
|
2
|
-
|
|
2
|
+
let _default: string;
|
|
3
3
|
export { _default as default };
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
4
|
+
export let info: string;
|
|
5
|
+
export let success: string;
|
|
6
|
+
export let warning: string;
|
|
7
|
+
export let critical: string;
|
|
8
|
+
export let bulletin: string;
|
|
9
|
+
export let ai: string;
|
|
10
10
|
}
|
|
11
11
|
export namespace BADGE_KIND_MODIFIERS {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
let label: string;
|
|
13
|
+
let count: string;
|
|
14
14
|
}
|
|
15
15
|
export const BADGE_DECORATION_MODIFIERS: {
|
|
16
16
|
'black-400': string;
|
|
@@ -310,13 +310,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
310
|
circle: boolean;
|
|
311
311
|
size: string;
|
|
312
312
|
loading: boolean;
|
|
313
|
-
width: string;
|
|
314
313
|
kind: string;
|
|
315
314
|
labelClass: string | Record<string, any> | unknown[];
|
|
316
315
|
iconPosition: string;
|
|
317
316
|
importance: string;
|
|
318
317
|
linkKind: string;
|
|
319
318
|
disabled: boolean;
|
|
319
|
+
width: string;
|
|
320
320
|
assertiveOnFocus: boolean;
|
|
321
321
|
}, {}>;
|
|
322
322
|
export default _default;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
export namespace BUTTON_SIZE_MODIFIERS {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
let xs: string;
|
|
3
|
+
let sm: string;
|
|
4
|
+
let md: string;
|
|
5
|
+
let lg: string;
|
|
6
|
+
let xl: string;
|
|
7
7
|
}
|
|
8
8
|
export namespace BUTTON_KIND_MODIFIERS {
|
|
9
|
-
|
|
9
|
+
let _default: string;
|
|
10
10
|
export { _default as default };
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
11
|
+
export let muted: string;
|
|
12
|
+
export let danger: string;
|
|
13
|
+
export let inverted: string;
|
|
14
14
|
}
|
|
15
15
|
export namespace BUTTON_IMPORTANCE_MODIFIERS {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
let clear: string;
|
|
17
|
+
let primary: string;
|
|
18
|
+
let outlined: string;
|
|
19
19
|
}
|
|
20
20
|
export const BUTTON_TYPES: string[];
|
|
21
21
|
export namespace ICON_POSITION_MODIFIERS {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
let left: string;
|
|
23
|
+
let right: string;
|
|
24
|
+
let top: string;
|
|
25
|
+
let bottom: string;
|
|
26
26
|
}
|
|
27
27
|
export const INVALID_COMBINATION: {
|
|
28
28
|
circle: boolean;
|
|
@@ -31,15 +31,15 @@ export const INVALID_COMBINATION: {
|
|
|
31
31
|
message: string;
|
|
32
32
|
}[];
|
|
33
33
|
export namespace BUTTON_ICON_SIZES {
|
|
34
|
-
|
|
34
|
+
let xs_1: string;
|
|
35
35
|
export { xs_1 as xs };
|
|
36
|
-
|
|
36
|
+
let sm_1: string;
|
|
37
37
|
export { sm_1 as sm };
|
|
38
|
-
|
|
38
|
+
let md_1: string;
|
|
39
39
|
export { md_1 as md };
|
|
40
|
-
|
|
40
|
+
let lg_1: string;
|
|
41
41
|
export { lg_1 as lg };
|
|
42
|
-
|
|
42
|
+
let xl_1: string;
|
|
43
43
|
export { xl_1 as xl };
|
|
44
44
|
}
|
|
45
45
|
declare namespace _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<{}, {}, {}, {
|
|
|
29
29
|
default: null;
|
|
30
30
|
};
|
|
31
31
|
description: {
|
|
32
|
-
type: StringConstructor;
|
|
32
|
+
type: StringConstructor; /**
|
|
33
|
+
* Native input focusin event
|
|
34
|
+
*
|
|
35
|
+
* @event focusin
|
|
36
|
+
* @type {FocusEvent}
|
|
37
|
+
*/
|
|
33
38
|
default: string;
|
|
34
39
|
};
|
|
35
40
|
disabled: {
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAmCI;;;;;eAKG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export namespace CHECKBOX_INPUT_VALIDATION_CLASSES {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
let error: string;
|
|
3
|
+
let warning: string;
|
|
4
|
+
let success: string;
|
|
5
5
|
}
|
|
6
6
|
declare namespace _default {
|
|
7
7
|
export { CHECKBOX_INPUT_VALIDATION_CLASSES };
|
|
@@ -127,7 +127,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
};
|
|
128
128
|
legend: {
|
|
129
129
|
type: StringConstructor;
|
|
130
|
-
default: string;
|
|
130
|
+
default: string; /**
|
|
131
|
+
* A data qa tag for the radio group
|
|
132
|
+
*/
|
|
131
133
|
};
|
|
132
134
|
disabled: {
|
|
133
135
|
type: BooleanConstructor;
|
|
@@ -141,7 +143,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
143
|
showMessages: {
|
|
142
144
|
type: BooleanConstructor;
|
|
143
145
|
default: boolean;
|
|
144
|
-
};
|
|
146
|
+
}; /**
|
|
147
|
+
* Native input event
|
|
148
|
+
*
|
|
149
|
+
* @event input
|
|
150
|
+
* @type {Array}
|
|
151
|
+
*/
|
|
145
152
|
legendClass: {
|
|
146
153
|
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
147
154
|
default: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDA7BH;;;mBAGG;;;;;;;;;;;;;;;;;;;;;uDAHH;;;mBAGG
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDA7BH;;;mBAGG;;;;;;;;;;;;;;;;;;;;;uDAHH;;;mBAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAQH;;eAEG;;;;;;;;;;;;;;WAwBH;;;;;WAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9DH;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
export namespace CHIP_SIZE_MODIFIERS {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
let xs: string;
|
|
3
|
+
let sm: string;
|
|
4
|
+
let md: string;
|
|
5
5
|
}
|
|
6
6
|
export namespace CHIP_CLOSE_BUTTON_SIZE_MODIFIERS {
|
|
7
|
-
|
|
7
|
+
let xs_1: string;
|
|
8
8
|
export { xs_1 as xs };
|
|
9
|
-
|
|
9
|
+
let sm_1: string;
|
|
10
10
|
export { sm_1 as sm };
|
|
11
|
-
|
|
11
|
+
let md_1: string;
|
|
12
12
|
export { md_1 as md };
|
|
13
13
|
}
|
|
14
14
|
export namespace CHIP_ICON_SIZES {
|
|
15
|
-
|
|
15
|
+
let xs_2: string;
|
|
16
16
|
export { xs_2 as xs };
|
|
17
|
-
|
|
17
|
+
let sm_2: string;
|
|
18
18
|
export { sm_2 as sm };
|
|
19
|
-
|
|
19
|
+
let md_2: string;
|
|
20
20
|
export { md_2 as md };
|
|
21
21
|
}
|
|
22
22
|
declare namespace _default {
|
|
23
23
|
export { CHIP_SIZE_MODIFIERS };
|
|
24
|
+
export { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS };
|
|
24
25
|
export { CHIP_ICON_SIZES };
|
|
25
26
|
}
|
|
26
27
|
export default _default;
|
|
@@ -154,16 +154,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
scrollElementIntoView(ref: Element, opt_scrollToTop: any, opt_behavior: any, opt_parent: any): void;
|
|
155
155
|
scrollIntoViewIfNeeded(ref: any, opt_center: any, opt_behavior: any, opt_parent: any): void;
|
|
156
156
|
scrollIntoView(ref: any, opt_dir: any, opt_ifNeeded: any, opt_behavior: any, opt_parent: any): void;
|
|
157
|
-
_setScrollTop(el: any, scrollTop: any, bounds: any, offsetTop: any, offsetBottom: any, opt_isNeeded: any, opt_behavior: any): void;
|
|
157
|
+
_setScrollTop(el: any, scrollTop: any, bounds: any, offsetTop: any, offsetBottom: any, opt_isNeeded: any, opt_behavior: any): void; /**
|
|
158
|
+
* Additional class name for the empty list element.
|
|
159
|
+
* Can accept all of String, Object, and Array, i.e. has the
|
|
160
|
+
* same api as Vue's built-in handling of the class attribute.
|
|
161
|
+
*/
|
|
158
162
|
_getElementHeight(el: any): any;
|
|
159
163
|
_getScrollBounds(el: any): {
|
|
160
164
|
top: any;
|
|
161
|
-
/**
|
|
162
|
-
* Determines visibility of input label.
|
|
163
|
-
* @values true, false
|
|
164
|
-
*/
|
|
165
165
|
bottom: any;
|
|
166
|
-
};
|
|
166
|
+
}; /**
|
|
167
|
+
* Programmatically click on the active list item element when a selection
|
|
168
|
+
* comes from keyboard navigation, i.e. pressing the "Enter" key.
|
|
169
|
+
* @values true, false
|
|
170
|
+
*/
|
|
167
171
|
_inScrollBounds(top: any, bottom: any, bounds: any): boolean;
|
|
168
172
|
};
|
|
169
173
|
}[];
|
|
@@ -180,7 +184,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
184
|
_itemsLength(): any;
|
|
181
185
|
_getListItemNodes(): any;
|
|
182
186
|
onUpKey(): void;
|
|
183
|
-
onDownKey(): void;
|
|
187
|
+
onDownKey(): void; /**
|
|
188
|
+
* Event fired when pressing escape
|
|
189
|
+
*
|
|
190
|
+
* @event escape
|
|
191
|
+
*/
|
|
184
192
|
onHomeKey(): void;
|
|
185
193
|
onEndKey(): void;
|
|
186
194
|
onNavigationKey(key: any): void;
|
|
@@ -313,9 +321,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
313
321
|
}, {
|
|
314
322
|
size: string;
|
|
315
323
|
loading: boolean;
|
|
316
|
-
description: string;
|
|
317
324
|
showList: boolean;
|
|
318
325
|
labelVisible: boolean;
|
|
326
|
+
description: string;
|
|
319
327
|
listId: string;
|
|
320
328
|
onBeginningOfList: Function;
|
|
321
329
|
onEndOfList: Function;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gJAdH;;;;eAIG;;;;;eAMH;;;;eAIG;;;;;;;;;;;;;;;;;2BAgBH;;;;WAIG;;;;;;;;;;;;;;;IA1IH;;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;;;;;;;;;;;;;;;;;;;;;;;;;;+BArJyC,gBAAgB"}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export namespace LABEL_SIZES {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
let EXTRA_SMALL: string;
|
|
3
|
+
let SMALL: string;
|
|
4
|
+
let DEFAULT: string;
|
|
5
|
+
let LARGE: string;
|
|
6
|
+
let EXTRA_LARGE: string;
|
|
7
7
|
}
|
|
8
|
+
declare namespace _default {
|
|
9
|
+
export { LABEL_SIZES };
|
|
10
|
+
}
|
|
11
|
+
export default _default;
|
|
8
12
|
//# sourceMappingURL=combobox_constants.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "close-datepicker" | "selected-date", ...args: any[]) => void;
|
|
2
3
|
$props: {
|
|
3
4
|
[x: string]: any;
|
|
4
5
|
};
|
|
5
|
-
$emit: (event: "close-datepicker" | "selected-date", ...args: any[]) => void;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
7
|
export default _default;
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# 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
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusFirstDay: () => void;
|
|
3
|
+
$emit: (event: "close-datepicker" | "focus-month-year-picker" | "select-date", ...args: any[]) => void;
|
|
4
|
+
calendarDays: unknown[];
|
|
5
|
+
locale: string;
|
|
6
|
+
selectDayLabel: string;
|
|
3
7
|
$props: {
|
|
4
8
|
readonly calendarDays?: unknown[] | undefined;
|
|
5
9
|
readonly locale?: string | undefined;
|
|
6
10
|
readonly selectDayLabel?: string | undefined;
|
|
7
11
|
};
|
|
8
|
-
$emit: (event: "close-datepicker" | "focus-month-year-picker" | "select-date", ...args: any[]) => void;
|
|
9
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
10
13
|
export default _default;
|
|
11
14
|
//# sourceMappingURL=calendar.vue.d.ts.map
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusMonthYearPicker: () => void;
|
|
3
|
+
$emit: (event: "calendar-days" | "focus-day" | "close-datepicker", ...args: any[]) => void;
|
|
4
|
+
prevMonthLabel: string;
|
|
5
|
+
nextMonthLabel: string;
|
|
6
|
+
prevYearLabel: string;
|
|
7
|
+
nextYearLabel: string;
|
|
8
|
+
changeToLabel: string;
|
|
9
|
+
selectedDate: Date;
|
|
3
10
|
$props: {
|
|
4
11
|
readonly prevMonthLabel?: string | undefined;
|
|
5
12
|
readonly nextMonthLabel?: string | undefined;
|
|
@@ -8,7 +15,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
8
15
|
readonly changeToLabel?: string | undefined;
|
|
9
16
|
readonly selectedDate?: Date | undefined;
|
|
10
17
|
};
|
|
11
|
-
$emit: (event: "calendar-days" | "focus-day" | "close-datepicker", ...args: any[]) => void;
|
|
12
18
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
13
19
|
export default _default;
|
|
14
20
|
//# sourceMappingURL=month-year-picker.vue.d.ts.map
|
|
@@ -168,6 +168,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
small: string;
|
|
169
169
|
large: string;
|
|
170
170
|
};
|
|
171
|
+
EVENT_KEYNAMES: {
|
|
172
|
+
esc: string;
|
|
173
|
+
escape: string;
|
|
174
|
+
tab: string;
|
|
175
|
+
enter: string;
|
|
176
|
+
space: string;
|
|
177
|
+
spacebar: string;
|
|
178
|
+
up: string;
|
|
179
|
+
arrowup: string;
|
|
180
|
+
left: string;
|
|
181
|
+
arrowleft: string;
|
|
182
|
+
right: string;
|
|
183
|
+
arrowright: string;
|
|
184
|
+
down: string;
|
|
185
|
+
arrowdown: string;
|
|
186
|
+
home: string;
|
|
187
|
+
end: string;
|
|
188
|
+
};
|
|
171
189
|
openedWithKeyboard: boolean;
|
|
172
190
|
isOpen: null;
|
|
173
191
|
}, {
|
|
@@ -224,7 +242,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
224
242
|
scrollElementIntoViewIfNeeded(ref: Element, opt_center: any, opt_behavior: any, opt_parent: any): void;
|
|
225
243
|
scrollElementIntoView(ref: Element, opt_scrollToTop: any, opt_behavior: any, opt_parent: any): void;
|
|
226
244
|
scrollIntoViewIfNeeded(ref: any, opt_center: any, opt_behavior: any, opt_parent: any): void;
|
|
227
|
-
scrollIntoView(ref: any, opt_dir: any, opt_ifNeeded: any, opt_behavior: any, opt_parent: any): void;
|
|
245
|
+
scrollIntoView(ref: any, opt_dir: any, opt_ifNeeded: any, opt_behavior: any, opt_parent: any): void; /**
|
|
246
|
+
* Determines maximum height for the popover before overflow.
|
|
247
|
+
* Possible units rem|px|em
|
|
248
|
+
*/
|
|
228
249
|
_setScrollTop(el: any, scrollTop: any, bounds: any, offsetTop: any, offsetBottom: any, opt_isNeeded: any, opt_behavior: any): void;
|
|
229
250
|
_getElementHeight(el: any): any;
|
|
230
251
|
_getScrollBounds(el: any): {
|
|
@@ -240,6 +261,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
261
|
focusOnKeyboardNavigation: boolean;
|
|
241
262
|
};
|
|
242
263
|
provide(): {
|
|
264
|
+
/**
|
|
265
|
+
* Width configuration for the popover content. When its value is 'anchor',
|
|
266
|
+
* the popover content will have the same width as the anchor.
|
|
267
|
+
* @values null, anchor
|
|
268
|
+
*/
|
|
243
269
|
highlightId: () => any;
|
|
244
270
|
};
|
|
245
271
|
methods: {
|
|
@@ -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":";IAqCI;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iHA3HH;;;eAGG;;;;;;;;;;;;;;;;QAbH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;IA5CH;;;;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"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export namespace DROPDOWN_PADDING_CLASSES {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
let none: undefined;
|
|
3
|
+
let small: string;
|
|
4
|
+
let large: string;
|
|
5
5
|
}
|
|
6
|
+
declare namespace _default {
|
|
7
|
+
export { DROPDOWN_PADDING_CLASSES };
|
|
8
|
+
}
|
|
9
|
+
export default _default;
|
|
6
10
|
//# sourceMappingURL=dropdown_constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useKeyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/composables/useKeyboardNavigation.js"],"names":[],"mappings":"AAEA;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useKeyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/composables/useKeyboardNavigation.js"],"names":[],"mappings":"AAEA;;;;;;;;;;EA6FC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "close" | "selected-emoji" | "skin-tone", ...args: any[]) => void;
|
|
2
3
|
$props: {
|
|
3
4
|
[x: string]: any;
|
|
4
5
|
};
|
|
5
|
-
$emit: (event: "close" | "selected-emoji" | "skin-tone", ...args: any[]) => void;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
7
|
export default _default;
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# 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":""}
|
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
export const CDN_URL: "https://static.dialpadcdn.com/joypixels/png/unicode/32/";
|
|
2
2
|
export const EMOJIS_PER_ROW: 9;
|
|
3
|
-
export namespace
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
10
|
}
|
|
11
|
-
export namespace
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
21
|
}
|
|
22
|
+
declare namespace _default {
|
|
23
|
+
export { EMOJI_PICKER_SKIN_TONE_MODIFIERS };
|
|
24
|
+
export { EMOJI_PICKER_CATEGORIES };
|
|
25
|
+
}
|
|
26
|
+
export default _default;
|
|
22
27
|
//# sourceMappingURL=emoji_picker_constants.d.ts.map
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusSearchInput: typeof focusSearchInput;
|
|
3
|
+
$emit: (event: "update:modelValue" | "focus-emoji-selector" | "focus-tabset" | "select-first-emoji", ...args: any[]) => void;
|
|
4
|
+
modelValue: string;
|
|
5
|
+
searchPlaceholderLabel: string;
|
|
3
6
|
$props: {
|
|
4
7
|
readonly modelValue?: string | undefined;
|
|
5
8
|
readonly searchPlaceholderLabel?: string | undefined;
|
|
6
9
|
};
|
|
7
|
-
$emit: (event: "update:modelValue" | "focus-emoji-selector" | "focus-tabset" | "select-first-emoji", ...args: any[]) => void;
|
|
8
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
11
|
export default _default;
|
|
10
12
|
declare function focusSearchInput(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_search.vue.js"],"names":[],"mappings":";;;;;;;;;;;AA4BA,0CAEC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusEmojiSelector: typeof focusEmojiSelector;
|
|
3
|
+
$emit: (event: "focus-search-input" | "highlighted-emoji" | "selected-emoji" | "scroll-into-tab" | "is-scrolling" | "focus-skin-selector", ...args: any[]) => void;
|
|
3
4
|
$props: {
|
|
4
5
|
[x: string]: any;
|
|
5
6
|
};
|
|
6
|
-
$emit: (event: "focus-search-input" | "highlighted-emoji" | "selected-emoji" | "scroll-into-tab" | "is-scrolling" | "focus-skin-selector", ...args: any[]) => void;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
8
8
|
export default _default;
|
|
9
9
|
declare function focusEmojiSelector(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_selector.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_selector.vue.js"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"emoji_selector.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_selector.vue.js"],"names":[],"mappings":";;;;;;;;AAkiBA,4CAEC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusSkinSelector: typeof focusSkinSelector;
|
|
3
|
+
$emit: (event: "focus-tabset" | "skin-tone", ...args: any[]) => void;
|
|
3
4
|
$props: {
|
|
4
5
|
[x: string]: any;
|
|
5
6
|
};
|
|
6
|
-
$emit: (event: "focus-tabset" | "skin-tone", ...args: any[]) => void;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
8
8
|
export default _default;
|
|
9
9
|
declare function focusSkinSelector(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_skin_selector.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_skin_selector.vue.js"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"emoji_skin_selector.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_skin_selector.vue.js"],"names":[],"mappings":";;;;;;;;AAuGA,2CAEC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusTabset: typeof focusTabset;
|
|
3
|
+
$emit: (event: "selected-tabset" | "focus-search-input", ...args: any[]) => void;
|
|
3
4
|
$props: {
|
|
4
5
|
[x: string]: any;
|
|
5
6
|
};
|
|
6
|
-
$emit: (event: "selected-tabset" | "focus-search-input", ...args: any[]) => void;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
8
8
|
export default _default;
|
|
9
9
|
declare function focusTabset(): void;
|
|
@@ -355,13 +355,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
355
355
|
name: string;
|
|
356
356
|
type: string;
|
|
357
357
|
label: string;
|
|
358
|
-
hidden: boolean;
|
|
359
358
|
size: string;
|
|
360
359
|
iconSize: string;
|
|
361
|
-
description: string;
|
|
362
360
|
validate: Record<string, any>;
|
|
363
361
|
disabled: boolean;
|
|
362
|
+
hidden: boolean;
|
|
364
363
|
labelVisible: boolean;
|
|
364
|
+
description: string;
|
|
365
365
|
modelValue: string | number;
|
|
366
366
|
inputClass: string | Record<string, any> | unknown[];
|
|
367
367
|
inputWrapperClass: string | Record<string, any> | unknown[];
|