@dialpad/dialtone 9.110.1-beta.1 → 9.110.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens/doc.json +16786 -16786
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +394 -418
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/lib/popover/popover-header-footer.cjs +1 -1
- package/dist/vue2/lib/popover/popover-header-footer.cjs.map +1 -1
- package/dist/vue2/lib/popover/popover-header-footer.js +1 -1
- package/dist/vue2/{dp-DP-C1D5eCzL.cjs → localization/dp-DP.cjs} +3 -3
- package/dist/vue2/localization/dp-DP.cjs.map +1 -0
- package/dist/vue2/{dp-DP-B4U3OnSV.js → localization/dp-DP.js} +1 -1
- package/dist/vue2/localization/dp-DP.js.map +1 -0
- package/dist/vue2/localization/en-US.cjs +11 -0
- package/dist/vue2/localization/en-US.cjs.map +1 -0
- package/dist/vue2/{en-US-BhUV9t3m.js → localization/en-US.js} +1 -1
- package/dist/vue2/localization/en-US.js.map +1 -0
- package/dist/vue2/{es-LA-3F8MrBuz.cjs → localization/es-LA.cjs} +2 -2
- package/dist/vue2/localization/es-LA.cjs.map +1 -0
- package/dist/vue2/{es-LA-yR6Y-voi.js → localization/es-LA.js} +1 -1
- package/dist/vue2/localization/es-LA.js.map +1 -0
- package/dist/vue2/localization/index.cjs +2 -0
- package/dist/vue2/localization/index.cjs.map +1 -0
- package/dist/vue2/localization/index.js +38 -0
- package/dist/vue2/localization/index.js.map +1 -0
- package/dist/vue2/node_modules/@dialpad/i18n-vue2.cjs +6 -0
- package/dist/vue2/node_modules/@dialpad/i18n-vue2.cjs.map +1 -0
- package/dist/vue2/node_modules/@dialpad/i18n-vue2.js +4906 -0
- package/dist/vue2/node_modules/@dialpad/i18n-vue2.js.map +1 -0
- package/dist/vue2/types/common/mixins/input.d.ts +2 -2
- package/dist/vue2/types/common/mixins/input_group.d.ts +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +3 -3
- package/dist/vue2/types/components/badge/badge.vue.d.ts +1 -1
- package/dist/vue2/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/vue2/types/components/button/button.vue.d.ts +5 -5
- package/dist/vue2/types/components/card/card.vue.d.ts +2 -2
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +2 -2
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/chip/chip.vue.d.ts +4 -4
- package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts +4 -4
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +4 -4
- package/dist/vue2/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +8 -8
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +1 -1
- package/dist/vue2/types/components/input/input.vue.d.ts +4 -4
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/lazy_show/lazy_show.vue.d.ts +1 -1
- package/dist/vue2/types/components/link/link.vue.d.ts +2 -2
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +1 -1
- package/dist/vue2/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +4 -4
- package/dist/vue2/types/components/popover/popover.vue.d.ts +13 -13
- package/dist/vue2/types/components/radio/radio.vue.d.ts +2 -2
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +5 -5
- package/dist/vue2/types/components/select_menu/select_menu.vue.d.ts +2 -2
- package/dist/vue2/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-paragraph.vue.d.ts +3 -3
- package/dist/vue2/types/components/skeleton/skeleton-shape.vue.d.ts +2 -2
- package/dist/vue2/types/components/skeleton/skeleton-text.vue.d.ts +3 -3
- package/dist/vue2/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +4 -4
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +3 -3
- package/dist/vue2/types/components/tab/tab.vue.d.ts +1 -1
- package/dist/vue2/types/components/tab/tab_group.vue.d.ts +2 -2
- package/dist/vue2/types/components/toast/toast.vue.d.ts +3 -3
- package/dist/vue2/types/components/toggle/toggle.vue.d.ts +6 -6
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +7 -7
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +3 -3
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +5 -5
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +13 -13
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +3 -3
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -5
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +3 -3
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +2 -2
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +275 -275
- package/dist/vue3/types/common/mixins/input.d.ts +2 -2
- package/dist/vue3/types/common/mixins/input_group.d.ts +1 -1
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +2 -2
- package/dist/vue3/types/components/badge/badge.vue.d.ts +2 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +4 -4
- package/dist/vue3/types/components/card/card.vue.d.ts +2 -2
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +2 -2
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +3 -3
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +3 -3
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +4 -4
- package/dist/vue3/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +7 -7
- package/dist/vue3/types/components/input/input.vue.d.ts +4 -4
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/lazy_show/lazy_show.vue.d.ts +1 -1
- package/dist/vue3/types/components/link/link.vue.d.ts +1 -1
- package/dist/vue3/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +3 -3
- package/dist/vue3/types/components/popover/popover.vue.d.ts +13 -13
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +2 -2
- package/dist/vue3/types/components/radio_group/radio_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +7 -7
- package/dist/vue3/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/modules/core_scroller.vue.d.ts +4 -4
- package/dist/vue3/types/components/scroller/modules/scroller_item.vue.d.ts +1 -1
- package/dist/vue3/types/components/select_menu/select_menu.vue.d.ts +2 -2
- package/dist/vue3/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton-paragraph.vue.d.ts +3 -3
- package/dist/vue3/types/components/skeleton/skeleton-shape.vue.d.ts +2 -2
- package/dist/vue3/types/components/skeleton/skeleton-text.vue.d.ts +3 -3
- package/dist/vue3/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +4 -4
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +2 -2
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +1 -1
- package/dist/vue3/types/components/tab/tab_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +2 -2
- package/dist/vue3/types/components/toggle/toggle.vue.d.ts +6 -6
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +7 -7
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +6 -6
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +13 -13
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +4 -4
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -2
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +2 -2
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +8 -8
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +4 -4
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +4 -4
- package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +2 -2
- package/package.json +2 -1
- package/dist/vue2/dp-DP-B4U3OnSV.js.map +0 -1
- package/dist/vue2/dp-DP-C1D5eCzL.cjs.map +0 -1
- package/dist/vue2/en-US-BhUV9t3m.js.map +0 -1
- package/dist/vue2/en-US-k-7NofJh.cjs +0 -11
- package/dist/vue2/en-US-k-7NofJh.cjs.map +0 -1
- package/dist/vue2/es-LA-3F8MrBuz.cjs.map +0 -1
- package/dist/vue2/es-LA-yR6Y-voi.js.map +0 -1
|
@@ -13,7 +13,7 @@ export namespace InputMixin {
|
|
|
13
13
|
export { _default_1 as default };
|
|
14
14
|
}
|
|
15
15
|
namespace value {
|
|
16
|
-
let type_2: (ObjectConstructor |
|
|
16
|
+
let type_2: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
17
17
|
export { type_2 as type };
|
|
18
18
|
let _default_2: null;
|
|
19
19
|
export { _default_2 as default };
|
|
@@ -95,7 +95,7 @@ export namespace CheckableMixin {
|
|
|
95
95
|
export { _default_12 as default };
|
|
96
96
|
}
|
|
97
97
|
export namespace value_1 {
|
|
98
|
-
let type_13: (
|
|
98
|
+
let type_13: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
99
99
|
export { type_13 as type };
|
|
100
100
|
let _default_13: null;
|
|
101
101
|
export { _default_13 as default };
|
|
@@ -14,7 +14,7 @@ export namespace InputGroupMixin {
|
|
|
14
14
|
export { _default as default };
|
|
15
15
|
}
|
|
16
16
|
namespace value {
|
|
17
|
-
let type_1: (ObjectConstructor |
|
|
17
|
+
let type_1: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
18
18
|
export { type_1 as type };
|
|
19
19
|
let _default: null;
|
|
20
20
|
export { _default as default };
|
|
@@ -199,11 +199,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
199
199
|
};
|
|
200
200
|
}>>, {
|
|
201
201
|
id: string;
|
|
202
|
-
size: string;
|
|
203
|
-
iconSize: string;
|
|
204
|
-
group: number;
|
|
205
202
|
presence: string;
|
|
206
203
|
fullName: string;
|
|
204
|
+
size: string;
|
|
205
|
+
group: number;
|
|
207
206
|
imageSrc: string;
|
|
208
207
|
seed: string;
|
|
209
208
|
color: string;
|
|
@@ -214,6 +213,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
214
213
|
overlayText: string;
|
|
215
214
|
overlayClass: string | Record<string, any> | unknown[];
|
|
216
215
|
imageAlt: string;
|
|
216
|
+
iconSize: string;
|
|
217
217
|
clickable: boolean;
|
|
218
218
|
iconAriaLabel: string;
|
|
219
219
|
}>;
|
|
@@ -112,9 +112,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
112
112
|
type: string;
|
|
113
113
|
text: string;
|
|
114
114
|
outlined: boolean;
|
|
115
|
-
labelClass: string | Record<string, any> | unknown[];
|
|
116
115
|
kind: string;
|
|
117
116
|
decoration: string;
|
|
117
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
118
118
|
subtle: boolean;
|
|
119
119
|
}>;
|
|
120
120
|
export default _default;
|
|
@@ -158,8 +158,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
158
158
|
hideAction: boolean;
|
|
159
159
|
important: boolean;
|
|
160
160
|
hideIcon: boolean;
|
|
161
|
-
dialogClass: string;
|
|
162
161
|
pinned: boolean;
|
|
162
|
+
dialogClass: string;
|
|
163
163
|
backgroundImage: string;
|
|
164
164
|
backgroundSize: string;
|
|
165
165
|
}>;
|
|
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
83
83
|
shouldRenderIcon(): boolean | undefined;
|
|
84
84
|
isIconOnly(): boolean | undefined;
|
|
85
85
|
isVerticalIconLayout(): boolean;
|
|
86
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
86
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "focusin" | "focusout")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
87
87
|
circle: {
|
|
88
88
|
type: BooleanConstructor;
|
|
89
89
|
default: boolean;
|
|
@@ -152,20 +152,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
152
152
|
};
|
|
153
153
|
}>>, {
|
|
154
154
|
link: boolean;
|
|
155
|
+
disabled: boolean;
|
|
155
156
|
type: string;
|
|
156
157
|
circle: boolean;
|
|
157
|
-
|
|
158
|
+
active: boolean;
|
|
159
|
+
loading: boolean;
|
|
158
160
|
size: string;
|
|
159
|
-
labelClass: string | Record<string, any> | unknown[];
|
|
160
161
|
kind: string;
|
|
162
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
161
163
|
iconPosition: string;
|
|
162
164
|
importance: string;
|
|
163
165
|
linkKind: string;
|
|
164
166
|
linkInverted: boolean;
|
|
165
167
|
width: string;
|
|
166
|
-
loading: boolean;
|
|
167
168
|
assertiveOnFocus: boolean;
|
|
168
|
-
active: boolean;
|
|
169
169
|
}>;
|
|
170
170
|
export default _default;
|
|
171
171
|
//# sourceMappingURL=button.vue.d.ts.map
|
|
@@ -41,11 +41,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
}>>, {
|
|
44
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
45
44
|
maxHeight: string;
|
|
45
|
+
containerClass: string | Record<string, any> | unknown[];
|
|
46
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
46
47
|
headerClass: string | Record<string, any> | unknown[];
|
|
47
48
|
footerClass: string | Record<string, any> | unknown[];
|
|
48
|
-
containerClass: string | Record<string, any> | unknown[];
|
|
49
49
|
}>;
|
|
50
50
|
export default _default;
|
|
51
51
|
//# sourceMappingURL=card.vue.d.ts.map
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<{}, any, {}, {
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
value: {
|
|
24
|
-
type: (ObjectConstructor |
|
|
24
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
25
25
|
default: null;
|
|
26
26
|
};
|
|
27
27
|
description: {
|
|
@@ -80,7 +80,7 @@ declare const _default: import('vue').DefineComponent<{}, any, {}, {
|
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
82
|
value: {
|
|
83
|
-
type: (
|
|
83
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
84
84
|
default: null;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
@@ -101,7 +101,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
101
101
|
default(): string;
|
|
102
102
|
};
|
|
103
103
|
value: {
|
|
104
|
-
type: (ObjectConstructor |
|
|
104
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
105
105
|
default: null;
|
|
106
106
|
};
|
|
107
107
|
name: {
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
47
47
|
chipClasses(): any[];
|
|
48
48
|
chipCloseButtonClasses(): any[];
|
|
49
49
|
onClose(): void;
|
|
50
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
50
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "click" | "keyup")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
51
51
|
closeButtonProps: {
|
|
52
52
|
type: ObjectConstructor;
|
|
53
53
|
default: () => {
|
|
@@ -86,13 +86,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
86
86
|
};
|
|
87
87
|
}>>, {
|
|
88
88
|
id: string;
|
|
89
|
-
interactive: boolean;
|
|
90
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
91
89
|
size: string;
|
|
90
|
+
ariaLabel: string;
|
|
92
91
|
labelClass: string | Record<string, any> | unknown[];
|
|
93
92
|
closeButtonProps: Record<string, any>;
|
|
94
93
|
hideClose: boolean;
|
|
95
|
-
|
|
94
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
95
|
+
interactive: boolean;
|
|
96
96
|
}>;
|
|
97
97
|
export default _default;
|
|
98
98
|
//# sourceMappingURL=chip.vue.d.ts.map
|
|
@@ -53,7 +53,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
53
53
|
defaultToggleOpen(): void;
|
|
54
54
|
toggleOpen(): void;
|
|
55
55
|
validateProperAnchor(): void;
|
|
56
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
56
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:open" | "opened")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
57
57
|
anchorText: {
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
default: null;
|
|
@@ -101,14 +101,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
101
101
|
}>>, {
|
|
102
102
|
id: string;
|
|
103
103
|
open: boolean;
|
|
104
|
-
maxWidth: string;
|
|
105
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
106
104
|
ariaLabel: string;
|
|
107
|
-
elementType: string;
|
|
108
105
|
maxHeight: string;
|
|
106
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
107
|
+
elementType: string;
|
|
109
108
|
anchorText: string;
|
|
110
109
|
contentElementType: string;
|
|
111
110
|
anchorClass: string | Record<string, any> | unknown[];
|
|
111
|
+
maxWidth: string;
|
|
112
112
|
ariaLabelledBy: string;
|
|
113
113
|
}>;
|
|
114
114
|
export default _default;
|
|
@@ -136,7 +136,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
136
136
|
scrollActiveItemIntoViewIfNeeded(): void;
|
|
137
137
|
focusActiveItemIfNeeded(): void;
|
|
138
138
|
};
|
|
139
|
-
}, import('vue').ComponentOptionsMixin, ("select" | "opened" | "
|
|
139
|
+
}, import('vue').ComponentOptionsMixin, ("select" | "opened" | "escape" | "highlight")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
140
140
|
label: {
|
|
141
141
|
type: StringConstructor;
|
|
142
142
|
required: true;
|
|
@@ -196,13 +196,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
196
196
|
};
|
|
197
197
|
}>>, {
|
|
198
198
|
description: string;
|
|
199
|
-
size: string;
|
|
200
199
|
loading: boolean;
|
|
200
|
+
size: string;
|
|
201
|
+
showList: boolean;
|
|
202
|
+
labelVisible: boolean;
|
|
201
203
|
listId: string;
|
|
202
204
|
onBeginningOfList: Function;
|
|
203
205
|
onEndOfList: Function;
|
|
204
|
-
labelVisible: boolean;
|
|
205
|
-
showList: boolean;
|
|
206
206
|
listRenderedOutside: boolean;
|
|
207
207
|
emptyList: boolean;
|
|
208
208
|
emptyStateMessage: string;
|
|
@@ -56,9 +56,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
56
56
|
}>>, {
|
|
57
57
|
direction: string;
|
|
58
58
|
gap: string;
|
|
59
|
-
descriptionClass: string | Record<string, any> | unknown[];
|
|
60
59
|
items: unknown[];
|
|
61
60
|
termClass: string | Record<string, any> | unknown[];
|
|
61
|
+
descriptionClass: string | Record<string, any> | unknown[];
|
|
62
62
|
}>;
|
|
63
63
|
export default _default;
|
|
64
64
|
//# sourceMappingURL=description_list.vue.d.ts.map
|
|
@@ -197,7 +197,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
197
197
|
methods: {
|
|
198
198
|
validateVisuallyHiddenCloseProps(): void;
|
|
199
199
|
};
|
|
200
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
200
|
+
}, import('vue').ComponentOptionsMixin, ("update:open" | "opened" | "highlight")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
201
201
|
open: {
|
|
202
202
|
type: BooleanConstructor;
|
|
203
203
|
default: null;
|
|
@@ -274,21 +274,21 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
274
274
|
};
|
|
275
275
|
}>>, {
|
|
276
276
|
open: boolean;
|
|
277
|
+
maxHeight: string;
|
|
278
|
+
transition: string;
|
|
279
|
+
maxWidth: string;
|
|
280
|
+
navigationType: string;
|
|
281
|
+
listId: string;
|
|
282
|
+
onBeginningOfList: Function;
|
|
283
|
+
onEndOfList: Function;
|
|
277
284
|
fallbackPlacements: unknown[];
|
|
278
285
|
tether: boolean;
|
|
279
286
|
appendTo: string | HTMLElement;
|
|
280
287
|
placement: string;
|
|
281
|
-
maxWidth: string;
|
|
282
|
-
transition: string;
|
|
283
288
|
modal: boolean;
|
|
284
289
|
openOnContext: boolean;
|
|
285
290
|
padding: string;
|
|
286
291
|
contentWidth: string;
|
|
287
|
-
maxHeight: string;
|
|
288
|
-
navigationType: string;
|
|
289
|
-
listId: string;
|
|
290
|
-
onBeginningOfList: Function;
|
|
291
|
-
onEndOfList: Function;
|
|
292
292
|
listClass: string | Record<string, any> | unknown[];
|
|
293
293
|
}>;
|
|
294
294
|
export default _default;
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
50
50
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
51
51
|
focusTrappedTabPress(e: object, el: object): void;
|
|
52
52
|
};
|
|
53
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
53
|
+
}, import('vue').ComponentOptionsMixin, ("update:open" | "opened")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
54
54
|
appendTo: {
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
@@ -133,7 +133,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
133
133
|
computed: {
|
|
134
134
|
formattedMessages(): any;
|
|
135
135
|
};
|
|
136
|
-
}, import('vue').ComponentOptionsMixin, ("input" | "
|
|
136
|
+
}, import('vue').ComponentOptionsMixin, ("input" | "focus" | "focusin" | "focusout" | "clear" | "blur" | "update:length" | "update:invalid")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
137
137
|
name: {
|
|
138
138
|
type: StringConstructor;
|
|
139
139
|
default: string;
|
|
@@ -196,14 +196,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
196
196
|
name: string;
|
|
197
197
|
value: string | number;
|
|
198
198
|
description: string;
|
|
199
|
-
|
|
199
|
+
disabled: boolean;
|
|
200
200
|
type: string;
|
|
201
201
|
label: string;
|
|
202
|
-
|
|
202
|
+
hidden: boolean;
|
|
203
203
|
size: string;
|
|
204
204
|
validate: Record<string, any>;
|
|
205
|
-
inputClass: string | Record<string, any> | unknown[];
|
|
206
205
|
labelVisible: boolean;
|
|
206
|
+
inputClass: string | Record<string, any> | unknown[];
|
|
207
207
|
inputWrapperClass: string | Record<string, any> | unknown[];
|
|
208
208
|
currentLength: number;
|
|
209
209
|
retainWarning: boolean;
|
|
@@ -71,7 +71,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
71
71
|
default(): string;
|
|
72
72
|
};
|
|
73
73
|
value: {
|
|
74
|
-
type: (ObjectConstructor |
|
|
74
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
75
75
|
default: null;
|
|
76
76
|
};
|
|
77
77
|
name: {
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
}, {}, {
|
|
21
21
|
getLinkClasses(): any[];
|
|
22
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
22
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "focusin" | "focusout")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
23
23
|
kind: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
default: string;
|
|
@@ -30,8 +30,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
32
|
}>>, {
|
|
33
|
-
inverted: boolean;
|
|
34
33
|
kind: string;
|
|
34
|
+
inverted: boolean;
|
|
35
35
|
}>;
|
|
36
36
|
export default _default;
|
|
37
37
|
//# sourceMappingURL=link.vue.d.ts.map
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
43
43
|
onClick(e: any): void;
|
|
44
44
|
onMouseHover(): void;
|
|
45
45
|
onMouseLeave(): void;
|
|
46
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
46
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "keydown" | "mousemove" | "mouseleave")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
47
47
|
id: {
|
|
48
48
|
type: StringConstructor;
|
|
49
49
|
default(): string;
|
|
@@ -33,8 +33,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>>, {
|
|
36
|
-
heading: string;
|
|
37
36
|
id: string;
|
|
37
|
+
heading: string;
|
|
38
38
|
listClass: string | Record<string, any> | unknown[];
|
|
39
39
|
headingClass: string | Record<string, any> | unknown[];
|
|
40
40
|
}>;
|
|
@@ -243,20 +243,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
243
243
|
};
|
|
244
244
|
}>>, {
|
|
245
245
|
title: string;
|
|
246
|
-
|
|
247
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
246
|
+
copy: string;
|
|
248
247
|
size: string;
|
|
249
248
|
kind: string;
|
|
250
249
|
hideClose: boolean;
|
|
251
250
|
dialogClass: string | Record<string, any> | unknown[];
|
|
251
|
+
bannerClass: string | Record<string, any> | unknown[];
|
|
252
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
253
|
+
show: boolean;
|
|
252
254
|
initialFocusElement: string | HTMLElement;
|
|
253
|
-
copy: string;
|
|
254
255
|
describedById: string;
|
|
255
256
|
labelledById: string;
|
|
256
257
|
bannerTitle: string;
|
|
257
258
|
modalClass: string | Record<string, any> | unknown[];
|
|
258
259
|
bannerKind: string;
|
|
259
|
-
bannerClass: string | Record<string, any> | unknown[];
|
|
260
260
|
closeOnClick: boolean;
|
|
261
261
|
fixedHeaderFooter: boolean;
|
|
262
262
|
}>;
|
|
@@ -79,7 +79,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
79
79
|
default: boolean;
|
|
80
80
|
};
|
|
81
81
|
sticky: {
|
|
82
|
-
type: (
|
|
82
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
83
83
|
default: boolean;
|
|
84
84
|
validator: (sticky: unknown) => boolean;
|
|
85
85
|
};
|
|
@@ -242,7 +242,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
242
242
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
243
243
|
focusTrappedTabPress(e: object, el: object): void;
|
|
244
244
|
};
|
|
245
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
245
|
+
}, import('vue').ComponentOptionsMixin, ("update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
246
246
|
open: {
|
|
247
247
|
type: BooleanConstructor;
|
|
248
248
|
default: null;
|
|
@@ -323,7 +323,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
323
323
|
default: boolean;
|
|
324
324
|
};
|
|
325
325
|
sticky: {
|
|
326
|
-
type: (
|
|
326
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
327
327
|
default: boolean;
|
|
328
328
|
validator: (sticky: unknown) => boolean;
|
|
329
329
|
};
|
|
@@ -372,33 +372,33 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
372
372
|
validator: (appendTo: unknown) => boolean;
|
|
373
373
|
};
|
|
374
374
|
}>>, {
|
|
375
|
-
offset: unknown[];
|
|
376
375
|
id: string;
|
|
377
376
|
role: string;
|
|
377
|
+
offset: unknown[];
|
|
378
378
|
open: boolean;
|
|
379
|
+
ariaLabel: string;
|
|
380
|
+
dialogClass: string | Record<string, any> | unknown[];
|
|
381
|
+
maxHeight: string;
|
|
382
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
383
|
+
headerClass: string | Record<string, any> | unknown[];
|
|
384
|
+
footerClass: string | Record<string, any> | unknown[];
|
|
385
|
+
elementType: string;
|
|
386
|
+
transition: string;
|
|
387
|
+
maxWidth: string;
|
|
379
388
|
fallbackPlacements: unknown[];
|
|
380
389
|
tether: boolean;
|
|
381
390
|
appendTo: string | HTMLElement;
|
|
382
391
|
hideOnClick: boolean;
|
|
383
392
|
placement: string;
|
|
384
393
|
sticky: string | boolean;
|
|
385
|
-
maxWidth: string;
|
|
386
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
387
|
-
transition: string;
|
|
388
394
|
externalAnchor: string;
|
|
389
|
-
ariaLabel: string;
|
|
390
395
|
showCloseButton: boolean;
|
|
391
396
|
modal: boolean;
|
|
392
397
|
openOnContext: boolean;
|
|
393
|
-
elementType: string;
|
|
394
398
|
ariaLabelledby: string;
|
|
395
399
|
padding: string;
|
|
396
400
|
contentWidth: string;
|
|
397
401
|
contentTabindex: number;
|
|
398
|
-
maxHeight: string;
|
|
399
|
-
headerClass: string | Record<string, any> | unknown[];
|
|
400
|
-
footerClass: string | Record<string, any> | unknown[];
|
|
401
|
-
dialogClass: string | Record<string, any> | unknown[];
|
|
402
402
|
initialFocusElement: string | HTMLElement;
|
|
403
403
|
openWithArrowKeys: boolean;
|
|
404
404
|
}>;
|
|
@@ -24,7 +24,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
value: {
|
|
27
|
-
type: (ObjectConstructor |
|
|
27
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
28
28
|
default: null;
|
|
29
29
|
};
|
|
30
30
|
description: {
|
|
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
85
|
value: {
|
|
86
|
-
type: (
|
|
86
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
87
87
|
default: null;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
@@ -95,7 +95,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
95
95
|
default(): string;
|
|
96
96
|
};
|
|
97
97
|
value: {
|
|
98
|
-
type: (ObjectConstructor |
|
|
98
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
99
99
|
default: null;
|
|
100
100
|
};
|
|
101
101
|
name: {
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
autoFocus: {
|
|
28
|
-
type: (
|
|
28
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
29
29
|
default: boolean;
|
|
30
30
|
validator(autoFocus: unknown): boolean;
|
|
31
31
|
};
|
|
@@ -147,7 +147,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
147
147
|
getExtension(extension: any, options: any): any;
|
|
148
148
|
updateEditorAttributes(attributes: any): void;
|
|
149
149
|
focusEditor(): void;
|
|
150
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "
|
|
150
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "focus" | "selected" | "enter" | "blur" | "json-input" | "html-input" | "text-input" | "update:value" | "edit-link")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
151
151
|
value: {
|
|
152
152
|
type: (ObjectConstructor | StringConstructor)[];
|
|
153
153
|
default: string;
|
|
@@ -173,7 +173,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
173
173
|
default: string;
|
|
174
174
|
};
|
|
175
175
|
autoFocus: {
|
|
176
|
-
type: (
|
|
176
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
177
177
|
default: boolean;
|
|
178
178
|
validator(autoFocus: unknown): boolean;
|
|
179
179
|
};
|
|
@@ -257,16 +257,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
257
257
|
}>>, {
|
|
258
258
|
link: boolean | Record<string, any>;
|
|
259
259
|
value: string | Record<string, any>;
|
|
260
|
+
inputClass: string;
|
|
261
|
+
placeholder: string;
|
|
260
262
|
mentionSuggestion: Record<string, any>;
|
|
261
263
|
channelSuggestion: Record<string, any>;
|
|
262
264
|
slashCommandSuggestion: Record<string, any>;
|
|
263
265
|
editable: boolean;
|
|
264
|
-
inputClass: string;
|
|
265
266
|
preventTyping: boolean;
|
|
266
267
|
allowLineBreaks: boolean;
|
|
267
268
|
autoFocus: string | number | boolean;
|
|
268
269
|
outputFormat: string;
|
|
269
|
-
placeholder: string;
|
|
270
270
|
customLink: boolean | Record<string, any>;
|
|
271
271
|
allowBlockquote: boolean;
|
|
272
272
|
allowBold: boolean;
|
|
@@ -174,15 +174,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
174
174
|
}>>, {
|
|
175
175
|
value: string;
|
|
176
176
|
description: string;
|
|
177
|
-
label: string;
|
|
178
177
|
disabled: boolean;
|
|
178
|
+
label: string;
|
|
179
179
|
options: unknown[];
|
|
180
180
|
size: string;
|
|
181
181
|
labelClass: string | Record<string, any> | unknown[];
|
|
182
|
-
labelChildProps: Record<string, any>;
|
|
183
182
|
descriptionClass: string | Record<string, any> | unknown[];
|
|
184
183
|
selectClass: string | Record<string, any> | unknown[];
|
|
185
184
|
optionClass: string | Record<string, any> | unknown[];
|
|
185
|
+
labelChildProps: Record<string, any>;
|
|
186
186
|
descriptionChildProps: Record<string, any>;
|
|
187
187
|
optionChildProps: Record<string, any>;
|
|
188
188
|
}>;
|
|
@@ -92,12 +92,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
92
92
|
default: string;
|
|
93
93
|
};
|
|
94
94
|
}>>, {
|
|
95
|
+
animate: boolean;
|
|
95
96
|
offset: number;
|
|
96
97
|
animationDuration: number;
|
|
97
|
-
animate: boolean;
|
|
98
|
-
maxWidth: string | number;
|
|
99
|
-
contentClass: string;
|
|
100
98
|
width: string | unknown[];
|
|
99
|
+
contentClass: string;
|
|
100
|
+
maxWidth: string | number;
|
|
101
101
|
rows: string | number;
|
|
102
102
|
minWidth: string | number;
|
|
103
103
|
randomWidth: boolean;
|
|
@@ -73,11 +73,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
}>>, {
|
|
76
|
+
animate: boolean;
|
|
76
77
|
offset: number;
|
|
77
78
|
animationDuration: number;
|
|
78
|
-
animate: boolean;
|
|
79
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
80
79
|
size: string;
|
|
80
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
81
81
|
shape: string;
|
|
82
82
|
}>;
|
|
83
83
|
export default _default;
|
|
@@ -75,12 +75,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
}>>, {
|
|
78
|
+
type: string;
|
|
79
|
+
animate: boolean;
|
|
78
80
|
offset: number;
|
|
79
81
|
animationDuration: number;
|
|
80
|
-
animate: boolean;
|
|
81
|
-
type: string;
|
|
82
|
-
contentClass: string;
|
|
83
82
|
width: string;
|
|
83
|
+
contentClass: string;
|
|
84
84
|
headingHeight: string;
|
|
85
85
|
}>;
|
|
86
86
|
export default _default;
|