@dialpad/dialtone 9.167.0 → 9.169.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 +85072 -85072
- 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 +37 -28
- package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
- package/dist/vue3/lib/popover/popover.cjs +1 -1
- package/dist/vue3/lib/popover/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover/popover.js +16 -4
- package/dist/vue3/lib/popover/popover.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 +69 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +140 -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 +69 -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 +96 -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 +123 -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 +123 -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 +123 -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 +96 -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 +69 -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 +96 -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 +96 -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 +123 -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
|
@@ -587,6 +587,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
587
587
|
};
|
|
588
588
|
computedAriaLive(): unknown;
|
|
589
589
|
iconSize(): any;
|
|
590
|
+
loaderSize(): any;
|
|
590
591
|
}, {
|
|
591
592
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
592
593
|
buttonClasses(): any[];
|
|
@@ -705,7 +706,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
705
706
|
width: string;
|
|
706
707
|
assertiveOnFocus: boolean;
|
|
707
708
|
rel: string;
|
|
708
|
-
}, {}, {
|
|
709
|
+
}, {}, {
|
|
710
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
711
|
+
ariaLabel: {
|
|
712
|
+
type: StringConstructor;
|
|
713
|
+
default: string;
|
|
714
|
+
};
|
|
715
|
+
size: {
|
|
716
|
+
type: StringConstructor;
|
|
717
|
+
default: string;
|
|
718
|
+
validator: (s: unknown) => boolean;
|
|
719
|
+
};
|
|
720
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
721
|
+
ariaLabel: {
|
|
722
|
+
type: StringConstructor;
|
|
723
|
+
default: string;
|
|
724
|
+
};
|
|
725
|
+
size: {
|
|
726
|
+
type: StringConstructor;
|
|
727
|
+
default: string;
|
|
728
|
+
validator: (s: unknown) => boolean;
|
|
729
|
+
};
|
|
730
|
+
}>> & Readonly<{}>, {
|
|
731
|
+
size: string;
|
|
732
|
+
ariaLabel: string;
|
|
733
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
734
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
709
735
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
710
736
|
i18n: any;
|
|
711
737
|
}, {
|
|
@@ -870,6 +896,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
870
896
|
};
|
|
871
897
|
computedAriaLive(): unknown;
|
|
872
898
|
iconSize(): any;
|
|
899
|
+
loaderSize(): any;
|
|
873
900
|
}, {
|
|
874
901
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
875
902
|
buttonClasses(): any[];
|
|
@@ -988,7 +1015,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
988
1015
|
width: string;
|
|
989
1016
|
assertiveOnFocus: boolean;
|
|
990
1017
|
rel: string;
|
|
991
|
-
}, {}, {
|
|
1018
|
+
}, {}, {
|
|
1019
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1020
|
+
ariaLabel: {
|
|
1021
|
+
type: StringConstructor;
|
|
1022
|
+
default: string;
|
|
1023
|
+
};
|
|
1024
|
+
size: {
|
|
1025
|
+
type: StringConstructor;
|
|
1026
|
+
default: string;
|
|
1027
|
+
validator: (s: unknown) => boolean;
|
|
1028
|
+
};
|
|
1029
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1030
|
+
ariaLabel: {
|
|
1031
|
+
type: StringConstructor;
|
|
1032
|
+
default: string;
|
|
1033
|
+
};
|
|
1034
|
+
size: {
|
|
1035
|
+
type: StringConstructor;
|
|
1036
|
+
default: string;
|
|
1037
|
+
validator: (s: unknown) => boolean;
|
|
1038
|
+
};
|
|
1039
|
+
}>> & Readonly<{}>, {
|
|
1040
|
+
size: string;
|
|
1041
|
+
ariaLabel: string;
|
|
1042
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1043
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
992
1044
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
993
1045
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
994
1046
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1268,6 +1320,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1268
1320
|
};
|
|
1269
1321
|
computedAriaLive(): unknown;
|
|
1270
1322
|
iconSize(): any;
|
|
1323
|
+
loaderSize(): any;
|
|
1271
1324
|
}, {
|
|
1272
1325
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1273
1326
|
buttonClasses(): any[];
|
|
@@ -1386,7 +1439,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1386
1439
|
width: string;
|
|
1387
1440
|
assertiveOnFocus: boolean;
|
|
1388
1441
|
rel: string;
|
|
1389
|
-
}, {}, {
|
|
1442
|
+
}, {}, {
|
|
1443
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1444
|
+
ariaLabel: {
|
|
1445
|
+
type: StringConstructor;
|
|
1446
|
+
default: string;
|
|
1447
|
+
};
|
|
1448
|
+
size: {
|
|
1449
|
+
type: StringConstructor;
|
|
1450
|
+
default: string;
|
|
1451
|
+
validator: (s: unknown) => boolean;
|
|
1452
|
+
};
|
|
1453
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1454
|
+
ariaLabel: {
|
|
1455
|
+
type: StringConstructor;
|
|
1456
|
+
default: string;
|
|
1457
|
+
};
|
|
1458
|
+
size: {
|
|
1459
|
+
type: StringConstructor;
|
|
1460
|
+
default: string;
|
|
1461
|
+
validator: (s: unknown) => boolean;
|
|
1462
|
+
};
|
|
1463
|
+
}>> & Readonly<{}>, {
|
|
1464
|
+
size: string;
|
|
1465
|
+
ariaLabel: string;
|
|
1466
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1467
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1390
1468
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
1391
1469
|
i18n: any;
|
|
1392
1470
|
}, {
|
|
@@ -1551,6 +1629,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1551
1629
|
};
|
|
1552
1630
|
computedAriaLive(): unknown;
|
|
1553
1631
|
iconSize(): any;
|
|
1632
|
+
loaderSize(): any;
|
|
1554
1633
|
}, {
|
|
1555
1634
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1556
1635
|
buttonClasses(): any[];
|
|
@@ -1669,7 +1748,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1669
1748
|
width: string;
|
|
1670
1749
|
assertiveOnFocus: boolean;
|
|
1671
1750
|
rel: string;
|
|
1672
|
-
}, {}, {
|
|
1751
|
+
}, {}, {
|
|
1752
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1753
|
+
ariaLabel: {
|
|
1754
|
+
type: StringConstructor;
|
|
1755
|
+
default: string;
|
|
1756
|
+
};
|
|
1757
|
+
size: {
|
|
1758
|
+
type: StringConstructor;
|
|
1759
|
+
default: string;
|
|
1760
|
+
validator: (s: unknown) => boolean;
|
|
1761
|
+
};
|
|
1762
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1763
|
+
ariaLabel: {
|
|
1764
|
+
type: StringConstructor;
|
|
1765
|
+
default: string;
|
|
1766
|
+
};
|
|
1767
|
+
size: {
|
|
1768
|
+
type: StringConstructor;
|
|
1769
|
+
default: string;
|
|
1770
|
+
validator: (s: unknown) => boolean;
|
|
1771
|
+
};
|
|
1772
|
+
}>> & Readonly<{}>, {
|
|
1773
|
+
size: string;
|
|
1774
|
+
ariaLabel: string;
|
|
1775
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1776
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1673
1777
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1674
1778
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1675
1779
|
DtNoticeContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2489,6 +2593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2489
2593
|
};
|
|
2490
2594
|
computedAriaLive(): unknown;
|
|
2491
2595
|
iconSize(): any;
|
|
2596
|
+
loaderSize(): any;
|
|
2492
2597
|
}, {
|
|
2493
2598
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2494
2599
|
buttonClasses(): any[];
|
|
@@ -2607,7 +2712,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2607
2712
|
width: string;
|
|
2608
2713
|
assertiveOnFocus: boolean;
|
|
2609
2714
|
rel: string;
|
|
2610
|
-
}, {}, {
|
|
2715
|
+
}, {}, {
|
|
2716
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2717
|
+
ariaLabel: {
|
|
2718
|
+
type: StringConstructor;
|
|
2719
|
+
default: string;
|
|
2720
|
+
};
|
|
2721
|
+
size: {
|
|
2722
|
+
type: StringConstructor;
|
|
2723
|
+
default: string;
|
|
2724
|
+
validator: (s: unknown) => boolean;
|
|
2725
|
+
};
|
|
2726
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2727
|
+
ariaLabel: {
|
|
2728
|
+
type: StringConstructor;
|
|
2729
|
+
default: string;
|
|
2730
|
+
};
|
|
2731
|
+
size: {
|
|
2732
|
+
type: StringConstructor;
|
|
2733
|
+
default: string;
|
|
2734
|
+
validator: (s: unknown) => boolean;
|
|
2735
|
+
};
|
|
2736
|
+
}>> & Readonly<{}>, {
|
|
2737
|
+
size: string;
|
|
2738
|
+
ariaLabel: string;
|
|
2739
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2740
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2611
2741
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
2612
2742
|
i18n: any;
|
|
2613
2743
|
}, {
|
|
@@ -2772,6 +2902,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2772
2902
|
};
|
|
2773
2903
|
computedAriaLive(): unknown;
|
|
2774
2904
|
iconSize(): any;
|
|
2905
|
+
loaderSize(): any;
|
|
2775
2906
|
}, {
|
|
2776
2907
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2777
2908
|
buttonClasses(): any[];
|
|
@@ -2890,7 +3021,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2890
3021
|
width: string;
|
|
2891
3022
|
assertiveOnFocus: boolean;
|
|
2892
3023
|
rel: string;
|
|
2893
|
-
}, {}, {
|
|
3024
|
+
}, {}, {
|
|
3025
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3026
|
+
ariaLabel: {
|
|
3027
|
+
type: StringConstructor;
|
|
3028
|
+
default: string;
|
|
3029
|
+
};
|
|
3030
|
+
size: {
|
|
3031
|
+
type: StringConstructor;
|
|
3032
|
+
default: string;
|
|
3033
|
+
validator: (s: unknown) => boolean;
|
|
3034
|
+
};
|
|
3035
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3036
|
+
ariaLabel: {
|
|
3037
|
+
type: StringConstructor;
|
|
3038
|
+
default: string;
|
|
3039
|
+
};
|
|
3040
|
+
size: {
|
|
3041
|
+
type: StringConstructor;
|
|
3042
|
+
default: string;
|
|
3043
|
+
validator: (s: unknown) => boolean;
|
|
3044
|
+
};
|
|
3045
|
+
}>> & Readonly<{}>, {
|
|
3046
|
+
size: string;
|
|
3047
|
+
ariaLabel: string;
|
|
3048
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3049
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2894
3050
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2895
3051
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2896
3052
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3171,6 +3327,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3171
3327
|
};
|
|
3172
3328
|
computedAriaLive(): unknown;
|
|
3173
3329
|
iconSize(): any;
|
|
3330
|
+
loaderSize(): any;
|
|
3174
3331
|
}, {
|
|
3175
3332
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
3176
3333
|
buttonClasses(): any[];
|
|
@@ -3289,7 +3446,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3289
3446
|
width: string;
|
|
3290
3447
|
assertiveOnFocus: boolean;
|
|
3291
3448
|
rel: string;
|
|
3292
|
-
}, {}, {
|
|
3449
|
+
}, {}, {
|
|
3450
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3451
|
+
ariaLabel: {
|
|
3452
|
+
type: StringConstructor;
|
|
3453
|
+
default: string;
|
|
3454
|
+
};
|
|
3455
|
+
size: {
|
|
3456
|
+
type: StringConstructor;
|
|
3457
|
+
default: string;
|
|
3458
|
+
validator: (s: unknown) => boolean;
|
|
3459
|
+
};
|
|
3460
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3461
|
+
ariaLabel: {
|
|
3462
|
+
type: StringConstructor;
|
|
3463
|
+
default: string;
|
|
3464
|
+
};
|
|
3465
|
+
size: {
|
|
3466
|
+
type: StringConstructor;
|
|
3467
|
+
default: string;
|
|
3468
|
+
validator: (s: unknown) => boolean;
|
|
3469
|
+
};
|
|
3470
|
+
}>> & Readonly<{}>, {
|
|
3471
|
+
size: string;
|
|
3472
|
+
ariaLabel: string;
|
|
3473
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3474
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3293
3475
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
3294
3476
|
i18n: any;
|
|
3295
3477
|
}, {
|
|
@@ -3454,6 +3636,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3454
3636
|
};
|
|
3455
3637
|
computedAriaLive(): unknown;
|
|
3456
3638
|
iconSize(): any;
|
|
3639
|
+
loaderSize(): any;
|
|
3457
3640
|
}, {
|
|
3458
3641
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
3459
3642
|
buttonClasses(): any[];
|
|
@@ -3572,7 +3755,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3572
3755
|
width: string;
|
|
3573
3756
|
assertiveOnFocus: boolean;
|
|
3574
3757
|
rel: string;
|
|
3575
|
-
}, {}, {
|
|
3758
|
+
}, {}, {
|
|
3759
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3760
|
+
ariaLabel: {
|
|
3761
|
+
type: StringConstructor;
|
|
3762
|
+
default: string;
|
|
3763
|
+
};
|
|
3764
|
+
size: {
|
|
3765
|
+
type: StringConstructor;
|
|
3766
|
+
default: string;
|
|
3767
|
+
validator: (s: unknown) => boolean;
|
|
3768
|
+
};
|
|
3769
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3770
|
+
ariaLabel: {
|
|
3771
|
+
type: StringConstructor;
|
|
3772
|
+
default: string;
|
|
3773
|
+
};
|
|
3774
|
+
size: {
|
|
3775
|
+
type: StringConstructor;
|
|
3776
|
+
default: string;
|
|
3777
|
+
validator: (s: unknown) => boolean;
|
|
3778
|
+
};
|
|
3779
|
+
}>> & Readonly<{}>, {
|
|
3780
|
+
size: string;
|
|
3781
|
+
ariaLabel: string;
|
|
3782
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3783
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3576
3784
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3577
3785
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3578
3786
|
DtNoticeContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAkQA,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B
|
|
1
|
+
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAkQA,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B"}
|
|
@@ -278,6 +278,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
278
278
|
};
|
|
279
279
|
computedAriaLive(): unknown;
|
|
280
280
|
iconSize(): any;
|
|
281
|
+
loaderSize(): any;
|
|
281
282
|
}, {
|
|
282
283
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
283
284
|
buttonClasses(): any[];
|
|
@@ -396,7 +397,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
396
397
|
width: string;
|
|
397
398
|
assertiveOnFocus: boolean;
|
|
398
399
|
rel: string;
|
|
399
|
-
}, {}, {
|
|
400
|
+
}, {}, {
|
|
401
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
402
|
+
ariaLabel: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
default: string;
|
|
405
|
+
};
|
|
406
|
+
size: {
|
|
407
|
+
type: StringConstructor;
|
|
408
|
+
default: string;
|
|
409
|
+
validator: (s: unknown) => boolean;
|
|
410
|
+
};
|
|
411
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
412
|
+
ariaLabel: {
|
|
413
|
+
type: StringConstructor;
|
|
414
|
+
default: string;
|
|
415
|
+
};
|
|
416
|
+
size: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
default: string;
|
|
419
|
+
validator: (s: unknown) => boolean;
|
|
420
|
+
};
|
|
421
|
+
}>> & Readonly<{}>, {
|
|
422
|
+
size: string;
|
|
423
|
+
ariaLabel: string;
|
|
424
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
425
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
400
426
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
401
427
|
id: {
|
|
402
428
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue"],"names":[],"mappings":"AAqCA
|
|
1
|
+
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCA8PsF,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -449,6 +449,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
449
449
|
};
|
|
450
450
|
computedAriaLive(): unknown;
|
|
451
451
|
iconSize(): any;
|
|
452
|
+
loaderSize(): any;
|
|
452
453
|
}, {
|
|
453
454
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
454
455
|
buttonClasses(): any[];
|
|
@@ -567,7 +568,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
568
|
width: string;
|
|
568
569
|
assertiveOnFocus: boolean;
|
|
569
570
|
rel: string;
|
|
570
|
-
}, {}, {
|
|
571
|
+
}, {}, {
|
|
572
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
573
|
+
ariaLabel: {
|
|
574
|
+
type: StringConstructor;
|
|
575
|
+
default: string;
|
|
576
|
+
};
|
|
577
|
+
size: {
|
|
578
|
+
type: StringConstructor;
|
|
579
|
+
default: string;
|
|
580
|
+
validator: (s: unknown) => boolean;
|
|
581
|
+
};
|
|
582
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
583
|
+
ariaLabel: {
|
|
584
|
+
type: StringConstructor;
|
|
585
|
+
default: string;
|
|
586
|
+
};
|
|
587
|
+
size: {
|
|
588
|
+
type: StringConstructor;
|
|
589
|
+
default: string;
|
|
590
|
+
validator: (s: unknown) => boolean;
|
|
591
|
+
};
|
|
592
|
+
}>> & Readonly<{}>, {
|
|
593
|
+
size: string;
|
|
594
|
+
ariaLabel: string;
|
|
595
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
596
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
571
597
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
572
598
|
id: {
|
|
573
599
|
type: StringConstructor;
|
|
@@ -1168,6 +1194,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1168
1194
|
type: StringConstructor;
|
|
1169
1195
|
default: string;
|
|
1170
1196
|
};
|
|
1197
|
+
externalAnchorElement: {
|
|
1198
|
+
type: {
|
|
1199
|
+
new (): HTMLElement;
|
|
1200
|
+
prototype: HTMLElement;
|
|
1201
|
+
};
|
|
1202
|
+
default: null;
|
|
1203
|
+
};
|
|
1171
1204
|
id: {
|
|
1172
1205
|
type: StringConstructor;
|
|
1173
1206
|
default(): string;
|
|
@@ -1395,6 +1428,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1395
1428
|
type: StringConstructor;
|
|
1396
1429
|
default: string;
|
|
1397
1430
|
};
|
|
1431
|
+
externalAnchorElement: {
|
|
1432
|
+
type: {
|
|
1433
|
+
new (): HTMLElement;
|
|
1434
|
+
prototype: HTMLElement;
|
|
1435
|
+
};
|
|
1436
|
+
default: null;
|
|
1437
|
+
};
|
|
1398
1438
|
id: {
|
|
1399
1439
|
type: StringConstructor;
|
|
1400
1440
|
default(): string;
|
|
@@ -1501,6 +1541,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1501
1541
|
fallbackPlacements: unknown[];
|
|
1502
1542
|
tether: boolean;
|
|
1503
1543
|
externalAnchor: string;
|
|
1544
|
+
externalAnchorElement: HTMLElement;
|
|
1504
1545
|
showCloseButton: boolean;
|
|
1505
1546
|
openOnContext: boolean;
|
|
1506
1547
|
ariaLabelledby: string;
|
|
@@ -1676,6 +1717,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1676
1717
|
};
|
|
1677
1718
|
computedAriaLive(): unknown;
|
|
1678
1719
|
iconSize(): any;
|
|
1720
|
+
loaderSize(): any;
|
|
1679
1721
|
}, {
|
|
1680
1722
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1681
1723
|
buttonClasses(): any[];
|
|
@@ -1794,7 +1836,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1794
1836
|
width: string;
|
|
1795
1837
|
assertiveOnFocus: boolean;
|
|
1796
1838
|
rel: string;
|
|
1797
|
-
}, {}, {
|
|
1839
|
+
}, {}, {
|
|
1840
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1841
|
+
ariaLabel: {
|
|
1842
|
+
type: StringConstructor;
|
|
1843
|
+
default: string;
|
|
1844
|
+
};
|
|
1845
|
+
size: {
|
|
1846
|
+
type: StringConstructor;
|
|
1847
|
+
default: string;
|
|
1848
|
+
validator: (s: unknown) => boolean;
|
|
1849
|
+
};
|
|
1850
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1851
|
+
ariaLabel: {
|
|
1852
|
+
type: StringConstructor;
|
|
1853
|
+
default: string;
|
|
1854
|
+
};
|
|
1855
|
+
size: {
|
|
1856
|
+
type: StringConstructor;
|
|
1857
|
+
default: string;
|
|
1858
|
+
validator: (s: unknown) => boolean;
|
|
1859
|
+
};
|
|
1860
|
+
}>> & Readonly<{}>, {
|
|
1861
|
+
size: string;
|
|
1862
|
+
ariaLabel: string;
|
|
1863
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1864
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1798
1865
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1799
1866
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1800
1867
|
show: {
|
|
@@ -1995,6 +2062,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1995
2062
|
};
|
|
1996
2063
|
computedAriaLive(): unknown;
|
|
1997
2064
|
iconSize(): any;
|
|
2065
|
+
loaderSize(): any;
|
|
1998
2066
|
}, {
|
|
1999
2067
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2000
2068
|
buttonClasses(): any[];
|
|
@@ -2113,7 +2181,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2113
2181
|
width: string;
|
|
2114
2182
|
assertiveOnFocus: boolean;
|
|
2115
2183
|
rel: string;
|
|
2116
|
-
}, {}, {
|
|
2184
|
+
}, {}, {
|
|
2185
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2186
|
+
ariaLabel: {
|
|
2187
|
+
type: StringConstructor;
|
|
2188
|
+
default: string;
|
|
2189
|
+
};
|
|
2190
|
+
size: {
|
|
2191
|
+
type: StringConstructor;
|
|
2192
|
+
default: string;
|
|
2193
|
+
validator: (s: unknown) => boolean;
|
|
2194
|
+
};
|
|
2195
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2196
|
+
ariaLabel: {
|
|
2197
|
+
type: StringConstructor;
|
|
2198
|
+
default: string;
|
|
2199
|
+
};
|
|
2200
|
+
size: {
|
|
2201
|
+
type: StringConstructor;
|
|
2202
|
+
default: string;
|
|
2203
|
+
validator: (s: unknown) => boolean;
|
|
2204
|
+
};
|
|
2205
|
+
}>> & Readonly<{}>, {
|
|
2206
|
+
size: string;
|
|
2207
|
+
ariaLabel: string;
|
|
2208
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2209
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2117
2210
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2118
2211
|
size: {
|
|
2119
2212
|
type: StringConstructor;
|
|
@@ -2272,6 +2365,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2272
2365
|
};
|
|
2273
2366
|
computedAriaLive(): unknown;
|
|
2274
2367
|
iconSize(): any;
|
|
2368
|
+
loaderSize(): any;
|
|
2275
2369
|
}, {
|
|
2276
2370
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2277
2371
|
buttonClasses(): any[];
|
|
@@ -2390,7 +2484,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2390
2484
|
width: string;
|
|
2391
2485
|
assertiveOnFocus: boolean;
|
|
2392
2486
|
rel: string;
|
|
2393
|
-
}, {}, {
|
|
2487
|
+
}, {}, {
|
|
2488
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2489
|
+
ariaLabel: {
|
|
2490
|
+
type: StringConstructor;
|
|
2491
|
+
default: string;
|
|
2492
|
+
};
|
|
2493
|
+
size: {
|
|
2494
|
+
type: StringConstructor;
|
|
2495
|
+
default: string;
|
|
2496
|
+
validator: (s: unknown) => boolean;
|
|
2497
|
+
};
|
|
2498
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2499
|
+
ariaLabel: {
|
|
2500
|
+
type: StringConstructor;
|
|
2501
|
+
default: string;
|
|
2502
|
+
};
|
|
2503
|
+
size: {
|
|
2504
|
+
type: StringConstructor;
|
|
2505
|
+
default: string;
|
|
2506
|
+
validator: (s: unknown) => boolean;
|
|
2507
|
+
};
|
|
2508
|
+
}>> & Readonly<{}>, {
|
|
2509
|
+
size: string;
|
|
2510
|
+
ariaLabel: string;
|
|
2511
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2512
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2394
2513
|
DtIconChevronUp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2395
2514
|
size: {
|
|
2396
2515
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAsEA
|
|
1
|
+
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAsEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqVA,IA1OQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0OR,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0S9C,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0S9C,GA1S8C;;;;;;;sCA8SmD,gBAAgB;mCAAhB,gBAAgB"}
|