@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 };
|
|
@@ -204,10 +204,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
204
204
|
}, {
|
|
205
205
|
id: string;
|
|
206
206
|
size: string;
|
|
207
|
-
iconSize: string;
|
|
208
|
-
group: number;
|
|
209
207
|
presence: string;
|
|
210
208
|
fullName: string;
|
|
209
|
+
group: number;
|
|
211
210
|
imageSrc: string;
|
|
212
211
|
seed: string;
|
|
213
212
|
color: string;
|
|
@@ -218,6 +217,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
218
217
|
overlayText: string;
|
|
219
218
|
overlayClass: string | Record<string, any> | unknown[];
|
|
220
219
|
imageAlt: string;
|
|
220
|
+
iconSize: string;
|
|
221
221
|
clickable: boolean;
|
|
222
222
|
iconAriaLabel: string;
|
|
223
223
|
}, {}>;
|
|
@@ -122,10 +122,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
122
122
|
type: string;
|
|
123
123
|
text: string;
|
|
124
124
|
outlined: boolean;
|
|
125
|
-
labelClass: string | Record<string, any> | unknown[];
|
|
126
|
-
kind: string;
|
|
127
125
|
iconSize: string;
|
|
126
|
+
kind: string;
|
|
128
127
|
decoration: string;
|
|
128
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
129
129
|
subtle: boolean;
|
|
130
130
|
}, {}>;
|
|
131
131
|
export default _default;
|
|
@@ -157,8 +157,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
157
157
|
hideAction: boolean;
|
|
158
158
|
important: boolean;
|
|
159
159
|
hideIcon: boolean;
|
|
160
|
-
dialogClass: string;
|
|
161
160
|
pinned: boolean;
|
|
161
|
+
dialogClass: string;
|
|
162
162
|
backgroundImage: string;
|
|
163
163
|
backgroundSize: string;
|
|
164
164
|
}, {}>;
|
|
@@ -160,20 +160,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
160
160
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
162
|
link: boolean;
|
|
163
|
+
disabled: boolean;
|
|
163
164
|
size: string;
|
|
164
165
|
type: string;
|
|
165
166
|
circle: boolean;
|
|
166
|
-
|
|
167
|
-
|
|
167
|
+
active: boolean;
|
|
168
|
+
loading: boolean;
|
|
168
169
|
kind: string;
|
|
170
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
169
171
|
iconPosition: string;
|
|
170
172
|
importance: string;
|
|
171
173
|
linkKind: string;
|
|
172
174
|
linkInverted: boolean;
|
|
173
175
|
width: string;
|
|
174
|
-
loading: boolean;
|
|
175
176
|
assertiveOnFocus: boolean;
|
|
176
|
-
active: boolean;
|
|
177
177
|
}, {}>;
|
|
178
178
|
export default _default;
|
|
179
179
|
//# sourceMappingURL=button.vue.d.ts.map
|
|
@@ -44,11 +44,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
46
|
}>>, {
|
|
47
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
48
47
|
maxHeight: string;
|
|
48
|
+
containerClass: string | Record<string, any> | unknown[];
|
|
49
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
49
50
|
headerClass: string | Record<string, any> | unknown[];
|
|
50
51
|
footerClass: string | Record<string, any> | unknown[];
|
|
51
|
-
containerClass: string | Record<string, any> | unknown[];
|
|
52
52
|
}, {}>;
|
|
53
53
|
export default _default;
|
|
54
54
|
//# sourceMappingURL=card.vue.d.ts.map
|
|
@@ -29,7 +29,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {
|
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
value: {
|
|
32
|
-
type: (ObjectConstructor |
|
|
32
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
35
|
description: {
|
|
@@ -88,7 +88,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
value: {
|
|
91
|
-
type: (
|
|
91
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
92
92
|
default: null;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
96
96
|
default(): string;
|
|
97
97
|
};
|
|
98
98
|
value: {
|
|
99
|
-
type: (ObjectConstructor |
|
|
99
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
100
100
|
default: null;
|
|
101
101
|
};
|
|
102
102
|
name: {
|
|
@@ -93,12 +93,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
93
93
|
}, {
|
|
94
94
|
id: string;
|
|
95
95
|
size: string;
|
|
96
|
-
interactive: boolean;
|
|
97
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
98
|
-
labelClass: string | Record<string, any> | unknown[];
|
|
99
96
|
ariaLabel: string;
|
|
97
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
100
98
|
closeButtonProps: Record<string, any>;
|
|
101
99
|
hideClose: boolean;
|
|
100
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
101
|
+
interactive: boolean;
|
|
102
102
|
}, {}>;
|
|
103
103
|
export default _default;
|
|
104
104
|
//# sourceMappingURL=chip.vue.d.ts.map
|
|
@@ -107,14 +107,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
107
107
|
}, {
|
|
108
108
|
id: string;
|
|
109
109
|
open: boolean;
|
|
110
|
-
maxWidth: string;
|
|
111
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
112
110
|
ariaLabel: string;
|
|
113
|
-
elementType: string;
|
|
114
111
|
maxHeight: string;
|
|
112
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
113
|
+
elementType: string;
|
|
115
114
|
anchorText: string;
|
|
116
115
|
contentElementType: string;
|
|
117
116
|
anchorClass: string | Record<string, any> | unknown[];
|
|
117
|
+
maxWidth: string;
|
|
118
118
|
ariaLabelledBy: string;
|
|
119
119
|
}, {}>;
|
|
120
120
|
export default _default;
|
|
@@ -138,7 +138,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
138
138
|
scrollActiveItemIntoViewIfNeeded(): void;
|
|
139
139
|
focusActiveItemIfNeeded(): void;
|
|
140
140
|
};
|
|
141
|
-
}, import('vue').ComponentOptionsMixin, ("select" | "opened" | "
|
|
141
|
+
}, import('vue').ComponentOptionsMixin, ("select" | "opened" | "escape" | "highlight")[], "select" | "opened" | "escape" | "highlight", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
142
142
|
label: {
|
|
143
143
|
type: StringConstructor;
|
|
144
144
|
required: true;
|
|
@@ -199,17 +199,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
199
199
|
}>> & {
|
|
200
200
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
201
201
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
202
|
-
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
203
202
|
onEscape?: ((...args: any[]) => any) | undefined;
|
|
203
|
+
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
204
204
|
}, {
|
|
205
205
|
size: string;
|
|
206
206
|
description: string;
|
|
207
207
|
loading: boolean;
|
|
208
|
+
showList: boolean;
|
|
209
|
+
labelVisible: boolean;
|
|
208
210
|
listId: string;
|
|
209
211
|
onBeginningOfList: Function;
|
|
210
212
|
onEndOfList: Function;
|
|
211
|
-
labelVisible: boolean;
|
|
212
|
-
showList: boolean;
|
|
213
213
|
listRenderedOutside: boolean;
|
|
214
214
|
emptyList: boolean;
|
|
215
215
|
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
|
|
@@ -279,21 +279,21 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
279
279
|
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
280
280
|
}, {
|
|
281
281
|
open: boolean;
|
|
282
|
+
transition: string;
|
|
283
|
+
maxHeight: string;
|
|
284
|
+
maxWidth: string;
|
|
285
|
+
navigationType: string;
|
|
286
|
+
listId: string;
|
|
287
|
+
onBeginningOfList: Function;
|
|
288
|
+
onEndOfList: Function;
|
|
282
289
|
fallbackPlacements: unknown[];
|
|
283
290
|
tether: boolean;
|
|
284
291
|
appendTo: string | HTMLElement;
|
|
285
292
|
placement: string;
|
|
286
|
-
maxWidth: string;
|
|
287
|
-
transition: string;
|
|
288
293
|
modal: boolean;
|
|
289
294
|
openOnContext: boolean;
|
|
290
295
|
padding: string;
|
|
291
296
|
contentWidth: string;
|
|
292
|
-
maxHeight: string;
|
|
293
|
-
navigationType: string;
|
|
294
|
-
listId: string;
|
|
295
|
-
onBeginningOfList: Function;
|
|
296
|
-
onEndOfList: Function;
|
|
297
297
|
listClass: string | Record<string, any> | unknown[];
|
|
298
298
|
}, {}>;
|
|
299
299
|
export default _default;
|
|
@@ -204,22 +204,22 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
204
204
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
205
205
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
206
206
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
207
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
208
207
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
208
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
209
209
|
"onUpdate:length"?: ((...args: any[]) => any) | undefined;
|
|
210
210
|
"onUpdate:invalid"?: ((...args: any[]) => any) | undefined;
|
|
211
211
|
}, {
|
|
212
212
|
label: string;
|
|
213
|
-
|
|
213
|
+
disabled: boolean;
|
|
214
214
|
name: string;
|
|
215
215
|
size: string;
|
|
216
216
|
type: string;
|
|
217
217
|
description: string;
|
|
218
|
-
|
|
218
|
+
hidden: boolean;
|
|
219
219
|
validate: Record<string, any>;
|
|
220
|
+
labelVisible: boolean;
|
|
220
221
|
modelValue: string | number;
|
|
221
222
|
inputClass: string | Record<string, any> | unknown[];
|
|
222
|
-
labelVisible: boolean;
|
|
223
223
|
inputWrapperClass: string | Record<string, any> | unknown[];
|
|
224
224
|
currentLength: number;
|
|
225
225
|
retainWarning: boolean;
|
|
@@ -70,7 +70,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
70
70
|
default(): string;
|
|
71
71
|
};
|
|
72
72
|
value: {
|
|
73
|
-
type: (ObjectConstructor |
|
|
73
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
74
74
|
default: null;
|
|
75
75
|
};
|
|
76
76
|
name: {
|
|
@@ -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
|
}, {}>;
|
|
@@ -251,18 +251,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
251
251
|
title: string;
|
|
252
252
|
copy: string;
|
|
253
253
|
size: string;
|
|
254
|
-
show: boolean;
|
|
255
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
256
254
|
kind: string;
|
|
257
255
|
hideClose: boolean;
|
|
258
256
|
dialogClass: string | Record<string, any> | unknown[];
|
|
257
|
+
bannerClass: string | Record<string, any> | unknown[];
|
|
258
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
259
|
+
show: boolean;
|
|
259
260
|
initialFocusElement: string | HTMLElement;
|
|
260
261
|
describedById: string;
|
|
261
262
|
labelledById: string;
|
|
262
263
|
bannerTitle: string;
|
|
263
264
|
modalClass: string | Record<string, any> | unknown[];
|
|
264
265
|
bannerKind: string;
|
|
265
|
-
bannerClass: string | Record<string, any> | unknown[];
|
|
266
266
|
closeOnClick: boolean;
|
|
267
267
|
fixedHeaderFooter: boolean;
|
|
268
268
|
}, {}>;
|
|
@@ -88,7 +88,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
90
|
sticky: {
|
|
91
|
-
type: (
|
|
91
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
92
92
|
default: boolean;
|
|
93
93
|
validator: (sticky: unknown) => boolean;
|
|
94
94
|
};
|
|
@@ -341,7 +341,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
341
341
|
default: boolean;
|
|
342
342
|
};
|
|
343
343
|
sticky: {
|
|
344
|
-
type: (
|
|
344
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
345
345
|
default: boolean;
|
|
346
346
|
validator: (sticky: unknown) => boolean;
|
|
347
347
|
};
|
|
@@ -398,35 +398,35 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
398
398
|
"onMouseenter-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
399
399
|
"onMouseleave-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
400
400
|
}, {
|
|
401
|
-
offset: unknown[];
|
|
402
401
|
id: string;
|
|
403
402
|
role: string;
|
|
403
|
+
offset: unknown[];
|
|
404
404
|
open: boolean;
|
|
405
|
+
ariaLabel: string;
|
|
406
|
+
transition: string;
|
|
407
|
+
closeButtonProps: Record<string, any>;
|
|
408
|
+
dialogClass: string | Record<string, any> | unknown[];
|
|
409
|
+
maxHeight: string;
|
|
410
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
411
|
+
headerClass: string | Record<string, any> | unknown[];
|
|
412
|
+
footerClass: string | Record<string, any> | unknown[];
|
|
413
|
+
elementType: string;
|
|
414
|
+
maxWidth: string;
|
|
405
415
|
fallbackPlacements: unknown[];
|
|
406
416
|
tether: boolean;
|
|
407
417
|
appendTo: string | HTMLElement;
|
|
408
418
|
hideOnClick: boolean;
|
|
409
419
|
placement: string;
|
|
410
420
|
sticky: string | boolean;
|
|
411
|
-
maxWidth: string;
|
|
412
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
413
|
-
transition: string;
|
|
414
421
|
externalAnchor: string;
|
|
415
|
-
ariaLabel: string;
|
|
416
|
-
closeButtonProps: Record<string, any>;
|
|
417
422
|
showCloseButton: boolean;
|
|
418
423
|
contentAppear: boolean;
|
|
419
424
|
modal: boolean;
|
|
420
425
|
openOnContext: boolean;
|
|
421
|
-
elementType: string;
|
|
422
426
|
ariaLabelledby: string;
|
|
423
427
|
padding: string;
|
|
424
428
|
contentWidth: string;
|
|
425
429
|
contentTabindex: number;
|
|
426
|
-
maxHeight: string;
|
|
427
|
-
headerClass: string | Record<string, any> | unknown[];
|
|
428
|
-
footerClass: string | Record<string, any> | unknown[];
|
|
429
|
-
dialogClass: string | Record<string, any> | unknown[];
|
|
430
430
|
initialFocusElement: string | HTMLElement;
|
|
431
431
|
openWithArrowKeys: boolean;
|
|
432
432
|
}, {}>;
|
|
@@ -40,8 +40,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
40
40
|
}>> & {
|
|
41
41
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
44
43
|
closeButtonProps: Record<string, any>;
|
|
44
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
45
45
|
showCloseButton: boolean;
|
|
46
46
|
}, {}>;
|
|
47
47
|
export default _default;
|
|
@@ -34,7 +34,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
value: {
|
|
37
|
-
type: (ObjectConstructor |
|
|
37
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
38
38
|
default: null;
|
|
39
39
|
};
|
|
40
40
|
description: {
|
|
@@ -93,7 +93,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
93
93
|
default: boolean;
|
|
94
94
|
};
|
|
95
95
|
value: {
|
|
96
|
-
type: (
|
|
96
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
97
97
|
default: null;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
@@ -91,7 +91,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
91
91
|
default(): string;
|
|
92
92
|
};
|
|
93
93
|
value: {
|
|
94
|
-
type: (ObjectConstructor |
|
|
94
|
+
type: (ObjectConstructor | StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
95
95
|
default: null;
|
|
96
96
|
};
|
|
97
97
|
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" | "blur" | "focus" | "selected" | "enter" | "json-input" | "html-input" | "text-input" | "
|
|
150
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "blur" | "focus" | "selected" | "enter" | "update:modelValue" | "json-input" | "html-input" | "text-input" | "edit-link")[], "input" | "blur" | "focus" | "selected" | "enter" | "update:modelValue" | "json-input" | "html-input" | "text-input" | "edit-link", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
151
151
|
modelValue: {
|
|
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
|
};
|
|
@@ -259,25 +259,25 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
259
259
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
260
260
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
262
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
262
263
|
onSelected?: ((...args: any[]) => any) | undefined;
|
|
263
264
|
"onJson-input"?: ((...args: any[]) => any) | undefined;
|
|
264
265
|
"onHtml-input"?: ((...args: any[]) => any) | undefined;
|
|
265
266
|
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
266
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
267
267
|
"onEdit-link"?: ((...args: any[]) => any) | undefined;
|
|
268
268
|
}, {
|
|
269
269
|
link: boolean | Record<string, any>;
|
|
270
|
+
modelValue: string | Record<string, any>;
|
|
271
|
+
inputClass: string;
|
|
272
|
+
placeholder: string;
|
|
270
273
|
mentionSuggestion: Record<string, any>;
|
|
271
274
|
channelSuggestion: Record<string, any>;
|
|
272
275
|
slashCommandSuggestion: Record<string, any>;
|
|
273
|
-
modelValue: string | Record<string, any>;
|
|
274
276
|
editable: boolean;
|
|
275
277
|
preventTyping: boolean;
|
|
276
278
|
allowLineBreaks: boolean;
|
|
277
|
-
inputClass: string;
|
|
278
279
|
autoFocus: string | number | boolean;
|
|
279
280
|
outputFormat: string;
|
|
280
|
-
placeholder: string;
|
|
281
281
|
customLink: boolean | Record<string, any>;
|
|
282
282
|
allowBlockquote: boolean;
|
|
283
283
|
allowBold: boolean;
|
|
@@ -107,9 +107,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
107
107
|
contentClass: string | Record<string, any> | unknown[];
|
|
108
108
|
headerClass: string | Record<string, any> | unknown[];
|
|
109
109
|
footerClass: string | Record<string, any> | unknown[];
|
|
110
|
+
bodyClass: string | Record<string, any> | unknown[];
|
|
110
111
|
headerHeight: string;
|
|
111
112
|
headerSticky: boolean;
|
|
112
|
-
bodyClass: string | Record<string, any> | unknown[];
|
|
113
113
|
sidebarClass: string | Record<string, any> | unknown[];
|
|
114
114
|
sidebarWidth: string;
|
|
115
115
|
sidebarPosition: string;
|
|
@@ -5,8 +5,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}
|
|
|
5
5
|
};
|
|
6
6
|
$emit: (event: "user-position", ...args: any[]) => void;
|
|
7
7
|
direction: string;
|
|
8
|
-
|
|
8
|
+
itemClass: string | Record<string, any> | unknown[];
|
|
9
9
|
items: unknown[];
|
|
10
|
+
listClass: string | Record<string, any> | unknown[];
|
|
10
11
|
keyField: string;
|
|
11
12
|
itemSize: number;
|
|
12
13
|
minItemSize: string | number;
|
|
@@ -15,11 +16,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}
|
|
|
15
16
|
skipHover: boolean;
|
|
16
17
|
listTag: string;
|
|
17
18
|
itemTag: string;
|
|
18
|
-
itemClass: string | Record<string, any> | unknown[];
|
|
19
19
|
$props: {
|
|
20
20
|
readonly direction?: string | undefined;
|
|
21
|
-
readonly
|
|
21
|
+
readonly itemClass?: string | Record<string, any> | unknown[] | undefined;
|
|
22
22
|
readonly items?: unknown[] | undefined;
|
|
23
|
+
readonly listClass?: string | Record<string, any> | unknown[] | undefined;
|
|
23
24
|
readonly keyField?: string | undefined;
|
|
24
25
|
readonly itemSize?: number | undefined;
|
|
25
26
|
readonly minItemSize?: string | number | undefined;
|
|
@@ -28,7 +29,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}
|
|
|
28
29
|
readonly skipHover?: boolean | undefined;
|
|
29
30
|
readonly listTag?: string | undefined;
|
|
30
31
|
readonly itemTag?: string | undefined;
|
|
31
|
-
readonly itemClass?: string | Record<string, any> | unknown[] | undefined;
|
|
32
32
|
};
|
|
33
33
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
34
34
|
default?(_: {
|
|
@@ -65,9 +65,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
}>>, {
|
|
67
67
|
index: number;
|
|
68
|
+
tag: string;
|
|
68
69
|
watchData: boolean;
|
|
69
70
|
sizeDependencies: Record<string, any> | unknown[];
|
|
70
|
-
tag: string;
|
|
71
71
|
}, {}>;
|
|
72
72
|
export default _default;
|
|
73
73
|
//# sourceMappingURL=scroller_item.vue.d.ts.map
|
|
@@ -172,15 +172,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
172
172
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
label: string;
|
|
175
|
+
disabled: boolean;
|
|
175
176
|
size: string;
|
|
176
177
|
description: string;
|
|
177
|
-
disabled: boolean;
|
|
178
178
|
options: unknown[];
|
|
179
179
|
labelClass: string | Record<string, any> | unknown[];
|
|
180
|
-
labelChildProps: Record<string, any>;
|
|
181
180
|
descriptionClass: string | Record<string, any> | unknown[];
|
|
182
181
|
selectClass: string | Record<string, any> | unknown[];
|
|
183
182
|
optionClass: string | Record<string, any> | unknown[];
|
|
183
|
+
labelChildProps: Record<string, any>;
|
|
184
184
|
descriptionChildProps: Record<string, any>;
|
|
185
185
|
optionChildProps: Record<string, any>;
|
|
186
186
|
}, {}>;
|
|
@@ -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,10 +73,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
}>>, {
|
|
76
|
+
size: string;
|
|
77
|
+
animate: boolean;
|
|
76
78
|
offset: number;
|
|
77
79
|
animationDuration: number;
|
|
78
|
-
animate: boolean;
|
|
79
|
-
size: string;
|
|
80
80
|
contentClass: string | Record<string, any> | unknown[];
|
|
81
81
|
shape: string;
|
|
82
82
|
}, {}>;
|