@dialpad/dialtone 9.158.0 → 9.160.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 +20 -1
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +20 -1
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +84323 -84323
- package/dist/vue3/common/test-utils/node-traversal.cjs +2 -0
- package/dist/vue3/common/test-utils/node-traversal.cjs.map +1 -0
- package/dist/vue3/common/test-utils/node-traversal.js +54 -0
- package/dist/vue3/common/test-utils/node-traversal.js.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +155 -153
- package/dist/vue3/dialtone-vue.js.map +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 +146 -81
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/datepicker/datepicker.cjs +1 -1
- package/dist/vue3/lib/datepicker/datepicker.cjs.map +1 -1
- package/dist/vue3/lib/datepicker/datepicker.js +306 -242
- package/dist/vue3/lib/datepicker/datepicker.js.map +1 -1
- package/dist/vue3/lib/datepicker/utils.cjs +1 -1
- package/dist/vue3/lib/datepicker/utils.cjs.map +1 -1
- package/dist/vue3/lib/datepicker/utils.js +40 -40
- package/dist/vue3/lib/datepicker/utils.js.map +1 -1
- package/dist/vue3/lib/dropdown/dropdown-separator.cjs +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 +284 -148
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/general-row/index.cjs +1 -1
- package/dist/vue3/lib/general-row/index.js +6 -4
- package/dist/vue3/lib/general-row/index.js.map +1 -1
- package/dist/vue3/lib/link/link.cjs +1 -1
- package/dist/vue3/lib/link/link.cjs.map +1 -1
- package/dist/vue3/lib/link/link.js +58 -18
- package/dist/vue3/lib/link/link.js.map +1 -1
- package/dist/vue3/lib/list-item-group/list-item-group.cjs +1 -1
- package/dist/vue3/lib/list-item-group/list-item-group.js +5 -5
- package/dist/vue3/lib/message-input/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input/message-input.js +9 -7
- package/dist/vue3/lib/message-input/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +466 -283
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.js +69 -67
- package/dist/vue3/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/vue3/localization/en-US.cjs +6 -0
- package/dist/vue3/localization/en-US.cjs.map +1 -1
- package/dist/vue3/localization/en-US.js +6 -0
- package/dist/vue3/localization/en-US.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +68 -1
- package/dist/vue3/types/common/test_utils/node_traversal.d.ts +10 -0
- package/dist/vue3/types/common/test_utils/node_traversal.d.ts.map +1 -0
- package/dist/vue3/types/components/banner/banner.vue.d.ts +136 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +39 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +39 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +68 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +68 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +68 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts +4 -0
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +8 -0
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +4 -0
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/utils.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/utils.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +136 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +272 -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 +136 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/link/link.vue.d.ts +39 -1
- package/dist/vue3/types/components/link/link.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +136 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +136 -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 +136 -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 +68 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +136 -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 +68 -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/channels/ChannelComponent.vue.d.ts +39 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +39 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +1804 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/index.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/index.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/variable.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/variable.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +87 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +68 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +68 -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 +272 -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 +68 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +136 -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 +136 -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 +544 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/directives/tooltip_directive/tooltip.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +68 -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 +272 -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 +272 -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 +204 -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 +68 -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 +136 -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 +272 -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 +204 -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/editor.vue.d.ts +664 -4
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +68 -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 +68 -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 +68 -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.vue.d.ts +631 -9
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +68 -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 +272 -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 +68 -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 +68 -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 +68 -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 +68 -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 +68 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +1 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -529,6 +529,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
529
529
|
type: BooleanConstructor;
|
|
530
530
|
default: boolean;
|
|
531
531
|
};
|
|
532
|
+
to: {
|
|
533
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
534
|
+
default: null;
|
|
535
|
+
};
|
|
536
|
+
href: {
|
|
537
|
+
type: StringConstructor;
|
|
538
|
+
default: null;
|
|
539
|
+
};
|
|
540
|
+
target: {
|
|
541
|
+
type: StringConstructor;
|
|
542
|
+
default: null;
|
|
543
|
+
};
|
|
544
|
+
rel: {
|
|
545
|
+
type: StringConstructor;
|
|
546
|
+
default: null;
|
|
547
|
+
};
|
|
548
|
+
replace: {
|
|
549
|
+
type: BooleanConstructor;
|
|
550
|
+
default: boolean;
|
|
551
|
+
};
|
|
532
552
|
}>, {}, {
|
|
533
553
|
ICON_POSITION_MODIFIERS: {
|
|
534
554
|
left: string;
|
|
@@ -540,13 +560,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
540
560
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
541
561
|
i18n: any;
|
|
542
562
|
}, {
|
|
543
|
-
|
|
563
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
564
|
+
isNativeButton(): boolean;
|
|
565
|
+
computedAttrs(): {
|
|
566
|
+
'aria-disabled'?: string | undefined;
|
|
567
|
+
tabindex?: string | undefined;
|
|
568
|
+
to: string | Record<string, any>;
|
|
569
|
+
replace: boolean;
|
|
570
|
+
type?: undefined;
|
|
571
|
+
disabled?: undefined;
|
|
572
|
+
} | {
|
|
573
|
+
'aria-disabled'?: string | undefined;
|
|
574
|
+
tabindex?: string | undefined;
|
|
575
|
+
href: string | null;
|
|
576
|
+
target: string;
|
|
577
|
+
rel: string;
|
|
578
|
+
type?: undefined;
|
|
579
|
+
disabled?: undefined;
|
|
580
|
+
} | {
|
|
581
|
+
type: string;
|
|
582
|
+
disabled: boolean;
|
|
583
|
+
};
|
|
584
|
+
computedListeners(): {
|
|
544
585
|
focusin: (e: any) => void;
|
|
545
586
|
focusout: (e: any) => void;
|
|
546
587
|
};
|
|
547
588
|
computedAriaLive(): unknown;
|
|
548
589
|
iconSize(): any;
|
|
549
590
|
}, {
|
|
591
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
550
592
|
buttonClasses(): any[];
|
|
551
593
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
552
594
|
shouldRenderIcon(): any;
|
|
@@ -619,6 +661,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
619
661
|
type: BooleanConstructor;
|
|
620
662
|
default: boolean;
|
|
621
663
|
};
|
|
664
|
+
to: {
|
|
665
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
666
|
+
default: null;
|
|
667
|
+
};
|
|
668
|
+
href: {
|
|
669
|
+
type: StringConstructor;
|
|
670
|
+
default: null;
|
|
671
|
+
};
|
|
672
|
+
target: {
|
|
673
|
+
type: StringConstructor;
|
|
674
|
+
default: null;
|
|
675
|
+
};
|
|
676
|
+
rel: {
|
|
677
|
+
type: StringConstructor;
|
|
678
|
+
default: null;
|
|
679
|
+
};
|
|
680
|
+
replace: {
|
|
681
|
+
type: BooleanConstructor;
|
|
682
|
+
default: boolean;
|
|
683
|
+
};
|
|
622
684
|
}>> & Readonly<{
|
|
623
685
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
624
686
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -626,18 +688,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
626
688
|
link: boolean;
|
|
627
689
|
disabled: boolean;
|
|
628
690
|
type: string;
|
|
691
|
+
target: string;
|
|
629
692
|
circle: boolean;
|
|
630
693
|
active: boolean;
|
|
631
694
|
loading: boolean;
|
|
632
695
|
size: string;
|
|
696
|
+
replace: boolean;
|
|
633
697
|
kind: string;
|
|
634
698
|
labelClass: string | unknown[] | Record<string, any>;
|
|
699
|
+
href: string;
|
|
700
|
+
to: string | Record<string, any>;
|
|
635
701
|
iconPosition: string;
|
|
636
702
|
importance: string;
|
|
637
703
|
linkKind: string;
|
|
638
704
|
linkInverted: boolean;
|
|
639
705
|
width: string;
|
|
640
706
|
assertiveOnFocus: boolean;
|
|
707
|
+
rel: string;
|
|
641
708
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
642
709
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
643
710
|
i18n: any;
|
|
@@ -745,6 +812,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
745
812
|
type: BooleanConstructor;
|
|
746
813
|
default: boolean;
|
|
747
814
|
};
|
|
815
|
+
to: {
|
|
816
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
817
|
+
default: null;
|
|
818
|
+
};
|
|
819
|
+
href: {
|
|
820
|
+
type: StringConstructor;
|
|
821
|
+
default: null;
|
|
822
|
+
};
|
|
823
|
+
target: {
|
|
824
|
+
type: StringConstructor;
|
|
825
|
+
default: null;
|
|
826
|
+
};
|
|
827
|
+
rel: {
|
|
828
|
+
type: StringConstructor;
|
|
829
|
+
default: null;
|
|
830
|
+
};
|
|
831
|
+
replace: {
|
|
832
|
+
type: BooleanConstructor;
|
|
833
|
+
default: boolean;
|
|
834
|
+
};
|
|
748
835
|
}>, {}, {
|
|
749
836
|
ICON_POSITION_MODIFIERS: {
|
|
750
837
|
left: string;
|
|
@@ -756,13 +843,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
756
843
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
757
844
|
i18n: any;
|
|
758
845
|
}, {
|
|
759
|
-
|
|
846
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
847
|
+
isNativeButton(): boolean;
|
|
848
|
+
computedAttrs(): {
|
|
849
|
+
'aria-disabled'?: string | undefined;
|
|
850
|
+
tabindex?: string | undefined;
|
|
851
|
+
to: string | Record<string, any>;
|
|
852
|
+
replace: boolean;
|
|
853
|
+
type?: undefined;
|
|
854
|
+
disabled?: undefined;
|
|
855
|
+
} | {
|
|
856
|
+
'aria-disabled'?: string | undefined;
|
|
857
|
+
tabindex?: string | undefined;
|
|
858
|
+
href: string | null;
|
|
859
|
+
target: string;
|
|
860
|
+
rel: string;
|
|
861
|
+
type?: undefined;
|
|
862
|
+
disabled?: undefined;
|
|
863
|
+
} | {
|
|
864
|
+
type: string;
|
|
865
|
+
disabled: boolean;
|
|
866
|
+
};
|
|
867
|
+
computedListeners(): {
|
|
760
868
|
focusin: (e: any) => void;
|
|
761
869
|
focusout: (e: any) => void;
|
|
762
870
|
};
|
|
763
871
|
computedAriaLive(): unknown;
|
|
764
872
|
iconSize(): any;
|
|
765
873
|
}, {
|
|
874
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
766
875
|
buttonClasses(): any[];
|
|
767
876
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
768
877
|
shouldRenderIcon(): any;
|
|
@@ -835,6 +944,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
835
944
|
type: BooleanConstructor;
|
|
836
945
|
default: boolean;
|
|
837
946
|
};
|
|
947
|
+
to: {
|
|
948
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
949
|
+
default: null;
|
|
950
|
+
};
|
|
951
|
+
href: {
|
|
952
|
+
type: StringConstructor;
|
|
953
|
+
default: null;
|
|
954
|
+
};
|
|
955
|
+
target: {
|
|
956
|
+
type: StringConstructor;
|
|
957
|
+
default: null;
|
|
958
|
+
};
|
|
959
|
+
rel: {
|
|
960
|
+
type: StringConstructor;
|
|
961
|
+
default: null;
|
|
962
|
+
};
|
|
963
|
+
replace: {
|
|
964
|
+
type: BooleanConstructor;
|
|
965
|
+
default: boolean;
|
|
966
|
+
};
|
|
838
967
|
}>> & Readonly<{
|
|
839
968
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
840
969
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -842,18 +971,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
842
971
|
link: boolean;
|
|
843
972
|
disabled: boolean;
|
|
844
973
|
type: string;
|
|
974
|
+
target: string;
|
|
845
975
|
circle: boolean;
|
|
846
976
|
active: boolean;
|
|
847
977
|
loading: boolean;
|
|
848
978
|
size: string;
|
|
979
|
+
replace: boolean;
|
|
849
980
|
kind: string;
|
|
850
981
|
labelClass: string | unknown[] | Record<string, any>;
|
|
982
|
+
href: string;
|
|
983
|
+
to: string | Record<string, any>;
|
|
851
984
|
iconPosition: string;
|
|
852
985
|
importance: string;
|
|
853
986
|
linkKind: string;
|
|
854
987
|
linkInverted: boolean;
|
|
855
988
|
width: string;
|
|
856
989
|
assertiveOnFocus: boolean;
|
|
990
|
+
rel: string;
|
|
857
991
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
858
992
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
859
993
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1076,6 +1210,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1076
1210
|
type: BooleanConstructor;
|
|
1077
1211
|
default: boolean;
|
|
1078
1212
|
};
|
|
1213
|
+
to: {
|
|
1214
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1215
|
+
default: null;
|
|
1216
|
+
};
|
|
1217
|
+
href: {
|
|
1218
|
+
type: StringConstructor;
|
|
1219
|
+
default: null;
|
|
1220
|
+
};
|
|
1221
|
+
target: {
|
|
1222
|
+
type: StringConstructor;
|
|
1223
|
+
default: null;
|
|
1224
|
+
};
|
|
1225
|
+
rel: {
|
|
1226
|
+
type: StringConstructor;
|
|
1227
|
+
default: null;
|
|
1228
|
+
};
|
|
1229
|
+
replace: {
|
|
1230
|
+
type: BooleanConstructor;
|
|
1231
|
+
default: boolean;
|
|
1232
|
+
};
|
|
1079
1233
|
}>, {}, {
|
|
1080
1234
|
ICON_POSITION_MODIFIERS: {
|
|
1081
1235
|
left: string;
|
|
@@ -1087,13 +1241,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1087
1241
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
1088
1242
|
i18n: any;
|
|
1089
1243
|
}, {
|
|
1090
|
-
|
|
1244
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1245
|
+
isNativeButton(): boolean;
|
|
1246
|
+
computedAttrs(): {
|
|
1247
|
+
'aria-disabled'?: string | undefined;
|
|
1248
|
+
tabindex?: string | undefined;
|
|
1249
|
+
to: string | Record<string, any>;
|
|
1250
|
+
replace: boolean;
|
|
1251
|
+
type?: undefined;
|
|
1252
|
+
disabled?: undefined;
|
|
1253
|
+
} | {
|
|
1254
|
+
'aria-disabled'?: string | undefined;
|
|
1255
|
+
tabindex?: string | undefined;
|
|
1256
|
+
href: string | null;
|
|
1257
|
+
target: string;
|
|
1258
|
+
rel: string;
|
|
1259
|
+
type?: undefined;
|
|
1260
|
+
disabled?: undefined;
|
|
1261
|
+
} | {
|
|
1262
|
+
type: string;
|
|
1263
|
+
disabled: boolean;
|
|
1264
|
+
};
|
|
1265
|
+
computedListeners(): {
|
|
1091
1266
|
focusin: (e: any) => void;
|
|
1092
1267
|
focusout: (e: any) => void;
|
|
1093
1268
|
};
|
|
1094
1269
|
computedAriaLive(): unknown;
|
|
1095
1270
|
iconSize(): any;
|
|
1096
1271
|
}, {
|
|
1272
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1097
1273
|
buttonClasses(): any[];
|
|
1098
1274
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1099
1275
|
shouldRenderIcon(): any;
|
|
@@ -1166,6 +1342,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1166
1342
|
type: BooleanConstructor;
|
|
1167
1343
|
default: boolean;
|
|
1168
1344
|
};
|
|
1345
|
+
to: {
|
|
1346
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1347
|
+
default: null;
|
|
1348
|
+
};
|
|
1349
|
+
href: {
|
|
1350
|
+
type: StringConstructor;
|
|
1351
|
+
default: null;
|
|
1352
|
+
};
|
|
1353
|
+
target: {
|
|
1354
|
+
type: StringConstructor;
|
|
1355
|
+
default: null;
|
|
1356
|
+
};
|
|
1357
|
+
rel: {
|
|
1358
|
+
type: StringConstructor;
|
|
1359
|
+
default: null;
|
|
1360
|
+
};
|
|
1361
|
+
replace: {
|
|
1362
|
+
type: BooleanConstructor;
|
|
1363
|
+
default: boolean;
|
|
1364
|
+
};
|
|
1169
1365
|
}>> & Readonly<{
|
|
1170
1366
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1171
1367
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1173,18 +1369,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1173
1369
|
link: boolean;
|
|
1174
1370
|
disabled: boolean;
|
|
1175
1371
|
type: string;
|
|
1372
|
+
target: string;
|
|
1176
1373
|
circle: boolean;
|
|
1177
1374
|
active: boolean;
|
|
1178
1375
|
loading: boolean;
|
|
1179
1376
|
size: string;
|
|
1377
|
+
replace: boolean;
|
|
1180
1378
|
kind: string;
|
|
1181
1379
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1380
|
+
href: string;
|
|
1381
|
+
to: string | Record<string, any>;
|
|
1182
1382
|
iconPosition: string;
|
|
1183
1383
|
importance: string;
|
|
1184
1384
|
linkKind: string;
|
|
1185
1385
|
linkInverted: boolean;
|
|
1186
1386
|
width: string;
|
|
1187
1387
|
assertiveOnFocus: boolean;
|
|
1388
|
+
rel: string;
|
|
1188
1389
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1189
1390
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
1190
1391
|
i18n: any;
|
|
@@ -1292,6 +1493,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1292
1493
|
type: BooleanConstructor;
|
|
1293
1494
|
default: boolean;
|
|
1294
1495
|
};
|
|
1496
|
+
to: {
|
|
1497
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1498
|
+
default: null;
|
|
1499
|
+
};
|
|
1500
|
+
href: {
|
|
1501
|
+
type: StringConstructor;
|
|
1502
|
+
default: null;
|
|
1503
|
+
};
|
|
1504
|
+
target: {
|
|
1505
|
+
type: StringConstructor;
|
|
1506
|
+
default: null;
|
|
1507
|
+
};
|
|
1508
|
+
rel: {
|
|
1509
|
+
type: StringConstructor;
|
|
1510
|
+
default: null;
|
|
1511
|
+
};
|
|
1512
|
+
replace: {
|
|
1513
|
+
type: BooleanConstructor;
|
|
1514
|
+
default: boolean;
|
|
1515
|
+
};
|
|
1295
1516
|
}>, {}, {
|
|
1296
1517
|
ICON_POSITION_MODIFIERS: {
|
|
1297
1518
|
left: string;
|
|
@@ -1303,13 +1524,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1303
1524
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
1304
1525
|
i18n: any;
|
|
1305
1526
|
}, {
|
|
1306
|
-
|
|
1527
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1528
|
+
isNativeButton(): boolean;
|
|
1529
|
+
computedAttrs(): {
|
|
1530
|
+
'aria-disabled'?: string | undefined;
|
|
1531
|
+
tabindex?: string | undefined;
|
|
1532
|
+
to: string | Record<string, any>;
|
|
1533
|
+
replace: boolean;
|
|
1534
|
+
type?: undefined;
|
|
1535
|
+
disabled?: undefined;
|
|
1536
|
+
} | {
|
|
1537
|
+
'aria-disabled'?: string | undefined;
|
|
1538
|
+
tabindex?: string | undefined;
|
|
1539
|
+
href: string | null;
|
|
1540
|
+
target: string;
|
|
1541
|
+
rel: string;
|
|
1542
|
+
type?: undefined;
|
|
1543
|
+
disabled?: undefined;
|
|
1544
|
+
} | {
|
|
1545
|
+
type: string;
|
|
1546
|
+
disabled: boolean;
|
|
1547
|
+
};
|
|
1548
|
+
computedListeners(): {
|
|
1307
1549
|
focusin: (e: any) => void;
|
|
1308
1550
|
focusout: (e: any) => void;
|
|
1309
1551
|
};
|
|
1310
1552
|
computedAriaLive(): unknown;
|
|
1311
1553
|
iconSize(): any;
|
|
1312
1554
|
}, {
|
|
1555
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1313
1556
|
buttonClasses(): any[];
|
|
1314
1557
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1315
1558
|
shouldRenderIcon(): any;
|
|
@@ -1382,6 +1625,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1382
1625
|
type: BooleanConstructor;
|
|
1383
1626
|
default: boolean;
|
|
1384
1627
|
};
|
|
1628
|
+
to: {
|
|
1629
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1630
|
+
default: null;
|
|
1631
|
+
};
|
|
1632
|
+
href: {
|
|
1633
|
+
type: StringConstructor;
|
|
1634
|
+
default: null;
|
|
1635
|
+
};
|
|
1636
|
+
target: {
|
|
1637
|
+
type: StringConstructor;
|
|
1638
|
+
default: null;
|
|
1639
|
+
};
|
|
1640
|
+
rel: {
|
|
1641
|
+
type: StringConstructor;
|
|
1642
|
+
default: null;
|
|
1643
|
+
};
|
|
1644
|
+
replace: {
|
|
1645
|
+
type: BooleanConstructor;
|
|
1646
|
+
default: boolean;
|
|
1647
|
+
};
|
|
1385
1648
|
}>> & Readonly<{
|
|
1386
1649
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1387
1650
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1389,18 +1652,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1389
1652
|
link: boolean;
|
|
1390
1653
|
disabled: boolean;
|
|
1391
1654
|
type: string;
|
|
1655
|
+
target: string;
|
|
1392
1656
|
circle: boolean;
|
|
1393
1657
|
active: boolean;
|
|
1394
1658
|
loading: boolean;
|
|
1395
1659
|
size: string;
|
|
1660
|
+
replace: boolean;
|
|
1396
1661
|
kind: string;
|
|
1397
1662
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1663
|
+
href: string;
|
|
1664
|
+
to: string | Record<string, any>;
|
|
1398
1665
|
iconPosition: string;
|
|
1399
1666
|
importance: string;
|
|
1400
1667
|
linkKind: string;
|
|
1401
1668
|
linkInverted: boolean;
|
|
1402
1669
|
width: string;
|
|
1403
1670
|
assertiveOnFocus: boolean;
|
|
1671
|
+
rel: string;
|
|
1404
1672
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1405
1673
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1406
1674
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2163,6 +2431,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2163
2431
|
type: BooleanConstructor;
|
|
2164
2432
|
default: boolean;
|
|
2165
2433
|
};
|
|
2434
|
+
to: {
|
|
2435
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2436
|
+
default: null;
|
|
2437
|
+
};
|
|
2438
|
+
href: {
|
|
2439
|
+
type: StringConstructor;
|
|
2440
|
+
default: null;
|
|
2441
|
+
};
|
|
2442
|
+
target: {
|
|
2443
|
+
type: StringConstructor;
|
|
2444
|
+
default: null;
|
|
2445
|
+
};
|
|
2446
|
+
rel: {
|
|
2447
|
+
type: StringConstructor;
|
|
2448
|
+
default: null;
|
|
2449
|
+
};
|
|
2450
|
+
replace: {
|
|
2451
|
+
type: BooleanConstructor;
|
|
2452
|
+
default: boolean;
|
|
2453
|
+
};
|
|
2166
2454
|
}>, {}, {
|
|
2167
2455
|
ICON_POSITION_MODIFIERS: {
|
|
2168
2456
|
left: string;
|
|
@@ -2174,13 +2462,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2174
2462
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
2175
2463
|
i18n: any;
|
|
2176
2464
|
}, {
|
|
2177
|
-
|
|
2465
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2466
|
+
isNativeButton(): boolean;
|
|
2467
|
+
computedAttrs(): {
|
|
2468
|
+
'aria-disabled'?: string | undefined;
|
|
2469
|
+
tabindex?: string | undefined;
|
|
2470
|
+
to: string | Record<string, any>;
|
|
2471
|
+
replace: boolean;
|
|
2472
|
+
type?: undefined;
|
|
2473
|
+
disabled?: undefined;
|
|
2474
|
+
} | {
|
|
2475
|
+
'aria-disabled'?: string | undefined;
|
|
2476
|
+
tabindex?: string | undefined;
|
|
2477
|
+
href: string | null;
|
|
2478
|
+
target: string;
|
|
2479
|
+
rel: string;
|
|
2480
|
+
type?: undefined;
|
|
2481
|
+
disabled?: undefined;
|
|
2482
|
+
} | {
|
|
2483
|
+
type: string;
|
|
2484
|
+
disabled: boolean;
|
|
2485
|
+
};
|
|
2486
|
+
computedListeners(): {
|
|
2178
2487
|
focusin: (e: any) => void;
|
|
2179
2488
|
focusout: (e: any) => void;
|
|
2180
2489
|
};
|
|
2181
2490
|
computedAriaLive(): unknown;
|
|
2182
2491
|
iconSize(): any;
|
|
2183
2492
|
}, {
|
|
2493
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2184
2494
|
buttonClasses(): any[];
|
|
2185
2495
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2186
2496
|
shouldRenderIcon(): any;
|
|
@@ -2253,6 +2563,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2253
2563
|
type: BooleanConstructor;
|
|
2254
2564
|
default: boolean;
|
|
2255
2565
|
};
|
|
2566
|
+
to: {
|
|
2567
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2568
|
+
default: null;
|
|
2569
|
+
};
|
|
2570
|
+
href: {
|
|
2571
|
+
type: StringConstructor;
|
|
2572
|
+
default: null;
|
|
2573
|
+
};
|
|
2574
|
+
target: {
|
|
2575
|
+
type: StringConstructor;
|
|
2576
|
+
default: null;
|
|
2577
|
+
};
|
|
2578
|
+
rel: {
|
|
2579
|
+
type: StringConstructor;
|
|
2580
|
+
default: null;
|
|
2581
|
+
};
|
|
2582
|
+
replace: {
|
|
2583
|
+
type: BooleanConstructor;
|
|
2584
|
+
default: boolean;
|
|
2585
|
+
};
|
|
2256
2586
|
}>> & Readonly<{
|
|
2257
2587
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2258
2588
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -2260,18 +2590,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2260
2590
|
link: boolean;
|
|
2261
2591
|
disabled: boolean;
|
|
2262
2592
|
type: string;
|
|
2593
|
+
target: string;
|
|
2263
2594
|
circle: boolean;
|
|
2264
2595
|
active: boolean;
|
|
2265
2596
|
loading: boolean;
|
|
2266
2597
|
size: string;
|
|
2598
|
+
replace: boolean;
|
|
2267
2599
|
kind: string;
|
|
2268
2600
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2601
|
+
href: string;
|
|
2602
|
+
to: string | Record<string, any>;
|
|
2269
2603
|
iconPosition: string;
|
|
2270
2604
|
importance: string;
|
|
2271
2605
|
linkKind: string;
|
|
2272
2606
|
linkInverted: boolean;
|
|
2273
2607
|
width: string;
|
|
2274
2608
|
assertiveOnFocus: boolean;
|
|
2609
|
+
rel: string;
|
|
2275
2610
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2276
2611
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
2277
2612
|
i18n: any;
|
|
@@ -2379,6 +2714,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2379
2714
|
type: BooleanConstructor;
|
|
2380
2715
|
default: boolean;
|
|
2381
2716
|
};
|
|
2717
|
+
to: {
|
|
2718
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2719
|
+
default: null;
|
|
2720
|
+
};
|
|
2721
|
+
href: {
|
|
2722
|
+
type: StringConstructor;
|
|
2723
|
+
default: null;
|
|
2724
|
+
};
|
|
2725
|
+
target: {
|
|
2726
|
+
type: StringConstructor;
|
|
2727
|
+
default: null;
|
|
2728
|
+
};
|
|
2729
|
+
rel: {
|
|
2730
|
+
type: StringConstructor;
|
|
2731
|
+
default: null;
|
|
2732
|
+
};
|
|
2733
|
+
replace: {
|
|
2734
|
+
type: BooleanConstructor;
|
|
2735
|
+
default: boolean;
|
|
2736
|
+
};
|
|
2382
2737
|
}>, {}, {
|
|
2383
2738
|
ICON_POSITION_MODIFIERS: {
|
|
2384
2739
|
left: string;
|
|
@@ -2390,13 +2745,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2390
2745
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
2391
2746
|
i18n: any;
|
|
2392
2747
|
}, {
|
|
2393
|
-
|
|
2748
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2749
|
+
isNativeButton(): boolean;
|
|
2750
|
+
computedAttrs(): {
|
|
2751
|
+
'aria-disabled'?: string | undefined;
|
|
2752
|
+
tabindex?: string | undefined;
|
|
2753
|
+
to: string | Record<string, any>;
|
|
2754
|
+
replace: boolean;
|
|
2755
|
+
type?: undefined;
|
|
2756
|
+
disabled?: undefined;
|
|
2757
|
+
} | {
|
|
2758
|
+
'aria-disabled'?: string | undefined;
|
|
2759
|
+
tabindex?: string | undefined;
|
|
2760
|
+
href: string | null;
|
|
2761
|
+
target: string;
|
|
2762
|
+
rel: string;
|
|
2763
|
+
type?: undefined;
|
|
2764
|
+
disabled?: undefined;
|
|
2765
|
+
} | {
|
|
2766
|
+
type: string;
|
|
2767
|
+
disabled: boolean;
|
|
2768
|
+
};
|
|
2769
|
+
computedListeners(): {
|
|
2394
2770
|
focusin: (e: any) => void;
|
|
2395
2771
|
focusout: (e: any) => void;
|
|
2396
2772
|
};
|
|
2397
2773
|
computedAriaLive(): unknown;
|
|
2398
2774
|
iconSize(): any;
|
|
2399
2775
|
}, {
|
|
2776
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2400
2777
|
buttonClasses(): any[];
|
|
2401
2778
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2402
2779
|
shouldRenderIcon(): any;
|
|
@@ -2469,6 +2846,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2469
2846
|
type: BooleanConstructor;
|
|
2470
2847
|
default: boolean;
|
|
2471
2848
|
};
|
|
2849
|
+
to: {
|
|
2850
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2851
|
+
default: null;
|
|
2852
|
+
};
|
|
2853
|
+
href: {
|
|
2854
|
+
type: StringConstructor;
|
|
2855
|
+
default: null;
|
|
2856
|
+
};
|
|
2857
|
+
target: {
|
|
2858
|
+
type: StringConstructor;
|
|
2859
|
+
default: null;
|
|
2860
|
+
};
|
|
2861
|
+
rel: {
|
|
2862
|
+
type: StringConstructor;
|
|
2863
|
+
default: null;
|
|
2864
|
+
};
|
|
2865
|
+
replace: {
|
|
2866
|
+
type: BooleanConstructor;
|
|
2867
|
+
default: boolean;
|
|
2868
|
+
};
|
|
2472
2869
|
}>> & Readonly<{
|
|
2473
2870
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2474
2871
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -2476,18 +2873,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2476
2873
|
link: boolean;
|
|
2477
2874
|
disabled: boolean;
|
|
2478
2875
|
type: string;
|
|
2876
|
+
target: string;
|
|
2479
2877
|
circle: boolean;
|
|
2480
2878
|
active: boolean;
|
|
2481
2879
|
loading: boolean;
|
|
2482
2880
|
size: string;
|
|
2881
|
+
replace: boolean;
|
|
2483
2882
|
kind: string;
|
|
2484
2883
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2884
|
+
href: string;
|
|
2885
|
+
to: string | Record<string, any>;
|
|
2485
2886
|
iconPosition: string;
|
|
2486
2887
|
importance: string;
|
|
2487
2888
|
linkKind: string;
|
|
2488
2889
|
linkInverted: boolean;
|
|
2489
2890
|
width: string;
|
|
2490
2891
|
assertiveOnFocus: boolean;
|
|
2892
|
+
rel: string;
|
|
2491
2893
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2492
2894
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2493
2895
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2711,6 +3113,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2711
3113
|
type: BooleanConstructor;
|
|
2712
3114
|
default: boolean;
|
|
2713
3115
|
};
|
|
3116
|
+
to: {
|
|
3117
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3118
|
+
default: null;
|
|
3119
|
+
};
|
|
3120
|
+
href: {
|
|
3121
|
+
type: StringConstructor;
|
|
3122
|
+
default: null;
|
|
3123
|
+
};
|
|
3124
|
+
target: {
|
|
3125
|
+
type: StringConstructor;
|
|
3126
|
+
default: null;
|
|
3127
|
+
};
|
|
3128
|
+
rel: {
|
|
3129
|
+
type: StringConstructor;
|
|
3130
|
+
default: null;
|
|
3131
|
+
};
|
|
3132
|
+
replace: {
|
|
3133
|
+
type: BooleanConstructor;
|
|
3134
|
+
default: boolean;
|
|
3135
|
+
};
|
|
2714
3136
|
}>, {}, {
|
|
2715
3137
|
ICON_POSITION_MODIFIERS: {
|
|
2716
3138
|
left: string;
|
|
@@ -2722,13 +3144,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2722
3144
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
2723
3145
|
i18n: any;
|
|
2724
3146
|
}, {
|
|
2725
|
-
|
|
3147
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
3148
|
+
isNativeButton(): boolean;
|
|
3149
|
+
computedAttrs(): {
|
|
3150
|
+
'aria-disabled'?: string | undefined;
|
|
3151
|
+
tabindex?: string | undefined;
|
|
3152
|
+
to: string | Record<string, any>;
|
|
3153
|
+
replace: boolean;
|
|
3154
|
+
type?: undefined;
|
|
3155
|
+
disabled?: undefined;
|
|
3156
|
+
} | {
|
|
3157
|
+
'aria-disabled'?: string | undefined;
|
|
3158
|
+
tabindex?: string | undefined;
|
|
3159
|
+
href: string | null;
|
|
3160
|
+
target: string;
|
|
3161
|
+
rel: string;
|
|
3162
|
+
type?: undefined;
|
|
3163
|
+
disabled?: undefined;
|
|
3164
|
+
} | {
|
|
3165
|
+
type: string;
|
|
3166
|
+
disabled: boolean;
|
|
3167
|
+
};
|
|
3168
|
+
computedListeners(): {
|
|
2726
3169
|
focusin: (e: any) => void;
|
|
2727
3170
|
focusout: (e: any) => void;
|
|
2728
3171
|
};
|
|
2729
3172
|
computedAriaLive(): unknown;
|
|
2730
3173
|
iconSize(): any;
|
|
2731
3174
|
}, {
|
|
3175
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2732
3176
|
buttonClasses(): any[];
|
|
2733
3177
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2734
3178
|
shouldRenderIcon(): any;
|
|
@@ -2801,6 +3245,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2801
3245
|
type: BooleanConstructor;
|
|
2802
3246
|
default: boolean;
|
|
2803
3247
|
};
|
|
3248
|
+
to: {
|
|
3249
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3250
|
+
default: null;
|
|
3251
|
+
};
|
|
3252
|
+
href: {
|
|
3253
|
+
type: StringConstructor;
|
|
3254
|
+
default: null;
|
|
3255
|
+
};
|
|
3256
|
+
target: {
|
|
3257
|
+
type: StringConstructor;
|
|
3258
|
+
default: null;
|
|
3259
|
+
};
|
|
3260
|
+
rel: {
|
|
3261
|
+
type: StringConstructor;
|
|
3262
|
+
default: null;
|
|
3263
|
+
};
|
|
3264
|
+
replace: {
|
|
3265
|
+
type: BooleanConstructor;
|
|
3266
|
+
default: boolean;
|
|
3267
|
+
};
|
|
2804
3268
|
}>> & Readonly<{
|
|
2805
3269
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2806
3270
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -2808,18 +3272,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2808
3272
|
link: boolean;
|
|
2809
3273
|
disabled: boolean;
|
|
2810
3274
|
type: string;
|
|
3275
|
+
target: string;
|
|
2811
3276
|
circle: boolean;
|
|
2812
3277
|
active: boolean;
|
|
2813
3278
|
loading: boolean;
|
|
2814
3279
|
size: string;
|
|
3280
|
+
replace: boolean;
|
|
2815
3281
|
kind: string;
|
|
2816
3282
|
labelClass: string | unknown[] | Record<string, any>;
|
|
3283
|
+
href: string;
|
|
3284
|
+
to: string | Record<string, any>;
|
|
2817
3285
|
iconPosition: string;
|
|
2818
3286
|
importance: string;
|
|
2819
3287
|
linkKind: string;
|
|
2820
3288
|
linkInverted: boolean;
|
|
2821
3289
|
width: string;
|
|
2822
3290
|
assertiveOnFocus: boolean;
|
|
3291
|
+
rel: string;
|
|
2823
3292
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2824
3293
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
2825
3294
|
i18n: any;
|
|
@@ -2927,6 +3396,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2927
3396
|
type: BooleanConstructor;
|
|
2928
3397
|
default: boolean;
|
|
2929
3398
|
};
|
|
3399
|
+
to: {
|
|
3400
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3401
|
+
default: null;
|
|
3402
|
+
};
|
|
3403
|
+
href: {
|
|
3404
|
+
type: StringConstructor;
|
|
3405
|
+
default: null;
|
|
3406
|
+
};
|
|
3407
|
+
target: {
|
|
3408
|
+
type: StringConstructor;
|
|
3409
|
+
default: null;
|
|
3410
|
+
};
|
|
3411
|
+
rel: {
|
|
3412
|
+
type: StringConstructor;
|
|
3413
|
+
default: null;
|
|
3414
|
+
};
|
|
3415
|
+
replace: {
|
|
3416
|
+
type: BooleanConstructor;
|
|
3417
|
+
default: boolean;
|
|
3418
|
+
};
|
|
2930
3419
|
}>, {}, {
|
|
2931
3420
|
ICON_POSITION_MODIFIERS: {
|
|
2932
3421
|
left: string;
|
|
@@ -2938,13 +3427,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2938
3427
|
hasSlotContent: typeof import('../../index.js').hasSlotContent;
|
|
2939
3428
|
i18n: any;
|
|
2940
3429
|
}, {
|
|
2941
|
-
|
|
3430
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
3431
|
+
isNativeButton(): boolean;
|
|
3432
|
+
computedAttrs(): {
|
|
3433
|
+
'aria-disabled'?: string | undefined;
|
|
3434
|
+
tabindex?: string | undefined;
|
|
3435
|
+
to: string | Record<string, any>;
|
|
3436
|
+
replace: boolean;
|
|
3437
|
+
type?: undefined;
|
|
3438
|
+
disabled?: undefined;
|
|
3439
|
+
} | {
|
|
3440
|
+
'aria-disabled'?: string | undefined;
|
|
3441
|
+
tabindex?: string | undefined;
|
|
3442
|
+
href: string | null;
|
|
3443
|
+
target: string;
|
|
3444
|
+
rel: string;
|
|
3445
|
+
type?: undefined;
|
|
3446
|
+
disabled?: undefined;
|
|
3447
|
+
} | {
|
|
3448
|
+
type: string;
|
|
3449
|
+
disabled: boolean;
|
|
3450
|
+
};
|
|
3451
|
+
computedListeners(): {
|
|
2942
3452
|
focusin: (e: any) => void;
|
|
2943
3453
|
focusout: (e: any) => void;
|
|
2944
3454
|
};
|
|
2945
3455
|
computedAriaLive(): unknown;
|
|
2946
3456
|
iconSize(): any;
|
|
2947
3457
|
}, {
|
|
3458
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2948
3459
|
buttonClasses(): any[];
|
|
2949
3460
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2950
3461
|
shouldRenderIcon(): any;
|
|
@@ -3017,6 +3528,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3017
3528
|
type: BooleanConstructor;
|
|
3018
3529
|
default: boolean;
|
|
3019
3530
|
};
|
|
3531
|
+
to: {
|
|
3532
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3533
|
+
default: null;
|
|
3534
|
+
};
|
|
3535
|
+
href: {
|
|
3536
|
+
type: StringConstructor;
|
|
3537
|
+
default: null;
|
|
3538
|
+
};
|
|
3539
|
+
target: {
|
|
3540
|
+
type: StringConstructor;
|
|
3541
|
+
default: null;
|
|
3542
|
+
};
|
|
3543
|
+
rel: {
|
|
3544
|
+
type: StringConstructor;
|
|
3545
|
+
default: null;
|
|
3546
|
+
};
|
|
3547
|
+
replace: {
|
|
3548
|
+
type: BooleanConstructor;
|
|
3549
|
+
default: boolean;
|
|
3550
|
+
};
|
|
3020
3551
|
}>> & Readonly<{
|
|
3021
3552
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
3022
3553
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -3024,18 +3555,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3024
3555
|
link: boolean;
|
|
3025
3556
|
disabled: boolean;
|
|
3026
3557
|
type: string;
|
|
3558
|
+
target: string;
|
|
3027
3559
|
circle: boolean;
|
|
3028
3560
|
active: boolean;
|
|
3029
3561
|
loading: boolean;
|
|
3030
3562
|
size: string;
|
|
3563
|
+
replace: boolean;
|
|
3031
3564
|
kind: string;
|
|
3032
3565
|
labelClass: string | unknown[] | Record<string, any>;
|
|
3566
|
+
href: string;
|
|
3567
|
+
to: string | Record<string, any>;
|
|
3033
3568
|
iconPosition: string;
|
|
3034
3569
|
importance: string;
|
|
3035
3570
|
linkKind: string;
|
|
3036
3571
|
linkInverted: boolean;
|
|
3037
3572
|
width: string;
|
|
3038
3573
|
assertiveOnFocus: boolean;
|
|
3574
|
+
rel: string;
|
|
3039
3575
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3040
3576
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3041
3577
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|