@dialpad/dialtone 9.168.0 → 9.170.0
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/css/dialtone-default-theme.css +6 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +6 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +109861 -109861
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/button/button.cjs +1 -1
- package/dist/vue3/lib/button/button.cjs.map +1 -1
- package/dist/vue3/lib/button/button.js +56 -44
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.js +18 -17
- package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +114 -106
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.js +47 -47
- package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +27 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +54 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +112 -4
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +54 -2
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +81 -3
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +108 -4
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +54 -2
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -578,6 +578,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
578
578
|
};
|
|
579
579
|
computedAriaLive(): unknown;
|
|
580
580
|
iconSize(): any;
|
|
581
|
+
loaderSize(): any;
|
|
581
582
|
}, {
|
|
582
583
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
583
584
|
buttonClasses(): any[];
|
|
@@ -696,7 +697,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
696
697
|
width: string;
|
|
697
698
|
assertiveOnFocus: boolean;
|
|
698
699
|
rel: string;
|
|
699
|
-
}, {}, {
|
|
700
|
+
}, {}, {
|
|
701
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
702
|
+
ariaLabel: {
|
|
703
|
+
type: StringConstructor;
|
|
704
|
+
default: string;
|
|
705
|
+
};
|
|
706
|
+
size: {
|
|
707
|
+
type: StringConstructor;
|
|
708
|
+
default: string;
|
|
709
|
+
validator: (s: unknown) => boolean;
|
|
710
|
+
};
|
|
711
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
712
|
+
ariaLabel: {
|
|
713
|
+
type: StringConstructor;
|
|
714
|
+
default: string;
|
|
715
|
+
};
|
|
716
|
+
size: {
|
|
717
|
+
type: StringConstructor;
|
|
718
|
+
default: string;
|
|
719
|
+
validator: (s: unknown) => boolean;
|
|
720
|
+
};
|
|
721
|
+
}>> & Readonly<{}>, {
|
|
722
|
+
size: string;
|
|
723
|
+
ariaLabel: string;
|
|
724
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
725
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
700
726
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
701
727
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
702
728
|
show: {
|
|
@@ -897,6 +923,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
923
|
};
|
|
898
924
|
computedAriaLive(): unknown;
|
|
899
925
|
iconSize(): any;
|
|
926
|
+
loaderSize(): any;
|
|
900
927
|
}, {
|
|
901
928
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
902
929
|
buttonClasses(): any[];
|
|
@@ -1015,7 +1042,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1015
1042
|
width: string;
|
|
1016
1043
|
assertiveOnFocus: boolean;
|
|
1017
1044
|
rel: string;
|
|
1018
|
-
}, {}, {
|
|
1045
|
+
}, {}, {
|
|
1046
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1047
|
+
ariaLabel: {
|
|
1048
|
+
type: StringConstructor;
|
|
1049
|
+
default: string;
|
|
1050
|
+
};
|
|
1051
|
+
size: {
|
|
1052
|
+
type: StringConstructor;
|
|
1053
|
+
default: string;
|
|
1054
|
+
validator: (s: unknown) => boolean;
|
|
1055
|
+
};
|
|
1056
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1057
|
+
ariaLabel: {
|
|
1058
|
+
type: StringConstructor;
|
|
1059
|
+
default: string;
|
|
1060
|
+
};
|
|
1061
|
+
size: {
|
|
1062
|
+
type: StringConstructor;
|
|
1063
|
+
default: string;
|
|
1064
|
+
validator: (s: unknown) => boolean;
|
|
1065
|
+
};
|
|
1066
|
+
}>> & Readonly<{}>, {
|
|
1067
|
+
size: string;
|
|
1068
|
+
ariaLabel: string;
|
|
1069
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1070
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1019
1071
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1020
1072
|
size: {
|
|
1021
1073
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue"],"names":[],"mappings":"AA2HA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAukCA,IAx+BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAw+BA,GAliCG
|
|
1
|
+
{"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue"],"names":[],"mappings":"AA2HA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAukCA,IAx+BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAw+BA,GAliCG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkiCH,GAliCG;;;;;;;;+BA2iCyI,gBAAgB"}
|
|
@@ -163,6 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
163
|
};
|
|
164
164
|
computedAriaLive(): unknown;
|
|
165
165
|
iconSize(): any;
|
|
166
|
+
loaderSize(): any;
|
|
166
167
|
}, {
|
|
167
168
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
168
169
|
buttonClasses(): any[];
|
|
@@ -281,7 +282,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
282
|
width: string;
|
|
282
283
|
assertiveOnFocus: boolean;
|
|
283
284
|
rel: string;
|
|
284
|
-
}, {}, {
|
|
285
|
+
}, {}, {
|
|
286
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
287
|
+
ariaLabel: {
|
|
288
|
+
type: StringConstructor;
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
291
|
+
size: {
|
|
292
|
+
type: StringConstructor;
|
|
293
|
+
default: string;
|
|
294
|
+
validator: (s: unknown) => boolean;
|
|
295
|
+
};
|
|
296
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
297
|
+
ariaLabel: {
|
|
298
|
+
type: StringConstructor;
|
|
299
|
+
default: string;
|
|
300
|
+
};
|
|
301
|
+
size: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
validator: (s: unknown) => boolean;
|
|
305
|
+
};
|
|
306
|
+
}>> & Readonly<{}>, {
|
|
307
|
+
size: string;
|
|
308
|
+
ariaLabel: string;
|
|
309
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
310
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
285
311
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
286
312
|
size: {
|
|
287
313
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA
|
|
1
|
+
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqHA,GAtEA;;;;;;;+BAwE8C,gBAAgB"}
|
package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts
CHANGED
|
@@ -359,6 +359,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
359
359
|
};
|
|
360
360
|
computedAriaLive(): unknown;
|
|
361
361
|
iconSize(): any;
|
|
362
|
+
loaderSize(): any;
|
|
362
363
|
}, {
|
|
363
364
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
364
365
|
buttonClasses(): any[];
|
|
@@ -477,7 +478,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
477
478
|
width: string;
|
|
478
479
|
assertiveOnFocus: boolean;
|
|
479
480
|
rel: string;
|
|
480
|
-
}, {}, {
|
|
481
|
+
}, {}, {
|
|
482
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
483
|
+
ariaLabel: {
|
|
484
|
+
type: StringConstructor;
|
|
485
|
+
default: string;
|
|
486
|
+
};
|
|
487
|
+
size: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: string;
|
|
490
|
+
validator: (s: unknown) => boolean;
|
|
491
|
+
};
|
|
492
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
493
|
+
ariaLabel: {
|
|
494
|
+
type: StringConstructor;
|
|
495
|
+
default: string;
|
|
496
|
+
};
|
|
497
|
+
size: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: string;
|
|
500
|
+
validator: (s: unknown) => boolean;
|
|
501
|
+
};
|
|
502
|
+
}>> & Readonly<{}>, {
|
|
503
|
+
size: string;
|
|
504
|
+
ariaLabel: string;
|
|
505
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
506
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
481
507
|
DtPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
482
508
|
open: {
|
|
483
509
|
type: BooleanConstructor;
|
|
@@ -1057,6 +1083,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1057
1083
|
};
|
|
1058
1084
|
computedAriaLive(): unknown;
|
|
1059
1085
|
iconSize(): any;
|
|
1086
|
+
loaderSize(): any;
|
|
1060
1087
|
}, {
|
|
1061
1088
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1062
1089
|
buttonClasses(): any[];
|
|
@@ -1175,7 +1202,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1175
1202
|
width: string;
|
|
1176
1203
|
assertiveOnFocus: boolean;
|
|
1177
1204
|
rel: string;
|
|
1178
|
-
}, {}, {
|
|
1205
|
+
}, {}, {
|
|
1206
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1207
|
+
ariaLabel: {
|
|
1208
|
+
type: StringConstructor;
|
|
1209
|
+
default: string;
|
|
1210
|
+
};
|
|
1211
|
+
size: {
|
|
1212
|
+
type: StringConstructor;
|
|
1213
|
+
default: string;
|
|
1214
|
+
validator: (s: unknown) => boolean;
|
|
1215
|
+
};
|
|
1216
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1217
|
+
ariaLabel: {
|
|
1218
|
+
type: StringConstructor;
|
|
1219
|
+
default: string;
|
|
1220
|
+
};
|
|
1221
|
+
size: {
|
|
1222
|
+
type: StringConstructor;
|
|
1223
|
+
default: string;
|
|
1224
|
+
validator: (s: unknown) => boolean;
|
|
1225
|
+
};
|
|
1226
|
+
}>> & Readonly<{}>, {
|
|
1227
|
+
size: string;
|
|
1228
|
+
ariaLabel: string;
|
|
1229
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1230
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1179
1231
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1180
1232
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1181
1233
|
show: {
|
|
@@ -1376,6 +1428,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1376
1428
|
};
|
|
1377
1429
|
computedAriaLive(): unknown;
|
|
1378
1430
|
iconSize(): any;
|
|
1431
|
+
loaderSize(): any;
|
|
1379
1432
|
}, {
|
|
1380
1433
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1381
1434
|
buttonClasses(): any[];
|
|
@@ -1494,7 +1547,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1494
1547
|
width: string;
|
|
1495
1548
|
assertiveOnFocus: boolean;
|
|
1496
1549
|
rel: string;
|
|
1497
|
-
}, {}, {
|
|
1550
|
+
}, {}, {
|
|
1551
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1552
|
+
ariaLabel: {
|
|
1553
|
+
type: StringConstructor;
|
|
1554
|
+
default: string;
|
|
1555
|
+
};
|
|
1556
|
+
size: {
|
|
1557
|
+
type: StringConstructor;
|
|
1558
|
+
default: string;
|
|
1559
|
+
validator: (s: unknown) => boolean;
|
|
1560
|
+
};
|
|
1561
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1562
|
+
ariaLabel: {
|
|
1563
|
+
type: StringConstructor;
|
|
1564
|
+
default: string;
|
|
1565
|
+
};
|
|
1566
|
+
size: {
|
|
1567
|
+
type: StringConstructor;
|
|
1568
|
+
default: string;
|
|
1569
|
+
validator: (s: unknown) => boolean;
|
|
1570
|
+
};
|
|
1571
|
+
}>> & Readonly<{}>, {
|
|
1572
|
+
size: string;
|
|
1573
|
+
ariaLabel: string;
|
|
1574
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1575
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1498
1576
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1499
1577
|
size: {
|
|
1500
1578
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VariableComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/variable/VariableComponent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VariableComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/variable/VariableComponent.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAmIE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVN,GA3DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2DD,GA3DC"}
|
|
@@ -239,6 +239,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
239
239
|
};
|
|
240
240
|
computedAriaLive(): unknown;
|
|
241
241
|
iconSize(): any;
|
|
242
|
+
loaderSize(): any;
|
|
242
243
|
}, {
|
|
243
244
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
244
245
|
buttonClasses(): any[];
|
|
@@ -357,7 +358,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
358
|
width: string;
|
|
358
359
|
assertiveOnFocus: boolean;
|
|
359
360
|
rel: string;
|
|
360
|
-
}, {}, {
|
|
361
|
+
}, {}, {
|
|
362
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
363
|
+
ariaLabel: {
|
|
364
|
+
type: StringConstructor;
|
|
365
|
+
default: string;
|
|
366
|
+
};
|
|
367
|
+
size: {
|
|
368
|
+
type: StringConstructor;
|
|
369
|
+
default: string;
|
|
370
|
+
validator: (s: unknown) => boolean;
|
|
371
|
+
};
|
|
372
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
373
|
+
ariaLabel: {
|
|
374
|
+
type: StringConstructor;
|
|
375
|
+
default: string;
|
|
376
|
+
};
|
|
377
|
+
size: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: string;
|
|
380
|
+
validator: (s: unknown) => boolean;
|
|
381
|
+
};
|
|
382
|
+
}>> & Readonly<{}>, {
|
|
383
|
+
size: string;
|
|
384
|
+
ariaLabel: string;
|
|
385
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
386
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
361
387
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
362
388
|
export default _default;
|
|
363
389
|
//# sourceMappingURL=split_button-alpha.vue.d.ts.map
|
|
@@ -207,6 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
207
|
};
|
|
208
208
|
computedAriaLive(): unknown;
|
|
209
209
|
iconSize(): any;
|
|
210
|
+
loaderSize(): any;
|
|
210
211
|
}, {
|
|
211
212
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
212
213
|
buttonClasses(): any[];
|
|
@@ -325,7 +326,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
326
|
width: string;
|
|
326
327
|
assertiveOnFocus: boolean;
|
|
327
328
|
rel: string;
|
|
328
|
-
}, {}, {
|
|
329
|
+
}, {}, {
|
|
330
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
331
|
+
ariaLabel: {
|
|
332
|
+
type: StringConstructor;
|
|
333
|
+
default: string;
|
|
334
|
+
};
|
|
335
|
+
size: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: string;
|
|
338
|
+
validator: (s: unknown) => boolean;
|
|
339
|
+
};
|
|
340
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
341
|
+
ariaLabel: {
|
|
342
|
+
type: StringConstructor;
|
|
343
|
+
default: string;
|
|
344
|
+
};
|
|
345
|
+
size: {
|
|
346
|
+
type: StringConstructor;
|
|
347
|
+
default: string;
|
|
348
|
+
validator: (s: unknown) => boolean;
|
|
349
|
+
};
|
|
350
|
+
}>> & Readonly<{}>, {
|
|
351
|
+
size: string;
|
|
352
|
+
ariaLabel: string;
|
|
353
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
354
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
329
355
|
DtIconChevronDown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
330
356
|
size: {
|
|
331
357
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split_button-omega.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button-omega.vue"],"names":[],"mappings":"AAuBA
|
|
1
|
+
{"version":3,"file":"split_button-omega.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button-omega.vue"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAkHA,GA1Dc"}
|
|
@@ -437,6 +437,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
437
|
};
|
|
438
438
|
computedAriaLive(): unknown;
|
|
439
439
|
iconSize(): any;
|
|
440
|
+
loaderSize(): any;
|
|
440
441
|
}, {
|
|
441
442
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
442
443
|
buttonClasses(): any[];
|
|
@@ -555,7 +556,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
555
556
|
width: string;
|
|
556
557
|
assertiveOnFocus: boolean;
|
|
557
558
|
rel: string;
|
|
558
|
-
}, {}, {
|
|
559
|
+
}, {}, {
|
|
560
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
561
|
+
ariaLabel: {
|
|
562
|
+
type: StringConstructor;
|
|
563
|
+
default: string;
|
|
564
|
+
};
|
|
565
|
+
size: {
|
|
566
|
+
type: StringConstructor;
|
|
567
|
+
default: string;
|
|
568
|
+
validator: (s: unknown) => boolean;
|
|
569
|
+
};
|
|
570
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
571
|
+
ariaLabel: {
|
|
572
|
+
type: StringConstructor;
|
|
573
|
+
default: string;
|
|
574
|
+
};
|
|
575
|
+
size: {
|
|
576
|
+
type: StringConstructor;
|
|
577
|
+
default: string;
|
|
578
|
+
validator: (s: unknown) => boolean;
|
|
579
|
+
};
|
|
580
|
+
}>> & Readonly<{}>, {
|
|
581
|
+
size: string;
|
|
582
|
+
ariaLabel: string;
|
|
583
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
584
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
559
585
|
DtIconChevronDown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
560
586
|
size: {
|
|
561
587
|
type: StringConstructor;
|
|
@@ -1439,6 +1465,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1439
1465
|
};
|
|
1440
1466
|
computedAriaLive(): unknown;
|
|
1441
1467
|
iconSize(): any;
|
|
1468
|
+
loaderSize(): any;
|
|
1442
1469
|
}, {
|
|
1443
1470
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1444
1471
|
buttonClasses(): any[];
|
|
@@ -1557,7 +1584,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1557
1584
|
width: string;
|
|
1558
1585
|
assertiveOnFocus: boolean;
|
|
1559
1586
|
rel: string;
|
|
1560
|
-
}, {}, {
|
|
1587
|
+
}, {}, {
|
|
1588
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1589
|
+
ariaLabel: {
|
|
1590
|
+
type: StringConstructor;
|
|
1591
|
+
default: string;
|
|
1592
|
+
};
|
|
1593
|
+
size: {
|
|
1594
|
+
type: StringConstructor;
|
|
1595
|
+
default: string;
|
|
1596
|
+
validator: (s: unknown) => boolean;
|
|
1597
|
+
};
|
|
1598
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1599
|
+
ariaLabel: {
|
|
1600
|
+
type: StringConstructor;
|
|
1601
|
+
default: string;
|
|
1602
|
+
};
|
|
1603
|
+
size: {
|
|
1604
|
+
type: StringConstructor;
|
|
1605
|
+
default: string;
|
|
1606
|
+
validator: (s: unknown) => boolean;
|
|
1607
|
+
};
|
|
1608
|
+
}>> & Readonly<{}>, {
|
|
1609
|
+
size: string;
|
|
1610
|
+
ariaLabel: string;
|
|
1611
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1612
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1561
1613
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1562
1614
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1563
1615
|
show: {
|
|
@@ -1758,6 +1810,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1758
1810
|
};
|
|
1759
1811
|
computedAriaLive(): unknown;
|
|
1760
1812
|
iconSize(): any;
|
|
1813
|
+
loaderSize(): any;
|
|
1761
1814
|
}, {
|
|
1762
1815
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1763
1816
|
buttonClasses(): any[];
|
|
@@ -1876,7 +1929,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1876
1929
|
width: string;
|
|
1877
1930
|
assertiveOnFocus: boolean;
|
|
1878
1931
|
rel: string;
|
|
1879
|
-
}, {}, {
|
|
1932
|
+
}, {}, {
|
|
1933
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1934
|
+
ariaLabel: {
|
|
1935
|
+
type: StringConstructor;
|
|
1936
|
+
default: string;
|
|
1937
|
+
};
|
|
1938
|
+
size: {
|
|
1939
|
+
type: StringConstructor;
|
|
1940
|
+
default: string;
|
|
1941
|
+
validator: (s: unknown) => boolean;
|
|
1942
|
+
};
|
|
1943
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1944
|
+
ariaLabel: {
|
|
1945
|
+
type: StringConstructor;
|
|
1946
|
+
default: string;
|
|
1947
|
+
};
|
|
1948
|
+
size: {
|
|
1949
|
+
type: StringConstructor;
|
|
1950
|
+
default: string;
|
|
1951
|
+
validator: (s: unknown) => boolean;
|
|
1952
|
+
};
|
|
1953
|
+
}>> & Readonly<{}>, {
|
|
1954
|
+
size: string;
|
|
1955
|
+
ariaLabel: string;
|
|
1956
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1957
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1880
1958
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1881
1959
|
size: {
|
|
1882
1960
|
type: StringConstructor;
|
|
@@ -2151,6 +2229,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2151
2229
|
};
|
|
2152
2230
|
computedAriaLive(): unknown;
|
|
2153
2231
|
iconSize(): any;
|
|
2232
|
+
loaderSize(): any;
|
|
2154
2233
|
}, {
|
|
2155
2234
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2156
2235
|
buttonClasses(): any[];
|
|
@@ -2269,7 +2348,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2269
2348
|
width: string;
|
|
2270
2349
|
assertiveOnFocus: boolean;
|
|
2271
2350
|
rel: string;
|
|
2272
|
-
}, {}, {
|
|
2351
|
+
}, {}, {
|
|
2352
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2353
|
+
ariaLabel: {
|
|
2354
|
+
type: StringConstructor;
|
|
2355
|
+
default: string;
|
|
2356
|
+
};
|
|
2357
|
+
size: {
|
|
2358
|
+
type: StringConstructor;
|
|
2359
|
+
default: string;
|
|
2360
|
+
validator: (s: unknown) => boolean;
|
|
2361
|
+
};
|
|
2362
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2363
|
+
ariaLabel: {
|
|
2364
|
+
type: StringConstructor;
|
|
2365
|
+
default: string;
|
|
2366
|
+
};
|
|
2367
|
+
size: {
|
|
2368
|
+
type: StringConstructor;
|
|
2369
|
+
default: string;
|
|
2370
|
+
validator: (s: unknown) => boolean;
|
|
2371
|
+
};
|
|
2372
|
+
}>> & Readonly<{}>, {
|
|
2373
|
+
size: string;
|
|
2374
|
+
ariaLabel: string;
|
|
2375
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2376
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2273
2377
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2274
2378
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2275
2379
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA
|
|
1
|
+
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsYA,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA8VF,IA5QG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4QH,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8VF,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuW6D,gBAAgB"}
|
|
@@ -192,6 +192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
192
192
|
};
|
|
193
193
|
computedAriaLive(): unknown;
|
|
194
194
|
iconSize(): any;
|
|
195
|
+
loaderSize(): any;
|
|
195
196
|
}, {
|
|
196
197
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
197
198
|
buttonClasses(): any[];
|
|
@@ -310,7 +311,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
311
|
width: string;
|
|
311
312
|
assertiveOnFocus: boolean;
|
|
312
313
|
rel: string;
|
|
313
|
-
}, {}, {
|
|
314
|
+
}, {}, {
|
|
315
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
316
|
+
ariaLabel: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
size: {
|
|
321
|
+
type: StringConstructor;
|
|
322
|
+
default: string;
|
|
323
|
+
validator: (s: unknown) => boolean;
|
|
324
|
+
};
|
|
325
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
326
|
+
ariaLabel: {
|
|
327
|
+
type: StringConstructor;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
330
|
+
size: {
|
|
331
|
+
type: StringConstructor;
|
|
332
|
+
default: string;
|
|
333
|
+
validator: (s: unknown) => boolean;
|
|
334
|
+
};
|
|
335
|
+
}>> & Readonly<{}>, {
|
|
336
|
+
size: string;
|
|
337
|
+
ariaLabel: string;
|
|
338
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
339
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
314
340
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
315
341
|
export default _default;
|
|
316
342
|
//# sourceMappingURL=tab.vue.d.ts.map
|